        .banner-style-three1 { 
            position: relative; 
            width: 100%;
            overflow: hidden; 
            height: 500px; /* Définit la hauteur de 500px pour la section entière */
        } 

        .bg-layer1 { 
            background-image: url('assets/images/shape/shape-11.png'); 
            background-size: cover; 
            background-position: center; 
            width: 100%;
            height: 100%; /* Occupe toute la hauteur du parent .banner-style-three */
            position: absolute; 
            top: 0; 
            left: 0; 
            z-index: -1; 
        } 

        .auto-container1 { 
            max-width: 1200px;
            margin: 0 auto; 
            padding: 0 15px; 
            position: relative; 
            height: 100%; /* Occupe toute la hauteur du parent .banner-style-three */
        } 

        .row.clearfix1 { 
            display: flex; 
            flex-wrap: wrap; 
            margin: 0 -15px;
            border: none;
            outline: none; 
        }

        .row.clearfix1:before, 
        .row.clearfix1:after { 
            content: ""; 
            display: table; 
            clear: both; 
        }
		
.close_link
{
	position: absolute;
	right: 5px;
	top: 5px;
}
.modal_container 
{
	position: fixed;
	width: 250px;
	height: auto;
	opacity: 1;
	z-index: 5555;
	bottom: 0;
	right: 0;
}  
.modal-backdrop
{
	opacity:0 !important;
}
.modal-footer, .modal-header, .modal-body
{
	display:block;
	position: relative;
}
.modal-title
{
	text-transform: uppercase;
	color: #a60000;
}
.modal-txt
{

	color: #a60000;
}
.btnsubmit input
{
	color:white;
	background:#a60000;
}
.btnsubmit input:hover, .btnsubmit input:focus {
	color:white;
}
.modal-lg {
    width: 250px;
}

.search_inline_form, .search_inline_form1  
{
    position: relative;
    width: 100%;
    max-width: 350px;
    float: right;
    display: inline-block;
}

.big-title
{
	line-height: 40px;
	display: inline-block;
    width: 100%;
    max-width: 600px;
}

.box_scroll
{
	display:none;
	left: 53px!important;
	width: 235px!important;
    text-align: left;
}

.search_inline_form input, .search_inline_form1 input
{
	display: inline-block;
    vertical-align: middle;
	max-width: none!important;
}

#rappel_immediat
{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 450px;
    float: right;
}



@media (max-width: 767px){

  .navbar-brand img{
      height: 60px;     /* on fixe uniquement la hauteur */
      width: auto;      /* largeur auto = proportions conservées */
      max-width: 100%;
      display: block;
  }

}

.p_recall
{
	font-weight: 800;
    font-size: 15px;
    line-height: 35px;
}

.btn-submit, .btn-submit:hover, .btn-submit:focus
{
	background: #e15400;
    color: white;
    height: 49px;
}

.input-form
{
	display: inline-block;
    padding: 15px;
    background: #f3f3f3;
    border: none;
    width: 100%;
	max-width: 160px;
}

.alert-green
{
    font-size: 14px;
    padding: 5px 10px;
    margin-top: 10px;
    text-align: left;
    width: 100%;
    max-width: 300px;
    float: right;
}

@media (max-width:600px){
	
	.modal_container 
	{
		width: 270px;
		min-height: 60px;
	}
	
	.search_inline_form1 
	{
		position: relative;
		margin: 20px auto;
		margin-top: 110px;
	}	
	
	.search_inline_form 
	{
		position: relative;
		margin: 20px auto;
		margin-top: 20px;
	}
	
	.box_scroll {
		left: 0!important;
		width: 100%!important;
		text-align: left;
	}
	
	.top-phone-center
	{
		display: none;
	}
	
	.parallax-section.parallax, .slider-section
	{
		margin-top: 90px;
	}
	
	.navbar
	{
		position: unset;
	}
	
	.input-form
	{
		max-width: 160px;
	}
	
	.carousel 
	{
		display:none;
	}
	

	.navbar
	{
		position: unset;
		display: block;
	}
	
	#top-bar 
	{
		display: block;
	}
}
@media (max-width:576px) {	
	.big-title,
	.big-title a {
	font-size:18px;
	}
}
.breadcrumb-light .breadcrumb-item a {
    color: #2c2c2c;
}

