@charset "utf-8";
/* CSS Document */

/* success.css - Page Booking Confirmation */

/* ========== BASE ========== */
body {
	font-family: "Inter", Arial, sans-serif;
	background-color: #eaeaea;
}
.roboto-<uniquifier> {
 font-family: "Roboto", sans-serif;
 font-optical-sizing: auto;
 font-weight: <weight>;
 font-style: normal;
 font-variation-settings:
 "wdth" 100;
}
/* ========== HEADER ========== */
.navbar-brand {
	font-size: 1.5rem;
	font-weight: bold;
}
.nav-link {
	color: #333 !important;
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	padding-left: 2rem;
}
.nav-link:hover {
	color: #d61f24 !important;
}
.nav-item {
	padding: 0rem 1.5rem
}
.input-group {
	height: 50px;
}
.form-control {
	height: 50px;
}
.float-left {
	float:left
}
.feature-icon {
	font-size: 2.4rem;
	color: #fff;
}
.star-rating i {
	color: #f7a600;
}
.priceOffer {
	text-align:right
}
.tr1 {
	font-weight:300;
	text-transform: uppercase
}
.btn-primary {
	background-color:#1d1d1b !important
}
/* ========== CONFIRMATION ========== */
.confirmation {
	padding: 4rem 0;
}
.icon-check i {
	font-size: 5rem;
	color: #28a745;
}
.confirmation h2 {
	font-weight: 600;
	margin-bottom: 0.5rem;
}
.confirmation p {
	font-size: 1rem;
}
/* ========== BOOKING INFO ========== */
.booking-info .card {
	border-radius: 0rem;
	margin-top: 2rem;
}
.booking-info img {
	border-radius: 0.25rem;
}
.booking-info h5 {
	font-size: 1.8rem;
	font-weight: 600;
	font-family: 'Roboto' !important;
}
.booking-info .price {
	color: #585858 !important;
	font-size: 3rem !important;
}
.booking-info .card-footer a {
	font-size: 0.9rem;
	text-decoration: none;
}
.booking-info .card-footer a:hover {
	color: #0d6efd;
}
/* ========== FOOTER ========== */
footer h6 {
	font-weight: 400;
	margin-bottom: 2rem;
	text-transform: uppercase;
	font-size: 1.4rem;
}
footer a {
	color: #333;
	text-decoration: none;
}
footer a:hover {
	color: #0d6efd;
}
footer .bi {
	font-size: 1.2rem;
	color: #555;
}
footer .bi:hover {
	color: #d61f24;
}
.carousel .card {
	border-radius: 0px;
	transition: transform 0.3s ease;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
	background-size: 100% 100%;
	filter: invert(1); /* flèches blanches */
}
.text-warning {
	font-size: 1.2rem;
}


