.nicdark_menu > li > a:after  {
	margin: 0 10px !important;
}

.hidden {
    display:none !important;
}

.text-center {
    text-align:center !important;
}

.nicdark_parallaxx_img10 { 
    background: #aacf85 !important;
}

/*menu aside*/


.widget-AsideMenuWidget {
	width: 200px ;
	margin-top: 10px;
}

.widget-AsideMenuWidget > li{
	float: left;
    width: 100%;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-width: 1px;
}	


.widget-AsideMenuWidget > nicdark_menu > li > a {
    color: #f00;
}
/* breadcrumb*/

/*Image Album*/
.centreImage {
    margin-left: auto;
    display: block;
    margin-right: auto;
}

.media-item > header {
    display:none;
}


/*Pagination*/

.pager {
    list-style: none;
    padding-left: 40%;
    margin: 12px 0 0 0;
}

.pager a {
    font-size: 1.077em;
    display: block;
    background-color: #76b38f;
    padding: 6px 6px;
    color: white;
    width: 70px;
    text-align: center;
    transition: all 0.5s ease;
}

.pager a:hover {
    box-shadow: 0px 0px 0px 0px transparent !important;
    margin-top: 4px;
    margin-bottom: -4px;
}

.pager li {
    float: left;
    padding: 0 12px 0 0;
    margin: 0;
}

.pager ul {
       
}

/*ReseauAgence*/
.ReseauAgence {
    
}

.ReseauAgence img{
    width: 100%;
}

.ReseauAgence td{
    vertical-align: top;
    width: 50%;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #626262;
    font-family: 'Lato', sans-serif;
}



/*Dépêches*/
.depeche div {
    display:inline;
}


/*general*/
.name {
    font-size: 16px;
    font-weight: bold;
}

.contenuGeneral {
    
}

.contenuGeneral h4 {
    color: #006633 !important;
    font-weight: bold !important;
}

.contenuGeneral p {
    text-align: justify !important;
}



/* Video*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }