*{
    box-sizing: border-box;
}

#logo{
    width: 100px;
    height: 100px;
    margin-left: 25px;

}
.deco{
    margin-left: 50px;
}

#navbar-border{
    border-bottom: 1px solid black;
}
h1,.en_tete_administration{
    font-size: 25px;

}

p,.en_tete_administration{
    font-size: 15px;
}

.en_tete_administration{
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    
}

.en_tete_administrationbis{
    border-bottom: 1px solid black;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    
}
.tableau{
    margin: 20px;
}

.uk-button{
    text-align: center;
}

.bouton_disposition{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.logout-button{
    margin-right: 25px;
}

a,.drop_administration{
    color: black;
    text-decoration: none;
    
}

.formulaire{
    margin-left: 30%;
    margin-right: 30%;
    margin-top: 5%;
    border: 1px solid black;
    padding: 25px;
}

.valider{
    width: 100px;
}

.uk-active{
    color: #1290cb !important;
}

.pagination{
    text-align: center;
}

.presentation{
    border: 1px solid black;
    padding: 2em;
    display: flex;
    justify-content: space-between;
}

.left{
    padding: 2em;
    text-align: left;
}

.right{
    padding: 2em;
    text-align: right;
}

.periodes{
    text-align: center;
    margin-top: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid black;
}

.button-periode{
    margin-right:2em ;
    margin-left: 2em ;
}

.periodeDate{
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
}
.periodeDate h4{
    text-align: center;
    
}

.objectifs{
    border-bottom: 1px solid black;
    text-align: center;
    margin-top: 1em;
}

.descriptionEnTete{
    text-align: center;
    margin-right: 30vw;
    margin-left: 30vw;
}

.descriptionEnTete h3{
    margin-bottom: 1em;
    margin-top: 1em;
}

.descriptionBody{
    display: flex;
    
}
.descrLeft{
    text-align: center;
    border-right: 1px solid black;
    padding-right: 2em;
    padding-left: 2em;
}

.descrRight{
    text-align: center;
    padding-right: 2em;
    padding-left: 2em;
}
.competences{
    margin-top: 1em;
    border-bottom: 1px solid black;
}
.competencesEnTete{
    text-align: center;
}

.bilans{
    text-align: center;
    margin-top: 1em;
    margin-right: 30vw;
    margin-left: 30vw;
}

.compTable{
    text-align: center;
}
.tableaudispo{
    display: flex;
    justify-content: center;
}
.tableaunote{
    text-align: center;
}

.d-none{
    display: none;
}