/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.pp-dual-heading{
	margin: 0;
}
.extended-background:after{
	content: "";
    height: 100%;
    width: 1000%;
    background-color: #0B109F;
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}
/*ACCORDION HOME*/
.pp-dual-heading {
	margin: 0;
}
/*Survol image*/
.elementor-widget-image div{
	overflow: hidden;
}
.elementor-widget-image div img{
	transition: ease-out 0.5s;
	transform: scale(1);
}
.elementor-widget-image:not(.logo):hover div{
	overflow: hidden;
}
.elementor-widget-image:not(.logo):hover div img{
	transition: ease 0.5s;
	transform: scale(1.2);
}

/*FOOTER*/
.specif_agence_footer{
	display: block;
	width: 50px !important;
	height: 50px;
}
.specif_agence_footer .elementor-widget-container{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.specif_agence_footer .elementor-widget-container p.pp-dual-heading{
	margin:0;
	margin-bottom: 0;
}
p.pp-dual-heading{
	margin:0;
	margin-bottom: 0;
}
/*ACCUEIL*/
.elementor-12 .elementor-element.elementor-element-7493483 .swiper-slide-inner{
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,0.7539390756302521) 0%, rgba(0,153,104,0) 34%);
}
/*accordéon*/
#home-accordion-services .pp-image-accordion-content-wrap *{
	opacity: 1;
	visibility: visible;
}
#home-accordion-services .pp-image-accordion-content-wrap .pp-image-accordion-title{
	color: #fff;
	-webkit-transform: translate3d(0,0px,0);
	transform: translate3d(0,0px,0);
}
#home-accordion-services .pp-image-accordion .pp-image-accordion-description, #home-accordion-services .pp-image-accordion .pp-image-accordion-button-wrap{
	display: none;
}
#home-accordion-services .pp-image-accordion .pp-image-accordion-content-active .pp-image-accordion-description, #home-accordion-services .pp-image-accordion .pp-image-accordion-content-active .pp-image-accordion-button-wrap{
	display: block;
}

.elementor-12 .elementor-element.elementor-element-87ab6d5 .pp-image-accordion-item .pp-image-accordion-overlay{
	background:url(https://www.groupe-efs.fr/wp-content/uploads/2023/03/Motif-hexagone.png) !important;
	background-position: bottom left !important;
	background-repeat: no-repeat !important;
	background: linear-gradient(0deg, rgba(0,0,0,0.6671043417366946) 0%, rgba(255,255,255,0) 100%);
}
/*actualites*/
/*LISTE CHAMBRE*/
#actualite-home .pp-post.pp-grid-item div.pp-post-thumbnail{
	overflow: hidden;
}
#actualite-home .pp-post.pp-grid-item div.pp-post-thumbnail img{
	transition: ease-out 0.5s;
	transform: scale(1);
	height: 250px;
	object-fit: cover;
}
#actualite-home .pp-post.pp-grid-item:hover div.pp-post-thumbnail{
	overflow: hidden;
}
#actualite-home .pp-post.pp-grid-item:hover div.pp-post-thumbnail img{
	transition: ease 0.5s;
	transform: scale(1.2);
}
#actualite-home .pp-post.pp-grid-item div.pp-post-content-wrap{
box-shadow: 0px 1px 10px -1px rgba(0,0,0,0.71);
-webkit-box-shadow: 0px 1px 10px -1px rgba(0,0,0,0.71);
-moz-box-shadow: 0px 1px 10px -1px rgba(0,0,0,0.71);
}


/**
 * cartes
 *
 */
