/*!
Theme Name: 	Odyssee Transfer
Theme URI: 		https://www.babobski.nl
Description: 	Bootstrap 4 on Wordpress
Version: 		1.0
Author: 		Babobski
Author URI: 	https://www.babobski.nl
Tags: 			babobski, bootstrap, basic theme
*/

/*
****************SOMMAIRE STYLE.CSS****************

GENERAL SITE
HEADER
MENU BOOSTRAP HORIZONTAL
PAGE DE PAIEMENT
BASE TEMPLATE
HOME
SLIDER VOITURE HOME
PAGE VEHICULES
PAGE CONTACT
PAGE SAISI CARTE
PAGE TARIF
FOOTER


MEDIA QUERY
*/




/*GENERAL SITE*/
h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  color:#181818 !important;
}
p, a, span, li, ul, label{
  font-family: 'lato';
  letter-spacing: 1px;
  color:#181818 !important;
  font-weight: 100;
  font-size: 16px;
}
/*HEADER*/
header{
  /*display:none;*/
    position: relative;
}
h1{
  margin-top: 150px;
}
.flag_lang{
  display:none;
}
/*.page-id-56 #header_not_home, .page-id-137 #header_not_home{
  display:none;
}*/
/*.page-id-56 header, .page-id-137 header{
  display:block;
  position: relative;
}*/
#pills-tab{
  position:relative;
}

/*.page-id-56 h1, .page-id-137 h1{
    text-transform: uppercase;
    color: white !important;
    position: absolute;
    top: -150px;
    right: 0;
    font-size: 32px;
    letter-spacing: 4px;
    margin-top: 0;
}*/
/*BLOCK_RESA*/
#block_resa {
    width: 40%;
    position: absolute;
    left: 50%;
    margin-left: -20%;
    top: 130px;
    background: rgba(255,255,255,0.9);
    padding: 15px 15px 5px 15px;
    border-radius: 4px;
    height: 550px;
    overflow-y: scroll;
}
#block_resa li.nav-item {
    width: 50%;
    text-align: center;
}
#block_resa .nav-tabs .nav-link {
    padding: 10px 0;
    font-weight: bold;
}
#block_resa .nav-tabs .nav-link.active {
    background-color: rgba(0, 154, 225, 0.9);
}
#add_step {
    font-size: 14px;
    transition-duration: 400ms;
}
#add_step .dashicons.dashicons-plus {
    margin-top: 3px;
    margin-right: 5px;
    transition-duration: 400ms;
}
#add_step:hover, #add_step:hover .dashicons.dashicons-plus{
  cursor: pointer;
  color:#009ae1 !important;
}
#tabs_resa {
    margin-bottom: 15px;
}
#block_resa label,  label.label_for_etape span:first-child{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
}
.btn_resa {
    margin-top: 30px;
    font-weight: bold;
    background-color: #009ae1;
    color: #fff;
    letter-spacing: 2px;
    padding: 15px 0;
    height: auto;
    transition: unset;
    transition-duration: 400ms !important;
}
.btn_resa:hover{
  cursor: pointer;
  background-color: #fff;
  color: #009ae1;
}
label.label_for_etape {
    position: relative;
    width: 100%;
}
label.label_for_etape .delete_etape {
    position: absolute;
    width: 150px;
    right: 0;
    font-size: 12px;
    color: red !important;
    font-weight: bold;
    text-transform: lowercase;
    z-index: 999;
}
label.label_for_etape .delete_etape:hover{
    cursor:pointer;
}
#fake_field_trajet, #fake_field_heure {
    width: 100%;
    height: 40px;
    display: block;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
}
#block_resa button.btn_resa {
    border: none;
    padding: 15px;
    border-radius: 10px;
    width: 100%;
}
#block_resa button.btn_resa:hover {
  border: 1px solid #009ae1;
}
/*BOUTON + et -*/
.input-number {
  width: 70px;
  padding: 0 12px;
  vertical-align: top;
  text-align: center;
  outline: none;
}
label.setup_etiquette {
    margin-right: 10px;
}
.input-number,
.input-number-decrement,
.input-number-increment {
  border: 1px solid #ccc;
  height: 40px;
  user-select: none;
}

