*
{
    box-sizing: border-box;
}

body
{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    background-color: #EDEDED;
}

header
{
    background-color: #ffa300;
    height: 80px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
}

header .logo
{
    margin-top: -7px;
    float: left;
    width: 40%;
}

header .topbar
{
    float: left;
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.topbar a
{
    
    margin: 16px;
    color: inherit;
    padding: 10px;
    font-size: 20px;
    border-radius: 20px 20px;
    background: #fff;
    color: black;
    text-decoration: none;
    box-shadow: 1px 2px 4px 2px rgba(0, 0, 0, 0.4);
}

.topbar a:hover 
{
    color: #fff;
    background: #000;
    text-decoration: underline;
}
.topbar a i
{
    margin-right: 5px;
}

.checkbtn
{
    font-size: 30px;
    color: #fff;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}

#check
{
    display: none;
}

@media (max-width: 990px)
{
    .checkbtn
    {
        display: block;
    }
    .topbar
    {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #2c3e50;
        top: 80px;
        left: -100%;
        text-align: center;
        transition: all .5s;
    }
    .topbar a 
    {
        display: block;
        margin: 50px 0;
        line-height: 30px;
        font-size: 20px;
    }
    
    
    #check:checked ~ .topbar
    {
        left: 0;
    }


}

@media (max-width: 375px)
{
    .logo_image
    {
        height: 55px;
        width: 300px;
    }
    header .logo
{
    margin-top: 10px;
    float: left;
}
    
}

@media (max-width: 561px)
{
    .logo_image
    {
        height: 60px;
        width: 300px;
    }
    header .logo
    {
        margin-top: 10px;
        float: left;
    }
   
    
}

@media (max-width: 1224px)
{
    .logo_image
    {
        margin-top: 10px;
        height: 65px;
        width: 350px;
    }
    .topbar a
    {
     margin-top: 10px;
    margin: 2px;
    font-size: 20px;
    }
    .topbar
    {
     margin-top: 10px;
    
    }
   
    
}


.container
{
    top: -20px;
    background-color: #fff;
    margin: 0 auto;
    height: 650px;
    max-width: 1000px;
    box-shadow: 1px 2px 5px 2px rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    z-index: 1;
}
.container h1
{
    top: 90px;
    position: relative;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    font-family: 'Chaparral Pro Light', sans-serif;
}



.formation
{
   display: flex;
   align-items: center;
   justify-content: space-around;
   flex-wrap: wrap;
   background-color: #ffa300;
   border-radius: 25px;
   position: relative;
   top: 100px;
}

.blog
{
    height: 215px;
    width: 215px;
    background-color: #000;
    color: #fff;
    margin: 10px;
    top: 50px;
    box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.8);
    border-radius: 20% 10%;
}

.formation_titre
{
    text-align: center;
    font-size: 19px;
}

.img
{
    height: 160px;
    width: 215px;
    margin-left: 0px;
    margin-top: -20px;
    border-radius: 25% 10%;
}

.imgs
{
    height: 180px;
    width: 215px;
    margin-left: 0px;
    margin-top: -20px;
    border-radius: 25% 10%;
}

.profiletudiant
{
    background-color: #5A5E6B;
    height: 600px;
    position: relative;
    
}

.programme_formateur
{
    color: white;
}


.imageetudiant
{
    
    position: absolute;
    top: 20px;
    left: 100px;
    width: auto;
    height: 250px;
    width: 250px;

    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    
}

.ligne
{
    width: auto;
}

.titre_info
{
    text-align: center;
}

.image_nom
{
    position: absolute;
    top: 280px;
    left: 110px;
    text-transform: uppercase;
    font-size: 20px;
    color: white;
    
}

.info_etud
{
    padding-left: 70px;
    font-size: 20px;
    
}

.info_etud i
{
    margin: 10px;
}

.infosetudiant
{
   margin: 15px 60px 0px 15px;
   
   position: absolute;
   top: 0;
   right: 0;
   width: 500px;
   height: 300px;
   background-color: #fff;
   box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
   border-radius: 20px;
    
} 

.editer_profil a
{
    
    text-decoration: none;
    background-color: #ffa300;
    padding: 15px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
    border-radius: 20px;
    color: #fff;

}
.editer_profil a:hover
{
    color: #fff;
    background: #000;
    text-decoration: underline;
}
.main
 {

    margin-top: 65px;
 }

 .info_complementaire
 {
    height: 230px;
    background-color: white;
    position: relative;
    top: -250px;
    
    

 }

 .info_complementaire table
 {
    border-collapse: collapse;
    width: 100%;
    

 }

 tr td
 {
    border: 2px solid #000;
    
    padding: 12.6px;
 }
 