.post-type-archive-agence .specif-carte{
	background: url(https://www.groupe-efs.fr/wp-content/uploads/2025/04/Grande-Carte_agences.png) no-repeat;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
	transform:scale(1.3);
	height:650px;
    width: 620px;
    margin: 0 auto;
	font-size:.9rem;
}
.post-type-archive-agence .specif-carte .specif-tooltip{
	height:180px;
}
.post-type-archive-agence .specif-carte .specif-tooltip > h3,
.post-type-archive-agence .specif-carte .specif-tooltip > .specif-bt,
.post-type-archive-agence .specif-carte .specif-tooltip > p{
	font-size: 0.7rem!important;
}
.specif-carte{
	width:100%;
	/* background: url(https://www.groupe-efs.fr/wp-content/uploads/2023/03/Petite-Carte_home-metiers.png) no-repeat; */
	height:400px;
	position:relative;
	/* width:414px; */
	transform:scale(1);
	transform-origin: left top;
}
.specif-carte > .specif-moteur{
	/* position:absolute; */
	display:flex;
    flex-direction: column;
    align-items: center;
	margin:0 auto;
}
.specif-carte > .specif-moteur > input{
	width:auto;
	
    font-size: 0.8rem;
    color: #383699;
    font-weight: 500;
    margin: 5px;
	padding: 5px 10px;
	background: #fff;
}
.specif-carte > .specif-moteur > p{
	width:auto;
	
    font-size: 0.8rem;
    color: #383699;
    font-weight: 500;
    margin: 5px;
}
.specif-carte > .specif-agence{
	position:absolute;
	display:flex;
    flex-direction: column;
    align-items: center;
}
.specif-carte > .specif-agence > .specif-tooltip{
	padding:20px;
	background:#fff;
    flex-direction: column;
    align-items: center;
	width:250px;
	display:none;
	position:absolute;
	top:-240px;
	height:230px;
    box-shadow: 0px 0 12px #00000038;
	z-index:999999
	
}
.specif-carte > .specif-agence > .specif-tooltip:after{
	position: absolute;
    bottom: -24px;
    content: "";
    width: 0;
    height: 0;
    border-right: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid transparent;
	left: 113px;
    border-top: 12px solid #fff;
}
.specif-carte > .specif-agence > .specif-tooltip > h3{
	text-transform:uppercase;
	color:#3B429C;
	font-size:1rem;
	margin:0;
	text-align:center;
}
.specif-carte > .specif-agence > .specif-tooltip > p{
	margin:0;
	font-weight:500;
	text-align:center;
}
.specif-carte > .specif-agence > .specif-tooltip > .specif-bt{
	border-radius:5px;
	border:1px solid #313493;
	color:#fff;
	background:#313493;
	display:block;
	font-size:0.9rem;
	font-weight:500;
	width:100%;
	text-align:center;
	padding:5px 0;
	
}
.specif-carte > .specif-agence > .specif-tooltip > .specif-bt.specif-tel{
	color:#313493;
	background:#fff;
	margin:10px 0;
}
.specif-carte > .specif-agence > .specif-tooltip > .specif-bt.specif-tel:before{
	content: "\f879";
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	margin-right:10px;
}
.specif-carte > .specif-agence > .specif-tooltip > .specif-close{
	position: absolute;
    top: 5px;
    right: 5px;
    color: #686868;
    border-radius: 50%;
    width: 20px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #686868;
    font-size: 12px;
    font-family: cursive;
    background: #fff;
    box-shadow: 0px 0 3px #a6a6a6;
}
.specif-carte > .specif-agence > .specif-tooltip > .specif-close:hover{
	color: #000;
    border: 1px solid #000;
}
.specif-carte > .specif-agence > a{
	font-size:0;
	border-radius:50%;
	border:2px solid #bfbfbf;
	padding:2px;
	display:flex;
	background:#303493
	/* width:30px; */
	/* height:30px; */
}
.specif-carte > .specif-agence > a > span{
	font-size:0;
	display:block;
	border-radius:50%;
	background:#fff;
	width:6px;
	height:6px;
}

.specif-carte > .specif-agence.efs-ille-et-vilaine-35{
	left: 225px;
    top: 285px;
}
.specif-carte > .specif-agence.efs-finistere-29{
	left: 39px;
    top: 253px;
}
.specif-carte > .efs-aucaleuc-22{
	left: 176px;
    top: 259px;
}
.specif-carte > .efs-sable-72{
	left: 308px;
    top: 312px;
}
.specif-carte > .efs-cotes-darmor-22{
	left: 140px;
    top: 250px
}
.specif-carte > .efs-seine-et-marne-77{
	left: 529px;
    top: 217px;
}
.specif-carte > .efs-rouen-76{
	left: 412px;
    top: 147px;
}
.specif-carte > .efs-le-mans-72{
	left: 343px;
    top: 300px;
}
.specif-carte > .efs-morbihan-56{
	left: 108px;
    top: 336px;
}
.specif-carte > .efs-mayenne-53{
	left: 275px;
    top: 285px;
}
.specif-carte > .efs-de-la-loire-atlantique-44{
	left: 192px;
    top: 381px;
}
.specif-carte > .efs-essone-91{
	left: 465px;
    top: 262px;
}

/**
 * POPUP RGPD
 */
div#cookie-container-bar{
	display: flex;
	vertical-align: middle;
	justify-content: center;
}
div#cookie-container-bar div#cookie-img-bar{
	display: flex;
	vertical-align: middle;
	align-items: center;
}
div#cookie-container-bar div#cookie-img-bar img{
	width: 150px;
	height: 150px;
}
div#cookie-container-bar div#cookie-text-bar{
	padding: 10px;
	width: 75%;
}
div#cookie-container-bar div.cookie-ss-text-bar{
	font-size:0.8em;
	text-align:center
}
div#cookie-container-bar div#cookie-text-bar .cli-bar-message{
	text-align: center;
	font-size:16px
}
div#cookie-container-bar div#cookie-text-bar .cli-bar-message strong{
	font-size:1.2em
}
div#cookie-container-bar div#cookie-buttons-bar{
	justify-content:center;
	display: flex;
}
#cookie-law-info-bar{
	text-align: left !important; 
	padding: 15px 15px !important; 
	border-color: rgb(51, 51, 51) !important; 
	border-radius: 15px !important; 
	background-color: rgba(255, 255, 255, 0.97) !important; 
	color: rgb(51, 51, 51); font-family: inherit !important; 
	position: fixed !important; 
	width: 630px !important; 
	height: auto !important; 
	max-height: 500px !important; 
	top: calc(50% - 150px) !important; 
	left: calc(50% - 315px) !important; 
	/* transform: translate(-50%, -50%) !important;  */
	overflow: auto !important; 
	margin-left:0!important;
	margin-top:0!important;
}

@media screen and (max-width: 1675px) {
	
	
	
	.specif-carte > .specif-agence.efs-finistere-29 > .specif-tooltip:after {
		left: 43px;
	}
	
	
	.specif-carte > .specif-agence.efs-finistere-29 > .specif-tooltip {
		margin-left: 140px;
	}
	
	
	
	
}
@media screen and (max-width: 640px) {
	
	
	
	
	
	
	
	
	
	
	
	
	#cookie-law-info-bar{
		padding: 5px 5px !important; 
		width: calc(100% - 20px) !important; 
		max-height: 600px !important;
		/* position:relative!important; */
		left:0!important;
		top:calc(50% - 250px) !important; 
		margin:10px!important;
	}
	
	div#cookie-container-bar div#cookie-text-bar{
		padding: 10px;
		width: 100%;
	}
	#wt-cli-accept-all-btn,
	#wt-cli-reject-btn,
	#wt-cli-settings-btn{
		padding:8px 15px!important;
	}
	div#cookie-container-bar{
		flex-wrap: wrap;
	}
	div#cookie-container-bar div#cookie-text-bar{
		font-size: 12px;
	}
}