/* 
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 */

/* ================== FONT FACE ================== */

@font-face {
  font-family: 'Prata';
  src: url('./css/fonts/Prata-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap ;
} 
@font-face {
  font-family: 'Rubik';
  src: url('./css/fonts/Rubik-VariableFont_wght.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}


/* ================== VARIABLES GLOBALES ================== */

:root {
 
	
  /* Couleurs principales */

    --color-primary: #001731;
    --color-primary-dark: #003b3f;
    --color-primary-light: #004b77;
	--color-star:#F7B708;
    --color-card:#e5e5e5;
	--color-new:#F3F3F3;
    /* Couleurs secondaires */
    --color-secondary: #c29b40;
    --color-secondary-dark: #555555;
    --color-secondary-light: #bbbbbb;
     /* Couleurs de texte */
    --text-primary: #1A8DA1;
	--text-secondary:#434142;
	--text-white:#fff;
	--text-black:#000;
	--text-yellow:#c29b40;
	--text-dark-blue:#002349;
	--text-gris:#333333;
	/******* fill svg *****/
    --color-svg: #C29B40;
	/****** Coueurs de arriere plan ******/
	--primary-bg-color:#1A8DA1;
	--primary-bg-color-hover:#C29B40;
	--secondary-bg-color:#434142;
	--light-bg-color:#575556;
    --bg-white:#ffffff;
	--blue-bg:#00234990;
	--blue-bg-opa:#00234915;
	
	  /*********** typography size **************************/
	--typography-font-size-12:12px;
	--typography-font-size-13:13px;
	--typography-font-size-14: 14px;
	--typography-font-size-15: 15px;
	--typography-font-size-16: 16px;
	--typography-font-size-17:17px;
	--typography-font-size-18:18px;
	--typography-font-size-20:20px;
	--typography-font-size-21:21px;
	--typography-font-size-22:22px;
	--typography-font-size-23:23px;
	--typography-font-size-24:24px;
	--typography-font-size-25:25px;
	--typography-font-size-26:26px;
	--typography-font-size-27:27px;
	--typography-font-size-28:28px;
	--typography-font-size-32:32px;
	--typography-font-size-35:35px;
	--typography-font-size-36:36px;
	--typography-font-size-37:37px;
	--typography-font-size-38:38px;
	--typography-font-size-40:40px;
	--typography-font-size-51:51.2px;
	--fs-custom:3.7rem;
	/******************* font  weight ************************/
	--typo-weight-n:normal;
	--typo-weight-0:300;
	--typo-weight-1:400;
	--typo-weight-2:500;
	--typo-weight-3:600;
	--typo-weight-4:700;
	--typo-weight-5:800;
	--typo-weight-6:900;
	--typo-weight-b:bold;
	
    /**************** color border ***********************/
	--color-yellow-nuance:#EDDD96;
	--blue-border:#1A8DA1;
	/****************  border width ***********************/
	--border-width-0: 0;
	--border-width-1: 1px;
	--border-width-2: 2px;
	--border-width-3: 3px;
	--border-width-4: 4px;
	--border-width-6: 6px;
	--border-width-8: 8px;
	/********************* border divider color + width ***********************/
	--border-typee: solid;  
}
/* Hero / above the fold : jamais de bold */
h1, h2, h3,
.elementor-heading-title,
.elementor-button,
.elementor-button-text,
.elementor-icon-list-text,
.top-banner a,
header a,
header span {
  font-weight: 400 !important;
}
html.fonts-loaded h1,
html.fonts-loaded h2 {
  font-family: 'Rubik', system-ui, sans-serif;
}

a.link-home {
	  font-weight: var(--typo-weight-2);
	 font-size: var(--typography-font-size-15);
}
body.home .bg-blue-pro-team strong {
    font-weight: 500 !important;
	font-size: var(--typography-font-size-18);
    letter-spacing: -0.2px;
}
/* Hover sur les liens .link-home — surclasse le !important existant */
.bg-blue-pro-team .link-home:hover,
.bg-blue-pro-team .link-home:hover strong,
.bg-blue-pro-team .link-home:hover i {
  color: var(--text-yellow) !important;
  transition: color 0.2s ease;
}
.btn-home a.link-home:hover i.fa-arrow-right:before {
    background: url(/wp-content/uploads/2026/03/right-arrow-hover.svg) no-repeat center center;
}
/* Si btn-home est aussi un parent */
.btn-home .link-home:hover,
.btn-home .link-home:hover strong,
.btn-home .link-home:hover i {
  color: var(--text-yellow)!important;
  transition: color 0.2s ease;
}
.phone-team a:hover svg path {
    fill: var(--text-yellow)!important;
}
.banner-home .btn-bg-bue a span {
    font-weight: var(--typo-weight-2) !important;
}

.elementor-testimonial-name {
    font-size: var(--typography-font-size-18);
    color:var(--text-white);
    line-height: 32px;
    font-weight: var(--typo-weight-2);
}
.third-title h3{
   
    font-size: var(--typography-font-size-21);
}
.quotes-marks svg {
    opacity: 0.9;
}
.quotes-marks svg path {
    fill: var(--text-yellow);
}
.link-hover a:hover{
		color:var(--text-yellow);
	}
.btn-blue.border-bl::after{
	color:var(--text-white);
}
a.border-blue
 {
    background-color: #1A8DA1;
    border-style: solid;
    border-width: var(--border-width-1);
    border-color: #1A8DA1;
    font-size: var(--typography-font-size-15);
    line-height: 1;
    padding: 12px 24px;
    border-radius: 3px;
    color: var(--text-white);
    display: inline-block;
}
.title-26 h2{
	font-size: var(--typography-font-size-26);
    font-weight: var(--typo-weight-1);
    line-height: 40px;
}
h3.elementor-image-box-title
 {
    margin-bottom: 0;
}
p b{
	font-weight:var(--typo-weight-b);
}
.title-24 h3{
	 font-size: var(--typography-font-size-24);
}
h1.elementor-heading-title {
    font-size: var(--typography-font-size-37);
    font-weight: var(--typo-weight-0);
    line-height: 1;
    word-wrap: break-word;
	letter-spacing:0.5px;
}
.citation-bloc .elementor-blockquote:before {
    color: var(--text-yellow);
    font-size: calc(1px * 100);
}
.lcp-hero-img {
	width: 100%;
	height: auto;
	min-height: 427px;
	aspect-ratio: 659 / 427;
	display: block;
	opacity:1 !important;
    visibility:visible !important;
    transform:none !important;
}
.elementor-element[data-id="86cf576"] {
min-height: 427px; /* mobile */
}
p {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  animation: none !important;
  transition: none !important;
  font-size: var(--typography-font-size-18);
	line-height:1.5;
}
.card_stylish p{
	margin-bottom:0!important
}
.lcp-hero-img,
.elementor-element[data-id="86cf576"] {
animation: none !important;
transition: none !important;
}

body
{

	font-family: 'Rubik',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;
	font-size: var(--typography-font-size-15);
    font-weight: var(--typo-weight-1);
    line-height: 1.2;
	
}
#user-connect .elementor-icon-wrapper,#user-no-connect .elementor-icon-wrapper{
        display:flex;
        align-items:center;
}
a.btn-blue.border-bl {
    font-size: var(--typography-font-size-18);
    line-height: 1px;
    letter-spacing: -.5px;
    padding: 26px;
	transition-duration: .3s;
    transition-property: transform;
	border-style:var(--border-typee);
	border-color: var(--blue-border) !important;
    border-width: var(--border-width-1);
	display: inline-block;
}
.btn-blue.border-bl:hover::after {
    color: var(--text-primary);
}
a.btn-blue.border-bl:hover{
	transform: scale(.9);
}
.btn-size{
	  font-size: var(--typography-font-size-18) !important;
	  font-weight: var(--typo-weight-2);
}
.entry-title:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -10%;
    width: 25%;
    height: 1px;
    background-color: var(--primary-bg-color-hover);
    animation: n1immo-titre_H1_after 1000ms;
    transform-origin: 0;
}
.title-big h1 {
  font-size: var(--typography-font-size-37);
}
.entry-title-h1 h1{
	 font-size: var(--typography-font-size-37);
	 font-family: 'Prata',serif;
	 font-weight: var(--typo-weight-0);
     text-transform: uppercase;
}
.entry-title-h2 h2{
	font-size: var(--typography-font-size-36);
}

.medium-title h2{
	
	font-size: var(--typography-font-size-27);
    font-weight: var(--typo-weight-3);
}
a{
	color:var(--text-secondary);
}
.fe-header,
.fe-header__container {
  min-height: 72px; /* ajustez à votre design */
}
.fe-header * {
  line-height: 1.2;
}


.title-20 h2{
	 font-size: var(--typography-font-size-20);
}
h1, h2, h3, h4, h5, h6
 {
    color: var(--text-gris);
	font-family: 'Prata',serif !important;
    font-weight: 400 !important;
}
a.btn-white{
	background-color: #02010100;
    font-size: var(--typography-font-size-18);
    font-weight: var(--typo-weight-1);
    letter-spacing: -0.4px;
    color: var(--color-primary);	
	display: inline-block;
	transform-origin: 0 100%;
	transition: transform 0.3s ease;
    padding: 15px 30px;
}

a.btn-white:hover {
    transform: skew(-10deg);
    color: var(--text-yellow);
}
.elementor-menu-toggle {
    background-color: #1A8DA1;
}
.desktop-header .elementor-menu-toggle svg path,.rh_menu__user_profile svg{
	fill:var(--text-white);
	vertical-align:middle;
}
.text-white strong{
	color:var(--text-white);
}
.size-h2 h2 {
    font-size: var(--typography-font-size-36);
    letter-spacing: 0.7px;
	margin-bottom: 45px;
}
.size-h2 p{
    letter-spacing: -0.15px;
}

/******* header *******************************/

.list-cc .elementor-icon-list-item:nth-child(1) a::before{
	background-image: url('/wp-content/uploads/2026/03/map-cc.svg');
}
.list-cc .elementor-icon-list-item:nth-child(2) a::before{
	background-image: url('/wp-content/uploads/2026/03/phone-cc.svg');
}
.list-cc .elementor-icon-list-item:nth-child(3) a::before{
	background-image: url('/wp-content/uploads/2026/03/mail-cc.svg');
}
.center-foot .left-icon .elementor-icon-list-item:nth-child(1) a::before{
	background-image: url('/wp-content/uploads/2026/03/location-foot.svg');
}
.center-foot .left-icon .elementor-icon-list-item:nth-child(2) a::before {
    background-image: url('/wp-content/uploads/2026/03/map-marked-foot.svg');
}
.center-foot .left-icon .elementor-icon-list-item:nth-child(3) a::before {
    background-image: url('/wp-content/uploads/2026/03/phone-foot.svg');
}
.center-foot .left-icon .elementor-icon-list-item:nth-child(4) a::before {
    background-image: url('/wp-content/uploads/2026/03/mail-foot.svg');
}
.center-foot .left-icon .elementor-icon-list-item a span,.list-cc .elementor-icon-list-item a span{
	padding-left:10px;
}
.center-foot .left-icon .elementor-icon-list-item a::before,.list-cc .elementor-icon-list-item a::before  {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
}

.menu-horiz-header .elementor-nav-menu--dropdown{
		background-color: var(--primary-bg-color);
	}
.menu-horiz-header .elementor-nav-menu--dropdown a {
    color: var(--text-white);
}
.menu-horiz-header .elementor-nav-menu--dropdown a.elementor-item-active ,.menu-horiz-header .elementor-nav-menu--dropdown .elementor-item:hover{
    color: var(--text-primary) !important;
    background-color: var(--bg-white) !important;
}

.menu-horiz-header .elementor-nav-menu--dropdown li.btn-bg-bue.right-btn.menu-item.menu-item-type-post_type.menu-item-object-page{
    display: none;
}
.top-banner .elementor-icon-list-item a{
	    font-size: var(--typography-font-size-18);
        font-weight: var(--typo-weight-2);
}
.sub-menu .current-lang{
    display: none;
}
.top-banner{
	background-color:var(--primary-bg-color);
}
.menu-lang li a,#mobile-lang li a{
	color: var(--text-white) !important;
	font-size: var(--typography-font-size-18) !important;
}
.menu-lang .elementor-nav-menu{
	z-index:99;
}

