@charset "UTF-8";
body {
  font-size: 18px !important;
}

h1, h2, h3, p {
  line-height: normal !important;
}

@media screen and (max-width: 980px) {
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a {
    font-weight: 300 !important;
  }
}
.btn--general {
  height: 2.94444rem !important;
}
@media screen and (max-width: 980px) {
  .btn--general {
    font-size: 1rem !important;
    line-height: 2rem !important;
  }
}
.btn--general::after {
  top: 0 !important;
  height: 100% !important;
  width: 2.94444rem !important;
  right: -1px !important;
  display: flex !important;
  font-size: 2rem !important;
  background-color: #ee7025 !important;
  border-radius: 0px 2.77778rem 2.77778rem 0px !important;
  align-items: center !important;
  justify-content: center;
  transition: all 0.3s ease-in-out !important;
}
.btn--general:hover::after {
  border-radius: 2.77778rem !important;
  transform: scale(1.2) !important;
}

@media (max-width: 980px) {
  .col--row-main {
    display: flex;
  }
}

.card--link {
  width: -webkit-fill-available;
  overflow: hidden;
}
.card--link .et_pb_module_inner {
  height: 100% !important;
  position: relative;
}
.card--link .et_pb_module_inner .et_pb_module {
  position: absolute;
  bottom: 25px;
  width: calc(100% - 40px);
  height: fit-content !important;
  margin: 20px;
  padding: 0 !important;
  border-radius: 35px;
  background: #02518c;
  transition: background 0.6s ease, transform 0.6s ease, border-radius 0.6s ease, padding 0.6s ease, height 0.6s ease;
  height: 50px !important;
  will-change: transform, background, border-radius, padding, height;
}
.card--link .et_pb_module_inner .et_pb_module::after {
  content: "+";
  top: 0;
  right: -1px;
  background-color: #ee7025;
  height: 100%;
  width: 15%;
  color: white;
  font-size: 2rem;
  max-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 0 2.77778rem 2.77778rem 0;
  transition: background-color 0.4s ease;
}
.card--link .et_pb_module_inner .et_pb_module .dsm_card_description {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}
.card--link .et_pb_module_inner .et_pb_module .et_pb_button_wrapper {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.card--link .et_pb_module_inner .et_pb_module .et_pb_button_wrapper .et_pb_button {
  border-radius: 1.94444rem 0 !important;
}
.card--link .et_pb_module_inner .et_pb_module .dsm_card_title {
  width: 100%;
  padding: 15px;
  border-radius: 25px;
  position: relative;
  transition: all 0.4s ease;
  z-index: 2;
  margin-top: auto;
}
.card--link:hover .et_pb_module {
  background: rgba(2, 81, 140, 0.85);
  border-radius: 2.77778rem;
  transform: translateY(-5px);
  padding: 20px !important;
  justify-content: space-evenly !important;
  transition-delay: 0s;
  height: 85% !important;
}
.card--link:hover .et_pb_module::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .card--link:hover .et_pb_module {
    bottom: 15px;
    justify-content: flex-start !important;
    gap: 5px !important;
    height: 90% !important;
  }
}
.card--link:hover .et_pb_module .dsm_card_description {
  opacity: 1;
  visibility: visible;
  max-height: 200px;
  color: #FFFFFF;
  transition-delay: 0.1s;
}
@media screen and (max-width: 980px) {
  .card--link:hover .et_pb_module .dsm_card_description {
    max-height: fit-content;
  }
}
.card--link:hover .et_pb_module .et_pb_button_wrapper {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.15s;
}
.card--link:hover .et_pb_module .dsm_card_title {
  background: none;
  padding: 0;
  text-align: center !important;
  margin-top: 0;
  transition: all 0.4s ease;
}
@media (min-width: 981px) {
  .card--link {
    height: auto !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 981px) and (max-width: 1300px) {
  .card--link {
    height: auto !important;
    margin-bottom: 0 !important;
  }
  .card--link .dsm_card_wrapper {
    width: calc(100% - 20px);
    margin: 10px;
  }
  .card--link .dsm_card_wrapper .dsm_card_title {
    font-size: 1.11rem;
  }
  .card--link .dsm_card_wrapper .dsm_card_description {
    font-size: 0.89rem !important;
    line-height: 1rem !important;
  }
  .card--link .dsm_card_wrapper .et_pb_more_button {
    font-size: 1rem !important;
  }
}

.line--simple {
  max-width: 76.67rem;
  align-items: center;
}

.line--simple-flex-row {
  max-width: 76.67rem;
}
.line--simple-flex-row .et_pb_column {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-around !important;
  flex-wrap: wrap !important;
  gap: 1rem;
}
@media (min-width: 981px) {
  .line--simple-flex-row .et_pb_column {
    flex-wrap: nowrap !important;
  }
}

.blog--actus .et_pb_image_container, .blog--actus .entry-featured-image-url {
  margin-bottom: 0.94rem;
}
.blog--actus .entry-title {
  font-family: "Jost", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 700 !important;
  color: #076ab3 !important;
  min-height: 63px !important;
}
.blog--actus .entry-featured-image-url img {
  max-height: 13.33333rem;
}
.blog--actus .post-content {
  margin-top: 1.28rem;
}
.blog--actus .post-content-inner {
  margin-bottom: 1.28rem;
}
.blog--actus .more-link {
  position: relative; /* Indispensable pour positionner le pseudo-élément */
  padding-right: 20px;
}
.blog--actus .more-link::after {
  content: "→";
  margin-left: 5px;
  font-size: 1.5rem;
  color: #ee7025;
}

.section-bg-linear-left {
  position: relative;
  border-radius: 0 27.77778rem 27.77778rem 0;
  left: auto;
}
.section-bg-linear-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 90vw;
  max-width: none;
  height: 100%;
  background: linear-gradient(90deg, #076AB3 0%, #02518C 100%);
  border-radius: 0 27.77778rem 27.77778rem 0;
}
.section-bg-linear-left.image-fond::before {
  background-size: auto 90%, auto;
  background-position: right 10% bottom 0px;
  background-repeat: no-repeat;
  background-image: url("/wp-content/uploads/2025/10/rappel-logo.png"), linear-gradient(90deg, #076AB3 0%, #02518C 100%);
}
@media screen and (max-width: 980px) {
  .section-bg-linear-left {
    border-radius: 0 0 13.88889rem 13.88889rem !important;
    padding-bottom: 60px !important;
  }
  .section-bg-linear-left:before {
    border-radius: 0 0 13.88889rem 13.88889rem !important;
    width: 100%;
  }
  .section-bg-linear-left.image-fond::before {
    background-size: initial;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, #076AB3 0%, #02518C 100%);
  }
}
@media screen and (max-width: 980px) {
  .section-bg-linear-left.reverse {
    border-radius: 13.88889rem 13.88889rem 0 0 !important;
  }
  .section-bg-linear-left.reverse:before {
    border-radius: 13.88889rem 13.88889rem 0 0 !important;
    width: 100%;
  }
}

.section-bg-linear-right {
  border-radius: 27.77778rem 0 0 27.77778rem;
  position: relative;
  margin-left: auto;
}
.section-bg-linear-right::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 90vw;
  max-width: none;
  height: 100%;
  background: linear-gradient(90deg, #076AB3 0%, #02518C 100%);
  border-radius: 27.77778rem 0 0 27.77778rem;
}
.section-bg-linear-right.image-fond::before {
  background-size: auto 90%, auto;
  background-position: right 10% bottom 0px;
  background-repeat: no-repeat;
  background-image: url("/wp-content/uploads/2025/10/rappel-logo.png"), linear-gradient(90deg, #076AB3 0%, #02518C 100%);
}
.section-bg-linear-right.maps::before {
  max-width: none;
  width: 72vw;
}
@media screen and (max-width: 980px) {
  .section-bg-linear-right.maps::before {
    max-width: none;
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .section-bg-linear-right.reverse {
    border-radius: 0 0 13.88889rem 13.88889rem !important;
  }
  .section-bg-linear-right.reverse:before {
    border-radius: 0 0 13.88889rem 13.88889rem !important;
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .section-bg-linear-right {
    border-radius: 13.88889rem 13.88889rem 0 0 !important;
  }
  .section-bg-linear-right::before {
    border-radius: 13.88889rem 13.88889rem 0 0 !important;
    width: 100%;
  }
  .section-bg-linear-right.image-fond::before {
    background-size: initial;
    background-position: right 10% bottom 0px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, #076AB3 0%, #02518C 100%);
  }
}

.header-img::before {
  content: url("/wp-content/uploads/2025/10/rappel-logo.png");
  position: absolute;
  bottom: -10px;
  left: 90px;
  width: 100px;
  height: auto;
  z-index: 10;
}
@media screen and (max-width: 980px) {
  .header-img::before {
    display: none !important;
  }
}

.m-donation {
  position: absolute !important;
  right: 0 !important;
  background-color: #ee7025 !important;
  border-radius: 50px !important;
  padding: 0px !important;
  top: 0px !important;
  transition: all;
}
.m-donation a.mega-menu-link {
  font-weight: 700 !important;
}
.m-donation:hover {
  background-color: #FD985C !important;
}
@media screen and (max-width: 980px) {
  .m-donation {
    position: relative !important;
    top: -1rem !important;
    padding: 0.75rem 0rem !important;
    background-color: #FFFFFF !important;
    width: 75% !important;
  }
  .m-donation a {
    text-align: center !important;
  }
  .m-donation .mega-menu-link {
    text-align: center !important;
    color: #ee7025 !important;
  }
  .m-donation:hover {
    background-color: #076ab3 !important;
  }
  .m-donation:hover .mega-menu-link {
    color: #FFFFFF !important;
  }
}
.m-donation a {
  color: #FFFFFF !important;
  font-family: Jost !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}
@media screen and (min-width: 981px) {
  .m-donation {
    display: none !important;
  }
}

.m-contact {
  position: absolute !important;
  right: 8rem !important;
  background-color: #076ab3 !important;
  border-radius: 50px !important;
  padding: 0px !important;
  top: 0px !important;
  padding: 0px 20px !important;
  transition: all 0.3s ease-in-out !important;
}
.m-contact a.mega-menu-link {
  font-weight: 700 !important;
}
@media screen and (min-width: 981px) {
  .m-contact {
    right: 0rem !important;
  }
}
@media screen and (max-width: 980px) {
  .m-contact {
    right: 0px !important;
    padding-right: 0px !important;
    position: relative !important;
    padding: 0.75rem 0rem !important;
    margin-bottom: 0.67rem !important;
    width: 75% !important;
  }
  .m-contact a {
    text-align: center !important;
  }
  .m-contact .mega-menu-link {
    text-align: center !important;
  }
}
.m-contact:hover {
  background-color: #469EDE !important;
}
.m-contact a {
  color: #FFFFFF !important;
  font-family: Jost !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

.mod-plan-interactif {
  position: absolute;
  left: -90px !important;
  top: -220px !important;
  padding: 0 !important;
  border: none !important;
}
@media screen and (max-width: 980px) {
  .mod-plan-interactif {
    /*left: -20px !important;
    top: -200px !important;*/
    left: 50% !important;
    top: 0 !important;
    transform: translate(-50%, -50%) !important;
  }
}

#plan-interactif {
  position: relative;
  overflow: hidden;
  display: block;
  width: 380px;
  height: 380px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #plan-interactif {
    width: 350px;
    height: 350px;
  }
}
#plan-interactif .picto {
  background-color: #ee7025;
  width: 0.55111rem;
  height: 0.55111rem;
  border-radius: 100%;
  position: absolute;
  z-index: 1;
  text-decoration: none;
  cursor: pointer;
  top: 0;
  left: 0;
  display: inline-block; /* S'assurer que l'élément est en ligne pour l'animation */
  transition: transform 0.3s ease; /* Ajouter une transition pour un effet plus fluide */
}

#poiTooltip {
  background-color: #076ab3;
  color: #FFFFFF;
  padding: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  width: 392px;
  max-width: 90vw;
  transition: opacity 0.6s ease;
  opacity: 0;
  border: 2px solid #FFFFFF;
  box-sizing: border-box;
  word-wrap: break-word;
  white-space: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #poiTooltip {
    width: auto;
    max-width: calc(100vw - 20px);
    min-width: 150px;
    padding: 8px 12px;
    font-size: 14px;
  }
}
#poiTooltip.show {
  display: block;
  opacity: 1;
}
#poiTooltip .infos, #poiTooltip .adresse {
  margin-top: 10px;
}
#poiTooltip ul, #poiTooltip li {
  list-style: circle;
}
#poiTooltip ul {
  margin-left: 10px;
  padding-left: 20px;
  padding-top: 10px;
}

