@charset "UTF-8";
/************************
*
* PLAN DES SCSS
*
01 => CONFIG
02 => LAYOUT
03 => PAGES
04 => COMPOSANTS
*
*
*************************/
/* Set core body defaults */
:root {
  color-scheme: unset;
}
body {
  min-height: 96vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  max-width: 100vw;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-end;
}
body .elementor-location-footer {
  bottom: 0;
}
/* Box sizing rules */
*, *::before, *::after {
  box-sizing: border-box;
}
/* Remove default padding */
ul[class], ol[class] {
  padding: 0;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
html {
  scroll-behavior: smooth;
}
/* Remove default margin */
body, h1, h2, h3, h4, ul[class], ol[class], li, figure, figcaption, blockquote, dl, dd {
  margin: 0;
}
/* Remove list styles on ul, ol elements with a class attribute */
ul[class], ol[class] {
  list-style: none;
}
/* Make images easier to work with */
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
a {
  text-decoration: none;
}
/* Inherit fonts for inputs and buttons */
input, button, textarea, select {
  font: inherit;
}
/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  font-family: inherit;
  vertical-align: baseline;
}
/**
*
*  color BG + TXT
*
****************/
.bg_primary {
  background-color: #4D4D4D;
}
.txt_primary {
  color: #4D4D4D;
}
.bg_noir {
  background-color: #000000;
}
.txt_noir {
  color: #000000;
}
.bg_blanc {
  background-color: #ffffff;
}
.txt_blanc {
  color: #ffffff;
}
.bg_gris1 {
  background-color: #F2F2F2;
}
.txt_gris1 {
  color: #F2F2F2;
}
.bg_gris2 {
  background-color: #EEEEEE;
}
.txt_gris2 {
  color: #EEEEEE;
}
.bg_gris3 {
  background-color: #707070;
}
.txt_gris3 {
  color: #707070;
}
.bg_gris4 {
  background-color: #333333;
}
.txt_gris4 {
  color: #333333;
}
.bg_color1 {
  background-color: #2D2E87;
}
.txt_color1 {
  color: #2D2E87;
}
.bg_color2 {
  background-color: #465AA8;
}
.txt_color2 {
  color: #465AA8;
}
.bg_color3 {
  background-color: #ED6927;
}
.txt_color3 {
  color: #ED6927;
}
.bg_color4 {
  background-color: #EAECF4;
}
.txt_color4 {
  color: #EAECF4;
}
.bg_color5 {
  background-color: #0088FF;
}
.txt_color5 {
  color: #0088FF;
}
.bg_color6 {
  background-color: #0AD2F2;
}
.txt_color6 {
  color: #0AD2F2;
}
.bg_color7 {
  background-color: #07DFDA;
}
.txt_color7 {
  color: #07DFDA;
}
.bg_color8 {
  background-color: #CCCED1;
}
.txt_color8 {
  color: #CCCED1;
}
.bg_color9 {
  background-color: #00A7FE;
}
.txt_color9 {
  color: #00A7FE;
}
/**
*
* Colonne
*
****************/
.col2 p, .col3 p {
  margin: 0 !important;
}
.col2 ul, .col3 ul {
  margin-top: 0 !important;
}
@media screen and (min-width: 960px) {
  .col2 {
    columns: 2;
    column-gap: 25px;
    column-fill: balance;
  }
  .col3 {
    columns: 3;
    column-gap: 25px;
    column-fill: balance;
  }
}
@media screen and (max-width: 960px) {
  .header_top .header_top_list .elementor-icon-list-items {
    gap: 5px;
    max-width: 200px;
  }
}
.header_top .header_top_list .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon svg {
  height: 22px;
  width: 22px;
  margin: 0px !important;
  fill: #4D4D4D;
  transition: all 0.3s ease-in-out !important;
}
.header_top .header_top_list .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
  color: #000000;
  font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 600;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  padding-inline-start: 0px !important;
  transition: all 0.3s ease-in-out !important;
}
.header_top .header_top_list .elementor-icon-list-items .elementor-icon-list-item:hover .elementor-icon-list-icon svg {
  fill: #465AA8;
  transition: all 0.3s ease-in-out !important;
}
.header_top .header_top_list .elementor-icon-list-items .elementor-icon-list-item:hover .elementor-icon-list-text {
  color: #465AA8;
  transition: all 0.3s ease-in-out !important;
}
.header_top .header_top_btn .elementor-button-link {
  background-color: #2D2E87;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  padding: 0px 15px;
  border: 1px solid #2D2E87;
  border-radius: 0px !important;
  transition: all 0.3s ease-in-out !important;
  text-transform: uppercase;
}
.header_top .header_top_btn .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 44px;
  gap: 10px !important;
}
.header_top .header_top_btn .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 20px;
  width: 20px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out !important;
}
.header_top .header_top_btn .elementor-button-link .elementor-button-content-wrapper .elementor-button-text {
  overflow: hidden;
  height: 44px;
}
.header_top .header_top_btn .elementor-button-link .elementor-button-content-wrapper .elementor-button-text span {
  height: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: all 0.3s ease-in-out !important;
}
.header_top .header_top_btn .elementor-button-link:visited, .header_top .header_top_btn .elementor-button-link:focus {
  color: #ffffff;
}
.header_top .header_top_btn .elementor-button-link:visited svg, .header_top .header_top_btn .elementor-button-link:focus svg {
  fill: #ffffff;
}
.header_top .header_top_btn .elementor-button-link:hover {
  transition: all 0.3s ease-in-out !important;
  background-color: #465AA8;
  border: 1px solid #465AA8;
  color: #ffffff;
}
.header_top .header_top_btn .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out !important;
}
.header_top .header_top_btn .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-text span {
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out !important;
}
.header_menu {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.header_menu .e-n-menu-heading .e-n-menu-item .e-n-menu-content .menu_content_center {
  width: 100% !important;
}
.header_menu .e-n-menu-heading .e-n-menu-item .e-n-menu-content > .elementor-element .e-con-inner {
  box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.1) !important;
  background-color: #ffffff !important;
  padding: 1.5rem !important;
  border-top: 2px solid #465AA8 !important;
}
.header_menu .e-n-menu-heading .e-n-menu-item .e-n-menu-content .titre_menu:not(:first-child) {
  margin-top: 14px;
}
.header_menu .e-n-menu-heading .e-n-menu-item .e-n-menu-content .titre_menu a {
  font-size: 17px;
  color: #4D4D4D;
  font-weight: 800;
  padding-bottom: 2px;
  background-image: linear-gradient(#465AA8, #465AA8);
  background-size: 0% 1px;
  background-repeat: no-repeat;
  background-position: 0% calc(100% - 0px);
  transition: background-size 0.3s;
  transition: all 0.3s ease-in-out !important;
}
.header_menu .e-n-menu-heading .e-n-menu-item .e-n-menu-content .titre_menu a:hover {
  color: #465AA8;
  background-size: 100% 1px;
  transition: all 0.3s ease-in-out !important;
}
.header_menu .e-n-menu-heading .e-n-menu-item .e-n-menu-content .liste_menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header_menu .e-n-menu-heading .e-n-menu-item .e-n-menu-content .liste_menu ul li {
  line-height: 1.2;
}
.header_menu .e-n-menu-heading .e-n-menu-item .e-n-menu-content .liste_menu ul li:not(:last-child) {
  margin-bottom: 12px;
}
.header_menu .e-n-menu-heading .e-n-menu-item .e-n-menu-content .liste_menu ul li a {
  font-size: 13px;
  color: #4D4D4D;
  font-weight: 600;
  padding-bottom: 2px;
  background-image: linear-gradient(#465AA8, #465AA8);
  background-size: 0% 1px;
  background-repeat: no-repeat;
  background-position: 0% calc(100% - 0px);
  transition: background-size 0.3s;
  transition: all 0.3s ease-in-out !important;
}
.header_menu .e-n-menu-heading .e-n-menu-item .e-n-menu-content .liste_menu ul li a:hover {
  color: #465AA8;
  background-size: 100% 1px;
  transition: all 0.3s ease-in-out !important;
}
.header_menu .header_menu_nav .e-n-menu .e-n-menu-item .e-n-menu-title .e-n-menu-title-text {
  font-size: 14px;
  font-weight: 600;
}
.header_menu .header_menu_nav .e-n-menu .e-n-menu-item .e-n-menu-title .e-n-menu-title-text span {
  color: #465AA8 !important;
}
.header_menu .header_menu_nav .e-n-tabs {
  border-radius: 4px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.header_menu .header_menu_nav .e-n-tabs .e-n-tab-title {
  cursor: pointer;
  border-radius: 4px 4px 0px 0px;
}
.header_menu .header_menu_nav .e-n-tabs .e-n-tabs-content {
  border-radius: 0px 4px 4px 4px;
  background-color: #ffffff;
}
.header_menu .header_menu_nav .menu_content {
  border-radius: 0px 0px 4px 4px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.header_menu .off_canvas_memu_mobile .off_canvas_lg .wpml-elementor-ls .wpml-ls-legacy-dropdown-click {
  width: fit-content;
}
.header_menu .off_canvas_memu_mobile .off_canvas_lg .wpml-elementor-ls .wpml-ls-legacy-dropdown-click .wpml-ls-item .wpml-ls-item-toggle {
  border: 0px;
  background-color: transparent;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  width: fit-content;
  padding-left: 32px;
  position: relative;
}
.header_menu .off_canvas_memu_mobile .off_canvas_lg .wpml-elementor-ls .wpml-ls-legacy-dropdown-click .wpml-ls-item .wpml-ls-item-toggle:before {
  content: "";
  position: absolute;
  display: block;
  height: 22px;
  width: 22px;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  background-color: #ffffff;
  mask-image: url("/wp-content/uploads/2025/07/picto-reglages.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2025/07/picto-reglages.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.header_menu .off_canvas_memu_mobile .off_canvas_lg .wpml-elementor-ls .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border: 0px;
}
.header_menu .off_canvas_memu_mobile .off_canvas_lg .wpml-elementor-ls .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li a {
  border: 0px;
  background-color: #ffffff;
  color: #4D4D4D;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out !important;
}
.header_menu .off_canvas_memu_mobile .off_canvas_lg .wpml-elementor-ls .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li a:hover {
  background-color: #465AA8;
  color: #ffffff;
  transition: all 0.3s ease-in-out !important;
}
.header_menu .off_canvas_memu_mobile .off_canvas_lg .wpml-elementor-ls .wpml-ls-legacy-dropdown-click:hover .wpml-ls-item-toggle {
  color: #465AA8;
  transition: all 0.3s ease-in-out !important;
}
.header_menu .off_canvas_memu_mobile .off_canvas_lg .wpml-elementor-ls .wpml-ls-legacy-dropdown-click:hover .wpml-ls-item-toggle:before {
  background-color: #465AA8;
  transition: all 0.3s ease-in-out !important;
}
.sup_footer {
  position: relative;
}
.sup_footer::after {
  content: "" !important;
  position: absolute;
  display: block;
  height: 50%;
  width: 100%;
  bottom: 0%;
  left: 0%;
  background-color: #2D2E87;
}
.sup_footer .e-con-inner {
  background-color: #465AA8;
  color: #ffffff;
  padding: 3rem !important;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sup_footer .e-con-inner {
    padding: 1rem !important;
  }
}
.sup_footer a {
  color: #ffffff;
}
.sup_footer a:hover {
  color: #ED6927;
}
.sup_footer .supfooter_titre {
  position: relative;
  font-size: calc(24px + (30 - 24) * ((100vw - 300px) / (2560 - 300)));
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.sup_footer .supfooter_titre .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .sup_footer .supfooter_titre br {
    display: none;
  }
}
.sup_footer .supfooter_titre span {
  font-weight: 600;
}
.footer_m1 {
  background-color: #2D2E87;
  border: 0px;
}
.footer_m1 .footer_logo {
  height: 90px !important;
}
.footer_m1 .footer_logo svg {
  fill: #4D4D4D;
  height: 90px !important;
  width: 100% !important;
}
.footer_m1 .footer_titre {
  color: #ffffff;
  text-transform: uppercase;
  font-size: calc(18px + (22 - 18) * ((100vw - 300px) / (2560 - 300)));
}
.footer_m1 p {
  color: #ffffff;
}
.footer_m1 a {
  color: #ffffff;
  transition: all 0.3s ease-in-out !important;
}
.footer_m1 a:hover {
  color: #0AD2F2;
  transition: all 0.3s ease-in-out !important;
}
.footer_m1 .elementor-social-icon {
  background-color: rgba(255, 255, 255, 0.15);
  transition: all 0.3s ease-in-out !important;
  font-size: 16px !important;
  margin: 2px !important;
  height: 30px !important;
  width: 30px !important;
}
@media screen and (max-width: 960px) {
  .footer_m1 .elementor-social-icon {
    font-size: 14px;
  }
}
.footer_m1 .elementor-social-icon svg {
  fill: #ffffff;
  transition: all 0.3s ease-in-out !important;
}
.footer_m1 .elementor-social-icon:hover {
  background-color: #ffffff !important;
  transition: all 0.3s ease-in-out !important;
}
.footer_m1 .elementor-social-icon:hover svg {
  fill: #465AA8;
  transition: all 0.3s ease-in-out !important;
}
.footer_m1 .footer_liste ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.footer_m1 .footer_liste ul li {
  margin-bottom: 10px;
  font-weight: 300;
}
.footer_m1 .footer_liste ul li strong {
  font-weight: 700;
}
.footer_m1 .footer_liste ul li a {
  color: #ffffff;
}
.footer_m1 .footer_liste ul li a:hover {
  color: #0AD2F2;
}
.footer_m1 .footer_texte {
  line-height: 1.2;
  margin-bottom: 0px;
  font-size: 13px;
}
.footer_m1 .footer_news_titre {
  font-size: calc(20px + (24 - 20) * ((100vw - 300px) / (2560 - 300)));
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.footer_m1 .footer_news_titre .elementor-heading-title {
  line-height: 1.2;
}
.footer_m1 .footer_news_titre strong, .footer_m1 .footer_news_titre b {
  font-weight: 700;
}
.footer_m1 .footer_news_ss_titre {
  color: #ffffff;
  font-size: 14px;
}
.copyright_m1 {
  background-color: #2D2E87;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
}
.copyright_m1 .e-con-inner {
  border-top: 1px solid #ffffff;
}
.copyright_m1 p {
  color: #ffffff;
}
.copyright_m1 a {
  color: #ffffff;
  transition: all 0.3s ease-in-out !important;
}
.copyright_m1 a:hover {
  color: #0AD2F2;
  transition: all 0.3s ease-in-out !important;
}
.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 !important;
  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 !important;
}
.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 !important;
  background-color: transparent;
  border: 0px solid transparent;
  color: #0AD2F2;
}
.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: #0AD2F2 !important;
  transition: all 0.3s ease-in-out !important;
}
body {
  font-family: "Karla", sans-serif, sans-serif;
  font-size: 15px;
  color: #4D4D4D;
  font-weight: 400;
  line-height: 1.6;
}
body main {
  min-height: 69vh;
}
@media screen and (min-width: 960px) {
  body main {
    margin-top: 0rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  body main {
    margin-top: 0rem;
  }
}
.gm-nav-content-wrapper {
  will-change: inherit !important;
}
:target {
  scroll-margin-top: 130px;
}
/******************************
* Titres principaux
******************************/
.sup_titre {
  position: relative;
  font-size: calc(20px + (22 - 20) * ((100vw - 300px) / (2560 - 300)));
  color: #2D2E87;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.sup_titre .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .sup_titre br {
    display: none;
  }
}
.sup_titre strong, .sup_titre b {
  font-weight: 600;
}
.sup_titre span {
  text-transform: uppercase;
}
.titre_1 {
  position: relative;
  font-size: calc(22px + (40 - 22) * ((100vw - 300px) / (2560 - 300)));
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
.titre_1 .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .titre_1 br {
    display: none;
  }
}
.titre_1 strong, .titre_1 b {
  font-weight: 600;
}
.titre_1 span {
  color: #000000;
  font-weight: 600;
}
.titre_1_blanc {
  position: relative;
  font-size: calc(22px + (40 - 22) * ((100vw - 300px) / (2560 - 300)));
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
.titre_1_blanc .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .titre_1_blanc br {
    display: none;
  }
}
.titre_1_blanc strong, .titre_1_blanc b {
  font-weight: 600;
}
.titre_1_blanc span {
  color: #ffffff;
  font-weight: 600;
}
.titre_2 {
  position: relative;
  font-size: calc(22px + (28 - 22) * ((100vw - 300px) / (2560 - 300)));
  font-family: "Montserrat", sans-serif;
}
.titre_2 .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .titre_2 br {
    display: none;
  }
}
.titre_2 strong, .titre_2 b {
  font-weight: 600;
  color: #2D2E87;
}
.titre_2 span {
  color: #000000;
  font-size: calc(26px + (32 - 26) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 600;
  text-transform: none;
}
.titre_2.txt_blanc span {
  color: #ffffff;
}
.titre_2_bleu {
  position: relative;
  font-size: calc(22px + (28 - 22) * ((100vw - 300px) / (2560 - 300)));
  font-family: "Montserrat", sans-serif;
  color: #2D2E87;
}
.titre_2_bleu .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .titre_2_bleu br {
    display: none;
  }
}
.titre_2_bleu span {
  font-size: calc(26px + (32 - 26) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 600;
  text-transform: none;
}
.titre_2_orange {
  position: relative;
  font-size: calc(22px + (28 - 22) * ((100vw - 300px) / (2560 - 300)));
  font-family: "Montserrat", sans-serif;
  color: #ED6927;
}
.titre_2_orange .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .titre_2_orange br {
    display: none;
  }
}
.titre_2_orange span {
  font-size: calc(26px + (32 - 26) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 600;
  text-transform: none;
}
.titre_3 {
  position: relative;
  font-size: calc(22px + (38 - 22) * ((100vw - 300px) / (2560 - 300)));
  color: #000000;
  font-family: "Montserrat", sans-serif;
}
.titre_3 .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .titre_3 br {
    display: none;
  }
}
.titre_3 strong, .titre_3 b {
  font-weight: 600;
}
.titre_3 span {
  font-weight: 600;
}
.titre_4 {
  position: relative;
  font-size: calc(20px + (24 - 20) * ((100vw - 300px) / (2560 - 300)));
  color: #000000;
  font-family: "Montserrat", sans-serif;
}
.titre_4 .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .titre_4 br {
    display: none;
  }
}
.titre_4 strong, .titre_4 b {
  font-weight: 600;
}
.titre_4 span {
  font-weight: 600;
}
.titre_5 {
  position: relative;
  font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (2560 - 300)));
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
.titre_5 .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .titre_5 br {
    display: none;
  }
}
.titre_5 strong, .titre_5 b {
  font-weight: 600;
}
.titre_5 span {
  font-size: calc(20px + (24 - 20) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 600;
}
.titre_6 {
  position: relative;
  font-size: calc(20px + (24 - 20) * ((100vw - 300px) / (2560 - 300)));
  color: #2D2E87;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
.titre_6 .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .titre_6 br {
    display: none;
  }
}
.titre_6 strong, .titre_6 b {
  font-weight: 600;
}
.titre_6 span {
  font-weight: 600;
  text-transform: uppercase;
}
.titre_6_degrad {
  position: relative;
  font-size: calc(20px + (24 - 20) * ((100vw - 300px) / (2560 - 300)));
  color: #2D2E87;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  padding: 20px 0px 5px 15px;
}
.titre_6_degrad::before {
  content: "" !important;
  position: absolute;
  display: block;
  height: 100%;
  width: 3px;
  top: 0%;
  left: 0%;
  background: linear-gradient(180deg, #2d2e87 0%, #2d2e87 20%, #07dfda 60%, rgba(255, 255, 255, 0) 100%);
}
.titre_6_degrad .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .titre_6_degrad br {
    display: none;
  }
}
.titre_6_degrad strong, .titre_6_degrad b {
  font-weight: 600;
}
.titre_6_degrad span {
  font-weight: 600;
  text-transform: uppercase;
}
.titre_7 {
  position: relative;
  font-size: calc(18px + (18 - 18) * ((100vw - 300px) / (2560 - 300)));
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
.titre_7 .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .titre_7 br {
    display: none;
  }
}
.titre_7 span {
  font-weight: 600;
}
/******************************
* Titres spe
******************************/
.titre_spe_1 {
  position: relative;
  font-size: calc(20px + (20 - 20) * ((100vw - 300px) / (2560 - 300)));
  color: #2D2E87;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
.titre_spe_1:before {
  content: "" !important;
  position: absolute;
  display: block;
  height: 100%;
  width: 3px;
  top: 0%;
  left: 0%;
  background: linear-gradient(180deg, #2d2e87 0%, #2d2e87 20%, #07dfda 60%, rgba(255, 255, 255, 0) 100%);
}
.titre_spe_1:after {
  content: "" !important;
  position: absolute;
  display: block;
  height: 100%;
  width: 3px;
  top: 0%;
  right: 0%;
  background: linear-gradient(180deg, #2d2e87 0%, #2d2e87 20%, #07dfda 60%, rgba(255, 255, 255, 0) 100%);
}
.titre_spe_1 .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .titre_spe_1 br {
    display: none;
  }
}
.titre_spe_1 strong, .titre_spe_1 b {
  font-weight: 600;
}
.titre_spe_1 span {
  font-weight: 600;
}
.titre_16 {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #000000;
}
@media screen and (max-width: 960px) {
  .titre_16 br {
    display: none;
  }
}
/******************************
* Padding / margin spe
******************************/
.p_margin_0 p {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}
/******************************
* bg color
******************************/
.bg_blanc_top {
  position: relative;
}
.bg_blanc_top .e-con-inner {
  z-index: 2;
}
.bg_blanc_top::after {
  content: "" !important;
  position: absolute;
  display: block;
  height: 130px;
  width: 100%;
  top: 0%;
  left: 0%;
  background-color: #ffffff;
}
.bg_blanc_bottom {
  position: relative;
}
.bg_blanc_bottom .e-con-inner {
  z-index: 2;
}
.bg_blanc_bottom::after {
  content: "" !important;
  position: absolute;
  display: block;
  height: 130px;
  width: 100%;
  bottom: 0%;
  left: 0%;
  background-color: #ffffff;
}
.bg_color1 {
  background-color: #2D2E87;
  color: #ffffff;
}
.bg_color1 .elementor-heading-title {
  color: #ffffff;
}
.bg_color1 .liste_puce_3 ul li:before {
  background-color: #ffffff;
}
.border_deg_gauche {
  position: relative;
}
.border_deg_gauche .e-con-inner {
  z-index: 2;
}
.border_deg_gauche::after {
  content: "" !important;
  position: absolute;
  display: block;
  height: 100%;
  width: 3px;
  top: 0%;
  right: 0%;
  background: linear-gradient(180deg, #2d2e87 0%, #2d2e87 20%, #07dfda 60%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
/******************************
* Couleur
******************************/
.txt_blanc {
  color: #ffffff;
}
/******************************
* link Couleur
******************************/
.link_color1 a {
  transition: all 0.3s ease-in-out !important;
  color: #2D2E87;
  text-decoration: underline !important;
}
.link_color1 a:hover {
  color: #4D4D4D;
  transition: all 0.3s ease-in-out !important;
}
.link_color2 a {
  transition: all 0.3s ease-in-out !important;
  color: #465AA8;
}
.link_color2 a:hover {
  color: #4D4D4D;
  transition: all 0.3s ease-in-out !important;
}
.link_color3 a {
  transition: all 0.3s ease-in-out !important;
  color: #ED6927;
}
.link_color3 a:hover {
  color: #4D4D4D;
  transition: all 0.3s ease-in-out !important;
}
.link_underline a {
  transition: all 0.3s ease-in-out !important;
  color: #000000;
  font-weight: 600;
  position: relative;
  padding-bottom: 6px;
}
.link_underline a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #2d2e87 0%, #2d2e87 20%, #07dfda 60%, rgba(255, 255, 255, 0) 100%);
}
.link_underline a:hover {
  color: #465AA8;
  transition: all 0.3s ease-in-out !important;
}
/******************************
* BLOCS
******************************/
.bg_degrad_1 {
  background: linear-gradient(90deg, #2d2e87 0%, #2d2e87 20%, #07dfda 60%, rgba(255, 255, 255, 0) 100%);
}
.bg_degrad_2 {
  background: linear-gradient(180deg, #2d2e87 0%, #2d2e87 20%, #07dfda 60%, rgba(255, 255, 255, 0) 100%);
}
.bg_spe_1 {
  background-color: #4D4D4D;
}
/******************************
* images
******************************/
svg {
  min-height: 6px;
  min-width: 6px;
}
/******************************
* Liste
******************************/
.liste_puce_1 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.liste_puce_1 ul li {
  padding-left: 32px;
  line-height: 1.2;
  padding-bottom: 10px;
  position: relative;
}
.liste_puce_1 ul li:before {
  content: "";
  position: absolute;
  display: block;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  top: 2px;
  left: 0%;
  background-color: #2D2E87;
  mask-image: url("/wp-content/uploads/2025/08/picto-coche-contenu.svg");
  mask-size: 16px;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2025/08/picto-coche-contenu.svg");
  -webkit-mask-size: 16px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.liste_puce_2 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.liste_puce_2 ul li {
  padding-left: 32px;
  position: relative;
}
.liste_puce_2 ul li:before {
  content: "";
  position: absolute;
  display: block;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  top: 5px;
  left: 0%;
  background-color: #ED6927;
  mask-image: url("/wp-content/uploads/2025/08/picto-fleche.svg");
  mask-size: 16px;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2025/08/picto-fleche.svg");
  -webkit-mask-size: 16px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.liste_puce_3 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.liste_puce_3 ul li {
  line-height: 1.4;
  padding-bottom: 30px;
  position: relative;
}
.liste_puce_3 ul li strong {
  padding-left: 28px;
}
.liste_puce_3 ul li:before {
  content: "";
  position: absolute;
  display: block;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  top: 4px;
  left: 0%;
  background-color: #2D2E87;
  mask-image: url("/wp-content/uploads/2025/08/picto-coche-contenu.svg");
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2025/08/picto-coche-contenu.svg");
  -webkit-mask-size: 16px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.liste_puce_4 {
  font-size: 15px;
}
.liste_puce_4 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.liste_puce_4 ul li {
  padding-left: 18px;
  position: relative;
}
.liste_puce_4 ul li:before {
  content: "";
  position: absolute;
  display: block;
  height: 10px;
  width: 10px;
  top: 7px;
  left: 0%;
  background-color: #2D2E87;
}
/******************************
* Table
******************************/
.responsive_table {
  border-spacing: 0 4px;
  border-collapse: separate;
  background: #ffffff;
  width: 100%;
  margin: 0 auto;
  position: relative;
  font-family: "Montserrat", sans-serif;
}
.responsive_table * {
  position: relative;
}
.responsive_table td, .responsive_table th {
  padding-left: 8px;
}
.responsive_table thead tr {
  height: 70px;
  background: rgba(234, 236, 244, 0.5);
  font-weight: 700;
}
.responsive_table tbody tr {
  height: 70px;
  transition: all 0.3s ease-in-out !important;
}
.responsive_table tbody tr:last-child {
  border: 0;
}
.responsive_table td, .responsive_table th {
  text-align: center;
}
.responsive_table td:first-child, .responsive_table th:first-child {
  font-weight: 700;
}
.responsive_table td span, .responsive_table th span {
  position: relative;
  display: block;
  height: 25px;
  width: 100%;
}
.responsive_table td span:after, .responsive_table th span:after {
  content: "";
  position: absolute;
  display: block;
  height: 25px;
  width: 25px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #ED6927;
  mask-image: url("/wp-content/uploads/2024/06/download.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -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% 50%;
}
.responsive_table th {
  font-size: 16px;
  color: #4D4D4D;
  line-height: 1.2;
  font-weight: unset;
}
.responsive_table tbody tr:nth-child(even) {
  background-color: rgba(234, 236, 244, 0.5);
}
.responsive_table tbody tr {
  font-size: 16px;
  color: #4D4D4D;
  line-height: 1.2;
  font-weight: unset;
  background-color: #EAECF4;
}
.responsive_table tbody tr:hover {
  color: #ffffff;
  background-color: #465AA8;
  cursor: pointer;
}
@media (max-width: 700px) {
  .responsive_table thead {
    display: none;
  }
  .responsive_table tr {
    display: block;
    padding: 10px;
  }
  .responsive_table tbody tr {
    height: auto;
  }
  .responsive_table td {
    display: block;
    text-align: right;
  }
  .responsive_table td span:after {
    left: auto;
    right: 0%;
    transform: translateX(0%) translateY(-50%);
  }
  .responsive_table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
}
/******************************
* hero / ban home
******************************/
.ban_home .e-con-inner {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  min-height: 460px;
}
.ban_home .e-con-inner .ban_titre {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: calc(22px + (38 - 22) * ((100vw - 300px) / (2560 - 300)));
}
@media screen and (max-width: 960px) {
  .ban_home .e-con-inner .ban_titre {
    text-align: center;
  }
}
.ban_home .e-con-inner .ban_titre .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .ban_home .e-con-inner .ban_titre br {
    display: none;
  }
}
.ban_home .e-con-inner .ban_titre strong {
  font-weight: 600;
}
.ban_home .e-con-inner .ban_titre span {
  color: #465AA8;
  font-weight: 600;
}
.ban_home .e-con-inner .breadcrumbs {
  text-align: center;
  color: #ffffff;
}
.ban_home .e-con-inner .breadcrumbs a {
  color: #ffffff;
  transition: all 0.3s ease-in-out !important;
}
.ban_home .e-con-inner .breadcrumbs a:hover {
  color: #ffffff;
  transition: all 0.3s ease-in-out !important;
}
.home_slide .swiper-slide-inner .swiper-slide-contents .elementor-slide-heading {
  color: #ffffff;
  font-size: calc(20px + (22 - 20) * ((100vw - 300px) / (2560 - 300))) !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);
}
.home_slide .swiper-slide-inner .swiper-slide-contents .elementor-slide-description {
  color: #ffffff;
  font-size: calc(22px + (38 - 22) * ((100vw - 300px) / (2560 - 300))) !important;
  line-height: 1.2;
  font-weight: 600 !important;
  text-transform: uppercase;
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);
}
.home_slide .swiper-slide-inner .swiper-slide-contents .elementor-slide-button {
  background-color: #ED6927 !important;
  border: 1px solid #ED6927 !important;
  border-radius: 0px !important;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 600;
  height: 70px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem !important;
}
.bloc_cat_1 {
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);
}
.bloc_cat_1 .bgimg {
  transition: all 2s ease-in-out;
  background-size: 100% 100% !important;
}
.bloc_cat_1 .content {
  background-color: #2D2E87;
  padding: 2rem 2rem 4rem 2rem !important;
  position: relative;
}
.bloc_cat_1 .content .titre {
  position: relative;
  font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (2560 - 300)));
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
.bloc_cat_1 .content .titre .elementor-heading-title {
  line-height: 1.1;
}
@media screen and (max-width: 960px) {
  .bloc_cat_1 .content .titre br {
    display: none;
  }
}
.bloc_cat_1 .content .titre strong, .bloc_cat_1 .content .titre b {
  font-weight: 600;
}
.bloc_cat_1 .content .titre span {
  font-weight: 600;
}
.bloc_cat_1 .content .desc {
  color: #ffffff;
  font-size: calc(15px + (15 - 15) * ((100vw - 300px) / (2560 - 300)));
  font-style: normal;
  font-weight: 400;
}
.bloc_cat_1 .content.big_a {
  overflow: hidden;
  position: relative;
}
.bloc_cat_1 .content.big_a .elementor-element {
  z-index: 2;
}
.bloc_cat_1 .content.big_a:after {
  content: "" !important;
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  background-color: #ffffff;
  opacity: 0.15;
  mask-image: url("/wp-content/uploads/2025/08/picto-acapsa.svg");
  mask-size: 110%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2025/08/picto-acapsa.svg");
  -webkit-mask-size: 110%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.bloc_cat_1:hover .bgimg {
  background-size: 150% 150% !important;
}
.bloc_cat_1 .btn_lirelasuite {
  position: absolute;
  bottom: 1rem;
  right: 2rem;
}
.bloc_cat_1 .btn_lirelasuite .elementor-button-link {
  background-color: transparent;
  color: #ffffff;
  font-size: 14px;
  padding: 0px 0px;
  border: 0px;
  font-weight: 600;
  transition: all 0.3s ease-in-out !important;
  border-radius: 0px;
  text-transform: uppercase;
}
.bloc_cat_1 .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;
}
.bloc_cat_1 .btn_lirelasuite .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-left: 10px;
  background-color: #ffffff;
  padding: 4px;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out !important;
}
.bloc_cat_1 .btn_lirelasuite .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 14px;
  width: 14px;
  fill: #2D2E87;
  transition: all 0.3s ease-in-out !important;
}
.bloc_cat_1 .btn_lirelasuite .elementor-button-link:visited, .bloc_cat_1 .btn_lirelasuite .elementor-button-link:focus {
  color: #ffffff;
}
.bloc_cat_1 .btn_lirelasuite .elementor-button-link:visited svg, .bloc_cat_1 .btn_lirelasuite .elementor-button-link:focus svg {
  fill: #ffffff;
}
.bloc_cat_1 .btn_lirelasuite .elementor-button-link:hover {
  transition: all 0.3s ease-in-out !important;
  background-color: transparent;
  border: 0px;
  color: #0AD2F2;
}
.bloc_cat_1 .btn_lirelasuite .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon {
  background-color: #0AD2F2;
  transform: rotate(90deg);
}
.bloc_cat_1 .btn_lirelasuite .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out !important;
}
@media screen and (min-width: 960px) {
  .carousel_projets .swiper-wrapper .swiper-slide:nth-child(odd) {
    margin-top: 3rem;
  }
}
.bloc_projet_1 .bgimg {
  transition: all 2s ease-in-out;
  background-size: 100% 100% !important;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.bloc_projet_1 .content {
  background-color: #ffffff;
  padding: 1rem !important;
  position: relative;
}
.bloc_projet_1 .content .titre {
  position: relative;
  font-size: calc(20px + (22 - 20) * ((100vw - 300px) / (2560 - 300)));
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  padding: 30px 0px 5px 15px;
}
.bloc_projet_1 .content .titre:before {
  content: "" !important;
  position: absolute;
  display: block;
  height: 100%;
  width: 3px;
  top: 0%;
  left: 0%;
  background: linear-gradient(180deg, #2d2e87 0%, #2d2e87 20%, #07dfda 60%, rgba(255, 255, 255, 0) 100%);
}
.bloc_projet_1 .content .titre .elementor-heading-title {
  line-height: 1.1;
}
@media screen and (max-width: 960px) {
  .bloc_projet_1 .content .titre br {
    display: none;
  }
}
.bloc_projet_1 .content .titre strong, .bloc_projet_1 .content .titre b {
  font-weight: 600;
}
.bloc_projet_1 .content .titre span {
  font-weight: 600;
}
.bloc_projet_1 .content .desc {
  color: #000000;
  font-size: calc(15px + (15 - 15) * ((100vw - 300px) / (2560 - 300)));
  font-style: normal;
  font-weight: 400;
}
.bloc_projet_1:hover .bgimg {
  background-size: 150% 150% !important;
}
.bloc_produit {
  background-color: #ffffff;
  padding: 1rem !important;
  position: relative;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25) !important;
  aspect-ratio: 1;
  position: relative;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out !important;
}
.bloc_produit:after {
  content: "" !important;
  position: absolute;
  display: block;
  height: 6px;
  width: 100%;
  bottom: 0%;
  left: 0%;
  background-color: #2D2E87;
  transition: all 0.3s ease-in-out !important;
}
.bloc_produit .titre {
  position: relative;
  font-size: calc(16px + (16 - 16) * ((100vw - 300px) / (2560 - 300)));
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
.bloc_produit .titre .elementor-heading-title {
  line-height: 1.1;
}
@media screen and (max-width: 960px) {
  .bloc_produit .titre br {
    display: none;
  }
}
.bloc_produit .titre span {
  color: #2D2E87;
  font-weight: 600;
}
.bloc_produit:hover {
  transform: rotate(-4deg);
}
.bloc_produit:hover:after {
  height: 9px;
}
.bloc_realisation {
  min-height: 400px !important;
}
.bloc_realisation::after {
  content: "" !important;
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  background: linear-gradient(0deg, rgba(45, 46, 135, 0.85) 0%, rgba(45, 46, 135, 0.75) 30%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
  transition: all 0.3s ease-in-out !important;
}
.bloc_realisation .titre {
  position: relative;
  z-index: 2;
  font-size: calc(20px + (22 - 20) * ((100vw - 300px) / (2560 - 300)));
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}
.bloc_realisation .titre .elementor-heading-title {
  line-height: 1.2;
}
.bloc_realisation .desc {
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-size: calc(14px + (14 - 14) * ((100vw - 300px) / (2560 - 300)));
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}
.bloc_realisation .icon_more {
  position: relative;
  z-index: 2;
}
.bloc_realisation .icon_more .elementor-icon {
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bloc_realisation .icon_more .elementor-icon svg {
  height: 15px;
  width: 15px;
  fill: #2D2E87;
  transition: all 0.3s ease-in-out !important;
}
.bloc_realisation:hover .icon_more .elementor-icon {
  background-color: #00A7FE;
  transform: rotate(90deg);
}
.google_avis {
  background-color: #ffffff;
  box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 2rem !important;
}
.google_avis .avis_img {
  border-radius: 50% !important;
  overflow: hidden !important;
  height: 90px !important;
  width: 90px !important;
}
.google_avis .elementor-icon-box-wrapper {
  display: flex !important;
  flex-direction: column-reverse !important;
  justify-content: flex-start !important;
}
.google_avis .elementor-icon-box-wrapper .elementor-icon-box-icon svg {
  height: auto;
}
.google_avis .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title {
  font-weight: 600;
  text-align: left;
  font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (2560 - 300)));
}
.carousel_partenaires img {
  filter: grayscale(100%);
}
.carousel_partenaires img::before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  mix-blend-mode: color;
  background-color: #2D2E87;
  opacity: 0.15;
}
.bloc_hot_points .elementor-widget-container picture {
  height: 100% !important;
  width: 100% !important;
  display: block;
}
.bloc_hot_points .elementor-widget-container picture img {
  width: 100%;
}
.bloc_hot_points .e-hotspot .e-hotspot__button {
  padding: 0px !important;
}
.bloc_hot_points .e-hotspot .e-hotspot__button .e-hotspot__label {
  height: 50px !important;
  width: 50px !important;
  border-radius: 50% !important;
  background-color: #ffffff !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .bloc_hot_points .e-hotspot .e-hotspot__button .e-hotspot__label {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .info_point_chaud {
    position: relative !important;
  }
}
.accordeon_1 {
  background-color: rgba(255, 255, 255, 0.25) !important;
  padding: 1rem !important;
}
.accordeon_1 .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title {
  font-weight: 600;
  font-size: calc(20px + (24 - 20) * ((100vw - 300px) / (2560 - 300)));
  color: #000000;
  border-top: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 0px;
  border-right: 0px;
  padding: 1rem !important;
}
.accordeon_1 .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title[aria-expanded="true"] {
  color: #465AA8;
}
.accordeon_1 .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-header .e-n-accordion-item-title-text {
  font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (2560 - 300)));
}
.accordeon_1 .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.accordeon_1 .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon .e-opened svg {
  fill: #2D2E87;
}
.accordeon_1 .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon .e-closed svg {
  fill: #465AA8;
}
.accordeon_1 .e-n-accordion .e-n-accordion-item [role="region"] {
  border: 0px !important;
}
.top_inner .e-con-inner {
  position: relative;
}
.top_inner .e-con-inner::before {
  content: "";
  position: absolute;
  display: block;
  height: 3vw;
  width: 100%;
  top: -3vw;
  left: 0%;
  background-color: #ffffff;
  z-index: 1;
}
.img_lightbox a {
  position: relative;
  overflow: hidden;
  display: block !important;
}
.img_lightbox a:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 100%;
  left: 0%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out !important;
  transition-delay: 0.3s;
}
.img_lightbox a::after {
  content: "+";
  position: absolute;
  display: block;
  height: 40px;
  line-height: 40px;
  width: 40px;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  color: #2D2E87;
  font-size: 18px;
  transition: all 0.3s ease-in-out !important;
  transition-delay: 0.5s;
}
.img_lightbox a:hover:before {
  top: 0%;
  opacity: 0.5;
  transition-delay: 0s;
}
.img_lightbox a:hover::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition-delay: 0s;
}
.spe_bleu_top {
  position: relative;
}
.spe_bleu_top .e-con-inner {
  z-index: 2;
}
.spe_bleu_top::after {
  content: "" !important;
  position: absolute;
  display: block;
  height: 130px;
  width: 100%;
  top: 0%;
  left: 0%;
  background-color: #EAECF4;
}
/************************
* Page divers
*************************/
.ban_inte .ban_titre {
  position: relative;
  font-size: calc(30px + (38 - 30) * ((100vw - 300px) / (2560 - 300)));
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-bottom: 2rem !important;
  text-shadow: 0px 3px 6px #000000;
}
.ban_inte .ban_titre .elementor-heading-title {
  line-height: 1.2 !important;
}
.ban_inte .ban_titre span {
  font-weight: 600;
}
.ban_inte .breadcrumbs #breadcrumbs {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.ban_inte .breadcrumbs a {
  color: #ffffff;
  transition: all 0.3s ease-in-out !important;
  text-transform: uppercase;
}
.ban_inte .breadcrumbs a:hover {
  color: #0AD2F2;
  transition: all 0.3s ease-in-out !important;
}
.ban_inte_2 .ban_titre {
  position: relative;
  font-size: calc(45px + (65 - 45) * ((100vw - 300px) / (2560 - 300)));
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-bottom: 2rem !important;
}
.ban_inte_2 .ban_titre .elementor-heading-title {
  line-height: 1.2 !important;
}
.ban_inte_2 .ban_titre span {
  font-weight: 600;
}
.ban_inte_2 .ban_sub_titre {
  position: relative;
  font-size: calc(24px + (38 - 24) * ((100vw - 300px) / (2560 - 300)));
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-bottom: 2rem !important;
}
.ban_inte_2 .ban_sub_titre .elementor-heading-title {
  line-height: 1.2 !important;
}
.ban_inte_2 .ban_sub_titre span {
  font-weight: 600;
}
.ban_inte_2 .breadcrumbs #breadcrumbs {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.ban_inte_2 .breadcrumbs a {
  color: #ffffff;
  transition: all 0.3s ease-in-out !important;
  text-transform: uppercase;
}
.ban_inte_2 .breadcrumbs a:hover {
  color: #0AD2F2;
  transition: all 0.3s ease-in-out !important;
}
/************************
* Page Réalisation
*************************/
.ban_real {
  background-color: #EAECF4;
  position: relative;
}
.ban_real:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0%;
  left: 0%;
  height: 40%;
  width: 100%;
  background-color: #ffffff;
  z-index: 1;
}
.ban_real > .e-con-inner {
  z-index: 2;
}
.ban_real .breadcrumbs #breadcrumbs {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.ban_real .breadcrumbs a {
  color: #ffffff;
  transition: all 0.3s ease-in-out !important;
  text-transform: uppercase;
}
.ban_real .breadcrumbs a:hover {
  color: #0AD2F2;
  transition: all 0.3s ease-in-out !important;
}
.ban_real .ban_titre {
  font-size: calc(30px + (38 - 30) * ((100vw - 300px) / (2560 - 300)));
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #000000;
}
.ban_real .ban_sstitre {
  font-size: calc(20px + (25 - 20) * ((100vw - 300px) / (2560 - 300)));
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #000000;
}
.ban_real .ban_carousel .swiper-slide img {
  height: 580px;
  object-fit: cover;
  object-position: center;
}
.txt_34 {
  font-size: calc(28px + (34 - 28) * ((100vw - 300px) / (2560 - 300)));
}
/************************
* Page Jobs
*************************/
.page-id-1291 {
  background-color: #EAECF4;
}
/************************
* Page Container Evenement
*************************/
.ban_event {
  position: relative;
}
.ban_event:after {
  content: "" !important;
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  background-color: #2D2E87;
  opacity: 0.25;
  z-index: 1;
}
.ban_event > .e-con-inner {
  z-index: 2;
}
.ban_event .ban_titre {
  position: relative;
  font-size: calc(30px + (38 - 30) * ((100vw - 300px) / (2560 - 300)));
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-bottom: 2rem !important;
}
.ban_event .ban_titre .elementor-heading-title {
  line-height: 1.2 !important;
}
.ban_event .ban_titre span {
  color: #ffffff;
  -webkit-text-stroke-width: 3px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: #ffffff;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: calc(70px + (95 - 70) * ((100vw - 300px) / (2560 - 300)));
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .ban_event .ban_titre span {
    word-break: break-all;
  }
}
.ban_event .breadcrumbs #breadcrumbs {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.ban_event .breadcrumbs a {
  color: #ffffff;
  transition: all 0.3s ease-in-out !important;
  text-transform: uppercase;
}
.ban_event .breadcrumbs a:hover {
  color: #0AD2F2;
  transition: all 0.3s ease-in-out !important;
}
.bloc_img_txt_contour {
  position: relative;
}
.bloc_img_txt_contour .img_txt_contour {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #ffffff;
  -webkit-text-stroke-width: 4px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: #ffffff;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  letter-spacing: 15px;
  font-size: calc(80px + (250 - 80) * ((100vw - 300px) / (2560 - 300)));
}
.bloc_conseil {
  position: relative;
}
.bloc_conseil > .e-con-inner {
  background-color: #465AA8;
  color: #ffffff;
  padding: 3rem !important;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .bloc_conseil > .e-con-inner {
    padding: 1rem !important;
  }
}
.bloc_conseil a {
  color: #ffffff;
}
.bloc_conseil a:hover {
  color: #ED6927;
}
.bloc_conseil .bloc_conseil_titre {
  position: relative;
  font-size: calc(24px + (30 - 24) * ((100vw - 300px) / (2560 - 300)));
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.bloc_conseil .bloc_conseil_titre .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .bloc_conseil .bloc_conseil_titre br {
    display: none;
  }
}
.bloc_conseil .bloc_conseil_titre span {
  font-weight: 600;
}
.titre_40 {
  position: relative;
  font-size: calc(30px + (40 - 30) * ((100vw - 300px) / (2560 - 300)));
  font-family: "Montserrat", sans-serif;
}
.titre_40 .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .titre_40 br {
    display: none;
  }
}
.titre_40 strong, .titre_40 b {
  font-weight: 600;
  color: #2D2E87;
}
.titre_40 span {
  color: #000000;
  font-weight: 600;
  text-transform: none;
}
.titre_40_bleu {
  position: relative;
  font-size: calc(30px + (40 - 30) * ((100vw - 300px) / (2560 - 300)));
  font-family: "Montserrat", sans-serif;
  color: #2D2E87;
}
.titre_40_bleu .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .titre_40_bleu br {
    display: none;
  }
}
.titre_40_bleu span {
  font-weight: 600;
  text-transform: none;
}
.titre_40_blanc {
  position: relative;
  font-size: calc(30px + (40 - 30) * ((100vw - 300px) / (2560 - 300)));
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #ffffff;
}
.titre_40_blanc .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .titre_40_blanc br {
    display: none;
  }
}
.titre_40_blanc span {
  font-weight: 600;
  text-transform: none;
}
.bloc_img_hover:before {
  opacity: 0 !important;
  transition: all 0.3s ease-in-out !important;
}
.bloc_img_hover .bloc_titre {
  font-size: calc(35px + (45 - 35) * ((100vw - 300px) / (2560 - 300)));
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  transform: scale(0);
  transition: all 0.3s ease-in-out !important;
}
.bloc_img_hover .bloc_sstitre {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-weight: 300;
  transform: scale(0);
  transition: all 0.3s ease-in-out !important;
}
.bloc_img_hover .bloc_sstitre b {
  font-weight: 600;
}
.bloc_img_hover:hover:before {
  opacity: 1 !important;
  transition: all 0.3s ease-in-out !important;
}
.bloc_img_hover:hover .bloc_titre {
  transform: scale(1);
  transition: all 0.3s ease-in-out !important;
}
.bloc_img_hover:hover .bloc_sstitre {
  transform: scale(1);
  transition: all 0.3s ease-in-out !important;
}
/************************
* Page Produit
*************************/
.pdt_ariane {
  background-color: rgba(45, 46, 135, 0.35);
}
.pdt_ariane .breadcrumbs {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}
.pdt_ariane .breadcrumbs a {
  color: #ffffff;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out !important;
}
.pdt_ariane .breadcrumbs a:hover {
  color: #2D2E87;
  transition: all 0.3s ease-in-out !important;
}
.pdt_header .pdt_header_slider .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
  margin-bottom: 0px !important;
}
.pdt_header .pdt_header_slider .elementor-main-swiper:not(.elementor-thumbnails-swiper) .swiper-slide {
  padding: 1rem;
}
.pdt_header .pdt_header_slider .elementor-main-swiper:not(.elementor-thumbnails-swiper) .swiper-slide .elementor-carousel-image {
  box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.1);
}
.pdt_header .pdt_header_slider .elementor-main-swiper.elementor-thumbnails-swiper .swiper-wrapper {
  padding: 1rem;
}
.pdt_header .pdt_header_slider .elementor-main-swiper.elementor-thumbnails-swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-active):after {
  display: none;
}
.pdt_header .pdt_header_slider .elementor-main-swiper.elementor-thumbnails-swiper .swiper-wrapper .swiper-slide .elementor-carousel-image {
  box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.1);
}
.pdt_header .pdt_header_titre {
  font-family: "Montserrat", sans-serif;
  font-size: calc(24px + (30 - 24) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 700;
  color: #2D2E87;
}
.pdt_header .pdt_header_carac .elementor-icon-box-icon svg {
  fill: #2D2E87;
  height: 46px;
  width: 46px;
}
.pdt_header .pdt_header_carac .elementor-icon-box-title {
  font-size: 13px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #2D2E87;
  line-height: 1;
}
.pdt_header .pdt_header_carac .elementor-icon-box-description {
  font-size: 18px;
  font-weight: 700;
  font-family: "Karla", sans-serif;
  color: #2D2E87;
  line-height: 1.1;
}
.pdt_header .pdt_header_carac .elementor-icon-box-description sup {
  font-size: 11px;
}
.pdt_bloc_dim {
  padding-left: 23px !important;
}
.pdt_bloc_dim .pdt_bloc_dim_titre {
  color: #ffffff;
  font-size: calc(19px + (25 - 19) * ((100vw - 300px) / (2560 - 300)));
  font-family: "Montserrat", sans-serif;
  position: relative;
}
.pdt_bloc_dim .pdt_bloc_dim_titre:before {
  content: "" !important;
  position: absolute;
  display: block;
  height: 100%;
  width: 3px;
  top: 0%;
  left: -23px;
  background-color: #ffffff;
}
.pdt_bloc_dim .pdt_bloc_dim_liste .elementor-icon-list-item {
  gap: 20px;
}
.pdt_bloc_dim .pdt_bloc_dim_liste .elementor-icon-list-item:not(:last-child) {
  margin-bottom: 10px;
}
.pdt_bloc_dim .pdt_bloc_dim_liste .elementor-icon-list-item .elementor-icon-list-icon svg {
  fill: #ffffff;
  height: 55px;
  width: 55px;
}
.pdt_bloc_dim .pdt_bloc_dim_liste .elementor-icon-list-item .elementor-icon-list-text {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
}
.pdt_bloc_dim .pdt_bloc_dim_liste .elementor-icon-list-item .elementor-icon-list-text span {
  font-size: 13px;
  font-weight: 400;
  display: block;
  text-transform: uppercase;
}
.pdt_bloc_dim .pdt_bloc_dim_desc {
  font-size: 15px;
  color: #ffffff;
}
.pdt_bloc_dim .pdt_bloc_dim_desc ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.pdt_bloc_dim .pdt_bloc_dim_desc ul li {
  padding-left: 18px;
  position: relative;
}
.pdt_bloc_dim .pdt_bloc_dim_desc ul li:before {
  content: "";
  position: absolute;
  display: block;
  height: 10px;
  width: 10px;
  top: 7px;
  left: 0%;
  background-color: #ffffff;
}
.pdt_titre_1 {
  position: relative;
  font-size: calc(30px + (40 - 30) * ((100vw - 300px) / (2560 - 300)));
  font-family: "Montserrat", sans-serif;
  color: #000000;
}
.pdt_titre_1 .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .pdt_titre_1 br {
    display: none;
  }
}
.pdt_titre_1 strong, .pdt_titre_1 b {
  font-weight: 600;
}
.pdt_titre_1 span {
  color: #2D2E87;
  font-weight: 600;
  text-transform: none;
}
.pdt_titre_2 {
  position: relative;
  font-size: calc(24px + (30 - 24) * ((100vw - 300px) / (2560 - 300)));
  font-family: "Montserrat", sans-serif;
  color: #000000;
}
.pdt_titre_2 .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .pdt_titre_2 br {
    display: none;
  }
}
.pdt_titre_2 strong, .pdt_titre_2 b {
  font-weight: 600;
}
.pdt_titre_2 span {
  color: #2D2E87;
  font-weight: 600;
  text-transform: none;
}
.pdt_titre_2b {
  position: relative;
  font-size: calc(22px + (28 - 22) * ((100vw - 300px) / (2560 - 300)));
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
}
.pdt_titre_2b .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .pdt_titre_2b br {
    display: none;
  }
}
.pdt_titre_2b strong, .pdt_titre_2b b {
  font-weight: 600;
}
.pdt_titre_2b span {
  color: #2D2E87;
  font-weight: 600;
  text-transform: none;
}
.pdt_titre_3 {
  font-size: calc(19px + (25 - 19) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 500;
}
.bg_fond_bleu {
  position: relative;
}
.bg_fond_bleu:after {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  background-color: rgba(45, 46, 135, 0.75);
  mix-blend-mode: multiply;
  z-index: 1;
}
.bg_fond_bleu > .e-con-inner {
  z-index: 2;
}
.boite_icon_blanc .elementor-icon-box-icon svg {
  fill: #ffffff;
  height: 48px;
  width: 48px;
}
.boite_icon_blanc .elementor-icon-box-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.boite_icon_blanc .elementor-icon-box-description {
  color: #ffffff;
  line-height: 1.2;
}
.pdt_bloc_avis {
  background-color: #ffffff !important;
  box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 1.5rem !important;
}
.pdt_bloc_avis .pdt_bloc_avis_boite .elementor-image-box-wrapper {
  gap: 10px;
}
@media screen and (max-width: 1200px) {
  .pdt_bloc_avis .pdt_bloc_avis_boite .elementor-image-box-wrapper {
    flex-direction: column !important;
    position: relative;
  }
  .pdt_bloc_avis .pdt_bloc_avis_boite .elementor-image-box-wrapper .elementor-image-box-img {
    width: 100% !important;
  }
}
.pdt_bloc_avis .pdt_bloc_avis_boite .elementor-image-box-img {
  margin-right: 0px !important;
  margin-bottom: 0px !important;
}
@media screen and (min-width: 1200px) {
  .pdt_bloc_avis .pdt_bloc_avis_boite .elementor-image-box-img {
    width: 35% !important;
  }
}
.pdt_bloc_avis .pdt_bloc_avis_boite .elementor-image-box-img img {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  object-fit: cover;
}
.pdt_bloc_avis .pdt_bloc_avis_boite .elementor-image-box-title {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 5px;
  font-weight: 600;
}
.pdt_bloc_avis .pdt_bloc_avis_boite .elementor-image-box-description {
  display: flex;
  flex-direction: row;
  gap: 3px;
}
.pdt_bloc_avis .pdt_bloc_avis_boite .elementor-image-box-description .avis_etoile {
  display: block;
  height: 20px;
  width: 20px;
  position: relative;
}
.pdt_bloc_avis .pdt_bloc_avis_boite .elementor-image-box-description .avis_etoile:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #EAAF37;
  mask-image: url("/wp-content/uploads/2025/12/picto-etoile-avis.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2025/12/picto-etoile-avis.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
/************************
* Page contact
*************************/
.ban_contact .breadcrumbs {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.ban_contact .breadcrumbs a {
  color: #ffffff;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out !important;
}
.ban_contact .breadcrumbs a:hover {
  color: #ffffff;
  transition: all 0.3s ease-in-out !important;
}
.ban_contact .ban_titre {
  text-shadow: 0px 3px 6px #000000;
  font-size: calc(26px + (38 - 26) * ((100vw - 300px) / (2400 - 300)));
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
}
.ban_contact .ban_titre .elementor-heading-title {
  line-height: 1.2;
}
.ban_contact .ban_desc {
  text-shadow: 0px 3px 6px #000000;
  font-size: 18px;
  color: #ffffff;
}
/************************
* Page remerciement contact
*************************/
#remerciement_content {
  padding: 6rem 0rem;
}
/************************
* Page Erreur 404
*************************/
.ban_404 {
  height: calc(100vh - 130px) !important;
}
.ban_404 .breadcrumbs {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.ban_404 .breadcrumbs a {
  color: #ffffff;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out !important;
}
.ban_404 .breadcrumbs a:hover {
  color: #ffffff;
  transition: all 0.3s ease-in-out !important;
}
.ban_404 .ban_suptitre {
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.ban_404 .ban_titre {
  text-shadow: 0px 3px 6px #000000;
  font-size: calc(26px + (38 - 26) * ((100vw - 300px) / (2400 - 300)));
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
}
.ban_404 .ban_titre .elementor-heading-title {
  line-height: 1.2;
}
.ban_404 .ban_desc {
  font-size: 18px;
  color: #ffffff;
}
#page404_content {
  padding: 6rem 0rem;
}
/************************
* Page de résultat de recherche
*************************/
.search_result_bloc {
  padding: 2rem 0rem;
}
/************************
* Page archive
*************************/
/*****************************************************************************************************************************
  * swiper
******************************************************************************************************************************/
.elementor-swiper-button {
  text-align: center;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out !important;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
}
.elementor-swiper-button svg {
  fill: #2D2E87 !important;
  width: 20px !important;
  height: 20px !important;
  transition: all 0.3s ease-in-out !important;
}
.elementor-swiper-button:hover {
  transition: all 0.3s ease-in-out !important;
  background-color: #2D2E87;
}
.elementor-swiper-button:hover svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out !important;
}
.elementor-swiper-button.swiper-button-lock {
  display: none !important;
}
.elementor-lightbox .elementor-swiper-button-prev, .elementor-lightbox .elementor-swiper-button-next {
  height: 40px !important;
  width: 40px !important;
}
.elementor-lightbox .elementor-swiper-button-prev {
  left: 15px !important;
}
.elementor-lightbox .elementor-swiper-button-next {
  right: 15px !important;
}
/*****************************************************************************************************************************
  * pagination
******************************************************************************************************************************/
.elementor-post-navigation .elementor-post-navigation__prev a, .elementor-post-navigation .elementor-post-navigation__next a {
  color: #4D4D4D;
  transition: all 0.3s ease-in-out !important;
}
.elementor-post-navigation .elementor-post-navigation__prev a:hover, .elementor-post-navigation .elementor-post-navigation__next a:hover {
  color: #2D2E87;
  transition: all 0.3s ease-in-out !important;
}
.elementor-post-navigation .post-navigation__arrow-prev i, .elementor-post-navigation .post-navigation__arrow-next i {
  color: #4D4D4D;
  transition: all 0.3s ease-in-out !important;
}
.elementor-post-navigation .post-navigation__arrow-prev i:hover, .elementor-post-navigation .post-navigation__arrow-next i:hover {
  color: #2D2E87;
  transition: all 0.3s ease-in-out !important;
}
.elementor-pagination {
  padding: 3rem 1rem;
}
.elementor-pagination .page-numbers {
  background-color: #ffffff;
  color: #4D4D4D;
  width: 36px;
  height: 36px;
  display: inline-block;
  border: 1px solid #EEEEEE;
  border-radius: 25px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.8;
}
.elementor-pagination .prev, .elementor-pagination .next {
  padding: 5px 10px;
  width: auto;
}
.elementor-pagination a.page-numbers {
  transition: all 0.3s ease-in-out !important;
}
.elementor-pagination a.page-numbers:hover {
  background-color: #2D2E87 !important;
  color: #ffffff !important;
  transition: all 0.3s ease-in-out !important;
  border: 1px solid #2D2E87;
}
.elementor-pagination .current {
  background-color: #2D2E87 !important;
  color: #ffffff !important;
  border: 1px solid #2D2E87;
  transition: all 0.3s ease-in-out !important;
}
.swiper-pagination-bullets {
  top: calc(100% + 10px) !important;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  background: #2D2E87 !important;
  height: 10px !important;
  width: 10px !important;
  transition: all 0.3s ease-in-out !important;
}
.swiper-pagination-bullets .swiper-pagination-bullet:hover {
  background: #2D2E87 !important;
  transition: all 0.3s ease-in-out !important;
}
/*****************************************************************************************************************************
  * loop
******************************************************************************************************************************/
/************************
  * loop actu
*************************/
.loop_actu {
  position: relative;
  padding: 8px !important;
}
.loop_actu > .e-con-inner {
  border: 0px;
  background-color: transparent;
  z-index: 2;
  transition: all 0.3s ease-in-out !important;
}
.loop_actu .loop_img {
  overflow: hidden !important;
  transition: all 0.3s ease-in-out !important;
}
.loop_actu .loop_img img {
  transform: scale(1);
  transition-duration: 1s;
}
.loop_actu .loop_img .loop_cat ul li {
  margin: 2px;
}
.loop_actu .loop_img .loop_cat ul li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  background-color: #465AA8;
  padding: 4px 8px;
  border-radius: 0px;
  transition: all 0.3s ease-in-out !important;
}
.loop_actu .loop_img .loop_cat ul li a:hover {
  background-color: #ED6927;
  color: #ffffff;
  transition: all 0.3s ease-in-out !important;
}
.loop_actu .loop_content .loop_date {
  font-size: 12px;
  font-weight: 500;
  background-color: #465AA8;
  color: #4D4D4D;
  border-radius: 24px;
  padding: 4px 8px;
}
.loop_actu .loop_content .loop_titre a {
  color: #000000 !important;
  font-size: 20px !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1 !important;
  transition: all 0.3s ease-in-out !important;
}
.loop_actu .loop_content .loop_desc {
  color: #2D2E87;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
.loop_actu .loop_content .btn_blog .elementor-button-link {
  background-color: transparent;
  color: #000000;
  font-size: 14px;
  padding: 0px 0px;
  border: 0px;
  font-weight: 600;
  transition: all 0.3s ease-in-out !important;
}
.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: 44px;
}
.loop_actu .loop_content .btn_blog .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
  background-color: transparent;
  border: 1px solid #ED6927;
  padding: 4px;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out !important;
}
.loop_actu .loop_content .btn_blog .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 14px;
  width: 14px;
  fill: #ED6927;
  transition: all 0.3s ease-in-out !important;
}
.loop_actu .loop_content .btn_blog .elementor-button-link:visited, .loop_actu .loop_content .btn_blog .elementor-button-link:focus {
  color: #000000;
}
.loop_actu .loop_content .btn_blog .elementor-button-link:visited svg, .loop_actu .loop_content .btn_blog .elementor-button-link:focus svg {
  fill: #ED6927;
}
.loop_actu .loop_content .btn_blog .elementor-button-link:hover {
  transition: all 0.3s ease-in-out !important;
  background-color: transparent;
  border: 0px;
  color: #ED6927;
}
.loop_actu .loop_content .btn_blog .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon {
  background-color: #ED6927;
  border: 1px solid #ED6927;
  transform: rotate(90deg);
}
.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 !important;
}
.loop_actu:hover > .e-con-inner {
  transition: all 0.3s ease-in-out !important;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}
