/* 
===================
1600px
===================
*/


@media(max-width:1600px){


    .navbar-menu ul{
        left: 400px;
    }


    /* header index */

    .header-index{
        padding-top: 150px;
    }

    .titre-header-index{
        font-size: 70px;
    }
    
    .titre-header-index span{
        font-size: 70px;
    }

    .titre-opportunites-index{
        font-size: 100px;
        padding-bottom: 50px;
    }
    
    .liseret{
        width: 80%;
        margin-bottom: 200px;
    }

    
    .btn-lire-plus{
        width: 35%;
        padding: 20px;
        margin-top: 50px;
    }


    .titre-decouvrez-les-forfaits{
        width: 80%;
        padding-bottom: 100px;
    }
    
    .titre-decouvrez-les-forfaits h1{
        font-size: 180px;
        opacity: .3;
    }

    .info-decouvrez-les-forfaits{
        width: 60%;
        padding: 60px;
        bottom: -50px;
        left: 0;
        height: 500px;
    }

    .titre-info-decouvrez-les-forfaits{
        font-size: 50px;
        padding-bottom: 30px;
        padding-top: 30px;

    }

    .block-illustration-temoignage{
        width: 70%;
        margin: 10% auto;
    }
    
    
    .temoignage{
        width: 31%;
        padding: 20px;
    }


    .teams {
        width: 80%;
        margin: 5% auto;
        padding-top: 10px;
    }
    

    .formulaire-contact{
        width: 60%;
        padding: 50px;
        height: 800px;
        position: relative;
        top: -80px;
        left: -100px;
    }


    .info-royspace-footer{
        width: 25%;
    }
    
    .contact-footer{
        width: 20%;
    }
    
    .navigation-footer{
        width: 15%;
    }
    
    .newsleter-footer{
        width: 33%;
    }

    .confidentialite{
        width: 27%;
        display: flex;
        justify-content: space-between;
    }


    .info-opportunites-index{
        width: 65%;
        padding: 40px;
        position: absolute;
        bottom: -70px;
        left: 38%;
        height: 610px;
    }
    

    /* 
    ========================
    About
    ========================
    */


    /* header equipe*/

    .header-about{
        width: 100%;
        height: 100vh;
        padding-top: 90px;
    }


    .contenu-header-about{
        width: 80%;
        margin:0 auto;
        display: flex;
    }


    .info-header-about{
        width: 50%;
        position: relative;
        top: 0;
    }


    .image-header-about{
        width: 45%;
        padding-top: 50px;
    }
    
    .image-header-about img{
        width: 80%;
    }


    .info-header-about .p{
        color: var(--color-04);
        font-size: 25px;
        font-weight: 900;
        padding-bottom: 10px;
    }

    .titre-header-about{
        color: var(--color-10);
        font-size: 50px;
        padding-bottom: 5px;
        line-height: 1;
        font-weight: 800;
    }

    .titre-header-about span{
        color: var(--color-16);
        font-size: 90px;
        font-weight: 800;
    }

    .paragraphe-header-about{
        color: var(--color-10);
        padding: 10px 0;
        font-size:15px;
        font-weight: 300;
        line-height: 1.5;
    }

    .description-equipe{
        font-size: 18px;
        width: 80%;
        padding: 40px 0;
        margin: 0 auto;
        line-height: 1.5;
    }

    .block-illustration-equipe{
        width: 95%;
        margin: 5% auto;
    }
    
    .equipe{
        width: 31%;
        padding: 20px;
    }
    

     /* 
    =========================
    connexion
    =========================
    */


    #connexion{
        background-color: var(--color-body);
        width: 100%;
        height: 100vh;
        padding: 160px 50px 50px 50px;
    }



    .connexion{
        width: 50%;
        margin: 0 auto;
        display: flex;
    }



    /* illustration */


    .illustration-connexion{
        width: 40%;
        padding: 40px;
        background-size: 60%;

    }

    .illustration-connexion .logo{
        width: 60%;
        margin: 2% auto;
    }


    .illustration-connexion .picto{
        width: 30%;
        margin: 3% auto;
    }

    .illustration-connexion .picto img{
        width: 100%;
    }

    .info-illustration-connexion{
        text-align: center;
        padding: 15px 0;
    }

    .info-illustration-connexion h3{
        padding: 10px 0;
        font-size: 18px;
    }

    .info-illustration-connexion p{
        font-size: 12px;
        padding-bottom: 5px;
    }


    /* formulaire */

    .formulaire-connexion{
        width: 60%;
        padding: 30px;
        background-color: #ffffff05;

    }

    

    #mot-passe-oublier{
        width: 60%;
        padding: 80px 30px 30px 30px;
    }



    .titre-form-inscription{
        font-size: 21px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .para-titre-form-inscription{
        font-size: 14px;
        padding-bottom: 2px;
        line-height: 1.5;
    }


    #form-inscrition input[type=email]{
        padding: 6px 15px;
        margin: 3px 0;
        font-size: 14px;
    }

    #form-inscrition input[type=password]{
        padding: 6px 15px;
        margin: 3px 0;
        font-size: 14px;
    }

    #btn-connexion{
        padding: 6px 15px;
        margin: 5px 0 10px 0;
        font-size: 16px;
    }

    .email{
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .email label{
        font-size: 14px;
        position: relative;
        bottom: -12px;
    }

    .password{
        padding-top: 0px;
        padding-bottom: 10px;
    }

    .password label{
        font-size: 14px;
        position: relative;
        bottom: -12px;
    }

    .password-forget{
        font-size: 14px;   
    }

    .password-forget a{
        font-size: 14px;

    }


    .inscription{
        display: flex;
        padding: 5px 0;
    }

    .inscription p{
        font-size: 14px;
    }

    .inscription p a{
        padding-left: 14px;
    }



     
    /* 
    ======================
    comment ça marche 
    ======================
    */


    #page-comment-ca-marche{
        width: 100%;
        padding-top: 180px;
    }

    .contenu-header-comment-ca-marche{
        width: 80%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }


    /* left */

    .left-comment-ca-marche{
        width: 20%;
        position: relative;
        left: -70px;
    }

    .left-comment-ca-marche img{
        width: 250px;
    }


    /* center */

    .center-comment-ca-marche{
        width: 55%;
        margin: 0 auto;
        text-align: center;
        position: relative;
        top: 80px;
    }

    .titre-01{
        font-size: 50px;
        line-height: 1.1;
        padding-bottom: 20px;
    }


    .titre-02{
        font-size: 16px;
    }

    #btn-telecharger-l-application{
        width: 50%;
        padding: 15px;
        margin: 5% auto;
    }


    /* rigth */

    .rigth-comment-ca-marche{
        width: 20%;
        position: relative;
        top: 180px;
        right: -10px;

    }

    .rigth-comment-ca-marche img{
        width: 350px;
    }


}



/* 
========================
1400px
========================
*/

@media (max-width:1400px){

        
    /* 
    ---------------------------
    Navigation
    ---------------------------
    */

    nav{
        padding: 10px 0;
        margin-top: 20px;
    }


    nav.sticky{
        padding: 5px 0;
        margin-top: 0;
    }


    .menu-navigation{
        width: 85%;
        margin:0 auto;
    }


    /* logo */

    .logo{
        width: 15%;
    }

    .logo a img{
        width:100%;
    }


    /* menu navigation */


    .menu{
        width: 80%;
    }

    .navbar-menu ul{
        width: 100%;
        gap: 2px;
        left: 320px;
    }


    .navbar-menu li{
        padding: 6px 10px;
    }


    .navbar-menu li:hover{
        padding: 6px 15px;
    }


    .navbar-menu li.active{
        padding: 6px 15px;
    }


    .navbar-menu li.active a{
        font-weight: 600;
        font-size: 17px;
    }


    .navbar-menu li:hover a{
        font-size: 17px;
    }

    .navbar-menu li a{
        font-size: 16px;
    }


    /* Se connecter */

    #se-connecter{
        width: 17%;
        padding: 5px 10px;
    }

    #se-connecter a{
        font-size: 18px;
    }


    /* header index */

    .header-index{
        width: 100%;
        height: 100vh;
        padding-top: 150px;
        background-size: 19%;
    }


    .contenu-header-index{
        width: 80%;
        margin:0 auto;
    }


    .info-header-index{
        width: 45%;
        top: -20px;
    }

    .titre-header-index{
        font-size: 60px;
        padding-bottom: 5px;
        line-height: 1.1;
    }

    .titre-header-index span{
        font-size: 60px;
    }

    .paragraphe-header-index{
        padding: 5px 0;
        font-size:14px;
        line-height: 1.5;
    }


    .image-header-index{
        width: 55%;
    }

    .image-header-index img{
        width: 105%;
    }


    .btn-telecharger-l-application{
        width: 50%;
        padding: 15px;
        border-radius: 5px;
        margin-top: 10px;
    }

    .btn-telecharger-l-application a{
        font-size: 18px;
    }

    /* 
    ================================
    main
    ================================
    */

    /*
    ======================
    Opportunitées
    ======================
    */

    #opportunites-index{
        width: 80%;
        margin: 10% auto;
    }

    .contenu-opportunites-index{
        width: 100%;
    }

    .titre-opportunites-index{
        font-size: 60px;
        line-height: 1.1;
        padding-bottom: 20px;
    }

    .liseret{
        width: 60%;
        height: 2px;
        margin-bottom: 50px;
    }


    .block-illustration-opportunites-index{
        display: flex;
    }

    .image-illustration-opportunites-index{
        width: 55%;
    }

    .image-illustration-opportunites-index img{
        width: 100%;
    }

    .info-opportunites-index{
        width: 65%;
        padding: 50px;
        position: absolute;
        bottom: -50px;
        left: 35%;
        height: 500px;
    }

    .titre-info-opportunites-index{
        font-size: 50px;
        padding-bottom: 10px;
    }


    .paragrape-info-opportunites-index{
        font-size: 15px;
        line-height: 1.5;
        -webkit-line-clamp: 12;
    }

    .btn-lire-plus{
        width: 30%;
        padding: 10px ;
        margin-top: 20px;
        border-radius: 5px;
    }

    .btn-lire-plus a{
        font-size: 15px;
    }



    /*
    ===================
    Forfaits
    ===================
    */

    #decouvrez-les-forfaits{
        width: 100%;
        padding: 100px 0;
    }


    .contenu-decouvrez-les-forfaits{
        width: 100%;
    }


    .titre-decouvrez-les-forfaits{
        width: 90%;
        margin: 0 auto;
        padding-bottom: 20px;
    }

    .titre-decouvrez-les-forfaits h1{
        font-size: 130px;
        color: transparent;
        line-height: 1.1;
        font-weight: 900;
        -webkit-text-stroke: 2px var(--color-10);
        opacity: .3;
    }


    .block-illustration-decouvrez-les-forfaits{
        display: flex;
        width: 80%;
        padding-top: 100px;
    }

    .image-illustration-decouvrez-les-forfaits{
        width: 55%;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .image-illustration-decouvrez-les-forfaits img{
        width: 100%;
    }

    .info-decouvrez-les-forfaits{
        width: 60%;
        padding: 70px;
        position: relative;
        bottom: -50px;
        left: 0;
        height: 500px;
        border-radius: 5px;
    }


    .titre-info-decouvrez-les-forfaits{
        font-size: 50px;
        padding-bottom: 10px;
        line-height: 1;
    }


    .paragrape-info-decouvrez-les-forfaits{
        font-size: 15px;
        line-height: 1.5;
        /* -webkit-line-clamp: 7; */
        /* -webkit-line-clamp: auto; */
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }


    /*
    ======================
    Temoignage
    ======================
    */

    #temoignage{
        width: 100%;
        padding: 100px 0;
    }

    .contenu-temoignage{
        width: 80%;
        margin: 0 auto;
    }


    .titre-temoignage{
        font-size: 80px;
    }


    .block-illustration-temoignage{
        width: 100%;
        margin: 5% auto;
    }

    .contenu-illustration-temoignage{
        display: flex;
        gap: 20px;
    }

    .temoignage{
        width: 34%;
        padding: 20px;
    }


    .info-temoigneur{
        font-size: 14px;
        line-height: 1.5;
        padding: 10px 0;
    }

    .temoignage img{
        padding: 20px;
    }


    .nom-temoigneur{
        font-size: 18px;
    }

    .fonction-temoigneur{
        font-size: 16px;
        padding: 5px 0;
    }

    .avis-temoigneur{
        width: 50%;
        margin: 0 auto;
    }


    .avis-temoigneur svg{
        width: 20px;
    }


    .teams {
        width: 100%;
        margin: 5% auto;
        padding-top: 10px;
    }


    .teams .carousel .card{
        width: 98%;
        border-radius: 3px;
        padding: 20px 20px;
    }
    
    .teams .carousel .card .text{
        font-size: 16px;
        font-weight: 500;
        margin:15px 0 10px 0px;
    }

    /* 
    =============================
    Illustration
    =============================
    */


    #illustration{
        width: 100%;
    }

    .contenu-illustration{
        width: 60%;
        margin: 0 auto;
    }

    .titre-accordion{
        width: 60%;
        font-size: 80px;
    }


    /* accordion */

    .accordion-illustration{
        width: 100%;
    }


    .accordion {
        padding: 15px 0;
        font-size: 15px;
        margin: 10px 0;
    }
    
    
    .panel {
        padding: 0 20px;
        max-height: 0;
    }

    .panel p{
        padding: 20px;
        font-size: 15px;
    }

    .accordion:after {
        content: '\02795';
        font-size: 13px;
        margin-left: 5px;
    }
    
    .active-accordion:after {
        content: "\2796";
    }


    .image-illustration{
        width: 60%;
        margin: 0 auto;
    }

    .image-illustration img{
        width: 100%;
    }

    /* 
    ===============================
    Contact
    ===============================
    */

    #contact-index{
        width: 100%;
        padding: 50px 0;
        margin-bottom: 650px;
    }

    .contenu-contact-index{
        width: 83%;
        display: flex;
        position:absolute;
        right: 0;
    }


    .formulaire-contact{
        width: 65%;
        padding: 30px;
        height: 550px;
        position: relative;
        top: -30px;
        z-index: 20;
        left: -100px;
    }

    .titre-formulaire{
        width: 100%;
    }

    .titre-formulaire h1{
        font-size: 45px;
        padding: 0 0 8px 0;
    }

    .titre-formulaire p{
        font-size: 16px;
        padding: 5px 0;
    }


    input[type=text]{
        width: 100%;
        padding: 10px 20px;
        margin: 8px 0;
    }

    input[type=email]{
        width: 100%;
        padding: 10px 20px;
        margin: 8px 0;
    }

    textarea{
        width: 100%;
        padding: 5px 20px;
    }


    button[type="submit"]{
        width: 30%;
        padding: 10px;
        margin: 5px 0;
        font-size: 18px;
    }


    .image-illustration-contact-index{
        width: 55%;
        position: absolute;
        right: 0;
    }


    /* 
    ========================
    page contact
    ========================
    */

    #contact{
        padding-top: 230px;
        padding-bottom: 600px;
    }


    .contenu-contact{
        width: 80%;
        gap: 10px;
    }

    .information-contact{
        width: 40%;
        top: -50px;
    }



    .contenu-formulaire-contact{
        width: 55%;
    }


    #form-contact{
        top: -50px;
    }


    .form-contact{
        width: 60%;
        padding: 50px;
    }


    .titre-contact{
        font-size: 25px;
    }

    .souligneur01{
        height: 5px;
        width: 30%;
    }

    .souligneur02{
        height: 20px;
        width: 20px;
        top: -12px;
    }


    .commentaire-titre-contact p{
        font-size: 15px;
        padding: 20px 0;

    }


    .block-telephone{
        padding: 10px 0;
    }

    .block-telephone p{
        padding-left: 30px;
    }

    .block-email{
        padding: 10px 0;
    }

    .block-email p{
        padding-left: 30px;
    }

    .block-localisation{
        padding: 10px 0;
    }

    .block-localisation p{
        padding-left: 30px;
    }



    /* 
    =============================
    Footer
    =============================
    */

    #footer{
        width: 100%;
        padding: 80px 0;
        background-color: #02022D;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

    .contenu-footer{
        width: 85%;
        margin: 0 auto;
    }

    .info-footer{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }

    .info-royspace-footer{
        width: 25%;
    }

    .contact-footer{
        width: 20%;
    }

    .navigation-footer{
        width: 15%;
    }

    .newsleter-footer{
        width: 30%;
    }

    /* Commun */

    .titre-info-footer{
        font-size: 22px;
        font-weight: 600;
        padding-bottom: 25px;
    }


    .contenu-footer span, p{
        font-size: 15px;
        font-weight: 300;
    }


    /* royspace footer */

    .social-media{
        width: 50%;
        padding: 20px 0;
    }

    .social-media img{
        width: 35px;
    }

    /* contact */

    .numero-royspace{
        display: flex;
        justify-content: space-between;
    }

    .mail-royspace{
        display: flex;
        justify-content: space-between;
        padding: 15px 0;
    }
    .localisation-royspace{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .img-contact{
        width: 8%;  
    }

    .img-contact img{
        width: 100%;
    }

    .span-contact-footer{
        width: 90%;
        padding-left: 10px;
    }

    /* Navigation */

    .navigation-footer ul li{
        font-size: 15px;
        padding: 2px 0;
    }


    /* newsletter */

    .newsleter-footer input[type=email]{
        width: 100%;
        padding: 15px 20px;
        margin: 8px 0;
        border:none;
        border-radius: 3px;
    }

    .newsleter-footer button[type="submit"]{
        width: 50%;
        padding: 10px 20px;
        margin: 8px 0;
        font-size: 16px;
        border-radius: 3px;
    }


    /* Mention légale */

    .mention-legale{
        width: 100%;
        padding-top: 60px;
    }

    .liseret-footer{
        width: 100%;
        height: 1px;
        margin-bottom: 10px;
    }

    .block-mention-legale{
        display: flex;
        justify-content: space-between;
    }

    .copyrigth{
        font-size: 15px;
    }

    .confidentialite{
        width: 30%;
        display: flex;
        justify-content: space-between;
    }

    .confidentialite a{
        font-size: 15px;
        padding-right: 10px;
        transition: var(--transition-01);
    }


    #connexion{
        padding: 100px;
        background-color:var(--color-01);
    }
    
    
    .contenu-page-connexion{
        width: 60%;
        margin: 0 auto;
        display: flex;
        box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
        border-color: var(--color-02);
    }
    
    .illustration-connexion{
        width: 40%;
        border-color: var(--color-11);
    }



    /* 
    ========================
    About
    ========================
    */

    /* header index */

    .header-about{
        width: 100%;
        height: 100vh;
        padding-top: 80px;
        background-size: 20%;
    }


    .contenu-header-about{
        width: 80%;
        margin:0 auto;
        display: flex;
    }


    .info-header-about{
        width: 60%;
        position: relative;
        top: -10px;
    }

    .info-header-about .p{
        font-size: 15px;
        padding-bottom: 10px;
    }

    .titre-header-about{
        font-size: 45px;
        padding-bottom: 5px;
    }

    .paragraphe-header-about{
        padding: 10px 0;
        font-size:14px;
        line-height: 1.6;
    }


    .image-header-about{
        width: 38%;
        padding-top: 50px;
    }

    .image-header-about img{
        width: 100%;
    }
    

    .devise-royspace{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        position: relative;
        top: 10px;
    }

    .age{
        width: 30%;
        text-align: center;
        margin: 0 auto;
    }

    .titre-age{
        width: 55px;
        padding: 15px;
        font-size: 18px;
        margin: 0 auto;

    }

    .age p{
        font-size: 15px;
        padding-top: 10px;
        font-weight: 500;
    }

    .employes{
        width: 30%;
        text-align: center;
        margin: 0 auto;
    }

    .titre-employes{
        width: 55px;
        padding: 15px 20px 15px 15px;
        font-size: 18px;
        margin: 0 auto;
    }


    .employes p{
        font-size: 15px;
        padding-top: 10px;
        font-weight: 500;
    }


    .membres{
        width: 30%;
        text-align: center;
        margin: 0 auto;
    }

    .titre-membres{
        width: 55px;
        padding: 15px 20px 15px 9px;
        font-size: 21px;
        margin: 0 auto;
    }

    .membres p{
        font-size: 15px;
        padding-top: 10px;
        font-weight: 500;
    }


    /* equipe */

    #equipe{
        width: 100%;
        padding: 10px 0;
    }


    .contenu-equipe{
        width: 80%;
        margin: 5% auto;
        text-align: center;
    }

    .titre-equipe{
        font-size: 80px;
        padding-bottom: 10px;
    }


    .description-equipe{
        font-size: 16px;
        width: 90%;
        padding: 20px 0;
        line-height: 1.6;
    }


    
    .block-illustration-equipe{
        width: 80%;
        margin: 5% auto;
    }

    .contenu-illustration-equipe{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .equipe{
        width: 32%;
        padding: 20px;
    }

    .equipe .image-temoin{
        width: 50%;
        margin: 0 auto;
    }

    .equipe .image-temoin img{
        width: 100%;
    } 

    .nom-temoigneur{
        padding-bottom: 5px;
    }

    .fonction-temoigneur{
        padding-bottom: 10px;
    }

    .rx-temoigneur{
        width: 80%;
        margin: 0 auto;
        padding: 10px 0;
    }
    
    .rx-temoigneur img{
        width: 35px;
    }


    /* contact about */

    #contact-about{
        padding-bottom: 100px;
    }

    .formulaire-about{
        width: 60%;
        margin: 0 auto;
        padding: 30px;
        height: 550px;
    }

    /* 
    =========================
    connexion
    =========================
    */


    #connexion{
        background-color: var(--color-body);
        width: 100%;
        height: 100vh;
        padding: 100px 50px 50px;
    }

    .connexion{
        width: 50%;
        margin: 0 auto;
        display: flex;
    }



    /* illustration */


    .illustration-connexion{
        width: 40%;
        padding: 30px;
        background-size: 60%;

    }

    .illustration-connexion .logo{
        width: 100%;
        margin: 2% auto;
    }


    .illustration-connexion .picto{
        width: 45%;
        margin: 1% auto;
    }

    .illustration-connexion .picto img{
        width: 100%;
    }

    .info-illustration-connexion{
        text-align: center;
        padding: 10px 0;
        position: relative;
        top: 20px;
    }

    .info-illustration-connexion h3{
        padding: 8px 0;
        font-size: 18px;
    }

    .info-illustration-connexion p{
        font-size: 11px;
        padding-bottom: 0px;
    }


    /* formulaire */

    .formulaire-connexion{
        width: 60%;
        padding: 30px;
        background-color: #ffffff05;

    }

    #mot-passe-oublier{
        width: 60%;
        padding: 80px 30px 30px 30px;
    }

    .titre-form-inscription{
        font-size: 21px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .para-titre-form-inscription{
        font-size: 14px;
        padding-bottom: 2px;
        line-height: 1.5;
    }


    #form-inscrition input[type=email]{
        padding: 6px 15px;
        margin: 3px 0;
        font-size: 14px;
    }

    #form-inscrition input[type=password]{
        padding: 6px 15px;
        margin: 3px 0;
        font-size: 14px;
    }

    #btn-connexion{
        padding: 6px 15px;
        margin: 5px 0 10px 0;
        font-size: 16px;
    }

    .email{
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .email label{
        font-size: 14px;
        position: relative;
        bottom: -12px;
    }

    .password{
        padding-top: 0px;
        padding-bottom: 10px;
    }

    .password label{
        font-size: 14px;
        position: relative;
        bottom: -12px;
    }

    .password-forget{
        font-size: 12px;   
        padding-top: 10px;
    }

    .password-forget a{
        font-size: 12px;

    }


    .inscription{
        display: flex;
        padding: 4px 0;
    }

    .inscription p{
        font-size: 12px;
    }

    .inscription p a{
        padding-left: 14px;
    }


    
    /* 
    ======================
    comment ça marche 
    ======================
    */


    #page-comment-ca-marche{
        width: 100%;
        padding-top: 180px;
    }

    .contenu-header-comment-ca-marche{
        width: 80%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }


    /* left */

    .left-comment-ca-marche{
        width: 20%;
        position: relative;
        left: -50px;
    }

    .left-comment-ca-marche img{
        width: 200px;
    }


    /* center */

    .center-comment-ca-marche{
        width: 55%;
        margin: 0 auto;
        text-align: center;
        position: relative;
        top: 20px;
    }

    .titre-01{
        font-size: 50px;
        line-height: 1.1;
        padding-bottom: 20px;
    }


    .titre-02{
        font-size: 16px;
    }

    #btn-telecharger-l-application{
        width: 50%;
        padding: 15px;
        margin: 5% auto;
    }


    /* rigth */

    .rigth-comment-ca-marche{
        width: 20%;
        position: relative;
        top: 150px;
        right: -50px;

    }

    .rigth-comment-ca-marche img{
        width: 20px;
    }


    /* main comment ça marche */

    .contenu-comment-ca-marche{
        width: 70%;
        margin: 0 auto;
    }

    .titre-accordion-comment-ca-marche{
        font-size: 60px;
        font-weight: 700;
        text-align: center;
        color: var(--color-04);
        padding-bottom: 80px;
    }


      
    #flex-container {
        width: 100%;
        min-height: 400px;
        height: 10vh;
        max-width: 1000px;
    }
  



}



