/*Travel Teaser*/

body {
font-size: 16px;
line-height: 24px;
font-family: 'Playfair Display', serif;
color: #666;
}

.travel_prix, .travel_points_forts,.travel_included, .travel_not_included{
	max-width: 700px;
	display: flex;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}



.travel_prix .title,.travel_points_forts .title,.travel_included .title,.travel_not_included .title {
position: relative;
text-align: center;
background: antiquewhite;
line-height: 40px;
border: 1px solid #f38020;
max-width: 700px;
margin-left: auto;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
}

.travel_prix .title:before,.travel_points_forts .title:before,.travel_included .title:before,.travel_not_included .title:before {
	content: '';
	width: 50vw;
	background: #f38020;
	height: 2px;
	position: relative;
	display: block;
	float: none;
	position: absolute;
	right: -50vw;
	top: 18px;
}

.travel_prix .title:after,.travel_points_forts .title:after,.travel_included .title:after,.travel_not_included .title:after{
	content: '';
	width: 50vw;
	background: #f38020;
	height: 2px;
	position: relative;
	display: block;
	float: none;
	position: absolute;
	left: -50vw;
	top: 18px;
}


.travel-item{
	float: left;
	margin-bottom: 30px;
}


.block_travel_home #box {

    height: calc(100% + 17px);

}

.travel-item:nth-child(2){
	margin-top: 40px;
}


.travel-item:nth-child(4){
	margin-top: -40px;
}


.travel-item:nth-child(6){
	margin-top: -40px;
}

.travel-item:nth-child(5) {
    margin-bottom: 0px;
}


.travel_introduction{
	text-align: center;
	display: inline-block;
	background: white;
	padding-bottom: 5px;
	position: relative;
}


.travel_introduction .field-node--body{
	padding: 3px 120px;
	line-height: 26px;
	letter-spacing: 2px;
	font-size: 15px;
	text-align: justify;
}


.travel_introduction .field-node--body{
	padding: 3px 120px;
	line-height: 26px;
	letter-spacing: 2px;
	font-size: 15px;
	text-align: justify;
}

.travel_introduction h3{
	font-size: 2rem;
	position: absolute;
	top: -50px;
	padding-right: 15px;
	padding-left: 15px;
}

.travel_introduction h3:before{
	content: '';
	width: 70px;
	background: #f38020;
	height: 3px;
	display: block;
	position: absolute;
	left: calc(50% - 170px);
	top: 27px;
}


.travel_days .day_title{
	font-size: 2rem;
	position: absolute;
	top: 0px;
	z-index: 1;
	background: white;
	left: 4px;
	padding-right: 15px;
	padding-left: 15px;
}

.travel_days .day_title:before{
	content: '';
	width: 70px;
	background: #f38020;
	height: 3px;
	display: block;
	position: absolute;
	left: calc(50% - 170px);
	top: 27px;
}


.travel_days{
	position: relative;
	margin-top: 50px;
}

.travel_days #box {
    top: 28px;
    max-height: calc(100% + 15px);
}



.travel-teaser{
	margin: 0px;
	margin-bottom: 0px;
	padding: 15px;
	height: 100%;
	background: #000000b5;
	color: white;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.7);
	-ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.7);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.7);
	box-shadow:  0 1px 3px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.7);
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	margin-bottom: 15px;
	height: 460px;
	position: relative;
	overflow: hidden;
}

.travel-teaser .article-title a {
    text-align: left;
    margin-bottom: 0;
    font-size: 20px;
    /* font-weight: inherit; */
    color: #fff;
    text-shadow: 1px 1px #626262;
    font-family: 'Playfair Display', serif;
}

.travel-teaser .article-image{
	position: absolute;
	width: 100%;
	left: 0px;
	border: 0px;
	top: 0px;
	height: 100%;
	z-index: 1;
}

.travel-teaser .more-details{
	color: #fff;
	background-color: #57bfcf;
	color: #212529;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	padding-left: 1em;
	padding-right: 1em;
}

