* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  background-color: #fef8f5;
  color: #5b4a47;
  line-height: 1.6;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

h1, h2, h3 {
  font-family: 'Playfair Display', serif;
  color: #eaaa90;
  text-align: center;
  margin-bottom: 1rem;
}

/* Title sizing responsive */
h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.5rem; }

p, label, input, select, textarea, button {
  font-size: 1rem;
}

img {
  max-width: 100%;
  height: auto;
}

header.main-header {
  background: #fff;
  text-align: center;
  padding: 2rem 1rem;
  border-bottom: 1px solid #FAE8DE;
}

.logo {
  max-width: 100px;
  width: 100%;
  height: auto;
  border-radius: 20px;
  margin-bottom: 1rem;
  margin-top: 2rem;
}


.subtitle {
  color: #9e7878;
  font-style: italic;
}

.hero {
  background: #FFE0DA;
  padding: 4rem 1rem;
}

.hero1 {
  height: 50vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFE0DA;
  background-size: cover;
  background-position: center;
  padding: 0;
  margin: 0;
  border: none;

}

.hero1 img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}


.yes {
  text-align: center;
  color: #eaaa90;
  margin: 2rem 1rem;
}

.first-line { font-size: 1.2rem; }
.second-line { font-size: 1rem; }

.intro {
  padding: 3rem 1rem;
  text-align: center;
  background: #FFF3F0;
}

.videos {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  margin: 2rem auto;
}

.video-slider {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  margin: 2rem auto;
}

.gallery-button-container{
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  margin: 2rem auto;
}

.gallery-button{
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  margin: 2rem auto;
}


.video-container {
  width: 90%;
  max-width: 600px;
  background: #fff;
  padding: 1rem;
  border-radius: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  align-items: center;
}

.video-container:hover {
  transform: scale(1.02);
}

.video-container video {
  width: 100%;
  border-radius: 10px;
}

.caption {
  margin-top: 0.8rem;
  color: #b07575;
  font-weight: 500;

  text-align: center;
  
}

.cap {
  margin-top: 0.8rem;
  
  font-weight: 500;

  text-align: center;
  
}

.form-section {
  padding: 2rem 1rem;
  background: #fff;
  margin-top: 45px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

form .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

label {
  font-weight: bold;
}

input, select, textarea {
  padding: 0.8rem;
  border: 1px solid #E3B4B4;
  border-radius: 8px;
  width: 100%;
}

/* Boutons personnalisés */
a.button,
a.gallery-button,
a.download-button {
 background-color: #D2798C;
  color: white;
  padding: 12px 20px;
  border: none;
  font-size: 1rem;
  border-radius: 30px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  margin-top: 25px;
}

a.button:hover,
a.gallery-button:hover,
a.download-button:hover {
  background-color: #c8ae9e;
}

@media (max-width: 600px) {
  a.button,
  a.gallery-button,
  a.download-button {
    font-size: 0.9rem;
    padding: 10px 16px;
  }
}

.socials {
  padding: 3rem 1rem;
  text-align: center;
}

.socials .icons a {
  margin: 0 15px;
  text-decoration: none;
  color: #EAAA90;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

footer {
  padding: 2rem 1rem;
  text-align: center;
  background-color: #FBE8E3;
  color: #7c6464;
  font-size: 0.9rem;
}

/* About + photo */
.about-section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 20px;
}

.about-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;
}

.about-text {
  background-color: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(234, 170, 144, 0.2);
  flex: 1 1 400px;
}

.about-text h3 {
  font-size: 1.8rem;
  color: #D2798C;
  margin-bottom: 10px;
}

.about-photo img {
  width: 250px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.philosophy {
  font-weight: bold;
  color: #EAAA90;
  text-align: center;
  font-size: 1.2rem;
  margin-top: 20px;
  letter-spacing: 2px;
}

/* Coming Soon */
.coming-soon {
  position: relative;
  text-align: center;
  max-width: 800px;
  margin: 2rem auto;
  overflow: hidden;
  border-radius: 15px;
}

.coming-soon-image {
  width: 100%;
  filter: blur(2px);
  opacity: 0.9;
}

.coming-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.6);
  font-size: 4rem;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
  z-index: 1;
}

