/* 
Theme Name: Hello Eliophot Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team & Eliophot
Author: Eliophot
Author URI: https://www.eliophot.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready, Eliophot
*/

/* FOOTER */
#footer .logo-rs .elementor-icon-list-icon:hover svg path {
  stroke: var(--e-global-color-secondary);
}

#footer .logo-rs .elementor-icon-list-icon svg path {
  transition: stroke 0.2s;
}

#footer .newsletter-container {
  max-width: 246px;
}

/* quick access mobile */
.quick-access .elementor-widget-container {
  align-content: center;
}

.quick-access .elementor-icon-wrapper {
  line-height: 1;
}

.quick-access .menu-langues .sub-arrow i {
  content: url("/wp-content/uploads/2025/11/VAB-picto_chevron-bas.svg");
}

/* MENU BURGER */
/* icones rs */
#burger-menu .logo-rs .elementor-icon-list-icon:hover svg path {
  stroke: var(--e-global-color-secondary);
}

#burger-menu .logo-rs .elementor-icon-list-icon svg path {
  transition: stroke 0.2s;
  stroke: var(--e-global-color-primary);
}

/* gestion des images au survol du menu */
@media screen and (min-width: 1025px) {
  .menu-burger-imgs .image,
  .img-defaut,
  .menu-burger-illustrations .illustration {
    transition: opacity 0.45s;
    opacity: 0;
  }

  .img-active,
  .illu-active {
    opacity: 1 !important;
  }

  .menu-burger-illustrations {
    pointer-events: none;
  }
}

/* menu */
@media screen and (max-width: 1024px) {
  .menu-burger-link li a {
    justify-content: center;
  }
}

/* GLOBAL */
.illustration {
  pointer-events: none;
}

/* CTA's */
/* .vab-cta .elementor-button-content-wrapper {
  flex-direction: column-reverse !important;
}

.vab-cta .elementor-button-icon {
  justify-content: flex-end;
}

.vab-cta .elementor-button-icon svg {
  width: 100%;
  transition: width 0.2s;
  height: 12px;
}

.vab-cta .elementor-button-text {
  text-align: start;
}

.vab-cta a:hover .elementor-button-icon svg {
  width: 85%;
} */
.vab-cta a .elementor-button-content-wrapper {
  flex-direction: column-reverse !important;
  width: fit-content;
}

.vab-cta .elementor-button-text {
  text-align: left;
  padding-right: 20px;
  transition: all 0.45s;
}

.vab-cta .elementor-button-icon svg {
  width: 100%;
}

.vab-cta a:hover .elementor-button-text {
  transform: translateX(15px);
}

/* Formulaires */
/* (voir page evenement priv�s) */
@media screen and (max-width: 767px) {
  .section-form .illustration {
    position: absolute;
    top: -100px;
    right: 0;
  }
}

.global-form-wrapper {
  max-width: 627px !important;
}

.form-global input,
.form-global textarea {
  padding-right: 0;
  padding-left: 0;
}

.global-form-wrapper::after {
  position: absolute;
  content: "";
  top: 50px;
  left: 50px;
  width: calc(100% - 25px);
  height: calc(100% - 25px);
  background: var(--e-global-color-primary);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .global-form-wrapper::after {
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
  }
}

/*  */
.formulaire .elementor-field-type-acceptance .elementor-field-option label {
  font-size: 10px;
  line-height: 11px;
}

