html, body
{
	height: 100%;
	width: 100%;
	margin: auto;
	font-family: 'Open Sans Condensed', sans-serif;
}


/*******************************/
/************ HEADER ***********/
/*******************************/
header
{
	background-color: black;
	height: 65px;
	margin: auto;
}

header ul
{
	margin: auto;
	text-align: center;
	color: white;
}

header li
{
	list-style: none;
	display: inline;
	padding-left: 25px;
	padding-right: 25px;
	line-height: 65px;
	text-align: center;
	letter-spacing: 3px;
}

a
{
	color: inherit;
	text-decoration: none;
}

/*******************************/
/************ SLIDER ***********/
/*******************************/

#slider
{
	height: 85%;
	margin: auto;
	background-image: url(../image/slider.jpg);
	background-size: cover;
	padding-top: 50px;
	text-shadow: black 0.1em 0.1em 0.2em;
}

h1, h4
{
	margin-top: 0;
	text-align: center;
	color: white;
	font-weight: normal;
	letter-spacing: 3px;
}

#logo
{
	margin: auto;
	display: block;
	padding-bottom: 20px;
	width: 250px;
}

#prestations
{
	background-image: url(../image/slider3.jpg);
	background-position: top;
	padding: 100px 0 350px 0;
	color: white;
}

#prestations h1
{
	padding-bottom: 50px;
}

#films h1
{
	padding-bottom: 50px;
}

#prestation h3, #prestation p
{
	letter-spacing: 3px;
}
#prestation
{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	text-align: center;
}

#prestation div
{
	width: 30%;
}


#films
{
	padding-top: 80px;
	padding-bottom: 50px;
	background-color: black;
	font-family: 'Open Sans Condensed', sans-serif;
	letter-spacing: 2px;

}

#film
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	color: white;
	text-align: center;
}


#film div
{
	width: 45%;
}

#film video
{
	width: 80%;
	border: 1px solid white;

}

#film img
{
	width: 80%;
	border: 5px solid white;
}

#sloganFull {
	display: block;
}

#sloganTel {
	display: none;
}

#team
{
	padding-top: 50px;
	padding-bottom: 50px;
	height: 50%;
	margin: auto;
	background-image: url(../image/team.jpg);
	background-position: center;
	background-size: cover;
}

#teamLegend 
{
	width: 100%;
	background-color: black;
	color: white;
	text-align: center;
	margin: 0;

}

#history
{
	background-color: black;
	color: white;
	padding-top: 100px;
	padding-bottom: 50px;
}

#history p 
{
	width: 35%;
	text-align: justify;
	margin: auto;
}

.marge
{
	margin-left: 50px;
}


#contact
{
	background-color: black;
	padding-top: 100px;
	padding-bottom: 50px;

	width: 100%;
}


#contact form
{
	width: 50%;
	margin: auto;
	text-align: center;
}
#contact input
{
	display: block;
	text-align: center;
	margin: auto;
	width: 100%;
	margin-bottom: 15px;
	height: 20px;
}

#contact p 
{
	text-align: center;
	color: white;
}
#contact textarea
{
	display: block;
	text-align: center;
	margin: auto;
	width: 100%;
	margin-bottom: 15px;
	height: 200px;
}

@media screen and (max-width: 1024px) {


#prestation div
{
	width: 100%;
	font-size: 1.4em;
}

#history p 
{
	width: 80%;
}

#prestations
{
	background-image: none;
	background-color: black;
	padding: 100px 0 150px 0;
}

}

@media screen and (max-width: 670px) {

header li
{
	font-size: 0.7em;
	padding-left: 5px;
	padding-right: 5px;
	letter-spacing: 0px;
}

#prestation div
{
	width: 100%;
	font-size: 1em;
}

header ul
{
	padding: 0;
}

#film div
{
	width: 100%;
}

#contact form
{
	width: 90%;
	margin: auto;
	text-align: center;
}

#contact p 
{
	font-size: 0.8em;
}

#logo
{
	margin: auto;
	display: block;
	width: 30%;
}

#slider h1, h4
{
	font-size: 0.8em;
}

#sloganFull {
	display: none;
}

#sloganTel {
	display: block;
}

#slider
{
	padding-top: 20px;
}
}