/* 
========================
1200px
========================
*/

@media(max-width:1200px){

    /* 
    ---------------------------
    Navigation
    ---------------------------
    */

    
    nav{
        padding: 10px 0;
        margin-top: 10px;
    }


    /* logo */

    .logo{
        width: 20%;
    }


    /* menu navigation */


    .menu{
        width: 80%;
    }

    .navbar-menu ul{
        gap: 2px;
        left: 100px;
    }



    .navbar-menu li.active a{
        font-size: 16px;
    }

    .navbar-menu li:hover a{
        font-size: 16px;
    }

    .navbar-menu li a{
        font-size: 15px;
    }


    /* Se connecter */

    #se-connecter{
        width: 18%;
        padding: 6px 15px;
    }

    #se-connecter a{
        font-size: 18px;
    }


    /* header index */

    .header-index{
        width: 100%;
        height: 100vh;
        padding-top: 250px;
        background-size: 19%;
    }

    .contenu-header-index{
        width: 80%;
        margin:0 auto;
    }


    .info-header-index{
        width: 45%;
        top: -20px;
    }

    .titre-header-index{
        font-size: 45px;
        padding-bottom: 5px;
        line-height: 1.1;
    }

    .titre-header-index span{
        font-size: 45px;
    }

    .paragraphe-header-index{
        padding: 5px 0;
        font-size:16px;
        line-height: 1.5;
    }


    .image-header-index{
        width: 55%;
    }

    .image-header-index img{
        width: 105%;
    }


    .btn-telecharger-l-application{
        width: 60%;
        padding: 15px;
        margin-top: 20px;
    }

    .btn-telecharger-l-application a{
        font-size: 18px;
    }


    
    /*
    ======================
    Opportunitées
    ======================
    */

    #opportunites-index{
        width: 80%;
        margin: 10% auto;
    }

    .contenu-opportunites-index{
        width: 100%;
    }

    .titre-opportunites-index{
        font-size: 65px;
        line-height: 1.1;
        padding-bottom: 20px;
    }

    .liseret{
        width: 80%;
        height: 2px;
        margin-bottom: 50px;
    }


    .block-illustration-opportunites-index{
        display: flex;
    }

    .image-illustration-opportunites-index{
        width: 55%;
    }

    .image-illustration-opportunites-index img{
        width: 100%;
    }

    .info-opportunites-index{
        width: 65%;
        padding: 30px;
        position: absolute;
        bottom: -50px;
        left: 35%;
        height: 460px;

    }

    .titre-info-opportunites-index{
        font-size: 40px;
        padding-bottom: 10px;
    }


    .paragrape-info-opportunites-index{
        font-size: 15px;
        line-height: 1.5;
        -webkit-line-clamp: 12;
    }

    .btn-lire-plus{
        width: 35%;
        padding: 15px ;
        margin-top: 20px;
        border-radius: 5px;
    }

    .btn-lire-plus a{
        font-size: 16px;
    }



    /*
    ===================
    Forfaits
    ===================
    */

    #decouvrez-les-forfaits{
        width: 100%;
        padding: 100px 0;
    }


    .contenu-decouvrez-les-forfaits{
        width: 100%;
    }


    .titre-decouvrez-les-forfaits{
        width: 90%;
        margin: 0 auto;
        padding-bottom: 20px;
    }

    .titre-decouvrez-les-forfaits h1{
        font-size: 130px;
        color: transparent;
        line-height: 1.1;
        font-weight: 900;
        -webkit-text-stroke: 2px var(--color-10);
        opacity: .3;
    }


    .block-illustration-decouvrez-les-forfaits{
        display: flex;
        width: 80%;
        padding-top: 100px;
    }

    .image-illustration-decouvrez-les-forfaits{
        width: 55%;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .image-illustration-decouvrez-les-forfaits img{
        width: 100%;
    }

    .info-decouvrez-les-forfaits{
        width: 60%;
        padding: 30px;
        position: relative;
        bottom: -50px;
        left: 0;
        height: 430px;
        border-radius: 5px;
    }


    .titre-info-decouvrez-les-forfaits{
        font-size: 35px;
        padding-bottom: 20px;
        line-height: 1.2;
    }


    .paragrape-info-decouvrez-les-forfaits{
        font-size: 15px;
        line-height: 1.5;
        /* -webkit-line-clamp: 7; */
        /* -webkit-line-clamp: auto; */
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }


    /* 
    ====================
    footer
    ====================
    */

    #footer{
        padding: 50px 0;
    }

    .contenu-footer{
        gap: 20px;
        width: 80%;
    }

    .info-royspace-footer{
        width: 50%;
    }
    
    .contact-footer{
        width: 45%;
    }

    .img-contact{
        width: 5%;
    }
    
    .img-contact img{
        width: 100%;
    }

    .span-contact-footer{
        padding-left: 1px;
    }
    
    .navigation-footer{
        width: 35%;
    }
    
    .newsleter-footer{
        width: 60%;
    }
    

    .newsleter-footer button[type="submit"]{
        width: 50%;
        padding: 15px 20px;
        margin: 8px 0;
        font-size: 16px;
    }


    /* Mention légale */

    .mention-legale{
        width: 100%;
        padding-top: 60px;
    }

    .liseret-footer{
        width: 100%;
        height: 1px;
        margin-bottom: 10px;
    }

    .block-mention-legale{
        display: flex;
        justify-content: space-between;
    }

    .copyrigth{
        font-size: 15px;
    }

    .confidentialite{
        width: 38%;
        display: flex;
        justify-content: space-between;
    }

    .confidentialite a{
        font-size: 15px;
        padding-right: 10px;
        transition: var(--transition-01);
    }


    
    /* 
    ========================
    About
    ========================
    */

    /* header index */

    .header-about{
        padding-top: 150px;
        background-size: 25%;
    }


    .info-header-about{
        width: 50%;
        position: relative;
        top: -10px;
    }

    .info-header-about .p{
        font-size: 15px;
        padding-bottom: 10px;
    }

    .titre-header-about{
        font-size: 45px;
        padding-bottom: 5px;
    }

    .paragraphe-header-about{
        padding: 10px 0;
        font-size:14px;
        line-height: 1.6;
    }


    .image-header-about{
        width: 50%;
        padding-top: 50px;
    }

    .image-header-about img{
        width: 100%;
    }
    

    .devise-royspace{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        position: relative;
        top: 10px;
    }

    .age{
        width: 30%;
        text-align: center;
        margin: 0 auto;
    }

    .titre-age{
        width: 55px;
        padding: 15px;
        font-size: 18px;
        margin: 0 auto;

    }

    .age p{
        font-size: 15px;
        padding-top: 10px;
        font-weight: 500;
    }

    .employes{
        width: 30%;
        text-align: center;
        margin: 0 auto;
    }

    .titre-employes{
        width: 55px;
        padding: 15px 20px 15px 15px;
        font-size: 18px;
        margin: 0 auto;
    }


    .employes p{
        font-size: 15px;
        padding-top: 10px;
        font-weight: 500;
    }


    .membres{
        width: 30%;
        text-align: center;
        margin: 0 auto;
    }

    .titre-membres{
        width: 55px;
        padding: 15px 20px 15px 9px;
        font-size: 21px;
        margin: 0 auto;
    }

    .membres p{
        font-size: 15px;
        padding-top: 10px;
        font-weight: 500;
    }


    /* equipe */


    #equipe{
        width: 100%;
        padding: 20px 0;
    }


    .contenu-equipe{
        width: 80%;
        margin: 5% auto;
        text-align: center;
    }

    .titre-equipe{
        font-size: 80px;
        padding-bottom: 10px;
    }


    .description-equipe{
        font-size: 16px;
        width: 90%;
        padding: 20px 0;
        line-height: 1.6;
    }


    
    .block-illustration-equipe{
        width: 80%;
        margin: 5% auto;
    }

    .contenu-illustration-equipe{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .equipe{
        width: 32%;
        padding: 20px;
    }

    .equipe .image-temoin{
        width: 50%;
        margin: 0 auto;
    }

    .equipe .image-temoin img{
        width: 100%;
    } 

    .nom-temoigneur{
        padding-bottom: 5px;
    }

    .fonction-temoigneur{
        padding-bottom: 10px;
    }

    .rx-temoigneur{
        width: 80%;
        margin: 0 auto;
        padding: 10px 0;
    }
    
    .rx-temoigneur img{
        width: 35px;
    }


    /* contact about */

    #contact-about{
        padding-bottom: 100px;
    }

    .formulaire-about{
        width: 70%;
        margin: 0 auto;
        padding: 30px;
        height: 550px;
    }


    /* 
    =========================
    connexion
    =========================
    */


    #connexion{
        background-color: var(--color-body);
        width: 100%;
        height: 100vh;
        padding: 150px 50px 50px;
    }

    .connexion{
        width: 70%;
        margin: 0 auto;
        display: flex;
    }



    /* illustration */


    .illustration-connexion{
        width: 40%;
        padding: 40px;
        background-size: 60%;

    }

    .illustration-connexion .logo{
        width: 80%;
        margin: 3% auto;
        padding-top: 20px;
    }


    .illustration-connexion .logo img{
        width: 200px;
    }


    .illustration-connexion .picto{
        width: 50%;
        margin: 5% auto;
    }

    .illustration-connexion .picto img{
        width: 100%;
    }

    .info-illustration-connexion{
        text-align: center;
        padding: 15px 0;
    }

    .info-illustration-connexion h3{
        padding: 10px 0;
        font-size: 18px;
    }

    .info-illustration-connexion p{
        font-size: 12px;
        padding-bottom: 10px;
    }


    /* formulaire */

    .formulaire-connexion{
        width: 60%;
        padding: 30px;
        background-color: #ffffff05;

    }

    #mot-passe-oublier{
        width: 60%;
        padding: 80px 30px 30px 30px;
    }

    .titre-form-inscription{
        font-size: 23px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .para-titre-form-inscription{
        font-size: 15px;
        padding-bottom: 5px;
        line-height: 1.5;
    }


    #form-inscrition input[type=email]{
        padding: 10px 20px;
        margin: 5px 0;
        font-size: 15px;
    }

    #form-inscrition input[type=password]{
        padding: 10px 20px;
        margin: 5px 0;
        font-size: 15px;
    }

    #btn-connexion{
        padding: 8px 15px;
        margin: 10px 0 15px 0;
        font-size: 18px;
    }

    .email{
        padding-top: 10px;
        padding-bottom: 5px;
    }

    .email label{
        font-size: 15px;
    }

    .password{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .password label{
        font-size: 15px;
    }

    .password-forget{
        font-size: 15px;   
    }

    .password-forget a{
        font-size: 15px;

    }


    .inscription{
        display: flex;
        padding: 10px 0;
    }

    .inscription p{
        font-size: 16px;
    }

    .inscription p a{
        padding-left: 15px;
    }



    
    /* 
    ======================
    comment ça marche 
    ======================
    */


    #page-comment-ca-marche{
        width: 100%;
        padding-top: 250px;
        background-size: 20%;
    }

    .contenu-header-comment-ca-marche{
        width: 80%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }


    /* left */

    .left-comment-ca-marche{
        width: 20%;
        position: relative;
        left: -120px;
        top: -80px;
    }

    .left-comment-ca-marche img{
        width: 300px;
    }


    /* center */

    .center-comment-ca-marche{
        width: 55%;
        margin: 0 auto;
        top: 50px;
    }

    .titre-01{
        font-size: 50px;
        padding-bottom: 20px;
    }

    .titre-02{
        font-size: 15px;
    }x

    #btn-telecharger-l-application{
        width: 55%;
        padding: 20px;
        margin: 5% auto;
        background-color: var(--color-rouge);
        border: none;
    }


    /* rigth */

    .rigth-comment-ca-marche{
        width: 20%;
        position: relative;
        top: 200px;
        right: 20px;
    }

    .rigth-comment-ca-marche img{
        width: 300px;
    }


    /* main comment ça marche */

    .contenu-comment-ca-marche{
        width: 60%;
        margin: 0 auto;
    }

    .titre-accordion-comment-ca-marche{
        font-size: 55px;
        padding-bottom: 50px;
        padding-top: 20px;
    }





}



/* 
========================
1024px
========================
*/


