.main-no-transparent-bg {
    padding-top: 120px;
}

.header-top {
    background: #f7f7f7;
}
.header-transparent-bg {
    background: #00000030 !important;
}
.header-transparent-bg .header-top {
    background: #181818 !important;
    color: #ffffff;
}
.header-transparent-bg .mega-menu {
    border-top: none;
    background: #000000db !important;
}
.header_sticky-bg_dark .mega-menu a, .header_sticky-bg_dark .box-menu a, .header_sticky-bg_dark .default-menu a {
    color: #ffffff;
}
.header-desk_type_2 {
    padding: 0;
}

/* Fixe la hauteur du header-top */
.header-top {
  min-height: 40px; /* Ajuste selon ton design exact */
  box-sizing: border-box;
}

/* Fixe la hauteur minimale du header principal */
header.header {
  min-height: 120px; /* Pas moins, idéal pour ton logo & nav */
  box-sizing: border-box;
}

/* Désactive tout changement de padding/margin dynamique */
.header_sticky {
  transition: none !important;
}


.navigation__item {
    margin-top: 28px;
    padding-bottom: 28px;
    cursor: pointer;
}


.header-top .lang-select {

    position: relative;
    width: 45px;
    cursor: pointer;
    /* background-image: url(../images/arrow-down.png); */
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: top 5px right 0px;

}

.header-top .lang-select ul {

    display: none;
    position: absolute;
    margin: 0px;
    padding: 0px;
    background: #222;
    z-index: 10000;

}

.header-top .lang-select:hover ul {

    display: block;

}

.header-top .lang-select ul li {

    list-style: none;
    width: 130px;

}

.header-top .lang-select ul li a {

    color: #ffffff !important;

}

.header-top .lang-select ul li a:hover {

    background: #444444;

}

.header-top .top-bar-pro a {

    display: block;
    margin-top: 8px;
    background: #958f98;
    color: #eaeaea;
    text-decoration: none;
    border-radius: 12px;
    padding-left: 15px;
    padding-right: 15px;

}

.mega-menu__media-content span {

    display: block;
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 400 !important;
    text-transform: uppercase;
    color: #ffffff;

}

.mega-menu__img {
  width: 410px;
  height: 450px;
  object-fit: cover;
}

.lookbook-collection__item-image img {
  width: 690px;
  height: 400px;
  object-fit: cover;
}

@media (max-width: 1499px) {

    header .navigation .navigation__link {

        font-size: 0.78rem;

    }

}

@media (max-width: 1199px) {

    header .navigation .navigation__link {

        font-size: 0.64rem;

    }

}

@media (max-width: 991px) {

    .main-no-transparent-bg {
        padding-top: 60px;
    }

    .navigation__item {
        margin-top: 0px;
        padding-bottom: 0px;
    }

}

.footer-mobile p {

    margin-bottom: 1rem;
    line-height: 1rem;

}

.header-top-shipping {

    font-size: 0.8rem;
    text-transform: uppercase;

}

.header-top-shipping span,
.footer-mobile span {

    color: #87ab22;

}

.header-transparent-bg .header-top-shipping span {
    color: #b0c084;
}

.logo__image {
    max-width: 100px;
    max-height: auto;
}
.header-desk_type_2 .navigation {
    flex: auto;
}
.mega-menu {
    padding: 5rem 0 5rem;
}

.header-mobile .logo__image {
    max-height: 2rem;
    margin-left: 13px;
}

.logo {
    position: relative;

}
.french-brand {
    position: absolute;
    left: 34px;
    text-transform: uppercase;
    font-size: 8px;
}

.footer-newsletter small {

    margin-bottom: 15px;

}

#scrollTop {
    bottom: 60px;
}

.trustpilot {

    position: fixed;
    z-index: 2;
    bottom: 130px;
    right: 0;
    width: 120px;
    padding: 10px;
    background: rgb(19 19 19 / 95%);
    font-size: 14px;
    color: #a1a1a1;;
    text-decoration: none;

}

.trustpilot span {

    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;

}

.trustpilot img {

    width: 100%;

}

.iubenda-tp-btn-container {

    display: none;

}

