.specifique .header_nav.header-white,
.specifique .header_nav {
    background-color: transparent;
    box-shadow: none;
}

.specifique .header_nav {
    position: inherit;
}

.specifique .header_nav .navbar {
    display: none;
}

.specifique .header_nav.header-white {
    position: fixed;
}

.specifique .header_nav.header-white .navbar {
    display: flex;
}

.specifique .header_nav.header-white .navbar-nav a,
.specifique .header_nav .navbar-nav a {
    color: #fff !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

.specifique .header_nav.header-white .navbar-nav .dropdown-menu a,
.specifique .header_nav .navbar-nav .dropdown-menu a {
    color: #000 !important;
}

.content-slider-home {
    margin-top: -90px;
    margin-bottom: -6px;
}

.content-slider-home .sliderHome {
    width: 100%;
    margin: 0;
}

.content-slider-home .slick-slide {
    margin: 0;
    padding-right: 0 !important;
}

.content-slider-home .slick-slide img {
    width: 100%;
    border: 0;
}

.content-slider-home .wrapper .slick-dots li button:before {
    font-size: 20px;
    /*color:white;*/
}

.content-slider-home .item {
    position: relative;
}

.content-slider-home .item:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
}

.content-slider-home .contentSliderContenuOuter {
    position: absolute;
    bottom: 13%;
    width: 350px;
    opacity: 1;
    border-radius: 30px;
    padding: 30px;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    color: #fff;
    z-index: 1;
}

.content-slider-home .slick-dots {
    position: absolute;
    bottom: 13%;
    right: 5%;
    width: auto;
    z-index: 1;
}

.content-slider-home .slick-dots li {
    width: 60px;
    height: 6px;
}

.content-slider-home .slick-dots .slick-active {
    width: 130px;
    height: 6px;
}

.content-slider-home .slick-dots button {
    width: 60px;
    height: 6px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.5);
    text-indent: 9000px;
}

.content-slider-home .slick-dots button:hover,
.content-slider-home .slick-dots button:focus {
    background: rgba(255, 255, 255, 1) !important;
}

.content-slider-home .slick-dots .slick-active button {
    width: 130px;
    height: 6px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 1);
    text-indent: 9000px;
}

.titreSliderContenu {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 42px;
    line-height: 46px;
    margin: 0 0 32px 0;
    padding: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 165px;
}

.contentSliderContenu {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 32px 0;
    padding: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 145px;
}

.contentSliderLien {
    width: 100%;
    display: flex;
}

.lienSlider {
    border: 1px solid #FFFFFF;
    width: 188px;
    border-radius: 40px;
    padding: 24px 36px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 18px;
    display: flex;
    align-items: center;
    gap: 16px;
    color: #fff;
}

.lienSlider:hover,
.contentPetitSoifInner .boutonPetitSoif:hover {
    background-color: #fff;
    color: #D81A1E;

}

.lienSlider .arrow-right,
.contentPetitSoifInner .boutonPetitSoif .arrow-right {
    position: relative;
}

.lienSlider .arrow-right::before,
.contentPetitSoifInner .boutonPetitSoif .arrow-right::before {
    content: "";
    height: 100%;
    line-height: 55px;
    background: url(./../images/icons/arrow-right-hover.svg) no-repeat center center;
    width: 16px;
    height: 16px;
    background-size: 15px;
    display: block;
}

.lienSlider:hover .arrow-right::before,
.contentPetitSoifInner .boutonPetitSoif:hover .arrow-right::before {
    background: url(./../images/icons/arrow-right.svg) no-repeat center center;
}

.blockPetitSoif {
    width: 100%;
    position: relative;
}

.blockPetitSoif video {
    width: 100%;
    height: auto;
    display: block;
}

