/*@import url(http://fonts.googleapis.com/css?family=Lato:300,400,100);*/
/*@import url(http://fonts.googleapis.com/css?family=Oswald:300,400,700);*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

body, html {
    font-size: 90%;
    margin: 0;
    padding: 0;
}
body {
    font-family: "Lato",Calibri,Arial,sans-serif;
    font-weight: 300;
    transition: background-color 1s ease-in 0s;
    color: #fff;
	background-color: #9fc143;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box; box-sizing: border-box;
}
img {
	max-width: 100%;
	border: none;
}
p {
    font-size: 2.2em;
	margin: 0.4em 4em;
}
a {
    text-decoration: none;
    color: #eed;
}
a:hover {
    font-weight: bold;
}
h1 {
	font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 4em;
    margin: 0 0.5em;
}
h2 {
	font-family: 'Open Sans', sans-serif;
    font-size: 2.5em;
    margin: 1em 3em;
    font-weight: 500;
	color: #666;
}
h3 {
	margin: 0.3em 4em;
    padding: 1em;
	color: #000;
	background-color: #fff;
	opacity: 0.7;
	font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 2.5em;
	border-radius: 10px;
}
li {
	font-size: 1.8em;
	text-align: left;
}
header {
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    transition: height 0.3s ease 0s;
    width: 100%;
    z-index: 10000;
	text-align: center;
}
header nav a {
    transition: all 0.2s ease 0s;
	border-radius: 10px;
    background: none repeat scroll 0 0 #607460;
	background: rgba(80,100,80, 0.5);
}
nav a.active {
    border-radius: 10px;
    background: none repeat scroll 0 0 #666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
section {
	text-align: center;
	padding: 0 0.5em;
}
article {
	display: inline-table;
}
.headerstandard {
    height: 90px;
}
.headerstandard-inner {
    margin:  0 auto;
	height: 90%;
}
.headerstandard nav.menustandard a {
    line-height: 90px;
    font-size: 2em;
    margin: 0 5px;
    padding: 8px 10px;
}
.headermobile {
    display: none;
    height: auto;
    margin: 10px auto 20px;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.headermobile button {
    border: none;
    cursor: pointer;
    display: block;
    float: right;
    height: 30px;
    margin: 10px 20px 0 0;
	padding: 0;
    width: 30px;
    background: url("../images/nav-icon.png") no-repeat center center;
	background-color: #888;
}
.menumobile {
	width: 30%;
	background: #888;
	opacity: 0.9;
    height: 100%;
    top: 0;
    z-index: 10000;
	float: right;
	margin: 10px 0 0 0;
}
.menumobile a {
    padding: 1em 0;
    display: block;
    font-size: 1.5em;
    text-align: center;
    text-transform: uppercase;
}
.home {
	font-size: 110%;
}
.home img {
    width: 100%;
    height: auto;
}
.home h1 {
   /* font-family: "Lato",Calibri,Arial,sans-serif;*/
}
.home h2 {
	color: #cfe1a7;
	margin: 0;
}
.home a {
    background: url("../images/arrow.gif") no-repeat;
	display: inline-block;
	width: 50px;
	height: 80px;
}
.principes {
	background: url("../images/triangle.jpg") no-repeat center center fixed;
	background-size: 100% auto;
}
.principes img {
	width: 2.5em;
	vertical-align: sub;
}
.principes h1 {
	color: #666;
}
.principes h3 {
	opacity: 0.8;
}
.principes h2 {
	color: #fff;
    background: none repeat scroll 0 0 #607460;
	background: rgba(80,100,80, 0.5);
	margin: 1em 4em 0.3em 4em;
}
.principes a {
	color: black;
}
.principes_picture {
    background: url("../images/logo.png") no-repeat scroll center center transparent;
    background-size: auto 100%;
	height: 12em;
}
.qui_suis_je {
	background: url("../images/mer.jpg") no-repeat center center fixed;
}
.qui_suis_je em {
	font-size: 0.9em;
}
.qui_suis_je h2 {
	color: white;
}
.qui_suis_je_picture {
    background: url("../images/Christine.png") no-repeat scroll center center transparent;
	background-size: auto 100%;
	height: 18em;
}
.citation > p {
    font-size: 3em;
    margin: 1em 0 0 20em;
}
.citation {
	background: url("../images/love-3060650_1280.jpg") no-repeat center center fixed;
	background-size: 100% auto;
}
.contact form {
	width: 70%
}
.contact a {
	font-weight: normal;
}
.contact_phone {
	background: url("../images/phone.png") center bottom /auto 100% no-repeat scroll transparent;
}
.contact_mail {
	background: url("../images/mail.png") center center /auto 100% no-repeat scroll transparent;
}
.contact_phone, .contact_mail {
    display: inline-block;
    height: 40px;
    width: 40px;
	position: relative;
	top: 16px;
	margin: 0 0.3em;
}
.formulaire a:hover {
	color: #fff;
}
.formulaire h1 {
	margin: 0;
}
.formulaire h2 {
	font-size: 2em;
}
.formulaire p {
	font-size: 1.5em;
	margin: 1.5em 0 0 0;
}
.formulaire form {
    display: block;
	margin: 2em auto;
	max-width: 600px;
}
.formulaire input, .formulaire textarea {
    border: 0 none;
    border-radius: 3px;
    font-family: "Lato",Calibri,Arial,sans-serif;
    margin: 10px 0;
    padding: 10px;
    width: 100%;
}
.formulaire button[type="submit"] {
    border: medium none;
    border-radius: 5px;
    cursor: pointer;
    font-family: "Oswald", cursive,"Lato",Calibri,Arial,sans-serif;
    font-size: 1.5em;
    margin: 0 0 5px;
    padding: 10px;
    width: 100%;
    background: none repeat scroll 0 0 #666;
    color: #f6f6f6;
}
.formulaire button[type="submit"]:hover {
    background: none repeat scroll 0 0 #999;
}
.mentions {
	width: 70%;
	margin: 2em 0;
}
.mentions p {
	padding: 0.5em 0 1.5em 0;
}
.message {
	color: #ffff44;
	display: none;
}
.message h2 {
	color: #ffff44;
}
.message li {
	font-size: 1.5em;
}
.special {
	display:none;
}
.leftpos {
	float: left;
	padding: 0 0 0 5em;
}
.rightpos {
	float: right;
	padding: 0 5em 0 0;
}
.fp-controlArrow.fp-prev span{
    margin: 1em 0 0 -0.5em;
	font-size: 2em;
}
.fp-controlArrow.fp-next span{
	margin: 1em 0 0 -1.7em;
	font-size: 2em;
}
.slide ul {
    padding: 0 1.5em;
	margin: 0.25em 0;
}
.slide ul  li {
    /*padding: 0.2em 0;*/
	color: #000;
	background-color: #fff;
	opacity: 0.8;
	font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 0.7em;
}
.contrat img {
	width: auto;
}
#image {
	width: 100%;
	height: 100%;
	z-index: 20000;
	position: absolute;
	visibility: hidden;
}
#image img {
	display: block;
	margin: auto;
}
#video {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    z-index: -1;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px), only screen and (min-device-height: 768px) and (max-device-height: 1024px) {
	.fp-controlArrow.fp-prev {
		border-width: 28.5px 24px 28.5px 0 !important;
		left: 25px !important;
	}
	.fp-controlArrow.fp-next {
		border-width: 28.5px 0 28.5px 24px !important;
		right: 25px !important;
	}
	body, html {
		font-size: 0.80em;
	}
	.home img {
		/*height: 250px;
		width: auto;*/
	}
	._3d, .app {
		background-size: 12%;
	}
	.formulaire h1 {
		margin: 2.0em 0 0;
	}
	.formulaire img {
		height: 25px;
	}
	.contact_phone, .contact_mail {
		height: 27px;
		width: 27px;
		position: relative;
		top: 10px;
	}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px), only screen and (min-device-height: 320px) and (max-device-height: 480px) {
	.fp-controlArrow.fp-prev {
		border-width: 20.5px 16px 20.5px 0 !important;
		left: 20px !important;
	}
	.fp-controlArrow.fp-next {
		border-width: 20.5px 0 20.5px 16px !important;
		right: 20px !important;
	}
	body, html {
		font-size: 0.60em;
	}
	header a {
		color: #fff;
	}
	header nav a.current, nav a:hover {
    	border-radius: 0;
	    background: none repeat scroll 0 0 #ccc;
    	color: #666;
	}
	.headerstandard {
		display: none;
	}
	header.headermobile {
		display: block;
	}
	.menumobile {
		display: none;
	}
	.home img {
	/*	height: 100px;
		width: auto;*/
	}
	.home h2 {
		font-size: 1.5em;
	}
	.citation > p {
		margin: 1em 0 0 10em;
	}
	.formulaire h1 {
		margin: 0;
	}
	.formulaire img {
		height: 15px;
	}
	.contact_phone, .contact_mail {
		height: 21px;
		width: 21px;
		position: relative;
		top: 8px;
	}
}
@media only screen and (orientation : landscape) {
	.grid figure {
		width: 48%;
	}
	.principes, .qui_suis_je, .citation {
		background-size: 100% auto;
	}
}
@media only screen and (orientation : portrait) {
	.grid figure {
		width: 96%;
	}
	.principes, .qui_suis_je, .citation {
		background-size: auto 100%;
	}
}
@media screen and (min-width:0\0) {
   /*
      Votre CSS pour IE versions 9 à Edge
   */
}