
.wrapper {
    display: flex;
    flex-direction: column;
}

.first {
    height: auto;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

.img-wrapper img {
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -100;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.img-wrapper {
    display: inline-block;
    /* change the default display type to inline-block */
    overflow: hidden;
}

.above {
    min-height: 100vh;
    width: 100%;
    background-color: rgba(19, 19, 19, 0.6);
}

.first-container {
    width: 100%;
    padding: 20px;
    padding-top: 250px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 150px;
}

.texte-first {
    color: white;
    width: 600px;
    margin: 0 auto;
    margin-left: 30px;
}

.texte-first h1,
.texte-first2 h1 {
    font-size: 3rem;
    text-align: center;
}


.texte-first p,
.texte-first2 p {
    text-align: justify;
    font-size: 1.2rem;
}

.img-first {
    margin: 0 auto;
    width: 600px;
}

.img-first img {
    height: auto;
    max-width: 100%;
    box-shadow: 0px 10px 50px -10px #1f2121;

}

.second {
    height: auto;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

.above-second {
    min-height: 100vh;
    width: 100%;
    background-color: rgba(19, 19, 19, 0.6);
}

.img-wrapper-second img {
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -100;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.img-wrapper-second {
    display: inline-block;
    /* change the default display type to inline-block */
    overflow: hidden;
}

.second-container {
    width: 100%;
    padding: 20px;
    padding-top: 200px;

    display: flex;
    justify-content: space-between;
    padding-bottom: 150px;
    align-items: center;
}

.second-texte {
    color: white;
    width: 600px;
    margin: 0 auto;
}

.second-texte h1 {
    font-size: 3rem;
    text-align: center;
}


.second-texte p {
    text-align: justify;
    font-size: 1.2rem;
}

.second-img {
    margin: 0 auto;
    margin-left: 30px;
    width: 500px;
}

.second-img img {
    height: auto;
    max-width: 100%;
    box-shadow: 0px 10px 50px -10px #1f2121;

}


.third {
    height: auto;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

.above-third {
    height: 100%;
    width: 100%;
    background-color: rgba(19, 19, 19, 0.56);
}

.image-wrapper-third img {
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -100;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.image-wrapper-third {
    display: inline-block;
    /* change the default display type to inline-block */
    overflow: hidden;
}

.third-container {
    width: 100%;
    padding: 20px;
    padding-top: 200px;

    display: flex;
    justify-content: space-between;
    padding-bottom: 150px;
    align-items: center;
}

.third-texte {
    color: white;
    width: 600px;
    margin: 0 auto;
    margin-left: 30px;


}

.third-texte h1 {
    font-size: 3rem;
    text-align: center;
}


.third-texte p {
    text-align: justify;
    font-size: 1.2rem;
}

.logo {
    margin: 0 auto;
    width: 500px;
}

.logo img {
    height: auto;
    max-width: 100%;
    box-shadow: 0px 10px 50px -10px #1f2121;

}

.first-container2 {
    width: 100%;
    padding: 20px;
    padding-top: 150px;

    display: flex;
    justify-content: space-between;
    padding-bottom: 150px;
    align-items: center;
}

.first2 {
    height: auto;
    position: relative;
    overflow: hidden;
}

.texte-first2 {
    color: white;
    width: 600px;
    margin: 0 auto;
    margin-left: 30px;
}

.img-first2 {
    margin: 0 auto;
    width: 600px;
}

.img-first2 img {
    height: auto;
    max-width: 100%;
    box-shadow: 0px 10px 50px -10px #1f2121;

}

.img-border-radius {
    border-radius: 16px;
}

.button {
    border-radius: 10px;
    background-color: #005177;
    margin: 0 auto;
    display: flex;
    align-content: center;
    justify-content: center;
    color: white;
    max-width: 300px;
    height: auto;
    margin-top: 50px;
}

.button p {
    padding: 10px;
    text-align: center;
    margin-bottom: 0;
}

a {
    text-decoration: none !important;
}

footer {
    color: white;
    text-align: center;
    background-color: black;
}

footer p {
    margin-bottom: 0;
}

@media screen and (max-width: 1250px) {

    .img-first,
    .img-first2 {
        width: 500px;
    }


    .texte-first {
        width: 500px;
    }

    .texte-first p {
        font-size: 1rem;
    }

    .second-img {
        width: 500px;
    }


    .second-texte {
        width: 500px;
    }

    .second-texte p {
        font-size: 1rem;
    }

    .logo {
        width: 500px;
    }


    .third-texte {
        width: 500px;
    }

    .third-texte p {
        font-size: 1rem;
    }
}

@media screen and (max-width: 1000px) {


    .third-container {
        padding-top: 50px;
    }
}

@media screen and (max-width: 700px) {
    .above {
        padding-bottom: 0;
    }

    .first-container,
    .first-container2 {
        flex-direction: column;
        padding-top: 150px;
    }

    .img-first,
    .i {
        width: 400px;
        margin: 0 auto;
        margin-bottom: 30px;

    }



    .texte-first,
    .texte-first2 {
        margin: 0 auto;
        width: 400px;
    }

    .texte-first h1,
    .texte-first2 h1 {
        font-size: 2rem;
    }

    .above-second {
        padding-bottom: 0;
    }

    .second-container {
        flex-direction: column;
        padding-top: 150px;
    }

    .second-img {
        width: 400px;
        margin: 0 auto;

    }

    .second-texte h1 {
        font-size: 2rem;
    }


    .second-texte {
        margin: 0 auto;
        width: 400px;
        margin-bottom: 30px;

    }

    .above-third {
        padding-bottom: 0;
    }

    .third-container {
        flex-direction: column;
        padding-top: 150px;
    }

    .logo {
        width: 400px;
        margin: 0 auto;
        margin-bottom: 30px;

    }

    .third-texte h1 {
        font-size: 2rem;
    }


    .third-texte {
        margin: 0 auto;
        width: 400px;

    }
}

@media screen and (max-width: 500px) {
    .img-first {
        width: 300px;
    }

    .img-first2 {
        width: 300px;
    }

    .texte-first,
    .texte-first2 {
        width: 300px;
    }

    .second-img {
        width: 300px;
    }

    .second-texte {
        width: 300px;
    }

    .logo {
        width: 300px;
    }

    .third-texte {
        width: 300px;
    }

}