@media (max-width:1024px){

    /* 
    ---------------------------
    Navigation
    ---------------------------
    */

    nav{
        margin-top: 0;
        background-color: var(--color-11);
        text-align: center;
        width: 100%;
        justify-content: center;
    }
    

    .menu-navigation{
        width: 80%;
        text-align: center;
    }
    
    /* logo */


    .logo{
        width: 20%;
        position: relative;
        left: -30px;
    }


    /* menu navigation */


    .menu{
        width:100%;
        background-color:var(--color-11);
        height: 100vh;
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;
        bottom: 0;
        transform: translatex(-150%);
        transition: ease all .8s;
        display: block;
        text-align: center;
        align-items: center;
        justify-content: center;
        padding-top: 120px;
        display: block;
    }

    .navbar-menu{
        width: 60%;
        margin: 0 auto;
    }


    .navbar-menu ul{
        width: 60%;
        display: block;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 50px;
        text-align: center;
    }


    .navbar-menu li{
        padding: 10px;
        margin: 30px 0;
        text-align: center;
    }


    .navbar-menu li.active{
        padding: 10px 20px;
    }


    .navbar-menu li.active a{
        font-size: 27px;
        font-weight: 800;
    }


    .navbar-menu li:hover a{
        font-size: 25px;
    }

    .navbar-menu li a{
        font-size: 25px;
    }


    /* Se connecter */

    #se-connecter{
        width: 30%;
        padding: 10px;
        margin: 10% auto;

    }

    #se-connecter a{
        color: #ffffff;
        font-size: 25px;
        font-weight: 600;
    }


    /* click menu */

    .toggle{
        display: block;
        position: absolute;
        background-color: var(--color-07);
        width: 45px;
        height: 40px;
        right: 65px;
        top: 25px;
        z-index: 500;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 10px;
    }

  
    .toggle .btnOpen{
        display: block;
        width: 25px;
        position: relative;
    }

    .toggle .btnClose{
        display:none;
        width: 20px;
        position: relative;
        left: 2px;
    }

    .toggle .btnOpen .cls-1{
        fill:var(--color-11);
    }

    .toggle .btnClose .cls-1{
        fill:var(--color-11);
    }


    .open .btnOpen{
        display: none;
    }

    .open .btnClose{
        display: block;
    }


    .open #btn-agir{
        display: block;
    }

    .open .menu {
        transform: translateX(0);
    }

    /* Mention légale */

    .mention-legale{
        width: 100%;
        padding-top: 60px;
    }

    .liseret-footer{
        width: 100%;
        height: 1px;
        margin-bottom: 10px;
    }

    .block-mention-legale{
        display: flex;
        justify-content: space-between;
    }

    .copyrigth{
        font-size: 15px;
    }

    .confidentialite{
        width: 50%;
        display: flex;
        justify-content: space-between;
    }

    .confidentialite a{
        font-size: 14px;
        padding-right: 10px;
        transition: var(--transition-01);
    }

    .image-illustration-contact-index{
        width: 75%;
        position: absolute;
        right: 0;
    }


    .btn-telecharger-l-application{
        width: 80%;
        padding: 15px;
        margin-top: 20px;
    }

    .btn-telecharger-l-application a{
        font-size: 18px;
    }




    /* 
    ========================
    page contact
    ========================
    */

    #contact{
        padding-top: 200px;
        padding-bottom: 5500px;
    }


    .contenu-contact{
        width: 80%;
        gap: 10px;
    }

    .information-contact{
        width: 40%;
        top: -50px;
    }


    .contenu-formulaire-contact{
        width: 55%;
    }

    .formulaire-contact{
        height: 580px;
    }



    #form-contact{
        top: -50px;
    }


    .form-contact{
        width: 60%;
        padding: 30px;
    }


    .titre-contact{
        font-size: 21px;
    }

    .souligneur01{
        height: 5px;
        width: 30%;
    }

    .souligneur02{
        height: 20px;
        width: 20px;
        top: -12px;
    }


    .commentaire-titre-contact p{
        font-size: 13px;
        padding: 20px 0;

    }


    .block-telephone{
        padding: 10px 0;
    }

    .block-telephone p{
        padding-left: 30px;
    }

    .block-email{
        padding: 10px 0;
    }

    .block-email p{
        padding-left: 30px;
    }

    .block-localisation{
        padding: 10px 0;
    }

    .block-localisation p{
        padding-left: 30px;
    }


    /* 
    =========================
    connexion
    =========================
    */


    #connexion{
        background-color: var(--color-body);
        width: 100%;
        height: 100vh;
        padding: 120px 50px 50px;
    }

    .connexion{
        width: 70%;
        margin: 0 auto;
        display: flex;
    }


    /* illustration */


    .illustration-connexion{
        width: 40%;
        padding: 30px;
        background-size: 60%;

    }

    .illustration-connexion .logo{
        width: 80%;
        margin: 3% auto;
        padding-top: 20px;
    }


    .illustration-connexion .logo img{
        width: 240px;
    }



    .illustration-connexion .picto{
        width: 50%;
        margin: 5% auto;
    }

    .illustration-connexion .picto img{
        width: 100%;
    }

    .info-illustration-connexion{
        text-align: center;
        padding: 20px 0;
    }

    .info-illustration-connexion h3{
        padding: 10px 0;
        font-size: 18px;
    }

    .info-illustration-connexion p{
        font-size: 12px;
        padding-bottom: 5px;
    }


    /* formulaire */

    .formulaire-connexion{
        width: 60%;
        padding: 30px;
        background-color: #ffffff05;

    }

    #mot-passe-oublier{
        width: 60%;
        padding: 80px 30px 30px 30px;
    }

    .titre-form-inscription{
        font-size: 21px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .para-titre-form-inscription{
        font-size: 14px;
        padding-bottom: 5px;
        line-height: 1.5;
    }


    #form-inscrition input[type=email]{
        padding: 10px 20px;
        margin: 5px 0;
        font-size: 13px;
    }

    #form-inscrition input[type=password]{
        padding: 10px 20px;
        margin: 5px 0;
        font-size: 13px;
    }

    #btn-connexion{
        padding: 8px 15px;
        margin: 10px 0 15px 0;
        font-size: 18px;
    }

    .email{
        padding-top: 10px;
        padding-bottom: 5px;
    }

    .email label{
        font-size: 14px;
        position: relative;
        bottom: -10px;
    }

    .password{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .password label{
        font-size: 14px;
        position: relative;
        bottom: -10px;
    }

    .password-forget{
        font-size: 14px;   
        padding-top: 20px;
    }

    .password-forget a{
        font-size: 14px;
    }


    .inscription{
        display: block;
        padding: 10px 0;
    }

    .inscription p{
        font-size: 14px;
    }

    .inscription p a{
        padding-left: 0px;
        padding-top: 5px;
    }


    
    /* 
    ======================
    comment ça marche 
    ======================
    */


    #page-comment-ca-marche{
        width: 100%;
        padding-top: 500px;
        background-size: 20%;
    }

    .contenu-header-comment-ca-marche{
        width: 80%;
        gap: 10px;
    }


    /* left */

    .left-comment-ca-marche{
        width: 15%;
        left: -100px;
        top: -350px;
    }

    .left-comment-ca-marche img{
        width: 200px;
    }


    /* center */

    .center-comment-ca-marche{
        width: 55%;
        top: -250px;
    }

    .titre-01{
        font-size: 40px;
        line-height: 1.1;
        padding-bottom: 20px;
    }


    .titre-02{
        font-size: 15px;
    }

    #btn-telecharger-l-application{
        width: 50%;
        padding: 15px;
        margin: 5% auto;
    }

    #btn-telecharger-l-application a{
        font-size: 15px;
    }


    /* rigth */

    .rigth-comment-ca-marche{
        width: 20%;
        top: -100px;
        right: 0px;
        left: -100px;
        margin: 0 auto;
    }

    .rigth-comment-ca-marche img{
        width: 300px;
    }

    
    /* main comment ça marche */

    .contenu-comment-ca-marche{
        width: 70%;
    }

    .titre-accordion-comment-ca-marche{
        font-size: 50px;
    }


    .info-decouvrez-les-forfaits{
        width: 60%;
        padding: 30px;
        position: relative;
        bottom: -50px;
        left: 0;
        height: 380px;
        border-radius: 5px;
    }

}



/* 
========================
920px 415px
========================
*/

@media (max-width:920px){

    /* menu navigation */

    .menu{
        padding-top: 70px;
    }

    
    .navbar-menu ul{
        width: 45%;
        top: 30px;
    }


    .navbar-menu li{
        padding: 10px;
        margin: 3px 0;
        text-align: center;
    }


    .navbar-menu li.active{
        padding: 5px 10px;
    }


    .navbar-menu li.active a{
        font-size: 17px;
        font-weight: 500;
    }


    .navbar-menu li:hover a{
        font-size: 17px;
    }

    .navbar-menu li a{
        font-size: 17px;
    }


    /* Se connecter */

    #se-connecter{
        width: 28%;
        padding: 7px;
        margin: 5% auto;

    }

    #se-connecter a{
        font-size: 18px;
        font-weight: 500;
    }



    /* header index */

    .header-index{
        width: 100%;
        height: 100vh;
        padding-top: 120px;
        background-size: 20%;
    }


    .contenu-header-index{
        width: 80%;
        margin:0 auto;
    }


    .info-header-index{
        width: 55%;
        top: -10px;
    }

    .titre-header-index{
        font-size: 30px;
        padding-bottom: 5px;
        line-height: 1.1;
    }

    .titre-header-index span{
        font-size: 30px;
    }

    .paragraphe-header-index{
        padding: 5px 0;
        font-size:13px;
        line-height: 1.5;
    }


    .image-header-index{
        width: 45%;
    }

    .image-header-index img{
        width: 100%;
    }


    .btn-telecharger-l-application{
        width: 60%;
        padding: 10px;
        margin-top: 5px;
    }

    .btn-telecharger-l-application a{
        font-size: 15px;
    }

    /*
    ======================
    Opportunitées
    ======================
    */

    #opportunites-index{
        width: 80%;
        margin: 10% auto;
    }

    .contenu-opportunites-index{
        width: 100%;
    }

    .titre-opportunites-index{
        font-size: 70px;
        line-height: 1.1;
        padding-bottom: 30px;
    }

    .liseret{
        width: 80%;
        height: 2px;
        margin-bottom: 130px;
    }


    .block-illustration-opportunites-index{
        display: flex;
    }

    .image-illustration-opportunites-index{
        width: 55%;
    }

    .image-illustration-opportunites-index img{
        width: 100%;
    }

    .info-opportunites-index{
        width: 65%;
        padding: 30px;
        position: absolute;
        bottom: -50px;
        left: 35%;
        height: 455px;

    }

    .titre-info-opportunites-index{
        font-size: 30px;
        padding-bottom: 10px;
    }


    .paragrape-info-opportunites-index{
        font-size: 15px;
        line-height: 1.5;
        -webkit-line-clamp: 12;
    }

    .btn-lire-plus{
        width: 40%;
        padding: 15px ;
        margin-top: 20px;
        border-radius: 5px;
    }

    .btn-lire-plus a{
        font-size: 16px;
    }


    /*
    ===================
    Forfaits
    ===================
    */

    #decouvrez-les-forfaits{
        width: 100%;
        padding: 50px 0;
    }


    .contenu-decouvrez-les-forfaits{
        width: 100%;
    }


    .titre-decouvrez-les-forfaits{
        width: 80%;
        margin: 0 auto;
        padding-bottom: 0px;
    }

    .titre-decouvrez-les-forfaits h1{
        font-size: 100px;
    }


    .block-illustration-decouvrez-les-forfaits{
        display: flex;
        width: 80%;
        padding-top: 100px;
    }

    .image-illustration-decouvrez-les-forfaits{
        width: 55%;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .image-illustration-decouvrez-les-forfaits img{
        width: 100%;
    }

    .info-decouvrez-les-forfaits{
        width: 60%;
        padding: 30px;
        position: relative;
        bottom: -50px;
        left: 0;
        height: 330px;
        border-radius: 5px;
    }


    .titre-info-decouvrez-les-forfaits{
        font-size: 25px;
        padding-bottom: 20px;
        line-height: 1.2;
    }


    .paragrape-info-decouvrez-les-forfaits{
        font-size: 15px;
        line-height: 1.5;
        /* -webkit-line-clamp: 9; */
        /* -webkit-line-clamp: auto; */
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    /* 
    =============================
    Illustration
    =============================
    */


    #illustration{
        width: 100%;
        background-size: 19%;
    }

    .contenu-illustration{
        width: 75%;
        margin: 0 auto;
    }

    .titre-accordion{
        width: 60%;
        font-size: 73px;
    }


    /* accordion */

    .accordion-illustration{
        width: 100%;
    }

    .accordion {
        padding: 10px 0;
        font-size: 15px;
        margin: 5px 0;
    }
    
    .panel {
        padding: 0 20px;
        max-height: 0;
    }

    .panel p{
        padding: 15px;
        font-size: 15px;
    }

    
    .active-accordion:after {
        content: "\2796";
    }


    .image-illustration{
        width: 60%;
        margin: 0 auto;
    }

    .image-illustration img{
        width: 100%;
    }

    /* 
    ===============================
    Contact
    ===============================
    */

    #contact-index{
        width: 100%;
        padding: 20px 0;
        margin-bottom: 650px;
    }

    .contenu-contact-index{
        width: 83%;
        display: flex;
        position:absolute;
        right: 0;
    }


    .formulaire-contact{
        width: 65%;
        padding: 30px;
        height: 590px;
        position: relative;
        top: -30px;
        z-index: 20;
        left: -100px;
    }

    .titre-formulaire{
        width: 100%;
    }

    .titre-formulaire h1{
        font-size: 35px;
        padding: 8px 0;
    }

    .titre-formulaire p{
        font-size: 15px;
        padding: 5px 0;
    }


    .image-illustration-contact-index{
        width: 80%;
        position: absolute;
        right: 0;
    }



    /* 
    ========================
    page contact
    ========================
    */

    #contact{
        padding-top: 200px;
        padding-bottom: 900px;
    }


    .contenu-contact{
        width: 80%;
        gap: 10px;
    }

    .information-contact{
        width: 100%;
        top: -50px;
    }


    .contenu-formulaire-contact{
        width: 100%;
    }


    #form-contact{
        top: -50px;
    }


    .form-contact{
        width: 100%;
        padding: 30px;
    }


    .titre-contact{
        font-size: 25px;
    }

    .souligneur01{
        height: 5px;
        width: 30%;
    }

    .souligneur02{
        height: 20px;
        width: 20px;
        top: -12px;
    }


    .commentaire-titre-contact p{
        font-size: 15px;
        padding: 20px 0;

    }


    .block-telephone{
        padding: 10px 0;
    }

    .block-telephone p{
        padding-left: 30px;
    }

    .block-email{
        padding: 10px 0;
    }

    .block-email p{
        padding-left: 30px;
    }

    .block-localisation{
        padding: 10px 0;
    }

    .block-localisation p{
        padding-left: 30px;
    }


    /* 
    =========================
    connexion
    =========================
    */


    #connexion{
        background-color: var(--color-body);
        width: 100%;
        height: 100%;
        padding: 50px 50px 50px;
    }


    .connexion{
        width: 100%;
        margin: 0 auto;
        display: flex;
    }


    /* illustration */


    .illustration-connexion{
        width: 40%;
        padding: 40px;
        background-size: 60%;

    }

    .illustration-connexion .logo{
        width: 80%;
        margin: 3% auto;
        padding-top: 20px;
    }


    .illustration-connexion .logo img{
        width: 240px;
    }



    .illustration-connexion .picto{
        width: 50%;
        margin: 5% auto;
    }

    .illustration-connexion .picto img{
        width: 100%;
    }

    .info-illustration-connexion{
        text-align: center;
        padding: 20px 0;
    }

    .info-illustration-connexion h3{
        padding: 10px 0;
        font-size: 18px;
    }

    .info-illustration-connexion p{
        font-size: 12px;
        padding-bottom: 5px;
    }


    /* formulaire */


    .formulaire-connexion{
        width: 70%;
        padding: 30px;
        background-color: #ffffff05;

    }

    #mot-passe-oublier{
        width: 60%;
        padding: 100px 30px 30px 30px;
    }

    .titre-form-inscription{
        font-size: 23px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .para-titre-form-inscription{
        font-size: 15px;
        padding-bottom: 5px;
        line-height: 1.5;
    }


    #form-inscrition input[type=email]{
        padding: 10px 20px;
        margin: 5px 0;
        font-size: 15px;
    }

    #form-inscrition input[type=password]{
        padding: 10px 20px;
        margin: 5px 0;
        font-size: 15px;
    }

    #btn-connexion{
        padding: 8px 15px;
        margin: 10px 0 15px 0;
        font-size: 18px;
    }

    .email{
        padding-top: 10px;
        padding-bottom: 5px;
    }

    .email label{
        font-size: 15px;
        position: relative;
        bottom: -10px;
    }

    .password{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .password label{
        font-size: 15px;
        position: relative;
        bottom: -10px;
    }

    .password-forget{
        font-size: 15px;   
    }

    .password-forget a{
        font-size: 15px;

    }


    .inscription{
        display: block;
        padding: 10px 0;
    }

    .inscription p{
        font-size: 16px;
    }

    .inscription p a{
        padding-left: 0px;
        padding-top: 5px;
    }




    
    /* 
    ========================
    About
    ========================
    */

    /* header index */

    .header-about{
        padding-top: 90px;
        background-size: 25%;
    }


    .info-header-about{
        width: 65%;
        position: relative;
        top: -10px;
    }

    .info-header-about .p{
        font-size: 15px;
        padding-bottom: 10px;
    }

    .titre-header-about{
        font-size: 30px;
        padding-bottom: 5px;
    }

    .paragraphe-header-about{
        padding: 5px 0;
        font-size:10px;
        line-height: 1.5;
    }


    .image-header-about{
        width: 35%;
        padding-top: 0px;
        position: relative;
        top: 0px;
    }

    .image-header-about img{
        width: 100%;
    }
    

    .devise-royspace{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        position: relative;
        top: 10px;
    }

    .age{
        width: 35%;
        text-align: center;
        margin: 0 auto;
    }

    .titre-age{
        width: 40px;
        padding: 10px;
        font-size: 14px;
        margin: 0 auto;

    }

    .age p{
        font-size: 12px;
        padding-top: 10px;
        font-weight: 500;
    }

    .employes{
        width: 30%;
        text-align: center;
        margin: 0 auto;
    }

    .titre-employes{
        width: 40px;
        padding: 10px;
        font-size: 14px;
        margin: 0 auto;
    }


    .employes p{
        font-size: 12px;
        padding-top: 10px;
        font-weight: 500;
    }


    .membres{
        width: 30%;
        text-align: center;
        margin: 0 auto;
    }

    .titre-membres{
        width: 40px;
        padding: 10px;
        font-size: 14px;
        margin: 0 auto;
    }

    .membres p{
        font-size: 12px;
        padding-top: 10px;
        font-weight: 500;
    }


    /* equipe */


    #equipe{
        width: 100%;
        padding: 50px 0;
    }


    .contenu-equipe{
        width: 80%;
        margin: 5% auto;
        text-align: center;
    }

    .titre-equipe{
        font-size: 80px;
        padding-bottom: 10px;
    }


    .description-equipe{
        font-size: 16px;
        width: 90%;
        padding: 20px 0;
        line-height: 1.6;
    }


    
    .block-illustration-equipe{
        width: 80%;
        margin: 5% auto;
    }

    .contenu-illustration-equipe{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .equipe{
        width: 32%;
        padding: 20px;
    }

    .equipe .image-temoin{
        width: 50%;
        margin: 0 auto;
    }

    .equipe .image-temoin img{
        width: 100%;
    } 

    .nom-temoigneur{
        padding-bottom: 5px;
    }

    .fonction-temoigneur{
        padding-bottom: 10px;
    }

    .rx-temoigneur{
        width: 80%;
        margin: 0 auto;
        padding: 10px 0;
    }
    
    .rx-temoigneur img{
        width: 35px;
    }


    /* contact about */

    #contact-about{
        padding-bottom: 100px;
    }

    .formulaire-about{
        width: 70%;
        margin: 0 auto;
        padding: 30px;
        height: 550px;
    }


    /* 
    ======================
    comment ça marche 
    ======================
    */


    #page-comment-ca-marche{
        width: 100%;
        padding-top: 280px;
        background-size: 20%;
    }

    .contenu-header-comment-ca-marche{
        width: 80%;
        gap: 10px;
    }


    /* left */

    .left-comment-ca-marche{
        width: 20%;
        position: relative;
        left: -50px;
        top: -120px;
    }

    .left-comment-ca-marche img{
        width: 120px;
    }


    /* center */

    .center-comment-ca-marche{
        width: 50%;
        margin: 0 auto;
        top: -150px;
    }

    .titre-01{
        font-size: 35px;
        line-height: 1.1;
        padding-bottom: 20px;
    }


    .titre-02{
        font-size: 15px;
    }

    #btn-telecharger-l-application{
        width: 80%;
        padding: 20px;
        margin: 5% auto;
        background-color: var(--color-rouge);
    }


    /* rigth */

    .rigth-comment-ca-marche{
        width: 20%;
        position: relative;
        top: -120px;
        right: 0px;
        left: 10px;
        margin: 0 auto;
    }

    .rigth-comment-ca-marche img{
        width: 150px;
    }


    /* main comment ça marche */

    .contenu-comment-ca-marche{
        width: 80%;
        margin: 0 auto;
    }

    .titre-accordion-comment-ca-marche{
        font-size: 55px;
        padding-bottom: 50px;
        padding-top: 20px;
        margin-top: 50px;
    }



    
    /* main comment ça marche */

    .contenu-comment-ca-marche{
        width: 80%;
        margin: 0 auto;
    }

    .titre-accordion-comment-ca-marche{
        font-size: 45px;
        font-weight: 700;
        text-align: center;
        color: var(--color-04);
        padding-bottom: 50px;
        padding-top: 100px;
    }


    .temoignage-comment-ca-marche{
        width: 100%;
        padding: 20px 0;
        margin-top: 70px;
    }

    #left-zone {
        height: 15%;
        padding: 20px;
    }

      
    #right-zone {
        height: 15%;
        margin: 0 auto;
    }


    #flex-container {
        width: 100%;
        height: 30vh;
        min-height: 300px;
        padding-bottom: 200px;
    }


    .content-test {
        height: 100%;
        width: 50%;
        padding: 0 80px 0 0;
        -webkit-transform: translateY(110%);
        -ms-transform: translateY(110%);
        transform: translateY(110%);
    }





}




