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

#home_top{
	padding-left: 5px;
	padding-right: 5px;
}

#home_top .home_top_photo{
	border: solid 5px #fff;
}

#home_top .home_top_photo img{
	width: 100%;
}



/* ****************** */
/* HOME INTRO
/* ****************** */

#home_intro{
	padding: 4em;
}

#home_intro .home_intro_logo{
	text-align: center;
}

#home_intro .home_intro_logo object{
	width: 100%;
	max-width: 150px;
}

#home_intro .home_intro_titre{
	text-align: center;
}

#home_intro .home_intro_titre h1{
	font-size: 2rem;
	font-weight: 400;
}

#home_intro .home_intro_texte{
	text-align: center;
}




/***********************/
/*   HOME BLOG
/**********************/

#home_blog{
	background-color: rgba(238, 215, 197, 0.2);
	text-align: center;
	padding: 3em 2em;
}

#home_blog .home_blog_soustitre{
	font-size: 1.1rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #e30613;
  margin: 0;
}

#home_blog .home_blog_titre h1{
	font-size: 2.3rem;
  font-weight: 400;
  margin: 0.5em 0;
}

#home_blog .home_blog_photo{
	margin-top: 2em;
}

#home_blog .home_blog_photo img{
	width: 100%;
	max-width: 1000px;
}



/* ****************** */
/* HOME PRESENTATION
/* ****************** */

#home_presentation .home_presentation_photo{
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	background-position: center center;
}

#home_presentation .home_presentation_photo img{
	width: 100%;
	max-width: 500px;
}

#home_presentation .home_presentation_texte{
	padding: 8em 6em;
}

#home_presentation .home_presentation_texte_titre1 h1{
	font-size: 1.1rem;
	font-weight: 300;
	text-transform: uppercase;
	color: #e30613;
	margin: 0;
}

#home_presentation .home_presentation_texte_titre2 h2{
	font-size: 2.3rem;
	font-weight: 400;
	margin: 0.5em 0;
}

#home_presentation .home_presentation_texte_liste ul{
	list-style-type: none;
	padding: 0;
}

#home_presentation .home_presentation_texte_liste ul li{
	position: relative;
	padding: 0;
	margin: 1em 0;
	font-size: 1.2rem;
	font-weight: 400;
}

#home_presentation .home_presentation_texte_liste ul li a{
	text-decoration: none;
	display: block;
	color: #000;
	padding: 0.1em 0 0.1em 2.5em;
	transition: background-size 0.5s ease-in-out; /* Ajoute une transition douce pour l'animation */
	background-repeat: no-repeat;
	background-size: 0% 100%;
}

#home_presentation .home_presentation_texte_liste ul li a:hover{
	color: #fff;
}

#home_presentation .home_presentation_texte_liste ul li::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 100%;
}

/* Animation sur survol pour chaque item */
#home_presentation .home_presentation_texte_liste ul li:hover a, 
#home_presentation .home_presentation_texte_liste ul li:focus-within a {
  background-size: 100% 100%;
}

/* Définition des couleurs de fond spécifiques à chaque item */
#home_presentation .home_presentation_texte_liste ul .bgcolor_betoncire a {
  background-image: linear-gradient(to right, #c09535 0%, #c09535 100%);
}

#home_presentation .home_presentation_texte_liste ul .bgcolor_peinture a {
  background-image: linear-gradient(to right, #884635 0%, #884635 100%);
}

#home_presentation .home_presentation_texte_liste ul .bgcolor_sol a {
  background-image: linear-gradient(to right, #eed7c5 0%, #eed7c5 100%);
}

#home_presentation .home_presentation_texte_liste ul .bgcolor_papier a {
  background-image: linear-gradient(to right, #67827d 0%, #67827d 100%);
}

#home_presentation .home_presentation_texte_liste ul .bgcolor_sdb a {
  background-image: linear-gradient(to right, #7e9e5b 0%, #7e9e5b 100%);
}

#home_presentation .home_presentation_texte_liste ul .bgcolor_carreau a {
  background-image: linear-gradient(to right, #cec185 0%, #cec185 100%);
}

#home_presentation .home_presentation_texte_liste ul .bgcolor_tissu a {
  background-image: linear-gradient(to right, #626926 0%, #626926 100%);
}

#home_presentation .home_presentation_texte_liste ul .bgcolor_mobilier a {
  background-image: linear-gradient(to right, #744542 0%, #744542 100%);
}

#home_presentation .home_presentation_texte_liste ul .bgcolor_luminaire a {
  background-image: linear-gradient(to right, #284356 0%, #284356 100%);
}

#home_presentation .home_presentation_texte_liste ul .bgcolor_tapis a {
  background-image: linear-gradient(to right, #b2c2bb 0%, #b2c2bb 100%);
}

#home_presentation .home_presentation_texte_liste ul .bgcolor_deco a {
  background-image: linear-gradient(to right, #073026 0%, #073026 100%);
}