#poiModal {
  display: none;
  position: fixed !important;
  z-index: 9999999 !important;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  min-height: 100vh !important;
  min-width: 100vw !important;
  background-color: rgba(0, 0, 0, 0.85) !important;
  overflow: auto;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  -webkit-overflow-scrolling: touch;
  pointer-events: auto !important;
  /* Forcer la modal à échapper à tout contexte de positionnement parent */
  transform: translateZ(0) !important;
  will-change: transform;
  isolation: isolate !important;
  /* S'assurer que la modal n'hérite d'aucun contexte de positionnement */
  contain: layout style paint;
  /* Forcer le positionnement par rapport à la fenêtre */
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

/* S'assurer que la modal échappe même si elle est dans .mod-plan-interactif */
.mod-plan-interactif #poiModal,
.container-fluid #poiModal,
[class*=container] #poiModal {
  position: fixed !important;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  transform: translateZ(0) !important;
  z-index: 9999999 !important;
}
@media screen and (max-width: 768px) {
  .mod-plan-interactif #poiModal,
.container-fluid #poiModal,
[class*=container] #poiModal {
    width: 100vw !important;
    height: 100vh !important;
    min-height: 100vh !important;
    min-width: 100vw !important;
    max-height: 100vh !important;
    max-width: 100vw !important;
    margin: 0 !important;
    padding: 0 !important;
    background-color: rgba(0, 0, 0, 0.85) !important;
    z-index: 9999999 !important;
  }
}

