@charset "utf-8";
/* CSS Document */




* {
	box-sizing:border-box;
	height:auto;
	margin:0 auto;
	padding:0;}

body {
	height:100%;
	margin:0 auto;
	padding:0;
	}

	
.clear {
	margin:auto;
	padding:0;
	width:0;
	height:0;
	clear:both;}	
	
/**** BALISES ********/
/********************/


h2 {
	font-family: 'Amatic SC', cursive;
	font-size:40px;
	text-transform:uppercase;
	letter-spacing:3px;
	}

h3 {
	font-family: 'Amatic SC', cursive;
	font-size:50px;
	text-transform:uppercase;
	}
	
	
p {
	color: #333;
	text-align:justify;
	font-size:15px;
	line-height:25px;
	font-family: 'Open Sans', sans-serif;
	}	
		
li {line-height:25px;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	list-style:none;}

a:link {

	  }



/***** VIDEO ******/
/******************/

.encart_video {
	height:100vh;
	width:100%;
	background-image: url(http://www.transparenttextures.com/patterns/dark-dot.png);
	position:relative;
	z-index:1;
	}
	
	
video#bgvid {
	min-width:100%;
	min-height:100%;
	right:0;
	bottom:0;
	position:absolute;
	width:auto;
	height:auto;
	z-index:0;
}	
	
/***** CONTENU ******/
/*****************/
	
.contenu {
	background:#fff;
	padding:3%;
	width:28%;
	position:absolute;
	height:100vh;
	z-index:2;
	right:0;}	
	
.contenu p {
	text-align:left;
	margin:80px 0;
	line-height:30px;}		

.plusinfos {
	color:#fff;}
	
.plusinfos:link, .plusinfos:hover {
	background:#69a225;
	display:block;
	margin:auto;
	text-transform:uppercase;
	color:#fff !important;
	text-decoration:none;
	text-align:center;
	padding:5px 20px;
	font-size:25px;
	letter-spacing:2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:60%;
	transition:all ease-in-out 0.8s;
	-moz-transition:all ease-in-out 0.8s;
	-o-transition:all ease-in-out 0.8s;
	-webkit-transition:all ease-in-out 0.8s;
	font-family: 'Amatic SC', cursive;
	}	
	
.plusinfos:hover {
	background:#f97602;
	color: #333;}	
	
.connexion {
	text-decoration: underline;
	font-family: 'Open Sans', sans-serif;
	text-align:center;
	display:block;
	margin:auto;
	color: #333;
	letter-spacing:1px;
	font-size:13px;
	margin-top:20px;	}	


.logo {
	margin:auto;
	text-align:center;
	display:block;
	width:auto;
	max-width:100%;}	
	
	
.ble_decors {
	position:absolute;
	right:6%;
	bottom:0;
	z-index:2;}	
	
	
/********** CONTENU PLUS ***********/
/**********************************/

.close {
	right:3%;
	top:1%;
	position:absolute;
	cursor:pointer;
	transition:all ease-in-out 0.3s;
	-o-transition:all ease-in-out 0.3s;
	-moz-transition:all ease-in-out 0.3s;
	-webkit-transition:all ease-in-out 0.3s;
	}
	
.close:hover {
	opacity:0.3;
}	

.contenu_plus {
	background:#69a225;
	color:#FFF;
	width:20%;
	position:absolute;
	z-index:2;
	right:28%;
	padding:3%;
	height:100vh;
	display:none;
	padding-top:100px;}
	
.contenu_plus p {

	color:#fff;
	text-align:center;}	
	
#contact {
	text-align:center;
	margin:auto;
	margin-top:50px;
	width:100%;
	display:block;}
	
#contact input, #contact p {
	width:85%;
	text-transform:uppercase;
	text-align:center;
	border:none;
	display:block;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}		
	 
	
#contact input {
	text-transform:none;
	margin-bottom:20px;}	
	
#contact button {
	letter-spacing:1px;
	background:#e4c041;
	width:80%;
	margin-top:100px;
	color:#333;
	border:none;
	text-transform:uppercase;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;	
	transition:all ease-in-out 0.8s;
	-o-transition:all ease-in-out 0.8s;
	-moz-transition:all ease-in-out 0.8s;
	-webkit-transition:all ease-in-out 0.8s;
	font-family: 'Amatic SC', cursive;
	font-size:25px;
	position:relative;
	z-index:300;}
	
