/* inline CSS depuis page index.cfm */
/* Fleche de defilement vers le bas bouge */
	
@-webkit-keyframes bounce {
 0%, 100% {
 -moz-transform: translateY(0);
 -ms-transform: translateY(0);
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 40% {
 -moz-transform: translateY(-10px);
 -ms-transform: translateY(-10px);
 -webkit-transform: translateY(-10px);
 transform: translateY(-10px);
}
}
 @keyframes bounce {
 0%, 100% {
 -moz-transform: translateY(0);
 -ms-transform: translateY(0);
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 40% {
 -moz-transform: translateY(-10px);
 -ms-transform: translateY(-10px);
 -webkit-transform: translateY(-10px);
 transform: translateY(-10px);
}
}
.et_pb_fullwidth_header_scroll {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.et_pb_fullwidth_header_scroll {
	position: absolute;
	z-index: 3;
	right: 0;
	bottom: 30px;
	left: 0;
	width: 100%;
	min-height: 20px;
	margin: 0 auto;
	padding-top: 10px;
	/* padding-bottom: 20px; */
	text-align: center;
	background-color: #ee2e24;
	width: 360px;
}
/* CSS Document */
.vid {
	min-height: 680px;
}

@media screen and (max-width: 1440px) {
.vid {
	min-height: 620px;
}
}
