@charset "utf-8";
/* CSS Document */

#blc-page{
	width: 100%;
	float: left;
	padding-top: 115px;
	padding-bottom: 140px;
	background: url("../img/fond-contact.jpg") no-repeat center center / cover;
}
#glb-pge{
	width:100%;
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	display: table;
}
#grp-ttr{
	width:100%;
	padding-left:80px;
	padding-right:80px;
	position:relative;
	box-sizing: border-box;
	animation:anim-grp-ttre 2s forwards;
}
@keyframes anim-grp-ttre{
	0%{opacity:0;}
	100%{opacity:1;}
}
#ico-ttr{
	width:100%;
	height:117px;
	background:url('../img/ico-prd.png') no-repeat center center;
}
#ttr-pge{
	text-align: center;
	font-size: 61px;
	position: relative;
	color: #FFFFFF;
	font-family: 'sunset-lightregular';
	display: table;
	padding: 10px 15px;
	margin-left: auto;
	margin-right: auto;
	animation:anim-ttre 2s forwards;
}

#dscr-pge{
	width:100%;
	text-align:center;
	font-size:17px;
	color:#FFFFFF;
}
#trait-gch{
	width:75px;
	height:1px;
	float:left;
	position:absolute;
	left:-75px;
	top:50%;
	background-color:#FFFFFF;
}
#trait-drt{
	width:75px;
	height:1px;
	float:left;
	position:absolute;
	right:-75px;
	top:50%;
	background-color:#FFFFFF;
}
#blc-contact{
	float:left;
	width:100%;
	background-color:#F6EEE2;
	position:relative;
}
#col-ctt-a{
	width:25%;
	float:left;
	padding-top:90px;
	padding-bottom:60px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
#col-ctt-a #ico-crt{
	width:100%;
	height:67px;
	background:url(../img/ico-crt.png) no-repeat center center;
}
#col-ctt-a #btn-tel{
	width: 100%;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	display: table;
	position: relative;
	border-radius: 50px;
	border: 1px solid #CF6F4B;
	padding: 10px 0;
	font-size: 23px;
	text-align: center;
	text-decoration: none;
	color: #1D1D1B;
	margin-top: 10px;
	top: 10px;
}
#col-ctt-a #btn-tel:hover{
	background-color:#CF6F4B;
	color:#FFFFFF;
}
#col-ctt-a #adr-ctt{
	width:100%;
	float:left;
	text-align:center;
	color:#1D1D1B;
	margin-top:20px;
	line-height: 25px;
}
#col-ctt-a #btn-email{
	width:100%;
	float:left;
	font-size:16px;
	text-align:center;
	color:#1D1D1B;
	text-decoration:none;
	margin-top:5px;
}
#col-ctt-a a:hover{
	text-decoration:underline;
}
#col-ctt-b{
	width:50%;
	float:left;
	background-color:#FFFFFF;
	border-radius:25px;
	position: absolute;
	margin-left:25%;
	top:-40px;
	bottom:-40px;
	box-sizing: border-box;
	z-index: 1;
}
#ret-ctt-b{
	padding:50px 50px 0;
	float:left;
	box-sizing: border-box;
}
#fleche-ctt-ht{
	background:url(../img/fleche-wht-ht.png) no-repeat center center; 
	width: 100%;
	height: 35px;
	top: -35px;
	position: absolute;
	z-index: 1;
	display: block;
}
#fleche-ctt-bs{
	background:url(../img/fleche-wht-bs.png) no-repeat center center; 
	width: 100%;
	height: 35px;
	bottom: -35px;
	position: absolute;
	z-index: 1;
}

#col-ctt-b h2{
	width:100%;
	float:left;
	font-size:42px;
	margin-top:39px;
	text-align:center;
	color:#1D1D1B;
	font-family: 'sunset-lightregular';
}
#col-ctt-c{
	width:25%;
	margin-left:50%;
	float:left;
	padding-top:90px;
	padding-bottom:60px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
