/**/

@import url(http://fonts.googleapis.com/css?family=Glegoo);
/*       'Glegoo', serif      */

@import "reset.css";
@import "grid.css";
@import "superfish.css";

input {
	outline:  none !important;
	border-radius: 0 !important;
}


html {
	width: 100%;
}

 a[href^="tel:"] {
color: inherit;
text-decoration:none;
}

* {
	-webkit-text-size-adjust: none;
}


body {
	font: 15px/18px  Arial, Helvetica, sans-serif;
	color:#858080;
	background-color: #fff;
	position:relative;
	min-width:960px;


}

.ic {
	border:0;
	float:right;
	background:#fff;
	color:#f00;
	width:50%;
	line-height:10px;
	font-size:10px;
	margin:-220% 0 0 0;
	overflow:hidden;
	padding:0
}


h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: 'Glegoo', serif;
	color: #cc;
}

h3 {
	font-size: 23px;
	line-height: 30px;
	padding-top: 10px;
	margin-bottom: 44px;
}

.grid_8 .home_h{
	padding-top: 78px;
}
.page1 h3 {
	padding-top: 0px;
	margin-bottom: 15px;
}

h4 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 12px;
	cursor: pointer;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
h4:hover{
	color: #D5888E;
}

h4.head1 {
	padding-top: 43px;
}

h4.head2 {
	padding-bottom: 12px;
}


p {
	margin-bottom: 18px;
}

.page1 p {
	margin-bottom: 17px;
}

img {
	max-width: 100%;
}

address {
	font-style: normal;
}
ul {
	/*padding: 0;*/
	margin: 0;
	/*list-style: none;*/
}

.extra_wrapper li{
	margin-top: 15px;
}
ul.list {
	padding-top: 2px;
	margin-left: 15px;
}

ul.list .count{

}

.page1 ul.list {
	padding-top: 8px;
}

ul.list li {
	/*color: #aba8a8;*/
	/*background: url(../../images/marker.png) 0 8px no-repeat;*/
	padding-left: 0px;
	/*margin-right: 16px;*/
}

ul.list li+li {
	margin-top: 12px;
}

/*links*/

a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover, a.link1:hover {
	color: #D5888E;

}

/*preclass*/

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}




.pad0 {
	padding: 0 !important;
}


.pt0 {
	padding-top: 0;
}

.img_inner {
	max-width: 100%;
	 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
	margin-bottom: 19px;
 position: relative;
}

.fleft {
	float: left;
	margin-right: 21px;
	margin-top: 3px;
	margin-bottom: 0px;
}

.page1 .fleft {
	border: 1px solid #d4d2d2;
	margin-top: 4px;
	margin-right: 22px;
}

.fright {
	float: right !important;

}

.upp {
	text-transform: uppercase;
}

.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}


/*header*/

header {
	display: block;
	position: relative;
	z-index: 999;
	background: url(../../images/header_bg.png) 0 0 repeat;
	padding: 53px 0 0px;
}


h1 {
	z-index: 999;
	margin-bottom: 51px;
	text-align: center;
	font-size: 25px;
}
h1 a {
	display: inline-block;
	overflow: hidden;
	width: 317px;
	height: 53px;
	text-indent: -999px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}

h1 a img {
	display: block;
}

/*Content*/
.form_second_demandeur{
	display: none;
}

.linkp{
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	cursor:pointer;
}
.linkp:hover{
	color: #D5888E;
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
	text-align: center;
	line-height: 50px;
	color: green;
	margin-bottom: 20px;
	font-size: 20px;
}

.alert-success {
	height: 50px;
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  border-color: #b2dba1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
}

.alert-info {
	height: 50px;
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  border-color: #9acfea;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
}

.alert-warning {
	height: 50px;
	color: white;
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  border-color: #f5e79e;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
}

