/*!*****************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js!./root/front-end/css/global.scss ***!
  \*****************************************************************************************************************************************************/
/* //////////////////////////////////////////////////////////////////////////////////
*
* Global variables
*
/* /////////////////////////////////////////////////////////////////////////////////*/
/* //////////////////////////////////////////////////////////////////////////////////
*
*  Global Styles Rules 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
@font-face {
  font-family: "Outfit";
  src: url(../js/e853df41b41bc9489a8b.ttf) format("ttf"), url(../js/ac0da1fc2ec2bf6ffe7c.woff) format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Outfit";
  src: url(../js/b2e2fcd8bc0c090b302c.ttf) format("ttf"), url(../js/8b7b32cc2e293d6c1ed8.woff) format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "Tahnia";
  src: url(../js/b52aafee2c037480934c.ttf) format("ttf"), url(../js/a5d61481653adf74d078.woff) format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Sailor";
  src: url(../js/226f938fdaeef27f7b06.ttf) format("ttf"), url(../js/dc532bd185192a2a9211.woff) format("woff");
  font-weight: 400;
}
* {
  font-family: "Outfit";
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.script {
  font-family: "Tahnia";
  font-weight: 100;
}

html, body {
  width: 100%;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Outfit";
  color: #4d4c4c;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

p, li {
  font-size: 15px;
  line-height: 30px;
  color: #4d4c4c;
}

a {
  text-decoration: none;
  font-size: 15px;
  color: #333;
}

.boxed {
  width: 80%;
  margin: auto;
  max-width: 1100px;
}

.acf-map {
  width: 100%;
  height: 400px;
  border: none;
}

a[href^="http://maps.google.com/maps"] {
  display: none !important;
}

a[href^="https://maps.google.com/maps"] {
  display: none !important;
}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
  display: none;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

.terra-bg-pattern {
  background: rgb(76, 82, 203);
  background: -moz-linear-gradient(-45deg, rgb(76, 82, 203) 0%, rgb(110, 113, 195) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(76, 82, 203)), color-stop(100%, rgb(110, 113, 195)));
  background: -webkit-linear-gradient(-45deg, rgb(76, 82, 203) 0%, rgb(110, 113, 195) 100%);
  background: -o-linear-gradient(-45deg, rgb(76, 82, 203) 0%, rgb(110, 113, 195) 100%);
  background: -ms-linear-gradient(-45deg, rgb(76, 82, 203) 0%, rgb(110, 113, 195) 100%);
  background: linear-gradient(135deg, rgb(76, 82, 203) 0%, rgb(110, 113, 195) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4c52cb", endColorstr="#6e71c3", GradientType=1 );
}

.terra-bg-pattern-opa {
  background: rgb(76, 82, 203);
  background: -moz-linear-gradient(-45deg, rgba(76, 82, 203, 0.8) 0%, rgba(110, 113, 195, 0.8) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(76, 82, 203, 0.8)), color-stop(100%, rgb(110, 113, 195)));
  background: -webkit-linear-gradient(-45deg, rgba(76, 82, 203, 0.8) 0%, rgba(110, 113, 195, 0.8) 100%);
  background: -o-linear-gradient(-45deg, rgba(76, 82, 203, 0.8) 0%, rgba(110, 113, 195, 0.8) 100%);
  background: -ms-linear-gradient(-45deg, rgba(76, 82, 203, 0.8) 0%, rgba(110, 113, 195, 0.8) 100%);
  background: linear-gradient(135deg, rgba(76, 82, 203, 0.8) 0%, rgba(110, 113, 195, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4c52cbcc", endColorstr="#6e71c3cc", GradientType=1 );
}

#wpadminbar {
  z-index: 999999999999;
}

.info-message {
  border-left: solid 5px #a5caaf;
  padding: 40px;
}

#wpadminbar {
  background: #4d5cf1;
}

.span.error-title {
  font-size: 80px;
}

.info-message.message-full {
  width: 100%;
  margin: 0 auto 50px;
  padding: 40px;
  margin-top: 0 !important;
}

.customize-support header {
  top: 32px;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  Header 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
header {
  position: fixed;
  z-index: 99999999;
  background-color: #395d6b;
  width: 100%;
  top: 0;
  left: 0;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav .nt-hwrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: auto;
  max-width: 1200px;
}
.nav .nav-logo {
  width: 18%;
}
.nav .nav-logo img {
  width: 90%;
  display: block;
  margin: auto;
  max-width: 160px;
}
.nav .nav-logo a {
  padding: 0;
}
.nav .nav-logo.logo-wide img {
  width: 80%;
  display: block;
  margin: auto;
  max-width: 160px;
}
.nav .nav-items {
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav .nav-items ul {
  width: 100%;
}
.nav .nav-items li.toolbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav .nav-toolbox {
  margin-right: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav .nav-toolbox a.toolbox-link {
  color: #fff;
  margin-right: 10px;
}
.nav .nav-toolbox a.toolbox-link i {
  margin-right: 5px;
  font-size: 15px;
}
.nav .nav-toolbox svg {
  width: 18px;
}
.nav .nav-toolbox .tl-lang {
  position: relative;
  cursor: pointer;
}
.nav .nav-toolbox .lang-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
  margin-right: 10px;
}
.nav .nav-toolbox .lang-list li {
  margin: auto;
  width: 100%;
}
.nav .nav-toolbox .lang-list li a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.nav .nav-toolbox .tl-lang:hover .lang-list,
.nav .nav-toolbox .tl-lang:hover :before {
  opacity: 1;
  visibility: visible;
}
.nav .nav-toolbox .tl-lang:hover:before {
  opacity: 1;
  visibility: visible;
}
.nav .nav-toolbox .nav-cta {
  min-width: 18%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 250px;
}
.nav .nav-toolbox .nav-cta-wrap {
  min-width: 55%;
}
.nav .nav-toolbox a {
  color: #fff;
  max-width: 200px;
  margin-left: auto;
  box-shadow: none;
}
.nav .nav-items ul {
  position: relative;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav a {
  padding: 38px 0;
  display: block;
  width: 100%;
  text-align: center;
  font-family: "Outfit";
  font-weight: 400;
  color: #fff;
  transition: all 0.1s linear;
}
.nav ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  display: flex;
  flex-direction: column;
  min-width: 180px;
  padding-top: 10px;
  transition: all 0.2s linear;
  align-items: center;
  width: 100%;
  left: -20px;
  max-width: 670px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.nav ul.sub-menu li {
  width: calc(100% - 0px);
  background-color: #fff;
  padding: 0 5px;
}
.nav ul.sub-menu li a {
  padding: 10px;
  width: calc(100% - 20px);
  border-bottom: solid 1px #f0f0f0;
  text-align: left;
  font-size: 13px;
  border-radius: 5px;
  cursor: pointer;
  color: #395d6b;
}
.nav ul.sub-menu li a:hover {
  background-color: rgba(57, 93, 107, 0.1019607843);
  cursor: pointer;
}
.nav .nav-items ul li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.nav .nav-items ul li:hover > a:before {
  opacity: 1;
  visibility: visible;
}
.nav a.has-sub {
  position: relative;
}
.nav a.has-sub::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  content: "\f0d8";
  font-size: 30px;
  position: absolute;
  bottom: -25px;
  left: 20px;
  color: #fff;
  opacity: 0;
  visibility: none;
}
.nav ul.sub-menu li:first-child {
  border-radius: 5px 5px 0 0;
  padding-top: 5px;
}
.nav ul.sub-menu li:last-child {
  border-radius: 0 0 5px 5px;
  padding-bottom: 5px;
}
.nav ul.sub-menu li:last-child a {
  border-bottom: none;
}

.nav-cta a.main-cta {
  color: #fff;
  padding: 27px 0;
  border-radius: 0;
  font-size: 14px;
}

.nav-items ul li a:hover {
  color: #a4caae;
}

.nav .nav-items ul li.mobile-cta {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  background: #fff;
  min-height: 100px;
  align-items: flex-start;
}
.nav .nav-items ul li.mobile-cta a.nav-cta-main {
  max-width: 150px;
  height: unset;
  text-align: center;
  width: 100%;
  padding: 15px 20px;
  margin-top: 10px;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  Titles Global
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.title-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 80px 0;
}
.title-section .title-left {
  width: 75%;
}
.title-section .title-right {
  width: 22%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.title-section .title-full {
  width: 100%;
}

.title-section-n {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}
.title-section-n h2 {
  text-transform: uppercase;
  font-family: "Sailor";
  font-size: 30px;
  font-weight: 100;
  color: #395d6b;
}
.title-section-n .dash {
  width: 30px;
  height: 4px;
  background-color: #395d6b;
  margin: auto;
  margin-top: 20px;
  border-radius: 3px;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  CTA Global 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
a.main-cta {
  color: #395d6b;
  background-color: #a4caae !important;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  padding: 5px 15px 5px 5px;
  border-radius: 35px;
  overflow: hidden;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
a.main-cta .pict {
  background-color: #395d6b;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  margin-right: 10px;
}
a.main-cta .pict svg {
  width: 30px;
}
a.main-cta .pict svg path {
  fill: #fff;
}

a.sec-cta {
  color: #395d6b !important;
  padding: 10px 30px;
  border-radius: 35px;
  border: solid 1px #395d6b;
  overflow: hidden;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  text-align: center;
}

a.sec-cta:hover {
  opacity: 0.9;
}

.sec-cta.is-plain {
  background-color: #395d6b;
  color: #fff !important;
}

/* Sweep To Right */
.cta-hovered {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 5px;
}

