@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");
}

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

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

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

body{
	font-family: 'DM sans';
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	color: #2B2A34;
}

html {
	scroll-behavior: smooth;
}

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

h1, h2, h3, h4{
	font-family: 'Wosker';
	font-size: 60px;
	line-height: 70%;
	text-transform: uppercase;
	text-align: center;
}

h1 strong, h2 strong, h3 strong, h4 strong{
	font-weight: 500;
}

h2{
	color: #0B048F;
}

h4{
	color: #0B048F;
}

h5{
	font-size: 40px;
}

a{
	color: #0B048F;
}

a:focus{
	outline: none;
	text-decoration: none;
}

.bg-light{
	background-color: #F7FBFF;
}

.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 }

.btn-breadcrumb{
	margin-top: 30px;
	border-radius: 10px;
	border: 1px solid #D0D5DD;
	overflow: hidden;
	display: flex;
	flex-wrap: nowrap;
	width: max-content;
	max-width: 100%;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){
	border: none;
	border-left: 1px solid #D0D5DD;
	display: flex;
	height: 40px;
	align-items: center;
	font-size: 12px;
	line-height: 140%;
	font-family: 'DM sans Medium';
	transition: .3s all;
	color: #2B2A34;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){
	width: 44px;
	height: 40px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	transition: .3s all;
}

.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child){
	height: 40px;
	width: auto;
	font-weight: 700;
	font-size: 12px;
	line-height: 140%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #EEF6FF;
	color: #0B048F;
	border: none;
	border-left: 1px solid #D0D5DD;
	white-space: break-spaces;
}

.btn-group.order-steps>.btn:last-child:not(:first-child){
	color: #2B2A34;
	background: #fff;
	font-family: 'DM sans Medium';
	font-weight: 500;
}

/*.btn-group.order-steps>.btn:first-child:not(:last-child):not(.dropdown-toggle){*/
/*	width: auto;*/
/*	height: auto;*/
/*	padding: 6px 12px;*/
/*	background-color: #EEF6FF;*/
/*	color: #0B048F;*/
/*	font-weight: 700;*/
/*	font-size: 12px;*/
/*}*/

.btn-group.order-steps .btn-default:hover{
	background-color: revert;
}

/* Header Sale Block */
#header_sale_container{
	background-color: #FF981E;
	padding: 18px 0;
	color: #fff;
	position: relative;
	z-index: 99;
	width: 100%;
}

#header_sale_container .sale_row{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}

#header_sale_container .sale_row p{
	margin: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding-right: 15px;
}

#header_sale_container .sale_row p span{
	width: fit-content;
	line-height: 120%;
}

#header_sale_container .sale_row svg{
	margin-right: 15px;
}

.close_sale_row{
	display: flex;
	align-items: center;
}

#header_sale_container .sale_row p a{
	color: #fff;
	text-decoration: underline;
	font-weight: 600;
	text-underline-offset: 3px;
	text-decoration-thickness: from-font;
}

/* 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: 16px;
	padding-bottom: 16px;
	margin-bottom: 0px;
	backdrop-filter: blur(34px);
	box-shadow: 0px 2px 15px 0px #00000040;
	background: #FFFFFF24;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	display: none;
}

#header.changed {
	background: #FFFFFFBA;
}

#header.changed .nav-pills>li>a{
	color: #0B048F !important;
}

#header.changed .nav-pills>li>a svg path{
	stroke: #0B048F !important;
}

#header.changed .header_button .button{
	color: #fff;
	background-color: #0b048f;
}

#header.changed #menu ul > li > ul > li > a{
	color: #0b048f;
}

#menu ul > li {
	position: relative;
}

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

#menu ul > li > a {
	text-transform: uppercase;
	transition: .3s all;
}

#menu ul > li a svg{
	position: relative;
	top: -2px;
}

#menu ul > li > a:hover,
#menu ul > li > a:focus{
	background-color: unset;
}

#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;
	background: #fff;
	z-index: 10;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0px 2px 15px 0px #00000040;
	display: none;
}

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

#menu ul > li > ul > li:hover > a {
	background: #0b048f;
	color: #fff !important;
}

.navbar-header{
	padding: 12px 0;
}

.navbar-toggle{
	margin-right: 15px;
}
.navbar-toggle .icon-bar{
	width: 23px;
	height: 3px;
	border-radius: 5px;
}


/* 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;
	padding: 12px 0;
}

.footericon{
	font-size:30px;
	color:#ddd;
	margin-left:8px;
}

.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: #0b048f;
	color: #fff;
}
.nav>li.active>a:focus{
	background: #0b048f;
	color: #fff;
}

.bgtours{
	margin-bottom: 30px;
}

.nav-pills>li>a{
	color:#fff;
	letter-spacing: 1px;
	font-family: 'DM sans Medium';
}

/* Buttons */
.button{
	font-family: 'Wosker';
	font-weight: 400;
	font-size: 27px;
	line-height: 23px;
	text-transform: uppercase;
	padding: 25px;
	max-height: 67px;
	border-radius: 5px;
	box-shadow: 0px 1px 2px 0px #1018280D;
	border: none;
	outline: none;
	display: inline-block;
	white-space: nowrap;
	text-align: center;
}

