@charset "UTF-8";
/************************
*
* PLAN DES SCSS
*
01 => CONFIG
02 => LAYOUT
03 => PAGES
04 => COMPOSANTS
05 => WOOCOMMERCE
*
*
*************************/
/******************************
* Colors : pour les couleurs
******************************/
/******************************
* Font : police de caractères
******************************/
/******************************
* Font : pour les titres
******************************/
/******************************
* Degrade : pour les backgrounds : ex : @include degrad_1;
******************************/
/******************************
* Radius : pour les bordures : ex : @include radius_1;
******************************/
/******************************
* Plan du site : pour le plan du site
******************************/
/******************************
* back to top color : pour le bouton back to top
******************************/
/* 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: #3b414c;
}
.txt_primary {
  color: #3b414c;
}
.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: #EEEEEE;
}
.txt_gris2 {
  color: #EEEEEE;
}
.bg_gris3 {
  background-color: #707070;
}
.txt_gris3 {
  color: #707070;
}
.bg_gris4 {
  background-color: #333333;
}
.txt_gris4 {
  color: #333333;
}
.bg_color1 {
  background-color: #02415d;
}
.txt_color1 {
  color: #02415d;
}
.bg_color2 {
  background-color: #00a29e;
}
.txt_color2 {
  color: #00a29e;
}
.bg_color3 {
  background-color: #7a6e66;
}
.txt_color3 {
  color: #7a6e66;
}
.bg_color4 {
  background-color: #BEB8B5;
}
.txt_color4 {
  color: #BEB8B5;
}
.bg_color5 {
  background-color: #02415d;
}
.txt_color5 {
  color: #02415d;
}
.bg_color6 {
  background-color: #02415d;
}
.txt_color6 {
  color: #02415d;
}
/**
*
* 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: !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: #333333 !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: !important;
  fill: !important;
}
/*****************************************************************************************************************************
  * Topo header bouton
******************************************************************************************************************************/
.btnheader_cta_1 .elementor-button-link {
  background-color: transparent;
  font-size: 0.8125rem;
  padding: 0px 10px;
  border: 1px solid;
  border-radius: 24px;
  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;
  transition: all 0.3s ease-in-out;
}
@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;
  border: 1px solid;
  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;
  font-size: 0.8125rem;
  padding: 0px 10px;
  border: 1px solid transparent;
  border-radius: 6px;
  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;
  transition: all 0.3s ease-in-out;
}
@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;
  border: 1px solid;
  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 {
  font-size: 0.8125rem;
  padding: 0px 10px;
  border: 1px solid;
  border-radius: 6px;
  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;
  transition: all 0.3s ease-in-out;
}
@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;
  border: 1px solid;
  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: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.125rem;
  /* 100% */
  letter-spacing: -0.0225rem;
  color: #ffffff;
  padding-bottom: 1rem;
  position: relative;
  text-transform: uppercase;
}
.menu_titre::after {
  content: "" !important;
  position: absolute;
  display: block;
  height: 2px;
  width: 11.875rem;
  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;
}
.menu_liste ul li a {
  color: #ffffff;
  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;
}
.menu_img {
  border-radius: 12px !important;
  overflow: hidden !important;
}
/*****************************************************************************************************************************
  * Menu panel
******************************************************************************************************************************/
.btn_panel_1 .elementor-button-link {
  background-color: transparent;
  color: #00a29e;
  font-size: 14px;
  padding: 0px 20px;
  border: 1px solid #00a29e;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
.btn_panel_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_panel_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.btn_panel_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: 40px;
  fill: #00a29e;
  transition: all 0.3s ease-in-out;
}
.btn_panel_1 .elementor-button-link:visited, .btn_panel_1 .elementor-button-link:focus {
  color: #00a29e;
}
.btn_panel_1 .elementor-button-link:visited svg, .btn_panel_1 .elementor-button-link:focus svg {
  fill: #00a29e;
}
.btn_panel_1 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: #00a29e;
  border: 1px solid #00a29e;
  color: #ffffff;
}
.btn_panel_1 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.btn_panel_2 .elementor-button-link {
  background-color: transparent;
  color: #00a29e;
  font-size: 14px;
  padding: 0px 20px;
  border: 1px solid #00a29e;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
.btn_panel_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_panel_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.btn_panel_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: 40px;
  fill: #00a29e;
  transition: all 0.3s ease-in-out;
}
.btn_panel_2 .elementor-button-link:visited, .btn_panel_2 .elementor-button-link:focus {
  color: #00a29e;
}
.btn_panel_2 .elementor-button-link:visited svg, .btn_panel_2 .elementor-button-link:focus svg {
  fill: #00a29e;
}
.btn_panel_2 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: #00a29e;
  border: 1px solid #00a29e;
  color: #ffffff;
}
.btn_panel_2 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
/*****************************************************************************************************************************
  * Footer Newsletter
******************************************************************************************************************************/
.footer_newsletter {
  background-color: #333333;
}
.footer_newsletter .titre_newsletter {
  position: relative;
  font-size: clamp(1.25rem, 5vw, 2rem);
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.footer_newsletter .titre_newsletter:before {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  width: 100%;
  background-color: #3b414c;
}
.footer_newsletter .titre_newsletter .elementor-heading-title {
  line-height: 1.4;
}
.footer_newsletter .titre_newsletter span {
  color: #ffffff;
  font-weight: 600;
  font-size: clamp(1.375rem, 5vw, 2.5rem);
}
.footer_newsletter .form_newsletter .form-column .form_champ input {
  background-color: #00a29e;
  color: #ffffff;
  border: 1px solid #00a29e;
  border-radius: 6px;
  padding: 4px 8px;
  font-weight: 600;
  font-size: 12px;
}
/*****************************************************************************************************************************
  * Footer
******************************************************************************************************************************/
.footer_info {
  background-color: #35302d;
  color: #ffffff;
  border: 0px;
}
.footer_info a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.footer_info a:hover {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.footer_info .footer_logo {
  height: 90px !important;
}
.footer_info .footer_logo svg {
  fill: #3b414c;
  height: 90px !important;
  width: 100% !important;
}
.footer_info .footer_info_desc {
  color: #ffffff;
  font-size: 14px;
}
.footer_info .footer_titre {
  color: #ffffff;
  text-transform: uppercase;
  font-size: clamp(1.125rem, 5vw, 1.25rem);
  font-weight: 600;
}
.footer_info p {
  color: #ffffff;
}
.footer_info a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.footer_info a:hover {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.footer_info .footer_liste ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.footer_info .footer_liste ul li {
  margin-bottom: 10px;
}
.footer_info .footer_liste ul li a {
  color: #ffffff;
}
.footer_info .footer_liste ul li a:hover {
  color: #ffffff;
}
.footer_info .btn_footer .elementor-button-link {
  background-color: transparent;
  border: 0px solid transparent;
  color: #ffffff;
  font-size: 15px;
  padding: 0px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  text-align: left;
  line-height: 1.2;
}
.footer_info .btn_footer .elementor-button-link br {
  display: none;
}
.footer_info .btn_footer .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
.footer_info .btn_footer .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 20px;
  width: 20px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.footer_info .btn_footer .elementor-button-link:visited, .footer_info .btn_footer .elementor-button-link:focus {
  color: #ffffff;
}
.footer_info .btn_footer .elementor-button-link:visited svg, .footer_info .btn_footer .elementor-button-link:focus svg {
  fill: #ffffff;
}
.footer_info .btn_footer .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 0px solid transparent;
  color: #00a29e;
}
.footer_info .btn_footer .elementor-button-link:hover .elementor-button-content-wrapper:before {
  height: 5px;
}
.footer_info .btn_footer .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #00a29e !important;
  transition: all 0.3s ease-in-out;
}
/*****************************************************************************************************************************
  * Footer Rs
******************************************************************************************************************************/
.footer_rs {
  background-color: #35302d;
  color: #ffffff;
}
.footer_rs .titre_rs {
  position: relative;
  font-size: clamp(1rem, 5vw, 1.25rem);
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.footer_rs .titre_rs:before {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  width: 100%;
  background-color: #3b414c;
}
.footer_rs .titre_rs .elementor-heading-title {
  line-height: 1.4;
}
.footer_rs .titre_rs span {
  color: #ffffff;
  font-weight: 600;
}
.footer_rs .elementor-social-icon {
  background-color: transparent;
  border: 1px solid #ffffff;
  transition: all 0.3s ease-in-out;
  font-size: 18px !important;
  margin: 2px !important;
  height: 40px !important;
  width: 40px !important;
  line-height: 20px !important;
}
@media screen and (max-width: 960px) {
  .footer_rs .elementor-social-icon {
    font-size: 12px;
  }
}
.footer_rs .elementor-social-icon svg {
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.footer_rs .elementor-social-icon:hover {
  border: 1px solid #00a29e;
  transition: all 0.3s ease-in-out;
}
.footer_rs .elementor-social-icon:hover svg {
  fill: #00a29e;
  transition: all 0.3s ease-in-out;
}
/*****************************************************************************************************************************
  * Copyright
******************************************************************************************************************************/
.copyright_info {
  background-color: #35302d;
  text-align: center;
  color: #ffffff;
  font-size: 0.75rem;
}
.copyright_info p {
  color: #ffffff;
  margin-bottom: 0 !important;
}
.copyright_info a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.copyright_info a:hover {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
body {
  font-family: "Montserrat", sans-serif, sans-serif;
  font-size: 0, 875rem;
  color: #3b414c;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 1px;
}
body main {
  min-height: 69vh;
}
@media screen and (min-width: 960px) {
  body main {
    margin-top: 0rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  body main {
    margin-top: 0rem;
  }
}
.gm-nav-content-wrapper {
  will-change: inherit !important;
}
/******************************
* Scroll décalage ancre
******************************/
:target {
  scroll-margin-top: 130px;
}
/******************************
* Titres principaux
******************************/
.titre_1 {
  position: relative;
  font-size: clamp(1.375rem, 5vw, 2.5rem);
  color: #3b414c;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  position: relative;
}
.titre_1:before {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  width: 100%;
  background-color: #3b414c;
}
.titre_1 .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .titre_1 br {
    display: none;
  }
}
.titre_1 strong, .titre_1 b {
  font-weight: 600;
}
.titre_1 span {
  color: #00a29e;
  font-weight: 600;
}
.titre_2 {
  position: relative;
  font-size: clamp(1.25rem, 5vw, 2rem);
  color: #3b414c;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.titre_2:before {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  width: 100%;
  background-color: #3b414c;
}
.titre_2 .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .titre_2 br {
    display: none;
  }
}
.titre_2 strong, .titre_2 b {
  font-weight: 600;
}
.titre_2 span {
  color: #00a29e;
  font-weight: 600;
}
.titre_3 {
  position: relative;
  font-size: clamp(1.125rem, 5vw, 1.5rem);
  color: #3b414c;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.titre_3:before {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  width: 100%;
  background-color: #3b414c;
}
.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_3 span {
  color: #00a29e;
  font-weight: 600;
}
.titre_4 {
  position: relative;
  font-size: clamp(1rem, 5vw, 1.25rem);
  color: #3b414c;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.titre_4:before {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  width: 100%;
  background-color: #3b414c;
}
.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;
}
.titre_4 span {
  color: #00a29e;
  font-weight: 600;
}
/******************************
* Titres spe : titres spéciaux de la charte graphique
******************************/
.titre_accroche_1 {
  position: relative;
  font-size: calc(22px + (38 - 22) * ((100vw - 300px) / (2560 - 300)));
  color: #3b414c;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.titre_accroche_1 .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .titre_accroche_1 br {
    display: none;
  }
}
.titre_accroche_1 strong, .titre_accroche_1 b {
  font-weight: 600;
}
.titre_accroche_1 span {
  color: #00a29e;
  font-weight: 600;
}
.titre_spe_1 {
  position: relative;
  font-size: calc(22px + (38 - 22) * ((100vw - 300px) / (2560 - 300)));
  color: #3b414c;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.titre_spe_1 .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .titre_spe_1 br {
    display: none;
  }
}
.titre_spe_1 strong, .titre_spe_1 b {
  font-weight: 600;
}
.titre_spe_1 span {
  color: #00a29e;
  font-weight: 600;
}
/******************************
* Padding / margin spe : suppression des marges et paddings par défaut sur les paragraphes
******************************/
.p_margin_0 p {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}
/******************************
* Couleur de texte
******************************/
.txt_blanc {
  color: #ffffff;
}
/******************************
* link Couleur : effet de survol de la couleur sur les liens textes 
******************************/
.link_color_1 a {
  transition: all 0.3s ease-in-out;
  color: #02415d;
}
.link_color_1 a:hover {
  color: #3b414c;
  transition: all 0.3s ease-in-out;
}
.link_color_2 a {
  transition: all 0.3s ease-in-out;
  color: #00a29e;
}
.link_color_2 a:hover {
  color: #3b414c;
  transition: all 0.3s ease-in-out;
}
.link_color_3 a {
  transition: all 0.3s ease-in-out;
  color: #7a6e66;
}
.link_color_3 a:hover {
  color: #3b414c;
  transition: all 0.3s ease-in-out;
}
/******************************
* Backgrounds : degradés - variable dans _variables.scss
******************************/
.bg_degrad_1 {
  background: linear-gradient(0deg, #eeeded 0%, #f8f8f8 100%);
}
.bg_degrad_2 {
  background: linear-gradient(0deg, #eeeded 0%, #f8f8f8 100%);
}
.bg_degrad_3 {
  background: linear-gradient(0deg, #eeeded 0%, #f8f8f8 100%);
}
/******************************
* images
******************************/
svg {
  min-height: 6px;
  min-width: 6px;
}
.img_style_1 {
  border-radius: 50%;
}
.img_style_2 {
  box-shadow: 0px 0px 4px 2px rgba(2, 65, 93, 0.25);
}
/******************************
* Box container
******************************/
.box_container_1 {
  overflow: hidden;
  border-radius: 6px;
  background-color: #00a29e;
  padding: 1rem;
  box-shadow: 0px 0px 0px 0px rgba(2, 65, 93, 0.25);
}
.box_container_2 {
  overflow: hidden;
  border-radius: 6px;
  background-color: #00a29e;
  padding: 1rem;
  box-shadow: 0px 0px 0px 0px rgba(2, 65, 93, 0.25);
}
/******************************
* Liste à puces
******************************/
.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: #3b414c;
}
.liste_puce_2 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.liste_puce_2 ul li {
  padding-left: 15px;
  position: relative;
}
.liste_puce_2 ul li:before {
  content: "";
  position: absolute;
  display: block;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  top: 10px;
  left: 0%;
  background-color: #3b414c;
}
/******************************
* hero / ban home
******************************/
.ban_home .e-con-inner {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  min-height: 460px;
}
.ban_home .e-con-inner .ban_titre {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: calc(22px + (38 - 22) * ((100vw - 300px) / (1600 - 300)));
}
@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.4;
}
@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: #00a29e;
  font-weight: 600;
}
.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;
}
/************************
* Page divers
*************************/
.ban_inte {
  position: relative;
  min-height: 300px !important;
}
.ban_inte > .e-con-inner {
  z-index: 2;
}
.ban_inte:after {
  position: absolute;
  content: "" !important;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(53, 48, 45, 0.5);
  z-index: 1;
}
.ban_inte .ban_titre {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: calc(22px + (31 - 22) * ((100vw - 300px) / (2400 - 300)));
  letter-spacing: 3.5px;
}
@media screen and (max-width: 960px) {
  .ban_inte .ban_titre {
    text-align: center;
  }
}
.ban_inte .ban_titre .elementor-heading-title {
  line-height: 1.2;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .ban_inte .ban_titre .elementor-heading-title {
    width: auto;
  }
}
.ban_inte .ban_titre strong {
  font-weight: 900;
}
.ban_inte .ban_titre span {
  color: #02415d;
}
.ban_inte .breadcrumbs {
  color: #ffffff;
}
.ban_inte .breadcrumbs a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.ban_inte .breadcrumbs a:hover {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
/************************
* Page contact
*************************/
/************************
* Page remerciement contact
*************************/
#remerciement_content {
  padding: 6rem 0rem;
}
/************************
* Page Erreur 404
*************************/
#page404_content {
  padding: 6rem 0rem;
}
/************************
* 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: "Poppins", sans-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;
}
/*****************************************************************************************************************************
  * Page résultats de recherche
******************************************************************************************************************************/
/*********************************************************************************************
  * loop search
**********************************************************************************************/
.loop_search {
  position: relative;
  padding: 8px !important;
}
.loop_search > .e-con-inner {
  border: 1px solid #02415d;
  background-color: rgba(0, 162, 158, 0.1);
  border-radius: 6px;
  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;
}
.loop_search .filtre_articles_name {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #00a29e;
  color: #3b414c;
  border-radius: 6px;
  padding: 4px 8px;
  font-weight: 600;
  font-size: 12px;
}
.loop_search .loop_img {
  overflow: hidden;
  border-radius: 24px 24px 0px 0px;
}
.loop_search .loop_content .loop_date {
  font-size: 12px;
  font-weight: 500;
  background-color: #00a29e;
  color: #3b414c;
  border-radius: 6px;
  padding: 4px 8px;
}
.loop_search .loop_content .loop_cat ul li {
  margin: 2px;
}
.loop_search .loop_content .loop_cat ul li a {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  background-color: #3b414c;
  padding: 4px 8px;
  transition: all 0.3s ease-in-out;
}
.loop_search .loop_content .loop_cat ul li a:hover {
  background-color: #00a29e;
  transition: all 0.3s ease-in-out;
}
.loop_search .loop_content .loop_titre a {
  color: #02415d !important;
  font-size: 20px !important;
  text-transform: uppercase;
  font-family: "Dancing Script", cursive;
  font-weight: 600;
  line-height: 1 !important;
  transition: all 0.3s ease-in-out;
}
.loop_search .loop_content .loop_desc {
  color: #02415d;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
.loop_search .loop_content .btn_blog .elementor-button-link {
  background-color: #02415d;
  color: #ffffff;
  font-size: 14px;
  padding: 0px 20px;
}
.loop_search .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: 36px;
}
.loop_search .loop_content .btn_blog .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: auto;
  fill: #ffffff;
}
@media screen and (max-width: 960px) {
  .loop_search .loop_content .btn_blog .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
    margin-left: 0px;
  }
}
.loop_search .loop_content .btn_blog .elementor-button-link:visited, .loop_search .loop_content .btn_blog .elementor-button-link:focus {
  color: #ffffff;
}
.loop_search .loop_content .btn_blog .elementor-button-link:visited svg, .loop_search .loop_content .btn_blog .elementor-button-link:focus svg {
  fill: #ffffff;
}
.loop_search .loop_content .btn_blog .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: #00a29e;
  color: #ffffff;
}
.loop_search .loop_content .btn_blog .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.loop_search:hover > .e-con-inner {
  box-shadow: 0px 0px 83px 0px rgba(53, 48, 45, 0.35);
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}
.loop_search:hover .loop_titre {
  transition: all 0.3s ease-in-out;
}
.loop_search:hover .loop_titre a {
  color: #00a29e !important;
  transition: all 0.3s ease-in-out;
}
.loop_search:hover .btn_blog .elementor-button-link {
  background-color: #00a29e;
  transition: all 0.3s ease-in-out;
}
/*****************************************************************************************************************************
  * Pagination des articles en archives
******************************************************************************************************************************/
.elementor-post-navigation .elementor-post-navigation__prev a, .elementor-post-navigation .elementor-post-navigation__next a {
  color: #3b414c;
  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: #02415d;
  transition: all 0.3s ease-in-out;
}
.elementor-post-navigation .post-navigation__arrow-prev i, .elementor-post-navigation .post-navigation__arrow-next i {
  color: #3b414c;
  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: #02415d;
  transition: all 0.3s ease-in-out;
}
.elementor-pagination {
  padding: 3rem 1rem;
}
.elementor-pagination .page-numbers {
  background-color: #ffffff;
  color: #3b414c;
  width: 36px;
  height: 36px;
  display: inline-block;
  border: 1px solid #EEEEEE;
  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: #02415d !important;
  color: #ffffff !important;
  transition: all 0.3s ease-in-out;
  border: 1px solid #02415d;
}
.elementor-pagination .current {
  background-color: #02415d !important;
  color: #ffffff !important;
  border: 1px solid #02415d;
  transition: all 0.3s ease-in-out;
}
/*****************************************************************************************************************************
  * Page archives
******************************************************************************************************************************/
.ban_archive .titre_top {
  position: relative;
  font-size: 24px;
  color: #3b414c;
  font-family: "Dancing Script", cursive;
}
.ban_archive .titre_top span {
  font-weight: 600;
}
.ban_archive .ban_titre {
  position: relative;
  font-size: 40px;
  color: #3b414c;
  font-family: "Dancing Script", cursive;
  font-weight: 800;
  margin-top: -15px;
  text-transform: uppercase;
}
.ban_archive .ban_titre .elementor-heading-title {
  line-height: 1.2 !important;
}
.ban_archive .breadcrumbs #breadcrumbs {
  color: #3b414c;
}
.ban_archive .breadcrumbs #breadcrumbs span span {
  border: 1px solid #EEEEEE;
  border-radius: 25px;
  padding: 5px 10px;
}
.ban_archive .breadcrumbs a {
  color: #3b414c;
  transition: all 0.3s ease-in-out;
}
.ban_archive .breadcrumbs a:hover {
  color: #02415d;
  transition: all 0.3s ease-in-out;
}
/*****************************************************************************************************************************
  * Class utiles pour les articles
******************************************************************************************************************************/
/*********************************************************************************************
  * Titres pour les articles
**********************************************************************************************/
.post_titre_1 {
  position: relative;
  font-size: clamp(1.375rem, 5vw, 2.5rem);
  color: #3b414c;
  text-transform: uppercase;
  font-family: "Dancing Script", cursive;
  position: relative;
}
.post_titre_1:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  transform: translateX(0%) translateY(0%);
  background-color: #3b414c;
  transition: all 0.3s ease-in-out;
}
.post_titre_1 .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .post_titre_1 br {
    display: none;
  }
}
.post_titre_1 strong, .post_titre_1 b {
  font-weight: 600;
}
.post_titre_1 span {
  color: #00a29e;
  font-weight: 600;
}
.post_titre_2 {
  position: relative;
  font-size: clamp(1.25rem, 5vw, 2rem);
  color: #3b414c;
  text-transform: uppercase;
  font-family: "Dancing Script", cursive;
}
.post_titre_2:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background-color: #3b414c;
}
.post_titre_2 .elementor-heading-title {
  line-height: 1.4;
}
@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: #00a29e;
  font-weight: 600;
}
.post_titre_3 {
  position: relative;
  font-size: clamp(1.125rem, 5vw, 1.5rem);
  color: #3b414c;
  text-transform: uppercase;
  font-family: "Dancing Script", cursive;
}
.post_titre_3 .elementor-heading-title {
  line-height: 1.4;
}
@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: #00a29e;
  font-weight: 600;
}
.post_titre_4 {
  position: relative;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  color: #3b414c;
  text-transform: uppercase;
  font-family: "Dancing Script", cursive;
}
.post_titre_4 .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .post_titre_4 br {
    display: none;
  }
}
.post_titre_4 strong, .post_titre_4 b {
  font-weight: 600;
}
.post_titre_4 span {
  color: #00a29e;
  font-weight: 600;
}
/*********************************************************************************************
  * Bannière pour les articles
*********************************************************************************************/
.ban_actu .ban_bloc_meta .ban_cat_article {
  color: #ffffff;
  font-size: 16px;
  background-color: #3b414c;
  padding: 6px 0px 6px 12px;
  text-transform: uppercase;
}
.ban_actu .ban_titre {
  position: relative;
  font-size: 40px;
  color: #3b414c;
  font-family: "Dancing Script", cursive;
  margin-top: -15px;
  text-transform: uppercase;
}
.ban_actu .ban_titre span {
  font-weight: 800;
}
.ban_actu .ban_titre .elementor-heading-title {
  line-height: 1.2 !important;
}
.ban_actu .ban_date_article {
  font-size: 14px;
  color: #707070;
  border-bottom: 1px solid #EEEEEE !important;
}
.ban_actu .breadcrumbs #breadcrumbs {
  color: #3b414c;
}
.ban_actu .breadcrumbs #breadcrumbs span span {
  border: 1px solid #EEEEEE;
  border-radius: 25px;
  padding: 5px 10px;
}
.ban_actu .breadcrumbs a {
  color: #3b414c;
  transition: all 0.3s ease-in-out;
}
.ban_actu .breadcrumbs a:hover {
  color: #02415d;
  transition: all 0.3s ease-in-out;
}
/*****************************************************************************************************************************
  * Class utiles pour les offres d'emplois
******************************************************************************************************************************/
/*********************************************************************************************
  * Titres pour les offres d'emplois
**********************************************************************************************/
.offre_titre_1 {
  position: relative;
  font-size: clamp(1.375rem, 5vw, 2.5rem);
  color: #3b414c;
  text-transform: uppercase;
  font-family: "Dancing Script", cursive;
  position: relative;
}
.offre_titre_1:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  transform: translateX(0%) translateY(0%);
  background-color: #3b414c;
  transition: all 0.3s ease-in-out;
}
.offre_titre_1 .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .offre_titre_1 br {
    display: none;
  }
}
.offre_titre_1 strong, .offre_titre_1 b {
  font-weight: 600;
}
.offre_titre_1 span {
  color: #00a29e;
  font-weight: 600;
}
.offre_titre_2 {
  position: relative;
  font-size: clamp(1.25rem, 5vw, 2rem);
  color: #3b414c;
  text-transform: uppercase;
  font-family: "Dancing Script", cursive;
}
.offre_titre_2:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background-color: #3b414c;
}
.offre_titre_2 .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .offre_titre_2 br {
    display: none;
  }
}
.offre_titre_2 strong, .offre_titre_2 b {
  font-weight: 600;
}
.offre_titre_2 span {
  color: #00a29e;
  font-weight: 600;
}
.offre_titre_3 {
  position: relative;
  font-size: clamp(1.125rem, 5vw, 1.5rem);
  color: #3b414c;
  text-transform: uppercase;
  font-family: "Dancing Script", cursive;
}
.offre_titre_3 .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .offre_titre_3 br {
    display: none;
  }
}
.offre_titre_3 strong, .offre_titre_3 b {
  font-weight: 600;
}
.offre_titre_3 span {
  color: #00a29e;
  font-weight: 600;
}
.offre_titre_4 {
  position: relative;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  color: #3b414c;
  text-transform: uppercase;
  font-family: "Dancing Script", cursive;
}
.offre_titre_4 .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .offre_titre_4 br {
    display: none;
  }
}
.offre_titre_4 strong, .offre_titre_4 b {
  font-weight: 600;
}
.offre_titre_4 span {
  color: #00a29e;
  font-weight: 600;
}
/*********************************************************************************************
  * Bannière pour les articles
*********************************************************************************************/
.ban_actu .ban_bloc_meta .ban_cat_article {
  color: #ffffff;
  font-size: 16px;
  background-color: #3b414c;
  padding: 6px 0px 6px 12px;
  text-transform: uppercase;
}
.ban_actu .ban_titre {
  position: relative;
  font-size: 40px;
  color: #3b414c;
  font-family: "Dancing Script", cursive;
  margin-top: -15px;
  text-transform: uppercase;
}
.ban_actu .ban_titre span {
  font-weight: 800;
}
.ban_actu .ban_titre .elementor-heading-title {
  line-height: 1.2 !important;
}
.ban_actu .ban_date_article {
  font-size: 14px;
  color: #707070;
  border-bottom: 1px solid #EEEEEE !important;
}
.ban_actu .breadcrumbs #breadcrumbs {
  color: #3b414c;
}
.ban_actu .breadcrumbs #breadcrumbs span span {
  border: 1px solid #EEEEEE;
  border-radius: 25px;
  padding: 5px 10px;
}
.ban_actu .breadcrumbs a {
  color: #3b414c;
  transition: all 0.3s ease-in-out;
}
.ban_actu .breadcrumbs a:hover {
  color: #02415d;
  transition: all 0.3s ease-in-out;
}
/*****************************************************************************************************************************
  * loops
******************************************************************************************************************************/
/*********************************************************************************************
  * loop actu
**********************************************************************************************/
.loop_actu {
  position: relative;
  padding: 8px !important;
}
.loop_actu > .e-con-inner {
  border: 1px solid #02415d;
  background-color: rgba(0, 162, 158, 0.1);
  border-radius: 6px;
  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;
}
.loop_actu .filtre_articles_name {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #00a29e;
  color: #3b414c;
  border-radius: 6px;
  padding: 4px 8px;
  font-weight: 600;
  font-size: 12px;
}
.loop_actu .loop_img {
  overflow: hidden;
  border-radius: 24px 24px 0px 0px;
}
.loop_actu .loop_content .loop_date {
  font-size: 12px;
  font-weight: 500;
  background-color: #00a29e;
  color: #3b414c;
  border-radius: 6px;
  padding: 4px 8px;
}
.loop_actu .loop_content .loop_cat ul li {
  margin: 2px;
}
.loop_actu .loop_content .loop_cat ul li a {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  background-color: #3b414c;
  padding: 4px 8px;
  transition: all 0.3s ease-in-out;
}
.loop_actu .loop_content .loop_cat ul li a:hover {
  background-color: #00a29e;
  transition: all 0.3s ease-in-out;
}
.loop_actu .loop_content .loop_titre a {
  color: #02415d !important;
  font-size: 20px !important;
  text-transform: uppercase;
  font-family: "Dancing Script", cursive;
  font-weight: 600;
  line-height: 1 !important;
  transition: all 0.3s ease-in-out;
}
.loop_actu .loop_content .loop_desc {
  color: #02415d;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
.loop_actu .loop_content .btn_blog .elementor-button-link {
  background-color: #02415d;
  color: #ffffff;
  font-size: 14px;
  padding: 0px 20px;
}
.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: 36px;
}
.loop_actu .loop_content .btn_blog .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: auto;
  fill: #ffffff;
}
@media screen and (max-width: 960px) {
  .loop_actu .loop_content .btn_blog .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
    margin-left: 0px;
  }
}
.loop_actu .loop_content .btn_blog .elementor-button-link:visited, .loop_actu .loop_content .btn_blog .elementor-button-link:focus {
  color: #ffffff;
}
.loop_actu .loop_content .btn_blog .elementor-button-link:visited svg, .loop_actu .loop_content .btn_blog .elementor-button-link:focus svg {
  fill: #ffffff;
}
.loop_actu .loop_content .btn_blog .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: #00a29e;
  color: #ffffff;
}
.loop_actu .loop_content .btn_blog .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.loop_actu:hover > .e-con-inner {
  box-shadow: 0px 0px 83px 0px rgba(53, 48, 45, 0.35);
  transform: scale(1.1);
  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: #00a29e !important;
  transition: all 0.3s ease-in-out;
}
.loop_actu:hover .btn_blog .elementor-button-link {
  background-color: #00a29e;
  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: #00a29e;
  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);
  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: #02415d;
  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;
}
/*********************************************************************************************
  * Bouton CTA - à utiliser uniquement pour faire un lien des pages de prise de contact type : contact / demande de devis / être contacté
  * Utilisation : .btn_cta_1, .btn_cta_2, .btn_cta_3, etc
  * Design : Doit visuellement être impactant, bien visible et animé en hover
**********************************************************************************************/
.btn_cta_1 .elementor-button-link {
  background-color: transparent;
  color: #00a29e;
  font-size: 14px;
  padding: 0px 20px;
  min-width: 200px;
  border: 1px solid #00a29e;
  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;
}
.btn_cta_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.btn_cta_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: 40px;
  fill: #00a29e;
  transition: all 0.3s ease-in-out;
}
.btn_cta_1 .elementor-button-link:visited, .btn_cta_1 .elementor-button-link:focus {
  color: #00a29e;
}
.btn_cta_1 .elementor-button-link:visited svg, .btn_cta_1 .elementor-button-link:focus svg {
  fill: #00a29e;
}
.btn_cta_1 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: #00a29e;
  border: 1px solid #00a29e;
  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;
}
/*********************************************************************************************
  * Bouton Link - à utiliser uniquement vers des pages de contenu, lien de navigation
  * utilisation : .btn_link_1, .btn_link_2, .btn_link_3, etc
  * Design : Doit être visible et animé en hover maismoins impactant que le vouton CTA
**********************************************************************************************/
.btn_link_1 .elementor-button-link {
  background-color: transparent;
  color: #00a29e;
  font-size: 14px;
  padding: 0px 20px;
  min-width: 200px;
  border: 1px solid #00a29e;
  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;
}
.btn_link_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.btn_link_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: 40px;
  fill: #00a29e;
  transition: all 0.3s ease-in-out;
}
.btn_link_1 .elementor-button-link:visited, .btn_link_1 .elementor-button-link:focus {
  color: #00a29e;
}
.btn_link_1 .elementor-button-link:visited svg, .btn_link_1 .elementor-button-link:focus svg {
  fill: #00a29e;
}
.btn_link_1 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: #00a29e;
  border: 1px solid #00a29e;
  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;
}
/*********************************************************************************************
  * Bouton Link - à utiliser quand on veut un bouton avec une icône mais très simple
  * utilisation : .btn_link_1, .btn_link_2, .btn_link_3, etc
  * Design : Doit visuellement être discret et animé en hover
**********************************************************************************************/
.btn_lirelasuite .elementor-button-link {
  background-color: transparent;
  color: #02415d;
  font-size: 14px;
  padding: 0px 0px;
  border: 0px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.btn_lirelasuite .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_lirelasuite .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-left: 10px;
}
.btn_lirelasuite .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 9px;
  width: 20px;
  fill: #02415d;
  transition: all 0.3s ease-in-out;
}
.btn_lirelasuite .elementor-button-link:visited, .btn_lirelasuite .elementor-button-link:focus {
  color: #02415d;
}
.btn_lirelasuite .elementor-button-link:visited svg, .btn_lirelasuite .elementor-button-link:focus svg {
  fill: #02415d;
}
.btn_lirelasuite .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 0px;
  color: #00a29e;
}
.btn_lirelasuite .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #00a29e !important;
  transition: all 0.3s ease-in-out;
}
/*****************************************************************************************************************************
  * CTA bouton fix : Bouton fix
******************************************************************************************************************************/
.bloc_btn_fix {
  position: fixed !important;
  padding: 0px !important;
  margin: 0px !important;
  width: max-content !important;
  height: max-content !important;
  z-index: 99999 !important;
}
@media screen and (min-width: 960px) {
  .bloc_btn_fix {
    top: 50% !important;
    transform: translateY(-50%) !important;
    right: 0px !important;
  }
}
@media screen and (max-width: 960px) {
  .bloc_btn_fix {
    bottom: 15px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}
.bloc_btn_fix .bg_btn_fix {
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .bloc_btn_fix .bg_btn_fix {
    align-items: flex-end;
  }
}
@media screen and (max-width: 960px) {
  .bloc_btn_fix .bg_btn_fix {
    background: rgba(53, 48, 45, 0.15);
    border-radius: 50px !important;
    padding: 8px !important;
    display: flex;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
  }
}
@media screen and (min-width: 960px) {
  .btn_fix_1 {
    transform: translateX(calc(100% - 40px)) !important;
    transition: all 0.3s ease-in-out;
  }
  .btn_fix_1:hover {
    transform: translateX(0px) !important;
    transition: all 0.3s ease-in-out;
  }
}
.btn_fix_1 .elementor-button-link {
  background-color: #00a29e;
  color: #ffffff;
  font-size: 14px;
  padding: 8px 8px !important;
  border: 1px solid #00a29e;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
@media screen and (min-width: 960px) {
  .btn_fix_1 .elementor-button-link {
    border-radius: 50px 0px 0px 50px !important;
  }
}
@media screen and (max-width: 960px) {
  .btn_fix_1 .elementor-button-link {
    border-radius: 50% !important;
    gap: 0px !important;
  }
}
.btn_fix_1 .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
@media screen and (min-width: 960px) {
  .btn_fix_1 .elementor-button-link .elementor-button-content-wrapper {
    gap: 10px !important;
  }
}
.btn_fix_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-text {
  text-align: left;
}
@media screen and (max-width: 960px) {
  .btn_fix_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-text {
    display: none !important;
  }
}
.btn_fix_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 20px;
  width: 20px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.btn_fix_1 .elementor-button-link:visited, .btn_fix_1 .elementor-button-link:focus {
  color: #ffffff;
}
.btn_fix_1 .elementor-button-link:visited svg, .btn_fix_1 .elementor-button-link:focus svg {
  fill: #ffffff;
}
.btn_fix_1 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: #02415d;
  border: 1px solid #02415d;
  color: #ffffff;
}
.btn_fix_1 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
/*****************************************************************************************************************************
  * Formulaire de contact
******************************************************************************************************************************/
.form_elementor {
  /******	 Checkbox
    ************************************/
  /******	 Radio
    ************************************/
}
.form_elementor .form-field-name {
  border: 1px solid #02415d;
  height: 50px;
  border-radius: 0px;
}
.form_elementor .elementor-field-textual {
  border: 1px solid #02415d;
  padding: 10px;
  background-color: transparent;
  color: 1px solid #3b414c;
  border-radius: 0px;
}
.form_elementor .elementor-field-label {
  color: #7a6e66;
  font-size: 16px;
}
.form_elementor .elementor-field-type-acceptance a {
  color: #02415d;
  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 #02415d;
  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: #02415d;
}
.form_elementor .elementor-button {
  text-align: center;
  background: #02415d;
  border: 0px solid #3b414c;
  color: #3b414c;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: 1px;
}
.form_elementor .elementor-button:hover {
  background-color: #00a29e;
  color: #ffffff;
  border: 0px solid #3b414c;
  transition: all 0.3s ease-in-out;
}
.form_elementor .elementor-button .elementor-button-text {
  font-size: 24px;
}
.form_elementor .elementor-button:hover {
  letter-spacing: 12px;
}
.form_elementor input[type="radio"] {
  height: 20px !important;
  width: 20px !important;
  border: 1px solid #3b414c;
  display: inline-block;
  margin: 0px 5px 0px 0px;
  border-radius: 50% !important;
}
.form_elementor input[type="radio"]:checked {
  position: relative;
}
.form_elementor input[type="radio"]:checked:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 16px;
  width: 16px;
  background-color: #02415d;
  border-radius: 50%;
}
.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: #02415d !important;
  opacity: 1;
}
.form_elementor input::-moz-placeholder, .form_elementor textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #02415d !important;
  opacity: 1;
}
.form_elementor input::-ms-input-placeholder, .form_elementor textarea::-ms-input-placeholder {
  /* IE 10+ */
  color: #02415d !important;
  opacity: 1;
}
.form_elementor input::-moz-placeholder, .form_elementor textarea::-moz-placeholder {
  /* Firefox 18- */
  color: #02415d !important;
  opacity: 1;
}
.form_elementor input::placeholder, .form_elementor textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #02415d !important;
  opacity: 1;
}
/*****************************************************************************************************************************
  * Class générique pour les champs de formulaire
******************************************************************************************************************************/
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: 0px;
}
.input-hidden {
  height: 0;
  width: 0;
  overflow: hidden;
}
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
/*****************************************************************************************************************************
  * Upload field
******************************************************************************************************************************/
.elementor-field-type-upload input[type="file"] {
  color: #02415d;
  cursor: pointer;
  position: relative;
  background-color: #00a29e;
  border-radius: 6px;
  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: #02415d;
  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: #02415d;
  border: 0px;
  cursor: pointer;
}
/*****************************************************************************************************************************
  * Formulaire newsletter
******************************************************************************************************************************/
.form_footer_newsletter {
  /******	 Checkbox
    ************************************/
}
.form_footer_newsletter .form-field-name {
  border: 1px solid #02415d;
  height: 50px;
  border-radius: 0px;
}
.form_footer_newsletter .elementor-field-textual {
  border: 0px solid #02415d;
  padding: 10px;
  background-color: transparent;
  color: 1px solid #3b414c;
  border-radius: 6px 0px 0px 6px;
  height: 50px;
}
.form_footer_newsletter .elementor-field-label {
  color: #7a6e66;
  font-size: 16px;
}
.form_footer_newsletter .elementor-field-type-acceptance {
  color: #ffffff;
}
.form_footer_newsletter .elementor-field-type-acceptance a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
}
.form_footer_newsletter .elementor-field-type-acceptance a:hover {
  color: #00a29e;
  transition: all 0.3s ease-in-out;
}
.form_footer_newsletter .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_footer_newsletter input[type="checkbox"] {
  height: 20px !important;
  width: 20px !important;
  border: 1px solid #02415d;
  display: inline-block !important;
  margin: 0px 5px 0px 0px;
  border-radius: 0px !important;
}
.form_footer_newsletter input[type="checkbox"]:checked {
  position: relative;
}
.form_footer_newsletter input[type="checkbox"]:checked:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 16px;
  width: 16px;
  background-color: #02415d;
}
.form_footer_newsletter .elementor-form-fields-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  padding-bottom: 2rem;
  width: 100%;
}
.form_footer_newsletter .elementor-form-fields-wrapper .elementor-field-type-email {
  width: 70%;
}
@media screen and (max-width: 960px) {
  .form_footer_newsletter .elementor-form-fields-wrapper .elementor-field-type-email {
    width: 100%;
  }
}
.form_footer_newsletter .elementor-form-fields-wrapper .elementor-field-type-submit {
  width: 30%;
}
@media screen and (max-width: 960px) {
  .form_footer_newsletter .elementor-form-fields-wrapper .elementor-field-type-submit {
    width: 100%;
  }
}
.form_footer_newsletter .elementor-form-fields-wrapper .elementor-field-type-acceptance {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
@media screen and (max-width: 960px) {
  .form_footer_newsletter .elementor-form-fields-wrapper .elementor-field-type-acceptance {
    position: relative;
  }
}
.form_footer_newsletter .elementor-form-fields-wrapper .elementor-field-type-recaptcha_v3 {
  position: absolute;
}
.form_footer_newsletter .elementor-button {
  text-align: center;
  background: #02415d;
  border: 0px solid transparent !important;
  border-radius: 0px 6px 6px 0px;
  color: #3b414c;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  height: 50px;
}
.form_footer_newsletter .elementor-button:hover {
  background-color: #00a29e;
  color: #ffffff;
  border: 0px solid #3b414c;
  transition: all 0.3s ease-in-out;
}
.form_footer_newsletter .elementor-button .elementor-button-text {
  font-size: 24px;
}
.form_footer_newsletter input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
.form_footer_newsletter input::-webkit-input-placeholder, .form_footer_newsletter textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #02415d !important;
  opacity: 1;
}
.form_footer_newsletter input::-moz-placeholder, .form_footer_newsletter textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #02415d !important;
  opacity: 1;
}
.form_footer_newsletter input::-ms-input-placeholder, .form_footer_newsletter textarea::-ms-input-placeholder {
  /* IE 10+ */
  color: #02415d !important;
  opacity: 1;
}
.form_footer_newsletter input::-moz-placeholder, .form_footer_newsletter textarea::-moz-placeholder {
  /* Firefox 18- */
  color: #02415d !important;
  opacity: 1;
}
.form_footer_newsletter input::placeholder, .form_footer_newsletter textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #02415d !important;
  opacity: 1;
}
/*****************************************************************************************************************************
  * Affichage des flèches pour les sliders : Affichage par défaut
******************************************************************************************************************************/
.elementor-swiper-button {
  text-align: center;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  background-color: #02415d;
  display: flex;
  align-items: center;
  justify-content: center;
}
.elementor-swiper-button svg {
  fill: #F2F2F2 !important;
  width: 24px !important;
  height: 24px !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: #3b414c !important;
  transition: all 0.3s ease-in-out;
}
.elementor-swiper-button.swiper-button-lock {
  display: none !important;
}
/*****************************************************************************************************************************
  * Affichage des paginations pour les sliders : Affichage par défaut
******************************************************************************************************************************/
.swiper-pagination {
  bottom: 0px !important;
}
.swiper-pagination .swiper-pagination-bullet {
  height: 10px !important;
  width: 10px !important;
  background-color: #00a29e;
  border-radius: 50%;
  margin: 0 5px;
  transition: all 0.3s ease-in-out;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #7a6e66;
}
/*****************************************************************************************************************************
  * Info partenaires : container
******************************************************************************************************************************/
.info_partenaires {
  background-color: #333333;
  color: #ffffff;
}
.info_partenaires a {
  color: #ffffff;
}
.info_partenaires a:hover {
  color: #ffffff;
}
.info_partenaires .info_partenaires_titre {
  position: relative;
  font-size: clamp(1.25rem, 5vw, 2rem);
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.info_partenaires .info_partenaires_titre:before {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  width: 100%;
  background-color: #3b414c;
}
.info_partenaires .info_partenaires_titre .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .info_partenaires .info_partenaires_titre br {
    display: none;
  }
}
.info_partenaires .info_partenaires_titre strong, .info_partenaires .info_partenaires_titre b {
  font-weight: 600;
}
.info_partenaires .info_partenaires_titre span {
  color: #00a29e;
  font-weight: 600;
}
/*********************************************************************************************
  * carousel partenaires - - Slider média carroussel
**********************************************************************************************/
.partenaires_carrousel {
  overflow: hidden;
  padding: 1rem 0rem !important;
}
.partenaires_carrousel .elementor-main-swiper {
  overflow: visible;
  padding-bottom: 34px !important;
}
.partenaires_carrousel .elementor-main-swiper .swiper-slide {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 0px 4px 2px rgba(53, 48, 45, 0.25);
}
.partenaires_carrousel .elementor-main-swiper .swiper-slide .elementor-carousel-image {
  border-radius: 12px;
}
.partenaires_carrousel .elementor-main-swiper .swiper-slide:hover {
  box-shadow: 0px 0px 8px 4px rgba(53, 48, 45, 0.35);
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}
/*****************************************************************************************************************************
  * Icon box :Boite d'icone
******************************************************************************************************************************/
.icon_box_1 .elementor-icon-box-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 2px 16px 0px rgba(44, 39, 33, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1rem;
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
  height: 100%;
  gap: 1rem;
}
.icon_box_1 .elementor-icon-box-wrapper .elementor-icon-box-icon {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.icon_box_1 .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  background-color: #00a29e;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(41, 174, 183, 0.12);
  transition: all 0.3s ease-in-out;
}
.icon_box_1 .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon svg {
  width: 32px;
  height: 32px;
  fill: #ffffff;
  display: block;
  transition: all 0.3s ease-in-out;
}
.icon_box_1 .elementor-icon-box-wrapper .elementor-icon-box-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.icon_box_1 .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title {
  margin: 0 0 0.5rem 0;
  font-family: "Poppins", sans-serif;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.2;
  color: #ffffff;
}
.icon_box_1 .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title span {
  color: inherit;
}
.icon_box_1 .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description {
  color: #F2F2F2;
  font-size: 0.875rem;
  line-height: 1.2;
  margin: 0;
}
.icon_box_1 .elementor-icon-box-wrapper:hover {
  box-shadow: 0px 2px 16px 0px rgba(44, 39, 33, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.4);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 960px) {
  .icon_box_1 .elementor-icon-box-wrapper {
    padding: 1.25rem 1rem;
  }
  .icon_box_1 .elementor-icon-box-wrapper .elementor-icon-box-title {
    font-size: 1.12rem;
  }
  .icon_box_1 .elementor-icon-box-wrapper .elementor-icon {
    width: 44px;
    height: 44px;
  }
  .icon_box_1 .elementor-icon-box-wrapper .elementor-icon svg {
    width: 28px;
    height: 28px;
  }
}
/*****************************************************************************************************************************
  * Info box gen
******************************************************************************************************************************/
.info_box_gen {
  background-color: #35302d;
  color: #ffffff;
}
.info_box_gen a {
  color: #ffffff;
}
.info_box_gen a:hover {
  color: #ffffff;
}
.info_box_gen .info_boxgen_titre {
  position: relative;
  font-size: clamp(1.25rem, 5vw, 2rem);
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.info_box_gen .info_boxgen_titre:before {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  width: 100%;
  background-color: #3b414c;
}
.info_box_gen .info_boxgen_titre .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .info_box_gen .info_boxgen_titre br {
    display: none;
  }
}
.info_box_gen .info_boxgen_titre strong, .info_box_gen .info_boxgen_titre b {
  font-weight: 600;
}
.info_box_gen .info_boxgen_titre span {
  color: #00a29e;
  font-weight: 600;
}
/*****************************************************************************************************************************
  * affichage des Compteurs
******************************************************************************************************************************/
.counter_1 .elementor-counter .elementor-counter-title {
  font-family: "Poppins", sans-serif;
  color: #3b414c;
  font-size: clamp(1rem, 4vw, 1.5rem);
  line-height: 1;
  text-align: center;
  font-weight: 500;
  margin-bottom: 0.5rem;
  letter-spacing: 0.03em;
}
.counter_1 .elementor-counter .elementor-counter-number-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: clamp(2rem, 8vw, 3.5rem);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #02415d;
  margin-bottom: 1rem;
}
.counter_1 .elementor-counter .elementor-counter-number-wrapper .elementor-counter-number-prefix {
  font-size: 0.65em;
  font-weight: 600;
  color: #00a29e;
  margin: 0 0.05em;
}
.counter_1 .elementor-counter .elementor-counter-number-wrapper .elementor-counter-number-suffix {
  font-size: 0.65em;
  font-weight: 600;
  color: #00a29e;
  margin: 0 0.05em;
}
.counter_1 .elementor-counter .elementor-counter-number-wrapper .elementor-counter-number {
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  color: #02415d;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 0 0.13em;
  letter-spacing: 0.04em;
}
/*****************************************************************************************************************************
  * Info chiffres cles
******************************************************************************************************************************/
.info_chiffres_cles {
  background-color: #EEEEEE;
  color: #35302d;
}
.info_chiffres_cles a {
  color: #35302d;
}
.info_chiffres_cles a:hover {
  color: #35302d;
}
.info_chiffres_cles .info_chiffres_titre {
  position: relative;
  font-size: clamp(1.25rem, 5vw, 2rem);
  color: #35302d;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.info_chiffres_cles .info_chiffres_titre:before {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  width: 100%;
  background-color: #3b414c;
}
.info_chiffres_cles .info_chiffres_titre .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .info_chiffres_cles .info_chiffres_titre br {
    display: none;
  }
}
.info_chiffres_cles .info_chiffres_titre strong, .info_chiffres_cles .info_chiffres_titre b {
  font-weight: 600;
}
.info_chiffres_cles .info_chiffres_titre span {
  color: #00a29e;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .info_chiffres_cles .row_counter {
    justify-content: center;
    flex-wrap: wrap;
  }
  .info_chiffres_cles .row_counter .e-atomic-element {
    flex-basis: 30%;
  }
}
@media screen and (max-width: 960px) {
  .info_chiffres_cles .row_counter {
    justify-content: center;
    flex-wrap: wrap;
  }
  .info_chiffres_cles .row_counter .e-atomic-element {
    flex-basis: 25%;
  }
}
@media screen and (max-width: 768px) {
  .info_chiffres_cles .row_counter {
    justify-content: center;
    flex-wrap: wrap;
  }
  .info_chiffres_cles .row_counter .e-atomic-element {
    flex-basis: 100%;
  }
}
/*****************************************************************************************************************************
  * Class utiles pour les articles
******************************************************************************************************************************/
/*********************************************************************************************
  * Titres pour les articles
**********************************************************************************************/
.produit_titre_1 {
  position: relative;
  font-size: clamp(1.375rem, 5vw, 2.5rem);
  color: #3b414c;
  text-transform: uppercase;
  font-family: "Dancing Script", cursive;
  position: relative;
}
.produit_titre_1:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  transform: translateX(0%) translateY(0%);
  background-color: #3b414c;
  transition: all 0.3s ease-in-out;
}
.produit_titre_1 .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .produit_titre_1 br {
    display: none;
  }
}
.produit_titre_1 strong, .produit_titre_1 b {
  font-weight: 600;
}
.produit_titre_1 span {
  color: #00a29e;
  font-weight: 600;
}
.produit_titre_2 {
  position: relative;
  font-size: clamp(1.25rem, 5vw, 2rem);
  color: #3b414c;
  text-transform: uppercase;
  font-family: "Dancing Script", cursive;
}
.produit_titre_2:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background-color: #3b414c;
}
.produit_titre_2 .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .produit_titre_2 br {
    display: none;
  }
}
.produit_titre_2 strong, .produit_titre_2 b {
  font-weight: 600;
}
.produit_titre_2 span {
  color: #00a29e;
  font-weight: 600;
}
.produit_titre_3 {
  position: relative;
  font-size: clamp(1.125rem, 5vw, 1.5rem);
  color: #3b414c;
  text-transform: uppercase;
  font-family: "Dancing Script", cursive;
}
.produit_titre_3 .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .produit_titre_3 br {
    display: none;
  }
}
.produit_titre_3 strong, .produit_titre_3 b {
  font-weight: 600;
}
.produit_titre_3 span {
  color: #00a29e;
  font-weight: 600;
}
.produit_titre_4 {
  position: relative;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  color: #3b414c;
  text-transform: uppercase;
  font-family: "Dancing Script", cursive;
}
.produit_titre_4 .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .produit_titre_4 br {
    display: none;
  }
}
.produit_titre_4 strong, .produit_titre_4 b {
  font-weight: 600;
}
.produit_titre_4 span {
  color: #00a29e;
  font-weight: 600;
}
/*********************************************************************************************
  * Bannière pour les articles
*********************************************************************************************/
.ban_actu .ban_bloc_meta .ban_cat_article {
  color: #ffffff;
  font-size: 16px;
  background-color: #3b414c;
  padding: 6px 0px 6px 12px;
  text-transform: uppercase;
}
.ban_actu .ban_titre {
  position: relative;
  font-size: 40px;
  color: #3b414c;
  font-family: "Dancing Script", cursive;
  margin-top: -15px;
  text-transform: uppercase;
}
.ban_actu .ban_titre span {
  font-weight: 800;
}
.ban_actu .ban_titre .elementor-heading-title {
  line-height: 1.2 !important;
}
.ban_actu .ban_date_article {
  font-size: 14px;
  color: #707070;
  border-bottom: 1px solid #EEEEEE !important;
}
.ban_actu .breadcrumbs #breadcrumbs {
  color: #3b414c;
}
.ban_actu .breadcrumbs #breadcrumbs span span {
  border: 1px solid #EEEEEE;
  border-radius: 25px;
  padding: 5px 10px;
}
.ban_actu .breadcrumbs a {
  color: #3b414c;
  transition: all 0.3s ease-in-out;
}
.ban_actu .breadcrumbs a:hover {
  color: #02415d;
  transition: all 0.3s ease-in-out;
}
