/******************************************/
/*Global*/
/******************************************/
@font-face {
    font-family: 'BernardMTStd-Condensed';
    src: url('../fonts/BernardMTStd-Condensed/BernardMTStd-Condensed.eot');
    src: url('../fonts/BernardMTStd-Condensed/BernardMTStd-Condensed.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BernardMTStd-Condensed/BernardMTStd-Condensed.woff2') format('woff2'),
    url('../fonts/BernardMTStd-Condensed/BernardMTStd-Condensed.woff') format('woff'),
    url('../fonts/BernardMTStd-Condensed/BernardMTStd-Condensed.ttf') format('truetype'),
    url('../fonts/BernardMTStd-Condensed/BernardMTStd-Condensed.svg#BernardMTStd-Condensed') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Might-Makes-Right-BB-Regular';
    src: url('../fonts/Might-Makes-Right-BB/Might-Makes-Right-BB-Regular.eot');
    src: url('../fonts/Might-Makes-Right-BB/Might-Makes-Right-BB-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Might-Makes-Right-BB/Might-Makes-Right-BB-Regular.woff2') format('woff2'),
    url('../fonts/Might-Makes-Right-BB/Might-Makes-Right-BB-Regular.woff') format('woff'),
    url('../fonts/Might-Makes-Right-BB/Might-Makes-Right-BB-Regular.ttf') format('truetype'),
    url('../fonts/Might-Makes-Right-BB/Might-Makes-Right-BB-Regular.svg#Might-Makes-Right-BB-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Might-Makes-Right-BB';
    src: url('../fonts/Might-Makes-Right-BB/Might-Makes-Right-BB.eot');
    src: url('../fonts/Might-Makes-Right-BB/Might-Makes-Right-BB.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Might-Makes-Right-BB/Might-Makes-Right-BB.woff2') format('woff2'),
    url('../fonts/Might-Makes-Right-BB/Might-Makes-Right-BB.woff') format('woff'),
    url('../fonts/Might-Makes-Right-BB/Might-Makes-Right-BB.ttf') format('truetype'),
    url('../fonts/Might-Makes-Right-BB/Might-Makes-Right-BB.svg#Might-Makes-Right-BB') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter-Tight';
    src: url('../fonts/Inter-Tight/InterTight-Medium.eot');
    src: url('../fonts/Inter-Tight/InterTight-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter-Tight/InterTight-Medium.woff2') format('woff2'),
    url('../fonts/Inter-Tight/InterTight-Medium.woff') format('woff'),
    url('../fonts/Inter-Tight/InterTight-Medium.ttf') format('truetype'),
    url('../fonts/Inter-Tight/InterTight-Medium.svg#InterTight-Medium') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter Extrabold';
    src: url('../fonts/Inter/Inter-ExtraBold.eot');
    src: url('../fonts/Inter/Inter-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter/Inter-ExtraBold.woff2') format('woff2'),
    url('../fonts/Inter/Inter-ExtraBold.woff') format('woff'),
    url('../fonts/Inter/Inter-ExtraBold.ttf') format('truetype'),
    url('../fonts/Inter/Inter-ExtraBold.svg#Inter-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
a {
    text-decoration: none;
}
.titre{
    font-family: "BernardMTStd-Condensed",sans-serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 74.4px */
    text-transform: uppercase;
}
.sous-titre{
    font-family: "Might-Makes-Right-BB",sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 74.4px */
}
.texte{
    font-family: "Inter-Tight",sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%; /* 32.4px */
}
.wrapper{
    max-width: 1920px;
}
@media screen and (max-width: 1440px){
    .sous-titre{
        font-size: 28px;
        line-height: 100%;
    }
    .texte{
        font-size: 17px;
        line-height: 150%;
    }
    .wrapper {
        max-width: 1024px;
    }
}
@media screen and (max-width: 1024px){
    .titre{
        font-size: 28px;
        line-height: 110%;
    }
    .sous-titre{
        font-size: 33px;
        line-height: 100%;
    }
    .texte{
        font-size: 20px;
        line-height: 150%;
    }
}
/******************************************/
/*Header*/
/******************************************/


header.minisite-header{
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 126.14%);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.65);
}
.header nav ul li a,.header nav ul li{
    color: #fff;
}
.header nav ul li a:hover{
    color: #FFEC88;
}
.btn-abo a{
    color: #fff;
    font-family: "BernardMTStd-Condensed";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.287px; /* 54.252% */
    letter-spacing: 1.201px;
    text-transform: uppercase;
    margin: auto;
}
.btn-abo a:hover {
    color: #fff;
}
.btn-abo a svg path{
    fill: #A22523;
}
.btn-abo a:hover svg path{
   fill: #B91C1C;
}
@media screen and (min-width: 1024px) and (max-width: 1320px) {
    .btn-abo a span {
        font-size: inherit;
        top: 10px;
    }
}

@media screen and (max-width: 1024px){
    header.minisite-header .header nav ul{
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.30) -56.47%, #000 100%);
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.65);
    }
    .btn-abo{
        background-color: #dc2626;;
    }
    .btn-abo a span{
        right: inherit;
    }
    .btn-abo a:hover{
        width: 100%;
        text-align: center;
        background-color: #991B1B;
    }
    .btn-abo a svg{
        background-color:#A22523 ;
    }
}
/******************************************/
/*Zone 1 - Hero */
/******************************************/
.minisite-homepage .zone1{
    background-image: url(../images/homepage/z1_bg.webp);
    background-size: cover;
    background-position: bottom;
    padding: 125px 0 0

}
.minisite-homepage .zone1 .container-image-texte{
    max-width: 1494px;
    margin-top: 100px;
}
.minisite-homepage .zone1 .container-image-texte {
    column-gap: 0;
}
.minisite-homepage .zone1 .image-container img{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
}
.minisite-homepage .zone1 .texte-container {
    margin-bottom: 160px;
}
.minisite-homepage .zone1 .titre{
    font-family: 'BernardMTStd-Condensed';
    color: #A22523;
    font-size: 32px;
    margin-bottom: 24px;
    font-weight: bold;
    
}
.minisite-homepage .zone1 .titre span {
    color: #A22523;
    font-size: 62px;
    line-height: 70px;
    -webkit-text-stroke: 2px black;
}
.minisite-homepage .zone1 .sous-titre{
    color: #000;
    font-family: 'Might-Makes-Right-BB-Regular';
    font-size: 28px;
    font-weight: normal;
    line-height: 125%;
}
.minisite-homepage .zone1 .box-price{
    border-color: #A22523;
    color: #A22523;
    font-size: 22px;
    font-style: normal;
    font-weight: 900;
    line-height: 24px; /* 109.091% */
    text-transform: uppercase;
    margin-bottom: 24px;
    padding: 8px 15px;
    border: 3px solid;
    text-decoration: none;
}
.minisite-homepage .zone1 .cta_profite{
    margin-top: 32px;
    background-color: #E33117;
    color: #fff;
}
.minisite-homepage .zone1 .cta_profite:hover {
     background-color: #991B1B;
     color: #fff;
 }
.minisite-homepage .zone1 .conditions{
    color: #000000;
}
@media screen and (max-width: 1440px){
    .minisite-homepage .zone1 .container-image-texte .texte-container .box-price {
        font-size: 12px;
        text-align: center;
    }
    .minisite-homepage .zone1 .texte-container{
        margin-bottom: 80px;
    }
    .minisite-homepage .zone1 .container-image-texte{
        max-width: 1024px;
        margin-top: inherit;
    }
    .minisite-homepage .zone1 .image-container img {
        bottom: 10%;
    }
}
@media screen and (max-width: 1450px){
    .minisite-homepage .zone1 .container-image-texte{
        column-gap: 50px;
    }
}
@media screen and (max-width: 1024px){
    .minisite-homepage .zone1 {
        padding: 80px 0 32px;
        margin-top: inherit;
    }
    .minisite-homepage .zone1 .texte-container {
        margin-top: 5px;
    }
    .minisite-homepage .zone1 .titre{
        font-size: 28px;
        margin-bottom: 16px;
    }
    .minisite-homepage .zone1 .sous-titre{
        font-size: 18px;
    }
    .minisite-homepage .zone1 .box-price{
    padding: 6px 6px;
    }
    .minisite-homepage .zone1 .container-image-texte{
        flex-direction: column;
    }
    .minisite-homepage .zone1 .image-container img {
        width: 100%;
        position: relative;
    }
    .minisite-homepage .zone1 .box-price{
        font-size: 12px;
        line-height: 20px;
    }
    .minisite-homepage .zone1 .texte-container {
        margin-bottom: 20px;
    }
}

