#equipe #propos h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #126FA7;
    font-size: 30px;
    margin-bottom: 20px;
}

#equipe #propos p {
    color: #252525;
}

#equipe #propos .contact {
    margin-top: 30px;
}

#equipe #propos .contact p:first-of-type {
    color: #126FA7;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}

#equipe #propos a.link-tel,
#equipe #propos a.link-mail {
    display: block;
    color: #212529;
    font-weight: bold;
    margin-bottom: 10px;
}

#equipe #team {
    background: linear-gradient(135.92deg, #00897B 0%, #126FA7 100%);
    color: white;
    padding: 20px 0;
}

#equipe #team h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 25px;
    text-align: center;
    margin-bottom: 25px;
}

#equipe #team .team-box img {
    max-height: 13rem;
    width: 100%;
    object-fit: cover;
    max-width: 20rem;
}

@media (max-width: 650px) {
    #equipe #team .team-box img {
        width: 130px;
    }
}

#equipe #team .team-box {
    display: flex;
    align-items: center;
    margin: 30px;
}

#equipe #team .team-box p.desc {
    text-align: justify;
}

#equipe #team .team-box p.name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 14px;
}

#equipe #team .team-box p.metier {
    font-size: 12px;
    font-style: italic;
}

@media (min-width: 992px) {
    #equipe {
        padding: 60px 0;
    }
    #equipe #team .team-box img {
        margin-left: -50px;
    }
    #equipe #propos {
        padding-right: 10%;
    }
    #equipe #team .team-box p.metier,
    #equipe #team .team-box p.name {
        font-size: 16px;
    }
}