@font-face {
	font-family: 'Victor';
	src: url("/css/fonts/Victor.otf") format("opentype");
}


@font-face {
	font-family: 'Yanone';
	src: url("/css/fonts/Yanone.otf") format("opentype");
}

@font-face {
	font-family: 'Montserrat';
	src: url("/css/fonts/Montserrat.ttf") format("opentype");
}

@font-face {
	font-family: 'Oswald';
	src: url("/css/fonts/Oswald-Regular.ttf") format("opentype");
}

body{
	font-family: 'Montserrat';
	-webkit-font-smoothing: antialiased;
}

body {
	background: #efefef
}

body.home {
	background: #fff
}

body.home h2 a, body.home h2 a:hover{
	color:#333;
}

h2, h1, .nav{
	font-family: 'Yanone';
}

.home-title {
	color: #282759;
	font-size: 48px;
	text-transform: uppercase;
	font-weight: bold;
}

.home-title::before {
	content: '';
	background: #ffb554;
	width: 50px;
	height: 3px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px
}

.normal { font-weight: normal }
.s11 { font-size: 11px }
.s16 { font-size: 16px }

.marge2 { height: 20px }

/* Barre Cities */
#cities {
	background: #2c2d57;
	border-radius: 0;
	min-height: auto;
	border: 0;
	margin-bottom: 0;
	margin-left: 0;
	width: 100vw;
    overflow-x: auto;
    overflow-y: hidden;
    max-width: 100%;
}

#cities::-webkit-scrollbar {
	display: none;
}

#cities-container {
	position: relative;
}

.cities-arrow {
	position: absolute;
    display: block;
    z-index: 10;
    height: 100%;

}

#cities-arrow-left {
	display: none;
	left: 0;
	background-image: linear-gradient(to left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.9) 100%);
}

#cities-arrow-right {
	right: 0;
	background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.9) 100%);
}

.cities-arrow a {
	height: 100%;
    color: #fff;
    text-decoration: none;
    padding: 0 10px;
    display: flex;
	flex-direction: column;
	justify-content: center;
}

#cities .navbar-collapse {
	padding-left: 0
}

#cities .navbar-form {
	margin: 0;
	padding-left: 0;
	padding-right: 25px;
}

#cities ul {
	font-size: 0;
	white-space: nowrap;
}

#cities ul li {
	margin: 0;
	display: inline-block;
	float: none;
}

#cities ul li a {
	display: block;
	color: #fff;
	padding: 5px 10px 10px 10px;
	font-size: 20px;
}

#cities ul li.active a, #cities ul li:hover a {
	background: #fff;
	color: #2c2d57;
	position: relative;
}

#cities ul li.active a::after, #cities ul li:hover a::after {
	color: #2c2d57;
	position: absolute;
	display: block;
	text-align: center;
	content: "\f0d7";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	left: 50%;
	top: 100%;
	margin-top: 2px;
	transform: translate(-50%, -100%);
	line-height: 100%
}

/* Menu */
#header {
	padding-top: 8px;
	padding-bottom: 8px;
	background: #fff;
	margin-bottom: 0px;
	font-family: "Montserrat", Arial, sans-serif;
}

#menu ul > li {
	position: relative;
}

#menu ul > li+li {
	margin: 0;
}

#menu ul > li > a {
	text-transform: uppercase
}

#menu ul > li:hover > ul {
	display: block;
}

#menu ul > li > ul {
	position: absolute;
	top: 100%;
	padding: 0;
	list-style: none;
	min-width: 100%;
	left: 0;
	border: 1px solid #2c2d57;
	background: #fff;
	z-index: 10;
	display: none;
}

#menu ul > li > ul > li > a {
	display: block;
	padding: 10px 10px;
	line-height: 13px;
	text-decoration: none;
	color: #444;
	white-space: nowrap;
}

#menu ul > li > ul > li:hover > a {
	background: #333366;
	color: #fff;
}

/* Langues */
#menu ul > li.langues > a > img {
	vertical-align: middle;
	display: inline-block;
}

/*#menu ul > li.langues > a {
	color: #2c2d57;
	border: 1px solid transparent;
	text-align: center;
	line-height: 20px;
	text-decoration: none;
}*/

