@font-face {
	font-family: "Quicksand";
	src: url('fonts/quicksand.otf');
}
@font-face {
	font-family: "Lemon";
	src: url('fonts/lemon.otf');
}
.rotated {
     transform: rotate(90deg);
     -ms-transform: rotate(90deg); /* IE 9 */
     -moz-transform: rotate(90deg); /* Firefox */
     -webkit-transform: rotate(90deg); /* Safari and Chrome */
     -o-transform: rotate(90deg); /* Opera */
}

body {
	margin: 0;
	padding: 0;
	font-family: "Quicksand";
	color: #FFF;
	background-color: #282828;
	background-image: url('images/fond.svg');
	background-position: left top;
	background-size: auto;
	background-attachment: fixed;
	line-height: 20px;
}
.max-size {
	max-width: 1240px;
}
main {
	max-width: 1240px;
}
.facade  {
	width: 450px;
	height: 400px;
 }

#menuBoutton {
	heigh: 20px;
	width: auto;
	border-radius: 10px;
	background-color: #be392d;
	border: 0;
	font-size: 0.8em;
	padding: 10px;
	color: white;
	font-family: "Lemon";
	cursor: pointer;
	box-shadow: 4px 4px 4px black;
}

.packBouttons {
	display: flex;
	justify-content: space-around;
}
.menuPdf {
	display: flex;
	padding: 15px;
	background: #4d4d4d;
	border-radius: 15px;
	width: auto;
	font-weight: bold;
	cursor: pointer;
	margin: auto;
	margin-top: 20px;
	width: 40%;
	border: 5px solid #4d4d4d;
	font-size: 1.1em;
}

.download {
	display: flex;
	align-items: center;
}

a {
	text-decoration: none;
}
.menuPdf:active, .menuPdf:hover {
	border: 5px solid #fff;
}
.menuPdf  img{
	width: 30px;
	height: 35px;
	margin-right: 20px;
}
.menuPdf {

}
#doublecol {
	display: flex;
}
#droite {
	margin-left: 35px;
}
#menuBoutton:hover, #menuBoutton:active {
	background-color: #f7c153;
}
h1, h2, h3 {
	font-family: "Lemon";
}

H1, H2 {
	color: #f7c153;
}
a, a:visited {
	color: #be392d;
	color: white;
}
strong {
	color: #f24434;
}
.langue {
	display: inline-block;
	width: 20px;
}

.menuLang {
	margin-left: 10px;
	margin-top: 10px;
}
.centrer {
	text-align: center;
}
#loading {
	background-color: #171717;
	z-index: 1;
	width: 100%;
	height: 100%;
	position: absolute;
}
main {
	width: 90%;
	margin: auto;
}
.gras {

}
.reseaux img {
	width: 20px;
}

.reseaux p{
	padding 0;
	margin: 0;
}
nav #logo{
	position: absolute;
	width: 120px;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

nav {
	position: relative;
	margin-top: 5vh;
	background: #171717;
	margin-bottom: 10vh;

}

nav ul {
	border-top: 5px solid #be392d;
	display: flex;
	justify-content: space-around;
	align-items: center;
	text-align: center;
	padding-left: 0;
	height: 50px;
	margin-top: -25px;
	list-style-type: none;
}
nav ul li a {
	width: 120px;

	line-height: 50px;

	text-decoration: none;
	font-size: 1.1em;
	display: block;
}
.active {
	background-color: #be392d;
}
nav a:hover {
	background-color: #be392d;
}
#horaire {
	display: flex;
}
.coldroite {
	list-style-type: none;
}
.ferme {
	color: #f7c153;
}
#annonce {
	display: block;
	padding: 1px;
	border-radius: 15px;
	border: 2px solid #FFF;
	width: 100%;
	margin: auto;
	line-height: 20px;
	text-align: center;
	margin-bottom: 5vh;
}

.horaire {
	display: inline-block;
	width: 120px;
}
#burger {
	width: 450px;
	height: 400px;
}
#gauche {
	text-align: center;
}
#gauche img {

	margin-top: 20px;
	margin-left: 50px;
}

#droite {
	margin-top: 30px;
	padding-top: 50px;
	text-align: justify;
	padding-right: 15px;
}

#droite ul {
	line-height: 25px;
}

#icones {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: center;
}
nav>ul>li>a {
	color: white;
}
.cadre {
	width: 250px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	height: 250px;
	text-align: center;
	padding: 10px;
	border: 5px solid white;
	display: flex;
	flex-flow: column;
	background-color: #282828;
	align-items: center;
}
.cadre img {
	margin: auto;
	width: 100px;
	height: 100px;
}

footer, footer p{
	display: block;
	background-color: #171717;
	margin: 0;
	text-align: center;
	padding: 20px;
	margin-top: 20px;

}
h2 {
	font-size: 1.2em;
}


.devCadre {
	display: block;
	background-color: #ffffff;
	color: #282828;
	border-radius: 5px;
	height: auto;
	margin-top: 0;
	margin-bottom: 20px;
	text-align: center;
	width: 300px;

}

article {
	margin-top: 50px;
}
.devCadre h3 {
	height: 35px;
	padding-top: 10px;
	margin: 0;
}
.devCadre>ul {
	display: none;
	list-style-type: none;
	border-top: 2px solid black;
	padding-top: 20px;
	line-height: 25px;
	padding-bottom: 20px;
	background-color: #fff;
	padding-left: 0;
	margin: 0;
	border-radius: 0px 0px 15px 15px;
}

#menu {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: flex-start;
}

#nous {
	display: block;
	margin: auto;
	width: 70%;
}

article p {
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: justify;
}

#galerie {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}

#galerie img {
	display: block;
	width: 200px;
	height: 150px;
	margin-top: 15px;
}

#titrenous {
	text-align: center;
	font-size: 2.5em;

}

.bleu {
	color: #2d6fca;
	text-decoration: none;
}
.bleu:visited {
	color: #2d6fca;
	text-decoration: none;
}

.fb-page {
	text-align: center;
}

#loginPanel {
	margin: auto;
	margin-top: 200px;
	margin-bottom: 200px;
	width: 350px;
	text-align: center;
}

#submitKey {
	margin-top: 15px;
	height: 35px;
	width: 100px;
	padding: 0px;
}

.champTexte {
	width: 100%;
	height: 35px;
	padding-left: 15px;
	font-size: 100%;
}

#horaireChamp {

	display: flex;
	flex-flow: column;
}

.btn {
	background-color: #be392d;
	color: white;
	border: none;
	padding: 10px;
	margin-top: 15px;
	font-size: 1em;
}

select {
	width: 100px;
	font-size: 1em;;
	border-radius: 0px

}
#selects {
	list-style-type: none;
}

#selects {
	display: flex;
	justify-content: flex-start	;
}
#selects li {
	margin-top: 20px;
}

.droit {
	display: inline-block;
	width: 100px;
	text-align: right;
}
.btnHoraire {
	margin-left: 15%;
}
@media screen and (max-width: 1023px) {

	section {
		display: flex;
		flex-flow: column;
		width: 100%;
	}
	#gauche {
		display: flex;
		justify-content: center;
		width: 100%;
	}
	#droite {
		width: 100%;
	}

	#gauche img {
		margin: 0;
		width: 80%;
	}
	nav {
		margin-bottom: 35px;
		margin-top: 110px;
	}
	nav ul {
		flex-flow: column;
		width: 100%;
		height: auto;
	}
	nav ul li {
		width: 100%;
	}
	nav ul li a {
		width: 100%;
	}
	nav #logo {
		top:-25%;
	}
	#titrenous {
		line-height: 45px;
	}

}
