
 div.container:last-of-type{
	 margin-bottom: 200px;
 }


  
 .espace{
	  margin: 30px 0;
  }



.ppt h3,.ppt-off h3{
	color:#3e86c6;
}


.ppt,.ppt-off{
	padding: 20px;
	cursor: pointer;
	border-bottom: 1px solid #e6e6e6;
}

.ppt:hover{
	background-color: #f7f7f7;
	color: #555555;
}

.ppt:hover img{
}

.ppt:hover h3{
  color: #23527c;
  text-decoration: underline;
}


.ppt-off:hover{
	cursor: auto;
}



.panel-title a{
	color:#3d86c6;
	line-height: 140%;	
}


.col-md-2 {
	padding-left: 0;
}

.footer{
	
	width: 100%;
	padding: 20px;
	font-size: 11px;
	text-align: center;
	color: #d0d0d0;
}


/* Makes images fully responsive */

.img-responsive,
.thumbnail > img,
.thumbnail a > img,a
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  height: auto;
}

/* ------------------- Carousel Styling ------------------- */

.carousel-inner {
  border-radius: 15px;
}

.carousel-caption {
  background-color: rgba(0,0,0,.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 0;
  color: #fff;
  text-align: left;
}

.carousel-indicators {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  margin: 0;
  padding: 0 25px 25px 0;
  text-align: right;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}


/* ------------------- Section Styling - Not needed for carousel styling ------------------- */

.section-white {
   padding: 10px 0;
}

.section-white {
  background-color: #fff;
  color: #555;
}

@media screen and (min-width: 768px) {

  .section-white {
     padding: 1.5em 0;
  }

}

@media screen and (min-width: 992px) {

  .container {
    max-width: 930px;
  }

}
