/*! CSS Used from: http://127.0.0.1:8000/assets/css/details.css */
::selection {
	background: var(--color-site-1);
	color: #FFF;
	text-shadow: none;
}

* {
	outline: none;
}

p:last-child {
	margin-bottom: 0;
}

.details {
	margin-top: 30px;
}

.border-bottom {
	border-bottom: 1px solid #0088CC33;
}

.rounded {
	border-radius: 4px !important;
}

.gallery-main {
	position: relative;
}

.gallery-main img {
	width: 100%;
	border-radius: 6px;
	min-height: 100%;
	object-fit: cover;
	aspect-ratio: 4/3;
}

.gallery-main img:hover {
	opacity: 0.8;
	transform: scale(1.02);
}

.btn-all-photos {
	position: absolute;
	bottom: 15px;
	right: 25px;
	background: rgba(255, 255, 255, 0.9);
	border: none;
	padding: 10px 20px;
	border-radius: 4px;
	font-weight: 500;
}

.property-card {
	background-color: #fff;
	padding: 20px;
	border-radius: 6px
}

.property-card .card-title {
	font-weight: 700;
	font-size: 24px;
	color: #0E0E0F;
}

.property-card .card-title:after {
	content: '';
	display: block;
	width: 20px;
	height: 4px;
	background-color: var(--color-site-1);
	border-radius: 2px;
}

.TravelD.VO .description-courte {
	font-weight: 500;
	font-size: 16px;
	color: #000;
}

.TravelD.VO .description-details span {

	font-weight: 500;
	font-size: 18px;
}

.pack-label {
	font-weight: 600;
	font-size: 20px;
	color: #0E0E0F;
}

.avn-price-table.avn-style15>.avn-tables>.avn-table>.header {
	background: var(--color-site-1);
}

.avn-price-table.avn-style15>.avn-items1>ul>li:nth-of-type(2n),
.avn-price-table.avn-style15>.avn-tables>.avn-table>.avn-items2>ul>li:nth-of-type(2n) {
	background: #0088CC21;
}

.avn-price-table.avn-style15>.avn-items1>ul>li:nth-of-type(2n) {
	border: 1px solid #C7DBEB;
}

.avn-price-table.avn-style15>.avn-tables>.avn-table>.header {
	height: auto !important;
	padding: 10px 0;
}

.avn-price-table.avn-style15>.avn-tables>.avn-table>.avn-btn-main>.avn-btn {

	background: var(--color-site-1);
}

.cnt-fl .form-group {
	position: relative;
	display: block;
	width: 100%;
}

@media (min-width: 768px) {
	.cnt-fl .form-group {
		display: inline-block;
		vertical-align: bottom;
	}
}

.cnt-fl #sel1 {
	font-weight: 600;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right: 35px !important;
	position: relative;
	background-color: #fff;
	border: 1px solid #0088CC33 !important;
	border-radius: 4px;
}

.fs-18 {
	font-size: 18px !important
}

.cnt-fl .form-group-sel::after {
	font-family: "Font Awesome 6 Free";
	content: "\f078";
	font-weight: 900;
	position: absolute;
	right: 12px;
	bottom: 10px;
	color: #6c757d;
	font-size: 14px;
	pointer-events: none;
	z-index: 5;
}

.fade {
	opacity: 1;
}

#mainTabs.nav-tabs {
	border-bottom: none;
	background-color: #fff;

	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	height: auto;
}

#mainTabs.nav-tabs .nav-link {
	border: none !important;
	color: #333;
	font-weight: 500;
	padding: 12px 20px;
	background: transparent;
	transition: all 0.3s ease;
	position: relative;

	font-weight: 600;

	font-size: 18px;
	color: #000;
	white-space: nowrap;
}

#mainTabs.nav-tabs .nav-link:hover {
	color: var(--color-site-1);
	border: none;
}

#mainTabs.nav-tabs .nav-link.active {
	background-color: transparent !important;
	color: #000 !important;
	font-weight: bold;
}

#mainTabs.nav-tabs .nav-link.active::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: var(--color-site-1);
}

/* #mainTabs.sticky-top {

top: 100px;
} */

.content-card {
	background: var(--white);
	border-radius: 8px;


}

.sidebar-card {
	background: #fdf6f0;
	border-radius: 14px;
	overflow: hidden;
	width: 100%;
	padding: 10px
}

.sidebar-card .info-block {
	padding: 28px 24px;
	text-align: center;
}

.info-block+.info-block {
	border-top: 1px dashed #000;
	margin: 0px 20px
}

.sidebar-card .info-icon {
	font-size: 32px;
	color: #000;
	display: block;
	margin-bottom: 10px;
	line-height: 1;
}

.sidebar-card .info-title {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #000;
	margin: 16px 0;
}

.dot-divider {
	border: none;
	border-top: 1px dashed var(--border);
	margin: 10px auto;
	width: 80%;
}

.info-phone {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	margin: 0;
}

.info-email {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	margin: 0;
}

.info-hours {
	font-size: 16px;
	color: var(--muted);
	margin: 0;
}

.info-sub {
	font-size: 16px;
	color: var(--muted);
	margin: 0;
	line-height: 1.6;
}

/* ── Nav Tabs ── */
#mainTabs .nav-tabs {
	border-bottom: 1px solid #e0e0e0;
	margin-top: 1.5rem;
}

#mainTabs .nav-tabs li {
	font-family: Lato;
	font-weight: 600;

	font-size: 18px;
	color: #000;

	text-align: center;


}

#mainTabs .nav-tabs li.active {
	color: #D85A30;
	border-bottom-color: #D85A30;
	font-weight: 500;
}

#mainTabs .nav-tabs .nav-link:hover:not(.active) {
	color: #555;
}




