/* --- HERO ADM Maçonnerie 77 --- */
.hero {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

.hero img {
  height: 100%;
  width: auto;
  object-fit: contain;
  display: block;
  filter: none;
}
.hero img {
  opacity: 1
}

.hero-text {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
}

.hero-text h1 {
  font-size: 3.5rem;
  font-weight: 700;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.6);
}

.hero-text p {
  font-size: 1.5rem;
  margin-top: 30px;
  color: #f7941d;
}

.btn-hero {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 25px;
  background-color: #f7941d;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.btn-hero:hover {
  background-color: #d67a0f;
}

/* --- MENU --- */
.menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 25px;
  background: #f7941d;
  padding: 12px 0;
  margin-top: 20px;
}

.menu a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
}

.menu a:hover {
  text-decoration: underline;
}

.menu .facebook-icon img {
  width: 40px;
  height: 40px;
  display: block;
  filter: none;
  transition: opacity 0.3s ease;
}

.menu .facebook-icon img:hover {
  opacity: 0.7;
}
.section-intro {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
}

.section-intro h2 {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 40px;
    color: #333;
}

.intro-content {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.intro-text {
    flex: 1 1 550px;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #444;
}

.intro-text p {
    margin-bottom: 18px;
}

.intro-photo {
    flex: 1 1 350px;
}

.intro-photo img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    object-fit: cover;
}
.section-intro {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
}

.section-intro h2 {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 40px;
    color: #333;
}

.intro-wrapper {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.intro-text {
    flex: 1 1 550px;
    font-size: 1.15rem;
    line-height: 1.75;
    color: #444;
}

.intro-text p {
    margin-bottom: 18px;
}

.intro-photos {
    flex: 1 1 350px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.intro-photos img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    object-fit: cover;
}
.btn-secondary {
    display: inline-block;
    margin-top: 15px;
    margin-left: 15px;
    padding: 12px 25px;
    background-color: #555; /* gris foncé élégant */
    color: white;
    font-size: 1.1rem;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.btn-secondary:hover {
    background-color: #333;
}
.btn-orange {
    background-color: #f7941d !important;
    color: #fff !important;
    padding: 12px 22px;
    border-radius: 6px;
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
}
.btn-orange:hover {
    background-color: #e56e00 !important;
}
.hero::before,
.hero::after,
.overlay {
    background: transparent !important;
}
.section-avis-google {
    text-align: center;
    margin: 40px 0 20px;
}

.btn-avis {
    background-color: #ff7a00;
    color: #fff;
    padding: 12px 22px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
}

.btn-avis:hover {
    background-color: #e56e00;
}
.avis-clients {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

.avis-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.avis {
    background: #f7f7f7;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.avis-texte {
    font-style: italic;
    margin-bottom: 10px;
}

.avis-auteur {
    font-weight: bold;
    margin-bottom: 5px;
}

.etoiles {
    color: #ff7a00;
    font-size: 1.2rem;
}
.zones-intervention {
    text-align: center;
    font-family: Verdana, Geneva, sans-serif;
    margin: 40px auto;
    max-width: 900px;
}

.zones-intervention h3 {
    font-size: 1.6rem;      /* plus petit */
    color: #ff7a00;         /* orange ADM */
    margin-bottom: 20px;
    text-align: center;     /* bien centré */
}

.zones-intervention p,
.zones-intervention ul {
    font-size: 0,95rem;
    line-height: 1.6;
}

.zones-intervention ul {
    list-style: none;
    padding: 0;
}

.zones-intervention li {
    margin-bottom: 8px;
}
.footer-boutons {
    display: flex;
    justify-content: center;   /* centre horizontalement */
    gap: 20px;                 /* espace entre les boutons */
    margin: 40px 0;
}

.footer-btn {
    background: #444;
    color: #fff;
    padding: 12px 25px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.footer-btn:hover {
    background: #666;
}
.footer-boutons {
    text-align: center;
    margin: 40px 0;
}

.footer-btn {
    background: #444;
    color: #fff;
    padding: 12px 25px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    margin: 0 10px;
    display: inline-block;
}
/* ===== PAGE MENTIONS LÉGALES ===== */

.mentions-legales {
    max-width: 900px;
    margin: 60px auto;
    padding: 20px;
    line-height: 1.7;
    color: #333;
}

.mentions-legales h1 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 40px;
    color: #222;
}

.mentions-legales h2 {
    font-size: 22px;
    margin-top: 35px;
    margin-bottom: 10px;
    color: #444;
    border-left: 4px solid #ff7b00; /* même orange que ton bouton */
    padding-left: 10px;
}

.mentions-legales p {
    margin-bottom: 12px;
    font-size: 16px;
}

.mentions-legales strong {
    color: #000;
}

/* Séparation visuelle entre les sections */
.mentions-legales h2 + p {
    margin-top: 10px;
}

/* ===== BOUTONS BAS DE PAGE ===== */

.footer-boutons {
    text-align: center;
    margin: 50px 0;
}

.footer-btn {
    background: #444;
    color: #fff;
    padding: 12px 25px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    margin: 0 10px;
    display: inline-block;
    transition: 0.3s;
}

.footer-btn:hover {
    background: #666;
}
/* ================================
   MENTIONS LÉGALES – STYLE ADM
   ================================ */

.mentions-legales {
    max-width: 900px;
    margin: 5px auto;
    padding: 0 20px;
    font-family: Arial, sans-serif;
    color: #333;
    line-height: 1.7;
}

/* Titre principal */
.mentions-legales h1 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
    color: #222;
}

/* Titres de sections */
.mentions-legales h2 {
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #444;
    border-left: 4px solid #ff7b00; /* orange identique ADM Couvreur */
    padding-left: 12px;
}

/* Paragraphes */
.mentions-legales p {
    font-size: 16px;
    margin-bottom: 12px;
}

/* Texte important */
.mentions-legales strong {
    color: #000;
}

/* Espacement entre sections */
.mentions-legales h2 + p {
    margin-top: 5px;
}

/* ================================
   BOUTONS BAS DE PAGE
   ================================ */

.footer-boutons {
    text-align: center;
    margin: 60px 0;
}

.footer-btn {
    background: #444;
    color: #fff;
    padding: 12px 25px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    margin: 0 10px;
    display: inline-block;
    transition: 0.3s;
}

.footer-btn:hover {
    background: #666;
}


/* PHOTO EN HAUT DE PAGE - VERSION PLUS PETITE */

.photo-haut {
    text-align: center;
    margin: 20px 0 40px;
}

.photo-haut img {
    width: 400px !important;   /* taille fixe */
    height: auto !important;
    display: block;
    margin: 20px auto 40px;
    border-radius: 8px;
}

}
/* NEUTRALISE TOUT LE STYLE DU HERO POUR CETTE IMAGE */
.photo-haut img {
    width: 300px !important;
    height: auto !important;
    object-fit: initial !important;
    max-height: none !important;
    display: block !important;
    margin: 20px auto 40px !important;
}
