
.btn-gm
{
  background-image: url("image-c2g/google-map11.jpg");
  width: 30px;
  height: 30px;
}

.hidden
{ 
    visibility:hidden ;
    display:none ;
}
.ht0
{
   height: 0rem;
}

.bh-flex
{
  display: flex;
  align-items: center;
}

.ascv-fin
{
  scrollbar-width: thin;
  scrollbar-color: #333333;
}
.ascv-none
{
  scrollbar-width: none;
}

.margin-auto
{
  margin: auto;
}

.a-droite
{  
  text-align: right;
}
.req-sz,
.oblig-sz     
{
  font-size: 0.8rem ;
}

.pointer
{
  cursor:pointer;
}
.centre,
.center
{
  text-align:center ;
}
.rouge,
.red
{color: red ;}
.jaune
{color: yellow;}
.jaune-f
{color: #f1c232;}

.vert,
.green
{color: green !important;}
.blanc
{color: #ffffff;}
.noir,
.black
{color: #000000 !important;}
.gris,
.ardoise
{color: slategray}
.bleu,
.navy
{color: #0000cd;}
.orange
{color: #FF6A00;}
.fgris,
.fardoise
{background-color: gainsboro}   /*  gris etain  */
.frouge,
.fred
{background-color: red;}
.fjaune
{background-color: #FFD800;}
.fvert,
.green
{background-color: #008000;}
.fbleu,
.fnavy
{background-color: navy;}
.fblanc
{background-color: #ffffff;}
.brouge
{border: 2px solid #ff0000;}
.bjaune
{border: 2px solid  #FFD800;}
.bvert
{border: 2px solid  #1AB417;}
.bbleu,
.bnavy
{border: 1px solid  navy;}
.borange
{border: 2px solid  #FF6A00;}
.bblanc
{border: 1px solid  #ffffff;}
.bgris
{border: 2px solid  #ccc;}

.pdf-clr
{
  color: #cc0000 !important;
}
.xls-clr
{
  color: #38761d !important;
}
.word-clr
{
  color:navy !important;
}
.info-clr
{
  color: #236fa1 !important;
}
.file-clr
{
  color: #666666 !important;
}
.news-clr
{
  color: #073763;
}
.folder-clr
{
  color: #f1c232;
}
.table {
  display: flex;
  flex-flow: column nowrap;
  border: 1px solid black;
}

.row {
  display: flex;
  border-bottom: 1px solid black;
}

.heading {
  font-weight: bold;
}

.cell {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}
.flex1
{
  flex:1 ;
}
.premium-bloc
{   
    width:300px;
    margin: 2rem 1.5rem 0 1.5rem;
}
.flex-s1
{
 flex: 1;
}

.hg-100
{
  height:98%; 
}
.wr-10
{
  width: 10rem;
  max-width:10rem; 
  max-width:10rem;  
}.wr-5
{
  width: 5rem; 
  max-width:5rem; 
  max-width:5rem; 
}
.wr-15
{
  width: 15rem; 
  max-width:15rem; 
  max-width:15rem;   
}
.wgp-10
{
  width:10%;  
  max-width:10%;
  min-width:10%;    
}

.wgp-15
{
  width:15%;  
  max-width:15%;
  min-width:15%;    
}

.wgp-20
{
  width:20%;  
  max-width:20%;
  min-width:20%;    
}

.wgp-30
{
  width:30%;  
  max-width:30%;
  min-width:30%;    
}
.wgp-35
{
  width:35%;  
  max-width:35%;
  min-width:35%;    
}
.wgp-40
{
  width:40%;  
  max-width:40%;
  min-width:40%;    
}

.wgp-50
{
  width:50%;  
  max-width:50%;
  min-width:50%;    
}

.wgp-60
{
  width:60%;  
  max-width:60%;
  min-width:60%;    
}

.wgp-70
{
  width:70%;  
  max-width:70%;
  min-width:70%;    
}
.div-flex
{
 display: flex;
 align-items: center;
}
.flex-wrap
{
 display: flex;
 flex-wrap: wrap;
}
.modal1 
{
  display: none ; /* Hidden by default */
  visibility: hidden ; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  /* padding-top: 7rem; Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; /*  auto Enable scroll if needed */
  background-color: rgba(255,252,255,0.6); /* Black w/ opacity */
}
.gras,
.bold
{
  font-weight:bold;
}

.autocomplete {
  position: absolute;
  display: visible;
  visibility: hidden;
  border:1px solid black;
  height: 100px;
  width: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}

