/* ************ MAIN STYLES *************** */
:root {
    --HEADER-HEIGHT: 147px;
    --MAIN-COLOR: #B40024;
    --TEXT-COLOR: #333333;
    --BG-COLOR: #FDFAF8;
    --WIDTH-CONTAINER: 1264px;
}

@media(max-width:1023px) {
    :root {
        --HEADER-HEIGHT: 147px;
    }
}

/*
div#wrapper {
    padding-top: 0 !important;
}*/



.bcorp {
    --FONT-CLARINS: "ClarinsRegular", "Clarins";
    --FONT-GOTHAM-LIGHT: "Gotham_Light", Helvetica, Arial, sans-serif;
    --FONT-GOTHAM-BOOK: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial,
        sans-serif;
    --FONT-GOTHAM-MEDIUM: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica,
        Arial, sans-serif;
    overflow-x: hidden;

    /*padding-top: var(--HEADER-HEIGHT);*/
}

body,
html {
    scroll-behavior: smooth;
    margin: 0;
}

.bcorp * {
    box-sizing: border-box;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: var(--TEXT-COLOR);
}



.bcorp a:focus-visible,
.bcorp button:focus-visible {
    box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 3px #6893D2;
}

.bcorp .hide {
    display: none !important;
}

.bcorp .text-white {
    color: #fff;
}

.bcorp .text-white sup {
    color: #fff;
}

.bcorp .bcorp-text-center {
    text-align: center;
}


.bcorp .bcorp-title sup {
    color: var(--MAIN-COLOR);
}


.bcorp .bcorp__container {
    max-width: var(--WIDTH-CONTAINER);
    width: 100%;
    margin: auto;
}


.bcorp .bcorp-title {
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-weight: 500;
    line-height: 1.2;
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 12px;
    color: var(--MAIN-COLOR);
}



/****************************************************************************** 
HEADER 
*******************************************************************************/

.bcorp .bcorp-header {
    position: relative;
    width: 100%;
    height: 496px;
    background-color: #040302;
}

.bcorp .bcorp-header__background {
    position: absolute;
    top: 0;
    left: calc(50% - 1100px);
    width: 2200px;
    display: block;
    z-index: 1;
}

.bcorp .bcorp-header__content {
    max-width: var(--WIDTH-CONTAINER);
    height: 100%;
    margin: auto;
    align-items: center;
    display: flex;
    z-index: 2;
    position: relative;
}

.bcorp .bcorp-header__logo img {
    width: 136px;
    margin-right: 53px;
    margin-left: 101px;
}

.bcorp .bcorp-header__bloc {
    width: 370px;
    color: #fff;
}

.bcorp .bcorp-header__bloc-mobile {
    display: none;
}

.bcorp .bcorp-header__title {
    font-size: 40px;
    color: #fff;
}

.bcorp .bcorp-header__title sup {
    color: #fff;
}

@media (max-width: 991px) {
    .bcorp .bcorp-header {
        display: flex;
        color: var(--TEXT-COLOR);
        text-align: center;
        height: auto;
        flex-direction: column;
        background-color: #fff;
    }

    .bcorp .bcorp-header__bloc {
        width: 100%;
    }

    .bcorp .bcorp-header__background {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        display: block;
        z-index: 1;
    }

    .bcorp .bcorp-header__content {
        background-color: #fff;
        padding: 24px 16px;
        max-width: 100%;
    }

    .bcorp .bcorp-header__background img {
        width: 100%;
        height: auto;
        display: block;
    }


    .bcorp .bcorp-header__logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        aspect-ratio: 376 / 268;
        transform: translateY(-100%);
        display: flex;
    }

    .bcorp .bcorp-header__logo img {
        width: 24.20212%;
        margin: 0 11.70212%;
    }

    .bcorp .bcorp-header__text,
    .bcorp .bcorp-header__title,
    .bcorp .bcorp-header__title sup {
        color: var(--TEXT-COLOR);
    }

    .bcorp .bcorp-header__title {
        font-size: 30px;
    }
}

