.mobileCtaContent .btn{
    min-width: auto;
}

/* .header.mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
} */

@media (max-width: 1025){
    .home .header .article .col-md-8 .cards-container {
        max-width: 280px;
    }

    .home .header .article .col-md-8 .cards-container .card.inactive:nth-child(2) {
        margin-left: -50px;
    }

    .home .header .article .col-md-8 .cards-container .card.inactive:nth-child(3) {
        margin-left: -50px;
    }

    .home .header .article .col-md-8 .cards-container .card.inactive:nth-child(4) {
        margin-left: -50px;
    }
}
@media (max-width: 991.98px){

    .header .mobile.d-flex {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 80vh;
    }

    .home .mobileCtaContent {
        bottom: 40px;
    }

    .home .header .article.mobile .slideContent .slideIteme .para,
    .home .header .article.mobile .para {
        font-size: 14px;
        font-weight: 300;
        line-height: 22px;
    }

    .btn-light {
        background-color: #fff;
        border-color: #fff;
    }

    .home .scrolDown {
        display: none!important;
    }

    body > .home {
        background: #F4F7F8;
    }

    .slick-dots {
        bottom: -30px;
    }

    .home .header .article.mobile .link {
        font-weight: 600;
        font-size: 13px;
        margin-bottom: 20px;
        text-decoration: underline;
    }

    .home .header .article.mobile .logo {
        margin-top: 40px;
    }

    
    .home .header .article.mobile .slideContent .slideIteme .picto {
        width: 68%;
        height: 200px;
        margin-top: 50px;
        margin-bottom: 40px;
    }

    .home .header .article.mobile .slideContent .slideIteme .picto img {
        width: auto;
        height: 100%;
    }

    .home .header .article.mobile .slideContent .slideIteme .ttr {
        font-size: 18px;
        margin-bottom: 14px;
        height: auto;
    }

    .home .header {
        min-height: 100vh;
    }

    .home .mobileCtaContent .btn {
        font-weight: 400;
        font-size: 13px;
    }

    .home .header .article.mobile {
        display: block;
    }

    .home .mobileCtaContent {
        display: flex;
    }

    .cc_dialog.simple {
        max-width: 100%!important;
    }
}


@media (min-width: 768px){
    .home .mobileCtaContent {
        /* display: block; */
    }
}


@media (max-width: 767px){
    .home .header .article.mobile .slideContent .slideIteme .para,
    .home .header .article.mobile .para {
        font-size: 11px;
    }

    .landing-page .contenu {
        display: none!important;
    }
}

@media (max-width: 384px){

    .slick-dots {
        position: relative;
        bottom: 0;
    }

    .home .header .article.mobile .slideContent .slideIteme h1.ttr {
        margin-bottom: 14px!important;
        font-size: 15px;
    }

    .home .header .article.mobile .link {
        margin-bottom: 0px!important;
    }

    .home .header .article.mobile .slideContent .slideIteme .para, .home .header .article.mobile .para {
        margin-bottom: 0;
        line-height: 20px;
    }

    .slogan {
        line-height: 17px!important;
        margin-bottom: 5px!important;
    }

    body .cc_dialog button, body .cc_dialog button.cc_b_cp {
        margin: 0 0 10px 0!important;
        width: 100%;
    }

    .home .header .article.mobile .slideContent .slideIteme .picto {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .home .header .article.mobile .logo {
        padding-top: 15px;
    }

}

@media (max-width: 340px){
    .home .header .article.mobile .slideContent .slideIteme .picto {
        height: 18vh;
    }

    .home .mobileCtaContent {
        bottom: 10px;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 0px;
    }
}
