@charset "UTF-8";
/* line 1, ../sass/reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
*:focus {
  outline: none;
}

/* IE : remove "clear field" X button */
::-ms-clear { display: none; }
::-ms-reveal {display: none;}

/* HTML5 display-role reset for older browsers */
/* line 22, ../sass/reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
/* line 26, ../sass/reset.scss */
body {
  line-height: 1;
}
@font-face {
  font-family: 'AlternateGotNo2D';
  src: url('../fonts/AlternateGotNo2D.eot');
  src: url('../fonts/AlternateGotNo2D.eot?#iefix') format('embedded-opentype'),
      url('../fonts/AlternateGotNo2D.woff2') format('woff2'),
      url('../fonts/AlternateGotNo2D.woff') format('woff'),
      url('../fonts/AlternateGotNo2D.ttf') format('truetype'),
      url('../fonts/AlternateGotNo2D.svg#AlternateGotNo2D') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Bold';
  src: url('../fonts/Gotham-Bold.eot');
  src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Gotham-Bold.woff2') format('woff2'),
      url('../fonts/Gotham-Bold.woff') format('woff'),
      url('../fonts/Gotham-Bold.ttf') format('truetype'),
      url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Medium';
  src: url('Gotham-Medium.eot');
  src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Gotham-Medium.woff2') format('woff2'),
      url('../fonts/Gotham-Medium.woff') format('woff'),
      url('../fonts/Gotham-Medium.ttf') format('truetype'),
      url('../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}
/*
@font-face {
  font-family: 'Gotham-Black';
  src: url('Gotham-Black.eot');
  src: url('../fonts/Gotham-Black.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Gotham-Black.woff2') format('woff2'),
      url('../fonts/Gotham-Black.woff') format('woff'),
      url('../fonts/Gotham-Black.ttf') format('truetype'),
      url('../fonts/Gotham-Black.svg#Gotham-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}
*/
/* line 29, ../sass/reset.scss */
ol, ul {
  list-style: none;
}

/* line 32, ../sass/reset.scss */
blockquote, q {
  quotes: none;
}

/* line 35, ../sass/reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 40, ../sass/reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 44, ../sass/reset.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 49, ../sass/reset.scss */
strong {
  font-weight: bold;
}

/* line 52, ../sass/reset.scss */
p {
  margin: 10px 0;
  font-weight: 400;
}

/* line 57, ../sass/reset.scss */
* {
  outline: 0;
}

/* GLOBAL */
/* line 3, ../sass/global.scss */
body {
  overflow-x: hidden;
  font-family: arial;
  font-size: 14px;
}

/* line 9, ../sass/global.scss */
#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-left: 130px;
}

/* line 18, ../sass/global.scss */
.page_content_wrapper {
  width: 100%;
}

/* line 22, ../sass/global.scss */
.container {
  margin: 0 auto;
  width: 80%;
  position: relative;
}

/* line 28, ../sass/global.scss */
h2 {
  font-size: 48px;
  font-weight: bold;
}

/* line 33, ../sass/global.scss */
h3 {
  font-size: 18px;
  font-weight: bold;
}

/* FORM */
/* line 40, ../sass/global.scss */
.input_group {
  position: relative;
}

/* line 44, ../sass/global.scss */
input {
  border: none;
  width: 100%;
}

/* line 48, ../sass/global.scss */
button {
  border: none;
  cursor: pointer;
}

/* line 52, ../sass/global.scss */
.form_control {
  border: none;
  height: 58px;
  border-radius: 3px;
  padding: 0 40px 0 13px;
}

/* line 59, ../sass/global.scss */
.btn_off {
  cursor: default !important;
  color: #AEAEAE !important;
  background: #E1E1E1 !important;
}

/* line 65, ../sass/global.scss */
.txt_info {
  color: #00C100;
  font-weight: bold;
  display: block;
  line-height: 20px;
}

/* Alert */
/* line 74, ../sass/global.scss */
.alert {
  padding: 16px 60px 16px 20px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 79, ../sass/global.scss */
.alert.alert_info {
  background-color: #00C100;
  border-color: #00C100;
  color: #ffffff;
  font-weight: bold;
}

/* line 84, ../sass/global.scss */
.alert.alert_info:after {
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  color: #ffffff;
  background: url(../images/pictos/info_green.png) no-repeat;
  right: 23px;
  margin-top: -4px;
}

/* BR */
.alert.alert_danger {    
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
    font-weight: bold;
}

/* BR */
/*
.alert.alert_danger:after {
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  color: #ffffff;
  background: url(../images/pictos/info_red.png) no-repeat;
  right: 23px;
  margin-top: -4px;
}*/

.alert.alert_danger:after {
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  color: #ffffff;
  background: url(../images/pictos/info_red.png) no-repeat;
  right: 23px;
  top: 12px;
  /*margin-top: -4px;*/
}
/* Fin BR*/

/* BLOCK LEFT */
/* line 99, ../sass/global.scss */
.sidebar_wrapper {
  width: 130px;
  background: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  border-right: 1px solid #dddddd;
  z-index: 100;
}
/* line 107, ../sass/global.scss */
.sidebar_wrapper .sidebar_nav {
  position: absolute;
  top: 0;
  width: 130px;
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 114, ../sass/global.scss */
.sidebar_wrapper .sidebar_nav li {
  margin: 25px 0;
}
/* line 116, ../sass/global.scss */
.sidebar_wrapper .sidebar_nav li a {
  display: block;
  text-decoration: none;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  padding-left: 22px;
}
/* line 123, ../sass/global.scss */
.sidebar_wrapper .sidebar_nav li a.nav_link_off {
  color: #E1E1E1;
  cursor: default;
}
/* line 127, ../sass/global.scss */
.sidebar_wrapper .sidebar_nav li a.active {
  color: #000000;
  cursor: pointer;
}
/* line 130, ../sass/global.scss */
.sidebar_wrapper .sidebar_nav li a.active:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  background: url(../images/pictos/arrow_right_black.svg) no-repeat;
  background-size: cover;
  margin-left: -15px;
  margin-top: 0.5px;
}
/* line 143, ../sass/global.scss */
.sidebar_wrapper .sidebar_nav > .sidebar_brand {
  margin-top: 22px;
  margin-bottom: 30vh;
}
/* line 146, ../sass/global.scss */
.sidebar_wrapper .sidebar_nav > .sidebar_brand a {
  height: 80px;
  width: 200px;
  background: url(../images/brand_desktop.svg) no-repeat;
  position: relative;
  overflow: hidden;
  left: 25px;
  transition: width 0.3s ease, background 0s ease;
}
/* line 156, ../sass/global.scss */
.sidebar_wrapper .sidebar_nav > .sidebar_brand.sidebar-brand_mob a {
  width: 80px;
  background: #00C100 url(../images/brand_mobile.svg);
  background-repeat: no-repeat;
  transition: width 0.2s ease, background 0.3s ease;
}

/* BLOCK RIGHT */
/* line 171, ../sass/global.scss */
.page_content_wrapper #brand {
  display: none;
  width: 60px;
  position: absolute;
  top: 20px;
  left: 45px;  
}
/* line 174, ../sass/global.scss */
.page_content_wrapper .translate {
  position: absolute;
  top: 45px;
  right: 0;
  z-index: 10;
}
/* line 180, ../sass/global.scss */
.page_content_wrapper .translate li button {
  background-color: #fcfcfc;
  border: none;
  color: #000000;
  font-weight: bold;  
  text-align: left;
  padding: 7px 13px;
  margin: 0px;
  line-height: 18px;
  font-size: 12px;
  padding-right: 22px;
  width: 144px;
  
}
/* line 191, ../sass/global.scss */
.page_content_wrapper .translate li button:after {
  content: "";
  position: absolute;
  height: 9px;
  width: 14px;
  color: #ffffff;
  background: url(../images/pictos/arrow_bottom_black.svg) no-repeat;
  margin-top: 4px;
  right: 5px;
}
/* line 202, ../sass/global.scss */
.page_content_wrapper .translate li .dropdown_content {
  display: none;
  background: #ffffff;
  width: 144px;
}
/* line 206, ../sass/global.scss */
.page_content_wrapper .translate li .dropdown_content.show {
  display: block;
  clear: both;
}
/* line 211, ../sass/global.scss */
.page_content_wrapper .translate li .dropdown_content li a {
  text-align: left;
  color: #000000;
  font-size: 12px;
  text-decoration: none;
  display: block;
  padding: 7px 13px;
  font-weight: bold;
  border: 2px solid #ffffff;
}
/* line 220, ../sass/global.scss */
.page_content_wrapper .translate li .dropdown_content li a:hover {
  border: 2px solid #00C100;
}
/* line 225, ../sass/global.scss */
.page_content_wrapper .translate li .dropdown_content li.active a {
  background: #00C100;
  border: 2px solid #00C100;
  color: #ffffff;
}
/* line 236, ../sass/global.scss */
.page_content_wrapper footer {
  padding: 40px 0;
}
.page_content_wrapper footer .container {
	position: static;
}
/* line 238, ../sass/global.scss */
.page_content_wrapper footer ul {
  text-align: center;
}
/* line 240, ../sass/global.scss */
.page_content_wrapper footer ul li {
  display: inline;
  color: #787878;
  font-size: 12px;
}
/* line 244, ../sass/global.scss */
.page_content_wrapper footer ul li a {
  color: #787878;
  font-size: 12px;
}

/* MEDIA */
@media screen and (max-width: 768px) {
  /* line 258, ../sass/global.scss */
  #wrapper {
    padding: 0;
  }

  /* line 261, ../sass/global.scss */
  .container {
    width: 85%;
  }

  /* BLOCK LEFT */
  /* line 265, ../sass/global.scss */
  .sidebar_wrapper {
    display: none;
  }

  /* BLOCK RIGHT FOOTER */
  /* line 271, ../sass/global.scss */
  .page_content_wrapper #brand {
    display: block;
  }
 
  /* line 278, ../sass/global.scss */
  .page_content_wrapper .translate {
    top: 73px;
  }
  
  /* line 282, ../sass/global.scss */
  /* BR */
  .page_content_wrapper footer {
     /* display: none; */ 
  }
  .home .modal .modal_content .header_top {
    padding-top:40px; 
  }
}
@media screen and (max-width: 570px) {
  /* line 290, ../sass/global.scss */
  h2 {
    font-size: 24px;
  }

  /* BLOCK RIGHT FOOTER */
  /* line 297, ../sass/global.scss */
  .page_content_wrapper #brand {
    top: 20px;
  }
  /* line 300, ../sass/global.scss */
  .page_content_wrapper .translate {
    top: 41px;
  }
}
/* HOME */
/* line 3, ../sass/home.scss */
.home {
  /* BLOCK RIGHT */
}

/* BR */
.home.generic .home-page.no_client_form, .home.generic .home-page.client_form {
	display:none;
}

.home .header_top .text-required {
	margin-top :50px;
	line-height: 20px;
	font-family: 'Gotham-Medium';
	font-size: 14px;	
}
.home .header_top .text {
	margin-top :50px;
	line-height: 18px;
	font-family: 'Gotham-Medium';
	font-size: 12px;	
}
/* fin BR */

.home.generic .header_top {
	background-position: bottom right:important;
}

/* line 7, ../sass/home.scss */
.home .header_top {
  background-image: url("../images/bg_home.jpg");
  background-size: cover;
  background-position: top right;
  height: auto;
  padding-bottom: 50px;
}
.home .error .header_top {
  background-image: url("../images/bg-error.jpg");
  background-position: top right;
}
.home .invitationClub .header_top {
  background-image: url("../images/bg-Invitation-Club.jpg");
  background-position: top right;
}
.home .invitationElite .header_top {
  background-image: url("../images/bg-Invitation-Elite.jpg");
  background-position: top left;
}
.home .invitationEliteVIP .header_top {
  background-image: url("../images/bg-Invitation-EliteVIP.jpg");
  background-position: top center;
}
.home .InvitationExecutive .header_top {
  background-image: url("../images/bg-InvitationExecutive.jpg");
  background-position: top right;
}
.home .Confirmation .header_top {
  background-image: url("../images/bg-Confirmation.jpg");
  background-position: top right;
}
.sidebar_wrapper li[role="presentation"] a.hide {
	display:none;	
}
#Yourpersonalinformation.club .btn-look {
  width: auto;
  padding: 0 30px;
}
.home .header_top .titleh1 h1 span span {
  display: inline;
  color: #99cc33;
}
.home .header_top .titleh1 h1 span span.elite {
  color: #cccc99;
}
.home .header_top .titleh1 h1 span span.elitevip {
  color: #999900;
}
.home .header_top .titleh1 h1 span span.executive {
  color: #999999;
}
/* line 12, ../sass/home.scss */
.home .header_top .titleh1 {
  padding-top: 15vh;
}
/* line 14, ../sass/home.scss */
.home .header_top .titleh1 h1 {
  color: #ffffff;
  font-size: 120px;
  text-transform: uppercase;
  font-family: 'AlternateGotNo2D';
  line-height: 100px;
  text-shadow: 2px 2px 12px rgba(0,0,0,0.4);
}
.home .header_top .titleh1 h1 div{
  color : #FFDC00;
  display: block;
}
.home .header_top .titleh1 h1 span {
  color : #FFDC00;	
  display: inline;
}
/* line 21, ../sass/home.scss */
.home .header_top .formsearch {
  margin-top: 20px;
}
/* line 23, ../sass/home.scss */
.home .header_top .formsearch .box_alert {
  /*
  position: relative;
  width: 80%;
  top: -28px;
  left: 0;
  right: 0;
  margin: auto;
  */
}
/* line 31, ../sass/home.scss */
.home .header_top .formsearch .box_alert .alert.alert_info {
  background-color: #ff5417;
  border-color: #ff5417;
}

