/* CSS Document */



/* Fix pb custom blocksy */
.ct-language-switcher,
#header-menu-2 .page_item{
	display: none;
} 

#header-menu-2 .page-item-35{
	display: block;
} 


ul#menu-menu-principal::after {
    background: var(--theme-palette-color-1);
}
.home .page-line {
    top: 580px;
}
.ct-header-cta [data-size=small] {
    --theme-button-min-height: 29px !important;
}
.single-produit .title-vertical#nos-produits {
    margin-top: 80px !important;
}
.single-produit .title-vertical#nos-produits h2 {
    font-size: 15px !important;
}
.single-offer h1.ct-dynamic-data,
.block-ecoindex .notation,
.text-stroke h1,
.text-stroke h2,
.text-stroke h3,
.text-stroke h4,
[data-link] .ct-posts-shortcode .entry-title a,
[data-prefix="single_blog_post"] .entry-header .page-title{	
  -webkit-text-stroke: 1px var(--theme-palette-color-1);
}

.text-stroke p{	
  -webkit-text-fill-color: var(--theme-palette-color-2) !important;
}
#menu-menu-principal .current-page-ancestor a{
	color: var(--theme-palette-color-2) !important;
}

.block-ecoindex{
	border: 1px solid var(--theme-palette-color-1);
}
.block-ecoindex p{
	color: var(--theme-palette-color-1);
}
.block-ecoindex a i{
	color: var(--theme-palette-color-1);
}
.block-ecoindex a:hover i{
	color: var(--theme-palette-color-1);
}


.poi-map-container {
    position: relative;
    width: 100%;
    max-width: 800px; /* Ajustez cette valeur selon la taille de votre carte */
    margin: 0 auto;
}

.poi-map-image {
    width: 100%;
    height: auto;
}

.poi {
    position: absolute;
    
    display: flex;
    flex-direction: row;
    align-items: center;
	align-content: start;
}

.poi.gauche{
	
    flex-direction: row-reverse;
}
.poi .poi-bullet {
    border-radius: 50%;
    background: rgba(24,61,142,0.4);
	background: none;
	height: 64px;
	width: 64px;
	position: relative;
}
.poi .poi-bullet span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
    background: var(--theme-palette-color-1);
	height: 8px;
	width: 8px;
	cursor: pointer;
	z-index: 100;
}
.poi.port .poi-bullet span {
    border-radius: 100%;
}

.poi .poi-tooltip {
    display: none;
    position: absolute;
	z-index:110;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--theme-palette-color-8);
    color: var(--theme-palette-color-4);
	border: 1px solid var(--theme-palette-color-1);
    padding: 20px;
    white-space: nowrap;
	font-size:0.9rem;
    box-shadow: var(--theme-box-shadow);
}

.poi .poi-tooltip .tooltip-close {
    position: absolute;
	z-index:10px;
    right: 10px;
	top: 10px;
	cursor: pointer;
	
}
.poi .poi-tooltip .tooltip-close i{
	font-size:1.2rem;
}
/*
.poi:hover .poi-tooltip {
    display: block;
}*/

.poi .poi-tooltip a{
	color: var(--theme-palette-color-1);
}
.poi .poi-tooltip a.btn{
	color: var(--theme-palette-color-4);
	font-weight: 700;
	padding: 8px 0 8px 24px;
	position: relative;
}
.poi .poi-tooltip a.btn:before{
	position: absolute;
	left: 0;
    top: 9px;
	content: "";
	width: 16px;
	height: 16px;
	background: url(assets/icon-plus.png) no-repeat 0 50%;
	background-size: 16px 16px;
	display: inline-block;
}
.poi .poi-tooltip a.btn:hover{
	color: var(--theme-palette-color-1);
}

/* Exemple de styles pour les types de POI */
.poi.type1 {
    color: red; /* Couleur pour le type 1 */
}

.poi.type2 {
    color: blue; /* Couleur pour le type 2 */
}

