/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html, button, input, select, textarea {
	color: #222;
}
body {
	font-size: 1em;
	line-height: 1.4;
}

::-moz-selection {
 background: #eee;
 text-shadow: none;
}
::selection {
	background: #eee;
	text-shadow: none;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
img {
	vertical-align: middle;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}
.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
ul {
	margin: 0;
}
/* ==========================================================================
   FONTS
   ========================================================================== */
@font-face {
	font-family: 'peugeotregular';
	src: url('/fonts/peugeot_normal-webfont.eot');
	src: url('/fonts/peugeot_normal-webfont.eot?#iefix') format('embedded-opentype'),  url('/fonts/peugeot_normal-webfont.woff') format('woff'),  url('/fonts/peugeot_normal-webfont.ttf') format('truetype'),  url('/fonts/peugeot_normal-webfont.svg#peugeotregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'peugeotitalic';
	src: url('/fonts/peugeot_italic-webfont.eot');
	src: url('/fonts/peugeot_italic-webfont.eot?#iefix') format('embedded-opentype'),  url('/fonts/peugeot_italic-webfont.woff') format('woff'),  url('/fonts/peugeot_italic-webfont.ttf') format('truetype'),  url('/fonts/peugeot_italic-webfont.svg#peugeotregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'peugeotbold';
	src: url('/fonts/peugeot_bold-webfont.eot');
	src: url('/fonts/peugeot_bold-webfont.eot?#iefix') format('embedded-opentype'),  url('/fonts/peugeot_bold-webfont.woff') format('woff'),  url('/fonts/peugeot_bold-webfont.ttf') format('truetype'),  url('/fonts/peugeot_bold-webfont.svg#peugeotbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'peugeotlight';
    src: url('/fonts/peugeot_light-webfont.eot');
    src: url('/fonts/peugeot_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/peugeot_light-webfont.woff') format('woff'),
         url('/fonts/peugeot_light-webfont.ttf') format('truetype'),
         url('/fonts/peugeot_light-webfont.svg#peugeotlight') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* ==========================================================================
   GENERIC
   ========================================================================== */
strong {
	font-family: 'peugeotbold';
	font-weight: normal;
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
hr {
	clear: both;
	border-top: 0;
	border-bottom: 1px solid #cac7c4;
	height: 20px;
	background: none;
}
.col10 {
	width: 100%;
}
.col7 {
	width: 55%;
}
.col7 input[type=text], .col7 input[type=text] {
	width: 100%;
	margin-top: 25px;
}
.col6 {
	width: 50%;
}
.col5 {
	width: 45%;
	position: relative;
}
.col5 input[type=text], .col5 input[type=number] {
	width: 100%;
}
.col4 {
	width: 40%;
	border-right: 1px solid #d6d6d6;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 15px;
}
.row {
	margin-left: -4%;
	margin-right: -4%;
}
.row:before, .row:after {
	display: table;
	content: " ";
}
.row .col5 {
	position: relative;
	float: left;
	width: 42%;
	margin: 0;
	padding: 0 4%;
}
a:link, a:active, a:visited {
	color: #007edb;
}
a:hover {
	color: #000;
}
/* ==========================================================================
   STRUCTURE
   ========================================================================== */
html, body {
	font-family: 'peugeotregular', sans-serif;
	font-size: 16px;
	color: #2a2934;
	/*height: 100%;*/
}
body {
	background: #f2f2f2;
	position: relative;
	/*min-height: 100%;*/
}
#homepage {
	background: #e6e6e6;
}
#form, .confirm {
	height: auto;
	padding-bottom: 0;
}
#nav-bar {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	z-index: 2;
	text-align: center;
	overflow: hidden;
}
.lt-ie8 #nav-bar {
	width: 130px;
}
#nav-bar .wrap {
	padding: 0;
	/*width: 260px;*/
}
#nav-bar .wrap.selection{
	display: none;
	z-index: 5;
}
#nav-bar .lang {
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: 50%;
	right: 30px;
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
#nav-bar .logo-wrp{
	background: #033153;
}
#nav-bar .logo-wrp a{
	display: inline-block;
}
#nav-bar .logo {
	margin: 20px 0;
	width: auto;
}
#nav-bar .step-title {
	color: #fff;
	background: #007edb;
	font-size: 16px;
	width: 42%;
	height: 45px;
	line-height: 45px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
}
#nav-bar .step-title .arrow-down {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 5px solid #007edb;
	position: absolute;
	bottom: -5px;
	left: 45px;
}
#nav-bar h1, #nav-bar .basket, .bottom, .info {
	display: none;
}
#nav-bar .car-choice {
	background: #444d5b;
	color: #fff;
	font-family: 'peugeotitalic', sans-serif;
	font-size: 13px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 90px;
	width: 42%;
	margin: 20px 0 0 0;
	display: table;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
#nav-bar .car-choice > span {/*display: table-cell; vertical-align: middle;*/
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -35px;
	height: 70px;
	padding: 0 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
}
/*.lt-ie8 #nav-bar .car-choice span{margin-top:10px; display:block;}*/
		
#nav-bar .car-choice .my-choice {
	background: #fff;
	color: #000;
	font-family: 'peugeotregular', sans-serif;
	font-size: 12px;
	line-height: 12px;
	min-height: 96px;
	height: 100%;
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; /*padding:10px 5px 20px 5px;*/
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 10;
	display: none;
}
#form #nav-bar .car-choice .my-choice {
	display: block;
}
#nav-bar .car-choice .car_name {
	display: block;
	padding: 0 8px;
}
#nav-bar .car-choice .my-choice img {
	width: 80px;
	display: block;
	margin: 10px auto 0 auto;
}
#nav-bar .car-choice .my-choice .btn-delete {
	width: 12px;
	height: 12px;
	position: absolute;
	top: 5px;
	right: 5px;
	color: #891422;
	cursor: pointer;
}
#nav-bar .car-choice .my-choice .btn-delete span {
	background: #891422;
	display: block;
	width: 12px;
	height: 2px;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 50%;
	margin-left: -4px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
#nav-bar .car-choice .my-choice .btn-delete/*:hover*/ span:first-child {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#nav-bar .car-choice .my-choice .btn-delete/*:hover*/ span {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#nav-bar .car-choice .my-choice ul {
	padding: 0;
	list-style: none;
	text-align: left;
	padding-bottom: 10px;
	margin-top: 30px;
}
#nav-bar .car-choice .my-choice ul li {
	background: url(/img/blue-bullet.png) no-repeat;
	padding: 0 0 0 15px;
	margin: 0 0 7px 0;
}
#nav-bar .col6 {
	width: 100%;
}
#nav-bar .request-choice {
	display: none;
}
#nav-bar .modify {
	text-align: left;
	display: block;
	margin-bottom: 20px;
}
.button-bottom-nav-mobile{display:none;}
.button-bottom-nav {max-width:260px;margin:0 auto;}