#poiModal .modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 30px;
  border: 1px solid #888;
  border-radius: 10px;
  width: 90%;
  max-width: 600px;
  max-height: 80vh;
  overflow-y: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000000 !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  pointer-events: auto !important;
}
@media screen and (max-width: 768px) {
  #poiModal .modal-content {
    width: calc(100% - 20px) !important;
    max-width: calc(100% - 20px) !important;
    margin: 0 !important;
    padding: 15px !important;
    padding-bottom: calc(15px + env(safe-area-inset-bottom, 0px) + 60px) !important;
    border-radius: 10px !important;
    max-height: calc(100vh - 40px) !important;
    min-height: auto !important;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    transform: translate(-50%, -50%) !important;
    box-sizing: border-box;
  }
}

#poiModal .close-button {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  line-height: 1;
  z-index: 1000001 !important;
}
@media screen and (max-width: 768px) {
  #poiModal .close-button {
    right: 10px !important;
    top: 10px !important;
    font-size: 32px !important;
  }
}

#poiModal .close-button:hover,
#poiModal .close-button:focus {
  color: #000;
  text-decoration: none;
}

#poiModal .modal-body {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #poiModal .modal-body {
    padding-bottom: calc(30px + env(safe-area-inset-bottom, 0px) + 60px) !important;
  }
}

