body {
  background-color: #b9ffc1;
 /* background-image:  url("images/fond.png");*/
  font-family: verdana, Arial, Helvetica, sans-serif;
  color: #000;
  }
/*______bandeau______________________________________________________________________________________*/

#bandeau {
	margin:auto;
	text-align: center;
    text-transform: uppercase;
    font-size: 0.9em;
    padding-bottom: 1px;
    background-color: #fff;
}
.bandeau{
margin-top: 10px;;
  }
#bandeau img {
	box-shadow : none;
}
p { 
	text-align: justify;
	font-size: 0.9em;
    /*text-indent: 20px;*/
 }
h1 { 
	letter-spacing: 2px;
	/*font-family: 'Kaushan Script';*/
	font-family: 'delius';
	letter-spacing: 4px;
	font-size: 1.5em;
   color: #2c2a71;
    margin-top: 5px;
  }
h2 { 
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 1em;
    text-align: center;
    color: #565656;
  }
h3 { 
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1em;
    text-align: center;
    color: #005a08;
  }
h4 { 
	font-size: 0.9em;
   text-align: center;
  }
h5 { 
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 400;
   text-align: center;
    color: #2c2a71;
    margin: 0px;
  }
h6 { 
	font-size: 1.2em;
	font-weight: 400;
   text-align: left;
    margin: 0px;
  }
 a {
  text-decoration: none;
  color: #000;  
 }
a:hover {
  color:  #535353;
  }
img{
	border:none;
	display:block;
	margin:auto;
}
#conteneur  { 
  max-width: 100%;
  padding: 5px;
margin: 0 5px 0 5px;
  }
.contenu {
	max-width: 1030px;
	text-align: center;
	margin:auto;
}
.rubriques{
background-color: #fff;
padding: 5px;
margin-bottom: 20px;
border-radius: 20px;
  }
.note {
	font-style: italic;
	text-align: center;
	margin-top: -15px;
}
.legend {
	position: ;
    margin: 12px 0 25px 0;
	text-align: center;
	font-style: italic;
}
.centre { 
   text-align: center;
  }

#contacts {
    margin-bottom: 40px;
}
.infos {
    margin-top: 70px;
    font-size: 0.7em;
}
.lien  {
  margin: auto;
  text-align: center;
  color: #000; 
  font-size: 0.9em;
  }
.lien:hover  {
  color:#535353;
}
.projet  {
  text-align: center;
  color: red;
font-style: italic;
  }
.textevignette {
	max-width: 1400px;
	padding: 0 10px 10px 10px;
	text-align: center;
	margin:auto;
}
.aide  {
  text-align: center;
  color: red;
  background:#dbe0ef;
border:2px solid #aeb8de;
padding:1em 1em 1em 5em;
  }
.index  {
	max-width : 300px;
	max-height : 300px;
}
.appareilphoto  {

  font-size: 2.2em;
  }
  .ap  {
font-style: normal;
  font-size: 1.6em;
  }

.main  {

  font-size: 2.2em;
  }
.centre  {
text-align: center;
  }

#reunions {
	margin-top: 20px;
}
.accueil {
	margin-top: 50px;
	display: table-cell;
	vertical-align: middle;
}
.court {
width: 200px;
}




/* ___________________________Galerie responsive_______________________________________________________________ */
.gallery{
width: 100%;
text-align: center;
margin:auto;
}

.vignette img {
box-shadow: none;
max-width : 320px;
max-height : 320px;
padding: 5px;
}
.vignette {
display:  inline-block;
}

a {
  text-decoration: none;
  color: #000;
  }
.legende {

 text-align: center;
}

/* ===== MODAL ===== */
.modal {
  display: none; /* sera remplacé par display: flex en JS */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.modal-content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content img {
  max-width: 100%;
  max-height: 100%;
}

/* Bouton de fermeture */
.close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 35px;
  color: #fff;
  cursor: pointer;
  font-weight: lighter
}

/* Boutons de navigation */
.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px;
  color: #fff;
  cursor: pointer;
  user-select: none;
  font-weight: lighter
}

.prev {
  left: -20px;
}

.next {
  right: -20px;
}
/*______bouton de fermeture de page_________________________________________________________________*/
button {
  display: inline-block;
   position: fixed;
   right: 0px;
 background: rgba(0, 0, 0, 0);
 border: none; 
  color: #fff;
  text-align: center;
  font: bold;
  font-size: 20px;
  width: 80px;
  cursor: pointer;
  margin: 15px 5px 5px 5px;
} 
button.noir {
	display: inline-block;
   position: fixed;
   right: 0px;
 background: rgba(0, 0, 0, 0);
 border: none; 
  color: #000;
  text-align: center;
  font-size: 25px;
  width: 80px;
  cursor: pointer;
  margin: 15px 5px 5px 5px;
}




/*______hamburger_____________________________________________________________________________________________*/
#menu__toggle {
  opacity: 0;
}
#menu__toggle:checked + .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked + .menu__btn > span::before {
  top: 0;
  transform: rotate(0deg);
}
#menu__toggle:checked + .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  left: 0 !important;
}
.menu__btn {
  position: fixed;
  top: 30px;
  left: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 1;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #616161;
  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}
.menu__box {
  display: block;
  position: fixed;
  top: 0;
  left: -100%;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 80px 0;
  list-style: none;
  background-color: #ECEFF1;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
  transition-duration: .25s;
}
.menu__item {
  display: block;
  padding: 12px 24px;
  color: #000;
  font-size: 1.2em;
  text-decoration: none;
  transition-duration: .25s;
}
.menu__item:hover {
  font-weight: bold;
  color: #000;
}

/*-------------------------------sous menu----------------------------------*/
#sousmenu {
margin: 40px 0 40px 0;
list-style:none;
padding: 0;
font-size: 1.1em;
padding: 10px;
margin-bottom: 20px;
}
#sousmenu li p {

text-transform: uppercase;
text-align: center;

}
#sousmenu a{
color: #000;
}
#sousmenu a:hover {
font-weight: bold;
}
/*----------------    ----------------retour vers le haut de page----------------------------------*/
.haut_index {
	margin: 10px;
	clear: both;
}
.haut_index img {
	box-shadow: none;
    background: none;
}
.haut_index p{
	text-align: center;
}
.haut_index a:hover{
	color: #c7c7c7;
}