/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
.booking-info .card-body {
	flex-direction: column;
	align-items: flex-start;
}
.booking-info .price {
	margin-top: 1rem;
}
.page-header-title {
	font-size: 22px !important
}
.search-wrapper {
	width: 96%
}
}
.step-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2rem;
}
.step-bar .step {
	display: flex;
	align-items: center;
	color: #6c757d;
	font-weight: 500;
	opacity: 0.5;
}
.step-bar .step.active {
	color: #000;
	opacity: 1;
}
.step-bar .step span {
	width: 28px;
	height: 28px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-right: 8px;
	border: 2px solid currentColor;
}
.card-custom {
	border-radius: 12px;
	padding: 20px;
	margin-bottom: 1.5rem;
}
label {
	font-weight: 500;
}
.option-box {
	border: 1px solid #dee2e6;
	border-radius: 0px;
	padding: 12px 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
	background-color: #fff;
}
.option-box input[type="checkbox"] {
	transform: scale(1.3);
}
.btn-primary {
	background-color: #fa0f5c;
	border: none;
	font-weight: 600;
	padding: 10px 20px;
}
.side-panel {
	background: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
	padding: 20px;
	border: 1px solid #c3c3c3;
	border-radius: 8px;
}
.side-panel h6 {
	font-weight: 600;
	margin-top: 20px;
}
.side-panel .rating {
	background-color: #e9f6ec;
	color: #198754;
	font-weight: 600;
	padding: 3px 8px;
	border-radius: 6px;
	display: inline-block;
}
.car-img {
	width: 100%;
	border-radius: 0px;
}
.icon-text {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-bottom: 6px;
}
.info-box {
	background: #fff;
	border-radius: 6px;
	padding: 10px 15px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	font-size: 0.95rem;
}
.info-box i {
	color: #000;
	margin-right: 8px;
	font-size: 1.2rem;
}
.protection-title {
	font-weight: 700;
	font-size: 1.5rem;
}
.protection-card {
	border: 2px solid #ddd;
	border-radius: 10px;
	transition: 0.3s;
	height: 100%;
	background-color: white;
}
.protection-card:hover {
	border-color: #8fd400;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.protection-card.active {
	background-color: white;
	border-color: #00d4ad;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.protection-header {
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
}
.protection-header i {
	color: #595c52;
	font-size: 2rem;
}
}
.price {
	font-weight: 600;
	font-size: 1.2rem;
	color: #000;
}
.old-price {
	text-decoration: line-through;
	color: #999;
	font-size: 0.9rem;
}
.discount {
	color: #ff6600;
	font-size: 0.9rem;
	font-weight: 500;
}
.no-protection {
	border: 1px dashed #ccc;
	border-radius: 10px;
	padding: 15px;
	margin-top: 20px;
	background-color: #fff8e1;
}
.btn-detail {
	margin-top: 20px;
}
ul {
	list-style: none;
	padding-left: 0;
}
ul li::before {
	color: #8fd400;
	margin-right: 5px;
}
.card {
	border-radius: 10px;
	border: 2px solid transparent;
	transition: all 0.3s ease;
	cursor: pointer;
	position: relative;
}
.card.active {
	border-color: #000;
	box-shadow: 0 0 6px rgba(0,0,0,0.25);
	background-color: #fff;
}
.card input[type="radio"] {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	accent-color: #000;
	cursor: pointer;
}
.card-header {
	background: transparent;
	border-bottom: none;
	font-weight: 700;
	font-size: 1.25rem;
}
.card-price {
	font-size: 1.2rem;
	font-weight: 700;
}
.card small {
	color: #6c757d;
}
.text-red {
	color: #d00;
}
.text-green {
	color: #008000;
}
.strike {
	text-decoration: line-through;
	color: #aaa;
	font-size: 0.9rem;
}
.check {
	color: #198754;
}
.cross {
	color: #aaa;
}
.discount-badge {
	background-color: #fff0e6;
	color: #d35400;
	border-radius: 15px;
	padding: 2px 8px;
	font-size: 0.8rem;
	font-weight: 600;
}
.option-card {
	border-radius: 10px;
	background: #fff;
	padding: 18px 20px;
	margin-bottom: 16px;
	transition: all 0.2s ease-in-out;
	border-color: #000;
}
.option-card:hover {
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.06);
}
.option-title {
	font-weight: 600;
	font-size: 1.05rem;
	display: flex;
	align-items: center;
	gap: 8px;
}
.option-title i {
	color: #000;
	font-size: 1.5rem;
}
.details {
	color: #000;
	text-decoration :underline;
	font-weight: 400;
	cursor: pointer;
	transition: 0.2s;
	font-size: 0.9rem;
}
.details:hover {
	color: #0056b3;
}
/* compteur + - */
    .counter {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f1f3f5;
	border-radius: 50px;
	padding: 4px 5px;
	gap: 10px;
	min-width: 90px;
}
.counter button {
	border: none;
	background: #000;
	color: white;
	font-size: 1.2rem;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	line-height: 1;
	transition: 0.2s;
}
.counter button:hover {
	background: #0056b3;
}
/* Switch moderne */
    .form-switch .form-check-input {
	width: 2.5em;
	height: 1.4em;
	background-color: #d1d1d1;
	cursor: pointer;
}
.form-switch .form-check-input:checked {
	background-color: #007bff;
}
.option-description {
	background: #f8f9fa;
	padding: 10px 14px;
	border-radius: 8px;
	color: #555;
	font-size: 0.9rem;
	margin-top: 8px;
}
.page-header-content {
	display: flex;
	align-items: center;
	gap: 36px 32px;
}
.page-header-title {
	font-size: 30px;
	font-style: normal;
	line-height: 48px;
	letter-spacing: -0.4px;
}
.page-header-contacts-text {
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	color: var(--color-pg-3-5);
}
.page-header-contacts {
	display: flex;
	align-items: center;
	gap: 24px;
	width: 384px;
}
.page-header-contacts-divider {
	border-radius: 12px;
	background-color: var(--color-purple);
	align-self: stretch;
	width: 4px;
	min-width: 4px;
	min-height: 60px;
}
body {
	font-family: "Inter", Arial, sans-serif;
}
.step-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2rem;
}
.step-bar .step {
	display: flex;
	align-items: center;
	color: #6c757d;
	font-weight: 500;
	opacity: 0.5;
}
.step-bar .step.active {
	color: #000;
	opacity: 1;
}
.step-bar .step span {
	width: 28px;
	height: 28px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-right: 8px;
	border: 2px solid currentColor;
}
.card-custom {
	border-radius: 12px;
	padding: 20px;
	margin-bottom: 1.5rem;
}
label {
	font-weight: 500;
}
.option-box {
	border: 1px solid #dee2e6;
	border-radius: 0px;
	padding: 12px 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
	background-color: #fff;
}
.option-box input[type="checkbox"] {
	transform: scale(1.3);
}
.btn-primary {
	background-color: #fa0f5c;
	border: none;
	font-weight: 600;
	padding: 10px 20px;
}
.side-panel {
	background: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
	padding: 20px;
	border: 1px solid #c3c3c3;
	border-radius: 8px;
}
.side-panel h6 {
	font-weight: 600;
	margin-top: 20px;
}
.side-panel .rating {
	background-color: #e9f6ec;
	color: #198754;
	font-weight: 600;
	padding: 3px 8px;
	border-radius: 6px;
	display: inline-block;
}
.car-img {
	width: 100%;
	border-radius: 0px;
}
.icon-text {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-bottom: 6px;
}
.info-box {
	background: #fff;
	border-radius: 6px;
	padding: 10px 15px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	font-size: 0.95rem;
}
.info-box i {
	color: #000;
	margin-right: 8px;
	font-size: 1.2rem;
}
.protection-title {
	font-weight: 700;
	font-size: 1.5rem;
}
.protection-card {
	border: 2px solid #ddd;
	border-radius: 10px;
	transition: 0.3s;
	height: 100%;
	background-color: white;
}
.protection-card:hover {
	border-color: #8fd400;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.protection-card.active {
	background-color: white;
	border-color: #00d4ad;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.protection-header {
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
}
.protection-header i {
	color: #595c52;
	font-size: 2rem;
}
}
.price {
	font-weight: 600;
	font-size: 1.2rem;
	color: #000;
}
.old-price {
	text-decoration: line-through;
	color: #999;
	font-size: 0.9rem;
}
.discount {
	color: #ff6600;
	font-size: 0.9rem;
	font-weight: 500;
}
.no-protection {
	border: 1px dashed #ccc;
	border-radius: 10px;
	padding: 15px;
	margin-top: 20px;
	background-color: #fff8e1;
}
.btn-detail {
	margin-top: 20px;
}
ul {
	list-style: none;
	padding-left: 0;
}
ul li::before {
	color: #8fd400;
	margin-right: 5px;
}
.card {
	border-radius: 10px;
	border: 2px solid transparent;
	transition: all 0.3s ease;
	cursor: pointer;
	position: relative;
}
.card.active {
	border-color: #000;
	box-shadow: 0 0 6px rgba(0,0,0,0.25);
	background-color: #fff;
}
.card input[type="radio"] {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	accent-color: #000;
	cursor: pointer;
}
.card-header {
	background: transparent;
	border-bottom: none;
	font-weight: 700;
	font-size: 1.25rem;
}
.card-price {
	font-size: 1.2rem;
	font-weight: 700;
}
.card small {
	color: #6c757d;
}
.text-red {
	color: #d00;
}
.text-green {
	color: #008000;
}
.strike {
	text-decoration: line-through;
	color: #aaa;
	font-size: 0.9rem;
}
.check {
	color: #198754;
}
.cross {
	color: #aaa;
}
.discount-badge {
	background-color: #fff0e6;
	color: #d35400;
	border-radius: 15px;
	padding: 2px 8px;
	font-size: 0.8rem;
	font-weight: 600;
}
.option-card {
	border-radius: 10px;
	background: #fff;
	padding: 18px 20px;
	margin-bottom: 16px;
	transition: all 0.2s ease-in-out;
	border-color: #000;
}
.option-card:hover {
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.06);
}
.option-title {
	font-weight: 600;
	font-size: 1.05rem;
	display: flex;
	align-items: center;
	gap: 8px;
}
.option-title i {
	color: #000;
	font-size: 1.5rem;
}
.details {
	color: #000;
	text-decoration :underline;
	font-weight: 400;
	cursor: pointer;
	transition: 0.2s;
	font-size: 0.9rem;
}
.details:hover {
	color: #0056b3;
}
/* compteur + - */
    .counter {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f1f3f5;
	border-radius: 50px;
	padding: 4px 5px;
	gap: 10px;
	min-width: 90px;
}
.counter button {
	border: none;
	background: #000;
	color: white;
	font-size: 1.2rem;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	line-height: 1;
	transition: 0.2s;
}
.counter button:hover {
	background: #0056b3;
}
/* Switch moderne */
    .form-switch .form-check-input {
	width: 2.5em;
	height: 1.4em;
	background-color: #d1d1d1;
	cursor: pointer;
}
.form-switch .form-check-input:checked {
	background-color: #007bff;
}
.option-description {
	background: #f8f9fa;
	padding: 10px 14px;
	border-radius: 8px;
	color: #555;
	font-size: 0.9rem;
	margin-top: 8px;
}
.section-subtitle {
	text-align: center;
	color: #777;
	margin-bottom: 40px;
}
.category-tabs {
	margin-bottom: 10px;
}
.search-wrapper .category-tabs .btn {
	color: #000;
	font-weight: 600;
	background-color: transparent;
	border: none;
	margin: 0 10px;
	font-size: 13px
}
.category-tabs .btn {
	color: #000;
	font-weight: 600;
	background-color: transparent;
	border: none;
	margin: 0 10px;
}
.category-tabs .btn.active {
	background-color: #000;
	color: #fff;
	border-radius: 20px;
	padding: 6px 20px;
	font-size: 12px
}
.car-card {
	border: none;
	border-radius: 12px;
	transition: all 0.3s ease;
	text-align: center;
}
.car-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
.car-card img {
	width: 100%;
	max-height: 180px;
	object-fit: contain;
	margin-top: 20px;
}
.car-title {
	font-weight: 700;
	color: #2b2a2e;
	margin-top: 10px;
	font-size: 1.25rem;
}
.car-info {
	display: flex;
	justify-content: center;
	gap: 20px;
	color: #777;
	font-size: 14px;
	margin-top: 10px;
}
.car-details {
	font-size: 13px;
	color: #666;
	margin-top: 15px;
	padding: 0 15px 20px;
}
.how-it-works {
	background-color: #fff;
	border-radius: 8px;
	padding: 30px 20px;
	margin: 60px auto;
}
.how-it-works h3 {
	font-weight: 700;
	color: #0d1b2a;
	margin-bottom: 40px;
}
.step {
	text-align: left;
}
.step .icon {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 18px;
}
.icon-step1, .icon-step2 {
	background-color: #ffd828;
}
.icon-step3 {
	background-color: #d1f0da;
	color: #2e7d32;
	font-size: 20px;
}
.step .steph5,
.step h5 {
	font-weight: 600;
	color: #1b263b;
	font-size: 1.25rem;
}
.step p {
	font-size: 14px;
	color: #555;
	margin-top: 8px;
}
 @media (max-width: 767px) {
.step {
	text-align: center;
}
}
.popular-destinations {
	margin: 60px auto;
}
.popular-destinations h3 {
	font-weight: 700;
	color: #0d1b2a;
}
.popular-destinations p {
	color: #666;
}
.destination-card {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	transition: all 0.3s ease;
	cursor: pointer;
}
.destination-card:hover {
	transform: scale(1.02);
}
.destination-card img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.destination-info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 15px;
	background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));
	color: #fff;
}
.destination-info .h5,
.destination-info h5 {
	font-weight: 600;
	margin-bottom: 3px;
}
.destination-info p {
	font-size: 14px;
	color: #f1f1f1;
	margin: 0;
}
.destination-info i {
	font-size: 1rem;
	margin-left: 5px;
}
/* Bloc newsletter */
    .newsletter-box {
	background-color:#2E2E2E;
	border-radius: 12px;
	padding: 24px 30px;
	height: 100%;
}
.newsletter-box h5 {
	font-weight: 700;
	color: #fff;
}
.newsletter-box p {
	font-size: 15px;
	color: #fff;
	margin-bottom: 20px;
}
.newsletter-box img {
	width: 100%;
	max-width: 200px;
	display: block;
	margin: 0 auto 20px;
}
.form-check-label {
	font-size: 13px;
}
.form-check-label a {
	text-decoration: underline;
	color: #ffd600;
}
.form-control {
	border-radius: 8px;
}
.btn-subscribe {
	background-color: #ffd828;
	color: #000;
	border-radius: 8px;
	padding: 8px 16px;
	font-weight: 500;
}
.btn-subscribe:hover {
	background-color: #ffd600;
}
.newsletter-terms {
	font-size: 13px;
	margin-top: 10px;
}
.newsletter-terms a {
	text-decoration: underline;
	color: #ffd828;
}
.moteur-list .moteur-container{display:none;}
.moteur-list-recap{display: flex;    justify-content: space-between;}
.moteur-edit{cursor:pointer; font-weight:bold}
@media (max-width: 767px) {
	.moteur-list-recap{display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;}
	.moteur-list{padding: 15px !important;}
	.moteur-edit{margin-top: 15px;}
	.step2 .v2-recap{position:fixed; bottom:0;padding: 0;}
	
	.step2 .resa-recap-less .side-panel,
	.step2 .resa-recap-less{padding:0}
	
	.step2  .side-panel > img{display:none}
	
	.step2  .resa-recap-less .list-group-flush,
	.step2  .resa-recap-less .price-detail-header,
	.step2  .resa-recap-less .my-2,
	.step2  .resa-recap-less .reservation-detail,
	.step2  .resa-recap-less .text-muted,
	.step2  .resa-recap-less .fw-semibold,
	.step2  .resa-recap-less .rating,
	.step2  .resa-recap-less .text-uppercase{
		display: none !important;
	}
	
	.step2 .reca-show-detail{
		display: flex !important;
        cursor: pointer;
        padding: 10px 12px;
        gap: 9px;
	}
	
	.step2  .v2-recap .bi-chevron-down:before{
    	transition: transform 0.3s ease-in-out;
	}
	.step2  .resa-recap-less .bi-chevron-down:before{
		transform: rotate(180deg);
	}
	.card-custom ,
	.confirmation {
		padding: 0 !important;
	}
	
	.step2 .reca-next{
		display: block !important;
        float: left;
       	position: absolute;
        bottom: 5px;
        right: 3px;
	}
	.v2-recap .side-panel {
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    padding: 20px;
    border: 0px solid; 
    border-radius: 0px; 
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}
}

