/* === LANG SELECT (Compatible Gmag Template) === */
.languages-list {
  float:right;
	position:relative;
 	height: 32px;
	top:18px;
}

/* Style du select natif (caché quand .nice-select est actif) */
.languages-list select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 8px 35px 8px 15px;
    color: #0d0a0a;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
}

/*.languages-list select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #189f52;
	border: 1px solid #189f52;
	border-radius: 3px;
	padding: 8px 35px 8px 15px;
	color: #fff;
	font-weight: 500;
	transition: all 0.3s ease;
	cursor: pointer;
}*/

.languages-list select:hover {
  border-color: #fff;
  background-color: #fff;
  color:#0d0a0a;
}

/* === NICE SELECT STYLING === */
.nice-select {
  background-color: #fff;
  border: 1px solid #189f52;
  border-radius: 30px;
  padding: 8px 35px 8px 15px;
  line-height: 22px;
  color: #189f52;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  min-width: 140px;
}

.nice-select:after {
  content: "\f078"; /* caret down icon (Font Awesome style) */
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  color: #189f52;
  pointer-events: none;
}

.nice-select:hover {
  border-color: #189f52;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

/* Liste déroulante */
.nice-select .list {
  position: absolute;
  top: 110%;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #189f52;
  padding: 5px 0;
  margin: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 100;
  display: none;
}

.nice-select.open .list {
  display: block;
}

.nice-select .option {
  padding: 10px 15px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.nice-select .option:hover,
.nice-select .option.selected {
  background: #189f52;
  color: #fff;
}

/* === RESPONSIVE === */
/* === Fix pour Gmag Template Responsive === */

/* Forcer l'affichage sur mobile */
@media (max-width: 767px) {
  .languages-list {
    display: block !important;
    float: none;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    top: 18px;
    height: auto;
  }

  .nice-select {
    display: inline-block;
    width: 90% !important;
    max-width: 300px;
    font-size: 14px;
    padding: 10px 40px 10px 15px;
    border-radius: 25px;
    line-height: 22px;
  }

  .nice-select:after {
    right: 15px;
    font-size: 12px;
  }

  .nice-select .list {
    width: 100%;
    left: 0;
    right: 0;
    text-align: left;
  }
}

/* Ajustement petit écran (≤ 575px) */
@media (max-width: 575px) {
  .languages-list {
    margin: 0 auto;
    text-align: center;
  }

  .nice-select {
    width: 100% !important;
    max-width: none;
    font-size: 13px;
  }
}


/* === Logo + Entête === */
.header-inner-lg {
  background: #fff;
  padding: 39px 0;
  border-bottom: 1px solid rgba(62, 65, 63, 0.04);
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

/* --- Logos gauche / droite --- */
.header-logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.header-logo-left {
  left: 20px;
}

.header-logo-right {
  right: 20px;
}

.header-logo img {
  height: auto;
  width: 150px;
}

/* --- Titre central --- */
.header-title {
  text-align: center;
  width: 100%;
}

.header-title h1 {
  font-size: 20px;
  color: #434242;
  font-weight: 600;
  margin: 0;
  line-height: 1.7;
}

/* === MEDIA QUERIES === */

/* Grand écrans intermédiaires */
@media only screen and (max-width: 1064px) {
  .header-logo img {
    width: 130px;
  }

  .header-title h1 {
    font-size: 17px;
  }

  .header-inner-lg {
    padding: 40px 0;
  }
}

/* Tablettes et écrans moyens */
@media only screen and (max-width: 856px) {
  .header-logo img {
    width: 110px;
  }

  .header-title h1 {
    font-size: 16px;
    line-height: 1.6;
  }

  .header-inner-lg {
    padding: 35px 0;
  }
}

/* Petits écrans (mobiles) */
@media only screen and (max-width: 630px) {
  .header-container {
    flex-direction: column;
    align-items: center;
    position: static;
  }

  .header-logo {
    position: static;
    transform: none;
    margin-bottom: 10px;
  }

  .header-title h1 {
    font-size: 15px;
    text-align: center;
  }

  .header-logo img {
    width: 100px;
  }

  .header-inner-lg {
    padding: 25px 0;
  }
}

/* Écrans Retina (très haute densité de pixels) */
@media only screen and (-webkit-min-device-pixel-ratio: 2), 
       only screen and (min-resolution: 192dpi) {
  .header-logo img {
    image-rendering: -webkit-optimize-contrast;
    transform: scale(1.02);
  }

  .header-title h1 {
    color: #000; /* contraste amélioré pour écran retina */
  }
}


/* Marges */
.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mt-40 { margin-top: 40px; }
.mt-60 { margin-top: 60px; }
.mt-80 { margin-top: 80px; }
.mt-100 { margin-top: 100px; }
.mt-120 { margin-top: 120px!important;  padding-bottom: 0px !important;}
.mt-140 { margin-top: 140px; }
.mt-180 { margin-top: 180px; }
.mt-300 { margin-top: 300px; }
.bt-10 { padding-bottom:10px; }
/*=================================*/
/* review */
/*=================================*/
/* Bloc principal centré */
.ad-wrap {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.box-content {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

/* === Bloc bannière === */
.banner-review {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  height: 123px; /* ajustée */
  display: flex;
  align-items: center;
  justify-content: flex-start; /* 👈 aligne le contenu à gauche */
  padding: 0 40px; /* espace à gauche/droite */  
}

.banner-review .bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.9); /* assombrit l’image pour lisibilité */
  z-index: 1;
}

/* Contenu texte et bouton */
.banner-revue_content {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 70%;
}

.banner-review h5 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: left; /* 👈 texte à gauche */
}

.banner-review .btn {
	display: inline-block;
	background: linear-gradient(90deg, #f8faf9, #fdfffe);
	color: #222;
	padding: 12px 26px;
	border-radius: 30px;
	font-weight: 500;
	transition: all 0.3s ease;
	box-shadow: 0 4px 10px rgba(24, 159, 82, 0.4);
}

.banner-review .btn:hover {
  background: #222;
  transform: translateY(-2px);
  color:#fff;
  
}

/* ============================
   RESPONSIVE MEDIA QUERIES
=============================== */

/* <= 1064px */
@media only screen and (max-width: 1064px) {
  .banner-review {
    height: 160px;
    padding: 0 30px;
  }

  .banner-review h5 {
    font-size: 18px;
  }
}

/* <= 856px */
@media only screen and (max-width: 856px) {
  .banner-review {
    height: 150px;
    padding: 0 25px;
  }

  .banner-revue_content {
    max-width: 90%;
  }

  .banner-review h5 {
    font-size: 16px;
  }
}

/* <= 630px */
@media only screen and (max-width: 630px) {
  .banner-review {
    height: auto;
    padding: 20px;
    flex-direction: column;
    text-align: center;
  }

  .banner-review h5 {
    font-size: 15px;
    text-align: center;
  }

  .banner-review .btn {
    margin-top: 10px;
    font-size: 14px;
    padding: 8px 18px;
  }
}

/* Haute densité (Retina) */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .banner-review h5 {
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  }
}


/* =============================
   CONTACT LIST FOOTER STYLING
============================= */

.contacts-list-footer {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #fff;
  /* font-family: "Arial", sans-serif; */
  font-family: 'Open Sans', serif;
}

.contacts-list-footer li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  line-height: 1.6;
}

/* .contacts-list-footer li span {
  font-weight: 600;
  color: #189f52;
  min-width: 120px;
  display: flex;
  align-items: center;
} */
 .contacts-list-footer li span {
	font-weight: 600;
	color: #189f52;
	min-width: 80px;
	display: flex;
	align-items: center;
	padding-top: 2px;
}

.contacts-list-footer li i {
  margin-right: 8px;
  font-size: 16px;
  color: #189f52;
}

.contacts-list-footer li a {
  color: #e0e0e0;
  text-decoration: none;
  transition: color 0.3s ease;
  word-wrap: break-word;
  text-align: left;
}

.contacts-list-footer li a:hover {
  color: #189f52;
}

/* =============================
   RESPONSIVE DESIGN
============================= */

/* <= 1064px */
@media only screen and (max-width: 1064px) {
  .contacts-list-footer li span {
    min-width: 100px;
  }
}

/* <= 856px */
@media only screen and (max-width: 856px) {
  .contacts-list-footer li {
    flex-direction: column;
    align-items: flex-start;
  }

  .contacts-list-footer li span {
    margin-bottom: 5px;
  }

  .contacts-list-footer li a {
    font-size: 15px;
  }
}

/* <= 630px */
@media only screen and (max-width: 630px) {
  .contacts-list-footer li {
    margin-bottom: 15px;
  }

  .contacts-list-footer li span {
    font-size: 14px;
  }

  .contacts-list-footer li a {
    font-size: 14px;
    line-height: 1.5;
  }
}

/* Haute densité (Retina) */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .contacts-list-footer li i {
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.4);
  }
}

