/*
Theme Name: CRH La Hève Child
Theme URI: https://bleu-com-orange.fr/
Template: Divi
Author: Bleu COM' Orange
Author URI: https://bleu-com-orange.fr/
Version: 4.27.6.1772615507
Updated: 2026-03-04 10:11:47

*/
:root {
  --white: #ffffff;
  --black: #2F2F2F;
  --bleu-black: #002656;
  --bleu-fonce: #004289;
  --bleu: #0079b4;
  --bleu-clair: #3898d4;
  --fuschia: #a83e5a;
  --rose: #DD69A4;
  --marron-clair: #C8A678;
  --bordeaux: #952424;
  --gris: #646464;
  --gris-clair: #ECECEC;
  --gris-bleu: #414756;
  --header-height: 90px;
  --section-menu-principal-height: 58px;
  --page-container-top: 211px;
}

/* Cookie Notice */
@media (max-width: 576px) {
  .cn-text-container {
    margin: 0 0 2em 0;
  }

  .cookie-notice-container #cn-notice-buttons {
    display: flex;
    flex-direction: column;
    max-width: 70%;
    margin: auto;
  }

  #cookie-notice .cn-button:not(.cn-button-custom) {
    margin: 0 0 1.5em 0;
    padding: 12px;
  }
}

/* Back to top */
.et_divi_100_custom_back_to_top .et_pb_scroll_top {
  background: var(--bleu);
  box-shadow: 0 2px 4px rgb(0 0 0 / 40%);
  /* bottom: 55px; */
}

/***** Typographie *****/
body {
  font-size: 16px !important;
  line-height: 1.4em;
  /* font-weight: 400; */
  color: #6E6E6E;
}

@media (max-width:576px) {
  body {
    /* font-size: 18px; */
  }
}

h1,
.et-db #et-boc .et-l .et_pb_title_container h1 {
  font-size: clamp(32px, 5vw, 36px);
  /* transform: translateY(2px); */
  /* text-transform: uppercase; */
  line-height: 1.2em;
  padding-bottom: 0;
  /* letter-spacing: 0px;
  /* text-shadow: 1px 3px 4px rgb(0 0 0 / 20%); */
}

h2 {
  font-size: clamp(22px, 5vw, 24px);
  /* text-transform: uppercase; */
  line-height: 1.2em;
  /* padding-bottom: 0; */
  /* letter-spacing: 5px;  */
  text-wrap: balance;
}

h3 {
  font-size: clamp(18px, 2.2vw, 20px);
  /* text-transform: uppercase; */
  line-height: 1.2em;
  /* padding-bottom: 0; */
  /* letter-spacing: 0px; */
}

h4 {
  /* font-size: clamp(22px, 2.2vw, 28px); */
  /* text-transform: uppercase; */
  line-height: 1.2em;
  /* padding-bottom: 0; */
  /* letter-spacing: 0px; */
}

p {
  line-height: 1.3em;
}

/***** END Typographie *****/
/******* Helpers *******/
.et_pb_contact_submit,
.btn {
  transition: box-shadow 0.25s ease;
}

.et_pb_contact_submit:hover,
.btn:hover {
  box-shadow: 2px 6px 4px rgba(0, 0, 0, 0.5);
}

.btn-filter {
  transition: filter 0.25s ease;
}

.btn-filter:hover {
  filter: drop-shadow(2px 6px 4px rgba(0, 0, 0, 0.5));
}

.column-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mfp-counter {
  display: none;
}

.et_pb_contact p input[type=checkbox]:checked+label i {
  box-shadow: 1px 2px 4px rgb(0 0 0 / 30%);
}

.et_pb_contact p input[type=checkbox]:checked+label i:before {
  color: #009688 !important;
  font-size: 16px !important;
}

.text-shadow {
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
}

