@charset "UTF-8";
/************************
*
* PLAN DES SCSS
*
01 => CONFIG
02 => LAYOUT
03 => PAGES
04 => COMPOSANTS
05 => WOOCOMMERCE
*
*
*************************/
/* Set core body defaults */
:root {
  color-scheme: unset;
}
body {
  min-height: 96vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  max-width: 100vw;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-end;
}
body .elementor-location-footer {
  bottom: 0;
}
/* Box sizing rules */
*, *::before, *::after {
  box-sizing: border-box;
}
/* Remove default padding */
ul[class], ol[class] {
  padding: 0;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
html {
  scroll-behavior: smooth;
}
/* Remove default margin */
body, h1, h2, h3, h4, ul[class], ol[class], li, figure, figcaption, blockquote, dl, dd {
  margin: 0;
}
/* Remove list styles on ul, ol elements with a class attribute */
ul[class], ol[class] {
  list-style: none;
}
/* Make images easier to work with */
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
a {
  text-decoration: none;
}
/* Inherit fonts for inputs and buttons */
input, button, textarea, select {
  font: inherit;
}
/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  font-family: inherit;
  vertical-align: baseline;
}
/*****************************************************************************************************************************
* Colors : pour les couleurs du design. 
* Ne pas changer le nommages des couleurs design
* On peut ajouter des Couleurs design si besoin en respectant le nommage.
* si c'est une couleur de background qui n'existe pas elle doit être mise en place dans Couleurs de background design
* Une fois définis on peut en ajouter mais plus de changements possibles sur les couleurs existantes.
* Ce nommage et couleurs sont aussi appliqué dans Elementor bibliothèque couleurs.
******************************************************************************************************************************/
/*****************************************************************************************************************************
* Font : police de caractères : Utliser que des polices web Google fonts : https://fonts.google.com/
* Une police unique doit être utilisée pour tous les titres (h1, h2, h3, h4, h5, h6)
******************************************************************************************************************************/
/* 1. Texte courant : Moderne et aéré */
/* 2. Titres principaux */
/* 3. Titres secondaires */
@font-face {
  font-family: "butler_free_versionlight";
  src: url("../fonts/butler-free-lgt-webfont.woff2") format("woff2"), url("../fonts/butler-free-lgt-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "butler_free_versionroman";
  src: url("../fonts/butler-free-rmn-webfont.woff2") format("woff2"), url("../fonts/butler-free-rmn-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "butler_free_versionmedium";
  src: url("../fonts/butler-free-med-webfont.woff2") format("woff2"), url("../fonts/butler-free-med-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "butler_free_versionsemibold";
  src: url("../fonts/butler-free-sbd-webfont.woff2") format("woff2"), url("../fonts/butler-free-sbd-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "butler_free_versionblack";
  font-family: "butler_free_versionbold";
  src: url("../fonts/butler-free-bd-webfont.woff2") format("woff2"), url("../fonts/butler-free-bd-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "butler_free_versionblack";
  src: url("../fonts/butler-free-blk-webfont.woff2") format("woff2"), url("../fonts/butler-free-blk-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*****************************************************************************************************************************
* Degrade : pour les backgrounds : ex : @include degrad_1;
******************************************************************************************************************************/
/*****************************************************************************************************************************
* Radius : pour les bordures : ex : @include radius_1;
* Ne radius_1 ne peut pas être changé
* Respecter le nomme qui ammplique un roduis de plus en plus important
******************************************************************************************************************************/
/*****************************************************************************************************************************
* Plan du site : pour le plan du site
******************************************************************************************************************************/
/*****************************************************************************************************************************
* back to top color : pour le bouton back to top
******************************************************************************************************************************/
/**
*
*  color BG + TXT
*
****************/
.bg_primary {
  background-color: #202020;
}
.txt_primary {
  color: #202020;
}
.bg_noir {
  background-color: #000000;
}
.txt_noir {
  color: #000000;
}
.bg_blanc {
  background-color: #ffffff;
}
.txt_blanc {
  color: #ffffff;
}
.bg_gris1 {
  background-color: #E1E1E1;
}
.txt_gris1 {
  color: #E1E1E1;
}
.bg_gris2 {
  background-color: #F4F4F4;
}
.txt_gris2 {
  color: #F4F4F4;
}
.bg_gris3 {
  background-color: #b8b8b8;
}
.txt_gris3 {
  color: #b8b8b8;
}
.bg_gris4 {
  background-color: #7e7e7e;
}
.txt_gris4 {
  color: #7e7e7e;
}
.bg_gris5 {
  background-color: #1C1C1C;
}
.txt_gris5 {
  color: #1C1C1C;
}
.bg_color1 {
  background-color: #0E1526;
}
.txt_color1 {
  color: #0E1526;
}
.bg_color2 {
  background-color: #CEA352;
}
.txt_color2 {
  color: #CEA352;
}
.bg_color3 {
  background-color: #F6EFE5;
}
.txt_color3 {
  color: #F6EFE5;
}
.bg_color4 {
  background-color: #3E5DA8;
}
.txt_color4 {
  color: #3E5DA8;
}
.bg_bgcolor1 {
  background-color: #F8F2EA;
}
.txt_bgcolor1 {
  color: #F8F2EA;
}
.bg_bgcolor2 {
  background-color: #FFF9F0;
}
.txt_bgcolor2 {
  color: #FFF9F0;
}
/**
*
* Colonne
*
****************/
.col2 p, .col3 p {
  margin: 0 !important;
}
.col2 ul, .col3 ul {
  margin-top: 0 !important;
}
@media screen and (min-width: 960px) {
  .col2 {
    columns: 2;
    column-gap: 25px;
    column-fill: balance;
  }
  .col3 {
    columns: 3;
    column-gap: 25px;
    column-fill: balance;
  }
}
/*****************************************************************************************************************************
* Colors : pour les couleurs du design. 
* Ne pas changer le nommages des couleurs design
* On peut ajouter des Couleurs design si besoin en respectant le nommage.
* si c'est une couleur de background qui n'existe pas elle doit être mise en place dans Couleurs de background design
* Une fois définis on peut en ajouter mais plus de changements possibles sur les couleurs existantes.
* Ce nommage et couleurs sont aussi appliqué dans Elementor bibliothèque couleurs.
******************************************************************************************************************************/
/*****************************************************************************************************************************
* Font : police de caractères : Utliser que des polices web Google fonts : https://fonts.google.com/
* Une police unique doit être utilisée pour tous les titres (h1, h2, h3, h4, h5, h6)
******************************************************************************************************************************/
/* 1. Texte courant : Moderne et aéré */
/* 2. Titres principaux */
/* 3. Titres secondaires */
@font-face {
  font-family: "butler_free_versionlight";
  src: url("../fonts/butler-free-lgt-webfont.woff2") format("woff2"), url("../fonts/butler-free-lgt-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "butler_free_versionroman";
  src: url("../fonts/butler-free-rmn-webfont.woff2") format("woff2"), url("../fonts/butler-free-rmn-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "butler_free_versionmedium";
  src: url("../fonts/butler-free-med-webfont.woff2") format("woff2"), url("../fonts/butler-free-med-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "butler_free_versionsemibold";
  src: url("../fonts/butler-free-sbd-webfont.woff2") format("woff2"), url("../fonts/butler-free-sbd-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "butler_free_versionblack";
  font-family: "butler_free_versionbold";
  src: url("../fonts/butler-free-bd-webfont.woff2") format("woff2"), url("../fonts/butler-free-bd-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "butler_free_versionblack";
  src: url("../fonts/butler-free-blk-webfont.woff2") format("woff2"), url("../fonts/butler-free-blk-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*****************************************************************************************************************************
* Degrade : pour les backgrounds : ex : @include degrad_1;
******************************************************************************************************************************/
/*****************************************************************************************************************************
* Radius : pour les bordures : ex : @include radius_1;
* Ne radius_1 ne peut pas être changé
* Respecter le nomme qui ammplique un roduis de plus en plus important
******************************************************************************************************************************/
/*****************************************************************************************************************************
* Plan du site : pour le plan du site
******************************************************************************************************************************/
/*****************************************************************************************************************************
* back to top color : pour le bouton back to top
******************************************************************************************************************************/
body {
  font-family: "Inter", sans-serif, sans-serif;
  font-size: 1rem;
  color: #202020;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 1px;
}
body main {
  min-height: 69vh;
}
@media screen and (min-width: 960px) {
  body main {
    margin-top: 0rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  body main {
    margin-top: 0rem;
  }
}
strong, b {
  font-weight: bold !important;
}
.gm-nav-content-wrapper {
  will-change: inherit !important;
}
/*********************************************************************************************
  * Scroll décalage ancre
**********************************************************************************************/
:target {
  scroll-margin-top: 80px;
}
.titre_design_system .elementor-heading-title {
  position: relative;
  font-size: clamp(1.25rem, 5vw, 3rem);
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  padding-bottom: 10px;
  font-weight: 500;
  letter-spacing: 12px;
  background: linear-gradient(135deg, #CEA352 0%, #F6EFE5 50%, 100%);
  background-size: 100% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}
/*********************************************************************************************
* IMPORTANT = Padding container
**********************************************************************************************/
.row_pad {
  padding: 3rem 1rem !important;
}
@media screen and (max-width: 960px) {
  .row_pad {
    padding: 1.5rem 1rem !important;
  }
}
.row_pad_top {
  padding: 3rem 1rem 0rem 1rem !important;
}
@media screen and (max-width: 960px) {
  .row_pad_top {
    padding: 1.5rem 1rem 0rem 1rem !important;
  }
}
.row_pad_bottom {
  padding: 0rem 1rem 3rem 1rem !important;
}
@media screen and (max-width: 960px) {
  .row_pad_bottom {
    padding: 0rem 1rem 1.5rem 1rem !important;
  }
}
/*********************************************************************************************
* Padding / margin spe : suppression des marges et paddings par défaut sur les paragraphes
**********************************************************************************************/
.textmarg_0 p {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}
/*********************************************************************************************
* Couleur de texte
**********************************************************************************************/
.txt_blanc {
  color: #ffffff;
}
/*********************************************************************************************
* Backgrounds : degradés - variable dans _variables.scss
**********************************************************************************************/
.bg_degrad_1 {
  background: linear-gradient(0deg, rgba(20, 12, 8, 0.8) 14%, rgba(20, 12, 8, 0) 39%);
}
.bg_degrad_2 {
  background: linear-gradient(0deg, #eeeded 0%, #f8f8f8 100%);
}
.bg_degrad_3 {
  background: linear-gradient(0deg, #eeeded 0%, #f8f8f8 100%);
}
/*********************************************************************************************
* images
**********************************************************************************************/
.img_radius_1 {
  border-radius: 0.5rem !important;
  overflow: hidden;
}
/*********************************************************************************************
* Box container
**********************************************************************************************/
.box_container_1 {
  overflow: hidden;
  border-radius: 8px !important;
  background-color: #CEA352;
  padding: 1rem;
  box-shadow: 0px 0px 0px 0px rgba(14, 21, 38, 0.25);
}
.box_container_2 {
  overflow: hidden;
  border-radius: 8px !important;
  background-color: #CEA352;
  padding: 1rem;
  box-shadow: 0px 0px 0px 0px rgba(14, 21, 38, 0.25);
}
/*********************************************************************************************
* Liste à puces
**********************************************************************************************/
.liste_puce_1 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.liste_puce_1 ul li {
  padding-left: 18px;
  margin-bottom: 4px;
  position: relative;
}
.liste_puce_1 ul li:before {
  content: "";
  position: absolute;
  display: block;
  height: 3px;
  width: 12px;
  border-radius: 3px;
  top: 10px;
  left: 0%;
  background-color: #CEA352;
}
.liste_puce_2 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.liste_puce_2 ul li {
  padding-left: 18px;
  margin-bottom: 4px;
  position: relative;
}
.liste_puce_2 ul li:before {
  content: "";
  position: absolute;
  display: block;
  height: 3px;
  width: 12px;
  border-radius: 3px;
  top: 10px;
  left: 0%;
  background-color: #F6EFE5;
}
.liste_puce_3 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.liste_puce_3 ul li {
  padding-left: 18px;
  margin-bottom: 4px;
  position: relative;
}
.liste_puce_3 ul li:before {
  content: "";
  position: absolute;
  display: block;
  height: 3px;
  width: 12px;
  border-radius: 3px;
  top: 10px;
  left: 0%;
}
.liste_puce_4 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.liste_puce_4 ul li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
  color: #7e7e7e;
  font-size: 14px;
  line-height: 1.5;
}
.liste_puce_4 ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  background-color: #0E1526;
  -webkit-mask-image: url("/wp-content/uploads/2026/05/picto-check.svg");
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  mask-image: url("/wp-content/uploads/2026/05/picto-check.svg");
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
}
/*********************************************************************************************
* Couleur tag de texte
**********************************************************************************************/
.txt_tag_gris3 .elementor-heading-title, .txt_tag_gris4 .elementor-heading-title, .txt_tag_gris5 .elementor-heading-title, .txt_tag_1 .elementor-heading-title, .txt_tag_2 .elementor-heading-title, .txt_tag_3 .elementor-heading-title {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  padding: 4px 14px;
  border-radius: 40px;
}
.txt_tag_gris3 .elementor-heading-title {
  color: #b8b8b8 !important;
  background: rgba(184, 184, 184, 0.08);
  border: 1px solid white;
}
.txt_tag_gris4 .elementor-heading-title {
  color: #7e7e7e !important;
  background: rgba(126, 126, 126, 0.08);
  border: 1px solid white;
}
.txt_tag_gris5 .elementor-heading-title {
  color: #1C1C1C !important;
  background: rgba(28, 28, 28, 0.08);
  border: 1px solid #cfcfcf;
}
.txt_tag_1 .elementor-heading-title {
  color: #0E1526 !important;
  background: rgba(14, 21, 38, 0.1);
  border: 1px solid rgba(14, 21, 38, 0.3);
}
.txt_tag_2 .elementor-heading-title {
  color: #CEA352 !important;
  background: rgba(206, 163, 82, 0.12);
  border: 1px solid rgba(206, 163, 82, 0.35);
}
.txt_tag_3 .elementor-heading-title {
  color: #F6EFE5 !important;
  background: rgba(246, 239, 229, 0.12);
  border: 1px solid rgba(246, 239, 229, 0.4);
}
/*********************************************************************************************
* Bloc number auto
**********************************************************************************************/
.all_bloc_numbers_1 {
  counter-reset: my-awesome-counter;
  position: relative;
}
.all_bloc_numbers_1 .bloc_number_1 {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 80px 0px 0px 0px !important;
}
.all_bloc_numbers_1 .bloc_number_1:before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  display: block;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  font-weight: 500;
  top: 0%;
  left: 0%;
  border-radius: 8px !important;
  background-color: rgba(246, 239, 229, 0.08);
  color: #F6EFE5;
  border: 1px solid #F6EFE5;
}
.all_bloc_numbers_1 .bloc_number_1 > .e-atomic-element {
  padding: 0px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
}
/*********************************************************************************************
  * Titres pour les articles
**********************************************************************************************/
.titre_1 {
  position: relative;
  font-size: clamp(2rem, 5vw, 3.5rem);
  color: #0E1526;
  font-family: "butler_free_versionroman";
  text-transform: capitalize;
}
.titre_1 .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .titre_1 br {
    display: none;
  }
}
.titre_1 strong, .titre_1 b {
  font-family: "butler_free_versionmedium";
}
.titre_1 span {
  color: #0E1526;
}
.titre_2 {
  position: relative;
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  color: #0E1526;
  font-family: "butler_free_versionlight";
  text-transform: capitalize;
}
.titre_2 .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .titre_2 br {
    display: none;
  }
}
.titre_2 strong, .titre_2 b {
  font-family: "butler_free_versionmedium";
}
.titre_2 span {
  color: #0E1526;
  font-family: "butler_free_versionmedium";
}
.titre_3 {
  position: relative;
  font-size: clamp(1.25rem, 5vw, 2.25rem);
  color: #0E1526;
  font-family: "butler_free_versionroman";
  text-transform: capitalize;
}
.titre_3 .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .titre_3 br {
    display: none;
  }
}
.titre_3 strong, .titre_3 b {
  font-weight: 600;
}
.titre_3 span {
  color: #0E1526;
}
.titre_4 {
  position: relative;
  font-size: clamp(1.25rem, 5vw, 1.38rem);
  color: #0E1526;
  font-family: "Inter", sans-serif;
}
.titre_4 .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .titre_4 br {
    display: none;
  }
}
.titre_4 strong, .titre_4 b {
  font-weight: 600;
}
.titre_4 span {
  color: #0E1526;
}
/*********************************************************************************************
 * Class body
**********************************************************************************************/
.body_xxl {
  font-size: clamp(1.38rem, 5vw, 1.5rem);
}
.body_xl {
  font-size: clamp(1.25rem, 5vw, 1.25rem);
}
.body_l {
  font-size: clamp(1.06rem, 5vw, 1.06rem);
}
.body_m {
  font-size: clamp(0.94rem, 5vw, 0.94rem);
}
.body_s {
  font-size: clamp(0.75rem, 5vw, 0.75rem);
}
/*********************************************************************************************
 * Titres spe : titres spéciaux de la charte graphique
**********************************************************************************************/
.titre_accroche_1 {
  position: relative;
  font-size: clamp(1.125rem, 5vw, 1.5rem);
  color: #202020;
  text-transform: uppercase;
  font-family: "butler_free_versionlight";
}
.titre_accroche_1 .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .titre_accroche_1 br {
    display: none;
  }
}
.titre_accroche_1 strong, .titre_accroche_1 b {
  font-weight: 600;
}
.titre_accroche_1 span {
  color: #CEA352;
}
.titre_spe_1 {
  position: relative;
  font-size: clamp(1.125rem, 5vw, 1.5rem);
  color: #202020;
  text-transform: uppercase;
  font-family: "butler_free_versionlight";
}
.titre_spe_1 .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .titre_spe_1 br {
    display: none;
  }
}
.titre_spe_1 strong, .titre_spe_1 b {
  font-weight: 600;
}
.titre_spe_1 span {
  color: #CEA352;
}
/*********************************************************************************************
  * Titres pour les articles
**********************************************************************************************/
.post_titre_1 {
  position: relative;
  font-size: clamp(2rem, 5vw, 3.5rem);
  color: #0E1526;
  font-family: "butler_free_versionroman";
  text-transform: capitalize;
}
.post_titre_1 .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .post_titre_1 br {
    display: none;
  }
}
.post_titre_1 strong, .post_titre_1 b {
  font-family: "butler_free_versionroman";
}
.post_titre_1 span {
  color: #0E1526;
}
.post_titre_2 {
  position: relative;
  font-size: clamp(1.5rem, 5vw, 3rem);
  color: #0E1526;
  font-family: "butler_free_versionroman";
  text-transform: capitalize;
}
.post_titre_2 .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .post_titre_2 br {
    display: none;
  }
}
.post_titre_2 strong, .post_titre_2 b {
  font-family: "butler_free_versionroman";
}
.post_titre_2 span {
  color: #0E1526;
}
.post_titre_3 {
  position: relative;
  font-size: clamp(1.25rem, 5vw, 2.25rem);
  color: #0E1526;
  font-family: "butler_free_versionroman";
  text-transform: capitalize;
}
.post_titre_3 .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .post_titre_3 br {
    display: none;
  }
}
.post_titre_3 strong, .post_titre_3 b {
  font-weight: 600;
}
.post_titre_3 span {
  color: #0E1526;
}
.post_titre_4 {
  position: relative;
  font-size: clamp(1rem, 5vw, 2rem);
  color: #0E1526;
  font-family: "butler_free_versionroman";
  text-transform: capitalize;
}
.post_titre_4 .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .post_titre_4 br {
    display: none;
  }
}
.post_titre_4 strong, .post_titre_4 b {
  font-weight: 600;
}
.post_titre_4 span {
  color: #0E1526;
}
/*********************************************************************************************
  * Bouton CTA - à utiliser uniquement pour faire un lien des pages de prise de contact type : contact / demande de devis / être contacté
  * Utilisation : .btn_cta_1, .btn_cta_2, .btn_cta_3, etc
  * Design : Doit visuellement être impactant, bien visible et animé en hover
**********************************************************************************************/
.btn_cta_1 .elementor-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0px 0px 0px 15px;
  border-radius: 0.125rem !important;
  font-family: "Inter", sans-serif;
  font-size: 0.9375rem;
  color: #0E1526;
  text-decoration: none;
  border: none;
  cursor: pointer;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
  overflow: hidden !important;
  position: relative;
}
.btn_cta_1 .elementor-button::before {
  content: "";
  content: "";
  position: absolute;
  background-color: #0E1526;
  display: block;
  height: 100%;
  width: 100%;
  top: 0%;
  left: -100%;
  transition: all 0.3s ease-in-out;
}
.btn_cta_1 .elementor-button .elementor-button-content-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 44px;
}
.btn_cta_1 .elementor-button .elementor-button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.125rem;
  background: #0E1526;
  height: 44px;
  width: 44px;
  transition: all 0.3s ease-in-out;
  z-index: 3;
}
.btn_cta_1 .elementor-button .elementor-button-icon svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.btn_cta_1 .elementor-button .elementor-button-text {
  color: #0E1526;
  transition: all 0.3s ease-in-out;
  z-index: 3;
}
.btn_cta_1 .elementor-button:visited, .btn_cta_1 .elementor-button:focus {
  color: #0E1526;
}
.btn_cta_1 .elementor-button:visited svg, .btn_cta_1 .elementor-button:focus svg {
  fill: #ffffff;
}
.btn_cta_1 .elementor-button:hover {
  color: #ffffff;
}
.btn_cta_1 .elementor-button:hover::before {
  left: 0%;
}
.btn_cta_1 .elementor-button:hover .elementor-button-icon svg {
  fill: #CEA352;
}
.btn_cta_1 .elementor-button:hover .elementor-button-text {
  color: #ffffff;
}
.btn_cta_2 .elementor-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0px 0px 0px 15px;
  border-radius: 0.125rem !important;
  font-family: "Inter", sans-serif;
  font-size: 0.9375rem;
  color: #0E1526;
  text-decoration: none;
  border: none;
  cursor: pointer;
  background: transparent;
  transition: all 0.3s ease-in-out;
  overflow: hidden !important;
  position: relative;
}
.btn_cta_2 .elementor-button::before {
  content: "";
  content: "";
  position: absolute;
  background-color: #0E1526;
  display: block;
  height: 100%;
  width: 100%;
  top: 0%;
  left: -100%;
  transition: all 0.3s ease-in-out;
}
.btn_cta_2 .elementor-button .elementor-button-content-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 44px;
}
.btn_cta_2 .elementor-button .elementor-button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.125rem;
  background: #0E1526;
  height: 44px;
  width: 44px;
  transition: all 0.3s ease-in-out;
  z-index: 3;
}
.btn_cta_2 .elementor-button .elementor-button-icon svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.btn_cta_2 .elementor-button .elementor-button-text {
  color: #0E1526;
  transition: all 0.3s ease-in-out;
  z-index: 3;
}
.btn_cta_2 .elementor-button:visited, .btn_cta_2 .elementor-button:focus {
  color: #0E1526;
}
.btn_cta_2 .elementor-button:visited svg, .btn_cta_2 .elementor-button:focus svg {
  fill: #ffffff;
}
.btn_cta_2 .elementor-button:hover {
  color: #ffffff;
}
.btn_cta_2 .elementor-button:hover::before {
  left: 0%;
}
.btn_cta_2 .elementor-button:hover .elementor-button-icon svg {
  fill: #CEA352;
}
.btn_cta_2 .elementor-button:hover .elementor-button-text {
  color: #ffffff;
}
.btn_cta_3 .elementor-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0px 0px 0px 15px;
  border-radius: 0.125rem !important;
  font-family: "Inter", sans-serif;
  font-size: 0.9375rem;
  color: #CEA352;
  text-decoration: none;
  border: none;
  cursor: pointer;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
  overflow: hidden !important;
  position: relative;
}
.btn_cta_3 .elementor-button::before {
  content: "";
  content: "";
  position: absolute;
  background-color: #CEA352;
  display: block;
  height: 100%;
  width: 100%;
  top: 0%;
  left: -100%;
  transition: all 0.3s ease-in-out;
}
.btn_cta_3 .elementor-button .elementor-button-content-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 44px;
}
.btn_cta_3 .elementor-button .elementor-button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.125rem;
  background: #CEA352;
  height: 44px;
  width: 44px;
  transition: all 0.3s ease-in-out;
  z-index: 3;
}
.btn_cta_3 .elementor-button .elementor-button-icon svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.btn_cta_3 .elementor-button .elementor-button-text {
  color: #CEA352;
  transition: all 0.3s ease-in-out;
  z-index: 3;
}
.btn_cta_3 .elementor-button:visited, .btn_cta_3 .elementor-button:focus {
  color: #CEA352;
}
.btn_cta_3 .elementor-button:visited svg, .btn_cta_3 .elementor-button:focus svg {
  fill: #ffffff;
}
.btn_cta_3 .elementor-button:hover {
  color: #ffffff;
}
.btn_cta_3 .elementor-button:hover::before {
  left: 0%;
}
.btn_cta_3 .elementor-button:hover .elementor-button-icon svg {
  fill: #0E1526;
}
.btn_cta_3 .elementor-button:hover .elementor-button-text {
  color: #ffffff;
}
.btn_cta_4 .elementor-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0px 0px 0px 15px;
  border-radius: 0.125rem !important;
  font-family: "Inter", sans-serif;
  font-size: 0.9375rem;
  color: #ffffff;
  text-decoration: none;
  border: none;
  cursor: pointer;
  background: #0E1526;
  transition: all 0.3s ease-in-out;
  overflow: hidden !important;
  position: relative;
}
.btn_cta_4 .elementor-button::before {
  content: "";
  content: "";
  position: absolute;
  background-color: #ffffff;
  display: block;
  height: 100%;
  width: 100%;
  top: 0%;
  left: -100%;
  transition: all 0.3s ease-in-out;
}
.btn_cta_4 .elementor-button .elementor-button-content-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 44px;
}
.btn_cta_4 .elementor-button .elementor-button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.125rem;
  background: #ffffff;
  height: 44px;
  width: 44px;
  transition: all 0.3s ease-in-out;
  z-index: 3;
}
.btn_cta_4 .elementor-button .elementor-button-icon svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  fill: #0E1526;
  transition: all 0.3s ease-in-out;
}
.btn_cta_4 .elementor-button .elementor-button-text {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  z-index: 3;
}
.btn_cta_4 .elementor-button:visited, .btn_cta_4 .elementor-button:focus {
  color: #ffffff;
}
.btn_cta_4 .elementor-button:visited svg, .btn_cta_4 .elementor-button:focus svg {
  fill: #0E1526;
}
.btn_cta_4 .elementor-button:hover {
  color: #0E1526;
}
.btn_cta_4 .elementor-button:hover::before {
  left: 0%;
}
.btn_cta_4 .elementor-button:hover .elementor-button-icon svg {
  fill: #CEA352;
}
.btn_cta_4 .elementor-button:hover .elementor-button-text {
  color: #0E1526;
}
/*********************************************************************************************
  * Bouton Link - à utiliser uniquement vers des pages de contenu, lien de navigation
  * utilisation : .btn_link_1, .btn_link_2, .btn_link_3, etc
  * Design : Doit être visible et animé en hover maismoins impactant que le vouton CTA
**********************************************************************************************/
.btn_link_1 .elementor-button-link {
  background-color: transparent;
  color: #CEA352;
  font-size: 14px;
  font-weight: 600;
  padding: 0px 20px;
  min-width: 200px;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  position: relative;
}
.btn_link_1 .elementor-button-link::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid #CEA352;
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
}
.btn_link_1 .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 44px;
  gap: 10px;
}
.btn_link_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 20px;
  width: 20px;
  fill: #CEA352;
  transition: all 0.3s ease-in-out;
}
.btn_link_1 .elementor-button-link:visited, .btn_link_1 .elementor-button-link:focus {
  color: #CEA352;
}
.btn_link_1 .elementor-button-link:visited svg, .btn_link_1 .elementor-button-link:focus svg {
  fill: #CEA352;
}
.btn_link_1 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: rgba(206, 163, 82, 0.08);
  color: #CEA352;
}
.btn_link_1 .elementor-button-link:hover::before {
  opacity: 0.6;
}
.btn_link_1 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #CEA352;
  transition: all 0.3s ease-in-out;
}
.btn_link_2 .elementor-button-link {
  background-color: transparent;
  color: #F6EFE5;
  font-size: 14px;
  font-weight: 600;
  padding: 0px 20px;
  min-width: 200px;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  position: relative;
}
.btn_link_2 .elementor-button-link::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid #F6EFE5;
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
}
.btn_link_2 .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 44px;
  gap: 10px;
}
.btn_link_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 20px;
  width: 20px;
  fill: #F6EFE5;
  transition: all 0.3s ease-in-out;
}
.btn_link_2 .elementor-button-link:visited, .btn_link_2 .elementor-button-link:focus {
  color: #F6EFE5;
}
.btn_link_2 .elementor-button-link:visited svg, .btn_link_2 .elementor-button-link:focus svg {
  fill: #F6EFE5;
}
.btn_link_2 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: rgba(246, 239, 229, 0.08);
  color: #F6EFE5;
}
.btn_link_2 .elementor-button-link:hover::before {
  opacity: 0.6;
}
.btn_link_2 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #F6EFE5;
  transition: all 0.3s ease-in-out;
}
.btn_link_3 .elementor-button-link {
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
  padding: 0px 20px;
  min-width: 200px;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  position: relative;
}
.btn_link_3 .elementor-button-link::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid;
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
}
.btn_link_3 .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 44px;
  gap: 10px;
}
.btn_link_3 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 20px;
  width: 20px;
  transition: all 0.3s ease-in-out;
}
.btn_link_3 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: rgba(null, 0.08);
}
.btn_link_3 .elementor-button-link:hover::before {
  opacity: 0.6;
}
.btn_link_3 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  transition: all 0.3s ease-in-out;
}
/*********************************************************************************************
  * Bouton Link - à utiliser quand on veut un bouton avec une icône mais très simple
  * utilisation : .btn_link_1, .btn_link_2, .btn_link_3, etc
  * Design : Doit visuellement être discret et animé en hover
**********************************************************************************************/
.btn_more .elementor-button-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 0 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #0E1526 !important;
  text-decoration: none !important;
  background: transparent !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
}
.btn_more .elementor-button-link .elementor-button-content-wrapper {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
}
.btn_more .elementor-button-link .elementor-button-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: transform 0.3s ease !important;
}
.btn_more .elementor-button-link .elementor-button-icon svg {
  width: 16px !important;
  height: 16px !important;
  flex-shrink: 0 !important;
  fill: #3E5DA8 !important;
  transition: fill 0.3s ease !important;
}
.btn_more .elementor-button-link:hover {
  color: #3E5DA8 !important;
}
.btn_more .elementor-button-link:hover .elementor-button-icon {
  transform: translateX(4px) !important;
}
.btn_more .elementor-button-link:hover .elementor-button-icon svg {
  fill: #3E5DA8 !important;
}
.btn_more .elementor-button {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 0 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #0E1526 !important;
  text-decoration: none !important;
  background: transparent !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
}
.btn_more .elementor-button .elementor-button-content-wrapper {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
}
.btn_more .elementor-button .elementor-button-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: transform 0.3s ease !important;
}
.btn_more .elementor-button .elementor-button-icon svg {
  width: 16px !important;
  height: 16px !important;
  flex-shrink: 0 !important;
  fill: #3E5DA8 !important;
  transition: fill 0.3s ease !important;
}
.btn_more_2 .elementor-button-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 0 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #0E1526 !important;
  text-decoration: none !important;
  background: transparent !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
}
.btn_more_2 .elementor-button-link .elementor-button-content-wrapper {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
}
.btn_more_2 .elementor-button-link .elementor-button-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: transform 0.3s ease !important;
}
.btn_more_2 .elementor-button-link .elementor-button-icon svg {
  width: 16px !important;
  height: 16px !important;
  flex-shrink: 0 !important;
  fill: #CEA352 !important;
  transition: fill 0.3s ease !important;
}
.btn_more_2 .elementor-button-link:hover {
  color: #CEA352 !important;
}
.btn_more_2 .elementor-button-link:hover .elementor-button-icon {
  transform: translateX(4px) !important;
}
.btn_more_2 .elementor-button-link:hover .elementor-button-icon svg {
  fill: #CEA352 !important;
}
.btn_more_2 .elementor-button {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 0 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #0E1526 !important;
  text-decoration: none !important;
  background: transparent !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
}
.btn_more_2 .elementor-button .elementor-button-content-wrapper {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
}
.btn_more_2 .elementor-button .elementor-button-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: transform 0.3s ease !important;
}
.btn_more_2 .elementor-button .elementor-button-icon svg {
  width: 16px !important;
  height: 16px !important;
  flex-shrink: 0 !important;
  fill: #CEA352 !important;
  transition: fill 0.3s ease !important;
}
/*********************************************************************************************
* link Couleur : effet de survol de la couleur sur les liens textes 
**********************************************************************************************/
.link_color_0 a {
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.link_color_0 a:hover {
  color: #CEA352;
  transition: all 0.3s ease-in-out;
}
.link_color_1 a {
  transition: all 0.3s ease-in-out;
  color: #0E1526;
}
.link_color_1 a:hover {
  color: #202020;
  transition: all 0.3s ease-in-out;
}
.link_color_2 a {
  transition: all 0.3s ease-in-out;
  color: #CEA352;
}
.link_color_2 a:hover {
  color: #202020;
  transition: all 0.3s ease-in-out;
}
.link_color_3 a {
  transition: all 0.3s ease-in-out;
  color: #F6EFE5;
}
.link_color_3 a:hover {
  color: #202020;
  transition: all 0.3s ease-in-out;
}
/*****************************************************************************************************************************
  * top header
******************************************************************************************************************************/
.header_top {
  background-color: #0E1526 !important;
}
@media screen and (max-width: 960px) {
  .actu_social {
    display: none;
  }
}
.actu_social .elementor-social-icons-wrapper {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}
.actu_social .elementor-social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.actu_social .elementor-social-icon i, .actu_social .elementor-social-icon svg {
  color: #ffffff !important;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.actu_social .elementor-social-icon:hover {
  background-color: rgba(246, 239, 229, 0.3) !important;
  border: 1px solid rgba(246, 239, 229, 0.4);
}
.actu_social .elementor-social-icon:hover i, .actu_social .elementor-social-icon:hover svg {
  color: #ffffff !important;
  fill: #ffffff !important;
}
.btn_header {
  height: 16px !important;
}
.btn_header .elementor-button-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 0 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #0E1526 !important;
  text-decoration: none !important;
  background: transparent !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
}
.btn_header .elementor-button-link .elementor-button-content-wrapper {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  line-height: 1 !important;
  height: 16px !important;
}
.btn_header .elementor-button-link .elementor-button-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: transform 0.3s ease !important;
}
.btn_header .elementor-button-link .elementor-button-icon svg {
  width: 16px !important;
  height: 16px !important;
  flex-shrink: 0 !important;
  fill: #0E1526 !important;
  transition: fill 0.3s ease !important;
}
.btn_header .elementor-button-link:hover {
  color: #CEA352 !important;
}
.btn_header .elementor-button-link:hover .elementor-button-icon {
  transform: translateX(4px) !important;
}
.btn_header .elementor-button-link:hover .elementor-button-icon svg {
  fill: #CEA352 !important;
}
.wpml-elementor-ls .wpml-ls-legacy-dropdown {
  width: auto !important;
}
.wpml-elementor-ls .wpml-ls-legacy-dropdown .wpml-ls-item {
  width: fit-content !important;
  margin-left: 15px !important;
}
.wpml-elementor-ls .wpml-ls-legacy-dropdown .wpml-ls-item a {
  display: block;
  text-decoration: none;
  color: #0E1526 !important;
  border: 0px solid #cdcdcd !important;
  background-color: transparent !important;
  padding: 0px !important;
  line-height: 1;
  width: 45px !important;
  font-size: 14px;
}
.wpml-elementor-ls .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border: 0px !important;
}
.e-off-canvas__content .wpml-elementor-ls .wpml-ls-item a {
  color: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.e-off-canvas__content .wpml-elementor-ls .wpml-ls-item a:hover {
  color: #CEA352 !important;
  transition: all 0.3s ease-in-out;
}
/*****************************************************************************************************************************
  * header & fix header
******************************************************************************************************************************/
.header_menu .top_header_logo_fix {
  display: none !important;
}
.fixed-header .header_menu .top_header_logo {
  display: none !important;
}
.fixed-header .header_menu .top_header_logo_fix {
  display: block !important;
}
.menu_titre {
  font-size: clamp(1.25rem, 5vw, 2rem) !important;
  margin-bottom: 1rem !important;
  color: #ffffff;
  font-family: "butler_free_versionroman";
}
.menu_titre a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.menu_titre a:hover {
  color: #CEA352;
}
.menu_liste ul {
  list-style: none;
  padding: 0px;
}
.menu_liste ul li {
  margin-bottom: 5px;
}
.menu_liste ul li a {
  color: #ffffff;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.menu_liste ul li a:hover {
  color: #CEA352;
}
/*****************************************************************************************************************************
  * Footer
******************************************************************************************************************************/
.footer_info {
  background-color: #ffffff !important;
  color: #ffffff;
  border: 0px;
}
.footer_info a {
  color: #0E1526;
  transition: all 0.3s ease-in-out;
}
.footer_info a:hover {
  color: #CEA352;
  transition: all 0.3s ease-in-out;
}
.footer_info .footer_logo {
  height: 90px !important;
}
.footer_info .footer_logo svg {
  fill: #202020;
  height: 90px !important;
  width: 100% !important;
}
.footer_info .footer_info_desc {
  color: #0E1526;
  font-size: 14px;
}
.footer_info .footer_titre {
  color: #0E1526;
  text-transform: uppercase;
  font-size: clamp(1.125rem, 5vw, 1.25rem);
  font-family: "butler_free_versionroman";
}
.footer_info p {
  color: #0E1526;
}
.footer_info a {
  color: #0E1526;
  transition: all 0.3s ease-in-out;
}
.footer_info a:hover {
  color: #CEA352;
  transition: all 0.3s ease-in-out;
}
.footer_info .footer_liste ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.footer_info .footer_liste ul li {
  margin-bottom: 10px;
}
.footer_info .footer_liste ul li a {
  color: #0E1526;
  position: relative;
}
.footer_info .footer_liste ul li a:hover {
  color: #CEA352;
}
.footer_info .btn_footer .elementor-button-link {
  background-color: transparent;
  border: 0px solid transparent;
  color: #0E1526;
  font-size: 15px;
  padding: 0px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  text-align: left;
  line-height: 1.2;
}
.footer_info .btn_footer .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  gap: 10px;
}
.footer_info .btn_footer .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 20px;
  width: 20px;
  fill: #0E1526;
  transition: all 0.3s ease-in-out;
}
.footer_info .btn_footer .elementor-button-link:visited, .footer_info .btn_footer .elementor-button-link:focus {
  color: #0E1526;
}
.footer_info .btn_footer .elementor-button-link:visited svg, .footer_info .btn_footer .elementor-button-link:focus svg {
  fill: #0E1526;
}
.footer_info .btn_footer .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 0px solid transparent;
  color: #CEA352;
}
.footer_info .btn_footer .elementor-button-link:hover .elementor-button-content-wrapper:before {
  height: 5px;
}
.footer_info .btn_footer .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #CEA352 !important;
  transition: all 0.3s ease-in-out;
}
/*****************************************************************************************************************************
  * Footer Rs
******************************************************************************************************************************/
.footer_rs {
  color: #ffffff;
}
.footer_rs .titre_rs {
  position: relative;
  font-size: clamp(1rem, 5vw, 1.25rem);
  color: #0E1526;
  text-transform: uppercase;
  font-family: "butler_free_versionlight";
}
.footer_rs .titre_rs:before {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  width: 100%;
  background-color: #202020;
}
.footer_rs .titre_rs .elementor-heading-title {
  line-height: 1.4;
}
.footer_rs .titre_rs span {
  color: #ffffff;
  font-weight: 600;
}
.footer_rs .elementor-social-icon {
  background-color: transparent;
  border: 1px solid #0E1526;
  transition: all 0.3s ease-in-out;
  font-size: 18px !important;
  margin: 2px !important;
  height: 40px !important;
  width: 40px !important;
  line-height: 20px !important;
}
@media screen and (max-width: 960px) {
  .footer_rs .elementor-social-icon {
    font-size: 12px;
  }
}
.footer_rs .elementor-social-icon svg {
  fill: #0E1526;
  transition: all 0.3s ease-in-out;
}
.footer_rs .elementor-social-icon:hover {
  border: 1px solid #CEA352;
  transition: all 0.3s ease-in-out;
}
.footer_rs .elementor-social-icon:hover svg {
  fill: #CEA352;
  transition: all 0.3s ease-in-out;
}
/*****************************************************************************************************************************
  * Copyright
******************************************************************************************************************************/
.copyright_info {
  background-color: #ffffff !important;
  text-align: center;
  color: #0E1526;
  font-size: 0.75rem;
}
.copyright_info p {
  color: #0E1526;
  margin-bottom: 0 !important;
}
.copyright_info a {
  color: #0E1526;
  transition: all 0.3s ease-in-out;
}
.copyright_info a:hover {
  color: #CEA352;
  transition: all 0.3s ease-in-out;
}
/*****************************************************************************************************************************
  * Homepage
******************************************************************************************************************************/
.ban_home {
  position: relative;
  height: calc(100vh - 115px) !important;
}
@media screen and (max-width: 960px) {
  .ban_home {
    height: auto !important;
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
.ban_home .ban_content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 3;
}
.ban_home .ban_content .ban_titre {
  color: #ffffff;
  position: relative;
  font-size: clamp(3rem, 5vw, 4rem);
  font-family: "butler_free_versionroman";
  text-transform: capitalize;
  margin-bottom: 2rem !important;
}
.ban_home .ban_content .ban_titre .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .ban_home .ban_content .ban_titre br {
    display: none;
  }
}
.ban_home .ban_content .ban_titre strong, .ban_home .ban_content .ban_titre b {
  font-weight: 600;
}
.ban_home .ban_content .ban_titre span {
  color: #0E1526;
}
.ban_home .ban_content .ban_desc {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.2;
}
.map_zoom a {
  border-radius: 12px !important;
  overflow: hidden !important;
  position: relative;
}
.map_zoom a img {
  transform: scale(1) !important;
  transition: all 0.3s ease-in-out;
}
.map_zoom a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(c("color1"), 0.);
  transition: all 0.3s ease-in-out;
}
.map_zoom a:hover img {
  transform: scale(1.05) !important;
  transition: all 0.3s ease-in-out;
}
.map_zoom a:hover:after {
  background-color: rgba(14, 21, 38, 0.1);
}
.home .iwp__property, .archive .iwp__property, .page .iwp__property {
  width: 100% !important;
  max-width: 100% !important;
}
.single-iwp_gestion_immo .iwp__property {
  width: 80% !important;
  max-width: 80% !important;
}
/*****************************************************************************************************************************
  * Page divers
******************************************************************************************************************************/
.ban_inte {
  position: relative;
}
.ban_inte:before {
  content: "" !important;
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.ban_inte .ban_breadcrumbs {
  background-color: #f6efe5;
  text-align: center;
  color: #0E1526;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.ban_inte .ban_breadcrumbs a {
  color: #0E1526;
  transition: all 0.3s ease-in-out;
}
.ban_inte .ban_breadcrumbs a:hover {
  color: #CEA352;
  transition: all 0.3s ease-in-out;
}
.ban_inte .ban_content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 3;
}
.ban_inte .ban_content .ban_sup_titre {
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-size: clamp(1rem, 5vw, 1rem);
}
@media screen and (max-width: 960px) {
  .ban_inte .ban_content .ban_sup_titre {
    text-align: center;
  }
}
.ban_inte .ban_content .ban_sup_titre .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .ban_inte .ban_content .ban_sup_titre br {
    display: none;
  }
}
.ban_inte .ban_content .ban_sup_titre strong, .ban_inte .ban_content .ban_sup_titre b {
  font-weight: 600;
}
.ban_inte .ban_content .ban_sup_titre span {
  color: #CEA352;
  font-weight: 600;
}
.ban_inte .ban_content .ban_titre {
  color: #ffffff;
  text-transform: capitalize;
  font-family: "butler_free_versionroman";
  font-size: clamp(1.875rem, 5vw, 3rem);
  font-family: "butler_free_versionroman";
}
@media screen and (max-width: 960px) {
  .ban_inte .ban_content .ban_titre {
    text-align: center;
  }
}
.ban_inte .ban_content .ban_titre .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .ban_inte .ban_content .ban_titre br {
    display: none;
  }
}
.ban_inte .ban_content .ban_titre strong {
  font-family: "butler_free_versionmedium";
}
.ban_inte .ban_content .ban_titre span {
  color: #CEA352;
}
.ban_inte .ban_content .ban_sous_titre {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: clamp(1.125rem, 5vw, 1.375rem);
  font-family: "butler_free_versionroman";
}
@media screen and (max-width: 960px) {
  .ban_inte .ban_content .ban_sous_titre {
    text-align: center;
  }
}
.ban_inte .ban_content .ban_sous_titre .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .ban_inte .ban_content .ban_sous_titre br {
    display: none;
  }
}
.ban_inte .ban_content .ban_sous_titre strong {
  font-weight: 600;
}
.ban_inte .ban_content .ban_sous_titre span {
  color: #CEA352;
  font-weight: 600;
}
.ban_inte .ban_content .ban_desc {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.2;
}
/*****************************************************************************************************************************
  * Page offres
******************************************************************************************************************************/
.iwp__property .iwp__items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(48%, 1fr)) !important;
  gap: 30px;
}
.ban_home .iwp__property, .ban_inte .iwp__property {
  padding: 0px !important;
}
.ban_home .iwp__property .iwp__searchbar, .ban_inte .iwp__property .iwp__searchbar {
  margin-bottom: 10px !important;
  margin-top: 30px !important;
  z-index: 9;
  position: relative;
  background: rgba(255, 255, 255, 0.05) !important;
  backdrop-filter: blur(6px) !important;
  border-radius: 0.5rem !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  padding: 20px;
  margin-bottom: 40px;
  border: 1px solid #e2e8f0;
}
.ban_home .iwp__property .ss-main, .ban_inte .iwp__property .ss-main {
  height: 48px !important;
}
.ban_home .iwp__property #iwp_advancedsearch_form label, .ban_inte .iwp__property #iwp_advancedsearch_form label {
  font-size: 13px !important;
  font-weight: 500;
  color: #ffffff !important;
  margin-bottom: 10px;
  display: block;
}
.ban_home .iwp__property #iwp_advancedsearch_form .iwp__input, .ban_inte .iwp__property #iwp_advancedsearch_form .iwp__input {
  border-radius: 0.25rem !important;
}
.ban_home .iwp__property #iwp_advancedsearch_form .iwp__range-inputs, .ban_inte .iwp__property #iwp_advancedsearch_form .iwp__range-inputs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.ban_home .iwp__property #iwp_advancedsearch_form .iwp__range-inputs input, .ban_inte .iwp__property #iwp_advancedsearch_form .iwp__range-inputs input {
  width: 50%;
}
.ban_home .iwp__property #iwp_advancedsearch_form .ss-multi-selected, .ban_inte .iwp__property #iwp_advancedsearch_form .ss-multi-selected {
  height: 48px !important;
}
.ban_home .iwp__property #iwp_advancedsearch_form .ss-multi-selected .ss-values, .ban_inte .iwp__property #iwp_advancedsearch_form .ss-multi-selected .ss-values {
  flex-wrap: nowrap !important;
  overflow: hidden !important;
}
.ban_home .iwp__property #iwp_advancedsearch_form .iwp__filter-actions, .ban_inte .iwp__property #iwp_advancedsearch_form .iwp__filter-actions {
  width: 100% !important;
}
.ban_home .iwp__property #iwp_advancedsearch_form .iwp__filter-actions .iwp__filter-actions-spacer, .ban_inte .iwp__property #iwp_advancedsearch_form .iwp__filter-actions .iwp__filter-actions-spacer {
  width: 100% !important;
}
.ban_home .iwp__property #iwp_advancedsearch_form .iwp__filter-actions .iwp__filter-actions-spacer .iwp__action-buttons, .ban_inte .iwp__property #iwp_advancedsearch_form .iwp__filter-actions .iwp__filter-actions-spacer .iwp__action-buttons {
  width: 100% !important;
}
.ban_home .iwp__property #iwp_advancedsearch_form .iwp__filter-actions .iwp__filter-actions-spacer .iwp__action-buttons .iwp__btn-search, .ban_inte .iwp__property #iwp_advancedsearch_form .iwp__filter-actions .iwp__filter-actions-spacer .iwp__action-buttons .iwp__btn-search {
  width: 100% !important;
}
.ban_home .iwp__property #iwp_advancedsearch_form .iwp__search-main .ss-main, .ban_inte .iwp__property #iwp_advancedsearch_form .iwp__search-main .ss-main {
  border-radius: 0.25rem !important;
}
.ban_home .iwp__property #iwp_advancedsearch_form .iwp__search-main .iwp__range-inputs input, .ban_inte .iwp__property #iwp_advancedsearch_form .iwp__search-main .iwp__range-inputs input {
  height: 48px !important;
}
.ban_home .iwp__property #iwp_advancedsearch_form .iwp__search-main .iwp__btn-search, .ban_inte .iwp__property #iwp_advancedsearch_form .iwp__search-main .iwp__btn-search {
  height: 48px !important;
  font-family: "Inter", sans-serif !important;
  background-color: #F8F2EA;
  color: #202020;
  border: none;
  border-radius: 0.25rem !important;
}
.ban_home .iwp__property #iwp_advancedsearch_form .iwp__search-main .iwp__btn-search svg, .ban_inte .iwp__property #iwp_advancedsearch_form .iwp__search-main .iwp__btn-search svg {
  stroke: #3E5DA8 !important;
}
.ban_home .iwp__property #iwp_advancedsearch_form .iwp__search-main .iwp__btn-search:hover, .ban_inte .iwp__property #iwp_advancedsearch_form .iwp__search-main .iwp__btn-search:hover {
  background-color: #CEA352 !important;
  color: #ffffff !important;
}
.ban_home .iwp__property #iwp_advancedsearch_form .iwp__search-main .iwp__btn-search:hover svg, .ban_inte .iwp__property #iwp_advancedsearch_form .iwp__search-main .iwp__btn-search:hover svg {
  stroke: #ffffff !important;
}
.ban_home .iwp__property #iwp_advancedsearch_form .iwp__search-main .iwp__btn-filters-toggle, .ban_inte .iwp__property #iwp_advancedsearch_form .iwp__search-main .iwp__btn-filters-toggle {
  height: 48px !important;
  width: 48px !important;
  font-family: "Inter", sans-serif !important;
  border-radius: 0.25rem !important;
  border: none !important;
  background-color: #F8F2EA;
  color: #202020;
}
.ban_home .iwp__property #iwp_advancedsearch_form .iwp__search-main .iwp__btn-filters-toggle:hover, .ban_inte .iwp__property #iwp_advancedsearch_form .iwp__search-main .iwp__btn-filters-toggle:hover {
  background-color: #CEA352;
}
.iwp__property {
  padding: 0px !important;
}
.iwp__property .iwp__items-carousel .swiper-slide {
  padding: 15px 0px;
}
.iwp__property .iwp__items-carousel .swiper-button-prev, .iwp__property .iwp__items-carousel .swiper-button-next {
  z-index: 9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05) !important;
  backdrop-filter: blur(6px) !important;
  color: #fff;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s, transform 0.2s;
}
.iwp__property .iwp__items-carousel .swiper-button-prev::after {
  content: "" !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  mask-image: url("/wp-content/uploads/2026/06/arrow-left.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2026/06/arrow-left.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.iwp__property .iwp__items-carousel .swiper-button-next::after {
  content: "" !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  mask-image: url("/wp-content/uploads/2024/02/arrow-right.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2024/02/arrow-right.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.iwp__property .iwp__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}
.listing_biens_lgv .iwp__property {
  padding: 0px !important;
}
.ban_iwp_breadcrumbs {
  background-color: #f6efe5;
  text-align: center;
  font-size: 12px;
  color: #0E1526;
  width: 100%;
  padding: 10px 0px;
  z-index: 5;
  text-transform: lowercase;
}
.ban_iwp_breadcrumbs::first-letter {
  text-transform: uppercase;
}
.ban_iwp_breadcrumbs a {
  color: #0E1526;
  transition: all 0.3s ease-in-out;
}
.ban_iwp_breadcrumbs a:hover {
  color: #CEA352;
  transition: all 0.3s ease-in-out;
}
.single .noiise_header_content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  width: 100%;
  padding: 24px;
  border-radius: 12px;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  .single .noiise_header_content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.single .noiise_gallery_wrapper {
  width: 70%;
}
@media screen and (max-width: 1200px) {
  .single .noiise_gallery_wrapper {
    width: 100%;
  }
}
.single .noiise_gallery_wrapper .iwp__gallery-slider {
  margin-bottom: 0px !important;
}
.single .noiise_gallery_wrapper .iwp__gallery-slider {
  height: 50vh !important;
  aspect-ratio: 1.7777777778 !important;
}
.single .noiise_right_zone {
  width: 30%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
}
@media screen and (max-width: 1200px) {
  .single .noiise_right_zone {
    width: 100%;
  }
}
.single .noiise_right_zone .cat_reference {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  width: 100%;
  margin-bottom: 1rem;
}
.single .noiise_right_zone .cat_reference .iwp_category {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.single .noiise_right_zone .cat_reference .iwp_category span {
  border: 1px solid #0E1526;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 12px;
  color: #0E1526;
  font-weight: 600;
}
.single .noiise_right_zone .cat_reference .iwp_reference {
  font-size: 14px;
  color: #0E1526;
}
.single .noiise_right_zone .iwp_ville {
  text-transform: uppercase;
  font-size: 14px;
  color: #0E1526;
  font-weight: 600;
}
.single .noiise_right_zone .iwp_ville a {
  color: #0E1526;
  transition: all 0.3s ease-in-out;
}
.single .noiise_right_zone .iwp_ville a:hover {
  color: #CEA352;
}
.single .noiise_right_zone .iwp_titre {
  font-size: clamp(1.25rem, 5vw, 1.25);
  color: #0E1526;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 15px;
}
.single .noiise_right_zone .iwp_infos {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  width: 100%;
}
.single .noiise_right_zone .iwp_infos li {
  flex-basis: max-content;
  display: flex;
  align-items: center;
  gap: 5px;
}
.single .noiise_right_zone .iwp_infos li svg {
  width: 16px !important;
  height: 16px !important;
}
.single .noiise_right_zone .iwp_price {
  font-size: clamp(1.25rem, 5vw, 1.5rem);
  color: #0E1526;
  font-weight: 700;
}
.single .iwp__overview-list {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 1366px) {
  .single .iwp__overview-list {
    grid-template-columns: repeat(auto-fill, minmax(25%, 1fr)) !important;
  }
}
@media screen and (max-width: 1366px) {
  .single .iwp__overview-list {
    grid-template-columns: repeat(auto-fill, minmax(48%, 1fr)) !important;
  }
}
@media screen and (max-width: 960px) {
  .single .iwp__overview-list {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr)) !important;
  }
}
.single .iwp__details-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  gap: 20px 40px;
}
@media screen and (max-width: 1200px) {
  .single .iwp__details-list {
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
  }
}
@media screen and (max-width: 960px) {
  .single .iwp__details-list {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}
.single .iwp__property-sidebar {
  padding-bottom: 2rem;
}
.single .iwp__sidebar-agent .iwp__sidebar-agent__header {
  display: flex;
  flex-direction: column !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  width: 100%;
}
.single .iwp__sidebar-agent .iwp__sidebar-agent__header .iwp__sidebar-agent__image {
  border-radius: 50% !important;
  width: 90px !important;
  height: 90px !important;
}
.single .iwp__sidebar-agent .iwp__sidebar-agent__header .iwp__sidebar-agent__content .iwp__contact-line {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
  justify-content: center !important;
}
.single .iwp__sidebar-agent .iwp__sidebar-agent__header .iwp__sidebar-agent__content .iwp__contact-line a {
  position: relative;
  padding-left: 20px;
}
.single .iwp__sidebar-agent .iwp__sidebar-agent__header .iwp__sidebar-agent__content .iwp__contact-line a span {
  display: none !important;
}
.single .iwp__sidebar-agent .iwp__sidebar-agent__header .iwp__sidebar-agent__content .iwp__contact-line a::before {
  content: "" !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #0E1526;
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
}
.single .iwp__sidebar-agent .iwp__sidebar-agent__header .iwp__sidebar-agent__content .agent-email::before {
  mask-image: url("/wp-content/uploads/2026/06/icon_Mail.svg");
  -webkit-mask-image: url("/wp-content/uploads/2026/06/icon_Mail.svg");
}
.single .iwp__sidebar-agent .iwp__sidebar-agent__header .iwp__sidebar-agent__content .agent-tel::before {
  mask-image: url("/wp-content/uploads/2026/06/icon_Phone.svg");
  -webkit-mask-image: url("/wp-content/uploads/2026/06/icon_Phone.svg");
}
.single .iwp__block-details {
  background-color: #FFF9F0;
}
.iwp__item .iwp__item-header {
  height: 480px !important;
}
.iwp__item .iwp__item-content .localisation {
  margin-bottom: 10px !important;
  text-transform: uppercase;
}
.iwp__item .iwp__item-content .titre_card {
  font-weight: 500 !important;
  font-size: 15px !important;
  text-transform: uppercase;
}
.iwp__item .iwp__item-content .titre_card::first-letter {
  text-transform: uppercase;
}
.iwp__item .iwp__item-content .iwp__price {
  font-weight: 600 !important;
  font-size: 18px !important;
  color: #0E1526 !important;
}
.iwp__property-pagination .page-numbers:hover, .iwp__property-pagination .page-numbers.current {
  background-color: #F6EFE5 !important;
  color: #0E1526 !important;
  border-color: #F6EFE5 !important;
}
.iwp__sidebar-others .iwp__item {
  max-width: 360px !important;
}
.listes_biens_iwp .iwp__searchbar .ss-main {
  border-radius: 0.25rem !important;
}
.listes_biens_iwp .iwp__searchbar .iwp__btn-search {
  height: 48px !important;
  font-family: "Inter", sans-serif !important;
  background-color: #F8F2EA !important;
  color: #202020 !important;
  border: none;
  border-radius: 0.25rem !important;
}
.listes_biens_iwp .iwp__searchbar .iwp__btn-search svg {
  stroke: #3E5DA8 !important;
}
.listes_biens_iwp .iwp__searchbar .iwp__btn-search:hover {
  background-color: #CEA352 !important;
  color: #ffffff !important;
}
.listes_biens_iwp .iwp__searchbar .iwp__btn-search:hover svg {
  stroke: #ffffff !important;
}
.listes_biens_iwp .iwp__searchbar .iwp__range-inputs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.listes_biens_iwp .iwp__searchbar .iwp__range-inputs input {
  width: 50%;
}
.listes_biens_iwp .iwp__searchbar .ss-multi-selected {
  height: 48px !important;
}
.listes_biens_iwp .iwp__searchbar .ss-multi-selected .ss-values {
  flex-wrap: nowrap !important;
  overflow: hidden !important;
}
.listes_biens_iwp .iwp__searchbar .iwp__filter-actions {
  width: 100% !important;
}
.listes_biens_iwp .iwp__searchbar .iwp__filter-actions .iwp__filter-actions-spacer {
  width: 100% !important;
}
.listes_biens_iwp .iwp__searchbar .iwp__filter-actions .iwp__filter-actions-spacer .iwp__action-buttons {
  width: 100% !important;
}
.listes_biens_iwp .iwp__searchbar .iwp__filter-actions .iwp__filter-actions-spacer .iwp__action-buttons .iwp__btn-search {
  width: 100% !important;
}
.listes_biens_iwp .iwp__searchbar .iwp__btn-filters-toggle {
  height: 48px !important;
  width: 48px !important;
  font-family: "Inter", sans-serif !important;
  border-radius: 0.25rem !important;
  border: none !important;
  background-color: #F8F2EA !important;
  color: #202020 !important;
}
.listes_biens_iwp .iwp__searchbar .iwp__btn-filters-toggle:hover {
  background-color: #CEA352 !important;
}
.single .noiise_gallery_wrapper {
  position: relative;
}
.single .noiise_gallery_wrapper .iwp__item-meta {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
}
.single .noiise_gallery_wrapper .iwp__item-meta ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  width: 100%;
}
.single .noiise_gallery_wrapper .iwp__item-meta li {
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #fff;
  color: #0f172a;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.single .noiise_gallery_wrapper .noiise_gallery-open {
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border: none;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  color: #0E1526;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(14, 21, 38, 0.18);
  transition: all 0.3s ease-in-out;
}
.single .noiise_gallery_wrapper .noiise_gallery-open__icon {
  display: flex;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}
.single .noiise_gallery_wrapper .noiise_gallery-open__icon svg {
  width: 100%;
  height: 100%;
}
.single .noiise_gallery_wrapper .noiise_gallery-open:hover, .single .noiise_gallery_wrapper .noiise_gallery-open:focus-visible {
  background: #0E1526;
  color: #ffffff;
  outline: none;
}
/*****************************************************************************************************************************
* Page images
******************************************************************************************************************************/
.page_img_1 {
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(14, 21, 38, 0.12);
  overflow: hidden;
  position: relative;
}
.page_img_1 img {
  display: block;
  width: 100%;
  height: auto;
}
.page_img_1 a::after {
  content: "⤢";
  position: absolute;
  bottom: 12px;
  right: 12px;
  font-size: 20px;
  color: #ffffff;
  background: rgba(14, 21, 38, 0.7);
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.page_img_1:hover a::after {
  color: #0E1526;
  background: rgba(255, 255, 255, 0.7);
}
.page_bg_img_1 {
  border-radius: 8px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 16px rgba(14, 21, 38, 0.12);
  background-size: cover;
  background-position: center;
  min-height: 300px;
}
.img_galerie_1 .e-gallery-image {
  border-radius: 8px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 16px rgba(14, 21, 38, 0.12);
  border: 2px solid #FFF9F0;
  transition: all 0.3s ease-in-out;
}
.img_galerie_1 .e-gallery-image:hover {
  border: 2px solid #cea352;
  transition: all 0.3s ease-in-out;
}
.img_galerie_1 .elementor-gallery-item__overlay {
  border-radius: 8px !important;
  overflow: hidden !important;
}
/*****************************************************************************************************************************
* Vidéos
******************************************************************************************************************************/
.box_video_1 {
  border-radius: 8px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  border: 3px solid rgba(255, 255, 255, 0);
  transition: all 0.3s ease-in-out;
}
.box_video_1:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
  border: 3px solid #cea352;
}
.box_video_1:hover .elementor-custom-embed-play {
  opacity: 1 !important;
  transition: all 0.3s ease-in-out;
}
.box_video_1:hover .elementor-custom-embed-play svg {
  fill: #ffffff !important;
}
/*****************************************************************************************************************************
  * .citation_1 — Bloc citation mis en avant
******************************************************************************************************************************/
.citation_1, .citation_2 {
  position: relative;
  border-radius: 0px 12px 12px 0px !important;
  padding: 1.5rem 1.5rem !important;
  margin-bottom: 1rem !important;
}
.citation_1 p, .citation_1 .elementor-widget-text-editor p, .citation_2 p, .citation_2 .elementor-widget-text-editor p {
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1rem, 5vw, 1.25rem);
  line-height: 1.3;
  font-family: "Inter", sans-serif;
  margin: 0;
}
.citation_1 .citation_signature, .citation_2 .citation_signature {
  margin-top: 1rem;
}
.citation_1 .citation_signature .elementor-heading-title, .citation_2 .citation_signature .elementor-heading-title {
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 1.2;
  margin: 0;
  font-family: "butler_free_versionlight";
}
.citation_1 {
  background-color: rgba(14, 21, 38, 0.08);
  border-left: 4px solid #0E1526;
}
.citation_1 p, .citation_1 .elementor-widget-text-editor p {
  color: #0E1526;
}
.citation_2 {
  background-color: rgba(206, 163, 82, 0.08);
  border-left: 4px solid #CEA352;
}
.citation_2 p, .citation_2 .elementor-widget-text-editor p {
  color: #CEA352;
}
/*****************************************************************************************************************************
* Page biens immobiliers — modale galerie
******************************************************************************************************************************/
.single .noiise_gallery_wrapper .noiise_gallery-open {
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 10;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border: none;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  color: #0E1526;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(14, 21, 38, 0.15);
  -webkit-appearance: none;
  appearance: none;
  transition: all 0.3s ease-in-out;
}
.single .noiise_gallery_wrapper .noiise_gallery-open__icon {
  display: inline-flex;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
}
.single .noiise_gallery_wrapper .noiise_gallery-open__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: currentColor;
}
.single .noiise_gallery_wrapper .noiise_gallery-open__label {
  display: inline;
}
.single .noiise_gallery_wrapper .noiise_gallery-open:hover, .single .noiise_gallery_wrapper .noiise_gallery-open:focus-visible {
  background: #0E1526;
  color: #ffffff;
  outline: none;
}
.noiise_gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: #F8F2EA;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 72px 24px 32px;
  -webkit-overflow-scrolling: touch;
}
.noiise_gallery-modal[hidden] {
  display: none;
}
button.noiise_gallery-modal__close {
  position: fixed;
  top: 20px;
  right: 20px;
  left: auto;
  bottom: auto;
  z-index: 100001;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #ffffff;
  color: #0E1526;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(14, 21, 38, 0.2);
  -webkit-appearance: none;
  appearance: none;
  transition: all 0.3s ease-in-out;
}
button.noiise_gallery-modal__close svg {
  display: block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  stroke: currentColor;
  pointer-events: none;
}
button.noiise_gallery-modal__close:hover, button.noiise_gallery-modal__close:focus-visible {
  background: #0E1526;
  color: #ffffff;
  outline: none;
}
.noiise_gallery-masonry {
  column-count: 3;
  column-gap: 16px;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .noiise_gallery-masonry {
    column-count: 2;
  }
}
@media screen and (max-width: 768px) {
  .noiise_gallery-masonry {
    column-count: 1;
  }
}
.noiise_gallery-masonry__item {
  break-inside: avoid;
  margin-bottom: 16px;
  width: 100%;
  border: 0;
  padding: 0;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  transition: all 0.3s ease-in-out;
}
.noiise_gallery-masonry__item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.noiise_gallery-masonry__item:hover, .noiise_gallery-masonry__item:focus-visible {
  opacity: 0.85;
  outline: none;
}
body.noiise-gallery-modal-open {
  overflow: hidden;
}
/*****************************************************************************************************************************
  * Page Contact
******************************************************************************************************************************/
@media screen and (max-width: 960px) {
  .contact_infos {
    padding: 1.5rem;
    gap: 16px;
  }
}
.contact_infos .contact_rs_titre {
  font-size: 16px;
  font-weight: 600;
  color: #202020;
  margin: 0 0 16px 0;
  text-transform: none;
  font-family: "Inter", sans-serif;
}
.contact_infos .contact_rs_titre .elementor-heading-title {
  line-height: 1.4;
}
.contact_infos .contact_rs_titre b, .contact_infos .contact_rs_titre strong {
  font-weight: 600;
}
.contact_infos .contact_rs_titre span {
  color: #CEA352;
}
.contact_infos .elementor-social-icons-wrapper {
  gap: 8px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
}
.contact_infos .elementor-social-icon {
  background-color: rgba(206, 163, 82, 0.15) !important;
  border: 1px solid rgba(206, 163, 82, 0.7);
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  margin: 0;
  height: 44px;
  width: 44px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .contact_infos .elementor-social-icon {
    font-size: 14px;
    height: 40px;
    width: 40px;
  }
}
.contact_infos .elementor-social-icon svg {
  fill: #CEA352;
  width: 20px;
  height: 20px;
  transition: all 0.3s ease-in-out;
}
.contact_infos .elementor-social-icon:hover {
  background-color: rgba(206, 163, 82, 0.8) !important;
  border: 1px solid #cea352;
  transform: translateY(-3px);
  transition: all 0.3s ease-in-out;
}
.contact_infos .elementor-social-icon:hover svg {
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
/*****************************************************************************************************************************
* Formulaire de contact — Design moderne avec micro-interactions
******************************************************************************************************************************/
.form_contact {
  background: #FFF9F0;
  border-radius: 8px;
  padding: 2.5rem;
  border: 1px solid rgba(206, 163, 82, 0.1);
  /****** Checkbox ******/
  /****** Radio ******/
  /****** Upload field ******/
  /****** Acceptance (politique de confidentialité) ******/
  /****** Bouton submit ******/
}
@media screen and (max-width: 960px) {
  .form_contact {
    padding: 1.5rem;
  }
}
.form_contact .elementor-field-label {
  font-size: 14px;
  font-weight: 500;
  color: #7e7e7e;
  margin-bottom: 8px;
  display: inline-block;
}
.form_contact .elementor-field-label:after {
  color: #CEA352 !important;
}
.form_contact .elementor-field-textual {
  border: 1px solid rgba(206, 163, 82, 0.2) !important;
  border-radius: 8px !important;
  padding: 0 16px !important;
  background-color: #ffffff !important;
  color: #202020 !important;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  transition: all 0.3s ease-in-out;
}
.form_contact .elementor-field-textual:focus {
  outline: none !important;
  border-color: #CEA352 !important;
  box-shadow: 0 0 0 3px rgba(206, 163, 82, 0.1) !important;
}
.form_contact textarea.elementor-field-textual {
  padding: 14px 16px !important;
  resize: vertical;
}
.form_contact input::-webkit-input-placeholder, .form_contact textarea::-webkit-input-placeholder {
  color: rgba(14, 21, 38, 0.75) !important;
  opacity: 1;
}
.form_contact input::-moz-placeholder, .form_contact textarea::-moz-placeholder {
  color: rgba(14, 21, 38, 0.75) !important;
  opacity: 1;
}
.form_contact input::placeholder, .form_contact textarea::placeholder {
  color: rgba(14, 21, 38, 0.75) !important;
  opacity: 1;
}
.form_contact .elementor-select-wrapper {
  position: relative;
}
.form_contact .elementor-select-wrapper select {
  appearance: none;
  cursor: pointer;
  padding-right: 40px !important;
}
.form_contact .elementor-select-wrapper .select-caret-down-wrapper {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.form_contact .elementor-select-wrapper .select-caret-down-wrapper svg {
  width: 12px;
  height: 12px;
  fill: #CEA352;
}
.form_contact .elementor-field-option {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.form_contact input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 20px !important;
  width: 20px !important;
  border: 2px solid #0E1526 !important;
  border-radius: 4px !important;
  background: #ffffff;
  cursor: pointer;
  display: inline-block !important;
  margin: 0 !important;
  position: relative;
  flex-shrink: 0;
  transition: all 0.3s ease-in-out;
}
.form_contact input[type="checkbox"]:checked {
  background-color: #0E1526 !important;
  border-color: #0E1526 !important;
}
.form_contact input[type="checkbox"]:checked::after {
  content: "✓";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
.form_contact input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 20px !important;
  width: 20px !important;
  border: 2px solid #0E1526 !important;
  border-radius: 50% !important;
  background: #ffffff;
  cursor: pointer;
  display: inline-block !important;
  margin: 0 !important;
  position: relative;
  flex-shrink: 0;
  transition: all 0.3s ease-in-out;
}
.form_contact input[type="radio"]:checked {
  background-color: #0E1526 !important;
  border-color: #0E1526 !important;
}
.form_contact input[type="radio"]:checked::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 50%;
}
.form_contact .elementor-field-type-upload .elementor-upload-field {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 2px dashed #CEA352 !important;
  border-radius: 8px !important;
  background: rgba(206, 163, 82, 0.05) !important;
  color: #CEA352 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  transition: all 0.3s ease-in-out;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 16px !important;
  position: relative;
}
.form_contact .elementor-field-type-upload .elementor-upload-field:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 25px;
  height: 25px;
  background-color: #0E1526;
  mask-image: url("/wp-content/uploads/2024/06/download.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 0%;
  -webkit-mask-image: url("/wp-content/uploads/2024/06/download.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 0%;
}
.form_contact .elementor-field-type-upload .elementor-upload-field:hover {
  background: rgba(206, 163, 82, 0.1) !important;
  border-color: #0E1526 !important;
}
.form_contact .elementor-field-type-upload .elementor-upload-field::-webkit-file-upload-button {
  display: none;
}
.form_contact .elementor-field-type-upload .elementor-upload-field::before {
  content: "Choisir un fichier";
}
.form_contact .elementor-field-type-acceptance .elementor-field-subgroup {
  display: flex;
  align-items: start;
  gap: 10px;
  padding: 16px;
  background: rgba(246, 239, 229, 0.05);
  border-radius: 8px;
  border: 1px solid rgba(246, 239, 229, 0.2);
}
.form_contact .elementor-field-type-acceptance .elementor-field-option {
  display: flex;
  align-items: start;
  gap: 10px;
  margin: 0;
}
.form_contact .elementor-field-type-acceptance .elementor-field-option label {
  font-size: 13px;
  color: #202020;
  line-height: 1.6;
  cursor: pointer;
}
.form_contact .elementor-field-type-acceptance a {
  color: #CEA352;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
}
.form_contact .elementor-field-type-acceptance a:hover {
  color: #0E1526;
  transition: all 0.3s ease-in-out;
}
.form_contact .elementor-button {
  width: 100%;
  height: 56px;
  background: #0E1526;
  border: none !important;
  border-radius: 8px !important;
  color: #ffffff !important;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.form_contact .elementor-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.form_contact .elementor-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(206, 163, 82, 0.3);
  background-color: #CEA352;
}
.form_contact .elementor-button:hover::before {
  left: 100%;
}
.form_contact .elementor-button:active {
  transform: translateY(0);
}
.form_contact .elementor-button .elementor-button-text {
  font-size: 16px;
  position: relative;
  z-index: 1;
}
.form_contact .elementor-subgroup-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 12px;
}
.form_contact .elementor-subgroup-inline .elementor-field-option {
  margin-bottom: 0;
}
.form_biens {
  /****** Checkbox ******/
  /****** Radio ******/
  /****** Upload field ******/
  /****** Acceptance (politique de confidentialité) ******/
  /****** Bouton submit ******/
}
.form_biens .elementor-field-label {
  font-size: 14px;
  font-weight: 500;
  color: #7e7e7e;
  margin-bottom: 8px;
  display: inline-block;
}
.form_biens .elementor-field-label:after {
  color: #CEA352 !important;
}
.form_biens .elementor-field-textual {
  border: 1px solid rgba(206, 163, 82, 0.2) !important;
  border-radius: 8px !important;
  padding: 0 16px !important;
  background-color: #ffffff !important;
  color: #202020 !important;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  transition: all 0.3s ease-in-out;
}
.form_biens .elementor-field-textual:focus {
  outline: none !important;
  border-color: #CEA352 !important;
  box-shadow: 0 0 0 3px rgba(206, 163, 82, 0.1) !important;
}
.form_biens textarea.elementor-field-textual {
  padding: 14px 16px !important;
  resize: vertical;
}
.form_biens input::-webkit-input-placeholder, .form_biens textarea::-webkit-input-placeholder {
  color: rgba(14, 21, 38, 0.75) !important;
  opacity: 1;
}
.form_biens input::-moz-placeholder, .form_biens textarea::-moz-placeholder {
  color: rgba(14, 21, 38, 0.75) !important;
  opacity: 1;
}
.form_biens input::placeholder, .form_biens textarea::placeholder {
  color: rgba(14, 21, 38, 0.75) !important;
  opacity: 1;
}
.form_biens .elementor-select-wrapper {
  position: relative;
}
.form_biens .elementor-select-wrapper select {
  appearance: none;
  cursor: pointer;
  padding-right: 40px !important;
}
.form_biens .elementor-select-wrapper .select-caret-down-wrapper {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.form_biens .elementor-select-wrapper .select-caret-down-wrapper svg {
  width: 12px;
  height: 12px;
  fill: #CEA352;
}
.form_biens .elementor-field-option {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.form_biens input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 20px !important;
  width: 20px !important;
  border: 2px solid #0E1526 !important;
  border-radius: 4px !important;
  background: #ffffff;
  cursor: pointer;
  display: inline-block !important;
  margin: 0 !important;
  position: relative;
  flex-shrink: 0;
  transition: all 0.3s ease-in-out;
}
.form_biens input[type="checkbox"]:checked {
  background-color: #0E1526 !important;
  border-color: #0E1526 !important;
}
.form_biens input[type="checkbox"]:checked::after {
  content: "✓";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
.form_biens input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 20px !important;
  width: 20px !important;
  border: 2px solid #0E1526 !important;
  border-radius: 50% !important;
  background: #ffffff;
  cursor: pointer;
  display: inline-block !important;
  margin: 0 !important;
  position: relative;
  flex-shrink: 0;
  transition: all 0.3s ease-in-out;
}
.form_biens input[type="radio"]:checked {
  background-color: #0E1526 !important;
  border-color: #0E1526 !important;
}
.form_biens input[type="radio"]:checked::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 50%;
}
.form_biens .elementor-field-type-upload .elementor-upload-field {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 2px dashed #CEA352 !important;
  border-radius: 8px !important;
  background: rgba(206, 163, 82, 0.05) !important;
  color: #CEA352 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  transition: all 0.3s ease-in-out;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 16px !important;
  position: relative;
}
.form_biens .elementor-field-type-upload .elementor-upload-field:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 25px;
  height: 25px;
  background-color: #0E1526;
  mask-image: url("/wp-content/uploads/2024/06/download.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 0%;
  -webkit-mask-image: url("/wp-content/uploads/2024/06/download.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 0%;
}
.form_biens .elementor-field-type-upload .elementor-upload-field:hover {
  background: rgba(206, 163, 82, 0.1) !important;
  border-color: #0E1526 !important;
}
.form_biens .elementor-field-type-upload .elementor-upload-field::-webkit-file-upload-button {
  display: none;
}
.form_biens .elementor-field-type-upload .elementor-upload-field::before {
  content: "Choisir un fichier";
}
.form_biens .elementor-field-type-acceptance .elementor-field-subgroup {
  display: flex;
  align-items: start;
  gap: 10px;
  padding: 16px;
  background: rgba(246, 239, 229, 0.05);
  border-radius: 8px;
  border: 1px solid rgba(246, 239, 229, 0.2);
}
.form_biens .elementor-field-type-acceptance .elementor-field-option {
  display: flex;
  align-items: start;
  gap: 10px;
  margin: 0;
}
.form_biens .elementor-field-type-acceptance .elementor-field-option label {
  font-size: 13px;
  color: #202020;
  line-height: 1.6;
  cursor: pointer;
}
.form_biens .elementor-field-type-acceptance a {
  color: #CEA352;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
}
.form_biens .elementor-field-type-acceptance a:hover {
  color: #0E1526;
  transition: all 0.3s ease-in-out;
}
.form_biens .elementor-button {
  width: 100%;
  height: 56px;
  background: #0E1526 !important;
  border: none !important;
  border-radius: 8px !important;
  color: #ffffff !important;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.form_biens .elementor-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.form_biens .elementor-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(206, 163, 82, 0.3);
  background-color: #CEA352 !important;
}
.form_biens .elementor-button:hover::before {
  left: 100%;
}
.form_biens .elementor-button:active {
  transform: translateY(0);
}
.form_biens .elementor-button .elementor-button-text {
  font-size: 16px;
  position: relative;
  z-index: 1;
}
.form_biens .elementor-subgroup-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 12px;
}
.form_biens .elementor-subgroup-inline .elementor-field-option {
  margin-bottom: 0;
}
/*****************************************************************************************************************************
  * Page divers
******************************************************************************************************************************/
.plandusite .elementor-sitemap-wrap .elementor-sitemap-section {
  padding: 1rem;
}
.plandusite .elementor-sitemap-wrap .elementor-sitemap-title {
  position: relative;
  font-size: clamp(1.25rem, 5vw, 2rem);
  color: #202020;
  text-transform: uppercase;
  font-family: "butler_free_versionlight";
  padding-bottom: 12px;
  margin-bottom: 2rem;
}
.plandusite .elementor-sitemap-wrap .elementor-sitemap-title:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, #0E1526 0, #0E1526 80px, #CEA352 80px, #CEA352 100%);
}
.plandusite .elementor-sitemap-wrap .elementor-sitemap-list {
  list-style: none !important;
}
@media screen and (min-width: 1024px) {
  .plandusite .elementor-sitemap-wrap .elementor-sitemap-list {
    column-count: 3;
    column-gap: 30px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1024px) {
  .plandusite .elementor-sitemap-wrap .elementor-sitemap-list {
    column-count: 2;
    column-gap: 30px;
  }
}
.plandusite .elementor-sitemap-wrap .elementor-sitemap-list li {
  padding-left: 15px;
  margin-bottom: 10px;
  position: relative;
}
.plandusite .elementor-sitemap-wrap .elementor-sitemap-list li:before {
  content: "";
  position: absolute;
  display: block;
  height: 8px;
  width: 8px;
  top: 11px;
  left: 3px;
  border-radius: 2px 0px 2px 2px;
  transform: translateX(-50%) translateY(-50%);
  background-color: #3b414c;
  transition: all 0.3s ease-in-out;
}
.plandusite .elementor-sitemap-wrap .elementor-sitemap-list li a {
  transition: all 0.3s ease-in-out;
  color: #3b414c;
}
.plandusite .elementor-sitemap-wrap .elementor-sitemap-list li:hover a {
  color: #00a29e;
}
.plandusite .elementor-sitemap-wrap .elementor-sitemap-list li:hover:before {
  border-radius: 50%;
  background-color: #00a29e;
  transition: all 0.3s ease-in-out;
}
/*****************************************************************************************************************************
  * Page résultats de recherche
******************************************************************************************************************************/
.ban_titre .lmp-search-label {
  color: #ffffff !important;
  font-size: clamp(1.125rem, 5vw, 2rem) !important;
}
.ban_titre .lmp-search-term {
  font-weight: 700;
  color: #ffffff !important;
}
/*****************************************************************************************************************************
* Moteur de recherche popup
******************************************************************************************************************************/
.form_search_pop .e-search {
  width: 100%;
}
.form_search_pop .e-search-form {
  display: flex;
  gap: 0;
  align-items: stretch;
  width: 100%;
  position: relative;
}
.form_search_pop .e-search-label .elementor-screen-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.form_search_pop .e-search-input-wrapper {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
}
.form_search_pop .e-search-input {
  width: 100%;
  height: 60px;
  border: 2px solid rgba(14, 21, 38, 0.2) !important;
  border-right: 2px solid rgba(14, 21, 38, 0.2) !important;
  border-radius: 8px 0 0 8px !important;
  padding: 0 48px 0 24px !important;
  font-size: 16px !important;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  background: #ffffff !important;
  color: #202020 !important;
  transition: all 0.3s ease-in-out;
}
.form_search_pop .e-search-input:focus {
  outline: none !important;
  border-color: #CEA352 !important;
  box-shadow: 0 0 0 3px rgba(206, 163, 82, 0.1) !important;
}
.form_search_pop .e-search-input::placeholder {
  color: rgba(14, 21, 38, 0.5) !important;
  font-style: italic;
}
.form_search_pop .e-font-icon-svg.e-fas-times {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  fill: #0E1526;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.form_search_pop .e-font-icon-svg.e-fas-times:hover {
  fill: #F6EFE5;
}
.form_search_pop .e-font-icon-svg.e-fas-times.hidden {
  display: none;
}
.form_search_pop .e-search-submit {
  width: 80px;
  min-height: 60px;
  background: linear-gradient(135deg, #CEA352 0%, 100%);
  border: none;
  border-radius: 0 8px 8px 0 !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden !important;
  margin-left: 0 !important;
}
.form_search_pop .e-search-submit svg {
  width: 24px;
  height: 24px;
  fill: #ffffff;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.form_search_pop .e-search-submit::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.form_search_pop .e-search-submit:hover {
  box-shadow: 0 6px 16px rgba(206, 163, 82, 0.3);
}
.form_search_pop .e-search-submit:hover::before {
  left: 100%;
}
.form_search_pop .e-search-submit:hover svg {
  transform: scale(1.1);
}
.form_search_pop .e-search-submit:active {
  transform: translateY(0);
}
.form_search_pop .e-search-results-container {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 80px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(14, 21, 38, 0.15);
  max-height: 400px;
  overflow-y: auto;
  z-index: 999;
}
.form_search_pop .e-search-results-container .e-search-results {
  padding: 12px;
}
.form_search_pop .e-search-results-container .e-search-results a {
  display: block;
  padding: 12px 16px;
  color: #202020;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
}
.form_search_pop .e-search-results-container .e-search-results a:hover {
  background: rgba(206, 163, 82, 0.08);
  color: #CEA352;
}
@media screen and (max-width: 960px) {
  .form_search_pop .e-search-input {
    height: 50px;
    font-size: 14px !important;
    padding: 0 40px 0 16px !important;
  }
  .form_search_pop .e-search-submit {
    width: 60px;
    min-height: 50px;
  }
  .form_search_pop .e-search-submit svg {
    width: 20px;
    height: 20px;
  }
  .form_search_pop .e-font-icon-svg.e-fas-times {
    width: 14px;
    height: 14px;
    right: 12px;
  }
}
/*********************************************************************************************
  * Filtre de recherche
**********************************************************************************************/
.lmp-post-type-filters {
  display: flex;
  gap: 10px;
  padding: 4px;
  background-color: rgba(14, 21, 38, 0.04);
  border: 1px solid rgba(14, 21, 38, 0.08);
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .lmp-post-type-filters {
    border-radius: 12px;
  }
}
.lmp-filter-btn {
  font-family: "Inter", sans-serif;
  font-size: clamp(1rem, 5vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(14, 21, 38, 0.45);
  border-radius: 50px;
  padding: 5px 16px;
  border: 1px solid #F4F4F4;
  background: #ffffff;
  transition: all 0.3s ease;
}
.lmp-filter-btn:hover {
  border-color: #4db8a8;
  color: #4db8a8;
}
.lmp-filter-btn.active {
  background: #CEA352;
  color: #ffffff;
  border-color: #CEA352;
}
@media (max-width: 768px) {
  .lmp-filter-btn {
    padding: 10px 20px;
    font-size: 14px;
  }
}
.lmp-title-search {
  width: 100%;
}
#lmp-search-input {
  width: 100%;
  padding: 12px 20px;
  border: 2px solid #F4F4F4;
  border-radius: 8px;
  font-size: 16px;
  transition: all 0.3s ease;
}
#lmp-search-input:focus {
  outline: none;
  border-color: #CEA352;
}
#lmp-search-input::placeholder {
  color: #bbb;
}
.lmp-no-results {
  text-align: center;
  padding: 40px;
  font-size: 18px;
  color: #999;
  grid-column: 1 / -1;
}
@media (max-width: 768px) {
  .lmp-no-results {
    padding: 30px 20px;
    font-size: 16px;
  }
}
/*********************************************************************************************
  * loop search
**********************************************************************************************/
.loop_search {
  position: relative;
  padding: 6px !important;
}
.loop_search > .e-con-inner {
  border: 1px solid rgba(14, 21, 38, 0.12);
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0px 1px 3px rgba(53, 48, 45, 0.06);
  transform: translateY(0px) scale(1);
  transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), border-color 0.35s ease;
  will-change: transform;
}
.loop_search .loop_type_page {
  padding: 1rem 1rem 0rem 1rem !important;
}
.loop_search .loop_type_page .tag_page .elementor-shortcode {
  color: #CEA352 !important;
  background: rgba(206, 163, 82, 0.12);
  border: 1px solid rgba(206, 163, 82, 0.35);
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  padding: 4px 14px;
  border-radius: 40px;
}
.loop_search .loop_type_page .loop_cat ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.loop_search .loop_type_page .loop_cat ul li {
  margin: 0;
}
.loop_search .loop_type_page .loop_cat ul li a {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #CEA352;
  background-color: rgba(206, 163, 82, 0.1);
  border: 1px solid rgba(206, 163, 82, 0.3);
  padding: 3px 8px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.loop_search .loop_type_page .loop_cat ul li a:hover {
  background-color: #CEA352;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.loop_search .loop_type_page .loop_cat ul li span {
  font-size: 0.75rem !important;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #CEA352 !important;
  padding: 3px 8px;
  border-radius: 50px;
}
.loop_search .loop_content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 2rem !important;
}
.loop_search .loop_content .loop_date {
  font-size: 11px;
  font-weight: 500;
  color: #0E1526;
  opacity: 0.5;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}