.input-number-decrement,
.input-number-increment {
  display: inline-block;
  width: 30px;
  line-height: 38px;
  background: #f1f1f1;
  color: #444;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
.input-number-decrement:active,
.input-number-increment:active {
  background: #ddd;
}

.input-number-decrement {
  border-right: none;
  border-radius: 4px 0 0 4px;
}

.input-number-increment {
  border-left: none;
  border-radius: 0 4px 4px 0;
}


/*MENU BOOSTRAP HORIZONTAL*/
@media screen and (min-width:992px){
  .navbar-right {
    float: right!important;
  }
    .navbar-nav {
    display: block;
    height: 50px;
}
  .navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    overflow: visible!important;
    border: none;
    margin-right: 15px;
    padding-top: 25px;
  }
  .navbar-nav>li {
    float: left;
    margin: 5px 15px;
  }
  button.navbar-toggler {
      display: none;
  }

}

/*PAGE DE PAIEMENT*/

/*h4.chbs-payment-header{
	margin-bottom:150px;
}
.chbs-payment.chbs-list-reset{
	position:relative;
}
#add_debitoor{
	position:absolute;
	left:0;
	top:-150px;
	width: 100%;
	padding-right: 20px;
}
#add_debitoor a{
	position:relative;
}
#content_debitoor{
	width: 390px;
	position: absolute;
	left:50%;
	top:50%;
	margin-top: -28px;
	margin-left:-195px;
	height: 56px;

}
#content_debitoor img{
	width:50px;
	display:inline-block;
}
#content_debitoor .chbs-payment-name{
	font-weight: bold;
	margin-top:-50px;
	display:inline-block;
	font-size: 20px;
	padding-top: 20px;
	margin-left: 10px;
}
.no-step{
  position:absolute;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: #ccc !important;
  border:none!important;
  width:250px;
  height: 57px;
  text-align: center;
  transition-duration: 0 !important;
}
.no-step:hover{
  cursor: auto !important; 
}*/
/*.collapse {
    display: block !important;
}*/

/*BASE TEMPLATE*/
ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.section-padding {
  padding: 60px 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
}

/**media Queries**/
.navbar-default {
  background-color: transparent;
}

.main-header {
  background-size: cover;
}

.bg-color {
  background-color: RGBA(0, 0, 0, 0.41);
}

.nav>li>a {
  padding: 0px;
}

.navbar-brand {
  padding: 0px;
  height: inherit;
  font-family: 'Lato', sans-serif;
}

.navbar-default .navbar-brand {
  color: #fff;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}
.navbar-default .navbar-nav>li>a {
  color: #fff !important;
  padding: 10px;
  text-transform: uppercase;
  background-color: transparent;
  font-size: 14px;
  transition-duration: 300ms;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  color: #009ae1;
}

.navbar-fixed-top {
  padding: 10px 0;
  transition: all 0.5s;
  position: fixed;
  z-index: 99;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-bottom: 2px solid #009ae1;
}
.page-template-template-tarifs .navbar-fixed-top, 
.page-template-template-vehicules .navbar-fixed-top, 
.page-template-template-contact .navbar-fixed-top, 
.page-template-template-choix-du-vehicule .navbar-fixed-top,
.page-template-template-choix-des-options .navbar-fixed-top,
.page-template-template-paiement-a-bord .navbar-fixed-top,
.page-template-template-paiement-ancv .navbar-fixed-top,
.page-template-template-paiement-en-ligne .navbar-fixed-top,
.page-template-template-paiement-en-ligne .navbar-fixed-top{
    background: rgba(0, 0, 0, 0.8);
  }

@media (max-width: 768px) {
  .navbar-collapse {
    background: rgba(0, 0, 0, 0.8);
    border-top: 0;
  }
}

.top-nav-collapse {
  background: rgba(0, 0, 0, 0.8);
  padding: 0;

}

.wrapper {
  padding: 90px 0px 130px;
}

.top-title {
  z-index: 5;
  font-size: 27px;
  font-weight: 700;
  color: #fff;
  line-height: 38px;
  letter-spacing: 4px;
  opacity: 1;
  text-transform: uppercase;
}

.sub-title {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  line-height: 71px;
  letter-spacing: 4px;
  opacity: 1;
  text-transform: uppercase;
}

.title {
  font-size: 123px;
  font-weight: 700;
  color: #fff;
  line-height: 88px;
  letter-spacing: 4px;
  opacity: 1;
  text-transform: uppercase;
  padding: 25px 0px;
}

.btn-submit {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 40px;
  font-weight: normal;
  border-radius: 0px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-top: 25px;
  background: #181818;
  color: #fff !important;
  border: 1px solid #fff;
  border-radius: 4px;
}
.btn-submit:hover{
  background: #fff;
  color:#181818 !important;
  border:1px solid #fff;
}

/****/
section#cta-2:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
#cta-2 p, #cta-2 h3 {
    font-weight: normal;
    color: white !important;
}
#cta-1 {
  padding: 40px 0px;
}

