body {
	margin: 0px;
	background-image: url(../donnees/photos/plaque.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#entete {
	display: flex;
	flex-direction: row;
	width: 100vw;
	align-items: center;
}

#entete img {
	height: 4vh;
	width: 5vw;
	margin-top: 2vh;
	margin-left: 5vw;
	border-radius: 1vh;
	border: 1px #cbcbcb solid;
	padding: 1vh;
	background: rgba(255, 255, 255, 1);
	box-shadow: 5px 5px 5px black;
}

#titre {
	margin-left: 40vw;
	margin-top: 1vh;
	transform: translateX(-50%);
	width: 40vw;
	height: 7vh;
	line-height: 7vh;
	text-align: center;
	background: linear-gradient(#bbdddd, #6099cd);	
	font-size: 4vh;
	border-radius:5px;
	box-shadow: 5px 5px 5px black;
	color: #333333;
	text-shadow: 1px 1px 2px white;
	overflow: hidden;
}

#barre_menu {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	margin-left: 4.5vw;
	margin-top: 1.5vh;
	width: 90.4vw;
	height: 6vh;
}

.onglet {
	background:linear-gradient(#bbdddd, #6099cd);
	transition: background 1s;
	/*border-radius: 0px 20px 0px 20px;*/
	text-align: center;
	line-height: 5vh;
	/*box-shadow: 4px 4px 4px black;*/
	text-decoration: none;
	color: #000000;
	text-shadow: 1px 1px 2px white;
	width: 13.2vw;
	height: 5vh;
	font-size:2vh;
	overflow: hidden;
	border: 1px #cbcbcb solid;
}

.onglet:hover {
	background-color: #218a92;
	background-image:linear-gradient(#555555, rgba(85, 85, 85, 0));
	color: #cccccc;
	text-shadow: 1px 1px 2px black;
	width: 13.2vw;
	height: 5vh;	
	transition:background 2s ease;
}

#menu_deroulant {
	background-image: url(../donnees/photos/IMG_3440.jpg);
	margin-left: 4.5vw;
	width: 90vw;
	margin-top: 1vh;
	height: 78vh;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content : flex-start;
	border-radius: 6px;
	background-size: 100% 100%;
	box-shadow: 5px 5px 5px black;
}

.lien {
	height: 76vh;
	border-radius: 6px;
	width: 3vw;
	transform-origin: center center;
	background: linear-gradient(#bbdddd, #6099cd);
	margin: 0.5vh;
	transition-delay: 1s;
	transition-duration: 1.5s;
	transition-timing-function: ease;
	transition-property :width;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	align-items: center;
	box-shadow: 5px 5px 5px black;
}

.titre1 {
	height: 76vh;
	line-height: 3vw;
	text-align: center;
	font-size: 3vh;
	transition:background-color 2s ease;
	transition: color 2s ease;
	writing-mode: vertical-lr;
	transform: rotate(180deg);
	color: #222222;
	text-shadow: 1px 1px 1px white;
}

.lien:hover {
	width: 79vw;
}

.lien:hover .synopsis {
	opacity: 1;
}

.lien:hover .titre1 {
	background-color: rgba(50,50,50,1);
	color: #dddddd;
	text-shadow: 1px 1px 1px grey;
}

.lien:hover .texte {
	opacity: 1;
}

.image {
	box-shadow: 4px 4px 4px;
	margin: 1vh;
	width: 40vw;
	height: 65vh;
}

#map {
	box-shadow: 4px 4px 4px;
	margin: 1vh;
	width: 35vw;
	height: 57vh;
}	

.moyen_com {
	width: 15vw;
	height: 35vh;
	margin-left: 2vw;
	font-size: 2.2vh;
}

.moyen_com img {
	width: 15vw;
	height: 15vh;
	border: 1px solid black;
	box-shadow: 3px 3px 3px black;
}

.moyen_com h1 {
	width: 39vw;
	height: 3vh;
	color: #222222;
	text-shadow: 1px 1px 1px white;	
}

#coordonnees {
	width: 39vw;
	margin-left: 2vw;
	font-size: 2.2vh;
}

#coordonnees h1{
	color: #222222;
	text-shadow: 1px 1px 1px white;	
}

#presentation_generale {
	width: 30vw;
	text-align: justify;
}

td {
	width: 12vw;
	height:3vh;
	text-align: center;
	line-height: 3vh;
	border: 1px solid black;
}

table {
	margin-left: 3vw;
	width: 24vw;
}

#presentation_generale h1 {
	color: #222222;
	text-shadow: 1px 1px 1px white;	
}	

.texte {
	display: flex;
	flex-direction: row;
	transition: opacity 2s ease 2s;
	opacity: 0;
	width: 79vw;
	height: 76vh;
	justify-content: space-evenly;
	align-items: center;
	font-size: 1.8vh;
}

.colonne {
	display: flex;
	flex-direction: column;
	width: 40vw;
	height: 70vh;
	justify-content: space-evenly;
	align-items: center;	
}

#adresse_cachee {
	opacity:1;
}

#mail_cachee {
	opacity:1;
}

#telephone_cache{
	opacity:1;
}

footer {
	margin-top: 0.5vh;
	height: 4vh;
	line-height: 4vh;
	width: 40vw;
	margin-left:50vw;
	transform: translateX(-50%);
	text-align: center;
	font-size: 2vh;
}

footer a {
	color: black;
	text-decoration: underligne;
	font-size: 2vh;
}

#slide_principal {
	width: 74vw;
	height: 76vh;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
}

#titre_animation {
	padding: 0.5vh;
	width: 72vw;
	height: 10vh;
	text-align: center;
	align-items: center;
	border: 1px black solid;
	box-shadow: 5px 5px 5px black;
	border-radius: 0.5vh;
	background-color: #cbcbcb;
}

#titre_animation h1 {
	font-size: 3vh;
}

#titre_animation p {
	display: flex;
	flex-direction: row;
	font-size: 1.8vh;
	justify-content: space-evenly;
}

#slide_interieur {
	width: 68vw;
	height: 60vh;
	overflow: hidden;
	box-shadow: 5px 5px 5px black;
}

#slide {
	display: flex;
	flex-direction: row;
	width: 272vw;
	height:60vh;
}

#slide img {
	width: 68vw;
	height: 60vh;
}

figure {
	padding: 0px;
	margin: 0px;
}

#slide_interieur figcaption {
	position: relative;
	overflow: hidden;
	width:68vw;
	height: 8vh;
	line-height: 8vh;
	margin-top: -8vh;
	border-top: 1px solid rgb(225,225,225);
	text-align:center;
	letter-spacing: 0.05em;
	word-spacing: 0.05em;
	font-family: Georgia, Times, serif;
	background-color: rgba(255,255,255,0.7);
	color: #555;
	text-shadow: -1px -1px 0 rgba(255,255,255,0.3);
	z-index: 1;
}

#container_habilitations {
	padding-top: 5vh;
	width: 68vw;
	height: 55vh;
	line-height: 8vh;
	text-align: center;
	font-size: 3vh;
	background-color: #cbcbcb;
}
