@media (max-width: 1400px) {
    .contenu {
        flex-wrap: wrap;
    }
}

.contenu {
    background-color: white;
    margin-right: 10%;
    margin-left: 10%;
    margin-top: 5px;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 5%;
}

.titre {
    font-family: 'Oswald', sans-serif;
    color: #5499ad;
    font-size: 60;
    text-align: center;
    font-weight: bold;
}

.contenu i:not(.fa-paper-plane) {
    position: absolute;
    font-size: 40px;
    color: #5499ad;
    margin-top: 10px;
}

.info {
    padding-left: 50px;
    font-size: 12px;
    color: gray;
}

input,
textarea {
    outline: none;
    border: solid 1px #AAAAAA;
    padding: 10px;
    border-radius: 4px;
    min-width: 410px;
    max-width: 410px;
    margin-bottom: 5px;
}

textarea {
    min-height: 150px;
    max-height: 150px;
}

.submit {
    background-color: #87d8d8;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    padding: 10px;
    width: 160px;
    border-radius: 4px;
}

.txtcontact {
    text-align: center;
    color: gray;
}

.txtnum {
    font-size: 11px;
    color: gray;
}

.sep {
    color: #5499ad;
    font-weight: bold;
}

.z1:hover {
    color: #f19a3a;
}

.z2:hover {
    color: #f19a3a;
}

.z3:hover {
    color: #f19a3a;
}

#pxplus {
    margin-bottom: 25px;
}