body{
    background-color: rgb(25, 152, 207);
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}
.navbar{
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: rgba(0,0,0,0.5); */
    
    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;
        /* color: white; */
        transition: all .5s ease ;
        background-color: white;
        color: black;
        box-shadow: 0 0 10px white;
        border-radius: 30px;
 border-radius: 30px;
    border: solid rgb(11, 10, 10); 
    }
    .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;
    }
.publication {
    
    border-radius: 30px; 
    background-color: rgb(246, 242, 242) ;
    margin: 20px; 
    padding: 15px;
    box-shadow: #c0aca7;
    box-shadow: 0 0 20px #ee3608;
    
}
h1{
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 10px;
    color: white;
    background-color: rgb(23, 61, 110);
    
}
h2{
    text-align: center;
    border-radius: 10px;
    color: white; 
    background-color: rgb(23, 61, 110);
    width: 300px;
}
.granddiv{
    display: flex;
    justify-content: center;
    box-shadow: #c0aca7;
    margin-top: 30px;
    margin-bottom: 30px;
    /* background-color: rgb(14, 66, 49); */
    /* background-color: rgb(19, 18, 18); */
    background-color: rgb(25, 152, 207);
    padding: 20px;
    
    box-shadow: 0 0 20px #ee3608;
    border-radius: 60px;
    
}
#form{
    display: flex;
    flex-direction: column;
    width: 300px;
   
    border:solid white ;
    box-shadow: 0 0 30px white;
    border-radius: 30px;
    padding: 20px;

}
.formulairePubli {
    max-height: 0;
    overflow: hidden;
    transition: max-height 2.5s ease-in-out;
}



.champ{
    margin-bottom: 3px;
    padding: 8px;
    border: solid #0e0e0e;
    border-radius: 10px;
}
#publier{
    background-color: #142a46;
    color: rgb(255, 255, 255);
    border:solid white ;
    box-shadow: 0 0 30px white;
    width: 90px;
}
#publier:hover{
    background-color: #ee3608;
    transition: 0.9s;
}
#type_fichier:hover{
background-color: #da9584;
transition: 0.9s;
}
.btn{
    border-radius: 10px;
    background-color: #436188;
}
#toggleForm{
     margin-top: 15px;
    margin-bottom: 20px;
background-color: #e1e8f1;
box-shadow: 0 0 20px white;
}
#toggleForm:hover{
    background-color: #051c3f;
    color: white;
    transition: 0.9s;
    }

   