@font-face {
    font-family: 'Futura_web';
    src: url('../Fonts/Futura.ttc') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* ############################################################# */

*
{
	margin: 0;
	padding: 0;
}

h1
{
	font-family: Futura, 'Futura_web';
	font-size: 2.5em;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 10px;
}

h2
{
	font-family: Futura, 'Futura_web';
	font-size: 1.5em;
	color: grey;
}

h4
{
	font-family: Futura, 'Futura_web';
	font-size: 1em;
	color: pink;
}

header
{
	background-color: white;
	width: 100%;
	height: 100px;

	display: -webkit-flex;
	-webkit-justify-content: space-between;
	-webkit-align-items: center;

	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	z-index: 10;
}

#logo
{
	width: 220px;
	margin-top: 5px;
	margin-left: 40px;
}

nav
{
	width: 20%;
}

nav ul
{
	margin-right: 30px;
	font-family: Arial;
	display: -webkit-flex;
	justify-content: -webkit-flex-end;
	-webkit-align-items: center;

	display: flex;
	justify-content: flex-end;
	margin-right: 60px;
	align-items: center;
}

nav li
{
	list-style: none;
}

nav li a
{
    text-decoration: none;
    color: grey;
}

nav li a:hover
{
	color: pink;
	transition: all 0.3s;
}

.corps
{
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-align-items: center;

	display: flex;
	flex-direction: column;
	align-items: center;
}

#section0
/* css/style.css */


{
	width: 100%;
	height: 100px;
	background-color: white;
}

#section1
{
	width: 100%;
	padding-top: 4em;
	padding-bottom: 2em;

	display: -webkit-flex;
	-webkit-justify-content: flex-end;
	-webkit-align-items: flex-end;

	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}




/*
#section1 img
{
	width: 100%;

	position: relative;
	z-index: 0;
}
*/

#slogan
{
	width: 40%;
	/*padding-top: 30px;
	border-top: 0.5px solid black;*/

}

/*
.slogan_portable
{
	margin-top: 80px;
	color: white;
	text-align: center;
}
*/

#slogan img
{
	width: 100%;
}

#section2
{
	width: 100%;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	-webkit-align-items: center;

	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 2;
	margin-top: 40px;
	margin-bottom: 5px;

}

#section2 div
{
	width: 33%;
}

#section2 div img
{
	width: 100%;
	z-index: 8;
}


#section2 div div
{
	opacity: 0;
	color: grey;
	font-family: Futura;
	font-size: 1em;
	text-align: left;
	width: 20%;

	position: absolute;
	margin-top: 2%;
	margin-left: 2%;
	z-index: 9;
}

#section2 div div h3
{
	font-size: 1.5em;
	font-weight: lighter;
	color: black;
}

#section2 div p:nth-child(2)
{
	font-size: 1em;
}

#section2 div:hover:nth-child(1)
{
	background-color: purple;
	transition: all 0.5s ease-in;
	z-index: 7;
}

#section2 div div:hover:nth-child(1)
{
	background-color: transparent;
}

#section2 div:hover:nth-child(2)
{
	background-color: turquoise;
	transition: all 0.5s ease-in;
	z-index: 7;
}

#section2 div:hover:nth-child(3)
{
	background-color: green;
	transition: all 0.5s ease-in;
	z-index: 7;
}

#section2 div:hover img
{
	opacity: 0.8;
	transition: all 0.5s ease-in;
}

#section2 div:hover div
{
	opacity: 1;
	transition: all 2s;
}

#section3
{
	width: 100%;
	margin-top: 5px;
}

#section3 img
{
	width: 100%;
}

#section4
{
	width: 100%;
	margin-top: 5px;
}

#section4 img
{
	width: 100%;
	
}

#section4A
{
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-align-items: flex-end;
	-webkit-justify-content: flex-start;

	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-start;
	width: 100%;
}

#section4B
{
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-align-items: flex-end;
	-webkit-justify-content: flex-start;

	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-start;
	width: 100%;
}

#section4A button
{
	margin-top: -5px;
	height: 40px;
	width: 150px;
	background-color: black;
	color: white;
	border: none;
	transition: all 0.4s;
}

#section4A button:hover
{
	margin-top: -5px;
	height: 40px;
	width: 180px;
	background-color: black;
	color: white;
	border: none;
	transition: all 0.4s;
}

#section4A div
{
	width: 40%;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-right: 40px;
	padding-left: 40px;
	border-left: dotted 2px black;
	//height: 100%;
	font-family: Georgia;
	font-weight: lighter;
	letter-spacing: 2px;
	color: grey;
	text-align: justify-all;
	font-weight: lighter;
	line-height: 1.4;
}

#section4B div
{
	width: 40%;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-right: 40px;
	padding-left: 40px;
	border-left: dotted 2px black;
	//height: 100%;
	font-family: Georgia;
	font-weight: lighter;
	font-weight: 100;
	letter-spacing: 2px;
	color: grey;
	text-align: justify-all;
	font-weight: lighter;
	line-height: 1.4;
}

#section4B button
{
	margin-top: 0;
	height: 40px;
	width: 150px;
	background-color: black;
	color: white;
	border: none;
	transition: all 0.4s;
}

#section4B button:hover
{
	margin-top: 0;
	height: 40px;
	width: 180px;
	background-color: black;
	color: white;
	border: none;
	transition: all 0.4s;
}

#herve{
	display: none;
}