@media screen and (max-width: 640px) {
.button-bottom-nav-mobile{display:inline-block !important;}
.button-bottom-nav {display:none !important;}
}
.confirm #nav-bar .request-choice, .confirm #nav-bar .car-choice .my-choice {
	display: block;
}
.confirm #nav-bar {
	width: 280px;
}
.confirm #nav-bar .car-choice {
	padding: 0;
	width: 100%;
}
.confirm #nav-bar .col6 {
	width: 46%;
}
.confirm #nav-bar .car-choice .my-choice ul {
	margin-top: 20px;
}
.confirm .wrap {
	text-align: center;
	max-width: 640px;
	margin-bottom: 30px;
}
.confirm h2 {
	font-size: 20px;
	font-weight: normal;
	margin:20px auto 0 auto;
}
.confirm p {
	font-size: 20px;
	color: #007edb;
}
.confirm #container {
	margin-left: 320px
}
.confirm .catalog-container {
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	margin-top: 100px;
	margin-bottom:20px;
	padding: 60px 30px 20px 30px;
}
.confirm .catalog-container .car {
	width: 200px;
	position: absolute;
	top: -80px;
	left: 50%;
	margin-left: -100px;
}
.confirm .catalog-container .title {
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
	padding: 15px 5px;
	position: relative;
	margin-bottom: 10px;
	margin-top: 20px;
	text-align: left;
	font-family: 'peugeotlight';
}

.confirm .catalog-container a {
	display: block;
	color: #033153;
	text-decoration: none;
	padding: 20px 20px 20px 80px;
	background: #ececee url(/img/icon-pdf.png) no-repeat 20px center;
	margin-bottom: 15px;
	text-align: left;
	text-transform:uppercase;
	font-size:12px;
}
.confirm .catalog-container a:hover {
	background-color: #b4b4b4;
}
#container {
	position: relative;
	z-index: 1;
	min-width: 640px; /*height:95%;*/
	height: 100%;
}
/*#container.form{background:#f2f2f2; padding:0; height:100%;}*/
.form .progress, .error .progress {
	background: #fff;
}
.error .progress {
	opacity: 0.50;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	filter: alpha(opacity=50);
}
.progress {
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	position: relative;
}
.progress li {
	display: inline-block;
	line-height: 30px;
	color: #007edb;
	padding: 10px 20px 10px 10px;
	min-width: 260px;
	position: relative;
}
.progress li.active{
	background: #007edb;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	padding: 11px 10px;
	border-bottom: 3px solid #0062c5;
}
.progress li.arrow:after{
	content:"";
	display: block;
	background: url(/img/edit-icon.png);
	background-size: 100%;
	width: 6px;
	height: 9px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -3px;
}

.progress li a {
	text-decoration: none;
	color: inherit;
	text-shadow: none;
}
.progress li a:hover {
	color: #007edb;
}
.progress li .arrow-down {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #bebebe;
	position: absolute;
	bottom: -4px;
	left: 8px;
}
.progress li.active .arrow-down {
	border-top: 5px solid #007edb;
}
.confirm .progress {background-color:#fff;
}
.wrap {
	max-width: 780px;
	width: 100%;
	margin: 0 auto;
	padding: 10px 20px 50px 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.wrap.full{
	/*max-width: 1200px;*/
	position: relative;
	padding: 0;
}

/*.profile-container .col5 {min-width:65%;}
.purchase-container .col5 {min-width:65%;}*/

.profile-container,
.purchase-container{
	width:65%;
	margin: 0 auto;
}

fieldset {
	margin-top: 10px;
}

label {
	color: #007edb;
	display: block;
	margin: 20px 0 5px 0;
	font-size:16px;
}
#requests, .contact-infos {
	padding-bottom: 15px;margin-top:15px;
}
.contact-infos fieldset {margin:30px auto 0 auto;padding: 10px 30px 30px 30px;background-color:#fff !important;}
.clear  { clear:both;}
.contact-infos .container-bigtitle {display:block;}
.contact-infos .container-bigtitle .bigtitle{background-color:#152032;color:#fff;font-family:"peugeotlight",sans-serif;text-transform:uppercase;padding:15px;font-size:20px;text-align:center;margin:20px auto;}
.contact-infos .container-bigtitle.coord .bigtitle{margin:20px auto 10px auto;}
.contact-infos .container-bigtitle.points .bigtitle{margin:40px auto 10px auto;}
.contact-infos label {margin: 10px 0 5px 0;}
.contact-infos p {font-size:16px;color: #152032;}
.contact-infos p.points-p {margin:30px auto;}
.contact-infos p.bold {font-family:"peugeotbold",sans-serif;margin:25px 0 20px 0;}
.contact-infos p.legals {
	font-family:"peugeotlight",sans-serif;
	font-size: 12px;
	color:#3c3947;
	line-height: 14px;
	margin-top: 30px;
}
.contact-infos .valid {
	color: #000;
	background: url(/img/valid.png) no-repeat right center;
	padding-right: 30px;
}
.contact-infos .dealer_pos {
	border: 1px solid #b3b3b3;
	padding: 10px 20px;
	position: relative;
	margin-bottom: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
.contact-infos .dealer_pos:hover {
	border-color: #7da6e1;
	background-color:#e7f0fe;
}
.contact-infos .dealer_pos.selected {
	border: 3px solid #7da6e1;
	background-color:#e7f0fe;
}
/*.contact-infos .dealer_pos.selected .name:before {
	content: url(/img/icon-selected.png);
	position: absolute;
	top: -15px;
	right: -15px;
}*/
.contact-infos .dealer_pos .name {
	color: #007edb;
	font-size:16px;
	text-transform: uppercase;
	font-family: 'peugeotbold', sans-serif;
	max-width: 74%;
}
.contact-infos .dealer_pos p {
	margin: 0;
	color: #000;
}
.contact-infos .dealer_pos .distance {
	position: absolute;
	text-align: right;
	top: 10px;
	right: 25px;
	font-family: 'peugeotbold', sans-serif;
}
.contact-infos .checkbox-container label {
	color: #3c3947;
	font-size: 14px;
}

.contact-infos fieldset .col5, .contact-infos fieldset .col10 {margin-top:10px;}
.contact-infos fieldset .col5 #f_brand, .contact-infos fieldset .col5 #f_model,.contact-infos fieldset .col5 #f_brand_professionnal, .contact-infos fieldset .col5 #f_model_professionnal{margin:-10px 0 20px 0;}


#requests fieldset .car-name {
	font-family:"peugeotlight",sans-serif;
	color: #000;
	font-size: 20px;
	margin: 0;
}
#requests fieldset label {
	color: #000;
	text-align: left;
	line-height: 16px; /*padding:2px 0 6px 55px;*/
	padding: 2px 0 6px 51px;
	margin-top: 0;
	float: left;
}
#requests .col {
	width: 31%;
	padding: 15px 15px 20px 15px;
	float: left;
	text-align: center;
	margin: 0 3% 20px 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #b3b3b3;
}
#requests .col:nth-child(3) {
	margin: 0 0 20px 0;
}
#requests .col img {
	width: 55%;
}
#requests .checkbox-container {
	clear: both;
	padding: 20px 0;
}
#requests .icheckbox_small-blue {
	margin-top: 10px;
}

