/* =Common Styles
-------------------------------------------------------------- */
@font-face {
 font-family: 'muliblack';
 src: url('../fonts/muli-black-webfont.woff2') format('woff2'), url('../fonts/muli-black-webfont.woff') format('woff');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'mulibold';
 src: url('../fonts/muli-bold-webfont.woff2') format('woff2'), url('../fonts/muli-bold-webfont.woff') format('woff');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'muliextrabold';
 src: url('../fonts/muli-extrabold-webfont.woff2') format('woff2'), url('../fonts/muli-extrabold-webfont.woff') format('woff');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'muliregular';
 src: url('../fonts/muli-regular-webfont.woff2') format('woff2'), url('../fonts/muli-regular-webfont.woff') format('woff');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'mulisemibold';
 src: url('../fonts/muli-semibold-webfont.woff2') format('woff2'), url('../fonts/muli-semibold-webfont.woff') format('woff');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'muliitalic';
 src: url('../fonts/muli-italic-webfont.woff2') format('woff2'), url('../fonts/muli-italic-webfont.woff') format('woff');
 font-weight: normal;
 font-style: normal;
}

@font-face {
  font-family: 'customicon';
  src: url('../fonts/custom.eot');
  src: url('../fonts/custom.eot?#iefix') format('embedded-opentype'), 
  url('../fonts/custom.woff') format('woff'), 
  url('../fonts/custom.ttf') format('truetype'), 
  url('../fonts/custom.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'customicon' !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-bagage-noir:before {
  content: "\e900";
}
.icon-bagage-noir2:before {
  content: "\e900";
}
.icon-boite-A-noir:before {
  content: "\e901";
}
.icon-boite-M-noir:before {
  content: "\e902";
}
.icon-clim-noir:before {
  content: "\e903";
}
.icon-porte-noir:before {
  content: "\e904";
}
.icon-siege-noir:before {
  content: "\e905";
}

html, body {
	height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'mulisemibold';
	font-weight: normal;
}

h1, h3 {
	color: #fcd600;
}
.bgwhite h1, .bgwhite h3 {
	color: #000;
}
h4.recaploc {
	display: inline;
}
body {
	color: #ffffff;
	font-size: 17px;
	font-family: 'mulisemibold';
	font-weight: normal;
    background:#efefef;
}
.bgwhite {
    color: #000;
}
*, *:focus {
	outline: none !important;
}
* {
	padding: 0;
	margin: 0;
}
a:hover, a:focus {
	text-decoration: none;
}
img {
	max-width: 100%;
}
.has-fixed-nav body {
	padding-top: 50px;
}
.center {
	text-align: center;
}
.grey {
	color: #999;
}
.bleu {
	color: #0186b2;
}
.up {
	text-transform: uppercase;
}
.clear {
	clear: both;
}
p {
	margin-bottom: 20px;
	font-size: 14px;
}
ul {
	list-style: none;
}
a {
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
a:hover {
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.section {
	min-height: 400px;
	background-color: #fff;
	padding-bottom: 70px;
	padding-top: 70px;
	overflow: hidden;
}
.section hr {
	width: 90px;
	border-top: 2px solid transparent;
}
.title {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 45px;
	float: none;
}
.title h2 {
	color: #2e2e2e;
	font-size: 34px;
	font-weight: 300;
	position: relative;
}
.icon-titre {
	margin: 0;
	width: 70px;
	display: inline-block;
}
.icon-titre img {
	max-width: 60px;
	height: auto;
}
.title h2:after {
	content: '';
	background: #0186b2;
	height: 2px;
	position: absolute;
	width: 110px;
	bottom: 0;
	left: 70px;
}
.title p {
	font-weight: 300;
	text-align: center;
	color: #888;
	font-size: 15px;
}
.btn-empty {
	font-family: 'muliblack';
	line-height: 28px;
	overflow: hidden;
	display: inline-block;
	background: none;
	color: #000000;
	padding: 5px 15px 0;
	font-size: 13px;
	color: #ffd200;
	border: 1px solid #ffd200;
	text-transform: uppercase;
	border-radius: 0;
}
.btn-empty:hover {
	background: #ffd200;
	color: #000000;
}
.parallax {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.parallax-overlay {
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: rgba(1, 134, 178, 0.9);
}
#mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 10000;
	height: 100%;
}
#loader {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url("../images/loading.gif");
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}
#home {
	color: #ffffff;
	display: block;
	position: relative;
	min-height: 250px;
	overflow: hidden;
}
.reserver-block {
	border: 1px solid #ffd100;
	padding: 20px;
	margin: 0 0 30px;
	position: relative;
}
.reserver-block form {
	position: relative;
}
.reserver-block h1 {
	font-size: 20px;
	text-transform: uppercase;
	color: #ffd100;
	margin: 0 0 15px;
}
.placepicker-map {
	width: 100%;
	height: 300px;
}
.another-map-class {
	width: 100%;
	height: 300px;
}
.pac-container {
	border-radius: 0;
}
.from-input {
	padding: 15px;
	background: #fff;
}
.from-input .form-group {
	margin-bottom: 0;
}
.datepicker-calendar {
	opacity: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: -1;
	background: #ffffff;
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.67);
	-webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.67);
}
.datepicker-calendar .month-wrapper {
	width: 100% !important;
	border: none !important;
}
.datepicker-calendar .gap {
	display: none;
	opacity: 0 !important;
}
.datepicker-calendar .month1, .datepicker-calendar .month2 {
	width: 40% !important;
	margin: 20px 40px;
}
.datepicker-calendar .date-picker-wrapper {
	display: block;
	border: none;
	background-color: #ffffff;
}
.datepicker-calendar .date-picker-wrapper .month-wrapper table .day.real-today.checked, .datepicker-calendar .date-picker-wrapper .month-wrapper table .day.real-today.hovering {
	background-color: #0f0f0f;
	border-radius: 0;
}
.datepicker-calendar .date-picker-wrapper .drp_top-bar {
	display: none;
}
.date-picker-wrapper .month-name {
	text-transform: none;
	font-family: 'mulibold';
	font-size: 15px;
}
.datepicker-calendar .ui-widget-header {
	border: none;
	background: #fff;
	color: #333333;
	font-weight: bold;
}
.ui-widget.ui-widget-content {
	border: none;
	width: 100% !important;
}
.ui-widget.ui-widget-content.normaldatepicker {
	border: none;
	width: auto !important;
}
.datepicker-calendar .date-picker-wrapper .first-date-selected {
	background-color: #000000!important;
	color: #fff!important;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}
.date-picker-wrapper .month-wrapper table .day.real-today {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.datepicker-calendar .date-picker-wrapper .last-date-selected {
	background-color: #000000 !important;
	color: #fff !important;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}
.date-picker-wrapper .month-wrapper table .day.checked {
	background-color: #0f0f0f;
	color: #fff!important;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
	background-color: #0f0f0f !important;
	color: #fff!important;
}
.datepicker-calendar .date-picker-wrapper .month-wrapper table .day.toMonth.valid {
	color: #000000;
}
.datepicker-calendar .date-picker-wrapper .month-wrapper table .day {
	padding: 14px;
	font-size: 14px;
}
.date-picker-wrapper .month-wrapper table th {
	color: #000;
}
.date-picker-wrapper .month-wrapper table .week-name {
	text-transform: none;
}
.ui-widget-header .ui-icon {
	background-image: url(../images/icons/calender-icon.png);
}
.date-picker-wrapper table .caption .next, .date-picker-wrapper table .caption .prev {
	padding: 0 5px;
	cursor: pointer;
	background-image: url(../images/icons/calender-icon.png);
	width: 20px;
	height: 20px;
	text-indent: 9999px;
	overflow: hidden;
	display: block;
}
.date-picker-wrapper table .caption .prev {
	background: url(../images/icons/calender-icon.png) no-repeat 0 0;
}
.date-picker-wrapper table .caption .next {
	background: url(../images/icons/calender-icon.png) no-repeat -49px 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	border: none;
}
.date-picker-wrapper table .caption .prev:hover {
	background: #ffffff url(../images/icons/calender-icon.png) no-repeat 0 -35px;
}
.date-picker-wrapper table .caption .next:hover {
	background: #ffffff url(../images/icons/calender-icon.png) no-repeat -49px -35px;
	border: none;
}
.ui-icon {
	width: 20px;
	height: 20px;
}
.pac-item {
	cursor: default;
	padding: 8px 15px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 30px;
	text-align: left;
	border-top: 1px solid #e6e6e6;
	font-size: 15px;
	color: #acacaf;
}
.pac-container {
	border-radius: 0;
	box-shadow: none;
	margin: 5px 0 0;
}
.pac-matched {
	font-weight: 700;
	color: #000;
	font-size: 15px;
	color: #000000;
}
.pac-item-query {
	font-size: 15px;
	padding-right: 3px;
	color: #000000;
}
.pac-container:after {
	display: none
}
#collapseMaps, .allwidth #collapseMaps, #collapseMaps-end {
	position: absolute;
	z-index: 999;
	top: 75px;
	left: 15px;
	right: 20px;
	background: #ffffff;
}
#collapseMaps-end {
	left: 5px;
}
#collapseMaps {
	right: 5px;
}
#collapseMaps .thumbnail, #collapseMaps-end .thumbnail {
	border-radius: 0;
}
.allwidth {
	width: 100%;
	padding: 0 15px !important;
}
.hidding {
	display: none;
}
.showing {
	display: block !important;
}
.reserv-left .input-group-btn {
	position: absolute;
	right: 14px;
	top: 22px;
	z-index: 9;
	width: auto;
}
.reserv-left .input-group {
	display: block;
}
.reserv-left .input-group-btn .btn-default {
	border: none;
	color: #22567d;
	font-size: 11px;
	text-decoration: underline;
}
.reserv-left .input-group-btn .btn-default:hover {
	color: #fcd700;
	background: #ffffff;
}
.reserv-left .input-group-btn .btn:active, .reserv-left .input-group-btn .btn-default:active {
	box-shadow: none;
}
.recherche-vehicules .ui-state-default, .ui-widget-content .ui-state-default {
	background: #ffd100 !important;
	color: #000000 !important;
}
.ui-widget-content.normaldatepicker .ui-state-active {
	background: #f6f6f6 !important;
}
.ui-datepicker td span, .ui-datepicker td a {
	padding: 9px !important;
	text-align: center !important;
}
.ui-state-active {
	background: #000000 !important;
	color: #ffffff !important;
	border-radius: 5px;
}
.reserv-left {
	padding: 0 0 0 15px;
}
.reserv-left2 {
	padding: 15px 0 0 15px !important;
}
.reserv-left .form-group {
	margin: 0 5px 5px;
}
 .col-pickup-location .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn), .col-dropoff-location .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
 width: 120px;
 display:inline-block;
 margin:-5px 0 0;
}
.allwidth.col-pickup-location .bootstrap-select {
	display:none !important;
}
.col-pickup-location .bootstrap-select {
	display:inline-block !important;
}
.allwidth.col-pickup-location .bootstrap-select.btn-group .dropdown-toggle .caret {
	display: none;
}
.reserv-left .bootstrap-select .btn-default {
	color: #000000;
	background-color: #fff;
	border-color: #fff;
	padding: 0 15px;
	text-transform:uppercase;
	font-family: 'mulibold';
	font-size:15px;
}
.reserv-left .bootstrap-select.btn-group .dropdown-toggle .caret {
	right: 5px;
}
.reserv-left .btn-group.open .dropdown-toggle {
	box-shadow: none
}
.bootstrap-select.departselect:before {
	position:absolute;
	content:"";
	width:10px;
	height:10px;
	border-radius:50%;
	background:#545454;
	left: 3px;
	z-index: 9;
	top: 5px;
}
.bootstrap-select.retouslect:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #ffd100;
	left: 3px;
	z-index: 9;
	top: 5px;
}
.col-pickup-location .form-group, .col-dropoff-location .form-group {
	margin: 0 5px 5px 0;
	background:#ffffff;
	height:70px;
	padding: 25px 15px 0;
}
.reserv-left label {
	color:#878383;
	font-size:18px;
	margin:0 15px 0 0;
}
.allwidth.col-pickup-location .voiplan {
	display:inline-block !important;
}
.voiplan {
	color: #0067ae;
	font-size: 11px;
	text-decoration: underline;
	float:right;
	display:none;
	margin:3px 0 0;
}
.voiplan:hover {
	color: #000000;
}
.col-pickup-location .adressin, .col-pickup-location .adressaout {
	display:none;
}
.col-pickup-location.allwidth .adressin, .col-pickup-location.allwidth .adressaout {
	display:inline-block !important;
}
.adressin, .adressaout {
	color: #000000;
	padding: 0 5px;
	text-transform:uppercase;
	font-family: 'mulibold';
	display:inline-block;
	position:relative;
	font-size:15px;
}
.reserv-left .form-control {
	display: block;
	font-family: 'mulibold';
	width: 100%;
	height: 70px;
	padding: 5px 12px;
	font-size: 16px;
	line-height: 62px;
	color: #000000;
	background-color: #fff;
	border-bottom: 4px solid #ffffff;
	border-radius: 0;
	box-shadow: none;
	margin: 0 0 5px;
}
.advanced-placepicker.form-control:focus {
	border-bottom: 4px solid #ffd100 !important;
	border: none;
}
.reserv-right {
	padding: 0 15px 0 5px
}
.reserv-right .row {
	margin: 0 -5px;
}
.visible {
	opacity: 1;
	z-index: 99;
}
.focused {
	position: relative;
	z-index: 9;
}
.focused:after {
	background: #ffd100;
	content: "";
	height: 4px;
	bottom: 0;
	width: 100%;
	left: 0;
	z-index: 999;
	position: absolute;
}
.fromdate, .todate {
	position: relative;
	padding: 0 5px;
}
.inerform {
	background: #ffffff;
	padding: 0 15px;
	color: #000000;
	font-family: 'mulibold';
	font-size: 15px;
	height: 70px;
	line-height: 70px;
}
.col-pickup-location {
	padding: 0 0 0 15px;
}
.col-dropoff-location {
	padding: 0 15px 0 0;
	display: none;
}
.Radio-RadioButtonSet label .label-text {
	text-transform: uppercase;
	font-size: 13px;
	font-family: 'mulibold';
	margin: 0 10px 15px 0;
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.Radio-RadioButtonSet label:hover .label-text:after {
	transform: scale(1);
}
.Radio-RadioButtonSet label .label-text:after {
	content: "";
	position: absolute;
	bottom: -0.4em;
	width: 100%;
	height: .2em;
	background: #ffffff;
	left: 0;
 transition: transform .2s ease-in-out;
	transform: scale(0);
}
.Radio-RadioButtonSet .label-checked .label-text:after {
 transition: transform .2s ease-in-out;
	transform: scale(1);
}
.Topcalendar {
	background: #f2f2f8;
	padding: 20px 15px;
}
.Topcalendar .ui-widget.ui-widget-content {
	border: none;
}
.Topcalendar .ui-widget-content {
	background: #a4a3b6;
}
.Topcalendar .ui-slider-horizontal {
	height: 4px;
}
.Topcalendar .ui-slider-horizontal .ui-slider-handle {
	top: -.5em;
	border-radius: 50%;
}
.Topcalendar .ui-widget-header {
	background: #ffd100;
}
.validbottom {
	text-align: right;
	padding: 15px 0 0;
}
.mobileBlock {
	display:none;
	text-align:center;
}
.mobileBlock .inerform {
	display:inline-block;
	height:auto;
	padding: 15px 0 0;
}
.timereserv {
	color:#333333;
}
.slectTime {
	font-size: 12px;
	color: #000000;
	background: #f2f2f8;
	border: none;
	display: none;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
 width: 80px;
 display: none;
}
.bootstrap-select .btn-default {
	color: #333;
	background-color: #f2f2f8;
	border-color: #f2f2f8;
	padding: 0px 10px;
}
.txt-mobile {
	display:none;
}
.timebox {
	font-family: 'muliregular';
	display: inline-block;
	margin: 0 0 0 10px;
}
.mobile-time {
	font-family: 'muliregular';
	display: none;
	margin: 0 0 0 10px;
}
.coltime {
	padding: 0 15px;
}
.col-title {
	color: #717585;
	font-size: 12px;
	padding: 0;
	text-align: center;
}
.col-title .fromtime-Val, .col-title .totime-Val {
	color: #000000;
}
.two-inputs .desktopBlock label {
	color: #878383;
	font-size: 16px;
	margin-top: -12px;
	position: absolute;
}
.two-inputs .desktopBlock .from_container, .two-inputs .desktopBlock .to_container {
	position: absolute;
	margin-top: 14px;
}

.two-inputs .desktopBlock .glyphicon.glyphicon-calendar {
	color: #878383;
	position: absolute;
	top: 15px;
	right: 20px;
}


.col-slider {
	padding: 5px 15px 0;
}
.left-Block, .right-Block {
	padding-top: 30px;
}
.home-slider {
	color: #fff;
	position: relative;
	overflow: hidden;
	padding: 0 0 30px;
}
.home-slider .slides li {
	position: relative;
}
.home-slider .slides li img {
	width: 100%;
	height: auto;
}
.home-slider .slides {
	list-style: none;
}
.captionslide {
	position: absolute;
	top: 50px;
	left: 45%;
	z-index: 99;
	padding: 0 30px;
}
.home-slider .slides > li h1 {
	font-size: 32px;
	margin: 5px 0 15px;
	vertical-align: middle;
	display: block;
	line-height: 40px;
	text-transform: uppercase;
    color: #ffffff;
    text-shadow:1px 1px 5px #222;
}
.home-slider .slides > li h1 span {
	color: #ffd100;
}
.home-slider .slides p {
	font-size: 20px;
	line-height: 28px;
}
.bienvenue-title {
	color: #ffffff;
	font-size: 50px;
	display: block;
	font-weight: 300;
}
.page-slider {
	position: relative;
	background:url(../images/bg/2.jpg);
	height: 100vw;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	transition: all 0.4s ease 0s;
	max-height:670px;
}
.page-slider img {
	width: 100%;
	height: auto;
}
.moment-affair {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translatey(-50%);
	-moz-transform: translateX(-50%) translatey(-50%);
	transform: translateX(-50%) translatey(-50%);
	z-index: 9;
	width:65%;
}
.header-title {
	background: rgba(0, 0, 0, .7);
	padding: 15px 15px 10px;
}
.header-title h1 {
	text-transform: uppercase;
	color: #ffffff;
	margin: 0;
	font-size: 25px;
	line-height: 28px
}
.header-title h1 span {
	display: block;
	color: #ffd100;
}
.affair-image {
	background: #ffffff;
	padding: 30px;
}
.affair-image {
	width: 100%;
	height: auto;
}
.bottom-affair {
	text-align: center;
	padding: 15px 0;
}
.inner-infos-af {
	display: inline-block;
}
.infos-top {
	border-bottom: 1px solid #ffd100;
	padding: 0 0 10px;
	margin: 0 0 15px;
	color: #ffffff;
}
.km-infos {
	font-size: 18px;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 15px 0 0;
}
.price-infos {
	font-size: 25px;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 15px 0 0;
	color: #ffd100;
}
.bottom-affair a, .box-lists a {
	display: inline-block;
	background: #ffd100;
	color: #000000;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 35px;
	padding: 2px 8px 0;
	font-family: 'muliblack';
}
.bottom-affair a:hover, .box-lists a:hover {
	background: #ffffff;
	color: #000000;
}
.box-lists {
	padding: 50px 0;
	border-bottom: 1px solid #545454;
}
.box-lists:last-child {
	border-bottom: none;
}
.head-cars-infos {
	border-bottom: 1px solid #ffd100;
	padding: 0 0 5px;
	line-height: 25px;
	margin: 0 0 15px;
	color: #000;
}
.car-model {
	font-size: 25px;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 15px 0 0;
}
.cars-price {
	font-size: 35px;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 15px 0 0;
	color: #000;
}
.cars-price .small {
	font-size: 70%;
}
.attributes-summary {
	margin: 10px 0;
	font-size: 15px;
	line-height: 30px;
    font-family: 'mulibold';
}
.attributes-summary .attribute {
	margin: 0 5px 0 0;
}
.attributes-summary > span{
    padding-right:7px;
}
.attribute {
	color: #000;
	display: inline-block;
	line-height: 25px;
	margin: 0 10px 0 0;
}
.attribute2{
	color: #000;
	display: inline-block;
	margin:0;
    font-size:25px;
}
.attribute2{
	color: #000;
	display: inline-block;
	margin:0;
    font-size:20px;
}
.passengers-attr {
	background: url(../images/icons/siege-icon.png) no-repeat left 0;
	padding: 0 0 0 23px;
	font-family: 'muliextrabold';
}
.door-attr {
	background: url(../images/icons/door-icon.png) no-repeat left 0;
	padding: 0 0 0 28px;
	font-family: 'muliextrabold';
}
.air-conditioning {
	background: url(../images/icons/clim-icon.png) no-repeat left 0;
	padding: 0 0 0 28px;
	font-family: 'muliextrabold';
}
.vitesse-attr {
	background: url(../images/icons/boite-icon.png) no-repeat left 0;
	padding: 0 0 0 22px;
	font-family: 'muliextrabold';
}
.img-vehicules img {
	width: 100%;
	height: auto;
	border: 9px solid #ffffff;
}
.avantages-block {
	background: #ffffff;
	position: relative;
	padding: 15px;
	color: #000000;
	margin: 50px 0;
}
.title-avntg {
	text-align: center;
}
.inner-title {
	background: #ffd100;
	padding: 15px 30px;
	display: inline-block;
	margin: 0;
	position: relative;
}
.avantages-block:after {
	border-left: 75px solid transparent;
	border-right: 75px solid transparent;
	border-bottom: 45px solid #ffd100;
	bottom: -15px;
	content: "";
	left: 50%;
	margin-left: -75px;
	position: absolute;
}
.avantages-block h2 {
	text-transform: uppercase;
	color: #000000;
	font-size: 35px;
	margin: 10px 0 0;
}
.avantages-block h2 img {
	position: relative;
	top: -10px;
}
.text-avnt {
	text-align: center;
	padding: 30px 0 10px;
}
.avantages-block p {
	color: #000000;
	font-family: 'muliblack';
}
.avantages-block h3 {
	text-transform: uppercase;
	font-family: 'muliblack';
	color: #000000;
	font-size: 30px;
	text-align: center;
	letter-spacing: 3px;
}
.avantages-block ul {
	list-style: none;
	padding: 15px 0 5px;
}
.avantages-block ul li {
	font-family: 'mulibold';
	font-size: 20px;
	padding: 0 0 0 25px;
	background: url(../images/icons/puce-jaune.png) no-repeat left 3px;
	margin: 0 0 15px;
}
.btn-down {
	display: inline-block;
	background: #000000;
	color: #ffd100;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 35px;
	padding: 5px 15px 0;
	font-family: 'muliblack';
}
.btn-down:hover {
	background: #ffd100;
	color: #000000;
}
.reserv-left [type="radio"]:checked, .reserv-left [type="radio"]:not(:checked) {
 position: absolute;
 left: -9999px;
}
.reserv-left [type="radio"]:checked + label, .reserv-left [type="radio"]:not(:checked) + label {
 position: relative;
 padding-left: 17px;
 cursor: pointer;
 line-height: 20px;
 display: inline-block;
 color: #000000;
 font-size:15px !important;
}
.reserv-left [type="radio"]:checked + label:before, .reserv-left [type="radio"]:not(:checked) + label:before {
 content: '';
 position: absolute;
 left: 0;
 top: 3px;
 width: 11px;
 height: 11px;
 border-radius: 50%;
 background: #545454;
}
.reserv-left [type="radio"]:checked + label:after, .reserv-left [type="radio"]:not(:checked) + label:after {
 content: '';
 width: 11px;
 height: 11px;
 background: #ffd100;
 position: absolute;
 top: 3px;
 left: 0;
 border-radius: 50%;
 -webkit-transition: all 0.2s ease;
 transition: all 0.2s ease;
}
.reserv-left [type="radio"]:not(:checked) + label:after {
 opacity: 0;
 -webkit-transform: scale(0);
 transform: scale(0);
}
.reserv-left [type="radio"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.content2{
    padding-bottom:25px;
}
.bgblack{
    background: #000;
}
.bgwhite{
    background: #fff;
}
.topnav {
	padding: 0;
	margin: 0;
	border-radius: 0;
	border: 0;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.navbar-fixed-top {
	padding:0;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.topnav .navbar-nav > li > a {
	text-transform: uppercase;
	color: #999;
}
.topnav .navbar-nav > .active > a, .topnav .navbar-nav > .active > a:hover, .topnav .navbar-nav > .active > a:focus {
	background-color: #fff;
}
.logo {
	height: 56px;
	padding: 0 0 0 40px;
}
.top-header {
    padding:45px 0 0 0;
}
.bottom-header {
	position: relative;
}
.right-nav {
	padding: 13px 15px 0;
}
.menuTop {
	float: left;
	margin: 5px 15px;
}
.menuTop li {
	display: inline-block;
	border-right: 1px solid #000000;
	font-size: 13px;
}
.menuTop li:last-child {
	border-right: none;
}
.menuTop li a {
	color: #000000;
	padding: 0 10px;
	line-height: 15px;
}
.menuTop li a:hover {
	color: #0186b2;
}
.smart-block {
	display: none
}
.w-search {
	float: right;
	position: relative;
}
.w-search-show {
	background: url(../images/icons/zoom-smul.png) no-repeat center center;
	height: 30px;
	width: 30px;
	cursor: pointer;
	display: block;
	font-size: 18px;
	line-height: inherit;
	text-align: center;
	transition: color 0.3s ease 0s;
}
.search-content {
	display: none;
	margin: 0 0 10px;
	position: absolute;
	right: 25px;
	top: -10px;
	width: 190px;
	z-index: 999;
}
.search-content .search-form {
	display: block;
	padding: 0;
	position: relative;
	margin: 10px 0;
}
.search-content form .search-field {
	background: #ffffff;
	border: 1px solid #0186b2;
	color: #6c6c6c;
	font-size: 13px;
	height: 30px;
	margin: 0;
	padding: 0 15px;
	width: 100%;
}
.search-content form .search-submit {
	border: medium none;
	cursor: pointer;
	height: 32px;
	display: none;
	margin: 0;
	padding: 0;
	width: 30px;
	position: absolute;
	right: 0;
	top: 0;
}
.social-list {
	list-style: none;
	padding: 0;
	text-align: center;
	float: left;
}
.social-list li {
	margin: 0 5px;
	display: inline-block;
}
.social-list li a {
	font-size: 18px;
	color: #fff;
}
.social-list li a:hover {
	color: #0186b2;
}
.social-list li a:hover .social-icon {
	background: #ffffff;
}
.social-icon {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	background: #0186b2;
	border-radius: 50%;
	text-align: center;
}
.social-icon .fa {
	line-height: inherit;
	position: absolute;
	text-align: center;
	left: 0;
	width: 100%;
}
.langue {
	float: right;
	margin: 0 30px;
}
.langue ul {
	margin: 0;
	text-align: center;
	list-style: none;
}
.langue ul li {
	display: inline-block;
	margin: 0 2px;
}

.right-Block {
}
.plusinfos-box {
	border: 1px solid #fcd700;
	display: block;
	padding: 15px;
	margin: 0 0 35px;
	min-height: 215px;
	position: relative;
}
.bgwhite .plusinfos-box {
	border: 1px solid #ccc;
    background:#eee;
	display: block;
	padding: 15px;
	margin: 0 0 35px;
	min-height: 215px;
	position: relative;
}
.plusinfos-box h3 {
	color: #fcd600;
	text-transform: uppercase;
	font-size: 20px;
	margin: 0 0 15px;
}
.bgwhite .plusinfos-box h3 {
	color: #000;
	text-transform: uppercase;
	font-size: 20px;
	margin: 0 0 15px;
}
.bgwhite .plusinfos-box h3 span {
	color: #000;
	display: block;
}
.plusinfos-box h3 span {
	color: #ffffff;
	display: block;
}
.plusinfos-box .voir-plus {
	position: absolute;
	bottom: 15px;
	left: 15px;
}
.voir-plus {
	font-family: 'muliblack';
	line-height: 28px;
	overflow: hidden;
	display: inline-block;
	background: #ffd200;
	color: #000000;
	padding: 5px 15px 0;
	font-size: 13px;
	text-transform: uppercase;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.voir-plus:hover {
	background: #ffffff;
	color: #000000;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.texte-block {
	padding: 15px 0;
}
.texte-block h2 {
	font-size: 20px;
	text-transform: uppercase;
	color: #ffd207;
}
.recherche-vehicules {
	border: 1px solid #ffd100;
	padding: 20px 20px 40px;
	margin: 0 0 30px;
}
.recherche-vehicules h2 {
	font-size: 20px;
	text-transform: uppercase;
	color: #000;
	margin: 0 0 15px;
}
.recherche-vehicules .slider-tip {
	opacity: 1;
	bottom: -275%;
	margin-left: -1.82em;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.recherche-vehicules .tooltip-inner {
	width: auto;
	padding: 3px 8px;
	color: #000000;
	text-align: center;
	text-decoration: none;
	background-color: #ffd100;
	border-radius: 4px;
	display: block;
	font-weight: bold;
	min-width:80px;
}
.recherche-vehicules .tooltip.top .tooltip-arrow {
	top: -5px;
	left: 50%;
	margin-left: -7px;
	border-width: 0 7px 10px;
	border-bottom-color: #ffd100;
}
.text-prix {
	padding: 10px 0 0 15px;
}
.slidingbox {
	padding: 20px 15px;
}
.btnvalidbox {
	padding: 0 15px
}
.start-price {
	position: absolute;
	bottom: -30px;
	left: 5px;
	padding: 15px 2px 0;
}
.start-price:before {
	position: absolute;
	top: 0;
	left: 7px;
	content: "";
	width: 2px;
	height: 10px;
	background: #ffd100;
	z-index: 99;
	display: block;
}
.end-price {
	position: absolute;
	bottom: -30px;
	right: 0;
	padding: 15px 25px 0 0;
}
.end-price:before {
	position: absolute;
	top: 0;
	right: 15px;
	content: "";
	width: 2px;
	height: 10px;
	background: #ffd100;
	z-index: 99;
	display: block;
}
.searchButton {
	border: 1px solid #ffd100;
	height: 40px;
	color: #ffd100;
	text-transform: uppercase;
	font-size: 20px;
	padding: 0 15px;
	background: #000000;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.searchButton:hover {
	color: #000000;
	background: #ffd100;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
#amount {
	border: 1px solid #ffd100;
	height: 40px;
	color: #ffd100;
	text-transform: uppercase;
	font-size: 20px;
	padding: 5px 15px;
	background: #000000;
}
.recherche-vehicules .ui-slider-horizontal {
	height: 9px;
}
.recherche-vehicules .ui-widget-content {
	border: none;
	background: #595958;
	color: #333333;
	border-radius: 10px !important;
}
.recherche-vehicules .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 17px;
	height: 17px;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.recherche-vehicules .ui-widget-header {
	background: #ffd100;
}
.recherche-vehicules .ui-slider .ui-slider-handle:last-child {
	width: 26px;
	height: 26px;
	top: -.6em;
}
.recherche-vehicules .ui-slider-handle:first-child .slider-tip {
	left: -10px;
}
.recherche-vehicules .ui-slider-handle:last-child .slider-tip {
	bottom: -165%;
	margin-left: -1.8em;
}
.recherche-vehicules .ui-state-default, .ui-widget-content .ui-state-default {
	border: none;
	background: #ffd100;
	font-weight: normal;
	color: #454545;
}
.recherche-vehicules .ui-corner-all {
	border-radius: 0;
}

#contact {
	position: relative;
	background-color: #f6f6f6;
}
#map {
	position: relative;
	width: 100%;
	height: 120px;
	margin: 0 0 15px;
	display:block;
}
#map iframe, #map img {
	height:auto;
}
.modal-body iframe {
	width:100%;
}
.modal-header {
	border-bottom: 1px solid #e5e5e5;
	padding:5px 15px 0;
}
#contact-form {
	text-align: right;
}
#contact-form .form-control {
	background-color: #fff;
	border-color: #ececec;
	box-shadow: none;
	-webkit-box-shadow: none;
}
#contact-form .form-control:hover {
	border-color: #dbdbdb;
}
#contact-form .form-control:focus {
	border-color: #66afe9;
}
#contact-form textarea.form-control {
	height: 165px;
	resize: none;
}
#contact-form .btn {
	margin-top: 15px;
	margin-right: 15px;
}
#contact-form .form-group.error, #contact-form .form-group.success {
	position: relative;
}
#contact-form .form-group.error:after, #contact-form .form-group.success:after {
	font-family: 'FontAwesome';
	position: absolute;
	top: 12px;
	right: 16px;
	font-size: 16px;
}
#contact-form .form-group.error:after {
	content: "\f00d";
	color: #d95c5c;
}
#contact-form .form-group.success:after {
	content: "\f00c";
	color: #00c077;
}
.contact-details {
	background-color: #fff;
	margin-bottom: 50px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
}
.detail {
	padding: 15px 0;
	text-align: center;
	font-size: 22px;
	white-space: nowrap;
	color: #999;
}
.detail .fa {
	margin-right: 5px;
}
.form-sent {
	padding-left: 15px;
	padding-right: 15px;
	display: none;
	font-size: 16px;
	text-align: center;
}
.pagination-block {
	overflow: hidden;
	margin: 20px 0;
	text-align: right;
}
.pagination {
	margin: 0;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	border: none;
}
.pagination>li>a, .pagination>li>span {
	padding: 6px;
	border: 1px solid rgba(1, 134, 178, .3);
	margin-left: 5px;
	font-size: 14px;
	color: #2d2d2d;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border: none;
}
.nbr-page {
	display: inline-block;
	font-size: 14px;
	color: #2d2d2d;
	margin: 5px 0 0 15px;
	float: right;
}
#details-actualites .views {
	float: left;
	margin: 8px 10px 0 0;
}
.input-lg {
	height: 33px;
	padding: 5px 15px;
	font-size: 18px;
	line-height: 31px;
	border-radius: 0;
	border: 1px solid rgba(1, 134, 178, .3);
	color: #000000;
	font-size: 12px;
}

