/*---------------------------------------------------------------------------------
Theme Name:   Divi Child
Theme URI:    https://www.elegantthemes.com/
Description:  Divi Child theme by Web Hors Piste
Author:       Web Hors Piste
Author URI:   https://www.webhorspiste.com/
Template:     Divi
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
------------------------------ ADDITIONAL CSS HERE ------------------------------*/
body.et_pb_recaptcha_enabled .grecaptcha-badge { 
	visibility: hidden;
}

/*=========================
* GLOBAL
* */
.align-vertical{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}
.align-vertical-special .et_pb_row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
@media (max-width: 980px) {
	.reverse-mobile{
		flex-direction:column-reverse;
	}
}

.d-flex{
	display:flex;
}
.et_pb_button_module_wrapper{
	display: inline-block;
}
.et_pb_button_6_wrapper.et_pb_button_module_wrapper{
	display:block;
}

.et_contact_bottom_container{
	margin-top: 0;
	justify-content: center;
	float: none;
}
/*=========================
* FOOTER
* */
.signature-whp .et_pb_blurb_content{
	display: flex;
	align-items: center;
	justify-content: center;
}
.signature-whp .et_pb_blurb_content .et_pb_main_blurb_image{
	margin:0;
}
/* Ciblage de la description du blurb spécifique */
.signature-whp .et_pb_blurb_description p::after {
    content: "\e02b"; 
    font-family: 'ETmodules' !important; 
    margin-left: 6px; 
    display: inline-block;
    vertical-align: middle;
    font-size: 14px; 
    color: inherit; 
    transition: all 0.3s ease;
}

/* Optionnel : Changement de couleur au survol du module */
.signature-whp:hover .et_pb_blurb_description p::after {
	/*color: #007aff; */
}
/*=========================
* HEADER
* */
#header-section > .et_pb_row{
	display: flex;
	align-items: center;
}
#header-section #column-header-logo, #header-section #column-header-btn{
	width:200px!important;
}
#header-section #column-header-menu{
	width:100%;
}
#header-section .et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a{
	padding: 20px 0;
}
#header-section > .et_pb_row #column-header-btn{
	text-align: right;
}
#header-section #column-header-btn .btn-telephone{
	min-width:200px;
}

/* Mobile header */
@media (max-width: 980px) {

	#header-section .et_pb_column_1_3 .et_pb_menu__wrap{
		justify-content:flex-end;
	}
	#header-section #column-header-btn{
		width:0px!important;
	}
	#header-section #column-header-btn > .et_pb_module{
		position: fixed;
		bottom: 10px;
		right: 10px;
	}		
}
/*=========================
* Landing
* */

#hero-ligne{
	text-align:center;
}
.text-preview .et_pb_text_inner p,.text-deco .et_pb_text_inner p {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 20px;
	width: 100%;
}

.text-preview .et_pb_text_inner p::before, 
.text-preview .et_pb_text_inner p::after {
	content: "" !important;
	display: inline-block !important;
	width: 40px !important;
	height: 1px !important;
	background-color: #c6a65b !important;
	flex-shrink: 0;
}
.text-deco .et_pb_text_inner p {

	justify-content:left!important;

}
.text-deco .et_pb_text_inner p::after {
	content: "" !important;
	display: inline-block !important;
	width: 40px !important;
	height: 1px !important;
	background-color: #c6a65b !important;
	flex-shrink: 0;
}
@media (max-width: 600px) {
	.text-preview .et_pb_text_inner p {
		gap: 7px;
	}
	.text-preview .et_pb_text_inner p::before, 
	.text-preview .et_pb_text_inner p::after {
		width: 30px !important;
	}
}
/* Section - Avis Clients */
.avis-clients{
	height: 100%;
}   

.avis-clients .google-stars {
	display: flex;
	align-items: center;
	font-family: Arial, sans-serif;
	gap: 5px;
	justify-content:left;
}

.avis-clients .rating-score {
	color: #3c4043;
	/*font-weight: bold;*/
	font-size: 16px;
}

.avis-clients .stars-container {
	color: #fbbc04; 
	font-size: 18px;
	letter-spacing: 0px;
	display: flex;

}
.avis-clients .et_pb_testimonial_portrait{
	float:left;
	margin-right:15px;
}

.avis-clients .et_pb_testimonial_content > p{
	display:inline-block;
}
/*Section - Nos horaires */
.table-horaires {
	width: 100%;
	border-collapse: collapse;
	border: none !important;
	margin: 20px 0;
}
.table-horaires tr {
	border: none !important;
}
.table-horaires td {
	padding: 15px 0 !important;
	border: none !important;
	line-height: 1.4;
	vertical-align: middle;
}
.table-horaires td:first-child {
	width: 40%;
	font-size: 18px; /* Plus grand pour l'emphase */
	letter-spacing: 0.5px;
}

.table-horaires td:last-child {
	width: 60%;
	font-size: 15px; /* Plus discret */
	text-align: right; /* Aligné à droite pour un look plus pro */
}

.table-horaires tr:not(:last-child) {
	border-bottom: 1px solid rgba(0,0,0,0.05) !important;
}
/* Section - Zones d'interventions */
.zones-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin-top: 20px;
}

.zones-tags span {
	display: inline-block;
	padding: 10px 18px;
	background: #EDEAE6;
	color: #2F2F2F;
	border-radius: 999px;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	line-height: 1;
	border: 1px solid rgba(139, 148, 117, 0.18);
	box-shadow: 0 2px 8px rgba(0,0,0,0.04);
	transition: all 0.25s ease;
}

.zones-tags span:hover {
	background: #8b9475;
	color: #ffffff;
	transform: translateY(-2px);
}
/*Section - Contact */
.form-colonne{
	background-color: #8b9475;
	border-radius: 10px 10px 10px 10px;
	overflow: hidden;
	border-width: 1px;
	border-color: rgba(198, 166, 91, 0.33);
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

