@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;
	color: #767e9e;
	}

.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: 16px;
	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 {
	background-color: #275074; /*163e64*/
	height: 100px;
	width: 100%;
	/*position:fixed;*/
	background-color: #275074; /*163e64*/
}

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

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

#menu {
	opacity: 0;
	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: 5px;
}


/*-----  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: #8C6884; 	/*#694e63*/
}
}

.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 {
	opacity: 0.5; filter: alpha(opacity=50);
	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-famille.jpg) no-repeat scroll center, center / cover;
	background-size: cover;
	height: 900px;
	overflow: hidden;
	}

#accueil h2 {
	font-family: 'Merriweather', sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: 300;
	line-height: 1.6;
	margin: 100px 0 0 0;
	letter-spacing: 0.04em;
	}


@media (min-width : 481px) and (max-width : 960px) {
	#accueil {
	height: 800px;
	}
	#accueil h2 {
	font-size: 20px;
	margin: 120px 0 0 0;
	}
}

@media (min-width : 320px) and (max-width : 480px) {
	#accueil {
	height: 950px;
	}
	#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: #a28e9e;
	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: #95BCCC;
	}


	@media (min-width : 320px) and (max-width : 960px) {
	#pourquoi h2 {
	font-size: 24px;
	}
}

	/*===================================
=============5 - Liens ===============
===================================*/

#liens {
	background: #a28e9e;
	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: #a28e9e;
	text-decoration: none;
	outline: none;
	}

a:hover {
	color: #767e9e;
	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: #ddcad9;
	}

#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: #a28e9e;
	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: #ddcad9;
	}

#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: #ddcad9;
 	max-width: 620px;
 	width: 620px;
	height: 38px;
	line-height: 38px;
	border: 0;
	font-size: 18px;
	color: #694e63;
	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: #ddcad9;
	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: #694e63;
	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: #8C6884; 	/*#694e63*/
	overflow: hidden;
	}

#footer .inner {
	padding-top: 44px;
	padding-bottom: 22px;
	}

#footer p {
	color: #ddcad9;
	opacity: 0.8; filter: alpha(opacity=30);
	font-size: 14px;
	}

#footer p a {
	line-height: 32px;
	color: #6b98b5;
	}

#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: #694e63;
	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: #694e63;
	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;
	}
	}




/*=========== POPUP ========================*/

/*body {
  font-family: Arial;
  background: url(./media/basic-pics/modern-architecture-3867428_960_720.jpg) no-repeat center 35%/cover;
  height: 100vh;
  overflow: hidden;
  text-align: center;
*/

.box {
	position: fixed;
	z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  width: 320px;
  margin: 10rem ;
  padding: 2.5rem;
  border-radius: 5px;
}
/*
.button {
  font-size: 1.3rem;
  padding: 1rem;
  color: #fff;
  border-radius: 10px/10px;
  text-decoration: none;
  cursor: pointer;
  background: rgba(153, 102, 153);
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #996699;
  color: #333;
}
*/
.overlay {
  position: fixed;
  z-index: 200;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.7);
  transition: opacity .4s;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.popup {
	width: 100vw;
	height: 100vh;
	display: block;
	position: fixed;
	background: rgba(0,0,0,0.5);
	z-index: 9999;
	overflow: auto;
	top: 0;
	left: 0;
}
.popup .popup-inner {
	width: 60%;
	background: white;
	padding: 40px;
	border-radius: 5px;
	margin: 80px auto;
	position: relative;
}
.popup h2 {
  color:#8C6884;
	padding-right: 40px !important;
}
.popup p {
  color: #000;
	font-size: 1.1em;
	line-height: 1.2em;
}
.popup .cross {
  	position: absolute;
	right: 20px;
	top: 0px;
	z-index: 9;
  	top: 1.5rem;
  	right: 1.5rem;
 	font-size: 2.5rem;
 	text-decoration: none;
  	transition: 0.3s ease;
  	color:#4C4B4B;
}
.popup .cross:hover {
  	color: #996699;
}


@media (min-width : 320px) and (max-width : 960px) {

	.popup-inner {
 	width: 80% !important;
 	padding: 20px !important;
 	border-radius: 5px;
 	margin: 40px auto 80px auto !important;
 	position: relative;
 	}
	#popup p {
	font-size: 1em;
	line-height: 1.2em;
	}
	.popup h2 {
	color:#8C6884;
	font-size: 1.2em;
	}		
	.popup .cross {
    position: absolute;
	right: 20px;
	top: 0px;
	z-index: 9;
  	top: .6rem;
  	right: 1rem;
}
}