/* line 34, ../sass/home.scss */
/* BR*/
.home .alert.alert_danger br {
	content: ""; 
	display: block; 
	margin: 5px 0;
}

.home .header_top .formsearch .box_alert .alert.alert_danger:after {
 /* background: url(../images/pictos/info_red.png) no-repeat;*/
}

/* line 39, ../sass/home.scss */
.home .header_top .formsearch .form_box {
  float: left;
}
/* line 41, ../sass/home.scss */
.home .header_top .formsearch .form_box input {
  cursor: pointer;
  color: #149718;
  font-size: 14px;
  font-family: inherit;
}
/* line 47, ../sass/home.scss */
.home .header_top .formsearch .form_box .input_group label {
  margin: 0;
  padding: 0;
  left: 40px;
  top: 15px;
  position: absolute;
  font-size: 11px;
  color: #555555;
  font-weight: bold;
  transition: all .3s ease;
  z-index: 10;
  cursor: pointer;
  display: block;
}
/* line 62, ../sass/home.scss */
.home .header_top .formsearch .form_box.form_box1 {
  width: 45%;
}
/* line 64, ../sass/home.scss */
.home .header_top .formsearch .form_box.form_box1 .input_pick_ret {
  background-image: url(../images/pictos/pin_green.svg);
  background-repeat: no-repeat;
  background-position: 98% center;
  background: #ffffff url(../images/pictos/pin_green.svg) no-repeat calc(100% - 13px) center;
}
/* line 71, ../sass/home.scss */
.home .header_top .formsearch .form_box.form_box1 .list_pickup ul {
  position: absolute;
  z-index: 999;
  background: #ffffff;
  padding: 15px 40px 15px 15px;
  margin-top: 1px;
}
/* line 77, ../sass/home.scss */
.home .header_top .formsearch .form_box.form_box1 .list_pickup ul li {
  color: #000000;
  font-size: 12px;
  line-height: 14px;
  margin: 18px 5px 18px 50px;
}
/* line 82, ../sass/home.scss */
.home .header_top .formsearch .form_box.form_box1 .list_pickup ul li.title_location {
  margin-left: 0;
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  color: #747474;
}
/* line 90, ../sass/home.scss */
.home .header_top .formsearch .form_box.form_box1 .list_pickup ul li.train_icon:before, .home .header_top .formsearch .form_box.form_box1 .list_pickup ul li.airport_icon:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 32px;
}
/* line 99, ../sass/home.scss */
.home .header_top .formsearch .form_box.form_box1 .list_pickup ul li.train_icon:before {
  background: url(../images/pictos/train_grey.svg) no-repeat;
}
/* line 104, ../sass/home.scss */
.home .header_top .formsearch .form_box.form_box1 .list_pickup ul li.airport_icon:before {
  background: url(../images/pictos/airport_grey.svg) no-repeat;
}
/* line 112, ../sass/home.scss */
/* BR */
.home .header_top .formsearch .form_box.form_box2 {
  width: 37%;
  margin: 0 2%;
/*  background: #ffffff; */
  border-radius: 4px;
  position: relative;
}
/* line 118, ../sass/home.scss */
.home .header_top .formsearch .form_box.form_box2 .input_group1, .home .header_top .formsearch .form_box.form_box2 .input_group2 {
  float: left;
  width: 50%;
}
/* line 123, ../sass/home.scss */
.home .header_top .formsearch .form_box.form_box2 input.input_pick_dat, .home .header_top .formsearch .form_box.form_box2 input.input_ret_dat {
  background-image: url(../images/pictos/bookings_green.svg);
  background-repeat: no-repeat;
  background-position: 96% center;
  background: #ffffff url(../images/pictos/bookings_green.svg) no-repeat calc(100% - 13px) center;
}
/* line 130, ../sass/home.scss */
.home .header_top .formsearch .form_box.form_box2 .input_group_addon {
  position: absolute;
  background: #e1e1e1;
  width: 1px;
  height: 40px;
  left: 50%;
  top: 58px;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
/* line 142, ../sass/home.scss */
.home .header_top .formsearch .form_box.form_box3 {
  width: 14%;
}
/* line 144, ../sass/home.scss */
.home .header_top .formsearch .form_box.form_box3 button {
  height: 58px;
  color: #000000;
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  border-radius: 3px;
  background: #FFDC00 url(../images/pictos/arrow_right_black.svg) no-repeat center center;
}
/* line 158, ../sass/home.scss */
.home .page_content_wrapper .box_alert {
  position: relative;
  top: 28px;
  width: 100%;
}

/* AM */
.home .page_content_wrapper .box_alert2 {
  position: relative;
  top: 230px;
  width: 100%;
}
/* AM */

.home .modal .box_alert {
  position: relative;
  top: 16px;
  width: 100%;
}

/* line 163, ../sass/home.scss */
.home .page_content_wrapper .ancre {
  margin: 60px 0;
}
/* line 165, ../sass/home.scss */
.home .page_content_wrapper .ancre h2 {
  margin-bottom: 30px;
}
/* line 170, ../sass/home.scss */
.home .page_content_wrapper .drive_info ul {
  overflow: hidden;
  padding: 10px 0;
}
/* line 173, ../sass/home.scss */
.home .page_content_wrapper .drive_info ul li {
  float: left;
  margin: 5px 80px 5px 0;
}
/* line 176, ../sass/home.scss */
.home .page_content_wrapper .drive_info ul li:last-child {
  margin: 5px 0 5px 0;
}
/* line 179, ../sass/home.scss */
.home .page_content_wrapper .drive_info ul li .inpt_email {
  border: 1px solid #dddddd;
  padding: 7px 10px;
  color: #787878;
  min-width: 280px;
  text-align: center;
}
/* line 186, ../sass/home.scss */
.home .page_content_wrapper .drive_info ul li strong {
  font-weight: bold;
  display: block;
}
/* line 190, ../sass/home.scss */
.home .page_content_wrapper .drive_info ul li p {
  margin: 9px 0;
  line-height: 25px;
  color: #787878;
  clear: both;
}
/* line 195, ../sass/home.scss */
.home .page_content_wrapper .drive_info ul li p i {
  line-height: 25px;
  float: left;
}
/* line 199, ../sass/home.scss */
.home .page_content_wrapper .drive_info ul li p span {
  font-size: 9px;
  color: #ffffff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 15px;
  padding: 3px 16px 1px;
  margin-top: -2px;
  margin-left: 10px;
  display: block;
  float: left;
}
/* line 210, ../sass/home.scss */
.home .page_content_wrapper .drive_info ul li p span.st_pc {
  background: #00C100;
}
/* line 213, ../sass/home.scss */
.home .page_content_wrapper .drive_info ul li p span.st_px {
  background: #999999;
}
/* line 216, ../sass/home.scss */
.home .page_content_wrapper .drive_info ul li p span.st_pe {
  background: #d2b686;
}
/* line 219, ../sass/home.scss */
.home .page_content_wrapper .drive_info ul li p span.st_pv {
  background: #000000;
}
/* line 227, ../sass/home.scss */
.home .page_content_wrapper .your_vehicle {
  clear: both;
  overflow: hidden;
}
/* line 230, ../sass/home.scss */
.home .page_content_wrapper .your_vehicle .box_vehicle {
  float: left;
  width: 310px;
  margin-right: 10px;
}
/* line 234, ../sass/home.scss */
.home .page_content_wrapper .your_vehicle .box_vehicle li {
  color: #787878;
  margin: 0 0 25px;
}
/* line 237, ../sass/home.scss */
.home .page_content_wrapper .your_vehicle .box_vehicle li.title_vehicle {
  margin-bottom: 8px;
}
/* line 239, ../sass/home.scss */
.home .page_content_wrapper .your_vehicle .box_vehicle li.title_vehicle h3 {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}
/* line 246, ../sass/home.scss */
.home .page_content_wrapper .your_vehicle .box_vehicle li.infos_vehicle ul {
  margin: 25px 0 12px;
  clear: both;
  overflow: hidden;
}
/* line 250, ../sass/home.scss */
.home .page_content_wrapper .your_vehicle .box_vehicle li.infos_vehicle ul li {
  display: inline;
  color: #000000;
  font-weight: bold;
}
/* line 254, ../sass/home.scss */
.home .page_content_wrapper .your_vehicle .box_vehicle li.infos_vehicle ul li img {
  float: left;
}
/* line 257, ../sass/home.scss */
.home .page_content_wrapper .your_vehicle .box_vehicle li.infos_vehicle ul li span {
  padding: 3px 10px 0 7px;
  display: block;
  float: left;
}
/* line 266, ../sass/home.scss */
.home .page_content_wrapper .your_vehicle .box_vehicle li.cdt_vehicle button {
  font-size: 14px;
  color: #00C100;
  font-weight: bold;
  background: none;
  padding: 0;
  display: block;
  padding-right: 22px;
}
/* line 274, ../sass/home.scss */
.home .page_content_wrapper .your_vehicle .box_vehicle li.cdt_vehicle button:after {
  content: "";
  position: absolute;
  height: 9px;
  width: 16px;
  background: url(../images/pictos/arrow_bottom_green.svg) no-repeat;
  margin-left: 8px;
  margin-top: 3px;
  transition: 0.5s ease;
}
/* line 285, ../sass/home.scss */
.home .page_content_wrapper .your_vehicle .box_vehicle li.cdt_vehicle button.btn_bottom:after {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transition: 0.2s ease;
}
/* line 294, ../sass/home.scss */
.home .page_content_wrapper .your_vehicle .box_vehicle li.cdt_vehicle div {
  display: none;
}
/* line 296, ../sass/home.scss */
.home .page_content_wrapper .your_vehicle .box_vehicle li.cdt_vehicle div p {
  margin: 15px 0;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.6px;
}
/* line 306, ../sass/home.scss */
.home .page_content_wrapper .your_vehicle .visuel_vehicle {
  float: left;
}
/* line 308, ../sass/home.scss */
.home .page_content_wrapper .your_vehicle .visuel_vehicle img {
  width: 100%;
}
/* line 314, ../sass/home.scss */
.home .modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s;
  z-index: 9999;
}
/* BR */
.home.modal-open .modal { 
	display: block;
}	
/* BR */
.home.invitation .aboutyouTab,  .home.invitation  .contactAdressTab, .home.invitation .DrivinglicenseTab { 
	display: none;
}
/* line 330, ../sass/home.scss */
.home .modal .modal_content {
  position: fixed;
  bottom: 0;
  background-color: #fefefe;
  height: 100vh;
  width: 100%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s;
  top: 0;
}
/* line 340, ../sass/home.scss */
.home .modal .modal_content .page_content_wrapper {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  height: 100vh;
  margin-left: 130px;
  width: auto;
}
/* line 347, ../sass/home.scss */
.home .modal .modal_content .header_top {
  background: #ffffff;
  height: auto;
}
/* line 350, ../sass/home.scss */
.home .modal .modal_content .header_top form {
  margin: 0;
}
/* line 352, ../sass/home.scss */
.home .modal .modal_content .header_top form .modal_header {
  background-color: #ffffff;
  color: white;
  height: 30vh;
}
/* line 356, ../sass/home.scss */
.home .modal .modal_content .header_top form .modal_header .form_center {
  positon: absolute;
  position: absolute;
  width: 100%;
  bottom: 8%;
}
/* line 362, ../sass/home.scss */
.home .modal .modal_content .header_top form .modal_header h2 {
  color: #000000;
  margin: 30px 0;
}
/* BR */
.home.generic .modal .modal_header .close_modal {
    display: none;
}

/* line 366, ../sass/home.scss */
.home .modal .modal_header .close_modal {
  height: 60px;
  width: 60px;
  border: 1px solid #E1E1E1;
  position: absolute;
  top: 6%;
  right: 8.6%;
  cursor: pointer;
  z-index: 100;
}
/* line 375, ../sass/home.scss */
.home .modal .modal_header .close_modal:after {
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  background: url(../images/pictos/close_black.svg) no-repeat;
  top: 22px;
  left: 0;
  right: 0;
  margin: auto;
}

/* BR */ 
.home.invitation .modal .modal_header .close_modal {
	display:none;
}
.home.invitation .modal .modal_header .close_modal.show {
	display:block;
}

