
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

:root {
    --space-16: 16px;
    --space-6: 6px;
    --bs-blue: #0f294d;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #e83e8c;
    --bs-red: #d6293e;
    --bs-orange: #fd7e14;
    --bs-yellow: #f7c32e;
    --bs-green: #0cbc87;
    --bs-teal: #20c997;
    --bs-cyan: #17a2b8;
    --bs-black: #000;
    --dark-color: #2c3e50;
    --bs-white: #fff;
    --bs-gray: #747579;
    --bs-gray-dark: #0b0a12;
    --bs-gray-100: #f5f5f6;
    --bs-gray-200: #dfdfe3;
    --bs-gray-300: #c5c5c7;
    --bs-gray-400: #96969a;
    --bs-gray-500: #85878a;
    --bs-gray-600: #747579;
    --bs-gray-700: #5e5e5f;
    --bs-gray-800: #0b0a12;
    --bs-gray-900: #0b0a12;
    --bs-primary: #fe5101;
    --bs-white: #fff;
    --bs-secondary: #85878a;
    --bs-success: #0cbc87;
    --bs-info: #1e8284;
    --bs-warning: #ffd500;
    --bs-danger: #d6293e;
    --bs-light: #f5f5f6;
    --bs-dark: #0b0a12;
    --bs-orange: #fe5101;
    --bs-mode: #fff;
    --primary-color :#fe5101;
    --bs-primary-rgb: 81, 67, 217;
    --bs-white-rgb: 255, 255, 255;
    --bs-secondary-rgb: 133, 135, 138;
    --bs-success-rgb: 12, 188, 135;
    --bs-info-rgb: 30, 130, 132;
    --bs-warning-rgb: 247, 195, 46;
    --bs-danger-rgb: 214, 41, 62;
    --bs-light-rgb: 245, 245, 246;
    --bs-dark-rgb: 11, 10, 18;
    --bs-orange-rgb: 253, 126, 20;
    --bs-mode-rgb: 255, 255, 255;
    --bs-primary-text: #0f294d;
    --bs-secondary-text: #6c757d;
    --bs-success-text: #146c43;
    --bs-info-text: #087990;
    --bs-warning-text: #997404;
    --bs-danger-text: #b02a37;
    --bs-light-text: #6c757d;
    --bs-dark-text: #495057;
    --bs-primary-bg-subtle: #fe51012e;
    --bs-secondary-bg-subtle: #f8f9fa;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #e9ecef;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 116, 117, 121;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg,  rgba(255,  255,  255,  .15),  rgba(255,  255,  255,  0));
    --bs-body-font-family: "DM Sans", sans-serif;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #333;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(116,  117,  121,  .75);
    --bs-secondary-color-rgb: 116, 117, 121;
    --bs-secondary-bg: #dfdfe3;
    --bs-secondary-bg-rgb: 223, 223, 227;
    --bs-tertiary-color: rgba(116,  117,  121,  .5);
    --bs-tertiary-color-rgb: 116, 117, 121;
    --bs-tertiary-bg: #f5f5f6;
    --bs-tertiary-bg-rgb: 245, 245, 246;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-heading-color: var(--bs-gray-900);
    --bs-link-color: #5143d9;
    --bs-link-color-rgb: 81, 67, 217;
    --bs-link-decoration: none;
    --bs-link-hover-color: #4136ae;
    --bs-link-hover-color-rgb: 65, 54, 174;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #E9E9E9;
    --bs-border-color-translucent: rgba(0,  0,  0,  5%);
    --bs-border-radius: .5rem;
    --bs-border-radius-sm: .4rem;
    --bs-border-radius-lg: 1rem;
    --bs-border-radius-xl: 1.5rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0 40px rgba(29,  58,  83,  .1);
    --bs-box-shadow-sm: 0 .125rem .25rem rgba(29,  58,  83,  .15);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(29,  58,  83,  .15);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(var(--bs-body-color-rgb),  .075);
    --bs-emphasis-color: #000;
    --bs-form-control-bg: var(--bs-body-bg);
    --bs-form-control-disabled-bg: var(--bs-secondary-bg);
    --bs-highlight-bg: #fff3cd;
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
    --e-transform-transition-duration: 0.5s; /* Exemple de définition */
    --transition-speed: 0.3s;
}


body {
    margin: 0;
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
.cursor-pointer {
  cursor: pointer;
}
  .ui-datepicker {
    position: relative;
}
 .ui-datepicker-close-icon {
    position: absolute;
    top: 5px;
    right: 18px;
    font-size: 19px;
    cursor: pointer;
    color: #666;
 }
        .ui-datepicker-close-icon:hover {
            color: #000;
        }
 .container-fluid {
    --bs-gutter-x: 4.5rem; } 
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    line-height: 1.2;
}
.h2style{
font-size: 32px !important;
}
.bg-default {
    background-color: #f3f0ec!important;
}
.bg-primary, a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #fe5101!important;
}
.bg-secondary, a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #FFF2F9!important;
}
.bg-success, a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #28a745!important;
}
.bg-info, a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #fe5101!important;
}
.bg-warning, a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #FFD500!important;
}
.bg-danger, a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #e52a33!important;
}
.bg-light, a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #f3f3f3!important;
}
.bg-dark, a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #000!important;
}
.bg-white {
    background-color: #fff;
}
.bg-transparent {
    background-color: transparent!important;
}
/* #searchForm .row > .col-lg-8:nth-child(-n+2) .AR-AS-Trip  {
    background-color: white;

      
    border-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
#searchForm .row > .col-lg-4:nth-child(-n+2) .custom-engine-passagers{
    background-color: white;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  } */
.bg-gray {
    background-color: #FFF8F5!important;
}
.bg-opacity-dark {
    background-color: rgb(0 0 0 / 60%);
}
.text-primary, a.text-primary:focus, a.text-primary:hover {
    color: #fe5101!important;
}
.text-secondary, a.text-secondary:focus, a.text-secondary:hover {
    color: #fe5101!important;
}
.text-success , a.text-success:focus, a.text-success:hover {
    color: #28a745!important;
}
.text-info, a.text-info:focus, a.text-info:hover {
    color: #05939F!important;
}
.text-warning, a.text-warning:focus, a.text-warning:hover {
    color: #FFD500!important;
}
.text-danger, a.text-danger:focus, a.text-danger:hover {
    color: red!important;
}
.text-third, a.text-third:focus, a.text-third:hover {
    color: #004580!important;
}
.text-light, a.text-light:focus, a.text-light:hover {
    color: #ccc!important;
}
.text-dark, a.text-dark:focus, a.text-dark:hover {
    color: #000!important;
}
.text-body {
    color: #212529!important;
}
.text-bleu, a.text-bleu:focus, a.text-bleu:hover {
    color: #002446!important;
}
.text-muted {
    color: #6c757d!important;
}
.text-green{
    color: #4ebac1 !important;
}
a:hover > u {
    text-decoration: underline !important ;
    cursor: pointer;
}
.step2h a:hover > u {
    text-decoration: none !important ;
}
a {
    color: #3264FF;
}
a > u {
    text-decoration: unset !important;

}
.btn-outline-info:focus, .btn-outline-info:hover {
    color: #fff;
    background: #fe5101;
    border-color: #fe5101;
}
.btn-outline-info a, .dropdown-item:focus, .dropdown-item:hover, .pills-link.active {
    color: #fe5101;
}
.btn-outline-info {
    color: #fe5101;
    border-color: #fe5101;
}
.btn-check:checked+.btn.btn-outline-secondary {
    color: #fe5101 !important;
    background-color: #ffe6da !important;
    border-color: #ffe6da !important;
}
.custom-shadow{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 4px !important
}
.btn-outline-secondary {
    color: #000;
    background-color: #fff;
    border-color: #F3F5F8;
    
}
.btn-outline-secondary:hover {
    color: #000 !important;
    background-color: #fff;
    border-color: #fff;
    
}
.btn-outline-secondary a {
    color: #919191;
}
.btn-check:checked+.btn-outline-secondary a{
    color: #fff;
}

.btn-outline-light {
    color: #000;
    background-color: #fff;
    border-color: #f3f3f3;
}

.btn-primary, .btn-primary.disabled, .btn-primary:disabled, .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff !important;
    background-color: #fe5101;
    border-color: #fe5101;
}
.btn-primary:hover{
    background-color: #CE5A25 !important;
    border-color: #CE5A25 !important;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(152, 203, 0, .5);
}
.btn-info, .btn-info.disabled, .btn-info:disabled, .btn-info:hover, .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active,  .show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #fe5101;
    border-color: #fe5101;
}

.btn-secondary.disabled, .btn-secondary:disabled, .btn-secondary:hover, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle {     color: #000;
    background-color: #c5dde9;
    border-color: #c5dde9;}
.btn-secondary{ 
    color: #000;
    background-color: #F3FBFF;
    border-color: #F3FBFF;
}
.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(183, 205, 59, .5);
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
}
.btn-success, .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #05939F;
    border-color: #05939F;
}
.btn-custom-link{
    color: #006ce4;
    font-size: 14px;
}
.btn-custom-link:hover{
    color: #006ce4;
    text-decoration: underline;
}
.btn-success:hover {
    color: #fff;
    background-color: #027975e1;
    border-color: #027975e1;
}
.btn-success.focus, .btn-success:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #00aca6;
    border-color: #00aca6;
}
.btn-info.focus, .btn-info:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(3, 158, 137, .5);
}
.breadcrumb .breadcrumb-item a, .breadcrumb-item.active, .btn-check:focus+.btn-info, .btn-info:focus, .link-dark a, .pills-link {
    color: #000;
}
.btn-warning, .btn-warning.disabled, .btn-warning:disabled, .btn-warning:hover, .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
    color: #000;
    background-color: #FFD500;
    border-color: #FFD500;
}
.btn-warning.focus, .btn-warning:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
}
.breadcrumb-item.active {
    color: #008CFF !important; 
}
.owl-carousel .owl-item img {
    object-fit: cover;
}
.h-260{
    height: 260px !important;
}
.btn-danger {
    color: #fff;
    background-color: #ef3b2a;
    border-color: #ef3b2a;
}
.btn-danger:hover {
    color: #fff;
    background-color: #d80400;
    border-color: #d80400;
}
.btn-danger.focus, .btn-danger:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
}
.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}
.btn-light, .btn-light:hover {
    color: #212529;
    background-color: #e1e1e1;
    border-color: #e1e1e1;
}
.btn-light.focus, .btn-light:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
}
.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}
.btn-dark, .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}
.btn-dark.focus, .btn-dark:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
}
.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}
.navbar-principal{
    position: relative;
    z-index: 9999999; 
}
.navbar-principal .navbar-toggler{
    padding: 0px 0px !important;
}

.price-one-nights{
    font-weight: 400 !important;
}
.selection-type-room{
    border-radius: 25px;
    padding: 2px 10px !important;
    display: flex;
    align-items: center;
    font-size: 15px;
    background-color: #dddddd !important;
    color: #5d5b5b!important;
}
.navbar-secondary {
    background-color: rgb(255 255 255 / 100%);
    padding-top: 0;
    padding-bottom: 0;
}
.sticky-md-top .navbar-secondary {
    background-color: rgb(255 255 255 / 100%);
    box-shadow: 0 0 1rem rgba(0, 0, 0, .15)!important;
}
.box-cities-details svg{
    margin-right: 4px;
}
.font-16{
    font-size: 16px;
}
.best-offert > .card {
    background-color: #EEEEEE;
    border: unset !important;
}
.feature-card li::before {
    content: ""; 
    display: inline-block;
    width: 20px;
    height: 18px;
    margin-right: 15px;
    background: url(/images/check.png) no-repeat center;
    background-size: contain;
    vertical-align: middle;
}
.feature-card li{
    margin-bottom: 8px;
}
.navbar-secondary .nav-link {
    color: #000;
    line-height: 1.5;
    text-transform: capitalize;
    font-size: 16px;
    margin: 0 0.2rem;
    padding-right: 18px !important;
    padding-left: 18px !important;
    border-radius: 4px;
    transition: all var(--transition-speed) ease;
    position: relative;
}
.navbar-secondary .nav-link.active {
  background-color: #f3f3f3;
  border-radius: 6px;
}
.navbar-secondary .nav-link.item {
border-radius: 50px;
background-color: #fafafa;
padding: 8px 16px !important;
}
.nav-items-for-mobile {
    display: flex;
}

.nav-link:hover, .nav-link:focus {
    color: var(--primary-color);
    background-color: #f3f3f3;
}
#myTab-horizontal .nav-link:hover{
    color: #fe5101 !important;
    background-color: unset !important;
}

.navbar-secondary .nav-link.docs-creator:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    transition: all var(--transition-speed) ease;
    transform: translateX(-50%);
}

.navbar-secondary .nav-link.docs-creator:hover:after {
    width: 70%;
}

 /* Hotels dropdown arrow */
 .hotels-dropdown .dropdown-arrow {
    margin-left: 5px;
    font-size: 0.7rem;
    transition: transform var(--transition-speed) ease;
}


.language-dropdown .dropdown-arrow {
    margin-left: 5px;
    font-size: 0.7rem;
    transition: transform var(--transition-speed) ease;
}

.hotels-dropdown:hover .dropdown-arrow {
    transform: rotate(180deg);
}

.language-dropdown {
    position: relative;
}




