@import url('https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
 --space-16: 16px;
 --space-6: 6px;
 --bs-blue: #F9A425;
 --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;
 --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: #00315b;
 --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: #00315b;
 --bs-mode: #fff;
 --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: #F9A425;
 --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: #4898f62e;
 --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, 0.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: #000;
 --bs-emphasis-color: #000;
 --bs-emphasis-color-rgb: 0, 0, 0;
 --bs-secondary-color: rgba(116, 117, 121, 0.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, 0.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: #919191;
 --bs-border-color-translucent: rgba(0, 0, 0, 5%);
 --bs-border-radius: 0.5rem;
 --bs-border-radius-sm: 0.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, 0.1);
 --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(29, 58, 83, 0.15);
 --bs-box-shadow-lg: 0 1rem 3rem rgba(29, 58, 83, 0.15);
 --bs-box-shadow-inset: inset 0 1px 2px rgba(var(--bs-body-color-rgb), 0.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;
}

@font-face {
  font-family: "Afacad-Regular";
  src: url("/fonts/Afacad/Afacad-Regular.ttf");
}

@font-face {
  font-family: "Afacad-Bold";
  src: url("/fonts/Afacad/Afacad-Bold.ttf");
}

@font-face {
  font-family: "Afacad-SemiBold";
  src: url("/fonts/Afacad/Afacad-SemiBold.ttf");
}

@font-face {
  font-family: "AkayaKanadaka-Regular";
  src: url("/fonts/Akaya/AkayaKanadaka-Regular.ttf");
}

@font-face {
  font-family: "Folks-Bold";
  src: url("/fonts/Folks/Folks-Bold.ttf");
}

body {
 margin: 0;
 font-family: "Poppins", sans-serif;
 font-size: 14px;
 font-weight: 400;
 line-height: 1.5;
 color: #212529;
 text-align: left;
 background-color: #fff;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
 margin-bottom: 0.5rem;
 font-weight: 500;
 line-height: 1.2;
 font-family: "Poppins", sans-serif;

}
.sub-title  { font-size: 26px !important ;font-family: "Afacad-Bold" ; color:#097586 ; }
.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: #097586 !important;
}
.bg-back-primary,
a.bg-back-primary:focus,
a.bg-back-primary:hover,
button.bg-back-primary:focus,
button.bg-back-primary:hover {
 background-color: #ddf7fc !important;
}
.bg-secondary,
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
 background-color: #203063 !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: #097586 !important;
}
.bg-info{
  position: relative;
  z-index: 2;
}
.bg-warning,
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
 background-color: #ffc107 !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: #fafafa !important;
}
.bg-dark,
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
 background-color: #313041 !important;
}
.bg-white {
 background-color: #fff !important;
}
.bg-transparent {
 background-color: transparent !important;
}
.bg-green-opacity {
 background-color: #EFF7EC !important;
}
.bg-orange-opacity {
 background-color: #fffaf3 !important;
}

.bg-opacity-dark {
 background-color: rgb(0 0 0 / 60%);
}
.text-primary,
a.text-primary:focus,
a.text-primary:hover {
 color: #E404BE !important;
}
.text-secondary,
a.text-secondary:focus,
a.text-secondary:hover {
 /* color: #FFBB00 !important; */
}
.text-success,
a.text-success:focus,
a.text-success:hover {
 color: #0088CC!important;
}
.text-info,
a.text-info:focus,
a.text-info:hover {
 color: #000000 !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: #4A4A4A !important;
}
.btn-outline-primary {
  color:  #4A4A4A;
  border-color: #4A4A4A ;
  background: #fff;
}
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary:hover ,
.btn-check:checked+.btn.btn-outline-primary {
  color:  #fff;
  border-color: #ffbb00;
  background: #ffbb00;
}
.btn-outline-info:focus,
.btn-outline-info:hover {
 color: #fff;
 background: #FFBB00;
 border-color: #FFBB00;
}
.btn-outline-info a,
.dropdown-item:focus,
.dropdown-item:hover,
.pills-link.active,
.text-blue-1,
a {
 color: #097586;
}
.btn-outline-info {
 color: #FFBB00;
 border-color: #FFBB00;
}
.btn-check:checked + .btn.btn-outline-secondary {
 color: #333;
 background-color: #eee;
 border-color: #eee;
}
.btn-outline-secondary {
 color: #333;
 background-color: #fff;
 border-color: #919191;
}
.btn-outline-secondary a {
 color: #919191;
}
.btn-check:checked + .btn-outline-secondary a,
.header-top-bar .nav-link,
.header-top-bar .nav-link:hover {
 color: #fff;
}

.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;
 background-color: #097586;
 border-color: #097586;
}

.btn-primary {
 color: #fff;
 background-color: #097586;
 border-color: #097586;
}
.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 0.2rem hsla(34, 95%, 48%, 0.5);
}
.btn-info,
.btn-info.disabled,
.btn-info:disabled,
.btn-info:hover,
.btn-info:focus,
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
 color: #fff;
 background-color: #00315b;
 border-color: #00315b;
}

.btn-secondary,
.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 !important;
 background-color: #FFBB00 !important;
 border-color: #FFBB00 !important;
}
.btn-secondary.focus,
.btn-secondary:focus {
 box-shadow: 0 0 0 0.2rem rgba(183, 205, 59, 0.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 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success,
.btn-success.disabled,
.btn-success:disabled {
 color: #fff;
 background-color: #F9A425;
 border-color: #fff;
}
.btn-success:hover {
 color: #000;
 background-color: #fff;
 border-color: #F9A425;
}
.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 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
 color: #fff;
 background-color: #1e7e34;
 border-color: #1c7430;
}
.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 0.2rem rgba(3, 158, 137, 0.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: #fffff1;
  background-color: #f9a425;
  border-color: #f9a425;
}
.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 0.2rem rgba(222, 170, 12, 0.5);
}
.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 0.2rem rgba(225, 83, 97, 0.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 0.2rem rgba(216, 217, 219, 0.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 0.2rem rgba(82, 88, 93, 0.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-secondary {
 background-color: rgb(255 255 255 / 85%);
 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, 0.15) !important;
}

header svg {
 margin-right:10px;
}
.navbar-secondary .nav-link {
  text-transform: uppercase;
 font-family: "poppins";
 color: #000 !important;
 line-height: 1.5;
 font-size: 16px;
 font-weight: 600;
 padding-right: 16px !important;
 padding-left: 16px !important;
}
.navbar-secondary .nav-link.item {
 border-radius: 6px;
 background-color: #F9A425;
 color: #fff;
}
.py-min{
  padding-top: 0.1rem !important;
  padding-bottom: 0.1rem !important;
}
.navbar-secondary .dropdown-item , .navbar-secondary .content-mega-in >div{
  font-size: 14px;
 } 
.nav-items-for-mobile {
 display: flex;
}
.help-block{
  color: red !important;
}
.bg-custom-warning{
  background-color: #ffc107 !important;
}
.icon-eyes:hover{
  cursor: pointer;
}
.promo {
  position: absolute;
  background: #F9A425;
  top: 10px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  padding: 4px 14px;
  font-weight: 600;
}

.room-card .hotel-room-price {
 font-size: 18px !important;
}
.hotelsRooms .badge {
  border-radius: 4px !important;
  font-weight: 400 !important;

}
.fw-semibold { font-weight: 600 !important;
}
.mh-200{
  min-height: 200px !important;
}
.mh-215{
  min-height: 215px !important;
}
.fw-bold700 {
 font-weight: 700 !important;
}
.font-10 {
 font-size: 10px;
}

.font-13 {
 font-size: 13px;
}
.hotel-room-text-danger {
  color: #d6293e !important;
  background-color: #fff4f5;
  padding: 5px;
  width: fit-content;
}
.hotel-room-text-success {
 color: #28a745 !important;
 font-weight: 500;
 padding: 5px;
 background-color: #edfff1;
}
.final-price {
 font-size: 20px !important;
}
.hotelsRooms .form-check-input.room-select {
 height: 20px !important;
 width: 20px !important;
}
.hotelsRooms .room-select {
 display: flex !important;
 align-items: end;
 justify-content: space-evenly;
}
.hotelsRooms .complex-room-select {
 min-width: 170px;
 background-color: #eaf7ff;
 border-radius: 4px;
}
.simple-text-price {
 font-weight: 400 !important;
}
.custom-font-tarif {
 font-weight: 500;
 font-size: 12px !important;
 text-transform: uppercase;
}
.reduction-advantage,
.account-question,
.or {
 color: #F9A425;
}
.try-connect .connect,
.new-account {
 cursor: pointer;
 color: #4898f6;
}
.new-account a {
 color: #4898f6;
 text-decoration: underline;
}
.box-service-item {
  border-radius: 22px 22px 0 0 !important;
}
.background-book-with-us {
  background-image: url(../images/bg-with-us.png);
  background-position: 100% 10%;
  background-repeat: no-repeat;
  height: 300px;
}
@media (min-width: 992px) {
 .z-moteur {
  position: absolute;
  z-index: 10;
  top: 80%;
 }
}
.box-service-item {
  overflow: hidden;
}
@media (min-width: 768px) {

  .box-service-item .card-hotel-item .stretched-link:hover img {
    transform: scale(1.1);
  }

  .box-service-item img {
    transition: transform 0.6s ease-out;
  }

  .h-350-cover {
    height: 380px;
    object-fit: cover;
    border-radius: 16px;
  }
.height-220 { height: 250px;}
  .hotelsRooms .bg-select {
    background-color: #eaf7ff;
    border-radius: 4px;
  }
.card-p.mb-md-2 ,.card-p  {            box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%) !important;
  background: #fff;
  border-radius: 7px; margin-bottom: 22px !important;}
#filters .card-body  {      padding: 12px;}
  
    
.w-80{
  width: 80%;
}
.min-h-600 { min-height: 600px;}
  
.br-tp-bt {        border-radius: 40px;}
    .room-card .price-box {
        padding: 8px;
       }
    .tourmaster-guest:before{
        content: " ";
        width: 1px;
        color: transparent;
        border-left-width: 1px;
        border-left-style: solid;
        vertical-align: middle;
        margin: 0 29px 0 0;
        line-height: 0;
        border-color: #e9e9e9;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .h-img-deals {
      height: 515px;
      width: 100%;
      border-radius: 8px;
     }
 .h-img-product {
  height: 480px;
  object-fit: cover;
  width: 100%;
  border-radius: 8px;
 }
 .h-img-single {  height: 320px;
  object-fit: cover;
  width: 100%; }
 
 .h-img-product-col {
  height: 235px;
  object-fit: cover;
  width: 100%;
  border-radius: 8px;
 }
 .h-md-100 {
  height: 100%;
 }
 .hidden-md {
  display: none;
 }
 .pos-review-fiche {
  position: absolute;
  right: 0;
  top: 15%;
 }
 .promo-tag {
  color: #fff;
  background: rgba(219, 55, 52);
  padding: 3px 4px;
  font-size: 11px;
  line-height: 16px;
  border-radius: 5px;
  font-weight: 500;
 }
 a.after-five {
  display: none !important;
 }

 .score__badge {
  border-radius: 2px;
  padding: 2px 2px;
  position: relative;
  font-size: 13px;
  line-height: 34px;
  letter-spacing: 0;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  margin-right: 7px;
  font-weight: 600;
 }

 .h-md-100 {
  height: 100%;
 }
 .h-hotel {
  min-height: 240px;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
  width: 100%;
 }
 .h-hotel-185 {
  height: 185px;
  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 0.2s, visibility 0.2s, margin-top 0.2s;
  transition: opacity 0.2s, visibility 0.2s, margin-top 0.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 #FFBB00;
 }
 .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 #FFBB00;
  color: #fff;
  background: #FFBB00;
 }
 .interary-item:hover .icon-left {
  background: 0 0;
  color: #FFBB00;
 }
 .interary-item .item_content h2,
 .interary-item .item_content h3 {
  font-size: 22px;
 }
}
@keyframes fadeIn {
 from {
  opacity: 0;
 }
 to {
  opacity: 1;
 }
}
@media (min-width: 992px) {
 .navbar .megamenu {
  left: 0;
  right: 0;
  width: 200px;
  padding: 15px;
  box-shadow: 0 2px 0.75rem rgba(12, 14, 28, 0.08);
 }
 .navbar .has-megamenu {
  position: relative !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-color: #097586;
 color: #000;
 position: relative;
 z-index: 2;
}
.bg-destinations{
  background-image: url(../images/home/destinations-img.jpg);
}
.h-50-news {
 height: 50px;
}
.slide .carousel-caption {
 top: -6.75rem;
 margin-top: 190px;
 width: 30%;
 left: 16%;
 text-align: start;
}
.font-48 {
 font-size: 56px;
 font-weight: 700;
 color: #fff;
}
.font-65 {
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 1px;
}
.font-36 {
 font-size: 18px;
 font-weight: 300;
 color: #fff;

}
.card-engine {
 padding: 10px 20px 15px 15px;
 border: #919191 1px solid;
}
.border-bottom-white {
 border-bottom: #000 1px dashed;
}
.tab-nav-index .nav-tabs,
.tab-nav-index .nav-tabs .nav-link.active {
 border: 0;
}
.tab-nav-index .nav-link {
 color: #000;
 font-weight: 600;
}
.tab-nav-index .nav-tabs .nav-link.active {
 color: #F9A425;
 border-bottom: 3px solid #F9A425;
 background: 0 0;
}
.tab-nav-index .nav-tabs .nav-link:focus,
.tab-nav-index .nav-tabs .nav-link:hover {
 color: #F9A425;
 border-color: transparent;
}
.tab-nav-index svg {
 width: 20px;
 height: 20px;
 padding-right: 4px;
}
.user-account .nav-tabs .nav-link.active {
  background-color: #d0f1f6;
  border-radius: 8px;
  border-bottom: unset !important
}
.user-account .nav-tabs .nav-link {
  padding: 12px !important;
}
.user-account .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.user-account .nav-tabs {
  border-bottom: unset !important
}
.form-control-border .form-label {
 font-size: 14px !important;
 color: #5d5d5d;
 z-index: 9;
 font-weight: 500;
 padding-left: 10px;
 margin-bottom: 0;
}
.form-label {
 margin-bottom: 0.5rem;
 font-weight: 400;
 color: var(--bs-gray-500);
}
.form-control-border input {
 color: #00315b !important;
 border: 0;
 font-size: 14px;
 font-weight: 400;
 cursor: pointer;
}
#tarifs .engine .form-control-border input {
 padding: 0 0px !important;
}
.engine .input-separate .form-control {
 padding: 36px 12px 12px 12px;
 background: transparent;
 border-radius: 5px;
 height: 60px;
 font-size: 13px;
 color: #000;
 font-weight: 400;
 cursor: pointer;
 border:#fff;
 margin-left: 8px;
}
.ls-box {
 background: #fff;
 width: 25%;
 position: absolute;
 top: 30%;
 z-index: 12;
 margin: auto;
 overflow: hidden;
 height: auto;
 left: 35%;
 border-radius: 25px;
}
.Typeahead-close,
.guests,
.label-pos {
 position: absolute;
}
.label-pos {
  bottom: 26px;
  left: 44px;
  font-size: 14px !important;
  color: #8f8f8f;
  z-index: 9;
  font-weight: 400;
}
.label-pos-42 {
  bottom: 26px;
  left: 55px;
  font-size: 14px !important;
  color: #8f8f8f;
  z-index: 9;
  font-weight: 400;
  position: absolute;
}
.label-pos-12 {
  bottom: 26px;
  left: 12px;
  font-size: 14px !important;
  color: #8f8f8f;
  z-index: 9;
  font-weight: 400;
  position: absolute;
}
.engine .twitter-typeahead .form-control {
 width: 100%;
 background: transparent;
}
.twitter-typeahead {
 width: 100%;
}
.Typeahead-close {
 top: 37px;
 right: 11px;
 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, 0.08);
 padding: 15px;
 z-index: 12;
}
.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, 0.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 #eee;
 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;
 color: #e404be;
}
.add-room:hover {
  color: #e404be;
}
.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 #d23278;
}
.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: #E404BE 3px solid;
  border-radius: 0px;
  padding: 10px 18px;
}
.nav-fiche.sort .nav-link {
 color: #000;
 font-weight: 500;
}
.card-hotel-body {
 border-radius: 0 8px 8px 0;
 background: #fff;
 overflow: hidden;
 display: flex;
 flex-direction: column;
 transform: translateZ(0);
}
.card.card-hotel-item .stretched-link{
  position: relative;
}
.card-hotel-info{
  padding: 45px 30px 0 30px;
}
.item-hotel-price {
  font-size: 26px;
  color: #097586;
  font-family: "Afacad-SemiBold";
}
.item-product-price {
  font-size: 35px;
  color: #097586;
  font-family: "Afacad-SemiBold";
}
.card-title{
  font-size: 26px !important;
  font-family: "Afacad-SemiBold" !important;
}
.line-height-1{
  line-height: 1;
}
.card-sub-title{
  font-size: 16px !important;
  font-family: "Afacad-SemiBold" !important;
}
.card-text{
  font-size: 16px !important;
  font-family: "Afacad-Regular" !important;
}
.bg-img {
 background-attachment: fixed;
 background-size: cover;
 background-repeat: no-repeat;
 padding: 230px 0;
}


