/*================================================
LAYOUT
================================================ */

html{
	background: #000;
}

body{
    font-size: 14px;
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    position: relative;
	background:#f7f7f7;
}

body .inner{
	/*padding-top:75px;*/
} 

#wrapper{

}

.fr-view img[src=""]{
	display:none;
}

img{
    max-width: 100%;
    width: 100%;
}
img.no-resize{width: auto !important; height:auto !important;}

/*a{transition: all 0.4s ease 0s;}*/

a:focus, a:hover {
    text-decoration:none;
}

.global-A432554D-402B-50C7-9DAE-824A35747DF9 .fr-view a{
	color:#000;
}

.global-A432554D-402B-50C7-9DAE-824A35747DF9 .fr-view a:hover{
	color:#337ab7;
}
/*================================================
MENU
================================================ */

.headerText{
	text-align:center;
	font-size:14px;
	color: #FFF;
	padding:12px 0;
	background : rgba(0, 102, 204, 0.7);
}
.headerText p{
	margin:0;
	padding:0;
}

.headerText .contact a{
    color : #ff9;
    text-shadow: 0 1px 0 rgba(0, 51, 102, 1);
}

.headerText .contact .phone a{
    font-size: 24px;
}

.footerText{
	text-align:center;	
}

#navigation-bar{
    background: #ffec0f;
    border: none;
	transition:all 0.25s ease;
	min-height:25px;
	margin-bottom:0;
	box-shadow: 0 0 25px rgba(0,0,0,0.25);
}

#navigation-bar.nav-bar-top{
	box-shadow: none;
}

.navbar{
	min-height:25px;
    padding: 0 1rem;
}

.navbar-brand{
	padding: 0;
	display: inline-block;
}

.navbar-brand img{
    max-width: 182px;
    width: auto;
    height: 65px;
    margin: 0 auto;
}

.nav-link{
	padding: 0 1rem;
}

.navbar-toggle{
    margin-top: 35px;
}

#navigation {
    font-size: 16px;
}


#navigation li.nav-item{
	display: flex;
	align-items: center;
	transition: all 0.25s ease;
}

#navigation li, #navigation li a{
    color: #000;
	transition: all 0.25s ease;
	font-weight:600;
	text-align: center;
}

#navigation li a .fa-caret-down{
	color: #039fd0;
}

#navigation li:hover, #navigation li.active{
	background: #000;
	color: #FFF;
}

#navigation li:hover > a, #navigation li.active > a{
	color: #FFF;
}

#navigation.navbar-collapse.collapse.in  li a:hover{
	color: #FFF;
    background-color: #c0392b;
}

.navbar .container{
	display:flex;
	align-items: center;
}

.container-fluid > .navbar-header, .container > .navbar-header{
	margin-right:auto;
}

.navbar-toggle{
	margin:0 15px 0 auto;
	padding:0;
	border:0;
	font-size:30px;
	color: #039fd0;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
	background:none;
}

.navbar-toggle::after {
  content: '';
  width: 100%;
}

.navbar-header{
	margin-right:auto;
}

#navigation{
	margin-left:auto;
}

#navigation .dropdown-menu{
	padding:0;
	overflow:hidden;
	background: #FFF;
}

#navigation .dropdown-menu > li {
	margin:0;
}

#navigation .dropdown-menu > li  > a{
	 padding: 10px;
}

#navigation .dropdown-menu > li > a:focus, #navigation .dropdown-menu > li > a:hover
{
    color: #FFF;
    background-color: #000;
	/*background-color: none;
	color: rgb(64,64,64);*/
    background-image: none;
}

.navbar-nav a{
    text-transform: uppercase;
}

.navbar-nav > li > .dropdown-menu{
	border-radius:4px;
	box-shadow: 0 0 4px rgba(0,0,0,.15);
}

/*AVOIR LE HOVER AU DROPDOWN MENU */
@media only screen and (min-width: 988px) {
    /* Make Navigation Toggle on Desktop Hover */
   /* .dropdown:hover .dropdown-menu {
        display: block;
    }*/
}

@media (max-width: 1010px) {
	.europcar-bt{
		height: auto;
		margin-bottom:8px;
	}

    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    #navigation{
        padding-top:0;
    }

    .menu-bar{
        display: none;
    }
	
	.navbar-nav .open .dropdown-menu {
	  position: static;
	  float: none;
	  width: auto;
	  margin-top: 0;
	  background-color: transparent;
	  border: 0;
	  -webkit-box-shadow: none;
	  box-shadow: none;
	  z-index: 0;
	}
}

/*================================================
#SLIDESHOW
================================================ */

/*.slideshow-header{
	margin-top: 75px;
}*/

.slideshow .owl-carousel{
	display:block;
}