.dropdown-menu {
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.promo {
    position: absolute;
    background: #fe5101;
    color: #fff;
    top: 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 3px 6px;
    font-weight: 600;
}

@media(min-width:768px) {
    .ui-menu {

        width: 400px !important;
    }
.second-row {
    margin-left: 40px;
}
.h-img-product  { height: 420px; object-fit: cover;  width: 100%;}
.h-md-100 { height: 100%;}
    .hidden-md {
    display: none;
}
.pos-review-fiche {
    position: absolute;
    right: 0;
    top: 15%}
.promo-tag {
color: #fff;
        background: #fe5101!important;
        padding: 5px 7px;
        font-size: 12px;
        line-height: 16px;
        border-radius: 0px 8px 8px 0px;
       max-width: 188px !important;
}
a.after-five {
    display: none!important;
}

.score__badge {
    background: #05939F;
    border-radius: 10px;
    padding: 2px 4px;
    position: relative;
    font-size: 13px;
    line-height: 34px;
    color: #fff;
    letter-spacing: 0;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    margin-right: 10px;
    font-weight: 600;
}
.score__badge::after {
    content: '';
    border-radius: 3px;
    border: 5px solid transparent;
    border-top: 10px solid #05939F;
    border-right: 10px solid #05939F;
    position: absolute;
    right: 0;
    bottom: -5px;
}
.h-md-100 {
    height: 100%
}
.h-hotel {
    height: 250px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.h-hotel-selection {  
    height: 230px;
    object-fit: cover; 
    width: 100%; 
}
.box-favoris:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #00000091;
    top: -4px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    right: 5%;
    background-color: rgb(0 0 0 / 80%);
}
.box-favoris {
    display: none;
    padding: 10px;
    background-color: rgb(0 0 0 / 80%);
    margin-top: 0;
    -webkit-box-shadow: 0 0 5px 2px rgb(0 0 0 / 30%), 0 0 0 1px rgb(0 0 0 / 10%);
    box-shadow: 0 0 5px 2px rgb(0 0 0 / 30%), 0 0 0 1px rgb(0 0 0 / 10%);
    -webkit-transition: opacity .2s, visibility .2s, margin-top .2s;
    transition: opacity .2s, visibility .2s, margin-top .2s;
    position: absolute;
    top: 28px;
    z-index: 40;
    width: 260px;
    right: -50%;
    color: #fff;
    font-size: 12px;
}
.header-top-bar .nav-hide-scroll.ms-auto .nav-item {
    margin-right: 14px;
}
.fixed-md-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-top.scrolled .header-top-bar {
    display: none;
    animation-duration: 1s;
    animation-name: fadeIn;
}
.fixed-top.scrolled .navbar-secondary {
    top: 0;
    background-color: #fff;
}
.interary-item:last-child {
    margin-bottom: 0;
}
.v-stepper {
    position: relative;
}
.interary-item {
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.interary-item .icon-left {
    position: absolute;
    width: 45px;
    height: 45px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    display: inline-block;
}
.interary-item .line {
    top: 45px;
    left: 20px;
    height: 86%;
    position: absolute;
    border-left: 3px solid #004680;
}
.interary-item:last-child .line {
    border-left: 3px solid #fff;
    z-index: -1;
}
.interary-item .item_content {
    padding-left: 70px;
    display: inline-block;
}
.interary-item .item_content ol, .interary-item .item_content ul {
    margin: 0 0 1.5em 2em;
}
.interary-item .icon-left {
    border: 2px dashed #004680;
    color: #fff;
    background: #004680;
}
.interary-item:hover .icon-left {
    background: 0 0;
    color: #004680;
}
.interary-item .item_content h2, .interary-item .item_content h3 {
    font-size: 22px;
}
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media only screen and (min-width:1023px) and (max-width:1500px) {
.navbar-expand-lg .navbar-nav .nav-link{
    padding-right:0px !important;
    padding-left:4px !important
}
.navbar-secondary .nav-link{
      padding-right:0px !important;
    padding-left:0px !important
}
    /* .second-row {
        margin-left: 11px !important;
    } */
.logo{
    width: 150px !important;
    height: auto !important;
}
   .container-fluid {
        --bs-gutter-x: 1.5rem;
    }
    .loginUser{
        display: none !important;
    }
    .card-flight-sections img{
        width: 100px;
        height: 85px !important;
    }
  
}
@media only screen and (min-width:800px) and (max-width:1500px) {
       .card-flight-sections img{
        width: 100px;
        height:85px !important;
    }
}
@media(min-width:992px) {
    .language-dropdown {
        position: relative;
    }

    .language-dropdown .dropdown-menu {
        display: block;
        padding: 10px;
        opacity: 0;
        visibility: hidden;
        transition: all var(--transition-speed) ease;
        position: absolute;
        right: 0;
        left: auto;
    }
    .language-dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
    }

    .language-dropdown:hover .dropdown-arrow {
        transform: rotate(180deg);
    }
    .language-dropdown .dropdown-menu {
        display: block;
        padding: 10px;
        opacity: 0;
        visibility: hidden;
        transition: all var(--transition-speed) ease;
        position: absolute;
        right: 0;
        left: auto;
    }

    .engine .date-input .form-control,
    .engine .passengers-select >.form-control{ border-left: 1px solid #E9E9E9;}
    .engine .engineFlight  .date-input .form-control,
        .engine .engineFlight  .passengers-select >.form-control {
              border-left: none !important; 
        }
        .engine .engineFlight  .date-input::before,
        .engine .engineFlight  .passengers-select .form-guest::before{
            content: '';
            display: block;
            background:  #E9E9E9;
            z-index: 1;
            width: 1px;
            height: 30px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 0;
            
            }
    

    .navbar-secondary .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
}
.header-top-bar .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 4px;
    padding-left: 4px;
}
.header-top-bar .navbar-expand-lg .navbar-nav .nav-link.btn {
    padding-right: 12px;
    padding-left: 12px;
    margin-left: 12px;
    padding-bottom: 9px;
}
.navbar .megamenu {
    width: 1050px;
    left: 50%;
    transform: translateX(-50%) !important;
    border: 1px solid #E7E6E6;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    padding: 0;
    margin-top: 0.5rem;
    opacity: 0;
    visibility: hidden;
    display: block;
    transition: all var(--transition-speed) ease !important;
}
.has-megamenu:hover .megamenu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.navbar .has-megamenu {
    position: static !important;
}
.navbar .megamenu-Offre {
    padding: 23px 52px 23px 44px;
    left: 35%;
    gap: 100px;
    border: none;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    margin-top: 0.5rem;
    opacity: 0;
    visibility: hidden;
    display: block;
    transition: all var(--transition-speed) ease !important;
    display: flex;
}
.has-megamenu-Offre:hover .megamenu-Offre {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    display: flex;
}
.navbar .has-megamenu-Offre {
    position: static !important;
}



}

a {
    text-decoration: none;
    background-color: transparent;
}
.span-ico-rounded {
    width: 34px;
    height: 34px;
    line-height: 30px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    background-color: #ffb900!important;
}
.bg-footer {
    background: #fff;
    color: #000;
    position: relative;
    z-index: 2;
}
.bg-footer:after {
    background: url(/images/footer/bg-footer.png);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    min-height: 400px;
    z-index: -1;
}
.h-50-news {
    height: 50px;
}
.slide .carousel-caption {
    top: 1.25rem;
    width: 60%;
    left: 15%;
    text-align: start;}
.font-50 {
    font-size: 50px;
    font-weight: 600;
}
.font-36 {
    font-size: 36px;
}
.card-engine {
    padding: 10px 20px 15px 15px;
    border: #919191 1px solid;
}
.border-bottom-grey {  border-bottom: #919191 1px solid;}
.Typeahead-close, .guests{
    position: absolute;
}
.engine .twitter-typeahead .form-control {
    border-radius: 10px;
    background-color: #ffffff !important;
    width: 100%;
}
.twitter-typeahead {
    width: 100%
}
.Typeahead-close {
    top: 26px;
    right: 8px;
    cursor: pointer;
    width: 10px;
    height: 10px;
}
/* .totalhotel {
    line-height: 2.5;
} */

.totalhotel i {
    font-style: normal;
}
.guests {
    inset: 0 auto auto 0;
    margin: 0;
    transform: translate(0, 65px);
    color: #212121;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .08);
    padding: 15px;
    z-index: 12;
    width: 140%;
}
.guests.guests-city {
    width: 400px !important; 
}
.bg-img, .bg-packages, .card-personnel, .desti-item, .form-group, .head-box, .hotel-address, .pos-fav, .roomItem, .testimonials-box {
    position: relative;
}
.card-hotel-body, .testimonials-box {
    box-shadow: rgba(15, 41, 77, .08) 0 8px 16px 0;
}
.roomItem {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #F3F5F8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 4px 0 10px;
    font-size: 13px;
    margin-bottom: 4px;
}
.persons .guests .roomItem .delete-room {
    position: absolute;
    right: 6px;
    text-align: right;
    top: 6px;
}
.add-room {
    font-size: 14px;
    border-color: #dfdfdf!important;
}
.roomItem .form-group {
    margin-bottom: 10px;
}
.tabs-home .nav-pills .nav-link.active, .tabs-home .nav-pills .show>.nav-link {
    color: #000;
    background-color: transparent;
    border: transparent;
    border-bottom: 4px solid #fe5101;
}
.vertical-line{
    border-right: 1px solid #bbbbbb;
}
.tabs-home .nav-pills .nav-link {
    border: 0 solid #545454;
    color: #000;
    border-radius: 0;
    margin-right: 8px;
    font-weight: 500;
    padding: var(--bs-nav-link-padding-y) 20px;
}
.nav-fiche.sort .nav-link.active {
    border-bottom: 2px solid #fe5101;
}
.card-hotel-body {
    border-radius: 0 8px 8px 0;
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transform: translateZ(0);
}
.bg-img {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 230px 0;
}
.testimonials-box {
    background: #fff;
    padding: 20px;
    margin-bottom: -70px;
    border-radius: 5px;
}
.box-cities-details {
    border: 1px solid #d7d7d7;
    padding: 15px;
    border-radius: 5px;
}
.score__title {
    font-weight: 500;
    color: #92A25C;
}
.input-check .select-nuit .nights-count {     color: #000 !important;
    font-weight: 500;   background: #F3F5F8;}
.mb-line-h-0{
    background-color: #FFF8F5 !important;
    width: fit-content;
    padding: 6px;
    
    border-radius: 6px;
}
.h-45{
    height: 45px;
}
#booking .sorting{
    background-color: #f3f3f3;
    font-weight: unset !important;
    align-items: center;
}
#booking tbody tr {
  height: 70px;
}

#booking tbody td {         
  vertical-align: middle;       
  padding-top: 0 !important;    
  padding-bottom: 0 !important;
}
.modal.fade{
  Z-INDEX: 999999999999;
}
.modal-backdrop {
    z-index: 999999999;
}

.spinnerLoader {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.spinner-list {
  width: 80px;
  height: 80px;
  border: 2px solid #fe5101 !important;
  border-top: 4px solid #fe5101 !important;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  position: absolute;
}

.spinnerLoader img {
  width: 60px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
}

.teZf-auth-options-divider {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .38px;
    display: flex;
    align-items: center;
    color: #5a6872;
    height: 44px;
}
.teZf-auth-options-divider:after, .teZf-auth-options-divider:before {
    content: '';
    flex-grow: 1;
    background: #d9e2e8;
    height: 1px;
    font-size: 0;
    line-height: 0;
}
.teZf-auth-options-divider:before {
    margin-right: 8px;
}

.teZf-auth-options-divider:after {
    margin-left: 8px;
}


.RxNS.RxNS-mod-size-medium {
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    background-color: #fff;
    border: 1px solid #d9e2e8;
}
.RxNS-button-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    min-width: 0;
    border-radius: inherit;
}
.vRJn-auth-button-layout {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 8px;
    font-size: 16px;
}
.RxNS.RxNS-mod-variant-text:not(.RxNS-mod-disabled):hover,
.RxNS.RxNS-mod-variant-outline:not(.RxNS-mod-disabled):hover {
    background: #F3F5F8
}
.txt-hover{
    cursor: pointer;
}
.board-item {
    display: flex;
}
.top-20{
    top: 20% !important;
}
.custom-count{
    color: #999;  
}
.card-title{
    margin-bottom: 0px !important;
     font-size: 18px !important;
     font-weight: 400 !important;
}
.box {

    display: flex;
    background: #eb662b0d;
    border-radius: 8px;
    padding: 10px;
    justify-content: space-between;
}
@media(max-width:768px) {
      .width-100{
        width: 100%;
    }
    .top-10{
    top: 3% !important;
}
    .fs-mobile {
      font-size: 16px !important;
      font-weight: 500 !important;
      margin-bottom: 0px !important;
    }
    .h2style{
font-size: calc(1.325rem + .9vw) !important;
}
      .hero_in_page_selection { 
   height: 80px !important;}
      .hero_in_page_selection h1{ 
        font-size: 18px !important;
      }
    .title-hotel-city{
    font-size: 18px !important;
}

    .mb-line-h-0{
        line-height: 1 !important;
    }
    
    .tooltip-wrapper .tooltip {
        left: -15px !important;
    }
    .h-md-20{
        display: flex !important;
        justify-content: space-between !important;
    }
    body {
        font-size: 15px !important;
    }
    .shadow-sm-sm{
      box-shadow:   0 .125rem .25rem rgba(29,  58,  83,  .15);
      border-radius:8px
    }
    .dropdown-menu {

        box-shadow: none !important;

    }
    .h-400-cover {
        border-radius: 10px !important;
    }
    .hotelsRooms .room-select {
        align-items: center !important;
        justify-content: end !important;
    }
    .hotelsRooms .room-select input {
      margin-right: 4px;
    }
    .nav-home .nav-link.active {
        border: 0;
    }
.nav-home { margin-bottom: 8px;}
.bg-mobile-moteur { margin-top: 10px;}
.loading { background: #fafafa !important; width: 90% !important; }
.boardsFilter, .d-nav-fiche, .pills-links, .services, .tab-nav-index .nav-tabs {
    scroll-snap-type: x mandatory;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: .5px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.d-nav-fiche, .services {
    flex-wrap: nowrap;
    padding-bottom: 0;
}
.services {
    user-select: none;
    display: flex;
    flex-direction: row;
}
.boardsFilter, .d-nav-fiche, .pills-links {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    width: 100%;
    box-sizing: content-box;
}
.boardsFilter .board-item, .d-nav-fiche li, .pills-links div, .services .service, .tab-nav-index .nav-tabs .nav-item {
    white-space: nowrap;
    box-sizing: border-box;
    line-height: 18px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    margin-right: 0;
    position: relative;
}
.d-nav-fiche {
    user-select: none;
    flex-direction: row;
}
.score__title {
    display: flex;
}
.score__title .score__text {
    margin-left: 4px;
}
.hidden-sm {
    display: none;
}
.boardsFilter, .pills-links, .tab-nav-index .nav-tabs {
    display: inline-block;
}
.promo-mobile {
 color: #fff;
        background: #fe5101!important;
        padding: 4px 4px;
        font-size: 10px;
        border-radius: 0px 8px 8px 0px;
       max-width: 120px !important;
}

.room-card {
    padding-top: 8px;
    padding-bottom: 8px;
}
.room-card.selectedRow {
    background: #f5f5f5;
}
.rooms-type {
        position: relative;
        overflow-x: scroll;
    }
.boardsFilter, .pills-links {
    user-select: none;
    padding-bottom: 5px;
    flex-wrap: nowrap;
    flex-direction: row;
    scroll-snap-type: x mandatory;
    white-space: nowrap;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    margin-bottom: 0.5px;
    scrollbar-width: none;
}
.boardsFilter::-webkit-scrollbar {
    display: none;
}

.board-item {
    flex: 0 0 auto; 
    scroll-snap-align: start;
}

.h-hotel {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    height: 250px !important;
    min-height: 230px;
    object-fit: cover;
    width: 100%;
}
.accroche-2 {
    font-size: 10px !important ;
}
}
.resa-stepper{
    display: flex;
    align-items: center;  
}
.link-sort a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 4px;
    border-bottom: 1px solid #F3F5F8;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 16px;
}
.link-sort a.active {
    color: #fe5101;
}
.bg-mobile-moteur, .tab-nav-index {
    position: relative;
}
#filters .card.shadow-sm {
    box-shadow: none!important;
    border: 0;
    border-radius: 10px;
}
#filters .card.shadow-sm .card-body {
    padding: 12px;
}
#filters .form-check-input{
    position: relative;
    width: 20px;
    height: 20px;
    transition: all .24s cubic-bezier(.22,0,.08,1);
    border-radius: 6px;
    border: 1px solid #a8a8a8;
    background-color: #fff;
    margin-right: 10px;
    margin-top: 0;
}
#filters .form-check-label:hover{
    cursor: pointer;
}
.form-check-input:focus {
    box-shadow: unset !important;
}
#filters .form-check-input:hover{
    border-color: #212121;
    cursor: pointer;
}

.bg-custom-light{
    background-color: #F8F8F8 !important;
}
.total_number {
    font-size: 18px;
}
.text-custom-info{
    color: #ff5b00 !important;
}
.tt-menu{
    max-height: 400px !important;
    overflow-y: auto !important;
}
.tt-menu h5 {
    font-size: 18px;
}
.carousel-hotels .carousel-indicators button, .carousel-packages .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #fe5101;
}
.carousel-packages .carousel-indicators {
    bottom: -40px;
    right: 0;
    margin-right: 0;
    justify-content: end;
}
.carousel-hotels .carousel-indicators {
    bottom: -50px;
    right: 0;
    margin-right: 0;
    justify-content: end;
}
.user-link {
    background-color: #004680;
    border-radius: 3px;
    padding: 0 3px;
}
.user-link svg {
    margin-right: 0;
}
.tab-nav-index .nav-link {
    padding-bottom: 6px;
    padding-right: 6px!important;
    padding-left: 6px!important;
}
.txt-fs {
    font-size: 14px!important;
}
.head-box::after {
    top: 28px!important;
}
.tab-nav-index .nav-tabs {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    flex-wrap: nowrap;
    padding-bottom: 0;
    width: 100%;
    box-sizing: content-box;
    flex-direction: row;
}
.tab-nav-index .nav-tabs::-webkit-scrollbar {
    display: none;
}
.tab-nav-index {
    background: 0 0;
    border-radius: 30px;
    top: 0;
    z-index: 10;
    margin-left: 4px;
    margin-right: 4px;
}
.bg-engine-sm {
    height: 100%;
    padding: 0;
    position: relative;
}
.second-row {
    align-items: start;
}
.navbar-secondary {
    border-bottom: 2px solid #F3F5F8;
}
.pills-links::-webkit-scrollbar {
    display: none;
}
.tabs-home .pills-links.nav-pills .nav-link {
    margin: 0 4px;
    padding: var(--bs-nav-link-padding-y) 15px;
}
.bg-img {
    padding: 30px 15px;
    padding-bottom: 30px!important;
}
.testimonials-box {
    margin-bottom: 0;
}



@media only screen and (max-width:768px) {
.menuMobile .dropdown-item {      line-height: 1.5;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;}
    .principal-navbar .load_connexion_window::after, .principal-navbar .load_contact_details::after {
    content: "";
    display: inline-block;
    align-self: center;
    border-top: .4rem solid;
    border-right: .4rem solid transparent;
    border-bottom: 0;
    border-left: .4rem solid transparent;
    background-image: none!important;
    width: 0;
    height: 0;
    margin-left: 10px;
    vertical-align: inherit;
}
}.bg-img::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0f2454;
    opacity: .5;
}

.desti-content {
    position: absolute;
    width: 100%;
    background: #00000042;
    color: #fff;
    bottom: 0;
    padding: 20px 25px;
    height: 100%}
    .desti-title {       border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        background: rgb(255 255 255 / 20%);
        padding-top: 8px;
        padding-right: 8px;
        padding-left: 8px;}
.desti-item:hover {
    -webkit-filter: none;
    filter: none;
    -webkit-filter: brightness(90%);
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}

.icon-lg {
    text-align: center;
}

.lh-xl {
    line-height: 3!important;
}
.head-box::after {
    border-bottom: 3px solid #c88582;
    content: '';
    position: absolute;
    width: 15%;
    z-index: 1;
    top: 35px;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
   background: #fe5101 !important; 
   border-color:#fe5101 !important;
}
.tt-menu {
    border-radius: 8px !important;
    padding: 10px!important;
    box-sizing: border-box;
    background: #fff;
    box-shadow:0 10px 20px rgba(25,32,36,0.1),0 3px 6px rgba(25,32,36,0.04),0 -3px 6px rgba(25,32,36,0.04);
    margin-top: 10px;
}
.day_value, .month_value {
    padding-right: 4px;
    align-self: center;
    font-weight: 600;
}
.tt-menu .tt-dataset .tt-suggest-page {
    padding: 10px 10px 10px 10px;
    position: relative;
    font-size: 14px;
    display: block;
    line-height: 20px!important;
    cursor: pointer;
    align-items: center;
}
.tt-menu .tt-dataset .tt-suggest-page:hover, .tt-menu .tt-dataset .tt-suggest-page:focus {
    background-color:#F3F3F3;
    border-radius: 8px;
}
.suggestion-subtitle{
    color: #6c6c6b;
}
.room-lab {
    font-weight: 600;
}
.day_value {
    font-size: 22px;
}
.month_value {
    font-size: 16px;
    text-transform: capitalize;
}
.year_value {
    font-weight: 600;
    font-size: 14px;
    align-self: center;
}
.days_short_value {
    text-transform: capitalize;
    margin-left: 10px;
    font-size: 11px;
}
.js-days-value {
    margin-left: 10px;
    color: #000;
}
.date-input , .date-checkOut {
    line-height: 1.2;
}
.flatpickr-calendar.open {
    z-index: 999999999 !important;   
}
.select-nuit input, .txt-adt, .txt-beb, .txt-enf, .txt-room, .valAdultshotel, .valChildrenhotel, .valInfantshotel, .valRoomstshotel {
    font-weight: 400;
    font-size: 14px;
}
.font-weight-normal{
    font-weight: 400 !important;
}
.font-weight-200{
    font-weight: 200 !important;
}
.icon-circle{
    background-color: #000;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    text-decoration: none;
    padding: 10px 10px 10px 5px;
}
.engine .engineFlight  .has-error .form-control{
    border-left: 1px solid rgb(245, 101, 101) !important;
}
.engine .has-error input {
    border-radius: 4px;
    border: 1px solid rgb(245, 101, 101) !important;
}       
.engine .engineFlight .has-error.date-input::before{
background-color: transparent !important;
}   
.spinner {
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-top-color: #333;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
    margin: 5px auto;
  }
  
  @keyframes spin {
    to { transform: rotate(360deg); }
  }    