/* 
========================
844px 390px
========================
*/

@media (max-width:845px){

    
    /* header index */

    .header-index{
        width: 100%;
        height: 100vh;
        padding-top: 110px;
        background-size: 20%;
    }


    .contenu-header-index{
        width: 80%;
        margin:0 auto;
    }


    .info-header-index{
        width: 55%;
        top: -10px;
    }

    .titre-header-index{
        font-size: 27px;
        padding-bottom: 5px;
        line-height: 1.1;
    }

    .titre-header-index span{
        font-size: 27px;
    }

    .paragraphe-header-index{
        padding: 5px 0;
        font-size:12px;
        line-height: 1.5;
    }



}



/* 
========================
830px 1180px
========================
*/

@media (max-width:830px){

    /* 
    ---------------------------
    Navigation
    ---------------------------
    */

    nav{
        margin-top: 0;
        background-color: var(--color-11);
        text-align: center;
        width: 100%;
        justify-content: center;
    }
    

    .menu-navigation{
        width: 80%;
        text-align: center;
    }
    
    /* logo */


    .logo{
        width: 30%;
        position: relative;
        left: -30px;
    }


    /* menu navigation */


    .menu{
        width:100%;
        background-color:var(--color-11);
        height: 100vh;
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;
        bottom: 0;
        transform: translatex(-150%);
        transition: ease all .8s;
        display: block;
        text-align: center;
        align-items: center;
        justify-content: center;
        padding-top: 300px;
        display: block;
    }

    .navbar-menu{
        width: 60%;
        margin: 0 auto;
    }


    .navbar-menu-header-fixed{
        width: 60%;
        margin: 0 auto;
    }


    .navbar-menu ul{
        width: 60%;
        display: block;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 50px;
        text-align: center;
    }


    .navbar-menu li{
        padding: 10px 20px;
        margin: 30px 0;
        text-align: center;
    }


    .navbar-menu li:hover{
        padding: 10px 20px;
    }


    .navbar-menu li.active{
        padding: 10px 20px;
    }


    .navbar-menu li.active a{
        font-size: 25px;
        font-weight: 500;
    }


    .navbar-menu li:hover a{
        font-size: 25px;
    }

    .navbar-menu li a{
        font-size: 25px;
    }


    /* Se connecter */

    #se-connecter{
        width: 30%;
        padding: 10px;
        margin: 10% auto;

    }

    #se-connecter a{
        color: #ffffff;
        font-size: 25px;
        font-weight: 600;
    }


    /* click menu */

    .toggle{
        display: block;
        position: absolute;
        background-color: var(--color-07);
        width: 45px;
        height: 40px;
        right: 65px;
        top: 35px;
        z-index: 500;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 10px;
    }

    
    .open .menu {
        transform: translateX(0);
    }


    /* 
    ====================
    footer
    ====================
    */

    #footer{
        padding: 50px 0;
    }

    .contenu-footer{
        gap: 20px;
        width: 80%;
    }

    .info-royspace-footer{
        width: 100%;
    }
    
    .contact-footer{
        width: 55%;
    }
    
    .navigation-footer{
        width: 35%;
    }
    
    .newsleter-footer{
        width: 100%;
    }
    

    
    /* Mention légale */

    .mention-legale{
        width: 100%;
        padding-top: 60px;
    }

    .liseret-footer{
        width: 100%;
        height: 1px;
        margin-bottom: 10px;
    }

    .block-mention-legale{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .copyrigth{
        font-size: 15px;
        font-weight: 300;
    }

    .confidentialite{
        width: 100%;
        display: block;
        margin-top: 20px;
        justify-content: space-between;
    }

    .confidentialite a{
        font-size: 15px;
        padding-right: 10px;
        line-height: 2;
    }


    .confidentialite a:first-child{
        border-right: none;
    }


    /* header index */
    

    .header-index{
        width: 100%;
        height: 100vh;
        padding-top: 230px;
    }


    .contenu-header-index{
        width: 80%;
        margin:0 auto;
    }


    .info-header-index{
        width: 100%;
        top: 550px;
    }

    .titre-header-index{
        font-size: 60px;
        padding-bottom: 5px;
        line-height: 1.1;
    }

    .titre-header-index span{
        font-size: 60px;
    }

    .paragraphe-header-index{
        padding: 5px 0;
        font-size:14px;
        line-height: 1.5;
        text-align: justify;
    }


    .image-header-index{
        width: 100%;
        position: relative;
        top: -250px;
    }



    .btn-telecharger-l-application{
        width: 50%;
        padding: 15px;
        border-radius: 5px;
        margin-top: 10px;
    }

    .btn-telecharger-l-application a{
        font-size: 18px;
    }


    /*
    ======================
    Opportunitées
    ======================
    */

    .titre-opportunites-index{
        font-size: 65px;
        line-height: 1.1;
        padding-bottom: 50px;
    }

    .liseret{
        width: 80%;
        height: 2px;
        margin-bottom: 100px;
    }

    .image-illustration-opportunites-index{
        width: 95%;
    }

    .info-opportunites-index{
        width: 65%;
        padding: 30px;
        position: absolute;
        bottom: -50px;
        left: 35%;
        height: 460px;

    }

    .titre-info-opportunites-index{
        font-size: 30px;
        padding-bottom: 20px;
        font-weight: 800;
    }


    .paragrape-info-opportunites-index{
        font-size: 15px;
        line-height: 1.5;
        -webkit-line-clamp: 12;
        text-align: justify;
    }

    .btn-lire-plus{
        width: 100%;
        padding: 10px ;
        margin-top: 30px;
        background-color: var(--color-rouge);
        border: 1px solid var(--color-rouge);
    }

    .btn-lire-plus a{
        font-size: 18px;
    }


    /*
    ===================
    Forfaits
    ===================
    */


    .titre-decouvrez-les-forfaits{
        width: 80%;
        margin: 0 auto;
        padding-bottom: 50px;
    }

    .titre-decouvrez-les-forfaits h1{
        font-size: 100px;
    }


    .block-illustration-decouvrez-les-forfaits{
        display: flex;
        width: 80%;
        padding-top: 50px;
    }

    .image-illustration-decouvrez-les-forfaits{
        width: 95%;

    }


    .info-decouvrez-les-forfaits{
        width: 60%;
        padding: 30px;
        position: relative;
        bottom: -50px;
        left: 0;
        height: 430px;
        border-radius: 5px;
    }


    .titre-info-decouvrez-les-forfaits{
        font-size: 35px;
        padding-bottom: 20px;
        line-height: 1;
    }


    .paragrape-info-decouvrez-les-forfaits{
        font-size: 15px;
        line-height: 1.5;
        /* -webkit-line-clamp: auto; */
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }


    
    /*
    ======================
    Temoignage
    ======================
    */

    #temoignage{
        width: 100%;
        padding: 30px 0;
    }

    .contenu-temoignage{
        width: 80%;
        margin: 0 auto;
        padding-top: 20px;
    }


    .titre-temoignage{
        font-size: 50px;
    }


    .block-illustration-temoignage{
        width: 100%;
        margin: 10% auto;
    }

    .contenu-illustration-temoignage{
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        width: 100%;
        align-items: center;

    }


    .temoignage{
        width: 48%;
        padding: 20px;
    }


    .info-temoigneur{
        font-size: 15px;
        line-height: 1.5;
        font-weight: 300;
        padding: 10px 0;
    }

    .temoignage img{
        padding: 20px;
    }


    .nom-temoigneur{
        font-size: 21px;
        color: var(--color-10);
        font-weight: 600;
    }

    .fonction-temoigneur{
        color: var(--color-10);
        font-size: 17px;
        padding: 5px 0;
    }

    .avis-temoigneur{
        width: 50%;
        margin: 0 auto;
    }

    .avis-temoigneur svg{
        width: 20px;
        cursor: pointer;
    }

    .avis-temoigneur svg .cls-1 {
        fill: var(--color-08);
        transition: var(--transition-01);
    }


    .avis-temoigneur svg:hover .cls-1 {
        fill: var(--color-07);
    }

    .dot{
        width: 18%;
        margin: 0 auto;
        padding-top: 50px;
    }

    .dot ul{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .dot ul li{
        width: 20px ;
        height: 20px;
        border-radius: 200px;
        border: 1px solid var(--color-09);
    }

    .dot ul .active-dot{
        width: 45px ;
        height: 20px;
        border-radius: 20px;
        background-color: var(--color-05);
    }

    
    /* 
    =============================
    Illustration
    =============================
    */


    #illustration{
        width: 100%;
    }


    .contenu-illustration{
        width: 80%;
        margin: 0 auto;
    }


    /* image illustration */

    .image-illustration{
        width: 70%;
        margin: 0 auto;
    }

    .image-illustration img{
        width: 100%;
    }


    /* accordion */

    .information-illustration{
        width: 100%;
        margin: 0 auto;
    }

    .titre-accordion{
        width: 100%;
        margin: 30px 0;
        font-size: 50px;
    }

    .accordion-illustration{
        width: 100%;
    }

    .accordion {
        padding: 10px 0;
        font-size: 15px;
    }

    
    .panel {
        padding: 0 10px;
    }

    .panel p{
        padding: 10px;
        font-size: 15px;
    }

    .accordion:after {
        content: '\02795';
        font-size: 13px;
        color: var(--color-10);
        float: right;
        margin-left: 5px;
    }
    
    .active-accordion:after {
        content: "\2796";
    }


     
    /* 
    ========================
    About
    ========================
    */

    /* header index */

    .header-about{
        padding-top: 180px;
        background-size: 25%;
    }


    .info-header-about{
        width: 100%;
        position: relative;
        top: -10px;
    }

    .info-header-about .p{
        font-size: 15px;
        padding-bottom: 10px;
    }

    .titre-header-about{
        font-size: 45px;
        padding-bottom: 5px;
    }

    .paragraphe-header-about{
        padding: 10px 0;
        font-size:14px;
        line-height: 1.6;
    }


    .image-header-about{
        width: 70%;
        padding-top: 50px;
        margin: 0 auto;
    }

    .image-header-about img{
        width: 100%;
    }
    

    .devise-royspace{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        position: relative;
        top: 10px;
    }

    .age{
        width: 30%;
        text-align: center;
        margin: 0 auto;
    }

    .titre-age{
        width: 55px;
        padding: 15px;
        font-size: 18px;
        margin: 0 auto;

    }

    .age p{
        font-size: 15px;
        padding-top: 10px;
        font-weight: 500;
    }

    .employes{
        width: 30%;
        text-align: center;
        margin: 0 auto;
    }

    .titre-employes{
        width: 55px;
        padding: 15px 20px 15px 15px;
        font-size: 18px;
        margin: 0 auto;
    }


    .employes p{
        font-size: 15px;
        padding-top: 10px;
        font-weight: 500;
    }


    .membres{
        width: 30%;
        text-align: center;
        margin: 0 auto;
    }

    .titre-membres{
        width: 55px;
        padding: 15px 20px 15px 9px;
        font-size: 21px;
        margin: 0 auto;
    }

    .membres p{
        font-size: 15px;
        padding-top: 10px;
        font-weight: 500;
    }


    /* equipe */


    #equipe{
        width: 100%;
        padding: 50px 0;
    }


    .contenu-equipe{
        width: 80%;
        margin: 5% auto;
        text-align: center;
    }

    .titre-equipe{
        font-size: 80px;
        padding-bottom: 10px;
    }


    .description-equipe{
        font-size: 16px;
        width: 90%;
        padding: 20px 0;
        line-height: 1.6;
    }

    
    .block-illustration-equipe{
        width: 100%;
        margin: 5% auto;
    }

    .contenu-illustration-equipe{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .equipe{
        width: 48%;
        padding: 20px;
    }

    .equipe .image-temoin{
        width: 50%;
        margin: 0 auto;
    }

    .equipe .image-temoin img{
        width: 100%;
    } 

    .nom-temoigneur{
        padding-bottom: 5px;
    }

    .fonction-temoigneur{
        padding-bottom: 10px;
    }

    .rx-temoigneur{
        width: 80%;
        margin: 0 auto;
        padding: 10px 0;
    }
    
    .rx-temoigneur img{
        width: 35px;
    }


    /* contact about */

    #contact-about{
        padding-bottom: 100px;
    }

    .formulaire-about{
        width: 80%;
        margin: 0 auto;
        padding: 30px;
        height: 550px;
    }


    /* 
    =========================
    connexion
    =========================
    */


    #connexion{
        background-color: var(--color-body);
        width: 100%;
        height: 100vh;
        padding: 300px 50px 50px;
    }

    .connexion{
        width: 100%;
        margin: 0 auto;
        display: flex;
    }


    /* illustration */


    .illustration-connexion{
        width: 40%;
        padding: 40px;
        background-size: 60%;

    }

    .illustration-connexion .logo{
        width: 80%;
        margin: 3% auto;
        padding-top: 20px;
    }


    .illustration-connexion .logo img{
        width: 240px;
    }



    .illustration-connexion .picto{
        width: 50%;
        margin: 5% auto;
    }

    .illustration-connexion .picto img{
        width: 100%;
    }

    .info-illustration-connexion{
        text-align: center;
        padding: 20px 0;
    }

    .info-illustration-connexion h3{
        padding: 10px 0;
        font-size: 18px;
    }

    .info-illustration-connexion p{
        font-size: 12px;
        padding-bottom: 5px;
    }


    /* formulaire */

    .formulaire-connexion{
        width: 60%;
        padding: 30px;
        background-color: #ffffff05;

    }

    #mot-passe-oublier{
        width: 60%;
        padding: 80px 30px 30px 30px;
    }

    .titre-form-inscription{
        font-size: 23px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .para-titre-form-inscription{
        font-size: 15px;
        padding-bottom: 5px;
        line-height: 1.5;
    }


    #form-inscrition input[type=email]{
        padding: 10px 20px;
        margin: 5px 0;
        font-size: 15px;
    }

    #form-inscrition input[type=password]{
        padding: 10px 20px;
        margin: 5px 0;
        font-size: 15px;
    }

    #btn-connexion{
        padding: 8px 15px;
        margin: 10px 0 15px 0;
        font-size: 18px;
    }

    .email{
        padding-top: 10px;
        padding-bottom: 5px;
    }

    .email label{
        font-size: 15px;
        position: relative;
        bottom: -10px;
    }

    .password{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .password label{
        font-size: 15px;
        position: relative;
        bottom: -10px;
    }

    .password-forget{
        font-size: 15px;   
    }

    .password-forget a{
        font-size: 15px;

    }


    .inscription{
        display: block;
        padding: 10px 0;
    }

    .inscription p{
        font-size: 16px;
    }

    .inscription p a{
        padding-left: 0px;
        padding-top: 5px;
    }



    /* 
    ======================
    comment ça marche 
    ======================
    */


    #page-comment-ca-marche{
        width: 100%;
        padding-top: 150px;
        background-size: 20%;
    }

    .contenu-header-comment-ca-marche{
        width: 80%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }


    /* left */

    .left-comment-ca-marche{
        width: 50%;
        position: relative;
        left: 0px;
        top: 0px;
        margin: 0 auto;
    }

    .left-comment-ca-marche img{
        width: 60%;
    }


    /* center */

    .center-comment-ca-marche{
        width: 100%;
        margin: 0 auto;
        top: -60px;
    }

    .titre-01{
        font-size: 50px;
        padding-bottom: 20px;
    }

    .titre-02{
        font-size: 15px;
    }

    #btn-telecharger-l-application{
        width: 55%;
        padding: 20px;
        margin: 5% auto;
        background-color: var(--color-rouge);
        border: none;
    }


    /* rigth */

    .rigth-comment-ca-marche{
        width: 50%;
        position: relative;
        top: -30px;
        right: 0px;
        margin: 0 auto;
    }

    .rigth-comment-ca-marche img{
        width: 100%;
    }


    /* main comment ça marche */

    .contenu-comment-ca-marche{
        width: 80%;
        margin: 0 auto;
    }

    .titre-accordion-comment-ca-marche{
        font-size: 45px;
        padding-bottom: 50px;
        padding-top: 50px;
    }



    /* main comment ça marche */

    .contenu-comment-ca-marche{
        width: 80%;
        margin: 0 auto;
    }

    .titre-accordion-comment-ca-marche{
        font-size: 45px;
        font-weight: 700;
        text-align: center;
        color: var(--color-04);
        padding-bottom: 50px;
        padding-top: 100px;
    }


    .temoignage-comment-ca-marche{
        width: 100%;
        padding: 20px 0;
        margin-top: 70px;
    }

    #left-zone {
        height: 15%;
        padding: 20px;
    }

      
    #right-zone {
        height: 15%;
        margin: 0 auto;
    }


    #flex-container {
        width: 100%;
        height: 30vh;
        min-height: 300px;
        padding-bottom: 200px;
    }


    .content-test {
        height: 100%;
        width: 50%;
        padding: 0 80px 0 0;
        -webkit-transform: translateY(110%);
        -ms-transform: translateY(110%);
        transform: translateY(110%);
    }

    
}


