@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


html {
    scroll-behavior: smooth;
}

/* GLOBAL STYLES */
.lienglobal {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    text-decoration: none;
    color: #0000;
    z-index: 2;
}
.lienglobal:hover {
    text-decoration: none;
}
a.AllButton {
    text-decoration: none;
    color: #000000;
    z-index: 10;
    position: static;
}
.titre-LPB {
    font-family: 'Montserrat', sans-serif;
}
.texte-LPB {
    font-family: 'Montserrat', sans-serif;
}
.LP-contenu p { 
    font-size: clamp(0.9230769231rem, 0.7032967033rem + 0.8928571429vw, 1.2307692308rem);
    font-weight: 400;
    font-family: "Montserrat";
    color: #000000;
    margin: 0;
    line-height: 1.1em;
}
.LP-contenu .bloccta {
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    z-index: 6;
    font-weight: 600;
    font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
    text-decoration: none;
    color: #000000;
    padding-bottom: 0.1em;
    width: fit-content;
  }

.LP-contenu #codepromo{opacity:0;}

@media screen and (max-width: 768.98px) {
.LP-contenu .bloccta {
      font-size: clamp(1rem, 0.8351648352rem + 0.6696428571vw, 1.2307692308rem);
    }
}
.LP-contenu .bloccta::after {
    content: "";
    position: absolute;
    bottom: 6%;
    left: 0em;
    width: calc(100% - 0em);
    height: 1px;
    background-color: #000000;
}
.LP-contenu .bloccta a:hover, .LP-contenu .bloccta a:active, .LP-contenu .bloccta a:link, .LP-contenu .bloccta a:visited {
    text-decoration: none;
    color: #000000;
}
.LP-contenu .bloccta:hover::after {
    width: calc(100% - 0em);
    animation-name: soulignement;
    animation-timing-function: ease-in-out;
    animation-duration: 480ms;
}
@keyframes soulignement {
    0% {
      left: unset;
      right: 0;
      width: calc(100% - 1em);
    }
    33% {
      width: 0;
    }
    66% {
      right: unset;
      left: 0;
    }
    100% {
      width: calc(100% - 1em);
    }
}

