@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html{
    --res: calc(0.01 * 10vmin);
    
}


body{
font-family: 'Poppins', sans-serif;
margin:0;
}


H1{
    font-size: calc(65* var(--res));
    margin: 0;
    color: #000;
    text-transform: uppercase;
    line-height: 1em;
}

ul {
    margin: 0;
    padding: 0px 0px 0px 0px;
   }

li{
    list-style-type: none;  
}

/* Navigation */


.logo{
    color:#0C131F;
    font-size: calc(35* var(--res));
    line-height: 0;
    font-weight: 600;
    cursor: pointer;
  }


.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: 4vh;
    padding-right: 4vh;
    z-index: 100;

}


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

.menu ul li{
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;  
    font-size: calc(30 * var(--res));
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}


.paragraphe2 a{
    color:#ffffff;
    text-decoration: none;
}

a{
    color:#0C131F;
    text-decoration: none;
 }

a :visited{

    text-decoration-color:none;
}

li a:hover{
    color: #e63946;
    
    }

a :hover{
color:#e63946;

}

/* PAGE ACCUEIL */

/* HERO*/

.mini{
    display: flex;
    justify-content: flex-start;
    gap:3vh;
    align-items: center;
    text-transform: capitalize;
    font-size: smaller;
    font-weight: 500;
    text-align: center;
    }

.mini_button{
    margin-top: 2vh;
    width: 12vh;
    height: fit-content;
    font-size: calc(12* var(--res));
    color: #ffffff;
    background-color: #303ea6;
    padding: 1em;
    border-radius: 30px;
}

.hero{
    border: 10px solid #ffffff;
    border-radius: 30px;
    margin-top: 10vh;
    padding-top: 3vh;
    padding-left: 4vh;
    padding-right: 4vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e0f3fd;
    height: 90vh;
    gap:4vh;    
    text-align: left;
  }

.texte{
    display: flex;
    flex-direction: column;
    gap: 2vh;
    width:100%;
    height: fit-content;
}

p {
 margin: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: 15vh;
    padding: 5vh;
    transform: translate(-50%, -50%);
    font-size: calc(30* var(--res));
    width: 40%;
    box-shadow: 5px 5px 20px #00000049;
}

.contactmoi h2{
    padding: 0;
    margin: 0;
}

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

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

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

}

.reference2{
    width:100%;
}

.reference {
    border: 1px solid #000;
    border-radius: 10px;
    width: 100%;
}
  
  
.button{
    background-color: #e63946;
    border-radius: 15px;
    color: #ffffff;
    font-weight: 600;
    padding: 1em;
    text-align: center;
    width: 20vh;
    height: fit-content;
    transition: color 0.2s;
    cursor: pointer;
   
}

.button:hover{
    background-color: #ffffff;
    border-radius: 15px;
    color: #e63946;
    font-weight: 600;
    padding: 1em;
    text-align: center;
    width: 20vh;
    height: fit-content;
   
}

.texte_confiance{
    display: flex;
    justify-content: center;
    font-weight: 500;
}

.entreprise{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
}

.logo_e{
    display: flex;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 10px;
    margin-right: 1vh;
    padding: 1vh;
    width: 20vh;
}

.logo_e img{
    
    width: calc(150* var(--res));
   
}
/*body*/

/*section*/

.titre2{
    color:#000
}


.mini_button2{
    margin-top: 2vh;
    width: 12vh;
    height: fit-content;
    font-size: calc(12* var(--res));
    color: rgb(255, 255, 255);
    background-color: #000000;
    padding: 1em;
    border-radius: 30px;
}

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

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

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

.image video{
    border: 1px solid #000;
    border-radius: 10px;
   width: 100%;
}


/* info 1 */

.elearning{
    border: 10px solid #ffffff;
    border-radius: 30px;
    padding-top: 3vh;
    padding-left: 4vh;
    padding-right: 4vh;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
    gap:3vh;
    text-align: left;
    background-color: #FFC0CB;
}

.competences{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: fit-content;
    border-radius: 5px;
    background-color: #000000;
    color:#ffffff;
  
    }
    
        
    .outils{
     display: flex;
    justify-content: space-between;
    font-size: calc(20* var(--res));
    font-weight: 600;
    width: 80vh;
    padding: 1vh;
    text-transform: uppercase;
    }

