body                      {
    margin: 0px;
    padding: 0px;
}
header{
    
    background-color: #aad3d4a8;
    width: 100%;
    display: flex;
    flex-direction: row;

}
header nav ul{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}
header nav li {
	
	
    list-style: none;
    font-family: Arial, Helvetica, sans-serif;
}
header nav li a{
    padding: 10px;
    color: #ffffff;
    background-color: rgb(53, 144, 219) ;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bolder;
}
header nav li a.current{
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    border-radius: 10px;
	color: #5ec4ec;
}
a.current{
    background-color: #ffffff;
    cursor: pointer;
    border-radius: 10px;
    color: #05fddcd0;
}
header nav li a:hover{
    color:rgb(0, 4, 255);
    text-decoration: underline;
}
main{
    width: 100%;
    margin: auto;
   
}

body{
    background-color:#d8f2f767
}
footer{
    height: 100px;
    background-color: #aad3d4a8;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
}
h1{
    color: #85ca9c;
    height: 50px;
    font-weight: bolder;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 40px;
    width: 100%;
}
h2{
    color: #ffffff;
    font-size:45px;
    font-weight: bold;
}
p{
    font-size: 20px;
    margin: 3px;
    font-weight: bold;
}
input{
    margin: auto;
    padding: 35px;
    height: 35px;
    box-sizing: border-box;
    border-color: #000000;
    border-radius: 20px;
    align-self: center;
}
textarea{
    margin: auto;
    padding: 35px;
    height: 35px;
    width: 500px;
    box-sizing: border-box;
    border-color: #000000;
    border-radius: 20px;
}
input[type="submit"]{
    color: #000000;
    background-color: #ff0000;
    border-radius: 20px;
    border-width: 3px;
    border-color: #000000;
    width: 100%;
    height: 10px;
}
input[type="submit"]:hover{
    background-color: #757575;
    border-width: 9px;
    color: #ff0000;
}
#en-tete{
    align-self: center;
    display: flex;
}
.card-img-top{
    height: 150px;
}
#page{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
.info{
    background-color: blue;
    width: 90%;
    
    padding: 10px;
    border-radius: 20px;
}



@media all and (min-width: 576px) {
    
header nav ul{
   
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}


#page{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

    



  
}








