
/* GLOBAL */

/**::-moz-selection {}
*::selection {}*/
body {background: white;}
html, body, p, li, button, input, textarea, select
{
color: black;
font-family: 'Open Sans', Sans-Serif;
font-weight: 400;
font-size: 17px;
}
h1, h2, h3, h4, h5, h6
{
color: black;
font-family: Roboto, Sans-Serif;
font-weight: 300;
font-size: 30px;
}
hr {background: black;}

/* DEFILE */

#defile
{
position: absolute;
width: 100%;
height: 10vh;
left: 0;
bottom: 5vh;
background: transparent;
border: none;
}
#defile span
{
display: block;
width: 10vh;
height: 10vh;
margin: auto;
margin-top: -10vh;
border-right: 2px solid black;
border-bottom: 2px solid black;
transform: rotate(45deg);
animation: defile 0.5s infinite alternate;
}
@keyframes defile {
	from {transform: translateY(0vh) rotate(45deg);}
	to {transform: translateY(2vh) rotate(45deg);}
}

/* GENERAL */

header, section, footer
{
position: relative;
box-sizing: border-box;
overflow: hidden;
width: 100%;
background-repeat: no-repeat;
background-position: center;
background-size: 110%;
background-attachment: fixed;
}
header
{
height: 100vh;
background-image: url(Entete.jpg);
background-size: cover;
}
header h1 {display: none;}
header img
{
display: block;
position: absolute;
height: 12vh;
left: 10vh;
margin-top: 10vh;
}
section {padding: 7.5vw;}
section h2
{
position: relative;
margin-bottom: 0.5em;
color: #578eb5;
font-family: Courgette, Sans-Serif;
font-size: 40px;
text-align: center;
}
section p
{
position: relative;
text-align: justify;
}
@media (max-width: 600px) {
	header img
	{
	position: static;
	width: 80%;
	left: initial;
	margin-left: auto;
	margin-right: auto;
	}
}

/* HISTOIRE */

#histoire {}
@media (min-width: 1101px) {
	#histoire
	{
	padding-left: 50%;
	text-align: right;
	background-image: url(Histoire.jpg);
	}
}

/* SPECTACLE */

#spectacle
{
background-image: url(Spectacle.jpg);
background-size: cover;
text-align: center;
}
#spectacle article
{
display: inline-block;
width: 256px;
margin: 8px;
padding: 16px;
vertical-align: top;
background: white;
border-radius: 4px;
}
#spectacle article h3 {color: black;}
#spectacle article ul {list-style: none;}
@media (max-width: 1100px) {

}

/* CONTACT */

section#contact
{
background-image: url(Contact.jpg);
background-size: cover;
}

/* PIED */

footer
{
padding: 5vw;
text-align: center;
}