.button:hover{
	text-decoration: none;
}

.button.btn-white{
	color: #0B048F;
	background-color: #fff;
}

.button.btn-orange{
	color: #fff;
	background-color: #FF981E;
}

.button.btn-blue{
	color: #fff;
	background-color: #0B048F;
}

.read_more_button{
	font-weight: 600;
	text-decoration: underline;
	color: #0B048F;
	text-underline-offset: 2px;
	display: flex;
	align-items: center;
	gap: 16px;
}

.read_more_button:hover{
	color: #0B048F;
}

/* Newsletter */
#newsletter {
	background-image: url("/images/front/newsletter_bg.png");
	background-size: cover;
	background-position: center;
	padding: 65px 0;
	position: relative;
	margin-top: 80px;
	margin-bottom: 30px;
	z-index: 2;
}

#newsletter:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #00000099;
	z-index: 1;
}

#newsletter .newsletter_container {
	display: flex;
	justify-content: space-between;
	color: #fff;
	position: relative;
	z-index: 2;
	align-items: center;
}
#newsletter .title{
	font-weight: 700;
	font-size: 25px;
	line-height: 95%;
	margin-bottom: 12px;
	display: block;
}
#newsletter .form_fields{
	display: flex;
	flex-direction: row;
	gap: 8px;
}
#newsletter .form_fields button{
	padding: 24px 22px 20px;
	background: #0B048F !important;
	font-size: 20px;
	font-family: 'Wosker';
	border-radius: 5px !important;
	line-height: normal;
	text-transform: uppercase;
	width: auto !important;
	border: 0;
}
#newsletter .form_fields input{
	width: 350px;
	height: auto;
	padding: 16px 21px;
	border-radius: 5px !important;
	text-align: left !important;
	font-size: 16px;
}
#newsletter .privacy_checkbox{
	background: none;
	border: 2px solid #fff;
	border-radius: 2px;
	width: 18px;
	height: 18px;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	position: relative;
	cursor: pointer;
	margin-top: 2px;
	transition: all 0.2s ease;
}
#newsletter .custom-checkbox {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin-top: 40px;
}

#newsletter .privacy_checkbox:checked {
	background-color: #ffffff00;
	border-color: #ffffff;
}

#newsletter .privacy_checkbox:checked::after {
	content: "";
	position: absolute;
	top: 1px;
	left: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

#newsletter .checkbox-text a {
	color: #fff;
	text-decoration: underline;
}

/* Footer */
#footer{
	background: #ffffff;
	color: #2B2A34;
	padding:20px;
}

#footer a{
	color: #2B2A34;
	transition: .3s color;
}

#footer a:hover{
	color: #0B048F;
	text-decoration: none;
}

.footer_first_row {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 30px;
	border-bottom: 1px solid #E6E6E7;
}

.footer_middle_row{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 30px 0;
	border-bottom: 1px solid #E6E6E7;
}

.footer_bottom_row .static_text{
	font-size: 12px;
	text-align: center;
	padding: 30px 0;
	border-bottom: 1px solid #E6E6E7;
	margin: 0;
}

.footer_menu{
	display: flex;
	flex-direction: row;
	gap: 24px;
}

