@charset "UTF-8";
/* colors.scss */
/* #D2D3D3;*/
/* end colors.scss */
/*fonts.scss */
@import url(//fonts.googleapis.com/css?family=Exo);
@import url(//fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900,900i);
/* end fonts.scss */
/* colors.scss */
/* #D2D3D3;*/
/* end colors.scss */
/* forms.scss */
.btn {
  border-radius: 30px;
}

.form-control {
  -webkit-appearance: none;
  line-height: 22px !important;
}
.form-control:focus {
  outline: 0;
}

.form-group {
  position: relative;
}
.form-group.form-group-xs {
  margin-bottom: 10px;
}
.form-group.form-group-xs .form-label {
  top: 20px;
  left: 28px;
}
.form-group.form-group-xs .form-control {
  height: 40px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 25px;
}
.form-group.form-group-xxs {
  margin-bottom: 10px;
}
.form-group.form-group-xxs .form-label, .form-group.form-group-xxs .form-group.form-group-xxs .form-control {
  font-size: 12px;
}
.form-group.form-group-xxs .form-label {
  top: 15px;
  left: 15px;
}
.form-group.form-group-xxs .form-control {
  height: 30px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 13px;
}
.form-group .form-offset-bottom-none {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .form-group {
    margin-bottom: 5px;
  }
}
.form-label {
  position: absolute;
  top: 25px;
  left: 20px;
  font-size: 14px;
  color: #888;
  pointer-events: none;
  z-index: 1;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.form-label.focus {
  opacity: 0;
}
.form-label.auto-fill {
  color: #888;
}

label {
  margin-bottom: 10px;
  font-weight: 400;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.form-control {
  font-size: 14px;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .input-sm:focus, .input-group-sm > .form-control:focus,
.input-group-sm > .input-group-addon:focus,
.input-group-sm > .input-group-btn > .btn:focus,
.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-lg:focus,
.input-group-lg > .form-control:focus,
.input-group-lg > .input-group-addon:focus,
.input-group-lg > .input-group-btn > .btn:focus,
.form-control,
.form-control:focus {
  box-shadow: none;
}

textarea.form-control {
  height: 170px;
  min-height: 50px;
  max-height: 370px;
  resize: vertical;
  line-height: 1.2;
}

.form-group.form-group-xs textarea.form-control {
  padding-top: 12px;
}

.form-control {
  -webkit-appearance: none;
  line-height: 30px;
}

.form-control:focus {
  outline: 0;
}

.form-group {
  position: relative;
}

.form-group.form-group-xs {
  margin-bottom: 10px;
}

.form-group.form-group-xs .form-label {
  top: 20px;
  left: 28px;
}

.form-group.form-group-xs .form-control {
  height: 40px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 25px;
}

.form-group.form-group-xxs {
  margin-bottom: 10px;
}

.form-group.form-group-xxs .form-label, .form-group.form-group-xxs .form-control {
  font-size: 12px;
}

.form-group.form-group-xxs .form-label {
  top: 15px;
  left: 15px;
}

.form-group.form-group-xxs .form-control {
  height: 30px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 13px;
}

@media (max-width: 767px) {
  .form-group {
    margin-bottom: 5px;
  }
}
.form-group.form-offset-bottom-none {
  margin-bottom: 0;
}

.form-label {
  position: absolute;
  top: 25px;
  left: 20px;
  font-size: 14px;
  color: #888;
  pointer-events: none;
  z-index: 1;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form-label.focus {
  opacity: 0;
}

.form-label.auto-fill {
  color: #888;
}

@media (min-width: 768px) {
  .form-label-outside {
    position: static;
  }

  .form-label-outside, .form-label-outside.focus, .form-label-outside.auto-fill {
    -webkit-transform: none;
    transform: none;
    color: #888;
    font-size: 14px;
  }
}
.form-validation {
  position: absolute;
  right: 22px;
  top: 2px;
  font-weight: 400;
  font-size: 10px;
  line-height: 11px;
  color: #d9534f;
  margin-top: 2px;
  transition: 0.3s;
  z-index: 1;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control:not(.form-control-impressed), .has-error .form-control:not(.form-control-impressed):focus {
  border-color: #f2dede;
  box-shadow: none;
}

.has-error .form-control-impressed, .has-error .form-control-impressed:focus {
  box-shadow: inset 0 0 0 1px #f2dede;
}

.has-error .input-group-addon {
  color: #fff;
  border-color: #f2dede;
  background-color: #f2dede;
}

.has-error .input-group-btn > .btn {
  border-color: #f2dede;
  background: #f2dede;
}

.has-error .form-validation {
  color: #a94442;
}

.modal .modal-body label {
  color: #404040 !important;
}

/* end form.scss */
/*nav_dropdown.scss*/
/*
.dropdown:hover>.dropdown-menu {
	@media (min-width:991px) {
		display:block;
	}
}
*/
/* colors.scss */
/* #D2D3D3;*/
/* end colors.scss */
@media (max-width: 990px) {
  .page-wrapper .navbar .navbar-collapse {
    max-width: 100%;
    padding: 15px 15px 0px 15px;
    background: rgba(0, 0, 0, 0.8);
  }
  .page-wrapper .navbar .navbar-collapse .navbar-nav .nav-link.head-nav {
    float: left !important;
    display: block;
    width: 80% !important;
  }
  .page-wrapper .navbar .navbar-collapse .navbar-nav .nav-link.head-nav.active {
    color: #009fab;
    border-bottom: none !important;
  }
  .page-wrapper .navbar .navbar-collapse .navbar-nav .nav-link.dropdown-toggle {
    float: left !important;
    width: 20%;
    height: 25px;
    text-align: right;
  }
  .page-wrapper .navbar .navbar-collapse .navbar-nav .nav-link.dropdown-toggle:after {
    content: "";
    display: block;
    clear: both;
    text-align: center;
    right: 15px;
    position: absolute;
  }
  .page-wrapper .navbar .navbar-collapse .navbar-nav .dropdown-menu {
    margin-top: 40px;
  }
  .page-wrapper .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    white-space: unset;
  }
  .page-wrapper .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item:not(:last-child) {
    border-bottom: rgba(0, 0, 0, 0.2) 1px solid;
  }
}
@media (min-width: 991px) {
  .dropdown-toggle {
    display: none;
  }

  .navbar-nav .nav-item:first-child .dropdown-menu {
    left: 0px !important;
    right: unset !important;
  }
  .navbar-nav .nav-item .dropdown-menu {
    background: #727272;
    color: #fff;
    left: unset;
    right: 0px !important;
    border: solid 1px #fff;
  }
  .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    color: #fff;
  }
  .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #727272 !important;
    color: #009fab;
  }
}
/*end nav_dropdown.scss */
@keyframes prg_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes prg_fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes carousel_captions_left_in {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes carousel_captions_left_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes carousel_captions_right_in {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes carousel_captions_right_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes carousel_captions_top_in {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes carousel_captions_top_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes carousel_captions_bottom_in {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes carousel_captions_bottom_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes carousel_captions_fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes carousel_captions_fade_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* reference */
/*
animation-name: prg_fadeIn;
animation-iteration-count: 1;
animation-timing-function: ease-in;
animation-duration: 2s;
*/
.component.carousel .flexslider .flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: "";
  opacity: 0;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.component.carousel .flexslider[data-captions="0"] .slides .meta {
  display: none;
}
.component.carousel .flexslider[data-captions="1"] .slides li {
  position: relative;
}
.component.carousel .flexslider[data-captions="1"] .slides li .meta {
  position: absolute;
  left: 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.component.carousel .flexslider[data-captions="1"] .slides li p {
  margin-top: 17px;
  padding: 20px;
  font-size: 30px;
  font-weight: 600;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: carousel_captions_out;
  animation-name: carousel_captions_out;
}
.component.carousel .flexslider[data-captions="1"] .slides li.flex-active-slide p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: carousel_captions_in;
  animation-name: carousel_captions_in;
}
.component.carousel .flexslider[data-captions="1"][data-captionsposition="1"] .slides li .meta {
  top: 20px;
}
.component.carousel .flexslider[data-captions="1"][data-captionsposition="0"] .slides li .meta {
  bottom: 20px;
}
.component.carousel .flexslider[data-captions="1"][data-captionsanimation=left] .slides li p {
  -webkit-animation-name: carousel_captions_left_out;
  animation-name: carousel_captions_left_out;
}
.component.carousel .flexslider[data-captions="1"][data-captionsanimation=left] .slides li.flex-active-slide p {
  -webkit-animation-name: carousel_captions_left_in;
  animation-name: carousel_captions_left_in;
}
.component.carousel .flexslider[data-captions="1"][data-captionsanimation=right] .slides li p {
  -webkit-animation-name: carousel_captions_right_out;
  animation-name: carousel_captions_right_out;
}
.component.carousel .flexslider[data-captions="1"][data-captionsanimation=right] .slides li.flex-active-slide p {
  -webkit-animation-name: carousel_captions_right_in;
  animation-name: carousel_captions_right_in;
}
.component.carousel .flexslider[data-captions="1"][data-captionsanimation=vertical][data-captionsposition="1"] .slides li p {
  -webkit-animation-name: carousel_captions_top_out;
  animation-name: carousel_captions_top_out;
}
.component.carousel .flexslider[data-captions="1"][data-captionsanimation=vertical][data-captionsposition="1"] .slides li.flex-active-slide p {
  -webkit-animation-name: carousel_captions_top_in;
  animation-name: carousel_captions_top_in;
}
.component.carousel .flexslider[data-captions="1"][data-captionsanimation=vertical][data-captionsposition="0"] .slides li p {
  -webkit-animation-name: carousel_captions_bottom_out;
  animation-name: carousel_captions_bottom_out;
}
.component.carousel .flexslider[data-captions="1"][data-captionsanimation=vertical][data-captionsposition="0"] .slides li.flex-active-slide p {
  -webkit-animation-name: carousel_captions_bottom_in;
  animation-name: carousel_captions_bottom_in;
}
.component.carousel .flexslider[data-captions="1"][data-captionsanimation=fade] .slides li p {
  -webkit-animation-name: carousel_captions_fade_out;
  animation-name: carousel_captions_fade_out;
}
.component.carousel .flexslider[data-captions="1"][data-captionsanimation=fade] .slides li.flex-active-slide p {
  -webkit-animation-name: carousel_captions_fade_in;
  animation-name: carousel_captions_fade_in;
}
.component.carousel .flexslider[data-captions="1"][data-controlnavposition=inside] .flex-control-paging {
  bottom: 0px;
}
.component.carousel .flexslider[data-captions="1"][data-controlnavposition=right] .flex-control-paging {
  top: 46%;
  right: 15px;
  width: 10px;
  vertical-align: center;
}

/*main.scss */
section.section-no-padding {
  padding: 0px;
}
section.section-no-padding .container, section.section-no-padding .container-fluid {
  padding: 0px;
}
section.section-no-padding .row {
  max-width: 100%;
}
section.section-no-padding .col-12, section.section-no-padding .col-sm-12, section.section-no-padding .col-md-12, section.section-no-padding .col-lg-12, section.section-no-padding .col-xl-12 {
  padding: 0px;
}

.btn-primary {
  background: #009fab;
  border-color: #009fab;
  transition: background 0.2s, border-color 0.2s;
}
.btn-primary:hover {
  background-color: #0c729c;
  border-color: #af562d;
}

a:hover {
  color: #0c729c;
  transition: color 0.2s;
}

.btn {
  min-width: 185px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 9px 20px;
  font-size: 12px;
  line-height: 21px;
  border-radius: 30px;
  transition: 0.3s ease-out;
}

.h1, h1 {
  font-size: 36px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .h1, h1 {
    line-height: 1.2;
    font-size: 60px;
  }
}

h2, .h2 {
  font-size: 30px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  h2, .h2 {
    line-height: 1.25;
    font-size: 48px;
  }
}

h3, .h3 {
  font-size: 24px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  h3, .h3 {
    line-height: 1.38889;
    font-size: 36px;
  }
}

h4, .h4 {
  font-size: 24px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  h4, .h4 {
    line-height: 1.23333;
    font-size: 30px;
  }
}

h5, .h5 {
  font-size: 20px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  h5, .h5 {
    line-height: 1.33333;
    font-size: 24px;
  }
}

h6, .h6 {
  font-size: 17px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  h6, .h6 {
    line-height: 1.27273;
    font-size: 22px;
  }
}

h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a,
h6 a, .h6 a {
  transition: 0.3s all ease;
}
h1 a:hover, .h1 a:hover,
h2 a:hover, .h2 a:hover,
h3 a:hover, .h3 a:hover,
h4 a:hover, .h4 a:hover,
h5 a:hover, .h5 a:hover,
h6 a:hover, .h6 a:hover {
  color: #1F9B9A;
}
h1 .small, .h1 .small,
h2 .small, .h2 .small,
h3 .small, .h3 .small,
h4 .small, .h4 .small,
h5 .small, .h5 .small,
h6 .small, .h6 .small {
  color: #333;
}

img {
  max-width: 100%;
}

h5 {
  color: #727272;
}

body {
  font-family: "Exo", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #7c8a97;
}

pre {
  color: #fff;
}

.brand-logo {
  max-height: 5em;
}

.bg-dark {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.navbar {
  font-size: 14px;
}
.navbar.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  text-transform: uppercase;
  border-bottom: 0.25em solid transparent;
}
.navbar.navbar-dark .navbar-nav .nav-link.active {
  border-bottom: 0.25em solid #1F9B9A;
}
.navbar.navbar-dark .navbar-nav .nav-link:hover {
  border-bottom: 0.25em solid #1F9B9A;
}
.navbar.navbar-dark .navbar-nav .dropdown-item {
  font-size: 14px;
  text-transform: uppercase;
}

.text-small {
  font-size: 14px;
}

.text-big {
  font-size: 18px;
}

.card {
  padding: 15px;
  color: #727272;
  text-align: justify;
  margin-bottom: 25px;
}
.card h4 {
  margin-top: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}
.card .card-body {
  color: #000;
}

.badge-primary {
  background: #0c729c;
}

select {
  background: #f7fdff !important;
  height: calc(1.75rem + 4px) !important;
  padding: 7px 7px !important;
  border-radius: 0px !important;
  background: #fff !important;
}

.form-label-group input {
  border-radius: 0px !important;
  line-height: 22px !important;
}
.form-label-group label {
  margin-top: 0px !important;
  z-index: 3;
}

.form-label-group-select select {
  padding: 14px 7px 0px !important;
  height: 46px !important;
}
.form-label-group-select select option {
  line-height: 30px;
}

.form-label-group-select select ~ label {
  top: 4px;
  left: 22px;
  border-radius: 0px !important;
}

.fakeFa {
  vertical-align: text-top;
  width: 15px;
  margin: 0px 5px;
}

.hidden-front {
  display: none !important;
}

.thumbnail-classic .figure {
  max-width: 370px;
  margin: 0 auto 25px auto;
  position: relative;
  display: block;
  border-radius: 5px;
}
.thumbnail-classic .figure img {
  width: 100%;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .thumbnail-classic .figure {
    margin-bottom: 70px;
  }
}
.thumbnail-classic .figure:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.9), transparent);
  background-image: -o-linear-gradient(0deg, rgba(0, 0, 0, 0.9), transparent);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9), transparent);
}
.thumbnail-classic .figcaption {
  position: absolute;
  left: 10px;
  bottom: 18px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  color: #DDD;
}

.row.nomargin {
  margin: 0px;
}

.nopadding {
  padding-left: 0px;
}

.bg-overlay-darker {
  background: rgba(0, 0, 0, 0);
}

.bg-overlay-darkers {
  background: rgba(0, 0, 0, 0);
}

.bg-overlay-inverse-md-darker {
  background: rgba(0, 0, 0, 0.35);
}
@media (min-width: 992px) {
  .bg-overlay-inverse-md-darker {
    background: transparent;
  }
}

.ui-to-top {
  width: 50px;
  height: 50px;
  position: fixed;
  display: block;
  right: 0px;
  bottom: -22px;
  margin-right: 100px;
  margin-bottom: 0px;
  background: #009fab;
  z-index: 2;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  opacity: 0;
  cursor: pointer;
  transition: margin-bottom 0.7s, opacity 0.7s;
}
.ui-to-top i, .ui-to-top svg {
  margin-top: 15px;
}
.ui-to-top.active {
  margin-bottom: 50px;
  opacity: 1;
  transition: margin-bottom 0.5s, opacity 0.5s;
}
@media (max-width: 460px) {
  .ui-to-top {
    display: none;
  }
}

.gauto-btn {
  color: #d2260b !important;
  cursor: pointer;
}
.gauto-btn:hover {
  color: #fff !important;
}
@media (max-width: 575px) {
  .gauto-btn {
    font-size: 12px;
    margin: 0px;
    padding: 8px;
  }
}

.top-main-header-area {
  padding: 8px 0px !important;
}
.top-main-header-area .site-logo img {
  height: 66px !important;
  width: 187px !important;
}

#ui-to-top {
  display: none;
}

.flex-direction-nav a {
  height: 60px !important;
}

@media (min-width: 576px) {
  .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}
@media (max-width: 575px) {
  #page-home .collapse.dont-collapse-xs {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}

/************************************************home***************************************/
@media (max-width: 575px) {
  #page-home #carousel {
    margin-bottom: 20%;
  }
}
@media (min-width: 576px) {
  #page-home #carousel {
    margin-bottom: 50%;
  }
}
@media (min-width: 768px) {
  #page-home #carousel {
    margin-bottom: 22%;
  }
}
@media (min-width: 1200px) {
  #page-home #carousel {
    margin-bottom: 0%;
  }
}
#page-home #carousel .overlay > .shell {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0px !important;
  position: relative;
}
#page-home #carousel .overlay > .shell #engineContainer {
  position: absolute;
  width: 100%;
}
@media (max-width: 575px) {
  #page-home #carousel .overlay > .shell #engineContainer {
    top: 20%;
    margin-bottom: 200px;
  }
}
@media (min-width: 576px) {
  #page-home #carousel .overlay > .shell #engineContainer {
    top: 31%;
  }
}
@media (min-width: 768px) {
  #page-home #carousel .overlay > .shell #engineContainer {
    top: 50%;
  }
}
@media (min-width: 1024px) {
  #page-home #carousel .overlay > .shell #engineContainer {
    top: 40%;
  }
}
#page-home #carousel .overlay > .shell #engineContainer #engineShell {
  margin: 0 auto;
}
@media (min-width: 1201px) {
  #page-home #carousel .overlay > .shell #engineContainer #engineShell {
    max-width: 1200px;
  }
}
@media (max-width: 1200px) {
  #page-home #carousel .overlay > .shell #engineContainer #engineShell {
    max-width: 90% !important;
  }
}
#page-home #carousel .overlay > .shell #engineContainer #engineShell .component > .row {
  margin: 0px !important;
}
#page-home #carousel .overlay > .shell #engineContainer #engineShell .component > .row #horizontalEngine.home {
  padding: 4px !important;
}
#page-home #carousel .overlay > .shell #engineContainer #engineShell .component > .row #horizontalEngine.home > .row {
  margin: 0px;
}
#page-home #carousel .overlay > .shell #engineContainer #engineShell .component > .row #horizontalEngine.home > .row #categoryThumbs {
  background-size: cover;
}
@media (max-width: 575px) {
  #page-home #carousel .overlay > .shell #engineContainer #engineShell .component > .row #horizontalEngine.home {
    padding: 10px 5px 40px 5px !important;
  }
}
#page-home #carousel .overlay > .shell #engineContainer #engineShell .component > .row #horizontalEngine .formRow {
  margin-top: 15px !important;
}
#page-home #carousel .overlay > .shell #engineContainer #engineShell .component > .row #horizontalEngine .formRow input, #page-home #carousel .overlay > .shell #engineContainer #engineShell .component > .row #horizontalEngine .formRow select {
  border: 2px solid #f0f0ff !important;
  transition: border 0.4s;
}
#page-home #carousel .overlay > .shell #engineContainer #engineShell .component > .row #horizontalEngine .formRow input:focus, #page-home #carousel .overlay > .shell #engineContainer #engineShell .component > .row #horizontalEngine .formRow select:focus {
  border: 2px solid #ec3323 !important;
  transition: border 1s;
}
@media (max-width: 767px) {
  #page-home #carousel .overlay > .shell #engineContainer #engineShell .component > .row #horizontalEngine .formRow {
    margin-left: 0px;
    margin-right: 0px;
  }
}
#page-home #carousel .overlay > .shell #engineContainer #engineShell .component > .row #horizontalEngine .formRow input {
  line-height: 22px !important;
}
#page-home #carousel .overlay > .shell #engineContainer #engineShell .component > .row #horizontalEngine .formRow .input-group-append .input-group-text {
  border: 2px solid #f0f0ff !important;
}
#page-home #carousel .overlay > .shell #engineContainer #engineShell .component > .row #horizontalEngine .formRow .top-theme-btn {
  margin-top: 3px;
}
#page-home #carousel .overlay > .shell #engineContainer #engineShell .component > .row #horizontalEngine .formRow .form-label-group-select {
  position: relative;
}
#page-home #carousel .overlay > .shell #engineContainer #engineShell .component > .row #horizontalEngine .formRow .form-label-group-select:after {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  color: #666;
  width: 15px;
  height: 15px;
  right: 0px;
  top: calc(50% - 22px);
  z-index: 99;
}
#page-home #carousel .overlay > .shell #top_engine .find-box {
  min-height: 225px;
  padding: 4px !important;
}
#page-home #carousel .overlay > .shell #top_engine .find-box .row {
  margin-left: 0px;
}
@media (min-width: 768px) {
  #page-home #carousel .overlay > .shell #top_engine .find-box {
    box-shadow: 3px 0 29px black;
  }
}
#page-home #carousel .overlay > .shell #top_engine.top-find-area {
  margin-top: -37% !important;
}
@media (min-width: 768px) {
  #page-home #carousel .overlay > .shell #top_engine.top-find-area {
    margin-bottom: -90px !important;
    margin-top: -32% !important;
  }
}
@media (min-width: 992px) {
  #page-home #carousel .overlay > .shell #top_engine.top-find-area {
    margin-top: -55% !important;
    margin-bottom: 10px !important;
  }
}
@media (min-width: 1440px) {
  #page-home #carousel .overlay > .shell #top_engine.top-find-area {
    margin-top: -44% !important;
    margin-bottom: 150px !important;
  }
}
#page-home #carousel .overlay > .shell #top_engine .find-form h3 {
  margin-top: 10px;
  margin-left: 20px;
}
@media (max-width: 590px) {
  #page-home #carousel .overlay > .shell #top_engine .find-form h3 {
    margin-left: 0px;
    font-size: 22px;
    text-align: center;
  }
}
#page-home #carousel .overlay > .shell #top_engine .find-form .row {
  margin: 15px 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #page-home #carousel .overlay > .shell #top_engine .find-form .row .input-group label {
    padding-left: 0px;
  }
}
#page-home #carousel .overlay > .shell #top_engine #categoryThumbs {
  background-size: cover;
  min-height: 225px;
}
#page-home #carousel .overlay > .shell #top_engine #categoryThumbs .find-text {
  color: #fff;
  font-size: 14px;
}
#page-home #carousel .overlay > .shell > .row {
  margin: 0px !important;
}

