@import "font-face.css";
@import url("https://fonts.googleapis.com/css?family=Lobster");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
@import "../assets/fonts/ProximaNovaWebFont/proxima-nova.css";
@import "webfont-lacentraleext.css";
body {
  font-family: "Segoe UI", sans-serif;
  font-size: 12px;
  line-height: initial;
}

/**/
.home-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px 0px 0px 20px;
  /* margin-left: -8%; */
}
.post-text {
}
/**/

header {
  margin-bottom: 40px;
}

section {
  overflow: hidden;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.form-head {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}
#form-contact {
  width: 100% !important;
  margin-bottom: 50px;
}
.form-group.bouton {
  width: 17%;
  display: block;
  margin: 30px 0;
}
.form-control {
  border: #e6e6e6 1px solid !important;
  border-radius: 3px !important;
}
.form-control.btn {
  border: none !important;
}
#form-contact .lacentrale-select {
  width: 48%;
}
#form-contact .lacentrale-select .gray-select {
  width: 100%;
}
h2 {
  font-family: "Segoe UI", sans-serif;
  font-size: 30px;
  margin-bottom: 20px;
  /*margin-left: 25px;
    */
  padding-left: 0;
}
.v-align {
  display: flex;
  align-items: center;
}
.about {
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
.rubrique-wrapper {
  width: 33.33%;
}
.rubrique-wrapper,
.rubrique-content-wrapper {
  float: left;
}
.rubrique-content-wrapper {
  width: 66.66%;
  position: relative;
  border: solid 1px #dedede;
  border-top: none;
}
.rubrique-content-item {
  display: none;
}
.rubrique-content-item h2 {
  background: #f6f7f9;
  color: #00b3e3;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 18px;
  padding: 20px 30px;
  margin-left: 0;
}
.rubrique-item.active {
  background: #00b3e3;
  color: #333;
  position: relative;
  padding: 21px 20px;
  margin-bottom: 20px;
  width: 100%;
  border: none;
  box-shadow: 0px 10px 23px -3px rgba(0, 174, 255, 0.8);
}
.compagnie-item-content {
  display: none;
}
.compagnie-item-content.active {
  display: block;
}
.contenant-faq {
  overflow: auto;
  padding-left: 25px;
}
.contact-description {
  margin-bottom: 60px;
  position: relative;
}
.contact-description p {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: lighter;
  width: 100%;
  margin: 0;
}
.contact-description p a {
  position: absolute;
  right: 0;
  background: transparent !important;
  border: solid 1px #576271;
  color: #1a293d;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-weight: 400;
  padding: 6px 20px;
  transition: all ease 300ms;
  font-size: 12px;
  border-radius: 3px;
  text-decoration: none;
}
.contact-description p a i {
  display: none;
}
.rubrique-item.active::before {
  position: absolute;
  content: url("faq-before.png");
  width: 24px;
  height: 24px;
  right: -12px;
  top: 30px;
  z-index: 99;
}
.rubrique-item {
  cursor: pointer;
  padding: 10px 25px;
  border: solid 1px #dedede;
  margin-bottom: 10px;
  width: 90%;
}
.rubrique-item h2 {
  font-size: 12px;
  font-weight: 500;
  color: #00b3e3;
  border: none;
  margin: 0;
  padding: 0;
}
.rubrique-item.active h2 i {
  font-size: 26px;
  margin-right: 20px;
  vertical-align: middle;
  color: #3a4563;
}
.rubrique-item h2 i {
  color: #dedede;
  font-size: 24px;
  margin-right: 20px;
  vertical-align: middle;
}
.rubrique-item.active h2 {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  border-top: none;
}
.rubrique-content-item.active {
  display: block;
}
.vertical-bar::after {
  content: "|";
  display: inline-block;
  width: 1px;
  background: #fff;
  height: 5px;
  margin: 0 15px;
  vertical-align: middle;
  font-size: 20px;
}
.container {
  width: 1008px;
  /* width: 90%; */
}
.top-nav {
  height: 68px;
  color: #fff;
  display: flex;
  align-items: center;
}
.payment-method-text p {
  color: #6f7ea5;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
  font-size: 12px;
}
.news-letter-block {
  position: fixed;
  background: #fff;
  top: 20%;
  right: 0px;
  width: 125px;
  z-index: 99999;
}
.news-letter-block.expand {
  width: 280px;
  bottom: 0 !important;
  overflow-y: auto;
  overflow-x: hidden;
}
.news-letter-block.expand.modal-mode {
  width: 480px;
  top: 20%;
  left: calc(50% - 240px);
}
.news-letter-block.expand.modal-mode .news-letter-block-toggle.rotate {
  display: block;
  position: absolute;
  right: 15px;
}
.news-letter-block-header {
  padding: 15px 20px;
  display: flex;
  align-items: center;
}
.new-letter-block-content {
  padding: 17px;
  box-sizing: border-box;
  text-align: center;
  display: none;
  border: 1px solid #dedede;
  border-top: none rgb(222, 222, 222);
}
.new-letter-block-content p {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 10px;
}
.news-letter-block-header h3 {
  margin: 0;
  color: #3a4662;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 21px;
  display: none;
}
.news-letter-block-header h3.show,
.new-letter-block-content.show {
  display: block;
}
.news-letter-block-icon,
.news-letter-block-toggle {
  display: block;
  color: #3a4662;
  margin: 0 10px;
}
.news-letter-block-icon {
  font-size: 21px;
  line-height: 0;
}
.news-letter-block-toggle {
  background: #ffffff;
  padding: 6px 7px;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 18px;
  margin-right: 0;
  transition: all ease 300ms;
  cursor: pointer;
}
.news-letter-block-toggle.rotate {
  transform: rotate(45deg);
  transition: all ease 300ms;
}
.payment-methods {
  margin-left: 20px;
  /* border-left: solid 1px #b2bad0; */
  padding-left: 30px;
}
.payment-method span {
  /* display: inline-block;
     margin-right: 5px; */
}
.top-nav .infos-wrapper .phone-number {
  vertical-align: middle;
}
.infos-wrapper {
  width: 100%;
  text-align: right;
}
.widget_icl_lang_sel_widget {
  display: inline-block;
}
.banner {
  height: 340px;
  position: relative;
  background-size: cover !important;
  background: no-repeat center;
}
/* .banner.home-page {
     height: 600px;
} */
.header-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.08);
}
.destination-item-link {
  margin-bottom: 25px;
  display: block;
  transition: all ease 300ms;
}
.top-destinations {
  margin-bottom: 20px;
}
.top-destinations .destination-item-link {
  margin-bottom: 4px;
  display: block;
}
.destination-item-link:hover {
  -webkit-box-shadow: 0px 17px 33px 0px rgba(199, 204, 217, 0.97);
  -moz-box-shadow: 0px 17px 33px 0px rgba(199, 204, 217, 0.97);
  box-shadow: 0px 17px 33px 0px rgba(199, 204, 217, 0.97);
  transition: all ease 300ms;
}
.top-destinations .destination-item-link:hover {
  box-shadow: none;
}
#content-slider {
  height: 100px !important;
}
.lSAction > a {
  top: 70% !important;
}
.mainContent {
  width: 100% !important;
}
.mainContent .stepTitle {
  padding: 20px !important;
}
.lSAction > .lSPrev {
  left: 0 !important;
}
lSAction > .lSNext {
  right: 0 !important;
}
.top-destinations
  .destination-item-link:hover
  .destination-item
  .destination-image {
  background-size: 150%;
  transition: all ease 600ms;
}
.top-destinations
  .destination-item-link:hover
  .destination-item
  .destination-name-wrapper
  i {
  transform: translatex(5px);
  transition: all ease 600ms;
}
.top-destinations
  .destination-item-link
  .destination-item
  .destination-name-wrapper
  i {
  transition: all ease 600ms;
}
.destination-item-link:hover .destination-description-wrapper {
  border: none;
}
.destination-item-link,
.destination-item-link:hover {
  text-decoration: none;
}
.destination-image {
  width: 100%;
  height: 161px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.top-destinations .destination-image {
  height: 252px;
  position: relative;
  background-size: 130%;
  transition: all ease 600ms;
  background-position: center;
}
.destination-name-wrapper h3 {
  color: #fff;
  font-family: "Montserrat";
  font-size: 30px;
  font-weight: 500;
  width: 40%;
  margin: 0;
}
.destination-name-wrapper {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 30px;
  display: flex;
  align-items: center;
}
.destination-description {
  font-size: 10px;
  line-height: 1.3;
  display: inline-block;
}
.gray-select {
  border: none;
  border-radius: 3px;
  color: #3a4662;
  width: 218px;
  height: 39px;
  padding: 8px 45px 8px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(arrow.png) no-repeat right center;
  background-size: auto auto;
  background-size: 40px;
  border: none !important;
  font-weight: 700;
  font-size: 12px;
}
.navbar-toggle i.open::before {
  content: "\f00d";
}
.fa.fa-bars.open {
  font-size: 20px;
}
.recherche-wrapper {
  background: #1b3566;
  align-content: space-around;
  margin-top: 45vh;
  height: 68px;
  position: relative;
}
.recherche-wrapper form {
  height: 68px;
  width: 75%;
  margin: 0 auto;
}
.close-button {
  position: absolute;
  right: 30px;
  top: 33%;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}
.recherche-wrapper form span {
  background: #fff;
  padding: 11px 25px;
  border: none;
}
.recherche-wrapper form input {
  height: 68px;
  display: inline-block !important;
  border-radius: 0 !important;
  background: #fff !important;
  border: none !important;
}
input[type="file"] {
  padding: 22px;
  height: auto;
  background: #f7fafd;
  border: dashed 1px #dedede !important;
}
.form-rubrique {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  margin: 30px 0;
  font-weight: 500;
  color: #333;
}
.lacentrale-select {
  position: relative;
  margin-right: 25px;
  background: #ebf0f3;
  border-radius: 3px;
}
/*.lacentrale-select::before {
     position: absolute;
     top: 0;
     right: 0;
     width: 40px;
     height: 100%;
     content: "\f078";
     font-family: FontAwesome, sans-serif;
     z-index: 1;
     background: #fecb00;
     color: #fff;
     font-size: 10px;
     padding: 7px 15px;
     border-radius: 0 3px 3px 0;
     line-height: 23px;
}
*/
.destination-description p {
  line-height: 1.3;
}
.call-to-action-description p {
  font-family: "Segoe UI" !important;
  color: #042e54 !important;
  font-weight: 600 !important;
}
.call-to-action img {
  border-radius: 20px;
}
.destination-name-wrapper i {
  display: block;
  float: right;
  font-size: 20px;
  color: #ffffff;
  opacity: 0.5;
}
.call-to-action {
  font-family: "Segoe UI" !important;
}
.call-to-action-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-top: 20px;
  display: block;
  min-height: 40px;
  color: #042e54;
}
.call-to-action-description p {
  font-size: 12px;
  line-height: 1.3;
  display: block;
  min-height: 100px;
}
.call-to-action-description a {
  display: block;
  padding: 11px 0 !important;
}
.call-to-action-block,
/* .temoignage-block {
  padding: 30px 0;
} */
/*.temoignage-block {
     padding: 30px 0 0 0;
}
*/
/* .destination-name {
  width: 100%;
} */
.traversee-wrapper,
#traversee {
  height: auto;
  overflow: auto;
}
.traversee-tabs {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}
.traversee-tabs br {
  display: none;
}
.traversee-tabs .compagnie-item {
  display: inline-block;
  color: #95c3dc;
  margin-right: 65px;
  cursor: pointer !important;
}
.traversee-tabs .compagnie-item.active {
  border-bottom: solid 4px #ffba00;
}
.traversee-tabs .compagnie-item.active h2 {
  color: #3c4562;
}
.traversee-tabs .compagnie-item h2 {
  color: #aab4cd;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 14px;
  margin: 0;
}
.traversee-tab-content-wrapper {
  overflow: auto;
  padding: 0;
}
.destinations .row [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.destinations .container {
  padding-left: 30px;
  padding-right: 30px;
}
.destinations h2 {
  margin-left: 1%;
  font-size: 30px;
}
.destination-description-wrapper {
  border: solid 1px rgba(0, 0, 0, 0.06);
  border-top: none;
  padding: 10px;
  height: 100px;
}
.destination-description-wrapper h3 {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: bold;
  color: #3a4662;
  width: 69%;
  line-height: 1;
  float: left;
  margin-bottom: 15px;
}
.destination-description-wrapper .price-value {
  font-size: 18px !important;
  color: #65bee4;
}
.destination-description-wrapper span {
  color: #727c9a;
  font-weight: bold;
  font-size: 10px;
}
.info-tx {
  color: #3a4662;
  text-transform: uppercase;
  font-size: 14px !important;
  font-weight: 700 !important;
  font-family: "Montserrat", sans-serif;
  margin-top: 40px;
}
.top-destinations .row [class*="col-"],
.best-plan-wrapper .row [class*="col-"] {
  padding-left: 2px;
  padding-right: 2px;
}
.recherche-block {
  margin-top: 40px;
}
.recherche-block p,
.recherche-block .entry {
  font-size: 14px;
  font-family: "Montserrat";
  color: #7380a2;
}
.recherche-block h3,
.recherche-block h3 a {
  font-size: 16px !important;
  font-family: "Montserrat" !important;
  color: #333333 !important;
  font-weight: 500;
  margin-bottom: 20px;
}
.isotope-item {
  width: 24%;
  height: 230px;
  margin: 4px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  transition: all ease 300ms;
}
.isotope-item.sommaire {
  margin-bottom: 4px;
}
.big-image {
  clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  height: 765px;
  background-position: center;
  background-size: cover;
  padding: 50px;
}
.country-infos-text {
  margin-top: 60px;
}
.remise-value {
  position: absolute;
  right: 5px;
  top: 20px;
  background: #fe0000;
  color: #fff;
  padding: 3px 15px;
  font-weight: 500;
  font-family: "Montserrat";
  font-size: 14px;
}
.compagnie-infos-block {
  margin-bottom: 60px;
}
.liste_destination_compagnie h3 {
  font-family: "Montserrat";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  color: #00b3e4;
  margin-bottom: 20px;
}
#retourtraitementfn {
  margin-top: 15px;
}
#retourtraitementfn .alert.alert-success,
#retourtraitementfn .alert.alert-danger {
  margin-bottom: 0;
  border-left: none;
  border-radius: 0;
}
.compagnie-infos-block p {
  color: #667698;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
}
.compagnie-infos-block h1 {
  color: #3c4562;
  font-weight: 700 !important;
  text-transform: uppercase;
  font-size: 18px !important;
}
.small-image {
  height: 210px;
  background-position: center;
  background-size: cover;
  clip-path: polygon(6% 0, 100% 0%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(6% 0, 100% 0%, 100% 100%, 0% 100%);
  position: relative;
  left: -110px;
  margin-bottom: 17px;
  width: 125%;
}
.sommaire {
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 50px;
}
.country-infos-text p {
  color: #667698;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
}
.country-infos-map-block {
  margin: 60px 0;
}
.map-block {
  min-height: 515px;
}
.map-block .wpgmaps_directions_outer_div table {
  display: block;
  padding: 20px 30px;
}
.map-block .wpgmaps_directions_outer_div table tr {
  margin-bottom: 10px;
  display: block;
}
.map-block .wpgmaps_directions_outer_div table tr td {
  padding-right: 20px;
  min-width: 70px;
}
.map-block .wpgmaps_directions_outer_div table tr td label {
  width: 50px;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.map-block .wpgmaps_directions_outer_div table tr td input[type="text"] {
  padding: 10px;
  border: 2px solid #dfdfdf;
  border-radius: 5px;
}
.map-block .wpgmaps_directions_outer_div table tr td .wpgmaps_get_directions {
  background-color: #ebf0f3;
  color: #333;
  font-weight: 700;
  font-size: 14px;
  padding: 11px 15px;
  border-radius: 3px;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  transition: all ease 300ms;
  border: none;
}
.map-block
  .wpgmaps_directions_outer_div
  table
  tr
  td
  .wpgmaps_get_directions:hover {
  background-color: #0e9bdb;
  color: #ffffff;
  box-shadow: 0px 10px 23px -3px rgba(0, 174, 255, 0.8);
  transition: all ease 300ms;
}
.big-image h1.country-infos-name {
  color: #fff;
  font-size: 48px !important;
  font-weight: 700 !important;
  font-family: "Montserrat", sans-serif;
}
.isotope-item:hover {
  box-shadow: 0px 40px 45px 0px rgba(199, 204, 217, 0.97);
  border: solid 1px transparent;
  transition: all ease 300ms;
}
.isotope-item a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.isotope-item a img {
  width: 50%;
  height: auto !important;
  margin: auto;
}
.nav-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 68px;
}
.navbar {
  height: 68px;
  background: #fff;
  border-radius: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.navbar-brand {
  height: 68px;
  padding: 5px 15px;
}
.navbar-brand img {
  height: 100%;
}
.navbar-collapse {
  width: 55%;
}
.navbar-nav {
  display: flex;
  align-items: center;
}
.nav-item {
  text-align: center;
  width: 92px;
  height: 68px;
  display: flex;
  align-items: center;
  margin: 0px 0px 0px 23px;
}
.nav-item.active {
  border-top: solid 4px #fecb00;
}
.nav-item.active a {
  color: #3a4662;
}
.nav-item:first-child.active {
  border-top: none;
}
.sort-destination {
  overflow: visible !important;
}
ul.isotope-filter {
  margin-bottom: 50px !important;
  padding: 0 !important;
  border: none !important;
}
.nav-pills li a {
  color: #acb4cc;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  /*padding: 10px;*/
  padding: 10px 5px;
}
.nav-pills li:first-child {
  padding-right: 35px;
  border-right: solid 1px #dedede;
}
.nav-pills li:hover a {
  background: transparent;
}
.nav-pills li.to {
  padding: 10px 20px;
  color: #333;
  font-weight: 700;
  font-size: 12px;
}
.nav-pills li.active::before {
  content: "" !important;
  border: none !important;
}
.nav-pills li.active a {
  background: transparent !important;
  color: #333 !important;
  border-bottom: solid 4px #ffcc00;
  border-radius: 0;
}
.nav-pills li:first-child a,
.nav-pills li:first-child.active a {
  color: #333;
  text-transform: inherit;
  font-weight: 500;
  font-size: 13px;
  background: #ebf0f3 !important;
  padding: 13px 15px;
  border: none !important;
  border-radius: 3px !important;
}
.nav-item.active .nav-link {
  padding-top: 10px;
}
.soutitre {
  font-family: "Proxima Nova";
  color: #00b3e4;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 40px;
  margin-left: 25px;
}
.loader-wrapper i {
  color: #fff;
  font-size: 22px;
}
.loader-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  text-align: center;
  padding: 9px 0;
}
#depart-loading,
#arrivee-loading {
  display: none;
}
.faq-description-content p {
  font-family: "Proxima Nova";
  font-size: 16px;
  font-weight: normal;
  color: #677399;
  line-height: 0.99;
  padding-left: 25px;
}
.faq-search {
  margin: 50px 0;
  padding-left: 25px;
}
.faq-search .searchform {
  margin: 0;
  width: 48%;
}
.searchform .input-group-btn i {
  font-size: 24px;
}
.tabordion section article {
  border: solid 1px #dedede;
}
.image-tab {
  height: 120px;
  background-size: cover;
  background: no-repeat center;
  margin-bottom: 20px;
  margin-top: 20px;
  position: relative;
}
.nav-link {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 15px !important;
  display: inline-block;
  text-align: center;
  width: 90%;
}
.nav-link:hover {
  text-decoration: none;
  color: #3a4662;
}
.banner-video-wrapper {
  height: 100%;
}
.headline-wrapper {
  position: absolute;
  width: 100%;
  top: 150px;
}
.headline h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 72px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  width: 50%;
  text-transform: uppercase;
}
.search-button i {
  font-size: 18px;
  vertical-align: middle;
  cursor: pointer;
}
.home-button i {
  font-size: 14px;
}
.descriptions p {
  color: #042e54 !important;
  margin-bottom: 4%;
}
.descriptions p,
.descriptions ul li {
  font-family: "Segoe UI";
  margin: 0;
  font-size: 150% !important;
  /* font-weight: bold !important; */
}