label.offer {
	background: url(/img/request-icons.png) no-repeat 0 0;
}
label.testdrive {
	background: url(/img/request-icons.png) no-repeat 0 -65px;
}
label.rdv {
	background: url(/img/request-icons.png) no-repeat 0 -133px;
}
label.vip {
	background: url(/img/request-icons.png) no-repeat 0 -205px;
}
label.catalog {
	background: url(/img/request-icons.png) no-repeat 0 -275px;
}
.inline-form * {
	float: left;
}
.inline-form .iradio_minimal-blue {
	margin-top: 13px;
}
#f_gender.inline-form .iradio_minimal-blue, #f_gender_professional .iradio_minimal-blue, #f_contact_choice_professionnal
.iradio_minimal-blue{
    margin-top: 8px;
}
span.radioRequiredMsg img{margin:-2px 0 0 20px;
}
.inline-form label {
	margin-right: 15px;
	color: #000;
}
.inline-form label:first-child {
	color: #007edb;
}
.other-pos .inline-form {
	overflow: hidden;
	padding-left: 34px;
	position: relative;
}
.other-pos .inline-form .iradio_minimal-blue {
	margin: 8px 10px 0 0;
	position: absolute;
	top: 0;
	left: 0;
}
.other-pos .inline-form label {
	margin-right: 6px;
}
/*intro*/
.intro {
	background: #fff;
	width: 580px;
	padding: 10px 40px 30px 40px;
	height: 520px;
}
.intro p {
	font-size: 1.063em;
	margin: 30px 0 10px 0;
}
.intro strong {
	font-weight: normal;
	font-family: 'peugeotbold', sans-serif;
	color: #29abd3;
}
.intro p.grey {
	color: #888888;
}
.intro .cta {
	width: 288px;
	text-decoration: none;
	padding: 15px 35px;
	height: 75px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 2px 0;
	font-size:15px;
}
.intro .cta.grey {
	background: #f0f0f0 url(/img/grey-arrow.png) no-repeat right center;
	color: #494949;
}
/* car background */
.rsContent .bg {
	position: absolute;
	overflow: hidden; /*bottom:347px;*/ /*bottom:364px;*/
	top: -75px;
	left: 50%;
	z-index: 1;
	width: 610px;
	height: 420px;
	margin-left: -305px;
}
.rsContent .bg img {
	position: absolute;
	top: 0;
	left: 0;
}
.rsContent .bg .mask0 {
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.rsActiveSlide .rsContent .bg .mask0, .rsActiveSlide .rsContent .bg .mask1, .rsActiveSlide .rsContent .bg .mask2 {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
}
.rsContent .bg .mask1 {
	background: url(/img/mask1.png) no-repeat;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.rsContent .bg .mask2 {
	background: url(/img/mask2.png) no-repeat;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.rsContent .bg .mask3 {
	background: url(/img/mask3.png) no-repeat;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.rsContent .car {
	z-index: 10;
	position: relative;
}
/* choix carrosserie */
.car-body-choice {
	background: #152032;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 540px;
	padding: 30px 20px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -270px;
	z-index: 100000;
	display: none;
}
.car-body-choice-mini {
	width: 430px;
	margin-left: -215px;
	text-align: center;
}
.car-body-choice h2 {font-family:"peugeotlight";text-transform:uppercase;color: #fff;font-size: 20px;font-weight: normal;margin: 0 0 25px 0;text-align: center;}
.car-body-choice h3 {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}
.car-body-choice-mini h2 {
	margin: 0 0 30px 0;
}
.car-body-choice-mini .btn {
	float: none;
}
.car-body {
	overflow: hidden;
	background: #fff;
	margin-bottom: 7px;
	padding: 5px 10px;
	border: 3px solid white;
}
.car-body.selected {
	border: 3px solid #007edb;
}
.car-body img {
	width: 110px;
	float: left;
	margin-right: 15px;
}
.car-body .car-body-name {font-size: 14px;color:#2a2934;line-height: 20px;float: left;margin-top: 15px;width: 170px;}
.car-body .car-body-name strong {font-size: 16px;}
.car-body .car-body-selection {
	float: left;
	margin-top: 25px;
}
.car-body .car-body-selection label {font-family:"peugeotlight";font-size:12px;color: #000000;display: inline;}
.car-body-choice .close-modal {
	/*display:none;*/
	position: absolute;
	right: 0;
	top: 0;
	margin: 6px 12px;
	color: #fff;
	font-size: 24px;
	line-height: 1;
}
.car-body-choice .modify-selection {
	color: white;
	margin-top: 26px;
	text-decoration: underline;
}
.car-body-choice .modify-selection:hover {
	color: #007edb;
}
.ui-effects-transfer {
	z-index: 1000000;
	opacity: 0.70;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	filter: alpha(opacity=70);
}
.rsTmb .selected {
	background: url(/img/icon-selected.png) no-repeat right top;
	width: 32px;
	height: 32px;
	position: absolute;
	top: -19px;
	right: -19px;
}
/* ==========================================================================
   BUTTONS
   ========================================================================== */
.is-pointer {
	cursor: pointer;
}
#nav-bar .btn {
	width: 100%;
}
.btn:link, .btn:active, .btn:visited {
	color: #fff;
}
.btn {
	font-family: 'peugeotregular', sans-serif;
	color: #fff;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background-color 0.5s ease 0s;
	-moz-transition: background-color 0.5s ease 0s;
	transition: background-color 0.5s ease 0s;
	cursor: pointer;
}
#nav-bar .btn.next {
	padding: 10px 10px 10px 10px;
}
#nav-bar .btn.back {
	padding: 10px 10px 10px 10px;
}
.btn.next {
	padding: 10px 15px 10px 25px;
}
.btn.back {
	padding: 10px 15px 10px 15px;
}
.btn.next span {
	background: url(/img/btn-arrow-right.png) no-repeat right 10px center;
	background-size:5px 9px;
	width: 100%;
	display: inline-block;
	zoom: 1;
*display:inline;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3px 30px 3px 0;
}
.btn.last-send span {
	background: none no-repeat right 10px center;
	background-size:5px 9px;
	width: 100%;
	display: inline-block;
	zoom: 1;
*display:inline;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3px 15px 3px 5px;
}
.btn.back span {
	background: url(/img/btn-arrow-left.png) no-repeat right center;
	background-size:5px 9px;
	width: 100%;
	display: inline-block;
	zoom: 1;
*display:inline;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3px 0 3px 30px;
}
/*#nav-bar .btn.back span{padding:3px 0 3px 35px;}*/
html[lang="nl"] #nav-bar .btn.back {
	font-size: 13px;
	padding: 10px 8px 10px 8px;
}
html[lang="nl"] #nav-bar .btn.back span {
	padding: 3px 0 3px 30px;
}
.btn.choose {position: relative;z-index: 1;font-size: 12px;padding: 15px 35px;background: none repeat-x;background-color: #007edb;border-bottom:3px solid #0062c5;border-radius:0 !important;text-transform:uppercase;}
.btn.choose:hover {background-color: #0062c5;}
.btn.blue {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 18px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	zoom: 1;
*display:inline;
	text-align: left;
	margin-top: 20px;
	background-color: #007edb;
	border-bottom:3px solid #0062c5;
	
}
.btn.blue:hover {
	background-color: #0062c5;
}
.btn.validate, .btn-blue {
	padding: 15px;
	margin:10px 0 0 0;
	font-family: 'peugeotregular', sans-serif;
	font-size: 12px;
	text-transform:uppercase;
	background-color: #007edb;
	border-bottom:3px solid #0062c5;
	border-radius:0;
}
.btn.validate:hover, .btn-blue:hover {
	background-color: #0062c5;
}
.btn.validate span, .btn-blue span {
	display: inline-block;
}
.btn.validate span {
	background: url(/img/btn-validate.png) no-repeat center right 15px;
	background-size:13px 13px;
	padding: 0 40px 0 15px;
}
.btn-blue span {
	padding: 0 20px;
}
/* Input group */
.input-group {
	position: relative;
	display: table;
	width: 100%;
	border-collapse: separate;
	overflow: hidden;
	margin-top: 25px; /*padding-right: 40px;*/
}
.col7 .input-group {
	border:1px solid #b3b3b3;
	margin-top: 15px; /*padding-right: 40px;*/
}

.col7 .input-group input#postname, .col7 .input-group input#postname_professionnal {
	border:none;
	background-image: url(/img/select-arrow-bis.png);
	background-repeat:no-repeat;
	background-position:left center;
}

.col7 .input-group input#postname span.input-group-btn input, .col7 .input-group input#postname_professionnal span.input-group-btn input {
	border:none !important;
}

.col7 .input-group input#postname,.col7 .input-group input#postname_professionnal{
	padding: 8px 10px 8px 40px !important;
}

.input-group, .input-group * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.input-group-btn, .input-group input {
	display: table-cell !important;
	vertical-align: middle;
	width: auto;
	margin-top: 0 !important;
}
.input-group input {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.input-group > input {
	height: auto !important;
}
.input-group-btn {
	position: relative;
	white-space: nowrap; /*font-size: 0; position: absolute; top:0; right:0;*/
	width: 40px;
	height: 100%;
}
.input-group-btn > .btn {
	border:none;
	position: relative;
	font-family:"peugeotlight",sans-serif;
	color:#fff;
	font-size: 19px;
	padding: 0 10px;
	margin:0 2px 0 0;
	height: 38px;
	background-color:#033153;
}
/*delete*/
.btn-delete a {
	display: block;
	width: 100%;
	height: 100%;
}
button {
	border: none;
}
.modify {
	color: #007edb;
	font-family:"peugeotlight",sans-serif;
	font-size: 14px;
	background-image: url(/img/edit-icon.png);
	background-repeat: no-repeat;
	background-position: right 50px top 6px;
	background-size:6px 9px;
	padding: 3px 20px 3px 0;
	text-decoration:none;
}
.modify:hover {background-image: url(/img/edit-icon-hover.png);color: #0d2e48;}
/* ==========================================================================
   CUSTOM CHECKBOX AND RADIO
   ========================================================================== */

.icheckbox_small-blue {
	vertical-align: middle;
	margin: 0 10px 0 0;
	padding: 0;
	width: 20px;
	height: 20px;
	background: url(/img/blue-small.png) no-repeat;
	border: none;
	cursor: pointer;
	float: left;
}
.icheckbox_small-blue {
	background-position: 0 0;
}
.icheckbox_small-blue.hover {
	background-position: -20px 0;
}
.icheckbox_small-blue.checked {
	background-position: -40px 0;
}
.icheckbox_small-blue.disabled {
	background-position: -60px 0;
	cursor: default;
}
.icheckbox_small-blue.disabled + label {
	color: #b5b5b5;
}
.icheckbox_small-blue.checked.disabled {
	background-position: -80px 0;
}
.icheckbox_minimal-blue {
	vertical-align: middle;
	margin: 0 10px;
	padding: 0;
	width: 26px;
	height: 26px;
	background: url(/img/blue.png) no-repeat;
	border: none;
	cursor: pointer;
	float: left;
}
.icheckbox_minimal-blue {
	background-position: 0 0;
}
.icheckbox_minimal-blue.hover {
	background-position: -28px 0;
}
.icheckbox_minimal-blue.checked {
	background-position: -56px 0;
}
.icheckbox_minimal-blue.disabled {
	background-position: -84px 0;
	cursor: default;
}
.icheckbox_minimal-blue.disabled + label {
	color: #b5b5b5;
}
.icheckbox_minimal-blue.checked.disabled {
	background-position: -112px 0;
}
.iradio_minimal-blue {
	vertical-align: middle;
	margin: 0 10px;
	padding: 0;
	width: 22px;
	height: 24px;
	background: url(/img/blue.png) no-repeat;
	border: none;
	cursor: pointer;
	float: left;
}
.iradio_minimal-blue {
	background-position: -140px 0;
}
.iradio_minimal-blue.hover {
	background-position: -164px 0;
}
.iradio_minimal-blue.checked {
	background-position: -188px 0;
}
.iradio_minimal-blue.checked + label {
	color: #007edb;
}
.iradio_minimal-blue.disabled {
	background-position: -140px 0;
	cursor: default;
}
.iradio_minimal-blue.disabled + label {
	color: #b5b5b5;
}
.iradio_minimal-blue.checked.disabled {
	background-position: -188px 0;
}


/* HiDPI support */
/*@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_minimal-blue,
    .iradio_minimal-blue {
        background-image: url(/img/blue@2x.png);
        -webkit-background-size: 200px 20px;
        background-size: 200px 20px;
    }
}*/

/* ==========================================================================
   CUSTOM SELECT
   ========================================================================== */
   
.textfieldValidState .validMsg {right: 10px !important;}

::-webkit-input-placeholder {
font-size:0.8em;
}
::-moz-placeholder {
font-size:0.8em;
} /* firefox 19+ */
:-ms-input-placeholder {
font-size:0.8em;
color: #bbbbbb;
} /* ie */
input:-moz-placeholder, textarea:-moz-placeholder {
font-size:0.8em;
}
input[type=text], input[type=number], textarea {
	font-size: inherit;
	border: 1px solid #d6d6d6;
	background: #fff;
	position: relative;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size:16px;
	color:#3c3947;
}
input[type=text], input[type=number] {
	height: 40px;
	line-height: 40px;
}
input#postname,input#postname_professionnal {height: 26px;
    line-height: 26px;
}

.textfieldRequiredState input {border:1px solid #891422;background-image:url("/img/error.png");background-repeat:no-repeat;background-position:right 10px center;}
span.textfieldRequiredMsg{display:none !important;}
.selectRequiredMsg, .selectInvalidMsg {display:none !important;}

#f_gender.radioRequiredState {background-image:url("/img/error.png");background-repeat:no-repeat;background-position:right 10px center;}

textarea {
	width: 100%;
	min-height: 100px;
}
.selectricWrapper {
	position: relative;
	margin: 0;
	width: 100%;
	cursor: pointer;
}
.selectricResponsive {
	width: 100%;
}
.selectric {
	border: 1px solid #b3b3b3;
	background: #fff;
	position: relative;
}

.selectRequiredState .selectric {border:1px solid #891422;}
.selectric .label {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 30px 0 0;
	padding: 5px 10px;
	line-height: 26px;
	min-height: 26px;
	color: #000 !important;
	font-size:14px;
}
.selectric .button {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
	color: #BBB;
	text-align: center;
	font: 0/0 a;
 *font: 20px/30px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
	content: " ";
	position: absolute;
	top: 8px;
	right: 10px;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 15px;
	height: 10px;
	background: url(/img/select-arrow.png) no-repeat;
}
.selectricHover .selectric {
	border-color: #CCC;
}
.selectricHover .selectric .button {
	color: #888;
}
.selectricHover .selectric .button:after {
	background: url(/img/select-arrow.png) no-repeat 0 bottom;
}
.selectricOpen {
	z-index: 9999;
}
.selectricOpen .selectric {
	border-color: #CCC;
	background: #fff;
	z-index: 9999;
}
.selectricOpen .selectricItems {
	display: block;
	overflow-y: scroll;
}
.selectricDisabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default;
	-webkit-touch-callout: none;
	user-select: none;
}
.selectricHideSelect {
	position: relative;
	overflow: hidden;
	width: 0;
	height: 0;
}
.selectricHideSelect select {
	position: absolute;
	left: -100%;
	display: none;
}
.selectricInput {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
	outline: none !important;
	border: none !important;
 *font: 0/0 a !important;
	background: none !important;
}
.selectricTempShow {
	position: absolute !important;
	visibility: hidden !important;
	display: block !important;
}
.selectricItems {
	display: none;
	position: absolute;
	/*overflow: auto;*/
	top: 100%;
	left: 0;
	background: #fff;
	border: 1px solid #CCC;
	z-index: 9998;
	box-shadow: 0 0 10px -6px;
}
.selectricItems ul, .selectricItems li {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 30px;
	min-height: 30px;
}
.selectricItems li:first-child {
	display: none;
}
.selectricItems li {
	display: block;
	padding: 5px 10px;
	cursor: pointer;
	font-size:14px;
}
.selectricItems li::after {
 content:"";
    border-bottom: 1px solid #b3b3b3;
    width: 100%;
    height: 1px;
	bottom:-6px;
	padding:0 ;
	margin: 0;
    left: 0;
    right: 0;
    position: relative;
    display: block;
}
.selectricItems li.last::after {
 border:none;
}
.selectricItems li.selected {
	background: #007edb;
	color: #fff;
}
.selectricItems li:hover {
	background: #007edb;
	color: #fff;
}
.selectricItems li.disabled {
	background: #F5F5F5;
	color: #BBB;
	border-top-color: #FAFAFA;
	cursor: default;
}
/* ==========================================================================
   SLIDER
   ========================================================================== */

.royalSlider {
	width: 100%;
	height: 700px !important;
	position: absolute;
	direction: ltr;
	background: url(/img/bg.jpg) repeat-x center 50%;
	top: 50%;
	margin-top: -350px;
}
.royalSlider > * {
	float: left;
}
.rsWebkit3d .rsSlide {
	-webkit-transform: translateZ(0);
}
.rsFade.rsWebkit3d .rsSlide, .rsFade.rsWebkit3d img, .rsFade.rsWebkit3d .rsContainer {
	webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
	width: 100% !important;
	height: 100%;
	position: relative;
	/*overflow-x: hidden;
	overflow-y: visible;*/
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;
}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.rsArrow, .rsThumbsArrow {
	cursor: pointer;
}
.rsThumbsArrow {
	display: none !important;
}
.rsThumb {
	float: left;
	position: relative;
	cursor: pointer;
}
.rsArrow, .rsNav, .rsThumbsArrow {
	opacity: 1;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
	-moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
	-o-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
	transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}
.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}
/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}
.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
	display: none;
}
.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: visible;
	height: 100%;
	width: 100%;
}
.royalSlider.rsAutoHeight, .rsAutoHeight .rsSlide {
	height: auto;
}
.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
	padding-top: 130px;
}
.rsPreloader {
	position: absolute;
	z-index: 0;
}
.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color: rgba(0,0,0,0.25);
}
.rsThumbs {
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
	padding-top: 20px;
}
.rsTabs {
	float: left;
	background: none !important;
}
.rsTabs, .rsThumbs {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe, .rsVideoContainer video, .rsVideoContainer embed, .rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe, .rsVideoContainer.rsIOSVideo video, .rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}
.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;
}
img.rsImg {
	max-width: none;
}
.grab-cursor {
	cursor: url(/img/rs/grab.png) 8 8, move;
}
.grabbing-cursor {
	cursor: url(/img/rs/grabbing.png) 8 8, move;
}
.rsNoDrag {
	cursor: auto;
}
.rsLink {
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 20;
	background: url(/img/rs/blank.gif);
}
.contentSlider {
	width: 100%;
}
.contentSlider, .contentSlider .rsOverflow, .contentSlider .rsSlide, .contentSlider .rsVideoFrameHolder, .contentSlider .rsThumbs {
}
.contentSlider .rsSlide, .contentSlider .rsOverflow {
}
.contentSlider img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.visibleNearby {
	width: 100%;
	color: #000;
	padding: 25px 0;
}
.visibleNearby .rsGCaption {
	font-size: 16px;
	line-height: 18px;
	padding: 12px 0 16px;
	background: #141414;
	width: 100%;
	position: static;
	float: left;
	left: auto;
	bottom: auto;
	text-align: center;
}
.visibleNearby .rsGCaption span {
	display: block;
	clear: both;
	color: #bbb;
	font-size: 14px;
	line-height: 22px;
}
/* Scaling transforms */
.visibleNearby .rsSlide img.car {
	/*opacity: 0.45;*/
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}
.visibleNearby .rsActiveSlide img.car {
	/*opacity: 1;*/
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);/*cursor: pointer;*/
}
.visibleNearby .rsSlide .choose {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.visibleNearby .rsActiveSlide .choose {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

/* redesign */
.car-selection{
	overflow: hidden;
	text-align: center;
	font-size: 24px;
	font-family: 'peugeotlight';
	margin-bottom: 65px;
}
.car-selection h2{
	text-transform: uppercase;
	font-size: 20px;
	margin: 65px 0;
}
.car-selection ul{
	padding: 0;
	margin: 0;
}
.car-selection li{
	width: 33%;
	display: block;
	float: left;
	background: #fff;
	list-style-type: none;
	margin: 1px;
	position: relative;
	overflow: hidden;
}
.car-selection li a{
	display: block;
	color: #010101;
	text-decoration: none;
	padding: 12px 10px 10px 10px;
	max-height: 223px;
	border: 3px solid #ffffff;
}
.car-selection li.active a{
	border-color: #007edb;
	/*padding: 37px 7px;*/
}
.car-selection li.active .bg{
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
}
.car-selection li img{
	width: 100%;
}
.car-selection .cta{
	visibility: hidden;
	display: inline-block;
	background: #007edb;
	color: #fff;
	border-bottom: 3px solid #0062c5;
	padding: 10px 20px;
	font-size: 12px;
	text-transform: uppercase;
	z-index: 20;
	position: relative;
}

.car-selection .bg{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	display: block;
}
.car-selection li:hover .cta{
	visibility: visible;
}
.car-selection li:hover .bg{
	opacity: 1;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.valid-selec{
	background: #fff;
	text-align: center;
	overflow: hidden;
	font-family: 'peugeotlight';
	text-transform: uppercase;
	padding: 25px 0;
        border-top: solid 2px #bfbfbf;
        box-shadow: 0 -10px 20px -5px rgba(224, 224, 224, 0.75);
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 20;
}
.valid-selec form{
	display: inline-block;
}
.valid-selec h2{
	display: inline-block;
	font-size: 20px;
	margin: 0 20px 0 0;
}
.valid-selec .btn.blue{
	margin-top: 0;
}
.js-overlay{
	display: none;
}
.js-overlay.active{
	display: block;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.5;
	z-index: 200;
}
.point-sales{
	text-align: right;
	width: 100%;
	overflow: hidden;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

/* Non-linear resizing on smaller screens */
@media screen and (min-width: 1025px) and (max-width: 1320px) {
.royalSlider {
	height: 600px !important;
	margin-top: -300px;
}
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
#content-slider {
	padding: 12px 0 12px;
}
.royalSlider {
	height: 600px !important;
	margin-top: -300px;
}
.contentSlider .car {
	max-width: 70%;
}
.contentSlider .bg {
	width: 400px;
	margin-left: -200px;
	bottom: 200px;
}
.btn.choose {
	font-size: 20px;
}
#nav-bar .logo {
	margin: 15px 0 10px 0;
}
#nav-bar .car-choice {
	margin-top: 15px;
}
.btn.blue {
	margin-top: 15px;
}
.btn.modify-selection {
	margin-top: 26px;
}
.rsContent {
	padding-top: 180px;
}
.rsContent .bg {
	position: absolute; /*bottom:350px;*/ /*bottom:380px;*/ /*top:-40px;*/
	top: 0;
	left: 50%;
	z-index: 1;
	width: 400px;
	height: 275px;
	margin-left: -200px;
}
.wrap {
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
	padding: 10px 20px 30px 20px;
}
#requests .checkbox-container {
	padding: 0;
}
#requests fieldset .icheckbox_minimal-blue {
	margin: 0 5px 10px 0;
}
#requests fieldset label {
	font-size: 14px;
}
.contact-infos fieldset {
	padding: 10px 25px 30px 25px;
}
.selectric {
	font-size: 15px;
}

