:root {
  --navy: #1e3550;
  --navy-light: #264468;
  --accent: #e07b2a;
}

body {
  font-family: 'Open Sans', sans-serif;
  background-color: #3e3c38;
  color: #2a2a2a;
  margin: 0;
}

a {
  text-decoration: none;
}

.page-wrapper {
  width: 100%;
}

/* Banner */
.logo-img {
  width: 320px;
  height: 320px;
  object-fit: contain;
  mix-blend-mode: screen;
  clip-path: inset(18% 14% 18% 7%);
  margin-bottom: -100px;
  margin-top: -40px;
}

.logo-text {
  font-family: 'Great Vibes', cursive;
  font-size: 5rem;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  margin-left: 30px;
}

.logo-text span {
  color: #a8d4f0;
}

.owner-name {
  font-family: 'Great Vibes', cursive;
  font-size: 2.6rem;
  color: #fff;
  line-height: 1.2;
}

.contact-line {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  color: #b8d0e8;
  margin-top: 2px;
}

.contact-line a,
.contact-line a:active {
  color: #a8d4f0;
}

.contact-line a:hover {
  color: #94C0DC;
}

.contact-line i {
  color: var(--accent);
}

.banner-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.6rem;
  font-weight: 800;
  letter-spacing: 6px;
  color: #fff;
  text-transform: uppercase;
}

/* Content */
.main-section-block, .section-block {
  background: transparent !important;
  padding: 15px 0; /* Espace entre les blocs */
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  color: #2a2a2a;
  font-weight: 600; /* Texte un peu plus épais */
}

.main-section-block .container,
.section-block .container {
  background: rgba(255, 255, 255, 0.3); /* Un peu plus opaque pour mieux lire */
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  max-width: 85%; /* C'est ici qu'on limite la largeur */
  margin: 0 auto; /* Centre le bloc */
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.main-heading {
  font-family: 'Playfair Display', serif;
  font-size: 2.6rem;
  font-weight: 700;
  color: #2b3f55;
}

.aerogommage-accroche {
  font-size: 1.6rem;
}

.surface-heading {
  font-size: 1.65rem;
  font-weight: 600;
  color: #2a2a2a;
  padding: 0;
  margin: 0;
}

.surface-heading img {
  height: 0.7rem;
  flex: 0 0 3rem;
  transform: translateY(1px);
}

.surface-block p {
  font-size: 1.4rem;
}

.section-heading {
  font-size: 1.8rem;
  font-weight: 600;
  color: #2a2a2a;
  margin-bottom: 20px;
  border-bottom: 2px solid var(--accent);
  display: inline-block;
}

.section-block p {
  font-size: 1.5rem;
  line-height: 1.75;
  color: #333;
  padding: 0;
}

.image-before-after {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
}

.image-before-after img {
  height: 300px;
  width: auto;
  object-fit: contain;
  display: block;
}

#carousel-aerogommage p {
  color: #ffffff;
  padding: 0;
  margin: 0;
}

#bloc-contact {
  /* 1. Apparence : Gris transparent */
  background: rgba(40, 40, 40, 0.7);
  backdrop-filter: blur(5px); /* Effet de flou sur le sable derrière */
  -webkit-backdrop-filter: blur(5px);

  /* 2. Texte */
  color: #ffffff;
  text-align: center;
  font-size: 1.7rem;
  padding: 10px;

  /* 3. Positionnement */
  margin-top: 20px;
  margin-bottom: 0;
  position: relative;
  z-index: 5;
  width: 100%;
}

#bloc-contact p {
  margin-bottom: 0.5rem;
}

#bloc-contact .contact {
  font-size: 1.9rem;
}

#bloc-contact .contact a {
  color: #ffffff;
  transition: color 0.2s ease;
}

#bloc-contact .contact a:hover {
  color: rgba(255, 255, 255, 0.7);
}

#bloc-contact .contact a:active {
  color: #ffffff;
}

/* Footer */
footer {
  color: #b8d0e8;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.85rem;
}

/* Media */
@media (max-width: 1199px) {
  .banner-title {
    font-size: 2.1rem;
  }

  .contact-line {
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) {
  .logo-img {
    width: 200px;
    height: 200px;
    margin-bottom: -60px;
    margin-top: -20px;
  }

  .logo-text {
    font-size: 3rem;
    margin-left: 15px;
  }

  .owner-name {
    font-size: 2rem;
  }

  .contact-line {
    font-size: 1.2rem;
  }

  .banner-title {
    font-size: 1.6rem;
    letter-spacing: 2px;
  }

  .main-section-block .container,
  .section-block .container {
    padding: 20px;
    max-width: 95%;
  }

  .main-heading {
    font-size: 1.6rem;
  }

  .section-heading {
    font-size: 1.4rem;
  }

  .image-before-after {
    flex-direction: row;
  }

  .image-before-after img {
    height: 200px;
  }

  #bloc-contact {
    font-size: 1.4rem;
    padding: 15px 10px;
  }

  #bloc-contact .contact {
    font-size: 1.1rem;
  }

  .contact-line {
    color: #1e3550;
    font-size: 1.6rem;
  }

  .contact-line a {
    color: #1e3550;
  }

  .owner-name {
    color: #1a2a3a;
    font-size: 2.4rem;
  }
}