/* line 387, ../sass/home.scss */
/* BR */
.home .modal .modal_content .header_top form .modal_header .return_modal {
  position: absolute;
  top: 35px;
  left: 0px;
  cursor: pointer;
  z-index: 100;
  display: block;
}
/* line 394, ../sass/home.scss */
.home .modal .modal_content .header_top form .modal_header .return_modal:after {
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  background: url(../images/pictos/arrow_right_black.svg) no-repeat;
  background-size: cover;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  top: 22px;
  left: 0;
  right: 0;
  margin: auto;
}
/* line 411, ../sass/home.scss */
.home .modal .modal_content .header_top form .modal_header .form_box {
  border-radius: 3px;
  border: 1px solid #E1E1E1;
}
/* line 414, ../sass/home.scss */
.home .modal .modal_content .header_top form .modal_header .form_box .form_control {
  padding: 0 13px 0 40px;
}
/* line 418, ../sass/home.scss */
.home .modal .modal_content .header_top form .modal_header .form_box.form_box1 .input_pick_ret {
  background-position: 13px center;
  background: #ffffff url(../images/pictos/pin_green.svg) no-repeat 13px center;
}
/* line 421, ../sass/home.scss */
.home .modal .modal_content .header_top form .modal_header .form_box.form_box1 .input_pick_ret:focus {
  background: #F6F6F6 url(../images/pictos/pin_green.svg) no-repeat 13px center;
}
/* line 427, ../sass/home.scss */
.home .modal .modal_content .header_top form .modal_header .form_box.form_box1 .input_group.active input {
  padding: 15px 13px 0 40px;
}
/* line 430, ../sass/home.scss */
.home .modal .modal_content .header_top form .modal_header .form_box.form_box1 .input_group.active label {
  display: block;
}
/* line 435, ../sass/home.scss */
.home .modal .modal_content .header_top form .modal_header .form_box.form_box1 .input_group input:focus {
  padding: 15px 13px 0 40px;
}
/* line 441, ../sass/home.scss */
.home .modal .modal_content .header_top form .modal_header .form_box.form_box1:focus label {
  display: block;
}
/* line 447, ../sass/home.scss */
.home .modal .modal_content .header_top form .modal_header .form_box.form_box2 .input_ret_dat, .home .modal .modal_content .header_top form .modal_header .form_box.form_box2 .input_pick_dat {
  background-position: 12px center;
  background: #ffffff url(../images/pictos/bookings_green.svg) no-repeat 12px center;
}
/* line 450, ../sass/home.scss */
.home .modal .modal_content .header_top form .modal_header .form_box.form_box2 .input_ret_dat:focus, .home .modal .modal_content .header_top form .modal_header .form_box.form_box2 .input_pick_dat:focus {
  background: #F6F6F6 url(../images/pictos/bookings_green.svg) no-repeat 12px center;
}
/* line 456, ../sass/home.scss */
.home .modal .modal_content .header_top form .modal_header .form_box.form_box2 .input_group1.active input, .home .modal .modal_content .header_top form .modal_header .form_box.form_box2 .input_group2.active input {
  padding: 15px 13px 0 40px;
}
/* line 459, ../sass/home.scss */
.home .modal .modal_content .header_top form .modal_header .form_box.form_box2 .input_group1.active label, .home .modal .modal_content .header_top form .modal_header .form_box.form_box2 .input_group2.active label {
  display: block;
}
/* line 464, ../sass/home.scss */
.home .modal .modal_content .header_top form .modal_header .form_box.form_box2 .input_group1 input:focus, .home .modal .modal_content .header_top form .modal_header .form_box.form_box2 .input_group2 input:focus {
  padding: 15px 13px 0 40px;
}
/* line 470, ../sass/home.scss */
.home .modal .modal_content .header_top form .modal_header .form_box.form_box3 {
  border: none;
}
/* line 475, ../sass/home.scss */
.home .modal .modal_content .header_top form .box_building {
  max-width: 250px;
  box-shadow: 0px 1px 3px #bfbfbf;
  border-radius: 2px;
  padding: 10px;
  position: relative;
}
/* line 481, ../sass/home.scss */
.home .modal .modal_content .header_top form .box_building::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ffff;
  filter: drop-shadow(0px 3px 2px #bfbfbf);
  bottom: -9px;
  left: 0;
  right: 0;
  margin: auto;
}
/* line 495, ../sass/home.scss */
.home .modal .modal_content .header_top form .box_building h3, .home .modal .modal_content .header_top form .box_building button {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}
/* line 500, ../sass/home.scss */
.home .modal .modal_content .header_top form .box_building .location_info {
  padding-left: 37px;
}
/* line 502, ../sass/home.scss */
.home .modal .modal_content .header_top form .box_building .location_info p {
  margin-top: 5px;
  color: #7f7f7f;
  font-size: 12px;
  line-height: 16px;
}
/* line 508, ../sass/home.scss */
.home .modal .modal_content .header_top form .box_building .location_info a {
  color: #00C100;
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
  font-weight: bold;
}
/* line 514, ../sass/home.scss */
.home .modal .modal_content .header_top form .box_building .location_info a:hover {
  text-decoration: underline;
}
/* line 518, ../sass/home.scss */
.home .modal .modal_content .header_top form .box_building .location_info.building_icon {
  position: relative;
}
/* line 520, ../sass/home.scss */
.home .modal .modal_content .header_top form .box_building .location_info.building_icon:before {
  content: "";
  position: absolute;
  background: url(../images/pictos/city_grey.svg) no-repeat;
  width: 24px;
  height: 33px;
  top: 0px;
  left: 1px;
}
/* line 531, ../sass/home.scss */
.home .modal .modal_content .header_top form .box_building button {
  margin-top: 10px;
  background: #fce700;
  color: #000000;
  text-align: center;
  width: 100%;
  padding: 15px 0;
}
/* line 541, ../sass/home.scss */
.home .modal .modal_content .header_top form .modal_middle .vehicle_summary {
  display: none;
}
/* line 545, ../sass/home.scss */
.home .modal .modal_content .header_top form .modal_middle .flight-nb p {
  color: #787878;
}
/* line 547, ../sass/home.scss */
.home .modal .modal_content .header_top form .modal_middle .flight-nb p span {
  color: #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  padding-right: 20px;
  margin-left: 5px;
}
/* line 555, ../sass/home.scss */
.home .modal .modal_content .header_top form .modal_middle .your_vehicle {
  margin-top: 80px;
}
/* line 557, ../sass/home.scss */
.home .modal .modal_content .header_top form .modal_middle .your_vehicle h2 {
  font-size: 38px;
  margin-bottom: 25px;
}
@-webkit-keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* MEDIA */
@media screen and (max-width: 1250px) {
  /* line 590, ../sass/home.scss */
  .home {
    /* BLOCK RIGHT */
  }
  /* line 595, ../sass/home.scss */
  .home .header_top .titleh1 h1 {
    font-size: 65px;
    line-height: 68px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  /* line 609, ../sass/home.scss */
  .home .modal .modal_content .page_content_wrapper {
    width: auto;
  }
  /* line 613, ../sass/home.scss */
  .home .modal .modal_content .header_top .formsearch .box_alert {
    /*width: 95%;*/
  }
  /* line 617, ../sass/home.scss */
  .home .modal .modal_content .header_top form {
    margin: 0;
  }
  /* line 619, ../sass/home.scss */
  .home .modal .modal_content .header_top form .modal_header {
    height: 40vh;
  }
  /* line 621, ../sass/home.scss */
  .home .modal .modal_content .header_top form .modal_header.container {
    width: 95%;
  }
  /* line 624, ../sass/home.scss */
  .home .modal .modal_content .header_top form .modal_header h2 {
    color: #000000;
    margin: 30px 0;
  }
  /* line 628, ../sass/home.scss */

  /* line 634, ../sass/home.scss */
  .home .modal .modal_content .header_top form .modal_middle {
    height: 60vh;
  }
}
@media screen and (max-width: 768px) {
  /* line 646, ../sass/home.scss */
  .home {
    /* BLOCK RIGHT */
  }
  /* line 651, ../sass/home.scss */
  .home .header_top .titleh1 h1 {
    font-size: 60px;
    line-height: 60px;
  }
  /* line 657, ../sass/home.scss */
  /* BR */
  .home .header_top .formsearch .box_alert {
    /*width: 85%; */
  }
  /* line 661, ../sass/home.scss */
  .home .header_top .formsearch .form_box .form_control.icon-left {
    padding: 0 13px 0 40px;
  }
  /* line 664, ../sass/home.scss */
  .home .header_top .formsearch .form_box.form_box1 {
    background: #ffffff;
    border-radius: 3px 0 0 3px;
    width: 86%;
  }
  /* line 668, ../sass/home.scss */
  .home .header_top .formsearch .form_box.form_box1 .input_pick_ret {
    border-radius: 3px 0 0 3px;
    background-position: 13px center;
    background: #ffffff url(../images/pictos/pin_green.svg) no-repeat 13px center;
  }
  /* line 674, ../sass/home.scss */
  .home .header_top .formsearch .form_box.form_box2 {
    display: none;
  }
  /* line 677, ../sass/home.scss */
  .home .header_top .formsearch .form_box button {
    border-radius: 0 3px 3px 0 !important;
  }
  /* line 684, ../sass/home.scss */
  .home .page_content_wrapper .content .ancre {
    margin: 30px 0 60px;
  }
  /* line 691, ../sass/home.scss */
  .home .modal .modal_content .page_content_wrapper {
    margin-left: 0;
    width: auto;
  }
  /* line 695, ../sass/home.scss */
  .home .modal .modal_content .header_top form {
    margin: 0;
  }
  /* line 697, ../sass/home.scss */
  .home .modal .modal_content .header_top form .form_box {
    width: 100%;
    margin: auto;
  }
  /* line 701, ../sass/home.scss */
  .home .modal .modal_content .header_top form .form_box.form_box2 .input_group_addon {
    display: none;
  }
  /* line 704, ../sass/home.scss */
  .home .modal .modal_content .header_top form .form_box.form_box2 .input_group1, .home .modal .modal_content .header_top form .form_box.form_box2 .input_group2 {
    float: none;
    width: 100%;
  }
  /* line 710, ../sass/home.scss */
  .home .modal .modal_content .header_top form .modal_header {
    height: 34vh;
  }
  /* line 712, ../sass/home.scss */
  .home .modal .modal_content .header_top form .modal_header h2 {
    color: #000000;
    margin: 30px 0;
  }
  /* line 716, ../sass/home.scss */
 
  /* line 721, ../sass/home.scss */
 
  /* line 727, ../sass/home.scss */
  .home .modal .modal_content .header_top form .modal_middle .vehicle_summary {
    overflow: hidden;
    display: block;
  }
  /* line 730, ../sass/home.scss */
  .home .modal .modal_content .header_top form .modal_middle .vehicle_summary .float {
    float: left;
    width: 50%;
  }
  /* line 733, ../sass/home.scss */
  .home .modal .modal_content .header_top form .modal_middle .vehicle_summary .float img {
    width: 100%;
  }
  /* line 736, ../sass/home.scss */
  .home .modal .modal_content .header_top form .modal_middle .vehicle_summary .float ul {
    margin: 20px;
  }
  /* line 739, ../sass/home.scss */
  .home .modal .modal_content .header_top form .modal_middle .vehicle_summary .float ul li {
    padding-left: 17px;
    margin: 0 0 10px;
    position: relative;
  }
  /* line 744, ../sass/home.scss */
  .home .modal .modal_content .header_top form .modal_middle .vehicle_summary .float ul li:first-child:after {
    content: "";
    position: absolute;
    height: 50%;
    width: 1px;
    background: #c8c8c8;
    margin-left: -15px;
    top: 35px;
  }
  /* line 754, ../sass/home.scss */
  .home .modal .modal_content .header_top form .modal_middle .vehicle_summary .float ul li:before {
    content: "";
    position: absolute;
    height: 7px;
    width: 7px;
    background: url(../images/pictos/bull_green.svg) no-repeat;
    margin-left: -17px;
    margin-top: 11px;
  }
  /* line 763, ../sass/home.scss */
  .home .modal .modal_content .header_top form .modal_middle .vehicle_summary .float ul li p {
    font-size: 21px;
    line-height: 30px;
  }
  /* line 766, ../sass/home.scss */
  .home .modal .modal_content .header_top form .modal_middle .vehicle_summary .float ul li p span {
    display: block;
    color: #787878;
  }
  /* line 774, ../sass/home.scss */
  .home .modal .modal_content .header_top form .modal_middle .vehicle_summary button {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    font-weight: bold;
    height: 80px;
    background: #FFE800;
    font-size: 14px;
    z-index: 10;
  }
  /* line 786, ../sass/home.scss */
  .home .modal .modal_content .header_top form .modal_middle .flight-nb p {
    font-size: 21px;
    color: #787878;
  }
  /* line 790, ../sass/home.scss */
  .home .modal .modal_content .header_top form .modal_middle .your_vehicle {
    display: none;
  }
  /* line 797, ../sass/home.scss */
/*  .home .modal .modal_content .form_box {
    display: none;
  }*/
  /* line 801, ../sass/home.scss */
  .home .modal .modal_content.pick_ret .form_box1 {
    display: block !important;
  }
  /* line 806, ../sass/home.scss */
  .home .modal .modal_content.pick_dat .form_box2 {
    display: block !important;
  }
  /* line 808, ../sass/home.scss */
  .home .modal .modal_content.pick_dat .form_box2 .input_group2 {
    display: none;
  }
  /* line 812, ../sass/home.scss */
  .home .modal .modal_content.pick_dat .return_modal {
    display: block !important;
  }
  /* line 817, ../sass/home.scss */
  .home .modal .modal_content.ret_dat .form_box2 {
    display: block !important;
  }
  /* line 819, ../sass/home.scss */
  .home .modal .modal_content.ret_dat .form_box2 .input_group1 {
    display: none;
  }
  /* line 823, ../sass/home.scss */
  .home .modal .modal_content.ret_dat .return_modal {
    display: block !important;
  }
  .home .header_top .formsearch .form_box.form_box2.form-password,
  .home .header_top .formsearch .form_box.form_box2.form-secondName,
  .home .header_top .formsearch .form_box.form_box2.form-birthDay,
  .home .header_top .formsearch .form_box.form_box1.form-firstName {
    display: block;
    width: 86% !important;
    margin: 10px 0;
}
.home .header_top .formsearch .form_box.form_box3.btn_search {
  width: 20% !important;
}
.home .invitationClub.header_top,
.home .invitationEliteVIP.header_top {
  background-position: center;
}
.home .InvitationExecutive.header_top {
  background-position: center;
  background-position-x: 64%;
}
}
@media screen and (max-width: 570px) {
  /* line 833, ../sass/home.scss */
  .home {
    /* BLOCK RIGHT */
  }
  /* line 837, ../sass/home.scss */
  .home .header_top .titleh1 {
    padding-top: 20vh;
  }
.home .header_top .titleh1 h1 {
    font-size: 61px;
    line-height: 60px;
}
  /* line 844, ../sass/home.scss */
  .home .header_top .formsearch {
    margin-top: 20px;
  }
  /* line 851, ../sass/home.scss */
  .home .page_content_wrapper .content .drive_info ul li {
    float: none;
    margin: 0 0 15px 0;
    clear: both;
    overflow: hidden;
  }
  /* line 856, ../sass/home.scss */
  .home .page_content_wrapper .content .drive_info ul li p {
    margin: 7px 0;
  }
  /* line 869, ../sass/home.scss */
  .home .modal .modal_content .header_top form .modal_header {
    padding: 60px 0 10px;
  }
  /* line 874, ../sass/home.scss */
  .home .modal .modal_content .header_top form .modal_middle .vehicle_summary .float {
    float: none;
    width: 100%;
  }
  /* line 877, ../sass/home.scss */
  .home .modal .modal_content .header_top form .modal_middle .vehicle_summary .float img {
    width: 100%;
    margin: auto;
    display: block;
    max-width: 310px;
  }
  /* line 883, ../sass/home.scss */
  .home .modal .modal_content .header_top form .modal_middle .vehicle_summary .float ul {
    margin: 20px 0 20px;
  }
  /* line 886, ../sass/home.scss */
  .home .modal .modal_content .header_top form .modal_middle .vehicle_summary .float ul li p {
    font-size: 13px;
  }
  /* line 892, ../sass/home.scss */
  .home .modal .modal_content .header_top form .modal_middle .vehicle_summary button {
    height: 50px;
  }
  /* line 896, ../sass/home.scss */
  .home .modal .modal_content .header_top form .modal_middle .flight-nb p {
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  /* line 910, ../sass/home.scss */
  .home .modal .modal_content .header_top form .modal_header .return_modal {
    top: 15px;
  }
  /* line 912, ../sass/home.scss */
  .home .modal .modal_content .header_top form .modal_header .return_modal:after {
    top: 0;
  }
  /* line 916, ../sass/home.scss */
  .home .modal .modal_content .header_top  .modal_header .close_modal {
    top: 15px;
  }
  /* line 918, ../sass/home.scss */

}

@media print {
  /* line 2, ../sass/_datepicker.scss */
  *, :before, :after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/fonts/glyphicons-halflings-regular.eot);
  src: url(//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/fonts/glyphicons-halflings-regular.woff) format("woff"), url(//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
/* line 15, ../sass/_datepicker.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 26, ../sass/_datepicker.scss */
.glyphicon-asterisk:before {
  content: "*";
}

/* line 29, ../sass/_datepicker.scss */
.glyphicon-plus:before {
  content: "+";
}

/* line 32, ../sass/_datepicker.scss */
.glyphicon-euro:before, .glyphicon-eur:before {
  content: "€";
}

/* line 35, ../sass/_datepicker.scss */
.glyphicon-minus:before {
  content: "−";
}

/* line 38, ../sass/_datepicker.scss */
.glyphicon-cloud:before {
  content: "☁";
}

/* line 41, ../sass/_datepicker.scss */
.glyphicon-envelope:before {
  content: "✉";
}

/* line 44, ../sass/_datepicker.scss */
.glyphicon-pencil:before {
  content: "✏";
}

/* line 47, ../sass/_datepicker.scss */
.glyphicon-glass:before {
  content: "";
}

/* line 50, ../sass/_datepicker.scss */
.glyphicon-music:before {
  content: "";
}

/* line 53, ../sass/_datepicker.scss */
.glyphicon-search:before {
  content: "";
}

/* line 56, ../sass/_datepicker.scss */
.glyphicon-heart:before {
  content: "";
}

/* line 59, ../sass/_datepicker.scss */
.glyphicon-star:before {
  content: "";
}

/* line 62, ../sass/_datepicker.scss */
.glyphicon-star-empty:before {
  content: "";
}

/* line 65, ../sass/_datepicker.scss */
.glyphicon-user:before {
  content: "";
}

/* line 68, ../sass/_datepicker.scss */
.glyphicon-film:before {
  content: "";
}

/* line 71, ../sass/_datepicker.scss */
.glyphicon-th-large:before {
  content: "";
}

/* line 74, ../sass/_datepicker.scss */
.glyphicon-th:before {
  content: "";
}

/* line 77, ../sass/_datepicker.scss */
.glyphicon-th-list:before {
  content: "";
}

/* line 80, ../sass/_datepicker.scss */
.glyphicon-ok:before {
  content: "";
}

/* line 83, ../sass/_datepicker.scss */
.glyphicon-remove:before {
  content: "";
}

/* line 86, ../sass/_datepicker.scss */
.glyphicon-zoom-in:before {
  content: "";
}

/* line 89, ../sass/_datepicker.scss */
.glyphicon-zoom-out:before {
  content: "";
}

/* line 92, ../sass/_datepicker.scss */
.glyphicon-off:before {
  content: "";
}

/* line 95, ../sass/_datepicker.scss */
.glyphicon-signal:before {
  content: "";
}

/* line 98, ../sass/_datepicker.scss */
.glyphicon-cog:before {
  content: "";
}

/* line 101, ../sass/_datepicker.scss */
.glyphicon-trash:before {
  content: "";
}

/* line 104, ../sass/_datepicker.scss */
.glyphicon-home:before {
  content: "";
}

/* line 107, ../sass/_datepicker.scss */
.glyphicon-file:before {
  content: "";
}

/* line 110, ../sass/_datepicker.scss */
.glyphicon-time:before {
  content: "";
}

/* line 113, ../sass/_datepicker.scss */
.glyphicon-road:before {
  content: "";
}

/* line 116, ../sass/_datepicker.scss */
.glyphicon-download-alt:before {
  content: "";
}

/* line 119, ../sass/_datepicker.scss */
.glyphicon-download:before {
  content: "";
}

/* line 122, ../sass/_datepicker.scss */
.glyphicon-upload:before {
  content: "";
}

/* line 125, ../sass/_datepicker.scss */
.glyphicon-inbox:before {
  content: "";
}

/* line 128, ../sass/_datepicker.scss */
.glyphicon-play-circle:before {
  content: "";
}

/* line 131, ../sass/_datepicker.scss */
.glyphicon-repeat:before {
  content: "";
}

/* line 134, ../sass/_datepicker.scss */
.glyphicon-refresh:before {
  content: "";
}

/* line 137, ../sass/_datepicker.scss */
.glyphicon-list-alt:before {
  content: "";
}

/* line 140, ../sass/_datepicker.scss */
.glyphicon-lock:before {
  content: "";
}

/* line 143, ../sass/_datepicker.scss */
.glyphicon-flag:before {
  content: "";
}

/* line 146, ../sass/_datepicker.scss */
.glyphicon-headphones:before {
  content: "";
}

/* line 149, ../sass/_datepicker.scss */
.glyphicon-volume-off:before {
  content: "";
}

/* line 152, ../sass/_datepicker.scss */
.glyphicon-volume-down:before {
  content: "";
}

/* line 155, ../sass/_datepicker.scss */
.glyphicon-volume-up:before {
  content: "";
}

/* line 158, ../sass/_datepicker.scss */
.glyphicon-qrcode:before {
  content: "";
}

/* line 161, ../sass/_datepicker.scss */
.glyphicon-barcode:before {
  content: "";
}

/* line 164, ../sass/_datepicker.scss */
.glyphicon-tag:before {
  content: "";
}

/* line 167, ../sass/_datepicker.scss */
.glyphicon-tags:before {
  content: "";
}

/* line 170, ../sass/_datepicker.scss */
.glyphicon-book:before {
  content: "";
}

/* line 173, ../sass/_datepicker.scss */
.glyphicon-bookmark:before {
  content: "";
}

/* line 176, ../sass/_datepicker.scss */
.glyphicon-print:before {
  content: "";
}

/* line 179, ../sass/_datepicker.scss */
.glyphicon-camera:before {
  content: "";
}

/* line 182, ../sass/_datepicker.scss */
.glyphicon-font:before {
  content: "";
}

/* line 185, ../sass/_datepicker.scss */
.glyphicon-bold:before {
  content: "";
}

/* line 188, ../sass/_datepicker.scss */
.glyphicon-italic:before {
  content: "";
}

/* line 191, ../sass/_datepicker.scss */
.glyphicon-text-height:before {
  content: "";
}

/* line 194, ../sass/_datepicker.scss */
.glyphicon-text-width:before {
  content: "";
}

/* line 197, ../sass/_datepicker.scss */
.glyphicon-align-left:before {
  content: "";
}

/* line 200, ../sass/_datepicker.scss */
.glyphicon-align-center:before {
  content: "";
}

/* line 203, ../sass/_datepicker.scss */
.glyphicon-align-right:before {
  content: "";
}

/* line 206, ../sass/_datepicker.scss */
.glyphicon-align-justify:before {
  content: "";
}

/* line 209, ../sass/_datepicker.scss */
.glyphicon-list:before {
  content: "";
}

/* line 212, ../sass/_datepicker.scss */
.glyphicon-indent-left:before {
  content: "";
}

/* line 215, ../sass/_datepicker.scss */
.glyphicon-indent-right:before {
  content: "";
}

/* line 218, ../sass/_datepicker.scss */
.glyphicon-facetime-video:before {
  content: "";
}

/* line 221, ../sass/_datepicker.scss */
.glyphicon-picture:before {
  content: "";
}

/* line 224, ../sass/_datepicker.scss */
.glyphicon-map-marker:before {
  content: "";
}

/* line 227, ../sass/_datepicker.scss */
.glyphicon-adjust:before {
  content: "";
}

/* line 230, ../sass/_datepicker.scss */
.glyphicon-tint:before {
  content: "";
}

/* line 233, ../sass/_datepicker.scss */
.glyphicon-edit:before {
  content: "";
}

/* line 236, ../sass/_datepicker.scss */
.glyphicon-share:before {
  content: "";
}

/* line 239, ../sass/_datepicker.scss */
.glyphicon-check:before {
  content: "";
}

/* line 242, ../sass/_datepicker.scss */
.glyphicon-move:before {
  content: "";
}

/* line 245, ../sass/_datepicker.scss */
.glyphicon-step-backward:before {
  content: "";
}

/* line 248, ../sass/_datepicker.scss */
.glyphicon-fast-backward:before {
  content: "";
}

/* line 251, ../sass/_datepicker.scss */
.glyphicon-backward:before {
  content: "";
}

/* line 254, ../sass/_datepicker.scss */
.glyphicon-play:before {
  content: "";
}

/* line 257, ../sass/_datepicker.scss */
.glyphicon-pause:before {
  content: "";
}

/* line 260, ../sass/_datepicker.scss */
.glyphicon-stop:before {
  content: "";
}

/* line 263, ../sass/_datepicker.scss */
.glyphicon-forward:before {
  content: "";
}

/* line 266, ../sass/_datepicker.scss */
.glyphicon-fast-forward:before {
  content: "";
}

/* line 269, ../sass/_datepicker.scss */
.glyphicon-step-forward:before {
  content: "";
}

/* line 272, ../sass/_datepicker.scss */
.glyphicon-eject:before {
  content: "";
}

/* line 275, ../sass/_datepicker.scss */
.glyphicon-chevron-left:before {
  content: "";
}

/* line 278, ../sass/_datepicker.scss */
.glyphicon-chevron-right:before {
  content: "";
}

/* line 281, ../sass/_datepicker.scss */
.glyphicon-plus-sign:before {
  content: "";
}

/* line 284, ../sass/_datepicker.scss */
.glyphicon-minus-sign:before {
  content: "";
}

/* line 287, ../sass/_datepicker.scss */
.glyphicon-remove-sign:before {
  content: "";
}

/* line 290, ../sass/_datepicker.scss */
.glyphicon-ok-sign:before {
  content: "";
}

/* line 293, ../sass/_datepicker.scss */
.glyphicon-question-sign:before {
  content: "";
}

/* line 296, ../sass/_datepicker.scss */
.glyphicon-info-sign:before {
  content: "";
}

/* line 299, ../sass/_datepicker.scss */
.glyphicon-screenshot:before {
  content: "";
}

/* line 302, ../sass/_datepicker.scss */
.glyphicon-remove-circle:before {
  content: "";
}

/* line 305, ../sass/_datepicker.scss */
.glyphicon-ok-circle:before {
  content: "";
}

/* line 308, ../sass/_datepicker.scss */
.glyphicon-ban-circle:before {
  content: "";
}

/* line 311, ../sass/_datepicker.scss */
.glyphicon-arrow-left:before {
  content: "";
}

/* line 314, ../sass/_datepicker.scss */
.glyphicon-arrow-right:before {
  content: "";
}

/* line 317, ../sass/_datepicker.scss */
.glyphicon-arrow-up:before {
  content: "";
}

/* line 320, ../sass/_datepicker.scss */
.glyphicon-arrow-down:before {
  content: "";
}

/* line 323, ../sass/_datepicker.scss */
.glyphicon-share-alt:before {
  content: "";
}

/* line 326, ../sass/_datepicker.scss */
.glyphicon-resize-full:before {
  content: "";
}

/* line 329, ../sass/_datepicker.scss */
.glyphicon-resize-small:before {
  content: "";
}

/* line 332, ../sass/_datepicker.scss */
.glyphicon-exclamation-sign:before {
  content: "";
}

/* line 335, ../sass/_datepicker.scss */
.glyphicon-gift:before {
  content: "";
}

/* line 338, ../sass/_datepicker.scss */
.glyphicon-leaf:before {
  content: "";
}

/* line 341, ../sass/_datepicker.scss */
.glyphicon-fire:before {
  content: "";
}

/* line 344, ../sass/_datepicker.scss */
.glyphicon-eye-open:before {
  content: "";
}

/* line 347, ../sass/_datepicker.scss */
.glyphicon-eye-close:before {
  content: "";
}

/* line 350, ../sass/_datepicker.scss */
.glyphicon-warning-sign:before {
  content: "";
}

/* line 353, ../sass/_datepicker.scss */
.glyphicon-plane:before {
  content: "";
}

/* line 356, ../sass/_datepicker.scss */
.glyphicon-calendar:before {
  content: "";
}

/* line 359, ../sass/_datepicker.scss */
.glyphicon-random:before {
  content: "";
}

/* line 362, ../sass/_datepicker.scss */
.glyphicon-comment:before {
  content: "";
}

/* line 365, ../sass/_datepicker.scss */
.glyphicon-magnet:before {
  content: "";
}

/* line 368, ../sass/_datepicker.scss */
.glyphicon-chevron-up:before {
  content: "";
}

/* line 371, ../sass/_datepicker.scss */
.glyphicon-chevron-down:before {
  content: "";
}

/* line 374, ../sass/_datepicker.scss */
.glyphicon-retweet:before {
  content: "";
}

/* line 377, ../sass/_datepicker.scss */
.glyphicon-shopping-cart:before {
  content: "";
}

/* line 380, ../sass/_datepicker.scss */
.glyphicon-folder-close:before {
  content: "";
}

/* line 383, ../sass/_datepicker.scss */
.glyphicon-folder-open:before {
  content: "";
}

/* line 386, ../sass/_datepicker.scss */
.glyphicon-resize-vertical:before {
  content: "";
}

/* line 389, ../sass/_datepicker.scss */
.glyphicon-resize-horizontal:before {
  content: "";
}

/* line 392, ../sass/_datepicker.scss */
.glyphicon-hdd:before {
  content: "";
}

/* line 395, ../sass/_datepicker.scss */
.glyphicon-bullhorn:before {
  content: "";
}

/* line 398, ../sass/_datepicker.scss */
.glyphicon-bell:before {
  content: "";
}

/* line 401, ../sass/_datepicker.scss */
.glyphicon-certificate:before {
  content: "";
}

/* line 404, ../sass/_datepicker.scss */
.glyphicon-thumbs-up:before {
  content: "";
}

/* line 407, ../sass/_datepicker.scss */
.glyphicon-thumbs-down:before {
  content: "";
}

/* line 410, ../sass/_datepicker.scss */
.glyphicon-hand-right:before {
  content: "";
}

/* line 413, ../sass/_datepicker.scss */
.glyphicon-hand-left:before {
  content: "";
}

/* line 416, ../sass/_datepicker.scss */
.glyphicon-hand-up:before {
  content: "";
}

/* line 419, ../sass/_datepicker.scss */
.glyphicon-hand-down:before {
  content: "";
}

/* line 422, ../sass/_datepicker.scss */
.glyphicon-circle-arrow-right:before {
  content: "";
}

/* line 425, ../sass/_datepicker.scss */
.glyphicon-circle-arrow-left:before {
  content: "";
}

/* line 428, ../sass/_datepicker.scss */
.glyphicon-circle-arrow-up:before {
  content: "";
}

/* line 431, ../sass/_datepicker.scss */
.glyphicon-circle-arrow-down:before {
  content: "";
}

/* line 434, ../sass/_datepicker.scss */
.glyphicon-globe:before {
  content: "";
}

/* line 437, ../sass/_datepicker.scss */
.glyphicon-wrench:before {
  content: "";
}

/* line 440, ../sass/_datepicker.scss */
.glyphicon-tasks:before {
  content: "";
}

/* line 443, ../sass/_datepicker.scss */
.glyphicon-filter:before {
  content: "";
}

/* line 446, ../sass/_datepicker.scss */
.glyphicon-briefcase:before {
  content: "";
}

/* line 449, ../sass/_datepicker.scss */
.glyphicon-fullscreen:before {
  content: "";
}

/* line 452, ../sass/_datepicker.scss */
.glyphicon-dashboard:before {
  content: "";
}

/* line 455, ../sass/_datepicker.scss */
.glyphicon-paperclip:before {
  content: "";
}

/* line 458, ../sass/_datepicker.scss */
.glyphicon-heart-empty:before {
  content: "";
}

/* line 461, ../sass/_datepicker.scss */
.glyphicon-link:before {
  content: "";
}

/* line 464, ../sass/_datepicker.scss */
.glyphicon-phone:before {
  content: "";
}

/* line 467, ../sass/_datepicker.scss */
.glyphicon-pushpin:before {
  content: "";
}

/* line 470, ../sass/_datepicker.scss */
.glyphicon-usd:before {
  content: "";
}

/* line 473, ../sass/_datepicker.scss */
.glyphicon-gbp:before {
  content: "";
}

/* line 476, ../sass/_datepicker.scss */
.glyphicon-sort:before {
  content: "";
}

/* line 479, ../sass/_datepicker.scss */
.glyphicon-sort-by-alphabet:before {
  content: "";
}

/* line 482, ../sass/_datepicker.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "";
}

/* line 485, ../sass/_datepicker.scss */
.glyphicon-sort-by-order:before {
  content: "";
}

/* line 488, ../sass/_datepicker.scss */
.glyphicon-sort-by-order-alt:before {
  content: "";
}

/* line 491, ../sass/_datepicker.scss */
.glyphicon-sort-by-attributes:before {
  content: "";
}

/* line 494, ../sass/_datepicker.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "";
}

/* line 497, ../sass/_datepicker.scss */
.glyphicon-unchecked:before {
  content: "";
}

/* line 500, ../sass/_datepicker.scss */
.glyphicon-expand:before {
  content: "";
}

/* line 503, ../sass/_datepicker.scss */
.glyphicon-collapse-down:before {
  content: "";
}

/* line 506, ../sass/_datepicker.scss */
.glyphicon-collapse-up:before {
  content: "";
}

/* line 509, ../sass/_datepicker.scss */
.glyphicon-log-in:before {
  content: "";
}

/* line 512, ../sass/_datepicker.scss */
.glyphicon-flash:before {
  content: "";
}

/* line 515, ../sass/_datepicker.scss */
.glyphicon-log-out:before {
  content: "";
}

/* line 518, ../sass/_datepicker.scss */
.glyphicon-new-window:before {
  content: "";
}

/* line 521, ../sass/_datepicker.scss */
.glyphicon-record:before {
  content: "";
}

/* line 524, ../sass/_datepicker.scss */
.glyphicon-save:before {
  content: "";
}

/* line 527, ../sass/_datepicker.scss */
.glyphicon-open:before {
  content: "";
}

/* line 530, ../sass/_datepicker.scss */
.glyphicon-saved:before {
  content: "";
}

/* line 533, ../sass/_datepicker.scss */
.glyphicon-import:before {
  content: "";
}

/* line 536, ../sass/_datepicker.scss */
.glyphicon-export:before {
  content: "";
}

/* line 539, ../sass/_datepicker.scss */
.glyphicon-send:before {
  content: "";
}

/* line 542, ../sass/_datepicker.scss */
.glyphicon-floppy-disk:before {
  content: "";
}

/* line 545, ../sass/_datepicker.scss */
.glyphicon-floppy-saved:before {
  content: "";
}

/* line 548, ../sass/_datepicker.scss */
.glyphicon-floppy-remove:before {
  content: "";
}

/* line 551, ../sass/_datepicker.scss */
.glyphicon-floppy-save:before {
  content: "";
}

/* line 554, ../sass/_datepicker.scss */
.glyphicon-floppy-open:before {
  content: "";
}

/* line 557, ../sass/_datepicker.scss */
.glyphicon-credit-card:before {
  content: "";
}

/* line 560, ../sass/_datepicker.scss */
.glyphicon-transfer:before {
  content: "";
}

/* line 563, ../sass/_datepicker.scss */
.glyphicon-cutlery:before {
  content: "";
}

/* line 566, ../sass/_datepicker.scss */
.glyphicon-header:before {
  content: "";
}

/* line 569, ../sass/_datepicker.scss */
.glyphicon-compressed:before {
  content: "";
}

/* line 572, ../sass/_datepicker.scss */
.glyphicon-earphone:before {
  content: "";
}

/* line 575, ../sass/_datepicker.scss */
.glyphicon-phone-alt:before {
  content: "";
}

/* line 578, ../sass/_datepicker.scss */
.glyphicon-tower:before {
  content: "";
}

/* line 581, ../sass/_datepicker.scss */
.glyphicon-stats:before {
  content: "";
}

/* line 584, ../sass/_datepicker.scss */
.glyphicon-sd-video:before {
  content: "";
}

/* line 587, ../sass/_datepicker.scss */
.glyphicon-hd-video:before {
  content: "";
}

/* line 590, ../sass/_datepicker.scss */
.glyphicon-subtitles:before {
  content: "";
}

/* line 593, ../sass/_datepicker.scss */
.glyphicon-sound-stereo:before {
  content: "";
}

/* line 596, ../sass/_datepicker.scss */
.glyphicon-sound-dolby:before {
  content: "";
}

/* line 599, ../sass/_datepicker.scss */
.glyphicon-sound-5-1:before {
  content: "";
}

/* line 602, ../sass/_datepicker.scss */
.glyphicon-sound-6-1:before {
  content: "";
}

/* line 605, ../sass/_datepicker.scss */
.glyphicon-sound-7-1:before {
  content: "";
}

/* line 608, ../sass/_datepicker.scss */
.glyphicon-copyright-mark:before {
  content: "";
}

/* line 611, ../sass/_datepicker.scss */
.glyphicon-registration-mark:before {
  content: "";
}

/* line 614, ../sass/_datepicker.scss */
.glyphicon-cloud-download:before {
  content: "";
}

/* line 617, ../sass/_datepicker.scss */
.glyphicon-cloud-upload:before {
  content: "";
}

/* line 620, ../sass/_datepicker.scss */
.glyphicon-tree-conifer:before {
  content: "";
}

/* line 623, ../sass/_datepicker.scss */
.glyphicon-tree-deciduous:before {
  content: "";
}

/* line 627, ../sass/_datepicker.scss */
a {
  color: #3bc100;
  text-decoration: none;
}

/* line 631, ../sass/_datepicker.scss */
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

/* line 635, ../sass/_datepicker.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 640, ../sass/_datepicker.scss */
ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 644, ../sass/_datepicker.scss */
ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0;
}

/* line 647, ../sass/_datepicker.scss */
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 650, ../sass/_datepicker.scss */
.btn-primary {
  color: #fff;
  background-color: #3bc100;
}

/* line 654, ../sass/_datepicker.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #000;
  background-color: #eeeeee;
}

/* line 658, ../sass/_datepicker.scss */
.collapse {
  display: none;
  visibility: hidden;
}

/* line 662, ../sass/_datepicker.scss */
.collapse.in {
  display: block;
  visibility: visible;
}

/* line 666, ../sass/_datepicker.scss */
tr.collapse.in {
  display: table-row;
}

/* line 669, ../sass/_datepicker.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 672, ../sass/_datepicker.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}

/* line 686, ../sass/_datepicker.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 696, ../sass/_datepicker.scss */
.dropdown {
  position: relative;
}

/* line 699, ../sass/_datepicker.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 702, ../sass/_datepicker.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.15.35
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
/* line 732, ../sass/_datepicker.scss */
.bootstrap-datetimepicker-widget {
  list-style: none;
}

/* line 735, ../sass/_datepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 22em;
}

@media (min-width: 769px) {
  /* line 741, ../sass/_datepicker.scss */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  /* line 746, ../sass/_datepicker.scss */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  /* line 751, ../sass/_datepicker.scss */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
/* line 755, ../sass/_datepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

/* line 761, ../sass/_datepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

/* line 769, ../sass/_datepicker.scss */
.bootstrap-datetimepicker-widget .dow {
  color: #999999;
  font-size: 10px;
}

/* line 773, ../sass/_datepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

/* line 780, ../sass/_datepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

/* line 788, ../sass/_datepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

/* line 795, ../sass/_datepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

/* line 799, ../sass/_datepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

/* line 803, ../sass/_datepicker.scss */
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

/* line 806, ../sass/_datepicker.scss */
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

/* line 809, ../sass/_datepicker.scss */
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

/* line 812, ../sass/_datepicker.scss */
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

/* line 820, ../sass/_datepicker.scss */
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

/* line 823, ../sass/_datepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}

/* line 834, ../sass/_datepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}

/* line 845, ../sass/_datepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}

/* line 856, ../sass/_datepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}

/* line 867, ../sass/_datepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}

/* line 878, ../sass/_datepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}

/* line 889, ../sass/_datepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}

/* line 900, ../sass/_datepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}

/* line 911, ../sass/_datepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}

/* line 922, ../sass/_datepicker.scss */
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
  color: #000000;
  font-weight: bold;
}

/* line 927, ../sass/_datepicker.scss */
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}

