:root {
    --main-color: #ea580c;
    --white-color: #ffffff;
    --black-color: #214373;
    --paragraph-color: #818090;
    --bg-color: #F3F6FD;
    --transition: .3s all ease-in-out;
    --primary-light-blue: #acd8f3;
}

.section_padding_top {
    padding: 40px 0 0 0;
}

.section_padding {
    padding: 20px 0;
    background: #f2f1f0;
}

.section_heading_center h2 {
    position: relative;
    padding-bottom: 15px;
    font-size: 14px;
    color: #d2ab17;
    font-family: Poppins, sans-serif;
}

.section_heading_center h2:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background: var(--main-color);
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.section_heading_center h5 {
    font-size: 15.75px;
    color: #4a5565;
}

#theme_search_form {
    margin-top: -40px;
    z-index: 2;
}

.theme_search_form_area_city {
    box-shadow: -4px -5px 14px rgb(0 0 0 / 8%), 5px 8px 16px rgb(0 0 0 / 8%);
    border-radius: 10px;
    padding: 20px 20px;
    position: relative;
}

.img_city {
    width: 100%;
    height: 349px;
    border-radius: 10px;
}

.theme_search_form_area {
    background: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border-radius: 18px;
    padding: 6px 13px 13px 13px;
    position: relative;
    border: 1px solid #EBE6DE;
}

.theme_search_form_tabbtn .nav-tabs .nav-item.show .nav-link,
.theme_search_form_tabbtn .nav-tabs .nav-link.active {
    color: #0a0a0a;
    background-color: #ffffff00;
    border: none;
    border-bottom: 2px solid var(--main-color);
    border-radius: 0;
}

.theme_search_form_tabbtn .nav-tabs .nav-link {
    margin-bottom: 0;
    color: #0a0a0a;
    border-radius: 6px;
    border: 0px solid var(--main-color);
    text-transform: initial;
    font-weight: 400;
    letter-spacing: .06em;
}

.flight_Search_boxed {
    background: #ffffff !important;
    position: relative;
    padding: 10px 0 5px 4px;
    transition: all .3s;
    height: 62px;
    border-radius: 13px;
    margin: 0 3px;
    border: 1px solid #EBE6DE;
}

.flight_Search_boxed p {
    font-size: 14px;
    color: #737373;
    display: inline-block;
    padding-left: 10px;
}

.flight_Search_boxed input {
    font-size: 15px;
    width: 100%;
    border: none;
    background: transparent;
    font-weight: 500;
    height: 26px;
    padding: 0px 0px 0px 45px;
    color: #373737;
}

.dropdown_passenger_area button {
    border: none;
    background: transparent;
    padding: 0px 0px 0px 33px;
    font-size: 15px;
    font-weight: 500;
    height: 26px;
    color: #373737;
}

.boxed_passenger, .modal-body .dropdown_passenger_area button {
    padding: 0px 0px 0px 10px !important;
}

.Journey_date {
    width: 100%;
}

.theme_common_box_two {
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #d2d2d275;
    transition: var(--transition);
    margin-bottom: 30px;
}

.theme_two_box_img img {
    width: 100%;
    height: 200px;
}

.theme_two_box_content h3 {
    font-weight: 500;
    color: #4fbae8;
}

.offer_area_box {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 16px;
}

.offer_area_box img {
    width: 100%;
    height: 360px;
}

.offer_area_box .offer_area_content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 27px;
    z-index: 999;
}

#footer_area {
    padding: 40px 0 20px 0;
    background: #111827;
    color: #fff;
}

.footer_heading_area h5 {
    border-bottom: 0 solid #d2ab17;
    display: inline-flex;
    padding-bottom: 5px;
    font-weight: 400;
    font-size: 18px;
}

.footer_link_area ul li {
    padding-bottom: 15px;
    color: #ffffffb3;
}

.footer_link_area ul li a {
    color: #ffffffb3;
    font-size: 14px;
    font-weight: 400;
    transition: var(--transition);
}

.footer_link_area ul li a:hover {
    color: #f97316;
}

.copyright_left p {
    color: #99a1af;
    font-size: 12px;
    font-weight: 500;
}

.copyright_left p span a {
    color: #99a1af;
    font-size: 12px;
    font-weight: 500;
}

.copyright_footer {
    border-top: 1px solid #364153;
}

