@font-face {
	font-family: "Viga";
	src: url('Viga-Regular.ttf');
}
@font-face {
	font-family: "Nunito";
	src: url('NunitoSans-Regular.ttf');
}


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup,
menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}

ul,li,ol {
	list-style:none;
}

a img {
	border: 0;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
::selection 	 	{background: rgb(255,255,158);}
::-moz-selection 	{background: rgb(255,255,158);}
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}

body {
	-webkit-tap-highlight-color: rgb(255,255,158);
	font-family: arial;
	background: #fff;
}

h1 {
	font-size: 2em;
}

a{
	text-decoration: none;
}

.tleft {
	text-align: left;
}

.left {
	float:left;
}

.boxed {
	margin: 9px;
	text-align: center;
	clear: left;
}

.zend_form dl {
	clear: both;
}

.padding {
	padding: 20px 10%;
}

#register-form{
	width: 80%;
	font-family: "Nunito";
}

fieldset {
	border-radius: 5px 5px 5px 5px;
	clear: both;
	margin: 40px 0 0 0;
	padding: 10px;
	border: 1px solid #ccc;
}

fieldset dt {
	float: left;
	clear: left;
	width: 320px;
	text-align: right;
	padding: 0 10px 10px 0;
}

fieldset dt label {
	font-family: "Nunito";
	font-weight: 600;
	font-size: 1em;
	color: #1C437A;
}

fieldset dd {
	float: left;
	padding: 0 0 10px;
}

fieldset dd label {
	font-size: .8em;
	font-family: "Nunito";
}

fieldset dt[id$="cityId-label"],
fieldset dt[id$="CityId-label"]{
	display:none;
}

legend {
	font-weight: 600;
	margin: -37px 0 0;
	padding: 0 0 6px;
	position: absolute;
	color: #e30613;
	text-transform: uppercase;
	font-family: "Viga";
	font-size: 1.3em;
}

ul.errors {
	margin: 5px 0 0 0;
	font-size: .9em;
}

input, select, textarea {
	font-family: arial;
	font-size: .8em;
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
textarea,
select {
	font-family: "Nunito";
	border: 1px solid #aaa;
	border-radius: 3px;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, .15);
	max-width: 400px;
	background-color: #E5E5E5;
	padding: 2px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
textarea:focus,
select:focus {
	font-family: "Nunito";
	box-shadow: none;
}

input[type=submit],
button,
.infobox {
	width: auto;
	margin: 4px;
	cursor: pointer;
	background: #e30613;
	border: 2px solid #e30613;
	font-family: "Nunito";
	padding: 8px 40px;
	font-weight: 500;
	font-size: 1.1em;
	color: #fff;
	border-radius: 15px;
}

input[type=submit]:hover,
button:hover {
	background: #fff;
	color: #e30613;
}

#submit-element,
#next-element {
	display:block;
	height: 37px;
	margin-bottom: 30px;
	margin-top: 10px;
	float: right;
}

input[type=submit]:disabled,
input.disabled,
button:disabled,
button.disabled,
a.disabled {
	cursor: default;
	color: #e30613;
	background: #fff;
}

a.infobox {
	float:left;
	margin: 5px;
	text-decoration: none;
}

a.error {
	background:red;
}

.error,
.red,
ul.errors {
	font-family: "Nunito";
	color: red;
}

ul.errors {
	text-shadow: 1px 1px 0 rgba(255, 255, 255, .75);
}

.hide {
	display: none;
}

.right{
	flex-direction: column; 
	display: flex;
	margin-right: 10px;
}

.money {
	text-align: right;
	width: 80px;
}

#header {
	min-height: 150px;
	display: flex;
	width: 100%;
}


#header h1 {
	color: #164579;
	font-size: 1.7em;
	text-align: center;
	padding: 60px 10px 25px 10px;
	flex: 1;
	font-family: "Viga";
}


.clear {
	clear: both;
}

.cf:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.cf {
	display: inline-block;
}

html[xmlns] .cf {
	display: block;
}

* html .cf {
	height: 1%;
}

#progress {
	width: 100%;
	text-align: center;
}

.min-width {
	min-width: 157px;
}

.individual,
.couple,
.handicap,
.coappli {
	width: 16px;
	height: 16px;
	display: inline-block;
}

.individual {
	background-position: -17px 0;
}

.couple {
	background-position: 0 0;
}

.handicap {
	background-position: -34px 0;
}

.coappli {
	background-position: -51px 0;
}

.infos {
	text-align: center;
	font-weight: 600;
	float:left;
	font-family: "Nunito";
}

.help-tip {
	width: 300px;
	display:inline-block;
	position: absolute;
	background: #CCC;
	color: #222;
	font-size: .7em;
	padding: 15px;
	border-radius: 5px;
	margin: 0 0 0 15px;
}

.help-tip a {
	color: #000;
}

.help-tip:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.help-tip:after {
	border-color: rgba(204, 204, 204, 0);
	border-right-color: #CCC;
	border-width: 10px;
	top: 50%;
	margin-top: -10px;
}