/***** END Helpers *****/
/*************** HEADER ***************/
header.et-l--header {
  position: sticky;
  /* position: fixed; */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.admin-bar header.et-l--header {
  top: 46px;
}

@media (min-width: 783px) {
  .admin-bar header.et-l--header {
    top: 32px;
  }
}

#menu-secondaire-wrapper {}

#menu-secondaire-wrapper .et_pb_code_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.left-content {}

.left-content .tel-content {
  position: relative;
  /* width: 175px; */
  text-align: center;
  transform: translateX(25px);
  transition: transform 0.5s ease;
}

.sticky .left-content .tel-content {
  transform: translateX(0);
}

.logo:not(.mobile) {
  width: 175px;
  margin: 0;
  position: absolute;
  top: -50px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  transform-origin: top left;
  will-change: transform;
  transition: transform 0.5s ease, width 0.3s ease;
}

.sticky .logo:not(.mobile) {
  /* width: 105px; */
  transform: scale(0.6);
}

.left-content .tel-content .tel {
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  transform: translateY(1px);
  display: block;
}

.right-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.right-content .visites {
  display: flex;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2em;
  align-items: center;
  border: 1px solid var(--rose);
}

.right-content .visites .text,
.right-content .visites .horaires {
  padding: 6px 10px 4px;
}

.right-content .visites .text {
  position: relative;
  background-color: var(--rose);
  color: #fff;
}

.right-content .visites .text:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 6px;
  height: 100%;
  background: var(--rose);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  z-index: 1;
  transform: translateY(-50%);
}

.right-content .visites .horaires {
  color: var(--bleu-fonce);
  background-color: #fff;
  padding-left: 15px;
}

#menu-menu-principal,
#menu-menu-secondaire {
  list-style: none;
  padding: 0;
  line-height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}

#menu-menu-secondaire {
  gap: 2rem;
}

#menu-menu-secondaire li {}

#menu-menu-secondaire li a {
  position: relative;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  transform: translateY(1px);
  display: block;
}

#menu-menu-secondaire li a::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  width: calc(100% + 1em);
  height: calc(100% + 0.5em);
  transform: translate(-50%, -50%);
  z-index: -1;
}

#menu-menu-secondaire li.contact a {
  color: var(--rose);
}

#menu-menu-secondaire li.contact a::before {
  background-color: #fff;
}

#menu-menu-principal {
  gap: 3rem;
}

#menu-menu-principal li {
  position: relative;
  text-align: center;
}

#menu-menu-principal li a {
  position: relative;
  font-weight: 500;
  color: var(--bleu-fonce);
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.2em;
  display: block;
}

/* Menu principal */
#menu-menu-principal>li,
#menu-menu-principal>li>a {
  transition: background-color .3s ease, color .3s ease;
}

#menu-menu-principal li a::before {
  transition: background-color .2s ease, transform .2s ease;
}

#menu-menu-principal li a::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 5px + 3px + 25px);
  left: 50%;
  width: 50px;
  height: 50px;
  transform: translateX(-50%);
  background-color: #fff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  z-index: 1;
  /* transform-origin: center; */
  /* transition: transform 0.5s ease; */
}

.sticky #menu-menu-principal li:not(.current-menu-item) a::before {
  /* transform: translateX(-50%) scale(0.8); */
}

#menu-menu-principal li.equipe a::before {
  -webkit-mask-image: url("/wp-content/uploads/2026/03/icon-menu-equipe.svg");
  mask-image: url("/wp-content/uploads/2026/03/icon-menu-equipe.svg");
}

#menu-menu-principal li.prises a::before {
  -webkit-mask-image: url("/wp-content/uploads/2026/03/icon-menu-prises-en-charge.svg");
  mask-image: url("/wp-content/uploads/2026/03/icon-menu-prises-en-charge.svg");
}

#menu-menu-principal li.parcours a::before {
  -webkit-mask-image: url("/wp-content/uploads/2026/03/icon-menu-parcours.svg");
  mask-image: url("/wp-content/uploads/2026/03/icon-menu-parcours.svg");
}

#menu-menu-principal li.orienter a::before {
  -webkit-mask-image: url("/wp-content/uploads/2026/03/icon-menu-orienter.svg");
  mask-image: url("/wp-content/uploads/2026/03/icon-menu-orienter.svg");
}

#menu-menu-principal li.vie a::before {
  -webkit-mask-image: url("/wp-content/uploads/2026/03/icon-menu-vie-et-territoire.svg");
  mask-image: url("/wp-content/uploads/2026/03/icon-menu-vie-et-territoire.svg");
}

#menu-menu-principal li.current-menu-item a::before,
#menu-menu-principal li.et-hover a::before,
#menu-menu-principal li:hover a::before {
  background-color: var(--rose);
  transform: translateX(-50%) scale(1.05);
}

/********** HEADER MENU MOBILE **********/
#header-mobile-fixed {
  background-color: #fff;
  box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
}

#header-mobile-fixed .et_pb_code .et_pb_code_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header-mobile-fixed .logo {
  display: block;
  width: 155px;
}

