body {
  margin-top: 80px; 
  background: linear-gradient(135deg, #f0f8ff, #fce8e8);
  font-family: 'Oswald', sans-serif;
}

html, body {
    margin: 0;
    padding: 0;
    min-height: 100%;
}

img {
    width: 250px;
    border-radius: 15px;
}

a {
    text-decoration: none;
}











header {
    background: linear-gradient(135deg, #f0f8ff, #fce8e8);
    margin: 0;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

header img{
    border-radius: 15px;
    width: 70px;
    padding: 5px;
}

.bandeau {
    display: flex;
    align-items: center;
    padding: 5px;
    width:100%;
}

.bandeau .liens a{
    color: rgb(0, 0, 0); 
    padding: 20px;
}

.liens {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px;
}

.menu {
    background-color:#f0f8ff;
    padding: 10px 10px;
    border-radius: 15px;
    width: 100%;
}

.menu_liens {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: linear-gradient(135deg, #f0f8ff, #fce8e8);
    border-bottom-left-radius: 15px;
}

.menu_liens ul{
    list-style-type: none;
    display: flex;
    gap: 50px;
}










.hautdepage{
    text-align: center;
    background: linear-gradient(135deg, #ec3333, #a01010);
    padding-top: 70px;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30vh;     
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

#hdp1{
    width: 500px;
    padding: 50px;
}

.valider{
    background-color:#f0f8ff;
    padding: 10px 10px;
    border-radius: 15px;
    width: 100%;
}

















.assistant {
    position: fixed;
    bottom: 20px;   
    right: 20px;    
}

.assistant img {
    width: 300px;       
}

.directions{
    border-radius: 15px;
    background-color: aliceblue;
    padding: 10px;
    display: none;
}

.directions ul{
    list-style-type: none;
}

.tete{
    display: flex;
    gap: 10px;
}

.tete button{
    width: 30px;
    height: 30px;
    padding: 5px;
    background-color: #ec3333;
    color: white;
    border-radius: 10px ;
}

.moniteur{
    position: relative;
    display: inline-block;
    width: 300px;
    height: 500px;
    overflow: hidden;
    border-radius: 15px;
    background-color: #ec3333;
    margin: 20px;
    padding: 20px;
    color: aliceblue;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}









footer {
    background: linear-gradient(135deg, #ec3333, #a01010);
    margin: 0;
    display: flex;
    align-items: center;
}

.reseau {
    margin-left: 10px;
    padding: 10px;
}

.contacts {
    margin-left: auto;
    padding: 10px;
}

footer img{
    border-radius: 15px;
    width: 40px;
    padding: 5px;
}