.name_search_form {
    margin-top: 20px;
    position: relative;
}
.name_search_form i {
    position: absolute;
    right: 15px;
    top: 20px;
}
.hotel_search_item {
    margin-bottom: 30px;
    background: #ffffff;
    border: 5px solid #fff;
    border-radius: 27px;
    box-shadow: 0 0px 7px #0000007a;
}
.hotel_item_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hotel_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px 0 0 24px;
}
.hotel_item_inner_content {
    padding: 0px 10px 10px 0px;
}
.hotel_content_top_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -35px;
}
.hotel_content_top_left h4 {
    padding-top: 8px;
    font-size: 19px;
    line-height: 1.2;
    margin-bottom: 0;
    font-weight: bold;
    color: #254ea1;
}
.hotel_content_top_left p {
    padding-top: 8px;
}
.hotel_content_top_right h5 {
    font-size: 16px;
    font-weight: 500;
}
.hotel_content_top_right h4 {
    font-size: 16px;
    padding-top: 5px;
}
.hotel_content_top_right p {
    font-size: 12px;
    color: #00bab1;
    margin-top: 1px;
}
.hotel_content_middel_wrapper {
    display: flex;
    justify-content: space-between;
}
.hotel_content_middel_left h5 {
    font-size: 16px;
    color: #0508b1;
    font-weight: 500;
    padding-bottom: 4px;
}
.hotel_content_middel_right h3 {
    font-weight: 500;
}
.hotel_content_middel_right h3 sub {
    font-size: 14px;
}
.hotel_content_middel_right p {
    font-size: 14px;
    padding-top: 3px;
}
.hotel_content_bottom_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -21px;
}
.hotel_content_bottom_left ul li {
    /*background: #cddbbe96;*/
    /*border: 1px solid #b9cfb83b;*/
    border-radius: 6px;
    display: inline-block;
    padding: 1px 1px;
    font-size: 12px;
    color: #000;
    margin: 2px 0;
}
.hotel_price {
    font-size: 23px;
    font-weight: 600;
    /*color:#00b8b0 ;*/
    padding-left: 10px;
    font-family: 'Montserratbold';
}
.hotel_price sup small {
    font-weight: 600;
}
.alert-dispo {
    background-color: #4CAF50;
    color: #fff;
    font-weight: 600;
    padding: 4px 6px;
    border-radius: 6px;
    font-size: 12px;
}
.alert-deadline {
    color: #b7538f;
    font-size: 13px;
}

