/******************************************/
/*Global*/
/******************************************/
@font-face {
    font-family: 'Farmhand';
    src: url('../fonts/farmhand/Farmhand-Regular.eot');
    src: url('../fonts/farmhand/Farmhand-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/farmhand/Farmhand-Regular.woff2') format('woff2'),
    url('../fonts/farmhand/Farmhand-Regular.woff') format('woff'),
    url('../fonts/farmhand/Farmhand-Regular.ttf') format('truetype'),
    url('../fonts/farmhand/Farmhand-Regular.svg#Farmhand-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'New Spirit';
    src: url('../fonts/new-spirit/NewSpirit-SemiBold.eot');
    src: url('../fonts/new-spirit/NewSpirit-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/new-spirit/NewSpirit-SemiBold.woff2') format('woff2'),
    url('../fonts/new-spirit/NewSpirit-SemiBold.woff') format('woff'),
    url('../fonts/new-spirit/NewSpirit-SemiBold.ttf') format('truetype'),
    url('../fonts/new-spirit/NewSpirit-SemiBold.svg#NewSpirit-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@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: "Farmhand";
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    text-transform: uppercase;
}
.titre.shadows{
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.75);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #1F4073;
}
.titre.big{
    font-size: 52px;
}
.white{
    color: #fff;
}
.yellow{
    color: #E8E781;
}
.texte, .minisite-homepage p:not(.titre){
    font-family: "inter",sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 135%;
    color: #fff;
}

@media screen and (max-width: 1440px){
    .titre{
        font-size: 37px;
    }
    .texte, .minisite-homepage p:not(.titre){
        font-size: 20px;
    }
    .wrapper{
        max-width: 1330px;
    }
}
@media screen and (max-width: 1024px){
    .titre{
        font-size: 32px;
    }
    .titre.shadows{
        text-shadow: none;
        -webkit-text-stroke-width: inherit;
    }
    .titre.big{
        font-size: 34px;
    }
    .texte, .minisite-homepage p:not(.titre){
        font-size: 16px;
    }
}
.pulse {
    padding: 8px;
    border-radius: 100%;
    background-color: #E8E781;
    box-shadow: 0 0 0 rgba(147, 111, 65, 1);
}
.pulse path{
 stroke: #66120D;
}

@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: #E8E781;
}
.btn-abo a{
    color: #FFF;
    font-family: "Farmhand";
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.287px; /* 45.215% */
    letter-spacing: 1.441px;
    text-transform: uppercase;
}
.btn-abo a:hover {
    color: #fff;
}
.btn-abo a svg path{
    fill: #A22523;
}
.btn-abo a:hover svg path{
    fill: rgba(227, 6, 19);
}
header.minisite-header .logo{
    max-width: inherit;
}
@media screen and (max-width: 1612px) {
    .header {
        column-gap: 0;
    }
}
@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;
    }
    .btn-abo a{
        text-align: center;
        width: 100%;
    }
}
@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: 32px;
    }
    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: 145px 0 0;
    margin-bottom: -60px;
}
.minisite-homepage .zone1 .titre{
    -webkit-text-stroke-color: #173460;
}
.minisite-homepage .zone1 .container-image-texte{
    max-width: 1494px;
    position: relative;
}
.minisite-homepage .zone1 .container-image-texte {
    column-gap: 0;
    align-items: center;
}
.minisite-homepage .zone1 .texte-container{
    margin-bottom: 220px;
}
.minisite-homepage .zone1 .image-container{
    top: -10px;
}
.minisite-homepage .zone1 .image-container img{
    height: auto;
    width: 100%;
}
.minisite-homepage .zone1 .titre{
    color: #FFF;
    margin-bottom: 8px;
}
.minisite-homepage .zone1 .box-price{
    border-color: #E30613;
    color: #E30613;
    font-size: 22px;
    font-weight: 900;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.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 .figure{
    width: 34%;
    height: auto;
    right: -20%;
    bottom: 0;
}
@media screen and (max-width: 1600px){
    .minisite-homepage .zone1 .figure{
        display: none;
    }
}
@media screen and (max-width: 1450px){
    .minisite-homepage .zone1{
        padding: 156px 0 52px;
    }
    .minisite-homepage .zone1 .container-image-texte{
        column-gap: 50px;
    }

}
@media screen and (max-width: 1290px){
    .minisite-homepage .zone1{
        padding: 96px 0 52px;
    }
}
@media screen and (max-width: 1024px){
    .minisite-homepage .zone1 {
        padding: 90px 0 32px;
        text-align: center;
        margin-bottom: 0;
    }
    .minisite-homepage .zone1 .texte-container{
        margin-bottom: 0;
    }
    .minisite-homepage .zone1 .texte-container {
        margin-bottom: 20px;
    }
    .minisite-homepage .zone1 .container-image-texte{
        flex-direction: column;
    }
    .minisite-homepage .zone1 .image-container{
        top: 0;
    }
    .minisite-homepage .zone1 .image-container img {
        width: 100%;
        height: auto;
        bottom: 0;
        margin-bottom: 10px;
        position: relative;
        top: inherit;
    }
    .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: 12px;
        font-family: inherit;
        padding: 8px 6px;
        border-width: 2px;
    }
}

