/*
    Loader
*/

body{
    font-size:12px;
}

.btn{
    font-size:12px;
}

.btn{
    outline:0;
}

.btn:active{
    outline: 0;
}

.btn:focus{
    outline:0;
}

a {
    outline: none;
}


a:active{
    outline: none;box-shadow: none !important;
}

a:focus{
    outline:none;box-shadow: none !important;
}

.btn:focus {
  outline: none;box-shadow: none !important;
}

.btn:active{
    outline:none;box-shadow: none !important;
}

a:focus{
    outline:none;box-shadow: none !important;
}

.loader {
        padding: 24% auto 0;
        cursor: wait;
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999;
        background: rgba(0,0,0,0.5);
        padding-top: 24%;
        font-weight:bold;
        -webkit-transform: translate3d(0,0,1px);
        transform: translate3d(0,0,1px);
    }
    .loader , .loader div {
      color: #F8B334;
      margin: 5px 0;
      text-transform: uppercase;
      text-align: center;
      font-family: 'Arial', sans-serif;
      font-size: 18px;
      letter-spacing: 2px;
      font-weight: bold;
    }

    .loader .line {
      width: 2px;
      height: 15px;
      background: #F8B334;
      margin: 0 1px;
      display: inline-block;
      animation: opacity-2 1000ms infinite ease-in-out;
    }

    .loader .line-1 { animation-delay: 800ms; }
    .loader .line-2 { animation-delay: 600ms; }
    .loader .line-3 { animation-delay: 400ms; }
    .loader .line-4 { animation-delay: 200ms; }
    .loader .line-6 { animation-delay: 200ms; }
    .loader .line-7 { animation-delay: 400ms; }
    .loader .line-8 { animation-delay: 600ms; }
    .loader .line-9 { animation-delay: 800ms; }

    @keyframes opacity-2 { 
      0% { 
        opacity: 1;
        height: 15px;
      }
      50% { 
        opacity: 0;
        height: 12px;
      }
      100% { 
        opacity: 1;
        height: 15px;
      }  
    }


    .dropdown-filter-icon{
        border:none;
    }  
    
    .dropdown-filter-sort{
        display:none;
    }
    
    
    
/*
        GENERIC
 */

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf');
    font-style: normal;
}
 
 
html,body{
    height:100%;
    font-family:Roboto;
}

.orange{
    color:#F8B334;
}

.backgroundOrangeSansHover{
    background-color: #F8B334;    border-color: #F8B334;
}

.backgroundOrange{
    background-color: #F8B334;    border-color: #F8B334;
}

.backgroundOrange:hover{
    background-color: black;    border-color:black;    color:white;
}

.backgroundGrisSansHover{
    background-color: #707070;
}

.gris{
    color:#707070;
}

.marron{
    color:#c7b199;
}

.login{
    margin: auto;        padding-top: 22vh;        height:10%;
}

.container{
    height: 100%;        width:100%;
}

.form-control{
    border-radius:10px;
}

.alert{
    text-align: center;
}

.alignCenter{
    text-align: center;
}

.marginAuto{
    margin:auto;
}


.nav-link{
    background-color: none;
    border:none;
    padding:20px;
    color: lightgray;
    font-size:20px;
    padding-bottom:8px;
}

.nav-link:hover{
    color:black;
}

.nav-link.active{
    color:#F8B334 !important;
    background-color: none !important;
    font-weight: bold;
}



.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color:transparent;
    border-bottom:8px solid;
}

.opacity3{
    opacity: 0.3;
}

.cursorPointer{
    cursor: pointer;
}

.floatRight{
    float:right;
}

.floatLeft{
    float:left;
}

.borderHaut{
    border-top:1px solid black;
    padding-top: 20px;
}
.repertoireCompteur{
    margin-right: 20px;
    display: inline-block;
    border-radius:10px;
    border:1px solid lightgrey;
}

.ligneTableauEdl{
    background-color: transparent !important;
}

/*
        Page login
 */