.slideshow-header .slide a{
	display: block;
	height:500px;
	background-size: cover;
	background-position:center center;
}

.slideshow-header .slide a .slogan {
	text-transform: uppercase;
	font-size:40px;
	text-align: center;
	font-weight: 700;
	color: #FFF;
	padding: 24px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 2px;
	box-shadow: 7px 0 15px -4px rgba(0, 0, 0, 0.3), -7px 0 15px -4px rgba(0, 0, 0, 0.3);
}

.slideshow-header .slide a .slogan a{
	color:#FFF;
}

.slideshow-header .slide .container{
	display:flex;
	align-items: center;
	justify-content: center;
	height:500px;
}

@media (max-width: 980px) {
	.slideshow-header .slide a .slogan{
        font-size:30px;
    }
}

.slideshow-header .slide a .slogan small{
	display:block;
	margin-top:16px;
	font-weight:400;
	font-size:20px;
}

.slideshow-header .slide a .slogan  .title:after{
	content: "";
	height: 4px;
	width: 135px;
	display: block;
	margin: 20px auto 0 auto;
	background: #FFF;
}

/*
.home-header #reservationForm{
	position:absolute;
	left:21%;
	top: 50%;
	transform: translateY(-50%);
	width:480px;
	z-index:2;
	background:#FFF;
	padding:32px;
	border-radius:4px;
	box-shadow: 0 9px 0px 0px #ffffff, 0 -9px 0px 0px #ffffff, 7px 0 15px -4px rgba(0, 0, 0, 0.3), -7px 0 15px -4px rgba(0, 0, 0, 0.3);
}*/

.home-header #reservationForm{
	padding:40px 0;
	background:#FFEC0F;
	color:#000;
}

.home-header #reservationForm p{
	color:#000;
}

.home-header #reservationForm h2, .home-header #reservationForm .title-formulaire{
	text-transform:uppercase;
	font-size:30px;
	text-align:center;
	font-weight:700;
	margin-bottom:60px;
	color:#000;
}

.home-header #reservationForm .btn-primary{
	background: #000;
	color: #FFF;
}

.home-header #reservationForm .form-inline
{
	/*display: flex;
	flex-wrap: wrap;
	justify-content: space-between;*/
	justify-content: center;
}
.home-header #reservationForm  .form-inline .input-group
{
	/*position:relative;
	display:table;
	margin-right:8px;
	margin-bottom:8px;
	width:35%;*/
}

.home-header #reservationForm  .form-inline .form-group{
	width:calc(33% - 0.5rem);
}

@media (max-width: 980px) {
    .home-header #reservationForm  .form-inline .input-group{
        width:100%;
    }
}



.home-header #reservationForm #sc_reservationbundle_reservation_dateBegin, .home-header #reservationForm #sc_reservationbundle_reservation_dateEnd{ 
	width:100%;
}

.home-header #reservationForm #sc_reservationbundle_reservation_agencyBegin, .home-header #reservationForm #sc_reservationbundle_reservation_agencyEnd{
	width:100%;
}

.home-header #reservationForm #sc_reservationbundle_reservation_timeBegin_hour, .home-header #reservationForm #sc_reservationbundle_reservation_timeBegin_minute, .home-header #reservationForm #sc_reservationbundle_reservation_timeEnd_hour, .home-header #reservationForm #sc_reservationbundle_reservation_timeEnd_minute{
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	
}

.home-header #sc_reservationbundle_reservation_timeBegin, .home-header #sc_reservationbundle_reservation_timeEnd{margin-bottom:8px;}

.home-header #reservationForm h2{
	font-weight:700;
	margin-top:0;
	margin-bottom:24px;
}

.btn{
	border-radius: 3px;
	border: none;
}

.btn-primary{
	background:#2f4783;
}

/*================================================
HEADER
================================================ */
#header{
    position: relative;
}

/*body .inner .section-page .container{
	box-shadow: 0 9px 0 0 #ffffff, 0 -9px 0 0 #ffffff, 7px 0 15px -4px rgba(0, 0, 0, 0.3), -7px 0 15px -4px rgba(0, 0, 0, 0.3);
	background:#FFF;
	margin-bottom:32px;
}*/

/*================================================
MAIN
================================================ */
#main{
    background-size: cover;
    background-position: 50% 50%;
}

@media (max-width: 670px) {
    #main{
        padding: 0
    }
}


/*#main > .container{
    padding:15px;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}*/

.section-one-page{
	padding:56px 0;
}

.section-one-page h1, .section-one-page h2, .section-one-page h3, .section-page h1{
	text-transform:uppercase;
	font-size:30px;
	text-align:center;
	font-weight:700;
	margin-bottom:60px;
}

.section-one-page h3{
	font-size:20px;
}

