*{
    margin: 0;
    font-family: Arial, Helvetica, 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: 4rem;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 15%;
    margin-right: 15%;
}

#global #liteNews{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

#global #liteNews .cadreNews{
    border-radius: 15px;
    box-shadow: 5px 5px 15px rgba(0, 0 , 0, 0.3);
    width: 90%;
    margin-top: 1%;
    margin-bottom: 5%;
}

#global #liteNews .cadreNews div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
}

#global #liteNews .cadreNews div .date{
    overflow-wrap: anywhere;
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: justify;
    margin: 1rem;
}

#global #liteNews .cadreNews div h2{
    font-size: 2rem;
    margin: 1rem;
}

#global #liteNews .cadreNews p{
    overflow-wrap: anywhere;
    font-size: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    line-height: 1.4;
    text-align: justify;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

footer {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 5rem;
    background-color: rgb(204, 204, 204);
    padding-top: 3rem;
}