/****************************************vehicules *****************************************/
#page-vehicules #vehicules_main .carouselcol {
  min-height: 180px;
}

#vehicules_left #verticalEngine h3 {
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  #vehicules_left #verticalEngine h3 {
    font-size: 20px;
    text-align: center;
  }
}
#vehicules_left #verticalEngine #startdateig {
  margin-top: 15px;
}
#vehicules_left #verticalEngine button {
  margin-top: 25px;
}
@media (max-width: 767px) {
  #vehicules_left #verticalEngine.find-box.vehicle {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #vehicules_left #verticalEngine.find-box {
    padding: 15px;
  }
}
#vehicules_left #filtersHold {
  overflow-y: auto;
  overflow-x: hidden;
}
#vehicules_left #searchFilters {
  margin-top: 25px;
}
#vehicules_left #searchFilters .find-box {
  z-index: 998 !important;
}
#vehicules_left #searchFilters h3 {
  margin-bottom: 25px;
}
#vehicules_left #searchFilters .formRow {
  margin-top: 25px;
}
#vehicules_left #searchFilters .formRow span {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}
#vehicules_left #searchFilters .form-check .form-check-label {
  text-align: left;
  width: 35%;
  margin: 0px 15px;
}
#vehicules_left .find-box h3 {
  margin-top: 0px;
}

@media (max-width: 575px) {
  #vehicules_right {
    padding: 0px !important;
  }
}
@media (max-width: 575px) {
  #vehicules_right .flex-control-nav {
    display: none !important;
  }
}
#vehicules_right .categoryNote {
  margin-top: 24px;
  width: 80% !important;
  margin: 24px auto;
  padding: 15px;
  border-radius: 14px;
  font-weight: bold;
  background-color: #e5e5e5 !important;
}
#vehicules_right .categoryNote p:last-child {
  margin-bottom: 0px;
}
#vehicules_right .lowestprice {
  white-space: normal;
}
#vehicules_right .car-listing-right .car-grid-list > .row > .col-12.vehicle {
  position: relative;
  padding: 0px;
}
#vehicules_right .car-listing-right .car-grid-list > .row > .col-12.vehicle h3 {
  font-size: 26px;
  color: #001238;
  letter-spacing: 1px;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  display: block;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 45px;
}
@media (max-width: 575px) {
  #vehicules_right .car-listing-right .car-grid-list > .row > .col-12.vehicle h3 {
    font-size: 20px;
  }
}
#vehicules_right .car-listing-right .car-grid-list > .row > .col-12.vehicle[data-dispo="1"] .dispo {
  display: none;
}
#vehicules_right .car-listing-right .car-grid-list > .row > .col-12.vehicle:not(:first-child) {
  margin-top: 30px;
}
#vehicules_right .car-listing-right .car-grid-list > .row > .col-12.vehicle .single-offers {
  margin-top: 0px;
  position: relative;
  overflow: hidden;
}
#vehicules_right .car-listing-right .car-grid-list > .row > .col-12.vehicle .single-offers .warningRibbon {
  left: -200px;
  font-weight: bold;
  top: 25px;
  text-align: center;
  background: #d2260b;
  color: #fff;
  width: 500px;
  padding: 10px;
  position: absolute;
  z-index: 2;
  transform: rotateY(0deg) rotate(-45deg);
  /* needs Y at 0 deg to behave properly*/
}
#vehicules_right .car-listing-right .car-grid-list > .row > .col-12.vehicle .vehicleNum {
  position: absolute;
  top: 2px;
  background: #d2260b;
  color: #fff;
  text-transform: uppercase;
  padding: 5px;
  right: -12px;
  height: 30px;
  z-index: 1;
}
#vehicules_right .car-listing-right .car-grid-list > .row > .col-12.vehicle .row.single-offers .col-md-5 {
  padding: 0px;
}
#vehicules_right .car-listing-right .car-grid-list > .row > .col-12.vehicle .row.single-offers .col-md-5 .offer-image {
  max-width: 100% !important;
  max-height: 200px;
  background-size: cover;
  position: relative;
  min-height: 300px;
}
#vehicules_right .car-listing-right .car-grid-list > .row > .col-12.vehicle .row.single-offers .col-md-5 .offer-image .noimg {
  color: #fff;
  font-weight: bold;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 20px;
  text-shadow: 0px 0px 4px #000000;
}
#vehicules_right .car-listing-right .car-grid-list > .row > .col-12.vehicle .row.single-offers .col-md-7.offer-text {
  margin-top: 10px !important;
  padding: 0px !important;
}
@media (min-width: 576px) {
  #vehicules_right .car-listing-right .car-grid-list > .row > .col-12.vehicle .row.single-offers .col-md-7.offer-text {
    padding: 0px 0px 0px 25px !important;
  }
}
#vehicules_right .car-listing-right .car-grid-list > .row > .col-12.vehicle .row.single-offers .col-md-7.offer-text h3 {
  margin-top: 0px !important;
  margin-bottom: 15px !important;
}
#vehicules_right .car-listing-right .car-grid-list > .row > .col-12.vehicle .row.single-offers .col-md-7.offer-text p {
  font-size: 14px;
  text-align: justify !important;
}
#vehicules_right .car-listing-right .car-grid-list > .row > .col-12.vehicle .row.single-offers .col-md-7.offer-text h4 {
  color: #d2260b;
}
#vehicules_right .car-listing-right .car-grid-list > .row > .col-12.vehicle .row.single-offers .col-md-7.offer-text h4 small {
  color: #7c8a97;
  font-size: 12px;
}
#vehicules_right .car-listing-right .car-grid-list > .row > .col-12.vehicle .row.single-offers .col-md-7.offer-text h4 span.perday {
  color: #7c8a97;
  font-size: 12px;
}
#vehicules_right .car-listing-right .car-grid-list > .row > .col-12.vehicle .row.single-offers .col-md-7.offer-text h4 span.baseprice {
  color: #7c8a97;
  display: block;
  font-size: 12px;
}
#vehicules_right .car-listing-right .car-grid-list > .row > .col-12.vehicle .row.single-offers .col-md-7 .gauto-btn {
  color: #d2260b;
  width: 90%;
  margin: 30px auto 20px auto;
}
#vehicules_right .car-listing-right .car-grid-list > .row > .col-12.vehicle .row.single-offers .col-md-7 .gauto-btn:hover {
  color: #fff;
}
#vehicules_right .car-listing-right .car-grid-list > .row > .col-12.vehicle .row.single-offers ul.shortSpecs {
  margin-top: 35px;
  display: flex;
  justify-content: space-evenly;
}
#vehicules_right .car-listing-right .car-grid-list > .row .others {
  width: 100%;
  text-align: center;
  padding: 15px;
  margin: 70px 0px 20px 0px;
  color: #fff;
  background: #0c729c;
}
#vehicules_right .gauto-car-booking .offer-image {
  width: 100%;
  height: 300px;
}
@media (max-width: 767px) {
  #vehicules_right .gauto-car-booking p {
    text-align: justify;
  }
}
#vehicules_right .gauto-car-booking .car-booking-image .flexslider {
  max-height: 500px;
}
#vehicules_right .gauto-car-booking .car-booking-image .flexslider .slides img {
  max-height: 500px !important;
}
#vehicules_right .gauto-car-booking ul.iconlist.h {
  float: none !important;
  list-style-type: none;
  display: flex !important;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 100% !important;
  margin: 30px 0px;
}
#vehicules_right .gauto-car-booking ul.iconlist.h li {
  margin: 10px 10px;
  font-size: 14px;
}
#vehicules_right .gauto-car-booking ul.iconlist.h li:first-child {
  margin: 10px 10px 0px 0px;
}
@media (max-width: 767px) {
  #vehicules_right .gauto-car-booking ul.iconlist.h li {
    text-align: center;
    font-size: 12px;
  }
  #vehicules_right .gauto-car-booking ul.iconlist.h li span.title {
    display: block;
  }
  #vehicules_right .gauto-car-booking ul.iconlist.h li img, #vehicules_right .gauto-car-booking ul.iconlist.h li .fa {
    margin: 0 auto;
    display: block;
  }
}
#vehicules_right .gauto-car-booking .plan .openPlan img {
  opacity: 0.5;
}
#vehicules_right .gauto-car-booking .plan .openPlan .loupe {
  position: absolute;
  bottom: 11px;
  color: #0c729c;
  top: 35px;
  left: calc(50% - 11px);
  display: block;
  text-shadow: 2px 2px 2px #000;
  width: 100%;
  height: 100%;
}
#vehicules_right .gauto-car-booking .plan .openPlan .loupe .fa-search {
  text-shadow: 3px 3px 16px #000;
}
#vehicules_right .gauto-car-booking ul.speclist {
  width: 100% !important;
  float: none !important;
}
@media (min-width: 768px) {
  #vehicules_right .gauto-car-booking ul.speclist {
    columns: 2;
  }
}
@media (max-width: 767px) {
  #vehicules_right .gauto-car-booking ul.speclist {
    padding: 20px;
  }
}
#vehicules_right .gauto-car-booking ul.speclist li {
  list-style-type: disc !important;
}
#vehicules_right .categoryNote {
  text-align: center;
  font-size: 14px;
}
@media (max-width: 767px) {
  #vehicules_right .priceDetails {
    margin-bottom: 25px;
  }
}
#vehicules_right .priceDetails .badge {
  padding: 10px;
  font-size: 15px;
}
#vehicules_right .priceDetails #toFormBtnHolder {
  width: 100%;
  text-align: center !important;
}
@media (min-width: 600px) {
  #vehicules_right .priceDetails #toFormBtnHolder {
    display: none;
  }
}

#pwd_recovery_modal p {
  margin-bottom: 15px;
}
#pwd_recovery_modal .resultholder {
  display: none;
}
#pwd_recovery_modal .spinnerHolder {
  width: 100%;
  text-align: center;
  display: none;
}
#pwd_recovery_modal .spinnerHolder .fa-spinner {
  font-size: 40px;
}
#pwd_recovery_modal .emailErrorHolder {
  display: none;
}

#termesconditions p {
  font-size: 14px;
  margin-bottom: 15px;
}
#termesconditions h4 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 22px;
  color: #0c729c;
}
#termesconditions ul {
  list-style-type: disc;
  margin-left: 25px;
}
#termesconditions ul li {
  font-size: 14px;
  list-style-type: disc;
}

