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

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

@import url(animaciones.css);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

$skew-angle: 20deg;


header{
	width:100%;
	height:95px;
	display:block;
}

header a:hover{
	opacity: .5;
	transition: all 1 seg;
}

header img{
	height:70px;
	float:left;
	padding-top:9px;
	padding-left:20px;
}

.menu{
	width: 90%;
	height:auto;
	padding-top: 30px;
	margin:0 auto;
	text-align:right;
	align-items: center;
	position:fixed;
}


.menuPrincipal{
	width: 90%;
	height:auto;
	padding-top: 30px;
	margin:0 auto;
	text-align:right;
	transform: skewX(-24.5deg);
	position:fixed;
}


nav{
	width:650px;
	display:flex;
	float:right;
	padding-top:0px;
	background-color:#14230e;
	align-items: center;
	height:30px;
	transform: none;

	z-index: 3000;

	 animation-name: bounceInRight;
    animation-duration: 3s;
}

nav a{
	
	width:20%;
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	font-family:"Arial", "helvetica", sans-serif;
	text-align: center;
	font-size:9px;
	transform: skewX(24.5deg);



}

#accueil{
	background: url(../img/sliderIndex.png);
	background-repeat: no-repeat;
	background-size:contain;
	height:750px;
	display:block;
	margin:0 auto;
	box-sizing: border-box;

			 animation-name: accueil;
    animation-duration: 3s;
}

#nous{
	background: url(../img/sliderNous.png);
	background-repeat: no-repeat;
	background-size:contain;
	height:750px;
	display:block;
	margin:0 auto;
	box-sizing: border-box;
	padding-top: 0;
}

#menus{
	background-repeat: no-repeat;
	background-size:contain;
	height:750px;
	display:block;
	margin:0 auto;
	box-sizing: border-box;
	padding-top: 0;
}

#menus h1{
    color: #fff;
    font-size:75px;
    text-align: center;
    padding-top:220px;
	}

#menus h2{
    color: #d08e03;
    font-size:100px;
    text-align: center;
	}

#menus h3{
    color: #fff;
    font-size:20px;
    text-align: center;
    padding-top: 15px;


animation-name: blink;
animation-iteration-count:infinite;
animation-duration: 2s;
}

#menus a{
	text-decoration: none;
	}

#votreTable{
	background-repeat: no-repeat;
	background-size:contain;
	height:750px;
	display:block;
	margin:0 auto;
	box-sizing: border-box;
	padding-top: 0;
}



footer{
	position:fixed;
	background:#d08e03;
	text-align:left;
	padding:10px 0;
	height:10px;
	width:90%;
	bottom: 20px;
	transform: skewX(-24.5deg);
	z-index: 1000;

		 animation-name: bounceInLeft;
    animation-duration: 3s;
}
.red img{
	width:30px;
	padding-top: 530px;
	padding-left: 15px;
	float:left;
	
}
.red{
	z-index: 3000;
}

body{
	overflow-y: hidden;
	background: url(../img/background.jpg);
	background-attachment: fixed;
	overflow-y: scroll;
	scroll-behavior: smooth;
}


.red2 img{
	width:30px;
	padding-top: 530px;
	padding-left: 15px;
	float:left;
}
.red2{
	z-index: 3000;
}
#photos{
	width:80%;
	max-width:800px;
	margin:5px auto;
	padding-top: 110px;
}

.slider{
	width: 100%;
}

.slider img{
	width:100%;
}

.slidesjs-pagination{
	list-style: none;
	overflow: hidden;
}

.slidesjs-pagination li{
	float:left;
}

.slidesjs-pagination li a{
	display:block;
	padding:10px 20px;
	color:#fff;
	text-decoration: none;
	visibility: hidden;
}

.slidesjs-pagination li a:hover{
    background:#000;
}

.slider .active{
	background:#000;
}

.slidesjs-navigation{
	background:#000;
	color: #fff;
	text-decoration: none;
	display:inline-block;
	padding:10px 20px;
	width:360px;
	text-align:center;
}


#votreTable{
	padding-top: 150px;
	padding-left: 200px;
}

#votreTable h1{
	font-size: 30px;
	color: #fff;
}

#votreTable h2{
	font-size: 45px;
	color: #d08e03;
}

#votreTable h3{
	font-size: 20px;
	color: #fff;
}

#date{
    width:400px;
}

#adultes{
    width:400px;
}

#enfants{
    width:400px;
}

#remarques{
    width:400px;
}

#societe{
    width:400px;
}

#adresse1{
    width:400px;
}

#adresse2{
    width:400px;
}

#codePostal{
    width:400px;
}

#ville{
    width:400px;
}

#pays{
    width:400px;
}

#telephone{
    width:400px;
}

#fax{
    width:400px;
}

#courriel{
    width:400px;
}

#botonEnviar{
    width:400px;
    height:30px;
    background:#d08e03;
    color: #fff;
    font-weight: bold;
}

#botonLimpiar{
    width:400px;
    height:30px;
    background:#14230e;
    color: #fff;
    font-weight: bold;
}