/* 
========================
815px 375px 
========================
*/

@media (max-width:815px){

    
    .menu{
        padding-top: 230px;
    }

    .titre-decouvrez-les-forfaits h1{
        font-size: 85px;
    }

    .titre-formulaire h1{
        font-size: 25px;
        padding: 8px 0;
    }

    .titre-formulaire p{
        font-size: 16px;
        padding: 5px 0;
    }

 
    .header-about{
        padding-top: 120px;
        background-size: 50%;
    }

    .image-illustration-contact-index{
        width: 100%;
        position: absolute;
        right: 0;
    }


    /* 
    =========================
    connexion
    =========================
    */


    #connexion{
        background-color: var(--color-body);
        width: 100%;
        height: 100vh;
        padding: 230px 50px 50px;
    }

    .connexion{
        width: 100%;
        margin: 0 auto;
        display: flex;
    }


    /* 
    ======================
    comment ça marche 
    ======================
    */


    #page-comment-ca-marche{
        width: 100%;
        padding-top: 300px;
        background-size: 20%;
    }

    .contenu-header-comment-ca-marche{
        width: 80%;
        gap: 10px;
    }


    /* left */

    .left-comment-ca-marche{
        width: 15%;
        left: -100px;
        top: -150px;
    }

    .left-comment-ca-marche img{
        width: 200%;
    }


    /* center */

    .center-comment-ca-marche{
        width: 100%;
        top: -250px;
    }

    .titre-01{
        font-size: 45px;
        line-height: 1.1;
        padding-bottom: 20px;
    }


    .titre-02{
        font-size: 15px;
    }

    #btn-telecharger-l-application{
        width: 50%;
        padding: 15px;
        margin: 5% auto;
    }

    #btn-telecharger-l-application a{
        font-size: 15px;
    }


    /* rigth */

    .rigth-comment-ca-marche{
        width: 100%;
        top: -250px;
        right: -100px;
        left: 150px;
        margin: 0 auto;
    }

    .rigth-comment-ca-marche img{
        width: 250px;
    }


    /* header index */

    .header-index{
        width: 100%;
        height: 100vh;
        padding-top: 110px;
        background-size: 20%;
    }


    .contenu-header-index{
        width: 80%;
        margin:0 auto;
    }


    .info-header-index{
        width: 55%;
        top: 20px;
    }

    .titre-header-index{
        font-size: 25px;
        padding-bottom: 5px;
        line-height: 1.1;
    }

    .titre-header-index span{
        font-size: 25px;
    }

    .paragraphe-header-index{
        padding: 5px 0;
        font-size:12px;
        line-height: 1.5;
    }


    .image-header-about{
        width: 60%;
        padding-top: 20px;
        margin: 0 auto;
    }

    .image-header-about img{
        width: 100%;
    }

    .image-header-index{
        width: 45%;
    }

    .image-header-index img{
        width: 100%;
    }


    .btn-telecharger-l-application{
        width: 60%;
        padding: 10px;
        margin-top: 5px;
    }

    .btn-telecharger-l-application a{
        font-size: 15px;
    }

}


/* 
========================
768px 1024px 
========================
*/

@media (max-width:768px){


    .menu{
        padding-top: 300px;
    }


    .navbar-menu li.active a{
        font-size: 21px;
    }

    .navbar-menu li a{
        font-size: 21px;
    }


    .navbar-menu li{
        padding: 10px 20px;
        margin: 10px 0;
        text-align: center;
    }
    

    .titre-decouvrez-les-forfaits h1{
        font-size: 85px;
    }

    .titre-formulaire h1{
        font-size: 25px;
        padding: 8px 0;
    }

    .titre-formulaire p{
        font-size: 16px;
        padding: 5px 0;
    }


    /* header index */

    .header-index{
        width: 100%;
        height: 100vh;
        padding-top: 230px;
    }


    .contenu-header-index{
        width: 80%;
        margin:0 auto;
    }


    .info-header-index{
        width: 100%;
        top: 450px;
    }

    .titre-header-index{
        font-size: 60px;
        padding-bottom: 5px;
        line-height: 1.1;
    }

    .titre-header-index span{
        font-size: 60px;
    }

    .paragraphe-header-index{
        padding: 5px 0;
        font-size:14px;
        line-height: 1.5;
        text-align: justify;
    }


    .image-header-index{
        width: 100%;
        position: relative;
        top: -280px;
    }



    .btn-telecharger-l-application{
        width: 50%;
        padding: 15px;
        border-radius: 5px;
        margin-top: 10px;
    }

    .btn-telecharger-l-application a{
        font-size: 18px;
    }
 
    .header-about{
        padding-top: 150px;
        background-size: 50%;
    }

    .image-illustration-contact-index{
        width: 100%;
        position: absolute;
        right: 0;
    }


    .image-header-about{
        width: 60%;
        padding-top: 20px;
        margin: 0 auto;
    }

    .image-header-about img{
        width: 100%;
    }


    /* 
    =========================
    connexion
    =========================
    */


    #connexion{
        background-color: var(--color-body);
        width: 100%;
        height: 100vh;
        padding: 230px 50px 50px;
    }

    .connexion{
        width: 100%;
        margin: 0 auto;
        display: flex;
    }


    /* 
    ======================
    comment ça marche 
    ======================
    */


    #page-comment-ca-marche{
        width: 100%;
        padding-top: 300px;
        background-size: 20%;
    }

    .contenu-header-comment-ca-marche{
        width: 80%;
        gap: 10px;
    }


    /* left */

    .left-comment-ca-marche{
        width: 15%;
        left: -100px;
        top: -150px;
    }

    .left-comment-ca-marche img{
        width: 200%;
    }


    /* center */

    .center-comment-ca-marche{
        width: 100%;
        top: -250px;
    }

    .titre-01{
        font-size: 45px;
        line-height: 1.1;
        padding-bottom: 20px;
    }


    .titre-02{
        font-size: 15px;
    }

    #btn-telecharger-l-application{
        width: 50%;
        padding: 15px;
        margin: 5% auto;
    }

    #btn-telecharger-l-application a{
        font-size: 15px;
    }


    /* rigth */

    .rigth-comment-ca-marche{
        width: 100%;
        top: -250px;
        right: -100px;
        left: 150px;
        margin: 0 auto;
    }

    .rigth-comment-ca-marche img{
        width: 250px;
    }


}



/* 
========================
740px 360px 
========================
*/

@media (max-width:740px){

    
    .menu{
        padding-top: 30px;
    }


    .navbar-menu li.active a{
        font-size: 15px;
    }

    .navbar-menu li a{
        font-size: 15px;
    }


    .navbar-menu li{
        padding: 10px 20px;
        margin: 5px 0;
        text-align: center;
    }


    .titre-decouvrez-les-forfaits h1{
        font-size: 85px;
    }

    .titre-formulaire h1{
        font-size: 25px;
        padding: 8px 0;
    }

    .titre-formulaire p{
        font-size: 16px;
        padding: 5px 0;
    }

 
    .header-about{
        padding-top: 150px;
        background-size: 50%;
    }

    .image-illustration-contact-index{
        width: 100%;
        position: absolute;
        right: 0;
    }


    .image-header-index{
        width: 100%;
        position: relative;
        top: 0px;
    }


    /* 
    =========================
    connexion
    =========================
    */


    #connexion{
        background-color: var(--color-body);
        width: 100%;
        height: 100vh;
        padding: 230px 50px 50px;
    }

    .connexion{
        width: 100%;
        margin: 0 auto;
        display: flex;
    }


    /* 
    ======================
    comment ça marche 
    ======================
    */


    #page-comment-ca-marche{
        width: 100%;
        padding-top: 300px;
        background-size: 20%;
    }

    .contenu-header-comment-ca-marche{
        width: 80%;
        gap: 10px;
    }


    /* left */

    .left-comment-ca-marche{
        width: 15%;
        left: -100px;
        top: -150px;
    }

    .left-comment-ca-marche img{
        width: 200%;
    }


    /* center */

    .center-comment-ca-marche{
        width: 100%;
        top: -250px;
    }

    .titre-01{
        font-size: 45px;
        line-height: 1.1;
        padding-bottom: 20px;
    }


    .titre-02{
        font-size: 15px;
    }

    #btn-telecharger-l-application{
        width: 50%;
        padding: 15px;
        margin: 5% auto;
    }

    #btn-telecharger-l-application a{
        font-size: 15px;
    }


    /* rigth */

    .rigth-comment-ca-marche{
        width: 100%;
        top: -250px;
        right: -100px;
        left: 150px;
        margin: 0 auto;
    }

    .rigth-comment-ca-marche img{
        width: 250px;
    }


    /* header index */

    .header-index{
        width: 100%;
        height: 100vh;
        padding-top: 110px;
        background-size: 20%;
    }


    .contenu-header-index{
        width: 80%;
        margin:0 auto;
    }


    .info-header-index{
        width: 55%;
        top: 20px;
    }

    .titre-header-index{
        font-size: 25px;
        padding-bottom: 5px;
        line-height: 1.1;
    }

    .titre-header-index span{
        font-size: 25px;
    }

    .paragraphe-header-index{
        padding: 5px 0;
        font-size:12px;
        line-height: 1.5;
    }


    .image-header-about{
        width: 60%;
        padding-top: 20px;
        margin: 0 auto;
    }

    .image-header-about img{
        width: 100%;
    }

    .image-header-index{
        width: 45%;
    }

    .image-header-index img{
        width: 100%;
    }


    .btn-telecharger-l-application{
        width: 60%;
        padding: 10px;
        margin-top: 5px;
    }

    .btn-telecharger-l-application a{
        font-size: 15px;
    }

}



/* 
========================
667 x 375px
========================
*/

@media (max-width:667px){

    
    /* 
    =========================
    connexion
    =========================
    */


    #connexion{
        width: 100%;
        height: 100vh;
        padding:  0px 0px;
        background-color: var(--color-11);
    }

    .connexion{
        width: 100%;
        height: 100vh;
        padding-top: 20px;
        background-color: var(--color-11);
    }


    /* illustration */

    .illustration-connexion{
        display: none;

    }


    /* formulaire */

    .formulaire-connexion{
        width: 80%;
        padding: 20px;
        margin: 0 auto;
        background-color: var(--color-11);

    }

    #mot-passe-oublier{
        width: 100%;
        padding: 100px 50px 50px 50px;
        
    }

    .titre-form-inscription{
        color: var(--color-08);
        font-size: 25px;
        font-weight: 700;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: left;
    }

    .para-titre-form-inscription{
        color: var(--color-08);
        font-size: 15px;
        font-weight: 400;
        padding-bottom: 5px;
        line-height: 1.5;
        text-align: left;
    }


    #form-inscrition input[type=email]{
        width: 100%;
        padding: 10px 15px;
        margin: 2px 0;
        background-color: hsla(0, 0%, 100%, 0.20);
        border:none;
        font-size: 15px;
        font-weight: 500;
    }

    #form-inscrition input[type=password]{
        width: 100%;
        padding: 10px 15px;
        margin: 3px 0;
        background-color: hsla(0, 0%, 100%, 0.20);
        border:none;
        color: var(--color-01);
        font-size: 15px;
        font-weight: 500;
    }

    #btn-connexion{
        width: 100%;
        padding: 10px 15px;
        margin: 10px 0 20px 0;
        font-size: 18px;
    }

    .email{
        padding-top: 0px;
        padding-bottom: 10px;
    }

    .email label{
        font-size: 16px;
        margin-bottom: -5px;
    }

    .password{
        padding-top: 0px;
        padding-bottom: 15px;
    }

    .password label{
        font-size: 15px;
        margin-bottom: -5px;
    }

    .password-forget{
        font-size: 15px;  
        padding-top: 10px; 
    }

    .password-forget a{
        font-size: 15px;
    }


    /* 
    =========================
    Navigation
    =========================
    */
   
    /* logo */


    .logo{
        width: 20%;
        position: relative;
        left: -20px;
    }


    .logo a img{
        width: 100%;
    }


    /* menu navigation */


    .menu{
        padding-top: 50px;
    }

    .navbar-menu{
        width: 100%;
        margin: 0 auto;
    }

    .navbar-menu ul{
        width: 30%;
        display: block;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 50px;
        text-align: center;
    }

    .navbar-menu li{
        padding: 5px 3px;
        margin: 5px 0;
        text-align: center;
    }


    .navbar-menu li:hover{
        padding: 5px  3px;
    }


    .navbar-menu li:hover a{
        font-size: 15px;
        font-weight: 400;
        padding: 5px  3px;
    }

    .navbar-menu li.active{
        padding: 5px 3px;
    }


    .navbar-menu li.active a{
        font-size: 15px;
        font-weight: 400;
    }

    .navbar-menu li a{
        font-size: 15px;
    }


    /* Se connecter */

    #se-connecter{
        width: 30%;
        padding: 5px;
        margin: 10% auto;

    }

    #se-connecter a{
        color: #ffffff;
        font-size: 18px;
        font-weight: 600;
    }


    /* click menu */

    .toggle{
        width: 35px;
        height: 30px;
        right: 35px;
        top: 20px;
        padding: 10px;
    }


      
    .toggle .btnOpen{
        width: 15px;
        top: -3px;
    }

    .toggle .btnClose{
        width: 12px;
        left: 1px;
        top: -2.5px;
    }

    
    /* header index

    .header-index{
        width: 100%;
        height: 100vh;
        padding-top: 150px;
    }


    .contenu-header-index{
        width: 80%;
        margin:0 auto;
        display: flex;
    }


    .info-header-index{
        width: 100%;
        position: relative;
        top: -50px;
    }

    .titre-header-index{
        font-size: 30px;
        padding-bottom: 5px;
        font-weight: 600;
    }

    .titre-header-index span{
        font-size: 40px;
        font-weight: 600;
    }

    .paragraphe-header-index{
        padding: 10px 0;
        font-size:14px;
        font-weight: 300;
        line-height: 1.5;
    }



    .btn-telecharger-l-application{
        width: 100%;
        padding: 20px;
        margin-top: 10px;

    }

    .btn-telecharger-l-application a{
        font-size: 18px;
    } */


    
    /* header index */

    .header-index{
        width: 100%;
        height: 100vh;
        padding-top: 110px;
        background-size: 20%;
    }


    .contenu-header-index{
        width: 80%;
        margin:0 auto;
    }


    .info-header-index{
        width: 55%;
        top: 0;
    }

    .titre-header-index{
        font-size: 25px;
        padding-bottom: 5px;
        line-height: 1.1;
    }

    .titre-header-index span{
        font-size: 25px;
    }

    .paragraphe-header-index{
        padding: 5px 0;
        font-size:12px;
        line-height: 1.5;
    }


    .image-header-about{
        width: 60%;
        padding-top: 20px;
        margin: 0 auto;
    }

    .image-header-about img{
        width: 100%;
    }

    .image-header-index{
        width: 45%;
        top: 0;
    }

    .image-header-index img{
        width: 300px;
    }


    .btn-telecharger-l-application{
        width: 70%;
        padding: 10px;
        margin-top: 5px;
    }

    .btn-telecharger-l-application a{
        font-size: 13px;
    }


    /*
    ======================
    Opportunitées
    ======================
    */

    #opportunites-index{
        width: 80%;
        margin: 10% auto;
    }


    .titre-opportunites-index{
        font-size: 35px;
        color: var(--color-10);
        line-height: 1;
        padding-bottom: 20px;
        font-weight: 900;
    }

    .liseret{
        width: 100%;
        height: 2px;
        margin-bottom: 50px;
    }


    .image-illustration-opportunites-index{
        width: 100%;
        padding-bottom: 30px;
    }

    .image-illustration-opportunites-index img{
        width: 100%;
        border-radius: 5px;
    }

    .info-opportunites-index{
        width: 100%;
        padding: 20px;
        position: relative;
        bottom: 0;
        left: 0;
        height: 490px;
        background-color: none;
        box-shadow: 0 0 #00000000;
    }


    .titre-info-opportunites-index{
        font-size: 25px;
        padding-bottom: 10px;
        padding-top: 10px;
    }


    .paragrape-info-opportunites-index{
        font-size: 16px;
        line-height: 1.5;
        font-weight: 300;
        -webkit-line-clamp: 13;

    }

    .btn-lire-plus{
        width: 100%;
        border: none;
        padding: 15px;
        margin-top: 20px;
    }

    .btn-lire-plus a{
        font-size: 16px;
    }

    
    /*
    ===================
    Forfaits
    ===================
    */

    #decouvrez-les-forfaits{
        width: 100%;
        padding: 20px 0;
    }


    .contenu-decouvrez-les-forfaits{
        width: 100%;
        position: relative;
    }


    .titre-decouvrez-les-forfaits{
        width: 80%;
        margin: 0 auto;
        padding-bottom: 20px;
    }

    .titre-decouvrez-les-forfaits h1{
        font-size: 48px;
        -webkit-text-stroke: 1px var(--color-10);
    }


    .block-illustration-decouvrez-les-forfaits{
        display: flex;
        flex-wrap: wrap;
        width: 80%;
        margin: 0 auto;
        padding-top: 10px;
    }

    .image-illustration-decouvrez-les-forfaits{
        width: 100%;
        position: relative;
        right: 0;
        bottom: 0;
    }

    .image-illustration-decouvrez-les-forfaits img{
        width: 100%;
        border-radius: 5px;
    }

    .info-decouvrez-les-forfaits{
        width: 100%;
        padding: 20px;
        position: relative;
        bottom: 0;
        left: 0;
        height: 550px;
        margin-bottom: 30px;
        box-shadow: 0 0 #00000000;
    }


    .titre-info-decouvrez-les-forfaits{
        font-size: 23px;
        padding-bottom: 10px;
        line-height: 1;
    }


    .paragrape-info-decouvrez-les-forfaits{
        font-size: 16px;
        line-height: 1.5;
        /* -webkit-line-clamp: 12; */
        /* -webkit-line-clamp: auto; */
    }

    
    /*
    ======================
    Temoignage
    ======================
    */

    #temoignage{
        width: 100%;
        padding: 20px 0;
    }

    .contenu-temoignage{
        width: 80%;
        margin: 0 auto;
        padding-top: 20px;
    }


    .titre-temoignage{
        font-size: 40px;
    }

    .block-illustration-temoignage{
        width: 100%;
        margin: 10% auto;
    }


    .contenu-illustration-temoignage{
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .temoignage{
        width: 100%;
        padding: 20px;
    }


    .info-temoigneur{
        font-size: 15px;
        padding: 10px 0;
    }

    .temoignage img{
        padding: 20px;
    }


    .nom-temoigneur{
        font-size: 21px;
    }

    .fonction-temoigneur{
        font-size: 16px;
        padding: 5px 0;
    }

    .avis-temoigneur{
        width: 50%;
        margin: 0 auto;
    }

    .avis-temoigneur svg{
        width: 20px;
        cursor: pointer;
    }

    .dot{
        width: 32%;
        margin: 0 auto;
        padding-top: 20px;
    }

    .dot ul .active-dot{
        width: 45px ;
        height: 20px;
    }

    /* 
    =============================
    Illustration
    =============================
    */

    #illustration{
        width: 100%;
    }


    .contenu-illustration{
        width: 80%;
        margin: 0 auto;
    }


    /* image illustration */

    .image-illustration{
        width: 70%;
        margin: 10% auto;
    }

    .image-illustration img{
        width: 100%;
    }


    /* accordion */

    .information-illustration{
        width: 100%;
        margin: 0 auto;
    }

    .titre-accordion{
        width: 60%;
        margin: 50px 0 20px 0;
        font-size: 40px;
    }

    .accordion-illustration{
        width: 100%;
    }


    .accordion {
        padding: 10px 0;
        width: 100%;
        text-align: left;
        outline: none;
        font-size: 12px;
        transition: 0.4s;
        border: none; 
        margin: 1px 0;
    }
    
    .panel {
        padding: 0 5px;
    }

    .panel p{
        padding: 10px;
        font-size: 13px;
        line-height: 1.5;
    }

    .accordion:after {
        content: '\02795';
        font-size: 13px;
        color: var(--color-10);
        float: right;
        margin-left: 5px;
    }
    
    .active-accordion:after {
        content: "\2796";
    }


    
    /* 
    ===============================
    Contact
    ===============================
    */

    #contact-index{
        width: 100%;
        padding: 20px 0;
        position: relative;
        margin-bottom: 30px;
    }

    .contenu-contact-index{
        width: 80%;
        display: flex;
        flex-wrap: wrap;
        position:relative;
        right: 0;
        margin: 0 auto;
    }

    .formulaire-contact{
        width: 100%;
        padding: 20px;
        height: 570px;
        position: relative;
        top: 0;
        z-index: 20;
        left: 0;
        box-shadow: 0 0 #00000000;
    }

    .titre-formulaire{
        width: 100%;
    }

    .titre-formulaire h1{
        font-size: 25px;
        padding: 0 0 5px 0;
    }

    .titre-formulaire p{
        font-size: 18px;
        padding: 10px 0;
    }


    input[type=text]{
        width: 100%;
        padding: 10px 20px;
        margin: 10px 0;
        border:none;
    }

    input[type=email]{
        width: 100%;
        padding: 10px 20px;
        border:none;
    }

    textarea{
        width: 100%;
        padding: 10px 20px;
        margin: 10px 0;
        border:none;
    }


    button[type="submit"]{
        width: 100%;
        padding: 15px 20px;
        margin: 10px 0;
        border:none;
        font-size: 18px;
    }


    .image-illustration-contact-index{
        width: 100%;
        position: relative;
        right: 0;
    }


    /* 
    ========================
    About
    ========================
    */

    /* header index */

    .header-about{
        width: 100%;
        height: 100vh;
        padding-top: 150px;
        background-size: 60%;
    }


    .contenu-header-about{
        width: 80%;
        margin:0 auto;
        display: flex;
    }


    .info-header-about{
        width: 100%;
        position: relative;
        top: -10px;
        text-align: justify;
    }

    .info-header-about .p{
        font-size: 15px;
        padding-bottom: 10px;
        
    }

    .titre-header-about{
        font-size: 35px;
        padding-bottom: 5px;
    }

    .paragraphe-header-about{
        padding: 10px 0;
        font-size:15px;
        line-height: 1.6;
    }


    .image-header-about{
        width: 100%;
        padding-top: 200px;
        margin-bottom: 300px;
    }

    .image-header-about img{
        width: 100%;
    }
    

    .devise-royspace{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        position: relative;
        top: 50px;
    }

    .age{
        width: 30%;
        text-align: center;
        margin: 0 auto;
    }

    .titre-age{
        width: 55px;
        padding: 15px;
        font-size: 18px;
        margin: 0 auto;

    }

    .age p{
        font-size: 13px;
        padding-top: 10px;
        font-weight: 500;
    }

    .employes{
        width: 30%;
        text-align: center;
        margin: 0 auto;
    }

    .titre-employes{
        width: 55px;
        padding: 15px 20px 15px 15px;
        font-size: 18px;
        margin: 0 auto;
    }


    .employes p{
        font-size: 13px;
        padding-top: 10px;
        font-weight: 500;
    }


    .membres{
        width: 30%;
        text-align: center;
        margin: 0 auto;
    }

    .titre-membres{
        width: 55px;
        padding: 15px 20px 15px 9px;
        font-size: 21px;
        margin: 0 auto;
    }

    .membres p{
        font-size: 13px;
        padding-top: 10px;
        font-weight: 500;
    }



    /* equipe */

    #equipe{
        width: 100%;
        padding: 50px 0;
        margin-top: 500px;
    }


    .contenu-equipe{
        width: 80%;
        margin: 5% auto;
        text-align: center;
    }

    .titre-equipe{
        font-size: 50px;
        padding-bottom: 10px;
        text-align: left;
    }


    .description-equipe{
        font-size: 16px;
        width: 100%;
        padding: 20px 0;
        line-height: 1.6;
        text-align: justify;
    }


    .block-illustration-equipe{
        width: 100%;
        margin: 5% auto;
    }

    .contenu-illustration-equipe{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .equipe{
        width: 100%;
        padding: 20px;
    }

    .equipe .image-temoin{
        width: 50%;
        margin: 0 auto;
    }

    .equipe .image-temoin img{
        width: 100%;
    } 

    .nom-temoigneur{
        padding-bottom: 5px;
    }

    .fonction-temoigneur{
        padding-bottom: 10px;
    }

    .rx-temoigneur{
        width: 80%;
        margin: 0 auto;
        padding: 10px 0;
    }
    
    .rx-temoigneur img{
        width: 35px;
    }


    /* contact about */

    #contact-about{
        padding-bottom: 100px;
    }

    .formulaire-about{
        width: 80%;
        margin: 0 auto;
        padding: 20px;
        height: 600px;
    }



    /* 
    ====================
    footer
    ====================
    */

    #footer{
        padding: 20px 0;
    }

    .contenu-footer{
        gap: 20px;
        width: 80%;
    }

    .info-royspace-footer{
        width: 100%;
    }
    
    .contact-footer{
        width: 100%;
        text-align: justify;
    }
    
    .navigation-footer{
        width: 100%;
    }
    
    .newsleter-footer{
        width: 100%;
    }

    .newsleter-footer button[type="submit"]{
        width: 100%;
        padding: 15px 20px;
        margin: 8px 0;
        font-size: 16px;
    }

    .block-mention-legale{
        display: block;
        padding: 10px 0;
    }

    .confidentialite{
        width: 100%;
        display: block;
        padding: 10px 0;
    }

    .confidentialite a:first-child{
        border-right: none;
    }

    
    /* 
    ======================
    comment ça marche 
    ======================
    */


    #page-comment-ca-marche{
        width: 100%;
        padding-top: 300px;
        background-size: 20%;
    }

    .contenu-header-comment-ca-marche{
        width: 80%;
        gap: 10px;
    }


    /* left */

    .left-comment-ca-marche{
        width: 15%;
        left: -50px;
        top: -150px;
    }

    .left-comment-ca-marche img{
        width: 100%;
    }


    /* center */

    .center-comment-ca-marche{
        width: 55%;
        top: -180px;
    }

    .titre-01{
        font-size: 25px;
        line-height: 1.1;
        padding-bottom: 20px;
    }


    .titre-02{
        font-size: 13px;
    }

    #btn-telecharger-l-application{
        width: 80%;
        padding: 10px;
        margin: 5% auto;
    }

    #btn-telecharger-l-application a{
        font-size: 15px;
    }


    /* rigth */

    .rigth-comment-ca-marche{
        width: 20%;
        top: -150px;
        right: -10px;
        left: 0px;
        margin: 0 auto;
    }

    .rigth-comment-ca-marche img{
        width: 100px;
    }



}