.descriptions h2 {
  margin-left: 0;
  line-height: 0.9;
  margin-bottom: 40px;
}
.testimonials .row [class*=" col-"] {
  padding: 0px;
}
.descriptions ul li {
  color: #042e54 !important;
  margin-bottom: 3px;
  /* font-weight: bold; */
}
.descriptions ul {
  padding-left: 12px;
  margin: 0 0 15px;
}
.btn {
  font-size: 12px;
  padding: 8px 10px;
  border-radius: 3px;
}
.btn:hover {
  padding: 8px 10px;
}
.btn.btn-shadowed,
.phfer-content .btn.btn-primary {
  background: #0e9bdb !important;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-weight: 700;
  padding: 11px 50px;
  box-shadow: 0px 10px 23px -3px rgba(0, 174, 255, 0.8);
  transform: scale(1);
  transition: all ease 300ms;
}
.btn.btn-shadowed:hover {
  transform: scale(1.1);
  transition: all ease 300ms;
}
.btn.btn-outlined {
  background: transparent;
  border: solid 2px #576271;
  color: #1a293d;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-weight: 700;
  padding: 11px 55px;
  transition: all ease 300ms;
}
.testimonial {
  border: solid 1px #dedede;
  margin: 5px;
  padding: 15px;
  display: flex;
  align-items: center;
  min-height: 120px;
}
.testimonial-title {
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.review-rating {
  margin-right: 28px;
}
.rating-value,
.best-rating {
  font-family: "Montserrat";
}
.testimonials {
  width: 90%;
}
.confirmed-reviews-content {
  background: #f28e23;
  padding: 5px 13px;
  border-radius: 0 0 20px 20px;
  color: #fff;
}
.confirmed-reviews-header {
  padding: 5px 15px;
}
.confirmed-reviews-header span {
  font-family: "Lobster", sans-serif;
  font-size: 25px;
}
.stars.big {
  color: #ffffff;
  font-size: 20px !important;
}
.avis-client {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}
.confirmed-reviews {
  background: #1e1e1c;
  color: #fff;
  border-radius: 20px;
  margin-bottom: 40px;
}
.confirmed-reviews-header::before {
  position: absolute;
  content: url("review-header-after.png");
  top: 40px;
  right: 50px;
}
.best-rating {
  font-size: 18px;
}
.rating-value {
  font-size: 36px;
}
.testimonial-content {
  line-height: 1;
}
.btn.btn-outlined:hover {
  background: #0e9bdb !important;
  border: solid 2px #0e9bdb;
  color: #ffffff;
  box-shadow: 0px 10px 23px -3px rgba(0, 174, 255, 0.8);
  transition: all ease 300ms;
}
.comment-form .lacentrale-select,
.destinations .lacentrale-select {
  margin-right: 0;
}
.page-numbers {
  font-size: 16px;
  color: #acb4cc;
  border-right: solid 1px #dedede;
  padding: 0px 16px;
  font-weight: 500;
  display: inline-block;
}
.page-numbers a {
  color: #acb4cc;
}
.page-numbers.current a {
  color: #fff;
}
.page-numbers.current,
.paginate .current {
  color: #fff;
  background: orange;
  padding: 0 6px;
  border-radius: 5px;
  display: inline-block;
}
.pagination-block.paginate .current {
  margin: 0 16px;
}
.page-numbers i {
  font-size: 11px;
}
.page-numbers:last-child {
  border: none;
}
input[type="text"].form-control,
input[type="password"].form-control,
input[type="email"].form-control {
  background: #f6f7f9;
  border: none !important;
  color: #3a4662;
  border-radius: 3px;
}
::-moz-placeholder,
::-webkit-input-placeholder {
  color: #9ea5c2 !important;
  font-family: "Montserrat" !important;
  font-weight: 500 !important;
  font-size: 14px !important;
}
#resa {
  padding-bottom: 20px;
}
.wpml-ls-legacy-dropdown a {
  background: transparent;
  border: none;
  color: #fff;
}
.wpml-ls-legacy-dropdown a span {
  display: none;
}
.wpml-ls-legacy-dropdown {
  width: inherit;
  max-width: inherit;
}
.booking-block {
  padding: 5px;
  /* border: solid 1px #bb471a; */
  text-align: center;
}
.bp-content .content {
  font-size: 14px;
  min-height: 115px;
}
.booking-image {
  width: 100%;
  height: 250px;
  background-size: cover;
  margin-top: 25px;
  background-position: center;
}
.booking-block h3 {
  color: #bb471a;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  font-size: 28px;
  font-weight: bold;
}
.booking-block h3::after {
  content: "";
  width: 80px;
  height: 1px;
  background: #bb471a;
  position: absolute;
  left: calc(50% - 40px);
  top: 35px;
}
.booking-block h4 {
  color: #bb471a;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 40px;
}
.acrticle-block img {
  display: block;
  margin: 0 auto;
  width: 90%;
  /* height: 240px; */
  border-radius: 10px 10px 0px 0px;
}
.article-content-wrapper {
  font-size: 14px;
}
.search-destination-wrapper {
  position: absolute;
  width: 100%;
  bottom: -55px;
}
.search-destination {
  background: #fff;
}
.search-destination-header {
  padding: 25px 0;
  display: flex;
  align-items: center;
  height: 72px;
}
.search-destination-header h2,
.search-destination-header h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 21px;
  margin: 0;
  padding-left: 25px;
  text-transform: initial;
}
.breadcrumb {
  margin-bottom: 30px;
}
.breadcrumb a,
.breadcrumb span {
  color: #003070;
  font-size: 11px;
  font-family: Montserrat;
}
.search-destination-content {
  padding: 25px 25px 20px;
  background-color: #fdcb00 !important;
}
.search-destination-content .form-group {
  display: inline-block;
}
.descriptions {
  padding: 14px 0;
}
.service-description {
  width: 140px;
  /* margin-left: 30px; */
  text-align: center;
}
.service {
  display: flex;
  align-items: center;
  /* margin: 30px 0; */
  flex-direction: column;
}
.service-description,
.service-icon {
  display: table;
}
.service-description p {
  font-family: "Segoe UI", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
}

