@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;
}
/* 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: #272A58;
}
.txt_primary {
  color: #272A58;
}
.bg_noir {
  background-color: #000000;
}
.txt_noir {
  color: #000000;
}
.bg_blanc {
  background-color: #ffffff;
}
.txt_blanc {
  color: #ffffff;
}
.bg_gris1 {
  background-color: #F2F2F2;
}
.txt_gris1 {
  color: #F2F2F2;
}
.bg_gris2 {
  background-color: #CCCCCC;
}
.txt_gris2 {
  color: #CCCCCC;
}
.bg_gris3 {
  background-color: #707070;
}
.txt_gris3 {
  color: #707070;
}
.bg_gris4 {
  background-color: #333333;
}
.txt_gris4 {
  color: #333333;
}
.bg_color1 {
  background-color: #2BACE2;
}
.txt_color1 {
  color: #2BACE2;
}
.bg_color2 {
  background-color: #002032;
}
.txt_color2 {
  color: #002032;
}
.bg_color3 {
  background-color: #3771B1;
}
.txt_color3 {
  color: #3771B1;
}
.bg_color4 {
  background-color: #005999;
}
.txt_color4 {
  color: #005999;
}
.bg_color5 {
  background-color: #D4E4FE;
}
.txt_color5 {
  color: #D4E4FE;
}
.bg_color6 {
  background-color: #333333;
}
.txt_color6 {
  color: #333333;
}
/**
*
* Colonne
*
****************/
.col2 p, .col3 p {
  margin: 0 !important;
}
.col2 ul, .col3 ul {
  margin-top: 0 !important;
}
@media screen and (min-width: 880px) {
  .col2 {
    columns: 2;
    column-gap: 25px;
    column-fill: balance;
  }
  .col3 {
    columns: 3;
    column-gap: 25px;
    column-fill: balance;
  }
}
/************************
* Header & fix header
*************************/
.header_m1 .gm-wrapper {
  width: 100%;
  z-index: 99;
  background-color: #ffffff !important;
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.15);
}
.header_m1 .gm-inner .gm-container {
  background-color: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .header_m1 .gm-inner .gm-container {
    height: 60px !important;
  }
}
.header_m1 .gm-inner .gm-container .gm-logo a {
  align-items: flex-start;
  height: 0px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 880px) {
  .header_m1 .gm-inner .gm-container .gm-logo a {
    width: 100px;
  }
}
.header_m1 .gm-inner .gm-container .gm-logo a img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: stretch;
  width: 100%;
}
.header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item__txt-wrapper {
  transition: none !important;
}
.header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item--lvl-0.gm-open {
  background-color: #ffffff;
  color: #2BACE2 !important;
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item--lvl-0.gm-open > .gm-anchor .gm-menu-item__txt-wrapper {
  color: #2BACE2 !important;
}
.header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item--lvl-0 > a {
  padding: 28px 10px;
  margin: 0;
  background-color: transparent;
  color: #000000 !important;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item--lvl-0 > a:hover, .header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item--lvl-0 > a:active {
  background-color: #ffffff;
  color: #2BACE2 !important;
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu-wrapper .gm-dropdown-menu {
  border-top: 3px solid #2BACE2 !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: #2BACE2 !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: #2BACE2 !important;
}
.header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-1 a:hover, .header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-1 a:active, .header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-2 a:hover, .header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-2 a:active {
  color: #2BACE2 !important;
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-1 .gm-dropdown-menu-wrapper .gm-dropdown-menu, .header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-2 .gm-dropdown-menu-wrapper .gm-dropdown-menu {
  border-top: 3px solid #2BACE2 !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(0, 0, 0, 0.75);
  width: 100%;
  height: 60px !important;
  z-index: 99;
  transition: all 0.3s ease-in-out;
}
.header_m1.fixed-header .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item--lvl-0 > a {
  padding: 18px 10px;
  transition: all 0.3s ease-in-out;
}
.header_m1.fixed-header .gm-inner .gm-container {
  transition: all 0.3s ease-in-out;
  height: auto !important;
}
.header_m1.fixed-header .gm-inner .gm-container .gm-main-menu-wrapper {
  height: auto !important;
}
.header_m1.fixed-header .gm-inner .gm-container .gm-logo a {
  align-items: flex-start;
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 880px) {
  .header_m1.fixed-header .gm-inner .gm-container .gm-logo a {
    width: 100px;
  }
}
.header_m1.fixed-header .gm-inner .gm-container .gm-logo a img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 880px) {
  .header_m1.fixed-header .gm-inner .gm-container .gm-logo a img {
    height: 60px !important;
  }
}
.gm-menu-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 999999;
}
@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
/************************
* MEGA MENU desk
*************************/
.header_m1 .gm-mega-menu__item__title {
  border-bottom: 2px dotted !important;
  margin-bottom: 1rem;
}
.header_m1 .gm-mega-menu__item__title a {
  font-family: "Poppins", sans-serif;
  color: !important;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-mega-menu__item__title a .gm-menu-item__txt-wrapper {
  display: inherit !important;
}
.header_m1 .gm-mega-menu__item__title a .gm-menu-item__txt {
  color: inherit !important;
  font-size: 30px !important;
  height: 22px;
  display: inline-block;
  position: relative;
  padding-right: 40px;
  line-height: 1;
}
.header_m1 .gm-mega-menu__item__title a .gm-menu-item__txt:before {
  content: "";
  font-size: 11px;
  position: absolute;
  display: block;
  height: 23px;
  width: 33px;
  border-radius: 15px;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-mega-menu__item__title a .gm-menu-item__txt:after {
  content: "";
  position: absolute;
  display: block;
  height: 22px;
  width: 21px;
  top: 0px;
  right: 10px;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  mask-image: url("/wp-content/uploads/2023/11/angle-right-solid.svg");
  mask-size: 6px;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2023/11/angle-right-solid.svg");
  -webkit-mask-size: 6px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.header_m1 .gm-mega-menu__item__title a:hover {
  color: !important;
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-mega-menu__item__title a:hover .gm-menu-item__txt:before {
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-mega-menu__item__title a:hover .gm-menu-item__txt:after {
  background-color: #ffffff;
  right: 0px;
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm-ss-titre a {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  color: !important;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  position: relative;
  padding-right: 40px;
  line-height: 1;
}
.header_m1 .hm-ss-titre a:hover {
  color: !important;
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm-ss-titre a:before {
  content: "";
  font-size: 11px;
  position: absolute;
  display: block;
  height: 16px;
  width: 33px;
  border-radius: 15px;
  top: 0px;
  right: 0%;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm-ss-titre a:after {
  content: "";
  position: absolute;
  display: block;
  height: 16px;
  width: 16px;
  top: 0px;
  right: 14px;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  mask-image: url("/wp-content/uploads/2023/11/angle-right-solid.svg");
  mask-size: 6px;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2023/11/angle-right-solid.svg");
  -webkit-mask-size: 6px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.header_m1 .hm-ss-titre a:hover {
  color: !important;
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm-ss-titre a:hover:before {
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm-ss-titre a:hover:after {
  background-color: #ffffff;
  right: 0px;
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm_liste_picto .elementor-icon-list-item {
  padding: 5px 0px 5px 0px;
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm_liste_picto .elementor-icon-list-item a {
  color: #272A58;
  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: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (900 - 300)));
}
.header_m1 .hm_box_img .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
  line-height: 1;
}
.header_m1 .hm_box_img_default .elementor-image-box-wrapper {
  height: 220px;
}
.header_m1 .hm_box_img_default .elementor-image-box-wrapper .elementor-image-box-img {
  height: 220px;
}
.header_m1 .hm_box_img_default .elementor-image-box-img img {
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
  width: 100%;
  height: 100%;
  display: block;
}
/************************
* MEGA MENU mobil
*************************/
.gm-mobile-menu-container .logo_panel_menu .elementor-icon {
  width: 100% !important;
}
.gm-mobile-menu-container .logo_panel_menu svg {
  width: 100% !important;
  height: auto !important;
  min-height: 100% !important;
  min-width: 100% !important;
}
.gm-mobile-menu-container .gm-menu-item__link {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  border-bottom: 2px dotted !important;
  transition: all 0.3s ease-in-out;
  padding-top: 20px !important;
}
.gm-mobile-menu-container .gm-menu-item__link:hover {
  color: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.gm-mobile-menu-container .gm-menu-item__link .gm-menu-item__txt {
  color: inherit !important;
  font-size: 22px !important;
  color: !important;
  height: 18px;
  display: inline-block;
  position: relative;
  padding-right: 40px;
  line-height: 1;
  margin-bottom: 10px;
}
.gm-mobile-menu-container .gm-menu-item__link .gm-menu-item__txt:before {
  content: "";
  font-size: 11px;
  position: absolute;
  display: block;
  height: 15px;
  width: 33px;
  border-radius: 15px;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.gm-mobile-menu-container .gm-menu-item__link .gm-menu-item__txt:after {
  content: "";
  position: absolute;
  display: block;
  height: 18px;
  width: 16px;
  top: 0px;
  right: 13px !important;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  mask-image: url("/wp-content/uploads/2023/11/angle-right-solid.svg");
  mask-size: 4px;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2023/11/angle-right-solid.svg");
  -webkit-mask-size: 6px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.gm-mobile-menu-container .gm-menu-item__link .gm-menu-item__txt:before {
  transition: all 0.3s ease-in-out;
}
.gm-mobile-menu-container .gm-menu-item__link .gm-menu-item__txt:after {
  background-color: #ffffff;
  right: 0px;
  transition: all 0.3s ease-in-out;
}
.gm-mobile-menu-container .hm-ss-titre a {
  color: !important;
}
.gm-mobile-menu-container .hm-ss-titre a:hover {
  color: #ffffff !important;
}
.gm-mobile-menu-container .hm_liste_picto .elementor-icon-list-item {
  padding: 5px 0px;
}
.gm-mobile-menu-container .hm_liste_picto .elementor-icon-list-item a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  font-size: calc(13px + (14 - 13) * ((100vw - 300px) / (900 - 300)));
}
.gm-mobile-menu-container .hm_liste_picto .elementor-icon-list-item a svg {
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.gm-mobile-menu-container .hm_liste_picto .elementor-icon-list-item a:hover {
  transition: all 0.3s ease-in-out;
}
.gm-mobile-menu-container .hm_liste_picto .elementor-icon-list-item a:hover svg {
  transition: all 0.3s ease-in-out;
}
.gm-mobile-menu-container .loop_realisations_menu {
  background-color: #ffffff;
  border-radius: 6px;
}
.gm-mobile-action-area-wrapper {
  width: 100%;
  display: block !important;
}
.gm-navigation-drawer--mobile .gm-dropdown-menu-wrapper {
  padding-left: 0px !important;
}
.header_menu .header_menu_btn .elementor-button-link {
  background-color: transparent;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 0px 10px;
  border: 1px solid #ffffff;
  border-radius: 0px;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  overflow: hidden !important;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.header_menu .header_menu_btn .elementor-button-link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  background-color: #2BACE2;
  transform: translateX(-101%);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.header_menu .header_menu_btn .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 40px;
  z-index: 2;
  position: relative;
}
.header_menu .header_menu_btn .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.header_menu .header_menu_btn .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_menu .header_menu_btn .elementor-button-link:visited, .header_menu .header_menu_btn .elementor-button-link:focus {
  color: #ffffff;
}
.header_menu .header_menu_btn .elementor-button-link:visited svg, .header_menu .header_menu_btn .elementor-button-link:focus svg {
  fill: #ffffff;
}
.header_menu .header_menu_btn .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 1px solid #2BACE2;
  color: #ffffff;
}
.header_menu .header_menu_btn .elementor-button-link:hover:before {
  transform: translateX(0%);
  transition: all 0.3s ease-in-out;
}
.header_menu .header_menu_btn .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.footer_m1 {
  background-color: #002032;
  border: 0px;
}
.footer_m1 .footer_titre {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}
.footer_m1 p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
.footer_m1 a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.footer_m1 a:hover {
  color: #2BACE2;
  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: 25px;
}
.footer_m1 .footer_liste ul li a {
  color: #ffffff;
}
.footer_m1 .footer_liste ul li a:hover {
  color: #2BACE2;
}
.footer_m1 .footer_btn_rs .elementor-button-link {
  background-color: transparent;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  padding: 0px 20px 0px 0px;
  border: 0px solid #ffffff;
  border-radius: 0px;
  transition: all 0.3s ease-in-out;
}
.footer_m1 .footer_btn_rs .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 30px;
}
.footer_m1 .footer_btn_rs .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.footer_m1 .footer_btn_rs .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 20px;
  width: 20px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.footer_m1 .footer_btn_rs .elementor-button-link:visited, .footer_m1 .footer_btn_rs .elementor-button-link:focus {
  color: #ffffff;
}
.footer_m1 .footer_btn_rs .elementor-button-link:visited svg, .footer_m1 .footer_btn_rs .elementor-button-link:focus svg {
  fill: #ffffff;
}
.footer_m1 .footer_btn_rs .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 0px solid #2BACE2;
  color: #2BACE2;
}
.footer_m1 .footer_btn_rs .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #2BACE2 !important;
  transition: all 0.3s ease-in-out;
}
.copyright_m1 {
  background-color: #002032;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
}
.copyright_m1 .e-con-inner {
  border-top: 1px solid #ffffff;
}
.copyright_m1 p {
  color: #ffffff;
  margin-bottom: 0px;
}
.copyright_m1 a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.copyright_m1 a:hover {
  color: #2BACE2;
  transition: all 0.3s ease-in-out;
}
.copyright_m1 .copyright_links a:not(:first-child) {
  margin-left: 20px;
}
.btn_footer .elementor-button-link {
  background-color: transparent;
  border: 0px solid transparent;
  color: #ffffff;
  font-size: 15px;
  padding: 0px;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  line-height: 1.2;
}
.btn_footer .elementor-button-link br {
  display: none;
}
.btn_footer .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  height: 36px;
}
.btn_footer .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.btn_footer .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: 40px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.btn_footer .elementor-button-link:visited, .btn_footer .elementor-button-link:focus {
  color: #ffffff;
}
.btn_footer .elementor-button-link:visited svg, .btn_footer .elementor-button-link:focus svg {
  fill: #ffffff;
}
.btn_footer .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 0px solid transparent;
  color: #2BACE2;
}
.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: #2BACE2 !important;
  transition: all 0.3s ease-in-out;
}
body {
  font-family: "Poppins", sans-serif, sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.6;
  background-color: #002032;
}
body main {
  min-height: 69vh;
}
@media screen and (min-width: 880px) {
  body main {
    margin-top: 0rem;
  }
}
@media screen and (min-width: 767px) and (max-width: 880px) {
  body main {
    margin-top: 0rem;
  }
}
body p a {
  text-decoration: underline !important;
}
.gm-nav-content-wrapper {
  will-change: inherit !important;
}
:target {
  scroll-margin-top: 130px;
}
/******************************
* Titres principaux
******************************/
.titre_1, .titre_1l, .titre_1r, .titre_1c {
  position: relative;
  font-size: calc(22px + (38 - 22) * ((100vw - 300px) / (1600 - 300)));
  color: #272A58;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.titre_1 .elementor-heading-title, .titre_1l .elementor-heading-title, .titre_1r .elementor-heading-title, .titre_1c .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 880px) {
  .titre_1 br, .titre_1l br, .titre_1r br, .titre_1c br {
    display: none;
  }
}
.titre_1 strong, .titre_1 b, .titre_1l strong, .titre_1l b, .titre_1r strong, .titre_1r b, .titre_1c strong, .titre_1c b {
  font-weight: 600;
}
.titre_1 span, .titre_1l span, .titre_1r span, .titre_1c span {
  color: #002032;
  font-weight: 600;
}
.titre_2 {
  position: relative;
  font-size: calc(32px + (40 - 32) * ((100vw - 300px) / (1600 - 300)));
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.titre_2 .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 880px) {
  .titre_2 br {
    display: none;
  }
}
.titre_2 strong, .titre_2 b {
  font-weight: 600;
}
.titre_2 span {
  color: #2BACE2;
  font-weight: 400;
}
.titre_3 {
  position: relative;
  font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (1600 - 300)));
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  color: #2BACE2;
}
.titre_3 .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 880px) {
  .titre_3 br {
    display: none;
  }
}
.titre_3 strong, .titre_3 b {
  font-weight: 600;
}
.titre_3 span {
  color: #002032;
  font-weight: 600;
}
.titre_4, .titre_4l, .titre_4r, .titre_4c {
  position: relative;
  font-size: calc(22px + (38 - 22) * ((100vw - 300px) / (1600 - 300)));
  color: #272A58;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.titre_4 .elementor-heading-title, .titre_4l .elementor-heading-title, .titre_4r .elementor-heading-title, .titre_4c .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 880px) {
  .titre_4 br, .titre_4l br, .titre_4r br, .titre_4c br {
    display: none;
  }
}
.titre_4 strong, .titre_4 b, .titre_4l strong, .titre_4l b, .titre_4r strong, .titre_4r b, .titre_4c strong, .titre_4c b {
  font-weight: 600;
}
.titre_4 span, .titre_4l span, .titre_4r span, .titre_4c span {
  color: #002032;
  font-weight: 600;
}
/******************************
* Titres spe
******************************/
.titre_spe_1 {
  position: relative;
  font-size: calc(22px + (38 - 22) * ((100vw - 300px) / (1600 - 300)));
  color: #272A58;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.titre_spe_1 .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 880px) {
  .titre_spe_1 br {
    display: none;
  }
}
.titre_spe_1 strong, .titre_spe_1 b {
  font-weight: 600;
}
.titre_spe_1 span {
  color: #002032;
  font-weight: 600;
}
/******************************
* Padding / margin spe
******************************/
.p_margin_0 p {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}
/******************************
* Couleur
******************************/
.txt_blanc {
  color: #ffffff;
}
/******************************
* link Couleur
******************************/
.link_color1 a {
  transition: all 0.3s ease-in-out;
  color: #2BACE2;
}
.link_color1 a:hover {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.link_color2 a {
  transition: all 0.3s ease-in-out;
  color: #002032;
}
.link_color2 a:hover {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.link_color3 a {
  transition: all 0.3s ease-in-out;
  color: #3771B1;
}
.link_color3 a:hover {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.link_blanc a {
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.link_blanc a:hover {
  color: #2BACE2;
  transition: all 0.3s ease-in-out;
}
/******************************
* BLOCS
******************************/
.bg_degrad_1 {
  background: linear-gradient(90deg, #3771B1 0%, #2BACE2 64%);
}
.bg_degrad_2 {
  background: linear-gradient(0deg, #eeeded 0%, #f8f8f8 100%);
}
.bg_spe_1 {
  background-color: #272A58;
}
.bg_blanc {
  background-color: #ffffff;
  color: #272A58;
}
.bg_blanc .elementor-heading-title {
  color: #272A58;
}
.bg_primary {
  background-color: #272A58;
}
.triangle_g {
  position: relative;
}
.triangle_g:after {
  content: "";
  position: absolute;
  display: block;
  height: 45px;
  width: 100%;
  top: 0;
  left: 0;
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
  background-color: rgba(0, 89, 153, 0.5);
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 880px) {
  .triangle_g:after {
    height: 16px;
  }
}
.triangle_d {
  position: relative;
}
.triangle_d:after {
  content: "";
  position: absolute;
  display: block;
  height: 45px;
  width: 100%;
  top: 0;
  left: 0;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  background-color: rgba(0, 89, 153, 0.5);
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 880px) {
  .triangle_d:after {
    height: 16px;
  }
}
.bg_abstract_1, .bg_abstract_1b {
  position: relative;
}
.bg_abstract_1:before, .bg_abstract_1b:before {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  height: 100% !important;
  width: 100% !important;
  top: 0% !important;
  left: 0% !important;
  background-color: #000000;
  opacity: 0.2 !important;
  mask-image: url("/wp-content/uploads/2025/09/bg-abstract-1.svg");
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2025/09/bg-abstract-1.svg");
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.bg_abstract_1b:before {
  background-color: #2BACE2;
}
.bg_abstract_2, .bg_abstract_2b {
  position: relative;
}
.bg_abstract_2:before, .bg_abstract_2b:before {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  height: 100% !important;
  width: 100% !important;
  top: 0% !important;
  left: 0% !important;
  background-color: #000000;
  opacity: 0.3 !important;
  mask-image: url("/wp-content/uploads/2025/09/bg-abstract-2.svg");
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2025/09/bg-abstract-2.svg");
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.bg_abstract_2b:before {
  background-color: #2BACE2;
  opacity: 0.2 !important;
}
.bg_abstract_3, .bg_abstract_3b {
  position: relative;
}
.bg_abstract_3:before, .bg_abstract_3b:before {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  height: 100% !important;
  width: 100% !important;
  top: 0% !important;
  left: 0% !important;
  background-color: #000000;
  opacity: 0.3 !important;
  mask-image: url("/wp-content/uploads/2025/09/bg-abstract-3.svg");
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2025/09/bg-abstract-3.svg");
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.bg_abstract_3b:before {
  background-color: #2BACE2;
}
.bloc_bg_brd {
  background-color: rgba(212, 228, 254, 0.2);
  border: 1px solid #2BACE2;
  padding: 30px !important;
}
.bloc_bg_brd p {
  margin-bottom: 0px !important;
}
/******************************
* images
******************************/
svg {
  min-height: 6px;
  min-width: 6px;
}
.img_filtre_1 {
  position: relative;
}
.img_filtre_1:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  background-color: #005999;
  mix-blend-mode: overlay;
}
/******************************
* Liste
******************************/
.liste_puce_1 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.liste_puce_1 ul li {
  padding-left: 15px;
  padding-bottom: 8px;
  position: relative;
}
.liste_puce_1 ul li:before {
  content: "";
  position: absolute;
  display: block;
  height: 6px;
  width: 6px;
  top: 8px;
  left: 0%;
  background-color: #2BACE2;
}
.liste_puce_1 ul li:last-child {
  padding-bottom: 15px;
}
/******************************
* Bloc txt img full
******************************/
.bloc_txt_imgD {
  position: relative;
}
.bloc_txt_imgD .colG {
  height: 100%;
}
.bloc_txt_imgD .colG .elementor-widget-container {
  padding-right: 55%;
}
@media screen and (max-width: 880px) {
  .bloc_txt_imgD .colG .elementor-widget-container {
    padding-right: 0%;
  }
}
.bloc_txt_imgD .colD {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 50%;
}
@media screen and (max-width: 880px) {
  .bloc_txt_imgD .colD {
    width: 100%;
    position: relative;
    transform: translateY(0%);
  }
}
.bloc_txt_imgD .colD .elementor-widget {
  height: 100%;
}
.bloc_txt_imgD .colD .elementor-widget-container {
  height: 100%;
}
.bloc_txt_imgD .colD .elementor-widget-container picture {
  height: 100%;
}
.bloc_txt_imgD .colD img {
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: 100% 50%;
  object-position: 100% 50%;
  font-family: "object-fit: cover; object-position: 100% 50%";
  width: 100%;
  height: 100%;
  display: block;
}
.bloc_txt_imgG {
  position: relative;
}
.bloc_txt_imgG .colG {
  height: 100%;
}
.bloc_txt_imgG .colG .elementor-widget-container {
  padding-left: 55%;
}
@media screen and (max-width: 880px) {
  .bloc_txt_imgG .colG .elementor-widget-container {
    padding-left: 0%;
  }
}
.bloc_txt_imgG .colD {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 50%;
}
@media screen and (max-width: 880px) {
  .bloc_txt_imgG .colD {
    width: 100%;
    position: relative;
    transform: translateY(0%);
  }
}
.bloc_txt_imgG .colD .elementor-widget {
  height: 100%;
}
.bloc_txt_imgG .colD .elementor-widget-container {
  height: 100%;
}
.bloc_txt_imgG .colD .elementor-widget-container picture {
  height: 100%;
}
.bloc_txt_imgG .colD img {
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
  font-family: "object-fit: cover; object-position: 0% 50%";
  width: 100%;
  height: 100%;
  display: block;
}
/******************************
* Filtres
******************************/
.filtre {
  position: relative;
}
.filtre:before {
  content: "" !important;
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
}
.filtre_noir:before {
  background-color: rgba(0, 0, 0, 0.35);
}
.filtre_color1:before {
  background-color: rgba(43, 172, 226, 0.35);
}
.filtre_color2:before {
  background-color: rgba(0, 32, 50, 0.35);
}
.filtre_color3:before {
  background-color: rgba(55, 113, 177, 0.35);
}
.filtre_color4:before {
  background-color: rgba(0, 89, 153, 0.35);
}
.filtre_color5:before {
  background-color: rgba(212, 228, 254, 0.35);
}
.filtre_color6:before {
  background-color: rgba(51, 51, 51, 0.35);
}
/******************************
* hero / ban home
******************************/
.ban_home {
  position: relative;
}
.ban_home:before {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  height: 100% !important;
  width: 100% !important;
  top: 0% !important;
  left: 0% !important;
  background-color: rgba(0, 0, 0, 0.35);
}
.ban_home .e-con-inner {
  min-height: calc(100vh - 72px);
  color: #ffffff;
  z-index: 2;
}
.ban_home .e-con-inner .ban_titre {
  color: #ffffff;
  font-weight: 400;
  font-size: calc(40px + (50 - 40) * ((100vw - 300px) / (1600 - 300)));
}
.ban_home .e-con-inner .ban_titre .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 880px) {
  .ban_home .e-con-inner .ban_titre br {
    display: none;
  }
}
.ban_home .e-con-inner .ban_titre strong {
  font-weight: 600;
}
.ban_home .e-con-inner .ban_titre span {
  color: #002032;
  font-weight: 600;
}
.ban_home .e-con-inner .ban_titre i {
  font-weight: 200;
}
.ban_home .e-con-inner .ban_soustitre {
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
}
.bloc_solutions {
  background-color: rgba(212, 228, 254, 0.2);
  border: 1px solid #2BACE2;
  padding: 30px !important;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.bloc_solutions .bloc_solutions_titre {
  font-size: calc(20px + (25 - 20) * ((100vw - 300px) / (1600 - 300)));
  font-weight: 300;
  text-align: center;
}
.bloc_solutions .bloc_solutions_titre .elementor-heading-title {
  line-height: 1.4;
  color: #ffffff;
}
.bloc_solutions .bloc_solutions_img {
  position: relative;
  overflow: hidden;
}
.bloc_solutions .bloc_solutions_img:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  background-color: #3771B1;
  mix-blend-mode: color;
}
.bloc_solutions .bloc_solutions_img:after {
  content: "";
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%) translateY(calc(100% + 6px));
  background-image: url("/wp-content/uploads/2025/09/picto-plus-fond.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s ease-in-out;
}
.bloc_solutions .bloc_solutions_img img {
  height: 190px;
  object-fit: cover;
}
.bloc_solutions:hover {
  transform: scale(0.96);
  transition: all 0.3s ease-in-out;
}
.bloc_solutions:hover .bloc_solutions_img:after {
  transform: translateX(-50%) translateY(0%);
  transition: all 0.3s ease-in-out;
}
.bloc_application .bloc_application_titre {
  font-size: 18px;
  font-weight: 300;
  position: relative;
  padding-left: 20px;
}
.bloc_application .bloc_application_titre:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0%;
  transform: translateY(-50%) rotate(90deg);
  height: 15px;
  width: 15px;
  background-color: #2BACE2;
  transition: all 0.3s ease-in-out;
  mask-image: url("/wp-content/uploads/2025/09/right-arrow.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2025/09/right-arrow.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.bloc_application .bloc_application_titre .elementor-heading-title {
  line-height: 1.4;
}
.bloc_application .bloc_application_img img {
  height: 190px;
  object-fit: cover;
  border: 1px solid #2BACE2;
}
.bloc_application .btn_readmore .elementor-button-link {
  background-color: transparent;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0px 20px;
  min-width: 140px;
  border: 1px solid #2BACE2;
  border-radius: 0px;
  transition: all 0.3s ease-in-out;
  overflow: hidden !important;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.bloc_application .btn_readmore .elementor-button-link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  background-color: #2BACE2;
  transform: translateX(-101%);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.bloc_application .btn_readmore .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: 35px;
  position: relative;
  z-index: 2;
}
.bloc_application .btn_readmore .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-left: 0px;
}
.bloc_application .btn_readmore .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 10px;
  width: 10px;
  fill: #2BACE2;
  transition: all 0.3s ease-in-out;
}
.bloc_application .btn_readmore .elementor-button-link:visited, .bloc_application .btn_readmore .elementor-button-link:focus {
  color: #2BACE2;
}
.bloc_application .btn_readmore .elementor-button-link:visited svg, .bloc_application .btn_readmore .elementor-button-link:focus svg {
  fill: #2BACE2;
}
.bloc_application .btn_readmore .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 1px solid #2BACE2;
  color: #ffffff;
}
.bloc_application .btn_readmore .elementor-button-link:hover:before {
  transform: translateX(0%);
  transition: all 0.3s ease-in-out;
}
.bloc_application .btn_readmore .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.bloc_application:hover .bloc_application_titre:before {
  transform: translateY(0%) rotate(90deg);
  transition: all 0.3s ease-in-out;
}
.box_icon_1 .elementor-icon-box-icon svg {
  height: 40px;
  width: 40px;
  fill: #2BACE2;
}
.box_icon_1 .elementor-icon-box-title {
  font-size: calc(18px + (22 - 18) * ((100vw - 300px) / (1600 - 300)));
  font-weight: 400;
  line-height: 1.4;
  color: #2BACE2;
}
.box_icon_1 .elementor-icon-box-description {
  color: #CCCCCC;
}
.bloc_reassurance .sup_titre {
  font-size: 16px;
  font-weight: 700;
}
.bloc_reassurance .titre {
  font-size: calc(22px + (24 - 22) * ((100vw - 300px) / (1600 - 300)));
  font-weight: 700;
  text-align: center;
}
.bloc_reassurance .titre .elementor-heading-title {
  color: #2BACE2;
}
.bloc_reassurance .desc {
  font-size: 16px;
  font-weight: 700;
}
.titre_logos {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 1px solid #272A58;
}
.bloc_logos .e-gallery-container {
  gap: 40px !important;
}
.bloc_logos .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.bloc_logos .swiper-slide {
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
}
.bloc_logos .swiper-slide > .e-flex > .e-con-inner {
  display: flex;
  justify-content: center !important;
  align-items: center !important;
}
.bloc_logos .swiper-slide img {
  aspect-ratio: 1;
  height: 100%;
  width: auto;
  object-fit: contain;
  object-position: center;
}
.bloc_logos .swiper-slide:hover {
  filter: grayscale(0%);
  transition: all 0.3s ease-in-out;
}
.bloc_boule {
  position: relative;
  padding-left: 30px !important;
  padding-top: 0px !important;
}
.bloc_boule:before {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  height: 100% !important;
  width: 3px !important;
  top: 15px !important;
  left: -1px !important;
  background-color: #2BACE2;
}
.bloc_boule .bloc_titre {
  position: relative;
  font-size: calc(32px + (40 - 32) * ((100vw - 300px) / (1600 - 300)));
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.bloc_boule .bloc_titre:before {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  top: 15px !important;
  left: 0% !important;
  height: 20px !important;
  width: 20px !important;
  background-color: #2BACE2;
  border-radius: 50%;
  transform: translateX(calc(-50% - 30px));
}
.bloc_boule .bloc_titre .elementor-heading-title {
  line-height: 1.2;
  color: #2BACE2;
}
@media screen and (max-width: 880px) {
  .bloc_boule .bloc_titre br {
    display: none;
  }
}
.bloc_boule .bloc_titre strong, .bloc_boule .bloc_titre b {
  font-weight: 600;
}
.bloc_boule .bloc_titre span {
  color: #002032;
  font-weight: 600;
}
.bloc_boule_2 {
  position: relative;
  padding-left: 30px !important;
  padding-top: 0px !important;
}
.bloc_boule_2:before {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  height: 100% !important;
  width: 3px !important;
  top: 15px !important;
  left: -1px !important;
  background-color: #2BACE2;
}
.bloc_boule_2 .bloc_titre {
  position: relative;
  font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (1600 - 300)));
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.bloc_boule_2 .bloc_titre:before {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  top: 4px !important;
  left: 0% !important;
  height: 20px !important;
  width: 20px !important;
  background-color: #2BACE2;
  border-radius: 50%;
  transform: translateX(calc(-50% - 30px));
}
.bloc_boule_2 .bloc_titre .elementor-heading-title {
  line-height: 1.2;
  color: #2BACE2;
}
@media screen and (max-width: 880px) {
  .bloc_boule_2 .bloc_titre br {
    display: none;
  }
}
.bloc_boule_2 .bloc_titre strong, .bloc_boule_2 .bloc_titre b {
  font-weight: 600;
}
.bloc_boule_2 .bloc_titre span {
  color: #002032;
  font-weight: 600;
}
/************************
* Page divers
*************************/
.ban_inte {
  position: relative;
  min-height: 300px !important;
}
@media screen and (max-width: 880px) {
  .ban_inte {
    padding-top: 60px !important;
  }
}
.ban_inte > .e-con-inner {
  z-index: 2;
}
.ban_inte .ban_bloc_meta .ban_cat_article {
  color: #ffffff;
  font-size: 16px;
  padding: 6px 12px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #3771B1 0%, #2BACE2 64%);
  transition: all 0.3s ease-in-out;
}
.ban_inte .ban_titre {
  color: #ffffff;
  font-weight: 500;
  font-size: calc(40px + (50 - 40) * ((100vw - 300px) / (1600 - 300)));
}
.ban_inte .ban_titre .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 880px) {
  .ban_inte .ban_titre br {
    display: none;
  }
}
.ban_inte .ban_titre strong {
  font-weight: 700;
}
.ban_inte .ban_titre span {
  color: #2BACE2;
}
.ban_inte .ban_ss_titre {
  font-size: calc(20px + (26 - 20) * ((100vw - 300px) / (1600 - 300)));
  color: #ffffff;
  font-weight: 400;
}
.ban_inte .ban_ss_titre .elementor-heading-title {
  background: linear-gradient(0deg, #002032 0%, #002032 100%);
  padding: 8px;
}
.ban_inte .ban_desc {
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
}
.ban_inte .breadcrumbs {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0px 20px !important;
  color: #ffffff;
}
.ban_inte .breadcrumbs a {
  color: #ffffff;
  text-decoration: none !important;
  font-weight: 300;
  transition: all 0.3s ease-in-out;
}
.ban_inte .breadcrumbs a:hover {
  color: #2BACE2;
  transition: all 0.3s ease-in-out;
}
/************************
* Page About us
*************************/
.bloc_temoignages .swiper-pagination .swiper-pagination-bullet {
  background-color: #002032 !important;
}
.bloc_temoignages .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2BACE2 !important;
}
.bloc_temoignages .swiper-slide {
  padding: 30px !important;
}
.bloc_temoignages .swiper-slide .elementor-testimonial__text {
  font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (1600 - 300))) !important;
}
.bloc_temoignages .swiper-slide .elementor-testimonial__name, .bloc_temoignages .swiper-slide .elementor-testimonial__title {
  color: #005999;
}
.bloc_team_lg {
  padding: 0px !important;
  background-color: #272A58;
  min-height: 300px !important;
}
.bloc_team_lg .bloc_team_img {
  border: 1px solid #2BACE2;
}
.bloc_team_lg .bloc_team_content {
  padding: 2rem !important;
}
.bloc_team_lg .bloc_team_content .bloc_team_titre {
  position: relative;
  font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (1600 - 300)));
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.bloc_team_lg .bloc_team_content .bloc_team_titre .elementor-heading-title {
  color: #2BACE2;
  line-height: 1.2;
}
.bloc_team_lg .bloc_team_content .bloc_team_poste {
  position: relative;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #2BACE2;
}
.bloc_team_lg .bloc_team_content .bloc_team_poste .elementor-heading-title {
  line-height: 1.2;
}
.bloc_team_lg .bloc_team_content .bloc_team_desc {
  color: #ffffff;
}
.bloc_team_lg .bloc_team_content .bloc_team_desc p {
  margin-bottom: 0;
}
.bloc_team_lg .bloc_team_content .bloc_team_rs {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.bloc_team_lg .bloc_team_content .bloc_team_rs .elementor-social-icon {
  height: 25px;
  width: 25px;
  background-color: #2BACE2;
  transition: all 0.3s ease-in-out;
}
.bloc_team_lg .bloc_team_content .bloc_team_rs .elementor-social-icon svg {
  height: 18px;
  width: 18px;
}
.bloc_team_lg .bloc_team_content .bloc_team_rs .elementor-social-icon:hover {
  background-color: #3771B1;
  transition: all 0.3s ease-in-out;
}
.accordeon_1 .e-n-accordion-item, .accordeon_1b .e-n-accordion-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
}
.accordeon_1 .e-n-accordion-item-title, .accordeon_1b .e-n-accordion-item-title {
  padding: 10px 0px !important;
  border: 0px solid #ffffff !important;
}
.accordeon_1 .e-n-accordion-item-title .e-n-accordion-item-title-text, .accordeon_1b .e-n-accordion-item-title .e-n-accordion-item-title-text {
  color: #ffffff;
  font-size: 16px !important;
}
.accordeon_1 .e-n-accordion-item-title .e-n-accordion-item-title-icon svg, .accordeon_1b .e-n-accordion-item-title .e-n-accordion-item-title-icon svg {
  fill: #ffffff !important;
}
.accordeon_1 :where(.elementor-widget-n-accordion .e-n-accordion-item > .e-con), .accordeon_1b :where(.elementor-widget-n-accordion .e-n-accordion-item > .e-con) {
  border: 0px solid #2BACE2 !important;
  font-weight: 300;
  color: #CCCCCC;
}
.accordeon_1 :where(.elementor-widget-n-accordion .e-n-accordion-item > .e-con) ul, .accordeon_1b :where(.elementor-widget-n-accordion .e-n-accordion-item > .e-con) ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.accordeon_1 :where(.elementor-widget-n-accordion .e-n-accordion-item > .e-con) ul li, .accordeon_1b :where(.elementor-widget-n-accordion .e-n-accordion-item > .e-con) ul li {
  padding-left: 15px;
  padding-bottom: 8px;
  position: relative;
}
.accordeon_1 :where(.elementor-widget-n-accordion .e-n-accordion-item > .e-con) ul li:before, .accordeon_1b :where(.elementor-widget-n-accordion .e-n-accordion-item > .e-con) ul li:before {
  content: "";
  position: absolute;
  display: block;
  height: 6px;
  width: 6px;
  top: 8px;
  left: 0%;
  background-color: #CCCCCC;
}
.accordeon_1 :where(.elementor-widget-n-accordion .e-n-accordion-item > .e-con) ul li:last-child, .accordeon_1b :where(.elementor-widget-n-accordion .e-n-accordion-item > .e-con) ul li:last-child {
  padding-bottom: 15px;
}
.accordeon_1 :where(.elementor-widget-n-accordion .e-n-accordion-item > .e-con) a, .accordeon_1b :where(.elementor-widget-n-accordion .e-n-accordion-item > .e-con) a {
  color: #2BACE2;
  transition: all 0.3s ease-in-out;
}
.accordeon_1 :where(.elementor-widget-n-accordion .e-n-accordion-item > .e-con) a:hover, .accordeon_1b :where(.elementor-widget-n-accordion .e-n-accordion-item > .e-con) a:hover {
  color: #3771B1;
  transition: all 0.3s ease-in-out;
}
.accordeon_1b .e-n-accordion-item {
  border-bottom: 1px solid rgba(39, 42, 88, 0.3) !important;
}
.accordeon_1b .e-n-accordion-item-title .e-n-accordion-item-title-text {
  color: #272A58 !important;
}
.accordeon_1b .e-n-accordion-item-title .e-n-accordion-item-title-icon svg {
  fill: #272A58 !important;
}
.accordeon_1b :where(.elementor-widget-n-accordion .e-n-accordion-item > .e-con) {
  color: #707070;
}
/************************
* Page Solutions
*************************/
.bloc_solution {
  position: relative;
  overflow: hidden !important;
  min-height: 400px !important;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bloc_solution:after {
  content: "";
  position: absolute;
  display: block;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  background-color: #272A58;
  opacity: 0.7;
  z-index: 1;
}
.bloc_solution .bloc_solution_content {
  position: absolute;
  top: calc(100% - 90px);
  left: 0%;
  padding: 30px !important;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .bloc_solution .bloc_solution_content {
    top: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .bloc_solution .bloc_solution_content {
    top: calc(100% - 100px);
  }
}
.bloc_solution .bloc_solution_content .bloc_solution_titre {
  font-size: calc(24px + (40 - 24) * ((100vw - 300px) / (1600 - 300)));
  font-weight: 300;
  color: #ffffff;
  position: relative;
  padding-right: 35px !important;
}
@media screen and (max-width: 767px) {
  .bloc_solution .bloc_solution_content .bloc_solution_titre {
    min-height: 58px;
    display: flex;
    align-items: center;
  }
}
.bloc_solution .bloc_solution_content .bloc_solution_titre:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0%;
  height: 30px;
  width: 30px;
  transform: translateY(-50%);
  background-color: #2BACE2;
  border-radius: 0%;
}
.bloc_solution .bloc_solution_content .bloc_solution_titre:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0%;
  transform: translateY(-50%) rotate(0deg);
  height: 30px;
  width: 30px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  mask-image: url("/wp-content/uploads/2025/09/right-arrow.svg");
  mask-size: 16px;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2025/09/right-arrow.svg");
  -webkit-mask-size: 16px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.bloc_solution .bloc_solution_content .bloc_solution_desc {
  font-size: 16px;
  color: #ffffff;
  max-height: 200px;
  width: calc(100% - 10px);
  overflow-y: hidden;
  position: relative;
  padding-right: 10px;
}
.bloc_solution .bloc_solution_content .bloc_solution_desc.has-scroll {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #2BACE2 rgba(255, 255, 255, 0.1);
}
.bloc_solution .bloc_solution_content .bloc_solution_desc.has-scroll::-webkit-scrollbar {
  width: 8px;
}
.bloc_solution .bloc_solution_content .bloc_solution_desc.has-scroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
.bloc_solution .bloc_solution_content .bloc_solution_desc.has-scroll::-webkit-scrollbar-thumb {
  background: #3771B1;
  border-radius: 10px;
}
.bloc_solution .bloc_solution_content .bloc_solution_desc.has-scroll::-webkit-scrollbar-thumb:hover {
  background: #2BACE2;
}
.bloc_solution:hover {
  transition: all 0.3s ease-in-out;
}
.bloc_solution:hover .bloc_solution_content {
  top: 0%;
  transition: all 0.3s ease-in-out;
}
.bloc_solution:hover .bloc_solution_content .bloc_solution_titre:after {
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.3s ease-in-out;
}
/************************
* Page Team
*************************/
.bloc_team {
  padding: 0px !important;
  background-color: rgba(39, 42, 88, 0.7);
  border: 1px solid #2BACE2;
}
.bloc_team .bloc_team_content {
  padding: 15px !important;
  padding-bottom: 48px !important;
}
@media screen and (min-width: 767px) {
  .bloc_team .bloc_team_content {
    height: 100% !important;
  }
}
.bloc_team .bloc_team_content .bloc_team_titre {
  position: relative;
  font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (1600 - 300)));
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.bloc_team .bloc_team_content .bloc_team_titre .elementor-heading-title {
  line-height: 1.2;
}
.bloc_team .bloc_team_content .bloc_team_poste {
  position: relative;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #2BACE2;
}
.bloc_team .bloc_team_content .bloc_team_poste .elementor-heading-title {
  line-height: 1.2;
}
.bloc_team .bloc_team_content .bloc_team_rs {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.bloc_team .bloc_team_content .bloc_team_rs .elementor-social-icon {
  height: 25px;
  width: 25px;
  background-color: #2BACE2;
  transition: all 0.3s ease-in-out;
}
.bloc_team .bloc_team_content .bloc_team_rs .elementor-social-icon svg {
  height: 18px;
  width: 18px;
}
.bloc_team .bloc_team_content .bloc_team_rs .elementor-social-icon:hover {
  background-color: #3771B1;
  transition: all 0.3s ease-in-out;
}
/************************
* Page Distributors
*************************/
.bloc_distributor {
  padding: 0px !important;
  background-color: rgba(39, 42, 88, 0.7);
  border: 1px solid #2BACE2;
}
.bloc_distributor .bloc_distributor_img {
  background-color: #ffffff;
  padding: 10px !important;
}
.bloc_distributor .bloc_distributor_img img {
  height: 300px;
  object-fit: contain;
}
.bloc_distributor .bloc_distributor_content {
  padding: 15px !important;
  padding-bottom: 55px !important;
}
@media screen and (min-width: 767px) {
  .bloc_distributor .bloc_distributor_content {
    height: 100%;
  }
}
.bloc_distributor .bloc_distributor_content .bloc_distributor_titre {
  position: relative;
  font-size: calc(22px + (26 - 22) * ((100vw - 300px) / (1600 - 300)));
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.bloc_distributor .bloc_distributor_content .bloc_distributor_titre .elementor-heading-title {
  line-height: 1.2;
}
.bloc_distributor .bloc_distributor_content .bloc_distributor_ville {
  position: relative;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #2BACE2;
  text-transform: uppercase;
}
.bloc_distributor .bloc_distributor_content .bloc_distributor_ville .elementor-heading-title {
  line-height: 1.2;
}
.bloc_distributor .bloc_distributor_content .bloc_distributor_desc a {
  transition: all 0.3s ease-in-out;
  color: #2BACE2;
}
.bloc_distributor .bloc_distributor_content .bloc_distributor_desc a:hover {
  color: #3771B1;
  transition: all 0.3s ease-in-out;
}
.bloc_distributor .bloc_distributor_content .bloc_distributor_btn {
  position: absolute;
  bottom: 15px;
  left: 15px;
  height: 34px;
}
.bloc_distributor .bloc_distributor_content .bloc_distributor_btn .elementor-button-link {
  background-color: transparent;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  padding: 0px 20px;
  min-width: 140px;
  border: 1px solid #2BACE2;
  border-radius: 0px;
  text-transform: uppercase;
  overflow: hidden !important;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.bloc_distributor .bloc_distributor_content .bloc_distributor_btn .elementor-button-link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  background-color: #2BACE2;
  transform: translateX(-101%);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.bloc_distributor .bloc_distributor_content .bloc_distributor_btn .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 34px;
  position: relative;
  z-index: 2;
}
.bloc_distributor .bloc_distributor_content .bloc_distributor_btn .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-left: 0px;
}
.bloc_distributor .bloc_distributor_content .bloc_distributor_btn .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 10px;
  width: 10px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.bloc_distributor .bloc_distributor_content .bloc_distributor_btn .elementor-button-link:visited, .bloc_distributor .bloc_distributor_content .bloc_distributor_btn .elementor-button-link:focus {
  color: #ffffff;
}
.bloc_distributor .bloc_distributor_content .bloc_distributor_btn .elementor-button-link:visited svg, .bloc_distributor .bloc_distributor_content .bloc_distributor_btn .elementor-button-link:focus svg {
  fill: #ffffff;
}
.bloc_distributor .bloc_distributor_content .bloc_distributor_btn .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 1px solid #2BACE2;
  color: #ffffff;
}
.bloc_distributor .bloc_distributor_content .bloc_distributor_btn .elementor-button-link:hover:before {
  transform: translateX(0%);
  transition: all 0.3s ease-in-out;
}
.bloc_distributor .bloc_distributor_content .bloc_distributor_btn .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
/************************
* Page Patents
*************************/
.bloc_patent {
  padding: 0px !important;
  background-color: rgba(39, 42, 88, 0.7);
  border: 1px solid #2BACE2;
}
.bloc_patent .bloc_patent_content {
  padding: 15px !important;
  padding-bottom: 48px !important;
}
@media screen and (min-width: 767px) {
  .bloc_patent .bloc_patent_content {
    height: 100% !important;
  }
}
.bloc_patent .bloc_patent_content .bloc_patent_titre {
  position: relative;
  font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (1600 - 300)));
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.bloc_patent .bloc_patent_content .bloc_patent_titre .elementor-heading-title {
  line-height: 1.2;
}
/************************
* Page FAQ
*************************/
.bloc_faq .e-n-accordion-item, .bloc_faq_b .e-n-accordion-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
}
.bloc_faq .e-n-accordion-item-title, .bloc_faq_b .e-n-accordion-item-title {
  padding: 30px 0px !important;
  border: 0px solid #ffffff !important;
}
.bloc_faq .e-n-accordion-item-title .e-n-accordion-item-title-text, .bloc_faq_b .e-n-accordion-item-title .e-n-accordion-item-title-text {
  color: #ffffff;
  font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (1600 - 300))) !important;
}
.bloc_faq .e-n-accordion-item-title .e-n-accordion-item-title-icon svg, .bloc_faq_b .e-n-accordion-item-title .e-n-accordion-item-title-icon svg {
  fill: #ffffff !important;
}
.bloc_faq :where(.elementor-widget-n-accordion .e-n-accordion-item > .e-con), .bloc_faq_b :where(.elementor-widget-n-accordion .e-n-accordion-item > .e-con) {
  border: 0px solid #2BACE2 !important;
  font-weight: 300;
  color: #CCCCCC;
}
.bloc_faq :where(.elementor-widget-n-accordion .e-n-accordion-item > .e-con) ul, .bloc_faq_b :where(.elementor-widget-n-accordion .e-n-accordion-item > .e-con) ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.bloc_faq :where(.elementor-widget-n-accordion .e-n-accordion-item > .e-con) ul li, .bloc_faq_b :where(.elementor-widget-n-accordion .e-n-accordion-item > .e-con) ul li {
  padding-left: 15px;
  padding-bottom: 8px;
  position: relative;
}
.bloc_faq :where(.elementor-widget-n-accordion .e-n-accordion-item > .e-con) ul li:before, .bloc_faq_b :where(.elementor-widget-n-accordion .e-n-accordion-item > .e-con) ul li:before {
  content: "";
  position: absolute;
  display: block;
  height: 6px;
  width: 6px;
  top: 8px;
  left: 0%;
  background-color: #CCCCCC;
}
.bloc_faq :where(.elementor-widget-n-accordion .e-n-accordion-item > .e-con) ul li:last-child, .bloc_faq_b :where(.elementor-widget-n-accordion .e-n-accordion-item > .e-con) ul li:last-child {
  padding-bottom: 15px;
}
.bloc_faq :where(.elementor-widget-n-accordion .e-n-accordion-item > .e-con) a, .bloc_faq_b :where(.elementor-widget-n-accordion .e-n-accordion-item > .e-con) a {
  color: #2BACE2;
  transition: all 0.3s ease-in-out;
}
.bloc_faq :where(.elementor-widget-n-accordion .e-n-accordion-item > .e-con) a:hover, .bloc_faq_b :where(.elementor-widget-n-accordion .e-n-accordion-item > .e-con) a:hover {
  color: #3771B1;
  transition: all 0.3s ease-in-out;
}
.bloc_faq_b .e-n-accordion-item {
  border-bottom: 1px solid rgba(39, 42, 88, 0.3) !important;
}
.bloc_faq_b .e-n-accordion-item-title .e-n-accordion-item-title-text {
  color: #272A58 !important;
}
.bloc_faq_b .e-n-accordion-item-title .e-n-accordion-item-title-icon svg {
  fill: #272A58 !important;
}
.bloc_faq_b :where(.elementor-widget-n-accordion .e-n-accordion-item > .e-con) {
  color: #707070;
}
.bloc_faq_b :where(.elementor-widget-n-accordion .e-n-accordion-item > .e-con) ul li:before {
  background-color: #707070;
}
/************************
* Page contact
*************************/
/************************
* Page remerciement contact
*************************/
#remerciement_content {
  padding: 6rem 0rem;
}
/************************
* Page Erreur 404
*************************/
#page404_content {
  padding: 6rem 0rem;
}
/************************
* Page de résultat de recherche
*************************/
.search_result_bloc {
  padding: 2rem 0rem;
}
/************************
* Page archive
*************************/
/*****************************************************************************************************************************
  * swiper
******************************************************************************************************************************/
.elementor-swiper-button {
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: #2BACE2;
  padding: 10px;
  transition: all 0.3s ease-in-out;
}
.elementor-swiper-button svg {
  fill: #F2F2F2 !important;
  width: 20px !important;
  height: 20px !important;
  transition: all 0.3s ease-in-out;
}
.elementor-swiper-button:hover {
  transition: all 0.3s ease-in-out;
}
.elementor-swiper-button:hover svg {
  fill: #272A58 !important;
  transition: all 0.3s ease-in-out;
}
.elementor-swiper-button.swiper-button-lock {
  display: none !important;
}
.car_event .elementor-swiper-button-prev {
  left: 10px !important;
}
.car_event .elementor-swiper-button-next {
  right: 10px !important;
}
.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff !important;
  height: 10px !important;
  width: 10px !important;
  border-radius: 0px !important;
  transition: all 0.3s ease-in-out;
}
.swiper-pagination .swiper-pagination-bullet:hover {
  transition: all 0.3s ease-in-out;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2BACE2 !important;
  height: 12px !important;
  width: 12px !important;
}
/*****************************************************************************************************************************
  * pagination
******************************************************************************************************************************/
.elementor-post-navigation .elementor-post-navigation__prev a, .elementor-post-navigation .elementor-post-navigation__next a {
  color: #272A58;
  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: #2BACE2;
  transition: all 0.3s ease-in-out;
}
.elementor-post-navigation .post-navigation__arrow-prev i, .elementor-post-navigation .post-navigation__arrow-next i {
  color: #272A58;
  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: #2BACE2;
  transition: all 0.3s ease-in-out;
}
.elementor-pagination {
  padding: 3rem 1rem;
}
.elementor-pagination .page-numbers {
  background-color: transparent;
  color: #ffffff;
  width: 36px;
  height: 36px;
  display: inline-block;
  border: 1px solid #3771B1;
  border-radius: 0px;
  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: #2BACE2 !important;
  color: #ffffff !important;
  transition: all 0.3s ease-in-out;
  border: 1px solid #2BACE2;
}
.elementor-pagination .current {
  background-color: #2BACE2 !important;
  color: #ffffff !important;
  border: 1px solid #2BACE2;
  transition: all 0.3s ease-in-out;
}
/*****************************************************************************************************************************
  * loop
******************************************************************************************************************************/
/************************
  * loop actu
*************************/
.loop_actu {
  background-color: rgba(255, 255, 255, 0.08);
  border: 0px solid #2BACE2;
  padding: 0px !important;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.loop_actu .loop_img img {
  height: 220px !important;
  object-fit: cover;
}
.loop_actu .loop_content {
  padding-bottom: 55px !important;
}
@media screen and (min-width: 767px) {
  .loop_actu .loop_content {
    height: 100%;
  }
}
.loop_actu .loop_content .loop_titre {
  color: #ffffff;
  font-size: calc(20px + (22 - 20) * ((100vw - 300px) / (1600 - 300))) !important;
  font-weight: 600;
  transition: all 0.3s ease-in-out !important;
}
.loop_actu .loop_content .loop_titre .elementor-heading-title {
  line-height: 1.4;
}
.loop_actu .loop_content .loop_desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}
.loop_actu .loop_content .btn_blog {
  position: absolute;
  bottom: 15px;
  left: 15px;
  height: 34px;
}
.loop_actu .loop_content .btn_blog .elementor-button-link {
  background-color: transparent;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  padding: 0px 20px;
  min-width: 140px;
  border: 1px solid #2BACE2;
  border-radius: 0px;
  text-transform: uppercase;
  overflow: hidden !important;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.loop_actu .loop_content .btn_blog .elementor-button-link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  background-color: #2BACE2;
  transform: translateX(-101%);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.loop_actu .loop_content .btn_blog .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 34px;
  position: relative;
  z-index: 2;
}
.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 .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 10px;
  width: 10px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.loop_actu .loop_content .btn_blog .elementor-button-link:visited, .loop_actu .loop_content .btn_blog .elementor-button-link:focus {
  color: #ffffff;
}
.loop_actu .loop_content .btn_blog .elementor-button-link:visited svg, .loop_actu .loop_content .btn_blog .elementor-button-link:focus svg {
  fill: #ffffff;
}
.loop_actu .loop_content .btn_blog .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 1px solid #2BACE2;
  color: #ffffff;
}
.loop_actu .loop_content .btn_blog .elementor-button-link:hover:before {
  transform: translateX(0%);
  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: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.loop_actu:hover {
  transform: scale(0.96);
  transition: all 0.3s ease-in-out;
}
.loop_actu:hover .loop_content .loop_titre {
  color: #2BACE2;
  transition: all 0.3s ease-in-out !important;
}
.loop_event {
  background-color: #002032;
  border: 1px solid #2BACE2;
  padding: 0px !important;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.loop_event .loop_img img {
  height: 220px;
  object-fit: cover;
}
.loop_event .loop_titre {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
}
.loop_event .loop_titre .elementor-heading-title {
  line-height: 1.4;
}
.loop_event .loop_date .elementor-icon-list-icon svg {
  height: 10px;
  width: 10px;
  fill: #2BACE2;
}
.loop_event .loop_date .elementor-icon-list-text {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
}
.loop_event:hover {
  transform: scale(0.96);
  transition: all 0.3s ease-in-out;
}
/************************
  * Page archives
*************************/
.filtre_blog .e-filter .e-filter-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 7px 18px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.filtre_blog .e-filter .e-filter-item:hover {
  color: #ffffff !important;
  background-color: #3771B1;
  transition: all 0.3s ease-in-out;
}
.filtre_blog .e-filter .e-filter-item[aria-pressed="true"] {
  background-color: #3771B1;
  color: #ffffff;
}
/************************
* Page article
*************************/
#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: #2BACE2;
  border-radius: 50%;
  z-index: 999;
  cursor: pointer;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  #totop {
    position: relative !important;
    margin: 0px auto 20px auto;
  }
}
#totop:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50.8%);
  z-index: 2;
  background-color: #ffffff;
  mask-image: url("../icons/dropdown-up.svg");
  mask-size: 50%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("../icons/dropdown-up.svg");
  -webkit-mask-size: 50%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