.formulaireLogin{
    padding: 30px;        border-radius: 10px; border: 1px solid #707070;
}

.formulaireLogin label{
    color:white;
}

.pictoEnvu, .pilotageSocial{
    text-align: center;        padding: 0;        padding-bottom: 15px;        border: 0;        margin: 0;
}
.pilotageSocial{
    display: inline;        font-size: 32px;
}
.forgotPasswd{
    display: block;
    color: grey;
    font-size: 12px;
    margin-left: 5px;
}
.btnConnexion{
    margin-left: 67%;
    border-radius:10px;
}

.btnReset{
    margin-left:67%;
}

#textErrorLogin{
    color: red;    font-size: 14px;    text-align: center;    display: block;
}


/*
     Page login reset
 */

.formulaireLoginReset{
    border: 1px solid black;        padding: 30px;        border-radius: 10px;    background-color: #c7b199;
}


/*
        HEADER
 */
 
 
 .headerSite{
    max-width: 100%;
    width:100%;
 }
 .header{
     z-index:999;
 }

.headerBarreOrange{
    height:50px;
}

.headerBarreGrise{
    height:100px;    background-color: #707070;
    border-radius:0 0 10px 10px;
}

.footerBarreGrise{
    background-color: #707070;    height:70px;
    border-radius:10px 10px 0 0;
}

.lienHeaderHaut {
    margin-left:20px; float:left; color: white;    padding: 5px;    text-align: center;    background-color: #707070;    border: 1px solid white !important;    border-radius: 10px;    text-decoration: none;    display: inline-block;    margin-top: 8px;
}

.lienHeaderHaut:hover{
    background-color: white;    border: 1px solid grey;    color: #707070;    text-underline: none;
}

.lienHeaderHautAdmin {
    margin-top: 0;
    margin-left: auto;
}

.lienDeco{
    margin-left:0;
}

.headerBarreGriseLeft{
    height: 100%;        padding: 0;        font-size: 47px;  color:white; float:left;
}

.headerBarreGriseRight{
    float:right;
    margin-top:8px;
}

.traitBlanc{
    width:100%;    border:1px solid white;    top:50%;
}

.subtitle, .listAdmin {
    text-align: center;    color: white;
}

.subtitle span{
    display:inline-block;
}

.zoneAdminTheme{
    display: inline-block;    color: white;    text-decoration: none;
}

.zoneAdminTheme:hover{
    text-decoration: none;
}

.logoOopsBlanc{
    float:right;margin-top: 7px;
}


/*
        Modal
 */

.modal-content{
    border-radius:25px;
}

.modal-header{
    border-bottom: none;
}

.modal-title{
    margin-left:1%;
}

.colorBlack{
    color:black;
}

.marginBottom5px{
    margin-bottom: 5px;
}

.textAlignCenter{
    text-align: center;
}

.borderTop1px{
    border-top: 1px solid black;
    margin-top: 20px;
}

.paddingTop30{
    padding-top: 30px;
}

/*
        Admin - utilisateurs
 */


.titreRubrique{
    text-decoration: underline;
    margin:auto;
    margin-top: 30px;        font-size: 27px;
    margin-bottom:30px;
}

.tableauList{
    margin: auto;
}

.tableauListLine{
    /*cursor: pointer;*/
}

.listBtnAjouter{
    float: right;
}

.btnAjouterUser{
    display: block;    margin: auto;    padding-left: 30px;    padding-right: 30px;
}

 .backgroundGris{
     background-color:lightgray;
 }

 .entour1px{
     padding:5px;
     border:1px solid black;
 }

 .itemChampToUpdate{
     padding-bottom: 20px;
     border-bottom:1px solid black;
 }

 /*
        Admin - projet
  */

.detailOfProject_modifier, .detailOfProject_ajouterUtilisateurs{
    background-color: #F1F1F1;        border-top: 1px solid black;        border-bottom: 1px solid black;        display: inline-block;
}

