/******************************************/
/*Global*/
/******************************************/
@font-face {
    font-family: 'HARLOCK';
    src: url('../fonts/HARLOCK/HARLOCK.eot');
    src: url('../fonts/HARLOCK/HARLOCK.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HARLOCK/HARLOCK.woff2') format('woff2'),
    url('../fonts/HARLOCK/HARLOCK.woff') format('woff'),
    url('../fonts/HARLOCK/HARLOCK.ttf') format('truetype'),
    url('../fonts/HARLOCK/HARLOCK.svg') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
}
@font-face {
    font-family: 'Inter-Tight';
    src: url('../fonts/Inter-Tight/InterTight-Medium.eot');
    src: url('../fonts/Inter-Tight/InterTight-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter-Tight/InterTight-Medium.woff2') format('woff2'),
    url('../fonts/Inter-Tight/InterTight-Medium.woff') format('woff'),
    url('../fonts/Inter-Tight/InterTight-Medium.ttf') format('truetype'),
    url('../fonts/Inter-Tight/InterTight-Medium.svg#InterTight-Medium') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter-Black';
    src: url('../fonts/Inter-Black/Inter-Black.eot');
    src: url('../fonts/Inter-Black/Inter-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter-Black/Inter-Black.woff2') format('woff2'),
    url('../fonts/Inter-Black/Inter-Black.woff') format('woff'),
    url('../fonts/Inter-Black/Inter-Black.ttf') format('truetype'),
    url('../fonts/Inter-Black/Inter-Black.svg#Inter-Black') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter Bold';
    src: url('../fonts/Inter/Inter-Bold.eot');
    src: url('../fonts/Inter/Inter-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter/Inter-Bold.woff2') format('woff2'),
    url('../fonts/Inter/Inter-Bold.woff') format('woff'),
    url('../fonts/Inter/Inter-Bold.ttf') format('truetype'),
    url('../fonts/Inter/Inter-Bold.svg#Inter-Bold') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
.titre{
    font-family: 'HARLOCK',sans-serif;
    font-size: 39px;
    line-height: 100%;
    color: #FFFFFF;
    font-weight: 250;
}
.texte{
    font-family: "inter",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 135%;
}
@media screen and (max-width: 1440px){
    .titre{
        font-size: 40px;
        line-height: 110%;
    }
    .sous-titre{
        font-size: 28px;
    }
    .texte{
        font-size: 17px;
        line-height: 150%;
    }
}
@media screen and (max-width: 1024px){
    .titre{
        font-size: 24px;
        line-height: 110%;
    }
    .sous-titre{
        font-size: 24px;
        line-height: 110%;
    }
    .texte{
        font-size: 20px;
        line-height: 150%;
    }
}
.pulse {
    background-color: #E30613;
    box-shadow: 0 0 0 rgba(0, 95, 103, 1);
}
@keyframes pulse {
    0% {
        transform: scale(.85);
        box-shadow: 0 0 0 0  rgba(0, 95, 103, 0);
    }
    10% {
        transform: scale(1);
        box-shadow: 0 0 0 10px  rgba(0, 95, 103, 0.2);
    }
    20% {
        transform: scale(1);
        box-shadow: 0 0 0 10px  rgba(0, 95, 103, 0);
    }
    50% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 95, 103, 0);
    }

}
sup {
    font-size: xx-small;
    line-height: normal;
}
/******************************************/
/*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.6);
}
header.minisite-header .logo {
    width: auto;
    max-width: 323px;
    max-height: 50px;
    margin-top: 0;
}
.header nav ul li a,.header nav ul li{
    color: #FFF;
}
.header nav ul li a:hover{
    color: #D8B566;
}
.btn-abo a{
    color: #FFF;
    font-family: 'HARLOCK';
    font-size: 31px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: auto;
    padding: 31px 31px 50px 40px;
}
.btn-abo a:hover {
    color: #fff;
}
.btn-abo a svg path{
    fill: #E30613;
}
.btn-abo a:hover svg path{
    fill: rgba(227, 6, 19);
}
@media screen and (max-width: 1024px){
    header.minisite-header .logo {
        max-width: 180px;
    }
    .btn-abo{
        background-color: #E30613;
    }
    .btn-abo a:hover{
        width: 100%;
        text-align: center;
        background-color: rgba(227, 6, 19);
    }
    header.minisite-header .header .mobilemenu {
        margin-right: 20px;
        margin-bottom: 10px;
    }
        .header nav ul li a:hover{
        color: #FFF;
    }
        .header nav ul li a,.header nav ul li {
        color: #FFF;
    }
    header.minisite-header .header nav .closemobile {
        position: absolute;
        top: 18px;
        right: 32px;
    }
        header.minisite-header .logo {
        padding-left: 0;
        padding-right: 0;
    }
    .btn-abo a {
        padding: 28px 50px 30px 50px;
    }
    .btn-abo a span {
        font-size: 36px;
        bottom: 7px;
    }
}
@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: 40px;
    }
    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: contain;
    background-position: left bottom;
    padding: 160px 0 0;
}
@media screen and (min-width: 1920px){
        .minisite-homepage .zone1{
        background-size: cover;
    }
}
@media screen and (max-width: 1800px) and (min-width: 1240px) {
        .minisite-homepage .zone1{
        background-repeat: no-repeat;
        background-color: #000;
    }
    .minisite-homepage .zone1 .image-container {
        width: 45%;
    }
        .minisite-homepage .zone1 .texte-container{
        width: 55%;
    }
}
.minisite-homepage .zone1 .image-container {
    align-content: end;
}
.minisite-homepage .zone1 .titre{
    margin: 16px 0;
}
.minisite-homepage .zone1 .texte-container .texte{
    font-family: "inter", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%; /* 40.5px */;
    color: #fff;
}
.minisite-homepage .zone1 .texte-container .texte span {
    color:#FBCB65;
    font-style: italic;
}
.minisite-homepage .zone1 .container-image-texte{
    column-gap: 10px;
    padding-bottom: 200px;
}
.minisite-homepage .zone1 .image-container img{
    width: 100%;
    position: relative;
    height: auto;
}
.minisite-homepage .zone1 .conditions {
    color:#FFF;
}
.minisite-homepage .zone1 .texte-container {
    margin-top: 120px;
}
.minisite-homepage .zone1 .box-price{
    border-radius: 4px;
    border: 1px solid #0C0A09;
    background: #FBCB65;
    color: #000;
    font-family: "inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
    text-transform: uppercase;
}
.minisite-homepage .zone1 .cta_profite{
    margin-top: 50px;
    background-color: #E30613;
    color: #fff;
}
.minisite-homepage .zone1 .cta_profite:hover {
    background-color: #991B1B;
    color: #fff;
}
.minisite-homepage .zone1 .cta_profite {
    padding: 20px 35px;
}
@media screen and (max-width: 1450px){
    .minisite-homepage .zone1 .texte-container {
        margin-top: 80px;
    }
    .minisite-homepage .zone1 .container-image-texte{
        column-gap: 50px;
    }
    .minisite-homepage .zone1 .showt {
        display: none !important;
    }
}
@media screen and (max-width: 1500px){
    .minisite-homepage .zone1 .wrapper {
            max-width: 1240px;
        }
}
@media screen and (max-width: 1024px){
    header.minisite-header .logo {
        margin: 0 15px;
    }
    .minisite-homepage .zone1 {
        padding: 25px 0 32px;
        background-image: url(../images/homepage/z1_bg-mb.webp);
        background-position: top;
        background-size: cover;
    }
    .minisite-homepage .zone1 .titre{
        font-size: 24px;
    }
    .minisite-homepage .zone1 .texte-container .texte {
        font-size: 18px;
        text-align: center;
    }
    .minisite-homepage .zone1 .container-image-texte{
        flex-direction: column;
    }
    .minisite-homepage .zone1 img {
        width: 100%;
    }
    .minisite-homepage .zone1 .texte-container {
        margin-top: 0px;
    }
    .minisite-homepage .zone1 .box-price{
        font-size: 12px;
        line-height: 20px;
    }
    .minisite-homepage .zone1 .conditions {
        margin-bottom: 40px;
    }
    .minisite-homepage .zone1 .container-image-texte {
        padding-bottom: 0;
    }
}