/* ----- MOBILE ----- */
.LP-contenu {
    display: block;
    position: relative;
    width: calc(100% + 36px);
    margin: 0px -18px 0px;
    overflow: hidden;
}
/* ****************************** */
/* ----- B1 - COVER BUSINESS ----- */
.B1-cover-lp {
    display: block;
    position: relative;
    /*width: calc(100% + 36px);
    margin: 0px -18px 0px;*/
    width: 100%;
    margin: 0;
    overflow: hidden;
}
.B1-cover-lp .crl-Business-B1 {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
}
.B1-cover-lp .crl-Business-B1 .cover-LPB-img {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
}
.B1-cover-lp .crl-Business-B1 .bloctxt {
        display: flex;
    position: absolute;
    width: 92%;
    top: 37%;
    right: 51%;
    transform: translate(50%, -50%);
    flex-direction: column;
    justify-content: flex-end;
    align-items: end;
    gap: 14px;
}
.B1-cover-lp .crl-Business-B1 .bloctxt .logo-LPB-img {
    display: block;
    position: relative;
    width: 35%;
    margin: 0;
}
.B1-cover-lp .crl-Business-B1 .bloctxt .cont-texte {
    display: flex;
    position: relative;
    width: 100%;
    flex-direction: column;
}
.B1-cover-lp .crl-Business-B1 .bloctxt .cont-texte .texte-LPB {
    display: block;
    position: relative;
    width: 100%;
    color: #000000;
    text-align: right;
    /*font-size: clamp(1.125em, 1.04em + 0.177vw, 1.25em);*/
    font-size: 0.9em;
 line-height: 1.2em;
    margin: 0;
}
 .B1-cover-lp .crl-Business-B1 .bloctxt .cta-cont {
    display: flex;
    position: relative;
    width: 100%;
    flex-flow: column;
    align-items: flex-end;
    justify-content: end;
    margin: 0;
    cursor: pointer;
} 
/* .B1-cover-lp .crl-Business-B1 .bloctxt .cta-cont .bloccta {
    font-family: "Montserrat";
    display: inline-block;
    position: relative;
    z-index: 6;
    font-weight: 600;
    font-size: clamp(12.4px, 13.312px + 2.832px, 12px);
    text-decoration: none;
    color: #000000;
    padding-bottom: 0.5em;
    margin: 0;
    width: 36%;
}
.B1-cover-lp .crl-Business-B1 .bloctxt .cta-cont .bloccta .AllButton {
    text-decoration: none;
    color: #000000;
}
.B1-cover-lp .crl-Business-B1 .bloctxt .cta-cont .bloccta::after {
    content: "";
    position: absolute;
    bottom: 6%;
    left: 0em;
    width: calc(100% - 0em);
    height: 1px;
    text-decoration: none;
    background-color: #000000;
}
.B1-cover-lp .crl-Business-B1 .bloctxt .cta-cont .bloccta:hover,
.B1-cover-lp .crl-Business-B1 .bloctxt .cta-cont .bloccta:active,
.B1-cover-lp .crl-Business-B1 .bloctxt .cta-cont .bloccta:link,
.B1-cover-lp .crl-Business-B1 .bloctxt .cta-cont .blocctaa:visited {
    text-decoration: none;
    color: #000000;   
}
.B1-cover-lp .crl-Business-B1 .bloctxt .cta-cont .bloccta:hover::after {
    width: calc(100% - 0em);
    animation-name: soulignement;
    animation-timing-function: ease-in-out;
    animation-duration: 480ms;
}
@keyframes soulignement {
    0% {
      left: unset;
      right: 0;
      width: calc(100% - 1em);
    }
    33% {
      width: 0;
    }
    66% {
      right: unset;
      left: 0;
    }
    100% {
      width: calc(100% - 1em);
    }
} */
/* ----- MESSAGE COPY MAIL ----- */
.B1-cover-lp .crl-Business-B1 .bloctxt .message_copy {
    width: 50%;
    z-index: 2;
    padding: 10px 10px;
    background-color: #ffffff;
    text-align: center;
    border-radius: 5px;
    filter: drop-shadow(2px 2px 4px #00000033);
    opacity: 0;
    margin-top: 1em;
}

.B1-cover-lp .crl-Business-B1 .bloctxt .message_copy p {
    font-size: 10px;
    font-weight: 300;
    color: var(--skin-main-text-color-1);
    margin: 0;
}

/* ****************************** */
/* ----- B2 - PRODUITS ----- */
.B2-trio-produits {
    display: block;
    position: relative;
    /*width: calc(100% + 36px);
    margin: 6% -18px 6%;*/
    width: 100%;
    margin: 6% 0;
    overflow: hidden;
}
.B2-trio-produits .B2_produits_swiper {
    display: block;
    position: relative;
    width: 96%;
    margin: 0 0 0 auto;
    z-index: 2;
}
.B2-trio-produits .B2_produits_swiper .swiper-wrapper {
    width: 100%;
}
.B2-trio-produits .B2_produits_swiper .swiper-wrapper .trio-prod-swiper-slide {
    width: 50%;
    margin: 0;
}
.B2-trio-produits .B2_produits_swiper .swiper-wrapper .trio-prod-swiper-slide:nth-child(2) {
    display: none;
}
/* .B2-trio-produits .B2_produits_swiper .swiper-wrapper .trio-prod-swiper-slide .lien-cat-global {
    text-decoration: none;
    width: 100%;
    display: block;
    position: relative;
    z-index: 2;
    cursor: pointer;
} */
.B2-trio-produits .B2_produits_swiper .swiper-wrapper .trio-prod-swiper-slide .contenu-cat {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
}
.B2-trio-produits .B2_produits_swiper .swiper-wrapper .trio-prod-swiper-slide .contenu-cat .prod-img {
    display: block;
    position: relative;
    width: 100%;
}
.B2-trio-produits .legendes {
    display: flex;
    position: relative;
    width: 100%;
    margin: 2% 0 0 4%;
    z-index: 2;
    gap: 8px;
    flex-flow: nowrap;
}
.B2-trio-produits .legendes .noms-produits {
    display: block;
    position: relative;
    /*width: 100%;*/
    margin: 0;
    padding: 5px 0;
    z-index: 1;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(10px, 5px + 8.5vw, 10px);
}
/* ****************************** */
/* ----- B3 - SAVOIR FAIRE ----- */
.B3-savoirFaire {
    display: block;
    position: relative;
    /*width: calc(100% + 36px);
    margin: 0px -18px 0px;*/
    width: 100%;
    margin: 0;
    overflow: hidden;
}
.B3-savoirFaire .crl-Business-B3 {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
}
.B3-savoirFaire .crl-Business-B3 .savoir-faire-img {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
}
.B3-savoirFaire .crl-Business-B3 .bloctxt {
    display: flex;
    position: relative;
    background-color: #141414;
    width: 100%;
   padding: 3em 2em;
    flex-direction: column;
    justify-content: start;
    gap: 20px;
}
.B3-savoirFaire .crl-Business-B3 .bloctxt .titre-LPB {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    color: #ffffff;
    text-align: left;
    font-size: 1.8em;
}
.B3-savoirFaire .crl-Business-B3 .bloctxt .texte-LPB {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    color: #ffffff;
    text-align: left;
    /*font-size: clamp(1.125em, 1.04em + 0.177vw, 1.25em);*/
    font-size: 0.9em;
 line-height: 1.2em;
}
/* ****************************** */
/* ----- B2 - PRODUITS ----- */
.B4-robe {
    display: block;
    position: relative;
    /*width: calc(100% + 36px);
    margin: 6% -18px 6%;*/
    width: 100%;
    margin: 6% 0;
    overflow: hidden;
}
.B4-robe .B4_produits_swiper {
    display: block;
    position: relative;
    width: 96%;
    margin: 0 0 0 auto;
    z-index: 2;
}
.B4-robe .B4_produits_swiper .swiper-wrapper {
    width: 100%;
}
.B4-robe .B4_produits_swiper .swiper-wrapper .robe-swiper-slide {
    width: 50%;
    margin: 0;
}
/* .B4-robe .B4_produits_swiper .swiper-wrapper .robe-swiper-slide .lien-cat-global {
    text-decoration: none;
    width: 100%;
    display: block;
    position: relative;
    z-index: 2;
    cursor: pointer;
} */
.B4-robe .B4_produits_swiper .swiper-wrapper .robe-swiper-slide .contenu-cat {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
}
.B4-robe .B4_produits_swiper .swiper-wrapper .robe-swiper-slide .contenu-cat .prod-img {
    display: block;
    position: relative;
    width: 100%;
}
.B4-robe .legendes {
    display: flex;
    position: relative;
    width: 100%;
    margin: 2% 0 0 4%;
    z-index: 2;
    gap: 8px;
    flex-flow: nowrap;
}
.B4-robe .legendes .noms-produits {
    display: block;
    position: relative;
    /*width: 100%;*/
    margin: 0;
    padding: 5px 0;
    z-index: 1;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(10px, 5px + 8.5vw, 10px);
}

/*
.B4-robe .noms-produits {
    display: block;
    position: relative;
    width: 96.8%;
    margin: 4% 0 0 auto;
    z-index: 1;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(9px, 5px + 8.5vw, 10px);
}
*/

/* ****************************** */
/* ----- B5 - SERVICE ----- */
.B5-service {
    display: block;
    position: relative;
    /*width: calc(100% + 36px);
    margin: 0px -18px 0px;*/
    width: 100%;
    margin: 0;
    overflow: hidden;
}
.B5-service .crl-Business-B5 {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
}
.B5-service .crl-Business-B5 .service-img {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
}
.B5-service .crl-Business-B5 .bloctxt {
    display: flex;
    position: relative;
    background-color: #EFEFEF;
    width: 100%;
    flex-direction: column;
    justify-content: start;
    gap: 20px;
   padding: 3em 2em;
}
.B5-service .crl-Business-B5 .bloctxt .titre-LPB {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    color: #000000;
    text-align: left;
    font-size: 1.8em;
}
.B5-service .crl-Business-B5 .bloctxt .texte-LPB {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    color: #000000;
    text-align: left;
    /*font-size: clamp(1.125em, 1.04em + 0.177vw, 1.25em);*/
    font-size: 0.9em;
 line-height: 1.2em;
}
/* ****************************** */
/* ----- B6 - PRODUITS ----- */
.B6-trio-produits {
    display: block;
    position: relative;
    /*width: calc(100% + 36px);
    margin: 6% -18px 6%;*/
    width: 100%;
    margin: 6% 0;
    overflow: hidden;
}
.B6-trio-produits .B2_produits_swiper {
    display: block;
    position: relative;
    width: 96%;
    margin: 0 0 6% auto;
    z-index: 2;
}
.B6-trio-produits .B2_produits_swiper .swiper-wrapper {
    width: 100%;
}
.B6-trio-produits .B2_produits_swiper .swiper-wrapper .trio-prod-swiper-slide {
    overflow: hidden;
    /* width: 50%; */
    /* margin: 0; */
}
.B6-trio-produits .B2_produits_swiper .swiper-wrapper .trio-prod-swiper-slide:nth-child(2) {
    display: none;
}

/* .B6-trio-produits .B2_produits_swiper .swiper-wrapper .trio-prod-swiper-slide .lien-cat-global {
    text-decoration: none;
    width: 100%;
    display: block;
    position: relative;
    z-index: 2;
    cursor: pointer;
} */

.B6-trio-produits .B2_produits_swiper .swiper-wrapper .trio-prod-swiper-slide .contenu-cat {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0;
}
.B6-trio-produits .B2_produits_swiper .swiper-wrapper .trio-prod-swiper-slide .contenu-cat .prod-img {
    display: block;
    position: relative;
    width: 100%;
}


.B6-trio-produits .B2_produits_swiper .swiper-wrapper .trio-prod-swiper-slide  .video-container iframe, .B6-trio-produits .B2_produits_swiper .swiper-wrapper .trio-prod-swiper-slide  .video-container video{
  position: absolute;
    top: 0;
    left: -5%;
    width: 110%;
    height: 115%;
}


.B6-trio-produits .legendes {
    display: flex;
    position: relative;
    width: 100%;
    margin: 2% 0 0 0;
    z-index: 2;
    gap: 8px;
    flex-flow: nowrap;
}
.B6-trio-produits .legendes .noms-produits {
    display: block;
    position: relative;
    /*width: 100%;*/
    margin: 0;
    padding: 5px 0;
    z-index: 1;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(10px, 5px + 8.5vw, 10px);
}
/* ****************************** */
/* ----- B7 - CONFIANCE ----- */
.B7-confiance {
    display: block;
    position: relative;
    /* width: calc(100% + 36px);
    margin: 0px -18px 0px; */
    width: 100%;
    margin: 0;
    overflow: hidden;
}
.B7-confiance .crl-Business-B7 {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
}
.B7-confiance .crl-Business-B7 .confiance-img {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
}
.B7-confiance .crl-Business-B7 .bloctxt {
    display: flex;
    position: relative;
    background-color: #EFEFEF;
    width: 100%;
    flex-direction: column;
    justify-content: start;
    padding: 3em 2em;
    gap: 20px;
}
.B7-confiance .crl-Business-B7 .bloctxt .titre-LPB {
    display: flex;
    position: relative;
    width: 100%;
    margin: 0;
    color: #000000;
    text-align: left;
    font-size: 1.8em;
}
.B7-confiance .crl-Business-B7 .bloctxt .texte-LPB {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    color: #000000;
    text-align: left;
    /*font-size: clamp(1.125em, 1.04em + 0.177vw, 1.25em);*/
   font-size: 0.9em;
 line-height: 1.2em;
}
/* ****************************** */
/* ----- B8 - FOOTER ----- */
    .B8-footer {
        display: block;
        position: relative;
        /*width: calc(100% + 36px);
        margin: 0px -18px 0px;*/
        width: 100%;
        margin: 0;
        overflow: hidden;
    }
    .B8-footer .crl-Business-B8 {
        display: block;
        position: relative;
        width: 100%;
        margin: 0;
    }
    .B8-footer .crl-Business-B8 .footer-img {
        display: block;
        position: relative;
        width: 100%;
        margin: 0;
    }
    .B8-footer .crl-Business-B8 .footer-logo {
        display: block;
        position: absolute;
        width: 28%;
        margin: 0 auto;
        left: 50%;
        transform: translateX(-50%);
        bottom: 66%;
    }
    .B8-footer .crl-Business-B8 .bloctxt {
        display: block;
        position: absolute;
        width: 90%;
        /*bottom: 15%;*/
        bottom: 10%;
        right: 6%;
        padding: 0 auto;
    }
    .B8-footer .crl-Business-B8 .bloctxt .texte-LPB {
        display: block;
        position: relative;
        width: 100%;
        color: #ffffff;
        text-align: center;
        /*font-size: clamp(1.125em, 1.04em + 0.177vw, 1.25em);*/
      font-size: 0.9em;
 line-height: 1.2em;
        margin-bottom: 8%;
    }

    .B8-footer .crl-Business-B8 .bloctxt .cta-cont .bloccta a.AllButton {
        color: #ffffff;
        text-decoration: none;
    }
    .B8-footer .crl-Business-B8 .bloctxt .cta-cont .bloccta {
        font-family: "Montserrat";
        display: inline-block;
        position: relative;
        z-index: 6;
        font-weight: 600;
        font-size: clamp(12.4px, 13.312px + 2.832px, 12px);
        text-decoration: none;
        color: #ffffff;
        padding-bottom: 0.5em;
        width: fit-content;
    }
    .B8-footer .crl-Business-B8 .bloctxt .cta-cont .bloccta .AllButton {
        text-decoration: none;
        color: #ffffff;
    }
    .B8-footer .crl-Business-B8 .bloctxt .cta-cont .bloccta::after {
        content: "";
        position: absolute;
        bottom: 6%;
        left: 0em;
        width: calc(100% - 0em);
        height: 1px;
        text-decoration: none;
        background-color: #ffffff;
    }
    .B8-footer .crl-Business-B8 .bloctxt .cta-cont .bloccta:hover,
    .B8-footer .crl-Business-B8 .bloctxt .cta-cont .bloccta:active,
    .B8-footer .crl-Business-B8 .bloctxt .cta-cont .bloccta:link,
    .B8-footer .crl-Business-B8 .bloctxt .cta-cont .blocctaa:visited {
        text-decoration: none;
        color: #ffffff;   
    }

    .B8-footer .crl-Business-B8 .bloctxt .cta-cont{
        display: flex;
        justify-content: center;
    }

    .B8-footer .crl-Business-B8 .bloctxt .cta-cont .bloccta:hover::after {
        width: calc(100% - 0em);
        animation-name: soulignement;
        animation-timing-function: ease-in-out;
        animation-duration: 480ms;
    }
    @keyframes soulignement {
        0% {
          left: unset;
          right: 0;
          width: calc(100% - 1em);
        }
        33% {
          width: 0;
        }
        66% {
          right: unset;
          left: 0;
        }
        100% {
          width: calc(100% - 1em);
        }
    } 
    /* ----- MESSAGE COPY MAIL ----- */
    .B8-footer .crl-Business-B8 .bloctxt .message_copy {
        width: 50%;
        position: absolute;
        z-index: 2;
        padding: 10px 10px;
        background-color: #ffffff;
        text-align: center;
        top: 60px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 5px;
        filter: drop-shadow(2px 2px 4px #00000033);
        opacity: 0;
    }
    
    .B8-footer .crl-Business-B8 .bloctxt .message_copy p {
        font-size: 10px;
        font-weight: 300;
        color: var(--skin-main-text-color-1);
        margin: 0;
    } 

/* XOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXO */
/* XOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXO */

/* ----- DESKTOP ----- */
@media screen and (min-width: 768.98px) {
    .LP-contenu {
        display: block;
        position: relative;
        width: calc(100% + 60px);
        margin: 0px -30px 0px;
        overflow: hidden;
    }
    /* ----- B1 - COVER BUSINESS ----- */
    .B1-cover-lp {
        display: block;
        position: relative;
        /*width: calc(100% + 60px);
        margin: 0px -30px 0px;*/
        width: 100%;
        margin: 0;
        overflow: hidden;
    }
    .B1-cover-lp .crl-Business-B1 {
        display: block;
        position: relative;
        width: 100%;
        margin: 0;
    }
    .B1-cover-lp .crl-Business-B1 .cover-LPB-img {
        display: block;
        position: relative;
        width: 100%;
        margin: 0;
    }
    .B1-cover-lp .crl-Business-B1 .bloctxt {
        display: flex;
        position: absolute;
        width: 34%;
        top: 50%;
        right: 21%;
        max-width: 370px;
        transform: translate(50%, -50%);
        flex-direction: column;
        justify-content: flex-end;
        gap: 2em;
        align-items: end;
    }
    .B1-cover-lp .crl-Business-B1 .bloctxt .logo-LPB-img {
        display: block;
        position: relative;
        width: 40%;
        margin: 0;
    }
    .B1-cover-lp .crl-Business-B1 .bloctxt .cont-texte {
        display: flex;
        position: relative;
        width: 100%;
        margin: 0;
        flex-direction: column;
    }
    .B1-cover-lp .crl-Business-B1 .bloctxt .cont-texte .texte-LPB {
        display: block;
        position: relative;
        width: 100%;
        color: #000000;
        text-align: right;
        /*font-size: clamp(1.125em, 1.04em + 0.177vw, 1.25em);*/
        font-size: 1em;
 line-height: 1.4em;
    }

.B6-trio-produits .B2_produits_swiper .swiper-wrapper .trio-prod-swiper-slide  .video-container iframe, .B6-trio-produits .B2_produits_swiper .swiper-wrapper .trio-prod-swiper-slide  .video-container video{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
    .B1-cover-lp .crl-Business-B1 .bloctxt .cta-cont .bloccta a.AllTxt {
        color: #000000;
        text-decoration: none;
    }
    /* .B1-cover-lp .crl-Business-B1 .bloctxt .cta-cont .bloccta {
        font-family: "Montserrat";
        display: inline-block;
        position: relative;
        z-index: 6;
        font-weight: 600;
        font-size: 1.25vw;
        text-decoration: none;
        color: #000000;
        padding-bottom: 0.5em;
        margin: 0;
        width: 39%;
    }
    .B1-cover-lp .crl-Business-B1 .bloctxt .cta-cont .bloccta::after {
        content: "";
        position: absolute;
        bottom: 6%;
        left: 0em;
        width: calc(100% - 0em);
        height: 1px;
        text-decoration: none;
        background-color: #000000;
    }
    .B1-cover-lp .crl-Business-B1 .bloctxt .cta-cont .bloccta:hover,
    .B1-cover-lp .crl-Business-B1 .bloctxt .cta-cont .bloccta:active,
    .B1-cover-lp .crl-Business-B1 .bloctxt .cta-cont .bloccta:link,
    .B1-cover-lp .crl-Business-B1 .bloctxt .cta-cont .blocctaa:visited {
        text-decoration: none;
        color: #000000;   
    }
    .B1-cover-lp .crl-Business-B1 .bloctxt .cta-cont .bloccta:hover::after {
        width: calc(100% - 0em);
        animation-name: soulignement;
        animation-timing-function: ease-in-out;
        animation-duration: 480ms;
    }
    @keyframes soulignement {
        0% {
          left: unset;
          right: 0;
          width: calc(100% - 1em);
        }
        33% {
          width: 0;
        }
        66% {
          right: unset;
          left: 0;
        }
        100% {
          width: calc(100% - 1em);
        }
    } */
/* ----- MESSAGE COPY MAIL ----- */
    .B1-cover-lp .crl-Business-B1 .bloctxt .message_copy {
        width: 70%;
        z-index: 2;
        padding: 10px 10px;
        background-color: #ffffff;
        text-align: center;
        border-radius: 5px;
        filter: drop-shadow(2px 2px 4px #00000033);
        opacity: 0;
    }
    .B1-cover-lp .crl-Business-B1 .bloctxt .message_copy p {
        font-size: 12px;
        font-weight: 300;
        color: var(--skin-main-text-color-1);
        margin: 0;
    }

    /* ****************************** */
    
    /* ----- B2 - PRODUITS ----- */
    .B2-trio-produits {
        display: block;
        position: relative;
        /*width: calc(100% + 60px);
        margin: 8% -30px 8%;*/
        width: 100%;
        margin: 8% 0;
        overflow: hidden;
    }
    .B2-trio-produits .B2_produits_swiper {
        display: block;
        position: relative;
        width: 100%;
        margin: 0 auto;
    }
    .B2-trio-produits .B2_produits_swiper .swiper-wrapper {
        width: 100%;
    }
    .B2-trio-produits .B2_produits_swiper:nth-child(1) .swiper-wrapper .trio-prod-swiper-slide {
        width: 48%;
        margin: 0;
    }
    .B2-trio-produits .B2_produits_swiper .swiper-wrapper .trio-prod-swiper-slide:nth-child(2) {
        display: block;
    }
    /* .B2-trio-produits .B2_produits_swiper .swiper-wrapper .trio-prod-swiper-slide .lien-cat-global {
        text-decoration: none;
        width: 100%;
        display: block;
        position: relative;
        z-index: 2;
        cursor: pointer;
    } */
    .B2-trio-produits .B2_produits_swiper .swiper-wrapper .trio-prod-swiper-slide .contenu-cat {
        display: block;
        position: relative;
        width: 100%;
        margin: 0;
    }
    .B2-trio-produits .B2_produits_swiper .swiper-wrapper .trio-prod-swiper-slide .contenu-cat .prod-img {
        display: block;
        position: relative;
        width: 100%;
    }
    .B2-trio-produits .legendes {
        display: flex;
        position: absolute;
        width: 30%;
        left: 27%;
        bottom: 3%;
        z-index: 2;
        flex-direction: column;
        gap: 5px;
    }
    .B2-trio-produits .legendes .noms-produits {
        display: block;
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0;
        z-index: 1;
        color: #000000;
        font-family: 'Montserrat', sans-serif;
        font-size: clamp(12px, 5px + 8.5vw, 10px);
    }
    /* ****************************** */
    /* ----- B3 - SAVOIR-FAIRE ----- */
    .B3-savoirFaire {
        display: block;
        position: relative;
        /*width: calc(100% + 60px);
        margin: 0px -30px 0px;*/
        width: 100%;
        margin: 0;
        overflow: hidden;
    }
    .B3-savoirFaire .crl-Business-B3 {
        display: block;
        position: relative;
        width: 100%;
        margin: 0;
    }
    .B3-savoirFaire .crl-Business-B3 .savoir-faire-img {
        display: block;
        position: relative;
        width: 100%;
        margin: 0;
    }
    .B3-savoirFaire .crl-Business-B3 .bloctxt {
        display: flex;
        position: absolute;
        width: 32%;
        max-width: 370px;
        bottom: 4em;
        right: 4em;
        background-color: #00000000;
        margin: 0;
        flex-direction: column;
        justify-content: end;
        gap: 2em;
        padding: 0;
    }
    .B3-savoirFaire .crl-Business-B3 .bloctxt .titre-LPB {
        display: block;
        position: relative;
        width: 100%;
        color: #ffffff;
        text-align: right;
        margin: 0;
        font-size: 2em;
    }
    .B3-savoirFaire .crl-Business-B3 .bloctxt .texte-LPB {
        display: block;
        position: relative;
        width: 100%;
        color: #ffffff;
        text-align: right;
        margin: 0;
        /*font-size: clamp(1.125em, 1.04em + 0.177vw, 1.25em);*/
        font-size: 1em;
 line-height: 1.4em;
    }
    /* ****************************** */
    /* ----- B4 - ROBE ----- */
    .B4-robe {
        display: block;
        position: relative;
        /*width: calc(100% + 60px);
        margin: 8% -30px 8%;*/
        width: 100%;
        margin: 8% 0;
        overflow: hidden;
    }
    .B4-robe .B4_produits_swiper {
        display: block;
        position: relative;
        width: 89.5%;
        margin: 0 auto;
    }
    .B4-robe .B4_produits_swiper .swiper-wrapper {
        display: flex;
        position: relative;
        justify-content: space-between;
        width: 100%;
    }
    .B4-robe .B4_produits_swiper:nth-child(1) .swiper-wrapper .robe-swiper-slide {
        width: 48%;
        margin: 0;
    }
    .B4-robe .B4_produits_swiper .swiper-wrapper .robe-swiper-slide:nth-child(2) {
        display: block;
    }
    /* .B4-robe .B4_produits_swiper .swiper-wrapper .robe-swiper-slide .lien-cat-global {
        text-decoration: none;
        width: 100%;
        display: block;
        position: relative;
        z-index: 2;
        cursor: pointer;
    } */
    .B4-robe .B4_produits_swiper .swiper-wrapper .robe-swiper-slide .contenu-cat {
        display: block;
        position: relative;
        width: 100%;
        margin: 0;
    }
    .B4-robe .B4_produits_swiper .swiper-wrapper .robe-swiper-slide .contenu-cat .prod-img {
        display: block;
        position: relative;
        width: 100%;
    }
    .B4-robe .legendes {
        display: flex;
        position: absolute;
        width: 30%;
        left: 49%;
        bottom: 3%;
        z-index: 2;
        flex-direction: column;
        gap: 5px;
    }
    .B4-robe .legendes .noms-produits {
        display: block;
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0;
        z-index: 1;
        color: #000000;
        font-family: 'Montserrat', sans-serif;
        font-size: clamp(12px, 5px + 8.5vw, 10px);
    }
    /* ****************************** */
    /* ----- B5 - SERVICE ----- */
    .B5-service {
        display: block;
        position: relative;
        /*width: calc(100% + 60px);
        margin: 0px -30px 0px;*/
        width: 100%;
        margin: 0;
        overflow: hidden;
    }
    .B5-service .crl-Business-B5 {
        display: block;
        position: relative;
        width: 100%;
        margin: 0;
    }
    .B5-service .crl-Business-B5 .service-img {
        display: block;
        position: relative;
        width: 100%;
        margin: 0;
    }
    .B5-service .crl-Business-B5 .bloctxt {
        display: flex;
        position: absolute;
        width: 37%;
        max-width: 370px;
        bottom: 4em;
        left: 4em;
        background-color: #00000000;
        margin: 0;
        padding: 0;
        flex-direction: column;
        justify-content: start;
        gap: 2em;
    }
    .B5-service .crl-Business-B5 .bloctxt .titre-LPB {
        display: block;
        position: relative;
        width: 100%;
        color: #000000;
        text-align: left;
        margin: 0;
        font-size: 2em;
    }
    .B5-service .crl-Business-B5 .bloctxt .texte-LPB {
        display: block;
        position: relative;
        width: 100%;
        color: #000000;
        text-align: left;
        /*font-size: clamp(1.125em, 1.04em + 0.177vw, 1.25em);*/
        font-size: 1em;
 line-height: 1.4em;
        margin: 0;
    }
    /* ****************************** */
    /* ----- B6 - TRIO PRODUITS ----- */
    .B6-trio-produits {
        display: block;
        position: relative;
        /*width: calc(100% + 60px);
        margin: 8% -30px 8%;*/
        width: 100%;
        margin: 8% 0;
        overflow: hidden;
    }
    .B6-trio-produits .B2_produits_swiper {
        display: block;
        position: relative;
        width: 100%;
        margin: 0 auto 8% 0;
    }
    .B6-trio-produits .B2_produits_swiper .swiper-wrapper {
        width: 100%;
    }
    .B6-trio-produits .B2_produits_swiper:nth-child(1) .swiper-wrapper .trio-prod-swiper-slide {
        width: 48%;
        margin: 0;
    }
    .B6-trio-produits .B2_produits_swiper .swiper-wrapper .trio-prod-swiper-slide:nth-child(2) {
        display: block;
    }
    /*.B6-trio-produits .B2_produits_swiper .swiper-wrapper .trio-prod-swiper-slide .lien-cat-global {
        text-decoration: none;
        width: 100%;
        display: block;
        position: relative;
        z-index: 2;
        cursor: pointer;
    } */
    .B6-trio-produits .B2_produits_swiper .swiper-wrapper .trio-prod-swiper-slide .contenu-cat {
        display: block;
        position: relative;
        width: 100%;
        margin: 0;
    }
    .B6-trio-produits .B2_produits_swiper .swiper-wrapper .trio-prod-swiper-slide .contenu-cat .prod-img {
        display: block;
        position: relative;
        width: 100%;
    }
    .B6-trio-produits .B2_produits_swiper .swiper-wrapper .trio-prod-swiper-slide .contenu-cat .video-background {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
    }
    .B6-trio-produits .legendes {
        display: flex;
        position: absolute;
        width: 30%;
        left: 31%;
        bottom: 3%;
        z-index: 2;
        flex-direction: column;
        gap: 5px;
    }
    .B6-trio-produits .legendes .noms-produits {
        display: block;
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0;
        z-index: 1;
        color: #000000;
        font-family: 'Montserrat', sans-serif;
        font-size: clamp(12px, 5px + 8.5vw, 10px);
    }
    /* ****************************** */
    /* ----- B5 - SERVICE ----- */
    .B7-confiance {
        display: block;
        position: relative;
        /*width: calc(100% + 60px);
        margin: 0px -30px 0px;*/
        width: 100%;
        margin: 0;
        overflow: hidden;
    }
    .B7-confiance .crl-Business-B7 {
        display: block;
        position: relative;
        width: 100%;
        margin: 0;
    }
    .B7-confiance .crl-Business-B7 .confiance-img {
        display: block;
        position: relative;
        width: 100%;
        margin: 0;
    }
    .B7-confiance .crl-Business-B7 .bloctxt {
        display: flex;
        position: absolute;
        width: 30%;
        max-width: 370px;
        bottom: 4em;
        left: 4em;
        background-color: #00000000;
        margin: 0;
        flex-direction: column;
        justify-content: start;
        gap: 2em;
        padding: 0;
    }
    .B7-confiance .crl-Business-B7 .bloctxt .titre-LPB {
        display: block;
        position: relative;
        width: 100%;
        color: #ffffff;
        text-align: left;
        margin: 0;
        font-size: 2em;
    }
    .B7-confiance .crl-Business-B7 .bloctxt .texte-LPB {
        display: block;
        position: relative;
        width: 100%;
        color: #ffffff;
        text-align: left;
        /* padding: 5% 0 0 0; */
        margin: 0;
        /*font-size: clamp(1.125em, 1.04em + 0.177vw, 1.25em);*/
        font-size: 1em;
 line-height: 1.4em;
    }
    /* ****************************** */
    /* ----- B8 - FOOTER ----- */
    .B8-footer {
        display: block;
        position: relative;
        /*width: calc(100% + 60px);
        margin: 0px -30px 0px;*/
        width: 100%;
        margin: 0;
        overflow: hidden;
    }
    .B8-footer .crl-Business-B8 {
        display: block;
        position: relative;
        width: 100%;
        margin: 0;
    }
    .B8-footer .crl-Business-B8 .footer-img {
        display: block;
        position: relative;
        width: 100%;
        margin: 0;
    }
    .B8-footer .crl-Business-B8 .footer-logo {
        display: block;
        position: absolute;
        width: 14%;
        left: 28%;
        top:8em;
    }
    .B8-footer .crl-Business-B8 .bloctxt {
        display: flex;
        position: absolute;
        width: 36%;
        max-width: 370px;
        top: 8em;
        left: 57%;
        background-color: #00000000;
        margin: 0;
        flex-direction: column;
        justify-content: start;
        gap: 2em;
        padding: 0;
    }
    /* .B8-footer .crl-Business-B8 .bloctxt .titre-LPB {
        display: block;
        position: relative;
        width: 100%;
        color: #ffffff;
        text-align: left;
        margin: 0;
        font-size: clamp(30px, 23.2px + 14.144px, 40px);
    } */
    .B8-footer .crl-Business-B8 .bloctxt .texte-LPB {
        display: block;
        position: relative;
        width: 100%;
        color: #ffffff;
        text-align: left;
        /*font-size: clamp(1.125em, 1.04em + 0.177vw, 1.25em);*/
        font-size: 1em;
 line-height: 1.4em;
        margin: 0;
    }
    .B8-footer .crl-Business-B8 .bloctxt .cta-cont {

        position: relative;
        width: 100%;
        justify-content:flex-start; 
        text-align: left;
    }
    .B8-footer .crl-Business-B8 .bloctxt .cta-cont .bloccta a.AllButton {
        color: #ffffff;
        text-decoration: none;
    }
     .B8-footer .crl-Business-B8 .bloctxt .cta-cont .bloccta {
        font-family: "Montserrat";
        display: inline-block;
        position: relative;
        z-index: 6;
        font-weight: 600;
        text-decoration: none;
        color: #ffffff;
        padding-bottom: 0.5em;
        width: fit-content;
        text-align: end;
    }
    .B8-footer .crl-Business-B8 .bloctxt .cta-cont .bloccta::after {
        content: "";
        position: absolute;
        bottom: 6%;
        left: 0em;
        width: calc(100% - 0em);
        height: 1px;
        text-decoration: none;
        background-color: #ffffff;
    }
    .B8-footer .crl-Business-B8 .bloctxt .cta-cont .bloccta:hover,
    .B8-footer .crl-Business-B8 .bloctxt .cta-cont .bloccta:active,
    .B8-footer .crl-Business-B8 .bloctxt .cta-cont .bloccta:link,
    .B8-footer .crl-Business-B8 .bloctxt .cta-cont .blocctaa:visited {
        text-decoration: none;
        color: #ffffff;   
    }
    .B8-footer .crl-Business-B8 .bloctxt .cta-cont .bloccta:hover::after {
        width: calc(100% - 0em);
        animation-name: soulignement;
        animation-timing-function: ease-in-out;
        animation-duration: 480ms;
    }
    @keyframes soulignement {
        0% {
          left: unset;
          right: 0;
          width: calc(100% - 1em);
        }
        33% {
          width: 0;
        }
        66% {
          right: unset;
          left: 0;
        }
        100% {
          width: calc(100% - 1em);
        }
    }
    /* ----- MESSAGE COPY MAIL ----- */
    .B8-footer .crl-Business-B8 .bloctxt .message_copy {
        width: 70%;
        position: absolute;
        z-index: 3;
        padding: 10px 10px;
        background-color: #ffffff;
        text-align: center;
        top: 30px;
        left: 35%;
        transform: translateX(-50%);
        border-radius: 5px;
        filter: drop-shadow(2px 2px 4px #00000033);
        opacity: 0;
    }
    
    .B8-footer .crl-Business-B8 .bloctxt .message_copy p {
        font-size: 12px;
        font-weight: 300;
        color: var(--skin-main-text-color-1);
        margin: 0;
    } 
}