/* ── Accordion ── */
#programme .accordion-button {
	font-size: 18px;
	font-weight: 500;
	color: #0E0E0F;
	padding: 12px 0;
	box-shadow: none;


}

#programme .accordion-button:not(.collapsed) {
	color: #1a1a1a;
	background: #fff;
	box-shadow: none;

	font-weight: 600;

	font-size: 18px;



}

@media (min-width: 767px) {

	#programme .accordion-button::after {
		display: none;
	}
}

#programme .accordion-body * {

	font-weight: 400;

	font-size: 16px;


	color: #636C7D
}

#programme .accordion-item {
	border: none;
	border-bottom: 0;
}





.card.hr .card-img-top.rounded.h-300 {
	height: 300px;
	object-fit: cover;
}


.equipment-item {
	display: flex;
	/* Aligne l'icône et le texte */
	align-items: center;
	/* Centre verticalement */
	margin-bottom: 1.5rem;
	/* Espace entre les lignes */
}


.icon-circle {
	width: 40px;
	/* Taille du cercle */
	height: 40px;
	background-color: #FF57221A;
	border-radius: 50%;
	/* Rend la forme ronde */
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
	/* Espace entre le cercle et le texte */
	flex-shrink: 0;
	/* Empêche le cercle de rétrécir */
}


.icon-circle img {
	width: 25px;
	filter: brightness(0) saturate(100%) invert(49%) sepia(98%) saturate(3015%) hue-rotate(345deg) brightness(101%) contrast(102%);
}

.icon-circle svg path {
	fill: var(--color-site-1) !important
}

.equipment-text {
	font-size: 1.1rem;
}






.avn-price-table.avn-style15>.avn-items1>ul>li,
.avn-price-table.avn-style15>.avn-tables>.avn-table>.avn-items2>ul>li {

	font-size: 16px;
}

.avn-price-table.avn-style15>.avn-items1>ul>li>span {

	font-size: 16px;
}

.avn-price-table.avn-style15>.avn-items1 {

	top: 36px;
}

.equipment-titre {
	margin-bottom: 10px;
	font-weight: 500;

	font-size: 18px;

	color: #000
}

.avn-price-table.avn-style15>.avn-tables>.avn-table>.avn-items2>ul {
	padding: 0px 0;
	background: #D7EAF380 !important;
}

.description-hotel-details {
	max-height: 350px;
	overflow-y: auto;
		line-height:1.5;
	font-size: 16px;
}

#savoir .regles li {

	font-weight: 600;

	font-size: 16px;

	display: flex;
	align-items: center;
	gap: 3px;

	color: #636C7D
}

.text-details-gray {
	color: #636C7D
}

.single-nav-sticky {
	position: sticky;
	top: 120px;
	width: 100%;
	z-index: 9999;

}

.details-vo-aside .image-container {
	position: relative;
	width: 100%;
	border-radius: 6px;
	/* Coins arrondis comme sur la photo */
	overflow: hidden;
	aspect-ratio: 4 / 3;
}

.details-vo-aside .image-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.details-vo-aside .hotel-card>h3 {
	color: #000;
	font-weight: 600;

	font-size: 22px;

}

/* Conteneur principal du slider */
.property-widget-slider {
	position: relative;


}

.property-widget-slider .owl-controls {
	display: flex;
	justify-content: end;

}

.details-vo-aside .property-widget-slider .owl-dots {
	display: none !important;
}

/* Positionnement global des flèches */
.property-widget-slider .owl-nav {
	position: absolute !important;
	bottom: 40px;
	width: 140px;

	pointer-events: none;
	/* Permet de cliquer sur l'image si on n'est pas sur une flèche */
}

/* Style commun pour Précédent et Suivant */
.property-widget-slider .owl-nav .owl-prev,
.property-widget-slider .owl-nav .owl-next {
	position: absolute !important;
	width: 40px !important;
	height: 40px !important;
	background-color: rgba(0, 0, 0, 0.4) !important;
	/* Fond noir semi-transparent comme sur l'image */
	color: #fff !important;
	border-radius: 50% !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center;
	font-size: 24px !important;
	transition: background-color 0.3s ease;
	pointer-events: auto;
	/* Réactive le clic */
}



/* Effet au survol */
.property-widget-slider .owl-nav .owl-prev:hover,
.property-widget-slider .owl-nav .owl-next:hover {
	background-color: rgba(0, 0, 0, 0.7) !important;
}


/* Style du sélecteur de date (l'input factice) */
.date-selector {
	border: 1px solid #C7DBEB;
	border-radius: 6px;
	padding: 12px 6px;
	display: flex;
	justify-content: space-between;
	align-items: center;

	margin-bottom: 10px;
	cursor: pointer;

	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;

	width: 100%;


	font-weight: 600;

	font-size: 16px;



	background-color: #ffffff;



	/* Ajout de la flèche en background SVG */
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 24px;

	cursor: pointer;
	outline: none;
	transition: border-color 0.2s;
}

/* Structure de la ligne de vol */
.flight-info {
	display: grid;
	grid-template-columns: 40px 1fr auto 1fr;
	/* Logo | Départ | Flèche | Arrivée */
	align-items: center;
	gap: 15px;
	padding: 10px 0;
}

.airline-logo img {
	width: 30px;
	height: auto;
	display: block;
}

.airport-code {
	font-size: 14px;
	color: #000;
	font-weight: 600;
	margin-bottom: 2px;
}

.flight-time {
	text-align: center;
	font-size: 14px;
	color: #636C7D;
}

.exchange-icon {
	color: #333;
	display: flex;
	align-items: center;
}

.text-end-custom {
	text-align: right;
}