/* .engine .has-error input::placeholder {
  color:  rgb(245, 101, 101) !important;
} */
.engine .custom-engine-flights .has-error .help-block {
    position: absolute !important;
    color: #f04c41 !important;
    top: 50px;
    left: 0;
}
.engine .has-error .help-block {
    color: #f04c41 !important;
    top: 50px;
    left: 0;
    position: absolute;
}
.bg-facebook, .bg-instagram, .bg-linkedin, .bg-twitter {
    border: 0;
    color: #fff;
}

.hero_in {
    background: #F3F5F8;
    justify-content: center;
    background: url(/images/bg-voyages.jpg);
    background-repeat: no-repeat;
}
.icon-lg {
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    font-size: 1.2rem;
}
.banner-count, .fixed-panel.scrolled .engine .totalhotel {
    line-height: 1.5;
}
.fill-warning {
    fill: #f7c32e!important;
}
.fill-orange {
    fill: #fd7e14!important;
}
.bg-opacity-10 {
    --bs-bg-opacity: .1!important;
}

.btn-primary-soft {
    color: #25d366;
    background-color: #25d36614;
}
.btn-primary-soft-info {
    color: #fe5101;
    background-color: #FEF8FB;
}
.btn-primary-soft-info:hover {
    color: #fff;
    background-color: #fe5101;
}
.z-index-1 {
    z-index: 1!important;
}
.bg-facebook {
    background-color: #5d82d1;
}
.bg-instagram {
    background: #c22b72;
}
.bg-twitter {
    background-color: #40bff5;
}
.bg-linkedin {
    background-color: #238cc8;
}
.bg-instagram:hover {
    color: #000;
    background: #c22b72;
}
.bg-facebook:hover {
    color: #000;
    background: #5d82d1;
}
.bg-twitter:hover {
    background-color: #40bff5;
    color: #000;
}
.bg-linkedin:hover {
    background-color: #238cc8;
    color: #000;
}
.ms-n7 {
    margin-left: -4rem!important;
}
.mt-n4 {
    margin-top: -1.6rem!important;
}
.mb-n4 {
    margin-bottom: -1.6rem!important;
}
.me-n2 {
    margin-right: -.5rem!important;
}
.skeleton-loader, .skeleton-loader-card, .skeleton-loader-number {
    background: rgba(0, 0, 0, .06);
    animation: 1s infinite shine;
    display: block;
}

.align-items-end{
    align-items: end !important;
}
.skeleton-loader-card {
    width: 100%;
    height: 100%;
    background-repeat: repeat-y;
    background-size: 50px 500px;
    background-position: 0 0;
    margin-bottom: 15px;
}
.skeleton-loader, .skeleton-loader-number {
    background-repeat: repeat-y;
    background-size: 50px 500px;
    background-position: 0 0;
}
.skeleton-loader-content, .skeleton-loader-maps, .skeleton-loader-title, .skeleton-loader-title-hotel {
    background: rgba(0, 0, 0, .06);
    animation: 1s infinite shine;
    display: block;
}
@keyframes shine {
    to {
    background-position: 100% 0, 0 0;
}
}.skeleton-loader {
    width: 100%;
    height: 15px;
    margin-bottom: 15px;
}
.skeleton-loader-number {
    width: 60%;
    height: 25px;
    margin-left: auto;
}
.skeleton-loader-maps, .skeleton-loader-title {
    background-repeat: repeat-y;
    background-size: 50px 500px;
    background-position: 0 0;
}
.skeleton-loader-maps {
    width: 100%;
    height: 100px;
}
.skeleton-loader-title {
    width: 30%;
    height: 12px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.skeleton-loader-content, .skeleton-loader-title-hotel {
    height: 12px;
    background-repeat: repeat-y;
    background-size: 50px 500px;
    background-position: 0 0;
}
.skeleton-loader-title-hotel {
    width: 50%;
    margin-top: 5px;
    margin-right: 5px;
}
.skeleton-loader-content {
    width: 100%;
    margin-bottom: 10px;
}
.skeleton-loader-rating {
    width: 30%;
    height: 15px;
    display: inline-block;
    background: rgba(0, 0, 0, .06);
    background-repeat: repeat-y;
    background-size: 50px 500px;
    background-position: 0 0;
    animation: 1s infinite shine;
    margin-bottom: 10px;
}
.card-sekelton {
    background-color: #fff;
    border-radius: 6px 6px 0 0;
    border: 1px solid rgba(5, 5, 5, .06);
}
.logintab .nav-pills .nav-link.active {
    background-color: #004680;
    color: #fff;
}
.font-13 {
    font-size: 13px;
}
.banner-count, .font-12 {
    font-size: 12px;
}

.btn-group-sm>.btn-round.btn, .btn-round.btn-sm {
    height: 32px;
    width: 32px;
    line-height: 30px;
}
.hotel-address:after, .hotel-address:before {
    content: "";
    position: absolute;
    top: 50%;
    background-color: #d9dde0;
    width: 100px;
    height: 1px;
}
.hotel-address:after {
    right: calc(100% + 16px);
}
.hotel-address:before {
    left: calc(100% + 16px);
}
#description .readmore h2 {
    font-size: 20px!important;
}
#description .readmore h3 {
    font-size: 18px!important;
}
.fixed-panel.scrolled {
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #F3F5F8;
    box-shadow: 0 2px 4px rgba(26, 35, 44, .12), 0 0 2px rgba(26, 35, 44, .04);
    padding: 16px 7% 0;
    z-index: 2000;
}
.sticky-header {
    transition: .3s ease-in-out;
}

.size-40 {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
}
.bg-blue-1-05 {
    background-color: rgba(53, 84, 209, .05);
}
#map{
 height: 100% !important;
}
.mobile_result_found{
    font-size: 18px;
}
.offcanvas{
 z-index: 9999999 !important;
}
.offcanvas.offcanvas-bottom{
height: 100% !important;
}
.rounded-full {
    border-radius: 100%}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.h-1 {
    height: 1px!important;
}
.bg-border {
    background-color: #ddd!important;
}
.font-weight-500 {
    font-weight: 500;
}
#rates .select-wrapper, #demandes .select-wrapper{
    padding: 1.05rem .75rem;
    border-radius: 8px !important;
}
#rates .info-tarif-room .select-wrapper, #demandes .info-tarif-room .select-wrapper{
    padding: 1.1rem .75rem !important;
}
#rates .select-wrapper .select-value .select-icon, #demandes .select-wrapper .select-value .select-ico {
    top: 24px;
}
#demandes .form-select{
    padding: 0px !important;
    border: none !important;
}
.TripType a {
    color: #000 !important;
}
.select-wrapper {
    position: relative;
    padding: .375rem .75rem;
    width: 100%;
    border: 1px solid #E9E9E9;
    border-radius: .25rem;
}
.help-block{
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545;
}
.select-wrapper .select-value .select-icon {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #888;
    right: 4px;
    /* top: 14px; */
    position: absolute;
}
.select-wrapper .phoneprefix {
    height: 100%;
    width: 100%;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    position: absolute;
    -webkit-appearance: none;
    padding: 0;
    z-index: 10;
    margin: 0;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.banner-count {
    -webkit-box-align: center;
    align-items: center;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
    margin: 10px;
    padding: 4px 8px;
    box-sizing: border-box;
    text-align: left;
    background: rgba(51, 62, 80, .4);
    border-radius: 4px;
}
.gallery-thumbs, .photo-gallery {
    --outer-grid-columns-total: 1fr 1.5fr;
    --inner-grid-columns-total: 0.5fr 0.5fr 0.5fr;
    --main-image-min-height: 472px;
    --other-thumbnail-images-min-height: 228px;
    display: grid;
    grid-gap: var(--gap-image);
}
.photo-gallery {
    --gap-image: var(--space-6);
    position: relative;
    gap: var(--gap-image);
    grid-template-columns: var(--outer-grid-columns-total);
}
.gallery-main {
    --main-image-min-height: 472px;
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.gallery-main a {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 380px;
    max-height: 406px;
}
.gallery-thumbs {
    --gap-image: var(--space-6);
    position: relative;
    width: 100%;
    height: 100%;
    grid-template-columns: var(--inner-grid-columns-total);
    gap: var(--gap-image);
}
.gallery-thumbs a {
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    -webkit-box-flex: 1;
    flex: 1 1 0%;
    position: relative;
}
.gallery-main a img, .gallery-thumbs a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
    flex: 1 1 0%;
    overflow: hidden;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.photo-gallery a:hover img {
    filter: brightness(56%);
}
.fancybox-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid #fff;
    border-top-color: red;
    animation: 1s ease-in-out infinite spin;
}
@keyframes spin {
    0% {
    transform: rotate(0);
}
100% {
    transform: rotate(360deg);
}
}.photo-gallery a .txt-count {
    visibility: hidden;
    opacity: 0;
    display: none;
}
.photo-gallery a:hover .txt-count {
    visibility: visible;
    position: absolute;
    top: 45%;
    left: 37%;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    opacity: 1;
    display: block;
    text-align: center;
}
#checkboxes {
    position: absolute;
    z-index: 2;
    width: 100%;
    background-color: #fff;
    border: 1px solid #dadada;
    padding: 7px;
    margin-top: 6px;
    border-radius: 5px;
}
.meta-cat .dispo, .meta-cat .indispo {
    position: absolute;
    top: 20px;
    padding: 4px 8px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #000;
    font-weight: 600;
}
#checkboxes label {
    display: block;
}
.meta-cat .dispo {
    background: #bfd83d;
}
.meta-cat .indispo {
    background: #c88582;
}
.facilities_10:before, .facilities_11:before, .facilities_14:before, .facilities_15:before, .facilities_16:before, .facilities_17:before, .facilities_19:before, .facilities_1:before, .facilities_23:before, .facilities_24:before, .facilities_26:before, .facilities_28:before, .facilities_29:before, .facilities_2:before, .facilities_30:before, .facilities_31:before, .facilities_32:before, .facilities_33:before, .facilities_34:before, .facilities_35:before, .facilities_36:before, .facilities_37:before, .facilities_38:before, .facilities_39:before, .facilities_3:before, .facilities_43:before, .facilities_44:before, .facilities_45:before, .facilities_47:before, .facilities_48:before, .facilities_49:before, .facilities_4:before, .facilities_51:before, .facilities_53:before, .facilities_55:before, .facilities_5:before, .facilities_6:before, .facilities_7:before, .facilities_8:before, .facilities_9:before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 8px;
    box-sizing: border-box;
    content: "";
    background-image: inherit;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;
}
.facilities_1:before {
    content: url(/images/facilities/1.png);
}
.facilities_2:before {
    content: url(/images/facilities/2.png);
}
.facilities_4:before {
    content: url(/images/facilities/4.png);
}
.facilities_3:before {
    content: url(/images/facilities/3.png);
}
.facilities_5:before {
    content: url(/images/facilities/5.png);
}
.facilities_6:before {
    content: url(/images/facilities/6.png);
}
.facilities_7:before {
    content: url(/images/facilities/7.png);
}
.facilities_8:before {
    content: url(/images/facilities/8.png);
}
.facilities_9:before {
    content: url(/images/facilities/9.png);
}
.facilities_10:before {
    content: url(/images/facilities/10.png);
}
.facilities_11:before {
    content: url(/images/facilities/11.png);
}
.facilities_14:before {
    content: url(/images/facilities/14.png);
}
.facilities_15:before {
    content: url(/images/facilities/15.png);
}
.facilities_16:before {
    content: url(/images/facilities/16.png);
}
.facilities_17:before {
    content: url(/images/facilities/17.png);
}
.facilities_19:before {
    content: url(/images/facilities/19.png);
}
.facilities_23:before {
    content: url(/images/facilities/23.png);
}
.facilities_24:before {
    content: url(/images/facilities/24.png);
}
.facilities_26:before {
    content: url(/images/facilities/26.png);
}
.facilities_28:before {
    content: url(/images/facilities/28.png);
}
.facilities_29:before {
    content: url(/images/facilities/29.png);
}
.facilities_30:before {
    content: url(/images/facilities/30.png);
}
.facilities_31:before {
    content: url(/images/facilities/31.png);
}
.facilities_32:before {
    content: url(/images/facilities/32.png);
}
.facilities_33:before {
    content: url(/images/facilities/33.png);
}
.facilities_34:before {
    content: url(/images/facilities/34.png);
}
.facilities_35:before {
    content: url(/images/facilities/35.png);
}
.facilities_36:before {
    content: url(/images/facilities/36.png);
}
.facilities_37:before {
    content: url(/images/facilities/37.png);
}
.facilities_38:before {
    content: url(/images/facilities/38.png);
}
.facilities_39:before {
    content: url(/images/facilities/39.png);
}
.facilities_43:before {
    content: url(/images/facilities/43.png);
}
.facilities_44:before {
    content: url(/images/facilities/44.png);
}
.facilities_45:before {
    content: url(/images/facilities/45.png);
}
.facilities_47:before {
    content: url(/images/facilities/47.png);
}
.facilities_48:before {
    content: url(/images/facilities/48.png);
}
.facilities_49:before {
    content: url(/images/facilities/49.png);
}
.facilities_51:before {
    content: url(/images/facilities/51.png);
}
.facilities_53:before {
    content: url(/images/facilities/53.png);
}
.facilities_55:before {
    content: url(/images/facilities/55.png);
}
.online {
    position: absolute;
    right: 12%;
    bottom: 48%;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    z-index: 4;
}
.profile-pic {
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #fff;
    padding: 5px;
}
.mw-250{
    max-width: 250px;
}
.w-250{
    width: 250px;
}
.py-md-6{
    padding-top: 4.0rem !important;
    padding-bottom: 4.5rem !important;
}
.tt-highlight{
    color: #4a555d	 !important;
}
.border-img{
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
.tt-suggest-circle{
    background-color: #f3f3f3 !important;
    border-radius: 6px !important;
    fill: #5a6872 !important;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-floating>.form-control:not(:placeholder-shown)~label::after{
    background-color: unset !important;
}
#localityy{
    border-top-left-radius:10px;
    border-bottom-left-radius:10px;
}

#loading-screen{
    position: relative;
}
.iconStrongPoints{
    width: 30px;
    height: 30px;
}
.mb-txt-loading{
  font-size: 15px !important;
  font-weight: 500;  
}
.themes-wrapper {
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
}
.themes-wrapper::-webkit-scrollbar {
  display: none; /* Chrome / Safari */
}
.owl-dots {
    text-align: end; 
    margin-top: 8px;
}
.btn-dots {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #f0f3f5;
    border:#f0f3f5 1px solid;
    box-shadow: none;
    margin-right: 6px;
}
.btn-dots.active {
    background-color: #fe5101;
}
@media (min-width:768px) {

    .tt-menu {
        z-index: 9999 !important;
        width: 400px !important;
    }
    .min-h-md-500  { min-height: 500px;}
    .engine-section { position: relative; }
    .engine-section:before {
        background: url(/images/home/fond-engine.png);
        content: "";
        height: 100%;
        right: 0;
        position: absolute;
        top: 0;
        width: 100%;
        min-height: 300px;
        z-index: -1;
        background-repeat: no-repeat;
        background-position: right;
    }
}
@media (max-width:767px) {
.facilities_10:before, .facilities_11:before, .facilities_14:before, .facilities_15:before, .facilities_16:before, .facilities_17:before, .facilities_19:before, .facilities_1:before, .facilities_23:before, .facilities_24:before, .facilities_26:before, .facilities_28:before, .facilities_29:before, .facilities_2:before, .facilities_30:before, .facilities_31:before, .facilities_32:before, .facilities_33:before, .facilities_34:before, .facilities_35:before, .facilities_36:before, .facilities_37:before, .facilities_38:before, .facilities_39:before, .facilities_3:before, .facilities_43:before, .facilities_44:before, .facilities_45:before, .facilities_47:before, .facilities_48:before, .facilities_49:before, .facilities_4:before, .facilities_51:before, .facilities_53:before, .facilities_55:before, .facilities_5:before, .facilities_6:before, .facilities_7:before, .facilities_8:before, .facilities_9:before{
    width: 35px !important;
    height: 35px !important;
    padding: 5px !important; 
}
.iconStrongPoints{
    width: 22px !important;
    height: 22px !important;
}

.one-line-ellipsis{
  white-space: nowrap;       
  overflow: hidden;          
  text-overflow: ellipsis;
}
.card-mobile{
    padding: 0 !important;
    box-shadow: unset !important;
    border: unset !important;
}
.point-items{
    display: flex !important;
    width: 100%;
    align-items: center;
}
.hotel-info{
    align-content: space-between !important;
}
.hotel-info .bg-light{
background-color: unset !important;
}
.item-card-htl{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 15px !important;
}
.item-card-htl .col-7{
    padding-left: 0px !important;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.item-card-htl .btn.btn-primary{
    width: fit-content !important;
}
.item-card-htl .align-self-center.text-end{
    width: fit-content !important;
}
.item-card-htl .start-from-price{
    justify-content: flex-end !important;
}
.item-card-htl .h-mobile-info{
    padding: 0px !important;
}
.item-card-htl .price_tarif{
    margin-bottom: 0px !important;
}
.item-card-htl .main-hotel-price {
    font-size: 18px !important;
}
.item-card-htl .trip-note{
    justify-content: start !important;
}
.w-fit{
    width: fit-content !important;
}
.item-card-htl .fs-5 {
    font-size: 18px !important;
}
.h-price-info{
    flex-direction: unset !important;
    justify-content: end !important;
}
.item-htl {
    padding: 0px !important;
}

.mobile_result_found { font-size: 14px !important ;}

.navbar-secondary .nav-link {
    padding-right: 12px !important;
    padding-left: 12px !important;
}
.owl-dots {
    text-align: end; 
    margin-top: 8px;
}
.btn-dots {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #f0f3f5;
    border:#f0f3f5 1px solid;
    box-shadow: none;
    margin-right: 6px;
}
.btn-dots.active {
    background-color: #fe5101;
}


.card-engine {
    padding: 10px 8px 15px;
}

.navbar .drop-bloc .border-end {
    border-right: 0!important;
}
}

@media screen and (min-width:768px) {
    .bg-breadcrumb, .owl-packages {
    position: relative;
}

.bg-breadcrumb {
    top: 206px;
    width: 100%;
    background: #fff;
    padding: 10px 10px 1px 18px;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%)!important;
}
.owl-hotels .owl-nav ,
.owl-packages .owl-nav {
    position: absolute;
    z-index: 10;
    top: 40%;
    width: 100%}
.owl-hotels .owl-nav button,
.owl-packages .owl-nav button {
    color: #000!important;
    border-radius: 50%!important;
    background: #fff !important;
    box-shadow: 0 .125rem .125rem -.125rem rgba(31,27,45,.08),0 .25rem .75rem rgba(31,27,45,.08)!important;
    width: 2.25rem!important;
    height: 2.25rem!important;
    transition: all .3s ease-in-out!important;
}
.owl-hotels .owl-nav button span,
.owl-packages .owl-nav button span {
    font-size: 35px !important;
    line-height: 23px !important;
}
.owl-hotels .owl-nav button:hover,
.owl-packages .owl-nav button:hover{
    color: #fe5101!important;
    box-shadow: 0 .125rem .5rem -.25rem rgba(31,27,45,.12),0 .25rem 1rem rgba(31,27,45,.12)!important
}
.owl-hotels .owl-stage ,
.owl-packages .owl-stage {
    display: flex;
}
.owl-hotels  .owl-nav button.owl-prev,
.owl-packages .owl-nav button.owl-prev {
    position: absolute;
    left: -20px;
}
.owl-hotels  .owl-nav button.owl-next,
.owl-packages .owl-nav button.owl-next {
    position: absolute;
    right: -20px;
}
}

