#infos_en_direct {
    border: 1px solid #DDD;
    padding: 0 9px;    
    margin-bottom: 15px;
}

#infos_en_direct h2 {
    margin: 8px 0px 4px 0px;
	font-weight: bold !important;
    font-size: 30px;
    line-height: 1em;
    font-family: 'Yanone Kaffeesatz',Arial,verdana;
    border-bottom: 1px solid #DDD;
}

#infos_en_direct .ied-row {
    width: 100%;
    margin-bottom: 0px;
    /*
    float: left;
    position: relative;
    */
}
#infos_en_direct .tabs-row {
    margin-bottom: 13px;
}
#infos_en_direct .tabs-row::after {
    content: "";
    display: block;
    clear: both;
}
#infos_en_direct .breves-row {
    min-height: 120px;
}
#infos_en_direct .breves-navigation-row {
    margin: 6px 0px 25px 0px;
    display: none;
}
@media screen and (max-width:768px) {
    #infos_en_direct .breves-navigation-row {
        margin: 6px 0px 35px 0px;
    }
}
#infos_en_direct .tabs {
    text-align: center;
    width: 49%;
    float: left;
    color: #ffffff;
    padding-bottom: 2px; 
    font-size: 15px;
    font-family: 'Open Sans Condensed',Arial,Verdana;
    font-weight: bold;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    text-transform: uppercase;
}
#infos_en_direct .tabs div {
    background: #939393;
    padding-bottom: 2px;
}
#infos_en_direct .tabs.active {
    border-bottom: 2px solid #e02248;
}
#infos_en_direct .tabs.active div {
    background: #e02248;
}
#infos_en_direct #tab-qps {
    margin-right: 1%;
}
#infos_en_direct #tab-afp {
    margin-left: 1%;
}
#infos_en_direct .breve-navigation{
    background: #e30046;
    color: #ddd;
    position: absolute;
    z-index: 5;
    padding: 5px 10px;
    font-weight: bold;
    cursor: pointer;
}
#infos_en_direct .text {
    position: absolute;
    text-align: center;
    width: 100%;
    font-weight: bold;
    font-size: 0.8em;
    color: #e30046;
    background: #ddd;
    padding: 7px 0px;
}
#infos_en_direct .page-next {
    right: 0px;
}
#infos_en_direct .page-prev {
    left: 0px;
}
#infos_en_direct .views-row {
    width: 100%; background: transparent; margin: 2px 0px; padding: 3px 3px 0 3px; overflow: hidden;
}
#infos_en_direct .views-row::after {
    content: "";
    display: block;
    clear: both;
}
#infos_en_direct .time {
    float: left; margin-right: 7px; font-size: 13px; color: #e02248;
}
#infos_en_direct .breves_list_container > a .date-title-container {
    float: left; width: calc(100% - 60px); border-bottom: 1px dotted #39434C; padding-bottom: 5px; min-height: 46px;
}
#infos_en_direct .breves_list_container > a:last-child .date-title-container {
    border-bottom: none;
}
#infos_en_direct .date-title-container .date {
    font-size: 0.6em; color: #e30046;
    display: none;
}
#infos_en_direct .date-title-container .title {
    font-size: 13px;
    color: #000;
}
#infos_en_direct .breves_list_container {
    min-height: 130px;
}
#infos_en_direct .not-found {
    color: #E30046; font-weight: bold; text-align: center; padding: 50px 10px;
}
#infos_en_direct .breve-link a {
    display: block;
    background-color: #939393;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Yanone Kaffeesatz',Arial, verdana;
    font-size: 30px;
    line-height: 1.2em;
    padding-top: 7px;
    margin: 0 -10px;
}
#infos_en_direct .breve-link a:hover {
    text-decoration: none;
}
