
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

/* > NORMALIZE
-------------------------------------------------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, 
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}

ul { list-style: none; }
ul li { list-style:none }

a { color:inherit; text-decoration:none; }
a img { border:none; }
em { font-style:italic; }
strong { font-weight:700; }

/* hack placeholder */
::-webkit-input-placeholder { color:inherit; }
:-webkit-input-placeholder { color:inherit; }
::-moz-placeholder { color:inherit; opacity:1; }
:-ms-input-placeholder { color:inherit; }
input[placeholder] { color:inherit; }

/* ICONS --- */
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?2k0g6p');
  src:  url('fonts/icomoon.eot?2k0g6p#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?2k0g6p') format('truetype'),
    url('fonts/icomoon.woff?2k0g6p') format('woff'),
    url('fonts/icomoon.svg?2k0g6p#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*[class^="icon-"], 
[class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
/*  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}*/

.icon-arrows-left:before { content: "\e906"; }
.icon-arrows-right:before { content: "\e907"; }
.icon-infos:before { content: "\e90d"; }


/* > COMMUNS
-------------------------------------------------------------------------------------------------------------------------------- */
body {
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	color:#5a5a5a;
}
h2 {
	text-align:center;
	margin:0 0 20px;
	font-weight:700;
	font-size:18px;
	color:#59bab0;
}
h3 {
	margin:0 0 20px;
	font-weight:700;
	font-size:14px;
	color:#59bab0;
}

/* >>> rules */
.left { float:left; }
.right { float:right }
.clear { display:block; clear: both; height: 0; }
.clearfix { display:block; }
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.wp25  { width:25% }            /* > 1/4  */
.wp33  { width:33.33% } /* > 1/3  */
.wp50  { width:50% }            /* > 1/2  */
.wp66  { width:66.66% } /* > 2/3  */
.wp75  { width:75% }            /* > 3/4  */

.wp50.left { padding-right:10px; }
.wp50.right { padding-left:10px; }

/* >>> Navigation */
#sml-navigation { 
	padding:20px;
	height:80px;
}
#sml-navigation ul {
	text-align:center;
	max-width:800px;
	margin:0 auto
}
#sml-navigation li { display:inline; }
#sml-navigation li a {
	display:inline-block;
	vertical-align:middle;
	margin:0 10px;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	-webkit-transition:color .3s;
	-o-transition:color .3s;
	transition:color .3s;
}
#sml-navigation .num {
	border-radius:50%;
	margin-right:10px;
	display:inline-block;
	vertical-align:middle;
	border:#59bab0 1px solid;
	/*background-color:#fff;*/
	width:40px; height:40px;
	text-align:center;
	line-height:35px;
	font-size:1.7em;
	font-weight:400;
	color:#59bab0;
	-webkit-transition:border-color .3s, background-color .3s;
	-o-transition:border-color .3s, background-color .3s;
	transition:border-color .3s, background-color .3s;
}
#sml-navigation li a:hover,
#sml-navigation li.active a { color:#59bab0; }
#sml-navigation li.active a .num { background-color:#59bab0; color:#fff; }
#sml-navigation li.disabled a { cursor:default }
#sml-navigation li.disabled a:hover { color:inherit; }

/* >>> Content */
.field-content {
	margin:0 auto;
	max-width:800px;
	background:url(../images/shadow_top.png) center 0 no-repeat;
	background-size:100% 20px;
	padding:40px 20px 30px;
}
.field-content.disabled { position:relative; opacity:.4; }
.field-content.disabled:before {
	content:"";
	background:transparent;
	width:100%; height:100%;
	position:absolute;
	top:0; left:0;
	z-index:10;
}

.sml-icon {
	border-radius:50%;
	display:inline-block;
	background-color:#59bab0;
	width:60px; height:60px;
	vertical-align:middle;
}
.sml-icon img { display:block; width:100%; }

form fieldset { height:520px; }

