:root {
    --color-black: #000000;
    --color-black-1: #1e293b;
    --color-blue1: #051036;
    --color-blue2: #3A78C9;
    --text-gray: #636C7D;
    --color-site-2: #3A78C9;
    --color-site-1: #ffa601;
    --color-icon-time: #21D7F3;
    --color-border-1: #C7DBEB;
    --color-bg-gray: #F5F7FC;
    --color-bg-icon: #C7DBEB;
}

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

.vol-v3 .w-100 {
    width: 100%;
}

.vol-v3 .my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.vol-v3 .text-orange {
    color: var(--color-site-1);
}

.vol-v3 .text-gray-1 {
    color: var(--text-gray);
}

.vol-v3 .bg-filtre {
    background-color: var(--color-site-2);
}

.vol-v3 .p-8 {
    padding: 8px;
}

.vol-v3 .p-10 {
    padding: 10px !important;
}


.vol-v3 .font-weight-600 {
    font-weight: 600 !important;
}

.vol-v3 .font-weight-400 {
    font-weight: 400;
}

.vol-v3 .font-weight-bold {
    font-weight: 700;
}

.vol-v3 .font-weight-500 {
    font-weight: 500;
}

.vol-v3 .margin-top-10 {
    margin-top: 10px;
}

.vol-v3 .font-size-12 {
    font-size: 12px;
}

.vol-v3 .font-size-14 {
    font-size: 14px;
}

.vol-v3 .font-size-16 {
    font-size: 16px;
}

.vol-v3 .font-size-18 {
    font-size: 18px;
}

.vol-v3 .font-size-20 {
    font-size: 20px;
}

.vol-v3 .font-size-22 {
    font-size: 22px;
}

.vol-v3 .font-size-30 {
    font-size: 30px;
}

.vol-v3 .font-size-24 {
    font-size: 24px;
}

.vol-v3 .bg-gray {
    background-color: var(--color-bg-gray);
}

.vol-v3 .radius-10 {
    border-radius: 10px;
}

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

.vol-v3 .margin-bottom-10px {
    margin-bottom: 10px;
}

.vol-v3 .position-relative {
    position: relative;
}

.vol-v3 .gap-3 {
    gap: 15px;
}

.vol-v3 .gap-2 {
    gap: 5px;
}

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

.h-100px {
    height: 100px
}

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

.vol-v3 .dropbtn {
    display: block;
    cursor: pointer
}

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

.vol-v3 .text-dark {
    color: #000
}

.vol-v3 .cursor-pointer {
    cursor: pointer;
}

.mx-0 {
    margin-right: 0;
    margin-left: 0;
}

.px-0 {
    padding-right: 0;
    padding-left: 0;
}

.text-primary {
    color: #287dfa !important;
}

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

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

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

.mt-2 {

    margin-top: .5rem !important
}

.mt-0 {
    margin-top: 0
}


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

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;

}


.vol-v3 .flight-recommendation.bloc-recommendation {
    border: 1px solid #cdcdcd;
    margin-bottom: 20px !important
}

.vol-v3 .flight-recommendation.active {
    border: 1px solid #ffc107;
}

/*****/

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.form-vol-v3 .input-spinner:before {
    content: "\f110";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    color: var(--color-site-1);
    top: 28px;
    position: absolute;
    left: 50%;
}

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


/*====================================================
      date range picker
   ====================================================*/
.daterangepicker {
    border-color: rgba(128, 137, 150, 0.3);
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    color: #0d233e;
}

.daterangepicker td.off {
    color: #5d646d;
}

.daterangepicker td.active {
    background-color: var(--color);
    color: #fff;
}

.select-border {
    border-radius: 4px;
}


/*====================================================
     error-area
   ====================================================*/
.error-img svg {
    width: 100%;
}

@media (max-width: 480px) {
    .error-img svg {
        height: 200px;
    }
}

.error-img image {
    width: 100%;
}

@media (max-width: 480px) {
    .error-img image {
        height: 100%;
    }
}


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


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

}


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

/*===== modal-backdrop =====*/
.modal-backdrop.show {
    opacity: .8;
}

