* {
font-family: Nunito, sans-serif;
}

h1,h2,h3 {
    font-family: 'Quicksand', sans-serif;
    font-weight:700
}

:root {
--rouge: #b03030;
--vert: #2f4a2f;
--beige: #f5ede1;
--beige-clair: #faf3e9;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html {
overflow-x: hidden;
}

body {
font-family: 'Segoe UI', Arial, sans-serif;
background-color: var(--beige);
color: #2b2b2b;
overflow-x: hidden;
}


nav {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
    }
    


nav a {
margin-left: 25px;
text-decoration: none;
color: #333;
font-weight: 600;
font-family: 'Quicksand', sans-serif;
}

nav a:hover { color: var(--rouge); }

.menu-toggle {
display: none;
flex-direction: column;
justify-content: center;
gap: 5px;
width: 40px;
height: 34px;
background: none;
border: none;
cursor: pointer;
padding: 0;
}

.menu-toggle span {
display: block;
width: 100%;
height: 3px;
background: var(--vert);
border-radius: 2px;
}

.hero {
text-align: center;
padding: 110px 20px;
background: linear-gradient(rgba(20,20,15,0.6), rgba(20,20,15,0.6)), url("images/plat-fond.jpg") center/cover no-repeat;
}

.hero h1 {
color: white;
font-size: 2.2em;
margin-bottom: 15px;
}

.hero p { margin-bottom: 25px; font-size: 1.1em; color: white; }

.hero .soustitre {
    font-size: 1.15em;
    font-weight: 600;
    color: white;
    margin-bottom: 15px;
    }


.btn {
display: inline-block;
background: var(--rouge);
color: white;
padding: 14px 30px;
border-radius: 6px;
text-decoration: none;
font-weight: bold;
margin-bottom: 20px;
}
.btn:hover { background: var(--rouge); }

.badge {
display: block;
width: fit-content;
margin: 10px auto 0;
font-size: 0.9em;
color: var(--rouge);
font-weight: bold;
background: white;
padding: 6px 16px;
border-radius: 20px;
box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.lien-plus {
display: inline-block;
margin-top: 18px;
color: var(--rouge);
font-weight: 700;
text-decoration: none;
border-bottom: 2px solid var(--rouge);
padding-bottom: 2px;
}

.lien-plus:hover { color: var(--vert); border-color: var(--vert); }

.lien-plus-clair {
color: white;
border-color: white;
}

.lien-plus-clair:hover { color: var(--beige); border-color: var(--beige); }

.pour-qui, .comment, .contact {
padding: 60px 40px;
text-align: center;
}

.pour-qui h2, .comment h2, .contact h2 {
color: var(--vert);
margin-bottom: 35px;
font-size: 1.8em;
}

.cards {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 25px;
}

.card {
background: var(--beige-clair);
padding: 25px;
border-radius: 10px;
border-left: 5px solid var(--rouge);
}

.card .icon {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.card h3 { color: var(--vert); margin-bottom: 10px; }

.etapes {
display: flex;
justify-content: center;
gap: 40px;
flex-wrap: wrap;
margin-bottom: 30px;
}

.etape { max-width: 200px; }

.numero {
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
background: var(--rouge);
color: white;
border-radius: 50%;
font-weight: bold;
margin-bottom: 10px;
}

.tarif {
font-size: 1.3em;
font-weight: bold;
color: var(--rouge);
}

.mention { font-size: 0.8em; color: #777; }

.contact p { margin: 8px 0; font-size: 1.1em; }
.engagement { color: var(--vert); font-weight: bold; margin-top: 15px; }

.contact-form {
display: flex;
flex-direction: column;
gap: 15px;
max-width: 450px;
margin: 30px auto 0;
text-align: left;
}

.contact-form input,
.contact-form textarea {
padding: 12px 15px;
border: 1px solid #ccc;
border-radius: 6px;
font-family: 'Nunito', sans-serif;
font-size: 1em;
}

.contact-form input:focus,
.contact-form textarea:focus {
outline: none;
border-color: var(--vert);
}

.contact-form button {
cursor: pointer;
border: none;
font-size: 1em;
}

#form-status {
margin: 0;
font-weight: 600;
color: var(--vert);
}

footer {
text-align: center;
padding: 30px;
background: var(--vert);
color: white;
font-style: italic;
}



header {
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
padding: 15px 0;
background: var(--beige-clair);
border-bottom: 2px solid var(--vert);

}

.logo {
font-size: 1.4em;
font-weight: bold;
color: var(--vert);
flex-shrink: 0;
}

.logo span {
font-weight: normal;
font-size: 0.6em;
}

.logo img {
height: 140px;
width: auto;
display: block;
}


/* MES FORMULES */ #mes-formules { 
    padding: 60px 20px; 
    background-color: #f9f9f9; 
    text-align: center; 
}

    #mes-formules h2 { 
        font-size: 2.5rem; 
        color: #333; 
        margin-bottom: 40px; 
        font-weight: bold; 
    }