.service-icon i {
  font-size: 42px;
  color: #fecb00;
  width: 90px;
  height: 90px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 18px 22px;
  box-sizing: border-box;
  /* border-radius: 50%;
     border: solid 3px #FECB00; */
}
.partners {
  /* padding: 40px 0; */
  /* background: #eff3f6; */
  height: 90px;
  position: relative;
}
.owl-theme .owl-controls {
  position: absolute;
  top: 10px;
  width: 100%;
}
.owl-item a {
  display: block;
  margin: 0 10px;
}
.owl-wrapper {
  display: flex !important;
  align-items: center;
}
.owl-item a img {
  width: 50%;
  margin: auto;
  /* filter: grayscale(100%) opacity(0.6); */
  transition: all ease 300ms;
}
.owl-item a img:hover {
  filter: none;
  transition: all ease 300ms;
}
.owl-prev,
.owl-next {
  position: absolute;
  background: transparent !important;
  color: #333 !important;
  border: none !important;
}
.owl-prev {
  left: -50px;
}
.owl-next {
  right: -50px;
}
.best-plan-bloc:hover {
  text-decoration: none;
  color: #fff;
}
.best-plan-bloc {
  display: block;
  height: 240px;
  margin-bottom: 4px;
  text-decoration: none;
  color: #fff;
  font-family: "Montserrat";
  position: relative;
  overflow: hidden;
}
.best-plan {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 20px 30px;
  transform: scale(1);
  transition: all ease 600ms;
}
.partner-logo {
  height: 25px;
}
.partner-logo img {
  height: 100%;
}
.best-plan-bloc:hover .best-plan {
  transform: scale(1.1);
  transition: all ease 600ms;
}
.best-plan-bloc:hover .best-plan .best-plan-title {
  transform: scale(0.9);
  transition: all ease 600ms;
}
.best-plan-bloc:hover .best-plan .best-plan-title-wrapper .best-plan-link i {
  transform: translatex(5px);
  transition: all ease 600ms;
}
.best-plan-title-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 20px;
  color: inherit;
}
.best-plans {
  /* margin-bottom: 50px; */
}

