@font-face {
    font-family: 'Helvetica Neue';
    src: url('./fonts/HelveticaNeue-Medium.woff2') format('woff2'), url('./fonts/HelveticaNeue-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('./fonts/HelveticaNeue-Light.woff2') format('woff2'), url('./fonts/HelveticaNeue-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('./fonts/HelveticaNeue-Bold.woff2') format('woff2'), url('./fonts/HelveticaNeue-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('./fonts/HelveticaNeue-Thin.woff2') format('woff2'), url('./fonts/HelveticaNeue-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('./fonts/HelveticaNeue.woff2') format('woff2'), url('./fonts/HelveticaNeue.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('./fonts/HelveticaNeueRegular.woff2') format('woff2'), url('./fonts/HelveticaNeueRegular.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('./fonts/HelveticaNeue-Italic.woff2') format('woff2'), url('./fonts/HelveticaNeue-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap
}


body {
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
}


.bgsection{

    background: #dceac640;
}

section {
    padding: 3rem 0;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.image-box{
    position: relative;
    overflow: hidden;

}
img.card-img {
    height: 360px;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    transition: 2s linear;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.card:hover  img.card-img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
@media (min-width:787px) {
   .promo-hotel .carousel-promo .owl-item:nth-child(even) .card,
    .voyage-organises .carousel-voyage .owl-item:nth-child(even) .card {
        margin-top: 30px;
    }
}

/* / header  */
.header .topbar {
    padding: 6px 0;
    background: #26214A;
}
.header .topbar a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}
.header .topbar a.dropdown-item{
    color: black;
}

.header .topbar .dropdown-header{
    color: #63C5C6;
    font-size: 15px;
    font-weight: 500;
}

.header .topbar a:hover, .header .topbar i:hover, footer ul li a:hover {
    color: #A3CB6A;
}

.header nav img {
    width: 200px;
    height: auto;

}

.header .navbar-nav .nav-link {
    font-size: 18px;
    position: relative;
    font-weight: 500;
    padding: 8px 0;
}
.header .navbar-nav .nav-link:hover,
.header .navbar-nav .nav-link.active {
    color: #A3CB6A;
}



.header .navbar-nav .nav-link.active::after {
    opacity: 1;
    width: 100%;
}

.navbar-toggler {
    padding: 0;
    border: none;
}

.header ul.navbar-nav li.nav-item {
    margin-left: 30px;
}

.nav-overlay {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 17;
}

/* Mobile-menu */
.nav-side-mobile {
    width: 300px;
    height: 100%;
    position: fixed;
    left: -300px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #fff;
    overflow-y: auto;
    z-index: 20;
    padding: 10px 0;
    top: 0;

}

.nav-side-mobile .top-menu-title {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-bottom: 2px solid #e3e1e1;
    padding: 10px;

}

.nav-side-mobile .top-menu-title .icon-close {
    position: relative;
    border: 0;
    font-size: 30px;
    line-height: 1;
    color: #999;
    background-color: #fff;
}

.nav-side-mobile .menu-inner {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.nav-side-mobile .menu-inner ul li {
    position: relative;
    line-height: 28px;
}

.nav-side-mobile .menu-inner ul li a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #26214A;
    border-bottom: 1px solid #e3e1e1;
    padding: 10px 15px;
}

.nav-side-mobile .menu-inner ul li a.active,
.nav-side-mobile .menu-inner ul li a:hover {
    color: #A3CB6A;
}

.menu-open {
    left: 0;
}
.text-end {
    text-align: end;
}
.navbar-collapse {
    display: none;
}
.dropdown-item.active, .dropdown-item:active {

    background-color: rgba(0, 174, 239, 0.12);
}

@media screen and (max-width: 991px) {

    ul.navbar-nav {
        position: relative;
        z-index: 3;
    }
    .top-menu-title .img-logo {
        width: 165px;
    }
    .header .topbar i {
        color: #fff;
        font-size: 17px;
    }

    .header .topbar .dropdown-menu.show {
        transform: translate3d(3px, 17px, 0px) !important;
        left: auto !important;
        right: 0;
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    }

    .header .topbar li.dropdown a span.caret{
        color: #fff;
    }
    ul.navbar-nav li.nav-item a.nav-link:hover::before {
        background: none;
    }
    .header i.fa.fa-bars {
        font-size: 25px;
    }

}
.topbar i.fa-whatsapp{
    color: #fff;
    font-size: 22px;
    background: #17d26d;
    border-radius: 100%;
    width: 20px;
    height: 20px;
}

.topbar i.fa-whatsapp:hover{
    color: #fff;
    background: #17d26d;
}

/* / banner  */
.banner .carousel-control-next-icon, .carousel-control-prev-icon {
    border: 2px solid  #A3CB6A;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    background-size: 50% 50%;
    color:  #A3CB6A;
}

@media (max-width: 767px) {
    .banner .carousel-item img {
        height: auto;
        object-fit: cover;
    }
}
.search-dzv .filtre {
    background-color: #fff;
    padding: 15px 12px;
    position: relative;
    margin-top: -50px;
    border-radius: 50px;
    z-index: 11;
    box-shadow: rgba(100, 100, 111, 0.2) 0 5px 5px 0;

}

.search-dzv label {
    top: 12px;
    position: absolute;
    left: 60px;
    z-index: 1;
    font-size: 15px;
    color: #26214A;
    font-weight: 600;
}

.jdropdown-header, .search-dzv input {
    height: 65px;
    padding: 15px 0 0 60px !important;
    border-radius: 50px;
    font-size: 13px;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;

}
.jdropdown-image-small {
    filter: invert(55%) sepia(73%) saturate(2859%) hue-rotate(235deg) brightness(99%) contrast(93%);
}
.jdropdown-selected .jdropdown-description {

    color: #26214A !important;
}
.jdropdown{
    display:block
}
.search-dzv input::placeholder {
    color: grey;
    font-size: 12px;
    font-weight: 500;
}

.search-dzv .input-icon {
    position: relative;
}

.bg-serch{
    background-color: #f2ecf5;
}
.search-dzv .input-icon::before {
    color: #a8a8a8;
    text-align: center;
    height: 45px;
    position: absolute;
    left: 20px;
    top: 19px;
    z-index: 1;
}

.search-dzv .icon-search::before {
    background-image: url(../image/mp.svg);

}

.search-dzv .icon-date::before {
    background-image: url(../image/calendar.svg);


}

.search-dzv .icon-chambre::before {
    background-image: url(../image/pers.svg);

}

.search-dzv .icon-search::before, .search-dzv .icon-chambre::before, .search-dzv .icon-date::before {
    width: 30px;
    content: "";
    background-repeat: no-repeat;
}

.search-dzv .filtre button.btn.btn-search {
    border-radius: 50px;
    padding: 15px 20px;
    background: #63C5C6;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #63C5C6;
    height: 70px;
}

.search-dzv .filtre button.btn.btn-search:hover {
    background: #25a9ab;
    border: 2px solid #25a9ab;
}

.form-control:focus {
    box-shadow: none;
    border-color: #dee2e6;
}
@media (max-width: 992px) {
    .search-dzv .filtre {
        background-color: #fff;
        border: 1px solid #b4b9c8;
        margin-top: 28px;
        border-radius: 20px;

    }
    .search-dzv .form-group {
        margin-bottom: 10px;
    }
    .jdropdown-default .jdropdown-container{
        width: auto;
        left: auto;
    }
}
.section-text span {
    color: #A3CB6A;
text-decoration: underline;
}

.section-text .title {
    font-size: 25px;
    color: #26214A;
    font-weight: 600;

}


.section-text.text-center .title {
    display: block;
    position: relative;
}

.section-text .description {
    font-size: 16px;
    color: gray;
    font-weight: 400;
}

.card {
    border: none;
    border-radius: 0;
    --bs-card-inner-border-radius: none;
}

.card .image-box::after {
    content: "";
    position: absolute;
    border: 2px solid #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    width: 95%;
    height: 95%;
    z-index: 1;

}

.card .image-box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 200px;
    right: 0;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .8) 28%, rgba(0, 0, 0, 0));
    opacity: 0.8;
    transition: all 500ms linear;
    z-index: 1;

}


.card .top-details .card-title {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0;

}

.card-img-overlay {
    padding: 20px;
    z-index: 1;
}

.card .top-details .localisation {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.card .top-details .localisation i.fa-star {
    font-size: 12px;
    color: #ffd304;
}

.card .bottom-details {
    position: absolute;
    top: auto;
    bottom: 70px;
    right: 20px;
    left: auto;

}

.card .bottom-details .card-bottom-text {
    border-radius: 5px;
    padding: 4px;
    border: 1px solid #ffffffd9;
    background-color: #ffffffd9;
    min-width: 130px;

}

.card .bottom-details .card-bottom-text p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    color: #26214A;
}

.card .bottom-details span.price {
    font-size: 17px;
    font-weight: 600;
    color: #26214A;
}

.card .bottom-details-btn {
    position: absolute;
    top: auto;
    bottom: 25px;
    right: 25px;
    left: auto;
}

.card .btn-card {
    padding: 6px;
    text-align: center;
    background: #63C5C6;
    border: 2px solid #63C5C6;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    float: end;
    border-radius: 6px;
    position: relative;
    left: 4px;
}

.card .btn-card:hover {
    background: #25a9ab;
    border: 2px solid #25a9ab;

}

.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: 40%;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    color: #A3CB6A;
    font-size: 20px;
    width: 40px;
    background: none;
    display: inline-flex;
    cursor: pointer;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 2px solid #A3CB6A;
    position: relative;
    margin-left: -52px;
    margin-right: -28px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #fff;
    color: #A3CB6A;
    border: 2px solid #A3CB6A;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 6px;
}

.owl-theme .owl-dots .owl-dot {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 7px;
    border: 1px solid #D6D6D6;
    margin: 0 5px;
}

.owl-theme .owl-dots .owl-dot.active {
    border: 1px solid #A3CB6A;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #A3CB6A;
}
.owl-carousel {
    z-index: 0;
}
.btn.btn-list {
    background: #A3CB6A;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 15px;
    border: 2px solid #A3CB6A;
}

.btn.btn-list:hover {
    border: 2px solid #7ba442;
    background: #7ba442;
}

.hotel-recommande .nav li {
    position: relative;

}

.hotel-recommande .nav-pills .nav-link {
    border: 2px solid #A3CB6A;
    color: #A3CB6A;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 16px;
    border-radius: 25px;
    transition: none;

}

.hotel-recommande .nav-pills .nav-link:hover {
    background: #A3CB6A;
    color: #fff;

}
.hotel-recommande .nav-pills .nav-link.active {
    background: #A3CB6A;
    color: #fff;
}

.hotel-recommande .nav-pills .nav-link.active::before {
    content: "";
    height: 0;
    position: absolute;
    top: 45px;
    width: 0;
    right: 50%;
    transform: rotate(180deg);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #A3CB6A;

}

@media (max-width: 767px) {
    .hotel-recommande .nav {
        overflow: auto;
        gap: 10px;
        justify-content: start;
        overflow-x: scroll;
        overflow-y: hidden;
        flex-wrap: nowrap;
        padding-left: 5px;
    }

    .hotel-recommande .nav .nav-item {
        margin-bottom: 25px;
        white-space: nowrap;
    }

}

.circuits .card .card-title{
    font-size: 22px;
    color: #26214A;
    font-weight: 600
}
.circuits .card  .card-body{
   padding: 12px;
}
.circuits img.card-img{
    height: 200px;
}
.circuits .price{
    color: #63C5C6;
    font-size: 16px;
    font-weight: 600
}
.circuits .description-circuits{
    font-size: 14px;
    color: gray;
    margin-bottom: 5px;
}


.bg-footer {
    background: #26214A;
    padding: 2rem 0 0 0;
}

footer .title-footer {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
}

footer .title-footer::after {
    display: block;
    content: '';
    height: 3px;
    width: 50px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    background:  #A3CB6A;
}

footer ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

footer p.letter {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}
footer .newsletter{
    position: relative;
    margin-bottom: 15px;
}

footer .newsletter input {
    height: 50px;
    padding: 20px;
    border-radius: 50px;
}

footer button.inscrit {
    position: absolute;
    top: 6px;
    right: 8px;
    left: auto;
    padding: 6px 12px;
    background: #63C5C6;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    border: 2px solid #63C5C6;
    border-radius: 40px;
}

footer button.inscrit:hover {
    border: 2px solid #25a9ab;
    background: #25a9ab;
}

@media (max-width: 767px) {
    footer button.inscrit {
        left: 179px;
    }

}

footer hr {
    margin: 0;
    border-top: 1px solid #fff;
    opacity: 1;

}

footer .text-copyright {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0;
}

footer .text-copyright a {
    color: #63C5C6;
    font-weight: 600;
}


a.back-to-top {
    display: none;
    position: fixed;
    right: 15px;
    bottom: 49px;
    z-index: 10;
    cursor: pointer;
    width: 38px;
    height: 38px;
    border-radius: 20px;
    background-color:  #A3CB6A;
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 1.6;
}

a.back-to-top i {
    font-size: 20px;
}

a.back-to-top:hover {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.modal-header {
    padding-bottom: 10px;
}

.modal-content {
    border-radius: 0;
}

.modal .btn.btn-secondary.btn-block {
    background: #A3CB6A;
    border: 2px solid #A3CB6A;
    font-weight: 500;
    color: #fff;
    width: 100%;

}

.modal .btn.btn-secondary.btn-block:hover {
    border: 2px solid #7ba442;
    background: #7ba442;
}


.modal .btn.btn-orange.btn-block {
    background: #63C5C6;
    border: 2px solid #63C5C6;
    color: #fff;
    width: 100%;
    font-weight: 500;
}

.modal .btn.btn-orange.btn-block:hover {
    border: 2px solid #25a9ab;
    background: #25a9ab;
}

.modal .form-group label {
    color: #000;
    font-size: 14px;
    margin-bottom: 10px;
}

.modal .form-group select {
    min-height: 35px;
    padding: 5px 15px;
    background: #fff;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    width: 100%;
    font-size: 16px;
}

.modal-header h5 {
    color: #000000;
}

.modal-body h5 {
    color: #006ab4;
    font-size: 14px;
}

#preloader{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99999999999;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#preloader .logo-loader {
    width: 100px;
    background-position: center;
    background-repeat: no-repeat;
}

.flatpickr-calendar {
    height: auto;
}

.flatpickr-day.selected {
    background: #A3CB6A !important;
    color: #fff;
    border-color: #A3CB6A !important;
}

h5 i.fa.fa-trash {
    color: red;
}

button.close {
    border: none;
    font-size: 23px;
    background: #fff;
}

.banner-omra img{
    height: auto;
    max-width: 100%;
}

.partenaires .carousel-partenaires .item-image-pas{
    border: 1px solid #E4EBF1;
    border-radius: 0;
    background: #FFF;
    padding: 10px;
    display: flex ;
    align-items: center;
    justify-content: center;
}


