:root 
{ 
  --font-family: "MS Reference Sans Serif",Verdana ; 
  --font-tynimce: "MS Reference Sans Serif" ;
  --html-font-size: 62.5% ; 
  --body-font-size: 1.6rem ;
  --body-bg-color: transparent;
  --body-line-heigt: normal ;
  --header-bg-color: #d9ead3;
  --btn-bg-color: #38761d;
  --btn-border-color: #274e13;
   --btn-border-sz: 3px;
  --thead-bg-color: #d9ead3;
  --form-border-color: #000000;
  --input-border-color: #dddddd;
  
  --filler-in: 2px;
  --filler-thin: 6px;
  --filler-normal: 16px;
  --filler-extra: 48px;
  --border-radius: 4px;
  --trait-thin: 1px;
  --trait-normal: 2px;
  --trait-extra: 3px;
  --line-thin: 1.2rem;
  --line-normal: 1.6rem;
  --line-extra: 2.0rem;
  --btn-border: var(--btn-border-sz) solid var(--btn-border-color);
  --form-border: var(--trait-normal) solid var(--form-border-color);
  --input-border: var(--trait-thin) solid var(--input-border-color);
}

.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 !important;}
.or
{color: #FFD700 !important;}
.argent
{color: #C0C0C0 !important;}
.for
{background-color: #FFD700 !important;}
.fargent
{background-color: #C0C0C0 !important;}
.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 !important;}
.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;
}


.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: 5rem; 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;
}
.filler-thin
{ 
   margin-left: var(--filler-thin);
}
.filler-normal
{ 
   margin-left: var(--filler-normal);
}
.filler-large
{ 
   margin-left: var(--filler-large);
}
.fa-desc
{ 
   transform: scaleX(-1);
}
.plan-btn-c
{ 
    /* font-size: 56px; */
    /* font-weight: 900; */
    /* color: #000 !important;                 remplissage noir */
    -webkit-text-stroke: 1px #fff; /* contour blanc */
     /*text-stroke: 3px #fff;       tentative standard */
  /* pour renforcer les coins arrondis si besoin */
  -webkit-font-smoothing: antialiased;
}
.plan-btn-cs
{ 
    text-shadow:
    1px 1px #fff,
    -1px -1px #fff,
    1px -1px #fff,
    -1px 1px #fff;
}
.plan-btn-cs2
{ 
    text-shadow:
    2px 2px #fff,
    -2px -2px #fff,
    2px -2px #fff,
    -2px 2px #fff;
}
/* ************************************* ligne de boutons  */
.btn-row-div
{
  display:flex;
  align-items: center;
  justify-content: center;
  margin: 0px var(--filler-thin)
}
.bottom-margin-thin
{
  margin-bottom: var(--filler-thin);
}
.btn-between
{
  justify-content: space-between !important;
}
.btn-bloc
{
  display:flex;
  flex-wrap: wrap;
}
.btn-trait-sep
{
  border-top: 0px solid !btn_bloc_border_clr!!;
}

/* *************************************************** liste bloc vertical */
.list-blocs
{
    display: flex;
    flex-direction: column; 
    width:100%; 
    margin-top:var(--filler-thin); 
    align-items: center;
    /* justify-content: center; */
    overflow-x: hidden;
    overflow-y:auto;
}
.list-blocs>div:last-child
{
    margin-bottom: var(--filler-thin);
}
.list-bloc
{
    color: black ;
    border: var(--form-border);
    border-radius:var(--border-radius)  ; 
    margin:  var(--filler-thin) 0px;
    padding: var(--filler-thin);  
}

.list-blocs-ex-sponsor
{
    display: flex;
    flex-wrap:wrap; 
    /* align-items: center; */
    justify-content: center;
    flex: 1; 
    margin-top:var(--filler-normal); 
    overflow-x: hidden;
    overflow-y:auto;
}
.list-blocs-ex-sponsor>div:last-child
{
    margin-bottom: var(--filler-normal);
}
.list-bloc-ex-sponsor
{
    color: black ;
    border: 2px solid #38761d ;
    border-radius:var(--border-radius)  ; 
    display: flex;
    flex-direction: column; 
    margin: var(--filler-normal); ;
    padding-bottom: var(--filler-thin);
    align-items: center;
    justify-content: space-between;
    width: 35rem;
    max-width:35rem;
}

.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-   commun portrait  paysage */
.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%;    
  }

  .wg-10,
  .wgf-10
  {
    width:10%;  
    /* max-width:10%; */
    /* min-width:10%;     */
  }
  .wg-20,
  .wgf-20
  {
    width:20%;  
    /* max-width:20%; */
    /* min-width:20%;     */
  }
  .wg-35,
  .wgf-35
  {
    width:35%;  
    /* max-width:35%; */
    /* min-width:35%;     */
  }
  .wg-30,
  .wgf-30
  {
    width:30%;  
    /* max-width:30%; */
    /* min-width:30%;     */
  }
  .wg-25,
  .wgf-25
  {
    width:25%;  
    /* max-width:25%; */
    /* min-width:25%;     */
  }
  .wg-40,
  .wgf-40
  {
    width:40%;
    /* max-width:40%; */
    /* min-width:40%; */
  }
  .wg-50,
  .wgf-50
  {
    width:50%;
    /* max-width:50%; */
    /* min-width:50%; */
  }
  .wg-60,
  .wgf-60
  {
    width:60%;
    /* max-width:60%; */
    /* min-width:60%; */
  }
  .wg-70,
  .wgf-70
  {
    width:70%;
    /* max-width:70%; */
    /* min-width:70%; */
  }
  .wg-80,
  .wgf-80
  {
    width:80%;
    /* max-width:80%; */
    /* min-width:80%; */
  }
  .wg-90,
  .wgf-90
  {
    width:90%;
    /* max-width:90%; */
    /* min-width:90%; */
  }
.wg-100,
.wg-100f,
.wgf-100
{
   width:100%;
   /* max-width:100%; */
   /* min-width:100%; */
}
.wg-15
{
  width:15%;   
}
.wg-25
{
  width:25%;    
}
.wg-90
{
  width:90%; 
}
/*   smartphone  portrait */
@media screen and (max-width: 480px)
{
  .wg-30,
  .wgf-30,
  .wg-35,
  .wgf-35,
  .wg-40,
  .wgf-40,
  .wg-50,
  .wgf-50,
  .wg-60,
  .wgf-60,
  .wg-70,
  .wgf-70,
  .wg-80,
  .wgf-80,
  .wg-90,
  .wgf-90
    {
      width:98%;
      /* max-width:98%; */
      /* min-width:98%; */
    }
}
/*   tablette  portrait */
@media screen and (min-width: 768px) and (max-width: 1023px) 
{
  .wg-70,
  .wgf-70,
  .wg-80,
  .wgf-80,
  .wg-90,
  .wgf-90
    {
      width:98%;
      max-width:98%;
      min-width:98%;
    }
}

/*   desktop  portrait */
@media screen and (min-width: 1024px) 
{

}
