/* Start custom CSS for html, class: .elementor-element-df32df9 */.page-header {
    display: none;
}

.hero-eresa{
  width: 100%;
  padding: 0px 20px 0px;
  box-sizing: border-box;
}

/* DESKTOP : vrai bloc centré en 1860 */
.hero-eresa__inner{
  width: 100%;
  max-width: 1860px;
  margin: 0 auto;
  min-height: 420px;
  display: grid;
  grid-template-columns: minmax(0, 1.72fr) minmax(0, 1fr);
  align-items: stretch;
  overflow: hidden;
  background: #e9e3dc;
  box-sizing: border-box;
}

/* TEXTE */
.hero-eresa__content{
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 56px 72px;
  background: #e9e3dc;
  box-sizing: border-box;
  clip-path: polygon(0 0, 100% 0, calc(100% - 130px) 100%, 0 100%);
}

.hero-eresa__content-inner{
  max-width: 620px;
}

.hero-eresa__badge{
  margin: 0 0 18px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000000;
}

.hero-eresa__title{
  margin: 0;
  font-size: 34px;
  line-height: 1.08;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000000;
}

.hero-eresa__title strong{
  font-weight: 700;
}

/* IMAGE */
.hero-eresa__media{
  position: relative;
  z-index: 1;
  min-width: 0;
  overflow: hidden;
  margin-left: -130px;
}

