html, body{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
body{
	font-family: 'Crimson Text', serif;
	-webkit-font-smoothing: antialiased;
	color: #323232;
}
header{
	height: 60px;
	width: calc(100% - 40px);
	padding: 20px;
	position: fixed;
	top: 0;
	background-color: rgba(255,255,255,0.9);
	border-bottom: 1px solid #b3d6df;
	z-index: 999999;
}
header .logo{opacity: 1;}
header a{
	font-weight: 400;
	color: #485659;
	opacity: 0.6;
	text-decoration: none;
	font-size: 17px;
	margin: 15px;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 2px;
	text-align: center;

	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
header a:hover{
	opacity: 1;
}
header .logo{
	display: inline-block;
	width: 160px;
	height: 44px;
	margin: 8px 40px 8px 15px;
	background-position: left;
}
header .number{
	float: right;
}
.separator{
	width: 100px;
	height: 1px;
	background-color: #b3d6df;
	display: block;
	margin: 0 auto;
	margin-bottom: 50px;
}
.btn{
	padding: 12px 10px;
	text-align: center;
	letter-spacing: 1px;
	display: block;
	color: #323232;
	border: 1px solid #323232;
	width: 300px;
	margin: 0 auto;
	margin-top: 20px;
	border-radius: 2px;
	text-decoration: none;
	font-size: 14px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.btn:hover{
	color: #8fabb2;
	border: 1px solid #8fabb2;
}
.top, .topPage, .honoraires, .presentation, .contact{margin-top: 100px;}
.top, .topPage{
	display: table;
	width: 100%;
	height: 600px;

	background: rgba(179,214,223,1);
	background: -moz-linear-gradient(top, rgba(179,214,223,1) 0%, rgba(251,224,255,0.6) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179,214,223,1)), color-stop(100%, rgba(251,224,255,0.6)));
	background: -webkit-linear-gradient(top, rgba(179,214,223,1) 0%, rgba(251,224,255,0.6) 100%);
	background: -o-linear-gradient(top, rgba(179,214,223,1) 0%, rgba(251,224,255,0.6) 100%);
	background: -ms-linear-gradient(top, rgba(179,214,223,1) 0%, rgba(251,224,255,0.6) 100%);
	background: linear-gradient(to bottom, rgba(179,214,223,1) 0%, rgba(251,224,255,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3d6df', endColorstr='#fbe0ff', GradientType=0 );
}
.topPage{
	height: 300px;
}
.top section, .topPage section{
	min-height: calc(90% - 100px);
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 0 10%;
}
.top section p{
	text-align: center;
    width: 480px;
	margin: 0 auto;
	font-size: 22px;
}
.top .btn{
	width: 340px;
	font-size: 22px;
	padding: 6px 20px 10px 20px;
}
.top .number{
	margin-top: 30px;
	display: block;
	color: #323232;
	font-size: 26px;
	text-decoration: none;
}
.accueil, .presentation, .honoraires, .contact{
	padding: 100px 0;
}
h4{
	font-weight: 400;
	font-size: 28px;
	line-height: 60px;
	margin: 0 0 40px 0;
	opacity: 0.5;
	letter-spacing: 2px;
	text-align: center;
}
.content{
	width: 940px;
	margin: 0 auto;
	display: block;
}
.accueil section, .presentation section{
	display: inline-block;
	vertical-align: top;
	width: calc(49% - 40px);
	margin: 0 20px;
}
p{
	font-size: 18px;
	line-height: 1.45;
	text-align: justify;
	margin: 0 0 16px 0;
}
.infos{
	width: 660px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.infos p{
	width: 49%;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 50px;
	text-align: center;
}
.infos a{
	color: #323232;
}
.infos a:hover{
	opacity: 0.8;
}
.infos .psycli{
	display: block;
}
.infos .logo{
	height: 50px;
	width: 180px;
	margin: 0 auto;
}
.infos .psycli{
	font-size: 20px;
	opacity: 0.5;
}
.honoText .blocInfo{
	font-style: inherit;
	text-align: justify;
	font-size: 18px;
	margin: 30px 0 0 0;
	display: block;
}
.honoText h4{
	margin-top:60px;
}
.tarifs, .encharge{
	width: calc(49% - 100px);
	display: inline-block;
	min-height: 340px;
	padding: 0;
	vertical-align: top;
	margin: 0 50px 20px 50px;
}
.honoText .tarifs span, .honoText .encharge ul span{
	display: block;
	width: 100%;
	margin: 35px 0;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 0px;
	letter-spacing: 3px;
	text-align: center;
}
.honoText .tarifs li, .honoText .encharge ul li{
	list-style: none;
	padding: 20px;
	border-top: 1px solid #b3d6df;
	text-align: center;
	font-size: 18px;
}
.honoText .tarifs, .honoText .encharge ul{
	border-radius: 3px;
	border: 1px solid #b3d6df;
}
.honoText .encharge ul{
	margin: 0;
	padding: 0;
}
.honoText .tarifs .price{
	font-size: 24px;
	display: block;
}
.honoText .tarifs li i{
	opacity: 0.4;
	font-size: 16px;
	display: block;
}
.honoText .tarifs small{
    margin-top: 10px;
    display: block;
}
.honoText .tarifs small .price{
	display: inline-block;
}
.honoText .encharge{
	list-style: none;
	margin-bottom: 20px;
}
.honoText .encharge span{
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 3px;
	margin-bottom: 10px;
	display: block;
}
.honoText .encharge li{
	padding-left: 15px;
	margin-bottom: 6px;
	font-size: 18px;
}
.important{
	padding: 20px;
	border-radius: 3px;
	border: 1px solid #b3d6df;
	margin-top: 30px;
	display: block;
	font-weight: bold;
}
.italic{
	margin: 0 0 50px 0;
	display: block;
	text-align: center;
	width: 100%;
	opacity: 0.5;
}
.backImg{
	background: url('background.jpg') no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
}
.backImg2{
	background: url('background2.jpg') no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
}
.backColor{
	background-color: #b3d6df;
	padding: 5%;
	width: 90% !important;
}

.logo{
	background-image: url('dyatouffier.svg');
	height: 80px;
	width: 300px;
	margin: 0 auto;
	background-position: left;
	background-size: auto 100%;
	background-repeat: no-repeat;
	display: block;
}
h2{
	font-weight: 400;
	font-size: 44px;
	line-height: 80px;
	margin: 0;
	color: #fff;
	letter-spacing: 2px;
	text-align: center;
}
strong{
	font-size: 24px;
	text-align: center;
	display: block;
	margin: 48px 0;
}
.honoraires h2, .honoraires h3{color: #485659;}
h3{
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 0px;
	margin: 0 0 20px 0;
	opacity: 0.85;
	color: #fff;
	letter-spacing: 3px;
	text-align: center;
}
form{
	text-align: center;
}
form input{
	font-size: 16px;
	border: 1px solid #c2bdba;
	border-radius: 3px;
	font-weight: 300;
	width: 420px;
	margin: 0 auto;
	padding: 6px 6px 6px 34px;
	margin-bottom: 20px;
}
form textarea{
	font-size: 16px;
	border: 1px solid #c2bdba;
	border-radius: 3px;
	font-weight: 300;
	width: 420px;
	height: 135px;
	padding: 6px 6px 6px 34px;
	margin-bottom: 20px;
}
form span{
	position: relative;
	display:block;
}
form span i{
	position: absolute;
	margin: 11px;
	width: 10px;
	font-size: 14px !important;
	display: block;
	text-align: center;
	top: 0;
	color: #b3d6df;
}
form input:focus, form textarea:focus{
	border: 1px solid #b3d6df;
	outline: none;
}
::-webkit-input-placeholder {
	color: #dbd6d3;
	font-style:italic;
}
:-moz-placeholder { /* Firefox 18- */
	color: #dbd6d3;
	font-style:italic;
}
::-moz-placeholder {  /* Firefox 19+ */
	color: #dbd6d3;
	font-style:italic;
}
:-ms-input-placeholder {
	color: #dbd6d3;
	font-style:italic;
}
:focus::-webkit-input-placeholder {
	color: #b3d6df;
}
:-moz-placeholder:focus {
   color: #b3d6df;
}
:-ms-input-placeholder:focus {
   color: #b3d6df;
}
.btnForm{
	background-color: #b3d6df;
	color: #fff;
	height: 36px;
	margin: 0 auto;
	border: none !important;
	padding: 0 !important;
	cursor: pointer;
}
.alert-success, .alert-danger{
	position: fixed;
	width: 100%;
	height: auto;
	text-align: center;
	bottom: 10%;
	z-index: 9999999999999;
	opacity: 0.5;
}
.alert-danger{opacity: 1; color: red;}
.contactBtn{
	padding: 6px;
	display: block;
	border: 1px solid #b3d6df;
	color: #8fabb2;
	width: 200px;
	margin: 0 auto;
	margin-top: 20px;
	border-radius: 2px;
	text-decoration: none;
	font-size: 18px;
}
footer{
	height: 50px;
	width: 100%;
	margin-top: 50px; 
}
footer p{
	text-decoration: none;
	color: rgba(0,0,0,0.3);
	font-size: 14px;
	padding: 15px;
	margin: 0;
	text-align: center;
}
footer p a{color: rgba(0,0,0,0.5); text-decoration: none;}
footer p a:hover{color: rgba(0,0,0,0.8); text-decoration: none;}
footer span{
	width: 100%;
	height: 30px;
	display: block;
	margin-top:;
	
	background: rgba(179,214,223,1);
	background: -moz-linear-gradient(left, rgba(179,214,223,1) 0%, rgba(251,224,255,0.6) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(179,214,223,1)), color-stop(100%, rgba(251,224,255,0.6)));
	background: -webkit-linear-gradient(left, rgba(179,214,223,1) 0%, rgba(251,224,255,0.6) 100%);
	background: -o-linear-gradient(left, rgba(179,214,223,1) 0%, rgba(251,224,255,0.6) 100%);
	background: -ms-linear-gradient(left, rgba(179,214,223,1) 0%, rgba(251,224,255,0.6) 100%);
	background: linear-gradient(to right, rgba(179,214,223,1) 0%, rgba(251,224,255,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3d6df', endColorstr='#fbe0ff', GradientType=1 );
}
/* ---------------------------------- */
/* Media Queries .................... */
/* ---------------------------------- */
@media (orientation: portrait) {
  .border {
	background-size: auto 100% !important;
	background-position: bottom left;
	background-attachment: fixed;
  }
}
/* Large Devices, Wide Screens, iPad */
@media only screen and (max-width: 1200px) {
	.border {background-size: 100%;}
	p{margin-top: 40px;}
	input {
		-webkit-appearance:none;
		-webkit-border-radius:0px;
	}
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
}
/* iPhone 5 */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
	header{
		width: calc(100% - 20px);
		padding: 10px;
	}
	header a{
		display: none;
		font-size: 16px !important;
		margin: 6px 0;
	}
	header .logo{
		width: 130px;
		height: 34px;
		margin: 12px 0;
	}
	header .logo, header .number{display: inline-block !important;}
	.top, .topPage, .honoraires, .presentation, .contact{
		margin-top: 80px;
	}
	.top{
		height: calc(100% - 80px);
	}
	.accueil, .presentation, .honoraires, .contact{
		width: 84%;
		padding: 40px 8%;
	}
	.content{
		width: 100%;
		padding: 0;
	}
	.top section p{width: 100%; font-size: 18px;}
	.top section p br{display: none;}
	.top section, .topPage section{padding: 0 5%;}
	.top .number{font-size: 22px;}
	.tarifs, .encharge{
		width: 100%;
		display: inline-block;
		min-height: 340px;
		padding: 0;
		vertical-align: top;
		margin: 0 0 50px 0;
	}
	.btn{
		font-size: 12px;
		width: calc(100% - 20px);
	}
	section{width:100%; padding: 0;}
	h1{height: 110px;}
	h2{font-size: 22px; line-height: 60px;}
	h3{font-size: 14px; line-height: 4px;}
	h4{font-size: 22px; line-height: 30px;}
	.infos{width: 100%;}
	.infos p{
		margin-bottom: 0;
		margin-top: 20px;
		width: 100%;
	}
	form textarea{
		font-size: 16px;
		padding: 6px;
		width: calc(100% - 12px) !important;
	}
	form input{
		height: 28px;
		font-size: 16px;
		padding: 6px;
		width: calc(100% - 12px) !important;
		margin-right: 0 !important;
	}
	form span{
		width: 100% !important;
		margin-right: 0 !important;
	}
	form span i{display: none !important;}
	input {
		-webkit-appearance:none;
		-webkit-border-radius:0px;
	}
	.btnForm{
		height: 44px;
		width: 100% !important;
	}
	.alert-success, .alert-danger{
		background-color: #fff;
		bottom: 0;
	}
	.accueil section, .presentation section{
		display: block;
		width: 100%;
		margin: 0;
	}
	.accueil section p, .presentation section p{
		font-size: 18px;
		line-height: 1.2;
		text-align: justify;
		margin: 30px 0 0 0 !important;
	}
}
/* Small Devices, Tablets, iPhone */
@media only screen and (max-width: 768px) {
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
}
