/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@font-face {
  font-family: 'Manrope-Bold';
  src: url('../fonts/Manrope-Bold.ttf') format('truetype');
  font-style: normal;
  font-display: auto;
  font-weight: 600;
}
@font-face {
  font-family: 'Manrope-Black';
  src: url('../fonts/Manrope-ExtraBold.ttf') format('truetype');
  font-style: normal;
  font-display: auto;
  font-weight: 600;
}
@font-face {
  font-family: 'Manrope-Regular';
  src: url('../fonts/Manrope-Regular.ttf') format('truetype');
  font-style: normal;
  font-display: auto;
  font-weight: 600;
}
.sidebar.sidebar-main {
  display: none;
}
.bundle-options-container .nested .field.qty {
  display: none;
}
div#layered-filter-block-container {
  display: none;
}
p#toolbar-amount {
  display: none;
}
.toolbar-sorter.sorter {
  display: none;
}
.bundle-options-container .product-add-form {
  display: block;
}
.bundle-actions,
.bundle-options-container .legend.title,
.bundle-options-container .action.back,
.bundle-info > span.product-image-container {
  display: none;
}
.bundle-options-container {
  margin-bottom: 0;
}
#mpquickview-popup .column.main {
  padding: 0;
}
.column.main {
  padding-bottom: 0 !important;
}
#mini-cart span.product-image-wrapper {
  margin: 0;
}
#mini-cart li > .product {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#mini-cart .product-item-details {
  order: 2;
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#mini-cart .product-item-pricing {
  display: flex;
  align-content: center;
  order: 2;
  margin-bottom: 25px;
}
#mini-cart .product.actions {
  order: 3;
}
.minicart-items .product-item-details .details-qty {
  margin-left: 10px;
  margin-top: 0;
}
.minicart-items .product-item-name a {
  color: #f9bb42;
}
div#minicart-content-wrapper div:not(.action.primar.viewcart) > span {
  color: #f9bb42;
}
.minicart-items .product-item-pricing .label {
  color: #f9bb42;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  color: #f9bb42;
}
button#btn-minicart-close {
  color: #f9bb42;
}
.minicart-items-wrapper {
  max-height: 342px !important;
}
.block-search .label {
  margin-right: 10px;
}
#mpquickview-popup .field.qty {
  color: black;
}
button.mp-btnclose {
  z-index: 100;
}
.mpajaxcart-popup-success {
  display: none;
}
.mpajaxcart-success-action {
  display: none;
}
a.mpquickview-button {
  height: 100%;
  top: 50%;
}
.product-item-details {
  z-index: 101;
}
.mpquickview-button img {
  visibility: hidden;
}
#mpajaxcart-popup-content .columns {
  margin-bottom: 60px;
}
#mpajaxcart-popup-content > main#maincontent {
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
.mpquickview-message.message-error.error.message {
  margin: 0;
}
div#mpajaxcart-popup-content {
  padding: 0;
}
.cms-index-index #mpajaxcart-popup .page-title {
  margin: 0;
}
.mpquickview-popup .product-info-main {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.mpquickview-popup .product.media {
  margin: 0;
}
.cms-index-index #mpquickview-popup .page-title {
  margin: 0;
  padding: 0;
}
.product-info-main {
  background: white;
  margin-bottom: 25px;
}
.page-layout-1column .product.media {
  width: 40%;
}
button.action.primary.continue-shopping,
.cart.table-wrapper .actions-toolbar > .action.action.primary.continue-shopping,
.action-gift.action.primary.continue-shopping,
button#product-addtocart-button.mptocart,
.cart.table-wrapper .actions-toolbar > .action#product-addtocart-button.mptocart,
.action-gift#product-addtocart-button.mptocart,
button.action.primary.continue-shop,
button#product-addtocart-button.mptocart,
button.action.primary.continue-shopping,
#mpajaxcart-popup button.action.primary.continue-shopping {
  background: #f9bb42;
  border: none;
  color: #007a0c;
}
button.action.primary.continue-shop:hover,
button.action.primary.continue-shopfocus,
button.action.primary.continue-shop:active,
.cart.table-wrapper .actions-toolbar > .action#product-addtocart-button.mptocart,
.cart.table-wrapper .actions-toolbar > .action.action.primary.continue-shopping,
button.action.primary.continue-shop:hover,
button.action.primary.continue-shop:focus,
button.action.primary.continue-shop:active {
  background: #007a0c !important;
  border: none;
  color: #f9bb42;
}
html {
  scroll-behavior: smooth;
}
.action.primary,
.action-primary {
  background: #f9bb42;
  border: 2px solid transparent;
  color: #007a0c;
  transition-delay: 0s;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: ease;
}
.action.primary:hover,
.action-primary:hover,
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active {
  background: #007a0c;
  border: 2px solid transparent;
  color: #f9bb42;
}
span.action.nav-toggle {
  position: static;
  float: left;
  padding: 20px;
  margin-top: 10px;
}
/*

    .block.block-search {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    }


    .block-search .action.search {
    display: contents;
    }

    form#search_mini_form {
    display: flex;
    align-items: center;
    }
    */