.section-one-page h1:after, .section-one-page h2:after, .section-one-page h3:after, .section-page h1:after{
	content: "";
	height: 4px;
	width: 135px;
	display: block;
	margin: 20px auto 0 auto;
	background: #c0392b;
}

.section-one-page h3:after{
	background: #ff6633;
}

.contact-form-section, .section-3-conseils-avant-de-louer-une-voiture-en-martinique, .section-louez-une-voiture-pour-votre-sejour-en-martinique, .section-auloc-votre-loueur-de-vehicules-a-la-martinique {
	text-align:center;
}


.contact-form-section{
	background-image: url('../../../img/bg-contact.jpg');
    background-size: cover;
	color:#FFF;
	background-position:center center;
}



/*.section-notre-agence{
	padding:0;
}

.section-notre-agence .container{
	padding:0;
	width:auto;
}*/

.google-map-iframe .container{
	padding:0;
	width:auto;
	max-width: none;
}

.google-map-iframe iframe, .map-iframe{
	height: 350px;
	width: 100%;
	margin: 0;
	display: block;
}

.google-map-iframe{
	padding: 0;
}

.google-map-iframe p{margin: 0}

/*================================================
CONTENU
================================================ */
.html-content img{width: auto;}

/*================================================
ADDTHIS
================================================ */
.addthis{overflow: hidden}


/*================================================
GOOGLEMAP
================================================ */
.map-header{
	background: #039fd0;
	padding:25px;
	text-align:center;
	color:#FFF;
}

.map-header select{
	color:#000;
	display: inline-block;
	width: auto;
	margin-left:24px;
	font-weight:400;
	text-transform:none;
	vertical-align: top;
}

.map-header h3{
	margin:0;
	font-weight:700;
	text-transform:uppercase;
}

.googlemap{
	height:400px;
}

.googlemap h1{
	font-size:16px;
	margin: 0 0 8px 0;
}

.googlemap h1:after{
	display:none;
	margin:0;
}
/*================================================
FOOTER
================================================ */

.footer-first-bloc{
    background: #FFEC0F;
    padding: 24px 0;
	color:#000;
}

.footer-first-bloc a{
	color:#000;
}


.footer-first-bloc img{
    max-height:100px;
    width: auto;
}

.footer-first-bloc select{
    color: #000;
}


#footer{
    color: #FFF;
    overflow: hidden;
	background: #FFF;
}

#footer p{margin-bottom:0.25rem;}

#footer a{color: #039fd0; text-decoration: none;}

#footer > .footer-first-bloc a{
	color: #000; text-decoration: none;
	display: inline-block;
	padding: 4px;
}

#footer > .footer-first-bloc a:hover{
	background: #000000;
	color: #FFF;
}

#footer i.fa{color: #fee600;}

#footer .menu-bar{ margin-bottom: 24px;}

#footer h3{margin:0 0 8px 0; padding: 0; font-weight: 700; font-size: 18px;}

.footer-menu{
	margin:0;
	padding:0;
	text-align:left;
}

.footer-menu li{
	list-style: none;
}


.navigation-footer{
    margin: 16px auto;
}

.navigation-footer > li{
    list-style: none;
    font-size: 16px;
    margin-bottom: 8px;
}

.link-site img{
    max-height: 85px;
    width: auto;
    margin: 4px 0;
}

#footer .contact{
    font-size: 18px;
    font-weight: bold;
}

#footer .contact a{
    color: #ffff00;
    font-weight: bold;
    font-size: 18px;
}

.card-list{
	display:inline-block;
	margin-bottom:8px;
}

.card-list img{
	margin-right:4px;
	height:30px;
}

#footer .logo{
	width:auto;
	height:60px;
}

select.navigation{text-align: center; width:auto;}

.footer-second-bloc{
	padding:24px 0;
}

.footer-second-bloc .container{
	display:flex;
	align-items:center;
}

.footer-second-bloc .container p:last-child{
	margin-left:auto;
}

.footer-second-bloc{
	background: #000;
	color: #999;
}

#footer .footer-second-bloc a{
	color: #FFEC0F;
}

.footer-second-bloc p{
	margin: 0;
}

#footer .footer-second-bloc a.facebook,
#footer .footer-second-bloc a.twitter,
#footer .footer-second-bloc a.instagram,
.social-links a.facebook,
.social-links a.twitter,
.social-links a.instagram{
	font-size: 22px;
	display: inline-block;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background:#FFF;
	color:#000;
	border-radius:50%;
}

#footer .footer-second-bloc a.facebook:hover,
#footer .footer-second-bloc a.twitter:hover,
#footer .footer-second-bloc a.instagram:hover,
.social-links a.facebook:hover,
.social-links a.twitter:hover,
.social-links a.instagram:hover{
	background:#FFEC0F;
	color:#000;
}


