/******************************************/
/*Global*/
/******************************************/

.titre{
    font-family: 'Montserrat-Extrabold',sans-serif;
    font-size: 52px;
    font-weight: 400;
    line-height: 100%;
}
.titre span{
    color: #F5C463;
}
.texte{
    font-family: "inter",sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 135%;
}

.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: #E30613;
}

header.minisite-header .logo{
    max-width: 190px;
}
.btn-abo a{
    color: #FFF;
    font-family: 'Bebas Neue';
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.287px;
    letter-spacing: 1.201px;
    text-transform: uppercase;
    margin: auto;
}
.btn-abo a:hover {
    color: #fff;
}
.btn-abo a svg path{
    fill: #E30613;
}
.btn-abo a:hover svg path {
    fill: #6F0309;
}
.btn-abo a span {
    right: 20%;
}
@media screen and (max-width: 1024px){
    .btn-abo{
        background-color: #E30613;
    }
    .btn-abo a:hover{
        width: 100%;
        text-align: center;
        background-color: rgba(227, 6, 19, 1.2);
    }
    .btn-abo a span {
        font-size: 30px;
    }
    header.minisite-header .logo {
        max-height: 66px;
        padding-left: 16px;
    }
}
@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{
        background-color: #ED6E74;
    }
    .btn-abo a span{
        right: inherit;
    }
    .btn-abo a:hover,
    .btn-abo a:hover svg path{
        background-color: #ED6E74;
    }
    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: 50% 22%;
    padding: 240px 0 0;
}
@media screen and (max-width: 2800px){
    .minisite-homepage .zone1{
        background-position: 50% 67%;
    }
}
.minisite-homepage .zone1 .wrapper {
    max-width: 1800px;
}
.minisite-homepage .zone1 .image-container {
    padding-bottom: 50px;
}
.minisite-homepage .zone1 .container-image-texte{
    column-gap: 0;
    align-items: center;
}
.minisite-homepage .zone1 .image-container img{
    width: 100%;
    position: relative;
    top: 70px;
    height: auto;
}
.minisite-homepage .zone1 .image-container .macaron {
    position: absolute;
    width: 217px;
    left: 100px;
}
.minisite-homepage .zone1 .titre{
    color: #000;
    line-height: 110%;
    padding: 32px 0;
}
.minisite-homepage .zone1 .text{
    color: #000;
    font-family: 'Montserrat-Medium';
    font-size: 24px;
    line-height: 135%;
}
.minisite-homepage .zone1 .cta_profite{
    font-family: 'Montserrat-Bold';
    margin-top: 32px;
    background-color: #E30613;
    color: #fff;
    border-radius: 8px;
    font-size: 24px;
    padding: 23px 32px;
}
.minisite-homepage .zone1 .cta_profite:hover {
    background-color: #6F0309;
    color: #fff;
}
.minisite-homepage .zone1 .conditions {
    color: #292524;
}
@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: 20px 0 32px;
        text-align: center;
        background-image: url(../images/homepage/z1_bg-m.webp);
    }
    .minisite-homepage .zone1 .titre{
        font-size: 28px;
    }
    .minisite-homepage .zone1 .text{
        font-size: 18px;
        font-weight: 400;
        line-height: 130%; /* 23.4px */
        padding: 0 16px;
    }
    .minisite-homepage .zone1 .texte-container{
        padding: 0 16px;
    }
    .minisite-homepage .zone1 .container-image-texte{
        flex-direction: column;
        padding: 0;
    }
    .minisite-homepage .zone1 .image-container img {
        width: 84%;
        bottom: 0;
        margin: auto;
        margin-bottom: 10px;
        margin-top: 18px;
        height: auto;
    }
    .minisite-homepage .zone1 .texte-container img {
        width: 95%;
        height: auto;
        margin-top: 18px;
    }
    .minisite-homepage .zone1 .box-price{
        font-size: 12px;
        line-height: 20px;
    }
}