/* line 938, ../sass/_datepicker.scss */
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

/* line 945, ../sass/_datepicker.scss */
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

/* line 950, ../sass/_datepicker.scss */
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

/* line 954, ../sass/_datepicker.scss */
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}

/* line 959, ../sass/_datepicker.scss */
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

/* line 964, ../sass/_datepicker.scss */
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

/* line 967, ../sass/_datepicker.scss */
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

/* line 973, ../sass/_datepicker.scss */
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}

/* line 984, ../sass/_datepicker.scss */
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}

/* line 995, ../sass/_datepicker.scss */
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
  color: #000000;
}

/* line 999, ../sass/_datepicker.scss */
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
  color: #000000;
}

/* line 1005, ../sass/_datepicker.scss */
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #000000;
}

/* line 1011, ../sass/_datepicker.scss */
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

/* line 1016, ../sass/_datepicker.scss */
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  cursor: pointer;
  box-shadow: 0px 0px 0px 2px #3bc100 inset;
}

/* line 1023, ../sass/_datepicker.scss */
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #000000;
}

/* line 1027, ../sass/_datepicker.scss */
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

/* line 1030, ../sass/_datepicker.scss */
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #3bc100;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

/* line 1041, ../sass/_datepicker.scss */
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #3bc100;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 1047, ../sass/_datepicker.scss */
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

