/* GENERAL STYLES */
html {scroll-behavior: smooth;}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;c
  text-rendering: optimizelegibility;
  background-color: #fff;
  color: #383838;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
}
.cursive {font-style: italic;}

img {max-width: 100%;}

a {color: #5BC2E7;}

a:hover, a:focus {text-decoration: none; color: #002D5B;}

.main-color {color: #002D5B !important;}

a.main-color:hover, a.main-color:focus, .card:hover .main-color, .card:focus .main-color {
  color: #5BC2E7 !important;
}
p {line-height: 1.5;}

.breadcrumb {
  background-color: transparent;
  padding: .5rem 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 90%;
}
.link {
  position: relative;
  letter-spacing: .1em;
  font-size: 75%;
  text-transform: uppercase;
}
.link:after {
  content: '›';
  padding: 0 .5em;
}
.btn {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: normal;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: none;
  letter-spacing: .025em;
}
.btn-primary {
  background-color: #002D5B;
  border-color: #002D5B;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #5BC2E7;
  border-color: #5BC2E7;
}
.btn-success {
  background-color: #5BC2E7;
  border-color: #5BC2E7;
}
.btn-success:hover, .btn-success:focus {
  background-color: #002D5B;
  border-color: #002D5B;
}
.btn-outline-light, .btn-outline-primary {border-width: 2px;}

.btn-outline-primary {
  border-color: #002D5B;
  color: #002D5B;
}
.btn-outline-primary:hover, .btn-outline-primary:focus,
.btn-outline-light:hover, .btn-outline-light:focus {
  color: #fff;
  background-color: #5BC2E7;
  border-color: #5BC2E7;
}
.border-2 {border-width: 2px !important;}

.border-3 {border-width: 3px !important;}

.border-4 {border-width: 4px !important;}

.border-5 {border-width: 5px !important;}

.rotate-h-3 {
  -ms-transform: rotate(3deg); /* IE 9 */
  transform: rotate(3deg);
}
.rotate-h-5 {
  -ms-transform: rotate(5deg); /* IE 9 */
  transform: rotate(5deg);
}
.rotate-ah-3 {
  -ms-transform: rotate(-3deg); /* IE 9 */
  transform: rotate(-3deg);
}
.rotate-ah-5 {
  -ms-transform: rotate(-5deg); /* IE 9 */
  transform: rotate(-5deg);
}
.list-bullet {
  padding-left: 0;
  text-align: left;
  list-style-type: none;
  font-size: 110%;
}
.list-bullet>li {
  position: relative;
  padding-left: 2rem;
}
.list-bullet>li::before {
  position: absolute;
  top: 6px;
  left: 0;
  content: '';
  background-color: #002D5B;
  opacity: .5;
  height: 17px;
  width: 17px;
  display: block;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.hr-divider {border-color: #002D5B !important;}

.hr-2 {border-top: 2px solid;}

.hr-3 {border-top: 3px solid;}

.hr-4 {border-top: 4px solid;}

.hr-5 {border-top: 5px solid;}

.hr-sm {width: 50px;}

.hr-md {width: 100px;}

.hr-lg {width: 150px;}

.w-20px {width: 20px !important;}

.w-30px {width: 30px !important;}

.w-40px {width: 40px !important;}

.w-50px {width: 50px !important;}

.w-60px {width: 60px !important;}

.w-70px {width: 70px !important;}

.w-80px {width: 80px !important;}

.w-90px {width: 90px !important;}

.w-100px {width: 100px !important;}

.m-5px {margin: 5px !important;}

.m-10px {margin: 10px !important;}

.m-15px {margin: 15px !important;}

.mb-5px {margin-bottom: 5px !important;}

.mb-10px {margin-bottom: 10px !important;}

.mb-15px {margin-bottom: 15px !important;}

.mt-5px {margin-top: 5px !important;}

.mt-10px {margin-top: 10px !important;}

.mt-15px {margin-top: 15px !important;}

.mr-5px {margin-right: 5px !important;}

.mr-10px {margin-right: 10px !important;}

.mr-15px {margin-right: 15px !important;}

.ml-5px {margin-left: 5px !important;}

.ml-10px {margin-left: 10px !important;}

.ml-15px {margin-left: 15px !important;}

cite {
  display: block;
  font-size: .8125rem;
  margin: 5px 0;
}
cite:before {content: "— ";}

.form-control {
  background-color: #efefef;
  border: 0;
}
.wrap-content {
  min-height: 500px;
  padding-top: 0;
}
/******* Header ******/
#header {position: relative;}

.header-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 1040;
}
.header-top .social-links .rounded-circle {margin-bottom: 0;}

#header .navbar {
  font-family: 'Montserrat', sans-serif;
  font-size: 75%;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 40px;
}
.navbar-dark {background-color: transparent;}

#header.bcgHeader .navbar {
  background-color: #002D5B;
  padding-top: 0;
}
.navbar-brand {padding: 0; margin: 0;}

#header .dropdown-menu {
  margin: 0;
  -moz-border-radius: 0 0 .25rem .25rem;
  -webkit-border-radius: 0 0 .25rem .25rem;
  border-radius: 0 0 .25rem .25rem;
  background-color: #002D5B;
  border: 0;
  padding-top: 0;
}
#header .dropdown-item {
  color: #fff;
  font-size: 80%;
  font-weight: 700;
}
#header .dropdown-item:hover {background-color: #5BC2E7;}