.flight_search_right {
    background: #F3F6FD;
    padding: 25px 16px 20px 25px;
}

.topbar-area {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 0px solid #63616121;
    background-color: #00033a;
    padding-right: 10px;
}

.topbar-list li a {
    color: var(--white-color);
}

.topbar-list li i {
    color: var(--white-color);
    padding-left: 5px;
}

.topbar-others-options li {
    margin-right: 11px !important;
}

.topbar-others-options li a {
    color: var(--white-color);
    font-size: 14px;
    font-weight: 400;
}

.topbar-others-options li a:hover {
    color: #fff !important;
}

.topbar-others-options li .language-option {
    padding: 0px 10px 0px 0px;
    position: relative;
    top: 0px;

}

.topbar-others-options li .language-option button {
    padding: 0;
    background-color: transparent;
    border: none;
    color: var(--white-color);
    font-size: 14px;
    font-weight: 400;
    padding-right: 15px;
}

.topbar-others-options li .language-option button:hover {
    color: #fff;
}

.topbar-others-options li .language-option button::before {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
}

.main-navbar {
    padding: 4px 0;
    position: relative;
    border-top: 0 solid #ffffff9e;
    background: #fff;
}

.main-navbar .navbar .navbar-nav .nav-item a {
    color: #555;
    font-size: 16px;
    font-weight: 500;
    padding: 23px 0 5px 0;
    transition: var(--transition);
    font-family: 'Poppins', sans-serif;
}

.main-navbar .navbar .navbar-nav .nav-item a:hover {
    color: #f97316;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
    padding: 0;
    display: inline-block;
    color: var(--navber-color);
    font-size: 14px;
    font-weight: 500;
    position: relative;
}

.main-navbar .navbar ul {
    padding-left: 20px;
    list-style-type: none;
    margin-bottom: 0;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
    top: 60px;
}

.navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    background: #fff !important;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-transition: .6s;
    transition: .6s;
}

.mean-menu {
    justify-content: flex-end;
}

.language-option {
    text-transform: uppercase;
    font-size: 14px;
}

.language-option:hover {
    color: #212529;
}

.others-options li {
    list-style: none;
}

.btn_save {
    color: var(--white-color);
    background-color: var(--main-color);
    transition: var(--transition);
    height: auto;
    width: 100%;
    position: relative;
    border-radius: 13px;
    display: inline-block;
    font-weight: 400;
    font-size: 17px;
}

.flight_search_right span {
    font-size: 26px;
    font-weight: 500;
}

.topbar-login {
    color: #fff;
}

.btn_cart {
    color: #fff;
    background: #00033a;
    border: 0px solid #00033a;
    padding: 0;
    transition: var(--transition);
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 0;
    font-size: 14px;
}

.number_cart {
    position: absolute;
    top: 0px;
    right: -14px;
    width: 17px;
    height: 17px;
    text-align: center;
    line-height: 17px;
    font-size: 9px;
    display: block;
    background-color: transparent;
    color: #fff;
    border-radius: 50%;
}

.btn-newsletter {
    background: #4fbae8;
}

.block-box {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -4px rgb(0 0 0 / 10%);
    border-radius: 14px;
    border-top: 7px solid #b89312;
}

.block-box-center {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -4px rgb(0 0 0 / 10%);
    border-radius: 14px;
    border-top: 7px solid #001a4d;
}

.block-icon-center {
    background: #001a4d;
    padding: 23px 16px;
    border-radius: 40px;
}

.block-icon {
    background: #b89312;
    padding: 23px 16px;
    border-radius: 40px;
}

.block-title {
    font-size: 15.75px;
    color: #00033a;
}

.block-sub-title {
    font-size: 14px;
    color: #1e2939;
}

.sub-title {
    font-size: 12.25px;
    color: #6a7282;
}

.img-svg {
    color: #b89312;
}

.form-control:focus {
    color: #000;
}

.hotel-datepicker .react-datepicker__day--in-range,
.hotelForm-datepicker .react-datepicker__day--in-range,
.flight-datepicker .react-datepicker__day--in-range {
    background-color: var(--primary-light-blue) !important;
    color: white !important;
    margin: 0 !important;
}

.hotel-datepicker .react-datepicker__day--in-range::before,
.hotelForm-datepicker .react-datepicker__day--in-range::before,
.flight-datepicker .react-datepicker__day--in-range::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--primary-light-blue);
    z-index: -1;
}