.cards { 
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); 
    gap: 30px; 
    max-width: 1200px;
    margin: 0 auto; 
}
    
.card { 
    background-color: white; 
    padding: 30px; 
    border-radius: 10px; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
}

.card:hover { 
    transform: translateY(-5px); 
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15); 
}

.card h3 { 
    font-size: 1.5rem; 
    color: #ff6b6b; 
    margin-bottom: 15px; 
}

.card p { 
    color: #666; 
    line-height: 1.6; 
}

.card-formule {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-formule:hover {
    transform:scale(1.05);
}

@media (max-width: 768px) {
    header {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        padding: 12px 20px;
        position: relative;
        min-height: 110px;
    }

    .logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .logo img { height: 95px; }

    .menu-toggle { display: flex; }

    nav {
        display: none;
        flex-direction: column;
        gap: 0;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: var(--beige-clair);
        border-bottom: 2px solid var(--vert);
        box-shadow: 0 6px 10px rgba(0,0,0,0.08);
        z-index: 100;
    }

    nav.open { display: flex; }

    nav a {
        margin-left: 0;
        padding: 14px 20px;
        width: 100%;
        text-align: center;
        border-top: 1px solid rgba(47,74,47,0.12);
    }

    .hero { padding: 50px 20px; }

    .hero h1 { font-size: 1.6em; }

    .pour-qui, .comment, .contact, .plats, .plats-hero, .a-propos {
        padding: 40px 20px;
    }

    .etapes { gap: 25px; }

    .contact-form { max-width: 100%; }

    .a-propos-photo {
        width: 130px;
        height: 130px;
    }

    .a-propos h1 { font-size: 1.6em; }
}

.a-propos {
text-align: center;
padding: 60px 40px;
max-width: 700px;
margin: 0 auto;
}

.a-propos h1 {
color: var(--vert);
font-size: 2em;
margin-bottom: 25px;
}

.a-propos p {
text-align: left;
line-height: 1.7;
margin-bottom: 20px;
font-size: 1.05em;
}

.a-propos-photo {
display: block;
width: 160px;
height: 160px;
object-fit: cover;
object-position: top center;
background: var(--beige-clair);
border: 3px solid var(--vert);
border-radius: 50%;
margin: 0 auto 25px;
}

.legal {
padding: 60px 40px;
max-width: 800px;
margin: 0 auto;
}

.legal h1 {
color: var(--vert);
font-size: 2em;
margin-bottom: 25px;
}

.legal h2 {
color: var(--vert);
font-size: 1.2em;
margin: 30px 0 10px;
}

.legal p {
text-align: left;
line-height: 1.7;
margin-bottom: 10px;
font-size: 1.02em;
}

.legal a {
color: var(--rouge);
}

.footer-legal {
margin-top: 10px;
font-style: normal;
font-size: 0.85em;
}

.footer-legal a {
color: white;
text-decoration: underline;
}

.avis {
padding: 60px 40px;
text-align: center;
max-width: 700px;
margin: 0 auto;
}

.avis h2 {
color: var(--vert);
margin-bottom: 15px;
font-size: 1.8em;
}

.avis h3 {
color: var(--vert);
margin: 40px 0 10px;
font-size: 1.3em;
}

.avis-liste {
display: flex;
flex-direction: column;
gap: 20px;
margin: 30px 0;
text-align: left;
}

.avis-card {
background: var(--beige-clair);
padding: 20px 25px;
border-radius: 10px;
border-left: 5px solid var(--rouge);
}

.avis-note {
color: var(--rouge);
letter-spacing: 2px;
margin-bottom: 8px;
}

.avis-texte {
font-style: italic;
margin-bottom: 8px;
}

.avis-auteur {
font-weight: 600;
color: var(--vert);
}

.avis-vide {
color: #777;
font-style: italic;
}

.contact-form select {
padding: 12px 15px;
border: 1px solid #ccc;
border-radius: 6px;
font-family: 'Nunito', sans-serif;
font-size: 1em;
background: white;
}

.contact-form select:focus {
outline: none;
border-color: var(--vert);
}