body {
	font-family: 'Poppins', sans-serif;
	margin: 0;
	padding: 0;
	}
html {
  scroll-behavior: smooth;
}
/* FONT */
@font-face {
    font-family: 'Poppins';
    src: url('pix/Poppins/Poppins-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
	font-display: swap; /* Affiche txt avec police de base en attendant swap */
	}
@font-face {
	font-family: 'Tangerine';
	src: url('pix/Tangerine/Tangerine-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}

a:not(.sticky-bar a, .menu a, footer a, .blue-button) {
  text-decoration: none;
  color: #2a5d84;
  transition: color 0.2s ease;
}
a:not(.sticky-bar a, .menu a, footer a, .blue-button):hover {
  color: #eccc94;
}

h1 {
	color: #4372c5;
	font-family: 'Tangerine', sans-serif;
	font-size: 72px;
	line-height: 1.0;
	margin-bottom: 20px;
	}
	@media screen and (max-width: 768px) {
	    h1 {
			font-size: 44px;
			line-height: 0.9;
	    }
	}
h2 {
	color: #4372c5;
	font-family: 'Tangerine', sans-serif;
	font-size: 58px;
	text-align: center;
	margin: 0 0 20px 0;
	}
	@media screen and (max-width: 768px) {
	    h2 {
			font-size: 40px;
			line-height: 0.9;
	    }
	}
h2, h3 {
  scroll-margin-top: 110px;
}
h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
main h2 {
  margin-bottom: 20px;
  text-align: left;
}
main h2:not(.toc-title) {
  margin-top: 60px;
}

#guest-reviews h2,
.content-area h2 {
  margin-top: 0;
}
main figure {
  margin: 40px 0;
}
main figure img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
figure figcaption {
  text-align: center;
  margin-top: 10px;
  font-style: italic;
}
.intro-text p::first-letter {
	color: #4372c5;
	font-family: 'Tangerine', sans-serif;
	font-size: 38px;
	}
.intro-text {
	background-color: #f9f9f9;
	padding: 2em;
	}
.intro-text h2 {
	color: #4372c5;
	font-family: 'Tangerine', sans-serif;
	font-size: 42px;
	}
.inter_page {
	padding: 50px 100px;
	}
	@media screen and (max-width: 768px) {
	    .inter_page {
			padding: 10px 30px;
			}
	}
.inter_page h2 {
	color: #4372c5;
	font-family: 'Tangerine', sans-serif;
	font-size: 42px;
	}
.inter_page p::first-letter {
	color: #4372c5;
	font-family: 'Tangerine', sans-serif;
	font-size: 38px;
	}

/* STICKY-BAR */
header {
	position: sticky;
	top: 0;
	z-index: 1000;
}
.sticky-bar {
    background-color: white;
    color: #4372c5;
		height: 35px;
		border-bottom: 3px solid #4372c5;
    padding: 1em 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    margin-left: 3%;
}

.logo img {
    max-width: 250px;
    height: auto;
}

/* Sidenav menu */
.sidenav {
	height: 100%;
	width: 250px;
	position: fixed;
	z-index: 1;
	top: 0;
	left: -250px;
	background-color: #f2e4c1;
	padding-top: 60px;
	transition: left 0.5s ease;
}

/* Sidenav menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #4474c4;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #87a4da;
}

.sidenav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* Active class */
.sidenav.active {
  left: 0;
}
.sidenav a.active {
    color: #ffffff;
    font-weight: bold;
}

/* Close btn */
.sidenav .close {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}

/* Icône burger */
.burger-icon span {
	display: none; /* Par défaut menu hamburger caché */
	width: 35px;
	height: 5px;
	background-color: #4474c4;
	margin: 6px 20px;
}

.menu {
    display: flex;
    gap: 20px;
    margin-left: auto;
}

.menu a {
    color: inherit;
    text-decoration: none;
    font-weight: light;
}
.menu a:hover {
	color: #eccc94;
    text-decoration: none;
    font-weight: light;
}
.menu a.active {
    color: #eccc94;
    font-weight: bold;
}

.facebook-button {
    margin-left: auto;
    margin-right: 3%;
}

.facebook-button a {
    background-color: #eccc94;
    color: #4372c5;
    padding: 7px 7px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: light;
    transition: background-color 0.3s ease;
}

.facebook-button a:hover {
    background-color: #4372c5;
    color: white;
}
.messenger-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #0084FF;
}

.messenger-icon {
    width: 20px;
    height: 20px;
    margin-left: 8px;
    transition: transform 0.2s ease-in-out;
}

.messenger-link:hover .messenger-icon {
    transform: scale(1.1);
}

.langue {
    margin-left: auto;
    margin-right: 3%;
}

.langue a {
    background-color: transparent;
    padding: 7px 7px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}
.langue a:hover {
    background-color: #eccc94;
}

	/* Style petits écrans */
	@media screen and (max-width: 1280px) {
	    .menu {
	        display: none;
	    }

	    .menu.active {
	       display: block;
	    }

	    .facebook-button {
	        display: none;
	    }
	    .langue {
	        display: none;
	    }
	 	.burger-icon span {
	        display: block; /* Afficher menu hamburger sur petits écrans */
	    }
	}

/*  FIL ARIANE STICKY  */
.breadcrumb {
    position: sticky;
    top: 67px;
    z-index: 900;
    background: white;
    padding: 6px 20px;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}

/*  BLOC WELCOME  */
.content-area {
	display: flex;
	padding: 30px;
	background-color: #f9f9f9;
	gap: 4%;
	background-image: url('pix/Astrolabe_tool.avif');
	background-repeat: no-repeat;
	background-position: left center;
	}

.left-content {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	}

.right-content {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.blue-button {
    display: inline-block;
    background-color: #4372c5;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    padding: 10px 20px;
    transition: background-color 0.3s ease;
}

.blue-button:hover {
    background-color: #eccc94;
	color: #4372c5;
}

img {
    max-width: 100%;
    height: auto;
}

		/* Pour les écrans de petite taille */
		@media (max-width: 768px) {
		    .content-area {
		        flex-direction: column;
				padding-top: 0px;
				gap: 0;
		    }
			.left-content{
			    width: 100%;
			    text-align: center;
			    display: flex;
			    justify-content: center;
			    align-items: center;
			}
			.right-content {
			    width: 100%;
			    text-align: center;
			    display: flex;
			    justify-content: center;
			    align-items: center;
			}
		}

/*  PACKAGE DEAL */
.deal-section {
    background-color: #ffffff;
    text-align: left;
    padding: 50px 30px;
}
.deal-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.box1 {
    width: 750px;
    margin: 5px;
    text-align: left;
    padding: 15px;
    background-color: #f9f9f9;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.box1 h2 {
  margin: 25px 0 15px;
  text-align: left;
  line-height: 1.3;
}
.box1 p {
    margin-bottom: 15px;
    line-height: 1.4;
    height: 70px;
    overflow: hidden;
}
.box2 {
  width: 400px;
  margin: 5px;
  padding: 15px;
  background-color: #f9f9f9;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.box3 {
    width: 400px;
    margin: 5px;
    text-align: left;
    padding: 15px;
    background-color: #f9f9f9;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.box3 p {
    margin-bottom: 15px;
    line-height: 1.4;
    overflow: visible;
}
.box4 {
    width: 750px;
    margin: 5px;
    padding: 15px;
    background-color: #f9f9f9;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
  	align-items: center;
  	justify-content: center;
}

/*  OUR SERVICES */
.services-section {
    background-color: #ffffff;
    text-align: left;
    padding: 50px 30px;
}

#our-services {
    scroll-margin-top: 80px; /* décalage vertical entre l'ancre et la cible */
}

.services-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.service {
    width: 330px;
    margin: 5px 30px;
    text-align: left;
    padding: 15px;
    background-color: #f9f9f9;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.service_placeholder {
    width: 330px;
    margin: 5px 30px;
    padding: 15px;
    background-color: transparent;
}

@media (max-width: 768px) {
    .service_placeholder {
        display: none;
    }
}

.service img {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-bottom: 10px;
}

.service p {
    margin-bottom: 15px;
    line-height: 1.4;
    height: 70px;
    overflow: hidden;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.green-check-list {
    list-style: none; /* Supprime puces par défaut */
    padding: 0; /* Supprime padding par défaut de la liste */
}

.green-check-list li::before {
    content: "\2713"; /* Code Unicode pour le caractère check (vérifiez que le caractère est pris en charge dans votre police) */
    color: #4CAF50;
    font-weight: bold;
    margin-right: 10px;
}

	/* Pour les écrans de petite taille, les services s'affichent en pile */
	@media (max-width: 768px) {
	    .service {
	        width: calc(100% - 40px);
	        margin: 20px 20px 0 20px;
	    }
	}

/* OUR GUEST SAY */
    #guest-reviews {
        padding: 50px 0;
        background-color: #f9f9f9;
    }

    .guest-container {
        width: 80%;
        margin: 0 auto;
    }

    .row {
        display: flex;
        justify-content: space-between;
	flex-direction: column;
    }
    .col-md-6 {
        width: 100%;
    }

	/* Disposition des commentaires au-dessus du mobile */
	@media (min-width: 768px) {
	    .row {
        	display: flex;
	        justify-content: space-between;
		flex-direction: row;
	    }
	    .col-md-6 {
        	width: 48%;
	    }
	}

    .review {
        background-color: #fff;
        border-radius: 8px;
        padding: 20px;
        margin-bottom: 20px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    }

    .stars {
        color: #4CAF50;
        margin-bottom: 10px;
    }

    .star {
        font-size: 20px;
    }

    .star2 {
        font-size: 20px;
		color: #CCCCCC;
    }

    .profile {
        display: flex;
        align-items: center;
    }

    .profile img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        margin-right: 10px;
    }

    .name {
        font-weight: bold;
    }

    p {
        font-size: 16px;
        line-height: 1.5;
    }

/*  SLIDESHOW */
/* AVANT CORRECTION
.slideshow {
  position: relative;
  width: 100%;
  max-height: 800px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideshow:after {
	content: '';
	width: 100%; height: 60px;
	position: absolute; bottom: 0; left: 0;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 100%);
}
.slide {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: none;
}
.slide-buttons {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-around;
  align-items: center;
	width: 375px;
  z-index: 1;
}
.slide-button {
  background-color: #4372c5;
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  font-weight: normal;
  font-size: 14px;
  width: 30px;
  height: 30px;
}
.slide-button.active {
  background-color: #87a4da;
  color: white;
} */



.slideshow {
  position: relative;
  width: 100%;
  height: clamp(260px, 75vw, 800px);
  overflow: hidden;
}
/*  Reglage hauteur specifique pour ecran intermediare, ie. iPad */
@media (min-width: 820px) and (max-width: 1180px) {
  .slideshow {
    height: clamp(260px, 60vw, 650px);
  }
}
.slideshow:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(0deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 100%);
  pointer-events: none;
  z-index: 1;
}
.slides-container {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.slides-container picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
.slide-buttons {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 375px;
  z-index: 2;
}
.slide-button {
  background-color: #4372c5;
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  font-weight: normal;
  font-size: 14px;
  width: 30px;
  height: 30px;
}
.slide-button.active {
  background-color: #87a4da;
  color: white;
}


/* TEMPLATE PAGE SEO */
.seo-page {
    margin: 0 auto;
    width: 90%;
}

/* Écrans ≤ 1024px */
@media (max-width: 1024px) {
    .seo-page {
        width: 90%;
    }
}

/* Écrans ≥ 1025px */
@media (min-width: 1025px) {
    .seo-page {
        width: 80%;
        max-width: 1200px;
    }
}
.seo-page img {
    max-width: 100%;
    height: auto;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/* ENCART RESSOURCE IMPORTANTE */
.official-resource {
  margin: 1.5rem 0;
  padding: 1rem 1.2rem;
  background: #f4f9f4;
  border-left: 4px solid #2e7d32;
  border-radius: 8px;
}

.official-label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #2e7d32;
}

.official-resource a {
  font-weight: 600;
  text-decoration: none;
}

.official-resource a:hover {
  text-decoration: underline;
}

/* SOMMAIRE PAGES SEO */
.table-of-contents {
  background: #f7f7f7;
  padding: 20px;
  border-radius: 8px;
  margin: 30px 0;
}

.table-of-contents ul {
  list-style: none;
  padding-left: 0;
}

.table-of-contents li {
  margin-bottom: 8px;
}

.table-of-contents ul ul {
  padding-left: 15px;
  margin-top: 5px;
}

.table-of-contents a {
  text-decoration: none;
  color: #2a5d84;
}

.table-of-contents a:hover {
  text-decoration: underline;
}

/* HOMEPAGE + PAGES SEO - paragraphe responsive "texte + image" */
.intro-text-with-image {
  display: flex;
  flex-direction: column; /* empilé */
  padding: 0 20px;
  margin-bottom: 60px; /* espace entre les blocs */
}

/* ordre mobile : texte puis image */
.intro-text {
  order: 1;
}
.image-container {
  order: 2;
}

/* TABLE SURVIVOR */
.survivor-table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  font-size: 0.95rem;
  table-layout: fixed;
}
.table-title {
  color: #2e6f57;
  font-size: 1.1rem;
  margin: 20px 0 10px 0;
}
.survivor-table thead {
  background: #2e6f57;
  color: white;
}