footer {
	
}
.block-footer {
	padding:0;
}
footer p {
	color: #ffffff;
	margin: 0 0 5px;
	line-height: 25px;
}
footer p:last-child {
	margin: 0;
}
.box-footer {
	overflow: hidden;
	position: relative;
	font-size: 15px;
	padding: 0 15px;
}
.inner-footer {
	border-bottom: 1px solid #ffd000;
	border-top: 1px solid #ffd000;
	padding: 30px 0;
	min-height: 370px;
}
.box-footer:last-child .inner-footer {
	padding-bottom: 15px;
}
.box-footer h4, .contact-infos h4 {
	color: #ffd300;
	margin: 0 0 15px;
	font-size: 15px;
	font-family: 'mulibold';
}
.box-footer h4 a, .contact-infos h4 a {
	color: #fff;
}
.box-footer h4 a:hover, .contact-infos h4 a:hover {
	color: #ffd300;
}
.box-footer ul {
	padding: 0;
	list-style: none;
}
.box-footer ul li {
	margin: 0 0 28px;
	color: #ffffff;
	font-size: 15px;
}
.box-footer ul li:last-child {
	margin: 0;
}
.box-footer ul li a {
	color: #ffffff;
	position: relative;
	display: block;
	padding: 0 15px;
}
.box-footer ul li a:before {
	content: "";
	background: #fdd209;
	position: absolute;
	width: 8px;
	height: 8px;
	left: 0;
	top: 7px;
}
.box-footer ul li a:hover {
	color: #ffd300;
}
.box-footer a {
	color: #fad407;
}
.box-footer a:hover {
	color: #ffffff;
}
.contact-infos {
	margin: 0 0 15px;
}
footer .contact-infos p {
	line-height: 23px;
	margin: 0;
	font-size: 17px;
}
footer .contact-infos .fa {
	color: #ffffff;
	display: inline-block;
	margin: 0 5px 0 0;
}
.bottomlogo {
	margin: 50px 0 30px;
}
.bottomlogo img {
	max-width: 110px;
	height: auto;
}
footer .social-list a {
	color: #ccc;
}
footer .social-list a .social-icon {
	border-color: #ccc;
}
footer .social-list a:hover {
	color: #999;
}
footer .social-list a:hover .social-icon {
	border-color: #999;
}
.menu-footer {
	padding: 55px 0 20px;
	text-align: center;
}
.menu-footer ul li {
	margin: 10px 0;
	color: #ffffff;
	font-size: 12px;
	display: inline-block;
	position: relative;
}
.menu-footer ul li:after {
	content: '/';
	pointer-events: none;
	display: inline-block;
	margin: 0 5px;
}
.menu-footer ul li:last-child:after {
	display: none;
}
.menu-footer ul li a {
	color: #ffffff;
}
.menu-footer ul li a:hover {
	color: #ffd300;
}
 