.breadcrumb-light .breadcrumb-item.active {
    color: #777;
}
.breadcrumb-light a {
    color: #222 !important;
}

.breadcrumb-light .breadcrumb-item.active {
    color: #666 !important;
}

.breadcrumb-light a:hover {
    color: #28a745 !important; /* vert comme tes boutons */
}
@media (max-width: 768px){
  .first-section{
    padding-top: 170px; /* ajuste 150-220 selon la hauteur réelle du header */
  }
}
/* --- CTA Buttons (premium / conversion) --- */
.cta-wrap{
  display:flex;
  justify-content:center;
  align-items:stretch;
  gap:14px;
  flex-wrap:wrap;
}

.cta-btn{
  display:flex;
  align-items:center;
  text-decoration:none;
  border-radius:12px;
  padding:14px 18px;
  min-width:280px;
  max-width:420px;
  box-shadow:0 10px 20px rgba(0,0,0,.08);
  transition:transform .15s ease, box-shadow .15s ease;
  border:1px solid rgba(0,0,0,.06);
}

.cta-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 26px rgba(0,0,0,.12);
  text-decoration:none;
}

.cta-ico{
  width:44px;
  height:44px;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-right:12px;
  flex:0 0 auto;
  background:rgba(255,255,255,.18);
}

.cta-ico i{
  font-size:20px;
  color:#fff;
}

.cta-txt{
  display:flex;
  flex-direction:column;
  line-height:1.15;
  text-align:left;
}

.cta-title{
  font-weight:700;
  font-size:18px;
  color:#fff;
}

.cta-sub{
  font-size:13px;
  opacity:.92;
  color:#fff;
  margin-top:4px;
}

