/**
 * importer.less
 *
 * By default, new Sails projects are configured to compile this file
 * from LESS to CSS.  Unlike CSS files, LESS files are not compiled and
 * included automatically unless they are imported below.
 *
 * The LESS files imported below are compiled and included in the order
 * they are listed.  Mixins, variables, etc. should be imported first
 * so that they can be accessed by subsequent LESS stylesheets.
 *
 * (Just like the rest of the asset pipeline bundled in Sails, you can
 * always omit, customize, or replace this behavior with SASS, SCSS,
 * or any other Grunt tasks you like.)
 * modif 13/07/2021 by Jimmy
 */
 .locations-list .location-item .location-item-content h1 {
  font-weight: 700;
  color: white;
  margin: 0;
  font-size: 34.31px;
}

.locations-list .location-services .service-item .service-item--body h1 {
  /* min-height: 44px; */
  margin: 20px 0 10px;
  font-size: 20.5px;
  font-weight: 400;
  color: #0d2c6c;
}

span#basic-addon2 {
  width: auto !important;
}


.locations-list
.location-services
.service-modal
.service-item-details
p.service-description {
  margin-bottom: 0;
}

.hotelEnvolImad {
  width: 90%;
  margin: 0 auto;
  background: white;
  margin-top: -100px;
  padding: 0 15px;
}
.hotelEnvolImad .title_head {
  display: inline-block;
  margin: 0 0 0 34px;
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  padding: 15px 33px;
  background-image: -webkit-gradient(
          linear,
          left bottom,
          left top,
          from(#353450),
          to(#353a57)
  );
  background-image: linear-gradient(0deg, #353450 0%, #353a57 100%);
  color: white;
}
.hotelEnvolImad .content_room {
  -webkit-box-shadow: 1px 10px 14px #0d2c6c, 0 -12px 31px #00000069;
  box-shadow: 1px 10px 14px #0d2c6c, 0 -12px 31px #00000069;
  margin-bottom: 50px;
  background: url("../images/bg_hotel_envol.png") no-repeat;
  background-size: cover;
  margin-left: -15px;
  margin-right: -15px;
  max-height: 599px;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
}
.hotelEnvolImad .content_room .button_bottom {
  position: relative;
  right: -11%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hotelEnvolImad .content_room .button_bottom .total_moro {
  min-width: 159px;
  height: 44px;
  border: 0;
  background: #ee3b44;
  color: white;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 200;
  line-height: 44px;
  text-decoration: none;
  text-align: center;
}
.hotelEnvolImad .content_room .button_bottom .add_service {
  width: 224px;
  height: 44px;
  background: #11a8e1;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  border: 0;
  margin-left: -4px;
}
.hotelEnvolImad .content_room .containerOfRoom {
  padding: 59px 58px 0;
  color: white;
  margin-bottom: 78px;
}
.hotelEnvolImad .content_room .containerOfRoom form .form-group {
  padding-left: 20px;
  padding-right: 20px;
}
.hotelEnvolImad .content_room .containerOfRoom form .form-group::after {
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  background: #603b57;
  margin-top: 31px;
  margin-left: -20px;
  margin-right: -20px;
}
.hotelEnvolImad
.content_room
.containerOfRoom
form
.form-group:last-child::after {
  content: initial;
}
.hotelEnvolImad .content_room .containerOfRoom form .form-group .els::after {
  clear: both;
  display: block;
  content: " ";
}
.hotelEnvolImad .content_room .containerOfRoom form .form-group .els .el {
  float: left;
  margin-right: 200px;
  border: 0;
  position: relative;
}
.hotelEnvolImad
.content_room
.containerOfRoom
form
.form-group
.els
.el.el_1
.options_exists {
  display: none;
  background: white;
  color: black;
  padding: 5px 20px;
  position: absolute;
  right: -300px;
  width: 200px;
  top: -36px;
  z-index: 99;
  width: 265px;
  height: 232px;
  padding-left: 21px;
  padding-top: 31px;
  padding-bottom: 38px;
  padding-right: 25px;
}
.hotelEnvolImad
.content_room
.containerOfRoom
form
.form-group
.els
.el.el_1
.options_exists
.content_all_options {
  overflow: auto;
  height: 100%;
}
.hotelEnvolImad
.content_room
.containerOfRoom
form
.form-group
.els
.el.el_1
.options_exists
.content_all_options
div {
  color: #202d4a;
  margin-bottom: 16px;
}
.hotelEnvolImad
.content_room
.containerOfRoom
form
.form-group
.els
.el.el_1
.options_exists
.content_all_options
div::after {
  clear: both;
  display: block;
  content: " ";
}
.hotelEnvolImad
.content_room
.containerOfRoom
form
.form-group
.els
.el.el_1
.options_exists
.content_all_options
div
p {
  float: right;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
}
.hotelEnvolImad
.content_room
.containerOfRoom
form
.form-group
.els
.el.el_1
.options_exists
.content_all_options
div
label {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300 !important;
  cursor: pointer;
}
.hotelEnvolImad
.content_room
.containerOfRoom
form
.form-group
.els
.el.el_1
.options_exists
.content_all_options
div
label
input {
  margin-top: 0;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
}
.hotelEnvolImad
.content_room
.containerOfRoom
form
.form-group
.els
.el.el_1
.options_exists
.content_all_options
div
label
input::before {
  content: " ";
  width: 20px;
  height: 20px;
  display: inline-block;
  background: #d9d9d9;
}
.hotelEnvolImad
.content_room
.containerOfRoom
form
.form-group
.els
.el.el_1
.options_exists
.content_all_options
div
label
input:checked::before {
  background: #1292c8;
}
.hotelEnvolImad
.content_room
.containerOfRoom
form
.form-group
.els
.el.el_1
.options_exists::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: -48px;
  z-index: 999999999;
  border: 24px solid white;
  border-top: 24px solid transparent;
  border-left: 24px solid transparent;
  border-bottom: 24px solid transparent;
}
.hotelEnvolImad
.content_room
.containerOfRoom
form
.form-group
.els
.el.el_1
.options_exists
h1 {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #202d4a;
  margin-bottom: 21px;
}
.hotelEnvolImad
.content_room
.containerOfRoom
form
.form-group
.els
.el.el_1::after {
  content: " ";
  display: block;
  background: url("../images/bg_l_1.png") no-repeat;
  width: 28px;
  height: 86px;
  float: left;
  position: absolute;
  right: -100px;
  top: 0;
}
.hotelEnvolImad
.content_room
.containerOfRoom
form
.form-group
.els
.el.el_1
select {
  width: 172px;
  color: black;
  height: 33px;
  font-weight: 700;
}
.hotelEnvolImad
.content_room
.containerOfRoom
form
.form-group
.els
.el.el_1
.options {
  margin-top: 17px;
  margin-left: 54px;
  max-width: 174px;
  width: 100%;
  font-size: 13px;
  display: none;
  word-break: break-all;
}
.hotelEnvolImad
.content_room
.containerOfRoom
form
.form-group
.els
.el.el_1
.edit_options {
  display: none;
  float: right;
  color: white;
  text-decoration: none;
  font-size: 9px;
}
.hotelEnvolImad
.content_room
.containerOfRoom
form
.form-group
.els
.el.el_1
.edit_options::after {
  background: url("../images/edit_icon_1.png") no-repeat;
  content: " ";
  width: 21px;
  height: 21px;
  display: inline-block;
  margin-left: 9px;
  vertical-align: middle;
}
.hotelEnvolImad .content_room .containerOfRoom form .form-group .els .el.el_3 {
  padding-top: 56px;
}
.hotelEnvolImad
.content_room
.containerOfRoom
form
.form-group
.els
.el.el_3::after {
  content: " ";
  display: block;
  background: url("../images/bg_l_1.png") no-repeat;
  width: 28px;
  height: 86px;
  float: left;
  position: absolute;
  right: -100px;
  top: 0;
  position: absolute;
  right: -100px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hotelEnvolImad
.content_room
.containerOfRoom
form
.form-group
.els
.el.el_3
select {
  width: 71px;
  height: 30px;
  color: black;
  font-weight: 700;
  margin-right: 11px;
}
.hotelEnvolImad
.content_room
.containerOfRoom
form
.form-group
.els
.el.el_3
select:last-child {
  margin-right: 0;
}
.hotelEnvolImad
.content_room
.containerOfRoom
form
.form-group
.els
.el.el_price {
  height: 100px;
  line-height: 100px;
  font-family: "Montserrat", sans-serif;
  font-size: 25.35px;
}
.service-modal {
  z-index: 10000 !important
}
.hotelEnvolImad
.content_room
.containerOfRoom
form
.form-group
.els
.el.el_2::after {
  content: " ";
  display: block;
  background: url("../images/bg_l_2.png") no-repeat;
  width: 28px;
  height: 86px;
  float: left;
  position: absolute;
  right: -100px;
  top: 0;
  position: absolute;
  right: -100px;
  top: 96%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hotelEnvolImad
.content_room
.containerOfRoom
form
.form-group
.els
.el.el_2
.element_block {
  display: block;
  margin-bottom: 17px;
}
.hotelEnvolImad
.content_room
.containerOfRoom
form
.form-group
.els
.el.el_2
.element_block:nth-child(2)
label {
  margin-right: 24px;
}
.hotelEnvolImad
.content_room
.containerOfRoom
form
.form-group
.els
.el.el_2
.element_block
label {
  margin-right: 39px;
}
.hotelEnvolImad
.content_room
.containerOfRoom
form
.form-group
.els
.el.el_2
select {
  color: black;
  font-weight: 700;
  width: 71px;
  height: 33px;
  text-align: center;
}
.hotelEnvolImad
.content_room
.containerOfRoom
form
.form-group
.els
.el:last-child {
  margin-right: 0;
}
.hotelEnvolImad .content_room .containerOfRoom form .title_nbrRoom {
  font-size: 30px;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: white;
  text-transform: none;
  margin-bottom: 41px;
}
.hotelEnvolImad .content_room .containerOfRoom form .title_nbrRoom span {
  color: #f16987;
}
.hotelEnvolImad .content_room .containerOfRoom form label {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700 !important;
  margin-right: 20px;
}
.hotelEnvolImad .content_room .containerOfRoom form label + input {
  width: 69px;
  height: 32px;
  border: 0;
  outline: 0;
  text-align: center;
  color: black;
  font-weight: 700;
  font-size: 18px;
}

.many-day{
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  font-weight: 900 !important;
  padding-left: 75px;
  color: white;
}
.nav_full_wrapper {
  width: 451px;
  min-height: 550px;
  position: absolute;
  display: none;
  left: 50%;
  top: 5%;
  z-index: 999999;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.nav_full_wrapper.show_it {
  display: block;
}
.nav_full_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9999;
  display: none;
  background-color: rgba(26, 45, 74, 0.97);
}
.nav_full_overlay.show_it {
  display: block;
}
.nav_full_overlay .close_popup {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  width: 40px;
  display: block;
  height: 40px;
}
.nav_full_overlay .close_popup:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 40px;
  background-color: #fff;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav_full_overlay .close_popup:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 40px;
  background-color: #fff;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.search_wrapper input {
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent url("/images/icons/search.png") 20px center no-repeat;
  width: 100%;
  height: 80px;
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  color: #fff;
  outline: none;
  padding-left: 90px;
}
.search_wrapper input::-webkit-input-placeholder {
  color: #fff;
}
.search_wrapper input:-moz-placeholder {
  color: #fff;
}
.search_wrapper input::-moz-placeholder {
  color: #fff;
}
.search_wrapper input:-ms-input-placeholder {
  color: #fff;
}
.search_wrapper input::-ms-input-placeholder {
  color: #fff;
}
.search_wrapper input:placeholder-shown {
  color: #fff;
}
.nav_full_wrapper nav {
  margin-top: 30px;
}
.nav_full_wrapper nav ul {
  margin: 0px;
  list-style: none;
  padding-left: 32px;
}
.nav_full_wrapper nav ul li {
  margin: 0px;
  line-height: 1.1;
}
.nav_full_wrapper nav ul li a {
  font-size: 50px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
}
.nav_full_wrapper nav ul li a:hover,
.nav_full_wrapper nav ul li a:focus {
  color: #11a8e1;
}
body.scrolless {
  overflow: hidden;
}
.menu-wrapper .right-side .right-navigation-btns a {
  width: 75px;
}
.menu_panier_overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  display: none;
  height: 100%;
}
.menu_panier_overlay.show_it {
  display: block;
}
.menu_panier_holder {
  position: relative;
}
.menu_panier_holder .menu_panier_wrapper {
  position: absolute;
  right: 83px;
  top: 84px;
  display: none;
  z-index: 9;
}
.menu_panier_holder .menu_panier_wrapper img {
  -webkit-box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.24);
}
.menu_panier_holder .menu_panier_wrapper.show_it {
  display: block;
}
.navigation_wrapper {
  min-height: 185px;
  width: 100%;
  background: #fff;
  text-align: right;
}
.navigation_wrapper a {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  color: #0d2c6c;
  background-color: transparent;
  padding: 0px 30px;
  display: inline-block;
  border: 2px solid #0d2c6c;
  text-decoration: none;
  width: auto;
  height: 60px;
  line-height: 60px;
  margin-top: 60px;
  margin-right: 30px;
}
.navigation_wrapper a.disabled {
  opacity: 0.5;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.navigation_wrapper a:hover,
.navigation_wrapper a:focus {
  color: #fff;
  background-color: #0d2c6c;
}
.summary-wrapper {
  min-height: 1000px;
  padding-top: 70px;
  padding-bottom: 70px;
}
.summary-wrapper h1 {
  margin: 0px;
  margin-bottom: 30px;
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
}
.summary-wrapper p {
  margin: 0px;
  margin-bottom: 30px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #898989;
}
.summary-wrapper .summary_btn_wrapper {
  text-align: right;
  padding-top: 70px;
}
.summary-wrapper .summary_btn_wrapper.summary_btn_wrapper2 {
  text-align: center;
}
.summary-wrapper .summary_btn_wrapper a {
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  color: #fff;
  background-color: #ee4344;
  display: inline-block;
  text-decoration: none;
  width: 201px;
  text-align: center;
  height: 48px;
  line-height: 48px;
  margin-bottom: 10px;
  margin-right: 20px;
}
.summary-wrapper .summary_btn_wrapper a:hover,
.summary-wrapper .summary_btn_wrapper a:focus {
  background-color: rgba(238, 59, 68, 0.9);
}
.summary-alldays-wrapper {
  position: relative;
}
.summary-alldays-wrapper:before {
  content: "";
  width: 5px;
  height: calc(100% - 100px);
  position: absolute;
  left: 50%;
  top: 100px;
  background-color: #0d2c6c;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.summary-days-wrapper .summary_days_content {
  /*max-width:1130px;margin:30px auto*/
}
.summary-days-wrapper .summary_days_content img {
  -webkit-filter: drop-shadow(0px 0px 29px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 0px 29px rgba(0, 0, 0, 0.1));
}
.summary-days-wrapper .summary_days_content h3 {
  margin: 0px;
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #0d2c6c;
  padding-top: 37px;
}
.summary-days-wrapper .summary_days_content date {
  margin: 0px;
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
  color: #0d2c6c;
}
.summary-days-wrapper .summary_days_content .day_item_left {
  padding-right: 50px;
}
.summary-days-wrapper .summary_days_content .day_item_left:hover img {
  -webkit-filter: drop-shadow(0px 0px 29px rgba(0, 0, 0, 0.17));
  filter: drop-shadow(0px 0px 29px rgba(0, 0, 0, 0.17));
}
.summary-days-wrapper .summary_days_content .day_item_left date {
  text-align: right;
  display: block;
}
.summary-days-wrapper .summary_days_content .day_item_left h3 {
  position: relative;
  text-align: right;
}
.summary-days-wrapper .summary_days_content .day_item_left h3 img {
  position: absolute;
  right: -62px;
  bottom: 0px;
}
.summary-days-wrapper .summary_days_content .day_item_right {
  padding-left: 50px;
}
.summary-days-wrapper .summary_days_content .day_item_right:hover img {
  -webkit-filter: drop-shadow(0px 0px 29px rgba(0, 0, 0, 0.17));
  filter: drop-shadow(0px 0px 29px rgba(0, 0, 0, 0.17));
}
.summary-days-wrapper .summary_days_content .day_item_right h3 {
  position: relative;
}
.summary-days-wrapper .summary_days_content .day_item_right h3 img {
  position: absolute;
  left: -62px;
  bottom: 0px;
}
.close-modal2 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 30px;
  text-decoration: none;
  text-align: center;
  color: #0d2c6c;
}
.show_food_menu_wrapper {
  width: 100%;
  max-width: 1280px;
  min-height: 550px;
  position: absolute;
  display: none;
  left: 50%;
  top: 10%;
  z-index: 999999;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  overflow: hidden;
  -webkit-box-shadow: 0 0 120px 0px rgba(0, 0, 0, 0.49);
  box-shadow: 0 0 120px 0px rgba(0, 0, 0, 0.49);
}
.show_food_menu_wrapper.show_it {
  display: block;
}
.show_food_menu_wrapper .close_popup {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  width: 40px;
  display: block;
  z-index: 99;
  height: 40px;
}
.show_food_menu_wrapper .close_popup:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 40px;
  background-color: #fff;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.show_food_menu_wrapper .close_popup:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 40px;
  background-color: #fff;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.show_food_menu_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  display: none;
  background-color: rgba(26, 45, 74, 0.97);
  overflow: hidden;
}
.show_food_menu_overlay.show_it {
  display: block;
}
.food_menu_body_wrapper .food_menu_item {
  padding: 0px;
}
.food_menu_body_wrapper .food_menu_item img {
  display: inline-block;
}
.food_menu_body_wrapper .food_menu_item a {
  text-align: center;
  margin: 0px;
  font-size: 50px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
  color: #fff;
  padding-top: 0px;
  text-decoration: none;
  position: relative;
  display: block;
}
.food_menu_body_wrapper .food_menu_item a:before {
  content: "";
  width: calc(100% - 2px);
  height: 7px;
  position: absolute;
  top: 64px;
  left: 0px;
  background-color: transparent;
  display: block;
}
.food_menu_body_wrapper .food_menu_item a:hover,
.food_menu_body_wrapper .food_menu_item a:focus,
.food_menu_body_wrapper .food_menu_item a:active,
.food_menu_body_wrapper .food_menu_item a.active_it {
  color: #ee4344;
}
.food_menu_body_wrapper .food_menu_item a:hover:before,
.food_menu_body_wrapper .food_menu_item a:focus:before,
.food_menu_body_wrapper .food_menu_item a:active:before,
.food_menu_body_wrapper .food_menu_item a.active_it:before {
  background-color: #ee4344;
}
.food_menu_body_wrapper .food_menu_item a .menu_name {
  display: block;
  text-align: center;
  margin-top: -71px;
}
.food_menu_body_wrapper .food_menu_item a .menu_name strong {
  font-weight: 700;
}
.top-filter .disabled {
  pointer-events: none;
}
.display_hotel {
  display: none;
}
.display_hotel.show_it {
  display: block;
}
.display_all {
  display: none;
  position: relative;
}
.display_all.show_it {
  display: block;
}
.right_arrow {
  display: block;
  position: absolute;
  left: -50px;
  top: 25%;
  width: 50px;
  height: 50px;
  -webkit-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
  background: url(/demo/images/right-arrow2.svg) no-repeat center center;
  background-size: 100%;
  cursor: pointer;
}
.left_arrow {
  display: block;
  position: absolute;
  right: -50px;
  top: 25%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/demo/images/right-arrow2.svg) no-repeat center center;
  background-size: 100%;
  cursor: pointer;
}
.display_appartement {
  display: none;
}
.display_appartement.show_it {
  display: block;
}
.location-item.disabled {
  pointer-events: none;
}
.service-modal .reviews-items2 {
  max-width: 100%;
  height: 260px;
  margin: 0 auto;
  position: relative;
}
.service-modal .reviews-items2 .carousel-cell {
  width: 100%;
  height: 260px;
  margin-right: 10px;
}
.service-modal .reviews-items2 .slick-arrow {
  position: absolute;
  right: 0px;
  top: 50%;
  font-size: 0px;
  border: none;
  outline: none;
  outline-color: transparent;
  opacity: 0.7;
  z-index: 9;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}
.service-modal .reviews-items2 .slick-arrow:hover,
.service-modal .reviews-items2 .slick-arrow:focus {
  opacity: 1;
}
.service-modal .reviews-items2 .slick-arrow.slick-prev {
  width: 30px;
  right: unset;
  left: 35px;
  -webkit-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
  height: 30px;
  background: url(/demo/images/right-arrow.svg) no-repeat center center;
  background-size: 100%;
}
.service-modal .reviews-items2 .slick-arrow.slick-next {
  width: 30px;
  height: 30px;
  right: 35px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/demo/images/right-arrow.svg) no-repeat center center;
  background-size: 100%;
}
.service-right-bloc img {
  width: 30px !important;
  height: auto;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  margin-right: 3px;
}
.locations-list
.location-services
.service-modal
.service-item-details
.service-right-bloc
span[class^="icon"] {
  font-size: 28px;
  margin-right: 5px;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  display: inline-block;
}
.total-price .total_val {
  font-style: normal;
}
body .locations-list .location-services .service-modal {
  display: none;
}
body .locations-list .location-services .service-modal.show_it {
  display: block;
}
body .locations-list .location-services .service-modal .food_img_details {
  width: auto !important;
}
.top-filter-disabled {
  opacity: 0;
  pointer-events: none;
}
.service_item_details_holder {
  max-width: 1140px;
  margin: auto;
}
.locations-list
.location-services
.service-modal
.service-item-details
img.make_it_auto {
  width: auto;
}
.locations-list
.location-services
.service-modal
.service-item-details
img.make_it_auto2 {
  margin-bottom: 20px;
}
.locations-list .location-services2 {
  min-height: 750px;
}
.show_food_menu_wrapper.show_food_menu_wrapper_transportations {
  max-width: 875px;
  background-color: #fff;
}
.show_food_menu_wrapper.show_food_menu_wrapper_transportations .close_popup {
  width: 50px;
  height: 50px;
  right: 0px;
  top: 0px;
  background-color: #213450;
}
.transportation_menu_body_wrapper {
  padding: 30px 20px 0 20px;
}
.transportation_menu_body_wrapper h2 {
  margin: 0px;
  font-size: 40px;
  color: #0d2c6c;
  margin-bottom: 20px;
  font-weight: 300;
}
.transportation_menu_body_wrapper h3 {
  margin: 0px;
  font-size: 30px;
  color: #0d2c6c;
  font-weight: 100;
  margin-top: 15px;
  margin-bottom: 20px;
}
.car_options {
  margin-bottom: 20px;
}
.car_options .opt {
  padding-left: 50px;
  position: relative;
  cursor: pointer;
}
.car_options .opt.activate:after {
  display: block;
}
.car_options .opt:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
}
.car_options .opt:after {
  content: "";
  width: 10px;
  height: 17px;
  position: absolute;
  left: 7px;
  top: 10px;
  display: block;
  border-radius: 4px;
  border: 4px solid red;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}
