* {
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	margin: 0;
}

body{
	width: 100%;
  font-family: Arial, sans-serif; /* Choisir une police de base */
}


header{
  margin: auto;
  margin-top: 15px;
  width: 100%;
  
  background-color: #33323a;
  min-height: 100px;
}
header a img{float: left; width: 100px;margin: 10px}

header h1, header h2, header h3, header h4{color: white; padding: 10px;text-align: center;}


header h1{ font-size: 18px;}
header h2{ font-size: 16px;}

#titre{ width: 70%; margin: auto;}

#contenu{
	margin: auto;
  margin-top: 50px;
	padding: 10px;
	text-align: justify;
  width: 100%;
  
}

#gauche {
float:left;
width:25%;
}
 
#droite{
float:right;
width:10%;
}

/************************************** Menu *******************************************************/

nav{
	width: 100%;
	margin: 0 auto;
	position: sticky;
	top: 0;	
  z-index: 1000;
}

.conteneur-nav{
    position: absolute;
    width: 100%;
    z-index: 1000;
}

nav label{
    display: inline-block;
    width: 100%;
    padding: 10px 0px;
    text-align: left;
    background-color: #33323a;
}
nav label img{width: 25px;height: 25px;margin: 2px}

nav input{display: none;}

nav input[type=checkbox]:checked + ul{display: flex; flex-flow : column wrap;}

