/* ****************** */
/* BANDEAU TOP
/* ****************** */

#bandeau_top img{
	width: 100%;
}



/* ****************** */
/* HOME TOP
/* ****************** */

#home_top{
	text-align: center;
	position: relative;
	background-position: center;
	background-size: cover;
	background-color: #3859a5;
}

#home_top .home_top_content{
	position: relative;
	z-index: 2;
	padding: 4em 2em;
}

#home_top .home_top_logo{
	text-align: center;
	padding: 2em;
}

#home_top .home_top_logo img{
	width: 100%;
	max-width: 800px;
}

#home_top .home_top_logo2{
	text-align: center;
}

#home_top .home_top_logo2 img{
	width: 100%;
	max-width: 200px;
}

#home_top .home_top_links{
	margin-top: 2em;
}

#home_top .home_top_links a{
	color: #fff;
	font-size: 1.3rem;
	text-decoration: none;
	padding: 10px 40px;
	border-radius: 5px;
	margin: 0.5em;
	display: inline-block;
}

#home_top .home_top_links a:hover{
	background-color: #222;
}

#home_top .home_top_links .link1{
	background-color: #3859a5;
}

#home_top .home_top_links .link2{
	background-color: #cf111c;
}

@media(max-width: 576px){

	#home_top h1{
		font-size: 2.5rem;
	}

	#home_top h2{
		font-size: 1.3rem;
	}

	#home_top .home_top_links a{
		font-size: 1rem;
	}

}

/* Appliquer l'animation */
#home_top h1{
  animation-name: moveDown;
  animation-duration: 2s;
}

#home_top h2{
  animation-name: moveUp;
  animation-duration: 2s;
}

#home_top .home_top_links{
  animation-name: fadeIn;
  animation-duration: 2s;
}


.home_tirage h3{
	font-size: 2rem;
	color: #fff;
}

.home_tirage span a{
	background-color: #fff;
	color: #111;
	text-decoration: none;
	font-size: 1.5rem;
	padding: 8px 15px;
	border-radius: 5px;
}

.home_tirage span a:hover{
	background-color: #ddd;
}

.home_tirage h4{
	color: #fff;
	font-size: 1.3rem;
	font-weight: 400;
	padding-bottom: 3em;
}

.home_tirage h4 a{
	color: #fff;
	text-decoration: none;
}

.home_tirage h4 a:hover{
	text-decoration: underline;
}


/* ****************** */
/* PRESENTATION
/* ****************** */

#presentation .presentation_texte{
	margin-top: 1em;
}

#presentation .presentation_texte h2{
	color: #3859a5;
	font-size: 1.5rem;
	font-weight: 500;
}

#presentation .presentation_texte h3{
	font-size: 1.3rem;
	font-weight: 400;
}

#presentation .presentation_photo{
	text-align: center;
}

#presentation .presentation_photo img{
	width: 100%;
}



/* ****************** */
/* APPLICATIONS
/* ****************** */

#applications{
	background-color: #111;
}

#applications .application_blocs{
	margin-top: 3em;
}

#applications .application_bloc{
	position: relative;
	display: block;
	padding: 1.5em;
}

#applications .application_bloc_hover{
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 1.5em;
}

#applications .application_bloc_hover span{
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
}

#applications .application_bloc img{
	width: 100%;
}

#applications .application_bloc_content{
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 3em;
}

#applications .application_bloc_texte{
	position: relative;
	width: 100%;
	height: 100%;
	border: solid 3px #fff;
	display: flex;
	align-items: center;
	text-align: center;
	text-decoration: none;
}

#applications .application_bloc_texte:hover{
	background-color: rgba(227,6,19, 0.8);
	border: solid 3px #cf111c;
}

#applications .application_bloc_texte_content{
	display: inline-block;
	padding: 1em;
	color: #fff;
	font-size: 0.9rem;
}

#applications .application_bloc_texte_content h3{
	margin: 0;
	text-transform: uppercase;
	font-size: 1.4rem;
	font-weight: 600;
}

#applications .application_bloc_texte span{
	color: #222;
	text-transform: uppercase;
	background-color: #fff;
	padding: 5px 10px;
	margin-top: 0.5em;
	display: inline-block;
}

#applications .application_bloc_texte:hover span{
	background-color: #222;
	color: #fff;
}



/* ****************** */
/* HOME BETONS
/* ****************** */

#home_betons .home_beton{
	padding: 0 2em;
	margin-top: 4em;
}

#home_betons .home_betons_photo{
	text-align: center;
}

#home_betons .home_betons_photo img{
	width: 100%;
	max-width: 400px;
}

#home_betons .home_betons_texte{
	text-align: center;
	margin: 2em 0 0;
}