@media(min-width:2200px) {
    .bcorp .bcorp-header {
        aspect-ratio: 2200 / 496;
        height: auto;
    }

    .bcorp .bcorp-header__background {
        left: 0;
        width: 100%;
    }

    .bcorp .bcorp-header__background img {
        width: 100%;
        height: auto;
    }
}

/****************************************************************************** 
BANNIERE 
*******************************************************************************/
.bcorp .bcorp-banniere {
    background-color: var(--MAIN-COLOR);
    text-align: center;
    padding: 80px 0;
    color: #fff;
}

.bcorp .bcorp-banniere__title,
.bcorp .bcorp-banniere__title sup {
    color: #fff;
}


.bcorp .bcorp-banniere p {
    max-width: 840px;
    margin: auto;
}

@media (max-width: 991px) {
    .bcorp .bcorp-banniere {
        padding: 32px 16px;
    }

    .bcorp .bcorp-banniere__title {
        font-size: 24px;
    }

    .bcorp .bcorp-banniere p {
        font-size: 14px;
    }
}




/****************************************************************************** 
WHAT IS B CORP 
*******************************************************************************/
.bcorp .bcorp-whatisbcorp {
    padding: 64px 0 0;
    text-align: center;
}

.bcorp .bcorp-whatisbcorp_title {
    color: var(--MAIN-COLOR);
    margin-bottom: 24px;
}

.bcorp .bcorp-whatisbcorp__text {
    max-width: 840px;
    margin: auto;
}

.bcorp .bcorp-whatisbcorp__numbers {
    display: flex;
    justify-content: center;
    gap: 72px;
    margin-top: 64px;
}

.bcorp .bcorp-whatisbcorp__number {
    text-align: center;
    width: 200px;
    height: 84px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bcorp .bcorp-whatisbcorp__number:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -36px;
    top: 18px;
    width: 1px;
    height: 45px;
    background-color: #D3CCC8;
}

.bcorp .bcorp-whatisbcorp__number span {
    color: var(--MAIN-COLOR);
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: 36px;

}

.bcorp .bcorp-whatisbcorp__number h3 {
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: 16px;
    color: var(--TEXT-COLOR);
    margin-top: 0;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .bcorp .bcorp-whatisbcorp {
        padding: 32px 16px;
    }

    .bcorp .bcorp-whatisbcorp_title {
        font-size: 24px;
    }

    .bcorp .bcorp-whatisbcorp__text {
        font-size: 14px;
    }

    .bcorp .bcorp-whatisbcorp__number {
        height: 70px;
    }

    .bcorp .bcorp-whatisbcorp__numbers {
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }

    .bcorp .bcorp-whatisbcorp__number:not(:last-child)::after {
        right: 50%;
        top: 94px;
        height: 3px;
        width: 45px;
        margin-right: -22px;
    }

    .bcorp .bcorp-whatisbcorp__number span {
        font-size: 24px;
    }

    .bcorp .bcorp-whatisbcorp__number h3 {
        font-size: 14px;
    }

}







/****************************************************************************** 
WHAT MAKES CLARINS A B CORP
*******************************************************************************/
.bcorp .bcorp-whatmakes {
    position: relative;
    width: 100%;


    text-align: center;
    background-color: var(--BG-COLOR);
    padding: 88px 108px;
    margin-top: 137px;
}

.bcorp .bcorp-whatmakes__container {
    margin: auto;
    max-width: var(--WIDTH-CONTAINER);
}


.bcorp .bcorp-whatmakes__leaf {
    position: absolute;
    top: -73px;
    left: 50%;
    margin-left: -145px;
}

.bcorp .bcorp__swiper {
    margin-top: 40px;
    height: 580px;
    overflow: visible !important;
    width: auto;
}


.bcorp .bcorp__swiper-slide {
    width: 328px;
    height: 480px;
    text-align: left;
}

.bcorp .bcorp__swiper-title {
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 16px;

}