/* Variantes */
.cta-call{
  background:linear-gradient(135deg,#1e9f4a,#28a745);
}

.cta-quote{
  background:linear-gradient(135deg,#0b67d0,#0d6efd);
}

/* Petites preuves sous CTA */
.cta-proof{
  display:flex;
  justify-content:center;
  gap:18px;
  flex-wrap:wrap;
  font-size:13px;
  opacity:.92;
}

.cta-proof i{
  color:#28a745;
  margin-right:6px;
}

/* Mobile */
@media (max-width: 576px){
  .cta-btn{
    width:100%;
    min-width:0;
  }
}
.geo-list {
    list-style: none;
    padding-left: 0;
}

.geo-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    font-size: 16px;
}

.geo-list li i {
    color: #28a745; /* vert */
    margin-right: 10px;
    min-width: 22px;
    font-size: 18px;
    margin-top: 3px;
}
/* ===== FAQ PREMIUM (accordion) ===== */
.faq-premium{
  max-width: 920px;
  margin: 0 auto;
}

.faq-card{
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 14px;
  box-shadow: 0 10px 22px rgba(0,0,0,.06);
  margin-bottom: 14px;
  overflow: hidden;
}

.faq-q{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 18px;
  background: linear-gradient(180deg,#ffffff,#fbfbfb);
  border: 0;
  cursor: pointer;
  text-align: left;
  font-weight: 700;
  font-size: 17px;
  color: #1f1f1f;
}

.faq-q:focus{
  outline: 3px solid rgba(13,110,253,.25);
  outline-offset: -3px;
}

.faq-q i{
  transition: transform .25s ease;
  color: rgba(0,0,0,.55);
  flex: 0 0 auto;
}

.faq-card.is-open .faq-q i{
  transform: rotate(180deg);
}

.faq-a{
  height: 0;
  overflow: hidden;
  transition: height .28s ease;
}

.faq-a-inner{
  padding: 0 18px 18px 18px;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(0,0,0,.70);
}

/* petite bordure séparatrice subtile */
.faq-card.is-open .faq-q{
  border-bottom: 1px solid rgba(0,0,0,.06);
}

/* Mobile */
@media (max-width: 576px){
  .faq-q{
    font-size: 16px;
    padding: 16px 16px;
  }
  .faq-a-inner{
    padding: 0 16px 16px 16px;
  }
}
.hero-stats{
  display:flex;
  justify-content:center;
  gap:20px;
  flex-wrap:wrap;
  font-size:14px;
  font-weight:600;
  margin-top:15px;
}

.hero-stats i{
  color:#28a745;
  margin-right:6px;
}
.why-card{
  background:#fff;
  padding:25px;
  border-radius:12px;
  box-shadow:0 10px 20px rgba(0,0,0,.06);
  text-align:center;
  transition:transform .2s ease, box-shadow .2s ease;
  height:100%;
}

.why-card:hover{
  transform:translateY(-5px);
  box-shadow:0 15px 30px rgba(0,0,0,.12);
}

.why-card i{
  font-size:28px;
  color:#28a745;
  margin-bottom:12px;
}

.why-card h3{
  font-size:16px;
  font-weight:700;
  margin-bottom:10px;
}

.why-card p{
  font-size:14px;
  color:#555;
}
.faq-a { display:none; }
.faq-a.is-open { display:block; }
.custom-row {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px; /* espace vertical entre blocs */
}

.custom-col-left {
    padding-right: 10px; /* 10px */
}

.custom-col-right {
    padding-left: 10px; /* 10px */
}

/* Total entre les deux colonnes = 20px */

.custom-img {
    width: 100%;
    height: auto;
    display: block;
}
.custom-row {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 50px; /* espace vertical entre blocs */
}

.custom-col-left,
.custom-col-right {
    padding-left: 10px;
    padding-right: 10px;
}

.custom-img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
}

@media (max-width: 991px) {
    .custom-col-left,
    .custom-col-right {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.custom-row {
    margin-bottom: 100px;
}

.custom-col-left,
.custom-col-right {
    padding-left: 10px;
    padding-right: 10px;
}

.custom-img,
.bloc-img{
    width:100%;
    height:auto;
    display:block;
}
/* espace vertical entre les blocs */
.bloc-row { margin-bottom: 50px; }

/* 20px entre texte et image (10px + 10px) */
.bloc-col-left  { padding-right: 25px; }  /* 15px bootstrap + 10px = 25px */
.bloc-col-right { padding-left: 25px; }   /* 15px bootstrap + 10px = 25px */

/* image responsive + empêche tout débordement */
.bloc-img { width:100%; height:auto; display:block; max-width:100%; }
.bloc-row{ margin-bottom: 60px; }
.bloc-row h2{ margin-top: 0; }

.bloc-row{
    margin-bottom: 50px !important;
}
.service-list {
  margin-top: 15px;
}

.service-list li {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.6;
}

.service-list i {
  color: #e15400;
  width: 22px;
  margin-right: 8px;
  font-size: 16px;
}
/* Listes avec icônes (Bootstrap 3 friendly) */
.service-list{
  list-style: none !important;
  padding-left: 0 !important;
  margin: 14px 0 18px !important;
}
.service-list li{
  position: relative;
  padding-left: 34px;      /* espace texte */
  margin: 0 0 10px 0;
  line-height: 1.65;
}
.service-list li .svc-ico{
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  text-align: center;
  color: #e15400 !important; /* TA couleur */
  font-size: 16px;
}

/* Phrase de fin (plus de "Conclusion") */
.bloc-cta{
  margin: 14px 0 0 !important;
  padding-top: 10px;
  border-top: 1px solid #eee;
}
.bloc-cta strong{
  color: #e15400;
}
/* ===========================
   CAS CHANTIER STRUCTURE
=========================== */

.chantier-box {
    margin-bottom: 25px;
}

.chantier-box h4 {
    margin-top: 25px;
    font-weight: 700;
    font-size: 18px;
}

.chantier-steps {
    margin: 15px 0 15px 0;
    padding-left: 0;
}

.chantier-steps li {
    margin-bottom: 8px;
    padding-left: 28px;
    position: relative;
    line-height: 1.6;
}

/* Icônes des étapes */
.chantier-steps li i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #007bff;   /* bleu technique */
    font-size: 14px;
}

/* Icônes des titres h4 */
.chantier-box h4 i {
    margin-right: 8px;
    color: #007bff;
}
/* ===========================
   CAS CHANTIER PREMIUM
=========================== */

.chantier-box {
    margin-bottom: 30px;
}

/* Titres sections */
.chantier-box h4 {
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
    color: #222;
}

/* Liste étapes */
.chantier-steps {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 15px 0 15px 0;
}

/* Ligne */
.chantier-steps li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 8px;
    line-height: 1.6;
    color: #444;
}

/* Icône forcée */
.chantier-steps li i {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 14px;
    color: #007bff !important; /* force bleu */
}

/* Icône titre */
.chantier-box h4 i {
    margin-right: 8px;
    color: #007bff !important;
}

/* Résultat */
.chantier-box strong {
    color: #000;
}
.chantier-box {
    border-left: 4px solid #007bff;
    padding-left: 20px;
}
.bloc-row ul li {
  font-size: 15px;
}
.bloc-row strong {
  color: #333;
}
.bloc-expert {
    background:#f8f9fa;
    padding:35px;
    border-left:5px solid #d9534f;
    margin-bottom:40px;
}

.bloc-expert h2 {
    margin-top:0;
    font-weight:700;
}
/* Force vraie pleine largeur */
.bloc-row-full {
  margin-left:0;
  margin-right:0;
}

.bloc-row-full > .col-xs-12 {
  padding-left:0;
  padding-right:0;
}

/* Style premium */
.bloc-full {
  width:100%;
  max-width:none;
}

.bloc-expert {
  background:#f8f9fa;
  padding:35px;
  border-left:5px solid #d9534f;
  margin-bottom:40px;
}
/* Force FULL WIDTH du bloc linking, même si le thème limite */
.bloc-row-full,
.bloc-row-full > div,
.bloc-row-full .bloc-expert,
.bloc-row-full .bloc-full{
  width:100% !important;
  max-width:none !important;
  float:none !important;
}

/* Supprime les marges/paddings qui “rétrécissent” le bloc */
.bloc-row-full{
  margin-left:0 !important;
  margin-right:0 !important;
  clear:both !important;
}

.bloc-row-full > .col-xs-12{
  padding-left:0 !important;
  padding-right:0 !important;
}

/* Look premium */
.bloc-row-full .bloc-expert{
  display:block !important;
  background:#f8f9fa !important;
  padding:35px !important;
  border-left:5px solid #d9534f !important;
  margin:0 0 40px 0 !important;
}
/* Bloc linking pleine largeur */
.bloc-linking {
  border: 3px solid #e15400;
  padding: 30px;
  margin: 40px 0;
  background: #fff;
  position: relative;
}

.bloc-linking h2 {
  margin-top: 0;
}

.bloc-linking:before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: 80px;
  height: 3px;
  background: #e15400;
}
/* Bloc linking pleine largeur (Bootstrap 3) */
.bloc-linking {
  border: 2px solid #e15400;
  background: #fffdf9;
  padding: 26px 28px;
  margin: 30px 0;
  border-radius: 6px;
}