/******************************************/
/*Zone 2*/
/******************************************/
.minisite-homepage .zone2{
    background-image: url(../images/homepage/z2_bg.webp);
    background-size: cover;
    background-position: center top;
    padding: 35px 0;
}
.minisite-homepage .zone2 .titre {
    color: #FFF;
    text-align: center;
}
.minisite-homepage .zone2 .img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    margin-top: 66px;
}
.minisite-homepage .zone2 .collection-zoom {
    max-width   : 969px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 39px;
    margin: 40px auto 0;
}
.minisite-homepage .zone2 .collection-zoom p {
    font-family: "inter", sans-serif;
    color: #fff;
    font-size:14px;
    line-height: 135%;
    text-align: center;
    max-width: 202px;
    min-height: 76px;
    margin-top:  20px;
}
.minisite-homepage .zone2 .img-text {
    position: relative;
}
.minisite-homepage .zone2 .pulse {
    position: absolute;
    right: -9%;
    top: 50%;
    padding: 8px;
    border-radius: 100%;
}
.minisite-homepage .zone2 .texte{
    margin-top: 24px;
    font-size: 20px;
    line-height: 135%;
    color: #FFF;
}
.minisite-homepage .zone2 .container-image-texte{
    column-gap: 0;
}
.minisite-homepage .zone2 .text-container p {
    font-family: "inter", sans-serif;
    color: #fff;
    font-size:24px;
    line-height: 135%;
    text-align: center;
    max-width: 1206px;
    margin: 40px auto;
}
.minisite-homepage .zone2 .text-container p strong {
    font-style: italic;
    font-weight:700;
}
.minisite-homepage .zone2 .illustrations {
    max-width   : 1112px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 60px auto;
}
@media screen and (max-width: 1500px){
    .minisite-homepage .zone2 .image-container img {
        width: 90%;
        height: auto;
    }
    .minisite-homepage .zone2 .container-image-texte{
        margin-left:20px;
    }
    .minisite-homepage .zone2 .texte-container{
        width: 70%;
    }
}
@media screen and (max-width: 1500px){
    .minisite-homepage .zone2 .wrapper {
            max-width: 1240px;
            margin-left: auto;
        }
}
@media screen and (max-width: 1440px){
    .minisite-homepage .zone2 .image-container img {
        width: 100%;
        height: auto;
    }
    .minisite-homepage .zone2 .container-image-texte{
        column-gap: 0;
        max-width: 1224px;
    }
    .minisite-homepage .zone2 .texte-container{
        width: 70%;
    }
}
/*Zone popin*/
.popin-container .popin-media {
    width: fit-content;
    height: 75%;
    border: 8px solid #fff;
    overflow: hidden;
}
.popin-container .popin-media img {
    width: auto;
    height: 100%;
    margin: inherit;
    padding-left: inherit;
}
.zone4 .zone-popin .popin svg path{
    stroke: #fff;
}
.zone4 .zone-popin .img-auto{
    height: auto;
}
@media screen and (max-width: 1024px){
    .minisite-homepage .zone2 {
        padding: 40px 0;
    }
    .minisite-homepage .zone2 .img-container {
        margin-top: 0;
    }
    .minisite-homepage .zone2 .collection-zoom {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px 16px; /* row-gap column-gap */
        max-width: 100%;
        padding: 0 20px;
        margin: 24px auto 0;
    }
    .minisite-homepage .zone2 .popin {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .minisite-homepage .zone2 .img-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .minisite-homepage .zone2 .collection-zoom p {
        max-width: 100%;
        font-size: 13px;
    }
    .minisite-homepage .zone2 .pulse {
        right: -3%;
    }
    .minisite-homepage .zone2 .text-container p {
        font-size: 16px;
        margin: 0 10px;
    }
}

/******************************************/
/*Zone 3 - Cards */
/******************************************/
.minisite-homepage .zone3 {
    background-image: url(../images/homepage/z3_bg.webp);
    background-size: cover;
    background-position: center top;
    padding: 64px 0;
}
.minisite-homepage .zone3 .titre{
    color: #FFF;
    text-transform: uppercase;
}
.minisite-homepage .zone3 .cards {
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1260px;
    margin: 32px auto 43px;
}
.minisite-homepage .zone3 .numero {
    background-image: url(../images/homepage/z3_card_bg.webp);
    background-size: cover;
    background-position: center top;
    width: 303px!important;
    height: 484px;
    border: solid #F3BF3C 2px;
}
.minisite-homepage .zone3 .numero {
    display: flex;
    flex-direction: column;
    align-items: center; /* ou flex-start selon votre design */
}
.minisite-homepage .zone3 .numero-titre {
    order: 1;
}
.minisite-homepage .zone3 .numero > span:not(.numero-titre) {
    order: 2;
}
.minisite-homepage .zone3 .numero img {
    order: 3;
    margin-top: auto; /* pousse l'image tout en bas, quelle que soit la hauteur du texte au-dessus */
}
.minisite-homepage .zone3 .numero span {
    font-family: "inter", sans-serif;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    line-height: 150%;
    margin: 10px 9px;
}
.minisite-homepage .zone3 .numero span strong {
    font-style: italic;
    font-weight:700;
}
.minisite-homepage .zone3 .numero span.titre {
    font-size: 22px;
    margin-bottom: 5px;
    font-family: 'HARLOCK';
    line-height: 135%;
    min-height: 64px;
}
.minisite-homepage .zone3 .savoirplus {
    background-image: url(../images/homepage/bg_saviez-vous.webp);
    background-size: cover;
    background-position: center top;
    display: flex;
    flex-direction: row;
    max-width: 1260px;
    border: solid #F3BF3C 2px;
    margin: 0 auto 40px;
}
.minisite-homepage .zone3 .savoirplus .titre {
    background-color: #F3BF3C;
    color: #E31717;
    font-size: 32px;
    text-align: center;
    width: 343px;
    height: 64px; 
    display: flex;
    align-items: center; 
    justify-content: center;
}
.minisite-homepage .zone3 .savoirplus .texte {
    font-family: "inter", sans-serif;
    color: #FFF;
    font-size: 16px;
    text-align: left;
    margin: auto 20px;
}
.minisite-homepage .zone3 .savoirplus .texte strong {
    font-style: italic;
    font-weight:700;
}
@media screen and (max-width: 1440px) {
    .minisite-homepage .zone3 .wrapper {
            max-width: 100%;
        }
}
@media screen and (max-width: 1024px){
    .minisite-homepage .zone3 {
        background-image: url(../images/homepage/z3_bg-mb.webp);
        background-size: cover;
        background-position: center;
        padding: 32px 0 64px 0;
        background-position: top;
    }
        .minisite-homepage .zone3 .cards {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; 
        scroll-snap-type: x mandatory;
        gap: 16px;
        padding: 0 20px 16px;
        margin: 24px auto 32px;
        max-width: 100%;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE/Edge */
    }
    .minisite-homepage .zone3 .cards::-webkit-scrollbar {
        display: none; /* Chrome/Safari */
    }

    .minisite-homepage .zone3 .numero {
        flex-shrink: 0;
        scroll-snap-align: center; /* chaque carte se "clique" au centre lors du scroll */
    }
    .minisite-homepage .zone3 .savoirplus {
        background-image: url(../images/homepage/bg_saviez-vous-mb.webp);
        background-size: cover;
        background-position: center top;
        flex-direction: column;
        max-width: 96%;
        margin: 0 auto 20px;
    }
        .minisite-homepage .zone3 .savoirplus .titre {
        background-color: unset;
        color: #F3BF3C;
        width: 100%;
        margin: 40px 0 10px;
    }
}
/******************************************/
/*Zone 4 - La vidéos */
/******************************************/
.minisite-homepage .zone4 {
    background-image: url(../images/homepage/z4_bg.webp);
    background-size: cover;
    background-position: center top;
    padding: 64px 0px 128px;
}
.minisite-homepage .zone4 .titre {
    margin-bottom: 60px;
    text-align: center;
}
.minisite-homepage .zone4 img {
    margin: auto;
}
.minisite-homepage .zone4 .iframe iframe {
    width: 100%;
    height: 40vw;
}
@media screen and (max-width: 1700px){
    .minisite-homepage .zone4 img {
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 1024px){
    .minisite-homepage .zone4 {
        background-image: url(../images/homepage/z4_bg-mb.webp);
        padding: 40px 0px 64px;
    }
    .minisite-homepage .zone4 .titre {
        margin-bottom: 20px;
    }
}
/******************************************/
/*Zone 5*/
/******************************************/
.minisite-homepage .zone5 {
    background-image: url(../images/homepage/z5_bg.webp);
    background-size: cover;
    background-position: center top;
    padding: 64px 0px 72px;
}
.minisite-homepage .zone5 .titre {
    color: #F3BC3C;
    text-align: center;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.75);
    font-family: HARLOCK;
    font-size: 38px;
    font-style: normal;
    font-weight: 250;
    line-height: 130%; /* 49.4px */
    margin-bottom: 16px;
}
.minisite-homepage .zone5 .description {
    color: #FFF;
    text-align: center;
    font-family: "inter", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 36px */
}
.minisite-homepage .zone5 .description strong {
    color:#FBCB65;
    font-style: italic;
}
.minisite-homepage .zone5 .mentions {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.minisite-homepage .zone5 .wrapper{
    max-width:1170px;
}
.minisite-homepage .zone5 .instruction{
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}
.minisite-homepage .zone5 .instruction .slider-arrow b {
    background-color: #3CE502;
}
.minisite-homepage .zone5 .instruction  .slider-arrow.nextarrow {
    right: -70px;
}
.minisite-homepage .zone5 .instruction .slider-arrow.prevarrow {
    left: -70px;
}
.minisite-homepage .zone5 .instruction  .slider-arrow {
    top: 220px;
}
.minisite-homepage .zone5 .instruction-slider {
    width: 100%;
}
.minisite-homepage .zone5 .instruction-slider .slider-arrow {
   display: none;
}
.minisite-homepage .zone5 .instruction-slider .slide{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.minisite-homepage .zone5 .instruction-slider .nom{
    color: #F3BF3C;
    font-family: 'HARLOCK';
    text-align: center;
    font-weight: 250;
    font-size: 24px;
    line-height: 150%;
    text-transform: uppercase;
    margin-top: 16px;
}
.minisite-homepage .zone5 .instruction-slider .num{
    font-family: "inter",sans-serif;;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 8px;
    margin-bottom: 24px;
}
.minisite-homepage .zone5 .instruction-slider a {
    font-family: 'Inter Bold';
    color: #000;
    font-size: 12px;
    line-height: 150%;
    text-transform: uppercase;
    border-radius: 45px;
    background-color: #F3BF3C;
    border: 1px solid #F3BF3C;
    display: flex;
    align-items: center;
    padding: 14px 24px;
}
.minisite-homepage .zone5 .instruction-slider svg{
   margin-left: 10px;
}
.minisite-homepage .zone5 .instruction-slider  .slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 70px;
}
.minisite-homepage .zone5 .instruction-slider  .slick-dots li button{
    display: none;
}
.minisite-homepage .zone5 .instruction-slider  .slick-dots li{
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 2px solid #F3BF3C;
    border-radius: 20px;
    margin-right: 10px;
}
.minisite-homepage .zone5 .instruction-slider .slick-dots li.slick-active{
    background-color: #F3BF3C;
}
.issues-slider .slick-slide img {
    display: block;
    height: 428px;
}
.zone6 .instruction-slider .slick-slide img {
    width: 270px;
}
.minisite-homepage .zone5 a.decouvre {
    font-family: 'Inter Bold', sans-serif;
    font-size: 16px;
    line-height: 20px;
    width: fit-content;
    text-transform: uppercase;
    padding: 16px 32px;
    border-radius: 45px;
    background-color: #E30613;
    color: #fff;
    margin-top: 30px;
}
.minisite-homepage .zone5 .mentions p {
    font-family: 'Open Sans';
    color: #fff;
    font-size: 12px;
    line-height: 130%;
    margin-top: 10px;
    max-width: 765px;
}
.minisite-homepage .zone5 .mentions img {
    height : auto;
}
.issues-slider {
    width: 680px;
    margin: auto;
}
.issues-slider .slick-slide img {
    display: block;
    height: 428px;
}
/* Cadre du slide */
.issues-slider .issue-slide {
  box-sizing: border-box;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
  width: 680px !important;
  height: auto;
}

/* Image contenue dans la page */
.issues-slider .issue-slide img {
  max-width: 100%;
  height: auto;
  display: block;
}
.zone6 .instruction-slider .slick-slide img {
    width: 270px;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
/* ===== SCÃˆNE GLOBALE ===== */
.instruction {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  position: relative;
}
.issues-slider .slick-prev,
.issues-slider .slick-next {
  background: none;
  border: none;
  font-size: 0;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.issues-slider .slick-prev::before,
.issues-slider .slick-next::before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  border-left: 2px solid #F3BF3C;
  border-bottom: 2px solid #F3BF3C;
}

.issues-slider .slick-prev::before {
  transform: rotate(45deg);
}

.issues-slider .slick-next::before {
  transform: rotate(-135deg);
}

/* ===== IMAGE GAUCHE ===== */
.instruction > div:first-child {
  flex: 0 0 360px;
}

/* ===== SLIDER ===== */
.issues-slider {
  width: 680px; 
  position: relative;
}

.issues-slider .issue-slide img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===== FOND / RESPIRATION ===== */
.issues-slider .slick-list {
  overflow: hidden;
}

/* ===== FLÃˆCHES ===== */
.issues-slider .slick-prev,
.issues-slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 40px;
  height: 40px;
}

.issues-slider .slick-prev {
  left: -70px;
}

.issues-slider .slick-next {
  right: -70px;
}
@media screen and (max-width: 1024px){
    .minisite-homepage .zone5 .instruction {
        display: none;
    }
    .minisite-homepage .zone5 {
        background-image: url(../images/homepage/z5_bg-mb.webp);
        padding: 40px 0px 64px;
    }
    .minisite-homepage .zone5 .instruction-slider {
        margin-top: 20px;
    }
    .minisite-homepage .zone5 .titre {
        font-size: 24px;
    }
}

/******************************************/
/*Avantages*/
/******************************************/
.minisite-homepage .avantages {
    background-color: #571059;
    padding: 64px 0;
    position: relative;
    margin-top: -1px;
}
.minisite-homepage .comment .texte {
    font-family: 'Inter Bold';
    font-weight: 900;
}
.minisite-homepage .comment .texte b {
    font-family: 'Inter-Black';
    font-weight: 900;
}
.minisite-homepage .avantages .titre,
.minisite-homepage .avantages .texte-avantage{
    color:  #FFF;
}
.minisite-homepage .avantages .picto-avantage{
    background-color: #FFF;
}
.avantages-slider .slick-dots li button {
    background-color: #fff;
}
.avantages-slider .slick-dots li.slick-active button{
    background-color: #0C0A09;
}
/******************************************/
/*Comment ça marche*/
/******************************************/
.minisite-homepage .comment {
    background-color: #FBCB65;
    padding: 64px 0;
    position: relative;
}
.minisite-homepage .comment .titre {
    color: #000;
}
.minisite-homepage .comment .etape .media-etape .etape2 {
    top: 74px;
    left: -31px;
}
.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: #FFFFFF;
}
.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: #571059;
}
.minisite-homepage .comment .etape .texte{
    color: #191919;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 900;
}
@media screen and (max-width: 1440px) and (min-width: 769px){
    .minisite-homepage .comment .etape .texte{
        font-size: 21px;
    }
}
/******************************************/
/*Footer*/
/******************************************/
footer.minisite-footer{
    padding: 128px 0 48px 0;
}
footer .sitemap,footer .pays,footer.minisite-footer {
    background-color: #000000;
}
footer .titre{
    color: #fff;
}
.gotop svg{
    background-color: #E30613;
}

/****************************************************************************************************************************/
/*Tunnel*/
/****************************************************************************************************************************/
header.minisite {
    background: #000000!important;
    background: linear-gradient(180deg,rgba(0, 0, 0, 1) 100%, rgba(0, 0, 0, 1) 0%);
}
.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: 42px!important;
    line-height: 100%;
    color: #FFF;
    letter-spacing: 1px;
    font-weight: 100!important;
    text-transform: uppercase;
}
footer .pays .title, footer .pays a, footer .sitemap a {
    color: #000;
}
.bandeauoffre{background-color: #10163c;padding: 119px;}
.bandeauoffrelancement {
    color: #fff;
    border: 1px solid #fff;
        display: none;
}
.bandeauoffre .descriptif p{color: #fff;display: none;}

@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: #247DA3;
    padding-left: 25px;
}
@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: #FFF;
}
footer .pays .title, footer .pays a, footer .sitemap a {
    color: #fff;
}