/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

/* --- FONTS ET TITRES --- */

h1 {
  font-size: 25px;
  font-weight: bold !important;
  color: white !important;
  text-transform: none !important;
}

h2 {
  font-size: 20px;
  font-weight: bold !important;
  color: #F37625 !important;
  text-transform: none !important;
}

h3 {
  font-size: 40px;
  font-weight: bold !important;
  color: #082e4c !important;
  text-transform: none !important;
}

a {
  font-weight: bold !important;
  text-transform: none !important;
	font-size: 16px;
}

/* --- ANIMATIONS --- */

@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-40px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(40px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInBottom {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* --- MENU HEADER --*/

 .current-menu-item>a>.avia-menu-fx {
    opacity: 0;
    visibility: visible;
}

#header_main {
    border: none;
}

.logo {
    float: left;
    position: absolute;
    left: 0;
    z-index: 1;
    top: 1%;
}

.av-main-nav>li>a {
    font-size: 18px;
}

#top .av-menu-button>a .avia-menu-text {
    border: 2px solid;
    border-radius: 10px;
    border-color: white;
    color: white !important;
    background-color: transparent;
    transition: all 0.3s ease;
}

#top .av-menu-button>a:hover .avia-menu-text {
    background-color: #F37625 !important;
    color: #ffffff !important;
    border-color: #F37625 !important;
}

.html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul li a {
    border: none;
}


/* --- HERO IMAGE --- */
.herobanner {
position: relative;
  background-image: 
    linear-gradient(to right, rgba(7, 52, 77, 0.85) 0%, rgba(7, 52, 77, 0.4) 50%, rgba(0, 0, 0, 0) 100%), 
    url('https://serre-poncon-tour.fr/wp-content/uploads/2026/05/serre-poncon-tour-header.jpg') !important;
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
}

@media (max-width: 1024px) {
  .herobanner {
    background-attachment: scroll !important;
  }
}

  @media not all and (min-resolution:.001dpcm) { 
    @supports (-webkit-appearance:none) {
      .herobanner {
        background-image: url('https://serre-poncon-tour.fr/wp-content/uploads/2026/05/serre-poncon-tour-header.jpg') !important;
        background-attachment: scroll !important;
        background-size: cover !important;
        background-position: center center !important;
      }
    }
  }


.hero-text-block {
  display: flex;
  flex-direction: column;
  max-width: 650px;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
}

.hero-location-text {
  font-size: 16px;
  font-weight: bold;
  color: #F37625;
  text-transform: uppercase;
  line-height: 1.2;
}

.hero-title-text {
  font-size: 64px;
  font-weight: bold;
  color: white;
  line-height: 0.9;
  margin: 0 !important;
}

.hero-title-text .orange-highlight {
  color: #F37625;
}

.hero-description-text {
  line-height: 1.4;
  margin: 5px 0 0 0 !important;
  max-width: 500px;
}

/*Anims*/

.hero-location-text,
.hero-title-text .le-lac,
.hero-title-text .orange-highlight,
.hero-description-text {
    opacity: 0;
	display: inline-block;
    animation: slideInLeft 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.hero-title-text .le-lac {
    animation-delay: 3.5s;
}
.hero-title-text .orange-highlight {
    animation-delay: 3.8s;
}
.hero-description-text {
    animation-delay: 4.1s;
}
.hero-location-text {
    animation-delay: 4.4s;
}

/* Ajustements Responsives */
@media (max-width: 768px) {
  .hero-text-block {
    gap: 15px;
  }
  .hero-title-text {
    font-size: 42px;
  }
  .hero-description-text {
    font-size: 18px;
  }
}

/* --- TEXTES TRANSITION --- */
.feature-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  max-width: 450px;
  margin: 15px auto;
}

/* Image */
.feature-icon-wrapper {
  flex-shrink: 0;
  width: 60px;
  display: flex;
  align-items: center;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s ease;
}

.feature-icon-wrapper:hover {
    transform: scale(1.08) translateY(-3px);
}

.feature-icon-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Bloc de texte */
.feature-text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

/* Titre principal */
.feature-title {
  color: #6f8599 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 4px 0 !important;
  line-height: 1.2;
}

/* Sous-titre*/
.feature-subtitle {
  font-size: 15px;
  color: #000000;
  margin: 0 !important;
  line-height: 1.3;
}

