#phone-block-header div {
    color: var(--header-text-color) !important;
}

.c-white {
    color: #fff!important;
}

/* --------------------------------------------------
    Home page
----------------------------------------------------- */
#home-page #hotel_deals {
    background-color: #ffffff;
    /* margin-bottom: 40px; */
}

.bt-slider:hover {
    background-color:var(--second-color);
    color: #fff;
    border-radius: 5px;
}
.bt-slider {
    background-color: var(--main-color);
    color: #fff;
    border-radius: 5px;
}
.slide-description {
    font-size: 30px;
}
.slide-title {
    font-size: 50px;
}
#home-page .p-headerHomer {
    /* margin-top: -205px !important; */
}
.menu-web img {
    max-height: 100px;
    width: auto !important;
    z-index: 9;
}
.div-text-slider{
	display:none;
}

.img-card{
    width: 50px; 
    background-color: #fff; 
    padding: 5px;    
    height: 50px;
    position: absolute;
}
.pack .card-body-flight {
    width: 100%;
    background: #ffffff7a;
    color: var(--second-color);
    bottom: 0;
    position: absolute;
    height: 100%;
}
.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}
.card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgb(248 233 236);
    border-radius: 0.25rem;
}
.pack .title-card {
    font-size: 20px;
    font-weight: 600;
    color: var(--second-color);
}
.title-card:after {
    content: "";
    position: relative;
    display: block;
    background-color: #d4a769;
    width: 60px;
    height: 2px;
    margin-top: 0.5rem!important;
    margin: 0.5rem auto;
}
.card-img-top {
    height: 250px !important;
}
.img-fluid-promo-hotel {
    height: 260px !important;
    border-radius: 10px 10px 0px 0px !important;
}
.booking-search{
    color: white;
    background-color: black;
}
.hotel-pension-type {
    background: var(--second-color);
    color: #fff;
    position: absolute;
    padding: 5px 12px;
    border-radius: 30px;
    margin: 10px 10px;
    text-transform: capitalize;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
.motor-search-web .nav-tabs{
    margin-bottom: 5px;
    padding-left: 0px !important;
}
}
.form-group-icon > i.fas:first-child, .form-group-icon .input-icon{
    top: 16px;
    font-size: 16px;
}
    /* Whay Agency; */
    .section-pkoi .title {
        color: var(--second-color);
        font-weight: 700;
        font-size: 60px;
    }
    .section-pkoi .description {
        font-size: 20px;
        color: #454545;
        font-weight: 500;
    }
    .section-pkoi p {
        font-size: 1.1rem;
    }
    .section-pkoi ul {
        padding: 0;
        list-style: none;
        display: grid;
        grid-template-columns: auto auto auto auto;
    }
    .section-pkoi ul li {
        margin-right: 15px;
    }
    .section-pkoi {
        background-size: contain;
        background-repeat: no-repeat;
        height: 100%;
        color: #fff;
    }
    .div-pkoi {
        position: relative;
        display: block;
        margin-top: 0;
        max-width: none;
        z-index: 0;
    }
    .div-pkoi a {
        background-color: var(--second-color);
        border: 2px solid var(--second-color);
        font-weight: bold;
        font-size: 1.5rem;
        border-radius: 29px !important;
        padding: 6px 25px;
    }
    /* and Whay Agency; */

.deal_item .deal-card-style-1 {
    border: 1px solid #dee2e6!important;
    border-radius: 10px;
    display: flex !important;
    flex-direction: column;
    height: 100%;
}
.deal-card-style-1 .infos .title{
    border-left: none;
    padding-left: 0;
    margin-left: 0;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}
