.c-tab__content {
    padding: 16px;
    border: 1px solid #d2d2d2;
    margin: 20px 0;
}

.c-box__title {
    font-size: 18px;
    border-bottom: 1px solid #d2d2d2;
    padding: 14px 0px 14px 10px;
    margin: 14px 0px 14px 0px;
    background: #669eff99;
    border-radius: 8px;
}

.c-box__icon {
    margin-right: 8px;
}

.fa-plane {
    transform: rotate(-45deg);
}

.c-box__icon.has-detail::after {
    content: "|";
    margin-left: 12px;
    margin-right: 4px;
}

.u-pdt-s {
    padding-top: 16px !important;
}

.u-mrb-xl {
    margin-bottom: 48px !important;
}

.c-fly__title {
    font-weight: 700;
    color: #747474;
    margin-left: auto;
    margin-right: auto;
}

.date-dep {
    font-size: 12px;
    padding-left: 15px;
    color: #d57c4b ;
}

.c-fly__title-right {
    font-weight: 700;
    color: #747474;
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.c-fly__subtitle-right {
    font-size: 12px;
    text-align: center;
}

.c-h5 {
    font-size: 18px;
    line-height: 26px;
}

.c-arrow-details {
    text-align: center;
    line-height: 1.2;
}

.c-arrow-details__text {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    min-height: 1em;
}

.c-arrow-details__icon {
    padding-top: 14px;
    padding-bottom: 1px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-width: 40px;
}

.c-arrow-details__icon::before {
    height: 2px;
    width: 100%;
    display: block;
    content: "";
    background-color: #d2d2d2;
}

.c-arrow-details__icon::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #d2d2d2;
    display: block;
}

.c-fly__icon {
    cursor: pointer;
    position: relative;
    font-size: 18px;
    width: 30px;
}

.c-fly__box {
    position: relative;
    display: inline-block;
}

.c-fly__brand-icon {
    min-width: 32px;
    max-width: 32px;
    padding-top: 8px;
    margin-right: 8px;
}

.c-fly__brand {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
}

.i-ico-not-bag::after {
    content: "";
    width: 0.2em;
    height: 1em;
    background-color: red;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%) translateY(-1px) skewX(-45deg);
    transform: translate(-50%, -50%) translateY(-1px) skewX(-45deg);
}
.icon-package{
      color: #000000c9;
    font-weight: 700;
    font-size: 15px;
}
.time-dep{
    font-size: 18px;
    line-height: 26px;
    color: #606060;
    font-weight: bold;
}
.c-arrow-details__text {
    color: #747474 ;
}
.icon-pack{
    color: #1051a8;
}
.c-fly__subtitle {
    color: #747474 !important;
}
.title-package{
    padding-top: 8px;
    font-size: 19px;
    line-height: 1.2;
    font-family: "Montserrat", Arial, sans-serif;
    font-style: normal;
    margin: 0px;
    color: #1051a8;
}
.style_offre_pack{
    border: 1px solid;
    border-radius: 6px;
    height: 34px;
    width: 100px;
    display: inline-block;
    text-align: center;
    color: #f57100;
    padding-top: 9px;
    padding-bottom: 5px;
    font-size: smaller;
    font-weight: bold;
    margin-left: 10px;
    background: #fff;
    position: absolute;
    margin-top: 10px;
}
.shadow-item {
    /* box-shadow: 0 0 6px rgba(0, 0, 0, 0.37); */
    margin-bottom: 30px;
    background: #FFFFFF;
    border: 1px solid #00000030;
    border-radius: 3px;
}
font.data_price.pull-right {
    font-size: 30px;
    margin-top: -12px;
}
.devise-pack{
    font-size: 20px;
}
.pack-reserevation{
    background: #FFFFFF;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    padding: 20px 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.room-view {
    padding: 8px;
    margin-bottom: 15px;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
}
button.btn.btn-warning.btn-block {
    margin-top: 12px;
    color: #fff;
}
.header-pack{
    padding-top: 10px;
}

/* Steps timeline*/
.steps-timeline {
    font-size: 14px;
    line-height: 16px;
}

.step-title,
.step-description {
    margin: 0;
    display: block;
}