/* 
========================
576px
========================
*/

@media (max-width:576px){

    
    #myBtn {
        bottom: 20px; 
        right: 20px; 
    }

    #myBtn svg {
        width: 20px;
        height: 20px;
    }


    /* 
    =========================
    connexion
    =========================
    */


    #connexion{
        width: 100%;
        height: 100vh;
        padding:  0px 0px;
        background-color: var(--color-11);
    }

    .connexion{
        width: 100%;
        height: 100vh;
        padding-top: 100px;
        background-color: var(--color-11);
    }


    /* illustration */

    .illustration-connexion{
        display: none;

    }


    /* formulaire */

    .formulaire-connexion{
        width: 90%;
        padding: 20px;
        margin: 0 auto;
        background-color: var(--color-11);

    }

    #mot-passe-oublier{
        width: 100%;
        padding: 100px 50px 50px 50px;
        
    }

    .titre-form-inscription{
        color: var(--color-08);
        font-size: 30px;
        font-weight: 700;
        padding-top: 30px;
        padding-bottom: 20px;
        text-align: center;
    }

    .para-titre-form-inscription{
        color: var(--color-08);
        font-size: 15px;
        font-weight: 500;
        padding-bottom: 10px;
        line-height: 1.5;
        text-align: center;
    }


    #form-inscrition input[type=email]{
        width: 100%;
        padding: 15px 20px;
        margin: 5px 0;
        background-color: hsla(0, 0%, 100%, 0.20);
        border:none;
        font-size: 16px;
        font-weight: 500;
    }

    #form-inscrition input[type=password]{
        width: 100%;
        padding: 15px 20px;
        margin: 10px 0;
        background-color: hsla(0, 0%, 100%, 0.20);
        border:none;
        color: var(--color-01);
        font-size: 16px;
        font-weight: 500;
    }

    #btn-connexion{
        width: 100%;
        padding: 15px 25px;
        margin: 20px 0 30px 0;
        font-size: 21px;
    }

    .email{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .email label{
        color: var(--color-16);
        font-size: 18px;
        font-weight: 600;
        text-align: left;
        margin-bottom: -10px;
    }

    .password{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .password label{
        color: var(--color-16);
        font-size: 18px;
        font-weight: 600;
        text-align: left;
        margin-bottom: -10px;
    }

    .password-forget{
        color: var(--color-16);
        font-weight: 600;
        font-size: 16px;  
        padding-top: 20px; 
    }

    .password-forget a{
        color: var(--color-07);
        font-weight: 600;
        font-size: 16px;
    }


    .inscription{
        display: block;
        padding: 10px 0 0 0;

    }

    .inscription p{
        font-size: 16px;
        padding-top: 10px;
    }

    .inscription p a{
        color: var(--color-07);
        font-weight: 700;
        padding-left: 0;
        text-align: left;
    }



    /* 
    =========================
    Navigation
    =========================
    */
   
    /* logo */


    .logo{
        width: 40%;
        position: relative;
        left: -20px;
    }


    /* menu navigation */


    .menu{
        padding-top: 180px;
    }

    .navbar-menu{
        width: 100%;
        margin: 0 auto;
    }

    .navbar-menu ul{
        width: 70%;
        display: block;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 50px;
        text-align: center;
    }

    .navbar-menu li{
        padding: 10px 20px;
        margin: 20px 0;
        text-align: center;
    }


    .navbar-menu li:hover{
        padding: 10px 20px;
    }


    .navbar-menu li.active{
        padding: 10px 20px;
    }


    .navbar-menu li.active a{
        font-size: 25px;
        font-weight: 400;
    }

    .navbar-menu li a{
        font-size: 25px;
    }


    /* Se connecter */

    #se-connecter{
        width: 60%;
        padding: 10px;
        margin: 20% auto;

    }

    #se-connecter a{
        color: #ffffff;
        font-size: 25px;
        font-weight: 600;
    }


    /* click menu */

    .toggle{
        width: 45px;
        height: 40px;
        right: 35px;
        top: 20px;
        padding: 10px;
    }


    
    /* header index */

    .header-index{
        width: 100%;
        height: 100vh;
        padding-top: 200px;
    }


    .contenu-header-index{
        width: 80%;
        margin:0 auto;
        display: flex;
    }


    .info-header-index{
        width: 100%;
        position: relative;
        top: -50px;
    }

    .titre-header-index{
        font-size: 40px;
        padding-bottom: 5px;
        font-weight: 600;
    }

    .titre-header-index span{
        font-size: 40px;
        font-weight: 600;
    }

    .paragraphe-header-index{
        padding: 10px 0;
        font-size:16px;
        font-weight: 300;
        line-height: 1.5;
    }


    .btn-telecharger-l-application{
        width: 100%;
        padding: 20px;
        margin-top: 10px;

    }

    .btn-telecharger-l-application a{
        font-size: 18px;
    }


    .image-header-index{
       width: 100%;
    }

    .image-header-index img{
        width: 300px;
    }


    /*
    ======================
    Opportunitées
    ======================
    */

    #opportunites-index{
        width: 80%;
        margin: 10% auto;
    }


    .titre-opportunites-index{
        font-size: 35px;
        color: var(--color-10);
        line-height: 1;
        padding-bottom: 20px;
        font-weight: 900;
    }

    .liseret{
        width: 100%;
        height: 2px;
        margin-bottom: 50px;
    }


    .image-illustration-opportunites-index{
        width: 100%;
        padding-bottom: 30px;
    }

    .image-illustration-opportunites-index img{
        width: 100%;
        border-radius: 5px;
    }

    .info-opportunites-index{
        width: 100%;
        padding: 20px;
        position: relative;
        bottom: 0;
        left: 0;
        height: 490px;
        background-color: none;
        box-shadow: 0 0 #00000000;
    }


    .titre-info-opportunites-index{
        font-size: 25px;
        padding-bottom: 10px;
        padding-top: 10px;
    }


    .paragrape-info-opportunites-index{
        font-size: 16px;
        line-height: 1.5;
        font-weight: 300;
        -webkit-line-clamp: 13;

    }

    .btn-lire-plus{
        width: 100%;
        border: none;
        padding: 15px;
        margin-top: 20px;
    }

    .btn-lire-plus a{
        font-size: 16px;
    }

    
    /*
    ===================
    Forfaits
    ===================
    */

    #decouvrez-les-forfaits{
        width: 100%;
        padding: 20px 0;
    }


    .contenu-decouvrez-les-forfaits{
        width: 100%;
        position: relative;
    }


    .titre-decouvrez-les-forfaits{
        width: 80%;
        margin: 0 auto;
        padding-bottom: 20px;
    }

    .titre-decouvrez-les-forfaits h1{
        font-size: 48px;
        -webkit-text-stroke: 1px var(--color-10);
    }


    .block-illustration-decouvrez-les-forfaits{
        display: flex;
        flex-wrap: wrap;
        width: 80%;
        margin: 0 auto;
        padding-top: 10px;
    }

    .image-illustration-decouvrez-les-forfaits{
        width: 100%;
        position: relative;
        right: 0;
        bottom: 0;
    }

    .image-illustration-decouvrez-les-forfaits img{
        width: 100%;
        border-radius: 5px;
    }

    .info-decouvrez-les-forfaits{
        width: 100%;
        padding: 20px;
        position: relative;
        bottom: 0;
        left: 0;
        height: 450px;
        margin-bottom: 30px;
        box-shadow: 0 0 #00000000;
    }


    .titre-info-decouvrez-les-forfaits{
        font-size: 23px;
        padding-bottom: 10px;
        line-height: 1;
    }


    .paragrape-info-decouvrez-les-forfaits{
        font-size: 16px;
        line-height: 1.5;
        /* -webkit-line-clamp: 12; */
        /* -webkit-line-clamp: auto; */
    }

    
    /*
    ======================
    Temoignage
    ======================
    */

    #temoignage{
        width: 100%;
        padding: 20px 0;
    }

    .contenu-temoignage{
        width: 80%;
        margin: 0 auto;
        padding-top: 20px;
    }


    .titre-temoignage{
        font-size: 40px;
    }

    .block-illustration-temoignage{
        width: 100%;
        margin: 10% auto;
    }


    .contenu-illustration-temoignage{
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .temoignage{
        width: 100%;
        padding: 20px;
    }


    .info-temoigneur{
        font-size: 15px;
        padding: 10px 0;
    }

    .temoignage img{
        padding: 20px;
    }


    .nom-temoigneur{
        font-size: 21px;
    }

    .fonction-temoigneur{
        font-size: 16px;
        padding: 5px 0;
    }

    .avis-temoigneur{
        width: 50%;
        margin: 0 auto;
    }

    .avis-temoigneur svg{
        width: 20px;
        cursor: pointer;
    }

    .dot{
        width: 32%;
        margin: 0 auto;
        padding-top: 20px;
    }

    .dot ul .active-dot{
        width: 45px ;
        height: 20px;
    }

    /* 
    =============================
    Illustration
    =============================
    */

    #illustration{
        width: 100%;
    }


    .contenu-illustration{
        width: 80%;
        margin: 0 auto;
    }


    /* image illustration */

    .image-illustration{
        width: 70%;
        margin: 10% auto;
    }

    .image-illustration img{
        width: 100%;
    }


    /* accordion */

    .information-illustration{
        width: 100%;
        margin: 0 auto;
    }

    .titre-accordion{
        width: 60%;
        margin: 50px 0 20px 0;
        font-size: 40px;
    }

    .accordion-illustration{
        width: 100%;
    }


    .accordion {
        padding: 10px 0;
        width: 100%;
        text-align: left;
        outline: none;
        font-size: 12px;
        transition: 0.4s;
        border: none; 
        margin: 1px 0;
    }
    
    .panel {
        padding: 0 5px;
    }

    .panel p{
        padding: 10px;
        font-size: 13px;
        line-height: 1.5;
    }

    .accordion:after {
        content: '\02795';
        font-size: 13px;
        color: var(--color-10);
        float: right;
        margin-left: 5px;
    }
    
    .active-accordion:after {
        content: "\2796";
    }


    
    /* 
    ===============================
    Contact
    ===============================
    */

    #contact-index{
        width: 100%;
        padding: 20px 0;
        position: relative;
        margin-bottom: 30px;
    }

    .contenu-contact-index{
        width: 80%;
        display: flex;
        flex-wrap: wrap;
        position:relative;
        right: 0;
        margin: 0 auto;
    }

    .formulaire-contact{
        width: 100%;
        padding: 20px;
        height: 630px;
        position: relative;
        top: 0;
        z-index: 20;
        left: 0;
        box-shadow: 0 0 #00000000;
    }

    .titre-formulaire{
        width: 100%;
    }

    .titre-formulaire h1{
        font-size: 25px;
        padding: 0 0 5px 0;
    }

    .titre-formulaire p{
        font-size: 18px;
        padding: 10px 0;
    }


    input[type=text]{
        width: 100%;
        padding: 10px 20px;
        margin: 10px 0;
        border:none;
    }

    input[type=email]{
        width: 100%;
        padding: 10px 20px;
        border:none;
    }

    textarea{
        width: 100%;
        padding: 10px 20px;
        margin: 10px 0;
        border:none;
    }


    button[type="submit"]{
        width: 100%;
        padding: 15px 20px;
        margin: 10px 0;
        border:none;
        font-size: 18px;
    }


    .image-illustration-contact-index{
        width: 100%;
        position: relative;
        right: 0;
    }


    
    /* 
    ========================
    page contact
    ========================
    */

    #contact{
        padding-top: 150px;
        padding-bottom: 1000px;
    }


    .contenu-contact{
        width: 80%;
        gap: 10px;
    }

    .information-contact{
        width: 100%;
        top: -50px;
    }


    .contenu-formulaire-contact{
        width: 100%;
    }


    .formulaire-contact{
        width: 100%;
        padding: 20px;
        height: 620px;
        margin-bottom: 30px;
    }

    #form-contact{
        top: -50px;
    }


    .form-contact{
        width: 100%;
        padding: 20px;
    }


    .titre-contact{
        font-size: 25px;
    }

    .souligneur01{
        height: 5px;
        width: 30%;
    }

    .souligneur02{
        height: 20px;
        width: 20px;
        top: -12px;
    }


    .commentaire-titre-contact p{
        font-size: 15px;
        padding: 20px 0;

    }


    .block-telephone{
        padding: 10px 0;
    }

    .block-telephone p{
        padding-left: 30px;
    }

    .block-email{
        padding: 10px 0;
    }

    .block-email p{
        padding-left: 30px;
    }

    .block-localisation{
        padding: 10px 0;
    }

    .block-localisation p{
        padding-left: 30px;
    }


    /* 
    ========================
    About
    ========================
    */

    /* header index */

    .header-about{
        width: 100%;
        height: 100vh;
        padding-top: 150px;
        background-size: 60%;
    }


    .contenu-header-about{
        width: 80%;
        margin:0 auto;
        display: flex;
    }


    .info-header-about{
        width: 100%;
        position: relative;
        top: -10px;
        text-align: justify;
    }

    .info-header-about .p{
        font-size: 15px;
        padding-bottom: 10px;
        
    }

    .titre-header-about{
        font-size: 35px;
        padding-bottom: 5px;
    }

    .paragraphe-header-about{
        padding: 10px 0;
        font-size:15px;
        line-height: 1.6;
    }


    .image-header-about{
        width: 100%;
        padding-top: 200px;
        margin-bottom: 300px;
    }

    .image-header-about img{
        width: 100%;
    }
    

    .devise-royspace{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        position: relative;
        top: 50px;
    }

    .age{
        width: 30%;
        text-align: center;
        margin: 0 auto;
    }

    .titre-age{
        width: 55px;
        padding: 15px;
        font-size: 18px;
        margin: 0 auto;

    }

    .age p{
        font-size: 13px;
        padding-top: 10px;
        font-weight: 500;
    }

    .employes{
        width: 30%;
        text-align: center;
        margin: 0 auto;
    }

    .titre-employes{
        width: 55px;
        padding: 15px 20px 15px 15px;
        font-size: 18px;
        margin: 0 auto;
    }


    .employes p{
        font-size: 13px;
        padding-top: 10px;
        font-weight: 500;
    }


    .membres{
        width: 30%;
        text-align: center;
        margin: 0 auto;
    }

    .titre-membres{
        width: 55px;
        padding: 15px 20px 15px 9px;
        font-size: 21px;
        margin: 0 auto;
    }

    .membres p{
        font-size: 13px;
        padding-top: 10px;
        font-weight: 500;
    }



    /* equipe */

    #equipe{
        width: 100%;
        padding: 50px 0;
        margin-top: 200px;
    }


    .contenu-equipe{
        width: 80%;
        margin: 5% auto;
        text-align: center;
    }

    .titre-equipe{
        font-size: 35px;
        padding-bottom: 10px;
        text-align: left;
    }


    .description-equipe{
        font-size: 16px;
        width: 100%;
        padding: 20px 0;
        line-height: 1.6;
        text-align: justify;
    }


    .block-illustration-equipe{
        width: 100%;
        margin: 5% auto;
    }

    .contenu-illustration-equipe{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .equipe{
        width: 100%;
        padding: 20px;
    }

    #mission{
        width: 100%;
        margin-top: 500px;
        top: 200px;
    }


    .equipe .image-temoin{
        width: 50%;
        margin: 0 auto;
    }

    .equipe .image-temoin img{
        width: 100%;
    } 

    .nom-temoigneur{
        padding-bottom: 5px;
    }

    .fonction-temoigneur{
        padding-bottom: 10px;
    }

    .rx-temoigneur{
        width: 80%;
        margin: 0 auto;
        padding: 10px 0;
    }
    
    .rx-temoigneur img{
        width: 35px;
    }


    /* contact about */

    #contact-about{
        padding-bottom: 100px;
    }

    .formulaire-about{
        width: 80%;
        margin: 0 auto;
        padding: 20px;
        height: 600px;
    }



    /* 
    ====================
    footer
    ====================
    */

    #footer{
        padding: 20px 0;
    }

    .contenu-footer{
        gap: 20px;
        width: 80%;
    }

    .info-royspace-footer{
        width: 100%;
    }
    
    .contact-footer{
        width: 100%;
        text-align: justify;
    }
    
    .navigation-footer{
        width: 100%;
    }
    
    .newsleter-footer{
        width: 100%;
    }

    .newsleter-footer button[type="submit"]{
        width: 100%;
        padding: 15px 20px;
        margin: 8px 0;
        font-size: 16px;
    }

    .block-mention-legale{
        display: block;
        padding: 10px 0;
    }

    .confidentialite{
        width: 100%;
        display: block;
        padding: 10px 0;
    }

    .confidentialite a:first-child{
        border-right: none;
    }

    
    /* 
    ======================
    comment ça marche 
    ======================
    */


    #page-comment-ca-marche{
        width: 100%;
        padding-top: 210px;
        background-image: url('../picto/bg-picto.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 50%;
    }

    .contenu-header-comment-ca-marche{
        width: 80%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }


    /* left */

    .left-comment-ca-marche{
        width: 100%;
        position: relative;
        left: 50px;
        top: 0;
    }

    .left-comment-ca-marche img{
        width: 40%;
    }


    /* center */

    .center-comment-ca-marche{
        width: 100%;
        margin: 0 auto;
        top: -150px;
    }

    .titre-01{
        font-size: 25px;
        line-height: 1.1;
        padding-bottom: 20px;
    }


    .titre-02{
        font-size: 16px;
    }

    #btn-telecharger-l-application{
        width: 80%;
        padding: 20px;
        margin: 10% auto;
        background-color: var(--color-rouge);
    }

    #btn-telecharger-l-application:hover{
        background-color: var(--color-rouge);
        border: 1px solid var(--color-rouge);
    }


    /* rigth */

    .rigth-comment-ca-marche{
        width: 20%;
        position: relative;
        top: -100px;
        right: 0px;
        left: -60px;
        margin: 0 auto;
    }

    .rigth-comment-ca-marche img{
        width: 200px;
    }


    /* main comment ça marche */

    .contenu-comment-ca-marche{
        width: 80%;
        margin: 0 auto;
    }

    .titre-accordion-comment-ca-marche{
        font-size: 30px;
        font-weight: 700;
        text-align: center;
        color: var(--color-04);
        padding-bottom: 50px;
        padding-top: 100px;
        margin-top: 100px;
    }


    .temoignage-comment-ca-marche{
        width: 100%;
        padding: 20px 0;
        margin-top: 70px;
    }

    #left-zone {
        height: 20%;
        padding: 20px;
    }

      
    #right-zone {
        height: 10%;
    }


    #flex-container {
        width: 100%;
        min-height: 500px;
        height: 60vh;
        max-width: 800px;
        padding-bottom: 50px;
    }

    .content-test {
        -webkit-transform: translateY(110%);
        -ms-transform: translateY(110%);
        transform: translateY(110%);
        height: 70%;
        width: 100%;
        padding: 50px;
    }


}


