@charset "UTF-8";
/************************
*
* PLAN DES SCSS
*
01 => CONFIG
02 => LAYOUT
03 => PAGES
04 => COMPOSANTS
*
*
*************************/
/* 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;
}
/**
*
*  color BG + TXT
*
****************/
.bg_primary {
  background-color: #353034;
}
.txt_primary {
  color: #353034;
}
.bg_noir {
  background-color: #35302d;
}
.txt_noir {
  color: #35302d;
}
.bg_blanc {
  background-color: #ffffff;
}
.txt_blanc {
  color: #ffffff;
}
.bg_gris1 {
  background-color: #F2F2F2;
}
.txt_gris1 {
  color: #F2F2F2;
}
.bg_gris2 {
  background-color: #8f8c8e;
}
.txt_gris2 {
  color: #8f8c8e;
}
.bg_gris3 {
  background-color: #353034;
}
.txt_gris3 {
  color: #353034;
}
.bg_gris4 {
  background-color: #1f191e;
}
.txt_gris4 {
  color: #1f191e;
}
.bg_charte_toffee {
  background-color: #a76346;
}
.txt_charte_toffee {
  color: #a76346;
}
.bg_charte_caramel {
  background-color: #d6af87;
}
.txt_charte_caramel {
  color: #d6af87;
}
.bg_charte_green {
  background-color: #4e534a;
}
.txt_charte_green {
  color: #4e534a;
}
.bg_charte_brown {
  background-color: #6B3D32;
}
.txt_charte_brown {
  color: #6B3D32;
}
.bg_highlight_orange {
  background-color: #cf521d;
}
.txt_highlight_orange {
  color: #cf521d;
}
.bg_caramel_10 {
  background-color: #fbf7f3;
}
.txt_caramel_10 {
  color: #fbf7f3;
}
.bg_caramel_20 {
  background-color: #f7efe7;
}
.txt_caramel_20 {
  color: #f7efe7;
}
.bg_caramel_40 {
  background-color: #efdfcf;
}
.txt_caramel_40 {
  color: #efdfcf;
}
.bg_caramel_60 {
  background-color: #e6cfb7;
}
.txt_caramel_60 {
  color: #e6cfb7;
}
/**
*
* 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;
  }
}
/************************
* Top header
*************************/
@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: #d6af87 !important;
  display: flex;
  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: #1f191e !important;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.actu_social .elementor-social-icon:hover {
  background-color: #ffffff !important;
}
.actu_social .elementor-social-icon:hover i, .actu_social .elementor-social-icon:hover svg {
  color: #a76346 !important;
  fill: #a76346 !important;
}
.btnheader_cta_1 .elementor-button-link {
  background-color: transparent;
  color: #e6cfb7;
  font-size: 0.8125rem;
  padding: 0px 10px;
  border: 1px solid #e6cfb7;
  border-radius: 32px;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
.btnheader_cta_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: 30px;
  gap: 10px !important;
}
.btnheader_cta_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: 18px;
  fill: #e6cfb7;
  transition: all 0.3s ease-in-out;
}
.btnheader_cta_1 .elementor-button-link:visited, .btnheader_cta_1 .elementor-button-link:focus {
  color: #e6cfb7;
}
.btnheader_cta_1 .elementor-button-link:visited svg, .btnheader_cta_1 .elementor-button-link:focus svg {
  fill: #e6cfb7;
}
@media screen and (max-width: 1024px) {
  .btnheader_cta_1 .elementor-button-link .elementor-button-text span {
    display: none;
  }
}
.btnheader_cta_1 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: #d6af87;
  border: 1px solid #d6af87;
  color: #ffffff;
}
.btnheader_cta_1 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 960px) {
  .btnheader_cta_2 {
    display: none;
  }
}
.btnheader_cta_2 .elementor-button-link {
  background-color: transparent;
  color: #e6cfb7;
  font-size: 0.8125rem;
  padding: 0px 10px;
  border: 1px solid transparent;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
.btnheader_cta_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: 30px;
  gap: 10px !important;
}
.btnheader_cta_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: 18px;
  fill: #e6cfb7;
  transition: all 0.3s ease-in-out;
}
.btnheader_cta_2 .elementor-button-link:visited, .btnheader_cta_2 .elementor-button-link:focus {
  color: #e6cfb7;
}
.btnheader_cta_2 .elementor-button-link:visited svg, .btnheader_cta_2 .elementor-button-link:focus svg {
  fill: #e6cfb7;
}
@media screen and (max-width: 1024px) {
  .btnheader_cta_2 .elementor-button-link .elementor-button-text span {
    display: none;
  }
}
.btnheader_cta_2 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: #d6af87;
  border: 1px solid #d6af87;
  color: #ffffff;
}
.btnheader_cta_2 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.btnheader_cta_3 .elementor-button-link {
  background-color: #e6cfb7;
  color: #4e534a;
  font-size: 0.8125rem;
  padding: 0px 10px;
  border: 1px solid #e6cfb7;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
.btnheader_cta_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: 30px;
  gap: 10px !important;
}
.btnheader_cta_3 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: 18px;
  fill: #4e534a;
  transition: all 0.3s ease-in-out;
}
.btnheader_cta_3 .elementor-button-link:visited, .btnheader_cta_3 .elementor-button-link:focus {
  color: #4e534a;
}
.btnheader_cta_3 .elementor-button-link:visited svg, .btnheader_cta_3 .elementor-button-link:focus svg {
  fill: #4e534a;
}
@media screen and (max-width: 1024px) {
  .btnheader_cta_3 .elementor-button-link .elementor-button-text span {
    display: none;
  }
}
.btnheader_cta_3 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: #d6af87;
  border: 1px solid #d6af87;
  color: #ffffff;
}
.btnheader_cta_3 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
/************************
* Header & fix header
*************************/
.header_m1.fixed-header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  animation: slide-down 1s cubic-bezier(0, 0, 0.58, 1);
}
.gm-menu-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 999999;
}
@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.menu_titre {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.25rem;
  /* 100% */
  letter-spacing: -0.0225rem;
  color: #ffffff;
  padding-bottom: 12px;
  position: relative;
}
.menu_titre::after {
  content: "" !important;
  position: absolute;
  display: block;
  height: 2px;
  width: 11.875rem;
  background-color: #d6af87;
  bottom: 0;
  left: 0;
}
.menu_liste ul {
  margin: 0;
  padding: 0;
}
.menu_liste ul li {
  list-style: none;
  margin: 0;
  padding-bottom: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.menu_liste ul li a {
  color: #efdfcf;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.menu_liste ul li a:hover {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.sup_footer {
  background-color: #efdfcf;
  color: #353034;
}
.sup_footer a {
  color: #a76346;
}
.footer_m1 {
  position: relative;
  background: linear-gradient(180deg, #a76346 0%, #6b3d32 100%);
}
.footer_m1 .footer_logo {
  display: block;
  width: 240px;
  height: auto !important;
  opacity: 1;
}
.footer_m1 .footer_nav_title {
  font-family: "Lexend Exa", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e6cfb7 !important;
  margin-bottom: 12px;
}
.footer_m1 .footer_liste ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer_m1 .footer_liste ul li {
  margin-bottom: 8px;
}
.footer_m1 .footer_liste ul li a {
  font-family: "Lexend Exa", sans-serif;
  font-weight: 300;
  font-size: 0.75rem;
  color: #d6af87 !important;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.footer_m1 .footer_liste ul li a:hover {
  color: #ffffff !important;
}
.footer_m1 .footer_info_bar .btn_info:not(:last-child) {
  border-right: 1px solid #d6af87;
}
@media (max-width: 767px) {
  .footer_m1 .footer_info_bar .btn_info:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #d6af87;
  }
}
.footer_m1 .footer_info_bar .btn_info .elementor-button-link {
  background-color: transparent;
  color: #ffffff;
  font-size: 0.9125rem;
  padding: 0px 0px;
  min-width: 200px;
  border: 0px solid #e6cfb7;
  border-radius: 0px;
  transition: all 0.3s ease-in-out;
}
.footer_m1 .footer_info_bar .btn_info .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 !important;
}
.footer_m1 .footer_info_bar .btn_info .elementor-button-link .elementor-button-content-wrapper .elementor-button-text {
  text-align: left !important;
}
.footer_m1 .footer_info_bar .btn_info .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 20px;
  width: 20px;
  fill: #d6af87;
  transition: all 0.3s ease-in-out;
}
.footer_m1 .footer_info_bar .btn_info .elementor-button-link:visited, .footer_m1 .footer_info_bar .btn_info .elementor-button-link:focus {
  color: #ffffff;
}
.footer_m1 .footer_info_bar .btn_info .elementor-button-link:visited svg, .footer_m1 .footer_info_bar .btn_info .elementor-button-link:focus svg {
  fill: #d6af87;
}
.footer_m1 .footer_info_bar .btn_info .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  color: #e6cfb7;
}
.footer_m1 .footer_info_bar .btn_info .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #e6cfb7 !important;
  transition: all 0.3s ease-in-out;
}
.footer_m1 .footer_social .elementor-social-icons-wrapper {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}
.footer_m1 .footer_social .elementor-social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #d6af87 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.footer_m1 .footer_social .elementor-social-icon i, .footer_m1 .footer_social .elementor-social-icon svg {
  color: #1f191e !important;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.footer_m1 .footer_social .elementor-social-icon:hover {
  background-color: #ffffff !important;
}
.footer_m1 .footer_social .elementor-social-icon:hover i, .footer_m1 .footer_social .elementor-social-icon:hover svg {
  color: #a76346 !important;
  fill: #a76346 !important;
}
.footer_m1 .debauge_big {
  width: 100vw !important;
  height: 14vw !important;
  overflow: hidden;
}
.footer_m1 .debauge_big .elementor-icon svg {
  width: 100vw !important;
  height: auto !important;
}
.footer_m1 .btn_footer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Lexend Exa", sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 48px;
  padding: 10px 24px;
  border: 1px solid #d6af87;
  color: #ffffff !important;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.footer_m1 .btn_footer:hover {
  background-color: #d6af87;
  color: #1f191e !important;
  border-color: #d6af87;
}
.footer_m1 .btn_footer.btn_footer_solid, .footer_m1 .btn_footer:last-child {
  background-color: #d6af87;
  color: #1f191e !important;
  border-color: #d6af87;
}
.footer_m1 .btn_footer.btn_footer_solid:hover, .footer_m1 .btn_footer:last-child:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #a76346 !important;
}
.copyright_m1 {
  background-color: #1f191e;
  text-align: center;
  padding: 16px 24px;
  font-family: "Lexend Exa", sans-serif;
  font-size: 12px;
  color: #8f8c8e;
}
.copyright_m1 a {
  color: #d6af87;
  text-decoration: none;
}
.copyright_m1 a:hover {
  color: #ffffff;
}
body {
  font-family: "Lexend Deca", sans-serif, sans-serif;
  font-size: 14px;
  color: #353034;
  font-weight: 400;
  line-height: 1.3125rem;
  background-color: #fbf7f3;
}
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;
  }
}
.gm-nav-content-wrapper {
  will-change: inherit !important;
}
:target {
  scroll-margin-top: 130px;
}
/******************************
* Titres principaux
******************************/
.titre_1, .titre_1b {
  position: relative;
  font-size: clamp(1.375rem, 5vw, 2.5rem);
  color: #1f191e;
  font-family: "Cormorant Garamond", serif;
  position: relative;
  font-weight: 400;
  padding-bottom: 1.5rem;
  position: relative;
}
.titre_1::before, .titre_1b::before {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  bottom: 0 !important;
  left: 0 !important;
  height: 1rem;
  width: 12rem;
  background-image: url("/wp-content/uploads/2026/04/barre-titre-orange.svg");
  background-size: 100%;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  z-index: 1;
}
.titre_1 .elementor-heading-title, .titre_1b .elementor-heading-title {
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .titre_1 br, .titre_1b br {
    display: none;
  }
}
.titre_1 strong, .titre_1 b, .titre_1b strong, .titre_1b b {
  font-weight: 600;
}
.titre_1b::before {
  left: 50% !important;
  transform: translateX(-50%);
}
.titre_2 {
  position: relative;
  font-size: clamp(1.75rem, 5vw, 2.25rem);
  color: #1f191e;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
}
.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-weight: 600;
}
.titre_2b {
  position: relative;
  font-size: clamp(1.75rem, 5vw, 2.25rem);
  color: #1f191e;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  padding-bottom: 1.5rem;
  position: relative;
}
.titre_2b::before {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%);
  height: 1rem;
  width: 12rem;
  background-image: url("/wp-content/uploads/2026/04/barre-titre-orange.svg");
  background-size: 100%;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  z-index: 1;
}
.titre_2b .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .titre_2b br {
    display: none;
  }
}
.titre_2b strong, .titre_2b b {
  font-weight: 600;
}
.titre_2c {
  position: relative;
  font-size: clamp(1.75rem, 5vw, 2.25rem);
  color: #1f191e;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  padding-bottom: 1.5rem;
  position: relative;
}
.titre_2c::before {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  bottom: 0 !important;
  left: 0% !important;
  transform: translateX(0%);
  height: 1rem;
  width: 12rem;
  background-image: url("/wp-content/uploads/2026/04/barre-titre-orange.svg");
  background-size: 100%;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  z-index: 1;
}
.titre_2c .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .titre_2c br {
    display: none;
  }
}
.titre_2c strong, .titre_2c b {
  font-weight: 600;
}
.titre_2d {
  position: relative;
  font-size: clamp(1.75rem, 5vw, 2.25rem);
  color: #1f191e;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  padding-bottom: 1.5rem;
  position: relative;
}
.titre_2d::before {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%);
  height: 1rem;
  width: 12rem;
  background-image: url("/wp-content/uploads/2026/04/barre-titre-beige.svg");
  background-size: 100%;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  z-index: 1;
}
.titre_2d .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .titre_2d br {
    display: none;
  }
}
.titre_2d strong, .titre_2d b {
  font-weight: 600;
}
.titre_2e {
  position: relative;
  font-size: clamp(1.75rem, 5vw, 2.25rem);
  color: #1f191e;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  padding-bottom: 1.5rem;
  position: relative;
}
.titre_2e::before {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  bottom: 0 !important;
  left: 0% !important;
  height: 1rem;
  width: 12rem;
  background-image: url("/wp-content/uploads/2026/04/barre-titre-beige.svg");
  background-size: 100%;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  z-index: 1;
}
.titre_2e .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .titre_2e br {
    display: none;
  }
}
.titre_2e strong, .titre_2e b {
  font-weight: 600;
}
.titre_3 {
  position: relative;
  font-size: clamp(1.375rem, 5vw, 1.75rem);
  color: #1f191e;
  font-family: "Cormorant Garamond", serif;
  position: relative;
}
.titre_3 .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .titre_3 br {
    display: none;
  }
}
.titre_3 strong, .titre_3 b {
  font-weight: 600;
}
.titre_3b {
  position: relative;
  font-size: clamp(1.375rem, 5vw, 1.75rem);
  color: #1f191e;
  font-family: "Cormorant Garamond", serif;
  position: relative;
  padding-bottom: 1rem;
}
.titre_3b::before {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  bottom: 0 !important;
  left: 0 !important;
  height: 1rem;
  width: 7.5rem;
  background-image: url("/wp-content/uploads/2026/04/barre-titre-beige.svg");
  background-size: 100%;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  z-index: 1;
}
.titre_3b .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .titre_3b br {
    display: none;
  }
}
.titre_3b strong, .titre_3b b {
  font-weight: 600;
}
.titre_3c {
  position: relative;
  font-size: clamp(1.375rem, 5vw, 1.75rem);
  color: #1f191e;
  font-family: "Cormorant Garamond", serif;
  position: relative;
  padding-bottom: 1rem;
}
.titre_3c::before {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  bottom: 0 !important;
  left: 0 !important;
  height: 1rem;
  width: 7.5rem;
  background-image: url("/wp-content/uploads/2026/04/barre-titre-orange.svg");
  background-size: 100%;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  z-index: 1;
}
.titre_3c .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .titre_3c br {
    display: none;
  }
}
.titre_3c strong, .titre_3c b {
  font-weight: 600;
}
.titre_4 {
  position: relative;
  font-size: clamp(1.125rem, 5vw, 1.5rem);
  font-weight: 500;
  letter-spacing: -0.015rem;
  color: #1f191e;
  font-family: "Cormorant Garamond", serif;
}
.titre_4 .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .titre_4 br {
    display: none;
  }
}
.titre_4 strong, .titre_4 b {
  font-weight: 600;
}
/******************************
* Titres spe
******************************/
.bloc_bg_titre {
  position: relative;
  padding-top: 3.5rem;
}
.titre_bg_1 {
  text-align: center;
  font-family: "Cormorant Garamond";
  font-size: 5.625rem;
  font-size: clamp(3.125rem, 5vw, 5.625rem);
  font-style: normal;
  font-weight: 400;
  line-height: 5.625rem;
  /* 100% */
  color: #efdfcf;
  position: absolute !important;
  left: 50% !important;
  top: 0%;
  transform: translate(-50%, 0%);
  opacity: 0.8;
}
.titre_accroche_1 {
  position: relative;
  font-size: clamp(1.375rem, 5vw, 1.75rem);
  color: #4e534a;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 700;
  position: relative;
  padding-bottom: 1.5rem;
}
.titre_accroche_1::before {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%);
  height: 1rem;
  width: 12rem;
  background-image: url("/wp-content/uploads/2026/04/barre-titre-orange.svg");
  background-size: 100%;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  z-index: 1;
}
.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: 800;
}
.titre_accroche_1b {
  position: relative;
  font-size: clamp(1.375rem, 5vw, 1.75rem);
  color: #4e534a;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 700;
  position: relative;
  padding-bottom: 1.5rem;
}
.titre_accroche_1b::before {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%);
  height: 1rem;
  width: 12rem;
  background-image: url("/wp-content/uploads/2026/04/barre-titre-orange.svg");
  background-size: 100%;
  background-position: 0% 50%;
  background-repeat: no-repeat;
}
.titre_accroche_1b .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .titre_accroche_1b br {
    display: none;
  }
}
.titre_accroche_1b strong, .titre_accroche_1b b {
  font-weight: 800;
}
.titre_accroche_2 {
  position: relative;
  font-size: clamp(1.375rem, 5vw, 1.75rem);
  color: #4e534a;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 300;
  position: relative;
}
.titre_accroche_2 .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .titre_accroche_2 br {
    display: none;
  }
}
.titre_accroche_2 strong, .titre_accroche_2 b {
  font-weight: 800;
}
.titre_accroche_3 {
  position: relative;
  font-size: clamp(1.375rem, 5vw, 1.75rem);
  color: #6B3D32;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 300;
  position: relative;
  line-height: 1.4;
}
.titre_accroche_3 .elementor-heading-title {
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  .titre_accroche_3 br {
    display: none;
  }
}
.titre_accroche_3 strong, .titre_accroche_3 b {
  font-weight: 800;
}
/******************************
* Padding / margin spe
******************************/
.p_margin_0 p {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}
/******************************
* Couleur
******************************/
.txt_blanc {
  color: #ffffff;
}
/******************************
* link Couleur
******************************/
.link_color_1 a {
  transition: all 0.3s ease-in-out;
  color: #353034;
}
.link_color_1 a:hover {
  color: #353034;
  transition: all 0.3s ease-in-out;
}
.link_color_2 a {
  transition: all 0.3s ease-in-out;
  color: #a76346;
}
.link_color_2 a:hover {
  color: #353034;
  transition: all 0.3s ease-in-out;
}
.link_color_3 a {
  transition: all 0.3s ease-in-out;
  color: #353034;
}
.link_color_3 a:hover {
  color: #353034;
  transition: all 0.3s ease-in-out;
}
/******************************
* BLOCS
******************************/
.bg_degrad_1 {
  background: linear-gradient(0deg, #eeeded 0%, #f8f8f8 100%);
}
.bg_degrad_2 {
  background: linear-gradient(0deg, #eeeded 0%, #f8f8f8 100%);
}
.bg_spe_1 {
  background-color: #353034;
}
/******************************
* images
******************************/
svg {
  min-height: 6px;
  min-width: 6px;
}
.img_radius_1 {
  border-radius: 1rem;
  overflow: hidden;
}
.img_radius_ratio {
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 1;
}
/******************************
* Liste
******************************/
.liste_puce_1 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.liste_puce_1 ul li {
  padding-left: 15px;
  position: relative;
}
.liste_puce_1 ul li:before {
  content: "";
  position: absolute;
  display: block;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  top: 10px;
  left: 0%;
  background-color: #353034;
}
/******************************
* hero / ban home
******************************/
.marques_carrousel .swiper {
  overflow: visible !important;
}
.marques_carrousel .swiper-slide {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 0px 0px 0px rgba(214, 175, 135, 0.25);
}
.marques_carrousel .swiper-slide:hover {
  transform: scale(1.1);
  box-shadow: 0px 0px 4px 4px rgba(214, 175, 135, 0.45);
}
.swiper_marques {
  overflow: hidden !important;
}
.swiper_marques .swiper-slide {
  transform: none !important;
}
.swiper_marques .swiper {
  overflow: visible !important;
}
.swiper_marques .swiper .loop_marque {
  z-index: 1 !important;
}
.swiper_marques .swiper .loop_marque:hover {
  z-index: 2 !important;
}
.swiper_marques .swiper .loop_marque img {
  width: auto !important;
}
.services_carrousel .services_carrousel_content {
  padding-bottom: 2rem !important;
}
.services_carrousel .services_carrousel_content .btn_savoirplus {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
}
.services_carrousel .elementor-swiper-button-next {
  right: -25px !important;
}
.services_carrousel .elementor-swiper-button-prev {
  left: -25px !important;
}
.services_carrousel .swiper-slide .elementor-widget-image {
  overflow: hidden !important;
}
.services_carrousel .swiper-slide .elementor-widget-image img {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.services_carrousel .swiper-slide:hover .elementor-widget-image img {
  transform: scale(1.25);
}
.all-etapes {
  counter-reset: etapes-counter;
}
.all-etapes .bloc_etape_numb {
  counter-increment: etapes-counter;
  position: relative !important;
  border-radius: 0.5rem;
  overflow: hidden;
}
.all-etapes .bloc_etape_numb::before {
  content: counter(etapes-counter);
  font-family: "Cormorant Garamond", serif;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3.3125rem;
  height: 3rem;
  padding: 0.625rem;
  border-radius: 0 2.25rem 0 0;
  background-color: #fbf7f3;
  color: #a76346;
  font-weight: bold;
  font-size: 2.25rem;
}
.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: #d6af87 !important;
  display: flex;
  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: #1f191e !important;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.actu_social .elementor-social-icon:hover {
  background-color: #ffffff !important;
}
.actu_social .elementor-social-icon:hover i, .actu_social .elementor-social-icon:hover svg {
  color: #a76346 !important;
  fill: #a76346 !important;
}
/************************
* Page divers
*************************/
.ban_inte {
  min-height: 30rem !important;
}
.ban_inte .breadcrumbs {
  background-color: #ffffff;
  border: 1px solid #efdfcf;
  border-radius: 25px;
  font-size: 0.875rem;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  width: max-content;
  color: #a76346;
}
.ban_inte .breadcrumbs a {
  color: #a76346;
  transition: all 0.3s ease-in-out;
}
.ban_inte .breadcrumbs a:hover {
  color: #4e534a;
  transition: all 0.3s ease-in-out;
}
.ban_inte .breadcrumbs a:first-child {
  position: relative;
  padding-left: 1.375rem;
}
.ban_inte .breadcrumbs a:first-child::before {
  content: "";
  position: absolute;
  display: block;
  height: 1rem;
  width: 1rem;
  top: -1px;
  left: 0;
  background-color: #a76346;
  mask-image: url("/wp-content/uploads/2026/04/picto-home.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2026/04/picto-home.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
/************************
* Page marques
*************************/
.mf-filters-bar .mf-btn {
  border: 1.5px solid #a76346 !important;
  border-radius: 999px;
  background: transparent;
  color: #a76346 !important;
}
.mf-filters-bar .mf-btn:hover {
  background: #a76346 !important;
  color: #ffffff !important;
}
.mf-filters-bar .mf-btn.mf-btn--active {
  background: #a76346 !important;
  color: #ffffff !important;
}
.loop_marque {
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
  box-shadow: 0px 0px 0px 0px rgba(214, 175, 135, 0.45);
}
.loop_marque:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
  box-shadow: 0px 0px 4px 4px rgba(214, 175, 135, 0.45);
}
/************************
* Page contact
*************************/
.btn_coordonnees .elementor-button-link {
  background-color: transparent;
  color: #35302d;
  font-size: 0.9125rem;
  padding: 0px 0px;
  min-width: 200px;
  border: 0px solid #e6cfb7;
  border-radius: 0px;
  transition: all 0.3s ease-in-out;
}
.btn_coordonnees .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  gap: 10px !important;
}
.btn_coordonnees .elementor-button-link .elementor-button-content-wrapper .elementor-button-text {
  text-align: left !important;
}
.btn_coordonnees .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 20px;
  width: 20px;
  fill: #a76346;
  transition: all 0.3s ease-in-out;
}
.btn_coordonnees .elementor-button-link:visited, .btn_coordonnees .elementor-button-link:focus {
  color: #35302d;
}
.btn_coordonnees .elementor-button-link:visited svg, .btn_coordonnees .elementor-button-link:focus svg {
  fill: #a76346;
}
.btn_coordonnees .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  color: #a76346;
}
.btn_coordonnees .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #a76346 !important;
  transition: all 0.3s ease-in-out;
}
.btn_coordonnees_2 .elementor-button {
  background-color: transparent;
  color: #35302d;
  font-size: 0.9125rem;
  padding: 0px 0px;
  min-width: 200px;
  border: 0px solid #e6cfb7;
  border-radius: 0px;
  transition: all 0.3s ease-in-out;
}
.btn_coordonnees_2 .elementor-button .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  gap: 10px !important;
}
.btn_coordonnees_2 .elementor-button .elementor-button-content-wrapper .elementor-button-text {
  text-align: left !important;
}
.btn_coordonnees_2 .elementor-button .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 20px;
  width: 20px;
  fill: #a76346;
  transition: all 0.3s ease-in-out;
}
.btn_coordonnees_2 .elementor-button:hover {
  transition: all 0.3s ease-in-out;
  color: #35302d;
}
/************************
* Page remerciement contact
*************************/
#remerciement_content {
  padding: 6rem 0rem;
}
/************************
* Page Erreur 404
*************************/
#page404_content {
  padding: 6rem 0rem;
}
/************************
* Page de résultat de recherche
*************************/
.search_result_bloc {
  padding: 2rem 0rem;
}
/************************
* Page archive
*************************/
/*****************************************************************************************************************************
  * swiper
******************************************************************************************************************************/
.elementor-swiper-button {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  transition: all 0.3s ease-in-out;
  padding: 8px;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  top: 50% !important;
  transform: translateY(-50%);
  background-color: #fbf7f3;
}
.elementor-swiper-button svg {
  fill: #a76346 !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 50% !important;
  transition: all 0.3s ease-in-out;
  background-color: #efdfcf;
  padding: 8px;
}
.elementor-swiper-button:hover {
  transition: all 0.3s ease-in-out;
}
.elementor-swiper-button:hover svg {
  fill: #a76346 !important;
  background-color: #e6cfb7;
  transition: all 0.3s ease-in-out;
}
.elementor-swiper-button.swiper-button-lock {
  display: none !important;
}
/*****************************************************************************************************************************
  * pagination
******************************************************************************************************************************/
.elementor-post-navigation .elementor-post-navigation__prev a, .elementor-post-navigation .elementor-post-navigation__next a {
  color: #353034;
  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: #353034;
  transition: all 0.3s ease-in-out;
}
.elementor-post-navigation .post-navigation__arrow-prev i, .elementor-post-navigation .post-navigation__arrow-next i {
  color: #353034;
  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: #353034;
  transition: all 0.3s ease-in-out;
}
.elementor-pagination {
  padding: 3rem 1rem;
}
.elementor-pagination .page-numbers {
  background-color: #ffffff;
  color: #353034;
  width: 36px;
  height: 36px;
  display: inline-block;
  border: 1px solid #8f8c8e;
  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: #353034 !important;
  color: #ffffff !important;
  transition: all 0.3s ease-in-out;
  border: 1px solid #353034;
}
.elementor-pagination .current {
  background-color: #353034 !important;
  color: #ffffff !important;
  border: 1px solid #353034;
  transition: all 0.3s ease-in-out;
}
/*****************************************************************************************************************************
  * loop
******************************************************************************************************************************/
/************************
  * loop actu
*************************/
.loop_actu, .loop_actu_solo {
  position: relative;
}
.loop_actu > .e-con-inner, .loop_actu_solo > .e-con-inner {
  border: none;
  background-color: #ffffff !important;
  border-radius: 0.5rem !important;
  z-index: 2;
  box-shadow: 0px 0px 0px 0px rgba(31, 25, 30, 0);
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.loop_actu .loop_img, .loop_actu_solo .loop_img {
  overflow: hidden;
  border-radius: 8px 0px 0px 0px;
  height: 300px;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.loop_actu .loop_img img, .loop_actu_solo .loop_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.loop_actu .loop_content, .loop_actu_solo .loop_content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
}
.loop_actu .loop_content .loop_cat ul, .loop_actu_solo .loop_content .loop_cat ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.loop_actu .loop_content .loop_cat ul li, .loop_actu_solo .loop_content .loop_cat ul li {
  margin: 0;
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 3px 12px;
  background-color: #efdfcf;
  color: #cf521d !important;
  font-family: "Lexend Exa", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: underline;
  border-radius: 48px;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}
.loop_actu .loop_content .loop_titre a, .loop_actu_solo .loop_content .loop_titre a {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.375rem, 5vw, 1.875rem) !important;
  font-weight: 500;
  line-height: 1 !important;
  color: #1f191e !important;
  transition: all 0.3s ease-in-out;
}
.loop_actu .loop_content .loop_date, .loop_actu_solo .loop_content .loop_date {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "Lexend Exa", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: #a76346;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  gap: 10px;
}
.loop_actu .loop_content .loop_date svg, .loop_actu_solo .loop_content .loop_date svg {
  flex-shrink: 0;
  fill: #a76346;
}
.loop_actu .loop_content .btn_blog .elementor-button-link, .loop_actu_solo .loop_content .btn_blog .elementor-button-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 64px;
  border: 2px solid #a76346;
  background-color: transparent;
  color: #a76346;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.loop_actu .loop_content .btn_blog .elementor-button-link .elementor-button-content-wrapper, .loop_actu_solo .loop_content .btn_blog .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.loop_actu .loop_content .btn_blog .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon, .loop_actu_solo .loop_content .btn_blog .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin: 0;
}
.loop_actu .loop_content .btn_blog .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg, .loop_actu_solo .loop_content .btn_blog .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 16px;
  width: auto;
  fill: #a76346;
  transition: all 0.3s ease-in-out;
}
.loop_actu .loop_content .btn_blog .elementor-button-link .elementor-button-content-wrapper .elementor-button-text, .loop_actu_solo .loop_content .btn_blog .elementor-button-link .elementor-button-content-wrapper .elementor-button-text {
  display: none;
}
.loop_actu .loop_content .btn_blog .elementor-button-link:visited, .loop_actu .loop_content .btn_blog .elementor-button-link:focus, .loop_actu_solo .loop_content .btn_blog .elementor-button-link:visited, .loop_actu_solo .loop_content .btn_blog .elementor-button-link:focus {
  color: #a76346;
  border-color: #a76346;
}
.loop_actu .loop_content .btn_blog .elementor-button-link:hover, .loop_actu_solo .loop_content .btn_blog .elementor-button-link:hover {
  background-color: #a76346;
  border-color: #a76346;
  transition: all 0.3s ease-in-out;
}
.loop_actu .loop_content .btn_blog .elementor-button-link:hover .elementor-button-icon svg, .loop_actu_solo .loop_content .btn_blog .elementor-button-link:hover .elementor-button-icon svg {
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.loop_actu .btn_blog_2 .elementor-button-link, .loop_actu_solo .btn_blog_2 .elementor-button-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  border-radius: 64px;
  padding: 5px 10px !important;
  border: 2px solid #a76346;
  background-color: transparent;
  color: #a76346;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.loop_actu .btn_blog_2 .elementor-button-link .elementor-button-content-wrapper, .loop_actu_solo .btn_blog_2 .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.loop_actu .btn_blog_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon, .loop_actu_solo .btn_blog_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin: 0;
}
.loop_actu .btn_blog_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg, .loop_actu_solo .btn_blog_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 16px;
  width: auto;
  fill: #a76346;
  transition: all 0.3s ease-in-out;
}
.loop_actu .btn_blog_2 .elementor-button-link:visited, .loop_actu .btn_blog_2 .elementor-button-link:focus, .loop_actu_solo .btn_blog_2 .elementor-button-link:visited, .loop_actu_solo .btn_blog_2 .elementor-button-link:focus {
  color: #a76346;
  border-color: #a76346;
}
.loop_actu .btn_blog_2 .elementor-button-link:hover, .loop_actu_solo .btn_blog_2 .elementor-button-link:hover {
  background-color: #a76346;
  border-color: #a76346;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.loop_actu .btn_blog_2 .elementor-button-link:hover .elementor-button-icon svg, .loop_actu_solo .btn_blog_2 .elementor-button-link:hover .elementor-button-icon svg {
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.loop_actu:hover > .e-con-inner, .loop_actu_solo:hover > .e-con-inner {
  box-shadow: 0px 8px 40px 0px rgba(31, 25, 30, 0.15);
  transition: all 0.3s ease-in-out;
}
.loop_actu:hover .loop_img, .loop_actu_solo:hover .loop_img {
  transform: scale(1.25);
}
.loop_actu:hover .loop_titre a, .loop_actu_solo:hover .loop_titre a {
  color: #a76346 !important;
  transition: all 0.3s ease-in-out;
}
.loop_actu_solo .loop_img {
  border-radius: 8px 0px 0px 8px;
}
/************************
  * Page archives
*************************/
.ban_archive {
  min-height: 30rem !important;
}
.ban_archive .breadcrumbs {
  background-color: #ffffff;
  border: 1px solid #efdfcf;
  border-radius: 25px;
  font-size: 0.875rem;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  width: max-content;
  color: #a76346;
}
.ban_archive .breadcrumbs a {
  color: #a76346;
  transition: all 0.3s ease-in-out;
}
.ban_archive .breadcrumbs a:hover {
  color: #4e534a;
  transition: all 0.3s ease-in-out;
}
.ban_archive .breadcrumbs a:first-child {
  position: relative;
  padding-left: 1.375rem;
}
.ban_archive .breadcrumbs a:first-child::before {
  content: "";
  position: absolute;
  display: block;
  height: 1rem;
  width: 1rem;
  top: -1px;
  left: 0;
  background-color: #a76346;
  mask-image: url("/wp-content/uploads/2026/04/picto-home.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2026/04/picto-home.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.filtres_actu .e-filter-item {
  transition: all 0.3s ease-in-out;
}
.titre_archive {
  position: relative;
  font-size: clamp(1.375rem, 5vw, 2.5rem);
  color: #1f191e;
  font-family: "Cormorant Garamond", serif;
  position: relative;
  font-weight: 400;
  padding-bottom: 1.5rem;
  position: relative;
}
.titre_archive::before {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%);
  height: 1rem;
  width: 12rem;
  background-image: url("/wp-content/uploads/2026/04/barre-titre-orange.svg");
  background-size: 100%;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  z-index: 1;
}
.titre_archive .elementor-heading-title {
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .titre_archive br {
    display: none;
  }
}
.titre_archive strong, .titre_archive b {
  font-weight: 600;
}
/************************
* Page article
*************************/
.ban_actu {
  padding: 1rem 0rem !important;
}
.ban_actu .breadcrumbs {
  background-color: #ffffff;
  border-radius: 25px;
  font-size: 0.875rem;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  width: max-content;
  color: #a76346;
  border: 1px solid #efdfcf;
}
.ban_actu .breadcrumbs a {
  color: #a76346;
  transition: all 0.3s ease-in-out;
}
.ban_actu .breadcrumbs a:hover {
  color: #4e534a;
  transition: all 0.3s ease-in-out;
}
.ban_actu .breadcrumbs #breadcrumbs > span span:first-child a:first-child {
  position: relative;
  padding-left: 1.375rem;
}
.ban_actu .breadcrumbs #breadcrumbs > span span:first-child a:first-child::before {
  content: "";
  position: absolute;
  display: block;
  height: 1rem;
  width: 1rem;
  top: -1px;
  left: 0;
  background-color: #a76346;
  mask-image: url("/wp-content/uploads/2026/04/picto-home.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2026/04/picto-home.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.actu_date {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "Lexend Exa", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: #a76346;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  gap: 10px;
}
.actu_date svg {
  flex-shrink: 0;
  fill: #a76346;
}
.actu_cat ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.actu_cat ul li {
  margin: 0;
  display: inline-flex !important;
  align-items: center;
  height: 24px;
  padding: 3px 12px !important;
  background-color: #efdfcf;
  color: #cf521d !important;
  font-family: "Lexend Exa", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: underline;
  border-radius: 48px;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}
