@charset "utf-8";

.bp-corps .bp-ariane {
	margin: 1em 0;
}

.bp-intro {
	margin: 0 0 1.5rem;
	color: #444;
	line-height: 1.5;
}

.bp-vide {
	padding: 1.5rem;
	background: #f8f8f8;
	border-radius: 8px;
	color: #555;
	font-weight: 600;
}

.bp-plus-zone {
	margin: 0 0 2.5rem;
	text-align: center;
}

.bp-btn-plus {
	display: inline-block;
	padding: .85rem 1.5rem;
	font-weight: 600;
	color: #0d3d6b;
	background: #fff;
	border: 2px solid #0d6efd;
	border-radius: 999px;
	cursor: pointer;
	transition: background .15s ease, color .15s ease, border-color .15s ease;
}

.bp-btn-plus:hover:not(:disabled) {
	color: #fff;
	background: #0d6efd;
}

.bp-btn-plus:disabled {
	opacity: .65;
	cursor: wait;
}

.bp-plus-msg {
	margin: .75rem 0 0;
	font-size: .9rem;
	color: #a33;
}

.bp-liste-titre {
	margin: 0 0 1rem;
	font-size: 1.15rem;
	font-weight: 700;
	color: #0d3d6b;
	line-height: 1.3;
}

.bp-liste {
	list-style: none;
	margin: 3em -10px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 4em;
}

/* --- Carte (conteneur) --- */
.bp-carte {
	position: relative;
	display: block;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e4e7ec;
	border-radius: 14px;
	box-shadow: 0 0 30px 0 #999;
	min-height: 300px;
	padding: 15px;
	scroll-margin-top: 5rem;
}

.bp-carte:target,
.bp-carte.bp-carte--cible {
	border-color: var(--color-pri-300, #6ba3e8);
	box-shadow: 0 0 0 3px rgba(26, 95, 180, .2), 0 0 30px 0 #999;
}

.bp-carte-visuel .bp-carte-depart {
	position: absolute;
	top: .5rem;
	right: .5rem;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: .1rem;
	max-width: calc(100% - 1.5rem);
	padding: .4rem .7rem .4rem .5rem;
	text-align: right;
	color: #0f2744;
	background: rgba(255, 255, 255, .94);
	border: 1px solid #e2e6ec;
	border-radius: .9em;
	box-shadow: 0 2px 10px rgba(15, 35, 60, .1);
	backdrop-filter: blur(4px);
	font-size: .7em;
}

.bp-carte-depart-date {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	line-height: 1.3;
}

.bp-carte-depart-date strong {
	font-weight: 700;
}

.bp-carte-depart-icone {
	width: 1.6rem;
	height: 1.6rem;
	flex-shrink: 0;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231a8f4a'%3E%3Cpath d='M19 4h-1V2h-2v2H8V2H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V10h14v10zm0-12H5V6h14v2z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.bp-carte-depart-duree {
	display: block;
	font-weight: 600;
	color: #4a5568;
	line-height: 1.25;
	text-align: right;
}

/* --- Visuel --- */
.bp-carte-visuel {
	position: relative;
	/* display: flex; */
	/* flex-direction: column; */
	/* min-height: 0; */
	/* box-sizing: border-box; */
	cursor: pointer;
	overflow: hidden;
	border-radius: 15px;
	isolation: isolate;
}

.bp-carte-visuel-fond {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	pointer-events: none;
}

.bp-carte-visuel-fond-img {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 120%;
	height: 120%;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	object-position: center;
	transform: translate(-50%, 0%) scale(1.12) rotate(180deg);
	filter: blur(12px) saturate(2);
}

.bp-carte-visuel-fond::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, .12);
}

.bp-carte-visuel:focus-visible {
	outline: 2px solid #1a5fb4;
	outline-offset: 2px;
}

.bp-carte-visuel-media {
	position: relative;
	z-index: 1;
	flex: 0 0 auto;
	height: 19rem;
	overflow: hidden;
	background: transparent;
}