/*champ acceptation checkbox*/
.formulaire .elementor-field-type-acceptance .elementor-field-option {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.formulaire .elementor-field-type-acceptance input[type="checkbox"] {
  width: 10px !important;
  height: 10px !important;
  background-color: transparent !important;
  border-radius: 50% !important;
  aspect-ratio: 1/1 !important;
  vertical-align: middle;
  border: 2px solid !important;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  padding: 4px;
}

.formulaire:not(.form-newsletter)
  .elementor-field-type-acceptance
  input[type="checkbox"] {
  border-color: var(--e-global-color-primary) !important;
}

.formulaire.form-newsletter
  .elementor-field-type-acceptance
  input[type="checkbox"] {
  border-color: #fff !important;
}

.formulaire .elementor-field-type-acceptance input[type="checkbox"]:checked {
  background-color: var(--e-global-color-accent) !important;
}
/* bouton submit formulaire global */
.formulaire:not(.form-newsletter) .elementor-field-type-submit {
  position: relative;
  width: fit-content;
  margin-left: auto;
}

.formulaire:not(.form-newsletter) .elementor-field-type-submit::after {
  content: "";
  background: url("/wp-content/uploads/2025/11/VAB-arrow-cta.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 13px;
  transform: translate(-50%, 50%);
}

/*bouton submit formulaire newsletter*/
.form-newsletter .elementor-field-type-submit {
  width: fit-content;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

/* bloc maillage */
@media screen and (min-width: 1025px) {
  #section-maillage .maillage-img img {
    aspect-ratio: 586 / 629;
  }
}

/* WIDGET CHAMBRES */
/* Slider homepage */
.swiper-rooms .swiper {
  width: calc(100% - 100px) !important;
}

.swiper-rooms .eliophot-room__group,
.listing-rooms .eliophot-room__group {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
}

.swiper-rooms .eliophot-room__body,
.listing-rooms .eliophot-room__body {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.swiper-rooms .eliophot-room__title a,
.listing-rooms .eliophot-room__title a {
  text-align: center !important;
}

/*boutons*/
.swiper-rooms .eliophot-room__cta_buttons .elementor-button,
.listing-rooms .eliophot-room__cta_buttons .elementor-button {
  padding-right: 20px;
  padding-left: 20px;
}

.swiper-rooms .eliophot-room__cta_buttons,
.listing-rooms .eliophot-room__cta_buttons {
  flex-direction: row-reverse !important;
}

@media screen and (min-width: 1025px) {
  .swiper-rooms .eliophot-room__container .eliophot-room__cta,
  .listing-rooms .eliophot-room__container .eliophot-room__cta {
    transform: translateY(100%);
    transition: transform 0.6s;
  }

  .swiper-rooms .eliophot-room__container:hover .eliophot-room__cta,
  .listing-rooms .eliophot-room__container:hover .eliophot-room__cta {
    transform: translateY(0);
  }
}

/*sur-titre*/
@media screen and (min-width: 1025px) {
  .swiper-rooms .eliophot-room__container .eliophot-room__category,
  .listing-rooms .eliophot-room__container .eliophot-room__category {
    transition: transform 0.6s;
  }
  .swiper-rooms .eliophot-room__container:hover .eliophot-room__category,
  .listing-rooms .eliophot-room__container:hover .eliophot-room__category {
    transform: translateY(30%);
  }
}

/*image + filtre image*/
.swiper-rooms .elementor-carousel-image,
.listing-rooms .elementor-carousel-image {
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}

.swiper-rooms .elementor-carousel-image::before,
.swiper-rooms .elementor-carousel-image::after,
.listing-rooms .elementor-carousel-image::before,
.listing-rooms .elementor-carousel-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.75s;
}

.swiper-rooms .elementor-carousel-image::before,
.listing-rooms .elementor-carousel-image::before {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 22.88%,
    rgba(0, 0, 0, 0.44) 46.82%
  );
  opacity: 1;
}

.swiper-rooms .elementor-carousel-image::after,
.listing-rooms .elementor-carousel-image::after {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 15%,
    rgba(0, 0, 0, 0.44) 41%
  );
  opacity: 0;
}

.swiper-rooms .eliophot-room__container:hover .elementor-carousel-image::before,
.listing-rooms
  .eliophot-room__container:hover
  .elementor-carousel-image::before {
  opacity: 0;
}

.swiper-rooms .eliophot-room__container:hover .elementor-carousel-image::after,
.listing-rooms
  .eliophot-room__container:hover
  .elementor-carousel-image::after {
  opacity: 1;
}