#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: #a76346;
  border-radius: 8px;
  z-index: 999;
  cursor: pointer;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  box-shadow: 1px 1px 3px rgba(53, 48, 45, 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: #4e534a;
  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;
}
.btn_cta_1 .elementor-button-link {
  background-color: transparent;
  color: #a76346;
  font-size: 0.8125rem;
  padding: 0px 20px;
  min-width: 200px;
  border: 1px solid;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
.btn_cta_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 !important;
}
.btn_cta_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 24px;
  width: 24px;
  fill: #a76346;
  transition: all 0.3s ease-in-out;
}
.btn_cta_1 .elementor-button-link:visited, .btn_cta_1 .elementor-button-link:focus {
  color: #a76346;
}
.btn_cta_1 .elementor-button-link:visited svg, .btn_cta_1 .elementor-button-link:focus svg {
  fill: #a76346;
}
.btn_cta_1 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: #d6af87;
  border: 1px solid #d6af87;
  color: #ffffff;
}
.btn_cta_1 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.btn_link_1 .elementor-button-link {
  background-color: transparent;
  color: #a76346;
  font-size: 0.8125rem;
  padding: 0px 20px;
  min-width: 200px;
  border: 1px solid;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
.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 !important;
}
.btn_link_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 14px;
  width: 14px;
  fill: #a76346;
  transition: all 0.3s ease-in-out;
}
.btn_link_1 .elementor-button-link:visited, .btn_link_1 .elementor-button-link:focus {
  color: #a76346;
}
.btn_link_1 .elementor-button-link:visited svg, .btn_link_1 .elementor-button-link:focus svg {
  fill: #a76346;
}
.btn_link_1 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: #d6af87;
  border: 1px solid #d6af87;
  color: #ffffff;
}
.btn_link_1 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.btn_link_2 .elementor-button-link {
  background-color: transparent;
  color: #e6cfb7;
  font-size: 0.8125rem;
  padding: 0px 20px;
  min-width: 200px;
  border: 1px solid #e6cfb7;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
.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 !important;
}
.btn_link_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 14px;
  width: 14px;
  fill: #e6cfb7;
  transition: all 0.3s ease-in-out;
}
.btn_link_2 .elementor-button-link:visited, .btn_link_2 .elementor-button-link:focus {
  color: #e6cfb7;
}
.btn_link_2 .elementor-button-link:visited svg, .btn_link_2 .elementor-button-link:focus svg {
  fill: #e6cfb7;
}
.btn_link_2 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: #e6cfb7;
  border: 1px solid #e6cfb7;
  color: #4e534a;
}
.btn_link_2 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #4e534a !important;
  transition: all 0.3s ease-in-out;
}
.btn_savoirplus .elementor-button-link {
  background-color: transparent;
  color: #a76346;
  font-size: 0.8125rem;
  padding: 0px 20px;
  border: 1px solid;
  border-radius: 32px;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
.btn_savoirplus .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: 38px;
  gap: 10px !important;
}
.btn_savoirplus .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 14px;
  width: 14px;
  fill: #a76346;
  transition: all 0.3s ease-in-out;
}
.btn_savoirplus .elementor-button-link:visited, .btn_savoirplus .elementor-button-link:focus {
  color: #a76346;
}
.btn_savoirplus .elementor-button-link:visited svg, .btn_savoirplus .elementor-button-link:focus svg {
  fill: #a76346;
}
.btn_savoirplus .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: #d6af87;
  border: 1px solid #d6af87;
  color: #ffffff;
}
.btn_savoirplus .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.btns_fix_wrapper {
  position: fixed !important;
  right: 15px !important;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  width: max-content !important;
}
.btn_fix_1 .elementor-button-link {
  display: flex;
  background-color: #d6af87;
  border: none;
  border-radius: 16px;
  width: 128px;
  padding: 16px 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-in-out;
  aspect-ratio: 1;
}
.btn_fix_1 .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
}
.btn_fix_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  width: 48px;
  height: 48px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.btn_fix_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-text {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 13px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  white-space: normal;
}
.btn_fix_1 .elementor-button-link:hover {
  background-color: #a76346;
  transition: all 0.3s ease-in-out;
}
.btn_fix_2 .elementor-button-link {
  display: flex;
  background-color: #cf521d;
  border: none;
  border-radius: 16px;
  width: 128px;
  padding: 16px 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-in-out;
}
.btn_fix_2 .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
}
.btn_fix_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  width: 32px;
  height: 32px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.btn_fix_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-text {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 13px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  white-space: normal;
}
.btn_fix_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-text span {
  font-size: 11px;
}
.btn_fix_2 .elementor-button-link:hover {
  background-color: #a24017;
  transition: all 0.3s ease-in-out;
}
.bloc_fix {
  position: fixed !important;
  top: 50%;
  padding: 0px !important;
  margin: 0px !important;
  width: 200px !important;
  z-index: 99999 !important;
  right: 0px !important;
}
@media screen and (max-width: 768px) {
  .bloc_fix {
    top: 80%;
  }
}
.btn_fix {
  right: -153px !important;
  transition-delay: 0s;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.btn_fix:hover {
  right: 0px !important;
  transition-delay: 1s;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.btn_fix .elementor-button-link {
  color: #ffffff;
  font-size: 14px;
  padding: 0px;
  min-width: 200px;
  transition: all 0.3s ease-in-out;
  border-radius: 4px 0px 0px 4px;
  overflow: hidden;
}
.btn_fix .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 44px;
  gap: 0px;
}
.btn_fix .elementor-button-link .elementor-button-content-wrapper .elementor-button-text {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  height: 44px;
  width: 100%;
  z-index: 2;
}
.btn_fix .elementor-button-link .elementor-button-content-wrapper .elementor-button-text:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 0%;
  top: 0%;
  left: 0%;
  transform: translateX(0%) translateY(0%);
  z-index: -1;
  transition-delay: 3s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn_fix .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  margin-right: 0px;
  height: 44px;
  width: 54px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.btn_fix .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 0%;
  top: 0%;
  left: 0%;
  transform: translateX(0%) translateY(0%);
  z-index: 1;
  transition-delay: 2s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn_fix .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: 20px;
  fill: #ffffff;
  z-index: 2;
}
.btn_fix .elementor-button-link:visited, .btn_fix .elementor-button-link:focus {
  color: #ffffff;
}
.btn_fix .elementor-button-link:visited svg, .btn_fix .elementor-button-link:focus svg {
  fill: #ffffff;
}
.btn_fix .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.btn_fix .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-text {
  position: relative;
  overflow: hidden;
}
.btn_fix .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-text:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  transform: translateX(0%) translateY(0%);
  transition-delay: 1s;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.btn_fix .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
}
.btn_fix .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  transform: translateX(0%) translateY(0%);
  transition-delay: 1s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.form_elementor .form-field-name {
  border: 1px solid #d6af87;
  height: 50px;
  border-radius: 0px;
}
.form_elementor .elementor-field-textual {
  border: 1px solid #d6af87;
  padding: 10px;
  background-color: transparent;
  color: 1px solid #353034;
  border-radius: 0px;
}
.form_elementor .elementor-field-label {
  color: #353034;
  font-size: 16px;
}
.form_elementor .elementor-field-type-acceptance a {
  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 #d6af87;
  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;
}
.form_elementor .elementor-button {
  text-align: center;
  background: transparent;
  border: 1px solid #a76346 !important;
  color: #a76346;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border-radius: 0.5rem;
}
.form_elementor .elementor-button:hover {
  background-color: #a76346;
  color: #ffffff;
  border: 1px solid #a76346 !important;
  transition: all 0.3s ease-in-out;
}
.form_elementor .elementor-button .elementor-button-text {
  font-size: 16px;
}
.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: #d6af87 !important;
  opacity: 1;
}
.form_elementor input::-moz-placeholder, .form_elementor textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #d6af87 !important;
  opacity: 1;
}
.form_elementor input::-ms-input-placeholder, .form_elementor textarea::-ms-input-placeholder {
  /* IE 10+ */
  color: #d6af87 !important;
  opacity: 1;
}
.form_elementor input::-moz-placeholder, .form_elementor textarea::-moz-placeholder {
  /* Firefox 18- */
  color: #d6af87 !important;
  opacity: 1;
}
.form_elementor input::placeholder, .form_elementor textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d6af87 !important;
  opacity: 1;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: 0px;
}
.input-hidden {
  height: 0;
  width: 0;
  overflow: hidden;
}
/******	 Radio - checkbox
************************************/
input[type="radio"] {
  height: 20px !important;
  width: 20px !important;
  border: 1px solid #353034;
  display: inline-block;
  margin: 0px 5px 0px 0px;
  border-radius: 50% !important;
}
input[type="radio"]:checked {
  position: relative;
}
input[type="radio"]:checked:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 16px;
  width: 16px;
  border-radius: 50%;
}
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
/******	 Upload field
************************************/
.elementor-field-type-upload input[type="file"] {
  color: #353034;
  cursor: pointer;
  position: relative;
  border-radius: 0px;
  padding: 1rem 1rem 1rem calc(2rem + 35px);
}
.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: #353034;
  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%;
}
.elementor-field-type-upload input[type="file"]::-webkit-file-upload-button {
  background: transparent;
  color: #353034;
  border: 0px;
  cursor: pointer;
}
/************************
* PLAN DU SITE
*************************/
#plan_du_site {
  margin-bottom: 2rem !important;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-section {
  padding: 1rem;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-title {
  border-bottom: 1px solid #3b414c;
  color: #3b414c;
  font-size: 32px;
  text-transform: uppercase;
  padding: 8px;
  margin-bottom: 1rem;
  font-family: "Cormorant Garamond", serif;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list {
  list-style: none;
}
@media screen and (min-width: 1024px) {
  #plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list {
    column-count: 3;
    column-gap: 30px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1024px) {
  #plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list {
    column-count: 2;
    column-gap: 30px;
  }
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list li {
  padding-left: 15px;
  margin-bottom: 10px;
  position: relative;
}
#plan_du_site .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;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list li a {
  transition: all 0.3s ease-in-out;
  color: #3b414c;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list li:hover a {
  color: #3b414c;
  letter-spacing: 0.4px;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list li:hover:before {
  border-radius: 50%;
  background-color: #3b414c;
  transition: all 0.3s ease-in-out;
}
/**Skip link - Lien raPide Accessibilité**/
.SkipLinks-item a {
  height: 1px;
  left: -999px;
  position: absolute;
  width: 1px;
}
.SkipLinks-item a:focus, .SkipLinks-item a:active {
  color: #ffffff;
  display: block;
  font-size: 1.2em;
  font-weight: 500;
  height: auto;
  left: 0;
  padding: 5px;
  position: absolute;
  width: auto;
  z-index: 1111;
}
.bloc_articles_similaires .uc_overlay_image_carousel .owl-stage-outer {
  height: 100%;
}
.bloc_articles_similaires .uc_overlay_image_carousel .owl-stage-outer .owl-stage {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: 100%;
}
.bloc_articles_similaires .uc_overlay_image_carousel .owl-stage-outer .owl-stage .owl-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-content: stretch;
}
.bloc_articles_similaires .uc_overlay_image_carousel .owl-stage-outer .owl-stage .owl-item .uc_carousel_item {
  height: 100%;
}
.bloc_articles_similaires .uc_overlay_image_carousel .owl-stage-outer .owl-stage .owl-item .uc_carousel_item .uc_image_carousel_content {
  padding: 20px 20px 50px 20px;
}
.bloc_articles_similaires .uc_overlay_image_carousel .owl-stage-outer .owl-stage .owl-item .uc_carousel_item .uc_image_carousel_content > div {
  padding-bottom: 10px;
}
.bloc_articles_similaires .uc_overlay_image_carousel .owl-stage-outer .owl-stage .owl-item .uc_carousel_item .uc_image_carousel_content .ue-item-btn-holder {
  position: absolute;
  bottom: 10px;
}
.bloc_articles_similaires .uc_overlay_image_carousel .owl-stage-outer .owl-stage .owl-item .uc_carousel_item .uc_image_carousel_content .ue-item-btn-holder .uc_more_btn {
  margin-top: 0px;
}