.elementor-11 .elementor-element.elementor-element-d6b456b .elementor-nav-menu--main .elementor-item:hover,
.elementor-11 .elementor-element.elementor-element-d6b456b .elementor-nav-menu--main .elementor-item.elementor-item-active,
.elementor-11 .elementor-element.elementor-element-d6b456b .elementor-nav-menu--main .elementor-item.highlighted,
.elementor-11 .elementor-element.elementor-element-d6b456b .elementor-nav-menu--main .elementor-item:focus{
	color: var(--text-primary);
    fill: var(--text-primary);
}
.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li a:hover,
.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li a:focus,
header.elementor-widget-nav-menu .elementor-nav-menu--main .btn-bg-bue.right-btn a.elementor-item{
  color:var(--text-primary) ;
}
.desktop-header .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li a{
    color:var(--text-secondary) ;
	font-size: 14.8px;
	letter-spacing:0.3px;
	font-weight:var(--typo-weight-4) !important;
}
.elementor-nav-menu--layout-horizontal .elementor-nav-menu .sub-menu li.menu-item-has-children a {
	 color:var(--text-primary) !important;
}

.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after,
.elementor-11 .mobile-header .elementor-element.elementor-element-fc18039 .elementor-menu-toggle {
    background-color: transparent !important;
}

.top-banner a svg path{
	fill: var(--text-white);
}
.top-banner a:hover svg path,.top-banner a:focus svg path{
	fill: var(--text-yellow);
}
.bg-blue-pro-team,.color-blue-review {
    background-color: var(--primary-bg-color);
}
.sub-menu.elementor-nav-menu--dropdown {
   color:var(--text-white) ;
   background-color: var(--primary-bg-color);
}
.sub-menu.elementor-nav-menu--dropdown  li.menu-item a,.top-banner a,
.top-banner .list-infos-head .elementor-widget-icon-list .elementor-icon-list-text,
.center-foot a,.center-foot p{
	 color:var(--text-white) ;
}
.sub-menu.elementor-nav-menu--dropdown li.menu-item a:hover{
	background-color:var(--primary-bg-color-hover);
	 color:var(--text-white) !important ;
}
.visit-bloc{
    background-color: var(--blue-bg-opa);
}
 
  /*.bloc-link-blue p {
    padding-left: 0 !important;
    word-break: break-word;
    overflow-wrap: anywhere;
    white-space: normal;
  }*/

  .bloc-link-blue a {
    word-break: break-word;
    overflow-wrap: anywhere;
    white-space: normal;
    display: inline-block;
    max-width: 100%;
  }

.menu-lang .pll-parent-menu-item,#mobile-lang .pll-parent-menu-item{
	align-items:center;

}
.menu-lang .pll-parent-menu-item a.elementor-item-anchor,
#mobile-lang .pll-parent-menu-item a.elementor-item-anchor,
.pll-parent-menu-item a.elementor-item-anchor{
		color:var(--text-white) !important ;
}


.review-color{
    color: var(--color-secondary-light) !important;
}
span.header-reviews.star
 {
    font-size: var(--typography-font-size-20);
    display: inline-block;
    color: var(--color-star);
	font-weight: var(--typo-weight-6);
    /*font-family: "Font Awesome 5 Free"*/
}
/************************* footer *********************/
.scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 44px;
  height: 44px;
  background: var(--primary-bg-color);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, background 0.3s ease;
  z-index: 9999;
  text-decoration: none;
}

.scroll-top.visible {
  opacity: 1;
  visibility: visible;
}

.scroll-top:hover {
  background: var(--text-yellow);
  color: #fff;
}
.center-foot article.elementor-post{
    padding: 20px 0px 20px 0px !important;
}
.list-country li{
    font-size: var(--typography-font-size-15);
    line-height: 1.7;
   font-weight: var(--typo-weight-1);
}
.list-country li a{
	line-height: 0px;
}
#blog-foot h3{
	 font-size: var(--typography-font-size-15);
}
.style-foot h4{
	 font-size: var(--typography-font-size-16);
     font-weight: var(--typo-weight-1);
}  

#before-foot{
	background-color:var(--light-bg-color);
}
.center-foot .elementor-social-icon svg path {
    fill: var(--color-secondary-light);
}
.center-foot{
	background-color:var(--secondary-bg-color) ;
}

