/******************************************/
/*Global*/
/******************************************/
@font-face {
    font-family: 'AvianoRoyale';
    src: url('../fonts/AvianoRoyale-Black.eot');
    src: url('../fonts/AvianoRoyale-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AvianoRoyale-Black.woff2') format('woff2'),
    url('../fonts/AvianoRoyale-Black.woff') format('woff'),
    url('../fonts/AvianoRoyale-Black.ttf') format('truetype'),
    url('../fonts/AvianoRoyale-Black.svg#AvianoRoyale-Black') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Inter Bold';
    src: url('../fonts/Inter-Bold.eot');
    src: url('../fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter-Bold.woff2') format('woff2'),
    url('../fonts/Inter-Bold.woff') format('woff'),
    url('../fonts/Inter-Bold.ttf') format('truetype'),
    url('../fonts/Inter-Bold.svg#Inter-Bold') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter Semibold';
    src: url('../fonts/Inter-SemiBold.eot');
    src: url('../fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter-SemiBold.woff2') format('woff2'),
    url('../fonts/Inter-SemiBold.woff') format('woff'),
    url('../fonts/Inter-SemiBold.ttf') format('truetype'),
    url('../fonts/Inter-SemiBold.svg#Inter-SemiBold') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.titre{
    font-family: "AvianoRoyale";
    font-size: 36px;
    font-weight: 700;
    line-height: 115%;
}
.titre span{
    color: #F4B000;
}
.yellow{
    color: #F4B000;
}
.hauto{
    height: auto;
}
.texte, .minisite-homepage p:not(.titre){
    font-family: "inter",sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 135%;
    color: #fff;
}
.bold, b{
    font-family: "Inter Bold";
}
.semibold{
    font-family: "Inter Semibold";
}
@media screen and (max-width: 1440px){
    .titre{
        font-size: 34px;
    }
    .texte, .minisite-homepage p:not(.titre){
        font-size: 20px;
    }
    .wrapper{
        max-width: 1330px;
    }
}
@media screen and (max-width: 1024px){
    .titre{
        font-size: 24px;
    }
    .titre.small{
        font-size: 18px;
    }
    .texte, .minisite-homepage p:not(.titre){
        font-size: 16px;
    }
}
.pulse {
    box-shadow: 0 0 0 rgba(147, 111, 65, 1);
}
@keyframes pulse {
    0% {
        transform: scale(.85);
        box-shadow: 0 0 0 0  rgba(254, 196, 80, 0);
    }
    10% {
        transform: scale(1);
        box-shadow: 0 0 0 10px  rgba(147, 111, 65, 0.2);
    }
    20% {
        transform: scale(1);
        box-shadow: 0 0 0 10px  rgba(254, 196, 80, 0);
    }
    50% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(254, 196, 80, 0);
    }

}
sup {
    font-size: xx-small;
}
/******************************************/
/*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: #F4B000;
}
.btn-abo a{
    color: #FFF;
    font-family: "AvianoRoyale";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.287px;
    letter-spacing: 1.201px;
    margin: auto;
}
.btn-abo a:hover {
    color: #fff;
}
.btn-abo a svg path{
    fill: #E30613;
}
.btn-abo a:hover svg path{
    fill: rgba(227, 6, 19);
}
@media screen and (max-width: 1024px){
    .btn-abo a:hover{
        width: 100%;
        text-align: center;
        background-color: rgba(227, 6, 19, 0.4);
    }
    header.minisite-header .logo{
        max-height: 60px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1320px) {
    .btn-abo a span {
        font-size: inherit;
        top: 10px;
    }
}

@media screen and (max-width: 375px){
    .btn-abo a span {
        font-size: 26px;
    }
    header.minisite-header .logo {
        padding-left: 16px;
    }
    header.minisite-header .header .logo-link {
        width: 70%;
    }
}
/******************************************/
/*Zone 1 - Hero */
/******************************************/
.minisite-homepage .zone1{
    background-image: url(../images/homepage/z1_bg.webp);
    background-size: cover;
    background-position: center;
    padding: 185px 0 10px;
}
.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: -20%;
    width: 100%;
    height: auto;
}
.minisite-homepage .zone1 .texte-container {
    margin-bottom: 220px;
}
.minisite-homepage .zone1 .titre{
    color: #FFF;
    margin-bottom: 8px;
}
.minisite-homepage .zone1 .box-price{
    border-color: #F4B000;
    color: #F4B000;
    font-size: 22px;
    font-weight: 900;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 24px;
    padding: 8px 15px;
}
.minisite-homepage .zone1 .cta_profite{
    margin-top: 32px;
    background-color: #E30613;
    color: #fff;
}
.minisite-homepage .zone1 .cta_profite:hover {
    background-color: #991B1B;
    color: #fff;
}
.minisite-homepage .zone1 .conditions {
    color: rgba(255, 255, 255);
}
.minisite-homepage .zone1 .mentions {
    color: #fff;
    font-size: 11px;
}
@media screen and (max-width: 1450px){
    .minisite-homepage .zone1{
        padding: 116px 0 10px;
    }
    .minisite-homepage .zone1 .container-image-texte{
        column-gap: 50px;
    }
}
@media screen and (max-width: 1024px){
    .minisite-homepage .zone1 {
        padding: 90px 0 32px;
        text-align: center;
    }
    .minisite-homepage .zone1 .texte-container {
        margin-bottom: 20px;
    }
    .minisite-homepage .zone1 .titre{
        font-size: 20px;
    }
    .minisite-homepage .zone1 .container-image-texte{
        flex-direction: column;
    }
    .minisite-homepage .zone1 .image-container img {
        width: 100%;
        bottom: 0;
        margin-bottom: 10px;
        position: relative;
    }
    .minisite-homepage .zone1 .container-image-texte {
        max-width: 1024px;
        margin-top: inherit;
    }
    .minisite-homepage .zone1 .box-price{
        font-size: 12px;
        line-height: 20px;
    }
    .minisite-homepage .zone1 .container-image-texte .texte-container .box-price{
        font-size: 13px;
        font-family: inherit;
        padding: 8px 6px;
    }
}

