
#bloc_form{
    margin: 5em;
    border: 1px solid lightgray;
    padding: 2em;
}

#bloc_date{
    display: flex;
}
#date{
    width: 45%;
    display: inline-block;
    margin: 2em;
    text-align: center;
}

#calendrier_ajout_Datefin{
    text-align: center;
}
#calendrier_ajout_Datedebut{
    text-align: center;
}

#calendrier_ajout_send{
    width: 100%;
}

#annuler{
    width: 100%;
}

#btn_annuler{
    width: 100%;
}

.mb-3{
    width: 100%;
}

#btn{
    display: inline-flex;
    width: 100%;
}

.event{
    margin: 2em;
    border: 1px solid lightgray;
    overflow: auto;
    height: 80%;
}
.event_top{
    display: inline-flex;    
    width: 100%;
    font-size: larger;
    margin-top: 1em;
}

#event_titre{
    text-align: start;
    width: 50%;
    margin-left: 2em;
}

#event_date{
    text-align: end;
    width: 50%;
    margin-right: 2em;
}

.event_bottom{
    margin: 1em;
    
}

#backbtn{
    width: 10%;
}

#tableau{
    table-layout: auto;
    width: 100%; 
    text-align: center;
}
#adultes{
    width: 50%;
}
#enfants{
    width: 50%;
    border-left: 1px solid lightgray;
}

.inscriptions{
    display: flex;
    flex-direction: row;
} 

#btn_gestion{
    display: inline-flex;
    width: 100%;
    flex-direction: row;
    background-color: lightgray;
}

#btn_valider{
    width: 50%;
}

#a_reinitialiser{
    width: 50%;
}

#btn_reinitialiser{
    width: 100%;
}

#switchPage{
    display: flex;
    justify-content: flex-end;
}

#changepage{
    border: 1px solid black;
    color: white;
}

#no_event{
    text-align: center;
    vertical-align: middle;
    color: white;
    margin: 2em;
}

.preview_event{
    width: 100%;
}

.top{
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}

.objet{
    text-align: left;
}

.date{
    text-align: end;
}

.contenu{
    text-align: left;
    width: 90%;
    border: none;
    background: none;
    overflow: hidden;
}

#bouton_event{
    width: 100%;
    opacity: 0.8;
    height: auto;
    border-radius: 10px;
}

#bouton_event:hover{
    width: 100%;
    opacity: 1;
}

.listEvent{
    width: 100%;
    overflow-x: auto;
    background-color:rgb(113, 141, 201);
    padding-right: 2em;
    padding-left: 2em;
    padding-bottom: 1em;
    padding-top: 1em;
    height: 100%;
}

html, body{
    height: 100%;
    overflow: hidden;
}

#labelEvent{
    text-align: center;
    color: white;
    font-size: x-large;
}

.type{
    padding: 1em;
    width: 20%;
    text-align: center;
}

select:hover{
    cursor: pointer;
}

#calendrier_ajout_Type{
    margin: 1em;
}

form{
    overflow-y: auto;
}

.depart{
    display: inline-flex;
    flex-direction: column;
}

#line_separateur{
    font-size: large;
    border-top: 1px solid ;
    border-bottom: 1px solid ;
}

.filtre{
    display: inline-flex;
    justify-content: flex-end;
    height: 45px;
}

.nav_event{
    display: flex;
    justify-content: space-between;
}

#spacer {
    width: 100%;
}


#supprimer_article{
    background-color: red;
    color: white;
    opacity: 0.8;
}
#supprimer_article:hover{
    cursor: pointer;
    opacity: 1;
}

#modifier_article{
    background-color: #329432;
    color: white;
    opacity: 0.8;
}
#modifier_article:hover{
    cursor: pointer;
    opacity: 1;
}

.command_controlEvent{
    display: inline-flex;
}

.command_control{
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}