.detailOfProject_ajouterUtilisateurs_titre{
    font-size: 21px;        padding-top: 10px;        display: inline-block;
}

.btnModifierProjet, .btnAddLocataire, .btnImportLocataire, .btnRetourListeProjet{
    margin: 10px;        padding-left: 30px;        padding-right: 30px;
}

.tableauListUserOfProjet, .tableauListLocataireOfProjet{
    padding:0;
}


/* Page "probleme" */

.titreCreationPage{
    font-size: 20px;        border-bottom: 10px solid #F8B334;
    padding-bottom: 10px;        text-align: center;
}

.noPaddingLeft{
    padding-left:0;
}

.noPaddingRight{
    padding-right:0;
}

.noPadding{
    padding-left:0 !important;
    padding-right:0 !important;
}

.modalLien360{
    z-index:1051;
}


.btnSiteListProjet{
   font-size: 15px;    display: block;    border: 1px solid black;    text-align: center;    background-color: white;    border-radius: 20px;
}

.formRowAddSelctPossible{
    padding-bottom: 20px;
    border-bottom: 1px solid black;
}

.marginBottom5px{
    margin-bottom: 5px;
}

.itemChamp{
    padding-bottom:20px;
    border-bottom: 1px solid black;
}

.displayInlineBlock{
    display:inline-block;
}

.f18px{
    font-size:18px;
}

.paddingB20{
    padding-bottom:20px;
}

.border1px{
    border: 1px solid black;
    padding:10px;
    text-align: center;
}

.pieceJointeDemandeVisu{
    width: 100px;
    height: 100px; margin:10px;
    display: block;
    border: 1px solid black;
    float: left;
}

.demande1 {
    border: 9px solid #59ABF3;
    padding: 14px;
    background-color: #59ABF3;
}

.etatDemande1{
    color: #59ABF3;
}


.demande2{
    border: 9px solid #17a2b8;
    padding: 14px;
    background-color: #17a2b8;
}

.etatDemande2{
    color:#17a2b8;
}

.demande3{
    padding: 14px;
    border: 9px solid #82CE6C;
    background-color: #82CE6C;
}

.etatDemande3{
    color:#82CE6C;

}

.inlineBlock{
    display:inline-block;;
}

.marginAuto{
    margin:auto;
}

.displayBlock{
    display:block;
}

.pieceJointeDemande{
    border:1px solid black;
    padding:20px;
    display:block;
    margin-bottom: 10px;
}


.titreFicheCreation {
    border: 11px solid black;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 40px;
}

.titreRubriqueCreation{
    padding:10px;
    text-align: center;
    border:1px solid black;
    margin-bottom: 20px;
    margin-top: 70px;
}

.titreRubriqueCreation:first-of-type{
    margin-top: 20px;
}

.champFiche{
    margin-bottom:10px;
    display:list-item;
}

.labelForm {
    text-decoration: underline;
    margin-top: 10px;
    margin-bottom: 10px;
}

.cheboxFormulaire{
    margin-left:40px !important;
}

.clearBoth{
    clear:both;
}

.border1pxBlack{
    border:1px solid black;
}

.imgPopup{
    display: inline-block;
}

.imgPopup img{
    width:140px;
    padding-left: 10px;
}

.zoneCameraProperty{
    width: 480px;
    height: 350px;
    border: 1px solid black;
    display: inline-block;
    text-align: center;
}

.downloadOK{
    color: green; font-size: 27px; margin-top: 5px;
    display:inline-block;
}


.demande0 {
    border: 9px solid #59ABF3;
    padding: 14px;
    background-color: #59ABF3;
}

.etatDemande0{
    color: #59ABF3;
}


.Oprdemande1{
    border: 9px solid #17a2b8;
    padding: 14px;
    background-color: #17a2b8;
}

.OpretatDemande1{
    color:#17a2b8;
}

.Oprdemande2{
    padding: 14px;
    border: 9px solid #82CE6C;
    background-color: #82CE6C;
}

