/*
 * WP Grid Builder overrides.
 *
 * Important: many !important declarations in this file are intentional.
 * WP Grid Builder can inject/load highly specific card styles; these rules
 * are kept late in the cascade to preserve the current production rendering.
 */

/** --------------------------------------------------------------------

  CARTES ASSOCIATIONS + COMMERCES

--------------------------------------------------------------------- */

.associations-carte .wpgb-card-content.wpgb-scheme-dark .wpgb-card-body{
background:#e6e6e6;
	border-radius:6px !important;
	font-size:1.1em !important;
}

.associations-titre {
	font-family:'SF UI Display Heavy', Arial, sans-serif !important;
	text-transform:uppercase;
	letter-spacing: .05em;
	line-height:1.3em !important;
	margin:8px 0 6px 0!important;
}

.associations-adresse {
	font-style:italic;
	margin-bottom:2px !important;
	display:block !important;
}

.associations-ville {
	margin-bottom:10px !important;
	display:block !important;
}

.associations-carte .wpgb-block-term {
	letter-spacing: .02em;
	background:#444;
	padding: 1px 8px!important;
	color:#fff !important;
	font-size:0.9em !important;
	border-radius:3px !important;
}

.associations-tel, 
.associations-adresse,
.associations-ville {
	position: relative;   
	display: inline;
}

.associations-tel::before,
.associations-adresse::before,
.associations-email::before,
.associations-email2::before,
.associations-site::before,
.associations-fb::before,
.associations-yt::before {
	content: '';
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block; /* Permet de positionner l'icône en ligne */
	vertical-align: middle; /* Aligne l'icône avec le texte */
}

.associations-tel::before {
	background-image: url('/wp-content/themes/Divi-Child/img/ico/phone.svg');    
	width: 20px; /* Ajustez la taille selon vos besoins */
	height: 20px;
	margin-right: 12px; /* Espace entre le texte et l'icône */    
	margin-top:-6px;
}

.associations-adresse::before {
	background-image: url('/wp-content/themes/Divi-Child/img/ico/location.svg');
	width: 20px; /* Ajustez la taille selon vos besoins */
	height: 20px;
	margin-right: 14px; /* Espace entre le texte et l'icône */
	margin-top:-7px;
	
}

.associations-email::before {
	background-image: url('/wp-content/themes/Divi-Child/img/ico/mail2.svg');
	width: 20px; /* Ajustez la taille selon vos besoins */
	height: 20px;
	margin-right: 14px; /* Espace entre le texte et l'icône */
	margin-top:3px;
}

.associations-site::before {
	background-image: url('/wp-content/themes/Divi-Child/img/ico/link-web.svg');
	width: 20px; /* Ajustez la taille selon vos besoins */
	height: 20px;
	margin-right: 14px; /* Espace entre le texte et l'icône */
	margin-top:-2px;
}

.associations-fb::before {
	background-image: url('/wp-content/themes/Divi-Child/img/ico/facebook.svg');
	width: 20px; /* Ajustez la taille selon vos besoins */
	height: 20px;
	margin-right: 14px; /* Espace entre le texte et l'icône */
	margin-top:-4px;
}

.associations-yt::before {
	background-image: url('/wp-content/themes/Divi-Child/img/ico/youtube.svg');
	width: 20px; /* Ajustez la taille selon vos besoins */
	height: 20px;
	margin-right: 14px; /* Espace entre le texte et l'icône */
	margin-top:-4px;
}


.wpgb-card-body.associations-infos:hover {
	background:#d6d6d6 !important;
}


.map-button {
	display:inline-block  !important;
	margin-top:20px !important;
	float:right;
	background:#333;
	padding:8px 12px 8px 18px !important;
	border-radius:6px;
	color:#fff !important;
	font-size:0.9em !important;
	letter-spacing: 0.04em !important;
}

.map-button::after {
	content: '';
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block; /* Permet de positionner l'icône en ligne */
	vertical-align: middle; /* Aligne l'icône avec le texte */
	background-image: url('/wp-content/themes/Divi-Child/img/ico/arrow-right.svg');
	width: 26px; /* Ajustez la taille selon vos besoins */
	height: 16px;
	margin-left: 12px; /* Espace entre le texte et l'icône */
	margin-top: -2px;
	filter: invert(98%) sepia(0%) saturate(0%) hue-rotate(338deg) brightness(101%) contrast(104%);
	transition: background 0.2s linear !important;
	padding-right:10px !important;
}

.map-button:hover::after {
	background-position: 10px !important;
}

.map-button:hover {
	background-color: #444 !important; 
	transition: background-color 0.3s ease !important;
	color:#fff;
}





/** --------------------------------------------------------------------

  CARTES COMMUNIQUES

--------------------------------------------------------------------- */

.communiques-carte a.btn-download {
width: 60px !important; /* Ajustez la taille de la boule */
    height: 60px; /* Ajustez la taille de la boule */
}

.communiques-carte .wpgb-card-content.wpgb-scheme-dark .wpgb-card-body{
background:#fff;
	border-radius:6px !important;
	font-size:1.1em !important;
	border:1px solid #ccc
}

.communiques-carte:hover .wpgb-card-content.wpgb-scheme-dark .wpgb-card-body{
background:#fff !important;
}

.communiques-carte time {
	font-size:0.85em !important;
	background:#e4ecf4 !important;
	border-radius:3px !important;
	line-height:1em !important;
	padding:6px 12px !important;
	color: #1265b9 !important;
	display:inline-block !important;
	margin-bottom:10px
}


