
*	{ padding:0; margin:0; outline:0; }

img	{ vertical-align:middle; border:none; max-width: 100%; }
#map-google img { max-width:none; }

/*.hide-mobile { display:block; }*/
.show-mobile { display:none; }

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../images/icones/loading.gif') 50% 50% no-repeat #fff;
}


html {
	height:100%; margin:0; padding:0;
	}

body {
	font-family:'Open Sans', Arial, Helvetica, sans-serif; font-weight:400; font-size:18px; color:#323232; margin:0; padding:0; width:100%;
	background-color:#ffffff;
	}

h1 {
	font-size:30px; font-family:'Open Sans', Arial, sans-serif; font-weight:700; color:#323232;
	padding:0 0 10px;
	}
h2 {
	font-size:24px; font-family:'Open Sans', Arial, serif; font-weight:700; color:#323232;
	padding:8px 0 10px;
	}
h3 {
	font-size:20px; font-family:'Open Sans', Arial, sans-serif; font-weight:700; color:#323232;
	padding:6px 0 0; margin-bottom:5px; text-transform:uppercase;
	}


.clr	{ clear:both; float:none; height:0px; font-size:0px; line-height:0px; }
.Chargement, .loading	{ padding:1px 0px 3px 19px; height:16px; padding-bottom:3px; background-image:url(../images/icones/loading.gif); background-repeat:no-repeat; background-position:0px 0px; background-attachment:scroll; display:block; clear:both; float:none; }

