@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: #20526D;
}
.txt_primary {
  color: #20526D;
}
.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: #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: #20526D;
}
.txt_color1 {
  color: #20526D;
}
.bg_color2 {
  background-color: #6E8B60;
}
.txt_color2 {
  color: #6E8B60;
}
.bg_color3 {
  background-color: #BBC554;
}
.txt_color3 {
  color: #BBC554;
}
.bg_color4 {
  background-color: #AE17E3;
}
.txt_color4 {
  color: #AE17E3;
}
.bg_color5 {
  background-color: #DF09AD;
}
.txt_color5 {
  color: #DF09AD;
}
.bg_color6 {
  background-color: #E4EFF8;
}
.txt_color6 {
  color: #E4EFF8;
}
.bg_color7 {
  background-color: #F5F7E5;
}
.txt_color7 {
  color: #F5F7E5;
}
.bg_color8 {
  background-color: #F4F6F8;
}
.txt_color8 {
  color: #F4F6F8;
}
/**
*
* Colonne
*
****************/
.col2 p, .col3 p {
  margin: 0 !important;
}
.col2 ul, .col3 ul {
  margin-top: 0 !important;
}
@media screen and (min-width: 880px) {
  .col2 {
    columns: 2;
    column-gap: 25px;
    column-fill: balance;
  }
  .col3 {
    columns: 3;
    column-gap: 25px;
    column-fill: balance;
  }
}
.menu_top {
  background: linear-gradient(90deg, #20526d 0%, #20526d 40%, #6e8b60 75%, #bbc554 100%);
}
.menu_top > .e-con-inner {
  gap: 40px !important;
}
.menu_top .menu_top_btn {
  height: 20px;
  display: flex;
}
.menu_top .menu_top_btn:not(:last-child) {
  position: relative;
}
.menu_top .menu_top_btn:not(:last-child):after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #ffffff;
}
.menu_top .menu_top_btn .elementor-button-link {
  background-color: transparent;
  color: #ffffff;
  font-size: 14px;
  padding: 0px 0px;
  border: 0px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}