.cta-info {
  border: 5px solid #FFD34E;
  padding: 40px 0px;
}

.cta-info h3 {
  font-size: 24px;
}

.dec-tec {
  font-size: 34px;
}

/****/

#feature {
  background-color: #f8f8f8;
}

.head-title {
  color: #2b2b2b;
  font-size: 32px;
  font-weight: 700;
}

.botm-line {
  background-color: #2b2b2b;
  width: 34px;
  height: 3px;
  display: inline-block;
}

.section-title:hover .botm-line {
  width: 70px;
  /* For Safari 3.1 to 6.0 */
  -webkit-transition-property: width;
  -webkit-transition-duration: 2s;
  -webkit-transition-timing-function: linear;
  -webkit-transition-delay: 1s;
  /* Standard syntax */
  transition-property: width;
  transition-duration: 2s;
  transition-timing-function: linear;
  transition-delay: 1s;
}

.icon {
  position: relative;
  height: 48px;
  width: 48px;
  float: left;
  margin-top: 14px;
  margin-bottom: 20px;
}

.icon i {
  font-size: 35px;
}

.icon-text {
  margin-left: 73px;
  padding: 0px 25px 25px 0px;
}

h3.txt-tl {
  font-size: 24px;
  line-height: 1.35;
}

/****/

.parallax {
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-position: center center;
}

.bg-image-2 {
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.section {
  position: relative;
  padding: 88px 0 67px 0;
  display: block;
}

.cta-txt h3 {
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #fff;
}

.cta-txt p {
  color: #fff;
}

/****/

.portfolio-box {
  margin-bottom: 15px;
}

.padding-right-zero {
  padding-right: 0px;
}

#contact {
  background-color: #f8f8f8;
}

.validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#sendmessage {
  color: green;
  border: 1px solid green;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#sendmessage.show, #errormessage.show, .show {
  display: block;
}

.black {
  color: #000 !important;
  font-weight: 600;
}

.btn-send {
  border-radius: 0px;
  color: #000;
  background-color: #FFD34E;
}

a, a:hover {
  color: #FFD34E;
}

.cont-title {
  font-size: 24px;
  padding: 15px 0px;
}

.location-info p span {
  display: inline-block;
}

.location-info p span {
  width: 40px;
  font-size: 24px;
  color: #666;
  vertical-align: middle;
}

.location-info p {
  margin-bottom: 5px;
}

.location-info p {
  font-size: 18px;
  line-height: 32px;
  color: #000;
}

.contact-icon-container {
  position: absolute;
  top: -38px;
  right: 0;
  padding-right: 20px;
  font-size: 320px;
  color: #555;
  line-height: 300px;
  -ms-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
/*HOME*/
.wrapper_encart_home h2 {
    font-size: 24px;
}
/*SLIDER VOITURE HOME*/
  .carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}
.carousel-inner {
    height: 280px;
}
#portfolio h2 {
    font-size: 32px;
    margin-bottom: 60px;
}
.inf_basic_car span {
    display: inline-block;
    width: 40px;
    font-weight: bold;
}

.inf_basic_car{
    min-height: 264px;
}
.btn-submit_reverse,.wpcf7-submit {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 40px;
  font-weight: normal;
  border-radius: 0px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-top: 25px;
  background: #fff;
  color: #181818 !important;
  border: 1px solid #181818;
  border-radius: 4px;
}
.wpcf7-submit {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 4px 15px;
    border-color: #ccc;
}
.btn-submit_reverse:hover,.wpcf7-submit:hover {
  background: #181818;
  color:#fff !important;
  border:1px solid #181818;
}
.carousel-control-next.nav_carousel_home, .carousel-control-prev.nav_carousel_home {
    height: 46px;
    display: block;
    bottom: unset;
    top: 146px;
    border: 1px solid #181818;
    width: 90px;
    text-transform: uppercase;
    padding-top: 10px;
    font-weight: normal;
    letter-spacing: 1px;
    transition-duration:400ms;
    border-radius: 4px;
}
.carousel-control-next.nav_carousel_home:hover, .carousel-control-prev.nav_carousel_home:hover {
  background-color: #181818;
  color:#fff !important;
}
.carousel-control-next.nav_carousel_home {
    right: 105px;
}
.carousel-control-prev.nav_carousel_home {
    right: 210px;
    left: unset;
}
.carousel-control-prev.nav_carousel_home, .carousel-control-next.nav_carousel_home{
  opacity: 1;
}
/*SERACH UNDER HEADER HOME*/

