/* ======= BASE ======= */
:root {
  --or: #ffbe46;
  --noir: #000;
  --blanc: #fff;
}

@font-face {
	font-family : 'Oyget!';
	src: url(fonts/Oyget!.ttf);
}
html, body {
  margin: 0;
  padding: 0;
  background: var(--noir);
  color: var(--blanc);
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1rem;
}

h1, h2, h3 {
  font-family: 'Oyget!', cursive;
  color: var(--or);
  margin-bottom: 1rem;
  text-align: center;
  /* text-transform: uppercase; */
}
h4 {
  font-family: 'Brush Script MT', cursive;
  color: var(--or);
  margin-bottom: 1rem;
  text-align: center;
  font-size: 4rem;
	
}

p {
  font-size: 1.1rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 1.5rem;
}

.present p span {
	font-size:2rem;
}
.present-title {
  position: relative;
  width: 100%;
  height: 300px;
  background-image: url('images/bg-n-b2.png'); /* ton fond étoilé */
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.present-title-text h1 {
  font-family: 'Brush Script MT', cursive;
  font-size: 6rem;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}


.section-present h2 {
  font-family: 'Brush Script MT', cursive;
  font-size: 3rem;
  margin-bottom: 1.5rem;
  color: #ffbe46;
}

.section-present p {
  font-size: 1.5rem;
  color: #fff;
}

.section-present p strong{
  font-family: 'Oyget!', cursive;
  text-transform:uppercase;
  color: var(--or);
  font-size: 6rem;
}

.section-present-end {
  position: relative;
  width: 100%;
  background-image: url('images/bg-n-g.png');
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  padding: 0px 20px;
  color: white;
  text-align: center;
}

.section-present-end-overlay {
  padding: 0px 20px;
  border-radius: 10px;
}

.section-present-end-content p {
  max-width: 1200px;
  margin-left: 400px;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.8;
}

.section-present-end-content p span{
  font-family: 'Oyget!', cursive;
  margin: 15px auto;
  font-size: 3.2rem;
  line-height: 1.8;
  color:#ffbe46;
}

.citation {
  font-family: 'Brush Script MT', cursive;
  font-size: 3rem;
  color: #fff;
}

.section-present-end-content .signature {
  margin-top: 40px;
  font-size: 1.2rem;
}

.section-present-end-content .signature span {
  font-family: 'Dancing Script', cursive;
  font-size: 1.5rem;
}



a.btn-reserver,
a.btn-reserver2 {
  display: inline-block;
  background: var(--blanc);
  color: var(--noir);
  padding: 10px 24px;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s ease;
}

a.btn-reserver:hover,
a.btn-reserver2:hover {
  background: var(--or);
  color: var(--noir);
}

footer {
  background-color: #ffffff;
  color: #000000;
}
.categories a {
  display: inline-block;
  margin: 1rem;
  padding: 1rem 2rem;
  background-color: #000000;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 8px;
  transition: 0.3s;
}

.categories a:hover {
  background-color: #DDC48E;
  color: #000000;
}

.presentation-photo {
  height: 70vh;
  width: 100%;
  object-fit: cover;
}

.btn-custom {
  background-color: #ffffff;
  color: #000000;
  border: 2px solid #000000;
}

.btn-custom:hover {
  background-color: #DDC48E;
  color: #000000;
}

    .form-control {
      font-size: 1.2rem;
      padding: 0.75rem;
    }
    .container-form {
      max-width: 500px;
      margin: 3rem auto;
    }
	
    .categories a {
      display: inline-block;
      margin: 1rem;
      padding: 1rem 2rem;
      background-color: #000000;
      color: #FFFFFF;
      text-decoration: none;
      border-radius: 8px;
      transition: 0.3s;
    }
    .categories a:hover {
      background-color: #DDC48E;
      color: #000000;
    }
.swiper {
  width: 100%;
  height: 400px;
  padding: 40px 0;
  overflow: hidden;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-slide img {
  width: 600px;
  height: 100%;
  object-fit: cover; /* Pas de rognage */
  background-color: #000; /* ou blanc selon ton fond */
  border: 0px solid #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border-radius: 0;
}

/* Agrandir uniquement la slide centrale */
.swiper-slide-active img {
  transform: scale(1.0);   /* Zoom central */
  z-index: 10;
}

   
    /* Style de la vignette */
    .vignettes .vignette {
      display: block;
      border: 20px solid #fff; /* contour blanc épais */
      border-radius: 0; /* bords carrés */
      overflow: hidden;
      transition: transform 0.3s ease;
      text-decoration: none;
      color: #000;
      background-color: #fff;
      box-shadow: 0 0 0 0px #ddd;
    }
    
    .vignettes .vignette:hover {
      transform: scale(1.04);
    }
	.vignette-disabled {
      display: block;
      border: 20px solid #fff; /* contour blanc épais */
      border-radius: 0; /* bords carrés */
      overflow: hidden;
      transition: transform 0.3s ease;
      text-decoration: none;
      color: #000;
      background-color: #fff;
      box-shadow: 0 0 0 0px #ddd;
    }
    
    .vignette-disabled:hover {		
	  pointer-events: none;
	  cursor: default;
    }
    
    /* Conteneur pour l'image carrée */
    .vignette-img {
      width: 100%;
      aspect-ratio: 1 / 1; /* rend le conteneur carré */
      overflow: hidden;
    }
    
    .vignette-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    
    /* Label sous l'image */
    .label {
      text-align: center;
      font-size: 1rem;
      font-weight: 500;
      padding: 0.75rem;
      background-color: #fff;
      transition: color 0.3s ease;
    }
    
    .vignettes .vignette:hover .label {
      color: #edc272;
    }
    
    /* Espacement dans la grille */
    .vignettes .col-6 {
      padding: 0.5rem;
    }
	.vignettes .card {
  background-color: #ffffff;
  color: #000000;
}
.footer-images {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap; /* ← permet le passage à la ligne */
}

.footer-images img.img-footer {
  width: 600px;
  max-width: 100%; /* ← utile sur petits écrans */
  height: auto;
  border: 2px solid white;
}
#carouselGrossesse .carousel-item img {
  max-height: 500px; /* ✅ ajuste ici selon la hauteur désirée */
  object-fit: contain; /* ✅ évite que les images soient rognées */
  width: 100%;
  margin: 0 auto;
}


.top-photo {
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 60%;
  border: 3px solid white;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}


/* ======= NAVBAR ======= */

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='black' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar {
  background: var(--blanc) !important;
}
.navbar .nav-link {
  color: var(--noir) !important;
}
.navbar .nav-link:hover {
  color: var(--or) !important;
}
navbar
footer {
  background: var(--blanc);
  color: var(--noir);
}

/* ======= TITRE PAGE ======= */
.title-naissance h1 {
  font-family: 'Oyget!', cursive;
  font-size: 2.5rem;
  color: white;
}
.title-naissance h1 span {	
  font-family: sans-serif;
  font-size: 1.2rem;
  margin-top: 0.5rem;
  color: #fff;
}
.title-portrait h1 {
  font-family: 'Oyget!', cursive;
  font-size: 6.5rem; 
  color: white;
}
.title-portrait h1 span {	
  font-family: sans-serif;
  font-size: 2.0rem;
  margin-top: 0.5rem;
  color: #fff;
}

/* ======= SECTION UNE (image gauche + texte) ======= */
.section-une {
  display: flex;
  flex-wrap: wrap;
  background: var(--noir) url('images/bg-n-b.png') no-repeat left bottom;
  background-size: cover;
  padding: 80px 20px;
  padding-bottom:180px;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.une-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.une-text, .une-image {
  flex: 1 1 500px;
  max-width: 600px;
  position: relative;
}

.une-text h3{	
  font-family:'Roboto';
  text-align: left;
}

.une-text h2 {
	color:white;
	font-size:1.3rem;
	text-align:left;
}

.une-text p strong{
  color: var(--or);
  text-align: left;
}
.une-text p span{
  font-family:'Oyget!';
  color: var(--or);
  text-transform: uppercase;
  font-size:2rem;
}
.une-text p{
  color: var(--or);
  text-align: left;
}
.une-image img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  position:relative;
  top:-50px;
}
.image-bg {
  background-color: #ffbe46;
  width: 30%;
  height: 100%;
  position: absolute;
  bottom: -50px;
  left: -40px;
  z-index: 0;
}

.section-une-p {
  display: flex;
  flex-wrap: wrap;
  background: var(--noir) url('images/bg-n-b.png') no-repeat left bottom;
  background-size: cover;
  padding: 80px 20px;
  padding-bottom:180px;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.une-content-p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.une-text-p, .une-image-p {
  flex: 1 1 500px;
  max-width: 600px;
  position: relative;
}

.une-text-p h3{	
  font-family:'Roboto';
  text-align: center;
  font-size:1.8rem;
}

.une-text-p h2 {
	color: var(--or);
	font-size:1.5rem;
	text-align:center;
	text-transform:uppercase;
}

.une-text-p p strong{
  color: var(--or);
  text-align: left;
}
.une-text-p p{
  color: white;
  text-align: left;
  font-size:1.5rem;
}
.une-image-p img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  position:relative;
  top:70px;
}
.image-bg-p {
  background-color: #ffbe46;
  width: 100%;
  height: 50%;
  position: absolute;
  top: 20px;
  left: -40px;
  z-index: 0;
}


/* ======= SECTION DEUX (photo + superposition texte) ======= */
.section-deux {
  position: relative;
  background-color: var(--noir);
  padding: 60px 20px;
  overflow: hidden;
}
.deux-bg-deco {
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 100%;
  background: url('images/bg-n-d.png') no-repeat right bottom;
  background-size: cover;
  z-index: 0;
}
.deux-top-text h1{	
  color:white;
}
.section-deux-p {
  position: relative;
  background-color: var(--noir);
  padding: 60px 20px;
  overflow: hidden;
}
.deux-bg-deco-p {
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 100%;
  background: url('images/bg-n-d.png') no-repeat right bottom;
  background-size: cover;
  z-index: 0;
}
.deux-top-text-p h1{	
  color:white;
   text-transform:uppercase;
   font-size:2rem;
}
.deux-top-text-p h2{	
  color:var(--or);
   text-transform:uppercase;
   font-size:2.5rem;
}
.deux-top-text-p {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto 50px;
}

.deux-top-text-p p{
  text-align:left;
}

.deux-top-text-g p{
  text-align:left;
}
.deux-top-text-g {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto 50px;
  text-align:left;
}
.deux-top-text {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto 50px;
}
.deux-layout {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  gap: 40px;
}
.deux-photo-container {
  position: relative;
  max-width: 700px;
  flex: 0 0 auto;
  width: 100%;
  margin-right: 30px;
}
.deux-photo {
  width: 100%;
  height: auto;
  display: block;
  z-index: 2;
  position: relative;
}
.gold-rectangle {
  position: absolute;
  top: 100px;
  right: -150px;
  width: 250px;
  height: 100%;
  background-color: var(--or);
  z-index: 1;
}
.deux-overlay-text {
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 3;
}
.deux-overlay-text-p {
  position: absolute;
  right: 25%;
  bottom:380px;
  width: 100%;
  text-align: center;
  z-index: 3;
}
.deux-overlay-text-f {
  position: absolute;
  right: 25%;
  bottom:450px;
  width: 100%;
  text-align: center;
  z-index: 3;
}
.deux-overlay-g {
  position: absolute;
  top: 180px;
  left: 200px;
  width: 100%;
  text-align: center;
  z-index: 3;
}
.deux-overlay-text h2 {
  font-size: 2.5rem;
  text-shadow: 1px 1px 3px #000;
}

.btn-reserver2 {
  position: absolute;
  top: 100%;
  left: 75%;
  transform: translateX(-50%);
  background-color: white;
  color: black;
  padding: 10px 25px;
  margin-top:
  50px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  z-index: 4;
 }

.btn-reserver2:hover {
  background: #ffbe46;
  color: black;
}

/* ======= SECTION TROIS (photo centrale) ======= */
.section-trois h3{
	color:white;
	font-family:'Roboto';
	z-index:3;
	position:relative;
}

 .section-trois h1 { 
	  text-transform:uppercase;
}
.section-trois h2{ 
	  text-transform:uppercase;
}
.section-trois {
  padding: 60px 20px;
  background: url("images/bg-n-dg.png") no-repeat center;
  background-size: contain;
}

.photo-centrale {
  position: relative;
  max-width: 700px;
  margin: 2rem auto;
}
.photo-centrale img {
  width: 100%;
  display: block;
  z-index: 2;
  position: relative;
}
.photo-centrale::before {
  content: '';
  position: absolute;
  bottom: -160px;
  left: -70px;
  width: 250px;
  height: 120%;
  background-color: var(--or);
  z-index: 1;
}
/*grossesse*/
.section-trois-g h3{
	color:white;
	font-family:'Roboto';
	z-index:3;
	position:relative;
}

 .section-trois-g h1 { 
	  text-transform:uppercase;
}
.section-trois-g h2{ 
	  text-transform:uppercase;
}
.section-trois-g p{ 
	  font-size:1.5rem;
}
.section-trois-g {
  padding: 60px 20px;
  background: url("images/bg-n-dg.png") no-repeat center;
  background-size: contain;
}

.photo-centrale-g {
  position: relative;
  max-width: 700px;
  margin: 2rem auto;
}
.photo-centrale-g img {
  width: 100%;
  display: block;
  z-index: 2;
  position: relative;
}
.photo-centrale-g::before {
  content: '';
  position: absolute;
  top: 120px;
  left: -70px;
  width: 250px;
  height: 80%;
  background-color: var(--or);
  z-index: 1;
}

/* ======= SECTION QUATRE (image gauche + texte droite) ======= */
.section-quatre {
  display: flex;
  flex-wrap: wrap;
  background: url("images/bg-n-b.png") no-repeat center;
  background-size: cover;
  padding: 10px 20px;
  color: white;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.section-quatre .image-quatre {
  position: relative;
  max-width: 450px;
  flex: 1 1 300px;
  left:-75px;
}

.image-quatre img {
  width: 100%;
  height: auto;
  z-index: 2;
  position: relative;
}

.image-quatre::before {
  content: '';
  position: absolute;
  bottom: -55px;
  right: -50px;
  width: 250px;
  height: 100%;
  background-color: #ffbe46;
  z-index: 1;
}

.section-quatre .texte-quatre {
  flex: 1 1 300px;
  max-width: 700px;
}

.section-quatre h1 {
  font-family: 'Oyget!', sans-serif;
  font-size: 4rem;
  margin-bottom: 20px;
  color: #ffbe46;  
text-transform: uppercase;
}
.section-quatre h3 {
  font-family: 'Oyget!', sans-serif;
  font-size: 2rem;
  margin-bottom: 20px;
  color: #ffbe46;
text-transform: uppercase;
}

.section-quatre p {
  font-size: 1.5rem;
  line-height: 1.6;
}

.section-quatre-p {
  display: flex;
  flex-wrap: wrap;
  background: url("images/bg-n-dg.png") no-repeat center;
  background-size: cover;
  padding: 10px 20px;
  color: white;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.section-quatre-p .image-quatre-p {
  position: relative;
  max-width: 650px;
  flex: 1 1 300px;
  left:-75px;
}

.image-quatre-p img {
  top:-120px;
  width: 100%;
  height: auto;
  z-index: 2;
  position: relative;
}

.image-quatre-p::before {
  content: '';
  position: absolute;
  bottom:50px;
  left: -60px;
  width: 250px;
  height: 80%;
  background-color: #ffbe46;
  z-index: 1;
}

.section-quatre-p .texte-quatre-p {
  flex: 1 1 300px;
  max-width: 700px;
}

.section-quatre-p h1 {
  font-family: 'Oyget!', sans-serif;
  font-size: 4rem;
  margin-bottom: 20px;
  color: #ffbe46;  
text-transform: uppercase;
}
.section-quatre-p h3 {
  font-family: 'Oyget!', sans-serif;
  font-size: 2rem;
  margin-bottom: 20px;
  color: #ffbe46;
text-transform: uppercase;
}

.section-quatre-p p {
  font-size: 1.5rem;
  line-height: 1.6;
}


/* ======= SECTION CINQ (image gauche + texte droite) ======= */

.section-cinq {
  position: relative;
  background-color: #000;
  color: #fff;
  padding: 80px 20px;
  overflow: hidden;
  background: url("images/bg-n-d.png") no-repeat top center;
  background-size: contain;  
}
.section-cinq-p {
  position: relative;
  background-color: #000;
  color: #fff;
  padding-bottom:80px;
  overflow: hidden;
  background: url("images/bg-n-b.png") no-repeat top center;
  background-size: contain;  
}


.cinq-content {
  position: relative;
  z-index: 2;
}

/* Titre */
.cinq-title {
  text-align: center;
  font-size: 4.5rem;
  color: #ffbe46;
  font-weight: bold;
  margin-bottom: 3rem;
  font-family: 'Roboto';
}
.cinq-title-g {
  text-align: center;
  font-size: 3.0rem;
  color: #ffbe46;
  font-weight: bold;
  margin-bottom: 3rem;  
  font-family: 'Oyget!';
  text-transform:uppercase;
}


/* Disposition */
.cinq-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}
.cinq-layout-g {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  margin-bottom:150px;
}
.cinq-layout-g h2{
	position:absolute;
	color:white;
	font-size:3.0rem;
	z-index:3;
	top:200px;
}

/* Texte à gauche */
.cinq-texte {
  flex: 1 1 500px;
  max-width: 600px;
  margin-top:150px;
}

.cinq-texte p {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  line-height: 1.6;
  text-align:left;
}

.cinq-texte-p {
  flex: 1 1 500px;
  max-width: 600px;
  margin-top:50px;
}

.cinq-texte-p p {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  line-height: 1.6;
  text-align:left;
}
.cinq-texte-p h3 {
	text-transform:uppercase;
}

.cinq-texte2 {
  position:relative;
  top:-160px;
}

.cinq-texte2 p {
  font-size: 2.8rem;
  margin-bottom: 1.0rem;
  line-height: 1.0;
  text-align:left;
}

.cinq-texte-bottom {
  flex: 1 1 500px;
}
.cinq-texte-g {
  flex: 1 1 500px;
  max-width: 600px;
}

.cinq-texte-g p {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  line-height: 1.6;
  text-align:left;
}

.cinq-texte2-g {
  position:relative;
  top:-160px;
}

.cinq-texte2-g p {
  font-size: 2.8rem;
  margin-bottom: 1.0rem;
  line-height: 1.0;
  text-align:left;
}

.cinq-texte-bottom-g {
  flex: 1 1 500px;
}

.highlight-orange {
  color: #ffbe46;
  font-family: 'Oyget!', cursive;
  font-size: 3.0rem;
  font-weight: bold;
}
.cinq-div-cle {
	position:relative;
	top:-75px;
	left:130px;
}

.cinq-mot-cle {
  font-size: 8rem;
  font-weight: bold;
  margin: 0.5rem 0;
  color: #fff;
  font-family: 'Roboto';
}

/* Image à droite */
.cinq-image-wrapper {
  position: relative;
  flex: 1 1 400px;
  max-width: 500px;
  right:100px;
}

.cinq-image-bg {
  position: absolute;
  bottom: -20px;
  right: -100px;
  width: 80%;
  height: 80%;
  background-color: #ffbe46;
  z-index: 0;
}
.cinq-image-bg-p{
  position: absolute;
  top:-130px;
  left: -100px;
  width: 50%;
  height: 140%;
  background-color: #ffbe46;
  z-index: 0;
}

.cinq-image {
  width: 100%;
  top:-60px;
  display: block;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
}

.section-six {
  top:-100px;
  position: relative;
  background-color: #000;
  background-image: url("images/bg-n-c.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.six-wrapper {
  position: relative;
  max-width: 800px;
  width: 100%;
}

.six-image {
  width: 100%;
  height: auto;
  display: block;
  z-index: 2;
  position: relative;
  box-shadow: 0 4px 20px rgba(0,0,0,0.5);
}
.section-six-p {
  position: relative;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.six-texte-p {
  position:absolute;
  top:40px;
  z-index:3;
  text-transform:uppercase;
  width:70%;  
}

.six-texte-p p{
  font-size:1.4rem;
  font-family: 'Oyget!', cursive;
 }
 
.six-wrapper-p {
  position: relative;
  max-width: 1200px;
  width: 100%;
}

/* Rectangles décoratifs dorés */

.six-rectangle {
  position: absolute;
  background-color: #ffbe46;
  width: 400px;
  height: 250px;
  z-index: 1;
}

.six-rectangle-top-left {
  top: -60px;
  left: -90px;
}

.six-rectangle-bottom-right {
  bottom: -60px;
  right: -90px;
}

.btn-six {
	position:relative;
}

.section-faq {
  background: url("images/bg-n-c.png") no-repeat center;
  background-size: cover;
  padding: 80px 20px;
  color: #000;
}

.faq-container {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq-item {
  background: white;
  border-radius: 20px;
  padding: 20px 30px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.faq-item:hover {
  background: #ffbe46;
  color: black;
}

.faq-question {
  font-size: 1.3rem;
}

.faq-answer {
  font-size: 1rem;
  margin-top: 15px;
  display: none;
  animation: fadeIn 0.4s ease;
}

.faq-item.active .faq-answer {
  display: block;
}

.tarif-img {
  position:relative;
  width: fit-content;
  margin: auto;
  padding:40px;
  z-index: 1;
}
.tarif-img  img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
}
.tarif-cadre img{
	position:relative;
	margin:50px;
    z-index: 1;
}
.tarif-cadre img:hover {
      transform: scale(1.04);
}
.tarif-un-bg {
  background-color: #ffbe46;
  width: 15%;
  height: 40%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
}

.tarif-deux-bg{
  background-color: #ffbe46;
  width: 50%;
  height: 15%;
  position: absolute;
  top:0px;
  right:0px;
  z-index: 0;
}
.tarif-trois-bg{
  background-color: #ffbe46;
  width: 30%;
  height: 50%;
  position: absolute;
  bottom:0px;
  left:0px;
  z-index: 0;
}
.tarif-quatre-bg-left{
  background-color: #ffbe46;
  width: 30%;
  height: 30%;
  position: absolute;
  top:0px;
  left:0px;
  z-index: 0;
}
.tarif-quatre-bg-right{
  background-color: #ffbe46;
  width: 30%;
  height: 30%;
  position: absolute;
  bottom:0px;
  right:0px;
  z-index: 0;
}

/* Simple animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-5px); }
  to   { opacity: 1; transform: translateY(0); }
}
.fancybox__container {
  max-width: 90vw;
  max-height: 90vh;
}

.fancybox__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.fancybox__slide img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  margin: auto;
}
.login-wrapper {
  max-width: 400px;
  background-color: #000;
  border-radius: 8px;
  padding: 40px 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  background: #000;
  color: #fff;
}
.login-wrapper h2 {
  font-size: 2rem;
  color: #ffbe46;
}

.login-wrapper .btn-primary {
  background-color: #ffbe46;
  border-color: #ffbe46;
  color: #000;
}

.login-wrapper .btn-primary:hover {
  background-color: #e0a000;
  border-color: #e0a000;
  color: #fff;
}

.login-wrapper a {
  color: #ffbe46;
  text-decoration: underline;
}

.login-wrapper a:hover {
  color: #fff;
  text-decoration: none;
}
.presentation-photo {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

/* Responsive 
@media (max-width: 768px) {
  .cinq-layout {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .cinq-title {
    font-size: 1.8rem;
  }

  .cinq-mot-cle {
    font-size: 3rem;
  }

  .highlight-orange {
    font-size: 1.2rem;
  }
  .six-rectangle {
    width: 80px;
    height: 80px;
  }

  .six-rectangle-top-left {
    top: -15px;
    left: -15px;
  }

  .six-rectangle-bottom-right {
    bottom: -15px;
    right: -15px;
  }
  
  .faq-question {
    font-size: 1.1rem;
  }
  .faq-answer {
    font-size: 0.95rem;
  }
}
*/
/* ======= RESPONSIVE ======= */


@media (max-width: 360px) {
	
	
  .section-une {
    padding: 0px 15px;
  }
  .section-deux {
    padding: 0px 15px;
	padding-bottom:120px;
	top:-50px;
  }
  .section-trois {
    padding: 40px 15px;
  }
  .section-quatre {
    padding: 0px 15px;
	padding-top: 40px;
  }
  .section-cinq {
    padding: 0px 15px;
	padding-top:10px;
  }
  .une-content, .deux-layout {
    flex-direction: column;
    text-align: center;
  }
  .une-text {
	  padding-bottom:30px;
  }
  .image-bg {
	  height:40%;
	  width:30%;
	  top:60px;
	  left:-20px;
  }
  .gold-rectangle{
	  top:70px;
  }
  
  .deux-overlay-text {
    top: 5%;
  }
  .deux-overlay-text h2 {
    font-size: 1.4rem;
  }
  .une-image {
	  flex: 1 1 300px;
  }
  .photo-centrale::before {
	  top:20px;	  
  }
  .image-quatre::before {
	  bottom:-40px;
  }
  .texte-quatre h1 {
	  font-size:2.5rem;
  }
  
  .cinq-layout {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .cinq-title {
    font-size: 1.8rem;
	margin-bottom:0px;
  }
  .cinq-texte {
	  margin-top:0px;
  } 
  .cinq-texte p{	  
	  font-size:1.5rem;
  }  
  .cinq-texte2 p{	  
	  font-size:1.5rem;
  }
  .cinq-image-bg {
	  width:40%;
	  height:40%;
	  top:20px;
	  right:-40px;
  }
  .cinq-image-wrapper {
	  flex:1 1 150px;
  }
  .cinq-div-cle {
    top: -90px;
	left:80px;
  }
  .cinq-mot-cle {
    font-size: 3rem;
  }
  .cinq-texte-bottom {
	flex: 1 1 200px;
  }

  .highlight-orange {
    font-size: 1.2rem;
	top:-60px;
	position:relative;
  }

  .six-rectangle {
    width: 80px;
    height: 80px;
  }

  .six-rectangle-top-left {
    top: -15px;
    left: -15px;
  }

  .six-rectangle-bottom-right {
    bottom: -15px;
    right: -15px;
  }
  
	.btn-six {
		position:relative;
		top:-50px;
	}
  .section-faq {
		padding:0px 20px;
	}
  .faq-question {
    font-size: 1.1rem;
  }
  .faq-answer {
    font-size: 0.95rem;
  }
  .six-texte-p {
  position:abolute;
  top:0px;
  z-index:3;
  text-transform:uppercase;
  width:70%;  
}

.six-texte-p p{
  font-size:1.2rem;
  font-family: 'Oyget!', cursive;
 }
  

  h1 {
    font-size: 2rem;
  }

  .btn-reserver {
    font-size: 1rem;
    padding: 8px 20px;
  }
  .btn-reserver2 {
    font-size: 1rem;
    padding: 8px 20px;
	margin-top:180px;
	margin-left:-140px;
  }
  

  
  /*swiper*/
	.swiper {
	  height: 200px;
	}

	.swiper-slide img {
	  width: 200px;
	}
  .tarif {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    padding: 0 10px;
  }

  .tarif-img {
    padding: 0;
    width: 100%;
  }

  .tarif-img img {
    width: 100%;
    height: auto;
  }

  .tarif-cadre img {
    margin: 20px auto;
    max-width: 90%;
    display: block;
  }

  /* Les blocs jaunes se repositionnent automatiquement si nécessaire */
  .tarif-un-bg,
  .tarif-deux-bg,
  .tarif-bg {
    display: none; /* Tu peux les cacher en mobile ou les repositionner à la demande */
  }
  .title-portrait h1 {
    font-size: 1.5rem;
    text-align: center;
    padding: 0 10px;
  }

  .une-content-p {
    flex-direction: column;
    gap: 30px;
    padding: 0 10px;
  }

  .une-text-p, .une-image-p {
    width: 100% !important;
    text-align: center;
  }

  .une-text-p h3,
  .une-text-p h2 {
    font-size: 1.2rem;
  }

  .une-text-p p {
    font-size: 1rem;
    padding: 0 5px;
  }

  .une-image-p img {
    width: 100%;
    height: auto;
  }

  .section-deux-p .deux-top-text-p {
    padding: 0 10px;
    text-align: center;
  }

  .section-deux-p .deux-top-text-p h1,
  .section-deux-p .deux-top-text-p h2 {
    font-size: 1.3rem;
  }

  .section-deux-p .deux-top-text-p p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  .deux-overlay-text-p {
	bottom:550px;  
  }

  .deux-overlay-text-f {
	bottom:600px;  
  }
  .deux-layout .btn-reserver2 {
    display: block;
    margin: 20px auto;
  }

  .section-quatre-p {
    flex-direction: column;
    display: flex;
    padding: 0 10px;
  }
  .section-quatre-p .image-quatre-p  {
	left:0px;
  }

  .image-quatre-p img {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
	top:20px;
  }

  .texte-quatre-p {
    text-align: center;
    padding: 0;
  }

  .texte-quatre-p h1 {
    font-size: 1.3rem;
  }

  .texte-quatre-p p,
  .texte-quatre-p h3 {
    font-size: 1rem;
  }

  .section-cinq-p .cinq-layout {
    flex-direction: column;
    display: flex;
    gap: 30px;
  }

  .cinq-texte-p,
  .cinq-image-wrapper {
    width: 100%;
    text-align: center;
    padding: 0 10px;
  }
  .cinq-texte-p p{
	  font-size:1.2rem;
  }
  .cinq-image-bg-p {
	  display:none;
  }

  .cinq-image-wrapper img {
    width: 100%;
    height: auto;
  }

  .section-six-p .six-texte-p {
    text-align: center;
    padding: 0 10px;
    font-size: 1rem;
  }

  .six-wrapper-p {
    position: relative;
    padding: 0 10px;
  }

  .six-image {
    width: 100%;
    height: auto;
  }

  .six-rectangle {
    width: 60px;
    height: 60px;
  }

  .section-faq .faq-container {
    padding: 0 10px;
  }

  .faq-question {
    font-size: 1rem;
  }

  .faq-answer {
    font-size: 0.95rem;
    line-height: 1.5;
    padding: 10px 5px;
  }

	
}@media (max-width: 430px) {
  .container-logo img{
	  width:70%;
	  top:-30px;
  }
  .container-hyppo img{
	  height:100px;
  }
  .section-une {
    padding: 0px 15px;
  }
  .section-deux {
    padding: 0px 15px;
	padding-bottom:120px;
	top:-50px;
  }
  .section-trois {
    padding: 40px 15px;
	padding-top:0px;
  }
  .section-quatre {
    padding: 0px 15px;
	padding-top: 40px;
  }
  .section-cinq {
    padding: 0px 15px;
	padding-top:10px;
  }
  .une-content, .deux-layout {
    flex-direction: column;
    text-align: center;
  }
  .une-text {
	  padding-bottom:30px;
  }
  .image-bg {
	  height:40%;
	  width:30%;
	  top:80px;
	  left:-20px;
  }
  .gold-rectangle{
	  top:70px;
  }
  
  .deux-overlay-text {
    bottom: 0px;
  }
  .deux-overlay-text h2 {
    font-size: 1.4rem;
  }
  .deux-overlay-g {
	 top:360px;
	 left:60px;
  }
  .deux-overlay-g h1{
	 font-size:0.8rem;
  }
  .section-trois-g p {
	  font-size:1.2rem;
  }
  .une-image {
	  flex: 1 1 300px;
  }
  .photo-centrale::before {
	  top:20px;	  
  }
  .photo-centrale-g::before {
	  top:-20px;	  
  }
  .image-quatre::before {
	  bottom:-40px;
  }
  .texte-quatre h1 {
	  font-size:2.0rem;
  }
  
  .texte-quatre p {
	  font-size:1.2rem;
  }
  
  .cinq-layout {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .cinq-title {
    font-size: 1.8rem;
	margin-bottom:0px;
  }
  .cinq-title-g {
    font-size: 1.8rem;
	margin-bottom:0px;
  }
  .cinq-texte-g h2{
    font-size: 1.8rem;
	margin-bottom:0px;
  }
  .cinq-texte-g p{
    font-size: 1.2rem;
  }
  .cinq-texte {
	  margin-top:0px;
  } 
  .cinq-texte-g {
	  top:0px;
  } 
  .cinq-texte p{	  
	  font-size:1.2rem;
  }   
  .cinq-texte-p p{
	  font-size:1.2rem;
  }
  .cinq-texte2 p{	  
	  font-size:1.5rem;
  }
  .cinq-image-bg {
	  width:40%;
	  height:40%;
	  top:20px;
	  right:-40px;
  }
  .cinq-image-wrapper {
	  flex:1 1 150px;
	  right:0px;
	  top:20px;
  }
  .cinq-div-cle {
    top: -90px;
	left:70px;
  }
  .cinq-mot-cle {
    font-size: 3rem;
  }
  .cinq-texte-bottom {
	flex: 1 1 200px;
  }

  .highlight-orange {
    font-size: 1.2rem;
	top:-60px;
	position:relative;
  }

  .six-rectangle {
    width: 80px;
    height: 80px;
  }

  .six-rectangle-top-left {
    top: -15px;
    left: -15px;
  }

  .six-rectangle-bottom-right {
    bottom: -15px;
    right: -15px;
  }
  
	.btn-six {
		position:relative;
		top:-50px;
	}
  .section-faq {
		padding:0px 20px;
	}
  .faq-question {
    font-size: 1.1rem;
  }
  .faq-answer {
    font-size: 0.95rem;
  }
  

  h1 {
    font-size: 2rem;
  }

  .btn-reserver {
    font-size: 1rem;
    padding: 8px 20px;
  }
  .btn-reserver2 {
    font-size: 1rem;
    padding: 8px 20px;
	margin-top:200px;
	margin-left:-140px;
  }
  

  
  /*swiper*/
	.swiper {
	  height: 200px;
	}

	.swiper-slide img {
	  width: 220px;
	}
  .tarif {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    padding: 0 10px;
  }

  .tarif-img {
    padding: 0;
    width: 100%;
  }

  .tarif-img img {
    width: 100%;
    height: auto;
  }

  .tarif-cadre img {
    margin: 20px auto;
    max-width: 90%;
    display: block;
  }

  /* Les blocs jaunes se repositionnent automatiquement si nécessaire */
  .tarif-un-bg,
  .tarif-deux-bg,
  .tarif-bg {
    display: none; /* Tu peux les cacher en mobile ou les repositionner à la demande */
  }
  .title-portrait h1 {
    font-size: 2.0rem;
    text-align: center;
    padding: 0 10px;
  }
  .title-portrait h1 span{
    font-size: 1.2rem;
    text-align: center;
    padding: 0 10px;
  }

  .une-content-p {
    flex-direction: column;
    gap: 30px;
    padding: 0 10px;
  }

  .une-text-p, .une-image-p {
    width: 100% !important;
    text-align: center;
  }

  .une-text-p h3,
  .une-text-p h2 {
    font-size: 1.2rem;
  }

  .une-text-p p {
    font-size: 1rem;
    padding: 0 5px;
  }

  .une-image-p img {
    width: 100%;
    height: auto;
  }

  .section-deux-p .deux-top-text-p {
    padding: 0 10px;
    text-align: center;
  }

  .section-deux-p .deux-top-text-p h1,
  .section-deux-p .deux-top-text-p h2 {
    font-size: 1.3rem;
  }

  .section-deux-p .deux-top-text-p p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }

  .deux-layout .btn-reserver2 {
    display: block;
    margin: 20px auto;
  }
  
  .deux-overlay-text-f {
	bottom:620px;  
  }

  .deux-overlay-text-p {
	bottom:550px;  
  }
  .section-quatre-p {
    flex-direction: column;
    display: flex;
    padding: 0 10px;
  }
  
  .section-quatre-p .image-quatre-p  {
	left:0px;
  }

  .image-quatre-p img {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
	top:0px;
  }
  
  .texte-quatre-p {
    text-align: center;
    padding: 0;
  }

  .texte-quatre-p h1 {
    font-size: 1.3rem;
  }

  .texte-quatre-p p,
  .texte-quatre-p h3 {
    font-size: 1rem;
  }

  .section-cinq-p .cinq-layout {
    flex-direction: column;
    display: flex;
    gap: 30px;
  }

  .cinq-texte-p,
  .cinq-image-wrapper {
    width: 100%;
    text-align: center;
    padding: 0 10px;
  }

  .cinq-image-wrapper img {
    width: 100%;
    height: auto;
  }
  .cinq-image-bg-p {
	  display:none;
  }

  .section-six-p .six-texte-p {
    text-align: center;
    padding: 0 10px;
    font-size: 1rem;
  }

  .six-wrapper-p {
    position: relative;
    padding: 0 10px;
  }

  .six-image {
    width: 100%;
    height: auto;
  }

  .six-rectangle {
    width: 60px;
    height: 60px;
  }

  .section-faq .faq-container {
    padding: 0 10px;
  }

  .faq-question {
    font-size: 1rem;
  }

  .faq-answer {
    font-size: 0.95rem;
    line-height: 1.5;
    padding: 10px 5px;
  }

  .six-texte-p {
  position:absolute;
  top:-100px;
  z-index:3;
  text-transform:uppercase;
  width:100%;  
}

.six-texte-p p{
  font-size:1.0rem;
  font-family: 'Oyget!', cursive;
 }
 .login-wrapper {
    padding: 30px 15px;
    margin: 0 10px;
  }
  .login-wrapper h2 {
    font-size: 1.5rem;
  }

  .present-title {
    height: 180px;
  }

  .present-title-text h1 {
    font-size: 2.5rem;
  }

  .section-present h2 {
    font-size: 1.6rem;
  }
.section-present p strong{
    font-size: 4rem;
  }

  .section-present-end-content p {
	margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
    font-size: 1rem;
  }
.section-present-end-content p span{
    font-size: 1.8rem;
  }

  .section-present-end-content .citation {
    font-size: 1.2rem;
  }
}