.bloc-linking .heading {
  margin-bottom: 12px;
}

.bloc-linking .linking-sub {
  margin: 0 0 14px;
  color: #333;
}

.bloc-linking .linking-list {
  margin: 10px 0 14px;
}

.bloc-linking .linking-list li {
  margin: 7px 0;
}

.bloc-linking .linking-list i {
  color: #e15400;
  margin-right: 10px;
  width: 18px;
  text-align: center;
}

.bloc-linking .linking-cta {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(225,84,0,.25);
}

.bloc-linking .btn-linking {
  background: #e15400;
  border-color: #e15400;
  color: #fff;
  border-radius: 4px;
  padding: 10px 14px;
  display: inline-block;
  text-decoration: none;
}

.bloc-linking .btn-linking:hover,
.bloc-linking .btn-linking:focus {
  background: #c94800;
  border-color: #c94800;
  color: #fff;
  text-decoration: none;
}
/* Bloc linking : bordure propre (supprime l'effet "surépaisseur" top-left) */
.bloc-expert, .bloc-linking {
  border: 2px solid #e15400;
  border-radius: 10px;
  background: #fbf7f1;
  padding: 26px;
  overflow: hidden;              /* clé : coupe ce qui déborde */
  background-clip: padding-box;  /* évite le double bord */
  box-shadow: none;
  outline: none;
}

/* Si ton thème injecte un "heading-block" décoratif qui déborde */
.bloc-expert .heading-block,
.bloc-linking .heading-block {
  display: none !important;
}