#booking[data-available="0"] #bookingStep1, #booking[data-available="0"] #bookingStep2, #booking[data-available="0"] #bookingStep3 {
  display: none !important;
}
#booking[data-available="0"] #availabilityMaster {
  width: 100%;
  padding: 15px;
  text-align: center;
  display: block;
}
#booking[data-available="0"] #availabilityMaster h3 {
  color: #FF0000;
}
#booking[data-available="1"] #availabilityMaster {
  display: none;
}
#booking #bookingStep1, #booking #bookingStep2, #booking #bookingStep3 {
  margin-bottom: 50px;
}
#booking .bookingDatess .alertszone {
  margin-top: 35px;
}
#booking .bookingDatess .retcol {
  position: relative;
}
#booking .bookingDatess .retcol .late_price_zone {
  width: 310px;
  text-align: right;
  position: absolute;
  top: 38px;
  right: 0px;
  z-index: 55;
  padding: 5px 30px 0px 0px;
}
#booking .bookingDatess .retcol .late_price_zone label {
  margin-bottom: 0px;
}
#booking .bookingDatess .retcol .late_price_zone img {
  vertical-align: inherit;
  display: inline-block;
}
#booking .fakepopover {
  display: none;
  position: absolute;
  background: #FFF;
  top: 50px;
  z-index: 999;
  border: 1px solid #FF0000;
  box-shadow: 0px 6px 17px 5px rgba(0, 0, 0, 0.07);
}
#booking .fakepopover.show {
  display: block;
}
#booking .fakepopover .arrow {
  position: absolute;
  height: 24px;
  width: 24px;
  top: -13px;
  left: calc( 50% - 12px);
  border-top: 1px solid #FF0000;
  border-left: 1px solid #FF0000;
  background: #F7F7F7;
  transform: rotateY(0deg) rotate(45deg);
}
#booking .fakepopover .popover-header {
  margin-top: 0px;
  border-radius: 0px !important;
}
#booking .fakepopover .popover-body {
  background: #FFF;
}
#booking #bookingStep1 #booking_transport {
  max-width: 100% !important;
}
@media (max-width: 767px) {
  #booking #bookingStep1 #booking_transport {
    margin-bottom: 50px !important;
  }
}
#booking #bookingStep1 .box-footer .col-12 {
  text-align: right;
}
@media (max-width: 575px) {
  #booking #bookingStep1 .box-footer .col-12 {
    text-align: center;
  }
}
#booking #bookingStep2 {
  display: none;
}
#booking #bookingStep2 #signinForm {
  display: none;
}
@media (max-width: 767px) {
  #booking #bookingStep2 #loggingZone {
    background: #9ddaf3;
    padding: 10px;
    color: #0c729c;
    border-radius: 4px;
    margin-bottom: 15px;
  }
  #booking #bookingStep2 #loggingZone div.text-right {
    text-align: center !important;
  }
  #booking #bookingStep2 #loggingZone div.text-right .gauto-btn {
    background: #fff;
    margin-top: 10px;
  }
}
#booking #bookingStep2 #loggingZone {
  background: #0c729c;
  color: #fff;
  padding: 15px 15px;
  border: 1px solid #0c729c;
  border-radius: 4px;
}
#booking #bookingStep2 #loggingZone .gauto-btn {
  background: #fff;
}
#booking #bookingStep2 #loggingZone .gauto-btn:hover {
  color: #fff;
  background-color: #d2260b;
  border-color: #d2260b;
}
#booking #bookingStep2 #loggingZone h4 {
  text-align: center;
}
#booking #bookingStep2 #loggingZone a {
  color: #fafafa;
}
#booking #bookingStep2 #loggingZone a:hover {
  text-decoration: underline;
}
#booking #bookingStep2 #signinTeaser, #booking #bookingStep2 #signinForm {
  text-align: center;
  border: 1px solid #0c729c;
  background: #f1fbff;
  padding: 15px 5px;
  border-radius: 4px;
}
#booking #bookingStep2 #signinTeaser .gauto-btn, #booking #bookingStep2 #signinForm .gauto-btn {
  background: #fff;
}
#booking #bookingStep2 #signinTeaser .gauto-btn:hover, #booking #bookingStep2 #signinForm .gauto-btn:hover {
  color: #fff;
  background-color: #d2260b;
  border-color: #d2260b;
}
@media (max-width: 767px) {
  #booking #bookingStep2 #signinTeaser, #booking #bookingStep2 #signinForm {
    text-align: center !important;
    background: #0c729c;
    color: #fff;
    border-radius: 4px;
    padding: 10px;
  }
  #booking #bookingStep2 #signinTeaser .gauto-btn, #booking #bookingStep2 #signinForm .gauto-btn {
    background: #fff;
  }
}
#booking #bookingStep2 #signinForm {
  margin-top: 20px;
  padding: 25px !important;
}
#booking #bookingStep2[data-logged="1"] #loggingZone {
  display: none;
}
#booking #bookingStep2[data-logged="1"] #signinTeaser {
  display: none;
}
#booking #bookingStep2[data-logged="0"] #loggedZone {
  display: none;
}
#booking #bookingStep2[data-logged="0"] #toStep3Btn {
  display: none;
}
#booking #bookingStep2[data-logged="0"] #signinForm {
  display: none;
}
#booking #bookingStep3 {
  display: none;
}
#booking #bookingStep3 #paymentCC select {
  margin-bottom: 15px;
}
#booking #bookingStep3 #paymentCC #cvv2Codeig .input-group-append {
  width: 100px;
}
#booking #bookingStep3 #paymentCC #cvv2Codeig .input-group-append .input-group-text {
  width: 100%;
  background-image: url(/assets/img/ccv-cid-sprite.png);
  background-position: 0px 0px;
}
#booking #bookingStep3 #paymentCC #ccError {
  margin: 10px;
}
#booking #bookingStep3 .form-check {
  background: #0c729c;
  padding: 10px 0px 10px 35px;
  border-radius: 3px;
  color: #fff;
  margin-top: 25px;
}
#booking #bookingStep3 .form-check a {
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}
#booking #bookingStep2 .card, #booking #bookingStep3 .card {
  padding: 0px;
}
#booking #bookingStep2 .card#loginUserCard > .card-header, #booking #bookingStep2 .card#paymentUSerCard > .card-header, #booking #bookingStep3 .card#loginUserCard > .card-header, #booking #bookingStep3 .card#paymentUSerCard > .card-header {
  padding: 5px 15px;
}
#booking #bookingStep2 .card#loginUserCard > .card-header p, #booking #bookingStep2 .card#paymentUSerCard > .card-header p, #booking #bookingStep3 .card#loginUserCard > .card-header p, #booking #bookingStep3 .card#paymentUSerCard > .card-header p {
  padding-top: 10px;
  display: inline-block;
}
#booking #bookingStep2 .card#loginUserCard > .card-header i, #booking #bookingStep2 .card#loginUserCard > .card-header svg, #booking #bookingStep2 .card#paymentUSerCard > .card-header i, #booking #bookingStep2 .card#paymentUSerCard > .card-header svg, #booking #bookingStep3 .card#loginUserCard > .card-header i, #booking #bookingStep3 .card#loginUserCard > .card-header svg, #booking #bookingStep3 .card#paymentUSerCard > .card-header i, #booking #bookingStep3 .card#paymentUSerCard > .card-header svg {
  background: #fcfcfc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 5px;
  float: right;
  color: #00ff00;
  font-size: 29px;
}
#booking #bookingStep2 .card#loginUserCard .card-body .innerCard, #booking #bookingStep2 .card#paymentUSerCard .card-body .innerCard, #booking #bookingStep3 .card#loginUserCard .card-body .innerCard, #booking #bookingStep3 .card#paymentUSerCard .card-body .innerCard {
  display: block;
  background: #f7f7f7;
  border: none;
  padding: 10px;
  margin-top: 15px;
}
#booking #bookingStep2 .card#loginUserCard .card-body .innerCard span.addressModbtn, #booking #bookingStep2 .card#paymentUSerCard .card-body .innerCard span.addressModbtn, #booking #bookingStep3 .card#loginUserCard .card-body .innerCard span.addressModbtn, #booking #bookingStep3 .card#paymentUSerCard .card-body .innerCard span.addressModbtn {
  text-align: right;
  float: right;
  width: 70px;
  height: 25px;
  border-radius: 3px;
  font-size: 12px;
  border: 1px solid #ccc;
  padding: 3px 4px;
}
#booking #bookingStep2 .card#loginUserCard .card-body .innerCard span.addressModbtn:hover, #booking #bookingStep2 .card#paymentUSerCard .card-body .innerCard span.addressModbtn:hover, #booking #bookingStep3 .card#loginUserCard .card-body .innerCard span.addressModbtn:hover, #booking #bookingStep3 .card#paymentUSerCard .card-body .innerCard span.addressModbtn:hover {
  background: #fafafa;
  cursor: pointer;
}
#booking #bookingStep2 .card#loginUserCard .card-body .innerCard span.addressModbtn i, #booking #bookingStep2 .card#paymentUSerCard .card-body .innerCard span.addressModbtn i, #booking #bookingStep3 .card#loginUserCard .card-body .innerCard span.addressModbtn i, #booking #bookingStep3 .card#paymentUSerCard .card-body .innerCard span.addressModbtn i {
  float: right;
}
#booking #bookingStep2 .card#loginUserCard .card-body .innerCard .card-body, #booking #bookingStep2 .card#paymentUSerCard .card-body .innerCard .card-body, #booking #bookingStep3 .card#loginUserCard .card-body .innerCard .card-body, #booking #bookingStep3 .card#paymentUSerCard .card-body .innerCard .card-body {
  padding: 0px;
  font-size: 13px;
}
#booking #bookingStep2 .card#paymentSummary .card-body table, #booking #bookingStep3 .card#paymentSummary .card-body table {
  width: 100%;
  border-collapse: collapse;
}
#booking #bookingStep2 .card#paymentSummary .card-body table #subtotalTbody td, #booking #bookingStep3 .card#paymentSummary .card-body table #subtotalTbody td {
  border-bottom: 1px solid #ccc;
}
#booking #bookingStep2 .card#paymentSummary .card-body table #taxesTbody tr:first-child td, #booking #bookingStep3 .card#paymentSummary .card-body table #taxesTbody tr:first-child td {
  padding-top: 15px;
}
#booking #bookingStep2 .card#paymentSummary .card-body table #taxesTbody tr:last-child td, #booking #bookingStep3 .card#paymentSummary .card-body table #taxesTbody tr:last-child td {
  border-bottom: 1px solid #ccc;
}
#booking #bookingStep2 .card#paymentSummary .card-body table #totalTbody tr td, #booking #bookingStep3 .card#paymentSummary .card-body table #totalTbody tr td {
  padding-top: 15px;
  padding-bottom: 5px;
  font-weight: bold;
}
#booking #bookingStep2 .card#paymentSummary .card-body table #accompteTbody tr td, #booking #bookingStep3 .card#paymentSummary .card-body table #accompteTbody tr td {
  padding-top: 20px;
  border-top: 1px solid #000;
}
#booking #bookingStep2 .card#paymentSummary .card-body table #accompteTbody tr td.accompteTotal, #booking #bookingStep3 .card#paymentSummary .card-body table #accompteTbody tr td.accompteTotal {
  text-align: right;
}
#booking #bookingStep2 .addrMod, #booking #bookingStep3 .addrMod {
  display: none;
  padding: 15px;
  margin: 10px 0px 0px 0px;
  border: 1px solid #e3e3e3;
}
#booking #bookingStep2 .addrMod .usr_upd_btn, #booking #bookingStep3 .addrMod .usr_upd_btn {
  float: right;
}
#booking h3 {
  margin-bottom: 30px;
  color: #000;
  font-weight: 600;
  font-size: 26px;
  margin: 40px 0 7px;
  font-family: "Poppins", sans-serif;
}
#booking h4 {
  margin-bottom: 30px;
  color: 666;
  font-size: 20px;
}
#booking #calendar, #booking #calendar2, #booking #calendar3, #booking #calendar4 {
  margin: 0 auto;
  text-align: center;
  max-width: 900px;
}
#booking #calendar .fc-toolbar h2, #booking #calendar2 .fc-toolbar h2, #booking #calendar3 .fc-toolbar h2, #booking #calendar4 .fc-toolbar h2 {
  font-size: 18px !important;
}
#booking #calendar .fc-toolbar .fc-right button, #booking #calendar2 .fc-toolbar .fc-right button, #booking #calendar3 .fc-toolbar .fc-right button, #booking #calendar4 .fc-toolbar .fc-right button {
  padding: 4px;
}
#booking #calendar .fc-toolbar .fc-right button.fc-today-button, #booking #calendar2 .fc-toolbar .fc-right button.fc-today-button, #booking #calendar3 .fc-toolbar .fc-right button.fc-today-button, #booking #calendar4 .fc-toolbar .fc-right button.fc-today-button {
  display: none;
}
#booking #calendar .fc-day:hover, #booking #calendar2 .fc-day:hover, #booking #calendar3 .fc-day:hover, #booking #calendar4 .fc-day:hover {
  background-color: #FAFAFA;
}
#booking #calendar .fc-day-header, #booking #calendar2 .fc-day-header, #booking #calendar3 .fc-day-header, #booking #calendar4 .fc-day-header {
  background: rgba(0, 0, 0, 0.1);
}
#booking #calendar .fc-day-grid-event, #booking #calendar2 .fc-day-grid-event, #booking #calendar3 .fc-day-grid-event, #booking #calendar4 .fc-day-grid-event {
  padding: 4px !important;
  position: relative;
  /*
  &:hover{
    font-weight:bold;
    &:before{
      content: "";
      margin: -5px;
      position: absolute;
      display: block;
      width: 102%;
      height: 102%;
      background: rgba(0,0,0,0.1);
      transition:background 2s;
      z-index: 99999;
    }
  }*/
}
#booking #calendar .fc-event-container .fc-event, #booking #calendar2 .fc-event-container .fc-event, #booking #calendar3 .fc-event-container .fc-event, #booking #calendar4 .fc-event-container .fc-event {
  background-color: rgba(0, 0, 0, 0) !important;
  border: none;
}
#booking #calendar .fc-day-number, #booking #calendar2 .fc-day-number, #booking #calendar3 .fc-day-number, #booking #calendar4 .fc-day-number {
  padding: 2px 5px;
  min-width: 20px;
  text-align: right;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.25);
}
#booking #calendar .hasEvent, #booking #calendar2 .hasEvent, #booking #calendar3 .hasEvent, #booking #calendar4 .hasEvent {
  background-color: #64a8c5;
}
#booking #calendar .hasEvent.eventFirstTd.eventLastTd img, #booking #calendar2 .hasEvent.eventFirstTd.eventLastTd img, #booking #calendar3 .hasEvent.eventFirstTd.eventLastTd img, #booking #calendar4 .hasEvent.eventFirstTd.eventLastTd img {
  display: none;
}
#booking #calendar .fc-basic-view .fc-body .fc-row, #booking #calendar2 .fc-basic-view .fc-body .fc-row, #booking #calendar3 .fc-basic-view .fc-body .fc-row, #booking #calendar4 .fc-basic-view .fc-body .fc-row {
  min-height: 2.5em;
}
#booking #calendar .eventFirstTd, #booking #calendar2 .eventFirstTd, #booking #calendar3 .eventFirstTd, #booking #calendar4 .eventFirstTd {
  position: relative;
}
#booking #calendar .eventFirstTd:not(.eventLastTd), #booking #calendar2 .eventFirstTd:not(.eventLastTd), #booking #calendar3 .eventFirstTd:not(.eventLastTd), #booking #calendar4 .eventFirstTd:not(.eventLastTd) {
  background-color: #FFF;
}
#booking #calendar .eventFirstTd .inner, #booking #calendar2 .eventFirstTd .inner, #booking #calendar3 .eventFirstTd .inner, #booking #calendar4 .eventFirstTd .inner {
  display: block;
  width: 100%;
  height: 100%;
}
#booking #calendar .eventFirstTd .inner img, #booking #calendar2 .eventFirstTd .inner img, #booking #calendar3 .eventFirstTd .inner img, #booking #calendar4 .eventFirstTd .inner img {
  width: 100%;
  height: 100%;
}
#booking #calendar .eventFirstTd .fc-day-number, #booking #calendar2 .eventFirstTd .fc-day-number, #booking #calendar3 .eventFirstTd .fc-day-number, #booking #calendar4 .eventFirstTd .fc-day-number {
  position: absolute;
  right: 0px;
  z-index: 99;
}
#booking #calendar .fc-content, #booking #calendar2 .fc-content, #booking #calendar3 .fc-content, #booking #calendar4 .fc-content {
  display: none;
}
#booking #calendar .eventLastTd:not(.eventFirstTd), #booking #calendar2 .eventLastTd:not(.eventFirstTd), #booking #calendar3 .eventLastTd:not(.eventFirstTd), #booking #calendar4 .eventLastTd:not(.eventFirstTd) {
  background-color: #FFF;
}
#booking #priceComputeZone {
  background: #f5f5f5;
  padding: 15px;
  min-height: 365px;
  position: relative;
}
#booking #priceComputeZone h3 {
  margin-top: 10px;
}
#booking #priceComputeZone i.fa-spin {
  position: absolute;
  top: 40%;
  left: 50%;
  font-size: 40px;
}
#booking #priceComputeZone #priceTable {
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 575px) {
  #booking #priceComputeZone #priceTable {
    font-size: 13px;
  }
}
#booking #priceComputeZone #priceTable thead {
  font-weight: bold;
  color: #000;
  font-family: "Poppins", sans-serif;
}
#booking #priceComputeZone #priceTable thead:not(:first-child) th {
  font-size: 15px;
  padding-top: 15px;
}
#booking #priceComputeZone #priceTable thead th {
  font-size: 15px;
  padding: 3px;
}
#booking #priceComputeZone #priceTable thead .price {
  font-weight: bold;
}
#booking #priceComputeZone #priceTable tbody {
  font-size: 15px;
  padding-bottom: 15px;
}
#booking #priceComputeZone #priceTable tbody.days, #booking #priceComputeZone #priceTable tbody.options, #booking #priceComputeZone #priceTable tbody.transport, #booking #priceComputeZone #priceTable tbody.taxes {
  background: #fcfcfc;
}
#booking #priceComputeZone #priceTable tbody.days td, #booking #priceComputeZone #priceTable tbody.options td, #booking #priceComputeZone #priceTable tbody.transport td, #booking #priceComputeZone #priceTable tbody.taxes td {
  padding: 2px;
}
#booking #priceComputeZone #priceTable tbody .price {
  color: #292929;
}
#booking #priceComputeZone #priceTable .price {
  text-align: right;
}
#booking .box-header {
  border-bottom: 1px solid #999;
  margin-bottom: 25px;
}
#booking .box-header h3 {
  margin: 10px 0px;
}
#booking .box-body h3 {
  font-size: 20px;
  font-weight: 300;
}
#booking .box-footer {
  border-top: 1px solid #999;
  margin: 25px 0px 0px 0px;
  padding: 25px 0px 0px 0px;
}

#confirmation_modal .modal-body {
  text-align: center;
}
#confirmation_modal .modal-body i {
  font-size: 40px;
}
#confirmation_modal .badge {
  display: block;
  width: 220px;
  padding: 8px;
  margin-bottom: 10px;
}

/**********************************************form*****************************************/
.form-control-feedback, .form-control-danger {
  display: none;
}
.form-control-feedback.alert-danger, .form-control-danger.alert-danger {
  border-radius: 4px;
  padding: 2px 5px;
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none;
  }
}

/***********************************************banner**************************************/
.banner {
  background: #D2D3D3;
}

section.banner {
  padding: 7px;
  background: #D2D3D3;
}
section.banner .row {
  margin-left: 0px;
  margin-right: 0px;
}
@media (max-width: 590px) {
  section.banner {
    padding: 15px !important;
  }
}
section.banner .shell {
  max-width: 100%;
  padding: 0px;
}
section.banner .shell h2 {
  color: #FFF;
  font-weight: bold;
  margin: 0px;
}
@media (max-width: 590px) {
  section.banner .shell h2 {
    font-size: 18px;
  }
}
section.banner.small {
  padding: 40px;
}
section.banner.small h2 {
  color: #009fab;
  font-size: 30px;
  font-weight: normal;
}

/*********************************************parralax**************************************/
.rd-parallax-layer[data-url] {
  background-size: cover !important;
  background-position: 20% 112% !important;
}
@media screen and (min-width: 1200px) {
  .rd-parallax-layer[data-url] {
    background-size: cover !important;
    background-position: 20% 112% !important;
  }
}
@media screen and (max-device-width: 768px) {
  .rd-parallax-layer[data-url] {
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

/*********************************************BODY******************************************/
.shell,
.shell-wide,
.shell-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 590px) {
  main .shell {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .shell,
.shell-wide {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .shell,
.shell-wide {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .shell,
.shell-wide {
    max-width: 1200px;
  }
}

@media (min-width: 1800px) {
  .shell-wide {
    max-width: 1800px;
  }
}

/****************************************HEADER************************************************/
header section {
  text-align: center;
}
header section .shell {
  color: #FFF;
  padding: 200px 0px;
}
header section .rd-parallax-layer-holder {
  background: rgba(0, 0, 0, 0.2) !important;
}
header section h6 {
  padding: 0px 15px;
}

/*****************************************FOOTER **********************************************/
footer {
  padding-bottom: 15px;
  background-color: #222B2B;
  color: #fff;
}
footer a {
  color: #fff;
}
footer .btn {
  min-width: 185px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 9px 20px;
  font-size: 12px;
  line-height: 21px;
  border-radius: 30px;
  transition: 0.3s ease-out;
}
footer .navbar-brand {
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-right: 0px;
}
footer hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #FFF;
  margin: 1em 0;
  padding: 0;
}
footer #copyright {
  color: #888;
  font-size: 12px;
}
footer #footerContent {
  padding-top: 80px;
}
footer #footerContent button {
  width: 160px;
}
footer #footerContent .contact {
  list-style-type: none;
}
footer #footerContent .contact li {
  line-height: 39px;
  font-size: 14px;
}
footer #footerContent .contact li i, footer #footerContent .contact li svg {
  margin-right: 12px;
  font-size: 18px;
  color: #009fab;
}
footer #footerContent .socialMediaList {
  padding-top: 30px;
  padding-bottom: 30px;
}
footer #footerContent .socialMediaList i, footer #footerContent .socialMediaList svg {
  font-size: 50px;
  padding: 10px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #009fab;
  color: #222B2B;
}
@media (max-width: 575px) {
  footer #footerContent .socialMediaList i, footer #footerContent .socialMediaList svg {
    width: 40px;
    height: 40px;
  }
}
footer #footerContent .socialMediaList img {
  border-radius: 50%;
}
footer .progratech img {
  max-width: 125px;
  margin-top: 30px;
}
footer .gray {
  background-color: #D2D3D3;
}
footer ul {
  padding: 0px;
}
footer ul#footerMenu {
  font-size: 14px;
  list-style-type: none;
}
footer ul#footerMenu li {
  display: inline;
  margin: 15px;
}
footer ul#footerMenu a {
  color: #888;
}

