*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}
.navbar{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(23, 61, 110);
    position: sticky;
    top: 0;
}
.navbar ul{
    display: flex;
    list-style: none;
    margin: 10px 0px;
    
    }
    .navbar ul li {
        font-family: century;
        font-size: 1.1rem;
        font-weight: bold;
        margin: 6px;
    }
    .navbar ul li a{
        text-decoration: none;
        padding: 4px 10px;
        transition: all .5s ease ;
        background-color: white;
        color: black;
        box-shadow: 0 0 10px white;
        border-radius: 30px;
        
    }
    .navbar ul li a:hover {
        background-color: rgb(183, 70, 70);
        color: white;
        box-shadow: 0 0 10px white;
    }

.navbar ul{
    flex-wrap: wrap;
    justify-content: center;
    }
.granddiv{
    display: flex;
    justify-content: center;
    box-shadow: #c0aca7;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: rgb(161, 190, 201);
    padding: 20px;
    
    box-shadow: 0 0 20px black;
}
form{
    display: flex;
    flex-direction: column;
    width: 300px;
    border:solid white ;
    box-shadow: 0 0 30px rgb(0, 0, 0);
    border-radius: 30px;
    padding: 20px;
    background-color: rgb(23, 61, 110);
}
.champ{
    margin-bottom: 10px;
    padding: 8px;
    border: solid #ee3608;
    border-radius: 30px;
}
button{
    border: none;
    width: 60px;
    padding: 5px;
    
    border-radius: 8px;
    color:white;
    font-weight: bold;
    background-color:#ee3608;

    box-shadow: 0 0 30px white;
    
}
button:hover{
    background-color: white;
    color: black;
    transition: 0.9s;

}
h1{
    text-align: center;
}
.sousdiv{
    display: flex;
    padding: 10px;
    align-items: center;
}
h2{
    margin-right: 10px;
    color: rgb(0, 0, 0);
}
.logo{
    display: flex;
   
    
}
.sousdiv{
  
    display: flex;
    justify-content: center;
}
img{
    border-radius: 10px;

}

.divlogomsg{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
h1{
    margin-right: 15px; 
    color: white;
}

h1{
    text-align: center;   
    color: white; 
    margin: 2px;
}
section{
    justify-content: center;
    box-shadow: #c0aca7;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: rgb(161, 190, 201);
    padding: 20px;
    box-shadow: 0 0 20px black;
}
.tete{
    background-color: #333;
    
}
.divimg img{
    width: 200px;
    border-radius: 20px;
    height: 260px;
}
.divimg img:hover{
    transform: scaleY(1.1);
    transition: 0.9s;

}
.divimg{
    /* background-color: rgb(252, 251, 251); */
    width: 320px;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 20px;
    border-radius: 20px;
    margin: 15px;
}
.granddivv{
    display: flex;
    overflow: auto;
    margin: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
.divpied{
    text-align: center;
    background-color:#333;
    color: white;
}
#pied{
    background-color: rgb(161, 190, 201); 

    padding: 20px;
     box-shadow: 0 0 20px black;
    margin-bottom: 10px;
    margin-top: 10px;
    z-index: 999;
    border-top-left-radius: 300px;
    border-top-right-radius: 300px;
    height: 300px;
}
#pic{
   
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 26%;
    margin-right: 26%;
   
}