.OpretatDemande2{
    color:#82CE6C;

}


.Oprdemande3{
    padding: 14px;
    border: 9px solid red;
    background-color: red;
}

.OpretatDemande3{
    color:red;

}

.pieceJointeProblemeVisu{
   
}

.quittusOrPjOpr{
    display:inline-block; border-right: 1px solid black;padding-right: 10px;
}

.quittusOrPjOpr:last-of-type{
    border-right: none;
}

.wordBreakAll{
    word-break: break-all;
}

.inlineTable{
    display:inline-table;
}



.probleme1 {
    border: 9px solid #59ABF3;
    padding: 14px;
    background-color: #59ABF3;
}

.etatProbleme1{
    color: #59ABF3;
}


.probleme2{
    border: 9px solid #17a2b8;
    padding: 14px;
    background-color: #17a2b8;
}

.etatProbleme2{
    color:#17a2b8;
}

.probleme3{
    padding: 14px;
    border: 9px solid #82CE6C;
    background-color: #82CE6C;
}

.etatProbleme3{
    color:#82CE6C;

}

.pieceJointeProbleme{
    border:1px solid black;
    padding:20px;
    display:block;
    margin-bottom: 10px;
}

.logementConcerneCreateCourrier{
    float:right;
    text-align:center;
    border:1px solid black;
}

.wordBreakWord{
    word-break: break-word;
}

/* repasse css */

.btn-dark{
    background-color:#707070;
    border-color: #707070;
}

.btn-dark:hover{
    background-color:#FFF;
    border-color: #707070;
    color:#707070;
}

.btn-primary:active{
    background-color: #FFF;
    color:#707070;
}

.btn-success{
    background-color:#82CE6C;
    border-color: #82CE6C;
}

.btn-success:hover{
    background-color:#FFF;
    border-color: #82CE6C;
    color:#82CE6C;
}

.badge-primary{ 
    background-color:#F8B334;
    border-color: #F8B334;
}

.badge-info{
    background-color:#59ABF3;
    border-color: #59ABF3; 
}

.badge-success{
    background-color:#82CE6C;
    border-color: #82CE6C; 
}

.badge-pill{
    background-color:#82CE6C;
    border-color: #82CE6C; 
}

.borderRadius16{
    border-radius: 16px;
}

.borderRadius10{
    border-radius: 10px;
}

.floatRightBtnExport{
    float:right;
    margin-left: 20px;
}

.floatRightBtnAdd{
    float:right;
}

.fa, .fas, .fab {
    text-align:center;
    display:block;
    color:black;
    font-size:22px;
}

.badge{
    width:80%;
    padding:5px;
}

.disabledCursor{
    opacity:0.3;
}


.demandeColorDyn_0{
    color: #F8B334;
}
.demandeColorDyn_1{
    color: #82CE6C;
}

.green{
    color: #82CE6C;
}

.backgroundGreen{
    background-color:rgba(130, 206, 108, 0.5) !important;
}

.OprColorDyn_0{
    color: #F8B334;
}
.OprColorDyn_1{
    color: #59ABF3;
}
.OprColorDyn_2{
    color: #82CE6C;
}
.OprColorDyn_3{
    color: red;
}

.colorDyn_1{
    color: #F8B334;
}
.colorDyn_2{
    color: #59ABF3;
}
.colorDyn_3{
    color: #82CE6C;
}

.backgroundColorDyn_1{
    background-color: #F8B334;
    border:1px solid #F8B334;
}
.backgroundColorDyn_2{
    background-color: #59ABF3;
    border:1px solid #59ABF3;
}
.backgroundColorDyn_3{
    background-color: #82CE6C;
    border:1px solid #82CE6C;
}

.demandeBackgroundColorDyn_0{
    background-color: #F8B334;
    border:1px solid #F8B334;
}
.demandeBackgroundColorDyn_1{
    background-color: #82CE6C;
    border:1px solid #82CE6C;
}

