body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #cbe1b0; /* couleur vert clair */
}

header, footer {
    background-color: #cbe1b0;
    color: #492c2c;
    text-align: center;
    padding: 1em 0;
}

h1, h2 {
    text-align: center;
}

h1.texte1, h1.texte2 {
    color: #492c2c;
    font-size: 60px;
}

h2.texte3 {
    color: white;
    font-size: 30px;
}

main {
    margin: 0;
    padding: 0;
    text-align: center;
}

img {
    max-width: 100%; /* Les images ne dépassent pas leur conteneur */
    height: auto; /* Hauteur auto pour maintenir le ratio */
    display: block;
    margin: 0 auto;
}

img.animation, img.modalite {
    background-color: #FEFEE2;
}
img.atelier{
	background-color:#cbe1b0;
}
div.facebook {
    font-family: 'TT Fors Trial', sans-serif;
    position: relative;
    z-index: 10;
    font-size: 200%;
    color: #492c2c;
}

a {
    color: #FEFEE2;
}

/* Media Queries pour rendre le site responsive */
@media (max-width: 768px) {
    h1.texte1, h1.texte2 {
        font-size: 40px;
    }

    h2.texte3 {
        font-size: 20px;
    }

    div.facebook {
        font-size: 150%;
    }
}

@media (max-width: 480px) {
    h1.texte1, h1.texte2 {
        font-size: 30px;
    }

    h2.texte3 {
        font-size: 18px;
    }

    div.facebook {
        font-size: 120%;
    }
}