/****************************************** Contact ***************************************************/
#contact_map {
  margin-top: 25px;
  padding: 0px;
}
#contact_map .shell {
  max-width: 100% !important;
  padding: 0px;
}
#contact_map .row {
  margin-left: 0px;
  margin-right: 0px;
}
#contact_map #contactMap {
  height: 500px;
}
#contact_map #contactMap #infoWindow {
  color: #727272;
}
#contact_map #contactMap #infoWindow h1 {
  font-size: 18px;
}

#a-propos-right img, #about-us-right img {
  margin: 25px 0px;
}
#a-propos-right .btn, #about-us-right .btn {
  max-width: 100%;
  white-space: normal !important;
  margin-bottom: 15px;
}

/***************************************** Sign up modal **********************************************/
#subscribe .modal-header {
  position: absolute;
  right: 0px;
  border: none;
  z-index: 1;
}
#subscribe .modal-header button.close {
  padding: 5px 10px;
  height: 15px;
}
#subscribe .modal-body {
  padding: 0px;
}
#subscribe .modal-body h5 {
  margin-bottom: 25px;
}
#subscribe .modal-body .row {
  margin: 0px;
}
#subscribe .modal-body .row .modal-left {
  padding: 0px;
  height: 380px;
  background: url("../img/template/home-01-385x390.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
#subscribe .modal-body .row .modal-right {
  text-align: center;
  padding: 50px;
}
#subscribe .modal-body .row .modal-right input {
  border-radius: 35px;
}
#subscribe .modal-body .row .social {
  padding-top: 30px;
}
#subscribe .modal-body .row .social i, #subscribe .modal-body .row .social svg {
  font-size: 50px;
  padding: 10px;
  width: 32px;
  height: 32px;
  border-radius: 35px;
  background: #009fab;
  color: #FFF;
}
#subscribe .modal-footer {
  position: absolute;
  bottom: 0px;
  text-align: right;
  right: 0px;
  border: none;
}
#subscribe .modal-footer .form-group.form-group-xs .form-label {
  top: 20px;
  left: 28px;
}
#subscribe .modal-footer button {
  float: right;
}
#subscribe .btn {
  min-width: 100%;
}

/***************************************** price alert modal ********************************/
.modal#price-alert-modal .modal-header {
  color: #727272;
}
.modal#price-alert-modal .modal-body h3 {
  font-size: 22px;
  font-weight: bold;
  color: #727272;
  margin-bottom: 25px;
}
.modal#price-alert-modal .modal-body fieldset.featured {
  margin-bottom: 25px;
}
.modal#price-alert-modal .modal-body fieldset.featured div.inner {
  padding: 15px;
  background: #009fab;
}
.modal#price-alert-modal .modal-body fieldset.featured div.inner label {
  color: #fff !important;
  font-weight: bold;
  font-size: 16px;
}
.modal#price-alert-modal .modal-body fieldset.featured div.inner label span {
  font-weight: normal;
  font-size: 14px;
  display: block;
  color: #fff;
}
.modal#price-alert-modal .modal-body fieldset.featured div.inner .moneyinput {
  position: relative;
  max-width: 200px;
}
.modal#price-alert-modal .modal-body fieldset.featured div.inner .moneyinput:after {
  position: absolute;
  right: 25px;
  top: 25%;
  color: #ccc;
  content: "$";
  z-index: 222;
}
.modal#price-alert-modal .modal-body fieldset.featured div.inner .moneyinput input {
  max-width: 180px;
}
.modal#price-alert-modal .modal-body #alerte-error {
  margin-top: 25px;
  margin-bottom: 25px;
}

/***************************************** agent list ****************************************/
#voy_agt_sec a:hover {
  text-decoration: none;
}
#voy_agt_sec .shell .card-body .row {
  flex-wrap: wrap;
}
#voy_agt_sec .shell .card-body .row .agent-card .agent {
  background: #FFF;
  border-radius: 7px;
  margin-bottom: 40px;
  padding-top: 40px;
}
#voy_agt_sec .shell .card-body .row .agent-card .agent .agentbottom {
  margin-top: 40px;
  background: #009fab;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  text-transform: uppercase;
  color: #FFF;
  padding: 9px 20px;
  font-size: 12px;
  font-weight: 900;
}
#voy_agt_sec .shell .card-body .row .agent-card .agent .agenttop {
  min-height: 225px;
}
#voy_agt_sec .shell .card-body .row .agent-card .agent .agenttop .col span {
  display: block;
  min-height: 35px;
}
#voy_agt_sec .shell .card-body .row .agent-card .agent .agentpic {
  margin-top: 15px;
}
#voy_agt_sec .card {
  background: none;
  border: none;
}
@media (max-width: 575px) {
  #voy_agt_sec .card .card-body {
    padding: 0px;
  }
}
#voy_agt_sec .card .card-header {
  border-bottom: none;
  background-color: rgba(0, 0, 0, 0);
}
#voy_agt_sec h3 {
  color: #727272;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 900;
}
#voy_agt_sec .agentPic {
  max-height: 130px;
}
#voy_agt_sec span {
  color: #727272;
  font-size: 12px;
  display: block;
  text-transform: normal;
}
#voy_agt_sec span.hidden-front {
  display: none;
}

/***************************************** agent ****************************************/
section.agent {
  padding-top: 60px;
}
section.agent #engine {
  background: #009fab;
}
section.agent #destination_fr_content, section.agent #destination_en_content {
  background: #FFF;
  border-radius: 7px;
}
section.agent #destination_fr_content .card-body, section.agent #destination_en_content .card-body {
  color: #808080;
}
@media (max-width: 575px) {
  section.agent #agent_contact_inner .shell {
    padding: 0px;
  }
}
section.agent #agent_contact_inner .shell button {
  margin-bottom: 50px;
}
section.agent #agent_inner {
  background: #FFF;
  padding: 25px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
@media (max-width: 767px) {
  section.agent #agent_inner {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
  }
}
section.agent #agent_inner .agentDescription {
  font-size: 14px;
  margin-top: 15px;
  color: #404040;
}
section.agent #agent_inner .socialMediaList {
  padding-top: 30px;
}
section.agent #agent_inner .socialMediaList i, section.agent #agent_inner .socialMediaList svg {
  font-size: 50px;
  padding: 10px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #009fab;
  color: #FFF;
}
section.agent #agent_inner .socialMediaList img {
  border-radius: 50%;
}
section.agent #agent_inner .agent-promo {
  margin-top: 45px;
}
section.agent #agent_inner .agent-promo img {
  max-width: 100%;
}
section.agent #agent_inner .picZone {
  text-align: center;
}
section.agent #agent_inner .picZone img {
  border-bottom: 4px solid #009fab;
}
section.agent #agent_inner .picZone h5 {
  color: #009fab;
  font-weight: bold;
  margin-top: 14px;
  margin-bottom: 0px;
}
section.agent #agent_inner .picZone h6 {
  color: #727272;
}
section.agent #agent_inner ul {
  list-style-type: none;
}
@media (max-width: 575px) {
  section.agent #agent_inner ul {
    padding-left: 15px;
  }
}
section.agent #agent_inner ul li {
  font-size: 14px;
  line-height: 40px;
  color: #888;
}
section.agent #agent_inner ul li a {
  color: #888;
}
section.agent #agent_inner ul li .mainPhone {
  font-size: 20px;
  color: #009fab;
  font-weight: bold;
}
section.agent #agent_inner ul li i, section.agent #agent_inner ul li svg {
  margin-right: 15px;
  font-size: 18px;
  color: #009fab;
}
section.agent #agent_inner ul li i.fa-mobile, section.agent #agent_inner ul li svg.fa-mobile {
  margin-right: 20px;
}
section.agent.destination {
  padding: 25px;
  margin-top: 25px;
  border-radius: 7px;
}
@media (max-width: 575px) {
  section.agent.destination .shell {
    padding: 0px;
  }
}
section.agent.destination .card {
  border: none;
  border-radius: 0px;
  border-bottom: #DDD solid 1px;
  background: none;
}
section.agent.destination .card .card-header {
  background: none;
  border: none;
}
section.agent.destination .card .card-header h5 {
  font-size: 18px;
  font-weight: 900;
}
section.agent.destination .card .card-header a {
  color: #009fab;
}
section.agent.destination .card .card-header a[aria-expanded=false] {
  color: #727272;
}
section.agent.destination .gMap {
  margin-top: 15px;
  margin-bottom: 25px;
  height: 700px;
}
section.agent.destination .shell {
  background: #ECECEC;
  border-radius: 7px;
}
section.agent.contact {
  padding: 25px 0px;
}

.agents-accordion .card-header h5 a {
  font-weight: 900;
  color: #009fab;
}
.agents-accordion .card-body {
  color: #808080;
}

#agents-searchbar-group {
  float: right;
}

#agents-searchbar-group .input-group-text {
  font-size: 1rem;
  display: flex;
  background-color: rgba(255, 255, 255, 0.6);
  color: #fff;
  border-top-right-radius: 5em !important;
  border-bottom-right-radius: 5em !important;
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: transparent;
  cursor: pointer;
}

#agents-searchbar {
  background-color: rgba(255, 255, 255, 0.35);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
  border-top-left-radius: 1.5em;
  border-bottom-left-radius: 1.5em;
}

#agents-searchbar::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

#agents-searchbar:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

#agents-searchbar::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

#agents-searchbar::placeholder {
  color: #fff;
  opacity: 1;
}

/******************************************devenir agent **************************************/
#page-devenez-conseiller-en-voyages #devenir_agent_options .btn, #page-devenez-conseiller-en-voyages #become_agent_options .btn, #page-become-agent #devenir_agent_options .btn, #page-become-agent #become_agent_options .btn {
  margin-bottom: 15px;
}
#page-devenez-conseiller-en-voyages .card, #page-become-agent .card {
  background: #ECECEC;
}
#page-devenez-conseiller-en-voyages #devenir_agent_top_left img, #page-devenez-conseiller-en-voyages #become_agent_top_left img, #page-become-agent #devenir_agent_top_left img, #page-become-agent #become_agent_top_left img {
  margin-top: 0px;
  border-radius: 24px;
  max-width: 100%;
}
#page-devenez-conseiller-en-voyages #devenir_agent_top_right p, #page-devenez-conseiller-en-voyages #become_agent_top_right p, #page-become-agent #devenir_agent_top_right p, #page-become-agent #become_agent_top_right p {
  margin-top: 25px;
  text-align: justify;
}
#page-devenez-conseiller-en-voyages #devenir_agent_section_2,
#page-devenez-conseiller-en-voyages #become_agent_section_2,
#page-devenez-conseiller-en-voyages #devenir_agent_carousel,
#page-devenez-conseiller-en-voyages #become_agent_carousel,
#page-devenez-conseiller-en-voyages #become_agent_video,
#page-devenez-conseiller-en-voyages #devenir_agent_video,
#page-devenez-conseiller-en-voyages #devenir_agent_options,
#page-devenez-conseiller-en-voyages #become_agent_options, #page-become-agent #devenir_agent_section_2,
#page-become-agent #become_agent_section_2,
#page-become-agent #devenir_agent_carousel,
#page-become-agent #become_agent_carousel,
#page-become-agent #become_agent_video,
#page-become-agent #devenir_agent_video,
#page-become-agent #devenir_agent_options,
#page-become-agent #become_agent_options {
  background-color: #ECECEC;
}
#page-devenez-conseiller-en-voyages #devenir_agent_section_2 p,
#page-devenez-conseiller-en-voyages #become_agent_section_2 p,
#page-devenez-conseiller-en-voyages #devenir_agent_carousel p,
#page-devenez-conseiller-en-voyages #become_agent_carousel p,
#page-devenez-conseiller-en-voyages #become_agent_video p,
#page-devenez-conseiller-en-voyages #devenir_agent_video p,
#page-devenez-conseiller-en-voyages #devenir_agent_options p,
#page-devenez-conseiller-en-voyages #become_agent_options p, #page-become-agent #devenir_agent_section_2 p,
#page-become-agent #become_agent_section_2 p,
#page-become-agent #devenir_agent_carousel p,
#page-become-agent #become_agent_carousel p,
#page-become-agent #become_agent_video p,
#page-become-agent #devenir_agent_video p,
#page-become-agent #devenir_agent_options p,
#page-become-agent #become_agent_options p {
  color: #404040;
}
#page-devenez-conseiller-en-voyages #devenir_agent_section_2, #page-devenez-conseiller-en-voyages #become_agent_section_2, #page-become-agent #devenir_agent_section_2, #page-become-agent #become_agent_section_2 {
  font-size: 14px;
  margin-top: 50px;
}
#page-devenez-conseiller-en-voyages #devenir_agent_section_2 h4, #page-devenez-conseiller-en-voyages #become_agent_section_2 h4, #page-become-agent #devenir_agent_section_2 h4, #page-become-agent #become_agent_section_2 h4 {
  text-align: center;
  margin: 45px;
  color: #009fab;
  font-weight: bold;
}
#page-devenez-conseiller-en-voyages #devenir_agent_options_inner, #page-devenez-conseiller-en-voyages #become_agent_options_inner, #page-become-agent #devenir_agent_options_inner, #page-become-agent #become_agent_options_inner {
  padding: 50px;
}
#page-devenez-conseiller-en-voyages #devenir_agent_appui, #page-devenez-conseiller-en-voyages #become_agent_support, #page-become-agent #devenir_agent_appui, #page-become-agent #become_agent_support {
  padding-top: 20px;
}
#page-devenez-conseiller-en-voyages #devenir_agent_appui #devenir_agent_appuie_inner h5, #page-devenez-conseiller-en-voyages #become_agent_support #devenir_agent_appuie_inner h5, #page-become-agent #devenir_agent_appui #devenir_agent_appuie_inner h5, #page-become-agent #become_agent_support #devenir_agent_appuie_inner h5 {
  margin-bottom: 25px;
}
#page-devenez-conseiller-en-voyages #devenir_agent_avantage ul, #page-devenez-conseiller-en-voyages #become_agent_advantage ul, #page-become-agent #devenir_agent_avantage ul, #page-become-agent #become_agent_advantage ul {
  list-style-type: none;
  line-height: 20px;
}
#page-devenez-conseiller-en-voyages #devenir_agent_avantage ul li, #page-devenez-conseiller-en-voyages #become_agent_advantage ul li, #page-become-agent #devenir_agent_avantage ul li, #page-become-agent #become_agent_advantage ul li {
  margin-bottom: 15px;
}
#page-devenez-conseiller-en-voyages #devenir_agent_avantage ul li img, #page-devenez-conseiller-en-voyages #become_agent_advantage ul li img, #page-become-agent #devenir_agent_avantage ul li img, #page-become-agent #become_agent_advantage ul li img {
  max-width: 20px;
  margin-left: -32px;
  margin-right: 10px;
  float: left;
  height: auto;
}
#page-devenez-conseiller-en-voyages #devenir_agent_avantage #devenir_agent_avantage_left h5, #page-devenez-conseiller-en-voyages #become_agent_advantage #devenir_agent_avantage_left h5, #page-become-agent #devenir_agent_avantage #devenir_agent_avantage_left h5, #page-become-agent #become_agent_advantage #devenir_agent_avantage_left h5 {
  margin-bottom: 25px;
}
#page-devenez-conseiller-en-voyages .card, #page-become-agent .card {
  margin: 25px 0px;
  padding: 40px;
  color: #404040;
}
#page-devenez-conseiller-en-voyages .card p, #page-devenez-conseiller-en-voyages .card li, #page-become-agent .card p, #page-become-agent .card li {
  font-size: 14px;
}
#page-devenez-conseiller-en-voyages .card h5, #page-become-agent .card h5 {
  font-weight: bold;
}
#page-devenez-conseiller-en-voyages #devenir_agent_carousel, #page-devenez-conseiller-en-voyages #become_agent_carousel, #page-become-agent #devenir_agent_carousel, #page-become-agent #become_agent_carousel {
  height: 300px;
  padding: 60px;
}
#page-devenez-conseiller-en-voyages #devenir_agent_carousel .owl-carousel .owl-item.active, #page-devenez-conseiller-en-voyages #become_agent_carousel .owl-carousel .owl-item.active, #page-become-agent #devenir_agent_carousel .owl-carousel .owl-item.active, #page-become-agent #become_agent_carousel .owl-carousel .owl-item.active {
  text-align: center;
}
#page-devenez-conseiller-en-voyages #devenir_agent_carousel .owl-carousel .owl-item.active .owl-item, #page-devenez-conseiller-en-voyages #become_agent_carousel .owl-carousel .owl-item.active .owl-item, #page-become-agent #devenir_agent_carousel .owl-carousel .owl-item.active .owl-item, #page-become-agent #become_agent_carousel .owl-carousel .owl-item.active .owl-item {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  float: none;
}
#page-devenez-conseiller-en-voyages #devenir_agent_carousel .owl-carousel .owl-item.active img, #page-devenez-conseiller-en-voyages #become_agent_carousel .owl-carousel .owl-item.active img, #page-become-agent #devenir_agent_carousel .owl-carousel .owl-item.active img, #page-become-agent #become_agent_carousel .owl-carousel .owl-item.active img {
  margin: 0 auto;
  width: 102px;
}
#page-devenez-conseiller-en-voyages #devenir_agent_carousel .owl-carousel .owl-prev, #page-devenez-conseiller-en-voyages #devenir_agent_carousel .owl-carousel .owl-next, #page-devenez-conseiller-en-voyages #become_agent_carousel .owl-carousel .owl-prev, #page-devenez-conseiller-en-voyages #become_agent_carousel .owl-carousel .owl-next, #page-become-agent #devenir_agent_carousel .owl-carousel .owl-prev, #page-become-agent #devenir_agent_carousel .owl-carousel .owl-next, #page-become-agent #become_agent_carousel .owl-carousel .owl-prev, #page-become-agent #become_agent_carousel .owl-carousel .owl-next {
  position: absolute;
  border: 1px solid;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  top: 25%;
  transition: background-color 0.5s ease;
  cursor: pointer;
}
#page-devenez-conseiller-en-voyages #devenir_agent_carousel .owl-carousel .owl-prev span, #page-devenez-conseiller-en-voyages #devenir_agent_carousel .owl-carousel .owl-next span, #page-devenez-conseiller-en-voyages #become_agent_carousel .owl-carousel .owl-prev span, #page-devenez-conseiller-en-voyages #become_agent_carousel .owl-carousel .owl-next span, #page-become-agent #devenir_agent_carousel .owl-carousel .owl-prev span, #page-become-agent #devenir_agent_carousel .owl-carousel .owl-next span, #page-become-agent #become_agent_carousel .owl-carousel .owl-prev span, #page-become-agent #become_agent_carousel .owl-carousel .owl-next span {
  display: none;
}
#page-devenez-conseiller-en-voyages #devenir_agent_carousel .owl-carousel .owl-prev:hover, #page-devenez-conseiller-en-voyages #devenir_agent_carousel .owl-carousel .owl-next:hover, #page-devenez-conseiller-en-voyages #become_agent_carousel .owl-carousel .owl-prev:hover, #page-devenez-conseiller-en-voyages #become_agent_carousel .owl-carousel .owl-next:hover, #page-become-agent #devenir_agent_carousel .owl-carousel .owl-prev:hover, #page-become-agent #devenir_agent_carousel .owl-carousel .owl-next:hover, #page-become-agent #become_agent_carousel .owl-carousel .owl-prev:hover, #page-become-agent #become_agent_carousel .owl-carousel .owl-next:hover {
  background: #009fab;
  transition: background-color 0.5s ease;
}
#page-devenez-conseiller-en-voyages #devenir_agent_carousel .owl-carousel .owl-prev, #page-devenez-conseiller-en-voyages #become_agent_carousel .owl-carousel .owl-prev, #page-become-agent #devenir_agent_carousel .owl-carousel .owl-prev, #page-become-agent #become_agent_carousel .owl-carousel .owl-prev {
  position: relative;
  left: 0px;
}
#page-devenez-conseiller-en-voyages #devenir_agent_carousel .owl-carousel .owl-prev:before, #page-devenez-conseiller-en-voyages #become_agent_carousel .owl-carousel .owl-prev:before, #page-become-agent #devenir_agent_carousel .owl-carousel .owl-prev:before, #page-become-agent #become_agent_carousel .owl-carousel .owl-prev:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background: url(/assets/svg/chevron-left.svg);
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: center;
}
#page-devenez-conseiller-en-voyages #devenir_agent_carousel .owl-carousel .owl-next, #page-devenez-conseiller-en-voyages #become_agent_carousel .owl-carousel .owl-next, #page-become-agent #devenir_agent_carousel .owl-carousel .owl-next, #page-become-agent #become_agent_carousel .owl-carousel .owl-next {
  position: relative;
  right: 0px;
}
#page-devenez-conseiller-en-voyages #devenir_agent_carousel .owl-carousel .owl-next:before, #page-devenez-conseiller-en-voyages #become_agent_carousel .owl-carousel .owl-next:before, #page-become-agent #devenir_agent_carousel .owl-carousel .owl-next:before, #page-become-agent #become_agent_carousel .owl-carousel .owl-next:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background: url(/assets/svg/chevron-right.svg);
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: center;
}