.alert-danger {
	height: 50px;
	color: white;
background-image: -o-linear-gradient(top, #D43333 41%, #FF4D4D 100%);
background-image: -moz-linear-gradient(top, #D43333 41%, #FF4D4D 100%);
background-image: -webkit-linear-gradient(top, #D43333 41%, #FF4D4D 100%);
background-image: -ms-linear-gradient(top, #D43333 41%, #FF4D4D 100%);
background-image: linear-gradient(to top, #D43333 41%, #FF4D4D 100%);

/*  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);*/
  background-repeat: repeat-x;
  border-color: #dca7a7;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
 ul li p{
 	margin-bottom: 0;
 }
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.content {
	padding-bottom: 51px;
}

.faq_answer{
	display: none;
}
.page1 .content {
 padding-bottom: 74px;
}

.banner {
	background: url(../../images/demande.png) right 41px no-repeat;
	margin-top: 76px;
	/*border: 1px solid #d2d0d0;*/
	padding: 49px 34px 40px;
	margin-bottom: 77px;
}

.banner h3 {
	line-height: 36px;
}

.banner.b1 {
	background-image: url(../../images/faq.png);
	background-position: right 33px;
}

.car_div {
	border: 1px solid #d2d0d0;
	padding: 0px 10px 0px;
	position: relative;
	margin-top: 78px;
}

.car_div .title {

	font: 19px/41px 'Glegoo', serif;

	padding-top: 9px;
	margin-bottom: 20px;
	text-align: center;
	color: #858080;
	display: block;
}

#carousel1 {
	overflow: hidden;
	cursor: default !important;
	padding-left: 7px;
}

#carousel1 li {
	float: left;
}

a.prev1,a.next1 {
	background-image: url(../../images/prevnext.png);
	width: 21px;
	position: absolute;
	height: 21px;
	display: block !important;
	right: 63px;
	bottom: 23px;
	z-index: 999;
}

a.prev1:hover ,a.next1:hover {
	opacity: 0.55;
}

a.next1 {
	right: 39px;
	background-position: right 0;
}

.column {
	width: 33.3%;
	padding-top: 45px;
	float: left;
	padding-bottom: 20px;
	text-align: center;
}

.column5 {
	width: 20%;
	padding-top: 20px;
	float: left;
	padding-bottom: 20px;
	text-align: center;
}
.centpc{width:100%!important;}
.bottom_block {
	background-color: #bcbaba;
	color: #e7e7e7;
	font-size: 18px;
	line-height: 30px;
}

.socials {
	text-align: center;
	width: 460px;
	position: relative;
	top: 28px;
	margin: 0 auto;
	padding-top: 16px;
	background-color: #fff;
}

.socials a {
	color: #fff;
	line-height: 0px;
	font-size: 0;
	width: 41px;
	height: 41px;
	border-radius: 500px;
	background-color: #cac9c9;
	display: inline-block;
}

.socials a i {
	font-size: 18px;
	line-height: 43px;
}

.socials a i.icon-pinterest {
	font-size: 23px;
	line-height: 41px;
}

.socials a+a {
	margin-left: 12px;
}

.socials a:hover {
	background-color: #D5888E;
}

.box {
	background-color: #eeeef2;
	padding: 10px 10px 12px;
	text-align: center;
}
.b1 .box_inner{
	margin-left: 70px;
}
a.gal {
	display: block;
	margin-bottom: 12px;
	background: url(../../images/magnify.png) center center no-repeat #D5888E;

}

a.gal img {
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}


a.gal:hover img {
	opacity: 0.2;
}

.prod {
	overflow: hidden;
	padding-top: 47px;
}

.prod .clear {
	height: 18px;
}

.blog {
	overflow: hidden;
	margin-bottom: 30px;
}

.blog+.blog {
	margin-top: 0px;
}

.blog time {
	display: block;
	font-size: 14px;
	margin-bottom: 9px;
	color: #aba8a8;
}

a.link1 {
	color: #aba8a8;
	padding-right: 10px;
	background: url(../../images/amrker_2.png) right 5px no-repeat;
	font-size: 14px;
	display: inline-block;
	margin-top: 8px;
}

.l_blox {
	width: 101px;
	margin-right: 14px;
	margin-top: 4px;
	float: left;
	padding: 4px 5px 6px;
	text-align: center;
	font-size: 14px;
	font-family: 'Glegoo', serif;
	background-color: #eeeef2;

}

.post {
	overflow: hidden;

}

.post+.post {
	margin-bottom: 5px;
	margin-top: 14px;
}

.l_blox time {
	display: block;
	padding-top: 6px;
}

.user {
	padding-top: 1px;
	font-size: 14px;
	margin-bottom:12px;
	color: #aba8a8;
	overflow: hidden;
}

.comm+.comm {
	margin-top: 7px;
}

.user p {
	margin-bottom: 6px;
}

.rec {
	overflow: hidden;
}

.rec a.link1 {
	margin-top: 23px;
}

.rec+.rec {
	margin-top: 44px;
}

.col1 {
	color: #242323;
}
/****Map***/

.map {
}

.map figure {

	width: 100%;
		 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
 display: block;
margin-bottom: 43px;

}
.map figure iframe {
	width: 100%;
	height: 325px;
	max-width: 100%;
}


.map address {
	padding-top: 10px;
	overflow: hidden;
	line-height: 20px;
}


address dt {
	color: #000;
}


address dd span {
	min-width: 85px;
	display: inline-block;
	text-align: left;
}


#toTop {
    background: url("../../images/totop.png") no-repeat scroll left 0 rgba(0, 0, 0, 0);
    border: medium none;
    bottom: 70px;
    display: none;
    height: 43px;
    left: 51%;
    margin-left: 500px;
    overflow: hidden;
    position: fixed;
    text-decoration: none;
    text-indent: -999px;
    transition: all 0s ease 0s;
    width: 43px;
    z-index: 20;
}
#toTop:hover {
    background-position: right 0;
    outline: medium none;
}



/************Footer***********/

footer {
	display: block;
	color: #d5d4d4;
	padding: 53px 0 ;
	text-align: center;
}



