/*****************
    1080px H
******************/
@media (min-height: 1080px) {
    .fiche-hero,
    .hero_home_wrapper {
        min-height: 900px;
    }
}


/*****************
		1200px
******************/
@media (max-width: 1200px) {

    /****** ACTUALITES ******/
    .actus_right .card-slider__item:nth-child(2n) .card-slider__image-wrapper {
        height: 450px;
    }
    .actus_right .card-slider__image-wrapper {
        height: 300px;
    }
    .actus_left .card-slider__image-wrapper {
        height: 450px;
    }
    .actus_left .card-slider__item:nth-child(2n) .card-slider__image-wrapper {
        height: 300px;
    }

    /****** FORMULES ******/
    .formules-item a {
        padding: 50px 30px;
    }
}

/*****************
		1080px
******************/
@media (max-width: 1080px) {
    /**** ACCUEIL *****/
    .card.behind {
        transform: scale(1.01) translateY(-1px) rotate(4deg);
    }
}

/*****************
		1070px
******************/
@media (max-width: 1070px) {
    /**** FORMULE QCM *****/
    .qcm-programe__right .qcm-title__desktop,
    .qcm-programe__right .qcm-title__desktop h2,
    .qcm-programe__right .qcm-title__desktop .like-h2 {
        visibility: hidden;
        line-height: 0;
        height: 0;
        font-size: 0;
    }
    .qcm-programe__right .qcm-title__mobile {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: fit-content;
    }

    /**** ACCUEIL *****/
    .about-title__desktop,
    .about-title__desktop h2,
    .about-title__desktop .like-h2 {
        visibility: hidden;
        line-height: 0;
        height: 0;
        font-size: 0;
    }
    .about-title__mobile {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: fit-content;
    }
}


/*****************
	  +1025px
******************/
@media screen and (min-width: 1025px) {
    /******	  NAV	 ******/
    .nav {
        height: calc(4rem + 2rem);
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        column-gap: 3rem;
    }
    header.scrolled  .nav {
        height: calc(3rem + 2rem);
    }
    header.scrolled  .nav__link {
        font-size: 1rem;
    }
    header.scrolled .btn_cta_nav {
        padding: clamp(10px, 1.2vw, 13px) clamp(18px, 2.5vw, 30px);
    }
    header.scrolled .nav__logo img {
        max-height: 3.5rem;
    }
    header.scrolled .nav__link:hover:after,
    header.scrolled .nav__link.active:after {
        bottom: 1rem;
    }
    .nav__toggle {
        display: none;
    }
    .nav__list {
        height: 100%;
        display: flex;
        column-gap: 2rem;
    }
    .nav__link {
        height: 100%;
        padding: 0;
        justify-content: initial;
        column-gap: .25rem;
    }
    .nav__list li:nth-child(2) .nav__link {
        line-height: 1.1;
    }
    .nav__list li:nth-child(2) .nav__link:hover:after,
    .nav__list li:nth-child(2) .nav__link.active:after {
        bottom: 1rem;
    }
    .scrolled .nav__list li:nth-child(2) .nav__link:hover:after,
    .scrolled .nav__list li:nth-child(2) .nav__link.active:after {
        bottom: 0.5rem;
    }

    .nav__link:hover {
        background-color: transparent;
    }
    .nav__data {
        justify-content: center;
    }
    .nav__menu {
        height: 100%;
    }

    /******	  NAV DROPDOWNS	 ******/
    .dropdown__item,
    .dropdown__subitem {
        position: relative;
        height: 100%;
    }
    .dropdown__menu,
    .dropdown__submenu {
        max-height: initial;
        overflow: initial;
        position: absolute;
        left: auto;
        top: 6rem;
        opacity: 0;
        pointer-events: none;
        transition: opacity .3s, top .3s;
    }
    .dropdown__link,
    .dropdown__sublink {
        padding-inline: 1rem 3.5rem;
    }
    .dropdown__subitem .dropdown__link {
        padding-inline: 1rem;
    }
    .dropdown__submenu {
        position: absolute;
        left: 100%;
        top: .5rem;
    }
    /* Show dropdown menu */
    .dropdown__item:hover .dropdown__menu {
        opacity: 1;
        top: 6rem;
        pointer-events: initial;
        transition: top .3s;
    }
    /* Show dropdown submenu */
    .dropdown__subitem:hover > .dropdown__submenu {
        opacity: 1;
        top: 0;
        pointer-events: initial;
        transition: top .3s;
    }
}