/* En-têtes des calendriers */
.hotel-datepicker .hotel-vertical-calendar .react-datepicker__header,
.hotelForm-datepicker .hotel-vertical-calendar .react-datepicker__header,
.flight-datepicker .hotel-vertical-calendar .react-datepicker__header {
    background: var(--primary-light-blue);
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
}

/* Fin de plage */
.hotel-datepicker .react-datepicker__day--range-end,
.hotelForm-datepicker .react-datepicker__day--range-end,
.flight-datepicker .react-datepicker__day--range-end {
    background-color: #005591 !important;
    border-radius: 0 50% 50% 0 !important;
}

/* Début de plage */
.hotel-datepicker .react-datepicker__day--range-start,
.hotelForm-datepicker .react-datepicker__day--range-start,
.flight-datepicker .react-datepicker__day--range-start {
    background-color: #005591 !important;
    border-radius: 50% 0 0 50% !important;
}

/* Jour sélectionné */
.hotel-datepicker .react-datepicker__day--selected,
.hotel-datepicker .hotel-vertical-calendar .react-datepicker__day--selected,
.hotelForm-datepicker .react-datepicker__day--selected,
.hotelForm-datepicker .hotel-vertical-calendar .react-datepicker__day--selected,
.flight-datepicker .react-datepicker__day--selected,
.flight-datepicker .flight-vertical-calendar .react-datepicker__day--selected {
    background-color: var(--primary-light-blue) !important;
}

/* Hover sur plage */
.hotel-datepicker .react-datepicker__day--in-range:hover,
.hotel-datepicker .hotel-vertical-calendar .react-datepicker__day--in-range:hover,
.hotelForm-datepicker .react-datepicker__day--in-range:hover,
.hotelForm-datepicker .hotel-vertical-calendar .react-datepicker__day--in-range:hover,
.flight-datepicker .react-datepicker__day--in-range:hover,
.flight-datepicker .flight-vertical-calendar .react-datepicker__day--in-range:hover {
    background-color: var(--primary-light-blue) !important;
}

.hotelForm-datepicker .react-datepicker__day-names,
.hotelForm-datepicker .react-datepicker__week {
    display: grid !important;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
}

.hotelForm-datepicker .react-datepicker__day {
    width: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
    box-sizing: border-box;
    position: relative;
}

.hotelForm-datepicker .react-datepicker,
.hotelForm-datepicker .react-datepicker__month-container {
    overflow: hidden;
}

.hotelForm-datepicker .datepicker-input {
    width: 100% !important;
    min-width: 200px;
    padding: 8px;
    box-sizing: border-box;
}

.hotelForm-datepicker .react-datepicker__month-container {
    display: inline-block;
    vertical-align: top;
}