#fold{
	display: none;
}

#section5
{
	width: 100%;
	height: 400px;
	background-color: white;
}

/* ********************************************************
**	BANDEAUTAB
***********************************************************/
#slideTAB{
	position: relative;
	display: none;
}

#slidebtnTAB{
	position: absolute;
	margin-top: 30%;
	width: 100%;
}

#slidebtnflexTAB{
	display: -webkit-flex;
	-webkit-justify-content: space-between;

	display: flex;
	justify-content: space-between;
}

#slidebtnflexTAB button{
	border:none;
	width: 5%;
	background: transparent;
	margin: 10px;
}

#slidebtnflexTAB button:hover img{
	padding: 1px;
}

#slidebtnflexTAB button img{
	width: 100%;
}

#slidebtnflexTAB button #btn_right{
	margin-right: 0;
}

#slideshowTAB{
	overflow: hidden;
}

#slideshowTAB img{
	height: 100%;
	width: 33.333%;
	padding: 0px;
	margin: 0px;
}

#slideshow_blocTAB{
	display: -webkit-flex;
	-webkit-flex-direction: row;

	display: flex;
	flex-direction: row;
	//height: 100%;
	width: 300%; /* Firefox */
	/*width: 100%; /* Chrome et Safari */
	/*margin-left: -100%;*/
	transition: all 0.6s;
}

/* ********************************************************
**	BANDEAU
***********************************************************/
#slide{
	position: relative;
}

#slidebtn{
	position: absolute;
	margin-top: 30%;
	width: 100%;
}

#slidebtnflex{
	display: -webkit-flex;
	-webkit-justify-content: space-between;

	display: flex;
	justify-content: space-between;
}

#slidebtnflex button{
	border:none;
	width: 5%;
	background: transparent;
	margin: 10px;
}

#slidebtnflex button:hover img{
	padding: 1px;
}

#slidebtnflex button img{
	width: 100%;
}

#slidebtnflex button #btn_right{
	margin-right: 0;
}

#slideshow{
	overflow: hidden;
}

#slideshow img{
	height: 100%;
	width: 25%;
	padding: 0px;
	margin: 0px;
}

#slideshow_bloc{
	display: -webkit-flex;
	-webkit-flex-direction: row;

	display: flex;
	flex-direction: row;
	//height: 100%;
	width: 400%; /* Firefox */
	/*width: 100%; /* Chrome et Safari */
	/*margin-left: -100%;*/
	transition: all 0.6s;
}



/*############################## PIED DE PAGE ################################*/

.pied
{
	margin-top: 80px;
	clear: both;
	height: 80px;
	background-color: black;
	position: relative;
	z-index: 12;
}

.pied p
{
	color: white;
	font-size: 12px;
	position: absolute;
	left: 15px;
	bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}

.sociaux
{
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.sociaux img
{
	padding: 0.5em;
	width: 40px;
}

.sociaux a:hover
{
	opacity: 0.5;
}


/* ###################################### MEDIA-QUERIES ###################################### */


@media (max-width: 860px)
{
	
	nav
	{
		width: 60%;
	}

	nav ul
	{
		margin-right: 25px;
	}

	#logo
	{
		width: 200px;
		margin-top: 5px;
		margin-left: 10px;
	}

	#slogan
	{
		width: 90%;
		/*padding-top: 30px;
		border-top: 0.5px solid black;*/
	}

	#section3
	{
		margin-top: 0;
	}

	#section4A div
	{
		width: 75%;
	}

	#section4B div
	{
		width: 75%;
	}

	#section2
	{
		display: none;
	}

	

	#slidebtnTAB{
		position: absolute;
		margin-top: 33%;
		width: 100%;
	}

	#slidebtn{
		position: absolute;
		margin-top: 25%;
		width: 100%;
	}

	#slidebtnflex button{
		border:none;
		width: 10%;
		background: transparent;
		margin: 10px;
	}

	#slidebtnflexTAB button{
		border:none;
		width: 10%;
		background: transparent;
		margin: 10px;
	}

	#slideTAB{
	position: relative;
	display: block;
	margin-bottom: 10px;
}
}

@media (min-width: 1200px)
{
	nav
	{
		width: 40%;
	}

	#section1
	{
		width: 1200px;
	}

	#section2
	{
		width: 1200px;
	}

	#section3
	{
		width: 1200px;
	}

	#slide
	{
		width: 1200px;
	}

	#section4
	{
		width: 1200px;
	}

	#section4A
	{
		width: 1200px;
	}

	#section4B
	{
		width: 1200px;
	}

	#section5
	{
		width: 1200px;
	}
}


