.adherent {
    background-color: #419a44;
    color: #fff;
}

.adherent h2 {
    padding: 15px 15px 0px 15px;
    color: w
}

.adherent .nbAdherent,
.adherent .dropdown {
    padding: 0px 15px 15px 15px;
}

.adherent .btn-default {
    background-color: transparent;
    color: #fff;
    width: 100%;
    text-align: left;
}

.adherent .btn-default.active,
.adherent .btn-default:active,
.adherent .open>.dropdown-toggle.btn-default {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.adherent .dropdown-menu>li>a:focus,
.adherent .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #83b488;
}

.adherent .caret {
    top: 2px;
    float: right;
    border-top: 10px dashed;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    margin-top: 5px;
}

.adherent .dropdown-menu {
    padding: 0;
    margin: 0;
    top: unset;
    left: unset;
    z-index: 1000;
    position: relative;
}

.adherent .nbAdherent .badge {
    background-color: #ea9549;
}

.adherent .registerAdherent {
    padding: 15px;
}

.adherent .registerAdherent a {
    color: #fff;
    padding-left: 25%;
    padding-right: 25%;
    text-decoration-line: underline;
    font-size: 1.0em;
}

.gallery-container-item {
    height: 325px;
    background-repeat: no-repeat;
    background-size: cover;
}

.gallery-bloc-caption {
    width: 100%;
    background-color: rgba(3, 3, 3, 0.289);
    position: relative;
    top: 217px;
    padding-top: 15px;
}

.gallery-bloc-contour {
    position: absolute;
    bottom: 30%;
    top: 30%;
    font-size: 5em;
    color: #fff;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
}

.gallery-bloc-legend {
    margin-left: 20px;
    margin-right: 20px;
    text-align: left;
    color: #fff;
    font-size: 1.2em;
}

#ged-table-role-list td{
    vertical-align: middle;
}

.dropdown-toggle>.caret{
    margin-left: 5px;
}

.dropdown-submenu .caret{
   transform: rotate(-90deg);
   transition: .25s;
}

.dropdown-submenu:hover .caret{
    transform: rotate(0);
    transition: .65s;
}

.active{
    transform: rotate(0);
}

 .menu-niv2 a:hover{
    color: #0a4e1c;
}

.dropdown-menu > li:hover > a{
    background-color: #2d9338;
    color: #fff;
}


.nav .open>a:hover{
    background-color: #2d9338;
    color: #fff;

}

.identification_societe{
    margin-bottom:20px;
    font-size: 1.2em;
    display: flex;
    align-items: center;
}
.identification_societe img{
    margin-right: 15px;
    display: inline-block;
    /*max-width: 200px;*/
}
.identification_societe .adresse_societe{
    display: inline-block;
    padding: 10px 20px;
}

.contact_societe{
    margin-bottom: 15px;
}
#carousel-product-generic{margin-bottom:20px;}

#imgAccesAdherents{padding-bottom: 7px; margin-left: 15px;}

.labelAccesAdherent{
    font-size: 0.875em;
    display: inline-block;
    width: 65px;
    vertical-align: middle;
    padding-bottom: 7px;
    margin-left: 5px;
    font-weight: bold;
}

#s-catalog-view-product h1{
    background-color: #e8e8e8;
    padding: 10px 15px;
}