body {
    font-size: 17px;
	font-family: Helvetica,Arial,Lucida,sans-serif !important;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    padding-bottom: 10px;
    line-height: 1rem;
    text-transform: initial !important;
}

#header .header-top {
    padding: 0 0 1.25rem 0;
}

p {
    font-size: 16px;
    line-height: 30px;
}

li {
    line-height: 30px;
}
.product-miniature p {
    font-size: 12px;
}

h1, .h1 {
    font-size: 30px;
    color: #000000;
    text-transform: initial !important;

}

h2, .h2 {
    font-size: 26px;
    color: #000000;
    text-transform: initial !important;

}

h3, .h3 {
    font-size: 24px;
    color: #000000;
    text-transform: initial !important;

}

h4, .h4 {
    font-size: 18px;
    color: #000000;
    text-transform: initial !important;

}

h5, .h5 {
    font-size: 16px;
    color: #000000; 
    text-transform: initial !important;

}

h6, .h6 {
    font-size: 14px;
    color: #000000;
    text-transform: initial !important;

}
.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, 
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open>.btn-primary.dropdown-toggle:hover, .open>.btn-primary.dropdown-toggle:focus, .open>.btn-primary.dropdown-toggle.focus
 {
    background-color: rgb(234, 153, 153);
}

a, abbr, acronym, address, applet, b, big, blockquote, body, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, tt, u, ul, var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    vertical-align: baseline;
    background: transparent;
}

.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
    color: rgb(234, 153, 153) !important;
}

.tabs .nav-tabs .nav-link:hover {
    border-bottom: none !important;
}
.tabs .nav-tabs .nav-link.active {
    border-bottom: 2px solid rgb(234, 153, 153);
}

.product-images>li.thumb-container>.thumb.selected {
    border-color: rgb(234, 153, 153)
}

#header .header-nav{
	border-bottom: none;
}


#custom-text {
    background: transparent;
    padding: 0 !important;
    margin-top: 50px;
}
#custom-text img {
    width: 400px;
}
a:not(.btn, .button) {
    color: black !important;
}

.page-authentication #content {
    background: transparent !important;
    max-width: inherit;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.no-account {
    margin-top: 15px;
}

.login-form {
    margin-top: inherit;
}

.login-form, .no-account-block {
    border: solid 1px rgb(234, 153, 153);
    border-radius: 5px;
}

.page-customer-account #content .forgot-password {
    text-align: right;
}

#header .header-top .position-static {
    justify-content: end;

}

#header .header-nav .blockcart,
#header .header-nav .cart-preview.active {
    background: transparent;
}

#header .header-nav .cart-preview.active a, #header .header-nav .cart-preview.active i {
    color: black;
}

body#checkout section.checkout-step.-reachable.-current .step-number {
    background-color: rgb(234, 153, 153);
}

.form-control:focus,
.input-group.focus {
    outline: inherit;
    border: 1px solid rgba(0,0,0,0.25);
}

.block-promo .promo-input+button {
    border: 2px solid rgb(234, 153, 153);
}

img.logo{
    width: 163px;
}

.top-menu a[data-depth="0"] {
    font-weight: 400;
    font-size: 1rem;
}


#header .header-top a[data-depth="0"] {
    text-transform: none;

}

.products-selection {
    margin-bottom: 4rem;
}

.nav-tabs .nav-link,
.nav-tabs .nav-link.active {
    color: rgb(234, 153, 153) !important;
}

.nav-item .nav-link, .nav-item .nav-separtor {
    font-weight: 500;
    font-size: 18px;
}
.btn-primary.disabled:hover, .btn-primary:disabled:hover,
.btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
    background-color: rgb(234, 153, 153) ;
}

.custom-radio input[type="radio"]:checked+span {
    background-color: rgb(234, 153, 153);
}
body#checkout section.checkout-step .address-item.selected {
    border-color: rgb(234, 153, 153);
}
.done {
    color: rgb(234, 153, 153);
    font-weight: 600;
}

.page-customer-account #content .forgot-password {
    margin-top: -15px;

}

.page-customer-account #content .forgot-password a {
    color: #7a7a7a !important;
    text-decoration: underline;

}

.blockreassurance_product {
    justify-content: space-between;
}

.blockreassurance_product .item-product {
    margin-bottom: 15px;
}

.blockreassurance_product > div,
.blockreassurance_product .item-product{
    margin-inline: auto;
    text-align: center;
}

#blockcart-modal .product-name {
    color: rgb(234, 153, 153);
}

#blockcart-modal .modal-title i.material-icons {
    font-weight: 600;
    color: rgb(234, 153, 153);
}

#blockcart-modal .cart-content .cart-content-btn {
    margin-top: 1rem;
}

#blockcart-modal .cart-content > p {
    margin-bottom: 15px;
}

.product-price {
    color: rgb(234, 153, 153);
}

p,  #custom-text p{
    color: black;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 0 !important;
}

.group-span-filestyle .btn-default {
    background-color: rgb(234, 153, 153);

}

.page-my-account #content .links a:hover i {
    color: rgb(234, 153, 153);

}

