/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

/* Colors
  --e-global-color-primary: #4A5864;
  --e-global-color-secondary: #FFFFFF;
  --e-global-color-text: #000000;
  --e-global-color-accent: #C1B2A5;
  --e-global-color-901ed75: #FFFFFF;
  --e-global-color-e77c12c: #F2EFEC;
  --e-global-color-0049e45: #C1B2A5;
  --e-global-color-1b1141f: #FEFEFE;
  --e-global-color-71aa62d: #C5C0BC;
  --e-global-color-ec0d0f0: #F0EBE3;
  --e-global-color-2dd15d6: #DAD3C6;
  --e-global-color-d6f49c2: #F1EEEC;
  --e-global-color-0303198: #CBCBCB;
  --e-global-color-36a2814: #4E524C;
  --e-global-color-81c72c5: #2FE69B;
  --e-global-color-87a8c2a #F1EBE2;
*/

header h2{
	display: flex;
	flex-direction: column;
}

header h2 br{
	display: none;
}

span.text-underline{
	text-decoration: underline;
}

span.color-blanc{
	color: var(--e-global-color-secondary);
}

span.color-beige{
	color: var(--e-global-color-0049e45);
}

.elementor a:not(.elementor-button){
	color: var(--e-global-color-text);
}

header a.hfe-menu-item{
	border: 1px solid transparent;
	border-radius: 99px;
}

/*header a.hfe-menu-item:hover{
	font-weight: 600 !important;
}*/

header .elementor a:not(.elementor-button, .hfe-menu-item, .reset-underline-link),
.elementor #main > section:not(#actualites) a:not(.elementor-button){
	text-decoration: underline;
}

header a#cta-tel::before,
header li.cta-deposer-bien::before{
	content: "Recevez une offre d'achat en 48h";
	color: var(--e-global-color-primary);
	font-size: 0.65rem;
	position: absolute;
	top: -18px;
	width: 100%;
	text-align: center;
}

header li.cta-deposer-bien::before{
	text-align: center;
}

header a#cta-tel::before{
	left: 0;
}

header a#cta-tel{
	padding-left: 50px !important;
}

header a#cta-tel::after{
	content: "";
 	display: inline-block;
	width: 26px;
	height: 18px;
	background-image: url("/wp-content/uploads/2024/10/fleche-btn.svg");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 13px;
	top: 14px;
}

@media screen and (min-width: 1025px){
	span.size-medium{
		font-size: 42px;
		}
	span.size-small{
		font-size: 36px;
	}
	
	header ul.hfe-nav-menu{
		display: flex;
	}
	
	header li.cta-deposer-bien.menu-item a.hfe-menu-item{
		padding-left: 50px !important;
	}
	
	header li.cta-deposer-bien::after{
		content: "";
	 	display: inline-block;
 		width: 26px;
	 	height: 18px;
 		background-image: url("/wp-content/uploads/2024/10/fleche-btn.svg");
	 	background-size: contain;
 		background-repeat: no-repeat;
	 	position: absolute;
		left: 13px;
		top: 18px;
	}

	header li.cta-deposer-bien:hover::after{
		background-image: url("/wp-content/uploads/2024/10/fleche-btn-bleu.svg");
	}
}

@media screen and (max-width: 1024px){
	header #menu{
		max-width: 25%;	
	}
	
	.title-inline h2{
		display: inline-block;
		white-space: break-spaces;
	}
	
	span.size-small{
		font-size: 32px;
	}
	
	#main section{
		padding-left: 2%;
		padding-right: 2%;
	}
	
	#temoignagnes h2 br,
	#faq h2 br,
	#reseau h2 br{
		display: none;
	}
}

@media screen and (max-width: 1024px){
	/* CTA TEL */
	header .elementor-element-563d6e8{
		position: relative !important;
		top: 20px !important;
		right: 0 !important;
	}
}

/*
@media screen and (max-width: 1024px){
	header .elementor-206 .elementor-element.voir-conditions.elementor-element-aa9bc81{
		position: relative;
		bottom: 0;
	}
} */

/* Ombre sur la vidéo */
@media screen and (min-width: 1025px){
	.image-container {
		position: relative;
		display: inline-block;
	}
	.image-container::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 80%;
		height: 100px;
		background: rgba(0, 0, 0, 0.90);
		filter: blur(100px);
		transform: translate(-50%, 10px);
		z-index: 1;
	}
}


.breadcrumb {
	font-size: 13px;
}
/* ---- SECTION ACTUALITES ---- */
#actualites .wpr-grid-filters li .wpr-grid-filters-sep{
  color: var(--e-global-color-0049e45);
  font-size: 18px;
}

#actualites .wpr-active-filter{
	text-decoration: underline;
}

#actualites ul.wpr-grid-filters li:first-child::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f1de";
	color: var(--e-global-color-0049e45);
	position: relative;
	top: 0;
	left: 0;
	font-size: 16px;
}