.operation {
  position: relative;
}
.operation .price_car_total {
  position: absolute;
  right: -20px;
  bottom: -30px;
  background-color: #de1352;
  font-size: 22px;
  color: #fff;
  height: 48px;
  width: 80px;
  text-align: center;
  line-height: 48px;
}
.operation .add_to_cart {
  position: absolute;
  width: 100px;
  height: 48px;
  right: 61px;
  bottom: -30px;
  display: block;
}
.title_day_city h2:not(.collapsed) {
  padding: 0 0 50px 0px;
  margin: 0 0 60px 0px;
  -webkit-box-shadow: 0px 0px 20px 30px #fff;
  box-shadow: 0px 0px 20px 30px #fff;
}
.title_day_city h2.collapsed:after {
  -webkit-transform: rotate(-45deg) translate(50px, 10px);
  transform: rotate(-45deg) translate(50px, 10px);
}
.title_day_city.sepa h2 {
  padding-top: 100px;
  margin-top: 100px;
  -webkit-box-shadow: 0px 0px 30px 27px #fff;
  box-shadow: 0px 0px 30px 27px #fff;
}
.title_day_city h2 {
  font-size: 117px;
  background-color: #fff;
  color: #0d2c6c;
  text-align: center;
  padding: 0px;
  margin: 0px;
  position: relative;
  cursor: pointer;
}
.title_day_city h2:after {
  content: "";
  width: 30px;
  height: 30px;
  border: 1px solid;
  border-left: none;
  border-top: none;
  -webkit-transform: rotate(45deg) translate(20px, -70px);
  transform: rotate(45deg) translate(20px, -70px);
  display: inline-block;
}
.locations-list
.location-services
.service-modal
.service-item-details
.service-right-bloc
.service-detail-footer
.service-price {
  margin-right: 130px;
}
.service-price-qte {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 37px;
  padding-left: 5px;
  color: black;
  outline: none;
  border: none;
}
.stars {
  width: auto !important;
  height: 15px !important;
  position: absolute;
  bottom: 12px;
  right: 12px;
}
.service-price-qte-label {
  position: absolute;
  top: 1px;
  right: 68px;
  font-size: 22px;
  text-align: right;
}
.ext_bottom .service-right-bloc {
  padding-bottom: 125px !important;
}
.ext_bottom.ext_scroll .service-right-bloc {
  max-height: 600px;
  overflow: auto;
}
.ext_bottom.ext_scroll .service-right-bloc .service-detail-footer {
  position: relative !important;
  bottom: -30px !important;
}
.my_cart {
  max-width: 100%;
}
.left_panel {
  padding-right: 60px;
  position: relative;
  padding-bottom: 250px;
}
.left_panel:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 20px;
  top: 0px;
  background-color: transparent;
  border-right: 1px dashed #ccc;
  display: block;
}
.left_panel .sous_total {
  font-size: 22px;
  font-family: "Montserrat";
  color: #0d2c6c;
  text-align: right;
}
.left_panel hr {
  border-color: #0d2c6c;
  margin: 30px auto;
}
.right_panel {
  padding: 0px;
}
.right_panel img {
  margin-left: 0px;
  display: block;
}
.right_panel hr {
  margin: 50px auto;
}
.panier_title {
  color: #0d2c6c;
}
.panier_title span {
  font-size: 20px;
}
.step {
  font-size: 40px;
  color: #0d2c6c;
  text-transform: uppercase;
  text-decoration: none !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
.step span {
  padding-right: 15px;
}
img.checkout_step2 {
  margin-left: 50px;
  margin-left: 70px;
}
.step_wrapper {
  display: none;
  padding-bottom: 70px;
}
.step_wrapper.active {
  display: block;
}
.step_wrapper img {
  margin-top: 30px;
}
.summary_btn_wrapper {
  text-align: right !important;
  padding-right: 0px !important;
}
.summary_btn_wrapper a {
  width: 271px !important;
  margin-right: 0px !important;
}
.search_filter_wrapper {
  padding: 40px 0px;
  padding-bottom: 40px;
}
.search_filter_wrapper .depart_wrapper {
  margin-bottom: 10px;
}
.search_filter_wrapper input[type="number"],
.search_filter_wrapper select {
  width: 100%;
  height: 30px;
  background-color: #eee;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.service-price-detail {
  position: relative;
}

.child-adult .total_moro {
  position: absolute;
  z-index: 200;
  padding: 10px;
  background: #ee4344;
  border: none;
  display: none;
}

.error-message {
  text-align: center;
  display: block;
  color: #ee4344;
}
.delete-message-error {
  display: none;
}
/* step 3 css */

/* aligner tous les prix du récapitulatif à droite */
.items-libele-module {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

div.content-items-libele-prefix {
  color: #000000 !important;
  font-size: 12px !important;
}

.items-libele-module > div.content-items-value-prefix value-activite-items {
  color: darkblue !important;
}

/* Mettre en gris les textes qui s'efface quand on écrit */
.content-input > input.input::placeholder {
  color: rgb(173, 173, 173);
}

.content-input > input.input {
  color: black;
}

.content-input-other-info > input::placeholder {
  color: rgb(173, 173, 173) !important;
}

.items-libele-module > div.content-items-libele-prefix {
  width: 50%;
  word-wrap: break-word;
  height: auto;
}

.items-libele-module > div.content-items-value-prefix {
  width: 50%;
  text-align: right !important;
}

.items-libele-module > div.value-activite-items {
  display: flex;
  flex-direction: row;
  justify-content: flex-end !important;
}

/* white text in formulaire contactez nous footer  */
.contact-form > div > input.form-control {
  color: white;
}

.contact-form > div > textarea.form-control {
  color: white;
}

.loading {
  display: flex;
  /* justify-content: center; */
}

/*pack bottom navigation */
.pack-bottom-navigation {
  display: flex;
  flex-direction: row;
  padding-top: 15px;
  justify-content: space-between;
}

.changeStyle {
  padding-bottom: 20px !important;
}

.btn-pack-menu {
  background: transparent;
  border: none;
  font-size: 40px;
  padding-top: 25px;
  color: #0d2c6c;
}

.btn-pack-menu:hover {
  background: transparent;
  border: none;
  color: #ee3b44;
}

.btn-pack-menu:focus {
  outline: 0;
}

.validation-commande {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  width: 30%;
  height: 10%;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 38px;
  background: #ee3b44;
  color: white !important;
}

.validation-review {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  width: 30%;
  height: 10%;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 38px;
  background: #ee3b44;
  color: white !important;
}

.validation-commande-rigth {
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 8px;
  width: 80% !important;
  height: 50px !important;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
  background: #ee3b44;
  color: white !important;
}

.suffix-values-assurance {
  margin-right: 8px;
  margin-left: 8px;
  text-transform: lowercase;
}

.tab-pane {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* background: green; */
}

.content-pane {
  /* background: #000; */
  height: 400px !important;
}

/* payement text */
.payement-text {
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.payement-text > a {
  display: inline-block;
  text-align: center;
  width: 60%;
}

/* onglet bleu claire en bleu foncé */
.list-menu > a {
  color: #0d2c6c;
}

/* petite espace sur le step 4 entre payement 3fois et information personnelle */
#content-checked-paiement-echelone {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

#content-paiement-echelonne {
  margin-bottom: 15px !important;
}

/* modifier le text en gras paiement echeloné */
.bold-text {
  font-weight: bold !important;
}

#paiement-paragraphes {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

/* centrer les produits s'il n'y a que 1 ou 2 */
.resultAjax {
  display: flex;
  justify-content: center !important;
  flex-wrap: wrap;
}
.items-paiement > div.prefix-paiement > label {
  font-weight: 600 !important;
  font-size: 15px !important;
}

montant-paiement > span.step2-paiement {
  font-weight: 600 !important;
  font-size: 15px !important;
}

/* supprimé les flèches pour les inputs de type number */
/* Firefox */
.content-input > input[type="number"] {
  -moz-appearance: textfield;
}

.content-zone-text > input[type="number"] {
  -moz-appearance: textfield;
}

/* Chrome */
.content-input > input::-webkit-inner-spin-button,
.content-input > input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.content-zone-text > input::-webkit-inner-spin-button,
.content-zone-textt > input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Opéra*/
.content-input > input::-o-inner-spin-button,
.content-input > input::-o-outer-spin-button {
  -o-appearance: none;
  margin: 0;
}

.content-zone-text > input::-o-inner-spin-button,
.content-zone-text > input::-o-outer-spin-button {
  -o-appearance: none;
  margin: 0;
}

/* cacher bandeau */
.content-depart-garantie {
  display: none;
}

.content-value-quantite > input.form-control {
  padding: 5px 10px;
  height: 39px;
}

.content-nbre-participant-assurance > input.form-control {
  padding: 5px 10px;
  height: 39px;
}

#mc_embed_signup_scroll {
  height: 39px !important;
}

/* select civilite  */
.select-civilite {
  margin-top: 1px;
  margin-left: 8px;
  background: transparent;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Montserrat", sans-serif !important;
}

.infoletter-field > input.form-control {
  height: auto !important;
}

.description-offre {
  margin-left: 5px;
}

#litle-description {
  color: #ee3b44 !important;
}

.total-option {
  margin-top: 15px;
}

#content-condition-stew-travel {
  text-align: left !important;
  font-weight: bold !important;
  margin-left: 37px;
}
#content-check-condition {
  display: flex !important;
  justify-content: left !important;
  text-align: left !important;
}

.content-condition-checked {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 10%;
}

@media (max-width: 1492px) {
  .content-condition-checked {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 0 !important;
  }
  .condition-right {
    width: 100% !important;
  }
}

@media (max-width: 1100px) {
  .content-condition-checked {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: -10% !important;
  }
  .condition-right {
    width: 100% !important;
  }
}

.condition-left {
  width: 0%;
}
.condition-right {
  width: 80%;
}

#content-condition-stew-travel {
  width: 100%;
}

#content-check-condition {
  width: 110%;
}

.items-paiement {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.montant-paiement > label > span {
  font-weight: 600 !important;
  font-size: 15px !important;
}
/******************* style modal info letter **********************/
.modal-content-infoletter {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  padding: 25px;
  height: 200px;
  background: white;
}

.container-infoletter {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

.container-infoletter > a {
  text-decoration: none;
  padding: 12px;
}

.text-notification {
  display: inline;
  text-align: center;
}

.btn-notification {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.text-notification > h4 {
  color: #0d2c6c;
}

.text-notification > span {
  color: #0d2c6c;
  font-size: 128.57%;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.1;
  display: block;
}

/* calendar icon */
.calendar-input-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-height: 25px;
  /* pointer-events: none; */
}

.date-picker-show::-webkit-inner-spin-span {
  -webkit-appearance: none;
}

.date-picker-show::-webkit-clear-span {
  margin-right: 75px;
}

#calendar-input:hover {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}

.calendarInput {
  color: red;
}

.calendarInput:hover {
  cursor: pointer;
}

.pack .title-offre{
  color: #0d2c6c;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 2px;
  min-height: 3.3rem;
  line-height: 1.1;
  font-family: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* add second pack name */
.title-offre {
  display: flex;
  flex-direction: column;
}

/* add bottom navigation*/
.bottom-navigation {
  width: 100%;
}

.bottomActive {
  display: block;
}

.bottomNonActive {
  display: none;
}

/* case uniform */
.uniform-case {
  /* background: rgba(102, 52, 102, 0.5) !important; */
  height: 49px !important;
  border: 1px solid #ccc;
  width: 70px;
  padding: 5px 10px !important;
  text-align: center;
}

div#step4 h3::first-letter {
  text-transform: uppercase;
}

.form-textarea {
  height: 170px !important;
  font-size: 18px;
}

.content-prefix-chambre {
  width: 29%;
  margin-right: 1.75%;
}

.content-prefix-chambre-bottom {
  width: 100%;
  margin-right: 1.75%;
}

#content-nbre-chambre {
  margin-left: 0.2% !important;
}

#step2
> div
> div
> div.container-items-option
> div.slick-list
> div.slick-track
> div.slick-slide {
  margin-right: 8px;
}

.icon-visa {
  width: 96.33% !important;
  height: 33.33% !important;
}

/* .footer-subtitle {
  color: white !important;
} */

.transport > div > div > div.draggable {
  padding: 0px 0px 40px 0px;
}

.draggable > button.slick-next {
  background-repeat: no-repeat !important;
}

.my-count {
  margin-left: 5px;
}

.stew-logo {
  z-index: 100 !important;
}

.stew-logo > img {
  z-index: 100 !important;
  height: 55px;
}

.logoContent {
  z-index: 20 !important;
  position: absolute;
  width: 133px;
  height: 64px;
  left:0;
  top: 10px;
  background: #ee4344;
}

.email_login_order {
  width: 96%;
}

.password_login_order {
  width: 95%;
}

.password-input {
  width: 96%;
}

.bigData {
  margin-bottom: 25px !important;
  -webkit-box-shadow: 5px -5px 17px 1px rgba(179, 179, 179, 1);
  -moz-box-shadow: 5px -5px 17px 1px rgba(179, 179, 179, 1);
  box-shadow: 5px -5px 17px 1px rgba(179, 179, 179, 1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.content-element-validation {
  padding-bottom: 50px;
}

#user-account-fond {
  float: left;
}

.fa-eye:before {
  content: "\f06e";
  /* color: white; */
}

.password-input-login-order {
  color: black !important;
}

/* st-1 */
@media screen and (max-width:740px){
  /* button.slick-prev.slick-arrow{
    display:none !important;
  } */
  .datetitre{
    display: none;
  }
  #content-condition-stew-travel {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  #content-check-condition {
    display: flex !important;
    justify-content: left !important;
    text-align: left !important;
    margin-top: 10px;
  }
}

@media screen and (max-width: 740px){
  .modal-dialog.flash-sales-page-style-dev2 .modal-content .flash-title .row .col-md-6 {
    padding-top: 20px;
  }
  .modal-dialog.flash-sales-page-style-dev2 .modal-content .flash-title .row .col-md-6 h4 {
    line-height: 55px;
    color: #0d2c6c;
    font-weight: 300;
    width: 28%;
  }
  .modal-dialog.flash-sales-page-style-dev2 .modal-content .flash-title .row .section-day {
    text-align: right !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 45px !important;
  }
  .fs div.row.stew .col-md-8.col-xs-12.stew-br {
    border-right: 1px dashed #0d2c6c;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100vw;
  }
  #exTab .nav-pills > li > a {
    border-radius: 0;
    font-size: 6px !important;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 0px;
  }
  .nav > li > a > img {
    max-width: 27px;
    min-width: 27px;
  }

  .flash-title .row .col-md-6 h4.name-flash-title {
    margin-top: 4px !important;
    font-size: 17px !important;
    line-height: 1.5 !important;
  }
  .pack-bottom-navigation a.validation-commande {
    width: 57% !important;
  }


}

/* radio button */
.radio-toolbar {
  margin: 0 0px;
  display: flex;
  justify-content: center;
}

.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.radio-toolbar label {
  display: inline-block;
  padding: 10px 20px;
  font-family: sans-serif, Arial;
  font-size: 16px;
  /*margin-left: -3px;*/
  margin-bottom: 0;
  width: 50%;
  border: solid rgba(0,0,0,0.2) 0.5px;
  border-radius: 2px;
  text-align: center;
}
.radio-toolbar.option-vol{
  display: flex;
  justify-content: center;
  margin-top:0;
}

.radio-toolbar label:hover {
  background-color: #349FCD;
  color: #ffffff;
  cursor: pointer;
}

.radio-toolbar input[type="radio"]:checked + label {
  background-color: #349FCD;
  color: #ffffff;
  border-color: rgba(0,0,0,0.2);
}

ul.date-dynamique{
  margin-top: 15px;
}

.vol-flex{
  display: flex;
  height: 60px;
  width: 100%;
}
.vol-flex h4{
  margin-bottom: 0;
  color: #192d4a;
  font-weight: 500;
  white-space: nowrap;
}

.modern-radio, .list-opt-vol {
  padding-top: 0.7rem;
}

div.vol-flex  label  input {
  visibility: hidden;
}

div.vol-flex  label {
  display: contents;
  margin: 0 0 0 0px;
  padding: 0 0 20px 0;
  height: 20px;
  width: 150px;
  font-size: 125.57%;
}

div.vol-flex  label  img {
  display: inline-block;
  padding: 0px;
  height:20px;
  width:20px;
  background: none;
  margin-right: 0.5rem;
}

div.vol-flex  label  input:checked +img {
  background: url(/images/icons/vol-checked.png);
  background-repeat: no-repeat;
  background-position:center center;
  background-size:16px 16px;
  padding: 1px;
}

.titre-vol{
  width: 29%;
  margin-right: 2%;
}



.service-item--body {
  height: 330px;
  max-height: 330px;
}
 #titre-modal-letter {
  color: 334038;
 }
 #content-modal-letter {
  color: 808080;
 }

 #siliky .slick-next::before, #siliky .slick-prev::before {
  opacity: 0.75;
}

#siliky .slick-next::before {
  /*margin-left: -126px;*/
  position: relative;
  color: #192c4a !important;
}
#siliky .slick-prev::before {
  color: #192c4a !important;
}

#silikies{
  height: 30px
}

a {
  color: #139fd4;
}
@font-face {
  font-family: "Unthrift";
  src: url("fonts/UnthriftSecondPersonal.eot");
  src: url("fonts/UnthriftSecondPersonal.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/UnthriftSecondPersonal.woff2") format("woff2"),
    url("fonts/UnthriftSecondPersonal.woff") format("woff"),
    url("fonts/UnthriftSecondPersonal.ttf") format("truetype");
}
[class^="fa"] {
  font-family: FontAwesome !important;
}
.container-fluid {
  padding: 0 !important;
}
.no-gutters {
  padding: 0 !important;
}
.row {
  width: 100%;
  margin: 0;
}
.menu-wrapper {
  height: 84px;
  background-color: #1a2d4a;
  display: flex;
  display: -webkit-flex; /* Safari */
  justify-content: space-between;
  align-items: center;
  flex-basis: 0;
}
.menu-wrapper .left-side,
.menu-wrapper .right-side {
  height: 100%;
  width: 50%;
}
.menu-wrapper .left-side {
  display: flex;
  display: -webkit-flex; /* Safari */
  align-items: center;
  /* padding-left: 20px; */
}
.menu-wrapper .right-side {
  display: flex;
  display: -webkit-flex; /* Safari */
  justify-content: space-between;
}
.menu-wrapper .right-side img,
.menu-wrapper .right-side .right-navigation-btns {
  height: 100%;
}
.menu-wrapper .right-side .icon-leftmenu img{
  height: auto!important;
}
.menu-wrapper .right-side .left-navigation-btns {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  justify-content: flex-start;
  align-items: stretch;
}
.menu-wrapper .right-side .left-navigation-btns a {
  max-width: 14%;
  overflow: hidden;
}
.menu-wrapper .right-side .left-navigation-btns a .overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 45, 74, 0.76);
  opacity: 0.7;
  transition: 0.5s all ease;
}
.menu-wrapper .right-side .left-navigation-btns a:hover .overlay {
  opacity: 0;
}
.menu-wrapper .right-side .left-navigation-btns a .menu-btn-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  display: -webkit-flex; /* Safari */
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.menu-wrapper
  .right-side
  .left-navigation-btns
  a
  .menu-btn-content
  span[class^="icon"] {
  margin-right: 5px;
}
.menu-wrapper .right-side a {
  position: relative;
  color: white !important;
  text-decoration: none !important;
  height: 100%;
  /* height: 25%; */
  display: inline-block;
}
.menu-wrapper .right-side .right-navigation-btns {
  /*min-width: 160px;*/
}
.menu-wrapper .right-side .right-navigation-btns a {
  font-size: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
}
.menu-wrapper .right-side .right-navigation-btns a.menu-btn {
  /*background-color: #204276;*/
  height: 100%;
}
img[data-src-pic] {
  background-color: #0d2c6c;
}

.icon-leftmenu{
  width: 10%;
}

.icon-leftmenu img{
  width: 100%;
  filter: invert(1) sepia(1) saturate(1) hue-rotate(175deg)!important;
}

