/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --color-bg: #000;
  --color-text: #fff;
  --color-accent: #D4AF37;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  font-family: 'Montserrat', sans-serif;
  background: var(--color-bg);
  color: var(--color-text);
  line-height: 1.6;
  padding-top: 90px;
}

/* Containers */
.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 3rem 0;
}

/* Header */
header {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  padding: 1rem 0;
  z-index: 1000;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  height: 50px;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 2rem;
}

nav a {
  text-decoration: none;
  color: var(--color-text);
  transition: color 0.3s;
}

nav a:hover {
  color: var(--color-accent);
}

/* ==================== */
/* Hero Section */
/* ==================== */
#hero {
  position: relative;
  min-height: 100vh;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}

.hero-slideshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slide.active {
  opacity: 1;
}

.hero-overlay {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 2rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 100%);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.hero-content {
  max-width: 800px;
  padding: 2rem;
  animation: fadeInUp 1s ease-out;
}

.hero-content h1 {
  font-size: 4.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--color-accent);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  letter-spacing: 2px;
}

.hero-subtitle {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  color: #fff;
  font-weight: 300;
  letter-spacing: 1px;
}

.hero-description {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto 2.5rem;
  color: #eee;
  line-height: 1.6;
}

.hero-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.btn {
  display: inline-block;
  padding: 0.8rem 2rem;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
}

.btn-primary {
  background-color: var(--color-accent);
  color: #000;
  border: 2px solid var(--color-accent);
}

.btn-primary:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.btn-secondary {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.hero-scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  opacity: 0.8;
  transition: opacity 0.3s ease;
  animation: bounce 2s infinite;
}

.hero-scroll:hover {
  opacity: 1;
}

.hero-scroll svg {
  margin-top: 0.5rem;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ==================== */
/* About Section */
/* ==================== */
.about-section {
  padding: 4rem 0;
  background-color: #0f0f0f;
  position: relative;
  overflow: hidden;
}

.about-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MCIgaGVpZ2h0PSI2MCIgdmlld0JveD0iMCAwIDYwIDYwIj48cGF0aCBkPSJNMzAgMTVjLTguMjg0IDAtMTUgNi43MTYtMTUgMTVzNi43MTYgMTUgMTUgMTUgMTUtNi43MTYgMTUtMTUtNi43MTYtMTUtMTUtMTVtMC0xNUM0MS44NTcgMCAzMCAxMS44NTcgMzAgMzBzMTEuODU3IDMwIDMwIDMwIDMwLTExLjg1NyAzMC0zMFM0OC4xNDMgMCAzMCAweiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRDRBRjM3IiBzdHJva2Utb3BhY2l0eT0iMC4xIiBzdHJva2Utd2lkdGg9IjEiLz48L3N2Zz4=');
  opacity: 0.1;
  z-index: 0;
}

.about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

.about-text {
  max-width: 600px;
}

.section-title {
  font-size: 2.5rem;
  color: var(--color-accent);
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
}

.section-divider {
  width: 80px;
  height: 3px;
  background-color: var(--color-accent);
  margin-bottom: 2rem;
}

.about-intro {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 2.5rem;
  color: #e0e0e0;
}

.about-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 3rem;
}