/* 
========================
420px 896px
========================
*/

@media (max-width:420px){
   
    /* logo */

    .logo{
        width: 40%;
        position: relative;
        left: -20px;
    }

    /* menu navigation */

    .menu{
        padding-top: 200px;
    }

    .navbar-menu{
        width: 100%;
        margin: 0 auto;
    }

    .navbar-menu ul{
        width: 60%;
        display: block;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 50px;
        text-align: center;
    }

    .navbar-menu li{
        padding: 10px;
        margin: 20px 0;
        text-align: center;
    }


    .navbar-menu li:hover{
        padding: 10px;
    }


    .navbar-menu li.active{
        padding: 10px;
    }


    .navbar-menu li.active a{
        font-size: 15px;
        font-weight: 500;
    }

    .navbar-menu li a{
        font-size: 18px;
    }


    /* Se connecter */

    #se-connecter{
        width: 60%;
        padding: 10px;
        margin: 20% auto;

    }

    #se-connecter a{
        color: #ffffff;
        font-size: 18px;
        font-weight: 600;
    }


    /* click menu */

    .toggle{
        width: 40px;
        height: 35px;
        right: 35px;
        top: 20px;
        padding: 10px;
    }

    .toggle .btnOpen{
        width: 20px;
        top: .8px;
    }

    .toggle .btnClose{
        width: 15px;
        left: 2px;
        top: 2px;
    }



    /* header index */

    .header-index{
        width: 100%;
        height: 100vh;
        padding-top: 250px;
        background-image: url('../picto/bg-picto.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 40%;
    }


    .contenu-header-index{
        width: 80%;
        margin:0 auto;
        display: flex;
    }


    .info-header-index{
        width: 100%;
        position: relative;
        top: 330px;
    }

    .titre-header-index{
        font-size: 40px;
        padding-bottom: 5px;
        font-weight: 600;
    }

    .titre-header-index span{
        font-size: 40px;
        font-weight: 600;
    }

    .paragraphe-header-index{
        padding: 10px 0;
        font-size:16px;
        font-weight: 300;
        line-height: 1.5;
    }

    .image-header-index{
        position: relative;
        top: -300px;
    }

    .image-header-index img{
       width: 100%;
    }


    .btn-telecharger-l-application{
        width: 100%;
        padding: 20px;
        margin-top: 10px;

    }

    .btn-telecharger-l-application a{
        font-size: 18px;
    }


    /*
    ======================
    Opportunitées
    ======================
    */

    #opportunites-index{
        width: 80%;
        margin: 5% auto;
    }


    .titre-opportunites-index{
        font-size: 30px;
        color: var(--color-10);
        line-height: 1;
        padding-bottom: 20px;
        font-weight: 900;
    }

    .liseret{
        width: 100%;
        height: 2px;
        margin-bottom: 50px;
    }


    .image-illustration-opportunites-index{
        width: 100%;
        padding-bottom: 30px;
    }

    .image-illustration-opportunites-index img{
        width: 100%;
        border-radius: 5px;
    }

    .info-opportunites-index{
        width: 100%;
        padding: 20px;
        position: relative;
        bottom: 0;
        left: 0;
        height: 490px;
        background-color: none;
        box-shadow: 0 0 #00000000;
    }


    .titre-info-opportunites-index{
        font-size: 25px;
        padding-bottom: 10px;
        padding-top: 10px;
    }


    .paragrape-info-opportunites-index{
        font-size: 16px;
        line-height: 1.5;
        font-weight: 300;
        -webkit-line-clamp: 13;

    }

    .btn-lire-plus{
        width: 100%;
        border: none;
        padding: 15px;
        margin-top: 20px;
    }

    .btn-lire-plus a{
        font-size: 16px;
    }

    
    /*
    ===================
    Forfaits
    ===================
    */

    #decouvrez-les-forfaits{
        width: 100%;
        padding: 20px 0;
    }


    .contenu-decouvrez-les-forfaits{
        width: 100%;
        position: relative;
    }


    .titre-decouvrez-les-forfaits{
        width: 80%;
        margin: 0 auto;
        padding-bottom: 20px;
    }

    .titre-decouvrez-les-forfaits h1{
        font-size: 48px;
        -webkit-text-stroke: 1px var(--color-10);
    }


    .block-illustration-decouvrez-les-forfaits{
        display: flex;
        flex-wrap: wrap;
        width: 80%;
        margin: 0 auto;
        padding-top: 10px;
    }

    .image-illustration-decouvrez-les-forfaits{
        width: 100%;
        position: relative;
        right: 0;
        bottom: 0;
    }

    .image-illustration-decouvrez-les-forfaits img{
        width: 100%;
        border-radius: 5px;
    }

    .info-decouvrez-les-forfaits{
        width: 100%;
        padding: 20px;
        position: relative;
        bottom: 0;
        left: 0;
        height: 380px;
        margin-bottom: 30px;
        box-shadow: 0 0 #00000000;
    }


    .titre-info-decouvrez-les-forfaits{
        font-size: 23px;
        padding-bottom: 10px;
        line-height: 1;
    }


    .paragrape-info-decouvrez-les-forfaits{
        font-size: 16px;
        line-height: 1.5;
        /* -webkit-line-clamp: 12; */
        /* -webkit-line-clamp: auto; */
    }

    
    /*
    ======================
    Temoignage
    ======================
    */

    #temoignage{
        width: 100%;
        padding: 20px 0;
    }

    .contenu-temoignage{
        width: 80%;
        margin: 0 auto;
        padding-top: 20px;
    }


    .titre-temoignage{
        font-size: 40px;
    }

    .block-illustration-temoignage{
        width: 100%;
        margin: 10% auto;
    }


    .contenu-illustration-temoignage{
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .temoignage{
        width: 100%;
        padding: 20px;
    }


    .info-temoigneur{
        font-size: 15px;
        padding: 10px 0;
    }

    .temoignage img{
        padding: 20px;
    }


    .nom-temoigneur{
        font-size: 21px;
    }

    .fonction-temoigneur{
        font-size: 16px;
        padding: 5px 0;
    }

    .avis-temoigneur{
        width: 50%;
        margin: 0 auto;
    }

    .avis-temoigneur svg{
        width: 20px;
        cursor: pointer;
    }

    .dot{
        width: 32%;
        margin: 0 auto;
        padding-top: 20px;
    }

    .dot ul .active-dot{
        width: 45px ;
        height: 20px;
    }

    /* 
    =============================
    Illustration
    =============================
    */

    #illustration{
        width: 100%;
        background-image: url(../images/ROYSPACE.svg);
        background-repeat: no-repeat;
        background-position: right;
        background-size: 19%;
    }


    .contenu-illustration{
        width: 80%;
        margin: 0 auto;
    }


    /* image illustration */

    .image-illustration{
        width: 70%;
        margin: 10% auto;
    }

    .image-illustration img{
        width: 100%;
    }


    /* accordion */

    .information-illustration{
        width: 100%;
        margin: 0 auto;
    }

    .titre-accordion{
        width: 60%;
        margin: 50px 0 20px 0;
        font-size: 40px;
    }

    .accordion-illustration{
        width: 100%;
    }


    .accordion {
        padding: 10px 0;
        width: 100%;
        text-align: left;
        outline: none;
        font-size: 12px;
        transition: 0.4s;
        border: none; 
        margin: 1px 0;
    }
    
    .panel {
        padding: 0 5px;
    }

    .panel p{
        padding: 10px;
        font-size: 13px;
        line-height: 1.5;
    }

    .accordion:after {
        content: '\02795';
        font-size: 13px;
        color: var(--color-10);
        float: right;
        margin-left: 5px;
    }
    
    .active-accordion:after {
        content: "\2796";
    }


    
    /* 
    ===============================
    Contact
    ===============================
    */

    #contact-index{
        width: 100%;
        padding: 20px 0;
        position: relative;
        margin-bottom: 30px;
    }

    .contenu-contact-index{
        width: 80%;
        display: flex;
        flex-wrap: wrap;
        position:relative;
        right: 0;
        margin: 0 auto;
    }

    .formulaire-contact{
        width: 100%;
        padding: 20px;
        height: 650px;
        position: relative;
        top: 0;
        z-index: 20;
        left: 0;
        box-shadow: 0 0 #00000000;
    }

    .titre-formulaire{
        width: 100%;
    }

    .titre-formulaire h1{
        font-size: 25px;
        padding: 0 0 5px 0;
    }

    .titre-formulaire p{
        font-size: 18px;
        padding: 10px 0;
    }


    input[type=text]{
        width: 100%;
        padding: 10px 20px;
        margin: 10px 0;
        border:none;
    }

    input[type=email]{
        width: 100%;
        padding: 10px 20px;
        border:none;
    }

    textarea{
        width: 100%;
        padding: 10px 20px;
        margin: 10px 0;
        border:none;
    }


    button[type="submit"]{
        width: 100%;
        padding: 15px 20px;
        margin: 10px 0;
        border:none;
        font-size: 18px;
    }


    button[type="submit"]:hover{
        background-color: var(--color-rouge);
    }

    .image-illustration-contact-index{
        width: 100%;
        position: relative;
        right: 0;
        padding-top: 30px;
    }

    .image-illustration-contact-index img{
        width: 100%;
        border-radius: 5px;
    }


    /* 
    ====================
    footer
    ====================
    */

    #footer{
        padding: 20px 0;
    }

    .contenu-footer{
        gap: 20px;
        width: 80%;
    }

    .info-royspace-footer{
        width: 100%;
    }
    
    .contact-footer{
        width: 100%;
    }
    
    .navigation-footer{
        width: 100%;
    }
    
    .newsleter-footer{
        width: 100%;
    }

    .newsleter-footer button[type="submit"]{
        width: 100%;
        padding: 15px 20px;
        margin: 8px 0;
        font-size: 16px;
    }

    .block-mention-legale{
        display: block;
        padding: 5px 0;
    }

    .confidentialite{
        width: 100%;
        display: block;
        padding: 10px 0;
    }

    .confidentialite a:first-child{
        border-right: none;
    }


    .teams {
        width: 100%;
        margin: 0% auto;
        padding-top: 10px;
    }



    .titre-form-inscription{
        font-size: 23px;
        padding-top: 50px;
        padding-bottom: 20px;
        text-align: left;
    }

    .para-titre-form-inscription{
        font-size: 16px;
        padding-bottom: 0px;
        text-align: left;
        font-weight: 300;
    }


    /* footer */

    .email label{
        font-size: 18px;
        text-align: left;
        margin-bottom: -5px;
    }

    .password label{
        font-size: 18px;
        text-align: left;
        margin-bottom: -10px;
    }


    /* 
    ======================
    comment ça marche 
    ======================
    */


    #page-comment-ca-marche{
        width: 100%;
        padding-top: 130px;
        background-size: 50%;
    }

    .contenu-header-comment-ca-marche{
        width: 80%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }


    /* left */

    .left-comment-ca-marche{
        width: 100%;
        position: relative;
        left: 40px;
    }

    .left-comment-ca-marche img{
        width: 50%;
    }


    /* center */

    .center-comment-ca-marche{
        width: 100%;
        margin: 0 auto;
        top: -100px;
    }

    .titre-01{
        font-size: 25px;
        line-height: 1.1;
        padding-bottom: 20px;
    }


    .titre-02{
        font-size: 16px;
    }

    #btn-telecharger-l-application{
        width: 80%;
        padding: 15px;
        margin: 10% auto;
        background-color: var(--color-rouge);
    }

    #btn-telecharger-l-application:hover{
        background-color: var(--color-rouge);
        border: 1px solid var(--color-rouge);
    }


    /* rigth */

    .rigth-comment-ca-marche{
        width: 20%;
        position: relative;
        top: -80px;
        right: 0px;
        left: -60px;
        margin: 0 auto;
    }

    .rigth-comment-ca-marche img{
        width: 200px;
    }


    /* 
    ========================
    About
    ========================
    */

    /* header index */

    .header-about{
        width: 100%;
        height: 100vh;
        padding-top: 120px;
        background-size: 60%;
    }


    .contenu-header-about{
        width: 80%;
        margin:0 auto;
        display: flex;
    }


    .info-header-about{
        width: 100%;
        position: relative;
        top: -10px;
        text-align: justify;
    }

    .info-header-about .p{
        font-size: 15px;
        padding-bottom: 10px;
        
    }

    .image-header-about{
        width: 100%;
        padding-top: 160px;
        margin-bottom: 300px;
    }

    

    .devise-royspace{
        top: 20px;
    }


    #mission{
        width: 100%;
        margin-top: 500px;
        top: 0;
    }

    #equipe{
        width: 100%;
        padding: 20px 0;
        margin-top: 10px;
    }

    .paragraphe-CU{
        margin-top: -70px;
    }

}