.hstack {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.score__title {
 font-size: 12px;
 font-weight: 500;
 color: #004680;
}
.input-check .select-nuit .nights-count {
 color: #5d5d5d !important;
 font-weight: 400;
}

@media (max-width: 1200px) {
  .part-destination{
    flex-wrap: wrap;
  }
  .bg-destinations .owl-destinations{
    padding-left: 0px !important;
  }
  .z-moteur {
    top: 70%;
  }
  .tour-package-single{
    height: 280px !important;
  }
  .navbar-brand .img-fluid{
    width: 150px;
  }
}
@media (min-width: 992px) {
  .input-boxs { 
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
  }
  .custom-engine button  {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .custom-engine  { 
    background-color: rgb(255 255 255 / 100%);
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px; box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%) !important;
  }
}
.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: 13px;
    justify-content: center;
    line-height: 1.35em;
    padding: 0.5em 0.7em;
    position: absolute;
    text-align: center;
    width: 9rem;
    z-index: 1;
  }
  .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%;
  }
.justify-items-center{
  justify-items: center;
}
.engine-home-btn {
  background-color: #097586;
  border-color: #097586;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}
.main-font-familly{
  font-family: "Afacad-SemiBold";
}
@media (max-width: 992px) {
  .bg-omra-image .btn{
    padding: 8px !;
  }
  .nav-responsive {
    overflow-x: scroll;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .engine-home-btn {
    background-color: unset !important;
    border-color: unset !important;
    border-top-right-radius: unset !important;
    border-bottom-right-radius: unset !important;
  }
  .background-book-with-us {
    background-image: unset !important;
    height: unset !important;
  }
  .bloc-map-mobile {
    background: url(/images/mini-map.png) 0 0 / cover no-repeat;
  }
  .bloc-sorts {
    position: relative;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background-color: #fafafa !important;
  }
  .result_found {
    font-size: 14px !important;
    font-weight: unset !important; 
  }
  .z-moteur {
    margin-top: -100px;
    position: relative;
    z-index: 10;
  }
  .engine .destination{
    padding: 15px;
  }
  .custom-engine{
    position: relative;
    background-color: #fff;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    border-radius: 15px ;
  }
  .card-hotel-info .card-title {
    font-size: 20px !important;
  }
  .item-hotel-price {
    font-size: 22px !important;
  }
  .card-text-item-hotel .badge {
    font-size: 10px !important;
  }
  .card-hotel-item .rating svg{
    width: 12px !important;
    height: 12px !important;
  }
  .show_star .rating{
    color: #FFB300;
  }
  .show_star{
    color: #FFB300;
  }
  .card-text-item-hotel {
    padding: 12px !important;
  }
  .pos-absolute-icons {
    top: 34px !important;
    left: 20px !important;
  }
  .label-pos {
    bottom: 42px !important;
    left: 70px !important;
  }
  .engine .input-separate .form-control {
    margin-left: 23px !important ;
  }
  .pos-absolute-icons.calendrier{
    top: 26px !important;
  }
  .pos-absolute-icons.chambre{
    top: 25px !important;
  }
  .engine-hotel-list{
    width: 100% !important;
    padding-left: 30px !important;
  }
  .engine .js-datepicker {
    padding: 35px 20px 10px 30px !important;
    border-radius: 0px !important;
    height: unset !important;
    border-bottom: 1px solid #ccc !important;
  }
  .engine .destination {
    padding: 15px 15px 15px !important;
    border-bottom: 1px solid #ccc !important;
  }
  .label-pos-42 {
    left: 70px !important;
    bottom: 37px !important;
  }
  .custom-engine .form-iput-typhead {
    padding-left: 32px !important;
  }
  .custom-engine .Typeahead-close {
    top: 53px !important;
  }
  .engine-search-btn{
    padding: 20px !important;
  }
  .engine-search-btn > .btn{
    padding: 15px 0;
    border-radius: 15px;
  }
  .slider-control.action-buttons{
    display: none !important;
  }
  .users-p #occupation{
    border-bottom: 1px solid #ccc !important;
    padding: 7px 0px 7px 0;
  }
  .pos-absolute-icons-right {
    top: 35px !important;
  }
  .custom-layout{
    padding: 3rem 0rem !important;
  }
  .custom-layout .box {
    flex: 1 1 48% ;
    margin: 1%; 
  }
  .main_phone,.main_social_media{
    display: grid;
    justify-content: end;
  }
}

@media (max-width: 768px) {
.mobile_hidden{
  display: none ;
}
.bg-omra-image .btn{
  padding: 5px !important;
  font-size: 12px;
}
.h-350-cover { height: 220px ;         object-fit: cover;
  border-radius: 16px;} 
  .hotelsRooms .room-select {
    display: flex !important;
    align-items: end;
    justify-content: end;
   }
   .hotelsRooms .room-select .form-check-label{ margin-left: 4px;} 

  .navbar-toggler:hover,   .navbar-toggler:focus  { border: 0px !important; box-shadow: none; cursor: pointer;}
  .nav-home.nav-tabs .nav-link.active, 
  .nav-home.nav-tabs .nav-item.show .nav-link {
    border: 1px #fff solid;
    background: #fff;
    color: #fb5b32 !important;
    border-radius: 0px !important;
    border-bottom: 2px solid #fb5b32 !important;
}
.boardsFilter .btn-check:checked + .btn:after {
  bottom: -12% !important;
}
 .rooms-type .boardsFilter .btn-check:checked + .btn {
  border-bottom: 3px solid #097586 !important;
 }
 .img-about {
  width: 100% !important;
 }
 .hotel-web-detail {
  display: none !important;
 }
 .hotel-mobile-detail {
  display: block !important;
 }

 .final-price-hotel-list {
  margin-bottom: 5px;
 }
 .engine-tarif-fiche {
  display: inline-block !important;
 }
 .btn-tarif .btn-info.btn-block.btn-lg {
  width: 100% !important;
 }

 .content_info {
  width: 100% !important;
 }
 .rooms-type {
  overflow-x: scroll;
 }
 .item-card-htl.hotel #hotel-price-tarif {
  flex-direction: unset;
  display: flex !important;
  justify-content: space-between !important;
 }
 #hotel-price-tarif .price-totat-night {
  display: none !important;
 }
 #hotel-price-tarif .align-self-center .start-from-price {
  position: relative;
  display: flex !important;
  justify-content: flex-start !important;
 }
 #hotel-price-tarif .main-hotel-price {
  font-size: 20px !important;
 }

 
 .bloc-sorts {
  position: fixed;
  bottom: 15px;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
 }
 .ls-box {
  background: #fff;
  left: 0 !important;
  width: 96% !important;
  position: fixed;
  top: 65px !important;
  z-index: 8;
  margin: 8px !important;
  overflow: hidden;
  height: 100%;
  overflow-x: auto;
 }
 .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: 0.5px;
  scrollbar-width: none;
  -ms-overflow-style: none;
 }
 .d-nav-fiche,
 .services {
  flex-wrap: nowrap;
  padding-bottom: 0;
 }
 .services {
  display: inline-grid !important;
  user-select: none;
 }
 .boardsFilter,
 .d-nav-fiche,
 .pills-links {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  width: 100%;
  box-sizing: content-box;
 }

 .d-nav-fiche {
  user-select: none;
  flex-direction: row;
 }
 .score__title {
  display: flex;
  flex-direction: column;
 }
 .hotel-score-fiche {
  justify-content: end !important;
 }
 .score__title .score__text {
  margin-left: 4px;
 }
 header svg {
  margin-right: 10px;
 }
 .hidden-sm {
  display: none;
 }
 .boardsFilter,
 .pills-links,
 .tab-nav-index .nav-tabs {
  display: inline-block;
 }
 .promo-mobile {
  color: #d6293e;
  --bs-bg-opacity: 0.1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
  padding: 4px;
  font-size: 12px;
  border-radius: 4px;
  font-weight: 500;
 }
 .review-score-box {
  font-size: 10px;
  position: absolute;
  top: 20px;
  left: 15px;
 }
 .item-htl {
  position: relative;
 }
 .box-favoris,
 .font-12,
 .score__badge {
  font-size: 12px;
 }
 .room-card {
  padding-top: 8px;
  padding-bottom: 8px;
 }
 
 .boardsFilter,
 .pills-links {
  user-select: none;
  flex-wrap: nowrap;
  padding-bottom: 5px;
  flex-direction: row;
 }
 .score__badge {
  font-weight: 600;
  margin-right: 9px;
 }
 .h-hotel {
  height: 235px;
  object-fit: cover;
  width: 100%;
 }
}
.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 #eee;
 margin-bottom: 8px;
 font-weight: 500;
 font-size: 16px;
}
.link-sort a.active {
 color: #097586;
 background-color: unset !important;
}
.selectedRow {
  border: 2px solid #097586 !important ;
}
.box-favoris {
 display: none;
 padding: 15px;
 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 0.2s, visibility 0.2s, margin-top 0.2s;
 transition: opacity 0.2s, visibility 0.2s, margin-top 0.2s;
 position: absolute;
 top: 35px;
 z-index: 40;
 width: 260px;
 right: -41%;
 color: #fff;
}
/* #filters .card.shadow-sm {
 border-radius: 10px;
 border-color: #999;
} */
/* #filters .card.shadow-sm .card-body {
 padding: 12px;
} */
.bg-background-list {
 background-repeat: no-repeat, repeat;
 height: auto;
 padding: 12px 0;
 background-color: #fb5b32;
}
/* .total_number {
 font-size: 14px;
} */

