html, body
{ 
  margin:0;
  padding:0;
  height:100%;
  font-size:12px;
  color:black;
  background-color:black;
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
  width: 100%;
  position: fixed;

} 

.params
{
  border-radius:5px;
  border-width:1px;
  border-style:solid;
  border-color:#555;
}

div {
 -webkit-user-select: none; /* Safari 3.1+ */
 -moz-user-select: none; /* Firefox 2+ */
 -ms-user-select: none; /* IE 10+ */
 user-select: none; /* Standard syntax */
 }
 
select
{
  border-radius:5px;
  font-size: 14px;
  background-color:#fff;
  box-shadow: 5px 5px 5px 2px #ff6;
  cursor: pointer;
  margin:8px;
  width:110px;
  padding:0px;
}

input[type=text]
{
  border-radius:5px;
  background-color:#ff9;
  margin:10px;
  width:100px;
  padding:2px;
  font-size: 14px;
}

input[type=password]
{
  border-radius:5px;
  background-color:#ff9;
  margin:10px;
  width:100px;
  padding:2px;
  font-size: 14px;
}

input[type=button]
{
  background-color:#f90;
  margin:10px;
  padding:2px;
  font-size: 16px;
  width:150px;
  height:30px;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 5px 5px 5px 2px #ff6;
}

input[type=checkbox]
{
  background-color:#fff;
  border-radius: 5px;
  cursor: pointer;
  margin:10px;
  box-shadow: 5px 5px 5px 2px #ff6;
}

input[type=file]
{
  background-color:#fff;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
  margin:10px;
  box-shadow: 5px 5px 5px 2px #ff6;
}

input[type=radio]
{
  background-color:#fff;
  border-radius: 5px;
  cursor: pointer;
  margin:10px;
  box-shadow: 5px 5px 5px 2px #ff6;
}

textarea
{
  background-color:#ff9;
  border-radius:10px;
  margin:10px;
  cursor: pointer;
  width:200px;
  height:100px;
}

.table5
{
  background-color:#999;
  border-radius:20px;
  margin:5px;
  padding:5px;
}


#logo
{
  position:absolute;
  width:100%;
  text-align:center;
}

#logo1
{
  position:absolute;
  width:100%;
  text-align:center;
  z-index: 30;
}



#bt_aide
{                                                                
  position:fixed;
  margin:2px;
  top:2px;
  left:8px;
  width:32px;
  height:32px;
  background-color:yellow;
  border:3px solid blue;
  color:blue;
  text-align:center;
  z-index: 2003;
  font-size:28px;
  font-Weight:bold;
  border-radius:20px;
  visibility:hidden;
  transition:all ease-in 0.5s;
}

.bt_p
{
  width:20px;
  height:20px;
  background-color:yellow;
  border:2px solid blue;
  color:black;text-align:center;  
  font-size:18px;
  font-Weight:bold;
  border-radius:15px;
}

.bt_pp
{
  width:20px;
  height:20px;
  background-color:#0a0;
  border:2px solid blue;
  color:white;
  text-align:center;  
  font-size:18px;
  font-Weight:bold;
  border-radius:10px;
  box-shadow: 5px 5px 5px 2px #ff6;
}

.af
{
  width:200px;
  height:200px;
}

#bt_aide.cInvisible{
  top:-50px;
  opacity:0;
  transition:all ease-in 0.5s;
}

#bt_aide.cVisible{
  top:2px;
  left:8px;
  opacity:1;
  box-shadow: 5px 5px 5px 2px #ff6;
}

#report1
{                                                                
  position:fixed;
  margin:2px;
  top:20px;
  
  
  color:blue;
  text-align:center;
  z-index: 1000;
  font-size:14px;
  font-Weight:bold;
  border-radius:20px;
}

.btme
{
  margin:2px;
  padding:2px;
  background-color:#fff;
  color:brown;
  text-align:center;
  border-radius:5px;
  //opacity:0.6;
}

.chap
{
  margin:2px;
  padding:2px;
  
  width:100%;
  border-radius:5px;
  
}