/***************************************page -billetterie **************************************/
#page-billetterie iframe, #page-eticket iframe {
  margin: 0px !important;
}

/***************************************page-certificat-cadeau**********************************/
#certificat_banner_top {
  padding: 25px;
}

#certificat_form {
  padding-top: 50px;
  padding-bottom: 50px;
}

/***************************************** destinations ****************************************/
#categories_destinations_inner {
  padding-bottom: 100px;
}

.destination.categories .tagLister, .destination_container.categories .tagLister {
  display: block;
  margin-bottom: 20px;
}
.destination.categories .tagLister .tags, .destination_container.categories .tagLister .tags {
  margin-top: 60px !important;
  display: inline-block !important;
  padding: 10px;
  background: #ECECEC;
  font-size: 14px;
  color: #222B2B;
}
.destination.categories .destination-right, .destination_container.categories .destination-right {
  font-size: 14px;
}
.destination.categories .destination-right #destination_top, .destination_container.categories .destination-right #destination_top {
  text-align: justify;
}
.destination.categories .destination-right #destination_top .header, .destination_container.categories .destination-right #destination_top .header {
  margin-bottom: 25px;
}
.destination.categories .destination-right #destination_top .header h4, .destination_container.categories .destination-right #destination_top .header h4 {
  color: #009fab;
  margin-bottom: -5px;
  font-weight: 700;
  font-size: 36px;
}
.destination.categories .destination-right #destination_top .header .rating-stars, .destination_container.categories .destination-right #destination_top .header .rating-stars {
  font-size: 20px;
}
.destination.categories .destination-right #destination_top .header .rating-stars .krajee-icon.krajee-icon-star, .destination_container.categories .destination-right #destination_top .header .rating-stars .krajee-icon.krajee-icon-star {
  height: 1.2em;
  width: 1.2em;
}
.destination.categories .destination-right #destination_top .body, .destination_container.categories .destination-right #destination_top .body {
  margin-bottom: 25px;
}
.destination.categories .destination-right #destination_top .hotels_list, .destination_container.categories .destination-right #destination_top .hotels_list {
  margin-top: 30px;
}
.destination.categories .destination-right #destination_top .hotels_list h5, .destination_container.categories .destination-right #destination_top .hotels_list h5 {
  color: #009fab;
  font-weight: 600;
}
.destination.categories .destination-right #destination_top .hotels_list .hotelsList, .destination_container.categories .destination-right #destination_top .hotels_list .hotelsList {
  column-count: 2;
  padding-left: 20px;
}
.destination.categories .destination-right #destination_top .hotels_list .hotelsList a, .destination_container.categories .destination-right #destination_top .hotels_list .hotelsList a {
  color: #FFF;
}
.destination.categories .destination-right #destination_top .hotelSpecs, .destination_container.categories .destination-right #destination_top .hotelSpecs {
  font-size: 14px;
}
.destination.categories .destination-right #destination_top .hotelSpecs .label, .destination_container.categories .destination-right #destination_top .hotelSpecs .label {
  color: #FFF;
  font-size: 14px;
  margin-right: 5px;
  font-weight: bold;
  text-transform: uppercase !important;
  letter-spacing: 0.02em;
}
.destination.categories .destination-right #destination_top .hotelSpecs .addressRow .col-12:first-child .label, .destination_container.categories .destination-right #destination_top .hotelSpecs .addressRow .col-12:first-child .label {
  display: block;
  margin-bottom: 5px;
}
.destination.categories .destination-right #destination_top .hotelSpecs .contact, .destination.categories .destination-right #destination_top .hotelSpecs .hotelAddress, .destination_container.categories .destination-right #destination_top .hotelSpecs .contact, .destination_container.categories .destination-right #destination_top .hotelSpecs .hotelAddress {
  margin-bottom: 25px;
}
.destination.categories .destination-right #destination_top .hotelSpecs .contact .phone span:first-child, .destination.categories .destination-right #destination_top .hotelSpecs .contact .email span:first-child, .destination.categories .destination-right #destination_top .hotelSpecs .hotelAddress .phone span:first-child, .destination.categories .destination-right #destination_top .hotelSpecs .hotelAddress .email span:first-child, .destination_container.categories .destination-right #destination_top .hotelSpecs .contact .phone span:first-child, .destination_container.categories .destination-right #destination_top .hotelSpecs .contact .email span:first-child, .destination_container.categories .destination-right #destination_top .hotelSpecs .hotelAddress .phone span:first-child, .destination_container.categories .destination-right #destination_top .hotelSpecs .hotelAddress .email span:first-child {
  color: #FFF;
  font-size: 14px;
  margin-right: 5px;
  font-weight: bold;
  text-transform: uppercase !important;
  letter-spacing: 0.02em;
}
.destination.categories .destination-right #destination_top .hotelSpecs .contact .phone a, .destination.categories .destination-right #destination_top .hotelSpecs .contact .email a, .destination.categories .destination-right #destination_top .hotelSpecs .hotelAddress .phone a, .destination.categories .destination-right #destination_top .hotelSpecs .hotelAddress .email a, .destination_container.categories .destination-right #destination_top .hotelSpecs .contact .phone a, .destination_container.categories .destination-right #destination_top .hotelSpecs .contact .email a, .destination_container.categories .destination-right #destination_top .hotelSpecs .hotelAddress .phone a, .destination_container.categories .destination-right #destination_top .hotelSpecs .hotelAddress .email a {
  color: #FFF;
}
.destination.categories .destination-right #destination_top .hotelSpecs .latlong, .destination_container.categories .destination-right #destination_top .hotelSpecs .latlong {
  text-align: left;
  margin-bottom: 25px;
}
.destination.categories .destination-right #destination_top .hotelSpecs .latlong span:first-child, .destination_container.categories .destination-right #destination_top .hotelSpecs .latlong span:first-child {
  color: #FFF;
  font-size: 14px;
  margin-right: 5px;
  font-weight: bold;
  text-transform: uppercase !important;
  letter-spacing: 0.02em;
  text-align: left;
}
.destination.categories .destination-right #destination_top .hotelSpecs .gMap, .destination_container.categories .destination-right #destination_top .hotelSpecs .gMap {
  height: 300px;
}
.destination.categories .destination-right #destination_top .airport, .destination_container.categories .destination-right #destination_top .airport {
  margin-bottom: 25px;
}
.destination.categories .destination-right #destination_top .airport span:first-child, .destination_container.categories .destination-right #destination_top .airport span:first-child {
  color: #FFF;
  font-size: 14px;
  margin-right: 5px;
  font-weight: bold;
  text-transform: uppercase !important;
  letter-spacing: 0.02em;
}
.destination.categories .destination-right #destination_top .qty, .destination_container.categories .destination-right #destination_top .qty {
  margin-bottom: 25px;
}
.destination.categories .destination-right #destination_top .qty span:first-child, .destination_container.categories .destination-right #destination_top .qty span:first-child {
  color: #FFF;
  font-size: 14px;
  margin-right: 5px;
  font-weight: bold;
  text-transform: uppercase !important;
  letter-spacing: 0.02em;
}
.destination.categories .destination-right #destination_top .bools, .destination_container.categories .destination-right #destination_top .bools {
  margin-bottom: 25px;
}
.destination.categories .destination-right #destination_top .bools .label, .destination_container.categories .destination-right #destination_top .bools .label {
  color: #FFF;
  font-size: 14px;
  margin-right: 5px;
  font-weight: bold;
  text-transform: uppercase !important;
  letter-spacing: 0.02em;
}
.destination.categories .destination-right #destination_top .volt, .destination_container.categories .destination-right #destination_top .volt {
  margin-bottom: 25px;
}
.destination.categories .destination-right #destination_top .volt span:first-child, .destination_container.categories .destination-right #destination_top .volt span:first-child {
  color: #FFF;
  font-size: 14px;
  margin-right: 5px;
  font-weight: bold;
  text-transform: uppercase !important;
  letter-spacing: 0.02em;
}
.destination.categories .destination-right #destination_top .oldNames, .destination.categories .destination-right #destination_top .nearby, .destination.categories .destination-right #destination_top .tourop, .destination_container.categories .destination-right #destination_top .oldNames, .destination_container.categories .destination-right #destination_top .nearby, .destination_container.categories .destination-right #destination_top .tourop {
  margin-bottom: 25px;
}
.destination.categories .destination-right #destination_top .oldNames span:first-child, .destination.categories .destination-right #destination_top .nearby span:first-child, .destination.categories .destination-right #destination_top .tourop span:first-child, .destination_container.categories .destination-right #destination_top .oldNames span:first-child, .destination_container.categories .destination-right #destination_top .nearby span:first-child, .destination_container.categories .destination-right #destination_top .tourop span:first-child {
  color: #FFF;
  font-size: 14px;
  margin-right: 5px;
  font-weight: bold;
  text-transform: uppercase !important;
  letter-spacing: 0.02em;
}
.destination.categories .destination-right #destination_top .oldNames ul, .destination.categories .destination-right #destination_top .nearby ul, .destination.categories .destination-right #destination_top .tourop ul, .destination_container.categories .destination-right #destination_top .oldNames ul, .destination_container.categories .destination-right #destination_top .nearby ul, .destination_container.categories .destination-right #destination_top .tourop ul {
  margin-left: 0px;
  padding-left: 0px;
  list-style-type: none;
}
.destination.categories .destination-right #destination_top .tourop span:first-child, .destination_container.categories .destination-right #destination_top .tourop span:first-child {
  float: left;
}
.destination.categories .destination-right #destination_top .tourop ul, .destination_container.categories .destination-right #destination_top .tourop ul {
  list-style-type: none;
}
.destination.categories .destination-right #destination_top .tourop ul li, .destination_container.categories .destination-right #destination_top .tourop ul li {
  float: left;
  margin: 2px;
}
.destination.categories .destination-right #destination_top .tourop:after, .destination_container.categories .destination-right #destination_top .tourop:after {
  display: block;
  clear: both;
  content: "";
}
.destination.categories .destination-right #destination_top .documents .label, .destination_container.categories .destination-right #destination_top .documents .label {
  color: #FFF;
  font-size: 14px;
  margin-right: 5px;
  font-weight: bold;
  text-transform: uppercase !important;
  letter-spacing: 0.02em;
  display: block;
  margin-bottom: 5px;
}
.destination.categories .destination-right #destination_top .documents ul, .destination_container.categories .destination-right #destination_top .documents ul {
  list-style-type: none;
  padding-left: 10px;
  color: #009fab;
}
.destination.categories .destination-right #destination_top .documents ul li a, .destination_container.categories .destination-right #destination_top .documents ul li a {
  color: #009fab;
}
.destination.categories .destination-right #destination_top .documents ul li a i, .destination.categories .destination-right #destination_top .documents ul li a svg, .destination_container.categories .destination-right #destination_top .documents ul li a i, .destination_container.categories .destination-right #destination_top .documents ul li a svg {
  color: #FFF;
  font-size: 16px;
}
.destination.categories .destination-right .shell, .destination_container.categories .destination-right .shell {
  padding: 0px;
}
.destination.categories .destination-right .shell .col-md-12, .destination_container.categories .destination-right .shell .col-md-12 {
  padding-left: 0px;
  padding-right: 0px;
}
.destination.categories .false, .destination_container.categories .false {
  color: #ff0000;
}
.destination.categories .true, .destination_container.categories .true {
  color: #009fab;
}
.destination.categories .destcategory .thumbnail-classic .figure .figcaption, .destination_container.categories .destcategory .thumbnail-classic .figure .figcaption {
  background: #ECECEC;
  font-size: 16px;
  left: 0px;
  bottom: -60px;
  padding: 25px;
  color: #727272 !important;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.destination.categories .destcategory .thumbnail-classic .figure .figcaption:after, .destination_container.categories .destcategory .thumbnail-classic .figure .figcaption:after {
  content: "+";
  color: #FFF;
  font-size: 28px;
  text-align: center;
  position: absolute;
  right: 20px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #009fab;
  display: block;
}
@media (max-width: 400px) {
  .destination.categories .destcategory .thumbnail-classic .figure .figcaption, .destination_container.categories .destcategory .thumbnail-classic .figure .figcaption {
    padding-right: 60px;
  }
}
.destination.categories .subDest.container, .destination_container.categories .subDest.container {
  max-width: 870px;
}
.destination.categories .subDest.container .onedest, .destination_container.categories .subDest.container .onedest {
  border-radius: 4px;
  margin-bottom: 25px;
}
.destination.categories .subDest.container .onedest .header-right h4, .destination_container.categories .subDest.container .onedest .header-right h4 {
  color: #727272;
}
@media screen and (max-width: 767px) {
  .destination.categories .subDest.container .onedest .header-right h4, .destination_container.categories .subDest.container .onedest .header-right h4 {
    line-height: 22px;
  }
}
.destination.categories .subDest.container .onedest .header-right h4 a, .destination_container.categories .subDest.container .onedest .header-right h4 a {
  color: #727272;
  font-size: 24px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .destination.categories .subDest.container .onedest .header-right h4 a, .destination_container.categories .subDest.container .onedest .header-right h4 a {
    font-size: 20px;
  }
}
.destination.categories .subDest.container .onedest .header-right ul, .destination_container.categories .subDest.container .onedest .header-right ul {
  padding: 0px;
  line-height: 15px;
  list-style-type: none;
}
.destination.categories .subDest.container .onedest .header-right ul li, .destination_container.categories .subDest.container .onedest .header-right ul li {
  display: inline;
  font-size: 12px;
  color: #009fab;
}
.destination.categories .subDest.container .onedest .header-right ul li:not(:last-child):after, .destination_container.categories .subDest.container .onedest .header-right ul li:not(:last-child):after {
  content: " - ";
  display: inline;
}
.destination.categories .subDest.container .onedest .header-right ul li a, .destination_container.categories .subDest.container .onedest .header-right ul li a {
  color: #009fab;
}
.destination.categories .subDest.container .onedest .dest-banner, .destination_container.categories .subDest.container .onedest .dest-banner {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  min-height: 280px;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 480px) {
  .destination.categories .subDest.container .onedest .dest-banner, .destination_container.categories .subDest.container .onedest .dest-banner {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .destination.categories .subDest.container .onedest .dest-banner, .destination_container.categories .subDest.container .onedest .dest-banner {
    flex: 0 0 50%;
  }
}
.destination.categories .subDest.container .onedest .dest-right, .destination_container.categories .subDest.container .onedest .dest-right {
  padding: 15px;
  background: #ECECEC;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  /*
  @media screen and (max-width:577px){
    padding:50px 20px;
  }*/
}
@media screen and (max-width: 480px) {
  .destination.categories .subDest.container .onedest .dest-right, .destination_container.categories .subDest.container .onedest .dest-right {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .destination.categories .subDest.container .onedest .dest-right, .destination_container.categories .subDest.container .onedest .dest-right {
    flex: 0 0 50%;
  }
}
.destination.categories .subDest.container .onedest .dest-right .text-right .btn, .destination_container.categories .subDest.container .onedest .dest-right .text-right .btn {
  width: 110px;
  min-width: 50px;
  padding: 9px 4px;
}
@media screen and (max-width: 728px) {
  .destination.categories .subDest.container .onedest .dest-right .text-right .btn, .destination_container.categories .subDest.container .onedest .dest-right .text-right .btn {
    padding: 5px;
    max-width: 110px;
  }
}
.destination.categories .subDest.container .onedest .dest-right .description, .destination_container.categories .subDest.container .onedest .dest-right .description {
  font-size: 14px;
  color: #808080;
  margin-top: 15px;
}
.destination.categories .country #map, .destination_container.categories .country #map {
  height: 500px;
  width: 100%;
}
.destination.categories .video, .destination_container.categories .video {
  margin: 25px 0px 0px 0px;
  max-width: 100%;
}
.destination.categories .gMap, .destination_container.categories .gMap {
  height: 200px;
  margin: 25px 0px 25px 0px;
  max-width: 100%;
}
.destination.categories .carousel, .destination_container.categories .carousel {
  margin: 25px 0px 0px 0px;
  max-width: 100%;
}
.destination.categories .carousel .carousel-inner, .destination_container.categories .carousel .carousel-inner {
  height: 500px;
  max-height: 500px;
}
.destination.categories .carousel.item img, .destination_container.categories .carousel.item img {
  max-height: 500px;
}
.destination.categories .rightcol, .destination_container.categories .rightcol {
  text-align: justify;
  font-family: "Exo", sans-serif !important;
}
.destination.categories .rightcol span, .destination_container.categories .rightcol span {
  font-family: "Exo", sans-serif !important;
}
.destination.categories .rightcol h4, .destination_container.categories .rightcol h4 {
  color: #009fab;
  font-weight: 700;
  font-size: 36px;
}
.destination.categories .rightcol div, .destination_container.categories .rightcol div {
  display: block;
  margin: 15px 0px;
}
.destination.categories .returnZone, .destination_container.categories .returnZone {
  margin-top: 50px;
}
.destination.categories #accordion, .destination.categories #acordion, .destination_container.categories #accordion, .destination_container.categories #acordion {
  background: none;
  margin: 0 auto;
  max-width: 200px;
}
.destination.categories #accordion .card, .destination.categories #acordion .card, .destination_container.categories #accordion .card, .destination_container.categories #acordion .card {
  border: none;
  border-bottom: #DDD 1px solid;
  background: none;
  border-radius: 0px;
}
.destination.categories #accordion .card a, .destination.categories #acordion .card a, .destination_container.categories #accordion .card a, .destination_container.categories #acordion .card a {
  color: #FFF;
  background: none;
  font-family: "Lato", sans-serif;
}
.destination.categories #accordion .card a.card-header-wrapper .card-header, .destination.categories #accordion .card div.card-header-wrapper .card-header, .destination.categories #acordion .card a.card-header-wrapper .card-header, .destination.categories #acordion .card div.card-header-wrapper .card-header, .destination_container.categories #accordion .card a.card-header-wrapper .card-header, .destination_container.categories #accordion .card div.card-header-wrapper .card-header, .destination_container.categories #acordion .card a.card-header-wrapper .card-header, .destination_container.categories #acordion .card div.card-header-wrapper .card-header {
  background: none;
  min-height: 55px;
  border-bottom: none;
  position: relative;
}
.destination.categories #accordion .card a.card-header-wrapper .card-header h5, .destination.categories #accordion .card div.card-header-wrapper .card-header h5, .destination.categories #acordion .card a.card-header-wrapper .card-header h5, .destination.categories #acordion .card div.card-header-wrapper .card-header h5, .destination_container.categories #accordion .card a.card-header-wrapper .card-header h5, .destination_container.categories #accordion .card div.card-header-wrapper .card-header h5, .destination_container.categories #acordion .card a.card-header-wrapper .card-header h5, .destination_container.categories #acordion .card div.card-header-wrapper .card-header h5 {
  color: #009fab !important;
  max-width: 125px;
  font-weight: 900;
  font-size: 18px;
}
.destination.categories #accordion .card a.card-header-wrapper .card-header h5 a, .destination.categories #accordion .card div.card-header-wrapper .card-header h5 a, .destination.categories #acordion .card a.card-header-wrapper .card-header h5 a, .destination.categories #acordion .card div.card-header-wrapper .card-header h5 a, .destination_container.categories #accordion .card a.card-header-wrapper .card-header h5 a, .destination_container.categories #accordion .card div.card-header-wrapper .card-header h5 a, .destination_container.categories #acordion .card a.card-header-wrapper .card-header h5 a, .destination_container.categories #acordion .card div.card-header-wrapper .card-header h5 a {
  color: #009fab !important;
}
.destination.categories #accordion .card a.card-header-wrapper .card-header.current h5, .destination.categories #accordion .card div.card-header-wrapper .card-header.current h5, .destination.categories #acordion .card a.card-header-wrapper .card-header.current h5, .destination.categories #acordion .card div.card-header-wrapper .card-header.current h5, .destination_container.categories #accordion .card a.card-header-wrapper .card-header.current h5, .destination_container.categories #accordion .card div.card-header-wrapper .card-header.current h5, .destination_container.categories #acordion .card a.card-header-wrapper .card-header.current h5, .destination_container.categories #acordion .card div.card-header-wrapper .card-header.current h5 {
  color: #fff !important;
}
.destination.categories #accordion .card a.card-header-wrapper .card-header.current h5 a, .destination.categories #accordion .card div.card-header-wrapper .card-header.current h5 a, .destination.categories #acordion .card a.card-header-wrapper .card-header.current h5 a, .destination.categories #acordion .card div.card-header-wrapper .card-header.current h5 a, .destination_container.categories #accordion .card a.card-header-wrapper .card-header.current h5 a, .destination_container.categories #accordion .card div.card-header-wrapper .card-header.current h5 a, .destination_container.categories #acordion .card a.card-header-wrapper .card-header.current h5 a, .destination_container.categories #acordion .card div.card-header-wrapper .card-header.current h5 a {
  color: #fff !important;
}
.destination.categories #accordion .card a.card-header-wrapper .card-header.current a[aria-expanded=true] .arrow, .destination.categories #accordion .card div.card-header-wrapper .card-header.current a[aria-expanded=true] .arrow, .destination.categories #acordion .card a.card-header-wrapper .card-header.current a[aria-expanded=true] .arrow, .destination.categories #acordion .card div.card-header-wrapper .card-header.current a[aria-expanded=true] .arrow, .destination_container.categories #accordion .card a.card-header-wrapper .card-header.current a[aria-expanded=true] .arrow, .destination_container.categories #accordion .card div.card-header-wrapper .card-header.current a[aria-expanded=true] .arrow, .destination_container.categories #acordion .card a.card-header-wrapper .card-header.current a[aria-expanded=true] .arrow, .destination_container.categories #acordion .card div.card-header-wrapper .card-header.current a[aria-expanded=true] .arrow {
  color: #FFF !important;
  transform: rotate(90deg);
  transition: 300ms linear all;
}
.destination.categories #accordion .card a.card-header-wrapper .card-header.current a[aria-expanded=true] .arrow .fa-circle, .destination.categories #accordion .card div.card-header-wrapper .card-header.current a[aria-expanded=true] .arrow .fa-circle, .destination.categories #acordion .card a.card-header-wrapper .card-header.current a[aria-expanded=true] .arrow .fa-circle, .destination.categories #acordion .card div.card-header-wrapper .card-header.current a[aria-expanded=true] .arrow .fa-circle, .destination_container.categories #accordion .card a.card-header-wrapper .card-header.current a[aria-expanded=true] .arrow .fa-circle, .destination_container.categories #accordion .card div.card-header-wrapper .card-header.current a[aria-expanded=true] .arrow .fa-circle, .destination_container.categories #acordion .card a.card-header-wrapper .card-header.current a[aria-expanded=true] .arrow .fa-circle, .destination_container.categories #acordion .card div.card-header-wrapper .card-header.current a[aria-expanded=true] .arrow .fa-circle {
  display: inline;
}
.destination.categories #accordion .card a.card-header-wrapper .card-header .arrow, .destination.categories #accordion .card div.card-header-wrapper .card-header .arrow, .destination.categories #acordion .card a.card-header-wrapper .card-header .arrow, .destination.categories #acordion .card div.card-header-wrapper .card-header .arrow, .destination_container.categories #accordion .card a.card-header-wrapper .card-header .arrow, .destination_container.categories #accordion .card div.card-header-wrapper .card-header .arrow, .destination_container.categories #acordion .card a.card-header-wrapper .card-header .arrow, .destination_container.categories #acordion .card div.card-header-wrapper .card-header .arrow {
  color: #009fab;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 10px;
  transition: 300ms linear all;
}
.destination.categories #accordion .card a.card-header-wrapper .card-header .arrow .fa-circle, .destination.categories #accordion .card div.card-header-wrapper .card-header .arrow .fa-circle, .destination.categories #acordion .card a.card-header-wrapper .card-header .arrow .fa-circle, .destination.categories #acordion .card div.card-header-wrapper .card-header .arrow .fa-circle, .destination_container.categories #accordion .card a.card-header-wrapper .card-header .arrow .fa-circle, .destination_container.categories #accordion .card div.card-header-wrapper .card-header .arrow .fa-circle, .destination_container.categories #acordion .card a.card-header-wrapper .card-header .arrow .fa-circle, .destination_container.categories #acordion .card div.card-header-wrapper .card-header .arrow .fa-circle {
  display: none;
}
.destination.categories #accordion .card a.card-header-wrapper .card-header .arrow i, .destination.categories #accordion .card a.card-header-wrapper .card-header .arrow svg, .destination.categories #accordion .card div.card-header-wrapper .card-header .arrow i, .destination.categories #accordion .card div.card-header-wrapper .card-header .arrow svg, .destination.categories #acordion .card a.card-header-wrapper .card-header .arrow i, .destination.categories #acordion .card a.card-header-wrapper .card-header .arrow svg, .destination.categories #acordion .card div.card-header-wrapper .card-header .arrow i, .destination.categories #acordion .card div.card-header-wrapper .card-header .arrow svg, .destination_container.categories #accordion .card a.card-header-wrapper .card-header .arrow i, .destination_container.categories #accordion .card a.card-header-wrapper .card-header .arrow svg, .destination_container.categories #accordion .card div.card-header-wrapper .card-header .arrow i, .destination_container.categories #accordion .card div.card-header-wrapper .card-header .arrow svg, .destination_container.categories #acordion .card a.card-header-wrapper .card-header .arrow i, .destination_container.categories #acordion .card a.card-header-wrapper .card-header .arrow svg, .destination_container.categories #acordion .card div.card-header-wrapper .card-header .arrow i, .destination_container.categories #acordion .card div.card-header-wrapper .card-header .arrow svg {
  font-size: 30px;
}
.destination.categories #accordion .card a.card-header-wrapper .card-header .arrow[aria-expanded=true], .destination.categories #accordion .card div.card-header-wrapper .card-header .arrow[aria-expanded=true], .destination.categories #acordion .card a.card-header-wrapper .card-header .arrow[aria-expanded=true], .destination.categories #acordion .card div.card-header-wrapper .card-header .arrow[aria-expanded=true], .destination_container.categories #accordion .card a.card-header-wrapper .card-header .arrow[aria-expanded=true], .destination_container.categories #accordion .card div.card-header-wrapper .card-header .arrow[aria-expanded=true], .destination_container.categories #acordion .card a.card-header-wrapper .card-header .arrow[aria-expanded=true], .destination_container.categories #acordion .card div.card-header-wrapper .card-header .arrow[aria-expanded=true] {
  color: #FFF;
  transform: rotate(90deg);
  transition: 300ms linear all;
}
.destination.categories #accordion .card a.card-header-wrapper .card-header .arrow[aria-expanded=true] .fa-circle, .destination.categories #accordion .card div.card-header-wrapper .card-header .arrow[aria-expanded=true] .fa-circle, .destination.categories #acordion .card a.card-header-wrapper .card-header .arrow[aria-expanded=true] .fa-circle, .destination.categories #acordion .card div.card-header-wrapper .card-header .arrow[aria-expanded=true] .fa-circle, .destination_container.categories #accordion .card a.card-header-wrapper .card-header .arrow[aria-expanded=true] .fa-circle, .destination_container.categories #accordion .card div.card-header-wrapper .card-header .arrow[aria-expanded=true] .fa-circle, .destination_container.categories #acordion .card a.card-header-wrapper .card-header .arrow[aria-expanded=true] .fa-circle, .destination_container.categories #acordion .card div.card-header-wrapper .card-header .arrow[aria-expanded=true] .fa-circle {
  display: inline;
}
.destination.categories #accordion .card a.card-header-wrapper .card-body ul, .destination.categories #accordion .card div.card-header-wrapper .card-body ul, .destination.categories #acordion .card a.card-header-wrapper .card-body ul, .destination.categories #acordion .card div.card-header-wrapper .card-body ul, .destination_container.categories #accordion .card a.card-header-wrapper .card-body ul, .destination_container.categories #accordion .card div.card-header-wrapper .card-body ul, .destination_container.categories #acordion .card a.card-header-wrapper .card-body ul, .destination_container.categories #acordion .card div.card-header-wrapper .card-body ul {
  list-style-type: none;
}
.destination.categories #accordion .card a.card-header-wrapper .card-body ul a, .destination.categories #accordion .card div.card-header-wrapper .card-body ul a, .destination.categories #acordion .card a.card-header-wrapper .card-body ul a, .destination.categories #acordion .card div.card-header-wrapper .card-body ul a, .destination_container.categories #accordion .card a.card-header-wrapper .card-body ul a, .destination_container.categories #accordion .card div.card-header-wrapper .card-body ul a, .destination_container.categories #acordion .card a.card-header-wrapper .card-body ul a, .destination_container.categories #acordion .card div.card-header-wrapper .card-body ul a {
  color: #009fab;
}
.destination.categories #accordion .card a.card-header-wrapper .card-body.current a, .destination.categories #accordion .card div.card-header-wrapper .card-body.current a, .destination.categories #acordion .card a.card-header-wrapper .card-body.current a, .destination.categories #acordion .card div.card-header-wrapper .card-body.current a, .destination_container.categories #accordion .card a.card-header-wrapper .card-body.current a, .destination_container.categories #accordion .card div.card-header-wrapper .card-body.current a, .destination_container.categories #acordion .card a.card-header-wrapper .card-body.current a, .destination_container.categories #acordion .card div.card-header-wrapper .card-body.current a {
  color: #FFF !important;
}
.destination.categories #accordion .card a.card-header-wrapper[aria-expanded=true], .destination.categories #accordion .card div.card-header-wrapper[aria-expanded=true], .destination.categories #acordion .card a.card-header-wrapper[aria-expanded=true], .destination.categories #acordion .card div.card-header-wrapper[aria-expanded=true], .destination_container.categories #accordion .card a.card-header-wrapper[aria-expanded=true], .destination_container.categories #accordion .card div.card-header-wrapper[aria-expanded=true], .destination_container.categories #acordion .card a.card-header-wrapper[aria-expanded=true], .destination_container.categories #acordion .card div.card-header-wrapper[aria-expanded=true] {
  color: #FFF;
}
.destination.categories #accordion .card a.card-header-wrapper[aria-expanded=true] h5, .destination.categories #accordion .card div.card-header-wrapper[aria-expanded=true] h5, .destination.categories #acordion .card a.card-header-wrapper[aria-expanded=true] h5, .destination.categories #acordion .card div.card-header-wrapper[aria-expanded=true] h5, .destination_container.categories #accordion .card a.card-header-wrapper[aria-expanded=true] h5, .destination_container.categories #accordion .card div.card-header-wrapper[aria-expanded=true] h5, .destination_container.categories #acordion .card a.card-header-wrapper[aria-expanded=true] h5, .destination_container.categories #acordion .card div.card-header-wrapper[aria-expanded=true] h5 {
  color: #FFF;
}
.destination.categories #accordion .card a.card-header-wrapper[aria-expanded=true] .arrow, .destination.categories #accordion .card div.card-header-wrapper[aria-expanded=true] .arrow, .destination.categories #acordion .card a.card-header-wrapper[aria-expanded=true] .arrow, .destination.categories #acordion .card div.card-header-wrapper[aria-expanded=true] .arrow, .destination_container.categories #accordion .card a.card-header-wrapper[aria-expanded=true] .arrow, .destination_container.categories #accordion .card div.card-header-wrapper[aria-expanded=true] .arrow, .destination_container.categories #acordion .card a.card-header-wrapper[aria-expanded=true] .arrow, .destination_container.categories #acordion .card div.card-header-wrapper[aria-expanded=true] .arrow {
  color: #FFF;
  transform: rotate(90deg);
  transition: 300ms linear all;
}
.destination.categories #accordion .card a.card-header-wrapper[aria-expanded=true] .arrow .fa-circle, .destination.categories #accordion .card div.card-header-wrapper[aria-expanded=true] .arrow .fa-circle, .destination.categories #acordion .card a.card-header-wrapper[aria-expanded=true] .arrow .fa-circle, .destination.categories #acordion .card div.card-header-wrapper[aria-expanded=true] .arrow .fa-circle, .destination_container.categories #accordion .card a.card-header-wrapper[aria-expanded=true] .arrow .fa-circle, .destination_container.categories #accordion .card div.card-header-wrapper[aria-expanded=true] .arrow .fa-circle, .destination_container.categories #acordion .card a.card-header-wrapper[aria-expanded=true] .arrow .fa-circle, .destination_container.categories #acordion .card div.card-header-wrapper[aria-expanded=true] .arrow .fa-circle {
  display: inline;
}
.destination.categories #accordion .card a.card-header-wrapper.current h5 a, .destination.categories #accordion .card div.card-header-wrapper.current h5 a, .destination.categories #acordion .card a.card-header-wrapper.current h5 a, .destination.categories #acordion .card div.card-header-wrapper.current h5 a, .destination_container.categories #accordion .card a.card-header-wrapper.current h5 a, .destination_container.categories #accordion .card div.card-header-wrapper.current h5 a, .destination_container.categories #acordion .card a.card-header-wrapper.current h5 a, .destination_container.categories #acordion .card div.card-header-wrapper.current h5 a {
  color: #FFF;
}
.destination.categories #accordion .card .card-body, .destination.categories #acordion .card .card-body, .destination_container.categories #accordion .card .card-body, .destination_container.categories #acordion .card .card-body {
  padding: 0px 0px 20px 25px;
}
.destination.categories #accordion .card .card-body a, .destination.categories #acordion .card .card-body a, .destination_container.categories #accordion .card .card-body a, .destination_container.categories #acordion .card .card-body a {
  color: #FFF;
}
.destination.categories #accordion .card .card-body ul, .destination.categories #acordion .card .card-body ul, .destination_container.categories #accordion .card .card-body ul, .destination_container.categories #acordion .card .card-body ul {
  list-style-type: none;
  padding: 0px;
  line-height: 22px;
}
.destination.categories #accordion .card .card-body ul li:not(.master):before, .destination.categories #acordion .card .card-body ul li:not(.master):before, .destination_container.categories #accordion .card .card-body ul li:not(.master):before, .destination_container.categories #acordion .card .card-body ul li:not(.master):before {
  content: " - ";
  display: inline;
}