/* line 1050, ../sass/_datepicker.scss */
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #cecece;
  cursor: not-allowed;
  box-shadow: none;
}

/* line 1057, ../sass/_datepicker.scss */
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}

/* line 1066, ../sass/_datepicker.scss */
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}

/* line 1069, ../sass/_datepicker.scss */
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #3bc100;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 1074, ../sass/_datepicker.scss */
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}

/* line 1077, ../sass/_datepicker.scss */
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

/* line 1083, ../sass/_datepicker.scss */
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

/* line 1087, ../sass/_datepicker.scss */
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}

/* line 1090, ../sass/_datepicker.scss */
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}

/* line 1093, ../sass/_datepicker.scss */
.input-group.date .input-group-addon {
  cursor: pointer;
}

/* line 1096, ../sass/_datepicker.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.box {
  position: relative;
  border: 11px solid #009900;
  border-right: 0;
  border-left: 0;
  z-index: 0;
}
.box::after,.box::before{
background: linear-gradient(to bottom, #009900 25%,#ffdd00 25%, #ffdd00 50%, #009900 50%, #009900 75%, #009900 75%);
position: absolute;
content: '';
height: 100%;
top: 0;
width: 11px;
}
.box::after {
right: 0;
left: auto;
}
.box::before {
right: auto;
left: 0;
}
.home .header_top .txt-btns{
  font-family: 'Gotham-Bold';
  color: #ffffff;
  font-size: 16px;
  display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
padding-top: 20px;
}
.home .header_top .txt-btns a{
  color: #333;
  text-decoration: none;
  width: 99px;
  display: block;
  text-align: center;
  height: 32px;
  background-color: #FFDC00;
  border-radius: 3px;
  text-transform: uppercase;
  line-height: 32px;
  margin: 0 10px;
  cursor: pointer;
}
.home .header_top .txt-btns p{
margin-right: 20px;
text-shadow: 2px 2px 12px rgba(0,0,0,0.4);
}
.home.invitation2 .header_top .txt {
	font-size: 16px;	
}
.home.invitation2 .header_top .txt p {
	font-weight: 600;
	text-shadow: 0px 0px 4px rgba(0,0,0,0.4);
}
.home.invitation2 .header_top .txt-thanks {
	color: #ffdc00;
}
.home.invitation2 .header_top .txt-confirm {
	color: #ffffff;
}

.home .page_content_wrapper .ancre h2 {
  margin-bottom: 30px;
  font-size: 24px;
  font-family: 'Gotham-Bold';
  color: #090;
}
.home .page_content_wrapper .content-picto p{
  font-family: 'Gotham-Medium';
  font-size: 18px;
  color: #009900;
  padding-left: 30px;
  line-height: 22px;
}
.home .page_content_wrapper .content-picto,.home .page_content_wrapper .content-picto .picto-txt{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
}
.page_content_wrapper,#wrapper,body.home {
  position: relative;
}
.home .header_top .formsearch .form_box.form_box1.form-firstName,
.home .header_top .formsearch .form_box.form_box2.form-secondName {
  width: 30.33%;
}
.home .header_top .formsearch .form_box.form_box2.form-birthDay{
  width: 19.33%;
}
.home .header_top .formsearch .form_box.form_box3.btn_search{
  width: 10%;
}
.home .header_top .formsearch .form_box{
  font-family: 'Gotham-Medium';
}
.home .header_top .txt-btns a.btn-yes.active,.home .header_top .txt-btns a.btn-no.active {
  color: #090;
  background-color: #ffffff;
  border: 2px solid #009900;
  line-height: 29px;
}
.home .header_top .txt-btns a.btn-yes.no-active,.home .header_top .txt-btns a.btn-no.no-active {
  color: #ffffff;
  background-color: #cccccc;
  border: 2px solid #cccccc;
  line-height: 29px;
}
.client-info-pass p{
  font-family: 'Gotham-Medium';
  font-size: 16px;
  color: #ffffff;
  text-shadow: 2px 2px 12px rgba(0,0,0,0.4);
}
.client-info-pass p a{
  text-decoration: underline;
  color: #ffffff;
}
.home .header_top .formsearch .form_box .input_group label{
  top: 23px;
  left: 13px;
  font-size: 12px;
  font-family: 'Gotham-Medium';

}
.home .header_top .formsearch .form_box .input_group.active label{

    display: block;
    top: 8px;

}
.home .header_top .title-step{
  font-family: 'AlternateGotNo2D';
  font-size: 80px;
  color: #FFDC00;
  text-transform: uppercase;
  max-width: 80%
}
.home .header_top .nm-step{
  font-family: 'AlternateGotNo2D';
  font-size: 24px;
  color: #149718;
  text-transform: uppercase;
}

.home .header_top .btn.btn-ok{
  height: 58px;
  color: #000000;
  width: 100%;
  height: 59px;
  font-weight: bold;
  font-size: 18px;
  border-radius: 3px;
  background: #FFDC00 url(../images/pictos/arrow_right_black.svg) no-repeat center center;
  display: block;
}
.home .header_top .form_box{
  width: 100%;
}
.home .header_top .form_box .input_group {
  border: 1px solid #e1e1e1;
  border-radius: 3px;
}
.home .header_top .form_box .input_group.input-btn{
  border: 0;
}
.home .header_top .btn-choix{
  height: 60px;
  width: 100%;
 }
.home .header_top .btn-choix .btn{
 width: 50%;
 height: 100%;
 font-family: 'Gotham-Medium';
 font-size: 14px;
 color: #303030;
 outline: none;
}
.home .header_top .btn-choix .btn.active{
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.125);
    box-shadow: inset 0 0 0 rgba(0,0,0,.125);
    border: 1px solid #149718;
}
.home .header_top form{
  margin-top: 60px !important;
}
.home.invitation2 .header_top form {
    margin-top: 35px !important;
}
.home .header_top .formsearch form .form_box input{
  color: #149718;
}
.home .header_top .row{
  margin-bottom: 20px;
}
.header_top .formsearch .form_box.form-birthDay input {
  background-image: url(../images/pictos/bookings_green.svg);
  background-repeat: no-repeat;
  background-position: 96% center;
  background: #ffffff url(../images/pictos/bookings_green.svg) no-repeat calc(100% - 13px) center;
}
.form_control.icon-left {
  padding: 0 6px 0 40px;
}
.header_top .formsearch .form_box.form-birthDay input.form_control.icon-left{
  background-position: 10px center;
  background: #ffffff url(../images/pictos/bookings_green.svg) no-repeat calc(100% - 13px) left;
}
.home .header_top .formsearch .form_box .input_group label.left_icon{
  left: 40px;
}
.header_top .formsearch .form_box.form-birthDay input.form_control.icon-left {
  background-position: 10px center;
  background: #ffffff url(../images/pictos/bookings_green.svg) no-repeat calc(100% - 13px) left;
}
.header_top .formsearch .form_box.form-birthcity input.form_control.icon-left {
  background-image: url(../images/pictos/location.png);
  background-repeat: no-repeat;
  background-position: 4% center;
}
.header_top .formsearch .form_box.form-birthcountry input.form_control.icon-left {
  background-image: url(../images/pictos/world.png);
  background-repeat: no-repeat;
  background-position: 4% center;
}
.header_top .formsearch .form_box.form-passowrd input.form_control {

}
.header_top .formsearch .form_box.form-passowrd .btn-vue,
.header_top .formsearch .form_box.form-passowrd .btn-vue-passconfirm {
  width: 40px;
  height: 20px;
  display: block;
  position: absolute;
  top: 57%;
  right: 0;
  background-image: url(../images/pictos/vue.png);
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.header_top .formsearch .form_box.form-passowrd .btn-vue.active, 
.header_top .formsearch .form_box.form-passowrd .btn-vue-passconfirm.active {
  background-position: bottom center;
  top: 54%;
}
.header_top p.txt-info-form{
  font-family: 'Gotham-Medium';
  font-size: 12px;
}
.sidebar_wrapper .sidebar_nav li a{
  border: 0;
}
.sidebar_wrapper .nav-tabs {
  border-bottom: 0;
}
.sidebar_wrapper .sidebar_nav li a {
  font-family: 'Gotham-Bold';
  font-size: 12px;
  color: #e1e1e1;
  padding: 6px;
  padding-left: 15px;
}
.sidebar_wrapper .sidebar_nav li.active a {
  color: #303030;
  position: relative;
}
.header_top .col-md-2.no-border-right .error-group.input_group::after{
background-color: transparent;
}
.header_top .col-md-2.no-border-right .active.error-group.input_group::after{
background-color: #ccc;
}
.sidebar_wrapper .sidebar_nav li.active a::before {
  content: '';
  width: 3px;
  height: 12px;
  position: absolute;
  left: 8px;
  border-left: 2px solid #ffe66b;
  top: 20%;
  background-image: none;
  margin-left: 0;
}
.close.steps-modal-close{
  height: 60px;
  width: 60px;
  border: 1px solid #E1E1E1;
  position: absolute;
  top: 9%;
  right: 9.6%;
  cursor: pointer;
  z-index: 100;
  background-image: url(../images/pictos/close_black.svg);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}
.modal-body{
 padding: 0;
}
.modal-open .modal.fade .modal-dialog {
  padding: 0;
}
.sidebar_wrapper .sidebar_nav li {
  margin: 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: transparent;
  border: 0;
      border-bottom-color: currentcolor;
  border-bottom-color: transparent;

}
.header_top #contactAdress form input{
  padding: 0;
  padding-left: 10px;
}
.header_top #contactAdress div.row > div{
  padding-right: 5px;
  padding-left: 5px;
}
.header_top #contactAdress .form_control.icon-left {

  padding: 0 6px 0 40px;

}
.header_top .formsearch .form_box.form-phone input.form_control.icon-left {
  background-image: url(../images/pictos/tel.png);
  background-repeat: no-repeat;
  background-position: 4% center;
}
.header_top .formsearch .form_box.form-mobile input.form_control.icon-left {
  background-image: url(../images/pictos/mobile.png);
  background-repeat: no-repeat;
  background-position: 4% center;
}
.header_top .formsearch .form_box.form-email input.form_control.icon-left {
  background-image: url(../images/pictos/e-mail.png);
  background-repeat: no-repeat;
  background-position: 4% center;
}
.header_top .formsearch .form_box.form-mobile input.form_control.icon-left {
  background-image: url(../images/pictos/mobile.png);
  background-repeat: no-repeat;
  background-position: 4% center;
}

.header_top .col-md-2.no-border-right {
  padding-right: 0;
}
.header_top .col-md-2.no-border-left {
  padding-left: 0;
}

.header_top .col-md-2.no-border-right .input_group{
  border-right: 0;
  border-radius: 3px 0 0 3px;
}
.header_top .col-md-2.no-border-left .input_group{
  border-left: 0;
  margin-left: -1px;
  border-radius: 0px 3px 3px 0;
}
.header_top .col-md-2.no-border-right .input_group::after{
  content: '';
  width: 2px;
  position: absolute;
  height: 60%;
  background-color: #ccc;
  top: 22%;
  right: 4px;
}
.header_top .p-step-bold{
  font-family: 'Gotham-Bold';
  font-size: 16px;
  color: #303030;
}
.header_top .p-step-gren{
  font-family: 'Gotham-Medium';
  font-size: 14px;
  color: #149718;
}

select {
 
  padding: 10px !important;
  margin: 0 0 20px 0 !important;
}

.bootstrap-select .btn-default {
  color: #828A99;
  border-color: #828A99;
  background-color: #464A52;
  border-radius: 3px;
}

.bootstrap-select.open .btn-default,
.bootstrap-select.open .btn-default:hover {
  color: #FFF;
  border-color: #828A99;
  background-color: #464A52;
  border-radius: 3px;

}

.bootstrap-select .dropdown-menu {
  border-color: #828A99;
  background-color: #464A52;
  border-radius: 3px;
}

.bootstrap-select .btn-default:focus {
    outline: none !important;
}

.bootstrap-select .dropdown-menu li a {
    color: #828A99;
    padding: 8px 10px;
}

.bootstrap-select .dropdown-menu li.selected a {
    background: #595E69;
    color: #FFF;
}

.bootstrap-select .dropdown-menu li a:hover {
    color: #FFF;
    background: #50555E;
}

.bootstrap-select .dropdown-menu li a:active {
    color: #FFF;
    background: #50555E;
}

.bootstrap-select .btn-default:active {
    color: #FFF;
    background: #50555E;
}

.bootstrap-select a:focus {
  outline: none !important;
}




@media screen and (max-width: 1074px) {
  .home .page_content_wrapper .content-picto{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page_content_wrapper .content-picto .picto-txt {

    margin-bottom: 25px;

}
}
@media screen and (max-width: 768px) {
  /* line 1108, ../sass/_datepicker.scss */
  .bootstrap-datetimepicker-widget.dropdown-menu {
    width: 100%;
  }
  .home .header_top {
      height: auto;
      background-position: bottom right;
      padding-bottom: 20px;
  }      
}
/*** CUSTOM SELECT STYLES ***/
.wrap-select {
  position: relative;
  width: 100%;
  cursor: pointer;
  display: inline-block;
  margin-right: 1rem;
  text-align: left;
}
.wrap-select:last-of-type {
  margin-right: 0;
}
.wrap-select select {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.wrap-select .custom-select {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 55px;
  line-height: 55px;
  padding: 0 1rem;
  overflow: hidden;
  color: #555555;
  padding-left: 40px;
  background-position: 10px center;
  background-image: url("../images/pictos/bookings_green.svg");
  background-repeat: no-repeat;
background-position-x: 11px;
background-size: auto;
}
.wrap-select .custom-select::before, .wrap-select .custom-select::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0.5rem;
  border: 7px solid transparent;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.wrap-select .custom-select::after {
  margin-top: -3px;
  border-top-color: #a4a4a4;
}
.wrap-select .custom-select::before {
  margin-top: -11px;
  border-bottom-color: #a4a4a4;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
.wrap-select .custom-select.active::after {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}
.wrap-select .custom-select.active::before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.wrap-select .custom-select-items {
  display: none;
  /*display handled with jQuery*/
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fcfcfc;
  color: #000000;
  max-height: 250px;
  overflow-y: auto;
  border: 1px solid #e4e4e4;
}
.wrap-select .custom-select-items li {
  list-style: none;
  margin: 0;
  padding: 0.9rem 1rem;
  position: relative;
  border: 2px solid #ffffff;
}
.wrap-select .custom-select-items li::after{
  content: '';
  width: 90%;
  position: absolute;
  height: 0px;
  background-color: #ffffff;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.wrap-select .custom-select-items li:last-child::after{
content: none;
}
.wrap-select .custom-select-items li:hover {	
   border: 2px solid #00C100;
}
.wrap-select .custom-select-items li.active {
   background: #00C100;
   color: #ffffff;
   border: 2px solid #00C100;
}
#Meansofpayment .MV-steep,#Meansofpayment .Do-latter,#Meansofpayment .Reset {
  float: right;
  height: 58px;
line-height: 58px;
font-family: 'Gotham-Bold';
font-size: 16px;
text-transform: uppercase; 
margin: 0 14px;
}
#Meansofpayment .Do-latter,#Meansofpayment .Reset {
	display: none;
}
#Meansofpayment .Do-latter button, #Meansofpayment .Reset button{
  text-transform: uppercase;
  background-color: #ffffff;
  color: #009900;
  border: 1px solid #009900;
  border-radius: 3px;
  padding: 0 60px;  
}
#Meansofpayment .MV-steep button{
  text-transform: uppercase;
  background-color: #FFDC00;
  color: #333333;
  border: 1px solid #FFDC00;
  border-radius: 3px;
  padding: 0 40px;
}
.msg-erroe {
  text-align: center;
  background-color: #c1c1c1;
  color: #fff;
  margin-top: 10px;
  height: auto;
  padding: 12px 5px;
  border-radius: 3px;
  margin-bottom: 15px;
  display: none;
}
.msg-erroe.error{
display: block;
}
.sidebar_wrapper .sidebar_nav > .sidebar_brand.sidebar-brand_popup a{
  width: 80px;
background: #00C100 url(../images/brand_mobile.svg);
    background-repeat: repeat;
background-repeat: no-repeat;
transition: width 0.2s ease, background 0.3s ease;
}
#Yourpersonalinformation h5{
  font-family: 'Gotham-Bold';
  font-size: 16px;
  color: #303030;
  margin-bottom: 20px;
  margin-top: 40px;
}
#Yourpersonalinformation .abou-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 15px;
  font-family: 'Gotham-Medium';
  line-height: normal;
  border: 1px solid #e1e1e1;
  -webkit-box-align: start;
    -ms-flex-align: start;
        align-items: flex-start;
}
#Yourpersonalinformation .abou-content div > div {
  padding-right: 30px;
  font-size: 14px;
  color: #149718;
  padding-top: 8px;
}
#Yourpersonalinformation .abou-content div strong{
  font-size: 12px;
  color: #303030
}
#Yourpersonalinformation .abou-content div p{
  margin-top: 3px;
}
#Yourpersonalinformation .abou-content div.with-icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
#Yourpersonalinformation .abou-content div.with-icon span{
  margin-right: 8px;
  margin-block-end: auto;
  margin-top: 8px;  
}
#Yourpersonalinformation div.btn-modify a{
  display: block;
  margin-top: 0;
  float: right;
  background-color: #e1e1e1;
  height: 26px;
  line-height: 26px;
  padding: 0 10px 0 27px;
  color: #303030;
  background-position: 10px center;
    background-position-x: 8%;
  background-position-x: 11%;
  background-image: url("../images/pictos/modify-btnpng.png");
  background-repeat: no-repeat;
  border-radius: 0 0 3px 3px;
}
#Yourpersonalinformation div.btn-modify a:hover{
  text-decoration: none;
}
#Yourpersonalinformation .btn-look {
  font-family: 'Gotham-Bold';
  width: 260px;
  height: 60px;
  line-height: 60px;
  border-radius: 3px;
  background-color: #FFDC00;
  color: #303030;
  font-size: 16px;
  margin: 20px 0;
}
/* BR */
.header_top.box{
  height: 100%;
  min-height: 60vh;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-right: 4px;
  padding-left: 4px;
}
.modal-body .header_top.box{
background-image: none;
background-color: #ffffff; 
}
#Yourpersonalinformation .btn-content{
  text-align: right;
}
#Termsacceptance .p-step-bold {
  margin-top: 30px;
}
#Termsacceptance .btn-join {
  font-family: 'Gotham-Bold';
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-radius: 3px;
  background-color: #FFDC00;
  color: #303030;
  font-size: 16px;
  margin: 20px 0;
}
#Termsacceptance .checkbox {
  padding-top: 30px;
}

