* {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 1650px) {
    #logoInsta {
        height: 6rem;
        margin: 0.5rem;
    }

    #logoInsta img {
        height: 100%;
    }

    nav a img {
        width: 0px;
        height: 0px;
    }

    #global #logo {
        width: 70%;
        margin-top: 5%;
        margin-bottom: 5%;
    }

    #global #presentation_texte {
        width: 80%;
    }
}

@media screen and (min-width: 1651px) {
    #logoInsta {
        height: 0;
        margin: 0;
    }

    #logoInsta img {
        height: 0;
    }

    nav a img {
        max-height: 100%;
        margin: 1rem;
    }

    #global #logo {
        width: 50%;
        margin-top: 5%;
        margin-bottom: 5%;
    }

    #global #presentation_texte {
        width: 50%;
    }
}

/*
Nav bar fix
Début
*/
nav {
    position: fixed;
    top: 0;
    width: 100%;
}

nav #logo_insta_nav {
    position: absolute;
    top: 0;
    right: 0;
    height: 6rem;
}

nav #logoDomaineDuVentNav {
    position: absolute;
    top: 0;
    left: 0;
    height: 18rem;
}
/*
Nav bar fix
Fin
*/

#global {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgb(255, 251, 249);
}

#global #logo img {
    width: 100%;
}

/* 
Presentation 
début
 */

#global #presentation_texte p {
    font-family: 'Yu Gothic UI Light', sans-serif;
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 1rem;
}

#global #presentation_img {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

#global #presentation_img img {
    max-width: 28rem;
    padding: 0.5rem;
}

/* 
Presentation 
fin
 */


/* 
Les Liens
début
 */
#global #divLiens {
    display: flex;
    justify-content: space-evenly;
    width: 50%;
    margin: 1rem;
}

#global #divLiens a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(0, 0, 0);
    font-size: 1.4rem;
    padding: 1rem;
    transition: all 200ms;
}

#global #divLiens a:hover {
    font-size: 1.6rem;
}

#global #divLiens a .cercle {
    border: 2px solid gray;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    margin-right: 0.25rem;
    transition: all 200ms;
}

#global #divLiens a:hover .cercle {
    width: 18px;
    height: 18px;
}

/* 
Les Liens
fin
 */

#map {
    width: 60%;
    height: 400px;
    background: #d6d6d6;
    filter: grayscale(100%);
}

#global #Contacte {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 5%;
    text-align: center;
}

#global #Contacte div h2 {
    padding-bottom: 10px;
}

#global #Contacte #Coordonnees {
    width: 10rem;
    margin-top: 5%;
}

#global #Contacte #Adresse {
    width: 20rem;
    margin-top: 5%;
}

#global #Contacte #Horaires {
    width: 31rem;
    margin-top: 5%;
}

#global #Contacte #Horaires #HorairesEteHiver {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#global #Contacte #Horaires #HorairesEteHiver .EteHiver {
    margin-right: 1rem;
}

#global #Contacte #Horaires #HorairesEteHiver .EteHiver .jourHeure{
    display: flex;
    flex-direction: column;
}

#global #Contacte #Horaires #HorairesEteHiver h2 {
    font-size: 1rem;
}

footer {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 5rem;
    background-color: rgb(204, 204, 204);
    padding-top: 3rem;
}

footer a{
    color: rgb(128, 128, 128);
}