.block-search .label {
  padding-top: 20px;
}
.block-search .label:before {
  color: #007a0c;
}
.block-search .label:hover:before {
  color: #f9bb42;
}
/*
    .minicart-wrapper {
    display: flex;
    align-items: center;
    }

    ul.header.links {
    display: flex;
    align-items: center;
    }
    */
.nav-toggle:before,
.minicart-wrapper .action.showcart:before {
  color: #007a0c;
}
.nav-toggle:hover:before,
.minicart-wrapper .action.showcart:hover:before,
.minicart-wrapper .action.showcart:active:before,
.minicart-wrapper .action.showcart.active:before {
  color: #f9bb42;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #007a0c;
  color: #ffffff;
}
.minicart-wrapper .action.showcart .counter.qty:hover {
  background: #f9bb42;
  color: #007a0c;
}
.header.content {
  padding-top: 0px !important;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
.logo img {
  max-width: none;
  width: 200px;
}
.header.panel > .header.links > li.welcome,
.header.panel > .header.links > li a {
  color: #007a0c;
  font-family: 'Manrope-Bold', sans-serif;
  transition-delay: 0s;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: ease;
  text-decoration: none;
  font-size: 15px;
}
.header.panel > .header.links > li.welcome,
.header.panel > .header.links > li:hover a {
  color: #f9bb42;
}
header.page-header {
  background: #fffbef;
  background-size: cover;
  margin: 0 auto;
  max-width: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 102;
  box-shadow: 3px 3px 3px #e4e4e4;
}
.page-wrapper {
  background: #fffbef;
  background-size: cover;
  background-attachment: fixed;
}
main#maincontent {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  margin-top: 200px;
  background: transparent;
}
@media screen and (max-width: 1140px) {
  main#maincontent {
    margin-top: 200px;
  }
}
@media screen and (max-width: 828px) {
  main#maincontent {
    margin-top: 210px;
  }
}
@media screen and (max-width: 767px) {
  main#maincontent {
    margin-top: 160px;
  }
}
.page-title-wrapper.product {
  padding-right: 15px;
  padding-left: 15px;
}
.page.messages {
  padding-right: 15px;
  padding-left: 15px;
}
.product-info-main {
  padding-right: 15px;
  padding-left: 15px;
}
.privacy-policy.cms-content {
  padding-right: 15px;
  padding-left: 15px;
}
h2 span {
  font-size: 3.6rem;
}
div#content_home_page_desc_top {
  background: #9e9e9e6b;
}
div#content_home_page_desc_style1 {
  font-family: 'Manrope-Bold', sans-serif;
  font-size: 2.5em;
  color: #ffffff;
}
div#content_home_page_desc_style2 {
  font-family: 'Roboto-Bold', sans-serif;
  font-size: 3.4em;
  color: #ffffff;
}
div#content_home_page_desc_style3 {
  font-family: 'Manrope-Regular', sans-serif;
  font-size: 2.4em;
  color: #ffffff;
}
div#content_home_page_desc_bot {
  margin-bottom: 20px;
}
div#content_home_page_desc_bot_droite {
  font-family: 'Roboto-Bold', sans-serif;
  text-align: justify;
  color: #ffffff;
}
div#content_home_page_desc_bot_gauche {
  display: flex;
  align-items: center;
  justify-content: center;
}
span.desc_accent {
  color: #f9bb42;
  font-family: 'Manrope-Black', sans-serif;
  font-size: 2.2rem;
}
/* div#content_home_page {
        margin-top: 370px;

        @media screen and (max-width: 1140px) {
            margin-top: 455px;
        }

        @media screen and (max-width: 1030px) {
            margin-top: 515px;
        }


        @media screen and (max-width: 828px) {
            margin-top: 615px;
        }

        @media screen and (max-width: 767px) {
            margin-top: 635px;
        }
    }*/
