@import url(http://fonts.googleapis.com/css?family=Open+Sans:800|Josefin+Sans:700|Lato:100,300);
html {
	font-size: 62.5%;
}
body {
	font-family: 'Lato';
	font-weight: 300;
	color: #444444;
	line-height: 1.4;
	margin: 0;
}
a {
	color: #444;
	text-decoration: none;
}
a:hover {
	color: #fcbf00;
}
nav a:hover {
	text-shadow: 0 0 5px #fcbf00;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
	display: inline-block;	
}

nav {
	/*border: 1px solid  blue; */
	height: 86px; 
	margin: 0;
	padding: 10px 0;
	background: url(/img/swirl_pattern.png) top left;
	border-bottom: 1px solid #414343;
}
nav ul {
	float: right;
	text-align: right;
	position: absolute;
	top: 30px;
	right: 0;
}
nav ul li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 10px;
	font-size: 2.4rem; /* 24px */
	font-size: 2rem;
	color: rgb(119, 119, 119);
}
nav a.brand {
	display: block;
	margin: 10px 0;
	width: 426px;
	height: 80px;
	background: url(/img/wookipster.png) no-repeat top left;
	background-size: 426px auto;	
}

#header {
	background: url(/img/cover.jpg) no-repeat top center;
	background-size: cover;
	-webkit-background-size: cover;
	min-height: 640px;
	max-height: 800px;
	text-align:center;
	/*padding-bottom: 50%;*/
}
/*#header:before {
  content: '';
  display: block;
  padding-bottom: 33%;
}*/

#header h1 { 
	display: inline-block;
	float: right;
	line-height: normal; /* on rétablit le line-height */
	text-align: center;
	margin-top: 60px;
	color: #cc6600;
	text-shadow: 1px 3px 5px #fff;
	font-size: 4rem;
	font-weight: 100;
}
#header h1 strong { 
	font-weight: 300;
	text-shadow: 1px 3px 20px #fff;
}
.bla {
	padding-top: 60px;
}
.bla .real {
	color: #5d4037;
	font-size: 3rem;
	margin: 60px 0 0px 0;
	text-align: center;
}
.bla h2 {
	margin-bottom: 10px;
	font-size: 3.3rem;
}
.velover {
	background-color: #ff1300;
	margin-top: 40px;
	padding: 80px 0 50px 0;
}
.velover .column {
	text-align: center;
}
.velover .column:last-of-type {
	text-align: left;
}
.velover h2 {
	font-family: 'Open Sans';
	font-size: 7.2rem;
	font-weight: 800;
	color: #fff;
	padding-top: 60px;
}
.velover .column:first-of-type * {
	margin: 20px 0;
}
.velover .column:first-of-type {
	margin-top: 50px;
}
.velover .column:first-of-type p {
	color: #fff;
	font-size: 3rem;
	font-weight: 400;
} 
.velover .column:first-of-type p span {
	font-weight: 300;
	display: block;
	line-height: 1rem;
	padding-bottom: 30px;
} 
.velover h2 strong {
	color: #000;
	font-weight: 900;
}

/* boutons */
button, a.button {
	display: inline-block;
	padding: 0 40px;
	font-size: 3rem;
	height: 5rem;
	line-height: 4.5rem;
	border-radius: 35px;
	font-weight: 300;
	letter-spacing: 1px;
	border: 1px solid transparent;
	text-decoration: none;
}
a.button:hover {
	border: 1px solid transparent;
}
.contact a.button {
	font-size: 4rem;
	height: 7rem;
	line-height: 7rem;
	border-radius: 3.5rem;
	padding: 0 7rem;
	color: #fff;
/*	background: -webkit-linear-gradient(135grad, #00e676, #00bfa5);*/
	background: -webkit-linear-gradient(135grad, #FEF40D, #fcbf00);
	border: transparent;
	margin: 5rem 0 2rem 0;
}


.artichop {
	margin: 50px 0 0 0;
	padding: 10px 0 60px;
	text-align: center;
	background: #eae6ea;
}
.artichop h2 {
	color: #9e816a;
}
.artichop * {
	margin-top: 20px;
}
.artichop p {
	text-transform: uppercase;
	margin-top: 40px;
	font-size: 1.9rem;
	color: #464646;
}

.pal {
	background-color: #192d38;
	padding: 0;
	margin: 0;
	display: block;
	z-index: 100;
	text-align: center;
}
.pal .top {
	padding: 80px 0;

}
.pal img {
	position: relative;
	z-index: 100;
}

.contact {
	margin-top: -350px;
	min-height: 250px;
	text-align: center;
	background-color: #fafafa;
	font-size: 2rem;	
	padding: 50px 0;
	position: relative;
	z-index: 200;
}

.nous {
	text-align: center;
	margin: 5rem auto 3rem;
}
.qui {
	margin: 1rem auto;
	width: 200px;
	height: 200px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
.qui.fbo {
	background: url(/img/fbo.jpg) no-repeat;
	background-size: 200px;
}
.qui.afr {
	background: url(/img/afr.jpg) no-repeat;
	background-size: 200px;
}

footer {
	text-align: center;
	padding: 40px 0 30px 0;
	position: relative;
	z-index: 200;
}


/* tout sauf desktop */
@media (max-width: 980px) {
	nav {
		height: 56px; 
	}	
	nav a.brand {
		margin-left: 10px;
		width: 213px;
		height: 40px;
		background: url(/img/wookipster.png) no-repeat top left;
		background-size: 213px auto;
	}
	nav ul {
		top: 5px;
	}	
	nav ul li {
		font-size: 1.9rem;
	}
	nav ul li:nth-of-type(2) {
		margin-top: 0px;
	}
	#header h1 { 
		font-size: 4rem;
	}
}

/* intermédiaire */
@media screen and (min-width: 700px) and (max-width: 980px) {
	.one-third.column    { width: 48%; }

	.one-third.column:last-of-type { width: 100% !important;   	
		margin-left: 0;
		margin-top: 50px;
		}
	.velover .column:last-of-type {
		text-align: center;
	}
	.velover h2 {
		padding-top: 0px;
	}
}

/* une seul colonne */
@media (max-width: 700px){
	.velover {
		padding: 0px 0 50px 0;
	}
	.velover h2 {
		text-align: center;
	}

}

/* rikiki */
@media (max-width: 550px){
	.contact button {
		font-size: 2.5rem;
		padding: 0 35px;
		height: 60px;
	}
	.contact {
		font-size: 1.5rem;
	}
	.velover h2 {
		font-size: 5rem;
	}
	#header h1 { 
		font-size: 3.5rem;
	}
	nav {}
	nav ul { top: 0;margin: 0; padding:0;}
	nav ul li {
		display: block;
		font-size: 1.5rem;
		margin-top: -10px;
	}	
	.vbn {
		margin: 0;
		padding: 0 0 20px 0;
	}
	.contact a.button {
		padding: 0 5rem;
		margin-bottom: 10px; 
		font-size: 3rem;
		height: 5rem;
		line-height: 4.5rem;
		border-radius: 35px;
	}
	.hide-rikiki {
		display: none;
	}
}