/******************************************/
/*Zone 2*/
/******************************************/
.minisite-homepage .zone2{
    background-image: url(../images/homepage/z2_bg.webp);
    background-size: cover;
    background-position: center;
    padding: 110px 0;
}
.minisite-homepage .zone2 .titre{
    color: #F4B000;
}
.minisite-homepage .zone2 .texte{
    margin-top: 24px;
    line-height: 150%;
    font-weight: 400;
    color: #fff;
}
.minisite-homepage .zone2 .texte i{
    font-weight: 500;
}
.minisite-homepage .zone2 .container-image-texte{
    align-items: center;
}
.minisite-homepage .zone2 .cta_savoir_plus{
    margin-top: 32px;
    background-color: #E30613;
    color: #fff;
}
.minisite-homepage .zone2 .cta_savoir_plus:hover{
    background-color: #991B1B;
}

@media screen and (max-width: 1440px){
    .minisite-homepage .zone2 .image-container img {
        width: 100%;
        height: auto;
    }
    .minisite-homepage .zone2 .texte br{
        display: none;
    }
}

@media screen and (max-width: 1024px){
    .minisite-homepage .zone2{
        padding: 25px 0;
    }
    .minisite-homepage .zone2 .container-image-texte{
        flex-direction: column-reverse;
    }

    .minisite-homepage .zone2 .texte-container .texte {
        max-width: 320px;
        text-align: center;
        margin: 12px auto 0;
    }
    .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 0 128px;
}
.minisite-homepage .zone3 .titre{
    color: #711205;
}
.minisite-homepage .zone3 .titre span{
    color: #FFED00;
}
.minisite-homepage .zone3 .mentions{
    color: #0C0A09;
}
/*Cadeaux Slider*/
.cadeaux-slider .cadeaux{
    background-color: #46492D;
    height: 500px;
}
.cadeaux-slider .cadeaux .envoi{
    color: #fff;
}
.cadeaux-slider .cadeaux .nom{
    color: #F4B000;
    font-family: "AvianoRoyale";
    font-size: 18px;
    line-height: 135%;
    text-transform: uppercase;
}
.cadeaux-slider .cadeaux .description{
    color: #fff;
}
.cadeaux-slider .cadeaux .mentions{
    color: #F4B000;
}
.cadeaux-slider .arrow-slider {
    background-color: #F3F4F6;
}
.cadeaux-slider .arrow-slider path{
    stroke: #000;
}
.cadeaux-slider .slick-dots li.slick-active button{
    background-color: #936F41;
}
@media screen and (max-width: 1440px){
    .cadeaux-slider .cadeaux{
        height: 570px;
    }
    .cadeaux-slider .cadeaux .nom {
        font-size: 24px;
    }
}
@media screen and (max-width: 1024px){
    .minisite-homepage .zone3 {
        padding: 32px 0 64px 0;
    }
    .cadeaux-slider .cadeaux .nom{
        font-size: 16px;
        font-weight: 500;
        line-height: 150%;
    }
    .cadeaux-slider .zoom-cadeaux {
        background-color: #fff;
    }
    .cadeaux-slider .zoom-cadeaux  path{
        stroke: #000;
    }
    .cadeaux-slider .cadeaux .description {
        height: 110px;
    }
    .cadeaux-slider .cadeaux{
        height: 542px;
    }
}
/******************************************/
/*Zone 4 - La collection */
/******************************************/
.minisite-homepage .zone4{
    border-top: 2px solid #F4B000;
    background: linear-gradient(180deg, #000 14.19%, rgba(0, 0, 0, 0.00) 27.81%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), url(../images/homepage/z4_bg.webp) lightgray 50% / cover no-repeat;
    text-align: center;
    padding: 64px 0 0 0;
    position: relative;
    margin-top: -1px;
}
.minisite-homepage .zone4 .wrapper{
    position: relative;
}
.minisite-homepage .zone4 .crane{
    left: -17%;
    top: 12%;
}
.minisite-homepage .zone4 .img-container{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    margin-top: 66px;
}
.minisite-homepage .zone4 .brochure{
    padding: 64px 53px 0;
    column-gap: 60px;
    box-sizing: border-box;
    justify-content: center;
}
.minisite-homepage .zone4 .titre{
    color: #fff;
    margin-bottom: 43px;
}
.minisite-homepage .zone4 .img-auto{
    width: 100%;
}
.minisite-homepage .zone4 .texte i{
    font-weight: 500;
}
.minisite-homepage .zone4 .textcontainer{
    display: flex;
    align-items: center;
    gap: 32px;
}
.minisite-homepage .zone4 .textcontainer .img-container{
    max-width: 50%;
    width: 100%;
}
.minisite-homepage .zone4 .textcontainer .img-container img{
    width: 100%;
    height: auto;
}
.minisite-homepage .zone4 .textcontainer .titre{
    color:#F4B000;
}
.minisite-homepage .zone4 .textcontainer .text{
    color: #fff;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    text-align: left;
}
.minisite-homepage .zone4 .maquette{
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: space-around;
    padding-bottom: 128px;
    margin-top: 64px;
}
.minisite-homepage .zone4 .maquette .titre{
    color:#F4B000;
    margin-bottom: 24px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.45);
}
.minisite-homepage .zone4 .maquette p{
    color: #fff;
}
.minisite-homepage .zone4 .maquette a{
    background-color: #B91C1C;
    color: #fff;
    width: fit-content;
    font-family: "inter", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 4px;
    padding: 16px 32px;
    border-radius: 30px;
    margin-top: 32px;
}
.minisite-homepage .zone4 .maquette img{
    width: fit-content;
}

.minisite-homepage .zone4 .texte-brochure .titre{
    color: #F4B000;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0;
}
.minisite-homepage .zone4 .texte-brochure .text{
    color: #fff;
}
.minisite-homepage .zone4 .collection-slider .arrow-left,
.minisite-homepage .zone4 .collection-slider .arrow-right{
    border-radius: 32px;
    background: #F4B000;
}
.minisite-homepage .zone4 .collection-slider .arrow-left path,
.minisite-homepage .zone4 .collection-slider .arrow-right path{
    stroke: #fff;
}
.minisite-homepage .zone4 .brochure .cta-brochure{
    margin-top: 0;
}
.minisite-homepage .zone4 .brochure .cta-brochure a{
    background-color: #E30613;
    color: #fff;
}
.minisite-homepage .zone4 .brochure .cta-brochure path{
    stroke: #fff;
}
.minisite-homepage .zone4 .brochure .cta-brochure a:hover{
    color: #fff;
    background-color: #991B1B;
}
.zone4-bis .avantages-slider .slick-dots li.slick-active button {
    background-color: #FEC450;
}
.minisite-homepage .zone4 .brochure .image-brochure{
    position: relative;
    width: inherit;
    max-width: 50%;
}
.minisite-homepage .zone4 .brochure .image-brochure img{
    max-width: 843px;
}
.minisite-homepage .zone4 .brochure .image-brochure .pulse {
    padding: 8px;
    border-radius: 100%;
    bottom: 12%;
    right: 26%;
    background-color: #F4B000;
    position: absolute;
}
.minisite-homepage .zone4 .brochure .image-brochure .pulse path{
    stroke: #936F41;
}
.minisite-homepage .zone4 .brochure .image-brochure .pulse:hover {
    background-color: #936F41;
}
.minisite-homepage .zone4 .brochure .image-brochure .pulse:hover path{
    stroke: #EFF6FF;
}
.minisite-homepage .zone4 .texte-brochure{
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: auto!important;
}
.minisite-homepage .zone4 .wrapper-second{
    border-top: 2px solid #F4B000;
    background:  url(../images/homepage/z4-2_bg.webp);
    background-size: cover;
    background-position: center;
    padding-bottom: 140px;
}
.minisite-homepage .zone4 .second-slide{
    max-width: 1490px;
    width: 100%;
    margin: auto;
}
.minisite-homepage .zone4 .second-slide .slick-dots li.slick-active button{
    background-color: #BF8850;
}
.minisite-homepage .zone4 .second-slide .slick-dots li button{
    background-color: #D6D3D1;
}
.slick-dots li.slick-active button{
    background-color: #BF8850;
}
.popin-zoom .img-popin-slider img{
    height: auto;
}
.zone-figure{
    border-radius: 12px;
    border: 2px solid #F4B000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), url(../images/homepage/z1_bg.webp) lightgray 50% / cover no-repeat;
    display: flex;
    align-items: center;
    max-width: 1150px;
    width: 100%;
    margin: auto;
    position: relative;
}
.minisite-homepage .zone4 .zone-figure .titre{
    color: #F4B000;
}
.zone-figure .wrapper{
    display: flex;
    align-items: center;
    text-align: left;
}
.zone-figure .wrapper .img-container{
    max-width: 50%;
    margin-top: 0;
}
.zone-figure .figure{
    width: 551px;
    right: -32%;
    bottom: -10%;
}
@media screen and (max-width: 1440px){
    .minisite-homepage .zone4 .brochure .cta-brochure a {
        font-size: 11px;
    }
    .minisite-homepage .zone4 .subtitle{
        font-size: 28px;
    }
    .zone4-bis .collection-image span{
        font-size: 15px;
    }
    .minisite-homepage .zone4 .texte{
        font-size: 17px;
    }
    .minisite-homepage .zone4 .maquette a{
        column-gap: 8px;
        padding: 12px 20px;
    }
    .minisite-homepage .zone4-bonus{
        padding: 70px 120px 120px;
        font-size: 14px;
    }
    .minisite-homepage .zone4-bonus .titre{
        font-size: 25px;
        margin-bottom: 12px;
    }
    .minisite-homepage .zone4-bonus img{
        width: 38%;
        height: auto;
    }
    .minisite-homepage .zone4 .brochure .image-brochure{
        max-width: inherit;
    }
    .minisite-homepage .zone4 .brochure .image-brochure img{
        max-width: 600px;
    }
    .minisite-homepage .zone4 .brochure .texte-brochure img{
        max-width: 280px;
        height: auto;
    }
    .zone-figure .figure{
        display: none;
    }
    .minisite-homepage .zone4 .second-slide{
        max-width: 1350px;
    }

}
@media screen and (max-width: 1024px){
    .minisite-homepage .zone4 {
        padding: 32px 0;
    }
    .minisite-homepage .zone4 .wrapper,
    .minisite-homepage .zone4 .brochure,
    .minisite-homepage .zone4 .second-slide{
        padding: 0 16px;
    }
    .minisite-homepage .zone4 .second-slide{
        box-sizing: border-box;
    }
    .minisite-homepage .zone4 .texte{
        padding-left: 16px;
        padding-right: 16px;
    }
    .minisite-homepage .zone4 .description {
        margin: 32px 0;
    }
    .minisite-homepage .zone4 .wrapper-second{
        background:  url(../images/homepage/z4-2_bg-m.webp);
    }
    .minisite-homepage .zone4 .maquette {
        flex-direction: column-reverse;
        padding: 65px 0 64px;
        text-align: center;
        align-items: center;
        margin-top: 0;
    }
    .minisite-homepage .zone4 .maquette img{
        width: 100%;
        height: auto;
        margin-bottom: 65px;
    }
    .minisite-homepage .zone4 .maquette a{
        margin: 30px auto 0;

    }
    .minisite-homepage .zone4 .textcontainer .img-container{
        max-width: 100%;
    }
    .minisite-homepage .zone4 .textcontainer{
        flex-direction: column;
    }
    .minisite-homepage .zone4 .brochure {
        flex-direction: column;
    }
    .minisite-homepage .zone4 .brochure .titre{
        color: #F4B000;
    }
    .minisite-homepage .zone4 .brochure .texte-brochure {
        text-align: center;
    }
    .minisite-homepage .zone4 .brochure .cta-brochure {
        flex-direction: column;
        row-gap: 8px;
        margin-bottom: 64px;
    }
    .minisite-homepage .zone4 .brochure .cta-brochure a {
        width: 240px;
        justify-content: center;
        margin: auto;
        font-size: 14px;
    }
    .minisite-homepage .zone4 .zone-figure .wrapper{
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px 16px;
    }
    .zone-figure{
        width: fit-content;
    }
    .zone-figure .wrapper .img-container{
        max-width: 100%;
        width: 100%;
    }
    .minisite-homepage .zone4 .zone-figure .titre{
        margin: 0 0 24px;
    }
    .minisite-homepage .zone4 .zone-figure .texte{
        font-size: 24px;
    }
    .minisite-homepage .zone4 .brochure .image-brochure img {
        width: 100%;
    }
    .minisite-homepage .zone4 .brochure .texte-brochure img {
        width: 60%;
        height: auto;
        margin: auto;
    }
    .minisite-homepage .zone4 .titre:not(.small) {
        margin-top: 24px;
        padding: 0 16px;
    }
    .misite-homepage .zone4 .brochure .image-brochure {
        left: 12%;
    }
    ul.slick-dots{
        width: fit-content;
        margin: 32px auto;
    }
    .slick-dots li.slick-active button,
    .slick-dots li button{
        width: 20px;
    }
}
/******************************************/
/*Zone - Premium*/
/******************************************/
.minisite-homepage .zone-premium {
    background-image: url(../images/homepage/zpremium_bg.webp);
    background-size: cover;
    background-position: center;
    padding: 120px 0 88px;
    position: relative;
}
.minisite-homepage .zone-premium .wrapper{
    column-gap: 110px;
}
.minisite-homepage .zone-premium .wrapper img{
    width: 50%;
    height: auto;
    object-fit: cover;
}
.minisite-homepage .zone-premium .cta_profite{
    border-radius: 30px;
    background: #E30613;
    color:#FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    padding: 16px 32px;
    width: fit-content;
    text-transform: uppercase;
    margin: 32px 0;
}
.minisite-homepage .zone-premium .titre {
    line-height: 80%;
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.45);
}
.minisite-homepage .zone-premium .texte {
    color: #fff;
    font-size: 20px;
    line-height: 150%;
    margin-top: 38px;
}
.minisite-homepage .zone-premium .mentions {
    font-size: 14px;
    color: #fff;
    line-height: 150%;
}
@media screen and (min-width: 1860px){
    .minisite-homepage .zone-premium {
        border-top: 2px solid #F4B000;
        border-bottom: 2px solid #F4B000;
    }
}
@media screen and (max-width: 1440px){
    .minisite-homepage .zone-premium .wrapper{
        column-gap: 40px;
    }
}
@media screen and (max-width: 1024px){
    .minisite-homepage .zone-premium {
        background-image: url(../images/homepage/zpremium_bg-m.webp);
        padding: 48px 0 64px;
        border-top: 2px solid #F4B000;
        border-bottom: 2px solid #F4B000;
    }
    .minisite-homepage .zone-premium .wrapper{
        flex-direction: column-reverse;
    }
    .minisite-homepage .zone-premium .wrapper .texte {
        font-size: 16px;
        line-height: 150%;
        margin-top: 24px;
    }
    .minisite-homepage .zone-premium .cta_profite{
        margin: 32px auto;
    }
    .minisite-homepage .zone-premium .wrapper img {
        height: auto;
        width: 100%;
        margin-bottom: 37px;
    }
}