.icon-leftmenu.en-vedette img{
  width: 100%;
  /*filter: invert(21%) sepia(100%) saturate(7414%) hue-rotate(359deg) brightness(94%) contrast(117%)!important;*/
  filter: invert(21%) sepia(100%) saturate(7092%) hue-rotate(359deg) brightness(97%) contrast(72%)!important
}
/* footer {
  background-color: black;
  background: url("/images/footer_bg_lazy.jpg") 0 / cover;
  padding: 30px 0;
  color: white;
}
footer h2 {
  color: white;
  margin: 0;
  padding: 30px 0;
}
footer p {
  font-size: 12px;
}
footer input,
footer textarea,
footer button {
  border-radius: 0 !important;
}
footer .social-networks {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 50px;
}
footer .social-networks li {
  display: inline-block;
  padding: 0 5px;
}
footer .social-networks li a {
  text-decoration: none !important;
  color: white;
  transition: 0.25s all ease;
}
footer .social-networks li a:hover {
  color: #de1352;
  -webkit-text-shadow: 0 0 8px rgba(238, 59, 68, 0.76);
  text-shadow: 0 0 8px rgba(238, 59, 68, 0.76);
}
footer .footer-subtitle {
  font-size: 15.41px;
  padding-bottom: 20px;
  margin-bottom: 10px;
  position: relative;
  font-weight: 700;
}
footer .footer-subtitle:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 60px;
  bottom: 0;
  left: 0;
  background-color: white;
}
footer form input,
footer form textarea {
  background-color: transparent;
  border: none;
  box-shadow: none;
  margin-bottom: 10px;
  color: white;
}
footer form input[type="text"],
footer form input[type="tel"],
footer form input[type="email"]:not(.not-class),
footer form textarea.class-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid white;
  box-shadow: none;
}
footer form input[type="text"]:focus,
footer form input[type="tel"]:focus,
footer form input[type="email"]:focus,
footer form textarea.class-textarea:focus {
  box-shadow: none;
  border-color: #139fd4;
}

footer form input[type="submit"]:not(.not-class) {
  margin: 30px 0;
  border: 2px solid white;
  padding: 5px 50px;
}
footer form input[type="submit"]:hover {
  background-color: #139fd4;
  border: 2px solid #139fd4;
}

footer .contact-address {
  list-style: none;
  padding: 0;
  margin: 0;
} */
/* footer .contact-address li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  margin-bottom: 5px;
}
footer .contact-address li p {
  margin: 0;
}
footer .contact-address li span {
  margin-right: 5px;
  font-size: 14px;
  min-width: 16px;
  text-align: center;
}
footer .footer-newsletter p {
  margin-bottom: 10px;
}
footer .footer-newsletter .input-group-btn input {
  background-color: #ee4344 !important;
  color: white !important;
  border-color: #ee4344 !important;
  border: none !important;
}
footer .footer-newsletter.input-group-btn input:hover {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(238, 59, 68, 0.76);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(238, 59, 68, 0.76);
}
footer .footer-newsletter input.form-control:focus {
  border-color: #de1352;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(238, 59, 68, 0.76);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(238, 59, 68, 0.76);
}
footer .bottom-content {
  padding: 20px 15px;
} */
h2 {
  color: #0d2c6c;
  font-size: 30.74px;
  font-weight: 100;
  margin: 60px 0;
  text-transform: uppercase;
}
.flickity-prev-next-button {
  background: none !important;
}
.flickity-prev-next-button .arrow {
  fill: #0d2c6c !important;
}
.red-circle {
  height: 186px;
  width: 186px;
  background-color: #0d2c6c;
  display: flex;
  display: -webkit-flex; /* Safari */
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 50%;
}
.medium-circle {
  height: 154px;
  width: 154px;
  margin-bottom: 20px;
  background-color: #0d2c6c;
}
.trip-form-wrapper {
  /*height: 600px;*/
  min-height: 20px;
  margin: 0;
  background-image: linear-gradient(to right, rgba(26, 45, 74, 0.76), rgba(26, 45, 74, 0.76)), url("/images/home/golden_gate.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.trip-form-wrapper .flash-ads,
.trip-form-wrapper .trip-form {
  /*height: 100%;*/
  height: auto;
}
.trip-form-wrapper .trip-form {
  position: relative;
  /*overflow: hidden;*/
  overflow: initial;;
  z-index: 2;
  font-weight: 700;
}
.trip-form-wrapper .trip-form .red-overlay {
  /*background: rgba(26, 45, 74, 0.76);*/
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.trip-form-wrapper .trip-form .red-overlay.opac {
  background: rgba(26, 45, 74, 0.76);
}

.plan-trip h3,
.plan-trip p {
  font-size: 15.37px;
  /*color: #0d2c6c;*/
}
.plan-trip h3 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  /*color: #139fd4;*/
}
.plan-trip p {
  font-weight: 100;
}
.plan-trip .more {
  height: 64px;
  width: 64px;
  display: flex;
  display: -webkit-flex; /* Safari */
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 50%;
  background-color: #0d2c6c;
  margin: 0 auto;
  text-decoration: none !important;
  font-size: 42px;
  font-weight: 100;
  line-height: normal;
  margin-top: 50px;
}
.explore > div {
  position: relative;
}
.explore > div img {
 /* width: 100%;*/
  border-radius:50px;
}
.explore > div .explore-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
.explore > div .explore-content h3 {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 14px;
}
.explore > div .explore-content a {
  text-decoration: none !important;
  border: 2px solid white;
  padding: 10px 50px;
  color: white;
  font-weight: 700;
  font-size: 19.5px;
  transition: 0.25s all ease;
}
.explore > div .explore-content a:hover {
  background-color: #139fd4;
  border-color: #139fd4;
}
.how-it-works {
  color: #0d2c6c;
  padding: 0 5%;
  padding-bottom: 60px;
  margin: 0 auto;
  background: url("/images/home/how_background.jpg") 0 / cover fixed;
}
.how-it-works h2 {
  color: #0d2c6c;
}
.how-it-works h4 {
  text-transform: uppercase;
  font-size: 19px;
}
.how-it-works p {
  font-size: 12px;
  font-weight: 100;
}

.reviews {
  background: url("/images/home/reviews_background.jpg") 0 / cover;
  padding-bottom: 60px;
  color: #0d2c6c;
}

.reviews h2 {
  color: #0d2c6c;
}

.reviews .reviews-items {
  max-width: 80%;
  margin: 0 auto;
}

.reviews .reviews-items .reviews-item {
  width: 100%;
  padding: 0 20%;
}

.reviews .reviews-items .reviews-item .img-circle {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

.reviews .reviews-items .reviews-item .name {
  font-size: 20.5px;
  padding-bottom: 20px;
}

.reviews .reviews-items .reviews-item p {
  font-size: 17px;
}

/*======= TRIP STEPS ======*/

.trip-form-content {
  position: relative;
  padding: 60px;
  padding-top: 50px;
  color: white;
}

.trip-form-content h2 {
  margin: 20px 0;
  color: white;
  font-size: 30px;
}

.trip-form-content .steps-wrapper .step-item {
  display: none;
}

.trip-form-content .steps-wrapper .step-item.step1 {
  display: block;
}

.trip-form-content .steps-wrapper .step-item.step4 .trip-step-day {
  /* display: none; */
}

.trip-form-content .steps-wrapper .step-item.step4 .trip-step-day.day1 {
  display: block;
}

.trip-form-content .steps-bar {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px dotted white;
  margin-top: 30px;
  display: flex;
  display: -webkit-flex; /* Safari */
}

.trip-form-content .steps-bar li {
  display: inline-block;
  width: 33%;
  padding-bottom: 10px;
  text-align: center;
  font-weight: 100;
  font-size: 20px;
}
.trip-form-content .steps-bar li.active {
  cursor: pointer;
}
.trip-form-content .steps-bar li.active,
.trip-form-content .steps-bar li.current {
  border-bottom: 6px solid white;
  position: relative;
}

.trip-form-content .steps-bar li.active:after,
.trip-form-content .steps-bar li.current:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -7px;
  left: 0;
  background-color: white;
}
.trip-form-content .steps-bar li.active:hover {
  border-bottom-color: #11a3db;
}
.trip-form-content .steps-bar li.active:hover:after {
  background-color: #11a3db;
}
.trip-form-content form .step4 {
  max-height: 314px;
  overflow-y: auto;
  padding-right: 5px;
}
.trip-form-content form .step2 {
  max-height: 395px;
  overflow-y: auto;
  padding-right: 5px;
}
.trip-form-content form input,
.trip-form-content form input[readonly],
.trip-form-content form select {
  border: 2px solid white;
  background-color: transparent;
  color: white;
  border-radius: 0;
  margin-bottom: 20px;
}
.trip-form-content form input,
.trip-form-content form select,
.trip-form-content form button {
  height: 46px;
  text-transform: uppercase;
}

.trip-form-content form button,
.trip-form-content form input.stew-btn {
  background-color: rgb(238, 59, 68);
  font-weight: 400;
  border: none;
  padding: 0 50px;
  text-decoration: none !important;
  color: white;
  height: 46px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.trip-step-day button{
  justify-content: space-between!important;
}

.dropdown {
    width: 168%;
}

#content-liste-date .dropdown button,
.content-select .dropdown button,
.trip-step-day .dropdown button {
    background: 0 0;
    width: 111.6%;
    height: 49px;
    border: 1px solid #ccc;
    position: relative;
}

.trip-step-day .dropdown button{
    border: 2px solid white !important;
    width: 100%;
    list-style: none;
}

#content-liste-date .open > .dropdown-menu,
.content-select .open > .dropdown-menu,
.trip-step-day .open > .dropdown-menu {
    width: 111.6%;
    padding: 2%;
    border-radius: unset;
}

.trip-step-day .open > .dropdown-menu {
    width: 100.6%;
    padding: 2% 0;
    border-radius: unset;
}

.content-select ul, .trip-step-day ul{
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    color: #11a3db;
    text-transform: uppercase;
    line-height: 1.42857143;
}
.content-select ul>li>span, .trip-step-day ul>li>span{
    color: #61a5c8;
    padding: 0 12px;
}

.trip-step-day ul>li>span.lfirst {
    /*background: #139fd4;*/
    color: #61a5c8;
    display: block;
}

.content-select ul ul, .trip-step-day ul ul{
    display: none;
    cursor: pointer;
}

.content-select ul ul li, .trip-step-day ul ul li{
    padding-left: 22px;
}

.trip-step-day ul ul li:hover { background:#139fd4; color: #fff}

.trip-step-day .dropdown button.showdown-button{
  border: 2px solid #66afe9 !important;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

.trip-form-content form button.disabled,
.trip-form-content form input.stew-btn.disabled {
  color: slategray;
  background-color: darkgray;
}
.trip-form-content form option {
  color: #139fd4;
  font-weight: 700;
}
.trip-form-content form option[disabled] {
  color: darkgray;
}
.trip-form-content form ::-webkit-input-placeholder {
  color: white;
}
.trip-form-content form .countries-choices > div:nth-of-type(1),
.trip-form-content form .countries-choices > div:nth-of-type(3),
.trip-form-content form .countries-choices > div:nth-of-type(5) {
  padding-left: 0;
}
.trip-form-content form .countries-choices > div:nth-of-type(2),
.trip-form-content form .countries-choices > div:nth-of-type(4),
.trip-form-content form .countries-choices > div:nth-of-type(6) {
  padding-right: 0;
}
.trip-form-content form .countries-choices .country {
  border: 2px solid white;
  text-align: center;
  margin-bottom: 30px;
  padding: 10px;
  cursor: pointer;
  transition: 0.25s all ease;
  text-transform: uppercase;
}
.trip-form-content form .countries-choices .country.active {
  background-color: white;
  color: #139fd4;
}
#map {
  position: absolute;
  width: 92%;
  height: 79%;
  top: 0;
  left: 0;
  display: block;
  border-radius: 25px;
  margin-top: 50px;
  overflow: hidden;
  border: 4px solid white;
  border-radius: 25px;
}

.trip-step-day {
  position: relative;
  margin-bottom: 1rem;
}

.trip-step-day .day-number,
.trip-step-day .distance-duration {
  position: absolute;
  top: 50%;
  /*right: 28px;*/
  right: 36px;
  transform: translateY(-50%);
}

.trip-step-day .distance-image-vol {
  width: 7% !important;
}
.trip-step-day .distance-duration {
  right: 100px;
  font-size: 12px;
  text-transform: lowercase;
}

.services-header {
  color: white;
  background: url("/images/services/services_bg.jpg") 0 / cover;
}

.services-header .services-item {
  padding: 50px;
  position: relative;
  height: 288px;
}

.services-header .services-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 110%;
  top: 0;
  left: 0;
  background-color: rgba(19, 159, 212, 0.76);
  opacity: 0;
  transition: 0.5s all ease;
  transform: scaleX(0);
  transform-origin: left bottom;
}

.services-header .services-item.active:before,
.services-header .services-item:hover:before {
  opacity: 1;
  transform: scaleX(1);
}

.services-header .services-item.active a.services-btn,
.services-header .services-item:hover a.services-btn {
  background-color: white;
  color: #139fd4;
}

.services-header .services-item span[class^="icon"] {
  font-size: 52px;
  position: relative;
}

.services-header .services-item a.services-btn {
  border: 2px solid white;
  color: white;
  text-transform: uppercase;
  font-size: 15.37px;
  margin: 20px 0;
  padding: 5px 30px;
  text-decoration: none !important;
  display: inline-block;
  position: relative;
  transition: 0.25s all ease;
}

.services-header .services-item .services-description {
  max-width: 200px;
  margin: 0 auto;
  position: relative;
  min-height: 81px;
}

.locations-list .location-item {
  padding: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: 0.5s all ease;
}

.locations-list .location-item.active {
  max-height: 76px;
}

.locations-list
  .location-item.active
  .location-item-content
  .services-pourcentage,
.locations-list .location-item.active .location-item-content p {
  display: none;
}

.locations-list .location-item.active .location-item-content .icon-dropdown {
  transform: scaleY(-1);
  display: inline-block;
}

.locations-list .location-item img {
  width: 100%;
}

.locations-list .location-item .location-item-content {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  display: flex;
  display: -webkit-flex; /* Safari */
  justify-content: center;
  align-items: center;
  height: 100%;
  background: rgba(26, 45, 74, 0.7);
}
.locations-list .location-item .location-item-content .text-center{
  padding-left: 0;
  padding-right: 0;
}

.locations-list .location-item .location-item-content h2 {
  font-weight: 700;
  color: white;
  margin: 0;
  font-size: 34.31px;
}

.locations-list .location-item .location-item-content p {
  font-size: 21px;
  text-transform: uppercase;
  margin: 0;
}

.locations-list .location-item .location-item-content .right-bloc {
  display: flex;
  display: -webkit-flex; /* Safari */
  justify-content: center;
  align-items: center;
}

.locations-list
  .location-item
  .location-item-content
  .right-bloc
  .total-price
  span {
  padding: 5px 10px;
  text-align: center;
  font-size: 15.37px;
  background-color: white;
  color: #0d2c6c;
}

.locations-list
  .location-item
  .location-item-content
  .right-bloc
  .total-price
  span:nth-of-type(2) {
  background-color: #ee3b44;
  color: white;
}

.locations-list .location-item .location-item-content .right-bloc .action-btns {
  font-size: 36px;
  text-align: right;
}

.locations-list
  .location-item
  .location-item-content
  .right-bloc
  .action-btns
  a {
  text-decoration: none !important;
  color: white;
}

.locations-list
  .location-item
  .location-item-content
  .right-bloc
  .action-btns
  a:nth-of-type(1) {
  margin-right: 25px;
}

.locations-list .location-item .location-item-content .services-pourcentage {
  display: flex;
  display: -webkit-flex; /* Safari */
  justify-content: space-between;
  align-items: center;
  flex-basis: 0;
}

.locations-list
  .location-item
  .location-item-content
  .services-pourcentage
  div[class^="icon"] {
  font-size: 32px;
}

.locations-list
  .location-item
  .location-item-content
  .services-pourcentage
  .pourcentage-text {
  text-align: right;
  font-size: 15.37px;
  font-weight: 700;
}

.locations-list
  .location-item
  .location-item-content
  .services-pourcentage
  div[class^="icon"],
.locations-list
  .location-item
  .location-item-content
  .services-pourcentage
  .pourcentage-text {
  flex-grow: 1;
  -webkit-flex-grow: 1;
}

.locations-list
  .location-item
  .location-item-content
  .services-pourcentage
  .pourcentage-bar {
  flex-grow: 12;
  -webkit-flex-grow: 12;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.37);
  position: relative;
}

.locations-list
  .location-item
  .location-item-content
  .services-pourcentage
  .pourcentage-bar
  .active-pourcentage {
  background-color: white;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.locations-list .location-services {
  display: none;
  padding-bottom: 40px;
  /* min-height: 650px; */
  position: relative;
}
.locations-list.packtransportation .location-services {
  display: block;
}

.locations-list .location-services .service-modal {
  position: fixed;
  z-index: 999;
  background-color: rgba(26, 45, 74, 0.97);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
}

.location-services .service-modal a.close-modal {
  position: absolute;
  /* left: 0; */
  right: 5%;
  margin: auto;
  top: 10px;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  opacity: 0.7;
}
.location-services .service-modal a.close-modal:hover {
  opacity: 1;
}

.location-services .service-modal .service-item-details {
  background: white;
  /* padding: 0 30px; */
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  display: -webkit-flex; /* Safari */ /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: 90%;
  /* max-height: 100%; */
  overflow-x: hidden;
  overflow-y: auto;
  margin: 60px 5% 40px auto !important;
}

.location-services .service-modal .service-item-details h1 {
  margin: 0;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 24px;
  color: #0d2c6c;
}

  .location-services
  .service-modal
  .service-item-details
  .service-right-bloc {
  position: relative;
  background-color: #0d2c6c;
  padding: 10px 20px 40px;
  color: white;
  font-size: 17px;
  /* height: 100%; */
}

  .location-services
  .service-modal
  .service-item-details
  .service-right-bloc
  .service-detail-footer {
  position: relative;
  /* bottom: 20px;
    right: 20px; */
}

  .location-services
  .service-modal
  .service-item-details
  .service-right-bloc
  .service-detail-footer
  .service-price {
  font-size: 19px;
  color: white;
  background-color: #de1352;
  padding: 5px;
  margin-bottom: 20px;
  max-width: 70px;
  text-align: center;
  margin-left: auto;
}


  .location-services
  .service-modal
  .service-item-details
  .service-right-bloc
  .service-detail-footer
  a {
  font-size: 15.5px;
  color: white;
  text-decoration: none;
  border: 2px solid white;
  width: 190px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}


  .location-services
  .service-modal
  .service-item-details
  .service-right-bloc
  .service-detail-footer
  a:hover {
  background-color: #139fd4;
  border-color: #139fd4;
}


  .location-services
  .service-modal
  .service-item-details
  .service-right-bloc
  .detail-title {
  font-size: 24px;
  text-transform: uppercase;
  padding-bottom: 14px;
}


  .location-services
  .service-modal
  .service-item-details
  .service-right-bloc
  span[class^="icon"] {
  font-size: 28px;
  margin-right: 5px;
}

  .location-services
  .service-modal
  .service-item-details
  .service-right-bloc
  .detail-border-bottom {
  height: 2px;
  background: white;
  max-width: 94px;
  margin-bottom: 40px;
}


.location-services
.service-modal
.service-item-details
p.service-description {
  font-size: 15.37px;
  margin-top: 30px;
}

.location-services .service-modal .service-item-details img {
  width: 100%;
  height: auto;
}


  .location-services
  .service-modal
  .service-item-details
  .service-address {
  font-size: 20.5px;
  margin-bottom: 20px;
}

.locations-list .location-services ul.top-filter {
  list-style: none;
  font-size: 13.64px;
  font-weight: 700;
  margin: 40px 0;
  padding: 0;
  text-align: center;
}

.locations-list .location-services ul.top-filter li {
  display: inline-block;
  width: 147px;
  height: 40px;
  line-height: 40px;
  background-color: #f3f3f3;
  text-align: center;
  border-radius: 10px;
  color: #0d2c6c;
  position: relative;
  cursor: pointer;
}

.locations-list .location-services ul.top-filter li.active,
.locations-list .location-services ul.top-filter li:hover {
  color: white;
  background-color: #1a2d4a;
}

.locations-list .location-services ul.city-filter {
  list-style: none;
  font-size: 13.64px;
  font-weight: 700;
  margin: 40px 0;
  padding: 0;
  text-align: center;
}

.locations-list .location-services ul.city-filter li {
  display: inline-block;
  width: 147px;
  height: 40px;
  line-height: 40px;
  background-color: #f3f3f3;
  text-align: center;
  border-radius: 10px;
  color: #0d2c6c;
  position: relative;
  cursor: pointer;
}

.locations-list .location-services ul.city-filter li.active,
.locations-list .location-services ul.city-filter li:hover {
  color: white;
  background-color: #1a2d4a;
}

.locations-list .location-services ul.top-filter li.active:after,
.locations-list .location-services ul.top-filter li:hover:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 8.5px 0 8.5px;
  border-color: #0d2c6c transparent transparent transparent;
  transform: translateY(100%);
}

.locations-list .location-services ul.top-filter-transportation {
  list-style: none;
  font-size: 13.64px;
  font-weight: 700;
  margin: 40px;
  padding: 0;
  text-align: center;
}
.locations-list .location-services ul.top-filter-transportation li {
  display: inline-block;
  margin: 0 10px;
  font-size: 28px;
  font-weight: 300;
  color: #0d2c6c;
  cursor: pointer;
}
.locations-list .location-services ul.top-filter-transportation li:hover,
.locations-list .location-services ul.top-filter-transportation li.active {
  border-bottom: 5px solid #0d2c6c;
}
.locations-list .location-services .top-sub-filter {
  font-size: 13.64px;
  font-weight: 700;
  margin: -20px 0 30px 0;
  padding: 0;
  text-align: center;
}
/* The container */
.locations-list .location-services .top-sub-filter .label-filter {
  position: relative;
  padding-left: 30px;
  padding-right: 20px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #b3b3b3;
}

/* Hide the browser's default radio button */
.locations-list .location-services .top-sub-filter .label-filter input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.tab-mobil{
  display: none;
}

.tab-mobil ul.tab-filter {
  list-style: none;
  font-size: 13.64px;
  font-weight: 700;
  margin: 53px 0 12px;
  padding: 0;
  text-align: center;
}

.tab-mobil ul.tab-filter li {
  display: inline-block;
  width: 147px;
  height: 40px;
  line-height: 40px;
  background-color: #f3f3f3;
  text-align: center;
  border-radius: 10px;
  color: #0d2c6c;
  position: relative;
  cursor: pointer;
}

.tab-mobil ul.tab-filter li.active,
.tab-mobil ul.tab-filter li:hover {
  color: white;
  background-color: #1a2d4a;
  border: 1px solid #fff;
}

.content-modale-view{
  display: contents;
}

#left-content.dsp-none, #right-content.dsp-none{
  display: none;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #e3e3e3;
  border-radius: 5px;
}


/* On mouse-over, add a grey background color */
.locations-list
  .location-services
  .top-sub-filter
  .label-filter:hover
  input
  ~ .checkmark {
  background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.locations-list
  .location-services
  .top-sub-filter
  .label-filter
  input:checked
  ~ .checkmark {
  background-color: #11a8e1;
}

.locations-list .location-services .service-item {
  box-shadow: 0 0 9px 0px rgba(0, 0, 0, 0.18);
  min-height: 545px;
  max-height: 545px;
  height: 545px;
  border: 1px solid #ececec;
  cursor: pointer;
  transition: 0.25s box-shadow ease;
  position: relative;
  margin-bottom: 20px;
}

.locations-list .location-services .service-item:hover {
  box-shadow: 0 0 14px 5px rgba(0, 0, 0, 0.18);
}

.locations-list
  .location-services
  .service-item:hover
  .service-item--header
  .service-image-overlay {
  opacity: 1;
}

.locations-list .location-services .service-item .service-item--header {
  position: relative;
}

.locations-list .location-services .service-item .service-item--header img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.locations-list
  .location-services
  .service-item
  .service-item--header
  .service-image-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(26, 45, 74, 0.76);
  display: flex;
  display: -webkit-flex; /* Safari */
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.5s opacity ease;
}

.locations-list
  .location-services
  .service-item
  .service-item--header
  .service-image-overlay
  span {
  font-size: 50px;
  color: white;
}

.locations-list .location-services .service-item .service-item--body {
  padding: 20px 10px 30px 10px;
}

.locations-list .location-services .service-item .service-item--body h2 {
  /* min-height: 44px; */
  margin: 20px 0 10px;
  font-size: 20.5px;
  font-weight: 400;
}

.locations-list .location-services .service-item .service-item--body p {
  font-size: 14px;
}

.locations-list
  .location-services
  .service-item
  .service-item--body
  p.service-body-description {
  font-size: 15.55px;
  /* min-height: 88px; */
}

.locations-list
  .location-services
  .service-item
  .service-item--body
  p
  .icon-location {
  font-size: 22px;
  color: #139fd4;
  margin-right: 5px;
}

.locations-list .location-services .service-item .service-item--body h2,
.locations-list .location-services .service-item .service-item--body p {
  color: #1a2d4a;
}

.locations-list .location-services .service-item .service-item--price {
  font-size: 18.78px;
  color: white;
  background-color: #ee4344;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 20px;
}

p.choose-menu-btn-wrapper {
  display: flex;
  display: -webkit-flex; /* Safari */
}

p.choose-menu-btn-wrapper button {
  padding: 0 20px;
  border: 2px solid white;
  box-shadow: none;
  background-color: transparent;
  text-transform: uppercase;
  z-index: 9;
}

p.choose-menu-btn-wrapper button:hover {
  background-color: #139fd4;
  border-color: #139fd4;
  color: white;
}

.menu-choose-box-modal {
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  font-size: 14px;
  background-color: #0d2c6c;
  color: white;
  padding: 30px;
  overflow-y: auto;
  display: none;
}

.menu-choose-box-modal button {
  border: 2px solid white;
  color: white;
  background-color: transparent;
  padding: 10px 30px;
  font-size: 17px;
  margin-top: 20px;
}

.menu-choose-box-modal button:hover {
  background-color: #139fd4;
  color: white;
  border-color: #139fd4;
}

.menu-choose-box-modal .menu-price {
  background-color: #de1352;
  color: white;
  padding: 5px 20px;
}

.menu-choose-box-modal h2 {
  color: white !important;
}

.menu-choose-box-modal h4 {
  margin-top: 20px;
}

@media (max-widht: 1020px) {
  .how_it {
    padding: 25px 25px 25px 25px;
  }
}

@media (max-widht: 320px) {
  .how_it {
    padding: 184px 25px 25px 25px;
    /* padding-top: 113px !important; */
  }
}

.contact-address li {
  color: #ffffff;
}

.how_it h3 {
  color: #0d2c6c;
  padding-left: 15px;
  font-size: 80px;
  font-weight: 100;
  text-transform: uppercase;
}

.how_it p {
  color: #888888;
  font-size: 16px;
  text-align: justify;
  font-weight: 300;
}

.how_it li {
  color: #888888;
  font-size: 16px;
  text-align: justify;
  font-weight: 300;
}

.orders_it {
  padding: 25px 25px 25px 25px;
}

.orders_it .table > tbody > tr > td,
.table > tfoot > tr > td,
.table > thead > tr > td {
  padding: 8px;
  color: #888888;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.orders_it h3 {
  color: #0d2c6c;
  padding-left: 15px;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
}

.orders_th {
  color: #888888;
  font-size: 16px;
  text-align: justify;
  font-weight: 300;
  border-left: 1px solid #888;
}

.how-it-workspage {
  color: #0d2c6c;
  padding: 0px 10%;
  /*padding-top: 10%;*/
  padding-bottom: 60px;
  line-height: 30px !important;
   font-size: 16pt !important;
   font-weight: 400;
  margin: 0 auto;
  background: url(/images/home/how_background.jpg) 0 / cover;
  height: 600px;
}

.how-it-workspage h2 {
  color: #0d2c6c;
}

.how-it-workspage h4 {
  text-transform: uppercase;
  font-size: 22px;
}

.how-it-workspage p {
  font-size: 12px;
  font-weight: 100;
}

.how-it-workspage .left {
  position: absolute;
  top: 60px;
}

.whowe h4 {
  position: absolute;
  top: 50%;
  color: #fff;
  transform: translateX(-15%);
  left: 25%;
  font-family: "Unthrift";
  font-size: 70px;
  text-align: center;
}

.whowe .col-md-6 {
  padding-right: 0px;
  padding-left: 0px;
}

.whowe .whower {
  padding: 30px;
  text-align: justify;
  color: #777777;
  font-size: 16px;
}

.whowe .whower h3 {
  color: #0d2c6c;
  font-size: 70px;
  text-transform: uppercase;
  font-weight: 100;
}

.whowe .whower p {
  margin-top: 20px;
  font-weight: 300;
}

.whowe .whower span {
  color: #11a8e1;
}

.rev {
  background: url(/images/reviews/reviews.png) 0 / cover fixed;
}

.reviewspage {
  padding: 37px 60px 30px 60px;
}

.reviewspage .bright {
  border-right: 1px solid #0d2c6c;
}

.reviewspage .btn-reviews {
  color: #fff;
  background-color: #0d2c6c;
  border-color: #0d2c6c;
  border-radius: 0px;
  font-weight: 100;
  font-size: 18px;
}

.reviewspage .reviews:active {
  color: #fff;
  background-color: #0d2c6c;
  border-color: #0d2c6c;
}

.reviewspage h3 {
  font-size: 80px;
  font-weight: 100;
  color: #0d2c6c;
  text-transform: uppercase;
}

.reviewspage p {
  color: #888888;
}

.btn-loadmore {
  color: #fff;
  text-transform: uppercase;
  background-color: #0d2c6c;
  border-color: #fff;
  border-radius: 0px;
  display: block;
  margin: auto;
  width: 440px;
  margin-bottom: 60px;
  margin-top: 60px;
}

.btn-loadmore:hover,
.btn-loadmore:focus {
  color: #0d2c6c;
  background-color: #ffffff;
  border-color: #0d2c6c;
}

/* -----------------------------------------------
 * Timeline
 * --------------------------------------------- */

.timeline {
  list-style: none;
  padding: 10px 0;
  position: relative;
  font-weight: 300;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 7px;
  background: #ffffff;
  left: 50%;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
  width: 50%;
  float: left;
  clear: left;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: calc(100% - 25px);
  width: -moz-calc(100% - 25px);
  width: -webkit-calc(100% - 25px);
  float: left;
  border: 1px solid #dcdcdc;
  background: #ffffff;
  position: relative;
  padding: 15px;
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #dcdcdc;
  border-right: 0 solid #dcdcdc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #ffffff;
  border-right: 0 solid #ffffff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline > li > .timeline-badge {
  color: #ffffff;
  width: 24px;
  height: 24px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 16px;
  right: -12px;
  z-index: 100;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge > a {
  color: #ffffff !important;
}

.timeline-badge a:hover {
  color: #dcdcdc !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-heading h4 {
  font-weight: 600;
  text-transform: capitalize;
  /* padding: 0 15px; */
  color: #0d2c6c;
  font-size: 20px;
}

.timeline-heading img {
  vertical-align: top;
  width: 15px;
  margin-right: 5px;
}

.timeline-heading span {
  font-size: 15px;
  color: #a7a8a8;
}

.timeline-body > p,
.timeline-body > ul {
  /* padding: 10px 15px; */
  margin-bottom: 0;
  padding-top: 15px;
  /* padding-bottom: 15px; */
  color: #a7a8a8;
}

.timeline-body > p {
  outline: none;
  color: #222222;
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
}

.timeline-footer {
  padding: 5px 15px;
  background-color: #f4f4f4;
}

.timeline-footer p {
  margin-bottom: 0;
}

.timeline-footer > a {
  cursor: pointer;
  text-decoration: none;
}

.timeline > li.timeline-inverted {
  float: right;
  clear: right;
  margin-top: 60px;
}

/* .timeline > li:nth-child(2) {
  margin-top: 60px;
} */

.timeline > li.timeline-inverted > .timeline-badge {
  left: -12px;
}

.no-float {
  float: none !important;
}

@media (max-width: 1040px) {
  .resultAjax {
    display: flex !important;
    display: -webkit-box !important;
    flex-direction: row !important;
    /* background: green !important; */
  }
  .blogTitre {
    padding-top: 85px !important;
  }
  .day {
    display: flex;
    flex-direction: row;
  }
  .resultAjax > * {
    flex: 0 1 329px !important;
  }
}
@media (max-width: 871) {
  .resultAjax {
    display: flex !important;
    flex-direction: row !important;
    background: blue !important;
  }
  .day {
    display: flex !important;
    flex-direction: row !important;
  }
  .resultAjax > * {
    flex: 0 1 329px !important;
  }
}
@media (max-width: 471) {
  .resultAjax {
    display: flex !important;
    flex-direction: row !important;
    background: blue !important;
  }
  .day {
    display: flex !important;
    flex-direction: row !important;
  }
  .resultAjax > * {
    flex: 0 1 329px !important;
  }
}
@media (max-width: 852) {
  .resultAjax {
    display: flex !important;
    flex-direction: row !important;
    background: red !important;
  }
  .day {
    display: flex !important;
    flex-direction: row !important;
  }
  .resultAjax > * {
    flex: 0 1 329px !important;
  }
}
@media (max-width: 767px) {
  .pack {
    flex: 0.5;
  }
  ul.timeline:before {
    left: 40px;
  }
  ul.timeline > li {
    margin-bottom: 0px;
    position: relative;
    width: 100%;
    float: left;
    clear: left;
  }
  ul.timeline > li > .timeline-panel {
    width: calc(100% - 65px);
    width: -moz-calc(100% - 65px);
    width: -webkit-calc(100% - 65px);
  }
  ul.timeline > li > .timeline-badge {
    left: 28px;
    margin-left: 0;
    top: 16px;
  }
  ul.timeline > li > .timeline-panel {
    float: right;
  }
  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
  .timeline > li.timeline-inverted {
    float: left;
    clear: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-badge {
    left: 28px;
  }
}

.blogpage {
  padding: 0px 60px 30px 60px;
}

.blogpage h3 {
  font-size: 80px;
  font-weight: 100;
  color: #0d2c6c;
  text-transform: uppercase;
}

.blogpage .blog-item {
  width: 100%;
  height: 60px;
  background-color: rgba(29, 59, 92, 0.9);
  position: absolute;
  bottom: 0;
}

.blogpage .blog-item p {
  color: #fff;
  font-size: 16px;
  margin-left: 15px;
  font-weight: 300;
  margin: 5px 15px 5px;
}

.blogpage .blog-item span {
  color: #03a8e1;
  margin-left: 15px;
}

@media (min-width: 1200px) {
  /* .container {
        width: 1270px;
    } */
}

/*** Flash Sales ***/

.filters {
  display: inline-flex;
  color: #0d2c6c;
}

.filters .form-control {
  margin-left: 20px;
  width: 265px;
  color: #0d2c6c;
  border: 1px solid #0d2c6c;
  border-radius: 0px;
}

.filters span {
  line-height: 2;
  font-size: 16px;
}

.pack {
  padding: 10px 10px 10px 10px;
}

.pack span {
  color: #0d2c6c;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
}



.pack h4 {
  color: #0d2c6c;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 2px;
  min-height: 3.3rem;
}

.pack .days {
  display: inline-flex;
}

.pack .col-md-4 {
  padding-right: 0px;
  padding-left: 0px;
}

.pack .days .day {
  width: 33%;
}

.pack .day span {
  color: #11a8e1;
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
}

.pack .divider {
  height: 1px;
  margin: 14px 0px 20px 0px;
  overflow: hidden;
  background-color: #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
}

.col-md-4.col-xs-4.content-inof-day.slick-slide::active,
.col-md-4.col-xs-4.content-inof-day.slick-slide::focus,
.col-md-4.col-xs-4.content-inof-day.slick-slide::visited
{
  border-color: red;
  background-color: red;
}

.pack .add_to_cart {
  position: absolute;
  height: 48px;
  right: 115px;
  bottom: 60px;
  display: block;
}

.pack .feature {
  margin-bottom: 5px;
}

.pack p {
  color: #9a9a9a;
  margin-bottom: 45px;
}

.pack .price_car_total {
  position: absolute;
  right: 15px;
  bottom: 60px;
  background-color: #de1352;
  font-size: 22px;
  color: #fff;
  height: 48px;
  width: 100px;
  text-align: center;
  line-height: 48px;
}

.count {
  background: #1a2d4a;
  height: 60px;
}

.count p {
  color: #fff;
  line-height: 3;
  padding: 3px 5px 5px 15px;
  font-weight: 100;
}

.count span {
  font-weight: 600;
  font-size: 18px;
}

.mb25 {
  margin-bottom: 25px;
}

.disabledbutton {
  pointer-events: none;
  opacity: 0.4;
}

/*** Flash Sales ***/

/*--------*/

.gal {
  -webkit-column-count: 4;
  /* Chrome, Safari, Opera */
  -moz-column-count: 4;
  /* Firefox */
  column-count: 4;
  column-gap: 15px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 60px;
}
.gal .loader-img{
  position: relative;
  margin: 0 auto;
}
.gal .loader-img img{
  max-width: 64px;
  max-height: 64px;
  margin: 20px;
}

.gal:after {
  /* content: '';*/
  /* display: block;
  background-color: black;
  height: 400px;
  width: 100%;
  bottom: 0px;
  left: 0;
  position: absolute;
  background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#ffffff',GradientType=0 );*/
}

.gal img {
  width: 100%;
  padding: 0px 0;
  max-width: 320px;
  max-height: 215px;
}

@media (max-width: 500px) {
  .gal {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
  }
}

.gal-items {
  position: relative;
  width: 320px;
  max-height: 215px;
  margin:5px 5px 15px;
}

.gal-item {
  width: 100%;
  height: 60px;
  background-color: rgba(29, 59, 92, 0.9);
  position: absolute;
  bottom: 0;
}

.gal-item p {
  color: #fff;
  font-size: 12px;
  margin-left: 15px;
  font-weight: 300;
  margin: 5px 15px 0px;
}

.gal-item span {
  color: #03a8e1;
  margin-left: 15px;
  margin-top: 2px;
  display: inline-block;
}

.gal-item img {
  width: 26px;
  position: absolute;
  right: 10px;
  top: 15px;
}

.btn-log {
  color: #1a2d4a;
  text-transform: uppercase;
  background-color: white;
  border-color: #1a2d4a;
  border-radius: 0px;
  display: block;
  margin: auto;
  width: 440px;
  margin-bottom: 60px;
}

@media (min-width: 1440px) {
  /* .container {
        width: 1355px;
    } */
}

@media (min-width: 1900px) {
  /* .container {
        width: 1800px;
    } */
  .pack .day span {
    font-size: 16px;
  }
  .pack h4 {
    font-size: 18px;
  }
}

.modal {
  top: 0px;
  z-index: 10000;
}

.modal-backdrop {
  background-color: #0b1a33;
}

.modal-dialog.flash-sales-page-style-dev2 {
  width: 1200px;
  margin: 110px auto 30px;
}
.modal-backdrop.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.modal-content {
  border-radius: 0px;
}
#modal-vedette .modal-content {
  background: none;
  top: 50px;
  max-height: 532px;
  overflow-y: auto;
}
#modal-vedette .modal-body {
  margin-top: 50px;
}
#modal-vedette .col-md-4 {
  margin-bottom: 35px;
}
#modal-vedette img{
  width: 300px;
  /*height: 100%;*/
  border-radius: 2px;
  box-shadow: 2px 2px 15px 7px rgba(150,155,155,0.2);
}
/* width */
#modal-vedette .modal-content::-webkit-scrollbar {
  width: 20px;
}

