html, body {
 margin: 0;
 padding: 0;
 height: 100%;
 }
body {
 font-family: Verdana, sans-serif; 
 font-size: 1em;
 max-height: 999999px;
 color:#000000; /*Noir*/
 background-color: white;
 font-style: normal; /*normal | italic*/
 font-variant: normal; /*normal | small-caps*/
 font-weight: normal; /*normal | bold*/
 text-align: left; /*left | right | center | justify*/
 text-decoration: none; /*none | underline | overline | line-through | blink*/
 text-transform: none; /*none | capitalize | uppercase | lowercase*/
 line-height: normal; /*normal | nombre | %*/
 background: -webkit-url(Images/bg.jpg);
 background: url(Images/bg.jpg);
 background-attachment:fixed;
 background-repeat:no-repeat;
 background-size: cover;
 }
p {
	color: white; 
	max-height: 999999px;
	text-align: justify;
	text-justify: inter-word;
	margin-left: 1em;
	margin-right: 1em;
}
h1 { /*Titre des pages*/
 font-size: 2.5em;
 max-height: 999999px;
 color: white;
 text-align: center;
 }
 h2 { /*Grand titre*/
 font-size: 2em;
 max-height: 999999px; 
 color: white;
 margin-left: 0.5em;
 }
h3 { /*Sous titre*/
 font-size: 1.5em;
 max-height: 999999px;
 color: white;
 margin: 1em;
 }
 h4 { /*Titre 4*/
 font-size: 1em;
 max-height: 999999px;
 color: white;
 margin-left: 1.5em;
 }
 h5 {
 font-size: 1em;
 max-height: 999999px;
 color: white; 
 text-align: center;
 }
  h6 {
 font-size: 1em;
 max-height: 999999px;
 color: white; 
 text-align: justify;
 text-justify: inter-word;
 margin-bottom: 0;
 margin-top: 0;
 }
li {
	max-height: 999999px;
	color: black;
	text-align: justify;
	text-justify: inter-word;
	padding: 7px;
	text-indent: 0;
 }
 a {
	max-height: 999999px;
	color: black;
	text-align: justify;
	text-justify: inter-word;
 }
ul {
	max-height: 999999px;
	/*padding: 5px;*/
	/*border-style: solid;*/
	/*border-width: 0px 0px 0px 0;*/
	/*border-color: #fff #d9d9d9 #d9d9d9;*/
	color: #000;
	margin-bottom: 5px;
	margin-top: 5px;
 }
ul a {
	font-size: 1em; 
	max-height: 999999px;
	color: black;
 }
a:link {
 color: black;
 text-decoration: underline;
 }
a:visited {
 color: black;
 }
a:hover {
 color: red;
 text-decoration: none;
}
a:active, a:focus {
 color: red;
}
form {
	color: white; 
	max-height: 999999px;
	text-align: justify;
	text-justify: inter-word;
}
input {
	height: 35px;
	font-size: 1.2em;
}




div.main {
	display: flex;
	min-height: 100vh;
	min-width: 95vw;
	/*border: 1px solid red;*/
}

div.left {
	width: 12%;
	/*border: 1px solid red;*/
}
div.center {
	width: 76%;
	/*border: 1px solid red;*/
}
div.right {
	width: 12%;
	/*border: 1px solid red;*/
}

div.vert_container {
	display: flex;
	width: 100%;
	flex-direction: column;
	/*border: 1px solid red;*/
}
div.vert_container_centered {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	/*border: 1px solid red;*/
}
div.vert_container_image {
	display: flex;
	flex-direction: column;
	/*border: 1px solid red;*/
}
div.vert_container_text {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	/*border: 1px solid red;*/
	background: rgba(128, 128, 128, 0.4);
	border-radius: 10px;
}