.header-menu-user {
	font-size: .7em;
	color: #fff;
}

.header-menu-user .info {
	position: absolute;
	right: 20px;
	top: 15px;
}

.header-menu-user .info a {
	color: #e30613;
}

.ui-autocomplete {
	max-height: 100px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	font-size: .6em !important;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
	height: 100px;
}

input[type="text"][readonly],
textarea[readonly],
select[readonly]{
	border: 1px solid #ddd;
	box-shadow: 0 0 0 #000;
	color: #444;
}

#password-lost {
	width: 300px;
	padding: 15px;
	margin: 50px auto 0 auto;
	border-radius: 5px;
	background: none repeat scroll 0 0 #FAFAFA;
	border: 1px solid #EEEEEE;
	box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 4px #EEE;
}

#password-lost label {
	margin: 0 0 5px 0;
	font-size: .8em;
	font-weight: 600;
	display: block;
	color: #666;
}

#password-lost input[type=email] {
	width: 98%;
}

#password-lost input[type=submit] {
	font-weight: 100;
	font-size: .8em;
	padding: 5px;
	width: auto;
	height: auto;
	margin: 10px 0 0 0;
	line-height: normal;
}


#password-lost form {
	display: block;
}

#password-lost .help-tip {
	width: auto;
	max-width: 200px;
	padding: 10px;
	margin: 0 0 0 10px;
}

#password-lost .help-tip:after {
	border-width: 6px;
	margin-top: -6px;
}

#modal {
	position: fixed;
	z-index: 10000;
	width: 400px;
	height: 150px;
	opacity: 0;
	top: 50%;
	left: 50%;
	background-color: #FAFAFA;
	border-radius: 5px;
	box-shadow: 0 0 200px #FFF, 0 0 1px #888;
	margin: -75px 0 0 -200px;
	font-size: .8em;	
}

#modal h2 {
	background-color: #444;
	color: #fff;
	box-shadow: 0 0 2px #000 inset;
	border-radius: 5px 5px 0 0;
	padding: 5px 10px;
	text-shadow: 1px 1px 0 #222;
}

#modal h2 span {
	background: url("../image/close.gif") no-repeat 50% 50%;
	padding: 8px 5px;
	display: inline-block;
	float: right;
	cursor: pointer;
}

#modal div {
	padding: 10px;
	
}

#modal-layer {
	position: fixed;
	z-index: 999;
	background-color: #000;
	opacity: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.cnil {
	font-size: 0.6em;
	color: #666;
	clear: both;
	font-family: "Nunito";
}

.age {
	font-size: 0.8em;
	padding-left: 10px;
	color:#279BAF;
}

.sprite {
	background-image: url(/modules/gdcgui/image/customer/sprite.png);
	background-repeat: no-repeat;
}

.mini-loader {
	background: url(/modules/gdcgui/image/customer/mini-loader.gif) no-repeat 97% center;
}

#lang-fr_FR {
	background-image: url(/modules/gdcgui/image/interface/drapeau_1.gif) !important;
	width: 24px;
	height: 14px;
	float:right;
	margin: 10px 0;
	text-indent: -999999px;
}
#lang-en_GB {
	background-image: url(/modules/gdcgui/image/interface/drapeau_2.gif) !important;
	width: 24px;
	height: 14px;
	float:right;
	margin: 10px 10px;
	text-indent: -999999px;
}

#phoneInfo {
	color: #e30613;
	font-family: "Nunito";
	font-size: 0.9em;
	flex-direction: column; 
	background: url(/modules/gdcgui/image/interface/phone.png);
	background-repeat: no-repeat;
	padding-left: 40px;
}

#phoneInfo strong {
	color: #e30613;
	font-size: 1.2em;
	font-weight: bold;
	
}

.ui-datepicker-trigger{
	vertical-align: middle;
	cursor: pointer;
}

.navigationStep{
	clear: left;
	width: 100%;
	padding: 10px 0;
	text-align: right;
	color: #fff;
	cursor: pointer;
}

.navigationStep span{
	background: #e30613;
	border: 1px solid #e30613;
	font-family: "Nunito";
	padding: 8px 40px;
	font-weight: 500;
	font-size: 1.1em;
	color: #fff;
	border-radius: 15px;
	margin: 0 5px;	
}

.navigationStep span:hover{
	background: #fff;
	color: #e30613;
}


#previous {
	background: grey;
	border: 2px solid grey;
	font-family: "Nunito";
	padding: 6px 20px;
	font-size: 1em;
	float: right;
	color: #fff;
	border-radius: 15px;
	margin-bottom: 30px;
	margin-top: 17px;
}

#previous:hover {
	background: #fff;
	color: grey;
}

.redirectCompte{
	text-align: left;
	width: 100%;
	font-family: "Nunito";
}
.redirectCompte a{
	text-decoration: none;
	border: 1px solid #e30613;
	color : #fff !important;
	padding : 10px;
	margin : 10px;
	background: #e30613;
	display: inline-block;
	border-radius: 15px;
}