h2.background-red { color:#ffffff; background-color:#e5004e; padding:8px 12px; }

p { padding:8px 0; line-height:24px; }
p.introduction { color:#323232; font-weight:400; font-size:22px; line-height:34px; margin-bottom:15px; font-style:italic; }
p.background { padding:20px; margin:15px 0; background-color:#eaeaea; }
p.small { font-size:14px; line-height:18px; }
p strong { font-weight:600; }
p.title { font-size:26px; font-weight:400; line-height:30px; }
p.subtitle { font-size:18px; line-height:30px; }

div.error { background-color:#c0392b; color:#ffffff; padding:15px 20px; margin:10px 0 20px }
div.success { background-color:#27ae60; color:#ffffff; padding:15px 20px; margin:10px 0 20px }

div.separator { width:100%; height:10px; margin:30px 0 20px; background-color:#bfaf9e; }


ul {
	padding:5px 0 10px 15px; list-style:none;
	}
ul li {
	padding:2px 0 0px 22px; margin:5px 0;
	background:url(../images/icones/list-arrow.png) no-repeat scroll 0px 12px;
	}
div.error ul li { background:url(../images/icones/list-arrow-white.png) no-repeat scroll 0px 12px; }


.pink { color:#790627; }
.darkBlue { color:#0B3947; }
.green { color:#877F13; }
.lightBlue { color:#139BC5; }
.grey { color:#aaa295; font-size:13px; }

	
a.button {
	display:block; position:relative; text-align:center; font-size:16px; font-weight:700;
	padding:10px 0; color:#ffffff; background-color:#e5004e;
	-webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px;
	}
a.button:hover {
	color:#ffffff; background-color:#cc0247; text-decoration:none;
	}


/*=============================================================================================*/
/*==   LIENS    ===============================================================================*/
/*=============================================================================================*/
a		{ color:#e5004e; text-decoration:none; }
a:hover	{ color:#e5004e; text-decoration:underline; }

#copyright a		{ color:#ffffff; text-decoration:none; }
#copyright a:hover	{ color:#a3aaad; text-decoration:none; }

#menu a		{ text-decoration:none; }
#menu a:hover	{ text-decoration:none; }

a.button:hover, a.button.selected {
	color:#ffffff; text-decoration:none; background-color:#cc0247;
	-webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
	}
/*============================================================================================*/
/*=============================================================================================*/


/*=============================================================================================*/
/*==   FORM     ===============================================================================*/
/*=============================================================================================*/
.form-table td { padding:5px 0; }

input, textarea, select
	{
	padding:10px 15px; font-size:14px; font-family:'Open Sans', Arial, sans-serif; font-weight:400;
	color:#323232; background-color:#f4f4f4; border:none; border-radius:6px;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	}
select { padding:9px 15px; -webkit-appearance: menulist; }
textarea { resize:none; }

select.ui-datepicker-month, select.ui-datepicker-year { padding:2px 4px!important; }

/*.section-content input, .section-content textarea, .section-content select { background-color:#eeeeee; margin-bottom:10px; }*/

input[type=submit],input[type=button],button {
	padding:8px 20px; color:#ffffff; font-size:16px; font-family:'Open Sans', Arial, sans-serif; background-color:#e5004e; border-radius:6px;
	-webkit-appearance: none; font-weight:700; border:none; cursor:pointer;
	}
	
input[placeholder], [placeholder], *[placeholder] {
   color:#151515 !important;
   opacity: 1 !important;
}
::-webkit-input-placeholder { color:#302e2b; }
::-moz-placeholder { color:#302e2b; opacity: 1 !important; } /* firefox 19+ */
:-ms-input-placeholder { color:#302e2b; } /* ie */
input:-moz-placeholder { color:#302e2b; opacity: 1 !important; }

input[type=submit],input[type=button],label[for],select	{ cursor:pointer; }


.searchForm { float:right; font-size:16px; font-weight:400; }
.searchForm input[type=button], .searchForm input[type=submit], .searchForm select {
	font-size:14px; font-weight:400; color:#474949; padding:5px 10px; text-transform:none;
	background-color:#ffffff; border:1px solid #cccccc; border-radius:4px;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.searchForm input[type=submit] {
	color:#ffffff;
	background-color:#e5004e; border:none;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.searchForm input[type=button].louer { border-radius:4px 0 0 4px; }
.searchForm input[type=button].vendre { border-radius:0 4px 4px 0; }
.searchForm input[type=button].selected {
	background-color:#ebebeb; border:1px solid #adadad; box-shadow:2px 2px 6px 0px rgba(0, 0, 0, 0.1) inset; 
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.searchForm input[type=button]:hover {
	box-shadow:2px 2px 6px 0px rgba(0, 0, 0, 0.1) inset;
}

/*=============================================================================================*/
/*=============================================================================================*/



/*=============================================================================================*/
/*==   LAYOUT     =============================================================================*/
/*=============================================================================================*/
div.row.full { width:100%; float:left; }

#header, #header-offre, #menu, .section, #slider, #main, #footer, #copyright, #header-info	{ width:100%; position:relative; float:left; z-index:9999; background-color:white; }

#header-offre { height:260px; margin-bottom:80px; }
	#header-offre .row.image { margin-top:82px; }

#header	 { height:100px; position:fixed; top:30px; left:0px; }
	#header .header-logo { height:100px; padding-top:25px; }
	#header .header-menu { height:100px; padding-top:0px; border-left:1px solid #d1d4d6; }
	#header .header-links { height:100px; padding-top:25px; }

#header-info {
	height: 30px;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #e5004e;
}
	#header-info a {
		float: right;
		padding: 3px 20px;
		font-size: 15px;
		font-weight: bold;
	}
	#header-info a:link, #header-info a:visited {
		color: #ffffff;
	}
	#header-info a:hover, #header-info a:active {
		color: #000000;
		text-decoration: none;
	}
	
#section-jobs {
	height:650px; background-color:#f0f0f0; margin-top:120px;
	}
	#section-jobs .slogan { height:64px; margin:70px 0 80px;}
	#section-jobs .slogan p { color:#ffffff; font-size:45px; line-height:45px; font-weight:700; text-align:center; padding-top:0; }
	.slider-caption { display:none; }
	
#section-recherche {
	min-height:140px; padding:60px 0; background-color:#a3aaad;
	}
	
#main {
	min-height:700px; z-index:5000; padding-bottom:80px;
	}
				
#footer	{
	color:#a3aaad; background-color:#323232; height:140px; padding:50px 0; font-size:14px; 
	}
	#footer p { line-height:20px; }
	#footer strong { color:#ffffff; }
	
	
#copyright	{
	color:#a3aaad; background-color:#323232; height:30px; padding:50px 0; font-size:14px; border-top:1px solid #555555;
	}

.section-content-homepage { padding:80px 0; }
.section-accroche { padding:50px 0; background-color:#edeeef; }

.section-accroche .row {
	display: table;
}

.section-accroche .table {
	display: table;
	height: 100%;
}

.section-accroche .table .vertical-align {
	display: table-cell;
	vertical-align: middle;
}

.section-images { height:380px; position:relative; }
	.section-images .section-images-left, .section-images .section-images-right { width:50%; height:380px; position:absolute; top:0; z-index:9000; }
	.section-images .section-images-left { left:0; background-color:#ffffff; }
	.section-images .section-images-right { right:0; background-color:#ffffff; }
	.section-images .row { position:absolute; left:50%; bottom:177px; margin-left:-609px; z-index:9100; }
	.section-images p { font-size:40px; font-weight:700; line-height:44px; color:#ffffff; margin-bottom:10px; }

.section-citation { padding:50px 0; background-color:#323232; text-align:center; }
	.section-citation p { color:#ffffff; font-size:28px; font-weight:700; line-height:34px; }
	
#map { width:100%; height:650px; }
	
.share { text-align:center; }
	
.infowindow p { padding:0; line-height:18px; }
	
/*=============================================================================================*/
/*==   MENU    ================================================================================*/
/*=============================================================================================*/
ul.nav {
	width:100%; float:left; list-style:none; padding:35px 0 0 30px; margin:0; z-index:9999;
}
ul.nav > li {	
	float:left; position:relative; display:block; margin:0; padding:0 20px 0 0;
	background:none; font-family:'Open Sans', Arial, sans-serif; font-weight:700; font-size:16px; text-transform:uppercase;
}
ul.nav > li a {
	height:30px; color:#323232; padding-bottom:42px;
}

ul.nav li:hover > a, ul.nav li.selected > a {
	color:#e5004e; text-decoration:none;
}

ul.nav li ul.subnav {	
	z-index:9999; list-style:none; margin-top:0px; padding:0; position:absolute; top:65px; left:0;
	display:none; background:#e5004e;
}
ul.nav li ul.subnav li {
	display:block; float:left; margin:0; padding:4px 0 6px;
	width:260px; background:#e5004e; text-align:center;
}
ul.nav li ul.subnav li a {
	font-size:14px; height:auto;
	padding:6px 0; width:100%; text-align:center; color:#ffffff;
}
ul.nav li ul.subnav li:hover {
	background-color:#cc0247;
}
ul.nav li ul.subnav li a:hover, ul.nav li ul.subnav li:hover a {
	border-bottom:none;
}



ul.secondarynav {
	width:100%; float:right; list-style:none; padding:0; margin:13px 0 0; z-index:9999;
}
ul.secondarynav > li {	
	float:right; position:relative; display:block; margin:0; padding:0 20px 0 0;
	background:none; font-family:'Open Sans', Arial, sans-serif; font-weight:700; font-size:14px;
}
ul.secondarynav > li a {
	color:#e5004e;
}

ul.secondarynav li:hover > a, ul.secondarynav li.selected > a {
	color:#000000; text-decoration:none;
}




ul.footernav {
	width:100%; float:right; list-style:none; padding:0; margin:0; z-index:9999;
}
ul.footernav > li {	
	float:right; position:relative; display:block; margin:0; padding:0 12px 0 0;
	background:none; font-family:'Open Sans', Arial, sans-serif; font-weight:400; font-size:14px; text-transform:uppercase;
}
ul.footernav > li a {
	color:#ffffff;
}

ul.footernav li:hover > a, ul.footernav li.selected > a {
	color:#a3aaad; text-decoration:none;
}
/*=============================================================================================*/
/*=============================================================================================*/



	

/*=============================================================================================*/
/*==   AUTRES PAGES   =========================================================================*/
/*=============================================================================================*/
ul.list-photos { margin:0; padding:0; }
ul.list-photos li {
	position:relative; float:left; width:180px; height:180px; margin:0 20px 20px 0; padding:0;
	background:none;
}
ul.list-photos li.nomargin { margin:0; }
ul.list-photos li img { width:100%; height:100%; }
ul.list-photos li div.overlay {
	width:100%; height:100%; position:absolute; top:0; left:0; display:none; cursor:pointer;
	background:url(../images/icones/overlay.png) no-repeat scroll center center; color:#ffffff;
	}
	
	
ul.list-objects { margin:0; padding:0; }
ul.list-objects li {
	position:relative; float:left; width:282px; min-height:300px; margin:0 30px 50px 0; padding:0;
	background-color:#ffffff; background-image:none; border-bottom:5px solid #dddddd;
}
ul.list-objects li.nomargin { margin:0; }

ul.list-objects li div.content { padding:15px; text-align:center; font-weight:400; }
ul.list-objects li div.title { margin:0 auto; font-size:20px; }
ul.list-objects li div.price {
	display:inline-block; margin:10px auto; padding:4px 10px;
	font-size:18px; color:#ffffff; background-color:#747373; border-radius:4px;
}
ul.list-objects li div.text { margin:0 auto; }
/*=============================================================================================*/
/*=============================================================================================*/


.offre { background-color:#ffffff; }
	.offre-categorie { background-color:#edeeef; padding:20px 20px 5px; text-align:center; font-size:10px; text-transform:uppercase; }
	.offre-titre { background-color:#edeeef; height:50px; overflow:hidden; padding:0 20px; text-align:center; font-size:22px; line-height:24px; font-weight:700; }
	.offre-separateur { background-color:#edeeef; border-bottom:1px solid #d1d4d6; }
	.offre-texte { height:180px; padding:20px 20px; font-size:14px; }
	.offre-bouton { text-align:center; font-weight:700; padding:10px 20px; background-color:#e5004e; }
		.offre-bouton a { color:#ffffff; }

.carousel-element.important div.offre-categorie, .carousel-element.important div.offre-titre, .carousel-element.important div.offre-separateur{
	background-color:#e5004e;
	color: #ffffff;
}


.actualites { border:5px solid #a3aaad; }
	.actualites a:link, .actualites a:visited { color: #323232;}
	.actualites a:hover, .actualites a:active { color: #e5004e; text-decoration: none;}
	.actualites-titre { padding:0 20px; }
	.actualites-separateur { border-top:1px solid #d1d4d6; line-height:10px; }
	.actualites-content { padding:0 20px 10px 20px; }
		.actualites-date { font-size:12px; }
		.actualites-texte { padding-bottom:10px; border-bottom:1px solid #daddde; }
		
	.actualites-link { padding:0 20px; margin-bottom:10px; font-weight:700; }
		.actualites-link a:link, .actualites-link a:visited, .actualites-link a:hover, .actualites-link a:active {color: #e5004e; text-decoration: none;}

.horaires { border:5px solid #a3aaad; }
	.horaires-titre { padding:0 20px; }
	.horaires-separateur { border-top:1px solid #d1d4d6; line-height:10px; }
	.horaires-content { padding:0 20px 10px 20px; }
	.horaires-content a[href^="tel:"]{color: #a3aaad;}


.icon-big { font-size:70px; color:#e5004e; }


.offre-sidebar-content { padding:0 0 10px 0; }
	.offre-sidebar-date { font-size:12px; }
	.offre-sidebar-titre { padding-bottom:10px; border-bottom:1px solid #daddde; }
	.offre-sidebar-titre a { color:#323232; }	


.liste-offres th { text-align:left; border-bottom:2px solid #a3aaad; padding:10px 6px; font-size:22px; font-weight:700; }
	.liste-offres th:nth-child(1) { width:42%; }
	.liste-offres th:nth-child(2) { width:22%; }
	.liste-offres th:nth-child(3) { width:16%; }
	.liste-offres th:nth-child(4) { width:20%; }

.liste-offres tr:nth-child(2n) td { background-color:#ffffff; }
.liste-offres tr:nth-child(2n+1) td { background-color:#f6f6f7; }

.liste-offres td { border-bottom:1px solid #d1d4d6; padding:10px 6px; }
	.liste-offres td:first-child { text-transform:uppercase; border-left: 5px solid transparent; }
	.liste-offres td:last-child { border-right: 5px solid transparent; }
	.liste-offres tr.important td:first-child{ border-left-color: #e5004e;}
	.liste-offres tr.important td:last-child{ border-right-color: #e5004e;}
	.liste-offres tr.important td a {color: #e5004e;}
	
.liste-offres tr:hover td { background-color:#e5004e; cursor:pointer; }

.liste-offres tr td a { color:#323232; }
.liste-offres tr:hover td a { color:#ffffff; text-decoration:none; }



.detail-offre td { padding:10px 6px; }
	.detail-offre td:nth-child(1) { width:38%; font-weight:700; vertical-align:top; }
	.detail-offre td:nth-child(2) { width:62%; vertical-align:top; }
		.detail-offre td:nth-child(2) p { padding-top:0; }
		
section table p { padding-top:0; }
		

.detail-offre tr:nth-child(2n) td { background-color:#ffffff; }
.detail-offre tr:nth-child(2n+1) td { background-color:#f6f6f7; }

.contact-offre { border:5px solid #a3aaad; padding:15px 20px; }
.contact-offre h2 { font-size:21px; padding:0; }
.contact-offre p { padding:3px 0; }



#section-recherche { text-align:center; }
	.recherche-titre { font-size:30px; font-weight:700; line-height:34px; }
	.recherche-soustitre { font-size:24px; line-height:34px; }


.section-contact-horaires { font-size:14px; }
.section-contact-horaires p { padding:0px 0 15px; }

/*
.detail-content { padding:20px 30px; border-bottom:5px solid #dddddd; }
.detail-price { background-color:#E42313; font-size:24px; font-weight:400; color:#ffffff; padding:20px 25px; }
.detail-file { background-color:#747373; border-radius:4px; font-size:15px; font-weight:400; text-align:center; padding:10px 0 15px; }
	.detail-file a { color:#ffffff; text-decoration:none; }
	.detail-file a:hover { color:#ffffff; text-decoration:none; }

.detail-options td { font-size:16px; padding:8px 0; border-bottom:1px solid #e1e1e1; }
.detail-options td:nth-child(2) { font-weight:400; text-align:right; }

.detail-map { width:100%; height:386px; }
.detail-address { font-size:16px; margin-top:10px; }
*/


.carousel-element { width:282px; float:left; margin-right:30px; }

a.prev, a.next {
	display: block;
	position: absolute;
	top: 340px;
	font-size:50px;
	color:#818283;
}
a.prev { left: 20px; }
a.next { right: 20px; }
a.prev:hover, a.next:hover { color:#f6f6f7; }


/* CSS Allemand */

.DE ul.nav > li{
	font-size:15px;
}

.DE ul.secondarynav > li{
	font-size:13px;
	padding: 0 17px 0 0;
}


/* Selecteur de langue */ 

a.langue { display:inline-block; width:25px; height:21px; padding-top:4px; margin-left:4px; font-size:12px; font-weight:600; text-transform:uppercase; text-align:center; color:#e5004e; font-weight:normal; }
a.langue.selected { text-decoration:none; font-weight: bold; font-size:12px;}
a.langue:hover{text-decoration:none;}
a.langue:first-child{
	border-bottom:1px solid;
}
div.langues{
	right: 10px;
	top:24px;
	position: absolute;
	display:-webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}





















.wizard, .wizard-top {
    display: block;
    overflow: hidden;
    width: 100%;
}
.wizard a, .wizard-top a {
    outline: 0 none;
}
.wizard ul, .wizard-top ul {
    list-style: outside none none !important;
    margin: 0;
    padding: 0;
}
.wizard ul > li, .wizard-top ul > li {
    display: block;
    padding: 0;
	background-image:none;
}
.wizard > .steps .current-info, .wizard-top > .steps .current-info {
    left: -999em;
    position: absolute;
}
.wizard > .content > .title, .wizard-top > .content > .title {
    left: -999em;
    position: absolute;
}
.wizard > .steps, .wizard-top > .steps {
    display: block;
    position: relative;
    width: 100%;
}
.wizard.vertical > .steps, .wizard-top.vertical > .steps {
    display: inline;
    float: left;
    width: 30%;
}
.wizard > .steps .number, .wizard-top > .steps .number {
    font-size: 20px;
}
.wizard > .steps > ul > li, .wizard-top > .steps > ul > li {
    width: 25%;
	margin:0 0 10px;
}
.wizard > .steps > ul > li, .wizard > .actions > ul > li, .wizard-top > .steps > ul > li, .wizard-top > .actions > ul > li {
    float: left;
}
.wizard.vertical > .steps > ul > li, .wizard-top.vertical > .steps > ul > li {
    float: none;
    width: 100%;
}
.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active, .wizard-top > .steps a, .wizard-top > .steps a:hover, .wizard-top > .steps a:active {
    border-radius: 5px;
    display: block;
    margin: 0;
    padding: 1em;
    text-decoration: none;
    width: auto;
	background: #eee none repeat scroll 0 0;
    color: #aaaaaa;
}
.wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active, .wizard-top > .steps .disabled a, .wizard-top > .steps .disabled a:hover, .wizard-top > .steps .disabled a:active {
    background: #eee none repeat scroll 0 0;
    color: #aaaaaa;
    cursor: default;
}
.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active, .wizard-top > .steps .current a, .wizard-top > .steps .current a:hover, .wizard-top > .steps .current a:active {
    background: #e5004e none repeat scroll 0 0;
    color: #fff;
    cursor: default;
}
.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active, .wizard-top > .steps .done a, .wizard-top > .steps .done a:hover, .wizard-top > .steps .done a:active {
    background: #eee none repeat scroll 0 0;
    color: #aaaaaa;
}
.wizard > .steps .error a, .wizard > .steps .error a:hover, .wizard > .steps .error a:active, .wizard-top > .steps .error a, .wizard-top > .steps .error a:hover, .wizard-top > .steps .error a:active {
    background: #ff3111 none repeat scroll 0 0;
    color: #fff;
}
.wizard > .content, .wizard-top > .content {
    background: #eee none repeat scroll 0 0;
	border-radius: 5px;
    display: block;
    margin: 0;
    /*min-height: 35em;*/
    overflow: hidden;
    position: relative;
    width: auto;
}
.wizard.vertical > .content, .wizard-top.vertical > .content {
    display: inline;
    float: left;
    margin: 0 0 0.5em 2.5%;
    width: 67.5%;
}
.wizard > .content > .body, .wizard-top > .content > .body {
    float: left;
    /*height: 95%;*/
    padding: 2.5%;
    position: absolute;
    width: 95%;
}

.wizard-top > .content{
	padding:2.5%;
	box-sizing:border-box;
}
.wizard-top{
	display:-webkit-flex;
	display:flex;
}
.wizard-top.vertical > .steps{
	display:-webkit-flex !important;
	display:flex !important;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.wizard > .actions, .wizard-top > .actions {
    display: block;
    position: relative;
    text-align: right;
    width: 100%;
}
.wizard.vertical > .actions, .wizard-top.vertical > .actions {
    display: inline;
    float: right;
    margin: 0 0 0 2.5%;
    width: 97.5%;
}
.wizard > .actions > ul, .wizard-top > .actions > ul {
    display: inline-block;
    text-align: right;
}
.wizard > .actions > ul > li, .wizard-top > .actions > ul > li {
    margin: 0 0.5em;
}
.wizard.vertical > .actions > ul > li, .wizard-top.vertical > .actions > ul > li {
    margin: 0 0 0 1em;
}
.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active, .wizard-top > .actions a, .wizard-top > .actions a:hover, .wizard-top > .actions a:active {
    background: #e5004e none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
}
.wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active, .wizard-top > .actions .disabled a, .wizard-top > .actions .disabled a:hover, .wizard-top > .actions .disabled a:active {
    background: #eee none repeat scroll 0 0;
    color: #aaa;
}
.wizard > .loading, .wizard-top > .loading {
}
.wizard > .loading .spinner, .wizard-top > .loading .spinner {
}

@media (max-width: 600px) {
.wizard > .steps > ul > li, .wizard-top > .steps > ul > li {
    width: 50%;
}
.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active, .wizard-top > .steps a, .wizard-top > .steps a:hover, .wizard-top > .steps a:active {
    margin-top: 0.5em;
}
.wizard.vertical > .steps, .wizard.vertical > .actions, .wizard-top > .steps, .wizard-top.vertical > .actions {
    display: block;
    float: none;
    width: 100%;
}
.wizard.vertical > .content, .wizard-top.vertical > .content {
    display: block;
    float: none;
    margin: 0 0.5em 0.5em;
    width: auto;
}
}
@media (max-width: 480px) {
.wizard > .steps > ul > li , .wizard-top > .steps > ul > li {
    width: 100%;
}
}