/*Bloc  Votre voyage home */
.u-after-overlaying--soft--hover::after {
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    content: " ";
    z-index: 0;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background:rgb(0 0 0 / 15%);;
}
.a-active:hover .u-after-overlaying--soft--hover::after {
background: rgb(0 0 0 / 35%);
}
    .o-postcard__main {
        z-index: 2;
    }
    .o-box>:last-child {
        margin-bottom: 0;
    }
    .c-burger-title {
        -webkit-transition: all .4s ease 0s;
        transition: all .4s ease 0s;
        position: relative;
    }
    .c-burger-title__title {
        color: #fff;
        font-size: 32px;
        background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.2)), to(transparent));
        background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
        padding: 10px 0;
        border-top: 1px solid rgba(255,255,255,.3);
        border-bottom: 1px solid rgba(255,255,255,.3);
        letter-spacing: .6px;
        text-shadow: 0 3px 3px rgba(0,0,0,.1607843137);
        margin: 0;
    }
    .a-active .c-burger-title__button {
        position: absolute;
        bottom: 0;
        left: 0;
        opacity: 0;
        margin: 0;
    }
    .o-postcard__image-wrapper {
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: normal;
        content: initial;
    }
    .o-postcard__image {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
    }
    
    .o-position--bottom, .o-position--full {
        bottom: 0;
    }
    
    .u-1\/1 {
        width: 100% !important;
    }
    .o-postcard__main {
        z-index: 2;
    }
    

    .o-position {
        position: absolute;
        z-index: 3;
        left: 0;
    }
    .o-box {
        display: block;
        padding: 20px;
    }
    
    .a-active:hover .c-burger-title__button {
        opacity: 1;
    }
    .a-active .c-burger-title__button {
        position: absolute;
        bottom: 0;
        left: 0;
        opacity: 0;
        margin: 0;
        background-color: #e3e3e3;
        border: 1px solid #e3e3e3;
        color: #4e4e4e;
        padding: 4px 8px;
        text-align: center;
        font-weight: 500;
        border-radius: 10px;
    }
    
    .bg-clr--white {
        background-color: #fff;
    }
    .c-burger-title__button {
        -webkit-transition: all .4s ease 0s;
        transition: all .4s ease 0s;
        margin-top: 20px;
    }
    .c-button, .c-button:focus {
        background-color: #fff;
        background-image: none;
        border: 1px solid #e3e3e3;
        color: #707070;
    }
    .a-active:hover .c-burger-title--hidden-content {
        padding-bottom: 50px;
    }
    .a-active .c-burger-title__button {
        position: absolute;
        bottom: 0;
        left: 0;
        opacity: 0;
        margin: 0;
    }
    
    .o-postcard {
        position: relative;
        overflow: hidden;
        color: #fff;
    }
    .c-postcard--vertical {
        height: 360px;
    }
    .u-border-radius {
        border-radius: 4px;
    }
    .u-cursor--pointer {
        cursor: pointer !important;
    }
    


    .btn-icon.btn-xs {
        width: 2rem;
        height: 2rem;
    }
    .btn-icon.btn-xss {
        width: 2rem;
        height: 2rem;
    }
    .btn-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 2.75rem;
        height: 2.75rem;
        padding: 0;
    }

    .btn-translucent-light {
       background-color: #fe5101;
       border: #fe5101 1px solid;
       color:  #fff;
    }
    .item-card-htl { border-radius: 10px;}
    
    .bs-stepper-header {
        display: flex;
        align-items: center;
    }
    .bs-stepper .step-trigger:not(:disabled):not(.disabled) {
        cursor: pointer;
    }
    .bs-stepper .step-trigger {
        display: inline-flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.5;
        color: #6c757d;
        text-align: center;
        text-decoration: none;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        background-color: transparent;
        border: none;
        border-radius: 0.25rem;
        transition: background-color 0.15s ease-out, color 0.15s ease-out;
    }
    .step.active .bs-stepper-circle {
        background: var(--bs-primary);
        color: #ffffff;
        border: unset;
    }
    .Hrating {
        display: flex;
        gap: 1px;
    }

    .circle {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        border: 1px solid #92A25C; 
        background-color: white;
        position: relative;
        overflow: hidden;
    }

    .circle-fill {
        background-color: #92A25C;
        height: 100%;          
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 50% 0 0 50%;
    }
    .m-x-4 {
        margin-top: -40px;
    }
    .line-bottom{
        display: block;
        border-bottom: 3px dotted #f3f3f3;
    }
    .dot-red::after {
        content: " ";
        display: inline-block;
        width: 5px;
        height: 5px;
        background-color: var(--bs-primary);
        border-radius: 50%;
        margin-left: 4px;
    }    
    .h-150 {
        height: 150px;
        object-fit: cover;
        width: 100%;
    }
    .border-top-light {
        border-top: 1px solid #DDDDDD;
    }
    
    .resa-rate {
        border-bottom: 1px solid #DDDDDD;
    }
    .bottom-shadow{
        box-shadow: 0 4px 2px -2px #eaeaea;
    } 
    .w-1 {
        width: 1px;
        max-width: 100%;
    }
    .col-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .y-gap-20 {
        margin-top: -10px;
        margin-bottom: -10px;
    }
    .y-gap-20 > * {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .h-full {
        height: 100% !important;
    }
    .bg-border {
        background-color: #DDDDDD !important;
    }
    .justify-items-center{
        justify-items: center;
    }
    .justify-items-start{
        justify-items: start;
    }
    .justify-items-end{
        justify-items: end;
    }
    .payment-type .type {
        width: 100%;
        position: relative;
        background: #fff;
        border: 2px solid #e8ebed;
        padding: 14px;
        box-sizing: border-box;
        border-radius: 6px;
        cursor: pointer;
        transition: all 0.5s ease;
    }
    .pay-border{
        border: 1px solid #ccc;
        border-radius: 8px;
    }
    .payment-type .type.bank{
        margin-right: 0px !important;
    }
    .payment-type .type:hover {
        border-color: #28333b;
    }
.address-agence{
    padding-left: 30px !important;
}
.agency-details .alert-primary{
    background-color: #eb662b0d;
    color: #000;
    border: none;
}
.agency-details  .alert{
    margin-bottom: 0px;
}
    .payment-type .type:hover .logo,
    .payment-type .type:hover p {
        color: #28333b;
    }

    .payment-type .type.selected {
        border: 1px solid #ff6600;
    }

    .payment-type .type .logo {
        background-color: #ffffff;
        padding: 6px;
        border-radius: 30px;
    }

    .btn-orange {
      border: 1px solid #fe5101;
      color: #fe5101;
      background: transparent;
      border-radius: 8px;
    }
    .btn-orange:hover {
      background-color: #fe5101;
      color: #fff;
    }

    .payment-type .type .logo,
    .payment-type .type p {
        transition: all 0.5s ease;
    }

    .payment-type .type p {
        margin-bottom: 0;
        letter-spacing: 0.5px;
    }

    #rates .pay-type {
        display: flex !important;
        justify-content: center !important;
    }
    .bs-stepper-circle {
        display: inline-flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        padding: 0.5em 0;
        margin: 0.25rem;
        color: var(--bs-primary);
        border: 1px solid var(--bs-primary);;
        background-color: #ffffff;
        border-radius: 50%;
    }
    .bs-stepper .line, .bs-stepper-line {
        margin: 0 3%;
        background-color: rgba(5, 5, 5, 0.06);
    height: 1px;
    color: rgba(5, 5, 5, 0.06);
    width: 98%;
    z-index: 66;
    }
    .line.active{
        margin: 0 3%;
        background-color:#fe5101;
    height: 1px;
    color:#fe5101;
    width: 98%;
    z-index: 66;
    }
    .border-dashed  {border: 1px dashed #ccc}
    .sort-title.active{
       color:#fe5101 !important; 
    }
    .select-btn.active{
        border-bottom: 2px solid #fe5101 !important;
        border-radius: 0 !important;
    }
    .font-14  { font-size: 14px !important;}
    .font-24  { font-size: 24px !important;}
    #sort_hotels{ display: flex;}
    #sort_hotels .select-menu .select-btn:hover {
        background: #F8F8F8 !important;
    }
        
    #loading-result {     
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 10000;
        background: rgba(0, 0, 0, 0.5);}
    
        .loading {
          background: #fafafa;
          width: 46%;
          position: relative;
          top: 220px;
          z-index: 8;
          margin: auto;
          overflow: hidden;
          padding: 20px;
      }
      
      .lds-roller {
        /* change color here */
        color: #fe5101
      }
      .lds-roller,
      .lds-roller div,
      .lds-roller div:after {
        box-sizing: border-box;
      }
      .lds-roller {
        display: inline-block;
        position: relative;
        width: 80px;
        height: 80px;
      }
      .lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 40px 40px;
      }
      .lds-roller div:after {
        content: " ";
        display: block;
        position: absolute;
        width: 7.2px;
        height: 7.2px;
        border-radius: 50%;
        background: currentColor;
        margin: -3.6px 0 0 -3.6px;
      }
      .lds-roller div:nth-child(1) {
        animation-delay: -0.036s;
      }
      .lds-roller div:nth-child(1):after {
        top: 62.62742px;
        left: 62.62742px;
      }
      .lds-roller div:nth-child(2) {
        animation-delay: -0.072s;
      }
      .lds-roller div:nth-child(2):after {
        top: 67.71281px;
        left: 56px;
      }
      .lds-roller div:nth-child(3) {
        animation-delay: -0.108s;
      }
      .lds-roller div:nth-child(3):after {
        top: 70.90963px;
        left: 48.28221px;
      }
      .lds-roller div:nth-child(4) {
        animation-delay: -0.144s;
      }
      .lds-roller div:nth-child(4):after {
        top: 72px;
        left: 40px;
      }
      .lds-roller div:nth-child(5) {
        animation-delay: -0.18s;
      }
      .lds-roller div:nth-child(5):after {
        top: 70.90963px;
        left: 31.71779px;
      }
      .lds-roller div:nth-child(6) {
        animation-delay: -0.216s;
      }
      .lds-roller div:nth-child(6):after {
        top: 67.71281px;
        left: 24px;
      }
      .lds-roller div:nth-child(7) {
        animation-delay: -0.252s;
      }
      .lds-roller div:nth-child(7):after {
        top: 62.62742px;
        left: 17.37258px;
      }
      .lds-roller div:nth-child(8) {
        animation-delay: -0.288s;
      }
      .lds-roller div:nth-child(8):after {
        top: 56px;
        left: 12.28719px;
      }
      @keyframes lds-roller {
        0% {
          transform: rotate(0deg);
        }
        100% {
          transform: rotate(360deg);
        }
      }
      

    
    @media only screen and (min-width: 767px) {
        .z-moteur {
            bottom: 28%;
            position: relative;
            z-index: 30;
        }
        /* .bg-engine-sm .carousel-caption { z-index: 10;} */
    }
    .custom-engine-hotels { 
        background-color: #fff;
        border-radius: 10px;  
        box-shadow: 0 3px 6px 0 rgba(25, 32, 36, 0.16), 0 -1px 4px 0 rgba(25, 32, 36, 0.04);
    }
    .custom-engine-flights { 
        border-radius: 10px;  
        box-shadow: 0 3px 6px 0 rgba(25, 32, 36, 0.16), 0 -1px 4px 0 rgba(25, 32, 36, 0.04);
    }
    .custom-engine-product { 
        background-color: #fff;
        border-radius: 10px;  
        box-shadow: 0 3px 6px 0 rgba(25, 32, 36, 0.16), 0 -1px 4px 0 rgba(25, 32, 36, 0.04);
    }
    .custom-engine  {        
        background-color: #fff;
        /* padding: 8px 15px; */
        border-radius: 10px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;

    }
    .custom-engine-multi  {        
        background-color: #fff;
        /* padding: 8px 15px; */
        border-radius: 10px;

    }
     .custom-engine-product .custom-engine{
        border-top-right-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
         padding: 10px 15px;
     }
        
    .custom-engine-passagers {            
        background-color: #fff;
        /* padding: 8px 0px; */
        /* border-radius: 12px; */
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .custom-engine-button {            
        background-color: #fff;
        /* padding: 8px 15px; */
        border-radius: 12px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .flatpickr-months{
        padding: 10px !important;
    }
    
    .nav-home .nav-link {     
        display: flex;
        flex-direction: column;
        /* align-items: center;  */
        text-align: center; 
        color: #000;     font-size: 14px;
        padding-left: 0px !important;
        padding-right: 40px;
    }
    .nav-home .nav-link:hover { border-color: transparent; color: #fe5101;    }

        .icone-engine.active {  background-color:#fe5101 ; color: #fff;}
        .icone-engine {      border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: rgb(1 0 0 / 10%) 0px 20px 25px -5px, rgb(0 0 0 / 11%) 0px 10px 10px -5px ;
            width: 52px;
            height: 52px;
            background-color: #fff;
            color: #000;
            margin-bottom: 6px;
            line-height: 2.4;}
            .icone-engine.active:hover {
                background-color: #be3e04;
            }
            .icone-engine:hover{
                background-color: #e6ebef ;
            }
            .nav-home { margin-bottom: 30px;
                border-bottom: 0px;}


.agency-stat{
    display: flex;
    justify-content: space-evenly;
  }
  .border-between{
    border-right: 3px solid #fff;
  }
  .pack-color{
    color: #fff ;
  }
  .desti-image img{ border-radius: 10px;}
  .desti-content-deals {        position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 32px;
    background: #00000026;
    color: #fff;
    border-radius: 10px;
    height: 100%;     flex-direction: column;
    display: flex;} 
    
    .desti-content-deals  .title {font-size: 24px; color: #fff; font-weight: 600; position: relative; text-transform: capitalize;}
    .desti-content-deals  .title:after {    content: "";
        border-bottom: 2px solid #fff;
        position: absolute;
        width: 108px;
        top: 36px;
        left: 0px; }
        
    .desti-content-deals .description  {     
        margin-top: 26px;
        font-size: 20px;}

    .bloc-price { 
        position: absolute;
        bottom: 0px;
        width: 70%;
        padding: 4px 8px;
        background: #00000085;
        color: #fff;
        border-top-right-radius: 65px;
        border-top-left-radius: 16px;
    }
    
    .form-label {
        margin-bottom: .5rem;
        font-weight: 400;
        color: var(--bs-gray-500);
    }

    .engine .form-control {
        padding: 8px 8px 8px 18px;
        border: none;
        border-radius: 0px;
        height: 60px;
        font-size: 14px;
        color: #000;
    }
    .btn-Submit{
        color: #000 !important;
        background-color: #f3f3f3 !important;
        width: 100%;
    }
    .Validation-error-message {
        text-align: left;
        margin: 0;
        color: #d32933;
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
      }
      .Validation-error-title {
        font-size: 18px;
        text-align: left;
        color: #000;
        font-weight: 600;
      }
    .engine .engineFlight .form-control {
        border-radius: 8px ;
        height: 60px !important;}
        .engine .engineFlight .passagesCount.form-control {
            height: 35px !important;}

    .engine-tarif-fiche .form-control {
        padding: 27px 14px 8px 60px;
        border: 1px solid transparent;
        border-radius: 0px;
        height: 60px;
        font-size: 14px;
        color: #000;
    }
    .del-row {     
        position: absolute;
        top: 20px;
        right: -32px;
    }
    .del-row:hover{
        cursor: pointer;
    }
    .none-cap{
        text-transform: unset !important;
    }
.products .h-img-deals{
    height: 330px !important;
}
.products .desti-content-deals {
    padding: 14px !important;
}
.btn-outline-secondary {
    color: #F3F5F8;
    background-color: unset;
    border-color: #F3F5F8;
}
.btn-outline-secondary:hover {
    background-color: #F3F5F8 !important;
}
.font-20{
    font-size: 20px !important;
}
.product-description{
    padding: 14px;
}
.product-description .title {
    position: relative;
    display: inline-block; 
    padding-bottom: 5px; 
    font-weight: 600;
}
.cardImage__leftBadge {
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 999;
}
.bg-green-1 span{
    background-color: #31a923 !important;
    color: #ffffff !important;
} 
.bg-green-1::after{
    border-right: 4px solid #0c6c01 !important;
    border-top-color: #0c6c01 !important;
} 
.bg-red-1{
    background-color: #FF0404;
} 
.text-white-1{
    color: #ffffff;
}
.rounded-right-4 {
    border-radius: 0 6px 6px 0;
}
.product-description .title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0; 
    width: 20%;
    border-bottom: 2px solid #fe5101;
}
.products .filters {
    transition: transform 0.2s ease; 
}
.cursor-pointer{
    cursor: pointer !important;
}

.btn-edit:disabled{
    border-color: #fff !important;
}

.btn-custom-primary:hover{
    background-color: #ffefe4 !important;
}
.products .filters:hover {
    transform: translateY(-2px); 
}
.slider-airlines .card img {
    height: 84px;
    width: 173px;
    object-fit: contain;
    object-position: center;
}
.engine .has-error .help-block{
    display: none !important;
}
.engine .custom-engine-button .form-control{
        border-radius: 8px;
}
.row-shadow{
    border-radius: 8px;
    box-shadow: 0 .125rem .25rem rgba(29,  58,  83,  .15);
}
.custom-btn.disabled{
    border: #ffffff !important;
}
.see-more-details{
    color: #05939F !important ;
    text-decoration: underline !important;
}
.custom-see-more-details{
    color: #008CFF !important ;
    text-decoration: underline !important;
}
.min-h-600{
    min-height: 600px;
}
@media (max-width: 768px) {
    .order-last.order-md-first{
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
    }
    #rates > div{
        margin-top: 1rem !important;
    }
    #rates .notAuthenticated{
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
    } 
    .hotel-mobile-detail{
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        border-radius: 10px;
    }
    #rates .order-first.order-lg-last{
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    .bs-stepper-header {
        gap: 4px !important;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        justify-content: space-between;
    }

    .bs-stepper-header .step {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .bs-stepper-header .line {
        position: relative;
        width: 60px; 
        height: 2px;
        background-color: #dee2e6; 
        margin: 0 0.5rem;
    }
    
    .shimmer-wrapper::before {
        animation: unset !important;
    }
    .ps-mb-0{
        padding-left: 0 !important;
    }
    .resa-main-title , .mb-info-txt{
        display: none;
    }
    .resa-rate{
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
    }
    .TripType a {
        font-size: 15px !important;
    }
    .policy-table th, .policy-table td {
      display: block;
      width: 100%;
    }
    .policy-table th {
        width: 100% !important;
    }
    .policy-table th {
      font-size: 1rem;
    }

    .policy-table td {
      padding-top: 0;
    }
    .feature-card {
      min-height: unset !important; 
      flex: 1 1 100%;    
    }
    .row-shadow{
        box-shadow: none !important;
    }
    .engine .engineFlight .form-control {
        height: 45px !important;
    }
    .Typeahead-close {
        top: 18px !important;  
    }
    .engine .form-control {
        font-size: 15px !important;
        height: 45px !important;
    }
    .moteur-flight {
        font-size: 15px !important;
    }
    .custom-engine-button {            
        background-color: transparent !important;
        padding: 0px !important;

    }
    .navbar-toggler:focus{
        box-shadow: none !important
    }
    .custom-engine-button .form-control{
        background-color: transparent !important;
        padding: 0px !important;
        box-shadow: none !important;
    }
    .engineFlight .custom-engine-passagers{
        box-shadow: none !important;
    }
    .del-row {
        padding: 0px 0px;
        margin-bottom: 15px;
        position: relative;
        top: 5px;
        right: 0;
    }

#filters.card { box-shadow: none !important;     border: none;}
#filters.card .card-body{ padding: 0px;}
#filters.card .card-p.mb-2{ margin-bottom: 20px !important;}
  }
   #sort_hotels .select-menu {
        border-radius: 10px;
   }
   #sort_hotels .select-menu .select-btn {
       display: flex;
       height: 42px;
       background: #fff;
       padding: 4px 14px;
       font-size: 14px;
       font-weight: 400;
       border-radius: 8px;
       align-items: center;
       cursor: pointer;
   }
   #sort_hotels .select-btn i {
       font-size: 25px;
       transition: 0.3s;
   }
   #sort_hotels .select-menu.active .select-btn i {
       transform: rotate(-180deg);
   }
   #sort_hotels .select-menu .options {
       position: absolute;
       width: auto;
       padding: 8px;
       margin-top: 10px;
       border-radius: 8px;
       background: #fff;
       box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
       display: none;
       z-index: 1000;
   }
   #sort_hotels .select-menu.active .options {
    display: block;
   }
   #sort_hotels .options .option {
    cursor: pointer;
    align-items: center;
    line-height: 2;
    padding: 6px;
    list-style: none;
   }
   #sort_hotels .options .option:hover {
    background: #f2f2f2;
   }
   #sort_hotels .option i {
    font-size: 25px;
    margin-right: 12px;
   }
   
   #carteMap img {
    border-radius: 10px;
    height: 120px;
}
#carteMap .map {
    background: #fff0;
    width: 100%;
    text-align: center;
    top: 38%;
    height: 100%;
    align-self: center;
    line-height: 3;
}
   #carteMap .btnMap {
    font-size: 13px;
    color: #fff;
    background: #05939F;
  }
  .number_filter {     position: absolute;
    z-index: 10;
    left: 22px;
    top: 13px;
    font-weight: 600;
    font-size: 13px;
    color: #fff;}    
    .filter-star {position: relative;}
    .btn-check:checked + .btn.btn-outline-third {
    color: #FFB300;
    }
    .btn-check:checked + .btn.btn-outline-third .number_filter  {
    color: #fff;
    }   
              
    .btn.btn-outline-third {
      color: #E6E6E6;
    }
    .btn.btn-outline-third .number_filter{
    color: #ABABAB;
    }
    
    .price-filter {
        display: flex;
        justify-content: space-between;
    }
    .rooms-type .boardsFilter {
        display: flex ;
        align-items: center;
        width: 100%;
    }

.containerAgence{
    background-color: #fff !important;
    border-radius: 6px !important;
}
.form-select:focus{
    border-color: #E9E9E9 !important;
    box-shadow: none !important;
}
.main-hotel-price { 
    font-size: 22px; 
    font-weight: 600;
    letter-spacing: 1px;
}
.min-price , .max-price{
    letter-spacing: 1px;
}
.space {
  display: inline-block;
  width: 0.25em; 
}
.old-price{
    letter-spacing: 1px;
}
    .mytooltip {
        position: relative;
        text-decoration: none;
        font-size: 14px;
        color: #007BFF;
        font-weight: 500;
    }
    
    .mytooltip::before {
        content: attr(data-tooltip);
        position: absolute;
        bottom: 150%;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(0, 0, 0, 0.8);
        color: white;
        padding: 8px 12px;
        font-size: 14px;
        white-space: nowrap;
        border-radius: 5px;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s, transform 0.3s;
    }
    
    .mytooltip::after {
        content: "";
        position: absolute;
        bottom: 140%;
        left: 50%;
        transform: translateX(-50%);
        border: 6px solid transparent;
        border-top-color: rgba(0, 0, 0, 0.8);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s;
    }
    
    .mytooltip:hover::before,
    .mytooltip:hover::after {
        opacity: 1;
        visibility: visible;
    }
    .font-txt-cancelation { color: #28a745 !important; font-weight: 500;}
    .choice-room-line {
        display: grid;
        background-color: #fff;
        padding: 5px 5px;
        border-radius: 6.4px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 4px !important;
    }
    .form-control:focus {
        box-shadow: none !important;
    }
    .box-bottom-shadow{
        box-shadow: rgb(149 149 149 / 45%) -2px 25px 13px -23px; 
    }
    .h-page__address-map {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 190px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        background: url(/images/map-button-img.png) 0 0 / cover no-repeat;
    }
    .location-border{
        border-radius: 20px;
        border: 1px solid #DFE0E4; 
    }
    .fv-tooltip {
        position: absolute;
        background-color: #f04c41;
        color: #fff;
        padding: 10px;
        border-radius: 10px;
        font-size: 12px;
        white-space: nowrap;
        margin-top: 5px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
        z-index: 10;
    }
    .fv-tooltip::after {
        content: '';
        position: absolute;
        top: -6px;
        left: 10px; 
        border-width: 3px;
        border-style: solid;
        border-color: transparent transparent #f04c41 transparent;
    }
    .border-custom-light {
        border: 1px solid #c9c9c9;
        background-color: #ffffff;
    }

    .text-non-refundable{
        color: #000 !important;
        font-weight: 500;
        border-bottom: 2px dotted #b3b3b3;
        width: fit-content;
    }
    .desti-fixed-height {
        height: 370px; 
        overflow: hidden;
    }
    .hebergement-fixed-height {
        height: 300px; 
        overflow: hidden;
    }
    .accordion-button:focus {
        box-shadow: unset !important;
    }
    .card-flight-sections .card{
        display: grid;
        min-height: 127px;
    }
    

   
    .item-card-htl{
        transition: all 0.2s ease-in-out 0s;
        -webkit-transition: all 0.2s ease-in-out 0s;
    }

    .item-card-htl:hover{
        cursor: pointer;
       -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.05);
        box-shadow: 0 10px 40px 0 rgb(28 21 21 / 6%);
    }
    .icon{
        width: 15px;
        margin-right: 5px;
    }
    @media (min-width: 768px) {
        .card-hotel-sections  img{
            max-height: 260px !important;
            min-height: 260px !important;
        }
        .card-flight-sections, .card-hotel-sections {
            height: 100%;
            transition: box-shadow 300ms ease-in-out, transform 300ms ease-in-out;
            padding-top: 0; 
        }
        .card-flight-sections:hover, .card-hotel-sections:hover {
            box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.05);
            transform: translateY(-6px); 
        }
          #best-destinations .row.g-3{
            display: flex;
            flex-wrap: nowrap;
            overflow: hidden;
          }
           #best-destinations .col-md-4 {
            flex: 1 1 33.333%;
            min-width: 0;
            transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          }
        
          #best-destinations .col-md-4:hover {
            flex: 2 1 50%;
            z-index: 2;
          }
        
          #best-destinations .col-md-4:hover ~ .col-md-4,
          #best-destinations .col-md-4:hover + .col-md-4 {
            flex: 0.75 1 25%;
          }
          .owl-carousel .owl-item .widget-container:hover {
            z-index: 2;
            transition: transform 0.3s ease;
          }
          #best-hotels .row.g-3 {
            display: flex;
            flex-wrap: nowrap;
            overflow: hidden;
          }
          #best-hotels .col-md-4 {
            flex: 1 1 33.333%;
            min-width: 0;
            transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          }
        
          #best-hotels .col-md-4:hover {
            flex: 2 1 50%;
            z-index: 2;
          }
        
          #best-hotels .col-md-4:hover ~ .col-md-4,
          #best-hotels .col-md-4:hover + .col-md-4 {
            flex: 0.75 1 25%;
          }
        .hotelsRooms .bg-select {
            background-color: #eaf7ff;
            border-radius: 4px;
        }
    }
    .hotelsRooms .room-select {
        display: flex !important;
        align-items: end;
        justify-content: space-evenly;
    }
    
    .border-custom-light.selectedRow {
        border: 1px solid #fe5101 !important;
    }
    .line-height-5 {line-height: 15px;}
    .except.nights-count {background-color: transparent;}
    .gallery-thumbs a img {
        max-height: 200px !important;
        min-height: 200px !important;
    }
    .form-control:disabled {
        background-color: var(--bs-secondary-bg) !important;
    }
    #rates .nav-pills .nav-link.active{
        color: #fe5101;
        background-color: transparent;
        border-bottom: 2px solid #fe5101 ;
    }
    
    #rates .nav-pills .nav-link {
        border-radius: 0px;
        color: #000;
    }
    .sub-title {     font-weight: 600;
        font-size: 34px;}
        .fs-subtitle  {    font-size: 18px;}
        
        .h-55 { height: 55px;}
        
      .logintab   .input-ttp { height: 58px;}
       .logintab   .iti--allow-dropdown { width:100%;}
      .badge-primary {
        color: #fff;
        background-color: #0062cc;
      }
      .badge-secondary {
        color: #fff;
        background-color: #6c757d;
      }
      .badge-success {
        color: #fff;
        background-color: #28a745;
      }
      .badge-info {
        color: #fff;
        background-color: #008234;
        font-size: 12px !important;
      }
      .badge-warning {
        color: #212529;
        background-color: #ffc107;
      }
      .badge-danger {
        color: #fff;
        background-color: #dc3545;
      }
      .badge-light {
        color: #212529;
        background-color: #f8f9fa;
      }
      
  .page-link {
font-size: 14px;
border-radius: 50%;
padding: 0px 8px;
}       
.active>.page-link, .page-link.active {
  background-color: #fe5101;
  border-color: #fe5101;
}

