.contact-person {
    margin: 30px 5px;
    background-color: #f0eceb;
    flex-wrap: nowrap!important;
    align-items: stretch;
    max-width: 600px;
}

.contact-person .field-nom-contact {
    font-size: 17px;
}

.contact-person__picture {
    min-width: 150px;
}

.contact-person__picture img {
    height: 150px;
    width: 150px;
    object-fit: cover;
}

.contact-person__content {
    flex-direction: column;
    flex-wrap: nowrap;
    flex-grow: 1;
    padding: 25px 25px 0 25px;
    line-height: normal;
}

.contact-person__content .field-contenu {
    margin-top: 10px;
    flex-grow: 1;
}

.contact-person__content .field-contenu p {
    color: #ef8a25;
    line-height: normal;
}

.contact-person__contacts {
    padding: 10px 0;
}

.contact-person__contacts > div {
    margin-right: 20px;
}

.contact-person__social {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 32px;
    max-height: 150px;
}

/* social-contact */
.social-contact {
    display: block;
    margin-top: 1px;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
}

.field-telephone i {
    margin: 0 5px 0 0;
    font-size: 17px;
}

.social-contact--facebook,
.social-contact--twitter,
.social-contact--linkedin {
    color: #ffffff;
}

.social-contact--viadeo {
    color: #f19f3d;
}

.social-contact--facebook {
    background-color: #537db7;
}

.social-contact--twitter {
    background-color: #7ccde9;
}

.social-contact--viadeo {
    background: #ffffff;
}

.social-contact--linkedin {
    background-color: #2787c2;
}

@media (min-width: 1024px) {
    .contact-person {
        height: 150px;
    }
}

@media (max-width: 600px){
    .contact-person__picture {
        min-width: 100px;
    }
    .contact-person__picture img {
        height: 100px;
        width: 100px;
    }
    .contact-person__content {
        padding: 10px 10px 0 10px;
    }
}
