#slider{
	min-height: 500px !important;
	/*float: left;
	width: 100%;*/
}
#slider .block{
	height: 100% !important;
	width: 100%;
	float: left;
	margin: 0px !important;
	padding: 0px !important;
}
#slider .block .content{
	height: 100% !important;
	width: 100%;
	float: left;
}

#slider .djslider-default, #slider .djslider-loader-default{
	height: 100% !important;
	float: left;
	width: 100%;
}
#slider .djslider-default .navigation-container{
	top: 50% !important;
}
#slider div.slide-container{
	padding-left: 130px;
}
#slider div.slide-items{
	position: relative;
	z-index: 0;
	overflow: hidden;
}
#slider div.slide-items, #slider div.slide-items div{
	/*height: 100%;*/
	max-height: 500px;
}
/*#slider div.slide-items div:first-child{
	display: block !important;
}*/
#slider div.slide-items div{
	/*display: none;*/
}
div.slide-items div.item {
	min-height: 500px;
	position: relative;
	overflow: hidden;
	background: no-repeat center;
	background-size: cover;
}
div.slide-items div.item .container{
	position: relative;
	padding-bottom: 30px;
	max-width: 100%;
	width: 100%;
	padding-left: 200px;
}
div.slide-items div.item .slogan{
	padding: 175px 0 5px;
	min-height: 150px;
}
div.slide-items div.item .slogan .sous-title-slide{
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 36px;
}
div.slide-items div.item .title-slide:before {
	display: none;
    content: "";
    width: 10px;
    height: 30px;
	margin: 0 12px 8px 0px;
    background: #058bbb;
    vertical-align: bottom;
	position: absolute;
	left: 0;
	top: 6px;
}
div.slide-items div.item .read-more a.link{
	/*background: url(../images/fleche-rouge.svg) no-repeat left center;
	padding-left: 40px;
	background-size: 29px 20px;*/
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	color: #ffffff;
}
div.slide-items div.item .read-more a.link{
	color: #ffffff;
}
div.slide-items div.item .read-more a.link:hover,
div.slide-items li.item .read-more a.link:focus{
	color: #058bbb;
}
div.slide-items div.item .title-slide{
	font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 35px;
    line-height: 44px;
    font-weight: 700;
    max-width: 450px;
    width: 100%;
    margin-top: 25px;
    padding-bottom: 0;
	text-transform: none;
	position: relative;
	text-shadow: 0px 0px 72px rgba(0, 0, 0, 1);
}
div.slide-items div.item .intro-slide{
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	max-width: 330px;
	margin: 10px 0 0;
	width: 100%;
}
div.slide-items div.item .mask{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: 100% 480px;
}