.travel-teaser .btn-block {
	display: block;
	width: 100%;
	background-color: #f38020;
	padding: 5px 10px;
	border-radius: 0px;
	border: 1px solid #f3802040;
	border-bottom-color: rgba(243, 128, 32, 0.25);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-top: 15px;
	border: 1px solid #fff;
	color: white;
	border-radius: 30px;
	max-width: 110px;
	margin-left: 100%;
	transform: translateX(-100%);
	font-weight: revert;
	font-size: 14px;
}


.travel-teaser .btn:hover{
	color: #f38020;
	text-decoration: none;
	background: white;
	border-color: #f38020;
}


.travel-teaser .article-title {
    height: 45px;
    position: absolute;
    top: 0px;
    z-index: 3;
    width: 100%;
    left: 15px;
}
.travel-teaser .body-content {
    position: absolute;
    top: 100%;
    z-index: 2;
    width: 100%;
left: 0;
padding-top: 50px;
}

.travel-teaser .body-content .field-node--body{
	padding: 10px;
	color: #eceaea;
	font-size: 14px;
	line-height: 1.1;
	max-height: 260px;
	overflow: hidden;
	margin-bottom: 15px;
	text-align: center;
	line-height: 19px;
}



.travel-teaser .body-content::after{
	width: 150px;
	height: 5px;
	background: #f38020;
}

.article-image img{
	width: 100%;
	height: 100%;
	}

.travel-teaser .travel-level{
	display: flex;
	position: absolute;
	z-index: 3;
	bottom: 95px;
	opacity: 0;
	left: 0px;
	transform: translateX(-100%);
	padding-left: 10px;
}

.travel-teaser .travel-level i{
	font-size: 17px;
	color: #f38020;
	margin-right: 5px;
	padding: 5px;
	    padding-top: 5px;
	height: 28px;
	border: solid 1px #f38020;
	border-radius: 50%;
	width: 28px;
	padding-top: 6px;
}

.travel-teaser .travel-level p{
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 5px;
	line-height: 27px;
	height: 30px;
}

.travel-teaser .travel-level .field-node--field-activity-level{
	margin-top: 3px;
	margin-left: 5px;
}


.travel-teaser  .travel-days{
	display: flex;
	margin-right: 10px;
	margin-top: 5px;
	bottom: 65px;
	z-index: 3;
	opacity: 0;
	position: absolute;
	left: 0px;
	transform: translateX(-100%);
	padding-left: 10px;
}

.travel-teaser  .travel-from{
	display: flex;
	margin-right: 10px;
	margin-top: 5px;
	bottom: 28px;
	z-index: 3;
	opacity: 0;
	position: absolute;
	left: 0px;
	transform: translateX(-100%);
	padding-left: 10px;
	font-weight: bold;
}

.travel-teaser .field-node--field-days{
	margin-right: 5px;
}

.travel-teaser  .travel-days b{
	display: flex;
	margin-right: 10px;
}

.travel-teaser .field-node--field-price{
	margin-left: 5px;
}


.travel-teaser .travel-days i{
	font-size: 15px;
	color: #f38020;
	margin-right: 5px;
	text-align: center;
	padding-top: 6px;
	padding-top: 5px;
	height: 28px;
	border: solid 1px #f38020;
	border-radius: 50%;
	width: 28px;
	padding-top: 5px;
	margin-top: -1px;
}


.travel-teaser .travel-from i {
    font-size: 15px;
    color: #f38020;
    margin-right: 5px;
    text-align: center;
    padding-top: 6px;
    padding-top: 5px;
    height: 28px;
    border: solid 1px #f38020;
    border-radius: 50%;
    width: 28px;
    padding-top: 5px;
    margin-top: -1px;
}

.read-more .image-read-more {
	left: -60px;
	height: 50px;
	border: 2px solid;
	border-color: rgb(255, 255, 255);
	padding: 11px;
	border-radius: 50%;
	width: 50px;
	top: -16px;
	position: absolute;
	overflow: hidden;
	border-color: white;
}


 a.read-more{
    z-index: 3;
    position: absolute;
    bottom: 32px;
    right: 15px;
    color: white;
    font-size: 16px;
}

