/* ---------------------------------------------------------- */
/* BACKEND AVIS ECLAIRE //////////////////////////////////////*/
/* ---------------------------------------------------------- */
.code-de-base{
    background: red;
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
}
html, body {
    background-color: var(--gristf);
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 18px;
    font-weight: 300;
}
.container {
    max-width: 1400px;
    margin: 25px auto;
}
.fondBlanc {
    background-color: white;
    padding: 5px 15px!important;
}
.label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}
.progress-bar {
    font-weight: bold;
    background-color: var(--bleuf);
    padding: 0 15px;
}
.btn-cht-societe{
    background: var(--bleuf);
    padding: 10px;
    color: #fff;
    margin-top: 30px;
}
/* ------------------------------------------- */
/* ///// CLASSES DE BASE ///////////////////// */
/* ------------------------------------------- */
/**********************/
/* Variables couleurs */
/**********************/
:root {
    --bleutf: #1f292e;
    --bleuf: #144866;
    --bleuc: #23709c;
    --bleutc: #2a84b8;
    --gristf: #323d43;
    --grisf: #808180;
    --grisc: #5d6a71;
    --gristc: #c3c2c2;
    --gristtc: #F1F1F1;
    --orange: #FFA400;
    --rouge: #E30000;
    --jaune: #e4d738;
    --vert: #8DC73F;
    --turquoise: #16a085;
}
/**********/
/* Marges */
/**********/
.no-mi {padding: 0px;}/* 0 marges intérieures */
.no-me {margin: 0px;}/* 0 marges extérieures */
.no-mid{padding-right: 0;}
.no-mig{padding-left: 0;}
.no-mi-gd {padding-left: 0; padding-right: 0;}
.no-med{margin-right: 0;}
.no-meg{margin-left: 0;}
.mi-20 {padding: 20px!important;}
.mi-30 {padding: 30px;}
.mihb-30 {padding: 30px 0;}
.mihb-40 {padding: 40px 0;}
.migd-40{ padding: 0 40px;}
.me-30 {margin: 30px;}
.mehb-30 {margin: 30px 0;}
.mb-15 {margin-bottom: 15px;}
.mt-15 {margin-top: 15px;}
.centre{ margin: 0 auto;}
.ctn-h1{
    width: 100%;
    height: 98px;
    text-align: center;
    border-bottom: 1px solid var(--grisc);
    padding-top: 30px;
}
h1{
    font-size: 1.6rem;
    color: #fff;
}
h1:after{
    content: '';
    background: var(--bleuc);
    width: 105px;
    height: 5px;
    display: block;
    margin: 29px auto 0 auto;
}
.blc-stats h2{
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid var(--bleuc);
    padding: 12px;
    line-height: 1;
}
.blc-graphique h2{
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    padding: 12px;
    line-height: 1;
}
.titre-document{
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
}
.note-client{
    border-radius: 5px;
    background: white;
    width: fit-content;
    margin: 0 auto 15px auto!important;
    color: #000;
    padding: 7px 10px!important;
    display: flex;
    font-size: 1.1rem;
    font-weight: 600;
}
.note-client p{
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0!important;
    line-height: 1;
}
.note-client p:after{
    content: '';
    background-image: url(/backoffice/img/etoile.svg);
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-left: 7px;
}
a {
    color: var(--bleuc);
    text-decoration: none;
}
a:hover,a:focus,a:active {
    color: var(--bleutf);
    text-decoration: none;
}
label {
    font-weight: 500;
    text-transform: uppercase;
}
nav {
    display: none !important;
    padding: 0;
}
.searchBar {
    margin: 15px 0;
}
.pagination {
    align-items: center;
    margin: 15px 0;
}
.pagination .btn-primary{
    margin: 10px 0;
}
.pagination div:nth-of-type(1) {
    text-align: left;
}
.pagination div:nth-of-type(2) {
    text-align: center;
}
.pagination div:nth-of-type(3) {
    text-align: right;
}
.loading {
    max-width: 350px;
    margin: auto;
    margin-top: 20vh;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    padding: 20px;
    color: white;
}
.loader {
    margin: auto;
    margin-bottom: 30px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid var(--bleuf);
    border-bottom: 16px solid var(--bleuf);
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.b-droite{
    border-right: 1px solid #3b3b3b;
}
.b-gauche{
    border-left: 1px solid #777777;
}
.modif-logo{
    display: flex;
    align-items: center;
}
.modif-logo i{
    font-size: 20px!important;
    color: var(--bleuc);
}
/***********/
/* Boutons */
/***********/
.btn-bleu a{
    background: var(--bleuc);
    padding: 6px 14px;
    border-radius: 5px;
    margin: 10px;
    display: inline-block;
    color: #fff;
    transition: 0.2s;
}
.btn-bleu a:hover{
    background: var(--bleuf);
    transition: 0.2s;
}
.btn-bleu-f a{
    background: var(--bleuf);
    padding: 6px 14px;
    border-radius: 5px;
    margin: 10px;
    display: inline-block;
    color: #fff;
    transition: 0.2s;
}
.btn-bleu-f a:hover{
    background: var(--bleutf);
    transition: 0.2s;
}
.btn-grisc a{
    background: #777777;
    padding: 6px 14px;
    border-radius: 5px;
    margin: 10px;
    display: inline-block;
    color: #fff;
    transition: 0.2s;
}
.btn-grisc a:hover{
    background: #3D3D3D;
    transition: 0.2s;
}
button:disabled {
    cursor: not-allowed !important;
}
.btn-primary, .spinner-grow, .btn-primary {
    background: var(--bleuc);
    transition: 0.3s;
    border: none;
}
.btn-primary:hover {
    background: var(--bleuf);
    transition: 0.3s;
    border: none;
}
.btn-primary:focus {
    box-shadow: none !important;
}
.btnDash {
    margin: 15px auto auto auto;
    display: block;
    color: white !important;
}
.jose {
    min-height: 260px;
}
.conformiteList {
    border-top: 10px solid #8DC73F;
}
.attenteList {
    border-top: 10px solid var(--orange);
}
.pasconformiteList {
    border-top: 10px solid #E30000;
}
.pasClientList {
    border-top: 10px solid #000;
}
.btn-profil{
    background: var(--bleuc);
    padding: 10px;
    border-radius: 7px;
    color: #fff;
    max-width: 300px;
    margin: 0 auto 10px auto;
}
.btn-validation{
    background: var(--vert);
    padding: 10px;
    border-radius: 7px;
    color: #fff;
    max-width: 300px;
    margin: 0 auto 10px auto;
}
.btn-orange{
    background: var(--orange);
    padding: 10px;
    border-radius: 7px;
    color: #fff;
    max-width: 300px;
    margin: 0 auto 10px auto;
}
.btn-refus{
    background: var(--rouge);
    padding: 10px;
    border-radius: 7px;
    color: #fff;
    max-width: 300px;
    margin: 0 auto 10px auto;
}
/* ---------------------- */
/* ///// LOGIN ////////// */
/* ---------------------- */
.form-control{
    font-size: 0.9rem;
    display: flex;
    justify-content: center;
}
.login {
    display: flex;
    height: 100vh;
    width: 100%;
    align-items: center;
    background: #292929;
}
.login form {
    margin: 15px !important;
    width: 100%;
}
.login img {
    width: 200px;
    margin: 40px 20px 20px 20px; 
}
.loginForm {
    text-align: center;
    align-items: center;
    margin: auto !important;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid var(--grisc);
}
.input-connexion{
    color: #fff;
    font-size: 0.9rem;
    background: transparent;
    border-radius: 0;
    line-height: 22px;
    padding: 10px 15px;
    width: 70%;
    box-sizing: border-box;
    border: 3px solid rgba(0, 0, 0, 0);
    border-bottom: 1px solid var(--grisc);
    transition: 0.3s;
}
.input-connexion:focus {
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
    outline: none;
    padding: 15px 20px;
    border-bottom: 2px solid var(--bleuc);
    transition: 0.3s;
}
.btn-connexion{
    background: var(--bleuc);
    color: #fff;
    font-size: 0.8rem;
    padding: 10px 25px;
    display: block;
    margin: 20px auto 20px auto;
    border: none;
    transition: 0.3s;
}
.btn-connexion:hover{
    background: var(--bleuf);
    transition: 0.3s;
}
.mdpoublie{
    padding: 10px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.mdpoublie a:hover, .mdpoublie a:focus, .mdpoublie a:active, .mdpoublie a:visited {
    color: #e6e3e3;
}
.mdpoublie a{
    color: var(--grisf);
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mdpoublie a:before {
    content: '';
    display: inline-block;
    -webkit-mask: url(backoffice/img/infos.svg);
    mask: url(backoffice/img/infos.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    mask-position: center;
    min-width: 15px;
    height: 15px;
    background: var(--bleuc);
    margin-right: 7px;
    z-index: 10;
}
/* -------------------------------------------------------- */
/* ///// COLONNE GAUCHE  | Menu, coordonnées ... ////////// */
/* -------------------------------------------------------- */
.colonne-gauche{
    background: var(--bleuc);
    min-height: 100vh;
    height: 100%;
    padding: 0;
}
.logo {
    background-color: var(--bleutf);
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo img {
    width: 100%;
    max-width: 200px;
}
.statut{}
.chang-statut {
    border-radius: 5px;
    max-width: 100%;
    margin: 15px auto;
    padding: 5px;
    background-color: transparent;
    color: white;
    display: table;
}
.chang-statut select{
    background: var(--bleuc);
    color: #fff;
    font-size: 0.9rem;
    border: 1px solid var(--bleutc);
}
.inputperso1{
    padding: 10px;
}
.compte-deco{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: var(--bleuf)!important;
    font-weight: 500;
    margin-bottom: 10px;
}
.compte-deco a{
    font-size: 0.7rem!important;
    display: block;
    color: var(--bleuf)!important;
    margin: 5px;
}
.compte-deco a:hover{color:#fff!important;}
.coordonnnees {
    padding: 0;
    font-size: 0.9rem;
    color: #fff;
    height: 100%;
}
.coordonnnees a {
    color: #fff;
    font-size: 0.8rem;
}
.coordonnnees p {
    margin: 0;
    padding: 0 15px;
}
.coordonnnees .aide {
    position: absolute;
    bottom: 0;
    border-top: 1px solid var(--bleutc);
    width: 100%;
    padding: 20px;
}
.aide a{
    font-size: 0.9rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aide a:before {
    content: '';
    display: inline-block;
    -webkit-mask: url(backoffice/img/manuel.svg);
    mask: url(backoffice/img/manuel.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    mask-position: center;
    min-width: 30px;
    height: 33px;
    background: var(--bleutf);
    margin-right: 10px;
    margin-left: -2px;
    z-index: 10;
}
.prefixe {
    font-size: 1rem;
}
.nameUser {
    text-align: center;
    font-size: 1rem;
}
.separateur-colonne {
    width: 100%;
    border-top: 1px solid var(--bleutc);
    margin: 10px 0;
}
/*************************/
/* Colonne gauche Client */
/*************************/
.ctn-infos-societe{
    margin-top: 20px;
}
.societe {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center;
}
.ctn-btn{
    padding: 0 20px;
    text-align: center;
}
.ctn-btn .btn-bleu-f a{
    background: var(--bleuf);
    padding: 6px 14px;
    border-radius: 5px;
    margin: 5px;
    display: inline-block;
    color: #fff;
    transition: 0.2s;
}
.notedashboard {    
    border-radius: 5px;
    background: white;
    width: fit-content;
    margin: 0 auto 15px auto!important;
    color: black;
    padding: 5px 15px!important;
    display: flex;
}
.coordonnnees .invitations {
    margin: 15px;
    font-size: 16px;
}
.coordonnnees .invitations a {
    color: white;
}
.coordonnnees .invitations .nbInvitations {
    background-color: var(--rouge);
    padding: 3px 8px;
    border-radius: 2px;
    margin-right: 5px;
}
/********/
/* Menu */
/********/
.menu {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin-top: 30px;
}
.menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
    border-left: 1px solid var(--bleutc);
}
.menu li{
    padding: 15px 0 15px 20px;
}
.menu li .active{
    padding: 15px 0 15px 20px;
    border-left: 5px solid var(--bleuf);
    margin-left: -23px;
}
.menu a{
    color: #fff;
    font-size: 0.9rem;
}
.menu a:hover{
    color: var(--bleuf);
}
/*******************/
/* Menu responsive */
/*******************/
.navbar-brand{
    float: right;
}
.navhead {
    width: 100%;
    background-color: white !important;
    border-bottom: 2px solid var(--gristtc);
}
.navbar-toggler svg{
    fill: var(--bleuc);
    height: 30px;
    margin-top: 2px;
}
.navhead button{
    margin-left: 0!important;
}
.navbar-collapse{
    padding: 0px;
}
.navbar-nav ul{
    margin: 0;
    padding: 10px 0 0 0;
}
.navbar-nav li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 7px 20px;
}
.navhead {
    width: 100%;
    background-color: white !important;
}
.navhead button {
    margin-left: 15px;
}
.navbar {
    padding: 0;
}
.navbar a {
    color: white !important;
}
.navbar .nav-link {
    padding: 6px 0;
}
/* -------------------------------------------------------------- */
/* ///// TABLEAU DE BORD | Documents, statistiques ... ////////// */
/* -------------------------------------------------------------- */
.conteneur-stats{
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    padding: 20px;
/*    max-width: 1650px;*/
    margin: auto;
}
.ctn-blc-stats{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.ctn-blc-stats-gauche{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    order: 1;
}
.ctn-blc-stats-droit{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    order: 3;
}
.blc-stats{
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    border: 1px solid var(--grisc);
    text-align: center;
    padding: 0 0 10px 0;
    margin-bottom: 30px;
}
.ctn-chiffre-infos{
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.chiffre {
    font-weight: bold;
    font-size: 2.6rem;
    line-height: 1;
}
.infos-stats{
    font-size: 0.8rem;
    color: var(--gristc);
    margin-top: 15px;
}
.ctn-note{
    padding: 0;
    order: 2;
}
.cercle-note{
    width: 330px;
    height: 330px;
    background: var(--gristf);
    border-radius: 50%;
    margin-left: -40px;
    text-align: center;
    padding: 20px;
}
.ctn-graphiques{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    order: 4;
        height: 350px;
}
.blc-graphique{
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    border: 1px solid var(--grisc);
    padding: 10px;
    order: 4;
    height: 100%;
}
.blc-graphique .graph{
    padding: 0;
    display: flex;
    justify-content: center;
}
.blc-graphique .liste{
    display: flex;
    align-items: center;
}
.blc-graphique .liste ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.blc-graphique .liste li{
    padding: 7px 0;
    color: var(--gristc);
    font-size: 0.9rem;
}
.rap-complet .liste li:nth-child(1):before{
    content: '';
    background: #e30000;
    width: 30px;
    height: 10px;
    display: inline-block;
    margin-right: 10px;
}
.rap-complet .liste li:nth-child(2):before{
    content: '';
    background: #ffa400;
    width: 30px;
    height: 10px;
    display: inline-block;
    margin-right: 10px;
}
.rap-complet .liste li:nth-child(3):before{
    content: '';
    background: #8dc73f;
    width: 30px;
    height: 10px;
    display: inline-block;
    margin-right: 10px;
}
/*******************************/
/* Tableau de bord vues Client */
/*******************************/
.ctn-titre {
    padding:7px 0;
    text-align: left;
    font-weight: 500;
    display: flex;
    align-items: center;
    background: var(--bleuc);
}
.titre a{
    color: #fff;
}
.baseline-title a{
    font-size: 0.8rem;
    color: var(--bleutf);
    font-weight: 300;
}
.baseline-title a:hover{color: var(--gristf);
}
.flechedroite {
    color: #fff !important;
    float: right;
    font-size: 1.3rem !important;
}
.stats{
    padding: 30px 20px;
}
.ctn-ligne-stats{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.ctn-ligne-stats .blc-stats{
    margin-bottom: 0;
    padding-bottom: 0;
    height: 100%;
    border: none;
}
.infos-chiffre .material-icons{
    font-size: 55px;
}
.invalide {
    color: var(--rouge);
}
.invalide svg{
    width: 60px;
    fill: var(--rouge);
    margin-bottom: 15px;
}
.attente {
    color: var(--orange);
}
.attente svg{
    width: 60px;
    fill: var(--orange);
    margin-bottom: 15px;
}
.valide {
    color: var(--vert);
}
.valide svg{
    width: 60px;
    fill: var(--vert);
    margin-bottom: 15px;
}
.blc-graphique-table{
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    border: 1px solid var(--grisc);
    padding: 0px;
    order: 4;
    height: 100%;
}
.baseline-tab {
    font-size: 0.8rem;
    color: #A5A5A5;
    display: block;
    text-align: left;
}
.tableTable{
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}
.avis .baseline-tab {
    margin-bottom: 15px;
}
.tableTable i {
    font-size: 40px;
    margin-left: 20px;
}
.tableTable button {
    float: right;
    font-size: 12px;
}
.tableTable button i {
    font-size: 16px;
    color: white;
    vertical-align: middle;
}
.tableTable:nth-child(even) {
    /*background-color: rgba(0, 0, 0, 0.2);*/
}
.tableTable.click:hover {
    background-color: var(--bleuc);
    color: white;
}
.statsDocuments, .statistiques, .avis, .clients, .litiges, .invitationsDashboard {
    height: 100%;
}
.ctn-resultats{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/* ------------------------------ */
/* ///// PAGE CONTACTS ////////// */
/* ------------------------------ */
.ctn-btn-modal{
    display: flex;
    justify-content: center;
}
.btnmodal{
    background: var(--bleuc);
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    font-weight: 400;
    display: inline-block;
}
.ctn-blanc{
    background: #fff;
    padding: 20px;
/*    max-height: 85vh;*/
    overflow-y: auto;
}
.ctn-blanc .label {
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
}
.input-fblanc{
    color: #000;
    font-size: 0.9rem;
    background: transparent;
    border-radius: 0;
    line-height: 22px;
    padding: 10px 15px;
    width: 70%;
    box-sizing: border-box;
    border: 3px solid rgba(0, 0, 0, 0);
    border-bottom: 1px solid var(--gristc);
    transition: 0.3s;
}
.input-fblanc:focus {
    background: rgba(0, 0, 0, 0.1);
    color: #000;
    outline: none;
    padding: 15px 20px;
    border-bottom: 2px solid var(--bleuc);
    transition: 0.3s;
}
.card {
    margin: 15px 0;
    transition: 0.5s;
    border-top: 5px solid var(--bleuc);
}
/* ------------------------------ */
/* ///// PAGE SOCIETES ////////// */
/* ------------------------------ */
.ctn-resultats-societes{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ctn-resultats-societes .card {
    margin: 15px 0;
    transition: 0.5s;
    border-top: none;
    background: var(--gristf);
    border: 1px solid #E5E5E5;
}
.card-img-top {
    padding: 5px;
    height: auto;
    background-color: #fff;
}
.card-img-top img {
    margin: 20px auto;
    width: auto;
    max-width: 100%;
    height: 90px;
    display: block;
}
.card-img-top .notesociete {
    background-color: #fff;
    border-radius: none;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,.125);
    padding: 7px;
}
.notesociete i {
    vertical-align: middle;
}
.notesociete .note-client{
    margin-bottom: 0!important;
}
.ctn-resultats-societes .card-body {
    text-align: center;
    color: #fff;
}
.ctn-resultats-societes .payant{
    font-size: 0.7rem;
    color: var(--gristc);
    display: inline-block;
    margin-bottom: 10px;
}
.ctn-resultats-societes .expir{
    background: var(--rouge);
    font-size: 0.7rem;
    padding: 3px 7px;
    color: #fff;
    font-style: normal;
    border-radius: 3px;
    margin-bottom: 7px;
    display: inline-block;
}
/* -------------------------- */
/* ///// PAGE AVIS ////////// */
/* -------------------------- */
.ctn-btn-avis{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.ctn-avis{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: var(--gristtc);
}
.ctn-avis .tableTable:last-child{
    border-bottom: none;
}
.btn-gauche{
    background: var(--bleuc);
    padding: 20px;
    color: #fff;
    text-align: center;
}
.btn-droit{
    background: var(--bleuf);
    padding: 20px;
    color: #fff;
    text-align: center;
}
.btn-gauche a, .btn-droit a{
    color: #fff;
}
.btn-gauche a:hover, .btn-droit a:hover{
    color: #e0dddd;
}
/* ---------------------------- */
/* ///// PAGE UTILISATEUR ///// */
/* ---------------------------- */
.nolitiges{
    text-align: center;
}
.utilisateurs{
    border-top: none!important;
    text-align: center;
}
.utilisateurs .card-title{
    font-size: 1rem;
    margin-top: 10px;
}
.type-uti{
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--bleuc);
}
.baseline-title-2 {
    font-size: 0.8rem;
    display: flex;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--gristtc);
    flex-wrap: wrap;
}
.baseline-title {
    font-size: 0.8rem;
    display: block;
    flex-wrap: wrap;
}
.statsDocuments .stats {
    text-align: center;
    font-size: 0.9rem;
    background-color: var(--gristtc);
    border-radius: 2px;
    padding: 24px 10px 10px 10px;
    border-bottom: 5px solid #fff;
}
.statsDocuments i {
    font-size: 50px;
}
.intitule{
    font-size: 0.9rem;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
}
.statsDocuments .nbStats {
    font-size: 1.5rem;
    font-weight: bold;
}
.clientgratuit{
    color: var(--bleuf);
    text-transform: uppercase;
    text-transform: uppercase;
    font-weight: 600;
}
.expire {
    color: #000;
}
.tableTable {
    padding: 10px 0;
    align-items: center;
    box-sizing: border-box;
    font-size: 0.9rem;
}
.tableTable svg{
    width: 40px;
    margin-bottom: 0;
}
.tableTable img {
    margin: auto;
    max-width: 200px;
    width: 100%;
    height: auto;
}
.logo-list-societe{
    margin: auto;
    max-width: 100%;
    width: auto;
    max-height: 90px;
}
#emailcontenu div:first-of-type {
    background-color: white;
}
/**********/
/* Modale */
/**********/
.modal-header{
    background: var(--bleutf);
    color: #fff;
    text-transform: uppercase;
    padding: 10px 15px 8px 15px;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    color: var(--bleuc);
    text-shadow: inherit;
    opacity: .5;
}
.modal-header .nav-item{
    background: #fff;
    margin-bottom: -8px;
    border-radius: 10px 10px 0 0;
}
.modal-header .btn-primary{
    background: var(--bleuf);
    transition: 0.3s;
    border: none;
    border-radius: 10px 10px 0 0;
}
.modal-title {
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
}
.modal-content{
    background: white;
    border: none;
}
.modal-footer{
    padding: 10px;
    justify-content: center;
}
.modal-footer .btn{
    font-size: 0.9rem;
}
.modal-footer .btn-secondary{
    display: inline-block;
    background: var(--bleuc);
    padding: 5px 20px;
    color: #fff;
    font-size: 1rem;
    font-size: 1rem;
    transition: 0.2s;
    border: none;
}
.modal-footer .btn-secondary{
    display: inline-block;
    background: var(--bleuf);
    padding: 5px 20px;
    color: #fff;
    font-size: 1rem;
    font-size: 1rem;
    transition: 0.2s;
    border: none;
}
.modal-body {
    overflow-y: auto!important;
    max-height: 78vh!important;
}
.modal button i {
    margin-left: 0!important;
}
.legendeModal {
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    padding: 10px 0;
}
.legendeModal i {
    vertical-align: middle;
    margin-right: 5px;
}
.badge {
    display: inline-block;
    padding: 6px 8px 4px 8px;
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-right: 10px;
    color: white;
}
.badge-success{
    background: var(--vert);
}
.badge-warning{
    background: var(--orange);
}
.badge-danger{
    background: var(--rouge);
}
.tab-content{
    background: #fff;
    padding: 0px; 
}
.logoClientTable img{
    max-height: 70px;
    width: auto;
    max-width: 100%;
}
.logoClientTable{
    text-align: center !important;
    display: flex;
    align-items: center;
    height: 90px;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
    background: var(--bleutf);
}
.btn:disabled {
    background-color:var(--gristc)!important;
    border-color:var(--gristc)!important;
}
.iconfootermodal {
    text-align: center;
    margin-top: 30px;
    color: black;
}
.iconfootermodal a {
    color: black;
    width: 100%;
    display: block;
}
.iconfootermodal div:hover, .iconfootermodal a:hover {
    color: var(--bleuf);
    font-weight: 600;
}
.iconfootermodal i {
    font-size: 24px;
    display: block;
    margin: auto;
}
.labelIcon {
    font-size: 14px;    
}
.loadingData .modal-header {
    background: var(--bleuf)!important;
}
.saveOK .modal-header {
    background: var(--vert)!important;
}
.saveNOK .modal-header {
    background: var(--rouge)!important;
}
.etapes {
    text-align: center;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 30px;
    padding-bottom: 15px;
    align-items: center;
}
.etapes i {
    font-size: 30px;
}
.etapes .numEtape {
    color: white;
    background-color: var(--bleuf);
    border-radius: 50%;
    padding: 5px 10px;
}
.etapes .labelIcon {
    display: block;
    margin-top: 10px;
}
.btntypedocs {
    height: 100%;
}
.btntypedocs div {
    margin-bottom: 10px;
    min-height: 100%;
}
.btntypedocs button {
    height: 100%;
    width: 100%;
}
.ajax-upload-dragdrop {
    padding: 30px 20px!important;
    width: 90%!important;
    max-width: 600px;
    color: black!important;
    text-align: center!important;
    background-color: var(--gristtc)!important;
    border-radius: 5px;
    border: none;
    margin: 20px auto;
}
.ajax-file-upload {
    background: var(--bleuf)!important;
    display: block!important;
    width: fit-content!important;
    margin: 0 auto 20px auto!important;
    height: auto;
    padding: 10px 15px 6px 15px;
    font-weight: initial;
}
.ajax-file-upload-error{
    text-align: center;
}
/* -------------------------------------------------------------- */
/* ///// A RANGER ////////// */
/* -------------------------------------------------------------- */
.bg-light {
    background-color: #555555 !important;
}
.th {
    font-weight: bold;
    text-transform: uppercase;
}
.carousel-control-next,
.carousel-control-prev {
    color: #555555 !important;
}
.carousel-item .baseline-tab {
    text-align: center;
}
/*DASHBOARD*/
.statsDocuments button,
.avis button,
.clients button,
.litiges button {
    text-align: center;
    margin: auto;
    display: block;
}
.avis button {
    margin-top: 100px !important;
}
.footerBtn {
    margin: 15px 0 !important;
    width: 100%;
    padding: 0 15px;
    text-align: center;
    font-weight: bold;
}
.footerBtn .btn {
    margin-top: 10px;
}
.loadSociete {
    padding: 30px 0;
}
.ovdlvalide {
    height: 50px;
}
.erreur {
    color: #E43838;
}
.valide {
    color: #8DC73F;
}
.iconPrimary {
    color: #2989d8;
    /* Old browsers */
    color: -moz-radial-gradient(bottom, ellipse cover, #26A6DD 1%, #2094C7 65%, #1A7FAF 100%);
    /* FF3.6-15 */
    color: -webkit-radial-gradient(bottom, ellipse cover, #26A6DD 1%, #2094C7 65%, #1A7FAF 100%);
    /* Chrome10-25,Safari5.1-6 */
    color: radial-gradient(ellipse at bottom, #26A6DD 1%, #2094C7 65%, #1A7FAF 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2989d8', endColorstr='#1e5799', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}
.changeSociete {
    margin-bottom: 15px !important;
    color: #1b82b2;
    font-weight: bold;
    cursor: pointer;
}
.graphique {
    width: 100% !important;
    margin: auto;
}
.alerticon {
    color: #E43838 !important;
    font-size: 20px !important;
    vertical-align: bottom !important;
    margin-right: 5px !important;
}
.infoicon {
    color: #FFA400 !important;
    font-size: 20px !important;
    vertical-align: bottom !important;
    margin-right: 5px !important;
}
.checkicon {
    color: #2989d8;
    /* Old browsers */
    color: -moz-radial-gradient(bottom, ellipse cover, #26A6DD 1%, #2094C7 65%, #1A7FAF 100%);
    /* FF3.6-15 */
    color: -webkit-radial-gradient(bottom, ellipse cover, #26A6DD 1%, #2094C7 65%, #1A7FAF 100%);
    /* Chrome10-25,Safari5.1-6 */
    color: radial-gradient(ellipse at bottom, #26A6DD 1%, #2094C7 65%, #1A7FAF 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2989d8', endColorstr='#1e5799', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    font-size: 20px !important;
    vertical-align: bottom !important;
    margin-right: 5px !important;
}
.click {
    cursor: pointer;
}
.nosocietes {
    text-align: center;
    color: var(--gristc)!important;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0;
}
.nosocietes i {
    font-size: 40px;
    display: block;
    margin-bottom: 15px;
}
.estexpire {
    text-align: center;
    color: var(--bleuc)!important;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0;
}
.estexpire i {
    font-size: 40px;
    display: block;
    margin-bottom: 15px;
    color: var(--rouge)!important;
}
.card {
    margin: 15px 0;
    transition: 0.5s;
}
.card:hover {
    opacity: 0.9;
    cursor: pointer;    
}
.card-title {
    font-size: 1rem;  
    margin-bottom: 5px;
}
.card-text {
    margin: 5px 0;
    font-size: 16px;
}
.card-body{
    padding: 13px 15px;
    min-height: 113px;
}
.gratuit{
    background: var(--gristc);
    font-size: 0.7rem;
    padding: 3px 7px;
    color: #fff;
    font-style: normal;
    border-radius: 3px;
    margin-bottom: 7px;
    display: inline-block;
}
.truncate {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tableauFichiers {
    padding: 10px;
}
.tableauFichiers .title {
    margin-bottom: 0!important;
}
.tableauFichiers .subtitle {
    padding: 8px 0;
}
.tableauFichiers .title:not(:first-of-type) {
    margin-top: 15px!important;
}
.chiffresDashboard {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
}
.link-dashboard {
    color: initial;
    text-decoration: none;
}
.div404{
    background-image: url(backoffice/img/bg-404.jpg);
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100vh;
}
.div404 h2{
    color: #fff;
    font-weight: 300;
    font-size: 7rem;
}
.div404 .loading{
    margin-top: 0;
}
.div404 p{
    color: #fff;
}
.noncertifie {
    font-weight:700;
    color: var(--rouge);
    text-transform: uppercase;
    font-size: 13px;
    margin-left: 15px;
}
.certifie {
    font-weight:700;
    color: var(--vert);
    text-transform: uppercase;
    font-size: 13px;
    margin-left: 15px;
}
.graph-note{
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
    font-weight: bold;
    position: relative;
}
.graph-note .moyenneAvis {  
    padding: 20px;
    color: black;
    font-size: 40px;
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 45px;
}
.graph-note .moyenneAvis .moyenneAvisTitre {
    font-size: 16px;
    display: block;
    color: var(--grisc);
}
.graph-note .moyenneAvis span {
    color: var(--bleuc);
}
.widgetsSimples, .widgetsAvances, .widgetsRich{
    text-align: center;
}
.widgetsSimples textarea, .widgetsAvances textarea, .widgetsRich textarea {
    margin: 5px 0 15px 0;
    overflow: hidden;
}
.widgetsSimples strong, .widgetsAvances strong, .widgetsRich strong {
    font-weight: bold;
}
.widgetsSimples strong span, .widgetsAvances strong span, .widgetsRich strong span {
    display: block;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 5px;
}
.widgetsAvances strong {
    margin: 15px 0;
}
.bandeauNav {
    padding: 0;
}
.titre-champs {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--gristf);
    margin: 10px 0;
}
.titre-champs:first-of-type {
    margin-top: 0;
}
.helptips {
    max-width: 1280px;
    margin: 10px auto;
    text-align: center;
    background-color: var(--bleuc);
    color: white;
    padding: 10px;
    border-radius: 5px;
}
/* --------------------------- */
/* ///// RESPONSIVE ////////// */
/* --------------------------- */
/* ///// Querie Width ////////// */
@media all and (max-width: 1700px) {
    .cercle-note{
        width: 300px;
        height: 300px;
    }
    .ctn-note {
        padding-top: 30px;
    }
    .graph-note .moyenneAvis {
        font-size: 30px;
        line-height: 35px;
    }
}
@media all and (max-width: 1550px) {
    .ctn-note {
        padding-top: 45px;
    }
    .cercle-note{
        width: 270px;
        height: 270px;
    }
    .menu{
        margin-top: 0;
    }
    .menu li {
        padding: 7px 0 7px 10px;
    }
    .menu li .active{
        padding: 7px 0 7px 10px;
        border-left: 5px solid var(--bleuf);
        margin-left: -13px;
    }
    .menu a{
        font-size: 0.8rem;
    }
    .societe{
        font-size: 0.7rem;
    }
    .aide a{
        font-size: 0.7rem;
    }
    .aide a:before{
        min-width: 20px;
        height: 22px;
    }
}
@media all and (max-width: 1400px) {
    .ctn-blc-stats-gauche{
        order: 2;
    }
    .ctn-blc-stats-droit{
        order: 3;
    }
    .ctn-note{
        order: 1;
        padding-top: 92px;
    }
    .cercle-note{
        width: 180px;
        height: 180px;
        margin-left: 0px;
        padding: 0px;
    }
    .blc-stats h2{
        font-size: 0.8rem;
    }
    .graph-note .moyenneAvis {
        font-size: 25px;
        line-height: 30px;
    }
    .graph-note .moyenneAvis .moyenneAvisTitre {
        font-size: 14px;
    }
}
/* XL (Extra Large) */
@media all and (max-width: 1260px) {
    .ctn-note{
        order: 1;
        padding-top: 0;
    }
    .cercle-note{
        width: 170px;
        height: 170px;
        margin-left: 0px;
        padding: 0px;
    }
}
/* XL (Extra Large) */
@media all and (max-width: 1200px) {
    .ctn-note {
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
    }
    .cercle-note{
        margin-top: 0;
    }
    .conteneur-stats {
        padding: 30px 20px;
    }
    .blc-graphique{
        min-height: 420px;
        margin-bottom: 30px;
    }
    .conteneur-stats{
        align-content: inherit;
    }
    .graph-note .moyenneAvis {
        font-size: 25px;
        line-height: 25px;
    }
    .graph-note .moyenneAvis .moyenneAvisTitre {
        font-size: 12px;
    }
}
/* LG (Large) */
@media all and (max-width: 992px) {
    .infos-chiffre:after{content: '';display: block;width: 30px;height: 1px;background: #e5e5e5;margin: 10px auto;}
    .ctn-ligne-stats .blc-stats{
        height: auto;
        margin-bottom: 20px;
    }
}
/* MD (Medium) */
@media only screen and (max-width: 768px) {
    nav {display: flex !important;}
    .hidenonmobile {display: none;}
    .coordonnnees {min-height: inherit;margin-bottom: 15px; padding-top: 30px;}
    .cal-meg{margin-left: 0;}
    .container{margin-top: 60px;}
    .modal .container{margin-top: 0px;}
    .navbar-light .navbar-toggler{border: none;}
    nav img {width: 100px; height: inherit;}
    .modal-header .nav-link{font-size: 0.9rem;}
    .modal-header .nav-item{margin-bottom: 8px; border-radius: 6px;}
    .modal-header .btn-primary{border-radius: 6px;}
    #formMode2{background: var(--bleuc); padding: 15px 20px;}
    .fondBlanc{text-align:center;}
    .modif-logo{display: block;}
    .ctn-h1{
        margin-top: 42px;
    }
    .input-fblanc {
        margin-bottom: 30px;
    }
    .ctn-blanc{
        max-height: inherit;
        overflow: inherit;
    }
}
/* SM (small) */
@media all and (max-width: 576px) {
    .modal-title{font-size: 0.9rem;}
    .modal-header{padding: 13px 15px 8px 15px;}
    .ctn-toto{height: 50vh; overflow: auto; -webkit-overflow-scrolling: touch;}
}
/* XS auto (Extra small) < 576px */
/* ///// Querie Height ////////// */
/*@media only screen and (max-height: 915px)  {
    .menu li{
        padding: 7px 0 7px 20px;
    }
}
@media only screen and (max-height: 800px)  {
    .conteneur-stats{
        align-content: inherit;
    }
    .coordonnnees .aide{
        padding: 20px 10px; 
    }
    .cercle-note{
        width: 150px;
        height: 150px;
    }
    .ctn-blanc{
        max-height: inherit;
        overflow: inherit;
    }
}
@media only screen and (max-height: 770px)  {
    .menu{
        padding: 0 20px;
    }
    .coordonnnees .aide{
        padding: 10px 0;
    }
    .coordonnnees p{
        padding: 0 7px;
    }
}
@media only screen and (max-height: 700px)  {
    .chang-statut{
        margin: 5px auto;
    }
    .nameUser{
        font-size: 0.8rem;
    }
    .menu li {
        padding: 2px 0 2px 10px;
    }
    .ctn-infos-societe{
        margin-top: 10px;
    }
    .notedashboard{
        margin: 0 auto 5px auto!important;
    }
    .coordonnnees a{
        font-size: 0.6rem;
    }
}*/