/* FAQ */
.faq-section {
  max-width: 800px;
  margin: 2rem auto;
  padding: 2rem;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(234, 170, 144, 0.2);
}

.faq-item {
  margin-bottom: 1rem;
  border-bottom: 1px solid #FAE8DE;
}

.faq-question {
  background: none;
  border: none;
  padding: 1rem;
  width: 100%;
  text-align: left;
  font-size: 1.1rem;
  font-weight: bold;
  color: #D2798C;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-answer {
  padding: 0 1rem 1rem;
  font-size: 1rem;
  color: #5b4a47;
  display: none;
}

.download-section {
  text-align: center;
  margin: 2rem auto;
  padding: 2rem;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(234, 170, 144, 0.2);
  max-width: 600px;
}

.download-button {
  display: inline-block;
  padding: 0.8rem 1.5rem;
  background-color: #D2798C;
  color: white;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
}

.download-button:hover {
  background-color: #EAAA90;
}

/* Responsive rules */
@media (max-width: 768px) {
  h1 { font-size: 2rem; }
  h2 { font-size: 1.6rem; }
  h3 { font-size: 1.3rem; }
  .coming-title, .centered { font-size: 2rem; }

  form .grid {
    grid-template-columns: 1fr;
  }

  .team-section {
    flex-direction: column;
    text-align: center;
  }

  .team-description {
    margin-left: 0;
 
    margin-top: 0.8rem;
   
    font-weight: 500;
  
    text-align: center;
  }
}

@media (max-width: 480px) {
  h1 { font-size: 1.6rem; }
  h2 { font-size: 1.3rem; }
  h3 { font-size: 1rem; }
  .coming-title, .centered { font-size: 1.6rem; }

  .video-container {
    width: 95%;
  }

  button {
    font-size: 1rem;
  }
}

.custom-button {
  background-color: #D2798C;
  color: white !important;
  padding: 12px 24px;
  border: none;
  font-size: 1rem;
  border-radius: 30px;
  cursor: pointer;
  text-decoration: none !important;
  display: inline-block;
  transition: background-color 0.3s ease;
  font-family: 'Open Sans', sans-serif;
}

.custom-button:hover {
  background-color: #EAAA90;
}

/* Centrer la section "Réservez votre créneau" */
.calendly-link {
  align-items: center;
  text-align: center;
  align-content: center;
  margin: 3rem auto;
  padding: 2rem 1rem;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(234, 170, 144, 0.2);
  max-width: 600px;
  background-color: #fff;
}
.calendly-link p {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  color: #D2798C;
}

.image-text-layout {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  flex-wrap: wrap;
}

.portrait {
  width: 300px;
  height: auto;
  border-radius: 50%;
  object-fit: cover;
  float: right;
  margin-left: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.about-text {
  flex: 1 1 400px;
}

.about-container.with-photo {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  flex-wrap: wrap;
}

.about-text {
  flex: 1 1 300px;
  line-height: 1.6;
}

.about-photo img {
  width: 250px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}



.container {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
  text-align: center;
}

.centered {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.portrait-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.portrait-image {
  width: 280px;
  height: 280px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  transition: transform 0.5s ease;
}

.portrait-image:hover {
  transform: scale(1.05);
}





.menu {
  position: relative;
  text-align: center;
  z-index: 999;
  margin-top: 15px;
}

.menu-toggle {
  font-size: 1.2rem;
  background: #fff;
  border: 2px solid #EAAA90;
  padding: 8px 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
  color: #D2798C;
}

.menu-toggle:hover {
  background: #f2f2f2;
}

.menu-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  list-style: none;
  margin: 10px auto 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  background-color: #fff;
  border-radius: 5px;
  visibility: hidden;
}

.menu-list.open {
  max-height: 500px;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  padding: 10px;
}

.menu-list a {
  text-decoration: none;
  color: #D2798C;
  font-weight: 600;
  padding: 5px 10px;
  transition: color 0.2s ease;
}

.menu-list a:hover {
  color: #c28aff;
}

/* Responsive */
@media (max-width: 768px) {
  .menu-list {
    flex-direction: column;
    align-items: center;
  }
}

