.section-tab-2 a {
  color: #000;
  text-decoration: none;
}


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

    .vol-filtre,
    .filter-bar {
        margin-top: -100px;
        position: relative;
        z-index: 10;
        background-color: #fff;


        border: 3px solid var(--color-site-1);
        border-top: none;
        border-radius: 25px 0 25px 25px;
        margin-bottom: 30px;
    }

    /* Cache checkbox natif */
.section-tab-2 input[type="checkbox"] {
  display: none;
}

/* Style label */
.section-tab-2 .list-inline-item label {
  padding: 6px 12px;
  border-radius: 6px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.25s ease;
  margin: 0;
}

/* Hover */
.section-tab-2 .list-inline-item label:hover {
  border-color: var(--color-site-1)
}

/* Checked */
.section-tab-2 input[type="checkbox"]:checked + label {
  background: rgba(251,101,0,0.1);
  border-color: var(--color-site-1);
  color: var(--color-site-1);
  font-weight: 500;
}

}

.justify-content-center {
    justify-content: center;
}

.p-10 {
    padding: 10px;
}

.p-35 {
    padding: 0 0 0 35px !important;
}

.dropdown {
    position: relative;
    display: block;
}

.dropbtn:focus,
.dropbtn:hover {
    white-space: nowrap;
    margin: 0;
    font-weight: 300;
    text-transform: inherit;
}

.dropbtn {
    display: block;
    cursor: pointer;
}

#btnSearch {
    width: 100%;
}

.flight-recommendation.active {
    border: 1px solid var(--color-site-1);
}