/******************************************/
/*Zone 2*/
/******************************************/
.minisite-homepage .zone2{
    background-image: url(../images/homepage/z2_bg.webp);
    background-size: cover;
    background-position: center;
    padding: 110px 0;
    border-top: 2px solid #E8E781;
    border-bottom: 2px solid #E8E781;
}
.minisite-homepage .zone2 .texte-container{
    width: 50%;
}
.minisite-homepage .zone2 .titre{
    color: #fff;
}
.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;
}
.minisite-homepage .zone2 .image-container{
    width: 50%;
}
.minisite-homepage .zone2 .image-container img{
    width: 100%;
    height: auto;
}

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

@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;
        width: 100%;
    }
}

/******************************************/
/*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: #fff;
}
.minisite-homepage .zone3 .mentions{
    color: #fff;
}
/*Cadeaux Slider*/
.cadeaux-slider .cadeaux{
    background-color: #F6F4EC;
    height: 500px;
}
.cadeaux-slider .cadeaux .envoi{
    color: #1F4073;
}
.cadeaux-slider .cadeaux .nom{
    color: #A22523;
    font-family: "Farmhand";
    font-size: 32px;
    line-height: 135%;
    text-transform: uppercase;
}
.cadeaux-slider .cadeaux .description{
    color: #000;
}
.cadeaux-slider .cadeaux .mentions{
    color: #1F4073;
}
.cadeaux-slider .arrow-slider {
    background-color: #F3F4F6;
}
.cadeaux-slider .arrow-slider path{
    stroke: #000;
}
.cadeaux-slider .slick-dots li.slick-active button{
    background-color: #fff;
}
@media screen and (max-width: 1440px){
    .cadeaux-slider .cadeaux{
        height: 570px;
    }
    .cadeaux-slider .cadeaux .nom {
        font-size:30px;
    }
}
@media screen and (max-width: 1024px){
    .minisite-homepage .zone3 {
        padding: 32px 0 64px 0;
    }
    .cadeaux-slider .cadeaux .nom{
        font-size: 26px;
        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: 480px;
    }
}
/******************************************/
/*Zone 4 - La collection */
/******************************************/
.minisite-homepage .zone4{
    background-image: url(../images/homepage/z4_bg.webp);
    text-align: center;
    padding: 64px 0 92px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
.minisite-homepage .zone4bis{
    background-image: url(../images/homepage/z4-bis_bg.webp);
}
.minisite-homepage .zone4 .wrapper{
    position: relative;
}
.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: end;
}
.minisite-homepage .zone4 .titre{
    color: #fff;
    margin-bottom: 43px;
}
.minisite-homepage .zone4 .text{
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 135%;
    margin-top: 32px;
}
.minisite-homepage .zone4 .img-auto{
    width: 100%;
    height: auto;
}
.minisite-homepage .zone4 .texte i{
    font-weight: 500;
}
.popin-container .popin-media{
    width: fit-content;
}
.popin-container .popin-media img{
    padding-left: 0;
    height: 100%;
}
.collection-slider .collection-image .title-collection{
    color: #A22523;
    text-align: center;
    font-family: "Farmhand";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 35.2px */
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
.collection-slider .collection-image span{
    margin-bottom: 10px;
    font-family: "New Spirit";
    color: #0B3563;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 36px */
}
.collection-slider.boat .collection-image.showm{
    display: none!important;
}
.minisite-homepage .zone4 .texte-brochure .titre{
    color: #A22523;
    font-size: 52px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 57.2px */
    text-transform: uppercase;
}
.minisite-homepage .zone4 .texte-brochure .texte{
    color: #000;
}
.minisite-homepage .zone4 .collection-slider .arrow-left{
    left: 0;
}
.minisite-homepage .zone4 .collection-slider .arrow-left,
.minisite-homepage .zone4 .collection-slider .arrow-right{
    border-radius: 32px;
    background: #A22523;
}
.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;
}
.minisite-homepage .zone4 .brochure .image-brochure{
    position: relative;
}
.minisite-homepage .zone4 .brochure .image-brochure img{
    width: fit-content;
}
.minisite-homepage .zone4 .brochure .image-brochure .pulse {
    padding: 8px;
    border-radius: 100%;
    bottom: 4%;
    right: 27%;
    background-color: #A22523;
    position: absolute;
}
.minisite-homepage .zone4 .brochure .image-brochure .pulse path{
    stroke: #fff;
}
.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 .brochure .texte-brochure{
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 80%;
}
.slick-dots li.slick-active button{
    background-color: #000;
}
.minisite-homepage .zone4 .collection-slider.five{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 39px;
}
.minisite-homepage .zone4 .collection-slider.five .popin{
    position: relative;
}