.flex-direction-nav {
	position: absolute;
	left: 0;
	width: 100%;
	top: 61%;
}
.flex-control-nav {
	text-align: right;
	bottom: -15px;
}
.flex-control-paging li a.flex-active {
	background: #ffe100;
}
.caroussel-block .flex-direction-nav {
	top: inherit;
	bottom: 0;
}
.flex-control-paging li a:hover {
	background: #ffe100;
}
.flex-control-paging li a {
	width: 8px;
	height: 8px;
	background-color: #fafafa;
	text-indent: 9999px;
}
.flex-direction-nav a {
	color: #FFF;
	padding: 3px 5px;
	width: auto;
	height: auto;
	opacity: 1;
	text-shadow: none;
	margin: -65px 0 0;
}
.flex-direction-nav a:before {
	font-family: 'FontAwesome';
	font-size: 60px;
}
.flex-direction-nav a:hover {
	opacity: 1;
}
.flex-direction-nav a.flex-next {
	border-radius: 0;
}
.flex-direction-nav a.flex-next:before {
	content: "\f105";
}
.flex-direction-nav a.flex-prev {
	border-radius: 0;
}
.flex-direction-nav a.flex-prev:before {
	content: "\f104";
}
.flex-direction-nav .flex-next {
	right: 15%;
}
.flex-direction-nav .flex-prev {
	left: 12%;
}
.caroussel-block {
	position: relative;
	margin: 0 0 50px;
}
.caroussel-block img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	height: auto;
}
.caroussel-block .flex-direction-nav a {
	color: #2698bd;
	padding: 3px 5px;
	width: auto;
	height: auto;
	opacity: 1;
	text-shadow: none;
	margin: 0;
	top: inherit;
	bottom: -45px;
}
.caroussel-block .flex-direction-nav a:before {
	font-size: 30px;
}
.caroussel-block .flex-direction-nav .flex-next {
	right: 0;
}
.caroussel-block .flex-direction-nav .flex-prev {
	left: inherit;
	right: 25px;
}

