@charset "utf-8";
/* CSS Document */


body {height:100%; font-family: Roboto, "Segoe UI","Helvetica Neue",Arial,"Noto Sans",sans-serif; color:#333;}
a {color: #747678;}
a:hover {color: #4e4f52;}

/* BACKGROUND, BORDER ET BOUTONS */
.bg-primary {background-color: #ffffff!important; }
.bg-secondary {background-color: #747678!important;}
.border-primary {border-color:#69be28 !important;}
.border-secondary {border-color:#747678;}
.btn-primary, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {background-color: #69be28; border-color:#69be28;}
.btn-primary:hover {background-color: #449529; border-color:#449529;}
.btn-secondary, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {background-color: #747678; border-color:#747678;}
.btn-secondary:hover {background-color: #4e4f52; border-color:#4e4f52;}

/* TEXTE TITRE */
.text-primary, .h1, h1 {color: #69be28;}
.text-secondary {color: #747678;}
.h1, h1 {padding-bottom:10px;}
.text-primary {color:#747678!important;}
.text-secondary {color:#747678!important;}
.separator-titre {display:block; margin-top:8px; width:100px; height:5px; background-color:#69BE28;}
.separator-titre2 {display:block; width:100px; height:3px; background-color:#FFF;}

/* FOOTER */
.footer {position:fixed; bottom:0; width:100%; height:30px; line-height:30px; background-color:#747678; font-size: 0.8em; }
.text-muted, .text-muted a {color:#FFF!important;}

/* INDEX, ATTENTE, PAGES */
.fond { background-color:#E6EEF1;}
.accueil {background-color:#FFF; margin-bottom:40px; padding : 40px 50px; border-radius: 20px;}
.page {min-height: 70vh; margin-top:10px; margin-bottom:40px; padding : 40px 50px;}

/* ALERTS */
.alert-warning {color: #ff9900; border-color:#ff9900; background-color: #FFF; text-align:center; font-size:1.1em;}
.alert-warning .alert-link {color: #ff9900;}
.alert-success {color: #009900; border-color:#009900; background-color: #FFF; text-align:center; font-size:1.1em;}
.alert-success .alert-link {color: #009900;}
.alert-danger {color: #cc0000; border-color:#cc0000; background-color: #FFF; text-align:center; font-size:1.1em;}
.alert-danger .alert-link {color: #cc0000;}
.alert-info {color:#333; border-color:#69be28; background-color: #ebeae9;}

/* MODAL */
.modal-body h2{font-size:1.6rem;padding-bottom:10px; border-bottom: 1px dotted #69be28; color: #4274B9;}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { color:#fff; background:#747678; }

.menu {
    display: flex;
    flex-wrap: nowrap;
    height: 100vh;
    overflow-x: auto;
    overflow-y: hidden;
}

.wrapper {
    display: flex;
    flex-wrap: nowrap;
    height: 100vh;
    max-height: 100vh;
    overflow-x: auto;
}

.onglet { color: #69be28;}
.onglet:hover { color: #69be28;}
a .onglet {color: #69be28;};