/* Track */
#modal-vedette .modal-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 3px;
  background-color: #f0f0ee;
}

/* Handle */
#modal-vedette .modal-content::-webkit-scrollbar-thumb {
  background: #ED4243;
  border-radius: 3px;
}

/* Handle on hover */
#modal-vedette .modal-content::-webkit-scrollbar-thumb:hover {
  background: red;
}

.modal-header {
  padding: 0px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

.modal-header img {
  width: 100%;
}

.modal-header .cl {
  position: absolute;
  top: 10px;
  z-index: 9999;
  right: 10px;
  width: 44px;
}

.modal-header .sh {
  position: absolute;
  top: 20px;
  z-index: 9999;
  right: 70px;
  width: 26px;
}

.modal-header h3 {
  position: absolute;
  top: 200px;
  left: 25%;
  font-size: 82px;
  font-weight: 100;
  color: #fff;
  transform: translateX(-18%);
}

.modal-header b {
  font-weight: 300;
}

.modal-body p {
  color: #183561;
  font-weight: 600;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex; /* Safari */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-pagination {
  position: relative !important;
}

/************ Model Flash **************/

.flash-title {
}

.flash-title h3 {
  position: unset;
  text-transform: uppercase;
  color: #e51e28;
  font-size: 26px;
  padding: 25px 0px 0px 5px;
}

.flash-title h1 {
  font-size: 20px;
  line-height: 55px;
  color: #0d2c6c;
  font-weight: 300;
  width: 130%;
}

.flash-title .col-md-9{
  padding-top: 25px;
}

.flash-title .padding {
  padding: 0;
}

.flash-title .col-md-55 {
  display: inline-block;
  padding-right: 15px;
  padding-top: 90px;
  color: #11a8e1;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.flash-title .close {
  position: absolute;
  right: 25px;
  top: 25px;
  opacity: 1;
  z-index: 12000;
}

@media screen and (max-width:740px){
  .modal-dialog.flash-sales-page-style-dev2 .modal-content .fs .flash-main {
    /*margin-right: 70% !important;*/
  }
}

.flash-main {
  font-family: Arial;
  /* width:900px; */
  display: block;
  margin: 0 auto;
}

.slick-slider {
  margin-bottom: 0px;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.slick-dots {
  bottom: -45px;
  width: 100%;
  list-style: none;
  text-align: center;
  opacity: 0;
}

.slick-next,
.slick-next:hover {
  right: 0px;
  background-image: url(img/next.png) ;
  background-repeat: no-repeat;
  width: 54px;
  height: 95px;
}
.vertical-center-3 .slick-next,.vertical-center-3 .slick-next:hover {
  width: 20px !important;
}

.slick-next,
.slick-next {
  right: 0px;
  background-image: url(img/next.png) ;
  background-repeat: no-repeat;
   width: 54px;
   height: 95px;
}
.vertical-center-3 .slick-next,.vertical-center-3 .slick-prev {
  width: 20px !important;
}



.slick-next:before,
[dir="rtl"] .slick-prev:before {
  content: " ";
}

.slick-prev:before {
  content: " ";
}

.slick-prev,
.slick-prev:hover {
  left: 0px;
  background-image: url(img/prev.png) ;
   width: 54px;
    height: 95px;
}
.vertical-center-3 .slick-prev,.vertical-center-3 .slick-prev:hover {
  width: 20px !important;
}


.slick-prev,
.slick-prev {
  z-index: 999;
  left: 0px;
  background-image: url(img/prev.png) ;
   width: 54px;
   height: 95px;
}
.vertical-center-3 .slick-prev,.vertical-center-3 .slick-prev{
  width: 20px !important;
}


.slick-next,
.slick-prev {
  top: 47px;
}

.slider-nav img {
  height: 95px;
}

.food_menu_carousel .slick-dots {
  opacity: 1;
  top: -85px;
  bottom: 0;
}
.food_menu_carousel .slick-dots li {
  margin: 0 3px;
}
.food_menu_carousel .slick-dots li.slick-active button:before {
  color: #11a8e1;
}
.food_menu_carousel .slick-dots li button:before {
  font-size: 20px;
}
.food_menu_carousel .slick-prev,
.food_menu_carousel .slick-prev:hover {
  background-image: url("../images/prev-food.jpg") !important;
  left: 30% !important;
}
.food_menu_carousel .slick-next,
.food_menu_carousel .slick-next:hover {
  background-image: url("../images/next-food.jpg") !important;
  right: 30% !important;
}
.food_menu_carousel .slick-prev,
.food_menu_carousel .slick-next {
  top: -70px !important;
  top: auto;
  width: 48px !important;
  height: 48px !important;
  z-index: 999;
}
.food_menu_carousel .slick-prev:hover,
.food_menu_carousel .slick-next:hover {
  top: -70px !important;
  top: auto;
  width: 48px !important;
  height: 48px !important;
  z-index: 999;
}
.food_menu_carousel .slick-prev:before {
  content: "<" !important;
  color: #21344f;
  opacity: 1;
}
.food_menu_carousel .slick-next:before,
[dir="rtl"] .food_menu_carousel .slick-prev:before {
  content: ">" !important;
  color: #21344f;
  opacity: 1;
}
/************ Model Flash *************/

/* flight */

/* flight */

.flight-container {
  width: 540px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.flight {
  background: url("../images/flight_background.jpg") 0 / cover;
  padding-bottom: 60px;
}

.flight h2 {
  text-transform: none;
  color: #ffffff;
  font-size: 76px;
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.35);
}

.flight span {
  font-weight: 400;
}

.flight-form {
  background: rgba(255, 255, 255, 0.5);
}

.lh-80 {
  height: 80px;
  line-height: 80px;
}

.fl-active {
  color: #11a8e1;
}

.flight-form a {
  color: #337ab7;
  text-decoration: none;
  font-size: 20px;
}

.border-bottom {
  border-bottom: 1px solid #ccc;
}

.checkbox,
.radio {
  position: relative;
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 25px;
}

.fl-label {
  font-size: 16px;
  color: #0d2c6c;
}

.flight-control {
  height: 50px !important;
  border-radius: 0 !important;
  margin-bottom: 15px !important;
}

.bgwhite {
  background-color: #fff !important;
}

.flight-search {
  width: 100%;
  background: #de1352;
  border: 0;
  height: 40px;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 80px;
}

.fl-links {
  padding: 0;
  border-bottom: 1px solid #ccc;
}

.fl-border {
  border-right: 1px solid #ccc;
  /* border-bottom: 5px solid #de1352; */
}

/* flight results */

.flight-results {
  background: url(../images/fr-header.jpg) 0 / cover;
  /* padding-bottom: 60px; */
}

.btn-search {
  background-color: transparent;
  border: 2px solid #0d2c6c;
  border-radius: 30px;
  padding: 5px 20px 5px 20px;
  color: #0d2c6c;
  font-size: 20px;
  margin-left: 20px;
}

.servicetol {
  font-size: 28px;
  color: #11a8e1;
  text-align: left;
  font-weight: 100;
}

.servicetop {
  font-size: 16px;
  color: #002056;
  font-weight: 500;
  text-align: left;
}

.flr-cont {
  padding-right: 70px;
  padding-left: 70px;
  margin-right: auto;
  margin-left: auto;
}

.flight-results h2 {
  text-transform: none;
  color: #ffffff;
  font-size: 46px;
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.35);
  display: inline-block;
}

.flight-results span {
  font-weight: 400;
}

.fl-res {
  font-size: 20px;
  padding-bottom: 40px;
}

.fl-res span {
  color: #0d2c6c;
}

.fl-res p {
  color: #11a8e1;
  font-size: 30px;
}

.fl-res-row {
  width: 18%;
  border-right: 1px solid #0d2c6c;
}

.fl-res-row-5 {
  width: 5%;
  margin-top: 25px;
}

.fl-res-row-15 {
  width: 20%;
}

.flr-all {
  background-color: #fff;
  margin-top: 50px;
  padding-bottom: 100px;
}

.filters {
  font-size: 35px;
  color: #b5b5b5;
  font-weight: 300;
}

.filters span {
  color: #11a8e1;
  font-size: 22px;
  padding-left: 5px;
}

.filters-box {
  width: 290px;
  height: 600px;
  -webkit-box-shadow: 10px 10px 5px -2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 10px 10px 5px -2px rgba(0, 0, 0, 0.15);
  box-shadow: 10px 10px 5px -2px rgba(0, 0, 0, 0.15);
}

.filters-box h4 {
  margin-left: 10px;
  font-size: 26px;
  color: #002056;
  padding-top: 15px;
}

.filters-box p {
  font-size: 18px;
  color: #a2a2a2;
  font-weight: 300;
  margin-left: 10px;
}

.filters-box .checkbox {
  margin-left: 10px;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 300;
  color: #002056;
  display: block;
}

.filters-box .slider {
  margin-left: 10px;
}

.filters-box .slider.slider-horizontal .slider-selection {
  height: 50% !important;
}

.filters-box .slider-handle {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #f5f5f5;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: linear-gradient(to right, #f5f5f5 60%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  filter: none;
  border: 0px solid transparent;
  box-shadow: 6px 0px 2px 0px rgba(0, 0, 0, 0.15);
}

.filters-box .slider-selection {
  background: #11a8e1;
}

.filters-box .fl-label {
  display: flex;
  display: -webkit-flex; /* Safari */
  justify-content: flex-start;
  align-items: center;
}

.filters-box span {
  color: #002056;
  font-weight: 600;
}

.max-slider-handle {
  color: #de1352;
}

.divider {
  margin-top: 15px;
  margin-bottom: 15px;
}

.results-box {
  width: 100%;
  padding-bottom: 60px;
  -webkit-box-shadow: 10px 10px 5px -2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 10px 10px 5px -2px rgba(0, 0, 0, 0.15);
  box-shadow: 10px 10px 5px -2px rgba(0, 0, 0, 0.15);
}

.resopp {
  position: absolute !important;
  right: 54px;
  margin-top: 17px;
}

.resopp .price_car_total {
  position: absolute;
  right: -20px;
  bottom: -30px;
  background-color: #de1352;
  font-size: 22px;
  color: #fff;
  height: 48px;
  width: 168px;
  text-align: center;
  line-height: 48px;
}

.resopp .add_to_cart {
  position: absolute;
  width: 186px;
  height: 48px;
  right: 61px;
  bottom: -30px;
  display: block;
}

.perperson {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
}

.results {
  border: 1px solid #e0dfdf;
  width: 95%;
  margin-left: 25px;
}

.results .md3 {
  width: 15%;
  line-height: 2;
  border-right: 1px solid #e0dfdf;
  padding-top: 25px;
  padding-bottom: 25px;
}

.results .md4 {
  width: 20%;
  line-height: 5;
  padding-top: 15px;
}

.results .md5 {
  width: 50%;
  border-right: 1px solid #e0dfdf;
}

.results .md6 {
  width: 15%;
  border-right: 1px solid #e0dfdf;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 30px;
}

.results .md7 {
  width: 50%;
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 15px;
}

.results .md4 img {
  max-width: 100%;
}

.md7sp {
  font-size: 18px;
  color: #515151;
  font-weight: 500;
}

.md7p {
  color: #bfbfbf;
  font-size: 18px;
  font-weight: 300;
}

.md7sp2 {
  font-size: 13px;
  color: #515151;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

.dbin {
  display: inline-block;
}

.md7p2 {
  color: #34e78c;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 25px;
}

.md5p {
  font-size: 16px;
  color: #11a8e1;
  clear: both;
}

.md3 p {
  color: #0d2c6c;
  font-size: 14px;
  text-transform: uppercase;
}

.md6hp {
  color: #515151;
  font-size: 18px;
  font-weight: 600;
}

.md6dp {
  color: #c0c0c0;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 100;
}

.spacer {
  margin-bottom: 100px;
}

.info-icon {
  position: absolute;
  right: 20px;
  top: 50px;
}

.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 15px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

/**** Sementic ui ****/

.ui.menu .active.item {
  background-color: rgba(0, 0, 0, 0.01);
  color: rgba(0, 0, 0, 0.95);
  -webkit-box-shadow: 0 0.2em 0 inset;
  box-shadow: 0 0em 0 inset;
  border-bottom: 5px solid #de1352;
  color: #de1352;
}

.ui.menu .item {
  font-size: 2rem;
}

.ui.menu .item,
.ui.menu .item > a:not(.button) {
  color: #38c6fb;
}

.ui.menu .item > img:only-child {
  display: inline-block;
  max-width: 100%;
  margin: 0 auto;
}

.ui.menu .item svg {
  fill: #11a8e1;
}

.ui.menu .active.item svg {
  fill: #de1352;
}

.control {
  font-family: arial;
  display: block;
  position: relative;
  padding-left: 31px;
  margin-bottom: 8px;
  padding-top: 2px;
  cursor: pointer;
  font-size: 17px;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control_indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #d3d7dd;
  border: 2px double #c4c7cd;
}

.control-radio .control_indicator {
  border-radius: undefined;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
  background: #d3d7dd;
}

.control input:checked ~ .control_indicator {
  background: #38c6fb;
}

.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
  background: #d3d7dd;
}

.control input:disabled ~ .control_indicator {
  background: #e6e6e6;
  opacity: 0;
  pointer-events: none;
}

.control_indicator:after {
  box-sizing: unset;
  content: "";
  position: absolute;
  display: none;
}

.control input:checked ~ .control_indicator:after {
  display: block;
}

.control-checkbox .control_indicator:after {
  left: 0px;
  top: 0px;
  width: 0px;
  height: 0px;
  border: solid #ffffff;
  border-width: 0 0px 0px 0;
  transform: rotate(45deg);
}

.control-checkbox input:disabled ~ .control_indicator:after {
  border-color: #7b7b7b;
}

/*********** CONTROL RANGE *************/

.plan-trip {
  text-align: center;
}

/****** Flash Sales *****/

.simagespack {
  /* width: 984px !important; */
  height: 411px !important;
}

.sthumbimagespack {
  /* width: 180px !important; */
  height: 94px !important;
}

.modal-body .slick-slider {
  margin-bottom: 0px;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.fs {
  position: relative;
  padding: 0px !important;
  margin-bottom: 0px;
}

.slick-slider {
  margin-bottom: 0px !important;
}

.slick-next,
.slick-prev {
  top: 47px;
}

.slick-next,
.slick-next:hover {
  /*right: 0px !important;*/
  background-image: url(../images/next.png) ;
  background-repeat: no-repeat;

  background: #000;
  width: 54px;
  height: 95px !important;
}
.vertical-center-3 .slick-next,
.vertical-center-3 .slick-next:hover {
  width: 20px;
}

.slick-next,
.slick-next {
  right: 0px !important;
  background: red;
  background-image: url(../images/next.png) ;
  background-repeat: no-repeat;
  width: 54px;
  height: 95px !important;
}
.vertical-center-3 .slick-next{
  width: 20px;
}
.slick-prev,
.slick-prev {
  z-index: 999;
  left: 0px !important;
  background: #000;
  background-image: url(../images/prev.png) ;
  width: 54px ;
  height: 95px !important;
}
.vertical-center-3 .slick-prev,
.vertical-center-3 .slick-prev {
  width: 20px !important;

}

.slick-prev,
.slick-prev:hover {
  /*left: 0px !important;*/
  background-image: url(../images/prev.png);

  width: 54px;
  height: 95px !important;
}
.vertical-center-3 .slick-prev,
.vertical-center-3  .slick-prev:hover {
  width: 20px !important;
}

.slick-next:before,
[dir="rtl"] .slick-prev:before {
  content: " " !important;
}

.slick-prev:before {
  content: " " !important;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover,
.nav-pills .slick-list .slick-track> li.active > a,
.nav-pills .slick-list .slick-track > li.active > a:focus,
.nav-pills .slick-list .slick-track > li.active > a:hover {
  color: #fff;
  background-color: #ee3b44!important;
}

#exTab .nav-bg {
  background-color: #fff;
  border-bottom: 1px solid #ee3b44;
}

#exTab .nav-pills > li > a,
#exTab .nav-pills .slick-list .slick-track> li > a {
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #192c4a ;
  color: #ffffff;
  font-size: 10px !important;
  margin: 5px 0 !important;
  padding: 12px !important;
  min-height: 3.8rem;
  /* height: 80px;
  padding: 22px 5px 25px 10px !important;*/
}

#exTab .tab-content {
  color: #838383;
}

#exTab .tab-content p {
  color: #838383;
  font-weight: 400;
}