/********************************** blogue *********************************************/
.bloglist {
  max-width: 1200px;
}
.bloglist .header {
  overflow: hidden;
  height: 245px;
}
.bloglist .header img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.bloglist .blog {
  flex: 1;
  margin-bottom: 40px;
  border-radius: 7px;
  background: #ECECEC;
}
.bloglist .blog .content {
  padding: 40px;
  min-height: 360px;
  font-size: 14px;
  color: #808080;
}
.bloglist .blog .content h5 {
  color: #727272;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}
.bloglist .blog .content .published {
  margin: 15px 0px;
  font-size: 12px;
  text-transform: uppercase;
}
.bloglist .blog .content .published .separator {
  margin: 0px 15px;
  color: #FFF;
}
.bloglist .blog .content .published .author a {
  color: #009fab;
}
.bloglist .blog .link {
  padding: 0px 40px 40px 40px;
}
.bloglist .blog .link a {
  font-size: 12px;
  min-width: 100px;
  line-height: 10px;
}
.bloglist .col.col-12.col-sm-6.col-md-4 {
  display: flex;
  flex-direction: column;
}

.blog.page p {
  font-size: 14px;
}
.blog.page h5, .blog.page h4 {
  color: #009fab;
}
.blog.page img {
  border-radius: 7px;
  max-width: 100%;
}
.blog.page .col-md-4 span {
  margin-top: 5px;
  display: block;
  width: 100%;
  font-size: 12px;
  color: #AAA;
}
.blog.page .col-md-4 span.hidden-front {
  display: none;
}
.blog.page .col-md-4 .published span {
  display: inline-block;
  width: auto;
}
.blog.page .col-md-4 p {
  text-align: center;
  margin-bottom: 25px;
}
.blog.page #blog_content p {
  text-align: justify;
}

