body {
  background-color: #fff;
  font-family: verdana, Arial, Helvetica, sans-serif;
  color: #000;
  }

#conteneur  { 
  max-width: 100%;
  padding-bottom: 30px;
margin: 0 10px 0 10px;
  }
p { 
	text-align: justify;
	font-size: 0.9em;
	color: #5D5D5D;
    /*text-indent: 20px;*/
 }
h1 { 
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 30px;
	font-size: 1.3em;
	font-weight: 400;
    color: #5D5D5D;
  }
h2 { 
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 15px;
	font-size: 1em;
  font-weight: 400;
    color: #5D5D5D;
  }
h3 { 
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 10px;
	font-size: 0.9em;
    text-align: center;
    color: #5D5D5D;
  }
h4 { 
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 30px;
	font-size: 1em;
  font-weight: 400;
    color: #5D5D5D;
  }
hr {
  max-width: 1400px;
 margin-top: 0px;
 margin-bottom: 30px;
 color: silver;
 }
 a {
  text-decoration: none;
  color: #000;  
 }
a:focus
{
outline:0;
} 
a:hover {
  color: #000;
  }
img{
	border:none;
	display:block;
	margin:auto;
	/*box-shadow: 2px 7px 18px #868686;*/
}
video {
    display:block;
	margin:auto;
}
.sans {
	box-shadow : none; 
}
.texte {
	max-width: 1400px;
	padding: 0 10px 10px 10px;
	text-align: center;
	margin:auto;
	
}
.textevignette {
	max-width: 1400px;
	padding: 0 10px 10px 10px;
	text-align: center;
	margin:auto;
}
.textephotos {
	max-width: 1400px;
	margin:auto;
    text-align: center;
}
.textephotos img{
	border:none;
	display:block;
	margin:auto;
	/*padding: 25px;
    background: #fff;
    box-shadow: 2px 7px 18px #868686;*/
}
.panoramiques img{
	border:none;
	display:block;
	margin:auto;
}
.illustration_droite  {
	float:right;
	margin: 10px 0 0 10px;
	box-shadow : none; 
	}
.illustration_gauche  {
	float:left;
	margin: 0 10px 10px 0;
	box-shadow : none; 
	}
.note {
	font-style: italic;
	text-align: center;
}
.legend {
    margin: 12px 0 25px 0;
	text-align: center;
	font-style: italic;
}
.index {
	margin: 10px 0 25px 0;
	text-transform: uppercase;
	text-align: center;
    font-size: 0.9em;
}
.accueil {
	padding: 20px;
    text-align: center;
}
.parcour a {
text-decoration: underline;
 }
.parcour a:hover {
color: #c92100;
}
#contacts {
    margin-bottom: 40px;
}
#contacts a {
    color: #5d5d5d;
}
#contacts p {
    text-align: center;
    font-style: italic;
}
.infos {
    margin-top: 70px;
    font-size: 0.7em;
}
.lienprive a:hover {
color: #c7c7c7;
}
.actif {
font-weight: bold;
}
.redirection {
    text-align: center;
    color: red;
    font-size: 1.1em;
    line-height: 2em; 
}
/*______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: 250px;
  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-actif {
  display: block;
  padding: 12px 24px;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
  transition-duration: .25s;
}
.menu__item:hover {
  color: gray;
}
/*______bandeau____________________________________________________________________________________________________________*/

#bandeau {
	margin:auto;
	text-align: center;
    text-transform: uppercase;
    font-size: 0.9em;
    padding-top: 30px;
}
#bandeau img {
	box-shadow : none;
}
#bandeau img:hover {
	src:images/logo-2.png";
}
.logo {
	margin-bottom: 20px;
	opacity: 0.5;
}

/*---------------    ----------------menu----------------------------------*/
#menu, #menu ul{
padding:0;
margin-bottom:40px;
list-style:none;
text-align:center;
font-size: .9em;
text-transform: uppercase;
}
#menu li{
display:inline-block;
position:relative; 
background: #fff;   
width: 215px;
height: auto;
}
#menu ul{
position:absolute;
z-index: 1400;
max-height:0;
left: 0;
right: 0;
overflow:hidden;
}
#menu li:hover ul{
max-height:30em;
}
/* background des liens menus */
#menu li: {
background: #fff;
}
#menu li .active {
background: #e1e1e1;
}
/* background des liens menus et sous menus au survol */
#menu li:hover {
background:#e1e1e1;
color: red;
}
/* les a href */
#menu a{
text-decoration:none;
display:block;
padding: 10px 0 10px 0;
color: #5D5D5D;
}
#menu a:hover {
color:#000;
}
/*-------------------------------sous menu----------------------------------*/
#sousmenu {
margin: 40px 0 40px 0;
list-style:none;
padding: 0;
}
#sousmenu li p {

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

}
#sousmenu a{
color: #000;
}
#sousmenu a:hover {
color:#c7c7c7;
}
/*--------------------------------vignettes--------------------------------*/

.vignette img {
box-shadow: none;
max-width : 320px;
max-height : 320px;
}
.vignette {
width : 330px;
display:  inline-block;
}
.galerie {
width: 100%;
}
/* ===== 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: 30px;
  color: #fff;
  cursor: pointer;
  user-select: none;
  font-weight: lighter;
}

.prev {
  left: -18px;
}

.next {
  right: -18px;
}


/*----------------    ----------------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: 640px) {
	* {
		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%;
  }
}