.loop_search .loop_content .loop_titre a {
  color: #0E1526 !important;
  font-size: clamp(1rem, 5vw, 1.25rem) !important;
  font-family: "butler_free_versionlight";
  font-weight: 600;
  line-height: 1.25 !important;
  letter-spacing: -0.01em;
  text-transform: none;
  background-image: linear-gradient(#CEA352, #CEA352);
  background-size: 0% 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s ease, color 0.25s ease;
}
.loop_search .loop_content .loop_desc {
  color: #b8b8b8;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.55;
  margin-bottom: 1rem !important;
}
.loop_search .loop_content .btn_blog {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 1rem;
  border-top: 1px solid rgba(14, 21, 38, 0.1);
}
.loop_search .loop_content .btn_blog .elementor-button-link {
  background-color: transparent;
  margin-left: 1rem;
  color: #0E1526;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding: 0;
  border-bottom: 1.5px solid #0E1526;
  border-radius: 0;
}
.loop_search .loop_content .btn_blog .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
  height: auto;
  padding: 2px 0;
}
.loop_search .loop_content .btn_blog .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 14px;
  width: 14px;
  fill: #0E1526;
  transition: transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media screen and (max-width: 960px) {
  .loop_search .loop_content .btn_blog .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
    margin-left: 0px;
  }
}
.loop_search .loop_content .btn_blog .elementor-button-link:visited, .loop_search .loop_content .btn_blog .elementor-button-link:focus {
  color: #0E1526;
}
.loop_search .loop_content .btn_blog .elementor-button-link:hover {
  background-color: transparent;
  color: #CEA352;
  border-bottom-color: #CEA352;
  transition: all 0.3s ease-in-out;
}
.loop_search .loop_content .btn_blog .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #CEA352 !important;
  transform: translateX(3px);
}
.loop_search:hover > .e-con-inner {
  transform: translateY(-5px) scale(1.018);
  box-shadow: 0px 12px 40px rgba(53, 48, 45, 0.13);
  border-color: rgba(206, 163, 82, 0.4);
}
.loop_search:hover .loop_img .elementor-widget-theme-post-featured-image, .loop_search:hover .loop_img img {
  transform: scale(1.04);
}
.loop_search:hover .loop_titre a {
  background-size: 100% 1.5px;
}
/*****************************************************************************************************************************
  * Pagination des articles en archives
******************************************************************************************************************************/
.elementor-post-navigation .elementor-post-navigation__prev a, .elementor-post-navigation .elementor-post-navigation__next a {
  color: #202020;
  transition: all 0.3s ease-in-out;
}
.elementor-post-navigation .elementor-post-navigation__prev a:hover, .elementor-post-navigation .elementor-post-navigation__next a:hover {
  color: #0E1526;
  transition: all 0.3s ease-in-out;
}
.elementor-post-navigation .post-navigation__arrow-prev i, .elementor-post-navigation .post-navigation__arrow-next i {
  color: #202020;
  transition: all 0.3s ease-in-out;
}
.elementor-post-navigation .post-navigation__arrow-prev i:hover, .elementor-post-navigation .post-navigation__arrow-next i:hover {
  color: #0E1526;
  transition: all 0.3s ease-in-out;
}
.elementor-pagination {
  padding: 3rem 1rem;
}
.elementor-pagination .page-numbers {
  background-color: #ffffff;
  color: #202020;
  width: 36px;
  height: 36px;
  display: inline-block;
  border: 1px solid #F4F4F4;
  border-radius: 25px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.8;
}
.elementor-pagination .prev, .elementor-pagination .next {
  padding: 5px 10px;
  width: auto;
}
.elementor-pagination a.page-numbers {
  transition: all 0.3s ease-in-out;
}
.elementor-pagination a.page-numbers:hover {
  background-color: #0E1526 !important;
  color: #ffffff !important;
  transition: all 0.3s ease-in-out;
  border: 1px solid #0E1526;
}
.elementor-pagination .current {
  background-color: #0E1526 !important;
  color: #ffffff !important;
  border: 1px solid #0E1526;
  transition: all 0.3s ease-in-out;
}
/*****************************************************************************************************************************
  * Hero / ban archive acualités
******************************************************************************************************************************/
.ban_archive {
  position: relative;
}
.ban_archive:before {
  content: "" !important;
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.ban_archive .ban_breadcrumbs {
  background-color: #f6efe5;
  text-align: center;
  color: #0E1526;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.ban_archive .ban_breadcrumbs a {
  color: #0E1526;
  transition: all 0.3s ease-in-out;
}
.ban_archive .ban_breadcrumbs a:hover {
  color: #CEA352;
  transition: all 0.3s ease-in-out;
}
.ban_archive .ban_content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 3;
}
.ban_archive .ban_content .ban_sup_titre {
  color: #ffffff;
  font-weight: 400;
  font-size: clamp(1rem, 5vw, 1rem);
}
@media screen and (max-width: 960px) {
  .ban_archive .ban_content .ban_sup_titre {
    text-align: center;
  }
}
.ban_archive .ban_content .ban_sup_titre .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .ban_archive .ban_content .ban_sup_titre br {
    display: none;
  }
}
.ban_archive .ban_content .ban_sup_titre strong, .ban_archive .ban_content .ban_sup_titre b {
  font-weight: 600;
}
.ban_archive .ban_content .ban_sup_titre span {
  color: #CEA352;
  font-weight: 600;
}
.ban_archive .ban_content .ban_titre {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: clamp(1.875rem, 5vw, 3rem);
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 960px) {
  .ban_archive .ban_content .ban_titre {
    text-align: center;
  }
}
.ban_archive .ban_content .ban_titre .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .ban_archive .ban_content .ban_titre br {
    display: none;
  }
}
.ban_archive .ban_content .ban_titre strong {
  font-weight: 600;
}
.ban_archive .ban_content .ban_titre span {
  color: #CEA352;
  font-weight: 600;
}
.ban_archive .ban_content .ban_sous_titre {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: clamp(1.125rem, 5vw, 1.375rem);
  font-family: "butler_free_versionroman";
}
@media screen and (max-width: 960px) {
  .ban_archive .ban_content .ban_sous_titre {
    text-align: center;
  }
}
.ban_archive .ban_content .ban_sous_titre .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .ban_archive .ban_content .ban_sous_titre br {
    display: none;
  }
}
.ban_archive .ban_content .ban_sous_titre strong {
  font-weight: 600;
}
.ban_archive .ban_content .ban_sous_titre span {
  color: #CEA352;
  font-weight: 600;
}
.ban_archive .ban_content .ban_desc {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.2;
}
/*********************************************************************************************
  * bloc filtre
**********************************************************************************************/
.bloc_filtre > .e-con-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0 !important;
  border-bottom: 1px solid rgba(14, 21, 38, 0.12);
  gap: 16px;
}
.bloc_filtre .bloc_filtre_titre .elementor-heading-title {
  font-family: "Inter", sans-serif;
  font-size: clamp(1rem, 5vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(14, 21, 38, 0.4);
  white-space: nowrap;
}
.bloc_filtre .archive_filtres .e-filter {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  border: none;
  padding: 4px;
  background-color: rgba(14, 21, 38, 0.04);
  border: 1px solid rgba(14, 21, 38, 0.08);
  border-radius: 50px;
}
.bloc_filtre .archive_filtres .e-filter .e-filter-item {
  font-family: "Inter", sans-serif;
  font-size: clamp(1rem, 5vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(14, 21, 38, 0.45);
  border-radius: 50px;
  padding: 5px 16px;
  border: 1px solid #F4F4F4;
  background: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.bloc_filtre .archive_filtres .e-filter .e-filter-item:hover {
  color: #0E1526;
  background-color: rgba(14, 21, 38, 0.06);
  transition: all 0.3s ease-in-out;
}
.bloc_filtre .archive_filtres .e-filter .e-filter-item[aria-pressed="true"], .bloc_filtre .archive_filtres .e-filter .e-filter-item.e-filter-item-active {
  color: #ffffff;
  background-color: #CEA352;
  border-color: #CEA352;
  transition: all 0.3s ease-in-out;
}
/*********************************************************************************************
    * Content archive modèle
  **********************************************************************************************/
.bg_content_archive {
  background-color: #F4F4F4;
}
/*****************************************************************************************************************************
  * Hero / ban actu
******************************************************************************************************************************/
.ban_actu {
  position: relative;
}
.ban_actu:before {
  content: "" !important;
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.ban_actu .ban_breadcrumbs {
  background-color: #f6efe5;
  text-align: center;
  color: #0E1526;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.ban_actu .ban_breadcrumbs a {
  color: #0E1526;
  transition: all 0.3s ease-in-out;
}
.ban_actu .ban_breadcrumbs a:hover {
  color: #CEA352;
  transition: all 0.3s ease-in-out;
}
.ban_actu .ban_content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 3;
}
.ban_actu .ban_content .ban_titre {
  color: #ffffff;
  font-family: "butler_free_versionroman";
  font-size: clamp(1.875rem, 5vw, 3rem);
}
@media screen and (max-width: 960px) {
  .ban_actu .ban_content .ban_titre {
    text-align: center;
  }
}
.ban_actu .ban_content .ban_titre .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .ban_actu .ban_content .ban_titre br {
    display: none;
  }
}
.ban_actu .ban_content .ban_titre strong {
  font-weight: 600;
}
.ban_actu .ban_content .ban_titre span {
  color: #CEA352;
}
.ban_actu .ban_content .ban_cat {
  margin-bottom: 15px !important;
}
.ban_actu .ban_content .ban_cat ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.ban_actu .ban_content .ban_cat ul li {
  margin: 0;
}
.ban_actu .ban_content .ban_cat ul li a {
  font-size: 1rem;
  letter-spacing: 0.1em;
  color: #CEA352;
  background: #F8F2EA;
  border: 1px solid rgba(206, 163, 82, 0.35);
  padding: 6px 12px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.ban_actu .ban_content .ban_cat ul li a:hover {
  color: #ffffff;
  background-color: #cea352;
  transition: all 0.3s ease-in-out;
}
.ban_actu .ban_content .ban_desc {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.2;
}
.ban_actu .ban_content .ban_infos {
  font-size: 1rem !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background-color: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
/*****************************************************************************************************************************
* Post Images
******************************************************************************************************************************/
.post_img_1 {
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(14, 21, 38, 0.12);
  overflow: hidden;
  position: relative;
}
.post_img_1 img {
  display: block;
  width: 100%;
  height: auto;
}
.post_img_1 a::after {
  content: "⤢";
  position: absolute;
  bottom: 12px;
  right: 12px;
  font-size: 20px;
  color: #ffffff;
  background: rgba(14, 21, 38, 0.7);
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.post_img_1:hover a::after {
  color: #0E1526;
  background: rgba(255, 255, 255, 0.7);
}
.post_bg_img_1 {
  border-radius: 8px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 16px rgba(14, 21, 38, 0.12);
  background-size: cover;
  background-position: center;
  min-height: 300px;
}
/*****************************************************************************************************************************
* Post card
******************************************************************************************************************************/
.post_card_1, .post_card_1b {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #F4F4F4;
  border-radius: 12px !important;
  overflow: hidden !important;
  display: flex;
  flex-direction: column;
  padding: 0px !important;
  gap: 0px !important;
}
.post_card_1 .post_card_img, .post_card_1b .post_card_img {
  position: relative;
  overflow: hidden !important;
}
.post_card_1 .post_card_img a, .post_card_1b .post_card_img a {
  display: block !important;
}
.post_card_1 .post_card_img a:after, .post_card_1b .post_card_img a:after {
  content: "⤢";
  position: absolute;
  bottom: 12px;
  right: 12px;
  font-size: 20px;
  color: #ffffff;
  background: rgba(14, 21, 38, 0.7);
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.post_card_1 .post_card_img::before, .post_card_1b .post_card_img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 60%, rgba(14, 21, 38, 0.35) 100%);
  z-index: 1;
  pointer-events: none;
}
.post_card_1 .post_card_img::after, .post_card_1b .post_card_img::after {
  content: "";
  position: absolute;
  bottom: 14px;
  left: 18px;
  width: 32px;
  height: 3px;
  background-color: #CEA352;
  z-index: 2;
}
.post_card_1 .post_card_content, .post_card_1b .post_card_content {
  padding: 1.5rem 1.5rem 1.5rem 1.5rem !important;
  gap: 10px !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}
.post_card_1 .post_card_titre, .post_card_1b .post_card_titre {
  font-family: "Inter", sans-serif;
  font-size: clamp(1.125rem, 5vw, 1.375rem);
  font-weight: 600;
  color: #0E1526;
  line-height: 1.3;
}
.post_card_1 .post_card_titre .elementor-heading-title, .post_card_1b .post_card_titre .elementor-heading-title {
  line-height: 1.3;
}
.post_card_1 .post_card_titre strong, .post_card_1 .post_card_titre b, .post_card_1b .post_card_titre strong, .post_card_1b .post_card_titre b {
  font-weight: 600;
}
.post_card_1 .post_card_titre span, .post_card_1b .post_card_titre span {
  color: #CEA352;
}
.post_card_1 .post_card_desc, .post_card_1b .post_card_desc {
  color: #202020;
  line-height: 1.6;
  flex: 1;
}
.post_card_1 .post_card_desc p, .post_card_1b .post_card_desc p {
  margin: 0;
}
.post_card_1 .post_card_desc strong, .post_card_1 .post_card_desc b, .post_card_1b .post_card_desc strong, .post_card_1b .post_card_desc b {
  color: #0E1526;
  font-weight: 600;
}
.post_card_1 {
  transition: border-color 0.25s ease, transform 0.25s ease;
}
.post_card_1:hover {
  border-color: #CEA352;
  transform: translateY(-3px);
}
.post_card_1 .post_card_img img, .post_card_1 .post_card_img .post_card_img-inner {
  transition: transform 0.6s ease;
}
.post_card_1 .post_card_img a::after {
  content: "⤢";
  position: absolute;
  bottom: 12px;
  right: 12px;
  font-size: 20px;
  color: #ffffff;
  background: rgba(14, 21, 38, 0.7);
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.post_card_1 .post_card_img:hover a::after {
  color: #0E1526;
  background: rgba(255, 255, 255, 0.7);
}
.post_card_1:hover .post_card_img img, .post_card_1:hover .post_card_img .post_card_img-inner {
  transform: scale(1.06);
}
.post_card_1 .post_card_btn .elementor-button-link {
  display: inline-block;
  background-color: #F6EFE5;
  color: #ffffff;
  padding: 11px 22px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  text-decoration: none;
  transition: opacity 0.15s ease;
}
.post_card_1 .post_card_btn .elementor-button-link:hover {
  opacity: 0.9;
}
/*****************************************************************************************************************************
* Blocs intro, CTA et tags d'article
******************************************************************************************************************************/
.post_intro {
  position: relative;
  padding: 24px 28px;
  border-left: 3px solid #CEA352;
  border-radius: 0 6px 6px 0;
}
.post_intro p {
  margin: 0;
  color: #202020;
  line-height: 1.7;
}
.post_intro p + p {
  margin-top: 12px;
}
.post_intro strong, .post_intro b {
  color: #0E1526;
  font-weight: 600;
}
.post_bloc_cta_1 {
  position: relative;
  padding: 3rem 2rem !important;
  border: 1px solid #F6EFE5;
  border-radius: 8px !important;
  gap: 10px !important;
}
.post_bloc_cta_1 .post_bloc_cta_titre {
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  font-size: clamp(1.125rem, 4vw, 1.625rem);
  font-weight: 600;
  color: #0E1526;
  margin: 0 0 8px 0;
  line-height: 1.3;
}
.post_bloc_cta_1 .post_bloc_cta_titre .elementor-heading-title {
  line-height: 1.3;
}
.post_bloc_cta_1 .post_bloc_cta_titre strong, .post_bloc_cta_1 .post_bloc_cta_titre b {
  font-weight: 600;
}
.post_bloc_cta_1 .post_bloc_cta_titre span {
  color: #CEA352;
}
.post_bloc_cta_1 .post_bloc_cta_desc {
  color: #202020;
  font-size: clamp(1rem, 4vw, 1.375rem);
  line-height: 1.4;
  margin: auto;
  max-width: 70% !important;
}
@media screen and (max-width: 960px) {
  .post_bloc_cta_1 .post_bloc_cta_desc {
    max-width: 100% !important;
  }
}
.post_bloc_cta_1 .post_bloc_cta_desc strong, .post_bloc_cta_1 .post_bloc_cta_desc b {
  color: #0E1526;
  font-weight: 600;
}
.post_bloc_cta_1 .elementor-button, .post_bloc_cta_1 a.btn {
  display: inline-block;
  background-color: #F6EFE5;
  color: #ffffff;
  padding: 11px 22px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  text-decoration: none;
  transition: opacity 0.15s ease;
}
.post_bloc_cta_1 .elementor-button:hover, .post_bloc_cta_1 a.btn:hover {
  opacity: 0.9;
}
.post_bloc_tags {
  padding: 18px 22px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.post_bloc_tags .post_bloc_tags_label {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  color: #0E1526;
  text-transform: uppercase;
  font-weight: 600;
}
.post_bloc_tags .post_bloc_tags_list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
/*****************************************************************************************************************************
  * Hero / ban 404
******************************************************************************************************************************/
.ban_404 {
  height: calc(100vh - 115px) !important;
}
.ban_404 .ban_breadcrumbs {
  background-color: #f6efe5;
  text-align: center;
  color: #0E1526;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.ban_404 .ban_breadcrumbs a {
  color: #0E1526;
  transition: all 0.3s ease-in-out;
}
.ban_404 .ban_breadcrumbs a:hover {
  color: #CEA352;
  transition: all 0.3s ease-in-out;
}
.ban_404 .ban_content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 3;
}
.ban_404 .ban_content .ban_sup_titre {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: clamp(1rem, 5vw, 1rem);
}
@media screen and (max-width: 960px) {
  .ban_404 .ban_content .ban_sup_titre {
    text-align: center;
  }
}
.ban_404 .ban_content .ban_sup_titre .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .ban_404 .ban_content .ban_sup_titre br {
    display: none;
  }
}
.ban_404 .ban_content .ban_sup_titre strong, .ban_404 .ban_content .ban_sup_titre b {
  font-weight: 600;
}
.ban_404 .ban_content .ban_sup_titre span {
  color: #CEA352;
  font-weight: 600;
}
.ban_404 .ban_content .ban_titre {
  color: #ffffff;
  text-transform: uppercase;
  font-size: clamp(2.125rem, 5vw, 3rem);
  font-family: "butler_free_versionroman";
}
@media screen and (max-width: 960px) {
  .ban_404 .ban_content .ban_titre {
    text-align: center;
  }
}
.ban_404 .ban_content .ban_titre .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .ban_404 .ban_content .ban_titre br {
    display: none;
  }
}
.ban_404 .ban_content .ban_titre strong {
  font-weight: 600;
}
.ban_404 .ban_content .ban_titre span {
  color: #CEA352;
  font-weight: 600;
}
.ban_404 .ban_content .ban_sous_titre {
  color: #ffffff;
  text-transform: uppercase;
  font-size: clamp(1.125rem, 5vw, 1.375rem);
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 960px) {
  .ban_404 .ban_content .ban_sous_titre {
    text-align: center;
  }
}
.ban_404 .ban_content .ban_sous_titre .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .ban_404 .ban_content .ban_sous_titre br {
    display: none;
  }
}
.ban_404 .ban_content .ban_sous_titre strong {
  font-weight: 600;
}
.ban_404 .ban_content .ban_sous_titre span {
  color: #CEA352;
  font-weight: 600;
}
.ban_404 .ban_content .ban_desc {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.2;
}
/*****************************************************************************************************************************
* Page FAQ — Proposition 5 (corrigé)
******************************************************************************************************************************/
.bloc_faq .bloc_faq_titre {
  position: relative;
  font-size: clamp(1.25rem, 5vw, 2rem);
  color: #202020;
  text-transform: uppercase;
  font-family: "butler_free_versionlight";
  padding-left: 16px;
}
.bloc_faq .bloc_faq_titre:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 3px;
  background-color: #CEA352;
}
.bloc_faq .bloc_faq_titre .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .bloc_faq .bloc_faq_titre br {
    display: none;
  }
}
.bloc_faq .bloc_faq_titre strong, .bloc_faq .bloc_faq_titre b {
  font-weight: 600;
}
.bloc_faq .bloc_faq_titre span {
  color: #CEA352;
}
.bloc_faq .bloc_faq_accordeon .e-n-accordion .e-n-accordion-item {
  border: 1px solid #CEA352 !important;
  border-radius: 8px !important;
  position: relative;
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.bloc_faq .bloc_faq_accordeon .e-n-accordion .e-n-accordion-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: rgba(206, 163, 82, 0.2);
  border-radius: 4px 0 0 4px;
  transition: all 0.3s ease-in-out;
}
.bloc_faq .bloc_faq_accordeon .e-n-accordion .e-n-accordion-item:hover::before {
  background: #cea352;
}
.bloc_faq .bloc_faq_accordeon .e-n-accordion .e-n-accordion-item[open] {
  background: rgba(206, 163, 82, 0.04) !important;
  border-radius: 8px !important;
}
.bloc_faq .bloc_faq_accordeon .e-n-accordion .e-n-accordion-item[open]::before {
  background: linear-gradient(180deg, #CEA352 0%, 100%);
  width: 6px;
}
.bloc_faq .bloc_faq_accordeon .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title {
  padding: 14px 16px 14px 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  cursor: pointer;
  text-transform: uppercase;
  user-select: none;
  transition: all 0.3s ease-in-out;
}
.bloc_faq .bloc_faq_accordeon .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-header {
  flex: 1;
}
.bloc_faq .bloc_faq_accordeon .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-header .e-n-accordion-item-title-text {
  font-size: 15px;
  font-weight: 500;
  color: #202020;
}
.bloc_faq .bloc_faq_accordeon .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon {
  width: 20px !important;
  height: 20px !important;
  line-height: 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.bloc_faq .bloc_faq_accordeon .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon::before {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 1.5px solid transparent;
  transition: all 0.3s ease-in-out;
}
.bloc_faq .bloc_faq_accordeon .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon .e-opened {
  display: none;
}
.bloc_faq .bloc_faq_accordeon .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon .e-opened svg {
  width: 14px !important;
  height: 14px !important;
  stroke: none !important;
  fill: #0E1526 !important;
  stroke-width: 0 !important;
}
.bloc_faq .bloc_faq_accordeon .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon .e-closed {
  display: block;
}
.bloc_faq .bloc_faq_accordeon .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon .e-closed svg {
  width: 14px !important;
  height: 14px !important;
  stroke: none !important;
  fill: #0E1526 !important;
  stroke-width: 0 !important;
}
.bloc_faq .bloc_faq_accordeon .e-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon {
  transform: rotate(180deg);
}
.bloc_faq .bloc_faq_accordeon .e-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon .e-opened {
  display: block !important;
}
.bloc_faq .bloc_faq_accordeon .e-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon .e-closed {
  display: none !important;
}
.bloc_faq .bloc_faq_accordeon .e-n-accordion .e-n-accordion-item [role="region"] {
  border-radius: 0 0 8px 8px !important;
}
.bloc_faq .bloc_faq_accordeon .e-n-accordion .e-n-accordion-item [role="region"].e-con {
  padding: 0rem 1.5rem 1rem 1.5rem !important;
}
.bloc_faq .bloc_faq_accordeon .e-n-accordion .e-n-accordion-item [role="region"].e-con .e-div-block-base .elementor-widget-text-editor p {
  font-size: 14px;
  line-height: 1.6;
  color: #202020;
  margin: 0;
}
/*****************************************************************************************************************************
* moteur de recherche FAQ
******************************************************************************************************************************/
.faq-search-wrapper {
  max-width: 600px;
  margin: 0 auto;
}
#faqSearch {
  width: 100%;
  padding: 15px 20px;
  font-size: 16px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  transition: border-color 0.3s;
}
#faqSearch:focus {
  outline: none;
  border-color: #CEA352;
}
#searchResults {
  margin-top: 10px;
  font-size: 14px;
  color: #b8b8b8;
}
.bloc_faq {
  transition: opacity 0.3s, height 0.3s;
}
.bloc_faq.hidden {
  display: none;
}
.e-n-accordion-item.highlight {
  background: #fffbf0;
  border-left: 3px solid #F6EFE5;
}
/*****************************************************************************************************************************
  * loops
******************************************************************************************************************************/
/*********************************************************************************************
  * loop actu
**********************************************************************************************/
.loop_actu {
  position: relative;
  padding: 6px !important;
}
.loop_actu > .e-con-inner {
  border: 1px solid rgba(14, 21, 38, 0.12);
  background-color: #ffffff;
  border-radius: 0.5rem;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0px 1px 3px rgba(53, 48, 45, 0.06);
  transform: translateY(0px) scale(1);
  transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), border-color 0.35s ease;
  will-change: transform;
}
.loop_actu .loop_img {
  overflow: hidden;
  border-radius: 0.5rem 0.5rem 0px 0px;
  height: 290px !important;
}
.loop_actu .loop_img .elementor-widget-theme-post-featured-image, .loop_actu .loop_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.loop_actu .loop_content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 1rem !important;
}
.loop_actu .loop_content .loop_date {
  font-size: 11px;
  font-weight: 500;
  color: #0E1526;
  opacity: 0.5;
  text-transform: uppercase;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}