.lang_link{
	cursor:pointer;
	display:inline-block;
	text-align:center;
}
.lang_label{
	display:block;
	font-size:10px;
	padding-top:3px;
	color:#fff;
}
.calendar_instruction{
	color:#000;
	text-align:center;
	padding-top:15px;
	font-size:11px;
}

a.image-zoom{
	background:none;
	padding:0;
	display:inline-block;
}
.affair-image{
	text-align: center;
}
.image-zoom{
	width: 100%;
}

/*.img_occas{*/
	/*max-width: 100%;*/
	/*height: auto;*/
	/*width: auto\9; !* ie8 *!*/
/*}*/
.bottom-affair button {
	display: inline-block;
	background: #ffd100;
	color: #000000;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 35px;
	padding: 2px 8px 0;
	font-family: 'muliblack';
	border:0;
}
.bottom-affair button:hover {
	background: #ffffff;
}
.je_suis_interesse {
	display: inline-block;
	background: #ffd100;
	color: #000000;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 35px;
	padding: 2px 8px 0;
	font-family: 'muliblack';
	border:0;
}
.je_suis_interesse:hover {
	background: #ffffff;
}
.modal-header {
	color: #FFD100;
}
.close {
	color: #FFD100;
	opacity: 10;
}

.close:hover {
	color : #FFF;
}
.modal-content {
	background-color : #333;
	/*color: #000;*/
	color: #fff;
}
.btn-custom1 {
	color: #000;
	background-color : #FFD100;
	border-color : #A68800;
}
.btn-custom2 {
	color: #000;
	background-color: #e5e5e5;
}