.loop_actu:hover .loop_img img {
  transform: scale(1.1);
}
.loop_actu:hover .loop_titre {
  transition: all 0.3s ease-in-out !important;
}
.loop_actu:hover .loop_titre a {
  color: #465AA8 !important;
  transition: all 0.3s ease-in-out !important;
}
.loop_actu:hover .btn_blog .elementor-button-link {
  transition: all 0.3s ease-in-out !important;
}
/************************
  * loop recherche
*************************/
.loop_recherche {
  position: relative;
  padding: 8px !important;
}
.loop_recherche > .e-con-inner {
  border: 0px;
  background-color: transparent;
  z-index: 2;
  transition: all 0.3s ease-in-out !important;
}
.loop_recherche .loop_img {
  overflow: hidden !important;
  transition: all 0.3s ease-in-out !important;
}
.loop_recherche .loop_img img {
  transform: scale(1);
  transition-duration: 1s;
}
.loop_recherche .loop_img .loop_cat ul li {
  margin: 2px;
}
.loop_recherche .loop_img .loop_cat ul li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  background-color: #465AA8;
  padding: 4px 8px;
  border-radius: 0px;
  transition: all 0.3s ease-in-out !important;
}
.loop_recherche .loop_img .loop_cat ul li a:hover {
  background-color: #ED6927;
  color: #ffffff;
  transition: all 0.3s ease-in-out !important;
}
.loop_recherche .loop_content .loop_date {
  font-size: 12px;
  font-weight: 500;
  background-color: #465AA8;
  color: #4D4D4D;
  border-radius: 24px;
  padding: 4px 8px;
}
.loop_recherche .loop_content .loop_titre a {
  color: #000000 !important;
  font-size: 20px !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1 !important;
  transition: all 0.3s ease-in-out !important;
}
.loop_recherche .loop_content .loop_desc {
  color: #2D2E87;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
.loop_recherche .loop_content .btn_blog .elementor-button-link {
  background-color: transparent;
  color: #000000;
  font-size: 14px;
  padding: 0px 0px;
  border: 0px;
  font-weight: 600;
  transition: all 0.3s ease-in-out !important;
}
.loop_recherche .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: 44px;
}
.loop_recherche .loop_content .btn_blog .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
  background-color: transparent;
  border: 1px solid #ED6927;
  padding: 4px;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out !important;
}
.loop_recherche .loop_content .btn_blog .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 14px;
  width: 14px;
  fill: #ED6927;
  transition: all 0.3s ease-in-out !important;
}
.loop_recherche .loop_content .btn_blog .elementor-button-link:visited, .loop_recherche .loop_content .btn_blog .elementor-button-link:focus {
  color: #000000;
}
.loop_recherche .loop_content .btn_blog .elementor-button-link:visited svg, .loop_recherche .loop_content .btn_blog .elementor-button-link:focus svg {
  fill: #ED6927;
}
.loop_recherche .loop_content .btn_blog .elementor-button-link:hover {
  transition: all 0.3s ease-in-out !important;
  background-color: transparent;
  border: 0px;
  color: #ED6927;
}
.loop_recherche .loop_content .btn_blog .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon {
  background-color: #ED6927;
  border: 1px solid #ED6927;
  transform: rotate(90deg);
}
.loop_recherche .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 !important;
}
.loop_recherche:hover > .e-con-inner {
  transition: all 0.3s ease-in-out !important;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}