.feature {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.feature-icon {
  font-size: 1.8rem;
  color: var(--color-accent);
  min-width: 50px;
  text-align: center;
  padding-top: 0.5rem;
}

.feature h3 {
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

.feature p {
  color: #b0b0b0;
  line-height: 1.6;
  margin: 0;
}

.about-image {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-image:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.about-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.about-image:hover img {
  transform: scale(1.05);
}

/* ==================== */
/* Contact Section */
/* ==================== */
.contact-section {
  padding: 4rem 0;
  background-color: #0a0a0a;
  position: relative;
  overflow: hidden;
}

.contact-section .section-title {
  text-align: center;
  color: #fff;
  margin-bottom: 1rem;
}

.contact-section .section-subtitle {
  text-align: center;
  color: var(--color-accent);
  margin-bottom: 3rem;
  font-size: 1.2rem;
}

.contact-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-top: 3rem;
}

.contact-info h3 {
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  position: relative;
  padding-bottom: 1rem;
}

.contact-info h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  background: var(--color-accent);
}

.contact-item {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: flex-start;
}

.contact-icon {
  font-size: 1.5rem;
  margin-right: 1.5rem;
  color: var(--color-accent);
  min-width: 30px;
  text-align: center;
  margin-top: 0.3rem;
}

.contact-item p {
  margin: 0.3rem 0;
  color: #e0e0e0;
  line-height: 1.6;
}

.contact-item a {
  color: #e0e0e0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-item a:hover {
  color: var(--color-accent);
}

/* Map Styles */
.map-container {
  background: #1a1a1a;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.map-container h3 {
  color: #fff;
  padding: 1.5rem;
  margin: 0;
  font-size: 1.5rem;
  background: #111;
  border-bottom: 1px solid #222;
}

.map-wrapper {
  flex: 1;
  min-height: 400px;
  position: relative;
}

.map-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Form Styles */
#contact-form {
  margin-top: 3rem;
  background: #111;
  padding: 2.5rem;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

#contact-form label {
  display: block;
  color: #fff;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

#contact-form input,
#contact-form select,
#contact-form textarea {
  width: 100%;
  padding: 0.8rem 1rem;
  margin-bottom: 1.5rem;
  border: 1px solid #333;
  background: #1a1a1a;
  color: #fff;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

#contact-form input:focus,
#contact-form select:focus,
#contact-form textarea:focus {
  outline: none;
  border-color: var(--color-accent);
  box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.2);
}

#contact-form button[type="submit"] {
  background: var(--color-accent);
  color: #000;
  border: none;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}

#contact-form button[type="submit"]:hover {
  background: #e6c44a;
  transform: translateY(-2px);
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .contact-content {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  
  .map-wrapper {
    min-height: 350px;
  }
}

@media (max-width: 768px) {
  section {
    padding: 3rem 0;
  }
  
  .hero-section {
    min-height: 70vh;
    padding: 4rem 0 2rem;
  }
  
  .contact-section {
    padding: 3rem 0;
  }
  
  #contact-form {
    padding: 1.5rem;
  }
}

/* ==================== */
/* Discover Section */
/* ==================== */
.discover-section {
  padding: 6rem 0 4rem;
  min-height: 90vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.discover-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MCIgaGVpZ2h0PSI2MCIgdmlld0JveD0iMCAwIDYwIDYwIj48cGF0aCBkPSJNMzAgMTVjLTguMjg0IDAtMTUgNi43MTYtMTUgMTVzNi43MTYgMTUgMTUgMTUgMTUtNi43MTYgMTUtMTUtNi43MTYtMTUtMTUtMTVtMC0xNUM0MS44NTcgMCAzMCAxMS44NTcgMzAgMzBzMTEuODU3IDMwIDMwIDMwIDMwLTExLjg1NyAzMC0zMFM0OC4xNDMgMCAzMCAweiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRDRBRjM3IiBzdHJva2Utb3BhY2l0eT0iMC4xIiBzdHJva2Utd2lkdGg9IjEiLz48L3N2Zz4=');
  opacity: 0.1;
  z-index: 0;
}

.discover-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

.discover-text {
  color: #e0e0e0;
}

