@import url(https://fonts.googleapis.com/css?family=Varela+Round);

body { font-family: 'Varela Round', sans-serif; }

.wrap {
	width: 100%;
	max-width: 1000px;
	margin: auto;
	box-sizing: content-box;
}

.inblock {
	display: inline-block;
	vertical-align: top;
}

#header {
	width: 100%;
	background-color: #fff;
}

#intro {
	color: #1f7db8;
	font-size: 17px;
	text-align: center;
}

#body {
	background: url(../../img/contactbbw/tpl2/bg.jpg) repeat-x;
	border-top: 5px solid #f9f9f9;
	box-shadow: inset 0 7px 18px rgba(4,4,4,.13);
	padding-top: 20px;
	padding-bottom: 40px;
}

#login {
	float: right;
	margin: 20px 25px 0 0;
}

#log { display: none; }

#login button.login {
	width: 119px;
	height: 48px;
	border-radius: 23px 24px 24px 23px/24px;
	background-color: #929393;
	box-shadow: 1px 1px #fff;
	background-image: linear-gradient(to top, #ff7400, #ffa443);
	border: none;
	color: #fefefe;
	font-size: 14px;
}

#logo {	margin-left: 25px; }

#register {
	height: 618px;
	margin-top: 20px;
	background: url(../../img/contactbbw/tpl2/formbg-v10.jpg);
	border-radius: 15px;
}

#regImg {
	width: 49.9%;
	border-radius: 9px 0 0 9px;
}

#formbg {
	box-sizing: content-box;
	width: 49.6%;
	text-align: center;
	position: relative;
}

#biglogo { margin-top: 60px; }

#formbg p {
	color: #1873b1;
	font-size: 50px;
	margin: 30px 0;
}

#formbg p.orange { color: #ff7705; }

#center { display: inline; }

#modale {
	width: 392px;
	height: 80px;
	border-radius: 40px;
	background-color: #f93;
	box-shadow: 1px 1px #fff;
	background-image: linear-gradient(to top, #ff7400, #ffa443);
	color: #fff;
	border: none;
	font-size: 26px;
}

#form {
	display: none;
	position: absolute;
	margin-top: 10px;
	width: 98%;
	min-height: 598px;
	background-color: #ff8f26;
	box-shadow: 1px 1px #fff;
	background-image: linear-gradient(to top, #1866a5, #8ac8e9);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 6% 5%;
	text-align: left;
	z-index: 1000;
}

.cgu-label p { color: #fff!important; }
.cgu-label a { color: #000!important; }

#form h2 {
	width: 92%;
	padding: 0 4%;
	color: #fff;
	font-size: 23px;
	font-weight: normal;
	text-align: center;
}

#ez-register-form-submit, #ez-register-form-submit2 {
	width: 392px;
	height: 80px;
	border-radius: 40px;
	background-color: #f93;
	background-image: linear-gradient(to top, #ff7400, #ffa443);
	color: #fff;
	border: none;
}
#ez-register-form button span.middle { font-size:25px !important; }


#shadow { margin: -2px auto 0; }

h1 {
	color: #ff7705;
	font-size: 26px;
	text-align: center;
	font-weight: normal;
}

.ez-tool-user-list img {
	border-radius: 0 !important;
	border: 9px solid #e6eef3 !important;
	outline: 1px solid #fefefe !important;
	cursor: pointer;
}

.ez-tool-user-list { background: none !important; }

#features { margin-top: 40px; }

.quarter { width: 24.6%; }

.quarter p {
	text-align: center;
	color: #1963a3;
	font-size: 15px;
}

.blue {
	width: 162px;
	height: 162px;
	margin: auto;
	background-image: linear-gradient(to top, #1866a5, #8ac8e9);
	border-radius: 50%;
	margin-bottom: 30px;
}

.blue img { margin-top: 41px; }

#promo { margin-top: 30px; }

#tem { width: 48%; }

.tem {
	width: 100%;
	background-color: #e6eef3;
	margin-bottom: 2%;
}

.tem p {
	color: #187fb6;
	font-size: 14px;
	margin: 0;
	display: inline-block;
	padding: 2%;
}

.tem p img {
	float: left;
	margin-right: 2%;
}

#content {
	width: 50%;
	margin-left: 1%;
	height: 400px;
	background-color: #ff7705;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1%;
	color: #fff;
	font-size: 18px;
}

#content h3 {
	margin: 0 0 10px;
}

#content p {
	text-align: justify;
	margin: 0 0 10px;
}

#mobile {
	background: url(../../img/contactbbw/tpl2/mobile.jpg) right bottom no-repeat;
	height: 330px;
	margin-top: 30px;
}

#mobile p {
	color: #1d6ba7;
	font-size: 35px;
	font-weight: lighter;
	margin: 10px;
}
#mobile p.link {
	margin-top: 80px;

}
#mobile a {
	padding: 10px 20px;
	background-color: #e5edf3;
	color: #1967a5;
	font-size: 22px;
}

#footer {
	padding: 30px 0;
	text-align: center;
	border-top: 5px solid #f9f9f9;
	background-color: #fff;
	box-shadow: inset 0 7px 18px rgba(4,4,4,.13);
}

@media only screen  and (max-width :1000px) {
	.inblock { display: inline; }

	#login {
		float: none;
		margin: auto;
	}

	#login button.login {
		width: 100%;
		margin: auto;
		border-radius: 5px;
	}

	#logo img {
		width: 90%;
		max-width: 506px;
	}
	#log {
		margin: 10px 0 10px 20px ;
	}
	#register {
		background: none;
		height: auto;
		background-color: none;
		width: auto;
		margin: auto;
	}

	#modale {
		width: 100%;
		border-radius: 3px;
	}


	#form {
	    margin: auto;
	    padding-top: 20px;
	    position: relative;
	    width: 530px;
	}

	#regImg {
		display: none;
		visibility: hidden;
		height: 0;
	}

	#shadow { display: none; }

	#profils {
		width : 250px;
		margin: auto;
	}


	.quarter {
	    display: inline-block !important;
	    width: 49%;
	}

	.blue {
		width: 150px;
		height: 150px;
	}

	.blue img { margin-top: 35px; }

	#content {
		display: block;
		width: 90%;
		margin: auto;
		padding: 5%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		height: auto;
	}

	#mobile {
		display: none;
	}

	#mgauto { width: 95% !important}
}


/* Localized */