/*#search_on_home {
    background-color: rgba(24,24,24,0.9);
}*/
/*#search_on_home .tab-content{
  padding:15px;
  position: relative;
}
.line_under_header{
  margin-bottom: 15px;
}
.line_under_header label:first-child {
    margin-right: 15px;
    max-width: 380px;
}
.line_under_header label:first-child input{

}
.line_under_header label:first-child span{
    width: 190px;
    display: inline-block;
}
.line_under_header label:last-child {
    width: 307px;
}
.line_under_header label:last-child select[name="home_road_heure"] {
    float: right;
}
.button_under_header {
    position:absolute;
    top:0;
    right: 15px;
}
#search_on_home .nav-link{
  padding:5px 0;
  font-weight: bold;
  color: #fff !important;
}
#search_on_home .nav-link.active {
    background: #009ae1;
}
.line_under_header label span {
    color: #fff !important;
}*/
/*#search_on_home form select {
    padding: 5px;
}*/
/*.page-id-56 #search_on_home, .page-id-137 #search_on_home {
    display:block;
}*/
/*#search_on_home {
    padding: 15px 0;
    display:none;
    width: 100%;
    z-index: 9;
    border-top: 2px solid #009ae1;
    background-color: #f8f8f8;
}
#block_search_home .chbs-main-navigation-default.chbs-clear-fix{
  display:none;
}
#block_search_home .chbs-main-content-step-1 .chbs-layout-column-right{
  display:none;
}
#block_search_home .chbs-main .chbs-layout-50x50>.chbs-layout-column-left{
  float: none;
  margin:auto;
}
#block_search_home .chbs-layout-column-left, #block_search_home .chbs-layout-column-right{
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
#block_search_home .chbs-main .chbs-main-content{
  margin-top:0;
}
#block_search_home .chbs-main-content-step-1 .ui-tabs-nav li a{
  padding:5px;
}
#block_search_home .chbs-main .chbs-form-field>input{
  padding-bottom: 0;
}
#block_search_home .chbs-main .chbs-form-field{
  padding:0;
}
#block_search_home .chbs-main .chbs-location-add{
  top:9px;
}
#block_search_home .chbs-main .chbs-layout-25x75>.chbs-layout-column-left{
  width:0;
  visibility: hidden;
  height: 0;
}
#block_search_home .chbs-main .chbs-layout-25x75>.chbs-layout-column-right{
  width:100%;
  background-color: #fff;
  padding:15px;
}
#block_search_home .chbs-main .chbs-vehicle-list>ul>li{
  height: 80px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#block_search_home .chbs-main .chbs-vehicle .chbs-vehicle-content>div.chbs-vehicle-content-header{
  height: 30px;
  width: 100%;
  overflow: visible;
}
#block_search_home .chbs-main .chbs-vehicle .chbs-vehicle-content>div.chbs-vehicle-content-header>span:first-child{
  padding-bottom: 5px;
}
#block_search_home .chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-price>span>span:first-child{
  font-size:20px;
}
#block_search_home .chbs-main .chbs-vehicle .chbs-vehicle-image{
  max-width: 100px;
  min-height: auto;
}
#block_search_home .chbs-main .chbs-vehicle .chbs-vehicle-image>img{
  height: auto;
}
#block_search_home .chbs-main .chbs-vehicle .chbs-vehicle-image+.chbs-vehicle-content{
  margin-left:150px;
}
#block_search_home .chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-price{
  margin-top: -10px;
  float:left;
  width: 100%;
}
#block_search_home .chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-meta{
  width:auto;
  display:block;
  margin-top: 0;
  float:right;
}
#block_search_home .chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-meta>div>.chbs-vehicle-content-meta-info{
  float: right;
  margin-right: 145px;
  width: 240px;
  margin-top:-40px;
}
#block_search_home .chbs-main-content-step-1 .chbs-main-content-navigation-button .chbs-button.chbs-button-step-next{
  width: 250px !important;
  display:block !important;
  margin:auto !important;
  text-align: center;
  padding:left:5px;
  padding-right: 5px;
  background-color: transparent;
  border:2px solid #009ae1;
  float: none;
  padding-top:5px;
  padding-bottom:5px;
}
#block_search_home .chbs-main-content-step-1 .chbs-main-content>div>div:last-child{
  margin-top:20px;
}
.chbs-layout-column-left{
  background-color: #fff;
}
#block_search_home  h4.chbs-payment-header{
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
#block_search_home #add_debitoor{
  position: relative;
  left:0;
  top:0;
  width:50%;
}
#block_search_home .chbs-main .chbs-payment>li>a>span.chbs-meta-icon-wallet{
  line-height: 30px;
  font-size: 38px;
}
#block_search_home .chbs-main-content-step-1 .chbs-main-content-navigation-button{
  background-color: transparent;
  margin-top:15px;
}
#block_search_home .chbs-main-content-step-2 .chbs-main-content-navigation-button, #block_search_home .chbs-main-content-step-3 .chbs-main-content-navigation-button{
  margin-top:0;
  padding:5px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
#block_search_home .chbs-main-content-step-2 .chbs-main-content-navigation-button a, #block_search_home .chbs-main-content-step-3 .chbs-main-content-navigation-button a{
  padding-top:8px;
  padding-bottom: 10px;
}
#block_search_home .chbs-main .chbs-payment{
  margin-top: 0
}
#block_search_home .chbs-main .chbs-payment>li{
  height: 40px;
}
#block_search_home .chbs-main-content-step-3 .chbs-layout-column-right div:nth-child(2) .chbs-clear-fix:first-child .chbs-form-label-group{
  display:none;
}*/
/*PAGE VEHICULES*/
.outer_car_page {
    margin-bottom: 60px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 60px;
}