.social-links{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.social-links li{
	display: inline-block;
}

/*================================================
IFRAME EUROPECAR
================================================ */

.contact-form table{
	 border-collapse: separate;
    border-spacing: 15px 15px;
}

.contact-form table .form-group{
	margin:0;
}

.contact-form table td{
    border: none;
}

.contact-form table{
    margin-top: 0;
}

.contact-form p{
	margin: 12px 0;
}
/*================================================
PAGE LOUEUR
================================================ */

@media (max-width: 670px) {
    .slideshow-container{
        display: none;
    }
}


.reservation-process-etape ul, .reservation-process-etape li{
    margin: 0; padding: 0;
}

.reservation-process-etape ul{
	padding: 24px 0;
    overflow: hidden;
    text-align: center;
}

.reservation-process-etape li
{
    display: inline-block;
}

.reservation-process-etape li a{
    vertical-align:middle;
    display:table-cell;
    color: #FFF;
    font-weight: bold;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    border-radius: 50%;
}

@media (max-width: 990px) {
    .reservation-process-etape li a{
        width: 45px;
        height: 45px;
    }
}


@media (max-width: 670px) {
    .reservation-process-etape li a{
        width: 30px;
        height: 30px;
    }
}


.reservation-process-etape li.inactive a{
    background-color: #DDD;
    color: #666;
    cursor: default;
}

.reservation-process-etape li.active a{
    background-color: #999;
}

/*https://color.adobe.com/fr/ORANGE-AND-LIME-CMYK-color-theme-7168226/?showPublished=true*/
.reservation-process-etape li.current a{
    /*background-color: #ff6600   ;
    cursor: default;*/
	background-color: #999;
	position:relative;
}

.reservation-process-etape li.current a:before{
	display:block;
	content: "";
	position:absolute;
	top:0;
	left: 0;
	right:0;
	bottom:0;
	border:5px solid #666;
	opacity:0.85;
	border-radius:50%;
}	

.proposition ul, .proposition li{
    list-style: none;
    margin: 0;
    padding: 0;
}

.proposition li{
    margin-bottom:8px;
}

#main h2.proposition-title, #main .recapitulatif.block h2{
    color:#000;
    font-size:16px;
    padding-bottom:4px;
    /*border-bottom:1px solid #CCC;*/
    font-weight:600;
    margin-bottom: 12px;
}

#main h2.proposition-title:after, #main .recapitulatif.block h2:after{
	content: "";
	height: 4px;
	display: block;
	margin: 16px 0 0 0;
	background: #ff6633;
}

h2.proposition-title small, #main .recapitulatif.block h2 small{
    color:#000;
    font-weight:400;
}

.price.big{
    font-weight:700;
    font-size:30px;
}

.resaduree {
    color:#007d22;
}

.optionList ul, .optionList li{
    list-style: none;
    margin: 0;
    padding: 0;
}

.optionList li{margin-bottom:4px;}

.totalBloc{
    padding: 10px;
    border-radius: 4px;
    margin: 22px 0 18px 0;
    background: #ffec0f;
    font-size: 18px;
	color:#000;
}
.totalBloc span.left, .totalBloc span.right{position: absolute; bottom: -7px;  background: #ffec0f; display: inline-block; padding: 0 3px; line-height: normal;}
.totalBloc .left{left: -2px;}
.totalBloc .right{right: -2px;}

.totalBloc .pointille{
    border-bottom: 3px dotted #000;
    position: relative;
}

.totalBloc .pointille.margin{
    margin-bottom: 16px;
}

.totalBloc .pointille .price{
    font-size: 24px;
}

.totalBloc .pointille.addition .price{
    font-size: 18px;
}

/*================================================
OVERIDE
================================================*/
.froala-view{
    width: inherit;
    height: inherit;
}

#main .fr-view table td{border: none;}

#main .fr-view h2{font-size: 30px;}

#sc_reservationbundle_reservation_dateBegin, #sc_reservationbundle_reservation_dateEnd, #sc_reservationbundle_reservation_timeBegin_hour, #sc_reservationbundle_reservation_timeBegin_minute, #sc_reservationbundle_reservation_timeEnd_hour, #sc_reservationbundle_reservation_timeEnd_minute{
    width: auto;
    display: inline-block;
}

.hourBegin, .hourEnd {margin-left: 8px}
.hourBegin select.form-control, .hourEnd select.form-control{display: inline-block; width: 80px; margin: 0 4px}
.hourBegin select.form-control:last-child, .hourEnd select.form-control:last-child{margin-right: 0}
.hourBegin select.form-control:first-child, .hourEnd select.form-control:first-child{margin-left: 0}

#main .no-padding-left{padding-left: 0;}
#main .no-padding-right{padding-right: 0;}

