body {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    color: #2b2b2b;
    background: #fafafa;
}

.site-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background: #fff;
}

.main-nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 0;
}

.main-nav a {
    text-decoration: none;
    color: #2b2b2b;
}

.hero {
    height: 70vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content {
    background: rgba(255,255,255,0.75);
    padding: 40px;
    text-align: center;
}

.slogan {
    font-style: italic;
}

.intro, .page {
    max-width: 900px;
    margin: 60px auto;
    padding: 0 20px;
}

.three-columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1000px;
    margin: 60px auto;
    padding: 0 20px;
}

.quote {
    background: #eee;
    padding: 60px 20px;
    text-align: center;
    font-style: italic;
}

.accompagnatrices {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.accompagnatrice img {
    width: 100%;
    height: auto;
}

.site-footer {
    background: #fff;
    padding: 20px;
    text-align: center;
}
.legal h2 { margin-top: 40px; }
.legal ul { line-height: 1.6; }
.legal p  { line-height: 1.7; }

/* Empêche les sections hautes de recouvrir le bas */
.hero,
.hero * {
  pointer-events: auto;
}
body{
  padding-bottom: 90px;
}

.hero {
    height: 80vh;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-overlay {
    background: rgba(255, 255, 255, 0.75);
    padding: 40px 50px;
    text-align: center;
    max-width: 700px;
}

.hero-title {
    font-size: 3rem;
    margin-bottom: 20px;
}

.hero-slogan {
    font-style: italic;
    font-size: 1.2rem;
}

.accompagnatrices {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    margin-top: 60px;
}

.accompagnatrice img {
    width: 100%;
    max-width: 320px;
    height: auto;
    display: block;
    margin-bottom: 20px;
    border-radius: 4px;
}

.accompagnatrice h2 {
    margin-top: 0;
}

.accompagnatrice-empty {
    font-style: italic;
    color: #777;
    display: flex;
    align-items: center;
}