#totop:hover {
  background-color: #2BACE2;
  transform: scale(1.2);
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
#totop i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%) rotate(180deg);
  opacity: 1;
}
.btn_cta_1 .elementor-button-link {
  background-color: #2BACE2;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 0px 20px;
  min-width: 140px;
  border: 1px solid #2BACE2;
  border-radius: 0px;
  transition: all 0.3s ease-in-out;
  overflow: hidden !important;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.btn_cta_1 .elementor-button-link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  background-color: #3771B1;
  transform: translateX(-101%);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.btn_cta_1 .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 44px;
  position: relative;
  z-index: 2;
}
.btn_cta_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-left: 0px;
}
.btn_cta_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 10px;
  width: 10px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.btn_cta_1 .elementor-button-link:visited, .btn_cta_1 .elementor-button-link:focus {
  color: #ffffff;
}
.btn_cta_1 .elementor-button-link:visited svg, .btn_cta_1 .elementor-button-link:focus svg {
  fill: #ffffff;
}
.btn_cta_1 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: #2BACE2;
  border: 1px solid #3771B1;
  color: #ffffff;
}
.btn_cta_1 .elementor-button-link:hover:before {
  transform: translateX(0%);
  transition: all 0.3s ease-in-out;
}
.btn_cta_1 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.btn_cta_2 .elementor-button-link {
  background-color: #ffffff;
  color: #3771B1;
  font-size: 16px;
  font-weight: 600;
  padding: 0px 20px;
  min-width: 140px;
  border: 1px solid #ffffff;
  border-radius: 0px;
  transition: all 0.3s ease-in-out;
  overflow: hidden !important;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.btn_cta_2 .elementor-button-link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  background-color: #3771B1;
  transform: translateX(-101%);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.btn_cta_2 .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 44px;
  position: relative;
  z-index: 2;
}
.btn_cta_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-left: 0px;
}
.btn_cta_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 10px;
  width: 10px;
  fill: #3771B1;
  transition: all 0.3s ease-in-out;
}
.btn_cta_2 .elementor-button-link:visited, .btn_cta_2 .elementor-button-link:focus {
  color: #3771B1;
}
.btn_cta_2 .elementor-button-link:visited svg, .btn_cta_2 .elementor-button-link:focus svg {
  fill: #3771B1;
}
.btn_cta_2 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  border: 1px solid #3771B1;
  color: #ffffff;
}
.btn_cta_2 .elementor-button-link:hover:before {
  transform: translateX(0%);
  transition: all 0.3s ease-in-out;
}
.btn_cta_2 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.btn_cta_3 .elementor-button-link {
  background-color: #3771B1;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 0px 20px;
  min-width: 140px;
  border: 1px solid #3771B1;
  border-radius: 0px;
  transition: all 0.3s ease-in-out;
  overflow: hidden !important;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.btn_cta_3 .elementor-button-link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  transform: translateX(-101%);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.btn_cta_3 .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 44px;
  position: relative;
  z-index: 2;
}
.btn_cta_3 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-left: 0px;
}
.btn_cta_3 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 10px;
  width: 10px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.btn_cta_3 .elementor-button-link:visited, .btn_cta_3 .elementor-button-link:focus {
  color: #ffffff;
}
.btn_cta_3 .elementor-button-link:visited svg, .btn_cta_3 .elementor-button-link:focus svg {
  fill: #ffffff;
}
.btn_cta_3 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: #3771B1;
  border: 1px solid #ffffff;
  color: #3771B1;
}
.btn_cta_3 .elementor-button-link:hover:before {
  transform: translateX(0%);
  transition: all 0.3s ease-in-out;
}
.btn_cta_3 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #3771B1 !important;
  transition: all 0.3s ease-in-out;
}
.btn_link_1 .elementor-button-link {
  background-color: transparent;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  padding: 0px 20px;
  min-width: 140px;
  border: 1px solid #2BACE2;
  border-radius: 0px;
  text-transform: uppercase;
  overflow: hidden !important;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.btn_link_1 .elementor-button-link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  background-color: #2BACE2;
  transform: translateX(-101%);
  z-index: 1;
  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: 44px;
  position: relative;
  z-index: 2;
}
.btn_link_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-left: 0px;
}
.btn_link_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 10px;
  width: 10px;
  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: 1px solid #2BACE2;
  color: #ffffff;
}
.btn_link_1 .elementor-button-link:hover:before {
  transform: translateX(0%);
  transition: all 0.3s ease-in-out;
}
.btn_link_1 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.btn_link_2 .elementor-button-link {
  background-color: transparent;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  padding: 0px 20px;
  min-width: 140px;
  border: 1px solid #ffffff;
  border-radius: 0px;
  text-transform: uppercase;
  overflow: hidden !important;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.btn_link_2 .elementor-button-link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  transform: translateX(-101%);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.btn_link_2 .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 44px;
  position: relative;
  z-index: 2;
}
.btn_link_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-left: 0px;
}
.btn_link_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 10px;
  width: 10px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.btn_link_2 .elementor-button-link:visited, .btn_link_2 .elementor-button-link:focus {
  color: #ffffff;
}
.btn_link_2 .elementor-button-link:visited svg, .btn_link_2 .elementor-button-link:focus svg {
  fill: #ffffff;
}
.btn_link_2 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #2BACE2;
}
.btn_link_2 .elementor-button-link:hover:before {
  transform: translateX(0%);
  transition: all 0.3s ease-in-out;
}
.btn_link_2 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #2BACE2 !important;
  transition: all 0.3s ease-in-out;
}
.btn_link_3 .elementor-button-link {
  background-color: transparent;
  color: #2BACE2;
  font-size: 13px;
  font-weight: 400;
  padding: 0px 20px;
  min-width: 140px;
  border: 1px solid #2BACE2;
  border-radius: 0px;
  text-transform: uppercase;
  overflow: hidden !important;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.btn_link_3 .elementor-button-link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  background-color: #2BACE2;
  transform: translateX(-101%);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.btn_link_3 .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 44px;
  position: relative;
  z-index: 2;
}
.btn_link_3 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-left: 0px;
}
.btn_link_3 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 10px;
  width: 10px;
  fill: #2BACE2;
  transition: all 0.3s ease-in-out;
}
.btn_link_3 .elementor-button-link:visited, .btn_link_3 .elementor-button-link:focus {
  color: #2BACE2;
}
.btn_link_3 .elementor-button-link:visited svg, .btn_link_3 .elementor-button-link:focus svg {
  fill: #2BACE2;
}
.btn_link_3 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 1px solid #2BACE2;
  color: #ffffff;
}
.btn_link_3 .elementor-button-link:hover:before {
  transform: translateX(0%);
  transition: all 0.3s ease-in-out;
}
.btn_link_3 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.btn_simple_1 .elementor-button-link {
  background-color: transparent;
  color: #2BACE2;
  font-size: 16px;
  font-weight: 400;
  padding: 0px;
  text-decoration: underline;
  border: 0px solid #2BACE2;
  border-radius: 0px;
  transition: all 0.3s ease-in-out;
}
.btn_simple_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: fit-content;
  position: relative;
  z-index: 2;
}
.btn_simple_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-left: 0px;
}
.btn_simple_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 10px;
  width: 10px;
  fill: #2BACE2;
  transition: all 0.3s ease-in-out;
}
.btn_simple_1 .elementor-button-link:visited, .btn_simple_1 .elementor-button-link:focus {
  color: #2BACE2;
}
.btn_simple_1 .elementor-button-link:visited svg, .btn_simple_1 .elementor-button-link:focus svg {
  fill: #2BACE2;
}
.btn_simple_1 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 0px solid #ffffff;
  color: #3771B1;
}
.btn_simple_1 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #3771B1 !important;
  transition: all 0.3s ease-in-out;
}
.btn_simple_2 .elementor-button-link {
  background-color: transparent;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  padding: 0px;
  text-decoration: underline;
  border: 0px solid #2BACE2;
  border-radius: 0px;
  transition: all 0.3s ease-in-out;
}
.btn_simple_2 .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: fit-content;
  position: relative;
  z-index: 2;
}
.btn_simple_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-left: 0px;
}
.btn_simple_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 10px;
  width: 10px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.btn_simple_2 .elementor-button-link:visited, .btn_simple_2 .elementor-button-link:focus {
  color: #ffffff;
}
.btn_simple_2 .elementor-button-link:visited svg, .btn_simple_2 .elementor-button-link:focus svg {
  fill: #ffffff;
}
.btn_simple_2 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 0px solid #ffffff;
  color: #2BACE2;
}
.btn_simple_2 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #2BACE2 !important;
  transition: all 0.3s ease-in-out;
}
.btn_lirelasuite .elementor-button-link {
  background-color: transparent;
  color: #2BACE2;
  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: #2BACE2;
  transition: all 0.3s ease-in-out;
}
.btn_lirelasuite .elementor-button-link:visited, .btn_lirelasuite .elementor-button-link:focus {
  color: #2BACE2;
}
.btn_lirelasuite .elementor-button-link:visited svg, .btn_lirelasuite .elementor-button-link:focus svg {
  fill: #2BACE2;
}
.btn_lirelasuite .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 0px;
  color: #002032;
}
.btn_lirelasuite .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #002032 !important;
  transition: all 0.3s ease-in-out;
}
.bloc_fix {
  position: fixed !important;
  top: 50%;
  padding: 0px !important;
  margin: 0px !important;
  width: 200px !important;
  z-index: 99999 !important;
  right: 0px !important;
}
@media screen and (max-width: 767px) {
  .bloc_fix {
    top: 80%;
  }
}
.btn_fix {
  right: -153px !important;
  transition-delay: 0s;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.btn_fix:hover {
  right: 0px !important;
  transition-delay: 1s;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.btn_fix .elementor-button-link {
  background-color: #002032;
  color: #ffffff;
  font-size: 14px;
  padding: 0px;
  min-width: 200px;
  transition: all 0.3s ease-in-out;
  border-radius: 4px 0px 0px 4px;
  overflow: hidden;
}
.btn_fix .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 44px;
  gap: 0px;
}
.btn_fix .elementor-button-link .elementor-button-content-wrapper .elementor-button-text {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  height: 44px;
  width: 100%;
  z-index: 2;
}
.btn_fix .elementor-button-link .elementor-button-content-wrapper .elementor-button-text:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 0%;
  top: 0%;
  left: 0%;
  transform: translateX(0%) translateY(0%);
  background-color: #2BACE2;
  z-index: -1;
  transition-delay: 3s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn_fix .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  margin-right: 0px;
  height: 44px;
  width: 54px;
  background-color: #2BACE2;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.btn_fix .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 0%;
  top: 0%;
  left: 0%;
  transform: translateX(0%) translateY(0%);
  background-color: #002032;
  z-index: 1;
  transition-delay: 2s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn_fix .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: 20px;
  fill: #ffffff;
  z-index: 2;
}
.btn_fix .elementor-button-link:visited, .btn_fix .elementor-button-link:focus {
  color: #ffffff;
}
.btn_fix .elementor-button-link:visited svg, .btn_fix .elementor-button-link:focus svg {
  fill: #ffffff;
}
.btn_fix .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.btn_fix .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-text {
  position: relative;
  overflow: hidden;
}
.btn_fix .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-text:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  transform: translateX(0%) translateY(0%);
  background-color: #2BACE2;
  transition-delay: 1s;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.btn_fix .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
}
.btn_fix .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  transform: translateX(0%) translateY(0%);
  background-color: #002032;
  transition-delay: 1s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.form_elementor .form-field-name {
  border: 1px solid #96E6F9 !important;
  height: 50px;
  border-radius: 0px !important;
}
.form_elementor .elementor-field-textual {
  border: 1px solid #96E6F9 !important;
  padding: 10px;
  background-color: transparent !important;
  color: #ffffff;
  border-radius: 0px !important;
}
.form_elementor .elementor-field-label {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
.form_elementor .elementor-field-label:after {
  color: #2BACE2 !important;
  padding-inline-start: 0px !important;
  font-weight: 400;
}
.form_elementor .elementor-field-type-acceptance a {
  color: #2BACE2;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
}
.form_elementor .elementor-field-type-acceptance a:hover {
  color: #3771B1;
  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 #96E6F9 !important;
  display: inline-block !important;
  margin: 0px 5px 0px 0px;
  border-radius: 0px !important;
}
.form_elementor input[type="checkbox"]:checked {
  position: relative;
}
.form_elementor input[type="checkbox"]:checked:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 16px;
  width: 16px;
  background-color: #2BACE2;
}
.form_elementor .elementor-button {
  text-align: center;
  background: #2BACE2;
  border: 0px solid #2BACE2;
  border-radius: 0px !important;
  color: #ffffff;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
  overflow: hidden !important;
}
.form_elementor .elementor-button:before {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  transform: translateX(-101%);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.form_elementor .elementor-button .elementor-button-text {
  font-size: 15px;
  z-index: 2;
}
.form_elementor .elementor-button:hover {
  background-color: #2BACE2;
  color: #2BACE2 !important;
  border: 0px solid #2BACE2;
  transition: all 0.3s ease-in-out;
}
.form_elementor .elementor-button:hover:before {
  transform: translateX(0%);
  transition: all 0.3s ease-in-out;
}
.form_elementor input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
.form_elementor input::-webkit-input-placeholder, .form_elementor textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff !important;
  opacity: 1;
}
.form_elementor input::-moz-placeholder, .form_elementor textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff !important;
  opacity: 1;
}
.form_elementor input::-ms-input-placeholder, .form_elementor textarea::-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff !important;
  opacity: 1;
}
.form_elementor input::-moz-placeholder, .form_elementor textarea::-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff !important;
  opacity: 1;
}
.form_elementor input::placeholder, .form_elementor textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff !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 #272A58;
  display: inline-block;
  margin: 0px 5px 0px 0px;
  border-radius: 50% !important;
}
input[type="radio"]:checked {
  position: relative;
}
input[type="radio"]:checked:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 16px;
  width: 16px;
  background-color: #2BACE2;
  border-radius: 50%;
}
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
/******	 Upload field
************************************/
.elementor-field-type-upload input[type="file"] {
  color: #ffffff;
  cursor: pointer;
  position: relative;
  background-color: #002032;
  border-radius: 0px !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: #ffffff;
  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: #ffffff;
  border: 0px;
  cursor: pointer;
}
/******	 Newsletter
************************************/
.form_newsletter {
  display: flex;
  justify-content: center;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .form_newsletter {
    min-width: 0 !important;
  }
}
.form_newsletter input[type="email"] {
  padding: 6px 12px;
  background-color: transparent !important;
  border-radius: 0px !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
}
.form_newsletter input[type="email"]::placeholder {
  color: #ffffff !important;
}
.form_newsletter .elementor-field-type-acceptance {
  font-size: 13px !important;
}
.form_newsletter .elementor-field-type-acceptance .elementor-field-group {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: start;
  align-content: center;
  flex-shrink: 3;
}
.form_newsletter .elementor-field-type-acceptance a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
}
.form_newsletter .elementor-field-type-acceptance a:hover {
  color: #2BACE2;
  transition: all 0.3s ease-in-out;
}
.form_newsletter .elementor-field-option label {
  width: 90%;
}
.form_newsletter input[type="checkbox"] {
  height: 14px !important;
  width: 14px !important;
  border: #2BACE2;
  display: inline-block !important;
  margin: 0px;
  margin-right: 10px;
  background-color: #ffffff !important;
  border-radius: 0px;
  padding: 5px !important;
}
.form_newsletter input[type="checkbox"]:checked {
  position: relative;
}
.form_newsletter input[type="checkbox"]:checked:before {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 10px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #2BACE2;
}
.form_newsletter .elementor-field-type-submit {
  position: absolute;
  right: 0%;
  top: 0%;
  height: fit-content;
}
.form_newsletter .elementor-field-type-submit .elementor-button {
  text-align: center;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 0px;
  color: #ffffff;
  cursor: pointer;
  overflow: hidden !important;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.form_newsletter .elementor-field-type-submit .elementor-button:before {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  background-color: #2BACE2;
  transform: translateX(-101%);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.form_newsletter .elementor-field-type-submit .elementor-button .elementor-button-content-wrapper {
  position: relative;
  z-index: 2;
}
.form_newsletter .elementor-field-type-submit .elementor-button:hover {
  color: #ffffff;
  border: 1px solid #2BACE2;
  transition: all 0.3s ease-in-out;
}
.form_newsletter .elementor-field-type-submit .elementor-button:hover:before {
  transform: translateX(0%);
  transition: all 0.3s ease-in-out;
}
.form_newsletter input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.form_newsletter input::-webkit-input-placeholder, .form_newsletter textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff !important;
  opacity: 1;
}
.form_newsletter input::-moz-placeholder, .form_newsletter textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff !important;
  opacity: 1;
}
.form_newsletter input::-ms-input-placeholder, .form_newsletter textarea::-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff !important;
  opacity: 1;
}
.form_newsletter input::-moz-placeholder, .form_newsletter textarea::-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff !important;
  opacity: 1;
}
.form_newsletter input::placeholder, .form_newsletter textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff !important;
  opacity: 1;
}
/************************
* 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 #ffffff;
  color: #ffffff;
  font-size: 32px;
  text-transform: uppercase;
  padding: 8px;
  margin-bottom: 1rem;
  font-family: "Poppins", sans-serif;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list {
  list-style: none;
}
@media screen and (min-width: 1024px) {
  #plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list {
    column-count: 3;
    column-gap: 30px;
  }
}
@media screen and (min-width: 880px) and (max-width: 1024px) {
  #plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list {
    column-count: 2;
    column-gap: 30px;
  }
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list li {
  padding-left: 15px;
  margin-bottom: 10px;
  position: relative;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list li:before {
  content: "";
  position: absolute;
  display: block;
  height: 8px;
  width: 8px;
  top: 11px;
  left: 3px;
  border-radius: 2px 0px 2px 2px;
  transform: translateX(-50%) translateY(-50%);
  background-color: #ffffff;
  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: #ffffff;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list li:hover a {
  color: #ffffff;
  letter-spacing: 0.4px;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list li:hover:before {
  border-radius: 50%;
  background-color: #ffffff;
  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: #2BACE2;
  color: #ffffff;
  display: block;
  font-size: 1.2em;
  font-weight: 500;
  height: auto;
  left: 0;
  padding: 5px;
  position: absolute;
  width: auto;
  z-index: 1111;
}
.bloc_articles_similaires .uc_overlay_image_carousel .owl-stage-outer {
  height: 100%;
}
.bloc_articles_similaires .uc_overlay_image_carousel .owl-stage-outer .owl-stage {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: 100%;
}
.bloc_articles_similaires .uc_overlay_image_carousel .owl-stage-outer .owl-stage .owl-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-content: stretch;
}
.bloc_articles_similaires .uc_overlay_image_carousel .owl-stage-outer .owl-stage .owl-item .uc_carousel_item {
  height: 100%;
}
.bloc_articles_similaires .uc_overlay_image_carousel .owl-stage-outer .owl-stage .owl-item .uc_carousel_item .uc_image_carousel_content {
  padding: 20px 20px 50px 20px;
}
.bloc_articles_similaires .uc_overlay_image_carousel .owl-stage-outer .owl-stage .owl-item .uc_carousel_item .uc_image_carousel_content > div {
  padding-bottom: 10px;
}
.bloc_articles_similaires .uc_overlay_image_carousel .owl-stage-outer .owl-stage .owl-item .uc_carousel_item .uc_image_carousel_content .ue-item-btn-holder {
  position: absolute;
  bottom: 10px;
}
.bloc_articles_similaires .uc_overlay_image_carousel .owl-stage-outer .owl-stage .owl-item .uc_carousel_item .uc_image_carousel_content .ue-item-btn-holder .uc_more_btn {
  margin-top: 0px;
}