.contentPetitSoif {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.contentPetitSoifInner {
    margin-top: 227px;
    margin-left: 200px;
    max-width: 450px;
    padding: 30px;
    color: #fff;
}

.contentPetitSoifInner .titrePetitSoif {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 42px;
    line-height: 46px;
    margin: 0;
    padding: 0 0 32px 0;
}

.contentPetitSoifInner .textPetitSoif {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 22px;
    line-height: 30px;
    margin: 0;
    padding: 0 0 32px 0;
}

.contentPetitSoifInner .boutonPetitSoif {
    border: 1px solid #FFFFFF;
    border-radius: 40px;
    padding: 24px 36px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 18px;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    color: #fff;
}

.sectionNosChiffre {
    background: #C1111E;
    width: 100%;
    margin: 0;
    padding: 93px 0;
    float: left;
}

.sectionNosChiffre .contentListeNosChiffre {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    gap: 16px;
}

.sectionNosChiffre .contentListeNosChiffre li {
    width: 25%;
    text-align: center;
    padding: 60px 0 0 0;
}

.sectionNosChiffre .contentListeNosChiffre li .heading-2 {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 44px;
    line-height: 50px;
    letter-spacing: 0px;
    text-align: center;
    margin: 0;
    padding: 0 0 16px 0;
}

.sectionNosChiffre .contentListeNosChiffre li p {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
}

.sectionNosChiffre .contentListeNosChiffre li.farmer {
    background: url(./../images/icons/farmer.png) no-repeat center top;
}

.sectionNosChiffre .contentListeNosChiffre li.shop {
    background: url(./../images/icons/Shop.png) no-repeat center top;
}

.sectionNosChiffre .contentListeNosChiffre li.bottle {
    background: url(./../images/icons/Bottle.png) no-repeat center top;
}

.sectionNosChiffre .contentListeNosChiffre li.madagascar {
    background: url(./../images/icons/Madagascar.png) no-repeat center top;
}

.content-fier-malagasy {
    width: 100%;
    margin: 0;
    padding: 93px 0 133px 0;
    position: relative;
    float: left;
    z-index: 1;
}

.content-fier-malagasy .before {
    /* background: url(./../images/back_fier_malagasy.png) no-repeat center bottom; */
    background-size: cover;
    filter: grayscale(90%);
    position: absolute;
    inset: 0;
    z-index: -1;
    left: 0;
    top: 0;
}

.content-fier-malagasy .col-md-5,
.content-fier-malagasy .col-md-7 {
    padding-bottom: 100px;
}

.content-fier-malagasy .title-fier-malagasy {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 42px;
    line-height: 56px;
    letter-spacing: 0px;
    color: #090810;
    margin: 0;
    padding: 0;
    max-width: 450px;
}

.description-fier-malagasy {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #090810;
}

.content-btn-fier-malagasy {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-fier-malagasy .btn-fier-malagasy.btn.btn-white {
    border-radius: 40px;
    padding: 24px 36px;
    padding-top: 24px;
    background-color: #D81A1E;
    box-shadow: 0px 10px 28px 0px rgba(20, 20, 43, 0.1);
    color: #FFFFFF;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: center;
    margin: 100px 0 0 0;
}

.content-fier-malagasy .btn-fier-malagasy.btn.btn-white:hover {
    border: 0;
}

.contentDecouverteCarriere {
    width: 100%;
    margin: 0;
    padding: 48px 0;
    clear: both;
}

.contentDecouverteCarriereInner {
    background: url('./../images/back_decouverte.png') no-repeat center center;
    position: relative;
    z-index: 1;
    border-radius: 20px;
    padding: 108px 80px;
}

.contentDecouverteCarriereInner:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    filter: grayscale(100%);
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    left: 0;
    top: 0;
}

.contentDecouverteCarriereInner .row {
    align-items: flex-end;
    margin: 0;
    padding: 0;
}

.contentDecouverteCarriereInner .col-md-5 {
    padding: 0 64px 0 0;
}

.contentDecouverteCarriereInner .col-md-7 {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    padding: 0 0 0 64px;
}

.contentDecouverteCarriereInner h2 {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0%;
    color: #FFFFFF;
    margin: 0;
    padding: 0 0 32px 0;
}

.contentDecouverteCarriereInner .col-md-7 h2 {
    font-weight: 700 !important;
}

.contentDecouverteCarriereInner p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #FFFFFF;
    margin: 0;
    padding: 0 0 32px 0;
}