#Termsacceptance .terms-acceptance {
	margin-top: 50px;
	line-height: 20px;
	font-family: 'Gotham-Medium';
	font-size: 14px;
}
checkbox label {
  font-family: 'Gotham-Medium';
  font-size: 14px;
  color: #4a4a4a;
  font-weight: normal;
  padding-top: 0;
  height: 29px;
  line-height: 29px;
  padding-left: 48px !important;
}

.checkbox > [type="checkbox"],
.checkbox > label {
  margin-bottom: 0px !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox > [type="checkbox"]:not(:checked),
.checkbox > [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.checkbox > [type="checkbox"]:not(:checked) + label,
.checkbox > [type="checkbox"]:checked + label {
  position: relative;
  cursor: pointer;
  font-family: 'Gotham-Medium';
  font-size: 14px;
  height: 29px;
  line-height: 26px;
  padding-left: 50px;
}

.checkbox > [type="checkbox"]:not(:checked) + label:before,
.checkbox > [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 1px;
  top: 0;
  margin-top: 0;
  width: 29px;
  height: 29px;
  border: 1px solid #a2a2a2;
  background: #ffffff;
  border-radius: 2px;
}

.checkbox > [type="checkbox"]:not(:checked) + label:after,
.checkbox > [type="checkbox"]:checked + label:after {
  font: normal normal normal 12px/1 'Glyphicons Halflings';
  content: '\e013';
  position: absolute;
  top: 0;
  margin-top: 0;
  left: 1px;
  color: #ffffff;
  background: #026ead;
  padding: 8px;
  border-radius: 2px;
  width: 29px;
  height: 29px;
}

.checkbox > [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.checkbox > [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.checkbox > [type="checkbox"][data-indeterminate] + label:after,
.checkbox > [type="checkbox"][data-indeterminate] + label:after {
  content: '\2212';
  left: 2px;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#Confirmation .titleh1{
  padding: 10%;
}
.modal_header.container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.tab-content div.tab-pane{
  width: 80%;
  margin: 0 auto;
  padding-top: 20px;
}
#Confirmation,#Confirmation .container {
  width: 100%;
  padding: 0;
  
}
#Confirmation .container {
  background-image: url("../images/bg-Confirmation.jpg");
  background-size: cover;
  background-position: top right;
  background-color: transparent;
}
.cong-txt1{
    font-family: 'Gotham-Bold';
    font-size: 16px;
}
.cong-txt2{
    font-family: 'Gotham-Medium';
    font-size: 14px;
}
.cong-text {
  width: 80%;
  margin: 0 auto;
  padding-top: 30px;
}
/* BR */
.content-cong {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-top: 20px;
  justify-content: space-between;
}
.content-cong div {
  padding-left: 0%;
  font-family: 'Gotham-Medium';
  line-height: normal;
  color: #149718;
}
.content-cong div strong{
  color: #303030;

}
.content-cong div p{
  margin-top: 3px;
}
.content-cong div:first-child{
  padding-left: 0;
}
.book-now {
	padding-top: 30px;	
}
.book-now button {
	height: 50px;
	max-width: 300px;
	line-height: 20px;
	border-radius: 3px;
	background-color: #FFDC00;
	padding: 0 20px;
	min-width: 250px;
	font-family: 'Gotham-Bold';
	font-size: 16px;
	
}
.contant-mob p,.contant-mob button{
  font-family: 'Gotham-Bold';
  font-size: 16px;
}
.contant-mob button {
	height: 50px;
    max-width: 300px;
    line-height: 20px;
    border-radius: 3px;
    background-color: #FFDC00;
    padding: 0 20px;
    min-width: 250px;
}
.contant-mob img{
  max-width: 100%;;
}
.contant-mob {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
   justify-content: start;
}
.contant-mob > div {
	width: 50%;
}
.contant-mob > div p {
	margin-left: 5px;
	margin-right: 5px;
}
.contant-mob div:first-child{
	margin-bottom: 20px;
}
@media(max-width: 1150px){
  .contant-mob {
    	padding-top: 30px;
    	width: 100%;
		-webkit-box-pack: center;
	   -ms-flex-pack: center;
	   justify-content: center;    	
  }
  .contant-mob > div {
  		width: 100%;
  }
}
.home .header_top .form_box .input_group.card-input.error {

    border: 1px solid #d57070;
    box-shadow: 0 0 1.1px #d57070;

}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #149718;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #149718;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #149718;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #149718;
  opacity: 1;
}
.home .steps-modal .formsearch {
  margin-top: 0 !important;
}
.steps-modal .header_top .formsearch .modal_header.container {
  padding: 0 !important;
}
.modal-body .formsearch {
  margin-top: 0 !important;
}

.header_top .input_group .input_group{
  border: none !important;
}
@media screen and (max-width: 650px) {
  .wrap-select {
    width: 100%;
    margin: 0 ;
  }
}

@media(max-width: 1220px){
  .col-md-2.date-picker {
    width: 25%;
}
.col-md-7.lsnumber {
    width: 80.333%;
margin-bottom: 20px;
}
.col-md-3.phone,.col-md-3.email {
    width: 45.33%;
}
.col-md-7.lsnumber {
  width: 33.333%;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
    -ms-flex: 0 0 44.333%;
        flex: 0 0 44.333%;
}
.header_top .col-md-2.no-border-right {
  padding-right: 0;
  -webkit-box-flex: 0;
    -ms-flex: 0 0 23.6%;
        flex: 0 0 23.6%;
  max-width: inherit;
}
.header_top .col-md-2.no-border-left {
  padding-left: 0;
  -webkit-box-flex: 0;
    -ms-flex: 0 0 23.6%;
        flex: 0 0 23.6%;
  max-width: inherit;
}

.col-md-2.date-picker {
  width: 25%;
  -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
} 
@media(min-width: 992px) and (max-width: 1120px){
    #contactAdress .col-md-3.col-sm-6.input-street,#contactAdress .col-md-4.col-sm-6.input-mailbox,
    #contactAdress .col-md-4.col-sm-12.input-entrence {
      width: 50%;
      margin-bottom: 20px;
  }
}
@media(max-width: 991px){
	.col-lg-4.date-picker {
    	margin-bottom: 20px;	
	}
    .col-md-2.date-picker.col-sm-4 {
      width: 33.33333333%;
    }
    #Drivinglicense .col-md-2.date-picker.col-sm-4 {
      width: 50%;
    }
    .header_top .formsearch #Drivinglicense .form_box.form-birthDay input.form_control.icon-left {
      background-position: 12px center;
      background: #ffffff url(../images/pictos/bookings_green.svg) no-repeat calc(100% - 13px) left;
  }
    .col-sm-6{
      margin-bottom: 20px;
    }
    .col-md-3.phone.col-sm-6,.col-md-3.email.col-sm-6 {
      width: 50%;
  }
    #Meansofpayment .MV-steep, #Meansofpayment .Do-latter {
      height: 58px;
      line-height: 58px;
      font-family: 'Gotham-Bold';
      font-size: 16px;
      text-transform: uppercase;
      margin: 0;
      width: 40%;
      float: left;
      margin: 0 17px;
  }
  #Meansofpayment .Do-latter button {
    text-transform: uppercase;
    background-color: #ffffff;
    color: #009900;
    border: 1px solid #009900;
    border-radius: 3px;
    padding: 0;
    width: 100%;
}
#Meansofpayment .MV-steep button {
    text-transform: uppercase;
    background-color: #ffcc00;
    color: #333333;
    border: 1px solid #ffcc00;
    border-radius: 3px;
    padding: 0;
    width: 100%;
    display: block;
}
.home .header_top .formsearch .form_box.form_box1.col-tb-6,
.home .header_top .formsearch .form_box.form_box2.col-tb-6,
.home .header_top .formsearch .form_box.form_box.col-tb-6  {
    width: 40%;
    margin: 0 2%;
    margin-bottom: 10px;
}
#formAbout .col-md-2.date-picker {

  width: 25%;
  max-width: inherit;
  -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;

}
.col-sm-6 {
  max-width: inherit;
  -webkit-box-flex: 50%;
    -ms-flex: 50%;
        flex: 50%;
}
.col-sm-12 {
  max-width: inherit;
  -webkit-box-flex: 100%;
    -ms-flex: 100%;
        flex: 100%;
}
.col-md-7.lsnumber {

  width: 33.333%;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;

}
.header_top .col-md-2.no-border-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
.header_top .col-md-2.no-border-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

}