.modal-content a {
  color: #11a8e1;
}

/******************/

.add-pack {
  text-align: right;
  color: #fff;
  font-size: 18px;
}

.add-pack .price_car_total {
  background-color: #de1352;
  font-size: 22px;
  color: #fff;
  text-align: center;
  line-height: 47px;
  padding: 0;
  margin-left: -5px;
  font-weight: 600;
  width: 115px;
  height: 47px;
  display: inline-block;
  margin-bottom: 55px;
}

.error-depar{
  color: red;
  padding-left: 1rem;
}

/* Responsive */

@media (max-width: 768px) {
  .info- .nav_full_wrapper {
    width: 90% !important;
  }
  .menu-wrapper .right-side .left-navigation-btns {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    justify-content: flex-start;
    align-items: stretch;
    display: none;
  }
  .menu-wrapper .right-side .right-navigation-btns {
    min-width: 100%;
    text-align: right;
  }
  .trip-form-content form .countries-choices > div:nth-of-type(1),
  .trip-form-content form .countries-choices > div:nth-of-type(3) {
    padding-left: 0;
    padding-right: 0;
  }
  .trip-form-content form .countries-choices > div:nth-of-type(2),
  .trip-form-content form .countries-choices > div:nth-of-type(3) {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .col-xs-5 {
    width: 100%;
  }
  .col-xs-6 {
    width: 100%;
  }
  .col-xs-7 {
    width: 100%;
  }
  /* footer .footer-subtitle {
    margin-top: 15px;
  } */
  .btn-loadmore {
    width: 80%;
  }
  .how-it-workspage {
    height: 100%;
  }
  .btn-log {
    width: 80%;
  }
  .filters .form-control {
    margin-left: 0px;
    margin-right: 5px;
  }
  .modal-dialog {
    /*width: 80%;*/
  }
  .pack .col-md-4 {
    display: inline-block;
    width: 32%;
    font-weight: 900;
  }
  .blogpage {
    padding: 0px 20px 0px 20px;
  }

  .gal{
    margin-bottom: 14px;
  }
  .gal-items{
    width: 100%;
    overflow: hidden;
    padding: 0 2rem;
  }

  .gal-item{
    width: 85.5%;
  }

  .gal img{
    max-width: inherit;
  }
}

@media (max-width: 425px) {
  .filters {
    display: block;
  }
  .filters .form-control {
    width: 100%;
    margin-bottom: 10px;
  }
  .pack .day span {
    font-size: 12px;
  }
}

@media (max-width: 375px) {
  .whowe .whower h3 {
    font-size: 55px;
  }
  .reviewspage h3 {
    font-size: 55px;
  }
  .pack .day span {
    font-size: 9px;
  }
}

.cart-count {
  display: inline-block;
  background: #de1352;
  color: #fff;
  line-height: 0;
  border-radius: 50%;
  font-size: 14px;
}

.cart-count span {
  display: inline-block;
  padding-top: 50%;
  padding-bottom: 50%;
  margin-left: 6px;
  margin-right: 6px;
}

.panier_title {
  text-align: left;
}

.btn-out {
  color: #fff;
  background-color: #ee4344;
  border-bottom: 5px solid #ee4344;
  border-top: 1px solid #ee4344;
  border-right: 1px solid #ee4344;
  border-left: 1px solid #ee4344;
  border-radius: 0;
  width: 350px;
  line-height: 24px;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}

.btn-out:hover,
.btn-out:active {
  color: #fff;
  /* background-color: #de1352; */
  background-color: #ee4344;
}

.cart-name {
  color: #13325f;
  font-size: 24px;
  text-transform: uppercase;
  margin-left: 15px;
  padding: 15px 0px 15px 0px;
}

.cart-desc {
  width: 100%;
  text-align: justify;
  color: #102951;
}

.cart-price-row {
  margin-left: 15px;
  border-bottom: 1px dashed;
}

.cart-price {
  display: flex;
  display: -webkit-flex; /* Safari */
  flex-direction: row;
  justify-content: flex-end;
}

.btn-price {
  border-radius: 0px;
  width: 120px;
  font-size: 20px;
  background-color: #ee4344;
  border-color: #ee4344;
  color: #fff;
  cursor: none;
}

.btn-price:hover {
  border-color: #ee4344;
  color: #fff;
}

.cart-options {
  border: none;
  background-color: transparent !important;
}

.cart-actions {
  display: flex;
  display: -webkit-flex; /* Safari */
  flex-direction: row;
  justify-content: flex-end;
}

.btn-plus {
  background: url(../images/btn_add_panier.png);
  cursor: pointer;
  background-repeat: no-repeat;
  width: 101px;
  height: 48px;
  border-radius: 0;
  position: absolute;
  height: 48px;
  right: 15px;
  bottom: 60px;
  display: block;
}

.btn-plus:active {
  background: url(../images/btn_add_panier.png);
}

.btn-plus-pack {
  background: #11a8e1;
  background-repeat: no-repeat;
  cursor: pointer !important;
  width: 101px !important;
  height: 48px !important;
  border-radius: 0 !important;
  position: absolute !important;
  right: 115px !important;
  bottom: 0px !important;
  display: block !important;
  margin-bottom: 55px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
}

.btn-plus-pack:focus,
.btn-plus-pack:hover {
  color: #fff;
  text-decoration: none;
}

.offre-footer {
  padding: 15px;
  text-align: left;
  border-top: 1px solid #e5e5e5;
}

.dashed {
  border-right: 1px dashed;
}

.select-part {
  border-radius: 0;
  background-color: #e6e6e6;
  width: 120px;
}

.flex-container {
  display: flex;
  display: -webkit-flex; /* Safari */
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
  display: none;
}

.btn-dates {
  width: 120px;
  height: 60px;
  /* z-index: 90000 !important; */
}

.btn-default .input[type="radio"] {
  display: none;
}

.btn-default {
  background-color: #11a8e1 !important;
  color: #fff !important;
  border-radius: 0 !important;
}

/* Menu checkbox version */

.middle {
  text-align: center;
  /* Made by */
}

.middle h1 {
  font-family: "Dax", sans-serif;
  color: #fff;
}

.middle input[type="radio"] {
  display: none;
}

.middle input[type="radio"]:checked + .box {
  background-color: #0d2c6c;
}

.middle input[type="radio"]:checked + .box span {
  color: white;
  transform: translateY(70px);
}

.middle input[type="radio"]:checked + .box span:before {
  transform: translateY(0px);
  opacity: 1;
}

.middle .box {
  width: 120px;
  height: 60px;
  background-color: #11a8e1;
  transition: all 250ms ease;
  will-change: transition;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-family: "Dax", sans-serif;
  font-weight: 900;
}

.middle input[type="radio"]:checked + .box {
  background: #0d2c6c !important;
}

.middle .box:active {
  transform: translateY(10px);
}

.middle .box span {
  transform: translate(0, 60px);
  left: 0;
  right: 0;
  transition: all 300ms ease;
  font-size: 12px;
  user-select: none;
  color: #fff;
}

.middle .box span:before {
  font-size: 1.2em;
  font-family: FontAwesome;
  display: block;
  transform: translateY(-80px);
  opacity: 0;
  transition: all 300ms ease-in-out;
  font-weight: normal;
  color: white;
}

.middle p {
  color: #fff;
  font-family: "Dax", sans-serif;
  font-weight: 400;
}

/* BOX DATES */

.middle .box-dates {
  width: 120px;
  height: 40px;
  background-color: #11a8e1;
  transition: all 250ms ease;
  will-change: transition;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-family: "Dax", sans-serif;
  font-weight: 900;
}

.middle .box-dates:active {
  transform: translateY(10px);
}

.middle .box-dates span {
  transform: translate(0, 60px);
  left: 0;
  right: 0;
  transition: all 300ms ease;
  font-size: 12px;
  user-select: none;
  color: #fff;
}

.middle .box-dates span:before {
  font-size: 1.2em;
  font-family: FontAwesome;
  display: block;
  transform: translateY(-80px);
  opacity: 0;
  transition: all 300ms ease-in-out;
  font-weight: normal;
  color: white;
}

.middle input[type="radio"]:checked + .box-dates {
  background-color: #0d2c6c;
}

.middle input[type="radio"]:checked + .box-dates span {
  color: white;
  transform: translateY(70px);
}

.middle input[type="radio"]:checked + .box-dates span:before {
  transform: translateY(0px);
  opacity: 1;
}

.bg-log {
  background: url(/images/reviews/reviews.png) 0 / cover fixed;
}

/** Login and register **/

.pLogin h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 26px;
  margin: 0;
  margin-bottom: 22px;
  text-transform: none;
}

.pLogin .form-control {
  border: 0;
  border-bottom: 1px solid black;
  box-shadow: none;
  border-radius: 0;
}

.pLogin .form-control::-webkit-input-placeholder {
  color: #0d2c6c;
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.pLogin .form-control {
  color: #0d2c6c;
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.pLogin .form-group {
  position: relative;
  top: 0;
}

.pLogin .form-group input {
  text-indent: 16px;
}

.pLogin #logo {
  position: absolute;
  left: 0;
  width: 17px;
  height: 13px;
  display: block;
  top: 10px;
  background: url("../images/icon_email.png") no-repeat;
}

.pLogin #name {
  position: absolute;
  left: 0;
  width: 17px;
  height: 13px;
  display: block;
  top: 10px;
  background: url("../images/icon_name.png") no-repeat;
}

.pLogin #passFrame {
  position: absolute;
  left: 0;
  width: 13px;
  height: 17px;
  display: block;
  top: 5px;
  background: url("../images/icon_pass.png") no-repeat;
}

.pLogin .pweb {
  margin-bottom: 30px;
}

.forget {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #0d2c6c;
  text-decoration: underline;
  margin-right: 38px;
}

.btn_px {
  background: #de1352;
  border: 0;
  color: white;
  width: 78px;
  height: 39px;
  font-size: 16px;
  display: inline-block;
}

.left_log:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: transparent;
  border-right: 1px dashed #0d2c6c;
  display: block;
}

.btn_px_com {
  background: #de1352;
  border: 0;
  color: white;
  width: 260px;
  height: 45px;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
}

.cart_infos {
}

.cart_infos span {
  font-size: 16px;
  font-weight: 700;
}

/* ** */

.control_20 {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 7px;
  padding-top: 2px;
  cursor: pointer;
  font-size: 16px;
}

.control_20 input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control_indicator_20 {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border: 0px solid #000000;
}

.control-radio_20 .control_indicator_20 {
  border-radius: 50%;
}

.control_20:hover input ~ .control_indicator_20,
.control_20 input:focus ~ .control_indicator_20 {
  background: #cccccc;
}

.control_20 input:checked ~ .control_indicator_20 {
  background: #11a8e1;
}

.control_20:hover input:not([disabled]):checked ~ .control_indicator_20,
.control_20 input:checked:focus ~ .control_indicator_20 {
  background: #0e6647;
}

.control_20 input:disabled ~ .control_indicator_20 {
  background: #e6e6e6;
  opacity: 31;
  pointer-events: none;
}

.control_indicator_20:after {
  box-sizing: unset;
  content: "";
  position: absolute;
  display: none;
}

.control_20 input:checked ~ .control_indicator_20:after {
  display: block;
}

.control-radio_20 .control_indicator_20:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #ffffff;
}

.control-radio_20 input:disabled ~ .control_indicator_20:after {
  background: #7b7b7b;
}

.edit {
  color: #36b6e6;
  font-weight: 500;
  float: right;
}

.edit_icon {
  background: url(../images/edit-icon.png);
  width: 15px;
  height: 15px;
  float: right;
  margin-right: 15px;
}

label {
  font-weight: 500 !important;
}

.step_wrapper img {
  margin-top: 0px !important;
}

.check_save {
  width: 50%;
  border: 0px;
  background-color: #f2f2f2;
  color: #0d2c6c;
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  border-radius: 0px;
}

.check_save_20 {
  width: 25%;
  display: inline-block;
}

.check_save::-webkit-input-placeholder {
  color: #0d2c6c;
  font-size: 16px;
  font-weight: 500;
}

.save_btn_edit {
  float: right;
  background-image: url(../images/Save.png);
  width: 125px;
  height: 45px;
  border: 0;
  color: transparent;
}

.btn_px_new {
  background: #de1352;
  border: 0;
  color: white;
  width: 180px;
  font-size: 16px;
  height: 39px;
  display: inline-block;
}

.mt20 {
  margin-top: 20px;
}

.canceled {
  background: url(/images/canceled.png) 0 / cover fixed;
  position: relative;
  height: 910px;
}

.done {
  background: url(/images/done.png) 0 / cover fixed;
  position: relative;
  height: 910px;
}

.centered {
  max-width: 900px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.centered h3 {
  font-size: 56px;
  color: #fff;
  text-transform: uppercase;
}

.centered p {
  font-size: 16px;
  color: #fff;
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.btn-cancled {
  width: 230px;
  height: 50px;
  border-radius: 0;
  background-color: #11a8e1;
  border-color: #11a8e1;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 60px;
  margin-right: 40px;
}

.btn-cancled:hover {
  background-color: #11a8e1;
  border-color: #11a8e1;
  color: #fff;
}

.btn-cancled:active {
  background-color: #11a8e1;
  border-color: #11a8e1;
  color: #fff;
}

.contain {
  background-color: #ececec;
  padding-bottom: 10px;
}

.profile {
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  max-width: 1400px;
  margin: auto;
  position: relative;
  height: 910px;
  margin-bottom: 60px;
}

.profile_aviator {
  background-image: url(../images/profile.png);
  background-repeat: round;
  position: relative;
  height: 910px;
}

.profile20 {
  padding: 20px;
  color: #fff;
}

.profile20 h4 {
  font-size: 28px;
  font-weight: 300;
}

.profile20 ul {
  padding-left: 10px;
  margin-top: 50px;
}

.profile20 li {
  display: flex;
  display: -webkit-flex; /* Safari */
}

.profile20 li > p {
  margin-left: 15px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

.profile20 #user {
  width: 26px;
  height: 18px;
}

.profile20 #mail {
  width: 25px;
  height: 18px;
}

.profile20 #tel {
  width: 18px;
  height: 20px;
}

.profile20 #add {
  width: 16px;
  height: 23px;
}

.connect_form {
  background-color: #11a8e1;
  color: #fff;
  max-width: 380px;
  margin: auto;
  position: relative;
  /* height: 80px;
    margin-top: 20px; */
}

.connect_col {
  border-right: 2px solid rgba(26, 45, 74, 0.97);
  height: 80px;
}

.connect_col img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0px 0px 0px;
}

.connect_form li {
  display: inline-block;
  padding: 15px 0px 0px 5px;
}

.connect_form li > a {
  color: #fff;
  margin-right: 15px;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: underline;
}

.btn-connect {
  padding: 5px;
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}

.btn-connect:hover {
  color: #fff;
  text-decoration: underline;
}

.profile10 {
  padding: 60px 0px 0px 0px;
}

.acc-bl {
  border-right: 1px dashed #0d2c6c;
  width: 45%;
  margin-right: 5%;
}

.acc-bl h5 {
  color: #0d2c6c;
  font-size: 30px;
  font-weight: 300;
}

.acc-bl img {
  float: left;
  margin: 0px 60px 0px 0px;
}

.acc-bl p {
  color: #888888;
  font-size: 18px;
  font-weight: 300;
}

.acc-br {
  background-color: #fff;
}

.acc-br h6 {
  color: #0d2c6c;
  font-size: 18px;
  font-weight: 500;
}

.acc-br > a {
  color: #11a8e1;
  text-decoration: underline;
  display: inline-block;
}

.divider-order {
  border: 1px solid #e1e1e1;
  width: 90%;
  margin: auto;
  display: block;
}

.p40 {
  padding-bottom: 40px;
  padding-top: 20px;
}

.orm {
  padding: 30px;
  border-bottom: 1px solid #031a3c;
}

.orm .col-md-4 {
  padding-left: 0px;
  padding-right: 0px;
}

.orm h4 {
  font-size: 30px;
  color: #0d2c6c;
}

.orm h5 {
  color: #0d2c6c;
  text-transform: uppercase;
  font-weight: 700;
}