/* boutons */
.field-action {
	padding:10px 20px 0;
	text-align:center;
	max-width:800px;
	margin:0 auto;
	height:70px;
}
.bouton_submit,
.bouton_precedent,
.bouton_suivant {
	display:inline-block;
	background-color:#eee;
	cursor:default;
	color:#bfbfbf;
	margin:0 5px;
	border-radius:10px;
	padding:15px; font-size:16px;
	-webkit-transition:background-color .3s linear;
	-moz-transition:background-color .3s linear;
	transition:background-color .3s linear;
}
.bouton_suivant { right:10px; }
.bouton_precedent {
	background-color:#4d4a47;
	left:380px; color:#fff;
	cursor:pointer;
}
.bouton_suivant:after {
	display:inline-block;
	vertical-align:middle;
	font-family: 'icomoon';
	font-size:0.7em;
	content: "\e907";
	margin:-3px 0 0 10px;
}
.bouton_precedent:before {
	display:inline-block;
	vertical-align:middle;
	font-family: 'icomoon';
	font-size:0.7em;
	content: "\e906";
	margin:-3px 10px 0 0;
}
.bouton_suivant.active { 
	background-color:#4d4a47;
	cursor:pointer;
	color:#fff;
}
.bouton_precedent:hover,
.bouton_suivant.active:hover { background-color:#59bab0; }
.bouton_submit {
	text-align:center;
	background-color:#4d4a47;
	cursor:pointer;
	font-size:13px;
	font-weight:700;
	margin:20px auto;
	width:100%;
	color:#fff;
}
.bouton_submit:after {
	display:inline-block;
	vertical-align:middle;
	font-family: 'icomoon';
	content: "\e907";
	margin:-3px 0 0 10px;
}
.bouton_submit:hover { background-color:#59bab0; }
#etape-4-result .field-action { padding: 10px 0; }
#etape-4-result .bouton_precedent {
	width:130px;	
	float:left;
	padding:18px 0;
}
#etape-4-result .bouton_submit {
	margin:0;
	width:60%;
    float:right;
	position:relative;
	text-align:left;
	text-transform:uppercase;
	max-width:calc(100% - 150px);
	padding:8px 40px 8px 20px;
	background-color:#59bab0;
    line-height:17px;
}
#etape-4-result .bouton_submit:hover {
	background-color: #4d4a47;
	border-color:#4d4a47;
}
#etape-4-result .bouton_submit:after {
	position:absolute;
	right:10px; top:50%;
	margin-top:-8px;
}

/* >>> UIcone tooltip helper */
.tooltip-help {
	z-index:10;
	position:relative;
	display:inline-block;
	width:18px; height:18px;
	font-size:16px;
	line-height:16px;
	font-weight:400;
	text-align:center;
	border:#59bab0 1px solid;
	border-radius:50%;
	vertical-align:middle;
	margin-left:5px;
	color:#59bab0;
	-webkit-transition:background-color .3s, color .3s;
	-moz-transition:background-color .3s, color .3s;
	transition:background-color .3s, color .3s;
}
.tooltip-help:before {
	content: "\e90d";
	font-family: 'icomoon' !important;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}
