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

.first {
    height: auto;
    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;
}

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


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



.texte-first {
    color: white;
    width: 70%;
    margin: 0 auto;
    padding-top: 250px;
    padding-bottom: 200px;

}

.texte-first h1 {
    font-size: 3rem;
    text-align: left;
    margin-bottom: 30px;
}


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


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

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

.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 {
    overflow: hidden;
}




.second-texte {
    color: white;
    width: 70%;
    margin: 0 auto;
    padding-top: 200px;
    padding-bottom: 200px;
}

.second-texte h1 {
    font-size: 3rem;
    text-align: left;
    margin-bottom: 30px;
}


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

.third {
    position: relative;
    overflow: hidden;
}

.carousel {
    min-height: 100vh;
}

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



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

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

.carousel-control-next,
.carousel-control-prev {
    align-items: normal !important;
    top: 50vh !important;
}




.above-listes {
    width: 70%;
    min-height: 100vh;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}

.liste-img {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    margin-top: 50px;
}

.liste-img img {
    border-radius: 50%;
    width: 200px;
    margin: auto 10px auto 10px;
}

.liste-texte {
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.liste-texte h1 {
    margin-bottom: 40px;
}

.liste-texte p {
    margin-bottom: 50px;
    font-size: 1.2rem;
}



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

footer p {
    margin-bottom: 0;
}

@media screen and (max-width: 1250px) {
    .img-first {
        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;
    }


    .liste-texte p {
        font-size: 0.8rem;
    }
}




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


    .texte-first {
        margin: 0 auto;
        transform: translateY(0);
        width: 400px;
    }

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

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




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




    .second-texte {
        margin: 0 auto;
        transform: translateY(0);
        width: 400px;
        margin-bottom: 30px;

    }

}

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



    .texte-first {
        width: 300px;
    }



    .second-texte {
        width: 300px;
    }





}