nav ul{display: none; list-style-type: none; background-color: #FFF;}

nav ul li{ flex: 1 1 auto; text-align: center;}

nav ul li a img{ width:15px; height:15px; vertical-align: middle;margin: 2px;}

nav ul li a{
  font-size: 20px;
  text-decoration: none; 
  text-transform: uppercase;
  displau:block;
  text-shadow: 1px 1px 2px lightpink; 
}



.rouge{color: #FF0000}
.vert{color: #9ACD32}
.rose{color: #FD6C9E}
.violet{color: #7F00FF}
.noir{color: #000000}
.bleu{color: #77B5FE}
.orange{color: #FF7F00}

.alerte{
  text-align: center;
  width: 100%;
  color: red;
}
.deconnexion img{ width:30px;float:right;margin:5px }

.classement{
   width: 100%;
    border-collapse: collapse;
  }
  .classement th, .classement td {
    border: 1px solid black;
    text-align: center;
    padding: 8px;
  }
  .classement th {
    background-color: #f2f2f2;
  }
/************************************** Information *******************************************************/
@media screen and (min-width: 768px) {
    aside {
        display: none;
    }
}

aside {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-left: 0.5rem;
  text-align: center;
  /*display: none;*/
}

aside > p {
  margin: 0.5rem;
}
aside ul{list-style-type:none;}

.fb-page, .fb-pageAdherent {
        width: 100%;
    }

#affiche{

  width: 50%;
  display: inline-block;
  float: left;
  margin-right: 5px;
}
/************************************** Vignettes *******************************************************/

.lstAdherents{
  width: 100%;
  /*margin: 5 px auto;
  padding: 5px;*/
  text-align: center;
}


.vignetteAdherents{
  width:45%; 
  height:125px;
  margin:5px auto; 
  
  padding:5px; 
  border:2px outset black;
  position: relative;
  z-index: 500;
  
  color: white;
  float: none;
  display: inline-block;
}


.vignetteAdherents p{
  text-align:center;
}

.photoVignette{
  position: absolute;
  top: 28px;
  left: 10px;
  width: 100px;
  height: 75px;
  
}
.qrCode{
  display: none;
  width: 50px;
  height: 50px;
}
.nomEntreprise{
  font-family: '28DaysLater';
  text-align:left; 
  color:black; 
  margin:5px;
  font-size: 0.9em;
  height: 50px;
}
/************************************** Fiche *******************************************************/
.adherent{
  width: 100%;
  background-image: url(/images/fondFiche.jpg);
  color: white;
  font-size: 15px;
  min-height: 350px;
  padding: 10px;
  position: relative;
}
.adherent img{margin: 5px; width: 25%;border: 2px solid white;float: left}

.adherent address{padding: 5px;text-align: center;display: inline;width: 65%;float: right;}
.contact{
  text-align: center;
}
.contact p a{color: white;}
.description{
  width: 80%;
  margin: auto;
  display: inline;
  text-align: center;
  
}

.tel{
  position: absolute;
  right: 5px;
  bottom: 2px;
  font-weight:bold;
  color: black;
  padding: 5px;
  height: 25px;
  text-align: right;
}

.icTel{width: 15px;height: 15px; vertical-align: middle;}

.reseauSociaux div{width: 100%; text-align: center;}

.rsFiche{ height:100px;width:250px; }
/********************************** Formulaire ************************************************************************/
#container { width: 100%; background-color: lightyellow;; position: relative;}
#container fieldset{border: none;}
#container h1{font-family: 'Shadows Into Light', cursive;}

input[type="text"]{ text-align:center }
input[type="radio"] {
  margin: 3px;
  
  font-family: 'Shadows Into Light', cursive;
  font-size: 24px; color: #18326d; letter-spacing: 3px;border: none;
}

textarea {
  width: 100%; height: 300px; display: inline-block;; margin: 10px;border: none;;
  background: url(/images/formulaire/dots.png); 
  font-family: 'Shadows Into Light', cursive;
  font-size: 24px; color: #18326d; letter-spacing: 3px;
}

input#send {
  width: 202px; height: 84px; 
  margin: 0 70px 36px 0; padding: 0 0 0 77px;
  background: url(/images/formulaire/post-mark.png);
  font: bold 30px  color: #525c73;
  font-family: '28DaysLater';
  cursor: pointer;
  border: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
 #affTel input:submit{
  
 }
 .submit-button,.inscription {
    
    color: white; /* Couleur du texte */
    
    font-size: 12px; /* Taille de la police */
    border: none; /* Suppression de la bordure */
    border-radius: 4px; /* Coins arrondis */
    cursor: pointer; /* Curseur pointeur */
    transition: background-color 0.3s; /* Animation de transition */
    
    text-align: center;
   
    
    background-size: cover; /* Ajustement de la taille de l'image */
    background-position: center; /* Position de l'image */
    
    margin: 5px;

}

.inscription{
   /* width: 75px; /* Largeur */ 
    height: 30px; 
    background-image: url('/images/fondFiche.jpg'); /* Image de fond */
}

.submit-button{
  width: 75px; /* Largeur */
    height: 75px; /* Hauteur */
    background-image: url('/images/btnMA.png'); /* Image de fond */
}

/* Effet de pression */
.submit-button:active {
    background-color: #3e8e41; /* Couleur de fond en appuyant */
}

.question{ margin:auto;}
/********************************************************************************************************************/
@media screen and (min-width: 768px){

  .conteneur-nav{position: static;}

	header h1{ font-size: 25px;}
	header h2{ font-size: 20px;}

	nav ul li a img{ width:25px; height:25px; vertical-align: middle;margin: 5px;}
	nav ul li a{font-size: 25px}

  nav label, nav input{display: none;}
  nav input[type=checkbox]:checked + ul, nav ul{
      display: flex;
      flex-flow: row wrap;
      background-color: white;
      z-index: 1000;
  }
  
  nav ul li{position: relative;}
    
  nav a:hover{
      color: orange;
      border-bottom: 2px solid gold;
  }

  aside {
	  float: right;
	  width: 25%;
    display: flow;
	}

#affiche{width: 150px}

.lstAdherents{
  min-height: 1000px;
  
  width: 70%;
  padding: 5px;
  float: left;
  
}
  .vignetteAdherents{
  width:200px;
  float: left;
  margin: 5px; 
  }


  .qrCode{
    position: absolute;
    display: flow;
    top: 28px;
    right: 10px;
    width: 75px;
    height: 75px;
  }

  .adherent, #container{
    width: 70%;
    margin: auto;
  }
  .adherent{font-size: 20px;}
  .adherent img{width: 25%;}
  .adherent address{padding: 5px;width: 30%;text-align: center;}

  .description{
    width: 80%;
    margin: auto;
    display: inline;
    text-align: center;
    
  }

  #affTel{
  display: none;
 }
 .question{text-align: center; width: 70%; margin:auto;}
      
}

@media screen and (max-width: 768px) {
    
}