#header-mobile-fixed .left-content {
  display: flex;
  align-items: center;
}

#header-mobile-fixed .right-content {
  display: flex;
  align-items: center;
  gap: 1em;
}

#header-mobile-fixed .burger {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  height: 1.2rem;
  width: 2.2rem;
  cursor: pointer;
  order: 1;
}

#header-mobile-fixed .burger .bar {
  height: 3px;
  background: var(--bleu-fonce);
  border-radius: 5px;
  margin: -4px 0px;
  box-shadow: 1px 2px 4px rgb(0 0 0 / 30%);
  transform-origin: left;
  transition: all 0.3s;
}

#header-mobile-fixed.active .burger .top {
  transform: rotate(45deg);
}

#header-mobile-fixed.active .burger .middle {
  opacity: 0;
}

#header-mobile-fixed.active .burger .bottom {
  transform: rotate(-45deg);
}

/**** Mobile Sidebar ****/
#header-mobile-sidebar {
  position: absolute !important;
  top: 0;
  height: 100dvh;
  width: 100vw;
  background-color: #fff;
  background-image: linear-gradient(90deg, #ffffff 0%, rgb(56 152 212 / 20%) 100%);
  /* background-image: linear-gradient(-90deg, var(--jaune) 0%, var(--jaune-orange) 100%) !important; */
  /* background-image: linear-gradient(-90deg, #fff 0%, var(--jaune-orange) 100%) !important; */
  /* background-color: var(--fond) !important; */
  overflow: hidden;
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 0.5s ease, opacity 0.3s ease;
  z-index: -1;
  display: flex;
  flex-direction: column;
}

#header-mobile-sidebar:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--gris-clair);
  background-image: linear-gradient(270deg, var(--gris-clair) 0%, #ffffff 100%);
  opacity: 0;
  z-index: 1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease, opacity 0.3s ease;
}

#header-mobile-sidebar.active:before {
  opacity: 1;
  transform: scaleX(1);
  transition: transform 0.2s ease, opacity 0.5s ease;
}

#header-mobile-sidebar>.et_pb_row {
  margin-top: var(--header-height) !important;
  /* overflow-y: auto; */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

#header-mobile-sidebar>.et_pb_row::-webkit-scrollbar {
  display: none;
}

#header-mobile-sidebar.show {
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.5s ease, opacity 0.3s ease;
}

#header-mobile-sidebar ul {
  list-style-type: none;
  padding: 0 0 0.5em 0;
  line-height: 1;
}

#header-mobile-sidebar ul li:not(:last-child) {
  margin-bottom: 0.5em;
}

/* #header-mobile-sidebar ul li a { */
#header-mobile-sidebar ul li:not(.tel) a {
  /* font-size: 16px; */
  font-weight: 400;
  color: var(--bleu-fonce);
  text-transform: uppercase;
  width: fit-content;
  display: block;
  border-radius: 3px;
  padding: 8px 10px 6px;
  transition: color 0.3s ease, background-color 0.3s ease;
}

#header-mobile-sidebar ul li:not(.tel) a::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(/wp-content/uploads/2026/03/puce.svg);
  background-size: contain;
  background-repeat: no-repeat;
  float: left;
  margin: 0 0.6rem 0 0;
  mix-blend-mode: screen;
}

#header-mobile-sidebar ul li:not(.compte).current-menu-item>a::before {
  filter: invert(1);
  mix-blend-mode: color-dodge;
}

#header-mobile-sidebar ul li.et-touch-hover:not(.compte)>a,
#header-mobile-sidebar ul li:not(.compte, .tel):hover>a,
#header-mobile-sidebar ul li:not(.compte).current-menu-ancestor>a,
#header-mobile-sidebar ul li:not(.compte).current-menu-item>a {
  background-color: var(--rose);
  color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

#header-mobile-sidebar ul li:not(.tel).contact>a {
  /* background-color: var(--bordeaux); */
  /* color: #fff; */
}

#header-mobile-sidebar ul li.contact {
  margin-bottom: 1em;
}

#header-mobile-sidebar .tel {
  font-weight: 400;
  margin-top: 1em;
  border-radius: 5px;
  background-color: var(--bleu-black);
}

#header-mobile-sidebar .tel a {
  width: fit-content;
  padding: 0.5em 1em;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 22px;
  margin: auto;
}

