h1 {
    font-size:       2.3em;
    text-align:      center;
}
h2 {
    font-size:       1.5em;
    text-align:      center;
}
/* --------------------  HEADER  --*/
#id_header_body {
    background: var(--col_body_bgd);
}
#id_header {
    display:         flex;
    flex-direction:  row;
    justify-content: space-between;
    align-items:     flex-end;

    background:      var(--col_form_bgd);
    color:           var(--col_header_txt);
    padding:         5px 5px 10px 5px;
}
/* --------------------  HEADER : GAUCHE  --*/
#id_header_gauche {
    display:         flex;
    flex-direction:  column;
    align-items:     center;
    justify-content: space-between;

    width:           120px;
    /* height:          170px; */
    height:           120px;
}
/* --------------------  HEADER : CENTRE  --*/
#id_header_centre {
    display:         flex;
    flex-direction:  column;
    justify-content: space-between;
    align-items:     center;

    /* height:          170px; */
    height:           120px;
    /* border: 1px solid white; */
}
#id_menu_main {
    display:         flex;
    flex-direction:  row;
    padding:         3px;
    /* border: 1px solid lightgrey; */
}
/* --------------------  HEADER : DROITE  --*/
#id_header_droite {
    display:         flex;
    flex-direction:  column;
    justify-content: space-between;
    align-items:     center;

    width:           180px;
    height:          120px;
    border-left:     1px solid var(--col_header_border);
}
#id_menu_user {
    display:         flex;
    flex-direction:  column;
}