.hotelForm-datepicker .hotel-vertical-calendar .react-datepicker__month-container {
    display: block;
    width: 100% !important;
    margin-bottom: 20px;
    background: white;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.hotelForm-datepicker .hotel-vertical-calendar {
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    width: 100% !important;
    max-width: 420px;
    margin: 0 auto;
}

.hotelForm-datepicker .hotel-vertical-calendar .react-datepicker__day-names {
    display: grid !important;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
}

.hotelForm-datepicker .hotel-vertical-calendar .react-datepicker__header {
    background: #4FBAE8;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
}

.hotel-datepicker .datepicker-input {
    padding: 0px 0px 0px 31px;
}

.react-datepicker-wrapper {
    width: 100% !important;
}

.date_flex_area {
    display: flex !important;
}

.flight-box {
    width: 240px;
}

/*COMPOSANTS FLIGHT*/
/* ===== CARD ===== */
.flight-offer-card {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e8edf5;
    margin-bottom: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* ===== ITINERAIRES ===== */
.flight-offer-itineraries {
    padding: 16px 20px 0;
}

.flight-offer-itinerary {
    padding-bottom: 12px;
}

.flight-offer-itinerary-sep {
    border: none;
    border-top: 1px dashed #dde3f5;
    margin: 12px 0;
}

/* ===== BADGES ===== */
.flight-offer-badges {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.badge-seats,
.badge-baggage,
.badge-nonrefund {
    font-size: 11px;
    font-weight: 500;
    padding: 3px 10px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
}

.badge-seats {
    background: #fff3e0;
    color: #e65100;
    border: 1px solid #ffcc80;
}

.badge-baggage--yes {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #a5d6a7;
}

.badge-baggage--no {
    background: #fce4ec;
    color: #c62828;
    border: 1px solid #ef9a9a;
}

.badge-nonrefund {
    background: #fce4ec;
    color: #c62828;
    border: 1px solid #ef9a9a;
}

/* ===== LIGNE DE VOL ===== */
.flight-offer-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* endpoint départ/arrivée */
.flight-offer-endpoint {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 130px;
}

.flight-offer-endpoint--right {
    justify-content: flex-end;
}

.flight-offer-logo {
    width: 40px;
    height: 40px;
    object-fit: contain;
    border-radius: 6px;
    border: 1px solid #eee;
    padding: 2px;
    flex-shrink: 0;
}

.flight-offer-time-block {
    display: flex;
    flex-direction: column;
}

.flight-offer-time {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.1;
}

.flight-offer-iata {
    font-size: 12px;
    font-weight: 600;
    color: #1a3a8f;
    margin-top: 2px;
}

.flight-offer-airport {
    font-size: 10px;
    color: #888;
    max-width: 110px;
    line-height: 1.3;
}

/* milieu */
.flight-offer-middle {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    min-width: 80px;
}

.flight-offer-duration {
    font-size: 11px;
    color: #555;
    font-weight: 500;
}

.flight-offer-line {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 0;
}

.flight-offer-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1a3a8f;
    flex-shrink: 0;
}

.flight-offer-dash {
    flex: 1;
    height: 1px;
    background: #c8d0e0;
}

.flight-offer-plane-icon {
    font-size: 13px;
    color: #1a3a8f;
    margin: 0 4px;
}

.flight-offer-stops {
    font-size: 11px;
    color: #888;
}

/* col fare + show more */
.flight-offer-fare-col {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
    margin-left: auto;
    flex-shrink: 0;
}

.flight-offer-fare-tag {
    font-size: 11px;
    background: #e8edf8;
    color: #1a3a8f;
    border-radius: 5px;
    padding: 2px 8px;
    font-weight: 500;
}

.flight-offer-showmore {
    font-size: 11px;
    color: #1a3a8f;
    cursor: pointer;
    font-weight: 500;
    white-space: nowrap;
}

.flight-offer-showmore:hover {
    text-decoration: underline;
}

/* ===== COLLAPSE DÉTAILS ===== */
.flight-offer-segment-label {
    font-size: 12px;
    font-weight: 700;
    color: #1a3a8f;
    background: #e8edf8;
    padding: 6px 14px;
    border-radius: 6px;
    margin: 10px 0 8px;
    display: inline-block;
}

.flight-offer-layover {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 6px 0;
}

.flight-offer-layover-line {
    flex: 1;
    border: none;
    border-top: 1px solid #ddd;
}

.flight-offer-layover-badge {
    font-size: 11px;
    padding: 3px 12px;
    border: 1px solid #1a3a8f;
    background: #f0f4fb;
    border-radius: 5px;
    color: #1a3a8f;
    white-space: nowrap;
    flex-shrink: 0;
}

/* ===== PRIX + BOUTON ===== */
.flight-offer-price-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    border-top: 1px solid #eef1f8;
    background: #fafbff;
    margin-top: 4px;
}

.flight-offer-price {
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.flight-offer-amount {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1;
}

.flight-offer-currency {
    font-size: 13px;
    font-weight: 600;
    color: #555;
    margin-left: 3px;
}

.flight-offer-book-btn {
    background: #1a3a8f;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 10px 28px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.flight-offer-book-btn:hover {
    background: #152d70;
}

.details-show-more {
    margin: 16px 0 0 0px !important;
}

.img-svg-item {
    background: #d2ab17;
    padding: 16px 13px;
    border-radius: 40px;
}

.vols-card {
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background-color: #fff;
    height: 100%;
}

.vols-card:hover {
    box-shadow: 0 9px 16px rgba(0, 0, 0, 0.1);
}

.vols-header {
    background-color: #b89312;
    text-align: center;
    padding: 2rem 1rem;
    color: #fff;
}

.vols-header-center {
    background-color: #0e0c3b;
    text-align: center;
    padding: 2rem;
    color: #fff;
}

.img-svg-vol {
    padding: 16px 13px;
    border-radius: 40px;
    backdrop-filter: blur(8px);
    background-color: color-mix(in oklab, #fff 20%, transparent);
}

.vols-title {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 9px;
}

.vols-subtitle {
    font-size: 12.25px;
    color: #fff;
    line-height: 1.2rem;
}

.color-svg {
    color: #d2ab17;
}

.vols-body {
    padding: 1.5rem;
}

.vols-list {
    margin-bottom: 1rem;
}

.vols-list li {
    position: relative;
    padding-left: 1rem;
    margin-bottom: 0.1rem;
    color: #4a5565;
    font-size: 12.25px;
}

.vols-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #d2ab17;
    font-size: 1.3rem;
    line-height: 1;
}

.vols-badge {
    background-color: #f6f3f4;
    color: #364153;
    padding: 3.5px 10.5px;
    border-radius: 20px;
    font-size: 10.5px;
    display: inline-block;
}

.vols-label {
    font-weight: 400;
    color: #6a7282;
    font-size: 12.25px;
    border-top: 1px solid #f6f3f4;
    padding-top: 10px;
}

.vols-btn {
    width: 100%;
    background-color: #b89312;
    color: #fff;
    font-weight: 500;
    font-size: 12.25px;
    border: none;
    border-radius: 10px;
    padding: 7px 14px;
    transition: 0.3s;
    text-align: center;
    margin-top: 10px;
}

.vols-btn:hover {
    background-color: #9a7a10;
    color: #fff;
}

.heading-custom {
    background: linear-gradient(
            to right,
            #00033a 0%,
            #00033a 50%,
            #ffffff 95%,
            #ffffff 100%
    );
    color: #0229a2 !important;
    border: none;
    padding: 3px;
    border-radius: 5px 5px 5px 5px;
}

.btn-custom {
    background-color: #0229a2;
    color: white !important;
    border: none;
    width: auto !important;
    font-size: 14px;
}

.btn-custom-full-width {
    background-color: #0229a2;
    color: white !important;
    border: none;
    width: 100% !important;
}

.search-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: end;
    padding: 2px;
}

.btn_search_flight {
    background-color: #0229a2;
    color: white;
    border: none;
    font-weight: 600;
    padding: 1.4rem 2rem;
    border-radius: 10px;
    font-size: 11px;
}

.dropdown-flight_categories_search {
    background-color: #d4af37;
    border: none;
    color: white;
    font-weight: 400;
    border-radius: 8px;
    font-size: 14px;
}

.dropdown-menu-flight_categories {
    font-size: 14px;
}

.check-label-flight {
    color: #fff;
    font-size: 12.25px;
}

.check-label-flight-mobile {
    color: #000000;
    font-size: 12.25px;
}

.default-customer a {
    color: #212529;
}

.btn-flight-book {
    background-color: #0229a2;
    color: white !important;
    border: none;
    width: 100% !important;
}

.footer-description {
    color: #ffffffb3;
}

.badge-destination {
    background: #ffedd5;
    color: #c2410c;
    padding: 13px 22px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
}

.badge-services {
    background: #dbeafe;
    color: #1d4ed8;
    padding: 13px 22px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    color: #111827;
}

.section-subtitle {
    color: #4b5563;
    margin-top: 10px;
    font-size: 16px;
}

.destinations-section {
    background-color: #ffffff;
}

.destination-card {
    position: relative;
    height: 100%;
    min-height: 260px;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    transform: translateZ(0);
    transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
}

.destination-card:hover {
    transform: scale(1.07);
}

.destination-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
            to top,
            rgba(0, 0, 0, 0.7),
            rgba(0, 0, 0, 0.15),
            transparent
    );
}