#poiModal .etablissement-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

#poiModal .etablissement-item {
  position: relative;
  padding-bottom: 80px;
}

#poiModal .etablissement-link {
  text-align: center !important;
  position: relative !important;
  bottom: 0px !important;
  z-index: 1 !important;
  width: 90% !important;
  margin: 17px !important;
  background-color: #076ab3 !important;
  padding: 10px !important;
  padding-right: 40px !important;
  border-radius: 2.77778rem !important;
  font-weight: 500;
  color: #FFFFFF;
  text-decoration: none !important;
  display: inline-block !important;
}
#poiModal .etablissement-link::after {
  content: "+";
  position: absolute;
  right: 0;
  background-color: #ee7025;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  padding: 0px 15px !important;
  border-radius: 0rem 2.77778rem 2.77778rem 0rem !important;
  color: #FFFFFF;
}
#poiModal .etablissement-link:hover {
  text-decoration: none !important;
  opacity: 0.9;
}

.liste-offres-etablissement {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 45px;
}
.liste-offres-etablissement article {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  border-radius: 0.28rem;
  flex: 1 1 auto;
  max-width: 378.95px;
  position: relative;
  overflow: visible !important;
}
.liste-offres-etablissement article .et_pb_image_container {
  margin: 0 !important;
}
.liste-offres-etablissement article img {
  width: 360px !important;
}
.liste-offres-etablissement article .post-meta {
  position: absolute !important;
  top: 1.38rem !important;
  right: -1.38rem !important;
  background-color: #076ab3 !important;
  padding: 0.55rem 1.11rem !important;
  border-radius: 0.27778rem !important;
}
.liste-offres-etablissement article .entry-title {
  padding: 25px;
  text-align: center;
  font-family: "Jost", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 700 !important;
  color: #163658 !important;
  font-size: 1.39rem !important;
}
@media screen and (max-width: 980px) {
  .liste-offres-etablissement article .entry-title {
    font-size: 1rem !important;
  }
}
.liste-offres-etablissement article .media-link--empty {
  background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
  height: 200px;
}