.et-db #et-boc .et-l #header-mobile-sidebar .tel a {
  color: #fff;
}

#header-mobile-sidebar ul.sub-menu {
  position: absolute;
  top: -1.5em;
  right: -100%;
  width: 85%;
  padding: 1em;
  border-radius: 5px;
  box-shadow: -2px 6px 10px rgb(0 0 0 / 30%);
  background-color: #fff;
  /* background-color: #e94d28; */
  /* background-image: linear-gradient(90deg, #e94d28 0%, #f4b430 100%); */
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.5s ease;
  z-index: 10000;
}

#header-mobile-sidebar li:hover ul.sub-menu,
#header-mobile-sidebar li.et-touch-hover ul.sub-menu {
  opacity: 1;
  transform: translateX(-100%);
}

#header-mobile-sidebar ul.sub-menu li a {
  text-wrap: balance;
  font-size: 16px;
}

/**** END Mobile Sidebar ****/
/******** END HEADER MENU MOBILE ********/
/************* END HEADER *************/
/************* ACCUEIL *************/
.cta-hero-accueil {
  height: 100%;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 20%);
}

.cta-hero-accueil::after {
  filter: drop-shadow(2px 2px 2px rgb(0 0 0 / 0));
  transition: filter .3s ease;
}

.cta-hero-accueil:hover::after {
  filter: drop-shadow(2px 2px 2px rgb(0 0 0 / 70%));
}

.cta-hero-accueil .et_pb_blurb_content {
  padding: 5rem 2rem 2rem 2rem;
}

.cta-hero-accueil .et_pb_only_image_mode_wrap {
  aspect-ratio: 1;
  padding: 30px;
  border-radius: 50%;
}

.cta-hero-accueil .et_pb_main_blurb_image {
  width: 108px !important;
  margin-bottom: 0;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.cta-hero-accueil .et_pb_main_blurb_image img[src*=".svg"] {
  width: 100%;
  border-radius: unset;
  aspect-ratio: 1;
}

.cta-hero-accueil .plus {
  width: 36px;
}

/* Section Vidéo */
.row-video-accueil {}

.row-video-accueil .et_pb_column:nth-child(1) {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 768px) {
  .row-video-accueil .et_pb_column:nth-child(1) {
    grid-template-columns: 0.82fr 1.18fr;
  }

  .row-video-accueil .et_pb_column:nth-child(1) .et_pb_video:nth-child(1) {
    grid-area: 1 / 1 / 3 / 2;
  }

  .row-video-accueil .et_pb_column:nth-child(1) .et_pb_video:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
  }

  .row-video-accueil .et_pb_column:nth-child(1) .et_pb_video:nth-child(3) {
    grid-area: 2 / 2 / 3 / 3;
  }
}

.video-responsive {
  height: 100%;
}

.video-responsive .et_pb_video_box,
.video-responsive .et_pb_code_inner {
  position: relative;
  width: 100%;
  height: 100%;
  /* min-height: 400px; */
  overflow: hidden;
  /* aspect-ratio: 16/9; */
}

@media (max-width: 767px) {

  .video-responsive .et_pb_video_box,
  .video-responsive .et_pb_code_inner {
    aspect-ratio: 16/9;
  }
}

.video-responsive.vertical .et_pb_video_box,
.video-responsive.vertical .et_pb_code_inner {
  aspect-ratio: 9/16;
}