/* =============================
   SLIDER LOGOS AVEC CONTAINER + BANDEAU TITRE
============================= */
/*
.logo-slider-section {
  background: #f9f9f9;
  padding: 40px 0;
  overflow: hidden;
}

.logo-slider-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.logo-slider-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  width: 100%;
}

.logo-slider-title {
	background: #189f52;
	color: #fff;
	padding: 3px 17px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-width: 200px;
	height: 66px;
}

.logo-slider-title h3 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.logo-slider-box {
  position: relative;
  flex-grow: 1;
  height: 115px;
}

.logo-slider-container {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 60px;
  animation: slide-logos 20s linear infinite;
  width: max-content;
}

.logo-slide img {
  height: 110px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: all 0.3s ease;
}

.logo-slide img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

@keyframes slide-logos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}*/

.logo-slider-section {
    background: #f9f9f9;
    padding: 40px 0;
    overflow: hidden;
}

.logo-slider-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 100%;
}

.logo-slider-title {
    background: #189f52;
    color: #fff;
    padding: 3px 17px;
    min-width: 200px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.logo-slider-title h3 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.logo-slider-box {
    position: relative;
    flex-grow: 1;
    overflow: hidden;
    height: 115px;
    padding-right: 70px; /* espace pour les boutons */
}

.logo-slider-container {
    display: flex;
    gap: 60px;
    transition: transform 0.5s ease;
    animation: marquee 20s linear infinite;
}

.logo-slider-inner {
  overflow: hidden;
  width: calc(100% - 70px); /* réserve l’espace boutons */
}

.logo-slide img {
    height: 110px;
    width: auto;
    filter: grayscale(100%);
    opacity: 0.8;
    transition: all 0.3s ease;
}

.logo-slide img:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}