.nav-item { padding: 0rem 1.5rem }
.input-group { height: 50px; }
.form-control { height: 50px; }
.float-left {float:left}
.feature-icon { font-size: 2.4rem; color: #fff; }
.star-rating i { color: #f7a600;}
.priceOffer {text-align:right}
.tr1 {font-weight:300; text-transform: uppercase}
.btn-primary {background-color:#1d1d1b !important}
.city-breadcrumb {
display: flex; align-items: center; gap: 8px;
font-size: 13px;
margin-bottom: 16px; flex-wrap: wrap;
}
.city-breadcrumb a { color: black; text-decoration: none; }
.city-breadcrumb a:hover { color: black; }
.city-breadcrumb .bc-sep { opacity: 1; }
.city-breadcrumb .current { color: black; font-weight: 500; }
.city-badge {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(245,158,11,0.22); border: 1px solid rgba(245,158,11,0.4);
  color: #FCD34D; font-size: 11.5px; font-weight: 700;
  padding: 5px 12px; border-radius: 100px; letter-spacing: 0.5px;
  margin-bottom: 14px; text-transform: uppercase;
}
.city-info-section { background: var(--white); padding: 40px 0 30px; }
.city-info-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start;
}
.city-info-title { font-size: 30px; font-weight: 800; color: var(--gray-800); letter-spacing: -0.8px; line-height: 1.25; margin-bottom: 16px; }
.city-info-text { font-size: 15px; color: var(--gray-600); line-height: 1.75; margin-bottom: 12px; }
.city-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 28px; }
.city-stat { background: #fff; border-radius: 16px; padding: 18px 12px; text-align: center; border: 1px solid var(--gray-200); }
.city-stat-val { font-size: 26px; font-weight: 900; color: var(--blue); letter-spacing: -1px; line-height: 1; }
.city-stat-label { font-size: 11px; color: var(--gray-400); margin-top: 4px; font-weight: 500; }
.city-map-box { border-radius: 24px; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.12); background: var(--gray-100); position: relative; aspect-ratio: 4/3; }
.city-map-box iframe { width: 100%; height: 100%; border: none; display: block; }
.city-poi-section { background: var(--gray-50); padding: 64px 0; }
.poi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 36px; }
.poi-card { background: white; border-radius: 20px; overflow: hidden; box-shadow: 0 4px 24px rgba(0,0,0,0.07); border: 1px solid var(--gray-200); transition: transform 0.25s, box-shadow 0.25s; }
.poi-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.13); }
.poi-img { height: 170px; overflow: hidden; position: relative; }
.poi-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s; }
.poi-card:hover .poi-img img { transform: scale(1.06); }
.poi-tag { position: absolute; top: 12px; left: 12px; background: rgba(8,16,60,0.82); backdrop-filter: blur(8px); color: white; font-size: 10px; font-weight: 700; padding: 4px 10px; border-radius: 100px; letter-spacing: 0.5px; }
.poi-body { padding: 18px 20px 20px; }
.poi-name { font-size: 16px; font-weight: 700; color: var(--gray-800); margin-bottom: 6px; }
.poi-desc { font-size: 13px; color: var(--gray-600); line-height: 1.6; }
.poi-dist { display: flex; align-items: center; gap: 5px; font-size: 12px; color: var(--blue); font-weight: 600; margin-top: 10px; }
.city-rates-section { padding: 20px 0; }
.rates-table { width: 100%; border-collapse: collapse; margin-top: 32px; border-radius: 20px; overflow: hidden; box-shadow: 0 4px 24px rgba(0,0,0,0.07); }
.rates-table th { background: #000; color: white; padding: 14px 20px; text-align: left; font-size: 12px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; }
.rates-table td { padding: 14px 20px; font-size: 14px; color: var(--gray-700); border-bottom: 1px solid var(--gray-100); background: white; }
.rates-table tr:last-child td { border-bottom: none; }
.rates-table tr:hover td { background: var(--gray-50); }
.rate-price { font-weight: 700; color: var(--blue); font-size: 16px; }
.rate-dur { color: var(--gray-400); font-size: 12px; }
.rate-book-btn { background: var(--gold); color: var(--gray-800); border: none; cursor: pointer; padding: 7px 16px; border-radius: 100px; font-size: 12px; font-weight: 700; font-family: 'Roboto', sans-serif; transition: background 0.2s; }
.rate-book-btn:hover { background: #D97706; }
.city-faq { padding: 64px 0; background: var(--gray-50); }
.city-faq-list { margin-top: 32px; display: flex; flex-direction: column; gap: 12px; }
.cfaq-item { background: white; border-radius: 16px; overflow: hidden; border: 1px solid var(--gray-200); cursor: pointer; }
.cfaq-q { display: flex; align-items: center; justify-content: space-between; padding: 18px 22px; font-size: 15px; font-weight: 600; color: var(--gray-800); gap: 12px; }
.cfaq-q svg { flex-shrink: 0; transition: transform 0.25s; color: var(--blue); }
.cfaq-item.open .cfaq-q svg { transform: rotate(180deg); }
.cfaq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.cfaq-item.open .cfaq-a { max-height: 400px; }
.cfaq-a-inner { padding: 0 22px 20px; font-size: 14px; color: var(--gray-600); line-height: 1.75; }
@media (max-width: 768px) {
  .city-info-grid { grid-template-columns: 1fr; gap: 28px; }
  .poi-grid { grid-template-columns: 1fr; }
  .city-stats { grid-template-columns: repeat(3,1fr); }
  .rates-table th, .rates-table td { padding: 12px 12px; font-size: 13px; }
  .step .icon {margin:auto;}
}
	
body {

  font-family: "Inter", Arial, sans-serif; background-color: #eaeaea;;
}
.step-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.step-bar .step {
  display: flex;
  align-items: center;
  color: #6c757d;
  font-weight: 500;
	opacity: 0.5;
}
.step-bar .step.active {
  color: #000;
	opacity: 1;

}
.step-bar .step span {
  width: 28px;
  height: 28px;

  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  border: 2px solid currentColor;
}
.card-custom {

border-radius: 12px;

padding: 20px;
margin-bottom: 1.5rem;
}
label {
  font-weight: 500;
}
.option-box {
  border: 1px solid #dee2e6;
  border-radius: 0px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  background-color: #fff;
}
.option-box input[type="checkbox"] {
  transform: scale(1.3);
}
.btn-primary {
  background-color: #fa0f5c;
  border: none;
  font-weight: 600;
  padding: 10px 20px;
}
.side-panel {
 background: #fff;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
padding: 20px;
border: 1px solid #c3c3c3;
border-radius: 8px;
}
.side-panel h6 {
  font-weight: 600;
  margin-top: 20px;
}
.side-panel .rating {
  background-color: #e9f6ec;
  color: #198754;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 6px;
  display: inline-block;
}
.car-img {
  width: 100%;
  border-radius: 0px;
}
.icon-text {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 6px;
}
	  .info-box {
  background: #fff;
  border-radius: 6px;
  padding: 10px 15px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  font-size: 0.95rem;
}
.info-box i {
  color: #000;
  margin-right: 8px;
  font-size: 1.2rem;
}
.protection-title {
  font-weight: 700;
  font-size: 1.5rem;
}
.protection-card {
  border: 2px solid #ddd;
  border-radius: 10px;
  transition: 0.3s;
  height: 100%;
  background-color: white;
}
.protection-card:hover {
  border-color: #8fd400;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);

}
.protection-card.active {
	background-color: white;
	border-color: #00d4ad;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.protection-header {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.protection-header i {
	color: #595c52;
	font-size: 2rem;
}
}
.price {
  font-weight: 600;
  font-size: 1.2rem;
  color: #000;
}
.old-price {
  text-decoration: line-through;
  color: #999;
  font-size: 0.9rem;
}
.discount {
  color: #ff6600;
  font-size: 0.9rem;
  font-weight: 500;
}
.no-protection {
  border: 1px dashed #ccc;
  border-radius: 10px;
  padding: 15px;
  margin-top: 20px;
  background-color: #fff8e1;
}
.btn-detail {
  margin-top: 20px;
}
ul {
  list-style: none;
  padding-left: 0;
}
ul li::before {

  color: #8fd400;
  margin-right: 5px;
}
.card {
  border-radius: 10px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
.card.active {
  border-color: #000;
  box-shadow: 0 0 6px rgba(0,0,0,0.25);
  background-color: #fff;
}
.card input[type="radio"] {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  accent-color: #000;
  cursor: pointer;
}
.card-header {
  background: transparent;
  border-bottom: none;
  font-weight: 700;
  font-size: 1.25rem;
}
.card-price {
  font-size: 1.2rem;
  font-weight: 700;
}
.card small {
  color: #6c757d;
}
.text-red { color: #d00; }
.text-green { color: #008000; }
.strike {
  text-decoration: line-through;
  color: #aaa;
  font-size: 0.9rem;
}
.check { color: #198754; }
.cross { color: #aaa; }
.discount-badge {
  background-color: #fff0e6;
  color: #d35400;
  border-radius: 15px;
  padding: 2px 8px;
  font-size: 0.8rem;
  font-weight: 600;
}
		  .option-card {

  border-radius: 10px;
  background: #fff;
  padding: 18px 20px;
  margin-bottom: 16px;
  transition: all 0.2s ease-in-out;
  border-color: #000;
}
.option-card:hover {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.06);
}
.option-title {
  font-weight: 600;
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  gap: 8px;
}
.option-title i {
  color: #000;
  font-size: 1.5rem;
}
.details {
  color: #000;
  text-decoration :underline;
  font-weight: 400;
  cursor: pointer;
  transition: 0.2s;
	font-size: 0.9rem;
}
.details:hover {
  color: #0056b3;
}
/* compteur + - */
.counter {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f3f5;
  border-radius: 50px;
  padding: 4px 5px;
  gap: 10px;
  min-width: 90px;
}
.counter button {
  border: none;
  background: #000;
  color: white;
  font-size: 1.2rem;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  line-height: 1;
  transition: 0.2s;
}
.counter button:hover {
  background: #0056b3;
}
/* Switch moderne */
.form-switch .form-check-input {
  width: 2.5em;
  height: 1.4em;
  background-color: #d1d1d1;
  cursor: pointer;
}
.form-switch .form-check-input:checked {
  background-color: #007bff;
}
.option-description {
  background: #f8f9fa;
  padding: 10px 14px;
  border-radius: 8px;
  color: #555;
  font-size: 0.9rem;
  margin-top: 8px;
}

.sec-eye {
font-size: 11px; font-weight: 700; letter-spacing: 2px;
text-transform: uppercase; color: var(--blue-light); margin-bottom: 8px;
}
.sec-title {
  font-size: clamp(24px, 3vw, 36px); font-weight: 600;
  color: var(--gray-800); letter-spacing: -0.5px; line-height: 1.15;
}


/******************************************************/
/*********************** MOTEUR ***********************/
/******************************************************/
#lieuDepart,
#lieuArrivee{
	border-radius:0px 8px 8px 0px;
}

.btn-moteur-hide{display:none !important;}
.moteur-dt-ret-hide{display:none !important;}
.moteur-label-pass{display:none;}
.moteur-show{display:none;}


input::-webkit-inner-spin-button,
input::-webkit-calendar-picker-indicator {
	display: none;
	-webkit-appearance: none;
}

#div-remise{
	display:none;
}
#div-remise.div-remise-acti{
	display:block !important;
}

.body-article .div-moteur{
	border-radius: 20px  !important;
}
.body-article h1{
	font-size:26px;
}
.body-article h2{
	font-size:22px;
}
.body-article h3{
	font-size:18px;
}


.vis-hid{
	visibility: hidden;
	width: 0;

	padding: 0;
	margin: 0;
	border: 0;
}

.dv-date{
	height: 50px;
	display: flex;
	align-items: center;
	padding: 0;
	background: white;
	border: var(--bs-border-width) solid var(--bs-border-color);
	justify-content: space-between;
	cursor: pointer;
	position: relative;
	border-radius: 0px 8px 8px 0px;
}

.dv-time{
	width: 80px;
	text-align: center;
	border-left: 1px solid #b9b9b9;
}
.dv-time-list{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 250px;
	background: white;
	padding: 5px;
	border-radius: 8px;
	border: var(--bs-border-width) solid var(--bs-border-color);
	position: absolute;
	margin-top: 12px;
	gap: 5px;
	justify-content: space-around;
	z-index: 9999;
	right:0;
}
.dv-time-list-hide{
	display: none;
}
.dv-time-list span{
	background-color: #e7f4ff;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	border-radius: 8px;
	padding: 3px 8px;
	font-size: 14px;
}
.time-btn-default{
	font-weight: bold;
}
#dv-time-show-Restitution,
#dv-dateRestitution-dt,
#dv-time-show-prise,
#dv-datePrise-dt{
	padding: 12px .75rem;
}
.lightpick__day.is-today{
	background: none !important;
}

#dv-dateRestitution-dt,
#dv-datePrise-dt{
	flex-grow: 1;
}
.lightpick__day.is-available{
	cursor:pointer;
}
#btn-type-ar-0,#btn-type-ar-1{
	transition:none;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
	#moteur-btn-1{display:none !important;}
	#moteur-btn-2{display:grid !important;}
	.moteur-label-pass{display:block;}
	.container-header{align-items: center !important;}
	.header-slo{display:none;}
	.header-logo{margin:auto !important;}
	.moteur-cont{padding: 0 15px;overflow: hidden;}
	.home-title{padding: 0 15px;}

	.moteur-show{
		display:block;
		text-align: center;
		margin-top: 11px;
		margin-top: 11px;
		font-weight: 600;
		color: black;
		cursor:pointer;
	}
	.div-moteur{
		transition: margin-top 0.3s ease-out;
	}
	.moteur-list-hide .div-moteur{
		margin-top: -600px;
		padding-bottom: 14px !important;
	}
	.moteur-list-hide.moteur-list-hide-2 .div-moteur{
		margin-top: -690px;
	}
	.search-wrapper .category-tabs .btn{
		margin: 0 !important;
	}
}

.passenger-selector {
	width: 100%;
}
.passenger-selector .form-control {
	border-radius: 8px;
}
.passenger-dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	border-radius: 8px;
	padding: 12px;
	margin-top: 6px;
	z-index: 999;
}
.row-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 0;
}
.row-item small {
	color: #888;
}
.counter {
	display: flex;
	align-items: center;
	gap: 10px;
}
.counter button {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid #ddd;
	background: #73333;
	font-size: 18px;
}
.chevron {
	font-size: 14px;
}