.read-more .image-read-more .img-show {
	position: absolute;
	    top: 12px;
    width: 30px;
	    box-shadow: none;
    border: none;
    left: 7px;
}


.read-more .image-read-more .img-hidden{
    position: absolute;
    top: 13px;
    width: 23px;
	left: -50px;
}





 .title_wrapper{
	text-align: left;

	 text-align: center;
	 font-size: 25px;

}


.block_travel_home  .col-md-3 {
    padding-left: 5px;
    padding-right: 5px;
}

.block_category_home{
	height: 100%;
	margin-bottom: auto;
	display: flex;
	justify-content: flex-end;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	flex: none;
	flex-direction: column;
}


.block_category_home .slider--item{
	    margin: 0 5px;
}

.block_travel_home .trip-sep{
	height: 3px;
	width: 80px;
	background: #fff;
	margin-left: 0px;
	position: absolute;
	z-index: 2;
	top: 40px;
	right: 0px;
}

.block_travel_home .field-node--field-image	{
	overflow: hidden;
	height: 100%;
}



@media screen and (max-width: 767px) {
	.Home_video{
		margin-left: -10px;
		margin-right: -10px;
	}

		.container {
   	 	width: 100%;
	    padding-right: 0px;
	    padding-left: 0px;
	}

	.banner-wrapper .banner-layer {
	    min-height: 175px;
	    padding-left: 0px;
	    padding-right: 0px;
	}
}
@media screen and (max-width: 600px) {

	.travel-item{
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
		}
	.content-middle{
		padding-left: 0px;
		padding-right: 0px;
	}
	.container {
	    padding-right: 0px;
	    padding-left: 0px;
	}
	.block_category_home {
    	margin-top: 0px;
	}
	
	.banner-wrapper .banner-layer {
	    min-height: 175px;
	    padding-left: 0px;
	    padding-right: 0px;
	}
	


}




/*End Travel Teaser*/


/*travel page*/
.travel_slide{
	height: 100vh;
	overflow: hidden;
	width: 100%;
}



.travel_slide .views-field-field-price{
    top: calc(100vh - 60px);
    position: absolute;
    background: #00000094;
    color: white;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 40px;
    font-size: 18px;
    display: flex;
}


.travel_slide .views-field-field-price .views-label-field-price{
margin-right: 15px;
color: #f38020;
font-weight: 700;
}

.travel_slide .cover-slider__inner img{
	transform: translateX(-50%);
	margin-left: 50%;
	width: 100%;
	min-height: 100vh;
	height: 100%;
}

.travel_slide .cover-slider__content{
    position: absolute;
    top: 0px;
    width: 100vw;
    height: 100%;
    margin-left: 50%;
    transform: translate(-50%);
}

.travel_slide .cover-slider__content .cover-slider__title{
    position: absolute;
    top: 50%;
    z-index: 2;
    color: white;
    width: 100%;
    text-align: center;
    font-size: 5vw;
    left: 0vw;
}

.travel_slide .cover-slider__content .cover-slider__title a{
	color: white;
}


.page-node-type-travel .content{
	background: white;
	padding-top: 15px;
}


.stat{
	position: absolute;
	z-index: 1;
	bottom: 25px;
	width: 190px;
	height: 305px;
	left: 15px;
	background: #000000ba;
	padding: 15px;
}

.stat .stat-col{
	text-align: center;

	margin-bottom: 20px
}


.stat .stat-col i{
	font-size: 20px;
	color: #f38020;
}

.stat .stat-label{
	color: #f17f00;
	font-weight: inherit;
	font-size: 15px;
	margin-bottom: 0px;
}
.stat .stat-value{
	display: ruby;
	color: white;
}

.stat #box {
  width: calc(100% + 0px);
	height: calc(100% + 0px);
	position: absolute;
	top: 0px;
	left: 0px;
}