.navbar-dark .navbar-nav .nav-link {color: #fff;}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #5BC2E7;
}
.navbar-dark .navbar-nav .active>.nav-link {
  color: #F9EC00;
}
.navbar-light {
  background-color: #fff;
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.navbar-toggler {
  border: none;
}
/******* Slider ******/
.index-slider {
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.index-slider .slick-list, 
.index-slider .slick-track, 
.index-slider .slick-slide,
.index-slider .slick-slide>div{
  height: 100%;
  position: relative;
}
.index-slider .slick-slide>div>div>img{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: 0;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
}
.index-slider .slick-slide>div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.3);
  z-index: 1;
}
.index-caption {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index:4;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.login-caption {
  position: absolute;
  width: 100%;
  z-index:4;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.index-caption h1 {
  line-height: 1.2;
  text-shadow: 2px 2px 15px rgba(0,0,0,.3);
}
.articles-slider .slick-slide {
  padding-left: 10px;
  padding-right: 10px;
}
/* Slider Arrows */
.slick-prev, .slick-next {
  position: absolute;
  top:50%;
  font-size: 0;
  line-height: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background-color: transparent;
  border-color: transparent;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  z-index: 1;
  cursor:pointer;
}
.slick-prev {left: 20px;}

.slick-next {right: 20px;}

.slick-prev:hover, .slick-next:hover,
.slick-prev:active, .slick-next:active,
.slick-prev:focus, .slick-next:focus {
  background-color: transparent;
  border: none;
}
.slick-prev:before, .slick-next:before {
  content:'';
  display: block;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-style: solid;
  margin: 15px;
  width: 20px;
  height: 20px;
  border-color: rgba(255,255,255,.5);
}
.slick-prev:before {border-width: 0 0 4px 4px;}

.slick-next:before {border-width: 4px 4px 0 0;}

/* Slider Dots */
.slick-dots {
	display: block;
	width: 100%;
  padding: 0;
	list-style: none;
	text-align: center;
	margin: 10px 0 0;
	z-index:5;
}
.slick-dots li {
  position: relative;
	display: inline-block;
	width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
	cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
	display: block;
	width: 20px;
  height: 20px;
  padding: 5px;
	cursor: pointer;
	color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,.slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
  line-height: 10px;
	position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: '•';
  text-align: center;
  opacity: .25;
  background-color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 20px;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  background-color: #333;
}
/* Parallax Banner */
.bcg-parallax {
  color: #fff;
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.bcg {
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 150%;
  top: 0;
  z-index: 1;
  opacity: 0.7;
}
.bcg-content {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index:2;
}
.bcg-content a {color: #fff;}

.bcg-logo {max-height: 100px;}

.destinations .bcg-link h4 {
  font-weight: 900;
  font-size: 370%;
  letter-spacing: .5rem;
}
.bcg-parallax.section {
  min-height: 450px;
  background-color: #5BC2E7;
}

.page-top:before {
  content:'';
  display: block;
  width: 100%;
  background-color: #002D5B;
}
.page-title p {font-size: 90%;}

.page-title p span:before, .card-detail span:before {
  content: ' • ';
}
.page-title p span:first-child:before, .card-detail span:first-child:before {display: none;}

.page-title p a {color: #161616; text-decoration: underline;}

/******* Sections ******/
section {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 4em 0 4.23em;
}
.section-title, .section-content {position: relative;}

.more_link {position: relative}

.more_link:after {
  content:'voir moins';
  height: 30px;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.collapsed.more_link:after {
  content:'voir plus';
}
.experiences {
  background-color: #efefef;
  padding: 5em 0 4em;
}
.quote {
  color: #474d4b;
  line-height: 1.45;
  position: relative;
}
.quote:before {
  content: '“';
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 300%;
  height: 40px;
}
.bg-cover {
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
}
.bg-cover:before {
  content:'';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  position: absolute;
  top: 0;
  left: 0;
}
/******* Post ******/
.post-summary {
  font-size: 120%;
  line-height: 1.64;
}
.post h2, .post h3 {
  margin-bottom: 1em;
}
.post p, .post li, .post>div {
  margin-bottom: 1em;
  line-height: 1.64;
  font-size: 107%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.blog-post .post>div, .product-post .post>div {
  margin: 0;
}
.post p, .post>div {
  text-align: justify;
}
.services .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.product-length small, .product-length span {
  display: block;
  line-height: 1.2;
}
.product-length span {
  font-size: 200%;
}
.post-disclaimer {
  font-size: 80%;
  color: #999;
}
.post-action {
  left: 0;
  top: 35%;
}
/******* Thumb ******/
.thumb {
  position: relative;
  overflow: hidden;
  display: block;
  background-color: #383f49;
}
.thumb>img {
  width: 100%;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.thumb:hover>img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.thumb-content {padding: 1em .85em;}

.thumb-content.gradient-bd h4 {
  color: #fff;
}
.thumb-content.gradient-bd {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding-top: 2em;
  padding-bottom: 1.2em;
}
.gradient-bd {
  background: rgb(0,0,0);
  background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%);
  color: #fff;
}
/******* Boostrap Card ******/

.card-prod.card {height: 100%;}

.card-img {
  background-color: #111;
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.card-img small {
  position: absolute;
  color: #fff;
  bottom: .8rem;
  left: 1rem;
}
.card-logo {
  position: absolute;
  bottom: .8rem;
  right: 1rem;
  background-color: rgba(255,255,255,.9);
  padding: .35rem;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.card-logo img {
  max-height:40px;
}
.user .card-img img {
  width: 100%;
  max-width: none;
}
.card-img-top {
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.card:hover .card-img-top {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.card-body {padding: .85rem 1rem .8rem;}

h5.card-title {color:#222; font-size: 137%;}

.card-body p {line-height: 1.4; font-size: 95%;}

.card:hover h5.card-title {color: #174887;}

.card-cta {font-weight: 600;}

.card.supplier {height: 140px;}

.card.supplier img, .card-over {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.card.supplier img {max-height: 80%; max-width: 95%;}

.card-over {
  width: 90%;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0,0,0,.2);
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.card-over h5.card-title {
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0,0,0,.2);
  font-size: 170%;
}
.card:hover .card-over h5.card-title {color: #fff;}

.card:hover .card-over {
  opacity: 0;
  filter: alpha(opacity=0);
}
.card-blog, .card-blog .card-img, .card-blog .card-img-top {
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.card-blog .card-img-top {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.card.card-blog:hover .card-img-top {
  opacity: 1;
  filter: alpha(opacity=100);
}
.card-h .card-img {
  height: 100%;
  border-radius: .25rem 0 0 .25rem;
  overflow: hidden;
  display: block;
}
.card-h .card-img-top {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 150%;
  max-width: none;
  min-width: auto;
  border-top-right-radius: 0;
}
.card-h h5.card-title {font-size: 150%;}

.card-h .card-body {padding: 1rem 0.85rem 1rem 1rem;}

.card-detail {
  letter-spacing: .1em;
  font-size: 75%;
  text-transform: uppercase;
}
.card-detail .svg-inline--fa {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: .15em;
  font-size: 350%;
}
.intro .card {
  border: none;
  background-color: #f0f0f0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.supplier-logo img {
  max-height: 120px;
  max-width: 50%;
}
/**** Pagination ***/
.pagination {
	-webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
}
.pagination> li:first-child a, .pagination> li:first-child span {
  margin-left: 0;
}
.pagination> li:last-child a, .pagination> li:last-child span {
  margin-right: 0;
}
.pagination a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.pagination a, .pagination span {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin: 0 .25rem;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
}
.pagination .disabled span, .pagination .active span {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
/******* User Page ******/
.profile-photo img {
  width: 100%;
}
/******* CTAs ******/
.cta {
  background-color: #5BC2E7;
  color: #fff;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.cta:hover, .cta:focus {background-color: #F9EC00;}

.cta a {
  color: #fff;
  display: block;
  padding: 4em 0 4.23em;
}
.cta h3 {
  font-weight: 700;
  font-size: 200%;
}
.syt {display: none;}

/**** Search ****/
.animated-search[type=text] {
  margin: .5em 0 0;
  width: 2.5em;
  height: 2.5em;
  border-radius: 60px;
  background-image: url(https://cdn4.gttwl.net/attachments/travelagencytribes.com/ltmq6z/1443649590_original.png);
  background-position: 97% center;
  background-size: 1.25em;
  background-repeat: no-repeat;
  background-color: transparent;
  padding-right: 2em;
  transition: width 0.4s ease-in-out;
  float: right;
  border: none;
  box-shadow: none;
}
.animated-search[type=text]:focus {
  width: 100%;
  background-color: #efefef;
}
/******* Footer ******/
#footer {
  background-color: #002D5B;
  color: #fff;
  font-size: 90%;
}
#footer a {color: rgba(255,255,255,.7);}

#footer .logo img {max-height: 70px;}

#footer a:hover {color: #fff;}

.footer-logos {background-color: #fff;}

.footer-logos img {
  max-height: 70px;
  margin: 0 10px 10px 0;
}
.social-links .rounded-circle {
  margin: 0 .25em .5em;
  width: 33px;
  height: 33px;
  line-height: 33px;
  padding: 0;
  background-color: #5BC2E7;
  color: #fff;
  text-align: center;
}
.social-links .rounded-circle:hover, .social-links .rounded-circle:focus {
  background-color: #F9EC00;
}
dd.social-links .rounded-circle {
  display: inline-block;
}
.credits {
  font-size: 80%;
  color: rgba(255,255,255,.5);
  background-color: #084375;
}
.credits a {color: rgba(255,255,255,.5);}

.credits a:hover {color: #fff;}

/*******************************
          Responsive
*******************************/
/*** Small devices (landscape phones, 576px and up)***/
@media (max-width: 576px) {
	.card-h .card-img-top {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .card-h .card-img {
    height: 300px;
    border-radius: .25rem .25rem 0 0;
  }
  .index-caption h1 {
    font-size: 270%;
  }
  .bcg-parallax.page-title {
    min-height: 500px;
  }
  .header-top .social-links .rounded-circle {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
}
@media (min-width: 577px) and (max-width:767px) {
  .card-h .card-img-top {
    width: 230%;
  }
}
/*** Medium devices (tablets, 768px and up)***/
@media (min-width: 768px) {
	
}
@media (max-width:991px) {
  .navbar-brand {
	  margin: 0;
	  width: 100%;
	  text-align: center;
	}
	.navbar-toggler {
    position: absolute;
    left: 5px;
    top: 60px;
    z-index: 1050;
  }
  .bcgHeader .navbar-toggler {
    top: 25px;
  }
  .navbar-brand img {
    max-height: 70px;
  }
  .navbar-collapse.show {
    top: 0;
    left: 0;
    position: absolute;
    padding: 120px 20px 20px;
    background-color: #002D5B;
    width: 100%;
    z-index: -1;
  }
  .page-top:before {
    height: 130px;
  }
}
@media (min-width: 768px) and (max-width:991px) {
  .index-caption h1 {
    font-size: 300%;
  }
  .card-h .card-img-top {
    width: 180%;
  }
  .bcg-parallax.page-title {
    min-height: 600px;
  }
}
/*** Large devices (desktops, 992px and up)***/
@media (min-width: 992px) {
	#header .navbar {
    padding-bottom: 0;
	}
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-bottom: 0;
    padding-top: 0;
    line-height: 100px;
  }
  .navbar-brand img {
    max-height: 200px;
    padding: 0;
  }
  .index-caption h1 {
    font-size: 350%;
  }
  .bcg-parallax.page-title {
    min-height: 625px;
  }
  .bcg {
    background-size: 140%;
  }
  .page-top:before {
    height: 140px;
  }
}
@media (min-width: 992px) and (max-width:1199px) {
  
}
@media (min-width: 1200px) {
  
}
@media (min-width: 1200px) and (max-width:1499px) {
  
}
/*** Extra large devices (large desktops, 1499px and up)***/
@media (min-width: 1499px) {
	.styles .container-fluid {
	  max-width: 1500px;
	}
}
@media print {
  .breadcrumb, .page-top:before {
    display: none;
  }
  .wrap-content {
    padding: 0;
  }
  .post div, .post h3, .post p, .post strong, .post li, .product-length, .itinerary-content, img {
    break-before: auto;
    break-after: auto;
    break-inside: avoid;
    display: block;
  }
}