.footer_menu>div{
	width: 180px;
}

.footer_middle_row a {
	display: block;
	line-height: 30px;
}

.footer_contact .contacts{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 12px;
	font-weight: 600;
}

.footer_contact .contacts svg{
	position: relative;
	top: 5px;
}

.footer_menu p{
	font-weight: 600;
}

#footer>.container:after,
#footer>.container:before{
	content: unset;
}

.footer_first_row>div{
	display: inline-block;
}

.footer_first_row .footer_social{
	display: flex;
	padding: 20px;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	border-radius: 40px;
	border: 1px solid #D2E7FF;
	max-height: 60px;
	line-height: normal;
}

.footer_first_row .footer_social a{
	display: flex;
}

.footer_social>p{
	color: #9C9C9C;
	font-size: 30px;
	font-family: 'Wosker';
	margin-bottom: 0;
	margin-right: 12px;
	line-height: normal;
	text-transform: uppercase;
	height: 24px;
}

.footer_logo hr{
	margin: 0;
	height: 1px;
	width: 170px;
	border: none;
	background: #E6E6E7;
	display: none;
}

.footer_logo p{
	display: inline-block;
	margin-left: 30px;
	padding-left: 30px;
	border-left: 1px solid #E6E6E7;
	margin-bottom: 0;
}

.copyright{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding-top: 30px;
	padding-bottom: 10px;
	font-size: 12px;
}

.privacy_links a:first-child{
	margin-right: 24px;
}

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

.blog-32{
	width:32%;
}

.carousel-inner {
	height: 500px;
}

.icon-bar {
	background: #fff;
}

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

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

.btn-group.order-steps>.btn:first-child:not(:last-child):not(.dropdown-toggle){
	width: auto !important;
	height: auto !important;
	padding: 6px 12px !important;
}

.order-steps .btn-ariane-selected{
	background-color: #EEF6FF !important;
	color: #0B048F !important;
	font-weight: 700 !important;
	font-size: 12px !important;
}

.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: 16px;
	background: #EEF6FF;
	margin: 0 0 30px 0;
	border-radius: 15px;
	font-size: 18px;
}

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

.blocContact a {
	color: #000066;
}

/* Contact page */
#contact{
	padding-top: 120px;
}
#contact h1{
	text-align: left;
	color: #0b048f;
	margin-bottom: 30px;
	margin-top: 5px;
}
.contact_container{
	padding-top: 40px;
	position: relative;
}
.contact_container:after{
	content: '';
	display: block;
	background-image: url(/images/front/LittleJames5.png);
	width: 18%;
	height: 54%;
	position: absolute;
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -100px;
	right: 0;
	z-index: 1;
}
.note{
	margin-bottom: 30px;
	font-size: 18px;
}
.blocContact .title{
	font-size: 26px;
	font-weight: 900;
	font-family: DM sans Medium;
}
.blocContact .title svg{
	margin-right: 8px;
}
.blocContact img{
	margin-right: 16px;
}
.blocContact .address{
	font-weight: 600;
	margin-top: 16px;
}
.blocContact .address_link{
	text-decoration: underline;
	color: #2B2A34;
}
.blocContact.head_office .title{
	position: relative;
	top: 5px;
}
.blocContact .button{
	display: block;
}

#contact .form-control{
	padding: 17px 16px;
	min-height: 57px;
	font-size: 18px;
	border: 1px solid #9EC6F6;
	resize: none;
	border-radius: 5px;
}

/*.g-recaptcha iframe[title="reCAPTCHA"]{*/
/*	border: 1px solid #667085;*/
/*	border-radius: 10px;*/
/*}*/

#contact .form-bottom {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 27px;
}
#contact input.button{
	max-width: 377px;
	width: 100%;
}


.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;*/
/*}*/