/* Icônes + espacements propres */
.linking-list li,
.service-list li {
  margin: 8px 0;
}
.linking-list i,
.service-list i {
  color: #e15400;
  margin-right: 10px;
  width: 18px;
  text-align: center;
}
.bloc-linking{
  border:2px solid #e15400;
  border-radius:10px;
  background:#fffaf4;
  padding:22px 22px 18px;
  margin:18px 0;
  box-shadow:none;
  outline:none;
}
/* Couleurs selon priorité SEO */

.near-standard {
  border:2px solid #28a745 !important;
  background:#f6fff8;
}

.near-top20 {
  border:2px solid #e15400 !important;
  background:#fff8f3;
}

.near-boost {
  border:2px solid #dc3545 !important;
  background:#fff5f5;
}
.near-boost .nearby-city:after{
  content:" ★";
  color:#dc3545;
  font-weight:700;
}
/* ACCESSIBILITÉ LIENS CONTENU */

.page-section a {
  color: #0b63ce;           /* bleu foncé accessible */
  text-decoration: underline;
  font-weight: 600;
}

.page-section a:hover,
.page-section a:focus {
  color: #084a9e;
  text-decoration: underline;
}

/* Focus clavier visible */
.page-section a:focus {
  outline: 3px solid #ff9900;
  outline-offset: 2px;
}
button:focus,
.btn:focus {
  outline: 3px solid #ff9900;
  outline-offset: 2px;
}
/* ===== ACCESSIBILITÉ CONTRASTE ===== */

/* Boutons danger (rouge plus foncé) */
.btn-danger {
  background-color: #b02a37;   /* rouge plus sombre */
  border-color: #9f2531;
  color: #ffffff;
}

.btn-danger:hover,
.btn-danger:focus {
  background-color: #8f1f2a;
  border-color: #7c1b24;
}

/* Bouton linking (orange plus contrasté) */
.btn-linking {
  background-color: #cc4a00;   /* orange plus foncé */
  color: #ffffff !important;
  border-color: #b34000;
}

.btn-linking:hover,
.btn-linking:focus {
  background-color: #a63600;
  color: #ffffff;
}

/* Titre sur fond gris ou image */
[itemprop="name"] {
  color: #222 !important;  /* texte bien foncé */
}

/* Sécurise le contraste général */
body {
  color: #222;
}
/* ===== FIX CTA URGENCE (panel-danger) ===== */

/* Bouton rouge: texte + icones toujours blancs */
.panel-danger .btn-danger,
.panel-danger .btn-danger *,
.panel-danger .btn-danger i {
  color: #fff !important;
  fill: #fff !important;
}
.panel-danger .btn-danger:hover,
.panel-danger .btn-danger:focus {
  color: #fff !important;
}

/* Bouton blanc: rétablir fond/bordure/texte visibles */
.panel-danger .btn-default {
  background-color: #fff !important;
  border: 2px solid #bdbdbd !important;
  color: #1f2937 !important;
}
.panel-danger .btn-default:hover,
.panel-danger .btn-default:focus {
  background-color: #f7f7f7 !important;
  border-color: #9e9e9e !important;
  color: #111827 !important;
}

/* Icône/téléphone dans le bouton blanc */
.panel-danger .btn-default i,
.panel-danger .btn-default .fa {
  color: inherit !important;
}
.panel-danger .btn-danger{
  background:#b02a37 !important;
  border-color:#9f2531 !important;
}
/* CTA appel : outline bien visible */
.panel-danger .btn-default{
  background:transparent !important;
  border:2px solid #0b63ce !important;
  color:#0b63ce !important;
  font-weight:700;
}
.panel-danger .btn-default:hover,
.panel-danger .btn-default:focus{
  background:#0b63ce !important;
  color:#fff !important;
}
.panel-danger .btn-default i,
.panel-danger .btn-default .fa{
  color:inherit !important;
}
/* ===== FIX: liens "accessibles" ne doivent pas casser les boutons ===== */

/* Un bouton n'est pas un lien texte : pas de soulignement, couleur adaptée */
a.btn,
a.btn:hover,
a.btn:focus,
a.btn:active {
  text-decoration: none !important;
}

/* Couleurs lisibles dans les boutons */
a.btn.btn-danger,
a.btn.btn-danger:hover,
a.btn.btn-danger:focus,
a.btn.btn-danger:active {
  color: #fff !important;
}

a.btn.btn-warning,
a.btn.btn-warning:hover,
a.btn.btn-warning:focus,
a.btn.btn-warning:active {
  color: #fff !important;
}