.loop_recherche:hover .loop_img img {
  transform: scale(1.1);
}
.loop_recherche:hover .loop_titre {
  transition: all 0.3s ease-in-out !important;
}
.loop_recherche:hover .loop_titre a {
  color: #465AA8 !important;
  transition: all 0.3s ease-in-out !important;
}
.loop_recherche:hover .btn_blog .elementor-button-link {
  transition: all 0.3s ease-in-out !important;
}
/************************
  * loop Réalisations
*************************/
.loop_real {
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out !important;
}
.loop_real:before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  top: 0% !important;
  height: 100% !important;
  width: 100% !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, rgba(70, 90, 168, 0.67) 90%, rgba(70, 90, 168, 0.9) 100%);
  transition: all 0.3s ease-in-out !important;
}
.loop_real .loop_titre {
  font-weight: 800;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (2560 - 300)));
  letter-spacing: 0.48px;
  text-transform: uppercase;
}
.loop_real .loop_desc {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.loop_real .loop_icon .elementor-icon {
  height: 26px;
  width: 26px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out !important;
}
.loop_real .loop_icon .elementor-icon svg {
  fill: #2D2E87;
  transition: all 0.3s ease-in-out !important;
}
.loop_real:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out !important;
}
.loop_real:hover .loop_icon .elementor-icon {
  background-color: #ED6927;
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out !important;
}
.loop_real:hover .loop_icon .elementor-icon svg {
  fill: #ffffff;
  transition: all 0.3s ease-in-out !important;
}
.category-fiche-produit .loop_real {
  aspect-ratio: auto;
  min-height: 400px !important;
}
.category-fiche-produit .loop_real:before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, rgba(70, 90, 168, 0.67) 85%, #465aa8 100%);
}
/************************
  * loop produit
*************************/
.swiper-slide {
  overflow: visible !important;
}
.mgp-container {
  margin: 0px !important;
}
.loop_pdt {
  position: relative;
  padding: 8px !important;
}
.loop_pdt > .e-con-inner {
  border: 0px;
  background-color: transparent;
  z-index: 2;
  transition: all 0.3s ease-in-out !important;
}
.loop_pdt .loop_img {
  overflow: hidden !important;
  box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  transition: all 0.3s ease-in-out !important;
}
.loop_pdt .loop_img img {
  transform: scale(1);
  transition-duration: 1s;
}
.loop_pdt .loop_content .loop_titre {
  min-height: 39px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 15px;
}
.loop_pdt .loop_content .loop_titre:before {
  content: "" !important;
  position: absolute;
  display: block;
  height: 100%;
  width: 3px;
  top: 0%;
  left: 0%;
  background: linear-gradient(180deg, #2d2e87 0%, #2d2e87 20%, #07dfda 60%, rgba(255, 255, 255, 0) 100%);
}
.loop_pdt .loop_content .loop_titre a {
  font-size: calc(18px + (18 - 18) * ((100vw - 300px) / (2560 - 300))) !important;
  color: #4D4D4D !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  min-height: 39px;
}
.loop_pdt .loop_content .loop_titre a .elementor-heading-title {
  line-height: 1.1;
}
.loop_pdt .loop_content .loop_carac .elementor-icon-box-icon svg {
  height: 35px;
  width: 35px;
  fill: #2D2E87;
}
.loop_pdt .loop_content .loop_carac .elementor-icon-box-title {
  color: #2D2E87;
}
.loop_pdt .loop_content .loop_btn .elementor-button-link {
  background-color: #2D2E87;
  color: #ffffff;
  font-size: 15px;
  padding: 0px 20px;
  min-width: 200px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #2D2E87;
  border-radius: 0px !important;
  transition: all 0.3s ease-in-out !important;
  text-transform: uppercase;
}
.loop_pdt .loop_content .loop_btn .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 50px;
}
.loop_pdt .loop_content .loop_btn .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.loop_pdt .loop_content .loop_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 !important;
}
.loop_pdt .loop_content .loop_btn .elementor-button-link:visited, .loop_pdt .loop_content .loop_btn .elementor-button-link:focus {
  color: #ffffff;
}
.loop_pdt .loop_content .loop_btn .elementor-button-link:visited svg, .loop_pdt .loop_content .loop_btn .elementor-button-link:focus svg {
  fill: #ffffff;
}
.loop_pdt .loop_content .loop_btn_2 .elementor-button-link {
  background-color: #ED6927;
  color: #ffffff;
  font-size: 15px;
  padding: 0px 20px;
  min-width: 200px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #ED6927;
  border-radius: 0px !important;
  transition: all 0.3s ease-in-out !important;
  text-transform: uppercase;
}
.loop_pdt .loop_content .loop_btn_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: 50px;
}
.loop_pdt .loop_content .loop_btn_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.loop_pdt .loop_content .loop_btn_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: 40px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out !important;
}
.loop_pdt .loop_content .loop_btn_2 .elementor-button-link:visited, .loop_pdt .loop_content .loop_btn_2 .elementor-button-link:focus {
  color: #ffffff;
}
.loop_pdt .loop_content .loop_btn_2 .elementor-button-link:visited svg, .loop_pdt .loop_content .loop_btn_2 .elementor-button-link:focus svg {
  fill: #ffffff;
}
.loop_pdt .loop_content .loop_btn_brd .elementor-button-link {
  background-color: transparent;
  color: #2D2E87 !important;
  font-size: 15px;
  padding: 0px 20px;
  min-width: 200px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #2D2E87;
  border-radius: 0px !important;
  transition: all 0.3s ease-in-out !important;
  text-transform: uppercase;
}
.loop_pdt .loop_content .loop_btn_brd .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: 50px;
}
.loop_pdt .loop_content .loop_btn_brd .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.loop_pdt .loop_content .loop_btn_brd .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: 40px;
  fill: #2D2E87;
  transition: all 0.3s ease-in-out !important;
}
.loop_pdt .loop_content .loop_btn_brd .elementor-button-link:visited, .loop_pdt .loop_content .loop_btn_brd .elementor-button-link:focus {
  color: #2D2E87;
}
.loop_pdt .loop_content .loop_btn_brd .elementor-button-link:visited svg, .loop_pdt .loop_content .loop_btn_brd .elementor-button-link:focus svg {
  fill: #2D2E87;
}
.loop_pdt:hover > .e-con-inner {
  transition: all 0.3s ease-in-out !important;
}
.loop_pdt:hover .loop_img img {
  transform: scale(1.1);
}
.loop_pdt:hover .loop_titre {
  transition: all 0.3s ease-in-out !important;
}
.loop_pdt:hover .loop_titre a {
  color: #465AA8 !important;
  transition: all 0.3s ease-in-out !important;
}
.loop_pdt:hover .loop_btn .elementor-button-link {
  transition: all 0.3s ease-in-out !important;
  background-color: #465AA8;
  border: 1px solid #465AA8;
  color: #ffffff;
}
.loop_pdt:hover .loop_btn .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out !important;
}
.loop_pdt:hover .loop_btn_2 .elementor-button-link {
  transition: all 0.3s ease-in-out !important;
  background-color: #2D2E87;
  border: 1px solid #2D2E87;
  color: #ffffff;
}
.loop_pdt:hover .loop_btn_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out !important;
}
.loop_pdt:hover .loop_btn_brd .elementor-button-link {
  transition: all 0.3s ease-in-out !important;
  background-color: #2D2E87;
  border: 1px solid #2D2E87;
  color: #ffffff;
}
.loop_pdt:hover .loop_btn_brd .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out !important;
}
.loop_pdt_manuel {
  position: relative;
  padding: 8px !important;
}
.loop_pdt_manuel > .e-con-inner {
  border: 0px;
  background-color: transparent;
  z-index: 2;
  transition: all 0.3s ease-in-out !important;
}
.loop_pdt_manuel .loop_img {
  overflow: hidden !important;
  box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  transition: all 0.3s ease-in-out !important;
}
.loop_pdt_manuel .loop_img img {
  transform: scale(1);
  transition-duration: 1s;
}
.loop_pdt_manuel .loop_content .loop_titre {
  min-height: 39px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 15px;
  font-size: calc(18px + (18 - 18) * ((100vw - 300px) / (2560 - 300))) !important;
  color: #4D4D4D !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  min-height: 39px;
}
.loop_pdt_manuel .loop_content .loop_titre:before {
  content: "" !important;
  position: absolute;
  display: block;
  height: 100%;
  width: 3px;
  top: 0%;
  left: 0%;
  background: linear-gradient(180deg, #2d2e87 0%, #2d2e87 20%, #07dfda 60%, rgba(255, 255, 255, 0) 100%);
}
.loop_pdt_manuel .loop_content .loop_titre span {
  font-size: calc(15px + (15 - 15) * ((100vw - 300px) / (2560 - 300))) !important;
  font-weight: 400 !important;
}
.loop_pdt_manuel .loop_content .loop_titre .elementor-heading-title {
  line-height: 1.1;
}
.loop_pdt_manuel .loop_content .loop_btn .elementor-button-link {
  background-color: #2D2E87;
  color: #ffffff;
  font-size: 15px;
  padding: 0px 20px;
  min-width: 200px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #2D2E87;
  border-radius: 0px !important;
  transition: all 0.3s ease-in-out !important;
  text-transform: uppercase;
}
.loop_pdt_manuel .loop_content .loop_btn .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 50px;
}
.loop_pdt_manuel .loop_content .loop_btn .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.loop_pdt_manuel .loop_content .loop_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 !important;
}
.loop_pdt_manuel .loop_content .loop_btn .elementor-button-link:visited, .loop_pdt_manuel .loop_content .loop_btn .elementor-button-link:focus {
  color: #ffffff;
}
.loop_pdt_manuel .loop_content .loop_btn .elementor-button-link:visited svg, .loop_pdt_manuel .loop_content .loop_btn .elementor-button-link:focus svg {
  fill: #ffffff;
}
.loop_pdt_manuel .loop_content .loop_btn_brd .elementor-button-link {
  background-color: transparent;
  color: #2D2E87 !important;
  font-size: 15px;
  padding: 0px 10px;
  min-width: 200px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #2D2E87;
  border-radius: 0px !important;
  transition: all 0.3s ease-in-out !important;
  text-transform: uppercase;
}
.loop_pdt_manuel .loop_content .loop_btn_brd .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: 50px;
}
.loop_pdt_manuel .loop_content .loop_btn_brd .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: 40px;
  fill: #2D2E87;
  transition: all 0.3s ease-in-out !important;
}
.loop_pdt_manuel .loop_content .loop_btn_brd .elementor-button-link:visited {
  color: #ffffff;
}
.loop_pdt_manuel .loop_content .loop_btn_brd .elementor-button-link:visited svg {
  fill: #ffffff;
}
.loop_pdt_manuel .loop_content .loop_btn_brd .elementor-button-link:focus {
  color: #2D2E87 !important;
}
.loop_pdt_manuel .loop_content .loop_btn_brd .elementor-button-link:focus svg {
  fill: #2D2E87;
}
.loop_pdt_manuel:hover > .e-con-inner {
  transition: all 0.3s ease-in-out !important;
}
.loop_pdt_manuel:hover .loop_img img {
  transform: scale(1.1);
}
.loop_pdt_manuel:hover .loop_titre {
  transition: all 0.3s ease-in-out !important;
}
.loop_pdt_manuel:hover .loop_titre a {
  color: #465AA8 !important;
  transition: all 0.3s ease-in-out !important;
}
.loop_pdt_manuel:hover .loop_btn .elementor-button-link {
  transition: all 0.3s ease-in-out !important;
  background-color: #465AA8;
  border: 1px solid #465AA8;
  color: #ffffff;
}
.loop_pdt_manuel:hover .loop_btn .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out !important;
}
.loop_pdt_manuel:hover .loop_btn_2 .elementor-button-link {
  transition: all 0.3s ease-in-out !important;
  background-color: #2D2E87;
  border: 1px solid #2D2E87;
  color: #ffffff;
}
.loop_pdt_manuel:hover .loop_btn_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out !important;
}
.loop_pdt_manuel:hover .loop_btn_brd .elementor-button-link {
  transition: all 0.3s ease-in-out !important;
  background-color: #2D2E87;
  border: 1px solid #2D2E87;
  color: #ffffff !important;
}
.loop_pdt_manuel:hover .loop_btn_brd .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out !important;
}
/************************
  * loop catégorie produit
*************************/
.loop_cat {
  position: relative;
  padding: 8px !important;
}
.loop_cat > .e-con-inner {
  border: 0px;
  background-color: transparent;
  z-index: 2;
  transition: all 0.3s ease-in-out !important;
}
.loop_cat .loop_img {
  overflow: hidden !important;
  box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  transition: all 0.3s ease-in-out !important;
}
.loop_cat .loop_img img {
  transform: scale(1);
  transition-duration: 1s;
}
.loop_cat .loop_content .loop_titre {
  min-height: 39px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 15px;
}
.loop_cat .loop_content .loop_titre:before {
  content: "" !important;
  position: absolute;
  display: block;
  height: 100%;
  width: 3px;
  top: 0%;
  left: 0%;
  background: linear-gradient(180deg, #2d2e87 0%, #2d2e87 20%, #07dfda 60%, rgba(255, 255, 255, 0) 100%);
}
.loop_cat .loop_content .loop_titre a {
  font-size: calc(18px + (18 - 18) * ((100vw - 300px) / (2560 - 300))) !important;
  color: #4D4D4D !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  min-height: 39px;
}
.loop_cat .loop_content .loop_titre a .elementor-heading-title {
  line-height: 1.1;
}
.loop_cat .loop_content .loop_carac .elementor-icon-box-icon svg {
  height: 35px;
  width: 35px;
  fill: #2D2E87;
}
.loop_cat .loop_content .loop_carac .elementor-icon-box-title {
  color: #2D2E87;
}
.loop_cat .loop_content .loop_btn .elementor-button-link {
  background-color: #2D2E87;
  color: #ffffff;
  font-size: 15px;
  padding: 0px 20px;
  min-width: 200px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #2D2E87;
  border-radius: 0px !important;
  transition: all 0.3s ease-in-out !important;
  text-transform: uppercase;
}
.loop_cat .loop_content .loop_btn .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 50px;
}
.loop_cat .loop_content .loop_btn .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.loop_cat .loop_content .loop_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 !important;
}
.loop_cat .loop_content .loop_btn .elementor-button-link:visited, .loop_cat .loop_content .loop_btn .elementor-button-link:focus {
  color: #ffffff;
}
.loop_cat .loop_content .loop_btn .elementor-button-link:visited svg, .loop_cat .loop_content .loop_btn .elementor-button-link:focus svg {
  fill: #ffffff;
}
.loop_cat:hover > .e-con-inner {
  transition: all 0.3s ease-in-out !important;
}
.loop_cat:hover .loop_img img {
  transform: scale(1.1);
}
.loop_cat:hover .loop_titre {
  transition: all 0.3s ease-in-out !important;
}
.loop_cat:hover .loop_titre a {
  color: #465AA8 !important;
  transition: all 0.3s ease-in-out !important;
}
.loop_cat:hover .loop_btn .elementor-button-link {
  transition: all 0.3s ease-in-out !important;
  background-color: #465AA8;
  border: 1px solid #465AA8;
  color: #ffffff;
}
.loop_cat:hover .loop_btn .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out !important;
}
/************************
  * Page archives
*************************/
.ban_archive .ban_titre {
  position: relative;
  font-size: calc(22px + (40 - 22) * ((100vw - 300px) / (2560 - 300)));
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
  font-weight: 800;
  margin-bottom: 2rem !important;
}
.ban_archive .ban_titre .elementor-heading-title {
  line-height: 1.2 !important;
}
.ban_archive .ban_titre span {
  font-weight: 400;
}
.ban_archive .breadcrumbs #breadcrumbs {
  color: #ffffff;
  text-transform: uppercase;
}
.ban_archive .breadcrumbs a {
  color: #ffffff;
  transition: all 0.3s ease-in-out !important;
  text-transform: uppercase;
}
.ban_archive .breadcrumbs a:hover {
  color: #0AD2F2;
  transition: all 0.3s ease-in-out !important;
}
.archive_taxonomy .e-filter-item {
  cursor: pointer;
  transition: all 0.3s ease-in-out !important;
}
.archive_taxonomy .e-filter-item:hover {
  transition: all 0.3s ease-in-out !important;
}
/************************
* Page article
*************************/
.ban_actu {
  padding: 0px !important;
  position: relative;
}
.ban_actu:before {
  content: "" !important;
  display: block !important;
  height: 50% !important;
  width: 100% !important;
  top: 0% !important;
  left: 0% !important;
  background-color: #EAECF4;
}
.ban_actu .ban_info {
  color: #465AA8;
  text-transform: uppercase;
}
.ban_actu .ban_titre {
  position: relative;
  font-size: calc(22px + (38 - 22) * ((100vw - 300px) / (2560 - 300)));
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}
.ban_actu .ban_titre .elementor-heading-title {
  line-height: 1.2 !important;
}
.ban_actu .breadcrumbs #breadcrumbs {
  color: #ffffff;
  text-transform: uppercase;
}
.ban_actu .breadcrumbs a {
  color: #ffffff;
  transition: all 0.3s ease-in-out !important;
  text-transform: uppercase;
}
.ban_actu .breadcrumbs a:hover {
  color: #0AD2F2;
  transition: all 0.3s ease-in-out !important;
}
#row_totop {
  width: 50px;
  height: 50px;
  z-index: 999;
  position: fixed;
  bottom: 30px;
  right: 30px;
}
#totop {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  background-color: #2D2E87;
  border-radius: 50%;
  z-index: 999;
  cursor: pointer;
  transform: scale(1);
  transition: all 0.3s ease-in-out !important;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  #totop {
    position: relative !important;
    margin: 0px auto 20px auto;
  }
}
#totop:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50.8%);
  z-index: 2;
  background-color: #ffffff;
  mask-image: url("../icons/dropdown-up.svg");
  mask-size: 50%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("../icons/dropdown-up.svg");
  -webkit-mask-size: 50%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