.destination-content {
    padding: 10px;
    background-color: rgba(255, 255, 255, .75);
    font-weight: 700;
    font-size: 22px;
    width: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
}

.destination-content h4 {
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1;
    color: #000;
}

.destination-content p {
    font-size: 14px;
    opacity: 0.85;
    margin-bottom: 10px;
}

.destination-content a {
    color: #fff;
}

/*********************FIN CARD FLIGHT *****************************/
.res-sociaux-paiement {
    border-top: 1px solid #ffffff1a;
    margin-top: 2%;
    padding-top: 1%;
}

.icon-blue {
    color: #2563eb;
}

.icon-green {
    color: #16a34a;
}

.icon-orange {
    color: #f97316;
}

.icon-purple {
    color: #9333ea;
}

.icon-cyan {
    color: #0891b2;
}

.service-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    transition: 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    height: 100%;
    border: 1px solid #EBE6DE;
    text-align: center;
}

.service-card-badge {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border: 1px solid #f97316;
    position: relative;
}

.service-badge {
    position: absolute;
    background: #f97316;
    top: -16px;
    border-radius: 22px;
    right: 31px;
    color: #fff;
    padding: 4px 10px;
}

.icon-box {
    border-radius: 12px;
    font-size: 24px;
    margin-bottom: 20px;
}

