/******************************************/
/*Global*/
/******************************************/
@font-face {
    font-family: 'broadsheet';
    src:    url('../fonts/broadsheet/broadsheet.eot');
    src:    url('../fonts/broadsheet/broadsheet.eot?#iefix') format('embedded-opentype'),
    url('../fonts/broadsheet/broadsheet.ttf') format('truetype');
}

.titre{
    font-family: "broadsheet",sans-serif;
    font-size: 62px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 74.4px */
}
.sous-titre{
    font-family: "broadsheet",sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 74.4px */
}
.texte{
    font-family: "inter",sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%; /* 32.4px */
}
@media screen and (max-width: 1440px){
    .titre{
        font-size: 38px;
        line-height: 110%;
    }
    .sous-titre{
        font-size: 28px;
        line-height: 100%;
    }
    .texte{
        font-size: 18px;
        line-height: 150%;
    }
}
@media screen and (max-width: 1024px){
    .titre{
        font-size: 42px;
        line-height: 110%;
    }
    .sous-titre{
        font-size: 33px;
        line-height: 100%;
    }
    .texte{
        font-size: 20px;
        line-height: 150%;
    }
}
/******************************************/
/*Header*/
/******************************************/


header.minisite-header{
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 126.14%);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.65);
}
.header nav ul li a,.header nav ul li{
    color: #fff;
}
.header nav ul li a:hover{
    color: #FABD42;
}
.btn-abo a{
    color: #fff;
    font-family: "Broadsheet";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.287px; /* 54.252% */
    letter-spacing: 1.201px;
    text-transform: uppercase;
    margin: auto;
}
.btn-abo a:hover {
    color: #fff;
}
.btn-abo a svg path{
    fill: #DC2626;
}
.btn-abo a:hover svg path{
   fill: #991B1B;
}
@media screen and (max-width: 1024px){
    header.minisite-header .header nav ul{
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.30) -56.47%, #000 100%);
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.65);
    }
    .btn-abo{
        background-color: #dc2626;;
    }
    .btn-abo a:hover{
        width: 100%;
        text-align: center;
        background-color: #991B1B;
    }
}
/******************************************/
/*Zone 1 - Hero */
/******************************************/


.minisite-homepage .zone1{
    background-image: url(../images/homepage/z1_bg.webp);
    background-size: cover;
    background-position: center;
    padding: 246px 0 182px;
    margin-top: -90px;
}
.minisite-homepage .zone1 .image-container img{
    position: absolute;
    bottom: -275px;
    width: 100%;
}
.minisite-homepage .zone1 .titre{
  color: #FABD42;
}
.minisite-homepage .zone1 .sous-titre{
    color: #fff;
}
.minisite-homepage .zone1 .box-price{
    border-color: #E30613;
    color: #E30613;
    font-size: 22px;
    font-style: normal;
    font-weight: 900;
    line-height: 24px; /* 109.091% */
    text-transform: uppercase;
    margin-bottom: 24px;
}
.minisite-homepage .zone1 .cta_profite{
    margin-top: 32px;
    background-color: #e41811;
    color: #fff;
}
.minisite-homepage .zone1 .cta_profite:hover {
     background-color: #991B1B;
     color: #fff;
 }
.minisite-homepage .zone1 .conditions{
    color: #fff;
}
@media screen and (max-width: 1440px){
    .minisite-homepage .zone1 .image-container img{
        position: initial;
    }
    .minisite-homepage .zone1 .container-image-texte{
        column-gap: 50px;
    }
    .minisite-homepage .zone1 {
        padding: 246px 0 1px;
    }
}
@media screen and (max-width: 1024px){
    .minisite-homepage .zone1 {
        padding: 180px 0 32px;
    }
    .minisite-homepage .zone1 .container-image-texte{
        flex-direction: column;
    }
    .minisite-homepage .zone1 .image-container img {
        width: 70%;
    }
}