.discover-text h3 {
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.discover-subtitle {
  font-size: 1.2rem;
  color: var(--color-accent);
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.discover-description {
  margin-bottom: 2rem;
  line-height: 1.8;
}

.discover-description p {
  margin-bottom: 1.5rem;
}

.discover-cta {
  margin: 2rem 0;
  font-size: 1.1rem;
  color: #fff;
}

.discover-image {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.discover-image:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.discover-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

/* Media Queries pour la section Découvrez notre univers */
@media (max-width: 1024px) {
  .discover-section {
    padding: 5rem 0 3rem;
    min-height: auto;
  }
  
  .discover-content {
    gap: 3rem;
  }
  
  .discover-text h3 {
    font-size: 1.6rem;
  }
  
  .discover-subtitle {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  .discover-section {
    padding: 4rem 0 2rem;
  }
  
  .discover-content {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  
  .discover-text {
    order: 2;
    text-align: center;
  }
  
  .discover-image {
    order: 1;
    max-width: 80%;
    margin: 0 auto;
  }
  
  .discover-text h3 {
    font-size: 1.5rem;
  }
  
  .discover-description {
    margin-bottom: 1.5rem;
  }
  
  .discover-cta {
    margin: 1.5rem 0;
  }
}

@media (max-width: 480px) {
  .discover-section {
    padding: 3rem 0 1.5rem;
  }
  
  .discover-content {
    gap: 2rem;
  }
  
  .discover-text h3 {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
  }
  
  .discover-subtitle {
    font-size: 1rem;
    margin-bottom: 1.2rem;
  }
  
  .discover-description {
    font-size: 0.95rem;
    line-height: 1.7;
  }
  
  .discover-image {
    max-width: 100%;
  }
  
  .btn {
    padding: 0.7rem 1.5rem;
    font-size: 0.95rem;
  }
}

.discover-image:hover img {
  transform: scale(1.03);
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .hero-section {
    min-height: 80vh;
    padding: 5rem 0 3rem;
  }
  
  .hero-content h1 {
    font-size: 3.5rem;
  }
  
  .hero-subtitle {
    font-size: 1.5rem;
  }
  
  .about-content {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  
  .about-images {
    min-height: 400px;
    margin-top: 2rem;
  }
}

@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2.8rem;
  }
  
  .hero-subtitle {
    font-size: 1.3rem;
  }
  
  .hero-description {
    font-size: 1.1rem;
  }
  
  .hero-buttons {
    flex-direction: column;
    gap: 1rem;
  }
  
  .btn {
    width: 100%;
    text-align: center;
  }
  
  .about-features {
    grid-template-columns: 1fr;
  }
  
  .about-img-main {
    width: 100%;
    height: 300px;
    position: relative;
    margin-bottom: 2rem;
  }
  
  .about-img-secondary {
    display: none;
  }
}

#hero h1 {
  font-size: 3rem;
  color: var(--color-accent);
}

#hero p {
  font-size: 1.2rem;
  margin: 1rem 0;
}

.btn {
  display: inline-block;
  padding: 0.8rem 1.5rem;
  background: var(--color-accent);
  color: #000;
  font-weight: 600;
  border-radius: 5px;
  transition: 0.3s;
  text-decoration: none;
}

.btn:hover {
  background: #000;
  color: var(--color-accent);
  border: 1px solid var(--color-accent);
}

a:focus-visible, .btn:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}

/* Sections */
section h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
  color: var(--color-accent);
}

.about-img {
  display: block;
  margin: 2rem auto;
  max-width: 500px;
  border-radius: 10px;
}

/* Services */
.grid-services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.card {
  background: #1a1a1a;
  padding: 2rem;
  border-radius: 10px;
  transition: transform 0.3s;
  will-change: transform;
}

.card:hover {
  transform: translateY(-5px);
  border: 1px solid var(--color-accent);
}

/* Gallery */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.gallery-grid img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
}

.gallery-grid img:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(212, 175, 55, 0.3);
}

/* Video */
.video-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
  margin-top: 2rem;
}

.video-text {
  padding-right: 1rem;
}

.video-text h3 {
  font-size: 1.8rem;
  color: var(--color-accent);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.video-text h4 {
  font-size: 1.2rem;
  color: #ccc;
  margin-bottom: 1.5rem;
  font-weight: 400;
  font-style: italic;
}

.video-text p {
  margin-bottom: 1.2rem;
  line-height: 1.6;
}

.video-text p:last-child {
  margin-bottom: 0;
}

.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-player {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 10px;
}

/* ==================== */
/* Contact Section */
/* ==================== */
.contact-section {
  padding: 6rem 0;
  background-color: #0a0a0a;
  position: relative;
  overflow: hidden;
}

.contact-section .section-title {
  text-align: center;
  color: #fff;
  margin-bottom: 1rem;
  position: relative;
  font-size: 2.5rem;
}

.contact-section .section-subtitle {
  text-align: center;
  color: var(--color-accent);
  margin-bottom: 3rem;
  font-size: 1.2rem;
  font-weight: 500;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin-bottom: 4rem;
}

/* Formulaire de contact */
.contact-form-container {
  background: #111;
  padding: 2.5rem;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.contact-form-container h3 {
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
  padding-bottom: 1rem;
}

.contact-form-container h3::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: var(--color-accent);
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  display: block;
  color: #e0e0e0;
  margin-bottom: 0.8rem;
  font-weight: 500;
  font-size: 1rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.9rem 1.2rem;
  border: 1px solid #2a2a2a;
  background: #1a1a1a;
  color: #fff;
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.3s ease;
  font-family: inherit;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--color-accent);
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.2);
}