.blog--offer article {
  position: relative;
  overflow: visible !important;
}
.blog--offer article .post-meta {
  position: absolute !important;
  top: 1.38rem !important;
  right: -1.38rem !important;
  background-color: #076ab3 !important;
  padding: 0.55rem 1.11rem !important;
  border-radius: 0.27778rem !important;
  font-family: "Jost" !important;
}
.blog--offer article .post-meta a {
  color: #FFFFFF !important;
}

.liste-etablissements-categorie {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: baseline;
  gap: 2rem !important;
}
.liste-etablissements-categorie article {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  border-radius: 1.94444rem;
  overflow: hidden !important;
  position: relative;
  padding: 0 !important;
  height: 16rem;
}
@media (max-width: 980px) and (min-width: 767px) {
  .liste-etablissements-categorie article {
    max-width: 47.5% !important;
    width: fit-content !important;
  }
}
.liste-etablissements-categorie article img {
  width: 20rem !important;
  height: 16rem !important;
  object-fit: cover !important;
}
.liste-etablissements-categorie article .et_pb_image_container {
  margin: 0 !important;
}
.liste-etablissements-categorie article .entry-featured-image-url {
  margin: 0 !important;
}
.liste-etablissements-categorie article .entry-title {
  text-align: center !important;
  position: absolute !important;
  bottom: 0px !important;
  z-index: 1 !important;
  width: 90% !important;
  margin: 17px !important;
  background-color: #076ab3 !important;
  padding: 10px !important;
  padding-right: 40px !important;
  border-radius: 2.77778rem !important;
  font-weight: 500;
  color: #FFFFFF;
}
.liste-etablissements-categorie article .entry-title::after {
  content: "+";
  position: absolute;
  right: 0;
  background-color: #ee7025;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  padding: 0px 15px !important;
  border-radius: 0rem 2.77778rem 2.77778rem 0rem !important;
  color: #FFFFFF;
}
.liste-etablissements-categorie article .et_pb_image_container {
  margin: 0 !important;
}

.blog-etablissements article {
  position: relative;
  padding: 0 !important;
}
.blog-etablissements article .et_pb_image_container {
  margin: 0 !important;
}
.blog-etablissements article .entry-featured-image-url {
  margin: 0 !important;
}
.blog-etablissements article .entry-title {
  text-align: center !important;
  position: absolute !important;
  bottom: 0px !important;
  z-index: 1 !important;
  width: 90% !important;
  margin: 17px !important;
  background-color: #076ab3 !important;
  padding: 10px !important;
  padding-right: 40px !important;
  border-radius: 2.77778rem !important;
}
.blog-etablissements article .entry-title a {
  padding: 10px 10px 10px 15px !important;
}
.blog-etablissements article .entry-title a::after {
  content: "+";
  position: absolute;
  right: 0;
  background-color: #ee7025;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  padding: 0px 15px !important;
  border-radius: 0rem 2.77778rem 2.77778rem 0rem !important;
}

.team_member_column {
  display: flex;
  flex-direction: column;
}
.team_member_column .et_pb_team_member_image {
  margin-bottom: 12px;
}

.timeline-histoire .dsm_card_carousel_child img {
  display: none;
}
.timeline-histoire .dsm_card_carousel_child .dsm_card_carousel_child_badge_text {
  position: relative;
  bottom: 0;
  width: 2.77778rem;
  height: 2.77778rem;
  flex-shrink: 0;
}
.timeline-histoire .dsm_card_carousel_child .dsm_card_carousel_child_badge_text {
  margin: 1.17rem auto;
}
.timeline-histoire .swiper-pagination .swiper-pagination-bullet {
  width: 1.11111rem;
  height: 1.11111rem;
  flex-shrink: 0;
  background: #ee7025 !important;
}
.timeline-histoire .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFFFFF !important;
}