.contentDecouverteCarriereInner .contentBouton {
    display: inline-flex;
}

.contentDecouverteCarriereInner .contentBouton a {
    border-radius: 40px;
    padding: 24px 36px;
    background: #D81A1E;
    box-shadow: 0px 10px 28px 0px rgba(20, 20, 43, 0.1);
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
}

.newsletter .newsletter_background {
    background-image: url('./../images/background/back_footer_gauche.png');
    background-color: #D81A1E !important;
}

.newsletter .social_background {
    background-image: url('./../images/background/back_footer_droite.png');
    background-color: #C1111E !important;
}

.newsletter .newsletter_titre {
    font-size: 30px;
}

.newsletter .social_titre__text .newsletter_titre {
    font-size: 44px;
}

.newsletter .social_titre__text .newsletter_titre.newsletter_desc {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0px;

}

.newsletter .newsletter_titre__text {
    width: 70%;
}

.newsletter .newsletter_button {
    font-family: "Open Sans", sans-serif;
    font-style: Bold;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 10%;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0px 10px 28px 0px rgba(20, 20, 43, 0.1);
}

/*page nos-marques*/
html,
body {
    overflow-x: hidden !important;
    width: 100vw;
    max-width: 100vw;
}

#nos-marques {
    padding-top: 0;
}

#nos-marques .container {
    max-width: 1280px;
    margin: 0 auto;
}

#nos-marques .slider-thumbnails,
#nos-marques .slick-slider,
#nos-marques .slick-list {
    max-width: 260px;
    margin: 0 auto;
    box-sizing: border-box;
}

#nos-marques .slider-main-layout {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    /*min-height: 100vh;*/
    width: 100vw;
    box-sizing: border-box;
    padding: 0 3vw;
    gap: 0;
}

#nos-marques .slider-left {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 420px;
    z-index: 2;
    opacity: 0;
    transform: translateY(40px);
    pointer-events: none;
    transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1), transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

#nos-marques .slider-left.visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    position: relative;
}

.slider-left-outer {
    position: absolute;
    bottom: 50px;
    width: 100%;
}

#nos-marques .slider-left.no-transition {
    transition: none !important;
}

#nos-marques #mainTitle {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0%;
    color: #FFFFFF;
    margin: 0;
    padding: 0 0 32px 0;
}

#nos-marques #mainDescription {
    font-family: "Open Sans", sans-serif;
    font-weight: 600 !important;
    font-style: SemiBold;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #FFFFFF;
    margin: 0 0 32px 0;
    padding: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-mask-position-x: 220px;
}

#nos-marques .outline-btn {
    border: 1px solid #FFFFFF;
    width: 188px;
    border-radius: 40px;
    padding: 24px 36px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 18px;
    display: flex;
    gap: 16px;
    color: #fff;
}

#nos-marques .outline-btn:hover {
    background: #fff;
    color: #b71c1c;
}

#nos-marques .slider-right {
    flex: 2 1 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap:0;
    min-width: 0;
}

#nos-marques .main-image {
    position: relative;
    width: 480px;
    height: 660px;
    margin: 0;
}

@keyframes slideUpOvershoot {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }

    60% {
        opacity: 1;
        transform: translateY(-10%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

#nos-marques #secondaryImage {
    position: absolute;
    left: 5%;
    top: 0;
    width: auto;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    border: none;
    opacity: 1;
    transform: translateY(0);
    transition: none;
    animation: none;
}

#nos-marques #secondaryImage.slide-up {
    /*animation: slideUpOvershoot 0.5s cubic-bezier(0.77, 0, 0.175, 1);*/
}

