@media screen and (min-width: 992px) {
}

.contact-presse {
    display: flex;
    margin-bottom: 24px;
    line-height: 21.6px;
    font-size: 16px;
}

.contact-presse:last-child {
    margin-bottom: 0;
}

.contact-presse .contact-presse-photo {
    width: 96px;
    height: 96px;
    background: #dadadd;
    border-radius: 4px;
    margin-right: .75rem;
}

.contact-presse .contact-presse-title {
    color: #e93f6d;
    font-weight: bold;
}

.contact-presse-fonction, .contact-presse-coords {
    font-size: .9rem;
}

.contact-presse .contact-presse-coords a,
.contact-presse .contact-presse-coords {
    /*font-size: .9rem;*/
    color: #87878f;
}

.contact-presse-heading {
    color: #00a09b;
    font-weight: bold;
    font-size: .9rem;
    text-transform: uppercase;
    padding-top: .75rem;
    margin-bottom: 1rem;
}

.contacts-presse {
    margin-bottom: 1.5rem;
    border-top: 4px solid #e93f6d;
    padding-top: 1rem;
    border: 1px solid rgb(207, 217, 222);
    border-radius: 12px;
    background: #fff;
    padding: 1rem;
}