@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: #002044;
}
.txt_primary {
  color: #002044;
}
.bg_noir {
  background-color: #000000;
}
.txt_noir {
  color: #000000;
}
.bg_blanc {
  background-color: #ffffff;
}
.txt_blanc {
  color: #ffffff;
}
.bg_gris1 {
  background-color: #F0F0F0;
}
.txt_gris1 {
  color: #F0F0F0;
}
.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: #182B4B;
}
.txt_color1 {
  color: #182B4B;
}
.bg_color2 {
  background-color: #1266AC;
}
.txt_color2 {
  color: #1266AC;
}
.bg_color3 {
  background-color: #EEF2F7;
}
.txt_color3 {
  color: #EEF2F7;
}
.bg_color4 {
  background-color: #009EE3;
}
.txt_color4 {
  color: #009EE3;
}
.bg_color5 {
  background-color: #AB1C17;
}
.txt_color5 {
  color: #AB1C17;
}
.bg_color6 {
  background-color: #0082CA;
}
.txt_color6 {
  color: #0082CA;
}
.bg_color7 {
  background-color: #E0731C;
}
.txt_color7 {
  color: #E0731C;
}
.bg_color8 {
  background-color: #94A3AD;
}
.txt_color8 {
  color: #94A3AD;
}
.bg_color9 {
  background-color: #008939;
}
.txt_color9 {
  color: #008939;
}
.bg_color10 {
  background-color: #686873;
}
.txt_color10 {
  color: #686873;
}
/**
*
* 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;
  }
}
.top_header_search .dgwt-wcas-sf-wrapp .dgwt-wcas-search-input {
  border: 1px solid #1266AC !important;
  border-radius: 8px !important;
}
.top_header_search .e-search .e-search-label svg {
  fill: #182B4B;
}
.top_header_search .e-search .e-search-input-wrapper {
  max-width: 300px;
}
.top_header_search .e-search .e-search-input-wrapper input[type="search"] {
  background-color: transparent;
  border-radius: 4px 0px 0px 4px;
}
.top_header_search .e-search .e-search-submit {
  cursor: pointer;
}
.dgwt-wcas-suggestions-wrapp {
  transform: translateY(-30px) !important;
  border-radius: 10px !important;
}
.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-selected {
  background-color: #EEF2F7;
}
.top_header .top_header_search .dgwt-wcas-search-form {
  padding-right: 6vw;
}
@media screen and (max-width: 1200px) {
  .top_header .top_header_list .elementor-icon-list-items {
    gap: 5px;
    max-width: 200px;
  }
}
.top_header .top_header_list .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon svg {
  height: 22px;
  width: 22px;
  margin: 0px !important;
  fill: #002044;
  transition: all 0.3s ease-in-out;
}
.top_header .top_header_list .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
  color: #002044;
  font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 600;
  line-height: 1;
  padding-inline-start: 0px !important;
  transition: all 0.3s ease-in-out;
}
.top_header .top_header_list .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text span {
  font-weight: 400;
}
.top_header .top_header_list .elementor-icon-list-items .elementor-icon-list-item:hover .elementor-icon-list-icon svg {
  fill: #1266AC;
  transition: all 0.3s ease-in-out;
}
.top_header .top_header_list .elementor-icon-list-items .elementor-icon-list-item:hover .elementor-icon-list-text {
  color: #1266AC;
  transition: all 0.3s ease-in-out;
}
.top_header .top_header_lg .wpml-elementor-ls .wpml-ls-legacy-dropdown-click {
  width: fit-content;
}
.top_header .top_header_lg .wpml-elementor-ls .wpml-ls-legacy-dropdown-click .wpml-ls-item .wpml-ls-item-toggle {
  border: 0px;
  background-color: transparent;
  color: #002044;
  font-size: 14px;
  font-weight: 600;
  width: fit-content;
  padding-left: 32px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.top_header .top_header_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: #002044;
  transition: all 0.3s ease-in-out;
  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%;
}
.top_header .top_header_lg .wpml-elementor-ls .wpml-ls-legacy-dropdown-click .wpml-ls-item .wpml-ls-sub-menu {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border: 0px;
}
.top_header .top_header_lg .wpml-elementor-ls .wpml-ls-legacy-dropdown-click .wpml-ls-item .wpml-ls-sub-menu li a {
  border: 0px;
  background-color: #ffffff;
  color: #002044;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.top_header .top_header_lg .wpml-elementor-ls .wpml-ls-legacy-dropdown-click .wpml-ls-item .wpml-ls-sub-menu li a:hover {
  background-color: #1266AC;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.top_header .top_header_lg .wpml-elementor-ls .wpml-ls-legacy-dropdown-click .wpml-ls-item:hover .wpml-ls-item-toggle {
  color: #1266AC;
  transition: all 0.3s ease-in-out;
}
.top_header .top_header_lg .wpml-elementor-ls .wpml-ls-legacy-dropdown-click .wpml-ls-item:hover .wpml-ls-item-toggle:before {
  background-color: #1266AC;
  transition: all 0.3s ease-in-out;
}
.top_header .top_header_lg .wpml-elementor-ls .wpml-ls-legacy-dropdown-click:hover .wpml-ls-sub-menu {
  border: 0px;
}
.menu_header .menu_header_nav .e-n-menu .e-n-menu-item .e-n-menu-title .e-n-menu-title-text {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.menu_header .menu_header_nav .e-n-menu .e-n-menu-item .e-n-menu-title .e-n-menu-title-text span {
  color: #1266AC !important;
}
.menu_header .menu_header_nav .e-n-menu-content .menu_content_center {
  width: 100% !important;
}
.menu_header .menu_header_nav .titre_menu:not(:first-child) {
  margin-top: 14px;
}
.menu_header .menu_header_nav .titre_menu a {
  font-size: 17px;
  color: #002044;
  font-weight: 800;
  padding-bottom: 2px;
  background-image: linear-gradient(#1266AC, #1266AC);
  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;
}
.menu_header .menu_header_nav .titre_menu a:hover {
  color: #1266AC;
  background-size: 100% 1px;
  transition: all 0.3s ease-in-out;
}
.menu_header .menu_header_nav .liste_menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.menu_header .menu_header_nav .liste_menu ul li {
  line-height: 1.2;
}
.menu_header .menu_header_nav .liste_menu ul li:not(:last-child) {
  margin-bottom: 12px;
}
.menu_header .menu_header_nav .liste_menu ul li a {
  font-size: 13px;
  color: #002044;
  font-weight: 600;
  padding-bottom: 2px;
  background-image: linear-gradient(#1266AC, #1266AC);
  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;
}
.menu_header .menu_header_nav .liste_menu ul li a:hover {
  color: #1266AC;
  background-size: 100% 1px;
  transition: all 0.3s ease-in-out;
}
.menu_header .menu_header_nav .liste_menu ul li ul li {
  padding-left: 15px;
}
.menu_header .menu_header_nav .liste_menu ul li ul li:first-child {
  margin-top: 4px;
}
.menu_header .menu_header_nav .liste_menu ul li ul li:not(:last-child) {
  margin-bottom: 4px;
}
.menu_header .menu_header_nav .e-n-tabs {
  border-radius: 4px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.menu_header .menu_header_nav .e-n-tabs .e-n-tab-title {
  cursor: pointer;
  border-radius: 4px 4px 0px 0px;
}
.menu_header .menu_header_nav .e-n-tabs .e-n-tabs-content {
  border-radius: 0px 4px 4px 4px;
  background-color: #ffffff;
}
.menu_header .menu_header_nav .menu_content {
  border-radius: 0px 0px 4px 4px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.menu_header .off_canvas_memu_mobile .off_canvas_lg .wpml-elementor-ls .wpml-ls-legacy-dropdown-click {
  width: fit-content;
}
.menu_header .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;
}
.menu_header .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%;
}
.menu_header .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;
}
.menu_header .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: #002044;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.menu_header .off_canvas_memu_mobile .off_canvas_lg .wpml-elementor-ls .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li a:hover {
  background-color: #1266AC;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.menu_header .off_canvas_memu_mobile .off_canvas_lg .wpml-elementor-ls .wpml-ls-legacy-dropdown-click:hover .wpml-ls-item-toggle {
  color: #1266AC;
  transition: all 0.3s ease-in-out;
}
.menu_header .off_canvas_memu_mobile .off_canvas_lg .wpml-elementor-ls .wpml-ls-legacy-dropdown-click:hover .wpml-ls-item-toggle:before {
  background-color: #1266AC;
  transition: all 0.3s ease-in-out;
}
/************************
* MEGA MENU desk
*************************/
.header_m1 .gm-mega-menu__item__title {
  border-bottom: 2px dotted !important;
  margin-bottom: 1rem;
}
.header_m1 .gm-mega-menu__item__title a {
  font-family: "Montserrat", sans-serif;
  color: !important;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-mega-menu__item__title a .gm-menu-item__txt-wrapper {
  display: inherit !important;
}
.header_m1 .gm-mega-menu__item__title a .gm-menu-item__txt {
  color: inherit !important;
  font-size: 30px !important;
  height: 22px;
  display: inline-block;
  position: relative;
  padding-right: 40px;
  line-height: 1;
}
.header_m1 .gm-mega-menu__item__title a .gm-menu-item__txt:before {
  content: "";
  font-size: 11px;
  position: absolute;
  display: block;
  height: 23px;
  width: 33px;
  border-radius: 15px;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-mega-menu__item__title a .gm-menu-item__txt:after {
  content: "";
  position: absolute;
  display: block;
  height: 22px;
  width: 21px;
  top: 0px;
  right: 10px;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  mask-image: url("/wp-content/uploads/2023/11/angle-right-solid.svg");
  mask-size: 6px;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2023/11/angle-right-solid.svg");
  -webkit-mask-size: 6px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.header_m1 .gm-mega-menu__item__title a:hover {
  color: !important;
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-mega-menu__item__title a:hover .gm-menu-item__txt:before {
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-mega-menu__item__title a:hover .gm-menu-item__txt:after {
  background-color: #ffffff;
  right: 0px;
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm-ss-titre a {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  color: !important;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  position: relative;
  padding-right: 40px;
  line-height: 1;
}
.header_m1 .hm-ss-titre a:hover {
  color: !important;
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm-ss-titre a:before {
  content: "";
  font-size: 11px;
  position: absolute;
  display: block;
  height: 16px;
  width: 33px;
  border-radius: 15px;
  top: 0px;
  right: 0%;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm-ss-titre a:after {
  content: "";
  position: absolute;
  display: block;
  height: 16px;
  width: 16px;
  top: 0px;
  right: 14px;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  mask-image: url("/wp-content/uploads/2023/11/angle-right-solid.svg");
  mask-size: 6px;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2023/11/angle-right-solid.svg");
  -webkit-mask-size: 6px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.header_m1 .hm-ss-titre a:hover {
  color: !important;
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm-ss-titre a:hover:before {
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm-ss-titre a:hover:after {
  background-color: #ffffff;
  right: 0px;
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm_liste_picto .elementor-icon-list-item {
  padding: 5px 0px 5px 0px;
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm_liste_picto .elementor-icon-list-item a {
  color: #002044;
  transition: all 0.3s ease-in-out;
  font-size: calc(13px + (14 - 13) * ((100vw - 300px) / (900 - 300)));
}
.header_m1 .hm_liste_picto .elementor-icon-list-item a svg {
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm_liste_picto .elementor-icon-list-item a:hover {
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm_liste_picto .elementor-icon-list-item a:hover svg {
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm_liste_picto .elementor-icon-list-item:hover {
  padding: 5px 0px 5px 10px;
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm_box_img .elementor-image-box-wrapper {
  border-radius: 12px;
  overflow: hidden;
}
.header_m1 .hm_box_img .elementor-image-box-wrapper .elementor-image-box-img {
  position: relative;
}
.header_m1 .hm_box_img .elementor-image-box-wrapper .elementor-image-box-img:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  background-color: rgba(null, 0.45);
}
.header_m1 .hm_box_img .elementor-image-box-wrapper .elementor-image-box-content {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
}
.header_m1 .hm_box_img .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (900 - 300)));
}
.header_m1 .hm_box_img .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
  line-height: 1;
}
.header_m1 .hm_box_img_default .elementor-image-box-wrapper {
  height: 220px;
}
.header_m1 .hm_box_img_default .elementor-image-box-wrapper .elementor-image-box-img {
  height: 220px;
}
.header_m1 .hm_box_img_default .elementor-image-box-img img {
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
  width: 100%;
  height: 100%;
  display: block;
}
/************************
* MEGA MENU mobil
*************************/
.gm-mobile-menu-container .logo_panel_menu .elementor-icon {
  width: 100% !important;
}
.gm-mobile-menu-container .logo_panel_menu svg {
  width: 100% !important;
  height: auto !important;
  min-height: 100% !important;
  min-width: 100% !important;
}
.gm-mobile-menu-container .gm-menu-item__link {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  border-bottom: 2px dotted !important;
  transition: all 0.3s ease-in-out;
  padding-top: 20px !important;
}
.gm-mobile-menu-container .gm-menu-item__link:hover {
  color: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.gm-mobile-menu-container .gm-menu-item__link .gm-menu-item__txt {
  color: inherit !important;
  font-size: 22px !important;
  color: !important;
  height: 18px;
  display: inline-block;
  position: relative;
  padding-right: 40px;
  line-height: 1;
  margin-bottom: 10px;
}
.gm-mobile-menu-container .gm-menu-item__link .gm-menu-item__txt:before {
  content: "";
  font-size: 11px;
  position: absolute;
  display: block;
  height: 15px;
  width: 33px;
  border-radius: 15px;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.gm-mobile-menu-container .gm-menu-item__link .gm-menu-item__txt:after {
  content: "";
  position: absolute;
  display: block;
  height: 18px;
  width: 16px;
  top: 0px;
  right: 13px !important;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  mask-image: url("/wp-content/uploads/2023/11/angle-right-solid.svg");
  mask-size: 4px;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2023/11/angle-right-solid.svg");
  -webkit-mask-size: 6px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.gm-mobile-menu-container .gm-menu-item__link .gm-menu-item__txt:before {
  transition: all 0.3s ease-in-out;
}
.gm-mobile-menu-container .gm-menu-item__link .gm-menu-item__txt:after {
  background-color: #ffffff;
  right: 0px;
  transition: all 0.3s ease-in-out;
}
.gm-mobile-menu-container .hm-ss-titre a {
  color: !important;
}
.gm-mobile-menu-container .hm-ss-titre a:hover {
  color: #ffffff !important;
}
.gm-mobile-menu-container .hm_liste_picto .elementor-icon-list-item {
  padding: 5px 0px;
}
.gm-mobile-menu-container .hm_liste_picto .elementor-icon-list-item a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  font-size: calc(13px + (14 - 13) * ((100vw - 300px) / (900 - 300)));
}
.gm-mobile-menu-container .hm_liste_picto .elementor-icon-list-item a svg {
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.gm-mobile-menu-container .hm_liste_picto .elementor-icon-list-item a:hover {
  transition: all 0.3s ease-in-out;
}
.gm-mobile-menu-container .hm_liste_picto .elementor-icon-list-item a:hover svg {
  transition: all 0.3s ease-in-out;
}
.gm-mobile-menu-container .loop_realisations_menu {
  background-color: #ffffff;
  border-radius: 6px;
}
.gm-mobile-action-area-wrapper {
  width: 100%;
  display: block !important;
}
.gm-navigation-drawer--mobile .gm-dropdown-menu-wrapper {
  padding-left: 0px !important;
}
.sup_footer {
  background-color: #ffffff;
  color: #002044;
}
.sup_footer a {
  color: rgba(0, 32, 68, 0.6);
}
.sup_footer a:hover {
  color: #002044;
}
.footer_m1 {
  background: linear-gradient(180deg, #ebebeb 0%, white 18%);
  border: 0px;
}
.footer_m1 .footer_titre {
  color: #002044;
  font-size: 14px;
  font-weight: 700;
}
.footer_m1 p {
  color: rgba(0, 32, 68, 0.6);
  line-height: 21px;
  margin-bottom: 0px;
}
.footer_m1 a:not(:has(.elementor-button-content-wrapper)) {
  color: rgba(0, 32, 68, 0.6) !important;
  line-height: 21px !important;
  transition: all 0.3s ease-in-out;
}
.footer_m1 a:not(:has(.elementor-button-content-wrapper)):hover {
  color: #002044 !important;
  transition: all 0.3s ease-in-out;
}
.footer_m1 .elementor-social-icon {
  background-color: transparent;
  border: 1px solid #ffffff;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
  margin: 2px;
}
@media screen and (max-width: 960px) {
  .footer_m1 .elementor-social-icon {
    font-size: 14px;
  }
}
.footer_m1 .elementor-social-icon svg {
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.footer_m1 .elementor-social-icon:hover {
  border: 1px solid #1266AC;
  transition: all 0.3s ease-in-out;
}
.footer_m1 .elementor-social-icon:hover svg {
  fill: #1266AC;
  transition: all 0.3s ease-in-out;
}
.footer_m1 .footer_liste ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.footer_m1 .footer_liste ul li {
  line-height: 25px;
  font-size: 14px;
}
.footer_m1 .footer_liste ul li strong {
  color: #002044;
}
.footer_m1 .footer_liste ul li a {
  color: rgba(0, 32, 68, 0.6);
}
.footer_m1 .footer_liste ul li a strong {
  color: #002044;
}
.footer_m1 .footer_liste ul li a:hover {
  color: #002044;
}
.copyright_m1 {
  background-color: #ffffff;
  text-align: center;
  color: #002044;
  font-size: 14px;
  box-shadow: 20px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.copyright_m1 .e-con-inner {
  border-top: 1px dotted #ffffff;
}
.copyright_m1 p {
  color: #002044;
  margin-bottom: 0px;
}
.copyright_m1 a {
  color: #002044;
  text-decoration: underline !important;
  transition: all 0.3s ease-in-out;
}
.copyright_m1 a:not(:last-child) {
  margin-right: 15px;
}
.copyright_m1 a:hover {
  color: #1266AC;
  transition: all 0.3s ease-in-out;
}
.btn_footer .elementor-button-link {
  background-color: transparent;
  border: 0px solid transparent;
  color: rgba(0, 32, 68, 0.6);
  font-size: 15px;
  padding: 0px;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  line-height: 1.2;
}
.btn_footer .elementor-button-link br {
  display: none;
}
.btn_footer .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  height: 36px;
}
.btn_footer .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.btn_footer .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: 40px;
  fill: rgba(0, 32, 68, 0.6);
  transition: all 0.3s ease-in-out;
}
.btn_footer .elementor-button-link:visited, .btn_footer .elementor-button-link:focus {
  color: rgba(0, 32, 68, 0.6);
}
.btn_footer .elementor-button-link:visited svg, .btn_footer .elementor-button-link:focus svg {
  fill: rgba(0, 32, 68, 0.6);
}
.btn_footer .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 0px solid transparent;
  color: #002044;
}
.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: #002044 !important;
  transition: all 0.3s ease-in-out;
}
body {
  font-family: "Montserrat", sans-serif, sans-serif;
  font-size: 16px;
  color: #002044;
  font-weight: 400;
  line-height: 1.3;
}
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
******************************/
.titre_1 {
  position: relative;
  font-size: calc(22px + (38 - 22) * ((100vw - 300px) / (2560 - 300)));
  color: #002044;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.titre_1 .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .titre_1 br {
    display: none;
  }
}
.titre_1 strong, .titre_1 b {
  font-weight: 600;
}
.titre_1 span {
  color: #1266AC;
  font-weight: 600;
}
.titre_2 {
  color: #002044;
  font-weight: 200;
  font-size: calc(26px + (34 - 26) * ((100vw - 300px) / (2500 - 300)));
}
.titre_2 .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .titre_2 br {
    display: none;
  }
}
.titre_2 strong, .titre_2 b {
  font-weight: 500;
}
.titre_2 span {
  color: #1266AC;
}
.titre_3 {
  color: #002044;
  font-weight: 200;
  font-size: calc(22px + (30 - 22) * ((100vw - 300px) / (2500 - 300)));
}
.titre_3 .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .titre_3 br {
    display: none;
  }
}
.titre_3 strong, .titre_3 b {
  font-weight: 600;
}
.titre_3 span {
  color: #1266AC;
}
.titre_4 {
  position: relative;
  font-size: calc(20px + (24 - 20) * ((100vw - 300px) / (2560 - 300)));
  color: #002044;
  font-weight: 400;
}
.titre_4 .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .titre_4 br {
    display: none;
  }
}
.titre_4 strong, .titre_4 b {
  font-weight: 600;
}
.titre_4 span {
  color: #1266AC;
}
.titre_5 {
  position: relative;
  font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (2560 - 300)));
  color: #002044;
  font-weight: 400;
}
.titre_5 .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .titre_5 br {
    display: none;
  }
}
.titre_5 strong, .titre_5 b {
  font-weight: 600;
}
.titre_5 span {
  color: #1266AC;
}
/******************************
* Titres spe
******************************/
.titre_spe_1 {
  position: relative;
  font-size: calc(22px + (38 - 22) * ((100vw - 300px) / (2560 - 300)));
  color: #002044;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.titre_spe_1 .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .titre_spe_1 br {
    display: none;
  }
}
.titre_spe_1 strong, .titre_spe_1 b {
  font-weight: 600;
}
.titre_spe_1 span {
  color: #1266AC;
  font-weight: 600;
}
/******************************
* Padding / margin spe
******************************/
.p_margin_0 p {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}
/******************************
* Couleur
******************************/
.txt_blanc {
  color: #ffffff;
}
/******************************
* link Couleur
******************************/
.link_color1 a {
  transition: all 0.3s ease-in-out;
  color: #182B4B;
}
.link_color1 a:hover {
  color: #1266AC;
  transition: all 0.3s ease-in-out;
}
.link_color2 a {
  transition: all 0.3s ease-in-out;
  color: #1266AC;
}
.link_color2 a:hover {
  color: #002044;
  transition: all 0.3s ease-in-out;
}
.link_color3 a {
  transition: all 0.3s ease-in-out;
  color: #EEF2F7;
}
.link_color3 a:hover {
  color: #002044;
  transition: all 0.3s ease-in-out;
}
/******************************
* BLOCS
******************************/
.bg_degrad_1 {
  background: linear-gradient(90deg, #002044 0%, #0f3a67 100%);
  color: #ffffff !important;
}
.bg_degrad_1 .elementor-heading-title {
  color: #ffffff !important;
}
.bg_degrad_2 {
  background: linear-gradient(90deg, #1366ac 0%, #48b4d7 100%);
}
.bg_degrad_3 {
  background: linear-gradient(0deg, #ebebeb 0%, white 20%);
}
.bg_spe_1 {
  background-color: #002044;
}
.bg_form_1 {
  background: linear-gradient(90deg, #002044 0%, #0f3a67 100%);
  color: #ffffff !important;
  position: relative;
}
.bg_form_1 .elementor-heading-title {
  color: #ffffff !important;
}
.bg_form_1:before {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  height: 100% !important;
  width: 100% !important;
  top: 0% !important;
  left: 0% !important;
  background-image: url("/wp-content/uploads/2025/07/picto-forme-couleur.svg");
  background-position: 50% 50%;
  background-size: 80% 80%;
  background-repeat: no-repeat;
  opacity: 0.25 !important;
}
.bg_form_2 {
  position: relative;
  overflow: hidden !important;
}
.bg_form_2:before {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  height: 100% !important;
  width: 100% !important;
  top: 0% !important;
  left: 0% !important;
  background-image: url("/wp-content/uploads/2025/07/picto-forme-couleur.svg");
  background-position: 50% 50%;
  background-size: 65% 100%;
  background-repeat: no-repeat;
  opacity: 0.05 !important;
  transform: rotate(180deg);
}
.bg_form_gauche {
  position: relative;
}
.bg_form_gauche .e-con-inner {
  z-index: 5;
}
.bg_form_gauche:after {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  height: 130px !important;
  width: 130px !important;
  bottom: 60px !important;
  left: 0% !important;
  background-image: url("/wp-content/uploads/2025/07/picto-forme-couleur.svg");
  background-position: 100% 50%;
  background-size: 200%;
  background-repeat: no-repeat;
  z-index: 2;
}
.bg_form_droite {
  position: relative;
}
.bg_form_droite .e-con-inner {
  z-index: 5;
}
.bg_form_droite:after {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  height: 130px !important;
  width: 130px !important;
  bottom: 60px !important;
  right: 0% !important;
  background-image: url("/wp-content/uploads/2025/07/picto-forme-couleur.svg");
  background-position: 0% 50%;
  background-size: 200%;
  background-repeat: no-repeat;
  z-index: 2;
}
.bg_bloc_1 {
  background-color: #EEF2F7;
  border: 1px solid #1266AC !important;
  border-radius: 10px !important;
  padding: 2rem !important;
}
.rs_icon .elementor-social-icon {
  background-color: transparent;
  border: 0px solid #ffffff;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
  margin: 2px;
}
@media screen and (max-width: 960px) {
  .rs_icon .elementor-social-icon {
    font-size: 14px;
  }
}
.rs_icon .elementor-social-icon svg {
  fill: #002044;
  transition: all 0.3s ease-in-out;
}
.rs_icon .elementor-social-icon:hover {
  border: 0px solid #1266AC;
  transition: all 0.3s ease-in-out;
}
.rs_icon .elementor-social-icon:hover svg {
  fill: #1266AC;
  transition: all 0.3s ease-in-out;
}
.counter_spe_1 .elementor-counter-number {
  font-size: calc(26px + (35 - 26) * ((100vw - 300px) / (2560 - 300)));
}
.counter_spe_1 .elementor-counter-title {
  font-size: 16px !important;
  line-height: 1.2 !important;
  text-align: center;
}
/******************************
* images
******************************/
svg {
  min-height: 6px;
  min-width: 6px;
}
.img_spe_1 {
  border-radius: 10px !important;
  overflow: hidden !important;
  position: relative;
}
.img_spe_1:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  background-image: url("/wp-content/uploads/2025/07/picto-forme-couleur.svg");
  background-position: -85px 90%;
  background-size: 170px;
  background-repeat: no-repeat;
}
.video_radius {
  border-radius: 10px !important;
  overflow: hidden !important;
}
/******************************
* Liste
******************************/
.liste_puce_1 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.liste_puce_1 ul li {
  padding-left: 15px;
  position: relative;
}
.liste_puce_1 ul li:before {
  content: "";
  position: absolute;
  display: block;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  top: 8px;
  left: 0%;
  background-color: #002044;
}
/******************************
* hero / ban home
******************************/
.top_accroche {
  background-color: #182B4B;
}
.top_accroche .top_accroche_titre {
  font-size: calc(14px + (14 - 14) * ((100vw - 300px) / (2560 - 300)));
  color: #ffffff;
  font-weight: 300;
  letter-spacing: 1.5px;
}
.slider_home .elementor-slides-wrapper .swiper-wrapper .swiper-slide-inner {
  background: linear-gradient(65deg, rgba(24, 43, 75, 0.75) 0%, rgba(24, 43, 75, 0) 75%);
}
.slider_home .elementor-slides-wrapper .swiper-wrapper .swiper-slide-inner .swiper-slide-contents {
  z-index: 2;
}
.slider_home .elementor-slides-wrapper .swiper-wrapper .swiper-slide-inner .swiper-slide-contents .elementor-slide-heading {
  color: #ffffff;
  font-weight: 200;
  font-size: calc(22px + (38 - 22) * ((100vw - 300px) / (1600 - 300)));
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .slider_home .elementor-slides-wrapper .swiper-wrapper .swiper-slide-inner .swiper-slide-contents .elementor-slide-heading {
    width: 100%;
  }
}
.slider_home .elementor-slides-wrapper .swiper-wrapper .swiper-slide-inner .swiper-slide-contents .elementor-slide-description {
  color: #ffffff;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .slider_home .elementor-slides-wrapper .swiper-wrapper .swiper-slide-inner .swiper-slide-contents .elementor-slide-description {
    width: 100%;
  }
}
.slider_home .elementor-slides-wrapper .swiper-wrapper .swiper-slide-inner .swiper-slide-contents .elementor-slide-button {
  background-color: #ffffff;
  color: #182B4B;
  font-size: calc(14px + (14 - 14) * ((100vw - 300px) / (2560 - 300)));
  padding: 15px 20px;
  border-radius: 5px !important;
  border: 0px solid transparent;
  transition: all 0.3s ease-in-out;
  min-width: 150px;
}
.slider_home .elementor-slides-wrapper .swiper-wrapper .swiper-slide-inner .swiper-slide-contents .elementor-slide-button:hover {
  background-color: #182B4B;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.home_titre_1 {
  position: relative;
  font-size: calc(14px + (14 - 14) * ((100vw - 300px) / (2560 - 300)));
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
}
.bloc_spe_1 {
  background-color: #182B4B;
  border-radius: 10px !important;
  overflow: hidden !important;
  color: #ffffff;
  background-image: url("/wp-content/uploads/2025/07/picto-forme-clair.svg");
  background-position: -85px 90%;
  background-size: 170px;
  background-repeat: no-repeat;
}
.bloc_spe_1 .bloc_titre {
  color: #ffffff;
  font-weight: 200;
  font-size: calc(22px + (30 - 22) * ((100vw - 300px) / (1600 - 300)));
}
.bloc_spe_1 .bloc_titre .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .bloc_spe_1 .bloc_titre br {
    display: none;
  }
}
.bloc_spe_1 .bloc_titre strong, .bloc_spe_1 .bloc_titre b {
  font-weight: 600;
}
.bloc_spe_1 .bloc_titre span {
  color: #1266AC;
}
.bloc_gammes {
  border-radius: 10px !important;
  overflow: hidden !important;
  background-color: #ffffff;
  box-shadow: 5px 10px 35px 0px rgba(0, 0, 0, 0.1) !important;
  position: relative;
  border-bottom: 5px solid #182B4B;
}
.bloc_gammes .gammes_titre {
  position: relative;
  font-size: calc(20px + (24 - 20) * ((100vw - 300px) / (2560 - 300)));
  color: #ffffff;
  font-weight: 600;
  padding: 10px 0px;
}
.bloc_gammes .gammes_titre .elementor-heading-title {
  line-height: 1.2;
}
.bloc_gammes .gammes_desc {
  color: #182B4B;
  font-size: 14px;
  padding: 1rem 1rem 0rem 1rem;
}
.bloc_gammes .gammes_btn {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.bloc_gammes .gammes_btn .elementor-button-link {
  background-color: #ffffff;
  color: #182B4B;
  font-size: 14px;
  padding: 0px 15px;
  text-transform: uppercase;
  border: 1px solid #182B4B;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.bloc_gammes .gammes_btn .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 34px;
}
.bloc_gammes .gammes_btn .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 8px;
}
.bloc_gammes .gammes_btn .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: 18px;
  fill: #1266AC;
  transition: all 0.3s ease-in-out;
}
.bloc_gammes .gammes_btn .elementor-button-link:visited, .bloc_gammes .gammes_btn .elementor-button-link:focus {
  color: #182B4B;
}
.bloc_gammes .gammes_btn .elementor-button-link:visited svg, .bloc_gammes .gammes_btn .elementor-button-link:focus svg {
  fill: #1266AC;
}
.bloc_gammes .gammes_btn .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: #182B4B;
  border: 1px solid #182B4B;
  color: #ffffff;
}
.bloc_gammes .gammes_btn .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.carrousel_partenaire .elementor-image-carousel-wrapper .swiper-wrapper {
  align-items: center;
}
/************************
* Page divers
*************************/
.ban_inte {
  position: relative;
  min-height: 240px !important;
}
.ban_inte > .e-con-inner {
  z-index: 2;
}
.ban_inte .ban_titre {
  position: relative;
  font-size: calc(22px + (38 - 22) * ((100vw - 300px) / (2560 - 300)));
  color: #ffffff;
  font-weight: 400;
}
.ban_inte .ban_titre .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .ban_inte .ban_titre br {
    display: none;
  }
}
.ban_inte .ban_titre strong, .ban_inte .ban_titre b {
  font-weight: 600;
}
.ban_inte .ban_titre span {
  color: #1266AC;
  font-weight: 600;
}
.ban_inte .ban_desc {
  color: #ffffff;
  font-size: calc(15px + (15 - 15) * ((100vw - 300px) / (2560 - 300)));
}
.breadcrumbs {
  color: #182B4B;
  text-transform: uppercase;
  padding: 2vw 2vw 2vw 2vw !important;
}
.breadcrumbs a {
  color: rgba(24, 43, 75, 0.6);
  transition: all 0.3s ease-in-out;
}
.breadcrumbs a:hover {
  color: #1266AC;
  transition: all 0.3s ease-in-out;
}
/************************
* Page qui sommes nous
*************************/
.index-egalite-container {
  max-width: 540px;
  margin: 0 auto;
  background: #f8fbfe;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(51, 80, 107, 0.08);
  border-bottom: 3px solid #182B4B;
  padding: 32px 24px 24px 24px;
  color: #25313c;
}
.index-egalite-container .index-egalite-header {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 28px;
  text-align: center;
  color: #182B4B;
}
.index-egalite-container .index-egalite-table {
  background: transparent;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 18px;
  box-shadow: 0 1px 4px rgba(38, 60, 88, 0.06);
}
.index-egalite-container .index-egalite-table .index-egalite-row {
  display: flex;
  border-bottom: 1px solid #eaf0f7;
}
.index-egalite-container .index-egalite-table .index-egalite-row:last-child {
  border-bottom: none;
}
.index-egalite-container .index-egalite-table .index-egalite-row .index-egalite-cell {
  flex: 1;
  padding: 16px 14px;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.index-egalite-container .index-egalite-table .index-egalite-row .index-egalite-cell.index-egalite-note-header {
  font-weight: 500;
  text-align: right;
  justify-content: flex-end;
}
.index-egalite-container .index-egalite-table .index-egalite-row .index-egalite-cell.index-egalite-note {
  font-weight: 700;
  font-size: 18px;
  color: #1266AC;
  text-align: right;
  justify-content: flex-end;
}
.index-egalite-container .index-egalite-table .index-egalite-row-header {
  background: #eaf0f7;
}
.index-egalite-container .index-egalite-table .index-egalite-row-header .index-egalite-cell {
  font-weight: 500;
  color: #6e7d92;
  font-size: 16.5px;
}
.index-egalite-container .index-egalite-table .index-egalite-row-blanc {
  background: #fff;
}
.index-egalite-container .index-egalite-table .index-egalite-row-bleu {
  background: #f6fafd;
}
.index-egalite-container .index-egalite-global-note {
  text-align: center;
  font-size: 15px;
  color: #6e7d92;
  margin-bottom: 12px;
}
.index-egalite-container .index-egalite-global-note b {
  color: #1a3875;
  font-weight: 700;
}
.index-egalite-container .index-egalite-footer {
  font-size: 14.5px;
  color: #a1adc3;
  text-align: center;
  margin-top: 8px;
}
/************************
* Page 404
*************************/
.ban_inte_2 {
  position: relative;
}
.ban_inte_2 > .e-con-inner {
  z-index: 2;
}
.ban_inte_2 .ban_titre {
  position: relative;
  font-size: calc(22px + (38 - 22) * ((100vw - 300px) / (2560 - 300)));
  color: #ffffff;
  font-weight: 400;
}
.ban_inte_2 .ban_titre .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .ban_inte_2 .ban_titre br {
    display: none;
  }
}
.ban_inte_2 .ban_titre strong, .ban_inte_2 .ban_titre b {
  font-weight: 600;
}
.ban_inte_2 .ban_titre span {
  color: #1266AC;
  font-weight: 600;
}
.ban_inte_2 .ban_desc {
  color: #ffffff;
  font-size: calc(15px + (15 - 15) * ((100vw - 300px) / (2560 - 300)));
}
.breadcrumbs {
  color: #182B4B;
  text-transform: uppercase;
  padding: 2vw 2vw 2vw 2vw !important;
}
.breadcrumbs a {
  color: rgba(24, 43, 75, 0.6);
  transition: all 0.3s ease-in-out;
}
.breadcrumbs a:hover {
  color: #1266AC;
  transition: all 0.3s ease-in-out;
}
/************************
* 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;
  height: 30px;
  width: 30px;
  background-color: #182B4B;
}
.elementor-swiper-button svg {
  fill: #ffffff !important;
  width: 40px !important;
  height: 14px !important;
  transition: all 0.3s ease-in-out;
}
.elementor-swiper-button:hover {
  transition: all 0.3s ease-in-out;
  background-color: #1266AC;
}
.elementor-swiper-button:hover svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.elementor-swiper-button.swiper-button-lock {
  display: none !important;
}
/*****************************************************************************************************************************
  * pagination
******************************************************************************************************************************/
.elementor-post-navigation .elementor-post-navigation__prev a, .elementor-post-navigation .elementor-post-navigation__next a {
  color: #002044;
  transition: all 0.3s ease-in-out;
}
.elementor-post-navigation .elementor-post-navigation__prev a:hover, .elementor-post-navigation .elementor-post-navigation__next a:hover {
  color: #182B4B;
  transition: all 0.3s ease-in-out;
}
.elementor-post-navigation .post-navigation__arrow-prev i, .elementor-post-navigation .post-navigation__arrow-next i {
  color: #002044;
  transition: all 0.3s ease-in-out;
}
.elementor-post-navigation .post-navigation__arrow-prev i:hover, .elementor-post-navigation .post-navigation__arrow-next i:hover {
  color: #182B4B;
  transition: all 0.3s ease-in-out;
}
.elementor-pagination {
  padding: 3rem 1rem;
}
.elementor-pagination .page-numbers {
  background-color: #ffffff;
  color: #002044;
  width: 36px;
  height: 36px;
  display: inline-block;
  border: 1px solid #EEEEEE;
  border-radius: 25px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.8;
}
.elementor-pagination .prev, .elementor-pagination .next {
  padding: 5px 10px;
  width: auto;
}
.elementor-pagination a.page-numbers {
  transition: all 0.3s ease-in-out;
}
.elementor-pagination a.page-numbers:hover {
  background-color: #182B4B !important;
  color: #ffffff !important;
  transition: all 0.3s ease-in-out;
  border: 1px solid #182B4B;
}
.elementor-pagination .current {
  background-color: #182B4B !important;
  color: #ffffff !important;
  border: 1px solid #182B4B;
  transition: all 0.3s ease-in-out;
}
/*****************************************************************************************************************************
  * loop
******************************************************************************************************************************/
/************************
  * loop actu
*************************/
.loop_actu {
  position: relative;
}
.loop_actu > .e-con-inner {
  padding: 20px 15px !important;
  background-color: #EEEEEE;
  border-bottom: 4px solid #182B4B;
  border-radius: 10px !important;
  z-index: 2;
  box-shadow: 10px 15px 25px 0px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease-in-out;
}
.loop_actu .loop_img {
  overflow: hidden !important;
}
.loop_actu .loop_img img {
  transform: scale(1);
  transition: transform 0.8s ease;
}
.loop_actu .loop_img .loop_cat .elementor-heading-title {
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.loop_actu .loop_img .loop_cat .elementor-heading-title a {
  display: block;
  padding: 4px 8px;
  background-color: #EEF2F7;
  color: #002044;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.loop_actu .loop_img .loop_cat .elementor-heading-title a:hover {
  background-color: #1266AC;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.loop_actu .loop_content .loop_titre a {
  color: #182B4B !important;
  font-size: 18px !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1 !important;
  transition: all 0.3s ease-in-out;
}
.loop_actu .loop_content .btn_blog .elementor-button-link {
  background-color: transparent;
  color: #182B4B;
  font-size: 14px;
  padding: 0px;
}
.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: auto;
}
.loop_actu .loop_content .btn_blog .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: auto;
  fill: #182B4B;
}
@media screen and (max-width: 960px) {
  .loop_actu .loop_content .btn_blog .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
    margin-left: 0px;
  }
}
.loop_actu .loop_content .btn_blog .elementor-button-link:visited, .loop_actu .loop_content .btn_blog .elementor-button-link:focus {
  color: #182B4B;
}
.loop_actu .loop_content .btn_blog .elementor-button-link:visited svg, .loop_actu .loop_content .btn_blog .elementor-button-link:focus svg {
  fill: #182B4B;
}
.loop_actu:hover > .e-con-inner {
  border-bottom: 4px solid #1266AC;
  transition: all 0.3s ease-in-out;
}
.loop_actu:hover .loop_img img {
  transform: scale(1.1);
  transition: transform 0.8s ease;
}
.loop_actu:hover .loop_titre {
  transition: all 0.3s ease-in-out;
}
.loop_actu:hover .loop_titre a {
  color: #1266AC !important;
  transition: all 0.3s ease-in-out;
}
.loop_actu:hover .btn_blog .elementor-button-link {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  color: #1266AC;
}
.loop_actu:hover .btn_blog .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #1266AC !important;
  transition: all 0.3s ease-in-out;
}
/************************
  * loop Recherche
*************************/
.loop_recherche {
  position: relative;
}
.loop_recherche > .e-con-inner {
  padding: 20px 15px !important;
  background-color: #EEEEEE;
  border-bottom: 4px solid #182B4B;
  border-radius: 10px !important;
  z-index: 2;
  box-shadow: 10px 15px 25px 0px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease-in-out;
}
.loop_recherche .loop_content .loop_titre a {
  color: #182B4B !important;
  font-size: 18px !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1 !important;
  transition: all 0.3s ease-in-out;
}
.loop_recherche .loop_content .btn_blog .elementor-button-link {
  background-color: transparent;
  color: #182B4B;
  font-size: 14px;
  padding: 0px;
}
.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: auto;
}
.loop_recherche .loop_content .btn_blog .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: auto;
  fill: #182B4B;
}
@media screen and (max-width: 960px) {
  .loop_recherche .loop_content .btn_blog .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
    margin-left: 0px;
  }
}
.loop_recherche .loop_content .btn_blog .elementor-button-link:visited, .loop_recherche .loop_content .btn_blog .elementor-button-link:focus {
  color: #182B4B;
}
.loop_recherche .loop_content .btn_blog .elementor-button-link:visited svg, .loop_recherche .loop_content .btn_blog .elementor-button-link:focus svg {
  fill: #182B4B;
}
.loop_recherche:hover > .e-con-inner {
  border-bottom: 4px solid #1266AC;
  transition: all 0.3s ease-in-out;
}
.loop_recherche:hover .loop_titre {
  transition: all 0.3s ease-in-out;
}
.loop_recherche:hover .loop_titre a {
  color: #1266AC !important;
  transition: all 0.3s ease-in-out;
}
.loop_recherche:hover .btn_blog .elementor-button-link {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  color: #1266AC;
}
.loop_recherche:hover .btn_blog .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #1266AC !important;
  transition: all 0.3s ease-in-out;
}
/************************
  * Page archives
*************************/
.ban_archive .titre_top {
  position: relative;
  font-size: 24px;
  color: #002044;
  font-family: "Montserrat", sans-serif;
}
.ban_archive .titre_top span {
  font-weight: 600;
}
.ban_archive .ban_titre {
  position: relative;
  font-size: 40px;
  color: #002044;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  margin-top: -15px;
  text-transform: uppercase;
}
.ban_archive .ban_titre .elementor-heading-title {
  line-height: 1.2 !important;
}
.ban_archive .breadcrumbs #breadcrumbs {
  color: #002044;
}
.ban_archive .breadcrumbs #breadcrumbs span span {
  border: 1px solid #EEEEEE;
  border-radius: 25px;
  padding: 5px 10px;
}
.ban_archive .breadcrumbs a {
  color: #002044;
  transition: all 0.3s ease-in-out;
}
.ban_archive .breadcrumbs a:hover {
  color: #182B4B;
  transition: all 0.3s ease-in-out;
}
.blog_filtre .e-filter-item {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  font-size: 14px;
}
.titre_blog_c1 {
  color: #ffffff;
  font-weight: 200;
  font-size: calc(26px + (34 - 26) * ((100vw - 300px) / (2500 - 300)));
  background-color: #182B4B;
  width: fit-content;
  padding: 8px 15px;
}
.titre_blog_c1 .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .titre_blog_c1 br {
    display: none;
  }
}
.titre_blog_c1 strong, .titre_blog_c1 b {
  font-weight: 500;
}
.titre_blog_c1 span {
  color: #1266AC;
}
.titre_blog_c2 {
  color: #ffffff;
  font-weight: 200;
  font-size: calc(26px + (34 - 26) * ((100vw - 300px) / (2500 - 300)));
  background-color: #1266AC;
  width: fit-content;
  padding: 8px 15px;
}
.titre_blog_c2 .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .titre_blog_c2 br {
    display: none;
  }
}
.titre_blog_c2 strong, .titre_blog_c2 b {
  font-weight: 500;
}
.titre_blog_c2 span {
  color: #182B4B;
}
/************************
* Page article
*************************/
.ban_inte_actu {
  position: relative;
  min-height: 240px !important;
}
.ban_inte_actu:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.ban_inte_actu > .e-con-inner {
  z-index: 2;
}
.ban_inte_actu .ban_titre {
  position: relative;
  font-size: calc(22px + (38 - 22) * ((100vw - 300px) / (2560 - 300)));
  color: #ffffff;
  font-weight: 400;
}
.ban_inte_actu .ban_titre .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .ban_inte_actu .ban_titre br {
    display: none;
  }
}
.ban_inte_actu .ban_titre strong, .ban_inte_actu .ban_titre b {
  font-weight: 600;
}
.ban_inte_actu .ban_titre span {
  color: #1266AC;
  font-weight: 600;
}
.ban_inte_actu .ban_desc {
  color: #ffffff;
  font-size: calc(15px + (15 - 15) * ((100vw - 300px) / (2560 - 300)));
}
.copyright_img a {
  color: #002044 !important;
  font-style: italic !important;
  text-decoration: underline !important;
  font-size: 14px !important;
  transition: all 0.3s ease-in-out;
}
.copyright_img a:hover {
  color: #1266AC !important;
  transition: all 0.3s ease-in-out;
}
.pdt_breadcrumbs {
  color: #182B4B;
  text-transform: uppercase;
  padding: 1vw 2vw 1vw 2vw !important;
}
.pdt_breadcrumbs .woocommerce-breadcrumb {
  color: #182B4B !important;
  margin-bottom: 0px !important;
}
.pdt_breadcrumbs .woocommerce-breadcrumb a {
  color: rgba(24, 43, 75, 0.6) !important;
  transition: all 0.3s ease-in-out;
}
.pdt_breadcrumbs .woocommerce-breadcrumb a:hover {
  color: #1266AC !important;
  transition: all 0.3s ease-in-out;
}
.pdt_titre_1 {
  font-size: calc(22px + (34 - 22) * ((100vw - 300px) / (2560 - 300)));
  color: #182B4B;
  font-weight: 300;
}
.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 {
  color: #1266AC;
}
.single-product .pdt_pays {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 5px !important;
  justify-content: flex-start !important;
}
.single-product .pdt_pays .flag_fr, .single-product .pdt_pays .flag_be {
  position: relative;
  margin-bottom: 12px;
}
.single-product .pdt_pays .flag_fr:before, .single-product .pdt_pays .flag_be:before {
  display: block;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  height: fit-content;
  font-size: 12px;
  color: #ffffff;
  background-color: #182B4B;
  padding: 0px 5px;
  border-radius: 5px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.single-product .pdt_pays .flag_fr:hover:before, .single-product .pdt_pays .flag_be:hover:before {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.single-product .pdt_pays .flag_fr:before {
  content: "France";
}
.single-product .pdt_pays .flag_be:before {
  content: "Belgique";
}
.single-product .pdt_pays .elementor-icon svg {
  border-radius: 50%;
  overflow: hidden;
  width: 30px;
  height: 30px;
  border: 2px solid #ffffff;
  aspect-ratio: 1;
}
.pdt_titre_2 {
  font-size: calc(22px + (30 - 22) * ((100vw - 300px) / (2560 - 300)));
  color: #182B4B;
  font-weight: 600;
}
.pdt_titre_2 .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .pdt_titre_2 br {
    display: none;
  }
}
.pdt_titre_2 strong, .pdt_titre_2 b {
  color: #1266AC;
}
.pdt_ss_titre {
  font-size: calc(16px + (16 - 16) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 400;
}
.pdt_ss_titre .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .pdt_ss_titre br {
    display: none;
  }
}
.pdt_ss_titre strong, .pdt_ss_titre b {
  color: #1266AC;
}
.pdt_titre_info {
  font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (2560 - 300)));
  color: #182B4B;
  font-weight: 600;
}
.pdt_titre_info .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .pdt_titre_info br {
    display: none;
  }
}
.pdt_titre_info strong, .pdt_titre_info b {
  color: #1266AC;
}
.pdt_gencode {
  font-size: calc(14px + (14 - 14) * ((100vw - 300px) / (2560 - 300)));
  color: rgba(24, 43, 75, 0.6);
}
.pdt_gencode .elementor-heading-title {
  line-height: 1.4;
}
.pdt_imagesgal {
  box-shadow: 0px 0px 26px 6px rgba(53, 48, 45, 0.05) !important;
}
.pdt_imagesgal .images {
  margin-bottom: 0px !important;
}
.pdt_imagesgal .images .woocommerce-product-gallery__image img {
  height: 400px !important;
  object-fit: contain !important;
}
.pdt_imagesgal .images .flex-control-thumbs li {
  width: 20% !important;
}
.btn_pdt_video .elementor-button-link {
  background-color: #94A3AD;
  color: #ffffff;
  font-size: 14px;
  padding: 0px 10px;
  border: 1px solid #94A3AD;
  border-radius: 0px;
  transition: all 0.3s ease-in-out;
  border-radius: 10px !important;
}
.btn_pdt_video .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 40px;
}
.btn_pdt_video .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 8px;
}
.btn_pdt_video .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 24px;
  width: 24px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.btn_pdt_video .elementor-button-link:visited, .btn_pdt_video .elementor-button-link:focus {
  color: #ffffff;
}
.btn_pdt_video .elementor-button-link:visited svg, .btn_pdt_video .elementor-button-link:focus svg {
  fill: #ffffff;
}
.btn_pdt_video .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: #182B4B;
  border: 1px solid #182B4B;
  color: #ffffff;
}
.btn_pdt_video .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.pdt_variation {
  border: 1px solid #182B4B;
  padding: 1rem;
}
.pdt_variation .woo-selected-variation-item-name {
  display: none !important;
}
.pdt_variation .reset_variations {
  display: none !important;
}
.pdt_variation .variations label {
  font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 400;
}
.pdt_variation .bouton {
  text-align: center;
}
.pdt_variation .bouton a {
  padding-left: 30px;
  background: url("/wp-content/uploads/2025/04/picto-pdf.svg");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 20px 100%;
  color: #1266AC;
  transition: all 0.3s ease-in-out;
}
.pdt_variation .bouton a:hover {
  color: #009EE3;
}
.reset_variations {
  color: #182B4B;
  color: #182B4B;
  display: flex;
  justify-content: left;
  text-transform: uppercase;
}
.reset_variations:hover {
  color: #1266AC;
}
.woo-variation-swatches .variable-items-wrapper .color-variable-item {
  border-radius: 50% !important;
}
.woo-variation-swatches .variable-items-wrapper .color-variable-item .variable-item-contents .variable-item-span {
  border-radius: 50% !important;
}
.woo-variation-swatches .variable-items-wrapper .button-variable-item {
  border-radius: 0px !important;
}
.btn_pdt_contact .elementor-button-link {
  background-color: #182B4B;
  color: #ffffff;
  font-size: 20px;
  padding: 0px 20px;
  min-width: 100%;
  border: 1px solid #182B4B;
  border-radius: 0px;
  transition: all 0.3s ease-in-out;
}
.btn_pdt_contact .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_pdt_contact .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.btn_pdt_contact .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: 40px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.btn_pdt_contact .elementor-button-link:visited, .btn_pdt_contact .elementor-button-link:focus {
  color: #ffffff;
}
.btn_pdt_contact .elementor-button-link:visited svg, .btn_pdt_contact .elementor-button-link:focus svg {
  fill: #ffffff;
}
.btn_pdt_contact .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: #1266AC;
  border: 1px solid #1266AC;
  color: #ffffff;
}
.btn_pdt_contact .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.btn_pdt_alldocs {
  width: 100% !important;
}
.btn_pdt_alldocs .elementor-button-link {
  background-color: transparent;
  color: #182B4B;
  font-size: 14px;
  padding: 0px 20px;
  min-width: 100%;
  border: 1px solid #182B4B;
  transition: all 0.3s ease-in-out;
  border-radius: 0px;
}
.btn_pdt_alldocs .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_pdt_alldocs .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.btn_pdt_alldocs .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: 18px;
  fill: #182B4B;
  transition: all 0.3s ease-in-out;
}
.btn_pdt_alldocs .elementor-button-link:visited, .btn_pdt_alldocs .elementor-button-link:focus {
  color: #182B4B;
}
.btn_pdt_alldocs .elementor-button-link:visited svg, .btn_pdt_alldocs .elementor-button-link:focus svg {
  fill: #182B4B;
}
.btn_pdt_alldocs .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: #182B4B;
  border: 1px solid #182B4B;
  color: #ffffff;
}
.btn_pdt_alldocs .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.btn_pdt_doc .elementor-button-link {
  background-color: transparent;
  color: #1266AC;
  font-size: 14px;
  padding: 0px 20px;
  min-width: 100%;
  border: 1px solid #1266AC;
  transition: all 0.3s ease-in-out;
  text-align: left !important;
  border-radius: 0px !important;
}
.btn_pdt_doc .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: 44px;
}
.btn_pdt_doc .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.btn_pdt_doc .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: 40px;
  fill: #1266AC;
  transition: all 0.3s ease-in-out;
}
.btn_pdt_doc .elementor-button-link:visited, .btn_pdt_doc .elementor-button-link:focus {
  color: #1266AC;
}
.btn_pdt_doc .elementor-button-link:visited svg, .btn_pdt_doc .elementor-button-link:focus svg {
  fill: #1266AC;
}
.btn_pdt_doc .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: #1266AC;
  border: 1px solid #1266AC;
  color: #ffffff;
}
.btn_pdt_doc .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.pdt_bg_video {
  background-image: url("/wp-content/uploads/2025/07/picto-forme-clair.svg");
  background-position: -10vw 90%;
  background-size: 20vw;
  background-repeat: no-repeat;
}
.product .pdt_liste ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.product .pdt_liste ul li {
  padding-left: 20px;
  margin-bottom: 6px !important;
  position: relative;
}
.product .pdt_liste ul li:before {
  content: "";
  position: absolute;
  display: block;
  height: 12px;
  width: 6px;
  border-radius: 50%;
  top: 3px;
  left: 0%;
  background-color: #1266AC;
  mask-image: url("/wp-content/uploads/2025/07/picto-fleche-droite.svg");
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2025/07/picto-fleche-droite.svg");
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
/******************************************************************
* Lire plus sur paragraphe
*******************************************************************/
.opendesc {
  font-size: 15px;
  position: relative;
  height: 130px;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  padding-bottom: 30px !important;
}
.opendesc::before {
  content: "";
  display: block;
  position: absolute;
  height: 60px;
  width: 100%;
  bottom: 0%;
  left: 0%;
  background: linear-gradient(0deg, #F0F0F0 0%, rgba(240, 240, 240, 0.5) 100%);
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 5;
}
.opendesc::after {
  content: "";
  display: block;
  position: absolute;
  height: 30px;
  width: 30px;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%) rotate(0deg);
  border-radius: 50%;
  cursor: pointer;
  background-color: #1266AC;
  background-image: url("../icons/dropdown-down-blanc.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 10px 16px;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 6;
}
.opendesc.openclass {
  height: auto;
}
.opendesc.openclass::before {
  opacity: 0;
}
.opendesc.openclass::after {
  transform: translateX(-50%) rotate(180deg);
}
.archive_breadcrumbs {
  color: #182B4B;
  text-transform: uppercase;
  padding: 1rem 2vw 1rem 2vw !important;
}
.archive_breadcrumbs a {
  color: rgba(24, 43, 75, 0.6);
  transition: all 0.3s ease-in-out;
}
.archive_breadcrumbs a:hover {
  color: #1266AC;
  transition: all 0.3s ease-in-out;
}
.ban_archive_produit .ban_icon {
  height: 60px;
  width: 60px;
  aspect-ratio: 1;
}
.ban_archive_produit .ban_titre {
  position: relative;
  font-size: calc(22px + (38 - 22) * ((100vw - 300px) / (2560 - 300)));
  color: #ffffff;
  font-weight: 400;
}
.ban_archive_produit .ban_titre .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .ban_archive_produit .ban_titre br {
    display: none;
  }
}
.ban_archive_produit .ban_titre strong, .ban_archive_produit .ban_titre b {
  font-weight: 600;
}
.ban_archive_produit .ban_titre span {
  color: #1266AC;
  font-weight: 600;
}
.ban_archive_produit .ban_desc {
  color: #ffffff;
  font-size: calc(15px + (15 - 15) * ((100vw - 300px) / (2560 - 300)));
}
/************************
  * loop produit
*************************/
.loop_pdt {
  position: relative;
}
.loop_pdt > .e-con-inner {
  padding: 10px 0px 0px !important;
  background-color: #ffffff;
  border-bottom: 4px solid #1266AC;
  border-radius: 10px !important;
  z-index: 2;
  box-shadow: 10px 15px 25px 0px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease-in-out;
}
.loop_pdt .loop_img {
  overflow: hidden !important;
}
.loop_pdt .loop_img img {
  transform: scale(1);
  transition: transform 0.8s ease;
}
.loop_pdt .loop_img .pdt_pays {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  justify-content: flex-start;
  padding-left: 10px;
}
.loop_pdt .loop_img .pdt_pays .elementor-icon svg {
  border-radius: 50%;
  overflow: hidden;
  width: 30px;
  height: 30px;
  border: 2px solid #ffffff;
  aspect-ratio: 1;
}
.loop_pdt .loop_content {
  position: relative;
  padding: 0px 15px 10px;
  border-radius: 0px 0px 8px 8px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .loop_pdt .loop_content {
    height: 100% !important;
  }
}
.loop_pdt .loop_content:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0%;
  height: 100%;
  width: 100%;
  background-image: url("/wp-content/uploads/2025/07/forme-fblanc.svg");
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: 101% contain;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.loop_pdt .loop_content:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0%;
  height: 100%;
  width: 100%;
  background-color: #182B4B;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
.loop_pdt .loop_content .loop_titre {
  color: #182B4B !important;
  font-size: 13px !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1 !important;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.loop_pdt:hover .loop_content:before {
  top: 0%;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .loop_pdt:hover .loop_content:before {
    display: none;
  }
}
.loop_pdt:hover .loop_content:after {
  top: 0%;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .loop_pdt:hover .loop_content:after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .loop_pdt:hover .loop_content .loop_titre {
    color: #ffffff !important;
    transition: all 0.3s ease-in-out;
  }
}
/******************************************************************
* WP facet
*******************************************************************/
.facet-wrap > span {
  position: relative;
  font-size: calc(16px + (16 - 16) * ((100vw - 300px) / (2560 - 300)));
  color: #182B4B;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}
.facetwp-flyout-content h3 {
  position: relative;
  font-size: calc(16px + (16 - 16) * ((100vw - 300px) / (2560 - 300)));
  color: #182B4B;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1rem;
  display: block;
}
.facetwp-facet {
  margin-bottom: 1rem !important;
}
/******************************************************************
* Bouton recet
*******************************************************************/
.facetwp-reset {
  background-color: transparent;
  color: #182B4B;
  font-size: 16px;
  padding: 0px 20px;
  height: 40px;
  border: 1px solid #182B4B;
  border-radius: 5px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.facetwp-reset:hover {
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #182B4B;
}
.facetwp-reset:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #1266AC !important;
  transition: all 0.3s ease-in-out;
}
/******************************************************************
* cat categories search gencode
*******************************************************************/
.facetwp-facet-gencode {
  margin-bottom: 2em;
}
.facetwp-facet-gencode input.facetwp-autocomplete {
  width: 100%;
  padding: 0.57em 2.2em 0.57em 1em;
  /* à droite pour l'icône */
  border: 1.5px solid #c6cfdb;
  border-radius: 5px;
  background: #fff;
  color: #24324d;
  font-size: 1.04em;
  transition: border-color 0.16s, box-shadow 0.13s;
  box-shadow: 0 3px 16px rgba(36, 81, 255, 0.07);
  outline: none;
}
.facetwp-facet-gencode input.facetwp-autocomplete::placeholder {
  color: #a6b1c5;
  opacity: 1;
  font-style: italic;
  font-size: 1em;
  letter-spacing: 0.01em;
}
.facetwp-facet-gencode input.facetwp-autocomplete:focus {
  border-color: #009EE3;
  box-shadow: 0 0 0 1.5px #eaf2ff;
}
.facetwp-facet-gencode .facetwp-autocomplete-update {
  margin-top: 1rem;
  background-color: transparent;
  color: #182B4B;
  font-size: 16px;
  padding: 0px 20px;
  height: 40px;
  border: 1px solid #182B4B;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
/******************************************************************
* cat categories search mot clés
*******************************************************************/
.facetwp-facet-pdt_search {
  margin-bottom: 2em;
  box-shadow: 0 3px 16px rgba(36, 81, 255, 0.07);
}
.facetwp-facet-pdt_search .facetwp-input-wrap {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  background: transparent;
  border-radius: 5px;
}
.facetwp-facet-pdt_search .facetwp-icon {
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2em;
  height: 1.2em;
  pointer-events: none;
  color: #69768c;
  opacity: 0.7;
  /* Si le SVG n'a pas de color, utiliser filter: grayscale(1) brightness(0.4); */
}
.facetwp-facet-pdt_search input.facetwp-search {
  width: 100%;
  padding: 0.57em 2.2em 0.57em 1em;
  /* à droite pour l'icône */
  border: 1.5px solid #c6cfdb;
  border-radius: 5px;
  background: #fff;
  color: #24324d;
  font-size: 1.04em;
  transition: border-color 0.16s, box-shadow 0.13s;
  outline: none;
}
.facetwp-facet-pdt_search input.facetwp-search::placeholder {
  color: #a6b1c5;
  opacity: 1;
  font-style: italic;
  font-size: 1em;
  letter-spacing: 0.01em;
}
.facetwp-facet-pdt_search input.facetwp-search:focus {
  border-color: #009EE3;
  box-shadow: 0 0 0 1.5px #eaf2ff;
}
/******************************************************************
* cat categories checkbox
*******************************************************************/
.facetwp-type-checkboxes {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 5px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 3px 16px rgba(36, 81, 255, 0.07);
  max-width: 100%;
  margin: 0 auto 2em auto;
  border: 1.5px solid #e3e7ef;
}
.facetwp-type-checkboxes .facetwp-checkbox {
  display: flex;
  align-items: center;
  padding: 8px 15px;
  border-radius: 10px;
  background: #f0f3fa;
  cursor: pointer;
  border: 1.5px solid transparent;
  transition: border-color 0.18s, box-shadow 0.18s, background 0.18s;
}
.facetwp-type-checkboxes .facetwp-checkbox:last-child {
  margin-bottom: 0px;
}
.facetwp-type-checkboxes .facetwp-checkbox:hover, .facetwp-type-checkboxes .facetwp-checkbox:focus-within {
  border-color: #1266AC;
  background: #fff;
  box-shadow: 0 0 0 2px rgba(36, 81, 255, 0.11);
}
.facetwp-type-checkboxes .facetwp-checkbox.checked {
  background: #1266AC;
  color: #fff;
  border-color: #1266AC;
  box-shadow: 0 0 0 3px rgba(36, 81, 255, 0.13);
}
.facetwp-type-checkboxes .facetwp-checkbox.checked .facetwp-display-value, .facetwp-type-checkboxes .facetwp-checkbox.checked .facetwp-counter {
  color: #fff;
}
.facetwp-type-checkboxes .facetwp-checkbox.checked .facetwp-counter {
  background: rgba(255, 255, 255, 0.16);
}
.facetwp-type-checkboxes .facetwp-checkbox .facetwp-display-value {
  flex: 1 1 auto;
  font-size: 15px;
  font-weight: 500;
  color: 232323;
  letter-spacing: 0.01em;
  transition: color 0.18s;
}
.facetwp-type-checkboxes .facetwp-checkbox .facetwp-counter {
  margin-left: 10px;
  padding: 3px 10px;
  background: #eef2fc;
  color: #1266AC;
  border-radius: 18px;
  font-size: 15px;
  font-weight: 600;
  transition: background 0.18s, color 0.18s;
}
.facetwp-type-checkboxes .facetwp-toggle {
  text-align: center;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.facetwp-type-checkboxes .facetwp-toggle:hover {
  color: #009EE3;
}
.archive .facetwp-type-checkboxes[aria-label="pdt-categories-part"] .facetwp-checkbox[data-value="particulier"] {
  display: none;
}
.archive .facetwp-type-checkboxes[aria-label="pdt-categories-part"] .facetwp-checkbox[data-value="pro"] {
  display: none;
}
/******************************************************************
* cat categories radio
*******************************************************************/
.facetwp-type-radio {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 5px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 3px 16px rgba(36, 81, 255, 0.07);
  max-width: 100%;
  margin: 0 auto 2em auto;
  border: 1.5px solid #e3e7ef;
}
.facetwp-type-radio .facetwp-radio {
  display: flex;
  align-items: center;
  padding: 8px 15px;
  border-radius: 10px;
  background: #f0f3fa;
  cursor: pointer;
  border: 1.5px solid transparent;
  transition: border-color 0.18s, box-shadow 0.18s, background 0.18s;
}
.facetwp-type-radio .facetwp-radio:last-child {
  margin-bottom: 0px;
}
.facetwp-type-radio .facetwp-radio:hover, .facetwp-type-radio .facetwp-radio:focus-within {
  border-color: #1266AC;
  background: #fff;
  box-shadow: 0 0 0 2px rgba(36, 81, 255, 0.11);
}
.facetwp-type-radio .facetwp-radio.checked {
  background: #1266AC;
  color: #fff;
  border-color: #1266AC;
  box-shadow: 0 0 0 3px rgba(36, 81, 255, 0.13);
}
.facetwp-type-radio .facetwp-radio.checked .facetwp-display-value, .facetwp-type-radio .facetwp-radio.checked .facetwp-counter {
  color: #fff;
}
.facetwp-type-radio .facetwp-radio.checked .facetwp-counter {
  background: rgba(255, 255, 255, 0.16);
}
.facetwp-type-radio .facetwp-radio .facetwp-display-value {
  flex: 1 1 auto;
  font-size: 15px;
  font-weight: 500;
  color: 232323;
  letter-spacing: 0.01em;
  transition: color 0.18s;
}
.facetwp-type-radio .facetwp-radio .facetwp-counter {
  margin-left: 10px;
  padding: 3px 10px;
  background: #eef2fc;
  color: #1266AC;
  border-radius: 18px;
  font-size: 15px;
  font-weight: 600;
  transition: background 0.18s, color 0.18s;
}
/******************************************************************
* cat Fselect
*******************************************************************/
.facetwp-type-fselect .fs-wrap {
  width: 100%;
  font-size: 16px;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(33, 122, 254, 0.09);
  transition: border-color 0.15s;
  position: relative;
}
.facetwp-type-fselect .fs-label-wrap {
  padding: 12px 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
  background: #fff;
  border-radius: 11px;
  padding-right: 20px;
  z-index: 1;
}
.facetwp-type-fselect .fs-label {
  color: #222;
  font-weight: 500;
  font-size: 14px;
  flex: 1 1 auto;
}
.facetwp-type-fselect .fs-arrow {
  margin: 0px !important;
  width: 16px;
  height: 16px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2.5px solid #009EE3 !important;
  border-right: 2.5px solid #009EE3 !important;
  transform: rotate(45deg);
  border-left: 0px !important;
  border-top: 0px !important;
  top: -4px !important;
  right: 0 !important;
}
.facetwp-type-fselect .fs-wrap.fs-open .fs-arrow {
  transform: rotate(-135deg);
  margin: 0px !important;
  top: 4px !important;
}
.facetwp-type-fselect .fs-dropdown {
  margin-top: -5px;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(33, 122, 254, 0.09);
  border: 1.5px solid #e6ecf4;
  min-width: 100%;
  z-index: 40;
  position: absolute;
  left: 0;
  right: 0;
  overflow: visible;
}
.facetwp-type-fselect .fs-dropdown .fs-search {
  padding: 16px 16px 8px 16px;
  background: #fff;
}
.facetwp-type-fselect .fs-dropdown .fs-search input {
  width: 100%;
  border-radius: 8px;
  border: 1.5px solid #009EE3;
  background: #f6f9fe;
  padding: 9px 16px;
  font-size: 16px;
  color: #24324d;
  transition: border-color 0.17s;
  outline: none;
}
.facetwp-type-fselect .fs-dropdown .fs-search input::placeholder {
  color: #a6b1c5;
  opacity: 1;
}
.facetwp-type-fselect .fs-dropdown .fs-search input:focus {
  border-color: #009EE3;
}
.facetwp-type-fselect .fs-dropdown .fs-options {
  max-height: 220px;
  overflow-y: auto;
  padding: 3px 0;
}
.facetwp-type-fselect .fs-dropdown .fs-option {
  padding: 10px 10px !important;
  margin: 7px 11px;
  cursor: pointer;
  font-size: 17px;
  background: #f6f9fe;
  border-radius: 10px;
  border: 1.5px solid transparent;
  color: #24324d;
  font-weight: 500;
  transition: background 0.13s, border-color 0.14s;
}
.facetwp-type-fselect .fs-dropdown .fs-option:hover, .facetwp-type-fselect .fs-dropdown .fs-option:focus {
  background: #eaf2ff;
  border-color: #009EE3;
}
.facetwp-type-fselect .fs-dropdown .fs-option.selected, .facetwp-type-fselect .fs-dropdown .fs-option.fs-selected {
  background: #eaf2ff;
  border-color: #009EE3;
  color: #009EE3;
}
.facetwp-type-fselect .fs-dropdown .fs-option .fs-checkbox {
  float: left;
  justify-content: center;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1.6px solid #009EE3;
  background: #fff;
  position: relative;
  transition: border-color 0.17s, background 0.13s;
}
.facetwp-type-fselect .fs-dropdown .fs-option .fs-checkbox i {
  display: none;
}
.facetwp-type-fselect .fs-dropdown .fs-option.selected .fs-checkbox, .facetwp-type-fselect .fs-dropdown .fs-option.fs-selected .fs-checkbox {
  background: #fff;
  border-color: #009EE3;
}
.facetwp-type-fselect .fs-dropdown .fs-option.selected .fs-checkbox::after, .facetwp-type-fselect .fs-dropdown .fs-option.fs-selected .fs-checkbox::after {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 1px;
  width: 7px;
  height: 12px;
  border: solid #009EE3;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  background: none;
}
.facetwp-type-fselect .fs-dropdown .fs-option .fs-option-label {
  flex: 1 1 auto;
  color: inherit;
  font-weight: inherit;
  font-size: 13px;
  line-height: 16px;
}
/* Placeholder grisé pour la première option */
.facetwp-facet-pdt_categories_2 .fs-dropdown .fs-option[data-idx="0"] {
  color: #a6b1c5 !important;
  font-style: italic;
  font-weight: 400 !important;
}
.facetwp-type-sort {
  position: relative;
  background: #fff;
  box-shadow: 0 4px 18px rgba(33, 122, 254, 0.09);
  border-radius: 11px;
  padding: 0px 8px 0px 8px;
}
.facetwp-type-sort:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  height: 14px;
  width: 14px;
  background-color: #182B4B;
  mask-image: url("/wp-content/uploads/2025/07/chevron-bottom.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2025/07/chevron-bottom.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  z-index: 1;
}
.facetwp-type-sort select {
  width: 100%;
  font-size: 14px;
  border: 0px;
  position: relative;
  background-color: transparent;
  padding: 4px 22px 4px 0px;
  z-index: 2;
}
.filtre_sort .facet-wrap > span {
  text-align: end;
}
/******************************************************************
* Bouton mobile
*******************************************************************/
.facetwp-flyout-open .elementor-button-link {
  background-color: #182B4B;
  color: #ffffff;
  font-size: 16px;
  padding: 0px 20px;
  min-width: 200px;
  border: 1px solid #182B4B;
  border-radius: 0px;
  transition: all 0.3s ease-in-out;
}
.facetwp-flyout-open .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 40px;
}
.facetwp-flyout-open .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 8px;
}
.facetwp-flyout-open .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 24px;
  width: 24px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.facetwp-flyout-open .elementor-button-link:visited, .facetwp-flyout-open .elementor-button-link:focus {
  color: #182B4B;
}
.facetwp-flyout-open .elementor-button-link:visited svg, .facetwp-flyout-open .elementor-button-link:focus svg {
  fill: #182B4B;
}
.facetwp-flyout-open .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: #1266AC;
  border: 1px solid #1266AC;
  color: #ffffff;
}
.facetwp-flyout-open .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.facetwp-flyout {
  width: 80% !important;
}
.facetwp-flyout-close {
  text-align: right;
  line-height: 20px;
  cursor: pointer;
  font-weight: 600;
  font-size: 24px;
}
#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: #002044;
  border-radius: 50%;
  z-index: 999;
  cursor: pointer;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  opacity: 0.5;
}
@media screen and (max-width: 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: #002044;
  transform: scale(1.2);
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
#totop i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%) rotate(180deg);
  opacity: 1;
}
.btn_cta_1 .elementor-button-link {
  background-color: #ffffff;
  color: #182B4B;
  font-size: 16px;
  padding: 0px 20px;
  min-width: 200px;
  border: 1px solid #182B4B;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.btn_cta_1 .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 40px;
}
.btn_cta_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 8px;
}
.btn_cta_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 24px;
  width: 24px;
  fill: #182B4B;
  transition: all 0.3s ease-in-out;
}
.btn_cta_1 .elementor-button-link:visited, .btn_cta_1 .elementor-button-link:focus {
  color: #182B4B;
}
.btn_cta_1 .elementor-button-link:visited svg, .btn_cta_1 .elementor-button-link:focus svg {
  fill: #182B4B;
}
.btn_cta_1 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: #182B4B;
  border: 1px solid #182B4B;
  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;
}
.btn_cta_2 .elementor-button-link {
  background-color: #182B4B;
  color: #ffffff;
  font-size: 16px;
  padding: 0px 20px;
  min-width: 200px;
  border: 1px solid #182B4B;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.btn_cta_2 .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 40px;
}
.btn_cta_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 8px;
}
.btn_cta_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 24px;
  width: 24px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.btn_cta_2 .elementor-button-link:visited, .btn_cta_2 .elementor-button-link:focus {
  color: #ffffff;
}
.btn_cta_2 .elementor-button-link:visited svg, .btn_cta_2 .elementor-button-link:focus svg {
  fill: #ffffff;
}
.btn_cta_2 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  border: 1px solid #182B4B;
  color: #182B4B;
}
.btn_cta_2 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #1266AC !important;
  transition: all 0.3s ease-in-out;
}
.btn_big_1 .elementor-button-link {
  background-color: #182B4B;
  color: #ffffff;
  font-size: 25px;
  padding: 0px 20px;
  min-width: 230px;
  border: 1px solid #182B4B;
  border-radius: 5px;
  font-weight: 200;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
.btn_big_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: 54px;
}
.btn_big_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 8px;
}
.btn_big_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 24px;
  width: 24px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.btn_big_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-text span {
  font-size: 14px;
  color: #ffffff;
  display: block;
}
.btn_big_1 .elementor-button-link:visited, .btn_big_1 .elementor-button-link:focus {
  color: #ffffff;
}
.btn_big_1 .elementor-button-link:visited svg, .btn_big_1 .elementor-button-link:focus svg {
  fill: #ffffff;
}
.btn_big_1 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: #1266AC;
  border: 1px solid #1266AC;
  color: #ffffff;
}
.btn_big_1 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.btn_big_2 .elementor-button-link {
  background-color: #1266AC;
  color: #ffffff;
  font-size: 25px;
  padding: 0px 20px;
  min-width: 230px;
  border: 1px solid #1266AC;
  border-radius: 5px;
  font-weight: 200;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
.btn_big_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: 54px;
}
.btn_big_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 8px;
}
.btn_big_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 24px;
  width: 24px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.btn_big_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-text span {
  font-size: 14px;
  color: #ffffff;
  display: block;
}
.btn_big_2 .elementor-button-link:visited, .btn_big_2 .elementor-button-link:focus {
  color: #ffffff;
}
.btn_big_2 .elementor-button-link:visited svg, .btn_big_2 .elementor-button-link:focus svg {
  fill: #ffffff;
}
.btn_big_2 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: #182B4B;
  border: 1px solid #182B4B;
  color: #ffffff;
}
.btn_big_2 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.btn_link_1 .elementor-button-link {
  background-color: transparent;
  color: #ffffff;
  font-size: 16px;
  padding: 0px 20px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.btn_link_1 .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 40px;
}
.btn_link_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 8px;
}
.btn_link_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 24px;
  width: 24px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.btn_link_1 .elementor-button-link:visited, .btn_link_1 .elementor-button-link:focus {
  color: #ffffff;
}
.btn_link_1 .elementor-button-link:visited svg, .btn_link_1 .elementor-button-link:focus svg {
  fill: #ffffff;
}
.btn_link_1 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #182B4B;
}
.btn_link_1 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #1266AC !important;
  transition: all 0.3s ease-in-out;
}
.btn_link_2 .elementor-button-link {
  background-color: #ffffff;
  color: #182B4B;
  font-size: 16px;
  padding: 0px 20px;
  min-width: 200px;
  border: 1px solid #182B4B;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.btn_link_2 .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 40px;
}
.btn_link_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 8px;
}
.btn_link_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 24px;
  width: 24px;
  fill: #1266AC;
  transition: all 0.3s ease-in-out;
}
.btn_link_2 .elementor-button-link:visited, .btn_link_2 .elementor-button-link:focus {
  color: #182B4B;
}
.btn_link_2 .elementor-button-link:visited svg, .btn_link_2 .elementor-button-link:focus svg {
  fill: #1266AC;
}
.btn_link_2 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.btn_link_2 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.btn_lirelasuite .elementor-button-link {
  background-color: transparent;
  color: #182B4B;
  font-size: 14px;
  padding: 0px 0px;
  border: 0px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.btn_lirelasuite .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 44px;
}
.btn_lirelasuite .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-left: 10px;
}
.btn_lirelasuite .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 9px;
  width: 20px;
  fill: #182B4B;
  transition: all 0.3s ease-in-out;
}
.btn_lirelasuite .elementor-button-link:visited, .btn_lirelasuite .elementor-button-link:focus {
  color: #182B4B;
}
.btn_lirelasuite .elementor-button-link:visited svg, .btn_lirelasuite .elementor-button-link:focus svg {
  fill: #182B4B;
}
.btn_lirelasuite .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 0px;
  color: #1266AC;
}
.btn_lirelasuite .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #1266AC !important;
  transition: all 0.3s ease-in-out;
}
.bloc_fix {
  position: fixed !important;
  top: 50%;
  padding: 0px !important;
  margin: 0px !important;
  width: 200px !important;
  z-index: 99999 !important;
  right: 0px !important;
}
@media screen and (max-width: 768px) {
  .bloc_fix {
    top: 80%;
  }
}
.btn_fix {
  right: -153px !important;
  transition-delay: 0s;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.btn_fix:hover {
  right: 0px !important;
  transition-delay: 1s;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.btn_fix .elementor-button-link {
  background-color: #1266AC;
  color: #ffffff;
  font-size: 14px;
  padding: 0px;
  min-width: 200px;
  transition: all 0.3s ease-in-out;
  border-radius: 4px 0px 0px 4px;
  overflow: hidden;
}
.btn_fix .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 44px;
  gap: 0px;
}
.btn_fix .elementor-button-link .elementor-button-content-wrapper .elementor-button-text {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  height: 44px;
  width: 100%;
  z-index: 2;
}
.btn_fix .elementor-button-link .elementor-button-content-wrapper .elementor-button-text:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 0%;
  top: 0%;
  left: 0%;
  transform: translateX(0%) translateY(0%);
  background-color: #182B4B;
  z-index: -1;
  transition-delay: 3s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn_fix .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  margin-right: 0px;
  height: 44px;
  width: 54px;
  background-color: #182B4B;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.btn_fix .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 0%;
  top: 0%;
  left: 0%;
  transform: translateX(0%) translateY(0%);
  background-color: #1266AC;
  z-index: 1;
  transition-delay: 2s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn_fix .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: 20px;
  fill: #ffffff;
  z-index: 2;
}
.btn_fix .elementor-button-link:visited, .btn_fix .elementor-button-link:focus {
  color: #ffffff;
}
.btn_fix .elementor-button-link:visited svg, .btn_fix .elementor-button-link:focus svg {
  fill: #ffffff;
}
.btn_fix .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.btn_fix .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-text {
  position: relative;
  overflow: hidden;
}
.btn_fix .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-text:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  transform: translateX(0%) translateY(0%);
  background-color: #182B4B;
  transition-delay: 1s;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.btn_fix .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
}
.btn_fix .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  transform: translateX(0%) translateY(0%);
  background-color: #1266AC;
  transition-delay: 1s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.form_elementor .form-field-name {
  border: 1px solid #1266AC;
  height: 50px;
  border-radius: 0px !important;
}
.form_elementor .elementor-field-textual {
  border: 1px solid #1266AC;
  padding: 10px;
  background-color: transparent;
  color: 1px solid #002044;
  border-radius: 0px !important;
}
.form_elementor .elementor-field-label {
  color: #EEF2F7;
  font-size: 16px;
}
.form_elementor .elementor-field-type-acceptance a {
  color: #182B4B;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
}
.form_elementor .elementor-field-type-acceptance a:hover {
  color: #008939;
  transition: all 0.3s ease-in-out;
}
.form_elementor .elementor-field-option {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-shrink: 3;
}
.form_elementor input[type="checkbox"] {
  height: 20px !important;
  width: 20px !important;
  border: 1px solid #1266AC;
  display: inline-block !important;
  margin-right: 10px;
  border-radius: 50% !important;
}
.form_elementor input[type="checkbox"]:checked {
  position: relative;
}
.form_elementor input[type="checkbox"]:checked:before {
  content: "";
  height: 20px;
  width: 20px;
  background-image: url("../icons/contact-circle-solid.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 12px;
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  text-align: center;
}
.form_elementor .elementor-button {
  text-align: center;
  background: #1266AC;
  border: 0px solid #1266AC;
  color: #ffffff !important;
  border-radius: 0px !important;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.form_elementor .elementor-button:hover {
  background-color: #002044;
  color: #ffffff !important;
  border: 0px solid #1266AC;
  transition: all 0.3s ease-in-out;
}
.form_elementor .elementor-button .elementor-button-text {
  font-size: 18px;
}
.form_elementor .elementor-button:hover {
  letter-spacing: 4px;
}
.form_elementor input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.form_elementor input::-webkit-input-placeholder, .form_elementor textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #002044 !important;
  opacity: 1;
}
.form_elementor input::-moz-placeholder, .form_elementor textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #002044 !important;
  opacity: 1;
}
.form_elementor input::-ms-input-placeholder, .form_elementor textarea::-ms-input-placeholder {
  /* IE 10+ */
  color: #002044 !important;
  opacity: 1;
}
.form_elementor input::-moz-placeholder, .form_elementor textarea::-moz-placeholder {
  /* Firefox 18- */
  color: #002044 !important;
  opacity: 1;
}
.form_elementor input::placeholder, .form_elementor textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #002044 !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 #002044;
  display: inline-block;
  margin-right: 10px;
  border-radius: 0px !important;
}
input[type="radio"]:checked {
  margin: 0px 10px 0px 0px;
  position: relative;
}
input[type="radio"]:checked:before {
  content: "";
  height: 20px;
  width: 20px;
  background-image: url("../icons/contact-circle-solid.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 16px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
}
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
/******	 Upload field
************************************/
.elementor-field-type-upload input[type="file"] {
  color: #EEF2F7;
  cursor: pointer;
  position: relative;
  background-color: #1266AC;
  border-radius: 0px !important;
  padding: 1rem 1rem 1rem calc(2rem + 35px);
}
.elementor-field-type-upload input[type="file"]:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateX(0%) translateY(-50%);
  width: 25px;
  height: 25px;
  background-color: #EEF2F7;
  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: #EEF2F7;
  border: 0px;
  cursor: pointer;
}
/******************************
* Newsletter
******************************/
.form_newsletter {
  display: flex;
  justify-content: center;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .form_newsletter {
    min-width: 0 !important;
  }
}
.form_newsletter .elementor-field-group {
  text-align: center;
  justify-content: center;
}
.form_newsletter input[type="email"] {
  padding: 6px 12px;
  background-color: transparent !important;
  border-radius: 0px !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
}
.form_newsletter input[type="email"]::placeholder {
  color: #ffffff !important;
}
.form_newsletter .elementor-field-type-acceptance {
  font-size: 13px !important;
}
.form_newsletter .elementor-field-type-acceptance .elementor-field-group {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: start;
  align-content: center;
  flex-shrink: 3;
}
.form_newsletter .elementor-field-type-acceptance a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
}
.form_newsletter .elementor-field-type-acceptance a:hover {
  color: #008939;
  transition: all 0.3s ease-in-out;
}
.form_newsletter .elementor-field-option label {
  width: 90%;
}
.form_newsletter input[type="checkbox"] {
  height: 14px !important;
  width: 14px !important;
  border: #182B4B;
  display: inline-block !important;
  margin: 0px;
  margin-right: 10px;
  background-color: #ffffff !important;
  border-radius: 0px;
  padding: 5px !important;
}
.form_newsletter input[type="checkbox"]:checked {
  position: relative;
}
.form_newsletter input[type="checkbox"]:checked:before {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 10px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #182B4B;
}
.form_newsletter .elementor-field-type-submit {
  position: absolute;
  right: 0%;
  top: 0%;
  height: fit-content;
}
.form_newsletter .elementor-field-type-submit .elementor-button {
  text-align: center;
  background-color: #ffffff;
  border: #ffffff;
  border-radius: 0px;
  color: #002044;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  overflow: hidden !important;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.form_newsletter .elementor-field-type-submit .elementor-button:before {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  background-color: #002044;
  transform: translateX(-101%);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.form_newsletter .elementor-field-type-submit .elementor-button .elementor-button-content-wrapper {
  position: relative;
  z-index: 2;
}
.form_newsletter .elementor-field-type-submit .elementor-button:hover {
  color: #ffffff;
  border: #002044;
  transition: all 0.3s ease-in-out;
}
.form_newsletter .elementor-field-type-submit .elementor-button:hover:before {
  transform: translateX(0%);
  transition: all 0.3s ease-in-out;
}
.form_newsletter input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.form_newsletter input::-webkit-input-placeholder, .form_newsletter textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #002044 !important;
  opacity: 1;
}
.form_newsletter input::-moz-placeholder, .form_newsletter textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #002044 !important;
  opacity: 1;
}
.form_newsletter input::-ms-input-placeholder, .form_newsletter textarea::-ms-input-placeholder {
  /* IE 10+ */
  color: #002044 !important;
  opacity: 1;
}
.form_newsletter input::-moz-placeholder, .form_newsletter textarea::-moz-placeholder {
  /* Firefox 18- */
  color: #002044 !important;
  opacity: 1;
}
.form_newsletter input::placeholder, .form_newsletter textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #002044 !important;
  opacity: 1;
}
/************************
* PLAN DU SITE
*************************/
#plan_du_site {
  margin-bottom: 2rem !important;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-section {
  padding: 1rem;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-title {
  border-bottom: 1px solid #002044;
  color: #002044;
  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: #002044;
  transition: all 0.3s ease-in-out;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list li a {
  transition: all 0.3s ease-in-out;
  color: #002044;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list li:hover a {
  color: #002044;
  letter-spacing: 0.4px;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list li:hover:before {
  border-radius: 50%;
  background-color: #002044;
  transition: all 0.3s ease-in-out;
}
/**Skip link - Lien raPide Accessibilité**/
.SkipLinks-item a {
  height: 1px;
  left: -999px;
  position: absolute;
  width: 1px;
}
.SkipLinks-item a:focus, .SkipLinks-item a:active {
  background: #182B4B;
  color: #ffffff;
  display: block;
  font-size: 1.2em;
  font-weight: 500;
  height: auto;
  left: 0;
  padding: 5px;
  position: absolute;
  width: auto;
  z-index: 1111;
}
@media screen and (max-width: 768px) {
  table.dataTable td {
    white-space: normal !important;
  }
}
#table_revendeurs_wrapper .dt-layout-row:first-child, #table_documents_wrapper .dt-layout-row:first-child {
  align-items: center;
  margin-bottom: 1rem;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  #table_revendeurs_wrapper .dt-layout-row:first-child, #table_documents_wrapper .dt-layout-row:first-child {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  #table_revendeurs_wrapper .dt-layout-row:first-child, #table_documents_wrapper .dt-layout-row:first-child {
    justify-content: center !important;
    display: flex;
    flex-direction: column;
  }
}
#table_revendeurs_wrapper .dt-layout-row:first-child .dt-layout-cell, #table_documents_wrapper .dt-layout-row:first-child .dt-layout-cell {
  display: flex;
  align-items: center;
  gap: 10px;
}
#table_revendeurs_wrapper .dt-layout-row:first-child .dt-layout-cell.dt-layout-start .dt-length, #table_documents_wrapper .dt-layout-row:first-child .dt-layout-cell.dt-layout-start .dt-length {
  display: flex;
  align-items: center;
  gap: 8px;
}
#table_revendeurs_wrapper .dt-layout-row:first-child .dt-layout-cell.dt-layout-start .dt-length label, #table_documents_wrapper .dt-layout-row:first-child .dt-layout-cell.dt-layout-start .dt-length label {
  color: #000;
  font-size: 14px;
}
#table_revendeurs_wrapper .dt-layout-row:first-child .dt-layout-cell.dt-layout-start .dt-length .dt-input, #table_documents_wrapper .dt-layout-row:first-child .dt-layout-cell.dt-layout-start .dt-length .dt-input {
  padding: 6px 8px;
  border: 1px solid #333;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  background-color: #333;
  cursor: pointer;
  text-align: center;
}
#table_revendeurs_wrapper .dt-layout-row:first-child .dt-layout-cell.dt-layout-start .dt-length .dt-input:focus, #table_documents_wrapper .dt-layout-row:first-child .dt-layout-cell.dt-layout-start .dt-length .dt-input:focus {
  outline: none;
  border-color: #007ACC;
}
#table_revendeurs_wrapper .dt-layout-row:first-child .dt-layout-cell.dt-layout-start .dt-info, #table_documents_wrapper .dt-layout-row:first-child .dt-layout-cell.dt-layout-start .dt-info {
  color: #fff;
  font-size: 14px;
  padding: 8px 0;
}
#table_revendeurs_wrapper .dt-layout-row:first-child .dt-layout-cell.dt-layout-end .dt-search, #table_documents_wrapper .dt-layout-row:first-child .dt-layout-cell.dt-layout-end .dt-search {
  display: flex;
  align-items: center;
  gap: 8px;
}
#table_revendeurs_wrapper .dt-layout-row:first-child .dt-layout-cell.dt-layout-end .dt-search label, #table_documents_wrapper .dt-layout-row:first-child .dt-layout-cell.dt-layout-end .dt-search label {
  color: #000;
  font-size: 14px;
}
#table_revendeurs_wrapper .dt-layout-row:first-child .dt-layout-cell.dt-layout-end .dt-search .dt-input, #table_documents_wrapper .dt-layout-row:first-child .dt-layout-cell.dt-layout-end .dt-search .dt-input {
  padding: 6px 8px;
  border: 1px solid #333;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  background-color: #333;
  width: 200px;
}
#table_revendeurs_wrapper .dt-layout-row:first-child .dt-layout-cell.dt-layout-end .dt-search .dt-input:focus, #table_documents_wrapper .dt-layout-row:first-child .dt-layout-cell.dt-layout-end .dt-search .dt-input:focus {
  outline: none;
  border-color: #007ACC;
}
#table_revendeurs_wrapper .dt-info, #table_documents_wrapper .dt-info {
  color: #000;
}
#table_revendeurs_wrapper .dt-paging nav, #table_documents_wrapper .dt-paging nav {
  display: flex;
  gap: 5px;
  align-items: center;
}
@media screen and (max-width: 960px) {
  #table_revendeurs_wrapper .dt-paging nav, #table_documents_wrapper .dt-paging nav {
    justify-content: center !important;
  }
}
#table_revendeurs_wrapper .dt-paging nav .dt-paging-button, #table_documents_wrapper .dt-paging nav .dt-paging-button {
  padding: 6px 12px;
  border: 1px solid #333;
  border-radius: 4px;
  background-color: #333;
  color: #fff !important;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
  min-width: 40px;
  text-align: center;
}
#table_revendeurs_wrapper .dt-paging nav .dt-paging-button:hover:not(.disabled), #table_documents_wrapper .dt-paging nav .dt-paging-button:hover:not(.disabled) {
  background-color: #007ACC;
  color: #fff;
  border-color: #007ACC;
}
#table_revendeurs_wrapper .dt-paging nav .dt-paging-button.current, #table_documents_wrapper .dt-paging nav .dt-paging-button.current {
  background-color: #007ACC;
  color: #fff;
  border-color: #007ACC;
}
#table_revendeurs_wrapper .dt-paging nav .dt-paging-button.disabled, #table_documents_wrapper .dt-paging nav .dt-paging-button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #222;
}
#table_revendeurs_wrapper .dt-paging nav .dt-paging-button.first, #table_revendeurs_wrapper .dt-paging nav .dt-paging-button.last, #table_documents_wrapper .dt-paging nav .dt-paging-button.first, #table_documents_wrapper .dt-paging nav .dt-paging-button.last {
  padding: 6px 6px;
  min-width: max-content;
  display: none;
}
#table_revendeurs_wrapper .dt-paging nav .dt-paging-button.previous, #table_revendeurs_wrapper .dt-paging nav .dt-paging-button.next, #table_documents_wrapper .dt-paging nav .dt-paging-button.previous, #table_documents_wrapper .dt-paging nav .dt-paging-button.next {
  padding: 6px 6px;
  min-width: max-content;
}
#table_revendeurs, #table_documents, #table_documents_pl, #table_documents_nl {
  width: 100%;
  border-collapse: collapse;
  font-family: "Arial", sans-serif;
  color: #333;
  line-height: 1;
}
#table_revendeurs thead, #table_documents thead, #table_documents_pl thead, #table_documents_nl thead {
  background-color: #004B87;
  color: #fff;
}
#table_revendeurs thead th, #table_documents thead th, #table_documents_pl thead th, #table_documents_nl thead th {
  padding: 12px 10px;
  text-align: left;
  border-bottom: 0px solid #fff;
  cursor: pointer;
  font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (2560 - 300)));
  text-transform: uppercase;
  font-weight: 600;
}
#table_revendeurs thead th.dt-ordering-asc, #table_revendeurs thead th.dt-ordering-desc, #table_documents thead th.dt-ordering-asc, #table_documents thead th.dt-ordering-desc, #table_documents_pl thead th.dt-ordering-asc, #table_documents_pl thead th.dt-ordering-desc, #table_documents_nl thead th.dt-ordering-asc, #table_documents_nl thead th.dt-ordering-desc {
  background-color: #0061A8;
}
@media screen and (min-width: null) {
  #table_revendeurs thead th:nth-child(5), #table_documents thead th:nth-child(5), #table_documents_pl thead th:nth-child(5), #table_documents_nl thead th:nth-child(5) {
    width: 23% !important;
  }
}
@media screen and (max-width: 960px) {
  #table_revendeurs thead th:nth-child(5), #table_documents thead th:nth-child(5), #table_documents_pl thead th:nth-child(5), #table_documents_nl thead th:nth-child(5) {
    width: 100% !important;
  }
}
#table_revendeurs tbody tr, #table_documents tbody tr, #table_documents_pl tbody tr, #table_documents_nl tbody tr {
  transition: background 0.3s ease;
}
#table_revendeurs tbody tr:nth-child(even), #table_documents tbody tr:nth-child(even), #table_documents_pl tbody tr:nth-child(even), #table_documents_nl tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}
#table_revendeurs tbody tr:nth-child(odd), #table_documents tbody tr:nth-child(odd), #table_documents_pl tbody tr:nth-child(odd), #table_documents_nl tbody tr:nth-child(odd) {
  background-color: #ffffff;
}
#table_revendeurs tbody tr:hover, #table_documents tbody tr:hover, #table_documents_pl tbody tr:hover, #table_documents_nl tbody tr:hover {
  background-color: #e6f2ff;
}
#table_revendeurs tbody tr td, #table_documents tbody tr td, #table_documents_pl tbody tr td, #table_documents_nl tbody tr td {
  padding: 10px;
  vertical-align: center;
  border-bottom: 1px solid #e0e0e0;
  font-size: 14px;
}
#table_revendeurs tbody tr td:first-child, #table_documents tbody tr td:first-child, #table_documents_pl tbody tr td:first-child, #table_documents_nl tbody tr td:first-child {
  font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (2560 - 300)));
}
#table_revendeurs tbody tr td:nth-child(4), #table_documents tbody tr td:nth-child(4), #table_documents_pl tbody tr td:nth-child(4), #table_documents_nl tbody tr td:nth-child(4) {
  width: 120px;
}
#table_revendeurs tbody .table_btn_site, #table_revendeurs tbody .table_btn_pdf, #table_revendeurs tbody .table_btn_email, #table_revendeurs tbody .table_btn_map, #table_revendeurs tbody .table_btn_tel, #table_documents tbody .table_btn_site, #table_documents tbody .table_btn_pdf, #table_documents tbody .table_btn_email, #table_documents tbody .table_btn_map, #table_documents tbody .table_btn_tel, #table_documents_pl tbody .table_btn_site, #table_documents_pl tbody .table_btn_pdf, #table_documents_pl tbody .table_btn_email, #table_documents_pl tbody .table_btn_map, #table_documents_pl tbody .table_btn_tel, #table_documents_nl tbody .table_btn_site, #table_documents_nl tbody .table_btn_pdf, #table_documents_nl tbody .table_btn_email, #table_documents_nl tbody .table_btn_map, #table_documents_nl tbody .table_btn_tel {
  padding: 6px 8px 6px 20px;
  position: relative;
  color: #fff;
  background-color: #007ACC;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s ease;
  font-size: 11px;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
