/* #DC3545 #4e73df */

body{
    padding-left : 2px;
    padding-right : 2px;
}

/* menu */
#nav{
    background-color:#385FCF; /*#385FCF;*/
    /* padding :14px;* */
}

#nav li a:hover{
    text-decoration : underline;    
}
/* Fin menu */




aside
{
    padding : 2px;
    width : 99%;
    margin : auto;   
    /*border : 1px solid blue;*/
}



 
 
/* Mise en place loading du click de button */
/* cadre dans lequel se trouve le cercle */
#overlay{ 
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.4); /*0.6*/
}


/* le cercle */
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #385FCF solid; /* #2e93e6  */
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.is-hide{
  display:none;
}

.msgPatienter
{
    font-weight : bold;
    padding-left : 5px;
    margin-left : 5px;
    color : white;
    background : #385FCF; /*#2169EC;*/
    border-radius : 2px;
}

/* FIN Mise en place loading du click de button */
   



.titreDiv{
    display: flex;
    /*border:1px solid white;*/
    margin-left: 0px;
}


.titre1
{
    color:white;
    margin-left: 6px;
    margin-top: 12px;
    /*border: 1px solid blue;*/
}

.logoImg
{
    width: 54px;
    height: 54px;
    border-radius: 50%; 
    /*border: 1px solid blue; margin:0;*/
}



#textAcceuil
{
    /*
  font-size: 20px; 
  text-align : justify;
  border-radius : 10px;
  font-style: italic;
  */
}




/* formulaire de recherches */


#formSearch
{
    width:60%; /* 88% */
    margin:auto;
    text-align: center;
    /*border:2px solid #385FCF; */  
}


#formSearch select, #formSearch input
{
    border:2px solid #385FCF; 
    font-size: 18px;
    font-style: italic;
    height: 50px;
   
    width: 94%; /* 80% si avec bouton search et enlever margin auto*/
    margin: 16px auto;
    /*margin-right: 6px;*/
}


#formSearch button
{
    background : #385FCF; 
    height: 48px;
    font-size: 18px;
    /*
    padding-left: 5px;
    padding-right: 5px;
    */
    width: 18%; /* 20% */
}




#formSearch button:hover
{
    color:white;
    text-decoration : underline;
}


/* end */ 




 


/* liste items home page */
.grid
{
  background-color: #eee;   
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); /*200*/
  grid-gap: 30px; /* 20 26 */
  padding : 20px;
  text-align : center;
  margin-top : 4px;
}


.itemLi{
  padding : 5px;
  /*padding-top : 5px;*/
  width: 100%;
  min-height: 300px;
  color: black;
  align-items: center;
  text-align : center;
  background-color: #fff;
  border-radius: 0.2rem;
  box-shadow: 0px 0px 0.1rem rgba(0,0,0,0.1), 0px 0.2rem 0.2rem rgba(0,0,0,0.1);
  overflow : auto;
}


.procInfo img
{
    border-radius: 50%;
    width : 130px;  /* 140 */
    height : 130px;
    margin : auto;
    margin-bottom: 3px;
    border : 1px solid #888591;
}


.itemStructFR{
    width: 100%;
    /* height: 300px; */
    text-align : center;
}


.imgLogo
{
    border-radius: 50%;
    border:1px solid #555753;
    width : 160px;
    height : 160px;
    margin : auto;
}


#charger{
    /*
    border: 1px solid #385FCF;
    color:#385FCF;
    */
}

.charger:hover, #connexion:hover{
    /*background: #385FCF; */
    border: 1px solid #385FCF;
    /*color:white;*/
}



/* table */
.table{
    /*border:1px solid blue; */
    width: 100%;
}

.table th{
    text-align: center;

}


/**/



/* pagination */

.pagination{
      margin-left : 20px;
}

.pagination a{
  color:#5E5C64; 
  cursor:pointer;
  font-size:14px;
  text-align:center;
  padding:8px;
  text-decoration: none;
  border:1px solid #385FCF;
  border-radius: 5px;
  transition: background-color 0.3s
}