.orm h6 {
  color: #11a8e1;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}

.mt220 {
  margin-top: 220px;
}

.orm-close {
  position: absolute;
  right: -1px;
  top: -50px;
  color: transparent;
  background-image: url(../images/orders/close.png);
  width: 50px;
  height: 50px;
  border: 0;
}

.bg200 {
  background-color: rgba(26, 45, 74, 0.9);
}

.ormodel {
  background-color: #fff;
}

.ormodel p {
  color: #183561;
  font-weight: 300;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
}

.brl {
  border-right: 1px solid;
  border-left: 1px solid;
}

.imageIcon {
  height: 28px;
  margin-bottom: 10px;
  position: relative;
  top: 0;
}

.imageIcon img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.apercuPixc img {
  width: 100%;
  height: 205px;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.time_duration {
  display: block;
  width: 100%;
  margin-top: 14px;
}

.time_duration:after {
  content: " ";
  display: block;
  clear: both;
}

.time_duration .col-2 {
  float: left;
  width: 50%;
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #0c3165;
  text-transform: uppercase;
}

.time_duration .col-2 img {
  margin-right: 11px;
}

.spor10 {
  font-size: 16px;
  font-weight: 700;
  color: #0c3165;
}

.spor20 {
  font-size: 16px;
  font-weight: 700;
  color: #11a8e1;
}

.trip-form-content h2{
  font-weight: 100;
}

@media (max-width: 2080px) {
  .info-day {
    font-size: 12px !important;
    /* color: yellow !important; */
  }
  .trip-form-content {
    /*margin-top: 100px !important;*/
  }
}

@media (max-width: 1080px) {
  .trip-form-content {
    margin-top: 100px !important;
  }
  .info-day {
    font-size: 14px !important;
  }
}

@media (max-width: 768px) {
  .trip-form-content {
    /* background-color: red; */
  }
  .select-part {
    width: 80px;
  }
  .left_panel {
    padding-bottom: 10px !important;
    width: 100%;
  }
  .cart-table .col-xs-8 {
    width: 100%;
  }
  .summary-wrapper .col-xs-4 {
    width: 100%;
  }
  .step {
    font-size: 22px !important;
  }
  .pLogin h2 {
    font-size: 22px;
  }
  .reswi {
    width: 100%;
  }
  .produit_forms h4 {
    font-size: 16px;
  }
  .btn-out {
    float: right;
  }
  .btn-cancled {
    margin-right: 0px;
  }
  .how_it h3 {
    font-size: 46px;
  }
}

@media (max-width: 425px) {
  .select-part {
    width: 100%;
  }
  .form-control {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.btn-plus-cart {
  background: url(../images/btn_add_panier.png);
  cursor: pointer;
  background-repeat: no-repeat;
  width: 101px;
  height: 48px;
  border-radius: 0;
  position: absolute;
  height: 49px;
  right: 115px;
  bottom: 60px;
  display: block;
}
.content-depart-garantie {
  background: #192d4a;
  padding: 10px;
  color: #e04152;
  font-size: 18px;
}
.content-depart-garantie p {
  color: #fff !important;
}
@media (max-width: 768px) {
  .col-sm-9 {
    width: 75%;
    max-width: 300px;
    top: 0px;
  }
  .connect_form {
    max-width: 90% !important;
  }
}

.nav_full_wrapper {
  height: 100% !important;
}

.tab-content > .active {
  text-align: justify;
  padding: 15px 15px;
}

.stew {
  display: flex;
  margin-top: 20px;
}

.stew-br {
  border-right: 1px dashed #0d2c6c;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.iconBlack {
  color: black !important;
}

.show-password-confirm > i {
  color: black !important;
}

.show-password-confirm-reset > i {
  color: black !important;
}

.items-info-save-account {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.items-info-save-account > span {
  display: flex;
  align-items: center;
}

.stew-label {
  font-size: 26px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0.2em 4.2em 0.3em;
  background-color: #0d2c6c;
  border-radius: 0;
  display: block;
  margin: 0 auto;
}

@media (max-width: 425px) {
  .stew-label {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  #exTab .nav-pills > li > a {
    border-radius: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 0px;
  }
}

.stew-mb10 {
  margin-top: 10px;
}

.stew-form {
  display: block;
}

.stew-form h5 {
  font-size: 18px;
  color: #11a8e1;
  text-transform: uppercase;
  font-weight: 600;
}

.stew-form label {
  font-size: 16px;
  text-transform: uppercase;
  color: #898989;
}

.stew-ctrl {
  height: 40px !important;
  border-radius: 0 !important;
}

.stew-br img {
  margin-right: 15px;
}

.stew-br img:active {
  display: inline-block;
  filter: brightness(0) invert(1);
}

.nav-pills > li.active > a img,
.nav-pills .slick-list .slick-track> li.active > a img {
  display: inline-block;
  filter: brightness(0) invert(1);
  margin-right: 10px;
}

.nav-pills > li > a img,
.nav-pills .slick-list .slick-track> li > a img {
  margin-right: 10px;
  float: left;
  filter: brightness(0) invert(1) !important;
}

.roomsqty {
  display: inline-block;
  width: 40%;
  margin-left: 15px;
}

.stew-divider {
  width: 95%;
  border-bottom: 1px dashed #0d2c6c;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
}

.TypeRooms p {
  text-transform: uppercase;
  color: #0d2c6c !important;
  font-size: 18px;
  font-weight: bold !important;
  text-align: right;
}

.TypeRooms p span {
  color: #12a9e2;
}

.other_services {
  color: #11a8e1;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.pformul input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-right: 12px;
  background: transparent;
}

.pformul {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #898989;
}
.flspa {
  display: block;
}
.flspa a:hover {
  color: #23527c;
  text-decoration: none;
}

/* ################# added by dev 2   #################### */
.error.error-type-empty,
.error.error-date-empty,
.error.error-adults-empty,
.error.error-passenger-empty {
  color: red;
}

.loading {
  margin: 0 auto;
  text-align: center;
  margin-top: 60px;
  /* margin-bottom: 60px; */
}
.loadmore-btn {
  text-align: center;
}
a.btn-load-more {
  display: inline-block;
  padding: 10px 30px;
  border: 2px solid #ffffff;
  background: #0d2c6c;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
}
a.btn-load-more:hover {
  border: 2px solid #0d2c6c;
  background: #ffffff;
  color: #0d2c6c;
}
/*.modal-open {
    overflow: hidden;
}*/
.modal-left-content {
  padding: 15px 0;
  margin-bottom: 60px;
}
.show_food_menu {
  width: 100%;
  height: 95%;
  max-width: 1280px;
  min-height: 550px;
  position: fixed;
  top: 20px;
  bottom: 0;
  left: 50%;
  z-index: 999999;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  -webkit-box-shadow: 0 0 120px 0px rgba(0, 0, 0, 0.49);
  box-shadow: 0 0 120px 0px rgba(0, 0, 0, 0.49);
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
}
.show_food_menu .food_menu_head {
  position: relative;
  flex: 0 1;
  flex-basis: 400px;
  background: url(http://v1.stewtravel.com/images/bg_food_menu.jpg);
  background-size: cover;
}
.show_food_menu .food_menu_head .food_menu_head_content {
  padding: 0 20px;
  margin-top: 30px;
  text-align: right;
}
.show_food_menu .food_menu_head .food_menu_head_menus {
  text-align: right;
  margin-top: 30px;
}
.show_food_menu .food_menu_head .food_menu_head_menus ul {
  margin: 0;
  padding: 0;
}
.show_food_menu .food_menu_head .food_menu_head_menus ul li {
  margin-bottom: 5px;
}
.show_food_menu .food_menu_head .food_menu_head_menus ul li a {
  display: inline-block;
  color: #12a8e1;
  padding: 5px 40px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 5px;
  cursor: pointer;
}
.show_food_menu .food_menu_head .food_menu_head_menus ul li a:hover,
.show_food_menu .food_menu_head .food_menu_head_menus ul li.active a {
  background: #12a8e1;
  color: white;
}
.show_food_menu .food_menu_head .text-in-image {
  font-size: 16px;
  font-weight: bold;
  color: #de1352;
  text-align: left;
  padding: 10px;
  text-shadow: 1px 1px 2px #000000;
  border: 7px solid #de1352;
  border-radius: 5px;
  display: inline-block;
  width: 240px;
  transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
}
.overlay-food-menu {
  position: fixed;
  z-index: 999;
  background-color: rgba(26, 45, 74, 0.97);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.show_food_menu .close_popup_menu {
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
  width: 40px;
  display: block;
  z-index: 99;
  height: 40px;
}
.show_food_menu .close_popup_menu:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 40px;
  background-color: #21344f;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.show_food_menu .close_popup_menu:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 40px;
  background-color: #21344f;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.show_food_menu .food_menu_body {
  background: white;
  flex: 1 2;
  overflow-x: hidden;
}
.show_food_menu .food_menu_body .food_menu_item a {
  text-align: center;
  margin: 0px;
  font-size: 30px;
  /* font-size: 50px; */
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  color: #21344f;
  padding-top: 0px;
  text-decoration: none;
  position: relative;
  display: block;
  width: 289px;
  min-height: 253px;
}
.show_food_menu .food_menu_body .food_menu_item a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  background: transparent;
  display: block;
}
.show_food_menu .food_menu_body .food_menu_item a .menu_name {
  display: block;
  text-align: center;
  /*margin-top: -90px;
    height: 90px;*/
}
.show_food_menu .food_menu_body .food_menu_item a .menu_calorie {
  font-size: 14px;
  color: #25d293;
  margin: 30px 0px;
  display: block;
}
.show_food_menu .food_menu_body .food_menu_item a .menu_calorie p {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}
.show_food_menu .food_menu_body .food_menu_item a .menu_price {
  font-size: 16px;
  padding: 5px 10px;
  background: #de1352;
  color: white;
  font-weight: bold;
}
.show_food_menu .food_menu_body .food_menu_item a:hover,
.show_food_menu .food_menu_body .food_menu_item a:focus,
.show_food_menu .food_menu_body .food_menu_item a:active,
.show_food_menu .food_menu_body .food_menu_item a.active_it {
  /*color: #de1352;*/
}
.show_food_menu .food_menu_body .food_menu_item a:hover:before,
.show_food_menu .food_menu_body .food_menu_item a:focus:before,
.show_food_menu .food_menu_body .food_menu_item a:active:before,
.show_food_menu .food_menu_body .food_menu_item a.active_it:before {
  background: rgba(0, 0, 0, 0.5);
}
.show_food_menu .food_menu_body .food_menu_item a .menu_name strong {
  display: block;
}
.show_food_menu .slick-list {
  overflow: initial;
  margin-top: 150px;
  z-index: 9;
}
.show_food_menu .food_menu_head .food_menu_head_content h2 {
  font-size: 58px;
  font-weight: 300;
  color: white;
  margin: 30px 0;
  line-height: 0.9;
}
.show-name-session {
  /* position: absolute;
  top: 0;
  left: 0; */
}
/* service progress bar */
.services-progress-bar {
  position: relative;
  width: 100%;
  color: white;
  background: #1a2d4a;
}
.services-progress-bar .wrapper-servie {
  width: 95%;
  margin: 0 auto;
  padding: 50px 0;
}
.services-progress-bar:before,
.services-progress-bar:after,
.services-progress-bar .wrapper-servie:before,
.services-progress-bar .wrapper-servie:after {
  content: "";
  clear: both;
  display: table;
}
.services-progress-bar .wrapper-servie .left-side,
.services-progress-bar .wrapper-servie .center-body,
.services-progress-bar .wrapper-servie .right-side {
  float: left;
}
.services-progress-bar .wrapper-servie .left-side,
.services-progress-bar .wrapper-servie .right-side {
  width: 55px;
}
.services-progress-bar .wrapper-servie .center-body:before,
.services-progress-bar .wrapper-servie .center-body:after {
  content: "";
  clear: both;
  display: table;
}
.services-progress-bar .wrapper-servie .left-side span,
.services-progress-bar .wrapper-servie .right-side span {
  position: relative;
  display: block;
  background: #ee3b44;
  text-align: center;
  width: 100%;
  max-width: 40px;
  padding: 5px 0;
  font-size: 17px;
}
.services-progress-bar .wrapper-servie .right-side span {
  float: right;
}
.services-progress-bar .wrapper-servie .left-side span:after {
  content: "";
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #ee3b44;
  position: absolute;
  right: -6px;
  top: 20px;
}
.services-progress-bar .wrapper-servie .right-side span:after {
  content: "";
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #de1352;
  position: absolute;
  left: -6px;
  top: 20px;
}
.services-progress-bar .wrapper-servie .center-body {
  width: calc(100% - 110px);
  margin-top: 15px;
}
.services-progress-bar
  .wrapper-servie
  .center-body
  .top-content-progress-bar:before,
.services-progress-bar
  .wrapper-servie
  .center-body
  .top-content-progress-bar:after {
  content: "";
  clear: both;
  display: table;
}
.top-content-progress-bar{
  display: flex;
  justify-content: space-between;
}
.services-progress-bar
  .wrapper-servie
  .center-body
  .top-content-progress-bar
  div {
  position: relative;
  width: 100%;
  margin: 0 2px auto;
  float: left;
  height: 20px;
  background: #ffffff;
}
.services-progress-bar
  .wrapper-servie
  .center-body
  .top-content-progress-bar
  div
  > span {
  position: absolute;
  background: #11a8e1;
  height: 20px;
}
.services-progress-bar
  .wrapper-servie
  .center-body
  .top-content-progress-bar
  div
  span.active {
  width: 100%;
}
.services-progress-bar .wrapper-servie .center-body .bottom-content-percentage {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.services-progress-bar
  .wrapper-servie
  .center-body
  .bottom-content-percentage:before,
.services-progress-bar
  .wrapper-servie
  .center-body
  .bottom-content-percentage:after {
  content: "";
  clear: both;
  display: table;
}
.services-progress-bar
  .wrapper-servie
  .center-body
  .bottom-content-percentage
  div {
  position: relative;
  width: 100%;
  float: left;
}
.services-progress-bar
  .wrapper-servie
  .center-body
  .bottom-content-percentage
  div.active:before {
  color: #11a8e1;
}
.services-progress-bar
  .wrapper-servie
  .center-body
  .bottom-content-percentage
  div:before {
  visibility: hidden;
  position: relative;
  left: 45%;
  font-size: 30px;
}
.services-progress-bar
  .wrapper-servie
  .center-body
  .bottom-content-percentage
  div
  span:not(.last) {
  position: absolute;
  left: 0;
}
.services-progress-bar
  .wrapper-servie
  .center-body
  .bottom-content-percentage
  > div
  span.last {
  position: absolute;
  right: 0;
}
.wrapper-all-content-with-div:before,
.wrapper-all-content-with-div:after {
  content: "";
  clear: both;
  display: table;
}
.overlay-serice-content {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000bd;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
#children_1,
#children_2,
#children_3 {
  display: none;
}
.text-information {
  text-align: center;
}
.text-information h2 {
  color: #0d2c6c;
  /* margin: 30px 0; */
  font-size: 40px;
  font-weight: bold;
}
.show_transportations_menu_wrapper {
  max-width: 875px;
  background-color: #fff;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 10%;
  margin-bottom: 10%;
  z-index: 999999;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  -webkit-box-shadow: 0 0 120px 0px rgba(0, 0, 0, 0.49);
  box-shadow: 0 0 120px 0px rgba(0, 0, 0, 0.49);
}
.transportations_menu_head_wrapper {
  text-align: center;
}

.show_transportations_menu_wrapper .close_popup {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0px;
  top: 0px;
  cursor: pointer;
  display: block;
  z-index: 99;
  background-color: #213450;
}
.show_transportations_menu_wrapper .close_popup:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 35px;
  background-color: #fff;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.show_transportations_menu_wrapper .close_popup:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 35px;
  background-color: #fff;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.show_transportations_menu_wrapper input,
.show_transportations_menu_wrapper select {
  border: none;
  background-color: #eeeeee;
  color: #203450;
  border-radius: 0;
  height: 48px;
}
/**/
.service-modal-car {
  position: fixed;
  z-index: 999999;
  background-color: rgba(26, 45, 74, 0.8);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
}
.show_transportations_car_detail {
  max-width: 495px;
  background-color: #fff;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 10%;
  margin-bottom: 10%;
  z-index: 999999;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  -webkit-box-shadow: 0 0 120px 0px rgba(0, 0, 0, 0.49);
  box-shadow: 0 0 120px 0px rgba(0, 0, 0, 0.49);
}
.transportations_car_detail_head_wrapper {
  text-align: center;
}

.show_transportations_car_detail .close_popup {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0px;
  top: 0px;
  cursor: pointer;
  display: block;
  z-index: 99;
  background-color: #213450;
}
.show_transportations_car_detail .close_popup:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 35px;
  background-color: #fff;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.show_transportations_car_detail .close_popup:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 35px;
  background-color: #fff;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.show_transportations_car_detail input,
.show_transportations_car_detail select {
  border: none;
  background-color: #eeeeee;
  color: #203450;
  border-radius: 0;
  height: 48px;
}
/**/
.transportation_car_detail_body_wrapper {
  padding: 15px;
}
.transportation_car_detail_body_wrapper h3 {
  margin-top: 0;
}

.after-reservation {
  display: none;
}
.navigation_transportation {
  text-align: right;
}
.navigation_transportation input[type="submit"],
.navigation_transportation .previous,
.navigation_transportation .add_car,
.navigation_transportation .next {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  color: #ffffff;
  background-color: #0d2c6c;
  padding: 0px 50px;
  display: inline-block;
  /* border: 2px solid #0d2c6c; */
  text-decoration: none;
  width: auto;
  height: 60px;
  /* line-height: 60px; */
  margin-top: 15px;
  margin-right: -21px;
}
.navigation_transportation .previous {
  margin-right: 0px;
}
.navigation_transportation input[type="submit"]:hover,
.navigation_transportation input[type="submit"]:focus,
.navigation_transportation .previous:hover,
.navigation_transportation .previous:focus,
.navigation_transportation .next:hover,
.navigation_transportation .next:focus {
  color: #fff;
  background-color: #0d2c6c;
}

/* ----- CSS ----- */
#popup_load {
  position: fixed;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 45, 74, 0.9);
}
#popup_load .popup_content_load {
  display: inline-block;
  opacity: 0;
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-box-shadow: 0 0 120px 0px rgba(0, 0, 0, 0.49);
  box-shadow: 0 0 120px 0px rgba(0, 0, 0, 0.49);
  overflow: auto;
  height: 80%;
  width: 800px;
}
#popup_load .popup_content_load img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: -1;
  width: 100%;
}

#popup_load.hidden .popup_content_load {
  display: none;
}
#popup_load.fade-in .popup_content_load {
  opacity: 1;
}
#close_popup_load {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0px;
  top: 0px;
  cursor: pointer;
  display: block;
  z-index: 99;
  background-color: #213450;
}
#close_popup_load:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 40px;
  background-color: #fff;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#close_popup_load:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 40px;
  background-color: #fff;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#popup_load .popup_load_texte {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 500px;
}
#popup_load .popup_load_texte p {
  color: white;
  font-size: 3vw;
  font-weight: 200;
  text-align: center;
  text-transform: uppercase;
}
#popup_load .popup_load_texte p b {
  font-size: 2.8vw;
}

.popup_load_button {
  text-align: center;
}
.popup_load_button button {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 200;
  color: #ffffff;
  background-color: transparent;
  padding: 0px 60px;
  display: inline-block;
  border: 3px solid #ffffff;
  text-decoration: none;
  width: auto;
  height: 50px;
  margin: 5px 10px;
}
.popup_load_button button:hover,
.popup_load_button button:focus {
  color: #fff;
  background-color: #0d2c6c;
  border: 3px solid #0d2c6c;
}
.show-message-error {
  color: red;
  font-weight: bold;
}
.operation:before,
.operation:after {
  content: " ";
  clear: both;
  display: block;
}
.menu_popup_detail {
  color: black;
  /*border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6; */
  padding: 20px 0;
}
.menu_popup_detail:before,
.menu_popup_detail:after {
  content: "";
  clear: both;
  display: block;
}
.menu_popup_detail h6 {
  margin: 0 10px;
  color: #21344f;
  font-weight: bold;
  display: grid;
  align-items: center;
  text-align: center;
  grid-template-columns: minmax(20px, 1fr) auto minmax(20px, 1fr);
  grid-gap: 20px;
}
.menu_popup_detail h6:before,
.menu_popup_detail h6:after {
  content: "";
  border-top: 1px solid;
  color: #12a8e1;
}

.menu_popup_detail p {
  margin: 0;
  font-size: 16px;
  text-transform: none;
  text-align: left;
  padding: 10px;
  color: #969696;
}
.transportation_menu_body_wrapper .form-group {
  margin-bottom: 5px;
}
.wraper_company {
  position: relative;
  border-bottom: 1px solid #dde4ef;
}
.wraper_company .details {
  padding: 5px;
  display: flex;
  flex-direction: row;
}

.item-company{
  cursor: pointer;
}

.item-company.first{
  width: 18.333%;
  padding-top: 4rem;
}
.item-company.second{
  width: 42.333%;
}
.item-company.third{
  width: 38.333%;
}

.quantity-price{
  display: flex;
  flex-direction: row;
}

.quantity-price .item-company.first{
  padding-top: 0rem;
}

.cities_class{
  line-height: 3rem;
}

.wraper_company .details .company_checked_input {
  margin: 0;
  height: 58px;
}
.wraper_company.checked {
  background: #eeeeee;
}
.wraper_company .details:before,
.wraper_company .details:after {
  content: "";
  clear: both;
  display: block;
}
.wraper_company .details h5 {
  /* margin-top: 0; */
  font-weight: bold;
}
.wraper_company .details label {
  cursor: pointer;
  display: flex;
  display: -webkit-flex; /* Safari */
  justify-content: space-between;
  align-items: center;
  margin: 0;
  margin-left: 5px;
}
.wraper_company .details span {
  /* display: inline-block; */
  padding-right: 20px;
  /* width:31%; */
  -webkit-flex: 1 100%; /* Safari 6.1+ */
  -ms-flex: 1 100%; /* IE 10 */
  flex: 1 100%;
}
.wraper_company .details span:first-child {
  -webkit-flex: 1 160px; /* Safari 6.1+ */
  -ms-flex: 1 160px; /* IE 10 */
  flex: 1 160px;
}
.wraper_company .details span:last-child {
  padding-right: 0;
}
.cities_class.price {
  background-color: #ee4344;
  font-size: 22px;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 0 10px;
  margin-top: 5px;
}
.wraper_company .details span img {
  width: 90px;
}
.wraper_company .details .check {
  color: #3db29e;
}
.wraper_company .details .check span img {
  width: 20px;
  margin-left: 10px;
  margin-top: 0.6rem;
}
.wraper_company .class_chosse_time_travel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px;
  z-index: 9;
}
.wraper_company .class_chosse_time_travel.time_class,
.wraper_company .class_chosse_time_travel.arrival_place_class,
.wraper_company .class_chosse_time_travel.departure_place_class {
  background: #0d2c6c;
}
.wraper_company .class_chosse_time_travel select {
  width: 80px;
  height: auto;
  padding: 5px 10px;
  margin-right: 20px;
}
.wraper_company .class_chosse_time_travel h3 {
  font-size: 20px;
  color: white;
  margin: 0;
  margin-bottom: 20px;
}
.wraper_company .class_chosse_time_travel .add-time-btn {
  font-size: 15.5px;
  color: white;
  background: transparent;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid white;
  padding: 5px 20px;
}
.wraper_company .class_chosse_time_travel .add-time-btn:hover {
  color: #0d2c6c;
  background: white;
}
.wraper_company .class_chosse_time_travel.departure_place_class select,
.wraper_company .class_chosse_time_travel.arrival_place_class select {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
}
.wraper_company .class_chosse_time_travel .add-place-btn,
.wraper_company .class_chosse_time_travel .add-place-arrival-btn {
  width: 100%;
  font-size: 15.5px;
  color: white;
  background: transparent;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid white;
  padding: 5px 20px;
}
.wrapper_class_choose {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 45, 74, 0.8);
  z-index: 999;
}