.btn-custom1:hover, .btn-custom2:hover {
	background-color : #ffffff;
}

.textarea {
	color: #000;
	width: 100%;
	padding: 15px;
}

.textarea:hover {
	background-color : #ffffff;
}
.form-group .error {
	color: #ff0000;
	font-size: 14px;
	font-weight: normal;
}
.imagegauche {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}
.nos-partenaires-cols-elem {
	margin-bottom: 15px;
	margin-top: 10px;
	vertical-align: top;
}
.onglets .nav-mobile {
	display: none;
}
.panel {
	padding: 15px;
	color: #ffffff;
	background: #000000;
}

.onglets {
	z-index: auto;
    background:#eee;
    padding:0;
    border-bottom:5px solid #ffd200;
}
.nav-tabs > li > a{
	background: #eee;
	color: #000000;
	text-transform: uppercase;
    border-radius:0;
}

.nav-tabs > li > a:hover, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	background: #ffd200;
	color: #000000;
    border:1px solid #ffd200;
}

.nav-tabs > li.active > a{
	color: #000000;
}
.catcls {
    padding-bottom:15px;
    cursor:pointer;
}
.cat {
	color: #fff;
	background-color : #000;
	border: 1px solid #000;
	font-size: 18px;
	padding: 8px;
	text-transform: uppercase;
	line-height: 180%;
	height: 35px;
	width: auto;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.titre-vehicule {
	color: #000;
	background-color : #eee;
	border: 1px solid #666;
	font-size: 14px;
	padding: 9px;
	height: 37px;
	width: 80%;
	display: table-cell;
	vertical-align: middle;
}
.actif .cat{
    background-color : #666;
    border: 1px solid #666;
}
.actif .titre-vehicule, .categories:hover .titre-vehicule {
    color: #000;
	background-color : #ffd200;
}
.categories {
	display: table;
	width: 100%;
}
.sep_horztl {
	width: 100%;
	border-top: 1px solid #FFD100;
}
.sep_vertl_vehicule {
	border-right: 1px dashed #FFD100;
}
.img_ppt_vehicule {
	border: 1px solid #A68800;
}
.description_vehicule {
	color: #ffffff;
}
.loader {
	display: block;
	margin: 0 auto;
}
.link {
	color: #000;
	text-decoration: underline;
	text-decoration-color: #000;
}
.link:hover {
	text-decoration: underline;
	text-decoration-color: #FFD100;
	color: #FFD100;
}
.error{
	color: #ff0000;
	font-size: 14px;
	font-weight: normal;
}
#resadesc {
	color: #000;
	background-color : #FFD100;
	border: 1px solid #A68800;
	font-size: 14px;
	padding: 9px;
	height: 37px;
	width: 80%;
	display: table-cell;
	vertical-align: middle;
}
.titreresa {
	color: #fcd600;
}
.encadre-jaune {
	border: 1px solid #FFD100;
	padding: 9px;
}
.minibloc{
	font-size: 14px;
    margin-left:13px;
    display:list-item;
}
.etape4-resaoption_input {
	color: #000;
}
.numero_vol {
	display: inline;
	padding: 2px;
}
#nvol, .reserv-left label.code_promo, .reserv-left label.gold_number, .reserv-left label.age_field {
	font-size: 12px;
	font-weight: normal;
	color: #FFD100;
	width: 190px;
	padding: 3px 8px;
}
#e1nvol, #code_promo, #gold_number, .age_select{
	font-size: 12px;
	font-weight: normal;
	width: 300px;
	padding: 3px 8px;
	background: #000;
	border: none;
	color: #FFFFFF;
	font-style: italic;
	border-bottom-width: medium;
	border-bottom-style: none;
	border-bottom-color: currentcolor;
	border-bottom: 1px solid #fff;

}
#valideform{
	padding-top: 15px;
}
.img_vehicule {
	display: block;
	margin: auto;
    width:100%;
}
#ve-important{
    text-align:justify;
}
.fullwidth{
    width:100%;
}
.etape2-cat{
	display: inline;
}
.etape2-modele {
	padding-right: 15px;
	padding-left: 15px;
}
.etape2-pictos{
	padding-right: 15px;
	padding-left: 15px;
}
.etape2-block-img{
	display: inline-block;
	padding: 5px 5px 15px 0px;
}
.more_info {
	color: #ffd100;
	background: #000000;
	text-decoration: underline #ffd100;
	font-weight: normal;
	font-size: 14px;
	text-transform: none;
	font-family: 'mulisemibold';
}
.more_info:hover{
	color: #0067ae;
	background: #ffffff;
	text-decoration: underline #0067ae;
	font-weight: normal;
	font-size: 14px;
	text-transform: none;
	font-family: 'mulisemibold';
}
.btn_more_info{
	color: #FFD100;
	background-color : #000;
	border: none;
}
.div-reserver {
text-align: right;
}
.over360 {
	display: inline;
}
.below360 {
	display: none;
}