.cta-hovered:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 5px;
}

.is-special svg {
  margin-bottom: 0 !important;
}

.main-cta.cta-hovered:before {
  background: #555;
}

.sec-cta.cta-hovered:before {
  background: #333;
}

.cta-hovered:hover, .cta-hovered:focus, .cta-hovered:active {
  color: #fff !important;
}

.cta-hovered:hover:before, .cta-hovered:focus:before, .cta-hovered:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.center-cta {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  Class CARD 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.team-grid {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.team-grid .team-grid-border {
  border: solid 5px #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 100%;
}
.team-grid img {
  display: block;
  width: 100%;
  margin: auto;
  border-radius: 100%;
}

.team-five .team-grid-unit {
  width: calc(20% - 5px);
  margin-right: 7px;
}

.experience {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 5px;
  overflow: hidden;
  padding: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.experience .bgopa {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.1);
}
.experience .e-l {
  width: 80%;
  z-index: 2;
  position: relative;
  min-height: 450px;
}
.experience .e-l p {
  margin: 30px 0;
}
.experience .e-l h3 {
  font-size: 35px;
  color: #395d6b;
  font-weight: 400;
  line-height: 40px;
}
.experience .e-l .script {
  font-size: 50px;
  margin-top: 20px;
}
.experience .e-l ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
}
.experience .e-l li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 20px;
}
.experience .e-l li span {
  background-color: #ebf1d9;
  border-radius: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 3px;
  margin-right: 10px;
}
.experience .e-l li svg {
  width: 30px;
}
.experience .e-l li svg path {
  fill: #395d6b;
}
.experience .e-r {
  width: 0%;
}
.experience .e-r ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.experience .e-r li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.experience .e-r li span {
  background-color: #ebf1d9;
  border-radius: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 3px;
  margin-right: 10px;
}
.experience .e-r li svg {
  width: 30px;
}
.experience .e-r li svg path {
  fill: #395d6b;
}

.glide__bullets {
  display: flex;
  justify-content: center;
  align-items: center;
}
.glide__bullets .glide__bullet {
  width: 10px;
  height: 10px;
  background-color: #ebf1d9;
  border-radius: 100%;
  margin-right: 5px;
  margin-top: 20px;
}
.glide__bullets .glide__bullet--active {
  background-color: #395d6b;
}

.global-s8 .s8-l .cntr {
  padding-left: 22%;
  max-width: 75%;
}

.s8 .s8-l .cntr {
  max-width: 90% !important;
  margin: unset !important;
  margin-left: auto !important;
  padding-right: 5% !important;
}

.s8 .s8-r .cntr {
  max-width: 90% !important;
  margin: unset !important;
  margin-right: auto !important;
  padding-left: 5% !important;
  padding-top: 5%;
}

.global-s8.s8 .s8-l {
  background-color: #a4caae;
}

.global-s8.s8 .cntr h2 {
  color: #395d6b;
  font-weight: 400;
  line-height: 35px;
  font-size: 20px;
}

.global-s8.s8 .s8-l, .s8 .s8-r {
  padding: 60px 0 !important;
}

.global-s8.s8 {
  margin: 60px 0;
}

.glide__track {
  position: relative;
}

