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;
}

#conteneur  { 
  max-width: 100%;
  padding-bottom: 30px;
margin: 0 10px 0 10px;
  }
.rubriques{
background-color: #fff;
padding: 15px;
margin-bottom: 20px;
border-radius: 20px;
  }
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;
	box-shadow: 2px 7px 18px #6a6a6a;
}
.sans {
	box-shadow : none; 
}
.contenu {
	max-width: 1030px;
	padding: 0 5px 10px 5px;
	text-align: center;
	margin:auto;
}
.note {
	font-style: italic;
	text-align: center;
	margin-top: -15px;
}
.legend {
    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  {
	box-shadow : none; 
	max-width : 300px;
	max-height : 300px;
}
.index2  {
	box-shadow : none; 
	max-width : 500px;
	max-height : 500px;
}

.appareilphoto  {

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

.main  {

  font-size: 2.2em;
  }
.centre  {
text-align: center;
  }
.gauche {
text-align: left;
}
#reunions {
	margin-top: 20px;
}
.accueil {
	margin-top: 50px;
	display: table-cell;
	vertical-align: middle;
}
.court {
width: 200px;
}
.prive {
width: 100px;
margin-top: 100px;
}
.prive p{
 text-align: center;
color: green;
font-size: 0.7em;
}
p.rouge{
color: red;
text-align: center;
font-size: 1em;
}
/*______lightbox_	____________________________________________________________________________________________*/
main{
    width: 100%;
    margin: auto;
}

.galerie{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
}

.galerie img{
    width:400px;
    box-shadow: none;
}

/* Modale */
.modal{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.8);
}

.modal.show{
    display: initial;
}

.modal-content{
   position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  
}
.modal-content img{
   display: block;
  margin: auto;
  max-height: 100vh;
  max-width: 100vw;
  box-shadow: none;
}

.close{
    color: white;
    font-size: 2em;
    position: fixed;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
/*______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: 25px;
  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;
}
/*------------------------------------smatphones --------------------------*/
@media (max-width: 1000px) {
	* {
		box-sizing: border-box;
	}
	
	/* passer body (et tous les éléments de largeur fixe) en largeur automatique */

	body {
		width: auto;
		margin: 0;
		padding: 0;
	}
	
	/* fixer une largeur maximale de 100% aux éléments potentiellement problématiques */

	img,
	table,
	td,
	blockquote,
	code,
	pre,
	textarea,
	input,
	iframe,
	object,
	embed,
	video {
		max-width: 100%;
	}
	
	/* conserver le ratio des images */

	img {
		height: auto;
	}
	
	/* gestion des mots longs */

	textarea,
	table,
	td,
	th,
	code,
	pre,
	samp {
		-webkit-hyphens: auto; /* césure propre */
		-moz-hyphens: auto;
		hyphens: auto;
		word-wrap: break-word; /* passage à la ligne forcé */
	}
	
	code,
	pre,
	samp {
		white-space: pre-wrap; /* passage à la ligne spécifique pour les éléments à châsse fixe */
	}
	
	/* Passer à une seule colonne (à appliquer aux éléments multi-colonnes) */

	.element1,
	.element2 {
		float: none;
		width: auto;
	}
	
	/* masquer les éléments superflus */

	.hide_mobile {
		display: none !important;
	}
	
	/* Un message personnalisé 

	body:before {
		content: "Version mobile du site";
		display: block;
		text-align: center;
		font-style: italic;
		color: #777;
	}*/
}

/*réduire de façon harmonieuse toutes les tailles de polices en orientation paysage*/

@media (max-device-width:768px) and (orientation: landscape) {
  html {
   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
  }
}