.center-foot a:hover,.center-foot a:focus,.top-banner a:hover,.top-banner a:focus{
	color:var(--text-yellow);
}
.after-foot a {
	color:var(--text-dark-blue);
	font-weight: var(--typo-weight-2);
    font-size: var(--typography-font-size-15);
}
.after-foot p{
 font-size: var(--typography-font-size-15);	
	margin-bottom:0;
}
.divider-style .elementor-divider-separator{
	border-block-start: var(--border-width-1) var(--border-typee) var(--text-yellow) !important;
} 

 .two-separator .elementor-divider-separator:before, .two-separator .elementor-divider-separator:after {
    border-block-start: var(--border-width-1) var(--border-typee) var(--text-yellow);
}
.center-foot h4 {
    font-weight: var(--typo-weight-1);
    font-size: var(--typography-font-size-16);
}
.center-foot a {
    font-weight: var(--typo-weight-2) !important;
    font-size: var(--typography-font-size-15);
}
div#socia-bloc-foot a {
    background-color: var(--secondary-bg-color);
    border-style: var(--border-typee);
    border-width: 1px 1px 1px 1px;
    border-color: var(--color-secondary-light);
	opacity:0.9;
}
div#socia-bloc-foot a:hover {
    background-color: var(--bg-white);
}
div#socia-bloc-foot a:hover svg path {
    fill: var(--text-dark-blue);
}
/*.elementor a {
    font-weight: 600;
}*/
.lienor a:hover,.cat-lin-foot a:hover{
	color:var(--text-yellow) !important;
}
.center-foot .list-country li::marker{
	    color: var(--color-secondary-light);
	    margin-right: 5px !important;
}
ul{
	list-style-position: inside;
	padding-left: 0;
	line-height: 1.7em;
	font-size: var(--typography-font-size-20);
    color: var(--text-black);
}
.wp-singular.page ul{
	font-size: var(--typography-font-size-18);
}
.wp-singular.page ul p strong,.wp-singular.page p strong{
	font-weight:var(--typo-weight-2) !important;
}
.list-country ul,.bg-blue-pro-team  ul{
	list-style-position: inside;
	padding-left: 0;
	color: var(--text-white);
}
.wpb_wrapper ul li {
    font-size: 16px;
}
.center-foot article.elementor-post {
    border-style: var(--border-typee);
    padding: 0px 0px 10px 0px;
    border-color: var(--color-secondary);
   border-width: 
  var(--border-width-0)
  var(--border-width-0)
  var(--border-width-1)
  var(--border-width-0);

}
/************************* home **********************/
.bloc-reass h2{
        font-family:'Prata', serif !important;
}
.reassurance a {
    font-size: var(--typography-font-size-18);
    font-weight: var(--typo-weight-2);
    line-height: 1.1em;
}
.btn-home a i{
	color:var(--text-white);
	font-size:var(--typography-font-size-20);
	padding-right: 6px;
}
.btn-home a:hover{
	color:var(--text-yellow) !important;
}
.bg-blue-pro-team p strong,.bg-blue-pro-team li,.phone-team a,.bg-blue-pro-team strong{
	color: var(--text-white) !important;
    font-size: var(--typography-font-size-15);
}
.phone-team a svg .st1 {
    fill: #fff !important;
}
.phone-team a:hover svg .st1{
	fill: var(--text-yellow);
}
.btn-home a i.fa-arrow-right:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url('/wp-content/uploads/2026/03/right-arrow.svg') no-repeat center center;
    background-size: contain;
	vertical-align:middle;
}
.card_stylish h3{
	color:#002349 !important;
	line-height: 1.2em;
    font-size: var(--typography-font-size-25);
}
.card_stylish{
	background: var(--bg-white);
    border: var(--border-width-1) solid var(--color-card) !important;
}
.card_stylish li span b,.card_stylish p{
	color:var(--text-primary);
}
.card_stylish h3 a:hover{
	color:var(--text-yellow);
}

.phone-mobile a{
	font-size:var(--typography-font-size-21) !important;
    fill: var(--text-yellow);
    color: var(--text-yellow);
}
.white-text{
	color:var(--text-white);
}
.blog-news h3.elementor-post__title a {
    font-family: var(--font-anek),sans-serif;
	color:var(--text-secondary);
	font-size: var(--typography-font-size-20);
    font-weight: var(--typo-weight-1);
}
.text-weight p{
	 font-weight: var(--typo-weight-1);
	 line-height: 1.5;
	 color:var(--text-black);
	 margin-bottom:28px;
}
.blog-news h3.elementor-post__title a:hover,.blog-news a.elementor-post__read-more:hover{
	color:var(--color-secondary);
	
}
.blog-news a.elementor-post__read-more {
    font-size: var(--typography-font-size-14);
	color:var(--text-secondary);
}
.blog-news .elementor-post__thumbnail {
    padding-bottom: 0px  !important;
}
.reassurance .elementor-widget-icon-box .elementor-icon-box-title a {
    color: var(--color-primary);
    font-size: var(--typography-font-size-18);
    font-weight: var(--typo-weight-2);
    line-height: 1.1em;
}
.banner-home .btn-bg-bue a{
	background-color:var(--bg-white);
	border-color: inherit;
    color: var(--text-primary);
    border: none;
	box-shadow:none;
	opacity: 0.88;
	transition: .4s;
    cursor: pointer;
}
.estimation.blue-opa{
	background-color:var(--blue-bg-opa);
	
}
.style-pp p b {
    font-weight: var(--typo-weight-2) !important;
}
.banner-home .btn-bg-bue a:hover,.banner-home .btn-bg-bue a:focus{
	background-color:var(--primary-bg-color) !important;
	color: var(--text-white)  !important;
}
.bg-blue-pro-team h3{
	color: var(--text-white);
	font-family: 'Prata',serif;
}
.bg-blue-pro-team p{
		color: var(--text-white);
	    font-size: var(--typography-font-size-15);
}
a.btn-blue{
    fill: var(--text-white);
    color: var(--text-white);
    /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    border-style: var(--border-typee);
    border-width: var(--border-width-1);
    border-radius: 0px 0px 0px 0px;*/
    padding: 15px 30px 15px 30px;
	font-size: var(--typography-font-size-16);
    font-weight: var(--typo-weight-2);
	transition: .4s;
    cursor: pointer;
}
.btn-bg-bue a{
	background-color:var(--primary-bg-color);
}

.elementor-widget-nav-menu .elementor-nav-menu--main .btn-bg-bue.right-btn a.elementor-item{
	font-weight: var(--typo-weight-2);
	border-color: var(--color-primary);
	color:var(--text-primary) ;
	background-color: transparent;
	border-style: var(--border-typee);
    border-width: var(--border-width-1);
	font-size: var(--typography-font-size-15);
    line-height: 1.5;
	margin:5px;
}
.elementor-widget-nav-menu .elementor-nav-menu--main .btn-bg-bue.right-btn a.elementor-item:hover{
	background-color:var(--primary-bg-color) !important;
	color: var(--text-white) !important;
	border-color: var(--primary-bg-color);
}
.bg-white{
	background-color:var(--bg-white) ;
}
.btn-bg-bue a:hover,.btn-bg-bue a:focus{
	background-color:var(--bg-white) !important ;
	color:var(--text-primary) !important ;
}
.header-review .elementor-icon-list-text{
	display:none;
}
.avis-bloc{
	background-color:var(--blue-bg) ;
}
h3,.title-28 h3,.title-28 h2{
	font-size:var(--typography-font-size-28);
	font-family: 'Prata',serif;
	color: var(--text-gris);
}
.btn-agences::after,.btn-all-blue a::after{
    content: "";
    display: inline-block;
    width: 16px; 
    height: 16px;
    vertical-align: middle;
    background-image: url('/wp-content/uploads/2026/03/arrow-long-right-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
}
.avis-bloc .elementor-testimonial__text
{
    color: var(--text-white);
    font-size: var(--typography-font-size-18);
	font-style: normal;
}
span.elementor-testimonial__name {
    font-family: 'Prata',serif;
    font-weight: 400;
    color: var(--text-white);
    font-size: var(--typography-font-size-20);
}
/********************** formulaire ***********/


.elementor-element.elementor-element-ba02d82.elementor-widget__width-inherit.btn-estim.elementor-widget.elementor-widget-mf-button:hover {
    box-shadow: none;
}
.fe-form input[type='text'], .fe-form input[type='email'], .fe-form input[type='file'], .fe-form select, .fe-form textarea
 {
    min-height: inherit !important;
    border-radius: 0 !important;
    padding: 13px 16px !important;
}
.fe-form__field  input[type=text]:focus{
        box-shadow: 0 0 0 1px var(--wpforms-button-background-color), 0px 1px 2px rgba(0, 0, 0, 0.15) !important;
    outline: none;
}
span.fe-form__required
 {
    color: #d63637;
}
button.metform-btn.metform-submit-btn {
    width: 100%;
    /*background-color: var(--secondary-bg-color) !important;*/
}
.mf-input-wrapper .mf-input {
    height: 50px !important;
}
.mf-btn-wraper.mf-conditional-input{
    outline: none;
}
/*button.fe-form__submit:hover,button.fe-form__submit:focus,button.fe-form__submit:active {
    background-color: var(--primary-bg-color);
}*/
.fe-form input[type='text'], .fe-form input[type='email'], .fe-form input[type='file'], .fe-form select, .fe-form textarea{
	border-radius:0;
}
#contact_form button{
	 width: 100%;
}
.link-size a{
	font-size: var(--typography-font-size-15) !important;
}
.elementor-164232 .elementor-element.elementor-element-ea44112 .mf-textarea {
    min-height: 140px;
}
#estimation_form button{
	    padding: 15px 20px;
        font-size: var(--typography-font-size-15);
	    width:initial !important;
	    text-transform:uppercase;
		text-align: center;
		outline: 0;
		cursor: pointer;
		border: none;
		transition: all .3s ease-in-out;
		font-weight:var(--typo-weight-2);
		display: flex;
		align-items: center;
	    box-shadow:none;
}
.size-35 h1{
	font-size: var(--typography-font-size-35);
    font-weight: var(--typo-weight-2);
    line-height: 49px;
}
.list-cc span.elementor-icon-list-text{
	font-size: var(--typography-font-size-15);
    font-weight: var(--typo-weight-1);
    line-height: 20px;
}
/*#contact_form button:hover,#estimation_form button:hover{
	 background:var(--bg-white);
	 color:var(--text-primary);
}*/
.icon-list-contact svg path{
	fill:var(--text-primary);
}