/******************************************/
/*Zone 5 - Video*/
/******************************************/
.minisite-homepage .zone5 {
    background-image: url(../images/homepage/z5_bg.webp);
    background-size: cover;
    background-position: center;
    padding: 64px 0 128px;
    position: relative;
}
.minisite-homepage .zone5 .titre {
    color: #F4B000;
    margin-bottom: 60px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.45);
}
/******************************************/
/*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 100px;
    position: relative;
}
.minisite-homepage .zone6 .titre{
    color: #F4B000;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.45);
}
.minisite-homepage .zone6 .numero .numero-titre{
    font-family: 'AvianoRoyale';
    color:  #F4B000;
    text-align: center;
    font-size: 20px;
    margin-top: 24px;
    line-height: 120%;
}
.minisite-homepage .zone6 .numero .numero-titre span{
    color: #ffffff;
}
.minisite-homepage .zone6 .numeros-slider{
    margin: 64px 0;
}
.minisite-homepage .zone6 .slick-track{
    display: flex;
    column-gap: 26px;
}
.minisite-homepage .zone6 .numero {
    flex-direction: column;
    row-gap: 0;
}
.minisite-homepage .zone6 .numero img{
    height: auto;
}
.minisite-homepage .zone6 .mentions{
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 70px auto 56px;
}

.minisite-homepage .zone6 .mentions-img{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 23px;
}
@media screen and (min-width: 1024px){
    .minisite-homepage .zone6 .numero {
        width: 355px!important;
    }
}
@media screen and (max-width: 1024px){
    .minisite-homepage .zone5{
        padding: 20px 0 64px;
    }
    .minisite-homepage .zone6{
        padding: 26px 0 88px;
    }
    .minisite-homepage .zone6 .numeros-slider,.minisite-homepage .zone6 .slick-list, .minisite-homepage .zone6 .slick-track {
        display: block;
    }
    .minisite-homepage .zone5 .titre{
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 1440px){
    .minisite-homepage .zone6 .numero .numero-titre{
        font-size: 16px;
    }
}

/******************************************/
/*Avantages*/
/******************************************/
.minisite-homepage .avantages {
    background-color: #78815A;
    padding: 64px 0;
    position: relative;
    margin-top: -1px;
}
.minisite-homepage .avantages .titre{
    margin-bottom: 48px;
    color:  #FFF;
}
.minisite-homepage .avantages .texte-avantage{
    color:  #000;
}
.minisite-homepage .avantages .picto-avantage{
    background-color: #000;
}
.avantages-slider .slick-dots li button {
    background-color: #fff;
}
.avantages-slider .slick-dots li.slick-active button{
    background-color: #0C0A09;
}
@media screen and (max-width: 1024px){
    .minisite-homepage .avantages .titre{
        margin-bottom: 64px;
    }
}