.modal-dialog{z-index: 1099;}

.section-slideshow {margin: -15px -15px 0 -15px; padding: 15px; background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffbf00 0%, #fcd45f 50%, #ffbf00 100%) repeat scroll 0 0; }
.section-slideshow .reservation-form-homepage{
    padding: 15px;
    background-color: #FFF;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
    border-top: 6px solid #007d22;
    border-radius: 4px;
}

.arrow-down {
    border-left: 37px solid transparent;
    border-right: 37px solid transparent;
    border-top: 37px solid #ffbf00;
    height: 0;
    margin: 0 auto 24px auto;
    width: 0;
}

.inner #reservationContent{
	margin-bottom:32px;
}

#main #reservationContent  h2{font-size: 26px;}

.inner #main  #reservationContent h2.title{
    color: #000;
	font-weight:700;
	margin-bottom:24px;
	text-transform:uppercase;
}

.recapitulatif.bloc-right h2{
    color: #000;
	font-weight:700;
	margin-bottom:16px;
	text-transform:uppercase;
}

.inner #main  #reservationContent h2.title:after, .recapitulatif.bloc-right h2:after{
	content: "";
	height: 4px;
	width: 25%;
	display: block;
	margin: 16px 0 0 0;
	background: #ff6633;
}

.inner  .recapitulatif.bloc-right h2:after{
	background:#ff6633;
	width: 50%;
}



#reservationContent .block,#reservationContent .recapitulatif, #reservationContent .optionList, #reservationContent .clientInfo, #reservationContent .recapitulatifInfo{
    overflow:  hidden;
    padding: 8px;
    margin-bottom: 12px;
	border:1px solid rgba(34,34,34,.07);
	background:#FFF;
}

#reservationContent .optionList, #reservationContent .clientInfo, #reservationContent .recapitulatifInfo{
    border-top: 6px solid #ff6633;
}

#reservationContent .clientInfo h1, #reservationContent .recapitulatifInfo h1{
    font-size: 26px;
}

.selectDocument{margin: 8px 0; }

.g-recaptcha{width:304px; margin: 0 auto;}

/*================================================
VEHICULE CAROUSSEL SECTION
================================================ */

.vehicule-caroussel{
	background:#000;
}

.vehicule-caroussel h2, .vehicule-caroussel h3{
	color:#ffec0f;
	margin-bottom:16px;
}

.vehicule-caroussel h2:after, .vehicule-caroussel h3:after{
	display: none;
	margin:0;
}

/*================================================
VEHICULE CAROUSSEL
================================================ */
.vehicule-slideshow .item-vehicule{
	display:flex;
	 flex-wrap: nowrap;
	color:#FFF;
	align-items:center ;
}

.vehicule-slideshow .item-vehicule .btn{
	color:#000;
	background: #ffec0f;
}

.vehicule-slideshow .owl-theme {
	position:relative;
}


.vehicule-slideshow .owl-theme .owl-nav{
	margin:0;
	position: absolute;
	top: 50%;
	height: 0;
	left: 0;
	right: 0;
}

.vehicule-slideshow .owl-theme .owl-prev, .vehicule-slideshow .owl-theme .owl-next {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	/*border-radius: 50%;*/
	font-size: 52px !important;;
	margin:0;
	padding:0;
	background:transparent !important;
	color:#FFF !important;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.1), 0 0 3px 0 rgba(0,0,0,.1);
}

.vehicule-slideshow .owl-theme .owl-dots, .vehicule-slideshow .owl-theme .owl-nav{
	margin-top: 18px;
}

.vehicule-slideshow  .owl-theme .owl-dots .owl-dot.active span, .vehicule-slideshow  .owl-theme .owl-dots .owl-dot:hover span{
	background:#ffec0f;
}

.vehicule-slideshow .owl-theme .owl-prev {
    position: absolute;
    top: -60px;
    left: -90px;
}

.vehicule-slideshow .owl-theme .owl-next{
    position: absolute;
	top: -60px;
	right: -90px;
}

.vehicule-slideshow .vehicule-title{
	width:20%;
}

.vehicule-slideshow .type{
	color:#ffec0f;
	margin-bottom:8px;
	opacity:0;
	transition:all 0.25s ease;
	transition-delay: .25s;
	font-weight:700;
	font-size:26px;
}

.vehicule-slideshow .vehicule-title .modele{
	color:#FFF;
	margin-top:0;
	transition:all 0.25s ease;
	opacity:0;
	transform:scale(1.2);
	transition-delay: .25s;
	font-size:20px;
}

.vehicule-slideshow .owl-item.active  .vehicule-title .modele{
	opacity:1;
	transform:scale(1);
}

.vehicule-slideshow .owl-item.active .type{
	opacity:1;
}

