/*
Theme Name: ChildThemeDivi
Description: Thème enfant de Divi 5
Version: 1.0.0
Author: 
Author URI: 
Theme URI: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: Divi
*/
/* 20260313 MODIF TC - correction couleur lien actif menu primaire */
#top-menu li.current-menu-item > a {
	color: #0F606B;
}
/* 20260317 MODIF TC - ajout pictos*/
#tel-picto a::before{
	font-family: 'ETMODULES';
	content: "\e090";
	position: relative;
	top: 2px;
	margin-right: 4px;
}
#mail-picto a::before{
	font-family: 'ETMODULES';
	content: "\e076";
	position: relative;
	top: 2px;
	margin-right: 4px;
}
/* 20260317 MODIF TC - ajout social icon Linkedin*/
.et-social-linkedin a.icon:before { content: '\e09d'; }

/* 20260325 MODIF TC - agrandir zone saisie Captcha*/
.et_pb_contact_captcha {
	padding-right: 5px !important;
	padding-left: 5px !important;
	text-align: center !important;
}