.progress li{
	min-width: 160px;
}
.car-selection li a{
	padding-bottom: 1px;
}
}

@media screen and (min-width: 0) and (max-width: 640px) {
body {/*min-width:550px; font-size:22px;*/
	min-width: 320px;
	overflow-x: hidden;
}
#nav-bar .logo, #nav-bar .step-title, .rsContent .bg {
	display: none;
}
#nav-bar {
	min-height: 0;
	width: 100%;
	background: #17171e;
	padding: 0;
	text-align: left;
	overflow: visible;
}
#nav-bar .wrap {
	width: 100%;
	background: #444351; /*padding:15px 40px 30px 40px;*/
	padding: 8px 15px 15px 15px;
	position: absolute;
	display: none;
}
#nav-bar .wrap.full{
	display: block;
	padding: 0;
	background: none;
}
#nav-bar .lang {
	line-height: 58px;
	font-size: 16px;
	text-align: right;
	right: 15px;
	top: 0;
	-webkit-transform: translate(0%, 0%);
	-moz-transform: translate(0%, 0%);
	-o-transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
}
#nav-bar h1 {
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px; /*line-height:98px;*/
	line-height: 58px;
	font-weight: normal;
	text-align: left; /*padding:0 0 0 40px;*/
	padding: 0 0 0 20px;
	margin: 0;
}
#nav-bar .car-choice {
	background: #fff;
	color: #2a2934;
	width: 100%;/* margin-bottom:25px; height:78px;* font-size:25px;*/
	margin-bottom: 1em;
	height: 48px;
	font-size: 16px;
	font-family: 'peugeotregular', sans-serif;
}
#nav-bar .car-choice > span {
	margin-top: 0;
	padding: 0;
	position: absolute;
	top: 11px;
	left: 20px;
	height: auto;
	font-size: 13px;
}
#nav-bar .basket {
	display: block; /*background:#444351 url(../img/car-icon.png) no-repeat center 35px;*/
	background: #444351 url(../img/car-icon.png) no-repeat center 18px;
	-webkit-background-size: 48px auto;
	-moz-background-size: 48px auto;
	-o-background-size: 48px auto;
	background-size: 48px auto; /*width:125px; height:98px;*/
	width: 74px;
	height: 58px;
	position: absolute;
	top: 0;
	right: 50px;
	cursor: pointer;
}
#nav-bar .basket span {
	font-family: 'peugeotbold', sans-serif; /*font-size:22px;*/
	color: #fff;
	background: #007edb;
	display: block;
	text-align: center; /*width:30px;*/
	font-size: inherit;
	width: 1.364em;
	height: 1.364em;
	line-height: 1.45em;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	position: absolute; /*top:15px; right:13px;*/
	top: 6px;
	right: 6px;
}
#nav-bar .car-choice br {
	display: none;
}
#nav-bar .car-choice .my-choice {/*font-size:25px;*/
	font-size: 18px;
	color: #2a2934; /*line-height:78px;*/
	line-height: 48px;
	min-height: 0;
	padding: 0 20px;
}
#nav-bar .car-choice .my-choice img {
	display: none;
}
#nav-bar .col6 {
	width: 50%;
}
#container {
	margin-left: 0; /*min-width:550px; min-height:850px;*/
	min-width: 320px;
	min-height: 700px;
	padding-bottom: 50px;
}
.index #container {
	padding-bottom: 0;
}
#nav-bar .car-choice .my-choice .btn-delete {/*width:36px; height:36px; top:20px; right:20px;*/
	width: 30px;
	height: 30px;
	top: 10px;
	right: 10px;
}
#nav-bar .car-choice .my-choice .btn-delete span { /*height:6px; width:20px; margin-left:-10px;*/
	height: 5px;
	width: 17px;
	margin-left: -8.5px;
}
#nav-bar .car-choice .my-choice .request-choice {
	line-height: 25px;
	font-size: 20px;
}
#nav-bar .car-choice .my-choice .request-choice ul {
	margin-top: 28px;
}
#nav-bar .car-choice .my-choice .request-choice li {
	background-position: 0 8px;
}
#nav-bar .car-choice .my-choice .request-choice .modify {
	font-size: 20px;
}
/*hr{height:35px;}*/