/*#menu ul > li.langues:hover > a {
	border: 1px solid #2c2d57;
	border-bottom: 0;
	background: transparent;
}*/

.fitcover{
	object-fit:cover;
}

.active2{
	background: #2c2d57;
	color: #fff;
}

.nav-pills>li.active2 > a{
	background: #2c2d57;
	color: #fff;
}

h1.titrePage {
	color: #2c2d57;
	text-transform: uppercase
}

.carousel-inner h1{
	font-family: 'Victor';
}

.nav{
	font-size: 20px;
}

.footericon{
	font-size:30px;
	color:#ddd;
	padding:10px;
}

.up{
	    width: 50px;
    height: 50px;
    background: #6a7876;
    color: #fff;
    text-align: center;
    margin-left: 10px;
    vertical-align: middle;
    padding-top: 10px;
    font-size: 20px;
    opacity: 0.8;
    cursor: pointer;
}

.jumbotron{
	background: #30305a;
	color:#fff;
	padding: 0px;
}

.jumbotron .carousel-caption {
	font-size: 21px;
}

.carousel-inner > .item > img {
	height: 500px;
	width: 100%;
	object-fit:cover;
}

.navbar-fixed-bottom{
	background: #30305a;
	position: absolute;
	color: #fff;
}

.carousel-caption{
	top:50px;
}

.nav-pills>li>a {
	border-radius: 0px;
}

.nav>li:hover>a{
	background: #333366;
	color: #fff;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
	background: #fff;
	color:#444;
}

.nav>li.active>a:hover{
	background: #333366;
	color: #fff;
}
.nav>li.active>a:focus{
	background: #333366;
	color: #fff;
}
.nav>li>a:focus{
	background: #333366;
	color: #fff;
}

.bgtours{
	margin-bottom: 30px;
}

.nav-pills>li>a{
	color:#444;
}


/* Footer */
#footer{
	background: #2c2d57;
	color: #fff;
	padding:20px;
}

#social img{
	margin-top:-40px;
}

.blog-32{
	width:32%;
}

.carousel-inner {
	height: 500px;
}

.icon-bar {
	background: #2c2d57;
}

.btn-ariane-selected {
	background: #2c2d57;
	border:1px solid #2c2d57;
	color: #fff;
}

.btn-ariane-selected:hover {
	background-color: #f0ad4e;
    border-color: #eea236;
    color: #fff;
}

.panel-image-container {
	position: relative;
}

.margin-5 { height: 5px }
.margin-10 { height: 10px }
.margin-20 { height: 20px }
.margin-30 { height: 30px }
.margin-40 { height: 40px }
.margin-50 { height: 50px }
.blocContact {
	padding: 20px;
	background: #f8f8f8;
	margin: 0 0 30px 0;
}

.blocContact h2 {
	margin: 0 0 15px 0;
	text-transform: uppercase
}

.blocContact a {
	color: #000066;
}

.footer-payment {
	margin-top: 10px;
}

.footer-payment span {
	color: #ddd;
	font-size: 24px;
}

.btn-violet {
	background-color: #2c2d57;
    border-color: #333366;
    color: #fff;
}

.btn-violet:hover {
	background-color: #333366;
	color: #fff
}

.lienOT {
	display: inline-block;
	vertical-align: bottom;
	margin: 0 10px 0 0;
}

.fb_post {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #eee;
}

.fb_post_thumb {
	float: left;
	width: 105px;
	height: 105px;
	margin: 0 10px 0 0;
}

.fb_post_thumb img {
	object-fit: cover;
	width: 105px;
	height: 105px;
}

.fb_post:last-child {
	border-bottom: 0
}

.blocBlanc {
	background: #fff;
	padding: 5px 15px 15px 15px;
	margin-bottom: 20px
}

.blocBlanc h2 {
	margin-top: 10px;
}

.insta_posts {
	margin: 0 0 0 -1%;
}

.insta_post {
	float: left;
	width: 32.33333333333%;
	margin: 0 0 1% 1%;
	height: 100px;
}

.insta_post img {
	width: 100%;
	height: 100%;
	object-fit:cover
}

.clndr-previous-button, .clndr-next-button {
	font-size: 25px;
	color: #2c2d57;
}