/*****************
		1024px
******************/
@media (max-width: 1024px) {
    /******	  GENERAL	******/
    :root {
        --padding: 100px 15px;
        --normal-font-size: 1rem;
    }
    html {
        font-size: 100%;
    }
    h1, .like-h1 {
        font-size: 2rem;
    }
    h2, .like-h2 {
        font-size: 1.8rem;
    }
    h3, .like-h3 {
        font-size: 1.3rem;
    }

    /**** GENERAL ***/
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
    .btn_cta_general {
        padding: 1.125rem 1.938rem;
    }


    /******	  COOKIES	******/
    #termsfeed-com---nb {
        max-height: 300px;
        max-width: 100%;
    }

    /******	  NAVIGATION	******/
    .nav {
        padding: 0 15px;
        height: 5rem;
        position: relative;
    }
    .nav__data {
        justify-content: center;
    }
    .nav__menu {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        overflow: auto;
        pointer-events: none;
        opacity: 0;
        transition: top .4s, opacity .3s;
    }
    .nav__menu::-webkit-scrollbar {
        width: 0;
    }
    .nav__list {
        background-color: var(--color-white);
        box-shadow: 0 0 99px rgba(0, 0, 0, 0.32);
        overflow: auto;
    }
    .nav__link:hover:after {
        display: none;
    }
    .nav__list li:nth-child(2) .nav__link br {
        display: none;
    }
    .nav__btns {
        display: none;
    }
    .nav__toggle {
        position: absolute;
        left: 15px;
    }


    /* Show menu */
    .show-menu {
        opacity: 1;
        top: 5rem;
        pointer-events: initial;
        border-top: 1px solid var(--color-purple);
    }


    /******	  ANIMATION TOGGLE MENU 	******/
    .bar, .bar::before, .bar::after,
    .scrolled .bar, .scrolled .bar::before, .scrolled .bar::after {
        transition: all 0.2s linear;
        position: absolute;
        background: var(--color-purple);
        margin: auto;
        width: 100%;
        height: 0.20rem;
        border-radius: 5px;
        content: '';
        top: 50%;
        left: 0;
        cursor: pointer;
    }
    .transparent_header .show-icon .bar,
    .scrolled .show-icon .bar {
        background: 0;
    }
    .bar,
    .scrolled .bar {
        margin-top: -0.2rem;
    }
    .bar::before,
    .scrolled .bar::before {
        top: -0.45rem;
    }
    .bar::after,
    .scrolled .bar::after {
        top: 0.45rem;
    }
    .bar::before, .bar::after,
    .scrolled .bar::before, .scrolled .bar::after {
        transform: rotate(0deg);
    }
    .show-icon .bar {
        background: 0;
    }
    .show-icon .bar::before {
        transform: rotate(45deg);
    }
    .show-icon .bar::after {
        transform: rotate(-45deg);
    }
    .show-icon .bar::before, .show-icon .bar::after {
        top: 0;
    }
    .show-icon .bar, .show-icon .bar::before, .show-icon .bar::after {
        transition: all 0.2s linear;
    }

    /*********************************
		 HEADER TRANSPARENT
    *********************************/
    .transparent_header {
        position: fixed;
        background-color: var(--color-blue-background);
    }
    .transparent_header .bar,
    .transparent_header .bar::before,
    .transparent_header .bar::after,
    .transparent_header.scrolled .bar,
    .transparent_header.scrolled .bar::before,
    .transparent_header.scrolled .bar::after {
        background: var(--color-purple);
    }
    .transparent_header .show-menu {
        border-top: unset;
    }
    .transparent_header .show-icon .bar,
    .transparent_header.scrolled .show-icon .bar {
        background: 0;
    }
    .transparent_header .show-menu .nav__link,
    .transparent_header.scrolled .show-menu .nav__link {
        background-color: var(--color-purple);
    }
    .transparent_header .contact_link_nav .nav__link,
    .transparent_header.scrolled .contact_link_nav .nav__link {
        color: var(--color-white);
        background-color: var(--color-purple);
    }
    /* Quand le menu est actif */
    .transparent_header.active .bar,
    .transparent_header.active .bar::before,
    .transparent_header.active .bar::after,
    .transparent_header.scrolled .bar,
    .transparent_header.scrolled .bar::before,
    .transparent_header.scrolled .bar::after,
    .transparent_header.scrolled.active .bar,
    .transparent_header.scrolled.active .bar::before,
    .transparent_header.scrolled.active .bar::after {
        background: var(--color-white);
    }
    .transparent_header.active .show-icon .bar,
    .transparent_header.scrolled.active .show-icon .bar  {
        background: 0;
    }

    /*********************************
            SCROLLED HEADER
    *********************************/
    header.scrolled .bar,
    header.scrolled .bar::before,
    header.scrolled .bar::after,
    header.scrolled.active .bar,
    header.scrolled.active .bar::before,
    header.scrolled.active .bar::after {
        background: var(--color-white);
    }
    header.scrolled .show-menu {
        border-top: unset;
    }
    header.scrolled .show-icon .bar,
    header.scrolled .show-icon .bar {
        background: 0;
    }
    header.scrolled .show-menu .nav__link,
    header.scrolled.active .show-menu .nav__link {
        background-color: var(--color-purple);
        color: var(--color-white);
    }
    header.scrolled .contact_link_nav .nav__link,
    header.scrolled.active .contact_link_nav .nav__link {
        color: var(--color-white);
        background-color: var(--color-purple);
    }
    /* Quand le menu est actif */
    header.scrolled.active .bar,
    header.scrolled.active .bar::before,
    header.scrolled.active .bar::after,
    .transparent_header.scrolled.active .bar,
    .transparent_header.scrolled.active .bar::before,
    .transparent_header.scrolled.active .bar::after {
        background: var(--color-white);
    }
    header.scrolled.active .show-icon .bar,
    header.scrolled.active .show-icon .bar  {
        background: 0;
    }


    /******	  ACCUEIL	******/
    /* HERO */
    .hero_home_wrapper {
        margin-top: 5rem;
        padding: 0;
        max-height: 750px;
        min-height: 600px;
        height: auto;
        grid-template-columns: minmax(0,1fr);
        grid-auto-rows: max-content;
        row-gap: 20px;
    }
    .hero_home__left.mobile,
    .hero_home__right.mobile{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .hero_home_content {
        grid-column: 1;
        height: auto;
        max-width: 50ch;
    }
    .hero_home_content__inner {
        position: unset;
        transform: unset;
        padding: 0 15px;
    }
    .hero_home__right .hero_home_img {
        margin-left: unset;
    }
    .hero_home__intro {
        margin:  20px 0;
    }
    .hero_home_img {
        max-width: 180px;
    }
    .hero_home__left .hero_home_img:first-of-type {
        margin-bottom: 0;
    }
    .hero_fusee.mobile {
        left: 50%;
        transform: translateX(-90%);
        max-width: 300px;
        margin-bottom: 10px;
    }
    .hero_home__right.mobile .hero_home_img:first-of-type {
        margin-top: -110px;
    }
    .hero_home__right.mobile .hero_home_img:last-of-type  {
        margin-top: -80px;
    }
    .hero_btn_cta {
        font-size: 0.930rem;
    }
    /* REASSURANCES */
    .reassurances_content {
        row-gap: 55px;
        column-gap: 30px;
    }
    /* PRESENTATION */
    .section-media__container {
        column-gap: 50px;
    }
    /* QCM */
    .qcm {
        padding: 0 15px 100px;
    }
    /* LES + DE LA FORMATION */
    .formation_fusee__img {
        max-width: 180px;
        margin-right: 10%;
    }
    .formation {
        padding: 0 15px 100px;
    }



    /***** accès rapides *****/
    .quick-access__container {
        column-gap: 40px;
        grid-template-columns: repeat(2, minmax(0,1fr));
    }
    .quick-access__item:last-of-type {
        grid-column: 1/3;
    }

    /****** contact ******/
    .contact-bottom-title {
        font-size: 2.8rem;
        max-width: 480px;
    }



    /* Slider extended */
    .slider-extended__header{
        grid-template-columns: minmax(0,1fr);
        row-gap: 40px;
    }


    /******	  ACTUALITES	******/
    .pageActualites .menu-open {
        background-color: var(--color-white);
    }


    /******	  ARCHIVES ACTUS	******/
    .archivesActus_content {
        grid-template-columns: minmax(0,1fr);
        row-gap: 80px;
    }
    .archivesActus_left {
        max-width: 100%;
        place-self: unset;
        padding: 0 15px;
    }
    .archivesActus_right {
        padding: 0 0 0 15px;
    }

    /*** CONTACT ***/
    .contact_content {
        grid-template-columns: minmax(0, 1fr);
        gap: 40px;
    }

    /*** PAGES DYNAMIQUES ***/
    .slider_top__slider {
        height: 400px;
    }
    .slider_about__wrapper .slider_top__slider {
        height: auto;
        max-height: 400px;
        overflow: hidden;
    }
    .slider_about__wrapper  .splide__slide img {
        object-fit: contain;
        display: block;
    }

    /******	  QCM & COURS	******/
    .formule-programme {
        padding: 50px 30px 100px;
    }
    .formule-content__inner {
        gap: 50px;
    }
    .formule-contact__prix {
        font-size: 3rem;
    }
    .formule-programme .section-media__content {
        order: 1;
        padding: 50px 80px 80px 30px;
    }
    .formule-programme .section-media__image {
        order: 2;
        margin-top: 40px;
        margin-right: 0;
    }




    /******	  FORMULES	******/
    .fiche-hero {
        margin-top: 5rem;
        padding-top: 40px;
        max-height: unset;
        min-height: fit-content;
        height: auto;
    }
    .fiche-hero__inner {
        column-gap: 50px;
    }
    .fiche-hero__content {
        position: relative;
        display: unset;
        padding-bottom: 200px;
    }
    .fiche-hero__desc br {
        display: none;
    }
    .fiche-hero__desc {
        font-size: 1rem;
        padding-top: 30px;
        margin: var(--center);
    }
    .fiche-cours__container {
        grid-template-columns: repeat(2, minmax(0,1fr));
        row-gap: 120px;
    }
    .fiche-content__item:nth-child(2), .fiche-content__item:nth-child(5) {
        margin-top: 0;
    }
    .fiche-content {
        padding: 100px 15px 130px;
    }
    .fiche-content__item {
        margin: 0 auto;
        min-width: unset;
        width: 100%;
        max-width: 330px;
    }

    .fiche-content__desc {
        max-width: 255px;
    }
    .fiche-content__item:first-of-type .fiche-content__desc {
        max-width: 258px;
    }
    .fiche-content__item:nth-child(2) .fiche-content__desc {
        max-width: 260px;
    }
    .fiche-content__item:last-of-type .fiche-content__desc {
        max-width: 239px;
    }
    .fiche-content__title {
        max-width: 240px;
        margin: var(--center);
    }



    /**** FORMULES QCM ******/
    .fiche-qcm__container {
        row-gap: 100px;
    }
    .qcm-content__title {
        font-size: 1.438rem;
        text-align: center;
    }
    .qcm-content__item {
        padding: 110px 30px 35px;
        max-width: 330px;
        width: 100%;
        margin: var(--center);
        height: 100%;
        position: relative;
    }
    .qcm-content__item:nth-child(3),
    .qcm-content__item:last-of-type {
        padding: 110px 10px 35px;
    }
    .qcm-content__title_row {
        flex-direction: column;
        row-gap: 25px;
    }
    .qcm-content__desc {
        margin: 30px auto 0;
        text-align: center;
        font-size: 1rem;
        max-width: 270px;
    }
    .qcm-content__item:nth-child(2) .qcm-content__desc {
        max-width: 280px;
    }
    .qcm-content__item:first-of-type .qcm-content__desc {
        max-width: 270px;
    }
    .qcm-content__img {
        position: absolute;
        top: -10%;
        left: 50%;
        transform: translateX(-50%);
    }


    .formules-list_content {
        grid-template-columns: minmax(0,1fr);
    }
    .formules-item {
        max-width: 480px;
        margin: var(--center);
        width: 100%;
    }
    .formules-item__titre {
        font-size: 2rem;
    }
    .formules-item__prix {
        font-size: 1.8rem;
    }
    .formules-item__content,
    .formules-item__legend {
        font-size: 1rem;
    }
    .formules-promo {
        font-size: 1.125rem;
    }


    /********* FOOOTER ************/
    .footer_links {
        column-gap: clamp(32px, 4vw, 80px);
    }
    .footer_bottom_content {
        flex-direction: column;
        gap: 5px;
    }
    .footer_bottom {
        flex-wrap: wrap;
    }
}