.icon-1 {
    background-color: #fff7ed;
}

.icon-2 {
    background-color: #faf5ff;
}

.icon-3 {
    background-color: #eff6ff;
}

.icon-4 {
    background-color: #ecfeff;
}

.icon-5 {
    background-color: #ecfdf5;
}

.icon-6 {
    background-color: #fdf2f8;
}

.service-title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 8px;
}

.service-text {
    color: #6c757d;
    font-size: 14px;
}

.hero-section {
    background: #0229a2;
    padding: 40px;
    color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.badge-pro {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 15px;
    border-radius: 30px;
    font-size: 14px;
    margin-bottom: 20px;
    color: #fb923c;
}

.hero-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero-text {
    color: #dbeafee6;
    font-size: 16px;
    margin-bottom: 24px;
}

.check-list {
    list-style: none;
    padding: 0;
}

.check-list li {
    margin-bottom: 12px;
    font-size: 16px;
}

.check-list i {
    color: #ff7a21;
}

.btn-b2b {
    background: #f97316;
    color: #fff;
    padding: 14px 28px;
    border-radius: 12px;
    font-weight: 600;
    box-shadow: 0 8px 20px rgba(255, 122, 33, 0.3);
    transition: 0.3s;
}

.btn-b2b:hover {
    background: #e96c14;
    color: #fff;
}

.section-why {
    padding: 80px 0;
    text-align: center;
}

.badge-title {
    display: inline-block;
    background: #dcfce7;
    color: #15803d;
    padding: 8px 18px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 20px;
}

.feature-pill {
    display: inline-flex;
    align-items: center;
    background: #f9fafb;
    padding: 12px 20px;
    border-radius: 40px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin: 8px;
    font-size: 16px;
    border: 1px solid #EBE6DE;
    color: #1f2937;
}

.feature-pill i {
    margin-right: 8px;
    font-size: 26px;
}

.btn-agence {
    color: #4b5563;
    padding: 8px 18px;
    background: #f9fafb;
    border-radius: 40px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin: 8px;
    font-size: 16px;
    border: 1px solid #EBE6DE;
    display: flex;
}

.info-box {
    text-align: left;
    padding: 32px;
    border-radius: 25px;
    height: 100%;
    background: #fff;
    border: 1px solid #EBE6DE;
}

.info-box h4 {
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.75rem;
    font-size: 20px;
}

.info-box p {
    color: #555;
    line-height: 1.8;
    font-size: 15px;
}

.info-box p a {
    color: #000;
}

.section-title1 {
    font-size: 36px;
}

.section-title1 small {
    color: #f97316;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

.section-title1 h2 {
    font-weight: 700;
    font-size: 36px;
    color: #111827;
}

.btn-outline-custom {
    border: 1px solid #ddd;
    border-radius: 13px;
    padding: 8px 20px;
    font-size: 14px;
}

.btn-outline-custom:hover {
    color: #212529;
}

.hotel-card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #EBE6DE;
}

.hotel-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.hotel-img {
    height: 200px;
    object-fit: cover;
}

.promo-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #ff3b3b;
    color: #fff;
    padding: 5px 12px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
}

.stars i {
    color: #ffc107;
    font-size: 14px;
}

.hotel-name {
    font-weight: 600;
    margin-bottom: 5px;
    color: #111827;
}

.location {
    color: #6c757d;
    font-size: 14px;
}

.price-hotel {
    font-size: 22px;
    font-weight: 700;
    color: #ff6a00;
}

.per-night {
    font-size: 14px;
    color: #6c757d;
}

.btn-cnx {
    border: 2px solid #0229a2;
    color: #fff;
    border-radius: 12px;
    padding: 7px 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
    background: #0229a2;
}