.preview-banner-area .banner-text p,
.tt-menu {
 width: 100% !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: #4898f6;
}
.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;
}
.second-row {
 align-items: start;
}
.navbar-secondary {
 border-bottom: 2px solid #eee;
}
.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;
}

.preview-banner-area {
 padding-top: 50px;
 padding-bottom: 50px;
 height: inherit !important;
}
.preview-banner-area .banner-text .item-title {
 width: 100% !important;
 font-size: 32px !important;
}
.preview-banner-area .form-news {
 margin-bottom: 120px !important;
 width: 100% !important;
}

.bg-img::before {
 content: "";
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 background: #0f2454;
 opacity: 0.5;
}
.bg-packages::after,
.bg-packages::before {
 background: url(/images/home/FOND-1.webp) center center/contain no-repeat;
 top: 0;
 width: 402px;
 height: 402px;
 z-index: -1;
 content: "";
}
 .desti-content {
  position: absolute;
  bottom: 26px;
  z-index: 2;
  max-width: 423px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: start;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  padding: 8px 16px;
}
.desti-content-deals {
  position: absolute;
  bottom: -20%;
  z-index: 2;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; 
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  padding: 8px 16px;
  height: 60%;
  align-items: stretch;
  flex-direction: column;
  color: #fff;
}
.splide__arrow svg {
  fill: #ffffff !important;
}
.nav-pills .nav-link{
  white-space: nowrap;
}
.card>.list-group {
  border-top: unset !important;
  border-bottom: unset !important;
}
.list-group-item {
  background-color: unset !important;
  border: unset !important;
  padding: .5rem 0rem !important;
}
.nav-pills .nav-link.active{
  color: #fff;
  background-color: #097586;
}
.title {        
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0px;}
.description { color: #fff; font-size: 20px;}
.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;
}
.item-border-product {
 border-radius: 14px;
 position: relative;
 overflow: hidden;
 cursor: pointer;
}
.item-border-product:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  background: rgb(0 0 0 / 5%);
}
   .item-border-product  .figure{
    position: relative;
    overflow: hidden;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.item-border-product img {
  filter: brightness(0.6);
}
.item-border-product:hover   img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    filter: brightness(1) !important;
} 
.bg-packages::before {
 position: absolute;
 right: 0;
}
.bg-packages::after {
 position: absolute;
 left: 0;
}
.banner-faq {
  margin-bottom: 12px;
}
.banner-faq img {
  display: block;
  width: 100%;
  border-radius: 16px;
}
.box-banner-faq .row {
  display: flex;
  align-items: stretch; 
}

.box-banner-faq .col-lg-5, .box-banner-faq .col-lg-7 {
  display: flex;
  flex-direction: column;
  justify-content: space-between; 
}

.banner-faq img {
  width: 100%; 
  height: auto;
}

.box-banner-faq .col-lg-7 .banner-faq {
  height: 100%;
}

.box-banner-faq .col-lg-7 img {
  height: 100%;
  object-fit: cover; 
}
.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;
}
.tt-menu {
 border-radius: 4px !important;
 padding: 10px !important;
 box-sizing: border-box;
 background: #fff;
 box-shadow: 0 3px 6px rgba(26, 35, 44, 0.12), 0 0 2px rgba(26, 35, 44, 0.04);
 width: 125%;
 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 12px;
 position: relative;
 font-size: 14px;
 display: block;
 line-height: 20px !important;
 cursor: pointer;
}
.tt-menu .tt-dataset .tt-suggest-page:hover,
.tt-menu .tt-dataset .tt-suggest-page:focus {
 background-color: rgba(0, 0, 0, 0.04);
}
#checkboxes,
.fixed-panel.scrolled .engine .form-control-border .days_short_value,
.sticky-header.scrolled .header-top-bar {
 display: none;
}
.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;
}
.select-nuit input,
.txt-adt,
.txt-beb,
.txt-enf,
.txt-room,
.valAdultshotel,
.valChildrenhotel,
.valInfantshotel,
.valRoomstshotel {
 font-weight: 400;
 font-size: 14px;
}
.datepicker.datepicker-dropdown {
 margin-top: 25px;
 box-shadow: rgba(15, 41, 77, 0.08) 0 8px 16px 0;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
 background: 0;
 color: #999;
 cursor: default;
 text-decoration: line-through;
}
.datepicker table tr td,
.datepicker table tr th {
 padding: 10px 13px;
 font-size: 14px;
 text-transform: capitalize;
 line-height: 25px;
 letter-spacing: 0.4px;
}
.datepicker tbody tr > td.day {
 color: #595d6e;
}
.datepicker thead th.datepicker-switch,
.datepicker thead th.next,
.datepicker thead th.prev {
 font-weight: 600;
 color: #000;
 letter-spacing: 2.4px;
}
.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
 background-color: #fcdd34;
 background-image: inherit;
 background-repeat: repeat-x;
 border-color: #fcdd34;
 color: #333;
}
.datepicker table tr td.range,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range:hover {
 background: rgb(9 112 230 / 10%);
}
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected[disabled] {
 background-color: #4898f6;
 background-image: none;
 border-radius: 0;
}
.datepicker tbody tr > td.day.active,
.datepicker tbody tr > td.day.active:hover,
.datepicker tbody tr > td.day.selected,
.datepicker tbody tr > td.day.selected:hover {
 background: #4898f6;
 color: #fff;
 border-radius: 0;
}
.engine .input-separate .has-error input {
 border: 2px solid #f04c41;
}
.has-error .help-block {
 position: absolute;
 background: #f04c41;
 color: #fff !important;
 padding: 6px 8px;
 font-size: 12px;
 line-height: 16px;
 z-index: 200;
 top: 100%;
 box-shadow: 0 1px 2px rgba(26, 35, 44, 0.12), 0 0 2px rgba(26, 35, 44, 0.04);
 border-radius: 4px;
 margin-top: 2px;
 white-space: nowrap;
 letter-spacing: 0.1px;
}
.bg-facebook,
.bg-instagram,
.bg-linkedin,
.bg-twitter {
 border: 0;
 color: #fff;
}
.has-error .help-block:before {
 content: "";
 width: 0;
 height: 0;
 border-left: 5px solid transparent;
 border-right: 5px solid transparent;
 border-bottom: 7px solid #f04c41;
 position: absolute;
 bottom: 100%;
}
.hero_in {
 background: #fffaf3 ;
}
.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;
}

.btn-primary-soft {
 color: #25d366;
 background-color: #25d36614;
}
.btn-primary-soft-info {
 color: #4898f6;
 background-color: #4898f624;
}
.btn-primary-soft-info:hover {
 color: #fff;
 background-color: #4898f6;
}
.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: -0.5rem !important;
}