/* Divider après titres H1 */
@keyframes n1immo-titre_H1_after {
    0% {
        transform: scaleX(0);
    }

    30% {
        transform: scaleX(0);
    }

    100% {
        transform: scaleX(1);
    }
}

.n1immo-titre_H1 {
    position: relative;
    display: inline-block;
    /* Ajout de cette ligne pour empêcher la ligne de s'étendre sur toute la largeur */
}
.n1immo-titre_H1::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -20px;
    width: 30%;
    height: 1px;
    background-color: var(--primary-bg-color-hover);
    animation: n1immo-titre_H1_after 1000ms;
    transform-origin: 0;
}
.title-25 h4{
	font-size: var(--typography-font-size-25);
}
p strong {
    font-weight: var(--typo-weight-b);
}
b, strong
 {
    font-weight: var(--typo-weight-2);
    color: var(--text-gris);
}
.text-color-p a{
	font-size: var(--typography-font-size-18);
    font-weight: var(--typo-weight-2);
	color: var(--secondary-bg-color);
}
.text-color-p a:hover{
	color: var(--text-yellow);
}
.two-separator h2.elementor-divider__text{
	font-size: var(--typography-font-size-35) ;
}
.two-separator h3.elementor-divider__text{
	font-size: var(--typography-font-size-32) ;
}
.btn-cc-blue a.elementor-author-box__button{
    background-color: var(--primary-bg-color);
    border-color: var(--blue-border);
    color: var(--text-white);
}
  
.btn-cc-blue a.elementor-author-box__button:hover{
    color: var(--text-primary);
    background-color: var(--bg-white);
}
.title-2 h2{
	font-size:var(--typography-font-size-32);
}
.review-buttons a.btn-review
 {
    display: block;
    background-color: var(--primary-bg-color);
    color: var(--text-white);
    padding: 14px 24px;
    border-radius: 3px;
    text-decoration: none;
    font-size: var(--typography-font-size-15);
    line-height: 1.4;
    font-weight: var(--typo-weight-2);
    transition: all .3s;
    border-style: var(--border-typee);
    border-width: var(--border-width-1);
	
}

.title-mobile-h2 h2{
	 font-size: var(--typography-font-size-36);
}
a.btn-white svg{
	display:inline-block;
	vertical-align:middle;
}
/*********************** article single blog ******************/
.single-post div [data-elementor-type="single-post"] img {
height: auto;
}

.single-post div[data-elementor-type="single-post"] img {
width: 100%;
height: auto;
display: block;
}

.single-post div[data-elementor-type="single-post"] img {
aspect-ratio: 1240 / 775;
}
.content-single-blog a {
    font-size: var(--typography-font-size-16);
	font-weight: var(--typo-weight-1);
}
.content-single-blog .e-con-inner{
	margin:0;
}
.h1-single-blog h1{
    font-size: var(--typography-font-size-37) !important;
    font-weight: var(--typo-weight-0);
    color: var(--text-secondary);
	position: relative;
	text-transform:uppercase !important;
}
.content-single-blog h2 {
    line-height: 1.2;
}
.content-single-blog p{
	margin-bottom:20px;
	color:var(--text-black);
}
/********responsive ****************************/
/* === INTERVALLE 2 : 1200px → 1440px (laptops standard) === */
@media (min-width: 1200px) and (max-width: 1440px) {
  #main_nav .elementor-nav-menu > li > a {
    font-size: 12px !important;
    white-space: nowrap !important;
    padding: 13px;
  }

}
/* === INTERVALLE 1 : 1024px → 1199px (petites tablettes landscape) === */
@media (min-width: 1025px) and (max-width: 1199px) {
  #main_nav .elementor-nav-menu > li > a {
    font-size: 11px !important;
    padding: 13px 9px !important;
    white-space: nowrap !important;
	  letter-spacing: 0 !important;
  }
}  
@media (min-width: 1124px) and (max-width: 1316px) {
  .searchbar__submit {
    width: 100%;
    justify-content: center;
  }	
}
@media (min-width: 768px) and (max-width: 1366px) {
	
  .mobile-header nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    background-color: var(--primary-bg-color);
}
.mobile-header .elementor-nav-menu--dropdown a {
    color: var(--text-white);
}
.mobile-header .elementor-nav-menu--dropdown .elementor-item{
	font-size:var(--typography-font-size-15);
	font-weight: var(--typo-weight-3);
}
.mobile-header .elementor-nav-menu--dropdown .elementor-item:hover{
	  background-color: var(--bg-white);
	  color :var(--text-primary);
}
}
/* iPad / tablettes portrait (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
	.n1mc-left {
		width: 50% !important;
		float: left !important;
  }
	.n1mc-right {
		width: 50% !important;
		float: right !important;
  }

    #elementor-popup-modal-165738 #proprety-all-images {
        padding-top: 15px !important;
    }
	#elementor-popup-modal-165738.elementor-popup-modal .dialog-close-button{
		top:-50px!important;
	}
	.single-proprety-H1 h1::after,.n1immo-titre_H1::after{
        left: 50% !important;
        transform: translateX(-50%);
        width: 20% !important;
    }
	
}
@media (min-width: 768px) {
    #main_nav #logo img {
        max-width: 200px;
    }
	div#bloc-home-img img {
    display:none !important;
  }
}
@media (min-width: 1600px) {
    #main_nav #logo img {
        max-width: 300px;
    }
	
}

@media (max-width: 1024px) {
	/*.all-icons-b{
		  flex-direction: row !important;
			width: auto !important;
			flex: 0 0 auto !important;
			align-items: center !important;
			justify-content: center !important;
			gap: 10px !important;
	}*/
	/* Icônes : taille naturelle */
	  .heart-bloc,
	  .compare-bloc {
		width: auto !important;
		flex: 0 0 auto !important;
	  }
	 /* Titre pleine largeur, centré */
	  .title-bloc-bien {
		width: 100% !important;

	  }
	.n1-agent-card__photo{
		margin-top: 0px !important;
	}
	.single-proprety-H1 h1::after,.n1immo-titre_H1::after {
        left: 50% !important;
        transform: translateX(-50%);
        width: 20% !important;
    }
	
  .top-banner > .e-con {
    flex-direction: row !important;
    align-items: center !important;
    width: 100% !important;
    padding: 0 !important;
    gap: 0 !important;
  }
  /* Forcer alignement vertical sur chaque widget */
  #user-no-connect,
  #user-connect,
  #favoris-no-connect,
  #favoris-connect,
  .menu-lang {
    display: flex !important;
    align-items: center !important;
    align-self: center !important;
  }
	  /* Aligner l'icône SVG user verticalement */
  #user-no-connect .elementor-icon, #user-connect .elementor-icon {
    display: flex !important;
    align-items: center !important;
    line-height: 1 !important;
  }
	/* === USER ICON : connecté + non connecté === */
  #user-no-connect,#user-connect {
    display: flex !important;
    order: 1 !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
  }

  /* === MES FAVORIS : connecté + non connecté === */
  #favoris-no-connect,#favoris-connect {
    display: flex !important;
    order: 2 !important;
    margin-left: 12px !important;
  }

  /* === LANGUE : poussée à droite === */
  .menu-lang {
    order: 3 !important;
    margin-left: auto !important;
  }
    #favoris-no-connect .elementor-icon-list-icon svg path,
  #favoris-connect .elementor-icon-list-icon svg path,
  #user-no-connect svg path, #user-connect svg path {
    fill: #fff !important;
  }
	
	body div.wpforms-container-full .wpforms-form .wpforms-one-half, body div.wpforms-container-full .wpforms-form .wpforms-three-sixths, body div.wpforms-container-full .wpforms-form .wpforms-two-fourths {
      width: 100% !important;
    }
	.title-big h1 {
		font-size: var(--typography-font-size-22);
		line-height: 1.4em;
	}
	
    h2,.medium-title h2 {
        font-size: var(--typography-font-size-25);   
    }
	.diver-reass-top{
	border-width: 1px 0px 0px 0px;
	border-color: var(--color-yellow-nuance);
    border-style: var(--border-typee);
		}