/* footer */

@media (max-width: 575px) {

    .footer-middle {

    text-align: center;

    }

    .footer-middle .logo__image {

        margin: 0px auto;

    }

    .col-footer-service {

        display: block !important;
        text-align: center;

    }

    .col-footer-service .service-promotion__icon {

        margin-bottom: 20px;

    }

    .col-footer-service.decal .service-promotion__icon {

        margin-left: -5px;

    }

    .trustpilot {

        transform: rotate(-90deg);
        right: -39px;
        bottom: 141px;
        padding: 11px;

    }

    .trustpilot .trustpilot-title {

        display: none;

    }

}



/* popup-discount */

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 100%;
    }
}

.popup-discount h2 {

    font-size: 2rem;

}

.popup-discount h3 {

    font-size: 1.7rem;

}

.popup-discount p {

    font-size: 1rem;
    margin-bottom: 0.5rem;

}

.popup-discount p span {

    color: #e64b79;

}

.popup-discount .code {

    font-size: 2rem;
    font-weight: 600;
    text-align: right;

}

.popup-discount .btn-code {

    display: block;
    margin-top: 4px;
    background: #bf6faf;
    border-radius: 50px;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    line-height: 1.7 !important;
    font-size: 0.8rem;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;

}

.popup-discount .btn-code:hover {

    background: #dd8acc;
    
}

@media (max-width: 575px) {

    .popup-discount h2 {

        font-size: 1.8rem;
        margin-bottom: 0.5rem;

    }

    .popup-discount h3 {

        font-size: 1.4rem;
        margin-bottom: 0.2rem !important;

    }

    .popup-discount p {

        font-size: 0.9rem;

    }

}

/* cart */

.btn-cart {

    display: block;
    width: 100% !important;
    padding: 20px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1;
    cursor: pointer;

}

.btn-cart:hover {

    background-color: #333;

}

.cart-resume-discount,
#cart-shipping.discount {

    color: #87ab22;

}

.shipping-infos {

    margin-top: 20px;
    margin-bottom: 20px;

}
/* slider */

.home-slider {
  min-height: 600px;
  display: block;
  position: relative;
}

.home-slider .slider-home-h1 {

    font-size: 1.6em;
    line-height: 1.6em;
    max-width: 500px;
    font-weight: 400 !important;
    text-transform: uppercase;
    color: #ffffff;

}

.home-slider .slider-home-h2 {

    font-size: 2em;
    font-weight: 500 !important;
    color: #ffffff;

}

.home-slider .slider-home-p {

    font-size: 1em;
    font-weight: 300 !important;
    text-transform: uppercase;
    color: #ffffff;

}

.home-slider .btn-slider {

    background: #e09491;
    border-radius: 50px;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    line-height: 1.7 !important;

}

@media (max-width: 575px) {

    .home-slider .slider-home-h1 {

        font-size: 1.3em;

    }

    .home-slider .slider-home-h2 {

        font-size: 1.8em;
        
    }

    .home-slider .slider-home-p {

        font-size: 1em;
        font-weight: 400 !important;

    }

    
}

.slideshow-navigation-white-sm .slideshow__prev, .slideshow-navigation-white-sm .slideshow__next {

    border: none;
    background-color: #00000036;

}

.slideshow-navigation-white-sm .slideshow__prev, .slideshow-navigation-white-sm .slideshow__next svg {

    color: #fff;

}

/* service-promotion */

.service-promotion .theme-color {

    color: #87ab22 !important;

}

@media (max-width: 575px) {

    .col-service-promotion {

        display: block !important;
        text-align: center;

    }

    .col-service-promotion .service-promotion__icon {

        margin-bottom: 20px;

    }

    .col-service-promotion.decal .service-promotion__icon {

        margin-left: -5px;

    }

}

/* intro */

.intro {

    padding-top: 70px;
    padding-bottom: 50px;
    background: #fbfaf5;

}

/* mun-content */

.mun-content h1 {

    font-size: 1.5rem;
    text-transform: uppercase;

}

.mun-content h2 {

    font-size: 1.2rem;
    text-transform: uppercase;

}