@media only screen and (max-width: 991px) {
    /* For mobile phones: */
    .d-flex {
        flex-wrap: wrap;
    }

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

    .mt-sm-10 {
        margin-top: 20px
    }

    .sidebar {
        padding: 0
    }

    .col-auto {
        flex: 100%
    }

    .font-size-30 {
        font-size: 20px !important;
    }

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

    .no-wrap {
        flex-wrap: nowrap;
    }

    .sidebar-white .widget-range {
        padding: 0;
        border: none;
    }

}


/* Styling the border and box effect of the progress bar*/
.vol .progress-bar {
    width: 100%;
    height: 15px;
    margin-top: 10px;
    border: 1px solid #F0F0F0;
    border-radius: 25px;
    background-color: #F0F0F0;
}

.progress-bar-pagination {
    height: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    border: 1px solid #F0F0F0;
    border-radius: 25px;
}

/* Stylingthe background color of each animation and border radius */
.percentage {
    display: block;
    height: 100%;
    background-color: var(--color-site-2);
    border-radius: 5px;
    animation: progress 1500ms ease-in 1;
}


/* Animating the progress bar by initially starting from 0*/
@keyframes progress {
    from {
        width: 0;
    }
}


.d-flex-flex-column {
    display: flex !important;
    flex-direction: column;
}


.border-0 {
    border: none !important
}

/*modal condition */

.jconfirm .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.jconfirm .panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border: 1px solid #EEEEEE;
}

.jconfirm .panel-title {
    font-size: 14px;
}

.jconfirm .panel-title > a {
    display: block;
    padding: 15px;
    background-color: var(--color-bg-gray);
    text-decoration: none;
}

.jconfirm .more-less {
    float: right;
    color: #212121;
    display: none;
}

.jconfirm .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}

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

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

}

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

}

.opacity-0 {
    opacity: 0;
}


.container-xl {
    position: relative;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

@media (min-width: 1200px) {
    .vol-v3 .modal-xl {
        width: 1140px;
        max-width: 95%;
    }
}

.vol-v3 .section-tab-v3 ul.nav.nav-tabs {
    position: relative;
    border-radius: 4px;
    padding: 8px;
    display: flex;
    flex-wrap: nowrap;
    border: 1px solid #C7DBEB;
    gap: 8px;

}
.vol-v3 .section-tab-v3 ul.nav.nav-tabs > li{
    border: none;
}
@media (min-width: 991px) {
    .vol-v3 .section-tab-v3 {
        display: inline-flex;

    }
}

.vol-v3 .section-tab-v3 .nav-tabs > li > a {
    font-size: 16px;
    color: var(--text-gray);
    font-weight: 500;
    white-space: nowrap;
    border: none;
    border-radius: 4px;
    margin: 0;
}

.vol-v3 .section-tab-v3 .nav-tabs > li.active > a {
    color: var(--color-white);
    background-color: var(--color-site-2);
}

.vol-v3 .form-vol-v3 .label-text {
    color: #000000;
    position: absolute;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    top: 5px;
    left: 5px;
    gap: 5px;
    z-index: 10;
}

.form-vol-v3 .filter-form-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr) min-content;
    gap: 10px;
}

.form-vol-v3 .filter-form-grid-2 {
    display: grid;
    grid-template-columns: auto auto auto min-content;
    gap: 10px;

}

.form-vol-v3 .main-form-grid {
    display: grid;
    grid-template-columns: 1fr 350px 350px auto;
    gap: 10px;
}

.vol-v3 .btn-search-vol span.text-loading {
    display: none;
}

.form-vol-v3 .btn-search-vol {
    border-radius: 50%;
    background-color: var(--color-site-1);
    height: 56px;
    width: 56px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--color-white);
}

.form-vol-v3 input::placeholder, .form-vol-v3 .form-control, .vol-v3 .form-vol-v3 .typeahead__container.hint .typeahead__field input, .form-vol-v3 #Class-a {
    font-size: 14px;
    color: var(--text-gray);
    font-weight: 400;
    height: 56px;
    padding: 25px 0 0 10px !important;
    background: var(--color-white) !important;
    border-radius: 4px;


}

.vol-v3 .form-vol-v3 .typeahead__list, .vol-v3 .form-vol-v3 .typeahead__dropdown {
    top: auto !important;
}

