/*BANDEAU CSS*/

.list-mot-cle{
    font-size : 18px;
    display : inline;
    padding : 1%;
    font-family: 'HelveticaNeue cn',Helvetica,"Trebuchet MS",Arial;
    letter-spacing: 0;
    margin-right: -5px;
}
.container-mots-cles{
    text-align: center;
    background-color: #4387a7;
    padding : 1%;
}

.list-mot-cle > a{
    color : #ffffff;
}
.list-mot-cle > a:hover{
    color : #ffffff;
}
.text-bandeau{
    position: relative;
    font-size: 18px;
    font-family: 'HelveticaNeue cn',Helvetica,"Trebuchet MS",Arial;
    letter-spacing: 0;
    color: #294A5B;
    font-weight: bold;
}
.alinge-bandeau{
    margin-left: 15px !important;
    margin-right: 15px !important;
}
@media (min-width: 992px) {
    .text-bandeau{
        position: absolute;
        font-size: 18px;
        font-family: 'HelveticaNeue cn',Helvetica,"Trebuchet MS",Arial;
        letter-spacing: 0;
        color: #294A5B;
        font-weight: bold;
    }
}