.modal_en_savoir_plus_content{
	background-color: black;
	padding: 10px;
	border-radius: 4px;
}

.modal-header-en-savoir-plus, .modal-footer-en-savoir-plus{
	border: none;
}

.car-model {
	line-height: 25px;
}

.cars-price {
	line-height: 35px;
}
.assurance_resaoption{
	margin-top: 15px;
}

.non-choice{
	margin-left: 40px;
}

#etape3_valider{
	text-align: right;
}

.div-ncdp, .div-descdp {
	text-align: center;
}

.etape3-input {
	color: #000;
	padding-left: 5px;
}
.scdw-tab{
	margin-top:10px;
	border: #ffd100 medium solid;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-align: center;
}

.scdw-tab-header{
	background: #ffd100;
	color: #000000;
	font-weight: bold;
}
.scdw-non-dispo{
	background-color: red;
}

th{
	text-align: center;
}

.etape5-div-paiements {
	margin: 15px 0 15px 0;
}
.etape5-paiement-marge1 {
	font-family: 'mulibold';
	background-color: white;
	color: black;
}
.etape5-paiement-marge2 {
	padding: 20px 10px 10px 10px;
}
.etape5-paiement{
	color: black;
    padding-bottom:25px;
}
.mode_de_paiement{
	text-align: center;
}
.etape5-div-btn{
	text-align: center;
	margin: 15px 0 15px 0;
}
.btn-payer {
	display: inline-block;
	background: #ffd100;
	color: #000000;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 35px;
	padding: 5px 15px 0;
	font-family: 'muliblack';
	margin-bottom: 15px;
    border-color: #A68800;
}
.btn-payer:hover {
	background: #000000;
	color: #ffd100;
}
.etape4-resaoption_input {
	width: 100%;
	line-height: 1.8;
	font-size: 14px;
	padding-left: 5px;
    height:27px;
}
#etape4-comment{
    height:80px;
}
.etape4-div {
	margin: 15px;
}
.bouttonenvoiediv{
	text-align: right;
}
.etape4-resaoption {
	font-size: 15px;
}
.champ-obligatoire{
	color: #ffd100;
}
#recapcontent{
    font-size:14px;
}
.etape3-select{
    padding:3px 5px;
    text-align:center;
}
.spacebottom{
    padding-bottom:15px;
}
.home-slider .btn-empty {
    background: #ffd200;
    color: #000000;
}