@media (max-width: 991px) {
    .form-vol-v3 .filter-form-grid, .form-vol-v3 .filter-form-grid-2, .form-vol-v3 .main-form-grid {
        grid-template-columns: 1fr;
    }

    .form-vol-v3 .btn-search-vol {
        width: 100%;
        border-radius: 4px;
    }

    /*.mb-m-3 {*/
    /*    margin-bottom: 1rem !important*/
    /*}*/
}


.vol-v3 .list-select-PV3 .fa-plus-square, .vol-v3 .list-select-PV3 .fa-minus-square {
    color: var(--color-site-2);
    font-size: 25px;
}

.vol-v3 .list-select-PV3 .roomBtn input, .vol-v3 .list-select-PV3 .qtyBtn input {
    width: 70px;
    height: auto;
    border: none;
    font-size: 20px !important;
    text-align: center;
    padding: 0 !important;
    color: var(--color-site-2);
    font-weight: 500;
}


.list-select-PV3 .qtyDec {
    font-size: 16px;
    color: var(--color-site-2);
}


.vol-v3 .form-vol-v3 .guest-selector-dropdown.dropmenu-v3-vol {
    border: none;
    border-radius: 4px;
    min-width: 350px;
    padding: 15px 30px;
    z-index: 100;
}

@media (max-width: 991px) {
    .vol-v3 .form-vol-v3 .guest-selector-dropdown.dropmenu-v3-vol {
        min-width: 100%;
    }
}

.vol-v3 .form-vol-v3 .dropmenu-v3-vol hr.divider {
    border-color: transparent;
    background-color: transparent;
    border-top: none;
}

.form-vol-v3 .dropmenu-v3-vol .collapse-footer {
    display: none;
}

.form-vol-v3 .btn.btn-link.addLigne {
    color: white;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 10px;
    padding: 15px 0;
}

.form-vol-v3 .btn.btn-link.addLigne:hover {
    text-decoration: none;
}

.vol-v3 .filter-bar {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: none;
    padding: 20px !important;
    border: 1px solid #C7DBEB;
}


.vol-v3 .description-filtre-vol {
    font-size: 16px;
    font-weight: 400;
    color: #636C7D;
}

.vol-v3 .vue-slider-dot-tooltip-inner {
    background-color: rgb(58 120 201 / 53%) !important;
}

.vol-v3 #sidebar .widget-range {
    border: 1px solid #C7DBEB;
    border-radius: 4px;
}


.vol-v3 #vjs-refine-result h3.widget-title {
    color: #000000;
    font-size: 16px;
    font-weight: 600;

}

.vol-v3 #availibility_vol {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 6px;

}

.vol-v3 #vjs-sort-flights .sort-tab {
    color: #000000;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #C7DBEB;
    padding: 10px;
    border-radius: 4px;
    white-space: nowrap;
    text-transform: capitalize;
}

.vol-v3 #vjs-sort-flights .sort-tab .filter-option {
    color: var(--color-site-2);
    font-size: 14px;
    font-weight: 500;
    overflow: visible;
    text-transform: capitalize;
}

.vol-v3 .vue-slider-process {
    background-color: var(--color-site-2) !important;
}

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

.vol-v3 .list-select-PV3 .label-passagers {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
}

.vol-v3 ul.typeahead__list, .vol-v3 .daterangepicker {
    border: none;
    border-radius: 4px;
}

.vol-v3 .vue-slider-rail, .vol-v3 .vue-slider-dot-handle {
    background-color: var(--color-site-2) !important;
    border: 2px solid var(--color-site-2) !important;
}


.vol-v3 .border-dashed-v3 {
    border-top: 1px dashed #C7DBEB;
    opacity: 1;
}

.vol-v3 .modele-v3, .vol-v3 .widget-info, .vol-v3 .widget-info, .vol-v3 .payment-side-block {
    border: 1px solid #C7DBEB;
    box-shadow: none;
    border-radius: 4px;
}

.vol-v3 .modele-v3 .btn-reserver-v3 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
    background-color: var(--color-site-2) !important;
    border-radius: 4px;
    padding: 10px 20px;
}

.vol-v3 .titre-date-vol3 {
    color: #000000;
    line-height: 30px;
    font-size: 16px;
    font-weight: 500;
}