.outer_car_page img {
    max-width:100%;
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 75px;
    height: 75px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: 0;
}
.carousel-indicators {
    bottom: -100px;
}
/*PAGE CONTACT*/
#top_contact_form {
    background-color: rgba(0, 154, 225, 0.5);
    padding: 15px;
    margin-top: 150px;
    min-height: 150px;
}
#top_contact_form h1{
  margin-top: 0;
  margin-bottom: 30px;
}
.wrapper_contact {
    padding-top: 30px;
    display: flex;
    justify-content: space-around;
}
.wrapper_contact_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#contact_formulaire {
    background-color: rgba(233, 233, 233, 0.85);
    position: relative;
}
#contact_formulaire::after {
    background-size: cover;
    background-position: left;
    content:'';
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
/*PAGE SAISI CARTE*/

#sentence_card {
    margin-top: 250px;
    text-align: center;
}
#rappel_paiement{
  margin-top:150px;
  min-height: 52vh;
}
.page-id-47 .btn.btn-submit, .page-id-319 .btn.btn-submit{
  border:1px solid #181818;
  border-radius: 4px;
}
#add_debitoor:hover{
  cursor: pointer;
}

/*PAGE TARIF*/
.wrapper_tarif {
    box-shadow: 0 0 5px rgba(0,0,0, 0.25);
    padding: 15px;
    margin-bottom: 30px;
}
.wrapper_title_tarif {
    background-color: #009ae1;
    margin: -15px -15px 0px -15px;
    padding: 15px 0;
    position:relative;
}
.wrapper_tarif .wrapper_content_tarif:nth-child(even){
    background-color: #f2f2f2;
}
.wrapper_title_tarif h2 {
    color: #fff !important;
    text-align: center;
}
.wrapper_title_tarif h2 span {
    color: #fff !important;
    font-size: 28px;
}
.tarifs_go_back p span:nth-child(2) {
    font-weight: bold;
    margin-left: 15px;
}
.tarifs_go_back p span:last-child {
    font-weight: bold;
}
.wrapper_content_tarif {
    padding: 15px 0;
    margin-right: -15px;
    margin-left: -15px;
}
.wrapper_content_tarif p:first-child{
  font-weight: bold;
  font-size:20px;
}
#title_car {
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 15px;
    color: #009ae1 !important;
}
.wrapper_content_tarif p{
  display:block;
  margin-bottom: 0;
  font-weight:bold;
  text-align: center;
}
/*FOOTER*/