#nos-marques #secondaryImage.scale-effect {
    /*transform: scale(1.15);*/
}

#nos-marques #currentImage {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: auto;
    height: 100%;
    transform: translateX(-50%);
    object-fit: cover;
    z-index: 2;
    border: none;
}

#nos-marques .thumbnail {
    width: 100px !important;
    object-fit: cover !important;
    cursor: pointer !important;
    transition: border 0.3s, opacity 0.3s, transform 0.2s !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

#nos-marques .thumbnail_item {
    width: 100px !important;
    margin-right: 0;

}

#nos-marques .slick-track {
    display: flex !important;
    align-items: flex-end;
}

#nos-marques .slider-thumbnails-wrapper {
    height: 660px;
    position: relative;
}

#nos-marques .slider-thumbnails {
    position: absolute;
    bottom: 50px;
    left: 0;
}

.blockPetitSoif .video_star_mobile {
    display: none;
}

#nos-marques .outline-btn .arrow-right {
    position: relative;
}

#nos-marques .outline-btn .arrow-right::before {
    content: "";
    height: 100%;
    line-height: 55px;
    background: url(./../images/icons/arrow-right-hover.svg) no-repeat center center;
    width: 16px;
    height: 16px;
    background-size: 15px;
    display: block;
    position: absolute;
    top: 4px;
}

#nos-marques .outline-btn:hover .arrow-right::before {
    background: url(./../images/icons/arrow-right.svg) no-repeat center center;
}

.main-product .woocommerce-breadcrumb {
    display: none;
}

.content_fiche_produit {
    margin-top: -90px;
    padding-top: 90px;
}

.content_fiche_inner {
    padding: 64px 0;
}

.content_fiche_produit * {
    color: #fff;
}

.content_fiche_produit .entete_fiche_produit {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.entete_fiche_produit .left_entete {
    display: flex;
    width: 70%;
}

.entete_fiche_produit .right_entete {
    width: 30%;
}

.entete_fiche_produit .left_entete .image {
    margin: 0 16px 0 0;
    width: 96px;
    /* Largeur fixe */
    height: 96px;
    /* Hauteur fixe */
    display: flex;
    align-items: center;
    justify-content: center;
}

.entete_fiche_produit .left_entete .titre_produit {
    width: 90%;
}

.entete_fiche_produit .left_entete .image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    /* Garder les proportions dans le conteneur */
}

.entete_fiche_produit .left_entete .badge {
    opacity: 1;
    padding: 4px 12px;
    border-radius: 8px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.2);
    margin: 0 0 5px 0;
}

.entete_fiche_produit .left_entete h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0%;
    margin: 0;
    padding: 0;
}

.entete_fiche_produit .left_entete h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700 !important;
    font-style: Bold;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    margin: 0;
}

.entete_fiche_produit .right_entete h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700 !important;
    font-style: Bold;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0%;
    margin: 0;
    padding: 4px 0;
    text-align: right;
}

.entete_fiche_produit .right_entete .reseaux_sociaux {
    margin-top: 10px;
    justify-content: flex-end;
    gap: 8px;
}

.entete_fiche_produit .right_entete .reseaux_sociaux .social_card {
    margin: 0;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.2);
}

.entete_fiche_produit .right_entete .reseaux_sociaux .social_card a {
    margin: 0;
    padding: 0;
    font-size: initial;
}

.entete_fiche_produit .right_entete .reseaux_sociaux .social_card svg {
    width: 32px !important;
    height: 32px !important;
}

.entete_fiche_produit .right_entete .reseaux_sociaux .social_card svg rect {
    fill: none !important;
    background-color: #000;
}

.content_fiche_produit .content_liste_similaire {
    display: flex;
    list-style-type: none;
    align-items: flex-end;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    gap: 2px;
}

.content_fiche_produit .content_liste_similaire li img {
    width: 100px;
    height: auto;
    object-fit: cover;
    /* Recadre l'image pour remplir le conteneur */
    object-position: center;
    /* Centre l'image */
    transition: transform 0.3s ease;
}

