/*----------------------PGE DE PROJETS----------------*/
@import url('https://fonts.googleapis.com/css2?family=Agdasima:wght@400;700&display=swap');
* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-family: "Agdasima", sans-serif;
}
body{
    background-color: #ffffff;
    background-image: radial-gradient(#000000 0.1%, transparent 1px);
    background-size: 20px 20px;
}
h1{
    text-align: center;
    font-size: 3em;
    z-index: 3;
}
.veille{
    margin-left: 20%;
    width: fit-content;
}
.veille h2 {
    text-align:start;
    margin-top: 10%;
    text-decoration: underline;
    font-size: 2.5em;
}
.veille p{
    font-size: 1.5em;
    line-height: 1.5em;
    text-align: justify;

}
#liste,
#compte {
    display: block;
    margin: 40px auto 20px auto;
    max-width: 550px;
    width: 90%;
    height: auto;
}

.flip{
    margin-top: 5%;
    margin-left: 55%;
    margin-right: 10%;
    width: fit-content;
}
.flip h1{
    font-size: 3em;
    z-index: 3;
    text-decoration: underline;
    text-align: start;
}
.flip p{
    font-size: 1.5em;
    line-height: 1.5em;
    text-align: justify;
}