@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: #666666;
}
.txt_primary {
  color: #666666;
}
.bg_noir {
  background-color: #000000;
}
.txt_noir {
  color: #000000;
}
.bg_blanc {
  background-color: #ffffff;
}
.txt_blanc {
  color: #ffffff;
}
.bg_gris1 {
  background-color: #F2F2F2;
}
.txt_gris1 {
  color: #F2F2F2;
}
.bg_gris2 {
  background-color: #c4c4c4;
}
.txt_gris2 {
  color: #c4c4c4;
}
.bg_gris3 {
  background-color: #6c6d71;
}
.txt_gris3 {
  color: #6c6d71;
}
.bg_gris4 {
  background-color: #5b5b5b;
}
.txt_gris4 {
  color: #5b5b5b;
}
.bg_gris5 {
  background-color: #3f3f3f;
}
.txt_gris5 {
  color: #3f3f3f;
}
.bg_gris6 {
  background-color: #252525;
}
.txt_gris6 {
  color: #252525;
}
.bg_color1 {
  background-color: #8fc700;
}
.txt_color1 {
  color: #8fc700;
}
.bg_color2 {
  background-color: #1d374e;
}
.txt_color2 {
  color: #1d374e;
}
.bg_color3 {
  background-color: #000000;
}
.txt_color3 {
  color: #000000;
}
/**
*
* Colonne
*
****************/
.col2 p, .col3 p {
  margin: 0 !important;
}
.col2 ul, .col3 ul {
  margin-top: 0 !important;
}
@media screen and (min-width: 960px) {
  .col2 {
    columns: 2;
    column-gap: 25px;
    column-fill: balance;
  }
  .col3 {
    columns: 3;
    column-gap: 25px;
    column-fill: balance;
  }
}
/****************************************************** home links scroll ********************************************************/
.links_header_cv .elementor-button-link {
  color: #8fc700;
  font-size: 14px;
  padding: 0px 0px;
  min-width: 180px;
  border: 0px solid #1d374e;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  background-color: rgba(242, 242, 242, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  font-weight: 600;
}
.links_header_cv .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;
  position: relative;
}
.links_header_cv .elementor-button-link .elementor-button-content-wrapper:before {
  content: "" !important;
  position: absolute;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  background-color: #ffffff;
  z-index: 2;
}
.links_header_cv .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.links_header_cv .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: 40px;
  fill: #1d374e;
  transition: all 0.3s ease-in-out;
}
.links_header_cv .elementor-button-link .elementor-button-content-wrapper .elementor-button-text {
  z-index: 3;
}
.links_header_cv .elementor-button-link:visited {
  color: #8fc700;
}
.links_header_cv .elementor-button-link:visited svg {
  fill: #8fc700;
}
.links_header_cv .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: rgba(255, 255, 255, 0.5);
  border: 0px solid #8fc700;
  color: #ffffff;
}
.links_header_cv .elementor-button-link:hover .elementor-button-content-wrapper:before {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: #8fc700;
}
.links_header_cv .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_2l .gm-wrapper {
  width: 100%;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.header_2l .gm-wrapper:after {
  content: "";
  background-image: url("/wp-content/uploads/2024/09/shadow-menu.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 0%;
  position: absolute;
  height: 20px;
  width: 100%;
}
.header_2l .gm-inner .gm-container {
  transition: all 0.3s ease-in-out;
}
.header_2l .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;
  transform: rotate(0deg);
  -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;
}
.header_2l .gm-inner .gm-container .gm-logo a:hover {
  transform: rotate(360deg);
}
.header_2l .gm-inner .gm-container .gm-logo a img {
  transition: all 0.3s ease-in-out;
}
.header_2l .gm-inner .gm-main-menu-wrapper #gm-main-menu {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center !important;
}
.header_2l .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  width: 100%;
}
.header_2l .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item__txt-wrapper {
  transition: none !important;
}
.header_2l .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item--lvl-0.gm-open {
  background-color: #ffffff;
  color: #8fc700 !important;
  transition: all 0.3s ease-in-out;
}
.header_2l .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: #8fc700 !important;
}
.header_2l .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item--lvl-0 > a {
  padding: 32px 10px;
  margin: 0;
  background-color: transparent;
  color: #000000 !important;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.header_2l .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item--lvl-0 > a:hover, .header_2l .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item--lvl-0 > a:active {
  background-color: #ffffff;
  color: #8fc700 !important;
  transition: all 0.3s ease-in-out;
}
.header_2l .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu-wrapper .gm-dropdown-menu {
  border-top: 3px solid #8fc700 !important;
  background-color: #ffffff;
}
.header_2l .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-1, .header_2l .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_2l .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-1.gm-open, .header_2l .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-2.gm-open {
  background-color: #ffffff;
  color: #8fc700 !important;
  transition: all 0.3s ease-in-out;
}
.header_2l .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_2l .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: #8fc700 !important;
}
.header_2l .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-1 a:hover, .header_2l .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-1 a:active, .header_2l .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-2 a:hover, .header_2l .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-2 a:active {
  color: #8fc700 !important;
  transition: all 0.3s ease-in-out;
}
.header_2l .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_2l .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 #8fc700 !important;
  background-color: #ffffff;
}
.header_2l .gm-inner .gm-main-menu-wrapper .gm-inner {
  transition: none !important;
}
.header_2l.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_2l.fixed-header .gm-wrapper {
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  z-index: 99;
  transition: all 0.3s ease-in-out;
}
.header_2l.fixed-header .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item--lvl-0 > a {
  transition: all 0.3s ease-in-out;
}
.header_2l.fixed-header .gm-inner .gm-container {
  transition: all 0.3s ease-in-out;
}
.header_2l.fixed-header .gm-inner .gm-container .gm-logo a {
  align-items: flex-start;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.header_2l.fixed-header .gm-inner .gm-container .gm-logo a img {
  transition: all 0.3s ease-in-out;
}
.gm-menu-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 999999;
}
@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.telechargement_rond_gd {
  background-color: rgba(255, 255, 255, 0.4);
  height: 230px;
  width: 230px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  margin-top: 1.5rem;
  position: relative;
  transition: all 0.3s ease-in-out;
  transform: scale(0.95);
}
.telechargement_rond_gd:before {
  content: "" !important;
  position: absolute;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  top: -15px;
  right: -15px;
  bottom: -15px;
  left: -15px;
  background-color: rgba(255, 255, 255, 0.5);
}
.telechargement_rond_gd .elementor-widget-container {
  z-index: 2;
  position: relative;
}
.telechargement_rond_gd .elementor-widget-container a {
  display: block;
  height: 100%;
  width: 100%;
}
.telechargement_rond_gd .elementor-widget-container picture {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 34px;
}
.telechargement_rond_gd:hover {
  background-color: rgba(108, 109, 113, 0.4);
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  transform: scale(1.05);
}
.telechargement_rond_gd:hover:before {
  background-color: rgba(255, 255, 255, 0.5);
}
.txt_cv {
  position: relative;
  font-size: calc(20px + (24 - 20) * ((100vw - 300px) / (2560 - 300)));
  color: #8fc700;
  text-transform: uppercase;
  font-family: "Days One", sans-serif;
}
#footer_2L {
  background-color: #3b414c;
  border: 0px;
  padding: 2rem 0rem;
}
#footer_2L .footer_logo {
  height: 90px !important;
}
#footer_2L .footer_logo svg {
  fill: #666666;
  height: 90px !important;
  width: 100% !important;
}
#footer_2L .footer_titre {
  color: #ffffff;
  text-transform: uppercase;
}
#footer_2L p {
  color: #ffffff;
}
#footer_2L a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
#footer_2L a:hover {
  color: #8fc700;
  transition: all 0.3s ease-in-out;
}
#footer_2L .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_2L .elementor-social-icon {
    font-size: 14px;
  }
}
#footer_2L .elementor-social-icon svg {
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
#footer_2L .elementor-social-icon:hover {
  border: 1px solid #1d374e;
  transition: all 0.3s ease-in-out;
}
#footer_2L .elementor-social-icon:hover svg {
  fill: #1d374e;
  transition: all 0.3s ease-in-out;
}
#footer_2L .footer_menu .elementor-nav-menu--dropdown {
  background-color: transparent !important;
}
#footer_2L .footer_menu .elementor-nav-menu--dropdown a:hover {
  background-color: #ffffff;
}
#copyright_2l {
  background-color: #1f262d;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
}
#copyright_2l .footer_logo a {
  width: 100px;
  height: 100px;
  transform: rotate(0deg);
  -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;
}
#copyright_2l .footer_logo a:hover {
  transform: rotate(360deg);
}
#copyright_2l p {
  color: #ffffff;
}
#copyright_2l a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
#copyright_2l a:hover {
  color: #8fc700;
  transition: all 0.3s ease-in-out;
}
#copyright_2l .copyright_titre {
  font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (2560 - 300)));
  font-family: "Days One", sans-serif;
}
body {
  font-family: "Raleway", sans-serif, sans-serif;
  background-image: url("/wp-content/themes/hello-elementor-gm-child/assets/images/BG-body.jpg");
  background-repeat: repeat;
  font-size: 16px;
  color: #666666;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 1px;
}
body main {
  min-height: 69vh;
}
@media screen and (min-width: 960px) {
  body main {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 767px) and (max-width: 960px) {
  body main {
    margin-top: 0rem;
  }
}
.gm-nav-content-wrapper {
  will-change: inherit !important;
}
/******************************
* Titres principaux
******************************/
.titre_1 {
  position: relative;
  font-size: calc(30px + (38 - 30) * ((100vw - 300px) / (2560 - 300)));
  color: #666666;
  text-transform: uppercase;
  font-family: "Days One", sans-serif;
}
.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: #1d374e;
  font-weight: 600;
}
.titre_2, .titre_2_small {
  position: relative;
  font-size: calc(18px + (26 - 18) * ((100vw - 300px) / (2560 - 300)));
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Days One", sans-serif;
  height: 100px;
  width: 100%;
  background-image: url("/wp-content/uploads/2024/09/bg-titre.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  display: flex;
  justify-content: center !important;
  align-items: center !important;
}
.titre_2 .elementor-widget-container, .titre_2_small .elementor-widget-container {
  display: flex;
  justify-content: center !important;
  align-items: center !important;
}
.titre_2 .elementor-widget-container .elementor-heading-title, .titre_2_small .elementor-widget-container .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .titre_2 br, .titre_2_small br {
    display: none;
  }
}
.titre_2 strong, .titre_2 b, .titre_2_small strong, .titre_2_small b {
  font-weight: 600;
}
.titre_2 span, .titre_2_small span {
  color: #1d374e;
  font-weight: 600;
}
.titre_2_small {
  font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (2560 - 300)));
}
.titre_3 {
  position: relative;
  font-size: calc(20px + (24 - 20) * ((100vw - 300px) / (2560 - 300)));
  color: #666666;
  text-transform: uppercase;
  font-family: "Days One", sans-serif;
}
.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: #1d374e;
  font-weight: 600;
}
.titre_4 {
  position: relative;
  font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (2560 - 300)));
  color: #666666;
  text-transform: uppercase;
  font-family: "Days One", sans-serif;
}
.titre_4 .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .titre_4 br {
    display: none;
  }
}
.titre_4 strong, .titre_4 b {
  font-weight: 600;
}
.titre_4 span {
  color: #1d374e;
  font-weight: 600;
}
.titre_5 {
  position: relative;
  font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (2560 - 300)));
  color: #000000;
  font-family: "Days One", sans-serif;
}
.titre_5 .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .titre_5 br {
    display: none;
  }
}
.titre_5 strong, .titre_5 b {
  font-weight: 600;
}
.titre_5 span {
  color: #1d374e;
  font-weight: 600;
}
.titre_6 {
  position: relative;
  font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (2560 - 300)));
  color: #666666;
  font-family: "Days One", sans-serif;
}
.titre_6 .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .titre_6 br {
    display: none;
  }
}
.titre_6 strong, .titre_6 b {
  font-weight: 600;
}
.titre_6 span {
  color: #1d374e;
  font-weight: 600;
}
/******************************
* Titres spe
******************************/
.titre_spe_1 {
  position: relative;
  font-size: calc(22px + (38 - 22) * ((100vw - 300px) / (2560 - 300)));
  color: #666666;
  text-transform: uppercase;
  font-family: "Days One", 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: #1d374e;
  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: #8fc700;
}
.link_color1 a:hover {
  color: #666666;
  transition: all 0.3s ease-in-out;
}
.link_color2 a {
  transition: all 0.3s ease-in-out;
  color: #1d374e;
}
.link_color2 a:hover {
  color: #666666;
  transition: all 0.3s ease-in-out;
}
.link_color3 a {
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.link_color3 a:hover {
  color: #666666;
  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: #666666;
}
/******************************
* 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: #666666;
}
/******************************
* 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) / (2560 - 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: #1d374e;
  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;
}
.home_name {
  font-size: calc(28px + (46 - 28) * ((100vw - 300px) / (2560 - 300)));
  color: #5b5b5b;
  font-family: "Days One", sans-serif;
}
.home_name span {
  color: #8fc700;
}
@media screen and (max-width: 960px) {
  .home_name br {
    display: none;
  }
}
.home_charge_projet {
  text-align: center;
  font-size: calc(22px + (28 - 22) * ((100vw - 300px) / (2560 - 300)));
  color: #5b5b5b;
  font-weight: 300;
}
@media screen and (max-width: 960px) {
  .home_charge_projet br {
    display: none;
  }
}
.box_savoir .elementor-icon-box-wrapper {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: -10px 0px 13px -7px #c4c4c4, 10px 0px 13px -7px #c4c4c4, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  box-shadow: -10px 0px 13px -7px #c4c4c4, 10px 0px 13px -7px #c4c4c4, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  border-radius: 8px;
  padding: 10px 5px;
}
.box_savoir .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title {
  font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 600;
}
.box_savoir .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title span span {
  color: #8fc700;
  font-family: "Days One", sans-serif;
  font-size: calc(20px + (24 - 20) * ((100vw - 300px) / (2560 - 300)));
}
.box_savoir .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description {
  font-size: 14px;
}
/****************************************************** home links scroll ********************************************************/
.links_scroll .elementor-icon-wrapper .elementor-icon {
  height: 50px !important;
  width: 50px !important;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  position: relative;
}
.links_scroll .elementor-icon-wrapper .elementor-icon svg {
  font-size: 24px !important;
  fill: #8fc700;
  transition: all 0.3s ease-in-out;
}
.links_scroll .elementor-icon-wrapper .elementor-icon:before {
  content: "" !important;
  position: absolute;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  background-color: #ffffff;
}
.links_scroll .elementor-icon-wrapper .elementor-icon:hover {
  transition: all 0.3s ease-in-out;
}
.links_scroll .elementor-icon-wrapper .elementor-icon:hover svg {
  fill: #ffffff;
}
.links_scroll .elementor-icon-wrapper .elementor-icon:hover:before {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: #8fc700;
}
.separator_full {
  border-bottom: 1px solid #ffffff;
  margin: 2rem 0px !important;
  display: block;
}
.bloc_content {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 12px !important;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  overflow: hidden !important;
}
/************************
* Page divers
*************************/
#breadcrumbs {
  padding: 5px 15px;
  background-color: white;
  border-radius: 8px;
  display: inline-block;
  opacity: 0.35;
  transition: all 0.3s ease-in-out;
}
#breadcrumbs a {
  color: #6c6d71;
  transition: all 0.3s ease-in-out;
}
#breadcrumbs a:hover {
  color: #8fc700;
}
#breadcrumbs:hover {
  opacity: 1;
}
/****************************************************** home links date ********************************************************/
.links_date .elementor-heading-title {
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 10px 20px;
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
  display: block;
  font-weight: 600;
}
.links_date .elementor-heading-title:before {
  content: "" !important;
  position: absolute;
  transition: all 0.3s ease-in-out;
  border-radius: 12px;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  background-color: #ffffff;
  z-index: 1;
}
.links_date .elementor-heading-title:hover {
  color: #ffffff;
}
.links_date .elementor-heading-title:hover:before {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: #8fc700;
}
.links_date .elementor-heading-title a {
  z-index: 2;
  position: relative;
}
/****************************************************** page experience ********************************************************/
.bg_acti {
  position: relative;
  padding-left: 4rem !important;
  padding-right: 4rem;
}
@media screen and (max-width: 767px) {
  .bg_acti {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
.bg_acti:before {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  height: 100% !important;
  width: 40px !important;
  top: 0% !important;
  left: 15px !important;
  background-image: url("/wp-content/uploads/2024/09/bande-time-droite.png");
  background-position: 50% 50%;
  background-repeat: repeat-y;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .bg_acti:before {
    left: 5px;
    width: 20px !important;
    opacity: 0.5 !important;
  }
}
.bg_acti:after {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  height: 100% !important;
  width: 40px !important;
  top: 0% !important;
  right: 15px !important;
  background-image: url("/wp-content/uploads/2024/09/bande-time-droite.png");
  background-position: 50% 50%;
  background-repeat: repeat-y;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .bg_acti:after {
    right: 5px;
    width: 20px !important;
    opacity: 0.5;
  }
}
.acti_date {
  position: relative;
  font-size: calc(34px + (70 - 34) * ((100vw - 300px) / (2560 - 300)));
  color: #000000;
  text-transform: uppercase;
  font-family: "Days One", sans-serif;
  margin-bottom: 0;
}
.acti_date .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .acti_date br {
    display: none;
  }
}
.acti_date strong, .acti_date b {
  font-weight: 600;
}
.acti_date span {
  color: #8fc700;
  font-weight: 600;
}
.acti_duree {
  position: relative;
  font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (2560 - 300)));
  color: #666666;
  text-transform: uppercase;
  font-family: "Days One", sans-serif;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px 20px;
}
.acti_fonction {
  position: relative;
  font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (2560 - 300)));
  color: #8fc700;
  text-transform: uppercase;
  font-family: "Days One", sans-serif;
}
.acti_societe {
  position: relative;
  font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (2560 - 300)));
  color: #666666;
  text-transform: uppercase;
  font-family: "Days One", sans-serif;
}
/****************************************************** page experience ********************************************************/
.bg_competance {
  position: relative;
  padding-left: 4rem !important;
  padding-right: 4rem;
}
@media screen and (max-width: 767px) {
  .bg_competance {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
.bg_competance:before {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  height: 100% !important;
  width: 40px !important;
  top: 0% !important;
  left: 0px !important;
  background-image: url("/wp-content/uploads/2024/09/bande-gauche.jpg");
  background-position: 50% 50%;
  background-repeat: repeat-y;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .bg_competance:before {
    width: 20px !important;
    opacity: 0.5 !important;
  }
}
.bg_competance:after {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  height: 100% !important;
  width: 40px !important;
  top: 0% !important;
  right: 0px !important;
  background-image: url("/wp-content/uploads/2024/09/bande-gauche.jpg");
  background-position: 50% 50%;
  background-repeat: repeat-y;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .bg_competance:after {
    width: 20px !important;
    opacity: 0.5 !important;
  }
}
/************************
* 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: #666666 !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: #666666;
  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: #8fc700;
  transition: all 0.3s ease-in-out;
}
.elementor-post-navigation .post-navigation__arrow-prev i, .elementor-post-navigation .post-navigation__arrow-next i {
  color: #666666;
  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: #8fc700;
  transition: all 0.3s ease-in-out;
}
.elementor-pagination {
  padding: 3rem 1rem;
}
.elementor-pagination .page-numbers {
  background-color: #ffffff;
  color: #666666;
  width: 36px;
  height: 36px;
  display: inline-block;
  border: 1px solid #c4c4c4;
  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: #8fc700 !important;
  color: #ffffff !important;
  transition: all 0.3s ease-in-out;
  border: 1px solid #8fc700;
}
.elementor-pagination .current {
  background-color: #8fc700 !important;
  color: #ffffff !important;
  border: 1px solid #8fc700;
  transition: all 0.3s ease-in-out;
}
/*****************************************************************************************************************************
  * loop
******************************************************************************************************************************/
/************************
  * loop actu
*************************/
.loop_actu {
  position: relative;
  padding: 8px !important;
}
.loop_actu:after {
  content: "";
  position: absolute;
  display: block;
  height: calc(100% - 16px);
  width: calc(100% - 16px);
  border: 1px solid;
  top: 16px;
  left: 16px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.loop_actu .e-con-inner {
  border: 1px solid;
  background-color: #ffffff;
  overflow: hidden !important;
  border-radius: 8px;
  z-index: 2;
}
.loop_actu .filtre_articles_name {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #666666;
  border-radius: 8px;
  padding: 4px 8px;
  font-weight: 600;
  font-size: 12px;
}
.loop_actu .info_publication {
  margin-top: -40px;
}
.loop_actu .loop_date {
  font-size: 12px;
  font-weight: 500;
  color: #666666;
  border-radius: 8px;
  padding: 4px 8px;
}
.loop_actu .loop_cat {
  font-size: 12px;
  font-weight: 500;
  color: #666666;
  border-radius: 8px;
  padding: 4px 8px;
}
.loop_actu .loop_cat a {
  color: #666666;
  transition: all 0.3s ease-in-out;
}
.loop_actu .loop_img {
  overflow: hidden;
}
.loop_actu .loop_titre {
  padding: 0px 10px;
}
.loop_actu .loop_titre a {
  color: !important;
  font-size: 14px !important;
  font-weight: 600;
  line-height: 1 !important;
  transition: all 0.3s ease-in-out;
}
.loop_actu .loop_desc {
  padding: 0px 10px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
.loop_actu .btn_lirelasuite {
  margin: 0px 10px;
}
.loop_actu:hover:after {
  content: "";
  position: absolute;
  display: block;
  height: calc(100% - 16px);
  width: calc(100% - 16px);
  border: 1px solid;
  top: 0px;
  left: 0px;
  border-radius: 8px;
  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: !important;
  transition: all 0.3s ease-in-out;
}
.loop_actu:hover .btn_lirelasuite .elementor-button-link {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 0px;
  color: !important;
}
.loop_actu:hover .btn_lirelasuite .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: !important;
  transition: all 0.3s ease-in-out;
}
/************************
  * Page archives
*************************/
.ban_archive .titre_top {
  position: relative;
  font-size: 24px;
  color: #666666;
  font-family: "Days One", sans-serif;
}
.ban_archive .titre_top span {
  font-weight: 600;
}
.ban_archive .ban_titre {
  position: relative;
  font-size: 40px;
  color: #666666;
  font-family: "Days One", sans-serif;
  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: #666666;
}
.ban_archive .breadcrumbs #breadcrumbs span span {
  border: 1px solid #c4c4c4;
  border-radius: 25px;
  padding: 5px 10px;
}
.ban_archive .breadcrumbs a {
  color: #666666;
  transition: all 0.3s ease-in-out;
}
.ban_archive .breadcrumbs a:hover {
  color: #8fc700;
  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: #666666;
  padding: 6px 0px 6px 12px;
  text-transform: uppercase;
}
.ban_inte_actu .ban_titre {
  position: relative;
  font-size: 40px;
  color: #666666;
  font-family: "Days One", sans-serif;
  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: #6c6d71;
  border-bottom: 1px solid #c4c4c4 !important;
}
.ban_inte_actu .breadcrumbs #breadcrumbs {
  color: #666666;
}
.ban_inte_actu .breadcrumbs #breadcrumbs span span {
  border: 1px solid #c4c4c4;
  border-radius: 25px;
  padding: 5px 10px;
}
.ban_inte_actu .breadcrumbs a {
  color: #666666;
  transition: all 0.3s ease-in-out;
}
.ban_inte_actu .breadcrumbs a:hover {
  color: #8fc700;
  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: #8fc700;
  border-radius: 50%;
  z-index: 999;
  cursor: pointer;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  #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: #8fc700;
  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: #1d374e;
  color: #ffffff;
  font-size: 14px;
  padding: 0px 20px;
  min-width: 200px;
  border: 1px solid #1d374e;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  transform: scale(1);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  font-weight: 600;
}
.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: #1d374e;
  transition: all 0.3s ease-in-out;
}
.btn_cta_1 .elementor-button-link:visited {
  color: #ffffff;
}
.btn_cta_1 .elementor-button-link:visited svg {
  fill: #ffffff;
}
.btn_cta_1 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: #8fc700;
  border: 1px solid #8fc700;
  color: #ffffff;
  transform: scale(1.05);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
}
.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: #1d374e;
  font-size: 14px;
  padding: 0px 20px;
  min-width: 200px;
  border: 1px solid #1d374e;
  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: #1d374e;
  transition: all 0.3s ease-in-out;
}
.btn_link_1 .elementor-button-link:visited {
  color: #1d374e;
}
.btn_link_1 .elementor-button-link:visited svg {
  fill: #1d374e;
}
.btn_link_1 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: #1d374e;
  border: 1px solid #1d374e;
  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: #8fc700;
  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: #8fc700;
  transition: all 0.3s ease-in-out;
}
.btn_lirelasuite .elementor-button-link:visited, .btn_lirelasuite .elementor-button-link:focus {
  color: #8fc700;
}
.btn_lirelasuite .elementor-button-link:visited svg, .btn_lirelasuite .elementor-button-link:focus svg {
  fill: #8fc700;
}
.btn_lirelasuite .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 0px;
  color: #1d374e;
}
.btn_lirelasuite .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #1d374e !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: 767px) {
  .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: #8fc700;
  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;
}
.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;
  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: #8fc700;
  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: 44px;
  background-color: #000000;
  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: #8fc700;
  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 {
  color: #ffffff;
}
.btn_fix .elementor-button-link:visited 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: #000000;
  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: #8fc700;
  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 #8fc700;
  height: 50px;
  border-radius: 0px;
}
.form_elementor .elementor-field-textual {
  border: 1px solid #8fc700;
  padding: 10px;
  background-color: transparent;
  color: 1px solid #1d374e;
  border-radius: 0px;
}
.form_elementor .elementor-field-label {
  color: #666666;
  font-size: 16px;
}
.form_elementor .elementor-field-type-acceptance a {
  color: #8fc700;
  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 #8fc700;
  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: #8fc700;
  border: 0px solid #6c6d71;
  color: #666666;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: 1px;
}
.form_elementor .elementor-button:hover {
  background-color: #1d374e;
  color: #ffffff;
  border: 0px solid #8fc700;
  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: #1d374e !important;
  opacity: 1;
}
.form_elementor input::-moz-placeholder, .form_elementor textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #1d374e !important;
  opacity: 1;
}
.form_elementor input::-ms-input-placeholder, .form_elementor textarea::-ms-input-placeholder {
  /* IE 10+ */
  color: #1d374e !important;
  opacity: 1;
}
.form_elementor input::-moz-placeholder, .form_elementor textarea::-moz-placeholder {
  /* Firefox 18- */
  color: #1d374e !important;
  opacity: 1;
}
.form_elementor input::placeholder, .form_elementor textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #1d374e !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 #666666;
  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: #666666;
  cursor: pointer;
  position: relative;
  background-color: #ffffff;
  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: #666666;
  mask-image: url("/wp-content/themes/hello-elementor-gm-child/assets/images/download.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 0%;
  -webkit-mask-image: url("/wp-content/themes/hello-elementor-gm-child/assets/images/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: #666666;
  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: "Days One", 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: #8fc700;
  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;
}