.tog-menu{
  display: none;
}
.modal.steps-modal .sidebar_wrapper.active{
  display: block;
}

.home .page_content_wrapper.Confirmation .header_top {
  height: auto;
}
.home .page_content_wrapper.Confirmation .titleh1 {
  padding: 120px 1%;
}
@media(max-width: 768px){
.tog-menu {
    display: none; 
    position: absolute;
    top: 30px;
    z-index: 9999;
}
.toggle-menu.on {
    background-color: #fff;
    padding: 4px 2px 3px 5px;
    border: 1px solid #cccc;
}
  .col-md-2.date-picker.col-sm-4 {
    width: 100%;
  }
  .header_top .formsearch .form_box.form-birthDay input.form_control.icon-left {
    background-position: 10px center;
}
.header_top .formsearch .form_box.form-birthcity input.form_control.icon-left,
.header_top .formsearch .form_box.form-birthcountry input.form_control.icon-left,
.header_top .formsearch .form_box.form-phone input.form_control.icon-left,
.header_top .formsearch .form_box.form-email input.form_control.icon-left,
.header_top .formsearch .form_box.form-mobile input.form_control.icon-left
 {
    background-position: 10px center;
}

.header_top .col-md-2.no-border-right,.header_top .col-md-2.no-border-left,.col-md-7.lsnumber {
  -webkit-box-flex: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: inherit !important;
}
.col-md-7.lsnumber {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 55px;
    margin-bottom: 20px;
    width: 100% !important;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
        flex: 100%;
}
.col-md-3.phone.col-sm-6, .col-md-3.email.col-sm-6 {
    width: 100%;
}
.msg-erroe {
    padding-left: 8px;
    padding-right: 8px;
}
  .content-cong{
    -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: baseline;
    -ms-flex-align: baseline;
        align-items: baseline;
  }
  .content-cong div {
    padding-left: 0;
    padding-bottom: 15px;
}
  #Meansofpayment .MV-steep, #Meansofpayment .Do-latter {

float: none;

width: 92%;

margin: 0 auto;

    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;

margin-bottom: 20px;

margin-left: auto;

margin-right: auto !important;
  }
  .header_top .col-md-2.no-border-right .input_group {
    border-right: 1px solid #e1e1e1;
    border-radius: 3px;
  }
  .header_top .col-md-2.no-border-right .input_group::after {
    content: none;
  }
  .header_top .col-md-2.no-border-left .input_group {
    border-left: 1px solid #e1e1e1;
    border-radius: 3px;
  }
}
.home .modal .modal_content .header_top {
  background: #ffffff;
  height: auto;
  min-height: 100%;
}
.form_control.error{
  border: 1px solid #ff6e6e;
}
/*TOGGLE MENU*/
 .toggle-menu {
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
}