.deal-card-style-1 .infos-description {
    flex-grow: 1;
}
.title h6 {
    position: absolute;
}
.deal-card-style-1 .title h6{
    position: relative;
}
.deal-card-style-1 .short_desc {
    font-weight: initial;
    font-size: 12px;
    min-height: auto;
    margin-bottom: 0;
}
.deal-card-style-1 ul {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
.deal-card-style-1 ul li {
    margin: 0;
    font-size: 13px;
    font-weight: 100;
    color: #186ba9 !important;
}
.card-from{
    background: #f2f2f2;
}
.card-wave{
    width: 100%;
    height: 85.47px;
    position: absolute;
    bottom: -19px;
    left: 0;

}
.card-from span{
    color: gray !important;
    font-size: 12px;
    font-weight: 600 !important;
}
#gallerie .img-cover{
    height: 338px!important;
    width: 553px!important; 
    padding:1px;
}
#gallerie .box-count{
    background-color: rgba(0, 11, 38, 0.56); 
    color: #fff;
    border-radius: 8px; 
    width:95px;    
    height:36px; 
    font-size: 16px; 
    line-height: 20px; 
    padding: 8px 16px;
    position:absolute; 
    top: 290px;
    right: 15px;
    cursor:pointer;
}
/** Design Galelerie **/
#item-0 {
    border-top-left-radius: 10px;
    grid-row: span 2 / span 2;
    grid-column: span 3 / span 3;
    border-bottom-left-radius: 10px;
}
#item-1 {
    border-bottom-left-radius: 0px;
}
#item-3 {
    border-top-right-radius: 10px;
}   
#item-4 {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 0px;
}

@media (min-width: 768px) {
    .gallerie-grid {
        grid-template-rows: repeat(2, minmax(0, 1fr));
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-flow: column;
        gap: 0.5rem;
        display: grid
;
        position: relative;
    }
}

/** and Design Galelerie **/

#gallerie .imgs{
    height: 169px!important;
    width: 269px!important;
    padding:1px;
    object-fit: cover;
}
.bg-white, .bg-w {
    background-color: white;
}
.boxed-container {
    border: none !important;
    border-radius: 0px !important;
    background-color: white;
}
.card-product{
    border-right: 1px solid #c6c6c6;
}
.owl-carousel-mobile {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    border-radius: 15px;
    overflow: hidden;
    height: 340px;
}
.owl-carousel-mobile .owl-carousel {
    border-radius: 7px;
    overflow: hidden;
}

@media (max-width: 767px){
    .header-moteur-de-recherche {
        background-color: var(--main-color);
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .motor-search-web {
        position: relative;
    }
    .moncompte{
        display: none;
    }
}


@media (max-width: 768px) {
    #gallerie .img-cover {
        width: 102%!important;
    }

.card-product{
    width: inherit;
    height: 60%;
    top: 34%;
    color: white !important;
    right: 0;
    bottom: -4px;
    left: 0;
    z-index: 100;
    background: linear-gradient(to top, rgba(0, 32, 80, 1.0), rgba(0, 32, 80, 0.0));
    border-right: none;
}
.card-product h6 a {
    color: white !important;
}
#home-page .p-headerHomer {
    /* margin-top: 0px!important; */
}
.deal-card-style-1 .short_desc {
    /* margin-top: 54px; */
    font-size: 12px;
    text-align: justify;
    color: #d4d4d4;
}
}
@media (max-width: 900px) {
    #gallerie .img-cover {
        height: 338px!important;
        width: 350px!important;
        padding: 1px;
   }
    #gallerie .imgs {
        height: 169px!important;
        width: 165px!important;
        padding: 1px;
        object-fit: cover;
    }
}
.form-control-new {
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 8%), inset 0 0 4px #a9a9a9!important;
    border-radius: 5px !important;
    transition: all .2s linear;
    margin-bottom: 0;
    display: block;
    height: 50px;
    padding: 0.375rem 0.75rem;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
}
.select {
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 8%), inset 0 0 4px #a9a9a9!important;
    border-radius: 10px !important;
}
a.btn_1, .btn_1, input[type="submit"].btn_1 {
    border-radius: 5px !important;
    background-color: var(--main-color);
    color: #fff !important;
    border: 2px solid var(--main-color);
}

/* .deal_section{
    margin-top: 40px;
} */

.footer__payment .cmi{
    font-size: 18px;
    top: -10px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    padding: 15px 25px !important;
    color: var(--second-color);
    background: #fff;
    font-weight: bold;
    height: 100% !important;
    border-radius: 5px !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: #fff;
    color: #fff !important;
    background-color: var(--main-color) !important;
    border: none;
}

