@font-face {
	font-family: 'Raleway';
	src: url('/Fonts/Raleway/RALEWAY-BLACK.TTF');
}

@font-face {
	font-family: 'LEELAWUI';
	src: url('/Fonts/LEEL/LEELAUIB.TTF');
}

@font-face {
	font-family: 'timer';
	/*src: url('/Fonts/DS-DIGII.TTF');*/
	src: url('/Fonts/Square One Bold.otf');
}

body {
	font-family: Calibri, Arial;
	padding: 0px;
	margin: 0px;
}

header {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

header img {
	width: 100%;
}

h1 {
	/*font-size: 2em;*/
}

.conteneur_contenue {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}

.element_contenue {
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid black;
	width: 50%;
}


#fb {
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
}

footer {
	margin-top: 30px;
}

.font-leel {
	font-family: 'LEELAUIB';
}

.font-raleway {
	font-family: 'Raleway';
}

.font-timer {
	font-family: 'timer';
}

.text-violet {
	color: rgb(62, 35, 90);
}

.text-vert {
	color: rgb(143, 193, 45);
}


.background-vert {
	background-color: rgb(143, 193, 45)
}

.background-violet {
	background-color: rgb(62, 35, 90);
}

.visuel-partenaires {
	width: 100%;
	display: bloc;
}

.galerie_conteneur {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	border: 0px solid black;
}

.galerie_element {
	margin: 5px;
	width: 20%;
}

#contenair-timer {
	background-color: black;
}

.container-timer {
	/*text-align:center;
	font-size:3em;

	background-size: 100%;
	background-repeat:no-repeat;*/
}

.container-mobile-montre {
	/*background-color: red;*/
	height: 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.element-mobile-montre {
	width: 100%;
	text-align: center;
}

.element-mobile-montre img {
	display: bloc;
	height: 0px;
}

.container-flex {
	/*background-color: green;*/
	/*height: 150px;*/
	/*display: flex;
	justify-content:space-between;
	align-items: center;*/
}

.contenair-flex-element {
	width: 100%;
	text-align: center;
}

.contenair-flex-element:nth-child(1) {
	flex: 1;
}

.contenair-flex-element:nth-child(2) {
	flex: 2;
}

.contenair-flex-element:nth-child(3) {
	flex: 2;
}

.contenair-flex-element:nth-child(4) {
	flex: 2;
}

.contenair-flex-element:nth-child(5) {
	flex: 1;
}

.banner_decompte {
	margin-top: 0px;
	margin-bottom: 0px;
}

#countdown {}

.size_timer {
	background-color: black;
	text-align: center;
	color: white;
	margin: 0px;
	padding: 0px;
	font-variant-numeric: lining-nums;
	font-size: 2em;
}

/*.container_compteur {
	margin: 0px;
}

.bloc_compteur {
	margin: auto;
	margin-top: 0px;
	text-align: center;
	/*background-color: black;
}

.size_timer {
	height: 100px;
	line-height: 100px;
	margin: 0px;
}*/

.mobile-only {
	display: none !important;
}

@media screen and (min-width: 0px) and (max-width: 1000px) {
	.container-mobile-montre {
		height: 100px;
	}

	.element-mobile-montre img {
		display: bloc;
		height: 100%;
	}


	/*#countdown {
		height: 0px;
	}

	.container_compteur {
		margin: 0px;
		padding: 0px;
		width: 100%;
	}

	.bloc_compteur {}*/

	.size_timer {
		background-color: black;
		text-align: center;
		color: white;
		margin: 0px;
		padding: 0px;
		font-variant-numeric: lining-nums;
		font-size: 1em;
	}

	.desktop-only {
		display: none !important;
	}

	.mobile-only {
		display: block !important;
	}
}