.minisite-homepage .zone4 .collection-slider.five .pulse{
    position: absolute;
    left: 40%;
    top: -10%
}
.minisite-homepage .zone4 .encart-text{
    border-radius: 12px;
    border: 1px solid #D4C865;
    background: linear-gradient(90deg, #66120D 0%, #A43736 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #fff;
    text-align: center;
    font-family: "Farmhand";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 28.8px */
    text-transform: uppercase;
    width: fit-content;
    margin: 64px auto 52px;
    padding: 12px;
}

.minisite-homepage .zone4 .encart-text span{
    color: #D4C865;
}
.minisite-homepage .zone4 .collection-slider.boat{
    max-width: 1180px;
    width: 100%;
    margin: 80px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.minisite-homepage .zone4 .collection-slider.boat .slick-dots{
    display: none!important;
}
.minisite-homepage .zone4 .collection-slider.boat .collection-image img{
    border: 2px solid #000;
    border-radius: 15px;
    margin-right: 0;
}
.minisite-homepage .zone4 .remote,
.minisite-homepage .zone4 .remote .container-img{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    gap: 32Px;
    margin-top: 75px;
}
.minisite-homepage .zone4 .remote .img p{
    text-align: center;
    font-size: 12px;
}
.minisite-homepage .zone4 .remote .container-img .popin-slider img{
    width: 100%;
}
.minisite-homepage .zone4 .remote .cta-telecommande{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E30613;
    width: fit-content;
    font-family: "inter", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    column-gap: 4px;
    padding: 16px 32px;
    border-radius: 30px;
    margin-top: 32px;
}
.minisite-homepage .zone4 .remote .cta-telecommande a{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.minisite-homepage .zone4 .remote .titre{
    color: #E8E781;
    font-size: 52px;
    line-height: 110%; /* 57.2px */
    text-transform: uppercase;
}
.minisite-homepage .zone4 .remote .texte{
    color: #FFF;
    font-size: 24px;
    line-height: 135%; /* 32.4px */
}
.zone-popin .popin1{
    top: 24%;
    left: 26%;
}
.zone-popin .popin2{
    top: 6.5%;
    right: 26%;
}
.zone-popin .popin3{
    right: 26%;
    bottom: 48%;
}
@media screen and (max-width: 1440px){
    .minisite-homepage .zone4 .brochure .cta-brochure a {
        font-size: 11px;
    }
    .zone4-bis .collection-image span{
        font-size: 15px;
    }
    .minisite-homepage .zone4 .texte{
        font-size: 17px;
    }
    .minisite-homepage .zone4 .brochure .image-brochure .pulse{
        right: 24%;
    }
    .minisite-homepage .zone4 .brochure .image-brochure{
        max-width: inherit;
    }
    .minisite-homepage .zone4 .brochure .image-brochure img{
        max-width: 600px;
    }

}
@media screen and (max-width: 1024px){
    .minisite-homepage .zone4 {
        padding: 32px 0;
    }
    .minisite-homepage .zone4 .wrapper,
    .minisite-homepage .zone4 .brochure{
        padding: 0 16px;
    }
    .minisite-homepage .zone4 .texte{
        padding-left: 16px;
        padding-right: 16px;
    }
    .minisite-homepage .zone4 .img-text {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 16px;
    }
    .minisite-homepage .zone4 .collection-slider.boat{
        padding-left: 16px;
        display: block;
    }
    .minisite-homepage .zone4 .collection-slider.boat .slick-dots{
        display: flex!important;
    }
    .minisite-homepage .zone4 .collection-slider.boat .slick-dots li:last-child{
        display: none;
    }
    .minisite-homepage .zone4 .img-text .encart-text{
        margin: 0 auto;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 135%;
        text-transform: uppercase;
        padding: 16px
    }
    .minisite-homepage .zone4 .collection-slider.five .pulse{
        top: inherit;
        left: inherit;
        right: 20%;
    }
    .minisite-homepage .zone4 .brochure {
        flex-direction: column;
    }
    .minisite-homepage .zone4 .brochure .titre{
        color: #A22523;
    }
    .minisite-homepage .zone4 .brochure .texte-brochure {
        text-align: center;
        width: 100%;
    }
    .minisite-homepage .zone4 .brochure .cta-brochure {
        flex-direction: column;
        row-gap: 8px;
    }
    .minisite-homepage .zone4 .brochure .cta-brochure a {
        width: 240px;
        justify-content: center;
        margin: auto;
        font-size: 14px;
    }
    .minisite-homepage .zone4 .brochure .image-brochure {
        margin-bottom: 32px;
    }
    .minisite-homepage .zone4 .brochure .image-brochure .pulse{
        bottom: -4%;
        right: 6%;
    }
    .minisite-homepage .zone4 .collection-slider.boat .collection-image img{
        min-height: 330px;
        max-height: 330px;
        height: 100%;
        border-radius: 12px;
    }
    .minisite-homepage .zone4 .collection-slider.boat .collection-image img:last-child{
        width: 328px;
    }
    .collection-slider .collection-image span{
        font-size: 16px;
    }
    .collection-slider .collection-image .line{
        width: 100%;
    }
    .collection-slider.boat .collection-image.showm{
        display: block!important;
    }
    .minisite-homepage .zone4 .brochure .image-brochure img {
        width: 100%;
        height: 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;
    }
    .minisite-homepage .zone4 .remote .titre{
        font-size: 32px;
    }
    .minisite-homepage .zone4 .remote .texte,.minisite-homepage .zone4 .text{
        font-size: 16px;
    }
    .minisite-homepage .zone4 .zone-popin .popin{
        display: none;
    }
    .minisite-homepage .zone4 .collection-slider.five{
        display: block;
    }
    .minisite-homepage .zone4 .collection-slider.five .popin.showd{
        display: none;
    }
    .minisite-homepage .zone4 .remote{
        width: 100%;
        box-sizing: border-box;
    }
    .popin-container .popin-media img{
        width: 100%;
        height: auto;
        padding-left: 0;
    }
    .minisite-homepage .zone4 .remote .container-img{
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
    }
    .minisite-homepage .zone4 .remote .container-img .textblock{
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .minisite-homepage .zone4 .remote .container-img .img{
        width: 100%;
    }
    .minisite-homepage .zone4 .remote .container-img .img img{
        width: 100%;
        height: auto;
    }
}
/******************************************/
/*Zone - Premium*/
/******************************************/
.minisite-homepage .zone-premium {
    background-image: url(../images/homepage/z4-2_bg.webp);
    background-size: cover;
    background-position: center;
    position: relative;
}
.minisite-homepage .zone-premium .wrapper{
    column-gap: 110px;
    justify-content: center;
}
.minisite-homepage .zone-premium .wrapper img{
    width: 50%;
    height: auto;
    object-fit: cover;
    max-width: 542px;
}
.minisite-homepage .zone-premium .titre {
    color: #173360;
    font-size: 52px;
    font-weight: 400;
    line-height: 110%; /* 57.2px */
    text-transform: uppercase;
}
.minisite-homepage .zone-premium .texte {
    color: #0C0A09;
    font-size: 24px;
    font-weight: 400;
    line-height: 135%;
    margin-top: 10px;
}
.minisite-homepage .zone-premium .figure{
    top: -30%;
    right: 0;
}
@media screen and (max-width: 1800px){
    .minisite-homepage .zone-premium .figure{
        display: none;
    }
}
@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/z4-2_bg-mb.webp);
        padding: 48px 0 64px;
    }
    .minisite-homepage .zone-premium .titre{
        font-size: 32px;
    }
    .minisite-homepage .zone-premium .wrapper{
        flex-direction: column;
    }
    .minisite-homepage .zone-premium .wrapper .texte {
        font-size: 16px;
        line-height: 150%;
        margin-top: 24px;
    }
    .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: #fff;
    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: #E8E781;
}
.minisite-homepage .zone6 .numero .numero-titre{
    color: #E8E781;
    font-family: 'Farmhand';
    text-align: center;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.minisite-homepage .zone6 .numero .numero-titre p{
    color: #ffffff;
    font-family: 'Farmhand';
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 35.2px */
    text-transform: uppercase;
}
.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 32px;
}

.minisite-homepage .zone6 .mentions-img{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 23px;
}
.minisite-homepage .zone6 .mentions-img img{
    object-fit: contain;
}
@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 .slick-list, .minisite-homepage .zone6 .slick-track {
        display: block;
    }
    .minisite-homepage .zone5 .titre{
        margin-bottom: 10px;
    }
}

/******************************************/
/*Avantages*/
/******************************************/
.minisite-homepage .avantages {
    background-color: #E8E781;
    padding: 64px 0;
    position: relative;
    margin-top: -1px;
}
.minisite-homepage .avantages .titre{
    margin-bottom: 48px;
    color:  #A22523;
}
.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: #BD4140;
    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: #E8E781;
}
.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: 'Farmhand';
    line-height: 100%;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 100!important;
    font-size: 42px!important;
}
footer .pays .title, footer .pays a {
    color: #fff;
}
.bandeauoffre{background-color: #D1E7F2;padding: 119px;}
.bandeauoffrelancement {
    color: #000;
    border: 1px solid #000;
}
.bandeauoffre .descriptif p{color: #000;}

header .connexion_tunnel {
    width: 200px;
    padding-right: 25px;
}
.steps_tunnel {
    width: calc(100% - 424px);
}
@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: 200px;
    }
    header .logo img{
        height: 40px;
    }
    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;
    }
}