.search{
	border-bottom : 1px solid #e6e6e6;
	padding: 3px 0;
}

.banner{
	background: url(../img/ban_eeml.jpg) no-repeat center center;
	height: 190px;
}

.banner .col-md-2{
	margin-top: 3%;
}

/* ################### DEBUT DU MENU ################### */

.menu{
	background-color: #082452;
	padding:1px 0;
}

.menu a, .menu a:link, .menu a:visited{
	color: #fff;
}
/*
.menu a:active, .menu a:hover{
	color: #082452;
}
 */
ul.sf-menu{
  padding: 0;
  margin: 0;
  border-bottom: 0;
}

.sf-menu li{
  background-color: initial;
}

.sf-menu a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 1em 3em;
    text-decoration: none;
    zoom: 1;
}


/* ################### FIN DU MENU ################### */

.slider{
	background-color: #139739;
	padding: 10px 0;
}

.corps{
	background-image: url(../img/fnd_eeml.png);
}

.corps .container{
	background-color: #fff;
	padding-bottom: 20px;
	padding-top: 20px;
	min-height: 600px;
}

.corps h2{
	color: #082452;
	border-bottom: 1px solid #e6e6e6;
	font-weight: bold;
	font-size: 18px;
}

.thumbFolder{
	border-bottom: 3px solid #082452;
	background-color: #f8f8f8;
	padding:0;
}

.thumbFolder h3{
	padding: 5px 0;
	margin:0;
	color: #5d5d5d;
	font-weight: bold;
}

.thumbFolder p{
	color: #89898a;
}

.thumbFolder h3 a, .thumbFolder h3 a:link, .thumbFolder h3 a:visited{
	color: #5d5d5d;
}

.areaMembers{
	background-color: #eeeeee;
}

.col-md-9 .areaMembers{
	padding-left: 0;
	margin-left: 0
}

.footer{
	background-color: #139739;
	color: #fff;
	border-top: 5px solid #082452;
	padding: 20px 0;
	font-size: 12px;
}

.footer a, .footer a:link, .footer a:visited{
	color: #fff;
}
.createAccount{
	padding-bottom: 20px; 
	border-bottom: 1px dotted #6e6e6e;
}

h3{
	color: #0b6ba8;
	font-weight: bolder;
	font-size: 14px;
}

.registerMembers label{
	color: #0b6ba8;
	font-weight: normal;
}

.row.vdivide [class*='col-']:not(:last-child):after {
  background: #082452;
  width: 1px;
  content: "";
  display:block;
  position: absolute;
  top:0;
  bottom: 0;
  right: 0;
  min-height: 70px;
}

.datepicker table, .datepicker-inline{
	width: 100%;
}

.datepicker{padding:0;}

.owl-item .thumbnail{
	background-color: #fcfcfc;

}

.owl-item  .caption h3{
	margin-top: 0;
}

.owl-item  .caption p{
	margin-bottom: 0;
}

/* Comportement par défaut */,
.text-left-sm,
.text-left-md,
.text-left-lg,
.text-center-sm,
.text-center-md,
.text-center-lg,
.text-right-sm,
.text-right-md,
.text-right-lg,
.text-justify-sm,
.text-justify-md,
.text-justify-lg { 
    text-align: inherit; 
}
/* Style par défaut */
.text-left-xs { 
    text-align: left; 
}
.text-center-xs { 
    text-align: center; 
}
.text-right-xs { 
    text-align: right;
}
.text-justify-xs { 
    text-align: justify; 
}
/* Style pour tablette */
@media (min-width: 768px) {
    .text-left-sm, 
    .text-left-xs { 
        text-align: left; 
    }
    .text-center-sm, 
    .text-center-xs { 
        text-align: center; 
    }
    .text-right-sm, 
    .text-right-xs { 
        text-align: right; 
    }
    .text-justify-sm, 
    .text-justify-xs { 
        text-align: justify; 
    }
}
/* Style pour desktop */
@media (min-width: 992px) {
      .text-left-md, 
      .text-left-sm, 
      .text-left-xs { 
          text-align: left; 
      }
      .text-center-md, 
      .text-center-sm, 
      .text-center-xs { 
          text-align: center; 
      }
    .text-right-md, 
    .text-right-sm, 
    .text-right-xs { 
        text-align: right;
    }
    .text-justify-md, 
    .text-justify-sm, 
    .text-justify-xs { 
        text-align: justify;
    }
}
/* Style pour grand desktop */
@media (min-width: 1200px) {
    .text-left-lg, 
    .text-left-md, 
    .text-left-sm, 
    .text-left-xs {
        text-align: left;
    }
    .text-center-lg, 
    .text-center-md, 
    .text-center-sm, 
    .text-center-xs {
        text-align: center;
    }
    .text-right-lg, 
    .text-right-md, 
    .text-right-sm, 
    .text-right-xs {
        text-align: right;
    }
    .text-justify-lg, 
    .text-justify-md, 
    .text-justify-sm, 
    .text-justify-xs {
        text-align: justify;
    }
}