/******************************************/
/*Comment ça marche*/
/******************************************/
.minisite-homepage .comment {
    background-color: #545C63;
    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: #fff;
}
.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: #F4B000;
}
.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: #0C0A09;
}
.minisite-homepage .comment .etape .texte{
    color: #fff;
    font-weight: 700;
}
/******************************************/
/*Footer*/
/******************************************/
footer.minisite-footer{
    padding: 128px 0 48px 0;
}
footer .sitemap,footer .pays,footer.minisite-footer {
    background-color: #0C0A09;
}
footer .titre{
    color: #fff;
}
.gotop svg{
    background-color: #000;
}

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

.steps_tunnel li.active .number::after,
.steps_tunnel li.active .number::before {
    background-color: #fff;
}
.steps_tunnel li.active p
{
    color: #fff;
}
header.minisite .connexion_tunnel .textwhite,header .connexion_tunnel .icon-picto-mon-compte:before {
    color: #fff;
}
footer.minisite-footer .titre, footer.foot_duringcol .sitemap .titre {
    font-family: 'AvianoRoyale';
    line-height: 100%;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 100!important;
    font-size: 34px;
}
footer .pays .title, footer .pays a {
    color: #fff;
}
.bandeauoffre{background-color: #250B08;padding: 119px;}
.bandeauoffrelancement {
    color: #FFF;
    border: 1px solid #FFF;
}
.bandeauoffre .descriptif p{color: #FFF;}
header .connexion_tunnel {
    width: 200px;
    padding-right: 25px;
}
.steps_tunnel {
    width: calc(100% - 354px);
}
@media screen and (max-width: 1024px){
    .steps_tunnel li.active .number{
        background-color: #000;
        color: #fff;
    }
    .steps_tunnel li.active p
    {
        color: #000;
    }
    .steps_tunnel {
        width: 100%;
    }
    header .logo a{
        width: auto;
        margin-left: 10px;
    }
    header .logo {
        padding-left: 0;
        padding-right: 0;
    }
    header .connexion_tunnel {
        width: 260px;
    }
    header .logo img{
        height: 40px;
    }
    footer.minisite-footer .titre, footer.foot_duringcol .sitemap .titre {
        font-size: 20px!important;
    }
    footer .wrapper {
        box-sizing: border-box;
        padding-left: 16px;
        padding-right: 16px;
    }
    .bandeauoffre{background-color: #250B08;padding: 20px;height: 300px}
    .bandeauoffrelancement {
        margin: 0;
    }
    .bandeauoffre .descriptif{
        display: block!important;
    }
    .bandeauoffre .descriptif p{
        max-width: 100%;
    }
    .steps_tunnel li.active .number::before {
        background-color: #000;
    }
}