/***********************************comptoir************************************************/
.comptoir .figure {
  border-radius: 5px;
  background: #ECECEC;
  margin-bottom: 45px;
}
.comptoir .figure img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.comptoir .figure:before {
  background: none;
}
.comptoir .figure .figcaption {
  display: inline-block;
  position: relative;
  padding: 15px;
  font-size: 14px;
  color: #808080;
  border-radius: 5px;
}
.comptoir .figure .figcaption h4 {
  margin-bottom: 5px;
  font-size: 18px;
  color: #727272;
  font-weight: bold;
}

#comptoir-voyageur-fr .card, #comptoir-voyageur-en .card {
  background: none;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0px;
  border-bottom: 1px solid #FFF;
}
@media (max-width: 590px) {
  #comptoir-voyageur-fr .card .card-body, #comptoir-voyageur-en .card .card-body {
    padding: 15px 0px;
  }
  #comptoir-voyageur-fr .card .card-body li, #comptoir-voyageur-en .card .card-body li {
    text-align: left;
    margin-bottom: 15px;
  }
  #comptoir-voyageur-fr .card .card-header, #comptoir-voyageur-en .card .card-header {
    padding: 12px 0px;
  }
  #comptoir-voyageur-fr .card .card-header button, #comptoir-voyageur-en .card .card-header button {
    padding: 9px 0px;
  }
  #comptoir-voyageur-fr .card .card-header button i, #comptoir-voyageur-fr .card .card-header button svg, #comptoir-voyageur-en .card .card-header button i, #comptoir-voyageur-en .card .card-header button svg {
    right: -10px;
  }
}
#comptoir-voyageur-fr .card .card-header, #comptoir-voyageur-en .card .card-header {
  font-weight: bold;
  text-align: left;
  background: none;
  border: none;
}
#comptoir-voyageur-fr .card .card-header button, #comptoir-voyageur-en .card .card-header button {
  width: 100%;
  text-align: left;
  color: #009fab;
  font-size: 18px;
  text-transform: none;
  position: relative;
}
#comptoir-voyageur-fr .card .card-header button:hover, #comptoir-voyageur-en .card .card-header button:hover {
  text-decoration: none;
}
#comptoir-voyageur-fr .card .card-header button:after, #comptoir-voyageur-en .card .card-header button:after {
  position: absolute;
  right: 7px;
  width: 10px;
  height: 15px;
  content: "";
  background: url("/assets/svg/chevron-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#comptoir-voyageur-fr .card .card-header button.collapsed:after, #comptoir-voyageur-en .card .card-header button.collapsed:after {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 15px;
  height: 15px;
  background: url(/assets/svg/chevron-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
#comptoir-voyageur-fr .card .card-header button i, #comptoir-voyageur-fr .card .card-header button svg, #comptoir-voyageur-en .card .card-header button i, #comptoir-voyageur-en .card .card-header button svg {
  position: absolute;
  right: 20px;
}
#comptoir-voyageur-fr .card .card-header button[aria-expanded=true], #comptoir-voyageur-en .card .card-header button[aria-expanded=true] {
  color: #FFF;
}
#comptoir-voyageur-fr .card .card-header button[aria-expanded=true]:after, #comptoir-voyageur-en .card .card-header button[aria-expanded=true]:after {
  content: "";
  width: 10px;
  height: 15px;
  content: "";
  background: url("/assets/svg/chevron-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#comptoir-voyageur-fr .card .card-body, #comptoir-voyageur-en .card .card-body {
  color: #AAA;
  font-size: 18px;
  padding-left: 40px;
  line-height: 28px;
}
#comptoir-voyageur-fr .card .card-body a, #comptoir-voyageur-en .card .card-body a {
  color: #009fab;
}
#comptoir-voyageur-fr .card .card-body > ul, #comptoir-voyageur-en .card .card-body > ul {
  padding-left: 0px;
  list-style-type: none;
}
#comptoir-voyageur-fr .card .card-body > ul li ul, #comptoir-voyageur-en .card .card-body > ul li ul {
  list-style-type: disc;
}
#comptoir-voyageur-fr .card .card-body h4, #comptoir-voyageur-en .card .card-body h4 {
  color: #009fab;
  margin-bottom: 25px;
}
#comptoir-voyageur-fr .card #collapseSieges span, #comptoir-voyageur-en .card #collapseSieges span {
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 15px;
}

/***********************************a propos*********************************************/
#a-propos img, #about-us img {
  border-radius: 20px;
}

/**************************************financement*****************************************/
#financement_voyage_left .component.image, #financing_left .component.image {
  padding: 10px;
  background: #fff;
  border-radius: 5px;
}

#financement_voyage_right, #financing_right {
  background: #ECECEC;
  border-radius: 5px;
  padding: 50px;
  margin-bottom: 50px;
}
@media (max-width: 360px) {
  #financement_voyage_right, #financing_right {
    padding: 25px;
  }
}
#financement_voyage_right h4, #financing_right h4 {
  padding: 0px;
  margin: 25px 0px 35px 0px;
  color: #009fab;
  font-weight: bold;
}
#financement_voyage_right h5, #financing_right h5 {
  color: #727272;
  font-weight: bold;
  margin: 35px 0px 25px;
}
#financement_voyage_right h6, #financing_right h6 {
  color: #727272;
}
#financement_voyage_right p, #financing_right p {
  text-align: justify;
  color: #404040;
}
#financement_voyage_right ol > li, #financing_right ol > li {
  color: #404040;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
#financement_voyage_right ol ul, #financing_right ol ul {
  margin-top: 10px;
  line-height: 22px;
  list-style-type: disc;
}
#financement_voyage_right ul, #financing_right ul {
  color: #404040;
}
#financement_voyage_right .link, #financing_right .link {
  text-align: center;
}
#financement_voyage_right .link a.btn, #financing_right .link a.btn {
  display: block;
  max-width: 250px;
  margin: 50px auto;
}
#financement_voyage_right .component.image, #financing_right .component.image {
  margin: 50px auto;
  text-align: center;
}
#financement_voyage_right .component.image img, #financing_right .component.image img {
  border-radius: 30px;
}

/************************************recrutement agent *************************************/
#page-recrutement-agent #agent_top_left, #page-agent-recruitment #agent_top_left {
  margin-bottom: 25px;
}
#page-recrutement-agent #agent_top_left img, #page-agent-recruitment #agent_top_left img {
  border-radius: 25px;
}
#page-recrutement-agent #agent_top_left p, #page-agent-recruitment #agent_top_left p {
  display: none;
}
#page-recrutement-agent #agent_top_right h4, #page-agent-recruitment #agent_top_right h4 {
  color: #009fab;
  font-weight: bold;
  margin-bottom: 20px;
}
#page-recrutement-agent #agent_top_right h5, #page-agent-recruitment #agent_top_right h5 {
  color: #FFF;
  font-size: 22px;
  margin-bottom: 20px;
}
#page-recrutement-agent #agent_top_right p, #page-agent-recruitment #agent_top_right p {
  text-align: justify;
}
#page-recrutement-agent #agent_avantages, #page-agent-recruitment #agent_avantages {
  font-size: 14px;
}
#page-recrutement-agent #agent_avantages h5, #page-agent-recruitment #agent_avantages h5 {
  margin-bottom: 25px;
}
#page-recrutement-agent #agent_avantages ul, #page-agent-recruitment #agent_avantages ul {
  list-style-type: none;
  padding: 0;
}
#page-recrutement-agent #agent_avantages ul li, #page-agent-recruitment #agent_avantages ul li {
  display: block;
}
#page-recrutement-agent #agent_avantages ul li:after, #page-agent-recruitment #agent_avantages ul li:after {
  content: "";
  display: block;
  clear: both;
}
#page-recrutement-agent #agent_avantages ul li svg, #page-recrutement-agent #agent_avantages ul li i, #page-agent-recruitment #agent_avantages ul li svg, #page-agent-recruitment #agent_avantages ul li i {
  margin-top: 4px;
  color: #009fab;
  float: left;
  width: 5%;
}
#page-recrutement-agent #agent_avantages ul li img, #page-agent-recruitment #agent_avantages ul li img {
  margin-left: -18px;
  margin-right: 10px;
  max-width: 20px;
}
#page-recrutement-agent #agent_avantages ul li span, #page-agent-recruitment #agent_avantages ul li span {
  display: inline-block;
  width: 95%;
  float: left;
}
#page-recrutement-agent #agent_video, #page-agent-recruitment #agent_video {
  padding-bottom: 50px;
}
#page-recrutement-agent #agent_avantages_col, #page-agent-recruitment #agent_avantages_col {
  margin: 25px 0px;
}

/********************************** pagination *********************************************/
.pagination {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
}
.pagination .page-item a {
  color: #DDD;
  background: none;
  border: none;
}
.pagination .page-item a.active {
  border-radius: 4px;
  background: #009fab;
}

/****************************************commentaires***********************************/
.commentZone {
  margin-bottom: 90px;
}
.commentZone h4 {
  margin-top: 35px;
  margin-bottom: 15px;
}
.commentZone .commentForm label {
  margin-bottom: 5px;
  color: #DDD;
}
.commentZone .commentForm label:after {
  content: " :";
  display: inline;
}
.commentZone .commentForm .captcha {
  padding-top: 30px;
}

.commentsShow .card.pageComment {
  background: none;
  border: none;
  margin: 40px 0px;
}
.commentsShow .card.pageComment p {
  color: #fff;
  margin-left: 15px;
}
.commentsShow .moreComments {
  margin-bottom: 25px;
}

#agent_avantages .col-md-12 {
  padding: 40px;
  background: #ECECEC;
  max-width: 800px;
  border-radius: 5px;
}
#agent_avantages .col-md-12 h5 {
  font-weight: bold;
}
#agent_avantages .col-md-12 ul {
  padding: 20px;
  color: #404040;
}
#agent_avantages .col-md-12 ul li {
  margin-bottom: 15px;
  font-size: 14px;
}

/********************************** carousel *********************************************/
.testimonies-carousel {
  margin-bottom: 35px;
}
.testimonies-carousel .pic {
  border-radius: 50%;
  width: 110px;
  height: 110px;
  margin: 0 auto;
  border: #fff solid 10px;
  overflow: hidden;
}
.testimonies-carousel .pic img {
  height: 100px;
  width: 100px;
}
.testimonies-carousel .username {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  margin-top: 40px;
}
.testimonies-carousel .txt {
  font-style: italic;
  font-size: 14px;
  text-align: center;
  color: #FFF;
}
.testimonies-carousel .owl-nav {
  margin-top: 35px;
}

/**********************************carousel équipe ***********************************/
.team-carousel .owl-item {
  padding: 5px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0);
  transition: background 0.5s;
}
.team-carousel .owl-item:hover {
  background: rgba(255, 255, 255, 0.2);
  transition: background 0.2s;
}
.team-carousel .pic {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  border: #f9f9f9 solid 10px;
  overflow: hidden;
}
.team-carousel .pic img {
  height: 100%;
  width: 100%;
}
.team-carousel h4 {
  font-size: 36px;
}
.team-carousel a {
  color: #fff;
}
.team-carousel a:hover {
  text-decoration: none;
}
.team-carousel .userLink {
  text-align: center;
  width: 100%;
}
.team-carousel .username {
  font-weight: bold;
}
.team-carousel .userTitle {
  font-size: 12px;
}
.team-carousel .userIntro {
  font-size: 14px;
}
.team-carousel .owl-prev, .team-carousel .owl-next {
  position: absolute;
  border: 1px solid #fff !important;
  width: 35px;
  height: 35px;
  border-radius: 50% !important;
  top: 25%;
  transition: background-color 0.5s ease;
  cursor: pointer;
}
.team-carousel .owl-prev span, .team-carousel .owl-next span {
  display: none;
}
.team-carousel .owl-prev:hover, .team-carousel .owl-next:hover {
  background: #009fab !important;
  transition: background-color 0.5s ease;
}
.team-carousel .owl-prev {
  position: relative;
  left: 0px;
}
.team-carousel .owl-prev:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background: url(/assets/svg/chevron-left.svg);
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: center;
}
.team-carousel .owl-next {
  position: relative;
  right: 0px;
}
.team-carousel .owl-next:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background: url(/assets/svg/chevron-right.svg);
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: center;
}

/********************************* ÉQUIPE ********************************************/
[data-sectionid=Team] .team {
  margin-bottom: 30px;
}
[data-sectionid=Team] .team .teammate i, [data-sectionid=Team] .team .teammate svg {
  margin-left: 5px;
}
[data-sectionid=Team] .team .teammate .inner {
  background: #fff;
  margin: 0 15px;
  text-align: center;
  position: relative;
}
[data-sectionid=Team] .team .teammate .inner span {
  display: block;
}
[data-sectionid=Team] .team .teammate .inner span.name {
  color: #0f0f0f;
  font-weight: bold;
  padding: 2px;
}
[data-sectionid=Team] .team .teammate .inner span.title {
  color: #828282;
  font-weight: normal;
}
[data-sectionid=Team] .team .teammate .details {
  position: absolute;
  bottom: 20px;
  color: #ccc;
  background: rgba(146, 238, 252, 0.9);
  width: 100%;
}

/*********************************plugin groupe **************************************/
#group_box {
  font-family: "Lato", sans-serif;
  color: #727272;
}
#group_box .gb_select {
  line-height: 30px;
  display: block;
  padding: 0.375rem 0.75rem;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0px;
}
#group_box .gb_list_img_holder .gb_featured, #group_box .gb_list_img_holder .gb_pdf_full {
  z-index: 1;
}
#group_box .gb_img a {
  opacity: 0.8;
  transition: opacity 2s;
}
#group_box .gb_img a:hover {
  opacity: 1 !important;
  transition: opacity 0.5s;
}
#group_box .gb_group_wrapper .gb_accent_bg {
  background-color: #007882 !important;
}
#group_box .gb_group_wrapper .gb_accent_bg .gb_accent_txt {
  text-shadow: none;
}
#group_box .gb_group_wrapper .gb_accent_color {
  text-shadow: none;
  color: #ff0000;
  background: #fff;
  padding: 2px 5px;
  border-radius: 5px;
}
#group_box .gb_group_wrapper h3 {
  text-shadow: none !important;
}
#group_box .gb_group_wrapper #gb_group_list_holder .gb_img_aux ul li {
  width: 100px;
}
#group_box .gb_limited_place {
  color: #ff0000;
}
#group_box .gb_limited_place .gb_nb_seats {
  color: #ff0000 !important;
}
#group_box .gb_accent_bg {
  background-color: #009fab !important;
}
#group_box .gb_tabber_holder {
  background: #FFF;
}
#group_box .gb_tab_content_holder {
  background: #FFF;
}
#group_box .gb_border_accent {
  background-color: #FFF !important;
}
#group_box .gb_price_list li {
  float: none !important;
  display: inline-block !important;
}
#group_box .gb_tabber li a.selected {
  background-color: #007882 !important;
}
#group_box .fa-spin {
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 40px;
}
#group_box .gb_pager li {
  text-align: center;
  color: #333;
  border: none;
}
@media screen and (min-width: 768px) {
  #group_box .gb_pager li {
    padding: 10px;
  }
}

/* BOXPRIX */
#page-boxprix .promo-box-wrapper .gb_group_wrapper .gb_accent_bg {
  background-color: #45b6bd !important;
}
#page-boxprix .promo-box-wrapper .gb_group_wrapper .gb_accent_bg.gb_price {
  width: 90% !important;
  background-color: #e00815 !important;
}
#page-boxprix .promo-box-wrapper .gb_group_wrapper #gb_group_list_holder .gb_img_au {
  width: 45% !important;
}
#page-boxprix .promo-box-wrapper .gb_group_wrapper .gb_el_destination {
  padding-left: 5% !important;
  padding-right: 5% !important;
  max-width: 45%;
}

