/******************************************************************************/
/******RESPONSIVE*****/
/******************************************************************************/
@media screen and (max-width:1480px) {
    /*** CLASSICS ***/
    .widzmain {
        width: 100%;
        margin-right: 20px;
        margin-left: 20px;
    }
    .page-template-page-accueil #container {
        width: 100%;
    }

    /*** AUTRES ***/
    #bloc_rdv {
        padding: 60px 40px 20px 40px;
    }
    .bloc_white_cards_content,
    .bloc_etapes_content {
        flex-wrap: unset;
        justify-content: flex-start;
        overflow-x: scroll;
        scrollbar-width: thin;
    }
    .white_cards_article,
    .etapes_article {
        min-width: 350px;
    }
    .white_cards_article:nth-child(n+5) {
        margin-top: 0;
    }
    .etapes_article {
        width: 32%;
        padding: 95px 50px 36px;
    }
    .etapes_article:nth-child(n+3) {
        margin-top: 0;
    }
    #etape_article_03:before {
        left: 48px;
    }

}


@media screen and (max-width:1180px) {
    .single_espace_card,
    #bloc_rdv {
        width: 49%;
        max-width: unset;
        height: auto;
        flex: 1 1 auto;
    }
    .single_espace_pic {
        height: 250px;
    }
    .single_espace_content {
        min-height: unset;
    }
    #bloc_faq {
        display: flex;
        flex-direction: column;
    }
    .bloc_faq_pic {
        order: 1;
        position: relative;
        display: block;
        width: 100%;
        height: 250px !important;
    }
    .bloc_faq_accordeon {
        order: 2;
    }
    .bloc_faq_content {
        width: 100%;
        max-width: unset;
        padding: 46px 60px 0 0;
    }

}


@media screen and (max-width:1080px) {
    #home_contentintro {
        padding: 44px 5% 40px 0;
    }
    #home_contentintro h1 {
        max-width: unset;
    }
    #home_contentintro h1 span,
    .page_hentry h1 {
        font-size: 30px !important;
        line-height: 42px;
    }

}


@media screen and (max-width:980px) {
    /*** CLASSICS ***/
    .page_hentry h2,
    .classic_title_wizpic,
    .classic_title_nopic {
        font-size: 31px;
        line-height: 35px;
    }
    .page_hentry h3,
    .classic_title_h3 {
        font-size: 18px;
        line-height: 22px;
    }
    .page_hentry p,
    .page_hentry ul li {
        font-size: 14px;
        line-height: 18px;
    }
    .page_hentry p.classic_dark_btn:has(a + a) a:first-of-type,
    .page_hentry p.classic_dark_btn:has(a + a) a:last-of-type {
        display: block;
        width: fit-content;
        margin: 0 auto 10px;
    }
    .classic_title_wizpic,
    .classic_title_nopic {
        margin-bottom: 25px;
    }
    .page_hentry .gallery dl,
    .page_hentry .gallery dl dt {
        max-height: 300px !important;
    }


    /*** AUTRES ***/
    #bloc_single_espace_cards .classic_title_nopic {
        padding-top: 36px;
    }
    #bloc_white_cards,
    .single-espace.postid-10016 #cpt_espace_chapo {
        padding-bottom: 30px;
    }
    .bloc_classic_content,
    .bloc_classic_content_bis {
        padding-bottom: 20px;
    }
    #bloc_etapes {
        margin-bottom: 40px;
    }

}


@media screen and (max-width:880px) {
    #home_contentintro {
        max-width: unset;
        width: 100%;
    }
    .home_content #imgintro {
        display: none;
    }
    .white_cards_article {
        padding: 30px 30px 20px;
    }

}


@media screen and (max-width:580px) {
    .page_hentry .gallery {
        display: flex;
        flex-direction: column;
    }
    .page_hentry .gallery dl {
        width: 100% !important;
    }

}