.page-item:first-child .page-link {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
   color: #fe5101;
   background-color:#fe510126;
   border-color: #fe5101;
}
.pos-absolute{
    position: absolute !important;
}
.skeleton-hotel-card .item-card-htl:first-child {  
    border: unset !important;
    background-color: unset !important;
}
.item-card-htl:first-child {     
    border: #fe5101 1px solid;
    background-color: #FFF8F5 !important;
}
    
.item-card-htl:first-child .bg-light  { background-color: #fcece6;}
.paginate_button { margin-right: 4px;}
.page-item:last-child .page-link { 
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  color: #fe5101;
  background-color: rgba(40, 125, 250, 0.07);
}
  
  
.eye-password  {
  right: 2%;
  top: 35%;
}
.Edit-password  {
  right: 2%;
  top: 22%;
}

.hero_in_espace_client { 
    background: url(/images/bg-espace-client.jpg) center center no-repeat;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   width: 100%;
   position: relative;
   justify-content: center;
   align-items: center;
   display: flex;
   height: 160px;
}
.user-dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-menu-custom {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: white;
    width: 100%;
    min-width: 210px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
    border-radius: 8px;
    overflow: hidden;
}

.dropdown-menu-custom a {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    font-size: 15px;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #eee;
}

.dropdown-menu-custom a:hover {
    background-color: #f5f5f5;
}
.account-pages .list-group-item {
  border: 0px;
  display: flex;
  align-items: center;
}
.account-pages  .list-group-item svg{
    color: #000;  
}
.account-pages  .list-group-item.active {
  color: #fe5101;
  border-radius: 6px;
}
.account-pages .list-group-item.active svg path {
  stroke: #fe5101 !important;
}
.account-pages .list-group-item.active svg circle {
  stroke: #fe5101 !important;
}
.list-group-item-action:focus, .list-group-item-action:hover {
  border-radius: 6px;
}
.author-bio  { line-height: 1;}



#offcanvasTop{
    height: 100% !important;
}
#offcanvasFilters{
    width: 100% !important;
}

.swap-button{
    width: 30px;
    height: 30px;
    background: #ffffff;
    border: 1px solid #fe5101;
    position: absolute;
    left: 50%;
    border-radius: 50%;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: box-shadow 0.3s linear;
}
.payment-type input[type="radio"] {
    margin-right: 10px;
    accent-color: #fe5101 !important;
}
.w-20{
    width: 20%;
}
.w-80{
    width: 80%;
}
.tabStausList{
    margin-bottom: 1rem ;
}
.banner-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.banner {
  width: 100%;
  height: auto;
  display: block;
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-text {
  text-align: center;
  color: white;
  padding: 20px;
}



.banner-text p {
  font-size: 1.2rem;
  margin: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
@keyframes rotate {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
@media(max-width: 576px) {
    .tabStausList{
        margin-bottom: .25rem !important;
    }
    #stepper .bs-stepper-header {
        gap: unset !important;
    }
    .date-box{
        font-size: 14px !important;
        width: fit-content !important;
        min-width: unset !important ;
    }
    #nightsCount{
        font-size: 14px !important; 
    }
    .room-selector-fixed-selector .selector-guest-pure-v2 {
        height: 46px !important;
    }

    .choice-room-line{
        margin-right: .5rem !important; 
    }
    .item-card-htl .btn.btn-primary{
        font-size: 13px !important;
    }
    .show-more-list{
        margin-top: 0px !important;
    }
    #slide-title {
        display: none !important;
    }
    .nav-home {
        margin-bottom: 0px !important;
    }
    .custom-engine-hotels .gy-3{
        --bs-gutter-y: 0.5rem !important ;
    }
    .custom-engine-hotels {
        background-color: unset !important;
        padding: 8px 0px !important;
        box-shadow: unset !important;
    }
    #slide-title {
        font-size: 28px !important;
    }
    .nav-home .nav-link {
        padding-right: 36px !important;
    }
    #ResaTabContent{
        margin-top: 12px;
    }
    #icone-resa .icone-engine{
       width: 40px !important;
       height: 40px !important; 
    }
    .icone-engine {
        width: 46px !important;
        height: 46px !important;
        line-height: 2 !important;
    }
    .sub-title {
        font-size: 20px !important;
    }
    .desti-fixed-height{
        height: 300px !important;
    }
  .img-fiche{
    width: 100% !important   ;
    height: 250px !important;
       
  }
  .del-row {
    padding: 0px 0px;
    position: relative;
    top: 5px;
    right: 0;
  }
}
@media(max-width: 991px) {
    .selector-guest-pure-v2 {
        height: 43px !important;
    }
    .owl-products .col-md-6 , .owl-products .col-md-3{
        width: 100%;
    }
    .custom-engine-product .form-select{
        border: 1px solid #E9E9E9 !important;
        padding: 12px;
        border-radius: 10px;
    }
    .py-md-6 {
       padding-top: 2.5rem !important;
       padding-bottom: 2.5rem !important;
    }
    .sub-title-ag{
        font-size: 36px !important;
        width: 100% !important;
    } 
  .order-first.order-lg-last{
    padding-left:  0px !important;
    padding-right: 0px !important;
  }
  .fiche-carousel .carousel-control-next-icon , .fiche-carousel .carousel-control-prev-icon{
    background-color: #0d0d0d;
    border-radius: 6px;
  }
  .content {
    top: 6% !important;
  }
  .tt-menu { width: 100% !important ; }
  .btn-circle { border-radius: 10px; padding: 6px 12px !important; width : 100%;}
  .btn-circle-custom { border-radius: 10px !important; padding: 6px 12px !important; width : 100%;}
  .passengers {
    width: 100% !important;
  }
  #slide-title {
    width: 100% !important;
    margin-bottom: 40px;
  }
  .navbar-expand-lg .nav-item {
    width: 100% !important ;
  }
  .nav-link.docs-creator:hover:after {
    width: 100%;
  }
  
  .engine.mobile .form-control {
    border: 1px solid #E9E9E9;
    border-radius: 10px;
  }
    
}