.carousel .carousel-inner {
    height: 480px;
}

.btn-primary, .btn-secondary, .btn-tertiary {
    text-transform: none !important;
}

.products.row .product .add_to_cart_btn {
    text-align: center;
}
.products.row .product .add_to_cart_btn .btn-primary {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
}
#products .product-title {
    margin-bottom: 0 !important;
}
.products.row .product .product-description {
    text-align: center;
    padding: 0 !important;
}

.wishlist-button-add {
    background-color: transparent !important;
    border-radius: none !important;
    box-shadow: none !important;
}

.top-menu > li {
    position: relative;
}
.top-menu .sub-menu {
    width: inherit;
    min-width: inherit;
    left: -5px;
   
}

.top-menu[data-depth="1"] {
    display: flex;
    flex-direction: column;
}

#products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-miniature .product-title a {
    font-weight: 600;
}

.top-menu a.dropdown-submenu {
    text-transform: capitalize;
}

.top-menu a.dropdown-submenu {
font-weight: unset;
}

.carousel .carousel-control .icon-next:hover i, .carousel .carousel-control .icon-prev:hover i {
    color: rgb(234, 153, 153);
}

@media (min-width: 992px) {
    .carousel .carousel-indicators {
        display: block;
    }
}

/* accordion faq page */
.accordion {
    max-width: 890px;
    margin: 0 auto;
  }
  .accordion__item {
    border: 1px solid #ccc;
    margin-bottom: 10px;
  }  
  .accordion__item__title {
    background-color: rgb(234, 153, 153);
    padding: 10px;
    font-weight: bold;
    cursor: pointer;
  }  
  .accordion__item__content {
    padding: 10px;
    display: none;
  }
  .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
  } 
  .accordion-header h3 {
    margin-right: 10px;
  }
  .accordion-item {
    border: rgb(234, 153, 153) 3px solid;
    margin-top: 10px;
}
.highlight {
    background-color: rgb(234, 153, 153);
  }
  .accordion-content {
    margin: 10px;
}

.accordion-content li {
    font-size: 16px;
    line-height: 30px;
    color: black;
}

.fa-plus:after {
    content: "+";
    font-size: 24px;
    font-weight: 700;
}

.fa-minus:after {
    content: "-";
    font-size: 24px;
    font-weight: 700;
}
/* END accordion */


#_desktop_b2b {
    margin-top: 0.9375rem;
    color: rgb(234, 153, 153);
    font-weight: 600;
    padding-left: 26px;
 }


.products-sort-order .select-list:hover, .brands-sort .select-list:hover, .suppliers-sort .select-list:hover {
    background-color: rgb(234, 153, 153);
}

#_desktop_logo {
    display: flex;
    align-items: center;
    gap: 8px;
}
.block-social ul li {
    background-color: none !important;
}

.blockreassurance {
    display: flex;
    justify-content: space-around;
}

@media (max-width: 792px) {
    .blockreassurance {
        flex-wrap: wrap;
        gap: 30px;
    }

    .blockreassurance > div {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        padding-inline: 0 !important;
        min-width: 120px;
    }

    .blockreassurance .block-icon img {
        margin-bottom: 0;
    }
    .blockreassurance .block-title {
        padding: 0;
        height: 0;
        text-align: center
    }
}


.block-social ul li a {
    text-indent: unset !important;
    overflow: visible !important;
}

.block-social ul li:hover {
    background-color: transparent;
}

#wrapper {
    background-color: white !important;
}


.footer-container {
    background-color: white !important;
}

#footer > .container {
    padding-bottom: 2.5rem;
    padding-top: 1rem;
}

#footer {
    background-color: rgb(234 153 153 / 28%);

}

.custom-text-container {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
    gap: 35px;

}

.custom-text-container > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
}

.custom-text-container .btn {
    width: fit-content;
    margin-inline: auto;

}

.product-images>li.thumb-container>.thumb.selected, .product-images>li.thumb-container>.thumb:hover {
    border: rgb(234, 153, 153) 3px solid

}

.blockreassurance  > div {
    flex: 1;
    padding-inline: 20px;
}


.form-control {
    background: none !important;
    border-radius: 5px;
}

#main .page-content {
    margin-bottom: 3rem;
}

.button-container {
    display: grid;
    grid-template-columns: repeat(4, 225px);
    gap: 50px;
    justify-content: center;
}
.button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 15px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 16px;
    /* font-weight: bold; */
    color: #fff !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    padding-left: 20px;
    gap: 15px;
}
.button img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}
.button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}