.step-title {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.steps-timeline .step {
    outline: 1px dashed rgba(0, 128, 0, 0);
    margin-bottom: 20px;
}


.step-milestone {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: 8px solid #d57c4b;
    border-radius: 50%;
    margin: 15px auto;
    box-sizing: border-box;
}

@media screen and (max-width: 678px) {
    .steps-timeline {
        border-left: 2px solid #ccc;
        margin-left: 25px;
    }

    .steps-timeline .step {
        margin-left: -25px;
        display: block;
        overflow: auto;
    }

    .step-milestone {
        float: left;
        margin-left: 10px;
    }


    .step-title, .step-description {
        text-align: left !important;
        margin-left: 60px;
    }


}

@media screen and (min-width: 678px) {

    .steps-timeline {
        border-top: 2px solid #ccc;
        margin-top: 50px;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
    }

    .steps-timeline .step {
        margin-top: -30px;
        -webkit-flex: 1; /* Safari 6.1+ */
        -ms-flex: 1; /* IE 10 */
        flex: 1;
    }

}


.total-seg {
    font-weight: 700;
    font-size: 15px;
    -moz-border-radius: 22.5px;
    margin-bottom: 8px;
    text-transform: uppercase;
    width: 100%;
    border-radius: 0px;
    border-bottom: 1px solid #dae1e7;
    padding: 20px 0px;
    color: #d57c4b;
}

.total-seg .step {
    display: inline-block;
    line-height: 45px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    font-size: 20px;
    margin-right: 10px;
    color: #1e5bad;
}

.u-bg-color-shade-700 {
    background-color: #999;
    color: #fff;
    padding: 8px;
}

.u-bg-color-shade-700 strong {
    color: #fff;
}

.u-color-shade-1100 {
    color: #414141;
    padding: 6px 13px 22px;
    font-weight: bold;
}

.u-color-shade-1100 strong {
    color: #ff1f00;
    font-size: 44px;
}

.u-font-family-secondary {
    font-size: 35px;
}

.u-font-family-secondary strong {
    font-size: 35px;
}

.c-hotel-name {
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 10px;
    color: #000;
}

.c-info-hotel {
    padding-bottom: 8px;
}

.c-transfert {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 24px;
}

.c-info-transfert {
    padding-bottom: 8px;
}

.c-services {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 24px;
}


.u-pdt-s {
    padding-top: 16px !important;
}

.c-h5 {
    font-size: 18px;
    line-height: 26px;
}

.c-fly__subtitle {
    font-size: 12px;
}

.c-arrow-details {
    text-align: center;
    line-height: 1.2;
}

.c-arrow-details__icon {
    padding-top: 11px;
    padding-bottom: 1px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-width: 40px;
}

.c-arrow-details__icon::before {
    height: 2px;
    width: 100%;
    display: block;
    content: "";
    background-color: #d2d2d2;
}

.c-arrow-details__icon::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #d2d2d2;
    display: block;
}

.c-detail-voy {
    padding-bottom: 20px;
    font-size: 16px;
    color: #1051a8;
}

.style-info{
    color: #3155cc;
    font-size: 20px;
}

.room-item{
    padding: 15px;
    margin: 11px 0;
}

.pad-package{
    padding-top: 10px;
}
button.btn.btn-save.btn-lg.mb-2.mt-2.pull-right {
    background: #1051a8;
    width: 100%;
    font-size: 20px;
}

.u-color-shade-1100.down {
    padding: 6px 2px 22px;
    font-size: 23px;
}
.col-md-12.header-pack {
    border: 1px solid #cccc;
    margin-top: 19px;
    margin-bottom: 20px;
}
.hotel_search_item {
    margin-bottom: 30px;
    background: #FFFFFF;
    border: 1px solid #00000030;
    border-radius: 6px;
}

.hotel_item_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hotel_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px 0 0 6px;
}
.hotel_item_inner_content {
    padding: 15px 10px 22px 0px;
}
.hotel_content_top_wrapper {
    display: flex
;
    align-items: center;
    justify-content: space-between;
}
.hotel_content_top_left h4 {
    padding-top: 8px;
    font-size: 19px;
    line-height: 1.2;
    margin-bottom: 0;
}
.form-check-label {
    width: 100%;
}

.hotel_content_bottom_left ul li {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 6px;
    display: inline-block;
    padding: 1px 3px;
    font-size: 13px;
    color: #000;
    margin: 2px 0;
}
.hotel_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 6px 0 0 6px;
}
.hotel_item_img {
    position: relative;
    overflow: hidden;
    border-radius: 6px 0 0 6px;
}
.hotel_item_img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
    border-radius: 0 0 0 6px;
    pointer-events: none;
}