#home_betons .home_betons_liste{
	text-align: center;
}

#home_betons .home_betons_liste ul{
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#home_betons .home_betons_liste ul li{
	margin: 1.5em 0;
	font-size: 1.2rem;
	font-weight: 500;
}

#home_betons .home_betons_liste ul li::before{
	background-image: url('../../content/img/check.png');
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: bottom left;
  display: inline-block;
  width: 25px; 
  height: 25px;
  content:"";
  padding: 1em;
}




/* ****************** */
/* HOME ACTUS
/* ****************** */

#home_actus{
	background-color: #eee;
}

#home_actus .home_actus_texte h3{
	margin: 0;
	text-transform: uppercase;
}

#home_actus .home_actus_photo img{
	width: 100%;
}

#home_actus .home_actus_link{
	text-align: center;
	margin-top: 1em;
	display: inline-block;
	width: 100%;
}

#home_actus .home_actus_link a{
	background-color: #333;
	color: #fff;
	padding: 8px 20px;
	text-decoration: none;
}

#home_actus .home_actus_link a:hover{
	background-color: #cf111c;
}

#home_actus .home_actus_btn{
	margin-top: 3em;
}

@media(min-width: 992px){

	#home_actus .home_actus_content{
		position: relative;
		margin-top: 1em;
	}

	#home_actus .home_actus_texte{
		width: 60%;
		display: inline-block;
		background-color: #fff;
		padding: 6em;
		margin-top: 5em;
		position: relative;
		z-index: 10;
	}

	#home_actus .home_actus_photo{
		display: inline-block;
		position: absolute;
		top: 0;
		right: 0;
		width: 50%;
		z-index: 1;
	}

}

@media(max-width: 1200px){

	#home_actus .home_actus_texte{
		padding: 4em;
	}

}

@media(max-width: 992px){

	#home_actus .home_actus_content{
		margin: 0;
	}

	#home_actus .home_actus_texte{
		background-color: #fff;
		padding: 3em;
		margin-top: 3em;
	}

	#home_actus .home_actus_photo{
		margin-top: 2em;
	}

}




/* ****************** */
/* GALERIE
/* ****************** */

.galerie_album{

}

.galerie_album_photo{
	padding: 1.5em;
}

.galerie_album .row{
	display: flex;
	justify-content: center !important;
}

.galerie_album_photo img{
	width: 100%;
}

.galerie_album_photo a:hover img{
	opacity: 0.6;
}

@media(max-width: 1200px){

	.galerie_album_photo{
		padding: 1em;
	}

}

@media(max-width: 992px){

	.galerie_album_photo{
		padding: 1em;
	}

}




/* ****************** */
/* RÉSEAUX SOCIAUX
/* ****************** */

#reseaux{
	position: relative;
	background-position: center;
	background-size: cover;
	padding: 1em;
	margin-top: 2em;
}

#reseaux .reseau_hover{
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	z-index: 1;
}

#reseaux .reseaux_link{
	position: relative;
	z-index: 10;
	text-align: center;
}

#reseaux .reseaux_link a{
	text-decoration: none;
	margin: 0 10px;
}

#reseaux .reseaux_link a svg{
	fill: #fff;
	width: 50px;
}

#reseaux .reseaux_link a:hover svg{
	fill: #cf111c;
}



/* ****************** */
/* FORMULAIRE
/* ****************** */

#formulaire .formulaire_content{
	margin-top: 5em;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#formulaire form{
	max-width: 1000px;
}

#formulaire .form_group{
	padding: 1em 1em;
}

#formulaire .form_group label{
	display: block;
	margin-bottom: 0.5em;
}

#formulaire .form_group input{
	width: 100%;
	border: solid 1px #333;
	border-radius: 5px;
	padding: 0.5em;
	font-size: 1rem;
	height: 40px;
}

#formulaire .form_group select{
	font-family: 'Montserrat', sans-serif;
	width: 100%;
	border: solid 1px #333;
	border-radius: 5px;
	padding: 0.5em;
	font-size: 1rem;
	height: 40px;
}

#formulaire .form_group textarea{
	width: 100%;
	border: solid 1px #333;
	border-radius: 5px;
	padding: 1em;
	font-size: 1rem;
	height: 150px;
}

#formulaire .form_submit{
	text-align: center;
	margin-top: 1rem;
}

#formulaire .form_submit input{
	display: inline-block;
	background-color: #cf111c;
	color: #fff;
	text-decoration: none;
	padding: 10px 50px;
	text-transform: uppercase;
	border: none;
	font-size: 1rem;
}

#formulaire .form_submit input:hover{
	background-color: #222;
}
















