
.wrapper {
    background-color: #005177;
    color: white;
    padding-top: 80px;
    padding-bottom: 100px;
}

.texte h1 {
    text-align: center;
}

.reseaux {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    width: 300px;
    font-size: 40px;
    color: #14171c;
}

.reseaux i {
    margin: 0 5px 0 5px
}

.white-icon {
    color: white;
}


.contact-container {
    padding-top: 20px;
    display: flex;
    justify-content: space-evenly;
    width: 90%;
    margin: 0 auto;
}

.gauche {
    box-shadow: 0 10px 50px -10px #1f2121;
    border-radius: 30px;
    width: 600px;
    height: 250px;
    display: flex;
    justify-content: space-evenly;
    background-color: white;
    color: black;
    align-items: center;
    padding: 20px;
}

.droite {
    box-shadow: 0 10px 50px -10px #1f2121;
    border-radius: 30px;
    width: 600px;
    height: 250px;
    display: flex;
    justify-content: space-evenly;
    background-color: white;
    color: black;
    align-items: center;
    padding: 20px;

}



.contact-img {}

.contact-img img {
    height: 200px;
    border-radius: 50%;
}

.contact-texte {
    text-align: center;
}

a {
    text-decoration: none !important;
    /* color: #14171c !important; */
}

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

footer p {
    margin-bottom: 0;
}

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

    .gauche,
    .droite {
        width: 400px;
        flex-direction: column;
        height: auto;
    }
}

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

    .texte {
        padding-bottom: 100px;
    }

    .contact-container {
        flex-direction: column;
        padding-top: 0;


    }

    .gauche,
    .droite {
        width: 500px;
        margin: 0 auto;
        margin-bottom: 50px;
    }
}


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

    .gauche,
    .droite {
        width: 300px;
    }


}