.survivor-table th,
.survivor-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 2px solid #eccc94;
  box-sizing: border-box;
}

.survivor-table tbody tr:nth-child(even) {
  background: #f7f9f8;
}

/* ---------- MOBILE VERSION ---------- */

@media (max-width: 768px) {

  .survivor-table {
    display: block;
    width: 100%;
    overflow-x: hidden;
  }

  .survivor-table thead {
    display: none;
  }

  .survivor-table,
  .survivor-table tbody,
  .survivor-table tr,
  .survivor-table td {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .survivor-table tr {
    margin-bottom: 20px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    padding: 10px;
    overflow: hidden;
  }

  .survivor-table td {
    border: none;
    padding: 8px 10px;
  }

  .survivor-table td::before {
    content: attr(data-label);
    display: block;
    font-weight: 600;
    color: #2e6f57;
    margin-bottom: 4px;
  }

  .survivor-table td,
  .survivor-table td::before {
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

}



/* Desktop */
@media (min-width: 1050px) {
  .intro-text-with-image {
    flex-direction: row;
    gap: 20px;
    align-items: stretch; /* les deux colonnes prennent la même hauteur */
  }

  /* IMPORTANT: autorise le shrink pour absorber le gap (sinon overflow) */
  .intro-text {
    flex: 0 1 60%;
    order: initial;
    min-width: 0;
  }

  .image-container {
    flex: 0 1 40%;
    order: initial;
    min-width: 0;

    display: flex;           /* nécessaire */
    align-items: center;     /* centre verticalement l'image */
    justify-content: center; /* centre horizontalement */
  }

  .image-container img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
  }
}


.image-split {
  display: flex;
  flex-wrap: wrap;
}

.image-quarter {
  width: 50%;
  overflow: hidden;
}

.image-quarter img {
  width: 100%;
  height: auto;
  display: block;
}

.image-container img {
	margin: 0 auto;
    max-width: 100%;
    height: auto;
    display: block;
}

.video-container {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 ratio */
    overflow: hidden;
    margin: 0;
    max-width: 100%;
}

.video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    transform: translate(-50%, -50%);
}