/*****************
		930px
******************/
@media (max-width: 930px) {
    /**** ACCUEIL ****/
    /* réassurances */
    .reassurances_content {
        grid-template-columns: minmax(0,1fr);
    }
    .reassurances__item {
        gap: 30px;
        margin: auto;
        min-height: 420px;
    }
    .reassurances__item:first-of-type, .reassurances__item:last-of-type {
        margin-top: unset;
    }
    /* cours */
    .card-stack {
        max-width: 332px;
        height: 470px;
    }
    /* les + de la formation */
    .formation_content {
        padding: 50px 30px;
    }
    .formation_item__desc {
        max-width: 100%;
    }

    /***** PAIEMENT ******/
    .paiement_livraison {
        padding: 50px 30px;
    }


    /**** FORMULES QCM ****/
    .qcm-programme {
        padding: 60px 15px 80px;
    }
    .qcm-programme__content {
        grid-template-columns: minmax(0,1fr);
        row-gap: 50px;
    }
    .qcm-programme__img {
        display: none;
    }
    .qcm-programme__img_mobile {
        display: block;
        max-width: 320px;
        margin: 0 auto;
    }
    .qcm-programe__right {
        padding: 0;
        margin: 0 auto;
        max-width: 330px;
    }
    .qcm-programe__right p, .qcm-programe__right a {
        font-size: 1rem;
    }


    .footer_top_content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 40px;
    }
}