.pagination a:hover{
  text-decoration: underline;
  background-color :  #385FCF; /*#0A66C3;*/

  color:#FFF;
  border : none;
}

/* fin pagination */










/* form */

.formConnexion {
  /*background: #242526; */
  padding  :10px;
  width : 360px; /* 430 */
  margin : auto;
}


.formConnexion h1
{
    color : #242526;
    text-align: center;
    font-size: 2.0rem;
    font-weight: 600;    
    
}


input, select
{
    font-size : 1.1em;
     border:2px solid #385FCF; 
     width : 100%;
     height  : 48px;
     margin-top : 2px;
     margin-bottom : 28px;
     
}

 
 #verification
 {
     width: 92%;
     /*height : 33px;*/
 }
 
 #aideAjoutProcedure
 {
      width: 80%;
      margin : auto;
      display : block;
 }
 
 #tailleFile{
     color : black;
 }
/* form end */




/* Photo user */
.userInfo
{
    /*border : 1px solid blue;*/
    text-align : center;
}

.userInfo img
{
    border-radius: 50%;
    width : 120px;  /* 140 */
    height : 120px;
    margin : auto;
    border : 1px solid #888591;
}


.userInfo h2
{
    color : #E81313; 
}



.titreH1
{
    color : #847E96;
}


.notifGanttEcran{
    display: none;
}

/* end photo user */




/* fiche procédure 2*/

label{
    font-style: italic;
}

.procGeneralité div div input, .procGeneralité div div select{
    width:98%;
}


#tacheTable th, #tachePonderation th{
    font-size:14px;
    height: 40px;
    background:#385FCF; 
    color:white;
}

#tachePonderation tbody tr td, #tableInfoProc th{
    width:50%;
}

table input, table select{
    margin-bottom: 8px;
}


#divSaveProc2{
    margin: auto;
    text-align: center;
}

#divSaveProc2 button{
    margin: auto;
    width: 300px;
    height: 50px;

}


aside{
    /*border-bottom: 2px solid blue;*/
}








/* popup */
.popup-container{
    height: 100vh;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: rgb(96 95 127 / 70%);
    position: absolute;
    top: 0;
    left: 0;
    
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; /* z-index: 1050; */
   
}

.popup-class{
    background-color: #ffffff;
    opacity : 0.9;      /* ajout 0.8 */
    padding: 20px 30px;
    width: 30%;
    min-width : 300px;
    border-radius: 5px; /*15*/
    /*border : 2px solid blue;*/
}


.close-popup{
    display: flex;
    justify-content: flex-end;
}


.close-popup{
    display: flex;
    justify-content: flex-end;
}
.close-popup a{
    font-size: 1.2rem;
    background-color: #E31A29; /*rebeccapurple;*/
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
    display: inline-block;
}



.popup-btn{
    display: inline-block;
    text-decoration: none;
    border: 2px solid rebeccapurple;
    padding: 5px 15px;
    border-radius: 20px;
    margin: 10px 0px;
    transition: .2s all ease-in;
    color : blue;
}
.popup-btn:hover{
    background-color: rebeccapurple;
    color: #fff;
}     


#popup form
{
    /*border : 2px solid blue;*/
    text-align : center;
}

#popup input, #popup select
{
    width: 98%;
    height : 44px;
    border:2px solid #aaa;
    border-radius:4px;
    margin:8px 0;
    outline:none;
    padding:8px; 
    box-sizing:border-box;
    transition:.3s;
    background:white;
    font-size : 1em;
    
}

#popup  h4
{
    width: 98%;
    text-align : left;
    font-weight : none; 
}


.inputLienURL
{
    width : 300px;
}    