.projet-carousel .dsm_card_carousel_child .dsm_card_wrapper {
  position: absolute;
  width: -webkit-fill-available !important;
  height: 15%;
  bottom: 0;
  background-color: #02518c;
  border-radius: 2.77778rem;
  transition: all 1s ease;
  overflow: hidden;
  margin: 20px;
}
@media screen and (min-width: 980px) and (max-width: 1200px) {
  .projet-carousel .dsm_card_carousel_child .dsm_card_wrapper {
    height: 50% !important;
  }
}
@media screen and (max-width: 500px) {
  .projet-carousel .dsm_card_carousel_child .dsm_card_wrapper {
    height: 50% !important;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1500px) {
  .projet-carousel .dsm_card_carousel_child .dsm_card_wrapper {
    height: 25% !important;
  }
}
.projet-carousel .dsm_card_carousel_child .dsm_card_wrapper .dsm_card_carousel_child_description {
  display: none !important;
  visibility: hidden !important;
  height: 0px !important;
  transition: all 4s ease !important;
}
@media screen and (min-width: 1301px) {
  .projet-carousel .dsm_card_carousel_child .dsm_card_wrapper .dsm_card_carousel_child_description {
    margin-top: 2.39rem !important;
  }
}
.projet-carousel .dsm_card_carousel_child:hover .dsm_card_wrapper {
  height: 90% !important;
  background-color: rgba(2, 81, 140, 0.85);
}
@media screen and (min-width: 980px) and (max-width: 1200px) {
  .projet-carousel .dsm_card_carousel_child:hover .dsm_card_wrapper {
    height: 90% !important;
  }
}
@media screen and (max-width: 500px) {
  .projet-carousel .dsm_card_carousel_child:hover .dsm_card_wrapper {
    height: 90% !important;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1500px) {
  .projet-carousel .dsm_card_carousel_child:hover .dsm_card_wrapper {
    height: 90% !important;
  }
}
.projet-carousel .dsm_card_carousel_child:hover .dsm_card_wrapper .dsm_card_carousel_child_description {
  display: flex !important;
  visibility: visible !important;
  height: auto !important;
}
@media (min-width: 981px) and (max-width: 1200px) {
  .projet-carousel .dsm_card_carousel_child .dsm_card_wrapper {
    height: 27% !important;
  }
  .projet-carousel .dsm_card_carousel_child .dsm_card_title {
    font-size: 1.11rem !important;
  }
}
@media screen and (max-width: 1300px) {
  .projet-carousel .dsm_card_carousel_child .dsm_card_carousel_child_description {
    font-size: 0.89rem !important;
    margin-top: 0rem !important;
  }
}

.menu--section .mega-menu-link {
  font-weight: 500 !important;
}
@media screen and (min-width: 980px) {
  .menu--section .mega-menu-link[aria-expanded=true] {
    background-color: #076ab3 !important;
  }
}
.menu--section .mega-menu-link::before {
  transition: all 0.3s ease;
  color: #ee7025 !important;
}
@media screen and (max-width: 980px) {
  .menu--section .mega-menu-link::before {
    color: #FFFFFF !important;
  }
}
.menu--section .mega-menu-link[aria-expanded=true]::before {
  transform: rotate(180deg);
}
.menu--section .mega-menu-item {
  font-family: "Jost" !important;
}
@media screen and (min-width: 981px) and (max-width: 1300px) {
  .menu--section .mega-menu-link {
    font-size: 15px !important;
    padding: 0 5px !important;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1600px) {
  .menu--section .mega-menu-link {
    font-size: 16px !important;
    padding: 0 15px !important;
  }
}
@media screen and (min-width: 981px) {
  .menu--section .mega-sub-menu {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    left: -19.5vw !important;
  }
  .menu--section .row--menu {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) !important;
    align-items: center;
  }
  .menu--section .row--menu .et_pb_column_0_tb_header {
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 981px) and (max-width: 1020px) {
  .menu--section .row--menu .et_pb_column_1_tb_header {
    width: 76% !important;
  }
}
@media screen and (min-width: 981px) {
  .menu--section .row--menu .et_pb_column_1_tb_header .mega-menu-item {
    margin-right: 5px !important;
  }
  .menu--section .row--menu .et_pb_column_1_tb_header .mega-menu-item.m-contact {
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 981px) {
  .menu--section .row--menu::after {
    content: none !important;
  }
}
@media (max-width: 980px) {
  .menu--section {
    /* Menu en plein écran */
  }
  .menu--section .menu-burger {
    position: fixed;
    top: 30px;
    right: 8%;
    z-index: 4;
    width: 5rem;
    height: 5rem;
    background-color: #ee7025;
    border-radius: 50%;
    /*display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;*/
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .menu--section .menu-burger span {
    position: absolute;
    display: block;
    width: 2.5rem;
    height: 3px;
    background-color: #FFFFFF;
    transition: all 0.3s ease;
    right: 1.3rem;
  }
  .menu--section .menu-burger span:nth-child(1) {
    top: 1.8rem;
  }
  .menu--section .menu-burger span:nth-child(2) {
    top: 2.6rem;
    width: 2rem;
    right: 1.5rem;
  }
  .menu--section .menu-burger span:nth-child(3) {
    top: 3.4rem;
  }
  .menu--section .menu-burger.active {
    width: 102vw;
    height: 102vh;
    border-radius: 0;
    transform: translate(10%, -3%);
    top: 0% !important;
  }
  .menu--section .menu-burger.active span {
    position: absolute;
    right: 3.3rem;
  }
  .menu--section .menu-burger.active span:nth-child(1) {
    transform: rotate(45deg) translate(1.9rem, 2.9rem);
    background-color: #FFFFFF;
    top: 0.2rem;
  }
  .menu--section .menu-burger.active span:nth-child(2) {
    opacity: 0;
    background-color: #FFFFFF;
  }
  .menu--section .menu-burger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(-1.8rem, 0.85rem);
    background-color: #FFFFFF;
    top: 1.7rem;
  }
  .menu--section .mega-menu-item {
    padding: 10px !important;
  }
  .menu--section .mega-menu-link {
    font-weight: 700 !important;
    font-size: 1.3rem !important;
  }
  .menu--section .menu-fullscreen {
    position: absolute;
    top: 10vh;
    left: 0;
    width: 100vw;
    height: 0;
    z-index: 3;
    /*justify-content: center;
    align-items: center;
    flex-direction: column;*/
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
  .menu--section .menu-fullscreen::before {
    position: absolute;
    background-size: contain;
    background-position: right bottom 0px;
    right: 0;
    background-image: url("/wp-content/uploads/2025/10/rappel-logo.png");
    content: "";
    display: flex;
    height: 100% !important;
    bottom: -10vh !important;
    width: 80vw !important;
    background-repeat: no-repeat;
  }
  .menu--section .menu-fullscreen .widget_block {
    display: none !important;
  }
  .menu--section .menu-fullscreen .mega-sub-menu {
    background-color: transparent !important;
    text-align: flex-start !important;
  }
  .menu--section .menu-fullscreen #mega-menu-item-136, .menu--section .menu-fullscreen #mega-menu-item-134, .menu--section .menu-fullscreen #mega-menu-item-135, .menu--section .menu-fullscreen #mega-menu-item-1159 {
    width: 90% !important;
    text-align: start !important;
    padding: 5px !important;
  }
  .menu--section .menu-fullscreen #mega-menu-item-136 .mega-menu-link, .menu--section .menu-fullscreen #mega-menu-item-134 .mega-menu-link, .menu--section .menu-fullscreen #mega-menu-item-135 .mega-menu-link, .menu--section .menu-fullscreen #mega-menu-item-1159 .mega-menu-link {
    /* font-size: 1rem !important;*/
    color: #FFFFFF !important;
    padding: 0rem !important;
    text-align: start !important;
  }
  .menu--section .menu-fullscreen #mega-menu-primary-menu {
    display: flex !important;
    flex-direction: column;
    justify-content: space-evenly !important;
    align-items: center;
    height: 70vh !important;
  }
  .menu--section .menu-fullscreen.active {
    height: 80vh;
    opacity: 1;
    visibility: visible;
  }
  .menu--section #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a {
    font-weight: 400 !important;
    font-size: 1.1rem !important;
  }
}
@media (max-width: 767px) {
  .menu--section .et_pb_image_0_tb_header img {
    max-height: 32.27px !important;
  }
  .menu--section .menu-burger {
    position: fixed;
    top: 28px;
    right: 8%;
    z-index: 4;
    width: 3.5rem;
    height: 3.5rem;
    background-color: #ee7025;
    border-radius: 50%;
    cursor: pointer;
  }
  .menu--section .menu-burger span {
    position: absolute;
    display: block;
    width: 2rem;
    height: 3px;
    background-color: #FFFFFF;
    transition: all 0.3s ease;
    right: 0.8rem;
  }
  .menu--section .menu-burger span:nth-child(1) {
    top: 1rem;
  }
  .menu--section .menu-burger span:nth-child(2) {
    top: 1.8rem;
    width: 1.5rem;
    right: 1rem;
  }
  .menu--section .menu-burger span:nth-child(3) {
    top: 2.6rem;
  }
  .menu--section .menu-burger.active {
    width: 102vw;
    height: 102vh;
    border-radius: 0;
    transform: translate(10%, -2%);
  }
  .menu--section .menu-burger.active span {
    position: absolute;
    right: 3.3rem;
  }
  .menu--section .menu-burger.active span:nth-child(1) {
    transform: rotate(45deg) translate(1.9rem, 2.9rem);
    background-color: #FFFFFF;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .menu--section .menu-burger.active span:nth-child(1) {
    top: 3.8rem;
  }
}
@media (max-width: 767px) {
  .menu--section .menu-burger.active span:nth-child(2) {
    opacity: 0;
    background-color: #FFFFFF;
  }
}
@media (max-width: 767px) {
  .menu--section .menu-burger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(-1.8rem, 0.85rem);
    background-color: #FFFFFF;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .menu--section .menu-burger.active span:nth-child(3) {
    top: 5.4rem;
  }
}