.footer {
    min-height: 150px;
    background-color: #181818;
    margin-top: 50px;
}
.outer_footer p, .outer_footer a, .outer_footer span{
  color:#ccc !important;
  display:block;
  margin-left: 15px;
}
.outer_footer {
    margin-top: 15px;
}
#logo_footer {
    display: block;
    width: 250px;
    margin: 15px auto 15px auto;
}
.list_page a {
    color: #ccc !important;
}
/****/

body:not(.page-template-template-vehicules) .main-header,
body:not(.page-template-template-tarifs) .main-header,
body:not(.page-template-template-contact) .main-header,
body:not(.page-template-template-choix-du-vehicule) .main-header,
body:not(.page-template-template-choix-des-options) .main-header,
body:not(.page-template-template-paiement-a-bord) .main-header,
body:not(.page-template-template-paiement-ancv) .main-header,
body:not(.page-template-template-paiement-en-ligne) .main-header,
body:not(.page-template-template-par-virement) .main-header,
body:not(.single-post) .main-header {
    height: 690px;
    background-position: center;
}

body.page-template-default .main-header,
body.page-template-template-tarifs .main-header,
body.page-template-template-vehicules .main-header,
body.page-template-template-contact .main-header,
body.page-template-template-choix-du-vehicule .main-header,
body.page-template-template-choix-des-options .main-header,
body.page-template-template-paiement-a-bord .main-header,
body.page-template-template-paiement-ancv .main-header,
body.page-template-template-paiement-en-ligne .main-header,
body.page-template-template-paiement-par-virement .main-header{
  height:0;
}

body.single-post .main-header {
    height:175px;
}

body.single-post .content {
    width:auto;
}

.page-template-default img.aligncenter {
    width: auto;
    margin-right:auto;
    margin-left:auto;
}
.bg-color {
    border-bottom: 2px solid #009ae1;
}
.navbar-toggler {
    float: right;
    margin-top: 40px;
}
.navbar-toggler-icon {
    width: 25px;
    height: 2px;
    vertical-align: middle;
    content: "";
    background: #fff;
    display: block;
    margin-bottom: 5px;
}
.navbar-toggler:focus{
    outline: none;
}
/*MEDIA QUERY*/

@media (max-width:1200px){
  .carousel-control-next.nav_carousel_home, .carousel-control-prev.nav_carousel_home {
    bottom: unset;
    top: -100px;
  }
  .carousel-control-prev.nav_carousel_home {
    left: 210px;
    right: unset;
  }
  .carousel-control-next.nav_carousel_home {
    left: 320px;
    right: unset;
  }
}
@media (max-width:992px){
  .navbar-default .navbar-nav>li>a {
      text-align: center;
  }
  ul#menu-menu-1 li:first-child {
    margin-top: 35px;
  }
  .carousel-indicators{
    display:none;
  }
  a.nav-link[lang="fr-FR"] img, a.nav-link[lang="en-GB"] img{
    display:none;
  }
 .flag_lang{
    display:block;
    position: fixed;
    z-index: 999;
    top: 50px;
    width: 46px;
    margin-left: -23px;
    left: 50%;
  }
  .flag_lang li {
    list-style: none;
    display: inline-block;
  }
  .flag_lang img {
      width: 16px;
  }
  .button_under_header {
    position:relative;
    top:0;
    right: 0;
}
#block_resa {
    width: 80%;
    margin-left: -40%;
}
}
@media (max-width: 900px) {
  .section-title {
    margin-bottom: 15px;
  }
  #contact_formulaire {
    padding-bottom: 40px;
}
  .wrapper_contact{
    display: block;
    padding:15px;
  }
.wrapper_contact_left label,
.wrapper_contact_left span,
.wrapper_contact_left input,
.wrapper_contact_right label,
.wrapper_contact_right span,
.wrapper_contact_right textarea{
    width: 100%;
    display: block;
}
.wpcf7-submit {
  position: absolute;
    bottom: 15px;
    width: 50% !important;
    right: 15px;
}
}
@media (max-width: 768px) {
  #block_search_home .chbs-main .chbs-vehicle-list>ul>li{
    height: auto;
  }
  #block_search_home .chbs-main .chbs-vehicle .chbs-vehicle-content>div.chbs-vehicle-content-header{
    clear:both;
  }
  #block_search_home .chbs-main .chbs-vehicle .chbs-vehicle-image+.chbs-vehicle-content{
    margin-left:0;
  }
  #block_search_home .chbs-main .chbs-vehicle .chbs-vehicle-image{
    max-width: none;
    width: 100%;
  }
  #block_search_home .chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-price{
    margin-top: 0;
    clear: both;
    float:none;
    display: block;
  }
  #block_search_home .chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-meta{
    width: auto;
    margin-top: 30px;
    float:none;
  }
  #block_search_home .chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-meta>div>.chbs-vehicle-content-meta-info{
    margin-top: 0;

  }
  #block_search_home .chbs-main .chbs-layout-25x75>.chbs-layout-column-left{
    position: absolute;
  }