.redirectCompte a:hover{
	background: #fff;
	color: #e30613 !important;
	
}


.frise{
	width: 100%;
	margin-top: 20px;
	background: url(/modules/gdcgui/image/customer/frise_fond.png) repeat-y left;
}

.frise li{
	margin: 10px 0;
}
.frise h2{
	color: #164579;
	font-size: 1.5em;
	font-family: "Viga";
}

.frise span {
	border-radius: 15px;
	width: 30px;
	color: #fff;
	font-family: "Viga";
	display: inline-block;
	margin-right: 15px;
	text-align: center;
}
.frise .step1{
	background: #e30613;
	
}
.frise .step{
	background: #CCCCCC;
}
.frise a{
	color: #164579;
}

.frise p {
	margin-left: 47px;
}

#locationMap {
	float: right;
	width: 527px;
	height: 240px;
	margin-bottom: 15px;
}

fieldset.cnd1, fieldset.cnd2{
	width: 47%;
	clear: none;
	float: left;
	margin: 80px 0 20px 0;
}

fieldset.cnd1 dt, fieldset.cnd2 dt {
	width: 230px;
}

fieldset.cnd1{
	margin-right: 1%;
	clear: left;
}

fieldset.cnd1 legend {
	margin: -65px 0 0;
}

.legendCandidate{
	color: #1C437A;
	font-size: 0.8em !important;
}
#submit-label,
#previous-label{
	display: none;
}

#logo {
	width: 200px;
	height: 115px;
	margin: 12px 24px 0 24px;
	float: left;
	background: url(/modules/gdcgui/image/logo.png) no-repeat top left;
	background-size: cover;       
}

#logo_partenaire {
	position: absolute;
	width: 242px;
	height: 31px;
	margin-top: 100px;
	margin-left: 280px;
	float: left;
	background: url(/modules/gdcgui/image/logo_al.png) no-repeat top left;
	background-size: cover;
}

#logo_hth {
	position: absolute;
	width: 100px;
	height: 100px;
	margin-top: 45px;
	margin-left: 280px;
	background: url(/modules/gdcgui/image/logo_HTH.jpg) no-repeat top left; 
	background-size: cover;
	float: right;
}

/** MOBILE **/
@media (max-width: 767px) {
	
}


/** Tablette **/
@media (max-width: 1400px) {
	#register-form {
		width: 96%;
	}
	.padding{
		padding: 20px 2%;
	}

	input, select, textarea {
		font-size: .9em;
	}
	fieldset dt {
		width: 250px;
	}

	.help-tip {
		width: 200px;
	}
}

@media (max-width: 1200px) {
	#locationMap{
		float:none;
		width: 100%;
	}
	fieldset dt label {
		font-size: 0.9em;
	}
}

/** MOBILE **/
@media (max-width: 1000px) {
	
	fieldset.cnd1, fieldset.cnd2 {
		width: 98%;
	}	
	fieldset.cnd1 {
		margin-top: 70px;
	}

	fieldset.cnd1 dt, fieldset.cnd2 dt {
		width: 250px;
		float: left;
		clear: left;
		width: 320px;
		text-align: right;
		padding: 0 10px 10px 0;
	}

	fieldset.cnd1 dd, fieldset.cnd2 dd {
		float: left;
		padding: 0 0 10px;
		width: initial;
	}

	#logo_hth {
		margin-left: 24px;
		margin-top: 95px;
		width: 60px;
		height: 60px;
	}
	

}

/** MOBILE **/
@media (max-width: 767px) {
	#logo {
		width: 150px;
		height: 115px;
		background-size: 99%;       
	}
	#logo_partenaire {
		margin-left: 24px;
		background: url(/modules/gdcgui/image/logo_al_mobile.png) no-repeat top left;
	}
	#progress img {
		width: 100%;
	}

	fieldset, fieldset.cnd1, fieldset.cnd2 {
		width: initial;
		float: none;
		margin: 40px 0;
	}

	fieldset.cnd1 {
		margin-top: 70px;
	}

	fieldset dt, fieldset.cnd1 dt, fieldset.cnd2 dt {
		width: 100%;
		text-align: left;
		padding: 0 ;
	}
	
	fieldset dd, fieldset.cnd1 dd, fieldset.cnd2 dd {
		width: 100%;
	}
		
	input[type=text],
	input[type=email],
	input[type=password],
	input[type=number],
	textarea,
	select {
		max-width: 94%;
		width: 94%;
	}

	.help-tip {
		right: 0px;
		width: 150px;
	}
	.age {
		padding-left: 0px;
	}
}


@media (max-width: 500px) {
	#header h1{
		font-size: 1.1em;
	}
	#phoneInfo{
		height: 40px;
		background-position: center;
		padding: 0;
	}
	#phoneInfo p{
		display:none;
	}
	
}