.button.la-marque { background-color: #efb89e; }
.button.fiches-produits { background-color: #e06161; }
.button.images-produits { background-color: #f4ae9b; }
.button.prix-promo { background-color: #5583c3; }
.button.documents-formations { background-color: #f39337; }
.button.realisations-instagram { background-color: #abdbc9; }
.button.diagnostic-peau { background-color: #87cefab5; }
.button.faq { background-color: #87CEFA; }

.input-group .input-group-btn>.btn[data-action="show-password"] {
    background: #afafaf;
}

.input-group.focus {
    border: none;
}

.d-none {
    display: none !important;
}

body#contact label {
    text-align: left;
}

body#contact .group-span-filestyle {
    background-color: rgb(234, 153, 153);
}

.product-information {
    margin-top: -35px;
}

body#contact #wrapper,
body#cms #wrapper {
    padding-top: 0;
}

.product-miniature .product-description-short {
    text-align: center;
}

.product-miniature .add-to-cart {
    width: 100%;
}

body.cms-id-6 .gammes{
    flex-wrap: wrap;
    justify-content: center;
}

body.cms-id-6 .gammes > img{
    max-width: 48%;
}

.docs-miniatures {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (min-width: 767px) {
    .docs-miniatures > a {
        max-width: 33%;
    }  

    
}


.docs-miniatures img {
    max-width: 80%;
    height: auto;
}


.gift-quantity {
    border:1px solid #ddd;
    padding:5px 10px;
}

.expert-section {
    margin: 20px 0;
  }
  .expert-section h2 {
    font-weight: bold;
    margin-bottom: 15px;
  }
  .expert-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .expert-list li {
    display: flex;
    align-items: center;
  }
  .expert-list img {
    margin-right: 10px;
    width: 50px; 
    height: 50px;
  }

  .style-ul {
    list-style: disc !important;
    margin-left: 15px;
  }

@media (max-width: 792px) {
    #custom-text > p {
        padding: 0 !important;
      }

      #header .header-top>.container>.row:first-of-type {
        justify-content: center !important;
    }

    #header .header-nav {
        max-height: 900px !important;
    }


    #header .header-nav {
        margin-bottom: 15px;
    }

    #header .top-logo img {
        max-height: 4rem !important;
    }

    #_mobile_logo {
        justify-content: center;
    }

    #search_widget {
        width: 100%;
    }

    .header-top-right {
        width: 100%;
    }

    .links {
        margin-top: 15px;
    }

    .block-social {
        padding: 0.625rem;
    }

    .block-social ul {
        justify-content: center;
    }

    h1.text-sm-center,
    #footer .text-sm-center {
        text-align: center;
    }

    body#cms .text-sm-center {
        text-align: center;
    }

    #blockcart-modal .cart-content {
        padding-left: 0;
    }

    #blockcart-modal .product-image {
        margin: 0;
        margin-inline: auto;
        margin-bottom: 15px;
    }

    .login-form, .no-account-block {
        width: 100%;
    }

    body#authentication #main .page-content {
        margin-bottom: 0;
    }

    body#contact label:not(.btn-default) {
        margin-bottom: 10px;
    }

    body#contact .page-content {
        margin-bottom: 0;
    }

    body#product .tabs .nav-tabs {
        display: flex;
        overflow-x: scroll;
        overflow-y: hidden;
        padding-bottom: 20px;
    }
    body#product .tabs .nav-tabs .nav-link {
        width: max-content;
    }
    .block-social ul {
        margin-top: 30px;
    }

    .join-us {
        text-align: center;
    }

    #products .products, .featured-products .products, .product-accessories .products, .product-miniature .products {
        justify-content: center;
    }
    

}

.tabs {
    padding: 1.25rem 0.875rem;
}
.text-sm-center {
    text-align: center;
}

.wishlist-add-to-new i {
    color: rgb(234, 153, 153) !important;
}

.active-pdt {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.active-pdt > div {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.active-pdt img {
    height: 180px;
}
.header-top-right {
    flex-wrap: wrap;
}

.about-us-section {
    display: flex;
    gap: 30px;
    margin-bottom: 55px;
}

@media (min-width: 600px) {
    .about-us-banner {
        max-width: 33%;
        width: 33%;
    }
    
    .about-us-text {
        max-width: 67%;
        width: 67%;
    }
    
}
.buttons {
    text-align: right;
}

@media (max-width: 600px) {

    .about-us-section {
        flex-wrap: wrap;

    }
    .buttons {
        text-align: center;
    }

    .reversed {
        flex-direction: column-reverse;
    }
    
}

body.page-cms-10 #content {
    margin-bottom: 1.5rem !important;
}

.about-us-banner img
{
    max-width: 100%;
    width: 100%;
}

.about-us-list {
    margin-top: 10px !important;
}

.about-us-list:not(.ingredients-list) img {
    max-width: 35px;
}

.about-us-list.ingredients-list img {
    max-width: 12px;
}


.about-us-list:not(.ingredients-list) li{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}

.about-us-list.ingredients-list li{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}





.column-text {
    display: flex;
    flex-direction: column;
}

.about-us-section span,
.about-us-section strong,
.about-us-section p,
.about-us-section li {
    font-size: 16px !important;
    color: black !important;
}

.title-contactus img {
    max-width: 35px;
}

.title-contactus .h2 {
    margin-bottom: 0 !important;
}

.title-contactus {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 16px;
}

#my-account #order-slips-link,
#my-account #discounts-link {
    display: none;
}

.page-my-account #content .links a {
    text-transform: capitalize;
}