/* ******************** *
 *    Homepage			*
 * ******************** */


/* ******************** *
 *     Impact Video   *
 * ******************** */

#VideoEnLoop img{
		width: auto;
		min-width: 100%;
		/*height: 460px;*/
		height: auto;
		display: block;
		position: relative;
		left: 50%;
		transform: translatex(-50%);
}

header#VideoEnLoop:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	background-color: rgba(0,0,0,0.4);
	z-index: 3;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 );
	}

header#VideoEnLoop {
		overflow: hidden;
		position: relative;
}

#btns_Video_Accueil{
	max-width:800px;
	margin:0 auto;
	margin-top: 0;
	overflow: hidden;
	z-index: 5;
	position: absolute;
	width: 100%;
	height: 110px;
	left: 0;
	right: 0;
	bottom: 8%;
}

.btn_Accueil{
		background-color:transparent;
		border:solid white 2px;
		border-radius:5px;
		padding:20px;
		padding-top:15px;
		padding-bottom:15px;
		color:white;
		font-weight:700;
		text-transform: uppercase;
		transition: background-color .2s, border .2s;
		margin:0 auto;
		display:block;
		min-width: 230px;
}
.btn_Accueil:hover:hover, .btn_Accueil:focus, .btn-active .btn_Accueil{
		background-color:#ed212d;
		border:solid #ed212d 2px;
		transition: background-color .2s, border .2s;
}
#btns_Video_Accueil a{
		text-decoration: none;
}

#impact-video-container {padding-bottom: 44%;}

#impact-video-container>.hide-video {
    display: block;
    position: absolute;
    background-color: #fafafa;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
	width:100%;
	height:100%;
    opacity:1;
    -webkit-transition:2s opacity ease-in;
    -moz-transition:2s opacity ease-in;
    -o-transition:2s opacity ease-in;
    transition:2s opacity ease-in;
}

#impact-video-container>.hide-video:before {
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	opacity:1;
    background-image: url("../img/video-loading.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto 100%;
/*
  -webkit-animation: loading 1.3s infinite linear; 
  -moz-animation:    loading 1.3s infinite linear; 
  -o-animation:      loading 1.3s infinite linear; 
  animation:         loading 1.3s infinite linear;

  animation-fill-mode: forwards;
  animation-direction: alternate;*/
}

/*
@-webkit-keyframes loading {
  0%   { opacity: 0.3; }
  100% { opacity: 1; }
}
@-moz-keyframes loading {
  0%   { opacity: 0.3; }
  100% { opacity: 1; }
}
@-o-keyframes loading {
  0%   { opacity: 0.3; }
  100% { opacity: 1; }
}
@keyframes loading {
  0%   { opacity: 0.3; }
  100% { opacity: 1; }
}*/


#impact-video-container.show-video>.hide-video {
    opacity:0!important;
}
#impact-video-container iframe {
		height: auto;
		/* padding-bottom: 50%; */
		top: -16%!important;
		left: -16%!important;
		width: 132%!important;
		height: 132%!important;
		position: absolute!important;
}

@media screen and (min-width:1024px) {
	#VideoEnLoop img.home-mobile {
		display:none;
	}
}
@media screen and (max-width:1023px) {
	#VideoEnLoop #impact-video { display: none; }
	#btns_Video_Accueil {
		background-color:#333;
		height:auto;
		padding:20px 0;
		position: relative;
		max-width: none;
		bottom: 0;
		margin-top: 0!important;
	}
}

/*Fleche pour descendre la page*/
#btns_Video_Accueil .fa-caret-down{
		color:#ed212d;
		font-size: 60px;
}
#btns_Video_Accueil .DescendreLaPage{
		width: 23px;
		margin:0 auto;
		position: relative;
		top: 20px;
		display: none;
}



/* ******************** *
 *     a propos de..  *
 * ******************** */


.home-paragraph {
    text-align: center;
    max-width: 95%;
    margin: 50px auto;
    padding: 0 20px;
}



.page-id-5 #colophon .btn_Accueil{
	min-width: 0px;
}







.bandeau-zen {
	display: flex;
	flex-direction: row;
	margin: 80px 15px 0px 15px;
	position: relative;
	padding: 60px 0px;
	border-left: 15px solid #ED212D;
	border-right: 15px solid #ED212D;
	font-family: "Raleway", Arial, sans-serif;
	background: linear-gradient(180deg, rgba(0,0,0,0.38) 0%, rgba(0,0,0,0.38) 100%), url('../img/bandeau.png');
	background-size: cover;
}

.bandeau-zen::before {
	content: "";
	position: absolute;
	top: -15px;
	left: -15px;
	width: 225px;
	height: 15px;
	background-color: #ED212D;
}

.bandeau-zen::after {
	content: "";
	position: absolute;
	bottom: -15px;
	right: -15px;
	width: 225px;
	height: 15px;
	background-color: #ED212D;
}

.bandeau-zen .div-50 {
	display: flex;
	flex-basis: 50%;
	align-items: center;
}

.bandeau-zen .div-50:first-child {
	justify-content: center;
}

.bandeau-zen .div-50:nth-child(2) {
	flex-direction: row;
	padding-right: 50px;
}

.bandeau-zen h2 {
	font-weight: 400 !important;
	text-align: left !important;
	color: #ffffff !important;
	margin: 0 !important;
}

.bandeau-zen .div-50 span {
	font-weight: 600;
}

.bandeau-zen .div-50 a.btn-bandeau-more {
	border: 2px solid #ffffff;
	border-radius: 5px;
	padding: 5px 15px;
	color: #ffffff;
	display: flex;
	align-items: center;
	height: 50px;
	text-transform: uppercase;
	transition: 0.3s all;
	font-size: 16px;
	margin-left: auto;
}

.bandeau-zen .div-50 a.btn-bandeau-more:hover {
	text-decoration: none;
	color: #333;
	background-color: #ffffff;
}


@media screen and (max-width: 750px) {
	.bandeau-zen {
		display: flex;
		flex-flow: wrap;
	}
	.bandeau-zen .div-50 {
		display: flex;
		flex-basis: 100% !important;
		align-items: center;
		flex-flow: wrap;
	}
	.bandeau-zen .div-50:nth-child(2) {
		padding-right: 0px;
	}
	.bandeau-zen h2 {
		margin-bottom: 20px !important;
		text-align: center !important;
	}
	.bandeau-zen .div-50 a.btn-bandeau-more {
		margin-left: auto;
		margin-right: auto;
	}
}