#table_revendeurs tbody .table_btn_site:hover, #table_revendeurs tbody .table_btn_pdf:hover, #table_revendeurs tbody .table_btn_email:hover, #table_revendeurs tbody .table_btn_map:hover, #table_revendeurs tbody .table_btn_tel:hover, #table_documents tbody .table_btn_site:hover, #table_documents tbody .table_btn_pdf:hover, #table_documents tbody .table_btn_email:hover, #table_documents tbody .table_btn_map:hover, #table_documents tbody .table_btn_tel:hover, #table_documents_pl tbody .table_btn_site:hover, #table_documents_pl tbody .table_btn_pdf:hover, #table_documents_pl tbody .table_btn_email:hover, #table_documents_pl tbody .table_btn_map:hover, #table_documents_pl tbody .table_btn_tel:hover, #table_documents_nl tbody .table_btn_site:hover, #table_documents_nl tbody .table_btn_pdf:hover, #table_documents_nl tbody .table_btn_email:hover, #table_documents_nl tbody .table_btn_map:hover, #table_documents_nl tbody .table_btn_tel:hover {
  background-color: #005fa3;
  transform: scale(1.2);
  z-index: 10;
}
#table_revendeurs tbody .table_btn_site:before, #table_revendeurs tbody .table_btn_pdf:before, #table_revendeurs tbody .table_btn_email:before, #table_revendeurs tbody .table_btn_map:before, #table_revendeurs tbody .table_btn_tel:before, #table_documents tbody .table_btn_site:before, #table_documents tbody .table_btn_pdf:before, #table_documents tbody .table_btn_email:before, #table_documents tbody .table_btn_map:before, #table_documents tbody .table_btn_tel:before, #table_documents_pl tbody .table_btn_site:before, #table_documents_pl tbody .table_btn_pdf:before, #table_documents_pl tbody .table_btn_email:before, #table_documents_pl tbody .table_btn_map:before, #table_documents_pl tbody .table_btn_tel:before, #table_documents_nl tbody .table_btn_site:before, #table_documents_nl tbody .table_btn_pdf:before, #table_documents_nl tbody .table_btn_email:before, #table_documents_nl tbody .table_btn_map:before, #table_documents_nl tbody .table_btn_tel:before {
  content: "" !important;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  mask-size: 12px;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
}
#table_revendeurs tbody .table_btn_email, #table_documents tbody .table_btn_email, #table_documents_pl tbody .table_btn_email, #table_documents_nl tbody .table_btn_email {
  display: block;
  width: max-content;
  font-size: 11px;
}
#table_revendeurs tbody .table_btn_email:before, #table_documents tbody .table_btn_email:before, #table_documents_pl tbody .table_btn_email:before, #table_documents_nl tbody .table_btn_email:before {
  background-color: #ffffff;
  mask-image: url("../icons/table-email.svg");
}
#table_revendeurs tbody .table_btn_map, #table_documents tbody .table_btn_map, #table_documents_pl tbody .table_btn_map, #table_documents_nl tbody .table_btn_map {
  display: block;
}
#table_revendeurs tbody .table_btn_map:before, #table_documents tbody .table_btn_map:before, #table_documents_pl tbody .table_btn_map:before, #table_documents_nl tbody .table_btn_map:before {
  background-color: #ffffff;
  mask-image: url("../icons/table-map.svg");
}
#table_revendeurs tbody .table_btn_tel, #table_documents tbody .table_btn_tel, #table_documents_pl tbody .table_btn_tel, #table_documents_nl tbody .table_btn_tel {
  display: block;
  width: max-content;
}
#table_revendeurs tbody .table_btn_tel:before, #table_documents tbody .table_btn_tel:before, #table_documents_pl tbody .table_btn_tel:before, #table_documents_nl tbody .table_btn_tel:before {
  background-color: #ffffff;
  mask-image: url("../icons/table-tel.svg");
}
#table_revendeurs tbody .table_btn_pdf, #table_documents tbody .table_btn_pdf, #table_documents_pl tbody .table_btn_pdf, #table_documents_nl tbody .table_btn_pdf {
  display: block;
  width: max-content;
}
#table_revendeurs tbody .table_btn_pdf:before, #table_documents tbody .table_btn_pdf:before, #table_documents_pl tbody .table_btn_pdf:before, #table_documents_nl tbody .table_btn_pdf:before {
  background-color: #ffffff;
  mask-image: url("../icons/table-pdf.svg");
}
#table_revendeurs tbody .table_btn_site, #table_documents tbody .table_btn_site, #table_documents_pl tbody .table_btn_site, #table_documents_nl tbody .table_btn_site {
  display: block;
  width: max-content;
}
#table_revendeurs tbody .table_btn_site:before, #table_documents tbody .table_btn_site:before, #table_documents_pl tbody .table_btn_site:before, #table_documents_nl tbody .table_btn_site:before {
  background-color: #ffffff;
  mask-image: url("../icons/table-link.svg");
}
#table_documents th:nth-child(4), #table_documents td:nth-child(4) {
  width: 30% !important;
  max-width: 30%;
  min-width: 15%;
  white-space: wrap;
}
#table_documents_pl th:nth-child(5), #table_documents_pl td:nth-child(5) {
  width: 30% !important;
  max-width: 30%;
  min-width: 15%;
  white-space: wrap;
}
#table_documents_nl th:nth-child(5), #table_documents_nl td:nth-child(5) {
  width: 30% !important;
  max-width: 30%;
  min-width: 15%;
  white-space: wrap;
}
.documents-filters {
  margin-bottom: 20px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}