/* 
=========================
390 x 844px
=========================
*/

@media (max-width:390px){

    
    /* header index */

    .header-index{
        padding-top: 200px;
        background-size: 40%;
    }


    .contenu-header-index{
        width: 80%;
        margin:0 auto;
        display: flex;
    }


    .info-header-index{
        width: 100%;
        position: relative;
        top: 330px;
    }

    .titre-header-index{
        font-size: 35px;
        padding-bottom: 5px;
        font-weight: 600;
    }

    .titre-header-index span{
        font-size: 35px;
        font-weight: 600;
    }

    .paragraphe-header-index{
        padding: 10px 0;
        font-size:16px;
        font-weight: 300;
        line-height: 1.5;
    }


    .image-header-index{
        position: relative;
        top: -300px;
    }

    .btn-telecharger-l-application{
        width: 100%;
        padding: 20px;
        margin-top: 10px;

    }

    .btn-telecharger-l-application a{
        font-size: 18px;
    }


    /*
    ===================
    Forfaits
    ===================
    */


    .titre-decouvrez-les-forfaits h1{
        font-size: 46px;
    }



    /* 
    ===============================
    Contact
    ===============================
    */

    .formulaire-contact{
        width: 100%;
        padding: 20px;
        height: 605px;
    }


    
    /* 
    ========================
    page contact
    ========================
    */

    #contact{
        padding-top: 160px;
        padding-bottom: 1000px;
    }


    .contenu-contact{
        width: 80%;
        gap: 10px;
    }

    .information-contact{
        width: 100%;
        top: -50px;
    }


    .contenu-formulaire-contact{
        width: 100%;
    }


    #form-contact{
        top: -50px;
    }


    .formulaire-contact{
        width: 100%;
        padding: 20px;
        height: 660px;
    }


    .form-contact{
        width: 100%;
        padding: 20px;
    }


    .titre-contact{
        font-size: 18px;
    }

    .souligneur01{
        height: 5px;
        width: 30%;
    }

    .souligneur02{
        height: 20px;
        width: 20px;
        top: -12px;
    }


    .commentaire-titre-contact p{
        font-size: 15px;
        padding: 20px 0;

    }


    .block-telephone{
        padding: 10px 0;
    }

    .block-telephone p{
        padding-left: 30px;
    }

    .block-email{
        padding: 10px 0;
    }

    .block-email p{
        padding-left: 30px;
    }

    .block-localisation{
        padding: 10px 0;
    }

    .block-localisation p{
        padding-left: 30px;
    }



    /* 
    ========================
    About
    ========================
    */

    /* header index */

    .header-about{
        padding-top: 100px;
        background-size: 60%;
    }


    .info-header-about .p{
        font-size: 15px;
        padding-bottom: 10px;
        
    }

    .titre-header-about{
        font-size: 35px;
        padding-bottom: 5px;
    }

    .paragraphe-header-about{
        padding: 10px 0;
        font-size:15px;
        line-height: 1.6;
    }


    .image-header-about{
        width: 100%;
        padding-top: 200px;
        margin-bottom: 300px;
    }

    .image-header-about img{
        width: 100%;
    }
    

    .devise-royspace{
        top: 20px;
    }

    .age{
        width: 30%;
        text-align: center;
        margin: 0 auto;
    }

    .titre-age{
        width: 55px;
        padding: 15px;
        font-size: 18px;
        margin: 0 auto;

    }

    .age p{
        font-size: 13px;
        padding-top: 10px;
        font-weight: 500;
    }

    .employes{
        width: 30%;
        text-align: center;
        margin: 0 auto;
    }

    .titre-employes{
        width: 55px;
        padding: 15px 20px 15px 15px;
        font-size: 18px;
        margin: 0 auto;
    }


    .employes p{
        font-size: 13px;
        padding-top: 10px;
        font-weight: 500;
    }


    .membres{
        width: 30%;
        text-align: center;
        margin: 0 auto;
    }

    .titre-membres{
        width: 55px;
        padding: 15px 20px 15px 9px;
        font-size: 21px;
        margin: 0 auto;
    }

    .membres p{
        font-size: 13px;
        padding-top: 10px;
        font-weight: 500;
    }


    .image-header-about{
        width: 100%;
        padding-top: 60px;
        margin-bottom: 200px;
    }


    /* header index */

    .header-index{
        padding-top: 100px;
        background-size: 40%;
    }


    .info-header-index{
        top: 300px;
    }

    .titre-header-index{
        font-size: 30px;
        padding-bottom: 5px;
    }

    .titre-header-index span{
        font-size: 30px;
    }

    .paragraphe-header-index{
        padding: 10px 0;
        font-size:13px;
    }


    .image-header-index{
        top: -200px;
    }

    .btn-telecharger-l-application{
        width: 100%;
        padding: 15px;
        margin-top: 10px;

    }

    .btn-telecharger-l-application a{
        font-size: 16px;
    }


    
    .info-decouvrez-les-forfaits{
        height: 400px;
    }
    
}



/* 
=========================
375 x 667px
=========================
*/

@media (max-width:375px){


    /* menu navigation */

    .menu{
        padding-top: 160px;
    }

    .navbar-menu{
        width: 100%;
        margin: 0 auto;
    }

    .navbar-menu ul{
        width: 50%;
        display: block;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 50px;
        text-align: center;
    }

    .navbar-menu li{
        padding: 5px;
        margin: 5px 0;
        text-align: center;
    }


    .navbar-menu li:hover{
        padding: 5px;
        padding: 5px 10px;
    }


    .navbar-menu li.active{
        padding: 5px 10px;
    }


    .navbar-menu li.active a{
        font-size: 16px;
        font-weight: 800;
    }

    .navbar-menu li a{
        font-size: 16px;
    }


    /* Se connecter */

    #se-connecter{
        width: 50%;
        padding: 5px;
        margin: 20% auto;

    }

    #se-connecter a{
        font-size: 16px;
    }


    /* click menu */

    .toggle{
        width: 35px;
        height: 30px;
        right: 35px;
        top: 20px;
        padding: 10px;
    }

    .toggle .btnOpen{
        width: 18px;
        right: 2px;
        bottom: 2px;
        top: -1.5px;
    }

    .toggle .btnClose{
        width: 15px;
        left: 0px;
        bottom: 1.5px;
        top: -1.5px;
    }

    
    /* header index */

    .header-index{
        padding-top: 180px;
        background-size: 40%;
    }



    .info-header-index{
        top: 350px;
    }

    .titre-header-index{
        font-size: 30px;
        padding-bottom: 5px;
    }

    .titre-header-index span{
        font-size: 30px;
    }

    .paragraphe-header-index{
        padding: 10px 0;
        font-size:13px;
    }


    .image-header-index{
        top: -200px;
    }

    .btn-telecharger-l-application{
        width: 100%;
        padding: 15px;
        margin-top: 10px;

    }

    .btn-telecharger-l-application a{
        font-size: 16px;
    }



    /* 
    ===============================
    Contact
    ===============================
    */

    .formulaire-contact{
        width: 100%;
        padding: 20px;
        height: 650px;
    }



    /* 
    ========================
    About
    ========================
    */

    /* header index */

    .header-about{
        padding-top: 100px;
        background-size: 60%;
        padding-bottom: 1000px;
    }


    .info-header-about .p{
        font-size: 15px;
        padding-bottom: 10px;
        
    }

    .titre-header-about{
        font-size: 31px;
        padding-bottom: 5px;
    }

    .paragraphe-header-about{
        padding: 10px 0;
        font-size:13px;
        line-height: 1.6;
    }


    .image-header-about{
        width: 100%;
        padding-top: 50px;
        margin-bottom: 200px;
    }

    .image-header-about img{
        width: 100%;
    }
    

    .devise-royspace{
        top: 10px;
    }

    .age{
        width: 30%;
        text-align: center;
        margin: 0 auto;
    }

    .titre-age{
        width: 50px;
        padding: 13px;
        font-size: 18px;
        margin: 0 auto;

    }

    .age p{
        font-size: 10px;
        padding-top: 5px;
    }

    .employes{
        width: 30%;
        text-align: center;
        margin: 0 auto;
    }

    .titre-employes{
        width: 50px;
        padding: 15px 20px 15px 15px;
        font-size: 15px;
        margin: 0 auto;
    }


    .employes p{
        font-size: 10px;
        padding-top: 5px;
    }


    .membres{
        width: 30%;
        text-align: center;
        margin: 0 auto;
    }

    .titre-membres{
        width: 50px;
        padding: 15px 20px 15px 11px;
        font-size: 15px;
        margin: 0 auto;
    }

    .membres p{
        font-size: 10px;
        padding-top: 5px;
    }


    
    /*
    ======================
    Opportunitées
    ======================
    */

    #opportunites-index{
        width: 80%;
        margin: 5% auto;
        padding-top: 150px;
    }


    .titre-opportunites-index{
        font-size: 25px;
    }


    .titre-info-opportunites-index{
        font-size: 23px;
        padding-bottom: 10px;
        padding-top: 10px;
    }


    .paragrape-info-opportunites-index{
        font-size: 14px;
        line-height: 1.5;
        -webkit-line-clamp: 15;
    }

    .btn-lire-plus{
        width: 100%;
        border: none;
        padding: 15px;
        margin-top: 20px;
    }

    .btn-lire-plus a{
        font-size: 16px;
    }

    
    /*
    ===================
    Forfaits
    ===================
    */


    .titre-decouvrez-les-forfaits h1{
        font-size: 44px;
    }


    .titre-info-decouvrez-les-forfaits{
        font-size: 23px;
        padding-bottom: 10px;
        line-height: 1.3;
    }


    .paragrape-info-decouvrez-les-forfaits{
        font-size: 14px;
        line-height: 1.5;
        /* -webkit-line-clamp: 13; */
        /* -webkit-line-clamp: auto; */
    }

    
    /*
    ======================
    Temoignage
    ======================
    */

    #temoignage{
        width: 100%;
        padding: 20px 0;
    }

    .contenu-temoignage{
        width: 80%;
        margin: 0 auto;
        padding-top: 20px;
    }


    .titre-temoignage{
        font-size: 40px;
    }

    .block-illustration-temoignage{
        width: 100%;
        margin: 10% auto;
    }


    .contenu-illustration-temoignage{
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .temoignage{
        width: 100%;
        padding: 20px;
    }


    .info-temoigneur{
        font-size: 15px;
        padding: 10px 0;
    }

    .temoignage img{
        padding: 20px;
    }


    .nom-temoigneur{
        font-size: 21px;
    }

    .fonction-temoigneur{
        font-size: 16px;
        padding: 5px 0;
    }

    .avis-temoigneur{
        width: 50%;
        margin: 0 auto;
    }

    .avis-temoigneur svg{
        width: 20px;
        cursor: pointer;
    }



    /* 
    =============================
    Illustration
    =============================
    */

    #illustration{
        background-size: 22%;
    }


    /* image illustration */

    .image-illustration{
        width: 70%;
        margin: 5% auto;
    }

    .image-illustration img{
        width: 100%;
    }


    /* accordion */

    .information-illustration{
        width: 100%;
        margin: 0 auto;
    }

    .titre-accordion{
        width: 60%;
        margin: 50px 0 20px 0;
        font-size: 38px;
    }

    .accordion-illustration{
        width: 100%;
    }


    .accordion {
        padding: 10px 0;
        font-size: 11px;
    }
    
    .panel {
        padding: 0 5px;
    }

    .panel p{
        padding: 10px;
        font-size: 12px;
        line-height: 1.5;
    }

    .accordion:after {
        content: '\02795';
        font-size: 12px;
        color: var(--color-10);
        float: right;
        margin-left: 5px;
    }
    
    .active-accordion:after {
        content: "\2796";
    }



    /* 
    ====================
    footer
    ====================
    */

    
    /* Mention légale */

    .mention-legale{
        padding-top: 50px;
    }

    .copyrigth{
        font-size: 13px;
        font-weight: 300;
    }

    .confidentialite{
        margin-top: 5px;
    }

    .confidentialite a{
        font-size: 13px;
        padding-right: 10px;
    }


    /* Commun */

    .titre-info-footer{
        font-size: 18px;
        position: relative;
        bottom: -10px;
    }


    .contenu-footer span, p{
        font-size: 13px;
    }


     /* 
    =========================
    connexion
    =========================
    */


    .connexion{
        padding-top: 60px;
    }


    /* formulaire */

    .formulaire-connexion{
        width: 90%;
        padding: 20px;
        margin: 0 auto;
        background-color: var(--color-11);

    }

    #mot-passe-oublier{
        width: 100%;
        padding: 80px 50px 50px 50px;
        
    }

    .titre-form-inscription{
        font-size: 18px;
        padding-top: 30px;
        padding-bottom: 20px;
        text-align: left;
    }

    .para-titre-form-inscription{
        font-size: 11px;
        padding-bottom: 0px;
        text-align: left;
        font-weight: 300;
    }


    #form-inscrition input[type=email]{
        padding: 10px 15px;
        margin: 2px 0;
        font-size: 13px;
    }

    #form-inscrition input[type=password]{
        padding: 10px 15px;
        margin: 0px 0;
        font-size: 13px;
    }

    #btn-connexion{
        width: 100%;
        padding: 10px 15px;
        margin: 10px 0;
        font-size: 18px;
    }

    .email{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .email label{
        font-size: 15px;
        margin-bottom: 0px;
    }

    .password{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .password label{
        font-size: 15px;
        margin-bottom: 0px;
    }

    .password-forget{
        font-size: 14px;  
        padding-top: 10px; 
    }

    .password-forget a{
        font-size: 14px;
    }


    .inscription{
        display: block;
        padding: 5px 0 0 0;

    }

    .inscription p{
        font-size: 14px;
        padding-top: 5px;
    }


    
    /* 
    ======================
    comment ça marche 
    ======================
    */


    #page-comment-ca-marche{
        width: 100%;
        padding-top: 50px;
        background-size: 30%;
    }


    
    /* main comment ça marche */

    .contenu-comment-ca-marche{
        width: 80%;
        margin: 0 auto;
        padding-top: 200px;
    }

    .titre-accordion-comment-ca-marche{
        font-size: 30px;
        padding-bottom: 30px;
        padding-top: 100px;
    }



    /* left */

    .left-comment-ca-marche{
        width: 100%;
        position: relative;
        left: 40px;
    }

    .left-comment-ca-marche img{
        width: 50%;
    }


    /* center */

    .center-comment-ca-marche{
        width: 100%;
        margin: 0 auto;
        top: -100px;
    }

    .titre-01{
        font-size: 25px;
        line-height: 1.1;
        padding-bottom: 20px;
    }


    .titre-02{
        font-size: 16px;
    }

    #btn-telecharger-l-application{
        width: 80%;
        padding: 15px;
        margin: 5% auto;
    }



    /* rigth */

    .rigth-comment-ca-marche{
        width: 20%;
        position: relative;
        top: -80px;
        right: 0px;
        left: -50px;
        margin: 0 auto;
    }

    .rigth-comment-ca-marche img{
        width: 180px;
    }


    .equipe{
        width: 100%;
        padding: 20px;
    }


    #mission{
        width: 100%;
        margin-top: 50px;
        top: 0;
    }

    .titre-equipe{
        font-size: 30px;
        padding-bottom: 10px;
        text-align: left;
    }



    .paragraphe-CU h1{
        font-size: 25px;
    }


    /* 
    ============================
    Page Faq
    ============================
    */


    .faq{
        padding-top: 50px;
        padding-bottom: 50px;
    }

}


/* 
=========================
360 x 740px
=========================
*/

@media (max-width:360px){


    /* menu navigation */

    .menu{
        padding-top: 220px;
    }


    .navbar-menu li.active a{
        font-size: 12px;
    }

    .navbar-menu li a{
        font-size: 12px;
    }


    .navbar-menu li{
        padding: 10px 20px;
        margin: 5px 0;
        text-align: center;
    }

    /* header index */

    .header-index{
        padding-top: 230px;
        background-size: 40%;
    }


    .info-header-index{
        top: 250px;
    }



    .image-header-index{
        top: -280px;
        padding-bottom: 100px;
    }

    .image-header-index img{
        width: 300px;
    }


    /* 
    ========================
    About
    ========================
    */

    /* header about*/

    .header-about{
        padding-top: 120px;
        background-size: 60%;
    }


    

    /* 
    =========================
    connexion
    =========================
    */


    .connexion{
        padding-top: 100px;
    }



    /* equipe */


    #equipe{
        width: 100%;
        padding: 20px 0;
        margin-top: 10px;
    }


    #mission{
        width: 100%;
        margin-top: 50px;
        top: 0;
    }


    .contenu-equipe{
        width: 80%;
        margin: 5% auto;
        text-align: center;
    }

    .titre-equipe{
        font-size: 30px;
        padding-bottom: 10px;
        text-align: left;
    }


    .description-equipe{
        font-size: 16px;
        width: 100%;
        padding: 20px 0;
        line-height: 1.6;
        text-align: justify;
    }


    .block-illustration-equipe{
        width: 100%;
        margin: 5% auto;
    }


    .formulaire-contact{
        width: 100%;
        padding: 20px;
        height: 650px;
    }
    

    #opportunites-index{
        width: 80%;
        margin: 5% auto;
        padding-top: 120px;
    }


    .titre-accordion-comment-ca-marche{
        font-size: 27px;
        font-weight: 700;
        text-align: center;
        color: var(--color-04);
        padding-bottom: 50px;
        padding-top: 100px;
        margin-top: 100px;
    }
    



}