/*****************
	  800px W
******************/
@media (max-width: 800px) {
    /***** ACCUEIL *****/
    /* cours */
    .card-stack {
        max-width: 261px;
        height: 370px;
    }
    .stacked_prev,
    .stacked_next {
        width: 30px;
        height: 30px;
    }
    /* les + de la formation */
    .formation_list {
        justify-content: center;
        gap: 80px;
    }
    .formation_item {
        max-width: 40%;
    }
    /* avis */
    .reviews__inner {
        padding: 100px 15px 180px;
    }
    .reviews_slider {
        margin-top: 30px;
    }
    .middle-center-arrow .splide__arrows {
        bottom: -80px;
        top: unset;
        transform: unset;
        justify-content: center;
        gap: 30px;
    }
    .middle-center-arrow .custom-arrow-prev,
    .middle-center-arrow .custom-arrow-next {
        left: unset;
        right: unset;
        position: relative !important;
    }
    .reviews_slider__wrapper {
        padding: 0;
    }


    /***** ACTUALITES *****/
    .actus_list {
        width: 100%;
    }
    .actus_list .card-slider__image-wrapper {
        overflow: hidden;
        height: 400px;
        width: 100%;
    }


    /****** PAIEMENT *******/
    .paiement_content {
        grid-template-columns: minmax(0,1fr);
    }
    .paiement_livraison {
        order: 1;
        position: unset;
        top: 0;
    }
    .paiement_form {
        order: 2;
    }


    /**** FORMULES ****/
    .fiche-content__item {
        min-height: 385px;
        padding: 110px 35px 30px;
        height: 100%;
    }
    .fiche-content__img {
        max-width: 105px;
        max-height: 105px;
    }


    /**** PAGES DYNAMIQUES ****/

    .wrapper-textChamp {
        padding: 100px 0 0;
    }
    .text_img {
        flex-direction: column;
        gap: 40px;
    }
    .text_simple {
        max-width: 400px;
    }
    .text_champ .texte_pag_dyn {
        max-width: 400px;
    }
    .image_droite, .image_gauche {
        margin: 0 0 40px 0;
    }
    .text_champ figure img {
        margin: var(--center);
        display: block;
        max-width: 400px;
    }
    .text_champ figure {
        width: 100%;
        order: 1;
        height: 100%;
    }
    .text_champ .texte_pag_dyn {
        order: 2;
        margin: var(--center);
    }
    .text__wrapper {
        padding: 0 15px 100px;
    }
    .carousel_wrapper {
        padding: 0 15px 150px;
    }
    .paragraphe_deroulant__wrapper {
        padding: 0 15px;
    }
    .background_blue {
        padding: var(--padding);
    }
}