/******************************************/
/*Zone 2*/
/******************************************/
.minisite-homepage .zone2{
    background-image: url(../images/homepage/z2_bg.webp);
    background-blend-mode: normal, multiply;
    background-size: cover;
    box-shadow: 0px 14px 18px 0px rgba(0, 0, 0, 0.16) inset;
    padding: 64px 0;
}
.minisite-homepage .zone2 .titre{
    color: #FEC450;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.20);
    text-align: center;
    margin-bottom: 40px;
}
.minisite-homepage .zone2 .titre span{
    color: #fff;
}
.minisite-homepage .zone2 .texte{
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%; /* 32.4px */
    font-family: 'Montserrat',Sans-Serif;
}
.minisite-homepage .zone2 .texte b{
    font-family: 'Montserrat-Bold',Sans-Serif;
}
.minisite-homepage .zone2 .small-texte{
    color: #fff;
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 130%;
    margin-top: 16px;
}
.minisite-homepage .zone2 .image-container img{
    width: 100%;
    height: auto;
}
.minisite-homepage .zone2 .container-image-texte{
    align-items: center;
    column-gap: 30px;
}
.minisite-homepage .zone2 .texte-container{
    padding-left: 180px;
    align-self: flex-start;
}
.minisite-homepage .zone2 .zone-popin{
    margin-top: 74px;
}
.zone-popin .popin svg{
    width:20px;
    height: 20px;
}
.zone-popin .popin1{
    top: 19%;
    left: 23%;
}
.zone-popin .popin2{
    top: 19%;
    right: 25%;
}
.zone-popin .popin3{
    right: 26%;
    bottom: 40%;
}
.zone-popin .popin4{
    top: 55%;
    left: 28%;
}
.zone-popin .popin5{
    top: 78%;
    left: 24%;
}
.zone-popin .popin6{
    right: 28%;
    bottom: 16%;
}
.minisite-homepage .popin-container .popin-media img {
    width: 100%;
    margin: auto;
    height: auto;
    padding-left: 0;
    max-height: 100%;
    object-fit: contain;
}
.minisite-homepage .popin-container .popin-media {
    display: flex;
    background-color: #fff;
    border-radius: 8px;
    width: 844px;
    height: 638px;
    justify-content: center;
    align-items: center;
    border: 8px solid #fff;
    z-index: 10;
    cursor: grab;
    overflow: hidden;
    object-fit: contain;
}
.minisite-homepage .popin-container .close {
    background-color: #E30613;
    color: #fff;
    stroke: #fff!important;
}
.minisite-homepage .popin-container .close svg path{
    stroke: #fff!important;
}
@media screen and (max-width: 1024px){
    .minisite-homepage .zone2{
        padding: 32px 0;
    }
    .minisite-homepage .zone2 .wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .minisite-homepage .zone2 .titre{
        /* Mobile/H2 */
        font-size: 28px;
        font-style: normal;
        font-weight: 800;
        line-height: 110%; /* 30.8px */
    }

    .minisite-homepage .zone2 .texte {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%; /* 23.4px */
    }
    .minisite-homepage .zone2 .zone-popin {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .minisite-homepage .zone2 .image-container img {
        width: 100%;
        height: auto;
    }
    .zone-popin .popin1{
        top: 12%;
        left: 12%;
    }
    .zone-popin .popin2{
        top: 8%;
        right: 40%;
    }
    .zone-popin .popin3{
        right: 14%;
        bottom: 54%;
    }
    .zone-popin .popin4{
        top: 46%;
        left: 23%;
    }
    .zone-popin .popin5{
        top: 80%;
        left: 24%;
    }
    .zone-popin .popin6{
        right: 25%;
        bottom: 16%;
    }
    .zone-popin .popin svg {
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        padding: 5px;
    }
    .zone-popin .popin {
        cursor: pointer;
        width: 28px;
        height: 28px;
    }
    .minisite-homepage .popin-container .popin-media {
        width: 92%;
        height: auto;
    }
}

/******************************************/
/*Zone 3 - Cadeaux */
/******************************************/
.minisite-homepage .zone3 {
    background-image: url(../images/homepage/z3_bg.webp);
    background-size: cover;
    padding: 64px 0;
}
.minisite-homepage .zone3 .titre{
    color: #292524;
    text-transform: uppercase;
}
.minisite-homepage .zone3 .titre span{
    color: #292524;
}
.minisite-homepage .zone3 .titre span{
    color: #248EB1;
}
/*Cadeaux Slider*/
.cadeaux-slider .cadeaux{
    background-image: url(../images/homepage/bg-blanc.webp);
    height: 713px;
    text-align: center;
    width: 100%;
    color: #000;
    font-family: 'Montserrat';
    justify-content: space-between;
}
.cadeaux-slider .cadeaux {
    padding: 16px 0 32px 0;
}
.cadeaux-slider .cadeaux{
    background: #80CCDF;
}
.cadeaux-slider .cadeaux .header-cadeau{
    color: #fff;
    background-image: url(../images/homepage/bg-rouge.webp);
}
.cadeaux-slider .cadeaux .header-cadeau{
    background-color: #3F8AB1;
    color: #F8F4D2;
}
.cadeaux-slider .cadeaux .nom{
    color: #000000;
    font-family: 'Montserrat-Extrabold';
    font-size: 32px;
    line-height: 135%;
    text-transform: uppercase;
    white-space: nowrap;
}
#cadeaux > div > div > div > div > div:nth-child(3) > span.nom  {
    margin-top: 15px;
}
#cadeaux > div > div > div > div > div:nth-child(4) > span.nom  {
   margin-top: 35px;
}
.cadeaux-slider .cadeaux .description{
    font-size: 18px;
    font-family: 'Montserrat';
    line-height: 130%;
    margin-left: 20px;
    margin-right: 20px;
}
.cadeaux-slider .cadeaux .description span{
    display: block;
    margin-top: 5px;
}
.minisite-homepage .zone3 .mentions{
    color: #000;
    text-align: center;
    font-size: 18px;
    line-height: 130%;
    margin-top: 0px;
    font-family: 'Montserrat';
}
.cadeaux-slider .cadeaux .envoi{
    color: #000;
    text-align: center;
    font-family: 'Montserrat-Bold';
    font-size: 24px;
    line-height: 135%;
}
.cadeaux-slider .arrow-slider {
    background-color: #FFF;
}
.cadeaux-slider .arrow-slider path{
    stroke: #000;
}
.cadeaux-slider {
    margin: 64px 0 125px 0;
}
.cadeaux-slider .slick-dots li button{
    background: rgba(255, 255, 255, 0.30);
}
.cadeaux-slider .slick-dots li.slick-active button{
    background-color: #fff;
}