#bt_inf
{                                                                
  width:32px;
  height:32px;
  background-color:black;
  border:3px solid blue;
  color:Black;
  text-align:center;
  border-radius: 26px;
  cursor: pointer;
  z-index: 20000;
  font-size:28px;
  font-Weight:bold;
}

#apercu
{
  text-align:center;
  right:0;
  left:0;
  margin : 0 auto;
}

#global
{
  position:absolute;
  width:100%;
  text-align:center;
  right:0;
  left:0;
  margin : 0 auto;
  top:40px;
  z-index: 1000;
}

.v_com
{
  width:95%;
  background-color:#600;
  color:white;
  border-radius: 30px;
  padding:10px;
  text-align:left;
  border:3px solid #888;
  
}

#table1
{
  visibility:hidden;
  z-index: 100000;
  width:100%;
  
}

.aide
{
  width:16px;
  height:16px;
  background-color:yellow;
  border:1px solid blue;
  font-size: 14px;
  font-Weight:bold;
  margin:0 auto;
  padding:2px;
  
  text-align:center;
  border-radius: 16px;
  cursor: pointer;

}

#info_plus
{
  right:0;
  left:0;  
  position:relative;
  margin : 0 auto;

  padding:0px;
  background-color:#fff;
  border-radius:30px;
  border:5px solid white;
  text-align:center;
  overflow:scroll; 
  z-index: 61;
  opacity:0;
  -webkit-overflow-scrolling: touch; 
}

#info_moin
{
  right:0;
  left:0;  
  position:absolute;
  margin : 0 auto;
  padding:0px;
  background-color:#aaa;
  border-radius:30px;
  border:5px solid #666;
  text-align:center;
  overflow:scroll; 
  z-index: 60;
  opacity:0;
  -webkit-overflow-scrolling: touch; 
}

#film_t
{
  background-color:#000;
  color:#eee;
}

#paide
{
  position:absolute;
  color:yellow;
  
  top:200px;
  background-color:blue;
  border-radius:50px;
  border:2px solid #fff;
  text-align:center;
  width:300px;
  height:300px;
  z-index: 100000;
  overflow:scroll;
  visibility:hidden;
  ;overflow-X:hidden;
  font-size:22px; 

}

#noti
{
  position:fixed;
  padding:30px;
  margin : 0 auto;
  color:yellow;
  left:0px;
  right:0px;
  padding:0px;
  background-color:red;
  border-radius:200px;
  border:2px solid #fff;
  text-align:center;
  width:300px;
  //height:300px;
  top:150px;
  z-index: 100000;
  visibility:hidden; 
  opacity:0;
  -webkit-overflow-scrolling: touch;
}

#retret1
{
  position:absolute;
  color:#222;
  margin : 0 auto;
  left:0px;
  right:0px;
  padding:8px;
  cursor: pointer;
  font-size:20px;
  background-color:#eee;
  border:2px solid #000;
  text-align:center;
  border-radius:30px;
  width:50px;
  height:20px;
  //top:-5px;
  z-index:2002;
  visibility:hidden;
}

.acor
{
  border-radius:20px;
  background-color:#fff;
  border:1px solid #000;
  opacity:1;
  width:40px;
  height:40px;
}

.b_r1a
{
  border-radius:20px;
  background-color:#fff;
  opacity:1;
  width:70px;
  height:70px;
}
.b_r1
{
  border-radius:40px;
  background-color:#fff;
  border:3px solid #000;
  //cursor: pointer;
  opacity:1;
  width:40px;
  height:40px;
  //margin:3px;
}

.b_r3
{
  border-radius:40px;
  border:3px solid #000;
  background-color:#fff;
  width:40px;
  height:40px;
}

.b_r2
{
  border-radius:40px;
  background-color:#fff;
  border:3px solid #000;
  opacity:0.5;
  width:50px;
  height:50px;
}


.b_r
{
 border-radius:20px;
 border:3px solid #00F;
 cursor: pointer;
 width:32px;
 height:32px;
 
}

.b_ra
{
 border-radius:25px;
 border:1px solid #444;
 width:50px;
 height:50px;
}