.documents-filters label {
  color: #000000;
  font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 600;
}
.documents-filters select {
  appearance: none;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 0.5rem 2rem 0.5rem 0.75rem;
  font-size: 1rem;
  border-radius: 4px;
  cursor: pointer;
  background-image: url("../icons/dropdown-down.svg");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.documents-filters select:focus {
  border-color: #0073aa;
  box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.2);
  outline: none;
}
[class^="flag_"] {
  position: relative;
  display: flex;
}
[class^="flag_"]::after {
  content: "";
  display: inline-block;
  width: 16px !important;
  height: 12px !important;
  margin-left: 0.4em;
  background-size: contain;
  background-repeat: no-repeat;
}
.flag_fr::after {
  background-image: url("../icons/liste-drapeau/flag-france.svg");
}
.flag_be::after {
  background-image: url("../icons/liste-drapeau/flag-belgique.svg");
}
.flag_pt::after {
  background-image: url("../icons/liste-drapeau/flag-portugais.svg");
}
.flag_pl::after {
  background-image: url("../icons/liste-drapeau/flag-pologne.svg");
}
.flag_de::after {
  background-image: url("../icons/liste-drapeau/flag-allemagne.svg");
}
.flag_it::after {
  background-image: url("../icons/liste-drapeau/flag-italie.svg");
}
.flag_es::after {
  background-image: url("../icons/liste-drapeau/flag-espagnol.svg");
}
.flag_nl::after {
  background-image: url("../icons/liste-drapeau/flag-neerlandais.svg");
}
.flag_ru::after {
  background-image: url("../icons/liste-drapeau/flag-russe.svg");
}
#table_revendeurs_info {
  display: none !important;
}
