/* carousel */
.carousel {
	/*position: static!important;
	top: -140px;
  z-index: -1;*/
}

.carousel,
.item,
.active,
.carousel-inner {
	margin-bottom: 0;
	/*height: 760px;*/
	height: 100%;
}

.carousel-inner > .item,
.carousel-item {
	/*height: 760px;*/
	height: 100%;
  background-color: transparent;
}

.carousel-inner > .item:hover,
.carousel-item:hover {
  cursor: pointer;
}

.carousel-inner > .item {
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
	background-size: cover;
}

.carousel-caption {
  position: absolute!important;
  left: 10%!important;
  bottom: 100px!important;
	z-index: 10!important;
	padding: 0 0 0 20px!important;
  text-align: left!important;
  text-shadow: 0 0 0 rgba(0,0,0,0)!important;
	border-left: 1px solid #111;
	color: #111!important;
}

.carousel-caption h1,
.carousel-caption h2,
.carousel-caption h3,
.carousel-caption p {
	color: #111;
  border-bottom: none;
	margin-bottom: 0;
}

.carousel-caption h2 {
	font-size: 18px!important;
	font-family: 'UniversLTStd-Bold', sans-serif!important;
	font-weight: 700!important;
}

.carousel-caption h3 {
	font-size: 16px!important;
	font-weight: 400;
	margin-bottom: 10px;
}

.carousel-caption p {
	font-size: 16px!important;
	font-weight: 400;
}

.carousel-caption a {
	/*display: block;
	z-index: 999;*/
}

.carousel .right.carousel-control,
.carousel .left.carousel-control,
.right.carousel-control,
.left.carousel-control,
.carousel-control {
	z-index: 0;
	/*height: 760px;*/
	height: 100%;
}

.carousel .right.carousel-control img,
.right.carousel-control img,
.carousel .left.carousel-control img,
.left.carousel-control img,
.carousel-control img {
	margin-top: 45vh!important;
	z-index: 9;
}

#myCarousel2.carousel {
	position: relative!important;
	top: 0;
  z-index: 0;
	height: auto!important;
	min-height:400px;
}

#myCarousel2 .carousel-inner,
#myCarousel2 .carousel-inner > .item,
#myCarousel2 .carousel-item {
	margin-bottom: 0;
	height: auto!important;
	min-height:400px;
  background-color: transparent;
}

#myCarousel2 .carousel-item > img {
  position: relative;
  min-width: 100%;
  height: 400px!important;
	width: auto!important;
	text-align: center;
}

#myCarousel2.carousel .right.carousel-control2,
.right.carousel-control2 {
	right: -50px;
}

#myCarousel2.carousel .left.carousel-control2,
.left.carousel-control2 {
	left: -50px;
}

#myCarousel2.carousel .right.carousel-control2,
#myCarousel2.carousel .left.carousel-control2,
.carousel-control2 {
	position: absolute;
	top: 200px;
	height: 400px!important;
	background: none!important;
	background-image: none!important;
}

#myCarousel2.carousel .right.carousel-control2 img,
#myCarousel2.carousel .left.carousel-control2 img,
.right.carousel-control2 img,
.left.carousel-control2 img,
.carousel-control2 img {
	margin-top: 0!important;
	height: 40px!important;
	border: none!important;
	background: none!important;
	background-image: none!important;
}

/* Query medias */
@media only screen and (max-width : 1024px)  {
	/* carousel */
	#myCarousel .carousel {
		position: absolute!important;
		top: 0;
		width: 100%;
		/*height: calc(100% - 100px)!important;*/
    height: 100%!important;
	}

	#myCarousel .carousel,
	#myCarousel .carousel-inner {
		margin-bottom: 0;
    /*height: calc(100% - 100px)!important;*/
    height: 100%!important;
	}

	#myCarousel .carousel-inner > .item,
	#myCarousel .carousel-item > img,
	#myCarousel .carousel-item {
    /*height: calc(100% - 100px)!important;*/
    height: 100%!important;
	}

	.carousel-caption {
	  bottom: 30px!important;
	}

	.carousel-caption h2 {
		font-size: 15px!important;
	}

	.carousel-caption h3 {
		font-size: 13px!important;
	}

	.carousel-caption p {
		font-size: 13px!important;
	}

	.carousel .right.carousel-control,
	.carousel .left.carousel-control,
	.right.carousel-control,
	.left.carousel-control,
	.carousel-control {
		/*height: calc(100% - 7px)!important;*/
    height: 100%!important;
	}

	.carousel .right.carousel-control img,
	.right.carousel-control img,
	.carousel .left.carousel-control img,
	.left.carousel-control img,
	.carousel-control img {
		margin-top: 300px!important;
		height: 39px;
	}

	#myCarousel2 .carousel {
		position: static!important;
		top: 0;
		height: 400px;
		margin-bottom: 0;
	}

	#myCarousel2 .carousel-inner,
	#myCarousel2 .carousel-inner > .item,
	#myCarousel2 .carousel-item {
		height: 400px!important;
	}

	#myCarousel2 .carousel-item > img {
	  height: 400px!important;
		width: auto!important;
		text-align: center;
	}

	#myCarousel2 .carousel .right.carousel-control,
	#myCarousel2 .carousel .left.carousel-control,
	#myCarousel2 .right.carousel-control,
	#myCarousel2 .left.carousel-control,
	#myCarousel2 .carousel-control {
		height: 400px!important;
	}

	#myCarousel2 .carousel .right.carousel-control img,
	#myCarousel2 .carousel .left.carousel-control img,
	#myCarousel2 .right.carousel-control img,
	#myCarousel2 .left.carousel-control img,
	#myCarousel2 .carousel-control img {
		margin-top: 200px!important;
	}
}
