@charset "utf-8";

html, body, div, h1, h2, h3, h4, h5, h6, p, ul, li, span {
	margin: 0;
	padding: 0;
	line-height: 1;
	}
	
img {
	border: none;
	}

a, a:link, a:active, a:visited, a:hover {
	text-decoration: none;
	outline: none;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	}
	

ul {
	list-style-type: none;
	}

body {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.05em
	}
	
p {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.7;
	
	}
	
.left {
	float: left;
	
	}
	
.right {
	float: right;
	}

.both {
	clear: both;
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
	}

.inner {
	margin: 0 auto;
	max-width: 820px;
	padding: 60px 20px 80px 150px;
	overflow: hidden;
	}

.inner-top {
	margin: 0 auto;
	max-width: 820px;
	padding: 60px 20px 40px 150px;
	overflow: hidden;
	}

@media (min-width : 320px) and (max-width : 960px) {
	html, body, inner, span {
	font-size: 14px;
	line-height: 18px;
	}
	
	.inner {
	margin: 0 auto;
	max-width: 820px;
	padding: 40px 30px 80px 60px;
	overflow: hidden;
	}
	
	.inner-top {
	margin: 0 auto;
	max-width: 820px;
	padding: 30px 20px 40px 60px;
	overflow: hidden;
	}
}



/*===================================
============== Header ===============
===================================

#header {
	width: 100%;
	background: #2d303a;
	height: 100px;
	overflow: hidden; 
	}

#header .inner {
	background: #2d303a;
	padding-top: 44px;
	padding-bottom: 24px;
	}
	
	
/*=======================  MENU =========================*/

#header {
	
	height: 100px;
	width: 100%;
	/*position:fixed;*/
	
}

.menu-inner {
	/*max-width: 960px;*/
	margin: 0 auto;
}

.img-logo {
	margin: 46px 0 0 100px;
}

#menu {
	display: none;
}

/*-----  MENU NAV -----*/

.nav {
	float: right;
	margin: 55px 60px 0 0;
	font-weight: 300;
	letter-spacing:2px;
	text-transform:uppercase;
}

.nav ul {display: block;}

.nav ul li {display: inline;}

.nav ul li a {
	padding-left: 5px;
	padding-right: 10px;
}


/*-----  SLICKNAV MENU -----*/

.slicknav_menu {
	display:none;
	
}

.js #menu {
	display:none;
}
	
.js .slicknav_menu {
	display:none; 	
}

@media screen and (max-width: 960px) {
.inner-top p, .inner-top h2 {
		font-size:16px !important;
		margin-top:80px !important;
	}
#header {
	display:none;
	}

.slicknav_menu {
	display:block;

	}

.js #menu {
	display:block;
	
	}
	
.js .slicknav_menu {
	display:block; 
	background-color:#837165;	
}
}

.img-logo-mobile {
	display: none;
	}



/*----- LOGO SLICKNAV MENU -----*/

@media screen and (max-width: 960px) {
	.img-logo-mobile {
	display: block;
	margin: 45px 0 0 20px;
	position: fixed;
	z-index: 2;
}
	.menu-inner {
		display:none;
}
}

@media screen and (max-width: 600px) {
	.img-logo-mobile {
	margin-left: 20px;
}
	.menu-inner {
		display:none;
}
}


/*arrow down
--------------------*/

.arrow-container {
	width: 50px;
	margin: 0 auto;
	}
	
.arrow {
    position: absolute;
    z-index: 1;
	}
	
	
	@media (min-width : 320px) and (max-width : 480px) {
	.arrow-container {
	display:none;
	}
	}
	
/*------------------*/

.button {
	opacity: 0.7; filter: alpha(opacity=70);
	border: 1px solid #fff;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.04em;
	height: 30%;
	width:30%;
	margin:40px 0 0 220px;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	border-radius: 5px;
	}
	
		@media (min-width : 320px) and (max-width : 480px) {
	.button {
	margin:40px auto 0 auto;
	width:70%;

	}
	}
	
	
/*Nav Menu
ul.nav-menu {
	margin: 45px 0 0 20px;
	}

ul.nav-menu li {
	float: left;
	font-size: 16px;
	font-weight: 300;
	color: #494e62;
	text-transform: uppercase;
	letter-spacing: 2px;
	}

ul.nav-menu li a {
	color: #ffffff;
	display: inline-block;
	margin: 0 13px 0 13px;
	}

ul.nav-menu li a:hover {
	color: #6b98b5;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	}
*/


	/*===================================
=============1 - Accueil ===============
===================================*/
#accueil {
	background: url(images/avocat-bail.jpg) no-repeat scroll center, center / cover;
	background-size: cover;
	height: 700px;
	overflow: hidden;
	}
	
#accueil h2 {
	font-family: 'Merriweather', sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: 300;
	line-height: 1.4;
	margin: 100px 0 0 0;
	letter-spacing: 0.04em;
	}
	
	
