/*@font-face
{
	font-family: 'Pistara';
	src: url('../fonts/amaticSC/AmaticSCRegular.eot') format('eot');
	src: url('../fonts/amaticSC/AmaticSCRegular.eot') format('eot'),
		 url('../fonts/amaticSC/AmaticSCRegular.woff') format('woff'),
		 url('../fonts/amaticSC/AmaticSCRegular.otf') format('truetype'),
		 url('../fonts/amaticSC/AmaticSCRegular.ttf') format('truetype'),
		 url('../fonts/amaticSC/AmaticSCRegular.svg') format('svg');
}*/
@font-face
{
	font-family: 'Pistara';
	src: url('../fonts/pistara/pistara.otf') format('truetype');
}
* {
	margin:0;
	padding:0;	
    font-family: "Pistara",sans-serif;
}
html {
}
#wrap {
	min-height:100%;
	position: relative;
	width:100%;
	overflow-x: hidden;
}
#wrap > div{
	float:left;
	position: absolute;
	top: 0;
	left: 100%;
	padding-top: 140px; 
	width: 100%;

	transition: 0.5s ease-out;
}
#wrap > div:first-child
{
	left: 0;
}
p {
margin:50px;
text-align:center;
}

body
{
	background-image: url(../images/background-saveur360.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
	background-size:cover;
	-webkit-background-size: cover;
}
html, body, .vs-container {
	position: relative;
	width: 100%;
	height: 100%;
	overflow-x:hidden;
}
.head
{
	height: 0;
	width: 100%;
	position: relative;
}
header {
	z-index: 200;
	margin: 0 auto;
    padding: 1em 0;
	width: 100%;
	text-align: center;
	-webkit-backface-visibility: hidden;
	position: fixed;
	background-color: rgba(255,255,255,0.95);
    box-shadow: 5px 0 30px rgba(0, 0, 0, 0.5);
}

.wrap
{
	width: 1200px;
	margin: 0 auto;
}
	.logo-content
	{
		float: left;
		width: 35%;
	}
		.logo
		{
			max-width: 100%;
			max-height: 80px;
		}
		.logo-content figcaption
		{	
			font-family: 'Pistara', sans-serif;
			font-size: 25pt;
			margin-top: 15px;
			color: #fff;
		}
.wrap > .vs-nav {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	float: left;
    height: 80px;
    width: 60%;
    margin-left: 5%;
    text-align: right;
}

.vs-nav li {
    display: inline-block;
    margin: 0 2%;
    text-align: right;
}

.vs-nav li a {
	font-family: 'Pistara', sans-serif;
	position: relative;
	display: inline-block;
	padding: 20px 0 10px 0;
	outline: none;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 28px;
	-webkit-transition: border-color 0.3s, color 0.3s;
	transition: border-color 0.3s, color 0.3s;
	cursor: pointer;
	letter-spacing: 1px;
}

.vs-nav li a:hover,
.vs-nav li a:focus,
.vs-nav li a:active{	
	border-bottom: 2px solid #000;
}
.vs-wrapper {
	position: relative;
	display: block;
	overflow: hidden;
	min-height: 100%;
	width: 100%;
}

.vs-wrapper > section {
	z-index: 1;
	min-height: 100%;
	background-position: 100% 0;
	background-repeat: no-repeat;
	left: 0;
	padding: 230px 0 100px 0;
	width: 100%;
}

.vs-triplelayout .vs-wrapper > section:not(.vs-current) {
	overflow: hidden;
	height: 100%;
}

.vs-triplelayout .vs-wrapper .vs-left,
.vs-triplelayout .vs-wrapper .vs-left-outer,
.vs-triplelayout .vs-wrapper .vs-right,
.vs-triplelayout .vs-wrapper .vs-right-outer {
	visibility: hidden;
}
.vs-triplelayout .vs-wrapper .vs-current {
	visibility: visible;
}

.vs-triplelayout .vs-wrapper .vs-left {
	left: -100%; /* 80 - 10 */
}

.vs-triplelayout .vs-wrapper .vs-left-outer {
	left: -200%; /* - 70 - 80 */
}

.vs-triplelayout .vs-wrapper .vs-current {
	position: relative;
	z-index: 100;
}

.vs-triplelayout .vs-wrapper .vs-right {
	left: -100%; /* 80 + 10 */
}

.vs-triplelayout .vs-wrapper .vs-right-outer {
	left: 200%; /* 90 + 80 */
}

.vs-container.vs-move-left .vs-left,
.vs-container.vs-move-left .vs-current,
.vs-container.vs-move-left .vs-right,
.vs-container.vs-move-left .vs-right-outer {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

.vs-container.vs-move-right .vs-left,
.vs-container.vs-move-right .vs-left-outer,
.vs-container.vs-move-right .vs-current,
.vs-container.vs-move-right .vs-right {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

.vs-container.vs-move-right-plus1 .vs-left,
.vs-container.vs-move-right-plus1 .vs-left-outer,
.vs-container.vs-move-right-plus1 .vs-current,
.vs-container.vs-move-right-plus1 .vs-right {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(200%,0,0);
	transform: translate3d(200%,0,0);
}

.vs-sidenav
{
	display: none;
}
.vs-sidenav div {
	position: fixed;
	top: 0;
	z-index: 500;
	width: 10%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	cursor: pointer;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.vs-sidenav div:hover {
	background: rgba(0,0,0,0.2);
}

.vs-sidenav .vs-sidenav-left {
	left: 0px;
}

.vs-sidenav .vs-sidenav-right {
	right: 0px;
}

/* inner content */
.content
{
	display: inline-block;
}
.vs-content {
	position: relative;
	margin: auto;
	padding: 1em 0;
	width: 100%;
	text-align: center;
	font-size: 16px;
	overflow: hidden;
}

.vs-content h3 {
	position: relative;
	margin: 30px 0 40px;
	color: #893027;
	font-weight: 700;
	font-size: 3em;
}

.vs-content .col {
	margin: 0 auto;
	color: #893027;
	text-align: justify;
	line-height: 1.4;
	-webkit-column-width: 30%;
	-moz-column-width: 30%;
	column-width: 30%;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1%;
	-moz-column-gap: 1%;
	column-gap: 1%;
}

.vs-content p {
	margin: 20px 0;
	padding: 0;
}
.vs-content h2
{
	width: 100%;
	text-align: center;
	font-family: 'Pistara', sans-serif;
	color: #fff;
	font-size: 46pt;
	font-weight: lighter;
}
.LineDeco
{
	width: 100%;
	margin-top: 15px;

	text-align: center;
}
	.LineDeco div
	{
		display: inline-block;

		width: 600px;
		width: 30vw;
		height: 30px;
		height: 2vw;

		background: url('../images/LineDeco.png') 0 0 / 100% 100% no-repeat;
	}

.presentation
{
    margin: 50px auto;
    overflow: hidden;
    text-align: center;
    width: 1200px;
}

.presentation .iframe
{
	width: 700px;
	height: 466px;
	margin: 0 15px;
}
	.presentation.droite .iframe,
	.presentation.gauche .position
	{
		float: right;
	}
	.presentation.gauche .iframe,
	.presentation.droite .position
	{
		float: left;
	}
	.presentation .iframe iframe
	{
		width: 100%;
	}
.presentation .position
{
	height: 466px;
    margin: 0 15px;
    position: relative;
    width: 440px;
}
	.presentation .description
	{
		bottom: 0;
	    display: block;
	    left: 0;
	    margin: auto;
	    position: absolute;
	    right: 0;
	    top: 0;
	    height: 34%;
	}
	.presentation .description hr
	{
		width: 40%;
		margin: 0 auto;
		display: block;
	}
	.presentation .description h3
	{	
		font-family: 'Pistara', sans-serif;
		color: #fff;
		font-size: 36pt;
	}
	.presentation .description p
	{
		font-family: 'Quicksand', sans-serif;
		color: #fff;
		font-weight: 200;
		font-size: 15pt;
	}
	.presentation .description p.prix
	{
		font-family: 'Pistara', sans-serif;
		color: #fff;
		font-weight: 300;
		font-size: 20pt;
	}
footer
{
	bottom: 0;
}
footer .content-footer
{
	width: 100%;
}
	footer .content-footer:first-child
	{
		background-color: rgba(155, 155, 155, 0.98);
	}
	footer .content-footer:last-child
	{
		background-color: rgba(255, 255, 255, 0.98);
	}
		footer .footer-haut
		{
		    bottom: 0;
		    color: #fff;
		    font-family: "Pistara",sans-serif;
		    font-size: 18px;
		    left: 0;
		    padding: 0;
		    position: relative;
		    text-align: center;
		    text-transform: inherit;
		    width: 1200px;
		    margin:0 auto;
		    height: 50px;
		} 
			footer .footer-haut p 
			{
				margin: 0;
				font-size: 24px;
				line-height: 50px;
				display: inline-block;
				padding: 5px;
				top: -10px;
				position: relative;
			}
			footer .footer-haut a
			{
				display: inline-block;
			    line-height: 50px;
    			padding: 5px;
			}
			footer .footer-haut a > img
			{
				height: 40px;
			}
		footer .footer-bas
		{			
		    color: #3c3c3c;
		    font-family: "Pistara",sans-serif;
		    font-size: 24px;
		    left: 0;
		    padding: 15px 0;
		    position: relative;
		    text-align: center;
		    text-transform: inherit;
		    width: 1200px;
		    margin:0 auto;
		}
			footer .footer-bas > a
			{
				text-decoration: none;
			}
			footer .footer-bas > a img
			{
				height: 120px;
				margin: 5px;
			}
				footer .footer-bas p 
				{
					border-left: 1px solid #3c3c3c;
    				display: inline-block;
    				margin: 5px;
    				overflow: hidden;
    				padding-left: 10px;
    				position: relative;
    				text-align: left;
    				top: -20px;
				}

					footer .footer-bas p a img
					{
						height: 24px;
					}
					footer .footer-bas p a
					{
						color: #3c3c3c;
						text-decoration: none;
					}
					footer .footer-bas p a:hover
					{
							text-decoration: underline;
					}

.scrollup {
	position: fixed;
	bottom: 50px;
	right: 50px;
	display: none;
	font-size: 20px;
	text-align: center;
	line-height: 37px;
	opacity: 0.7;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background-color: rgba(255,255,255,1);
}
.scrollup img{
	width: 30px;
    margin: 15px 0;
}
 
.scrollup:hover {
	opacity: 0.9;

}
.mobile
{
	display: none;
}
/*------------ MODAL -----------------*/
html.modal body
{
	background-image:none;
	background-color: rgba(60,60,60,1);
}
.wrapper-modal
{
	text-align: center;
	padding:20px;
	background-color: rgba(60,60,60, 1);

}
.wrapper-modal h2
{
	color: #fff;
    font-family: "Pistara",sans-serif;
    font-weight: 200;
    font-size: 40px;
    text-align: center;
    margin: 15px;
}
.wrapper-modal p.baseline
{
	color: #fff;
    font-family: "Pistara",sans-serif;
    font-weight: 100;
    font-size: 25px;
    margin: 20px;
}
.wrapper-modal .button-demarrer
{
	background-color: rgba(159, 129, 72, 0.95);
    border-radius: 100%;
    color: #fff;
    display: block;
    font-family: "Pistara",sans-serif;
    font-size: 24px;
    font-weight: 200;
    line-height: 100px;
    margin: 40px auto 10px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 100px;
    letter-spacing: 2px;
}

#fade { /*--Masque opaque noir de fond--*/
	display: none; /*--masqué par défaut--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--masqué par défaut--*/
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--Les différentes définitions de Box Shadow en CSS3--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--Coins arrondis en CSS3--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
footer .footer-bas .top-chef
{
	display: inline-block;
    overflow: hidden;
    margin-right: 5px;
}
	footer .footer-bas .top-chef img
	{
		width: 150px;
		display: block;
		margin: 0 auto;
	}
	footer .footer-bas .top-chef p
	{
		display: block;
		position: relative;
		font-size: 25px;
    	line-height: 35px;
		top: 0;
		border: none;
		text-align: center;
	}
/*--Gérer la position fixed pour IE6--*/
*html #fade {
position: absolute;
}
*html .popup_block {
position: absolute;
}
.paulund_modal_box
{
	position: fixed;
	display: none;
	box-shadow: 0px 2px 7px #292929;
	-moz-box-shadow: 0px 2px 7px #292929;
	-webkit-box-shadow: 0px 2px 7px #292929;
	z-index:50;
	box-sizing: border-box;
}
.content-mobile
{
    box-sizing: border-box;
    height: 130px;
    left: 0;
    overflow: hidden;
    padding: 0 20px;
    position: absolute;
    width: 100%;
    top: -100px;

     -webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
	.content-mobile .description-mobile
	{
		position: absolute;
		width: 100%;
		background-color: rgba(200,200,200,0.95);
		top: 0;
		left: 0;
		padding:5px 20px;
		box-sizing: border-box;
		height: 100px;
	}
		.content-mobile .description-mobile hr
		{
			display: none;
		}
		.content-mobile .description-mobile h3
		{	
			color: #fff;
			float: left;
			font-family: "Pistara",sans-serif;
			font-size: 24px;
			margin: 5px 0;
			text-align: left;
			width: 80%;
		}
		.content-mobile .description-mobile p
		{
			color: #fff;
			float: left;
			font-family: "Pistara",sans-serif;
			font-size: 18px;
			font-weight: 200;
			margin: 5px 0;
			text-align: left;
			width: 80%;
		}
		.content-mobile .description-mobile p.prix
		{
			color: #fff;
			float: right;
			font-family: "Pistara",sans-serif;
			font-size: 24px;
			font-weight: 200;
			text-align: right;
			top: 0;
			width: 20%;
		}

	.content-mobile .fleche.ouvrir::before
	{
	    border-color: transparent transparent #fff;
	    border-style: solid;
	    border-width: 0 10px 10px;
	    content: "";
	    display: block;
	    height: 0;
	    margin: 6px auto;
	    transform: rotate(180deg);
	    width: 0;

	    -webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease;
	}
	.content-mobile .fleche.fermer::before
	{
	    border-color: transparent transparent #fff;
	    border-style: solid;
	    border-width: 0 10px 10px;
	    content: "";
	    display: block;
	    height: 0;
	    margin: 10px auto;
	    transform: rotate(0);
	    width: 0;

	    -webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease;
	}
	.content-mobile .fleche
	{
	    background-color: rgba(200,200,200,0.95);
	    border-radius: 0 0 15px 15px;
	    display: block;
	    height: 30px;
	    position: absolute;
	    top: 100px;
	    width: 60px;
	}
/*------------ FIN MODAL -----------------*/

/*------------ OFF CANVAS -----------------*/

button {
  background: none;
  border: none;
}
 button::-moz-focus-inner {
 border: 0;
}

:focus { outline: none; }
 
 ::-moz-focus-inner {
 border: 0;
}
.middle { margin: 0 auto; }
.nav-container {
	position: fixed;
	right: -50%;
	top: 0;
	background: rgba(255, 255, 255, 0.95);
	-webkit-box-shadow: 10px 10px 100px 0 rgba(0,0,0,0.9);
	box-shadow: 10px 10px 100px 0 rgba(0,0,0,0.9);
	height: 100%;
	display: none;
	padding: 0 10px;
	z-index: 300;
}

.nav-list {
  cursor: pointer;
  list-style-type: none;
  top: 55%;
  text-align: center;
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nav-list li {
  margin: 0 auto;
  padding: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.nav-list li a {
	color: #666;
	display: inline-block;
	font-family: "Pistara",sans-serif;
	font-size: 25px;
	font-weight: 300;
	letter-spacing: 2px;
	margin: 0;
	outline: medium none;
	padding: 10px 0;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	transition: border-color 0.3s ease 0s, color 0.3s ease 0s;
}

 @keyframes 
showNav { from {
 right: -100%;
}

to { right: 0; }
}
 @-webkit-keyframes 
showNav { from {
 right: -100%;
}

to { right: 0; }
}
 @-moz-keyframes 
showNav { from {
 right: -100%;
}

to { right: 0; }
}
 @-o-keyframes 
showNav { from {
 right: -100%;
}

to { right: 0; }
}

.showNav {
  -webkit-animation: showNav .5s ease forwards;
  -moz-animation: showNav 1s ease forwards;
  -o-animation: showNav 1s ease forwards;
  animation: showNav .5s ease forwards;
}
 @keyframes 
hideNav { from {
 right: 0;
}

to { right: -100%; }
}
 @-webkit-keyframes 
hideNav { from {
 right: 0;
}

to { right: -100%; }
}
 @-moz-keyframes 
hideNav { from {
 right: 0;
}

to { right: -100%; }
}
 @-o-keyframes 
hideNav { from {
 right: 0;
}

to { right: -100%; }
}

.hideNav {
  -webkit-animation: hideNav 1s ease forwards;
  -moz-animation: hideNav 1s ease forwards;
  -o-animation: hideNav 1s ease forwards;
  animation: hideNav 1s ease forwards;
}

.hidden { display: none; }
* {
  margin: 0;
  padding: 0; 
}
/* Icon 4 */



#nav-icon {
	display: none;
}

.fb-share-button,
.twitter-share-button,
.google-share-button,
.partage
{
	display: block;
}
.partage
{
	margin-left: 100px;
}
:required
{
	border-color: red;
}
.contact,
.partage-mod
{
	
	position: fixed;
	border-radius: 0 0 10px 0;

	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
	.contact
	{
		top: 15%;
		background-color: rgba(255,255,255,0.95);
		z-index: 2000;
	}
	.partage-mod
	{
		top: 25%;
		background-color: rgba(200,200,200,0.95);
		z-index: 1500;
	}
.contact.open,
.partage-mod.open-share
{	
	left: 0px;	
}
.contact.close
{	
	left: -277px;	
}
.partage-mod.close-share
{
	left: -70px;
}
	.contact .button-form,
	.partage-mod .button-share
	{
		height: 30px;
		padding: 10px;
		position: absolute;
		border-radius: 0 10px 10px 0;
		cursor: pointer;
	}
	.contact .button-form
	{
		background-color: rgba(255,255,255,0.95);
		right: -50px;
	}
	.partage-mod .button-share
	{
		background-color: rgba(200,200,200,0.95);
		right: -40px;
	}
		.contact .button-form img,
		.partage-mod .button-share img
		{
			height: 100%;
		}
	.contact form,
	.partage-mod .share
	{
		text-align: center;
		padding: 10px;
		font-family: "Pistara",sans-serif;
	}
		.contact form p
		{
			margin: 10px;
			font-family: "Pistara",sans-serif;
			font-size: 16px;
			font-weight: 200;
			color: rgba(159,129,72,1);
		}
		.contact form input
		{
			background: rgba(159,129,72,0.5);
			border: 1px solid rgba(159,129,72,0.9);
			height: 16px;
			text-align: center;
			padding: 2px 5px;
			color: rgba(159,129,72,1);
			border-radius: 5px;
		}
		.contact form input[type='submit']
		{
			font-size: 15px;
    		height: 25px;
    		padding: 0 10px;    		
			font-weight: 300;
			border-radius: 15px;
		}
		.contact form input::-webkit-input-placeholder
		.contact form input::-moz-placeholder
		.contact form input::-ms-input-placeholder
		.contact form input:-moz-placeholder
		{
			color: #fff;
		}

:required
{
	border-color: red;
}
.contract
{
	font-size: 14px;
	font-style: italic;
	margin: 10px auto 0 auto;
	color: #bbb;
}
/*------------ FIN OFF CANVAS -----------------*/
/* Media queries */
@media screen and (max-width: 1199px) {
	.nav-container
	{
		display: block;
	}
	.wrap
	{
		width: 100%;
		margin: 0 auto;
	}
	.logo-content {
	    float: initial;
	    width: 100%;
	    max-width: 200px;
	    margin:0 auto;
	}
	.wrap > .vs-nav
	{
	    display: none;
	}
	.presentation .description,
	.presentation.gauche .description
	{
	    float: left;
	    margin: 10px 5%;
	    width: 90%;
	}
	.presentation .position
	{
		height: auto;
	}
	.presentation .description
	{
		position: relative;
	}
	.presentation.droite .iframe,
	.presentation.gauche .iframe,
	.presentation.droite .position,
	.presentation.gauche .position
	{
	    margin: 10px auto;
	    width: 700px;
	    float: none;
	}
	#nav-icon{
		display: block;
		padding: 15px 0;
		position: fixed;
		right: 15px;
		top: 25px;
		margin: 0 auto;
		z-index: 350;
		width: 40px;
		height: 25px;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
	}
	#nav-icon div{
	  display: block;
	  position: absolute;
	  height: 3px;
	  width: 100%;
	  background: #000;
	  border-radius: 9px;
	  opacity: 1;
	  left: 0;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .25s ease-in-out;
	  -moz-transition: .25s ease-in-out;
	  -o-transition: .25s ease-in-out;
	  transition: .25s ease-in-out;
	}
	#nav-icon.open div
	{
	  background: #666;
	}
	#nav-icon div:nth-child(1) {
	  top: 0px;
	  -webkit-transform-origin: left center;
	  -moz-transform-origin: left center;
	  -o-transform-origin: left center;
	  transform-origin: left center;
	}

	#nav-icon div:nth-child(2) {
	  top: 10px;
	  -webkit-transform-origin: left center;
	  -moz-transform-origin: left center;
	  -o-transform-origin: left center;
	  transform-origin: left center;
	}

	#nav-icon div:nth-child(3) {
	  top: 20px;
	  -webkit-transform-origin: left center;
	  -moz-transform-origin: left center;
	  -o-transform-origin: left center;
	  transform-origin: left center;
	}

	#nav-icon.open div:nth-child(1) {
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
	  top: 4px;
	  left: 8px;
	}

	#nav-icon.open div:nth-child(2) {
	  width: 0%;
	  opacity: 0;
	}

	#nav-icon.open div:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		left: 8px;
		top: 32px;
	}
