@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: #000000;
}
.txt_primary {
  color: #000000;
}
.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: #eaeaea;
}
.txt_gris2 {
  color: #eaeaea;
}
.bg_gris3 {
  background-color: #777777;
}
.txt_gris3 {
  color: #777777;
}
.bg_gris4 {
  background-color: #333333;
}
.txt_gris4 {
  color: #333333;
}
.bg_color1 {
  background-color: #004E60;
}
.txt_color1 {
  color: #004E60;
}
.bg_color2 {
  background-color: #E6CFB7;
}
.txt_color2 {
  color: #E6CFB7;
}
.bg_color3 {
  background-color: #F9F0E8;
}
.txt_color3 {
  color: #F9F0E8;
}
.bg_color4 {
  background-color: #FFFBF7;
}
.txt_color4 {
  color: #FFFBF7;
}
.bg_color5 {
  background-color: #000000;
}
.txt_color5 {
  color: #000000;
}
.bg_color6 {
  background-color: #000000;
}
.txt_color6 {
  color: #000000;
}
/**
*
* 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;
  }
}
/************************
* Header & fix header
*************************/
header {
  position: absolute;
  margin: auto;
  display: block;
  z-index: 999999;
  width: 100%;
}
/************************
* Top header
*************************/
.header_btn .btn_top_1:nth-child(1) {
  border-right: 1px solid #ffffff;
  padding-right: 10px !important;
}
.btn_top_1 .elementor-button-link {
  background-color: transparent;
  color: #ffffff;
  font-size: 16px;
  padding: 0px 20px;
  border: 0px solid #ffffff;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
.btn_top_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: 34px;
}
.btn_top_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 20px;
  width: 30px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.btn_top_1 .elementor-button-link:visited, .btn_top_1 .elementor-button-link:focus {
  color: #ffffff;
}
.btn_top_1 .elementor-button-link:visited svg, .btn_top_1 .elementor-button-link:focus svg {
  fill: #ffffff;
}
.btn_top_1 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  color: #004E60;
}
.btn_top_1 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #004E60 !important;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .header_top .btn_top_1:nth-child(1) .elementor-button-text {
    display: none;
  }
}
/************************
* Header & fix header
*************************/
.header_m1 .gm-wrapper {
  width: 100%;
  z-index: 99;
  background-color: #ffffff !important;
  box-shadow: 0px 4px 9px 0px rgba(53, 48, 45, 0.15);
}
.header_m1 .gm-inner .gm-container {
  background-color: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .header_m1 .gm-inner .gm-container {
    height: 60px !important;
  }
}
.header_m1 .gm-inner .gm-container .gm-logo a {
  align-items: flex-start;
  height: 0px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 960px) {
  .header_m1 .gm-inner .gm-container .gm-logo a {
    width: 100px;
  }
}
.header_m1 .gm-inner .gm-container .gm-logo a img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: stretch;
  width: 100%;
}
.header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item__txt-wrapper {
  transition: none !important;
}
.header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item--lvl-0.gm-open {
  background-color: #ffffff;
  color: #004E60 !important;
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item--lvl-0.gm-open > .gm-anchor .gm-menu-item__txt-wrapper {
  color: #004E60 !important;
}
.header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item--lvl-0 > a {
  padding: 28px 10px;
  margin: 0;
  background-color: transparent;
  color: #35302d !important;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item--lvl-0 > a:hover, .header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item--lvl-0 > a:active {
  background-color: #ffffff;
  color: #004E60 !important;
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu-wrapper .gm-dropdown-menu {
  border-top: 3px solid #004E60 !important;
  background-color: #ffffff;
}
.header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-1, .header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-2 {
  padding-right: 0px !important;
  padding-left: 0px !important;
  font-size: 16px;
}
.header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-1.gm-open, .header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-2.gm-open {
  background-color: #ffffff;
  color: #004E60 !important;
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-1.gm-open > .gm-anchor .gm-menu-item__txt-wrapper, .header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-2.gm-open > .gm-anchor .gm-menu-item__txt-wrapper {
  color: #004E60 !important;
}
.header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-1 a:hover, .header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-1 a:active, .header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-2 a:hover, .header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-2 a:active {
  color: #004E60 !important;
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-1 .gm-dropdown-menu-wrapper .gm-dropdown-menu, .header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-2 .gm-dropdown-menu-wrapper .gm-dropdown-menu {
  border-top: 3px solid #004E60 !important;
  background-color: #ffffff;
}
.header_m1 .gm-inner .gm-main-menu-wrapper .gm-inner {
  transition: none !important;
}
.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);
}
.header_m1.fixed-header .gm-wrapper {
  background-color: rgba(53, 48, 45, 0.75);
  width: 100%;
  height: 60px !important;
  z-index: 99;
  transition: all 0.3s ease-in-out;
}
.header_m1.fixed-header .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item--lvl-0 > a {
  padding: 18px 10px;
  transition: all 0.3s ease-in-out;
}
.header_m1.fixed-header .gm-inner .gm-container {
  transition: all 0.3s ease-in-out;
  height: auto !important;
}
.header_m1.fixed-header .gm-inner .gm-container .gm-main-menu-wrapper {
  height: auto !important;
}
.header_m1.fixed-header .gm-inner .gm-container .gm-logo a {
  align-items: flex-start;
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 960px) {
  .header_m1.fixed-header .gm-inner .gm-container .gm-logo a {
    width: 100px;
  }
}
.header_m1.fixed-header .gm-inner .gm-container .gm-logo a img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 960px) {
  .header_m1.fixed-header .gm-inner .gm-container .gm-logo a img {
    height: 60px !important;
  }
}
.gm-menu-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 999999;
}
@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.menu_liste ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.menu_liste ul li {
  margin-bottom: 6px;
  position: relative;
}
.menu_liste ul li a {
  color: #004E60;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  padding-left: 20px;
  transition: all 0.3s ease-in-out;
}
.menu_liste ul li a:before {
  content: "";
  position: absolute;
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  top: 3px;
  left: 0%;
  background-color: #004E60;
  mask-image: url("/wp-content/uploads/2026/03/picto-fleche-footer.svg");
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2026/03/picto-fleche-footer.svg");
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.menu_liste ul li a:hover {
  color: #E6CFB7;
}
.sup_footer {
  background-color: #004E60;
  color: #ffffff;
  position: relative;
}
.sup_footer::before {
  content: "" !important;
  position: absolute !important;
  top: 0px !important;
  left: 0px !important;
  width: 100% !important;
  height: 18px !important;
  background: linear-gradient(90deg, #e6cfb7 0%, #e6cfb7 25%, rgba(230, 207, 183, 0) 25%, rgba(230, 207, 183, 0) 75%, #e6cfb7 75%, #e6cfb7 100%);
}
.sup_footer a {
  color: #ffffff;
}
.sup_footer a:hover {
  color: #E6CFB7;
}
.sup_footer .bloc_newsletter .e-con-inner {
  max-width: 100%;
}
.sup_footer .bloc_newsletter .footer_titre_newsletter {
  color: #ffffff;
  font-size: clamp(1.125rem, 5vw, 1.375rem);
  font-weight: 600;
  width: 20% !important;
}
@media screen and (max-width: 1024px) {
  .sup_footer .bloc_newsletter .footer_titre_newsletter {
    width: 100% !important;
  }
}
.form_newsletter {
  width: 100% !important;
  padding-bottom: 30px;
}
.form_newsletter .elementor-form-fields-wrapper {
  display: flex;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  justify-content: flex-start !important;
  align-items: center !important;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form_newsletter .elementor-form-fields-wrapper {
    flex-direction: column !important;
  }
}
.form_newsletter .elementor-field-type-email input {
  width: 100%;
  border-radius: 12px 0px 0px 12px !important;
  height: 60px !important;
  border: 0px !important;
}
@media screen and (max-width: 768px) {
  .form_newsletter .elementor-field-type-email input {
    border-radius: 12px 12px 0px 0px !important;
  }
}
.form_newsletter .elementor-field-type-acceptance, .form_newsletter .elementor-field-type-recaptcha_v3 {
  position: absolute;
  bottom: 0px;
}
.form_newsletter .elementor-field-type-submit button {
  border-radius: 0px 12px 12px 0px !important;
  background-color: #E6CFB7 !important;
  color: #004E60 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  height: 60px !important;
  text-transform: uppercase !important;
  cursor: pointer;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}
.form_newsletter .elementor-field-type-submit button:hover {
  background-color: #d9b691 !important;
  color: #ffffff !important;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 768px) {
  .form_newsletter .elementor-field-type-submit button {
    border-radius: 0px 0px 12px 12px !important;
  }
}
.form_newsletter input[type="checkbox"] {
  height: 14px !important;
  width: 14px !important;
  border: #E6CFB7;
  display: inline-block !important;
  margin: 0px 5px 0px 0px;
  border-radius: 0px !important;
}
.form_newsletter input[type="checkbox"]:checked {
  position: relative;
}
.form_newsletter input[type="checkbox"]:checked:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 14px;
  width: 14px;
  background-color: #E6CFB7;
}
.form_newsletter input::-webkit-input-placeholder, .form_newsletter textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #004E60 !important;
  opacity: 1 !important;
}
.form_newsletter input::-moz-placeholder, .form_newsletter textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #004E60 !important;
  opacity: 1 !important;
}
.form_newsletter input::-ms-input-placeholder, .form_newsletter textarea::-ms-input-placeholder {
  /* IE 10+ */
  color: #004E60 !important;
  opacity: 1 !important;
}
.form_newsletter input::-moz-placeholder, .form_newsletter textarea::-moz-placeholder {
  /* Firefox 18- */
  color: #004E60 !important;
  opacity: 1 !important;
}
.form_newsletter input::placeholder, .form_newsletter textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #004E60 !important;
  opacity: 1 !important;
}
.footer_m1 {
  background-color: #004E60;
  border: 0px;
}
.footer_m1 .e-con-inner {
  border-top: 1px solid #E6CFB7;
}
.footer_m1 .footer_logo {
  height: 90px !important;
}
.footer_m1 .footer_logo svg {
  fill: #000000;
  height: 90px !important;
  width: 100% !important;
}
.footer_m1 .footer_titre {
  color: #ffffff;
  font-size: clamp(1.125rem, 2.5vw, 1.375rem);
  font-weight: 600;
}
.footer_m1 p {
  color: #ffffff;
}
.footer_m1 a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.footer_m1 a:hover {
  color: #E6CFB7;
  transition: all 0.3s ease-in-out;
}
.footer_m1 .elementor-social-icon {
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 50% !important;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
  margin: 2px;
}
@media screen and (max-width: 960px) {
  .footer_m1 .elementor-social-icon {
    font-size: 14px;
  }
}
.footer_m1 .elementor-social-icon svg {
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.footer_m1 .elementor-social-icon:hover {
  border: 1px solid #E6CFB7;
  transition: all 0.3s ease-in-out;
}
.footer_m1 .elementor-social-icon:hover svg {
  fill: #E6CFB7;
  transition: all 0.3s ease-in-out;
}
.footer_m1 .footer_liste ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.footer_m1 .footer_liste ul li {
  margin-bottom: 6px;
}
.footer_m1 .footer_liste ul li a {
  color: #ffffff;
  padding-left: 20px;
  position: relative;
}
.footer_m1 .footer_liste ul li a:before {
  content: "";
  position: absolute;
  display: block;
  height: 10px;
  width: 14px;
  top: 6px;
  left: 0%;
  background-color: #ffffff;
  mask-image: url("/wp-content/uploads/2026/03/picto-fleche-footer.svg");
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2026/03/picto-fleche-footer.svg");
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.footer_m1 .footer_liste ul li a:hover {
  color: #E6CFB7;
}
.footer_m1 .footer_liste ul li a:hover:before {
  background-color: #E6CFB7;
}
.copyright_m1 {
  background-color: #004E60;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
}
.copyright_m1 .e-con-inner {
  border-top: 1px solid #E6CFB7;
}
.copyright_m1 p {
  color: #ffffff;
}
.copyright_m1 a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.copyright_m1 a:hover {
  color: #E6CFB7;
  transition: all 0.3s ease-in-out;
}
.btn_footer .elementor-button-link {
  background-color: transparent;
  border: 0px solid transparent;
  color: #ffffff;
  font-size: 15px;
  padding: 0px;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  text-align: left;
  line-height: 1.2;
}
.btn_footer .elementor-button-link br {
  display: none;
}
.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;
  height: 36px;
}
.btn_footer .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: 30px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.btn_footer .elementor-button-link:visited, .btn_footer .elementor-button-link:focus {
  color: #ffffff;
}
.btn_footer .elementor-button-link:visited svg, .btn_footer .elementor-button-link:focus svg {
  fill: #ffffff;
}
.btn_footer .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 0px solid transparent;
  color: #E6CFB7;
}
.btn_footer .elementor-button-link:hover .elementor-button-content-wrapper:before {
  height: 5px;
}
.btn_footer .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #E6CFB7 !important;
  transition: all 0.3s ease-in-out;
}
body {
  font-family: "Roboto", sans-serif, sans-serif;
  font-size: 17px;
  color: #000000;
  font-weight: 400;
}
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_2 {
  position: relative;
  font-size: clamp(1.875rem, 5vw, 2.375rem);
  color: #000000;
  font-family: "Poppins", sans-serif;
  position: relative;
  padding: 1rem 1rem 1rem 2rem;
  font-weight: 700;
  letter-spacing: -0.05em;
}
.titre_2::before {
  content: "" !important;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 6px;
  height: 100%;
  background-color: #E6CFB7;
}
.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: 700;
}
.titre_2 span {
  color: #E6CFB7;
}
.titre_2_blanc {
  position: relative;
  font-size: clamp(1.875rem, 5vw, 2.375rem);
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  position: relative;
  padding: 1rem 1rem 1rem 2rem;
  font-weight: 700;
  letter-spacing: -0.05em !important;
}
.titre_2_blanc::before {
  content: "" !important;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 6px;
  height: 100%;
  background-color: #E6CFB7;
}
.titre_2_blanc .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .titre_2_blanc br {
    display: none;
  }
}
.titre_2_blanc strong, .titre_2_blanc b {
  font-weight: 700;
}
.titre_2_blanc span {
  color: #E6CFB7;
}
.titre_3 {
  position: relative;
  font-size: clamp(1.375rem, 5vw, 1.5rem);
  color: #000000;
  font-family: "Poppins", sans-serif;
  position: relative;
  font-weight: 700;
}
.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: 700;
}
.titre_3 span {
  color: #E6CFB7;
}
.titre_3_blanc {
  position: relative;
  font-size: clamp(1.375rem, 5vw, 1.5rem);
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  position: relative;
  font-weight: 700;
}
.titre_3_blanc .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .titre_3_blanc br {
    display: none;
  }
}
.titre_3_blanc strong, .titre_3_blanc b {
  font-weight: 700;
}
.titre_3_blanc span {
  color: #E6CFB7;
}
strong {
  font-weight: 600;
}
/******************************
* Titres spe
******************************/
.titre_spe_1 {
  position: relative;
  font-size: clamp(1.375rem, 5vw, 1.75rem);
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.titre_spe_1 .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .titre_spe_1 br {
    display: none;
  }
}
.titre_spe_1 strong, .titre_spe_1 b {
  font-weight: 700;
}
.titre_spe_1 span {
  color: #E6CFB7;
}
/******************************
* Padding / margin spe
******************************/
.p_margin_0 p {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}
/******************************
* Couleur
******************************/
.txt_blanc {
  color: #ffffff;
}
/******************************
* link Couleur
******************************/
.link_color1 a {
  transition: all 0.3s ease-in-out;
  color: #004E60;
}
.link_color1 a:hover {
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.link_color2 a {
  transition: all 0.3s ease-in-out;
  color: #E6CFB7;
}
.link_color2 a:hover {
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.link_color3 a {
  transition: all 0.3s ease-in-out;
  color: #F9F0E8;
}
.link_color3 a:hover {
  color: #000000;
  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: #000000;
}
.bg_matiere_1 {
  background-color: #004E60;
  position: relative;
}
.bg_matiere_1::before {
  content: "" !important;
  position: absolute !important;
  top: 0px !important;
  left: 0px !important;
  width: 100% !important;
  height: 100% !important;
  background-image: url("/wp-content/uploads/2026/03/motif-repeat-fond.png");
  background-repeat: repeat;
  background-size: 20%;
  opacity: 0.35 !important;
}
.bg_matiere_2 {
  background-color: #F9F0E8;
  position: relative;
}
.bg_matiere_2::before {
  content: "" !important;
  position: absolute !important;
  top: 0px !important;
  left: 0px !important;
  width: 100% !important;
  height: 100% !important;
  background-image: url("/wp-content/uploads/2026/03/motif-repeat-fond.png");
  background-repeat: repeat;
  background-size: 20%;
  opacity: 0.75 !important;
}
/******************************
* images
******************************/
svg {
  min-height: 6px;
  min-width: 6px;
}
.box_ombre {
  box-shadow: 0px 0px 15px 10px #00000020;
}
.img_brd {
  border-radius: 12px;
  overflow: hidden;
}
.img_brd_1 {
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid #004E60;
}
.img_brd_2 {
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid #E6CFB7;
}
/******************************
* Liste
******************************/
.liste_puce_1 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 1rem !important;
}
.liste_puce_1 ul li {
  padding-left: 20px;
  position: relative;
}
.liste_puce_1 ul li:before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: 6px;
  left: 0;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cline x1='1' y1='5' x2='8' y2='5' stroke='%23004E60' stroke-width='1.2' stroke-linecap='round'/%3E%3Cpolyline points='5,2 8,5 5,8' fill='none' stroke='%23004E60' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.liste_puce_2 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 1rem !important;
}
.liste_puce_2 ul li {
  padding-left: 20px;
  position: relative;
}
.liste_puce_2 ul li:before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: 6px;
  left: 0;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cline x1='1' y1='5' x2='8' y2='5' stroke='%23E6CFB7' stroke-width='1.2' stroke-linecap='round'/%3E%3Cpolyline points='5,2 8,5 5,8' fill='none' stroke='%23E6CFB7' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