.video-responsive .et_pb_video_box video,
.video-responsive .video-cover {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.video-responsive .et_pb_video_box video:fullscreen {
  object-fit: contain;
}

/** Section "Préparer son séjour" **/
.row-sejour {}

.row-sejour .et_pb_column {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1em;
}

.cta-sejour {
  /* grid-area: 1 / 1 / 2 / 3; */
  height: 100%;
}

@media (min-width: 768px) {
  .row-sejour .et_pb_column {
    grid-template-columns: repeat(3, 1fr);
  }

  .cta-sejour {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media (min-width: 981px) {
  .row-sejour .et_pb_column {
    grid-template-columns: repeat(6, 1fr);
  }
}

.cta-sejour .et_pb_module_header {
  background-color: #3898D4;
  padding: 1.5rem 0;
}

.cta-sejour .et_pb_blurb_content,
.cta-sejour .et_pb_blurb_container {
  height: 100%;
}

.cta-sejour .et_pb_blurb_container,
.cta-sejour .et_pb_blurb_description {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.cta-sejour .et_pb_blurb_description {
  padding: 2rem;
  flex-grow: 1;
}

.cta-sejour .img-content {
  text-align: center;
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .cta-sejour .img-content {
    margin-top: auto;
  }
}

.cta-sejour .img-content img {
  display: block;
  margin: auto;
}

/* Les 4 cta */
.cta-link-page {
  height: 100%;
}

.cta-link-page .et_pb_only_image_mode_wrap {
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-link-page .et_pb_main_blurb_image {
  width: 80px !important;
}

.cta-link-page .et_pb_main_blurb_image img {
  border-radius: unset;
}

.cta-link-page .et_pb_blurb_content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}

.cta-link-page .et_pb_blurb_container,
.cta-link-page .et_pb_blurb_description {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.cta-link-page .et_pb_blurb_description p {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.cta-link-page .et_pb_blurb_description {
  justify-content: space-between;
}

.cta-link-page .et_pb_blurb_description,
.cta-link-page .et_pb_blurb_content .et_pb_blurb_container {
  flex-grow: 1;
}

.cta-link-page .et_pb_blurb_description img {
  width: 35px;
  margin-top: 1rem;
}

/* Flèches */
.cta-link-page .et_pb_blurb_description img,
.cta-sejour .img-content img {
  filter: drop-shadow(2px 2px 2px rgb(0 0 0 / 0));
  transition: filter .3s ease;
}

.cta-link-page:hover .et_pb_blurb_description img,
.cta-sejour:hover .img-content img {
  filter: drop-shadow(2px 2px 2px rgb(0 0 0 / 70%));
}

.cta-link-page.orientation h3.et_pb_module_header {
  position: relative;
  margin-bottom: 10px;
}

.cta-link-page.orientation h3.et_pb_module_header::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 50px;
  height: 2px;
  /* background-color: red; */
  transform: translateX(-50%);
  z-index: 2;
}

/************* END ACCUEIL *************/
/************* List à puces *************/
.custom-list ul {
  list-style: none;
  padding-left: 0;
  padding-bottom: 0;
}

.custom-list ul.bleu {
  margin-top: 0.5rem;
  padding-left: 1rem;
}

.custom-list ul li {
  position: relative;
  line-height: 1.4em;
}

.custom-list ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.custom-list ul li::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(/wp-content/uploads/2026/03/puce.svg);
  background-size: contain;
  background-repeat: no-repeat;
  float: left;
  margin: 0.2em 0.6rem 0 0;
}

.custom-list ul.bleu li::before {
  background-image: url(/wp-content/uploads/2026/03/puce-bleu.svg);
}

/************* END List à puces *************/
/***** Section Image full left-right *****/
@media (min-width: 981px) {
  .row-resonsive-img {
    height: 100%;
    width: 55%;
    max-width: 55% !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .row-resonsive-img.left {
    left: 0;
  }

  .row-resonsive-img.right {
    right: 0;
  }

  .row-resonsive-img .et_pb_column,
  .row-resonsive-img .et_pb_image {
    height: 100%;
  }

  .row-resonsive-img .et_pb_image .et_pb_image_wrap {
    height: 100%;
    width: 100%;
  }

  .row-resonsive-img .et_pb_image .et_pb_image_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .row-resonsive-img.no-full .et_pb_image .et_pb_image_wrap {
    display: flex;
    align-items: center;
  }

  .row-resonsive-img.no-full .et_pb_image .et_pb_image_wrap img {
    max-height: 287px;
    object-fit: cover;
  }
}

/***** END Section Image full left-right *****/
/******** Page Plateau Technique ********/
.et_pb_gallery img {
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: center;
}

.row-video-plateau .et_pb_column {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1em;
}

@media (max-width: 767px) {

  .video-responsive .et_pb_video_box,
  .video-responsive .et_pb_code_inner {
    aspect-ratio: 16/9;
  }

  .row-video-plateau .video-responsive.deux .et_pb_video_box {
    aspect-ratio: 9/16;
  }
}

@media (min-width: 768px) {
  .row-video-plateau .et_pb_column {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }

  .row-video-plateau .video-responsive.un {
    grid-area: 3 / 1 / 4 / 2;
  }

  .row-video-plateau .video-responsive.deux {
    grid-area: 1 / 2 / 3 / 3;
  }

  .row-video-plateau .video-responsive.trois {
    grid-area: 1 / 3 / 2 / 4;
  }
}

/******** END Page Plateau Technique ********/
/******** Page Prises en charge ********/
.cta-hero-accueil.prise-en-charge {}

.cta-hero-accueil.prise-en-charge .et_pb_blurb_content {
  padding: 0;
  max-width: 100%;
}

.cta-hero-accueil.prise-en-charge .et_pb_blurb_description {
  padding: 4rem 2rem 2rem;
}

@media (min-width: 576px) {
  .cta-hero-accueil.prise-en-charge .et_pb_blurb_description {
    padding: 4rem;
  }
}

.cta-hero-accueil.prise-en-charge .et_pb_blurb_content .et_pb_module_header {
  border-radius: 35px 35px 0 0;
  padding: 70px 0 1rem;
  position: relative;
  z-index: 2;
}

.cta-hero-accueil.prise-en-charge .et_pb_blurb_content .et_pb_module_header::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  height: 26px;
  clip-path: polygon(0% 0%, 100% 0, 100% 2%, 50% 100%, 0 2%);
  z-index: 1;
}

.cta-hero-accueil.prise-en-charge .et_pb_blurb_description h3:not(:first-child) {
  margin-top: 2rem;
}

/******** END Page Prises en charge ********/
/******** Page Parcours patient ********/
.cta-hero-accueil.parcours {
  box-shadow: none;
}

.cta-hero-accueil.parcours .et_pb_blurb_content,
.cta-hero-accueil.parcours .et_pb_blurb_content .et_pb_blurb_container {
  height: 100%;
}

.cta-hero-accueil.parcours .et_pb_blurb_content .et_pb_blurb_container,
.cta-hero-accueil.parcours .et_pb_blurb_description {
  display: flex;
  flex-direction: column;
}

.cta-hero-accueil.parcours .et_pb_blurb_description {
  padding: 0;
}

.cta-hero-accueil.parcours .et_pb_blurb_description,
.cta-hero-accueil.parcours .et_pb_blurb_description .bloc-2 {
  flex-grow: 1;
}

/******** END Page Parcours patient ********/
/******** Page Orienter les patients ********/
.row-admissions {}

@media (max-width: 575px) {
  .row-admissions {
    width: 60%;
  }
}

.row-admissions .et_pb_column {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}

@media (min-width: 576px) {
  .row-admissions .et_pb_column {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 981px) {
  .row-admissions .et_pb_column {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
  }
}

.card {
  background-color: #fff;
  padding: 15px;
  aspect-ratio: 250/365;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

@media (min-width: 981px) {
  .card {
    aspect-ratio: 250/365;
  }
}

.card .content {
  position: relative;
  background-color: red;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  transition: box-shadow 0.3s ease;
}

.card:hover .content {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.8);
}

.card.soumettre .content {
  background: linear-gradient(to bottom, #004289 0%, #002656 100%);
}

.card.dossier .content {
  background: linear-gradient(to bottom, #3898D4 0%, #1C4C6A 100%);
}

.card.telephone .content {
  background: linear-gradient(to bottom, #DD69A4 0%, #76004A 100%);
}

.card .content .title {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.3em;
  font-size: clamp(18px, 1.5vw, 20px);
}

.card .content .icon-circle {
  width: 68px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.card .content .icon-circle img {
  display: block;
}

.card .content .tel {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
}

.card .content .tel a {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  font-weight: 700;
  font-size: clamp(18px, 1.5vw, 20px);
  background: linear-gradient(to bottom, #DD69A4 0%, #76004A 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

/******** END Page Orienter les patients ********/
/******** Page La Hève ********/
.features {
  /* display: flex; */
  /* align-items: flex-start; */
  /* justify-content: space-between; */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

@media (min-width:576px) {
  .features {
    grid-template-columns: repeat(4, 1fr);
  }
}

.feature {
  text-align: center;
  max-width: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.feature .icon img {
  width: 55px;
  height: 55px;
  display: block;
}

.feature p {
  font-size: 14px;
  line-height: 1.4;
}

/******** END Page La Hève ********/
/******** Page Vie et territoire ********/
.destinations {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.destination {
  position: relative;
  height: 380px;
  overflow: hidden;
  text-decoration: none;
}

@media (min-width: 576px) {
  .destination {
    flex: 1;
  }
}

.destination img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.destination span {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: clamp(20px, 1.5vw, 22px);
  letter-spacing: 1px;
}

.destination:hover img {
  transform: scale(1.05);
}

/******** END Page Vie et territoire ********/
/******** Form contact ********/
div.wpforms-container-full:not(:empty) {
  margin: 0;
}

div.wpforms-container-full button[type=submit] {
  padding: 0 2rem;
  margin-right: 0;
  margin-left: auto;
  display: block;
}

div.wpforms-container-full .wpforms-form em.wpforms-error {
  color: #fff;
}

/* page demande d'admission */
.page-id-459 div.wpforms-container-full .wpforms-form em.wpforms-error {
  color: #d63637;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
  height: 150px;
}

div.wpforms-container-full button[type=submit]:focus:after {
  content: none;
}

div.wpforms-container-full .wpforms-confirmation-container-full,
div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: #ffffff;
  border: 1px solid #004289;
  box-sizing: border-box;
  border-radius: 6px;
  margin-bottom: 0;
}

/******** END Form contact ********/
/********* Footer BCO *********/
.footer-bco-content .et_pb_code_inner {
  display: flex;
  gap: 1em;
  justify-content: center;
  align-items: center;
  flex-direction: column
}

.footer-bco-content .et_pb_code_inner nav {
  display: flex;
  gap: .5em;
  justify-content: center;
  align-items: center;
  flex-direction: column
}

@media (min-width: 576px) {
  .footer-bco-content .et_pb_code_inner {
    gap: .5em
  }

  .footer-bco-content .et_pb_code_inner nav {
    gap: 1em;
    flex-direction: row
  }
}

@media (min-width: 981px) {
  .footer-bco-content .et_pb_code_inner {
    gap: 1em;
    flex-direction: row
  }
}

.footer-bco-content .et_pb_code_inner nav, .footer-bco-content .et_pb_code_inner nav a {
  color: #fff;
  font-size: 14px;
  font-weight: 300
}

.footer-bco-content .et_pb_code_inner .bco img {
  display: block;
  width: 155px
}

.footer-bco-content .et_pb_code_inner a {
  position: relative
}

.footer-bco-content .et_pb_code_inner a:not(.bco):before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0;
  transition: transform 0.25s ease;
  transform-origin: center;
  transform: scale(0)
}

.footer-bco-content .et_pb_code_inner a:not(.bco, .site-title):hover:before {
  opacity: 1;
  transform: scale(1)
}

/********* END Footer BCO *********/
/*********** FORMULAIRES WPForms ***********/
@media (max-width: 575px) {
  .wpforms-container .wpforms-one-half {
    width: 100%;
  }

  .wpforms-container .wpforms-field.wpforms-one-half {
    margin-left: 0;
  }

  .wpforms-container .wpforms-field {
    padding: calc(15px / 2);
  }
}

/********* END FORMULAIRES *********/
/********* Animations *********/
@media (min-width: 981px) {
  .row-right-arrow {}

  .row-right-arrow .et_pb_column:first-child {
    opacity: 0;
    will-change: transform;
    transform: translateX(-100px);
    transition: transform 0.8s ease, opacity 0.3s ease;
  }

  .row-right-arrow.show .et_pb_column:first-child {
    opacity: 1;
    transform: translateX(0);
  }

  .row-demande-admission {
    background-position: -50% 100% !important;
    transition: background-position 1s ease;
  }

  .row-demande-admission.show {
    background-position: 0% 100% !important;
  }

  /***/
  .cta-hero-accueil.parcours .et_pb_blurb_description .bloc {
    opacity: 0;
    transform: translateY(-50px);
    animation: fadeInTranslateY 0.8s ease forwards;
  }

  .cta-hero-accueil.parcours .et_pb_blurb_description .bloc-1 {
    z-index: 1;
  }

  /* .cta-hero-accueil.parcours .et_pb_blurb_description .bloc.show {
    animation: fadeIn 1s ease-in-out forwards;
  } */
  .cta-hero-accueil.parcours .et_pb_blurb_description .bloc-1 {
    animation-delay: 0.8s;
  }

  .cta-hero-accueil.parcours .et_pb_blurb_description .bloc-2 {
    animation-delay: 1.2s;
  }

  @keyframes fadeInTranslateY {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* .et_pb_row_1_tb_header.et_pb_row {
    transition: padding 0.8s ease;
  }

  .sticky .et_pb_row_1_tb_header.et_pb_row {
    padding: 10px 0 !important;
  } */
}

/********* END Animations *********/
.heve-certification {}