.home-content .swiper{
	height: 512px;
	margin-bottom: 50px;
}
.home-content .insta_post{
	border-radius: 24px;
	overflow: hidden;
}
.insta_post img,
.insta_post video {
	width: 100%;
	height: 100%;
	object-fit:cover
}
.insta_bottom{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.insta_info{
	display: flex;
	max-width: 337px;
	width: 100%;
	align-items: center;
	gap: 20px;
	background: #F5F5F5;
	border-radius: 50px;
	padding: 20px 24px;
}
.insta_info:hover{
	text-decoration: none;
	color: unset;
}
.insta_info .insta_name{
	font-weight: 600;
	text-decoration: underline;
	color: #000000;
}
.insta_info .followers{
	line-height: 150%;
	color: #3C4238;
}
.insta_info .svg_arrow{
	position: relative;
	left: 35px;
}
#instagram_posts h4 {
	margin-top: 30px;
	margin-bottom: 30px;
}

#instagram_posts .top p {
	color: #40444C;
	max-width: 614px;
	margin: auto;
	text-align: center;
	margin-bottom: 50px;
}
.slider_buttons {
	display: flex;
	justify-content: center;
	gap: 13px;
}
.insta_bottom .slider_buttons button {
	background-color: #F4F4F4;
	width: 72px;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	border: none;
	outline: none;
	transition: .3s all;
	z-index: 9;
}
.insta_bottom .slider_buttons button svg path {
	stroke: #0B048F;
}
.insta_bottom .slider_buttons button:hover {
	background-color: #0B048F;
}
.insta_bottom .slider_buttons button:hover svg path {
	stroke: #fff;
}
.instagram_slider .swiper-button-next,.instagram_slider .swiper-button-prev {
	width: 0;
	height: 0;
	visibility: hidden;
}
.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;
}

.banner-reviews{
	max-width: 492px;
	background: #0000007A;
	margin: auto;
	padding: 20px;
	border-radius: 5px;
}

.banner-reviews>img:first-child{
	margin-right: 50px;
}

/*.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;
	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%);
}

.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);
}

hr {
	border-color: #ccc;
}

/* Partners slider */
#our_partners{
	padding: 30px 0;
}
#our_partners .swiper-wrapper {
	/*display: flex;*/
	/*gap: 20px;*/
	align-items: center;
}

#our_partners .swiper-slide{
	/*max-width: 100px;*/
}

/* Our cities slider */
#our_cities .slider-item{
	height: 250px;
	border-radius: 12px;
}

#our_cities{
	overflow: hidden;
}

#our_cities .cities_slider{
	height: 360px;
	padding: 30px 90px 0 60px;
	margin: 30px 0 0;
}

#our_cities .cities_slider .swiper-slide{
	border-radius: 12px;
	max-height: 248px;
	overflow: hidden;
	box-shadow: -15px 24px 28px 0px #00000017;
	background-size: cover;
	background-position: center;
}

#our_cities .swiper-slide {
	transition: transform 0.3s ease;
	transform: scale(1);
}

#our_cities .swiper-slide.is-center {
	transform: scale(1.12);
	z-index: 2;
	box-shadow: -15px 24px 28px 0px #00000036;
}

#our_cities .our_cities_caption{
	max-width: 600px;
	margin: auto;
	text-align: center;
}

#our_cities .our_cities_caption h2:after{
	content: '';
	width: 275px;
	height: 51px;
	display: block;
	background-image: url("../images/front/under-title-pattern.svg");
	background-size: contain;
	background-position: center;
	position: relative;
	top: -17px;
	left: 50%;
	transform: translate(-50%, 0) rotate(3deg);
	background-repeat: no-repeat;
}

#our_cities .cities_slider .swiper-slide .city-card{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 31.6%, rgba(0, 0, 0, 0.6) 83.49%);
	text-decoration: none;
}

#our_cities .cities_slider .swiper-slide .city-card p{
	font-family: 'Wosker';
	font-size: 25px;
	color: #fff;
	margin-bottom: 0;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

#our_cities .cities_slider .swiper-slide .city-card:hover{
	text-decoration: none;
}

#our_cities .all_cities_button{
	text-align: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	position: relative;
	z-index: 4;
}
.all_cities_button .button{
	max-width: 377px;
	width: 100%;
}