/*Animation*/
.feature-item {
    opacity: 0;
    animation: fadeInBottom 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 4.8s;
}

/* --- CARTES SORTIES --- */
/*Texte Sorties*/
.sorties {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.sorties.visible {
    animation: slideInLeft 3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    animation-delay: 1s;
}

@media (max-width: 768px) {
   .sorties {
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    }
	 }

@media (min-width: 768px) {
    .sorties {
        vertical-align: middle;
    }
}

.conteneur-vague-fixe {
    text-align: left;
    overflow: visible;
    padding: 10px 0;
    margin-top: 20px;
}

@media (max-width: 768px) {
.conteneur-vague-fixe {
    text-align: center;
}
	}
	
.vague-animee-fixe {
    display: inline-block;
    max-width: 100%;
    height: auto;
    transform-origin: left center;
    animation: clapotisDoux 2s ease-in-out infinite alternate; 
    will-change: transform; 
}

@keyframes clapotisDoux {
    0% {
        transform: translateX(0px) translateY(-2px) rotate(-0.5deg) scaleY(1);
    }
    100% {
        transform: translateX(10px) translateY(2px) rotate(0.5deg) scaleY(0.96);
    }
}

/* Carte */
.card-excursion {
  max-width: 360px;
  background-color: #f1f6fe;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(15, 45, 89, 0.1);
  color: var(--text-dark);
  margin: 20px auto;
  transition: transform 0.3s ease;
  min-height: 700px;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.card-excursion.visible {
    animation: slideInRight 3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    animation-delay: 1s;
}


.card-excursion:hover {
  transform: translateY(-5px);
}

/* Image Carte */
.card-image-container {
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Contenu */
.card-content {
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex-grow: 1;
}

.card-title {
  font-size: 28px;
  font-weight: 500;
  color: #082e4c;
  margin: 0 0 15px 0 !important;
}

.card-description {
  font-size: 16px;
  line-height: 1.4;
  margin: 0 0 25px 0 !important;
  color: black;
}

/* Liste d'informations */
.card-info-list.list-left {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 30px 0 !important;
  width: auto;
  align-self: flex-start;
  padding-left: 15px !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  font-weight: bold;
}

.card-info-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  font-size: 19px;
  width: 100%;
  text-align: left;
}

.card-info-list img {
	max-width : 22px !important;
	max-height: 22px !important;
}


.card-info-item.item-align-top {
  align-items: flex-start;
}

.card-icon-img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  flex-shrink: 0;
  margin-top: 2px;
}

.price-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.price-child {
  margin-top: 4px;
}

/* Bouton Réserver */
.card-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 100%;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #F37625;
    background-clip: border-box;
    color: white !important;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1.5px;
    transition: all 0.3s ease;
	margin-top: auto
}

.card-btn:hover {
  background-color: #d5804d;
  color: #ffffff !important;
  box-shadow: none;
}

