
body, html {
    margin: 0;
    padding: 0;
}

body {
    background-color: #1a1b1e;
    color: white;
    text-align: center;
}

.projets {
    margin-top: 30px;
}

.logoDP {
    max-width: 40%;
    justify-content: center;
    margin-top: -20px;
}

.logoRF {
    max-width: 38%;
    margin-top: -25px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.logoWQ {
    max-width: 36%;
    margin-top: -25px;
    padding-top: 10px;
    padding-bottom: 12px;
}

.containerProjet {
    margin-bottom: 50px;
    margin-top: 50px;
    border: solid;
    border-color: #3c3d40;
    border-radius: 25px;
}

.projet {
    margin-top: 25px;
}