.listing-rooms .eliophot-room__container {
  position: relative;
  overflow: hidden;
}

/* HOMEPAGE */
/* section introduction */
.section-introduction .truncated-title h2 {
  display: flex;
  flex-direction: column;
}

.section-introduction .truncated-title h2 span {
  margin-left: 58px;
}

/* section chambres */
#section-chambres .titre-chambres h2 {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  #section-chambres .titre-chambres h2 span {
    margin-left: 68px;
  }
}

/* section villa */
@media screen and (min-width: 1025px) {
  .section-villa .img-container {
    aspect-ratio: 616 / 757;
    max-width: 616px;
  }
}

.section-villa h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.section-villa .villa-title .item-2 {
  margin-left: 48px;
}

/* setion evenements */
#section-evenement .event-img {
  aspect-ratio: 562 / 506;
}

/* section destination */
.destination-title h2 {
  display: flex;
  flex-direction: column;
}

.destination-title .item-1 {
  margin-left: 57px;
}

@media screen and (min-width: 1025px) {
  .section-destination .vab-swiper_img {
    aspect-ratio: 610 / 690;
    max-width: 610px !important;
  }
}

@media screen and (max-width: 1024px) {
  .vab-swiper_img {
    aspect-ratio: 300 / 340 !important;
    max-width: 400px !important;
  }
}

@media screen and (max-width: 767px) {
  .vab-swiper_img {
    max-width: 300px !important;
  }
}

.vab-swiper_img .swiper,
.vab-swiper_img .swiper-slide,
.vab-swiper_img .swiper-slide figure {
  height: 100% !important;
}

.vab-swiper_img .elementor-swiper-button {
  border-radius: 50%;
  padding: 10px;
  background: var(--e-global-color-ff1884a);
  transition: background 0.2s;
  top: unset !important;
  bottom: 28px;
  transform: translateY(0);
}

.vab-swiper_img .elementor-swiper-button:hover {
  background: var(--e-global-color-primary);
}

.vab-swiper_img .swiper-slide-image {
  height: 100% !important;
  object-fit: cover !important;
}

.vab-swiper_img .elementor-swiper-button-prev {
  left: 44px !important;
}

.vab-swiper_img .elementor-swiper-button-next {
  right: 44px !important;
}

/*illustration*/
@media screen and (min-width: 768px) {
  .section-destination .illustration {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

/* section agenda */
@media screen and (max-width: 767px) {
  #section-agenda .agenda-content-container {
    max-width: 340px;
  }
}

/* PAGE LA VILLA */
/* section services */
#section-services .imgs-container {
  aspect-ratio: 328 / 337;
}

#section-services .illustrations {
  aspect-ratio: 415 / 415;
  opacity: 0.2;
  max-width: 400px;
}

/* section carousel images multiples */
@media screen and (min-width: 1025px) {
  .vab-carousel-multiple_img .swiper {
    margin-right: -15%;
    margin-left: -15%;
  }
}

.vab-carousel-multiple_img {
  height: 427px;
  overflow: hidden;
}

.vab-carousel-multiple_img .swiper,
.vab-carousel-multiple_img .swiper-slide,
.vab-carousel-multiple_img .swiper figure {
  height: 100% !important;
}

.vab-carousel-multiple_img .elementor-swiper-button {
  border-radius: 50%;
  padding: 10px;
  background: var(--e-global-color-ff1884a);
  transition: background 0.2s;
}

.vab-carousel-multiple_img .elementor-swiper-button:hover {
  background: var(--e-global-color-primary);
}

.vab-carousel-multiple_img .swiper-slide-image {
  height: 100% !important;
  object-fit: cover !important;
  width: 100%;
}

.vab-carousel-multiple_img .elementor-swiper-button-prev {
  left: 44px;
}

.vab-carousel-multiple_img .elementor-swiper-button-next {
  right: 44px;
}

