:root {
    
    --color-bg-icon: #C7DBEB;
    --color-icon-time: #21D7F3;
    --color-border-1: #C7DBEB;
    --color-bg-gray: #F5F7FC;
    --text-gray: #636C7D;
    --text-alert: #dc7b0b;
    --color-white:#fff;
}


.vol-v3 a {
    text-decoration: none;
   
}
.vol-v3 .radius-5{
    border-radius: 50%;
}
.vol-v3 .justify-content-center {
    justify-content: center;
}

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

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

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

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

.vol-v3 .mt-20 {
    margin-top: 20px
}

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

.vol-v3 .p-10 {
    padding: 10px !important;
}
.vol .pt-10{
    padding-top: 10px ;
}
.vol-v3 .p-35 {
    padding: 0 0 15px 35px;
}

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

.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-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 .mb-12 {
    margin-bottom: 12px;
}

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

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

.vol-v3 .dropbtn {
    display: block;
    cursor: pointer
}
.vol-v3 .dropbtn:focus, .vol-v3 .dropbtn:hover {
    white-space: nowrap;
    margin: 0;
    font-weight: 300;
    text-transform: inherit
}

.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%;
    }
}




/*====== sidebar =====*/
.vol .sidebar {
    border: 1px solid rgba(128, 137, 150, 0.1);
    padding: 30px 30px 0 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    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);
    margin-bottom: 15px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vol .sidebar {
        margin-top: 40px;
        margin-bottom: 40px;
    }


}


/*====== sidebar-widget =====*/
.vol .sidebar-widget {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(128, 137, 150, 0.2);
}

.vol .sidebar-widget .title {
    font-size: 17px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    color: #000
}

@media (max-width: 375px) {
    .vol .sidebar-widget .section-tab-2 .nav-tabs .nav-item {
        margin-right: 10px;
    }
}

.vol .sidebar-widget:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

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

}

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


.vol .border {
    border: 2px solid #ffc107 !important;
}

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


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

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

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


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

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

.mt-1, .my-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {

    margin-top: .5rem !important
}

.mt-0 {
    margin-top: 0
}


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

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .vol-v3 .info-cession {
        font-size: 12px;
        white-space: nowrap;
    }
}

.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;
}

/*===== modal-popup =====*/



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

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

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


@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;
    }

}

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


/* 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;
    }
}

.position-relative {
    position: relative;
}


.bg-color {
    background-color: var(--color);
    justify-content: center;
    display: flex;
    flex-direction: column;

}


.vol-tabs {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    width: 100%;
    border-bottom: transparent;
}

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

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

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


    .bs-cart {
        margin-left: 10px;
    }

    .price-bg {
        display: flex;
        flex-direction: column;
    }
}

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


.border-0 {
    border: none !important
}


.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;
}

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

.h-100px {
    height: 100px
}

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


.flight-recommendation > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > hr:nth-child(2) {

    display: none;
}


.cursor-pointer {
    cursor: pointer;
}

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

.px-0 {
    padding-right: 0;
    padding-left: 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 {
   
    padding: 8px;
    display: inline-flex;
  border-radius: 32px;
border: 1px solid #0088CC33 !important;
}


.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: 30px;
border: none;
}

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

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

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

.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 400px 345px auto;
    gap: 10px;
}

.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: 65px;
    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: 991.98px) {
    .form-vol-v3 .filter-form-grid, .form-vol-v3 .filter-form-grid-2, .form-vol-v3 .main-form-grid {
        grid-template-columns:  1fr;
    }



    .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;
}

@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 #sidebar .checkbox label {
    align-items: center;
}

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

}

.vol-v3 #availibility_vol{
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;

}

.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;
}

.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;
}

.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: var(--color-site-2);
    border-radius: 5px;
    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: 1px;
    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 .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 .w-100{
    width: 100%;
}

.vol-v3 .item-depart, .vol-v3 .item-arrive{
    position: relative;
}
.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;                /* Icônes alignés avec la date */
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--color-site-2);
}

.vol-v3 .avatar {
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;

}
.vol-v3  .avatar-1 {
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    height: 45px;
    width: 45px;
}


.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 {
        border-right: 1px dashed #C7DBEB;
        height: 100%;
        position: absolute;
        left: 50%;
        top: 0;
        display: block;
    }
}

.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;
}


@media (max-width:767px) {
.vol-v3 .modele-v3 .btn-reserver-v3{
    font-size: 14px;
    padding: 6px 12px;
}
    .form-vol-v3 .btn-search-vol {
        width: 100%;
        border-radius: 4px;
    }
    .vol-v3 .section-tab-v3 ul.nav.nav-tabs{
        display: flex;
    }


    .vol-v3 .font-size-22 {
        font-size: 20px;
    }
    .vol-v3 .font-size-20 {
        font-size: 16px;
    }
    .vol-v3 .img-company.avatar img{
        max-width: 35px;
    }
}

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

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

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

.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 .panel-heading{
    padding: 0;
}


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

}

.vol-v3 .text-end{
    text-align: end !important;
}
.vol-v3 .section-tab-v3 .nav-tabs .nav-link {

border: none;
}
.vol-v3 .section-tab-v3 .nav-tabs > li.active{
    background-color: var(--color-site-2);
    border-radius:430px
}

.tarif-dispo-v3{
    margin-top: 30px;
}