#texte
{
  position:fixed;
  margin : 0 auto 0 auto;
  padding:0px;
  background:url(../img/terre.jpg) center top;
  width:100%;
  height:100%;
  visibility:visible;
  text-shadow:none; 
  z-index: 52;
  overflow:auto;
  -webkit-overflow-scrolling: touch;  
  
}

#decalage
{
  height:30px;
}

#t_cache
{
  position:fixed;
  margin : 0 auto 0 auto;
  padding:0px;
  width:100%;
  height:100%;
  visibility:hidden;
  z-index: 53;
  opacity:0.5;
  background-color:#000;
}

#tete
{
  position:relative;
  margin : 0 auto;
  padding: 0px;
  width:90%;
  height:0px;
  z-index: 0;
}

#v_cach
{
  color:#ff0;
  margin : 0 auto 0 auto;
  //margin :15px;
  
  width:40%;
  font-style: italic;
  border-radius: 10px;
  z-index: 1000;
  width:250px;
  background-color:#222;
  border:2px solid #fff;
}

#menu
{
  position:relative;
  margin : 0 auto;
  padding: 0px;
  width:100%;
  z-index: 1000;
  visibility:hidden;
}

#ico_pub
{
  position:relative;
  margin : 0 auto;
  padding: 10px;
  width:95%;
  z-index: 10000;
  color:yellow;
  top:45px;  
  
}

#text_1
{
  position:relative;
  width:100%;
  vertical-align: top;
  z-index: 100;
  text-align:left;
  top:-20px
}

#text_2
{
  position:relative;
  width:100%;
  top:50px;
  vertical-align: top;
  z-index: 100;
  text-align:left;
}

#text_3
{
  position:relative;
  width:100%;
  top:50px;
  vertical-align: top;
  z-index: 100;
  text-align:left;
}

#text_4
{
  position:relative;
  width:100%;
  top:50px;
  vertical-align: top;
  z-index: 100;
  text-align:left;
}

#s_suite
{
  position: absolute;
  margin : 0 auto;
  padding: 0px;
  z-index: 10000;
  width:99%;
  text-align:center;  
}

#comm
{
  position: relative;
  margin : 0 auto 0 auto;
  background-color:#333;
  opacity:1; 
  width:300px;
  border-radius: 20px;
  border:2px solid grey;
}

#iframe_a
{
  border-radius: 20px;
  border:2px solid grey;
}

.centre
{
  width:100%;
  text-align:center;
}

.b_lieu
{
  font-size:16px; 
  font-weight : bolder; 
  text-align:center;
  border:6px solid brown;
  border-radius: 10px;
  
} 

.bouton
{
  background-color:#aaa;
  padding:0px;
  margin :0px;
  font-size:18px; 
  font-weight : bolder; 
  text-align:center;
  //-webkit-box-shadow: 2px 2px 5px 3px #9b9b9b;
  box-shadow: 5px 5px 5px 2px #ff6;
  border:1px solid black;
  
  
  -webkit-border-radius: 5px;
  border-radius: 20px;
  cursor: pointer;
}

.bouton_i
{
  background-color:#f90;
  margin:10px;
  padding:8px;
  font-size: 16px;
  //width:200px;
  height:30px;
  border-radius: 10px;
  cursor: pointer;
  color:#333;
  //font-weight:bold;
} 


.bt_orange
{
  width:220px;
  height:30px;
  background-color:#f90;
  font-size:14px;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 5px 5px 5px 2px #ff6;
}

.bt_yellow
{
  background-color:#f90;
  font-size:14px;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 5px 5px 5px 2px #ff6;
}

.bouton5
{
  display: inline-block;
  font-size:16px;
  Font-Weight: Normal;
  background-color:#060;
  color:white;
  width:40px;
  height:20px;
  margin: 5px;
  
  //-webkit-box-shadow: 2px 2px 5px 3px #9b9b9b;
  //-o-box-shadow: 2px 2px 5px 3px #9b9b9b;
  box-shadow: 2px 2px 5px 3px #9b9b9b;
  
  
  -webkit-border-radius: 5px;
  text-align:center;
  border-radius: 10px;
  cursor: pointer;
}