a.btn.btn-success,
a.btn.btn-success:hover,
a.btn.btn-success:focus,
a.btn.btn-success:active {
  color: #fff !important;
}

a.btn.btn-primary,
a.btn.btn-primary:hover,
a.btn.btn-primary:focus,
a.btn.btn-primary:active {
  color: #fff !important;
}

/* Si tu utilises btn-default comme CTA coloré ailleurs */
a.btn.btn-default,
a.btn.btn-default:hover,
a.btn.btn-default:focus,
a.btn.btn-default:active {
  text-decoration: none !important;
}
a.btn i,
a.btn .fa {
  color: inherit !important;
}
/* =========================
   COMMUNES PROCHES (UI + A11Y)
   ========================= */

/* Conteneur */
.nearby-panel .panel-body{
  padding: 18px;
}

/* Grille : plus d'air */
.nearby-grid{ 
  margin-top: 10px;
}

/* Carte/bouton */
a.nearby-btn.btn{
  display:block;
  width:100%;
  text-align:left;
  white-space:normal;
  line-height:1.25;

  padding: 12px 12px;
  border-radius: 10px;

  background:#fff !important;
  box-shadow: 0 1px 0 rgba(0,0,0,.04);
}

/* Rendre le lien "bouton" non souligné (ta règle accessibilité ne doit pas le casser) */
a.nearby-btn.btn,
a.nearby-btn.btn:hover,
a.nearby-btn.btn:focus{
  text-decoration:none !important;
}

/* Titres/CP */
.nearby-btn .nearby-city{
  display:block;
  font-weight:800;
  font-size: 14px;
  color:#111;             /* lisible */
  margin-bottom: 2px;
}

.nearby-btn .nearby-cp{
  font-size:12px;
  color:#444;
  opacity:1;              /* évite trop clair */
  margin-right:8px;
}

/* Badge KM : contraste (label-info BS3 est souvent trop clair) */
.nearby-btn .label.nearby-km,
.nearby-btn .label.label-info.nearby-km{
  background:#0b63ce !important; /* bleu foncé */
  color:#fff !important;
  border:0;
  font-weight:700;
  padding: 3px 7px;
  border-radius: 999px;
}

/* Étoile : visible mais pas agressive */
.nearby-star{
  color:#b34000;
}

/* Hover/Focus : accessibilité */
a.nearby-btn.btn:hover{
  transform: translateY(-1px);
}

a.nearby-btn.btn:focus{
  outline: 3px solid #ff9900;
  outline-offset: 2px;
}