/* btn envoyer */
#popup .popup-btn{
    display: inline-block;
    text-decoration: none;
    border: 2px solid #3498db; /*rebeccapurple;*/
    padding: 5px 15px;
    border-radius: 20px;
    margin: 10px 0px;
    transition: .2s all ease-in;
    color: #0A66C3; /*rebeccapurple;*/
}

#popup .popup-btn:hover{
    background-color: #0A66C3;  /*rebeccapurple;*/
    color: #fff;
}

.popupForm
{
    /* border : 1px solid red; */
    width : 80%;    
}

.popupForm h3
{
    color : #0A66C3; /*#3498db; /*rebeccapurple;*/
    text-decoration : underline;
}


/* Fin popup */







/* Loader */

.loader{
top:0;
margin:0;
padding:0;
width:100%;
height:100%;
position:fixed;
overflow:hidden;
text-align:center;
background-color: white; /* #333333; */
}

.loader-icon{
	position: absolute; top:calc(50% - 100px); left:calc(50% - 100px);
}
/* Fin loader */



    







/*Progress bar d'importation de fichier */
/*
.progress_Status 
{
    width: 225px; 
	height : 22px;
	border : 1px solid #D0CFCC; 
}



.progressionLabel
{
    font-style : italic;
    color : #5E5C64; 
    font-weight : bold;
}
*/

#progress
{
	color : white;   
}


.noterSur{
    font-style: italic;
}

/* Fin progress bar */	









/* bnt stat */

.classBtnStat
{
    width : 99%;
}


.classBtnStat 
{
    width : 99%;
    text-align : center;
    /*border: 1px solid blue;*/
}


.classBtnStat a{
    color : #555753;
    font-size : 22px;
    text-decoration : none;
    width : 90%;
    padding : 25px;
    margin: auto;

    display : block;
    border-radius : 5px;
    box-shadow: 0px 0px 0.1rem rgba(0,0,0,0.1), 0px 0.2rem 0.2rem rgba(0,0,0,0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
  
}

.classBtnStat a:hover
{
    font-weight: bold;
}

.grapheImg{
    /*border:1px solid blue;*/
    text-align: center;
}


.grapheImg img{
    width : 80%;
    margin : auto;
}


/* fin btn stats */


/*
.card-header
{
    background: white; 
}
*/



footer{
    width:98%;
    margin : auto;
}










@media all and (max-width : 767px){

    .header .logo {

      font-size: 1.4em;
      /*padding: 2px 4px; /* 10 20 */      
    }


    #textAcceuil{
        font-size: 17px;
    }


    .nav-item
    {
        border-bottom : 1px solid white;
    }
    
    li a:hover{
        text-decoration : none;
        font-weight : bold;    
    }
    


    .logoImg
    {
        width: 44px;
        height: 44px;
    }

    .titre1{
        font-size: 16px; /* 18 */
    }


    #formSearch
    {
        width:98%; /* 88% */
    }

    #formSearch select, #formSearch input{
        font-size: 16px;
    }

    #formSearch button{
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }


    p,li,dfn, label, a
    {
        font-size:0.90em; /* 0.96 */
    }
    
    
  .itemProc h3{
      font-size:0.90em;
  }
    
   
    .Progress_Status 
    {
    	height : 18px;    	
    }


    #progress
    {
        font-size : 13px;
    }
    
    
    h2
    {
        font-size : 1.4em;
    }
    
    
    #divGrapheImg{
        /*height: 200px;*/
        /*background: blue;*/
        padding-top: 100px;
        
    }

    .classBtnStat
    {
        grid-template-columns: repeat(auto-fill, minmax(98%, 1fr)); /*200*/
        grid-gap: 30px;
    }

    .classBtnStat a
    {
        width: 85%;
    }

    .grapheImg img{
        width : 99%;
    }


    .grid
    {

        grid-template-columns: repeat(auto-fill, minmax(98%, 1fr));

    }


    .notifGanttEcran{
        display: block;
        font-size: 11px;
        font-style: italic;
    }



    td, th{
        font-size: 15px;
    }

}