.contact-form-action .input-marker::before {
    content: "\f3c5";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: none !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-size-24 {
    font-size: 24px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-15 {
    font-size: 15px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.bg-gray {
    background-color: #F5F7FC !important;
}

.theme-btn {
    font-size: 15px;
    color: #fff;
    line-height: 45px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: var(--color-site-1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid var(--color-site-1);
    font-weight: 500;
    width: 100%;
    border-radius: 55px 0 55px 55px;
}

.theme-btn:hover {
    background-color: #fff;
    color: var(--color-site-1);
}

.theme-btn-gray {
    background-color: rgba(128, 137, 150, 0.1);
    color: #0d233e;
    border: 1px solid rgba(128, 137, 150, 0.1);
}

.theme-btn-gray:hover {
    background-color: rgba(128, 137, 150, 0.2);
    color: #0d233e;
}

.margin-bottom-30px {
    margin-bottom: 30px;
}

.filter-bar {
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    padding: 20px !important;
}


.filter-option {
    margin-right: 20px;
}


.daterangepicker {
    font-family: 'Poppins', sans-serif;
    border-color: rgba(128, 137, 150, 0.3);
}

.mb-12 {
    margin-bottom: 12px !important;
}

.gap-2 {
    gap: 5px;
}
.input-radio-sex .gap-3{
    gap:10px !important
}

.label-text {
    font-size: 14px;
    color: #0d233e;
}

.contact-form-action .form-group {
    position: relative;
}

.contact-form-action .dropdown-menu {
    padding: 8px;
}

.contact-form-action .form-group .form-icon {
    position: absolute;
    top: 10px;
    left: 15px;
    color: var(--color-site-1);
    font-size: 18px;
    z-index: 5;
}

@media only screen and (min-width: 992px) {
    .contact-form-action .form-control {
        height: 50px;
        padding: 10px 20px 10px 40px !important;
        color: #333;
        border: 1px solid rgba(128, 137, 150, 0.2) !important;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        background-color: #fff;
        border-radius: 55px 0 55px 55px;
    }
}

@media only screen and (max-width: 991.99px) {
    .contact-form-action .form-control {
        padding: 20px 20px 2px 40px !important;
        height: 50px;
        border-radius: 6px;
        color: var(--text);
        /* background: #fff !important;*/
        border: 1px solid #C7DBEB
    }

    .contact-form-action .label-text {

        color: var(--text);
        position: absolute;
        z-index: 5;
        padding: 5px 20px 10px 40px !important;

        font-weight: 600;

        font-size: 12px;


    }
}

.contact-form-action .form-control:focus {
    border-color: var(--color-site-1);
}


.vol input[type=radio]:checked {
    background-color: #fff;
    transition: .3s;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.flex-content-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.vol .mr-3 {
    margin-right: 1rem !important;
}

.text-underline {
    text-decoration: underline;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mt-2 {
    margin-top: .5rem !important;
}

.mt-0 {
    margin-top: 0;
}

.text-gray-5 {
    color: #18181b !important;
}

[data-theme="dark"] .text-gray-5 {
    color: var(--white) !important;
}

.vol .padding-10 {
    padding: 10px;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.passengers {
    width: 100%;
}

.passengers .form-control {
    text-align: end;
    height: 30px;
    display: inline-block;
    vertical-align: top;
    border: none !important;
    padding: 2px !important;
    min-width: 40px;
    border-radius: 0;
    background: #fff;
    text-align: center;
}

.qtyInc,
.qtyDec {
    font-size: 18px;
    color: var(--color-site-1);
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.qtyInc:hover,
.qtyDec:hover {
    color: #000;
}

.qtyBtn input {
    width: 35px;
    border: none;
    text-align: end;
    color: #0d233e;
    font-weight: 500;
}

.dropdown-menu.guest-selector-dropdown {
    min-width: 100%;
}

.margin-top-19px {
    margin-top: 19px;
}

.rounded-card {
    border-radius: 12px;
}

.badge-titre {
    color: #fff;
    font-weight: bold;
    background: var(--color-site-1);
    width: fit-content;
    padding: 10px 20px;
    margin-top: -20px;
    border-radius: 0 0 25px 25px;
}

.position-relative {
    position: relative;
}

.kWHvBL {
    position: absolute;
    border-top: 1px dashed #000;
    top: 1px;
    bottom: 0;
    width: 85%;
    height: 0;
    margin: auto;
}

.dxOCGpdots {
    position: absolute;
    width: 16px;
    left: 0;
    margin: auto;
    top: 2px;
    bottom: 0;
    color: #000;
    transform: scaleX(1);
}

.dxOCGp {
    position: absolute;
    width: 16px;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    color: #000;
    transform: scaleX(1);
}

.sc-bbkauy {
    left: 10px;
}

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

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


.flight-recommendation a {
    color: var(--color-site-2);
    text-decoration: none;
}

.modele2.flight-recommendation {
    display: grid;
}

.modele2.flight-recommendation.active {
    border: 1px solid var(--color-site-1);
}


.vol p {
    margin: 0;
}

.divider.m-0 {
    margin: 0 !important;
}

.bg-white {
    background: #fff !important;
}

.text-dark {
    color: #000 !important;
}

.row.text-right.mb-15 {
    display: flex !important;
    justify-content: end;
    margin: 0 15px;
}


.title.font-size-24 {
    color: #000;
}

.advanced-wrap .theme-btn-gray {
    background-color: transparent;
    border-color: transparent;
    text-decoration: underline;
    text-transform: uppercase;
    color: var(--color-site-1);
}

.filter-wrap .sort-tab .bootstrap-select .btn.btn-default {
    color: var(--color-site-1);
}

.price-bg .price-color,
.price-bg .btn-condition {
    color: #000;
}

[data-theme="dark"] .price-bg .price-color,
[data-theme="dark"] .price-bg .btn-condition {
    color: var(--white);
}

span.datecard {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.flex-card-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flight-recommendation .modal-header .modal-title {
    padding: 0;
}

.flight-recommendation .modal-header {
    background-color: #393939;
}

@media only screen and (min-width: 992px) {
    .bg-color {
        background: #F8F8F8;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .modele2.flight-recommendation.active .price-bg .price-color,
    .modele2.flight-recommendation.active .price-bg .btn-condition {
        color: #fff;
    }

    .modele2.flight-recommendation.active .bg-color {
        background-color: var(--color-site-1) !important;
    }

    .modele2.flight-recommendation.active .btn.btn-reserver {
        background-color: var(--color);
        color: #fff;
        text-transform: uppercase;
        border: 1px solid #fff;
        font-size: 12px;
    }

    .modele2.flight-recommendation.active .price-bg .btn-condition {
        color: #fff !important;
    }
}

@media only screen and (max-width: 991.99px) {
    .price-bg.text-center {
        display: flex;
        justify-content: space-between;
        align-items: end;
        border-top: 1px solid #C7DBEB;
        padding: 10px 0
    }

    .price-bg.text-center .flex-1-bg {
        flex: 50%
    }

}

h5.price-color {
    margin-bottom: 0;
    font-weight: 900;
    font-size: 20px;
}


.segment:before {
    display: block;
    content: "";
    position: absolute;
    top: 14px;
    left: -25px;
    bottom: 0px;
    background: var(--color-site-1);
    width: 2px;
    height: 85%;
}

.depart-seg:before {
    display: block;
    height: 12px;
    position: absolute;
    content: "";
    border: var(--color-site-1) 2px solid;
    border-radius: 50%;
    width: 12px;
    left: -30px;
    top: 2px;
}

.arrival-seg:before {
    display: block;
    height: 12px;
    position: absolute;
    content: "";
    background-color: var(--color-site-1);
    border-radius: 50%;
    width: 12px;
    left: -30px;
    bottom: 0%;
}

.itineaire {
    border: 2px solid #f1f1f1;
    border-radius: 4px;
    background: #fff;
}

.border-0 {
    border: none !important;
}

.modal-header .close .fas.fa-times-circle {
    color: red;
}

.modal-body .alert {
    text-align: center;
    padding: 5px;
    margin: 15px 0 0 0;
}

.w-16px {
    width: 16px;
}

.itineaire .modal-header {
    height: auto !important;
    padding: 15px 0 0 30px;
}

.itineaire .modal-body {
    padding: 0 15px 15px 35px;
}

.itineaire .modal-body .fa,
.itineaire .modal-body .fas {
    color: var(--color-site-3);
}

#collapseall {
    background-color: var(--color-site-1);
    color: #fff;
}

#overlay {
    background: #fff;
    z-index: 5555;
    padding: 30px 0;
    width: 100%;
}

#overlay .progress {
    width: 100%;
    height: 15px;
    margin-top: 10px;
    border: 1px solid #F0F0F0;
    border-radius: 25px;
    background-color: #F0F0F0;
    z-index: 10000;
}

#overlay .bar {
    background: var(--color-site-1);
    height: 50px;
    width: 0%;
    opacity: 1;
    z-index: 10000;
}

.position-absolute {
    position: absolute !important;
}

.h-50px {
    height: 50px !important;
}

@media only screen and (min-width: 991.99px) {
    .flecheIcon {
        position: absolute;
        top: 27px;
        width: 40px;
        height: 40px;
        left: auto;
        background: #fff;
        border: 1px solid #eee;
        display: grid;
        place-items: center;
        cursor: pointer;
        border-radius: 50%;
        z-index: 999;
        bottom: auto;
        right: -19px;
        transform: rotate(-90deg);
    }
}

.section-tab .list-inline>li>label {
    /* color: #000 !important;*/
    font-size: 14px;
    font-weight: 500;
}

.flecheIcon svg>path:nth-child(1) {
    fill: var(--color-site-1) !important;
}

@media only screen and (min-width: 992px) {
    .btn.deleteLigne.position-delete-btn {
        position: absolute;
        top: 20%;
        right: 6%;
        z-index: 99
    }

    .margin-top-30px {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 991.99px) {
    .btn.deleteLigne.position-delete-btn {

        position: relative;
        text-align: center;
        margin: auto;
        width: 100%;
        display: flex;
        gap: 2px;
        align-items: center;
        justify-content: center;
    }

}

li.typeahead__item>a>span.row {
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    display: table;

}

li.typeahead__item>a>span>strong {
    padding: 0 !important;
}

.vol-filtre .fa-map-marker::before {
    content: "\f072";

}


.vol-filtre li.typeahead__item>a>span.row .fa-map-marker {
    color: var(--color-site-2) !important;
    display: contents;

}

.typeahead__list>li {
    border: none !important;
}

.typeahead__list .typeahead__item>a,
.typeahead__dropdown .typeahead__dropdown-item>a {

    padding: 10px 20px !important;
}







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

    .container.card.vol-filtre.padding-20 {
        border: none;
        padding: 10px;
    }

    .flecheIcon {
        left: auto;
        right: 15px;
        top: 43px;
        position: absolute;
        z-index: 5;
    }


    .theme-btn {
        border-radius: 6px
    }
}

.hidden {
    display: none !important
}

.bg-color.h-100 {
    min-height: auto !important;
    height: auto !important;
    border-radius: 0 var(--border-radius) var(--border-radius) 0;
}

.jconfirm-box-container {
    margin-left: 0;
}

.section-tab .nav-tabs {
    border-bottom: none;
}

.section-tab .nav-tabs>li a {
    position: relative;

}

.section-tab .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.section-tab .nav-tabs .nav-link {
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    background-color: transparent;
    color: #fff;
    border: none;
    padding: 9px 25px 9px 25px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 500;
}

.section-tab .nav-tabs .nav-link.active {
    color: var(--color-site-1);
    background-color: #fff;
}

.section-tab-2 .nav-tabs>li>a {
    border: none !important;
    background-color: transparent !important;
    /* color: var(--dark) !important;*/
    font-size: 14px;
}

.section-tab-2 .nav-tabs .nav-link {
    color: #0d233e;
    background-color: transparent;
    padding: 0 0 0 5px;
    font-size: 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
}

.section-tab-2 .nav-tabs .nav-link::before,
.section-tab-2 .nav-tabs .nav-link::after {
    position: absolute;
    content: "";
    top: 14px;
    left: 0;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.section-tab-2 .nav-tabs .nav-link::before {
    left: 4px;
    top: 18px;
    width: 6px;
    height: 6px;
    background-color: #fff;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.section-tab-2 .nav-tabs .nav-link::after {
    border: 2px solid rgba(19, 41, 104, 0.2);
}

.section-tab-2 .nav-tabs .nav-link.active,
.section-tab-2 .nav-tabs .nav-link:hover {
    background-color: transparent !important;
    color: var(--color-site-1) !important;
}

.section-tab-2 .nav-tabs .nav-link.active::before,
.section-tab-2 .nav-tabs .nav-link:hover::before {
    background-color: var(--color-site-2);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.section-tab-2 .nav-tabs .nav-link.active::after,
.section-tab-2 .nav-tabs .nav-link:hover::after {
    border-color: var(--color-site-2);
}

@media only screen and (max-width: 992px) {
    .section-tab .nav-tabs {
        border-bottom: 1px solid #C7DBEB;
        width: 100%;
        margin-bottom: 24px;
        flex-wrap: nowrap;
        overflow-y: hidden;

    }

    .section-tab .nav-tabs .nav-link.active {
        color: var(--color-site-1);
        background-color: #fff;
    }

    .section-tab-2 .nav-tabs>li>a {
        border: none !important;
        background-color: transparent !important;
        /*color: #000 !important;*/
        font-size: 14px;
        white-space: nowrap;
    }

    .section-tab-2 .nav-tabs .nav-link {
        color: #0d233e;
        background-color: transparent;
        padding: 0 0 0 5px;
        font-size: 14px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        position: relative;
        line-height: 2
    }

    .section-tab-2 .nav-tabs .nav-link::before,
    .section-tab-2 .nav-tabs .nav-link::after {
        position: absolute;
        content: "";
        top: auto;
        left: 0;
        width: 100%;
        height: 2px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        bottom: 0;
    }

    .section-tab-2 .nav-tabs .nav-link::after {
        border: 2px solid rgba(19, 41, 104, 0.2);
    }

    .section-tab-2 .nav-tabs .nav-link.active,
    .section-tab-2 .nav-tabs .nav-link:hover {
        background-color: transparent !important;
        color: var(--color-site-1) !important;
    }

    .section-tab-2 .nav-tabs .nav-link.active::before,
    .section-tab-2 .nav-tabs .nav-link a:hover::before {
        background-color: var(--color-site-1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .section-tab-2 .nav-tabs .nav-link.active::after,
    .section-tab-2 .nav-tabs .nav-link:hover::after {
        border-color: var(--color-site-1);
        border-bottom: 2px solid var(--color-site-1);
    }
}