/* Couleurs de bordure par groupe (tu as déjà near-standard / near-top20 / near-boost) */
a.nearby-btn.near-standard{ border-color:#1f7a3a !important; }
a.nearby-btn.near-top20{    border-color:#b34000 !important; }
a.nearby-btn.near-boost{    border-color:#b02a37 !important; }

/* Sur mobile : cartes plus grandes, plus faciles à cliquer */
@media (max-width: 767px){
  a.nearby-btn.btn{
    padding: 13px 12px;
  }
  .nearby-btn .nearby-city{
    font-size: 15px;
  }
}
/* ===== CONTRASTE AA : CTA principaux ===== */

/* btn-linking (ton bouton orange custom) */
a.btn.btn-linking{
  background:#a63600 !important;      /* orange plus foncé */
  border-color:#8f2f00 !important;
  color:#fff !important;
  font-weight:700;
}
a.btn.btn-linking:hover,
a.btn.btn-linking:focus{
  background:#7f2900 !important;
  border-color:#6e2300 !important;
  color:#fff !important;
}

/* Bootstrap btn-success : vert plus foncé */
a.btn.btn-success{
  background:#1f7a3a !important;
  border-color:#196531 !important;
  color:#fff !important;
}
a.btn.btn-success:hover,
a.btn.btn-success:focus{
  background:#155a28 !important;
  border-color:#124d22 !important;
  color:#fff !important;
}

/* Bootstrap btn-primary : bleu plus foncé */
a.btn.btn-primary{
  background:#0b63ce !important;
  border-color:#0b63ce !important;
  color:#fff !important;
}
a.btn.btn-primary:hover,
a.btn.btn-primary:focus{
  background:#084a9e !important;
  border-color:#084a9e !important;
  color:#fff !important;
}

/* Icônes toujours lisibles dans ces boutons */
a.btn.btn-linking i, a.btn.btn-linking .fa,
a.btn.btn-success i, a.btn.btn-success .fa,
a.btn.btn-primary i, a.btn.btn-primary .fa{
  color:inherit !important;
}

/* Focus clavier visible (accessibilité) */
a.btn:focus{
  outline:3px solid #ff9900 !important;
  outline-offset:2px;
}
@media (max-width: 767px){
  .link-more li a{
    display:block;
    padding:12px 10px;
    min-height:44px;
  }
}
/* Logo : garder la hauteur actuelle (60px) sans déformation */
img.logo{
  height: 60px !important; /* conserve ton rendu actuel */
  width: auto !important;  /* largeur auto => ratio respecté */
}
img.logo{
  height: 60px !important;
  width: auto !important;
  max-width: 185px; /* sécurité */
}
/* ===== Un seul logo (desktop vs mobile) ===== */

/* Desktop: logo du top-bar visible, logo navbar caché */
.brand-desktop{ display:inline-block; }
.brand-mobile{ display:none; }

/* Mobile/tablette: on cache le top-bar, on garde le logo navbar */
@media (max-width: 991px){
  #top-bar{ display:none; }          /* supprime toute la barre logo */
  .brand-desktop{ display:none; }
  .brand-mobile{ display:inline-block; }
}

/* Logo : jamais déformé */
img.logo{
  height:110px !important;
  width:auto !important;
  max-width:none !important; /* IMPORTANT: empêche la compression */
}
@media (max-width: 991px){
  img.logo{
    height:60px !important;
    width:auto !important;
    max-width:none !important;
  }
}
@media (max-width: 991px){
  /* La marque ne doit pas avoir une largeur fixe trop petite */
  .navbar-brand.brand-mobile{
    width:auto !important;
    max-width:none !important;
    padding: 10px 15px; /* garde un padding correct */
  }

  /* Si un CSS fixe une largeur au logo dans la navbar */
  .navbar-brand.brand-mobile img.logo{
    width:auto !important;
    max-width:none !important;
  }
}

/* ==== FIX Lighthouse: logo sans déformation ==== */
img.logo{
  height: 60px !important;
  width: auto !important;
}

/* Desktop */
@media (min-width: 992px){
  img.logo{
    height: 110px !important;
    width: auto !important;
  }
}
/* ===== Bloc 3 - recadrage texte + icônes ===== */

/* ===== Bloc 3 : listes normales, pas en flex ===== */

.chooseus-style-five .text-box ul{
    list-style:none;
    padding-left:0;
    margin-top:15px;
}

.chooseus-style-five .text-box ul li{
    position:relative;
    display:block;          /* important */
    padding-left:30px;
    margin-bottom:10px;
    font-size:15px;
    line-height:1.6;
}

.chooseus-style-five .text-box ul li i{
    position:absolute;
    left:0;
    top:3px;
    width:20px;
    text-align:center;
    margin-right:0;
}
/* ===== Bloc 3 couleurs ===== */

/* texte en blanc */
.chooseus-style-five .text-box,
.chooseus-style-five .text-box p,
.chooseus-style-five .text-box li{
    color:#ffffff;
}

/* liens orange */
.chooseus-style-five .text-box a{
    color:#e15400;
    font-weight:600;
}

.chooseus-style-five .text-box a:hover{
    color:#ff7a2a;
}

/* icônes visibles */
.chooseus-style-five .text-box li i{
    margin-right:8px;
}
.hero-title {
color:#ffffff !important;
}
.header-top{
background:#090d30;
color:#ffffff;
}
@media (max-width: 767px) {
  .header-top {
    background: #090d30 !important;
  }

  .header-top,
  .header-top li,
  .header-top a {
    color: #ffffff !important;
  }
}


.chooseus-style-five .sec-title .sub-title,
.chooseus-style-five .text-box a,
.chooseus-style-five .text-box a:visited,
.chooseus-style-five .text-box i,
.chooseus-style-five .text-box .fa,
.chooseus-style-five .text-box .icon{
  color:#ffe082 !important;
  
  }
  body.page-ville .sub-title,
body.page-ville .sub-title.mb_13,
body.page-ville .sub-title.mb_15{
  color:#b22222 !important;
}

body.page-ville .chooseus-style-five .sub-title,
body.page-ville .chooseus-style-five .sub-title.mb_13,
body.page-ville .chooseus-style-five .sub-title.mb_15{
  color:#ffe082 !important;
}
.theme-btn.btn-one{
background:#8b0000;
border-color:#8b0000;
color:#ffffff;
}
body.page-ville .sub-title.mb_14{
color:#b22222 !important;
}
.ville-cta-box .theme-btn{
background:#0d5c2a;
border-color:#0d5c2a;
color:#ffffff;
}
/* CTA vert : sous-titre plus lisible */
body.page-ville .ville-cta-box .sub-title,
body.page-ville .ville-cta-box .sub-title.mb_14{
  color:#fff3c4 !important;
}

/* CTA vert : texte courant plus clair */
body.page-ville .ville-cta-box p{
  color:#ffffff !important;
}

/* Footer : texte gris trop faible -> on fonce */
body.page-ville .main-footer p,
body.page-ville .main-footer li,
body.page-ville .main-footer .text,
body.page-ville .main-footer .footer-widget p{
  color:#222222 !important;
}

/* Footer : titres */
body.page-ville .main-footer h3,
body.page-ville .main-footer h4,
body.page-ville .main-footer .widget-title{
  color:#111111 !important;
}

/* Footer : liens de villes */
body.page-ville .main-footer a{
  color:#0b5e2b !important;
  text-decoration: underline;
}

/* Hover footer */
body.page-ville .main-footer a:hover{
  color:#08441f !important;
}
body.page-ville .main-footer{
  background:#090d30 !important;
}

body.page-ville .main-footer p,
body.page-ville .main-footer li,
body.page-ville .main-footer .text,
body.page-ville .main-footer .footer-widget p{
  color:#f3f7f1 !important;
}

body.page-ville .main-footer h3,
body.page-ville .main-footer h4,
body.page-ville .main-footer .widget-title{
  color:#ffffff !important;
}

body.page-ville .main-footer a{
  color:#ffffff !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.page-ville .main-footer a:hover,
body.page-ville .main-footer a:focus{
  color:#fff3b0 !important;
}
body.page-ville .ville-cta-box .sub-title,
body.page-ville .ville-cta-box .sub-title.mb_14{
color:#ffffff !important;
font-weight:700;
}
body.page-ville .ville-cta-box *{
  color:#ffffff !important;
}

body.page-ville .ville-cta-box a{
  text-decoration: underline !important;
}
.ville-cta-box{
  background:#009344;
}
body.page-ville .ville-cta-box{
  background:#090d30 !important;
}

body.page-ville .ville-cta-box,


body.page-ville .ville-cta-box a{
  text-decoration: underline !important;
}
body.page-ville .ville-cta-box{
background:#090d30 !important;
}

body.page-ville .ville-cta-box p,
body.page-ville .ville-cta-box h2,
body.page-ville .ville-cta-box .sub-title{
color:#ffffff !important;
}

body.page-ville .ville-cta-box a{
color:#ffd966 !important;
text-decoration: underline !important;
text-underline-offset:3px;
}

a{
text-decoration: underline;
}
.ville-cta-box .theme-btn{
  background:linear-gradient(135deg,#b02a37,#d32f2f);
  border:none;
  color:#fff;
  font-weight:700;
  box-shadow:0 6px 18px rgba(0,0,0,.15);
}

.ville-cta-box .theme-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 25px rgba(0,0,0,.2);
}
@media (max-width: 600px){
  .p_recall{
    white-space: nowrap;
    font-size: 13px;
  }
}
.btn_appel{
  white-space: nowrap;
}
#rappel_immediat div{
  flex-wrap: wrap;
}
.btn_appel{
  white-space: nowrap;
  margin-right: 10px;
  font-size: 14px;
}

@media (max-width: 767px){
  .btn_appel{
    width: 100%;
    margin-bottom: 8px;
    text-align: center;
  }
}
.seo-h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.image-content .inner{
    text-align: center;
}

.image-content .inner .experience-number{
    font-size: 60px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    font-family: 'Jost', sans-serif;
}

.image-content .inner .experience-label{
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
}
.intro-ville-haute {
  margin-top: 20px;
}