.tooltip-help:hover { background-color:#59bab0; color:#fff; }
.tooltipster-default,
.tooltipster-sidetip .tooltipster-box { 
	background-color:#59bab0;
	max-width:400px;
	border:none;
}
.tooltipster-default .tooltipster-content,
.tooltipster-sidetip .tooltipster-content { font-size:12px; color:#fff; line-height:14px; }
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border { border:none; }
.tooltipster-sidetip .tooltipster-arrow-background { border: 10px solid transparent; }
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background { border-bottom-color: #59bab0; }
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background { border-left-color: #59bab0; }
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background { border-right-color: #59bab0; }
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background { border-top-color: #59bab0; }

.tooltip_content { display:none; }
.tooltip_content li,
.tooltipster-content li { 
	position:relative; 
	padding-left:8px;
	margin-top:5px;
}
.tooltip_content li:before,
.tooltipster-content li:before {
	content:"•";
	position:absolute;
	top:1px; left:0;
}

/* > FORMULAIRES
-------------------------------------------------------------------------------------------------------------------------------- */
/* >>> champs */
input[type='text'],
input[type='email'],
input[type='tel'],
input[type='password'],
textarea, select {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}

input[type="submit"],
input[type="button"] {
	-webkit-appearance: none;
	-moz-appearance:none;
	appearance:none;
	cursor:pointer;
}

input:-moz-placeholder, textarea:-moz-placeholder { color:inherit; opacity:1 }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color:inherit; }
::-webkit-input-placeholder { color:inherit; }
:-webkit-input-placeholder { color:inherit; }
::-moz-placeholder { color:inherit; opacity:1; }
:-ms-input-placeholder { color:inherit; }
input[placeholder],
textarea[placeholder] { color:inherit; }

*:focus { outline:none; }

textarea, 
select, 
input[type='tel'],
input[type='text'],
input[type='email'], 
input[type='password'] {
	padding:10px 15px;
	border-radius:10px;
    border:#e1e1e1 1px solid;
	line-height:20px;
	font-size: 14px;
	height:40px; width:100%;
	-webkit-transition:border-color .3s, background-color .3s, color .3s;
	-o-transition:border-color .3s, background-color .3s, color .3s;
	transition:border-color .3s, background-color .3s, color .3s;
}

textarea.wp50, 
select.wp50, 
input.wp50 { width:50%; }

textarea:hover, 
select:hover,
input[type='tel']:hover,
input[type='text']:hover,
input[type='email']:hover, 
input[type='password']:hover { border-color:#000; }
textarea:focus, 
select:focus, 
input[type='tel']:focus,
input[type='text']:focus,
input[type='email']:focus, 
input[type='password']:focus { 
	border-color:#59bab0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-ms-box-shadow:none;
	box-shadow:none;
}

textarea { height:auto; min-height:80px; }

/* >	select ------ */
select {
	display:block;
	position:relative;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	appearance:none;
	background:#fff url(../images/select-arrow.svg) right 0 no-repeat;
	padding:5px 40px 5px 15px;
}
select:focus { background-image:url(../images/select-arrow-alt.svg)  }

/* >	checkbox ------ */
input[type="checkbox"],
input[type="radio"] {
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	appearance:none;
	width:16px !important; 
	height:16px;
	display:inline-block;
	background-color:#fff;
	background-position:center;
	border:transparent 1px solid;
	-webkit-transition:border-color .3s;
	-moz-transition:border-color .3s;
	transition:border-color .3s;
}
input[type='checkbox']:hover,
input[type="radio"]:hover { border-color:#000; }
input[type='checkbox']:focus,
input[type="radio"]:focus { 
	border-color:#59bab0; 
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-ms-box-shadow:none;
	box-shadow:none;
}
input[type="checkbox"]:checked,
input[type="radio"]:checked { background-image:url(../images/forms/checkbox.png); }

label.block-label { display:block; padding:0 10px; }

label .datefield {
	background-image:url(../images/forms/field_date.png);
	background-position:right 0;
	background-repeat:no-repeat;
	padding-right:40px;
}
label .datefield:focus { background-position:right -40px; }

/* RGPD */
#privacy_checkbox { margin-top: 10px; }
#privacy_checkbox a { text-decoration: underline; }
#privacy_checkbox,
#privacy_disclaimer {
    font-size: 11px;
	text-align: justify;
	line-height: 1.2em;
}
#privacy_checkbox label {
	position: relative;
	padding-left: 24px;
}
#privacy_checkbox label input {
	position: absolute;
	left: 0; top: 2px;
}
#privacy_checkbox.errorfield {
	color: #ff0344;
}
#privacy_disclaimer {
	margin-top: 20px;
	opacity: .6;
}
input[type="checkbox"], input[type="radio"] { 
	margin: 0; 
	border-color: lightgray;
    border-style: solid;
    border-width: 1px; 
}


/* >	button-form ------- */
input.submit,
input.submit-alt {
	background-color:#4d4a47;
	border:none;
	color:#fff;
	text-align:center;
	width:100%; 
	margin:20px auto 0;
	border-radius:10px;
	font-family: 'Open Sans', sans-serif;
	padding:10px 20px;
	line-height:20px;
	font-size:13px;
	-webkit-transition:background-color .3s linear;
	-moz-transition:background-color .3s linear;
	transition:background-color .3s linear;
}
input.submit-alt,
input.submit:hover { background-color:#59bab0; color:#fff; }
input.submit-alt:hover { background-color:#4d4a47; color:#fff; }

/* >>> label */
label {
	display:block;
	font-weight:700;
	margin-bottom:10px;
}
label.floated-label { line-height:40px; }
label.floated-label h3 { margin-bottom:0; }
label.floated-label input[type='text'],
label.floated-label input[type='email'],
label.floated-label input[type='tel'],
label.floated-label input[type='password'],
label.floated-label textarea, 
label.floated-label select {
	float:right;
}
label.floated-label .label-legend {
	display:inline-block;
	vertical-align:middle;
	line-height:14px;
}

label .label-unit {
	display:block;
	position:absolute;
	right:5px; bottom:0;
	width:20px; height:40px;
	line-height:40px;
	text-align:center;
	font-size:18px;
}

/* >	Error -------- */
#fillme { display:none }
.error_output {
	position:absolute;
	top:80px;
	left:10%;
	z-index:999;
	box-sizing:border-box;
	width:80%;
	padding:20px; 
	background-color:#ff0344;
	opacity:0.8;
	border-radius:10px;
	color:#fff;
}
/*.error_output:hover { cursor:pointer; }*/
.valid_output {
	background-color: #59bab0;
	border-radius:10px;
	color:#fff;
}
.error_output,
.valid_output { text-align:center; }
.error_output p { 
	font-size:14px;
	line-height:18px;
	margin:0 !important 
}
.error_output p em { display:none }
.valid_output {
	padding:60px;
	max-width:540px;
	margin:6% auto;
}
.valid_output h2 { color:#fff }
.valid_output p { margin:0; font-size:16px; }

/* >	labels ------- */
label.block-label input,
label.block-label select { width:100%; }
label.block-label .submit, 
label.block-label .submit-alt,
label.block-label .submit-red,
label.block-label .button { margin-top:20px; }

/* > */
.result-zone {
	margin:0 auto 10px;
	max-width:760px;
	padding:15px 20px;
	/*background:#59bab0;*/
	/*color:#fff;*/
	border:#59bab0 1px solid;
	color:#59bab0;
	border-radius:10px;
	text-transform:uppercase;
	font-weight:700;
	font-size:16px;
}
.result-zone .result-value { float:right; color:#5a5a5a }

/* > JQUERY-UI DATE PICKER
-------------------------------------------------------------------------------------------------------------------------------- */
.ui-widget-content.ui-datepicker {
	background:#fff; text-transform:uppercase;
	font-size:14px; color:#707070;
	text-align:center; max-width:250px;
	border:#d8d6d6 1px solid;
	width:100%; 
	display: none;
}
.ui-widget-content.ui-datepicker-multi { min-width:100%; }
.ui-widget-header {
	background:#fff; text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size:14px; font-weight:300;
	height:40px; line-height:40px;
	color:#969696;
}
.ui-widget-header > span { display:inline-block; vertical-align:middle; line-height:normal; }
.ui-datepicker-prev,
.ui-datepicker-next {
	display:inline-block;
	width:20px; height:20px; line-height:26px;
	margin:8px 10px 0; cursor:pointer; font-size:0;
}
.ui-datepicker-prev:before { content: "<";  font-size:18px; }
.ui-datepicker-next:after { content: ">";  font-size:18px; }
.ui-datepicker-prev { float:left; }
.ui-datepicker-next { float:right; background-position:right 0; }
.ui-datepicker-prev:hover { background-position:0 bottom; }
.ui-datepicker-next:hover { background-position:right bottom; }
.ui-datepicker-calendar { width:100%; margin:10px 0; }
.ui-datepicker th {
	text-align:center;
	text-transform:none;
	background:#f1f1f1;
	font-weight:700;
	padding:5px 0;
	width:14.28%;
	color:#4c4c4c;
}
.ui-datepicker tr td {
	border:#fff 1px solid;
	padding:5px 0;
	width:14.28%;
}
.ui-datepicker tr td,
.ui-datepicker tr:hover td { background:#fff; }
.ui-datepicker tr td:hover { color:#59bab0; }

.ui-datepicker td:active,
.ui-datepicker tr .dp-highlight { background:#59bab0; color:#fff; }
.ui-datepicker tr td.reserved { background:#e3e3e3; }
.ui-datepicker tr td.ui-datepicker-today { font-weight:700; color:#59bab0; }
.ui-datepicker tr td.ui-datepicker-current-day { background:#59bab0; color:#fff; }
.ui-datepicker-group.ui-datepicker-group-first,
.ui-datepicker-group.ui-datepicker-group-last {
	width:50%; float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.ui-datepicker-row-break { clear:both; } 
td.ui-datepicker-unselectable.ui-state-disabled,
td.ui-datepicker-unselectable.ui-state-disabled:hover { color: #c6c6c6; cursor: default; }
td.ui-datepicker-week-end.ui-datepicker-unselectable.ui-state-disabled { background: #f6f6f6; border: none; }

/* > JQUERY-UI SLIDER RANGE
-------------------------------------------------------------------------------------------------------------------------------- */
.ui-slider {
	height:10px;
	position: relative;
	border-radius:3px;
	background-color:#c3c3c3;
	margin:0 8px;
}
.ui-slider .ui-slider-handle {
	display:block;
	border-radius:50%;
	position: absolute;
	top:-10px; z-index: 2;
	height:30px; width:30px;
	border:#e1e1e1 1px solid;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1e1e1+0,ffffff+100 */
	background: #e1e1e1;
	background: -moz-linear-gradient(top, #e1e1e1 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #e1e1e1 0%,#ffffff 100%);
	background: linear-gradient(to bottom, #e1e1e1 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.ui-slider .ui-slider-handle:hover { border-color:#59bab0 }
.ui-slider-horizontal .ui-slider-handle { margin-left:-15px; }
.ui-slider-horizontal .ui-slider-range {
	border:none;
    display:block;
	background-color:#e3e3e3;
    position:absolute; top:0;
	height: 100%;
    z-index: 1;
}
.ui-slider .ui-slider-range { background-color:#59bab0 }
.ui-slider .slider-tooltip {
	display:block; width:40px; height:12px; line-height:12px;
	position:absolute; top:25px; text-align:center;
	outline:none !important; border:none !important;
	 -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.ui-slider .slider-tooltip.tooltip-min { left:-20px; }
.ui-slider .slider-tooltip.tooltip-max { right:-20px; }
.ui-slider .slider-tooltip:focus,
.ui-slider-horizontal .ui-slider-handle:focus,
.ui-slider-horizontal .ui-slider-handle:focus .slider-tooltip { outline:none !important; }
.ui-slider .slider-tooltip.tooltip-min.collision-adjust { margin-top:-2px; }
.ui-slider .slider-tooltip.tooltip-max.collision-adjust { margin-top:10px; }

label .ui-slider { margin:10px 8px 10px; }

/* --- single cursor */
.slider-single:before,
.slider-single:after {
	content:"";
	width:20px; height:20px;
	border-radius:50%;
	position:absolute;
	margin:-5px 0;
	z-index:-1;
}
.slider-single:after { right:-10px; background:#c3c3c3; }
.slider-single:before { left:-10px; background-color:#59bab0 }
.ui-slider .slider-tooltip.tooltip-value {
	width:70px;
	height:40px;
	line-height:40px;
	background:url(../images/tootltip-value.png) 0 0 no-repeat;
	text-align:center;
	position:absolute;
	font-size:18px;
	font-weight:700;
	color:#59bab0;
	right:-90px; top:-15px;
}

/* --- VALIDATION --- */
input[type='text'].validfield, 
textarea.validfield {
	background-position:right center;
	background-repeat:no-repeat;
}

/* --- ERROR -------- */
select.errorfield,
input[type='text'].errorfield,
input[type='tel'].errorfield,
input[type='email'].errorfield,
input[type='password'].errorfield,
textarea.errorfield {
	border-color:#ff0344;
	color:#ff0344;
}
select.errorfield:hover,
input[type='text'].errorfield:hover,
input[type='tel'].errorfield:hover,
input[type='email'].errorfield:hover,
input[type='password'].errorfield:hover,
textarea.errorfield:hover {
	border-color:#ff0344;
	color:#ff0344;
}

/* ETAPE 1
----------------------------------------------------------------------------- */
/* >>> etape-1-1 */
#etape-1-1 h3 { 
	width:27%;
	padding:15px 0;
	margin:0; float:left; 
}
#etape-1-1 a {
	width:33%;
	margin-left:3%;
	border-radius:10px;
	display:inline-block;
	background-color:#fff;
	border:#e1e1e1 1px solid;
	height:40px;
	line-height:40px;
	text-align:center;
	font-weight:700;
	font-size:14px;
	-webkit-transition:border-color .3s, background-color .3s;
	-moz-transition:border-color .3s, background-color .3s;
	transition:border-color .3s, background-color .3s;
}
#etape-1-1 a:hover { border-color:#59bab0; }
#etape-1-1 a.active { background-color:#e1e1e1 }
#etape-1-1 a .sml-icon { float:left; margin:-10px -1.2em; }
/* >>> etape-1-2 */
#etape-1-2 .wp50.left { width:62%; }
#etape-1-2 .wp50.right { width:38%; padding-left:20px; }
#etape-1-2 label {
	margin-bottom:10px;
	position:relative;
	line-height:30px;
}
#etape-1-2 label .label-legend { max-width:66%; }
#etape-1-2 label.floated-label input { 
	width:120px;
	/*max-width:33%;*/
	padding-right:30px;
	padding:5px 10px;
	height:30px;
}
#etape-1-2 label.floated-label .label-unit { 
	font-size:14px; 
	line-height:30px;
	height:30px;
}
/* >>> etape-1-3 */
#etape-1-3 {}
#etape-1-3 h3 { padding:20px 0; width:37%; }
label.label-cursor {
	position:relative; margin:0;
	padding:15px 100px 15px 80px;
	width:66.66%; float:right;
	max-width: 460px;
}
label.label-cursor .sml-icon {
	position:absolute; top:0;
	left:10px; z-index:-1;
}
#etape-1-3 label.label-cursor { width:63%; }

/* ETAPE 2
----------------------------------------------------------------------------- */
/* >>> etape-2-0 */
#etape-2-0 h3 { 
	width:100%;
	padding:15px 0 30px 0;
	margin:0; float:left; 
}
#etape-2-0 a {
	width:25%;
	margin-left:3%;
	border-radius:10px;
	display:inline-block;
	background-color:#fff;
	border:#e1e1e1 1px solid;
	height:40px;
	line-height:40px;
	text-align:center;
	font-weight:700;
	font-size:14px;
	-webkit-transition:border-color .3s, background-color .3s;
	-moz-transition:border-color .3s, background-color .3s;
	transition:border-color .3s, background-color .3s;
}
#etape-2-0 a:hover { border-color:#59bab0; }
#etape-2-0 a.active { background-color:#e1e1e1 }
#etape-2-0 a .sml-icon { float:left; margin:-10px -1.2em; }
/* >>> etape-2-1 */
#etape-2-1 label.floated-label { position:relative }
#etape-2-1 label .label-unit { color:#59bab0 }
#etape-2-2 h3,
#etape-2-3 h3 {
	width:33%; float:left;
	padding:20px 0;
}
#etape-2-result { margin:20px auto 0; padding:20px; }

/* ETAPE 3
----------------------------------------------------------------------------- */
#etape-3-1 label.floated-label { position:relative }
#etape-3-1 label .label-unit { color:#59bab0 }
#etape-3-1 label input,
#etape-3-1 label select { width:50%; }
#etape-3-result h3 { margin:15px 0 0; }
#etape-3-result .result-zone { text-align:right; }

/* ETAPE 4
----------------------------------------------------------------------------- */
#etape-4 > h2  { padding:0 20px; }
#etape-4-result {
	max-width:520px;
	margin:0 auto;
	padding:20px;
}
#etape-4-result .wp50.left { padding-right:5px; }
#etape-4-result .wp50.right { padding-left:5px; }
#etape-4-result #message { min-height:140px; }
#submit { display:none }