.menu_top .menu_top_btn .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: 20px;
}
.menu_top .menu_top_btn .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 5px;
}
.menu_top .menu_top_btn .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 16px;
  width: 16px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.menu_top .menu_top_btn .elementor-button-link:visited, .menu_top .menu_top_btn .elementor-button-link:focus {
  color: #ffffff;
}
.menu_top .menu_top_btn .elementor-button-link:visited svg, .menu_top .menu_top_btn .elementor-button-link:focus svg {
  fill: #ffffff;
}
.menu_top .menu_top_btn .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 0px;
  color: #BBC554;
}
.menu_top .menu_top_btn .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #BBC554 !important;
  transition: all 0.3s ease-in-out;
}
.menu_top .menu_connect .e-n-menu-title {
  flex-direction: row-reverse;
  padding-right: 0px;
  padding-left: 0px;
}
.menu_top .menu_connect button {
  margin-right: 5px;
  margin-left: 0px;
}
.header_menu .menu_content {
  color: #ffffff;
}
.header_menu .menu_content .elementor-heading-title {
  color: #ffffff;
}
.header_menu .menu_content .menu_titre {
  font-size: 16px;
  text-decoration: underline;
}
.header_menu .menu_content .menu_liste_item .elementor-image-box-img {
  height: 35px;
  width: 35px !important;
  background-color: #F5F7E5;
  border-radius: 50%;
  aspect-ratio: 1;
  padding: 3px;
}
.header_menu .menu_content .menu_liste_item .elementor-image-box-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}
.header_menu .menu_content .menu_liste_item .elementor-image-box-title a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.header_menu .menu_content .menu_liste_item:hover .elementor-image-box-title a {
  color: #BBC554;
  transition: all 0.3s ease-in-out;
}
.header_menu .menu_content p {
  margin-bottom: 0px;
}
.header_menu .menu_content .menu_btn .elementor-button-link {
  background-color: transparent;
  color: #BBC554;
  font-size: 13px;
  font-weight: 600;
  padding: 0px;
  border: 0px solid #6E8B60;
  transition: all 0.3s ease-in-out;
}
.header_menu .menu_content .menu_btn .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: auto;
}
.header_menu .menu_content .menu_btn .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.header_menu .menu_content .menu_btn .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 20px;
  width: 20px;
  fill: #BBC554;
  transform: translateX(0px);
  transition: all 0.3s ease-in-out;
}
.header_menu .menu_content .menu_btn .elementor-button-link:visited, .header_menu .menu_content .menu_btn .elementor-button-link:focus {
  color: #BBC554;
}
.header_menu .menu_content .menu_btn .elementor-button-link:visited svg, .header_menu .menu_content .menu_btn .elementor-button-link:focus svg {
  fill: #BBC554;
}
.header_menu .menu_content .menu_btn .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 0px solid #6E8B60;
  color: #ffffff;
}
.header_menu .menu_content .menu_btn .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transform: translateX(10px);
  transition: all 0.3s ease-in-out;
}
.sup_footer {
  background-color: #20526D;
  color: #ffffff;
}
.sup_footer a {
  color: #ffffff;
}
.sup_footer a:hover {
  color: #BBC554;
}
.footer_m1 {
  background: linear-gradient(125deg, #20526d 0%, #bbc554 90%);
  border: 0px;
}
.footer_m1 .footer_logo {
  height: 90px !important;
}
.footer_m1 .footer_logo svg {
  fill: #20526D;
  height: 90px !important;
  width: 100% !important;
}
.footer_m1 .footer_titre {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.footer_m1 p {
  color: #ffffff;
}
.footer_m1 a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.footer_m1 a:hover {
  color: #20526D;
  transition: all 0.3s ease-in-out;
}
.footer_m1 .elementor-social-icon {
  background-color: transparent;
  border: 0px solid #ffffff;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  margin: 2px;
}
@media screen and (max-width: 880px) {
  .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: 0px solid #6E8B60;
  transition: all 0.3s ease-in-out;
}
.footer_m1 .elementor-social-icon:hover svg {
  fill: #BBC554;
  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;
  line-height: 1.2;
}
.footer_m1 .footer_liste ul li a {
  color: #ffffff;
  font-size: 13px;
}
.footer_m1 .footer_liste ul li a:hover {
  color: #20526D;
}
.footer_m1 .footer_bloc_avis {
  width: fit-content !important;
}
@media screen and (min-width: 767px) {
  .footer_m1 .footer_bloc_avis {
    position: relative;
  }
  .footer_m1 .footer_bloc_avis:first-child:after {
    content: "";
    position: absolute;
    display: block;
    top: 0%;
    right: -15px;
    height: 100%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.5);
  }
}
.footer_m1 .footer_bloc_avis .elementor-icon-wrapper {
  height: 25px;
}
.footer_m1 .footer_mentions {
  font-size: 12px;
  font-weight: 500;
}
.copyright_m1 {
  background-color: #20526D;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
}
.copyright_m1 p {
  color: #ffffff;
}
.copyright_m1 a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.copyright_m1 a:hover {
  color: #BBC554;
  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: #20526D;
}
.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: #20526D !important;
  transition: all 0.3s ease-in-out;
}
.box_cta_formation {
  position: fixed !important;
  top: 50% !important;
  right: 0% !important;
  transform: translate(0%, -50%) !important;
  box-shadow: -2px 0px 6px 0px rgba(0, 0, 0, 0.15) !important;
  transform: scale(0.95) !important;
  border-top: 2px solid #BBC554;
  border-bottom: 2px solid #BBC554;
  border-left: 2px solid #BBC554;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .box_cta_formation {
    top: 100% !important;
    left: 50%;
    transform: translateX(-50%) translateY(-100%) !important;
  }
}
.box_cta_formation:hover {
  transform: scale(1) !important;
  border-top: 2px solid #6E8B60;
  border-bottom: 2px solid #6E8B60;
  border-left: 2px solid #6E8B60;
}
@media screen and (max-width: 767px) {
  .box_cta_formation:hover {
    top: 100% !important;
    left: 50%;
    transform: translateX(-50%) translateY(-100%) !important;
  }
}
body {
  font-family: "Montserrat", sans-serif, sans-serif;
  font-size: 15px;
  color: #20526D;
  font-weight: 400;
  line-height: 1.6;
}
body main {
  min-height: 69vh;
  position: relative;
}
@media screen and (min-width: 880px) {
  body main {
    margin-top: 0rem;
  }
}
@media screen and (min-width: 767px) and (max-width: 880px) {
  body main {
    margin-top: 0rem;
  }
}
.gm-nav-content-wrapper {
  will-change: inherit !important;
}
:target {
  scroll-margin-top: 130px;
}
/******************************
* Titres principaux
******************************/
.titre_1, .titre_1l, .titre_1r, .titre_1c {
  position: relative;
  font-size: calc(22px + (35 - 22) * ((100vw - 300px) / (2560 - 300)));
  color: #20526D;
  font-weight: 800;
  font-family: "Montserrat", 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.2;
}
@media screen and (max-width: 880px) {
  .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: #6E8B60;
  font-weight: 600;
}
.titre_2, .titre_2i_c1, .titre_2i_c3, .titre_2i_c5, .titre_2i_blanc {
  position: relative;
  font-size: calc(24px + (28 - 24) * ((100vw - 300px) / (2560 - 300)));
  color: #20526D;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.titre_2 .elementor-heading-title, .titre_2i_c1 .elementor-heading-title, .titre_2i_c3 .elementor-heading-title, .titre_2i_c5 .elementor-heading-title, .titre_2i_blanc .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 880px) {
  .titre_2 br, .titre_2i_c1 br, .titre_2i_c3 br, .titre_2i_c5 br, .titre_2i_blanc br {
    display: none;
  }
}
.titre_2 strong, .titre_2 b, .titre_2i_c1 strong, .titre_2i_c1 b, .titre_2i_c3 strong, .titre_2i_c3 b, .titre_2i_c5 strong, .titre_2i_c5 b, .titre_2i_blanc strong, .titre_2i_blanc b {
  font-weight: 800;
}
.titre_2 span, .titre_2i_c1 span, .titre_2i_c3 span, .titre_2i_c5 span, .titre_2i_blanc span {
  color: #BBC554;
}
.titre_2i_c1 .elementor-heading-title, .titre_2i_c3 .elementor-heading-title, .titre_2i_c5 .elementor-heading-title, .titre_2i_blanc .elementor-heading-title {
  padding-left: 40px;
  position: relative;
}
.titre_2i_c1 .elementor-heading-title:before, .titre_2i_c3 .elementor-heading-title:before, .titre_2i_c5 .elementor-heading-title:before, .titre_2i_blanc .elementor-heading-title:before {
  content: "";
  position: absolute;
  display: block;
  top: 4px;
  left: 0%;
  height: 30px;
  width: 30px;
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-image: url("/wp-content/uploads/2025/10/picto-objectifs.svg");
  -webkit-mask-image: url("/wp-content/uploads/2025/10/picto-objectifs.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.titre_2i_c1 .elementor-heading-title:before {
  background-color: #20526D;
}
.titre_2i_c1 span {
  color: #20526D;
}
.titre_2i_c3 .elementor-heading-title:before {
  background-color: #BBC554;
}
.titre_2i_c3 span {
  color: #BBC554;
}
.titre_2i_c5 .elementor-heading-title:before {
  background-color: #DF09AD;
}
.titre_2i_c5 span {
  color: #DF09AD;
}
.titre_2i_blanc .elementor-heading-title:before {
  background-color: #ffffff;
}
.titre_2i_blanc span {
  color: #ffffff;
}
.titre_3 {
  position: relative;
  font-size: 16px;
  color: #20526D;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}
.titre_3 .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 880px) {
  .titre_3 br {
    display: none;
  }
}
.titre_3 strong, .titre_3 b {
  font-weight: 900;
}
.titre_3 span {
  color: #6E8B60;
}
.titre_4_c1, .titre_4_c3, .titre_4_c5, .titre_4_blanc {
  position: relative;
  font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (2560 - 300)));
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.titre_4_c1 .elementor-heading-title, .titre_4_c3 .elementor-heading-title, .titre_4_c5 .elementor-heading-title, .titre_4_blanc .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 880px) {
  .titre_4_c1 br, .titre_4_c3 br, .titre_4_c5 br, .titre_4_blanc br {
    display: none;
  }
}
.titre_4_c1 span, .titre_4_c3 span, .titre_4_c5 span, .titre_4_blanc span {
  font-weight: 400;
}
.titre_4_c1 {
  color: #20526D;
}
.titre_4_c3 {
  color: #BBC554;
}
.titre_4_c5 {
  color: #DF09AD;
}
.titre_4_blanc {
  color: #ffffff;
}
/******************************
* Titres spe
******************************/
.titre_spe_1 {
  position: relative;
  font-size: calc(22px + (38 - 22) * ((100vw - 300px) / (2560 - 300)));
  color: #20526D;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.titre_spe_1 .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 880px) {
  .titre_spe_1 br {
    display: none;
  }
}
.titre_spe_1 strong, .titre_spe_1 b {
  font-weight: 600;
}
.titre_spe_1 span {
  color: #6E8B60;
  font-weight: 600;
}
.suptitre {
  font-size: calc(20px + (24 - 20) * ((100vw - 300px) / (2560 - 300)));
}
.suptitre .elementor-heading-title {
  color: #BBC554 !important;
}
.titre_28, .titre_28_blanc {
  font-size: calc(24px + (28 - 24) * ((100vw - 300px) / (2560 - 300)));
}
.titre_28 .elementor-heading-title, .titre_28_blanc .elementor-heading-title {
  line-height: 1.4;
}
.titre_28_blanc {
  color: #ffffff;
}
.titre_28_blanc .elementor-heading-title {
  color: #ffffff;
}
.titre_stroke_1 {
  font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (2560 - 300)));
  color: #ffffff;
  font-weight: 600;
}
.titre_stroke_1 span {
  font-size: calc(48px + (68 - 48) * ((100vw - 300px) / (2560 - 300)));
  color: transparent;
  font-weight: 700;
  -webkit-text-stroke: 2px #BBC554;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}
/******************************
* Padding / margin spe
******************************/
.p_margin_0 p {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}
/******************************
* Couleur
******************************/
.txt_blanc {
  color: #ffffff;
}
/******************************
* Titres spe
******************************/
.row_top_blanc {
  position: relative;
  padding-top: calc(120px + 2rem) !important;
}
.row_top_blanc:before {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  top: 0% !important;
  left: 0% !important;
  width: 100% !important;
  height: 120px !important;
  background-color: #ffffff;
}
/******************************
* link Couleur
******************************/
.link_color1 a {
  transition: all 0.3s ease-in-out;
  color: #20526D;
}
.link_color1 a:hover {
  color: #20526D;
  transition: all 0.3s ease-in-out;
}
.link_color2 a {
  transition: all 0.3s ease-in-out;
  color: #6E8B60;
}
.link_color2 a:hover {
  color: #20526D;
  transition: all 0.3s ease-in-out;
}
.link_color3 a {
  transition: all 0.3s ease-in-out;
  color: #BBC554;
}
.link_color3 a:hover {
  color: #20526D;
  transition: all 0.3s ease-in-out;
}
.link_color4 a {
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.link_color4 a:hover {
  color: #BBC554;
  transition: all 0.3s ease-in-out;
}
.link_color5 a {
  transition: all 0.3s ease-in-out;
  color: #20526D;
}
.link_color5 a:hover {
  color: #BBC554;
  transition: all 0.3s ease-in-out;
}
/******************************
* BLOCS
******************************/
.bg_degrad_1 {
  background: linear-gradient(0deg, #df09ad 0%, #ae17e3 100%);
}
.bg_degrad_2 {
  background: linear-gradient(0deg, #20526d 0%, #6e8b60 40%, #bbc554 100%);
}
.bg_degrad_3 {
  background: linear-gradient(0deg, #eeeded 0%, #f8f8f8 100%);
}
.bg_degrad_4 {
  background: linear-gradient(0deg, #20526d 0%, #102937 100%);
}
.bg_degrad_5 {
  background: linear-gradient(125deg, #20526d 0%, #bbc554 90%);
}
.bg_degrad_6 {
  background: linear-gradient(125deg, #27556B 20%, #6E8B60 50%, #bbc554 80%);
}
.bg_degrad_7 {
  background: linear-gradient(0deg, #BBC554 0%, #6E8B60 50%, #6E8B60 100%);
}
.bg_degrad_4 {
  background: linear-gradient(0deg, #20526d 0%, #102937 100%);
  color: #ffffff;
}
.bg_degrad_4 .elementor-heading-title {
  color: #ffffff;
}
.bg_degrad_4b {
  background: linear-gradient(0deg, #102937 0%, #20526d 100%);
  color: #ffffff;
}
.bg_degrad_4b .elementor-heading-title {
  color: #ffffff;
}
.bg_degrad_4c {
  background: linear-gradient(90deg, #102937 0%, #20526d 100%);
  color: #ffffff;
}
.bg_degrad_4c .elementor-heading-title {
  color: #ffffff;
}
.bg_spe_1 {
  background-color: #20526D;
}
.bg_clair {
  background-color: rgba(32, 82, 109, 0.05);
}
.bg_color1 {
  background-color: #20526D;
  color: #ffffff;
}
.bg_color1 .elementor-heading-title {
  color: #ffffff;
}
.bg_superp {
  position: relative;
}
.bg_superp:after {
  content: "";
  position: absolute;
  display: block;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #20526D;
  opacity: 0.55;
  z-index: 1;
  mix-blend-mode: multiply;
}
.bg_superp > .e-con-inner {
  z-index: 2;
}
.blocs_number .elementor-counter .elementor-counter-title {
  font-weight: 700 !important;
  text-transform: uppercase;
  font-size: 15px !important;
}
.blocs_number .elementor-counter .elementor-counter-number-prefix, .blocs_number .elementor-counter .elementor-counter-number, .blocs_number .elementor-counter .elementor-counter-number-suffix {
  font-size: calc(40px + (50 - 40) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 700;
  color: #20526D;
}
/******************************
* images
******************************/
svg {
  min-height: 6px;
  min-width: 6px;
}
.img_spe_1 img {
  border-radius: 50% !important;
  overflow: hidden !important;
  width: 100%;
  aspect-ratio: 1;
  margin-bottom: 120px;
  position: relative;
  z-index: 2 !important;
}
.img_spe_1:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0%;
  left: 0%;
  width: 220px;
  height: 220px;
  background-color: #BBC554;
  mask-image: url("/wp-content/uploads/2025/12/forme-rond.svg");
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2025/12/forme-rond.svg");
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.img_spe_2 img {
  border-radius: 50% !important;
  overflow: hidden !important;
  width: 100%;
  aspect-ratio: 1;
  margin-bottom: 120px;
  position: relative;
  z-index: 2 !important;
}
.img_spe_2:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0%;
  right: 0%;
  width: 220px;
  height: 220px;
  background-color: #BBC554;
  mask-image: url("/wp-content/uploads/2025/12/forme-rond.svg");
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2025/12/forme-rond.svg");
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.img_zigzig {
  position: relative;
  padding-bottom: 50px;
  z-index: 1;
}
.img_zigzig img {
  border-radius: 15px !important;
  overflow: hidden !important;
  position: relative;
  z-index: 2 !important;
  -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% !important;
  height: 100% !important;
  display: block;
}
.img_zigzig:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0%;
  right: -25px;
  width: 100px;
  height: 100px;
  background-image: url("/wp-content/uploads/2026/01/picto-forme-zigzag.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 3;
}
.after_zigzig .e-con-inner {
  position: relative;
  z-index: 1;
}
.after_zigzig .e-con-inner:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -50px;
  right: -25px;
  width: 100px;
  height: 100px;
  background-image: url("/wp-content/uploads/2026/01/picto-forme-zigzag.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 3;
}
/******************************
* Liste
******************************/
.liste_puce_0 ul {
  margin-right: 0px !important;
  padding-left: 0px !important;
}
.liste_puce_0 ul li {
  padding-bottom: 5px;
  position: relative;
}
.liste_puce_1 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.liste_puce_1 ul li {
  padding-left: 30px;
  padding-bottom: 5px;
  position: relative;
}
.liste_puce_1 ul li:before {
  content: "";
  position: absolute;
  display: block;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  top: 8px;
  left: 8px;
  background-color: #BBC554;
}
.liste_number_1 ul {
  counter-reset: my-awesome-counter;
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.liste_number_1 ul li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
}
.liste_number_1 ul li:before {
  content: counter(my-awesome-counter) " ";
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 10px;
  font-weight: 500;
  top: 0%;
  left: 0%;
  border-radius: 50%;
  background-color: #BBC554;
  color: #ffffff;
}
.liste_certif ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.liste_certif ul li {
  position: relative;
  flex: 1 1 auto;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}
.liste_certif ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: rgba(47, 93, 115, 0.35);
}
.liste_certif ul li:last-child::after {
  display: none;
}
@media screen and (max-width: 880px) {
  .liste_certif {
    flex-wrap: wrap;
    gap: 30px 0;
  }
  .liste_certif li {
    flex: 0 0 50%;
    padding: 10px 10px;
  }
  .liste_certif li::after {
    display: none;
  }
}
/******************************
* Accordéons
******************************/
.accordeon_1 .e-n-accordion .e-n-accordion-item-title .e-n-accordion-item-title-icon span {
  height: 40px;
  width: 40px;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 2px 2px 10px 3px rgba(32, 82, 109, 0.15);
  align-items: center;
  justify-content: center;
}
.accordeon_1 .e-n-accordion .e-n-accordion-item-title .e-n-accordion-item-title-icon span svg {
  height: 16px;
  width: 16px;
}
.accordeon_2 .e-n-accordion .e-n-accordion-item {
  border-radius: 16px !important;
  background-color: rgba(32, 82, 109, 0.05);
  padding: 0px 20px !important;
}
.accordeon_2 .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title {
  padding: 20px 0px !important;
  line-height: 1;
}
.accordeon_2 .e-n-accordion .e-n-accordion-item :where(.elementor-widget-n-accordion .e-n-accordion-item > .e-con) {
  padding: 0px 0px 20px 0px !important;
}
.accordeon_2 .e-n-accordion .e-n-accordion-item :where(.elementor-widget-n-accordion .e-n-accordion-item > .e-con) p {
  margin-bottom: 0px;
}
/******************************
* Compteurs
******************************/
.compteur_1 {
  position: relative;
  padding-bottom: 20px !important;
}
.compteur_1:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  width: 40%;
  background-color: #BBC554;
}
.compteur_1 .elementor-counter-title {
  font-weight: 800 !important;
  text-transform: uppercase;
  font-size: 15px !important;
  line-height: 1 !important;
  text-align: center !important;
}
.compteur_1 .elementor-counter-number-prefix, .compteur_1 .elementor-counter-number, .compteur_1 .elementor-counter-number-suffix {
  font-size: calc(32px + (40 - 32) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 800;
}
/******************************
* hero / ban home
******************************/
.ban_home {
  position: relative;
}
.ban_home:after {
  content: "";
  position: absolute;
  display: block;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #20526D;
  opacity: 0.55;
  z-index: 1;
  mix-blend-mode: multiply;
}
.ban_home .e-con-inner {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  min-height: calc(100vh - 108px + 15rem) !important;
  z-index: 2;
}
.ban_home .e-con-inner .ban_suptitre, .ban_home .e-con-inner .ban_sstitre {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}
.ban_home .e-con-inner .ban_titre {
  color: #ffffff;
  font-weight: 400;
  font-size: calc(22px + (35 - 22) * ((100vw - 300px) / (1600 - 300)));
}
@media screen and (max-width: 880px) {
  .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: 880px) {
  .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: #6E8B60;
  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;
}
.bloc_mg_top {
  color: #ffffff;
}
.bloc_mg_top .elementor-heading-title {
  color: #ffffff;
}
.bloc_icon_home {
  border-radius: 15px !important;
  overflow: hidden;
  aspect-ratio: 1;
  justify-content: center !important;
}
.bloc_icon_home .elementor-icon-box-icon .elementor-icon svg {
  fill: #ffffff;
}
.bloc_icon_home .elementor-icon-box-content .elementor-icon-box-title {
  color: #ffffff;
  font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 800;
  line-height: 1;
}
.bloc_icon_home .elementor-icon-box-content .elementor-icon-box-description {
  color: #ffffff;
}
.bloc_formation_2 {
  background-color: #ffffff;
  border-radius: 16px !important;
  overflow: hidden;
  box-shadow: 4px 4px 12px 0px rgba(32, 82, 109, 0.15);
  transform: scale(1);
  padding-bottom: 2rem !important;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 767px) {
  .bloc_formation_2 {
    height: 100% !important;
  }
}
.bloc_formation_2 .bloc_formation_img {
  border-radius: 16px 16px 0px 0px !important;
  overflow: hidden !important;
}
.bloc_formation_2 .bloc_picto {
  border-radius: 50% !important;
  overflow: hidden;
  background-color: #F5F7E5;
  height: 60px;
  width: 60px;
  padding: 8px;
  margin-top: -30px;
}
.bloc_formation_2 .bloc_formation_content .bloc_titre {
  font-size: calc(18px + (22 - 18) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 600;
  color: #20526D;
  transition: all 0.3s ease !important;
}
.bloc_formation_2 .bloc_formation_content .bloc_desc {
  font-weight: 500;
}
.bloc_formation_2 .bloc_btn {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
}
.bloc_formation_2 .bloc_btn .elementor-button-link {
  background-color: transparent;
  color: #20526D;
  font-size: 13px;
  font-weight: 600;
  padding: 0px;
  border: 0px solid #6E8B60;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
.bloc_formation_2 .bloc_btn .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: auto;
}
.bloc_formation_2 .bloc_btn .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.bloc_formation_2 .bloc_btn .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 24px;
  width: 24px;
  fill: #BBC554;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}
.bloc_formation_2 .bloc_btn .elementor-button-link:visited, .bloc_formation_2 .bloc_btn .elementor-button-link:focus {
  color: #20526D;
}
.bloc_formation_2 .bloc_btn .elementor-button-link:visited svg, .bloc_formation_2 .bloc_btn .elementor-button-link:focus svg {
  fill: #BBC554;
}
.bloc_formation_2 .bloc_btn .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 0px solid #6E8B60;
  color: #BBC554;
}
.bloc_formation_2 .bloc_btn .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #BBC554 !important;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.bloc_formation_2:hover {
  transform: scale(0.96);
  transition: all 0.3s ease-in-out;
}
.bloc_formation_2:hover .bloc_titre {
  color: #BBC554;
  transition: all 0.3s ease !important;
}
.boite_icon_18 .elementor-icon-box-title {
  font-size: 18px;
}
.form_img {
  position: relative;
  padding-bottom: 15%;
}
.form_img:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0%;
  left: 0%;
  height: 30%;
  width: 30%;
  background-color: #BBC554;
  z-index: 1;
  mask-image: url("/wp-content/uploads/2025/12/forme-rond.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2025/12/forme-rond.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.form_img img {
  position: relative;
  z-index: 2;
}
.bloc_avis_blanc .bloc_avis_titre, .bloc_avis_bleu .bloc_avis_titre {
  font-size: 24px;
}
.bloc_avis_blanc .bloc_avis_nom, .bloc_avis_bleu .bloc_avis_nom {
  font-size: 18px;
  font-weight: 600;
}
.bloc_avis_blanc .bloc_avis_etoiles, .bloc_avis_bleu .bloc_avis_etoiles {
  height: auto;
  width: fit-content !important;
}
.bloc_avis_blanc .bloc_avis_etoiles img, .bloc_avis_bleu .bloc_avis_etoiles img {
  height: 15px;
  width: auto;
}
.bloc_avis_bleu {
  color: #ffffff;
}
.bloc_avis_bleu .elementor-heading-title {
  color: #ffffff;
}
.carousel-fluide .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.certif_bloc .certif_noms {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.certif_bloc:not(:last-child) .certif_noms {
  position: relative;
}
.certif_bloc:not(:last-child) .certif_noms:after {
  content: "";
  position: absolute;
  display: block;
  top: 0%;
  right: -1px;
  height: 100%;
  width: 1px;
  background-color: rgba(32, 82, 109, 0.5);
}
.body_form_small {
  overflow: hidden !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  height: 380px !important;
  display: block;
  z-index: -1 !important;
}
@media screen and (min-width: 2400px) {
  .body_form_small {
    height: 380px !important;
  }
}
.body_form_small:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw !important;
  min-width: 2560px;
  height: 380px !important;
  background: linear-gradient(125deg, #27556B 20%, #6E8B60 50%, #bbc554 80%);
  mask-image: url("/wp-content/uploads/2026/01/forme-header-masque.svg");
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 100%;
  -webkit-mask-image: url("/wp-content/uploads/2026/01/forme-header-masque.svg");
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 100%;
}
.body_form_small_2 {
  overflow: hidden !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  height: 380px !important;
  display: block;
  z-index: -1 !important;
}
@media screen and (min-width: 2400px) {
  .body_form_small_2 {
    height: 380px !important;
  }
}
.body_form_small_2:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw !important;
  min-width: 2560px;
  height: 380px !important;
  background: linear-gradient(125deg, #27556B 20%, #6E8B60 50%, #bbc554 80%);
  mask-image: url("/wp-content/uploads/2026/01/forme-header-masque.svg");
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 100%;
  -webkit-mask-image: url("/wp-content/uploads/2026/01/forme-header-masque.svg");
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 100%;
}
.body_form {
  overflow: hidden !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  height: 480px !important;
  display: block;
  z-index: -1 !important;
}
@media screen and (min-width: 2400px) {
  .body_form {
    height: 480px !important;
  }
}
.body_form:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw !important;
  min-width: 2560px;
  height: 480px !important;
  background: linear-gradient(125deg, #27556B 20%, #6E8B60 50%, #bbc554 80%);
  mask-image: url("/wp-content/uploads/2026/01/forme-header-masque.svg");
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 100%;
  -webkit-mask-image: url("/wp-content/uploads/2026/01/forme-header-masque.svg");
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 100%;
}
.body_form_xl {
  overflow: hidden !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  height: 540px !important;
  display: block;
  z-index: -1 !important;
}
@media screen and (min-width: 2400px) {
  .body_form_xl {
    height: 540px !important;
  }
}
.body_form_xl:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw !important;
  min-width: 2560px;
  height: 540px !important;
  background: linear-gradient(125deg, #27556B 20%, #6E8B60 50%, #bbc554 80%);
  mask-image: url("/wp-content/uploads/2026/01/forme-header-masque.svg");
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 100%;
  -webkit-mask-image: url("/wp-content/uploads/2026/01/forme-header-masque.svg");
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 100%;
}
.body_form_xxl {
  overflow: hidden !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  height: 680px !important;
  display: block;
  z-index: -1 !important;
}
@media screen and (min-width: 2400px) {
  .body_form_xxl {
    height: 680px !important;
  }
}
.body_form_xxl:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw !important;
  min-width: 2560px;
  height: 680px !important;
  background: linear-gradient(125deg, #27556B 20%, #6E8B60 50%, #bbc554 80%);
  mask-image: url("/wp-content/uploads/2026/01/forme-header-masque.svg");
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 100%;
  -webkit-mask-image: url("/wp-content/uploads/2026/01/forme-header-masque.svg");
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 100%;
}
.breadcrumbs span {
  color: #20526D;
  font-size: 13px;
  font-weight: 600;
}
.breadcrumbs span span {
  color: #20526D;
  font-weight: 500;
  padding-right: 3px;
  padding-left: 3px;
}
.breadcrumbs span span a {
  color: #20526D;
  transition: all 0.3s ease-in-out;
}
.breadcrumbs span span a:hover {
  color: #BBC554;
  transition: all 0.3s ease-in-out;
}
/************************
* Page divers
*************************/
.ban_inte {
  position: relative;
  padding: 4rem 1rem !important;
}
.ban_inte > .e-con-inner {
  z-index: 2;
}
.ban_inte .ban_titre {
  position: relative;
  font-size: calc(22px + (35 - 22) * ((100vw - 300px) / (2560 - 300)));
  color: #ffffff;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
.ban_inte .ban_titre .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 880px) {
  .ban_inte .ban_titre br {
    display: none;
  }
}
.ban_inte .ban_titre strong, .ban_inte .ban_titre b {
  font-weight: 600;
}
.ban_inte .ban_titre span {
  color: #6E8B60;
  font-weight: 600;
}
.ban_inte .ban_desc {
  color: #ffffff;
}
.ban_inte .ban_desc p:last-child {
  margin-bottom: 0px;
}
.ban_inte .breadcrumbs span {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
}
.ban_inte .breadcrumbs span span {
  color: #ffffff;
  font-weight: 500;
  padding-right: 3px;
  padding-left: 3px;
}
.ban_inte .breadcrumbs span span a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.ban_inte .breadcrumbs span span a:hover {
  color: #BBC554;
  transition: all 0.3s ease-in-out;
}
.ban_planeo {
  position: relative;
}
.ban_planeo:after {
  content: "";
  position: absolute;
  display: block;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #20526D;
  opacity: 0.75;
  z-index: 1;
  mix-blend-mode: multiply;
}
.ban_planeo .e-con-inner {
  position: relative;
  z-index: 2;
}
.ban_planeo .e-con-inner .ban_suptitre, .ban_planeo .e-con-inner .ban_sstitre {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}
.ban_planeo .e-con-inner .ban_titre {
  color: #ffffff;
  font-weight: 400;
  font-size: calc(22px + (38 - 22) * ((100vw - 300px) / (1600 - 300)));
}
@media screen and (max-width: 880px) {
  .ban_planeo .e-con-inner .ban_titre {
    text-align: center;
  }
}
.ban_planeo .e-con-inner .ban_titre .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 880px) {
  .ban_planeo .e-con-inner .ban_titre br {
    display: none;
  }
}
.ban_planeo .e-con-inner .ban_titre strong {
  font-weight: 600;
}
.ban_planeo .e-con-inner .ban_titre span {
  color: #6E8B60;
  font-weight: 600;
}
.ban_planeo .breadcrumbs {
  text-align: center;
  color: #ffffff;
}
.ban_planeo .breadcrumbs span {
  color: #ffffff;
}
.ban_planeo .breadcrumbs span a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.ban_planeo .breadcrumbs span a:hover {
  color: #BBC554 !important;
  transition: all 0.3s ease-in-out;
}
/************************
* Page type
*************************/
.content_top .e-con-inner {
  background-color: #ffffff;
  border-radius: 26px;
  padding: 3rem 1rem 1rem 1rem !important;
}
.content_top_2 .e-con-inner {
  background-color: #ffffff;
  border-radius: 26px;
  padding: 3rem 2rem 2rem 2rem !important;
  box-shadow: 6px 6px 10px 0px rgba(32, 82, 109, 0.1);
}
/************************
* Page société
*************************/
.date_histoire_c1, .date_histoire_c3, .date_histoire_c5 {
  font-size: calc(24px + (28 - 24) * ((100vw - 300px) / (2560 - 300)));
  position: relative;
  width: 100%;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.date_histoire_c1:after, .date_histoire_c3:after, .date_histoire_c5:after {
  content: "" !important;
  position: absolute;
  display: block;
  top: 50%;
  left: 0%;
  height: 1px;
  transform: translateY(-50%);
  width: 100% !important;
}
.date_histoire_c1 .elementor-heading-title, .date_histoire_c3 .elementor-heading-title, .date_histoire_c5 .elementor-heading-title {
  height: 120px;
  border-radius: 50%;
  aspect-ratio: 1;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.date_histoire_c1:after {
  background-color: #20526D;
}
.date_histoire_c1 .elementor-heading-title {
  background-color: #20526D;
}
.date_histoire_c3:after {
  background-color: #BBC554;
}
.date_histoire_c3 .elementor-heading-title {
  background-color: #BBC554;
}
.date_histoire_c5:after {
  background-color: #DF09AD;
}
.date_histoire_c5 .elementor-heading-title {
  background-color: #DF09AD;
}
/************************
* Page contact
*************************/
.contact_rs .elementor-social-icon {
  background-color: transparent;
  border: 0px solid #ffffff;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  margin: 2px;
}
@media screen and (max-width: 880px) {
  .contact_rs .elementor-social-icon {
    font-size: 14px;
  }
}
.contact_rs .elementor-social-icon svg {
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.contact_rs .elementor-social-icon:hover {
  border: 0px solid #6E8B60;
  transition: all 0.3s ease-in-out;
}
.contact_rs .elementor-social-icon:hover svg {
  fill: #BBC554;
  transition: all 0.3s ease-in-out;
}
/************************
* Page remerciement contact
*************************/
#remerciement_content {
  padding: 6rem 0rem;
}
/************************
* Page Erreur 404
*************************/
#page404_content {
  padding: 6rem 0rem;
}
/************************
* Page formation
*************************/
.liste_villes .link_color5 a {
  color: #BBC554 !important;
  transition: all 0.3s ease-in-out;
}
.liste_villes .link_color5 a:hover {
  color: #6E8B60 !important;
  transition: all 0.3s ease-in-out;
}
/************************
* Page formation
*************************/
.category-all-formations .fmt_header .bloc_fmt_onglets .e-n-tabs-heading #onglet_inter {
  background-color: #6E8B60 !important;
  color: #ffffff !important;
  border-bottom: 4px solid #6E8B60 !important;
}
.category-all-formations .fmt_header .bloc_fmt_onglets .e-n-tabs-heading #onglet_intra {
  background-color: #BBC554 !important;
  color: #ffffff !important;
  border-bottom: 4px solid #BBC554 !important;
}
.category-all-formations .fmt_header .bloc_fmt_onglets .e-n-tabs-heading #onglet_distanciel {
  background-color: #3382A8 !important;
  color: #ffffff !important;
  border-bottom: 4px solid #3382A8 !important;
}
.category-all-formations .fmt_header .bloc_fmt_onglets .e-n-tabs-heading button:hover {
  border-bottom: 4px solid #20526D !important;
}
.category-all-formations .fmt_header .bloc_fmt_onglets .e-activated #onglet_inter[aria-selected="true"], .category-all-formations .fmt_header .bloc_fmt_onglets .e-activated #onglet_intra[aria-selected="true"], .category-all-formations .fmt_header .bloc_fmt_onglets .e-activated #onglet_distanciel[aria-selected="true"] {
  border-bottom: 4px solid #20526D !important;
}
.fmt_header {
  background-color: rgba(32, 82, 109, 0.05);
  padding: 2rem 1rem 2rem 1rem !important;
}
.fmt_header > .e-con-inner {
  gap: 5rem !important;
}
@media screen and (max-width: 1024px) {
  .fmt_header > .e-con-inner {
    gap: 2rem !important;
  }
}
.fmt_titre_c1 .elementor-icon svg, .fmt_titre_c3 .elementor-icon svg, .fmt_titre_c5 .elementor-icon svg {
  height: 30px;
  width: 30px;
}
.fmt_titre_c1 .elementor-icon-box-title, .fmt_titre_c3 .elementor-icon-box-title, .fmt_titre_c5 .elementor-icon-box-title {
  font-size: calc(24px + (28 - 24) * ((100vw - 300px) / (2560 - 300)));
  color: #20526D;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 1.4;
}
@media screen and (max-width: 880px) {
  .fmt_titre_c1 .elementor-icon-box-title br, .fmt_titre_c3 .elementor-icon-box-title br, .fmt_titre_c5 .elementor-icon-box-title br {
    display: none;
  }
}
.fmt_titre_c1 .elementor-icon-box-title strong, .fmt_titre_c1 .elementor-icon-box-title b, .fmt_titre_c3 .elementor-icon-box-title strong, .fmt_titre_c3 .elementor-icon-box-title b, .fmt_titre_c5 .elementor-icon-box-title strong, .fmt_titre_c5 .elementor-icon-box-title b {
  font-weight: 800;
}
.fmt_titre_c1 .elementor-icon svg {
  fill: #20526D;
}
.fmt_titre_c1 .elementor-icon-box-title span span {
  color: #20526D;
}
.fmt_titre_c3 .elementor-icon svg {
  fill: #BBC554;
}
.fmt_titre_c3 .elementor-icon-box-title span span {
  color: #BBC554;
}
.fmt_titre_c5 .elementor-icon svg {
  fill: #DF09AD;
}
.fmt_titre_c5 .elementor-icon-box-title span span {
  color: #DF09AD;
}
.boite_icon_fmtn .elementor-icon-box-content {
  line-height: 1.1;
}
.boite_icon_fmtn .elementor-icon-box-content .elementor-icon-box-title {
  font-weight: 600;
}
.bloc_fmt .bloc_fmt_titre {
  font-size: calc(18px + (22 - 18) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 700;
}
.bloc_fmt .bloc_fmt_onglets .e-n-tab-title {
  cursor: pointer;
}
.bloc_fmt .bloc_fmt_onglets .e-n-tab-title[aria-selected="true"] {
  background: #BBC554 !important;
  color: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.bloc_fmt .bloc_fmt_onglets .e-n-tab-title[aria-selected="true"]:hover {
  background: #BBC554 !important;
  color: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.bloc_fmt .bloc_fmt_onglets .e-n-tab-title[aria-selected="false"]:not(:hover) {
  background: rgba(237, 241, 244, 0.6) !important;
  transition: all 0.3s ease-in-out;
}
.bloc_fmt .bloc_fmt_onglets .fmt_content {
  background-color: #E4EFF8;
  padding: 2rem !important;
}
.bloc_fmt .bloc_fmt_onglets .fmt_content .onglet_titre {
  font-size: 18px;
  font-weight: 700;
}
.bloc_fmt .bloc_fmt_onglets .fmt_content .fmt_bloc_info .elementor-icon-list-item .elementor-icon-list-text {
  font-size: 16px;
  font-weight: 600;
}
.bloc_fmt .bloc_fmt_onglets .fmt_content .fmt_bloc_info .elementor-heading-title {
  font-size: 13px;
}
.bloc_fmt .bloc_fmt_onglets .fmt_content .fmt_bloc_info .elementor-heading-title b {
  font-size: calc(22px + (28 - 22) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 800;
}
.bloc_fmt .bloc_fmt_onglets .fmt_content .fmt_bloc_info .elementor-heading-title span {
  font-size: 18px;
}
.fmt_cta_1 .elementor-button-link {
  background-image: linear-gradient(0deg, #ae17e3 0%, #df09ad 50%, #ae17e3 100%);
  background-position: center top;
  background-size: auto 200%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 0px 20px;
  border-radius: 15px !important;
  border: 0px solid #6E8B60;
  transition: all 0.3s ease-in-out;
}
.fmt_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: 55px;
}
.fmt_cta_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 30px;
  width: 30px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.fmt_cta_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-text span {
  font-size: 11px;
  font-weight: 500;
  display: block;
}
.fmt_cta_1 .elementor-button-link:visited, .fmt_cta_1 .elementor-button-link:focus {
  color: #ffffff;
}
.fmt_cta_1 .elementor-button-link:visited svg, .fmt_cta_1 .elementor-button-link:focus svg {
  fill: #ffffff;
}
.fmt_cta_1 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-position: center bottom;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.fmt_link_1 .elementor-button-link {
  background-color: transparent;
  color: #20526D;
  font-size: 13px;
  font-weight: 600;
  padding: 0px;
  border: 0px solid #6E8B60;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
.fmt_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: auto;
}
.fmt_link_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.fmt_link_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 24px;
  width: 24px;
  fill: #BBC554;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}
.fmt_link_1 .elementor-button-link:visited, .fmt_link_1 .elementor-button-link:focus {
  color: #20526D;
}
.fmt_link_1 .elementor-button-link:visited svg, .fmt_link_1 .elementor-button-link:focus svg {
  fill: #BBC554;
}
.fmt_link_1 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 0px solid #6E8B60;
  color: #BBC554;
}
.fmt_link_1 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #BBC554 !important;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.fmt_link_2 {
  height: 24px;
}
.fmt_link_2 .elementor-button-link {
  background-color: transparent;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  padding: 0px;
  border: 0px solid #6E8B60;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
.fmt_link_2 .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: auto;
}
.fmt_link_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.fmt_link_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 24px;
  width: 24px;
  fill: #ffffff;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}
.fmt_link_2 .elementor-button-link:visited, .fmt_link_2 .elementor-button-link:focus {
  color: #ffffff;
}
.fmt_link_2 .elementor-button-link:visited svg, .fmt_link_2 .elementor-button-link:focus svg {
  fill: #ffffff;
}
.fmt_link_2 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 0px solid #20526D;
  color: #20526D;
}
.fmt_link_2 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #20526D !important;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.fmt_ancre .elementor-button-link {
  background-color: transparent;
  color: #20526D;
  font-size: 18px;
  font-weight: 500;
  padding: 0px;
  border: 0px solid #6E8B60;
  width: max-content !important;
  transition: all 0.3s ease-in-out;
}
.fmt_ancre .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: auto;
  position: relative;
  padding-right: 30px;
}
.fmt_ancre .elementor-button-link .elementor-button-content-wrapper:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0%;
  height: 15px;
  width: 15px;
  background-color: #20526D;
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.3s ease-in-out;
  mask-image: url("/wp-content/uploads/2025/10/picto-fleche.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2025/10/picto-fleche.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.fmt_ancre .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.fmt_ancre .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 30px;
  width: 30px;
  fill: #BBC554;
  transition: all 0.3s ease-in-out;
}
.fmt_ancre .elementor-button-link .elementor-button-content-wrapper .elementor-button-text {
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .fmt_ancre .elementor-button-link .elementor-button-content-wrapper .elementor-button-text {
    min-width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .fmt_ancre .elementor-button-link .elementor-button-content-wrapper .elementor-button-text {
    min-width: 280px;
  }
}
.fmt_ancre .elementor-button-link .elementor-button-content-wrapper .elementor-button-text span {
  font-weight: 800;
  color: #BBC554;
}
@media screen and (max-width: 1024px) {
  .fmt_ancre .elementor-button-link .elementor-button-content-wrapper .elementor-button-text span {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .fmt_ancre .elementor-button-link .elementor-button-content-wrapper .elementor-button-text span {
    display: inline-block;
  }
}
.fmt_ancre .elementor-button-link:visited, .fmt_ancre .elementor-button-link:focus {
  color: #20526D;
}
.fmt_ancre .elementor-button-link:visited svg, .fmt_ancre .elementor-button-link:focus svg {
  fill: #BBC554;
}
.fmt_ancre .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 0px solid #6E8B60;
  color: #BBC554;
}
.fmt_ancre .elementor-button-link:hover .elementor-button-content-wrapper:after {
  transform: translateY(calc(-50% + 10px)) rotate(90deg);
  background-color: #BBC554;
  transition: all 0.3s ease-in-out;
}
.fmt_ancre .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #BBC554 !important;
  transition: all 0.3s ease-in-out;
}
.bloc_recyclage {
  background-color: #6E8B60;
  padding: 1rem !important;
  border-radius: 15px !important;
  color: #ffffff;
  overflow: hidden !important;
  position: relative;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}
.bloc_recyclage:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  height: 110%;
  width: 100%;
  transform: translateX(-50%) translateY(-50%);
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 1;
  mask-image: url("/wp-content/uploads/2025/10/picto-neomis-background.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2025/10/picto-neomis-background.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.bloc_recyclage > .elementor-element {
  z-index: 2;
}
.bloc_recyclage .bloc_titre {
  font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 900;
  text-transform: uppercase;
}
.bloc_recyclage .bloc_desc p {
  margin-bottom: 0px;
}
.bloc_recyclage .fmt_link_2 .elementor-button-link:hover {
  color: #ffffff !important;
}
.bloc_recyclage .fmt_link_2 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
}
.fmt_bloc_simple {
  background-color: rgba(32, 82, 109, 0.05);
  padding: 2rem 2rem 1rem 2rem !important;
  border-radius: 15px !important;
}
@media screen and (min-width: 1024px) {
  .liste_icon_1 .elementor-icon-list-items {
    flex-wrap: nowrap !important;
  }
}
.liste_icon_1 .elementor-icon-list-items .elementor-icon-list-item {
  width: 50%;
}
@media screen and (min-width: 880px) {
  .liste_icon_1 .elementor-icon-list-items .elementor-icon-list-item {
    width: 25%;
  }
}
.liste_icon_1 .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
  align-self: flex-start;
  font-size: 16px;
  font-weight: 500;
}
.all_bloc_numbers {
  counter-reset: my-awesome-counter;
  position: relative;
}
.all_bloc_numbers .bloc_number {
  counter-increment: my-awesome-counter;
  position: relative;
  padding-top: 45px;
}
.all_bloc_numbers .bloc_number:before {
  content: counter(my-awesome-counter);
  position: absolute;
  display: block;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 35px;
  font-size: 18px;
  font-weight: 800;
  top: 0%;
  left: 0%;
  border-radius: 50%;
  background-color: transparent;
  color: #DF09AD;
  border: 2px solid #DF09AD;
}
.loop_formation_simple {
  background-color: #ffffff;
  border-radius: 16px !important;
  box-shadow: 4px 4px 12px 0px rgba(32, 82, 109, 0.15);
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.loop_formation_simple .bloc_titre {
  font-size: calc(18px + (22 - 18) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 500;
  color: #BBC554;
  transition: all 0.3s ease !important;
}
.loop_formation_simple .bloc_btn {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
}
.loop_formation_simple .bloc_btn .elementor-button-link {
  background-color: transparent;
  color: #20526D;
  font-size: 13px;
  font-weight: 600;
  padding: 0px;
  border: 0px solid #6E8B60;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
.loop_formation_simple .bloc_btn .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: auto;
}
.loop_formation_simple .bloc_btn .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.loop_formation_simple .bloc_btn .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 24px;
  width: 24px;
  fill: #BBC554;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}
.loop_formation_simple .bloc_btn .elementor-button-link:visited, .loop_formation_simple .bloc_btn .elementor-button-link:focus {
  color: #20526D;
}
.loop_formation_simple .bloc_btn .elementor-button-link:visited svg, .loop_formation_simple .bloc_btn .elementor-button-link:focus svg {
  fill: #BBC554;
}
.loop_formation_simple .bloc_btn .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 0px solid #6E8B60;
  color: #BBC554;
}
.loop_formation_simple .bloc_btn .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #BBC554 !important;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.loop_formation_simple:hover {
  transform: scale(0.96);
  transition: all 0.3s ease-in-out;
}
.loop_formation_simple:hover .bloc_titre {
  color: #BBC554;
  transition: all 0.3s ease !important;
}
.loop_formation_small {
  background-color: #ffffff;
  border-radius: 16px !important;
  box-shadow: 4px 4px 12px 0px rgba(32, 82, 109, 0.15);
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.loop_formation_small .bloc_titre {
  font-size: calc(15px + (18 - 15) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 500;
  color: #BBC554;
  transition: all 0.3s ease !important;
}
.loop_formation_small .bloc_btn {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
}
.loop_formation_small .bloc_btn .elementor-button-link {
  background-color: transparent;
  color: #20526D;
  font-size: 13px;
  font-weight: 600;
  padding: 0px;
  border: 0px solid #6E8B60;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
.loop_formation_small .bloc_btn .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: auto;
}
.loop_formation_small .bloc_btn .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.loop_formation_small .bloc_btn .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 24px;
  width: 24px;
  fill: #BBC554;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}
.loop_formation_small .bloc_btn .elementor-button-link:visited, .loop_formation_small .bloc_btn .elementor-button-link:focus {
  color: #20526D;
}
.loop_formation_small .bloc_btn .elementor-button-link:visited svg, .loop_formation_small .bloc_btn .elementor-button-link:focus svg {
  fill: #BBC554;
}
.loop_formation_small .bloc_btn .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 0px solid #6E8B60;
  color: #BBC554;
}
.loop_formation_small .bloc_btn .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #BBC554 !important;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.loop_formation_small:hover {
  transform: scale(0.96);
  transition: all 0.3s ease-in-out;
}
.loop_formation_small:hover .bloc_titre {
  color: #BBC554;
  transition: all 0.3s ease !important;
}
.fmt_puce_1 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.fmt_puce_1 ul li {
  padding-left: 30px;
  padding-bottom: 5px;
  position: relative;
}
.fmt_puce_1 ul li:before {
  content: "";
  position: absolute;
  display: block;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  top: 8px;
  left: 8px;
  background-color: #BBC554;
}
@media screen and (min-width: 767px) {
  .car_pad .swiper {
    padding: 1.8rem;
  }
}
.fmt_search .search {
  box-shadow: none !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;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0px 3px 10px 0px rgba(112, 112, 112, 0.3);
}
.elementor-swiper-button svg {
  fill: #20526D !important;
  width: 20px !important;
  height: 20px !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: #BBC554 !important;
  transition: all 0.3s ease-in-out;
}
.elementor-swiper-button.swiper-button-lock {
  display: none !important;
}
.swiper-pagination-bullet {
  transition: all 0.3s ease-in-out;
}
.swiper-pagination-bullet:hover {
  transition: all 0.3s ease-in-out;
}
/*****************************************************************************************************************************
  * pagination
******************************************************************************************************************************/
.elementor-post-navigation .elementor-post-navigation__prev a, .elementor-post-navigation .elementor-post-navigation__next a {
  color: #20526D;
  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: #20526D;
  transition: all 0.3s ease-in-out;
}
.elementor-post-navigation .post-navigation__arrow-prev i, .elementor-post-navigation .post-navigation__arrow-next i {
  color: #20526D;
  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: #20526D;
  transition: all 0.3s ease-in-out;
}
.elementor-pagination {
  padding: 3rem 1rem;
}
.elementor-pagination .page-numbers {
  background-color: #ffffff;
  color: #000000;
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 5px 10px;
  font-size: 18px;
  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.next, .elementor-pagination a.page-numbers.prev {
  border-radius: 4px;
  border: 1px solid #DF09AD;
}
.elementor-pagination a.page-numbers:hover {
  background-color: #DF09AD !important;
  color: #ffffff !important;
  transition: all 0.3s ease-in-out;
  border: 1px solid #DF09AD;
}
.elementor-pagination .current {
  background-color: #DF09AD !important;
  color: #ffffff !important;
  border: 1px solid #DF09AD;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
/*****************************************************************************************************************************
  * loop
******************************************************************************************************************************/
/************************
  * loop actu
*************************/
.loop_actu {
  position: relative;
  padding: 8px !important;
}
.loop_actu > .e-con-inner {
  border: 0px solid #20526D;
  background-color: #ffffff;
  border-radius: 16px;
  z-index: 2;
  box-shadow: 6px 6px 6px 0px rgba(7, 18, 79, 0.1);
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.loop_actu .loop_img {
  overflow: hidden;
  border-radius: 14px 14px 0px 0px;
}
.loop_actu .loop_fleche .elementor-icon {
  background-color: #BBC554;
  border-radius: 50%;
  padding: 18px;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}
.loop_actu .loop_fleche svg {
  fill: #ffffff;
  height: 24px;
  width: 24px;
}
.loop_actu .loop_content .loop_date {
  font-size: 15px;
  font-weight: 600;
  color: #BBC554;
}
.loop_actu .loop_content .loop_titre a {
  color: #20526D !important;
  font-size: 24px !important;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.2 !important;
  transition: all 0.3s ease-in-out;
}
.loop_actu .loop_content .loop_desc {
  color: rgba(0, 0, 0, 0.9);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}
.loop_actu:hover > .e-con-inner {
  transform: scale(0.96);
  transition: all 0.3s ease-in-out;
}
.loop_actu:hover .loop_fleche .elementor-icon {
  transform: rotate(90deg);
  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: #6E8B60 !important;
  transition: all 0.3s ease-in-out;
}
.loop_actu:hover .btn_blog .elementor-button-link {
  background-color: #6E8B60;
  transition: all 0.3s ease-in-out;
}
/************************
  * Loop formation Prix
*************************/
.loop_fmt_prix {
  background-color: #ffffff;
  box-shadow: 6px 6px 10px 0px rgba(32, 82, 109, 0.1);
  border-radius: 16px !important;
  overflow: hidden;
}
.loop_fmt_prix .loop_parent {
  font-weight: 600;
}
.loop_fmt_prix .loop_titre {
  font-size: calc(20px + (24 - 20) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 700;
}
.loop_fmt_prix .loop_cat span {
  border-radius: 50px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  padding: 4px 8px;
}
.loop_fmt_prix .loop_cat span:not(:last-child) {
  margin-right: 4px;
}
.loop_fmt_prix .loop_desc {
  line-height: 1.3;
}
.loop_fmt_prix .loop_desc p {
  margin-bottom: 0px;
}
.loop_fmt_prix .loop_duree .elementor-icon-list-item .elementor-icon-list-icon svg {
  fill: #20526D;
  height: 20px;
  width: 20px;
}
.loop_fmt_prix .loop_duree .elementor-icon-list-item .elementor-icon-list-text {
  font-weight: 500;
}
.loop_fmt_prix .loop_prix b {
  font-size: calc(18px + (22 - 22) * ((100vw - 300px) / (2560 - 300)));
}
.loop_fmt_prix .loop_cta .elementor-button-link {
  background-image: linear-gradient(0deg, #6e8b60 0%, #bbc554 50%, #6e8b60 100%);
  background-position: center bottom;
  background-size: auto 200%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 0px 20px;
  border-radius: 15px !important;
  border: 0px solid #6E8B60;
  transition: all 0.3s ease-in-out;
}
.loop_fmt_prix .loop_cta .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: 55px;
}
.loop_fmt_prix .loop_cta .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 5px;
}
.loop_fmt_prix .loop_cta .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 16px;
  width: 16px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.loop_fmt_prix .loop_cta .elementor-button-link .elementor-button-content-wrapper .elementor-button-text span {
  font-size: 11px;
  font-weight: 500;
  display: block;
}
.loop_fmt_prix .loop_cta .elementor-button-link:visited, .loop_fmt_prix .loop_cta .elementor-button-link:focus {
  color: #ffffff;
}
.loop_fmt_prix .loop_cta .elementor-button-link:visited svg, .loop_fmt_prix .loop_cta .elementor-button-link:focus svg {
  fill: #ffffff;
}
.loop_fmt_prix .loop_cta .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-position: center top;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.loop_fmt_prix .loop_btn .elementor-button-link {
  background-color: transparent;
  color: #DF09AD;
  font-size: 13px;
  font-weight: 600;
  padding: 0px;
  border: 0px solid #6E8B60;
  transition: all 0.3s ease-in-out;
}
.loop_fmt_prix .loop_btn .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: auto;
}
.loop_fmt_prix .loop_btn .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 6px;
}
.loop_fmt_prix .loop_btn .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 16px;
  width: 16px;
  fill: #DF09AD;
  transform: translateX(0px);
  transition: all 0.3s ease-in-out;
}
.loop_fmt_prix .loop_btn .elementor-button-link:visited, .loop_fmt_prix .loop_btn .elementor-button-link:focus {
  color: #DF09AD;
}
.loop_fmt_prix .loop_btn .elementor-button-link:visited svg, .loop_fmt_prix .loop_btn .elementor-button-link:focus svg {
  fill: #DF09AD;
}
.loop_fmt_prix .loop_btn .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 0px solid #6E8B60;
  color: #BBC554;
}
.loop_fmt_prix .loop_btn .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #BBC554 !important;
  transform: translateX(10px);
  transition: all 0.3s ease-in-out;
}
/************************
  * Page archives
*************************/
.ban_archive {
  position: relative;
  padding: 4rem 1rem !important;
}
.ban_archive > .e-con-inner {
  z-index: 2;
}
.ban_archive .ban_titre {
  position: relative;
  font-size: calc(30px + (40 - 30) * ((100vw - 300px) / (2560 - 300)));
  color: #ffffff;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
.ban_archive .ban_titre .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 880px) {
  .ban_archive .ban_titre br {
    display: none;
  }
}
.ban_archive .ban_titre strong, .ban_archive .ban_titre b {
  font-weight: 600;
}
.ban_archive .ban_titre span {
  color: #6E8B60;
  font-weight: 600;
}
.ban_archive .ban_desc {
  color: #ffffff;
}
.ban_archive .ban_desc p:last-child {
  margin-bottom: 0px;
}
.ban_archive .ban_date {
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  text-transform: capitalize;
}
.ban_archive .breadcrumbs span {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
}
.ban_archive .breadcrumbs span span {
  color: #ffffff;
  font-weight: 500;
  padding-right: 3px;
  padding-left: 3px;
}
.ban_archive .breadcrumbs span span a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.ban_archive .breadcrumbs span span a:hover {
  color: #BBC554;
  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: #20526D;
  padding: 6px 0px 6px 12px;
  text-transform: uppercase;
}
.ban_inte_actu .ban_titre {
  position: relative;
  font-size: 40px;
  color: #20526D;
  font-family: "Poppins", 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: #707070;
  border-bottom: 1px solid #EEEEEE !important;
}
.ban_inte_actu .breadcrumbs #breadcrumbs {
  color: #20526D;
}
.ban_inte_actu .breadcrumbs #breadcrumbs span span {
  border: 1px solid #EEEEEE;
  border-radius: 25px;
  padding: 5px 10px;
}
.ban_inte_actu .breadcrumbs a {
  color: #20526D;
  transition: all 0.3s ease-in-out;
}
.ban_inte_actu .breadcrumbs a:hover {
  color: #20526D;
  transition: all 0.3s ease-in-out;
}
.img_zigzig_actu {
  max-width: 70% !important;
  position: relative;
  margin: auto;
  padding-bottom: 50px;
  z-index: 1;
}
.img_zigzig_actu img {
  border-radius: 15px !important;
  overflow: hidden !important;
  position: relative;
  z-index: 2 !important;
  height: 480px !important;
  -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% !important;
  height: 100% !important;
  display: block;
}
.img_zigzig_actu:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0%;
  right: -25px;
  width: 100px;
  height: 100px;
  background-image: url("/wp-content/uploads/2026/01/picto-forme-zigzag.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 3;
}
#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: #BBC554;
  border-radius: 50%;
  border: 1px solid #ffffff;
  z-index: 999;
  cursor: pointer;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  box-shadow: 3px 3px 10px 0px rgba(32, 82, 109, 0.3);
  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: 15px;
  width: 15px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50.8%);
  z-index: 2;
  background-color: #ffffff;
  mask-image: url("/wp-content/uploads/2025/12/picto-coche-up.svg");
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2025/12/picto-coche-up.svg");
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
#totop:hover {
  background-color: #BBC554;
  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-image: linear-gradient(0deg, #ae17e3 0%, #df09ad 50%, #ae17e3 100%);
  background-position: center bottom;
  background-size: auto 200%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 0px 20px;
  border-radius: 15px !important;
  border: 0px solid #6E8B60;
  transition: all 0.3s ease-in-out;
}
.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: 55px;
}
.btn_cta_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 5px;
}
.btn_cta_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 16px;
  width: 16px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.btn_cta_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-text span {
  font-size: 11px;
  font-weight: 500;
  display: block;
}
.btn_cta_1 .elementor-button-link:visited, .btn_cta_1 .elementor-button-link:focus {
  color: #ffffff;
}
.btn_cta_1 .elementor-button-link:visited svg, .btn_cta_1 .elementor-button-link:focus svg {
  fill: #ffffff;
}
.btn_cta_1 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-position: center top;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.btn_cta_2 .elementor-button-link {
  background-image: linear-gradient(0deg, #ae17e3 0%, #df09ad 50%, #ae17e3 100%);
  background-position: center top;
  background-size: auto 200%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 0px 20px;
  border-radius: 15px !important;
  border: 0px solid #6E8B60;
  transition: all 0.3s ease-in-out;
}
.btn_cta_2 .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 55px;
}
.btn_cta_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 30px;
  width: 30px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.btn_cta_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-text span {
  font-size: 11px;
  font-weight: 500;
  display: block;
}
.btn_cta_2 .elementor-button-link:visited, .btn_cta_2 .elementor-button-link:focus {
  color: #ffffff;
}
.btn_cta_2 .elementor-button-link:visited svg, .btn_cta_2 .elementor-button-link:focus svg {
  fill: #ffffff;
}
.btn_cta_2 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-position: center bottom;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.btn_link_1 .elementor-button-link {
  background-color: transparent;
  color: #20526D;
  font-size: 13px;
  font-weight: 600;
  padding: 0px;
  border: 0px solid #6E8B60;
  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: auto;
}
.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: 24px;
  width: 24px;
  fill: #BBC554;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}