.glide__arrows {
  position: absolute;
  display: flex;
  justify-content: space-between;
  top: 50%;
  left: 0;
  width: 100%;
}
.glide__arrows .glide__arrow {
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  color: #395d6b;
  font-weight: 700;
  font-size: 20px;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  GLOBAL TRAVEL STRIPE
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.s5 {
  background-color: #ebf1d9;
  padding: 100px 0;
}
.s5 .s5h {
  text-align: center;
  margin: 30px auto;
}
.s5 .center-cta {
  margin-top: 30px;
}
.s5 .glide__track {
  padding: 60px 0;
  overflow: visible;
}
.s5 .glide__slides {
  overflow: visible;
}
.s5 .glide__slide--active {
  transform: scale(1.1);
  margin-left: 25px !important;
  margin-right: 25px !important;
}
.s5 .product-grid {
  transform: scale(1.2);
}
.s5 .cht-info .cht-meta ul {
  flex-wrap: wrap;
}
.s5 .cht-info .cht-meta ul li {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 5px;
}
.s5 .cht-info {
  min-height: 170px;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  Carousel UI
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.owl-nav {
  display: flex;
  justify-content: space-between;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  width: 45px;
  height: 45px;
  background-color: #fff !important;
  border-radius: 100%;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.owl-carousel .owl-nav .owl-prev i, .owl-carousel .owl-nav .owl-next i {
  font-size: 17px;
  color: #333;
}

.owl-dots {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 15px 0;
}

.owl-carousel .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #555;
  margin-left: 3px;
  border-radius: 100%;
}

.owl-dot.active {
  background-color: #333;
}

.owl-carousel .owl-nav .owl-prev {
  position: relative;
  left: -20px;
}

.owl-carousel .owl-nav .owl-next {
  position: relative;
  right: -20px;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  outline: none;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  Global top section 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.global-top {
  min-height: 350px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin-top: 100px;
}
.global-top .paralax-global {
  min-height: 350px;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.global-top .filter {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(57, 93, 107, 0.32);
  z-index: 2;
}
.global-top img {
  display: block;
  margin: auto;
  width: 100%;
  position: absolute;
}
.global-top h1 {
  color: #fff;
  font-size: 55px;
  font-weight: 400;
  line-height: 60px;
  text-align: center;
  margin: 0 auto 30px;
}
.global-top p {
  color: #fff;
  max-width: 600px;
  margin: auto;
  text-align: center;
  padding-bottom: 50px;
}
.global-top .global-hero {
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 2;
}
.global-top .paralax-svg .ppl-svg {
  width: 100%;
}
.global-top .paralax-svg .ppl-svg svg {
  filter: brightness(1.1);
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  Footer 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
footer {
  background-color: rgba(0, 0, 0, 0) !important;
  position: relative;
}
footer .fn-form form input {
  border: solid 1px #e0e0e0;
  border-radius: 30px;
}
footer #news-send {
  border-radius: 30px;
  background-color: #395d6b;
}
footer #news-send:hover {
  border-radius: 30px;
  background-color: #a4caae;
}

.footer-top, .footer-bot {
  background-color: #2c5e6d !important;
}

.shp {
  top: 10%;
  width: 100%;
  display: block;
  margin: auto;
}
.shp img {
  display: block;
  margin: auto;
  width: 100%;
}

.f-certif .s6r-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 300px;
  margin: auto;
}
.f-certif .s6r-grid .s6imgs {
  width: 30%;
}
.f-certif .s6r-grid .s6imgs img {
  display: block;
  margin: auto;
  width: 100%;
}

.footer-title p {
  font-weight: 400 !important;
  text-transform: uppercase;
  font-size: 13px !important;
  margin-bottom: 20px;
}

.foot-col {
  width: 18%;
}

.is-logo {
  width: 30%;
}
.is-logo img {
  display: block;
  width: 50%;
  margin: 0 auto 30px auto;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-inner .footer-title {
  width: 100%;
  margin: 40px 0;
}
.footer-inner .footer-title h3, .footer-inner .footer-title p {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.footer-inner .footer-col {
  width: calc(20% - 50px);
}

footer h3 {
  color: #a4caae;
  font-size: 25px;
  text-transform: uppercase;
  font-family: "Sailor";
  font-weight: 400 !important;
}
footer h4 {
  color: #fff;
  font-size: 13px;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
footer .foot-col i {
  font-size: 25px;
  text-align: center;
  color: #555;
  margin-bottom: 20px;
}
footer .foot-col p, footer .foot-col a, footer .foot-col li {
  text-align: left;
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}
footer .foot-col p.adress-line {
  font-size: 11px;
}
footer .foot-col ul {
  list-style-type: none;
  list-style-type: none;
  padding: 0;
}
footer .foot-col ul i {
  color: #fff;
}
footer .foot-col ul li {
  list-style-type: none;
}
footer .foot-col ul li, footer .foot-col ul a {
  font-weight: 100;
}
footer .foot-col p.fk-title {
  font-weight: 700;
  color: #fff;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}

.social ul {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.social ul li i {
  color: #a4caae;
}

.footer-newsletter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 100px auto;
}

.fn-msg {
  width: 40%;
}
.fn-msg p {
  color: #fff;
  font-size: 12px;
}

.fn-form {
  width: 55%;
}
.fn-form form {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.fn-form form input {
  width: 70%;
  padding: 10px;
  border-radius: 5px;
  border: none;
  outline: none;
}
.fn-form form button {
  width: 25%;
  color: #fff;
  padding: 15px;
  background-color: #111;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  outline: none;
}
.fn-form #news-message {
  position: absolute;
  top: -55px;
  background-color: #ad5b4a;
  padding: 4px 25px;
  border-radius: 5px;
  right: 0;
  opacity: 0;
}
.fn-form #news-message p {
  font-size: 12px;
  color: #fff;
}

.subscribed-succes #news-message {
  background-color: #a5caaf;
}
.subscribed-succes button {
  opacity: 0.8;
  cursor: auto !important;
  background-color: #a5caaf !important;
}

.footer-bot {
  background-color: #27292f;
  padding: 30px 0 50px;
}
.footer-bot ul {
  color: #fff;
  line-height: 30px;
  padding-left: 20px;
}
.footer-bot ul li a {
  color: #fff;
}
.footer-bot .boxed {
  display: flex;
  justify-content: space-between;
}
.footer-bot .quicklink {
  width: 24%;
}
.footer-bot .quicklink a {
  font-size: 12px;
}
.footer-bot .country-list {
  width: 57%;
}
.footer-bot .country-list .country-sep {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-bot .country-list .country-sep p {
  margin: 10px 0;
  color: #888;
  font-size: 12px;
  font-weight: bold;
  display: none;
}
.footer-bot .country-list .country-sep a {
  font-size: 12px;
}
.footer-bot .country-list .country-sep .col-half {
  width: 74%;
}
.footer-bot .country-list .country-sep .col-half .subelements-0 ul {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.footer-bot .country-list .country-sep .col-half .subelements-0 li {
  width: 50%;
}
.footer-bot .country-list .country-sep .col-fourth {
  width: 24%;
}

.fcredential {
  background-color: #2C5E6D;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fcredential p {
  border-top: solid 1px #fff;
  text-align: center;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 30px;
  font-size: 13px;
}

.shape-footer {
  margin-top: 50px;
  display: block;
  margin-bottom: -1px;
}
.shape-footer svg, .shape-footer g, .shape-footer path {
  fill: #333;
  display: block;
}

p.fk-title-h {
  font-size: 14px !important;
  font-weight: 700;
  color: #fff;
  display: block;
  margin-bottom: 20px;
}

.foot-logo {
  margin-top: 20px;
}
.foot-logo img {
  max-width: 200px;
}

.toogle-float.tra-floating {
  transform: translateX(0px);
}

.cn-button:hover {
  right: -5%;
}
.cn-button:hover i {
  transform: translateX(0px);
}

.float-triggered .cn-button i {
  transform: translateX(0px);
}

.tra-floating {
  position: fixed;
  right: 0;
  bottom: 38vh;
  z-index: 99999;
  background-color: #fff;
  border-radius: 30px 0 0 30px;
  border-top: solid 2px #395d6b;
  border-left: solid 2px #395d6b;
  border-bottom: solid 2px #395d6b;
}

.cn-wrapper ul {
  list-style-type: none;
}
.cn-wrapper ul li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s linear;
}
.cn-wrapper ul li a {
  color: #333;
  width: 30px;
  height: 30px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 100%;
}
.cn-wrapper ul li a svg {
  width: 30px;
  height: 30px;
}
.cn-wrapper ul li a i {
  font-size: 25px;
}

.corona-message {
  position: fixed;
  left: 25px;
  bottom: 25px;
  z-index: 99999999;
}
.corona-message a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.corona-message i {
  font-size: 20px;
  margin-right: 5px;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  FancyApp global 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
body .fancybox-container {
  z-index: 9999999;
}
body .fancybox-bg {
  background: rgb(246, 246, 246);
}
body .fancybox-content .fancybox-iframe {
  border-radius: 5px;
  overflow: hidden;
  max-width: 1100px;
  margin: auto;
  max-height: 50vh;
  position: relative;
  top: 9vh;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
body .fancybox-slide--video .fancybox-content {
  background: rgba(0, 0, 0, 0);
}
body .fancybox-button.fancybox-button--close {
  background: #ad5b4a;
  border-radius: 100%;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  top: 100px;
  right: 100px;
}
body .fancybox-button.fancybox-button--close svg path {
  fill: #fff;
}
body .fancybox-navigation .fancybox-button div {
  border-radius: 100%;
  background: white;
}
body .fancybox-navigation .fancybox-button {
  background: none;
}
body .fancybox-navigation .fancybox-button--arrow_right {
  right: 100px !important;
}
body .fancybox-navigation .fancybox-button--arrow_left {
  left: 100px !important;
}
body .fancybox-image {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
body .fancybox-button--zoom,
body .fancybox-button--play,
body .fancybox-button--thumbs {
  display: none !important;
}

.fancybox-caption {
  background: none !important;
}

.fancybox-caption__body {
  color: #333;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  Mobile burger menu 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.nav-icon {
  width: 100%;
  max-width: 35px;
}

.mobile-menu {
  width: 12%;
  margin-right: 20px;
  align-items: center;
  justify-content: space-between;
  display: none;
}

.nav-message span {
  font-size: 13px;
  color: #fff;
}

.nav-icon:after,
.nav-icon:before,
.nav-icon div {
  background-color: #fff;
  border-radius: 50px;
  content: "";
  display: block;
  height: 4px;
  margin: 7px 0;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.nav-open .nav-icon:before {
  transform: translateY(12px) rotate(135deg);
  background-color: #ad5b4a;
}

.nav-open .nav-icon:after {
  transform: translateY(-10px) rotate(-132deg);
  background-color: #ad5b4a;
  width: 99%;
}

.nav-open .nav-icon div {
  transform: scale(0);
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  PAGE 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.page-container {
  margin: 80px auto;
}

.page .shape-footer {
  margin-top: 50px;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  Logo Stripe 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.s3 {
  background-color: #395d6b;
  padding: 50px 0;
}
.s3 h2 {
  color: #ebf1d9;
  text-align: center;
}
.s3 .dash {
  background-color: #ebf1d9;
}
.s3 .logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  top: -40px;
}
.s3 .elem {
  width: 16.6666666667%;
  position: relative;
}
.s3 .et {
  display: flex;
  justify-content: center;
  align-items: center;
}
.s3 .et svg {
  width: 60px;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}
.s3 .et svg path {
  fill: #fff;
}
.s3 .et p {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 28px;
  text-align: center;
  color: #fff;
  background-color: #395d6b;
}
.s3 .link {
  position: absolute;
  width: 80%;
  right: -80%;
  top: -20px;
}
.s3 .link img {
  width: 100%;
  display: block;
  margin: auto;
}
.s3 .has-m {
  margin-top: 230px;
}
.s3 .l-or {
  transform: rotate(87deg);
  top: 30px;
  right: -80%;
}

.s3.is-light {
  background-color: #fff;
}
.s3.is-light h2 {
  color: #395d6b;
}
.s3.is-light .dash {
  background-color: #395d6b;
}
.s3.is-light p {
  color: #395d6b;
  background-color: #fff;
}
.s3.is-light .et svg path {
  fill: #395d6b !important;
}
.s3.is-light .link img {
  filter: brightness(0.5) contrast(0.9) sepia(0.8) hue-rotate(100deg);
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  Global CTA STRIPE 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.s8 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 100px 0;
}
.s8 .s8-l, .s8 .s8-r {
  width: 50%;
  padding: 60px 0;
  display: flex;
  justify-content: center;
}
.s8 .s8-l {
  background-color: #395d6b;
}
.s8 .s8-r {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.s8 .cntr {
  max-width: 90%;
  margin: auto;
}
.s8 .cntr h2 {
  font-size: 25px;
  line-height: 50px;
  color: #fff;
}
.s8 .cntr .script {
  font-size: 50px;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  404 Styles 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.error-related {
  margin-bottom: 80px;
}
.error-related .error-inner-title {
  margin-bottom: 40px;
}
.error-related .error-inner-title h2 {
  color: #333;
}
.error-related .related-content, .error-related .agi-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.error-related .related-content .card-voyage, .error-related .agi-grid .card-voyage {
  width: 24%;
}
.error-related .related-content .card-home-travel, .error-related .agi-grid .card-home-travel {
  width: 32%;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  RGPD Pop up
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.rgpd-consent {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999999999;
  background-color: #395d6b;
  border-radius: 0;
  box-shadow: none;
  max-width: unset;
  right: 0;
  transition: all 0.2s linear;
  transition-delay: 500ms;
}
.rgpd-consent .rgpd-inner {
  padding: 15px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rgpd-consent .rgpd-inner p {
  font-size: 11px;
  line-height: 25px;
  width: 89%;
  color: #fff;
}
.rgpd-consent .rgpd-inner button {
  padding: 10px 0;
  border-radius: 5px;
  width: 10%;
  max-width: 130px;
  transition: all 0.2s linear;
  color: #fff;
  border: none;
  background-color: #a4caae;
}

.rgpd-consent.rgpd-hide {
  transform: translateY(100%);
  background-color: #a5caaf;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  Leads page 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.leads {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 900px;
}
.leads .inner-protected {
  max-width: 500px;
  width: 50%;
  background-color: #fff;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  top: -100px;
}
.leads .inner-protected form, .leads .inner-protected button {
  width: 100%;
}
.leads .inner-protected form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.leads .inner-protected .form-label {
  width: 100%;
}
.leads .inner-protected .tra-input {
  width: calc(50% - 10px);
  margin-bottom: 10px;
}
.leads .inner-protected button {
  border-radius: 5px;
  padding: 13px 0;
}
.leads .inner-protected .form-label {
  margin-bottom: 20px;
}
.leads .inner-protected .form-label p {
  color: #8a8a8a;
  line-height: 25px;
  font-size: 13px;
}
.leads .inner-protected .form-label label {
  margin-bottom: 15px;
}
.leads .post-password-form p {
  color: #8a8a8a;
  line-height: 25px;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 10px;
}
.leads .post-password-form label, .leads .post-password-form input {
  width: 100%;
}
.leads .post-password-form input {
  border: solid 1px #c7c7c7;
  font-size: 13px;
  position: relative;
  border-radius: 5px;
  margin-right: 1%;
  color: #c7c7c7;
  cursor: pointer;
  transition: all 0.2s linear;
  min-height: 42px;
  outline: none;
  margin-bottom: 10px;
  padding: 0 10px;
  width: calc(100% - 20px);
}
.leads .post-password-form input[type=submit] {
  color: #fff;
  background-color: #333;
  border-radius: 5px;
  padding: 13px 0;
  border: none;
  width: 100%;
}

.page-leads .shape-footer {
  margin-top: -200px;
}

.breadcrumb {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  font-size: 12px;
  font-style: italic;
}
.breadcrumb p, .breadcrumb a {
  font-size: 12px;
  font-style: italic;
}
.breadcrumb a {
  color: #395d6b;
}

@media screen and (max-width: 1100px) {
  .boxed {
    width: 90%;
  }
}
@media screen and (max-width: 980px) {
  .footer-bot .boxed {
    flex-wrap: wrap;
  }
  .mobile-menu {
    display: flex;
  }
  .global-top h1 {
    font-size: 25px;
    max-width: 80%;
  }
  .title-section {
    margin: 80px 0;
  }
  .title-section .title-left {
    width: 100%;
  }
  .title-section .title-right {
    display: none;
  }
  .shape-footer {
    margin-top: 80px;
  }
  p {
    font-size: 13px;
  }
  footer .footer-inner {
    justify-content: space-around;
  }
  footer .footer-inner .footer-col {
    width: 49%;
    margin-bottom: 40px;
  }
  footer .footer-newsletter {
    flex-wrap: wrap;
    margin: 0 auto 80px auto;
    text-align: center;
  }
  footer .footer-newsletter .fn-msg {
    margin-bottom: 40px;
  }
  footer .fn-msg, footer .fn-form {
    width: 100%;
  }
  footer .footer-bot .country-list {
    width: 100%;
    margin-bottom: 30px;
  }
  .terra-hero .paralax-home {
    align-items: flex-start;
  }
  header {
    position: fixed;
    width: 100%;
    height: 65px;
    z-index: 999999999999;
  }
  .nav {
    position: relative;
    height: 65px;
  }
  .nav .nav-items {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    width: 100%;
  }
  .nav .nav-logo {
    width: 25%;
  }
  .nav .nav-cta {
    width: 25%;
  }
  .nav .nav-items {
    max-width: 100%;
    top: 65px;
    background-color: #fff;
    border-top: solid 1px #f0f0f0;
    height: calc(100vh - 66px);
  }
  .nav .nav-items.mobile-nav {
    opacity: 1;
    visibility: visible;
  }
  .nav .nav-items ul {
    position: relative;
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    background-color: #f9f9f9;
    height: 100%;
  }
  .nav .nav-items ul li {
    width: 200px;
  }
  .nav ul.sub-menu {
    position: absolute;
    display: flex;
    flex-direction: column;
    min-width: unset;
    padding-top: 0;
    transition: all 0.2s linear;
    align-items: center;
    width: calc(100% - 206px);
    left: 206px;
    top: 0;
    background-color: #fff;
    box-shadow: none;
  }
  .nav ul.sub-menu li:last-child {
    border-radius: 0;
    padding-bottom: 0;
  }
  .nav ul.sub-menu li:first-child {
    border-radius: 0;
    padding-top: 0;
  }
  .nav ul.sub-menu li {
    width: calc(100% - 40px);
    border-right: none;
  }
  .nav a.has-sub::before {
    display: none;
  }
  .nav ul.sub-menu li a {
    border-radius: 0;
  }
  .error-related .agi-grid .card-voyage, .error-related .related-content .card-voyage,
  .error-related .related-content .card-home-travel, .error-related .agi-grid .card-home-travel {
    width: 48%;
    margin-bottom: 20px;
  }
  .footer-bot .country-list .country-sep .col-half {
    width: 100%;
  }
  .footer-bot .country-list .country-sep .col-fourth {
    width: 100%;
  }
  .footer-bot ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer-bot ul li {
    width: 100%;
  }
  .footer-bot .quicklink {
    width: 100%;
    margin-bottom: 30px;
  }
  .foot-logo {
    display: none;
  }
  .footer-bot .country-list .country-sep .col-half .subelements-0 li {
    width: 31.6%;
  }
  .is-logo {
    display: none;
  }
  .global-top {
    margin-top: 65px;
  }
}
@media screen and (max-width: 700px) {
  .footer-bot ul li {
    width: 50%;
  }
  .country-sep .col-half, .country-sep .col-fourth {
    width: 50%;
  }
  .country-sep .col-half ul, .country-sep .col-fourth ul {
    flex-direction: column;
  }
  .title-section h2 {
    text-align: center;
    margin-bottom: 10px;
  }
  .title-section p {
    text-align: center;
  }
  .title-section {
    margin: 60px 0;
  }
  footer .footer-inner .footer-col {
    width: 100%;
    margin-bottom: 40px;
  }
  .fn-form form {
    flex-direction: column;
  }
  .fn-form form input {
    width: calc(100% - 20px);
    padding: 15px 10px;
    border-radius: 5px;
  }
  .fn-form form button {
    width: 100%;
    margin-top: 10px;
  }
  .footer-bot h3 {
    margin-bottom: 50px;
    font-size: 14px;
    text-align: center;
  }
  .footer-bot .country-list ul li {
    width: 49%;
  }
  .footer-bot ul {
    padding-left: 40px;
  }
  .rellax {
    transform: translate3d(0, 0, 0) !important;
  }
  .global-top, .global-top .paralax-global {
    min-height: 200px;
    height: auto;
  }
  .global-top h1 {
    font-size: 18px;
    max-width: 100%;
    position: relative;
    top: unset;
  }
  .fancybox-container {
    z-index: 999999999 !important;
  }
  .module-wrapper {
    max-width: unset !important;
  }
  .tra-floating {
    display: none;
  }
  .nav .nav-items ul li.mobile-cta a.nav-cta-main {
    display: block;
  }
  .nav .nav-items ul li {
    width: 110px;
  }
  .nav a {
    padding: 12px 10px;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    width: calc(100% - 20px);
    color: #395d6b;
  }
  .nav ul.sub-menu {
    position: absolute;
    display: flex;
    flex-direction: column;
    min-width: unset;
    padding-top: 0;
    transition: all 0.2s linear;
    align-items: flex-start;
    width: calc(100% - 110px);
    left: 110px;
    top: 0;
    background-color: #fff;
    overflow-y: scroll;
  }
  .nav ul.sub-menu li {
    padding: 0;
  }
  .nav ul.sub-menu li {
    width: calc(100% - 20px);
  }
  .nav ul.sub-menu li a {
    padding: 20px 10px;
    width: 100%;
    margin: 0;
  }
  .nav .mobile-menu {
    width: 30%;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .nav .nav-logo {
    width: 40%;
  }
  .nav .nav-message span {
    margin-right: 15px;
  }
  .products-inner .owl-carousel button.owl-dot {
    background-color: #ecebeb;
  }
  .products-inner .owl-dots {
    justify-content: center;
  }
  body .fancybox-navigation .fancybox-button--arrow_right {
    right: 0px !important;
  }
  body .fancybox-navigation .fancybox-button--arrow_left {
    left: 0px !important;
  }
  body .fancybox-button.fancybox-button--close {
    top: 20px;
    right: 20px;
  }
  .error-related .agi-grid .card-voyage, .error-related .related-content .card-voyage,
  .error-related .related-content .card-home-travel, .error-related .agi-grid .card-home-travel {
    width: 100%;
  }
  .rgpd-consent .rgpd-inner {
    flex-direction: column;
  }
  .rgpd-consent .rgpd-inner button,
  .rgpd-consent .rgpd-inner p {
    width: 100%;
    max-width: unset;
  }
  .rgpd-consent .rgpd-inner p {
    margin-bottom: 10px;
  }
  .footer-bot .country-list .country-sep .col-half {
    width: 100%;
  }
  .footer-bot .country-list .country-sep .col-half .subelements-0 li {
    width: 48%;
  }
  .footer-bot .country-list .country-sep .col-fourth {
    width: 100%;
  }
  .footer-bot ul {
    padding-left: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .col-collection ul li {
    width: 100% !important;
  }
  .foot-logo {
    display: none;
  }
  .is-logo {
    width: 100%;
  }
  .foot-col {
    width: 100%;
    margin-bottom: 20px;
  }
  .global-top {
    min-height: 200px !important;
    padding-top: 0;
  }
  .global-top h1 {
    font-weight: bold;
    line-height: 25px;
  }
  .global-top .title-simple {
    margin-top: 20px !important;
  }
  .global-top .title-simple h1 {
    font-size: 30px !important;
    margin-bottom: 8px !important;
    line-height: 30px;
  }
  .global-top .title-simple h2 {
    font-size: 20px !important;
    margin-bottom: 20px !important;
  }
  .global-top p {
    padding-bottom: 0 !important;
  }
  .s3 .link {
    display: none;
  }
  .s3 .has-m {
    margin-top: 0;
  }
  .s3 .elem {
    width: 31%;
  }
  .s3 .et p {
    font-size: 14px;
  }
  .s3 .logos {
    top: 0;
    margin-top: 30px;
  }
  .s3 .et svg {
    width: 50px;
  }
  .s8 .s8-l, .s8 .s8-r {
    width: 100%;
  }
  .s8 .s8-l h2, .s8 .s8-r h2 {
    text-align: center;
  }
  .global-s8 .s8-l .cntr {
    padding-left: 0;
    max-width: 100%;
  }
  .s5 .products-inner {
    max-width: 60%;
    margin: auto;
  }
  .s5 .products-inner h3 {
    min-height: 70px;
  }
  footer {
    margin-top: 70px;
  }
  .front-page .terra-hero {
    margin-top: 65px;
  }
  .front-page .terra-hero .paralax-home img {
    display: block;
    margin: auto;
    width: unset !important;
  }
  .front-page .terra-hero .home-hero .homeh-inner h1 {
    font-size: 40px;
    line-height: 70px;
  }
  .front-page .terra-hero .home-hero .head-cta {
    right: 22% !important;
  }
  .front-page .top-trip-stripe {
    padding: 50px 0;
  }
  .front-page .tts-l {
    width: 100%;
    margin-right: 0;
  }
  .front-page .tts-l a {
    width: auto;
    display: block;
  }
  .front-page .tts-r {
    width: 100%;
    margin-top: 100px;
  }
  .front-page .s3 .link {
    display: none;
  }
  .front-page .s3 .has-m {
    margin-top: 0;
  }
  .front-page .s3 .elem {
    width: 31%;
  }
  .front-page .s3 .et p {
    font-size: 14px;
  }
  .front-page .s3 .logos {
    top: 0;
    margin-top: 30px;
  }
  .front-page .s3 .et svg {
    width: 50px;
  }
  .front-page .s4 {
    padding: 50px 0;
  }
  .front-page .s4 .exps {
    left: 0;
  }
  .front-page .s4 .glide__arrow--right {
    visibility: visible;
  }
  .front-page .s5 {
    padding: 50px 0;
  }
  .front-page .s5 .title-section-n {
    max-width: 90%;
    margin: auto;
  }
  .front-page .s5 .glide__slide--active {
    transform: scale(1);
  }
  .front-page .s5 .products-inner {
    max-width: 65%;
    margin: auto;
    left: -3%;
    position: relative;
  }
  .front-page .s5 .glide__arrows {
    display: none;
  }
  .front-page .s5 .cht-info .cht-meta ul {
    flex-wrap: wrap;
  }
  .front-page .s5 .cht-info .cht-meta ul li {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
  .front-page .s5 .glide__slide--active, .front-page .s5 .card-home-travel {
    box-shadow: none;
  }
  .front-page .s5 .glide__arrows {
    left: 5%;
    width: 90%;
  }
  .front-page .cht-info a {
    display: block;
    min-height: 40px;
  }
  .front-page .s6 {
    padding: 50px 0;
    flex-wrap: wrap;
  }
  .front-page .s6 .s6-l {
    width: 100%;
    margin-bottom: 40px;
  }
  .front-page .s6 .s6-l a {
    display: block;
  }
  .front-page .s6 .s6-r {
    width: 100%;
  }
  .front-page .s7 .reg-sec .rs-l, .front-page .s7 .reg-sec .rs-r {
    width: 100%;
  }
  .front-page .s7 .reg-sec {
    flex-wrap: wrap;
  }
  .front-page .s8 .s8-l, .front-page .s8 .s8-r {
    width: 100%;
  }
  .front-page .s11 {
    padding: 50px 0;
  }
  .front-page .s11 .blog-title a {
    display: none;
  }
  .front-page .s11 .blog-l, .front-page .s11 .blog-r {
    width: 100%;
  }
  .front-page .s11 .blog-l {
    margin-bottom: 30px;
  }
  .front-page .s11 .blog-r .credential {
    display: none;
  }
  .front-page .s11 .title-section-n .dash {
    margin: 20px auto 0;
  }
  .s8 .s8-l .cntr {
    max-width: 90% !important;
    margin: auto !important;
    margin-left: auto !important;
    padding-right: 0 !important;
  }
  .blog-card h3, .blog-card p {
    line-height: 23px;
  }
  .s8 .s8-r .cntr {
    max-width: 90% !important;
    margin: auto !important;
    margin-right: 0 !important;
    padding-left: 0% !important;
    margin-left: 0 !important;
    padding-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .blog-r .blog-card h3 {
    margin-top: 0 !important;
  }
  p.fk-title-h, .fk-title {
    font-size: 15px !important;
  }
  .social {
    width: 100%;
  }
  .social ul {
    width: 100%;
  }
  .social ul li {
    width: 25%;
  }
  .social ul li a {
    text-align: center;
  }
  .blk {
    width: 100%;
  }
  .title-simple {
    margin-top: 20px;
  }
  .footer-bot ul li a {
    color: #fff;
  }
}
@media screen and (max-width: 350px) {
  .front-page .terra-hero .home-hero .shape-heading {
    top: -25px !important;
  }
  .intro-content .intro-left .module-test-voyage {
    padding: 20px;
  }
}
/*!***************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js!./root/front-end/css/home.scss ***!
  \***************************************************************************************************************************************************/
/* //////////////////////////////////////////////////////////////////////////////////
*
* Global variables
*
/* /////////////////////////////////////////////////////////////////////////////////*/
/* //////////////////////////////////////////////////////////////////////////////////
*
*  Global Styles Rules Blog
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.home-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.home-articles {
  width: 100%;
}
.home-articles .articles-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.home-articles .articles-list .blog-card {
  width: 24%;
  margin-bottom: 2%;
  margin-right: 1%;
}

.home-articles .title-section-n {
  margin-bottom: 70px;
}

.blog-aside {
  width: 30%;
}

.home-intro-inner {
  position: relative;
  top: -70px;
  z-index: 99;
}

.glide {
  margin-bottom: 0px;
}
.glide .card-home-travel {
  max-height: unset;
  min-height: unset;
  border: solid 15px #fff;
  box-shadow: none;
  background-color: #fff;
  border-radius: 10px;
}
.glide .card-home-travel .cht-inner {
  border-radius: 10px;
}
.glide .card-home-travel .cht-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: unset;
  z-index: 2;
}
.glide .card-home-travel .ci-wrap {
  padding: 20px 0;
}
.glide .card-home-travel .over-blk {
  background: rgb(255, 132, 0);
  background: linear-gradient(180deg, rgba(255, 132, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.glide .card-home-travel .cht-info h3, .glide .card-home-travel .cht-info .cht-meta span {
  margin-bottom: 0;
  text-align: center;
  display: block;
}
.glide .card-home-travel .cht-info {
  padding-bottom: 20px;
}
.glide .owl-nav .owl-prev, .glide .owl-nav .owl-next {
  top: 36%;
}
.glide .owl-dots {
  display: none;
}

.bottom-cta {
  margin-top: 100px;
}

.home .shape-footer {
  margin-top: 100px;
}

.info-message p {
  margin-bottom: 30px;
  display: block;
}

.home .card-home-travel .cht-info h2 {
  max-width: 100%;
}

.home .cht-info h2 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  max-width: 96%;
  margin: 10px auto;
  text-align: center;
  line-height: 23px;
}
.home .cht-info {
  padding: 0;
  height: 100%;
  min-height: unset;
  background-color: rgba(255, 255, 255, 0);
  padding-bottom: 0 !important;
}
.home .cht-info a h3, .home .cht-info .cht-meta, .home .cht-info .cht-meta span {
  color: #fff;
}
.home .cht-info a h3 {
  color: #fff !important;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 5px !important;
  display: block;
}

.home .card-home-travel.card-home-travel.glide__slide--active .cht-info {
  background-color: rgba(255, 255, 255, 0);
}
.home .card-home-travel.card-home-travel.glide__slide--active .cht-info .is-cat, .home .card-home-travel.card-home-travel.glide__slide--active .cht-info a h3, .home .card-home-travel.card-home-travel.glide__slide--active .cht-info .cht-meta ul li {
  color: #fff !important;
}

.s11 .blog-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.s11 .title-section-n {
  justify-content: flex-start;
}
.s11 .title-section-n .dash {
  margin: unset;
  margin-top: 30px;
}
.s11 .blog-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.s11 .blog-l, .s11 .blog-r {
  width: 55%;
}
.s11 .blog-r {
  width: 40%;
}
.s11 .blog-card .bc-h img {
  display: block;
  width: 100%;
  margin: auto;
  border-radius: 10px;
  overflow: hidden;
}
.s11 .blog-card h3 {
  color: #395d6b;
  margin: 10px 0;
}
.s11 .blog-card p {
  font-size: 13px;
  line-height: 20px;
}
.s11 .blog-card .credential {
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: px;
}
.s11 .blog-card .credential li {
  margin-right: 10px;
  font-size: 10px;
  color: #395d6b;
}
.s11 .blog-card .credential .pipe {
  margin-left: 10px;
}
.s11 .blog-section .blog-card h3 {
  margin: 0 0 10px;
}
.s11 .blog-r .blog-card {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 20px;
}
.s11 .blog-r .blog-card .bc-h {
  width: 100%;
}
.s11 .blog-r .blog-card .bc-body {
  width: 100%;
}

.s8-l .cntr {
  padding-left: 22%;
  max-width: 75%;
}

.s8 .s8-l {
  background-color: #a4caae;
}

.s8 .cntr h2 {
  color: #395d6b;
  font-weight: 400;
  line-height: 35px;
  font-size: 20px;
}

.s8 .sec-cta.is-plain {
  font-size: 20px;
}

.s8 .s8-l, .s8 .s8-r {
  padding: 60px 0;
}

.s8 {
  margin: 80px 0;
}

.s11.articles-list .blog-card h3 {
  font-size: 13px !important;
  line-height: 23px !important;
  font-weight: 700 !important;
}

.s11.articles-list .blog-card {
  width: 30.3% !important;
  margin-bottom: 2% !important;
  margin-right: 3% !important;
}
.s11.articles-list .blog-card h3 {
  line-height: 20px;
  margin-bottom: 3px !important;
}
.s11.articles-list .blog-card p {
  display: none;
}

.home .card-home-travel.card-home-travel.glide__slide--active .cht-info {
  background-color: rgba(255, 255, 255, 0) !important;
}

@media screen and (max-width: 980px) {
  .home-articles {
    width: 100%;
  }
  .module-aside {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .blog-aside {
    width: 100%;
    margin-top: 50px;
  }
  .blog-aside .module-wrapper {
    width: 32%;
  }
  .home .home-articles .articles-list .blog-card {
    width: 24%;
    margin-bottom: 4%;
  }
  .home .bottom-cta {
    margin-top: 50px;
  }
  .home .category-slider {
    margin-bottom: 80px;
  }
  .home .cta-sorted .sec-cta {
    display: none;
  }
  .home .module-cta-fullwidth .full-deco-right {
    right: -40px;
    font-size: 200px;
    top: 20px;
  }
  .home .module-cta-fullwidth .full-deco-bottom .bot-logos {
    width: 25%;
  }
  .home .module-cta-fullwidth .full-deco-left .team-grid {
    max-width: 100%;
  }
  .home .related-content .card-voyage {
    width: 49%;
    margin-bottom: 2%;
  }
}
.s11.articles-list .blog-card h3 {
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
}
.s11.articles-list .credential {
  margin-top: 0;
}
.s11.articles-list .credential li {
  font-size: 10px;
}

@media screen and (max-width: 700px) {
  .home .home-articles .articles-list .blog-card {
    width: 100%;
    margin-bottom: 4%;
  }
  .blog-aside .module-wrapper {
    width: 100%;
  }
  .home .bottom-cta {
    margin: 0px 0 0;
  }
  .home .module-cta-fullwidth .full-content {
    width: 100%;
  }
  .home .module-cta-fullwidth .module-inner {
    width: calc(100% - 60px);
    text-align: center;
  }
  .home .module-cta-fullwidth .full-deco-left {
    width: 100%;
    margin-bottom: 30px;
  }
  .home .module-cta-fullwidth .full-deco-bottom .dot-logos {
    display: none;
  }
  .home .voyage .module-cta-fullwidth .full-deco-bottom .bot-logos {
    width: 100%;
    margin: 0;
  }
  .home .module-cta-fullwidth .full-content a.main-cta {
    margin-right: 0;
  }
  .home .voyage .module-cta-fullwidth .full-deco-right {
    display: none;
  }
  .home .voyage .related-content .card-voyage {
    width: 100%;
    margin-bottom: 6%;
  }
  .home .module-wrapper.module-cta-inline .deco-team {
    position: absolute;
    right: 0px;
    top: 15px;
    max-width: 160px;
  }
  .home .module-cta-inline .deco-inner {
    min-width: 40%;
  }
  .home .module-cta-inline .deco-inner .di-top i {
    font-size: 15px;
  }
  .home .module-wrapper.module-cta-inline .deco-right {
    font-size: 100px;
    top: unset;
    right: -10px;
    bottom: -10px;
  }
  .home .o-quickview {
    margin-bottom: 60px;
  }
  .home .bot-logos {
    width: 100% !important;
    margin: 0 !important;
  }
  .home .full-deco-right {
    display: none;
  }
  .home-intro-inner {
    position: relative;
    top: 0px;
    z-index: 99;
    margin-bottom: 30px;
  }
  .home-articles .title-section-n {
    margin-bottom: 50px;
  }
  .s11 .blog-l, .s11 .blog-r {
    width: 100%;
    margin-bottom: 30px;
  }
  .global-s8.s8 {
    margin: 0px 0 50px;
  }
  .home .home-articles .articles-list .blog-card {
    width: 100% !important;
    margin-bottom: 4% !important;
  }
  .s11.articles-list .blog-card p {
    display: flex;
  }
}
/*!**************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js!./root/front-end/css/modules/modules.scss ***!
  \**************************************************************************************************************************************************************/
@charset "UTF-8";
/* //////////////////////////////////////////////////////////////////////////////////
*
* Global variables
*
/* /////////////////////////////////////////////////////////////////////////////////*/
/* //////////////////////////////////////////////////////////////////////////////////
*
*  Global Modules 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.module-wrapper {
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 160px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  max-width: 350px;
  transition: all 0.2s linear;
}
.module-wrapper .module-inner {
  padding: 20px;
}
.module-wrapper .deco-left {
  position: absolute;
  z-index: 1;
  left: 0;
  transition: all 0.2s linear;
}
.module-wrapper .deco-right {
  position: absolute;
  z-index: 1;
  right: 0;
  transition: all 0.2s linear;
}
.module-wrapper .deco-inner {
  z-index: 2;
  position: relative;
  transition: all 0.2s linear;
}

.module-title {
  z-index: 3;
  position: relative;
}
.module-title h3 {
  color: #fff;
  font-size: 16px;
}
.module-title p {
  color: #fff;
  font-size: 13px;
}

.module-wrapper:hover {
  transform: translateY(-3px);
}

.module-wrapper:hover .deco-left {
  transform: translateX(-10px);
}

.module-wrapper:hover .deco-right {
  transform: translateX(10px) rotate(-5deg);
}

.module-wrapper:hover .deco-inner {
  transform: translateY(-10px);
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  Module Carte
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.module-map {
  background-color: #a5caaf;
}
.module-map .deco-left {
  font-size: 200px;
  top: -10px;
  left: -90px;
  color: #43a557;
  transform: rotate(-5deg);
}
.module-map .deco-right {
  font-size: 180px;
  bottom: -90px;
  right: -30px;
  color: #43a557;
}
.module-map .deco-inner {
  color: #43a557;
  font-size: 30px;
  position: relative;
  top: -10px;
  max-width: 86%;
  left: 0;
}
.module-map .deco-inner i.mod-light {
  color: #a5caaf;
}
.module-map .di-top, .module-map .di-bot {
  display: flex;
  justify-content: space-between;
}
.module-map .di-top {
  margin-bottom: 25px;
  position: relative;
  left: 50px;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  Module Galery
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.module-gallery {
  background-color: #ecb33f;
}
.module-gallery .deco-left {
  font-size: 250px;
  top: -10px;
  left: -200px;
  color: #e0be4c;
  transform: rotate(-5deg);
}
.module-gallery .deco-right {
  font-size: 250px;
  top: -20px;
  right: -120px;
  color: #e0be4c;
}
.module-gallery .deco-inner {
  color: #e0be4c;
  font-size: 25px;
  position: relative;
  top: -10px;
  max-width: 45%;
  left: 40px;
}
.module-gallery .di-top, .module-gallery .di-bot {
  display: flex;
  justify-content: space-between;
}
.module-gallery .di-top {
  margin-bottom: 15px;
}
.module-gallery .di-bot {
  position: relative;
  left: 20px;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  Module Les 10 étapes 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.module-etapes {
  background-color: #ad5b4a;
}
.module-etapes .deco-left {
  font-size: 200px;
  top: -10px;
  left: -70px;
  color: #da5b5b;
  transform: rotate(-5deg);
}
.module-etapes .deco-right {
  font-size: 180px;
  bottom: -90px;
  right: -30px;
  color: #da5b5b;
  font-weight: 700;
}
.module-etapes .deco-inner {
  color: #da5b5b;
  font-size: 30px;
  position: absolute;
  top: 20px;
  max-width: 86%;
  right: 0;
  width: 50%;
  display: flex;
  justify-content: space-between;
}
.module-etapes .deco-inner i.mod-light {
  color: #ad5b4a;
}
.module-etapes .deco-inner .dotted {
  width: 75%;
  height: 4px;
  border: dotted 5px;
  position: absolute;
  right: -20px;
  top: 5px;
  overflow: hidden;
}
.module-etapes .di-top, .module-etapes .di-bot {
  display: flex;
  justify-content: space-between;
}
.module-etapes .di-top {
  margin-bottom: 25px;
  position: relative;
  left: 50px;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  Module CTA fullwidth 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.module-cta-fullwidth {
  background-color: #333;
  width: 100%;
  max-width: unset;
  min-height: 200px;
  height: auto;
}
.module-cta-fullwidth h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 15px;
}
.module-cta-fullwidth .module-inner {
  width: calc(100% - 60px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px;
}
.module-cta-fullwidth .full-deco-right {
  position: absolute;
  right: -50px;
  font-size: 300px;
  font-weight: bold;
  top: 0;
  transition: all 0.2s linear;
  color: #555;
}
.module-cta-fullwidth .full-deco-left {
  width: 40%;
}
.module-cta-fullwidth .full-deco-left .team-grid {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 90%;
}
.module-cta-fullwidth .full-deco-left .team-grid .team-grid-unit {
  width: 18%;
  z-index: 2;
  margin-right: 2%;
}
.module-cta-fullwidth .full-deco-left .team-grid .team-grid-border {
  border: solid 4px #fff;
}
.module-cta-fullwidth .full-content {
  width: 50%;
  z-index: 99;
}
.module-cta-fullwidth .full-content .cta-sorted {
  margin-top: 30px;
  display: block;
}
.module-cta-fullwidth .full-content a.main-cta {
  background-color: #111;
  margin-right: 10px;
}
.module-cta-fullwidth .full-content a.sec-cta {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  text-decoration: underline;
  box-shadow: none;
}
.module-cta-fullwidth .full-content a.sec-cta:before {
  display: none;
}
.module-cta-fullwidth .full-deco-bottom {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  position: relative;
  bottom: -10px;
}
.module-cta-fullwidth .full-deco-bottom .bot-logos, .module-cta-fullwidth .full-deco-bottom .dot-logos {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.module-cta-fullwidth .full-deco-bottom .bot-logos i, .module-cta-fullwidth .full-deco-bottom .dot-logos i {
  color: #555;
  font-size: 25px;
}
.module-cta-fullwidth .full-deco-bottom .bot-logos {
  width: 15%;
  margin-right: 30px;
}
.module-cta-fullwidth .full-deco-bottom .dot-logos {
  width: 50%;
  padding-left: 100px;
  border-bottom: dotted 3px #555;
  transition: all 0.2s linear;
}
.module-cta-fullwidth .full-deco-bottom .dot-logos li {
  width: 30px;
  text-align: center;
  height: 30px;
  position: relative;
  bottom: -5px;
  background-color: #333;
}
.module-cta-fullwidth .deco-inner {
  color: #555;
  font-size: 25px;
  position: relative;
  top: -10px;
  max-width: 45%;
  left: 40px;
}
.module-cta-fullwidth .di-top, .module-cta-fullwidth .di-bot {
  display: flex;
  justify-content: space-between;
}
.module-cta-fullwidth .di-top {
  margin-bottom: 15px;
}
.module-cta-fullwidth .di-bot {
  position: relative;
  left: 20px;
}

.module-cta-fullwidth:hover .full-deco-bottom .dot-logos {
  width: 55%;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  Module CTA Inline 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.module-cta-inline {
  background-color: #333;
  width: 100%;
  max-width: unset;
  min-height: 220px;
  height: auto;
}
.module-cta-inline .deco-right {
  position: absolute;
  right: -50px;
  font-size: 225px;
  font-weight: bold;
  top: 0;
  z-index: 1;
}
.module-cta-inline .deco-right i {
  color: #555;
  font-size: 180px;
}
.module-cta-inline .deco-team {
  position: absolute;
  right: 20px;
  top: 20px;
  max-width: 200px;
}
.module-cta-inline .deco-team .team-grid {
  justify-content: flex-start;
  z-index: 8;
}
.module-cta-inline .deco-team .team-grid .team-grid-border {
  border: solid 4px #fff;
}
.module-cta-inline .deco-team .team-grid .team-grid-unit:last-child, .module-cta-inline .deco-team .team-grid .team-grid-unit:first-child {
  width: 30%;
  z-index: 7;
}
.module-cta-inline .deco-team .team-grid .team-grid-unit {
  width: 32%;
  z-index: 8;
}
.module-cta-inline .deco-team .team-grid .team-grid-unit:last-child {
  position: relative;
  left: -15px;
  z-index: 7;
  width: 27%;
}
.module-cta-inline .deco-team .team-grid .team-grid-unit:first-child {
  position: relative;
  right: -15px;
  z-index: 9;
  width: 35%;
}
.module-cta-inline .deco-inner {
  color: #555;
  font-size: 25px;
  position: absolute;
  top: 30px;
  min-width: 35%;
  left: 20px;
  padding-bottom: 0px;
  border-bottom: dotted 5px #555;
}
.module-cta-inline .di-top, .module-cta-inline .di-bot {
  display: flex;
  justify-content: space-between;
}
.module-cta-inline .di-top {
  margin-bottom: 15px;
}
.module-cta-inline .di-bot {
  position: relative;
  left: 20px;
}
/*!************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js!./root/front-end/css/modules/cards.scss ***!
  \************************************************************************************************************************************************************/
/* //////////////////////////////////////////////////////////////////////////////////
*
* Global variables
*
/* /////////////////////////////////////////////////////////////////////////////////*/
/* //////////////////////////////////////////////////////////////////////////////////
*
*  Travel cards Home && CTP Archive
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.card-home-travel {
  transition: all 0.2s linear;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.card-home-travel .leaf {
  width: 30px !important;
}

.cht-inner {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.cht-img {
  position: relative;
  z-index: 1;
}
.cht-img img {
  display: block;
  width: 100%;
  margin: auto;
}

.cht-info {
  white-space: wrap;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 20px;
}
.cht-info .is-cat {
  color: #ad5b4a;
  font-size: 10px;
  margin-bottom: 7px;
  display: block;
  transition: all 0.2s linear;
}
.cht-info a {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cht-info h3 {
  color: #395d6b !important;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  transition: all 0.2s linear;
}
.cht-info span, .cht-info .cht-meta {
  font-size: 11px;
  position: relative;
  z-index: 1;
}
.cht-info .cht-meta ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style-type: none;
  margin-top: 10px;
}
.cht-info .cht-meta ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 30px;
  font-size: 11px;
  color: #395d6b;
  transition: all 0.2s linear;
}
.cht-info .cht-meta ul li span {
  background-color: #ebf1d9;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  margin-right: 10px;
  font-size: 11px;
}
.cht-info .cht-meta ul li span svg {
  width: 15px;
}
.cht-info .cht-meta ul li span svg path {
  fill: #395d6b;
}

.card-home-travel.card-home-travel.glide__slide--active .cht-info {
  background-color: #395d6b;
}
.card-home-travel.card-home-travel.glide__slide--active .cht-info .is-cat, .card-home-travel.card-home-travel.glide__slide--active .cht-info a h3, .card-home-travel.card-home-travel.glide__slide--active .cht-info .cht-meta ul li {
  color: #ebf1d9 !important;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  Blog Cards
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.card-blog {
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s linear;
}
.card-blog .chr-img {
  margin-bottom: 0px;
}
.card-blog .chr-img img {
  width: 100%;
  display: block;
  margin: auto;
  border-radius: 0;
  overflow: hidden;
}
.card-blog .chr-info {
  padding: 30px;
  min-height: 95px;
}
.card-blog .chr-meta span {
  font-size: 12px;
  margin-bottom: 10px;
  display: block;
  color: #333;
}
.card-blog .chr-info a h3 {
  font-size: 15px;
  margin-bottom: 10px;
  display: block;
  color: #333;
}

.card-blog:hover {
  transform: translateY(-5px);
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  travel cards global 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.card-voyage {
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s linear;
  position: relative;
}
.card-voyage .chr-img {
  margin-bottom: 0px;
}
.card-voyage .chr-img img {
  width: 100%;
  display: block;
  margin: auto;
  border-radius: 0;
  overflow: hidden;
  transition: all 0.2s linear;
}
.card-voyage .chr-info {
  padding: 20px;
}
.card-voyage .chr-meta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.card-voyage .chr-meta span {
  font-size: 12px;
  margin-bottom: 10px;
  display: block;
  color: #4d4c4c;
}
.card-voyage .chr-meta span i {
  color: #333;
  margin-right: 10px;
}
.card-voyage .chr-info a h2 {
  font-size: 14px;
  margin-bottom: 20px;
  display: block;
  color: #333;
  line-height: 25px;
}

.card-voyage:hover {
  transform: translateY(-5px);
}

.agi-grid .cht-info h2 {
  text-align: left;
  width: 100%;
  max-width: 100%;
}

.card-home-travel.card-regions h2 {
  color: #333;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  max-width: unset;
  margin: unset;
  text-align: center;
  position: relative;
  z-index: 2;
}

.card-home-travel.card-regions:hover h2 {
  color: #fff;
}
/*!**********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/@glidejs/glide/src/assets/sass/glide.core.scss ***!
  \**********************************************************************************************************************************************************************************/
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}