.skeleton-loader,
.skeleton-loader-card,
.skeleton-loader-number {
 background: rgba(0, 0, 0, 0.06);
 animation: 1s infinite shine;
 display: block;
}
.preview-banner-area .banner-text {
 text-align: center;
 position: relative;
 z-index: 5;
 color: #fff;
}
.preview-banner-area .banner-text .sub-title {
 color: #fff;
 margin-bottom: 10px;
 font-weight: 500;
 font-size: 26px;
 letter-spacing: 8px;
}
.preview-banner-area .banner-text .item-title {
 color: #fff;
 width: 80%;
 margin: 0 auto 25px;
 font-weight: 700;
 line-height: 65px;
 font-size: 46px;
}
.preview-banner-area .banner-text p {
 color: #f3f3f3;
 font-size: 18px;
 line-height: 30px;
 margin: 0 auto 30px;
 width: 50%;
}
.preview-banner-area .form-news {
 margin-bottom: 35px;
 width: 50%;
}
.hiddenBox:empty {
 margin: auto;
 width: 500px;
 height: 600px;
 background-image: radial-gradient(circle 50px at 50px 50px, #d3d3d3 99%, transparent 0),
  linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%),
  linear-gradient(lightgray 20px, transparent 0), linear-gradient(lightgray 20px, transparent 0), linear-gradient(lightgray 20px, transparent 0),
  linear-gradient(lightgray 20px, transparent 0);
 background-repeat: repeat-y;
 background-size: 100px 200px, 50px 200px, 150px 200px, 350px 200px, 300px 200px, 250px 200px;
 background-position: 0 0, 0 0, 120px 0, 120px 40px, 120px 80px, 120px 120px;
 animation: 1s infinite shine;
}
.skeleton-loader-card {
 width: 100%;
 height: 100%;
 background-repeat: repeat-y;
 background-size: 50px 500px;
 background-position: 0 0;
 margin-bottom: 15px;
 box-shadow: unset !important;
}
.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, 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;
}
.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, 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, 0.06);
}
.logintab .nav-pills .nav-link.active {
 background-color: #004680;
 color: #fff;
}
.btn-map-pos {
 top: 24px;
 left: 33%;
}
.font-13 {
 font-size: 13px !important;
}
.banner-count,
.font-12 {
 font-size: 12px;
}
.promo-category {
 position: absolute;
 top: 15px;
 background: #004680;
 color: #fff;
 padding: 2px 6px;
 font-weight: 500;
 font-size: 12px;
 right: 0;
}
.border-dashed-top-bottom {
 border-bottom: 1px dashed #eee;
 border-top: 1px dashed #eee;
 padding-top: 4px;
 padding-bottom: 4px;
}
.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;
}
.carousel-hotels-fiche .carousel-indicators button {
 width: 10px;
 height: 10px;
 border-radius: 100%;
 background-color: #4898f6;
}
.carousel-hotels-fiche .carousel-indicators {
 bottom: -42px;
 right: 0;
 margin-right: 0;
 justify-content: end;
}
.fixed-panel.scrolled {
 color: #fff;
 position: fixed;
 top: 0;
 left: 0;
 right: 0;
 width: 100%;
 background-color: #eee;
 box-shadow: 0 2px 4px rgba(26, 35, 44, 0.12), 0 0 2px rgba(26, 35, 44, 0.04);
 padding: 16px 7% 0;
 z-index: 2000;
}
.sticky-header {
 transition: 0.3s ease-in-out;
}
.fixed-panel.scrolled .engine .input-separate .form-control {
 padding: 26px 12px 12px;
 border: 1px solid #d0d0d0;
 border-radius: 5px;
 height: 59px;
 font-size: 14px;
 color: #000;
 background: #fff !important;
}
.fixed-panel.scrolled .engine .label-pos {
 position: absolute;
 bottom: 32px;
 left: 12px;
 font-size: 14px !important;
 color: #5d5d5d;
 z-index: 9;
 font-weight: 500;
}

.fixed-panel.scrolled .engine .form-control-border {
 width: 100%;
 position: relative;
 padding-top: 6px;
}
.fixed-panel.scrolled .engine.mb-md-4 {
 margin-bottom: 15px !important;
}
.size-40 {
 flex-shrink: 0;
 width: 40px;
 height: 40px;
}
.bg-blue-1-05 {
 background-color: rgba(53, 84, 209, 0.05);
}
.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;
}
.select-wrapper {
 position: relative;
 padding: 0.375rem 0.75rem;
 width: 100%;
 border: 1px solid #ced4da;
 border-radius: 0.25rem;
}
.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;
 position: absolute;
 padding: 0;
 z-index: 10;
 margin: 0;
 border: 1px solid #ced4da;
 border-radius: 0.5rem;
}
.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, 0.4);
 border-radius: 4px;
}
.gallery-thumbs,
.photo-gallery {
 --outer-grid-columns-total: 1fr 1fr;
 --inner-grid-columns-total: 1fr 1fr;
 --main-image-min-height: 472px;
 --other-thumbnail-images-min-height: 228px;
 display: flex;
 flex-wrap: nowrap;
}

.splide-thumb {
  margin-top: 10px;
}

.splide-thumb > .splide__track > .splide__list > .splide__slide.is-active {
  -webkit-box-shadow: 0px 0px 0px 5px inset #097586;
  box-shadow: 0px 0px 0px 5px inset #097586;
  border: none;
}

.splide--nav > .splide__track > .splide__list > .splide__slide {
  border-radius: 5px;
  border: none;
}

.photo-gallery {
 --gap-image: var(--space-6);
 position: relative;
 gap: var(--gap-image);
}
.product-info-section .photo-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.gallery-main {
 --main-image-min-height: 472px;
 position: relative;
 cursor: pointer;
 max-height: 620px;
}
.gallery-main a {
 display: block;
 width: 100%;
 height: 100%;
}
.gallery-thumbs {
 --gap-image: var(--space-6);
 position: relative;
 gap: var(--gap-image);
 display: grid;
}
.gallery-thumbs a {
 -webkit-box-flex: 1;
 position: relative;
}
.gallery-main a img,
.gallery-thumbs a img {
 object-fit: cover;
 width: 100%;
 height: 100%; 
 -webkit-box-flex: 1;
 border-radius: 8px;
 flex: 1 1 0%;
 overflow: hidden;
 -webkit-transition: 0.3s ease-in-out;
 transition: 0.3s ease-in-out;
}
.gallery-thumbs a img {
  max-height: 150px !important;
  height: 150px !important;
}
.photo-gallery a:hover img {
 filter: brightness(56%);
}
.text-custom-danger{
  color: #d6293e;
}
.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: #fff;
 font-weight: 600;
}
#checkboxes label {
 display: block;
}
.meta-cat .dispo {
 background: #bfd83d;
}
.meta-cat .indispo {
  background: #f83c34;
}

.profile-pic {
 object-fit: cover;
 border-radius: 50%;
 border: 2px solid #fff;
 padding: 5px;
}
.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 #ffb03c;
 -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: #1d3649;
 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: rgb(255 210 48 / 60%);
}
.ui-datepicker td a,
.ui-datepicker td span {
 display: block;
 background-color: #ededed;
 text-align: center !important;
 text-decoration: none;
 padding: 8px 10px;
 color: #666 !important;
 font-size: 14px !important;
 border-radius: 5px;
}
.ui-datepicker-calendar .ui-state-active {
 background: #097586 !important;
 color: #fff !important;
}
.btn-outline-primary-custom:hover{
color: #ffffff !important;
}
@media (min-width: 768px) {
.br-right-date {     border-right: 1px solid #eee;}
  .engine-section_v2, .engine-section {
  position: relative;
  height: 260px;
 }
.engine-section .engine {  position: relative;  bottom: -148px; }

.engine-section_v2 .engine {     position: relative; bottom: -100px; }
 .ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
 }
 .ui-datepicker-multi .ui-datepicker-group {
  float: left;
 }
}
@media (max-width: 767px) {
  .payment-type .type {
    width: 100% !important;
    margin-right: 7px !important;
    margin-bottom: 8px;
  } 
  .address-agence > div, .account-rip > div{
    display: block !important;
  }
  .payment-type .types {
    margin: 0px !important;
  }
  .h-page__address-map {
    max-width: 100% !important;
}
  .slide .carousel-caption {
    top: inherit !important;
    width: 85% !important;
}
.font-48 {
  font-size: 20px !important;
}
.sub-title {
  font-size: 20px !important;
}
.fs-subtitle {
  font-size: 25px !important;
}
.nav-home.nav-tabs {
  margin-top: 8px;
}

 .owl-packages .owl-dots {
  text-align: end;
 }
 .btn-dots {
  background-color: #94999f;
  box-shadow: none;
  border: 0;
  margin-right: 6px;
 }
 .btn-dots.active {
  background-color: #F9A425;
 }
 
 .banners-cta__wrapper img {
  height: 80px;
 }
 .card-engine {
  padding: 10px 8px 15px;
 }
 
 .ui-datepicker {
  left: 0 !important;
  padding: 5px !important;
  width: auto !important;
  min-width: 100% !important;
  font-size: 12px !important;
  background-color: #fff;
  z-index: 99999 !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;
 }
}
.engine.engine-tarif-fiche .js-datepicker {
  padding: 32px 0px 4px 20px;
}
.engine.engine-tarif-fiche  .label-pos-12 {
  left: 0px;
  bottom: 22px;
}
.engine .js-datepicker {
    border-radius: 5px;
    height: 60px;
    font-size: 14px;
    background: transparent !important;
    padding: 26px 4px;
    cursor: pointer;
}
@media screen and (min-width: 768px) {
 .h-250 {
  height: 250px;
  object-fit: cover;
 }
 .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 {
  border-radius: 50% !important;
  width: 2.5rem !important;
  height: 2.5rem !important;
  transition: all 0.3s ease-in-out !important;
  color: rgb(147, 147, 147) !important;
  background-color: rgb(237, 237, 237) !important;
 }
 .owl-hotels .owl-nav button span,
 .owl-packages .owl-nav button span {
  font-size: 35px !important;
  line-height: 2rem !important;
 }
 .owl-hotels .owl-nav button:hover,
 .owl-packages .owl-nav button:hover {
  color: rgb(147, 147, 147) !important;
  box-shadow: 0 0.125rem 0.5rem -0.25rem rgba(31, 27, 45, 0.12), 0 0.25rem 1rem rgba(31, 27, 45, 0.12) !important;
 }
 .owl-hotels .owl-nav button.owl-prev,
 .owl-packages .owl-nav button.owl-prev {
  position: absolute;
  left: -50px;
 }
 .owl-hotels .owl-nav button.owl-next,
 .owl-packages .owl-nav button.owl-next {
  position: absolute;
  right: -50px;
 }
 .guests {
  width: 100%;
 }

 .owl-packages .owl-nav {
  position: absolute;
  z-index: 10;
  top: 40%;
  width: 100%;
 }
 .owl-packages .owl-nav button {
  color: #000 !important;
  border-radius: 50% !important;
  background: #fff !important;
  box-shadow: 0 0.125rem 0.125rem -0.125rem rgba(31, 27, 45, 0.08), 0 0.25rem 0.75rem rgba(31, 27, 45, 0.08) !important;
  width: 2.25rem !important;
  height: 2.25rem !important;
  transition: all 0.3s ease-in-out !important;
 }
 .owl-packages .owl-nav button span {
  font-size: 35px !important;
  line-height: 2rem !important;
 }
 .owl-packages .owl-nav button:hover {
  color: #00315b !important;
  box-shadow: 0 0.125rem 0.5rem -0.25rem rgba(31, 27, 45, 0.12), 0 0.25rem 1rem rgba(31, 27, 45, 0.12) !important;
 }
 .owl-packages .owl-nav button.owl-prev {
  position: absolute;
  left: -20px;
 }
 .owl-packages .owl-nav button.owl-next {
  position: absolute;
  right: -20px;
 }
}
.destination::before,
.totalhotel::before {
 z-index: 1;
 font-family: bootstrap-icons !important;
 font-weight: 900;
 color: #919191;
 font-size: 20px;
}


.o-box > :last-child {
 margin-bottom: 0;
}

.u-1\/1 {
 width: 100% !important;
}