.toggle-menu span:after, .toggle-menu span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
}

.toggle-menu span:after {
  top: 18px;
}

.toggle-menu span {
  position: relative;
  display: block;
}

.toggle-menu span, .toggle-menu span:after, .toggle-menu span:before {
  width: 100%;
  height: 2px;
  background-color: #000;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.toggle-menu.on span {
  background-color: transparent;
}

.toggle-menu.on span:before {
  -webkit-transform: rotate(45deg) translate(-1px, 0);
  -ms-transform: rotate(45deg) translate(-1px, 0);
  transform: rotate(45deg) translate(-1px, 0);
}

.toggle-menu.on span:after {
  -webkit-transform: rotate(-45deg) translate(6px, -7px);
  -ms-transform: rotate(-45deg) translate(6px, -7px);
  transform: rotate(-45deg) translate(6px, -7px);
}

.tog-menu > a {
  margin-top: 25px;
  margin-left: 10px;
  position: relative;
  z-index: 9999;
}

.hidden-menu {
  display: none;
}

.tog-menu.on {
  left: 119px;
}
/* BR */
.home.connection .page_content_wrapper .content .container {
  z-index: -1;
}
.home.connection2 .header_top {
    background-image: unset;
    min-height: 430px;
}
.home.connection2 .header_top .titleh1 {
	padding-top: 15px;
}	
.home.connection2 .header_top .titleh1 h1 {
    color: #FFDC00;
    text-shadow: unset;
}
.home.connection2 .header_top .rented-past {
	font-family: 'Gotham-Bold';
	font-size: 16px;
	padding-top: 20px;
	color: #212529;
}
.home.connection2 .header_top .txt-btns a {
    color: #333;
    text-decoration: none;
    width: 99px;
    display: block;
    text-align: center;
    height: 32px;
    background-color: #FFDC00;
    border-radius: 3px;
    text-transform: uppercase;
    line-height: 32px;
    margin: 0 10px 0 0;
    cursor: pointer;
}
.home.connection2 .header_top  .client-info-pass p {
    font-family: 'Gotham-Medium';
    font-size: 16px;
    color: #212529;
    text-shadow: unset;
}
.home.connection2 .header_top .client-info-pass p a {
	color: #212529;
}
.home.connection2  .sidebar_wrapper .sidebar_nav > .sidebar_brand a {
	background: url(../images/brand_mobile.svg) no-repeat;
}
@media screen and (max-width: 480px){
  .home .modal .modal_content .header_top .modal_header .close_modal {
    top: 3%;
  }
  .home .header_top .title-step
  ,.home .header_top .titleh1 h1{
    font-size: 46px;
    line-height: 42px;
  }
}

@media screen and (max-width: 418px){
  .home .header_top .title-step.title-about{
    max-width: 80%;
  }
}



@media screen and (max-width: 373px){
  .home .header_top .titleh1 h1 {
    font-size: 50px;
    line-height: 60px;
}
}

.birthcountry-input .custom-select, .country-input .custom-select, .Issuecountry-input .custom-select {
  background-image: url(../images/pictos/world.png)!important;
  color: #555555;
  background-size: auto;
}
.custom-select.custom-select-country.form_control {
  background: none;
  padding: 0 40px 0 13px;
  color: #555555;
}
.card-input .custom-select {
  background-image: url(../images/pictos/credit_card.png)!important;
}

.input-notempty .wrap-select .custom-select{
  color: #149718;
}
.home .header_top .form_box .input_group.errors-birthcountry.error-group,
.home .header_top .form_box .input_group.errors-cardtype.error-group,
.home .header_top .form_box .input_group.errors-country.error-group,
.home .header_top .form_box .input_group.errors-Issuecountry.error-group
{
  border: 1px solid #d57070;
  box-shadow: 0 0 1.1px #d57070;
}
.custom-select-items li:first-child{
  display: none;
}
.modal-open-europ {
  overflow: hidden;
  position:fixed;
  -webkit-overflow-scrolling: touch;
}

@media(max-width:408px){
  #Yourpersonalinformation .btn-look{
    height: 100%;
    line-height: 30px;
  }
}
#Meansofpayment form .content .row:last-child{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}



.is-loading .loader-modal {
  display: flex;
}

.loader-modal {
  display: none;
  background-color: rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  z-index: 99999;
}

.loader-component {
  align-items: center;
  background: #fff;
  padding: 40px 20px;
  margin: 0 auto;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.45);
-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.45);
box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.45);
}

.loader-component__text {
  flex: none;
  line-height: normal;
  color: #0f1e31;
  font-family: 'Gotham-Medium';
  font-size: 12px;
}

.loader-component__spinner {
  flex: none;
  width: 70px;
  height: 70px;
  position: relative;
  margin-right: 30px;
}

.loader-component__spinner-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.loader-component__spinner-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #343436;
  border-radius: 100%;
  -webkit-animation: loaderAnim 1.2s infinite ease-in-out both;
  animation: loaderAnim 1.2s infinite ease-in-out both;
}
.spinner-border img{
  width: 60px;
margin: 0 auto;
    margin-bottom: 0px;
display: block;
margin-bottom: 16px;
}

/* BR */
.home .header_top .navigation-step {
	position: relative;
	height: 20px;
}
.home .header_top .navigation-step .nm-step { 	
	position: absolute;
	left: 30px;
}	
.home .header_top .navigation-step .bk-step {
  position: absolute;
  top: 5px;
  left: 0px;
  cursor: pointer;
  z-index: 100;
  display: block;
}
.home .header_top .navigation-step .bk-step:after {
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  background: url(../images/pictos/arrow_right_black.svg) no-repeat;
  background-size: cover;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  top: 0px;
  left: 0;
  right: 0;
}
.home .header_top .form_box .input_group.readonly {
	background-color: #e1e1e1!important;
	color: #969696!important;
}
.home .header_top .form_box .input_group.readonly label {
	color: #969696!important;
}
.home .header_top .form_box .input_group.readonly input {
	color: #212428 !important;
}
.home .header_top .form_box .input_group.readonly * {
	cursor: default!important;
}
.home .header_top .form_box .select_group input {
	display: none!important;
}

.home .header_top .form_box .form-control.custom-select {
	color: #149718;
}
.home .header_top .form_box .custom-select-items li:first-child {
    display: block!important;
}
/* cookie policy */
.home.cookie .page_content_wrapper {
	z-index: 0;
}
.home.cookie .header_top h3 {
	margin-top: 30px;
	margin-bootom: 10px;
	font-size: 18px;
	line-height: 22px;
    font-weight: normal;
}	
.home.cookie .header_top .table-content {
	margin-top: 10px;
}
.home.cookie .header_top .table-content li {
	list-style-type: none;	
}
.home.cookie .header_top .text {
	margin-top :50px;
	line-height: 16px;
	font-family: 'Gotham-Medium';
	font-size: 12px;
	color: #333;        
}
.home.cookie .header_top table {
	border: 1px solid black;
	border-collapse: collapse;		
	/*width: 100%;*/
}	

.home.cookie .header_top th, .home.cookie .header_top td {
	border: 1px solid black;
	border-collapse: collapse;		
	padding: 0 5px;
	vertical-align: middle;	
}
.home.cookie .header_top th {
	height: 25px;
	font-weight: bold;	
}	
.home.cookie .header_top td {
	height: 30px;
}	
.home.cookie .header_top th.cookie-type {
	width: 100px;	
}
.home.cookie .header_top td.cookie-type {	
	font-weight: bold;
}
.home.cookie .header_top li {
	list-style-type: disc;
	list-style-position: inside;
}
.home.cookie .header_top a:link, .home.cookie .header_top a:hover, .home.cookie .header_top a:visited {
	color: #3bc100;
    text-decoration: none; 
}
.home.cookie .modal .modal_header .close_modal {
	top: 25px;
}
@media screen and (max-width: 768px) {
	.home.cookie .header_top.box .tab-pane {
	  overflow-x: auto;  
	}
}	
.home.confirmation .mypass-visual {
	margin : auto;
}

/* recovery password */
.recovery-page .recovery-modal {
	display: none;
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;		
	align-items: center;
	z-index: 99999;		
}
.recovery-page.show .recovery-modal {
	display: flex;
} 
.recovery-page .recovery-modal .recovery-content {
	position: relative;
	background-color: #ffffff;
	height: 360px;
    padding: 30px 20px;	    
    align-items: center;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.45);
}
.recovery-page .recovery-modal .recovery-content .container {
	position: relative;
	background-color: #f0f0f0;
    height: 300px;
	width: 400px;
	padding-left: 20px;
    padding-right: 20px;
    padding-top: 16px;	
}
.recovery-page .recovery-modal .recovery-content .close-modal:after {
    content: "";    
    position: absolute;
    background: url(../images/pictos/close_black.svg) no-repeat;    
    cursor: pointer;
    right: 8px;
    top: 8px;
    height: 15px;
    width: 15px;
    transform: scale(0.7);
}
.recovery-page .recovery-modal .recovery-content .container .title { 
	font-size: 20px;
	margin-bottom: 50px;
    font-weight: 700;
}  
.recovery-page .recovery-modal .recovery-content .container .form-box {  	
	float: left;
	width: 100%;
}	
.recovery-page .recovery-modal .recovery-content .container .form_box .input_group {
	border: 1px solid #e1e1e1;
    border-radius: 3px;
}
.recovery-page .recovery-modal .recovery-content .container .form_box .input_group label {
	position: absolute;
	display: block;
    top: 23px;
    left: 13px;
    font-size: 12px;
    font-family: 'Gotham-Medium';
    margin: 0;
    padding: 0;    
    color: #555555;
    font-weight: bold;
    transition: all .3s ease;
    z-index: 10;
    cursor: pointer;
}            
.recovery-page .recovery-modal .recovery-content .container .form_box .input_group.active label {
    display: block;
    top: 8px;    
}    
.recovery-page .recovery-modal .recovery-content .container .form_box .input_group input {
    cursor: pointer;
    color: #149718;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Gotham-Medium';
}    
.recovery-page .recovery-modal .recovery-content .container.recovery-input .error-messages {
	display: none;
	margin-bottom: 5px;
}
.recovery-page .recovery-modal .recovery-content .container.recovery-input .error-message {
	display: none;
	color: #721c24;
}	
.recovery-page .recovery-modal .recovery-content .container.recovery-input.error .error-messages {
	display: block;
}
.recovery-page .recovery-modal .recovery-content .container.recovery-input.error .input_group input {
	border: 1px solid #ff6e6e;
}
.recovery-page .recovery-modal .recovery-content .container .btn.btn-ok {	
    color: #000000;
    width: 100%;
    height: 59px;
    font-weight: bold;
    font-size: 18px;
    border-radius: 3px;
    background: #FFDC00 url(../images/pictos/arrow_right_black.svg) no-repeat center center;
    display: block;	
    margin: 50px 0;
}
.recovery-page .recovery-modal .recovery-content .container.recovery-sent{
	display: none;	
}
.recovery-page .recovery-modal .recovery-content .container.recovery-sent .title {
	margin-bottom: 30px;
}
.recovery-page .recovery-modal .recovery-content .container.recovery-sent .icon {
	height: 70px;
    background: transparent url(../images/pictos//email-solid-rounded.png) no-repeat 0 2px;
}    
.recovery-page .recovery-modal .recovery-content .container.recovery-sent .text {
	font-size: 13px;
} 
.recovery-page .recovery-modal .recovery-content .container.recovery-sent .btn.btn-ok {	
    background: #FFDC00;

}