.royalSlider {/*background-position:0 80px; top:560px; height:550px !important*/
	background-position: 0 -5%;
	margin: 0;
	position: relative;
	top: auto;
	height: 40% !important;
	-webkit-background-size: auto 64%;
	-moz-background-size: auto 64%;
	-o-background-size: auto 64%;
	background-size: auto 64%;
}
.rsContent {
	padding-top: 0px;
	margin-top: -30px;
}
/*.rsThumbs { position: absolute; bottom: 0; }*/
.rsOverflow {
	min-height: 70%;
}
.rsDefault .rsThumb.rsNavSelected {
	border: 3px solid #007edb;
}
.rsDefault .rsThumb {
	max-width: 60px;
}
.contentSlider .car {
	max-width: 76%;
}
#form {
	border-top: 1px solid #000;
}
.selectric .label {
	color: #000 !important;
	display: block;
	line-height: 36px;
	min-height: 36px;
	margin: 0 30px 0 0;
	overflow: hidden;
	padding-left: 15px;
	white-space: nowrap;
	/*font-size: 18px;*/
	font-size: 16px;
}
/*.selectricItems li{padding:15px 10px;}*/
.selectric .label, .selectricItems li {
	padding-left: 15px;
}
.selectric .button:after {
	background: url("/img/select-arrow-big.png") no-repeat 0 -1px;
	bottom: 0;
	content: " ";
	height: 12px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 10px;
	/*top: 30px;*/
	top: 22px;
	width: 20px;
	-webkit-background-size: 75% auto;
	-moz-background-size: 75% auto;
	-o-background-size: 75% auto;
	background-size: 75% auto;
}
.selectricHover .selectric .button:after {
	/*background:url(/img/select-arrow-big.png) no-repeat 0 bottom;*/
	background: url(/img/select-arrow-big.png) no-repeat 0 -28px;
	-webkit-background-size: 75% auto;
	-moz-background-size: 75% auto;
	-o-background-size: 75% auto;
	background-size: 75% auto;
}
.selectric .button:after, .selectricHover .selectric .button:after {
	top: 22px;
}
.f_brand {
	margin-bottom: 1em;
}
.col5,
.col7 {
	width: 100%;
}
.row {
	margin: 0;
}
.row .col5 {
	width: 100%;
	padding: 0;
	margin: 0;
}
.col4.other-pos {
	border-right-width: 0;
}
.col4.other-pos, .col7.input-group-container {
	width: 100%;
}
.btn.blue {
	font-size: 18px;
	margin: 0;
}
.btn.modify-selection {
	margin: 0;
}
.btn.next span {
	background: url(/img/btn-arrow-big.png) no-repeat right center;
	-webkit-background-size: 30px auto;
	-moz-background-size: 30px auto;
	-o-background-size: 30px auto;
	background-size: 30px auto;
	padding: 15px 30px 15px 0; /*font-size:30px;*/
	font-size: 17px;
}
#nav-bar .btn.next {
	padding: 0 20px;
}
.btn.choose {/*font-size:25px;*/
	font-size: 18px;
	padding: 10px 26px;
}
.progress {/*margin-top:90px;*/
	padding: 0; /*font-size:15px;*/
	font-size: 9px;
	background: #fff;
}
.progress li {/*margin:0 20px;*/
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	float: left;
	width: 33.3333333333%;
	padding: 13px 10px;
	line-height: 1.2em;
	min-width: auto;
}
.progress li span {/*font-size:19px; padding:5px;*/
	font-size: 16px;
	margin-bottom: 8px;
}
.progress li a {
	text-decoration: none;
}
.progress li.active{
	font-size: 9px;
}
/*.progress li .arrow-down{left:11px; bottom:-4px;}*/