/* Eat with us */
#eat_with_us{
	padding: 180px 0 40px;
	position: relative;
}
#eat_with_us h4{
	margin-bottom: 30px;
}
#eat_with_us .subtitle{
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
	font-size: 18px;
}
#eat_with_us .text{
	line-height: 150%;
	text-align: center;
	margin: 0;
}
#eat_with_us .eat_with_us_container{
	max-width: 810px;
	margin: auto;
}
#eat_with_us:before {
	content: '';
	display: block;
	background-image: url(../images/front/wine.png);
	width: 12%;
	height: 80%;
	position: absolute;
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -104px;
	left: 2%;
	z-index: 1;
}
#more_about_us{
	padding: 65px 0 65px;
	font-family: 'DM sans Medium';
}
#more_about_us .title{
	text-align: center;
	letter-spacing: -2px;
	font-size: 40px;
}
#more_about_us .title span{
	color: #0B048F;
}
#more_about_us .about_us_boxes {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	margin: 65px 0;
}
#more_about_us .about_us_boxes>div p{
	font-size: 66px;
	letter-spacing: -3px;
	line-height: 50px;
	margin: 0;
}
#more_about_us .about_us_boxes>div{
	padding: 0 20px;
}
#more_about_us .about_us_boxes>div p span{
	color: #0B048F;
}
#more_about_us .about_us_boxes>div>span{
	font-family: 'DM sans';
	letter-spacing: -0.5px;
	color: #4B5563;
	font-weight: 600;
}
#more_about_us .learn_more_button {
	text-align: center;
}

.learn_more_button .button{
	max-width: 377px;
	width: 100%;
}

/* Latest articles */
#latest_articles .more_articles_button {
	text-align: center;
}
.more_articles_button .button{
	max-width: 377px;
	width: 100%;
}
#latest_articles{
	padding: 110px 0 140px;
	position: relative;
}
#latest_articles .latest_articles_container{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	row-gap: 30px;
	max-width: 1230px;
	margin: 0 auto 50px;
}
#latest_articles .latest_articles_container img{
	width: 100%;
	height: 335px;
	object-fit: cover;
	border-radius: 8px;
	margin-bottom: 24px;
}
#latest_articles .article_item .content {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 16px;
	margin-top: 24px;
	color: #141414;
	line-height: 150%;
	min-height: 48px;
}
#latest_articles .article_item>div{
	padding: 24px;
	background-color: #F7FBFF;
	border-radius: 16px;
	height: 100%;
}
#latest_articles .article_title{
	font-weight: 700;
	font-size: 23px;
	line-height: 120%;
	letter-spacing: -1px;
	color: #000;
	display: block;
}
#latest_articles .time{
	font-size: 14px;
	color: #666666;
}

.read_more_button span{
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1px solid #E1E1E1;
	display: flex;
	align-items: center;
	justify-content: center;
}

#latest_articles .top p{
	max-width: 476px;
	margin: auto;
	text-align: center;
}

#latest_articles .top h4{
	margin-bottom: 30px;
}
#latest_articles .top{
	margin-bottom: 50px;
}
#latest_articles:before {
	content: '';
	display: block;
	background-image: url(../images/front/cookie.png);
	width: 18%;
	height: 23%;
	position: absolute;
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -173px;
	left: 0;
	z-index: 1;
}

/* Pagination */
.pagination{
	display: block;
}
.pagination>div{
	display: flex;
	justify-content: center;
	gap: 25px;
	align-items: center;
}
.pagination p{
	margin: 0;
	font-weight: 700;
	line-height: 140%;
	color: #0b048f;
}
.pagination button{
	width: 50px;
	height: 50px;
	border-radius: 5px;
	background: #0b048f;
	display: flex;
	align-items: center;
	justify-content: center;
	outline: none;
	border: none;
}
.pagination button.disabled{
	opacity: .3;
}

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

@media screen and (max-width: 388px) {
	.footer_social>p{
		height: 16px;
		font-size: 20px;
		margin-right: 0;
	}
	.footericon{
		margin-left: 6px;
	}
	#header_sale_container .sale_row p span{
		font-size: 13px;
	}
}

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

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