.block { display: block }

.product-quantity {
	margin-bottom: 5px
}

.striped-price {
	text-decoration: line-through;
	font-size: 85%;
}

.timeSlot {
	position: relative;
}

.ribbon {
  position: absolute;
  right: -6px; top: -6px;
  z-index: 0;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #fe39bf;
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #fe39bf;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #fe39bf;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #fe39bf;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #fe39bf;
}

.home-tours {
	margin-bottom: 25px;
}

.home-content.wo-articles .blocBlanc {
	float: left;
	width: 32%;
	margin: 0 2% 0 0;
	box-sizing: border-box;
}

.home-content.wo-articles .blocBlanc:nth-child(3n) { margin-right: 0 }

.home-content.wo-articles .listeArticles {
	margin: 20px auto 0 auto;
	float: none;
}

.home-content {
	background:#F8F8F8;
	padding: 25px 0
}

.home-content.wo-articles {
	padding: 25px;
}

.insta_post:nth-of-type(n+10) { display: none }
.wo-articles .insta_post { display: block }

.fb_post:nth-of-type(n+4) { display: none }
.wo-articles .fb_post { display: block }

#logo {
	display: inline-block;
	vertical-align: middle;
	border-right: 2px solid #e0e0e8;
	margin: 0 15px 0 10px;
	padding: 0 20px 0 0;
	height: 48px;
}

#logo-title {
	display: inline-block;
	vertical-align: middle;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	color: #ffb554;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 48px;
	height: 48px;
	margin-right: 20px
}

#tripCOE {
	display: inline-block;
	margin: 5px 0 0 20px;
}

#site-title {
	display: block;
	font-size: 20px;
}

#site-baseline {
	font-size: 16px;
}

#menu .navbar-form {
	margin-top: 0;
	margin-bottom: 0
}

/* Payment */
#payment-loading {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.8;
	font-size: 26px;
	text-align: center;
}

#payment-loading .loading {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.payment-mean .fas, .payment-mean .fab {
	height: 42px;
	vertical-align: middle;
	line-height: 42px;
}

.alltours .row {
	 border-bottom:1px solid #eee;
	 padding:20px;
	 background:#fefefe
}

.alltours .alltours-product-photo a {
	width: 100%;
	height: 300px;
	display: block;
	overflow: hidden;
}

.alltours .alltours-product-photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: all 700ms;
}

.alltours .alltours-product-photo a:hover img {
	transform: scale(1.2,1.2);
}

.g-recaptcha > div {
	margin-left: auto;
	margin-right: auto
}

hr {
	border-color: #ccc;
}

@media screen and (max-width: 900px) {
	.blog-32{
		width:100%;
	}
}

@media screen and (max-width: 540px) {
	#tripCOE {
		display: none
	}

	#menu ul > li > a {
		padding: 5px 8px;
		font-size: 14px;
	}
}

@media screen and (max-width: 990px) {
	.collapse {
		display: none !important
	}

	.collapse.in {
		display: block !important
	}

	.navbar-header {
		float: none !important;
	}

	.navbar-toggle {
		display: block !important;
	}
}

/* Mobiles */
@media screen and (min-device-width : 320px) and (max-device-width : 640px) {
	#logo-title {
		font-size: 25px;
	}

	.carousel-inner {
		height: 200px;
	}

	.carousel-inner > .item > img {
		height: 200px;
	}

	.carousel-caption {
		top: 0;
		bottom: 0;
		height: 120px;
		line-height: 120px;
		padding: 0;
	}

	.carousel-caption h1 {
		line-height: normal;
		display: inline-block;
		width: 100%;
		vertical-align: middle;
		margin: 0;
		font-size: 28px;
	}

	.home-title { font-size: 38px }

	.carousel-content {
		display: none
	}

	.carousel-indicators {
		display: none;
	}

	#menu ul > li {
		float: none;
	}

	#menu ul > li > ul {
		position: relative
	}

	.nav>li>a {
		padding: 10px 12px;
		font-size: 18px;
	}

	#tripCOE {
		display: none;
	}

	.home-content.wo-articles .blocBlanc {
		width: 100%;
		margin: 0 0 20px 0;
	}
}