h1 {
    color: #000000;
}

a {
    text-decoration: none;
}

.full-photo-section {
    position: relative;
    width: 100%;
    min-height: 400px;
    display: flex;
    align-items: center;
}

.full-photo-section img.full-photo-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.05);
    z-index: 0;
}

/* Carte jaune repositionnee proprement */
.card-coaching-domicile {
    position: relative;
    z-index: 10;
    margin: 40px auto;
    width: 90%;
    max-width: 550px;
}


.card-coaching {
    border-radius: 16px;
    color: #7A4B00;
    width: 360px;
    height: 300px;
}

.card-coaching:hover {
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.25);
}

.card-coaching::marker, .card-coaching ul li::marker {
    content: "✓ ";
    color: #3a2d00;
}