/* Mobile : pleine largeur */
@media (max-width: 768px) {
    .video {
        width: 100%;
        height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

/* Responsive mobile : 100% de largeur */
@media (max-width: 768px) {
  .video-wrapper {
    width: 100%;
  }
}

.btn-facebook {
	margin: 20px 0;
	max-width: 25%;
	min-width: 300px; /* Ajoutez la taille minimale souhaitée en pixels */
	height: auto;
}


/* Grand écran : côte à côte 60/40 */
@media (min-width: 900px){
  .bloc{
    display: flex;
    align-items: center;
    gap: 30px;
  }

  .texte{
    flex: 0 0 60%;
    max-width: 60%;
  }

  .image{
    flex: 0 0 40%;
    max-width: 40%;
  }
}

.image-container-map {
  display: flex;
  justify-content: space-between;
  margin: 20px;
}

.image-container-map img {
  max-width: calc(50% - 15px);
  height: auto;
}

@media (max-width: 768px) {
  .image-container-map {
    flex-direction: column;
    align-items: center;
  }
  .image-container-map img {
    max-width: 100%;
    margin-bottom: 10px;
  }
}

/* Images CTA video Youtube, pages SURF */
.image-container-video {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin: 20px;
}
.image-container-video .video-thumb {
  display: block;
  flex: 1;
}
.image-container-video .video-thumb img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .image-container-video {
    flex-direction: column;
    align-items: center;
  }
  .image-container-video .video-thumb {
    width: 100%;
  }
  .image-container-video .video-thumb img {
    width: 100%;
  }
}

/* Lightbox des MENUS du Restau */
.menu-thumb {
  cursor: zoom-in;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.88);
  opacity: 0;
  transition: opacity 0.25s ease;
  -webkit-overflow-scrolling: touch;
}

.lightbox.is-open {
  display: flex;
  opacity: 1;
}

.lightbox-overlay {
  position: absolute;
  inset: 0;
}

.lightbox-content {
  position: relative;
  z-index: 1;
  max-width: min(1024px, 92vw);
  max-height: 92vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-content img {
  display: block;
  max-width: 100%;
  max-height: 92vh;
  width: auto;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.lightbox-close {
  position: absolute;
  top: -14px;
  right: -14px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: #ffffff;
  color: #000;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

body.no-scroll {
  overflow: hidden;
  touch-action: none;
}

footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 1em 0.5rem;
}
.social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1em;
}
.social-icon {
    width: 30px;
    height: auto;
    margin: 0 10px;
}
.footer-location {
    font-size: 0.9em;
    opacity: 0.85;
    margin-top: 0.3em;
}
.footer-links {
    margin-top: 0.7em;
    line-height: 1.6;
}
.footer-links a {
    white-space: nowrap;
    margin: 0 0.15em;
}
footer p {
    margin: 0.4em 0;
}
footer a {
    color: inherit;
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}
footer a:focus {
    outline: 2px solid rgba(255,255,255,0.6);
    outline-offset: 2px;
}