* {
    box-sizing: border-box;
}

html {
    margin: 0px;
    padding: 0px;
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    height: 100%;

    font-family: Verdana;
    font-size: 16px;
}

div:empty {
    display: none;
}

.banniere_rd, .menu_rd {
    display: none;
}

.separateur_corps {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.menu_haut {
    flex: 40px 1 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu_item {
    flex: 1;
    text-align: center;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.corps_page {
    flex: 100%;
    text-align: center;
}

.pied_page {
    flex: 40px 1 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffe;
}

.menu_haut a {
    color: #f00;
    background-color: #eef;
    text-decoration: none;
    transition: all 0.3s;
}

.menu_haut a:hover, .menu_haut a:active, .menu_haut a:focus {
    color: #0f0;
    background-color: #fee;
}

#form_admin {
    display: inline-block;
    margin: 10px;
    padding: 10px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 5px;
    line-height: 2rem;
}

#form_admin label {
    display: inline-block;
    width: 120px;
}

.conteneur_carrousel {
    display: inline-block;
    float: left;
    clear: both;
}

.carrousel {
    display: flex;
    width: 300px;
    border: 1px solid #000;
    margin: 20px;
    overflow-x: hidden;
}

.carrousel_item {
    padding: 5px;
    flex: 100% 1 0;
    position: relative;
    transition: all 0.5s;
    align-content: center;
    left: 0px;
}

.titre_theme {
    cursor: pointer;
}

.description_theme {
    display: none;
}

.elem_valide {
    border: 1px solid #0f0;
}

.elem_erreur {
    border: 1px solid #f00;
}

.fomulaire_contact, .formulaire_livredor {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 600px;
    margin: auto;
}

.formulaire_livredor {
    overflow-y: hidden;
    max-height: 0px;
    transition: max-height 0.5s;
}

.elem_form, .elem_form_ligne {
    margin: 5px 0px;
}

.elem_form:nth-child(odd) {
    flex: 30% 1 0;
    text-align: left;
}

.elem_form:nth-child(even) {
    flex: 70% 1 0;
}

.elem_form_ligne {
    flex: 100% 1 0;
    text-align: left;
}

.fomulaire_contact input, .fomulaire_contact textarea,
.formulaire_livredor input, .formulaire_livredor textarea {
    width: 100%;
}

.fomulaire_contact textarea, .formulaire_livredor textarea {
    min-height: 200px;
    resize: none;
}

.div_succes {
    color: #50e52b;
}

.div_erreur {
    color: #e52b50;
}

.liste_livredor {

}

.elem_livredor {
    display: flex;
    flex-direction: column;
    min-height: 150px;
}

.auteur_livredor {

}

.date_livredor {

}

.texte_livredor {
    flex-grow: 1;
}

.bouton_traitement_livredor {

}

.tab_entete_contacts, .tab_corps_contacts {
    display: flex;
    text-align: left;
    cursor: default;
}

.tab_entete_contacts {
    border: 1px solid #999;
}

.tab_corps_contacts {
    border: 1px solid #999;
    border-top: 0px;
}

.tab_corps_contacts:hover {
    background-color: #eef;
}

.colonne_contacts_nom {
    flex: 0.5 0 100px;
}

.colonne_contacts_tel {
    flex: 0.5 0 100px;
}

.colonne_contacts_mail {
    flex: 0.5 0 100px;
}

.colonne_contacts_date {
    flex: 0.5 0 100px;
}

.colonne_contacts_resume {
    flex: 5 1 100px;
}

.tab_entete_contacts div, .tab_corps_contacts div {
    padding: 3px;
}

.fiche_contact {
    display: flex;
    flex-wrap: wrap;
    max-width: 600px;
    margin: auto;
}

.fiche_contact div {
    flex: 1 1 50%;
    padding: 3px;
}

.fiche_contact div.titre_contact, .fiche_contact div.message_contact.valeur_info {
    flex: 1 1 100%;
}

#affichage_progression_fichier_lourd {
    display: inline-block;
    width: 0px;
    background-color: #efe;
}

.tableau_stats_general {
    display: flex;
    flex-direction: column;
    max-width: 600px;
    margin: 10px auto;
}

.tableau_stats {
    display: flex;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.entete_stats {
    border-top: 1px solid #ccc;
}

.tableau_stats div {
    flex: 1 1 25%;
    padding: 3px;
}

.corps_stats .tableau_stats_page {
    text-align: left;
}

.tableau_stats .tableau_stats_video {
    flex: 1 1 50%;
}
