@charset "UTF-8";
/************************
*
* PLAN DES SCSS
*
01 => CONFIG
02 => LAYOUT
03 => PAGES
04 => COMPOSANTS
*
*
*************************/
/* Set core body defaults */
:root {
  color-scheme: unset;
}
body {
  min-height: 96vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  max-width: 100vw;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-end;
}
body .elementor-location-footer {
  bottom: 0;
}
/* Box sizing rules */
*, *::before, *::after {
  box-sizing: border-box;
}
/* Remove default padding */
ul[class], ol[class] {
  padding: 0;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
html {
  scroll-behavior: smooth;
}
/* Remove default margin */
body, h1, h2, h3, h4, ul[class], ol[class], li, figure, figcaption, blockquote, dl, dd {
  margin: 0;
}
/* Remove list styles on ul, ol elements with a class attribute */
ul[class], ol[class] {
  list-style: none;
}
/* Make images easier to work with */
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
a {
  text-decoration: none;
}
/* Inherit fonts for inputs and buttons */
input, button, textarea, select {
  font: inherit;
}
/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  font-family: inherit;
  vertical-align: baseline;
}
/**
*
*  color BG + TXT
*
****************/
.bg_primary {
  background-color: #000000;
}
.txt_primary {
  color: #000000;
}
.bg_noir {
  background-color: #000000;
}
.txt_noir {
  color: #000000;
}
.bg_blanc {
  background-color: #ffffff;
}
.txt_blanc {
  color: #ffffff;
}
.bg_gris1 {
  background-color: #F2F2F2;
}
.txt_gris1 {
  color: #F2F2F2;
}
.bg_gris2 {
  background-color: #EEEEEE;
}
.txt_gris2 {
  color: #EEEEEE;
}
.bg_gris3 {
  background-color: #707070;
}
.txt_gris3 {
  color: #707070;
}
.bg_gris4 {
  background-color: #333333;
}
.txt_gris4 {
  color: #333333;
}
.bg_color0 {
  background-color: #172925;
}
.txt_color0 {
  color: #172925;
}
.bg_color1 {
  background-color: #00497E;
}
.txt_color1 {
  color: #00497E;
}
.bg_color2 {
  background-color: #0C7CBC;
}
.txt_color2 {
  color: #0C7CBC;
}
.bg_color3 {
  background-color: #008E8C;
}
.txt_color3 {
  color: #008E8C;
}
.bg_color4 {
  background-color: #25B26D;
}
.txt_color4 {
  color: #25B26D;
}
.bg_color5 {
  background-color: #F65588;
}
.txt_color5 {
  color: #F65588;
}
.bg_color6 {
  background-color: #EBF0F5;
}
.txt_color6 {
  color: #EBF0F5;
}
/**
*
* 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;
  }
}
.menu_top > .e-con-inner {
  position: relative;
}
.menu_top > .e-con-inner:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 200px);
  height: 1px;
  background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .menu_top > .e-con-inner:after {
    width: 100%;
  }
}
.menu_top .menu_top_btn {
  height: 26px;
}
.menu_top .menu_top_btn .elementor-button-link {
  background-color: transparent;
  color: #00497E;
  font-size: 15px;
  padding: 0px 0px;
  border: 0px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.menu_top .menu_top_btn .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 26px;
}
.menu_top .menu_top_btn .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-left: 10px;
}
.menu_top .menu_top_btn .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 26px;
  width: 26px;
  fill: #00497E;
  transition: all 0.3s ease-in-out;
}
.menu_top .menu_top_btn .elementor-button-link:visited, .menu_top .menu_top_btn .elementor-button-link:focus {
  color: #00497E;
}
.menu_top .menu_top_btn .elementor-button-link:visited svg, .menu_top .menu_top_btn .elementor-button-link:focus svg {
  fill: #00497E;
}
.menu_top .menu_top_btn .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 0px;
  color: #0C7CBC;
}
.menu_top .menu_top_btn .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #0C7CBC !important;
  transition: all 0.3s ease-in-out;
}
.header_menu .header_logo img {
  transition: all 0.3s ease-in-out;
}
.header_menu .header_menu_nav {
  z-index: 99;
}
.header_menu .header_menu_btn .elementor-button-link {
  background-color: #F65588;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  padding: 0px 10px;
  border-radius: 10px;
  border: 1px solid #F65588;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
.header_menu .header_menu_btn .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 44px;
}
.header_menu .header_menu_btn .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 5px;
}
.header_menu .header_menu_btn .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: 18px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.header_menu .header_menu_btn .elementor-button-link:visited, .header_menu .header_menu_btn .elementor-button-link:focus {
  color: #ffffff;
}
.header_menu .header_menu_btn .elementor-button-link:visited svg, .header_menu .header_menu_btn .elementor-button-link:focus svg {
  fill: #ffffff;
}
.header_menu .header_menu_btn .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: #00497E;
  border: 1px solid #00497E;
  color: #ffffff;
}
.header_menu .header_menu_btn .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.fixed-header .header_menu .header_logo {
  margin-top: 0px !important;
}
.fixed-header .header_menu .header_logo img {
  height: 70px !important;
  transition: all 0.3s ease-in-out;
}
.dialog-widget-content:has(.bloc_search) {
  background-color: transparent !important;
}
.bloc_search {
  padding: 2rem !important;
  border-radius: 10px !important;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .bloc_search {
    padding: 1rem !important;
  }
}
.bloc_search .bloc_search_titre {
  position: relative;
  font-size: calc(20px + (28 - 22) * ((100vw - 300px) / (2560 - 300)));
  color: #000000;
  font-weight: 600;
}
.bloc_search .bloc_search_bar input[type="search"] {
  border: 0px !important;
  background-color: #EBF0F5;
  border-radius: 10px 0px 0px 10px !important;
}
.bloc_search .bloc_search_bar .e-search-submit {
  background-color: #F65588 !important;
  border-radius: 0px 10px 10px 0px !important;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.bloc_search .bloc_search_bar .e-search-submit:hover {
  background-color: #00497E !important;
  transition: all 0.3s ease-in-out;
}
.footer_m1 {
  background-color: #00497E;
  border: 0px;
}
.footer_m1 .footer_logo {
  height: 90px !important;
}
.footer_m1 .footer_logo svg {
  fill: #000000;
  height: 90px !important;
  width: 100% !important;
}
.footer_m1 .footer_titre {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.footer_m1 .footer_desc {
  font-size: 13px;
}
.footer_m1 p {
  color: #ffffff;
}
.footer_m1 a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.footer_m1 a:hover {
  color: #F65588;
  transition: all 0.3s ease-in-out;
}
.footer_m1 .elementor-social-icon {
  background-color: transparent;
  border: 0px solid #ffffff;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.footer_m1 .elementor-social-icon svg {
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.footer_m1 .elementor-social-icon:hover {
  border: 0px solid #0C7CBC;
  transition: all 0.3s ease-in-out;
}
.footer_m1 .elementor-social-icon:hover svg {
  fill: #F65588;
  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 a {
  font-size: 13px;
  color: #ffffff;
}
.footer_m1 .footer_liste ul li a:hover {
  color: #F65588;
}
.copyright_m1 {
  background-color: #0C7CBC;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
}
.copyright_m1 p {
  color: #ffffff;
  margin-bottom: 0px;
}
.copyright_m1 a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.copyright_m1 a:hover {
  color: #172925;
  transition: all 0.3s ease-in-out;
}
.btn_footer_1 .elementor-button-link, .btn_footer_2 .elementor-button-link {
  background-color: transparent;
  border: 0px solid transparent;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800 !important;
  padding: 0px;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  line-height: 1.2;
}
.btn_footer_1 .elementor-button-link br, .btn_footer_2 .elementor-button-link br {
  display: none;
}
.btn_footer_1 .elementor-button-link .elementor-button-content-wrapper, .btn_footer_2 .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: 22px;
}
.btn_footer_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon, .btn_footer_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 8px;
}
.btn_footer_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg, .btn_footer_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 20px;
  width: 20px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.btn_footer_1 .elementor-button-link:visited, .btn_footer_1 .elementor-button-link:focus, .btn_footer_2 .elementor-button-link:visited, .btn_footer_2 .elementor-button-link:focus {
  color: #ffffff;
}
.btn_footer_1 .elementor-button-link:visited svg, .btn_footer_1 .elementor-button-link:focus svg, .btn_footer_2 .elementor-button-link:visited svg, .btn_footer_2 .elementor-button-link:focus svg {
  fill: #ffffff;
}
.btn_footer_1 .elementor-button-link:hover, .btn_footer_2 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 0px solid transparent;
  color: #F65588;
}
.btn_footer_1 .elementor-button-link:hover .elementor-button-content-wrapper:before, .btn_footer_2 .elementor-button-link:hover .elementor-button-content-wrapper:before {
  height: 5px;
}
.btn_footer_1 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg, .btn_footer_2 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #F65588 !important;
  transition: all 0.3s ease-in-out;
}
.btn_footer_2 .elementor-button-link {
  font-size: 14px;
  font-weight: 400 !important;
  font-style: italic;
  text-transform: none;
}
body {
  font-family: "Montserrat", sans-serif, sans-serif;
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  line-height: 1.6;
}
body main {
  min-height: 69vh;
}
@media screen and (min-width: 960px) {
  body main {
    margin-top: 0rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  body main {
    margin-top: 0rem;
  }
}
body main strong {
  font-weight: 600;
}
.single-post {
  font-size: 15px;
}
.gm-nav-content-wrapper {
  will-change: inherit !important;
}
:target {
  scroll-margin-top: 130px;
}
/******************************
* Titres principaux
******************************/
.titre_1, .titre_1_c5, .titre_1l_c1, .titre_1c_c1, .titre_1l_c2, .titre_1c_c2, .titre_1l_c3, .titre_1c_c3, .titre_1l_c5, .titre_1c_c5 {
  position: relative;
  font-size: calc(26px + (36 - 26) * ((100vw - 300px) / (2560 - 300)));
  color: #172925;
  font-weight: 400;
  position: relative;
}
.titre_1 .elementor-heading-title, .titre_1_c5 .elementor-heading-title, .titre_1l_c1 .elementor-heading-title, .titre_1c_c1 .elementor-heading-title, .titre_1l_c2 .elementor-heading-title, .titre_1c_c2 .elementor-heading-title, .titre_1l_c3 .elementor-heading-title, .titre_1c_c3 .elementor-heading-title, .titre_1l_c5 .elementor-heading-title, .titre_1c_c5 .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .titre_1 br, .titre_1_c5 br, .titre_1l_c1 br, .titre_1c_c1 br, .titre_1l_c2 br, .titre_1c_c2 br, .titre_1l_c3 br, .titre_1c_c3 br, .titre_1l_c5 br, .titre_1c_c5 br {
    display: none;
  }
}
.titre_1 strong, .titre_1 b, .titre_1_c5 strong, .titre_1_c5 b, .titre_1l_c1 strong, .titre_1l_c1 b, .titre_1c_c1 strong, .titre_1c_c1 b, .titre_1l_c2 strong, .titre_1l_c2 b, .titre_1c_c2 strong, .titre_1c_c2 b, .titre_1l_c3 strong, .titre_1l_c3 b, .titre_1c_c3 strong, .titre_1c_c3 b, .titre_1l_c5 strong, .titre_1l_c5 b, .titre_1c_c5 strong, .titre_1c_c5 b {
  font-weight: 800;
}
.titre_1 span, .titre_1_c5 span, .titre_1l_c1 span, .titre_1c_c1 span, .titre_1l_c2 span, .titre_1c_c2 span, .titre_1l_c3 span, .titre_1c_c3 span, .titre_1l_c5 span, .titre_1c_c5 span {
  color: #0C7CBC;
}
.titre_1_c5 {
  color: #F65588;
}
.titre_1l_c1, .titre_1c_c1, .titre_1l_c2, .titre_1c_c2, .titre_1l_c3, .titre_1c_c3, .titre_1l_c5, .titre_1c_c5 {
  padding-bottom: 30px;
}
.titre_1l_c1:before, .titre_1c_c1:before, .titre_1l_c2:before, .titre_1c_c2:before, .titre_1l_c3:before, .titre_1c_c3:before, .titre_1l_c5:before, .titre_1c_c5:before {
  content: "";
  position: absolute;
  display: block;
  height: 20px;
  width: 400px;
  bottom: 0;
  mask-image: url("/wp-content/uploads/2025/10/picto-filet-titres.svg");
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2025/10/picto-filet-titres.svg");
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
@media screen and (max-width: 960px) {
  .titre_1l_c1:before, .titre_1c_c1:before, .titre_1l_c2:before, .titre_1c_c2:before, .titre_1l_c3:before, .titre_1c_c3:before, .titre_1l_c5:before, .titre_1c_c5:before {
    width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .titre_1l_c1:before, .titre_1c_c1:before, .titre_1l_c2:before, .titre_1c_c2:before, .titre_1l_c3:before, .titre_1c_c3:before, .titre_1l_c5:before, .titre_1c_c5:before {
    width: 280px;
  }
}
@media screen and (max-width: 960px) {
  .titre_1l_c1:before, .titre_1c_c1:before, .titre_1l_c2:before, .titre_1c_c2:before, .titre_1l_c3:before, .titre_1c_c3:before, .titre_1l_c5:before, .titre_1c_c5:before {
    min-width: 60%;
  }
}
.titre_1l_c1:before, .titre_1c_c1:before {
  background-color: #00497E;
}
.titre_1l_c2:before, .titre_1c_c2:before {
  background-color: #0C7CBC;
}
.titre_1l_c3:before, .titre_1c_c3:before {
  background-color: #008E8C;
}
.titre_1l_c5:before, .titre_1c_c5:before {
  background-color: #F65588;
}
.titre_1l_c1:before, .titre_1l_c2:before, .titre_1l_c3:before, .titre_1l_c5:before {
  left: 0%;
  transform: translateX(0%);
}
.titre_1c_c1:before, .titre_1c_c2:before, .titre_1c_c3:before, .titre_1c_c5:before {
  left: 50%;
  transform: translateX(-50%);
}
.titre_2 {
  position: relative;
  font-size: calc(20px + (28 - 22) * ((100vw - 300px) / (2560 - 300)));
  color: #000000;
}
.titre_2 .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .titre_2 br {
    display: none;
  }
}
.titre_2 strong, .titre_2 b {
  font-weight: 600;
}
.titre_2 span {
  color: #0C7CBC;
}
.titre_2_puce {
  position: relative;
  font-size: calc(20px + (28 - 22) * ((100vw - 300px) / (2560 - 300)));
  color: #000000;
  padding-left: 35px;
  margin-bottom: 6px;
  position: relative;
}
.titre_2_puce .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .titre_2_puce br {
    display: none;
  }
}
.titre_2_puce strong, .titre_2_puce b {
  font-weight: 600;
}
.titre_2_puce span {
  color: #0C7CBC;
}
.titre_2_puce:before {
  content: "";
  position: absolute;
  display: block;
  height: 20px;
  width: 24px;
  border-radius: 50%;
  top: 8px;
  left: 0%;
  background-color: #25B26D;
  mask-image: url("/wp-content/uploads/2025/10/picto-puce-fondation.svg");
  mask-size: auto 100% !important;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2025/10/picto-puce-fondation.svg");
  -webkit-mask-size: auto 100% !important;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: auto 100%;
}
.bg_degrad_2 .titre_2_puce {
  color: #ffffff;
}
.titre_3 {
  position: relative;
  font-size: 15px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 800;
}
.titre_3 .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .titre_3 br {
    display: none;
  }
}
.titre_3 strong, .titre_3 b {
  font-weight: 600;
}
.titre_3 span {
  color: #0C7CBC;
}
/******************************
* Titres spe
******************************/
.titre_spe_1 {
  position: relative;
  font-size: calc(22px + (38 - 22) * ((100vw - 300px) / (2560 - 300)));
  color: #000000;
  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: #0C7CBC;
  font-weight: 600;
}
/******************************
* Texte spé
******************************/
.p_15 {
  font-size: 15px;
}
/******************************
* 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: #00497E;
}
.link_color1 a:hover {
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.link_color2 a {
  transition: all 0.3s ease-in-out;
  color: #0C7CBC;
}
.link_color2 a:hover {
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.link_color3 a {
  transition: all 0.3s ease-in-out;
  color: #008E8C;
}
.link_color3 a:hover {
  color: #000000;
  transition: all 0.3s ease-in-out;
}
/******************************
* BLOCS
******************************/
.bg_degrad_1 {
  background: linear-gradient(90deg, #00497e 0%, #008e8c 50%);
  color: #ffffff;
}
.bg_degrad_1 .titre_1, .bg_degrad_1 .titre_2 {
  color: #ffffff;
}
.bg_degrad_2 {
  background: linear-gradient(180deg, #00497e 0%, #008e8c 50%);
  color: #ffffff;
}
.bg_degrad_2 .titre_1, .bg_degrad_2 .titre_2 {
  color: #ffffff;
}
.bg_spe_1 {
  background-color: #000000;
}
.filtre_bg_1 {
  position: relative;
}
.filtre_bg_1 > .e-con-inner {
  z-index: 2;
}
.filtre_bg_1:after {
  content: "" !important;
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  background: linear-gradient(90deg, #00497e 0%, #008e8c 50%);
  opacity: 0.75;
}
.filtre_bg_2 {
  position: relative;
}
.filtre_bg_2 > .e-con-inner {
  z-index: 2;
}
.filtre_bg_2:after {
  content: "" !important;
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  background: linear-gradient(180deg, #00497e 0%, #008e8c 50%);
  opacity: 0.75;
}
/******************************
* images
******************************/
svg {
  min-height: 6px;
  min-width: 6px;
}
.img_radius_2 {
  border-radius: 24px !important;
  overflow: hidden;
}
/******************************
* Liste
******************************/
.liste_puce_1 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 1rem;
}
.liste_puce_1 ul li {
  padding-left: 35px;
  margin-bottom: 6px;
  position: relative;
}
.liste_puce_1 ul li:before {
  content: "";
  position: absolute;
  display: block;
  height: 20px;
  width: 24px;
  border-radius: 50%;
  top: 3px;
  left: 0%;
  background-color: #25B26D;
  mask-image: url("/wp-content/uploads/2025/10/picto-puce-fondation.svg");
  mask-size: auto 100% !important;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2025/10/picto-puce-fondation.svg");
  -webkit-mask-size: auto 100% !important;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: auto 100%;
}
/******************************
* hero / ban home
******************************/
.ban_home .ban_slider .swiper-slide-inner {
  max-width: 1200px !important;
  margin: 0 auto;
}
.ban_home .ban_slider .swiper-slide-contents {
  padding-right: 50%;
}
@media screen and (max-width: 768px) {
  .ban_home .ban_slider .swiper-slide-contents {
    padding-right: 0%;
  }
}
.ban_home .ban_slider .swiper-slide-contents .elementor-slide-heading {
  font-size: calc(28px + (40 - 28) * ((100vw - 300px) / (2560 - 300)));
  color: #ffffff;
  line-height: 1.4;
  font-weight: 600;
}
.ban_home .ban_slider .swiper-slide-contents .elementor-slide-description {
  font-size: calc(14px + (15 - 14) * ((100vw - 300px) / (2560 - 300)));
  color: #ffffff;
  font-weight: 500;
}
.ban_home .ban_slider .swiper-slide-contents .elementor-slide-description b {
  font-weight: 600;
}
.ban_home .ban_slider .swiper-slide-contents .elementor-slide-button {
  background-color: transparent;
  color: #ffffff;
  font-size: 14px;
  padding: 20px 20px;
  font-weight: 600;
  border: 2px solid #ffffff;
  border-radius: 8px !important;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.ban_home .ban_slider .swiper-slide-contents .elementor-slide-button:hover {
  background-color: #F65588;
  border: 2px solid #F65588;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.faitesundon {
  background-color: #F65588;
  padding: 2rem !important;
  border-radius: 12px !important;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
  max-width: 320px;
  color: #ffffff;
}
.faitesundon .don_titre {
  font-size: calc(24px + (26 - 24) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 800;
  text-transform: uppercase;
}
.faitesundon .don_ss_titre {
  font-size: calc(16px + (16 - 16) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 500;
}
.faitesundon .don_ss_titre .elementor-heading-title {
  line-height: 1.3;
}
.faitesundon .don_ss_titre_2 {
  font-size: calc(12px + (12 - 12) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 500;
  font-style: italic;
}
.bloc_style_1 .elementor-widget-image {
  border-radius: 24px !important;
  overflow: hidden;
}
.bloc_style_1 .elementor-widget-image img {
  transform: scale(1);
  transition: all 1s ease;
}
.bloc_style_1 .elementor-widget-heading {
  font-size: calc(22px + (28 - 22) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 500;
  color: #000000;
}
.bloc_style_1 .elementor-widget-heading b {
  font-weight: 900;
}
.bloc_style_1 .elementor-widget-text-editor {
  font-size: 15px;
  color: #000000;
}
.bloc_style_1 .elementor-widget-text-editor p {
  margin-bottom: 0px !important;
}
.bloc_style_1 .elementor-widget-icon-box .elementor-icon-box-icon svg {
  height: 22px;
  width: 22px;
  fill: #008E8C;
  transition: all 0.3s ease-in-out;
}
.bloc_style_1 .elementor-widget-icon-box .elementor-icon-box-title {
  color: #008E8C;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transform: translateX(0px);
  transition: all 0.3s ease-in-out;
}
.bloc_style_2 .elementor-widget-image {
  border-radius: 24px !important;
  overflow: hidden;
}
.bloc_style_2 .elementor-widget-image img {
  transform: scale(1);
  transition: all 1s ease;
}
.bloc_style_2 .elementor-widget-heading {
  font-size: calc(22px + (28 - 22) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 500;
  color: #000000;
}
.bloc_style_2 .elementor-widget-heading b {
  font-weight: 900;
}
.bloc_style_2 .elementor-widget-text-editor {
  font-size: 15px;
  color: #000000;
}
.bloc_style_2 .elementor-widget-text-editor p {
  margin-bottom: 0px !important;
}
.bloc_style_2 .elementor-widget-icon-box .elementor-icon-box-icon svg {
  height: 22px;
  width: 22px;
  fill: #008E8C;
  transition: all 0.3s ease-in-out;
}
.bloc_style_2 .elementor-widget-icon-box .elementor-icon-box-title {
  color: #008E8C;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transform: translateX(0px);
  transition: all 0.3s ease-in-out;
}
.bloc_style_2:hover .elementor-widget-image img {
  transform: scale(1.2);
  transition: all 1s ease;
}
.bloc_style_2:hover .elementor-widget-icon-box .elementor-icon-box-icon svg {
  fill: #F65588;
  transition: all 0.3s ease-in-out;
}
.bloc_style_2:hover .elementor-widget-icon-box .elementor-icon-box-title {
  color: #F65588;
  transform: translateX(10px);
  transition: all 0.3s ease-in-out;
}
.bloc_number .elementor-counter-title {
  font-size: calc(22px + (24 - 22) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 800;
  color: #ffffff;
  line-height: 1 !important;
  text-align: center;
}
.bloc_number .elementor-counter-number {
  font-size: calc(44px + (64 - 34) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 400;
  color: #ffffff;
}
.bloc_number .elementor-counter-number-suffix {
  font-size: calc(44px + (64 - 34) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 400;
  color: #ffffff;
}
.inner_mrgtop {
  border-radius: 24px 24px 0px 0px !important;
  background-color: #ffffff;
}
.boite_icon_1 .elementor-icon svg {
  fill: #0C7CBC;
  height: 60px;
  width: auto;
}
.boite_icon_1 .elementor-icon-box-title {
  font-size: calc(22px + (24 - 22) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 800;
}
.boite_icon_1 .elementor-icon-box-description {
  font-size: 15px;
}
.boite_icon_c0 .elementor-icon-box-icon, .boite_icon_c1 .elementor-icon-box-icon, .boite_icon_c2 .elementor-icon-box-icon, .boite_icon_c3 .elementor-icon-box-icon, .boite_icon_c4 .elementor-icon-box-icon, .boite_icon_c5 .elementor-icon-box-icon {
  display: flex !important;
  justify-content: center !important;
}
.boite_icon_c0 .elementor-icon, .boite_icon_c1 .elementor-icon, .boite_icon_c2 .elementor-icon, .boite_icon_c3 .elementor-icon, .boite_icon_c4 .elementor-icon, .boite_icon_c5 .elementor-icon {
  height: 100px;
  width: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
.boite_icon_c0 .elementor-icon svg, .boite_icon_c1 .elementor-icon svg, .boite_icon_c2 .elementor-icon svg, .boite_icon_c3 .elementor-icon svg, .boite_icon_c4 .elementor-icon svg, .boite_icon_c5 .elementor-icon svg {
  fill: #ffffff;
  height: 60px;
  width: auto;
}
.boite_icon_c0 .elementor-icon-box-title, .boite_icon_c1 .elementor-icon-box-title, .boite_icon_c2 .elementor-icon-box-title, .boite_icon_c3 .elementor-icon-box-title, .boite_icon_c4 .elementor-icon-box-title, .boite_icon_c5 .elementor-icon-box-title {
  font-size: calc(22px + (24 - 22) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 800;
  line-height: 1.2;
}
.boite_icon_c0 .elementor-icon-box-description, .boite_icon_c1 .elementor-icon-box-description, .boite_icon_c2 .elementor-icon-box-description, .boite_icon_c3 .elementor-icon-box-description, .boite_icon_c4 .elementor-icon-box-description, .boite_icon_c5 .elementor-icon-box-description {
  font-size: 15px;
}
.boite_icon_c1 .elementor-icon {
  background-color: #00497E;
}
.boite_icon_c2 .elementor-icon {
  background-color: #0C7CBC;
}
.boite_icon_c3 .elementor-icon {
  background-color: #008E8C;
}
.boite_icon_c4 .elementor-icon {
  background-color: #25B26D;
}
.boite_icon_c5 .elementor-icon {
  background-color: #F65588;
}
.bloc_rond_c1, .bloc_rond_c1dot, .bloc_rond_c4, .bloc_rond_c4dot, .bloc_rond_c5, .bloc_rond_c5dot {
  font-size: 15px;
  color: #ffffff;
  border-radius: 50%;
  aspect-ratio: 1;
  padding: 1rem;
  height: 200px;
}
.bloc_rond_c1 .elementor-heading-title, .bloc_rond_c1dot .elementor-heading-title, .bloc_rond_c4 .elementor-heading-title, .bloc_rond_c4dot .elementor-heading-title, .bloc_rond_c5 .elementor-heading-title, .bloc_rond_c5dot .elementor-heading-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 100%;
  text-align: center;
  line-height: 1.2;
}
.bloc_rond_c1 .elementor-heading-title b, .bloc_rond_c1dot .elementor-heading-title b, .bloc_rond_c4 .elementor-heading-title b, .bloc_rond_c4dot .elementor-heading-title b, .bloc_rond_c5 .elementor-heading-title b, .bloc_rond_c5dot .elementor-heading-title b {
  font-weight: 800;
  font-size: 22px;
}
.bloc_rond_c1 .elementor-heading-title span, .bloc_rond_c1dot .elementor-heading-title span, .bloc_rond_c4 .elementor-heading-title span, .bloc_rond_c4dot .elementor-heading-title span, .bloc_rond_c5 .elementor-heading-title span, .bloc_rond_c5dot .elementor-heading-title span {
  font-size: 18px;
}
.bloc_rond_c1 {
  border: 4px solid #0C7CBC;
  background-color: #0C7CBC;
}
.bloc_rond_c1dot {
  border: 4px dotted #8bccff;
  background-color: transparent;
}
.bloc_rond_c4 {
  border: 4px solid #25B26D;
  background-color: #25B26D;
}
.bloc_rond_c4dot {
  border: 4px dotted #25B26D;
  background-color: transparent;
}
.bloc_rond_c5 {
  border: 4px solid #F65588;
  background-color: #F65588;
}
.bloc_rond_c5dot {
  border: 4px dotted #F65588;
  background-color: transparent;
}
.accordeon_1 .e-n-accordion-item {
  box-shadow: 6px 6px 8px 0px rgba(0, 73, 126, 0.08);
  border-radius: 12px !important;
}
.accordeon_1 .e-n-accordion-item-title-icon {
  background-color: #0C7CBC;
  height: 40px;
  width: 40px !important;
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.accordeon_1 .e-n-accordion-item-title-text span {
  font-weight: 400;
  font-size: 13px;
}
.accordeon_1 .e-n-accordion-item-title-header {
  width: 80%;
}
.big_f {
  position: relative;
}
.big_f > .e-con-inner {
  z-index: 2;
  position: relative;
}
.big_f > .e-con-inner:after {
  content: "" !important;
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  opacity: 0.1;
  background-color: #ffffff;
  mask-image: url("/wp-content/uploads/2025/10/big_f.svg");
  mask-size: auto 80%;
  mask-repeat: no-repeat;
  mask-position: 0% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2025/10/big_f.svg");
  -webkit-mask-size: auto 80%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0% 50%;
  z-index: -1;
}
.doc_rond_c2, .doc_rond_c5 {
  font-size: 14px;
  color: #ffffff;
  border-radius: 50%;
  padding: 1rem;
  height: 200px;
  width: 200px;
  aspect-ratio: 1;
  text-transform: uppercase;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.doc_rond_c2 .elementor-heading-title, .doc_rond_c5 .elementor-heading-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 100%;
  text-align: center;
  line-height: 1.2;
}
.doc_rond_c2 .elementor-heading-title a, .doc_rond_c5 .elementor-heading-title a {
  display: block;
  width: 100%;
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
}
.doc_rond_c2 .elementor-heading-title a:after, .doc_rond_c5 .elementor-heading-title a:after {
  content: "";
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  background-color: #ffffff;
  mask-image: url("/wp-content/uploads/2025/08/menu-picto-open.svg");
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2025/08/menu-picto-open.svg");
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.doc_rond_c2 .elementor-heading-title b, .doc_rond_c5 .elementor-heading-title b {
  font-weight: 800;
  font-size: 17px;
  position: relative;
}
.doc_rond_c2:hover, .doc_rond_c5:hover {
  transform: scale(1.1);
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
.doc_rond_c2 {
  border: 4px solid #0C7CBC;
  background-color: #0C7CBC;
}
.doc_rond_c5 {
  border: 4px solid #F65588;
  background-color: #F65588;
}
/************************
* Page divers
*************************/
.ban_inte {
  position: relative;
  min-height: 480px !important;
  padding-bottom: 160px !important;
  padding-top: 50px !important;
}
.ban_inte > .e-con-inner {
  z-index: 2;
}
.ban_inte:after {
  position: absolute;
  content: "" !important;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #00497e 0%, #008e8c 50%);
  opacity: 0.65;
  z-index: 1;
}
.ban_inte .ban_titre {
  color: #ffffff;
  font-weight: 800;
  font-size: calc(28px + (36 - 28) * ((100vw - 300px) / (2400 - 300)));
}
@media screen and (max-width: 960px) {
  .ban_inte .ban_titre {
    text-align: center;
  }
}
.ban_inte .ban_titre .elementor-heading-title {
  line-height: 1.2;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .ban_inte .ban_titre .elementor-heading-title {
    width: auto;
  }
}
.ban_inte .ban_titre strong {
  font-weight: 900;
}
.ban_inte .ban_titre span {
  color: #00497E;
}
.ban_inte .breadcrumbs {
  position: absolute;
  top: 0%;
  left: 0%;
  color: #00497E;
  background-color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.ban_inte .breadcrumbs a {
  color: #00497E;
  transition: all 0.3s ease-in-out;
}
.ban_inte .breadcrumbs a:hover {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.ban_inte_bis {
  position: relative;
  min-height: 480px !important;
  padding-bottom: 50px !important;
  padding-top: 50px !important;
}
.ban_inte_bis > .e-con-inner {
  z-index: 2;
}
.ban_inte_bis:after {
  position: absolute;
  content: "" !important;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #00497e 0%, #008e8c 50%);
  opacity: 0.65;
  z-index: 1;
}
.ban_inte_bis .ban_titre {
  color: #ffffff;
  font-weight: 800;
  font-size: calc(28px + (36 - 28) * ((100vw - 300px) / (2400 - 300)));
}
@media screen and (max-width: 960px) {
  .ban_inte_bis .ban_titre {
    text-align: center;
  }
}
.ban_inte_bis .ban_titre .elementor-heading-title {
  line-height: 1.2;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .ban_inte_bis .ban_titre .elementor-heading-title {
    width: auto;
  }
}
.ban_inte_bis .ban_titre strong {
  font-weight: 900;
}
.ban_inte_bis .ban_titre span {
  color: #00497E;
}
.ban_inte_bis .breadcrumbs {
  position: absolute;
  top: 0%;
  left: 0%;
  color: #00497E;
  background-color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.ban_inte_bis .breadcrumbs a {
  color: #00497E;
  transition: all 0.3s ease-in-out;
}
.ban_inte_bis .breadcrumbs a:hover {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.ban_inte_1 {
  padding-top: 50px !important;
  background-color: #EBF0F5;
}
.ban_inte_1 .breadcrumbs {
  position: absolute;
  top: 0%;
  left: 0%;
  color: #ffffff;
  background-color: rgba(0, 73, 126, 0.35);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.ban_inte_1 .breadcrumbs a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.ban_inte_1 .breadcrumbs a:hover {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.ban_inte_blanc {
  padding-top: 50px !important;
  background-color: #ffffff;
}
.ban_inte_blanc .breadcrumbs {
  position: absolute;
  top: 0%;
  left: 0%;
  color: #ffffff;
  background-color: rgba(0, 73, 126, 0.35);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.ban_inte_blanc .breadcrumbs a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.ban_inte_blanc .breadcrumbs a:hover {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
/************************
* Page Qui sommes-nous
*************************/
.boite_president .elementor-image-box-img picture {
  display: flex;
  justify-content: center;
}
.boite_president .elementor-image-box-img img {
  border-radius: 25px;
  overflow: hidden;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.boite_president .elementor-image-box-title {
  font-weight: 700;
}
.boite_president .elementor-image-box-description {
  font-weight: 500;
  color: #0C7CBC;
}
.boite_equipe .elementor-image-box-img picture {
  display: flex;
  justify-content: center;
}
.boite_equipe .elementor-image-box-img img {
  border-radius: 25px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .boite_equipe .elementor-image-box-img img {
    aspect-ratio: 1.7777777778 !important;
    object-fit: cover;
    height: 220px;
    width: auto;
  }
}
.boite_equipe .elementor-image-box-title {
  font-weight: 700;
}
.boite_equipe .elementor-image-box-description {
  font-weight: 500;
  color: #0C7CBC;
}
/************************
* Page Gouvernance
*************************/
.bloc_chiffre .bloc_chiffre_titre {
  color: #0C7CBC;
  font-size: calc(28px + (35 - 28) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 800;
}
.bloc_chiffre .bloc_chiffre_titre span {
  font-size: calc(20px + (25 - 20) * ((100vw - 300px) / (2560 - 300)));
}
.bloc_chiffre .bloc_chiffre_desc {
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  text-align: center;
}
/************************
* Page qui sommes-nous
*************************/
.timeline_foch .bloc_date_annes {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.timeline_foch .bloc_date_annes:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0%;
  width: 100%;
  height: 1px;
  background: #0C7CBC;
  z-index: -1;
}
.timeline_foch .bloc_date_annes .elementor-heading-title {
  font-size: calc(26px + (30 - 26) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 50%;
  background-color: #0C7CBC;
  width: 140px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem 1rem;
}
.timeline_foch .bloc_date_titre {
  font-size: calc(18px + (18 - 18) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 800;
  color: #00497E;
}
.timeline_foch .bloc_date_desc {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  padding: 0rem 1rem;
}
/************************
* Page contact
*************************/
.contact_content .elementor-social-icon {
  background-color: transparent;
  border: 0px solid #ffffff;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.contact_content .elementor-social-icon svg {
  fill: #00497E;
  transition: all 0.3s ease-in-out;
}
.contact_content .elementor-social-icon:hover {
  border: 0px solid #ffffff;
  transition: all 0.3s ease-in-out;
}
.contact_content .elementor-social-icon:hover svg {
  fill: #F65588;
  transition: all 0.3s ease-in-out;
}
.boxcontact {
  background-color: #ffffff;
  box-shadow: 6px 6px 6px 0px rgba(0, 73, 126, 0.1);
  border-radius: 15px !important;
  overflow: hidden;
}
.boxcontact .boxcontact_titre {
  position: relative;
  font-size: calc(20px + (28 - 22) * ((100vw - 300px) / (2560 - 300)));
  color: #000000;
}
.boxcontact .boxcontact_titre .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .boxcontact .boxcontact_titre br {
    display: none;
  }
}
.boxcontact .boxcontact_titre strong, .boxcontact .boxcontact_titre b {
  font-weight: 600;
}
.boxcontact .boxcontact_titre span {
  color: #0C7CBC;
}
.boxcontact .boxcontact_nom {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 800;
}
.boxcontact .boxcontact_btn_1 .elementor-button-link, .boxcontact .boxcontact_btn_2 .elementor-button-link {
  background-color: transparent;
  border: 0px solid transparent;
  color: #000000;
  font-size: 16px;
  font-weight: 800 !important;
  padding: 0px;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  line-height: 1.2;
}
.boxcontact .boxcontact_btn_1 .elementor-button-link br, .boxcontact .boxcontact_btn_2 .elementor-button-link br {
  display: none;
}
.boxcontact .boxcontact_btn_1 .elementor-button-link .elementor-button-content-wrapper, .boxcontact .boxcontact_btn_2 .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: 22px;
}
.boxcontact .boxcontact_btn_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon, .boxcontact .boxcontact_btn_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 8px;
}
.boxcontact .boxcontact_btn_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg, .boxcontact .boxcontact_btn_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 20px;
  width: 20px;
  fill: #000000;
  transition: all 0.3s ease-in-out;
}
.boxcontact .boxcontact_btn_1 .elementor-button-link:visited, .boxcontact .boxcontact_btn_1 .elementor-button-link:focus, .boxcontact .boxcontact_btn_2 .elementor-button-link:visited, .boxcontact .boxcontact_btn_2 .elementor-button-link:focus {
  color: #000000;
}
.boxcontact .boxcontact_btn_1 .elementor-button-link:visited svg, .boxcontact .boxcontact_btn_1 .elementor-button-link:focus svg, .boxcontact .boxcontact_btn_2 .elementor-button-link:visited svg, .boxcontact .boxcontact_btn_2 .elementor-button-link:focus svg {
  fill: #000000;
}
.boxcontact .boxcontact_btn_1 .elementor-button-link:hover, .boxcontact .boxcontact_btn_2 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 0px solid transparent;
  color: #00497E;
}
.boxcontact .boxcontact_btn_1 .elementor-button-link:hover .elementor-button-content-wrapper:before, .boxcontact .boxcontact_btn_2 .elementor-button-link:hover .elementor-button-content-wrapper:before {
  height: 5px;
}
.boxcontact .boxcontact_btn_1 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg, .boxcontact .boxcontact_btn_2 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #00497E !important;
  transition: all 0.3s ease-in-out;
}
.boxcontact .boxcontact_btn_2 .elementor-button-link {
  font-size: 14px;
  font-weight: 400 !important;
  font-style: italic;
  text-transform: none;
}
/************************
* Page remerciement contact
*************************/
#remerciement_content {
  padding: 6rem 0rem;
}
/************************
* Page Erreur 404
*************************/
.ban_404 {
  min-height: calc(100vh - 128px) !important;
  padding-top: 50px !important;
  padding-bottom: 3rem !important;
  position: relative;
}
.ban_404 > .e-con-inner {
  z-index: 2;
}
.ban_404:after {
  content: "";
  position: absolute;
  display: block;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #00497E 0%, rgba(0, 141, 140, 0.3) 20%, rgba(255, 255, 255, 0) 50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .ban_404:after {
    background: linear-gradient(0deg, #00497E 0%, rgba(0, 141, 140, 0.3) 50%, rgba(255, 255, 255, 0) 80%);
  }
}
.ban_404 .breadcrumbs {
  position: absolute;
  top: 0%;
  left: 0%;
  color: #ffffff;
  background-color: rgba(0, 73, 126, 0.35);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.ban_404 .breadcrumbs a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.ban_404 .breadcrumbs a:hover {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.ban_404 .ban_titre {
  font-size: calc(30px + (46 - 30) * ((100vw - 300px) / (2400 - 300)));
  font-weight: 800;
  color: #ffffff;
}
.ban_404 .ban_desc {
  font-weight: 600;
  color: #ffffff;
}
/************************
* Page projet
*************************/
.accordeon_projet .e-n-accordion-item-title-icon {
  background-color: #0C7CBC;
  height: 40px;
  width: 40px !important;
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.accordeon_projet .e-n-accordion-item-title-icon svg {
  fill: #ffffff !important;
}
.accordeon_projet .e-n-accordion-item-title-text {
  font-size: calc(20px + (24 - 20) * ((100vw - 300px) / (2400 - 300))) !important;
  font-weight: 600;
  line-height: 1.2;
}
.accordeon_projet .e-n-accordion-item-title-text span {
  font-weight: 400;
  font-size: 18px !important;
  display: block;
}
.accordeon_projet .e-n-accordion-item-title-header {
  width: 80%;
}
.dipo_overflow {
  overflow: hidden;
}
.bloc_temoin {
  background-color: rgba(0, 73, 126, 0.05);
  padding: 1.5rem !important;
}
.bloc_temoin .bloc_temoin_big {
  font-size: calc(22px + (24 - 22) * ((100vw - 300px) / (2400 - 300)));
  font-weight: 800;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 100px;
}
.bloc_temoin .bloc_temoin_titre {
  font-size: calc(22px + (24 - 22) * ((100vw - 300px) / (2400 - 300)));
  font-weight: 800;
  color: #ffffff;
}
.bloc_temoin .bloc_temoin_desc {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
/************************
* 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;
  width: 34px !important;
  height: 34px !important;
  background-color: #00497E;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.elementor-swiper-button svg {
  fill: #ffffff !important;
  width: 26px !important;
  height: 26px !important;
  transition: all 0.3s ease-in-out;
}
.elementor-swiper-button:hover {
  transition: all 0.3s ease-in-out;
  background-color: #F65588;
}
.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: #000000;
  transition: all 0.3s ease-in-out;
}
.elementor-post-navigation .elementor-post-navigation__prev a:hover, .elementor-post-navigation .elementor-post-navigation__next a:hover {
  color: #00497E;
  transition: all 0.3s ease-in-out;
}
.elementor-post-navigation .post-navigation__arrow-prev i, .elementor-post-navigation .post-navigation__arrow-next i {
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.elementor-post-navigation .post-navigation__arrow-prev i:hover, .elementor-post-navigation .post-navigation__arrow-next i:hover {
  color: #00497E;
  transition: all 0.3s ease-in-out;
}
.elementor-pagination {
  padding: 3rem 1rem;
}
.elementor-pagination .page-numbers {
  background-color: #ffffff;
  color: #000000;
  width: 36px;
  height: 36px;
  display: inline-block;
  border: 1px solid #EEEEEE;
  border-radius: 25px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.8;
}
.elementor-pagination .prev, .elementor-pagination .next {
  padding: 5px 10px;
  width: auto;
}
.elementor-pagination a.page-numbers {
  transition: all 0.3s ease-in-out;
}
.elementor-pagination a.page-numbers:hover {
  background-color: #00497E !important;
  color: #ffffff !important;
  transition: all 0.3s ease-in-out;
  border: 1px solid #00497E;
}
.elementor-pagination .current {
  background-color: #00497E !important;
  color: #ffffff !important;
  border: 1px solid #00497E;
  transition: all 0.3s ease-in-out;
}
/*****************************************************************************************************************************
  * loop
******************************************************************************************************************************/
/************************
  * loop actu
*************************/
.loop_actu {
  position: relative;
}
.loop_actu > .e-con-inner {
  z-index: 2;
}
.loop_actu .loop_img {
  overflow: hidden;
  border-radius: 15px;
}
.loop_actu .loop_cat {
  background-color: #00497E;
  padding: 4px 8px;
  border-radius: 10px;
}
.loop_actu .loop_cat a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
}
.loop_actu .loop_content .loop_titre a {
  color: #00497E !important;
  font-size: 18px !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.4 !important;
  transition: all 0.3s ease-in-out;
}
.loop_actu .loop_content .loop_desc {
  color: #000000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
.loop_actu .loop_content .btn_blog .elementor-button-link {
  background-color: transparent;
  color: #008E8C;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0px 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: 22px;
  width: 22px;
  fill: #008E8C;
  transition: all 0.3s ease-in-out;
}
.loop_actu .loop_content .btn_blog .elementor-button-link .elementor-button-content-wrapper .elementor-button-text {
  transform: translateX(0px);
  transition: all 0.3s ease-in-out;
}
.loop_actu .loop_content .btn_blog .elementor-button-link:visited, .loop_actu .loop_content .btn_blog .elementor-button-link:focus {
  color: #008E8C;
}
.loop_actu .loop_content .btn_blog .elementor-button-link:visited svg, .loop_actu .loop_content .btn_blog .elementor-button-link:focus svg {
  fill: #008E8C;
}
.loop_actu:hover .loop_titre {
  transition: all 0.3s ease-in-out;
}
.loop_actu:hover .loop_titre a {
  color: #0C7CBC !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: #F65588;
}
.loop_actu:hover .btn_blog .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #F65588;
  transition: all 0.3s ease-in-out;
}
.loop_actu:hover .btn_blog .elementor-button-link .elementor-button-content-wrapper .elementor-button-text {
  transform: translateX(10px);
  transition: all 0.3s ease-in-out;
}
/************************
  * loop search
*************************/
.loop_search {
  position: relative;
  border-radius: 15px !important;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.loop_search > .e-con-inner {
  z-index: 2;
}
.loop_search .loop_titre a {
  color: #00497E !important;
  font-size: 18px !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.4 !important;
  transition: all 0.3s ease-in-out;
}
.loop_search .loop_desc {
  color: #000000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
.loop_search .btn_blog .elementor-button-link {
  background-color: transparent;
  color: #008E8C;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0px 0px;
}
.loop_search .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_search .btn_blog .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 22px;
  width: 22px;
  fill: #008E8C;
  transition: all 0.3s ease-in-out;
}
.loop_search .btn_blog .elementor-button-link .elementor-button-content-wrapper .elementor-button-text {
  transform: translateX(0px);
  transition: all 0.3s ease-in-out;
}
.loop_search .btn_blog .elementor-button-link:visited, .loop_search .btn_blog .elementor-button-link:focus {
  color: #008E8C;
}
.loop_search .btn_blog .elementor-button-link:visited svg, .loop_search .btn_blog .elementor-button-link:focus svg {
  fill: #008E8C;
}
.loop_search:hover .loop_titre {
  transition: all 0.3s ease-in-out;
}
.loop_search:hover .loop_titre a {
  color: #0C7CBC !important;
  transition: all 0.3s ease-in-out;
}
.loop_search:hover .btn_blog .elementor-button-link {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  color: #F65588;
}
.loop_search:hover .btn_blog .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #F65588;
  transition: all 0.3s ease-in-out;
}
.loop_search:hover .btn_blog .elementor-button-link .elementor-button-content-wrapper .elementor-button-text {
  transform: translateX(10px);
  transition: all 0.3s ease-in-out;
}
/************************
  * Page archives
*************************/
.ban_archive {
  position: relative;
  min-height: 480px !important;
  padding-bottom: 160px !important;
  padding-top: 50px !important;
}
.ban_archive > .e-con-inner {
  z-index: 2;
}
.ban_archive:after {
  position: absolute;
  content: "" !important;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #00497e 0%, #008e8c 50%);
  opacity: 0.65;
  z-index: 1;
}
.ban_archive .ban_titre {
  color: #ffffff;
  font-weight: 800;
  font-size: calc(28px + (36 - 28) * ((100vw - 300px) / (2400 - 300)));
}
@media screen and (max-width: 960px) {
  .ban_archive .ban_titre {
    text-align: center;
  }
}
.ban_archive .ban_titre .elementor-heading-title {
  line-height: 1.2;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .ban_archive .ban_titre .elementor-heading-title {
    width: auto;
  }
}
.ban_archive .ban_titre strong {
  font-weight: 900;
}
.ban_archive .ban_titre span {
  color: #00497E;
}
.ban_archive .breadcrumbs {
  position: absolute;
  top: 0%;
  left: 0%;
  color: #00497E;
  background-color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.ban_archive .breadcrumbs a {
  color: #00497E;
  transition: all 0.3s ease-in-out;
}
.ban_archive .breadcrumbs a:hover {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.bloc_filtre {
  border-radius: 15px !important;
  overflow: hidden;
  z-index: 2 !important;
}
.btn_cat_blog .elementor-button-link {
  background-color: #00497E;
  color: #ffffff;
  font-size: 18px;
  padding: 0px 15px;
  border: 1px solid #00497E;
  transition: all 0.3s ease-in-out;
  border-radius: 8px !important;
  font-weight: 700;
}
.btn_cat_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: 42px;
}
.btn_cat_blog .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.btn_cat_blog .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_cat_blog .elementor-button-link:visited, .btn_cat_blog .elementor-button-link:focus {
  color: #ffffff;
}
.btn_cat_blog .elementor-button-link:visited svg, .btn_cat_blog .elementor-button-link:focus svg {
  fill: #ffffff;
}
.btn_cat_blog .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: #0C7CBC;
  border: 1px solid #0C7CBC;
  color: #ffffff;
}
.btn_cat_blog .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
/************************
* Page article
*************************/
.ban_inte_actu {
  min-height: 300px !important;
  padding-top: 50px !important;
  background-color: #EBF0F5;
}
.ban_inte_actu .breadcrumbs {
  position: absolute;
  top: 0%;
  left: 0%;
  color: #ffffff;
  background-color: rgba(0, 73, 126, 0.35);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.ban_inte_actu .breadcrumbs a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.ban_inte_actu .breadcrumbs a:hover {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.ban_inte_actu .ban_titre {
  font-size: calc(28px + (36 - 28) * ((100vw - 300px) / (2400 - 300)));
  color: #000000;
  font-weight: 800;
}
.ban_inte_actu .ban_titre .elementor-heading-title {
  line-height: 1.2 !important;
}
@media screen and (max-width: 960px) {
  .ban_inte_actu .ban_titre br {
    display: none;
  }
}
.ban_inte_actu .ban_bloc_meta .ban_date_article {
  background-color: rgba(0, 73, 126, 0.15);
  color: #00497E;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 15px;
  border-radius: 10px;
}
.ban_inte_actu .ban_bloc_meta .ban_cat_article {
  background-color: #00497E;
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  padding: 10px 15px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.ban_inte_actu .ban_bloc_meta .ban_cat_article:hover {
  background-color: #0C7CBC;
  transition: all 0.3s ease-in-out;
}
.bg_top {
  position: relative;
}
.bg_top:before {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  top: 0% !important;
  left: 0% !important;
  width: 100% !important;
  height: 20% !important;
  background-color: #EBF0F5;
}
.bg_top .actu_mea img {
  border-radius: 25px;
  overflow: hidden;
}
.all_bloc_count {
  counter-reset: my-awesome-counter;
  position: relative;
}
.all_bloc_count .bloc_count {
  counter-increment: my-awesome-counter;
  position: relative;
  padding-top: 60px;
}
.all_bloc_count .bloc_count:before {
  content: counter(my-awesome-counter);
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 28px;
  font-weight: 500;
  top: 0%;
  left: 0%;
  border-radius: 50%;
  background-color: #ffffff;
  color: #0C7CBC;
  border: 2px solid #0C7CBC;
}
.all_bloc_count .bloc_count .bloc_count_titre {
  font-size: calc(20px + (28 - 22) * ((100vw - 300px) / (2560 - 300)));
  color: #000000;
  font-weight: 800;
}
.all_bloc_count .bloc_count .bloc_count_titre .elementor-heading-title {
  line-height: 1.2;
}
.all_bloc_count .bloc_count .bloc_count_desc {
  font-size: 15px;
}
.bloc_radius {
  border-radius: 25px !important;
  overflow: hidden !important;
}
#row_totop {
  width: 50px;
  height: 50px;
  z-index: 999;
  position: fixed;
  bottom: 30px;
  right: 30px;
}
#totop {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  background-color: #F65588;
  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: #F65588;
  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: #F65588;
  color: #ffffff;
  font-size: 14px;
  padding: 0px 15px;
  border: 1px solid #F65588;
  transition: all 0.3s ease-in-out;
  border-radius: 8px !important;
  text-transform: uppercase;
  font-weight: 700;
}
.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: 48px;
}
.btn_cta_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.btn_cta_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 24px;
  width: 24px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.btn_cta_1 .elementor-button-link:visited, .btn_cta_1 .elementor-button-link:focus {
  color: #ffffff;
}
.btn_cta_1 .elementor-button-link:visited svg, .btn_cta_1 .elementor-button-link:focus svg {
  fill: #ffffff;
}
.btn_cta_1 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: #00497E;
  border: 1px solid #00497E;
  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: #F65588;
  color: #ffffff;
  font-size: 14px;
  padding: 0px 15px;
  border: 1px solid #F65588;
  transition: all 0.3s ease-in-out;
  border-radius: 8px !important;
  text-transform: uppercase;
  font-weight: 700;
}
.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: 48px;
}
.btn_cta_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.btn_cta_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 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 !important;
}
.btn_cta_2 .elementor-button-link:visited svg, .btn_cta_2 .elementor-button-link:focus svg {
  fill: #F65588;
}
.btn_cta_2 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #F65588 !important;
}
.btn_cta_2 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #F65588;
  transition: all 0.3s ease-in-out;
}
.btn_cta_3 .elementor-button-link {
  background-color: #25B26D;
  color: #ffffff;
  font-size: 14px;
  padding: 0px 15px;
  border: 1px solid #25B26D;
  transition: all 0.3s ease-in-out;
  border-radius: 8px !important;
  text-transform: uppercase;
  font-weight: 700;
}
.btn_cta_3 .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 48px;
}
.btn_cta_3 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.btn_cta_3 .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_3 .elementor-button-link:visited, .btn_cta_3 .elementor-button-link:focus {
  color: #ffffff;
}
.btn_cta_3 .elementor-button-link:visited svg, .btn_cta_3 .elementor-button-link:focus svg {
  fill: #ffffff;
}
.btn_cta_3 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: #00497E;
  border: 1px solid #00497E;
  color: #ffffff;
}
.btn_cta_3 .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: 14px;
  font-weight: 600;
  padding: 0px 20px;
  min-width: 200px;
  border: 2px solid #ffffff;
  transition: all 0.3s ease-in-out;
  border-radius: 8px !important;
  text-transform: uppercase;
}
.btn_link_1 .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 44px;
}
.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: 2px solid #ffffff;
  color: #F65588;
}
.btn_link_1 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #F65588 !important;
  transition: all 0.3s ease-in-out;
}
.btn_link_2 .elementor-button-link {
  background-color: transparent;
  color: #00497E;
  font-size: 14px;
  font-weight: 600;
  padding: 0px 20px;
  min-width: 200px;
  border: 2px solid #00497E;
  transition: all 0.3s ease-in-out;
  border-radius: 8px !important;
  text-transform: uppercase;
}
.btn_link_2 .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 44px;
}
.btn_link_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 24px;
  width: 24px;
  fill: #00497E;
  transition: all 0.3s ease-in-out;
}
.btn_link_2 .elementor-button-link:visited, .btn_link_2 .elementor-button-link:focus {
  color: #00497E;
}
.btn_link_2 .elementor-button-link:visited svg, .btn_link_2 .elementor-button-link:focus svg {
  fill: #00497E;
}
.btn_link_2 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: #00497E;
  border: 2px solid #00497E;
  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: #008E8C;
  font-size: 14px;
  padding: 0px 0px;
  border: 0px;
  font-weight: 600;
  text-transform: uppercase;
  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 svg {
  height: 22px;
  width: 22px;
  fill: #008E8C;
  transition: all 0.3s ease-in-out;
}
.btn_lirelasuite .elementor-button-link .elementor-button-content-wrapper .elementor-button-text {
  transform: translateX(0px);
  transition: all 0.3s ease-in-out;
}
.btn_lirelasuite .elementor-button-link:visited, .btn_lirelasuite .elementor-button-link:focus {
  color: #008E8C;
}
.btn_lirelasuite .elementor-button-link:visited svg, .btn_lirelasuite .elementor-button-link:focus svg {
  fill: #008E8C;
}
.btn_lirelasuite .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  color: #F65588;
}
.btn_lirelasuite .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #F65588;
  transition: all 0.3s ease-in-out;
}
.btn_lirelasuite .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-text {
  transform: translateX(10px);
  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: #0C7CBC;
  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: #00497E;
  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: #00497E;
  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: #0C7CBC;
  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: #00497E;
  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: #0C7CBC;
  transition-delay: 1s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.form_elementor .form-field-name {
  border: 0px solid #ffffff !important;
  height: 50px;
  border-radius: 10px !important;
}
.form_elementor .elementor-field-textual {
  border: 0px solid #ffffff !important;
  padding: 10px;
  background-color: #ffffff !important;
  color: 1px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: 6px 6px 8px 0px rgba(0, 73, 126, 0.08);
}
.form_elementor .elementor-field-label {
  color: #0C7CBC !important;
  font-size: 16px;
}
.form_elementor .elementor-field-type-acceptance a {
  color: #00497E;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
}
.form_elementor .elementor-field-type-acceptance a:hover {
  color: #F65588;
  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;
  padding-inline-end: 20px !important;
}
.form_elementor .elementor-field-option label {
  font-size: 16px;
}
.form_elementor .elementor-field-type-acceptance label {
  width: 94% !important;
  line-height: 1.1 !important;
  font-size: 15px !important;
}
.form_elementor .elementor-field-type-acceptance label span {
  color: #F65588;
}
.form_elementor input[type="checkbox"] {
  height: 20px !important;
  width: 20px !important;
  border: 1px solid #0C7CBC;
  display: inline-block !important;
  margin: 0px 5px 0px 0px;
  border-radius: 0px !important;
}
.form_elementor input[type="checkbox"]:checked {
  position: relative;
}
.form_elementor input[type="checkbox"]:checked:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 16px;
  width: 16px;
  background-color: #F65588;
}
.form_elementor .elementor-button {
  text-align: center;
  background: #F65588;
  border: 0px solid #000000;
  color: #ffffff;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  border-radius: 8px !important;
  cursor: pointer;
}
.form_elementor .elementor-button:hover {
  background-color: #00497E;
  color: #ffffff;
  border: 0px solid #000000;
  transition: all 0.3s ease-in-out;
}
.form_elementor .elementor-button .elementor-button-text {
  font-size: 18px;
}
.form_elementor input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
.form_elementor input::-webkit-input-placeholder, .form_elementor textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #00497E !important !important;
  opacity: 1;
}
.form_elementor input::-moz-placeholder, .form_elementor textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #00497E !important !important;
  opacity: 1;
}
.form_elementor input::-ms-input-placeholder, .form_elementor textarea::-ms-input-placeholder {
  /* IE 10+ */
  color: #00497E !important !important;
  opacity: 1;
}
.form_elementor input::-moz-placeholder, .form_elementor textarea::-moz-placeholder {
  /* Firefox 18- */
  color: #00497E !important !important;
  opacity: 1;
}
.form_elementor input::placeholder, .form_elementor textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #00497E !important !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 #0C7CBC;
  display: inline-block;
  margin: 0px 5px 0px 0px;
  border-radius: 50% !important;
}
input[type="radio"]:checked {
  position: relative;
}
input[type="radio"]:checked:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 16px;
  width: 16px;
  background-color: #F65588;
  border-radius: 50%;
}
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
/******	 Upload field
************************************/
.elementor-field-type-upload input[type="file"] {
  color: #0C7CBC !important;
  cursor: pointer;
  position: relative;
  background-color: #0C7CBC;
  border-radius: 10px !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: #0C7CBC !important;
  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: #0C7CBC !important;
  border: 0px;
  cursor: pointer;
}
/******	 Newsletter
************************************/
.form_newsletter {
  display: flex;
  justify-content: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .form_newsletter {
    min-width: 0 !important;
  }
}
.form_newsletter input[type="email"] {
  padding: 10px 15px;
  height: 54px;
  background-color: #ffffff !important;
  border-radius: 10px 0px 0px 10px !important;
  border: 0px solid #ffffff !important;
  color: #000000 !important;
  font-size: 12px;
}
.form_newsletter input[type="email"]::placeholder {
  color: #000000 !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: #F65588;
  transition: all 0.3s ease-in-out;
}
.form_newsletter .elementor-field-option label {
  width: 90%;
}
.form_newsletter input[type="checkbox"] {
  display: inline-block !important;
  margin: 0px;
  margin-right: 10px;
  padding: 5px !important;
  height: 14px !important;
  width: 14px !important;
  border: #00497E;
  border-radius: 0px;
  background-color: #ffffff !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: #00497E;
}
.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;
  height: 54px;
  padding: 10px 24px;
  width: 100%;
  background-color: #0C7CBC;
  border: 0px solid #ffffff;
  border-radius: 0px 10px 10px 0px;
  color: #ffffff;
  cursor: pointer;
  overflow: hidden !important;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.form_newsletter .elementor-field-type-submit .elementor-button .elementor-button-content-wrapper {
  position: relative;
  z-index: 2;
}
.form_newsletter .elementor-field-type-submit .elementor-button:hover {
  background-color: #F65588;
  color: #ffffff;
  border: 0px solid #00497E;
  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: #00497E !important !important;
  opacity: 1;
}
.form_newsletter input::-moz-placeholder, .form_newsletter textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #00497E !important !important;
  opacity: 1;
}
.form_newsletter input::-ms-input-placeholder, .form_newsletter textarea::-ms-input-placeholder {
  /* IE 10+ */
  color: #00497E !important !important;
  opacity: 1;
}
.form_newsletter input::-moz-placeholder, .form_newsletter textarea::-moz-placeholder {
  /* Firefox 18- */
  color: #00497E !important !important;
  opacity: 1;
}
.form_newsletter input::placeholder, .form_newsletter textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #00497E !important !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 #172925;
  color: #172925;
  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: #172925;
  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: #172925;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list li:hover a {
  color: #172925;
  letter-spacing: 0.4px;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list li:hover:before {
  border-radius: 50%;
  background-color: #172925;
  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: #00497E;
  color: #ffffff;
  display: block;
  font-size: 1.2em;
  font-weight: 500;
  height: auto;
  left: 0;
  padding: 5px;
  position: absolute;
  width: auto;
  z-index: 1111;
}
.bloc_articles_similaires .uc_overlay_image_carousel .owl-stage-outer {
  height: 100%;
}
.bloc_articles_similaires .uc_overlay_image_carousel .owl-stage-outer .owl-stage {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: 100%;
}
.bloc_articles_similaires .uc_overlay_image_carousel .owl-stage-outer .owl-stage .owl-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-content: stretch;
}
.bloc_articles_similaires .uc_overlay_image_carousel .owl-stage-outer .owl-stage .owl-item .uc_carousel_item {
  height: 100%;
}
.bloc_articles_similaires .uc_overlay_image_carousel .owl-stage-outer .owl-stage .owl-item .uc_carousel_item .uc_image_carousel_content {
  padding: 20px 20px 50px 20px;
}
.bloc_articles_similaires .uc_overlay_image_carousel .owl-stage-outer .owl-stage .owl-item .uc_carousel_item .uc_image_carousel_content > div {
  padding-bottom: 10px;
}
.bloc_articles_similaires .uc_overlay_image_carousel .owl-stage-outer .owl-stage .owl-item .uc_carousel_item .uc_image_carousel_content .ue-item-btn-holder {
  position: absolute;
  bottom: 10px;
}
.bloc_articles_similaires .uc_overlay_image_carousel .owl-stage-outer .owl-stage .owl-item .uc_carousel_item .uc_image_carousel_content .ue-item-btn-holder .uc_more_btn {
  margin-top: 0px;
}