.vol-v3 .typeahead__list .typeahead__item > a {
    display: block !important;
}

.vol-v3 .recap-filter-v3 .filter-wrap {
    border: 1px solid #C7DBEB;
    border-radius: 4px;
}

.vol-v3 .kWHvBLV3 {
    position: absolute;
    border-top: 1px dashed #C7DBEB;
    top: 0;
    bottom: 0;
    height: 0;
    margin: auto;
}

.vol-v3 .dxOCGpdotsV3 {
    position: absolute;
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    transform: scaleX(1);
    z-index: 1;
}

.vol-v3 .dxOCGpV3 {
    position: absolute;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 1;
    transform: scaleX(1);
}

.vol-v3 .label-checkbox {
    color: #636C7D;
    font-size: 16px;
    font-weight: 600;
}

.vol-v3 .list-ckeckbox-v3 input[type="checkbox"], .vol-v3 .list-ckeckbox-v3 input[type="checkbox"]:focus {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #C7DBEB;
    border-radius: 2px;
    cursor: pointer;
    vertical-align: sub;
    outline: none;
}

.vol-v3 .list-ckeckbox-v3 input[type="checkbox"]:checked {
    background-color: var(--color-site-2);

}

.vol-v3 .list-ckeckbox-v3 input[type="checkbox"]:checked::after {
    content: "✔";
    position: absolute;
    top: -3px;
    left: 2px;
    font-size: 16px;
    color: white;
}

.vol-v3 label .span-index {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
    margin-left: 10px;
}

.vol-v3 .detail-MV3 .modal-content {
    border-radius: 4px;
    border: 1px solid #C7DBEB;
}

.vol-v3 .modal-header.modal-vol-V3 {
    border-bottom: 1px solid #C7DBEB;
    background-color: rgba(199, 219, 235, 0.25);

}

.vol-v3 .modal-header .modal-title {
    font-size: 25px;
    color: #000000;
    font-weight: 600;
}
.vol-v3 .item-segment-V3::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    bottom: 0;
    border-left: 1px dashed #C7DBEB;

}

.vol-v3 .item-depart::before, .vol-v3 .item-arrive::before {
    content: "";
    position: absolute;
    left: -13px;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--color-site-2);
}
.vol-v3 .name-ville-vol3{
    color: #9ca3af;
    font-weight: 600;
}

.vol-v3 .avatar img {
    background-color: transparent;
    border-radius: 50%;
    height: 45px;
    width: 45px;
}

.vol-v3 .avatar img.logo-company-filtre {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.vol-v3 .arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #555;
    border-bottom: 2px solid #555;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.2s;
    pointer-events: none;
}


@media (min-width: 1200px) {
    .border-lg-right {
        display: block;
        position: absolute;
        border-right: 1px dashed #C7DBEB;
        top: 0;
        bottom: 0;
        left: -50%;
        /*transform: translateX(-50%);*/
        height: 100%;


    }
}

.vol-v3 hr.border-separe {
    border-top: 1px solid #C7DBEB;
    border-color: #C7DBEB;
    opacity: 1;
    margin: 10px 0;
}

.vol-v3 .select-arrow select {
    appearance: none; /* supprime la flèche native */
    -webkit-appearance: none;
    -moz-appearance: none;
}

.vol-v3 .select-arrow::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #555;
    border-bottom: 2px solid #555;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
}


.vol-v3 .sort-tab .bootstrap-select .btn.btn-default {
    padding: 0 20px 0 0 !important;
}

.vol-v3 .panel-default > .panel-heading {
    background-color: var(--color-white);
    border-color: var(--color-border-1)
}

.vol-v3 .panel-default {
    border-color: transparent;
    box-shadow: none;
}

.vol-v3 .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}

.vol-v3 .pkg-total-list li:nth-child(even) {
    border-bottom: none;
}


.vol-v3 .icon-fligth {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;

}
.depart,  .retour {

       line-height: 30px;
       font-size: 16px;
       font-weight: 500;
   }

.panel-success .panel.panel-default .panel-body h4{
    color: var(--color-site-2);
}
.panel-success .panel.panel-default  .table tbody td{
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}
.panel-success .panel.panel-default .table tbody td.text-right strong{
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}
.vol-v3 .text-end {
    text-align: end !important;
}