.vehicule-slideshow .vehicule-title h3:after{
	content: "";
	display: block;
	border-bottom: 8px solid #ff6633;
	margin-top: 16px;
	width:10%;
	transition:all 0.25s ease;
	transition-delay: .25s;
}

.vehicule-slideshow .owl-item.active  .vehicule-title h3:after{
	width:50%;
}

.vehicule-slideshow .vehicule-title h3 small{
	display:block;
	font-weight:300;
	color:#FFF;
}


.vehicule-slideshow .vehicule-logo{
	flex:1;
	margin:0 20px;
	width:60%;
	text-align:center;
}

.vehicule-slideshow .vehicule-logo img{
	width:100%;
	height:auto;
	max-width:none;
	margin-bottom:8px;
}

.vehicule-slideshow .vehicule-logo small{
	font-size:14px;
	color:#FFF;
}


.vehicule-slideshow .vehicule-description{
	width:20%;
}

.vehicule-slideshow .vehicule-description .optionItem:nth-child(1){
	opacity:0;
	transition:all 0.25s ease;
	transition-delay: .25s;
}

.vehicule-slideshow .vehicule-description .optionItem:nth-child(2){
	opacity:0;
	transition:all 0.25s ease;
	transition-delay: .30s;
}

.vehicule-slideshow .vehicule-description .optionItem:nth-child(3){
	opacity:0;
	transition:all 0.25s ease;
	transition-delay: .35s;
}

.vehicule-slideshow .vehicule-description .optionItem:nth-child(4){
	opacity:0;
	transition:all 0.25s ease;
	transition-delay: 0.40s;
}

.vehicule-slideshow .vehicule-description .optionItem:nth-child(5){
	opacity:0;
	transition:all 0.25s ease;
	transition-delay: 0.45s;
}

.vehicule-slideshow .vehicule-description .optionItem:nth-child(6){
	opacity:0;
	transition:all 0.25s ease;
	transition-delay: 0.50s;
}

.vehicule-slideshow .vehicule-description .optionItem:nth-child(7){
	opacity:0;
	transition:all 0.25s ease;
	transition-delay: 0.60s;
}

.vehicule-slideshow .owl-item.active  .vehicule-description .optionItem{
	opacity:1;
}


.vehicule-slideshow .vehicule-description .optionItem{
    min-height: 40px;
    line-height: normal;
    padding-left: 0;
    border: none;
    margin:0;
	color:#FFF;
}

.vehicule-slideshow .vehicule-description .optionItem .title{
    display: inline-block;
    font-weight: 400;
    width: auto;
	color:#FFF;
}

.vehicule-slideshow .vehicule-description .type{
		display:none;
	}

@media (max-width: 768px) {
	.vehicule-slideshow .item-vehicule{
         display:block;
    }
	
    .vehicule-slideshow .type{
        font-size:18px
    }
	
	.vehicule-slideshow .vehicule-title h3{
		font-size:16px;
	}
	
	.vehicule-slideshow .vehicule-title{
		display:none;
	}
	
	.vehicule-slideshow .vehicule-description .type{
		display:block;
		text-align:center;
	}
	
	.vehicule-slideshow .vehicule-description{
		width:100%;
	}
	
	.vehicule-slideshow  .vehicule-logo{
		width:100%;
		margin-bottom:12px;
	}
}

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

.vehicule-nav, .vehicule-nav li, .vehicule-nav ul{
    margin: 0 !important;
    padding: 0 !important;
}

.vehicule-nav li{
    list-style: none;
    background-color: #c2e1f5;
    margin-bottom: 1px;
    margin-right: 10px;
    position: relative;
    transition: all 0.2s ease 0s;
}

.vehicule-nav li:hover{
    background-color: #8FBCD8;
}

.vehicule-nav li.active a{
    color: #000;
}

.vehicule-nav li a{
    color: #006699;
    display: block;
    font-size: 18px;
    height: 60px;
    padding-top: 10px;
    padding-left: 15px;
    text-decoration: none;
}

.vehicule-nav li a .title{
    font-size: 12px;
}

.vehicule-nav li .arrow{
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;

    border-top: 10px solid transparent;
    display: block;
    height: 0;
    position: absolute;
    right: -10px;
    top: 20px;
    transition: all 0.2s ease 0s;
    width: 0;
}


.vehicule-nav li.active {
    background-color: rgba(0, 125, 34, 0.6);
    font-weight: bold;
}

.vehicule-nav li.active .arrow{
    border-left-color: rgba(0, 125, 34, 0.6);
}

.vehicule-description .category{
    background-color: rgba(0, 125, 34, 0.6);
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    padding-left: 15px;
    margin: 0;
}

.vehicule-description .optionItem{
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    border-top: 1px solid #DDD;
    margin:0;
}