@media screen and (max-width: 768px) {
	.navbar-toggle{
		margin-right: 15px;
	}
	#logo{
		margin-left: 15px;
	}
	.footer_first_row{
		flex-direction: column;
	}
	.footer_first_row>.footer_logo{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 8px;
	}
	.footer_logo p{
		margin-left: 0;
		padding-left: 0;
		border-left: 0;
	}
	.footer_logo hr{
		display: block;
	}
	.footer_first_row .footer_social{
		margin-top: 14px;
		width: 100%;
		max-width: 340px;
	}
	.footer_middle_row,
	.footer_menu{
		flex-direction: column;
		display: flex;
		align-items: center;
	}
	.footer_middle_row a,
	.footer_menu p{
		text-align: center;
	}
	.footer_menu{
		margin-bottom: 60px;
	}
	.footer_contact .contacts {
		flex-direction: column;
		display: flex;
		align-items: center;
		text-align: center;
	}
	.copyright{
		display: flex;
		flex-direction: column;
	}
	.privacy_links{
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 7px;
	}
	.privacy_links a:first-child{
		margin-right: 0;
		margin-bottom: 5px;
	}
	#footer{
		padding: 20px 10px;
	}
}

@media screen and (min-device-width : 993px) {
	#header #menu.navbar-collapse{
		float: right;
		width: 82%;
	}
}
@media screen and (max-width: 992px) {
	.hide-mobile{
		display: none !important;
	}
	#header_sale_container .sale_row a svg{
		margin-right: 0;
	}

	#menu ul > li > ul{
		box-shadow: unset;
	}

	#header_sale_container .sale_row p svg{
		margin-right: 10px;
	}

	#menu ul > li > ul > li:hover > a{
		background: unset;
	}

	.navbar-collapse.collapse {
		display: none !important;
		float: unset !important;
		width: auto;
	}

	.banner-reviews{
		padding: 20px 10px;
		max-width: 400px;
	}
	.banner-reviews img {
		margin: auto !important;
		width: 45%;
		max-width: 200px;
	}
	.banner-reviews>img:first-child{
		margin-bottom: 0;
		margin-right: 15px !important;
	}

	.collapse.in {
		display: block !important;
		float: unset !important;
		width: auto !important;
	}

	.navbar-header {
		float: none !important;
		padding: 0 20px 16px;
	}

	.navbar-toggle {
		display: block !important;
		border: none;
		padding: 9px 0;
	}

	.header_button {
		display: none;
	}

	#menu ul > li {
		float: none;
	}

	#header {
		padding-bottom: 0;
	}

	#menu ul > li > ul {
		background: unset;
		padding-left: 10px;
		border-right: 0;
		display: block;
		position: relative;
	}

	#menu ul > li > ul a {
		color: #fff !important;
	}

	#header.changed #menu ul > li > ul a{
		color: #0B048F !important;
	}

	#header.changed .icon-bar{
		background: #0B048F;
	}

	#header_sale_container {
		padding: 14px 0;
		top: 85px;
	}

	.button {
		font-size: 20px;
		padding: 16px;
		max-height: 50px;
		max-width: 190px;
	}

	.home-content .swiper,
	#instagram_posts .top p {
		margin-bottom: 30px;
	}

	.instagram_slider .slider_buttons button{
		width: 50px;
		height: 50px;
	}

	.insta_bottom {
		flex-direction: column-reverse;
		justify-content: space-between;
		align-items: center;
		gap: 30px;
	}

	.insta_info {
		padding: 15px 20px;
	}

	.insta_info .svg_arrow {
		left: 0;
	}
	#instagram_posts h4{
		margin-top: 0;
	}
	#newsletter{
		margin-top: 55px;
		padding: 35px 0;
	}
	#newsletter .newsletter_container{
		flex-direction: column;
		display: flex;
		align-items: flex-start;
	}
	#newsletter .newsletter_container>div{
		margin-bottom: 12px;
	}
	.custom-checkbox{
		margin-top: 15px;
	}
	#newsletter .form_fields input{
		width: 100%;
		max-width: 360px;
		padding: 16px;
	}
	#formNl{
		width: 100%;
	}
	#newsletter .form_fields button {
		padding: 19px;
		font-size: 20px;
		line-height: 17px;
		max-height: 51px;
	}
	#newsletter .title{
		font-size: 20px;
	}
	#newsletter .text,
	.checkbox-text a{
		font-size: 14px;
	}
	#our_cities .our_cities_caption h2{
		max-width: 200px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0;
	}
	#our_cities .our_cities_caption{
		max-width: 335px;
	}
	#our_cities .our_cities_caption p{
		font-size: 14px;
	}
	#our_cities .our_cities_caption h2:after{
		width: 170px;
		height: 35px;
		top: -14px;
		left: 14px;
		transform: unset;
	}
	#our_cities .cities_slider{
		padding: 0 15px;
		margin: 10px auto;
		height: auto;
	}
	#our_cities .swiper-wrapper{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 9px;
		max-height: 580px;
	}
	#our_cities .cities_slider .swiper-slide{
		width: calc(50% - 5px);
		min-height: 137px;
		box-shadow: unset;
	}
	#our_cities .cities_slider .swiper-slide .city-card{
		padding: 15px;
		align-items: flex-start;
	}
	#our_cities .cities_slider .swiper-slide .city-card p{
		letter-spacing: 0;
		font-size: 20px;
		line-height: normal;
	}
	#our_cities .our_cities_caption h2:after{
		top: 0;
	}
	#eat_with_us:before,
	.contact_container:after{
		content: unset;
	}
	#eat_with_us{
		padding: 70px 0 50px;
	}
	#eat_with_us .eat_with_us_container{
		padding: 0 35px;
	}
	#more_about_us .title{
		font-size: 25px;
		line-height: 105%;
	}
	#more_about_us .about_us_boxes{
		padding: 0 50px;
	}
	#more_about_us .about_us_boxes>div{
		max-width: 142px;
		line-height: 100%;
		padding: 0;
	}
	#more_about_us .about_us_boxes>div:nth-child(3),
	#more_about_us .about_us_boxes>div:nth-child(4){
		align-self: flex-start;
	}
	#more_about_us .about_us_boxes>div p{
		font-size: 50px;
	}
	#more_about_us .about_us_boxes{
		flex-direction: column;
		align-items: center;
		gap: 35px;
		position: relative;
		max-width: 377px;
		margin: 30px auto 30px;
	}
	#more_about_us .about_us_boxes:after{
		content: '';
		max-width: 130px;
		width: 36%;
		height: 228px;
		display: block;
		position: absolute;
		bottom: -38px;
		right: 0;
		background-image: url("/images/front/LittleJames4.png");
		background-size: contain;
		background-position: bottom;
		background-repeat: no-repeat;
	}
	#latest_articles .top{
		margin-bottom: 30px;
	}
	#latest_articles .latest_articles_container{
		margin: 0 -15px 50px;
	}
	#latest_articles .latest_articles_container img{
		height: 336px;
	}
	#latest_articles .article_title{
		font-size: 17px;
	}
	#latest_articles .article_item .content{
		font-size: 14px;
		margin-top: 10px;
		margin-bottom: 10px;
		min-height: unset;
	}
	#contact .form-bottom{
		flex-direction: column;
		align-items: flex-start;
	}
	.contact_container .row {
		display: flex;
		flex-direction: column-reverse;
	}
	.blocContact{
		font-size: 16px;
	}
	.blocContact .button,
	.more_articles_button .button{
		max-width: unset;
	}
	#contact .form-control{
		min-height: 46px;
		font-size: 16px;
	}
	.contact_container form{
		margin-bottom: 40px;
	}
}

@media (min-width: 993px) and (max-width: 1200px) {
	#header #menu.navbar-collapse{
		width: 86%;
	}
	/*.button{*/
	/*	max-height: 63px;*/
	/*	padding: 20px;*/
	/*	min-width: 236px;*/
	/*}*/
	.header_button.navbar-right{
		padding: 5px 0;
	}
	#latest_articles .latest_articles_container img{
		height: 240px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1300px) {
	#our_cities .cities_slider{
		width: 120vw;
		margin-left: -11vw;
	}
}

/* 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;
	}

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

	#tripCOE {
		display: none;
	}
	.banner-buttons .button{
		margin: auto !important;
	}
	.button{
		display: block;
	}
	.home-content .swiper,
	.instagram_slider .swiper{
		padding: 0 100px;
	}
}

@media (max-width: 1400px) {
	.home-content .swiper{
		height: 320px;
	}
	.instagram_slider .swiper {
		height: 320px !important;
	}
}

@media (min-width: 1540px) {
	.container {
		width: 1510px;
	}
	#header #menu.navbar-collapse{
		width: 73%;
	}
}