.info {
	display: block;
	text-align: center;
	background: #e9e9e9;
	width: 90%;
	margin: 25px auto 0 auto;
	font-size: 25px;
	font-family: 'peugeotitalic', sans-serif;
	padding: 10px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: relative;
}
.info .arrow-down {
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 10px solid #e9e9e9;
	position: absolute;
	bottom: -9px;
	left: 50%;
	margin-left: -5px;
}
.car-body-choice {
	border-radius: 0;
}
.car-body {
	background: none;
	border: none;
	position: relative; /*height:100px;*/
	height: 78px;
	width: 100%;
	padding: 0;
	background: #fff;
}
.car-body .car-body-name {
	font-size: 20px;
	width: 65%;
	text-align: center; /*margin-top:38px;*/
	margin-top: 1.275em;
}
.car-body .car-body-name br {
	display: none;
}
.car-body .car-body-selection label {
	display: none;
}
.icheckbox_minimal-blue {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: none;
	border: 3px solid white;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; /*width:99%;height:95px;*/
	width: 100%;
	height: 78px;
	margin: 0;
}
.icheckbox_minimal-blue.checked {
	border: 3px solid #007edb;
}
.car-body.selected {
	border: none;
}
.car-body img {/*height:90px; width:auto;*/
	max-width: 35%;
	height: auto;
	margin: 0;
}
.car-body .car-body-selection {
	float: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
}
.btn-blue span {
	padding: 0 10px 2px 40px;
}
.btn.validate span{
	padding: 0 40px 2px 10px;
}
.icheckbox_small-blue {
	margin-top: 5px;
}
fieldset {
	background: none;
	border: none;
	border-radius: 0;
}
.contact-infos fieldset {
	padding: 10px 10px 30px 10px;
	margin-top: 25px;
}
#requests, .contact-infos {
	margin-left: -8px;
	margin-right: -8px;
}
#requests select, .contact-infos select {
	width: 100%;
	height: 40px;
	border: 1px solid #d6d6d6;
	background: #fff;
	border-radius: 3px;
	padding-left: 10px;
}
#requests .col:first-child, #requests .col {
	background: #fff;
	border: 1px solid #d6d6d6;
	float: none;
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 25px 0; /*padding:15px 20px; */
	padding: 15px 13px;
	position: relative;
}
#requests .col img {
	width: 100px;
	height: auto;
	float: left;
	max-width: 30%;
}
#requests fieldset .car-name {/*font-size:25px;*/
	font-size: 18px;
	float: right;
	width: 70%;
	text-align: left;
	margin-top: 15px;
}
#requests .checkbox-container {
	width: 47%;
	position: relative;
	padding: 0;
	margin: 10px 0;
	clear: none;
}
#requests .checkbox-container .icheckbox_minimal-blue {
	margin-left: -10px;
	margin-right: -10px;
}
#requests .checkbox-container:nth-child(odd) {
	float: left;
}
#requests .checkbox-container:nth-child(even) {
	float: right;
}
#requests fieldset label {/*font-size:20px;*/
	font-size: 16px;
	line-height: 16px;
	position: absolute;
	top: 9px;
	left: 10px;
	z-index: 10;
	margin: 0;
}
#requests .checkbox-container label {
	display: block;
	font-size: 13px;
	line-height: 1.2;
	top: 12px;
	padding: 4px 0 10px 50px;
}
#requests .checkbox-container label.catalog {
	left: 3px;
	padding-left: 45px;
}
#requests .icheckbox_small-blue {
	background: #f0f0f0;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 2px solid #fff;
	height: 60px;
	width: 100%;
	z-index: 1;
	position: relative;
	margin: 0;
}
#requests .icheckbox_small-blue.checked {
	border: 2px solid #007edb;
}
#requests .icheckbox_small-blue.checked:after {
	content: url(/img/icon-selected.png);
	position: absolute;
	right: -15px;
	top: -15px;
}
#requests .btn, .contact-infos .btn {
	font-size: 28px;
	// line-height: 0;
	padding: 15px 20px;
	width: 100%;
}
#requests .input-group-btn .btn {
	font-size: 26px;
}
/*#requests .btn {padding: 0 20px;}*/
#requests .btn span, .contact-infos .btn span {
	background: url(/img/btn-arrow-right.png) no-repeat right;
	padding: 15px 55px 15px 0;
}
#requests .btn-delete {/*width:36px; height:36px;*/
	width: 30px;
	height: 30px;
	background: url(/img/delete-bg.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
	cursor: pointer;
}
#requests .btn-delete span {
	background: #fff;
	display: block;
	width: 18px;
	height: 6px;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	left: 50%;
	margin-left: -9.5px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#requests .btn-delete span:first-child {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#nav-bar .car-choice .my-choice .btn-delete span { /*height:6px; width:20px; margin-left:-10px;*/
	height: 5px;
	width: 17px;
	margin-left: -8px;
}
.inline-form .iradio_minimal-blue {
	margin-top: 14px;
}
input[type="text"] {
	height: 48px;
	padding: 5px 10px 5px 15px;
}
.contact-infos .checkbox-container label {
	font-size: 18px;
}
.bottom {/*display:block;*/
	display: table !important; /*position:absolute; top:820px;*/
	left: 0;
	width: 100%;
	padding: 30px 15px 20px 15px;
}
.bottom, .bottom * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.bottom > * {
	display: table-cell !important;
	vertical-align: middle;
	height: 48px;
}
.bottom .btn {
	float: right;
	width: 75%; /*padding:15px 20px; font-size:30px;*/
	padding: 0 20px;
	font-size: 18px;
	text-align: center;
}
.btn.next span {
	font-size: 16px;
}
.intro .btn span{
	padding: 15px 40px 15px 0;
}
.bottom .btn span {
	background: url(../img/btn-arrow-right.png) no-repeat right center;
	padding: 15px 30px 15px 0;
}
.bottom .basket {/*background:url(../img/car-icon.png) no-repeat 0 bottom;*/
	background: url(../img/car-icon.png) no-repeat center -72px;
	-webkit-background-size: 56px auto;
	-moz-background-size: 56px auto;
	-o-background-size: 56px auto;
	background-size: 56px auto; /*width:17%; height:40px;*/
	width: 20%;
	margin-right: 5%;
	min-width: 56px;
	position: relative;
	float: left; /*margin-right:10px; margin-top:17px;*/
}
.bottom .basket span {
	font-family: 'peugeotbold', sans-serif; /*font-size:22px;*/
	color: #fff;
	background: #007edb;
	display: block;
	text-align: center;  /*width:30px;*/
	font-size: inherit;
	width: 1.364em;
	height: 1.364em;
	line-height: 1.45em;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	position: absolute; /*top:-8px; left:55px;*/
	top: 5%;
	right: 0;
}
.car-body-choice {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	left: 0;
	margin-left: 0;
}
.car-body-choice-mini {
	width: 100%;
	margin-left: 0;
	text-align: center;
}
.car-body-choice h2 {/*font-size:30px;*/
	font-size: 20px;
}
.car-body-choice h3 {/*font-size:20px;*/
	font-size: 16px;
}
.btn.validate-selection {
	display: none;
}
.car-body-choice .modify-selection {
	float: none !important;
	padding: 0 10px 2px 40px;
	padding: 10px;
	font-family: 'peugeotitalic', sans-serif;
	font-size: 20px;
	background-color: #2ba5cf;
	background-image: -moz-linear-gradient(top, rgba(43,165,207,0) 0%, rgba(31,102,160,1) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(43,165,207,0)), color-stop(100%, rgba(31,102,160,1)));
	background-image: -webkit-linear-gradient(top, rgba(43,165,207,0) 0%, rgba(31,102,160,1) 100%);
	background-image: -o-linear-gradient(top, rgba(43,165,207,0) 0%, rgba(31,102,160,1) 100%);
	background-image: -ms-linear-gradient(top, rgba(43,165,207,0) 0%, rgba(31,102,160,1) 100%);
	background-image: linear-gradient(to bottom, rgba(43,165,207,0) 0%, rgba(31,102,160,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002ba5cf', endColorstr='#1f66a0', GradientType=0 );
}
.car-body-choice .modify-selection:hover {
	color: white;
}
.car-selection li{
	width: 49.5%;
}
.car-selection li a{
	max-height: 340px;
	padding-bottom: 10px;
}
.car-selection h2{
	font-size: 15px;
	margin: 30px 0;
}
.valid-selec h2{
	font-size: 15px;
}
.valid-selec .btn.validate span{
	padding: 0 40px 0 15px;
}
.valid-selec .btn.blue{
	font-size: 12px;
	display: block;
	width: 95%;
	margin: 0 auto;
	text-align: center;
	margin-top: 10px;
}

.valid-selec form{
	display: block;
}
.step2 .profile-container,
.step2 .purchase-container{
	width:100%;
}

.inline-form label{
	margin-right: 0;
}

#requests .btn, .contact-infos .btn{
	padding: 9px 20px 15px 20px;
	font-size: 19px;
}

}