.compteur .title {
  word-wrap: normal;
}

@media screen and (min-width: 981px) {
  .row-engagements {
    display: flex;
    align-items: flex-end;
  }
}

.don-fab {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.don-main {
  background: #e86e23;
  color: #fff;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  line-height: normal;
  cursor: pointer;
  font-family: "jost";
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.don-fab:hover .don-main {
  transform: scale(1.07);
}

.don-sub {
  position: absolute;
  right: 105%;
  top: 50%;
  transform: translateY(-50%) translateX(10px);
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.don-fab:hover .don-sub {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-50%) translateX(0);
}

.don-fab:hover .don-sub, .don-sub:hover {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-50%) translateX(0);
}

.sub-btn {
  background: #e86e23;
  color: #fff !important;
  padding: 8px 14px;
  border-radius: 50px;
  font-size: 0.89rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  font-family: "jost";
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  white-space: nowrap;
}

.sub-btn:hover {
  transform: translateY(-2px);
}

.pole-filter {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.pole-btn {
  padding: 8px 12px;
  background: #f0f0f0;
  border-radius: 4px;
  cursor: pointer;
  border: none;
  font-weight: bold;
}

.pole-btn.active {
  background: #076ab3;
  color: white;
}

@media (min-width: 981px) and (max-width: 1120px) {
  .row-chiffres-etablissement {
    margin-left: auto !important;
  }
  .row-chiffres-etablissement .et_pb_column {
    flex-wrap: nowrap !important;
  }
  .row-chiffres-etablissement .et_pb_column .compteur {
    max-width: fit-content !important;
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 1121px) {
  .row-chiffres-etablissement .et_pb_column {
    flex-wrap: nowrap !important;
  }
  .row-chiffres-etablissement .et_pb_column .compteur {
    max-width: 20% !important;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  .row-photos-valeurs {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .row-photos-valeurs .et_pb_column {
    margin-right: 10px !important;
  }
  .row-photos-valeurs .et_pb_column:last-child {
    margin-right: 0 !important;
  }
}

.forminator-hide {
  position: absolute;
  left: -9999px;
  height: 0;
  width: 0;
  overflow: hidden;
}

/*# sourceMappingURL=style.css.map */