@media screen and (max-width: 1440px){
    .cadeaux-slider .cadeaux .nom {
        font-size: 18px;
        margin-top: 0;
    }
}
@media screen and (max-width: 1024px){
    .minisite-homepage .zone3 {
        padding: 32px 0 64px 0;
        background-image: initial;
        background-color: #D8D7CC;
    }
    .cadeaux-slider .cadeaux .header-cadeau{
        font-size: 24px;
        font-style: normal;
        font-weight: 800;
        line-height: 100%; /* 24px */
    }
    .cadeaux-slider .zoom-cadeaux {
        background-color: #fff;
    }
    .cadeaux-slider .zoom-cadeaux  path{
        stroke: #000;
    }
    .cadeaux-slider .cadeaux .description {
        font-size: 14px;
        line-height: 110%;
        padding: 0 16px;
    }
    .cadeaux-slider .cadeaux {
        height: 520px;
        padding: 0 0 16px 0;
    }
    #cadeaux > div > div > div > div > div:nth-child(4) > span.nom {
        margin-top: 12px;
    }
    .minisite-homepage .zone3 .mentions{
        font-size: 14px;
    }
    .minisite-homepage .zone3 .envoi{
        font-size: 16px;
    }
    .minisite-homepage .zone3 .titre{
        font-size: 28px;
        font-style: normal;
        font-weight: 800;
        line-height: 110%; /* 30.8px */
    }
    .cadeaux-slider {
        margin: 64px 0 32px 0;
    }
}
/******************************************/
/*Zone Premium - Premium */
/******************************************/
.minisite-homepage .zonePremium{
    background-image: url(../images/homepage/zPremium_bg.webp);
    background-size: cover;
    padding: 64px 0 32px 0;
}
.minisite-homepage .zone2.zonePremium .titre {
    text-align: left;
    display: block;
    color:#118CB0;
    text-shadow: initial;
}
.minisite-homepage .zone2.zonePremium .texte-container {
    width: 76%;
}
.minisite-homepage .zone2.zonePremium .texte {
    color: #000;
}
.minisite-homepage .zone2.zonePremium .cartouche {
    background-color: #F7F4CE;
    max-width: 394px;
    border-radius: 25px;
    border: solid #118CB0 3px;
    padding: 10px 20px;
}
.minisite-homepage .zone2.zonePremium .cartouche h3 {
    font-family: "Montserrat-Bold", serif;
    font-weight: 700;
    color: #118CB0;
    font-size: 32px;
    line-height: 135%;
}
.minisite-homepage .zone2.zonePremium .cartouche ul {
    margin-top: 10px;
    margin-left: 20px;
    font-size: 16px;
    line-height: 150%;
}
.minisite-homepage .zone2.zonePremium .texte strong {
    font-family: "Montserrat-Bold", serif;
    font-weight: 700;
}
.minisite-homepage .zonePremium .texte {
    text-align: left;
}
.minisite-homepage .zonePremium .image-container {
    width: 100%;
    height: auto;
    position: relative;
    margin-right: 80px;
}
.minisite-homepage .zonePremium .cartouche {
    margin-top: 30px;
}
.minisite-homepage .zonePremium .mentions{
    color: #FFF;
    text-align: center;
    /* Desktop/Body XS */
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
    width: 100%;
    width: 100%;
    display: flex;
    margin: auto;
    justify-content: center;
    margin-top: 58px;
}
@media screen and (max-width: 2800px) and (min-width: 1921px) {
    .minisite-homepage .zone2.zonePremium .texte-container {
        padding-left: 15%;
        align-self: flex-start;
    }
    .minisite-homepage .zone2.zonePremium .image-container img {
        width: 65%;
        height: auto;
    }
}
@media screen and (max-width: 1024px){
    .minisite-homepage .zonePremium {
        background-image: initial;
        background-color: #ECF5F8;
        margin: 0 auto 0;
        box-shadow: unset;
        padding: 32px 0 32px 0;
    }
    .minisite-homepage .zone2.zonePremium .titre {
        text-align: center;
    }
    .minisite-homepage .zone2.zonePremium .texte-container {
        width: 100%;
    }
    .minisite-homepage .zone2.zonePremium .texte {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }
    .minisite-homepage .zonePremium .texte-container {
        padding: 0 16px;
        box-sizing: border-box;
    }
    .minisite-homepage .zone2.zonePremium .cartouche h3 {
        font-size: 24px;
        text-align: center;
    }
    .minisite-homepage .zone2.zonePremium .cartouche ul {
        font-size: 16px;
        margin-left: 0;
    }
    .minisite-homepage .zonePremium .titre {
        text-align: center;
    }
    .minisite-homepage .zonePremium .texte {
        text-align: center;
        margin-top: 10px;
    }
    .minisite-homepage .zonePremium .mentions {
        margin-top: 26px;
        padding: 0 16px;
        box-sizing: border-box;
        font-size: 14px;
    }
    .minisite-homepage .zonePremium .container-image-texte{
        display: initial;
    }
    .minisite-homepage .zonePremium .cartouche {
        margin-top: 20px;
    }
    .minisite-homepage .zonePremium .cartouche img {
        width: 100%;
        height: auto;
    }
}
/******************************************/
/*Zone 4 - La collection */
/******************************************/
.minisite-homepage .zone4 {
    background: rgb(202,202,202);
    background: linear-gradient(0deg, rgba(202,202,202,1) 0%, rgba(240,240,240,1) 20%);
    border-top: solid #FFF 10px;
    padding-bottom: 64px;
}
.minisite-homepage .zone4 .wrapper {
    max-width: 1465px;
}
.minisite-homepage .zone4 .wrapper .zone-popin{
    margin-top: 94px;
}
.minisite-homepage .zone4 .img-container{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 66px;
    width: 100%;
}
.minisite-homepage .zone4 .pulse {
    background-color: #DBD74C;
    border: solid white 1px;
}
.zone4 .zone-popin .popin.popin1{
    top: -2%;
    left: 2%;
}
.zone4 .zone-popin .popin.popin2{
    top: -7%;
    left: 26%;
}
.zone4 .zone-popin .popin.popin3{
    top: -2%;
    right: 32%;
}
.zone4 .zone-popin .popin.popin4{
    top: 67px;
    left: 74%;
}
.zone4 .zone-popin .popin.popin5{
    top: 22%;
    left: 84%;
}
.zone4 .zone-popin .popin.popin6 {
    top: 31%;
    left: 94%;
}
.zone4 .zone-popin .popin.popin7 {
    bottom: 73px;
    left: 85%;
}
.zone4 .zone-popin .popin.popin8 {
    bottom: 8%;
    left: 47%;
}
.zone4 .zone-popin .popin.popin9 {
    bottom: 23%;
    left: 32%;
}
.minisite-homepage .zone4 .texte{
    font-family: 'Montserrat';
    color: #000;
    font-size: 24px;
    line-height: 135%;
    margin: 44px auto 0;
}
.minisite-homepage .zone4 .texte b{
    font-family: "Montserrat-Bold", serif;
    font-weight: 700;
}
.minisite-homepage .zone4 .texte h3 {
    font-family: "Montserrat-Extrabold", serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 135%;
}
.minisite-homepage .zone4 .texte > div{
    display: flex;
    margin-top: 20px;
    gap: 10px;
    justify-content: space-around;
}
.minisite-homepage .zone4 .texte > div.container-image-texte{
    justify-content: center;
}
.zone4-bis .avantages-sliderDE .slick-dots li.slick-active button {
    background-color: #FEC450;
}
.minisite-homepage .zone4 .brochure .image-brochure{
    position: relative;
    max-width: 733px;
    width: 50%;
}
.minisite-homepage .zone4 .brochure .image-brochure img{
    height: auto;
}
.minisite-homepage .zone4 .texte-brochure{
    display: flex;
    flex-direction: column;
    
    width: auto!important;
}
.minisite-homepage .zone4 .texte-brochure .text{
    font-size: 24px;
    font-weight: 400;
    line-height: 135%;
}
.slick-dots li.slick-active button{
    background-color: #973D47;
}
.minisite-homepage .zone4 .echelle {
    position: absolute;
}
.minisite-homepage .zone4 .echelle img {
    position: relative;
    left: 233%;
    top: -720px;
}
.minisite-homepage .zone4 .texte {
    max-width :1468px;
    color:#000;
}
.minisite-homepage .zone4 h2 {
    text-align: center;
    line-height: 110%;
    text-transform: uppercase;
    display: block;
    margin: 32px 0;
    font-size: 52px;
    color: #A9A32C;
}
.minisite-homepage .zone4 h2 b {
    background-color: #E9554A;
    letter-spacing: -1px;
}
@media screen and (max-width: 1440px){
    .minisite-homepage .zone4 .img-container img{
        width: 50%;
        height: auto;
    }
    .minisite-homepage .zone4 .image1{
        width: 100%;
        height: auto;
    }
    .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 .texte-brochure .text{
        font-size: 20px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px) {
    .minisite-homepage .zone4 .wrapper  {
        max-width: 1220px;
    }
    .minisite-homepage .zone4 .wrapper .zone-popin img {
        width: 70%;
        height: auto;
        margin-left: 200px;
    }
    .zone4 .zone-popin .popin.popin1 {
        left: 13%;
    }
    .zone4 .zone-popin .popin.popin6 {
        top: 40%;
        left: 88%;
    }
}
@media screen and (max-width: 1024px){
    .minisite-homepage .zone4 .wrapper{
        padding-left: 0;
        padding-right: 0;
    }
    .minisite-homepage .zone4 h2 {
        font-size: 32px;
    }
    .minisite-homepage .zone4 img{
        width: 95%;
        height: auto;
        margin: auto;
        display: block;
    }
    .zone4 .zone-popin .popin.popin1{
        top: -17%;
        left: 4%;
    }
    .zone4 .zone-popin .popin.popin2{
        top: -21%;
        left: 23%;
    }
    .zone4 .zone-popin .popin.popin3{
        top: -23%;
        right: 51%;
    }
    .zone4 .zone-popin .popin.popin4{
        top: -12%;
        left: 70%;
    }
    .zone4 .zone-popin .popin.popin5{
        top: 11%;
        left: 84%;
    }
    .zone4 .zone-popin .popin.popin6 {
        top: 88%;
        left: 83%;
    }
    .zone4 .zone-popin .popin.popin7 {
        bottom: -15%;
        left: 54%;
    }
    .zone4 .zone-popin .popin.popin8 {
        bottom: -4%;
        left: 40%;
    }
    .zone4 .zone-popin .popin.popin9 {
        bottom: 7%;
        left: 29%;
    }
    .zone4 .zone-popin .popin.popin10 {
        bottom: 32%;
        left: 9%;
    }
    .minisite-homepage .zone4 .texte{
        padding-left: 5%;
        padding-right: 5%;
        margin-top: 70px;
    }
    .minisite-homepage .zone4 h2 b {
        background-color: #E9554A;
        letter-spacing: -1px;
        display: block;
        line-height: 185%;
    }
    .minisite-homepage .zone4 .description {
        margin: 32px 0;
    }
    .minisite-homepage .zone4 .texte h3 {
        font-size: 24px;
        line-height: 96%;
    }
    .minisite-homepage .zone4 .container-image-texte img {
        width: 100%;
    }
    .minisite-homepage .zone4 .texte.texte-bas > div:nth-child(2) {
        gap: 0;
        justify-content: space-around;
        flex-direction: column;
    }
    .collection-slider .slick-dots{
        display: none!important;
    }
    .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 {
        margin-top: 24px;
    }
    .misite-homepage .zone4 .brochure .image-brochure {
        left: 12%;
    }
    .minisite-homepage .zone4 {
        padding-bottom: 32px;
    }
}
/******************************************/
/*Zone 4 bis - La collection */
/******************************************/
.minisite-homepage .zone4.zone4bis{
    background-image: url(../images/homepage/z4bis_bg.webp);
    background-size: cover;
    text-align: center;
    padding: 64px 0 40px 0;
    position: relative;
    background-position: 50% 99%;
}
.minisite-homepage .zone4.zone4bis .wrapper{
    display: flex;
    align-items: center;
}
.minisite-homepage .zone4.zone4bis .texte {
    color: #000;
    margin: 0;
    text-align: left;
}
.minisite-homepage .zone4.zone4bis .image-container img{
    width: 100%;
    height: auto;
}
.minisite-homepage .zone4.zone4bis .image-container{
    width: 50%;
    height: auto;
}
.minisite-homepage .zone4.zone4bis .texte-container{
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.minisite-homepage .zone4.zone4bis .image-brochure {
    position: relative;
    width: inherit;
}
.minisite-homepage .zone4.zone4bis .pulse {
    padding: 8px;
    border-radius: 100%;
    right: 18%;
    background-color: #0F0001;
    position: absolute;
}
.minisite-homepage .zone4.zone4bis .btnzoom {
    position: absolute;
}
.minisite-homepage .zone4.zone4bis .btnzoom svg {
    position: relative;
    top: 275px;
    left: 559px;
}
.minisite-homepage .zone4.zone4bis a.cta_mag {
    background-color: #A8A243;
    border-radius: 8px;
    color: #fff;
    display: flex;
    height: 75px;
    padding: 0px 32px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    font-family: 'Montserrat-Bold';
    font-size: 24px;
    text-transform: uppercase;
    width: fit-content;
    margin: 0;
}
.minisite-homepage .zone4.zone4bis a.cta_mag:hover {
    background-color: #6f6a1d;
}
.minisite-homepage .zone4.zone4bis .wrapper .titre{
    color: #118CB0;
    font-family: 'Montserrat-Extrabold';
    font-size: 52px;
    font-weight: 800;
    line-height: 110%; /* 57.2px */
    text-transform: uppercase;
    text-align: left;
    margin: inherit;
}
.minisite-homepage .zone4.zone4bis.wrapper .texte{
    color: #FFF;
    /* Desktop/Body M */
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%; /* 32.4px */
    text-align: left;
}
.minisite-homepage .zone4.zone4bis .title-collection{
    font-family: 'Montserrat-Extrabold';
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%;
    text-transform: uppercase;
    margin-top: 32px;
}
.minisite-homepage .zone4.zone4bis .collection-text span {
    font-family: 'Montserrat';
    color: #FFF;
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    padding: 28px 10px;
}
/*Collection slider*/
.minisite-homepage .zone4.zone4bis .wrapper2 {
    max-width: 1566px;
}
.collection-slider-five-slides {
    margin-top: 120px;
    max-width: 100%;
    display: flex;
    gap: 20px;
}
.collection-slider-five-slides .slick-dots{
    display: none!important;
}
.collection-slider-five-slides .collection-text{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    min-width: 289px;
    min-height: 442px;
    border-radius: 8px;
}
.collection-slider-five-slides .slick-track > div {
    margin: 12px;
}
.collection-slider-five-slides .slick-track > div:nth-child(1){
    background-color: #A8A243;
}
.collection-slider-five-slides .slick-track > div:nth-child(2){
    background-color: #C7AC85;
}
.collection-slider-five-slides .slick-track > div:nth-child(3){
    background-color: #408AAD;
}
.collection-slider-five-slides .slick-track > div:nth-child(4){
    background-color: #E69735;
}
.collection-slider-five-slides .slick-track > div:nth-child(5){
    background-color: #B12736;
}
.collection-slider-five-slides .collection-text span{
   font-size: 18px;
   line-height: 130%;
   font-weight: 300;
}
.minisite-homepage .zone4.zone4bis .container-image-texte{
   margin-top: 80px;
}
.minisite-homepage .zone4.zone4bis .container-image-texte{
    column-gap: 0;
    align-items: center;
}
.minisite-homepage .zone4.zone4bis .container-image-texte img{
    width: 100%;
    position: relative;
    top: 20px;
} 
.minisite-homepage .zone4.zone4bis h2 {
    text-align: left;
    line-height: 110%;
    text-transform: uppercase;
    display: block;
    margin: unset;
    font-size: 24px;
}
.minisite-homepage .zone4.zone4bis .container-image-texte .text{
    text-align: left;
    font-family: 'Montserrat-Medium';
    font-size: 24px;
    line-height: 135%;
}
.minisite-homepage .zone4.zone4bis .container-image-texte .cta_profite{
    font-family: 'Montserrat-Bold';
    background-color: #052C46;
    color: #fff;
    border-radius: 8px;
    font-size: 24px;
    padding: 23px 32px;
    font-weight: 700;
    width: fit-content;
}
.minisite-homepage .zone4.zone4bis .container-image-texte .cta_profite:hover {
    background-color: #000000;
    color: #fff;
}
@media screen and (max-width: 1440px) and (min-width: 1025px) {
    .minisite-homepage .zone4.zone4bis .btnzoom svg {
        position: relative;
        top: 219px;
        left: 463px;
    }
    .minisite-homepage .zone4.zone4bis .collection-slider-five-slides .slick-track > div {
        min-width: 23%;
    }
}
@media screen and (max-width: 1024px){
    .collection-slider-five-slides .slick-dots{
        display: none!important;
    }
    .collection-slider-five-slides .collection-text {
        min-width: 253px;
        min-height: 322px;
    }
    .minisite-homepage .zone4.zone4bis .image-container img {
        width: 85%;
        height: auto;
    }
    .minisite-homepage .zone4.zone4bis {
        background-image: url(../images/homepage/z4bis_bg-mb.webp);
        padding: 0;
    }
    .minisite-homepage .zone4.zone4bis a.cta_mag {
        margin: auto;
    }
    .minisite-homepage .zone4.zone4bis .wrapper {
        flex-direction: column;
    }
    .minisite-homepage .zone4.zone4bis .image-container{
        width: 100%;
        margin-top: 40px;
    }
    .minisite-homepage .zone4.zone4bis .btnzoom svg {
        position: relative;
        top: 91vw;
        left: 33vw;
    }
    .minisite-homepage .zone4.zone4bis .title-collection {
        font-size: 18px;
        margin-top: 20px;
    }
    .minisite-homepage .zone4.zone4bis .texte-container{
        width: 100%;
        gap: 26px;
    }
    .minisite-homepage .zone4.zone4bis .wrapper .titre{
        font-size: 28px;
        text-align: center;
        margin-top: 32px;
        margin-bottom: 36px;
    }
    .minisite-homepage .zone4.zone4bis .wrapper .texte{
        font-size: 18px;
        max-width: 100%;
        text-align: center;
        font-family: 'Montserrat';
    }
    .minisite-homepage .zone4.zone4bis .collection-image span{
        font-size: 18px;
    }
    .minisite-homepage .zone4.zone4bis .collection-text span {
        font-family: 'Montserrat';
        color: #FFF;
        text-align: left;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 135%;
        padding: 20px 14px;
    }
    .minisite-homepage .zone4.zone4bis .container-image-texte {
        margin-top: 0;
    }
    .minisite-homepage .zone4.zone4bis .container-image-texte .titre {
        color:#118CB0;
        text-align: center;
        margin-top: 12px;
        margin-bottom: 10px;
    }
    .minisite-homepage .zone4.zone4bis .container-image-texte .text {
        text-align: center;
        font-size: 18px;
        margin: 30px 15px 0;
    }
    .minisite-homepage .zone4.zone4bis .container-image-texte .cta_profite {
        background-color: #052C46;
        color: #fff;
        font-size: 18px;
        margin: auto;
        margin-bottom: 30px;
    }
}
/******************************************/
/*Zone 5 - Video*/
/******************************************/
.minisite-homepage .zone5 {
    background-color:#E9E9E9;
    padding: 64px 0 128px;
    position: relative;
}
.minisite-homepage .zone5 .titre {
    color: #118CB0;
    margin-bottom: 60px;
}
@media screen and (max-width: 1024px){
    .minisite-homepage .zone5 {
        padding: 32px 0 64px;
    }
    .minisite-homepage .zone5 .titre {
        font-size: 28px;
        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 32px;
    position: relative;
}
.minisite-homepage .zone6 .titre{
    color: #000;
    line-height: 110%;
    text-transform: uppercase;
    margin-bottom: 64px;
}
.minisite-homepage .zone6 .numeros-slider{
    margin: 32px 0 64px 0;
}
.minisite-homepage .zone6 .numero .numero-titre{
    font-family: 'Montserrat-Extrabold';
    text-align: center;
    font-size: 32px;
    line-height: 135%;
    text-transform: uppercase;
    margin-top: 24px;
    color: #000000;
}
.minisite-homepage .zone6 .numero {
    flex-direction: column;
    row-gap: 0;
}
.minisite-homepage .zone6 .numero img{
    height: auto;
    margin: auto;
    max-width: 256px;
}
.minisite-homepage .zone6 .mentions{
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 14px;
    line-height: 110%;
    margin: 70px auto 0;
    gap: 16px;
    flex-direction: column;
}
.minisite-homepage .zone6 a.btn {
    background-color: #052C46;
    border-radius: 8px;
    color: #fff;
    display: flex;
    height: 75px;
    padding: 0px 32px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    font-family: 'Montserrat-Bold';
    font-size: 24px;
    text-transform: uppercase;
    transition: all .3sease-in-out;
    width: fit-content;
    margin: 60px auto;
}
.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: 25%!important;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px) {
    .minisite-homepage .zone6 .numero img {
    width: 85%;
    }
}
@media screen and (max-width: 1440px){
    .minisite-homepage .zone6 .numero .numero-titre{
        font-size: 26px;
    }
    .minisite-homepage .zone6 .numero .numero-titre span{
        font-size: 16px;
    }
    .minisite-homepage .zone6 .titre {
        font-size: 28px;
        font-weight: 400;
        line-height: 100%;
    }
    .minisite-homepage .zone6 a.btn {
        font-size: 18px;
        text-align: center;
        line-height: 130%;
        min-width: fit-content;
    }
}
@media screen and (max-width: 1560px) and (min-width: 1025px) { 
.slick-track {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    }
}
@media screen and (max-width: 1024px){
    .minisite-homepage .zone6 {
        background-image: url(../images/homepage/z6_bg-m.webp);
        padding: 46px 0 45px;
    }
    .minisite-homepage .zone6 .numeros-slider,.minisite-homepage .zone6 .slick-list, .minisite-homepage .zone6 .slick-track {
        display: block;
    }
    .zone4bis .collection-slider-five-slides .collection-text {
        max-width: 322px;
    }
    .minisite-homepage .zone6 a.btn {
        min-width: 65%;
    }
}
@media screen and (max-width: 400px) {
    .zone4bis .collection-slider-five-slides .collection-text {
        min-height: 360px;
    }
}
/******************************************/
/*Zone 7*/
/******************************************/
.minisite-homepage .zone7 .wrapper {
    width: 100%;
    max-width: 1920px;
    display: flex;
    background: #248EB1;
}
.minisite-homepage .zone7 .wrapper {
    column-gap: 40px;
    align-items: center;
}
.minisite-homepage .zone7 .wrapper h2 {
    color: #FFF;
}
.minisite-homepage .zone7 .texte-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.minisite-homepage .zone7 .texte {
    font-family: 'Montserrat',Sans-Serif;
    font-size:24px;
    line-height: 135%;
    margin:30px 0;
    color: #FFF;
}
@media screen and (max-width: 1440px) and (min-width: 1025px) {
    .minisite-homepage .zone7 .titre {
        font-size: 40px;
    }
    .minisite-homepage .zone7 .texte {
        font-size: 24px;
    }
    .minisite-homepage .zone7 .texte.small {
        font-size: 18px;
    }
    .minisite-homepage .zone7 .img-container {
        width: 48%;
    }
    .minisite-homepage .zone7 .img-container img {
        width: 100%;
        height: auto;
    }
    .minisite-homepage .zone7 .texte-container {
        width: 48%;
    }
}
@media screen and (max-width: 1024px){
    .minisite-homepage .zone7 .wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        column-gap: 0;
        padding: 0 0 20px 0;
    }
    .minisite-homepage .zone7 .wrapper h2 {
        font-family: 'Montserrat-Bold',Sans-Serif;
        font-size:28px;
        line-height: 110%;
        text-align: center;
        margin: 20px 0;
    }
    .minisite-homepage .zone7 .img-container, .minisite-homepage .zone7 .img-container img {
        width: 100%;
    }
    .minisite-homepage .zone7 .texte {
        font-size:18px;
        line-height: 130%;
        margin:0 20px;
        text-align: center;
    }
}
/******************************************/
/* selection-article */
/******************************************/
.minisite-homepage .selection-article{
    background: #FFF;
}
.minisite-homepage .selection-article .title{
    color: #A8A243;
}
.minisite-homepage .selection-article a {
    background-color: #A8A243;
}
.minisite-homepage .selection-article a:hover {
    background-color: #293B2D;
}
/******************************************/
/*Avantages*/
/******************************************/
.minisite-homepage .avantages{
    background: #248EB1;
    padding: 64px 0;
    position: relative;
    margin-top: -1px;
}
.minisite-homepage .avantages .wrapper{
    padding-right: 0;
}
.minisite-homepage .avantages .titre{
    color: #fff;
    margin-bottom: 48px;
}
.minisite-homepage .avantages .texte-avantage{
    color:  #fff;
    font-family: 'Montserrat-Extrabold';
    padding: 0 42px;
}
.avantages-sliderDE .slick-dots li button {
    background-color: rgba(255, 255, 255, 0.30);

}
.avantages-sliderDE .slick-dots li.slick-active button{
    background-color: #fff;
}
.minisite-homepage .avantages .avantage {
    row-gap: 10px;
}
.minisite-homepage .avantages .picto-avantage{
    padding: 0;
}
@media screen and (max-width: 1024px){
    .minisite-homepage .avantages .titre{
        margin-bottom: 64px;
       font-size: 28px;
    }
    .minisite-homepage .avantages .wrapper {
       padding-left: 0;
    }
}
/******************************************/
/*Comment ça marche*/
/******************************************/
.minisite-homepage .comment {
    background-color: #4C92A3;
    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: #F5C463;
}
.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: #125982;
}
.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,footer .bottom {
    background-color: #fff;
}
footer .titre{
    color: #fff;
}
.gotop svg{
    background-color: #000;
}