/******************************************/
/*Zone 2*/
/******************************************/
.minisite-homepage .zone2{
    background-image: url(../images/homepage/z2_bg.webp);
    background-size: cover;
    background-position: center;
    padding: 18px 0;
}
.minisite-homepage .zone2 .titre{
    margin-bottom: 24px;
}
.minisite-homepage .zone2 .texte-container {
    padding-left: 18px;
}
.minisite-homepage .zone2 .image-container img{
    height: 600px;
}
.minisite-homepage .zone2 .cta_savoir_plus{
    margin-top: 32px;
    background-color: #e41811;
    color: #fff;
}
.minisite-homepage .zone2 .cta_savoir_plus:hover{
    background-color: #991B1B;
    color: #fff;
}
@media screen and (max-width: 1024px){
    .minisite-homepage .zone2 .container-image-texte{
        flex-direction: column-reverse;
    }
    .minisite-homepage .zone2 .image-container img {
        height: 320px;
    }
    .minisite-homepage .zone2 .texte-container .texte {
        max-width: 320px;
        text-align: center;
        margin: auto;
    }
    .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;
}
.minisite-homepage .zone3 .titre{
    color: #FFF;
}
.minisite-homepage .zone3 .titre span{
    color: #FABD42;
}
.minisite-homepage .zone3 .mentions{
  color: rgba(255, 255, 255, 0.70);
}
/*Cadeaux Slider*/
.cadeaux-slider .cadeaux{
    background-color: #E7E0D4;
}
.cadeaux-slider .cadeaux .envoi{
    color: #AC7B22;
}
.cadeaux-slider .cadeaux .nom{
    color: #01010F;
    font-family: "Broadsheet";
    font-size: 28px;
    font-weight: 400;
    line-height: 135%;
}
.cadeaux-slider .cadeaux .description{
    color: #01010F;
}
.cadeaux-slider .cadeaux .mentions{
    color: #3C3C85;
}
.cadeaux-slider .arrow-slider {
    background-color: #fff;
}
.cadeaux-slider .arrow-slider path{
    stroke: #000;
}
.cadeaux-slider .slick-dots li button {
    background-color: rgba(255, 255, 255, 0.30);
}
.cadeaux-slider .slick-dots li.slick-active button{
    background-color: #fff;
}
@media screen and (max-width: 1024px){
    .cadeaux-slider .cadeaux .nom{
        font-size: 24px;
        font-weight: 500;
        line-height: 150%;
    }
    .cadeaux-slider .zoom-cadeaux {
        background-color: #fff;
    }
    .cadeaux-slider .zoom-cadeaux  path{
        stroke: #000;
    }
}
/******************************************/
/*Zone 4 - La collection */
/******************************************/
.minisite-homepage .zone4{
    background-image: url(../images/homepage/z4_bg.webp);
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 64px 0;
}
.minisite-homepage .zone4 .titre{
    color: #0576D7;
    margin-bottom: 24px;
}
.minisite-homepage .zone4 .description{
    margin: 64px 0;
}
.minisite-homepage .zone4 img:nth-of-type(1){
    width: 70%;
    margin-top: 42px;
}
.minisite-homepage .zone4 img:nth-of-type(2){
    width: 60%;
}
.minisite-homepage .zone4 img:nth-of-type(4){
    width: 70%;
}
.minisite-homepage .zone4 .brochure .cta-brochure a{
   color: #fff;
    background-color: #E30613;
}
.minisite-homepage .zone4 .brochure .cta-brochure a:hover{
    color: #fff;
    background-color: #991B1B;
}
.collection-slider .arrow-slider {
    background-color: #000;
}
.collection-slider .arrow-slider path{
    stroke: #fff;
}
.collection-slider .slick-dots li button {
    background-color: rgba(255, 255, 255, 0.30);
}
.collection-slider .slick-dots li.slick-active button{
    background-color: #000;
}
.minisite-homepage .zone4 .collection-slider .collection-image img {
    border: 10px solid white;
    box-sizing: border-box;
}
/*Zone popin video*/
.popin-container .popin-media {
    width: 90vh;
    height: 70vh;
    overflow: hidden;
    cursor:auto;
}