@media (min-width : 481px) and (max-width : 960px) {
	#accueil {
	height: 550px;
	}
	#accueil h2 {
	font-size: 20px;
	margin: 120px 0 0 0;
	}
}	

@media (min-width : 320px) and (max-width : 480px) {
	#accueil {
	height: 550px;
	}
	#accueil h2 {
	font-size: 18px;
	margin: 30px 0 0 0;
	}
}


	/*===================================
=============2 - solutions ===============
===================================*/
#solutions {
	background: #F5F5F5;
	overflow: hidden;
	}
	
#solutions h2 {
	font-family: 'Merriweather', sans-serif;
	font-size: 30px;
	color: #506069;
	font-weight: 300;
	line-height: 1.2;
	margin: 50px 0 50px 0;
	}
	
#solutions h3 {
	color: #506069;
	font-weight: 300;
	line-height: 1.6;
	}
	
	
	@media (min-width : 320px) and (max-width : 960px) {
	#solutions h2 {
	font-size: 24px;
	}
}
	
		
	/*===================================
=============3 - Comment ===============
===================================*/
#comment {
	background: #c0b09c;
	overflow: hidden;
	}

#comment h2 {
	font-family: 'Merriweather', sans-serif;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: 300;
	line-height: 1.2;
	margin: 50px 0 50px 0;
	}

#comment h3 {
	font-weight: 300;
	color: #FFF;
	line-height: 1.6;
	}
	
	
	@media (min-width : 320px) and (max-width : 960px) {
	#comment h2 {
	font-size: 24px;
	}
}
	
	
	/*===================================
=============4 - pourquoi ===============
===================================*/
#pourquoi {
	background: #F5F5F5;
	overflow: hidden;
	}
	
#pourquoi h2 {
	font-family: 'Merriweather', sans-serif;
	font-size: 30px;
	color: #506069;
	font-weight: 300;
	line-height: 1.2;
	margin: 50px 0 50px 0;
	}
	
#pourquoi h3 {
	color: #506069;
	font-weight: 300;
	line-height: 1.6;
	}
	
#pourquoi a {
	color: #506069;
	}
	
#pourquoi a:hover {
	color: #c0b09c;
	}
		
	
	@media (min-width : 320px) and (max-width : 960px) {
	#pourquoi h2 {
	font-size: 24px;
	}
}
	
	/*===================================
=============5 - Liens ===============
===================================*/

#liens {
	background: #c0b09c;
	overflow: hidden;
	}
	
#liens h2 {
	font-family: 'Merriweather', sans-serif;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: 300;
	line-height: 1.2;
	margin: 50px 0 50px 0;
	}

#liens h3 {
	font-weight: 300;
	color: #FFF;
	line-height: 1.6;
	}

liens a, a:link, a:active, a:visited {
	color: #767e9e;
	text-decoration: none;
	outline: none;
	}
	
a:hover {
	color: #dd9e7c;
	text-decoration: none;
	outline: none;
	}
	
	
	@media (min-width : 320px) and (max-width : 960px) {
	#liens h2 {
	font-size: 24px;
	}
}
	
	/*===================================
=============6 - Où - Contact ===============
===================================*/

.column1 {
	float: left;
	margin:20px 0;
	max-width: 40%;

	}
	
.column2 {
	float: left;
	margin:20px 0 0 80px;
	width: 30%;
	}
	
.column3 {
	float: left;
	margin:20px 0 0 10px;
	width: 30%;
	}

#contact {
	background: #ffffff;
	overflow: hidden;
	}
	
#contact h2 {
	font-family: 'Merriweather', sans-serif;
	font-size: 30px;
	color: #506069;
	font-weight: 300;
	line-height: 1.2;
	margin: 50px 0 50px 0;
	}
	
#contact h3, h4, p, span {
	color: #506069;
	font-weight: 300;
	line-height: 1.6;
	}	

#contact a {
	color: #506069;
	}
	
#contact a:hover {
	color: #fdc3ad;
	}
	
#contact ul {
	overflow: hidden;
	}
	
#contact ul li {
	float: left;
	display: inline;
	padding: 44px 30px 0 0;
	}

#contact ul li:first-child {
 	max-width: 470px;
	}
	
#contact span {
	display: block;
	font-size: 18px;
	font-weight: 300;
	}
	

	@media (min-width : 320px) and (max-width : 960px) {
	#contact h2 {
	font-size: 24px;
	}
	contact h3, h4, p, span {
	font-size: 18px;
	}
	
	.column1, .column2, .column3 {
	float: left;
	text-align:left;
	margin:20px 0 0 40px;
	max-width: 90%;
	min-width: 90%
}
}
	
/*===================================
============= 7 - Contact - Formulaire ===============
===================================*/
#formulaire {
	background: #c0b09c;
	overflow: hidden;
	}