.bravo_search_hotel .result_item {
    flex: 0 0 30.7%;
}
.bravo_search_hotel .result_item .box-img {
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;
    height: 250px;
    background-position: center;
    background-repeat: no-repeat, no-repeat;
    background-size: cover;
    margin: 0px !important;
}
.bravo_search_hotel .result_item .box-img .bg-figure {
    background: linear-gradient(to bottom, #669eff99, #04306c);
    z-index: 9;
    height: 40px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 5px 15px 10px 15px;
    color: #fff;
    font-size: 1.1rem;
    text-align: center;
}
.bravo_search_hotel .bg-figure .badge {
    /* background: #FFFF01; */
    color: #fff;
}
span.badge.badge-default {
    font-size: 20px;
}
.card-block {
    /* padding: 1rem 1rem 1.5rem; */
    display: flex;

}
.card-title {
    margin: 0.75rem 0rem 0rem 0.75rem;
    width: 100%;
}
.card-block .card-title .localisation {
    display: block;
    color: #000;
    text-transform: capitalize;
    font-size: 17px;
}
.PeriodesVoyages hr {
    display: inline-block;
    width: 44%;
    margin-left: 10px;
    margin-bottom: 2px;
    border: 0;
    border-top: 3px solid rgb(24 24 24 / 81%);
}
.PeriodesVoyages .list-unstyled li {
    padding-top: 8px;
}
.link-periode-voyage {
    padding-left: 100px;
    /* margin-top: 14px; */
    margin-top: 23px;
    text-align: center;
    color: #39a1d8;
    font-weight: 600;
}
.card-price {
    margin: 0.75rem 0rem 0.75rem 0.75rem;
    width: 35%;
}
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > [class^="col-"], .no-gutters > [class*="col-"], .row.no-gutters > [class^="col-"], .row.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
b.price-voyage {
    color: #e89434;
}
.card-price .btn-decouvrir {
    width: 100%;
    border-radius: 8px;
    padding: 8px;
    background: #f5bd36;
    font-weight: bold;
    color: #000;
}
.hotel-icon {
    position: absolute;
    width: 50px;
    height: 50px;
    border: 2px solid #a4c5ff;
    border-radius: 50%;
    background: white;
    display: flex
;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.hotel-badge {
    background: #669eff99;
    background: #669eff99;
    border-radius: 25px;
    padding: 12px 12px 12px 42px;
    margin: 0 14px 0 14px;
    font-weight: 600;
    color: #000;
}
span.title-icon {
    font-size: 12px;
    margin-right: 5px;
}
.PeriodesVoyages.clearfix {
    margin-bottom: 10px;
}
.PeriodesVoyages hr {
    display: inline-block;
    width: 44%;
    margin-left: 10px;
    margin-bottom: 2px;
    border: 0;
    border-top: 3px solid rgb(24 24 24 / 81%);
}
button.btn.btn-warning.btn-block {
    background: linear-gradient(to bottom, #07336f, #07336f);
    border: none;
}
.section-voyage-back {
    background-position: top center;
    background-repeat: no-repeat;
}
.first-section-voyage {
    background-color: #F9F4F0;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 20px 0px 20px 0px;
}

.title-section-voyage {
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    line-height: 2.3em;
    display: block;
}
.elementor-icon
{
    color: #FFFFFF;
    background-color: #1051a8;
    font-size: 25px;
    border-radius: 50%;
    padding: .5em;
    line-height: 1;
    text-align: center;
    transition: all .3s;
    display: inline-block;
}

.duration-voyage {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5em;
    letter-spacing: 1px;
    padding: 0;
    color: #6e6e6e;
}

.detail-duration-voyage {
    margin: 0;
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5em;
}

.elementor-icon-chiled {
    color: #FFFFFF;
    background-color: #1051a8;
    font-size: 25px;
    border-radius: 50%;
    padding: .5em 19px;
    line-height: 1;
    text-align: center;
    transition: all .3s;
    display: inline-block;
}

.devis-section {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 40px 20px 40px 20px;
    background: #fff;
    border-radius: 15px 15px 15px 15px;
    margin-bottom: 24px;
}
.price-devis {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5em;
    letter-spacing: 1px;
    margin: 0px;
    padding: 0px;
    color: #747474;
    margin-bottom: -7px;
}
.from-price {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5em;
    margin: 0px;
    padding: 0px;
}
.span-devi-price {
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    padding: 0px;
}

.col-md-12.devise-border-bottom {
    border-top: 1px solid #dae1e7;
    border-bottom: 1px solid #dae1e7;
    padding: 20px 0px;
    color: #d57c4b;
    text-align: center;
}
.padding-details{
    margin-right: 5px;
}
.title-section{
    color: #717171;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3em;
}

.de-depart-voyage {
    font-size: 15px;
    font-weight: 400;
    color: #5B5B5B;
}
strong.u-font-size-xl.pull-right.total {
    margin: 0;
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5em;
}
strong.u-font-size-xl.pull-right.total.down{
    color: #d57c4b;
}
strong.u-font-size-xl.pull-right.total.down {
    /* margin: 0; */
    color: #d57c4b;
    font-size: 39px;
    font-weight: 700;
    line-height: 0.75em;
}
.position_fixed {
    position: fixed;
    top: 0;
    background-color: #fff!important;
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 8px 3px;
    z-index: 99;
    width: 100%;
}

@media (max-width: 399px) {
    .title-section-voyage {
        font-size: 16px;
    }
    .col-md-4.section-mobile-pack {
        width: 60% !important;
    }
    .elementor-icon {
        color: #000 !important;
        background-color: transparent;
        font-size: 17px;
    }
    i.fas.fa-route,i.fas.fa-clock,i.fas.fa-moon,i.fas.fa-euro-sign {
        color: #000 !important;
    }
    .col-md-2.section-mobile-pack-first {
        width: 40%;
    }
    p.duration-voyage {
        display: none;
    }
    .detail-duration-voyage {
        font-size: 15px;
    }
    .elementor-icon-chiled {
        background-color: #1051a800;
        font-size: 17px;
    }
    .col-md-2.section-mobile-pack {
        width: 40%;
        padding: 0px;
    }
    .col-md-2.section-mobile-pack-second {
        display: none;
    }
    .col-md-2.section-mobile-pack-final {
        width: 50%;
        padding: 0px;
    }
}


@media (min-width: 400px) and (max-width: 767px) {
    .title-section-voyage {
        font-size: 16px;
    }
    .col-md-4.section-mobile-pack {
        width: 50% !important;
    }
    .elementor-icon {
        color: #000 !important;
        background-color: transparent;
        font-size: 17px;
    }
    i.fas.fa-route,i.fas.fa-clock,i.fas.fa-moon,i.fas.fa-euro-sign {
        color: #000 !important;
    }
    .col-md-2.section-mobile-pack-first {
        width: 50%;
    }
    p.duration-voyage {
        display: none;
    }
    .detail-duration-voyage {
        font-size: 15px;
    }
    .elementor-icon-chiled {
        background-color: #1051a800;
        font-size: 17px;
    }
    .col-md-2.section-mobile-pack {
        width: 30%;
    }
    .col-md-2.section-mobile-pack-second {
        width: 20%;
    }
    .col-md-2.section-mobile-pack-final {
        width: 50%;
    }
}
@media (min-width: 768px) and (max-width: 1479px){
    .title-section-voyage {
        font-size: 17px;
    }
    .elementor-icon,.elementor-icon-chiled {
        font-size: 17px;
    }

    .duration-voyage {
        display: none;
    }
    .detail-duration-voyage {
        font-size: 15px;
    }
    .col-md-2.section-mobile-pack-first,.col-md-2.section-mobile-pack,
    .col-md-2.section-mobile-pack-second,.col-md-2.section-mobile-pack-final{
        padding: 0px;
    }
    .col-md-2.section-mobile-pack-second {
        flex: 0 0 7.666667%;
        max-width: 7.666667%;
    }
    .col-md-2.section-mobile-pack-final {
        flex: 0 0 22.666667%;
        max-width: 22.666667%;
    }
    .elementor-icon-chiled {
        padding: .5em 13px;
    }
}
@media (min-width: 991px) and (max-width: 1199px){
    .icon-package {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 990px){
    .icon-package {
        font-size: 12px;
    }
    .c-box__icon {
        margin-right: 0px;
    }
    .c-box__icon.has-detail::after {
        content: "|";
        margin-left: 0px;
        margin-right: 0px;
    }
    .c-h5 {
        font-size: 14px;
    }
}