.loop_actu .loop_content .loop_cat ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.loop_actu .loop_content .loop_cat ul li {
  margin: 0;
}
.loop_actu .loop_content .loop_cat ul li a {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #CEA352;
  background-color: rgba(206, 163, 82, 0.1);
  border: 1px solid rgba(206, 163, 82, 0.3);
  padding: 3px 8px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.loop_actu .loop_content .loop_cat ul li a:hover {
  background-color: #CEA352;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.loop_actu .loop_content .loop_titre a {
  color: #0E1526 !important;
  font-size: clamp(1rem, 5vw, 1.25rem) !important;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 1.25 !important;
  text-transform: uppercase;
  background-image: linear-gradient(#CEA352, #CEA352);
  background-size: 0% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s ease, color 0.25s ease;
}
.loop_actu .loop_content .loop_desc {
  color: #202020;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.55;
  margin-bottom: 1rem !important;
}
.loop_actu .loop_content .btn_blog {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 1rem;
  border-top: 1px solid rgba(14, 21, 38, 0.1);
}
.loop_actu .loop_content .btn_blog .elementor-button-link {
  background-color: transparent;
  margin-left: 1rem;
  color: #0E1526;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding: 0;
  border-radius: 0;
}
.loop_actu .loop_content .btn_blog .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
  height: auto;
  padding: 2px 0;
}
.loop_actu .loop_content .btn_blog .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 14px;
  width: 14px;
  fill: #0E1526;
  transition: transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media screen and (max-width: 960px) {
  .loop_actu .loop_content .btn_blog .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
    margin-left: 0px;
  }
}
.loop_actu .loop_content .btn_blog .elementor-button-link:visited, .loop_actu .loop_content .btn_blog .elementor-button-link:focus {
  color: #0E1526;
}
.loop_actu .loop_content .btn_blog .elementor-button-link:hover {
  background-color: transparent;
  color: #CEA352;
  border-bottom-color: #CEA352;
  transition: all 0.3s ease-in-out;
}
.loop_actu .loop_content .btn_blog .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #CEA352 !important;
  transform: translateX(3px);
}
.loop_actu:hover > .e-con-inner {
  transform: translateY(-5px) scale(1);
  box-shadow: 0px 12px 40px rgba(53, 48, 45, 0.13);
  border-color: rgba(206, 163, 82, 0.4);
}
.loop_actu:hover .loop_img .elementor-widget-theme-post-featured-image, .loop_actu:hover .loop_img img {
  transform: scale(1.04);
}
.loop_actu:hover .loop_titre a {
  background-size: 100% 1.5px;
}
#row_totop {
  width: 50px;
  height: 50px;
  z-index: 999;
  position: fixed;
  bottom: 30px;
  right: 30px;
}
#totop {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  background-color: #CEA352;
  border-radius: 50%;
  z-index: 999;
  cursor: pointer;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  #totop {
    position: relative !important;
    margin: 0px auto 20px auto;
  }
}
#totop:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50.8%);
  z-index: 2;
  background-color: #ffffff;
  mask-image: url("../icons/dropdown-up.svg");
  mask-size: 50%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("../icons/dropdown-up.svg");
  -webkit-mask-size: 50%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