.panel{
    background-color: #fff;
    color: #000;
    padding: 2vh;
    width: 80vh;
    text-align: justify;
}


/* info 2 */

.formation{
    border: 10px solid #ffffff;
    border-radius: 30px;
    padding-top: 3vh;
    padding-left: 4vh;
    padding-right: 4vh;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 90vh;
    gap:3vh;
    text-align: left;
    background-color: #FFFFE0;
}

.formation a{
    text-decoration: none;
    color:#000000;
    width: fit-content;
    background-color: #feb900;
    padding: 0.5vh;
    border-radius: 3px;
}

/* PAGE PROJETS */



.projet{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap:1.5vh;
    padding-left: 4vh;
    padding-right: 4vh;

}

.titre-projet{
    padding: 1vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 100;
    background-color: #e63946;
    width: 90%;
    height: 30vh;
    text-align: center;
    font-size: calc(50* var(--res));
    color: #FFF;
    padding: 1vh;
    border-radius: 10px;

}

.cover {
    margin-top: 10vh;
    display:flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap:2vh;
    align-items: center;
    background-position: center;
    height: 60vh;
    
}


.backgroundVideo{
    width: 100%;
    height: 100%;
  }
  
.floating-div button{
    margin-top: 1vh;
    margin-right: 1vh; 
    border: 0;
    background-color: #feb900;
    color: #000000;
    padding: 1vh;
    font-size: calc(20* var(--res));
    font-family: 'poppins',sans-serif;
    font-weight: 700;
    cursor: pointer;
}
  
.floating-div2 button{
    margin: 1vh; 
    border: 0;
    background-color: #feb900;
    color: #000000;
    padding: 1vh;
    font-size: calc(15* var(--res));
    font-family: 'poppins',sans-serif;
    font-weight: 700;
    cursor: pointer;
}
  

.tcover{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    width: 100%;
    height: fit-content;
  padding: 1vh;
    text-align: justify;
   color:#ffffff;
   background-color:#e63946;
   gap:2vh;
  
}

.titrecover{
    display: flex;
    flex-direction: column;
    justify-content: center;}
   

.tcover h1{
color: #000000;
font-size: calc(20* var(--res));
text-transform: uppercase;
background-color: #ffffff;
border-radius: 5px;
padding: 1vh;
text-align: center;
line-height: 1;
font-weight: 600;

}

.tcover h2{
color: #000000;
background-color: #ffffff;
border-radius: 5px;
padding: 1vh;
text-transform: uppercase;
text-align: center;
font-size: calc(20* var(--res));
line-height: 1;
font-weight: 600;
}

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

.cat-texte{
    font-size: large;
    text-transform: uppercase;
    font-weight: 800;
}

.cat-formation{
    display:flex;
    justify-content: space-between;
    align-items: center;
   overflow-x: auto;
    white-space: nowrap;
    gap:1vh;
       
}

.cat-formation::-webkit-scrollbar {
  width: 10px; /* Largeur de la barre de défilement */
  height: 1vh;
}

.cat-formation::-webkit-scrollbar-track {
  background: #f1f1f1; /* Couleur de l'arrière-plan de la barre de défilement */
}

.cat-formation::-webkit-scrollbar-thumb {
  background: #888; /* Couleur de la barre de défilement */
}

.cat-formation::-webkit-scrollbar-thumb:hover {
  background: #555; /* Couleur de la barre de défilement au survol */
}


.ref-form{
    width: fit-content;
    cursor: pointer;


}

.ref-form img{
        width: 40vh;
        border: 1px solid #9e9e9e;
        border-radius: 5px;
    
}

/* FOOTER */


footer{
font-size: calc(15* var(--res));
margin-top:5vh;
color: #ffffff;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
gap:2vh;
height: 8vh;
background-color: #000000;
padding-top: 1vh;
padding-bottom: 2vh;
padding-left: 4vh;
padding-right: 4vh;
}

.mention{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    }

.telbutton{
    background-color: #FFF;
    border-radius: 5px;
    padding: 0.2vh;
    color: #000;
}
.mailbutton{
    background-color: #FFF;
    border-radius: 5px;
    padding: 0.2vh;
    color: #000;
}