.travel_slide .read-more .image-read-more {
	left: -5px;
	height: 50px;
	border: 1px solid;
	    border-top-color: currentcolor;
	    border-right-color: currentcolor;
	    border-bottom-color: currentcolor;
	    border-left-color: currentcolor;
	border-top-color: currentcolor;
	border-right-color: currentcolor;
	border-bottom-color: currentcolor;
	border-left-color: currentcolor;
	padding: 27px;
	border-radius: 50%;
	width: 50px;
	top: -6px;
	position: absolute;
	overflow: hidden;
	border-color: #f38020;
	background: #00000069;
}

.travel_slide .read-more {
    position: absolute;
    right: 15px;
    bottom: 25px;
    z-index: 2;
    width: 50px;
    height: 50px;
}

.travel_slide  .read-more .image-read-more .img-show {
	position: absolute;
	top: 15px;
	width: 22px;
	transform: rotate(90deg);
	left: 15px;
}

.travel_slide  .read-more .image-read-more .img-hidden {
	position: absolute;
	top: -26px;
	width: 23px;
	transform: rotate(90deg);
	left: 15px;
}


.page-node-type-travel #block-zinble-content {
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 30px;
    border-bottom: 0px solid #ccc;
    margin-bottom: 30px;
    padding-top: 50px;
}

.page-node-type-travel .content{
    margin-top: -50px;
}


 .day_container{	position: relative;
	}

 .day_container .days{
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10;
}

 .day_container .days .day_section{
	position: relative;

}

 .day_container .days .day_section .row{
	display: flex;
	width: 100%;
	margin-left: 0px;
	padding: 15px 0px;
	flex-direction: row;
	align-items: center;
	margin-top: 15px;
}

 .day_container .days .day_section:nth-child(odd) .row{

}

 .day_container .days .day_section:nth-child(even) {
}

 .day_container .days .day_section img{
    width: 100%;
    height: auto;
}

 .day_container .days .day_section .field-name-field-image{
	overflow: hidden;
}

 .day_container .days .day_section .body-content{
	padding: 40px;
	position: relative;
}



.day_container .days .day_section .day-line {
	position: absolute;
	content: '';
	width: 2px;
	height: 300%;
	background-color: #f38022;
	margin-right: -35px;
	top: 0px;
	right: calc(50% - -33px);
	opacity: 0;
}

 .day_container .days .day_section .day_image{
	padding: 40px;
}

 .day_container .days .day_section{
	position: relative;
}
 .day_container .days .day_section .field-name-field-day-number{
	left: 20px;
	position: absolute;
	top: 44px;
	font-size: 19px;
	color: black;
	z-index: 3;
	background: white;
	height: 40px;
	border: 1px solid #f3802259;
	border-radius: 50%;
	padding: 8px;
	opacity: 0;
	width: 40px;
	text-align: center;
}

 .day_container .days .day_section .field-name-field-description{
	overflow: hidden;
}


 .day_container .days .day_section .field-name-field-title{
	 font-size: 18px;
	margin-bottom: 30px;
	margin-left: 40px;
	font-weight: bold;
	position: relative;
}

 .day_container .days .day_section .field-name-field-title:before{
	content: '';
	width: 60px;
	background: #f38020;
	height: 2px;
	position: relative;
	display: block;
	float: none;
	position: absolute;
	left: -40px;
	top: 25px;
}


