@charset "UTF-8";
/************************
*
* PLAN DES SCSS
*
01 => CONFIG
02 => LAYOUT
03 => PAGES
04 => COMPOSANTS
*
*
*************************/
/* Set core body defaults */
:root {
  color-scheme: unset;
}
body {
  min-height: 96vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  max-width: 100vw;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-end;
}
body .elementor-location-footer {
  bottom: 0;
}
/* Box sizing rules */
*, *::before, *::after {
  box-sizing: border-box;
}
/* Remove default padding */
ul[class], ol[class] {
  padding: 0;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
html {
  scroll-behavior: smooth;
}
/* Remove default margin */
body, h1, h2, h3, h4, ul[class], ol[class], li, figure, figcaption, blockquote, dl, dd {
  margin: 0;
}
/* Remove list styles on ul, ol elements with a class attribute */
ul[class], ol[class] {
  list-style: none;
}
/* Make images easier to work with */
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
a {
  text-decoration: none;
}
/* Inherit fonts for inputs and buttons */
input, button, textarea, select {
  font: inherit;
}
/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  font-family: inherit;
  vertical-align: baseline;
}
/**
*
*  color BG + TXT
*
****************/
.bg_primary {
  background-color: #000000;
}
.txt_primary {
  color: #000000;
}
.bg_noir {
  background-color: #35302d;
}
.txt_noir {
  color: #35302d;
}
.bg_blanc {
  background-color: #ffffff;
}
.txt_blanc {
  color: #ffffff;
}
.bg_gris1 {
  background-color: #F2F2F2;
}
.txt_gris1 {
  color: #F2F2F2;
}
.bg_gris2 {
  background-color: #EEEEEE;
}
.txt_gris2 {
  color: #EEEEEE;
}
.bg_gris3 {
  background-color: #707070;
}
.txt_gris3 {
  color: #707070;
}
.bg_gris4 {
  background-color: #58595D;
}
.txt_gris4 {
  color: #58595D;
}
.bg_texte1 {
  background-color: #666680;
}
.txt_texte1 {
  color: #666680;
}
.bg_color1 {
  background-color: #181B32;
}
.txt_color1 {
  color: #181B32;
}
.bg_color2 {
  background-color: #1F238F;
}
.txt_color2 {
  color: #1F238F;
}
.bg_color3 {
  background-color: #E1E2FA;
}
.txt_color3 {
  color: #E1E2FA;
}
.bg_color4 {
  background-color: #EEECFF;
}
.txt_color4 {
  color: #EEECFF;
}
.bg_color5 {
  background-color: #F3F5FA;
}
.txt_color5 {
  color: #F3F5FA;
}
.bg_color6 {
  background-color: #FFA104;
}
.txt_color6 {
  color: #FFA104;
}
.bg_color7 {
  background-color: #FFDA9C;
}
.txt_color7 {
  color: #FFDA9C;
}
.bg_color8 {
  background-color: #FFF5F1;
}
.txt_color8 {
  color: #FFF5F1;
}
/**
*
* Colonne
*
****************/
.col2 p, .col3 p {
  margin: 0 !important;
}
.col2 ul, .col3 ul {
  margin-top: 0 !important;
}
@media screen and (min-width: 960px) {
  .col2 {
    columns: 2;
    column-gap: 25px;
    column-fill: balance;
  }
  .col3 {
    columns: 3;
    column-gap: 25px;
    column-fill: balance;
  }
}
/************************
* Header top
*************************/
.header_top {
  background-color: #1F238F;
}
.header_top .elementor-social-icon {
  background-color: transparent;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  font-size: 14px !important;
  margin: 2px;
  height: 30px !important;
  width: 30px !important;
}
.header_top .elementor-social-icon svg {
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.header_top .elementor-social-icon:hover {
  border: 1px solid #FFA104;
  transition: all 0.3s ease-in-out;
}
.header_top .elementor-social-icon:hover svg {
  fill: #FFA104;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 960px) {
  .header_top .btn_header_top {
    margin: 0px 4px;
  }
}
.header_top .btn_header_top .elementor-button-link {
  background-color: transparent;
  color: #ffffff;
  font-size: 14px;
  padding: 0px;
  border: 0px solid #1F238F;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .header_top .btn_header_top .elementor-button-link {
    font-size: 12px;
  }
}
.header_top .btn_header_top .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 34px;
}
.header_top .btn_header_top .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: 40px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.header_top .btn_header_top .elementor-button-link:visited, .header_top .btn_header_top .elementor-button-link:focus {
  color: #ffffff;
}
.header_top .btn_header_top .elementor-button-link:visited svg, .header_top .btn_header_top .elementor-button-link:focus svg {
  fill: #FFA104;
}
.header_top .btn_header_top .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  border: 0px solid #1F238F;
  color: #FFA104;
}
.header_top .btn_header_top .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #FFA104 !important;
  transition: all 0.3s ease-in-out;
}
/************************
* Header & fix header
*************************/
.header_m1 .gm-wrapper {
  width: 100%;
  z-index: 99;
  background-color: #ffffff !important;
  box-shadow: 0px 4px 9px 0px rgba(53, 48, 45, 0.15);
}
.header_m1 .gm-inner .gm-container {
  background-color: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-inner .gm-container .gm-logo a {
  align-items: flex-start;
  height: 0px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.header_m1 .gm-inner .gm-container .gm-logo a img {
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: stretch;
  width: 100%;
}
.header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item__txt-wrapper {
  transition: none !important;
}
.header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item--lvl-0.gm-open {
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item--lvl-0.gm-open > .gm-anchor .gm-menu-item__txt-wrapper {
  color: #181B32 !important;
}
.header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item--lvl-0 .gm-menu-item__txt {
  border-bottom: 2px solid #FFA104;
}
.header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item--lvl-0 > a {
  padding: 21px 3px;
  margin: 0;
  background-color: transparent;
  color: #35302d !important;
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0px;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item--lvl-0 > a:hover, .header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item--lvl-0 > a:active {
  background-color: #ffffff;
  color: #181B32 !important;
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu-wrapper .gm-dropdown-menu {
  border-top: 0px solid #181B32 !important;
  background-color: #ffffff;
}
.header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-1, .header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-2 {
  padding-right: 0px !important;
  padding-left: 0px !important;
  font-size: 16px;
}
.header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-1.gm-open, .header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-2.gm-open {
  background-color: #ffffff;
  color: #181B32 !important;
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-1.gm-open > .gm-anchor .gm-menu-item__txt-wrapper, .header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-2.gm-open > .gm-anchor .gm-menu-item__txt-wrapper {
  color: #181B32 !important;
}
.header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-1 a:hover, .header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-1 a:active, .header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-2 a:hover, .header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-2 a:active {
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-1 .gm-dropdown-menu-wrapper .gm-dropdown-menu, .header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-2 .gm-dropdown-menu-wrapper .gm-dropdown-menu {
  border-top: 3px solid #181B32 !important;
  background-color: #ffffff;
}
.header_m1 .gm-inner .gm-main-menu-wrapper .gm-inner {
  transition: none !important;
}
.header_m1.fixed-header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  animation: slide-down 1s cubic-bezier(0, 0, 0.58, 1);
}
.header_m1.fixed-header .gm-wrapper {
  background-color: rgba(53, 48, 45, 0.75);
  width: 100%;
  z-index: 99;
  transition: all 0.3s ease-in-out;
}
.header_m1.fixed-header .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item--lvl-0 > a {
  transition: all 0.3s ease-in-out;
}
.header_m1.fixed-header .gm-inner .gm-container {
  transition: all 0.3s ease-in-out;
}
.header_m1.fixed-header .gm-inner .gm-container .gm-logo a {
  align-items: flex-start;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.header_m1.fixed-header .gm-inner .gm-container .gm-logo a img {
  transition: all 0.3s ease-in-out;
}
.gm-menu-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 999999;
}
@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
/************************
* Header spe
*************************/
.header_m1 .gm-dropdown-menu-wrapper .gm-dropdown-menu--lvl-1 {
  overflow: visible !important;
}
@media screen and (min-width: 960px) {
  .header_m1 .gm-dropdown-menu-wrapper .gm-dropdown-menu--lvl-1 {
    background-color: #FFA104 !important;
  }
}
@media screen and (max-width: 960px) {
  .header_m1 .gm-dropdown-menu-wrapper .gm-dropdown-menu--lvl-1 {
    background-color: transparent;
  }
}
@media screen and (min-width: 960px) {
  .header_m1 .elementor-nav-menu--layout-vertical .elementor-nav-menu a, .header_m1 .elementor-nav-menu--layout-horizontal .elementor-nav-menu a {
    padding: 14px 14px !important;
    border-inline-start: 0px solid transparent !important;
  }
  .header_m1 .elementor-nav-menu--layout-vertical .elementor-nav-menu a:hover, .header_m1 .elementor-nav-menu--layout-horizontal .elementor-nav-menu a:hover {
    padding: 14px 14px !important;
  }
  .header_m1 .elementor-nav-menu--layout-vertical .elementor-nav-menu .menu-item-object-page a, .header_m1 .elementor-nav-menu--layout-horizontal .elementor-nav-menu .menu-item-object-page a {
    color: #ffffff !important;
  }
  .header_m1 .elementor-nav-menu--layout-vertical .elementor-nav-menu .menu-item-object-page:hover, .header_m1 .elementor-nav-menu--layout-horizontal .elementor-nav-menu .menu-item-object-page:hover {
    background-color: #181B32 !important;
    color: #ffffff !important;
  }
  .header_m1 .elementor-nav-menu--layout-vertical .elementor-nav-menu .menu-item-object-page.elementor-item-active, .header_m1 .elementor-nav-menu--layout-horizontal .elementor-nav-menu .menu-item-object-page.elementor-item-active {
    background-color: #181B32 !important;
  }
  .header_m1 .elementor-nav-menu--layout-vertical .elementor-nav-menu .has-submenu, .header_m1 .elementor-nav-menu--layout-horizontal .elementor-nav-menu .has-submenu {
    color: #ffffff !important;
  }
  .header_m1 .elementor-nav-menu--layout-vertical .elementor-nav-menu .has-submenu:hover, .header_m1 .elementor-nav-menu--layout-horizontal .elementor-nav-menu .has-submenu:hover {
    background-color: #181B32 !important;
    color: #ffffff !important;
  }
  .header_m1 .elementor-nav-menu--layout-vertical .elementor-nav-menu .has-submenu.elementor-item-active, .header_m1 .elementor-nav-menu--layout-horizontal .elementor-nav-menu .has-submenu.elementor-item-active {
    background-color: #181B32 !important;
  }
  .header_m1 .elementor-nav-menu--layout-vertical .elementor-nav-menu .has-submenu .sub-arrow svg, .header_m1 .elementor-nav-menu--layout-horizontal .elementor-nav-menu .has-submenu .sub-arrow svg {
    fill: #ffffff;
  }
  .header_m1 .elementor-nav-menu--layout-vertical .elementor-nav-menu .sub-menu, .header_m1 .elementor-nav-menu--layout-horizontal .elementor-nav-menu .sub-menu {
    box-shadow: 0px 1px 2px rgba(53, 48, 45, 0.35);
  }
  .header_m1 .elementor-nav-menu--layout-vertical .elementor-nav-menu .sub-menu a, .header_m1 .elementor-nav-menu--layout-horizontal .elementor-nav-menu .sub-menu a {
    color: #181B32 !important;
  }
  .header_m1 .elementor-nav-menu--layout-vertical .elementor-nav-menu .sub-menu a:hover, .header_m1 .elementor-nav-menu--layout-horizontal .elementor-nav-menu .sub-menu a:hover {
    background-color: #181B32 !important;
    color: #ffffff !important;
  }
  .header_m1 .elementor-nav-menu--layout-vertical .elementor-nav-menu .current-menu-parent > a, .header_m1 .elementor-nav-menu--layout-vertical .elementor-nav-menu .current-menu-item > a, .header_m1 .elementor-nav-menu--layout-horizontal .elementor-nav-menu .current-menu-parent > a, .header_m1 .elementor-nav-menu--layout-horizontal .elementor-nav-menu .current-menu-item > a {
    background-color: #181B32 !important;
    color: #ffffff !important;
  }
}
@media screen and (max-width: 960px) {
  .header_m1 .elementor-nav-menu--layout-vertical .elementor-nav-menu a, .header_m1 .elementor-nav-menu--layout-horizontal .elementor-nav-menu a {
    white-space: inherit !important;
    border-inline-start: 0px solid transparent !important;
  }
  .header_m1 .elementor-nav-menu--layout-vertical .elementor-nav-menu > li, .header_m1 .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 1px;
  }
  .header_m1 .elementor-nav-menu--layout-vertical .elementor-nav-menu > li .elementor-nav-menu--dropdown, .header_m1 .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li .elementor-nav-menu--dropdown {
    top: 0% !important;
  }
  .header_m1 .elementor-nav-menu--layout-vertical .elementor-nav-menu > li .has-submenu, .header_m1 .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li .has-submenu {
    display: flex;
    justify-content: space-between;
  }
  .header_m1 .elementor-nav-menu--layout-vertical > .sm-vertical, .header_m1 .elementor-nav-menu--layout-horizontal > .sm-vertical {
    display: flex;
    flex-direction: row !important;
  }
  .header_m1 .elementor-nav-menu--layout-vertical .has-submenu, .header_m1 .elementor-nav-menu--layout-horizontal .has-submenu {
    color: #ffffff !important;
    background-color: #FFA104 !important;
  }
  .header_m1 .elementor-nav-menu--layout-vertical .has-submenu:hover, .header_m1 .elementor-nav-menu--layout-horizontal .has-submenu:hover {
    background-color: #181B32 !important;
    color: #ffffff !important;
  }
  .header_m1 .elementor-nav-menu--layout-vertical .has-submenu .sub-arrow svg, .header_m1 .elementor-nav-menu--layout-horizontal .has-submenu .sub-arrow svg {
    fill: #ffffff;
  }
  .header_m1 .elementor-nav-menu--layout-vertical .sub-menu, .header_m1 .elementor-nav-menu--layout-horizontal .sub-menu {
    position: relative !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
  }
}
/************************
* Header panel
*************************/
.btn_cta_panel .elementor-button-wrapper {
  max-width: fit-content;
  position: relative;
}
.btn_cta_panel .elementor-button-wrapper:after {
  content: "";
  position: absolute;
  display: block;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  bottom: 0%;
  left: 0%;
  border-radius: 14px !important;
  background-color: #FFA104;
  border: 1px solid #181B32;
  z-index: 0;
  transform: translateX(-2px) translateY(2px);
}
.btn_cta_panel .elementor-button-wrapper .elementor-button-link {
  border: 1px solid #181B32;
  background-color: #ffffff;
  color: #181B32;
  font-size: 14px;
  font-weight: 600;
  border-radius: 14px !important;
  padding: 0px 13px;
  transform: translateX(2px) translateY(-2px);
  z-index: 2;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.btn_cta_panel .elementor-button-wrapper .elementor-button-link .elementor-button-content-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 34px;
  z-index: 2;
}
.btn_cta_panel .elementor-button-wrapper .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.btn_cta_panel .elementor-button-wrapper .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: 40px;
  fill: #181B32;
  transition: all 0.3s ease-in-out;
}
.btn_cta_panel .elementor-button-wrapper .elementor-button-link:visited, .btn_cta_panel .elementor-button-wrapper .elementor-button-link:focus {
  color: #181B32;
}
.btn_cta_panel .elementor-button-wrapper .elementor-button-link:visited svg, .btn_cta_panel .elementor-button-wrapper .elementor-button-link:focus svg {
  fill: #181B32;
}
.btn_cta_panel .elementor-button-wrapper:hover .elementor-button-link {
  transform: translateX(-2px) translateY(2px);
  color: #FFA104;
}
.btn_cta_panel .elementor-button-wrapper:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #181B32 !important;
  transition: all 0.3s ease-in-out;
}
.rs_panel .elementor-social-icon {
  background-color: transparent;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  font-size: 14px !important;
  margin: 2px;
  height: 30px !important;
  width: 30px !important;
}
.rs_panel .elementor-social-icon svg {
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.rs_panel .elementor-social-icon:hover {
  border: 1px solid #FFA104;
  transition: all 0.3s ease-in-out;
}
.rs_panel .elementor-social-icon:hover svg {
  fill: #FFA104;
  transition: all 0.3s ease-in-out;
}
/************************
* MEGA MENU desk
*************************/
.header_m1 .gm-mega-menu__item__title {
  border-bottom: 2px dotted !important;
  margin-bottom: 1rem;
}
.header_m1 .gm-mega-menu__item__title a {
  font-family: "DM Sans", sans-serif;
  color: !important;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-mega-menu__item__title a .gm-menu-item__txt-wrapper {
  display: inherit !important;
}
.header_m1 .gm-mega-menu__item__title a .gm-menu-item__txt {
  color: inherit !important;
  font-size: 30px !important;
  height: 22px;
  display: inline-block;
  position: relative;
  padding-right: 40px;
  line-height: 1;
}
.header_m1 .gm-mega-menu__item__title a .gm-menu-item__txt:before {
  content: "";
  font-size: 11px;
  position: absolute;
  display: block;
  height: 23px;
  width: 33px;
  border-radius: 15px;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-mega-menu__item__title a .gm-menu-item__txt:after {
  content: "";
  position: absolute;
  display: block;
  height: 22px;
  width: 21px;
  top: 0px;
  right: 10px;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  mask-image: url("/wp-content/uploads/2023/11/angle-right-solid.svg");
  mask-size: 6px;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2023/11/angle-right-solid.svg");
  -webkit-mask-size: 6px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.header_m1 .gm-mega-menu__item__title a:hover {
  color: !important;
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-mega-menu__item__title a:hover .gm-menu-item__txt:before {
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-mega-menu__item__title a:hover .gm-menu-item__txt:after {
  background-color: #ffffff;
  right: 0px;
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm-ss-titre a {
  font-size: 18px;
  font-family: "DM Sans", sans-serif;
  color: !important;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  position: relative;
  padding-right: 40px;
  line-height: 1;
}
.header_m1 .hm-ss-titre a:hover {
  color: !important;
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm-ss-titre a:before {
  content: "";
  font-size: 11px;
  position: absolute;
  display: block;
  height: 16px;
  width: 33px;
  border-radius: 15px;
  top: 0px;
  right: 0%;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm-ss-titre a:after {
  content: "";
  position: absolute;
  display: block;
  height: 16px;
  width: 16px;
  top: 0px;
  right: 14px;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  mask-image: url("/wp-content/uploads/2023/11/angle-right-solid.svg");
  mask-size: 6px;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2023/11/angle-right-solid.svg");
  -webkit-mask-size: 6px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.header_m1 .hm-ss-titre a:hover {
  color: !important;
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm-ss-titre a:hover:before {
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm-ss-titre a:hover:after {
  background-color: #ffffff;
  right: 0px;
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm_liste_picto .elementor-icon-list-item {
  padding: 5px 0px 5px 0px;
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm_liste_picto .elementor-icon-list-item a {
  color: #000000;
  transition: all 0.3s ease-in-out;
  font-size: calc(13px + (14 - 13) * ((100vw - 300px) / (900 - 300)));
}
.header_m1 .hm_liste_picto .elementor-icon-list-item a svg {
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm_liste_picto .elementor-icon-list-item a:hover {
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm_liste_picto .elementor-icon-list-item a:hover svg {
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm_liste_picto .elementor-icon-list-item:hover {
  padding: 5px 0px 5px 10px;
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm_box_img .elementor-image-box-wrapper {
  border-radius: 12px;
  overflow: hidden;
}
.header_m1 .hm_box_img .elementor-image-box-wrapper .elementor-image-box-img {
  position: relative;
}
.header_m1 .hm_box_img .elementor-image-box-wrapper .elementor-image-box-img:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  background-color: rgba(null, 0.45);
}
.header_m1 .hm_box_img .elementor-image-box-wrapper .elementor-image-box-content {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
}
.header_m1 .hm_box_img .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (900 - 300)));
}
.header_m1 .hm_box_img .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
  line-height: 1;
}
.header_m1 .hm_box_img_default .elementor-image-box-wrapper {
  height: 220px;
}
.header_m1 .hm_box_img_default .elementor-image-box-wrapper .elementor-image-box-img {
  height: 220px;
}
.header_m1 .hm_box_img_default .elementor-image-box-img img {
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
  width: 100%;
  height: 100%;
  display: block;
}
/************************
* MEGA MENU mobil
*************************/
.gm-mobile-menu-container .logo_panel_menu .elementor-icon {
  width: 100% !important;
}
.gm-mobile-menu-container .logo_panel_menu svg {
  width: 100% !important;
  height: auto !important;
  min-height: 100% !important;
  min-width: 100% !important;
}
.gm-mobile-menu-container .gm-menu-item__link {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  border-bottom: 2px dotted !important;
  transition: all 0.3s ease-in-out;
  padding-top: 20px !important;
}
.gm-mobile-menu-container .gm-menu-item__link:hover {
  color: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.gm-mobile-menu-container .gm-menu-item__link .gm-menu-item__txt {
  color: inherit !important;
  font-size: 22px !important;
  color: !important;
  height: 18px;
  display: inline-block;
  position: relative;
  padding-right: 40px;
  line-height: 1;
  margin-bottom: 10px;
}
.gm-mobile-menu-container .gm-menu-item__link .gm-menu-item__txt:before {
  content: "";
  font-size: 11px;
  position: absolute;
  display: block;
  height: 15px;
  width: 33px;
  border-radius: 15px;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.gm-mobile-menu-container .gm-menu-item__link .gm-menu-item__txt:after {
  content: "";
  position: absolute;
  display: block;
  height: 18px;
  width: 16px;
  top: 0px;
  right: 13px !important;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  mask-image: url("/wp-content/uploads/2023/11/angle-right-solid.svg");
  mask-size: 4px;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2023/11/angle-right-solid.svg");
  -webkit-mask-size: 6px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.gm-mobile-menu-container .gm-menu-item__link .gm-menu-item__txt:before {
  transition: all 0.3s ease-in-out;
}
.gm-mobile-menu-container .gm-menu-item__link .gm-menu-item__txt:after {
  background-color: #ffffff;
  right: 0px;
  transition: all 0.3s ease-in-out;
}
.gm-mobile-menu-container .hm-ss-titre a {
  color: !important;
}
.gm-mobile-menu-container .hm-ss-titre a:hover {
  color: #ffffff !important;
}
.gm-mobile-menu-container .hm_liste_picto .elementor-icon-list-item {
  padding: 5px 0px;
}
.gm-mobile-menu-container .hm_liste_picto .elementor-icon-list-item a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  font-size: calc(13px + (14 - 13) * ((100vw - 300px) / (900 - 300)));
}
.gm-mobile-menu-container .hm_liste_picto .elementor-icon-list-item a svg {
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.gm-mobile-menu-container .hm_liste_picto .elementor-icon-list-item a:hover {
  transition: all 0.3s ease-in-out;
}
.gm-mobile-menu-container .hm_liste_picto .elementor-icon-list-item a:hover svg {
  transition: all 0.3s ease-in-out;
}
.gm-mobile-menu-container .loop_realisations_menu {
  background-color: #ffffff;
  border-radius: 6px;
}
.gm-mobile-action-area-wrapper {
  width: 100%;
  display: block !important;
}
.gm-navigation-drawer--mobile .gm-dropdown-menu-wrapper {
  padding-left: 0px !important;
}
.sup_footer {
  background-color: #3b414c;
  color: #181B32;
}
.sup_footer a {
  color: #181B32;
}
.sup_footer a:hover {
  color: #FFA104;
}
.footer_m1 .e-con-inner {
  background-color: #F3F5FA;
  border-radius: 60px !important;
  padding: 2rem 2rem !important;
}
.footer_m1 .footer_logo {
  height: 90px !important;
}
.footer_m1 .footer_logo svg {
  fill: #000000;
  height: 90px !important;
  width: 100% !important;
}
.footer_m1 .footer_titre {
  color: #181B32;
  font-weight: 600;
  font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (2560 - 300)));
}
.footer_m1 p {
  color: #181B32;
}
.footer_m1 a {
  color: #181B32;
  transition: all 0.3s ease-in-out;
}
.footer_m1 a:hover {
  color: #FFA104;
  transition: all 0.3s ease-in-out;
}
.footer_m1 .elementor-social-icon {
  background-color: transparent;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  font-size: 14px !important;
  margin: 2px;
  height: 30px !important;
  width: 30px !important;
}
.footer_m1 .elementor-social-icon svg {
  fill: #181B32;
  transition: all 0.3s ease-in-out;
}
.footer_m1 .elementor-social-icon:hover {
  border: 1px solid #FFA104;
  transition: all 0.3s ease-in-out;
}
.footer_m1 .elementor-social-icon:hover svg {
  fill: #FFA104;
  transition: all 0.3s ease-in-out;
}
.footer_m1 .footer_liste ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.footer_m1 .footer_liste ul li {
  margin-bottom: 10px;
}
.footer_m1 .footer_liste ul li a {
  color: #181B32;
}
.footer_m1 .footer_liste ul li a:hover {
  color: #FFA104;
}
.copyright_m1 {
  background-color: #3b414c;
  text-align: center;
  color: #181B32;
  font-size: 12px;
}
.copyright_m1 .e-con-inner {
  border-top: 1px dotted #ffffff;
}
.copyright_m1 p {
  color: #ffffff;
}
.copyright_m1 a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.copyright_m1 a:hover {
  color: #0ec2b9;
  transition: all 0.3s ease-in-out;
}
.btn_footer .elementor-button-link {
  background-color: transparent;
  border: 0px solid transparent;
  color: #181B32;
  font-size: 15px;
  padding: 0px;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  text-align: left;
  line-height: 1.2;
}
.btn_footer .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  height: 30px;
}
.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: #181B32;
  transition: all 0.3s ease-in-out;
}
.btn_footer .elementor-button-link:visited, .btn_footer .elementor-button-link:focus {
  color: #181B32;
}
.btn_footer .elementor-button-link:visited svg, .btn_footer .elementor-button-link:focus svg {
  fill: #181B32;
}
.btn_footer .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 0px solid transparent;
  color: #FFA104;
}
.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: #FFA104 !important;
  transition: all 0.3s ease-in-out;
}
.e-contact-buttons.has-v-alignment-middle {
  width: auto;
}
body {
  font-family: "DM Sans", sans-serif, sans-serif;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1px;
}
@media screen and (min-width: 960px) {
  body main {
    margin-top: 0rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  body main {
    margin-top: 0rem;
  }
}
.gm-nav-content-wrapper {
  will-change: inherit !important;
}
/******************************
* Titres principaux
******************************/
.titre_2 {
  position: relative;
  font-size: calc(22px + (28 - 22) * ((100vw - 300px) / (2560 - 300)));
  color: #1F238F;
  font-weight: 600;
}
.titre_2 .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .titre_2 br {
    display: none;
  }
}
.titre_2 strong, .titre_2 b {
  font-weight: 600;
}
.titre_2 span {
  color: #FFA104;
  font-weight: 600;
}
.titre_2l, .titre_2c {
  position: relative;
  font-size: calc(22px + (30 - 22) * ((100vw - 300px) / (2560 - 300)));
  color: #1F238F;
  font-weight: 600;
  padding-bottom: 1rem;
}
.titre_2l:before, .titre_2c:before {
  content: "" !important;
  position: absolute;
  display: block;
  height: 22px;
  width: 280px;
  background-color: #FFA104;
  mask-image: url("/wp-content/uploads/2024/10/icon_soulign.svg");
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/icon_soulign.svg");
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.titre_2l .elementor-heading-title, .titre_2c .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .titre_2l br, .titre_2c br {
    display: none;
  }
}
.titre_2l strong, .titre_2l b, .titre_2c strong, .titre_2c b {
  font-weight: 600;
}
.titre_2l span, .titre_2c span {
  color: #FFA104;
  font-weight: 600;
}
.titre_2l:before {
  bottom: 0%;
  left: 0%;
  transform: translateX(0%) translateY(0%);
}
.titre_2c {
  text-align: center;
}
.titre_2c:before {
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%) translateY(0%);
}
.titre_3 {
  position: relative;
  font-size: calc(22px + (32 - 22) * ((100vw - 300px) / (2560 - 300)));
  color: #000000;
}
.titre_3 .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .titre_3 br {
    display: none;
  }
}
.titre_3 strong, .titre_3 b {
  font-weight: 600;
}
.titre_3 span {
  color: #1F238F;
  font-weight: 600;
}
.titre_4 {
  position: relative;
  font-size: calc(20px + (30 - 2à) * ((100vw - 300px) / (2560 - 300)));
  color: #000000;
  text-transform: uppercase;
}
.titre_4 .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .titre_4 br {
    display: none;
  }
}
.titre_4 strong, .titre_4 b {
  font-weight: 600;
}
.titre_4 span {
  color: #1F238F;
  font-weight: 600;
}
.titre_5 {
  position: relative;
  font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (2560 - 300)));
  color: #000000;
}
.titre_5 .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .titre_5 br {
    display: none;
  }
}
.titre_5 strong, .titre_5 b {
  font-weight: 600;
}
.titre_5 span {
  color: #1F238F;
  font-weight: 600;
}
.titre_6 {
  position: relative;
  font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (2560 - 300)));
  color: #000000;
}
.titre_6 .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .titre_6 br {
    display: none;
  }
}
.titre_6 strong, .titre_6 b {
  font-weight: 600;
}
.titre_6 span {
  color: #1F238F;
  font-weight: 600;
}
/******************************
* Titres spe
******************************/
.titre_spe_1, .titre_spe_2 {
  position: relative;
  font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (2560 - 300)));
  color: #ffffff;
  text-transform: uppercase;
  padding-left: 30px;
}
.titre_spe_1:before, .titre_spe_2:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 20px;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  background-color: #FFA104;
  mask-image: url("/wp-content/uploads/2024/10/fleche-titre.svg");
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/fleche-titre.svg");
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.titre_spe_1 .elementor-heading-title, .titre_spe_2 .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .titre_spe_1 br, .titre_spe_2 br {
    display: none;
  }
}
.titre_spe_1 strong, .titre_spe_1 b, .titre_spe_2 strong, .titre_spe_2 b {
  font-weight: 600;
}
.titre_spe_1 span, .titre_spe_2 span {
  color: #1F238F;
  font-weight: 600;
}
.titre_spe_2 {
  color: #1F238F;
}
.titre_spe_3 {
  position: relative;
  font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (2560 - 300)));
  color: #1F238F;
  font-weight: 600;
  z-index: 3;
  padding-left: 140px;
  display: flex;
  min-height: 68px;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .titre_spe_3 {
    padding-left: 90px;
  }
}
.titre_spe_3 .elementor-widget-container {
  margin-bottom: 0px !important;
  display: flex;
  align-items: center;
}
.titre_spe_3:before {
  content: "" !important;
  position: absolute;
  display: block;
  height: 64px;
  width: 120px;
  top: 0%;
  left: 0%;
  transform: translateX(0%) translateY(0%);
  background-color: #1F238F;
  mask-image: url("/wp-content/uploads/2024/10/icon-lines3.svg");
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: 0% 0%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/icon-lines3.svg");
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0% 0%;
}
@media screen and (max-width: 960px) {
  .titre_spe_3:before {
    width: 70px;
  }
}
.titre_spe_3 .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .titre_spe_3 br {
    display: none;
  }
}
.titre_spe_3 strong, .titre_spe_3 b {
  font-weight: 600;
}
.titre_spe_3 span {
  font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (2560 - 300)));
  color: #FFA104;
  font-weight: 500;
  display: block;
}
.titre_spe_3b {
  position: relative;
  font-size: calc(16px + (22 - 16) * ((100vw - 300px) / (2560 - 300)));
  color: #1F238F;
  font-weight: 600;
  z-index: 3;
  padding-left: 90px;
  display: flex;
  min-height: 68px;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .titre_spe_3b {
    padding-left: 90px;
  }
}
.titre_spe_3b .elementor-widget-container {
  margin-bottom: 0px !important;
  display: flex;
  align-items: center;
}
.titre_spe_3b:before {
  content: "" !important;
  position: absolute;
  display: block;
  height: 64px;
  width: 70px;
  top: 0%;
  left: 0%;
  transform: translateX(0%) translateY(0%);
  background-color: #1F238F;
  mask-image: url("/wp-content/uploads/2024/10/icon-lines3.svg");
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: 0% 0%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/icon-lines3.svg");
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0% 0%;
}
@media screen and (max-width: 960px) {
  .titre_spe_3b:before {
    width: 70px;
  }
}
.titre_spe_3b .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .titre_spe_3b br {
    display: none;
  }
}
.titre_spe_3b strong, .titre_spe_3b b {
  font-weight: 600;
}
.titre_spe_3b span {
  font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (2560 - 300)));
  color: #FFA104;
  font-weight: 500;
  display: block;
}
.titre_spe_4 {
  position: relative;
  font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (2560 - 300)));
  color: #1F238F;
  font-weight: 600;
  z-index: 3;
  padding-left: 100px;
  display: flex;
  min-height: 68px;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .titre_spe_4 {
    padding-left: 90px;
  }
}
.titre_spe_4 .elementor-widget-container {
  margin-bottom: 0px !important;
  display: flex;
  align-items: center;
}
.titre_spe_4:before {
  content: "" !important;
  position: absolute;
  display: block;
  height: 64px;
  width: 80px;
  top: 0%;
  left: 0%;
  transform: translateX(0%) translateY(0%);
  background-color: #1F238F;
  mask-image: url("/wp-content/uploads/2024/10/icon-lines3.svg");
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: 0% 0%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/icon-lines3.svg");
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0% 0%;
}
@media screen and (max-width: 960px) {
  .titre_spe_4:before {
    width: 70px;
  }
}
.titre_spe_4 .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .titre_spe_4 br {
    display: none;
  }
}
.titre_spe_4 strong, .titre_spe_4 b {
  font-weight: 600;
}
.titre_spe_4 span {
  font-size: calc(26px + (40 - 26) * ((100vw - 300px) / (2560 - 300)));
  color: #FFA104;
  font-weight: 500;
}
/******************************
* Padding / margin spe
******************************/
.p_margin_0 p {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}
/******************************
* Couleur
******************************/
.bg_color1 {
  color: #ffffff;
}
.bg_color1 .titre_2l {
  color: #ffffff;
}
.bg_color1 .bg_line_full {
  background-color: #ffffff;
}
.bg_color8 .e-con-inner {
  z-index: 2;
}
.txt_blanc {
  color: #ffffff;
}
/******************************
* link Couleur
******************************/
.link_color1 a {
  transition: all 0.3s ease-in-out;
  color: #181B32;
}
.link_color1 a:hover {
  color: #FFA104;
  transition: all 0.3s ease-in-out;
}
.link_color2 a {
  transition: all 0.3s ease-in-out;
  color: #1F238F;
}
.link_color2 a:hover {
  color: #FFA104;
  transition: all 0.3s ease-in-out;
}
.link_color3 a {
  transition: all 0.3s ease-in-out;
  color: #E1E2FA;
}
.link_color3 a:hover {
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.link_color6 a {
  transition: all 0.3s ease-in-out;
  color: #FFA104;
}
.link_color6 a:hover {
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.link_blanc a {
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.link_blanc a:hover {
  color: #FFA104;
  transition: all 0.3s ease-in-out;
}
/******************************
* BLOCS
******************************/
.bloc_1 {
  background-color: #F3F5FA;
  border-radius: 14px !important;
}
.bloc_1 img {
  border-radius: 14px !important;
  overflow: hidden;
}
.bloc_1 .logo {
  background-color: #ffffff;
  border-radius: 14px !important;
  overflow: hidden;
}
.bloc_1 .logo_titre {
  position: relative;
  font-size: calc(16px + (16 - 16) * ((100vw - 300px) / (2560 - 300)));
  color: #000000;
}
.bloc_1 .logo_titre .elementor-heading-title {
  line-height: 1.4;
}
.bloc_1 .logo_titre strong, .bloc_1 .logo_titre b {
  font-weight: 600;
}
.bloc_1 .logo_titre span {
  color: #1F238F;
  font-weight: 600;
}
.bloc_2 {
  position: relative;
  min-height: 200px;
  flex-basis: 30% !important;
}
@media screen and (max-width: 960px) {
  .bloc_2 {
    flex-basis: 48% !important;
  }
}
@media screen and (max-width: 768px) {
  .bloc_2 {
    flex-basis: 100% !important;
  }
}
.bloc_2:after {
  content: "";
  position: absolute;
  display: block;
  height: calc(100% - 4px);
  width: calc(100% - 2px);
  bottom: 0%;
  left: 0%;
  border-radius: 14px !important;
  background-color: #FFA104;
  border: 1px solid #181B32;
  z-index: 0;
  transform: translateX(-4px) translateY(2px);
}
.bloc_2 .bloc_content {
  z-index: 2;
  position: relative;
  transform: translateX(2px) translateY(-2px);
  border: 1px solid #181B32;
  background-color: #ffffff;
  overflow: hidden !important;
  height: calc(100% - 4px);
  border-radius: 14px !important;
  transition: all 0.3s ease-in-out;
  padding: 1rem !important;
}
.bloc_2 .bloc_content .content_titre {
  color: #181B32;
  font-weight: 600;
  font-size: calc(16px + (19 - 16) * ((100vw - 300px) / (2560 - 300)));
  transition: all 0.3s ease-in-out;
  margin-bottom: 1rem !important;
  text-align: center;
}
.bloc_2 .bloc_content .content_titre .elementor-heading-title {
  line-height: 1.4;
}
.bloc_2 .bloc_content .content_desc {
  text-align: center;
}
.bg_degrad_1 {
  background: linear-gradient(0deg, #eeeded 0%, #f8f8f8 100%);
}
.bg_degrad_2 {
  background: linear-gradient(0deg, #eeeded 0%, #f8f8f8 100%);
}
.bg_spe_1 {
  background-color: #000000;
}
/******************************
* images
******************************/
.bg_full_onde {
  position: relative;
}
.bg_full_onde .e-con-inner {
  z-index: 5;
}
.bg_full_onde:after {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  height: 100%;
  width: 100%;
  top: 0% !important;
  left: 0% !important;
  transform: translateX(0%) translateY(0%);
  background-color: #1f238f;
  mask-image: url("/wp-content/uploads/2024/10/icon-trai.svg");
  mask-size: 110%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/icon-trai.svg");
  -webkit-mask-size: 110%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  z-index: 1;
}
.bg_vague_full {
  position: relative;
}
.bg_vague_full .e-con-inner {
  z-index: 5;
}
.bg_vague_full:after {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  height: 90%;
  width: 100vw;
  top: 50% !important;
  left: 0% !important;
  transform: translateX(0%) translateY(-50%);
  background-color: rgba(255, 161, 4, 0.1);
  mask-image: url("/wp-content/uploads/2024/10/icon-wave3.svg");
  mask-size: 122% 114%;
  mask-repeat: no-repeat;
  mask-position: 50% 100%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/icon-wave3.svg");
  -webkit-mask-size: 122% 114%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 100%;
  z-index: 1;
}
.bg_vague_tb {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .bg_vague_tb {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.bg_vague_tb .e-con-inner {
  z-index: 5;
}
.bg_vague_tb:before {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  height: 100%;
  width: 100%;
  top: 0% !important;
  left: 0% !important;
  transform: rotate(180deg);
  background-color: #ffffff;
  mask-image: url("/wp-content/uploads/2024/10/icon-mask.svg");
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 100%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/icon-mask.svg");
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 100%;
  z-index: 2;
}
.bg_vague_tb:after {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  height: 100%;
  width: 100%;
  bottom: 0% !important;
  left: 0% !important;
  background-color: #ffffff;
  mask-image: url("/wp-content/uploads/2024/10/icon-mask.svg");
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/icon-mask.svg");
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 100%;
  z-index: 2;
}
.bg_vague_t_c5 {
  position: relative;
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .bg_vague_t_c5 {
    padding-top: 2rem;
  }
}
.bg_vague_t_c5 .e-con-inner {
  z-index: 5;
}
.bg_vague_t_c5:before {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  height: 100%;
  width: 100%;
  top: 0% !important;
  left: 0% !important;
  transform: rotate(180deg);
  background-color: #F3F5FA;
  mask-image: url("/wp-content/uploads/2024/10/icon-mask.svg");
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 100%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/icon-mask.svg");
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 100%;
  z-index: 2;
}
.bg_vague_b_c5 {
  position: relative;
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .bg_vague_b_c5 {
    padding-bottom: 2rem;
  }
}
.bg_vague_b_c5 .e-con-inner {
  z-index: 5;
}
.bg_vague_b_c5:after {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  height: 100%;
  width: 100%;
  bottom: 0% !important;
  left: 0% !important;
  background-color: #F3F5FA;
  mask-image: url("/wp-content/uploads/2024/10/icon-mask.svg");
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/icon-mask.svg");
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 100%;
  z-index: 2;
}
.bg_form_1 {
  position: relative;
}
.bg_form_1 .e-con-inner {
  z-index: 5;
}
.bg_form_1:before {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  height: 100% !important;
  width: 100% !important;
  bottom: 2vw !important;
  left: 0% !important;
  background-color: #FFA104;
  mask-image: url("/wp-content/uploads/2024/10/icon-line-circle2.svg");
  mask-size: 10%;
  mask-repeat: no-repeat;
  mask-position: 0% 100%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/icon-line-circle2.svg");
  -webkit-mask-size: 10%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0% 100%;
  z-index: 2;
}
@media only all and (max-width: 1440px) {
  .bg_form_1:before {
    opacity: 0.4 !important;
  }
}
.bg_form_2 {
  position: relative;
}
.bg_form_2 .e-con-inner {
  z-index: 5;
}
.bg_form_2:after {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  height: 100% !important;
  width: 100% !important;
  top: 2vw !important;
  right: 0% !important;
  transform: rotate(180deg);
  background-color: #FFA104;
  mask-image: url("/wp-content/uploads/2024/10/icon-line-circle2.svg");
  mask-size: 10%;
  mask-repeat: no-repeat;
  mask-position: 0% 100%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/icon-line-circle2.svg");
  -webkit-mask-size: 10%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0% 100%;
  z-index: 2;
}
@media only all and (max-width: 1440px) {
  .bg_form_2:after {
    opacity: 0.4 !important;
  }
}
.img_radius_0 {
  border-radius: 30px !important;
  overflow: hidden;
}
.img_radius_1 {
  position: relative;
}
.img_radius_1:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  transform: rotate(0deg);
  background-color: #FFA104;
  z-index: 1;
  border-radius: 60px !important;
  transform: rotate(-2deg);
}
.img_radius_1 .elementor-widget-container {
  position: relative;
  display: block;
}
.img_radius_1 .elementor-widget-container:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  background-color: rgba(255, 161, 4, 0.35);
  mix-blend-mode: color;
  border-radius: 60px !important;
  z-index: 3;
  transform: rotate(6deg);
}
.img_radius_1 img {
  z-index: 2;
  position: relative;
  display: block;
  border-radius: 60px !important;
  transform: rotate(6deg);
}
.img_radius_2 {
  position: relative;
}
.img_radius_2:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  transform: rotate(0deg);
  background-color: #1F238F;
  z-index: 1;
  border-radius: 60px !important;
  transform: rotate(-2deg);
}
.img_radius_2 .elementor-widget-container {
  position: relative;
  display: block;
}
.img_radius_2 .elementor-widget-container:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  background-color: rgba(31, 35, 143, 0.35);
  mix-blend-mode: color;
  border-radius: 60px !important;
  z-index: 3;
  transform: rotate(6deg);
}
.img_radius_2 img {
  z-index: 2;
  position: relative;
  display: block;
  border-radius: 60px !important;
  transform: rotate(6deg);
}
.img_radius_full {
  position: relative;
}
.img_radius_full:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  transform: rotate(0deg);
  background-color: #FFA104;
  z-index: 1;
  border-radius: 60px !important;
  transform: rotate(-2deg);
}
.img_radius_full img {
  z-index: 2;
  position: relative;
  display: block;
  border-radius: 60px !important;
}
.video_radius {
  border-radius: 30px !important;
  overflow: hidden !important;
}
.video_radius .elementor-custom-embed-play svg {
  transition: all 0.3s ease-in-out;
}
.video_radius:hover .elementor-custom-embed-play svg {
  fill: #FFA104;
}
svg {
  min-height: 6px;
  min-width: 6px;
}
/******************************
* Liste
******************************/
.liste_puce_1 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.liste_puce_1 ul li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 1rem;
}
.liste_puce_1 ul li:before {
  content: "";
  position: absolute;
  display: block;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  top: 10px;
  left: 0%;
  background-color: #000000;
}
.liste_puce_2 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.liste_puce_2 ul li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 0rem;
}
.liste_puce_2 ul li:before {
  content: "";
  position: absolute;
  display: block;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  top: 10px;
  left: 0%;
  background-color: #000000;
}
/******************************
* Bloc chiffre
******************************/
.bloc_chiffre .elementor-counter .elementor-counter-number-wrapper .elementor-counter-number {
  font-size: calc(24px + (44 - 24) * ((100vw - 300px) / (2560 - 300))) !important;
  font-weight: 400;
}
.bloc_chiffre .elementor-counter .elementor-counter-number-wrapper .elementor-counter-number-suffix {
  font-size: calc(24px + (44 - 24) * ((100vw - 300px) / (2560 - 300))) !important;
  font-weight: 200;
}
.bloc_chiffre .elementor-counter .elementor-counter-title {
  font-size: calc(14px + (15 - 14) * ((100vw - 300px) / (2560 - 300))) !important;
  background-color: #ffffff;
  color: #1F238F;
  border-radius: 50px;
  text-align: center;
  padding: 6px 20px !important;
  margin: auto;
  line-height: 1;
}
/******************************
* tableau html 5
******************************/
.responsive_table {
  border-spacing: 1;
  border-collapse: collapse;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
  box-shadow: 1px 1px 2px 2px rgba(53, 48, 45, 0.15);
}
.responsive_table * {
  position: relative;
}
.responsive_table td, .responsive_table th {
  padding-left: 8px;
}
.responsive_table thead tr {
  height: 60px;
  background: #181B32;
  text-transform: uppercase;
}
.responsive_table tbody tr {
  height: 50px;
  transition: all 0.3s ease-in-out;
}
.responsive_table tbody tr:last-child {
  border: 0;
}
.responsive_table td, .responsive_table th {
  text-align: left;
}
.responsive_table td.l, .responsive_table th.l {
  text-align: right;
}
.responsive_table td.c, .responsive_table th.c {
  text-align: center;
}
.responsive_table td.r, .responsive_table th.r {
  text-align: center;
}
.responsive_table th {
  font-size: 18px;
  color: #ffffff;
  line-height: 1.2;
  font-weight: unset;
}
.responsive_table tbody tr:nth-child(even) {
  background-color: #F3F5FA;
}
.responsive_table tbody tr {
  font-size: 15px;
  color: #000000;
  line-height: 1.2;
  font-weight: unset;
}
.responsive_table tbody tr:hover {
  color: #ffffff;
  background-color: #181B32;
  cursor: pointer;
}
/******************************
* hero / ban home
******************************/
.ban_home {
  position: relative;
}
@media screen and (min-width: 768px) {
  .ban_home {
    min-height: calc(100vh - 110px) !important;
  }
}
@media screen and (max-width: 768px) {
  .ban_home {
    min-height: calc(100vh - 100px) !important;
  }
}
.ban_home > .e-con-inner {
  z-index: 2;
  color: #ffffff;
}
.ban_home .ban_titre {
  color: #ffffff;
  font-weight: 600;
  font-size: calc(28px + (60 - 28) * ((100vw - 300px) / (2560 - 300)));
  text-shadow: 0px 0px 1px #181B32;
}
.ban_home .ban_titre .elementor-heading-title {
  line-height: 1.2;
}
.ban_home .ban_titre strong {
  font-weight: 900;
}
.ban_home .ban_titre span {
  color: #FFA104;
}
.ban_home .ban_desc {
  font-size: 16px;
}
.ban_home .breadcrumbs {
  color: #ffffff;
}
.ban_home .breadcrumbs a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.ban_home .breadcrumbs a:hover {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.bg_line_full {
  position: relative;
  background-color: #FFA104;
  mask-image: url("/wp-content/uploads/2024/10/icon-lines2.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/icon-lines2.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
@media screen and (max-width: 960px) {
  .bg_line_full {
    mask-size: cover;
    -webkit-mask-size: cover;
  }
}
.bloc_formation {
  position: relative;
  min-height: 200px;
}
@media screen and (max-width: 960px) {
  .bloc_formation {
    flex-basis: 48% !important;
  }
}
@media screen and (max-width: 768px) {
  .bloc_formation {
    flex-basis: 100% !important;
  }
}
.bloc_formation:after {
  content: "";
  position: absolute;
  display: block;
  height: calc(100% - 4px);
  width: calc(100% - 2px);
  bottom: 0%;
  left: 0%;
  border-radius: 14px !important;
  background-color: #FFA104;
  border: 1px solid #181B32;
  z-index: 0;
  transform: translateX(-4px) translateY(2px);
}
.bloc_formation .bloc_formation_content {
  z-index: 2;
  position: relative;
  transform: translateX(2px) translateY(-2px);
  border: 1px solid #181B32;
  background-color: #ffffff;
  overflow: hidden !important;
  height: calc(100% - 4px);
  border-radius: 14px !important;
  transition: all 0.3s ease-in-out;
}
.bloc_formation .bloc_formation_content .content_img {
  border-radius: 7px !important;
  overflow: hidden !important;
  width: 50% !important;
}
.bloc_formation .bloc_formation_content .content_img:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0%;
  left: -100%;
  background-color: rgba(24, 27, 50, 0.5);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.bloc_formation .bloc_formation_content .content_img:after {
  content: "+";
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  font-size: 26px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  top: 50%;
  left: 150%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFA104;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.bloc_formation .bloc_formation_content .content_titre {
  color: #181B32;
  width: 50% !important;
  font-weight: 600;
  font-size: calc(16px + (22 - 16) * ((100vw - 300px) / (2560 - 300)));
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.bloc_formation .bloc_formation_content .content_titre .elementor-widget-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bloc_formation:hover .bloc_formation_content {
  transform: translateX(-4px) translateY(4px);
}
.bloc_formation:hover .bloc_formation_content .content_img:before {
  left: 0%;
}
.bloc_formation:hover .bloc_formation_content .content_img:after {
  left: 50%;
}
.bloc_formation:hover .bloc_formation_content .content_titre {
  color: #FFA104;
}
.bloc_big_c1, .bloc_big_c2, .bloc_big_c6 {
  min-height: 300px !important;
  border-radius: 30px !important;
  overflow: hidden;
}
.bloc_big_c1:after, .bloc_big_c2:after, .bloc_big_c6:after {
  z-index: 1;
}
.bloc_big_c1 .content, .bloc_big_c2 .content, .bloc_big_c6 .content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 2rem;
  font-size: 14px;
  color: #ffffff;
  border-radius: 14px !important;
  z-index: 2;
  width: 50%;
}
@media screen and (max-width: 960px) {
  .bloc_big_c1 .content, .bloc_big_c2 .content, .bloc_big_c6 .content {
    width: 80%;
  }
}
.bloc_big_c1 .content p, .bloc_big_c2 .content p, .bloc_big_c6 .content p {
  margin-bottom: 6px !important;
}
.bloc_big_c1 .content .bloc_big_titre, .bloc_big_c2 .content .bloc_big_titre, .bloc_big_c6 .content .bloc_big_titre {
  font-weight: 600;
  font-size: calc(16px + (24 - 16) * ((100vw - 300px) / (2560 - 300)));
}
.bloc_big_c1 .content a, .bloc_big_c2 .content a, .bloc_big_c6 .content a {
  color: #ffffff;
  font-size: 16px;
  position: relative;
  padding-bottom: 3px;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}
.bloc_big_c1 .content a:before, .bloc_big_c2 .content a:before, .bloc_big_c6 .content a:before {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  width: 100%;
  bottom: 0%;
  left: 0%;
  background-color: #ffffff;
}
.bloc_big_c1 .content a:hover, .bloc_big_c2 .content a:hover, .bloc_big_c6 .content a:hover {
  letter-spacing: 4px;
}
.bloc_big_c1 {
  background-color: #181B32;
  position: relative;
}
.bloc_big_c1:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  background-color: rgba(255, 255, 255, 0.3);
  mask-image: url("/wp-content/uploads/2024/10/icon-lines-circle.svg");
  mask-size: 200% 232%;
  mask-repeat: no-repeat;
  mask-position: 50% 62%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/icon-lines-circle.svg");
  -webkit-mask-size: 200% 232%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 62%;
}
.bloc_big_c1 .content {
  background-color: #181B32;
}
.bloc_big_c2 {
  background-color: #1F238F;
  position: relative;
}
.bloc_big_c2:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  background-color: rgba(255, 255, 255, 0.3);
  mask-image: url("/wp-content/uploads/2024/10/icon-lines1.svg");
  mask-size: 200% 150%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/icon-lines1.svg");
  -webkit-mask-size: 200% 150%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.bloc_big_c2 .content {
  background-color: #1F238F;
}
.bloc_big_c6 {
  background-color: #FFA104;
  position: relative;
}
.bloc_big_c6:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  background-color: rgba(255, 255, 255, 0.3);
  mask-image: url("/wp-content/uploads/2024/10/icon-lines3.svg");
  mask-size: 72% 95%;
  mask-repeat: no-repeat;
  mask-position: 125% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/icon-lines3.svg");
  -webkit-mask-size: 72% 95%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 125% 50%;
}
.bloc_big_c6 .content {
  background-color: #FFA104;
}
.bg_newsletter {
  background-color: #1F238F;
  border-radius: 60px !important;
  overflow: hidden;
  position: relative;
  padding: 5rem 5rem !important;
}
@media screen and (max-width: 768px) {
  .bg_newsletter {
    padding: 2rem 2rem !important;
  }
}
.bg_newsletter:before {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  height: 100% !important;
  width: 100% !important;
  top: 0% !important;
  left: 0% !important;
  opacity: 0.5 !important;
  background-image: url("/wp-content/uploads/2024/10/bg-newsletter.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg_newsletter .titre {
  position: relative;
  font-size: calc(22px + (36 - 22) * ((100vw - 300px) / (2560 - 300)));
  color: #ffffff;
  font-weight: 600;
  padding-bottom: 1rem;
}
.bg_newsletter .titre:before {
  content: "" !important;
  position: absolute;
  display: block;
  height: 22px;
  width: 280px;
  bottom: 0%;
  left: 0%;
  transform: translateX(0%) translateY(0%);
  background-color: #FFA104;
  mask-image: url("/wp-content/uploads/2024/10/icon_soulign.svg");
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/icon_soulign.svg");
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.bg_newsletter .titre .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .bg_newsletter .titre br {
    display: none;
  }
}
.bg_newsletter .titre strong, .bg_newsletter .titre b {
  font-weight: 600;
}
.bg_newsletter .titre span {
  color: #FFA104;
  font-weight: 600;
}
/************************
* Page divers
*************************/
.ban_inte_0, .ban_inte_1, .ban_inte_2 {
  position: relative;
  min-height: 440px !important;
}
.ban_inte_0 > .e-con-inner, .ban_inte_1 > .e-con-inner, .ban_inte_2 > .e-con-inner {
  z-index: 5;
}
.ban_inte_0 .content, .ban_inte_1 .content, .ban_inte_2 .content {
  z-index: 5;
}
.ban_inte_0:before, .ban_inte_1:before, .ban_inte_2:before {
  content: "" !important;
  position: absolute !important;
  display: block;
  height: 100% !important;
  width: 100% !important;
  bottom: 0% !important;
  left: 0% !important;
  background-color: #ffffff;
  mask-image: url("/wp-content/uploads/2024/10/icon-mask.svg");
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 100%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/icon-mask.svg");
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 100%;
  z-index: 2;
}
.ban_inte_0:after, .ban_inte_1:after, .ban_inte_2:after {
  position: absolute;
  content: "" !important;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(31, 35, 143, 0.75);
  mix-blend-mode: multiply !important;
  z-index: 1;
}
.ban_inte_0 .ban_titre, .ban_inte_1 .ban_titre, .ban_inte_2 .ban_titre {
  position: relative;
  font-size: calc(22px + (50 - 22) * ((100vw - 300px) / (2560 - 300)));
  color: #ffffff;
  font-weight: 600;
  padding-bottom: 1rem;
  z-index: 3;
}
.ban_inte_0 .ban_titre:before, .ban_inte_1 .ban_titre:before, .ban_inte_2 .ban_titre:before {
  content: "" !important;
  position: absolute;
  display: block;
  height: 22px;
  width: 280px;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%) translateY(0%);
  background-color: #FFA104;
  mask-image: url("/wp-content/uploads/2024/10/icon_soulign.svg");
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/icon_soulign.svg");
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.ban_inte_0 .ban_titre .elementor-heading-title, .ban_inte_1 .ban_titre .elementor-heading-title, .ban_inte_2 .ban_titre .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .ban_inte_0 .ban_titre br, .ban_inte_1 .ban_titre br, .ban_inte_2 .ban_titre br {
    display: none;
  }
}
.ban_inte_0 .ban_titre strong, .ban_inte_0 .ban_titre b, .ban_inte_1 .ban_titre strong, .ban_inte_1 .ban_titre b, .ban_inte_2 .ban_titre strong, .ban_inte_2 .ban_titre b {
  font-weight: 600;
}
.ban_inte_0 .ban_titre span, .ban_inte_1 .ban_titre span, .ban_inte_2 .ban_titre span {
  color: #FFA104;
  font-weight: 600;
}
.ban_inte_0 .ban_titre_prog, .ban_inte_1 .ban_titre_prog, .ban_inte_2 .ban_titre_prog {
  position: relative;
  font-size: calc(22px + (34 - 22) * ((100vw - 300px) / (2560 - 300)));
  color: #181B32;
  font-weight: 600;
  z-index: 3;
  padding-left: 150px;
  display: flex;
  min-height: 100px;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .ban_inte_0 .ban_titre_prog, .ban_inte_1 .ban_titre_prog, .ban_inte_2 .ban_titre_prog {
    padding-left: 90px;
  }
}
.ban_inte_0 .ban_titre_prog .elementor-widget-container, .ban_inte_1 .ban_titre_prog .elementor-widget-container, .ban_inte_2 .ban_titre_prog .elementor-widget-container {
  margin-bottom: 0px !important;
}
.ban_inte_0 .ban_titre_prog:before, .ban_inte_1 .ban_titre_prog:before, .ban_inte_2 .ban_titre_prog:before {
  content: "" !important;
  position: absolute;
  display: block;
  height: 98px;
  width: 130px;
  top: 0%;
  left: 0%;
  transform: translateX(0%) translateY(0%);
  background-color: #1F238F;
  mask-image: url("/wp-content/uploads/2024/10/icon-lines3.svg");
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: 0% 0%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/icon-lines3.svg");
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0% 0%;
}
@media screen and (max-width: 960px) {
  .ban_inte_0 .ban_titre_prog:before, .ban_inte_1 .ban_titre_prog:before, .ban_inte_2 .ban_titre_prog:before {
    width: 70px;
  }
}
.ban_inte_0 .ban_titre_prog .elementor-heading-title, .ban_inte_1 .ban_titre_prog .elementor-heading-title, .ban_inte_2 .ban_titre_prog .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .ban_inte_0 .ban_titre_prog br, .ban_inte_1 .ban_titre_prog br, .ban_inte_2 .ban_titre_prog br {
    display: none;
  }
}
.ban_inte_0 .ban_titre_prog strong, .ban_inte_0 .ban_titre_prog b, .ban_inte_1 .ban_titre_prog strong, .ban_inte_1 .ban_titre_prog b, .ban_inte_2 .ban_titre_prog strong, .ban_inte_2 .ban_titre_prog b {
  font-weight: 600;
}
.ban_inte_0 .ban_titre_prog span, .ban_inte_1 .ban_titre_prog span, .ban_inte_2 .ban_titre_prog span {
  font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (2560 - 300)));
  color: #1F238F;
  font-weight: 500;
  display: block;
}
.ban_inte_0 .breadcrumbs, .ban_inte_1 .breadcrumbs, .ban_inte_2 .breadcrumbs {
  z-index: 3;
  color: #ffffff;
  background-color: #FFA104;
  position: absolute;
  top: 0px;
  left: 0px;
}
.ban_inte_0 .breadcrumbs a, .ban_inte_1 .breadcrumbs a, .ban_inte_2 .breadcrumbs a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.ban_inte_0 .breadcrumbs a:hover, .ban_inte_1 .breadcrumbs a:hover, .ban_inte_2 .breadcrumbs a:hover {
  color: #181B32;
  transition: all 0.3s ease-in-out;
}
.ban_inte_0 {
  background-color: #F3F5FA;
}
.ban_inte_0:after {
  display: none;
}
.ban_inte_2:after {
  background-color: rgba(255, 161, 4, 0.75);
}
/************************
* Page programme
*************************/
.info_prog_titre {
  font-size: calc(15px + (16 - 15) * ((100vw - 300px) / (2560 - 300)));
  background-color: #FFA104;
  color: #ffffff;
  border-radius: 50px;
  text-align: center;
  min-width: 130px !important;
  padding: 5px 10px;
  display: inline-block;
}
.info_prog_desc {
  font-size: calc(15px + (16 - 15) * ((100vw - 300px) / (2560 - 300)));
  color: #1F238F;
  font-weight: 600;
}
.accordoen_1 {
  padding: 1rem;
}
.accordoen_1 .e-n-accordion {
  border: 0px !important;
}
.accordoen_1 .e-n-accordion .liste_puce_1 li {
  margin-bottom: 0rem !important;
}
.accordoen_1 .e-n-accordion-item-title {
  background-color: #1F238F;
  padding: 1rem !important;
  border-radius: 14px !important;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.accordoen_1 .e-n-accordion-item-title:after {
  content: "";
  position: absolute;
  display: block;
  height: calc(100% - 4px);
  width: calc(100% - 2px);
  bottom: 0%;
  left: 0%;
  border-radius: 14px !important;
  background-color: #FFA104;
  border: 1px solid #181B32;
  z-index: -1;
  transform: translateX(-4px) translateY(4px);
}
.accordoen_1 .e-n-accordion-item-title .e-n-accordion-item-title-header {
  color: #ffffff;
  width: 100%;
}
.accordoen_1 .e-n-accordion-item-title .e-n-accordion-item-title-header .e-n-accordion-item-title-text {
  text-align: center;
  font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (2560 - 300)));
  width: 100%;
  text-transform: uppercase;
  line-height: 1;
}
.accordoen_1 .e-n-accordion-item-title .e-n-accordion-item-title-icon svg {
  fill: #ffffff !important;
}
.accordoen_1 .e-n-accordion-item-title:hover {
  background-color: #181B32;
}
.accordoen_1 .e-n-accordion-item-title:hover .e-n-accordion-item-title-icon svg {
  fill: #FFA104 !important;
}
.accordoen_1 .elementor-element {
  border: 0px !important;
}
.accordoen_1 .accordeon_titre_l, .accordoen_1 .accordeon_titre_c {
  position: relative;
  font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (2560 - 300)));
  color: #1F238F;
  font-weight: 600;
  padding-bottom: 1rem;
}
.accordoen_1 .accordeon_titre_l:before, .accordoen_1 .accordeon_titre_c:before {
  content: "" !important;
  position: absolute;
  display: block;
  height: 22px;
  width: 280px;
  background-color: #FFA104;
  mask-image: url("/wp-content/uploads/2024/10/icon_soulign.svg");
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/icon_soulign.svg");
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.accordoen_1 .accordeon_titre_l .elementor-heading-title, .accordoen_1 .accordeon_titre_c .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .accordoen_1 .accordeon_titre_l br, .accordoen_1 .accordeon_titre_c br {
    display: none;
  }
}
.accordoen_1 .accordeon_titre_l strong, .accordoen_1 .accordeon_titre_l b, .accordoen_1 .accordeon_titre_c strong, .accordoen_1 .accordeon_titre_c b {
  font-weight: 600;
}
.accordoen_1 .accordeon_titre_l span, .accordoen_1 .accordeon_titre_c span {
  color: #FFA104;
  font-weight: 600;
}
.accordoen_1 .accordeon_titre_l .esperluette, .accordoen_1 .accordeon_titre_c .esperluette {
  color: #181B32;
}
.accordoen_1 .accordeon_titre_l:before {
  bottom: 0%;
  left: 0%;
  transform: translateX(0%) translateY(0%);
}
.accordoen_1 .accordeon_titre_c {
  text-align: center;
}
.accordoen_1 .accordeon_titre_c:before {
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%) translateY(0%);
}
.bloc_diplome .portrait {
  border-radius: 60px !important;
  overflow: hidden;
}
.bloc_diplome .name {
  font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (2560 - 300)));
  color: #181B32;
  font-weight: 600;
}
.bloc_diplome .name .elementor-heading-title {
  line-height: 1.4;
}
.bloc_diplome .fonction {
  font-size: calc(16px + (16 - 16) * ((100vw - 300px) / (2560 - 300)));
  color: #666680;
  font-weight: 400;
}
.bloc_diplome .fonction .elementor-heading-title {
  line-height: 1.4;
}
.bloc_diplome .fonction span {
  font-size: calc(20px + (20 - 20) * ((100vw - 300px) / (2560 - 300)));
  color: #181B32;
  font-weight: 600;
  text-transform: uppercase;
}
.bloc_diplome .formation {
  font-size: calc(16px + (16 - 16) * ((100vw - 300px) / (2560 - 300)));
  color: #666680;
  font-weight: 400;
}
.bloc_diplome .formation .elementor-heading-title {
  line-height: 1.4;
}
.bloc_diplome .formation span {
  font-size: calc(20px + (20 - 20) * ((100vw - 300px) / (2560 - 300)));
  color: #181B32;
  font-weight: 600;
  text-transform: uppercase;
}
.bloc_info_c1, .bloc_info_c2 {
  min-height: 400px !important;
  border-radius: 30px !important;
  overflow: hidden !important;
}
.bloc_info_c1:after, .bloc_info_c2:after {
  z-index: 1;
}
.bloc_info_c1 .content, .bloc_info_c2 .content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 2rem;
  font-size: 14px;
  color: #ffffff;
  border-radius: 14px !important;
  z-index: 2;
  width: 75%;
}
@media screen and (max-width: 960px) {
  .bloc_info_c1 .content, .bloc_info_c2 .content {
    width: 90%;
  }
}
.bloc_info_c1 .content p, .bloc_info_c2 .content p {
  margin-bottom: 6px !important;
}
.bloc_info_c1 .content .bloc_info_titre, .bloc_info_c2 .content .bloc_info_titre {
  color: #FFA104;
  font-weight: 600;
  font-size: calc(16px + (24 - 16) * ((100vw - 300px) / (2560 - 300)));
}
.bloc_info_c1 {
  background-color: #181B32;
  position: relative;
}
.bloc_info_c1:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  background-color: rgba(255, 255, 255, 0.2);
  mask-image: url("/wp-content/uploads/2024/10/icon-lines-circle.svg");
  mask-size: 200% 232%;
  mask-repeat: no-repeat;
  mask-position: 25% 62%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/icon-lines-circle.svg");
  -webkit-mask-size: 200% 232%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 25% 62%;
}
.bloc_info_c1 .content {
  background-color: #181B32;
}
.bloc_info_c2 {
  background-color: #1F238F;
  position: relative;
}
.bloc_info_c2:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  background-color: rgba(255, 255, 255, 0.3);
  mask-image: url("/wp-content/uploads/2024/10/icon-lines1.svg");
  mask-size: 102% 184%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/icon-lines1.svg");
  -webkit-mask-size: 102% 184%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.bloc_info_c2 .content {
  background-color: #1F238F;
}
/************************
* Page contact + remerciement
*************************/
.bg_vague_contact {
  position: relative;
}
.bg_vague_contact .e-con-inner {
  z-index: 5;
}
.bg_vague_contact:after {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  height: 90%;
  width: 100vw;
  top: 50% !important;
  left: 0% !important;
  transform: translateX(0%) translateY(-50%);
  background-color: rgba(255, 161, 4, 0.1);
  mask-image: url("/wp-content/uploads/2024/10/icon-wave3.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 100%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/icon-wave3.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 100%;
  z-index: 1;
}
/************************
* Page remerciement contact
*************************/
.triangle_c6 .e-con-inner {
  z-index: 5;
}
.triangle_c6:after {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 30vh 0 0 100vw;
  border-color: transparent transparent transparent #FFA104;
  transform: rotate(0deg);
}
/************************
* Page hybrien annuaire fiche
*************************/
.fiche_annuaire {
  position: relative;
}
.fiche_annuaire:after {
  content: "" !important;
  position: absolute;
  display: block;
  height: calc(100% - 150px);
  width: 100%;
  bottom: 0%;
  left: 0%;
  background-color: #FFF5F1;
  z-index: 1;
  border-radius: 14px !important;
}
.fiche_annuaire .image {
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1rem !important;
  position: relative;
  z-index: 3;
}
.fiche_annuaire .name {
  z-index: 3;
  font-weight: 600;
  font-size: calc(15px + (16 - 15) * ((100vw - 300px) / (2560 - 300)));
}
.fiche_annuaire .name span {
  display: block;
  color: #FFA104;
  font-weight: 400;
  font-size: calc(14px + (15 - 14) * ((100vw - 300px) / (2560 - 300)));
}
.fiche_annuaire .name .elementor-heading-title {
  line-height: 1.4;
}
.fiche_annuaire .info {
  z-index: 3;
  font-size: calc(15px + (15 - 15) * ((100vw - 300px) / (2560 - 300)));
  line-height: 1.2;
}
.fiche_annuaire .info span {
  display: block;
  color: #FFA104;
  font-weight: 400;
  margin-top: 5px;
}
.fiche_annuaire .info .elementor-heading-title {
  line-height: 1.4;
}
.fiche_annuaire .rejoindre {
  z-index: 3;
}
.fiche_annuaire .rejoindre .elementor-heading-title {
  text-transform: uppercase;
  font-weight: 600;
}
.fiche_annuaire .rejoindre .elementor-social-icon {
  background-color: transparent;
  border: 1px solid #1F238F;
  transition: all 0.3s ease-in-out;
  font-size: 14px !important;
  margin: 2px;
  height: 30px !important;
  width: 30px !important;
}
.fiche_annuaire .rejoindre .elementor-social-icon svg {
  fill: #181B32;
  transition: all 0.3s ease-in-out;
}
.fiche_annuaire .rejoindre .elementor-social-icon:hover {
  border: 1px solid #FFA104;
  transition: all 0.3s ease-in-out;
}
.fiche_annuaire .rejoindre .elementor-social-icon:hover svg {
  fill: #FFA104;
  transition: all 0.3s ease-in-out;
}
/************************
* Page equipe
*************************/
.fiche_equipe {
  position: relative;
  flex-basis: 300px !important;
}
.fiche_equipe:after {
  content: "" !important;
  position: absolute;
  display: block;
  height: calc(100% - 150px);
  width: 100%;
  bottom: 0%;
  left: 0%;
  background-color: #FFF5F1;
  z-index: 1;
  border-radius: 14px !important;
}
.fiche_equipe .image {
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1rem !important;
  position: relative;
  z-index: 3;
  aspect-ratio: 1;
  aspect-ratio: 1;
}
.fiche_equipe .name {
  z-index: 3;
  font-weight: 600;
  font-size: calc(15px + (16 - 15) * ((100vw - 300px) / (2560 - 300)));
}
.fiche_equipe .name span {
  display: block;
  color: #FFA104;
  font-weight: 400;
  font-size: calc(14px + (15 - 14) * ((100vw - 300px) / (2560 - 300)));
}
.fiche_equipe .name .elementor-heading-title {
  line-height: 1.4;
}
.fiche_equipe .info {
  z-index: 3;
  font-size: calc(15px + (15 - 15) * ((100vw - 300px) / (2560 - 300)));
  line-height: 1.2;
}
.fiche_equipe .info span {
  display: block;
  color: #FFA104;
  font-weight: 400;
  margin-top: 5px;
}
.fiche_equipe .info .elementor-heading-title {
  line-height: 1.4;
}
.fiche_equipe .rejoindre {
  z-index: 3;
}
.fiche_equipe .rejoindre .elementor-heading-title {
  text-transform: uppercase;
  font-weight: 600;
}
.fiche_equipe .rejoindre .elementor-social-icon {
  background-color: transparent;
  border: 1px solid #1F238F;
  transition: all 0.3s ease-in-out;
  font-size: 14px !important;
  margin: 2px;
  height: 30px !important;
  width: 30px !important;
}
.fiche_equipe .rejoindre .elementor-social-icon svg {
  fill: #181B32;
  transition: all 0.3s ease-in-out;
}
.fiche_equipe .rejoindre .elementor-social-icon:hover {
  border: 1px solid #FFA104;
  transition: all 0.3s ease-in-out;
}
.fiche_equipe .rejoindre .elementor-social-icon:hover svg {
  fill: #FFA104;
  transition: all 0.3s ease-in-out;
}
/************************
* Page valeur
*************************/
.bloc_val_c1, .bloc_val_c2, .bloc_val_c6 {
  min-height: 300px !important;
  border-radius: 30px !important;
  overflow: hidden;
}
.bloc_val_c1:after, .bloc_val_c2:after, .bloc_val_c6:after {
  z-index: 1;
}
.bloc_val_c1 .content, .bloc_val_c2 .content, .bloc_val_c6 .content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 2rem;
  font-size: 14px;
  color: #ffffff;
  border-radius: 14px !important;
  z-index: 2;
  width: 68%;
}
@media screen and (max-width: 960px) {
  .bloc_val_c1 .content, .bloc_val_c2 .content, .bloc_val_c6 .content {
    width: 88%;
  }
}
.bloc_val_c1 .content p, .bloc_val_c2 .content p, .bloc_val_c6 .content p {
  margin-bottom: 6px !important;
}
.bloc_val_c1 .content .bloc_big_titre, .bloc_val_c2 .content .bloc_big_titre, .bloc_val_c6 .content .bloc_big_titre {
  font-weight: 600;
  font-size: calc(16px + (24 - 16) * ((100vw - 300px) / (2560 - 300)));
}
.bloc_val_c1 .content a, .bloc_val_c2 .content a, .bloc_val_c6 .content a {
  color: #ffffff;
  font-size: 16px;
  position: relative;
  padding-bottom: 3px;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}