/*****************
	  730px
******************/
@media (max-width: 730px) {
    /***** FORMULES QCM *****/
    .fiche-qcm__container {
        grid-template-columns: minmax(0,1fr);
    }
}



/*****************
		665px
******************/
@media (max-width: 665px) {
    /**** ACCUEIL ****/
    /* présentation */
    .section-media__container {
        grid-template-columns: minmax(0,1fr);
        row-gap: 40px;
    }
    .section-media--reverse .section-media__content {
        order: 2;
    }
    .section-media__img {
        display: block;
        margin: auto;
    }
    .about .section-media__content {
        margin: auto;
    }
    .cours .section-media__content {
        margin: auto;
    }

    /*** réassurances ***/
    .reassurances__item {
        padding: 35px 40px;
    }
    .reassurances_title {
        font-size: 1.438rem;
        max-width: 200px;
    }
    .reassurances__desc {
        max-width: 243px;
    }
    .reassurances__img {
        max-height: 118px;
    }
    /*** présentation ***/
    .about {
        padding: 80px 15px 40px;
    }
    .about .section-media__img {
        max-width: 280px;
    }
    .about .section-media__content {
        max-width: 331px;
    }

    /*** les cours ***/
    .card-stack__wrapper {
        max-width: 400px;
        margin: auto;
    }
    .card.behind {
        transform: scale(1.01) translateY(-1px) rotate(8deg);
    }
    .card-stack {
        max-width: 207px;
        height: 293px;
    }
    .cours .section-media__content {
        max-width: 330px;
    }
    /*** les qcm ***/
    .qcm .section-media__img {
        max-width: 287px;
    }
    .qcm .section-media__content {
        max-width: 330px;
        margin: var(--center);
    }

    /*** les + de la formation ***/
    .formation_fusee__img {
        max-width: 130px;
    }
    .formation_item__desc {
        max-width: 200px;
    }
    /*** Les formules */
    .home_formules .section-media__img {
        max-width: 305px;
    }
    .home_formules .section-media__content {
        max-width: 330px;
        margin: var(--center);
    }

    /*** avis ***/
    .reviews-divider {
        background-position: center;
    }
    .reviews__inner {
        padding: 50px 15px 180px;
    }
    .reviews_item {
        padding: 5px;
    }
    .reviews_item__inner {
        padding: 43px 26px;
    }


    /** FOOTER **/
    .footer_top_content {
        flex-direction: column;
        justify-content: center;
    }
    .footer_rs .toggleTexte {
        justify-content: center;
    }
    .footer_logo {
        margin: 0 auto;
    }
    .footer_links {
        grid-template-columns: minmax(0,1fr) !important;
        width: 100%;
        row-gap: 50px;
    }
    footer .toggleTitre {
        pointer-events: none;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.25rem;
        position: relative;
    }
    footer .toggleTexte {
        margin-top: 15px;
    }
    footer .toggleTexte p {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    footer .col-grid-1 {
        position: relative;
    }
    footer .col-grid-1:first-of-type {
        border-top: none;
    }
    footer .toggleTitre.active:after {
        transform: rotate(180deg);
    }
    footer li {
        justify-content: center;
    }

    /** CONTACT **/
    .contact_wrapper {
        grid-template-columns: 1fr;
    }


    /**** FORMULES ****/
    .fiche-hero__inner {
        grid-template-columns: minmax(0,1fr);
        row-gap: 40px;
    }
    .fiche-hero__right {
        order: 1;
    }
    .fiche-hero__left {
        order: 2;
        text-align: center;
    }
    .fiche-hero__img {
        max-width: 255px;
        margin: var(--center);
        display: block;
        width: 100%;
    }
    .fiche-cours__container {
        grid-template-columns: minmax(0,1fr);
        row-gap: 100px;
    }
    .fiche-content__desc {
        max-width: 260px;
        padding-top: 20px;
    }
    .fiche-content__item:nth-child(3) .fiche-content__desc,
    .fiche-content__item:nth-child(4) .fiche-content__desc {
        max-width: 255px;
    }
    .fiche-content__item:nth-child(5) .fiche-content__title,
    .fiche-content__item:nth-child(6) .fiche-content__title {
        max-width: 230px;
        margin: 0 auto;
    }
    .fiche-content__item:last-of-type .fiche-content__desc {
        max-width: 239px;
    }
    .fiche-content__title {
        font-size: 1.438rem;
    }

    /**** FORMULE QCM *****/
    .qcm-hero .fiche-hero__img {
        max-width: 290px;
    }
}

/*****************
		630px
******************/
@media (max-width: 630px) {
    /***** ACCUEIL *****/
    /*** hero ***/
    .hero_home_img {
        max-width: 100px;
    }
    .hero_home_wrapper {
        max-height: 750px;
        min-height: 550px;
    }


    /***** accès rapides *****/
    .quick-access__container {
        grid-template-columns: minmax(0,1fr);
    }
    .quick-access__item:last-of-type {
        grid-column: 1/2;
    }

    /** FOOTER **/
    .footer_bottom_content {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    /***** ACTUALITES *****/
    .actus_wrapper {
        padding: var(--padding);
    }
    .actus_content {
        grid-template-columns: minmax(0,1fr);
    }
    .card-slider__item:nth-child(2n) {
        margin-top: 0;
    }
}

/*****************
		500px
******************/
@media (max-width: 500px) {
    /****** ACCUEIL ******/
    /*** les + de la formation ***/
    .formation_item {
        max-width: 100%;
    }
}

/*****************
		480px
******************/
@media (max-width: 480px) {
    :root {
        --padding : 90px 15px;
    }

    /***** GENERAL *****/
    h1, .like-h1 {
        font-size: 1.563rem;
    }
    h2, .like-h2 {
        font-size: 1.75rem;
    }
    h3, .like-h3 {
        font-size: 1.4rem;
    }

    .slider_top_wrapper .like-h1 {
        font-size: 2rem;
    }

    .btn_cta_general,
    .btn_cta_general a,
    .btn_cta_general span,
    .btn_cta_general p {
        font-size: 0.815rem;
    }

    .wave-wrapper .hover:before, .wave-wrapper .hover:after {
        bottom: -15px;
    }

    /***** NAVIGATION *****/
    .nav {
        height: 4rem;
    }
    .nav__logo img {
        max-height: 3rem;
    }
    .show-menu {
        top: 4rem;
    }


    /****** ACCUEIL ******/
    /*** hero ***/
    .hero_home_wrapper {
        padding-top: 40px;
        margin-top: 4rem;
        max-height: unset;
        min-height: 664px;
        row-gap: 50px;
    }
    .hero_home_img {
        max-width: 80px;
    }
    .hero_home__right.mobile .hero_home_img:first-of-type {
        margin-top: -80px;
    }
    .hero_home__right.mobile .hero_home_img:last-of-type {
        margin-top: -60px;
    }
    .hero-divider {
        background-position: center;
        background-image: url("/design/img/divider_hero_mobile.svg") !important;
        height: 33px;
        margin-top: -33px;
    }
    .hero_fusee.mobile {
        max-width: 200px;
        width: auto;
        transform: translateX(-75%) rotate(354deg);
        margin-bottom: 30px;
        bottom: 0;
    }
    .hero_btn_cta {
        padding: 15px;
    }
    .hero_home__title {
        max-width: 327px;
    }
    .hero_home__intro {
        font-size: 1rem;
        margin: 20px auto;
        max-width: 310px;
    }
    .reassurances__item {
        max-width: 325px;
    }
    .reviews_item__inner {
        border-radius: 57px;
    }


    /***** FOOTER ******/
    .footer_inner__content {
        padding: 50px 15px;
    }
    .footer_logo img {
        max-width: 80px;
        display: block;
        margin: auto;
    }
    .follow-label {
        font-size: 1.125rem;
    }
    .footer_top_content {
        gap: 65px;
    }
    footer .toggleTitre {
        font-size: 1.125rem;
    }
    footer .toggleTexte,
    footer .toggleTexte a,
    footer .toggleTexte p,
    footer .toggleTexte span {
        font-size: 0.900rem;
        text-align: center;
        line-height: 1.5;
    }
    .footer-divider {
        background-position: center;
    }
    .footer_bottom_wrapper {
        padding: 30px 20px 25px;
    }
    .footer_bottom {
        display: inline;
    }
    .footer_bottom img {
        display: inline-flex;
        align-items: center;
        line-height: 0;
        vertical-align: middle;
    }
    .footer_bottom:last-of-type {
        display: flex;
    }


    /****** NEWSLETTER *******/
    .row {
        grid-template-columns: minmax(0,1fr);
        gap: 0;
    }

    /***** ACTUALITES *****/
    .actus_list .card-slider__image-wrapper {
        height: 350px;
    }


    /** CAROUSEL PAGES DYNS **/
    .slick-slider{
        padding:0;
    }

    /** ARCHIVES ACTUS **/
    .archivesActus_right {
        padding: 0 15px;
    }
    #archives_slider .card-slider__image-wrapper {
        height: 300px;
    }

    /*** FOOTER ****/
    /****** contact ******/
    .contact-bottom-title {
        font-size: 2.5rem;
        max-width: 300px;
    }
    .contact-bottom-wrapper {
        height: 450px;
    }
    .contact-bottom-content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: stretch;
        height: 100%;
    }

    /**** FORMULES ****/
    .fiche-hero__content {
        padding-bottom: 150px;
    }
    .fiche-hero__title {
        max-width: 305px;
    }
    .fiche-hero__desc {
        font-size: 1rem;
        max-width: 325px;
        padding-top: 25px;
    }
    .fiche-hero {
        margin-top: 4rem;
    }
    .fiche-hero_fusee {
        max-width: 200px;
        transform: rotate(355deg);
        left: 35px;
    }
    .fiche-hero__title {
        font-size: 1.75rem;
    }
    .fiche-programme__h2 {
        max-width: 290px;
        margin: 0 auto;
        line-height: 1.5;
    }
    .fiche-programme__intro br {
        display: none;
    }
    .fiche-programme__intro {
        max-width: 330px;
        margin: 0 auto;
        padding-top: 20px;
    }
    .fiche-programme__table_mobile {
        margin: 35px auto 0;
    }
    .fiche-content {
        padding: 100px 15px;
    }
    .fiche-programme__table_item {
        padding: 40px 40px 40px 15px;
        height: 170px;
    }
    .fiche-programme__table_value {
        line-height: 1.5;
    }
    .fiche-programme__table_item:last-of-type {
        padding: 40px 20px 40px 15px;
    }
    .fiche-programme__table_label {
        line-height: 1.5;
    }
    .contact-footer__title {
        font-size: 2.188rem;
    }
    .contact-footer__label {
        font-size: 1.25rem;
    }
    .formules-item__titre {
        font-size: 1.8rem;
    }


    /**** FORMULE QCM *****/
    .qcm-programe__right {
        max-width: 330px;
    }
    .qcm-programe__right .contact-footer__btn p, .qcm-programe__right .contact-footer__btn a {
        font-size: 0.815rem;
    }
    .qcm-hero__title {
        font-size: 1.875rem;
    }
    .fiche-programme__table_item:nth-child(3) .fiche-programme__table_value,
    .fiche-programme__table_item:nth-child(4) .fiche-programme__table_value {
        max-width: 210px;
    }


    /**** PAIEMENT ****/
    #animEnd,
    #animVideo {
        height: 80px;
    }

    /***** PAGES DYNAMIQUES ****/
    .text_champ figure img {
        max-width: 330px;
    }
    .text_champ .texte_pag_dyn {
        max-width: 330px;
    }
    .text_simple {
        max-width: 330px;
    }
    .text_champ .texte_pag_dyn {
        max-width: 330px;
    }


    #popup-newsletter {
        padding: 75px 30px;
    }
}

/*****************
		463px
******************/
@media (max-width: 463px) {
    /** CAROUSEL PAGES DYNS **/
    .slick-initialized .slick-slide {
        float: left;
    }
}

/*****************
		400px
******************/
@media (max-width: 400px) {
    /** ACCUEIL **/
    .slider-extended__carousel-wrapper {
        padding: 0 15px;
    }
}

/*****************
		340px
******************/
@media (max-width: 340px) {
    .container {
        margin-inline: 1rem;
    }

    .nav__link {
        padding-inline: 1rem;
    }

    .contact_link_nav {
        padding-inline: 1rem;
    }
}