.description_more{
	opacity: 0;

color: #f38020;

	z-index: 6;

	position: absolute;
	bottom: 40px;
	width: 100%;
	height: 71px;
	background: linear-gradient(180deg, #ffffff73 2%, rgb(255, 255, 255),rgb(255, 255, 255));
	text-align: right;
	padding-right: 90px;
	padding-top: 50px;
	cursor: pointer;
	  -webkit-transition: all, 0.2s, ease-in 1s ease-in-out;
	  -khtml-transition: all, 0.2s, ease-in 1s ease-in-out;
	  -moz-transition: all, 0.2s, ease-in 1s ease-in-out;
	  -ms-transition: all, 0.2s, ease-in 1s ease-in-out;
	  -o-transition: all, 0.2s, ease-in 1s ease-in-out;
	  transition: all, 0.2s, ease-in 1s ease-in-out;
}
.description_more:hover{
	color: rgb(51, 51, 51);
	background: linear-gradient(180deg, #ffffff00 50%, rgb(255, 255, 255) 60%,rgb(255, 255, 255));
}

.accommodation{
	display: flex;
	flex-direction: row;
	position: absolute;
	bottom: -15px;
}


.accommodation i{
    display: flex;
    font-size: 15px;
	color: #f38020;
	margin-right: 5px;
	height: 28px;
	border: solid 1px #f38020;
	border-radius: 50%;
	width: 29px;
	padding: 6px 3px 3px 7px;
}


.accommodation i:nth-child(1){
	padding: 5px 1px 7px 5px;
}


.accommodation i:nth-child(2){
	padding: 5px 1px 7px 5px;
}

.accommodation .field-name-field-accommodation{
	margin-left: 0px;
	margin-right: 20px;
	margin-top: 2px;
	font-size: 17px;
}

.field-paragraph--field-accommodations, .field-name-field-meals {
	display: ruby;
	margin-left: 0px;
	margin-right: 20px;
	margin-top: 2px;
	font-size: 17px;
}

.block-contact-infos{
	float: left;
}

.travel_contact_form{
	float: right;
}

.content-bottom{
	padding-top: 0px;
	padding-bottom: 0px;
	display: flow-root;
	background: #292b33;
}


.page-bottom{
	position: fixed;
	z-index: 12;
	background: black;
	width: 100vw;
	left: 0px;
	top: 0px;
	height: 100vh;
	padding: 20px;
	visibility: hidden;
	z-index: 20;
}

.page-bottom .container>div{
	display: flex;
	align-items: center;
	height: 100vh;
	flex-direction: row-reverse;
}

.close-get-in-touch{
	width: 20px;
	height: 20px;
	display: block;
	cursor: pointer;
	position: absolute;
	top: -50%;
}

.close-get-in-touch .line1{
	width: 28px;
	height: 1px;
	background: white;
	position: absolute;
	top: 10px;
	left: -4px;
	transform-origin: 50% 50%;
}


.close-get-in-touch .line2{
	width: 28px;
	height: 1px;
	background: white;
	position: absolute;
	top: 10px;
	left: -4px;
	transform-origin: 50% 50%;
}

.contact_info .field-name-body h1{
	color: white;
	opacity: 1;
	top:0;
}

.contact_info  .call-adress-text{
	color: white;
	font-size: 1.5rem;
}

.contact_info  .number-wrapper,.contact_info .big-heading-text,.contact_info .adress{
	color: #f38020;
}



.travel_contact_form input::placeholder, .travel_contact_form textarea::placeholder  {
  color: #ffffff1f;
}

.travel_contact_form input, .travel_contact_form textarea{
	background: transparent;

	border-color: #fff;
	color: #f38020;
}

.travel_contact_form .form-control:disabled::placeholder {
    background-color: #484848a8;
    opacity: 1;
}

.travel_contact_form label{
    font-size: 16px;
    color: #ffffffc9;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #ffffff47;
    opacity: 1;
}

.btn-primary:hover {
    color: #f38020;
    background-color: white;
    border-color: white;
}

.get-wrap{
	text-align: center;
	margin-top: 80px;
	position: relative;
	max-width: 300px;
	margin-left: 50%;
	transform: translateX(-50%);
	padding-bottom: 55px;
}

.get-wrap .get-in-touch{
	z-index: 10;
	position: absolute;
	margin-left: 50%;
	transition: none;
	transform: translateX(-50%);
	background: #f38020;
	padding: 15px 30px;
	border-radius: 10px;
	color: white;
	font-size: 15px;
	font-weight: bold;
	width: calc(100% - 100px);
	bottom: -15px;
	cursor: pointer;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;

}

.get-wrap .get-in-touch:hover{
	background: white;
	color: #f38020;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;

}


.lodge-content{
    display: flex;
}

/*End travel page*/