.search-list-page h5.title{
	border-left:none !important;
}
.section-title-center-lg h2:before{
    content: '';
    display: block;
    /* border-top: solid 1px var(--second-color); */
    margin-top: 4px;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 50%;
    left: 0;
    font-size: 0;
    line-height: 0;
}
.img-card-deal{
	background: var(--main-color) !important;
	border-radius : 0px !important;
	margin: 0px;
	display:none;
}
.newNavSearch a {
    color: #fff !important;
    background-color: var(--second-color) !important;
    margin: 2px !important;
}
.multi-vols-btn{
    color: #fff !important;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: var(--main-color) !important;
}
.card__remise {
    border-width: 0px;
    background-color: var(--main-color);
    border-radius: 4px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    font-size: 14px;
    color: #fff;
    padding: 8px;
    text-align: center;
}
#loading-content {
    border: 3px solid transparent;
    border-top-color: #d4a769;
    border-bottom-color: #d4a769;
    border-radius: 50%;
    -webkit-animation: loader 2s linear infinite;
    -moz-animation: loader 2s linear infinite;
    -o-animation: loader 2s linear infinite;
    animation: loader 2s linear infinite;
}
#loading-content {
    justify-content: center;
    display: flex;
    align-items: center;
    width: 300px;
    height: 300px;
}
#loading-wrapper {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-image: url(../img/vip-loader-map.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
}
#loading-content:before {
    border: 3px solid transparent;
    border-top-color: #d4a769;
    border-bottom-color: #d4a769;
    border-radius: 50%;
    -webkit-animation: loader 3s linear infinite;
    -moz-animation: loader 2s linear infinite;
    -o-animation: loader 2s linear infinite;
    animation: loader 3s linear infinite;
}
#loading-content:after {
    border: 3px solid transparent;
    border-top-color: #d4a769;
    border-bottom-color: #d4a769;
    border-radius: 50%;
    -webkit-animation: loader 1.5s linear infinite;
    animation: loader 1.5s linear infinite;
    -moz-animation: loader 2s linear infinite;
    -o-animation: loader 2s linear infinite;
}