.card-flight-sections img{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
@media(max-width: 767px) {
    .mb-txt-loading{
  font-size: 14px !important;
}
      .modalloader .modal-content {
        max-width: calc(100vw - 67px);
        margin: 8px auto;
    }
    .pos-absolute{
        position: relative !important;
    }
    #continueBtn{
       margin-top: 1rem !important;
    }
    #loginBtn{
       margin-top: 1rem !important; 
    }
    .mb-sml-4{
        margin-bottom: 4px !important;
    }
    #myTab-horizontal {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    #myTab-horizontal .nav-item {
        flex: 0 0 auto;
    }
    .guests {
        width: 100% !important;
    }
    .elementor-button-wrapper .w-250{
        width: 190px !important;
    }

    .card-flight-sections{
        border-radius: 10px !important;
    }
    .card-flight-sections .card{
        border-radius: 10px !important;
        min-height: 131px !important;
    }
    .faq-pills{
        display: flex;
        flex-direction: row !important;
        gap: 0.5rem !important;
    }
    .faq-pills .nav-item {
        width: 30% !important;
    }
    .faq-pills .nav-item .nav-link{
        text-align: center !important;
    }
    .why-us .text-center{
        text-align: left !important;
    }
    .why-us .items{
        display: flex !important;
        gap: 1rem !important;
    }
    .bloc-application .items-list{
        display: grid !important;
        gap: 1rem !important;
        font-size: 16px !important;
    }
    .bloc-application .icons-store{
        display: grid !important;
    }
    .bloc-application .icons-store img{
        width: 145px !important;
    }
    .bloc-application::before {
        left: 80% !important;
        width: 500px !important;
        height: 260px !important; 
    }

    .swap-button {
        left: 87% !important;
        transform:  translate(-50%, -50%) rotate(90deg);
         width: 35px !important;
    height: 35px !important;
    }
  .payment-type .type {
    width: 100% !important;
    margin-bottom: 8px;
  }
  .m-x-4 {
    margin-top: unset !important; 
  }
  .engine .form-control {
    border: 1px solid #E9E9E9;     border-radius: 10px;
  }
}


#faqAccordion .accordion-button:not(.collapsed) {
    color:#000;
    background-color: transparent;
}
.panel-title{ font-weight: 400;}
.hotel-room-price { font-size: 18px; }
.raduis-8{ border-radius: 8px !important ; }
.raduis-3{ border-radius: 3px !important ; }
#price-range { width: 100%;}

 .price-filter {
    display: flex;
    justify-content: space-between;
  }
  
  .big {
    font-size: 16px;
    font-weight: bold;
  }
  
  .slider-container {
    position: relative;
    width: 100%;
    height: 50px;
  }
  
  .slider-track {
    width: 100%;
    height: 5px;
    background: #ddd;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 5px;
  }
  
  .slider-range {
    height: 5px;
    background: #ff6b00;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
    left: 0%;
    right: 0%;
  }
  .opacity-50 {
    opacity: 0.5;
    }
  .slider-thumb {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 2px solid #ff5b00;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    cursor: pointer;
    touch-action: none;
  }
  .slider-thumb:hover{
    cursor: pointer;
  }
  .range-input {
    position: absolute;
    width: 100%;
    pointer-events: none;
    -webkit-appearance: none;
    height: 5px;
    opacity: 0;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .range-input::-webkit-slider-thumb {
    pointer-events: all;
    width: 20px;
    height: 20px;
    border-radius: 0;
    border: 0 none;
    -webkit-appearance: none;
  }
  
.widget-container {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}

.widget-container  .bg-img-hero { position: relative;
border-radius: 10px; transition: all 0.2s ease-in-out;   
min-height: 21.875rem ;    
background-size: cover;
background-repeat: no-repeat;
background-position: top center; 
padding: 32px;}
.widget-container.hebergement-bloc  .bg-img-hero { 
min-height: 300px !important;    
}
.title_page {
  text-transform: capitalize;
}
.widget-container .bg-img-hero::before {
    background: linear-gradient(180deg, rgba(30, 32, 34, 0.6) 0%, transparent 50%) !important ;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    z-index: 1 !important;
    width: 100% !important;
    height: 100% !important;
    content: "" !important;
    transition: all 0.2s ease-in-out !important;
    border-radius: 10px;
}
.widget-container .bg-img-hero:hover::before {
    background: linear-gradient(180deg, #1e2022 0%, transparent 75%) !important;
}

.destination__title{   
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;}

.destination__title::after {
    content: '';
    height: 2px;
    width: 50px;
    background-color: #fff;
    position: absolute;
    top: 34px;
    left: 0;
}
.title_destination{   
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;}

.title_destination::after {
    content: '';
    height: 2px;
    width: 50px;
    background-color: #fff;
    position: absolute;
    top: 70px;
    left: 0;
}
.destination-dropdown {
    display: none;
    margin-top: 20px;
}
.widget-container .bg-img-hero:hover .destination-dropdown {
    display: block;
}
.widget-container .bg-img-hero:hover .destination-dropdown span{ 
    font-size: 20px;
    color: #fff;
     text-transform: capitalize;
}

.destination-content  {    z-index: 2;
    position: relative;}
    
    .city-bloc .destination-content  {    height: 300px;}
    
    .bloc-application { position: relative;   overflow: hidden;}
    .bloc-application::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 80%;
        width: 607px;
        height: 405px;
        background-image: url('/images/image-app.png'); 
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        transform: translateX(-50%); 
        /* Animation */
        animation: floatUpDown 3s infinite ease-in-out;
    }
    
    @keyframes floatUpDown {
        0% { transform: translateX(-50%) translateY(0); }
        50% { transform: translateX(-50%) translateY(-10px); }
        100% { transform: translateX(-50%) translateY(0); }
    }
    @keyframes slideInUp {
        from {
          transform: translate3d(0, 10px, 0);
          visibility: visible;
        }
      
        to {
          transform: translate3d(0, 0, 0);
        }
      }
      
    
.font-18 { font-size: 18px;}      
.card { border-radius: 10px;}

.btn-circle {      
 border-radius: 100%;
 padding: 6px 12px !important;
}
.btn-circle-custom{
 border-radius: 100%;
 padding: 7px 8px !important; 
}

.passengers {         
    font-size: 0.875rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    box-shadow: 0 5px 9px rgba(41, 124, 187, 0.075), 0 5px 9px rgba(119, 131, 143, 0.075);
    animation-duration: 300ms;
    animation-name: slideInUp;
    position: absolute;
    background: #fff;
    left: 0px;
    z-index: 20;
    padding: 12px; width: 140%; border-radius: 10px; right: 0px}
    .shadow-custom-sm {
        box-shadow:
          -0.125rem 0 0.25rem rgba(0, 0, 0, 0.075),  /* gauche */
           0 -0.125rem 0.25rem rgba(0, 0, 0, 0.075),  /* haut */
           0  0.125rem 0.25rem rgba(0, 0, 0, 0.075);  /* bas */
      }
.engine .drawer-passengers .btn-number  { border-radius: 50%;}
 .engine .input-number.form-control { height: inherit;     text-align: center; border: none !important;}
 .addrow a{
    color: #05939F!important;
 }

  /* Conteneur d'arrière-plan */
  .bg-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 680px;
    transition: background-image 1s ease-in-out;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/* .custom-engine input:hover{
    background-color: #d9e2e8 !important;
} */
.form-check-input:checked {
    background-color: #fe5101 !important;
    border-color: #fe5101 !important;
}
/* Contenu au-dessus de l'image de fond */
.content {
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 20px;
}


#slide-title , .sub-title-ag{    font-size: 50px;
    font-weight: 600;
    width: 46%;     margin-bottom: 20px; position: relative;}
    #slide-title.slide-hotels {    margin-bottom: 90px;}
    
    .sub-title-ag::before {
        content: "";
        border-bottom: 4px solid #000;
        position: absolute;
        width: 108px;
        top: 100%;
        left: 0px;
    }
    .sub-title-ag::after {
    content: " ";
    position: absolute;
    margin-left: 20px;
    top: 86%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #fe5101;
    border-radius: 50%;
    }
    #slide-title:before {    
        content: "";
        border-bottom: 4px solid #000;
        position: absolute;
        width: 108px;
        top: 100%;
        left: 0px;
      }
      .form-control:focus {
        box-shadow: unset !important;
      }
      .engine .form-control:hover {
       background-color: #f3f3f3 !important;
       border-radius: 6px;
      }
      .engine .custom-engine-button .form-control:hover{
          background-color: transparent !important;
      }
      .btn-primary:focus{
        box-shadow: unset !important;
      }
      .my-icon{
        background-color: #f3f3f3 !important;
        border-radius: 6px !important;
        fill: #5a6872 !important;
        width: 50px;
        height: 40px;
        margin-right: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
      }
     
      #slide-title::after {
        content: " ";
        position: absolute;
        margin-left: 5px;
        top: 86%;
        transform: translateY(-50%);
        width: 10px;
        height: 10px;
        background-color: #fe5101;
        border-radius: 50%;
      }
      
    .ui-menu {
        list-style: none;
        padding: 12px;
        margin: 0;
        display: block;
        outline: none;
        margin-top: 75px;
        height: 40%;
        overflow-x: auto;
        width: 320px !important;
    }
    .ui-autocomplete {
        position: absolute;
        top: 0;
        left: 0;
        cursor: default;
        z-index: 1040;
    }
    
    .ui-menu .ui-menu-item {
        padding: 6px 0px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.125);
        -webkit-transition: all 500ms;
        -moz-transition: all 500ms;
        -ms-transition: all 500ms;
        -o-transition: all 500ms;
        transition: all 500ms;
        cursor: pointer;
        position: relative;
    }
    
    .ui-menu .ui-menu-item h2,
    .ui-menu .ui-menu-item div.place {
        color: #6a6a6a;
    }
    .ui-menu .ui-menu-item:hover {
        background: #ff8000;
    }
    .ui-menu .ui-menu-item:hover h2 {
        color: #fff;
    }
    .ui-menu .ui-menu-item:hover div.place {
        color: #fff;
    }
    .ui-menu-item .iata {
        position: absolute;
        right: 10px;
        top: 10px;
        text-transform: uppercase;
        font-weight: 600;
        background: #f1f1f1;
        border-radius: 3px;
        padding: 5px;
        color: #000;
    }
    .ui-autocomplete .ui-menu-item {
        position: relative;
        background-color: #fff;
        padding: 15px 5px 15px 50px !important;
        background-image: none !important;
    }
    
    .ui-menu .ui-menu-item {
        padding: 6px 6px 6px 36px !important;
    }
    .ui-menu .ui-menu-item:hover::before {
        color: #fff;
    }
    .ui-menu .ui-menu-item::before {
        font-family: bootstrap-icons !important;
        content: "\f3ea";
        position: absolute;
        top: 8px;
        left: 5px;
        color: #6a6a6a;
        z-index: 1;
        font-size: 20px;
    }
    @media screen and (min-width: 576px) {
        .ui-autocomplete-clear{ 
            display: inline-block;
            color: #000;
            position: absolute;
            top: 5px !important;
            left: 94% !important;
            font-size: 22px;
            cursor: pointer;
        }
        .ui-autocomplete {
            -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 20%);
            box-shadow: 0 0 10px rgb(0 0 0 / 20%);
            border-radius: 5px;
            background-color: #fff;
            -webkit-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
            transform: translateY(-10px);
        }
    }
    
    
    .faq-pills.nav-pills .nav-link.active, .faq-pills.nav-pills .show>.nav-link {
        color:#fff;
        background-color: #fe5101;
        border-color: #fe5101;
    }
    
    .faq-pills.nav-pills .nav-link{
        color:#000;
        background-color: #fff;
        border-color: #DBDBDB;
        border-radius: 10px;
    }
    
    
.accordion-item {
    background-color: #f3f3f3; 
    border: 1px solid #ddd; 
}
#faqSection .accordion-item {
    background-color: #fff; 
    border: 1px solid transparent; 
}
#faqSection .accordion-button, .accordion-button:not(.collapsed){
    background-color: #fff !important;
}
.accordion-header {
    background-color: #f3f3f3; 
}

.accordion-button,
.accordion-button:not(.collapsed) {
    background-color: #f3f3f3 !important; 
    color: #333; 
}


.accordion-button:not(.collapsed) {
    border-color: #ddd; 
}
.nav-tabs.nav-links .nav-link.active,
.nav-pills .nav-link.active {
    border-bottom: 2px solid #fe5101;
    background-color: transparent;
    color: #fe5101;
}
.grouped .content-mega-list .dropdown-item {
    position: relative  !important;
    cursor: pointer !important;
    text-align: left !important;
    text-transform: none !important;
}
.grouped .content-mega-list a:before {
    background-color: transparent !important;
    background-image: url('/images/header/arrow.svg') !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    content: "";
    display: inline-block;
    height: 9px !important;
    left: 2px;
    pointer-events: inherit;
    position: absolute;
    right: auto !important;
    text-transform: none;
    top: 12px !important;
    transition: transform .3s ease-in-out;
    width: 6px !important;
}
.grouped .content-mega-list li:hover > a{
    text-decoration: underline !important;
    background-color: unset !important;
}
.faq-pills .nav-item:hover > .nav-link{
    color: #fff;
    background-color: #fe5101;
    border-color: #fe5101;
    border-radius: 10px;
}
.menu-support-container li > a {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    display: inline-block;
}
.menu-support-container li:hover > a{
    text-decoration: underline;
    color: #fe5101 !important ;
}
.accordion-button {
    font-size: 17px !important;
}
.accordion-body{
    font-size: 15px !important;
}
#reservationsCollapse .nav-tabs.nav-links .nav-link{
    font-size: 15px !important;
}
#reservationsCollapse .nav-tabs.nav-links, #demandeCollapse .nav-tabs.nav-links{
    border: unset !important;
}
.nav-tabs.nav-links .nav-link,
.nav-pills .nav-link {
    border-radius: 0px;
    padding: 8px 10px;
    margin-right: 12px;
    color: #000000;
    font-size: 16px;
    margin-right: 12px;
    border-color: transparent;
}
.line-2{
    line-height: 2;
}
.links li a { color: #000;}
.card-img { object-fit: cover; border-top-right-radius: 0px; border-bottom-right-radius: 0px;}

.page_content .content_text h2 { font-size: 28px ;}
.page_content .content_text div { font-size: 14px !important ;}
.page_content .content_text p { font-size: 14px !important ;}
.page_content .content_text span { font-size: 14px !important ;}
.page_content .content_text h3 { font-size: 24px ;}
.page_content .content_text h4 { font-size: 20px ;}
.title_page:before {
    content: "";
    border-bottom: 4px solid #000;
    position: absolute;
    width: 108px;
    top: 100%;
    left: 0px;
}
.title_page {
    position: relative;
}
.title_page::after {
    content: " ";
    position: absolute;
    margin-left: 16px;
    top: 72%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #fe5101;
    border-radius: 50%;
}
.guests-select { line-height: 2;}

.slider-airlines .slick-slide {
    margin: 0 15px; /* Ajoute une marge de 15px à gauche et à droite */
}

.slider-airlines .slick-list {
    margin: 0 -15px; /* Ajuste le conteneur pour éviter un décalage */
}
.slider-destinations .slick-slide {
    margin: 0 15px; /* Ajoute une marge de 15px à gauche et à droite */
}

/* Ensure consistent heights */
  .owl-hotels-mobile .card {
    min-height: 450px;
  }
  .owl-hotels-mobile .card img{
    min-height: 250px;
    max-height: 250px;
  }
  

.slider-destinations .slick-list {
    margin: 0 -15px; /* Ajuste le conteneur pour éviter un décalage */
}
.slider-destinations

.slick-next,.slick-prev {
    font-size: 0;
    line-height: 0;
    top: 50%;
    width: 40px;
    height: 40px;
    transform: translate(0,-50%);
    cursor: pointer;
    border: none;
    outline: 0;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0,0,0,.1)
}

.slick-next:before,.slick-prev:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    color: #000;
    content: ''
}

.slick-next:before {
    content: '\f105'
}

.slick-prev:before {
    content: '\f104'
}