/* =Media queries
-------------------------------------------------------------- */

@media (min-width: 992px) {
    .hiding {
     opacity: 0;
    }
    .visible {
     opacity: 1;
    }
}
@media (max-width: 1300px) {
    .datepicker-calendar .month1, .datepicker-calendar .month2 {
     margin: 20px 35px;
    }
    .nav-list > li > a {
     padding: 20px 15px;
    }
}
@media (max-width: 1199px) {
    .langue {
     margin: 10px 70px 0 0;
     float: none;
    }
    .langue ul {
     text-align: right;
    }
    .datepicker-calendar .date-picker-wrapper .month-wrapper table .day {
     padding: 12px;
     font-size: 14px;
    }
    .datepicker-calendar .month1 {
     margin: 20px 15px 20px 0;
    }
    .datepicker-calendar .month2 {
     margin: 20px 0 20px 15px;
    }
    .timebox {
     margin: 0;
    }
    .inerform {
     padding: 0 5px;
     font-size: 14px;
    }
    .plusinfos-box h3 {
     font-size: 16px;
     line-height: 20px;
    }
    .searchButton {
     font-size: 15px;
    }
    .cars-price {
     font-size: 30px;
    }
    .car-model {
     font-size: 20px;
    }
     .col-pickup-location .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn), .col-dropoff-location .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
     width: 115px;
    }
    .reserv-left label {
     color: #878383;
     font-size: 18px;
     margin: 0 5px 0 0;
    }
    .col-pickup-location.allwidth {
    padding: 0 15px 10px !important;
    }
    .moment-affair {
        width:70%;
    }
}
@media (max-width: 991px) {
    .animated {
     -webkit-animation: none;
     animation: none;
    }
    .right-nav {
     padding: 0 15px;
    }
    .reserv-left {
     padding: 0 15px 15px 15px;
    }
    .reserv-left .allwidth.col-pickup-location .form-group {
     margin: 0 !important;
    }
    .reserv-left .allwidth.col-pickup-location .form-group {
     margin: 0 5px 0 0;
    }
    .reserv-right {
     padding: 0 15px;
    }
    .col-pickup-location .form-group {
     margin: 0 5px 10px 0;
    }
     .col-dropoff-location .form-group {
     margin: 0 0 10px 5px;
    }
    .datepicker-calendar {
     margin: 5px 0 0;
    }
    #collapseMaps-end {
     left: 5px;
     right: 15px;
    }
    .allwidth #collapseMaps {
     right: 15px;
    }
    .inerform {
     padding: 0 15px;
     font-size: 15px;
    }
    .plusinfos-box .voir-plus {
     position: static;
    }
    .plusinfos-box {
     min-height: 100px;
    }
    .plusinfos-box h3 {
     font-size: 18px;
     line-height: 20px;
    }
    footer {
     padding-top: 10px;
    }
}
@media (min-width: 768px) {
    .modal-dialog {
     width: 750px;
     margin: 30px auto;
    }
}
@media (max-width: 767px) {
    .allwidth #collapseMaps, #collapseMaps-end {
     right: 15px;
     left: 15px;
    }
    #collapseMaps {
     right: 15px;
    }
    .col-pickup-location .form-group, .col-dropoff-location .form-group {
     margin: 0 0 10px !important;
    }
    .col-pickup-location {
     padding: 0 5px 0 15px;
    }
     .col-dropoff-location {
     padding: 0 15px 0 5px;
    }
    .col-title {
     padding: 0 0 10px;
    }
    .captionslide {
     left: 30%;
    }
     .home-slider .slides > li h1 {
     font-size: 25px;
     line-height: 30px;
    }
    .inner-footer {
     min-height:50px;
     border-bottom: none;
    }
    .left-list-infos {
    padding:0 15px 15px;
    }
    .recherche-vehicules {
     padding: 20px;
    }
    .avantages-block h2 img {
     top: -5px;
     max-width: 100px;
    }
    .avantages-block {
     padding: 15px 15px 45px;
    }
    .avantages-block h3 {
     font-size: 25px;
    }
     .btnvalidbox {
     padding: 45px 15px 0;
     text-align: right;
    }
    .header-title h1 {
     font-size: 20px;
     line-height: 25px;
    }
    .text-prix {
     padding: 10px 0 0 5px;
    }
    .recherche-vehicules form {
    padding:0 5px;
    }
    .box-footer ul li {
     margin: 0 0 15px;
    }
	.head-cars-infos {
		padding-top: 15px;
	}
	.div-ncdp, .div-descdp {
		text-align: left;
	}
    .titre-vehicule{
        display:none;
    }
    .inner-title2{
        display:block;
    }
}
@media (max-width: 699px) {
    .datepicker-calendar .date-picker-wrapper .month-wrapper table .day {
     padding: 8px;
     font-size: 15px;
    }
}
@media (max-width: 640px) {
    .timebox {
     display: none;
    }
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
     display: inline-block;
    }
     .mobile-time {
     display: inline-block;
    }
    .fromtime-Val, .totime-Val {
     display: none;
    }
    .slectTime {
     display: inline-block;
    }
    .col-slider {
    display:none;
    }
    .Topcalendar {
     padding: 10px 15px 0;
    }
    .moment-affair {
     min-width:280px;
    }
}
@media (max-width: 600px) {
     =.right-nav {
     width: 100%;
     padding: 5px 0 15px;
    }
     .datepicker-calendar .month1, .datepicker-calendar .month2 {
     width: 95% !important;
     margin: 20px 15px;
    }
    .menu-footer {
     padding: 15px 0 20px;
    }
    .inner-title {
     padding: 5px 30px;
    }
    .avantages-block h2 {
     font-size: 25px;
     margin: 10px 0 0;
    }
    .avantages-block ul li {
     font-size: 15px;
     background: url(../images/icons/puce-jaune.png) no-repeat left 0;
     margin: 0 0 10px;
    }
    .avantages-block ul {
     padding: 5px 0;
    }
}
@media (max-width: 479px) {
    .logo {
     padding: 0 0 0 15px;
    }
     .captionslide {
     top:30px;
     left: 10%;
     padding: 0;
    }
    .page-slider {
     height: 100%;
     padding: 15px;
    }
    .moment-affair {
     position: static;
     transform: none;
     width:auto;
    }
    .affair-image {
     padding: 15px;
    }
    .col-pickup-location {
     padding: 0 15px;
     width:100%;
    }
     .col-dropoff-location {
     padding: 0 15px;
     width:100%;
    }
}
@media (max-width: 450px) {
    .contact-infos, .right-footer {
     width: 100%;
    }
    .contact-infos {
     margin: 0 0 15px;
    }
    .bottomlogo {
     margin: 20px 0;
    }
    .home-slider .slides > li h1 {
     font-size: 20px;
     line-height: 25px;
    }
    .fromdate, .todate {
     padding: 0;
     margin:0 0 5px;
    }
    .fromdate {
     text-align:right;
    }
    .inerform {
     padding: 20px 0 0;
     font-size: 15px;
     line-height:20px;
    }
    .reserv-right .row {
     margin: 0;
     background: #fff;
    }
    .reserver-block {
     padding: 15px;
     margin: 0 -13px 30px;
    }
    .mobile-time {
     display: inline-block;
     font-size: 12px;
     margin: 0;
    }
    .desktopBlock {
    display:none;
    }
    .mobileBlock {
    display:block;
     height: 70px;
    }
    .focused:after {
     display:none;
    }
    .txt-mobile {
    display:inline-block;
    font-size:12px;
    font-family: 'muliregular';
    }
    .header-title h1 {
     font-size: 16px;
     line-height: 20px;
    }
    .moment-affair {
     min-width:250px;
    }
    .col-pickup-location .form-group, .col-dropoff-location .form-group {
     padding: 25px 10px 0;
    }
    .col-pickup-location .bootstrap-select .btn-default {
     color: #000000;
     background-color: #fff;
     border-color: #fff;
     padding: 0 0 0 13px;
    }
}
@media (max-width: 400px) {
    .Radio-RadioButtonSet label .label-text {
     font-size: 11px;
    }
    .adressin, .adressaout {
     padding: 0 5px 0 0;
    }
}
@media (max-width: 360px) {
	.home-slider .slides > li h1 {
	 font-size: 18px;
	}
	 .captionslide {
	 top:15px;
	 left: 8%;
	}
	.btn_retour_etape_prec{
		width: 100%;
		padding: 5px;
	}
	.head-cars-infos{
		 padding-top: 15px;
		 text-align: center;
	 }
	 .etape2-cat-div{
		 text-align:center;
	 }

	 .over360 {
		 display: none;
	 }
	 .below360 {
		 display: inline;
	 }
	 .etape2-modele {
		 text-align: center;
	 }
	 .etape2-pictos{
		 text-align:center;
	 }

	 .etape2-block-img{
		 display:inline-block;
		 margin: auto;
	 }
	.div-moreinfo, .btn_more_info {
		width: 100%;
		padding: 5px;
	}
	.div-moreinfo {
	 text-align: center;
	}
	.div-reserver, .btn_choisir_vehicule {
		width: 100%;
		padding: 5px;
	}
	.oui-non-choice {
		text-align: center;
	}

	.etape3-input{
		width: 100%;
	}

	.div-ncdp, .div-descdp {
		text-align: center;
	}

	.scdw-tab {
		display: block;
	}
	.etape5-paiement-marge2 {
		margin-top: 25px
	}
}
