@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}


.parallax-1 {
    background: url('images/Gradient-Particle-Effect.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.parallax-2 {
    background: url('images/implemente.PNG') no-repeat;

    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.parallax-3 {
    background: url('images/mission.PNG') no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.parallax-4 {
    background: url('images/Capture.PNG') no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.parallax-5 {
    background: url('images/sheme.PNG') no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.parallax-6 {
    background: url('images/interna.webp') no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.parallax-7 {
    background: url('images/maps.PNG') no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.parallax-8 {
    background: url('images/gouvernance.PNG') no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}


.parallax-inner {
    padding: 10% 0;
}

h2 {
    font-size: 32px;
    color: #293358;
    text-align: center;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 20px 0 10px;
}
h1 {
    font-size: 32px;
    color: #ffffff;
    text-align: center;
    font-weight: 300px;
    letter-spacing: 2px;
    margin: 20px 0 10px;
}
p {
    font-size: 16px;
    color: #555;
    line-height: 30px;
    margin: 0 50px 40px;
}
/*taille de box de text*/
p:nth-of-type(2),
p:nth-of-type(3) {
    margin: 40px 50px;
}