#header {
    border-bottom: 5px solid #efefef;
}

.filariane,
.filariane a {
    color: black;
}

.bandeau {
    border-bottom: 1px solid white;
    background-position: center;
    background-size: cover;
}

.content {
    background-color: white;
    padding: 0;
}

.bandeau,
.bandeau .bandeau_titre {
    position: relative;
}

.bandeau::before {
    content: '';
    z-index: 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.2) 85%, rgba(0, 0, 0, 0.3) 100%) repeat scroll 0% 0%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.bandeau_liens {
    position: relative;
    min-height: 48px;
}

.filariane {
    position: relative;
    line-height: 30px;
    position: relative;
    padding: 10px 0;
    display: inline-block;
}

.bandeau_liens .menu_gestion {
    position: relative;
    display: inline;
}

.bandeau_liens .bouton {
    float: right;
    display: table;
    padding: 5px;
}

.bandeau_liens .bouton a {
    float: none;
    display: block;
}

.bouton:hover a,
.bouton a:hover {
    text-decoration: none;
}

.bloc_accueil_content {
    position: relative;
}

#bloc_adhesion {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 33.33%;
}

#bloc_adhesion h2.titre_bloc {
    color: white;
    text-transform: uppercase;
    padding: .5em;
    font-size: 1.2em;
    text-align: center;
    margin: 0;
}

#bloc_adhesion .chapo {
    padding: 0 20px;
    color: black;
    font-style: normal;
    font-size: 1em;
}

#bloc_adhesion .bouton i {
    color: white;
    border-left: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.6);
}

#bloc_adhesion .bouton span {
    color: white;
}

.damier.table_item .item {
    color: white;
}

.table.TOC p {
    margin: 0;
}

#bloc_agenda_actu {
    background-color: white;
}

#bloc_agenda_actu .bloc_content {
    background-color: #efefef;
    max-width: 1100px;
    margin: 0 auto;
    padding: 30px 2.5%;
}

#bloc_agenda_actu .bloc_content h2.titre_bloc {
    margin-top: 0;
    padding: 0;
}