.mobile-header nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    background-color: var(--primary-bg-color);
}
.mobile-header .elementor-nav-menu--dropdown a {
    color: var(--text-white);
}
.mobile-header .elementor-nav-menu--dropdown .elementor-item{
	font-size:var(--typography-font-size-15);
	font-weight: var(--typo-weight-3);
}
.mobile-header .elementor-nav-menu--dropdown .elementor-item:hover{
	  background-color: var(--bg-white);
	  color :var(--text-primary);
}
}
@media only screen and (max-width: 768px) {
   
	.prop_status_sty .elementor-heading-title span {
		height: auto;
		padding: 6px !important;
    }
	.prop_status_sty  .elementor-heading-title{
		letter-spacing: 1px;
        font-size: 11px !important;
	}
}
@media (max-width: 767px) {
  .all-proprety-bien .e-con-inner {
    flex-wrap: wrap !important;
    padding: 8px 0 !important;
  }

  .all-proprety-bien .property-item {
	flex: 0 0 auto !important;
    width: auto !important;
    padding: 8px 12px !important;
  }

  /* Premier item de chaque ligne : pas de séparateur */
  .all-proprety-bien .property-item:first-child,
  .all-proprety-bien .property-item:nth-child(3) ,
  .all-proprety-bien .property-item:nth-child(4){
    padding-left: 0 !important;
  }

  .all-proprety-bien .property-item:first-child::before,
  .all-proprety-bien .property-item:nth-child(3)::before,
  .all-proprety-bien .property-item:nth-child(4)::before{
    display: none !important;
  }
	/************* profile single bien ********/
	
	.title-profile-bien h1::after {
        left: 42% !important;
    }
	  .n1-agent-contact-inline {
        display: block !important;
        font-size: 17px;
		  
    }

    .n1-agent-contact-inline__item {
        display: flex;
        margin-bottom: 8px;
    }
	/********** css   page estimation *************/
	
			#all-bloc-estim > .e-con-inner {
				display: flex !important;
				flex-direction: column !important;
		}

		/* :one: Titre déplacé par JS */
		#bloc-one-estim .n1immo-titre_H1 {
			order: 1 !important;
			width: 100% !important;
		}

		/* :two: Formulaire */
		#form-estimation {
				order: 2 !important;
				width: 100% !important;
		}

		/* :three: Reste de bloc-one */
		#bloc-one-estim {
			order: 3 !important;
			width: 100% !important;
		}
	/***********************************************/
	.content-listing-bien h2{
		font-size: var(--typography-font-size-32) !important;
	}
	a.page-numbers.next {
     margin-top: 10px;
    }
	#open-gallery-modal.single-proprety-btn .elementor-button,
	.single-proprety-btn .elementor-button-wrapper,.single-proprety-btn .elementor-button{
	  width: 80% !important;
	}
	.single-proprety-btn {
       width: 100%;
    }
	.singal-proprity-simulator label.n1mc-label{
		text-align:center;
	}
    #custom-desc-content > strong:first-of-type {
        line-height: 30px !important;
        font-size: 20px !important;
    }
	#custom-desc-content > p:first-of-type strong {
		font-weight: 500 !important;
		font-size: 17px !important;
		line-height: 28px !important;
    }


	.single-proprety-btn .elementor-button{
		line-height:1.2;
	}
	div#bloc-home-img {
     background-image: none !important;
  }
	#main_nav {
		align-items: center !important;
		justify-content: space-between !important;
  }

  /* Logo bloc 2 - même taille que bloc 1 */
  #main_nav #logo img {
		width: auto !important;
		height: 48px !important;
		max-width: 230px !important;
  }

  /* Hamburger bloc 2 - même taille */
  #main_nav .menu-horiz-header .elementor-menu-toggle {
		width: 30px !important;
		height: 30px !important;
	    padding: 0;
  }

  /* Loupe bloc 2 - même taille que bloc 1 */
  #main_nav .search-header .elementor-icon svg {
    width: 30px !important;
    height: 30px !important;
  }

  /* Masquer menu horizontal desktop dans bloc 2 */
  #main_nav .elementor-nav-menu--main {
    display: none !important;
  }
	.mobile-header {
       flex-wrap: nowrap !important;
   }
	.menu-horiz-header .elementor-menu-toggle {
       background-color: transparent !important;
	}
	.menu-horiz-header .elementor-menu-toggle .elementor-menu-toggle__icon--open svg path,.menu-horiz-header .elementor-menu-toggle svg.elementor-menu-toggle__icon--close.e-font-icon-svg.e-eicon-close path{
		fill:#131B2F !important;
	}
	/*.single-proprety-H1 h1::after
 {
    left: 25% !important;
    right: 25%;
    width: 50% !important;
}*/
	body div.wpforms-container-full .wpforms-form .wpforms-one-half{
		width:47% !important;
		margin-left: 0 !important;
        margin-right: 0 !important;
	}
	.mobile-header .elementor-menu-toggle svg {
      max-width: initial;
    }
	.size-35 h1{
		font-size:var(--typography-font-size-40) !important;
	}
	.btn-bloc a.btn-blue.border-bl {
   
		padding: 25px;
		width: 100%;
		display: flex;
		justify-content: center;
}
	.title-mobile-h2 h2{
		font-size: var(--typography-font-size-32);
	}
    .entry-title-h1 h1,.entry-title-h2  h2,.center-title h3,.center-title h4,.content-single-blog h2,.content-single-blog h3{
        text-align: center !important;
    }
	.n1immo-titre_H1::after {
        left: 25%;
        right: 25%;
        margin: auto;
    }
	
}
/* Le conteneur hero doit être positionné */
.hero-section { position: relative; overflow: hidden; }

/* L'image couvre toute la section */
.hero-lcp{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

html {
  font-size-adjust: 0.5;
}
.searchbar {
  background: #ffffff;
  padding: 12px 14px;
}


.searchbar__form {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 14px;
  flex-wrap:wrap;
}

.searchbar__field {
  position: relative;
  flex: 1 1 0;
  min-width: 170px;
}

.searchbar__field--sm {
  flex: 0 0 180px;
  min-width: 180px;
}

.searchbar__field--ref {
  flex: 0 0 320px;
  min-width: 260px;
}

.searchbar__control {
  width: 100%;
  height: 56px;
  padding: 0 14px;
  border: 1px solid #1b8798 !important;
  border-radius: 3px;
  background: #ffffff;
  color: #000000bd !important;
  font-size: 15px;
  font-weight: 500 !important;
  outline: none;
  box-sizing: border-box;
}

.searchbar__field--select .searchbar__control {
  padding-right: 42px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  color: #000000bd !important;
  
}
input.searchbar__control::placeholder {
      color: #000000bd !important; 
    opacity: 1; 
}
.searchbar__field--select::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 0;
  height: 0;
 border-top: 4px solid gray;
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-top-color: #000000;
  transform: translateY(-35%);
  pointer-events: none;
}
.icon-search
 {
    fill: none;
    stroke: #fff;
    stroke-linejoin: round;
    stroke-width: 2px;
    transition: .2s all ease-in-out;
}
svg.rhea-icon-search
 {
    width: 20px;
}
.searchbar__field--input .searchbar__control::placeholder {
  color: #6b7a86;
}