#one, #two, #three, #four, #five
{
	float: left;
	padding-bottom: 80px;
	position: relative;
	top: 80px;
	width: 25%;
}

.vs-content
{
	font-size: 16px;
	margin: auto;
	overflow: hidden;
	padding: 2 0;
	position: relative;
	text-align: center;
	width: 100%;
}
.vs-content h2
{
	width: 100%;
	text-align: center;
	font-family: 'Pistara', sans-serif;
	color: #fff;
	font-size: 35px;
}
.presentation 
	{
	    float: left;
	    margin: 10px 0;
	    overflow: hidden;
	    text-align: center;
	    width: 100%;
	}
.presentation .description,
.presentation.gauche .description
{
	width: 100%;
	margin: 0;
	float: unset;
}
	.vs-content .presentation:first-of-type .description hr:first-of-type,
	.vs-content .presentation .description hr:last-of-type
	{
		display: none;
	}
	.presentation .description h3
	{	
		color: #fff;
		font-family: "Pistara",sans-serif;
		font-size: 30px;
		font-weight: 400;
		margin: 10px 0;
	}
	.presentation .description p
	{
		color: #fff;
		font-family: "Pistara",sans-serif;
		font-size: 20px;
		font-weight: 200;
		margin: 25px 0;
	}
	.presentation .description p.prix
	{
		font-family: 'Pistara', sans-serif;
		color: #fff;
		font-weight: 200;
		font-size: 20pt;
	}
		.presentation,
	footer .footer-haut,
	footer .footer-bas
	{
	    width: 100%;
	}
	#wrap
	{
		width: 400%;
	}
	#wrap > div.content
	{
		width: 25%;
		padding-top: 120px;
	}
	
}
@media screen and (max-width: 800px) {

	.paulund_modal_box h2
	{
		font-size: 24px;
	}

	.logo {
	    max-height: 50px;
	}
	.logo-content {
	    margin:5px 10px;
	    max-width: 200px;
	    width: 100%;
	    max-height: 50px;
	}

	header {
    padding: 0.3em 0;
	}
	.paulund_modal_box p.baseline
	{
		font-size: 18px;
	}
	.presentation .description p
	{
		margin: 15px 0;
	}
	.mobile
	{
		background: rgba(255, 255, 255, 0.8) none no-repeat scroll center center;
		font-family: 'Pistara', sans-serif;
		color: #666;
		display: inline-block;
		margin: 0 auto 10px auto;
		padding: 10px 20px;
		width: 200px;
		text-decoration: none;
		border-radius: 16px;
		font-size: 18px;
	}
	.presentation.droite .iframe,
	.presentation.gauche .iframe,
	.presentation.droite .position,
	.presentation.gauche .position
	{
	    margin: 10px auto;
	    width: 100%;
	    float: none;
	}
	div.iframe
	{
		display: none;
	}
	.fond-modale
	{
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.8);
		position: fixed;
		z-index: 9000;
		top: 0;
		left: 0;
	}
	.iframe-lightbox
	{
		width: 480px;
		height: 320px;
		position: relative;
		z-index: 9010;
		margin: 0 auto;
	}
	.iframe-lightbox iframe
	{
		width: 100%;
	}
	.modale-close
	{
		background-color: #3c3c3c;
		border-radius: 9px;
		color: #fff;
		font-family: "Pistara",sans-serif;
		padding: 2px 10px;
		position: absolute;
		z-index: 9030;
		text-decoration: none;
		right: 10px;
		font-size: 20px;
		top: 5px;
	}
	.LineDeco div
	{
		width: 55vw;
		height: 3.9vw;
	}
}
@media screen and (max-width: 400px) {
	.logo-content {
	    float: left;
	}
}

/*@media screen and (min-width: 375px) and (max-width: 700px) and (-webkit-device-pixel-ratio: 2)
{

	body {
		width: 100vw;
		height: 100vh;
	}
	header {
		width: 100vw;
		position: fixed;
		top: 0;
		left: 0;
		background-color: rgba(200,200,200,0.95);
	}
	#wrap {
		min-height:100%;
		width:400%;
		overflow:hidden;
	}
	#one, #two, #three, #four, #five {
	top: 140px;
	width:25%;
	float:left;
	position: relative;
	padding-bottom: 140px;
	}

}*/