@media screen and (min-width: 0) and (max-width: 480px) {
	.car-selection li{
		width: 100%;
		margin: 0 0 2px 0;
	}
}

/* -------------------------
 *   Extra Media Queries
 * ------------------------- */
@media only screen and (min-width: 640px) {
/*body {
	min-height: 650px*/
} /*same height as navbar*/
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
.rsVisibleNearbyWrap {
	min-height: 420px;
}
}

@media only screen and (min-width: 1025px) {
.rsVisibleNearbyWrap {
	min-height: 560px;
}
}

/* -------------------------
 *   HEIGHT Media Queries
 * ------------------------- */
@media only screen and (min-width: 641px) and (max-height: 815px) {
.rsVisibleNearbyWrap {
	min-height: 526px;
}
.royalSlider {
	height: 600px !important;
	margin-top: -300px;
}
.rsContent .bg {
	position: absolute; /*bottom:350px;*/ /*bottom:380px;*/ /*top:-40px;*/
	top: 0;
	left: 50%;
	z-index: 1;
	width: 400px;
	height: 275px;
	margin-left: -200px;
}
}

@media only screen and (max-height: 815px) and (max-width: 1024px) {
.rsVisibleNearbyWrap {
	min-height: 500px;
}
}

@media only screen and (min-width: 641px) and (max-height: 682px) {
.home #nav-bar {
	/*position: absolute;*/
} /*same height as navbar*/
#nav-bar .logo {
	margin: 18px 0 18px 0;
}
}

