*{
   
    font-family: 'Times New Roman', Times, serif;
}
@media screen  AND  (max-width:720px) {
   *{
    margin: 0;
    padding: 0;
    border: none;
   }
}


header
{   
    width: 100%;
    height: 100vh;
    background-image: url(image/formation.jpg);
    background-size: cover;
    background-position: center;
}
.align img
{
    width: 10%;
    height: 15%;
    margin:5px 0;
}

.head ul
{   
    display: flex;
    float: right;
    margin-right: 5px;
    margin-top: 15px;
}
.align ul li
{
    list-style-type: none;
    margin: 0  10px;
    border: 1pX solid white;
}
.align a
{
    text-decoration: none;
    color: blue;
}
.align a:hover
{
    background-color: rgb(223, 99, 99);
   
}
.milieu
{   display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-top: 5vh;
}
.milieu h1
{
    font-weight: bold; 
    color:azure;
    text-shadow: 1px 1px rgb(153, 126, 126);
    font-size: 50px;
    margin-bottom: 20px;
}
.milieu h1 span
{
    font-weight: bold; 
    color: black;
    text-shadow: 1px 1px rgb(194, 193, 193);
}
.milieu .etude
{
    color:azure;
    font-size: 1rem;
}
.button
{
    color: blue;
    border-radius: 10%;
    text-decoration: none;
    font-size: 18px;
    border: 1px solid white;
    padding: 5px 10px;
}
.accueil{
    padding: 30px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.accueil a{
    text-decoration: none;
    font-weight: bold;
    font-size: 2rem;
}
footer{
    height: 300px;
    background-color: rgb(83, 66, 24);
}
footer{
    height: 300px;
    background-color: rgb(83, 66, 24);
}