.content_fiche_produit .content_liste_similaire li:hover img {
    transform: scale(1.1);
    /* Effet zoom au survol */
}

.content_fiche_produit .container-fluid {
    margin: 0;
    padding: 0;
}

.description_fiche_produit p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400 !important;
    font-style: Regular;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    margin: 0 0 24px 0;
    padding: 0;
}

.description_fiche_produit p.slogan {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700 !important;
    font-style: Bold;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0%;
}

.liste_produit_similaire {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 24px 0 0 0;
    margin: 0;
}

.liste_produit_similaire h5 {
    margin: 0;
    padding: 0 0 8px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700 !important;
    font-style: Bold;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
}

/* Images et vidéos de la galerie - affichage complet */
.content_fiche_produit .container-fluid {
    padding: 0;
    margin-bottom: 0;
}

.content_fiche_produit .container-fluid .row {
    margin: 0;
}

.content_fiche_produit .container-fluid .col-md-12,
.content_fiche_produit .container-fluid .col-md-6,
.content_fiche_produit .container-fluid .col-md-4 {
    padding: 0;
    overflow: hidden;
}

/* Images - s'adaptent à la hauteur du contenu */
.content_fiche_produit .container-fluid img {
    width: 100%;
    height: auto;
    /* Garder les proportions */
    display: block;
    object-fit: contain;
    /* Afficher l'image complète */
    background: #000;
    /* Fond noir pour les espaces vides éventuels */
}

/* Vidéos - s'adaptent à la largeur */
.content_fiche_produit .container-fluid video,
.content_fiche_produit .container-fluid iframe {
    width: 100%;
    height: auto;
    display: block;
    min-height: 300px;
    /* Hauteur minimale pour les vidéos */
}

/* Pour les embeds YouTube/Vimeo - ratio 16:9 */
.content_fiche_produit .container-fluid iframe {
    aspect-ratio: 16/9;
    height: auto;
}

#header.container-fluid {
    padding-right: 0;
    margin-right: 0;
}

#header.container-fluid .menu-item:last-child a {
    padding-right: 0;
    margin-right: 0;
}

#nos-marques .slick-initialized .slick-slide {
    padding-right: 0;
    margin-right: 0;
    text-align: center;
}
ul.dropdown-menu.show{
    border-radius: 16px!important;
}
.navbar-nav .dropdown-menu a.dropdown-item,#header.container-fluid .dropdown-menu .menu-item:last-child a.dropdown-item{
    padding: 16px 24px;
    line-height: normal;
}
.navbar-nav .dropdown-menu .menu-item:first-child a.dropdown-item:hover{
    border-radius: 16px;
}
.navbar-nav .dropdown-menu .menu-item:last-child a.dropdown-item:hover{
    border-radius: 16px;
}
@media (max-width: 1200px) {

    .specifique .header_nav.header-white .navbar-nav a,
    .specifique .header_nav .navbar-nav a {
        font-size: 13px;
        margin:0 3px;
    }
}

@media (max-width: 1080px) {
    body.specifique main.main-product {
        padding: 0;
    }
}

@media (max-width: 1024px) {
    body {
        overflow-x: hidden;
    }
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        background: #fff;
    }

    .specifique .header_nav.header-white .navbar-collapse .navbar-nav a,
    .specifique .header_nav .navbar-collapse .navbar-nav a {
        color: #000 !important;
    }

    .navbar-toggler:focus {
        border: 0 !important;
        box-shadow: none !important;
    }

    .entete_fiche_produit .left_entete,
    .entete_fiche_produit .right_entete {
        width: 100%;
        margin-bottom: 20px;
    }

}