.bp-carte-visuel-media img {
	/* display: block; */
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-mask-image: linear-gradient(to bottom, #000 0, #000 calc(100% - 15px), transparent 100%);
	mask-image: linear-gradient(to bottom, #000 0, #000 calc(100% - 15px), transparent 100%);
}

.bp-carte-visuel-media::after {
	/* content: ""; */
	/* position: absolute; */
	/* inset: 0; */
	/* pointer-events: none; */
}

.bp-badge-niveau {
	position: absolute;
	top: .5rem;
	left: .5rem;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: .5rem;
	max-width: calc(100% - 1.5rem);
	padding: .45rem .8em .45rem .35em;
	background: rgba(15, 25, 35, .82);
	border-radius: 999px;
	color: #fff;
	line-height: 1.35;
	backdrop-filter: blur(4px);
}

.bp-badge-icone {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1em;
	height: 1em;
	flex-shrink: 0;
	font-size: 2em;
	color: #fff;
	background: var(--color-pri-500-flash);
	border-radius: 50%;
}

.bp-badge-texte {
	display: flex;
	flex-direction: column;
	gap: .1rem;
}

.bp-badge-label {
	font-size: .65em;
	font-weight: 500;
	color: rgba(255, 255, 255, .88);
	line-height: 1.2;
}

.bp-badge-texte strong {
	font-size: .8em;
	font-weight: 700;
	letter-spacing: .06em;
}

/* --- Corps --- */
.bp-carte-corps {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: .85rem;
	padding-top: 1.7rem;
	min-width: 0;
	line-height: 1.55;
}

.bp-prix-observe {
	position: absolute;
	top: .65rem;
	right: 0;
	z-index: 2;
	padding: .45rem .8rem .45rem .4rem;
	color: #166534;
	background: #e8f7ee;
	border-radius: .65rem;
	box-shadow: 0 2px 8px rgba(20, 83, 45, .08);
	max-width: 35vw;
}

.bp-prix-observe-titre {
	display: flex;
	justify-content: center;
	gap: .35rem;
	margin: 0;
	font-size: .8em;
}

.bp-prix-observe-icone {
	display: inline-flex;
	flex-shrink: 0;
	width: 2rem;
	height: 2rem;
	color: #15803d;
}

.bp-prix-observe-svg {
	display: block;
	width: 100%;
	height: 100%;
}

.bp-carte-pied {
	grid-column: 1 / -1;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 1rem 1.25rem;
	width: 100%;
	padding-top: 15px;
}

.bp-carte-pied .bp-dates-reperees {
	flex: 1 1 0%;
	min-width: 0;
	max-width: 100%;
	width: auto;
	margin: 0;
	padding: 0;
	border-top: none;
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	gap: 10px;
	justify-content: space-between;
}

.bp-carte-pied .bp-carte-action {
	flex: 1 1 100%;
	width: 100%;
	max-width: 100%;
	margin: 0;
	align-self: flex-end;
}

.bp-dates-reperees {
	margin-top: .35rem;
	padding-top: .85rem;
	border-top: 1px solid #e8ecf1;
}

.bp-dates-reperees-bloc--offre-rare {
	flex: 0 0 auto;
	align-self: flex-end;
	border: 2px solid var(--color-sec-050);
	padding: 10px 20px;
	border-radius: 10px;
}

.bp-offre-rare,
.bp-prix-exceptionnel {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: .4rem;
	margin: 0;
	font-size: .8em;
	font-weight: 600;
	line-height: 1.25;
	justify-content: center;
	text-align: center;
	letter-spacing: .01em;
}

.bp-offre-rare {
	color: var(--color-sec-500-flash);
}

.bp-prix-exceptionnel {
	color: #1a5fb4;
}

.bp-offre-rare-icone,
.bp-prix-exceptionnel-icone {
	width: 2.4rem;
	height: 2.4rem;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.bp-offre-rare-icone {
	background-image: url("/images/i/svg/feu-2.svg");
}

.bp-prix-exceptionnel-icone {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2.5 19 7 19 12 12 11.85Z' fill='%231a5fb4'/%3E%3Cpath d='M12 12 4 12 12 22.5Z' fill='%231a5fb4'/%3E%3Cpath d='M12 2.5 19 6v5.5c0 4.5-3 7.5-7 9.5-4-2-7-5-7-9.5V6l7-3.5z' fill='none' stroke='%231a5fb4' stroke-width='1.75' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.bp-rare-libelle {
	display: block;
}

.bp-offre-rare-groupe {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 3rem;
}

.bp-dates-reperees-bloc--liste {
	flex: 0 1 auto;
	min-width: 0;
	width: max-content;
	max-width: 100%;
}

.bp-dates-reperees-titre {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: .35rem .5rem;
	margin: 0 0 .65rem;
	font-size: .7em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #4a5568;
}

.bp-dates-reperees-icone {
	width: 1.6rem;
	height: 1.6rem;
	flex-shrink: 0;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231a5fb4'%3E%3Cpath d='M19 4h-1V2h-2v2H8V2H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V10h14v10zm0-12H5V6h14v2z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.bp-dates-reperees-liste {
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	gap: .5rem;
	width: max-content;
	max-width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: .7em;
}

.bp-dates-reperees-liste > li {
	flex: 0 0 auto;
	display: flex;
}

.bp-dates-item {
	box-sizing: border-box;
	width: 100%;
	min-width: 12rem;
	/* max-width: 100%; */
	margin: 0;
	padding: .6rem .5rem .6rem 1rem;
	font: inherit;
	line-height: 1.35;
	text-align: left;
	color: var(--color-pri-600);
	background: transparent;
	border: 1px solid var(--color-pri-100-flash);
	border-radius: .6rem;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

.bp-dates-item:focus-visible {
	outline: 2px solid #1a5fb4;
	outline-offset: 2px;
}

.bp-dates-ligne {
	display: block;
}

.bp-dates-aller,
.bp-dates-retour {
	display: block;
}

.bp-dates-prefix {
	font-weight: 400;
}

.bp-dates-valeur {
	font-weight: bold;
}

.bp-dates-retour {
	/* margin-top: .15rem; */
	/* color: #334155; */
}

.bp-type-vol {
	display: flex;
	align-items: center;
	gap: .5rem;
	margin: 0;
	font-weight: 600;
	text-transform: uppercase;
	opacity: .5;
}

.bp-type-icone {
	width: 1.8rem;
	height: 1.8rem;
	background: url("/images/i/svg/avion4.svg") center / contain no-repeat;
}

.bp-titre-route {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: .35rem;
	margin: 0;
	font-size: 1.7em;
	font-weight: 700;
	line-height: 1.25;
	color: #0f2744;
	letter-spacing: -.01em;
	text-align: center;
}

.bp-route-bout {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 0;
	width: 100%;
}

.bp-route-bout--arr {
	align-items: center;
	text-align: center;
}

.bp-route-ligne-ville {
	position: relative;
	margin-right: 32px;
}

.bp-route-ville {
	white-space: nowrap;
}

.bp-route-iata {
	font-size: .75em;
	font-weight: 500;
	white-space: nowrap;
	position: absolute;
	top: -12px;
	font-size: .4em;
	white-space: nowrap;
	color: #555;
	right: -32px;
	top: 4px;
}

.bp-route-pays {
	font-size: .5em;
	font-weight: 500;
	letter-spacing: .01em;
	opacity: .6;
	padding-right: 32px;
}

.bp-route-fleche {
	display: inline-flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 1.75rem;
	height: 1.75rem;
	margin: .1rem 0;
	align-self: center;
	transform: rotate(90deg);
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 16l-4-4 4-4M17 8l4 4-4 4M3 12h18'/%3E%3C/svg%3E") center / contain no-repeat;
	opacity: .9;
	margin-right: 32px;
}

.bp-carte-desc {
	margin: .5rem 0 0;
	font-size: .88em;
	color: #333;
}

.bp-carte-desc p {
	margin: 0 0 .75rem;
}

.bp-carte-desc p:last-child {
	margin-bottom: 0;
}

.bp-carte-desc strong {
	color: #0f2744;
	font-weight: 600;
}

/* --- Bloc prix --- */
.bp-carte-visuel .bp-carte-meta {
	position: relative;
	z-index: 2;
	flex: 0 0 auto;
	max-height: calc(100% - 8px);
	margin: 2px;
}

.bp-carte-visuel .bp-col {
	/* padding: .75rem .85rem; */
	padding: .85rem .9rem;
	background: rgba(255, 255, 255, .94);
	/* border: none; */
	border-radius: 14px;
}

.bp-col {
	/* display: flex; */
	/* flex-direction: column; */
	/* min-width: 0; */
	/* padding: .85rem .9rem; */
	/* background: #fafbfc; */
	/* border: 1px solid #e8ecf1; */
	/* border-radius: 14px; */
}

.bp-col-contenu {
	display: flex;
	flex-direction: column;
	gap: .55rem;
	flex: 1;
}

/* --- Tarifs --- */
.bp-tarifs {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	gap: .9rem;
	margin: 0;
}

.bp-tarifs-gauche {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	gap: .55rem;
}

.bp-prix-actuel {
	flex: 0 0 auto;
}

.bp-prix-label {
	display: block;
	margin: 0 0 .25rem;
	font-size: .8em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #4a5568;
}

.bp-prix-montant {
	display: block;
	font-size: 2.5em;
	font-weight: 800;
	line-height: 1;
	color: #1a8f4a;
	color: var(--color-pri-500-flash);
	letter-spacing: -.03em;
	white-space: nowrap;
	font-family: var(--number-font);
}

.bp-prix-legende {
	display: block;
	margin-top: .3rem;
	font-size: .85em;
	color: #374151;
	margin-right: 15px;
}

.bp-prix-legende span {
	white-space: nowrap;
}

.bp-reduc-badge {
	margin: 0;
	padding: .55rem .85rem;
	border-radius: 8px;
	line-height: .85;
	background: var(--color-sec-075);
	color: var(--color-sec-500-flash);
}

.bp-reduc-badge span {
	font-size: .8em;
	font-weight: 500;
	display: inline-block;
}

.bp-reduc-badge span.bp-number {
	font-family: var(--number-font);
	font-size: 1.3em;
	font-weight: bold;
}

.bp-histo {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	align-items: stretch;
	gap: .5rem;
	min-width: 0;
	padding: .55rem .65rem;
	background: #f4f6f9;
	border: 1px solid #e4e8ef;
	border-radius: 8px;
}

.bp-histo-col {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	gap: .15rem;
	min-width: 0;
}

.bp-histo-label {
	font-size: .8em;
	color: #374151;
	line-height: 1.35;
}

.bp-histo-col strong {
	color: #333;
	font-family: var(--number-font);
	font-size: 1.05em;
}

.bp-carte-action {
	width: 100%;
	margin-top: 0;
	text-align: center;
}

.bp-carte-pied .bp-btn-vols {
	display: flex;
	width: 100%;
}

.bp-btn-vols {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .55rem;
	width: 100%;
	padding: .8rem 1.15rem;
	color: #fff;
	text-decoration: none;
	background: linear-gradient(180deg, #1e6fd9 0%, #1a5fb4 100%);
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(26, 95, 180, .25);
	transition: background .15s ease, transform .15s ease;
	line-height: 1.3;
}

.bp-btn-vols:hover {
	color: #fff;
	text-decoration: none;
	background: linear-gradient(180deg, #3589ef 0%, #1e6fd9 100%);
	transform: translateY(-1px);
}

.bp-btn-fleche {
	transition: transform .15s ease;
}

.bp-btn-vols:hover .bp-btn-fleche {
	transform: translateX(3px);
}

/* --- Navigation bas de page — Explorer --- */
.bp-nav-filtres {
	margin-top: 100px;
	padding: 1.75rem 1.25rem 2rem;
	background: linear-gradient(165deg, #f0f5fc 0%, #f8fafc 45%, #eef3f9 100%);
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	box-shadow: 0 4px 24px rgba(15, 35, 60, .06);
}

.bp-nav-entete {
	margin-bottom: 1.35rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #dce4ee;
}

.bp-nav-titre {
	margin: 0 0 .35rem;
	font-size: 1.35rem;
	font-weight: 700;
	color: #0d3d6b;
	line-height: 1.25;
}

.bp-nav-soustitre {
	margin: 0;
	color: #5a6b7d;
	line-height: 1.45;
}

.bp-nav-tous-wrap {
	margin: 1.25rem 0 0;
	padding-top: .25rem;
	text-align: center;
}

.bp-nav-tous {
	display: inline-block;
	padding: .65rem 1.35rem;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	background: #1a5fb4;
	border: 2px solid #1a5fb4;
	border-radius: 999px;
	transition: background .15s ease, border-color .15s ease, color .15s ease;
}

.bp-nav-tous:hover {
	color: #fff;
	background: #0d3d6b;
	border-color: #0d3d6b;
}

.bp-cta-vols {
	margin: 2.5rem 0 0;
	text-align: center;
}

.bp-cta-vols-lien {
	display: inline-flex;
	width: auto;
	min-width: min(100%, 20rem);
	max-width: 100%;
	padding: .95rem 1.75rem;
	font-weight: 600;
}

.bp-nav-groupes {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

.bp-nav-groupe {
	padding: 1.1rem 1.15rem 1.2rem;
	background: #fff;
	border: 1px solid #e8edf3;
	border-radius: 12px;
	box-shadow: 0 1px 4px rgba(15, 35, 60, .04);
}

.bp-nav-groupe--pays {
	grid-column: 1 / -1;
	width: 100%;
}

.bp-nav-groupe-titre {
	display: flex;
	align-items: center;
	gap: .45rem;
	margin: 0 0 .85rem;
	font-size: .9em;
	font-weight: 700;
	text-transform: uppercase;
	color: #3d4f63;
}

.bp-nav-groupe-icone {
	display: inline-flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	color: #1a5fb4;
}

.bp-nav-svg {
	display: block;
	width: 100%;
	height: 100%;
}

.bp-nav-sprite {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

.bp-nav-liens {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bp-nav-liens--grille {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: .45rem;
}

.bp-nav-liens--continent {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: .45rem;
}

.bp-nav-liens--pays {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: .45rem;
}

.bp-nav-liens--periode {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: .5rem;
}

.bp-nav-chip--actif {
	color: #fff;
	background: #1a5fb4;
	border-color: #1a5fb4;
	pointer-events: none;
}

.bp-nav-chip {
	display: block;
	padding: .45rem .55rem;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	color: #1a5fb4;
	background: #eef4fc;
	border: 1px solid #d4e3f5;
	border-radius: 8px;
	transition: background .15s ease, border-color .15s ease, color .15s ease, transform .12s ease;
}

.bp-nav-chip:hover {
	color: #fff;
	background: linear-gradient(180deg, #3589ef 0%, #1e6fd9 100%);
	border-color: #1a5fb4;
	text-decoration: none;
	transform: translateY(-1px);
}

.bp-nav-periode:hover {
	text-decoration: none;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(15, 35, 60, .12);
}

.bp-nav-periode--printemps {
	color: #2d6a3e;
	background: linear-gradient(135deg, #eef8f0 0%, #d4edd9 100%);
	border-color: #b8dfc4;
}

.bp-nav-periode--printemps:hover {
	color: #1f5230;
	background: linear-gradient(135deg, #d4edd9 0%, #bfe8c8 100%);
}

.bp-nav-periode--ete {
	color: #9a4d00;
	background: linear-gradient(135deg, #fff4e0 0%, #ffe8c4 100%);
	border-color: #f5d9a8;
}

.bp-nav-periode--ete:hover {
	color: #7a3d00;
	background: linear-gradient(135deg, #ffe8c4 0%, #ffd89a 100%);
}

.bp-nav-periode--automne {
	color: #8b4518;
	background: linear-gradient(135deg, #fff4eb 0%, #ffe4cc 100%);
	border-color: #f0d0b0;
}

.bp-nav-periode--automne:hover {
	color: #6d3614;
	background: linear-gradient(135deg, #ffe4cc 0%, #ffd4b0 100%);
}

.bp-nav-periode--hiver {
	color: #1e4a7a;
	background: linear-gradient(135deg, #e8f4ff 0%, #d4e9fc 100%);
	border-color: #b8d4f0;
}

.bp-nav-periode--hiver:hover {
	color: #153a62;
	background: linear-gradient(135deg, #d4e9fc 0%, #bfe0fa 100%);
}

.bp-nav-periode--paques {
	color: #5c3d8f;
	background: linear-gradient(135deg, #f5f0fc 0%, #e8ddf8 100%);
	border-color: #d4c4ec;
}

.bp-nav-periode--paques:hover {
	color: #452d6e;
	background: linear-gradient(135deg, #e8ddf8 0%, #d9c8f2 100%);
}

.bp-nav-periode--noel {
	color: #8b1a28;
	background: linear-gradient(135deg, #fff0f2 0%, #ffe0e5 100%);
	border-color: #f0c4cb;
}

.bp-nav-periode--noel:hover {
	color: #6d1420;
	background: linear-gradient(135deg, #ffe0e5 0%, #ffc8d0 100%);
}




/* MAX */

@media (max-width: 640px) {
	.bp-carte-pied .bp-dates-reperees {
		width: 100%;
	}
}




/* AFTER MOBILE */

@media (min-width: 640px) {

	.bp-type-vol {
		font-size: .85em;
	}

	.bp-carte {
		display: grid;
		grid-template-columns: minmax(320px, 35%) 1fr;
		box-shadow: 0 0 30px 0 #9998;
		column-gap: 15px;
	}

	.bp-carte-visuel {
		align-self: start;
		/* width: 100%; */
		/* min-height: 0; */
	}

	.bp-carte-visuel-media {
		position: relative;
		flex: 0 0 auto;
		width: 100%;
		height: auto;
		min-height: 12rem;
		aspect-ratio: 5 / 4;
		max-height: 30rem;
	}

	.bp-carte-visuel-media img {
		/* position: absolute; */
		/* inset: 0; */
		/* width: 100%; */
		/* height: 100%; */
		/* object-position: top; */
	}

	.bp-carte-visuel .bp-carte-depart {
		top: .75rem;
		right: .75rem;
	}

	.bp-badge-niveau {
		top: .75rem;
		left: .75rem;
	}

	.bp-carte-visuel .bp-carte-meta {
		flex: 0 0 auto;
		margin: -30px .75rem .75rem;
	}

	.bp-carte-pied .bp-dates-item {
		/* min-width: 12rem; */
	}

	.bp-carte-visuel .bp-col {
		/* padding: .85rem .9rem; */
		/* background: rgba(255, 255, 255, .94); */
		border-radius: 10px;
		/* border-top: 1px solid #e8ecf1; */
		/* backdrop-filter: blur(4px); */
	}

	.bp-titre-route {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-start;
		gap: .5rem .75rem;
		text-align: left;
	}

	.bp-route-bout {
		align-items: flex-start;
		width: auto;
	}

	.bp-route-ligne-ville {
		justify-content: inherit;
	}

	.bp-route-fleche {
		width: 2.6rem;
		height: 2.6rem;
		margin: .4rem;
		align-self: flex-start;
		transform: none;
	}

	.bp-carte-desc {
		margin-top: 20px;
		font-size: .9em;
	}

	.bp-reduc-badge span {
		margin-left: 0;
		font-size: .65em;
	}

	.bp-prix-montant {
		font-size: 2.4em;
	}

	.bp-prix-legende {
		font-size: 1.1rem;
	}

	.bp-reduc-badge {
		padding: .65rem 1rem;
	}

	.bp-histo-label {
		font-size: .7em;
		line-height: 1.4;
	}

	.bp-btn-vols {
		display: inline-flex;
		width: auto;
		padding: 1.2rem 1.6rem;
		font-size: .9em;
	}

	.bp-nav-filtres {
		padding: 2rem 1.75rem 2.25rem;
	}

	.bp-nav-liens--grille {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.bp-nav-liens--continent {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bp-nav-liens--pays {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.bp-nav-groupe--mois {
		grid-column: auto;
	}

	.bp-prix-label {
		font-size: .7em;
	}

	.bp-prix-observe {
		top: -1rem;
		right: -1rem;
	}

}

@media (min-width: 990px) {
	.bp-liste {
		margin: 3em 0;
	}

	.bp-carte-pied {
		flex-wrap: nowrap;
		align-items: center;
		padding-right: 1rem;
	}

	.bp-carte-pied .bp-carte-action {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
		white-space: nowrap;
		text-align: right;
	}

	.bp-carte-pied .bp-btn-vols {
		display: inline-flex;
		width: auto;
		max-width: 100%;
		white-space: nowrap;
	}

	.bp-carte-pied .bp-dates-reperees {
		flex: 1 1 0%;
		min-width: 0;
		flex-wrap: nowrap;
		justify-content: flex-start;
	}

	.bp-prix-observe {
		top: .65rem;
		right: .65rem;
	}

	.bp-dates-reperees-bloc--liste {
		margin-right: 58px;
	}

}

@media (min-width: 1600px) {
	.bp-route-bout--arr {
		align-items: flex-end;
		text-align: right;
	}

	.bp-nav-groupes {
		grid-template-columns: 1.35fr .75fr 1fr;
		gap: 1rem;
		align-items: stretch;
	}

	.bp-nav-liens--pays {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	.bp-carte-corps {
		padding-left: 3rem;
	}
}
