
.breve_selection_covid {
    max-width: 660px;
    margin: 30px auto;
    font-family: "Marr Sans", "Helvetica Neue", Helvetica, Arial;
    z-index: 5;
    color:#fff;
    padding:0;
}

.breve_selection_covid strong{
    font-weight: 500;
}
.breve_selection_covid p{
    margin:0!important;
}

.breve_selection_covid ul li:before{
    display: none;
}

.d_intro, .d_outro{
    color:#333;
    margin:0;
    padding:2rem 0;
}
.d_intro{
     border-top: solid 1px #979797;
     font-family: "Marr Sans Condensed", "Fette", "Helvetica Neue", Helvetica, arial, sans_serif;
     font-size:2rem;
     font-weight: 600;
     line-height: 2.2rem;
        
}
.d_outro{
     border-bottom: solid 1px #979797;
     font-size:1.6rem;
     line-height: 2.4rem;
}
.d_outro a{
    font-weight: 500;
    border-bottom: 2px solid #333!important;
    white-space: nowrap;
    text-decoration: none!important;
}
.d_outro a:hover{
    border-bottom: 2px solid #0070b2!important;
}

.d_nav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    background: #2A303C;
}

.d_nav_item {
    width: calc(100%/3);
    font-weight: 500;
    height: 58px;
    font-size:1.5rem;
    line-height: 1.8rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    background: #2A303C;
    user-select: none;
    cursor: pointer;
    border-style: solid;
    border-color:#fff;
    border-width: 0 1px 1px 0;
    padding:0 .5rem;
}
.d_nav_item.d_active {
    background: #383F4E;
    border-bottom-color:#383F4E;
}
.d_nav_item:not(.d_active):hover {
    background: #383F4E;
}
.d_nav_item:last-child{
    border-width: 0 0 1px 0;
}
.d_icon img{
    height:14px;
    margin-right:7px;
}





.d_content {
    width: 100%;
    margin: 0;
    background-color: #383F4E;
}
.d_content_wrapper {
    width: 100%;
    margin: 0;
}

.d_content_item{
    display: none;
    padding: 3rem;
    width: 100%;
    overflow: auto;
    flex-wrap: wrap;
    overflow: hidden;
}
.d_content.d_plie .d_content_item{
    max-height: 230px;
}

.d_content_item.d_active{
    display: flex;
}

.d_content a{
    border: 0!important;
    color:#fff;
}

.d_main, .d_second {
    width: 100%;
}
.d_main{
    border-bottom: solid 1px rgba(255,255,255,.2);
    padding:0 0 1rem 0;
    margin:0 0 2rem 0;
}
.d_article{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin:0 0 1rem 0;
    font-size:1.5rem;
    font-weight: 500;
    line-height: 2rem;
}
.d_article a{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    border:0;
    width: 100%;

}

.d_article a:hover{
    border:0;
}
.d_article_texte{
    border-bottom: 1px solid transparent;
}
.d_article a:hover .d_article_texte{
    text-decoration: underline;
}
.d_second {
    font-size:1.4rem;
}
.d_second_more{
    display: none;
}
.d_second a:hover{
    border-bottom: 1px solid #fff!important;
}
.d_second ul {
    list-style: square;
    margin:0 0 0 2rem;
    padding:0;
    display: none;
}
.d_second li {
    margin:.6rem 0!important;
    padding:0!important;
}
.d_article_illustr{
    width:80px;
    height:30px;
    margin:0 1.1rem 0 0;
    flex-shrink: 0;
}
.d_article_illustr img{
    width:100%;
}



.f_viewmore{
    background-color: #464F5F;
    color:white;
    font-weight: 500;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-family: "Marr Sans", "Helvetica Neue", Helvetica, Arial;
    text-transform: uppercase;
    font-size:1.1rem;
    letter-spacing: 0.8px;
    border-radius: 0 0 .8rem .8rem;
    position: relative;
}

.f_viewmore > span{
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding:1.4rem 0;
}
.f_viewmore > span::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    content: "";
    height: 2rem;
    width: 2rem;
    background-repeat: no-repeat;
    background-image: url("//assets-decodeurs.lemonde.fr/decodeurs/medias/breveselectioncovid/fleche.svg");
    background-position: bottom 5px right;
    margin-left: .6rem;
}
.f_viewmore > .f_viewmore_close::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-position: top 6px left;
}
.f_viewmore_close, .d_plie .f_viewmore_open{
  display: flex;
}
.f_viewmore_open, .d_plie .f_viewmore_close{
  display: none;
}

.d_plie .f_viewmore:before {
    content: "";
    background-image: linear-gradient(rgba(57, 57, 58,.4),rgba(57, 57, 58,1),rgba(57, 57, 58,1));
    position: absolute;
    height: 80px;
    top: -80px;
    left: 0;
    width: 100%;
}


@media screen and (max-width:600px) {
    .d_icon{
        display: none;
    }
    .d_content_item{
        padding: 2.4rem 2rem 1rem 2rem;
    }
    .d_article{
        margin:0 0 1.5rem 0;
        font-size:1.4rem;
    }
}