
body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
}

h2, h3 {
    color: #001229;
}

          /* ----- En-tête ----- */

header {   
    padding: 10px;
    margin-bottom: 0px;
    background-image:url(semi-planche.jpg) ;
    height: 150px;
}

.header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.titre {
    padding: 10px;
}

.marque {
    text-align: center;
}

.logo {
    max-width: 130px;
    max-height: 130px;
    margin: 10px;
}

            /* ----- Navbar ----- */

.navi ul{
    list-style: none;
    font-weight: bold;
    width: 100%;
    height: 50px;
    font-size: 1.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #001229;
}

.liste {
    width: 170px;
    text-align: center;
}

.liste a {
    color: white;
}

.liste a:hover {
    color: #007DC5;
    text-decoration: none;
}

        /* ----- Main ----- */
main {
    width: 80%;
    margin: auto;
}

main > p {
    width: 80%;
    font-size: 1rem;
    text-align: center;
    margin: 20px auto;
}

.container {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}


article {
    display: flex;
    flex-direction: column;
}

.infos{
    max-height: 400px;
    border-style: solid;
    border-width: 3px;
    border-radius: 20px;
    border-color: #007DC5;
    padding: 10px;
    box-shadow: 10px 10px 10px rgb(65, 68, 68);
}

.paris, .etoy, .strasbourg {
    width: 600px;
    border-radius: 20px;
}

article section a {
    color: white;
}

article section a:hover {
    color: white;
    text-decoration: none;
}

        /* -----PAGE 2 -----*/

.titrepage {
    text-align: center;
    font-weight: bold;
}

.page2 {
    align-items: center;
    margin: 25px;
}

article h6 {
    font-weight: bold;
}

article {
    margin: 25px;
}

        /* ----- Bas de page ----- */

footer {
    width: 100%;
    height: 150px;
    background-color: #001229;
    color: #007DC5;
    padding-top: 15px;
    display: flex;
    justify-content: space-around;
    margin-top: 25px;
}

footer ul {
    list-style: none;
}

footer a {
    color: #007DC5;
}

footer a:hover {
    color: white;
    text-decoration: none;
}

.reseaux::before {
    content: url("icone-flèche.png");
    margin: 5px;
}

.menu2 {
    text-align: center;
}

        /* ----- Media quaries ----- */

@media screen and (max-width : 1300px) {
    .container {
         flex-direction: column;
         align-items: center;
    }
}