@media screen and (max-width: 767px) {
  .vab-carousel-multiple_img .swiper-slide {
    padding-right: 55px;
    padding-left: 55px;
  }

  .vab-carousel-multiple_img .elementor-swiper-button-prev {
    left: 5px !important;
  }

  .vab-carousel-multiple_img .elementor-swiper-button-next {
    right: 5px !important;
  }

  .vab-carousel-multiple_img {
    height: 338px;
  }
}

/* PAGE CHAMBRE N2 */
.room-img-container {
  aspect-ratio: 405 / 507;
  max-width: 405px;
}

.room-img-container .elementor-widget-image {
  height: 100%;
}

/* gallerie de la chambre */
.room-gallery .swiper,
.room-gallery .swiper-slide,
.room-gallery .swiper figure,
.room-gallery .swiper figure img {
  height: 100% !important;
}
.room-gallery .swiper figure img {
  object-fit: cover;
  width: 100%;
}

.room-gallery {
  height: 510px;
}

.room-gallery .swiper {
  width: calc(100% - 100px) !important;
}

@media screen and (max-width: 767px) {
  .room-gallery {
    height: 367px;
  }
}

/* PAGE DEGUSTER */
@media screen and (min-width: 1025px) {
  .section-swiper .vab-swiper_img {
    aspect-ratio: 470 / 620 !important;
    max-width: 470px !important;
  }
}

@media screen and (min-width: 1025px) {
  .section-gouter .illustration {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

@media screen and (min-width: 1025px) {
  .section-bar .text-wrapper {
    max-width: 697px;
  }
}

/* PAGE OFFRES SPECIALES */
@media screen and (min-width: 1025px) {
  .listing-offres .eliophot-offer__container {
    position: relative;
  }

  .listing-offres .eliophot-offer__cta {
    position: absolute;
    top: 430px;
    z-index: 2;
    background: var(--e-global-color-ff1884a);
    width: calc(100% - 30px) !important;
    left: 50%;
    transform: translate(-50%, -100%);
    opacity: 0;
    transition: opacity 0.35s;
  }

  .listing-offres .eliophot-offer__container:hover .eliophot-offer__cta {
    opacity: 1;
  }

  .listing-offres .eliophot-offer__cta_container {
    padding: 16px;
  }
}

.listing-offres .swiper-slide .elementor-carousel-image {
  background-size: cover;
  object-position: center;
  height: 100%;
}

.listing-offres .eliophot-offer__cta_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between !important;
  align-items: center;
}

/* offre n2 */
.offre-content .offre-img .elementor-carousel-image {
  height: 100% !important;
  background-size: cover !important;
  background-position: center !important;
}

/* blog n2 */
.article-content h2 {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-size: var(--e-global-typography-secondary-font-size);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  line-height: var(--e-global-typography-secondary-line-height);
  color: var(--e-global-color-secondary);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  margin-bottom: 1.5rem;
}

.article-content a {
  color: var(--e-global-color-secondary);
  font-weight: 700;
  transition: color 0.3s;
}

.article-content a:hover {
  color: var(--e-global-color-accent);
}

.article-content p + h2 {
  margin-top: 3rem;
}

.article-content figure {
  margin-bottom: 1rem;
}

.article-content h3 {
  font-family: var(--e-global-typography-5ef425a-font-family), Sans-serif;
  font-size: var(--e-global-typography-5ef425a-font-size);
  font-weight: var(--e-global-typography-5ef425a-font-weight);
  text-transform: var(--e-global-typography-5ef425a-text-transform);
  text-decoration: var(--e-global-typography-5ef425a-text-decoration);
  line-height: var(--e-global-typography-5ef425a-line-height);
  color: var(--e-global-color-text);
}

/* PAGE AGENDA */
@media screen and (min-width: 1367px) {
  .agenda-item {
    max-width: 400px;
  }
}

@media screen and (max-width: 1366px) {
  .agenda-item {
    max-width: 300px;
  }
}