@media only screen and (min-width: 35em) {
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),  only screen and (min-resolution: 144dpi) {
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
 *text-indent: -9999px;
}
.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
}
.hidden {
	display: none !important;
	visibility: hidden;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible {
	visibility: hidden;
}
.clearfix {
	clear: both;
}
br.clearfix:before, br.clearfix:after {
	content: " ";
	display: table;
}
br.clearfix:after {
	clear: both;
}
/* ==========================================================================
   HACK IE
   ========================================================================== */
/*IE8 and below*/
.lt-ie9 #nav-bar .car-choice .my-choice .btn-delete {
	background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/delete-bg.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/delete-bg.png', sizingMethod='scale')";
}
.lt-ie9 .bg .mask1 {
	background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/mask1.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/mask1.png', sizingMethod='scale')";
}
.lt-ie9 .bg .mask2 {
	background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/mask2.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/mask2.png', sizingMethod='scale')";
}
.lt-ie9 .bg .mask3 {
	background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/mask3.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/mask3.png', sizingMethod='scale')";
}
/* Media queries */
.lt-/*ie9 .home #nav-bar {
	position: absolute;*/
} /*same height as navbar*/
.lt-ie9 .rsVisibleNearbyWrap {
	min-height: 526px;
}
.lt-ie9 .royalSlider {
	height: 600px !important;
	margin-top: -300px;
}
.lt-ie9 .rsContent .bg {
	position: absolute; /*bottom:350px;*/ /*bottom:380px;*/ /*top:-40px;*/
	top: 0;
	left: 50%;
	z-index: 1;
	width: 400px;
	height: 275px;
	margin-left: -200px;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
* {
	background: transparent !important;
	color: #000 !important; /* Black prints faster: h5bp.com/s */
	box-shadow: none !important;
	text-shadow: none !important;
}
a,  a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
/*
     * Don't show links for images, or javascript/internal links
     */

.ir a:after,  a[href^="javascript:"]:after,  a[href^="#"]:after {
	content: "";
}
pre,  blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group; /* h5bp.com/t */
}
tr,  img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
@page {
	margin: 0.5cm;
}
p,  h2,  h3 {
	orphans: 3;
	widows: 3;
}
h2,  h3 {
	page-break-after: avoid;
}
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{outline:0;}
  
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxClose{position:absolute; top:15px; right:15px; background:url(/img/popin-close.jpg?v1) no-repeat 0 0; width:24px; height:24px; text-indent:-9999px;}
/* NEW */

/*#nav-bar {background: #152032 none repeat-x scroll 0 0;}*/
#nav-bar .step-title {background: #007edb none repeat scroll 0 0;font-size: 14px;}
#nav-bar .step-title .arrow-down {border-top: 5px solid #007edb;}

#nav-bar .car-choice .my-choice img {margin: 10px auto;}

#nav-bar .btn.blue {background-color: #007edb;background-image:none;border-radius:0;border-bottom:3px solid #0062c5;font-size: 12px;text-align: center;}
#nav-bar .btn.blue:hover {background-color: #0062c5;}
#nav-bar .btn.next span {background: rgba(0, 0, 0, 0) none no-repeat scroll right center;padding: 3px 0;}
#nav-bar .btn.back span {background-position:  left 5px center;}

#map {
  height: 500px;
      }

/* map */
#map *,#map *:before, #map *:after {
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
    line-height: initial
}
#map .cluster{
    text-align: center;
    width: 60px !important;
    height: 67px !important;
    background-repeat: no-repeat;
    box-sizing: border-box;
}
.mapDealerTitle {
    color: #235cae;
    font-size: 1.1rem;
    margin: 0 0 2px;
    font-weight: bold;
    margin-top: 25px;
    display: block;
}
.mapDealerContent{
    display: block;
    margin: 10px 0;
    font-family: peugeotregular,sans-serif;
}
.gm-style .gm-style-iw {
   margin-left: 12px;
    font-size: 14px;
}