.form-group textarea {
  min-height: 120px;
  resize: vertical;
}

/* Section photo */
.contact-image-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  height: 100%;
}

.contact-image-wrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  flex: 1;
  min-height: 300px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.contact-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.contact-image-wrapper:hover img {
  transform: scale(1.03);
}

.contact-info-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: white;
  padding: 2rem;
  text-align: center;
}

.contact-info-overlay h3 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  color: #fff;
  font-weight: 600;
}

.contact-info-overlay p {
  color: var(--color-accent);
  margin-bottom: 1.5rem;
  font-weight: 500;
  font-size: 1.1rem;
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 1rem;
}

.social-links a {
  color: #fff;
  font-size: 1.5rem;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.1);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(5px);
}

.social-links a:hover {
  color: var(--color-accent);
  transform: translateY(-3px);
  background: rgba(212, 175, 55, 0.2);
}

/* Carte de coordonnées */
.contact-details-card {
  background: #111;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.contact-details-card h4 {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 1rem;
  font-weight: 600;
}

.contact-details-card h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: var(--color-accent);
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  gap: 1rem;
}

.contact-icon {
  color: var(--color-accent);
  font-size: 1.2rem;
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.contact-item p,
.contact-item a {
  color: #e0e0e0;
  margin: 0;
  line-height: 1.6;
  transition: color 0.3s ease;
  font-size: 1rem;
}

.contact-item a:hover {
  color: var(--color-accent);
  text-decoration: none;
}

/* Carte Google Maps */
.map-container {
  margin-top: 4rem;
  background: #111;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  padding: 2rem;
}

.map-container h3 {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
}

.map-wrapper {
  height: 400px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Styles responsifs */
@media (max-width: 1024px) {
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  
  .contact-image-wrapper {
    min-height: 400px;
  }
  
  .map-wrapper {
    height: 350px;
  }
}

@media (max-width: 768px) {
  .contact-section {
    padding: 4rem 0;
  }
  
  .contact-form-container,
  .contact-details-card {
    padding: 1.8rem;
  }
  
  .contact-info-overlay {
    padding: 1.5rem;
  }
  
  .contact-info-overlay h3 {
    font-size: 1.6rem;
  }
  
  .map-wrapper {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .contact-form-container,
  .contact-details-card {
    padding: 1.5rem;
  }
  
  .contact-info-overlay h3 {
    font-size: 1.4rem;
  }
  
  .contact-info-overlay p {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  
  .social-links a {
    width: 36px;
    height: 36px;
    font-size: 1.2rem;
  }
  
  .map-wrapper {
    height: 250px;
  }
}
  margin-top: 0.25rem;
}

.form-status.success {
  color: #6CCB5F;
}

.form-status.error {
  color: #FF6B6B;
}

/* Footer */
footer {
  text-align: center;
  padding: 1rem 0;
  background: #111;
  margin-top: 2rem;
  font-size: 0.9rem;
}

/* Compense header fixe lors du scroll par ancres */
section { scroll-margin-top: 90px; }

/* ===== RESPONSIVE DESIGN ===== */

/* Mobile Navigation */
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--color-text);
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0.5rem;
}

.mobile-menu-toggle:hover {
  color: var(--color-accent);
}

/* Tablet Styles (768px - 1024px) */
/* Gallery Section */
/* General Section Styling */
section {
  padding: 3.5rem 0;
  position: relative;
  overflow: hidden;
}

.section-title {
  text-align: center;
  font-size: 2.5rem;
  color: var(--color-accent);
  margin-bottom: 1rem;
  position: relative;
  padding-bottom: 1rem;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: var(--color-accent);
}

.section-subtitle {
  text-align: center;
  color: #aaa;
  margin-bottom: 3rem;
  font-size: 1.1rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  padding: 1rem 0;
}

.gallery-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

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

.gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  padding: 2rem 1rem 1rem;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  text-align: center;
}

.gallery-item:hover .gallery-overlay {
  transform: translateY(0);
}

.gallery-overlay h3 {
  color: #fff;
  font-size: 1.2rem;
  margin: 0;
  padding: 0.5rem 0;
  position: relative;
  display: inline-block;
}