.bouton0
{
  margin :5px;
  padding :5px;
  border-radius: 10px;
  cursor: pointer;
  border:1px solid #000;
}

.bouton10
{
  margin :5px;
  background-color:#ddd;
  padding :5px;
  border-radius: 10px;
  border:1px solid #000;
  color:black;
}

.bouton1
{
  //width:230px;
  background-color:#fff;
  padding:10px;
  margin :15px;
  text-align:center;
  border-radius: 15px;
  border:6px solid brown;
  cursor: pointer;
  font-weight:bold;
}

.bt_m
{
  background-color:#ddd;
  border-radius:15px;
  width:40px;
  height:30px;
  border:2px solid red;
  cursor:pointer;
  text-align:center;
}

.bouton11
{
  width:120px;
  background-color:#fff;
  padding:5px;
  margin :5px;
  text-align:center;
  border-radius: 50px;
  border:3px solid brown;
  cursor: pointer;
}

.quiqui
{
  width:180px;
  background-color:#ffe;
  padding:10px;
  margin :10px;
  text-align:center;
  border-radius: 10px;
  border:1px solid red;
  cursor: pointer;
}

.bt_1
{
  border:1px solid #999;
  background-color:#555;
  border-radius: 10px;
  cursor: pointer;
}

.bouton2
{
  
  background-color:#bb9;
  padding:5px;
  margin :5px;
  text-align:center;
  
  -webkit-box-shadow: 2px 2px 5px 3px #9b9b9b;
  //-o-box-shadow: 2px 2px 5px 3px #9b9b9b;
  
  
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}

#map_canvas {
  
  position:relative;
  width:80%;
  height:250px;
  z-index:15;
  border:5px solid #aaa;
  border-radius: 20px;
  
}

#map_loca{
  
  position:relative;
  width:80%;
  height:200px;
  border:5px solid #aaa;
  border-radius: 20px;
}

#map_t{
  
  position:relative;
  width:100%;
  height:100%;
  z-index:15;  
}

.shadow
{
  
  
  //-webkit-box-shadow: 2px 2px 5px 3px #777;
  //-o-box-shadow: 2px 2px 5px 3px #777;
  //box-shadow: 3px 3px 3px 2px #ff6;
  box-shadow: 5px 5px 5px 2px #ff6;
  
  //margin:0px;
  cursor: pointer;
}

.shadow_1
{
  
  
  //-webkit-box-shadow: 2px 2px 5px 3px #f00;
  //-o-box-shadow: 2px 2px 5px 3px #f00;
  //box-shadow: 3px 3px 3px 2px #ff6;
  box-shadow: 5px 5px 5px 2px #ff6;
  
  margin:0px;
  
}

.shadow_3
{
  
  
  //-webkit-box-shadow: 2px 2px 5px 3px #777;
  //-o-box-shadow: 2px 2px 5px 3px #777;
  //box-shadow: 3px 3px 3px 2px #ff6;
  box-shadow: 5px 5px 5px 2px #ff6;
  
  margin:0px;
  
}

.shadow_0
{
  
  //-webkit-box-shadow: 2px 2px 5px 3px #9b9b9b;
  //box-shadow: 5px 5px 5px 2px #ff6;
  
  //-webkit-box-shadow: 2px 2px 5px 3px #090;
  //-o-box-shadow: 2px 2px 5px 3px #090;
  box-shadow: 5px 5px 5px 2px #ff6;
  
  margin:0px;
  
}

#club
{
    opacity: 0;
}

.modalDialog {
    font-family: Arial, Helvetica, sans-serif;
    width:80%;
    height:80%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 70;
    opacity:0;
    -webkit-transition: opacity 1000ms ease-in;
    -moz-transition: opacity 1000ms ease-in;
    transition: opacity 1000ms ease-in;
} 
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
    position: relative;
}

.shad
{
 text-shadow: black 0.1em 0.1em 0.2em
}

.im_p
{
 height:40px;
 border:1px solid #aaa;
 cursor:pointer;
 box-shadow: 5px 5px 5px 2px #ff6;
}

.img_1
{
  border-radius:20px;
  border:1px solid #aaa;
}