.vehicule-description .optionItem .title{
    display: inline-block;
    font-weight: bold;
    width: 50%;
}

#map { height: 100%; }

.logo-car a{
    line-height: 150px;
}

.logo-car img{
    /*max-height: 150px;*/
}

.preview-proposition p{
    margin-bottom: 4px;
}

.info-reservation .price{
    margin: 0;
}

@media (max-width: 980px) {
    .recapitulatif.bloc-right{
        display: none;
    }
}

form .form-group ul{
    color: #a94442;
    margin-bottom: 8px;
    padding: 0;
    list-style: none;
}

.scroll-to-top {
    background-color: #2f4783;
	color:#FFF;
    border-radius: 50%;
    bottom: 120px;
    cursor: pointer;
    display: none;
    font-size: 20px;
    line-height: 60px;
    opacity: 1;
    position: fixed;
    right: 20px;
    text-align: center;
    transition: all 0.15s ease-in-out 0s;
    width: 60px;
    z-index: 500;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.1), 0 0 3px 0 rgba(0,0,0,.1);
}

.scroll-to-top  .fa{line-height: 60px;}

.conducteur > #reservationProcess .form-group, .client > #reservationProcess .form-group{
    padding-right: 30px;
}

.client label.required_field:after{
	content: "*";
	font-weight:700;
	display:inline-block;
	margin-left:6px;
	color:#7ebe45 ;
	font-size:20px;
}

#reservationProcess a.link-action{
    display: inline-block;
    padding: 6px;

    color: #000;
   /* background: #337ab7;*/
    background: linear-gradient(to bottom, #ffec0f 0%,#ffec0f 100%);
    border-radius: 8px;
}

.optionList select{
    font-size: 16px;
    line-height: 36px;
	width:100%;
	vertical-align:center;
}

.optionList button{
    line-height: 20px;
}

.optionList h3{
    margin-bottom: 24px;
	font-size:36px;
}

.optionList h3:after{
	background:#7EBE45;
	width: 50%;
}

.optionList h4, .optionList .price-option-info{
    font-size: 16px;
    line-height: 36px;
    margin: 0;
    font-weight: bold;
}

.optionList h4{
	font-weight:300;
}

.optionList li{
    margin-bottom: 8px;
    padding: 4px;
}

.optionList li .fa-check{
    display: none;
}

.optionList li.alert-success.selected{
	background-image:none;
	border:none;
	box-shadow:0;
}

.optionList li.selected .fa-check{
    display: inline-block;
    /*border: 3px solid #3c763d;*/
    line-height: 36px;
    /*width: 36px;*/
    text-align: center;
    border-radius: 50%;
}

.optionRecap, .optionRecap li{
    margin: 0;
    padding: 0;
    list-style: none;
}

.optionRecap li{
	margin-bottom:8px;
}

.option-line div:first-child{
	line-height:36px;
}

.price.red{
    color: red;
    font-size: 18px;
    line-height: 18px;
}

.price.red small{font-size: 18px;}

.list-apply-promo, .list-apply-promo li{
    padding: 0;
    margin: 0;
    list-style: none;
}



.promocode-info{
    margin: 8px 0 0 4px;
    padding: 4px 4px 4px 26px;
    position: relative;
    overflow: auto;
    font-size: 14px;
}

.promocode-info .fa{
   font-size: 20px;
   position: absolute;
   top: 0;
   bottom: 0;
   left: 4px;
    margin: auto;
    height: 20px;
}

.maintenance{
    text-align: center;
}

.maintenance img{
    width: auto;
    height: auto;
}

.maintenance .container{
    background: #FFF;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    padding: 15px;
}

.modal-open .modal {
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow-y: scroll;
}

.item div.drive-field:last-child{
	text-align:center;
}

.drive-field img.preview{
	display:block;
	max-height:400px;
	height:100%;
	width:auto;
	margin:16px auto;
	max-width:none;
}

span[itemprop='name']{
	display:block;
	margin-bottom:4px;
	font-weight:700;
}

span[itemprop='address']{
	display:block;
}

span[itemprop='email']:after{
	content:"";
	display:block;
}

.nextEtapeRedirect a, .precedentEtapeRedirect a{
	background: #666;
	color:#DDD;
}


.slideshow{
	overflow:hidden;
}

.form-control.hidden{
	display: none;
}

 .btn.btn-default{
	color:#FFF;
	background: #000;
}

.contact-form-section{
	position: relative;
}

.contact-form-section::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(0,0,0,0.25);
}

.contact-form, .contact-form-section h2{
	z-index: 2;
	position: relative;
}

.contact-form .btn-primary{
	color: #fff;
	background: #c0392b;
}

.contact-form a{
	color:#FFF;
}