/* WEDDING PLUGIN REPAIR */
/* WEDDING PLUGIN REPAIR */
/* WEDDING PLUGIN REPAIR */
.vedbox .fa-spin {
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 40px;
}
.vedbox #wedding_box {
  margin: 0 auto;
}
.vedbox #wedding_box #wrapper #menublock02 > .desti_button {
  padding-bottom: 0px;
}
.vedbox #wedding_box #wrapper #menublock02 > li > .sous-menu {
  top: 39px !important;
}
.vedbox #wedding_box #wrapper #menublock02 > li > .sous-menu > ul > li {
  width: 180px !important;
  padding: 15px 0px 5px 0px !important;
  height: 45px !important;
}
.vedbox #wedding_box #wrapper #menublock02 > li > .sous-menu > ul > li:first-child {
  padding: 15px 0px 5px 0px !important;
  height: 45px !important;
}
.vedbox #wedding_box #wrapper #menublock02 > li > .sous-menu > ul > li a {
  width: 180px !important;
}
.vedbox #wedding_box #contenu.page-texte {
  margin: 0px auto !important;
}

#divsoumission input[type=text] {
  height: 30px;
  border-radius: 3px;
}
#divsoumission select {
  border-radius: 3px;
}
#divsoumission select #destination_soumission {
  height: 30px;
  border-radius: 3px;
}
#divsoumission #bouton_envoyer {
  font-weight: 900;
  text-transform: uppercase;
  padding: 9px 20px;
  font-size: 12px;
  line-height: 21px;
  border-radius: 30px;
  transition: 0.3s ease-out;
  height: 40px !important;
  color: #fff;
  background: #009fab !important;
}

.fancybox-is-open .fancybox-bg {
  width: 100% !important;
  height: 100% !important;
}

/************************************** VOYAGES CORPO ******************************/
#page-voyages-corporatifs h4, #page-business-trip h4 {
  color: #009fab;
  margin-bottom: 25px;
  font-size: 36px;
}
#page-voyages-corporatifs #corpo_icones, #page-voyages-corporatifs #business_trip_icons, #page-business-trip #corpo_icones, #page-business-trip #business_trip_icons {
  padding: 50px 0px;
  font-size: 14px;
}
#page-voyages-corporatifs #corpo_icones h4, #page-voyages-corporatifs #business_trip_icons h4, #page-business-trip #corpo_icones h4, #page-business-trip #business_trip_icons h4 {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
#page-voyages-corporatifs #corpo_icones .col-12.col-sm-6.col-md-4, #page-voyages-corporatifs #business_trip_icons .col-12.col-sm-6.col-md-4, #page-business-trip #corpo_icones .col-12.col-sm-6.col-md-4, #page-business-trip #business_trip_icons .col-12.col-sm-6.col-md-4 {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
  #page-voyages-corporatifs #corpo_icones .col-12.col-sm-6.col-md-4, #page-voyages-corporatifs #business_trip_icons .col-12.col-sm-6.col-md-4, #page-business-trip #corpo_icones .col-12.col-sm-6.col-md-4, #page-business-trip #business_trip_icons .col-12.col-sm-6.col-md-4 {
    /* deux premières lignes */
  }
  #page-voyages-corporatifs #corpo_icones .col-12.col-sm-6.col-md-4:nth-child(1), #page-voyages-corporatifs #business_trip_icons .col-12.col-sm-6.col-md-4:nth-child(1), #page-business-trip #corpo_icones .col-12.col-sm-6.col-md-4:nth-child(1), #page-business-trip #business_trip_icons .col-12.col-sm-6.col-md-4:nth-child(1) {
    border-bottom: 1px solid #fff;
  }
  #page-voyages-corporatifs #corpo_icones .col-12.col-sm-6.col-md-4:nth-child(2), #page-voyages-corporatifs #business_trip_icons .col-12.col-sm-6.col-md-4:nth-child(2), #page-business-trip #corpo_icones .col-12.col-sm-6.col-md-4:nth-child(2), #page-business-trip #business_trip_icons .col-12.col-sm-6.col-md-4:nth-child(2) {
    border-bottom: 1px solid #fff;
  }
  #page-voyages-corporatifs #corpo_icones .col-12.col-sm-6.col-md-4:nth-child(2), #page-voyages-corporatifs #business_trip_icons .col-12.col-sm-6.col-md-4:nth-child(2), #page-business-trip #corpo_icones .col-12.col-sm-6.col-md-4:nth-child(2), #page-business-trip #business_trip_icons .col-12.col-sm-6.col-md-4:nth-child(2) {
    border-left: 1px solid #fff;
  }
  #page-voyages-corporatifs #corpo_icones .col-12.col-sm-6.col-md-4:nth-child(3), #page-voyages-corporatifs #business_trip_icons .col-12.col-sm-6.col-md-4:nth-child(3), #page-business-trip #corpo_icones .col-12.col-sm-6.col-md-4:nth-child(3), #page-business-trip #business_trip_icons .col-12.col-sm-6.col-md-4:nth-child(3) {
    border-bottom: 1px solid #fff;
  }
  #page-voyages-corporatifs #corpo_icones .col-12.col-sm-6.col-md-4:nth-child(3), #page-voyages-corporatifs #business_trip_icons .col-12.col-sm-6.col-md-4:nth-child(3), #page-business-trip #corpo_icones .col-12.col-sm-6.col-md-4:nth-child(3), #page-business-trip #business_trip_icons .col-12.col-sm-6.col-md-4:nth-child(3) {
    border-left: 1px solid #fff;
  }
  #page-voyages-corporatifs #corpo_icones .col-12.col-sm-6.col-md-4:nth-child(4), #page-voyages-corporatifs #business_trip_icons .col-12.col-sm-6.col-md-4:nth-child(4), #page-business-trip #corpo_icones .col-12.col-sm-6.col-md-4:nth-child(4), #page-business-trip #business_trip_icons .col-12.col-sm-6.col-md-4:nth-child(4) {
    border-bottom: 1px solid #fff;
  }
  #page-voyages-corporatifs #corpo_icones .col-12.col-sm-6.col-md-4:nth-child(5), #page-voyages-corporatifs #business_trip_icons .col-12.col-sm-6.col-md-4:nth-child(5), #page-business-trip #corpo_icones .col-12.col-sm-6.col-md-4:nth-child(5), #page-business-trip #business_trip_icons .col-12.col-sm-6.col-md-4:nth-child(5) {
    border-bottom: 1px solid #fff;
  }
  #page-voyages-corporatifs #corpo_icones .col-12.col-sm-6.col-md-4:nth-child(5), #page-voyages-corporatifs #business_trip_icons .col-12.col-sm-6.col-md-4:nth-child(5), #page-business-trip #corpo_icones .col-12.col-sm-6.col-md-4:nth-child(5), #page-business-trip #business_trip_icons .col-12.col-sm-6.col-md-4:nth-child(5) {
    border-left: 1px solid #fff;
  }
  #page-voyages-corporatifs #corpo_icones .col-12.col-sm-6.col-md-4:nth-child(6), #page-voyages-corporatifs #business_trip_icons .col-12.col-sm-6.col-md-4:nth-child(6), #page-business-trip #corpo_icones .col-12.col-sm-6.col-md-4:nth-child(6), #page-business-trip #business_trip_icons .col-12.col-sm-6.col-md-4:nth-child(6) {
    border-bottom: 1px solid #fff;
  }
  #page-voyages-corporatifs #corpo_icones .col-12.col-sm-6.col-md-4:nth-child(6), #page-voyages-corporatifs #business_trip_icons .col-12.col-sm-6.col-md-4:nth-child(6), #page-business-trip #corpo_icones .col-12.col-sm-6.col-md-4:nth-child(6), #page-business-trip #business_trip_icons .col-12.col-sm-6.col-md-4:nth-child(6) {
    border-left: 1px solid #fff;
  }
  #page-voyages-corporatifs #corpo_icones .col-12.col-sm-6.col-md-4:nth-child(8), #page-voyages-corporatifs #business_trip_icons .col-12.col-sm-6.col-md-4:nth-child(8), #page-business-trip #corpo_icones .col-12.col-sm-6.col-md-4:nth-child(8), #page-business-trip #business_trip_icons .col-12.col-sm-6.col-md-4:nth-child(8) {
    border-left: 1px solid #fff;
  }
  #page-voyages-corporatifs #corpo_icones .col-12.col-sm-6.col-md-4:nth-child(9), #page-voyages-corporatifs #business_trip_icons .col-12.col-sm-6.col-md-4:nth-child(9), #page-business-trip #corpo_icones .col-12.col-sm-6.col-md-4:nth-child(9), #page-business-trip #business_trip_icons .col-12.col-sm-6.col-md-4:nth-child(9) {
    border-left: 1px solid #fff;
  }
}
#page-voyages-corporatifs #video_fr, #page-voyages-corporatifs #video_en, #page-business-trip #video_fr, #page-business-trip #video_en {
  padding: 20px 0px;
  background: #ccc;
}

/* Brochures */
#page-brochures #search_holder, #page-flyers #search_holder {
  width: 90% !important;
  max-width: 1000px;
  margin-right: 20px;
}
#page-brochures #sbrochures_fr, #page-brochures #brochures_en, #page-flyers #sbrochures_fr, #page-flyers #brochures_en {
  padding-left: 0px;
  padding-right: 0px;
}
#page-brochures #sbrochures_fr .shell, #page-brochures #brochures_en .shell, #page-flyers #sbrochures_fr .shell, #page-flyers #brochures_en .shell {
  max-width: none;
  padding: 0px;
  margin: 0px;
}
#page-brochures #sbrochures_fr .shell .row, #page-brochures #brochures_en .shell .row, #page-flyers #sbrochures_fr .shell .row, #page-flyers #brochures_en .shell .row {
  margin: 0px;
}
#page-brochures #sbrochures_fr .shell .row > .col-md-12, #page-brochures #brochures_en .shell .row > .col-md-12, #page-flyers #sbrochures_fr .shell .row > .col-md-12, #page-flyers #brochures_en .shell .row > .col-md-12 {
  margin: 0px;
  padding: 0px;
}
#page-brochures #sbrochures_fr .shell .row > .col-md-12 .vedbox, #page-brochures #brochures_en .shell .row > .col-md-12 .vedbox, #page-flyers #sbrochures_fr .shell .row > .col-md-12 .vedbox, #page-flyers #brochures_en .shell .row > .col-md-12 .vedbox {
  padding: 0px;
}
#page-brochures #sbrochures_fr .shell .row > .col-md-12 .vedbox .supplier_holder, #page-brochures #brochures_en .shell .row > .col-md-12 .vedbox .supplier_holder, #page-flyers #sbrochures_fr .shell .row > .col-md-12 .vedbox .supplier_holder, #page-flyers #brochures_en .shell .row > .col-md-12 .vedbox .supplier_holder {
  width: 100%;
  padding: 50px 10%;
}
@media screen and (min-width: 1600px) {
  #page-brochures #sbrochures_fr .shell .row > .col-md-12 .vedbox .supplier_holder, #page-brochures #brochures_en .shell .row > .col-md-12 .vedbox .supplier_holder, #page-flyers #sbrochures_fr .shell .row > .col-md-12 .vedbox .supplier_holder, #page-flyers #brochures_en .shell .row > .col-md-12 .vedbox .supplier_holder {
    padding: 50px 20%;
  }
}
#page-brochures #sbrochures_fr .shell .row > .col-md-12 .vedbox .supplier_holder:nth-child(even), #page-brochures #brochures_en .shell .row > .col-md-12 .vedbox .supplier_holder:nth-child(even), #page-flyers #sbrochures_fr .shell .row > .col-md-12 .vedbox .supplier_holder:nth-child(even), #page-flyers #brochures_en .shell .row > .col-md-12 .vedbox .supplier_holder:nth-child(even) {
  background: #ECECEC;
}
#page-brochures #sbrochures_fr .shell .row > .col-md-12 .vedbox .supplier_holder > img, #page-brochures #brochures_en .shell .row > .col-md-12 .vedbox .supplier_holder > img, #page-flyers #sbrochures_fr .shell .row > .col-md-12 .vedbox .supplier_holder > img, #page-flyers #brochures_en .shell .row > .col-md-12 .vedbox .supplier_holder > img {
  background: #fff;
  padding: 4px;
  margin-bottom: 20px;
}

/* Brochures */
#billetterie-section {
  padding: 50px 0px;
}
#billetterie-section #form_wrapper {
  color: #5E5E5E;
}
#billetterie-section #form_wrapper #form_tickets {
  background: #fff;
  padding: 50px 30px;
}
#billetterie-section #form_wrapper #form_tickets div {
  margin: 14px;
}
#billetterie-section #form_wrapper #form_tickets input[type=text] {
  padding: 0.375rem 0.75rem;
  border-radius: 5px !important;
}
#billetterie-section #form_wrapper #form_tickets input[type=button] {
  color: #fff;
  font-weight: bold;
  width: 300px;
  margin-top: 100px;
  text-transform: uppercase;
  padding: 15px;
  border: none;
  border-radius: 5px;
  background: #009fab;
}

/********************************************advertise box **********************/
#page-aubaines {
  font-family: "Exo", sans-serif;
  font-size: 16px;
}
#page-aubaines .gb_adv_wrapper #advertise_holder .filter_frm {
  font-size: 16px;
}
#page-aubaines .gb_adv_wrapper #advertise_holder .filter_frm select {
  border-radius: 4px;
}
#page-aubaines #advertise_holder .adv-form-full .filter_frm fieldset label {
  text-align: left;
  max-width: 200px;
}
#page-aubaines #advertise_holder .adv-form-full .filter_frm fieldset select {
  float: left;
}
#page-aubaines #advertise_holder .adv-form-full .filter_frm fieldset #last_min {
  margin-left: 0px;
  float: none;
  vertical-align: bottom;
}
#page-aubaines .vedbox #advertise_box ul.bargain-holder li, #page-aubaines .vedbox #advertise_box_full ul.bargain-holder li {
  background: rgba(238, 238, 238, 0.8);
  transition: background 0.25s;
}
#page-aubaines .vedbox #advertise_box ul.bargain-holder li:hover, #page-aubaines .vedbox #advertise_box_full ul.bargain-holder li:hover {
  background: rgba(238, 238, 238, 0.9);
  transition: background 0.25s;
}
@media (max-width: 590px) {
  #page-aubaines .vedbox #advertise_box ul.bargain-holder li, #page-aubaines .vedbox #advertise_box_full ul.bargain-holder li {
    margin-bottom: 15px !important;
  }
}
#page-aubaines .vedbox #advertise_box ul.bargain-holder li .info-holder .title strong, #page-aubaines .vedbox #advertise_box_full ul.bargain-holder li .info-holder .title strong {
  font-family: "Exo", sans-serif;
}
#page-aubaines .vedbox #advertise_box ul.bargain-holder li .prix, #page-aubaines .vedbox #advertise_box_full ul.bargain-holder li .prix {
  font-family: "Exo", sans-serif;
}
#page-aubaines .vedbox #advertise_box ul.bargain-holder li a.seemore, #page-aubaines .vedbox #advertise_box_full ul.bargain-holder li a.seemore {
  font-family: "Exo", sans-serif;
}
#page-aubaines .vedbox #advertise_box ul.bargain-holder li.flight, #page-aubaines .vedbox #advertise_box_full ul.bargain-holder li.flight {
  font-family: "Exo", sans-serif;
}
#page-aubaines #promo_content {
  padding-bottom: 50px;
}

#page-aubaines-voyages .vedbox #advertise_holder ul.bargain-holder li {
  opacity: 0.8;
}
@media (max-width: 590px) {
  #page-aubaines-voyages .vedbox #advertise_holder ul.bargain-holder li {
    margin-bottom: 15px !important;
  }
}

/***************************************eticket *********************************/
#billetterie-section .row {
  margin-left: 0px;
  margin-right: 0px;
}

#etkt_box #toHolder li {
  margin-bottom: 5px;
}
@media (max-width: 390px) {
  #etkt_box #toHolder {
    padding-left: 0px;
  }
  #etkt_box #toHolder li {
    margin: 4px auto;
    width: 100%;
    text-align: center;
    background: #fff;
  }
}
@media (max-width: 390px) {
  #etkt_box #form_wrapper {
    padding: 0px !important;
  }
  #etkt_box #form_wrapper #form_tickets {
    padding-left: 5px;
    padding-right: 5px;
  }
  #etkt_box #form_wrapper #form_tickets p {
    padding: 0px 10px;
  }
  #etkt_box #form_wrapper #form_tickets input[type=button] {
    max-width: 100%;
    padding: 15px 0px;
  }
}

/***************************************calendrier_meilleur_prix ********************************/
#calendrier_meilleur_prix {
  padding-bottom: 50px;
}

/****************************************a propos ***********************************************/
#page-a-propos h5, #page-about-us h5 {
  text-align: center;
}
#page-a-propos #zone_vert, #page-a-propos #green_zone, #page-about-us #zone_vert, #page-about-us #green_zone {
  padding-top: 35px;
  padding-bottom: 35px;
}
#page-a-propos #zone_vert_right img, #page-about-us #zone_vert_right img {
  border-radius: 17px;
}

/************************************pages groupes **********************************************/
#page-groupes #groupes_inner, #page-groupes #groups_inner, #page-groups #groupes_inner, #page-groups #groups_inner {
  padding-bottom: 55px;
}

/***************************************gmap*****************************************************/
.component .gMap {
  width: 100%;
  height: 300px;
  max-width: 100%;
}

/***************************************password recovery****************************************/
#pwdResetFrm {
  display: block;
  margin: 50px auto;
  max-width: 600px;
}
#pwdResetFrm #reset_new_mpig {
  margin-top: 20px;
}

/*# sourceMappingURL=main.css.map */



.dark-overlay{
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #333;
    opacity: 0;
    z-index: 1000;
    display: block;
    transition: opacity 2s ease 0s;
}

.dark-overlay.opac{
    opacity: 1;
}

#law25-popup-holder{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    opacity: 0;
    z-index: 1000;
    display: block;
    transition: opacity 1s ease 0s;
    font-family: Arial, Helvetica, sans-serif;    
}

#law25-popup-holder.opac{
    opacity: 1;
}

.law25-popup{
    /*width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    */
    background-color: #000000;
    padding: 20px 40px;
    text-align: center;
    color: #fff;
    font-size: 1em;
    line-height: 1.5em;
}

.law25-popup p a{
    color:#fff;
    text-decoration:underline;
}

.law25-popup p a:hover{
    color:#fff;
}

.prg-btn{
    background-color: #d2260b;
    padding: 10px 25px;
    color: #fff;
    border-radius: 0;
    margin: 10px 0;
    display: inline-block;  
    font-size:1.2em;
    cursor:pointer;
}

.prg-btn:hover{
    color:#fff;
}