.bcorp .bcorp__swiper-text {
    margin-bottom: 0;
    font-size: 14px;
}


@media (max-width: 991px) {
    .bcorp .bcorp-whatmakes {
        padding: 64px 16px 40px;
        margin-top: 71px;
    }

    .bcorp .bcorp-whatmakes__leaf {
        top: -31px;
        margin-left: -94px;
    }

    .bcorp .bcorp-whatmakes__title {
        font-size: 24px;
    }

    .bcorp .bcorp-whatmakes__text {
        font-size: 14px;
        margin-bottom: 40px;
    }

    .bcorp .bcorp__swiper {
        height: 510px;
    }


    .bcorp .bcorp__swiper-slide {
        width: 284px;
    }

    .bcorp .bcorp__swiper-slide {
        width: 284px;
    }

    .bcorp .bcorp__swiper-title {
        font-size: 18px;
        margin-top: 32px;
        margin-bottom: 8px;
    }

    .bcorp .bcorp__swiper-text {
        font-size: 14px;
        margin-top: 0;
    }
}



.swiper-pagination {
    text-align: left !important;
}

.swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    background-color: #333333 !important;
    opacity: 1 !important;
    border-radius: 50px !important;
}

.swiper-buttons-pagination__bookevent .swiper-pagination-bullet {
    background-color: #D3CCC8 !important
}

.swiper-pagination-bullet-active {
    width: 32px !important;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px 8px 0 !important;
}

.swiper-buttons-navigation {
    position: absolute !important;
    z-index: 11 !important;

    bottom: 0 !important;
    right: 0 !important;

    width: 90px !important;
    display: flex !important;
    flex-direction: row-reverse !important;
    gap: 10px !important;
    margin-right: 16px !important;
}

.swiper-button-next,
.swiper-button-prev {
    position: relative !important;
    color: #333 !important;
    top: auto !important;
    bottom: auto !important;
    right: auto !important;
    left: auto !important;
    margin-top: 0 !important;

    width: 40px !important;
    height: 40px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 25px !important;
}






/****************************************************************************** 
A COMMITMENT FOR US
*******************************************************************************/
.bcorp .bcorp-commitment {
    display: flex;
    align-items: center;
    max-width: 1048px;
    width: 100%;
    margin: auto;
    padding: 35px 35px 0;
}

.bcorp .bcorp-commitment__visual {}

.bcorp .bcorp-commitment__texts {
    margin-left: 32px;
}

.bcorp .bcorp-commitment__title {
    margin-bottom: 32px;
}

.bcorp .bcorp-commitment__text {
    font-size: 14px;
    margin-bottom: 16px;
    font-size: 14px;
}

.bcorp .bcorp-commitment__signature {
    color: #797674;
    font-size: 14px;
}

@media (max-width: 991px) {
    .bcorp .bcorp-commitment {
        flex-direction: column-reverse;
        padding: 32px 16px 0;
        text-align: center;
    }

    .bcorp .bcorp-commitment__texts {
        margin-left: 0;
    }

    .bcorp .bcorp-commitment__title {
        font-size: 24px;
        margin-bottom: 32px;
    }

    .bcorp .bcorp-commitment__visual {
        margin-top: 25px;
    }

}








/****************************************************************************** 
CITATION
*******************************************************************************/
.bcorp .bcorp-citation {
    padding-top: 80px;
    max-width: 828px;
    text-align: center;
    margin: auto;
}

@media (max-width: 991px) {
    .bcorp .bcorp-citation {
        font-size: 24px;
        padding: 38px 16px 32px;
    }
}





/****************************************************************************** 
VIDEO
*******************************************************************************/
.bcorp .bcorp-video {
    width: 100%;
    max-width: 1048px;
    margin: 64px auto 80px;
}

.bcorp .bcorp-video video{
    width: 100%;
}

@media (max-width: 991px) {
    .bcorp .bcorp-video {
        margin: 0;
    }
}




/* *************** SURCOUCHE *****************/

i-footer footer {
    margin-top: 0 !important;
}