.o-position {
 position: absolute;
 z-index: 3;
 left: 0;
}
.o-box {
 display: block;
 padding: 20px;
}

.btn-icon {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 width: 2.75rem;
 height: 2.75rem;
 padding: 0;
 border-radius: 25px;
 margin-right: 4px;
}

.btn-translucent-light {
 background-color: #fff;
 border: #eee 1px solid;
 color: #ffbb00;
 box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}
.btn-translucent-light:hover {
  background-color: #ffbb00;
  border: #ffbb00 1px solid;
  color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
 }
.h-page__address-map {
 display: flex;
 align-items: center;
 justify-content: center;
 /* max-width: 288px; */
 height: 92px;
 background: url(/images/map-button-img.png) 0 0 / cover no-repeat;
}
#equipement .card-img-hotel {
 justify-content: space-between;
 background: url(/images/hotel-map-fiche.png) 0 0 / cover no-repeat;
}
#equipement .card-img-hotel .text-end {
 cursor: pointer;
 text-decoration: underline;
}
#equipement .card-img-hotel .text-info {
 text-align: start !important;
}
.bg-image-account {      background: url(/images/modal-dida.jpg) 0 0 / cover no-repeat;
  align-items: center;
  display: flex;
  min-height: 762px;}
.create-account {
 background: linear-gradient(to bottom, white, #9ed6fd);
 border-top-color: #fff;
 height: 100%;
 border-bottom-width: 0px !important;
}
.bs-stepper-header {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 25px;
  padding: 16px 25px;
}
.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: #E404BE;
  color: #ffffff;
  border: #E404BE 1px solid;
}
.step.done .bs-stepper-circle {
  background: #FFF2FD;
  color: #E404BE;
  border: #FFF2FD 1px solid;
}
.bs-stepper-circle {
 display: inline-flex;
 align-content: center;
 justify-content: center;
 align-items: center;
 width: 32px;
 height: 32px;
 padding: 0.5em 0;
 margin: 0.25rem;
 color: #000;
 background-color: #e1e1e1;
 border-radius: 50%;
}
.bs-stepper .line,
.bs-stepper-line {
 flex: 1 0 32px;
 min-width: 1px;
 min-height: 1px;
 margin: auto;
 background-color: #ccc;
}

.border-dashed {
 border: 1px dashed #ccc;
}

.font-14 {
 font-size: 14px !important;
}
.font-16 {
 font-size: 16px !important;
}
.border-top-dashed {
 border-top: 2px dashed #ccc;
}

.link-social {
 align-items: center;
 align-self: stretch;
 display: flex;
 flex-direction: row;
 font-size: 16px;
 font-weight: 700 !important;
 margin-top: 0;
}
.bg-facebook {
 background-color: #5d82d1;
 border: none;
 color: #fff;
}

.bg-facebook:active,
.bg-facebook:focus,
.bg-facebook:hover {
 background-color: #4d72c1;
 color: #fff;
}

.text-facebook {
 color: #5d82d1;
}

.text-facebook:hover {
 color: #4d72c1;
}

.bg-whatsapp {
 background-color: #25d366;
 border: none;
 color: #fff;
}

.bg-whatsapp:active,
.bg-whatsapp:focus,
.bg-whatsapp:hover {
 background-color: #23bd59;
 color: #fff;
}

.text-whatsapp {
 color: #25d366;
}

text-whatsapp:hover {
 color: #23bd59;
}

.bg-instagram {
 background: #c22b72;
 border: none;
 color: #fff;
}

.bg-instagram:active,
.bg-instagram:focus,
.bg-instagram:hover {
 background-color: #bb2066;
 color: #fff;
}

.text-instagram {
 color: #c22b72;
}

text-instagram:hover {
 color: #bb2066;
}

.bg-instagram-gradient {
 background: radial-gradient(circle at 20% 130%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
 background: -webkit-radial-gradient(circle at 20% 130%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
 background-position: 100% 100%;
 background-size: 120% 120%;
 border: 0;
 color: #fff;
 transition: 0.3s;
}

.bg-instagram-gradient:active,
.bg-instagram-gradient:focus,
.bg-instagram-gradient:hover {
 background: radial-gradient(circle at 20% 130%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
 background: -webkit-radial-gradient(circle at 20% 130%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
 background-position: 0 100%;
 background-size: 100% 100%;
 color: #fff;
 transition: 0.3s;
}

.bg-google {
 background-color: #3c7ff1;
 border: none;
 color: #fff;
}

.bg-google:active,
.bg-google:focus,
.bg-google:hover {
 background-color: #365ce2;
 color: #fff;
}

.text-google {
 color: #3c7ff1;
}

.text-google:hover {
 color: #365ce2;
}

.text-google-icon {
 -webkit-text-fill-color: #0000;
 background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
 -webkit-background-clip: text;
 background-clip: text;
 color: #0000;
}

.bg-twitter {
 background-color: #40bff5;
 border: none;
 color: #fff;
}

.bg-twitter:active,
.bg-twitter:focus,
.bg-twitter:hover {
 background-color: #37a3df;
 color: #fff;
}

.text-twitter {
 color: #40bff5;
}

text-twitter:hover {
 color: #37a3df;
}

.bg-linkedin {
 background-color: #238cc8;
 border: none;
 color: #fff;
}

.bg-linkedin:active,
.bg-linkedin:focus,
.bg-linkedin:hover {
 background-color: #216ab5;
 color: #fff;
}

.text-linkedin {
 color: #238cc8;
}

.text-linkedin:hover {
 color: #216ab5;
}

.bg-youtube {
 background-color: red;
 border: none;
 color: #fff;
}

.bg-youtube:active,
.bg-youtube:focus,
.bg-youtube:hover {
 background-color: #ed0000;
 color: #fff;
}

.text-youtube {
 color: red;
}

.text-youtube:hover {
 color: #ed0000;
}

@media (min-width: 992px) {
 .slide .carousel-caption {
  top: -11.75rem;
  margin-top: 25%;
  width: 63%;
  left: 18%;
  text-align: center;
 }
}

@media (min-width: 992px) and (max-width: 1200px) {
 .slide .carousel-caption {
  top: -11.75rem;
  margin-top: 25%;
  width: 68%;
  left: 10%;
  text-align: center;
 }
 .font-65 {
  font-size: 58px;
  font-weight: 600;
 }
 .second-coloum {
  padding-left: 20%;
 }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .slide .carousel-caption {
    top: 20%;
    margin-top: 0;
    width: 85%;
    left: 10%;
    text-align: center;
}
 .second-coloum {
  padding-left: 13%;
 }
}

@media (min-width: 1400px) {
 .slide .carousel-caption {
  top: 20%;
  margin-top: 0;
  width: 80%;
  left: 13%;
  text-align: center;
 }
 .second-coloum {
  padding-left: 5%;
 }
}
@media (min-width: 1600px) {
 .slide .carousel-caption {
    top: 38%;
    margin-top: 0;
    width: 40%;
    left: 30%;
    text-align: center;
 }
}


.promo_img {
 margin-right: 6%;
}
.img-why-us {
 width: 100%;
 height: auto;
}
.text-why-us {
 margin-bottom: 3%;
 font-size: 36px;
 color: #fb5b32!important;
}
.title-why-us > p {
 color: #94999f;
}
#myTab {
 border-bottom: 1px solid #eee;
}
.nav-underline .nav-link {
 padding-left: 0 !important;
 color: #000;
}
.nav-underline .nav-item {
 padding-right: 40px;
}
.nav-underline .nav-link.active {
 color: #fb5b32!important;
 font-weight: 400 !important;
 text-shadow: 0 0 0.25px currentcolor;
 border-bottom: 4px solid #F9A425;
 position: relative;
}
.nav-underline .nav-item:hover {
 cursor: pointer;
}
#myTabContent p {
 font-size: 16px;
}

.desti-content .description {
 font-size: 20px !important;
 font-weight: 700 !important;
 color: #fff;
}
.desti-content .txtFrom{
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #fff;
 }
.desti-content .title { font-size: 24px; font-weight: 700; color: #fff; letter-spacing:2px;}
.offre_speciales h2 {
 font-size: 36px !important;
 color: #fb5b32!important;
}
.offre_speciales .book_now {
 font-size: 14px !important;
}
.best_hotels h2 {
 font-size: 36px !important;
 color: #fb5b32!important;
}
.best_hotels .reduction {
 font-size: 14px !important;
}
.hotel_name {
 font-size: 20px;
}

.hotel_price {
 display: flex;
 justify-content: flex-end;
 font-size: 23px;
}

.hotel_star {
 text-overflow: ellipsis;
 white-space: nowrap;
}
.see_more {
 font-size: 13px;
 font-style: normal;
 font-weight: 500;
 letter-spacing: 0px;
 color: #343434;
 padding: 0px 0px 3px 0px;
 text-transform: none;
 border-radius: 0px;
 -moz-border-radius: 0px;
 -webkit-border-radius: 0px;
 border-bottom: 1px solid #cecece;
}
.see_more:hover {
 border-color: #fb5b32!important;
 color: #343434 !important;
}
.show-more {
 color: #4898f6;
 font-size: 14px;
 font-weight: 500;
}
.engine-section_v2,
.engine-section {
background-image: url(../images/bg-list.jpg);
}

.breadcrumb-item.active {
 color: #097586 !important;
}
.breadcrumb-item a {
 color: #333 !important;
}
.breadcrumb-item + .breadcrumb-item::before {
 content: var(--bs-breadcrumb-divider, "|") !important;
 color: #333 !important;
}

#carteMap .btnMap {
  font-weight: 500;
}
/* #filters {
 border-radius: 10px;
} */
.hotel_favorites {
 position: absolute;
 top: 20px;
 left: 20px;
 z-index: 5;
 background-color: #fff;
 padding: 10px 8px;
 width: 2.5em;
 height: 2.5em;
 border-radius: 100%;
 cursor: pointer;
}
.result_found {
  font-family: 'Poppins';
  font-weight: bold;
  font-size: 20px ;
  align-self: center;
}

.text-capitilize {
 font-size: 26px;
 font-family: "Afacad-SemiBold";
}
.d-nav-fiche .nav-link{
  border-radius: 7px;
  padding: 8px 10px;
}
.item-card-htl .content_info::after {
 content: "";
 position: absolute;
 top: 25px;
 bottom: 25px;
 right: 0;
 width: 0;
 border-right: 2px dotted #ff7700;
}
.hotel_score {
 font-size: 25px;
 color: #F9A425;
}
.reel_score {
 font-weight: 300 !important;
}
#resetPrice {
 color: #6c757d;
}
.hotel-fiche {
 background-color: #fb5b32!important;
}
#equipement .card {
 max-height: 215px !important;
 overflow: hidden;
}
.services .fs-6 {
 font-size: 15px !important;
}
.item-card-htl.hotel .price_tarif {
  flex-direction: column;
  justify-content: space-between;
  padding: 4px 0px;
}
.item-card-htl .card-footer{
  background-color: unset !important;
  border-top: unset !important;
}