#totop:hover {
  background-color: #2D2E87;
  transform: scale(1.2);
  transition: all 0.3s ease-in-out !important;
  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: #ED6927;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  padding: 0px 20px;
  min-width: 200px;
  border: 1px solid #ED6927;
  border-radius: 0px !important;
  transition: all 0.3s ease-in-out !important;
  text-transform: uppercase;
}
.btn_cta_1 .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 50px;
}
.btn_cta_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.btn_cta_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: 40px;
  fill: #465AA8;
  transition: all 0.3s ease-in-out !important;
}
.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 !important;
  background-color: #465AA8;
  border: 1px solid #465AA8;
  color: #ffffff;
}
.btn_cta_1 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out !important;
}
.btn_cta_2 .elementor-button-link {
  background-color: #2D2E87;
  color: #ffffff;
  font-size: 15px;
  padding: 0px 20px;
  min-width: 200px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #2D2E87;
  border-radius: 0px !important;
  transition: all 0.3s ease-in-out !important;
  text-transform: uppercase;
}
.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: 50px;
}
.btn_cta_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.btn_cta_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: 40px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out !important;
}
.btn_cta_2 .elementor-button-link:visited, .btn_cta_2 .elementor-button-link:focus {
  color: #ffffff;
}
.btn_cta_2 .elementor-button-link:visited svg, .btn_cta_2 .elementor-button-link:focus svg {
  fill: #ffffff;
}
.btn_cta_2 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out !important;
  background-color: #465AA8;
  border: 1px solid #465AA8;
  color: #ffffff;
}
.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 !important;
}
.btn_cta_slide_1 .elementor-button-link {
  background-color: #2D2E87;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  padding: 0px 15px;
  border: 1px solid #2D2E87;
  border-radius: 0px !important;
  transition: all 0.3s ease-in-out !important;
  text-transform: uppercase;
}
.btn_cta_slide_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;
  gap: 10px !important;
}
.btn_cta_slide_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 20px;
  width: 20px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out !important;
}
.btn_cta_slide_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-text {
  overflow: hidden;
  height: 44px;
}
.btn_cta_slide_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-text span {
  height: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: all 0.3s ease-in-out !important;
}
.btn_cta_slide_1 .elementor-button-link:visited, .btn_cta_slide_1 .elementor-button-link:focus {
  color: #ffffff;
}
.btn_cta_slide_1 .elementor-button-link:visited svg, .btn_cta_slide_1 .elementor-button-link:focus svg {
  fill: #ffffff;
}
.btn_cta_slide_1 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out !important;
  background-color: #465AA8;
  border: 1px solid #465AA8;
  color: #ffffff;
}
.btn_cta_slide_1 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out !important;
}
.btn_cta_slide_1 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-text span {
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out !important;
}
.btn_cta_slide_2 .elementor-button-link {
  background-color: #ED6927;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  padding: 0px 15px;
  border: 1px solid #ED6927;
  border-radius: 0px !important;
  transition: all 0.3s ease-in-out !important;
  text-transform: uppercase;
}
.btn_cta_slide_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;
  gap: 10px !important;
}
.btn_cta_slide_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 20px;
  width: 20px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out !important;
}
.btn_cta_slide_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-text {
  overflow: hidden;
  height: 44px;
}
.btn_cta_slide_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-text span {
  height: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: all 0.3s ease-in-out !important;
}
.btn_cta_slide_2 .elementor-button-link:visited, .btn_cta_slide_2 .elementor-button-link:focus {
  color: #ffffff;
}
.btn_cta_slide_2 .elementor-button-link:visited svg, .btn_cta_slide_2 .elementor-button-link:focus svg {
  fill: #ffffff;
}
.btn_cta_slide_2 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out !important;
  background-color: #d05111;
  border: 1px solid #d05111;
  color: #ffffff;
}
.btn_cta_slide_2 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out !important;
}
.btn_cta_slide_2 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-text span {
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out !important;
}
.btn_link_blanc .elementor-button-link {
  background-color: #ffffff;
  color: #2D2E87 !important;
  font-size: 14px;
  font-weight: 600;
  padding: 0px 20px;
  min-width: 200px;
  border: 1px solid #2D2E87;
  border-radius: 0px;
  transition: all 0.3s ease-in-out !important;
  text-transform: uppercase;
}
.btn_link_blanc .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 44px;
}
.btn_link_blanc .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.btn_link_blanc .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 24px;
  width: 24px;
  fill: #2D2E87;
  transition: all 0.3s ease-in-out !important;
}
.btn_link_blanc .elementor-button-link:visited, .btn_link_blanc .elementor-button-link:focus {
  color: #2D2E87 !important;
}
.btn_link_blanc .elementor-button-link:visited svg, .btn_link_blanc .elementor-button-link:focus svg {
  fill: #2D2E87;
}
.btn_link_blanc .elementor-button-link:hover {
  transition: all 0.3s ease-in-out !important;
  background-color: #2D2E87;
  border: 1px solid #2D2E87;
  color: #ffffff !important;
}
.btn_link_blanc .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out !important;
}
.btn_link_c1 .elementor-button-link {
  background-color: transparent;
  color: #2D2E87 !important;
  font-size: 14px;
  font-weight: 600;
  padding: 0px 20px;
  min-width: 200px;
  border: 1px solid #2D2E87;
  border-radius: 0px;
  transition: all 0.3s ease-in-out !important;
  text-transform: uppercase;
}
.btn_link_c1 .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 44px;
}
.btn_link_c1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.btn_link_c1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 30px;
  width: 30px;
  fill: #2D2E87;
  transition: all 0.3s ease-in-out !important;
}
.btn_link_c1 .elementor-button-link:visited, .btn_link_c1 .elementor-button-link:focus {
  color: #2D2E87;
}
.btn_link_c1 .elementor-button-link:visited svg, .btn_link_c1 .elementor-button-link:focus svg {
  fill: #2D2E87;
}
.btn_link_c1 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out !important;
  background-color: #2D2E87;
  border: 1px solid #2D2E87;
  color: #ffffff !important;
}
.btn_link_c1 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out !important;
}
.btn_link_c2 .elementor-button-link {
  background-color: transparent;
  color: #465AA8 !important;
  font-size: 14px;
  font-weight: 600;
  padding: 0px 20px;
  min-width: 200px;
  border: 1px solid #465AA8;
  border-radius: 0px;
  transition: all 0.3s ease-in-out !important;
  text-transform: uppercase;
}
.btn_link_c2 .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 44px;
}
.btn_link_c2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.btn_link_c2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 30px;
  width: 30px;
  fill: #465AA8;
  transition: all 0.3s ease-in-out !important;
}
.btn_link_c2 .elementor-button-link:visited, .btn_link_c2 .elementor-button-link:focus {
  color: #465AA8;
}
.btn_link_c2 .elementor-button-link:visited svg, .btn_link_c2 .elementor-button-link:focus svg {
  fill: #465AA8;
}
.btn_link_c2 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out !important;
  background-color: #465AA8;
  border: 1px solid #465AA8;
  color: #ffffff !important;
}
.btn_link_c2 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out !important;
}
.btn_link_c3 .elementor-button-link {
  background-color: transparent;
  color: #ED6927 !important;
  font-size: 14px;
  font-weight: 600;
  padding: 0px 20px;
  min-width: 200px;
  border: 1px solid #ED6927;
  border-radius: 0px;
  transition: all 0.3s ease-in-out !important;
  text-transform: uppercase;
}
.btn_link_c3 .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 44px;
}
.btn_link_c3 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.btn_link_c3 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 30px;
  width: 30px;
  fill: #ED6927;
  transition: all 0.3s ease-in-out !important;
}
.btn_link_c3 .elementor-button-link:visited, .btn_link_c3 .elementor-button-link:focus {
  color: #ED6927;
}
.btn_link_c3 .elementor-button-link:visited svg, .btn_link_c3 .elementor-button-link:focus svg {
  fill: #ED6927;
}
.btn_link_c3 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out !important;
  background-color: #ED6927;
  border: 1px solid #ED6927;
  color: #ffffff !important;
}
.btn_link_c3 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out !important;
}
.btn_link_c4 .elementor-button-link {
  background-color: transparent;
  color: #EAECF4 !important;
  font-size: 14px;
  font-weight: 600;
  padding: 0px 20px;
  min-width: 200px;
  border: 1px solid #EAECF4;
  border-radius: 0px;
  transition: all 0.3s ease-in-out !important;
  text-transform: uppercase;
}
.btn_link_c4 .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 44px;
}
.btn_link_c4 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.btn_link_c4 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 30px;
  width: 30px;
  fill: #EAECF4;
  transition: all 0.3s ease-in-out !important;
}
.btn_link_c4 .elementor-button-link:visited, .btn_link_c4 .elementor-button-link:focus {
  color: #EAECF4;
}
.btn_link_c4 .elementor-button-link:visited svg, .btn_link_c4 .elementor-button-link:focus svg {
  fill: #EAECF4;
}
.btn_link_c4 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out !important;
  background-color: #EAECF4;
  border: 1px solid #EAECF4;
  color: #ffffff !important;
}
.btn_link_c4 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out !important;
}
.btn_link_c5 .elementor-button-link {
  background-color: transparent;
  color: #0088FF !important;
  font-size: 14px;
  font-weight: 600;
  padding: 0px 20px;
  min-width: 200px;
  border: 1px solid #0088FF;
  border-radius: 0px;
  transition: all 0.3s ease-in-out !important;
  text-transform: uppercase;
}
.btn_link_c5 .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 44px;
}
.btn_link_c5 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.btn_link_c5 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 30px;
  width: 30px;
  fill: #0088FF;
  transition: all 0.3s ease-in-out !important;
}
.btn_link_c5 .elementor-button-link:visited, .btn_link_c5 .elementor-button-link:focus {
  color: #0088FF;
}
.btn_link_c5 .elementor-button-link:visited svg, .btn_link_c5 .elementor-button-link:focus svg {
  fill: #0088FF;
}
.btn_link_c5 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out !important;
  background-color: #0088FF;
  border: 1px solid #0088FF;
  color: #ffffff !important;
}
.btn_link_c5 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out !important;
}
.btn_link_c6 .elementor-button-link {
  background-color: transparent;
  color: #0AD2F2 !important;
  font-size: 14px;
  font-weight: 600;
  padding: 0px 20px;
  min-width: 200px;
  border: 1px solid #0AD2F2;
  border-radius: 0px;
  transition: all 0.3s ease-in-out !important;
  text-transform: uppercase;
}
.btn_link_c6 .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 44px;
}
.btn_link_c6 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.btn_link_c6 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 30px;
  width: 30px;
  fill: #0AD2F2;
  transition: all 0.3s ease-in-out !important;
}
.btn_link_c6 .elementor-button-link:visited, .btn_link_c6 .elementor-button-link:focus {
  color: #0AD2F2;
}
.btn_link_c6 .elementor-button-link:visited svg, .btn_link_c6 .elementor-button-link:focus svg {
  fill: #0AD2F2;
}
.btn_link_c6 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out !important;
  background-color: #0AD2F2;
  border: 1px solid #0AD2F2;
  color: #ffffff !important;
}
.btn_link_c6 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out !important;
}
.btn_link_c7 .elementor-button-link {
  background-color: transparent;
  color: #07DFDA !important;
  font-size: 14px;
  font-weight: 600;
  padding: 0px 20px;
  min-width: 200px;
  border: 1px solid #07DFDA;
  border-radius: 0px;
  transition: all 0.3s ease-in-out !important;
  text-transform: uppercase;
}
.btn_link_c7 .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 44px;
}
.btn_link_c7 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.btn_link_c7 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 30px;
  width: 30px;
  fill: #07DFDA;
  transition: all 0.3s ease-in-out !important;
}
.btn_link_c7 .elementor-button-link:visited, .btn_link_c7 .elementor-button-link:focus {
  color: #07DFDA;
}
.btn_link_c7 .elementor-button-link:visited svg, .btn_link_c7 .elementor-button-link:focus svg {
  fill: #07DFDA;
}
.btn_link_c7 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out !important;
  background-color: #07DFDA;
  border: 1px solid #07DFDA;
  color: #ffffff !important;
}
.btn_link_c7 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out !important;
}
.btn_link_c8 .elementor-button-link {
  background-color: transparent;
  color: #CCCED1 !important;
  font-size: 14px;
  font-weight: 600;
  padding: 0px 20px;
  min-width: 200px;
  border: 1px solid #CCCED1;
  border-radius: 0px;
  transition: all 0.3s ease-in-out !important;
  text-transform: uppercase;
}
.btn_link_c8 .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 44px;
}
.btn_link_c8 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.btn_link_c8 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 30px;
  width: 30px;
  fill: #CCCED1;
  transition: all 0.3s ease-in-out !important;
}
.btn_link_c8 .elementor-button-link:visited, .btn_link_c8 .elementor-button-link:focus {
  color: #CCCED1;
}
.btn_link_c8 .elementor-button-link:visited svg, .btn_link_c8 .elementor-button-link:focus svg {
  fill: #CCCED1;
}
.btn_link_c8 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out !important;
  background-color: #CCCED1;
  border: 1px solid #CCCED1;
  color: #ffffff !important;
}
.btn_link_c8 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out !important;
}
.btn_lirelasuite_1 .elementor-button-link {
  background-color: transparent;
  color: #ffffff;
  font-size: 14px;
  padding: 0px 0px;
  border: 0px;
  font-weight: 600;
  transition: all 0.3s ease-in-out !important;
}
.btn_lirelasuite_1 .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 44px;
}
.btn_lirelasuite_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
  background-color: transparent;
  border: 1px solid #ffffff;
  padding: 4px;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out !important;
}
.btn_lirelasuite_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 14px;
  width: 14px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out !important;
}
.btn_lirelasuite_1 .elementor-button-link:visited, .btn_lirelasuite_1 .elementor-button-link:focus {
  color: #ffffff;
}
.btn_lirelasuite_1 .elementor-button-link:visited svg, .btn_lirelasuite_1 .elementor-button-link:focus svg {
  fill: #ffffff;
}
.btn_lirelasuite_1 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out !important;
  background-color: transparent;
  border: 0px;
  color: #0AD2F2;
}
.btn_lirelasuite_1 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon {
  background-color: #0AD2F2;
  border: 1px solid #0AD2F2;
  transform: rotate(90deg);
}
.btn_lirelasuite_1 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out !important;
}
.btn_lirelasuite_2 .elementor-button-link {
  background-color: transparent;
  color: #2D2E87 !important;
  font-size: 14px;
  padding: 0px 0px;
  border: 0px;
  font-weight: 600;
  transition: all 0.3s ease-in-out !important;
  border-radius: 0px;
  text-transform: uppercase;
}
.btn_lirelasuite_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;
}
.btn_lirelasuite_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
  background-color: transparent;
  border: 1px solid #2D2E87;
  padding: 4px;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out !important;
}
.btn_lirelasuite_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 14px;
  width: 14px;
  fill: #2D2E87;
  transition: all 0.3s ease-in-out !important;
}
.btn_lirelasuite_2 .elementor-button-link:visited, .btn_lirelasuite_2 .elementor-button-link:focus {
  color: #2D2E87;
}
.btn_lirelasuite_2 .elementor-button-link:visited svg, .btn_lirelasuite_2 .elementor-button-link:focus svg {
  fill: #2D2E87;
}
.btn_lirelasuite_2 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out !important;
  background-color: transparent;
  border: 0px;
  color: #0AD2F2 !important;
}
.btn_lirelasuite_2 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon {
  background-color: #0AD2F2;
  border: 1px solid #0AD2F2;
  transform: rotate(90deg);
}
.btn_lirelasuite_2 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out !important;
}
.btn_lirelasuite_3 .elementor-button-link {
  background-color: transparent;
  color: #2D2E87 !important;
  font-size: 14px;
  padding: 0px 0px;
  border: 0px;
  font-weight: 600;
  transition: all 0.3s ease-in-out !important;
  border-radius: 0px;
  text-transform: uppercase;
}
.btn_lirelasuite_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;
}
.btn_lirelasuite_3 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
  background-color: transparent;
  border: 1px solid #ED6927;
  padding: 4px;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out !important;
}
.btn_lirelasuite_3 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 14px;
  width: 14px;
  fill: #ED6927;
  transition: all 0.3s ease-in-out !important;
}
.btn_lirelasuite_3 .elementor-button-link:visited, .btn_lirelasuite_3 .elementor-button-link:focus {
  color: #2D2E87;
}
.btn_lirelasuite_3 .elementor-button-link:visited svg, .btn_lirelasuite_3 .elementor-button-link:focus svg {
  fill: #ffffff;
}
.btn_lirelasuite_3 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out !important;
  background-color: transparent;
  border: 0px;
  color: #ED6927 !important;
}
.btn_lirelasuite_3 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon {
  background-color: #ED6927;
  border: 1px solid #ED6927;
  transform: rotate(90deg);
}
.btn_lirelasuite_3 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out !important;
}
.bloc_fix {
  position: fixed !important;
  top: 50%;
  transform: translateY(-50%);
  padding: 0px !important;
  margin: 0px !important;
  width: 50px !important;
  z-index: 9998 !important;
  right: 15px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
@media screen and (max-width: 768px) {
  .bloc_fix {
    display: none !important;
  }
}
.btn_fix {
  display: flex !important;
  justify-content: center !important;
  flex-direction: row;
  flex-wrap: nowrap;
  background-color: #ED6927;
  transition: all 0.3s ease-in-out !important;
}
.btn_fix .elementor-icon-wrapper {
  display: flex;
  justify-content: center;
}
.btn_fix .elementor-icon-wrapper .elementor-icon {
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out !important;
}
.btn_fix .elementor-icon-wrapper .elementor-icon svg {
  fill: #ffffff;
  height: 24px;
  width: 24px;
}
.btn_fix .elementor-widget-heading {
  -webkit-writing-mode: sideways-lr;
  -ms-writing-mode: bt-rl;
  writing-mode: sideways-lr;
  text-orientation: mixed;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.btn_fix:hover {
  background-color: #d05111;
  transition: all 0.3s ease-in-out !important;
}
.btn_fix:hover .elementor-icon-wrapper .elementor-icon {
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out !important;
}
.form_content {
  background-color: #ffffff;
  box-shadow: 6px 6px 6px #00000029;
}
.form_elementor .form-field-name {
  border: 0px solid #2D2E87 !important;
  height: 55px;
  border-radius: 0px;
}
.form_elementor .elementor-field-textual {
  border: 0px solid #2D2E87 !important;
  padding: 10px;
  background-color: #EAECF4 !important;
  color: #4D4D4D;
  border-radius: 0px;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.form_elementor .elementor-field-label {
  color: #4D4D4D;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.form_elementor .elementor-field-type-acceptance a {
  color: #ED6927;
  transition: all 0.3s ease-in-out !important;
  text-decoration: underline;
}
.form_elementor .elementor-field-type-acceptance a:hover {
  color: #2D2E87;
  transition: all 0.3s ease-in-out !important;
}
.form_elementor .elementor-field-option {
  display: inline-block;
  align-items: center;
  align-content: center;
  flex-shrink: 3;
  padding-inline-end: 30px !important;
  padding-bottom: 10px;
  font-family: "Montserrat", sans-serif;
}
.form_elementor input[type="checkbox"] {
  height: 20px !important;
  width: 20px !important;
  border: 1px solid rgba(45, 46, 135, 0.5);
  box-shadow: 0px 3px 6px #00000029;
  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: #2D2E87;
}
.form_elementor .elementor-button {
  text-align: center;
  background: #ED6927;
  border: 0px solid 0px solid #4D4D4D;
  color: #ffffff;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out !important;
  cursor: pointer;
  border-radius: 0px;
  height: 50px;
}
.form_elementor .elementor-button:hover {
  background-color: #465AA8;
  color: #ffffff;
  transition: all 0.3s ease-in-out !important;
}
.form_elementor .elementor-button .elementor-button-text {
  font-size: 20px;
  letter-spacing: 3px;
}
.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: #4D4D4D !important;
  opacity: 1;
}
.form_elementor input::-moz-placeholder, .form_elementor textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #4D4D4D !important;
  opacity: 1;
}
.form_elementor input::-ms-input-placeholder, .form_elementor textarea::-ms-input-placeholder {
  /* IE 10+ */
  color: #4D4D4D !important;
  opacity: 1;
}
.form_elementor input::-moz-placeholder, .form_elementor textarea::-moz-placeholder {
  /* Firefox 18- */
  color: #4D4D4D !important;
  opacity: 1;
}
.form_elementor input::placeholder, .form_elementor textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4D4D4D !important;
  opacity: 1;
}
.form_elementor .form_separateur {
  display: block;
  height: 1px;
  width: 100%;
  background-color: rgba(45, 46, 135, 0.5);
}
.form_newsletter .form-field-name {
  border: #ffffff;
  height: 50px;
  border-radius: 0px;
}
.form_newsletter .elementor-field-textual {
  border: #ffffff;
  padding: 10px;
  background-color: #ffffff;
  color: #2D2E87;
  border-radius: 0px !important;
}
.form_newsletter .elementor-field-label {
  color: #ffffff;
  font-size: 16px;
}
.form_newsletter .elementor-field-type-acceptance .elementor-field-option {
  color: #ffffff;
  line-height: 1;
  font-size: 12px;
  display: flex;
  flex-direction: row;
}
.form_newsletter .elementor-field-type-acceptance .elementor-field-option label {
  width: 90%;
}
.form_newsletter .elementor-field-type-acceptance a {
  color: #ffffff;
  transition: all 0.3s ease-in-out !important;
  font-size: 14px;
  text-decoration: underline;
}
.form_newsletter .elementor-field-type-acceptance a:hover {
  color: #ED6927;
  transition: all 0.3s ease-in-out !important;
}
.form_newsletter .elementor-field-option {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-shrink: 3;
}
.form_newsletter input[type="checkbox"] {
  height: 20px !important;
  width: 20px !important;
  border: 0px solid #2D2E87 !important;
  display: inline-block !important;
  margin: 0px 5px 0px 0px;
  border-radius: 0px !important;
}
.form_newsletter input[type="checkbox"]:checked {
  position: relative;
}
.form_newsletter 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: #2D2E87;
}
.form_newsletter .elementor-button {
  text-align: center;
  background: #ED6927;
  border: #ED6927;
  color: #ffffff;
  border-radius: 0px !important;
  transition: all 0.3s ease-in-out !important;
  cursor: pointer;
}
.form_newsletter .elementor-button:hover {
  background-color: #ffffff;
  color: #ED6927 !important;
  border: #ED6927;
  transition: all 0.3s ease-in-out !important;
}
.form_newsletter .elementor-button .elementor-button-text {
  font-size: 18px;
}
.form_newsletter input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
.form_newsletter input::-webkit-input-placeholder, .form_newsletter textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #4D4D4D !important;
  opacity: 1;
}
.form_newsletter input::-moz-placeholder, .form_newsletter textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #4D4D4D !important;
  opacity: 1;
}
.form_newsletter input::-ms-input-placeholder, .form_newsletter textarea::-ms-input-placeholder {
  /* IE 10+ */
  color: #4D4D4D !important;
  opacity: 1;
}
.form_newsletter input::-moz-placeholder, .form_newsletter textarea::-moz-placeholder {
  /* Firefox 18- */
  color: #4D4D4D !important;
  opacity: 1;
}
.form_newsletter input::placeholder, .form_newsletter textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4D4D4D !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 #4D4D4D;
  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: #2D2E87;
  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: #4D4D4D;
  cursor: pointer;
  position: relative;
  background-color: #465AA8;
  border-radius: 0px;
  padding: 1rem 1rem 1rem calc(2rem + 35px);
}
.elementor-field-type-upload input[type="file"]:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateX(0%) translateY(-50%);
  width: 25px;
  height: 25px;
  background-color: #4D4D4D;
  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: #4D4D4D;
  border: 0px;
  cursor: pointer;
}
/************************
* PLAN DU SITE
*************************/
#plan_du_site {
  margin-bottom: 2rem !important;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-section {
  padding: 1rem;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-title {
  border-bottom: 1px solid #212121;
  color: #212121;
  font-size: 32px;
  text-transform: uppercase;
  padding: 8px;
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list {
  list-style: none;
}
@media screen and (min-width: 1024px) {
  #plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list {
    column-count: 3;
    column-gap: 30px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1024px) {
  #plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list {
    column-count: 2;
    column-gap: 30px;
  }
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list li {
  padding-left: 15px;
  margin-bottom: 10px;
  position: relative;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list li:before {
  content: "";
  position: absolute;
  display: block;
  height: 8px;
  width: 8px;
  top: 11px;
  left: 3px;
  border-radius: 2px 0px 2px 2px;
  transform: translateX(-50%) translateY(-50%);
  background-color: #212121;
  transition: all 0.3s ease-in-out !important;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list li a {
  transition: all 0.3s ease-in-out !important;
  color: #212121;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list li:hover a {
  color: #212121;
  letter-spacing: 0.4px;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list li:hover:before {
  border-radius: 50%;
  background-color: #212121;
  transition: all 0.3s ease-in-out !important;
}
/**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: #2D2E87;
  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;
}