#formulaire h2 {
	font-family: 'Merriweather', sans-serif;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: 300;
	line-height: 1.2;
	margin: 50px 0 50px 0;
	}

#formulaire h3 {
	font-weight: 300;
	color: #FFF;
	line-height: 1.6;
	}
	
#formulaire h4,
#formulaire p,
#formulaire span {
	color: #ffffff;
	}
	
a, a:link, a:active, a:visited {
	color: #ffffff;
	}
	
a:hover {
	color: #fdc3ad;
	}
	
#formulaire ul {
	padding: 44px 0 0 0;
	overflow: hidden;
	}
	
#formulaire ul li {
	float: left;
	display: inline;
	max-width: 300px;
	padding: 0 0 0 10px;
	}

#formulaire ul li:first-child {
	padding: 0 10px 0 0;
 	max-width: 620px;
	}
	
#formulaire p {
	margin: 0 0 25px 0;
	text-align: justify;
	}
	
#formulaire span {
	display: block;
	font-size: 18px;
	font-weight: 300;
	margin: 0 0 6px 0;
	}
	
	
form {
	margin: 40px 0;
	}
	
input {
	background: #ddd2c5;
 	max-width: 620px;
 	width: 620px;
	height: 38px;
	line-height: 38px;
	border: 0;
	font-size: 18px;
	color: #81755b;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	letter-spacing: 0.02em;
	padding: 0px 15px;
	margin: 0 0 16px 0;
	outline: none;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	border-radius: 5px;
	}

textarea {
	background: #ddd2c5;
	max-width: 620px;
	width: 620px;
	height: 120px;
	max-height: 202px;
	border: 0;
	padding: 16px;
	margin: 0 0 16px 0;
	outline: none;
	overflow: auto;
	resize: none;
	font-size: 18px;
	color: #81755b;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	letter-spacing: 0.02em;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	border-radius: 5px;
	}

.submitbtn, cancelbtn {
	padding: 0;
	margin: 0;
	background: #95BCCC;
	overflow: hidden;
	width: 110px;
	height: 38px;
	line-height: 38px;
	cursor: pointer;
	outline: none;
	text-align: center;
	font-size: 14px;
	color: #506069;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	}

.submitbtn:hover, submitbtn:hover {
	background: #2d303a;
	color: #666d89;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	}

    /*===============================*/

	@media (min-width : 320px) and (max-width : 960px) {
	#formulaire 
	max-width: 90%;{
	/*display: none;*/
	}
#formulaire h2 {
	font-size: 24px;
	}

input {
 	width: 90%;
	height: 38px;
	}
textarea {
	max-width: 90%;
	}
	}
	
	
/*===================================
============= Footer ================
===================================*/
#footer {
	background: #837165;
	overflow: hidden;
	}

#footer .inner {
	padding-top: 44px;
	padding-bottom: 22px;
	}
	
#footer p {
	color: #FFFFFF/*#ddd2c5*/;
	opacity: 0.7; filter: alpha(opacity=70);
	font-size: 14px;
	}	
	
#footer p a {
	line-height: 32px;
	}	
	
#footer p a:hover {
	color: #fff;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	}	

	
	
/*===================================
======= Back To Top  ==============
===================================*/
.go-top {
	position: fixed;
	bottom: 18em;
	right: 2em;
	color: #ffffff;
	background-color: #ac8972;
	opacity: 0.6; filter: alpha(opacity=60);
	font-size: 12px;
	padding: 1em;
	display: none;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	border-radius: 5px;
	}


	@media (min-width : 320px) and (max-width : 960px) {
	go-top {
	display: none;
	}

	.go-top-mobile{
	position: fixed;
	bottom: 18em;
	right: 2em;
	color: #ffffff;
	background-color: #dac699;
	opacity: 0.6; filter: alpha(opacity=60);
	font-size: 12px;
	padding: 1em;
	display: none;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	border-radius: 5px;
	}
	}

/*===================================
======= Modal  ==============
===================================*/

.modal-open:checked ~ .modal-wrap:before,
.modal-open:checked ~ .modal-wrap .modal-overlay {
  display: block;
}
.modal-open:checked ~ .modal-wrap .modal-dialog {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 40%;
}
.modalDialog {
    position: fixed;
    font-family: 'Lato', sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color:#EAEAEA;
    background: rgba(255, 255, 255, 0.4); 
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
    width: 280px;
    position: relative;
    margin: 10% auto;
	line-height: 1.2;
    padding: 20px 30px 13px 30px;
    background: rgb(48, 65, 131);
}
.close {
	font-size:18px;
	color: #FFFFFF;
	line-height: 18px;
	text-align: center;
	float: right;
	width: 40px;
	height: 20px;
	text-decoration: none;
	font-weight: 300;
}
.close:hover { 
	background: #405DC5;
	color: #FFFFFF; 
}