#contact button:hover {
	background:#fff;}	
	


/********** Formulaire ***********/
/**********************************/
	
.content_formulaire {
	background:#E8E8E8;
	width:80%;
	margin:auto;
	height:80vh;}	
	
.formulaire {
	position:relative;
	top:35%;
	color:#333;
	font-family: 'Open Sans', sans-serif;
	text-align:center;
	padding:30px;
	width:70%;
	margin:auto;
	margin-top:50px;
	margin-bottom:50px;
}

.retour_formulaire {
	position:relative;
	top:30%;
	background:#69a225;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: 'Open Sans', sans-serif;
	padding:10px 20px;
	text-decoration:none;
	color:#FFF;
	width:300px;
	margin:auto;
	display:block;
	text-align:center;
	text-transform:uppercase;
	}

.retour_formulaire:hover {
	background:#69a225 !important;
	}
	
/****** animation des éléments *******/


.element-animation {
  animation: animationFrames ease 1.5s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: animationFrames ease 1.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: animationFrames ease 1.5s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: animationFrames ease 1.5s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: animationFrames ease 1.5s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes animationFrames{
  0% {
    opacity:0;
    transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes animationFrames{
  0% {
    opacity:0;
    -moz-transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    opacity:0;
    -webkit-transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes animationFrames {
  0% {
    opacity:0;
    -o-transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes animationFrames {
  0% {
    opacity:0;
    -ms-transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    -ms-transform:  translate(0px,0px)  ;
  }
}






.element-animation2 {
  animation: animationFrames ease 2s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: animationFrames ease 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: animationFrames ease 2s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: animationFrames ease 2s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: animationFrames ease 2s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes animationFrames{
  0% {
    opacity:0;
    transform:  translate(0px,-60px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes animationFrames{
  0% {
    opacity:0;
    -moz-transform:  translate(0px,-60px)  ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    opacity:0;
    -webkit-transform:  translate(0px,-60px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes animationFrames {
  0% {
    opacity:0;
    -o-transform:  translate(0px,-60px)  ;
  }
  100% {
    opacity:1;
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes animationFrames {
  0% {
    opacity:0;
    -ms-transform:  translate(0px,-60px)  ;
  }
  100% {
    opacity:1;
    -ms-transform:  translate(0px,0px)  ;
  }
}






.element-animation3 {
  animation: animationFrames ease 3s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: animationFrames ease 3s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: animationFrames ease 3s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: animationFrames ease 3s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: animationFrames ease 3s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes animationFrames{
  0% {
    opacity:0;
    transform:  translate(0px,-80px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes animationFrames{
  0% {
    opacity:0;
    -moz-transform:  translate(0px,-80px)  ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(0px,0)  ;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    opacity:0;
    -webkit-transform:  translate(0px,-80px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes animationFrames {
  0% {
    opacity:0;
    -o-transform:  translate(0px,-80px)  ;
  }
  100% {
    opacity:1;
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes animationFrames {
  0% {
    opacity:0;
    -ms-transform:  translate(0px,-80px)  ;
  }
  100% {
    opacity:1;
    -ms-transform:  translate(0px,0px)  ;
  }
}







@media screen and (max-width:1700px)
{
.ble_decors {right:0;}
}



@media screen and (max-width:1400px)
{
.contenu {width:35%;}
.contenu_plus {right:35%;width:30%;}
}


	
	
@media screen and (max-width:1000px)
{
.contenu {width:50%;}
.contenu_plus {right:50%;width:45%;}
.ble_decors {width:54%;}
.ble_decors img {width:auto;max-width:98%;}
}


@media screen and (max-width:500px)
{
.contenu {width:100%;}
.contenu_plus {right:0;width:100%;}
.ble_decors {width:95%;}
.ble_decors img {width:auto;max-width:100%;}
}
	
	
	
@media screen and (max-height:775px)
{
.ble_decors {display:none;}
.contenu, .contenu_plus {min-height:700px;height:903px;}
.encart_video {min-height:700px;height:auto;}
video#bgvid {position:fixed;min-height:100%;}
}	