.hero-eresa__media img{
  display: block;
  width: calc(100% + 130px);
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

/* DESKTOP INTERMÉDIAIRE */
@media (max-width: 1440px){
  .hero-eresa__inner{
    min-height: 380px;
    grid-template-columns: minmax(0, 1.58fr) minmax(0, 1fr);
  }

  .hero-eresa__content{
    padding: 48px 56px;
    clip-path: polygon(0 0, 100% 0, calc(100% - 105px) 100%, 0 100%);
  }

  .hero-eresa__media{
    margin-left: -105px;
  }

  .hero-eresa__media img{
    width: calc(100% + 105px);
  }

  .hero-eresa__title{
    font-size: 30px;
  }
}

/* MOBILE / TABLETTE */
@media (max-width: 1024px){
  .hero-eresa{
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    padding: 0 0 24px;
  }

  .hero-eresa__inner{
    width: 100%;
    max-width: none;
    min-height: auto;
    margin: 0;
    display: block;
    background: #e9e3dc;
  }

  .hero-eresa__content{
    clip-path: none;
    display: block;
    padding: 34px 28px 38px;
    background: #e9e3dc;
  }

  .hero-eresa__content-inner{
    max-width: none;
  }

  .hero-eresa__media{
    display: none;
  }

  .hero-eresa__badge{
    margin-bottom: 14px;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.8px;
  }

  .hero-eresa__title{
    font-size: 24px;
    line-height: 1.12;
    letter-spacing: 0.4px;
  }
}

/* MOBILE PETIT */
@media (max-width: 768px){
  .hero-eresa__content{
    padding: 30px 24px 34px;
  }

  .hero-eresa__title{
    font-size: 22px;
    line-height: 1.14;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-ddb046f */.hero-eresa{
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  padding: 32px 20px 56px;
  box-sizing: border-box;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-56150ed */.reserve-service{
  width: 100%;
  margin: 0 0 56px 0;
  padding: 0 24px;
  background: #ffffff;
  box-sizing: border-box;
}

.reserve-service__inner{
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* HEAD */
.reserve-service__head{
  text-align: center;
  margin-bottom: 32px;
}

.reserve-service__title{
  margin: 0;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #111111;
}

/* STEPS */
.reserve-service__steps{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 32px;
}

.reserve-step{
  min-height: 178px;
  padding: 24px;
  background: #f5f5f5;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 16px;
}

.reserve-step__num{
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  min-width: 56px;
  min-height: 56px;
  border-radius: 50%;
  background: #000000;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  box-sizing: border-box;
}

.reserve-step__text{
  flex: 1 1 auto;
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
  color: #111111;
}

/* CTA */
.reserve-service__cta{
  display: flex;
  justify-content: center;
  margin-bottom: 56px;
}

.reserve-service__button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 30px;
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  box-sizing: border-box;
}

.reserve-service__button:hover,
.reserve-service__button:focus,
.reserve-service__button:active,
.reserve-service__button:visited{
  background: #000000;
  border-color: #000000;
  color: #ffffff !important;
  text-decoration: none !important;
  box-shadow: none;
  outline: none;
}

/* BANNIERE INFO */
.info-banner{
  width: 100% !important;
  background: #E32638 !important;
  padding: 16px 32px !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  border: none !important;
}

.info-banner__inner{
  max-width: 1200px !important;
  margin: 0 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  text-align: center !important;
}

.info-banner__icon{
  display: inline-flex !important;
  width: 20px !important;
  height: 20px !important;
  color: #fff !important;
  flex: 0 0 20px !important;
}

.info-banner__icon svg{
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}

.info-banner__text{
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  font-weight: 500 !important;
  color: #fff !important;
}

.info-banner__text strong{
  font-weight: 700 !important;
  color: #fff !important;
}

/* FAQ */
.reserve-faq-section{
  width: 100%;
  background: #f7f7f7;
  padding: 48px 32px 56px;
  box-sizing: border-box;
  margin-top: 0 !important;
}

.info-banner + .reserve-faq-section{
  margin-top: 0 !important;
}

.reserve-faq{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.reserve-faq__title{
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #111111;
}

.reserve-faq__list{
  background: #ffffff;
  padding: 28px 32px;
  box-sizing: border-box;
}

.reserve-faq__item{
  border-bottom: 1px solid #e5e5e5;
}

.reserve-faq__item:last-child{
  border-bottom: none;
}

.reserve-faq__question{
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  color: #111111;
}

.reserve-faq__question::-webkit-details-marker{
  display: none;
}

.reserve-faq__question::after{
  content: "›";
  flex: 0 0 auto;
  font-size: 24px;
  line-height: 1;
  color: #111111;
  transition: transform 0.2s ease;
}

.reserve-faq__item[open] .reserve-faq__question::after{
  transform: rotate(90deg);
}

.reserve-faq__answer{
  padding: 0 0 18px;
}

.reserve-faq__answer p{
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #555555;
}

/* TABLET */
@media (max-width: 1024px){
  .reserve-service{
    margin: 0 0 56px 0;
    padding: 0 16px;
  }

  .reserve-service__inner{
    max-width: 1440px;
  }

  .reserve-service__head{
    margin-bottom: 32px;
  }

  .reserve-service__steps{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 28px;
  }

  .reserve-step{
    padding: 22px;
  }

  .reserve-service__cta{
    margin-bottom: 40px;
  }

  .info-banner{
    padding: 16px 20px !important;
  }

  .reserve-faq-section{
    padding: 40px 20px 48px;
  }

  .reserve-faq__list{
    padding: 24px 24px;
  }
}

/* MOBILE */
@media (max-width: 767px){
  .reserve-service{
    margin: 0 0 40px 0;
    padding: 0 12px;
  }

  .reserve-service__head{
    margin-bottom: 28px;
  }

  .reserve-service__title{
    font-size: 24px;
  }

  .reserve-service__steps{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 24px;
  }

  .reserve-step{
    min-height: auto;
    padding: 20px 16px;
    gap: 12px;
  }

  .reserve-step__num{
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    font-size: 18px;
  }

  .reserve-step__text{
    font-size: 15px;
    line-height: 1.5;
  }

  .reserve-service__cta{
    margin-bottom: 32px;
  }

  .reserve-service__button{
    width: 100%;
  }

  .info-banner{
    padding: 14px 12px !important;
  }

  .info-banner__inner{
    gap: 10px !important;
    align-items: flex-start !important;
  }

  .info-banner__text{
    font-size: 15px !important;
  }

  .info-banner__icon{
    width: 18px !important;
    height: 18px !important;
    flex: 0 0 18px !important;
    margin-top: 2px !important;
  }

  .reserve-faq-section{
    padding: 32px 12px 40px;
  }

  .reserve-faq__title{
    font-size: 16px;
    margin-bottom: 16px;
  }

  .reserve-faq__list{
    padding: 20px;
  }

  .reserve-faq__question{
    padding: 18px 0;
    font-size: 15px;
  }

  .reserve-faq__question::after{
    font-size: 22px;
  }

  .reserve-faq__answer p{
    font-size: 14px;
    line-height: 1.65;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-a7cc7d1 */.elementor-111070101 .elementor-element.elementor-element-a7cc7d1 {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 0 !important;
}/* End custom CSS */