.navigation .level0 .submenu .active > a {
  border-color: #007a0c;
}
.field.limiter {
  color: white;
}
.navigation .level0 .submenu a {
  font-family: 'Manrope-Black', sans-serif;
  font-size: 1.7rem;
}
.widget.block.block-category-link a {
  font-family: 'Manrope-Black', sans-serif;
  color: #007a0c;
  transition-delay: 0s;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: ease;
  text-decoration: none;
}
.widget.block.block-category-link a:hover {
  color: #f9bb42;
}
.sidebar.sidebar-main {
  padding-right: 15px;
  padding-left: 15px;
}
.sidebar.sidebar-additional {
  padding-right: 15px;
  padding-left: 15px;
}
.toolbar.toolbar-products {
  padding-right: 15px;
  padding-left: 15px;
}
.page-title-wrapper {
  padding-right: 15px;
  padding-left: 15px;
}
.breadcrumbs {
  padding-right: 15px;
  padding-left: 15px;
  z-index: 98;
}
.nav-sections {
  margin-bottom: 0px !important;
}
.block.block-compare {
  display: none;
}
.block.block-wishlist {
  display: none;
}
.navigation {
  background: #dadada;
}
.navigation .level0.active > .level-top,
.navigation .level0.has-active > .level-top {
  border-color: white;
}
.navigation .level0.active > a:not(.ui-state-active),
.navigation .level0.has-active > a:not(.ui-state-active) {
  border-color: white;
}
/*
    .sections.nav-sections {
    display: flex;
    align-items: center;
    background: #dadada;
    }
    */