/*Zone popin*/
.zone4 .zone-popin .popin svg{
    background-color: #E30613;
}
.zone4 .zone-popin .popin svg:hover{
    background-color: #E30613;
}
.zone4 .zone-popin .popin.popin1{
    top: 300px;
    left: 330px;
}
.zone4 .zone-popin .popin.popin2{
    top: 336px;
    left: 450px;
}
.zone4 .zone-popin .popin.popin3{
    top: 446px;
    left: 802px;
}
.zone4 .zone-popin .popin.popin4{
    top: 395px;
    left: 920px;
}
.zone4 .zone-popin .popin.popin5{
    top: 272px;
    right: 420px;
}
.zone4 .zone-popin .popin.popin6{
    top: 300px;
    right: 265px;
}
.zone4 .zone-popin .popin.popin7{
    top: 420px;
    right: 930px;
}
.zone4 .zone-popin .popin.popin8{
    top: 580px;
    right: 780px;
}
.zone4 .zone-popin .popin.popin9{
    top: 255px;
    right: 910px;
}
.zone4 .zone-popin .popin.popin10{
    top: 305px;
    right: 570px;
}
@media screen and (max-width: 1440px){
    .zone4 .zone-popin .popin.popin1{
        top: 245px;
        left: 265px;
    }
    .zone4 .zone-popin .popin.popin2{
        top: 290px;
        left: 380px;
    }
    .zone4 .zone-popin .popin.popin3{
        top: 370px;
        left: 670px;
    }
    .zone4 .zone-popin .popin.popin4{
        top: 325px;
        left: 770px;
    }
    .zone4 .zone-popin .popin.popin5{
        top: 220px;
        right: 350px;
    }
    .zone4 .zone-popin .popin.popin6{
        top: 255px;
        right: 220px;
    }
    .zone4 .zone-popin .popin.popin7{
        top: 356px;
        right: 779px;
    }
    .zone4 .zone-popin .popin.popin8{
        top: 480px;
        right: 645px;
    }
    .zone4 .zone-popin .popin.popin9{
        top: 220px;
        right: 760px;
    }
    .zone4 .zone-popin .popin.popin10{
        top: 260px;
        right: 470px;
    }
}
@media screen and (max-width: 1024px){
    .minisite-homepage .zone4 img:nth-of-type(1) {
        width: 100%;
    }
    .minisite-homepage .zone4 img:nth-of-type(3) {
        width: 90%;
    }
    .minisite-homepage .zone4 img:nth-of-type(4) {
        width: 90%;
    }
    .minisite-homepage .zone4 .description {
        margin: 32px 0;
    }
    .minisite-homepage .zone4 .brochure {
        flex-direction: column;
        padding: 0;
    }
    .minisite-homepage .zone4 .brochure .texte-brochure {
        text-align: center;
    }
    .minisite-homepage .zone4 .texte {
        color: #125982;
    }
    .minisite-homepage .zone4 .brochure .cta-brochure {
        flex-direction: column;
        row-gap: 8px;
        margin-bottom: 64px;
    }
    .minisite-homepage .zone4 .brochure .cta-brochure a {
        width: 220px;
        justify-content: center;
        margin: auto;
    }
    .zone4 .zone-popin{
        margin-bottom: 42px;
    }
    .popin-container .popin-media {
        width: 90vw;
        height: 70vh;
    }
    .zone4 .zone-popin .popin.popin1{
        top: 120px;
        left: 12px;
    }
    .zone4 .zone-popin .popin.popin2{
        top: 127px;
        left: 72px;
    }
    .zone4 .zone-popin .popin.popin3{
        top: 318px;
        left: 193px;
    }
    .zone4 .zone-popin .popin.popin4{
        top: 295px;
        left: 260px;
    }
    .zone4 .zone-popin .popin.popin5{
        top: 96px;
        right: 68px;
    }
    .zone4 .zone-popin .popin.popin6{
        top: 274px;
        right: 26px;
    }
    .zone4 .zone-popin .popin.popin7{
        top: 295px;
        right: 265px;
    }
    .zone4 .zone-popin .popin.popin8{
        top: 317px;
        right: 216px;
    }
    .zone4 .zone-popin .popin.popin9{
        top: 79px;
        right: 152px;
    }
    .zone4 .zone-popin .popin.popin10{
        top: 118px;
        right: 115px;
    }
    .minisite-homepage .zone4 .titre {
        margin-bottom: 0;
        margin-top: 0;
    }
}
@media screen and (max-width: 400px){
    .zone4 .zone-popin .popin.popin1{
        top: 100px;
        left: 12px;
    }
    .zone4 .zone-popin .popin.popin2{
        top: 107px;
        left: 63px;
    }
    .zone4 .zone-popin .popin.popin3{
        top: 282px;
        left: 176px;
    }
    .zone4 .zone-popin .popin.popin4{
        top: 263px;
        left: 224px;
    }
    .zone4 .zone-popin .popin.popin5{
        top: 76px;
        right: 68px;
    }
    .zone4 .zone-popin .popin.popin6{
        top: 246px;
        right: 26px;
    }
    .zone4 .zone-popin .popin.popin7{
        top: 252px;
        right: 245px;
    }
    .zone4 .zone-popin .popin.popin8{
        top: 275px;
        right: 187px;
    }
    .zone4 .zone-popin .popin.popin9{
        top: 59px;
        right: 125px;
    }
    .zone4 .zone-popin .popin.popin10{
        top: 101px;
        right: 101px;
    }
}
/******************************************/
/*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 {
    position: relative;
    z-index: 2;
}
.minisite-homepage .zone5 .img-video{
    position: absolute;
    top: 60px;
    right: 130px;
    z-index: 1;
}
.minisite-homepage .zone5 .iframe iframe {
    width: 100%;
    height: 40vw;
}
.minisite-homepage .zone5 .img-video img{
   width: 600px;
}
@media screen and (max-width: 1680px){
    .minisite-homepage .zone5 .img-video img{
        position: absolute;
        right: -290px;
    }
}
/******************************************/
/*Zone 6 - Premiers numéros*/
/******************************************/
.minisite-homepage .zone6 {
    background-image: url(../images/homepage/z6_bg.webp);
    background-size: cover;
    background-position: center;
    padding: 64px 0 20px;
    position: relative;
}
.minisite-homepage .zone6 .titre{
    color: #FABD42;
}
.minisite-homepage .zone6 .numero .numero-texte{
    color:  #FFF;
    text-align: center;
    font-family: "Broadsheet";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    -webkit-text-stroke: 1px #000;
}
.minisite-homepage .zone6 .numero-texte span{
    color: #FABD42;
}
.minisite-homepage .zone6 .mentions {
    color: #FFF;
}
.minisite-homepage .zone6 .figure1{
    top: -170px;
    left: -130px;
}
.minisite-homepage .zone6 .figure1 img{
    width: 394px;
}
.minisite-homepage .zone6 .figure2{
    bottom: -110px;
    right: -110px;
}
.minisite-homepage .zone6 .figure2 img{
    width: 394px;
}
.numeros-slider .slick-dots li button {
    background-color: rgba(255, 255, 255, 0.30);
}
.numeros-slider .slick-dots li.slick-active button{
    background-color: #fff;
}
@media screen and (max-width: 1024px){
    .minisite-homepage .zone6 .numero .numero-texte{
        font-size: 30px;
    }
}
/******************************************/
/*Avantages*/
/******************************************/
.minisite-homepage .avantages {
    background-color: #FABD42;
    padding: 64px 0;
    position: relative;
}
.minisite-homepage .avantages .picto-avantage{
    background-color: #0576D7;
}
.minisite-homepage .avantages .texte-avantage {
    color:  #0C0A09;
}
.avantages-slider .slick-dots li button {
    background-color: #fff;
}
.avantages-slider .slick-dots li.slick-active button{
    background-color: #000;
}
/******************************************/
/*Comment ça marche*/
/******************************************/
.minisite-homepage .comment {
    background-image: url(../images/homepage/comment_bg.webp);
    background-size: cover;
    background-position: center;
    padding: 64px 0;
    position: relative;
}
.minisite-homepage .comment .titre{
    color: #FABD42;
}
.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: #FABD42;
}
.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: #907235;
}
.minisite-homepage .comment .etape .texte{
    color: #fff;
}
/******************************************/
/*Footer*/
/******************************************/
footer.minisite-footer{
    padding: 128px 0 48px 0;
}
footer .sitemap,footer .pays,footer.minisite-footer {
    background-color: #2563EB;
}
footer .titre{
    color: #fff;
}
.gotop svg{
background-color: #000;
}

/****************************************************************************************************************************/
/*Tunnel*/
/****************************************************************************************************************************/
header.minisite {background-color: #001A2E;}
.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: 48px!important;
    line-height: 60px;
    color: #fff;
    letter-spacing: 1px;
}
footer .pays .title, footer .pays a {
    color: #fff;
}
.bandeauoffre{background-color: #001A2E;padding: 119px;}
.bandeauoffrelancement {
    color: #fff;
    border: 1px solid #fff;
    display: none;
}
.bandeauoffre .descriptif p{color: #fff;}

@media screen and (max-width: 1024px){
    .steps_tunnel li.active .number{
        background-color: #000;
        color: #fff;
    }
    .steps_tunnel li.active p
    {
        color: #000;
    }
    header .logo a{
        width: auto;
    }
    .bandeauoffre{background-color: #000;padding: 170px;}
    .bandeauoffrelancement {
        margin: 20px 0 35vh;
        display: none;
    }
    .steps_tunnel li.active .number::before {
        background-color: #000;
    }
}