@import url("../../components/banner/assets/styles.css");
@import url("../../front-page/section-customized-trip/assets/styles.css");
@import url("../../front-page/section-faqs/assets/styles.css");
@import url("../../front-page/section-discover/assets/styles.css");
@import url("../section-list-tours-1/assets/styles.css");
@import url("../section-list-tours-2/assets/styles.css");
@import url("../section-faqs/assets/styles.css");
@import url("../section-customize-tour/assets/styles.css");
@import url("../../about-us/section-pourquo-garanties/assets/styles.css");
@import url("../../components/pourquoi_nous_choisir/assets/styles.css");
@import url("../../components/nos_four_garanties/assets/styles.css");

body {
	background: #F6F5F2;
}
.page-template-page-tours {
	/*background: linear-gradient(0deg, rgba(255, 241, 219, 0.31) 0%, rgba(255, 241, 219, 0.31) 100%), linear-gradient(180deg, #FFF 55.73%, #FDFDFD 75.65%);*/
	background: #F6F2EB;
}
.section-pourquo-garanties {
	margin-top:6.31rem;
	background:transparent;
	z-index:2;
}
.customized-trip__card-duration {
	display:none;
}
@media (max-width:768px) {
	.section-pourquo-garanties {
		margin-top:3rem;
	}
}
main {
	overflow: hidden;
	position: relative;
}
.page-background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.page-background img {
	width: 100%;
	height: auto;
	position: relative;
	top: 0rem;
	left: 0;
}


/*.page-background::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    background: linear-gradient(*/
/*            0deg,*/
/*            rgba(255, 241, 219, 0.31) 0%,*/
/*            rgba(255, 241, 219, 0.31) 100%*/
/*        ),*/
/*        linear-gradient(180deg, #fff 55.73%, #fdfdfd 75.65%);*/
/*    z-index: 1;*/
/*}*/

@media (max-width: 639.98px) {
	.page-template-page-tours .customize-tour,
	.page-template-page-tours .customize-tour__overlay{
		display: none;
	}
	.customized-trip__card-image {
		height: 12.8125rem;
	}
	.customized-trip__card-button {
		display: none;
	}
	.customized-trip__card-location {
		margin-bottom: 0;
	}
	.customized-trip__card-location span {
		font-size: 0.625rem;
	}
}
