/*Matias Serrano Grilo
  Le 09 janvier 2025
  Projet du module 293 page des style css de la page "la naissance de la bike life"
  */
h1 {
    text-align: center;
    font-size: 5em;
    background-color: rgb(255, 255, 255);
    opacity: 70%;
    padding: 15px;
    border-radius: 15px;
}

header {
    display: flex;
    justify-content: center;
    background-image: url(../img/image_site_web/page_1/image_p1_banniere.webp);
    background-size: cover;
    background-position: center 55%;
    padding: 100px;
}

#conteneur {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    padding: 80px 0;
}

#texte {
    flex: 1;
    max-width: 700px;
    margin-right: 100px;
}

p {
    margin-bottom: 40px;
    font-size: 20px;
    text-align: justify;
}

#maps {
    max-width: 450px;
}

@media (max-width: 1000px) {
    p {
        text-align: center;
    }

    #texte {
        margin-right: 0px;
    }

    iframe {
        width: 100%;
    }
}