.bloc_val_c1 .content a:before, .bloc_val_c2 .content a:before, .bloc_val_c6 .content a:before {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  width: 100%;
  bottom: 0%;
  left: 0%;
  background-color: #ffffff;
}
.bloc_val_c1 .content a:hover, .bloc_val_c2 .content a:hover, .bloc_val_c6 .content a:hover {
  letter-spacing: 4px;
}
.bloc_val_c1 {
  background-color: #181B32;
  position: relative;
}
.bloc_val_c1:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  background-color: rgba(255, 255, 255, 0.3);
  mask-image: url("/wp-content/uploads/2024/10/icon-lines-circle.svg");
  mask-size: 102%;
  mask-repeat: no-repeat;
  mask-position: 50% 45%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/icon-lines-circle.svg");
  -webkit-mask-size: 102%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 45%;
}
.bloc_val_c1 .content {
  background-color: #181B32;
}
.bloc_val_c2 {
  background-color: #1F238F;
  position: relative;
}
.bloc_val_c2:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  background-color: rgba(255, 255, 255, 0.3);
  mask-image: url("/wp-content/uploads/2024/10/icon-lines1.svg");
  mask-size: 97%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/icon-lines1.svg");
  -webkit-mask-size: 97%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.bloc_val_c2 .content {
  background-color: #1F238F;
}
.bloc_val_c6 {
  background-color: #FFA104;
  position: relative;
}
.bloc_val_c6:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  background-color: rgba(255, 255, 255, 0.3);
  mask-image: url("/wp-content/uploads/2024/10/icon-lines3.svg");
  mask-size: 76%;
  mask-repeat: repeat-y;
  mask-position: 125% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/icon-lines3.svg");
  -webkit-mask-size: 76%;
  -webkit-mask-repeat: repeat-y;
  -webkit-mask-position: 125% 50%;
}
.bloc_val_c6 .content {
  background-color: #FFA104;
}
/************************
* Page de résultat de recherche
*************************/
.search_result_bloc {
  padding: 2rem 0rem;
}
/************************
* Page archive
*************************/
/*****************************************************************************************************************************
  * swiper
******************************************************************************************************************************/
.elementor-swiper-button {
  text-align: center;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.elementor-swiper-button svg {
  fill: #181B32 !important;
  width: 40px !important;
  height: 14px !important;
  transition: all 0.3s ease-in-out;
}
.elementor-swiper-button:hover {
  transition: all 0.3s ease-in-out;
}
.elementor-swiper-button:hover svg {
  fill: #FFA104 !important;
  transition: all 0.3s ease-in-out;
}
.elementor-swiper-button.swiper-button-lock {
  display: none !important;
}
.carrousel_perso_1 .swiper-pagination {
  left: 50% !important;
}
/*****************************************************************************************************************************
  * pagination
******************************************************************************************************************************/
.elementor-post-navigation .elementor-post-navigation__prev a, .elementor-post-navigation .elementor-post-navigation__next a {
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.elementor-post-navigation .elementor-post-navigation__prev a:hover, .elementor-post-navigation .elementor-post-navigation__next a:hover {
  color: #181B32;
  transition: all 0.3s ease-in-out;
}
.elementor-post-navigation .post-navigation__arrow-prev i, .elementor-post-navigation .post-navigation__arrow-next i {
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.elementor-post-navigation .post-navigation__arrow-prev i:hover, .elementor-post-navigation .post-navigation__arrow-next i:hover {
  color: #181B32;
  transition: all 0.3s ease-in-out;
}
.elementor-pagination {
  padding: 3rem 1rem;
}
.elementor-pagination .page-numbers {
  background-color: #ffffff;
  color: #000000;
  width: 36px;
  height: 36px;
  display: inline-block;
  border: 1px solid #EEEEEE;
  border-radius: 25px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.8;
}
.elementor-pagination .prev, .elementor-pagination .next {
  padding: 5px 10px;
  width: auto;
}
.elementor-pagination a.page-numbers {
  transition: all 0.3s ease-in-out;
}
.elementor-pagination a.page-numbers:hover {
  background-color: #181B32 !important;
  color: #ffffff !important;
  transition: all 0.3s ease-in-out;
  border: 1px solid #181B32;
}
.elementor-pagination .current {
  background-color: #181B32 !important;
  color: #ffffff !important;
  border: 1px solid #181B32;
  transition: all 0.3s ease-in-out;
}
/*****************************************************************************************************************************
  * loop
******************************************************************************************************************************/
/************************
  * loop actu
*************************/
.loop_actu {
  position: relative;
  padding: 8px !important;
}
.loop_actu > .e-con-inner {
  position: relative;
}
.loop_actu > .e-con-inner:after {
  content: "";
  position: absolute;
  display: block;
  height: calc(100% - 4px);
  width: calc(100% - 2px);
  bottom: 0%;
  left: 0%;
  border-radius: 14px !important;
  background-color: #FFA104;
  border: 1px solid #181B32;
  z-index: 0;
  transform: translateX(-4px) translateY(2px);
}
.loop_actu .loop_img {
  overflow: hidden;
  border-radius: 14px !important;
  position: relative;
}
.loop_actu .loop_img a {
  position: relative;
}
.loop_actu .loop_img a:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0%;
  left: -100%;
  background-color: rgba(24, 27, 50, 0.5);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.loop_actu .loop_img a:after {
  content: "+";
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  font-size: 26px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  top: 50%;
  left: 150%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFA104;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.loop_actu .loop_content {
  z-index: 2;
  position: relative;
  transform: translateX(2px) translateY(-2px);
  border: 1px solid #181B32;
  background-color: #ffffff;
  overflow: hidden !important;
  height: calc(100% - 4px);
  border-radius: 14px !important;
  transition: all 0.3s ease-in-out;
}
.loop_actu .loop_content .loop_date {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  font-weight: 500;
  background-color: #1F238F;
  color: #ffffff;
  border-radius: 7px !important;
  padding: 4px 8px;
  height: 28px;
  z-index: 3;
}
.loop_actu .loop_content .loop_date .elementor-widget-container {
  display: flex;
  align-items: center;
}
.loop_actu .loop_content .loop_cat ul li {
  margin: 2px;
}
.loop_actu .loop_content .loop_cat ul li a {
  font-size: 12px;
  font-weight: 500;
  background-color: #1F238F;
  color: #ffffff;
  border-radius: 7px !important;
  padding: 4px 8px;
  height: 28px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.loop_actu .loop_content .loop_cat ul li a:hover {
  background-color: #181B32;
  transition: all 0.3s ease-in-out;
}
.loop_actu .loop_content .loop_titre a {
  color: #181B32 !important;
  font-weight: 600 !important;
  font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (2560 - 300))) !important;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.loop_actu .loop_content .loop_desc {
  color: #707070;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
.loop_actu .loop_content .btn_blog {
  margin-bottom: 10px !important;
  display: inline-block;
}
.loop_actu .loop_content .btn_blog .elementor-button-link {
  background-color: transparent;
  color: #181B32;
  font-size: 14px;
  padding: 0px 0px 6px 0px;
  letter-spacing: 1px;
  position: relative;
}
.loop_actu .loop_content .btn_blog .elementor-button-link:before {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  width: 100%;
  bottom: 0%;
  left: 0%;
  background-color: #181B32;
}
.loop_actu .loop_content .btn_blog .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
.loop_actu .loop_content .btn_blog .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: auto;
  fill: #ffffff;
}
@media screen and (max-width: 960px) {
  .loop_actu .loop_content .btn_blog .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
    margin-left: 0px;
  }
}
.loop_actu .loop_content .btn_blog .elementor-button-link:visited, .loop_actu .loop_content .btn_blog .elementor-button-link:focus {
  color: #181B32;
}
.loop_actu .loop_content .btn_blog .elementor-button-link:visited svg, .loop_actu .loop_content .btn_blog .elementor-button-link:focus svg {
  fill: #181B32;
}
.loop_actu .loop_content .btn_blog .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
}
.loop_actu .loop_content .btn_blog .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: !important;
  transition: all 0.3s ease-in-out;
}
.loop_actu:hover .loop_content {
  transform: translateX(-4px) translateY(4px);
}
.loop_actu:hover .loop_content .e-con-inner:after {
  bottom: 0px;
  right: 0px;
}
.loop_actu:hover .loop_content .loop_img a:before {
  left: 0%;
}
.loop_actu:hover .loop_content .loop_img a:after {
  left: 50%;
}
.loop_actu:hover .loop_content .loop_titre a {
  color: #FFA104 !important;
  transition: all 0.3s ease-in-out;
}
.loop_actu:hover .loop_content .btn_blog .elementor-button-link {
  letter-spacing: 4px;
  transition: all 0.3s ease-in-out;
}
/************************
  * loop debouches
*************************/
.loop_debouches {
  position: relative;
  padding: 8px !important;
}
.loop_debouches > .e-con-inner {
  position: relative;
}
.loop_debouches > .e-con-inner:after {
  content: "";
  position: absolute;
  display: block;
  height: calc(100% - 4px);
  width: calc(100% - 2px);
  bottom: 0%;
  left: 0%;
  border-radius: 14px !important;
  background-color: #FFA104;
  border: 1px solid #181B32;
  z-index: 0;
  transform: translateX(-4px) translateY(2px);
}
.loop_debouches .loop_img {
  overflow: hidden;
  border-radius: 14px !important;
  position: relative;
}
.loop_debouches .loop_img a {
  position: relative;
}
.loop_debouches .loop_img a:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0%;
  left: -100%;
  background-color: rgba(24, 27, 50, 0.5);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.loop_debouches .loop_img a:after {
  content: "+";
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  font-size: 26px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  top: 50%;
  left: 150%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFA104;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.loop_debouches .loop_content {
  z-index: 2;
  position: relative;
  transform: translateX(2px) translateY(-2px);
  border: 1px solid #181B32;
  background-color: #ffffff;
  overflow: hidden !important;
  height: calc(100% - 4px);
  border-radius: 14px !important;
  transition: all 0.3s ease-in-out;
}
.loop_debouches .loop_content .loop_date {
  font-size: 12px;
  font-weight: 500;
  background-color: #1F238F;
  color: #000000;
  border-radius: 7px !important;
  padding: 4px 8px;
}
.loop_debouches .loop_content .loop_cat ul li {
  margin: 2px;
}
.loop_debouches .loop_content .loop_cat ul li a {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  background-color: #000000;
  padding: 4px 8px;
  transition: all 0.3s ease-in-out;
}
.loop_debouches .loop_content .loop_cat ul li a:hover {
  background-color: #1F238F;
  transition: all 0.3s ease-in-out;
}
.loop_debouches .loop_content .loop_titre a {
  color: #181B32 !important;
  font-weight: 600 !important;
  font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (2560 - 300))) !important;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.loop_debouches .loop_content .loop_desc {
  color: #707070;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
.loop_debouches .loop_content .btn_blog {
  margin-bottom: 10px !important;
  display: inline-block;
}
.loop_debouches .loop_content .btn_blog .elementor-button-link {
  background-color: transparent;
  color: #181B32;
  font-size: 14px;
  padding: 0px 0px 6px 0px;
  letter-spacing: 1px;
  position: relative;
}
.loop_debouches .loop_content .btn_blog .elementor-button-link:before {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  width: 100%;
  bottom: 0%;
  left: 0%;
  background-color: #181B32;
}
.loop_debouches .loop_content .btn_blog .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
.loop_debouches .loop_content .btn_blog .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: auto;
  fill: #ffffff;
}
@media screen and (max-width: 960px) {
  .loop_debouches .loop_content .btn_blog .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
    margin-left: 0px;
  }
}
.loop_debouches .loop_content .btn_blog .elementor-button-link:visited, .loop_debouches .loop_content .btn_blog .elementor-button-link:focus {
  color: #181B32;
}
.loop_debouches .loop_content .btn_blog .elementor-button-link:visited svg, .loop_debouches .loop_content .btn_blog .elementor-button-link:focus svg {
  fill: #181B32;
}
.loop_debouches .loop_content .btn_blog .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
}
.loop_debouches .loop_content .btn_blog .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: !important;
  transition: all 0.3s ease-in-out;
}
.loop_debouches:hover .loop_content {
  transform: translateX(-4px) translateY(4px);
}
.loop_debouches:hover .loop_content .e-con-inner:after {
  bottom: 0px;
  right: 0px;
}
.loop_debouches:hover .loop_content .loop_img a:before {
  left: 0%;
}
.loop_debouches:hover .loop_content .loop_img a:after {
  left: 50%;
}
.loop_debouches:hover .loop_content .loop_titre a {
  color: #FFA104 !important;
  transition: all 0.3s ease-in-out;
}
.loop_debouches:hover .loop_content .btn_blog .elementor-button-link {
  letter-spacing: 4px;
  transition: all 0.3s ease-in-out;
}
/************************
  * loop event
*************************/
.loop_event {
  position: relative;
  padding: 8px !important;
}
.loop_event > .e-con-inner {
  position: relative;
}
.loop_event > .e-con-inner:after {
  content: "";
  position: absolute;
  display: block;
  height: calc(100% - 4px);
  width: calc(100% - 2px);
  bottom: 0%;
  left: 0%;
  border-radius: 14px !important;
  background-color: #FFA104;
  border: 1px solid #181B32;
  z-index: 0;
  transform: translateX(-4px) translateY(2px);
}
.loop_event .loop_content {
  z-index: 2;
  position: relative;
  transform: translateX(2px) translateY(-2px);
  border: 1px solid #181B32;
  background-color: #ffffff;
  overflow: hidden !important;
  height: calc(100% - 4px);
  border-radius: 14px !important;
  transition: all 0.3s ease-in-out;
  padding: 0px !important;
}
.loop_event .loop_content .e-con-inner {
  display: flex;
  flex-direction: column !important;
  justify-content: space-between !important;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap !important;
}
@media screen and (max-width: 768px) {
  .loop_event .loop_content .e-con-inner {
    height: 100%;
  }
}
.loop_event .loop_content .e-con-inner:after {
  content: "+";
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  font-size: 26px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  bottom: 0px;
  right: -60px;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFA104;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.loop_event .loop_content .loop_titre {
  color: #181B32 !important;
  font-weight: 600;
  font-size: calc(16px + (22 - 16) * ((100vw - 300px) / (2560 - 300)));
  transition: all 0.3s ease-in-out;
  padding: 0px 15px;
}
.loop_event .loop_content .loop_extrait {
  color: #181B32;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  padding: 0px 15px;
}
.loop_event .loop_content .loop_desc {
  color: #181B32;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  padding: 0px 15px;
}
.loop_event:hover .loop_content {
  transform: translateX(-4px) translateY(4px);
}
.loop_event:hover .loop_content .e-con-inner:after {
  bottom: 0px;
  right: 0px;
}
.loop_event:hover .loop_content .loop_titre {
  color: #FFA104 !important;
}
/************************
  * loop event - no link
*************************/
.loop_event_no_link {
  position: relative;
  padding: 8px !important;
}
.loop_event_no_link > .e-con-inner {
  position: relative;
}
.loop_event_no_link > .e-con-inner:after {
  content: "";
  position: absolute;
  display: block;
  height: calc(100% - 4px);
  width: calc(100% - 2px);
  bottom: 0%;
  left: 0%;
  border-radius: 14px !important;
  background-color: #FFA104;
  border: 1px solid #181B32;
  z-index: 0;
  transform: translateX(-4px) translateY(2px);
}
.loop_event_no_link .loop_content {
  z-index: 2;
  position: relative;
  transform: translateX(2px) translateY(-2px);
  border: 1px solid #181B32;
  background-color: #ffffff;
  overflow: hidden !important;
  height: calc(100% - 4px);
  border-radius: 14px !important;
  transition: all 0.3s ease-in-out;
  padding: 0px !important;
}
.loop_event_no_link .loop_content .e-con-inner {
  display: flex;
  flex-direction: column !important;
  justify-content: space-between !important;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap !important;
}
@media screen and (max-width: 768px) {
  .loop_event_no_link .loop_content .e-con-inner {
    height: 100%;
  }
}
.loop_event_no_link .loop_content .e-con-inner:after {
  content: "+";
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  font-size: 26px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  bottom: 0px;
  right: -60px;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFA104;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.loop_event_no_link .loop_content .loop_titre {
  color: #181B32 !important;
  font-weight: 600;
  font-size: calc(16px + (22 - 16) * ((100vw - 300px) / (2560 - 300)));
  transition: all 0.3s ease-in-out;
  padding: 0px 15px;
}
.loop_event_no_link .loop_content .loop_extrait {
  color: #181B32;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  padding: 0px 15px;
}
.loop_event_no_link .loop_content .loop_desc {
  color: #181B32;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  padding: 0px 15px;
}
/************************
  * Page article
*************************/
.ban_article {
  position: relative;
  min-height: 460px !important;
}
.ban_article > .e-con-inner {
  z-index: 5;
}
.ban_article .content {
  z-index: 5;
}
.ban_article:before {
  content: "" !important;
  position: absolute !important;
  display: block;
  height: 100% !important;
  width: 100% !important;
  bottom: 0% !important;
  left: 0% !important;
  background-color: #ffffff;
  mask-image: url("/wp-content/uploads/2024/10/icon-mask.svg");
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 100%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/icon-mask.svg");
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 100%;
  z-index: 2;
}
.ban_article:after {
  position: absolute;
  content: "" !important;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(31, 35, 143, 0.75);
  mix-blend-mode: multiply !important;
  z-index: 1;
}
.ban_article .ban_titre {
  position: relative;
  font-size: calc(22px + (50 - 22) * ((100vw - 300px) / (2560 - 300)));
  color: #ffffff;
  font-weight: 600;
  padding-bottom: 1rem;
  z-index: 3;
}
.ban_article .ban_titre:before {
  content: "" !important;
  position: absolute;
  display: block;
  height: 22px;
  width: 280px;
  bottom: 0%;
  left: 0%;
  transform: translateX(0%) translateY(0%);
  background-color: #FFA104;
  mask-image: url("/wp-content/uploads/2024/10/icon_soulign.svg");
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/icon_soulign.svg");
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.ban_article .ban_titre .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .ban_article .ban_titre br {
    display: none;
  }
}
.ban_article .ban_titre strong, .ban_article .ban_titre b {
  font-weight: 600;
}
.ban_article .ban_titre span {
  color: #FFA104;
  font-weight: 600;
}
.ban_article .ban_date {
  color: #ffffff;
}
.ban_article .ban_date svg {
  fill: #ffffff;
}
.ban_article .partagersur {
  color: #ffffff;
}
.ban_article .partagersur .elementor-heading-title {
  line-height: 1.6;
}
.ban_article .breadcrumbs {
  z-index: 3;
  color: #ffffff;
  background-color: #FFA104;
  position: absolute;
  top: 0px;
  left: 0px;
}
.ban_article .breadcrumbs a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.ban_article .breadcrumbs a:hover {
  color: #181B32;
  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: #000000;
  padding: 6px 0px 6px 12px;
  text-transform: uppercase;
}
.ban_inte_actu .ban_titre {
  position: relative;
  font-size: 40px;
  color: #000000;
  font-family: "DM Sans", 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: #000000;
}
.ban_inte_actu .breadcrumbs #breadcrumbs span span {
  border: 1px solid #EEEEEE;
  border-radius: 25px;
  padding: 5px 10px;
}
.ban_inte_actu .breadcrumbs a {
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.ban_inte_actu .breadcrumbs a:hover {
  color: #181B32;
  transition: all 0.3s ease-in-out;
}
.filtre_actu .e-filter {
  gap: 10px !important;
}
.filtre_actu .e-filter .e-filter-item {
  font-size: 14px;
  font-weight: 600;
  padding: 13px 15px;
  color: #35302d !important;
  border: 1px solid #F2F2F2 !important;
  background-color: #ffffff;
  border-radius: 14px !important;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.filtre_actu .e-filter .e-filter-item[aria-pressed="true"], .filtre_actu .e-filter .e-filter-item:hover {
  color: #ffffff !important;
  background-color: #181B32;
  border: 1px solid #181B32 !important;
}
#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: #181B32;
  border-radius: 50%;
  z-index: 999;
  cursor: pointer;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  box-shadow: 1px 1px 3px rgba(53, 48, 45, 0.5);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #totop {
    position: relative !important;
    margin: 0px auto 20px auto;
  }
}
#totop:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50.8%);
  z-index: 2;
  background-color: #FFA104;
  mask-image: url("../icons/dropdown-up.svg");
  mask-size: 50%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("../icons/dropdown-up.svg");
  -webkit-mask-size: 50%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
#totop:hover {
  background-color: #1F238F;
  transform: scale(1.2);
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.btn_cta_1 .elementor-button-wrapper, .btn_cta_2 .elementor-button-wrapper {
  max-width: fit-content;
  position: relative;
}
.btn_cta_1 .elementor-button-wrapper:after, .btn_cta_2 .elementor-button-wrapper:after {
  content: "";
  position: absolute;
  display: block;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  bottom: 0%;
  left: 0%;
  border-radius: 14px !important;
  background-color: #FFA104;
  border: 1px solid #181B32;
  z-index: 0;
  transform: translateX(-2px) translateY(2px);
}
.btn_cta_1 .elementor-button-wrapper .elementor-button-link, .btn_cta_2 .elementor-button-wrapper .elementor-button-link {
  border: 1px solid #181B32;
  background-color: #ffffff;
  color: #181B32;
  font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 600;
  border-radius: 14px !important;
  padding: 5px 20px;
  transform: translateX(2px) translateY(-2px);
  z-index: 2;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.btn_cta_1 .elementor-button-wrapper .elementor-button-link .elementor-button-content-wrapper, .btn_cta_2 .elementor-button-wrapper .elementor-button-link .elementor-button-content-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 44px;
  z-index: 2;
}
.btn_cta_1 .elementor-button-wrapper .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon, .btn_cta_2 .elementor-button-wrapper .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.btn_cta_1 .elementor-button-wrapper .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg, .btn_cta_2 .elementor-button-wrapper .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: 40px;
  fill: #181B32;
  transition: all 0.3s ease-in-out;
}
.btn_cta_1 .elementor-button-wrapper .elementor-button-link:visited, .btn_cta_1 .elementor-button-wrapper .elementor-button-link:focus, .btn_cta_2 .elementor-button-wrapper .elementor-button-link:visited, .btn_cta_2 .elementor-button-wrapper .elementor-button-link:focus {
  color: #181B32;
}
.btn_cta_1 .elementor-button-wrapper .elementor-button-link:visited svg, .btn_cta_1 .elementor-button-wrapper .elementor-button-link:focus svg, .btn_cta_2 .elementor-button-wrapper .elementor-button-link:visited svg, .btn_cta_2 .elementor-button-wrapper .elementor-button-link:focus svg {
  fill: #181B32;
}
.btn_cta_1 .elementor-button-wrapper:hover .elementor-button-link, .btn_cta_2 .elementor-button-wrapper:hover .elementor-button-link {
  transform: translateX(-2px) translateY(2px);
  color: #FFA104;
}
.btn_cta_1 .elementor-button-wrapper:hover .elementor-button-content-wrapper .elementor-button-icon svg, .btn_cta_2 .elementor-button-wrapper:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #181B32 !important;
  transition: all 0.3s ease-in-out;
}
.btn_cta_2 .elementor-button-wrapper:after {
  background-color: #ffffff;
}
.btn_cta_2 .elementor-button-wrapper .elementor-button-link {
  background-color: #FFA104;
  color: #181B32 !important;
}
.btn_spe_1 .elementor-button-link {
  background-color: transparent;
  color: #181B32;
  font-size: 14px;
  padding: 0px 20px;
  min-width: 200px;
  border: 1px solid #181B32;
  border-radius: 30px !important;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  font-weight: 600;
}
.btn_spe_1 .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 34px;
}
.btn_spe_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}
.btn_spe_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: 20px;
  fill: #FFA104;
  transition: all 0.3s ease-in-out;
}
.btn_spe_1 .elementor-button-link:visited, .btn_spe_1 .elementor-button-link:focus {
  color: #181B32;
}
.btn_spe_1 .elementor-button-link:visited svg, .btn_spe_1 .elementor-button-link:focus svg {
  fill: #FFA104;
}
.btn_spe_1 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 1px solid #181B32;
  color: #FFA104;
}
.btn_spe_1 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon {
  transform: rotate(90deg);
}
.btn_spe_1 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #FFA104 !important;
  transition: all 0.3s ease-in-out;
}
.btn_link_1 .elementor-button-link {
  background-color: transparent;
  color: #ffffff;
  font-size: 14px;
  padding: 0px 20px;
  min-width: 200px;
  border: 0px solid #1F238F;
  transition: all 0.3s ease-in-out;
}
.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: 24px;
}
.btn_link_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.btn_link_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: 20px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.btn_link_1 .elementor-button-link:visited, .btn_link_1 .elementor-button-link:focus {
  color: #ffffff;
}
.btn_link_1 .elementor-button-link:visited svg, .btn_link_1 .elementor-button-link:focus svg {
  fill: #ffffff;
}
.btn_link_1 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 0px solid #1F238F;
  color: #FFA104;
}
.btn_link_1 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #FFA104 !important;
  transition: all 0.3s ease-in-out;
}
.btn_fix_bottom {
  width: fit-content !important;
  transform: translateX(-50%);
  left: 50% !important;
}
@media screen and (min-width: 960px) {
  .btn_fix_bottom {
    position: fixed !important;
    bottom: 10px !important;
    z-index: 9999 !important;
  }
}
@media screen and (max-width: 960px) {
  .btn_fix_bottom {
    position: fixed !important;
    bottom: 10px !important;
    z-index: 9999 !important;
  }
}
.btn_candidater_fix .elementor-button-wrapper {
  max-width: fit-content;
  position: relative;
}
.btn_candidater_fix .elementor-button-wrapper:after {
  content: "";
  position: absolute;
  display: block;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  bottom: 0%;
  left: 0%;
  border-radius: 14px !important;
  background-color: #FFA104;
  border: 1px solid #181B32;
  z-index: 0;
  transform: translateX(-2px) translateY(2px);
}
.btn_candidater_fix .elementor-button-wrapper .elementor-button-link {
  border: 1px solid #181B32;
  background-color: #ffffff;
  color: #181B32;
  font-size: 18px;
  font-weight: 600;
  border-radius: 14px !important;
  padding: 5px 20px;
  transform: translateX(2px) translateY(-2px);
  z-index: 2;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 960px) {
  .btn_candidater_fix .elementor-button-wrapper .elementor-button-link {
    font-size: 14px;
    padding: 5px 10px;
  }
}
.btn_candidater_fix .elementor-button-wrapper .elementor-button-link .elementor-button-content-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 44px;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .btn_candidater_fix .elementor-button-wrapper .elementor-button-link .elementor-button-content-wrapper {
    height: 24px;
  }
}
.btn_candidater_fix .elementor-button-wrapper .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.btn_candidater_fix .elementor-button-wrapper .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: 40px;
  fill: #181B32;
  transition: all 0.3s ease-in-out;
}
.btn_candidater_fix .elementor-button-wrapper .elementor-button-link:visited, .btn_candidater_fix .elementor-button-wrapper .elementor-button-link:focus {
  color: #181B32;
}
.btn_candidater_fix .elementor-button-wrapper .elementor-button-link:visited svg, .btn_candidater_fix .elementor-button-wrapper .elementor-button-link:focus svg {
  fill: #181B32;
}
.btn_candidater_fix .elementor-button-wrapper:hover .elementor-button-link {
  transform: translateX(-2px) translateY(2px);
  color: #FFA104;
}
.btn_candidater_fix .elementor-button-wrapper:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #181B32 !important;
  transition: all 0.3s ease-in-out;
}
.btn_lirelasuite .elementor-button-link {
  background-color: transparent;
  color: #181B32;
  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: #181B32;
  transition: all 0.3s ease-in-out;
}
.btn_lirelasuite .elementor-button-link:visited, .btn_lirelasuite .elementor-button-link:focus {
  color: #181B32;
}
.btn_lirelasuite .elementor-button-link:visited svg, .btn_lirelasuite .elementor-button-link:focus svg {
  fill: #181B32;
}
.btn_lirelasuite .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 0px;
  color: #1F238F;
}
.btn_lirelasuite .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #1F238F !important;
  transition: all 0.3s ease-in-out;
}
/******************************************
** ELEMENTOR BTN FIX
******************************************/
.e-contact-buttons__chat-button {
  cursor: pointer;
}
.e-contact-buttons__contact-icon-link:nth-child(1) .e-contact-buttons__contact-icon-container, .e-contact-buttons__contact-icon-link:nth-child(2) .e-contact-buttons__contact-icon-container, .e-contact-buttons__contact-icon-link:nth-child(3) .e-contact-buttons__contact-icon-container {
  position: relative;
}
.e-contact-buttons__contact-icon-link:nth-child(1) .e-contact-buttons__contact-icon-container svg, .e-contact-buttons__contact-icon-link:nth-child(2) .e-contact-buttons__contact-icon-container svg, .e-contact-buttons__contact-icon-link:nth-child(3) .e-contact-buttons__contact-icon-container svg {
  fill: #F3F5FA;
}
.e-contact-buttons__contact-icon-link:nth-child(1) .e-contact-buttons__contact-icon-container:after, .e-contact-buttons__contact-icon-link:nth-child(2) .e-contact-buttons__contact-icon-container:after, .e-contact-buttons__contact-icon-link:nth-child(3) .e-contact-buttons__contact-icon-container:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFA104;
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.e-contact-buttons__contact-icon-link:nth-child(1) .e-contact-buttons__contact-icon-container:after {
  mask-image: url("/wp-content/uploads/2024/10/picto-mail.svg");
  -webkit-mask-image: url("/wp-content/uploads/2024/10/picto-mail.svg");
}
.e-contact-buttons__contact-icon-link:nth-child(2) .e-contact-buttons__contact-icon-container:after {
  mask-image: url("/wp-content/uploads/2024/04/picto-contact-telephone.svg");
  -webkit-mask-image: url("/wp-content/uploads/2024/04/picto-contact-telephone.svg");
}
.e-contact-buttons__contact-icon-link:nth-child(3) .e-contact-buttons__contact-icon-container:after {
  mask-image: url("/wp-content/uploads/2024/10/picto-align-down.svg");
  -webkit-mask-image: url("/wp-content/uploads/2024/10/picto-align-down.svg");
}
/******	CONTACT
************************************************************************************************************/
.form_elementor .form-field-name {
  border: 1px solid #666680;
  height: 50px;
  border-radius: 7px !important;
}
.form_elementor .elementor-field-textual {
  border: 1px solid #666680;
  padding: 10px;
  background-color: transparent;
  color: 1px solid #000000;
  border-radius: 7px !important;
}
.form_elementor .elementor-field-label {
  color: #666680;
  font-size: 16px;
}
.form_elementor .elementor-field-type-acceptance a {
  color: #181B32;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
}
.form_elementor .elementor-field-type-acceptance a:hover {
  transition: all 0.3s ease-in-out;
}
.form_elementor .elementor-field-option {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-shrink: 3;
}
.form_elementor input[type="checkbox"] {
  height: 20px !important;
  width: 20px !important;
  border: 1px solid #666680;
  display: inline-block !important;
  margin-right: 10px;
  border-radius: 50% !important;
}
.form_elementor input[type="checkbox"]:checked {
  position: relative;
}
.form_elementor input[type="checkbox"]:checked:before {
  content: "";
  height: 20px;
  width: 20px;
  background-image: url("../icons/contact-circle-solid.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 12px;
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  text-align: center;
}
.form_elementor .elementor-button {
  width: 100%;
  position: relative;
  background: transparent;
  padding: 0rem !important;
  height: 40px;
  min-height: 40px !important;
}
.form_elementor .elementor-button:after {
  content: "";
  position: absolute;
  display: block;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  bottom: 0%;
  left: 0%;
  border-radius: 14px !important;
  background-color: #FFA104;
  border: 1px solid #181B32;
  z-index: 0;
  transform: translateX(-2px) translateY(2px);
}
.form_elementor .elementor-button .elementor-button-content-wrapper {
  border: 1px solid #181B32;
  background-color: #ffffff;
  color: #181B32;
  font-size: 18px;
  font-weight: 600;
  border-radius: 14px !important;
  padding: 5px 20px;
  height: 40px;
  transform: translateX(2px) translateY(-2px);
  z-index: 2;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.form_elementor .elementor-button .elementor-button-text {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.form_elementor .elementor-button:hover .elementor-button-content-wrapper {
  transform: translateX(-2px) translateY(2px);
}
.form_elementor .elementor-button:hover .elementor-button-text {
  color: #FFA104;
}
.form_elementor select option[hidden] {
  color: aqua;
}
.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: #181B32 !important;
  opacity: 1;
}
.form_elementor input::-moz-placeholder, .form_elementor textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #181B32 !important;
  opacity: 1;
}
.form_elementor input::-ms-input-placeholder, .form_elementor textarea::-ms-input-placeholder {
  /* IE 10+ */
  color: #181B32 !important;
  opacity: 1;
}
.form_elementor input::-moz-placeholder, .form_elementor textarea::-moz-placeholder {
  /* Firefox 18- */
  color: #181B32 !important;
  opacity: 1;
}
.form_elementor input::placeholder, .form_elementor textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #181B32 !important;
  opacity: 1;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: 0px;
}
.input-hidden {
  height: 0;
  width: 0;
  overflow: hidden;
}
/******	 Radio - checkbox
************************************/
input[type="radio"] {
  height: 20px !important;
  width: 20px !important;
  border: 1px solid #000000;
  display: inline-block;
  margin-right: 10px;
  border-radius: 0px !important;
}
input[type="radio"]:checked {
  margin: 0px 10px 0px 0px;
  position: relative;
}
input[type="radio"]:checked:before {
  content: "";
  height: 20px;
  width: 20px;
  background-image: url("../icons/contact-circle-solid.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 16px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
}
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
/******	NEWSLETTER
************************************************************************************************************/
@media screen and (max-width: 768px) {
  .form_newsletter {
    width: 100% !important;
  }
}
.form_newsletter .elementor-form-fields-wrapper {
  background-color: #ffffff;
  border-radius: 14px !important;
  padding: 15px;
}
.form_newsletter .elementor-field-textual {
  border: 1px solid #181B32;
  height: 50px;
  border-radius: 14px !important;
}
.form_newsletter .elementor-field-option {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-shrink: 3;
}
.form_newsletter .elementor-form-fields-wrapper {
  position: relative;
  width: 100%;
}
.form_newsletter .elementor-form-fields-wrapper .elementor-field-type-submit {
  position: absolute;
  top: 20px;
  right: 0px;
  width: 25%;
}
.form_newsletter .elementor-field-type-acceptance label {
  font-size: 12px !important;
}
.form_newsletter .elementor-field-type-acceptance .elementor-acceptance-field {
  font-size: 12px !important;
}
.form_newsletter .elementor-field-type-acceptance a {
  color: #181B32;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
}
.form_newsletter .elementor-field-type-acceptance a:hover {
  color: #FFA104;
  transition: all 0.3s ease-in-out;
}
.form_newsletter input[type="checkbox"] {
  height: 20px !important;
  width: 20px !important;
  border: 1px solid #666680;
  display: inline-block !important;
  margin-right: 10px;
  border-radius: 50% !important;
}
.form_newsletter input[type="checkbox"]:checked {
  position: relative;
}
.form_newsletter input[type="checkbox"]:checked:before {
  content: "";
  height: 20px;
  width: 20px;
  background-image: url("../icons/contact-circle-solid.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 12px;
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  text-align: center;
}
.form_newsletter .elementor-button {
  max-width: fit-content;
  position: relative;
  background: transparent;
  padding: 0rem !important;
}
.form_newsletter .elementor-button:after {
  content: "";
  position: absolute;
  display: block;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  bottom: 0%;
  left: 0%;
  border-radius: 14px !important;
  background-color: #FFA104;
  border: 1px solid #181B32;
  z-index: 0;
  transform: translateX(-2px) translateY(2px);
}
.form_newsletter .elementor-button .elementor-button-content-wrapper {
  border: 1px solid #181B32;
  background-color: #ffffff;
  color: #181B32;
  font-size: 18px;
  font-weight: 600;
  border-radius: 14px !important;
  padding: 5px 20px;
  height: 40px;
  transform: translateX(2px) translateY(-2px);
  z-index: 2;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.form_newsletter .elementor-button .elementor-button-text {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.form_newsletter .elementor-button:hover .elementor-button-content-wrapper {
  transform: translateX(-2px) translateY(2px);
}
.form_newsletter .elementor-button:hover .elementor-button-text {
  color: #FFA104;
}
.form_newsletter input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
/******	search bar
************************************************************************************************************/
.search_bar .e-search-input {
  border: 1px solid #181B32;
  height: 50px;
  border-radius: 14px !important;
}
.search_bar .e-search-submit {
  max-width: fit-content;
  position: relative;
  background: transparent;
  padding: 0rem !important;
  background-color: transparent !important;
  height: 50px;
}
.search_bar .e-search-submit:after {
  content: "";
  position: absolute;
  display: block;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  bottom: 0%;
  left: 0%;
  border-radius: 14px !important;
  background-color: #FFA104;
  border: 1px solid #181B32;
  z-index: -1;
  transform: translateX(-2px) translateY(2px);
}
.search_bar .e-search-submit span {
  border: 1px solid #181B32;
  background-color: #ffffff;
  color: #181B32;
  font-size: 18px;
  font-weight: 600;
  border-radius: 14px !important;
  padding: 0px 20px !important;
  height: 50px;
  line-height: 50px;
  transform: translateX(2px) translateY(-2px);
  z-index: 2;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.search_bar .e-search-submit:hover span {
  transform: translateX(-2px) translateY(2px);
}
.search_bar .e-search-submit:hover .elementor-button-text {
  color: #FFA104;
}
/******	 Upload field
************************************/
.elementor-field-type-upload input[type="file"] {
  color: #666680;
  cursor: pointer;
  position: relative;
  background-color: #F3F5FA;
  border-radius: 7px !important;
  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: #666680;
  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: #666680;
  border: 0px;
  cursor: pointer;
}
.elementor-field-type-select .select-caret-down-wrapper svg {
  height: 17px;
}
.elementor-mark-required .elementor-field-label:after {
  color: #FFA104 !important;
}
/******	brochure
************************************************************************************************************/
.form_brochure {
  /******	Select
    ************************************/
  /******	 Radio
    ************************************/
  /******	 checkbox
    ************************************/
  /******	 submit
    ************************************/
}
.form_brochure .titre_2c {
  width: 80%;
  margin: auto;
}
.form_brochure .form-group {
  width: 100%;
  display: block;
  display: flex;
  flex-direction: column;
}
.form_brochure .form-group label {
  color: #666680;
  font-size: 16px;
  padding: 5px 0px;
  line-height: 1;
}
.form_brochure .form-group label[for="cnil"] {
  color: 1px solid #000000;
  font-size: 14px;
}
.form_brochure .form-group .form-text {
  color: #666680;
  line-height: 1;
  font-size: 13px;
}
.form_brochure input[type="text"], .form_brochure input[type="email"] {
  width: 100%;
  max-width: 100%;
  border: 1px solid #181B32;
  background-color: transparent;
  color: #000000;
  vertical-align: middle;
  flex-grow: 1;
  border-radius: 7px !important;
  min-height: 34px;
  padding: 4px 16px;
  position: relative;
}
.form_brochure input[type="text"]:focus-visible, .form_brochure input[type="email"]:focus-visible {
  outline: 1px solid #FFA104 !important;
}
.form_brochure select {
  width: 100%;
  max-width: 100%;
  border: 1px solid #181B32;
  background-color: transparent;
  color: #000000;
  vertical-align: middle;
  flex-grow: 1;
  border-radius: 7px !important;
  min-height: 34px;
  padding: 4px 30px 4px 16px;
  position: relative;
  -webkit-appearance: none;
  background-image: url("../icons/dropdown-form.svg");
  background-position: 98% 50%;
  background-repeat: no-repeat;
  background-size: 11px;
}
.form_brochure .custom-control {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-left: 0rem !important;
  margin-right: 1rem !important;
  align-items: center;
}
.form_brochure input[type="radio"] {
  height: 20px !important;
  width: 20px !important;
  border: 1px solid #000000;
  display: inline-block;
  margin: 0px 10px 0px 0px !important;
  border-radius: 50% !important;
}
.form_brochure input[type="radio"]:checked {
  margin: 0px 10px 0px 0px;
  position: relative;
}
.form_brochure input[type="radio"]:checked:before {
  content: "";
  height: 20px;
  width: 20px;
  background-image: url("../icons/contact-circle-solid.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 16px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
.form_brochure input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
.form_brochure .custom-control-label {
  opacity: 1 !important;
}
.form_brochure .custom-control-label:before {
  display: none !important;
}
.form_brochure input[type="checkbox"] {
  height: 20px !important;
  width: 20px !important;
  border: 1px solid #666680;
  display: inline-block !important;
  margin-right: 10px;
  border-radius: 50% !important;
}
.form_brochure input[type="checkbox"]:checked {
  position: relative;
}
.form_brochure input[type="checkbox"]:checked:before {
  content: "";
  height: 20px;
  width: 20px;
  background-image: url("../icons/contact-circle-solid.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 12px;
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  text-align: center;
}
.form_brochure .oscar_input_required {
  font-size: 14px;
  margin: 10px 0px;
}
.form_brochure .form-group-btn {
  width: 100%;
  position: relative;
  background: transparent;
  padding: 0rem !important;
}
.form_brochure .form-group-btn:after {
  content: "";
  position: absolute;
  display: block;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  bottom: 0%;
  left: 0%;
  border-radius: 14px !important;
  background-color: #FFA104;
  border: 1px solid #181B32;
  z-index: 0;
  transform: translateX(-2px) translateY(2px);
}
.form_brochure .form-group-btn button {
  border: 1px solid #181B32;
  background-color: #ffffff;
  color: #181B32;
  font-size: 18px;
  font-weight: 600;
  border-radius: 14px !important;
  padding: 5px 20px;
  height: 40px;
  transform: translateX(2px) translateY(-2px);
  z-index: 2;
  position: relative;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.form_brochure .form-group-btn:hover button {
  transform: translateX(-2px) translateY(2px);
  color: #FFA104;
}
/************************
* PLAN DU SITE
*************************/
#plan_du_site {
  margin-bottom: 2rem !important;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-section {
  padding: 1rem;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-title {
  border-bottom: 1px solid #3b414c;
  color: #3b414c;
  font-size: 32px;
  text-transform: uppercase;
  padding: 8px;
  margin-bottom: 1rem;
  font-family: "DM Sans", sans-serif;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list {
  list-style: none;
}
@media screen and (min-width: 1024px) {
  #plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list {
    column-count: 3;
    column-gap: 30px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1024px) {
  #plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list {
    column-count: 2;
    column-gap: 30px;
  }
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list li {
  padding-left: 15px;
  margin-bottom: 10px;
  position: relative;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list li:before {
  content: "";
  position: absolute;
  display: block;
  height: 8px;
  width: 8px;
  top: 11px;
  left: 3px;
  border-radius: 2px 0px 2px 2px;
  transform: translateX(-50%) translateY(-50%);
  background-color: #3b414c;
  transition: all 0.3s ease-in-out;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list li a {
  transition: all 0.3s ease-in-out;
  color: #3b414c;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list li:hover a {
  color: #3b414c;
  letter-spacing: 0.4px;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list li:hover:before {
  border-radius: 50%;
  background-color: #3b414c;
  transition: all 0.3s ease-in-out;
}
/**Skip link - Lien raPide Accessibilité**/
.SkipLinks-item a {
  height: 1px;
  left: -999px;
  position: absolute;
  width: 1px;
}
.SkipLinks-item a:focus, .SkipLinks-item a:active {
  background: #181B32;
  color: #ffffff;
  display: block;
  font-size: 1.2em;
  font-weight: 500;
  height: auto;
  left: 0;
  padding: 5px;
  position: absolute;
  width: auto;
  z-index: 1111;
}