/* .wraper_company .details .label-filter{
  position: relative;
}
.wraper_company .details .label-filter input{
  opacity: 0;
}
.wraper_company .details .label-filter .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #e3e3e3;
    border-radius: 5px;
} */
.span_title {
  vertical-align: top;
}
.service-food-menu {
  margin-bottom: 20px;
}
.foodtypeselect {
  /* position: absolute;
  width: 170px;
  max-width: 100%; */
}
.foodtypeselect select {
  color: white;
  width: 100%;
  height: 44px;
  background: url("/images/arrow-select.jpg") no-repeat right #069cf3;
  border: none;
  text-transform: uppercase;
  font-weight: 300;
  padding: 10px 44px 10px 10px;
  -webkit-appearance: none;
}
.foodtypeselect select option {
  color: white;
}
.service-price-detail:before,
.service-price-detail:after,
.service-room-type:before,
.service-room-type:after {
  content: "";
  clear: both;
  display: block;
}
.service-price-detail,
.service-room-type {
  margin-right: -15px;
  margin-left: -15px;
}
.service-room-type {
  margin-bottom: 20px;
}
.form-control-type {
  border: 0;
  border-radius: 0;
  /* margin-bottom: 5px; */
  display: block;
  width: 100%;
  height: 30px;
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #192d4a;
  background-color: #fff;
}
.form-control-type.price-input {
  /* width: calc(100% - 45px); */
  margin-bottom: 0;
}
.form-control-type-room {
  border: 0;
  border-radius: 0;
  display: block;
  width: 100%;
  height: 30px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
  color: #192d4a;
  background-color: #fff;
}
.service-price-detail .partie-of-adult-hotel {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.service-price-detail .price-sectition {
  width: 50%;
  float: left;
  /* padding-right: 15px; */
  padding-left: 15px;
  margin-bottom: 15px;
}
.service-price-detail .qty-section {
  width: 50%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 15px;
}
.service-price-detail .qty-section .qty-span {
  width: 45px;
  float: left;
}
.service-price-detail .price-span {
  display: inline-block;
  color: white;
  background-color: #ee4344;
  padding: 5px 20px;
  /* float: right; */
  margin-left: 15px;
}
.service-price-detail a {
  font-size: 15.5px;
  color: white;
  text-decoration: none;
  border: 2px solid white;
  padding: 5px 20px;
  margin-right: 15px;
}
.service-price-detail a:hover {
  background-color: #139fd4;
  border-color: #139fd4;
}
.note {
  padding: 10px;
  color: #de1352;
  font-size: 14px;
  font-weight: bold;
}
.chambre-number {
  padding-left: 15px;
}
.chambre-number strong {
  color: #de1352;
}
.slick-slide {
  position: relative;
}
.message-qty-display,
.input-qty-menu {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background: #de1352;
  color: white;
  padding: 40px 30px;
  width: 80%;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.message-qty-display {
  background: #3da032;
}

.input-qty-menu h3 {
  text-transform: uppercase;
  margin-top: 0;
}
.input-qty-menu input {
  width: 100%;
  color: black;
  padding: 5px;
  text-align: center;
  margin-bottom: 10px;
  font-size: 15px;
  border: none;
}
.add-service-btn-menu {
  width: 100%;
  font-size: 15.5px;
  color: white;
  background: #ac2b32;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  padding: 5px 20px;
}
.close_food_menu {
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
  color: #fff;
  border: none;
  border-radius: 30px;
  background: #000000;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 14px 6px;
}
.close_food_menu:before {
  content: "×";
}

.delete_food_menu {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  color: #000000;
  border: none;
  border-radius: 30px;
  background: #ffffff;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 14px 6px;
}
.delete_food_menu:before {
  content: "×";
}
.wrapper-food-display {
  margin-bottom: 5px;
}
.show-datafood {
  margin-bottom: 5px;
}
.show-datafood input {
  width: 50px;
  color: #000000;
  border: none;
  padding: 5px;
}
.show-datafood h5 {
  margin: 0;
  line-height: 1.8;
}
.show-datafood .display-price {
  display: inline-block;
  background: #de1352;
  padding: 5px 10px;
  color: white;
  text-align: center;
}
.show-datafood .col {
  padding-right: 0;
  padding-left: 5px;
}
.after-reservation .diplay_option {
  margin-bottom: 50px;
}

.diplay_option [type="checkbox"]:not(:checked),
.diplay_option [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}
.diplay_option [type="checkbox"] + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}
.diplay_option [type="checkbox"]:checked + label:before {
  /* top: 25px;
    left: 5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #de1352;
    border-bottom: 2px solid #de1352;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%; */
  left: 8px;
  background: #339ed4;
  /* border: 2px solid #339dd4; */
}
.diplay_option [type="checkbox"] + label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  z-index: 0;
  background: #e4e4e4;
  margin-top: 2px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.diplay_option .class_option_price {
  background-color: #ee4344;
  font-size: 22px;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 0 10px;
}
.diplay_option .class_option_name {
  color: #0d2c6c;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
/* input radio for company */
.wraper_company [type="radio"]:not(:checked),
.wraper_company [type="radio"]:checked {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}
.wraper_company [type="radio"] + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  /* display: inline-block; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}
.wraper_company [type="radio"]:checked + label:before {
  /* top: 20px;
    left: -3px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #de1352;
    border-bottom: 2px solid #de1352;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    border-radius: 1px; */
  background: #339ed4;
  border: 2px solid #339dd4;
}
.wraper_company [type="radio"] + label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 50%;
  /* margin-top: 2px; */
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.wraper_company .class_option_price {
  font-size: 22px;
  color: #de1352;
}
.wraper_company .class_option_name {
  color: #0d2c6c;
  text-transform: capitalize;
  font-size: 16px;
}
/* input radio for wraper_typeroom */
.wraper_typeroom [type="checkbox"]:not(:checked),
.wraper_typeroom [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}
.wraper_typeroom [type="checkbox"] + label {
  width: 100%;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}
.wraper_typeroom [type="checkbox"]:checked + label:before {
  top: 33%;
  left: -3px;
  width: 8px;
  height: 15px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #de1352;
  border-bottom: 2px solid #de1352;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.wraper_typeroom [type="checkbox"] + label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  z-index: 0;
  border: 2px solid #ffffff;
  border-radius: 1px;
  /* margin-top: 2px; */
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.wraper_typeroom .class_option_price {
  /* float: right; */
  font-size: 14px;
  font-weight: bold;
  color: #de1352;
}
.wraper_typeroom .class_option_name {
  color: #ffffff;
  text-transform: capitalize;
  font-size: 14px;
  max-width: calc(100% - 115px);
  float: left;
  margin-top: 3px;
  margin-right: 5px;
}
.wraper_typeroom .class_option_qty {
  width: 56px;
  float: right;
}
.summary-days-wrapper .city-1 .title_day_city.activated h2 {
  margin-bottom: 0;
}
.summary-days-wrapper .summary_days_content .day_item_left .item_details:before,
.summary-days-wrapper .summary_days_content .day_item_left .item_details:after {
  content: "";
  clear: both;
  display: block;
}
.summary-days-wrapper .summary_days_content .day_item_left .item_details {
  position: relative;

  -webkit-filter: drop-shadow(0px 0px 29px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 0px 29px rgba(0, 0, 0, 0.1));
}
.summary-days-wrapper .summary_days_content .day_item_left .item_details:hover {
  -webkit-filter: drop-shadow(0px 0px 29px rgba(0, 0, 0, 0.17));
  filter: drop-shadow(0px 0px 29px rgba(0, 0, 0, 0.17));
}
.summary-days-wrapper
  .summary_days_content
  .day_item_left
  .item_details
  .item_details_content {
  width: calc(100% - 110px);
  height: 100px;
  float: left;
  background: white;
  padding: 20px 0px 5px 20px;
}
.summary-days-wrapper
  .summary_days_content
  .day_item_left
  .item_details
  .item_details_icon {
  width: 110px;
  float: left;
}
.summary-days-wrapper
  .summary_days_content
  .day_item_left
  .item_details
  .item_details_content
  h5 {
  color: #0d2c6c;
  margin: 0;
  margin-bottom: 10px;
}
.summary-days-wrapper
  .summary_days_content
  .day_item_left
  .item_details
  .item_details_content
  p {
  margin: 0;
  font-size: 13px;
}
.summary-days-wrapper
  .summary_days_content
  .day_item_left
  .item_details
  .item_details_content
  p
  b {
  color: #11a8e1;
  font-weight: 500;
}
.summary-days-wrapper .summary_days_content .day_item_left .item_price {
  -webkit-filter: drop-shadow(0px 0px 29px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 0px 29px rgba(0, 0, 0, 0.1));
  margin-top: 5px;
}
.summary-days-wrapper .summary_days_content .day_item_left .item_price:hover {
  -webkit-filter: drop-shadow(0px 0px 29px rgba(0, 0, 0, 0.17));
  filter: drop-shadow(0px 0px 29px rgba(0, 0, 0, 0.17));
}
.summary-days-wrapper
  .summary_days_content
  .day_item_left
  .item_price
  .show_price {
  display: inline-block;
  background: #de1352;
  color: white;
  padding: 3px 15px;
}
.summary-days-wrapper .summary_days_content .day_item_left .item_price button {
  background: white;
  border: none;
  padding: 0;
  margin-left: 5px;
}
.summary-days-wrapper .summary-detail-toggle {
  position: relative;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.summary-days-wrapper .summary-detail-toggle.day-1:before {
  content: "";
  width: 6px;
  height: 54px;
  position: absolute;
  left: 50%;
  top: 0;
  background-color: #ffffff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.partie-of-adult,
.partie-of-children {
  display: none;
  margin-bottom: 10px;
}
.partie-of-adult > div > div,
.partie-of-children > div > div {
  padding-right: 0;
  padding-left: 0;
}
.partie-of-adult > div > div:last-child,
.partie-of-children > div > div:last-child {
  padding-right: 15px;
}
.after-reservation .operation .add_to_cart {
  width: 51px;
  bottom: 0;
  right: 45px;
}
.after-reservation .operation .price_car_total {
  bottom: 0;
  right: -35px;
}
.class-account-link {
  cursor: pointer;
}
.card.card-image {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.account-modal-content {
  padding: 50px;
  background-color: rgba(62, 69, 81, 0.7);
}
.account-modal-header h3 {
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-size: 3em;
  margin-bottom: 30px;
}
.account-modal-header .button-close {
  position: absolute;
  top: 0;
  right: 10px;
  background: transparent;
  border: none;
  color: white;
  font-size: 33px;
  padding: 0;
  margin: 0;
}
.account-modal-body input,
.account-modal-body button {
  width: 100%;
  border: none;
  padding: 5px 10px;
  height: 50px;
}
.account-modal-body input {
  margin-bottom: 20px;
  background-color: rgba(13, 29, 56, 0.5);
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0px;
  border: 1px solid #818b9a;
}
.account-modal-body input[readonly] {
  cursor: no-drop;
  background-color: rgba(0, 0, 0, 0.5);
}
.account-modal-body button {
  background: #de1352;
  color: white;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold;
  border: 1px solid #818b9a;
}
.account-modal-body button:hover {
  background: white;
  color: #de1352;
}
.all-address {
  color: white;
}
.all-address .change {
  color: #36b6e6;
  font-weight: 500;
  float: right;
}
.all-address .change.change-edit {
  margin-right: 10px;
}
.all-address .edit {
  cursor: pointer;
}
.all-address .edit:before {
  content: url(../images/profile/profile-edit.png);
  width: 20px;
  height: 20px;
}
.all-address .delete {
  cursor: pointer;
}
.all-address .delete:before {
  content: url(../images/profile/profile-delete.png);
  width: 20px;
  height: 20px;
}
.adresse_book_form {
  display: none;
}
.account-modal-content .modal-content a {
  color: #11a8e1;
  font-weight: bold;
  font-size: 15px;
}
/* page review */
#modal-form-add-review textarea {
  resize: vertical;
  min-height: 90px;
  height: 200px;
  width: 100%;
  background: rgba(13, 28, 53, 0.5);
  color: white;
  border-radius: 0;
  border: 1px solid #818b9a;
}
.edit-review {
  cursor: pointer;
}
.city-name {
  display: inline-block;
  padding: 5px 10px;
  background: #0d2c6c;
  color: #1699dc;
  font-weight: bold;
  text-transform: uppercase;
}
.diplay_option_label {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  cursor: pointer;
  padding-top: 1rem;
}

.diplay_option_label .item-option-check{
  width: 54.333%;
  display: flex;
}
.class_span_detail{
  margin-left: 1rem;
}
.diplay_option_label .item-option{
  width: 34.33333%;
}
.diplay_option_label .item-option-price{
  width: 20.33333%;
  text-align: right;
}

.diplay_option_label.active{
  background: #eeeeee;
}

.diplay_option_label label.details {
  cursor: pointer;
  width: 16%;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  display: -webkit-flex; /* Safari */
  justify-content: center;
  align-items: center;
}
.diplay_option_label .details span {
  margin-right: 20px;
}
.diplay_option_label .details span.class_span_image {
  text-align: center;
  flex: 1 150px;
  -webkit-flex: 1 150px; /* Safari 6.1+ */
  -ms-flex: 1 150px; /* IE 10 */
}
.diplay_option_label .details span.class_span_detail {
  flex: 100%;
  -webkit-flex: 1 100%; /* Safari 6.1+ */
  -ms-flex: 1 100%; /* IE 10 */
}
.diplay_option_label .details span.class_span_price {
  flex: 1 150px;
  -webkit-flex: 1 150px; /* Safari 6.1+ */
  -ms-flex: 1 150px; /* IE 10 */
}
.diplay_option_label .details span:last-child {
  margin-right: 0;
}
.diplay_option_label [type="checkbox"]:checked + label {
  /*background: #eeeeee;*/
}
.empty-select {
  color: red;
  margin: 0;
  margin-top: 10px;
}
.partie_show {
  display: block;
}
#transportation_resrvation_form fieldset:not(:first-of-type) {
  display: none;
}
.container-progressbar {
  margin: 0 auto;
}
.container-progressbar:before,
.container-progressbar:after {
  content: "";
  clear: both;
  display: block;
}
.progressbar {
  counter-reset: step;
}
.container-progressbar .progressbar li {
  list-style-type: none;
  width: 33%;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #7d7d7d;
}
.container-progressbar .progressbar li:after {
  width: 20px;
  height: 20px;
  content: "";
  line-height: 30px;
  border: 2px solid #ffd11a;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: #ffd11a;
}
.container-progressbar .progressbar li:before {
  width: 100%;
  height: 3px;
  content: "";
  position: absolute;
  background-color: #ffd11a;
  bottom: 19px;
  left: 0;
  z-index: -1;
}
.container-progressbar .progressbar li:first-child:before {
  /*content: none;*/
  width: 50%;
  left: 50%;
  /*background-color: #1ac1ff;*/
}
.container-progressbar .progressbar li.active {
  /*color: #1ac1ff;*/
}
.container-progressbar .progressbar li.active:after {
  border-color: #1ac1ff;
  background-color: #1ac1ff;
}
.container-progressbar .progressbar li.active + li:before {
  /*background-color: #55b776;*/
}
.container-progressbar .progressbar li:last-child:before {
  /*content: none;*/
  width: 50%;
  right: -50%;
}
.container-progressbar .progressbar li.active:before {
  background-color: #1ac1ff;
}
.transportation-list-part {
  margin: 80px 0 0;
}
.transportation-list-part .col {
  padding-left: 5px;
  padding-right: 5px;
}
.transportation-list-part .col h2 {
  min-height: auto !important;
}
.transportation-list-part .col .service-item {
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.18);
  border: none;
  margin-bottom: 10px;
}

.transportation-list-part .slicklist .slick-disabled{
  display: none !important;
}

.transportation-list-part .imagelist{
  position: relative !important;
}

.reservation_of_car .choose-car-title {
  color: #16243a;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  margin-top: 20px;
}
.reservation_of_car .progressbar h4 {
  color: #16243a;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0;
}
.reservation_of_car .progressbar p {
  color: #16243a;
  font-size: 18px;
  font-weight: 300;
}
.reservation_of_car .service-item .service-item--header img {
  height: auto !important;
  border: 10px solid #ffffff;
}
.reservation_of_car .service-item .service-item--body h2 {
  min-height: auto !important;
  margin-top: 0 !important;
  font-size: 18px !important;
}
.reservation_of_car .service-item .service-item--body p {
  font-size: 12px !important;
  color: #7c7c7c !important;
}
.reservation_of_car .service-item {
  min-height: auto !important;
  cursor: auto !important;
}
.reservation_of_car .service-item .service-item--body {
  padding: 10px !important;
}
.reservation_of_car .service-item .service-item--footer:before,
.reservation_of_car .service-item .service-item--footer:after {
  content: "";
  clear: both;
  display: block;
}
.reservation_of_car .service-item .service-item--footer {
  display: flex;
  display: -webkit-flex; /* Safari */
  align-items: baseline;
  text-align: center;
}
.reservation_of_car
  .service-item
  .service-item--footer
  .service-item-footer-detail {
  flex: 2;
  -webkit-flex: 2; /* Safari 6.1+ */
  -ms-flex: 2; /* IE 10 */
}
.reservation_of_car
  .service-item
  .service-item--footer
  .service-item-footer-detail
  a {
  color: #20334e;
  font-size: 13px;
  cursor: pointer;
}
.reservation_of_car
  .service-item
  .service-item--footer
  .service-item-footer-price {
  flex: 1;
  -webkit-flex: 1; /* Safari 6.1+ */
  -ms-flex: 1; /* IE 10 */
  padding: 5px 10px;
  background: #de1352;
  color: #ffffff;
  font-size: 18px;
}
.reservation_of_car
  .service-item
  .service-item--footer
  .service-item-footer-add {
  position: relative;
  flex: 1;
  -webkit-flex: 1; /* Safari 6.1+ */
  -ms-flex: 1; /* IE 10 */
  padding: 5px 10px;
  background: #47c6db;
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
}
.reservation_of_car
  .service-item
  .service-item--footer
  .service-item-footer-add
  .icon-cart {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  /*transform: translate(-50%,-50%);*/
  width: 100%;
  height: 100%;
  background: #47c6db;
}
.reservation_of_car
  .service-item
  .service-item--footer
  .service-item-footer-add
  .icon-cart:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.transportation_car_detail_close_popup {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0px;
  top: 0px;
  cursor: pointer;
  display: block;
  z-index: 99;
  background-color: #213450;
}
.transportation_car_detail_close_popup:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 35px;
  background-color: #fff;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.transportation_car_detail_close_popup:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 35px;
  background-color: #fff;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.agency-logo img {
  display: inline;
}
.agency-logo b {
  color: #20334e;
}
.transportations_car_option_wrapper {
  display: flex;
  display: -webkit-flex; /* Safari */
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.transportations_car_option_wrapper .column {
  margin: 10px;
}
.transportations_car_option_wrapper .column h3 {
  font-size: 40px;
  font-weight: bold;
}
.transportations_car_option_wrapper img.img-car {
  width: 289px;
  padding: 10px;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.18);
}
.div_display_options_cars {
  max-width: 80%;
  margin: 0 auto;
}
.diplay_option_car_option {
  display: flex;
  display: -webkit-flex; /* Safari */
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-top: 20px;
}
.diplay_option_car_option .diplay_option_label {
  width: 50%;
}
.diplay_option_car_option.diplay_option [type="checkbox"] + label {
  padding-left: 20px;
}
.diplay_option_car_option .diplay_option_label {
  margin-bottom: 0;
  border-bottom: none;
}
.diplay_option_car_option .diplay_option_label .details span.class_span_image {
  flex: 1 80px;
  -webkit-flex: 1 80px; /* Safari 6.1+ */
  -ms-flex: 1 80px; /* IE 10 */
}
.diplay_option_car_option .diplay_option_label .details span {
  margin: 0 10px;
}
.diplay_option_car_option.diplay_option .diplay_option_price {
  color: #de1352;
  font-size: 16px;
}
.diplay_option_car_option.diplay_option [type="checkbox"] + label:before {
  background: #e4e4e4;
}
.diplay_option_car_option
  .diplay_option_label
  [type="checkbox"]:checked
  + label {
  background: transparent;
}
.diplay_option_car_option.diplay_option
  [type="checkbox"]:checked
  + label:before {
  left: 0;
  background: #339ed4;
}
.diplay_option_car_option.diplay_option .class_option_name {
  font-size: 14px;
  font-weight: 500;
}
.diplay_option_car_option.diplay_option .class_option_description {
  font-size: 14px;
  color: #a5a5a5;
}
.navigation_transportation input[disabled] {
  color: #0d2c6c !important;
  background-color: #eeeeee !important;
}
.wrapper_places {
  max-width: 670px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex; /* Safari */
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-top: 20px;
}
.wrapper_places .place_item {
  width: 25%;
  text-align: center;
  margin-bottom: 20px;
}
.wrapper_places .place_item label {
  padding: 30px 10px;
  width: 100%;
  height: 100%;
  position: relative;
}
.wrapper_places .place_item label:hover {
  background: rgb(232, 234, 237) !important;
}
.wrapper_places .place_item label input[type="radio"] {
  display: none;
}
.wrapper_places .place_item label:after {
  content: "";
  position: absolute;
  bottom: 10px;
  width: 18px;
  height: 18px;
  background: #cccccc;
  border-radius: 50px;
  -ms-transform: translatex(-50%); /* IE 9 */
  -webkit-transform: translatex(-50%); /* Safari prior 9.0 */
  transform: translatex(-50%); /* Standard syntax */
}
.wrapper_places .place_item label .diplay_option_price {
  color: red;
  font-weight: bold;
}
.wrapper_places .place_item label.car_option_radio_add_check {
  background: #e8eaed;
}
.wrapper_places .place_item label.car_option_radio_add_check:after {
  background: #20334e;
}
.div_display_destination_cars .place_of_departure {
  margin: 40px 0;
}
.div_display_destination_cars .place_of_departure h3,
.div_display_destination_cars .place_of_arrival h3 {
  text-align: center;
  font-size: 20px;
  color: #213450;
  font-weight: bold;
  text-transform: uppercase;
}
.div_display_destination_cars .place_of_departure .place_item.empty h3,
.div_display_destination_cars .place_of_arrival .place_item.empty h3 {
  color: red;
}
.food_menu_display_carousel_menus .loading {
  margin-top: 50%;
}
/* footer .input-group-btn {
  display: block;
}
footer .input-group-btn:last-child > .btn,
footer .input-group-btn:last-child > .btn-group {
  margin-left: 0;
}
footer .input-group {
  width: calc(100% - 100px);
} */
.locations-list
  .location-services
  .service-item
  .service-item--body
  .restaurant_serves {
  margin-bottom: 20px;
}
.locations-list
  .location-services
  .service-item
  .service-item--body
  .restaurant_serves
  > img {
  margin-left: 5px;
}

/* ###################### Mobile ########################### */
@media (max-width: 769px) {
  .services-progress-bar
    .wrapper-servie
    .center-body
    .top-content-progress-bar
    div {
    width: calc(24.68% - 3px);
  }
}
@media (max-width: 1105px) {
  .services-header .services-item {
    padding: 40px;
  }
}

/* css blog   */
.blogpage .t-blog{
  padding-top: 50px !important;
  font-weight: bold !important;
  font-family: Montserrat;
  color: #1b4587;
  font-size: 30px !important;
}
.blogpage .paragraph-head{
  font-size: 16pt;
  font-family: Montserrat, sans-serif;
  color: #1c4587;
}
.blogpage .paragraph-foot{
  text-align: right;
  font-size: 16pt;
  color: #1c4587;
  font-style: italic;
}
.blogpage .paragraph-content{
  line-height: 30px;
  font-size: 16pt;
  text-align: justify;
  color: #1c4587;
}
.text-myerror{color:Red}
.titredroite{
  color:#0d2c6c;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  clear:both;
}
.titredroite:first-of-type{
  margin-top:20px;
}
.sectiondroite{clear: both;
}
.contentdroite{
  text-align: justify;
  padding-bottom: 2px !important;
  margin-top:5px;
}
.datelist, .datelist a{
background-color: #349fcb;

}
.upset{
 /*margin-bottom:10px*/

}
.titreblocsec{
  background-color: #192c4a;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.details-offre-pills{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
#exTab .nav-bg {
  border-bottom: none !important;
}
.details-offre-pills .nav-pills li  a img {
  filter: brightness(0) invert(1) !important;
}
.button-moins {
  background-image: url("images/date-moins.png");
  width: 100px;
  height: 25px;
  display: block;
}
.lessd{
 text-align:  center;
 display: block;
 padding: 20px 20px 0px 140px;

}
.slick-prev:before {
  content: '←' !important;
}
.slick-next:before, [dir=rtl] .slick-prev:before {
  content: '→' !important;
}
.fs .slick-next:before, .slick-prev:before {
  color: black !important;
}
.content-elt-info-supplement .slick-prev {
  left: -25px !important;
  top: 65px !important;
}
.content-elt-info-supplement .slick-next{
  top: 65px !important;
}
.titredroite{
  color:#0d2c6c;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  clear:both;
}
.titredroite:first-of-type{
  margin-top:20px;
}

.hdesktop-page{
    display: block!important;
}
.hmobil-page{
    display: none!important;
}

.titre-telphone {
    padding: 1rem 0rem;
    font-size: 18px;
    line-height: 1.8;
}

@media screen and (max-width:740px){
  .contentelt:nth-child(3n+0){
    display: none !important;
  }
  .sectiondroite {
    margin-top: -92px !important;
  }
  .titredroite:first-of-type{
    margin-top: 90px;
  }

  .hdesktop-page{
    display: none!important;
  }
  .hmobil-page{
      display: block!important;
  }
}

.sectiondroite{clear: both;
}
.contentdroite{
  text-align: justify;
  /*margin-bottom: 20px;*/
  margin-top:5px;
}
.datelist, .datelist a{
background-color: #349fcb;

}
.upset{
 margin-bottom:10px

}
.imagelist{
  margin-bottom:10px;
  position: absolute;
  z-index: 1;
}
.loupehover:hover ~ .glasses{
  opacity: 1;
}

.glasses{
  position: relative;
  z-index: 2;
  left: 315px;
  top: -73px;
  opacity: 0.8;
  pointer-events: none;
  width: 75px;

}

.image-glasses{
    max-width: 75%;
    height: auto;
    vertical-align: top;
    object-fit: cover;
    min-width: 0;
    min-height: 0;
    pointer-events: none;
}
/*
.slider-presentation {
  height: 435px !important;
} */
.chrono{
  width: 42px;
  height: 39,15px;
  position: relative;
  left: -13.5px;
  top: 5px;
}

.titreblocsec{
  background-color: #192c4a;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width:740px){
  .datetitre{
    display: none !important;
  }
  .contentelt:nth-child(4n+0){
    display: none !important;
  }
}

.datetitre{
  margin-bottom: 0px;
  background-color:#cc0000 ;
  padding:10px;
}
.datelr,.datelr:link,.datelr:visited, .datelr:hover,.datelr:active {
  color: #1c4587 !important;
  font-size: 14px;
  line-height:1.5 ;
  display: flow-root!important;
}
.SlideShow{
  margin-bottom: 15px;
}
.contentelt ul li{
  color: #192c4a;
  font-weight: bold;
  font-size: 12px;
  margin-left: 10px;
}
.contentelt,.holder{
  /*margin-bottom:55px !important;*/
}
#holder{
  margin-bottom: 35px;
}
.titreactus{
  background-color: #22a7f0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  padding: 12px 12px;
  color: white;
  text-align: center;
}