div.horiz_container {
	display: flex;
	width: 100%;
	/*border: 1px solid red;*/
	margin: 0 0 5 0px;
}
div.horiz_container_images {
	display: flex;
	width: 100%;
	/*border: 1px solid red;*/
	margin: 0 0 5 0px;
	flex-wrap: wrap;
	justify-content: center;
}
div.horiz_container_map {
	display: flex;
	width: 100%;
	justify-content: center;
	text-align:center
}
div.horiz_container_form_contact {
	display: flex;
	width: 100%;
	justify-content: center;
}
div.horiz_container_presentation {
	display: flex;
	width: 100%;
	/*border: 1px solid red;*/
	margin: 0 0 5 0px;
	flex-wrap: wrap;
	justify-content: space-between;
}

div.horiz_container_entete {
	display: inline;
	width: 100%;
	/*border: 1px solid red;*/
	justify-content: center;
	margin: 0 0 5 0px;
}
div.horiz_container_topleft {
	display: flex;
	width: 100%;
	align-items: center;
	/*border: 1px solid red;*/
}
div.vert_container_topleft {
	display: flex;
	width: 100%;
	/*height: 50px;*/
	flex-direction: column;
	/*border: 1px solid red;*/
	justify-content: center;
}
div.vert_container_topright {
	display: flex;
	flex-direction: column;
	/*border: 1px solid red;*/
	flex: 1;
	justify-content: center;
	background-color: black;
	border-radius: 10px;
	width: 130px;
	height: 35px;
}
div.vert_container_centered_auto_horiz_justified {
	position: relative;
	display: flex;
	overflow:auto;
	background-color: white;
	border-radius: 10px;
}
div.menu_top {
	display: flex;
	/*margin-right: 10%;*/
	margin: 10 70 10 5px;
}
div.horiz_container_top {
	display: flex;
	position: sticky;
	top: 0;
	width: 100%;
	align-items: center;
	z-index: 2000;
	/*border: 1px solid red;*/
	/*margin: 0 0 5 0px;*/
}


div.horiz_container_gallery {
	position: relative;
	display: flex;
	width: 100%;
	height: 400px;
	overflow: hidden;
}
div.element_gallery {
	position: absolute;
	display: flex;
        width: 100%;
	height: 400px;
        flex-wrap: wrap;
	justify-content: center;
	left: 0px;
}
.picGallery {
    width: 33%;
    height : 50%;
}




/*contact et plan*/
div.cadre_message {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 30em;
	height: 8em;
	margin-left: -15em;
	margin-top: -4em;
	overflow: auto;
	z-index: 999;
	background: #b32400;
	border-radius: 1em;
}





#icon{
	width: 70px;
	height: 70px;
}
#entete{
	width: 100%;
	height: 150px;
}
#image_30x30{
	width: 30em;
	height: 30em;
}
#image_60x30{
	width: 60em;
	height: 30em;
}
#image_60x60{
	width: 600px;
	height: 600px;
}
#image{
	width: 450px;
	height: 350px;
}
#image_ref{
	width: 25em;
	height: 20em;
	margin: 20 20 20 20;
}
#pictureGestion{
	width: 110px;
	height: 35px;
}
#pictureMenu{
	width: 100px;
	height: 35px;
}
#cadreMenu{
	display: hide;
}
#affiche{
	width: 30em;
	height: 40em;
}
#affiche2{
	width: 12em;
	height: 16em;
}
#mini_affiche{
	width: 7.5em;
	height: 10em;
}
#picture_salle_des_fetes{
	width: 56em;
	height: 40em;
}
#textPicture{
	width: 40px;
	height: 40px;
}
#capturesEcran{
	width: 300px;
	height: 500px;
}
#bouton_haut_page {
	position: fixed;
	bottom: 7%;
	right: 7%;
	width: 50px;
	height: 50px;
	border-radius: 50px;
}
#download_pdf {
	width: 2em;
	height: 2em;
	margin-bottom: -0.5em;
}
#map {
	width: 100%;
	height: 400px;
	background-color: grey;
}