.alert-sur-demande {
    background-color: #f57100;
    color: #fff;
    font-weight: 600;
    padding: 4px 6px;
    border-radius: 6px;
    font-size: 12px;
}
.alert-stop-sale {
    background-color: #C8102E;
    color: #fff;
    font-weight: 600;
    padding: 4px 6px;
    border-radius: 6px;
    font-size: 12px;
}
.arrang_select_area .nav-tabs {
    border-bottom: none;
    margin-bottom: 18px;
}
.arrang_select_area .nav-tabs .nav-item.show .nav-link, .room_select_area .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #0508b1;
    border-color: #dee2e6 #dee2e6 #fff;
}
.arrang_select_area .nav-style {
    margin-bottom: 0;
    background: #F3F6FD;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    padding: 7px 13px;
    margin-right: 3px;
    font-size: 14px;
    color: #00c6b1;
}
.arrang_select_area .nav-style.active {
    color: #fff;
    background: #003b90;
    border-color: #dee2e6 #dee2e6 #fff;
    margin-bottom: 2px;
}
.arrang_show_down_wrapper {
    margin: 3px 0;
}
.room_arrang {
    border-radius: 6px;
    padding: 0px 3px;
}
.color-xml {
    border-top: 3px solid #9920e5;
}
/*.btn_theme {*/
/*    color: #04aeaf !important;*/
/*    background: #fff;*/
/*    box-shadow: none;*/
/*    overflow: hidden;*/
/*    white-space: nowrap;*/
/*    position: relative;*/
/*    z-index: 0;*/
/*    -webkit-border-radius: 5px;*/
/*    -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b0bbc4), to(#ced9de)) 1 100%;*/
/*    font-weight: bold;*/
/*    padding: 6px 10px;*/
/*}*/
.btn_theme {
    position: relative;
    background: #fff;
    font-weight: bold;
    color: #04aeaf !important;
    padding: 6px 10px;
    border-radius: 18px !important
}
.btn_theme::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 3px;
    background:linear-gradient(45deg,#00cdb6,#00358f);
    -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.btn_xml_reserver {
color: #fff !important;
background: linear-gradient(to right, #00378f, #00ccb3);
border-radius: 6px !important;
border: none;
}
.color_theme {
color: #f1b900;
}
.lbl-etiquette1 {

    font-size: 28px;
    font-weight: bold;
    color: #0050a5;

    --f: .5em;
    --r: .8em;
    margin-left: 9px;
    position: absolute;
    top: 20px;
    left: calc(-1*var(--f));
    padding-inline: .25em;
    line-height: 1.8;
    background: #fad200;
    border-bottom: var(--f) solid #0005;
    border-right: var(--r) solid #0000;
    clip-path:
            polygon(0 0,0 calc(100% - var(--f)),var(--f) 100%,
            var(--f) calc(100% - var(--f)),100% calc(100% - var(--f)),
            calc(100% - var(--r)) calc(50% - var(--f)/2),100% 0);

}
.lbl-etiquette1:before,.lbl-etiquette2:before,.lbl-etiquette3:before,.lbl-etiquette4:before {
content: "";
position: absolute;
height: 0;
width: 0;
top: -8.5px;
left: 0.1px;
border-bottom: 9px solid black;
border-left: 9px solid transparent;
}
.lbl-etiquette2 {
position: absolute;
z-index: 99;
padding: 2px 5px 2px 2px;
color: white;
font-size: 13px;
left: 6px;
background: #f57100;
top: 60px;
}
.lbl-etiquette3 {
position: absolute;
z-index: 99;
padding: 2px 5px 2px 2px;
color: white;
font-size: 13px;
left: 6px;
background: #4CAF50;
top: 100px;
}
.lbl-etiquette4 {
position: absolute;
z-index: 99;
padding: 2px 5px 2px 2px;
color: white;
font-size: 13px;
left: 6px;
background: #0064b4;
top: 140px;
}
.span-ribbon:before {
content: "";
position: absolute;
}
.span-ribbon:before {
height: 0;
width: 0;
top: -8.5px;
left: 0.1px;
border-bottom: 9px solid black;
border-left: 9px solid transparent;
}
.dropdown-arrangement {
margin-bottom: 0;
background: #F3F6FD;
border: 1px solid transparent;
border-radius: 0.25rem;
padding: 7px 13px;
font-size: 14px;
display: inline-block;
}
.tooltip-info > i {
width: 27px;
height: 27px;
line-height: 27px;
text-align: center;
border-radius: 16px;
background: #1f73a9;
color: #fff;
font-size: 15px;
z-index: 0;
}
.tooltip-info {
position: relative;
font-size: 15px;
opacity: 1;
}
.nav-link2 {
margin-bottom: 0;
background: #F3F6FD;
border: 1px solid transparent;
border-radius: 0.25rem;
padding: 7px 6px;
margin-right: 0px;
font-size: 14px;
width: 100%;
}
.nav-link2.active {
color: #fff;
background: #0508b1 !important;
border-color: #dee2e6 #dee2e6 #fff;
}
.total-price-item {
font-size: 15px;
font-weight: bold;
padding: 8px 4px;
border-radius: 6px;
top: 3px;
position: relative;
}
.room-pax {
vertical-align: bottom !important;
border-bottom: 1px solid #dee2e6 !important;
border-top: 0px solid #dee2e6 !important;
padding: 0.5rem !important;
}
@media (max-width: 991px) {
.hotel_item_inner_content {
    padding: 6px 1px 6px 0px;
}
.btn-save {
    width: 100%;
}
}

@media (max-width: 767px) {
    .hidden-mobile {
        display: none;
    }
    .arrang_select_area .nav-style {
        padding: 7px 4px;
        margin-right: 0px;
        font-size: 11px !important;
        margin-bottom: 4px;
    }
    .hotel_content_top_right p {
        font-size: 10px;
    }
    .hotel_content_top_left h4 {
        font-size: 14px;
        font-weight: bold;
        line-height: 1.2;
        margin-bottom: 0;
    }
    .dropdown-arrangement {
        font-size: 11px;
    }
    .nav-link2 {
        font-size: 12px;
    }
    .tour_details_boxed {
        padding: 10px 6px !important;
        margin-top: 10px !important;
    }

    .offre-dispo {
        font-size: 11px !important;
        padding: 5px 1px ;
    }
    .btn_theme {
        font-size: 11px;
        padding: 6px 6px;
    }
    .hotel_content_bottom_left ul li {
        padding: 1px 3px;
        font-size: 11px;
        margin: 2px 0;
    }
    .form-check-label {
        font-size: 11px;
    }
    .hotel_content_top_left p {
        padding-top: 4px;
        font-size: 12px;
    }
    .room-pax {
        font-size: 12px;
    }
    .type-room {
        font-size: 12px;
    }
    .alert-sur-demande {
        padding: 2px 3px;
        font-size: 11px;
    }
    .alert-dispo {
        padding: 2px 3px;
        font-size: 11px;
    }
    .alert-stop-sale {
        padding: 2px 3px;
        font-size: 11px;
    }
    .alert-deadline {
        font-size: 11px;
    }
    .val-promo {
        font-size: 11px;
    }
    .hotel_price {
        font-size: 20px;
    }
    .hotel_content_bottom_wrapper {
        padding-top: 16px;
    }
    .tooltip-info > i {
        width: 23px;
        height: 23px;
        line-height: 23px;
        font-size: 12px;
    }
    .btn_xml_reserver {
        font-size: 13px;
    }
    .total-price-item {
        font-size: 14px;
        top: 0px;
    }
    .lbl-etiquette1 {
        font-size: 9px;
        top: 30px;
    }
    .lbl-etiquette2 {
        font-size: 9px;
        top: 60px;
    }
    .lbl-etiquette3 {
        font-size: 9px;
        top: 90px;
    }
    .lbl-etiquette4 {
        font-size: 9px;
        top: 120px;
    }
    .tour_details_boxed .heading_theme {
        margin-bottom: 10px;
        font-size: 16px !important;
    }
    .tour_details_right_boxed {
        padding: 10px 6px !important;
    }
    .tour_detail_right_sidebar {
        margin-bottom: 15px !important;
    }
    .review_star h5 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 0;
    }
    .tour_package_details_bar_list {
        padding-top: 10px !important;
    }
    .valid_date_area_one h5 {
        font-weight: 600 !important;
        padding-bottom: 0px !important;
        font-size: 16px !important;
    }
    .hotel-info {
        padding: 0px !important;
    }
    .tri-filtre {
        margin: 0 !important;
    }
}
@media (min-width: 768px) {
    .hidden-desktop {
        display: none;
    }
}
@media (min-width: 372px) and (max-width: 386px) {
    .total-price-item {
        font-size: 13px;
        padding: 8px 4px;
        top: 0px;
    }
}
@media (max-width: 371px) {
    .total-price-item {
        font-size: 10px;
        padding: 6px 4px;
        top: 0px;
    }
    .btn_xml_reserver {
        font-size: 9px;
    }
}

.tour_detail_right_sidebar {
    margin-bottom: 30px;
}
.tour_details_right_boxed {
    background: #FFFFFF;
    border: 1px solid #e6e6e6;
    border-radius: 0px;
    padding: 25px 20px 35px 20px;
    box-shadow: 6px 2px 9px  #95949457
}
.tour_details_right_box_heading h3 {
    font-weight: 500;
    font-size: 20px !important;
    border-bottom: 1px solid #8cb636;
    padding-bottom: 0px;
    display: inline-block;
}
.review_star {
    padding-top: 10px;
}
.form-check-label {
    width: 100%;
}
.valid_date_area {
    display: flex;
    align-items: center;
    padding-top: 25px;
}
.valid_date_area_one {
    padding-right: 40px;
}
.valid_date_area_one h5 {
    font-weight: 500;
    padding-bottom: 5px;
    font-size: 18px;
}
.btn_change_selection {
    color: #1e509f !important;
    font-size: 16px;
}
.tour_booking_amount_area ul {
    padding-top: 15px;
}
.tour_booking_amount_area ul li {
    display: flex;
    justify-content: space-between;
    padding-bottom: 6px;
    font-weight: 500;
    font-size: 16px;
}
.tour_booking_amount_area ul li:last-child {
    border-bottom: 1px solid #dadada;
}
.total_subtotal_booking {
    padding-top: 15px;
}
.total_subtotal_booking h6 {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
}
.text-total-amount {
    font-size: 29px !important;
    color: #84bd20;
    font-family: 'MontserratBold';
}
.total-amount {
    font-size: 24px;
    color: #000;
}
.heading_theme {
    border-bottom: 1px solid #8cb636;
    padding-bottom: 0px;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 20px !important;
}
.tour_details_boxed {
    background: #FFFFFF;
    border: 1px solid #e6e6e6;
    padding: 20px 20px;
    margin-top: 30px;
    box-shadow: 6px 2px 9px #95949470;
    margin-bottom: 30px;
}
.tour_package_details_bar_list {
    padding-top: 20px;
}
.tour_package_details_bar_list h5 {
    font-weight: 500;
    padding-bottom: 6px;
    display: inline-block;
    font-size: 14px;
}
.offre-sur-demande {
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 2px;
    border-radius: 6px;
    border: none;
    background: #f57100;
    width: 39%;
}
.offre-dispo {
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 2px;
    border-radius: 6px;
    border: none;
    background: #9dc454;
    width: 32%;
}
@media (min-width: 768px) and (max-width: 1199px) {
    .offre-dispo {
        width: 45% !important;
    }

}

.service-wishlist {
    position: absolute;
    right: 16px;
    z-index: 10;
    top: 0;
    padding: 10px;
    cursor: pointer;
}

.icone-galerie-description {
    text-align: center;
    margin-top: -32px;
}
.fa-icone-galerie {
    background: #efefefd6;
    padding: 9px 20px;
    border-radius: 4px 4px 0 0;
}
.fa-icone-description {
    background: #efefefd6;
    padding: 9px 22px;
    border-radius: 4px 4px 0 0;
}
.fa-icone-map {
    background: #efefefd6;
    padding: 9px 22px;
    border-radius: 4px 4px 0 0;
}
.button-dgm{
    border: 1px solid #ff000000;
    padding: 0px;
    border-radius: 4px 4px 0px 0px;
}

.map-location {
    position: relative;
    display: inline-block;
    margin-top: 15px;
}
.booking-middle-map {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.btn-profiter-map {
    background: linear-gradient(to right, #00c3b3, #005192);
    border-radius: 7px !important;
    color: #fff;
    box-shadow: none;
    padding: 7px 14px !important;
    border: none !important;
}
.btn-profiter-map:hover {
    background: #1a2b48;
    color: #fff;
}
.tri-filtre {
    margin: 10px 0;
}
.card-result-recap {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}
@media (max-width: 991px) {
    .affichage-desktop {
        display: none !important;
    }
}
@media (min-width: 992px) {
    .affichage-mobile {
        display: none !important;
    }
}

@media (min-width: 370px) and (max-width: 452px){
    .sort-value {
        font-size: 12px;
    }
    .filter-button {
        font-size: 12px;
    }
    .view-map {
        font-size: 12px;
    }
}
@media (max-width: 369px){
    .icone-galerie-description {
        display: none;
    }
    .sort-value {
        font-size: 12px;
    }
    .filter-button {
        font-size: 12px;
    }
    .view-map {
        font-size: 12px;
    }
}
@media (max-width: 767px) {
    .icone-galerie-description {
        margin-top: -28px;
    }
    .fa-icone-galerie {
        padding: 6px 7px;
    }
    .fa-icone-description {
        padding: 6px 7px;
    }
    .fa-icone-map {
        padding: 6px 7px;
    }
    .hotel_content_top_wrapper {
        display: contents;
    }
    .total-nbr-nuit {
        display: none;
    }
    .card-result-recap {
        margin-top: -47px;
    }
    .col-md-6.list-filter.align-self-center {
        margin-bottom: 8px;
    }
    .wishlist {
        margin-top: 23px;
    }
    .map-location {
        margin-top: 0 !important;
        margin-bottom: -10px !important;
        bottom: 49px;
        border-radius: 6px !important;
    }
    .search-result {
        font-size: 16px !important;
    }
}
@media (max-width: 766px) {
    .card-result-recap {
        margin-bottom: -10px;
    }

}
@media (min-width: 356px) and (max-width: 480px){
    .col-md-4.version-mobile.hotel.price-hot {
        padding-top: 3px;
        margin-bottom: -5px;
    }
}
@media (min-width: 481px) and (max-width: 767px){
    .col-md-4.version-mobile.hotel.price-hot {
        padding-top: 3px;
        margin-bottom: -13px;
    }
}
@media (min-width: 767px) and (max-width: 767px){
    .card-result-recap {
        margin-bottom: 7px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .map-location {
        margin-top: 0 !important;
        margin-bottom: 0px !important;
        bottom: 9px;
        border-radius: 6px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .list-filter{
        margin-top: 7px;
        margin-left: -28px;
    }
    .favorie-mobile {
        margin-left: 28px;
    }
}

.wishlist {
    font-weight: bold;
    font-size: 16px;
    color: #1e509f;
}
a:hover .wishlist {
    color: #343a40;
}
.mes-favoris {
    font-size: 16px;
    color: #1e509f;
}
.filter-button{
    border: 1px solid #cccccc;
    border-radius: 6px !important;
    padding: 4px 6px;
    background: #e2ead9;
    width: 100%;
}
.sort-value {
    border: 1px solid #ccc;
    color: #ffffff;
    border-radius: 6px !important;
    padding: 4px 6px;
    background: #fff;
    width: 100%;
    background-color: #e2ead9;
    background: linear-gradient(to right, #2360ac, #00b7af);
}
.sort-value:hover {
    color: #343a40;
}
.search-result{
    font-size: 18px;
}
.view-map {
    padding: 4px 6px;
    border: 0px solid #e3e3e3;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    width: 100%;
}
@media (min-width: 768px) and (max-width: 991px){
    .search-result {
        font-size: 15px;
    }
    .wishlist {
        font-size: 15px;
    }
}

.recap-destination {
    font-size: 16px;
    font-weight: 600;
    color: #4d6eb1;
}
.recap-destination small {
    font-weight: 600;
}
.recap-search {
    font-size: 30px;
    margin-top: 19px;
    color: #254ea1;
    margin-left: -16px;
}
.fa_tri {
    rotate: 90deg;
}
.btn-close-filter {
    font-size: 27px;
    color: #e04f5f;
    margin-top: -3px;
}
.valid_date_area_one {
    padding-right: 40px;
    font-size: 19px;
}
img.lazy.img-responsive {
    border-right: 5px solid #ffff;
}
@media (min-width: 992px){
    img.lazy.img-responsive {
        height: 157px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    img.lazy.img-responsive {
        height: 167px;
    }
}
.inclu-circle {
    font-size: 6px;
    background: #9dc454;
    border: 1px solid;
    padding: 3px 3px;
    border-radius: 20px;
    color: #fff;
}
.arrang-item {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    /*background: #fff;*/
    width: max-content;
    padding: 1px 5px;
    border-radius: 7px;
    /*border: 1px solid #6e7274;*/
    margin-top: 3px;
    margin-bottom: 10px;
    font-size: 12px;
}
.par-person{
    font-size: 11px;
    margin-left: -32px;
    font-weight: bold;
}
.btn-price-hotel{
    background: linear-gradient(to right, #01378f, #00b7af);
    border-radius: 8px;
    color: #fff;
    padding: 0px 3px;
    width: 152px;
    margin-left: 4px;
}
.partir-hotel{
    font-size: 11px !important;
    color: #fff !important;
    margin-bottom: -4px;
    padding-left: 10px;
}
.nom-hotel{
    font-size: 18px;
    font-weight: bold;
    font-family: 'Montserratbold';
}
.hotel_content_top_left {
    margin-top: 15px;
    margin-bottom: -10px;
    margin-left: -15px;
}
@media (min-width: 1200px){
    .col-lg-9.col-md-12.hotel-card {
        max-width:73.7%;
    }

}
@media (max-width: 768px){
    .par-person {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1023px){
    .col-lg-9.col-md-12.hotel-card {
        margin-top: 13px;
    }
    .bravo_wrap .bravo_search_hotel .bravo_filter{
        border: none;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .map-img-search {
        border-radius: 4px;
        width: 83%;
    }

}
span.star-hotel {
    font-size: 25px;
    color: #f3b700;
    margin-top: -6px;

}
.detail-hotel-btn{
    color: #000 !important;
    background: #cfcfcf;
    border-radius: 12px !important;
    border: 1px solid #fff;
    padding: 4px 5px;
    font-size: 12px;
    font-weight: bold;

}
@media (min-width: 992px){
    .btn-voir-plus-hotel{
        padding-top: 64px;
    }
}
@media (max-width: 767px){
    .btn-price-hotel {
        margin-top: 5px;
    }

}
@media (min-width: 356px) and (max-width: 480px){
    h6.btn.btn_theme.btn_sm.show-more-btn {
        position: absolute;
        margin-top: -27px;
        margin-left: -104px;
        font-size: 9px;
    }
}
@media (min-width: 481px) and (max-width: 520px){
    h6.btn.btn_theme.btn_sm.show-more-btn {
        position: absolute;
        margin-top: -37px;
        margin-left: -114px;
        font-size: 10px;
    }
}
@media (min-width: 521px) and (max-width: 767px){
    h6.btn.btn_theme.btn_sm.show-more-btn {
        position: absolute;
        margin-top: -37px;
        margin-left: -132px;
        font-size: 12px;
    }
}

li.description-hotel {
    text-align: justify;
    height: 57px;
    overflow: hidden;
}
.filter-title-hotel{
    font-size: 16px;
    color: #1a2b48;
    margin-bottom: 10px;
    font-weight: 600;
}
@media (min-width: 768px) and (max-width: 1199px){
    .offre-sur-demande {
        width: 56%;
    }
    .col-md-2.version-mobile.hotel {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .btn-voir-plus-hotel {
        padding-top: 69px;
    }
    sub.par-person {
        display: none;
    }
}
@media (max-width: 355px){
    .btn-price-hotel {
        width: 61%;
    }
}
@media (min-width: 356px) and (max-width: 480px){
    .btn-price-hotel {
        margin-top: 5px;
        width: 46%;
        height: 41px;
        margin-left: -10px;
    }
    .hotel_price {
        font-size: 17px;
    }
    .devise-mobile{
        font-size: 11px;
    }
    span.star-hotel {
        font-size: 20px;
    }
    .tab-pane p {
        font-size: 10px !important;
    }
    p.partir-hotel.text-left {
        font-size: 8px !important;
    }
}
@media (min-width: 481px) and (max-width: 767px){
    .btn-price-hotel {
        margin-top: 5px;
        width: 44%;
    }
    small.devise-mobile {
        font-size: 12px;
    }
    .partir-hotel {
        margin-bottom: -8px;
    }

}
@media (max-width: 767px){
    .col-md-4.text-right.h-version-mobile {
        text-align: left !important;
        margin-top: -22px;
    }
    .hotel_content_top_left {
        margin-top: -2px;
    }
    span.star-hotel {
        font-size: 20px;
    }

}
@media (max-width: 355px){
    .text-right.h-version-mobile.reserve {
        text-align: left !important;
    }
}
@media (max-width: 768px){
    .arrang-item{
        display: none;
    }
}
@media (max-width: 363px){
    span.input-group.date2.bb-version-mobile{
        position: relative !important;
        margin-top: 0 !important;
        padding-left: 0px !important;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .btn-price-hotel {
        width: 123px !important;
        margin-left: -12px !important;
        text-align: center;
    }
    .btn_theme {
        font-size: 11px;
        margin-left: -25px;
    }
    p.partir-hotel.text-left {
        text-align: center !important;
    }
    .detail-hotel-btn {
        font-size: 9px;
    }
    .btn-voir-plus-hotel {
        padding-top: 64px !important;
    }
    span.star-hotel {
        font-size: 20px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .btn-price-hotel {
        width: 129px;
    }
    .btn_theme {
        font-size: 12px;
    }
    .offre-sur-demande {
        width: 50% !important;
    }
    .btn-voir-plus-hotel {
        padding-top: 62px !important;
    }
    .detail-hotel-btn {
        font-size: 10px;
    }
}
@media (max-width: 340px){
    .offre-dispo {

        font-size: 11px;
        width: 37%;
        padding: 1px 1px !important;
    }
    .offre-sur-demande {
        font-size: 10px !important;
        padding: 2px 1px !important;
        width: 43% !important;
    }
}
@media(min-width: 341px) and  (max-width: 369px){
    .offre-dispo {

        font-size: 11px;
        width: 37%;
        padding: 1px 5px !important;
    }
    .offre-sur-demande {
        font-size: 10px !important;
        padding: 2px 5px !important;
        width: 45% !important;
    }
}
@media(min-width: 370px) and  (max-width: 390px){
    .offre-dispo {

        font-size: 11px;
        width: 35%;
        padding: 1px 5px !important;
    }
    .offre-sur-demande {
        width: 43%;
    }
}
@media(min-width: 391px) and  (max-width: 420px){
    .offre-dispo {

        font-size: 11px;
        width: 33%;
        padding: 1px 5px !important;
    }
    .offre-sur-demande {
        width: 41%;
    }
}
@media(min-width: 421px) and  (max-width: 440px){
    .offre-dispo {

        font-size: 11px;
        width: 31%;
        padding: 1px 5px !important;
    }
    .offre-sur-demande {
        width: 37%;
    }
}
@media(min-width: 441px) and  (max-width: 460px){
    .offre-dispo {

        font-size: 11px;
        width: 29%;
        padding: 1px 5px !important;
    }
    .offre-sur-demande {
        width: 35%;
    }
}
@media(min-width: 461px) and  (max-width: 500px){
    .offre-dispo {

        font-size: 11px;
        width: 27%;
        padding: 1px 5px !important;
    }
    .offre-sur-demande {
        width: 33%;
    }
}
@media(min-width: 501px) and  (max-width: 530px){
    .offre-dispo {

        font-size: 11px;
        width: 25%;
        padding: 1px 5px !important;
    }
    .offre-sur-demande {
        width: 33%;
    }
    .offre-sur-demande {
        width: 31%;
    }
}
@media(min-width: 531px) and  (max-width: 767px){
    .offre-dispo {

        font-size: 11px;
        width: 23%;
        padding: 1px 5px !important;
    }
    .offre-sur-demande {
        width: 29%;
    }
}
i.fa-lg.far.fa-heart {
    color: #1e509f;
}
@media (min-width: 992px) and (max-width: 1199px){
    .nom-hotel {
        font-size: 15px;
    }
}
@media (max-width: 767px){
    h4.nom-hotel.nowrap {
        margin-bottom: -8px;
    }
    .offre-sur-demande,.offre-dispo {
        margin-top: 15px;
    }
    .col-md-3.version-mobile.hotel {
        padding-left: 0px;
        margin-top: 4px;
    }
    .col-md-4.version-mobile.hotel.price-hot{
        padding-left: 0px;
    }
    .btn-price-hotel {
        margin-left: 1px;
    }
}
@media (min-width: 768px) and (max-width:768px){
    h4.nom-hotel.nowrap {
        margin-bottom: -11px;
    }
    .offre-sur-demande,.offre-dispo {
        margin-top: 12px;
    }
    .hotel_content_top_left p {
        padding-top: 11px;
    }
}
@media (min-width: 769px) and (max-width: 991px){
    h4.nom-hotel.nowrap {
        margin-bottom: -11px;
    }
    .hotel_content_top_left p {
        padding-top: 12px;
    }
}
h5.title-hotel {
    font-weight: bold;
    color: #1e509f;
    font-family: 'MontserratBold';
    font-size: 16px;
}
span.book_heading_theme {
    font-weight: bold;
    color: #1e509f;
    font-family: 'MontserratBold';
    font-size: 16px;
    border-bottom: 1px solid;
}
span.btn_change_selection.w-100.text-center {
    background: #f59100;
    color: #ffff !important;
    padding: 4px 5px;
    border-radius: 4px;
    float: right;
    border: none;
}
.card-body-title.panier-hot {
    background: #FFFFFF;
    border: 1px solid #e6e6e6;
    padding: 20px 12px;
    margin-top: 30px;
    box-shadow: 6px 2px 9px #95949470;
    margin-bottom: 30px;
}