/** CARRES DE COULEUR **/
#home_presentation .home_presentation_texte_liste ul .bgcolor_betoncire::before,
.bloc_services .bgcolor_betoncire a{
	background-color: #c09535;
}

#home_presentation .home_presentation_texte_liste ul .bgcolor_peinture::before,
.bloc_services .bgcolor_peinture a{
	background-color: #884635;
}

#home_presentation .home_presentation_texte_liste ul .bgcolor_sol::before,
.bloc_services .bgcolor_sol a{
	background-color: #eed7c5;
}

#home_presentation .home_presentation_texte_liste ul .bgcolor_papier::before,
.bloc_services .bgcolor_papier a{
	background-color: #67827d;
}

#home_presentation .home_presentation_texte_liste ul .bgcolor_sdb::before,
.bloc_services .bgcolor_sdb a{
	background-color: #7e9e5b;
}

#home_presentation .home_presentation_texte_liste ul .bgcolor_carreau::before,
.bloc_services .bgcolor_carreau a{
	background-color: #cec185;
}

#home_presentation .home_presentation_texte_liste ul .bgcolor_tissu::before,
.bloc_services .bgcolor_tissu a{
	background-color: #626926;
}

#home_presentation .home_presentation_texte_liste ul .bgcolor_mobilier::before,
.bloc_services .bgcolor_mobilier a{
	background-color: #744542;
}

#home_presentation .home_presentation_texte_liste ul .bgcolor_luminaire::before,
.bloc_services .bgcolor_luminaire a{
	background-color: #284356;
}

#home_presentation .home_presentation_texte_liste ul .bgcolor_tapis::before,
.bloc_services .bgcolor_tapis a{
	background-color: #b2c2bb;
}

#home_presentation .home_presentation_texte_liste ul .bgcolor_deco::before,
.bloc_services .bgcolor_deco a{
	background-color: #073026;
}

#home_presentation .home_presentation_catalogue{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2em;
}

#home_presentation .home_presentation_catalogue img{
	width: 100%;
	max-width: 500px;
}

#home_presentation .home_presentation_map iframe{
	width: 100%;
	height: 100%;
	min-height: 500px;
}

#home_presentation .home_presentation_coord{
	margin-top: 3em;
	padding-left: 2em;
}

#home_presentation .home_presentation_coord_line{
	display: flex;
	align-items: center;
	font-size: 1.3rem;
	font-weight: 400;
	margin: 1em 0;
}

#home_presentation .home_presentation_coord_line a{
	text-decoration: none;
	color: #000;
}

#home_presentation .home_presentation_coord_line a:hover{
	color: #e30613;
}

#home_presentation .home_presentation_coord svg{
	width: 20px;
	margin-right: 0.5em;
}

#home_presentation .home_presentation_horaires_table{
	display: flex;
	align-items: center;
	justify-content: center;
}

#home_presentation .home_presentation_horaires h3{
	font-size: 1.1rem;
	font-weight: 300;
	text-transform: uppercase;
	color: #e30613;
	margin: 3em 0 0;
	text-align: center;
	font-weight: 500;
}

#home_presentation .home_presentation_horaires table{
	border-spacing: 0;
	width: 100%;
	max-width: 500px;
	font-size: 1.2rem;
	margin-top: 1em;
}

#home_presentation .home_presentation_horaires table .bg_grey{
	background-color: #eee;
}

#home_presentation .home_presentation_horaires table td{
	padding: 0.5em 1em;
	margin: 0;
	border: none;
}

#home_presentation .home_presentation_horaires table .td_left{
	text-align: left;
}

#home_presentation .home_presentation_horaires table .td_right{
	text-align: right;
}

@media (min-width: 1200px) and (max-width: 1400px) {

	#home_presentation .home_presentation_texte_liste ul{
		margin: 0;
	}

	#home_presentation .home_presentation_texte_liste ul .bgcolor_tissu{
		margin-top: 0;
	}

}

@media(min-width: 1400px){

	#home_presentation .home_presentation_texte_liste .liste_left{
		padding-right: 2em;
	}

	#home_presentation .home_presentation_texte_liste .liste_right{
		padding-left: 2em;
	}

}

@media(min-width: 1200px){

	#home_presentation .home_presentation_photo img{
		display: none;
	}

}

@media(max-width: 1200px){

	#home_presentation .home_presentation_photo{
		background-image: none !important;
		padding: 0 6em 3em;
	}

	#home_presentation .home_presentation_texte{
		padding: 3em 6em;
	}

}

@media(max-width: 768px) {

	#home_presentation .home_presentation_texte_liste ul{
		margin: 0;
	}

	#home_presentation .home_presentation_texte_liste ul .bgcolor_tissu{
		margin-top: 0;
	}

	#home_presentation .home_presentation_horaires table{
		font-size: 1rem;
	}

}


@media(max-width: 576px){

	#home_presentation .home_presentation_photo{
		padding: 0 2em 2em;
	}

	#home_presentation .home_presentation_texte{
		padding: 2em 2em 4em;
	}

}