<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.view-display-id-page_tribunes .view-header,
.view-id-auteurs .view-header {
    background-color: #f8f8f8;
    margin: 0;
    padding: 40px;
}

.view-display-id-page_tribunes .view-header .green-block,
.view-id-auteurs .view-header .green-block {
    background-color: #01ADAB;
    color: white;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.view-display-id-page_tribunes .view-header .green-block h2,
.view-id-auteurs .view-header .green-block h2 {
    margin-top: 0;
}

.view-display-id-page_tribunes .view-header .tribune-logo-wrapper {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
}

.view-display-id-page_tribunes .view-header .tribune-logo-wrapper img {
    width: 60px;
    height: auto;
}

.view-display-id-page_tribunes .post-dt a {
    color: white;
}

.path-tribunes .main-container,
.path-authors .main-container {
    padding-top: 0;
}

.view-id-auteurs .companies-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* 4 cartes par ligne */
    gap: 1rem;
    /* espace entre les cartes */
    list-style: none;
    padding: 0;
    margin: 0;
}

.view-id-auteurs .companies-list li .author-teaser-wrapper {
    border: none;
}
.view-id-auteurs .companies-list li .author-teaser-wrapper:hover {
    box-shadow:none;
}
.view-id-auteurs .companies-list li {
   
    border: 1px solid #ddd;
    padding: 1rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}

.view-id-auteurs .companies-list li:hover {

   box-shadow: 0 6px 24px rgba(51, 51, 48, 0.1);
}

.tribune-author-info {
    font-size: 16px;

    font-weight: bold;

}

.tribune-author-info a {
    color: #01adab;
}

.green-separator {
    position: relative;
    padding: 5px;
}

.view-id-auteurs .green-separator {
    text-align: center;
}

.green-separator:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #01adab;
    width: 47px;
    height: 6px;
}

.view-id-auteurs .green-separator:after {

    position: relative;

}

.page-node-type-tribune-author .item-list .p-popular-item {
    position: relative;
    background-color: #f5f5f5;
    overflow: hidden;
}

.page-node-type-tribune-author .item-list .p-popular-item .img-wrap a img {
    display: block;
    background-color: #01adab;
    width: 142px;
    height: 106px;
    float: left;
}

.page-node-type-tribune-author .item-list .p-popular-item .item-dt {
    padding: 12px 10px 30px 20px;
    float: right;
    width: calc(100% - 142px);
}

.page-node-type-tribune-author .item-list .p-popular-item .item-dt .cat {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #01adab;
    font-weight: 500;
    height: 22px;
    line-height: 22px;
    padding: 0 15px;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

.page-node-type-tribune-author .item-list ul li {
    margin: 0 0 14px;

}

.author-news-related.item-list ul {
    border: 1px solid #cecdcc;
    padding: 20px;
    margin: 0 0 14px;
}

.page-node-type-tribune-author .item-list ul li:last-child {
    margin-bottom: 0;
}

.author-teaser-wrapper {
    padding: 5px;
}

.author-teaser-wrapper h3 {
    height: 53px;
}

.author-teaser-wrapper h3 a {
    color: #333;
}

.author-teaser-wrapper h3 a:hover {
    color: #01adab;
}

.author-teaser-wrapper img:hover,
.author-company img:hover,
.view-display-id-page_tribunes .view-header .tribune-logo-wrapper img:hover {
    opacity: 0.6;
}

.author-teaser-wrapper .field--name-field-author-image {
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f8f8;
}

.author-teaser-wrapper .author-company-logo {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.author-teaser-wrapper.card-company {
    margin-bottom: 5px;
}

.author-full-article .author-details div.h2 {
    margin: 0;
}

.author-full-article .author-details .author-company {
    padding: 20px 0;
}

@media (max-width: 768px) {

    /* .view-id-auteurs .companies-list li {
        max-width: 100%;
        width: 100%;
        float: none;
        padding: 0;
        margin-bottom: 10px;
    } */
    .view-id-auteurs .companies-list {
        grid-template-columns: 1fr;
    }

    .view-id-auteurs .companies-list-wrapper {
        padding: 0;
    }

}</pre></body></html>