.navigation .level0 > .level-top {
  font-size: 2rem;
  font-family: 'Manrope-Regular', sans-serif;
  font-weight: 100;
  text-transform: capitalize;
}
.navigation .level0 > .level-top:hover,
.navigation .level0.active > .level-top {
  color: #f9bb42 !important;
}
.navigation .level0.active > a:not(.ui-state-active) {
  border-color: #f9bb42;
}
.breadcrumbs .items {
  font-size: 1.5rem;
}
.widget.block.block-category-anchor a {
  font-family: 'Manrope-Black', sans-serif;
  color: #03463a;
}
.widget.block.block-category-anchor a:hover {
  color: #333333;
  text-decoration: none;
}
p.apd-label {
  display: none;
}
.product-info-main {
  color: #007a0c;
}
.product-item-info {
  color: #007a0c;
  background: #ffffffdd;
}
.block.related {
  order: 2;
}
.secondary-addto-links.actions-secondary {
  display: none;
}
.product.details.product-item-details {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block.crosssell .product.details.product-item-details {
  position: relative;
}
.block.crosssell .product-item-info {
  width: auto;
}
span.price-label {
  display: none;
}
.price-box.price-final_price {
  display: flex;
  justify-content: center;
}
.price-from {
  display: flex;
  justify-content: center;
}
.a-partir-de {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.special-price span.price {
  color: #007a0c;
}
span.special-price {
  margin-right: 5px;
}
.product-info-main span.old-price {
  margin-top: 10px;
  margin-bottom: 10px;
}
.product-info-main .special-price {
  margin-right: 5px;
}
.old-price span.price {
  font-weight: 400 !important;
}
.product-info-main {
  display: flex;
  flex-direction: column;
}
.product.attribute.overview {
  order: 1;
}
.product-info-price {
  order: 2;
}
.product-add-form {
  order: 3;
}
ol.product-items.widget-product-grid {
  display: flex;
  flex-wrap: wrap;
}
ol.product-items.widget-product-grid .product.description.product-item-description {
  flex: 1 0 auto;
}
ol.product-items.widget-product-grid .product-item-details .product-item-name,
.product.name a {
  font-size: 1.8rem;
}
ol.product-items.widget-product-grid .product.description.product-item-description p {
  font-size: 1.35rem;
  color: #007a0c;
}
.product-item-details {
  padding-left: 10px;
  padding-right: 10px;
}
img.product-image-photo {
  margin: 0;
}
.product-item-name {
  font-family: 'Roboto-Black', sans-serif;
  font-size: large;
}
.product.description.product-item-description {
  font-family: 'Roboto-Bold', sans-serif;
}
.page-products .products-grid .product-items {
  display: flex;
  flex-wrap: wrap;
}
.page-products .products-grid .product.description.product-item-description {
  flex: 1 0 auto;
}
.page-products .products-grid .product-item-details .product-item-name,
.product.name a {
  font-size: 1.8rem;
}
.page-products .products-grid .product.description.product-item-description p {
  font-size: 1.35rem;
}
.page-products .products-list .product-item-details .product-item-name,
.product.name a {
  font-size: 1.8rem;
}
.page-products .products-list .product.description.product-item-description p {
  font-size: 1.35rem;
}
.product.info.detailed {
  display: none;
}
.block.upsell {
  display: none;
}
div#tab-label-additional {
  display: none;
}
div#tab-label-reviews,
div#reviews {
  display: none;
}
div#tab-label-description a#tab-label-description-title {
  display: none;
}
.product-social-links {
  display: none;
}
.product-reviews-summary.empty {
  display: none;
}
.product.attribute.sku {
  display: none;
}
.product-info-main .product.attribute.sku {
  display: none;
}
.stock.available {
  display: none;
}
.product-info-stock-sku {
  display: none;
}
.product-item-name > a,
.product.name a > a {
  color: #007a0c;
  transition-delay: 0s;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: ease;
  text-decoration: none;
  font-family: 'Roboto-Black', sans-serif;
  font-weight: 600;
}
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #007a0c;
}
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #f9bb42;
  text-decoration: none;
}
span.price {
  color: #007a0c;
  font-family: 'Roboto-Bold', sans-serif;
  font-weight: 500;
}
a.product-item-photo.hidden,
span.product-image-container.hidden {
  visibility: hidden;
}
.gallery-placeholder.hidden {
  display: none;
}
#mpquickview-popup .product.data.items {
  display: none;
}
.product.info.detailed {
  margin: 0;
}
#mpajaxcart-popup-content .column.main {
  margin-bottom: 0;
  padding-bottom: 0;
}
.catalog-product-view .column.main,
div#mpquickview-popup .column.main,
div#mpajaxcart-popup .column.main {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.catalog-product-view .product-info-main,
div#mpquickview-popup .product-info-main,
div#mpajaxcart-popup .product-info-main {
  order: 1;
}
.catalog-product-view .bundle-options-container,
div#mpquickview-popup .bundle-options-container,
div#mpajaxcart-popup .bundle-options-container {
  order: 2;
  display: flex;
  flex-direction: row;
}
.catalog-product-view .fotorama__stage,
.catalog-product-view .fotorama__wrap,
.catalog-product-view .fotorama,
.catalog-product-view .fotorama__stage__shaft,
.catalog-product-view .gallery-placeholder,
.catalog-product-view .fotorama__stage__frame.fotorama__active.fotorama_vertical_ratio.fotorama__loaded.fotorama__loaded--img,
div#mpquickview-popup .fotorama__stage,
div#mpquickview-popup .fotorama__wrap,
div#mpquickview-popup .fotorama,
div#mpquickview-popup .fotorama__stage__shaft,
div#mpquickview-popup .gallery-placeholder,
div#mpquickview-popup .fotorama__stage__frame.fotorama__active.fotorama_vertical_ratio.fotorama__loaded.fotorama__loaded--img,
div#mpajaxcart-popup .fotorama__stage,
div#mpajaxcart-popup .fotorama__wrap,
div#mpajaxcart-popup .fotorama,
div#mpajaxcart-popup .fotorama__stage__shaft,
div#mpajaxcart-popup .gallery-placeholder,
div#mpajaxcart-popup .fotorama__stage__frame.fotorama__active.fotorama_vertical_ratio.fotorama__loaded.fotorama__loaded--img {
  width: 310px !important;
  height: 310px !important;
}
.catalog-product-view .product.media,
div#mpquickview-popup .product.media,
div#mpajaxcart-popup .product.media {
  width: auto !important;
  height: auto !important;
}
.catalog-product-view .bundle-options-container .product-options-wrapper,
div#mpquickview-popup .bundle-options-container .product-options-wrapper,
div#mpajaxcart-popup .bundle-options-container .product-options-wrapper {
  width: 100%;
}
.catalog-product-view .bundle-options-container .bundle-options-wrapper,
div#mpquickview-popup .bundle-options-container .bundle-options-wrapper,
div#mpajaxcart-popup .bundle-options-container .bundle-options-wrapper {
  width: 47%;
}
.catalog-product-view .block.upsell,
div#mpquickview-popup .block.upsell,
div#mpajaxcart-popup .block.upsell {
  order: 3;
}
.options-list.nested {
  max-height: 130px;
  overflow-y: scroll;
}
#product-options-wrapper {
  background: white;
  padding: 5px;
}
.block.crosssell li.item.product.product-item {
  margin-left: 0;
}
.cart.items.data.table tr th span {
  color: #f9bb42;
}
.cart.main.actions {
  margin: 10px;
}
.cart-summary th,
.cart-summary strong {
  color: #f9bb42;
}
.cart-container > form#form-validate {
  background: #F5F5F5;
  border: 1px solid #E1E1E1;
}
.cart-summary {
  border: 1px solid #E1E1E1;
}
button#top-cart-btn-checkout {
  display: none;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  margin-right: 0;
  width: auto;
}
th.ui-datepicker-week-end {
  display: none;
}
td.ui-datepicker-week-end {
  display: none;
}
#shipping-method-bottom-fieldset label.label {
  color: #f9bb42;
}
.table-checkout-shipping-method tbody td.col.col-price {
  display: none;
}
#checkoutSteps,
.opc-block-shipping-information,
.checkout.cart.flex,
ul.opc-progress-bar {
  padding: 10px;
  background: #F5F5F5;
  border: 1px solid #E1E1E1;
}
.opc-estimated-wrapper {
  background: #F5F5F5;
}
.checkout-success,
div#registration {
  padding: 10px;
  margin: 10px;
}
.field-tooltip .field-tooltip-action:before {
  color: #f9bb42;
}
.field-tooltip .field-tooltip-action:before:hover {
  color: #769A94;
}
.cart-summary div#block-shipping {
  display: none;
}
.cart.table-wrapper .items > .item {
  border-bottom: 2px solid #769A94;
}
.cart.table-wrapper .items thead + .item {
  border-top: 1px solid #E1E1E1;
}
div#block-discount {
  display: none;
}
.cart-container .checkout-methods-items .item + .item {
  display: none;
}
#mini-cart a.product-item-photo {
  width: 78px;
}
.opc-block-shipping-information {
  display: none;
}
div#checkout {
  padding-right: 15px;
  padding-left: 15px;
}
.checkout-success {
  padding-right: 15px;
  padding-left: 15px;
}
div#registration {
  padding-right: 15px;
  padding-left: 15px;
}
.message.notice {
  padding-right: 15px;
  padding-left: 40px;
}
div#checkout-shipping-method-load {
  display: none;
}
.checkout-shipping-method .step-title {
  display: none;
}
.authentication-wrapper {
  display: none;
}
.payment-option._collapsible.opc-payment-additional.discount-code {
  display: none;
}
.opc-progress-bar-item._active:before {
  background: #f9bb42;
}
.opc-progress-bar-item._active > span:before {
  background: #f9bb42;
}
.opc-progress-bar {
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #f9bb42;
}
.opc-wrapper .step-title,
#checkout-step-shipping,
.opc-block-summary > .title,
.opc-block-summary,
.payment-method._active,
.opc-block-shipping-information,
.street_livraison,
.shipping-information-title > span {
  color: #f9bb42;
}
.opc-progress-bar-item > span,
.opc-progress-bar-item._active > span,
.opc-progress-bar-item._complete > span {
  color: #f9bb42;
}
div#registration {
  background: #ffffffdd;
}
.checkout-success {
  background: #ffffffdd;
}
.checkout-billing-address {
  display: none;
}
div#checkout-step-payment {
  margin: 0;
}
form.payments > fieldset.fieldset {
  margin: 0;
}
aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide {
  margin: 0;
}
.form-create-account,
.form-edit-account,
.form-address-edit,
.form-newsletter-manage,
.block.block-dashboard-info,
.block.block-dashboard-addresses,
.block.block-addresses-default,
.block-addresses-list,
.block-customer-login,
.block-new-customer,
.form.password.forget {
  background: #9e9e9e6b;
  color: white;
}
.form-create-account a,
.form-edit-account a,
.form-address-edit a,
.form-newsletter-manage a,
.block.block-dashboard-info a,
.block.block-dashboard-addresses a,
.block.block-addresses-default a,
.block-addresses-list a,
.block-customer-login a,
.block-new-customer a,
.form.password.forget a {
  color: #007a0c;
}
.form-create-account div#password-strength-meter,
.form-edit-account div#password-strength-meter {
  color: black;
}
.form-create-account .field-tooltip-content,
.form-edit-account .field-tooltip-content {
  color: #f9bb42;
}
footer.page-footer {
  border-top: 0;
  padding: 0;
  padding-bottom: 0;
  background: #007a0c;
}
.page-footer {
  background: #007a0c;
  margin-top: auto;
}
.footer.content .links a {
  color: #ffffff;
  text-decoration: none;
}
.footer.content {
  max-width: none;
  padding: 0;
  margin-top: 0;
  border: none;
}
.copyright {
  background: #007a0c;
  color: #ffffff;
  box-sizing: border-box;
  display: block;
  padding: 10px;
  text-align: center;
}
.menu__footer a {
  color: #ffffff;
}
.menu__footer a:hover {
  color: #f9bb42;
}
.menu__footer {
  color: #ffffff;
}
.footer_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  justify-content: flex-start;
  margin-left: 10px;
}
.block.newsletter {
  display: none;
}
.menu__footer img {
  padding: 10px;
}
#ul_li_footer {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.menu__column_logo {
  display: flex;
  align-items: center;
}
.menu__column {
  display: flex;
  align-items: flex-start;
}
.li_insta_fb {
  display: flex;
}
.sociallinks.display-table {
  display: flex;
  align-items: center;
}
a.footer_instagram {
  padding: 10px;
  display: block;
  width: 20px;
  height: 20px;
  margin: 10px;
  background: url("https://dev.neoresto.shop/media/logo/stores/35/instagram.png") no-repeat center center;
  background-size: contain;
}
a.footer_instagram:hover {
  background-image: url("https://dev.neoresto.shop/media/logo/stores/35/instagram_hover.png");
}
a.footer_facebook {
  padding: 10px;
  display: block;
  width: 20px;
  height: 20px;
  margin: 10px;
  background: url("https://dev.neoresto.shop/media/logo/stores/35/facebook.png") no-repeat center center;
  background-size: contain;
}
a.footer_facebook:hover {
  background-image: url("https://dev.neoresto.shop/media/logo/stores/35/facebook_hover.png");
}
.menu__column_title p {
  color: #ffffff;
  font-size: 3rem !important;
  font-family: 'Manrope-Black', sans-serif;
}
.menu__column_droite p,
.menu__column_droite a {
  color: #ffffff;
  font-size: 2rem;
  font-family: 'Manrope-Bold', sans-serif;
}
.menu__column_info p {
  color: #ffffff;
  font-size: 1.5rem;
  font-family: 'Manrope-Bold', sans-serif;
  padding: 5px;
}
.menu__column_droite h4 {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 800;
  font-family: 'Manrope-Bold', sans-serif;
}
footer hr {
  border: 0;
  width: 1px;
  height: 40px;
  display: inline-block;
  background-color: #f9bb42;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
}
footer p {
  margin-bottom: 0;
}
.menu__footer.margin {
  margin-top: 210px;
}
div#map {
  position: absolute;
  left: 0;
  height: 200px !important;
}
.menu__footer.margin {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.menu__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-items.nav-sections-items .nav-sections-item-content > .navigation {
  max-width: 820px;
}
@media screen and (max-width: 1295px) {
  .section-items.nav-sections-items .nav-sections-item-content > .navigation {
    max-width: 757px;
  }
}
@media screen and (max-width: 1080px) {
  .section-items.nav-sections-items .nav-sections-item-content > .navigation {
    max-width: 624px;
  }
}
@media screen and (max-width: 1050px) {
  .section-items.nav-sections-items .nav-sections-item-content > .navigation {
    max-width: 615px;
  }
}
@media screen and (max-width: 980px) {
  .section-items.nav-sections-items .nav-sections-item-content > .navigation {
    max-width: 563px;
  }
}
@media screen and (max-width: 950px) {
  .section-items.nav-sections-items .nav-sections-item-content > .navigation {
    max-width: 535px;
  }
}
@media screen and (max-width: 880px) {
  .section-items.nav-sections-items .nav-sections-item-content > .navigation {
    max-width: 477px;
  }
}
@media screen and (max-width: 850px) {
  .section-items.nav-sections-items .nav-sections-item-content > .navigation {
    max-width: 453px;
  }
}
@media screen and (max-width: 770px) {
  .section-items.nav-sections-items .nav-sections-item-content > .navigation {
    max-width: 391px;
  }
}
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
}