.quoi_n
{
  background-color:black;
  border-width:1px;
  border-style:solid;
  border-color:white;
  padding:5px;
  margin:5px;
  border-radius:10px;
  color:white
}

div.accordion{
	width: 90%;
  left:0px;
	text-align: justify;
  padding:1px;
  margin-top:7px;
}
div.accordion h2{
	

	padding: 3px 10px 3px 10px;
	font-size: 16px;
  color:#fff;
  width:100%;
  text-align:right;
  border:2px solid #ccc;
  border-radius:10px;
	background-color: #740;
	cursor: pointer; /*Il est conseillé de laisser cette propriété, qui indique au visiteur qu'il peut cliquer sur l'élément en remplaçant son curseur*/
}

div.accordion h22
{
	
	padding: 10px 10px 10px 10px;
	font-size: 14px;
	cursor: pointer; /*Il est conseillé de laisser cette propriété, qui indique au visiteur qu'il peut cliquer sur l'élément en remplaçant son curseur*/
}

div.accordion dd
{
	overflow: hidden; /*Propriété indispensable pour le script*/
  width:105%;
  margin:0 0 0 8px;
  //background-color: #fe8;
	display: none;

}

.plus
{
  border-radius:15px;
  width:30px;
  height:30px;
  color:#fff;
  background-color:brown;
  text-align:center;
  cursor:pointer;
  font-Weight:bold;
  font-size:20px;
}

.lien
{
  text-decoration: underline;
  color:blue;
}

.promo
{
  text-align:center;
  background-color:yellow;
  border:3px solid blue;
  border-radius:20px;
}

.boutique
{
  text-align:center;
  background-color:#ff6;
  border:3px solid #333;
  border-radius:20px;
}

.centrer
{
  margin : 0 auto;
  left:0px;
  right:0px;
  text-align:center;
  width:100%;
}

#f_haut
{
  position:fixed;
  bottom:0px;
  margin : 0 auto;
  left:0px;
  right:0px;
  text-align:center;
  opacity:1;
  z-index:100;
  visibility:hidden;
}

#haut
{
  position:fixed;

  width:100%;
  height:0px;  
  text-align:center;
  z-index: 55;
  top:0;
  bottom:0;
  right:0;
  left:0;
  background-color:#000;
  transition:all ease-in 0.5s;
  -webkit-backface-visibility: hidden;
}

#haut.cInvisible{
  top:-50px;
  opacity:0;
  transition:all ease-in 0.5s;
}

#haut.cVisible{
  top:0px;
  opacity:1;
}

#film
{
  max-width:500px;
  margin : 0 auto;
  color:#fff;
}

.c_1{
  height:30px;
  width:220px;
  cursor: pointer;
  font-size:16px;
  border-radius:10px;
  border:1px solid black;
  font-weight:bold;
}
.cont1 { position: relative; }
.cont1 .overlay1 { position: absolute; top : 5px; left: 5px;}


#marquee
{
  color:#ff0;
  width:100%;
  font-size: 14px;
}

#flash
{
  border-radius: 30px;
}

.div_u_p
{
  display: inline-block;
  position : relative;
  overflow:hidden;
  margin:4px;
  color:yellow;
  background-color:#333; 
}

.div_upload_picture
{
  display: inline-block;
  position : relative;
  overflow:hidden;
  margin:4px;
  color:yellow;
  
  background-color:#333; 
}

.picture_upload
{
    margin:auto;
    top:-2000px;left:-2000px;right:-2000px;bottom:-2000px;
}
.picture_logo
{
  z-index: 2000;
   
}

#add-button
{
  box-shadow: 5px 5px 5px 2px #ff6;
  border-radius:20px;
  border:3px solid #00F;
  cursor: pointer;
  width:32px;
  height:32px;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
 
 
 //********* GRID ************************************
 .grid-1 {
  display: grid;
  //background: #222;
  background-color:transparent;
  width: 100%;
  height:auto;
  margin: 0 auto;
  
  //grid-template-columns: repeat(auto-fill, 200px);
  
  //grid-gap: 10px;

  grid-gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(250px,1fr));
  grid-auto-rows: auto;
  
}