.container-normes-logos{
	display: flex;
	gap: 1rem;
	justify-content: end;
}
.container-normes-logos img{
	height: 80px;
	width: auto;
}
.produit-contact{
	margin: 0 0 2rem;
}
.produit-contact span{
	display: block;
	text-align: right;
}
.contact-region{
	text-transform: uppercase;
	color: var(--theme-palette-color-1);
	font-weight: 600;
	
}
.contact-entite{
	font-weight: 700;
	
}
.produit-contact a{
	color: var(--theme-palette-color-1);	
}
.grid-produit .entry-title a{
    -webkit-text-stroke: 0 !important; 
    -webkit-text-fill-color: var(--theme-palette-color-1) !important;
	color: var(--theme-palette-color-1) !important;
	font-weight: 800 !important;
}
.grid-produit .entry-title:hover a{
    -webkit-text-fill-color: var(--theme-palette-color-2) !important;
	color: var(--theme-palette-color-2) !important;
}

#wpforms-form-1233 .wpforms-field-container{
	display: flex;
	gap : 2rem;
	justify-content: center;
}

#wpforms-form-1233 .wpforms-submit-container{
	display: none;
}
#wpforms-1233-field_1-container,
#wpforms-1233-field_2-container,
#wpforms-1233-field_3-container,
#wpforms-1233-field_4-container{
    min-width: 200px;
}
#wpforms-form-1233 .choices__list--dropdown{
	z-index: 999 !important;
}
.parent-pageid-716 div.wpforms-container-full:not(:empty){
	margin: 0 !important;
	padding: 0 !important;
}

.region-form-btn {
	background-color: var(--wpforms-button-background-color) !important;
}

.region-form .wpforms-field-container {
	display: flex !important;
    flex-direction: column !important;
	align-items: center !important;
}

.region-form #wpforms-form-1954 {
	display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.region-form .wpforms-field-label {
	margin-left:auto !important;
	margin-right:auto !important;
	color: #ffffff !important;
}

.region-form #wpforms-1954-field_1 {
	max-width: 240px !important;
	background-image: linear-gradient(45deg, transparent 50%, var(--theme-form-text-initial-color) 50%), linear-gradient(135deg, var(--theme-form-text-initial-color) 50%, #00000000 50%) !important;
}

.region-form input[type="radio"] {
	--wpforms-field-border-color: var(--theme-form-text-initial-color) !important;
}

.region-form #wpforms-1954-field_2 {
	display: flex !important;
	gap: 8px !important;
	flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
}

.region-form #wpforms-1954-field_2 li {
	padding: 12px 16px !important;
    background-color: white !important;
    border-radius: 32px !important;
    border: 2px solid var(--theme-palette-color-1, #183D8E) !important;
}

.parent-pageid-724 #wpforms-1233-field_2-container{
	display: none !important;
}



@media (max-width: 999.99px){
	
}
@media (max-width: 689.98px){
	
	#wpforms-form-1233 .wpforms-field-container {
		gap: 0;
		flex-direction: column;
	}
	#wpforms-1233-field_1-container,
	#wpforms-1233-field_2-container,
	#wpforms-1233-field_3-container,
	#wpforms-1233-field_4-container{
		min-width: 100% !important;
	}
	.poi-map-container {
   	 	width: 120%;
    	margin-left: -10%;
	}
}
	

.network-posts-container{
	display: flex;
	gap: 40px;
	padding: 2rem;
}
.network-post-item{
	color: var(--theme-palette-color-8) !important;
   max-width: calc(33% - 20px);
}
.network-post-item .post-date{
	font-size: 14px;
	font-style: italic;
   
}
.network-post-item h3{
	line-height: 1.2;
	margin: 0 0 1rem !important;
    display: block;
}
.network-post-item h3 a{
	color: var(--theme-palette-color-8) !important;
	font-size: 18px;
	font-style: italic;
    font-weight: 900;
	line-height: 1.4;
    display: block;
}

.network-post-item .post-link{
	color: var(--theme-palette-color-8) !important;
	font-size: 16px;
    font-weight: 700;
	line-height: 1.2;
}

.network-post-item .post-link:hover,
.network-post-item h3 a:hover{
	color: var(--theme-palette-color-5) !important;
}
	