/*.best-plans .best-plan-wrapper .text-right {
    clear: both;
}*/

.best-plan-depart {
  display: block;
  font-size: 24px;
  font-family: "Montserrat";
  font-weight: 700;
  margin-bottom: 5px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
  color: #00b3e4;
}
.best-plan-arrivee {
  font-size: 22px;
  font-family: "Montserrat";
  font-weight: 200;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
  color: #00b3e4;
}
.best-plan-arrivee.small {
  font-size: 22px;
  font-family: "Montserrat";
  font-weight: 200;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
}
.best-plan-title {
  display: inline-block;
  width: 100%;
  transform: scale(1);
  transition: all ease 600ms;
}
.best-plan-pays {
  padding-left: 20px;
  font-size: 20px;
  font-family: "Montserrat";
  font-weight: 100;
}
.best-plan-link {
  position: absolute;
  right: 50px;
  top: 20px;
  font-size: 20px;
  text-align: center;
}
.price-value {
  font-size: 36px;
  font-weight: bold;
}
.price {
  font-size: 14px;
}
.best-plan-link i {
  opacity: 0.5;
  transition: all ease 600ms;
}
.show-all-best-plan.tx-darkgray {
  text-transform: uppercase;
  font-family: Segoe UI;
  font-weight: 700;
  padding: 19px 0;
  display: block;
  font-size: 20px;
  color: #fff;
  background-color: #042e54;
  width: 28%;
  margin: auto;
  border-radius: 6px;
}

