/**/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400&display=swap');
@font-face {
    font-family: 'Macaria';
    src: url('../fonts/Macaria-Regular.woff2') format('woff2'),
        url('../fonts/Macaria-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
h1, h2, h3, h4, h5, h6{ font-family: 'Macaria', sans-serif; }
.relative{ position: relative; }
.absolute{ position: absolute; }

/*General*/
body{ font-family: 'Montserrat', sans-serif!important; background-color:#f5f3f0; }
.ui-widget{ font-family: 'Montserrat', sans-serif!important; }
main{ width: 100%; max-width: 1920px; margin: 0 auto; }
#wrapper{ background: transparent; padding-top: 5rem; }


.btn-primary{
  color: white;
  background: linear-gradient(90deg, #1b8bd6 0%, #c5168c 50%, #f9b51e 100%);
  border: 0px;
  transition: ease-in-out all .2s;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .open>.btn-primary.dropdown-toggle{
  background: linear-gradient(90deg, #1b8bd6 0%, #c5168c 100% );
  transition: ease-in-out all .2s;
}
.btn-secondary, .btn-tertiary{ background: #f5f3f0; color: black; }
.btn-secondary:hover, .btn-tertiary:hover{ color: #f5f3f0; background: black; }
#blockcart-modal .cart-content p.product-total,
#blockcart-modal .cart-content .page-content.page-cms ul.product-total,
.page-content.page-cms #blockcart-modal .cart-content ul.product-total{
  background: #f5f3f0;
}
#blockcart-modal .product-name{ color: black; }
#blockcart-modal .cart-content p.cart-products-count,
#blockcart-modal .cart-content .page-content.page-cms ul.cart-products-count,
.page-content.page-cms #blockcart-modal .cart-content ul.cart-products-count{ color: black; }

a{ color: black; transition: ease-in-out all .15s; }
a:hover, a:focus{ color:#ea2c67; transition: ease-in-out all .15s; }
.custom-checkbox input[type="checkbox"]+span .checkbox-checked{ margin: 0; }
.custom-checkbox input[type="checkbox"]+span{ border: 1px solid black; }
.custom-checkbox input[type="checkbox"]:checked+span .checkbox-checked{
  background: linear-gradient(90deg, #1b8bd6 0%, #c5168c 50%, #f9b51e 100%);
  border: 1px solid white;
  width: 1rem;
  height: 1rem;
  text-indent:-3000px;
}
#search_filters .ui-slider .ui-slider-handle{
  background: linear-gradient(90deg, #1b8bd6 0%, #c5168c 50%, #f9b51e 100%);
  width: 1rem;
  height: 1rem;
  top: -0.4rem;
  border: 1px solid rgba(255,255,255,0);
}
#search_filters .ui-slider-horizontal{ height: .2rem; border: 0px solid rgba(255,255,255,0); background: #b1b1b1; }
#search_filters .ui-widget-header{ background: black; }
#search_filters .facet, #search_filters_brands .facet, #search_filters_suppliers .facet{
  border-top: 2px solid #e7e5e2;
}
#search_filters .facet .facet-title{
  font-family: 'Macaria', sans-serif;
  font-size: 20px;
  line-height: 60px;
  margin-bottom: 0;
  font-weight: 400;
}
.products-sort-order .select-title,
.brands-sort .select-title,
.suppliers-sort .select-title{
  background: #f5f3f0;
  border: 1px solid #f5f3f0;
}
.card{ background: transparent; }

p{ color: black; }

.custom-radio input[type="radio"]:checked+span{ background: linear-gradient(90deg, #1b8bd6 0%, #c5168c 50%, #f9b51e 100%); }
.form-control:focus{ outline: 0.1rem solid #c5168c; border-color: #c5168c; }
.page-my-account #content .links a span.link-item{ }
.page-my-account #content .links a i{
  background: linear-gradient(90deg, #1b8bd6 0%, #c5168c 50%, #f9b51e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 50px;
  margin: 0 auto;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br, .ui-autocomplete.searchbar-autocomplete{
  border-radius: 0px;
  background: rgba(231,229,226,.9);
}
.ui-autocomplete.searchbar-autocomplete li a:hover{ background:#f5f3f0; }

@media (min-width: 1320px){
  .container{ width: 1280px; }
}

#wrapper .breadcrumb li,
#wrapper .breadcrumb li a,
#wrapper .breadcrumb li:last-child{
  color: #b1b1b1;
  font-size: 12px;
  text-transform: uppercase;
}
#wrapper .breadcrumb li a{ text-decoration: underline; }
.products-selection p, .products-selection .page-content.page-cms ul, .page-content.page-cms .products-selection ul, .products-selection p .sort-by, .products-selection .page-content.page-cms ul .sort-by, .page-content.page-cms .products-selection ul .sort-by, .products-selection p .select-title, .products-selection .page-content.page-cms ul .select-title, .page-content.page-cms .products-selection ul .select-title, .products-selection .sort-by-row, .products-selection .sort-by-row .sort-by, .products-selection .sort-by-row .select-title{ color:#b1b1b1; font-family: 'Macaria', sans-serif; font-size: 18px; }

.products-sort-order .select-list:hover,
.brands-sort .select-list:hover, .suppliers-sort .select-list:hover{ background:#e7e5e2; color: black }
.total-products p{ color: black; }

.group-span-filestyle .btn-default, .group-span-filestyle .bootstrap-touchspin .btn-touchspin, .bootstrap-touchspin .group-span-filestyle .btn-touchspin{
  background: #c5168c;
}
.contact-form, .page-content.page-cms{ background: transparent; }
.cart-grid-body a.label:hover, body#checkout a:hover{ color:#c5168c; }
body#checkout section.checkout-step{ background: transparent; }
body#checkout section.checkout-step.-reachable.-current .step-number{ background: linear-gradient(90deg, #1b8bd6 0%, #c5168c 50%, #f9b51e 100%); }
.done{ color:#ea2c67; }
#checkout #search_widget{ display: block; }
body#checkout #footer{ padding: 0; background: transparent; color: inherit; }
body#checkout section.checkout-step .delivery-options .delivery-option{ border-right: 0px; background: rgba(255,255,255,.5) }
.product-line-info.product-price{ float: none; }
.product-line-info.product-price > div{ color: black }
.has-discount .discount{ background:#c5168c; }






/*header*/
#header, #header .header-top{ background-color: transparent; }
#header{ border-bottom: 2px solid #e7e5e2; box-shadow: none; }
#header .header-nav, body#checkout #header .header-nav{ padding: 0; background: black; max-height: 42px; border: 0px; }
#header .header-nav .container{ width: 100%; }
#header .user-info{ text-transform: uppercase; font-size: 14px; font-weight: 600; letter-spacing: .1rem; }
#header .user-info a:not(.logout), #header .user-info a span{
  color: white;
  background: linear-gradient(90deg, #1b8bd6 0%, #c5168c 50%, #f9b51e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#header .header-top > .container > .row:first-of-type{ width: inherit; margin: 0; }
#header .user-info a.logout{ color: white }
#header .user-info a:hover, #header .user-info a:hover span{
  background: transparent;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  color: #f9b51e;
}
#header .user-info a:hover span{ color: #c5168c; }
#header .header-nav .user-info{ margin-top: 0; line-height: 42px; }
#header .header-nav .material-icons{ height: 42px; background: transparent url('../img/moncompte.png') no-repeat center 40%; text-indent: -3000px; margin-right: 1rem; }
#header .header-top > .container{ width: 100%; }
#header .header-top{ padding: 0; }
#header #_desktop_logo{ width: 21%; text-align: center; height: 132px; border-right: 2px solid #e7e5e2; display: flex; align-items: center; justify-content: center; }
#header .header-top-right{ width: 79%; padding-right: 0; }
#header .logo{ margin: 0 auto; }
#header .header-top a[data-depth="0"]{ color: black; font-size: .93vw; font-weight: 500; padding: 10px 1.5vw; line-height: 112px; letter-spacing: .1rem; }
#header .header-top #lnk--special-pharmacies a[data-depth="0"]{ font-weight: 600; color: #21753c; }
#header .header-top a[data-depth="0"]:hover,
#header .header-top #lnk--special-pharmacies a[data-depth="0"]:hover{ color: #c5168c; }
#search_widget, #_desktop_cart{ float: left; }
#header .header-top .menu{ float: left; padding-left: 0; width: 70%; }
.top-menu[data-depth="0"]{ padding-right: 15px; }
#search_widget{
  width: 17.5%;
  min-width: inherit;
  max-width:none;
  border-right: 2px solid #e7e5e2;
  border-left: 2px solid #e7e5e2;
  height: 132px;
}
#_desktop_cart{ width: 7.5%; border-right: 2px solid #e7e5e2; height: 132px; }
#add_fav{
  display: flex; align-items: center; justify-content: center; float: left; width: 5%; line-height: 132px; text-align: center;
}
#search_widget form i{
  text-indent: -3000px;
  background: transparent url('../img/recherche.png') no-repeat 0 0;
  width: 38px;
  height: 38px;
  padding: 0;
  top: 50px;
  left: 40px;
}
#search_widget form input{
  background: transparent;
  width: 65%;
  padding: 10px 40px;
  margin: 44px 10% 0 25%;
}
.header-top .search-widgets form input[type="text"]{ color: black; text-transform: uppercase; letter-spacing: .05rem; font-size: 13px; font-weight: 500; }
#_desktop_cart i{
  text-indent: -3000px;
  background: transparent url('../img/panier.png') no-repeat center;
  width: 43px;
  height: 38px;
  margin-left: 30%;
}
#_desktop_cart .header{
  line-height: 132px;
  display: flex; align-items: center; justify-content: center;
}
#_desktop_cart .header, #_desktop_cart .header a{ position: relative; display: block; }
#_desktop_cart .header span.cart-products-count{
  display: block;
  position: absolute;
  top: 30%;
  left: 65%;
  background: linear-gradient(90deg, #1b8bd6 0%, #c5168c 50%, #f9b51e 100%);
  color: white;
  border-radius: 100%;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
}
#_desktop_cart .header a:hover span.cart-products-count{ background: linear-gradient(90deg, #1b8bd6 0%, #c5168c 100% ); }

.top-menu .sub-menu{ display:none!important; }

/*home*/
#index #wrapper{ padding-top: 0; }
#index #wrapper > .container{ width: 100%; /*margin: 0 -15px; */ }
.carousel{ position: relative; }
.carousel .carousel-inner{ height: auto; }
.carousel .carousel-item figure{ width: 70.75% }
.carousel .carousel-indicators{ display: block; }
.carousel .direction{ display: none; }
.carousel .carousel-item .caption{
  width: 33%;
  max-width: none;
  bottom: auto;
  height: auto;
  top: 40%;
  left: 20%;
}
.carousel .carousel-item .caption h2.display-1{ font-size: 2.65vw; font-weight: 400; }
.carousel .carousel-item .caption a{
  color: white; border: 2px solid white;
  font-size: 17px;
  text-transform: uppercase;
  padding: 14px 16px;
  font-weight: 600;
  margin: 2rem 0;
  display: inline-block;
  letter-spacing: .1rem;
}
.carousel .carousel-item .caption a:hover{ background: white; color: black; }
.carousel-indicators{ bottom: 80px; width: 20%; left: 80%; }
.carousel-indicators li{ border-color: transparent; background: rgba(255,255,255,.5); width: 12px; height: 12px; margin: 0 }
.carousel-indicators .active{ background : white; border-color: transparent; }

.encartsslides{ border: 26px solid #f5f3f0; width: 34.5%; }
.encartsslides img{ max-width: 100%; }
.encartslide1{ position: absolute; right: 0; top: 30px; z-index: 99; }
.encartslide2{ position: absolute; right: 0; bottom: 64px; z-index: 100;  }
.encartsslides a{ display: inline-block; position: absolute; top: 40%; left: 30px; width: 40%; transition: ease-in-out all .15s; }
.encartslide2 a{ top: 30%; }
.encartsslides a h2{ font-size: 1.55vw; font-weight: 400; transition: ease-in-out all .15s;  }
.encartsslides a p{
  transition: ease-in-out all .15s;
  display: inline-block;
  font-size: .525vw;
  color: black;
  text-transform: uppercase;
  letter-spacing: .1rem;
  font-weight: 600;
  margin-top: 1rem;
  padding: 0 2rem 1rem 0;
  background: transparent url('../img/liresuite-mini.png') no-repeat right bottom;
}
.encartsslides a:hover, .encartsslides a:hover h2{ color: white; transition: ease-in-out all .15s; }
.encartsslides a:hover p{ padding-right: 2.5rem; transition: ease-in-out all .15s; }

/*footer*/
#custom-text{
  padding: 4rem 0;
  background: transparent url('../img/home-fond-infos.png') no-repeat center top;
  margin-top: 4rem;
  margin-bottom: 160px;
}
.contentCms{ padding: 0 60px; }
.borderr{ border-right: 2px solid black; margin-right: -2px; }
#custom-text h1, #custom-text h2, #custom-text h3{ font-family: 'Montserrat', sans-serif; }
#custom-text h1{ font-size: 38px; text-transform: uppercase; font-weight: 500; letter-spacing: .1rem; line-height: 50px; margin-bottom: 60px; }
#custom-text img{ margin-bottom: 3rem; }
#custom-text h3{ font-size: 23px; letter-spacing: .1rem; margin-bottom: 2rem; }
#custom-text p{ font-size: 17px; line-height: 30px; letter-spacing: .05rem; }
#custom-text .recevoir-catalogue{
  position: absolute;
  display: block;
  width: 400px;
  height: 118px;
  border: 2px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(90deg, #1b8bd6 0%, #c5168c 50%, #fee603 100%);
  background: #f5f3f0;
  bottom: -80px;
  left: 50%;
  margin: 0 -200px;
  text-transform: uppercase;
  font-weight: 700;
}
#custom-text .recevoir-catalogue span{
  background: linear-gradient(90deg, #1b8bd6 0%, #c5168c 50%, #fee603 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 25px;
  line-height: 32px;
  display: inline-block;
  margin: 1.5rem auto;
  letter-spacing: .25rem;
}
#custom-text .recevoir-catalogue:hover{ background: white; }
#index .blockreassurance{ display: none; }
#footer .footer-container{ padding-top: 0; border-top: 2px solid #e7e5e2; }
.footer-container{ padding: 0; }
#footer .desktop_logo{ width: 21%; text-align: center; height: 152px; border-right: 2px solid #e7e5e2; display: flex; align-items: center; justify-content: center; }
#footer .logo{ margin: 0 auto; }
#footer .blackfoot{ background: black; line-height: 56px; color: white; text-transform: uppercase; }
#footer .blackfoot p, #footer .blackfoot a{ color: white; font-size: 11px; letter-spacing: .1rem; margin: 0 auto; }
#footer .blackfoot a:hover{ text-decoration: underline; }
#footer #contact-infos{ height: 152px; border-right: 2px solid #e7e5e2; }
#footer .col-spefoot{ width: 12.3333333%; }
#footer .paypal{ display: flex; align-items: center; justify-content: center; height: 152px; }
#footer .paypal img{ max-width: 80%; }
#footer #contact-infos .col-md-5 span{
  display: inline-block;
  margin-top: 1.5rem;
  margin-left: 2.5rem;
  font-size: 16px;
  color: black;
  letter-spacing: .1rem;
  font-weight: 500;
}
#footer #contact-infos .col-md-7 span, #footer #contact-infos .col-md-7 a{
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  display: inline-block;
  background: linear-gradient(90deg, #1b8bd6 0%, #c5168c 50%, #fee603 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: .1rem;
}
#footer #contact-infos .col-md-7 span{ margin-top: 1.25rem; }
#footer #contact-infos .col-md-7 a:hover{
  background: linear-gradient(90deg, #1b8bd6 0%, #c5168c 100% );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#footer .links:not(.block-contact){ height: 152px; border-right: 2px solid #e7e5e2; }
#footer .links .h3{ display: none; }
#footer .links ul li a{ color: black; font-size: 15px; line-height: 30px; letter-spacing: .1rem; font-weight: 500; text-transform: uppercase; }
#footer .links ul li a.custom-page-link{ color:#21753c; }
#footer .links ul{ margin-top: 1.25rem; }
#footer .links ul li a:hover{ color: #c5168c; }
.container2{
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100% ;
}
#footer .blockreassurance{
  padding: 3rem 0;
  background: transparent url('../img/home-fond-infos.png') no-repeat center top;
  margin: 4rem auto 6rem auto;
}
#footer .blockreassurance .col-md-4{
  height: 90px;
  border-right: 2px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(180deg, #1b8bd6 0%, #c5168c 50%, #fee603 100%);
}
#footer .blockreassurance .col-md-4:last-child{ border-right: 0; }
.blockreassurance .block-icon,
.blockreassurance .block-icon img,
.blockreassurance .block-icon svg{
  height: auto;
}
.blockreassurance .block-icon{
  width: 50%;
  float: left;
  text-align: right;
  align-items: flex-end;
  min-height: 120px;
}
.blockreassurance .block-icon img{ margin-right: 2rem; margin-top: .5rem; }
.blockreassurance .block-title, .blockreassurance .block-p{
  text-align: left;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: .05rem;
  text-transform: uppercase;
}
.blockreassurance .block-p{ font-weight: 500; font-size: 11px; line-height: 16px; }
.blockreassurance .block-title{ margin-bottom: 4px }

/*category*/
#search_filters, #search_filters_brands, #search_filters_suppliers{ background: transparent; }
.block-category{ min-height:inherit; padding-left: 0; padding-top: 0; margin-bottom: 0; }
.block-category h1{ text-transform: none; font-weight: 400; font-size: 1.75rem; letter-spacing: .1rem; font-family: 'Macaria', sans-serif; }
.pagination .page-list{ background: transparent; }
.pagination a:not(.previous):not(.next){ letter-spacing: inherit }
.pagination .page-list li{
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
}
.pagination .page-list li a{
  font-size: 1.2rem;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  display: inline-block;
  border: 1px solid rgba(0,0,0,0);
  color:#b1b1b1;
}
.pagination .page-list li a:hover{ color: black; }
.pagination li.current a{
  color: black;
  border: 1px solid black;
}
.pagination .page-list li a.next, .pagination .page-list li a.previous{ width: auto; float: none; }
.pagination .page-list li a.next i, .pagination .page-list li a.previous i{ width: 2rem; height: 2rem; line-height: 2rem; }
#search_filters>.h6,
#search_filters_brands>.h6,
#search_filters_suppliers>.h6{ margin-top: 2rem; text-transform: none!important; }

/*product mini*/
.product-miniature .thumbnail-container{
  width: 66%;
  background: #e7e5e2;
  margin-left: 34%;
  min-height: 272px;
  overflow: inherit;
  padding-left: 21%;
  padding-right: 14%;
}
.product-price{ color: black; }
.product-miniature .thumbnail-top{
  position: absolute;
  left: -34%;
  top: 10%;
  box-shadow: -8px 8px 18px rgba(60,60,60,0.15);
  width: 60%;
  max-width: 174px;
}
.product-miniature .product-description{
  background: transparent;
  border: 0px;
  padding: 1.75rem 0;
  height: 100%;
  width: 100%;
  align-items: center;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.product-miniature .product-price-and-shipping{
  background: black;
  color: white;
  font-size: 12px;
  height: 32px;
  height: 52px;
  line-height: 31px;
  padding: 2px 8px 0 8px;
}
.product-miniature .thumbnail-container:hover .product-description::after, .product-miniature .thumbnail-container:focus .product-description::after{ display:none }
.product-miniature .product-price-and-shipping .price{ float: right; line-height: 26px; }
.product-miniature .product-price-and-shipping .prixht{ float:left; font-weight: 400; line-height: 26px; }
.product-miniature .product-price-and-shipping span span{ font-size: 10px; }
.product-miniature .product-flags li.product-flag{
  font-size: .8rem;
  margin-top: 0;
  background: rgba(231,229,226,.8);
  color: black;
}
.product-miniature .product-flags li.product-flag.discount{
  background:linear-gradient(90deg, #1b8bd6 0%, #c5168c 50%, #fee603 100%);
  color: white;
}
.product-miniature .product-price-and-shipping .mentionprix{
  font-weight: 400;
  font-size: 10px;
  line-height: 10px;
  color: #b1b1b1;
}
.product-miniature .product-price-and-shipping .mentionprix .mention1{ text-align: left; }
.product-miniature .product-price-and-shipping .mentionprix .mention2{ text-align: right; }

.products article .wishlist-button-add{
  width: 52px;
  height: 92px;
  top: 0px;
  right: 0px;
  border: 2px solid #e7e5e2;
  border-radius: 0;
  box-shadow: none;
  background: #f5f3f0;
}
.wishlist-button-add i{
  text-indent: -3000px;
  background: transparent url('../img/prod-ajout-liste.png') no-repeat center;
  background-size: 70%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.products article .wishlist-button-add:active{ transform: none!important; }
.products article .wishlist-button-add:hover{ opacity: 1; background: white; }

.products article .add-to-cart{
  width: 52px;
  height: 92px;
  position: absolute;
  top: 90px;
  right: 0px;
  border: 2px solid #e7e5e2;
  border-radius: 0;
  box-shadow: none;
  background: #f5f3f0;
  padding: 0;
}
.products article .add-to-cart img{ max-width: 70%; }

.products article .plusplus{
  display: block;
  width: 52px;
  height: 92px;
  position: absolute;
  bottom:0;
  right: 0px;
  border: 2px solid #e7e5e2;
  border-radius: 0;
  box-shadow: none;
  background: #f5f3f0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
.products article .plusplus img{ vertical-align: middle; max-width: 50%; margin-top: 2rem; }
.products article .add-to-cart:hover, .products article .plusplus:hover{ background: white }
.product-description h4,
.product-description h5{
  color: black;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif!important;
  font-size: 10px;
  line-height: 17px;
  margin: 0;
}
.product-miniature .product-title a{ color: black; font-size: 13px; line-height: 17px; font-weight: 500;  }
.product-miniature h2.product-title, .product-miniature h3.product-title{
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
}
#index .product-miniature .thumbnail-container{ min-height: 382px; margin-bottom: 4rem; }
#index .product-miniature .thumbnail-top{ max-width: 256px; }
#index .products article .wishlist-button-add,
#index .products article .plusplus,
#index .products article .add-to-cart{
  width: 78px;
  height: 129px;
 }
#index .products article .add-to-cart{ top: 126px; }
#index .products article .add-to-cart img,
#index .products article .plusplus img{ max-width: 100%; }
#index .products article .plusplus img{ margin-top: 3rem; }
#index  .wishlist-button-add i{ background-size: auto; }
#index .product-miniature .product-title a {
    font-size: 17px;
    line-height: 24px;
}
#index .product-description h4,
#index .product-description h5{
  font-size: 14px;
  line-height: 22px;
}
#index .product-miniature .product-price-and-shipping{
  height: 48px;
  line-height: 48px;
  font-size: 16px;
}
#index .product-miniature .product-price-and-shipping span span{ font-size: 14px; }
.featured-products{ margin-top: 5rem; }
#products .all-product-link,
.featured-products .all-product-link,
.product-accessories .all-product-link{
  margin: 0;
}
.featured-products > .container > .row{ margin-bottom: 3rem; }
.featured-products h2{
  background: transparent url('../img/alaune.png') no-repeat left top;
  padding-left: 6rem;
  margin-left: 4rem;
  line-height: 50px;
  font-size: 34px;
  font-weight: 400;
}
.featured-products .all-product-link{
  line-height: 50px;
  color: black;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .1rem;
  background: transparent url('../img/liresuite.png') no-repeat right bottom;
  padding-right: 3rem;
}
#subcategories{ display: none; }

/* product */
.btnretour{
  margin: 2rem 0;
  height: 48px;
  padding: 0 20px;
  display: inline-block;
  border: 2px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(90deg, #1b8bd6 0%, #c5168c 50%, #fee603 100%);
  float: right;
}
.btnretour span{
  text-transform: uppercase;
  background: linear-gradient(90deg, #1b8bd6 0%, #c5168c 50%, #fee603 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 500;
  line-height: 46px;
}
.btnretour:hover{ background:white; }
#product #content{ max-width: 360px; margin: 0; }
#product .fondgris{ float: left; width: 100%; padding: 0; margin: 0; background:#e7e5e2; position: relative; }
.product-cover{ margin-bottom: 0; box-shadow: 0 0 12px rgba(60,60,60,.15) }
.product-flags li.product-flag.discount-percentage,
.product-flags li.product-flag.discount-amount,
.product-flags li.product-flag.discount{ background: linear-gradient(90deg, #1b8bd6 0%, #c5168c 50%, #fee603 100%); color: white; }
.product-flags li.product-flag{ background: rgba(231,229,226,.8); color: black; }

#product .h1{ font-family: 'Macaria', sans-serif; font-size: 30px; line-height: 40px; letter-spacing: .1rem; font-weight: 400; margin-top: 4rem; }
#product .product-description p{ font-size: 17px; line-height: 30px; }
#product .product-prices{
  max-width: 360px;
  margin-top: 0;
  background: black;
  color: white;
  float: left;
  width: 90%;
  padding: 10px 5% 0 5%;
  position: relative;
  height: 86px;
  line-height: 46px;
}
#product .product-prices .mentionprix div{
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #b1b1b1;
}
#product .product-prices .mentionprix div.mention1{ text-align: left; }
#product .product-prices .mentionprix div.mention2{ text-align: right; }
.product-prices p{ color: white; margin: 0; }
#product .has-discount .discount{ display: none; }
.has-discount.product-price,
.has-discount p,
.has-discount .page-content.page-cms ul,
.page-content.page-cms .has-discount ul{ color: white; }
.product-prices div{ margin: 0; font-size: 23px; line-height: 46px; }
.product-price{ float: right; font-weight: 600; color: white; }
.product-without-taxes{ float: left; font-weight: 400; font-size: 23px; }
.product-prices div.product-discount{ position: absolute; line-height: 40px; top: -40px; right: 5%; color: black; }
.product-prices p.product-pack-price{ position: absolute; line-height: 40px; top: -40px; right: 5%; color: black; }
.product-discount .regular-price{ margin: 0; }
.product-actions{ position: relative; height: 66px; }
.product-discounts{ margin: 0; }
#product .product-add-to-cart{ }
.product-variants{
  position: absolute;
  height: 66px;
  top: -96px;
  left: 0;
}
.product-pack{
  position: absolute;
  width:100%;
  top: -180px;
  left: 0;
  margin: 0;
}
.product-pack .pack-product-container{ height: 60px; }
.product-pack .pack-product-container .pack-product-quantity{ border: 0px; }
.thumb-mask>.mask{ margin: 0 }
.product-variants>.product-variants-item{ float: left; margin: 0 2rem 0 0; }
.product-quantity .qty{ float: right; }
.fdtransp{ background: #f5f3f0; border-bottom: 2px solid #e7e5e2; border-right: 2px solid #e7e5e2; }
.product-add-to-cart .wishlist-button-add{
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  background: transparent;
  height: 86px;
  margin:0;
  width: 66px;
}
.product-add-to-cart .wishlist-txt{ line-height: 86px; border-right: 2px solid #e7e5e2; padding-right: 2rem; text-transform: uppercase; font-size: 15px; }
.product-add-to-cart .wishlist-button-add i{ background-size: 50%; background-position: left center; }
.product-quantity .qty, .product-quantity .add{ margin-bottom: 0; }
#product .product-actions .add-to-cart .material-icons{
  text-indent: -3000px;
  background: transparent url('../img/prod-ajout-panier.png') no-repeat 0 0;
  width: 55px;
  height: 46px;
}
#product .product-actions .add-to-cart{
  height: 86px;
  background: transparent;
  color: black;
  padding: 0 3rem;
  font-weight: 400;
  font-size: 15px;
}
#product .product-actions .add-to-cart:hover{ color: #c5168c;  }
#product .product-quantity .qty{
  height: 86px;
  border-left: 2px solid #e7e5e2;
  padding-left: 2rem;
  padding-top: 20px;
  justify-content: center;
  margin: 0 auto;
 }
#product .product-information{ float: left; width: 100%; }
.product-quantity #quantity_wanted{ background: #f5f3f0; border: 0px; border-right: 1px solid #e7e5e2;}
.bootstrap-touchspin .btn-touchspin{ background: #f5f3f0; }
.product-quantity .input-group-btn-vertical .btn{ border-color: #e7e5e2; }
.tabs{ background: transparent; }
.tabs .nav-tabs .nav-link.active{ background: transparent; border-color:#e7e5e2; color: black; }
.tabs .nav-tabs .nav-link:hover{ border-color: #e7e5e2; }
.tabs .nav-tabs .nav-link{ font-family: 'Macaria', sans-serif; font-size: 22px; font-weight: 400; }
.notfeatured h2{ display: none;}
.notfeatured h2.h3{ background: transparent; margin: 0; padding: 0; }
.notfeatured .product-miniature .product-price-and-shipping{ font-size: 10px; }
.notfeatured .product-miniature .product-price-and-shipping span span{ font-size: 8px; }
.product-features>dl.data-sheet dd.value,
.product-features>dl.data-sheet dt.name,
.product-features>dl.data-sheet dd.value:nth-of-type(even),
.product-features>dl.data-sheet dt.name:nth-of-type(even){ background: transparent; border-bottom: 2px solid #e7e5e2 }
.product-discounts{ position: absolute; bottom: 80px; }
.product-discounts>.table-product-discounts thead tr th{ border-color: #f5f3f0; background: transparent; }
.product-discounts>.table-product-discounts tbody tr td{ border-color: #f5f3f0; }
.product-discounts>.table-product-discounts tbody tr{ background:#f5f3f0; }

/*pharma*/

.connexion-pharma{
  text-align: center;
  margin: 3rem auto;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: .1rem;
}
.pharma h1{
  position: absolute;
  font-size: 48px;
  line-height: 60px;
  width: 30%;
  left: 7.5%;
  top: 30%;
  font-weight: 400;
}
.pharma img{ max-width: 100%; }
.featured-products.specials{ margin-top: 4rem!important; }
.featured-products.specials .products{ margin-top: 4rem!important; }
.featured-products.specials h2{
  background-image: url('../img/picto-promo.png');
}
#header .header-nav.pharma, body#checkout #header .header-nav.pharma{ background:#c4e1c5; }
#header .header-nav.pharma .user-info a:not(.logout), #header .header-nav.pharma .user-info a span{ background: transparent; color: black; -webkit-text-fill-color: unset; }
#header .header-nav.pharma .material-icons{ background-image: url('../img/moncompte-pharma.png'); }


/**/
@media (min-width: 2px) and (max-width: 767px){
  h1, .h1 { font-size: 1.2rem; }
  #header .header-nav, body#checkout #header .header-nav{ max-height: 100px; height: 100px; }
  #header .header-top-right{ width: 100%; }
  #header .header-nav .user-info{ margin-left: .5rem; line-height: 100px; }
  #header .header-nav #menu-icon .material-icons{ line-height: 90px; background: transparent; color: white; font-size: 2rem; }
  #header .header-nav.pharma #menu-icon .material-icons{ color:black; }
  #header .header-nav #_mobile_cart{ line-height: 100px; height: 100px; }
  #header .header-nav .blockcart{ background: transparent; padding: 0; margin: 0 .5rem; line-height: 100px; height: 100px; color: white }
  #header .header-nav .cart-preview.active{ background: transparent; }
  #header .header-nav.pharma .blockcart{ color: black; }
  #header .header-nav .blockcart .header{ margin-top: 0; }
  #header .header-nav .cart-preview .shopping-cart{
    background: transparent url('../img/panier-blc.png') no-repeat 0 0;
    background-size: 40px;
    margin-right: .1rem;
    width: 40px;
  }
  #header .header-nav.pharma .cart-preview .shopping-cart{
    background: transparent url('../img/panier.png') no-repeat 0 0;
  }
  #header .header-nav.pharma .cart-preview.active a{ color: black; }
  #header .top-logo{ width: 43%; }
  #header .top-logo a img{ display: none; }
  #header .top-logo a{
    display: block;
    background: transparent url('../img/logo-blc.png') no-repeat center;
    width: 100%;
    height: 100px;
    background-size: 100%;
  }
  #header .header-nav.pharma .top-logo a{ background: transparent url('../img/logo.png') no-repeat center; background-size: 100%; }
  #mobile_top_menu_wrapper{ background: #f5f3f0; border-top: 2px solid #e7e5e2; padding: 14px 28px; }
  #header .header-top a[data-depth="0"]{ font-size: 1rem; line-height: 2rem; }
  #mobile_top_menu_wrapper .top-menu .sub-menu.collapse.in{ display: inherit!important; }
  #mobile_top_menu_wrapper .top-menu .sub-menu{ background: transparent; }
  #search_widget{ width: 70%; height: 40px; margin: 0; border-left: 0; }
  #search_widget form input{ margin: 0; padding: 4px!important; line-height: 30px; width: 80%; }
  #search_widget form i.clear{ background: inherit; text-indent: unset; right: 20px; top: 5px; }
  #_desktop_cart{ display: none; }
  #search_widget form i{ top: 0; right: 0; left: auto; background-size: 30px; background-position: center; }
  #add_fav{ width: 30%; height: 40px; margin: 0; border-left: 0; line-height: 40px; }
  #add_fav a img{ width: 30px; margin-bottom: 4px; }
  .featured-products{ margin-top: 2rem; }
  .featured-products h2{ margin-left: 1rem; padding-left: 5rem; font-size: 22px; }
  .featured-products .all-product-link {
      padding-right: 0;
      width: 100%;
      text-align: center;
  }
  .product-miniature .thumbnail-container{
    width: 76%;
    margin-left: 24%;
    padding-right: 22%;
    padding-left: 22%;
    margin-bottom: 2rem!important;
  }
  #index .product-miniature .thumbnail-container{ min-height: 322px; }
  #index .products article .wishlist-button-add, #index .products article .plusplus, #index .products article .add-to-cart{ height: 109px; }
  #index .products article .add-to-cart{ top: 106px; }
  #index .products article .plusplus img{ margin-top: 2rem; }
  #index .product-miniature .product-price-and-shipping,
  #index .product-miniature .product-price-and-shipping span span{ font-size: 12px; }
  #custom-text{ margin-top: 2rem; padding: 2rem 0; background-size: 150%; }
  #custom-text h1 { font-size: 24px; line-height: 40px; }
  .borderr{ border: 0; margin: 0 auto; }
  .contentCms{ padding: 0 20px; }
  #custom-text img { margin-bottom: 2rem; }
  #custom-text h3 { font-size: 16px; }
  #custom-text p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 2rem;
  }
  #custom-text .recevoir-catalogue span{ font-size: 20px; }
  #custom-text .recevoir-catalogue{ width: 90%; margin: 0 -45% }
  #footer .desktop_logo.hidden-sm-down{ display:flex!important; width: 100%; border: 0; }
  #footer_sub_menu_1, #footer_sub_menu_2{ display: none; }
  #footer .links:not(.block-contact), #footer #contact-infos{ height: auto; border: 0; }
  .links .title{ padding: 0; border: 0; }
  #footer #contact-infos .col-md-5 span{ margin: 0 0 0 0; }
  #footer .col-spefoot{ width: auto; }
  #footer .blackfoot { line-height: 32px; padding: 10px 0; }
  #footer .paypal{ height: 112px; }
  #wrapper{ padding-top: 2rem; }
  .block-category h1{ font-size: 1.25rem; }
  #footer .blockreassurance{
    margin: 2rem auto;
    padding: 1rem 0;
  }
  #footer .blockreassurance .col-md-4{ height: auto; }
  .blockreassurance .block-icon{ width: 85%; min-height: inherit; }
  .blockreassurance .block-title,
  .blockreassurance .block-p{ width: 100%; max-width: 100%; font-size: 12px; line-height: 22px; text-align: center; }
  .blockreassurance .block-title{ height: auto; margin-bottom: 4px }
  .blockreassurance .block-p{ font-size: 9px; line-height: 11px; }
  .product-quantity, .fdtransp{ width: 100%; float: left; }
  .fdtransp{ border-right: 0; }
  .product-quantity{ /*padding-bottom: 1rem;*/ }
  .btnretour{ margin: 0 1rem 1rem 0; padding: 0 10px; }
  .btnretour span{ font-size: 12px; }
  #product #content{ max-width: 100%; }
  #product .h1 {
    font-size: 24px;
    margin-top: 2rem;
  }
  #product .product-prices{ width: 100%; max-width: 100%; }
  .product-actions {
    height: auto;
    float: left;
    width: 100%;
  }
  .product-add-to-cart .wishlist-txt {
    line-height: 14px;
    width: 20%;
    display: flex;
    padding-right: 1rem;
    font-size: 10px;
    display:none;
  }
  .product-add-to-cart .wishlist-button-add { border-right: 2px solid #e7e5e2; }
  #product .product-actions .add-to-cart{ padding: 0 1rem; }
  #product .product-actions .add-to-cart .material-icons{ width: 40px; height: 35px; background-size: 40px; }
  #product .product-quantity .qty { padding-left: 0.5rem; }
  .product-quantity #quantity_wanted{ width: 2rem; }
  .tabs .nav-tabs .nav-link{ font-size: 14px; }

}
/**/
@media (min-width: 768px) and (max-width: 1023px){
  .container { width: 768px; }
  #wrapper{ padding-top: 2rem; }
  #header .header-top a[data-depth="0"]{ font-size: 1.3vw; line-height: 42px; }
  #header .header-top .menu{ width: 60%; }
  #search_widget form input{ padding: 10px 2px; }
  #_desktop_cart{ width: 13%; }
  #search_widget{ width: 17%; }
  #search_widget form i{ top: 80px; }
  #_desktop_cart i{ margin-left: 15%; }
  #_desktop_cart .header span.cart-products-count{ left: 55%; }
  #add_fav{ width: 10%; }
  .featured-products h2 { margin-left: 2rem; font-size: 30px; }
  .featured-products .all-product-link{ font-size: 11px; }
  .product-miniature .thumbnail-container{ width: 78%; margin-left: 22%; padding-left: 26%; padding-right: 20%; }
  #index .products article .wishlist-button-add,
  #index .products article .plusplus,
  #index .products article .add-to-cart{ width: 60px; }
  .product-miniature .thumbnail-top{ width: 65%; }
  #index .product-miniature .product-price-and-shipping,
  #index .product-miniature .product-price-and-shipping span,
  #index .product-miniature .product-price-and-shipping span span{ font-size: 11px; }
  #index .product-miniature .thumbnail-container{ min-height: 322px; }
  .product-miniature .thumbnail-container{ min-height: 242px; }
  .products article .wishlist-button-add,
  .products article .plusplus,
  .products article .add-to-cart{ height: 81px; }
  .products article .add-to-cart{ top: 80px; }
  #index .products article .wishlist-button-add,
  #index .products article .plusplus,
  #index .products article .add-to-cart{ height: 109px; }
  #index .products article .add-to-cart{ top: 106px; }
  #custom-text h1{ font-size: 28px; }
  #custom-text{ margin-top: 2rem; margin-bottom: 100px; }
  .contentCms{ padding: 0 30px; }
  #custom-text p{ font-size: 14px; line-height: 26px; }
  #custom-text h3{ font-size: 18px; }
  #custom-text .recevoir-catalogue span{ font-size: 20px; }
  #footer #contact-infos .col-md-5 span{ margin-left: 10px; font-size: 14px; margin-top: .75rem; }
  #footer .links ul{ margin-top: .75rem; }
  .block-contact{ padding-left: 0; }
  #footer #contact-infos .col-md-5, #footer #contact-infos .col-md-7{ width: 100%; }
  #footer #contact-infos .col-md-7 span{ margin-top: 0px; }
  #footer #contact-infos .col-md-7 span, #footer #contact-infos .col-md-7 a { font-size: 14px; line-height: 14px; margin-left: 10px }
  #footer .links ul li a {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0;
  }
  #custom-text .recevoir-catalogue{ bottom: -60px; }
  #footer .blackfoot p, #footer .blackfoot a{ font-size: 8px; }
  #left-column, #search_filters, #search_filters_brands, #search_filters_suppliers{ padding-left: 0; }
  #category #content-wrapper{ padding-right: 0; }
  .product-miniature .product-price-and-shipping{ font-size: 10px; }
  #product .h1{ font-size: 26px; margin-top: 3rem; }
  .product-without-taxes, .product-prices div{ font-size: 16px; }
  #product .product-prices{ width: 100%; }
  .product-add-to-cart .wishlist-txt{ display: none }
  #product .product-quantity .qty{ padding-left: .5rem; }
  #footer .blockreassurance{ padding: 2rem 0; margin: 2rem 0 }
  .blockreassurance .block-title, .blockreassurance .block-p { font-size: 12px; line-height: 22px; }
  .blockreassurance .block-icon img{ max-width: 90%; }



}
/**/
@media (min-width: 1024px) and (max-width: 1199px){
  #header .user-info{ font-size: 10px; }
  #add_fav img{ max-width: 80%; }
  #_desktop_cart a i{ background-size: 80%; margin-left: 0; }
  #_desktop_cart .header a span.cart-products-count{ left: 50%; }
  .header-top #search_widget input{ margin-left: 5%; width: 85%; font-size: 10px; letter-spacing: 0; }
  #search_widget form i{ left: 10px; }
  #header .header-top a[data-depth="0"]{ padding: 10px .75vw; font-size: .9vw; }
  #custom-text h1{ font-size: 20px; line-height: 28px; margin-bottom: 30px; }
  #custom-text h3{ font-size: 16px; }
  #custom-text p{ font-size: 14px; line-height: 22px; }
  #custom-text .recevoir-catalogue span{ font-size: 16px; line-height: 28px; }
  #footer #contact-infos .col-md-5 span{ font-size: 11px; letter-spacing: normal; margin-left: .25rem; }
  #footer #contact-infos .col-md-7 span, #footer #contact-infos .col-md-7 a{ font-size: 13px; letter-spacing: normal; }
  #footer .links ul li a{ font-size: 9px; }
  #footer .blackfoot p, #footer .blackfoot a{ font-size: 9px; }
  .blockreassurance .block-title{ font-size: 12px; }
  .blockreassurance .block-p{ font-size: 9px; }
  #wrapper .breadcrumb li, #wrapper .breadcrumb li a, #wrapper .breadcrumb li:last-child{ font-size: 10px; }
  .block-category h1{ font-size: 1.25rem; }
  .products-selection p, .products-selection .page-content.page-cms ul, .page-content.page-cms .products-selection ul, .products-selection p .sort-by, .products-selection .page-content.page-cms ul .sort-by, .page-content.page-cms .products-selection ul .sort-by, .products-selection p .select-title, .products-selection .page-content.page-cms ul .select-title, .page-content.page-cms .products-selection ul .select-title, .products-selection .sort-by-row, .products-selection .sort-by-row .sort-by, .products-selection .sort-by-row .select-title{ font-size: 14px; }
  #search_filters>.h6,
  #search_filters_brands>.h6,
  #search_filters_suppliers>.h6{ font-size: 1rem; }
  #search_filters .facet .facet-title{ font-size: .9rem; }
  #search_filters .facet .facet-label a, #search_filters_brands .facet .facet-label a, #search_filters_suppliers .facet .facet-label a{ font-size: .8rem; }
  .product-miniature .product-title a { font-size: 11px; line-height: 15px; }
  .products article .wishlist-button-add,
  .products article .plusplus,
  .products article .add-to-cart{ width: 46px; }
  .product-miniature .product-price-and-shipping,
  .product-miniature .product-price-and-shipping .mentionprix{ font-size: 9px; }
  .product-miniature .product-price-and-shipping span span{ font-size: 7px; }
  #index .product-miniature .product-price-and-shipping{ font-size: 11px; }
  #index .product-miniature .product-price-and-shipping span span { font-size: 10px; }
  #index .product-miniature .thumbnail-container{ padding-right: 18%; min-height: 302px; }
  #index .product-miniature .product-title a {
    font-size: 13px;
    line-height: 20px;
  }
  #index .product-description h4, #index .product-description h5 {
      font-size: 12px;
      line-height: 20px;
  }
  #index .products article .wishlist-button-add, #index .products article .plusplus, #index .products article .add-to-cart{ height: 103px; }
  #index .products article .add-to-cart{ top: 101px; }
  #index .products article .plusplus img{ margin-top: 2rem; }
  .product-add-to-cart .wishlist-button-add{ width: 36px; }
  .product-add-to-cart .wishlist-txt{ font-size: 8px; padding-right: .5rem; }
  #product .product-actions .add-to-cart{ font-size: 12px; }
  .product-prices div, .product-without-taxes{ font-size: 19px; }
  #product .product-prices{ width: 100%; }
  #product .h1{ font-size: 24px; }
  .tabs .nav-tabs .nav-link{ font-size: 18px; }
  .notfeatured .product-miniature .product-price-and-shipping{ font-size: 7px; }
  .notfeatured .product-miniature .product-price-and-shipping span span{ font-size: 6px; }
  .pharma h1{ font-size: 32px; line-height: 44px; }
  .encartsslides a{ width: 45%; }
  .encartslide2 a{ top: 20%; }



}

@media (min-width: 1200px) and (max-width: 1319px){
  .product-miniature .product-price-and-shipping{ font-size: 10px; }
  .product-miniature .product-price-and-shipping span span{ font-size: 8px; }
  #index .product-miniature .product-price-and-shipping{ font-size: 14px; }
  #index .product-miniature .product-price-and-shipping span span{ font-size: 12px; }
  #product .product-prices{ width: 95%; }
  .product-add-to-cart .wishlist-txt{ font-size: 12px; }
  .notfeatured .product-miniature .product-price-and-shipping{ font-size: 8px; }
  .notfeatured .product-miniature .product-price-and-shipping span span{ font-size: 7px; }
  .pharma h1{ font-size: 36px; line-height: 48px; }

}
/**/
@media (min-width: 1200px) and (max-width: 1599px){
  .header-top #search_widget input{ margin-left: 10%; width: 80%; letter-spacing: 0; font-size: 11px; }
  #search_widget form i{ left: 15px; }
  #header .header-top a[data-depth="0"]{ padding: 10px 1.1vw; font-size: .9vw; }
  #custom-text h1{ font-size: 30px; line-height: 44px; margin-bottom: 40px; }
  #custom-text h3{ font-size: 20px; }
  #footer #contact-infos .col-md-5 span{ font-size: 12px; letter-spacing: normal; margin-left: .5rem; }
  #footer #contact-infos .col-md-7 span, #footer #contact-infos .col-md-7 a{ font-size: 15px; letter-spacing: normal; }
  #footer .links ul li a{ font-size: 11px; }
  .blockreassurance .block-title{ font-size: 14px; }
  .blockreassurance .block-p{ font-size: 10px; }
}
/**/
@media (min-width: 1600px) and (max-width: 1899px){
  #header .header-top a[data-depth="0"]{ font-size: .92vw; padding: 10px 1.4vw; }
  #footer #contact-infos .col-md-5 span{ font-size: 13px; }
  #footer #contact-infos .col-md-7 span, #footer #contact-infos .col-md-7 a{ font-size: 19px; }
}
/**/
@media (min-width: 1900px){
  #header .header-top a[data-depth="0"]{ padding: 10px 28px; font-size: 18px; }
  .carousel .carousel-item .caption h2.display-1{ font-size: 50px; }
  .encartsslides a h2{ font-size: 30px; }
  .encartsslides a p{ font-size: 10px; }
}