.searchbar__submit {
  font-size: 15px;
  height: 50px;
  height: 56px;
  padding: 0 25px;
  border: none;
  background-color: #1A8DA1;
  color: #ffffff;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  letter-spacing: 0.5px;
  cursor: pointer;
  white-space: nowrap;
  outline:none;
}
.searchbar__submit:hover,.searchbar__submit:focus,.searchbar__submit:active{
    background-color: #fff !important;
    color:#000;
}
.searchbar__submit:hover .icon-search {
    stroke: #000000;
}
 .contact-loyd div#wpforms-162857 {
    margin: 0;
    padding: 12px;
}
button#wpforms-submit-162857{
	width:100%;
	background-color: #434142 !important;
}
.review-buttons p{
	margin-bottom:0;
}
.btn-lloyd-davis {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: var(--primary-bg-color);
  color: var(--text-white);
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease, outline 0.3s ease;
  text-transform: uppercase;
}

#loyd-btn .btn-lloyd-davis:hover {
  background-color: transparent;
  color: var(--text-primary) !important;
  outline: 1px solid var(--text-primary);
}

.btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid currentColor;
    flex-shrink: 0;
    transition: border-color 0.3s ease;
}
.bloc-loyd-list ul{
	list-style: none;
    line-height: normal;
}
.list-benefit ul {
    list-style: none;
    line-height: 1.7em;
    margin-bottom: 10px;
}
.bloc-loyd-list ul li,.list-benefit ul li{
	position: relative;
    padding-left: 12px;
    margin-bottom: 5px;
}
.list-benefit ul li{
	font-size:var(--typography-font-size-15) !important;
	letter-spacing:0.5px;
}
.list-bloc ul li{
	font-size:var(--typography-font-size-15) !important;
	letter-spacing:0.1px;
	line-height: 1.7;
	color: #454546;
}
.list-bloc h4{
	letter-spacing: 0.7px;
}
a.border-blue.btn-size.team-review {
    padding: 17px 19px;
	 border-radius: 0;
}
a.border-blue.btn-size.btn-contact
 {
    padding: 16px 20px;
    border-radius: 0;
}
.elementor-testimonial-content {
    margin-bottom: 70px !important;
}
.style-p p{
	line-height:1.2;
}
.bloc-loyd-list ul li::before,.list-benefit ul li::before{
	content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 50%;
}
/********* archive de bien ****************/
.heart-bloc,
.compare-bloc {
  flex: 0 0 auto;
}

.style-ul ul,.list-link p{
	font-size: var(--typography-font-size-15) !important;
}
.style-ul ul li a{
	line-height:2;
}
.list-link ul li a,.list-link a,.p-size a{
	font-weight:var(--typo-weight-2) !important;
}
.list-link ul li a:hover,.list-link a:hover,.list-link ul li a:focus,.list-link a:focus,.list-link ul li a:active,.list-link a:active{
	color:var(--text-yellow);
}
.list-link.rose-link p{
	line-height:2.1;
}
.p-size p{
	font-size:var(--typography-font-size-16) !important;
	line-height: 1.7;
}
.introduction p {
    line-height: 1.5;
	letter-spacing:-0.3px;
}
.content-listing-bien h3{
	margin-bottom:20px;
}
.content-listing-bien h2{
	font-size:var(--typography-font-size-36);
	font-weight:var(--typo-weight-2) !important;
	line-height:1.2;
}
a.btn-listing-bien.border-blue:hover,a.btn-listing-bien.border-blue:focus  {
    background-color: var(--primary-bg-color-hover) !important;
    color: var(--text-white) !important;
    border-color: var(--color-secondary);
}
a.btn-listing-bien.border-blue{
	font-weight:var(--typo-weight-2) !important;
}

.introduction p strong{
	font-weight:var(--typo-weight-2) !important;
}
.num-video .elementor-shortcode {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.num-video .elementor-shortcode::before {
    content: "";
    display: inline-flex;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    background-color: currentColor;
    -webkit-mask-image: url("/wp-content/uploads/2026/04/video-icon.svg");
    mask-image: url("/wp-content/uploads/2026/04/video-icon.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}
.num-video .elementor-widget-shortcode{
	display:inline-flex;
}
.prop_status_sty.n1immo-status-vendu-wrap .elementor-heading-title .n1immo-status-vendu {
    background: #b70303 !important;
	color: #fff !important;
}
.introduction a {
    font-size: var(--typography-font-size-15) !important;
     font-weight: var(--typo-weight-2);
    color: var(--text-secondary) !important;
	    letter-spacing: 0.17px;
}
.elementor-pagination .page-numbers.current {
    background: var(--primary-bg-color);
}
.elementor-pagination .page-numbers {
    background-color: var(--secondary-bg-color);
    width: auto;
    padding: 12px 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.list-bien-archive h2
 {
    line-height: 1.2;
    font-size: var(--typography-font-size-36) ;
    letter-spacing: 0.6px;
}
.resultValue span{
	font-size: 64px;
    color: var(--text-primary);
    font-weight: var(--typo-weight-2);
    line-height: 1;
}
.n1immo-sous_titre span{
	line-height: 120%;
    color: #888;
    text-transform: uppercase;
    font-size: var(--typography-font-size-13);
    letter-spacing: 1.2px;
    margin-bottom: 15px;
}
.prop_status_sty .elementor-heading-title span {
    margin-right: 7px;
    background-color: #1A8DA1;
    padding: 12px 12px 12px 12px;
    display: inline-block;
	font-weight: var(--typo-weight-4);
}
.wp-singular .num-photo .elementor-shortcode,.wp-singular .num-video .elementor-shortcode,
body.home .num-photo .elementor-shortcode ,body.home .num-video .elementor-shortcode,
.num-photo .elementor-shortcode,.num-video .elementor-shortcode{
	font-weight: var(--typo-weight-4) !important;
	color:var(--text-white);
}
.hidden {
display: none !important;
}
/******** Begin single bien *******/
.all-proprety-bien .e-con-inner{
    display:flex;
   align-items: stretch ;
  flex-wrap: nowrap ;
  padding: 0 ;
}
/* Premier item : pas de padding gauche */
.all-proprety-bien .property-item:first-child {
  padding-left: 0 !important;
}
.all-proprety-bien .property-item{
      position: relative;
  display: flex ;
  align-items: center ;
  justify-content: center ;
  padding: 20px 26px ;
}

/* séparateur vertical */
.all-proprety-bien .property-item:not(:first-child)::before{
    content:"";
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    
    width:1px;
    height:30px;
    
    background:#d6d6d6;
}
#bottom-btn-single.all-btn-single .elementor-button.elementor-size-sm .elementor-button-text,
#bottom-btn-single.all-btn-single .btn-whatsapp-chat.rh-btn .btn-text{
    display: none;
}
#bottom-btn-single.all-btn-single .elementor-button.elementor-size-sm,
#bottom-btn-single.all-btn-single .btn-whatsapp-chat.rh-btn{
	width:48px;
	height:48px;
	justify-content:center;
	padding:0;
}
#bottom-btn-single.all-btn-single > .elementor-widget-shortcode {
    flex: initial;
    justify-content: flex-end;
}
.n1-agent-card__photo
 {
    display: inline-block;
    width: 128px;
    margin-top: -40px;
    overflow: hidden;
}
.n1-agent-card__photo:hover img{
	transform: scale(1.05);
}
#status-vendu .elementor-heading-title span{
    background:#b70303 !important;
    color:#fff !important;
}
.n1-agent-card {
    text-align: center;
    max-width: 420px;
    margin: 0 auto;
	padding: 0 20px;
}
.n1-agent-card__photo {
    margin-bottom: 20px;
}
.n1-agent-card__photo-img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.n1-agent-card__name {
    margin: 0 0 24px;
    font-size: 19px;
    line-height: 1.2;
	font-weight:var(--typo-weight-2) !important;
}
.n1-agent-card__infos {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.n1-agent-card__row a {
    color: #000 !important;
    font-weight: 400 !important;
    font-size: 15px;
}
.n1-agent-card__label {
    font-weight: 400;
    margin-right: 6px;
	font-size:13px;
	line-height:1.5;
}
.status p.elementor-heading-title {
    font-weight: 800 !important;
}
.bloc-proprity-bien .value-prop span,body.home .bloc-proprity-bien .value-prop span{
	font-weight:var(--typo-weight-4) !important;
}
.btn-whatsapp-chat .elementor-button-icon .e-font-icon-svg,.btn-call-now .elementor-button-icon .e-font-icon-svg{
	height:15px;
	width:15px;
}
#custom-desc-content ul {
	line-height: 28px;
	margin: 0 0 12px;
    padding: 0 0 0 14px;
}