.vol-v3 .badge-direct {
    color: #10B981;
    font-size: 14px;
    font-weight: 500;
}

.vol-v3 .badge-escale {
    color: #d97706;
    font-size: 14px;
    font-weight: 500;
}
.vol-v3 .time-vol3{
    font-weight: 600;
    color: #1e293b !important;
}
.vol-v3 .info-cession {
    color: red;
    font-size: 14px;
    font-weight: 600;
}

.vol-v3 .montant-vol {
    font-size: 20px;
    color: #1e293b;
    font-weight: 500;
}

.vol-v3 .numbr-vols {
    font-size: 20px;
    color: #000000;
    font-weight: 500;

}

.vol-v3 p.text-frais-vol {
    font-size: 16px;
    font-weight: 400;
    color: #636C7D;
}

.vol-v3 .number-piece {
    color: #64748B;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.vol-v3 .title-bagage {
    color: #1e293b;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 0;
}

.vol-v3 .alert-warning {
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    border-radius: 4px;
}
.vol-v3 .alert-danger{
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    border-radius: 4px;
}
.vol-v3 .flight-title-v3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--color-site-2);
    line-height: 28px;
}

.vol-v3 .flight-date-v3 {
    font-size: 14px;
    font-weight: 500;
    color: #2e363e;
}

.vol-v3 .flight-time-v3 {
    color: #1e293b;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}

.vol-v3 .flight-location-v3, .vol-v3 .flight-duration-v3 {
    font-size: 14px;
    color: #9ca3af;
    font-weight: 500;
    margin-top: 0;
}

.vol-v3 .company-info {
    font-size: 12px;
    font-weight: 500;
    color: #1e293b;
    line-height: 20px;
}
.vol-v3 .company-info span.font-weight-600{
    font-weight: 700 !important ;
}
.vol-v3 .company-vol {
    font-size: 12px;
    color: #64748b;
    font-weight: 500;
}
.vol-v3.tarif-dispo-v3 .input-phone:before {

    content: "\f879";
}
.vol-v3.tarif-dispo-v3 .col-md-6.mail-confirmer, .vol-v3 .fa-phone-option{

    display: none;
}

.vol-v3.tarif-dispo-v3 .e-mail{
    width: 100%;
}
.vol-v3.tarif-dispo-v3 .step h2.title-widget-info {
    font-size: 18px;
    margin: 0 !important;
}

.vol-v3.tarif-dispo-v3 .detail-passager .info-title, .vol-v3.tarif-dispo-v3 .detail-clt .info-title {
    padding-bottom: 16px;
    border-bottom: 1px solid var(--color-border-1);
}
.vol-v3.tarif-dispo-v3  .input-uppercase{
    text-transform: uppercase;
}
.vol-v3.tarif-dispo-v3 .pkg-total-list h3.info-title-widget{
    font-weight: 600;
    font-size: 20px;
    text-align: center;
}
.vol-v3.tarif-dispo-v3 .pkg-total-list span.pull-right {
    font-weight: 500;
    font-size: 14px;
}
.vol-v3.tarif-dispo-v3 .pkg-total-list span.total-rev-1{
    font-weight: 600;
    font-size: 18px;
    color: var(--color-blue2);
}
.vol-v3.tarif-dispo-v3 .passport-info{
    font-weight: 500;
    font-size: 14px;
}
.vol-v3.tarif-dispo-v3 input[type="file"]{
    border: 1px solid #C7DBEB !important;
    height: auto;
}

.vol-v3 .panel-success p.text-center{
    font-size: 16px;
}
.vol-v3 .panel-success p strong{
    font-weight: 600;
}
.vol-v3 .panel-success .panel-default .panel-title{
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}
@media only screen and  (max-width: 767px) {
    .vol-v3 .modal-header .modal-title{
        font-size: 20px;
    }
    .vol-v3 .modele-v3 .btn-reserver-v3 {
        font-size: 14px;
        padding: 8px 14px;
    }
    .vol-v3 .info-cession, .vol-v3 p.text-frais-vol{
        font-size: 12px;
    }
    .vol-v3 .font-size-22 {
        font-size: 20px;
    }

    .vol-v3 .font-size-20 {
        font-size: 16px;
    }

}