/******************************************/
/*Zone 2*/
/******************************************/
.minisite-homepage .zone2{
    background-image: url(../images/homepage/z2_bg-figure.webp);
    background-size: cover;
    background-position: center;
    padding: 155px 213px;
    border-top: 2px solid #BF8850;
}
.minisite-homepage .zone2 .container-image-texte {
    column-gap: 30px;
}
.minisite-homepage .zone2 .container-image-texte{
    justify-content: center;
}
.minisite-homepage .zone2 .texte-container{
    width: fit-content;
}
.minisite-homepage .zone2 .texte-container h1 {
    font-family: 'BernardMTStd-Condensed';
    color: #F9F15D;
    font-size: 56px;
    font-weight: bold;
}
.minisite-homepage .zone2 .texte-container h1 span {
    color: #FFF;
}
.minisite-homepage .zone2 .texte-container img{
    max-width: 554px;
}
.minisite-homepage .zone2 .texte{
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
}
.minisite-homepage .zone2 .cta_savoir_plus{
    margin-top: 32px;
    background-color: #FFF;
    color: #000;
}
.minisite-homepage .zone2 .cta_savoir_plus:hover{
    background-color: #fff;
    color: #000;
}
.minisite-homepage .zone2 .image-container{
    position: relative;
    width: 50%;
}
.minisite-homepage .zone2 .image-container img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 1800px){
    .minisite-homepage .zone2{
        padding: 64px 213px;
    }
}
@media screen and (max-width: 1320px){
    .minisite-homepage .zone2 .texte-container h1{
        font-size: 44px;
    }
    .minisite-homepage .zone2 .texte{
        font-size: 16px;
    }
}
@media screen and (max-width: 1440px){
    .minisite-homepage .zone2 .container-image-texte{
         column-gap: 0;
     }
    .minisite-homepage .zone2 .image-container,
    .minisite-homepage .zone2 .texte-container{
        width: 100%;
    }
    .minisite-homepage .zone2 .texte-container img{
        max-width: 445px;
    }
    .minisite-homepage .zone2 .texte{
        font-size: 16px;
        line-height: 22px;
    }
    .minisite-homepage .zone2.premium .texte {
        margin: 15px 0;
    }
}
@media screen and (max-width: 1024px){
    .minisite-homepage .zone2 .texte-container h1 {
        font-size: 28px;
        text-align: center;
        line-height: 120%;
    }
    .minisite-homepage .zone2{
        padding: 32px 16px 0;
    }
    .minisite-homepage .zone2 .texte-container img{
        max-width: inherit;
        width: 100%;
        height: auto;
    }
    .minisite-homepage .zone2 .texte-container .frise{
        margin-top: 30px;
    }
    .minisite-homepage .zone2 .container-image-texte{
        flex-direction: column;
    }
    .minisite-homepage .zone2 .texte-container .texte {
        text-align: center;
        font-size: 16px;
        line-height: 150%;
    }
    .minisite-homepage .zone2 .texte-container {
        padding-left: 0;
    }
}