/******************************
* hero / ban home
******************************/
.ban_home {
  position: relative;
}
.ban_home::after {
  content: "" !important;
  position: absolute !important;
  bottom: 0px !important;
  left: 0px !important;
  width: 100% !important;
  height: 18px !important;
  background: linear-gradient(90deg, #e6cfb7 0%, #e6cfb7 25%, rgba(230, 207, 183, 0) 25%, rgba(230, 207, 183, 0) 75%, #e6cfb7 75%, #e6cfb7 100%);
}
.ban_home .e-con-inner {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  min-height: 100vh;
}
.ban_home .e-con-inner .ban_suptitre {
  font-size: clamp(0.938rem, 5vw, 0.938rem);
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.ban_home .e-con-inner .ban_titre {
  color: #ffffff;
  font-weight: 600;
  font-size: clamp(2.1rem, 5vw, 4.75rem);
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .ban_home .e-con-inner .ban_titre {
    text-align: center;
  }
}
.ban_home .e-con-inner .ban_titre .elementor-heading-title {
  line-height: 1.1;
}
@media screen and (max-width: 960px) {
  .ban_home .e-con-inner .ban_titre br {
    display: none;
  }
}
.ban_home .e-con-inner .ban_titre strong {
  font-weight: 600;
}
.ban_home .e-con-inner .ban_titre span {
  color: #E6CFB7;
  font-weight: 600;
}
.ban_home .e-con-inner .ban_desc {
  color: #ffffff;
}
.ban_home .e-con-inner .breadcrumbs {
  text-align: center;
  color: #ffffff;
}
.ban_home .e-con-inner .breadcrumbs a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.ban_home .e-con-inner .breadcrumbs a:hover {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.loop_lieu {
  overflow: hidden !important;
}
.loop_lieu .loop_lieu_titre {
  font-size: clamp(1.375rem, 5vw, 1.75rem);
  color: #ffffff;
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transition: all 0.35s ease-in-out !important;
  transform: translateX(-50%) translateY(-50%);
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  transition-delay: 0.35s !important;
}
.loop_lieu .loop_lieu_localisation {
  color: #ffffff;
}
.loop_lieu .loop_lieu_grille {
  color: #ffffff;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.loop_lieu .loop_lieu_grille .elementor-icon-list-item {
  border: 1px solid #ffffff;
  padding: 4px;
}
.loop_lieu .loop_lieu_grille .elementor-icon-list-item .elementor-icon-list-icon svg {
  height: 26px;
  width: 26px;
}
.loop_lieu .btn_cta_1 {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%) translateY(150%);
  transition-delay: 0.45s;
}
.loop_lieu:hover .loop_lieu_titre {
  top: 10% !important;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.5s ease-in-out;
  transition-delay: 0s !important;
}
.loop_lieu:hover .loop_lieu_grille {
  opacity: 1;
  transition: all 0.5s ease-in-out;
  transition-delay: 0.35s;
}
.loop_lieu:hover .btn_cta_1 {
  transform: translateX(-50%) translateY(0%);
  transition-delay: 0.35s;
}
.all_bloc_numbers {
  counter-reset: my-awesome-counter;
  position: relative;
}
.all_bloc_numbers .bloc_number {
  counter-increment: my-awesome-counter;
  position: relative;
  padding-left: 80px;
  min-height: 60px;
}
.all_bloc_numbers .bloc_number p:nth-child(1) {
  margin-top: 6px;
  margin-bottom: 0px;
}
.all_bloc_numbers .bloc_number:before {
  content: counter(my-awesome-counter) "";
  position: absolute;
  display: block;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  font-weight: 900;
  top: 0%;
  left: 0%;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #004E60;
  transition: all 0.3s ease-in-out;
  color: #004E60;
}
.boxcol_degrad {
  border-radius: 10px !important;
  overflow: hidden !important;
  position: relative;
}
.boxcol_degrad::before {
  content: "" !important;
  position: absolute !important;
  top: 0px !important;
  left: 0px !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(0deg, #004e60 0%, rgba(0, 78, 96, 0) 60%);
}
.catalogue_titre {
  font-size: clamp(1.375rem, 5vw, 2.375rem);
  color: #004E60;
  font-weight: 900;
}
.catalogue_btn .elementor-button-link {
  background-color: #004E60;
  color: #ffffff;
  font-size: 14px;
  padding: 0px 15px;
  height: 190px;
  aspect-ratio: 1;
  border: 0px solid transparent !important;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  border-radius: 50% !important;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15) !important;
  transform: translateY(0px);
}
.catalogue_btn .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  z-index: 2;
  position: relative;
  height: 100%;
}
.catalogue_btn .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-bottom: 8px;
}
.catalogue_btn .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 40px;
  width: 40px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.catalogue_btn .elementor-button-link:visited, .catalogue_btn .elementor-button-link:focus {
  color: #ffffff;
}
.catalogue_btn .elementor-button-link:visited svg, .catalogue_btn .elementor-button-link:focus svg {
  fill: #ffffff;
}
.catalogue_btn .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: #d9b691;
  border: 0px solid transparent;
  color: #ffffff;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.35) !important;
  transform: translateY(-4px);
}
.catalogue_btn .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.bloc_actus .swiper-slide {
  padding: 1rem !important;
}
/* État fermé */
.content_sp1 {
  overflow: hidden;
  max-height: 120px;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-mask-image 0.4s ease, mask-image 0.4s ease;
  -webkit-mask-image: linear-gradient(to bottom, black 40%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 40%, transparent 100%);
}
/* État ouvert */
.content_sp1.is-open {
  max-height: 1000px;
  transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-mask-image 0.3s ease 0.1s, mask-image 0.3s ease 0.1s;
  -webkit-mask-image: linear-gradient(to bottom, black 100%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 100%, transparent 100%);
}
/* Chevron */
.btn_content_sp1 .elementor-button-icon {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn_content_sp1.is-open .elementor-button-icon {
  transform: rotate(90deg);
}
.btn_content_sp1 .elementor-button-link {
  background-color: transparent;
  color: #004E60;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  padding: 0px 0px;
  border: 0px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px;
  transition: all 0.3s ease-in-out;
}
.btn_content_sp1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 50px;
  width: 50px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
  transform: rotate(45deg);
}
.btn_content_sp1 .elementor-button-link:visited, .btn_content_sp1 .elementor-button-link:focus {
  color: #004E60;
}
.btn_content_sp1 .elementor-button-link:visited svg, .btn_content_sp1 .elementor-button-link:focus svg {
  fill: #004E60;
}
.btn_content_sp1 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 0px;
  color: #E6CFB7;
}
.btn_content_sp1 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #E6CFB7 !important;
  transition: all 0.3s ease-in-out;
  transform: rotate(0deg);
}
/************************
* Page divers
*************************/
/************************
  * Page archives
*************************/
.ban_inte {
  padding: 1rem 1rem 4rem 1rem !important;
  position: relative;
}
.ban_inte::after {
  content: "" !important;
  position: absolute !important;
  bottom: 0px !important;
  left: 0px !important;
  width: 100% !important;
  height: 18px !important;
  background: linear-gradient(90deg, #e6cfb7 0%, #e6cfb7 25%, rgba(230, 207, 183, 0) 25%, rgba(230, 207, 183, 0) 75%, #e6cfb7 75%, #e6cfb7 100%);
}
.ban_inte .e-con-inner {
  min-height: 540px;
}
.ban_inte .breadcumbs_fix {
  position: absolute !important;
  top: 150px !important;
  left: 0px;
}
.ban_inte .ban_meta .ban_cat .elementor-post-info__terms-list-item {
  color: #ffffff;
  font-size: 16px;
  background-color: #E6CFB7;
  padding: 6px 12px;
  text-transform: uppercase;
}
.ban_inte .ban_titre {
  position: relative;
  font-size: calc(26px + (44 - 26) * ((100vw - 300px) / (2560 - 300)));
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}
.ban_inte .ban_titre .elementor-heading-title {
  line-height: 1.2 !important;
}
.ban_inte .ban_desc {
  position: relative;
  font-size: calc(15px + (18 - 15) * ((100vw - 300px) / (2560 - 300)));
  color: #ffffff;
}
.ban_inte .breadcrumbs span {
  color: #ffffff;
}
.ban_inte .breadcrumbs span span {
  border: 1px solid #E6CFB7;
  color: #ffffff;
  background-color: transparent;
  border-radius: 25px;
  padding: 5px 10px;
  transition: all 0.3s ease-in-out;
}
.ban_inte .breadcrumbs span span a {
  color: #ffffff !important;
}
.ban_inte .breadcrumbs span span:hover {
  background-color: #E6CFB7;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.ban_inte .breadcrumbs span span:hover a {
  color: #ffffff !important;
}
.ban_inte .breadcrumbs span .breadcrumb_last:hover {
  background-color: transparent !important;
}
/************************
* Page lieu
*************************/
.btn_lieu_info .elementor-button {
  background-color: transparent;
  color: #ffffff;
  font-size: 18px;
  padding: 0px 0px;
  border: 0px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px;
  transition: all 0.3s ease-in-out;
}
.btn_lieu_info .elementor-button .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 30px;
}
.btn_lieu_info .elementor-button .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.btn_lieu_info .elementor-button .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 20px;
  width: 20px;
  fill: #E6CFB7;
  transition: all 0.3s ease-in-out;
}
.lieu_info_picto svg {
  height: 70px !important;
  width: auto !important;
}
.lieu_info_picto_2 svg {
  height: 70px !important;
  width: auto !important;
}
.lieu_info_titre {
  font-weight: 600;
  font-size: 18px;
}
.lieu_info_desc {
  font-size: 15px;
}
/************************
* 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;
  transition: all 0.3s ease-in-out;
}
.elementor-swiper-button svg {
  fill: #F2F2F2 !important;
  width: 40px !important;
  height: 14px !important;
  transition: all 0.3s ease-in-out;
}
.elementor-swiper-button:hover {
  transition: all 0.3s ease-in-out;
}
.elementor-swiper-button:hover svg {
  fill: #000000 !important;
  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: #000000;
  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: #004E60;
  transition: all 0.3s ease-in-out;
}
.elementor-post-navigation .post-navigation__arrow-prev i, .elementor-post-navigation .post-navigation__arrow-next i {
  color: #000000;
  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: #004E60;
  transition: all 0.3s ease-in-out;
}
.elementor-pagination {
  padding: 3rem 1rem;
}
.elementor-pagination .page-numbers {
  background-color: #ffffff;
  color: #000000;
  width: 36px;
  height: 36px;
  display: inline-block;
  border: 1px solid #eaeaea;
  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: #004E60 !important;
  color: #ffffff !important;
  transition: all 0.3s ease-in-out;
  border: 1px solid #004E60;
}
.elementor-pagination .current {
  background-color: #004E60 !important;
  color: #ffffff !important;
  border: 1px solid #004E60;
  transition: all 0.3s ease-in-out;
}
/*****************************************************************************************************************************
  * loop
******************************************************************************************************************************/
/************************
  * loop actu
*************************/
.loop_actu {
  position: relative;
}
.loop_actu > .e-con-inner {
  border: 2px solid transparent;
  background-color: #ffffff;
  z-index: 2;
  box-shadow: 0px 0px 0px 0px rgba(53, 48, 45, 0.25);
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  padding: 0px !important;
  border-radius: 10px !important;
  overflow: hidden;
}
.loop_actu .filtre_articles_name {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #E6CFB7;
  color: #000000;
  padding: 4px 8px;
  font-weight: 600;
  font-size: 12px;
}
.loop_actu .loop_img {
  overflow: hidden;
}
.loop_actu .loop_content .loop_date {
  font-size: 11px;
  font-weight: 500;
  background-color: transparent;
  color: #004E60;
  padding: 4px 8px;
}
.loop_actu .loop_content .loop_cat ul li {
  margin: 2px;
}
.loop_actu .loop_content .loop_cat ul li a {
  color: #004E60;
  font-size: 12px;
  font-weight: 500;
  background-color: transparent;
  padding: 4px 8px;
  border-radius: 25px;
  border: 1px solid #004E60;
  transition: all 0.3s ease-in-out;
}
.loop_actu .loop_content .loop_cat ul li a:hover {
  border: 1px solid #E6CFB7;
  background-color: #E6CFB7;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.loop_actu .loop_content .loop_titre a {
  color: #004E60 !important;
  font-size: 20px !important;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1 !important;
  transition: all 0.3s ease-in-out;
}
.loop_actu .loop_content .loop_desc {
  color: #004E60;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
.loop_actu .loop_content .loop_desc p {
  margin-bottom: 0px;
}
.loop_actu .loop_content .btn_blog .elementor-button-link {
  background-color: transparent;
  color: #004E60;
  font-size: 12px;
  letter-spacing: 3px;
  font-family: "Poppins", sans-serif;
  padding: 0px 0px;
  border: 0px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.loop_actu .loop_content .btn_blog .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: 50px;
}
.loop_actu .loop_content .btn_blog .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.loop_actu .loop_content .btn_blog .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 50px;
  width: 50px;
  fill: #004E60;
  transition: all 0.3s ease-in-out;
  transform: rotate(45deg);
}
.loop_actu .loop_content .btn_blog .elementor-button-link:visited, .loop_actu .loop_content .btn_blog .elementor-button-link:focus {
  color: #004E60;
}
.loop_actu .loop_content .btn_blog .elementor-button-link:visited svg, .loop_actu .loop_content .btn_blog .elementor-button-link:focus svg {
  fill: #004E60;
}
.loop_actu:hover > .e-con-inner {
  box-shadow: 0px 0px 83px 0px rgba(53, 48, 45, 0.35);
  border: 2px solid #E6CFB7;
  transform: scale(1.03);
  transition: all 0.3s ease-in-out;
}
.loop_actu:hover .loop_titre {
  transition: all 0.3s ease-in-out;
}
.loop_actu:hover .loop_titre a {
  color: #004E60 !important;
  transition: all 0.3s ease-in-out;
}
.loop_actu:hover .btn_blog .elementor-button-link {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 0px;
  color: #E6CFB7 !important;
}
.loop_actu:hover .btn_blog .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #E6CFB7 !important;
  transition: all 0.3s ease-in-out;
  transform: rotate(0deg);
}
/************************
  * Page archives
*************************/
.ban_archive {
  padding: 1rem 1rem 4rem 1rem !important;
  position: relative;
}
.ban_archive::after {
  content: "" !important;
  position: absolute !important;
  bottom: 0px !important;
  left: 0px !important;
  width: 100% !important;
  height: 18px !important;
  background: linear-gradient(90deg, #e6cfb7 0%, #e6cfb7 25%, rgba(230, 207, 183, 0) 25%, rgba(230, 207, 183, 0) 75%, #e6cfb7 75%, #e6cfb7 100%);
}
.ban_archive .e-con-inner {
  min-height: 540px;
}
.ban_archive .breadcumbs_fix {
  position: absolute !important;
  top: 150px !important;
  left: 0px;
}
.ban_archive .ban_meta .ban_cat .elementor-post-info__terms-list-item {
  color: #ffffff;
  font-size: 16px;
  background-color: #E6CFB7;
  padding: 6px 12px;
  text-transform: uppercase;
}
.ban_archive .ban_titre {
  position: relative;
  font-size: calc(26px + (44 - 26) * ((100vw - 300px) / (2560 - 300)));
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}
.ban_archive .ban_titre .elementor-heading-title {
  line-height: 1.2 !important;
}
.ban_archive .ban_desc {
  position: relative;
  font-size: calc(15px + (18 - 15) * ((100vw - 300px) / (2560 - 300)));
  color: #ffffff;
}
.ban_archive .breadcrumbs span {
  color: #ffffff;
}
.ban_archive .breadcrumbs span span {
  border: 1px solid #E6CFB7;
  color: #ffffff;
  background-color: transparent;
  border-radius: 25px;
  padding: 5px 10px;
  transition: all 0.3s ease-in-out;
}
.ban_archive .breadcrumbs span span a {
  color: #ffffff !important;
}
.ban_archive .breadcrumbs span span:hover {
  background-color: #E6CFB7;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.ban_archive .breadcrumbs span span:hover a {
  color: #ffffff !important;
}
.ban_archive .breadcrumbs span .breadcrumb_last:hover {
  background-color: transparent !important;
}
/************************
* Page article
*************************/
.ban_inte_actu {
  padding: 1rem 1rem 4rem 1rem !important;
  position: relative;
}
.ban_inte_actu::after {
  content: "" !important;
  position: absolute !important;
  bottom: 0px !important;
  left: 0px !important;
  width: 100% !important;
  height: 18px !important;
  background: linear-gradient(90deg, #e6cfb7 0%, #e6cfb7 25%, rgba(230, 207, 183, 0) 25%, rgba(230, 207, 183, 0) 75%, #e6cfb7 75%, #e6cfb7 100%);
}
.ban_inte_actu .e-con-inner {
  min-height: 540px;
}
.ban_inte_actu .breadcumbs_fix {
  position: absolute !important;
  top: 150px !important;
  left: 0px;
}
.ban_inte_actu .ban_cat .elementor-post-info__terms-list-item {
  color: #ffffff;
  font-size: 16px;
  background-color: #E6CFB7;
  padding: 6px 12px;
  border-radius: 25px;
  text-transform: uppercase;
}
.ban_inte_actu .ban_date {
  font-size: 14px;
  color: #777777;
  border-bottom: 1px solid #eaeaea !important;
}
.ban_inte_actu .ban_titre {
  position: relative;
  font-size: calc(26px + (44 - 26) * ((100vw - 300px) / (2560 - 300)));
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}
.ban_inte_actu .ban_titre .elementor-heading-title {
  line-height: 1.2 !important;
}
.ban_inte_actu .ban_desc {
  position: relative;
  font-size: calc(15px + (18 - 15) * ((100vw - 300px) / (2560 - 300)));
  color: #ffffff;
}
.ban_inte_actu .breadcrumbs span {
  color: #ffffff;
}
.ban_inte_actu .breadcrumbs span span {
  border: 1px solid #E6CFB7;
  color: #ffffff;
  background-color: transparent;
  border-radius: 25px;
  padding: 5px 10px;
  transition: all 0.3s ease-in-out;
}
.ban_inte_actu .breadcrumbs span span a {
  color: #ffffff !important;
}
.ban_inte_actu .breadcrumbs span span:hover {
  background-color: #E6CFB7;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.ban_inte_actu .breadcrumbs span span:hover a {
  color: #ffffff !important;
}
.ban_inte_actu .breadcrumbs span .breadcrumb_last:hover {
  background-color: transparent !important;
}
.titre_event_2 {
  position: relative;
  font-size: clamp(1.375rem, 5vw, 1.75rem);
  color: #000000;
  font-family: "Poppins", sans-serif;
  position: relative;
  padding: 1rem 1rem 1rem 2rem;
  font-weight: 500;
}
.titre_event_2::before {
  content: "" !important;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 6px;
  height: 100%;
  background-color: #E6CFB7;
}
.titre_event_2 .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .titre_event_2 br {
    display: none;
  }
}
.titre_event_2 strong, .titre_event_2 b {
  font-weight: 600;
}
.titre_event_2 span {
  color: #E6CFB7;
  font-weight: 600;
}
.post_content {
  position: relative;
}
.post_content p a {
  color: #004E60;
  transition: all 0.3s ease-in-out;
}
.post_content p a:hover {
  color: #E6CFB7;
  transition: all 0.3s ease-in-out;
}
.post_titre_2 {
  position: relative;
  font-size: clamp(1.375rem, 5vw, 1.75rem);
  color: #000000;
  font-family: "Poppins", sans-serif;
  position: relative;
  padding: 1rem 1rem 1rem 2rem;
  font-weight: 500;
}
.post_titre_2::before {
  content: "" !important;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 6px;
  height: 100%;
  background-color: #E6CFB7;
}
.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-weight: 600;
}
.post_titre_2 span {
  color: #E6CFB7;
  font-weight: 600;
}
.post_titre_3 {
  position: relative;
  font-size: clamp(1.125rem, 5vw, 1.5rem);
  color: #004E60;
  font-family: "Poppins", sans-serif;
  position: relative;
  font-weight: 500;
}
.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: #E6CFB7;
  font-weight: 600;
}
.bloc_accroche_1 {
  position: relative;
  font-size: calc(18px + (18 - 18) * ((100vw - 300px) / (2560 - 300)));
  color: #ffffff;
  background-color: #004E60;
  padding: 2rem !important;
  font-family: "Poppins", sans-serif;
}
.bloc_resume {
  position: relative;
  font-size: calc(18px + (18 - 18) * ((100vw - 300px) / (2560 - 300)));
  color: #004E60;
  background-color: #F2F2F2;
  padding: 2rem !important;
  font-family: "Poppins", sans-serif;
}
#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: #E6CFB7;
  border-radius: 50%;
  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);
}
@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: #E6CFB7;
  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: #E6CFB7;
  color: #004E60;
  font-size: 14px;
  padding: 0px 20px;
  min-width: 200px;
  border: 1px solid #E6CFB7;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  border-radius: 25px !important;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15) !important;
  transform: translateY(0px);
}
.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;
  z-index: 2;
  position: relative;
}
.btn_cta_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: 40px;
  fill: #004E60;
  transition: all 0.3s ease-in-out;
}
.btn_cta_1 .elementor-button-link:visited, .btn_cta_1 .elementor-button-link:focus {
  color: #004E60;
}
.btn_cta_1 .elementor-button-link:visited svg, .btn_cta_1 .elementor-button-link:focus svg {
  fill: #004E60;
}
.btn_cta_1 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: #d9b691;
  border: 1px solid #ffffff;
  color: #ffffff;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.35) !important;
  transform: translateY(-4px);
}
.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_cta_2 .elementor-button-link {
  background-color: #004E60;
  color: #ffffff;
  font-size: 14px;
  padding: 0px 20px;
  min-width: 200px;
  border: 1px solid #E6CFB7;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  border-radius: 25px !important;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15) !important;
  transform: translateY(0px);
}
.btn_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: 44px;
  z-index: 2;
  position: relative;
}
.btn_cta_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: 40px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.btn_cta_2 .elementor-button-link:visited, .btn_cta_2 .elementor-button-link:focus {
  color: #ffffff;
}
.btn_cta_2 .elementor-button-link:visited svg, .btn_cta_2 .elementor-button-link:focus svg {
  fill: #ffffff;
}
.btn_cta_2 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: #007793;
  border: 1px solid #ffffff;
  color: #ffffff;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.35) !important;
  transform: translateY(-4px);
}
.btn_cta_2 .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: #004E60;
  font-size: 14px;
  padding: 0px 20px;
  min-width: 200px;
  border: 1px solid #004E60;
  border-radius: 25px;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15) !important;
  transform: translateY(0px);
}
.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;
}
.btn_link_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: 40px;
  fill: #004E60;
  transition: all 0.3s ease-in-out;
}
.btn_link_1 .elementor-button-link:visited, .btn_link_1 .elementor-button-link:focus {
  color: #004E60;
}
.btn_link_1 .elementor-button-link:visited svg, .btn_link_1 .elementor-button-link:focus svg {
  fill: #004E60;
}
.btn_link_1 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: #004E60;
  border: 1px solid #004E60;
  color: #ffffff;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.35) !important;
  transform: translateY(-4px);
}
.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: 14px;
  padding: 0px 20px;
  min-width: 200px;
  border: 1px solid #E6CFB7;
  border-radius: 25px;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15) !important;
  transform: translateY(0px);
}
.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;
}
.btn_link_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: 40px;
  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: #ffffff;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.35) !important;
  transform: translateY(-4px);
}
.btn_link_2 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.btn_link_3 .elementor-button-link {
  background-color: transparent;
  color: #ffffff;
  font-size: 14px;
  padding: 0px 20px;
  min-width: 200px;
  border: 1px solid #ffffff;
  border-radius: 25px;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15) !important;
  transform: translateY(0px);
}
.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;
}
.btn_link_3 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: 40px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.btn_link_3 .elementor-button-link:visited, .btn_link_3 .elementor-button-link:focus {
  color: #ffffff;
}
.btn_link_3 .elementor-button-link:visited svg, .btn_link_3 .elementor-button-link:focus svg {
  fill: #ffffff;
}
.btn_link_3 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #004E60;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.35) !important;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.35) !important;
  transform: translateY(-4px);
}
.btn_link_3 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #004E60 !important;
  transition: all 0.3s ease-in-out;
}
.btn_lirelasuite_1 .elementor-button-link {
  background-color: transparent;
  color: #ffffff;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  padding: 0px 0px;
  border: 0px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.btn_lirelasuite_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: 50px;
}
.btn_lirelasuite_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.btn_lirelasuite_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 50px;
  width: 50px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
  transform: rotate(45deg);
}
.btn_lirelasuite_1 .elementor-button-link:visited, .btn_lirelasuite_1 .elementor-button-link:focus {
  color: #ffffff;
}
.btn_lirelasuite_1 .elementor-button-link:visited svg, .btn_lirelasuite_1 .elementor-button-link:focus svg {
  fill: #ffffff;
}
.btn_lirelasuite_1 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 0px;
  color: #E6CFB7;
}
.btn_lirelasuite_1 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #E6CFB7 !important;
  transition: all 0.3s ease-in-out;
  transform: rotate(0deg);
}
.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 {
  background-color: #E6CFB7;
  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%);
  background-color: #004E60;
  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;
  background-color: #004E60;
  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%);
  background-color: #E6CFB7;
  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%);
  background-color: #004E60;
  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%);
  background-color: #E6CFB7;
  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 #E6CFB7 !important;
  height: 50px;
  border-radius: 0px;
}
.form_elementor .elementor-field-textual {
  border: 1px solid #E6CFB7 !important;
  padding: 10px;
  background-color: transparent;
  color: 1px solid #000000;
  border-radius: 0px;
}
.form_elementor .elementor-field-label {
  color: #004E60;
  font-size: 16px;
}
.form_elementor .elementor-field-type-acceptance a {
  color: #004E60;
  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 #E6CFB7 !important;
  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: #004E60;
}
.form_elementor .elementor-button {
  text-align: center;
  background: #004E60;
  border: 0px solid #000000;
  color: #000000;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: 1px;
}
.form_elementor .elementor-button:hover {
  background-color: #E6CFB7;
  color: #ffffff;
  border: 0px solid #000000;
  transition: all 0.3s ease-in-out;
}
.form_elementor .elementor-button .elementor-button-text {
  font-size: 18px;
}
.form_elementor .elementor-button:hover {
  letter-spacing: 10px;
}
.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: #004E60 !important;
  opacity: 1;
}
.form_elementor input::-moz-placeholder, .form_elementor textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #004E60 !important;
  opacity: 1;
}
.form_elementor input::-ms-input-placeholder, .form_elementor textarea::-ms-input-placeholder {
  /* IE 10+ */
  color: #004E60 !important;
  opacity: 1;
}
.form_elementor input::-moz-placeholder, .form_elementor textarea::-moz-placeholder {
  /* Firefox 18- */
  color: #004E60 !important;
  opacity: 1;
}
.form_elementor input::placeholder, .form_elementor textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #004E60 !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 #000000;
  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;
  background-color: #004E60;
  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: #004E60;
  cursor: pointer;
  position: relative;
  background-color: #E6CFB7;
  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: #004E60;
  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: #004E60;
  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 #004E60;
  color: #3b414c;
  font-size: 32px;
  text-transform: uppercase;
  padding: 8px;
  margin-bottom: 1rem;
  font-family: "playfair_display", 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: #004E60;
}
#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 {
  background: #004E60;
  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;
}