.mun-content h3 {

    font-size: 1rem;
    text-transform: uppercase;

}

.mun-content p {

    margin-bottom: 30px;

}

/* home */

.home-content .mun-content {

    background-color: #fafafa;
    padding: 50px;

}

/* category */

@media (max-width: 575px) {

    .slider-category {

        display: none;

    }

}

.product-card .price {
    font-size: 0.8rem;
    color: #a7a7a7;
}

.product-card .price span {
    font-size: 1rem;
    color: #000;
}

.category-slider h1,
.category-slider h2 {

    font-size: 1.7rem;

}

#accordion-filter-size a {

    text-transform: uppercase;

}

/* Thumb images */
.pc__img {
    background: #f2f2f2;
}

/* product */
.preview {
    margin-bottom: 30px;
    right: 0;
    width: 159px;
    height: 35px;
    background-image: url(../images/oeillets-preview.png);
    background-size: 159px;
    background-position: 0 0;
    background-repeat: no-repeat;

}

.product-single__swatches .product-swatch .swatch-list {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    flex-direction: row;
    flex-wrap: wrap;
}

.product-single__swatches .product-swatch.text-swatches .swatch:hover {
    color: #ffffff;
    background: #000000;
    cursor: pointer;
}

.product-single__swatches .product-swatch.text-swatches input[type="radio"]:checked + label {
    border-color: #222222;
    color: #ffffff;
    background: #000000;
}

.size-no-stock,
.size-no-stock:hover {

    background: #e7e7e7 !important;
    color: #b5b5b5 !important;
    border: 1px solid #e4e4e4 !important;

}

/* cart */

.shopping-cart .cart-table .price-old,
.shopping-cart .cart-table .price-fixed {

    display: none !important

}

.country-select {

    display: block;
    font-size: 0.7rem;

}

.change-country-form {

    display: none;

}

.product-quantity-cache {

    display: none;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0.6;

}

/* laceid */

.lace-id-content-preload {

    display: none;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
}

.laceid .laces-selected {
    position: absolute;

}

.laceid .slideshow-text h2 {
    
    font-size: 2.5rem;

}


.laceid-options .laceid-options-colors {

    position: fixed;
    z-index: 2;
    bottom: 50px;

}

.laceid-options .laceid-options-colors ul {

    padding: 0px;

}

.laceid-options .laceid-options-colors ul li {

    display: inline-block;
    list-style-none;
    cursor: pointer;
    border-radius: 50px;
    padding: 5px;
    border: 2px solid transparent;

}

.laceid-options .laceid-options-colors ul li:hover {

    border: 2px solid #ffffff;

}

.laceid-options .laceid-options-colors ul li span {

    display: block;
    width: 17px;
    height: 17px;
    border-radius: 50px;

}

.laceid-options-models {

    position: absolute;
    z-index: 3;
    bottom: 120px;
    left: 20px;
    width: 300px;

}

.divider {

    display: none;

}

.chosen-wrapper {

    margin-bottom: 10px;

}

.chosen-wrapper .dd {

    width: 100% !important;
    cursor: pointer !important;
    border: none;

}

.chosen-wrapper .dd .ddArrow {

    width: 100% !important;

}

.chosen-wrapper .dd .ddChild {

    z-index: 9999999 !important;
    background: transparent;
    border: none !important;

}

.chosen-wrapper .dd .ddChild li {

    display: block;
    border-radius: 0px;

}

.chosen-wrapper .dd .ddChild li.selected {

    /* display: none !important; */

}

.borderRadiusBtm .border {
    border-radius: 0px !important;
}

.dd .ddChild li {
    padding: 10px 10px 10px 10px !important;
    background: #0000009e !important;
    border: none;
    border-bottom: 1px solid #000000;
}

.chosen-wrapper .dd .ddTitle {

    background: #0000009e !important;
    border-radius: 0px;

}

.dd .ddTitle .ddTitleText {

    padding: 10px 10px 10px 10px !important;
    

}

.dd .ddTitle .ddlabel {
    font-size: 1rem !important;
    color: #ffffff;
}


