﻿#carousel {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

#carousel .flexslider {
	overflow: hidden;
}

.flexslider {
	box-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	padding: 0;
	margin: 0;
	border: none
}

.flexslider .slides > li img {
	height: auto;
}

.introCarousel {
	height: 100%;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	/*background-color: rgba(19, 19, 20, 0.5);*/
	overflow: hidden;
}

.introCarousel .edito {
	width: 100%;
	float: right;
	padding: 74px 5px 0 140px;
}

.introCarousel h2 {
	font-family: 'Maven Pro', sans-serif;
	width: 500px;
	font-size: 50px;
	color: #D0D0D0;
	line-height: 1;
	text-shadow: 2px 1px 0 rgb(0 0 0 / 50%);
	margin: 0 0 13px;
	letter-spacing: -0.5px;
}

.introCarousel .descriptionhome {
	margin: 0 0 7px;
	overflow: hidden;
	font-size: 17px;
	color: #fff;
	font-family: arial;
}

	.introCarousel .descriptionhome {
		background: #000;
		background-color: rgba(0, 0, 0, 0.5);
		min-height: 150px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -7px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

.introCarousel .descriptionhome p {
width: 90%;
text-align: center;
color: #fff;
font-size: 17px;
font-family: arial;
line-height: 1;
margin: 0;
line-height: 19px;
margin: 0 auto;
}

.introCarousel .descriptionhome h3 {
	color: #fff;
	font-family: arial;
	font-style: italic;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	text-transform: capitalize;
}

.introCarousel .descriptionhome .home {
	text-align: center;
}


#carousel .flexslider .flex-control-nav {
	font-size: 0;
}

#carousel .flexslider .flex-control-nav {
	height: 10px;
	width: 100%;
	background: #ded9d8;
	left: 0;
	bottom: 0;
	z-index: 100;
}



#carousel .flex-direction-nav a {
	top: inherit;
	bottom: 57px;
	text-align: left;
	background: url(/media/btn-carousel.png) no-repeat 0 0;
	margin: -30px 0 0;
}

#carousel .flex-direction-nav a {
	width: 55px;
	height: 59px;
	overflow: hidden;
	text-indent: -1000px;
	text-align: left;
	background:  url(/media/btn-carousel.png) no-repeat 0 0;
	margin: -30px 0 0;
}


.flex-direction-nav .flex-prev {
	left: 0;
}

#carousel .flex-direction-nav a.flex-next {
	background-position: right 0;
}


ul, li, ol, ul li.expanded, ul li.leaf {
	list-style: none;
	margin: 0;
	padding: 0;
}

.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}


#carousel .flexslider .flex-control-nav {
	height: 10px;
	width: 100%;
	background: #ded9d8;
	left: 0;
	bottom: 0;
	z-index: 100;
}


#carousel .flexslider .flex-control-nav {
	height: 10px;
	width: 100%;
	background: #ded9d8;
	left: 0;
	bottom: 0;
	z-index: 100;
}

#carousel .flexslider .flex-control-nav {
	font-size: 0;
}

	#carousel .flexslider .flex-control-nav li {
		margin: 0;
	}

		#carousel .flexslider .flex-control-nav li a {
			border-radius: 0;
			-moz-border-radius: 0;
			-webkit-border-radius: 0;
			-o-border-radius: 0;
			width: 82px;
			height: 10px;
			border-right: 1px solid #fff;
			background: #ded9d8;
			box-shadow: none;
		}

#carousel .flex-control-nav li a.flex-active,
#carousel .flex-control-nav li a:hover {
	background: #0a78bd
}


	#carousel .flex-direction-nav a.flex-next {
		background-position: right 0;
	}

	#carousel .flex-direction-nav a:hover {
		opacity: 0.8;
		filter: alpha(opacity=80);
	}


@media only screen and (max-device-width : 1024px) {
	.introCarousel .descriptionhome p {
		font-size: 13px;
		line-height: 13px;
	}
}