/************************************/
/* HERO */
/************************************/

#hero {
	width: 100%;
	padding: 0 0 30px 0;
	position: relative;
	background: #fff;
}

#hero .slide {
	width: 100%;
	height: 70vh;
	position: relative;
}

#hero .slide a {
	width: 100%;
	height: 100%;
	position: absolute;
}

#hero .slide .textWrap {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
}

#hero .slide .slideText {
	background: rgba(191,215,43,.9);
	position: relative;
	display: inline-block;
	margin: auto;
	padding: 0 20px 20px 20px;
	max-width: 800px;
}

#hero .slideText .textArrow {
	width: 100%;
	height: 20px;
	background: url("/image/heroArrow.svg") no-repeat 50% 100%;
	background-size: cover;
	position: absolute;
	top: -20px;
	left: 0;
}

#hero .slideText h1 {
	font-weight: 700;
	font-style: italic;
}

#hero .slideText p {
	font-weight: 300;
}

#hero ul.slideNav {
	position: relative;
	margin: auto;
	margin-top: -60px;
	padding-bottom: 60px;

	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

#hero ul.slideNav li {
	width: 50%;
	float: left;
	margin-top: -10px;
}

#hero ul.slideNav li:last-of-type {
	text-align: right;
}

#hero .slideNav span {
	display: inline-block;
	font-size: 60px;
	color: rgba(191,215,43,.9);
	cursor: pointer;
}

#hero .slideNav span:hover {
	color: #333;
}

/************************************/
/* END HERO */
/************************************/

/************************************/
/* PRESENTATION */
/************************************/

#presentation {
	width: 100%;
	background: #fff;
	padding: 30px 0;
	text-align: center;
}

#presentation h2 {
	font-weight: 700;
	font-style: italic;
	color: #3f8aa7;
}

#presentation p {
	font-weight: 300;
}

#presentation a {
	text-transform: uppercase;
	padding: 10px 20px;
	text-decoration: none;
	display: inline-block;
	margin: 10px auto;
	border-radius: 3px;
	font-weight: 700;
}

/************************************/
/* END PRESENTATION */
/************************************/

/************************************/
/* SMALL SLIDER */
/************************************/

#indexSlider {
	width: 100%;
	background: #fff;
	padding: 30px 0;
}

#indexSlider .slickSlide {
	position: relative;
	text-align: center;
	border-right: 1px solid #fff;
}

#indexSlider .slickSlide h3 {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	background: rgba(246,137,28,.9);
	color: #fff;
	font-weight: 700;
}

#indexSlider .slickDot {
	text-align: center;
}

#indexSlider .slickDot li {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 2px;
}

#indexSlider li button {
	border: none;
	background: none;
}

#indexSlider li.slick-active button {
	color: #ccc;
}

/************************************/
/* END SMALL SLIDER */
/************************************/

/************************************/
/* INFORMATIONS */
/************************************/

#informations {
	padding: 30px 0 60px 0;
	background: #fff;
}

#informations .infoWrap {
	width: 50%;
	float: left;
	padding: 0 10px 0 0;
	box-sizing: border-box;
}

#informations .contacts {
	padding: 0 0 0 10px;
}

#informations .infoWrap h3 {
	font-style: italic;
}

#informations .infoWrap .welcomeTxt {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#informations li {
	margin: 10px 0 0 0;
}

#informations .news a {
	color: #333;
	text-decoration: none;
	margin: 0 0 5px 0;
	display: block;
}

#informations .news a:hover {
	text-decoration: underline;
}

#informations .news a::before {
	content: "» ";
}

#informations li p {
	font-weight: 300;
	position: relative;
}

#informations li p::before {
	content: "- - -";
	position: absolute;
	top: -12px;
	left: 0;
}

#informations .contacts li {
	font-weight: 300;
}

#informations .contacts a {
	color: #f6891c;
	text-decoration: none;
}

#informations .contacts a:hover {
	text-decoration: underline;
}


/************************************/
/* END INFORMATIONS */
/************************************/

/************************************/
/************************************/
/* TABLET */
/************************************/
/************************************/

@media (max-width:1200px) {

	/************************************/
	/* HERO */
	/************************************/

	#hero {
		padding: 0 0 20px 0;
	}

	#hero .slide .slideText {
		max-width: 600px;
	}

	/************************************/
	/* END HERO */
	/************************************/

	/************************************/
	/* PRESENTATION */
	/************************************/

	#presentation {
		padding: 20px 0;
	}

	/************************************/
	/* END PRESENTATION */
	/************************************/

	/************************************/
	/* SMALL SLIDER */
	/************************************/

	#indexSlider {
		padding: 20px 0;
	}

	/************************************/
	/* END SMALL SLIDER */
	/************************************/

	/************************************/
	/* INFORMATIONS */
	/************************************/

	#informations {
		padding: 20px 0 40px 0;
	}

	/************************************/
	/* END INFORMATIONS */
	/************************************/

}

/************************************/
/************************************/
/* SMARTPHONE */
/************************************/
/************************************/

@media (max-width:767px) {

	/************************************/
	/* HERO */
	/************************************/

	#hero {
		padding: 0 0 15px 0;
	}

	#hero .slide .slideText {
		max-width: 240px;
	}

	#hero ul.slideNav {
		margin-top: 0;
		padding-bottom: 0;
		width: 100%;
		height: 40px;
	}

	#hero .slideNav span {
		font-size: 30px;
	}

	#hero ul.slideNav li {
		width: 50%;
		margin-top: 10px;
		text-align: right;
	}

	#hero ul.slideNav li:last-of-type {
		text-align: left;
	}

	/************************************/
	/* END HERO */
	/************************************/

	/************************************/
	/* PRESENTATION */
	/************************************/

	#presentation {
		padding: 15px 0;
	}

	/************************************/
	/* END PRESENTATION */
	/************************************/

	/************************************/
	/* SMALL SLIDER */
	/************************************/

	#indexSlider {
		padding: 15px 0;
	}

	/************************************/
	/* END SMALL SLIDER */
	/************************************/

	/************************************/
	/* INFORMATIONS */
	/************************************/

	#informations {
		padding: 15px 0 30px 0;
	}

	#informations .infoWrap {
		width: 100%;
		float: none;
		padding: 0 0 0 0;
	}

	#informations .contacts {
		margin: 20px 0 0 0;
	}

	/************************************/
	/* END INFORMATIONS */
	/************************************/

}
#video-popup {
    background-color: rgba(0,0,0,0.85);
    position: fixed;
    z-index: 99999999999999999999999999999999999999999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    padding-top: 10px;
}
#video-popup .content{width:100%;height:100vh;text-align: center}
#video-popup .content iframe {display: block;margin:12% auto;
  /*width: 100%    !important;
  height: auto   !important;*/
}
#video-popup .close {
    position: absolute;
    top: 55px;
    right: 50px;
    color: white;background-color:transparent;border:0;
    display: block;
    font-size: 32px;
    z-index: 999999999999999999999999999999999999999999999;
    cursor: pointer;
}
@media screen and (max-width:767px)
{
	#video-popup .close {top:4px;right:4px;}
}