.dropdown-menu.show {
    width: 265px;
    border: 0;
    border-radius: 10px;
    border-top: 10px solid #000;
    padding: 15px;
    margin: 0;
    top: 10px !important;
}
.menu-moncompte{
    width: 100%;
    line-height: 30px;
    font-size: 15px;
    font-weight: 600;
    height: 50px;
    display: flex;
    align-items: center;
    column-gap: 7px;
    padding: 15px 0px;
    border-radius: 5px;
    transition: all 0.5s;
    white-space: nowrap;
    cursor: pointer;
    background: #ffeef2;
    text-transform: capitalize;
}
.menu-moncompte i{
    border: 1px solid #000;
    border-radius: 25px;
    padding: 7px;
    background-color: white;
}
.icon-item{
    background-color: rgb(255 238 242) !important;
}
.floatingPrices{
    bottom: 0;
    background: #fff;
    box-shadow: 0 -2px 10px 0 #b5b5b5;
    border: 1px solid #d7dce3;
    padding: 15px;
    position: fixed;
    z-index: 1;
    border-radius: 10px 10px 0px 0px;
}
.styNbrNight{
    position: absolute;
    right: 12px;
    top: 10px;
    color: black;
    border-left: 1px solid;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
}
.icone-text-hotel{
    border: 2px solid;
    border-radius: 50px;
    padding: 0px;
}
.page-heading {
    text-align: center;
    margin-bottom: 40px;
}
.page-heading .heading-line {
    border-color: var(--main-color);
    border-width: medium;
    width: 50px;
    margin: 0px auto;
}
.b-feature-block {
    text-align: center;
}
button.search-btn {
    background-color: var(--main-color) !important;
}
#best-features.black-features .b-feature-block:hover .fa {
    background: var(--second-color);
    color: white;
}
.bt-info{
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
/* Style Titre card detail*/

.title-detail .nav-link {
    color: var(--second-color) !important;
    font-weight: bold;
    position: relative;
    display: inline-block;
    background-color: transparent !important;
    margin-top: 20px;
}
.title-detail .nav-link::after{
    background-color: transparent;
}
/* End Style Titre card detail*/

/* Style Maps*/

.place-card{
    display: none !important;
}
.gm-inset-map:hover {
 
    display: none;
}
/* End Style Maps*/

/* Style info et faq */
#info .title-detail {
    font-size: 20px !important;
}
.card {
    margin-bottom: 10px;
    box-shadow: none;
}
.card-header h3 {
    margin-bottom: 0;
    font-size: 1rem;
}
.card-header {
    background-color: #ffeef2;
    padding: .6rem 1rem;
    border-bottom: none;
}
.card-header a {
    width: 100%;
    float: left;
    color: #000;
}
.card-header a[aria-expanded="false"] .fa-angle-right {
    display: block;
}
.card-header a[aria-expanded="false"] .fa-angle-down {
    display: none;
}
.card-header a[aria-expanded="true"] .fa-angle-right {
    display: none;
}
.card-header a[aria-expanded="true"] .fa-angle-down {
    display: block;
}
.card-header i {
    float: right;
    font-size: 22px;
    width: 1%;
    margin-top: 0px;
    margin-right: 10px;
}
/* End Style info et faq*/
#best-features.black-features .b-feature-block .fa {
    border: 3px solid var(--second-color);
    color: var(--second-color);
    border-radius: 50%;
}
.b-feature-block:hover .fa {
    transform: rotateY(180deg);
}
.b-feature-block .fa {
    height: 70px;
    width: 65px;
    text-align: center;
    padding-top: 15px;
    font-size: 35px;
    margin-bottom: 28px;
    transition: .4s;
}
#best-features.black-features .b-feature-block:hover .fab {
    background: var(--second-color);
    color: white;
}
#best-features.black-features .b-feature-block .fab {
    border: 3px solid var(--second-color);
    color: var(--second-color);
    border-radius: 50%;
}
.b-feature-block:hover .fab {
    transform: rotateY(180deg);
}
.b-feature-block .fab {
    height: 70px;
    width: 65px;
    text-align: center;
    padding-top: 15px;
    font-size: 35px;
    margin-bottom: 28px;
    transition: .4s;
}
.b-feature-block h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 6px;
}
.banner-padding {
    padding-bottom: 86px;
}
.page-heading h2 {
    text-transform: capitalize;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 14px;
}
ul.city-list {
    position: absolute;
    background: #fff;
    width: 140%;
    color: #777;
    z-index: 2;
    list-style: none;
    box-shadow: 1px 1px 5px -1px;
    padding: 0;
    margin-top: 1px;
    border-radius: 5px;
}
li.city-item {
    padding: 12px 15px;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
    cursor: pointer;
    border-radius: 10px !important;
}

.sw-passengers i {
    top: -20px;
}
/* --------------------------------------------------
    Search - Liste resultat
----------------------------------------------------- */
.header-search-liste{
    background-color: var(--main-color);
    min-height: 250px !important;
}
.slider-search-liste{
    display: none !important;
}
.price_item {
    font-size: 35px !important;
    color: var(--main-color);
}
/* --------------------------------------------------
    Count down - Hotel page detail
----------------------------------------------------- */

.services a{
    color: gray !important;
}
.price {
    font-size: 20px;
    font-weight: bold;
    color: var(--main-color);
}
.search-room-detail{
    padding: 15px 15px;
    border: 1px solid #ddd;
    margin: 15px 0;
    background-color: white;
}
.icons-hotel-options{
    width: 25px;
    height: 25px
}
.wrapper {
    text-align: center;
  }
  .time {
    font-size: 2em;
  }
  .label {
    font-size: 1em;
    display: block;
  }
  .bg {
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.75);
  }
  .section-bg-azureish-white .section-title-center-lg h2 span {
    /* background-color: #fff !important; */
    font-weight: bold !important;
    padding: 0 !important;

}
.section-title-center-lg h2 span {
    display: inline-block;
    position: relative;
    /* background-color: #fff !important; */
    font-weight: bold !important;
    padding: 0 !important;
}
.section-title-center-lg h2{
    justify-content: left;
}
.section-title-center-lg .subtitle{
    text-align: left !important;
    font-weight: 400;
    font-size: 16px;
    margin-top: -10px;
}
#newsletter_3 {
    background-color: #ffeef2 !important;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 8px !important;
    border: solid 1px #cccccc;
}