/*BANDEAU COOKIE*/
#bandeaucookie-wrapper {
    position   : relative;
    width    :100%;
    z-index: 1000;
    padding    : 8px;
    background : #313237;
    color      : #ffffff;
    font-size  : 14px;
}

#bandeaucookie {
    width  : 100%;
    text-align: center;
    margin : 0 auto;
    position: relative;
}
#bandeaucookie a#bandeauClose {
    background: #C90A23;
    padding: 10px;
    font-weight: bold;
    font-size : 14px;
}
#bandeaucookie a {
    display   : inline-block;
    position: relative;
    top : -1px;
    right: 0;
    font-size : 11px;
    color     : #ffffff;
    text-decoration: underline;
    text-decoration: none;
    line-height: 1em;
}

