/* local css */
:root {
    --couleur_1: #323940;
    --couleur_2: #3f51b5;
}

/* font color */
body{
    color: var(--couleur_1);
}
a, a:hover{
    color: var(--couleur_1);
    /* text-decoration: none; */
}
.lien_en_bleu, .lien_en_bleu:hover{
    color: var(--couleur_2);
}
.lien_non_souligne{
    text-decoration: none;
}
.lien_non_souligne:hover{
    text-decoration: underline;
}

.logo_azur, .logo_sfr{
    width: 100px;
    vertical-align: bottom;
    float: left;
}

.pointer{
    cursor: pointer;
}

/* menu */
.volet-du-haut, .volet-du-bas{
    text-align: center;
    padding: 22px 16px;
    color: white;
    background-color: #6c757d !important;
}
@media(max-width: 991px){
   .volet-du-haut,
   .volet-du-bas{
       padding: 16px 16px;
   }
}
.bg-1{
    background-color: #cff4fc;
}
.hauteur_1{
    height: 30px;
}

/* block login */
.block-login {
    width: 500px;
    margin: 0 auto;
    color: #555555;
}
@media(max-width: 991px){
    .block-login{
        width: 300px;
    }
}

/* affiche formulaire */
.largeur_formulaire_1{
    max-width: 550px;
    margin: 0 auto;
}

/* affichage table */
@media(max-width: 991px) {
    .font-size-1em{
        font-size: 1em;
    }
    .font-size-05em {
        font-size: 0.5em;
    }
    .hide-sm{
        display: none;
    }
}
/* table V_2 */
.table-50-bordered-2px-width-padding,
.table-bordered-2px-width-padding{
    width: 100%;
}
.table-50-bordered-2px-width-padding tr td,
.table-50-bordered-2px-width-padding tr th,
.table-bordered-2px-width-padding tr td,
.table-bordered-2px-width-padding tr th
{
    border: 2px solid #dddddd;
    vertical-align: top;
    padding: 8px 16px;
}
.table-50-bordered-2px-width-padding tr td,
.table-50-bordered-2px-width-padding tr th
{
    width: 50%;
}

.div-largeur-1{
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.div-largeur-2{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* page detail-inari */
.checkboxCustomSize{
    -ms-transform: scale(2);
    transform: scale(2);
    padding: 10px;
    height: initial;
}

/* page cloture.php */
.largeur_c1{
    max-width: 300px;
}
.bloc-hide{
    display:none;
}
.bloc-show{
    display:block;
}
.non-signe{
    display: block;
}
.signe{
    display: none;
}
.clear-right{
    clear:right;
}
.bouton-cloture{
    width: 90%;
    margin: 25px auto;
    display: block;
}
@media(max-width: 991px) {
    .bouton-cloture{
        width: 100%;
    }
}
/* valication des champs page cloture.php */
.cadreRouge{
    border: 2px solid red;
}
.cadreRougePale{
    border: 2px solid #ffa9a9;
}


/* divers */
.marge_t40{
    margin-top: 40px;
}
.marge_l40{
    margin-left: 40px;
}
.bloc-hide, .hide{
    display: none;
}
.bloc-show, .show{
    display: block;
}
.clear_right{
    clear: right;
}
.disable_after_clicked{}

/* status des inters */
.PLANNED{
    background-color: #fff200!important;
}
.PRE_PLANNED{
    background-color: #FFB100!important;
}
.ONMYWAY{
    background-color: #9DFFE1!important;
}
.STARTED{
    background-color: #5e71ff!important;
}
.OK{
    background-color: #75e975 !important;
}
.KO{
    background-color: #AF0000!important;
}
.FREEZED, .FREEZED_STARTED{
    background-color: #b5ddff!important;
}
.CANCELED{
    background-color: #ff7C00!important;
}
.REASLSEE_SFR{
    background-color: #00ff00!important;
}
/* page intervention */
.REALISEE_FTTH{
    background-color:#00C4FF!important;
}
.FTTH_NOK{
    background-color:#ffdddd!important;
}


/* complément à boostrap */
.border-left-primary {
    border-left: 0.25rem solid var(--bs-primary);
}

.border-left-secondary {
    border-left: 0.25rem solid var(--bs-secondary);
}

.border-left-success {
    border-left: 0.25rem solid var(--bs-success);
}

.border-left-info {
    border-left: 0.25rem solid var(--bs-info);
}

.border-left-warning {
    border-left: 0.25rem solid var(--bs-warning);
}

.border-left-danger {
    border-left: 0.25rem solid var(--bs-danger);
}

.border-left-light {
    border-left: 0.25rem solid #f8f9fc;
}

.border-left-dark {
    border-left: 0.25rem solid #5a5c69;
}