.btn-cnx:hover {
    border: 2px solid #f97316;
    background: #f97316;
    color: #fff;
    text-decoration: none;
}

.lang-switch {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
}

.faq-section .card-header {
    background-color: #f8f9fa;
    border-bottom: none;
}

.faq-section .btn-link {
    color: #333;
    font-weight: 600;
    text-decoration: none;
}

.faq-section .btn-link:hover,
.faq-section .btn-link:focus {
    text-decoration: none;
}

.faq-section .card {
    border: 1px solid #EBE6DE;
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.faq-section .card-body {
    padding: 1.25rem;
}

.hotel_content_bottom_wrapper .hotel_content_bottom_right .hotelcard-view-offre {
    background-color: var(--main-color) !important;
}

.left_side_map .map-position-button .map-button {
    background-color: var(--main-color) !important;
}

.SearchForm-modal-submit {
    border-radius: 13px !important;
}

.underline-title {
    text-decoration: underline;
    text-decoration-color: #fcaf29;
}

.icone-moteur {
    top: 10px;
    position: relative;
    color: #6b7280;
}

.theme_search_form_tabbtn .nav-tabs {
    border-bottom: 1px solid #dee2e6 !important;
}

.soical_icon_footer {
    display: flex;
}

.soical_icon_footer li {
    padding: 5px !important;
}

.language-dropdown-menu {
    min-width: 8rem !important;
}

.hotel-search-row .flight_Search_boxed {
    min-width: 0;
}

.flight_Search_boxed--no-dropdown {
    min-width: 0;
    overflow: hidden;
}

.hotel-search-row .datepicker-input {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hotel-search-row .top_form_search_button {
    height: 100%;
    display: flex;
    align-items: stretch;
}

.hotel-search-row .top_form_search_button .btn_save {
    width: 100%;
    white-space: nowrap;
    min-height: 50px;
}

.hotel-search-row .nights-input {
    border: none;
    outline: none;
    background: transparent;
    width: 100%;
    font-weight: 600;
    font-size: 15px;
}

.theme_search_form_area_intern .flight_Search_boxed {
    height: auto;
    padding: 0 !important;
    margin: 0px 0px 10px 0px !important;
}

/*.modal-body {
    overflow-y: auto;
}*/

.common_author_boxed {
    background: none !important;
}

.regioninfo-region {
    color: #ff5800 !important;
}

.hotels-leftbar-content .filers_hotels_card {
    background: #ffff;
    border-radius: 4px;
    padding: 10px;
}

.left_side_favorites {
    border: none !important;
    padding: 0px !important;
}

.left_side_search_boxed_hotel {
    border: none !important;
    padding: 5px !important;
}

.filter-count {
    font-size: 12px !important;
}

.filter-checkbox-field {
    color: #000000 !important;
}

.left_side_search_heading h5 {
    border-bottom: none !important;
    padding-bottom: 0px !important;
}
.map-button:hover {
    color: #ffffff !important;
}
.dropdown_passenger_area .btn-add ,.dropdown_passenger_area .btn-subtract{
    padding: 0 !important;
}
/* =============================================
   MEDIA QUERIES
   ============================================= */

@media (max-width: 1694px) {
    .main-navbar .navbar .navbar-nav .nav-item {
        margin-left: 10px;
        margin-right: 2px;
    }

    .main-navbar .navbar .navbar-nav .nav-item a {
        font-size: 14px;
    }

    .btn-agence {
        padding: 8px 7px !important;
        font-size: 14px !important;
    }

    .btn-cnx {
        padding: 7px 10px !important;
    }
}

@media (min-width: 1200px) {
    .topbar-area {
        display: none;
    }

    .container-fluid {
        padding-left: 3.75rem;
        padding-right: 3.75rem;
    }
}

@media only screen and (max-width: 1199px) {
    .topbar-area {
        background-color: #0229a2;
    }

    .main-responsive-nav .mean-container .mean-nav {
        margin-top: 62px;
    }

    .main-responsive-nav .mean-container a.meanmenu-reveal {
        color: #0229a2;
        border-radius: 4px;
        box-shadow: 0 8px 25px rgba(88, 159, 247, 0.7), 0 0 10px rgba(88, 159, 247, 0.5), 0 0 4px rgba(88, 159, 247, 0.3);
        transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1);
        padding: 7px 7px 0px;
    }

    .mean-container .mean-bar {
        top: 0px !important;
    }

    .navbar-area {
        background-color: #fff;
    }

    .main-responsive-nav .mean-container a.meanmenu-reveal span {
        background: #0229a2;
    }

    .main-responsive-nav .mean-container a.meanmenu-reveal {
        color: #0229a2;
    }

    .language-option {
        color: #fff;
    }

    .language-option:hover {
        color: #fff;
    }

    .topbar-others-options li a {
        color: #fff;
        padding: 2px !important;
    }

    .language-dropdown-menu a {
        color: #212529 !important;
    }
}

@media only screen and (max-width: 767px) {
    .topbar-others-options {
        text-align: center;
        margin-top: 0;
    }

    #common_author_area {
        margin-top: 9px !important;
    }

    .section-title {
        font-size: 20px !important;
    }

    /* CORRIGÉ : line-height: 11px écrasait le texte sur mobile */
    .section-title1 {
        line-height: normal;
    }

    .section-title1 h2 {
        font-size: 20px !important;
    }

    .section-subtitle {
        margin-top: 0 !important;
        font-size: 14px !important;
        line-height: 20px;
    }
}