.btn_link_1 .elementor-button-link:visited, .btn_link_1 .elementor-button-link:focus {
  color: #20526D;
}
.btn_link_1 .elementor-button-link:visited svg, .btn_link_1 .elementor-button-link:focus svg {
  fill: #BBC554;
}
.btn_link_1 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 0px solid #6E8B60;
  color: #BBC554;
}
.btn_link_1 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #BBC554 !important;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.btn_link_2 {
  height: 24px;
}
.btn_link_2 .elementor-button-link {
  background-color: transparent;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  padding: 0px;
  border: 0px solid #6E8B60;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
.btn_link_2 .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: auto;
}
.btn_link_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.btn_link_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 24px;
  width: 24px;
  fill: #ffffff;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}
.btn_link_2 .elementor-button-link:visited, .btn_link_2 .elementor-button-link:focus {
  color: #ffffff;
}
.btn_link_2 .elementor-button-link:visited svg, .btn_link_2 .elementor-button-link:focus svg {
  fill: #ffffff;
}
.btn_link_2 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 0px solid #20526D;
  color: #20526D;
}
.btn_link_2 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #20526D !important;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.btn_ancre .elementor-button-link {
  background-color: transparent;
  color: #20526D;
  font-size: 18px;
  font-weight: 500;
  padding: 0px;
  border: 0px solid #6E8B60;
  transition: all 0.3s ease-in-out;
}
.btn_ancre .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: auto;
  position: relative;
}
.btn_ancre .elementor-button-link .elementor-button-content-wrapper:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0%;
  height: 15px;
  width: 15px;
  background-color: #20526D;
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.3s ease-in-out;
  mask-image: url("/wp-content/uploads/2025/10/picto-fleche.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2025/10/picto-fleche.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.btn_ancre .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.btn_ancre .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 30px;
  width: 30px;
  fill: #BBC554;
  transition: all 0.3s ease-in-out;
}
.btn_ancre .elementor-button-link .elementor-button-content-wrapper .elementor-button-text span {
  font-weight: 800;
  color: #BBC554;
}
.btn_ancre .elementor-button-link:visited, .btn_ancre .elementor-button-link:focus {
  color: #20526D;
}
.btn_ancre .elementor-button-link:visited svg, .btn_ancre .elementor-button-link:focus svg {
  fill: #BBC554;
}
.btn_ancre .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 0px solid #6E8B60;
  color: #BBC554;
}
.btn_ancre .elementor-button-link:hover .elementor-button-content-wrapper:after {
  transform: translateY(calc(-50% + 10px)) rotate(90deg);
  background-color: #BBC554;
  transition: all 0.3s ease-in-out;
}
.btn_ancre .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #BBC554 !important;
  transition: all 0.3s ease-in-out;
}
.btn_ancre_2 .elementor-button-link {
  background-color: transparent;
  color: #20526D;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 30px 10px 10px;
  border: 1px solid #6E8B60;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.btn_ancre_2 .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: auto;
  position: relative;
}
.btn_ancre_2 .elementor-button-link .elementor-button-content-wrapper:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: -20px;
  height: 15px;
  width: 15px;
  background-color: #20526D;
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.3s ease-in-out;
  mask-image: url("/wp-content/uploads/2025/10/picto-fleche.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2025/10/picto-fleche.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.btn_ancre_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.btn_ancre_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 30px;
  width: 30px;
  fill: #BBC554;
  transition: all 0.3s ease-in-out;
}
.btn_ancre_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-text span {
  font-weight: 800;
  color: #BBC554;
}
.btn_ancre_2 .elementor-button-link:visited, .btn_ancre_2 .elementor-button-link:focus {
  color: #20526D;
}
.btn_ancre_2 .elementor-button-link:visited svg, .btn_ancre_2 .elementor-button-link:focus svg {
  fill: #BBC554;
}
.btn_ancre_2 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 1px solid #6E8B60;
  color: #BBC554;
}
.btn_ancre_2 .elementor-button-link:hover .elementor-button-content-wrapper:after {
  transform: translateY(calc(-50% + 10px)) rotate(90deg);
  background-color: #BBC554;
  transition: all 0.3s ease-in-out;
}
.btn_ancre_2 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #BBC554 !important;
  transition: all 0.3s ease-in-out;
}
.btn_lirelasuite .elementor-button-link {
  background-color: transparent;
  color: #20526D;
  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: #20526D;
  transition: all 0.3s ease-in-out;
}
.btn_lirelasuite .elementor-button-link:visited, .btn_lirelasuite .elementor-button-link:focus {
  color: #20526D;
}
.btn_lirelasuite .elementor-button-link:visited svg, .btn_lirelasuite .elementor-button-link:focus svg {
  fill: #20526D;
}
.btn_lirelasuite .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 0px;
  color: #6E8B60;
}
.btn_lirelasuite .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #6E8B60 !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: #6E8B60;
  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: #20526D;
  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: #20526D;
  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: #6E8B60;
  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: #20526D;
  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: #6E8B60;
  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: 0px solid #20526D !important;
  height: 50px;
  border-radius: 15px;
}
.form_elementor .elementor-field-textual {
  border: 0px solid #20526D !important;
  padding: 20px;
  background-color: transparent;
  color: #20526D;
  border-radius: 15px;
  font-size: 18px !important;
}
.form_elementor .elementor-field-label {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
.form_elementor .elementor-field-type-acceptance .elementor-field-option {
  display: inline;
  font-size: 11px;
  color: #ffffff;
  font-weight: 500;
}
.form_elementor .elementor-field-type-acceptance .elementor-field-option input[type="checkbox"] {
  height: 16px !important;
  width: 16px !important;
  border: 1px solid #EEEEEE;
  box-shadow: 3px 3px 3px 0px rgba(32, 82, 109, 0.3);
  margin: 0px 8px 0px 0px;
  float: left;
}
.form_elementor .elementor-field-type-acceptance .elementor-field-option input[type="checkbox"]:checked:before {
  height: 12px;
  width: 12px;
  background-color: #BBC554;
}
.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 .elementor-field-type-select {
  color: #20526D;
}
.form_elementor .elementor-field-type-select .select-caret-down-wrapper {
  right: 20px;
}
.form_elementor .elementor-field-type-select .select-caret-down-wrapper svg {
  fill: #BBC554;
  height: 20px;
  width: 19px;
  margin-top: -5px;
}
.form_elementor input[type="checkbox"] {
  height: 20px !important;
  width: 20px !important;
  border: 0px solid #20526D !important;
  display: inline-block !important;
  margin: 0px 5px 0px 0px;
  border-radius: 0px !important;
}
.form_elementor input[type="checkbox"]:checked {
  position: relative;
}
.form_elementor input[type="checkbox"]:checked:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 16px;
  width: 16px;
  background-color: #20526D;
}
.form_elementor .elementor-button {
  text-align: center;
  background-image: linear-gradient(0deg, #ae17e3 0%, #df09ad 50%, #ae17e3 100%);
  background-position: center bottom;
  background-size: auto 200%;
  border: 0px solid #20526D;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 15px !important;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  height: 55px;
  padding: 0px 20px;
}
.form_elementor .elementor-button svg {
  height: 16px;
  width: 16px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.form_elementor .elementor-button:hover {
  background-position: center top;
  transition: all 0.3s ease-in-out;
}
.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: #20526D !important;
  opacity: 1 !important;
}
.form_elementor input::-moz-placeholder, .form_elementor textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #20526D !important;
  opacity: 1 !important;
}
.form_elementor input::-ms-input-placeholder, .form_elementor textarea::-ms-input-placeholder {
  /* IE 10+ */
  color: #20526D !important;
  opacity: 1 !important;
}
.form_elementor input::-moz-placeholder, .form_elementor textarea::-moz-placeholder {
  /* Firefox 18- */
  color: #20526D !important;
  opacity: 1 !important;
}
.form_elementor input::placeholder, .form_elementor textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #20526D !important;
  opacity: 1 !important;
}
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 #20526D;
  display: inline-block;
  margin: 0px 5px 0px 0px;
  border-radius: 50% !important;
}
input[type="radio"]:checked {
  position: relative;
}
input[type="radio"]:checked:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 16px;
  width: 16px;
  background-color: #20526D;
  border-radius: 50%;
}
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
/******	 Formulaire de contact
************************************/
.form_contact .elementor-field-label {
  color: #20526D !important;
  font-size: 14px;
  font-weight: 600;
}
.form_contact .elementor-field-type-acceptance .elementor-field-option {
  display: inline;
  font-size: 12px;
  color: #20526D;
  font-weight: 500;
}
.form_contact .elementor-field-type-acceptance .elementor-field-option input[type="checkbox"] {
  height: 16px !important;
  width: 16px !important;
  border: 1px solid #EEEEEE;
  box-shadow: 3px 3px 3px 0px rgba(32, 82, 109, 0.3);
  margin: 0px 8px 0px 0px;
  float: left;
}
.form_contact .elementor-field-type-acceptance .elementor-field-option input[type="checkbox"]:checked:before {
  height: 12px;
  width: 12px;
  background-color: #BBC554;
}
.form_contact .elementor-field-type-acceptance .elementor-field-option label {
  display: flex !important;
}
/******	 Upload field
************************************/
.elementor-field-type-upload input[type="file"] {
  color: #20526D;
  cursor: pointer;
  position: relative;
  background-color: #6E8B60;
  border-radius: 15px;
  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: #BBC554;
  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: #20526D;
  border: 0px;
  cursor: pointer;
}
.form_newsletter .elementor-field-textual {
  height: 55px;
  border-radius: 15px 0px 0px 15px !important;
  border: 0px solid #20526D !important;
  padding-left: 30px;
}
.form_newsletter .e-form__buttons {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 55px;
}
.form_newsletter .e-form__buttons .elementor-button {
  height: 100%;
  border-radius: 0px 15px 15px 0px !important;
}
.form_newsletter .e-form__buttons .elementor-button .elementor-button-icon svg {
  height: 15px;
  width: 15px;
}
.form_newsletter .elementor-field-type-acceptance .elementor-field-option {
  display: inline;
  font-size: 10px;
  color: #ffffff;
  font-weight: 500;
}
.form_newsletter .elementor-field-type-acceptance .elementor-field-option input[type="checkbox"] {
  height: 16px !important;
  width: 16px !important;
  border: 1px solid #EEEEEE;
  box-shadow: 3px 3px 3px 0px rgba(32, 82, 109, 0.3);
  margin: 0px 8px 0px 0px;
  float: left;
}
.form_newsletter .elementor-field-type-acceptance .elementor-field-option input[type="checkbox"]:checked:before {
  height: 12px;
  width: 12px;
  background-color: #BBC554;
}
/************************
* 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 #20526D;
  color: #20526D;
  font-size: 32px;
  text-transform: uppercase;
  padding: 8px;
  margin-bottom: 1rem;
  font-family: "Montserrat", 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: 880px) 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: #20526D;
  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: #20526D;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list li:hover a {
  color: #20526D;
  letter-spacing: 0.4px;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list li:hover:before {
  border-radius: 50%;
  background-color: #20526D;
  transition: all 0.3s ease-in-out;
}
#plan_du_site .cat-item-28 {
  display: none;
}
/**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: #20526D;
  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;
}