.OprBackgroundColorDyn_0{
    background-color: #F8B334;
    border:1px solid #F8B334;
}
.OprBackgroundColorDyn_1{
    background-color: #59ABF3;
    border:1px solid #59ABF3;
}
.OprBackgroundColorDyn_2{
    background-color: #82CE6C;
    border:1px solid #82CE6C;
}
.OprBackgroundColorDyn_3{
    background-color: red;
    border:1px solid red;
}


.colorWhite{
    color:white;
}


/* Refonte fiche probleme */

.supprProbleme, .supprDemande{
    display:inline-block;
}

.headerFicheProbleme{
    margin:auto;
    position: inherit;
    border-bottom: 1px solid black;
}

.headerFicheTitre {
    font-weight: bold;
    color: #F8B334;
    border-bottom: 9px solid;
    padding-bottom: 3px;
    margin-top: 13px;
    display: inline-block;
    font-size: 20px;
}

.btnHautFicheProbleme{
    margin-left:10px;
    margin-right: 10px;
}

.ficheProblemePresentation input, .ficheProblemeCommentaires textarea, .ficheProblemeListInput textarea{
    background-color: #F0F0F0;
}

.commentaireIntervenant{
    margin-bottom: 25px;
}

.marginTop25{
    margin-top:25px;
}

.marginBottom25{
    margin-bottom:25px;
}

.fabutton {
    background: none;
    padding: 0px;
    border: none;
}

.colorUrgence{
    color:#DE3545;
}

.backgroundColorUrgence{
    background-color: #DE3545;
}

.btnTacheProbleme{
    color:white;
}

.afterFixedFicheProbleme{
    padding-top:350px;
}

.ficheProblemePresentation {
    border-bottom:1px solid black;padding-bottom: 20px;
}

.height200{
    height:200px;
}

.height150{
    height:150px;
}

.colorDyn{
    display: inline-block;width: 85%;text-align: center;height: 100%;vertical-align: middle;
}

.backgroundColorDyn{
    display: inline-block;width: 10%;height: 100%;padding: 0;margin: 0;
}

.backgroundColorUrgence {
    display: inline-block;width: 10%;background-color: red;height: 100%;padding: 0;margin: 0;
}

.ficheProblemeDiv{
    margin-top:35px;padding-bottom:25px;border-bottom: 1px solid black;
}

.tacheProbleme{
    border:1px solid black;border-radius:15px;margin-left:5%;margin-top:2%;height: 260px;
    text-align: center;padding-top: 2%;
}

.tacheOPR{
    height:120px;
}

.photoProblemeTache{
    width:90%;height:50%;border:1px solid black;
}

.verticalAlignMiddle{
    vertical-align: middle;
}

.pjOfProbleme{
    margin-left:1%;border:1px solid black;width:140px;height:140px;
}

.font78{
    font-size:78px;
}

.font45{
    font-size:45px;
}

.creationProblelme_informationGenerales{
    padding-bottom: 25px;border-bottom: 1px solid black;
}

.creationProblelme_commentaires{
    margin-top:25px;
    padding-bottom: 25px;border-bottom: 1px solid black;
}

.creationProblelme_taches{
     margin-top:25px;
     padding-bottom: 25px;border-bottom: 1px solid black;
}

.creationProblelme_fichiers{
     margin-top:25px;
     padding-bottom: 25px;border-bottom: 1px solid black;
}

.typeUtilisateur{
    margin-top:2%;
}

.listProjectsHeader {
    margin-top: 2%;
    margin-left: 40px;
}


.lienFooter{
    color:white;
}

.lienFooter:first-of-type{
    margin-right: 80px;
}

.lienFooter:hover{
    color:black;
    text-decoration: none;
}

.lienOfFooter{
    padding-top:25px;
}

.foooterOfPiloteSocial{
    width:100%;
    position:absolute;
    bottom:0;
}

.btnHeaderPiloteSocial{
    border: 1px solid grey;box-shadow: 2px 2px 4px black;border-radius: 10px;
    width:130px;
}