/* Boutons slider à droite */
.slider-btn {
    position: absolute;
    right: 15px;
    background: #189f52;
    color: #fff;
    border: none;
    width: 38px;
    height: 38px;
    cursor: pointer;
    font-size: 20px;
    z-index: 10;
    opacity: 0.9;
    transition: opacity 0.3s;
}

.slider-btn:hover {
    opacity: 1;
}

.slider-btn.prev {
    top: 20%;
}

.slider-btn.next {
    top: 55%;
}

.slider-wrapper {
  overflow: hidden;
  position: relative;
}

#logoSlider {
  display: flex;
  will-change: transform;
}
/* =============================
   RESPONSIVE MEDIA QUERIES
============================= */

/* <= 1064px */
@media only screen and (max-width: 1064px) {
  .logo-slider-title {
    min-width: 180px;
    padding: 15px 20px;
  }
  .logo-slide img {
    height: 50px;
  }
}

/* <= 856px */
@media only screen and (max-width: 856px) {
  .logo-slider-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .logo-slider-title {
    width: 100%;
    min-width: unset;
    height: auto;
  }

  .logo-slider-box {
    width: 100%;
    height: 80px;
  }

  .logo-slider-container {
    gap: 40px;
    animation-duration: 18s;
  }
}

/* <= 630px */
@media only screen and (max-width: 630px) {
  .logo-slide img {
    height: 40px;
  }

  .logo-slider-container {
    gap: 30px;
    animation-duration: 15s;
  }

  .logo-slider-title h3 {
    font-size: 16px;
  }
}

/* Haute densité (Retina) */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .logo-slide img {
    filter: grayscale(90%);
  }
}

/*key figures*/
/*=========================================*/
/* key figures */
/*=========================================*/
.counter-section { 
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.counter-section .main-title {
  color: #000;
  margin-bottom: 100px;
  text-align: center;
}

.counter-count {
  text-align: center;
  /*margin: 20px;*/
}

.counter-count .count,
.counter-count .unit {
  font-size: 2rem;       /* taille du texte */
  font-weight: bold;
  display: inline-block; /* côte à côte */
  color: #006b2e;
  vertical-align: middle;
}

.counter-count h3 {
  color:#111;
  font-size: 20px;
}

/* ================= MEDIA QUERIES ================= */

/* Extra small devices (phones, <576px) */
@media (max-width: 575px) {
  .counter-count .count,
  .counter-count .unit {
    font-size: 24px;
  }
  .counter-count h3 {
    font-size: 14px;
  }
}

/* Small devices (≥576px and <768px) */
@media (min-width: 576px) and (max-width: 767px) {
  .counter-count .count,
  .counter-count .unit {
    font-size: 26px;
  }
  .counter-count h3 {
    font-size: 16px;
  }
}

/* Medium devices (≥768px and <992px) */
@media (min-width: 768px) and (max-width: 991px) {
  .counter-count .count,
  .counter-count .unit {
    font-size: 27px;
  }
  .counter-count h3 {
    font-size: 18px;
  }
}

/* Large devices (≥992px and <1200px) */
@media (min-width: 992px) and (max-width: 1199px) {
  .counter-count .count,
  .counter-count .unit {
    font-size: 24px;
  }
  .counter-count h3 {
    font-size: 16px;
  }
}

/* Extra large devices (≥1200px and <1400px) */
@media (min-width: 1200px) and (max-width: 1399px) {
  .counter-count .count,
  .counter-count .unit {
    font-size: 24px;
  }
  .counter-count h3 {
    font-size: 16px;
  }
}

/* XXL devices (≥1400px) */
@media (min-width: 1400px) {
  .counter-count .count,
  .counter-count .unit {
    font-size: 24px;
  }
  .counter-count h3 {
    font-size: 16px;
  }
}

/* map */
.map-title {
  color: #ffffff;
  font-size: 2.6rem;
  margin-bottom: 40px;
  font-weight: 700;
  letter-spacing: 1px;
}
/* ===== Bloc Carte ===== */
.map-wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto; 
  overflow: hidden;  
  
}