#custom-desc-content a,
#custom-desc-content li,
#custom-desc-content {
    font-size: var(--typography-font-size-17);
    font-weight: normal !important;
}
#custom-desc-content { 
	font-weight: 600 !important;
	line-height: 35px;
    color: #000 !important;
}
#custom-desc-content p,
#custom-desc-content li,
#custom-desc-content li strong
{
    font-weight: normal !important;
	color: #000 !important;
}
#custom-desc-content > p:first-of-type {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
}
#custom-desc-content > p:first-of-type strong {
    font-weight: 600 ;
    font-size: 26px ;
	    letter-spacing: normal;
    line-height: 34px ;
}
#custom-desc-content p {
    margin-bottom: 20px;
	letter-spacing: 0.25px;
    font-size: 16px !important;
}

#custom-desc-content p > strong {
    font-size: 17px !important;
    line-height: 30px;
    font-weight: 500 !important;
	letter-spacing: 0.4px;
}
#custom-desc-content p,
#custom-desc-content strong p,
#custom-desc-content p strong,
#custom-desc-content a,
#custom-desc-content strong,
#custom-desc-content ul
{
color: #000 !important
}


/* 1er titre */
#custom-desc-content > a > p:first-of-type > strong:first-of-type,
#custom-desc-content > strong:first-of-type,
#custom-desc-content > a > strong:first-child {
    line-height: 36px;
    font-size: 26px;
    font-weight: 500;
    color: #000 !important;
}


#custom-desc-content > a > strong:first-of-type p,
#custom-desc-content > strong:first-of-type p
{
    color: #000 !important;
    line-height: 28px;
	margin-bottom: 10px;
}
.single-proprety-H1 h1::after {
    content: "";
    position: relative;
    left: 0px;
    top: 20px;
    width: 15%;
    height: 1px;
    background-color: #c29b40;
    animation: n1immo-titre_H1_after 1000ms;
    transform-origin: 0;
	display: block;
}

.single-proprety-btn #modal-gallery:hover{
 	color: var(--text-primary) !important;
}
.n1immo-contact-button a{
    transition: .2s all linear;
}
#elementor-popup-modal-173176 .dialog-close-button{
    height: 44px;
    margin: 0;
    padding: 10px;
    width: 44px;
}
/*#ttInnerModal {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
}*/
#ttModal-pp .n1-agent-card__photo{
	margin-top: 0px !important;
}
#elementor-popup-modal-170038  .dialog-widget-content{
	margin-top :0px !important;
}
#elementor-popup-modal-170038 .dialog-close-button {
    padding: 10px 15px;
}
#elementor-popup-modal-165738 #proprety-all-images img.n1gal-img {
    padding: 10px;
    border: 1px solid #e5e5e5;
}
#elementor-popup-modal-165738 .dialog-lightbox-widget .dialog-lightbox-widget-content {
    position: relative;
}
#elementor-popup-modal-165738 #proprety-all-images .e-con-inner{
	gap:10px;
}
/* Place le bouton close dans le header fixe */
#elementor-popup-modal-165738.elementor-popup-modal .dialog-close-button {
    position: absolute !important;
    top: -32px ;
    right: 0 !important;
    width: 60px !important;
    height: 60px !important;
    display: flex !important;
    align-items: center !important;
}

/* Couleur de l'icône ✕ */
#elementor-popup-modal-165738.elementor-popup-modal .dialog-close-button svg {
    width: 29px !important;
    height: 29px !important;
   fill: #ffffff !important;	
}
#elementor-popup-modal-165738.elementor-popup-modal .dialog-close-button svg path{
 fill: #ffffff !important;	
}
#elementor-popup-modal-165738.elementor-popup-modal .dialog-message{
	z-index:999;
}
#elementor-popup-modal-165738 #proprety-all-images {
    padding-top: 30px ;
}
#elementor-popup-modal-165738 #footer-cta-gallery .elementor-heading-title {
    font-size: 40px !important;
    font-weight: 700 !important;
    line-height: 1.2;
	margin-bottom:0;
}
#elementor-popup-modal-165738 #footer-cta-gallery
 {
    min-height: 300px;
	background-attachment: fixed;
	 padding: 0px 24px 48px 24px !important;
}
#elementor-popup-modal-165738 #footer-cta-gallery .elementor-button{
    box-shadow: none !important;
    border-radius: 0px;
    background: var(--color-secondary) !important;
    padding: 22px 31px !important;
    transition: .2s all linear;
    font-size: 15px;
    color: #fff !important;
    cursor: pointer;
}
/*#elementor-popup-modal-165738 #filter-popup-footer {
   background: rgba(0, 35, 73, 0.25) !important;
    backdrop-filter: blur(7px) !important;
    -webkit-backdrop-filter: blur(7px) !important;
}*/
#elementor-popup-modal-165738 #footer-cta-gallery::before{
	backdrop-filter: blur(7px);
    background: rgb(0 35 73 / 52%);
}
.singal-proprity-simulator select.n1mc-term.n1mc-select {
 background: #fff;
    color: #000000bd;
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    font-weight: var(--typo-weight-2);
    font-size: var(--typography-font-size-15);
    text-transform: uppercase;
    letter-spacing: 0.7px;
    line-height: 15px;
}
.singal-proprity-simulator label.n1mc-label {
    font-size: var(--typography-font-size-16);
    font-weight: 500;
    margin-bottom: 17px;
    letter-spacing: 0.3px;
}
.n1mc-circle-total .n1mc-amount{
	height: 20px;
    font-size: var(--typography-font-size-26) !important;
    margin-top: -10px;
    color: #444 !important;
    margin-bottom: 5px;
	letter-spacing: 0.6px;
}
.n1mc-costs li {
    font-size: var(--typography-font-size-15) !important;
    letter-spacing: 0.5px;
}
.n1mc-circle-wrap{
	border: 1px solid #e6e6e6;
    border-radius: 50%;
    width: 218px !important;
    height: 218px !important;
    padding: 8px;
    box-shadow: 1px 3px 10px -8px #000;
    margin: 5px auto 20px;
}
.n1mc-summary-line {
    font-size: var(--typography-font-size-15) !important;
    letter-spacing: 0.3px;
}
.n1mc-circle-total .n1mc-suffix {
    font-size: var(--typography-font-size-16);
    letter-spacing: 0.6px;
}
/* ===== CONTENEUR IMAGE ===== */
.single-item-bien .item-image-hover {
    position: relative !important;
    overflow: hidden !important;
}

/* ===== CACHER LE BOUTON PAR DÉFAUT ===== */
.single-item-bien .hover-button {
    opacity: 0 !important;
    transition: opacity 0.3s ease !important;
    z-index: 10 !important;
}

/* ===== OVERLAY VERTE (via pseudo-element sur le conteneur image) ===== */
/*.single-item-bien .elementor-element.elementor-widget.elementor-widget-theme-post-featured-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 141, 161, 0.75);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
    pointer-events: none;
}*/
/* ===== OVERLAY VERTE - sur le lien de l'image ===== */
.item-image-hover .elementor-widget-image a {
    position: relative !important;
    display: block !important;
}

.item-image-hover .elementor-widget-image a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 141, 161, 0.75);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
    pointer-events: none;
}


/* ===== SCALE SUR L'IMAGE ===== */
.single-item-bien .item-image-hover .elementor-element.elementor-widget.elementor-widget-theme-post-featured-image img {
    transition: transform 0.5s ease !important;
	width: 100% !important;
    aspect-ratio: 12 / 9;
    object-fit: cover;
    object-position: center;
    display: block !important;
}
.single-item-bien.home-list-bien .elementor-element.elementor-widget.elementor-widget-theme-post-featured-image img {
	aspect-ratio: 12 / 9;
    object-fit: cover;
    object-position: center;
}

/* ===== AU HOVER : tout s'active ===== */
/*.single-item-bien .item-image-hover:hover::before {
    opacity: 1;
}*/
.item-image-hover:hover .elementor-widget-image a::after {
    opacity: 1;
}
.single-item-bien .item-image-hover:hover .hover-button {
    opacity: 1 !important;
}

.single-item-bien .item-image-hover:hover .elementor-element.elementor-widget.elementor-widget-theme-post-featured-image img {
    transform: scale(1.05) !important;
}
/* ===== RANGE SLIDER (adapté à n1mc) ===== */