.titrRubriqueAdmin{
    margin-left: initial;
   
}

.dataTables_length, .dataTables_filter{
    display:none;
}

.btnAjouterAdmin{
    padding-right:0!important;
}

.fa, .fas{
    color:#707070;
}

.fa:hover, .fas:hover{
    color:#000;
}

a:hover{
    text-decoration:none;
}

.btnHautFicheProbleme:last-of-type{
    margin-right:0;
}

.fabuttonSupprimer{
    padding-top:3px;
}

.btnGenerationQuittusEnLigne{
    margin-top: 20px;
    padding: 13px;
}

.quitusPresent{
    color:#59ABF3;
}

.quitusResolu{
    color:#82CE6C;
}

.quitusRefus{
    color:red;
}

.marginLeft0{
    margin-left:0px;
}

.marginTop7{
    margin-top:7px;
}

.radioChoixEtatDesLieux{
    margin-bottom:10px;
}

.dossierViewDocument{
    padding: 0.75em;
    display: block;
    text-align: center;
    cursor:pointer;
    border-radius:10px;
    border:1px solid lightgrey;
}
.ligneTableauViewDocument{
    margin-bottom:5px;
}

.tdTableauViewDocument{
    margin-bottom: 10px;
    display: block;
    margin-top: 10px;
}

.listHistoriqueProbleme{
    margin-bottom:30px;
}

.showPopupDocumentProbleme{
    cursor:pointer;
}

    
.pictoCameraPrisePhoto{
    display: inline-block;margin-left: 22px;
}

.textAlignRight{
    text-align: right;
}

.tailleAndBorderPjProbleme{
    border:1px solid black;width:110px;height:110px;
    margin-left:20px;
}

.marginLeft20{
    margin-left:20px;
}

.nomFicheDemandeFiche{
    text-align:right;
}


.debutFicheRemplissage{
    margin-top:40px;
}

.nomFiche{
    font-size:40px;font-weight:bold;
    margin-bottom: 20px;
}

.infoLocataire{
    font-size:20px;
}

.ficheRubrique{
    border-top:1px solid black;border-bottom:1px solid black;margin-top:40px;padding-top:20px;padding-bottom:20px;margin-bottom: 30px;
}

.ficheSousRubrique{
    margin-top:20px;margin-bottom:20px;
}

.pictoVoirPlusCollapse{
    margin-left:20px;
    display:inline-block;
}


.fadeModal{
    background-color: rgb(0,0,0,0.7)!important;
}

.deleteOprEnCours{
    margin-top:5px;
}

.modalContent60{
    width:60% !important;
    margin:auto;
}

.modalContent75{
    width:75% !important;
    margin:auto; 
}

.modalContent45{
    width:45% !important;
    margin:auto; 
}

.paddingAddPj{
    padding-top:30%;
}

.backgroundWhite{
    background-color:white;
}

.backgroundGrey{
    background-color:grey;
}

.addProblemeOnCreate{
    margin-top:7px;
}

.tacheOfProbleme{
    margin-left:0;
}

.tacheOfProbleme:nth-child(2n+0) {
  margin-left:20px;
}

.pbInformationName{
    padding-top:5px;
}

.tacheProblemeRemplissageQuittus{
    padding-top:1%;
}

.btnSignatureAutoControl{
    padding-bottom: 63px;
    border-bottom: 1px solid black;
    display: block;
}

.divListTacheProbleme{
    border: 1px solid black;
border-radius: 10px;
margin-top: 2%;
height: 260px;
padding-top: 3%;
}

.btn:hover{
    background-color:white;
    color:black;
    border:1px solid black;
}

.btn:active{
    background-color:white;
    color:black;
    border:1px solid black;
}

.btn:focus{
    background-color:white !important;
    color:black !important;
    border:1px solid black !important;
}



.dossierViewDocument:hover, .repertoireCompteur:hover{
    background-color:white;
    border:1px solid lightgray;
    color:black;
}