#col-ctt-c #ico-hor{
	width:100%;
	height:67px;
	background:url(../img/ico-hor.png) no-repeat center center;
}
#hor-hre{
	width:100%;
	float:left;
	display:block;
	padding:25px;
	box-sizing: border-box;
}
#hor-hre p{
	width:100%;
	float:left;
	display:block;
	font-size:17px;
	padding:10px 50px 5px 0;
	position: relative;
	box-sizing: border-box;
	color:#1D1D1B;
	background:url("../img/fond-hre.png") repeat-x center bottom;
}
#hor-hre p span{
	width: auto;
	display: block;
	font-size: 16px;
	position: absolute;
	right: 0px;
	top: 8px;
	color:#CF6F4B;
}
#ph-hor{
	width:100%;
	float:left;
	text-align:center;
	font-size:17px;
	display:block;
	padding:20px;
	box-sizing: border-box;
	color:#CF6F4B;
}
form{
    display: block;
    margin-top: 45px;
    width: 100%;
    box-sizing: border-box;
	float:left;
}
	
form input{
	display:block;
	float:left;
	width:100%;
	padding:15px 20px;
	box-sizing:border-box;
	border:#C6C6C6 1px solid;
	font-size:13px;
	border-radius:10px;
}
#chp-gch{
	width:33.33%;
	padding-right:10px;
	box-sizing:border-box;
	float:left;
}
#chp-ctr{
	width:33.33%;
	padding-left:10px;
	padding-right:10px;
	box-sizing:border-box;
	float:left;
}
#chp-drt{
	width:33.33%;
	padding-left:10px;
	box-sizing:border-box;
	float:left;
}
form textarea{
	display:block;
	float:left;
	width:100%;
	padding:15px 20px;
	margin-top:20px;
	border:#C6C6C6 1px solid;
	height:180px;
	resize:none;
	font-size:13px;
	box-sizing:border-box;
	border-radius:10px;
}
form #envoyer{
    color: #1D1D1B;
	background-color:#FFFFFF;
    font-size: 18px;
    margin-left: 10px;
	margin-top:20px;
    padding-bottom: 12px;
    padding-top: 12px;
    text-transform: uppercase;
    max-width: 180px;
	width:100%;
	border: 2px solid #CF6F4B;	
	cursor:pointer;
	border-radius: 20px;
	float:right;
}
form #envoyer:hover{
	background-color:#DDB66B;
	border:2px solid #DDB66B;
	color:#FFFFFF;
}
#rtcha{
	margin-top:10px;
	display:block;
	float:left;
}
::-webkit-input-placeholder { /* Pour Safari, Google Chrome, Opera 15+ */
  	font-family: 'varela_roundregular';
	text-transform: uppercase;
	letter-spacing:1px;
	font-size:14px;
	line-height:18px;
}
 
:-moz-placeholder { /* Pour Firefox 18- */
  	font-family: 'varela_roundregular';
	text-transform: uppercase;
	letter-spacing:1px;
	font-size:14px;
	line-height:18px;
}
 
::-moz-placeholder {  /* Pour Firefox 19+ */
  	font-family: 'varela_roundregular';
	text-transform: uppercase;
	letter-spacing:1px;
	font-size:14px;
	line-height:18px;
}
 
:-ms-input-placeholder {  /* Pour IE 9+ */
	font-family: 'varela_roundregular';
	text-transform: uppercase;
	letter-spacing:1px;
	font-size:14px;
	line-height:18px;
}
.ph-form{
	display:block;
	float:left;
	height:20px;
	margin-top:35px;
	margin-right:10px;
	color:#575756;
	font-size:12px;
}
.avertissement {
	float: left;
	height: auto;
	width: 100%;
	font-size: 12px;
	color: #F00;
	text-align:center;
	display: block;
	margin-top: 15px;
	margin-bottom: 10px;
}
.avertissement-ok {
	float: left;
	height: auto;
	width: 100%;
	font-size: 12px;
	color: #090;
	text-align:center;
	display: block;
	margin-top: 15px;
	margin-bottom: 10px;
}
#blc-plan{
 	clear: both;
    height: 485px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
	z-index:0;
    width: 100%;
	box-sizing:border-box;
}
#blc-plan iframe{
   	display: block;
    float: left;
    height: 180%;
    position: absolute;
    top: -40%;
    width: 100%;
}
.ctt-ttr{
	width:100%;
	float:left;
	font-size:42px;
	text-align:center;
	color:#1D1D1B;
	font-family: 'sunset-lightregular';
}
@media screen and (max-width: 700px){
	#ttr-pge{
		font-size:27px;	
	}
	#col-ctt-a{
		width:100%;
	}
	#col-ctt-b{
		width:100%;
		position:inherit;
		margin-left:inherit;
		top:inherit;
		left:inherit;
		border-radius:inherit;
	}
	#ret-ctt-b{
   		padding: 15px;
	}
	#col-ctt-c{
		width:100%;
		margin-left:inherit;
	}
}