.choice-room-line{
  background-color: #dcdada;
  padding: 10px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .card.card-hotel-item {
    min-height: 460px !important;
    height: 460px !important;
  }
  .custom_container {
      padding-left: 30px;
      margin-top: 12px;
  }
  
  .hotel_score {
    font-size: 20px !important;
   }
  .result_found {
    font-size: 14px !important;
  }
  .room-card.price-hotel {
    padding-left: 0 !important;
  }

 .item-card-htl .content_info::after {
    display: none;
 }
 .custom-font-tarif {
  justify-content: center !important;
 }
 .engine-hotel-list {
  justify-content: unset !important;
 }
 .engine-tarif-fiche .engine-hotel-list {
  padding-left: 32px !important;
 }
 .owl-next {
  display: none;
 }
 .owl-prev {
  display: none;
 }
 .z-moteur .container {
  padding-right: 10px !important;
 }
 .container.wrapper-content {
  padding-right: 10px !important;
 }
 .owl-hotels.owl-carousel .owl-item img {
  height: 290px !important;
  object-fit: cover;
 }
 .img-why-us {
  width: 100% !important;
 }
 .offre_speciales h2 {
  font-size: 30px !important;
 }
 .best_hotels h2 {
  font-size: 30px !important ;
 }


 .review-score-box {
    left: unset !important;
    right: 15px !important;
    color: #ffffff !important;
    background: #00000047;
    border-radius: 5px;
    padding: 4px;
 }
 .review-score-box .score__title {
  color: #ffffff !important;
 }
 .review-score-box .score__text {
  color: #ffffff !important;
 }
}
@media (max-width: 575px) {
  .banner-faq {
    display: none;
  }
  .header-container h1 {
    font-size: 35px !important;
  }
  .bg-interne-page {
    min-height: 200px !important; 
  }
  .title_footer {
    margin-top: 0px !important;
  }
  .dp-sm-grid {
    display: grid !important;
  }
  .hotel-tarifs {
    padding: 8px 15px !important;
  }
  .bg-info .powered-footer{
    font-size: 15px !important;
  }
  .sidebar-nav {
    display: none !important;
  }
  .bg-omra-image{
    height: 100px !important;
  }
  .bg-omra-image img{
    height: 100% !important;
  }
  .top-header .phone_number{
    display: none !important;
  }
  .top-header > div{
    justify-content: center !important;
  }
  .main-logo{
    height: 30px !important;
    width: 100px !important;
  }
  .d-flex.d-nav-fiche{
    display: block !important;
  }
 .owl-carousel .owl-dots {
  padding-top: 8px;
  text-align: end;
 }
 .hotelsRooms .complex-room-select {
  padding-left: 24px !important;
  min-width: 130px !important;
 }
 .tarif-price {
  padding-right: 48px !important;
 }
 .simple-text-price {
  font-size: 13px !important;
 }
 .final-price {
  font-size: 20px !important;
 }
 #tarifs .engine input {
  font-size: 12px !important;
 }
 #tarifs .txt-label-engine {
  font-size: 12px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
 }
 #tarifs .form-control.totalhotel {    padding-left: 40px !important; }

 .offre_speciales h2 {
  font-size: 25px !important;
 }
 .best_hotels h2 {
  font-size: 25px !important ;
 }
 .img-about {
  height: 28em !important;
 }
 .choice-room-line {
  font-size: 14px !important;
 }
 .container.wrapper-content {
  display: none;
 }
 .best_hotels .reduction {
  display: none;
 }
 .offre_speciales .book_now {
  display: none;
 }
 .best_hotels h2 {
  padding-top: 15px;
  padding-bottom: 15px;
 }
 .see-more-offre {
  display: none;
 }
 .all-offre-speciales {
  padding-top: 0px !important;
  padding-bottom: 15px !important;
 }
 .offre_speciales h2 {
  padding-top: 5px;
  padding-bottom: 15px;
 }

 header svg {
  margin-right: 4px;
 }
 .title-why-us {
  display: none;
 }
 .img-why-us {
  padding-left: 70px;
  padding-right: 20px;
 }
 .widget_block {
  margin-bottom: 20px;
 }

 .line-space {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
 }
 .main-nav-header{
  padding-left: 0px !important;
  padding-right: 15px !important;
 }
 .navbar-brand .img-fluid {
  width: 110px;
  }
  .social-media-icon {
    display: inline-flex;
    width: 32px !important;
    height: 32px !important;
    font-size: 9px !important;
  }
  .social-media-icon svg{
    width: 13px !important;
    height: 13px !important;
  }
  .custom-layout .box {
    font-size: 11px !important;
  }
  .z-moteur {
    margin-top: -70px;
  }
  .slider-swip-img{
    height: 200px !important;
  }
  .engine-tarif-fiche label{
    font-size: 12px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
}
@media (max-width: 380px) {
  #fiche-carteMap .map {
    top: 0% !important;
    line-height: 1 !important;
  }
  #fiche-carteMap .map .btnMap{
    font-size: 13px !important;
  }
  .result_found {
    font-size: 12px !important;
  }
 #myTab {
  display: flex !important;
  flex-direction: column !important;
 }
 #myTab .nav-item {
  padding-right: 50% !important;
 }
 .middle-line {
  display: none !important;
 }
}

.resa-stepper {
 display: grid !important;
}
.step.active .bs-stepper-label {
 color: #E404BE;
}
.step.done .bs-stepper-label {
  color: #000000;
}
.step .bs-stepper-label {
  color: #6c757d ;
 }

.bg-resa {
 background-color: #fb5b32!important;
}

/* paiement css part */
#rates .card-pay {
 height: 150px;
 width: 300px;
 position: relative;
 z-index: 999;
}

#rates .card-pay input[type="radio"] {
 -webkit-appearance: none;
 appearance: none;
 background-color: #f5f5f5 !important;
 height: 100%;
 width: 100%;
 border-radius: 10px;
 position: absolute;
 cursor: pointer;
 outline: none;
}

#rates .card-pay input[type="radio"]::before {
 content: "";
 position: absolute;
 height: 22px;
 width: 22px;
 background-color: #f9fafd;
 border: 1px solid #e2e6f3;
 border-radius: 50%;
 top: 25px;
 left: 16px;
}
.review-hotel {
 font-weight: 700 !important;
}

.payment-type,
.payment-info {
 margin-bottom: 25px;
}

.payment-type .types {
 margin: 25px 0;
}

.payment-type .type {
 width: 40%;
 position: relative;
 background: #fff;
 border: 2px solid #e8ebed;
 padding: 14px;
 margin-right: 15px;
 box-sizing: border-box;
 border-radius: 6px;
 cursor: pointer;
 text-align: center;
 transition: all 0.5s ease;
}

.payment-type .type:hover {
 border-color: #28333b;
}

.payment-type .type:hover .logo,
.payment-type .type:hover p {
 color: #28333b;
}

.payment-type .type.selected {
 border-color: #FFBB00;
 background-color: #FFBB00;
}

.payment-type .type .logo {
  background-color: #ffffff;
  padding: 8px;
  border-radius: 30px;
}

.payment-type .type.selected p {
 color: #28333b;
}

.payment-type .type .logo,
.payment-type .type p {
 transition: all 0.5s ease;
}

.payment-type .type p {
 margin-bottom: 0;
 font-size: 14px;
 text-transform: uppercase;
 font-weight: 600;
 letter-spacing: 0.5px;
 color: #8a959c;
}

#rates .pay-type {
 display: flex !important;
 justify-content: center !important;
}
.filter-title {
 display: flex;
 justify-content: space-between;
}
.right-filter a {
 font-size: 14px;
 color: #0088CC!important ;
 font-weight: 500;
}
.right-filter a:hover {
 color: #fb5b32!important ;
}
.search-go {
 color: #fff !important;
 background-color: #F9A425;
}
.filter-star {
  padding: 0px;
  padding-right: 8px;
}
.price-filter {
 display: flex;
 justify-content: space-between;
}
.price-filter .card {
 border-color: #d6d6d6 !important;
}
.price-filter .min-price {
 padding: 8px;
}
.price-filter .max-price {
 padding: 8px;
}
.filter-reset {
 color: #6c757d !important;
 font-weight: 500 !important;
 font-size: 14px !important;
}
.main-filter-title {
 font-size: 18px !important;
 font-family: "Afacad-SemiBold";
}
.main-hotel-price {
  font-size: 26px;
  color: #097586;
  font-family: "Afacad-SemiBold";
}
.hotel-service {
 display: flex !important;
}
.choice-room {
  font-weight: 500;
  align-self: center;
  font-size: 13px;
}

.rooms-type .boardsFilter {
 display: flex;
 align-items: center;
}
.selection-type-room {
 background-color: unset !important;
 border-color: #fff !important;
 padding-bottom: 12px;
 border-radius: 0;
}
.boardsFilter .btn-check:checked + .btn {
 border-radius: unset !important;
 border-bottom: 3px solid #097586 !important;
 font-weight: 500;
}
.rooms-type .boardsFilter .board-item {
 display: flex;
 flex-direction: column;
 align-items: center;
 position: relative;
}
.boardsFilter .btn-check:checked + .btn:after {
 content: "";
 position: absolute;
 bottom: -10%;
 left: 50%;
 transform: translateX(-50%);
 width: 0;
 height: 0;
 border-top: 6px solid #097586;
 border-left: 6px solid transparent;
 border-right: 6px solid transparent;
}
.border-custom-light{
  border: 1px solid #c9c9c9 ;
}
.boardsFilter  .btn-outline-secondary {
  color: #333;
  background-color: #eee;
  border-color: #eee;
  border-radius: unset !important;
  font-weight: 500;
}
.old-price {
 font-size: 16px;
}
.search-sort {
 display: flex;
 justify-content: space-between;
}
/* filter menu */

#sort_hotels .select-menu {
 border-radius: 8px;
}
#sort_hotels .select-menu .select-btn {
    display: flex;
    height: 50px;
    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;
}


/* hotel fiche */

.hotel-detail-info .text-info {
 color: #000 !important;
 font-size: 24px !important;
 font-weight: 500;
}

.hotel-detail-info .hotel-favoris {
 font-size: 14px;
 color: #ff7700 !important;
}

/* style engine search */

.middle-line:after {
 content: "";
 width: 0;
 height: 30px;
 position: relative;
 border: 1px solid #94999f;
 top: 6px;
}
.guests-select .totalhotel {
 display: flex;
 align-items: center;
}
.engine .form-control-border input,
.txt-label-engine {
 color: #000 !important;
 font-weight: 400 !important;
 font-size: 13px !important;
}

.engine input.form-control:disabled ,
.engine .form-control-border input.form-control[readonly] { background-color: transparent;}
.seperator-between-date {
 display: flex !important;
 align-items: center !important;
 justify-content: center;
}
.engine .form-control:focus {
 box-shadow: unset !important;
}
.engine-calendar {
 position: absolute;
 bottom: -4px;
}
.engine-calendar-step1 {
 position: absolute;
 bottom: 25%;
 left: 3%;
}
.engine-map {
 position: absolute;
 z-index: 1;
 top: 22%;
 left: 3%;
}
.engine-bed {
 position: absolute;
 z-index: 1;
 top: 25%;
 left: 3%;
}
.btn-search-list {
 background-color: #fb5b32!important;
 color: #fff !important;
 height: 60px;
}

.btn-search-list:hover {
 background-color: #fff !important;
 color: #000 !important;
}
/* end style engine search */

/* style Resa page */
.address-agence > div{
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  align-items: center;
}
.account-rip > div{
  font-size: 14px;
}

.price-total-resa {
 font-family: "poppins-Bold";
 font-size: 24px !important;
 color: #fb5b32!important;
}
.resa-price-info {
 background-color: #eaf7ff;
 padding: 16px;
}
.msg-info-resa {
 padding: 0 16px;
}