/******************************************/
/*Zone 3 - Cadeaux */
/******************************************/
.minisite-homepage .zone3 {
    background-image: url(../images/homepage/z3_bg.webp);
    background-size: cover;
    background-position: center;
    padding: 64px 120px;
    border-top: 2px solid #BF8850;
}
.minisite-homepage .zone3 .titre{
    color: #FFF;
}
.minisite-homepage .zone3 .titre .yellow{
    color: #F9F15D;
}
.minisite-homepage .zone3 .mentions{
  color: rgba(255, 255, 255, 0.70);
}
/*Cadeaux Slider*/
.cadeaux-slider .cadeaux{
    background-color: #E5E4E3;
    height: 601px;
}
.cadeaux-slider .cadeaux img{
    width: auto;
    height: auto;
}
.cadeaux-slider .cadeaux .envoi{
    color: #1F4073;
}
.cadeaux-slider .cadeaux .nom{
    color: #A22523;
    font-family: "BernardMTStd-Condensed";
    font-size: 28px;
    font-weight: 400;
    line-height: 135%;
}
.cadeaux-slider .cadeaux .description{
    color: #000;
}
.cadeaux-slider .cadeaux .mentions{
    color: #1F4073;
}
.cadeaux-slider .arrow-slider {
    background-color: #fff;
}
.cadeaux-slider .arrow-slider path{
    stroke: #000;
}
.cadeaux-slider .slick-dots li button {
    background-color: #fff;
}
.cadeaux-slider .slick-dots li.slick-active button{
    background-color: #936F41;
}
@media screen and (max-width: 1440px){
    .cadeaux-slider .cadeaux .nom{
        font-size: 20px;
    }
    .cadeaux-slider .cadeaux{
        height: 475px;
    }
    .cadeaux-slider .cadeaux .description{
        font-size: 16px;
    }
    .cadeaux-slider .cadeaux{
        background-color: #E5E4E3;
        height: 440px;
    }
}
@media screen and (max-width: 1024px){
        .minisite-homepage .zone3 {
        padding: 32px 10px;
    }
    .cadeaux-slider .cadeaux .nom{
        font-size: 24px;
        font-weight: 500;
        line-height: 150%;
    }
    .cadeaux-slider .zoom-cadeaux {
        background-color: #fff;
    }
    .cadeaux-slider .zoom-cadeaux  path{
        stroke: #000;
    }
    .cadeaux-slider .cadeaux .mentions {
        margin: auto 0 56px;
    }
    .minisite-homepage .zone3 .mentions{
        font-size: 14px;
    }
}
/******************************************/
/*Zone 4 - La collection */
/******************************************/
.minisite-homepage .zone4{
    background-image: url(../images/homepage/z4_bg.webp);
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 100px 0;
    position: relative;
    border-top: 2px solid #BF8850;
}
.minisite-homepage .zone4 strong{
    font-family: "Inter Extrabold";
}
.minisite-homepage .zone4 .image-container {
    width: 100%;
    height: auto;
    position: relative;
    max-width: 601px;
}
.minisite-homepage .zone4 .brochure {
    column-gap: 100px;
}
.minisite-homepage .zone4 .image-container img{
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
}
.minisite-homepage .zone4 .titre{
    color: #000;
    margin-bottom: 40px;
}
.minisite-homepage .zone4 .container-image-texte {
    max-width: 1287px;
}
.minisite-homepage .zone4 .texte-container .titre {
    font-size: 48px;
}
.minisite-homepage .zone4 .titre span{
    color: #A22523;
}
.zone-popin{
    width: 100%;
}
.minisite-homepage .zone4 .description{
    margin-top: 24px;
    color: #000000;
    position: relative;
}
.minisite-homepage .zone4 .description.titre{
    color: #000000;
    font-size: 48px;
}
.minisite-homepage .zone4-bonus{
    background-image: url(../images/homepage/fond-poster-one-piece.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    display: flex;
    text-align: left;
    gap: 20px;
    line-height: 135%;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    max-width: 1327px;
    min-height: 877px;
}
.minisite-homepage .content-poster{
    display: flex;
    position: relative;
    top: 40px;
    left: -80px;
    gap: 30px;
}

.minisite-homepage .zone4-bonus .titre{
    font-size: 48px;
    line-height: 120%;
    margin-bottom: 32px;
}
.minisite-homepage .zone4-bonus span
{
    color: #290804;
}
.minisite-homepage .zone4-bonus ul{
    list-style: disc;
    padding-left: 25px;
    color: #290804;
    font-size: 28px;
}
.minisite-homepage .zone4-bonus img{
    height: auto;
}
.minisite-homepage .zone4-bonus li::marker{
    color: #000;
}
.minisite-homepage .zone4-bonus p{
    margin-top: 20px;
}
.minisite-homepage .zone4 .container-image-texte {
    display: flex;
    column-gap: 30px;
    text-align: left;
    align-items: center;
    justify-content: center;
}
.minisite-homepage .zone4 .titre-brochure{
    font-size: 48px;
    font-family: "BernardMTStd-Condensed";
    color: #A22523;
    margin-bottom: 38px;
    line-height: 110%;
    text-align: center;
}
.minisite-homepage .zone4 .titre-brochure span{
    color: #000;
}
.minisite-homepage .zone4 .fond-poster-one-piece {
    margin-top: 0;
}
.minisite-homepage .zone4 .brochure{
    padding: 40px 300px 77px;
}
.minisite-homepage .zone4 .brochure p{
    color: #fff;
    font-size: 24px;
    line-height: 135%;
}
.minisite-homepage .zone4 .brochure .cta-brochure a:first-child{
    color: #FFF;
    background-color: #E30613;
}
.minisite-homepage .zone4 .brochure .cta-brochure a{
    color: #FFF;
    background-color: #E30613;
}
.minisite-homepage .zone4 .brochure .cta-brochure a:hover{
    color: #FFF;
    background-color: #991B1B;
}
.minisite-homepage .zone4 .brochure .image-brochure{
    position: relative;
}
.minisite-homepage .zone4 .brochure .image-brochure .pulse{
    padding: 10px;
    border-radius: 100%;
    bottom: 50px;
    right: -17px;
    position: absolute;
    background-color: #C62828;
}
.minisite-homepage .zone4 .brochure .image-brochure .pulse path{
    stroke: #FFF;
}
.minisite-homepage .zone4 .textblock {
    margin-top: 40px;
}
.minisite-homepage .zone4 .figure-0{
    margin : 10px auto;
}
.minisite-homepage .zone4 .figure-1{
    position: absolute;
    top: -20%;
    left: 1%;
}
.minisite-homepage .zone4 .figure-2{
    position: absolute;
    right: 2%;
    top: 46%;
}
.minisite-homepage .zone4 .figure-3{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}
.popin-container .popin-media{
    height: auto;
}
.popin-container .popin-media img{
    width: 100%;
    height: inherit;
    padding-left: 0;
}
.minisite-homepage .zone4 .brochure .image-brochure img{
    height: auto;
    max-width: 696px;
}
.brochure .popin-zoom .popin-slider .img-popin-slider img{
    height: auto;
}
@media screen and (max-width: 1780px){
    .minisite-homepage .zone4 .figure-2{
        position: absolute;
        right: 0;
        top: 29%;
    }
    .minisite-homepage .zone4 .brochure {
        padding: 40px 250px 77px;
    }
    .minisite-homepage .zone4 .figure-3 {
        width: 25%;
        height: auto;
        display: block;
    }
}
@media screen and (max-width: 1660px){
    .minisite-homepage .zone4 .brochure {
        padding: 40px 200px 77px;
    }
}
@media screen and (max-width: 1580px){
    .minisite-homepage .zone4 .figure-1,
    .minisite-homepage .zone4 .figure-2{
        display: none;
    }
    .minisite-homepage .zone4 .brochure{
    padding: 40px 100px 77px;
    }
}
@media screen and (max-width: 1440px){
    .minisite-homepage .zone4 .brochure{
        padding: 40px 0 77px;
            }
        .minisite-homepage .zone4 .brochure {
        display: flex;
        column-gap: 96px;
        align-items: center;
        padding: 64px 0;
    }
    .minisite-homepage .zone4 .figure-3 {
        display: none;
    }
    .minisite-homepage .zone4-bonus {
        background-size: 100%;
    }
    .minisite-homepage .content-poster {
        top: -30px;
        left: -30px;
        gap: 30px;
    }
    .minisite-homepage .zone4 .titre-brochure{
        font-size: 36px;
        margin-bottom: 30px;
        font-weight: 400;
    }
    .minisite-homepage .zone4 .texte-brochure p{
        font-size: 15px;
    }
    .minisite-homepage .zone4 .brochure .image-brochure .pulse{
        padding: 8px;
        bottom: 30px;
        right: -5%;
    }
    .minisite-homepage .zone4-bonus ul {
        font-size: 24px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1000px) {
    .minisite-homepage .zone4-bonus {
        background-size: 100%;
        margin-bottom: -180px;
    }
}
@media screen and (max-width: 1024px){
    .minisite-homepage .zone4{
        padding: 64px 0 30px;
        justify-content: center;

    }
    .minisite-homepage .zone4-bonus {
        background-size: cover;
        min-height: 900px;
    }
    .minisite-homepage .content-poster{
        top: 40px;
        width: 100%;
    }
    .minisite-homepage .zone4-bonus img {
        height: auto;
        width: 100%;
    }
    .minisite-homepage .zone4 .description {
        margin: 32px 0;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
    .minisite-homepage .zone4 .brochure {
        flex-direction: column;
        padding: 0;
    }
    .minisite-homepage .zone4 .description.titre{
        font-size: 24px;
        line-height: 110%;
    }
    .minisite-homepage .zone4 .description.texte {
        text-align: center;
        font-size: 16px;
        line-height: 150%;
    }
    .minisite-homepage .zone4 span.description.texte {
        margin-top: 32px;
    }
    .minisite-homepage .zone4 .brochure .texte-brochure {
        text-align: center;
    }
    .minisite-homepage .zone4 .brochure .cta-brochure {
        flex-direction: column;
        row-gap: 8px;
        margin-bottom: 34px;
    }
    .minisite-homepage .zone4 .brochure .cta-brochure a {
        width: 85%;
        justify-content: center;
        margin: auto;
    }
    .minisite-homepage .zone4 img.frise-1{
        margin-top: 0;
    }
    .zone4 .zone-popin{
        margin-bottom: 42px;
    }
    .minisite-homepage .zone4 .titre {
        margin-bottom: 0;
        margin-top: 0;
    }
    .minisite-homepage .zone4 .wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }
    .minisite-homepage .zone4-bonus{
        background-image: url(../images/homepage/fond-poster-one-piece-m.webp);
         min-height: 1000px;
    }
    .minisite-homepage .zone4 .brochure .image-brochure img{
        margin-top: 32px;
    }
    .minisite-homepage .zone4 .titre-brochure{
        margin-top: 30px;
        font-size: 28px;
    }
    .minisite-homepage .zone4 .brochure p{
        font-size: 20px;
    }
    .minisite-homepage .zone4 .brochure .image-brochure .pulse{
        bottom: 5%;
        right: 5%;
    }
    .minisite-homepage .zone4-bonus{
        text-align: center;
    }
    .minisite-homepage .zone4-bonus .titre{
        font-size: 28px
    }
    .minisite-homepage .content-poster{
        flex-direction: column;
        left: 0;
        gap: 0;
    }
    .minisite-homepage .content-poster .sous-titre {
        font-size: 20px;
    }
    .minisite-homepage .zone4-bonus ul {
        padding-left: 0;
        margin-top: 20px;
    }
    .minisite-homepage .content-poster .sous-titre li {
    list-style-position: inside;
    }
    .minisite-homepage .zone4 .brochure .image-brochure img {
        width: 80%;
    }
    .minisite-homepage .zone4 .sous-titre {
        line-height: 130%;
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 390px) {
    .minisite-homepage .content-poster {
        top: 10px;
    }
    .minisite-homepage .zone4-bonus {
        min-height: 810px;
    }
}
/******************************************/
/*Zone 5 - Video*/
/******************************************/
.minisite-homepage .zone5 .wrapper{
    max-width: 1500px;
}
.minisite-homepage .zone5 {
    background-image: url(../images/homepage/z5_bg.webp);
    background-size: cover;
    background-position: center;
    padding: 64px 0 128px;
    position: relative;
    box-shadow: 10px -16px 34px 0px rgba(0, 0, 0, 0.18);
    border-top: 2px solid #BF8850;

}
.minisite-homepage .zone5 .titre {
    position: relative;
    z-index: 2;
    margin-bottom: 96px;
}
.minisite-homepage .zone5 .titre span{ 
    color: #FFF;
}
.minisite-homepage .zone5 .iframe > img{
    height: auto;
}
@media screen and (max-width: 1680px){
    .minisite-homepage .zone5 {
        padding: 64px 0 64px;
    }
    .minisite-homepage .zone5 .titre{
        margin-bottom: 64px;
    }
}
@media screen and (max-width: 1024px){
    .minisite-homepage .zone5 .titre{
        margin-bottom: 32px;
    }
}
/******************************************/
/*Zone 6 - Premiers numéros*/
/******************************************/
.minisite-homepage .zone6 {
    background-image: url(../images/homepage/z6_bg.webp);
    background-size: cover;
    background-position: center;
    padding: 64px 0 20px;
    position: relative;
    border-top: 2px solid #BF8850;

}
.minisite-homepage .zone6 .titre{
    color: #000;
    font-size:56px;
}
.minisite-homepage .zone6 .titre span{
    color: #A22523;
}
.minisite-homepage .zone6 .numero img{
    height: auto;
}
.minisite-homepage .zone6 .numero .numero-texte{
    color:  #A22523;
    text-align: center;
    font-family: 'BernardMTStd-Condensed';
    font-size: 32px;
    font-weight: 400;
    line-height: 135%
}
.minisite-homepage .zone6 .numero-texte span{
    display: block;
    color: #000;
    font-size: 24px;
    font-family: "Inter-Tight";
    margin-top: 8px;
    font-weight: 300;
    line-height: 150%;
    font-style: normal;
}
.minisite-homepage .zone6 .mentions {
    display: flex;
    font-family: "Inter-Tight";
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    color: #000;
}
.minisite-homepage .zone6 .numero{
    width: 355px!important;
}
.minisite-homepage .zone6 .slick-track{
    display: flex;
    column-gap: 26px;
    width: 100%;
}
.minisite-homepage .zone6 .numeros-slider{
    margin: 47px 0 64px 0 ;
}
.numeros-slider .slick-dots li button {
    background-color: rgba(255, 255, 255, 0.30);
}
.numeros-slider .slick-dots li.slick-active button{
    background-color: #fff;
}

@media screen and (max-width: 1440px){
    .minisite-homepage .zone6 .numero .numero-texte{
        font-size: 30px;
    }
    .minisite-homepage .zone6 .numero-texte span{
        font-size: 18px;
        line-height: 21px;
    }
    .minisite-homepage .zone6 .slick-track{
        column-gap: 0;
    }
}
@media screen and (max-width: 1024px){
    .minisite-homepage .zone6 .numero .numero-texte{
        font-size: 30px;
    }
    .minisite-homepage .zone6 .titre {
        font-size: 28px;
    }
}
/******************************************/
/*Avantages*/
/******************************************/
.minisite-homepage .avantages {
    background: #FFEC88;
    box-shadow: 0px 14px 18px 0px rgba(0, 0, 0, 0.16) inset;
    padding: 64px 0;
    position: relative;
}
.minisite-homepage .avantages .titre{
    color: #000;
}
.minisite-homepage .avantages .picto-avantage img{
    height: auto;
}
.minisite-homepage .avantages .picto-avantage{
    background-color: #000;
}
.minisite-homepage .avantages .texte-avantage {
    color:  #000;
}
.avantages-slider .slick-dots li button {
    background-color: #000;
}
.avantages-slider .slick-dots li.slick-active button{
    background-color: #000;
}
/******************************************/
/*Comment ça marche*/
/******************************************/
.minisite-homepage .comment {
    background: #A22523;
    padding: 64px 0;
    position: relative;
}
.minisite-homepage .comment .titre{
    color: #FFF;
}
.comment-slider .slick-dots li button {
    background-color: rgba(255, 255, 255, 0.30);
}
.comment-slider .slick-dots li.slick-active button{
    background-color: #AC7B22;
}
.minisite-homepage .comment .etape .media-etape .etape1 path,.minisite-homepage .comment .etape .media-etape .etape2 path,.minisite-homepage .comment .etape .media-etape .etape3 path{
    fill: #FFEC88;
}
.minisite-homepage .comment .etape .media-etape .fond1 path,.minisite-homepage .comment .etape .media-etape .fond2 path,.minisite-homepage .comment .etape .media-etape .fond3 path{
    fill: #000;
}
.minisite-homepage .comment .etape .texte{
    color: #fff;
    font-weight: 700;
}
.minisite-homepage .comment .etape .media-etape .etape2 {
    top: 76px;
    left: -25px;
}
.minisite-homepage .comment .etape .media-etape {
    cursor: default;
}
/******************************************/
/*Footer*/
/******************************************/
footer.minisite-footer{
    padding: 128px 0 48px 0;
}
footer .sitemap,footer .pays,footer.minisite-footer {
    background-color: #000;
}
footer .titre{
    color: #fff;
}
.gotop svg{
background-color: #000;
}

/****************************************************************************************************************************/
/*Tunnel*/
/****************************************************************************************************************************/
header.minisite {background-color: #e4d8bb;}
.steps_tunnel li.active .number{
    background-color: #000;
    color: #fff;
}

.steps_tunnel li.active .number::after,
.steps_tunnel li.active .number::before {
    background-color: #000;
}
.steps_tunnel li.active p {
    color: #000;
}

header.minisite .connexion_tunnel .textwhite,header .connexion_tunnel .icon-picto-mon-compte:before {
    color: #000;
}
footer.minisite-footer .titre, footer.foot_duringcol .sitemap .titre {
    font-size: 46px!important;
    line-height: 60px;
    color: #fff;
    letter-spacing: 1px;
    font-family: "BernardMTStd-Condensed";
}

.bandeauoffre{background-color: #F6E8C7;padding: 119px;}
.bandeauoffrelancement {
    color: #000;
    border: 1px solid #000;
}
.bandeauoffre .descriptif p{color: #000;}

footer .pays .right .title, footer .pays .right a{
    color: #fff;
}
.steps_tunnel {
    width: calc(100% - 454px);
}
@media screen and (max-width: 1024px){
    .steps_tunnel li.active .number{
        background-color: #000;
        color: #fff;
    }
    .steps_tunnel li.active p
    {
        color: #000;
    }
    header .logo a{
        width: auto;
    }
    .bandeauoffre{padding: 10px;}
    .bandeauoffrelancement {
        margin: 20px auto 35vh;
        display: block;
    }
    footer.minisite-footer .titre, footer.foot_duringcol .sitemap .titre{
        font-size: 28px!important;
        line-height: 110%;
    }
    footer .wrapper {
        box-sizing: border-box;
        padding: 0 16px;
    }
    .steps_tunnel li.active .number::before {
        background-color: #000;
    }
    header .connexion_tunnel{
        width: 160px;
    }
}