.dossierViewDocument a{
    text-decoration:none;
}

.backgroundVeryLightGrey{
    background-color:#ececec;
}

.btnCheckTacheRefused{
    border:1px solid black;
    border-radius:10px;
    margin-bottom:5px;
    padding:10px;
}

.modal-content {
    border-radius: 25px;
    max-width: 1024px;
    margin: auto;
}

.form-control{
    font-size:12px;
}

.marginTop5{
    margin-top:5px;
}

.repertoireCompteur {
    padding:0.75em !important;
}

.afterFixedFicheProblemeFicheProbleme{
    padding-top:310px;
}

.blocTache{
    border:1px solid black;height:220px;border-radius:10px;margin-bottom:2%;
}

.menuBurgerAdmin, .modalChatOpenned, .modalSOShaut {
    color: white;
    padding: 6px;
    border: 1px solid white;
    border-radius: 10px;
    background-color: #707070;
    cursor: pointer;
    margin-top: 7px;
    width: 50px;
}

.modalChatOpenned, .modalSOShaut{
    margin-right:10px;
}

.menuBurgerAdmin:hover, .modalChatOpenned:hover{
    background-color:white;
    color:#707070;
}

.chatNouveaute {
  color:red;
}


.checkbox-container{
    display:none;
}

.bodySite{
    padding-left: 10%;padding-right: 10%;
}

.afterFixedTableauProjet{
    padding-top:355px;
}

.afterFixedEtatDesLieux{
    padding-top:280px;
}

.fixedBoutonOfTableauProjet{
    border-top: 2px solid rgba(0, 0, 0, 0.05); padding-top: 10px; padding-bottom: 10px; margin-top: 0px; 
    height: 57px; position: fixed; top: 317px;border-bottom: 2px solid rgba(0, 0, 0, 0.05);z-index: 1000;background-color: white;
}

.afterFixedTableauProjetGPA{
    padding-top:373px;
}

.afterFixedTableauProjetOPR{
    padding-top:313px;
}

.menuBurgerPSPicto{
    color: white;font-size: 26px;padding: 10px;border: 1px solid;border-radius: 10px;
}

.faLoupeTableau {
    font-size: 14px;
    margin-left: 5px;
}

.backgroundBleu{
    background-color:#59ABF3;
}

.colorRed{
    color:#dc3545;
}

.borderRed{
    border:1px solid #dc3545;
}

.iconeBlocNote{
    margin-right:10px;
}

.titreRubriqueProjetInformation{
    text-decoration: none;
}

.pictoAidePicto{
    padding-top: 7px;padding-left: 20px;
}

.textPopupCGU{
    margin-left:20%;
}

.modalCaseACocherCGU{
    font-size:13px;
}

.btnHautFicheProblemeGenerationQuittus{
    width: 22%;
    max-width: 22%;
}

.repertoireCompteur i{
    display:none;
}

.pictoCompteurActif{
    color:white !important;
}

.pictoCompteurActif:hover{
    color:#707070 !important;
}

.dossierViewPhotoLoc i{
    display:none;
}

.dossierViewDocumentIcone {
    padding: 6px !important;
    font-size: 19px;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    cursor: pointer;
    width: 55px;
    margin: auto;
}

.dossierViewDocumentIconeActif:hover{
    background-color:white;
}

.weHavePostIt{
    color:red;
}

.simulateInput{
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    background-color: #e9ecef;
    padding-left:5px;
    cursor: auto;
}

.pictoEauActif{
    color:#59ABF3 !important;
}

.pictoGazActif{
    color:#F8B334 !important;
}

.pictoElectriciteActif{
    color:yellow !important;
}

.pictoDossierPhotoActif{
    color:#82CE6C !important;
}

.picto360Actif{
    color: antiquewhite !important;
}
.picto360Actif:hover{
    color: #707070 !important;
    background-color:white;
}

.toggle-handle{
    background-color:#F8B334;
}