#products .card {
 border: unset !important;
}
.show-carte {
 text-decoration: underline;
}
.sub-menu {
 border-radius: 4px;
 list-style: none;
 position: absolute;
 z-index: 99;
 background-color: #fff;
 min-width: 240px;
 box-shadow: 0px 0px 25px rgba(10, 10, 10, 0.07);
 display: none;
}
.sub-menu .menu-item {
 padding: 10px;
}

.sub-menu .menu-item a {
 padding: 5px;
 color: #94999f;
 text-transform: uppercase;
 letter-spacing: 0px;
 font-weight: 500;
 font-size: 12px;
}

.dropdown:hover .dropdown-content {
 display: block;
}

.checkin-col {
 width: fit-content !important;
}

.txt-info-details {
  font-family: "Afacad-SemiBold";
  font-size: 15px !important;
}
.plud-details {
 position: absolute;
 bottom: -35px;
 left: 50%;
 transform: translateX(-50%);
}
.detail-body {
 padding: 8px 20px 8px 20px;
}
.offcanvas-body #map {
 width: 100%;
 height: 100%;
}
/* #filters .border-bottom {
 border-bottom-color: #dadada !important;
} */

.engine-bed-mobile {
 position: absolute;
 z-index: 1;
 top: 24%;
 left: 5%;
}
.hotel-city .breadcrumb-item + .breadcrumb-item::before {
 color: #000 !important;
}

#menu-principal-menu-1 .trp-flag-image {
    display: inline-block;
    margin: -1px 5px;
    vertical-align: baseline;
    padding: 0;
    border: 0;
    border-radius: 0;
}
.color-unset{
  color: unset;
}
.color-unset:hover{
  color: unset;
}
.pos-absolute-icons {
  position: absolute;
  z-index: 3;
  top: 18px;
  left: 8px;
}
.engine-hotel-list{     padding-left: 32px;}
.form-iput-typhead { padding-left: 36px !important;}

.container-box-bleu { padding-left: 8%; padding-right: 8%;}

.th-btn.style2 {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    position: relative;
    vertical-align: middle;
    text-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 22px;
    border-radius: 48px;
}

.th-btn.style2:hover {
    color: #000;
    border: 1px solid #fff;
    background:#fff;
}
.bg-box-black-hotels {     background-color: rgb(0 0 0 / 30%);
    width: 100%;}
    
.item-border-hotels .desti-content  { bottom: -2px;}


.lds-ellipsis,
.lds-ellipsis div {
  box-sizing: border-box;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
}
.lds-ellipsis div {
    position: absolute;
    top: 26px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #0088CC;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.form-select,
.form-control {
    font-size: 14px;
}

.close-room { cursor: pointer;}

.border-primary {
  border-color: #0095ff !important;
}

.fs-subtitle {
  font-family: "Afacad-Bold";
  font-size: 48px;
  color: #333;
  line-height: 1 !important;
}
.card-title.fs-5, .font-20  { font-size: 20px;}
.font-28 {
  font-size: 28px;
}
.h-520 {height: 390px;}
.h-185 { height: 220px; object-fit: cover; width: 100%;}
.h-200 { height: 200px; object-fit: cover; width: 100%;}
.h-150 { height: 150px; object-fit: cover; width: 100%;}
.resa-main-title{ font-family: "Afacad-Bold"; font-size: 24px !important;}
.main-text{ color: #E404BE;  }
.mini-resa-title{ font-family: "Afacad-Bold"; font-size: 16px !important;}
.small-text-resa{ font-family: "Afacad-SemiBold"; font-size: 15px !important; }
.details-resa{ color:#0d6efd !important ; text-decoration:underline ;}
.h-60 { height: 64px;}
.form-select, .form-control { border:1px solid #ced4da; }
.second-text-family{
  font-family: "Folks-Bold";
  letter-spacing: 1.2px;
}      
#slider-range .ui-widget-header {
  border: none !important;
  background: #dc3545 !important;
  color: #333;
}
#slider-range .ui-slider-handle {
  border: 5px solid #ffffff !important;
  background: #dc3545 !important;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
#anchorFiche ul li .nav-link {
  position: relative;
  }
  
  #anchorFiche ul li .active {
      background-color: transparent;
      border-bottom: 1px solid #F9A425;
      color:#000;
      border-radius: 0;
  }
  #anchorFiche ul li .active:before {
      position: absolute;
      content: '';
      -webkit-transform: rotate(180deg);
      top: 38px;
      right: 50%;
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 8px solid #F9A425;
  }
  .h-220 { height: 160px; object-fit: cover;}
  
  .tour-package-single {
    position: relative;
    height: 320px;
    overflow: hidden;
    border-radius: 20px;
  }
  .tour-package-single .package-content {
    padding: 60px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    transition: all .6s ease;
    width: 100%;
    text-align: center;
  }
  
  .tour-package-single img {
    height: 400px;
    object-fit: cover;
  }
  .info-single .info-text .tour-package-single .package-content a, .tour-package-single .package-content .info-single .info-text a, .tour-package-single .package-content p {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    height: 0;
    opacity: 0;
    transition: all .6s ease;
  }
  
  .tour-package-single .package-content h4 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
    transition: all .6s ease;
    line-height: 1.4
  }
  
  .tour-package-single .package-content a {
    text-decoration: none;
  }
  .info-single .info-text .tour-package-single .package-content a,.tour-package-single .package-content .info-single .info-text a,.tour-package-single .package-content p {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    height: 0;
    opacity: 0;
    transition: all .6s ease
  }
  
  .tour-package-single .package-content .price {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 18px;
  }
  
  .tour-package-single .explore-btn {
    background-color: #f9a425;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border-radius: 25px;
    text-align: center;
    padding: 8px 20px;
    transition: all .6s ease;
  }
  
  .tour-package-single .explore-btn:hover {
    background: #ffb900;
    color: #000;
    text-decoration: none;
  }
  .tour-package-section .swiper-wrapper {
    padding-bottom: 60px
  }
  
  .tour-package-section .swiper-wrapper .swiper-slide:nth-child(2n) {
    padding-top: 70px
  }
  
  @media (max-width: 576px) {
    .tour-package-section .swiper-wrapper .swiper-slide:nth-child(2n) {
        padding-top:0
    }
  }
  .info-single .info-text .tour-package-single:hover .package-content a, .tour-package-single:hover .package-content .info-single .info-text a, .tour-package-single:hover .package-content p {
      height: 100%;
      opacity: 1;
  }
  .tour-package-single:before {    
    content: "";
    /* background-color: #0000006b; */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;}
    
    
    .nav-home.nav-tabs .nav-link.active,  .nav-home.nav-tabs .nav-item.show .nav-link {
      border: 1px #fff solid;
      background: #fff;
      color: #000 !important;
      border-radius: 25px;
    }
    
    .nav-home.nav-tabs {
      border: none;
      margin-bottom: 8px;
    
    }
    .nav-home.nav-tabs .nav-link {
      color: #000 !important;
      border-radius: 0px;
      border: none;
      background: rgb(255 255 255 / 70%);
      font-weight: 500;
      border-radius: 25px;
      margin-right: 10px;
      border-bottom: transparent 2px solid;
      padding: 6px 18px;
      font-size: 15px;
    }
    .nav-home.nav-tabs .nav-link:hover {
      border-color: transparent;
      isolation: isolate;
    }

      
    .pos-absolute-icons-right {  
      position: absolute;
      z-index: 3;
      top: 25px;
      right: 10px; 
    }
        
    .card-text-item-hotel {
      position: absolute;
      top: 46%;
      bottom: 40%;
      left: 5%;
      width: 90%;
      background: #ffffff;
      border-radius: 16px;
      padding: 16px;
      font-weight: 500;
      box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    }
      .card-text-item-hotel .badge {
        padding: 1.10em 0 !important;
        color: #000 !important;
        font-size: 11px !important;
      }
      .align-item-end{
        align-items: end !important;
      }
    .h-400-cover {
      height: 270px;
      position: relative;
      max-height: 270px;
      display: block;
      overflow: hidden;
    }

    .card.card-hotel-item {
      overflow: hidden;
      position: relative;
      min-height: 500px;
      border-radius: 10px !important;
      box-shadow: 0 .1rem 0.2rem rgba(0, 0, 0, .10) !important;
      height: 500px;
    }
    .box-service-item img {
      height: 100% ;
    }
  .nav-tabs.tab-cities { border-bottom: 0px;     justify-content: center; margin-bottom: 16px;}
  
  .tab-cities.nav-tabs .nav-item.show .nav-link, .tab-cities.nav-tabs .nav-link.active { border-bottom: 2px solid #fb5b32; } 
  .tab-cities.nav-tabs .nav-link {    
    border: 0px;
    font-size: 16px;
    padding-left: 8px;
    padding-right: 8px;
    font-weight: 500;
    color: #000; padding-bottom: 0px;background: transparent;} 
    
  .title_footer{ 
    position: relative;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 20px !important;
  }
    
  .engine-tarif-fiche {
    background-color: #fff;
    box-shadow: 0 0.255rem 1.25rem rgb(0 0 0 / 10%) !important;
    border-radius: 8px;
  }  
  .engine-tarif-fiche button {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #097586;
  }

#contactForm .help-block{
  color: red;
}
.nav-link {
  color: #097586 ;
}
.number_filter {     position: absolute;
z-index: 10;
left: 14px;
top: 10px;
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;
}
.btn.btn-outline-third:hover {
color: #FFB300;
}
.btn.btn-outline-third:hover .number_filter {
  color: #fff;
  }
  
#carteMap .map {
  width: 100%;
  top: 15%;
  left: 9%;
  height: 100%;
  line-height: 3;
  border-radius: 16px;
}
#carteMap img { border-radius: 16px;}

#fiche-carteMap .map {
  width: 100%;
  top: 15%;
  left: 9%;
  height: 100%;
  line-height: 3;
  border-radius: 16px;
}
#fiche-carteMap img { border-radius: 16px;}

.bg-price {     background: #FFFAF3;
  padding: 4px 16px;}
  
.text-align-justify{
  text-align: justify;
}
  
.bg-20 {
  text-align: left;
  color: #fff;
  min-height: 250px;
  position: relative;
  z-index: 1;
  background: url(../images/products/bg-20.jpg) center center no-repeat;
}

  
.bg-23 {
  text-align: left;
  color: #fff;
  min-height: 250px;
  position: relative;
  z-index: 1;
  background: url(../images/products/bg-omra.jpg) center center no-repeat;
}

.bg-interne-page { 
  text-align: left;
  color: #fff;
  min-height: 250px;
  position: relative;
  z-index: 1;
  background: url(../images/selections/photo-promos.jpg) center center no-repeat; 
}
.header-container { height: 200px; } 
.header-container h1 { color: #fff; font-size: 50px; font-weight: 600; } 
.header-container .breadcrumb .breadcrumb-item, .header-container .breadcrumb .breadcrumb-item.active ,.header-container .breadcrumb  .breadcrumb-item a ,

.header-container .breadcrumb-item + .breadcrumb-item::before 
{ color: #fff !important; } 


@media (max-width: 767px) {
  #stepper .step {
    margin-top: 0px !important;
  }
  #stepper .bs-stepper-header {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .resa-info-msg{
    display: none;
  } 
  #fiche-carteMap .map {
    top: 3% !important;
  }
  #result-prebook .btn-block {
    width: 100% !important;
  }
  .card-text-item-hotel{
    top: 50% !important;
    bottom: 37% !important;
  }
  .card-hotel-info {
    padding: 30px 30px 0 30px !important;
  }
  #anchorFiche {
    overflow-x: auto;
    scrollbar-width: none;
}
  #anchorFiche   .nav-pills {
    flex-wrap: nowrap; 
}
  #anchorFiche .nav-link {
      font-size: 14px; 
      white-space: nowrap;
  }
  .hotel_mobile_content{
    display: block !important;
    padding: 12px;
  }
  .hotel_web_content{
    display: none;
  }
  .hotel-tarifs{
    padding: 15px 15px ;
  }
  .item-htl .h-hotel{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .item-card-htl .text-capitilize {
    font-size: 20px !important;
  }
  .h-adress {
    font-size: 14px !important;
  }
  .link-search.showRooms {
    font-size: 16px !important;
  }
}