.slick-prev {
    left: -50px;
}
.slick-next {right: -50px;}    
.item-htl { padding: 18px; }
.accroche-2 {  position: absolute; top: 20px; line-height: 2; font-size: 12px; left: -10px; } 
.accroche-2:after{
    left: 2px;
    border: 4px solid transparent;
    border-right: 4px solid #FE5101;
    border-top-color: #FE5101;
    bottom: -11px;
    content: "";
    position: absolute;
}
.accroche-2 span { background-color: #FFF2D8; color: #FE5101; border-top-right-radius: 5px; border-bottom-right-radius: 5px; padding: 8px; border-top-left-radius: 5px;} 
.rounded-10  { border-radius: 10px;}
.rounded-5  { border-radius: 5px !important;}

.see-more-hotels{
    border: unset !important;
    background: unset !important;
    color: #3264FF !important;
}
.see-more-hotels:hover{
    text-decoration: underline !important;
}

.fl-rating .btn-outline-light  {     
    border: 1px solid #E9E9E9;
    background: #ffffff;
    border-radius: 5px;
    padding: 10px !important;
}

.fl-rating .btn-outline-light:hover  {   
    border-color: #212121;
    color: #000;
}

.fl-rating .btn-check:checked+.btn {
    color: #fff;
    background-color: #05939F;
    border-color: #05939F;
}
.fl-rating  .filter-star svg{ color:#FFB300 ;}


.fl-rating  .btn-check:checked+.btn  svg{ color:#fff ;}

.fl-rating .btn-group {  border: 1px solid #E9E9E9;  border-radius: 10px; } 

.btn-custom-light{
    color: #212529;
    background-color: #fff;
    border-color: #e1e1e1;
}
.btn-custom-light:hover{
    border-color: #e1e1e1 !important;
}
.h-58 { height: 58px;}
.swal2-container.swal2-top {
    z-index: 9999999999;
  }
.hidden-date-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}
.guests-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 999999;
  display: none;
  overflow-y: auto;
  padding: 2rem;
  transform:unset !important ;
  box-shadow: unset !important;
  border-radius: unset !important;
}

.guests-modal.active {
  display: block;
}
.font-weight-400 {
    font-weight: 400 !important;
}


.btn-circle-custom > .spinner-border,
.btn-circle-custom > svg.spinner {
  width: 22px !important;
  height: 22px !important;
  vertical-align: middle;
  margin: 0 auto;  
}

@media only screen and (min-width: 1024px) and (max-width:1399px) {
.content {
    top: 19%;
}
}

@media only screen and (min-width: 1400px) and (max-width:1600px) {
    .content {
        top: 15%;
    }
}
@media(max-width:768px) {
          .card-hotel-sections  img{
           
            height: 270px !important;
        }
    .hero_in_page_city{
        background:  unset !important;
        height: fit-content !important;
        background-color: #f0f3f5 !important;
    }
    .mt-sm-8 {
        margin-top: 8px;
    }
    .accordion-body{
        font-size: 16px !important;
    }
    .engine .engineFlight .form-control:hover {
        background-color: #fff !important;
       }
    .engine-tarif-fiche.engine .form-control {
        border: unset !important;
    }
    .page-title {
        width: 100% !important;
    }

    .date-input-champs::before {
        top: 8px !important;
        left: 18px !important; 
    }
    .engine-tarif-fiche.engine .vertical-line {
        border-right: unset !important;
    }
    .engine-tarif-fiche.engine .users-p.guest-input{
        margin-left: 0px !important;
    }
    .engine-tarif-fiche.engine .label-theme {
        left: 54px !important;
        bottom: 17px;
    }
    .engine-tarif-fiche.engine .form-control {
        padding: 18px 8px 8px 54px;
    }
    .tarifs_not_found{
        width: 180px !important;
        height: 180px !important;
    }
    .guest-input::before {
        top: 11px !important;
        left: 19px !important;
    }
    .update_search{
        width: 100% !important;
    }
    .p-sml-2{
        padding: .5rem !important;
    }
    .engine-tarif-fiche.engine .input-separate{
        --bs-gutter-y: 1rem;
        border-bottom: 1px solid #ccc;
    }
    .engine-tarif-fiche.engine .engine-hotel-list{
        --bs-gutter-y: 1rem;
    }
    #slide-title {
        font-size: 36px;
        width: 100%;
    }
    .container-fluid {
        --bs-gutter-x: 1.5rem;
    }
    .content {
        padding: 15px 0px;
         position: relative;
         background-color: #f0f3f5 !important;
    }
    .custom-engine-hotels,
    .custom-engine-passagers  {
        /* padding: 0px; */
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075);
    }
    .custom-engine {
        padding: 0px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        /* box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075); */
    }   
    .destinationInput{
        background-color: #fff;
        border-radius: 10px;
    }    
    .custom-engine-passagers {            
        background-color: transparent !important;
        padding: 0px 0px;
        /* border-radius: 12px; */

    }
    .custom-engine {            
        background-color: transparent !important;
    }
    .custom-engine-multi {
        background-color: transparent !important;
        padding: 0px;
        /* box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075); */
    }
    .fromLocationDestination input{
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
        border-bottom: 1px solid #f0f3f5 !important;
    }
    .toLocationDestination input{
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
        border-bottom: 1px solid #f0f3f5 !important;
    }
    .DatepickerContainer{
        background-color: #fff !important;
        border-radius: 10px !important;
    }
    .engine   .DatepickerContainer  .form-control{
        border: none ;
        box-shadow: none !important;
    }
    .engine .form-control{
        box-shadow: none !important;
    }
    .sub-title {
        font-size: 20px;
    }
    .fs-subtitle {
        font-size: 16px;
    }
    
    .passengers {
        position: absolute;
        background: #fff;
        padding: 12px;
        width: 100%;
        border-radius: 10px;
        right: 0px;
    }
    
    .bg-container {
        height: auto;
        background-image: none;
        background-color: #8a959c;
    }
    .item-card-htl .bg-light {
        height: auto !important;
    }
    .total_number {
        font-size: 16px !important;
    }
    .text-custom-info{
        font-size: 14px !important; 
    }

}

.page-title {    
font-size: 30px;
    font-weight: 600;
    width: 46%;     margin-bottom: 20px; position: relative;}
    .page-title:before {    
        content: "";
        border-bottom: 4px solid #000;
        position: absolute;
        width: 65px;
        top: 100%;
        left: 0px;
      }
      
      .page-title::after {
        content: " ";
        position: absolute;
        margin-left: 5px;
        top: 70%;
        transform: translateY(-50%);
        width: 10px;
        height: 10px;
        background-color: #fe5101;
        border-radius: 50%;
      }
      
        
    .contactForm .form-floating .form-control:focus ~ label,
    .contactForm .form-floating .form-control:not(:placeholder-shown) ~ label {
        background-color: unset !important;
    }
        
        
       .articles-page .faq-pills.nav-pills .nav-link {
            border: #DBDBDB 1px solid;
        }
        .guest-input::before {
            content: '';
            position: absolute;
            top: 22px;
            left: 17px;
            width: 24px;
            height: 24px;
            background-image: url(../images/icon-user-friends.svg);
            background-size: contain;
            background-repeat: no-repeat;
            z-index: 1;
        }
        
        .date-input-champs::before {
            content: '';
            position: absolute;
            top: 18px;
            left: 22px;
            width: 24px;
            height: 24px;
            background-image: url(../images/calendrier.svg);
            background-size: contain;
            background-repeat: no-repeat;
            z-index: 1;
        }
        .label-theme {
            position: absolute;
            bottom: 18px;
            left: 60px;
            font-size: 14px !important;
            color: #8F8F8F;
            z-index: 9;
            font-weight: 400;
        }

        .tooltip-wrapper {
            display: inline-flex;
            /* justify-content: center; */
            position: relative;
        }
        .tooltip-wrapper:hover .tooltip {
            display: flex;
            opacity: 1 !important;
        }
        .tooltip-wrapper .tooltip {
            background-color: #333;
            border-radius: 4px;
            bottom: calc( 100% + 0.6em + 2px );
            box-shadow: 0px 2px 4px #07172258;
            color: #fff;
            display: none;
            font-size: 14px;
            justify-content: center;
            line-height: 1.35em;
            padding: 0.5em 0.7em;
            position: absolute;
            text-align: center;
            width: 16rem;
            z-index: 1;
        }
        .text-free-cancel{
            color: #05939F !important;
            font-weight: 500;
            border-bottom: 2px dotted #05939F;
            cursor: pointer;
            width: fit-content;
        }
        .tooltip-wrapper .tooltip::before {
            border-width: 0.6em 0.8em 0;
            border-color: transparent;
            border-top-color: #333;
            content: "";
            display: block;
            border-style: solid;
            position: absolute;
            top: 100%;
        }
        .bg-custom-success, .badge.bg-success{
            color: #28a745 !important;
            background-color: #e1f8e6 !important ;
            border-color: #28a745 !important;
            padding: 9px 9px !important;
            border-radius: 5px !important;
            font-size: 10px !important;
            font-weight: 600 !important;
        }
        .bg-custom-danger, .badge.bg-danger{
            color: #dc3545 !important;
            background-color: #fde8e8 !important;
            border-color: #dc3545 !important;
            padding: 9px !important;
            border-radius: 5px !important;
            font-size: 10px !important;
            font-weight: 600 !important;
        }
        .h-400-cover {
            height: 100%;
            position: relative;
            display: block;
            overflow: hidden;
        }
        .bg-custom-warning, .badge.bg-warning{
            color: #fd7e14 !important;
            background-color: #fff4e5 !important;
            border-color: #fd7e14 !important;
            padding: 9px !important;
            border-radius: 5px !important;
            font-size: 10px !important;
            font-weight: 600 !important;
        }
        .bg-custom-secondary  , .badge.bg-secondary{
            color: #6c757d !important;
            background-color: #dadada !important;
            border-color: #6c757d !important;
            padding: 9px !important;
            border-radius: 5px !important;
            font-size: 10px !important;
            font-weight: 600 !important;
        }
    
    #best-hotels .col-md-4 {
        width: 100%;
    }
    #best-destinations .col-md-4 {
        width: 100%;
    }
    
    #locality{
        background-color: unset ;
    }

.dropdown-menu .tabs {
    display: grid;
    grid-template-columns: 260px 1fr;
}
.dropdown-menu .tabsMenu__tabs {
    border-right: 1px solid #DDDDDD;
}
.dropdown-menu .tabsMenu__tabs .tabs__controls>button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    height: 60px;
    font-size: 16px;
    line-height: 1;
    width: 100%;
    background-color: #ffffff;
    transition: .2s;
    margin: 0;
    border: 0;
    border-radius: 0;
    text-decoration: none;
}
.dropdown-menu .tabsMenu__tabs .tabs__controls>button+button {
    border-top: 1px solid #DDDDDD;
}
.dropdown-menu .tabsMenu__tabs .tabs__controls>button:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1px;
    width: 2px;
    background-color: #e55e0d;
    opacity: 0;
    transition: .2s;
}
.dropdown-menu .tabsMenu__tabs .tabs__controls>button:hover
{
    background-color: #eb662b0d;
    color: #e55e0d;
}
.dropdown-menu .tabsMenu__tabs .tabs__controls>button.is-tab-el-active {
    background-color: #eb662b0d;
    color: #e55e0d;
}
.dropdown-menu .tabsMenu__content {
    padding: 23px 52px 23px 44px;
}
.tabs__content {
    position: relative;
}
.tabs__pane {
    display: none;
}
.tabs__pane.is-tab-el-active {
    transition: opacity .3s cubic-bezier(.165,.84,.44,1) .1s;
    position: relative;
    display: block;
}
.dropdown-menu .tabsMenu__lists {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 100px;
}
.dropdown-menu .tabsMenu__tabs .tabs__controls>button.is-tab-el-active:after {
    opacity: 1
}
.dropdown-menu .tabsMenu__tabs .tabs__controls>button:hover:after {
    opacity: 1
}

.hotel-map-container {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.hotel-map-entrance {
    position: relative;
    z-index: 9;
    width: 300px;
    height: 100px;
    flex: none;
    background: #f5f5f5;
    border-radius: 20px;
    cursor: pointer;
    overflow: hidden;
}

.hotel-map-bg {
    width: 100%;
    height: 100%;
    transform: scale(1.5);
    animation: hotel-map-scale-anim 2s 0.5s forwards;
}

@keyframes hotel-map-scale-anim {
    to { transform: scale(2.3); }
}

.hotel-map-location {
    position: absolute;
    top: -62px;
    left: 50%;
    margin-left: -28px;
    transform: scale(0.1);
    animation: hotel-map-pin-anim 1s cubic-bezier(0.49, 2.11, 0.38, 0.52) 1.5s forwards;
}

@keyframes hotel-map-pin-anim {
    to { 
        top: 38px;
        transform: scale(0.75) translateY(-80%);
    }
}

.hotel-map-btn {
    position: absolute !important;
    bottom: 7px;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%) scale(0);
    border: none;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.14);
    animation: hotel-map-btn-anim 1s cubic-bezier(0.32, 1.59, 1, 0.86) 1.5s forwards;
    white-space: nowrap;
}

@keyframes hotel-map-btn-anim {
    to {
        opacity: 1;
        transform: translateX(-50%) scale(1);
    }
}

.klk-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    outline: 0;
    border: 0;
    margin: 0;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    text-decoration: none;
    font-size: 0.875rem;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    min-width: 64px;
    padding: 6px 16px;
    border-radius: 4px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, 
                box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, 
                border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.klk-button-secondary {
    color: #fe5101;
    font-weight: 600;
    background-color: #ffffff;
}
.klk-button-secondary:hover{
    background-color: #ffebe0 !important;
}
.klk-button-small {
    padding: 4px 10px;
    font-size: 14px;
}

.klk-button-round {
    border-radius: 20px;
}

       
 .skeleton-loader-img,
.skeleton-loader-title,
.skeleton-loader-content,
.skeleton-loader-rating,
.skeleton-loader-number,
.skeleton-loader-button {
  background-color: #e0e0e0;
  border-radius: 4px;
  animation: skeleton-loading 1.2s infinite linear;
}

@keyframes skeleton-loading {
  0% {
    background-color: #e0e0e0;
  }
  50% {
    background-color: #f0f0f0;
  }
  100% {
    background-color: #e0e0e0;
  }
}

/* Main popup container */
.h24-hotel-popup {
  padding: 0;
  margin: 0;
  border-radius: 8px;
  box-shadow: 0 5px 20px 0 rgba(100,147,227,0.4);
}

/* Close button adjustments */
.h24-hotel-popup .leaflet-popup-close-button {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  font-size: 24px;
  color: #666;
  z-index: 1000;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.h24-hotel-popup .leaflet-popup-content-wrapper {
  padding: 0;
  border-radius: 8px;
}

.h24-hotel-popup .leaflet-popup-content {
  margin: 0;
  width: 344px !important;
}

/* Card styling */
.h24-hotel-card {
  width: 100%;
  background: white;
  border-radius: 8px;
  position: relative;
}

.h24-hotel-card-view {
  display: flex;
  padding: 16px;
}

.h24-hotel-card-pic {
  width: 100px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #f5f6f7;
}

.h24-hotel-card-pic img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: center;
}

.h24-hotel-card-content {
  display: flex;
  flex-direction: column;
  margin-left: 12px;
}

.h24-hotel-card-title {
  margin: 0 0 8px 0;
  font-size: 16px;
  color: #000;
  line-height: 22px;
}

.h24-hotel-card-name {
  color: #000 !important;
  text-decoration: none;
  display: block;
  margin-bottom: 4px;
}


.h24-hotel-card-name:hover {
  color: #000;
  text-decoration: underline;
}

.h24-hotel-card-grade {
  color: #FFB400;
  font-size: 14px;
}

.h24-hotel-card-position {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #455873;
  margin-bottom: 12px;
}

.h24-hotel-card-icon {
  margin-right: 4px;
}

.h24-hotel-card-price {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #3264FF;
}

.h24-hotel-card-tax {
  margin: 4px 0 0 0;
  font-size: 12px;
  color: #455873;
}

.h24-custom-marker {
  background: transparent !important;
  border: none !important;
  transition: transform 0.2s ease, z-index 0.2s ease;
  z-index: 100; 
}
.h24-custom-marker.h24-marker-hovered {
  z-index: 99999999 !important;
  transform: translateY(-5px); 
}
.h24-price-marker {
  position: relative;
  display: inline-block;
  text-align: center;
}

.h24-price-marker-content {
  background-color: #ffffff;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border: 1px solid #e0e0e0;
  white-space: nowrap;
  transition: all 0.2s ease;
  display: inline-block;
}

.h24-price-marker:hover .h24-price-marker-content{
  background-color: #fe5101;
  color: #ffffff; 
  border: 1px solid #fe5101;
}

.h24-price-marker:hover:after {
  border-top: 8px solid #fe5101 !important;
}

.h24-price-marker:after {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #ffffff;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.1));
}

.leaflet-marker-icon {
  pointer-events: auto !important;
}

 .feature-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin-top: 20px;
  }

  .feature-card {
    flex: 1 1 calc(33.33% - 20px);
    min-width: 250px;
    min-height: 150px;
    box-sizing: border-box;
  }
  .feature-card h5{
    display: flex !important;
    align-items: center !important;
    font-size: 1rem !important;
  }
  .feature-card h5{
    display: flex !important;
    align-items: center !important;
    font-size: 1rem !important;
  }
  .feature-card .feature-card-img {
    margin-right: 15px;
  }
  .feature-card ul {
    list-style: none;
    padding: 0;
  }
  #description{
    font-size: 16px !important;
  }
.fancybox__container{
    z-index: 999999999 !important;
}
   .policy-table {
    width: 100%;
    border-collapse: collapse;
  }

  .policy-table th,
  .policy-table td {
    padding: 16px;
    vertical-align: top;
    text-align: left;
  }

  .policy-table th {
    font-weight: bold;
    width: 35%;
  }

  .policy-table tr:nth-child(odd) {
    background-color: #f5f5f6; 
  }
  .card.notAuthenticated{
    border-color: #4ebac1;
  }
  .policy-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .policy-title::after {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #ff4d00;
    border-radius: 50%;
    display: inline-block;
  }
  .radius-20{
    border-radius: 20px;
  }
.RoomGrid-searchTimeOut {
    background-color: #fff;
    font-weight: 500;
    margin-top: 10px;
    padding: 20px 10px;
    text-align: center;
}
.RoomGrid-searchTimeOutAction {
    color: #3264FF;
    background: unset;
    border: unset;
    cursor: pointer;
    display: inline-block;
    margin-top: 10px;
    text-decoration: underline;
}
.RoomGrid-searchTimeOutAction:hover{
    color: #53b7ff;
}

.shimmer-wrapper {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 6px;
}
.shimmer-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.5),
    transparent
    );
    transform: translateX(-100%);
    animation: shimmer 1.4s infinite ease-in;
    pointer-events: none;
    z-index: 20;
}