.show-all-best-plan.tx-darkgray:hover {
  text-decoration: none;
}
.show-all-best-plan.d-inline {
  display: inline !important;
  vertical-align: sub;
  margin-right: 20px;
  border: solid 1px #0e9bdb;
  border-radius: 3px;
  padding: 10px 15px;
}
.show-all-best-plan.tx-darkgray i {
  margin-left: 7px;
}
.compagnie-destination-list .au_depart {
  display: none;
}
/*** Pagination ***/
.pagination > li,
.pagination > li .fa {
  display: inline-block;
}
.pagination > li .fa {
  position: relative;
  top: -10px;
}
/***** Footer *****/
.payment-method-container,
.copyright-container {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  /* color: #fff; */
  background-color: white;
  justify-content: space-evenly;
}
.payment-method-container {
  /* padding: 20px 0; */
  background-color: #ffffff;
}
.copyright-container {
  height: 30px;
  justify-content: space-between;
}
.copyright-container i {
  font-size: 14px;
  color: #042e54;
  margin-left: 3px;
  vertical-align: middle;
}
.copyright {
  height: 35px;
  padding: 5px 0;
}
.copyright-container .vertical-bar::after {
  height: 26px;
  margin: 0px 5px;
}
.copyright-container a {
  text-decoration: none;
  color: #042e54;
}
.footer-logo {
  height: 3vw;
}
.payment-method img {
  margin-bottom: 10px;
  width: 12%;
}
span#image-cb4x img {
  width: 10vw;
  height: 3.29vw;
}
#searchform .btn-primary {
  background-color: #fecb00 !important;
}
#page404 {
  text-align: center;
}
.best-plans h2.tx-blue,
h2.ttlBlog {
  margin: 6px;
  font-size: 350%;
}