.btn-arrow {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.card-btn:hover .btn-arrow {
  transform: translateX(5px);
}


/* --- PRIVATISER LE BATEAU --- */
.section-privatisation-full .container,
.section-privatisation-full .content {
    margin: 0 !important;
	padding: 0 !important;
}

.privatisation-wrapper {
    display: flex;
    width: 100vw;
    position: relative;
    box-sizing: border-box;
    align-items: stretch;
}

/*Image */
.privat-image-side {
    width: 50vw;
    flex-shrink: 0;
    position: relative;
    min-height: 100%;
    opacity: 0;
  transition: opacity 0.5s ease;
}

.privat-image-side.visible {
    animation: slideInLeft 3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    animation-delay: 1s;
}

.privat-image-side img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Conteneur global de la section */
.privatisation-section {
    min-width: 50vw;
    padding:1vw 3vw 1vw 1vw;
    box-sizing: border-box;
	opacity: 0;
    transition: opacity 0.5s ease;
}

.privatisation-section.visible {
    animation: slideInRight 3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    animation-delay: 1s;
}


/* 1. EN-TÊTE */
.privat-header {
  text-align: left;
  margin-bottom: 20px;
}

.privat-subtitle {
  color: #F37625;
  margin-bottom: 20px;
}

.privat-title {
  line-height: 1.1;
  margin: 0 0 20px 0 !important;
}

.privat-intro {
  line-height: 1.4;
  margin: 0 !important;
}

/* 2. GRILLE DES 5 PRESTATIONS */
.privat-features-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

.privat-feature-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.privat-feature-icon {
  width: 55px;
  height: 55px;
  object-fit: contain;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s ease;
}

.privat-feature-icon:hover {
    transform: scale(1.08) translateY(-3px);
}


.privat-feature-name {
  line-height: 1;
}

/* Ligne de séparation */
.privat-separator {
  border: none;
  border-top: 3px solid #cccccc;
  margin: 0 0 10px 0 !important;
}

/* FOOTER + BOUTON */
.privat-footer-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.privat-info-text-wrapper a {
	color: #F37625 !important;
	}

.privat-info-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.privat-info-icon {
  width: 35px;
  height: 35px;
  object-fit: contain;
  flex-shrink: 0;
}

.vibration-telephone {
    transform-origin: center;
    animation: tremblement 3s ease-in-out infinite;
}

@keyframes tremblement {
    0%, 85%, 100% { 
        transform: rotate(0deg); 
    }
    87% { transform: rotate(-12deg); }
    89% { transform: rotate(12deg); }
    91% { transform: rotate(-10deg); }
    93% { transform: rotate(10deg); }
    95% { transform: rotate(-5deg); }
    97% { transform: rotate(5deg); }
}

.privat-info-text-wrapper {
  display: flex;
  line-height: 1.2;
}

.privat-info-text-wrapper.text-column {
  flex-direction: column;
}

.privat-info-main {
  font-size: 22px;
}

.privat-info-sub {
  font-size: 16px;
  color: #555555;
  margin-top: 2px;
}

/* BOUTON DEMANDER UNE PRIVATISATION */
.privat-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #082e4c;
  font-weight: bold;
  color: #ffffff !important;
  padding: 18px 20px;
  border-radius: 12px;
  transition: background-color 0.3s ease;
  white-space: nowrap;
}

.privat-cta-btn:hover {
  background-color: #F37625;
}

	/* --- RESPONSIVE PRIVATISATION --- */
@media (max-width: 900px) {
	.privatisation-wrapper {
    flex-direction: column;
    align-items: stretch;
  }	
	
	.privat-image-side {
    width: 100vw;
    min-height: 50vh;
    min-height: auto;
  }
	
	.privat-image-side img {
    position: relative;
    height: 100%;
  }
	
  .privatisation-section {
    width: 100vw;
    min-height: 50vh;
    padding: 40px 20px; 
  }	
	
	.privat-header {
    text-align: center;
    margin-bottom: 20px;
 }
	
  .privat-features-grid {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 15px;
  }
  
  .privat-feature-card {
    flex: none;
    width: 30%;
  }

  .privat-footer-bar {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
  
  .privat-cta-btn {
    width: 100%;
    box-sizing: border-box;
  }
}

@media (max-width: 600px) {
  .privat-title {
    font-size: 38px;
  }
  
  .privat-feature-card {
    width: 45%;
  }
}

/* --- SECTION SPOTS --- */
/* Conteneur principal */
.texte-spot {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.texte-spot.visible {
    animation: slideInLeft 3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    animation-delay: 1s;
}

.spots-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
    width: 100%;
    margin: 40px auto;
    padding: 0 15px;
    box-sizing: border-box;
    flex-wrap: wrap;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.spots-container.visible {
    animation: slideInRight 3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    animation-delay: 1s;
}


.spot-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 160px;
    max-width: 160px;
}

.spot-image-wrapper {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
    height: 100% !important;
    aspect-ratio: 1 / 1.5;
}

.spot-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}


.spot-card:hover .spot-img {
  transform: scale(1.04);
}

.spot-title {
  padding: 0 5px;
}

	/* --- RESPONSIVE SPOTS --- */
@media (max-width: 600px) {
   .texte-spot {
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    }
	
	.spot-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 100px;
    max-width: 180px;
}
}