/****************************************************************************************************************************/
/*Tunnel*/
/****************************************************************************************************************************/
header.minisite {background-color: #A17E51;}
.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-size: 52px!important;
    line-height: 100%;
    color: #000;
    letter-spacing: 1px;
    font-weight: 100!important;
    text-transform: uppercase;
}
footer .pays .title, footer .pays a, footer .sitemap a {
    color: #000;
}
.bandeauoffre{background-color: #a5cedc;padding: 119px;}
.bandeauoffrelancement {
    color: #000;
    border: 1px solid #000;
}
.bandeauoffre .descriptif p{color: #000;}

@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;
    }
    header .logo {
        padding-left: 0;
        padding-right: 0;
    }
    header .connexion_tunnel {
        width: 175px;
    }
    footer.minisite-footer .titre, footer.foot_duringcol .sitemap .titre {
        font-size: 28px!important;
    }
    footer .wrapper {
        box-sizing: border-box;
        padding: 0 16px;
    }
    .bandeauoffre{background-color: #040301;padding: 40px;}
    .bandeauoffrelancement {
        margin: 50px 0 35vh;
        border: none;
    }
    .bandeauoffrelancement span{
        display: none;
    }
    .steps_tunnel li.active .number::before {
        background-color: #000;
    }
}
@media screen and (max-width: 485px) {
    .btn-abo a svg {
        top: 0;
    }
}
.go-up.de{
    border-radius: 100%;
    background: #A71817;
    bottom: 110px;
    color: white;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    width: fit-content;
    height: fit-content;
    position: fixed;
    right: 64px;
    z-index: 10;
}
@media screen and (max-width: 1024px){
    .go-up.de{
        border-radius: 100%;
        background: #1A44A1;
        bottom: 70px;
        color: white;
        border: none;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 16px;
    }
    .bnt-abo a{
        line-height: normal;
    }
    .minisite-header.de .btn-abo a {
        width: 100%;
        background-color: #e30613;
    }
}
.img-popin-slider.slick-slide img {
    width: 100%;
    height: auto;
}
.steps_tunnel {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}
header.minisite {
    background-color: #000000;
    padding-left: 25px;
}
header .connexion_tunnel {
    display: none;
}
@media screen and (max-width: 1024px){
    header.minisite .logo {
        max-width: 290px;
    }
}
footer .sitemap .title{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
footer.foot_duringcol .sitemap ul li{
    color: #000;
}