.best-plans p.modification {
  /* width: 550px; */
  font-size: 18px;
  color: #042e54;
  padding-right: 11%;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.best-plans p.titremodif {
  /* width: 550px; */
  text-transform: uppercase;
  color: #042e54;
  font-size: 21px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 500;
}
.image-image {
  /* margin-left: 650px;
    margin-top: -350px; */
  border-radius: 8px 8px 8px 8px;
  margin-left: 4%;
}
/*------------------------------------*\ RESPONSIVE \*------------------------------------*/
@media only screen and (max-width: 320px) {
  .news-letter-block {
    display: none;
  }
  .news-letter-block.left {
    left: calc(50% - 140px);
  }
  .partner-logo img {
    height: 90%;
  }
  .traversee-tabs .compagnie-item {
    margin-right: 20px;
    margin-bottom: 25px;
    padding-bottom: 10px;
  }
  .nav-wrapper {
    background: #ffffff;
  }
  .headline h1 {
    font-size: 40px;
    text-align: center;
    width: 100%;
  }
  .search-destination-wrapper {
    bottom: -281px;
  }
  .banner {
    height: 250px;
    margin-bottom: 300px;
    background-position: center !important;
    background-size: cover;
  }
  .banner.home-page {
    height: 400px;
    background-size: cover !important;
  }
  .search-destination-header h2,
  .search-destination-header h1 {
    font-size: 14px !important;
    padding: 0;
    margin: 0 auto;
  }
  .lacentrale-select {
    position: relative;
    margin-right: 0;
    width: 100%;
  }
  .gray-select {
    width: 100%;
  }
  .search-destination-content .form-group,
  .search-destination-content .form-group #destination-find {
    width: 100%;
  }
  .descriptions img {
    width: 100%;
  }
  .about {
    height: inherit;
    padding: 50px 0;
  }
  .service {
    margin: 20px 0;
  }
  .service-description {
    width: 100%;
  }
  .service-icon i {
    font-size: 24px;
    width: 72px;
    height: 72px;
  }
  .testimonials {
    width: 100%;
  }
  .confirmed-reviews {
    margin-top: 40px;
  }
  .partners {
    padding: 15px 0;
  }
  .call-to-action {
    margin-bottom: 70px;
  }
  .call-to-action-description p {
    font-size: 14px;
  }
  .call-to-action img {
    width: 100%;
  }
  .payment-method-container {
    height: initial;
    padding: 20px 0;
    text-align: center;
  }
  .payment-method-container img {
    width: 100%;
    margin-bottom: 15px;
  }
  .payment-methods {
    margin: 0;
    padding: 0;
    border: none;
  }
  .payment-method span {
    margin-bottom: 10px;
  }
  .copyright-container {
    height: inherit;
    padding: 15px 0;
    text-align: center;
  }
  .navbar-header {
    width: 100%;
    height: 100%;
    display: flex;
  }
  .navbar-brand {
    padding-left: 0;
  }
  /* menu */
  .navbar-toggle {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 19px;
    color: #0e9bdb;
    position: absolute;
    top: calc(50% - 10px);
    right: 0px;
  }
  .navbar-collapse {
    width: 110%;
    position: absolute;
    top: 70px;
    background: #fff;
    left: -16px;
    z-index: 9999;
  }
  .navbar-nav {
    display: block;
    float: none !important;
  }
  .nav-item {
    display: block;
    text-align: center;
    width: 100%;
    height: inherit;
    margin: 0;
  }
  .nav-item:first-child i {
    display: none;
  }
  .nav-item.active {
    border: none;
  }
  .search-destination-wrapper .container {
    padding-left: 0;
    padding-right: 0;
  }
  .best-plan {
    background-size: cover !important;
  }
  .contact-description p {
    width: 100%;
  }
  .contact-description p a {
    left: 0;
    right: inherit;
    bottom: -47px;
  }
  #form-contact .lacentrale-select {
    width: 100%;
  }
  .form-group.bouton {
    width: 95%;
  }
  .form-head {
    margin-top: 20px;
  }
  .soutitre {
    margin-left: 0;
  }
  .faq-description-content p {
    padding-left: 0;
  }
  h2 {
    margin-left: 0;
    line-height: 1;
  }
  .faq-search {
    padding-left: 0;
  }
  .contenant-faq {
    padding-left: 0;
    margin-bottom: 20px;
  }
  .faq-search .searchform {
    width: 100%;
  }
  .destination-name-wrapper h3 {
    width: 60%;
  }
  .search-destination-header {
    height: 56px;
    padding: 20px 0;
  }
  .big-image {
    clip-path: none;
    height: 250px;
    padding: 40px 20px;
    text-align: center;
  }
  .small-image {
    clip-path: none;
    width: 100%;
    left: 0;
  }
  .rubrique-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
  .rubrique-content-wrapper {
    width: 100%;
  }
  .rubrique-item {
    width: 100%;
    padding: 20px 25px;
  }
  .rubrique-wrapper,
  .rubrique-content-wrapper {
    float: none;
  }
  .rubrique-item.active::before {
    content: "";
    width: 0;
    height: 0;
  }
  .ac-container label:hover::after {
    background-image: none;
  }
}
@media only screen and (max-width: 480px) {
  .news-letter-block {
    display: none;
  }
  .news-letter-block.left {
    left: calc(50% - 140px);
  }
  .nav-wrapper {
    background: #ffffff;
  }
  .headline h1 {
    font-size: 40px;
    text-align: center;
    width: 100%;
  }
  .traversee-tabs .compagnie-item {
    margin-right: 20px;
    margin-bottom: 25px;
    padding-bottom: 10px;
  }
  .search-destination-wrapper {
    bottom: -281px;
  }
  .banner {
    height: 250px;
    margin-bottom: 300px;
    background-position: center !important;
    background-size: cover;
  }
  .banner.home-page {
    height: 400px;
    background-size: cover !important;
  }
  .search-destination-header h2,
  .search-destination-header h1 {
    font-size: 14px !important;
    padding: 0;
    margin: 0 auto;
  }
  .lacentrale-select {
    position: relative;
    margin-right: 0;
    width: 100%;
  }
  .gray-select {
    width: 100%;
  }
  .search-destination-content .form-group,
  .search-destination-content .form-group #destination-find {
    width: 100%;
  }
  .descriptions img {
    width: 100%;
  }
  .about {
    height: inherit;
    padding: 50px 0;
  }
  .service {
    margin: 20px 0;
  }
  .service-description {
    width: 100%;
  }
  .service-icon i {
    font-size: 24px;
    width: 72px;
    height: 72px;
  }
  .testimonials {
    width: 100%;
  }
  .confirmed-reviews {
    margin-top: 40px;
  }
  .partners {
    padding: 15px 0;
  }
  .call-to-action {
    margin-bottom: 70px;
  }
  .call-to-action-description p {
    font-size: 14px;
  }
  .call-to-action img {
    width: 100%;
  }
  .payment-method-container {
    height: initial;
    padding: 20px 0;
    text-align: center;
  }
  .payment-method-container img {
    width: 100%;
    margin-bottom: 15px;
  }
  .payment-methods {
    margin: 0;
    padding: 0;
    border: none;
  }
  .payment-method span {
    margin-bottom: 10px;
  }
  .copyright-container {
    height: inherit;
    padding: 15px 0;
    text-align: center;
  }
  .navbar-header {
    width: 100%;
    height: 100%;
    display: flex;
  }
  .navbar-brand {
    padding-left: 0;
  }
  /* menu */
  .navbar-toggle {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 19px;
    color: #0e9bdb;
    position: absolute;
    top: calc(50% - 10px);
    right: 0px;
  }
  .navbar-collapse {
    width: 110%;
    position: absolute;
    top: 70px;
    background: #fff;
    left: -16px;
    z-index: 9999;
  }
  .navbar-nav {
    display: block;
    float: none !important;
  }
  .nav-item {
    display: block;
    text-align: center;
    width: 100%;
    height: inherit;
    margin: 0;
  }
  .nav-item:first-child i {
    display: none;
  }
  .nav-item.active {
    border: none;
  }
  .search-destination-wrapper .container {
    padding-left: 0;
    padding-right: 0;
  }
  .best-plan {
    background-size: cover !important;
  }
  .contact-description p {
    width: 100%;
  }
  .contact-description p a {
    left: 0;
    right: inherit;
    bottom: -47px;
  }
  #form-contact .lacentrale-select {
    width: 100%;
  }
  .form-group.bouton {
    width: 95%;
  }
  .form-head {
    margin-top: 20px;
  }
  .soutitre {
    margin-left: 0;
  }
  .faq-description-content p {
    padding-left: 0;
  }
  h2 {
    margin-left: 0;
    line-height: 1;
  }
  .faq-search {
    padding-left: 0;
  }
  .contenant-faq {
    padding-left: 0;
    margin-bottom: 20px;
  }
  .faq-search .searchform {
    width: 100%;
  }
  .destination-name-wrapper h3 {
    width: 60%;
  }
  .search-destination-header {
    height: 56px;
    padding: 20px 0;
  }
  .big-image {
    clip-path: none;
    /*height: 250px;*/
    height: 100%;
    padding: 40px 20px;
    text-align: center;
  }
  .small-image {
    clip-path: none;
    width: 100%;
    left: 0;
  }
  .rubrique-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
  .rubrique-content-wrapper {
    width: 100%;
  }
  .rubrique-item {
    width: 100%;
    padding: 20px 25px;
  }
  .rubrique-wrapper,
  .rubrique-content-wrapper {
    float: none;
  }
  .rubrique-item.active::before {
    content: "";
    width: 0;
    height: 0;
  }
  .ac-container label:hover::after {
    background-image: none;
  }
}
@media only screen and (max-width: 768px) {
  .best-plan-wrapper .titre > h2 {
    font-size: 1.7em !important;
  }
  .show-all-best-plan.d-inline {
    margin-right: 0;
  }
  .fullMobile {
    width: 100% !important;
    min-height: 41px;
    text-align: left;
  }
  .news-letter-block {
    display: none;
  }
  .news-letter-block.left {
    left: calc(50% - 140px);
  }
  .nav-wrapper {
    background: #ffffff;
  }
  .headline h1 {
    font-size: 40px;
    text-align: center;
    width: 100%;
  }
  .traversee-tabs .compagnie-item {
    margin-right: 20px;
    margin-bottom: 25px;
    padding-bottom: 10px;
  }
  .search-destination-wrapper {
    bottom: -281px;
  }
  .banner {
    height: 250px;
    margin-bottom: 300px;
    background-position: center !important;
    background-size: cover;
  }
  .banner.home-page {
    height: 400px;
    background-size: cover !important;
  }
  .search-destination-header h2,
  .search-destination-header h1 {
    font-size: 14px !important;
    padding: 0;
    margin: 0 auto;
  }
  .lacentrale-select {
    position: relative;
    margin-right: 0;
    width: 100%;
  }
  .gray-select {
    width: 100%;
  }
  .search-destination-content .form-group,
  .search-destination-content .form-group #destination-find {
    width: 100%;
  }
  .descriptions img {
    width: 100%;
    margin-left: 0%;
  }
  .about {
    height: inherit;
    padding: 50px 0;
  }
  .service {
    margin: 20px 0;
  }
  .service-description {
    width: 100%;
  }
  .service-icon i {
    font-size: 24px;
    width: 72px;
    height: 72px;
  }
  .testimonials {
    width: 100%;
  }
  .confirmed-reviews {
    margin-top: 40px;
  }
  .partners {
    padding: 15px 0;
  }
  .call-to-action {
    margin-bottom: 70px;
    min-height: 465px;
  }
  .call-to-action-description p {
    font-size: 14px;
  }
  .call-to-action img {
    width: 100%;
  }
  .payment-method-container {
    height: initial;
    padding: 20px 0;
    text-align: center;
  }
  .payment-method-container img {
    width: 100%;
    margin-bottom: 33px;
    height: auto;
  }
  .payment-methods {
    margin: 0;
    padding: 0;
    border: none;
  }
  .payment-method span {
    margin-bottom: 10px;
  }
  .copyright-container {
    height: inherit;
    padding: 15px 0;
    text-align: center;
    padding-bottom: 15px;
  }
  .navbar-header {
    width: 100%;
    height: 100%;
    display: flex;
  }
  .navbar-brand {
    padding-left: 0;
    position: relative;
    top: -2px;
  }
  /* menu */
  .navbar-toggle {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 19px;
    color: #0e9bdb;
    position: absolute;
    top: calc(50% - 10px);
    right: 10px;
  }
  .navbar-collapse {
    width: 110%;
    position: absolute;
    top: 70px;
    background: #fff;
    left: -16px;
    z-index: 9999;
  }
  .navbar-nav {
    display: block;
    float: none !important;
  }
  .nav-item {
    display: block;
    text-align: center;
    width: 100%;
    height: inherit;
    margin: 0;
  }
  .nav-item:first-child i {
    display: none;
  }
  .nav-item.active {
    border: none;
  }
  .search-destination-wrapper .container {
    padding-left: 0;
    padding-right: 0;
  }
  .best-plan {
    background-size: cover !important;
  }
  .contact-description p {
    width: 100%;
  }
  .contact-description p a {
    left: 0;
    right: inherit;
    bottom: -47px;
  }
  #form-contact .lacentrale-select {
    width: 100%;
  }
  .form-group.bouton {
    width: 95%;
  }
  .form-head {
    margin-top: 20px;
  }
  .soutitre {
    margin-left: 0;
  }
  .faq-description-content p {
    padding-left: 0;
  }
  h2 {
    margin-left: 0;
    line-height: 1;
  }
  .faq-search {
    padding-left: 0;
  }
  .contenant-faq {
    padding-left: 0;
    margin-bottom: 20px;
  }
  .faq-search .searchform {
    width: 100%;
  }
  .destination-name-wrapper h3 {
    width: 60%;
  }
  .search-destination-header {
    height: 56px;
    padding: 20px 0;
  }
  .big-image {
    clip-path: none;
    /*height: 250px;*/
    padding: 40px 20px;
    text-align: center;
  }
  .small-image {
    clip-path: none;
    width: 100%;
    left: 0;
  }
  .rubrique-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
  .rubrique-content-wrapper {
    width: 100%;
  }
  .rubrique-item {
    width: 100%;
    padding: 20px 25px;
  }
  .rubrique-wrapper,
  .rubrique-content-wrapper {
    float: none;
  }
  .rubrique-item.active::before {
    content: "";
    width: 0;
    height: 0;
  }
  .ac-container label:hover::after {
    background-image: none;
  }
  .isotope-item {
    width: 50%;
    height: 245px;
  }
}
@media only screen and (max-width: 1024px) {
  .service {
    margin: 60px 17%;
  }
}
@media only screen and (max-width: 1140px) {
  .service {
    margin: 40px 7%;
  }
}
@media only screen and (max-width: 1280px) {
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 144dpi) {
}
@media (min-width: 320px) and (max-width: 479px) {
  .isotope-item {
    width: 100%;
    height: 245px;
  }
  .service {
    margin: 20px 0;
  }
}
@media (min-width: 480px) and (max-width: 599px) {
  .isotope-item {
    width: 100%;
    height: 350px;
  }
  .service {
    margin: 20px 0;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .isotope-item {
    width: 50%;
    height: 245px;
  }
  .service {
    margin: 20px 0;
  }
  .descriptions img {
    width: 65%;
    margin: auto;
    margin-bottom: auto;
    display: block;
    margin-bottom: 20px;
  }
  .descriptions ul li,
  .descriptions p {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .call-to-action {
    margin-bottom: 50px;
    min-height: 550px;
  }
  .descriptions img {
    width: 100%;
  }
  .descriptions ul li,
  .descriptions p {
    font-size: 16px;
  }
  .call-to-action img {
    width: 100%;
  }
  .call-to-action-description p {
    font-size: 14px;
  }
  .copyright-container {
    text-align: center;
  }
}
.select-no-back {
  background: none !important;
  height: 100% !important;
  padding: 20px;
}
.select-no-back .form-group {
  position: relative !important;
  left: 15px !important;
  text-align: left !important;
  margin-bottom: 0px !important;
}
.select-no-back legend {
  padding: 10px 0px !important;
  font-size: 12px;
  font-weight: bold;
}
.select-no-back .pre-scrollable {
  max-height: 130px !important;
  overflow-x: hidden;
}
.block-bp {
  padding: 0 0 1em 32%;
  position: relative;
  margin: 1em 0;
}
.bp-content {
  padding-left: 20px !important;
}
.terms-block p {
  font-family: "Montserrat";
  color: #aaa;
  line-height: 1.5;
  font-weight: 400;
  font-size: 11px;
}
.social-share {
  text-align: center;
  margin-top: 50px;
}
.social-share a {
  margin: 0 13px;
}
.social-share p {
  font-size: 20px;
}
.links-wrapper {
  margin-top: 30px;
}
.yellow-link {
  background: #fecb00;
  color: #000;
  padding: 10px 40px 10px 10px;
  display: table;
  margin-bottom: 10px;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  transform: scale(1);
  transition: all ease 300ms;
  text-align: left;
}
.yellow-link:hover {
  text-decoration: none;
  color: #bb471a;
  transform: scale(1.06);
  transition: all ease 300ms;
}
.booking-block.encart {
  margin-top: 40px;
  margin-left: 115px;
  border: none;
  clip-path: polygon(6% 0, 100% 0%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(6% 0, 100% 0%, 100% 100%, 0% 100%);
}
.booking-block.encart h4 {
  margin-bottom: 10px;
  font-size: 24px;
  color: #fff;
}
.booking-block.encart h3::after {
  content: "";
  width: 0;
}
.booking-block.encart h3 {
  margin-bottom: 40px;
  font-size: 34px;
  color: #fff;
}
.terms-block {
  border-top: solid 1px #dedede;
  padding-top: 15px;
  margin-top: 30px;
}
.titre > h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  margin-bottom: 19px;
  margin-left: 0 !important;
  padding-left: 0;
  line-height: 30px !important;
  color: #042e54;
  font-weight: bold;
}
.article-content-wrapper p {
  padding-right: 7%;
}
.sous-titre > h3 {
  font-size: 1.6em !important;
  margin-bottom: 10px;
}
.content {
  /*text-align: justify;
    */
}
.btn.bp-link {
  background: #0e9bdb !important;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-weight: 700;
  padding: 11px 50px;
}
.paginate {
  display: block;
  text-align: center;
}
/* a.btn.bp-link.bon-plan-btn {
  background: #042e54 !important;
  border: aqua !important;
  color: #ffffff !important;
  font-family: Arial, Helvetica, sans-serif, Impact, Haettenschweiler,
    "Arial Narrow Bold", sans-serif !important;
  font-weight: 700;
  padding: 5px 0px 5px 0px !important;
  margin: 10px 460px 0px 0px !important;
  font-size: 20px;
  border-radius: 7px;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  transition: all 0.2s;
} */

@media screen and (min-width: 768px) and (max-width: 991px) {
  .traversee-tabs .compagnie-item {
    border-bottom: solid 4px #fff !important;
  }
  .traversee-tabs .compagnie-item.active {
    border-bottom: solid 4px #ffba00 !important;
  }
  #traversee .lSSlideOuter .lightSlider > *,
  #traversee .lSSlideOuter .lSGallery li {
    width: auto !important;
    margin-right: 10px !important;
  }
  .headline-wrapper {
    top: 190px;
  }
  .btn.bp-link {
    padding: 11px 0 !important;
  }
  .fullMobile .btn.bp-link {
    padding: 11px 50px !important;
  }
  .wrap-headline .col-xs-12:last-child img {
    width: 85%;
  }
  .menu-item {
    display: block !important;
    text-align: center !important;
    width: 100% !important;
    height: 45px !important;
    margin: 0 !important;
  }
  .navbar-toggle {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 19px;
    color: #00b3e4;
    position: absolute;
    top: calc(50% - 10px);
    right: 0px;
    display: block;
  }
  .navbar-collapse.collapse {
    width: 110%;
    position: absolute;
    top: 64px;
    background: #fff;
    left: -16px;
    z-index: 99;
    padding-top: 30px;
    display: none !important;
  }
  .navbar-collapse {
    width: 100%;
    position: absolute;
    top: 70px;
    background: #fff;
    left: 0;
    z-index: 99;
    padding-top: 20px;
  }
  .menu > li,
  .menu li > a {
    width: 100% !important;
    text-align: center !important;
  }
  .search-destination-content .form-group:last-child {
    position: relative;
  }
  .wrap-headline {
    margin: 0 0 0 4%;
  }
  .wrap-headline .col-xs-12:first-child {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .descBlog h3 a {
    margin-top: 5px !important;
    display: block !important;
  }
  .best-plans h2.tx-blue,
  h2.ttlBlog {
    margin-left: 0px;
  }
  .traversee-tabs .compagnie-item {
    border-bottom: solid 4px #fff !important;
  }
  .traversee-tabs .compagnie-item.active {
    border-bottom: solid 4px #ffba00 !important;
  }
  #traversee .lSSlideOuter .lightSlider > *,
  #traversee .lSSlideOuter .lSGallery li {
    width: auto !important;
    margin-right: 10px !important;
  }
  #content-slider {
    width: 100% !important;
    height: auto !important;
  }
  .bp-content {
    padding-left: 0px !important;
  }
  .call-to-action,
  .call-to-action-description p {
    min-height: 100%;
  }
  .booking-block h3::after {
    top: 55px;
  }
  .btn.bp-link {
    padding: 11px 0px !important;
  }
  .fullMobile .btn.bp-link {
    padding: 11px 50px !important;
  }
  .booking-block.encart {
    margin-left: 0 !important;
  }
  .fullMobile {
    width: 100% !important;
    margin-bottom: 10px;
    min-height: 41px;
    text-align: left;
  }
  .current-menu-item {
    border-top: solid 0px #0f1836 !important;
  }
  .headline h1 {
    margin: 0 0 20px;
  }
  .headline-wrapper {
    /*top: 80px;*/
  }
  .wrap-headline .col-xs-12:last-child {
    top: 0;
    left: 0;
    margin: 0 15px;
    max-width: 91%;
    text-align: center;
  }
  .wrap-headline .col-xs-12:last-child img {
    width: 85%;
  }
  .wrap-headline .col-xs-12:first-child {
    border-right: 0px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 0 15px 10px;
    padding: 0;
    max-width: 91%;
  }
  .wrap-headline {
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
  }
  .navbar-brand img {
    width: 57%;
    position: relative;
    top: 0;
    height: auto;
  }
  .menu > li,
  .menu li > a {
    width: 100% !important;
    text-align: center !important;
  }
  .menu-item {
    height: 40px;
  }
  .search-destination-content .form-group:last-child {
    position: relative;
  }
}