#actualites article .wpr-cv-container .inner-block a{
	background: var(--e-global-color-87a8c2a);
	color: var(--e-global-color-text);
	text-decoration: none;
	padding: 6px 12px;
	border-radius: 99px;
}

#actualites article .wpr-grid-media-hover-middle{
	position: absolute;
	top: 15px;
	left: 3%;
}

#actualites .wpr-grid-pagination a{
	z-index: 10;
}


@media screen and (min-width: 1025px){
	#actualites article {
		margin-top: 10px;
	}
	
	#actualites .wpr-grid-item-below-content{
		min-height: 220px;
		margin-top: -20px;
	}
}

/*@media screen and (max-width: 767px){
	#actualites .wpr-grid-filters li .wpr-grid-filters-sep{
		display: none;
	}
}*/

/* SECTION TÉMOIGNANGES */
#temoignagnes .elementor-8 .elementor-element.elementor-element-920e7b4.wpr-testimonial-meta-position-extra .wpr-testimonial-content-wrap{
	margin-bottom: 0;
}

#temoignagnes .wpr-testimonial-item{
	margin-bottom: 50px;
}

#temoignagnes .wpr-testimonial-meta-inner{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0 25px 25px 25px;
}

#temoignagnes .wpr-testimonial-image img{
	margin-bottom: 10px;
}

#temoignagnes .wpr-testimonial-content p{
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

#temoignagnes .wpr-testimonial-content::after{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f10e";
	color: var(--e-global-color-d6f49c2);
	position: absolute;
	right: 0;
	bottom: 0px;
	font-size: 42px;
}

#temoignagnes .wpr-testimonial-prev-arrow,
#temoignagnes .wpr-testimonial-next-arrow{
  position: absolute;
  top: 175px;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0);
}



#temoignagnes .wpr-testimonial-next-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  right: -20%;
  color: white !important;
}

@media screen and (min-width: 1025px){
	#temoignagnes .wpr-testimonial-prev-arrow{
  		left: -33%;
	}
	
	#temoignagnes .wpr-testimonial-next-arrow {
	  right: -20%;
	}	
}

@media screen and (min-width: 768px){
	#temoignagnes .wpr-testimonial-carousel::before{
		content: "";
		height: 80%;
		width: 300px;
		background: var(--e-global-color-2dd15d6);
		border-radius: 10px;
		display: flex;
		position: absolute;
		right: 50%;
		top: 45%;
		transform: translateY(-50%);
	}
}

/* ---- SECTION FAQ ---- */
#faq .e-n-accordion .e-n-accordion-item-title-icon{
	padding-left: 10px;
}

#faq .e-n-accordion details:last-child summary{
	border-bottom-width: 1px;
}

/* ---- SECTION RESEAU PROFESSIONNEL ---- */
@media screen and (min-width: 1025px){
	#content-btn-reseau{
		left: 10%;
		top: -5px;
	}
}

/* ---- PAGE CONTACT ---- */

#main-form{
	display: flex;
	flex-direction: column;
}

#main-form span.is_line:before{
    content: ""; 
	position: absolute; 
	left: 0;  
	bottom: 50%; 
	height: 1px;
}

#main-form span.is_line:before{
    width: 45px; 
	background: #000000;
}

#main-form p{
	font-size: 14px;
	line-height:16px
}
#main-form input{
	border: 1px solid #ebebeb;
	font-size: 14px;
}

#main-form input::placeholder{
	color: #5f5f5f;
}

#main-form button{
	padding: 17px 20px; 
	margin-top:2rem;
    background: var(--e-global-color-primary);
	color: var(--e-global-color-secondary);
	border: 1px solid var(--e-global-color-primary);
	border-radius: 0;
	width: 100%;
}

#main-form button:hover{
	background: var(--e-global-color-secondary);
	color: var(--e-global-color-primary);
}

#main-form .content-rgpd{
	margin-top: 1rem;
	padding-left: 15px;
}

#main-form .content-rgpd .wpcf7-list-item{
	margin: 0;
}

@media screen and (max-width:1025px){	
	#main-form button{
		margin-top: 0.5rem;
	}
	
	#main-form .content-rgpd{
		padding-left: 0;
	}
}

@media screen and (min-width:768px){
	.col{
    	width: 33.33333333%;
		float: left;
		padding-left: 15px;
		padding-right: 15px;
  	}
}




/* ---- FOOTER ---- */
footer .content-logo-footer{
	width: 100%;
}

footer #content-liens-utiles ul{
	margin: 0;
	padding: 0;
}

footer #content-liens-utiles ul li{
	list-style: none;
}

footer .elementor .content-link-wooplee a:not(.elementor-button){
	color: var(--e-global-color-0303198);
}

@media screen and (min-width: 768px){
	
	.elementor-element-563d6e8{
		margin-top: 20px;
	}
	
	footer #content-liens-utiles ul li:not(last-child){
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 767px){
	
	.elementor-element-563d6e8{
		margin-top: -10px;
	}
	
	footer #content-liens-utiles ul li:not(last-child){
		margin-bottom: 5px;
	}
}