.flag_lang {
    left: 90%;
    top: 75px;
}
label.setup_etiquette {
    width: 100px;
    margin-bottom: 15px;
}
}
@media (max-width: 528px) {
 #block_search_home .chbs-main.chbs-width-300 .chbs-main-navigation-responsive, .chbs-main-navigation-responsive{
    display:none !important;
  }
  #block_search_home .chbs-main .chbs-layout-25x75>.chbs-layout-column-right{
    padding-top:40px;
  }
  #block_search_home .chbs-main .chbs-vehicle .chbs-vehicle-content>div.chbs-vehicle-content-header{
    position:relative;
  }
  #block_search_home .chbs-main .chbs-vehicle .chbs-vehicle-image{
    margin-bottom: 70px;
  }
  #block_search_home .chbs-main.chbs-width-300 .chbs-vehicle .chbs-vehicle-content .chbs-vehicle-content-header>a{
    position: absolute;
    left: 0;
    top:-70px;
    z-index:0;
  }
    #block_search_home .chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-meta>div>.chbs-vehicle-content-meta-info{
      float:none;
      margin-right: 0;
    }
  #block_search_home .chbs-main .chbs-vehicle .chbs-vehicle-content>.chbs-vehicle-content-meta>div>.chbs-vehicle-content-meta-info>div, #block_search_home .chbs-main.chbs-width-300 .chbs-vehicle .chbs-vehicle-content .chbs-vehicle-content-meta>div>.chbs-vehicle-content-meta-info>div>span{
    float:none !important;
  }
  #content_debitoor .chbs-payment-name{
    font-size: 14px;
  }

}

@media (min-width: 20px) and (max-width: 450px) {
  .navbar-toggle:hover, .navbar-toggle {
    background-color: #fff;
    color: #000;
  }
  .navbar-toggle {
    margin-top: 0px;
  }
  .navbar-default .navbar-nav>li>a {
    text-align: center;
  }
  .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  }
  .top-title {
    font-size: 15px;
  }
  .title {
    font-size: 50px;
  }
  .sub-title {
    font-size: 24px;
  }
  .footer-copyright {
    text-align: center;
  }
  .padding-right-zero {
    padding-right: 15px;
  }
  .section-title {
    margin-bottom: 15px;
  }
  .cta-txt h3 {
    font-size: 28px;
  }
  body {
    font-size: 14px;
  }
  h3.txt-tl {
    font-size: 20px;
  }
  #portfolio h2 {
    font-size: 32px;
    margin-bottom: 120px;
  }
    .carousel-control-prev.nav_carousel_home {
    left: 0px;
  }
  .carousel-control-next.nav_carousel_home {
    left: 100px;
  }
.navbar-brand {
    margin-right: 0;
}
}