@media (max-width: 991px) {
    .contentPetitSoifInner {
        margin: 10% auto 0 auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    .content-slider-home .contentSliderContenuOuter {
        min-height: inherit;
        bottom: 5%;
        padding: 20px;
    }

    .titreSliderContenu {
        font-size: 24px;
    }

    .sectionNosChiffre .contentListeNosChiffre {
        flex-wrap: wrap;
    }

    .sectionNosChiffre .contentListeNosChiffre li {
        width: 48%;
    }
}

@media (max-width: 900px) {
    #nos-marques .slider-main-layout {
        flex-direction: column;
        padding: 0 10px;
        min-height: unset;
        width:100%;
    }

    #nos-marques .slider-right {
        flex-direction: column;
        gap: 24px;
        margin-top: 32px;
    }

    #nos-marques .slider-thumbnails-wrapper {
        width: 100%;
        max-width: none;
        height: 200px;
        margin-top: 50px;
    }

    #nos-marques .slider-thumbnails {
        max-width: none;
        width: 100%;
        margin: 0;
    }

    #nos-marques .slider-left.visible {
        position: inherit;
        max-width: none;
    }

    .slider-left-outer {
        position: inherit;
    }

    #nos-marques .slider-main-layout {
        align-items: flex-start;
    }
    #nos-marques .slider-left{
        max-width: none;
    }
    #nos-marques .main-image{
        height:505px;
        max-width: 420px;
    }
}

@media (max-width: 770px) {
    .contentDecouverteCarriereInner {
        padding: 30px;
    }

    .contentDecouverteCarriereInner .col-md-5 {
        width: 100%;
        padding: 0;
        margin: 0 0 20px 0;
    }

    .contentDecouverteCarriereInner .col-md-7 {
        padding: 0;
        border: none;
    }
}

/* Responsive */
@media (max-width: 768px) {

    .content_fiche_produit .container-fluid video,
    .content_fiche_produit .container-fluid iframe {
        min-height: 200px;
    }
}


@media (max-width: 767.98px) {
    .content_fiche_inner .col-md-3 img {
        max-width: 100px;
        margin: 0 auto 30px auto;
        display: block;
    }

    .content-slider-home .slick-dots li {
        width: 20px;
        height: 20px;
    }

    .content-slider-home .slick-dots button {
        width: 20px;
        height: 20px;
    }

    .content-slider-home .slick-dots .slick-active {
        width: 20px;
        height: 20px;
    }

    .content-slider-home .slick-dots {
        bottom: 5%;
    }

    .content-slider-home .contentSliderContenuOuter {
        bottom: 10%;
    }

    .content-slider-home .slick-dots .slick-active button {
        width: 20px;
        height: 20px;
    }

}

@media (max-width: 640px) {
    .blockPetitSoif .video_star_mobile {
        display: block;
    }

    .blockPetitSoif .video_star_desktop {
        display: none;
    }

    .contentPetitSoifInner {
        margin: 50% auto 0 auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    .contentPetitSoifInner .titrePetitSoif {
        font-size: 24px;
        line-height: 26px;
    }

    .contentPetitSoifInner .textPetitSoif {
        font-size: 15px;
    }

    .contentPetitSoifInner .boutonPetitSoif {
        font-size: 14px;
    }

    .header_nav.header-white .logo-green {
        height: auto;
        width: 150px;
    }

    .content-slider-home .slick-slide img {
        height: 500px;
        object-fit: cover;
        object-position: center;
    }
}

@media (max-width: 500px) {
    .sectionNosChiffre .contentListeNosChiffre li {
        width: 98%;
    }

    .content-slider-home .contentSliderContenuOuter {
        width: 92%;
    }
}

@media (max-width: 420px) {
    #nos-marques #secondaryImage {
        left: 0;
    }

    #nos-marques #currentImage {
        left: 46%;
    }

    #nos-marques .slider-thumbnails {
        width: 92%;
    }
}

@media (max-width: 400px) {
    #nos-marques .slick-list {
        margin: 0 40px;
        padding: 0;

    }

    #nos-marques #secondaryImage {
        left: -3%;
    }
    #nos-marques #currentImage{
        left: 42%;
    }
}