div.slide-items div.item .item-shape {
	display: none;
	position: absolute;
	width: 50%;
	height: 100%;
	opacity: .4;
	background: #000;
	background: -webkit-linear-gradient(to right, #000, rgba(0, 0, 0, 0));
	background: -moz-linear-gradient(to right, #000, rgba(0, 0, 0, 0));
	background: -o-linear-gradient(to right, #000, rgba(0, 0, 0, 0));
	background: linear-gradient(to right, #000, rgba(0, 0, 0, 0));
}
div.slide-items div.item .bg-slider{
	position: absolute;
    background: url(../images/griffon.svg) no-repeat;
	background-size: 100% 100%;
    max-width: 295px;
    width: 100%;
    height: 400px;
    bottom: -70px;
    left: -20px;
	mix-blend-mode: soft-light;
}
div.slide-items div.item .img-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*filter: grayscale(30%);
	-webkit-filter: grayscale(30%);
	-moz-filter: grayscale(30%);
	-o-filter: grayscale(30%);
	-ms-filter: grayscale(30%);*/
}

div.slide-items div.navigation {
	width: 100%;
	max-width: 100%;
	min-height: 20px;
	height: auto !important;
	display: block !important;
	border: 0px;
	margin: 40px 0 0;
	position: absolute !important;
	bottom: 100px;
}
div.slide-items div.navigation a{
	padding: 0 !important;
}
div.slide-items div.navigation span{
	width: 13px;
	height: 13px;
	background: transparent;
	display: inline-block;
	margin: 0 5px;
	border: 1px #fff solid;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	vertical-align: middle;
}
div.slide-items .controls-container {
	position: relative;
	max-width: 100%;
	width: 100%;
	margin-left: 200px;
}
div.slide-items .controls {
	position: absolute;
    bottom: 100px;
    padding: 0;
    left: 35px;
    text-align: left;
}

div.slide-items .controls .owl-prev,
div.slide-items .controls .owl-next{
	width: 34px;
	height: 34px;
	background-color: #ffffff;
	position: relative;
	border: 0 #fff solid;
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
	border-radius: 0%;
	position: absolute;
	top: 10px;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

div.slide-items .controls .owl-prev{
	left: 0;
	margin: 0 0 0 2px;
}
div.slide-items .controls .owl-next{
	right: 0;
}

div.slide-items .controls .owl-prev:hover,
div.slide-items .controls .owl-next:hover{
	background: #eadf46;
    color: #ffffff;
}

div.slide-items .controls .owl-prev:before,
div.slide-items .controls .owl-next:before{
	content: "";
	width: 7px;
	height: 12px;
	background-size: 7px 12px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
div.slide-items .controls .owl-next:before {
	background: url(../images/chevron-next.svg) no-repeat left center;
	background-size: 7px 12px;
}
div.slide-items .controls .owl-prev:before {
	background: url(../images/chevron-previous.svg) no-repeat left center;
	background-size: 7px 12px;
}

div.slide-items .controls .owl-next:hover:before,
div.slide-items .controls .owl-next:focus:before{
	width: 7px;
	height: 12px;
	background: url(../images/chevron-next-hover.svg) no-repeat left center;
	background-size: 7px 12px;
}
div.slide-items .controls .owl-prev:hover:before,
div.slide-items .controls .owl-prev:focus:before{
	width: 7px;
	height: 12px;
	background: url(../images/chevron-previous-hover.svg) no-repeat left center;
	background-size: 7px 12px;
}


div.slide-items .controls .owl-dots{
	margin-left: 25px;
    margin-right: 12px;
}
div.slide-items .controls .owl-dot {
	width: 12px;
	height: 12px;
	background: transparent;
	display: inline-block;
	margin: 0 12px 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px #719098 solid;
}
div.slide-items .controls .owl-dot.active {
	border: 1px #ffffff solid;
	background: #ffffff;
}
div.slide-items div.navigation a.prev:hover span,
div.slide-items div.navigation a.prev.active span,
div.slide-items div.navigation a.prev:focus span{
	width: 12px;
	height: 12px;
	background: url(../images/chevron-previous.svg) no-repeat left center !important;
	background-size: 12px 12px;
}
div.slide-items div.navigation a.next:hover span,
div.slide-items div.navigation a.next.active span,
div.slide-items div.navigation a.next:focus span{
	width: 12px;
	height: 12px;
	background: url(../images/chevron-next.svg) no-repeat right center !important;
	background-size: 12px 12px;
}
div.slide-items div.navigation a.active span,
div.slide-items div.navigation a:hover span,
div.slide-items div.navigation a:focus span{
	background: #ffffff;
}

div.slide-items video{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

div.slide-items .item-video{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
div.slide-items .item-video iframe{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 999;
}

@media (max-width: 1200px) {
	#slider div.slide-container{
		padding: 0 !important;
	}
	div.slide-items div.item .container{
		padding-left: 25px;
	}
	section#content_article .container{
		padding: 0 25px;
	}
}
@media (min-width: 1100px){
	div.slide-items div.item .img-bg{
		background-repeat: no-repeat;
		/*background-size: 100% auto;*/
		background-size: cover;
		background-position: center center;
	}
}

@media (min-width: 768px) and (max-width: 1100px) {
	#slider{
		float: none;
	}
}
@media (max-width: 767px) {
	#slider, #slider div.slide-items{
		min-height: 295px;
	}
	#slider{
		min-height: 295px !important;
	}
	div.slide-items div.item {
		min-height: 295px;
	}
	div.slide-items div.item .slogan {
		padding-top: 20px;
		min-height: 130px;
	}
	div.slide-items div.item .slogan:after {
		margin: 15px 0;
	}
	div.slide-items div.item .slogan .title-slide {
		line-height: 30px;
		font-size: 22px;
		max-height: none !important;
	}
	div.slide-items div.item .container{
		padding: 0 25px 35px;
		box-sizing: border-box;
	}
	/*.slide-items .controls-container {
		display:none;
	}*/
	div.slide-items div.item .img-bg{
		background-size:cover !important;
	}
	div.slide-items div.item .bg-slider {
		max-width: 300px;
		height: 440px;
		bottom: auto;
		left: -75px;
		top: 20px;
	}
}