@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: #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;
  }
}
/************************
* 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: #02415d !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: #02415d !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: "Montserrat", 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: #02415d !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 #02415d !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: #02415d !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: #02415d !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: #02415d !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 #02415d !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);
  }
}
/************************
* MEGA MENU desk
*************************/
.header_m1 .gm-mega-menu__item__title {
  border-bottom: 2px dotted !important;
  margin-bottom: 1rem;
}
.header_m1 .gm-mega-menu__item__title a {
  font-family: "Poppins", sans-serif;
  color: !important;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-mega-menu__item__title a .gm-menu-item__txt-wrapper {
  display: inherit !important;
}
.header_m1 .gm-mega-menu__item__title a .gm-menu-item__txt {
  color: inherit !important;
  font-size: 30px !important;
  height: 22px;
  display: inline-block;
  position: relative;
  padding-right: 40px;
  line-height: 1;
}
.header_m1 .gm-mega-menu__item__title a .gm-menu-item__txt:before {
  content: "";
  font-size: 11px;
  position: absolute;
  display: block;
  height: 23px;
  width: 33px;
  border-radius: 15px;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-mega-menu__item__title a .gm-menu-item__txt:after {
  content: "";
  position: absolute;
  display: block;
  height: 22px;
  width: 21px;
  top: 0px;
  right: 10px;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  mask-image: url("/wp-content/uploads/2023/11/angle-right-solid.svg");
  mask-size: 6px;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2023/11/angle-right-solid.svg");
  -webkit-mask-size: 6px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.header_m1 .gm-mega-menu__item__title a:hover {
  color: !important;
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-mega-menu__item__title a:hover .gm-menu-item__txt:before {
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-mega-menu__item__title a:hover .gm-menu-item__txt:after {
  background-color: #ffffff;
  right: 0px;
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm-ss-titre a {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  color: !important;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  position: relative;
  padding-right: 40px;
  line-height: 1;
}
.header_m1 .hm-ss-titre a:hover {
  color: !important;
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm-ss-titre a:before {
  content: "";
  font-size: 11px;
  position: absolute;
  display: block;
  height: 16px;
  width: 33px;
  border-radius: 15px;
  top: 0px;
  right: 0%;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm-ss-titre a:after {
  content: "";
  position: absolute;
  display: block;
  height: 16px;
  width: 16px;
  top: 0px;
  right: 14px;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  mask-image: url("/wp-content/uploads/2023/11/angle-right-solid.svg");
  mask-size: 6px;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2023/11/angle-right-solid.svg");
  -webkit-mask-size: 6px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.header_m1 .hm-ss-titre a:hover {
  color: !important;
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm-ss-titre a:hover:before {
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm-ss-titre a:hover:after {
  background-color: #ffffff;
  right: 0px;
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm_liste_picto .elementor-icon-list-item {
  padding: 5px 0px 5px 0px;
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm_liste_picto .elementor-icon-list-item a {
  color: #3b414c;
  transition: all 0.3s ease-in-out;
  font-size: calc(13px + (14 - 13) * ((100vw - 300px) / (900 - 300)));
}
.header_m1 .hm_liste_picto .elementor-icon-list-item a svg {
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm_liste_picto .elementor-icon-list-item a:hover {
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm_liste_picto .elementor-icon-list-item a:hover svg {
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm_liste_picto .elementor-icon-list-item:hover {
  padding: 5px 0px 5px 10px;
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm_box_img .elementor-image-box-wrapper {
  border-radius: 12px;
  overflow: hidden;
}
.header_m1 .hm_box_img .elementor-image-box-wrapper .elementor-image-box-img {
  position: relative;
}
.header_m1 .hm_box_img .elementor-image-box-wrapper .elementor-image-box-img:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  background-color: rgba(null, 0.45);
}
.header_m1 .hm_box_img .elementor-image-box-wrapper .elementor-image-box-content {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
}
.header_m1 .hm_box_img .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (900 - 300)));
}
.header_m1 .hm_box_img .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
  line-height: 1;
}
.header_m1 .hm_box_img_default .elementor-image-box-wrapper {
  height: 220px;
}
.header_m1 .hm_box_img_default .elementor-image-box-wrapper .elementor-image-box-img {
  height: 220px;
}
.header_m1 .hm_box_img_default .elementor-image-box-img img {
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
  width: 100%;
  height: 100%;
  display: block;
}
/************************
* MEGA MENU mobil
*************************/
.gm-mobile-menu-container .logo_panel_menu .elementor-icon {
  width: 100% !important;
}
.gm-mobile-menu-container .logo_panel_menu svg {
  width: 100% !important;
  height: auto !important;
  min-height: 100% !important;
  min-width: 100% !important;
}
.gm-mobile-menu-container .gm-menu-item__link {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  border-bottom: 2px dotted !important;
  transition: all 0.3s ease-in-out;
  padding-top: 20px !important;
}
.gm-mobile-menu-container .gm-menu-item__link:hover {
  color: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.gm-mobile-menu-container .gm-menu-item__link .gm-menu-item__txt {
  color: inherit !important;
  font-size: 22px !important;
  color: !important;
  height: 18px;
  display: inline-block;
  position: relative;
  padding-right: 40px;
  line-height: 1;
  margin-bottom: 10px;
}
.gm-mobile-menu-container .gm-menu-item__link .gm-menu-item__txt:before {
  content: "";
  font-size: 11px;
  position: absolute;
  display: block;
  height: 15px;
  width: 33px;
  border-radius: 15px;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.gm-mobile-menu-container .gm-menu-item__link .gm-menu-item__txt:after {
  content: "";
  position: absolute;
  display: block;
  height: 18px;
  width: 16px;
  top: 0px;
  right: 13px !important;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  mask-image: url("/wp-content/uploads/2023/11/angle-right-solid.svg");
  mask-size: 4px;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2023/11/angle-right-solid.svg");
  -webkit-mask-size: 6px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.gm-mobile-menu-container .gm-menu-item__link .gm-menu-item__txt:before {
  transition: all 0.3s ease-in-out;
}
.gm-mobile-menu-container .gm-menu-item__link .gm-menu-item__txt:after {
  background-color: #ffffff;
  right: 0px;
  transition: all 0.3s ease-in-out;
}
.gm-mobile-menu-container .hm-ss-titre a {
  color: !important;
}
.gm-mobile-menu-container .hm-ss-titre a:hover {
  color: #ffffff !important;
}
.gm-mobile-menu-container .hm_liste_picto .elementor-icon-list-item {
  padding: 5px 0px;
}
.gm-mobile-menu-container .hm_liste_picto .elementor-icon-list-item a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  font-size: calc(13px + (14 - 13) * ((100vw - 300px) / (900 - 300)));
}
.gm-mobile-menu-container .hm_liste_picto .elementor-icon-list-item a svg {
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.gm-mobile-menu-container .hm_liste_picto .elementor-icon-list-item a:hover {
  transition: all 0.3s ease-in-out;
}
.gm-mobile-menu-container .hm_liste_picto .elementor-icon-list-item a:hover svg {
  transition: all 0.3s ease-in-out;
}
.gm-mobile-menu-container .loop_realisations_menu {
  background-color: #ffffff;
  border-radius: 6px;
}
.gm-mobile-action-area-wrapper {
  width: 100%;
  display: block !important;
}
.gm-navigation-drawer--mobile .gm-dropdown-menu-wrapper {
  padding-left: 0px !important;
}
.sup_footer {
  background-color: #3b414c;
  color: #ffffff;
}
.sup_footer a {
  color: #ffffff;
}
.sup_footer a:hover {
  color: #0ec2b9;
}
.footer_m1 {
  background-color: #3b414c;
  border: 0px;
}
.footer_m1 .e-con-inner {
  border-top: 1px dotted #ffffff;
}
.footer_m1 .footer_logo {
  height: 90px !important;
}
.footer_m1 .footer_logo svg {
  fill: #3b414c;
  height: 90px !important;
  width: 100% !important;
}
.footer_m1 .footer_titre {
  color: #ffffff;
  text-transform: uppercase;
  font-size: calc(18px + (22 - 18) * ((100vw - 300px) / (2560 - 300)));
}
.footer_m1 p {
  color: #ffffff;
}
.footer_m1 a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.footer_m1 a:hover {
  color: #0ec2b9;
  transition: all 0.3s ease-in-out;
}
.footer_m1 .elementor-social-icon {
  background-color: transparent;
  border: 1px solid #ffffff;
  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 #00a29e;
  transition: all 0.3s ease-in-out;
}
.footer_m1 .elementor-social-icon:hover svg {
  fill: #00a29e;
  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: 10px;
}
.footer_m1 .footer_liste ul li a {
  text-transform: uppercase;
  color: #ffffff;
}
.footer_m1 .footer_liste ul li a:hover {
  color: #0ec2b9;
}
.copyright_m1 {
  background-color: #3b414c;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
}
.copyright_m1 .e-con-inner {
  border-top: 1px dotted #ffffff;
}
.copyright_m1 p {
  color: #ffffff;
}
.copyright_m1 a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.copyright_m1 a:hover {
  color: #0ec2b9;
  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-transform: uppercase;
  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 {
  margin-right: 10px;
}
.btn_footer .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_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: #0ec2b9;
}
.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: #0ec2b9 !important;
  transition: all 0.3s ease-in-out;
}
body {
  font-family: "Montserrat", sans-serif, sans-serif;
  font-size: 14px;
  color: #3b414c;
  font-weight: 300;
  line-height: 1.6;
  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;
}
/******************************
* Titres principaux
******************************/
.titre_1, .titre_1l, .titre_1r, .titre_1c {
  position: relative;
  font-size: calc(22px + (38 - 22) * ((100vw - 300px) / (1600 - 300)));
  color: #3b414c;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.titre_1 .elementor-heading-title, .titre_1l .elementor-heading-title, .titre_1r .elementor-heading-title, .titre_1c .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .titre_1 br, .titre_1l br, .titre_1r br, .titre_1c br {
    display: none;
  }
}
.titre_1 strong, .titre_1 b, .titre_1l strong, .titre_1l b, .titre_1r strong, .titre_1r b, .titre_1c strong, .titre_1c b {
  font-weight: 600;
}
.titre_1 span, .titre_1l span, .titre_1r span, .titre_1c span {
  color: #00a29e;
  font-weight: 600;
}
.titre_2, .titre_2l, .titre_2r, .titre_2c {
  position: relative;
  font-size: calc(22px + (38 - 22) * ((100vw - 300px) / (1600 - 300)));
  color: #3b414c;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.titre_2 .elementor-heading-title, .titre_2l .elementor-heading-title, .titre_2r .elementor-heading-title, .titre_2c .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .titre_2 br, .titre_2l br, .titre_2r br, .titre_2c br {
    display: none;
  }
}
.titre_2 strong, .titre_2 b, .titre_2l strong, .titre_2l b, .titre_2r strong, .titre_2r b, .titre_2c strong, .titre_2c b {
  font-weight: 600;
}
.titre_2 span, .titre_2l span, .titre_2r span, .titre_2c span {
  color: #00a29e;
  font-weight: 600;
}
.titre_3, .titre_3l, .titre_3r, .titre_3c {
  position: relative;
  font-size: calc(22px + (38 - 22) * ((100vw - 300px) / (1600 - 300)));
  color: #3b414c;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.titre_3 .elementor-heading-title, .titre_3l .elementor-heading-title, .titre_3r .elementor-heading-title, .titre_3c .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .titre_3 br, .titre_3l br, .titre_3r br, .titre_3c br {
    display: none;
  }
}
.titre_3 strong, .titre_3 b, .titre_3l strong, .titre_3l b, .titre_3r strong, .titre_3r b, .titre_3c strong, .titre_3c b {
  font-weight: 600;
}
.titre_3 span, .titre_3l span, .titre_3r span, .titre_3c span {
  color: #00a29e;
  font-weight: 600;
}
.titre_4, .titre_4l, .titre_4r, .titre_4c {
  position: relative;
  font-size: calc(22px + (38 - 22) * ((100vw - 300px) / (1600 - 300)));
  color: #3b414c;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.titre_4 .elementor-heading-title, .titre_4l .elementor-heading-title, .titre_4r .elementor-heading-title, .titre_4c .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .titre_4 br, .titre_4l br, .titre_4r br, .titre_4c br {
    display: none;
  }
}
.titre_4 strong, .titre_4 b, .titre_4l strong, .titre_4l b, .titre_4r strong, .titre_4r b, .titre_4c strong, .titre_4c b {
  font-weight: 600;
}
.titre_4 span, .titre_4l span, .titre_4r span, .titre_4c span {
  color: #00a29e;
  font-weight: 600;
}
/******************************
* Titres spe
******************************/
.titre_spe_1 {
  position: relative;
  font-size: calc(22px + (38 - 22) * ((100vw - 300px) / (1600 - 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
******************************/
.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: #02415d;
}
.link_color1 a:hover {
  color: #3b414c;
  transition: all 0.3s ease-in-out;
}
.link_color2 a {
  transition: all 0.3s ease-in-out;
  color: #00a29e;
}
.link_color2 a:hover {
  color: #3b414c;
  transition: all 0.3s ease-in-out;
}
.link_color3 a {
  transition: all 0.3s ease-in-out;
  color: #7a6e66;
}
.link_color3 a:hover {
  color: #3b414c;
  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: #3b414c;
}
/******************************
* images
******************************/
svg {
  min-height: 6px;
  min-width: 6px;
}
/******************************
* Liste
******************************/
.liste_puce_1 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.liste_puce_1 ul li {
  padding-left: 15px;
  position: relative;
}
.liste_puce_1 ul li:before {
  content: "";
  position: absolute;
  display: block;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  top: 10px;
  left: 0%;
  background-color: #3b414c;
}
/******************************
* Bloc txt img full
******************************/
.bloc_txt_imgD {
  position: relative;
}
.bloc_txt_imgD .colG {
  height: 100%;
}
.bloc_txt_imgD .colG .elementor-widget-container {
  padding-right: 55%;
}
@media screen and (max-width: 960px) {
  .bloc_txt_imgD .colG .elementor-widget-container {
    padding-right: 0%;
  }
}
.bloc_txt_imgD .colD {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 50%;
}
@media screen and (max-width: 960px) {
  .bloc_txt_imgD .colD {
    width: 100%;
    position: relative;
    transform: translateY(0%);
  }
}
.bloc_txt_imgD .colD .elementor-widget {
  height: 100%;
}
.bloc_txt_imgD .colD .elementor-widget-container {
  height: 100%;
}
.bloc_txt_imgD .colD .elementor-widget-container picture {
  height: 100%;
}
.bloc_txt_imgD .colD img {
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: 100% 50%;
  object-position: 100% 50%;
  font-family: "object-fit: cover; object-position: 100% 50%";
  width: 100%;
  height: 100%;
  display: block;
}
.bloc_txt_imgG {
  position: relative;
}
.bloc_txt_imgG .colG {
  height: 100%;
}
.bloc_txt_imgG .colG .elementor-widget-container {
  padding-left: 55%;
}
@media screen and (max-width: 960px) {
  .bloc_txt_imgG .colG .elementor-widget-container {
    padding-left: 0%;
  }
}
.bloc_txt_imgG .colD {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 50%;
}
@media screen and (max-width: 960px) {
  .bloc_txt_imgG .colD {
    width: 100%;
    position: relative;
    transform: translateY(0%);
  }
}
.bloc_txt_imgG .colD .elementor-widget {
  height: 100%;
}
.bloc_txt_imgG .colD .elementor-widget-container {
  height: 100%;
}
.bloc_txt_imgG .colD .elementor-widget-container picture {
  height: 100%;
}
.bloc_txt_imgG .colD img {
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
  font-family: "object-fit: cover; object-position: 0% 50%";
  width: 100%;
  height: 100%;
  display: block;
}
/******************************
* Filtres
******************************/
.filtre {
  position: relative;
}
.filtre:before {
  content: "" !important;
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
}
.filtre_noir:before {
  background-color: rgba(53, 48, 45, 0.35);
}
.filtre_color1:before {
  background-color: rgba(2, 65, 93, 0.35);
}
.filtre_color2:before {
  background-color: rgba(0, 162, 158, 0.35);
}
.filtre_color3:before {
  background-color: rgba(122, 110, 102, 0.35);
}
.filtre_color4:before {
  background-color: rgba(190, 184, 181, 0.35);
}
.filtre_color5:before {
  background-color: rgba(2, 65, 93, 0.35);
}
.filtre_color6:before {
  background-color: rgba(2, 65, 93, 0.35);
}
/******************************
* 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;
}
/************************
* 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: #3b414c !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: #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;
}
/*****************************************************************************************************************************
  * loop
******************************************************************************************************************************/
/************************
  * 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: 24px;
  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: 24px;
  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: 24px;
  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;
}
/************************
  * 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;
}
/************************
* Page article
*************************/
.ban_inte_actu .ban_bloc_meta .ban_cat_article {
  color: #ffffff;
  font-size: 16px;
  background-color: #3b414c;
  padding: 6px 0px 6px 12px;
  text-transform: uppercase;
}
.ban_inte_actu .ban_titre {
  position: relative;
  font-size: 40px;
  color: #3b414c;
  font-family: "Dancing Script", cursive;
  margin-top: -15px;
  text-transform: uppercase;
}
.ban_inte_actu .ban_titre span {
  font-weight: 800;
}
.ban_inte_actu .ban_titre .elementor-heading-title {
  line-height: 1.2 !important;
}
.ban_inte_actu .ban_date_article {
  font-size: 14px;
  color: #707070;
  border-bottom: 1px solid #EEEEEE !important;
}
.ban_inte_actu .breadcrumbs #breadcrumbs {
  color: #3b414c;
}
.ban_inte_actu .breadcrumbs #breadcrumbs span span {
  border: 1px solid #EEEEEE;
  border-radius: 25px;
  padding: 5px 10px;
}
.ban_inte_actu .breadcrumbs a {
  color: #3b414c;
  transition: all 0.3s ease-in-out;
}
.ban_inte_actu .breadcrumbs a:hover {
  color: #02415d;
  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;
}
.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;
}
.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;
}
.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;
}
.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: #00a29e;
  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: #02415d;
  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: #02415d;
  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: #00a29e;
  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: #02415d;
  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: #00a29e;
  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 #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-right: 10px;
  border-radius: 50% !important;
}
.form_elementor input[type="checkbox"]:checked {
  position: relative;
}
.form_elementor input[type="checkbox"]:checked:before {
  content: "";
  height: 20px;
  width: 20px;
  background-image: url("../icons/contact-circle-solid.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 12px;
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  text-align: center;
}
.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=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;
}
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 #3b414c;
  display: inline-block;
  margin-right: 10px;
  border-radius: 0px !important;
}
input[type="radio"]:checked {
  margin: 0px 10px 0px 0px;
  position: relative;
}
input[type="radio"]:checked:before {
  content: "";
  height: 20px;
  width: 20px;
  background-image: url("../icons/contact-circle-solid.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 16px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
}
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
/******	 Upload field
************************************/
.elementor-field-type-upload input[type="file"] {
  color: #7a6e66;
  cursor: pointer;
  position: relative;
  background-color: #00a29e;
  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: #7a6e66;
  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: #7a6e66;
  border: 0px;
  cursor: pointer;
}
/************************
* PLAN DU SITE
*************************/
#plan_du_site {
  margin-bottom: 2rem !important;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-section {
  padding: 1rem;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-title {
  border-bottom: 1px solid #3b414c;
  color: #3b414c;
  font-size: 32px;
  text-transform: uppercase;
  padding: 8px;
  margin-bottom: 1rem;
  font-family: "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;
}
/**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: #02415d;
  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;
}
