*{
    margin: 0;
    font-family: 'Yu Gothic UI Light', sans-serif;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgb(6, 0, 58);
    box-shadow: 0px 0.05px 5px rgb(141, 141, 141);
    background-color: rgb(255, 251, 249);
}

nav #logoDomaineDuVentNav {
    padding: 1rem;
    width: 21.5rem;
}

nav #logo_insta_nav {
    padding: 1rem;
    width: 8rem;
}

nav a img {
    height: 90%;
    width: 90%;
}

#global{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgb(255, 251, 249);
}

#global h1{
    font-size: 3rem;
    margin-top: 5rem;
    margin-bottom: 5rem;
}


#global h2{
    font-size: 1.5rem;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
}

footer {
    margin-top: 5rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 5rem;
    background-color: rgb(204, 204, 204);
    padding-top: 3rem;
}