/* iframe avec filtres pour simuler sombre */
.map-wrapper iframe {
  width: 100%;
  height: 300px;
  border: none;
}


/* option overlay sombre semi-transparente au-dessus de la carte */
.map-wrapper::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  pointer-events: none;  
  mix-blend-mode: multiply;
  
}

/* ================================
   MEDIA QUERIES
   ================================ */

/* — 1064px — */
@media only screen and (max-width: 1064px) {
  .map-wrapper {
    max-width: 750px;
   
  }
  .map-wrapper iframe {
    height: 300px;
  }
  .map-title {
    font-size: 2.4rem;
    }
}

/* — 856px — */
@media only screen and (max-width: 856px) {
  .map-wrapper {
    max-width: 600px;
    
  }
  .map-wrapper iframe {
    height: 300px;
  }
  .map-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
/* — 630px — */
@media only screen and (max-width: 630px) {
  .map-wrapper {
    max-width: 95%;
    
  }
  .map-wrapper iframe {
    height: 300px;
  }
  .map-title {
    font-size: 1.8rem;
  }
}
/* — Retina (écrans haute densité) — */
@media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (min-resolution: 2dppx) {
  
}

/* .ql-editor p {
  white-space: normal !important; 
  word-wrap: break-word !important; 
  overflow-wrap: break-word !important;
  text-align: justify !important;
} */


/* map site */

.map-site {
    padding: 40px;    
    width: 50%;
    text-align: initial;    
    border-radius: 8px;    
}


.map-site ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


.map-site li {
    margin: 8px 0;
}


.map-site a {
    text-decoration: none;
    color: #333; 
    display: block;
    padding: 10px;
    border-radius: 4px; 
    transition: background-color 0.3s ease, color 0.3s ease;
}


.map-site a:hover {
    background: rgb(24, 159, 82); 
    color: white; 
}


.map-site ul ul {
    list-style: none;
    padding-left: 20px;
    margin-top: 5px;
}


.map-site ul ul li a {
    background-color: #fff; 
    border-radius: 4px;
}


.map-site ul ul li a:hover {
    background: rgb(24, 159, 82); 
    color: white;  
}

@media only screen and (max-width: 1064px) {
  .map-site {
    width: 100%;
    padding: 10px;
    font-size: 14px;
  }

  .map-site ul ul {
    padding-left: 15px;
  }

  .map-site a {
    padding: 8px;
  }
}

@media only screen and (max-width: 856px) {
  .map-site {
    width: 100%;
    padding: 10px;
    font-size: 13px; 
  }

  .map-site ul ul {
    padding-left: 10px;
  }

  .map-site a {
    padding: 8px 6px;
  }

  .map-site ul ul {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 630px) {
  .map-site {
    width: 100%;
    padding: 8px;
    font-size: 12px; 
  }

  .map-site ul ul {
    padding-left: 12px; 
  }

  .map-site a {
    padding: 8px 5px;
  } 
  
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (min-resolution: 2dppx) {  
 
  .map-site {
    border-width: 0.5px;
  }
  
}

.custom-checkbox input {
display: none; /* Cache la case */
}

.custom-checkbox .checkmark {
display: inline-block;
width: 20px;
height: 20px;
border: 1px solid #515050; 
position: relative;
cursor: pointer;
top:3px;
background-color: #fff;
margin-left: 9px;
background-color: #fff;
margin-left: 9px;
}

.custom-checkbox input:checked + .checkmark {
background-color: transparent;
border: 1px solid  #006b2e;;
}

.custom-checkbox input:checked + .checkmark::after {
content: "✔";
color: black;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
font-size: 14px;
}
label {
font-weight: 600 !important;
line-height: 23px !important;
font-size: 13px !important;
color: #484747 !important;    
}

.hidden {
  display: none;
}
.popup-overlay {
  display: none;
  position: fixed;
  top:0; left:0;
  width:100%; height:100%;
  background: rgba(0,0,0,0.5);
  z-index: 999;
}
.popup {
  display: none;
  position: fixed;
  top:50%; left:50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  border-radius: 5px;
  z-index: 999;
}
#resultMessage {
  display: none !important; /* Toujours invisible */
}


/* Résultats de recherche */
 /* result recherche */
.ibox-content {
    background-color: #FFFFFF;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #E7EAEC;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0px;
    text-align: left;
}

.search-form {
    margin-top: 10px;
}

.search-result h3 {
    margin-bottom: 0;
    color:  #222;
}

.search-result .search-link {
    color:  #006b2e;;
}

.search-result p {
    font-size: 16px;
    margin-top: 5px;
}

.hr-line-dashed {
    border-top: 1px dashed #E7EAEC;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 20px 0;
}

.search-card {
  background: #ffffff;
  border: 1px solid #efefef;
  border-radius: 5px;
  padding: 25px 30px;
  margin-bottom: 25px;
  /* box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease; */
  position: relative;
}

/* .search-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
} */

/* ==== TITRE ==== */
.search-card h1 {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
  margin-bottom: 10px;
}

.search-card h1 a {
  text-decoration: none;
  color: inherit;
  transition: color 0.25s ease;
}

.search-card h1 a:hover {
  color:  #006b2e;
}

/* ==== DATE ==== */
.search-card .post-date {
  display: inline-block;
  font-size: 0.9rem;
  color: #6b7280;
  margin-bottom: 12px;
}

.search-card .post-date i {
  color:  #006b2e;
  margin-right: 5px;
}

/* ==== EXTRAIT ==== */
.search-card .excerpt {
  font-size: 1rem;
  color: #374151;
  line-height: 1.6;
  margin-top: 8px;
}



/* ==== RESPONSIVE ==== */
@media (max-width: 768px) {
  .search-card {
    padding: 20px;
  }
  .search-card h1 {
    font-size: 1.4rem;
  }
  .search-card .excerpt {
    font-size: 0.95rem;
  }
}

/* ==== PETIT EFFET DECORATIF ==== */
.search-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 0;
  /* background: linear-gradient(90deg,  #006b2e,  #006b2e);
  transition: width 0.3s ease;
  border-radius: 12px 12px 0 0; */
}

.search-card:hover::before {
  width: 100%;
}


.col-sm-6 > span {
	width: calc(50% - 30px);
	float: left;
	margin-top: 15px;
}

.captcha .btn i, .dark-btn i {
  margin-left: 0px;
}

.custom-form select {
  float: left;
	border: none;
	border: 1px solid #e1e1e1;
	background: #f9f9f9;
	width: 100%;
	padding: 15px 30px;
	border-radius: 4px;
	color: #000;
	font-size: 15px;
	-webkit-appearance: none;
	font-family: 'Open Sans';
  margin-bottom: 20px;
}
.custom-form input[type="file"] { 
  float: left;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  padding: 12px;
  border-radius: 4px;
}
.custom-form::after {
  content: "";
  display: block;
  clear: both;
}
.custom-form option {
  font-size: 15px;
}

/* Paragraphes 

.ql-editor{
    font-size: 0.75rem;    
    overflow: hidden;
    word-wrap: break-word;
    white-space: nowrap !important;
    
}

.ql-editor p{
    font-size: 0.75rem;    
    overflow: hidden;
    word-wrap: break-word;
    white-space: nowrap !important;
}

.ql-editor p span{
    font-size: 0.75rem;    
    overflow: hidden;
    word-wrap: break-word;
    white-space: nowrap !important;
}


.ql-editor ul {
  text-align: left !important;
  list-style-type: disc;
  margin-left: 20px;
  padding-left: 10px;  
}


.ql-editor li {
  text-align: left !important;
  margin-bottom: 4px;
  line-height: 1.5;
  text-decoration: underline;  
}*/

.fs-slider-button-all {
	margin-top:68px;
}

.fs-slider_btn a {
  line-height: 36px;
  color: #fff;
  cursor: pointer;
}

@media only screen and  (max-width: 856px) {
.fs-slider-button-all {
	  margin-top: 0;
}
}