.dd .ddTitle .description {
    font-size: 1rem !important;
    color: #919191;
}

/* checkout */

.billing-info__wrapper h4 {

    text-transform: uppercase;

}

.input-required {

    border: 0.125rem solid #df9797;
    
}

.checkout-alert {

    margin-top: 20px;
    padding: 20px;
    background: #f7e0d8;
    color: #a63758;
    border-radius: 5px;

}

.checkout-alert p {

    margin: 0px;

}

.shopping-cart__cgv {

    border: 1px solid #222;
    margin-bottom: 1.25rem;
    padding: 2rem 2.5rem;
    max-width: 100%;

}

.cgv-check input {

    margin-right: 10px;

}

.btn-checkout {

    text-transform: uppercase;

}

.btn-check-pairs {

    width: 100%;
    padding: 0rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    font-size: 0.7rem !important;

}

@media (max-width: 575px) {

    .btn-check-pairs-1 {

        margin-bottom: 1rem;

    }

}

.check-pairs span {

    color: #8fbb34;

}

/* success */

.checkout__totals .checkout-cart-items tbody tr:last-child td {

    border-bottom: none;

}

.checkout-cart-items .amount {

    color: #000000;

}

/* 404 */

.page-not-found {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5rem;
}

/* .account */

.login-register.account {

    width: 50rem;
    padding: 0rem;

}

.account table {

    width: 100%;
    max-width: 900px;
    border-radius: 20px;

}

.account table th,
.account table td {

    padding: 15px;
    font-size: 14px;
    border: none;

}

.account table th {

    background: #f2f2f2;

}

.account table td {

    font-weight: normal;

}

.account table td .paid {

    display: inline-block;
    padding: 2px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 20px;
    color: #ffffff;
    background: #f80;

}

.account table td .treaty {

    display: inline-block;
    padding: 2px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 20px;
    color: #ffffff;
    background: #64a322;

}

.account table td .follow {

    display: inline-block;
    padding: 2px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 20px;
    color: #ffffff;
    background: #17a2b8;

}

.account table td .follow:hover {

    background: #2fc4dc;

}

.account table td .download {

    display: inline-block;
    padding: 2px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 20px;
    color: #ffffff;
    background: #3c3c3c;

}

.account table td .download:hover {

    background: #666666;

}

.swiper-container {
  overflow: hidden;
}
.swiper-wrapper {
  height: 100%;
}

.content-html {

    background: #f9f7f5;
    padding-top: 50px;
    padding-bottom: 50px;

}

@media (max-width: 767px) {

    .lookbook-collection__item-image {

        position: relative;

    }

    .lookbook-collection__item {
        padding-top: 0;
    }

}

/* banner */

.banner {

    width: 100%;
    height: 500px;
    background: #333;

}

.banner .banner-content {

    position: absolute;
    z-index: 1;
    width: 100%;
    height: 500px;

}

.banner .banner-content .container {

    padding-top: 100px;

}

.banner .banner-content .container h1 {

    font-family: 'Montserrat', sans-serif;
    line-height: 1.3;
    max-width: 600px;
    font-size: 28px;
    font-weight: 500;
    color: #fff;

}

.banner .banner-content .container p {

    max-width: 600px;
    letter-spacing: 0;
    font-weight: 300 !important;
    font-size: 20px;
    color: #fff;

}

.banner .banner-content .container a {

    display: inline-block;
    margin-top: 15px;
    padding: 15px 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    background-color: #ec8888;
    border-radius: 30px;
    text-decoration: none;

}

.banner .banner-img {

    width: 100%;
    height: 500px;
    background-size: cover;
    opacity: 0.7;

}

header.header.position-absolute {

    position: relative !important;

}

/* On n’impose PAS de position, le script Uomo la calcule ! */
.mega-menu {
  opacity: 0;
  visibility: hidden;
  transition: opacity .15s ease;
}

/* Au survol → affichage sans pousser la page */
.navigation__item:hover > .mega-menu {
  opacity: 1;
  visibility: visible;
}

.shop-list,
.product-single,
.shop-checkout,
.about-us,
.blog-page,
.contact-us {

    padding-top: 50px;
}