.image_left {
  object-fit: cover;
  width: 278px !important;
  height: 250px !important;
}

.txt {
  margin-bottom: 40px;
}

.cell-td {
  padding: 5px;
}

.ph {
  width: 50% !important;
  padding: 0 !important;
}

.images-list {
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  justify-content: space-around;
  flex-basis: 25%;
}

.images-list .thumbnail {
  height: 160px;
  width: 225px;
}

.images-list .thumbnail img,
.images-list .thumbnail a img {
  height: 100%;
  object-fit: cover;
}

.thumbnail {
  display: block;
  padding: 0 !important;
  margin-bottom: 20px;
  line-height: 0 !important;
  background-color: none !important;
  border: none !important;
  border-radius: 0 !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.thumbnail a > img,
.thumbnail > img {
  /*margin-left: 0 !important;*/
  width: 100%;
}

.blog-list {
  margin: 0;
  padding: 0;
}

.blog-list li {
  display: inline-block;
  margin-bottom: 40px;
}

.blog-list h3 {
  margin-bottom: 5px !important;
}

.blog-list .pics {
  display: block;
  float: left;
}
.desc h3 {
  margin-top: 40px !important;
  margin-bottom: 16px !important;
}
.descBlog h3 a {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  margin-bottom: 10px;
  margin-left: 0 !important;
  padding-left: 0;
  line-height: 30px !important;
  color: orange;
  font-weight: bold;
}
.descBlog h3 a:hover {
  text-decoration: none !important;
}
.listInformations {
  padding: 0;
  margin: 0 0 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-style: normal;
  color: #2e363f;
}
.listInformations li,
.listInformations li li {
  font-family: "Montserrat", sans-serif !important;
  font-size: 12px !important;
  font-style: normal !important;
  color: #2e363f !important;
}
body.tpl-traverse ul {
  padding: 0;
  margin: 0 0 20px 18px;
}
.voirdestination {
  text-align: center;
  margin-bottom: 30px;
}

.shortcode-flex {
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  justify-content: center;
}

.shortcode-flex .lien_traversee_som {
  width: 200px;
}

.shortcode-flex .lien_traversee_som a {
  display: flex !important;
  height: 50px;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  font-size: 13px;
}

.les-ferries ul li a {
  background-color: #fecb00;
  color: white;
  font-weight: 700;
  font-size: 10px;
  padding: 11px 15px;
  border-radius: 3px;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  transition: all ease 300ms;
}

.les-ferries ul li a:hover {
  box-shadow: 0px 10px 23px -3px rgba(0, 174, 255, 0.8);
  transition: all ease 300ms;
}