/* --- SECTION IMAGES ET AVIS --- */
.section-avis-full .container,
.section-avis-full .content {
    margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
/*Souvenirs*/
/* Conteneur principal */
.souvenirs-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 60px auto;
  padding: 0 20px;
  gap: 40px;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.souvenirs-wrapper.visible {
    animation: slideInLeft 3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    animation-delay: 1s;
}

.avis-google { 
  opacity: 0;
  transition: opacity 0.5s ease;
}

.avis-google.visible {
    animation: slideInRight 3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    animation-delay: 1s;
}


/* TEXTES */
.souvenirs-text-side {
  flex: 0 0 35%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.souvenirs-subtitle {
  margin: 0 0 15px 0 !important;
}

.souvenirs-title {
  margin: 0 0 40px 0 !important;
}

/* Bouton style contour (Outline button) */
.souvenirs-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #082e4c !important;
    font-weight: bold;
    padding: 8px 12px;
    border-radius: 12px;
    transition: all 0.3s ease;
    border-style: solid !important;
    border-width: 3px !important;
    border-color: #082e4c !important;
}

.souvenirs-cta-btn .cta-arrow {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.souvenirs-cta-btn:hover {
  background-color: #082e4c;
  color: #ffffff !important;
}

.souvenirs-cta-btn:hover .cta-arrow {
  transform: translateX(4px);
}

/*GRILLE DE PHOTOS*/
.souvenirs-grid-side {
  flex: 0 0 60%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}



/* Cartes photos */
.souvenir-photo-card {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.souvenir-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.souvenir-photo-card:hover img {
  transform: scale(1.05);
}

/* RESPONSIVE SOUVENIRS */
@media (max-width: 900px) {
  .souvenirs-wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
    margin: 40px auto;
  }

  .souvenirs-text-side {
    width: 100%;
    align-items: center;
    text-align: center;
  }
  
  .souvenirs-title {
    font-size: 38px;
    margin-0 0 25px 0 !important;
  }

  .souvenirs-grid-side {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .souvenirs-grid-side {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  
  .souvenir-photo-card {
    border-radius: 12px;
  }
  
  .souvenirs-cta-btn {
    width: 100%;
    box-sizing: border-box;
  }
}


/*Avis*/
.ti-widget.ti-goog.ti-disable-font .ti-widget-container, .ti-widget.ti-goog.ti-disable-font .ti-widget-container *, .ti-widget.ti-goog.ti-disable-font .ti-enable-widget {
    font-family: inherit !important;
    font-weight: bold;
}


/* --- SECTION PREPARER --- */
.section-preparer-full .container,
.section-preparer-full .content {
    margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.infos-global-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* Conteneur global */
.prep-sortie-section {
  max-width: 1200px;
  margin: 50px auto;
  padding: 40px 20px;
  box-sizing: border-box;
  color: #ffffff;
  flex: 0 0 60%;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.prep-sortie-section.visible {
    animation: slideInLeft 3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    animation-delay: 1s;
}

/* 1. EN-TÊTE */
.prep-header {
  text-align: left;
  margin-bottom: 50px;
}

.prep-subtitle {
  margin: 0 0 10px 0 !important;
}

.prep-title {
  margin: 0 !important;
  color: white !important;
}

/* 2. GRILLE */
.prep-grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px 30px;
}

.prep-grid-container a {
color : #F37625 !important;
	font-size: 23px;
}

.prep-info-block {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

  .prep-info-block.border-right {
    border-right: none;
  }

  .prep-grid-container .prep-info-block:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    margin-right: 28px !important;
  }

.prep-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
  flex-shrink: 0;
}

.prep-text-content {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.prep-block-title {
  margin: 0 0 8px 0 !important;
  line-height: 1.2;
  color: white !important;
}

.prep-block-desc {
  margin: 0 !important;
}

/* Conteneur CTA */
.booking-cta-section {
  max-width: 650px;
  padding: 40px 20px;
  box-sizing: border-box;
  color: #ffffff;
  flex: 0 0 35%;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.booking-cta-section.visible {
    animation: slideInRight 3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    animation-delay: 1s;
}

/* 1. EN-TÊTE */
.booking-header {
  text-align: left;
  margin-bottom: 35px;
}

.booking-subtitle {
  margin: 0 0 15px 0 !important;
}

.booking-title {
  margin: 0 !important;
  color: white !important;
}

/* 2. GROUPE DE BOUTONS */
.booking-buttons-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 480px;
  text-align: center;
  font-weight: bold;
}

.booking-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 0 30px;
  border-radius: 20px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

/* BOUTON 1 : ORANGE */
.booking-btn.btn-primary {
  background-color: #F37625;
  color: #ffffff !important;
}

.booking-btn.btn-primary .btn-arrow {
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.booking-btn.btn-primary:hover {
  background-color: #c9733f;
}

.booking-btn.btn-primary:hover .btn-arrow {
  transform: translateX(5px);
}

/*BOUTON 2 : APPELER*/
.booking-btn.btn-outline {
  background-color: transparent;
  color: #ffffff !important;
  border: 3px solid #ffffff;
}

.booking-btn.btn-outline:hover {
  background-color: #ffffff;
  color: #082e4c !important;
}

/* BOUTON 3 : PRIVATISATION*/
.booking-btn.btn-dark {
  background-color: #082e4c;
  color: #ffffff !important;
}

.booking-btn.btn-dark:hover {
  background-color: #051d30;
}

/* RESPONSIVE PREPARER */

@media (max-width: 900px) {
	
	.infos-global-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    flex-wrap: wrap;
}
	
	.prep-sortie-section {
    max-width: 1200px;
    margin: 50px auto;
    padding: 40px 20px 0px 20px;
    box-sizing: border-box;
    color: #ffffff;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
	
  .prep-grid-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .prep-info-block, 
  .prep-grid-container .prep-info-block:nth-child(odd) {
    border-right: none !important;
    padding-right: 0;
  }

  .prep-title {
    font-size: 34px;
  }
	
	.booking-header {
    text-align: center;
}
	.booking-buttons-group {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 480px;
}
	.booking-cta-section {
    flex: 0 0 80%;
	justify-items: center;
}
}

/* --- FOOTER --- */
#footer {
    background-color: #f1f6fe;
}

/* Conteneur global */
.logo-brand-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px;
    box-sizing: border-box;
    flex-direction: column;
}

#footer .widget {
   align-content: center;
   text-align: center;
    }

/*Image */
.brand-logo-side {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.brand-logo-img {
  width: auto;
  height: 90px;
  object-fit: contain;
  display: block;
}

/* Côté droit : Textes */
.brand-text-side {
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: center;
}

/* Ligne 1 : L'EMBARCADERE */
.brand-main-title {
  color: #082e4c !important;
  letter-spacing: 0px;
  margin: 0 !important;
  line-height: 1.1;
  font-size: 20px !important;
}

/* Ligne 2 : Serre-Ponçon. */
.brand-subtitle {
  line-height: 1.1;
  color: #082e4c !important;
  margin: 0;
  font-size: 20px !important;
}

/* Ligne 3 : Le lac se vit ensemble. */
.brand-tagline {
	color: #082e4c !important;
	text-align:center;
	font-size: 25px !important;
}

.brand-tagline .texte-orange {
    color: #F37625 !important;
}

/* RESPONSIVE MOBILE */
@media (max-width: 480px) {
  .logo-brand-wrapper {
    gap: 15px;
  }
  
  .brand-logo-img {
    height: 70px;
  }
  
  .brand-main-title {
  }
  
  .brand-subtitle {
  }
 
}

/* BLOC LIENS UTILES */
.footer-links-block {
    display: flex;
    flex-direction: row;
    max-width: 350px;
    box-sizing: border-box;
    flex-wrap: wrap;
    text-align: left;
}


.footer-links-title {
  letter-spacing: 2px;
  margin: 0 0 20px 0 !important;
  text-transform: uppercase;
  font-size: 1.1em !important;
}

.footer-links-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 30px;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.footer-links-grid a {
  line-height: 1.3;
  display: inline-block;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-links-grid a:hover {
  color: #F37625;
  transform: translateX(3px);
}

@media (min-width: 900px) {
#footer .container {
    display: flex !important;
    align-items: flex-start !important;
}
}


@media (max-width: 900px) {
#footer .widget {
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding: 0;
    margin: 30px 0 30px 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
	text-align: center;
}
	
.footer-links-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 350px;
    box-sizing: border-box;
    align-content: center;
    flex-wrap: wrap;
    text-align: center;
}
}

/* --- SOCKET --- */

#top .socket_color {
    background-color: #f9f4f0 !important;
}

#socket .copyright {
    float: none;
	font-size: 16px;
	font-weight: bold;
}

#socket .container {
    text-align: center;
}

@media (max-width: 900px) {
#socket .copyright {
    float: none;
	font-size: 11px;
	font-weight: bold;
}
	
	#socket .copyright a {
    float: none;
	font-size: 11px !important;
	font-weight: bold;
}
	}