/* ===== THUMB ===== */
.n1mc-form-item input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: var(--color-primary); /* adapte ta couleur */
  cursor: pointer;
  margin-top: -3px;
}

.n1mc-form-item input[type=range]::-moz-range-thumb {
 -webkit-appearance: none;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: var(--color-primary); /* adapte ta couleur */
  cursor: pointer;
  border: none;
}

.n1mc-form-item input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: var(--color-primary);
  cursor: pointer;
	margin-top: -3px;
}

/* ===== TRACK ===== */
.n1mc-form-item input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: #e5e5e5;
  border-radius: 5px;
}

.n1mc-form-item input[type=range]::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: #e5e5e5;
  border-radius: 5px;
}

.n1mc-form-item input[type=range]::-ms-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: #e5e5e5;
  border-radius: 5px; 
}
.n1mc-form-item input[type=range]::-moz-focus-outer {
    border: 0;
}
/* Firefox progress (partie remplie) */
.n1mc-form-item input[type=range]::-moz-range-progress ,.n1mc-form-item input[type=range]::-moz-range-track {
   background: #e5e5e5;
   width: 100%;
    height: 6px;
    cursor: pointer;
    border-radius: 5px
}
input.n1mc-text[type=text] {
    display: block;
    width: 100%;
    margin-bottom: 11px;
    padding: 16px 15px;
    border: 1px solid rgba(128, 128, 128, .2);
    font-size: var(--typography-font-size-15);
    color: gray;
    border-radius: 0;
    letter-spacing: 1.6px;
	    background: #fff !important;
}
.single-proprety-btn svg path{
	fill: #fff !important;
}
.single-proprety-btn #modal-gallery:hover svg path{
	fill:var(--text-primary)!important;
}
span.n1-agent-card__value {
    color: #000 !important;
    font-weight: 400 !important;
    font-size: 15px;
}

.all-btn-single > .elementor-widget-shortcode {
	flex:1;
	display:flex;
}
.all-btn-single .elementor-shortcode {
	width:100%;
	display:flex;
}

.all-btn-single .btn-whatsapp-chat.rh-btn { 
	width:100%;
	justify-content:center;
	display:inline-flex;
	align-items:center;
	gap:8px;
	padding:15px 20px;
	font-size:12px;
	font-weight:500;
	text-transform:uppercase;
	text-decoration:none;
	border-radius:0;
	border:1px solid #1a8da1;
	background-color:#1a8da1;
	color:#ffffff;
	position:relative;
	overflow:hidden;
	z-index:0;
	box-sizing:border-box;
	transition:color 0.35s ease-in-out, border-color 0.35s ease-in-out;
}
.all-btn-single .btn-whatsapp-chat.rh-btn svg {
	width:15px;
	height:15px;
	position:relative;
	z-index:1;
}
#bottom-btn-single.all-btn-single .btn-whatsapp-chat.rh-btn svg{
	width:22px;
	height:22px;
}
#bottom-btn-single.all-btn-single .elementor-button-icon svg{
	width:17px;
	height:17px;
}
.all-btn-single .btn-whatsapp-chat.rh-btn svg path:not([fill="none"]) {
	fill:#ffffff;
}
.all-btn-single .btn-whatsapp-chat.rh-btn .btn-text {
	position:relative;
	z-index:1;
}
.all-btn-single .btn-whatsapp-chat.rh-btn::before {
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:100%;
	background:#C29B40;
	z-index:-1;
	transition:all 0.35s ease-in-out;
}
.all-btn-single .btn-whatsapp-chat.rh-btn:hover::before {
	right:0;
	left:0;
	width:100%;
}
.all-btn-single .btn-whatsapp-chat.rh-btn:hover {
	color:#ffffff;
	border-color:#C29B40;
}

.all-btn-single .elementor-button.elementor-size-sm {
	width:100%;
	justify-content:center;
	display:inline-flex;
	align-items:center;
	padding:15px 20px;
	font-size:12px;
	font-weight:500;
	text-transform:uppercase;
	text-decoration:none;
	border-radius:0;
	border:1px solid var(--primary-bg-color);
	background-color:var(--primary-bg-color);
	color:#ffffff;
	position:relative;
	overflow:hidden;
	z-index:0;
	box-sizing:border-box; 
	transition:color 0.35s ease-in-out, border-color 0.35s ease-in-out;
}
.all-btn-single .elementor-button-content-wrapper {
	display:inline-flex;
	align-items:center; 
	gap:8px;
	position:relative;
	z-index:1;
}
.all-btn-single .elementor-button-icon svg {
	width:16px;
	height:16px;
}
.all-btn-single .elementor-button-icon svg path {
	fill:#ffffff;
}
.all-btn-single .elementor-button.elementor-size-sm::before {
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:100%;
	background:var(--primary-bg-color-hover);
	z-index:-1;
	transition:all 0.35s ease-in-out;
}
.all-btn-single .elementor-button.elementor-size-sm:hover::before {
	right:0;
	left:0;
	width:100%;
}
.all-btn-single .elementor-button.elementor-size-sm:hover {
	color:#ffffff;
	border-color:var(--text-yellow);
}
label.fe-form__checkbox a {
    color: var(--text-black);
	font-weight: 400 !important;
	transition: .2s color linear;
	font-size:var(--typography-font-size-15);
}
label.fe-form__checkbox a:hover {
    color: var(--text-yellow);
}
::selection {
background: #e0e0e0;
color: #000;
}

::-moz-selection {
background: #e0e0e0;
color: #000;
}

@media (min-width: 768px) {
 

  .price-bien-imm {
    flex: 0 0 auto;
  }

  .price-bien-imm .value-prop .elementor-heading-title {
    text-align: left !important;
  }
}
/********** End single bien ********/
/******** profile  agent single bien **************/
.title-profile-bien h1::after{
	content: "";
    position: absolute;
    left: 0px;
    top: 20px;
    width: 15%;
    height: 1px;
    background-color: var(--primary-bg-color-hover);
    animation: n1immo-titre_H1_after 1000ms;
    transform-origin: 0;
}
.n1-agent-contact-inline {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 22px;
    font-size: 20px;
    line-height: 1.4;
    color: #111827;
}

.n1-agent-contact-inline__item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 10px 0 0;
}

.n1-agent-contact-inline__label {
    font-weight: 400;
}

.n1-agent-contact-inline a {
    color: var(--text-black);
    font-weight: var(--typo-weight-3);
    text-decoration: none;
	font-size: var(--typography-font-size-15);
	
}

.n1-agent-contact-inline a:hover {
    text-decoration: underline;
}


/******** end profile ******************************/

@media (min-width: 1025px) and (max-width: 1280px) {
 	#menu-1-d6b456b > li > a {
    padding-left: 5px !important;
    padding-right: 5px !important;
    font-size: 11.5px !important;
    letter-spacing: 0 !important;
  }
	.searchbar__control {
    font-size: 12px;
	}
	.top-banner .elementor-icon-list-item a,.menu-lang li a, #mobile-lang li a{
    font-size: 13px !important;
  }
	    #main_nav #logo img {
        max-width: 190px !important;
       }
	
}
@media (min-width: 1025px) and (max-width: 1366px) {
	#menu-1-d6b456b > li > a{
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .elementor-element-d6b456b .elementor-nav-menu > li > a {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .elementor-element-d6b456b .elementor-nav-menu > li > a {
    font-size: 14px !important;
  }
	#elementor-popup-modal-165738 #proprety-all-images {
        padding-top: 30px !important;
    }
}
@media (min-width: 1124px) and (max-width: 1316px) {
  .searchbar__submit {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 1100px) {
  .searchbar__form {
    flex-wrap: wrap;
  }

  .searchbar__field--ref {
    flex: 1 1 260px;
  }

  .searchbar__submit {
    flex: 1 1 220px;
    justify-content: center;
  }
}
/* Stable fix: aucun bold au-dessus du fold */
header,
header *,
.top-banner,
.top-banner *,
.hero-section,
.hero-section *,
.lcp-hero-img,
.elementor-top-section:first-of-type,
.elementor-top-section:first-of-type *,
.elementor-section:first-of-type,
.elementor-section:first-of-type *,
.elementor-heading-title,
.elementor-button,
.elementor-button-text,
.elementor-icon-list-text {
  font-weight: 400 !important;
}
/************** recaptcha *****************/
.fe-rm-v4-hp-wrap{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}
.grecaptcha-badge{bottom:116px!important}