#totop:hover {
  background-color: #3E5DA8;
  transform: scale(1.2);
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
#totop i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%) rotate(180deg);
  opacity: 1;
}
/*****************************************************************************************************************************
  * CTA bouton fix : Bouton fix
******************************************************************************************************************************/
.bloc_btn_fix {
  position: fixed !important;
  padding: 0px !important;
  margin: 0px !important;
  width: max-content !important;
  height: max-content !important;
  z-index: 9 !important;
}
@media screen and (min-width: 960px) {
  .bloc_btn_fix {
    top: 80% !important;
    transform: translateY(-50%) !important;
    right: 0px !important;
  }
}
@media screen and (max-width: 960px) {
  .bloc_btn_fix {
    bottom: 15px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}
.bloc_btn_fix .bg_btn_fix {
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .bloc_btn_fix .bg_btn_fix {
    align-items: flex-end;
  }
}
@media screen and (max-width: 960px) {
  .bloc_btn_fix .bg_btn_fix {
    background: rgba(0, 0, 0, 0.15);
    border-radius: 50px !important;
    padding: 8px !important;
    display: flex;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
  }
}
@media screen and (min-width: 960px) {
  .btn_fix_1 {
    transform: translateX(calc(100% - 40px)) !important;
    transition: all 0.3s ease-in-out;
  }
  .btn_fix_1:hover {
    transform: translateX(0px) !important;
    transition: all 0.3s ease-in-out;
  }
}
.btn_fix_1 .elementor-button-link {
  background-color: #CEA352;
  color: #ffffff;
  font-size: 14px;
  padding: 8px 8px !important;
  border: 1px solid #CEA352;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
@media screen and (min-width: 960px) {
  .btn_fix_1 .elementor-button-link {
    border-radius: 50px 0px 0px 50px !important;
  }
}
@media screen and (max-width: 960px) {
  .btn_fix_1 .elementor-button-link {
    border-radius: 50% !important;
    gap: 0px !important;
  }
}
.btn_fix_1 .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
@media screen and (min-width: 960px) {
  .btn_fix_1 .elementor-button-link .elementor-button-content-wrapper {
    gap: 10px !important;
  }
}
.btn_fix_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-text {
  text-align: left;
}
@media screen and (max-width: 960px) {
  .btn_fix_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-text {
    display: none !important;
  }
}
.btn_fix_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 20px;
  width: 20px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.btn_fix_1 .elementor-button-link:visited, .btn_fix_1 .elementor-button-link:focus {
  color: #ffffff;
}
.btn_fix_1 .elementor-button-link:visited svg, .btn_fix_1 .elementor-button-link:focus svg {
  fill: #ffffff;
}
.btn_fix_1 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: #0E1526;
  border: 1px solid #0E1526;
  color: #ffffff;
}
.btn_fix_1 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
/*****************************************************************************************************************************
  * Formulaire de contact
******************************************************************************************************************************/
.form_elementor {
  /******	 Checkbox
    ************************************/
  /******	 Radio
    ************************************/
  /******	 upload
    ************************************/
  /******	 placeholder
    ************************************/
}
.form_elementor .form-field-name {
  border: 1px solid #0E1526;
  height: 50px;
  border-radius: 0px;
}
.form_elementor .elementor-field-textual {
  border: 1px solid #0E1526;
  padding: 10px;
  background-color: transparent;
  color: 1px solid #202020;
  border-radius: 0px;
}
.form_elementor .elementor-field-label {
  color: #F6EFE5;
  font-size: 16px;
}
.form_elementor .elementor-field-type-acceptance a {
  color: #0E1526;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
}
.form_elementor .elementor-field-type-acceptance a:hover {
  transition: all 0.3s ease-in-out;
}
.form_elementor .elementor-field-option {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-shrink: 3;
}
.form_elementor input[type="checkbox"] {
  height: 20px !important;
  width: 20px !important;
  border: 1px solid #0E1526;
  display: inline-block !important;
  margin: 0px 5px 0px 0px;
  border-radius: 0px !important;
}
.form_elementor input[type="checkbox"]:checked {
  position: relative;
}
.form_elementor input[type="checkbox"]:checked:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 16px;
  width: 16px;
  background-color: #0E1526;
}
.form_elementor .elementor-button {
  text-align: center;
  background: #0E1526;
  border: 0px solid #202020;
  color: #202020;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: 1px;
}
.form_elementor .elementor-button:hover {
  background-color: #CEA352;
  color: #ffffff;
  border: 0px solid #202020;
  transition: all 0.3s ease-in-out;
}
.form_elementor .elementor-button .elementor-button-text {
  font-size: 24px;
}
.form_elementor .elementor-button:hover {
  letter-spacing: 12px;
}
.form_elementor input[type="radio"] {
  height: 20px !important;
  width: 20px !important;
  border: 1px solid #202020;
  display: inline-block;
  margin: 0px 5px 0px 0px;
  border-radius: 50% !important;
}
.form_elementor input[type="radio"]:checked {
  position: relative;
}
.form_elementor input[type="radio"]:checked:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 16px;
  width: 16px;
  background-color: #0E1526;
  border-radius: 50%;
}
.form_elementor .elementor-field-type-upload input[type="file"] {
  color: #0E1526;
  cursor: pointer;
  position: relative;
  background-color: #CEA352;
  border-radius: 8px !important;
  padding: 1rem 1rem 1rem calc(2rem + 35px);
}
.form_elementor .elementor-field-type-upload input[type="file"]:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateX(0%) translateY(-50%);
  width: 25px;
  height: 25px;
  background-color: #0E1526;
  mask-image: url("/wp-content/uploads/2024/06/download.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 0%;
  -webkit-mask-image: url("/wp-content/uploads/2024/06/download.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 0%;
}
.form_elementor .elementor-field-type-upload input[type="file"]::-webkit-file-upload-button {
  background: transparent;
  color: #0E1526;
  border: 0px;
  cursor: pointer;
}
.form_elementor input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
.form_elementor input::-webkit-input-placeholder, .form_elementor textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #0E1526 !important;
  opacity: 1;
}
.form_elementor input::-moz-placeholder, .form_elementor textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #0E1526 !important;
  opacity: 1;
}
.form_elementor input::-ms-input-placeholder, .form_elementor textarea::-ms-input-placeholder {
  /* IE 10+ */
  color: #0E1526 !important;
  opacity: 1;
}
.form_elementor input::-moz-placeholder, .form_elementor textarea::-moz-placeholder {
  /* Firefox 18- */
  color: #0E1526 !important;
  opacity: 1;
}
.form_elementor input::placeholder, .form_elementor textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0E1526 !important;
  opacity: 1;
}
/*****************************************************************************************************************************
  * Class générique pour les champs de formulaire
******************************************************************************************************************************/
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: 0px;
}
.input-hidden {
  height: 0;
  width: 0;
  overflow: hidden;
}
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
/*****************************************************************************************************************************
  * Formulaire newsletter
******************************************************************************************************************************/
.form_footer_newsletter {
  /******	 Checkbox
    ************************************/
}
.form_footer_newsletter .form-field-name {
  border: 1px solid #0E1526;
  height: 50px;
  border-radius: 0px;
}
.form_footer_newsletter .elementor-field-textual {
  border: 0px solid #0E1526;
  padding: 10px;
  background-color: transparent;
  color: 1px solid #202020;
  border-radius: 6px 0px 0px 6px;
  height: 50px;
}
@media screen and (max-width: 960px) {
  .form_footer_newsletter .elementor-field-textual {
    border-radius: 6px;
  }
}
.form_footer_newsletter .elementor-field-label {
  color: #F6EFE5;
  font-size: 16px;
}
.form_footer_newsletter .elementor-field-type-acceptance {
  color: #0E1526;
  font-size: 14px;
}
.form_footer_newsletter .elementor-field-type-acceptance a {
  color: #0E1526;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
}
.form_footer_newsletter .elementor-field-type-acceptance a:hover {
  color: #CEA352;
  transition: all 0.3s ease-in-out;
}
.form_footer_newsletter .elementor-field-option {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-shrink: 3;
}
.form_footer_newsletter .elementor-field-option label {
  text-align: left;
}
.form_footer_newsletter input[type="checkbox"] {
  height: 20px !important;
  width: 20px !important;
  border: 1px solid #0E1526;
  display: inline-block !important;
  margin: 0px 5px 0px 0px;
  border-radius: 0px !important;
}
.form_footer_newsletter input[type="checkbox"]:checked {
  position: relative;
}
.form_footer_newsletter input[type="checkbox"]:checked:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 16px;
  width: 16px;
  background-color: #0E1526;
}
.form_footer_newsletter .elementor-form-fields-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  padding-bottom: 2rem;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .form_footer_newsletter .elementor-form-fields-wrapper {
    flex-wrap: wrap;
  }
}
.form_footer_newsletter .elementor-form-fields-wrapper .elementor-field-type-email {
  width: 70%;
}
@media screen and (max-width: 960px) {
  .form_footer_newsletter .elementor-form-fields-wrapper .elementor-field-type-email {
    width: 100% !important;
  }
}
.form_footer_newsletter .elementor-form-fields-wrapper .elementor-field-type-submit {
  width: 30%;
}
@media screen and (max-width: 960px) {
  .form_footer_newsletter .elementor-form-fields-wrapper .elementor-field-type-submit {
    width: 100% !important;
  }
}
.form_footer_newsletter .elementor-form-fields-wrapper .elementor-field-type-acceptance {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
@media screen and (max-width: 960px) {
  .form_footer_newsletter .elementor-form-fields-wrapper .elementor-field-type-acceptance {
    position: relative !important;
  }
}
.form_footer_newsletter .elementor-form-fields-wrapper .elementor-field-type-recaptcha_v3 {
  position: absolute;
}
.form_footer_newsletter .elementor-button {
  text-align: center;
  background: #0E1526;
  border: 0px solid transparent !important;
  border-radius: 0px 6px 6px 0px;
  color: #202020;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  height: 50px;
}
@media screen and (max-width: 960px) {
  .form_footer_newsletter .elementor-button {
    border-radius: 6px;
  }
}
.form_footer_newsletter .elementor-button:hover {
  background-color: #CEA352;
  color: #ffffff;
  border: 0px solid #202020;
  transition: all 0.3s ease-in-out;
}
.form_footer_newsletter .elementor-button .elementor-button-text {
  font-size: 24px;
}
.form_footer_newsletter input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
.form_footer_newsletter input::-webkit-input-placeholder, .form_footer_newsletter textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #0E1526 !important;
  opacity: 1;
}
.form_footer_newsletter input::-moz-placeholder, .form_footer_newsletter textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #0E1526 !important;
  opacity: 1;
}
.form_footer_newsletter input::-ms-input-placeholder, .form_footer_newsletter textarea::-ms-input-placeholder {
  /* IE 10+ */
  color: #0E1526 !important;
  opacity: 1;
}
.form_footer_newsletter input::-moz-placeholder, .form_footer_newsletter textarea::-moz-placeholder {
  /* Firefox 18- */
  color: #0E1526 !important;
  opacity: 1;
}
.form_footer_newsletter input::placeholder, .form_footer_newsletter textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0E1526 !important;
  opacity: 1;
}
/*****************************************************************************************************************************
  * Svg anime scroll bannière
******************************************************************************************************************************/
.scroll-cta {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scroll-cta svg {
  display: block;
}
.scroll-cta.style-bounce svg {
  animation: scroll-bounce 1.2s ease-in-out infinite;
}
.scroll-cta.style-pulse svg {
  animation: scroll-pulse 1.4s ease-in-out infinite;
}
.scroll-cta.style-mouse .scroll-wheel {
  animation: scroll-wheel 1.6s ease-in-out infinite;
}
.scroll-cta.style-flow .chevron-top {
  animation: chevron-flow 1.5s ease-in-out infinite;
}
.scroll-cta.style-flow .chevron-bottom {
  animation: chevron-flow 1.5s ease-in-out infinite 0.2s;
}
@keyframes scroll-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
}
@keyframes scroll-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.35;
    transform: scale(0.82);
  }
}
@keyframes scroll-wheel {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    transform: translateY(8px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes chevron-flow {
  0% {
    opacity: 0;
    transform: translateY(-4px);
  }
  40%, 60% {
    opacity: 1;
    transform: translateY(2px);
  }
  100% {
    opacity: 0;
    transform: translateY(8px);
  }
}
/*****************************************************************************************************************************
  * Affichage des flèches pour les sliders : Affichage par défaut
******************************************************************************************************************************/
.elementor-swiper-button {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.05) !important;
  backdrop-filter: blur(6px) !important;
}
.elementor-swiper-button svg {
  fill: #ffffff !important;
  width: 20px !important;
  height: 20px !important;
  transition: all 0.3s ease-in-out;
}
.elementor-swiper-button:hover {
  transition: all 0.3s ease-in-out;
  background-color: #CEA352 !important;
}
.elementor-swiper-button:hover svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.elementor-swiper-button.swiper-button-lock {
  display: none !important;
}
.elementor-lightbox .elementor-swiper-button-prev, .elementor-lightbox .elementor-swiper-button-next {
  height: 44px !important;
  width: 44px !important;
  border-radius: 50%;
}
/*****************************************************************************************************************************
  * Affichage des paginations pour les sliders : Affichage par défaut
******************************************************************************************************************************/
.swiper-pagination .swiper-pagination-bullet {
  height: 10px !important;
  width: 10px !important;
  background-color: #CEA352;
  border-radius: 50%;
  margin: 0 5px;
  transition: all 0.3s ease-in-out;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #F6EFE5;
}
/*****************************************************************************************************************************
  * Info partenaires : container
******************************************************************************************************************************/
.info_partenaires {
  background-color: #1C1C1C;
  color: #ffffff;
}
.info_partenaires a {
  color: #ffffff;
}
.info_partenaires a:hover {
  color: #ffffff;
}
.info_partenaires .info_partenaires_titre {
  position: relative;
  font-size: clamp(1.25rem, 5vw, 2rem);
  color: #ffffff;
  text-transform: uppercase;
  font-family: "butler_free_versionlight";
  font-weight: 400;
}
.info_partenaires .info_partenaires_titre:before {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  width: 100%;
  background-color: #202020;
}
.info_partenaires .info_partenaires_titre .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .info_partenaires .info_partenaires_titre br {
    display: none;
  }
}
.info_partenaires .info_partenaires_titre strong, .info_partenaires .info_partenaires_titre b {
  font-weight: 600;
}
.info_partenaires .info_partenaires_titre span {
  color: #CEA352;
  font-weight: 600;
}
/*********************************************************************************************
  * carousel partenaires - - Slider média carroussel
**********************************************************************************************/
.media_carrousel_1 {
  overflow: hidden;
  padding: 1rem 0rem !important;
}
.media_carrousel_1 .elementor-main-swiper {
  overflow: visible;
  padding-bottom: 34px !important;
}
.media_carrousel_1 .elementor-main-swiper .swiper-slide {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 0px 4px 2px rgba(53, 48, 45, 0.25);
  border-radius: 12px !important;
}
.media_carrousel_1 .elementor-main-swiper .swiper-slide:hover {
  box-shadow: 0px 0px 8px 4px rgba(53, 48, 45, 0.35);
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}
/*****************************************************************************************************************************
  * Icon box :Boite d'icone
******************************************************************************************************************************/
.icon_box_1 .elementor-icon-box-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 2px 16px 0px rgba(44, 39, 33, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1rem;
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
  height: 100%;
  gap: 1rem;
}
.icon_box_1 .elementor-icon-box-wrapper .elementor-icon-box-icon {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.icon_box_1 .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  background-color: #CEA352;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(41, 174, 183, 0.12);
  transition: all 0.3s ease-in-out;
}
.icon_box_1 .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon svg {
  width: 32px;
  height: 32px;
  fill: #ffffff;
  display: block;
  transition: all 0.3s ease-in-out;
}
.icon_box_1 .elementor-icon-box-wrapper .elementor-icon-box-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.icon_box_1 .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title {
  margin: 0 0 0.5rem 0;
  font-family: "butler_free_versionlight";
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.2;
  color: #ffffff;
}
.icon_box_1 .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title span {
  color: inherit;
}
.icon_box_1 .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description {
  color: #E1E1E1;
  font-size: 0.875rem;
  line-height: 1.2;
  margin: 0;
}
.icon_box_1 .elementor-icon-box-wrapper:hover {
  box-shadow: 0px 2px 16px 0px rgba(44, 39, 33, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.4);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 960px) {
  .icon_box_1 .elementor-icon-box-wrapper {
    padding: 1.25rem 1rem;
  }
  .icon_box_1 .elementor-icon-box-wrapper .elementor-icon-box-title {
    font-size: 1.12rem;
  }
  .icon_box_1 .elementor-icon-box-wrapper .elementor-icon {
    width: 44px;
    height: 44px;
  }
  .icon_box_1 .elementor-icon-box-wrapper .elementor-icon svg {
    width: 28px;
    height: 28px;
  }
}
/*****************************************************************************************************************************
  * Info box gen
******************************************************************************************************************************/
.info_box_gen {
  color: #ffffff;
}
.info_box_gen a {
  color: #ffffff;
}
.info_box_gen a:hover {
  color: #ffffff;
}
.info_box_gen .info_boxgen_titre {
  position: relative;
  font-size: clamp(1.25rem, 5vw, 2rem);
  color: #ffffff;
  text-transform: uppercase;
  font-family: "butler_free_versionlight";
  font-weight: 400;
}
.info_box_gen .info_boxgen_titre:before {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  width: 100%;
  background-color: #202020;
}
.info_box_gen .info_boxgen_titre .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .info_box_gen .info_boxgen_titre br {
    display: none;
  }
}
.info_box_gen .info_boxgen_titre strong, .info_box_gen .info_boxgen_titre b {
  font-weight: 600;
}
.info_box_gen .info_boxgen_titre span {
  color: #CEA352;
  font-weight: 600;
}
/*****************************************************************************************************************************
  * affichage des Compteurs
******************************************************************************************************************************/
.counter_1 .elementor-counter .elementor-counter-title {
  font-family: "Inter", sans-serif;
  color: #202020;
  font-size: clamp(1rem, 5vw, 1.375rem);
  line-height: 1;
  text-align: center;
  font-weight: 500;
  margin-bottom: 0.5rem;
  letter-spacing: 0.03em;
}
.counter_1 .elementor-counter .elementor-counter-number-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: clamp(3rem, 5vw, 3.5rem);
  font-family: "butler_free_versionlight";
  font-weight: 700;
  color: #0E1526;
  margin-bottom: 1rem;
}
.counter_1 .elementor-counter .elementor-counter-number-wrapper .elementor-counter-number-prefix {
  font-size: 0.65em;
  font-weight: 600;
  color: #CEA352;
  margin: 0 0.05em;
}
.counter_1 .elementor-counter .elementor-counter-number-wrapper .elementor-counter-number-suffix {
  font-size: 0.65em;
  font-weight: 600;
  color: #CEA352;
  margin: 0 0.05em;
}
.counter_1 .elementor-counter .elementor-counter-number-wrapper .elementor-counter-number {
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  color: #0E1526;
  font-family: "butler_free_versionlight";
  font-weight: 700;
  margin: 0 0.13em;
  letter-spacing: 0.04em;
}
/*****************************************************************************************************************************
  * 5 colonnes
******************************************************************************************************************************/
@media screen and (max-width: 1366px) {
  .row_counter_5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .row_counter_5 .e-atomic-element {
    flex-basis: 30%;
  }
}
@media screen and (max-width: 1024px) {
  .row_counter_5 {
    justify-content: center;
    flex-wrap: wrap;
  }
  .row_counter_5 .e-atomic-element {
    flex-basis: 30% !important;
  }
}
@media screen and (max-width: 960px) {
  .row_counter_5 {
    justify-content: center;
    flex-wrap: wrap;
  }
  .row_counter_5 .e-atomic-element {
    flex-basis: 48% !important;
  }
}
@media screen and (max-width: 768px) {
  .row_counter_5 {
    justify-content: center;
    flex-wrap: wrap;
  }
  .row_counter_5 .e-atomic-element {
    flex-basis: 100%;
  }
}