@media (max-width: 425px) {
    .hotelForm-datepicker .hotel-vertical-calendar {
        transform: scale(0.65);
        transform-origin: top center;
        /* CORRIGÉ : margin-top: 200px était excessif et déplaçait le calendrier hors écran */
        margin-top: 20px;
    }

    .hotelForm-datepicker .hotel-vertical-calendar .react-datepicker__header {
        font-size: 1.3em !important;
    }

    .hotelForm-datepicker .hotel-vertical-calendar .react-datepicker__day-name,
    .hotelForm-datepicker .hotel-vertical-calendar .react-datepicker__day {
        font-size: 1.3em !important;
        font-weight: 450;
    }

    .hotelForm-datepicker .hotel-vertical-calendar .react-datepicker__current-month {
        font-size: 1.3em !important;
    }

    .hotelForm-datepicker .react-datepicker__day--in-range {
        font-weight: 500;
    }
}

@media (max-width: 991px) {
    .hotels-mobilepane-sticky, .flight-mobilepane-sticky {
        position: sticky;
        border-radius: 4px;
        top: 90px;
        z-index: 100;
        margin-bottom: 5px;
        background: #ffffff;
        padding: 10px 14px;
        cursor: pointer;
        box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
        border-bottom: 1px solid #63616121;
    }

    .flight-mobilepane-sticky {
        margin-bottom: 20px !important;
    }

    .hotels-mobilepane-sticky.scrolled, .flight-mobilepane-sticky.scrolled {
        margin-right: -12px;
        margin-left: -12px;
        border-radius: 0px;
    }

    .sticky-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
    }

    .sticky-destination {
        font-size: 15px;
        font-weight: 500;
        color: #000000 !important;
        margin: 0 0 3px;
    }

    .sticky-details {
        font-size: 15px;
        color: #000000;
        font-weight: 500;
        margin: 0;
    }

    .sticky-edit-icon {
        color: #ff5800;
        font-size: 20px;
        flex-shrink: 0;
    }

    .hotels-mobilepane-filters, .hotels-mobilepane-map {
        width: 50% !important;
    }

    .hotels-mobilepane {
        display: inline !important;
    }

    .mean-container .mean-bar {
        padding: 20px 0 0;
    }

    .flight-offer-row {
        flex-wrap: wrap;
        gap: 10px;
    }

    .flight-offer-endpoint {
        min-width: unset;
    }

    .flight-offer-middle {
        order: 3;
        width: 100%;
    }

    .flight-offer-fare-col {
        flex-direction: row;
        align-items: center;
        margin-left: 0;
        width: 100%;
        justify-content: space-between;
    }

    .flight-offer-price-block {
        /* flex-direction: column;*/
        gap: 12px;
        /*align-items: stretch;*/
        text-align: center;
    }

    .flight-offer-book-btn {
        width: 100%;
        padding: 12px;
    }

    .flight-offer-amount {
        font-size: 22px;
    }

}
@media (max-width: 768px) {
    .btn-outline-custom {
        padding: 10px;
        font-size: 14px;
        border-radius: 8px;
    }
}