.gallery-overlay h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background: var(--color-accent);
  transition: width 0.3s ease;
}

.gallery-item:hover .gallery-overlay h3::after {
  width: 60px;
}

@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1rem;
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .gallery-overlay {
    padding: 1.5rem 0.5rem 0.5rem;
  }
  
  .gallery-overlay h3 {
    font-size: 1rem;
  }
}

@media (max-width: 1024px) {
  .container {
    width: 95%;
    padding: 2rem 0;
  }
  
  #hero h1 {
    font-size: 2.5rem;
  }
  
  #hero p {
    font-size: 1.1rem;
  }
  
  section h2 {
    font-size: 1.8rem;
  }
  
  .grid-services {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
  }
  
  .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  
  .gallery-grid img {
    height: 250px;
  }
}

/* Mobile Styles (max-width: 768px) */
@media (max-width: 768px) {
  html {
    scroll-padding-top: 70px;
  }
  
  body {
    padding-top: 70px;
  }
  
  section {
    scroll-margin-top: 70px;
  }
  
  /* Header Mobile */
  header {
    padding: 0.5rem 0;
  }
  
  .header-content {
    padding: 0 1rem;
  }
  
  .logo {
    height: 40px;
  }
  
  /* Mobile Navigation */
  .mobile-menu-toggle {
    display: block;
  }
  
  nav ul {
    position: fixed;
    top: 70px;
    left: -100%;
    width: 100%;
    height: calc(100vh - 70px);
    background: rgba(0, 0, 0, 0.95);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 2rem;
    gap: 2rem;
    transition: left 0.3s ease;
    z-index: 999;
  }
  
  nav ul.active {
    left: 0;
  }
  
  nav a {
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
  }
  
  /* Hero Mobile */
  #hero {
    min-height: 80vh;
  }
  
  .hero-overlay {
    padding: 1.5rem;
    margin: 1rem;
  }
  
  #hero h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  
  #hero p {
    font-size: 1rem;
    margin: 0.5rem 0;
  }
  
  .btn {
    padding: 0.7rem 1.2rem;
    font-size: 0.9rem;
  }
  
  /* Container Mobile */
  .container {
    width: 95%;
    padding: 1.5rem 0;
  }
  
  /* Typography Mobile */
  section h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  /* Services Mobile */
  .grid-services {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .card {
    padding: 1.5rem;
  }
  
  /* Gallery Mobile */
  .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 0.5rem;
  }
  
  .gallery-grid img {
    height: 200px;
  }
  
  /* About Image Mobile */
  .about-img {
    max-width: 100%;
    margin: 1rem auto;
  }
  
  /* Video Mobile */
  .video-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .video-text {
    padding-right: 0;
    order: 2;
  }
  
  .video-container {
    order: 1;
  }
  
  .video-text h3 {
    font-size: 1.5rem;
  }
  
  .video-text h4 {
    font-size: 1.1rem;
  }
  
  .video-player {
    margin: 0 auto;
    border-radius: 5px;
    max-width: 300px;
  }
  
  /* Form Mobile */
  form {
    max-width: 100%;
    padding: 0 1rem;
  }
  
  form input,
  form textarea {
    padding: 0.7rem;
    font-size: 1rem;
  }
  
  form button {
    align-self: stretch;
    padding: 0.8rem;
  }
  
  /* Footer Mobile */
  footer {
    padding: 1rem;
    font-size: 0.8rem;
  }
}

/* Small Mobile Styles (max-width: 480px) */
@media (max-width: 480px) {
  .container {
    width: 98%;
    padding: 1rem 0;
  }
  
  .header-content {
    padding: 0 0.5rem;
  }
  
  .logo {
    height: 35px;
  }
  
  .hero-overlay {
    padding: 1rem;
    margin: 0.5rem;
  }
  
  #hero h1 {
    font-size: 1.8rem;
  }
  
  #hero p {
    font-size: 0.9rem;
  }
  
  section h2 {
    font-size: 1.3rem;
  }
  
  .card {
    padding: 1rem;
  }
  
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .gallery-grid img {
    height: 150px;
  }
  
  .about-img {
    margin: 0.5rem auto;
  }
  
  form {
    padding: 0 0.5rem;
  }
}