@media screen and (max-width:740px){
  .headeractu{
    display: none;
  }
}

.headeractu{
  padding: 10px;

}
#2.descactu{
  margin :0 0px;
  padding-left:7px !important;
  padding-right:7px !important;
  text-align: justify;
}
@media screen and (max-width:740px){
  .titreactus {
    display: none;
  }
}
.titreactus{
  background-color: #22a7f0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  padding: 12px 12px;
  color: white;
  text-align: center;
}
.button-plus {
  background-image: url("images/date-plus.png");
  width: 100px;
  height: 25px;
  display: block;
}
.button-moins {
  background-image: url("images/date-moins.png");
  width: 100px;
  height: 25px;
  display: block;
}
@media screen and (max-width:740px){
  .lessd a#button-read-mored{
    display: none !important;
  }
  .row.content-element-validation .col-xs-4.part-right .slicklist.slick-initialized.slick-slider{
    display: none;
  }
}
.lessd{
 text-align:  center;
 display: block;
 padding: 20px 20px 0px 140px;
  margin-bottom: 35px;

}
.reset-date{
  background-image: url('images/date-plus.png');
  margin-left: -140px;
  width: 100px;
  height: 28px;
}

.reset-date, .link-date{
  border-radius: 0;
  font-weight: 600;
  font-family: sans-serif, Arial;
}
.flash-main .slick-next {
  right: -25px !important;
}
.flash-main .slick-prev {
  left: -25px !important;
}
.fs .slick-prev {
  left: 0 !important;
}
.fs .slick-next {
  /* right: 0 !important; */
}
.fs .slick-prev:hover {
  left: 0 !important;
}
.fs .slick-next:hover {
  /* right: 0 !important; */
}
.imagelist .slick-prev,.imagelist .slick-prev::before, #holder .slick-prev, #holder .slick-prev::before{
  width: 42px;
  height: 42px;
  background: url("images/previous.png") no-repeat !important;
  display: none;
  cursor: pointer;
  opacity: 0.7;
  margin-top: 41px;
  margin-left: 46px;
  top: 40% !important;

}
.upset .slick-prev,.upset .slick-prev::before{
  width: 42px;
  height: 42px;
  background: url("images/previous.png") no-repeat !important;
  display: none;
  cursor: pointer;
  opacity: 0.7;
  margin-top: 21px;
  margin-left: 5px;
  top: 40% !important;


}

.imagelist .slick-next,.imagelist .slick-next::before, #holder .slick-next, #holder .slick-next::before {
  width: 42px;
  height: 42px;
  background: url("images/next.png") no-repeat !important;
  display: none;
  cursor: pointer;
  margin-top: 41px;
  opacity: 0.7;
  top: 40% !important;

}
.upset .slick-next,.upset .slick-next::before {
  width: 42px;
  height: 42px;
  background: url("images/next.png") no-repeat !important;
  display: none;
  cursor: pointer;
  margin-top: 21px;
  opacity: 0.7;
  top: 40% !important;

}

.descactu .slick-next, .descactu .slick-next::before {

  top:31% !important;

}
.descactu .slick-prev, .descactu .slick-prev::before {

  top:31% !important;

}
.imagelist .slick-next, .imagelist .slick-next::before {

  top:31% !important;

}
.imagelist .slick-prev, .imagelist .slick-prev::before {

  top:31% !important;

}
.clicktoplay{
      min-width: var(--clickToPlay-size);
      min-height: var(--clickToPlay-size);
      border-radius: 50%;
      background-image: url("chrome://global/skin/media/playButton.svg");
      background-repeat: no-repeat;
      background-position: 54% 50%;
      background-size: 40% 40%;
      background-color: #1a1a1a;
      -moz-context-properties: fill;
      fill: #fff;
      opacity: 0.8;
      position: relative;
      top: 20px;
}
.readMore .addText {
  display: none;
}
.upset .slick-prev {
  top: 40% !important;

}
.upset .slick-next {
  top: 40% !important;

}
.p-fixer{
  padding: 0px 60px 0px 60px;
}
.text-myerror{color:Red}
.price-pack-items {
  font-size: 20px;
}
.pack .slick-next::before{

  background-color: white;
  color:#192c4a !important;
}
.vertical-center-3 .slick-prev::before{

  background-color: white;
  color:#192c4a !important;
}
.vertical-center-3 .slick-prev, .vertical-center-3 .slick-next{
  top: 75%;
  padding-left:10px

}
.content-inof-day{
 max-width: 30%;
 margin-left:10px;

}
.slider-presentation .slick-prev,.slider-presentation .slick-next{
width: 54px;

}
.flash-main .slick-prev,.flash-main .slick-next{
width: 54px;

}
.toggledatge{
  width: 100%;
}
.toggledatge .datelr .content-value-price-travel-list,.content-value-price-travel-list{
 float:right;
 font-size: 16px;
}

.modal-dialog {
  width: 65%;
}

.route-contenu{
  width: 33%;
}

.layer.agence-layer{
  width:100%; height:100%; background-color: rgb(26, 45, 74, 0.9);
}

.content-prefix-agence.agence-title{
  width:25%;
}

.content-prefix-agence.agence-title h3{
  color:#FFF; font-weight:700; text-align:center; font-size:20px; text-shadow: #000000 1px 1px;
}

.container-info-agence.list-route{
  margin: 15px;  display: flex;  flex-wrap: wrap;  width: 75%;
}

.c-agence{
  text-align:center; background:#5584E1; padding:15px; height:100%; margin: 4px 4px 21px;
}

.item-agence{
  display: flex; flex-direction: column; justify-content: space-between; height: 96%;
}

.content-name-agence h4{
  font-weight:700;
}

.content-description-agence p{
  text-align:center; font-weight:bold;color: #ffffff;
}

.point-connected{
  width:20px; background:#CCC; height:20px; border-radius:10px; margin:0 auto
}

@media screen and (max-width:740px){
  .contentelt, .holder {
    margin-bottom: -38px !important;
  }

  .pack .svert.vertical-center-3.slider.row.day.slick-initialized.slick-slider button.slick-prev.slick-arrow{
    margin: -20px 0 0 35px !important;
  }
  .pack .svert.vertical-center-3.slider.row.day.slick-initialized.slick-slider button.slick-next.slick-arrow{
    margin: -22px 78px 0 0 !important;
  }
  .slider.slider-nav.slick-initialized.slick-slider .slick-list.draggable .slick-track .slick-slide .sthumbimagespack {
  height: 60px !important;
  }
  .fs .flash-main .slider.slider-nav.slick-initialized.slick-slider button.slick-prev {
    top: 7px !important;
    margin-left: 2px !important;
  }
  .fs .flash-main .slider.slider-nav.slick-initialized.slick-slider button.slick-next {
    top: 7px !important;
    margin-right: 1px !important;
  }

   .tabpans1b.row.tab-pane.active table {
    height: auto !important;
    width: 100% !important;
   }
   .modal.fade.in .modal-dialog {
     width: 100% !important;
   }
   .gal-item img {
    width: 26px;
    position: absolute;
    right: 10px;
    top: 15px;
    margin-bottom: 20px !important;
  }
  .option-elt-container.transport .total-option.location-option {
    margin-top: 2.5rem !important;
    max-height: 132px;
  }
  .total-option.location-option h4 {
    margin-top: -30px;
  }

  /*1*/
  #Quebec-centre-entre-amis-ou-famille1b p {
    margin: 0 !important;
  }
  /* 2 */
  .tabpans1b.row.tab-pane.active {
    padding: 0% !important;
  }
}


.row{
  margin: 0 !important;
}
.row.content-info-btn-mdp {
    margin-bottom: 1rem!important;
}

.content-info-btn-mdp div a {
    text-transform: uppercase;
    background: #ed4344;
    color: #fff;
    border: none;
    border-radius: unset;
}

.content-info-btn-mdp div a:hover {
    background: #ed4344;
}

footer{
  color: #ffffff;
  font-family: montserrat;
  background-color: #0c1f3a;
}
footer > div.container-fluid{
  padding: 0 !important;
}
footer .d-bloc{
  display: block;
  margin-bottom: 2px;
}
.footer-head{
  background-color: #192d4a;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #0c1f3a;
  flex-wrap: wrap;
}
.maj,.footer-title{
  text-transform: uppercase;
}

footer ul{
  list-style: none;
}
.lot a{
  color: white;
}
.lot a:focus{
  text-decoration: none;
}
.footer-head span.maj {
  padding-bottom: 15px;
  padding-top: 15px;
  font-size: 15px;
  margin: 0;
  margin-left: 10px;
  display: inline-block;
  /* vertical-align: middle; */
}
.footer-body{
  background-color: #0c1f3a;
  width: 90%;
  margin-top: 30px;
  margin: 30px auto 15px auto !important;
}
/* div.footer-title .contact-us,.g-condition{
    padding-left: 40px;
} */
.w-50:hover{
  opacity: 0.8;
  cursor: pointer;
}
.w-50{
  border-right: 1px solid #0c1f3a;
  width: 50%;
  border-left: 1px solid #0c1f3a;
  display: flex;
  justify-content: center;
}
.w-50 img {
  max-height: 50px;
  align-self: center;
}
.w-50 i{
  margin-left: 3px;
}
.w-50 a{
  display: flex;
}
.condition{
  color: #6d7a8c;
  padding-top: 5px;
}
.g-condition span{
  margin-right: 20px;
}
.footer-foot{
  height: 56px;
  line-height: 35px;
  padding: 5px;
  background-color: #ffffff;
}
ul.social{
  display: flex;
}
ul.social li{
  font-size: 24px;
  margin-right: 10px;
}
.coordonne{
  margin-bottom: 30px;
}
ul.lot li{
  display: flex;
}
ul.lot li span{
  width: 6%;
}

ul.lot li span>img{
  filter: invert(21%) sepia(100%) saturate(7092%) hue-rotate(359deg) brightness(97%) contrast(72%)!important
}

ul.lot li p{
  margin-left: 8px;
  font-size: 13px;
  line-height: 2.5;
}
.paragraph-footer{
  font-size: 13px;
}
footer span.fa{
  font-size: 20px;
  color: #ee4344;
}
.footer-title{
  font-size: 20px !important;
  font-weight: 600;
}
.subscribe input{
  width: 66%;
  height: 36px;
  border: 1px solid #506481;
  background: transparent;
  color: white;
}
.follow{
  background-color: #ee4344;
  border: none;
  padding: 10px;
  margin-left: 8px;
  height: 37px;
  line-height: 17px;
  font-size: 14px;
}
button.envoyer{
  background-color: #ee4344;
  border: none;
  padding: 5px 20px;
  height: 37px;
  margin-top: 15px;
  line-height: 20px;
  font-size: 14px
}
.demande{
  width: 90%!important;
  margin: 0px auto;
  padding: 30px 0px 30px 40px;
}
.demande p, .submit{
  text-align: center;
}
.demande p.p-two{
  margin-bottom: 25px;
}
.champ{
  padding-left: 15px;
}
.champ label, .message label{
  display: block;
  color: #ffffff;
  font-weight: 600!important;
}
.champ input, .message textarea{
  border: 1px solid #506481;
  background-color: #0c1f3a;
}
.message textarea{
  width: 98%;
}
.champ input{
  padding: 6px;
}
.no-pad{
  padding: 0 !important;
}
.message{
  margin-top: 20px;
}
.w-nom{
  width: 90%;
}
.w-prenom{
  width: 95%;
}
.w-courriel{
  width: 90.5%;
}
.bg-online{
  background-color: #192d4a;
  display: none;
}
.payement{
  margin-top: 20px;
  padding-right: 5px;
}
footer .payement ul{
  display: flex;
}
footer .payement ul li{
  margin-left: 10px;
}
/* footer .payement ul li img{
    max-height: 35px;
} */
.imgArrow{
  max-height: 41px !important;
}
.r-condition p{
  display: inline-block;
}
.r-condition ul.our-partner{
  display: inline-flex;
}
.r-condition ul.our-partner li:first-child{
  order: 2;
}
.r-condition ul.our-partner li img{
  max-width: 110px;
  max-height: 50px;
  margin-left: 25px;
  position: relative;
  bottom: 6px;
}

.paragraph-footer img{
  background: #ee4344;
  border-radius: 100%;
  width: 100%;
  max-width: 75px;
  position: absolute;
  left: -18%;
  bottom: 57%;
}
.w-50 a{
  color: white;
}
.text-cpright{
  text-align: center;
  font-size: 12px;
  margin-top: 15px;
}

.footer-head .w-50 img {
    max-height: 50px;
    align-self: center;
    filter: invert(1) sepia(1) saturate(1) hue-rotate(175deg)!important;
}

@media screen and (max-width:740px){
  .text-cpright p {
    line-height: 12px;
    margin-top: 10px !important;
  }
}
.text-cpright p{
  line-height: 12px;
}
.g-condition span a{
  color: #6d7a8c;
}
.g-condition span a:hover{
  color: black;
  text-decoration: underline;
  cursor: pointer;
}
.g-condition span a:visited{
  color: #6d7a8c;
}
.link-fff{
  color: #ffffff !important;
}
.link-fff:hover{
  color: #ee4344 !important;
  opacity: 1 !important;
}
@media only screen and (min-width: 426px) and (max-width: 768px) {
  footer div.subscribe form{
    display: flex;
  }
  .paragraph-footer img {
    left: -26%;
  }
  .g-condition, .r-condition{
    display: flex;
    justify-content: center;
  }
  .footer-head h3.maj {
    font-size: 13px;
  }
}
@media  screen and (max-width: 768px) {
  .r-condition ul.our-partner li img{
    margin-top: 20px;
  }
  .content-elt-info-supplement:first-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .content-elt-info-supplement{

  }
}
@media  screen and (max-width: 1230px) {
  .g-condition span {
    margin-right: 20px;
    font-size: 12px;
  }
}
@media screen and (max-width: 425px){
  footer .footer-phone{
    width: 95% !important;
  }
  .paragraph-footer img{
    display: none !important;
  }
  .g-condition{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .w-breaker{
    width: 100%;
  }
  ul.lot li p {
    margin-left: 4px;
    font-size: 10px;
  }
  .footer-title {
    font-size: inherit;
  }
  .paragraph-footer {
    font-size: 10px;
  }
  footer p {
    font-size: 11px !important;
  }
  .footer-head h3.maj {
    font-size: 7px;
    margin-left: 0;
  }
  .w-50 img {
    max-height: 35px;
  }
  .follow {
    height: 30px;
    line-height: 10px;
  }
  .subscribe input {
    height: 30px;
    width: 60%;;
  }
  .imgArrow {
    max-height: 25px !important;
  }
  .demande p.p-two {
    margin-bottom: 20px;
    font-size: 11px;
  }
  footer .demande {
    padding: 15px 0px 30px 0px;
  }
  .demande p.footer-title {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 375px){
  .demande {
    padding: 15px 0px !important;
  }
  .footer-head h3.maj {
    font-size: 6px;
  }
  .footer-head h3.maj i{
    margin-left: 0.5rem;
  }
  footer .footer-phone{
    width: 90% !important;
  }
}
@media screen and (max-width: 320px){
  .g-condition {
    justify-content: inherit;
  }
  .subscribe input {
    width: 54%;

  }
}
@media screen and (max-width:740px
){
  /*input page 1*/

  .subscribe form {
    display: block ruby;
  }

  .subscribe input {
    height: 31px !important;
    width: 61% !important;
    margin-left: -77px important;
    margin-bottom: 5px important;
  }
  .subscribe button.follow.maj {
    margin-top: 10px;
  }

  .payement {
    margin-top: 6px !important;
    padding-right: 5px !important;
  }

  /* 3 */
  .row.footer-foot .condition .g-condition span:first-child {
    margin-right: 50px !important;
  }


  /* .reponse{
      width: 100vw;
  }
  .group-trip h2 {
  font-size: 14px;
  margin-bottom: 25px;
  }
  .col-md-8.col-xs-8.group .col-md-4.col-xs-4.no-pad{
      width: 100vw;
  } */

}

/* Parrainage */

.parrainage{
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.parrainage .row{
  display: flex;
}

.parrainage label{
  text-align: left;
  font-weight: bold !important;
}

.parrainage input{
  padding: 10px;
  border: 1px solid #0008;
}

.dropdown-mac {
  position: absolute;
  top: 8%;
  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: transparent;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 7px;
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 11px 92px rgb(0 0 0 / 18%);
}

.trip-step-day .open > .dropdown-menu.dropdown-mac {
  width: 100.6%;
  padding: 1px 0;
  border-radius: 7px;
}

.trip-step-day ul.dropdown-mac, 
.trip-step-day ul.dropdown-mac>li>span,
.trip-step-day ul.dropdown-mac ul li {
    color: #000;
    /*background: #F0EFEF;*/
}

.trip-step-day ul.dropdown-mac ul li:hover {
    background: #1885F1;
    color: #fff;
}

@media screen and (prefers-color-scheme: light) {
  .trip-step-day ul.dropdown-mac {
    color: #000;
    
  }
  .trip-step-day .open > .dropdown-menu.dropdown-mac {
    width: 100.6%;
    padding: 1px 0;
    border-radius: 8px;
    background: rgba(211, 211, 211, 0.97);
  }
  .trip-step-day ul.dropdown-mac ul li:hover {
    border-radius: 4px;
  }

  .trip-step-day ul>li>span.lfirst {
    display: block;
    border-radius: 4px;
  }
}
@media screen and (prefers-color-scheme: dark) {
  .trip-step-day ul.dropdown-mac li {
    color: #fff!important;
    
  }
  .trip-step-day .open > .dropdown-menu.dropdown-mac {
    width: 100.6%;
    padding: 3px;
    border-radius: 8px;
    background: rgba(45, 45, 45, 0.97);
  }

  .trip-step-day ul.dropdown-mac ul li:hover {
    border-radius: 4px;
  }

  .trip-step-day ul>li>span.lfirst {
    display: block;
    border-radius: 4px;
  }
}

.feature-item-modal a{
  display:  block;
  height: 105px;
}

.feature-item-modal a img{
  object-fit: cover;
  object-position: center;
  height: 100% !important;
}

.footer-head .col-4 a{
  display: flex;
  color: white;
}

.footer-head .col-4:hover{
  opacity: .8;
}

.footer-head .col-4:hover > a{
  text-decoration: none;
}

.footer-head .col-4{
  width: calc(100% / 3);
  text-align: center;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.footer-head .col-4 img{
  align-self: center;
  filter: invert(1) sepia(1) saturate(1) hue-rotate(175deg);
}

@media (max-width: 500px) {
  .footer-head .col-4{
    width: 100%;
  }
}

.res_place{
  display: flex;
  padding: 0;
  text-transform: uppercase;
  color: white;
  background-color: #079cf3;
}

.res_place span:nth-child(1){
  display: inline-block;
  text-align: center;
  width: 85%;
  padding: 1rem 0;
}

.res_place span:nth-child(2){
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 15%;
  background-color: white;
  color: #1ac1ff;
}

.res_place:hover,
.res_place:focus{
  color: white;
  text-decoration: none;
}

.container-info-transfer{
  display:flex; justify-content:space-between; align-items:center
}

.alert-danger {
    width: 100%;
}

.alert-success {
    width: 100%;
}
.pickup {
    width: 542px;
    display: flex;
}
#pickup {
    width: 300px;
}
.plus-qty {
    font-weight: 700;
    font-size: x-large;
    position: relative;
    left: 118px;
    top: 0px;
    text-align: right;
}
.moins-qty{
    font-size: x-large;
    position: relative;
    left: 55px;
    top: 0px;
}
.qty-pickup {
    position: relative;
    width: 100px !important;
    left: 90px
}
.transfercar-modal {
    /*width: 738px !important;
    height: 636px !important;*/
    position: relative;
    left: 0;
}
.form-control {
    width: 100%;
}
.btn-add-car-transfer {
    left: -85px;
    position: relative;
}
.modal-content.init-dom-transfert.transfercar-modal .form-group label {
    line-height: 0rem;
}
.transfer-close{
    position: absolute;
    font-size: xx-large;
    left: 547px;
    top: -6px;
}

.pickup #pickup{
    width: 50%;
    padding: 0 1rem 0 0;
}

#pickup.form-group input, #pickup.form-group textarea{
    width: 100%;
}

.container-listcar{
  display: flex;
  flex-direction: row;
}

.car-action{
  display: flex;
  justify-content: left;
}

.layer-agence{
  width:100%;
  height:100%;
  background-color: rgb(26, 45, 74, 0.9);
}

.row-agence{
  margin-top:20px;
  width:100%; 
  height:100%;
}

.info-agence{
  display:flex; 
  justify-content:space-between; 
  align-items:center
}

.container-info-agence.departure-agency{
  margin: 15px;  
  display: flex;  
  flex-wrap: wrap;  
  width: 75%; max-height: 412px; 
  overflow: auto;
}

.container-info-agence.departure-agency .info{
  width: 33%;
}

.ncontent-name-car-options{
  width: 50%;
}

.ncontent-name-car-options h5{
  font-size: 30px; 
  text-transform: uppercase; 
  font-weight: bold; 
  text-align: center;
}

.ncontent-company-options h6{
  font-size: 18px; 
  font-weight: 700; 
  text-align: center;
}

.row.info-option-car{
  display:flex; 
  justify-content:space-between; 
  flex-wrap:wrap; 
  padding:20px;
}

.row.info-option-car .content-info-option{
  width: 50%;
}

.row.info-option-car .content-info-option label{
  vertical-align:top; 
  text-transform:capitalize; 
  margin-left:2%; 
  font-weight:bold !important;
}

.input-group-btn:last-child > .btn{
  border-radius: 4px!important;
}

.form-group.row .col-xs-2.price label{
  text-align: right;
}

#alertpanier .modal-dialog.modal-sm .modal-content{
  width: 480px;
}