@media (max-width:700px) {


    /*navigation */

    .menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 100%;
        height: 10vh;
        position: fixed;
        background-color: #ffffff;
        top: 0;
        left: 0;
        right: 0;
        gap:1em;
        padding-left: 2vh;
        padding-right: 2vh;
        z-index: 100;
    
    }

    .logo{
        color:#0C131F;
        font-size: calc(40* var(--res));
        line-height: 1em;
        font-weight: 600;
      }


    .onglet{
        padding: 0;
        display: flex;
        gap:1vh;
        }

/* PAGE ACCUEIL */


    /* HERO*/

    .hero{
        margin-top: 10vh;
        padding-top: 3vh;
        padding-left: 2vh;
        padding-right: 2vh;
        padding-bottom: 3vh;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
          height: fit-content;
        text-align: left;
        gap: 0;
      }

      .contactmoi{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        top:50%;
        left:50%;
        text-align: center;
        z-index: 200;
        position: fixed;
        background-color: #FFF;
        color: #000;
        border-radius: 10px;
        height: 12vh;
        padding: 5vh;
        gap:0.5vh;
        transform: translate(-50%, -50%);
        font-size: calc(35* var(--res));
        width: 70%;
        box-shadow: 5px 5px 20px #00000049;
    }

    .buttonpop{
        background-color: #f03f4d;
        color: #FFF;
        padding: 1vh;
        margin: 1vh;
        font-size: calc(30* var(--res));
        cursor: pointer;
        border-radius: 5px;
    }
    

      .texte{
        display: flex;
        flex-direction: column;
        gap: 4vh;
        width:100%;
        height: fit-content;
    }
      .mini_button{
        margin-top: 2vh;
        width: 12vh;
        height: fit-content;
        font-size: calc(20* var(--res));
        padding: 1em;
        border-radius: 30px;}


        .image {
            width: 100%;
            height: fit-content;
             
            }

            .paragraphe{
                padding: 0;
                color:#000;
                font-size: large;
                font-weight: 500;
                font-size: calc(40* var(--res));
                text-align: justify;  
                }
                



/*body*/

/*section*/

.titre2{
    color:#000
}

.mini_button2{
    margin-top: 2vh;
    width: 12vh;
    height: fit-content;
    font-size: calc(20* var(--res));
    padding: 1em;
    border-radius: 30px;}

    .mini_button3{
        margin-top: 2vh;
        width: 12vh;
        height: fit-content;
        font-size: calc(20* var(--res));
        padding: 1em;
        border-radius: 30px;}

    .mini_button4{
        margin-top: 2vh;
        width: 12vh;
        height: fit-content;
        font-size: calc(20* var(--res));
         padding: 1em;
        padding: 1em;
        border-radius: 30px;}
        

.paragraphe2    {
    padding: 0;
    color:#000;
    font-size: large;
    font-weight: 500;
    font-size: calc(40* var(--res));
    text-align: justify;  
    }



/*info 1*/

.elearning{
    padding-top: 3vh;
    padding-left: 2vh;
    padding-right: 2vh;
    padding-bottom: 2vh;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    height: fit-content;
    gap:5vh;
    text-align: left;

}

.competences{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: fit-content;
    border-radius: 5px;

  
    }
    
        
    .outils{
     display: flex;
    justify-content: space-between;
    font-size: calc(30* var(--res));
    font-weight: 600;
    width: 40vh;
    padding: 1vh;
    text-transform: uppercase;
    }

.panel{

    padding: 1vh;
    max-width: 40vh;
    font-size: calc(30* var(--res));
}


/*info 2*/

.formation{
    padding-top: 3vh;
    padding-left: 2vh;
    padding-right: 2vh;
    padding-bottom: 2vh;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    height: 90vh;
    gap:5vh;
    text-align: left;

}





    
    
/* PAGE PROJETS */

.cat-formation img{
    width: 50vh;

}


.cover {
    margin-top: 10vh;
    display:flex;
   flex-direction: column;
    justify-content: center;
    align-items: center;
    background-position: center;
    height: 40vh;
    
}


.tcover p{
    color: #ffffff;
    font-size: calc(25* var(--res));
    }


}


