/*
.news-manager {}
.main-item{}
.main-item{  }
.news-manager .main-item .wordings{padding-left: 35px; overflow: hidden;}    
.other-items{}
.other-items a{color:#f3ad00}
*/

body.actualites #infos-content,
body.actualites #global-bg-left {
    background: #F5F5FA;
}

.news-manager {
    padding: 0px 0 80px;
}

.news-manager img {
    max-width: 100%;
    height: auto !important;
}

.news-manager .main-item {
    background: white;
    margin-bottom: 60px
}

.news-manager .main-item .row-header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 35px;
    align-items: center;
}

.news-manager .main-item .attachment {
    width: 25%;
}

.news-manager .main-item .title {
    flex: 1;
    padding-left: 45px;
    font-size: 1.3rem;
    font-weight: 500;
}

.news-manager .main-item .title h2 {
    color: var(--green)
}

.news-manager .main-item .wording {
    padding: 50px 0;
}

.news-manager .main-item .date {
    font-size: 1rem;
    margin-bottom: 10px;
    color: #aaa;
}

.news-manager .main-item .category {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 5px
}

.news-manager .main-item .text {
    /* font-size:1.2rem;*/
    margin-bottom: 15px;
    text-align: justify;
    line-height: 1.7;
}

.news-manager .main-item .text p,
.news-manager .main-item .text li {
    margin-bottom: 15px
}

.news-manager .main-item p,
.news-manager .main-item h3 {
    padding: 0;
    margin: 0 0 15px 0;
}

.news-manager .summaries {
    border-top: 1px solid #aaa;
}

.news-manager .summaries h3 {
    margin: 0 0 25px 0;
    color: #999;
    padding-top: 30px
}

.news-manager .summaries ul {
    list-style: none;
    padding: 0 60px 0 0;
    margin: 0
}

.news-manager .summaries li {
    padding: 0;
    margin: 0 0 50px;
    background: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.news-manager .summaries .attachment {
    height: 80px;
    width: 80px;
    background-position: center;
    background-size: cover;
}

.news-manager .summaries .wording {
    flex: 1;
    padding-left: 25px
}

.news-manager .summaries p {
    padding: 0;
    margin: 0;
    line-height: 1.2;
}

.news-manager .summaries .date {
    font-size: 0.9rem;
    margin-bottom: 8px;
    color: #aaa
}

.news-manager .summaries .category {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 5px
}

.news-manager .summaries .title {
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 10px
}

.news-manager .summaries .text {
    /* font-size:1.2rem;*/
    margin-bottom: 15px
}

.news-manager .summaries .more a {
    font-size: 0.9rem;
    color: var(--green) !important;
}

.news-manager .attachment {}

.news-manager .attachment img {
    max-width: 100%;
}