.shimmer-wrapper input[type="submit"] {
    position: relative;
    z-index: 2;
    padding: 12px 24px;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

@keyframes shimmer {
    100% {
    transform: translateX(100%);
    }
}
.contact-item {
    padding: 10px 0;
    border-bottom: 2px dotted #05939F;
}
.contact-item:last-child {
    border-bottom: none;
}
.contact-item input[type="radio"] {
    margin-right: 10px;
    accent-color: #219f7f; 
}
.contact-item .name {
    font-size: 1.2em;
    font-weight: 500;
}
.contact-item .address {
    margin: 5px 0;
}
.contact-item .phone {
    display: flex;
    align-items: center;
    margin: 5px 0;
}
.contact-item .phone img {
    margin-right: 5px;
}
.contact-item input[type="radio"]:hover{
    cursor: pointer;
}






/*DatePicker*/
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
 display: block;
 left: 50%;
 margin-left: -8px;
 margin-top: -8px;
 position: absolute;
 top: 50%;
 visibility: hidden;
}
.ui-datepicker .ui-datepicker-next {
 right: 2px;
}
.ui-datepicker .ui-datepicker-prev {
 left: 2px;
 background: url(/images/search/left-chevron.png) center center no-repeat !important;
 cursor: pointer;
}
.ui-datepicker {
 display: none;
 padding: 5px 5px 15px !important;
 width: auto !important;
 min-width: 600px !important;
 font-size: 14px !important;
 background-color: #fff;
 z-index: 99999 !important;
 border-top: 1px solid #e6e6e6;
 border-bottom: 1px solid #EA3695;
 -webkit-box-shadow: 0 10px 25px -14px rgb(0 0 0 / 75%);
 -moz-box-shadow: 0 10px 25px -14px rgba(0, 0, 0, 0.75);
 box-shadow: 0 10px 25px -14px rgb(0 0 0 / 75%);
}
.ui-datepicker-multi-2 .ui-datepicker-group {
 width: 48% !important;
 margin: 0 1% !important;
}
.ui-datepicker .ui-datepicker-header {
 padding: 0.2em 0;
 position: relative;
 margin: 10px 0;
}
.ui-datepicker-header {
 background: #fff;
 color: #000;
 font-weight: 800;
 -webkit-box-shadow: inset 0 1px 1px 0 rgb(250 250 250);
 -moz-box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, 0.2);
 box-shadow: none;
 text-shadow: none;
 filter: dropshadow(color=#000, offx=1, offy=-1);
 line-height: 30px;
 border: 0 transparent;
}
.ui-datepicker-title {
 font-size: 17px;
 font-weight: 600;
 text-align: center;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
 height: 1.8em;
 position: absolute;
 top: 4px;
 width: 1.8em;
}
.ui-datepicker-next,
.ui-datepicker-prev {
 background: url(/images/search/right-chevron.png) center center no-repeat !important;
 cursor: pointer;
}
.ui-datepicker-multi .ui-datepicker-group table {
 margin: 0 auto 0.4em;
 width: 95%;
}
.ui-datepicker table {
 border-collapse: collapse;
 font-size: 0.9em;
 margin: 0 0 0.4em;
 width: 100%;
}
.ui-datepicker th {
 border: 0;
 font-weight: 700;
 padding: 0.7em 0.3em;
 text-align: center;
}
.ui-datepicker-calendar th {
 color: #a5a5a5;
 padding-bottom: 20px !important;
}
.ui-datepicker-calendar .ui-state-disabled > span {
 background: #fff !important;
 color: #d0d0d0 !important;
}
.ui-datepicker td a.ui-state-hover,
.ui-datepicker td a:hover,
.ui-datepicker td span {
    background-color: #FEF8FB;
}
.ui-datepicker td a,
.ui-datepicker td span {
 display: block;
 background-color: #ededed;
 text-align: center !important;
 text-decoration: none;
 padding: 8px 10px;
 color: #000 !important;
 font-size: 14px !important;
 border-radius: 5px;
 font-weight: 500;
}
.ui-datepicker-calendar .ui-state-active {
 background: #fe5101 !important;
 color: #fff !important;
 border-radius: 50px;
}
.ui-datepicker td a, .ui-datepicker td span {
    background-color: #fff !important;
}

.header-info-location {
  background: url(/images/map-container.webp) center center / cover no-repeat;
  border-radius: 12px;
  color: #333;
  font-size: 14px;
}

.location-info .location-nearby-item {
  font-size: 14px;
  color: #333;
}

.location-info .icon {
    width: 21px;
    height: 28px;
}

.view-map .map-link {
  color: #fe5101;
  text-decoration: underline;
  font-weight: 500;
  white-space: nowrap;
}



@media (min-width: 768px) {
 
  
    .nav-home .nav-link { color:#000; 
        /* background-color: rgb(255 255 255 / 60%); */
         border-top-left-radius: 8px;
          border-top-right-radius: 8px;
           margin-right: 8px; 
           font-size: 16px;}

 .ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
 }
 .ui-datepicker-multi .ui-datepicker-group {
  float: left;
 }
}
@media (max-width: 768px) {
    #chambres .form-check-input {
        width: 20px !important;
        height: 20px !important;
        margin-top: 2px !important;
    }
    #chambres .form-check-label{
        margin-left: .5rem !important;
    }
    .fmw-semibold{
        font-weight: 400 !important;
    }
    .ui-widget-content {
        border: 1px solid #dddddd;
        background: #ffffff;
        color: #333333;
        position: fixed;
        bottom: 0px;
        right: 5px;
        left: 5px;
        background: #fff;
    }
    .remove-destination-container {
        text-align: center;
    }
    .fontCheck{
        font-size: 13px !important;
    }
#filters.card { box-shadow: none !important;     border: none;}
#filters.card .card-body{ padding: 0px;}
#filters.card .card-p.mb-2{        margin-bottom: 20px !important;}



.ui-datepicker {
    left: 0 !important;
    padding: 5px !important;
    width: auto !important;
    min-width: 100% !important;
    font-size: 12px !important;
    background-color: #fff;
    z-index: 99999999 !important;
    -webkit-box-shadow: 0 10px 25px -14px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0 10px 25px -14px rgba(0, 0, 0, 0.75);
    box-shadow: 0 10px 25px -14px rgb(0 0 0 / 75%);
    position: fixed !important;
    top: 0 !important;
    height: 100%;
    overflow: auto;
   }
   .ui-datepicker-multi-2 .ui-datepicker-group {
    width: 100% !important;
   }
   .ui-datepicker-multi .ui-datepicker-group {
    float: inherit;
   }
   .year_value {
    font-weight: 500;
    font-size: 12px;
   }
  }
  .ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: 0.5em .2em .4em;
	cursor: pointer;
	padding: 10px;
	width: auto;
	overflow: visible;
    background: #fe5101 !important;
    color: #ffff;
    border: none;
    width: 100%;
    border-radius: 6px !important;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;

}
.ui-widget-content {
    z-index: 99999999999999 !important;
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;

}
.ui-datepicker-current {
    display: none !important;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {

	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
    background: url(/images/left-chevron.png) center center no-repeat !important;
    cursor: pointer;
   }
   .ui-datepicker-next, .ui-datepicker-prev {
    background: url(/images/right-chevron.png) center center no-repeat !important;
    cursor: pointer;
}

.room-wrapper {
  display: flex;
}

.room-card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    height: 100%;
}

.room-header {
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.room-header .badge{
--bs-badge-padding-y:0px !important
}
.room-title {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    flex: 1;
}

.room-info {
    display: flex;
    font-size: 15px; 
    color: #555;
    align-items: center;
}

.non-refundable {
    font-size: 14px; 
    color: #dc3545;
    font-weight: 500;
}
.min-stay{
   font-size: 14px;
}
.divider {
    height: 1px;
    margin: 15px 0;
}

.price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.room-selector-fixed-selector{
    position: relative;
    padding: 11px 11px;
    display: flex;
    border-radius: 10px;
    background-color: #fff;
}
.room-selector-fixed-selector:hover{
    cursor: pointer !important;
}
.selector_item.layer-calendar{
    min-width: 170px;
    flex: 1;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px; 
}
.selector-guest-pure-v2 .valRoomstshotel,
.selector-guest-pure-v2 .valAdultshotel, 
.selector-guest-pure-v2.valChildrenhotel{
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
}
.rooms-tarifs::before {
    content: "";
    display: inline-block;
    height: 18px; 
    width: 18px;
    background: url(/images/hotel/double-bed.png) no-repeat center;
    background-size: contain;
}
.adults-tarifs::before {
    content: "";
    display: inline-block;
    height: 18px;
    width: 18px;
    background: url(/images/hotel/adults.svg) no-repeat center;
    background-size: contain;
}

.children-tarifs::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/images/hotel/garcon.svg) no-repeat center;
    background-size: contain;
}
.pure-calendar-v2{
    position: relative;
    display: block;
    padding-right: 12px;
}

.pure-calendar-v2-week , .pure-calendar-v2-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.selector-guest-pure-v2{
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 12px;
    height: 46px;
    border-left: 1px solid #ccc;
    align-items: flex-end;
}
.custom-date-selector {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 10px;
    background: #f7f7f7;
    border-radius: 8px;
  }

  .date-box {
    background: white;
    border-radius: 6px;
    cursor: pointer;
    min-width: 80px;
    text-align: center;
  }

  .day-name {
    font-size: 12px;
    color: gray;
  }

  .nights-box {
    font-weight: bold;
    font-size: 14px;
    color: #333;
  }
#calendarContainer {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}

.themes-scrol {
  overflow-x: scroll;
  z-index: 999999;
  position: relative;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;  
}
.themes-scrol::-webkit-scrollbar {
  display: none;
}
.services {
  display: inline-flex;
  flex-wrap: nowrap;
  min-width: max-content; 
}
.font-weight-600{
    font-weight: 600 !important;
}
.form-check-input[type=checkbox] {
   width: 18px !important;
   height: 18px !important;
   margin-right: 7px;
   vertical-align: sub !important;
}
.text-custom-dark{
    color: #333 !important;
}
.web.bg-account{
    background-size: 100% 50% !important;
    min-height: 800px;
}
.web.bg-account .list-group.list-group-flush{
    padding: 16px 0 7px;
}
.web .list-group-item {
    font-weight: 500;
    font-size: 15px !important;
    background-color: unset !important;
    border-color: unset !important;
}
.web .list-group-item:hover{
    background-color: #f5f5f5 !important;
}
.web .author-content{
    padding: 35px 0 70px;
}
.profile-avatar-web {
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .14);
  margin-bottom: 18px;
  position: relative;
  width: 80px;   
  height: 80px;
  cursor: pointer;
  overflow: hidden; 
}
.profile-avatar-web > img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.avatar-overlay {
  position: absolute;
  inset: 0; 
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none; 
}

.profile-avatar-web:hover .avatar-overlay {
  opacity: 1;
  pointer-events: auto; 
}

.avatar-overlay svg {
  height: 30px;
  fill: white;
}

input[type="file"] {
  display: none;
}

.bg-account{
    background-image: url(../images/background-account.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 100% 70%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.profile-wrapper{
    align-items: center;
    display: flex;
    color: #fff;
}
.profile-avatar{
    border: 2px solid hsla(0, 0%, 100%, .5);  
    align-items: center;
    border-radius: 50%;
    display: flex;
    height: 64px;
    justify-content: center;
    width: 64px;
}
.profile-avatar > img , .profile-avatar-web > img{
    border-radius: 50%;
}


.barba-container .card-reservation {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 .125rem .25rem rgba(29,  58,  83,  .15);
  padding: 20px;
  transition: 0.3s;
}
.airlineLogo {
    height: 100%;
    width: 24px;
}
.arrow-details {
    align-items: center;
    display: flex
;
    height: 0;
    justify-content: center;
    margin-bottom: 2px;
}
  .airline-logo {
        max-height: 30px;
        width: auto;
      }
        .timeline-container {
        position: relative;
        padding: 1rem 0;
      }
      
      .timeline-item {
        margin-bottom: 1rem;
      }
      
      .timeline-line {
        display: flex;
        flex-direction: column;
        align-items: center;
      }
      
      .timeline-dot {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color:#fe5101;
        z-index: 1;
      }
      
      .timeline-dot.red {
        background-color: #dc3545;
      }
      
      .timeline-connector {
        position: absolute;
        width: 2px;
        background-color: #dee2e6;
        top: 15px;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
      }
      
      .timeline-date {
        padding-top: 0.25rem;
      }
      
      .timeline-content {
        padding-top: 0.25rem;
      }
      
      .timeline-content-box {
        background-color: #f3f3f3!important;
        border-radius: 0.25rem;
        padding: 1rem;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
      }
      
      .txt-time {
        font-size: 1.1rem;
        font-weight: 500;
      }
      
.arrow_devider {
    background: url('/images/arrows.png') no-repeat scroll 0 0;
    display: inline-block;
    height: 7px;
    text-align: center;
    width: 154px;
    background-size: 100% auto;
}
.serachButton{
    background: rgb(243, 243, 243) !important;
    padding: 7px 25px;
    border-radius: 27px;
}
.hr-separateur{
    margin: 0.5rem 0px !important;
    border-top: 1px solid #E9E9E9 !important;
    opacity: 1 !important;
}
#reservationsCollapse .nav-item:has(> .nav-link.active), #demandeCollapse .nav-item:has(> .nav-link.active)
{
  background-color: #eb662b0d !important; /* fond léger orange */
  border-radius: 0;
  position: relative;
  color: #ff6600 !important; /* texte orange */
  font-weight: 500;
  padding-left: 1rem; /* pour que le texte ne colle pas au segment */
}
#reservationsCollapse .nav-tabs.nav-links .nav-link.active, #demandeCollapse .nav-tabs.nav-links .nav-link.active{
    border-bottom: none !important;
}
/* #reservationsCollapse .nav-link:hover , #demandeCollapse .nav-link:hover{
border-bottom: none !important;
} */
#reservationsCollapse .nav-link.active::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #ff6600; /* trait orange */
  border-radius: 2px;
}
.custom-btn {
  background-color: #fff;
  border: 1px solid #E9E9E9;
  transition: 0.3s;
}
.disabledbtn.custom-btn.disabled{
  background-color: #fff;
  border: 1px solid #E9E9E9 !important;
  transition: 0.3s;
}
/* .custom-btn:hover:not(.disabled) {
  background-color: #ffe5d1;
} */

.custom-btn.active-btn {
  background-color: #ff6600;
  color: #fff;
  border-color: #ff6600;
}
.barba-container .card-reservation:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}


     .file-input-wrapper {
            position: relative;
            display: inline-block;
            width: 100%;
        }

        .file-input {
            position: absolute;
            opacity: 0;
            width: 100%;
            height: 100%;
            cursor: pointer;
        }

        .file-input-display {
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 120px;
            border: 2px dashed #ddd;
            border-radius: 8px;
            background: #fafafa;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .file-input-display:hover {
            border-color: #007bff;
            background: #f0f8ff;
        }

        .file-input-display.dragover {
            border-color: #007bff;
            background: #e3f2fd;
        }

        .file-input-content {
            text-align: center;
            color: #666;
        }

        .file-icon {
            font-size: 48px;
            margin-bottom: 10px;
            color: #007bff;
        }

        .file-info {
            margin-top: 10px;
            padding: 10px;
            background: #e8f4f8;
            border-radius: 6px;
            font-size: 14px;
        }

        .file-name {
            font-weight: 600;
            color: #333;
        }

        .file-size {
            color: #666;
            font-size: 12px;
        }

        .submit-btn {
            background: #ff6b35;
            color: white;
            border: none;
            padding: 12px 30px;
            border-radius: 8px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            width: 100%;
            margin-top: 20px;
            transition: background 0.3s ease;
        }

        .submit-btn:hover {
            background: #e55a2b;
        }

        .submit-btn:disabled {
            background: #ccc;
            cursor: not-allowed;
        }

        .progress-bar {
            width: 100%;
            height: 6px;
            background: #e0e0e0;
            border-radius: 3px;
            margin-top: 15px;
            overflow: hidden;
            display: none;
        }

        .progress-fill {
            height: 100%;
            background: #007bff;
            width: 0%;
            transition: width 0.3s ease;
        }

        .error-message {
            color: #dc3545;
            font-size: 14px;
            margin-top: 10px;
            display: none;
        }

        .success-message {
            color: #28a745;
            font-size: 14px;
            margin-top: 10px;
            display: none;
        }

 /* Animation pour l'icône mobile */
        .mobile-icon-animated {
            animation: mobileAnimation 2s ease-in-out infinite;
            transform-origin: center;
        }
        
        @keyframes mobileAnimation {
            0% { 
                transform: scale(1) rotate(0deg);
            }
            25% { 
                transform: scale(1.1) rotate(-3deg);
            }
            50% { 
                transform: scale(1.2) rotate(0deg);
            }
            75% { 
                transform: scale(1.1) rotate(3deg);
            }
            100% { 
                transform: scale(1) rotate(0deg);
            }
        }
        
        /* Animation alternative - pulsation */
        .mobile-icon-pulse {
            animation: mobilePulse 1.5s ease-in-out infinite;
        }
        
        @keyframes mobilePulse {
            0% { 
                transform: scale(1);
                filter: drop-shadow(0 0 0 rgba(0, 123, 255, 0));
            }
            50% { 
                transform: scale(1.15);
                filter: drop-shadow(0 0 15px rgba(0, 123, 255, 0.5));
            }
            100% { 
                transform: scale(1);
                filter: drop-shadow(0 0 0 rgba(0, 123, 255, 0));
            }
        }
        
       
    .modalloader .modal-content{
        width: 460px !important;
    }

.iatacontainer{
    background: #eb662b0d;
    border-radius: 5px;
}
.btn-plus{
color: #fe5101 !important;
border: 1px solid #fe5101 !important;
}
.btn-plus:hover{
background-color: #eb662b0d !important;
}
    /* Animation pour les éléments cachés */
        .hidden-items {
          opacity: 0;
          transform: translateY(20px);
          transition: all 0.5s ease;
          max-height: 0;
        }
        
        .hidden-items.show-animated {
          opacity: 1;
          transform: translateY(0);
          max-height: 500px; /* Ajustez selon la hauteur de vos cartes */
        }
        
        /* Animation des boutons */
        #show-more-controls button {
          transition: all 0.3s ease;
        }
        
        #show-more-controls button:hover {
          transform: translateY(-2px);
          box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }
        
        /* Animation de fadeIn pour les éléments qui apparaissent */
        @keyframes fadeInUp {
          from {
            opacity: 0;
            transform: translateY(30px);
          }
          to {
            opacity: 1;
            transform: translateY(0);
          }
        }
        
        .animate-in {
          animation: fadeInUp 0.6s ease forwards;
        }

        .room-wrapper:first-child .room-card{
    border: #fe5101 1px solid;
    background-color: #FFF8F5 !important;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fe5101'%3e%3cpath d='M11.354 1.646a.5.5 0 0 0-.708 0l-6 6a.5.5 0 0 0 0 .708l6 6a.5.5 0 0 0 .708-.708L5.707 8l5.647-5.646a.5.5 0 0 0 0-.708z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fe5101'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.top-10{
    top: 10% ;
}
#btnScrollTop {
  position: fixed;
  bottom: 20px;
  right: 90px;
  display: none; /* caché au départ */
  z-index: 1000039 !important;
}