.inner #reservationContent .btn-primary{
	color: #FFF;
	background: #000;
}

.inner #reservationContent .btn-primary:hover{
	color: #000;
	background: #ffec0f;
}

.header-container{
	padding:50px 0;
	background:#f4f4f4;
	color:#000;
	text-align: center;
}

.header-container h1{
	margin: 0;
}

.page-container{
	background: #FFF;
	padding:50px 0;
}

.form-group.has-feedback.has-error textarea,
.form-group.has-feedback.has-error input,
.form-group.has-feedback.has-error select{
	border-color: #721c24;
	background: #f5c6cb;
	color: #721c24;
}

.form-group.has-feedback.has-error .help-block{
	color: #721c24;
}

.input-group-text i{
	margin-right: 4px;
}

[data-f-id="pbf"]{display:none;}

.avantage{
	background: #ffec0f;
}

.avantage .item{
	color: #000;
	background: #fff;
	border-radius: 8px;
	padding: 8px;
	box-shadow: 0 0 5px rgba(0,0,0,0.25);
	text-align: center;
	margin-bottom: 16px;
}

.avantage .item .icon.icon-primary{
	text-align: center;
	margin-bottom: 18px;
	font-size: 56px;
	color: #ff6633 ;
}

.hebergement-list .btn-primary{
	color: #FFF;
	background: #000;
}

.occasion-list .btn-primary{
	color: #FFF;
	background: #000;
}

.photo-occassion{
	margin-bottom: 16px;
}

.gallerie-occassion{
	margin-bottom: 16px;
}

.nivo-caption{
	background:transparent;
	top:0;
	opacity:1;
}

.nivo-caption .slogan {
	text-transform: uppercase;
	font-size:35px;
	text-align: center;
	font-weight: 700;
	color: #FFF;
	padding: 24px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 2px;
	box-shadow: 7px 0 15px -4px rgba(0, 0, 0, 0.3), -7px 0 15px -4px rgba(0, 0, 0, 0.3);
}

.nivo-caption .container{
	display:flex;
	align-items: center;
	justify-content: center;
	height:100%;
}

@media (max-width: 980px) {
	.nivo-caption .slogan{
        font-size:20px;
    }
}

.nivo-caption .slogan small{
	display:block;
	margin-top:16px;
	font-weight:400;
	font-size:20px;
}

.nivo-caption .slogan  .title:after{
	content: "";
	height: 4px;
	width: 135px;
	display: block;
	margin: 20px auto 0 auto;
	background: #FFF;
}

.headerTop{
	position:relative;
}

.headerTop img{
	width:100%;
	height:auto;
	display:block;
}

.headerTop .phone{
	position:absolute;
	top:8px;
	right:8px;
	font-size:18px;
	font-weight:bold;
	color: #FFF;
	z-index: 2;
}

.headerTop .phone a{
	color:#FFF;

}

.headerTop .phone .btn.btn-danger{
	background: #C70104;
	font-weight:bold;
	border-radius:30px;
}

.ariane{
	padding: 16px 0;
}

.ariane a{
	font-weight: bold;
	color:#000;
}

.gallerie.owl-carousel{
	position:relative;
}



.gallerie.owl-carousel .owl-nav{
	margin:0;
	position: absolute;
	top: 50%;
	height: 0;
	left: 0;
	right: 0;
}

.gallerie.owl-carousel .owl-prev, .gallerie.owl-carousel .owl-next {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 52px !important;;
	margin:0;
	padding:0;
	background:transparent !important;
	color:#000 !important;
}

.gallerie.owl-carousel .owl-prev {
    position: absolute;
    top: -60px;
    left: -90px;
}

.gallerie.owl-carousel .owl-next{
    position: absolute;
	top: -60px;
	right: -90px;
}

.fr-view h4{
	margin-bottom: 32px;
}

.fr-view hr{
	margin: 32px 0;
}

.contact-form.shortcode a{
	color:#000;
}

.contact-form-section .contact-form.shortcode a{
	color:#FFF;
}

.home .contact-form-section .contact-form.shortcode a.facebook,
.home .contact-form-section .contact-form.shortcode a.twitter,
.home .contact-form-section .contact-form.shortcode a.instagram{
	color:#000;
}

.btn.btn-success{
	background:#BBB;
	color:#000;
}

.codepromo-input{text-transform: uppercase;}

/*.headerTop::before{
	content:" ";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: -5%;
	left:24%;
	background: url('../img/decoration_3.png') top right repeat-x transparent;
	background-size: contain;
	z-index: 1;
	pointer-events: none;
}

@media (max-width: 400px) {
    .headerTop{
        min-height: 50px;
        background: rgb(203,223,72);
    }
}*/

.slide-container-6{
	display: none !important;
}