.main-filter-price{
  display: flex;
  justify-content: center;
  padding-bottom: 5px;
}
.btn-primary:focus {
  background-color: #097586 !important;
  border-color: #097586 !important;
}
.desti-item img {
  height: 400px !important;
}

.hotels-list-item{
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
}
.hotels-list-item .tour-package-single {
  flex: 1.2; 
  box-sizing: border-box; 
}
.hotels-list-item .product-description {
  flex: 1; 
  box-sizing: border-box; 
}
.btn-outline-info:focus {
  box-shadow: unset !important;
}
.btn:focus{
  box-shadow: unset !important;
}
.toolstip {
  position: relative;
  display: inline-block;
}

.toolstip .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.toolstip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.toolstip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.cancelCharges{
  text-decoration: underline !important;
}

.offcanvas-bottom{
  height: 100vh !important;
}

.nav.d-nav-fiche{
  display: flex;
  align-items: baseline;
}
.uitk-icon{
  margin-right: 5px;
}
.font-500{
  font-weight: 500;
}

#result-prebook .form-select{
  padding: 14px;
  font-size: 13px;
  margin-bottom: 10px;
  background-color: #f9f9f9;
  border: 1px solid #ced4da;
  border-radius: 10px;
  height: calc(2.25rem + 10px);
}
#result-prebook .form-control{
  padding: 14px;
  font-size: 13px;
  margin-bottom: 10px;
  background-color: #f9f9f9;
  border: 1px solid #ced4da;
  border-radius: 10px;
  height: calc(2.25rem + 10px);
}
#result-prebook #message{
  height: auto !important;
}
#result-prebook .btn-block {
  display: block;
  width: 25%;
}
#result-prebook button.btn {
  padding: 10px;
  border-radius: 10px !important;
  font-size: 15px;
  background: #FFBB00;
  color: #ffffff;
}

.cardImage__leftBadge {
  position: absolute;
  top: 20px;
  left: 20px;
}
.rounded-right-4 {
  border-radius: 0 4px 4px 0;
}
.bg-green-1 {
  background-color: #05a528 !important;
  color: #fff;
}
.bg-red-1 {
  background-color: red !important;
  color: #fff;
}

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.fw-500 {
  font-weight: 500;
}
.lh-16 {
  line-height: 1.6 !important;
}
#results .products .filters:hover{
  transform: translateY(-4px);
}
#results .products .filters{
  transition: all 0.3s ease-in-out;
}
.sidebar-nav ul{
  padding-left: 0px !important;
  list-style: none; 
  padding: 0; 
  margin: 0; 
}
.sidebar-nav{
  position: fixed;
  width: 55px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 555;
  text-align: center;
}
.sidebar-nav li{
  height: 50px;
  position:relative;
}
.sidebar-nav li a{
  color: white;
  display: block;
  height: 100%;
  width: 100%;
  line-height: 60px;
  padding-left:25%;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.sidebar-nav li:nth-child(1) a{
  background: #1877F2;
}
.sidebar-nav li:nth-child(2) a{
  background: #3AC371;
}
.sidebar-nav li:nth-child(3) a{
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.sidebar-nav li:nth-child(6) a{
  background: #ff0000;
}
.sidebar-icon{
  position: absolute;
  top: 14px;
  left: 17px;
  font-size: 20px;
}

html {
  scroll-behavior: smooth;
}
.selection-promo{
  font-size: 13px;
  text-align: center;
  font-weight: 600;
  text-shadow: 1px 1px 5px rgb(0 0 0 / 15%);
  color: #000;
  position: absolute;
  top: 5%;
  left: 5%;
  padding: 5px 1px;
  background: #FFBB00;
  border-radius: 25px;
  width: 67px;
  height: 29px;
}
.nav-text-capitilize{
  text-transform: uppercase ;
}
.top-header{
  background: #097586;
  color: #ffffff;
}
.btn-sign-in{
  color: #000;
  font-weight: 500;
  background-color: #FFBB00;
  border: 1px solid #FFBB00 !important;
  border-style: solid;
  padding: 10px 14px;
  border-radius: 25px;
  white-space: nowrap;
}
.carousel-indicators [data-bs-target] {
  width: 12px !important;
  height: 12px !important;
  border-radius: 14px !important;
  margin-right: 4px !important;
  margin-left: 4px !important;
  border-top: unset !important;
  border-bottom: unset !important;
}
.btn-outline-primary-custom{
  color: #fff;
  border-color: #E404BE;
  background: #E404BE;
  border-radius: 8px;
}
.text-second{
  color: #E404BE !important;
}

.swiper-container {
  overflow: hidden; 
  width: 100%; 
} 

.swiper-wrapper {
  display: flex;
  height: 100%;
  transition: transform 0.3s ease; 
}
.swiper-slide {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%; 
  box-sizing: border-box; 
}
.swiper-slide img {
  object-fit: cover;
  width: 100%;
  max-height: 100vh;
}

body {
  overflow-x: hidden; 
}
.slide-caption {
  text-align: center;
  margin-top: 20px;
}
.swiper-pagination{
  position:  relative !important;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 6px 3px;
  margin-right: 8px;
  height: 18px;
  width: 87px !important;
  border-radius: 99px;
  background-color: #0006;
}
.swiper-pagination span{
  display: block;
  width: 12px;
  height: 6px;
  border-radius: 99px;
  background-color: #fff6 ;
  transition: width .2s, background-color .2s;
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  width: 21px !important;
  background-color: #ffffff !important;
  background: #ffffff !important;
}
.bg-omra-image .btn{
  position: absolute;
  bottom: 13%;
  right: 7%;
  padding: 10px;
  width: max-content;
}
.slider-control.action-buttons{
  display: flex;
  position: absolute;
  top: 94%;
  left: 48%;
  transform: translate(-50%);
  width: 1390px;
  max-width: 100%;
  padding: 0 12px;
  background-color: transparent;
  z-index: 1;
  justify-content: center;
  align-items: end;
}
.swp-nav{
  display: flex;
  justify-content: space-between;
}
.swiper-button-next, .swiper-button-prev {
  position: unset !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px !important;
  height: 32px !important;
  flex-shrink: 0;
  flex-grow: 0;
  cursor: pointer;
  margin-left: 12px;
  border-radius: 8px;
  background-color: #0006;
  color: #ffffff !important;
}
.swiper-button-prev:after,.swiper-button-next:after {
  content: unset !important;
}

.owl-destinations{
  max-width: 900px !important;
}
.package-name , .package-city , .package-title{
  color: #000000 !important;
}
.main-family-text {
  font-family: "Afacad-Bold"
}
.package-name{
  font-family: "Afacad-Bold";
  font-size: 32px;
}
.package-city{
  font-family: "Afacad-Regular";
  font-size: 15px;
}
.price{
  font-family: "Afacad-Bold";
  font-size: 25px;
  color: #097586;
}
.btn-check-dispo{
  padding: 17px;
}
.why-book-with-us .fs-subtitle{
  line-height: 1;
}
.btn-signIn{
  color: #000000;
  background-color: #FFBB00;
}
#emailNews{
  text-align: center ;
  background-color: unset !important;
}
#emailNews:focus{
  border-color: #fff !important;
  background-color: #fff !important;
  box-shadow: unset !important;
}
#emailNews::placeholder {
  color: #ffffff !important;
}
.input-news{
  border: 1px solid #f1f1f1;
  border-radius: 0.2rem;
}
.bg-head-footer{
  background-color: #F7FBFB;
  justify-content: space-between;
}
.main-color{
  color: #097586 !important;
}
.second-color{
  color: #E404BE !important;
}
.bg-main-color{
  background-color: #fdf8eb;
}
.backbg-main-color{
  background-color: #FFBB00;
  border-color: #FFBB00 !important;
}
.bg-second-color{
  background-color: #FFF2FD;
}
.backbg-second-color{
  background-color: #E404BE;
}
.social-media-icon{
  font-size: 13px;
  text-align: center;
  font-weight: 600;
  text-shadow: 1px 1px 5px rgb(0 0 0 / 15%);
  color: #fff;
  position: relative;
  top: 4%;
  left: 5%;
  padding: 4px 4px;
  border-radius: 50%;
}
.custom-layout {
  display: flex;
  flex-wrap: wrap;
}
.bg-custom{
  background-color: #f8f8f8;
}
.dropdown-item {
  font-family: "Afacad-SemiBold";
  font-size: 18px !important;
}
.text-custom-secondary{
  color: #E404BE;
  font-size: 16px;
  font-family: "Afacad-SemiBold";
}
.h-adress{
  color: #6c757d;
  font-size: 16px;
  font-family: "Afacad-SemiBold";
}
.link-search.showRooms{
  font-size: 20px;
  font-family: "Afacad-Regular";
}
.fl-rating .star-rating{
  align-items: center;
  display: flex !important;
}
#rating-filter .fl-rating{
  display: flex;
  flex-direction: column-reverse;
}
.hotel_mobile_content{
  display: none;
}
.rounded-25{
  border-radius: 20px;
}
.rounded-10{
  border-radius: 10px !important;
}
.options-sort {
  border-radius: 6px;
  height: 60px;
}
.options-bloc {
  display: flex;
  justify-content: center;
  align-items: center;
}
.last-img{
  filter: brightness(70%);
}
.fancybox {
  position: relative;
  display: inline-block;
}

.fancybox .centered-text {
  position: absolute;
  top: 50%;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 15px;
  padding: 5px 10px; 
  border-radius: 5px; 
}
.fiche-phone-img{
  width: 100% !important;
}
.border-sp{
  border: 2px solid #E404BE;
}
.green-cap{
  color: #0d9a1b;
}
.resa-rate {
  border-bottom: 1px solid #ccc;
}
.price-T {
  color: #E404BE;
  font-size: 24px !important;
  font-family: "Afacad-Bold";
}
.form-check-input:checked {
  background-color: #e404be !important;
  border-color: #e404be !important;
}
.form-check-input:focus {
  box-shadow: 0 0 0 .25rem rgb(235 64 229 / 25%) !important;
}
.rounded-8 {
  border-radius: 8px !important;
}
.text-bg-white{
  color: #000 !important;
  background-color: #ffffff;
}
.top-rounded-8 {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.online-payment-types {
  background-color: #fdf8eb;
  border: 1px solid #fdf8eb;
  border-radius: 8px;
}
.online-type {
  cursor: pointer;
  padding: 10px;
  margin: 5px 0;
  border: 1px solid #ddd;
  border-radius: 6px;
  width: 50%;
  transition: all 0.3s ease;
}
.online-type:hover {
  border-color: #E404BE;
  background-color: #ffffff;
}
.online-type.selected {
  border-color: #E404BE;
  background-color: #ffffff;
  box-shadow: 0 1px 4px rgba(0,123,255,0.2);
}
.online-payment-options{
  display: flex;
  gap: 30px;
}