.checkout {
    width: 80%;
    margin: 50px auto;
    padding: 15px;
    background: #f3f6fa;
    border: 1px solid;
    border-color: #c2cadb #bbc5d6 #b7c0cd;
    border-radius: 7px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.checkout > p {
    zoom: 1;
}
.checkout > p:before, .checkout > p:after {
    content: '';
    display: table;
}
.checkout > p:after {
    clear: both;
}
.checkout > p + p {
    margin-top: 15px;
}

.checkout-header {
    position: relative;
    margin: -15px -15px 15px;
}

.checkout-title {
    margin-top:0;
    padding: 0 15px;
    line-height: 38px;
    font-size: 13px;
    font-weight: bold;
    color: #7f889e;
    text-shadow: 0 1px rgba(255, 255, 255, 0.7);
    background: #eceff5;
    border-bottom: 1px solid #c5ccdb;
    border-radius: 7px 7px 0 0;
    background-image: -webkit-linear-gradient(top, #f5f8fb, #e9edf3);
    background-image: -moz-linear-gradient(top, #f5f8fb, #e9edf3);
    background-image: -o-linear-gradient(top, #f5f8fb, #e9edf3);
    background-image: linear-gradient(to bottom, #f5f8fb, #e9edf3);
    -webkit-box-shadow: inset 0 1px white;
    box-shadow: inset 0 1px white;
}
.checkout-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.checkout-price {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 40px;
    font: 14px/40px Helvetica, Arial, sans-serif;
    color: white;
    text-align: center;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
    text-indent: -1px;
    letter-spacing: -1px;
    background: #e54930;
    border: 1px solid;
    border-color: #b33323 #ab3123 #982b1f;
    border-radius: 21px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: -webkit-linear-gradient(top, #f75a3b, #d63b29);
    background-image: -moz-linear-gradient(top, #f75a3b, #d63b29);
    background-image: -o-linear-gradient(top, #f75a3b, #d63b29);
    background-image: linear-gradient(to bottom, #f75a3b, #d63b29);
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
}
.checkout-price:before {
    content: '';
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
    border: 2px solid #f5f8fb;
    border-radius: 18px;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px rgba(0, 0, 0, 0.25), 0 -1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px rgba(0, 0, 0, 0.25), 0 -1px 1px rgba(0, 0, 0, 0.25);
}

input {
    margin: 0;
    line-height: normal;
    font-family: inherit;
    font-size: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.checkout-input {
    float: left;
    padding: 0 7px;
    height: 32px;
    color: #525864;
    background: white;
    border: 1px solid;
    border-color: #b3c0e2 #bcc5e2 #c0ccea;
    border-radius: 4px;
    background-image: -webkit-linear-gradient(top, #f6f8fa, white);
    background-image: -moz-linear-gradient(top, #f6f8fa, white);
    background-image: -o-linear-gradient(top, #f6f8fa, white);
    background-image: linear-gradient(to bottom, #f6f8fa, white);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.5);
}
.checkout-input:focus {
    border-color: #46aefe;
    outline: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px #46aefe;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px #46aefe;
}
.lt-ie9 .checkout-input {
    line-height: 30px;
}

.checkout-name {
    width: 70%;
}

.checkout-card {
    width: 75%;
}

.checkout-exp,
.checkout-cvc {
    margin-left: 15px;
    width: 10%;
}

.checkout-btn-wait {
    width: 100%;
    height: 34px;
    padding: 0;
    font-weight: bold;
    color: white;
    text-align: center;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
    border: 1px solid;
    border-color: #333333 #666666 #222222;
    background: #111111;
    border-radius: 4px;
    background-image: -webkit-linear-gradient(top, #333333, #222222 40%, #323232);
    background-image: -moz-linear-gradient(top, #333333, #222222 40%, #323232);
    background-image: -o-linear-gradient(top, #333333, #222222 40%, #323232);
    background-image: linear-gradient(to bottom, #333333, #222222 40%, #323232);
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
}
.checkout-btn {
    width: 100%;
    height: 34px;
    padding: 0;
    font-weight: bold;
    color: white;
    text-align: center;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
    border: 1px solid;
    border-color: #1486f9 #0f7de9 #0d6acf;
    background: #1993fb;
    border-radius: 4px;
    background-image: -webkit-linear-gradient(top, #4cb1fe, #229afc 40%, #138df6);
    background-image: -moz-linear-gradient(top, #4cb1fe, #229afc 40%, #138df6);
    background-image: -o-linear-gradient(top, #4cb1fe, #229afc 40%, #138df6);
    background-image: linear-gradient(to bottom, #4cb1fe, #229afc 40%, #138df6);
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
}
.checkout-btn:active {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    border-color: #075bba #0c69d2 #0f7de9;
    background-image: -webkit-linear-gradient(top, #1281dc, #1593fc);
    background-image: -moz-linear-gradient(top, #1281dc, #1593fc);
    background-image: -o-linear-gradient(top, #1281dc, #1593fc);
    background-image: linear-gradient(to bottom, #1281dc, #1593fc);
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.5);
}

:-moz-placeholder {
    color: #acb6c8 !important;
}

::-moz-placeholder {
    color: #acb6c8 !important;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #acb6c8;
}

:-ms-input-placeholder {
    color: #acb6c8;
}

::-moz-focus-inner {
    padding: 0 !important;
    border: 0 !important;
}
