/* CSS Document */

.listActusHome .thumbnail, .listActusPage .thumbnail, .eventsNews .thumbnail, .listActus .thumbnail, .listEventsHome .thumbnail, .listEvents .thumbnail {
  border: 0;
  margin: 0;
  margin-left: 1px;
  margin-right: 1px;
  padding: 0;
  height: 100%
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.listActusHome .category, .listActusPage .category, .eventsNews .item .category, .headerSingleActu .category, .headerSingleAgenda .category {
  color: #fff;
  display: inline-block;
  font-weight: bold;
  left: 0px;
  line-height: 1;
  padding: 16px 23px;
  position: absolute;
  top: 0;
  text-transform: uppercase;
  font-size: 1.4em;
}

.eventsNews .item .category {
  z-index: 4;
}

.listActusHome .caption, .listActusPage .caption, .eventsNews .caption {
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 25px;
  position: absolute;
  right: 0;
  top: auto;
}
.eventsNews .caption {
  z-index: 3;
}
.listActusHome .firstActu .caption {
  padding: 60px 35px;
}

.listActusHome .caption a, .listActusPage .caption a, .eventsNews .caption a {
  color: #fff;
}
.listActusHome .caption a:hover, .eventsNews .caption a:hover {
  text-decoration: none;
}

.eventsNews .col-sm-6 {
  height: 242px;
  margin-bottom: 20px;
}
.eventsNews article:nth-child(6n+1), .eventsNews article:nth-child(6n+6) {
  height: 504px;
}
.eventsNews article:nth-child(6n+5) {
  clear: left;
}
.eventsNews article:nth-child(6n+6) {
  margin-bottom: -242px;
  position: relative;
  top: -262px;
}
.eventsNews .item {
  height: 100%;
}
.eventsNews article:nth-child(6n+2) .item, .eventsNews article:nth-child(6n+3) .item, .eventsNews article:nth-child(6n+4) .item, .eventsNews article:nth-child(6n+5) .item {
  height: 100%;
  overflow: hidden;
}
.eventsNews article:nth-child(6n+2) .thumbnail, .eventsNews article:nth-child(6n+3) .thumbnail, .eventsNews article:nth-child(6n+4) .thumbnail, .eventsNews article:nth-child(6n+5) .thumbnail {
  height: 100%;
  position: relative;
  z-index: 1;
}
.eventsNews article:nth-child(6n+2) .item .img-responsive, .eventsNews article:nth-child(6n+3) .item .img-responsive, .eventsNews article:nth-child(6n+4) .item .img-responsive, .eventsNews article:nth-child(6n+5) .item .img-responsive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

figure >img,figure a > img{
	display:block;
	max-width:100%;
	margin:0 auto;
}
.eventsNews .item .title {
    font-size: 32px;
	text-shadow: 2px 2px 4px #2C2C2C;
	text-transform: none;
	font-weight: bold;
}