/**********************************************************************************************************************|
                                                    BANNIERE                                                           |
***********************************************************************************************************************/



.wrapper-banniere {
    position: relative;
}

.banniere {
    position: relative;
}

.banniere-item {
    position: relative;
    padding: 80px 0px 80px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 620px;
}

.slide1 {
    background-image: url(../images/banniere/banniere1.jpg);
    background-position: center;
}

.slide2 {
    background-image: url(../images/banniere/banniere2.jpeg);
    background-position: center;
}

.slide3 {
    background-image: url(../images/banniere/banniere3.jpeg);
    background-position: center;
}

.slide4 {
    background-image: url(../images/banniere/banniere4.jpg);
}

.slide5 {
    background-image: url(../images/banniere/banniere5.jpg);
}


.shape-banniere{
    z-index: 1;
    background-color: rgba(99, 171, 69, 0.35);
    /* color: rgb(255, 255, 255); */
    width: 260px;
    height: 1200px;
    position: absolute;
    display: block;
    opacity: 1;
    transform-origin: 50% 50%;
    transform: rotate(26deg);
    /* top: -72px; */
    /* bottom: 0; */
    left: 719px;
    top: -220px;
    perspective: 601px;
}

.banniere-item:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(15,33,60,.4);
}

.banniere-item-shape {
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: color-burn;
    opacity: .45;
    z-index: 1;
}

.wrap-banniere-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 15px;
    height: 100%;
}

.section-title-banner {
    width: 74%;
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: center;
    padding: 0 15px;
    color: var(--white-color);
    font-family: "Kumbh Sans";
    z-index: 2;
}

.subtitle-banner {
    margin: 0 0 -12px -5px;
    line-height: 2;
    z-index: 1;
    font-weight: 500;
    font-size: 18px;
    padding: 0 20px;
    background: var(--second-color);
    width: fit-content;
    transform: translateY(100px) rotate(-12deg);
    transition: all ease 1.5s .5s;
    opacity: 0;
    visibility: hidden;
}

.active .subtitle-banner {
    opacity: 1;
    transform: translate(0px, 0px) rotate(-12deg);
    visibility: visible;
    transition-delay: 1s;
}

.title-banner {
    transition: all ease 1.5s .7s;
    transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
    line-height: 1.1;
    font-weight: 700;
    font-size: 55px;
    text-transform: capitalize;
}

.active .title-banner {
    transform: translateY(0);
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
    transition-delay: 1s;
}

.title-banner span {
    position: relative;
    display: inline-block;
}

.title-banner span:before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    height: 32px;
    background-image: url(../images/shape/shape-text-banniere.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.texte-banner {
    font-size: 18px;
    line-height: 1.5;
    margin: 21px 0 30px;
    color: rgb(232, 232, 232);
    transition: all ease 1.5s .5s;
    transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
}

.active .texte-banner {
    transform: translateY(0);
    opacity: 1; 
    transform: translate(0px, 0px); 
    visibility: visible; 
}

.text-theme {
    text-align: left; 
    line-height: 28px; 
    letter-spacing: 1px; 
    font-weight: 500; 
    font-size: 18px;

}

.banner-btn {
    justify-content: start;
}

.banner-btn a {
    background: var(--second-color);
    color: #212121;
    line-height: 1;
    font-weight: 700;
    font-size: 18px;
    padding-left: 40px;
    /* border-radius: 3px; */
    padding-right: 40px;
    color: var(--white-color);
    transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
}

.active .banner-btn a {
    opacity: 1; 
    transform: translate(0px, 0px); 
    visibility: visible; 
}

.section-title-banner .primary-btn {
    /* fill: var(--second-color); */
}

.banniere .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2%;
    display: flex;
    justify-content: space-between;
    width: calc(100% - 4%);
    right: 2%;
}

.banniere .nav-btn {
    color: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 16px;
    width: 45px;
    aspect-ratio: 1;
    /* height: 70px; */
    border-radius: 5px;
    background-color: rgb(0, 0, 0, 69%);
}

.banniere .nav-btn.prev-slide {}

.banniere .nav-btn.next-slide {}

.banniere .nav-btn:hover {
    background: var(--primary-color);
}

.banniere .owl-dots {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    bottom: 4%;
    position: absolute;
}

.banniere .owl-dot span {
    transition: all 300ms linear 0ms;
    width: 12px;
    aspect-ratio: 1;
    display: block;
    border-radius: 50px;
    background-color: var(--white-color);
    margin: 0 4px;
    position: relative;
}

.banniere .owl-dot.active span {
    background: var(--primary-color);
}



/**********************************************************************************************************************|
                                                   FORM SEARCH TRAVEL                                                  |
***********************************************************************************************************************/



section.wrapper-search-travel {
    font-family: 'Kumbh Sans', sans-serif;
    position: relative;
    margin-top: -100px;
    z-index: 1;
}

.container.search-travel {
    /* width: 1100px; */
}

.wrap-search-travel {}

.form-mainsearch {
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 24px 24px 40px;
    position: relative;
    flex-wrap: wrap;
    justify-content: unset;
    width: 100%;
    margin: 0 auto;
}
.wrap-container-multiple {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.liste-destination-multiple {
    width: 100%;
}
 .removeFlight-button {
                background: none;
                border: none;
                border-bottom: 1px dashed #f60;
                color: #f60;
                cursor: pointer;
                height: -moz-fit-content;
                height: fit-content;
                padding: 0
            }

            .removeFlight-button span {
                font-size: 14px
            }
.liste-destination-multiple .wrap-mainsearch:last-child {
    margin-bottom: 0px;
}

.liste-destination-multiple .wrap-mainsearch {
    margin-bottom: 10px;
}
.wrap-mainsearch {
    display: flex;
    line-height: 1.5;
    flex-wrap: wrap;
    justify-content: unset;
    width: 100%;
}
.content-onglets .btn-submit {
    position: absolute;
    bottom: -20px;
    right: 38px;
}

.content-onglets .btn-submit button {
    border-radius: 44px;
    cursor: pointer;
    /* font-family: Rubik, sans-serif; */
    font-size: 16px;
    font-weight: 500;
    height: 44px;
    min-width: 200px;
    padding: 0 24px;
    transition: all .2s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-type-trajet {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 12px;
}

.trajet-choisi {
    color: #4c4c4c;
    /* display: flex; */
    font-size: 14px;
    /* gap: 10px; */
}

.bloc-left-type-trajet {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: start;
    border-right: 1px solid #c0c0c0;
}

label.libelle-trajet {
    align-items: center;
    cursor: pointer;
    display: flex;
    padding-left: 24px;
    position: relative;
    /* margin-left: 5px; */
    flex-wrap: wrap;
    width: 100%;
}

.trajet-choisi input:checked+.libelle-trajet::after {background: var(--second-color);}

.trajet-choisi {
    padding-right: 20px;
    justify-content: start;
    position: relative;
}

.bloc-left-type-trajet {
    padding-right: 10px;
}

.bloc-right-type-trajet {
    padding-left: 16px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.libelle-trajet::after {
    content: "";
    position: absolute;
    width: 7px;
    aspect-ratio: 1;
    border-radius: 50px;
    left: 5px;
    /* background-color:var(--second-color); */
}
.bloc-left-type-trajet .trajet-choisi:last-child .libelle-trajet {
    /* border-right: 1px solid #ada6a6d6; */
    padding-right: 5px;
}
.bloc-right-type-trajet::before{
    /* height: 25px; */
    /* width: 
1px; */
    /* content: ''; */
    /* position: absolute; */
    /* background: #ada6a6bd; */
    /* left: 35%; */
}


.bloc-left-type-trajet .trajet-choisi:last-child {
    padding-right: 5px;
}
.libelle-trajet::before {
    content: "";
    position: absolute;
    border: 2px solid #eee;
    width: 14px;
    aspect-ratio: 1;
    border-radius: 50px;
    /* padding: 3px; */
    left: 0;
}

.field-form {}

#onglet6 .bloc_destination .field-form {
    width: 100%;
    border-radius: 8px;
}

#onglet6 .bloc-date-reservation {
    width: calc(100% - 50%);
}

.libelle-trajet::after {}
#onglet5 .ui.selection.dropdown {
    width: 100%;
    border: none;
    min-height: 19px;
    padding: 0px 0 0 10px;
}

#onglet5 .ui.selection.dropdown>.delete.icon, .ui.selection.dropdown>.dropdown.icon, .ui.selection.dropdown>.search.icon {
    top: 0 !important;
    color: black !important;
}

#onglet5 .bloc_destination {
    width: 66%;
}

#onglet5 .bloc-date-reservation {
    padding-right: 0;
}

.form-mainsearch .message-erreur {
    position: absolute;
}
.bloc_destination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 50%;
    padding-right: 15px;
    position: relative;
}

#onglet2 .bloc_destination {
    width: 44%;
}

.row-container.hotel >div {
    width: 50%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.row-container.hotel >div input {
    width: 19px !important;
}

.hotel .left-element {
    /* padding-right: 7px; */
}

.right-element {
    justify-content: end;
}
.bloc_destination .parent-field-form {
    width: 50%;
}
.field-form {
   border: 1px solid #cbcbcb;
   display: flex;
   /* flex-direction: column; */
   /* border-radius: 8px; */
   /* height: 72px; */
   justify-content: start;
   padding: 12px 18px;
   position: relative;
   width: 100%;
   align-items: center;
   border-radius: 8px;
}

.field-form i {
    font-size: 17px;
    margin-right: 16px;
    color: var(--second-color);
}

span.libelle-travel {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    color: #232323;
    display: block;
}
.item-choix-invites {
    /* border-bottom: 1px solid #dedede; */
    padding-bottom: 21px;
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.item-choix-invites .field-form label .nice-number button:before {
    content: "\f068";
    position: absolute;
    font-family: 'FontAwesome';
    color: black;
    font-size: 12px;
}

.item-choix-invites .field-form label .nice-number button:last-child {
    background: transparent;
    border-color: var(--second-color);
}

.item-choix-invites .field-form label .nice-number button:last-child::before {
    content: "\2b";
}
.item-choix-invites:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}

.item-choix-invites .field-form {
    width: 100%;
    border: none;
    padding: 0;
}

.item-choix-invites .field-form label {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item-choix-invites .field-form label .nice-number input {
    font-size: 18px;
    color: var(--second-color);
    padding: 0 7px;
}
.parent-field-form:hover .bloc-show-choix-invites {
    opacity: 1;
    visibility: visible;
}
.item-choix-invites .field-form label .nice-number button {
    font-size: 26px;
    width: 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #d8d8d8;
    color: transparent;
    position: relative;
    background: #eee;
}

.item-choix-invites .field-form label .nice-number {
   display: flex;
   align-items: center;
   justify-content: center;
}
.parent-field-form .bloc-show-choix-invites {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.08), 0 4px 12px rgba(0,0,0,.05);
    border-radius: 8px;
    padding: 30px;
    min-width: 320px;
    transition: all ease-in-out 0.5s;
    z-index: 2;
    top: 100%;
    right: 0;
}
.field-form label {
    width: 100%;
    /* position: relative; */
}
.trajet-choisi > input {
    /* width: 0px; */
    /* height: 0px; */
    display: none;
}
.form-mainsearch select, .form-mainsearch input {
    apearance: none;
    -webkit-appearance: none;
    /* display: none; */
    width: 100%;
}



/* Ici je cache l'icone du calendrier par defaut de l'input type=date */
input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    z-index: 2;
}

/* Ici je cache le placeholder par defaut de l'input type=date */
input[type='date']:in-range::-moz-datetime-edit-year-field,
  input[type='date']:in-range::-moz-datetime-edit-month-field,
  input[type='date']:in-range::-moz-datetime-edit-day-field,
  input[type='date']:in-range::-moz-datetime-edit-text {
    color: transparent;
}

input[type='date']:in-range::-webkit-datetime-edit-year-field,
  input[type='date']:in-range::-webkit-datetime-edit-month-field,
  input[type='date']:in-range::-webkit-datetime-edit-day-field,
  input[type='date']:in-range::-webkit-datetime-edit-text {
    color: transparent;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    margin:0;
}

input[type="number"] {
  -moz-appearance: textfield;
}


input[type="date"] {
    font-size: 14px;
    line-height: 24px;
    color: #1c1c1c;
    /* width: 100%; */
}


.bloc-date-travel {
    position: absolute;
    top: 50%;
    /* font-size: 50px; */
    /* line-height: 50px; */
    color: #1c1c1c;
    display: flex;
    justify-content: center;
}

.bloc-date-travel span:first-child {
    margin-right: 5px;
}
.bloc-right-type-trajet >div:first-child .libelle-trajet::before {
    border-radius: 4px;
}

.bloc-right-type-trajet >div:first-child .libelle-trajet::after {
    font-family: 'FontAwesome';
    content: "\f00c";
    font-size: 9px;
    color: transparent;
    background: transparent;
}

.bloc-right-type-trajet >div:first-child  input:checked+.libelle-trajet::before {
    background: var(--second-color);
    /* border-color: var(--second-color); */
}

.bloc-right-type-trajet >div:first-child input:checked+.libelle-trajet::after {
    color: white;
}

.type_classe {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 20px;
}

.field-form input {
    width: 100%;
}
.bloc_destination .field-form:last-child  {
    /* border-bottom-right-radius: 8px; */
    /* border-top-right-radius: 8px; */
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.parent-field-form {
    width: 50%;
    position: relative;
}
.bloc-date-reservation .parent-field-form:last-child .field-form{
    /* border-bottom-right-radius: 8px; */
    /* border-top-right-radius: 8px; */
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.bloc_destination .parent-field-form:last-child .field-form{
    /* border-bottom-right-radius: 8px; */
    /* border-top-right-radius: 8px; */
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.aller-simple .parent-field-form {
    width: 100%;
}
.resultat-recherche-destination {
    position: absolute;
    width: 100%;
    border-radius: 8px;
}

.text-info {
    color: var(--primary-color);
    font-weight: 600;
}

.bloc-left-liste-ville-search.text-info {
    padding-right: 0;
}

ul.wrap-liste-ville-search {
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    width: 100%;
    background: white;
    box-shadow: 1px 2px 15px #eee;
    position: relative;
    overflow: hidden;
    z-index: 4;
    position: absolute;
}
.wrap-item-liste-ville-search:hover {
    background: #fcb51212;
}
.wrap-item-liste-ville-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px;
    border-bottom: 1px dashed #c5c5c5;
    transition: all ease 0.4s;
    cursor: pointer;
}

.wrap-item-liste-ville-search:last-child {
    border: none;
}

.bloc-left-liste-ville-search.row-container {
    padding-right: 15px;
}
.bloc-left-liste-ville-search.text-info {
    padding-right: 0px;
}
.icon-liste-ville-search {
    margin-right: 10px;
    color: #bcbbbb;
}

.meta-liste-ville-search {
    font-size: 14px;
}

.meta-liste-ville-search li:first-child {
    font-size: 15px;
    font-weight: 500;
    color: var(--second-color);
}

.meta-liste-ville-search li:not(:last-child) {
    /* margin-bottom: 0px; */
}

.bloc-right-liste {
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 6px;
    border: 1px solid #dbdada;
    text-transform: uppercase;
}
.bloc-date-reservation.aller-simple .parent-field-form:first-child .field-form {
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}
.bloc-date-reservation .parent-field-form:first-child .field-form {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}

#onglet4 .bloc_destination .field-form {
    border-radius: 8px;
}
#onglet3 .bloc_destination .field-form {
    border-radius: 8px;
}
#onglet2 .bloc_destination .field-form {
    border-radius: 8px;
}
.bloc-date-reservation .field-form:last-child {
    /* border-bottom-right-radius: 8px; */
    /* border-top-right-radius: 8px; */
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

#onglet2 .bloc_destination .parent-field-form {
    width: 100%;
}

#onglet2 .bloc-date-reservation {
    display: flex;
    flex-wrap: wrap;
    padding-right: 15px;
    width: 34%;
}

#onglet2 .bloc-date-reservation+.parent-field-form {
    width: 250px;
}

.bloc_destination .field-form label {
    width: 100%;
}

#onglet6 .bloc_destination .parent-field-form {
    width: 100%;
}

#onglet6 .bloc-date-reservation {
    width: calc(100% - 50%);
}
 .addFlight {
                color: var(--second-color);
                cursor: pointer;
                font-size: 14px;
                margin-top: 16px;
                width: -moz-fit-content;
                width: fit-content;
                cursor: pointe;
            }

            .addFlight-button {
                background: none;
                border: 1px solid var(--second-color);
                border-radius: 50%;
                line-height: 22px;
                padding: 1px 6px;
                width: 27px
            }

            .addFlight-text {
                border-bottom: 1px dashed var(--second-color);
                margin-left: 8px
            }

            .addFlight .datepicker-legend-check i,.addFlight .datepicker-legend-i,.addFlight .flightDeals-filters-button-close,.addFlight .flightDeals-header-maintitle i,.addFlight .odf-icon,.addFlight .oneLinerSearchBox-passengers-addRoom-icon,.addFlight .oneLinerSearchBox-passengers-error [class*=odf-icon-],.addFlight .oneLinerSearchBox-passengers-message [class*=odf-icon-],.addFlight .oneLinerSearchBox-rooms-input-icon,.addFlight .question:before,.datepicker-legend-check .addFlight i,.flightDeals-header-maintitle .addFlight i,.oneLinerSearchBox-passengers-error .addFlight [class*=odf-icon-],.oneLinerSearchBox-passengers-message .addFlight [class*=odf-icon-] {
                color: #f60;
                line-height: 22px;
                margin-top: 0
            }
.bloc-date-reservation {
    display: flex;
    flex-wrap: wrap;
    padding-right: 15px;
    width: calc(100% -  66% );
}

.wrap-mainsearch > .parent-field-form {
    width: 16%;
    display: flex;
}

.bloc-date-reservation+.parent-field-form {
    border-radius: 8px;
}
.btn-submit {
    margin-left: auto;
    padding: 0 0 0 20px;
}

.btn-submit button {
    background: var(--second-color);
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    /* line-height: 20px; */
    border-radius: 70px;
    display: flex;
    align-items: center;
    height: 60px;
    transition: all 0.2s;
    padding: 15px 30px;
}


.nb-person::-webkit-outer-spin-button,.nb-person::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}

.nb-person {
    /* padding-right: 31px; */
    max-width: 150px;
}

label .arrow-btn {
    position: absolute;
    bottom: 10px;
    right: 25px;
    display: flex;
    color: #9d9595;
    flex-direction: column;
    cursor: pointer;
    font-size: 14px;
}

label .arrow-btn .arr-up {
    margin-bottom: 2px;
}

label .arrow-btn i {
    font-size: 13px;
    line-height: 1;
    margin: 0;
}

.form-mainsearch select {
    /* max-width: 110px; */
}
#onglet4 .bloc_destination .parent-field-form {
    width: 100%;
}

#onglet4 .bloc-date-reservation {
    width: calc(100% - 50%);
    padding-right: 0px;
}

#onglet3 .bloc_destination .parent-field-form {
    width: 100%;
}

#onglet3 .bloc-date-reservation {
    width: calc(100% - 50%);
    padding-right: 0;
}
.bloc_destination .parent-field-form:first-child .field-form {
    /* padding-left: 0; */
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}
.field-form-directionelle:hover {
    background: var(--second-color);
    color: white;
}
.field-form-directionelle {
  color: var(--second-color);
  left: 50%;
  transform: translateX(-80%);
  border: 2px solid var(
  --second-color);
  border-radius: 50%;
  font-size: 12px;
  height: 25px;
  position: absolute;
  aspect-ratio: 1;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  cursor: pointer;
  transition: all ease .3s;
}




.tabs-onglets {
    justify-content: center;
    margin: 0 0 20px;
}

.tablink {
    display: flex;
    align-items: center;
    padding: 0 10px;
    cursor: pointer;
    color: var(--white-color);
    /* font-weight: 300; */
    font-size: 14px;
}

.tablink.active, .tablink:hover {}

.icone-tab {
    color: var(--white-color);
    width: 35px;
    aspect-ratio: 1;
    /* border: 1px solid grey; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255, 255, 255, 20%);
    font-size: 14px;
    transition: all linear .3s;
}

.tablink img {
    width: 20px;
    filter: brightness(0) invert(1);
}

.tablink span {
    padding: 0 0 0 7px;
}

.tablink i {}

.tablink.active .icone-tab, .tablink:hover .icone-tab {
    background: var(--second-color);
}

.content-onglets {}

.tabcontent {
    display: none;
}

.tabcontent.active {
    display: block;
}


/**********************************************************************************************************************|
                                                    APRES BANNIERE                                                     |
***********************************************************************************************************************/





section.wrapper-apres-banniere {
    padding: 40px 0 45px 0;
    position: relative;
}

.apres-banniere {
}

.wrap-apres-banniere {
    border: 2px solid #f1f1f1;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: stretch;
}

.item-apres-banniere {
    width: 20%;
}

.wrap-item-apres-banniere {
    position: relative;
    padding: 26px 10px;
    justify-content: center;
    align-content: center;
    align-items: unset;
    height: 100%;
}

.wrap-item-apres-banniere:before {
    content: '';
    height: calc(100% + 0px);
    width: 100%;
    border: 2px solid var(--primary-color);
    border-radius: 10px;
    position: absolute;
    left: -2px;
    top: -2px;
    opacity: 0;
}

.wrap-item-apres-banniere:hover:before {
    opacity: 1;
}

figure.icone-apbanniere {
    display: block;
    position: relative;
}

figure.icone-apbanniere img {
    width: 38px;
}

.content-apres-banniere {
    color: #999;
    font-size: 14px;
    padding-left: 20px;
    width: calc(100% - 38px);
    line-height: 1.3;
    position: relative;
}

.content-apres-banniere h3 {
    color: #111;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    padding: 0 0 5px;
}

.content-apres-banniere p {}





.wrap-banner-apbannniere {
    /* padding: 30px 0 0; */
    /* margin: 0 -7.5px; */
}

.item-banner-apbannniere {
    padding: 10px 10px;
    width: 50%;
}

.wrap-item-banner-apbannniere {
    border-radius: 20px;
    transition: all 0.3s;
}

.wrap-item-banner-apbannniere img {
    height: 270px;
    border-radius: inherit;
    width: 100%;
}

.wrap-item-banner-apbannniere img:hover {
    animation-name: updown, updown-sink;
    animation-duration: .3s,1.5s;
    animation-delay: 0s,.3s;
    animation-timing-function: ease-out,ease-in-out;
    animation-iteration-count: 1,infinite;
    animation-fill-mode: forwards;
    animation-direction: normal,alternate;
}


.short-text {
    padding: 0 0 30px;
    width: 87%;
}

.wrapper-pourquoi-nous-choisir .title-bloc {
    color: var(--white-color);
    width: 64%;
    margin: 0 auto;
}


/**********************************************************************************************************************|
                                                PRODUIT PAR CATEGORIES                                                 |
***********************************************************************************************************************/
/* animations */
@-webkit-keyframes pulse-border-2{
  0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}
  100%{-webkit-transform:scale(1.8);transform:scale(1.8);opacity:0}}
@keyframes pulse-border-2{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}
  100%{-webkit-transform:scale(1.8);transform:scale(1.8);opacity:0}}



/* ********************************************************************************************************
                                                    elements
***************************************************************************************************** */

.container.elements {
  /* width: 1350px; */
}

.section-bloc-elements.actif {
  display: flex;
}
.section-bloc-elements {
  display: none;
}

.conteneur-onglet-partner.onglets-actu {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.wrapper-elements {
  padding: 64px 0 40px;
  background-color: #F7F8FA;
  background-image: url(../images/bg/bg-destination.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.content-wrap-item-elements {
  border-radius: 0 0 15px 15px;
  padding: 30px;
  position: relative;
  /* top: -50px; */
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  background-color: white;
  padding-top: 15px;
}
.onglet-fiche-element.actif {
  color: white;
  background-color: #fab612;
  border: none;
  font-weight: bold;
}
.onglet-fiche-element {
  padding: 10px 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #232323;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 10px;
  margin-left: 6px;
  margin-right: 6px;
  cursor: pointer;
}
.wrap-item-elements-image {
  height: 280px;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
  background-color: #f1f2f4;
  z-index: 1;
  position: relative;
}
.wrap-item-elements-image img {
  height: 100%;
  z-index: 1;
  position: relative;
  width: 100%;
}

.elements-fiche-voiture .wrap-item-elements-image img {
  height: 210px;
}
.elements-fiche-voiture .wrap-item-elements-image {
  padding-top: 26px;
}
.item-alements {
  width: 33.33%;
  padding: 0 15px;
  color: #6E6E6E;
}
.wrap-item-elements {
  position: relative;
  border-radius: 10px;
  background-color: transparent;
}
.list-stars {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: var(--second-color);
}

.reviews-wrap-item-elements {
    font-size: 13px;
}
.btn-and-prix-wrap-item-elements {
    flex-direction: row-reverse;
    align-items: end;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #eee;
}

.prix-wrap-item-elements h3 {
    display: flex;
    align-items: center;
}

.pourcentage-reduction {
    position: absolute;
    z-index: 3;
    top: 15px;
    left: 30px;
    padding: 4px 8px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    border-radius: 5px;
    background: var(--second-color);
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: unset; */
}

.personne-wrap-item-elements i {
    margin-right: 5px;
}
.days-and-messsage-wrap-item-elements {
  padding: 10px 20px;
  /* margin-bottom: 20px; */
  position: relative;
  /* z-index: 2; */
  /* box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); */
  background-color: #fcb51212;
  border-radius: 5px;
  font-weight: 400;
  color: #8c8c8c;
}
.localisation-wrap-item-elements h3 {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5em;
}

.wrap-item-elements:hover  .localisation-wrap-item-elements h3 {
  color: var(--second-color);
}

.wrap-item-elements:hover .localisation-wrap-item-elements span{
  color: var(--primary-color);
}
.wrap-item-elements:hover .wrap-item-elements-image img{
  transform: scale(1.1);
  transition: 0.5s
}
.wrap-item-elements:hover .btn-wrap-item-elements {
  background-color: var(--second-color);
}

.wrap-item-elements:hover .prix-wrap-item-elements h3{
  color: var(--second-color);
}
.wrap-item-elements:hover  .prix-wrap-item-elements h3 small {
  color: initial
}

.localisation-wrap-item-elements span {
  color: #6e6e6e;
}
.localisation-wrap-item-elements span i {
  color: #5E6D77;
  margin-right: 6px;
  /* font-weight: 400; */
}
.localisation-wrap-item-elements {
  padding-bottom: 0px;
  /* border-bottom: 1px solid #e4e4e4; */
}
.details-wrap-item-elements {
  padding: 15px 0 20px;
  border-bottom: 1px solid #e9e4e4;
  margin-bottom: 15px;
}
.btn-wrap-item-elements {
  font-size: 14px;
  line-height: 14px;
  padding: 10px 30px;
  background-color: var(--primary-color);
  border-radius: 5px;
  color: white;
  font-weight: bold;
}
.prix-wrap-item-elements h3 small {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.5em;
  letter-spacing: 1px;
  margin-right: 5px;
}
.prix-wrap-item-elements h3 {
  color: #424242;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
}
.prix-wrap-item-elements span {
  font-size: 16px;
  text-decoration: line-through;
  opacity: 0.4;
}
.duration-wrap-item-elements i {
  color: var(--primary-color);
  margin-right: 7px;
}
.mail-and-map-wrap-item-elements i {
  margin: 0 6px;
}
.wrap-item-elements i {
  color: var(--second-color);
}

.numero-and-nombre-review {
  display: flex;
  align-items: center;
}
.numero-and-nombre-review h3 {
  background: #f9fbff;
  border: 1px solid #b8ccff;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: var(--main-color,#3B71FE);
  margin-right: 12px;
  padding: 4px 6px;
  letter-spacing: 4px;
  text-align: center;
}
.numero-and-nombre-review span {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #5E6D77;
}
.stars-fiche-element-hotel i {
  font-size: 14px;
  margin: 0 2px;
}
.stars-fiche-element-hotel {
  margin-bottom: 5px;
}
.caracteristiques-local {
  display: flex;
  font-size: 18px;
  margin-right: 7px;
  margin-top: 20px;
}
.item-caracteristique-local {
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #5E6D77;
  margin-right: 22px;
  position: relative;
}
span {
}
.item-caracteristique-local span {
  position: absolute;
  left: -22px;
  top: -27px;
  line-height: 24px;
  color: white;
  font-weight: 500;
  text-align: center;
  padding: 5px 10px;
  border-radius: 4px;
  width: max-content;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
  background: #9dcdee;
  font-size: 14px;
}
.item-caracteristique-local:hover span {
  top: -37px;
  opacity: 1;
  visibility: visible;
  border-color: #c19229;
}
.item-caracteristique-local span::before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  bottom: -3px;
  background: #9dcdee;
}
.item-caracteristique-local i {
  margin-right: 4px;
  color: #5F6E78;
}

.details-voiture {
  display: flex;
  margin-top: 20px;
}
.icon-caracteristiques {
  width: 44px;
  height: 44px;
  padding: 12px;
  border: 1px solid #dedede;
  border-radius: 6px;
  position: relative;
  font-size: 18px;
}
.icon-caracteristiques i {
  color: #5F6E78;
}
.icon-caracteristiques span {
  position: absolute;
  left: -17px;
  top: -27px;
  line-height: 24px;
  color: white;
  font-weight: 500;
  text-align: center;
  padding: 5px 8px;
  border-radius: 4px;
  width: fit-content;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
  background: #9dcdee;
  font-size: 12px;
}
.icon-caracteristiques:hover span {
  top: -37px;
  opacity: 1;
  visibility: visible;
  border-color: #c19229;
}
.icon-caracteristiques span::before {
}
.icon-caracteristiques span::before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  bottom: -3px;
  background: #9dcdee;
}
.item-caracteristiques-voiture {
  text-align: center;
  margin-right: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  max-width: 44px;
}


/* ***********************************************************************************************************|
                                                   apropos                            |
**************************************************************************************************************/


.wrapper-apropos{
    background-image: url(../images/tour/bg/tour-apropos.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 0 0 50px;
}

.bg-apropos-bg {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    opacity: 0.7;
}

.wrapper-apropos .container {
    width: 1300px;
    z-index: 1;
}


.item-apropos-left{
  position: relative;
  width: 45%;
}

.item-apropos-left .wrap-item-apropos {
    padding: 0px 32px 110px 15px;
}
.item-apropos-right{
  position: relative;
  width: 55%;
}

.item-apropos-left .wrap-item-apropos{
  display: flex;
  flex-direction: column;
}
.apropos-item-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.apropos-item-content:first-child{
    margin-bottom: 30px;
    border-bottom: 1px solid #ECECEC;
}

.apropos-item-content-icon {
    margin-right: 25px;
}
.apropos-content-title {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 20px;
    color: var(--black-color);
    font-weight: 600;
    line-height: 1.2em;
}

.text-apropos {
    margin-bottom: 40px;
}
.apropos-item-content-box{
  position: relative;
  width: 100%;
  background-color: #FFFFFF00;
  padding: 0px 0px 30px 0px;

}
.propos-item-content-icon{
  height: 75px;
  width: 75px;
  margin: 0px 30px 0px 0px;
  padding: 10px 0px 0px 10px;
}
.propos-item-content-icon::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--primary-color);
  opacity: 10%;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  z-index: 0;
  transition: all 0.4s ease-in-out;
}
.apropos-item-content-text-box h3{
  margin-bottom: 10px;
  color: var(--black-color);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
  transition: all .4s ease;
}
.contact-info-apropos.row-container {
    margin-right: 20px;
}


.apropos-action {
    display: flex;
    align-items: center;
}
.icon-contact-apropos {
    width: 54px;
    height: 54px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    margin-right: 15px;
    border-radius: 50%;
    background: var(--primary-color);
}

p.tx-label {
    font-size: 12px;
    line-height: 1.2;
}

a.tx-number {
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-top: 5px;
}
a.tx-number:hover {
    color: var(--second-color);
}
.item-apropos-right-box-1, .item-apropos-right-box-2 {
    position: relative;
    width: 50%;
    padding: 0 15px;
}
.item-apropos-right-box-1 {
    padding: 110px 15px 0px 15px;
}
.item-apropos-right-content{
  position: relative;
  margin-bottom: 36px;
}
.wrap-item-apropos-right-content-box{
  background-color: #FFFFFF;
  padding: 25px 25px 30px 25px;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}
.wrap-item-apropos-right-content-box::before {
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: var(--primary-color);
    border-radius: 500px 500px 0 0;
    transition: all 0.4s ease-in-out;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0;
}
.wrap-item-apropos-right-content-box:hover::before{
  top: 0;
  border-radius: 0;
  opacity: 1;
}


.apropos-right-text-box {
    position: relative;
    z-index: 2;
}


.apropos-right-icon-box{
  position: relative;
  margin: 0px 0px 15px 0px;
  padding: 20px;
  border-radius: 50%;
  background-color: #fcb51224;
  transform: rotate(0deg);
  width: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrap-item-apropos-right-content-box:hover .apropos-right-icon-box::before{
  background-color: #FFF;
  opacity: 100%;
}
.apropos-right-text-box h3{
    margin: 0px 0px 6px 0px;
    padding: 0px 0px 0px 0px;
    color: var(--black-color);
    font-size: 20px;
    line-height: 1.2em;
    transition: all .4s ease;
}

.wrap-item-apropos-right-content {
    position: relative;
}

.apropos-right-text-box p{
  transition: all .4s ease;
}
.apropos-right-text-box p {
    font-size: 15px;
    line-height: 22px;
}
.wrap-item-apropos-right-content-box:hover .apropos-right-text-box h3, .wrap-item-apropos-right-content-box:hover .apropos-right-text-box p{
  color: #FFF;
}

.apropos-right-btn {
    display: flex;
}

.apropos-right-btn {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.apropos-right-btn .primary-btn {
    transform: translateY(-40px);
    visibility: hidden;
    opacity: 0;
    padding: 10px 20px 10px 20px;
}

.wrap-item-apropos-right-content:hover .apropos-right-btn .primary-btn {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.wrap-item-apropos-right-content-box:hover .apropos-right-icon-box {
    background-color: var(--second-color);
    transition: all 0.4s ease-in-out;
}

.wrap-item-apropos-right-content-box:hover .apropos-right-icon-box img {
    filter: brightness(0) invert(1);
    transition: all 0.2s ease-in-out;
}

.gallery {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    opacity: 0;
    flex-direction: row-reverse;
    visibility: hidden;
}
.gallery a {
    display: flex;
    width: 100%;
    position: absolute;
    height: 100%;
    flex-wrap: wrap;
}
/* ********************************************************************************************************
                                                    pnc
***************************************************************************************************** */

.wrapper-pourquoi-nous-choisir {
  color: white;
  position: relative;
  padding: 200px 0 60px;
  margin-top: -160px;
}

.bg-pnc {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 76%;
  background-repeat: no-repeat;
  background-image: url(../images/bg/bg-pnc.jpg);
  background-size: cover;
}
.bg-pnc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #06060687;
  z-index: 0;
  height: 100%;
}
.fas-fa-play {
}
.signature-pnc {
  /*! font-family: "reey"; */
  color: var(--second-color);
  font-size: 30px;
  text-indent: 15px;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 20px;
  font-family: "reeyregular";
  padding-top: 20px;
  font-family: 'Dancing Script', cursive;
}
.popup-vodeo-pnc {
}
.popup-vodeo-pnc {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  background: var(--second-color);
  text-align: center;
  position: relative;
  -webkit-transition: all .35s;
  transition: all .35s;
  -moz-transition: all .35s;
  -ms-transition: all .35s;
  border-radius: 8px;
  width: 92px;
  height: 92px;
  line-height: 92px;
}
.popup-video-and-signature-pnc {
  text-align: center;
  padding-bottom: 20px;
}
.pourquoi-nous-choisir .text-desc {
  padding-top: 10px;
}
.popup-vodeo-pnc::after {
 position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  opacity: 0;
  border-radius: 8px;
  -webkit-animation: pulse-border-2 1.5s linear infinite;
  animation: pulse-border-2 1.5s linear infinite;
}
.popup-vodeo-pnc::before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  opacity: 0;
  border-radius: 8px;
  -webkit-animation: pulse-border 1s linear infinite;
  animation: pulse-border 1s linear infinite;
}
.item-pnc {
  width: 33.33%;
  padding: 0 15px;
}
.wrap-item-pnc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 10px 25px 0px rgba(0,0,0,20%);
  border-radius: 5px;
  padding: 40px 40px;
  background-color: white;
  cursor: pointer;
  position: relative;
}

.wrap-pnc.row-container {
  z-index: 2;
}
.icon-wrap-item-pnc {
  height: 120px;
  aspect-ratio: 1;
  z-index: 2;
  border: 2px solid var(--second-color);
  border-radius: 50%;
  /* padding: 15px; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-wrap-item-pnc img {
  height: 70px;
  animation: 1;
}

.wrap-pnc.row-container {
  color: black;
  border-radius: 10px;
  font-family: var(--title-font);
}

.item-pnc:nth-child(2) .wrap-item-pnc::before {
  opacity: 1;
  z-index: 1;
}
.item-pnc:nth-child(2) .wrap-item-pnc .title-wrap-item-pnc {
  color: white;
}
.item-pnc:nth-child(2) .wrap-item-pnc .text-wrap-item-pnc {
  color: white;
}
.wrap-item-pnc::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all .25s cubic-bezier(.645,.045,.355,1);
  opacity: 0;
  background-image: url(../images/bg/bg-temoins.png);
  content: '';
  background-color: var(--primary-color);
  border-radius: 5px;
}
.wrap-item-pnc:hover .title-wrap-item-pnc {
  color: white;
}
.wrap-item-pnc:hover .text-wrap-item-pnc {
  color: white;
}

.wrap-item-pnc:hover {
  transform: translateY(-10px);
  transition: all .2s;
}

.wrap-item-pnc:hover {
}
.wrap-item-pnc:hover::before {
  opacity: 1;
}
.title-wrap-item-pnc {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4;
  margin-top: 30px;
  padding-bottom: 20px;
  color: #212529;
  z-index: 2;
}
.text-wrap-item-pnc {
  text-align: center;
  font-size: 16px;
  color: #6a7487;
  line-height: 1.7;
  z-index: 2;
}

/**********************************************************************************************************************|
                                                    destination                                                           |
***********************************************************************************************************************/


.wrapper-destination {
  padding: 50px 0;
  background-image: url(../images/bg/bg-desti2.png);
}
.left-top-destination {
  width: 50%;
  padding-right: 30px;
}
.destination .text-desc {
  padding-top: 20px;
}
.top-right-destination {
  width: 50%;
}
.item-destination {
  width: 50%;
  padding: 0 15px;
}

.wrap-item-destination.wrap-item-destination-reduction {
  background-color: var(--primary-color);
  color: white;
  padding: 60px 30px 25px;
}
.up-to-percent-reduction {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.title-reduction-destination {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0;
  /*! text-indent: 15px; */
  line-height: 1.5;
  font-family: "reeyregular";
}
.btn-reduction-destination {
  background: #fff;
  color: #313041 !important;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  padding: 18px 30px;
  line-height: 15px;
  border-radius: 8px;
  position: relative;
  z-index: 9;
  display: inline-block;
  -webkit-transition: all .35s;
  transition: all .35s;
  -moz-transition: all .35s;
  -ms-transition: all .35s;
  text-transform: uppercase;
  border: none;
  margin-bottom: 5px;
  margin-top: 20px;
}
.wrap-item-destination::before {
  content: '';
  position: absolute;
  background: rgba(49,48,65,.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.wrap-item-destination.wrap-item-destination-reduction::before {
  display: none;
}
.wrap-item-destination {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  height: 290px;
  padding: 20px;
}
.images-destination {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 10s;
  transition: all 10s;
  /*! z-index: -1; */
  height: 290px;
}
.images-destination img {
  height: 100%;
  width: 100%;
}

.item-destination:nth-child(1) {
  position: absolute;
  top: 10%;
  left: 50%;
}
.item-destination:nth-child(2) {
  top: 10%;
  left: 75%;
  position: absolute;
}
.nom-dest5ination {
  font-size: 22px;
  color: #fff;
  margin: 0;
  line-height: 1.2;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  padding: 15px 30px 25px;
}
.nom-dest5ination span {
  font-family: "reeyregular";
  color: var(--second-color);
  font-size: 20px;
}
.nombre-tour {
  font-size: 11px;
  font-weight: 700;
  background: var(--second-color);
  color: #fff;
  padding: 0 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 8px;
  position: absolute;
  text-transform: uppercase;
  top: 20px;
  right: 20px;
  z-index: 12;
  letter-spacing: 1px;
  white-space: nowrap;
}
.wrap-bottom-destination .item-destination {
  width: 25%;
  cursor: pointer;
}
.wrap-bottom-destination {
  display: flex;
  flex-wrap: wrap;
}
.bottom-destination {
  padding-top: 30px;
}

/************************************************************************************************************************************
                                                              chiffres cles
************************************************************************************************************************************ */  

.wrapper-pourquoi-nous-choisir {
  /* padding: 50px 0 50px; */
}
.wrapper-chiffres-cles {
  padding: 100px 0 0;
  /* margin-bottom: -100px; */
  position: relative;
  z-index: 1;
  font-family: var(--title-font);
}

.chiffres-cles.container {
  width: 1320px;
}
.item-cf {
  width: 25%;
  padding: 0 15px;
  padding-bottom: 10px;
}

.chiffres-cles.container .title-filigrane {
  font-size: 180px;
  width: 100%;
}
.container.elements .title-filigrane {
  color: #8080800d;
}
.pourquoi-nous-choisir .sub-title {
  color: white;
}
.pourquoi-nous-choisir .title-filigrane {
  color: gray;
}
.wrap-chiffres-cles.row-container {
  justify-content: center;
}
.wrap-item-cf {
  position: relative;
  justify-content: center;
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 380px;
  padding: 40px 15px 30px;
  -webkit-box-shadow: 15px 30px 86px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 15px 30px 25px 0px rgba(0, 0, 0, 20%);
  text-align: center;
  border-radius: 10px;
  background: #fff;
  align-items: center;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
}
.icon-cf {
  width: 138px;
  height: 138px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  position: relative;
  z-index: 1;
  justify-content: center;
}
.icon-cf::before {
  content: '';
  width: 100%;
  height: 100%;
  background: #E9AD1C12;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}
.wrap-item-cf:hover .icon-cf::before {
  opacity: 0;
}
.wrap-item-cf:hover .icon-cf::after {
  transform: scale(1);
  opacity: 1;
}
.icon-cf::after {
  content: '';
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  transform: scale(1.1);
}
.icon-cf img {
}
.icon-cf img {
  height: 84px;
}

.plus-count-chiffres {
  margin-left: 3px;
  font-size: 35px;
}
img:hover {
}
.wrap-item-cf:hover .icon-cf img {
  filter: brightness(0) invert(1);
}
.count-chiffres {
  font-size: 50px;
  font-weight: 700;
  color: #181E1B;
  margin: 10px 0 0px;
}
.text-counter {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  margin-top: 0px;
  transition: all 0.5s;
  line-height: 22px;
  color: #82828B;
}                                                           



/**************************************************************************************************************************|
                                                         Temoignages                                                     **|
***************************************************************************************************************************/


section.wrapper-temoignages {
    padding: 88px 0 70px;
    /* overflow: hidden; */
    position: relative;
}
.temoignages .title-bloc {
  text-transform: uppercase;
}
.bubbles_wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 990;
    overflow: hidden;
    pointer-events: none;
}

.bubble {
    position: absolute;
    border-radius: 50%;
    box-shadow: none;
    width: 8px;
    height: 8px;
}

.x1 {
    -webkit-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 6%;
    top: 45%;
    background: #f56915;
}

.x2 {
    -webkit-animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 5%;
    top: 80%;
    background: #ffd200;
}

.x3 {
    -webkit-animation: animateBubble 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 10%;
    top: 40%;
    background: #ff0000;
}

.x4 {
    -webkit-animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
    animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
    left: 20%;
    top: 0;
    background: #73f765;
}

.x5 {
    -webkit-animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 30%;
    top: 50%;
    background: #66d6ff;
}

.x6 {
    -webkit-animation: animateBubble 11s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 11s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 50%;
    top: 0;
    background: #bf3c80;
}

.x7 {
    -webkit-animation: animateBubble 10s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 10s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 65%;
    top: 70%;
    background: #73f765;
}

.x8 {
    -webkit-animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
    animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
    left: 80%;
    top: 10%;
    background: #ffb62b;
}

.x9 {
    -webkit-animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 90%;
    top: 50%;
    background: #c74889;
}

.x10 {
    -webkit-animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 80%;
    top: 80%;
    background: #004a9b;
}

.temoignages.container {}

.main-testimonial-bloc {
    margin-top: 60px;
    position: relative;
}

.wrap-temoignages {
    position: relative;
    margin-top: 25px;
    padding-bottom: 50px;
    width: 50%;
    margin: 0 auto;
}

.wrap-temoignages .quote {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translate(-50%);
    width: 72px;
    display: inline-block;
    z-index: 1;
}

.wrap-temoignages .quote i {
    font-size: 78px;
    line-height: 0.9;
    text-overflow: clip;
    /* background: linear-gradient(to right, #7859fc, #a756f9, #9d88fd, #7355f7); */
    background: linear-gradient(to right, #d0a614, #fccc22, #fadc6f, #6f90dc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200%;
}

.flex-temoignages {
    width: 100%;
    border-radius: 20px;
    box-shadow: 1px 1px 80px rgba(0,0,0,0.08);
    position: relative;
    padding: 60px 40px 34px 40px;
    text-align: center;
    position: relative;
    z-index: 0;
    background: url("../images/bg/bg-testimonial.jpg") no-repeat;
    background-size: cover;
}

.item-temoignages {}

.wrap-item-temoignages {}

.testimonial-text {}

.testimonial-text p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 25px;
}

.review-by {}

.review-by h3 {
    color: #010f2e;
    font-weight: bold;
    margin-bottom: 12px;
    word-break: break-word;
    font-size: 24px;
    line-height: 1;
}

.review-by p {
    text-transform: uppercase;
    color: var(--primary-color);
    font-size: 14px;
    line-height: 1;
}

.testimonial-animate {
    position: absolute !important;
    height: 500px;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 1920px;
    height: 100%;
    z-index: 0;
}

.wrap-temoignages ul.slick-dots {
    position: absolute;
    bottom: -60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.wrap-temoignages ul.slick-dots button {
    display: none;
}

.wrap-temoignages ul.slick-dots li {
    width: 10px;
    height: 10px;
    background: #d8d8d8;
    margin: 5px;
    border-radius: 50%;
}

ul.slick-dots li.slick-active {
    background: var(--primary-color);
}

.flex-temoignages .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #fff;
    background: var(--second-color);
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.flex-temoignages .slick-arrow.prev-arrow {
    left: -25px;
}

.flex-temoignages .slick-arrow.next-arrow {
    right: -25px;
}

.testimonial-img {
    width: 80px;
    height: 80px;
    position: absolute;
}

.testimonial-img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.testimonial-img1 {
    bottom: 213px;
    left: 550px;
    -webkit-animation: movedelement_A4 5s linear infinite;
    animation: movedelement_A4 5s linear infinite;
}

.testimonial-img2 {
    bottom: 213px;
    right: 550px;
    -webkit-animation: movedelement_A3 6s linear infinite;
    animation: movedelement_A3 6s linear infinite;
}

.testimonial-img3 {
    bottom: 0;
    left: 485px;
    -webkit-animation: movedelement_A1 7s linear infinite;
    animation: movedelement_A1 7s linear infinite;
}

.testimonial-img4 {
    bottom: 0;
    right: 485px;
    -webkit-animation: movedelement_A2 8s linear infinite;
    animation: movedelement_A2 8s linear infinite;
}

.testimonial-img5 {
    bottom: 113px;
    left: 286px;
    -webkit-animation: movedelement_A1 7s linear infinite;
    animation: movedelement_A1 7s linear infinite;
}

.testimonial-img6 {
    bottom: 113px;
    right: 286px;
    -webkit-animation: movedelement_A2 8s linear infinite;
    animation: movedelement_A2 8s linear infinite;
}

.testimonial-animate .slick-list.draggable {
    height: 100%;
}




/**********************************************************************************************************************|
                                                    ACTUALITES                                                         |
***********************************************************************************************************************/



.wrapper-actualites {
    padding: 60px 0 60px;
    /* background-color: #f5f5f6; */
    background-image: url(../images/bg/bg-actualite.png);
    position: relative;
    background-color: #F8F8F8;
    background-position: top right;
    background-repeat: no-repeat;
}
.actualites .title-bloc {
  text-transform: uppercase;
}

.pattern-layer {
    bottom: 0;
    z-index: 0;
    position: absolute;
    left: 0;
}

.pattern-2 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 568px;
    height: 441px;
    background-repeat: no-repeat;
    background-image: url("../images/bg/bg-actualite.png");
    display: none;
}

.wrap-actualites {
    display: flex;
    margin-top: 55px;
}

.item-actualites {
    /* width: 33.33%; */
    padding: 0 10px 5px;
}

.wrap-item-actualites {
    position: relative;
    display: block;
}

.wrap-item-actualites::before {
    position: absolute;
    content: '';
    width: calc(100% - 20px);
    height: calc(100% - 10px);
    left: 10px;
    top: 10px;
    border: 1px solid #e0e0ea;
    border-radius: 5px;
    z-index: 1;
}
.post-date {
    position: absolute;
    top: 0px;
    right: 0px;
    overflow: hidden;
    z-index: 2;
    font-family: var(--title-font);
}

.post-date h3 {
  position: relative;
  background: var(--second-color);
  text-align: center;
  border-radius: 50%;
  font-size: 23px;
  font-weight: 700;
  /*! line-height: 23px; */
  padding: 18px 18px 18px 18px;
  top: -12px;
  right: -12px;
  color: #ffffff;
  height: 90px;
  aspect-ratio: 1;
  line-height: 1.5;
}
.post-date h3 span {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
}
.post-date h3::before {
  position: absolute;
  content: '';
  width: 98px;
  aspect-ratio: 1;
  top: -4px;
  right: -4px;
  border: 1px solid var(--second-color);
  border-radius: 50%;
}
.wia-image {
    position: relative;
    display: block;
    width: 100%;
    height: 270px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 8%);
}

.wia-image::before {
    position: absolute;
    content: '';
    background: #252638;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.15;
    z-index: 1;
    transition: all 500ms ease;
}

.wia-image img {
    width: 100%;
    transition: all 500ms ease;
    border-radius: 5px;
    height: 100%;
    object-fit: cover;
}

.wia-date {
    position: absolute;
    top: 10px;
    right: 10px;
}

.wia-date div {
    position: relative;
    display: inline-block;
    width: 64px;
    font-size: 24px;
    font-weight: 700;
    background: #ffffff;
    padding: 11px 0px 5px 0px;
    text-align: center;
    border-radius: 0px 5px 0px 5px;
    line-height: 24px;
    z-index: 2;
    color: #00308a;
}
.categorie-actualite i {
  margin-right: 5px;
  font-size: 10px;
}
.wia-date div span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.actualites-details * {
    z-index: 2;
    position: relative;
}

.actualites-details .categorie-actualite {
    position: absolute;
    left: 30px;
    top: -13px;
    background: var(--second-color);
    padding: 6px 12.5px;
    border-radius: 4px;
    transition: all 500ms ease;
    z-index: 1;
    display: flex;
    font-size: 13px;
    color: #ffffff;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

.actualites-details {
    position: relative;
    padding: 33px 30px 15px 30px;
    background: #f7f8f9;
}

.actualite-title {
    position: relative;
    font-size: 19px;
    font-weight: 500;
    padding-bottom: 17px;
    margin-bottom: 14px;
    border-bottom: 1px solid #e0e0ea;
    color: #282932;
    line-height: 1.2;
    transition: all ease 1s;
}

.button-actualite {
    position: relative;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--primary-color);
    transition: all ease .5s;
}


.button-actualite i {
  font-size: 12px;
  position: relative;
  top: -1px;
  margin-left: 6px;
}
.wrap-item-actualites:hover .button-actualite {
  color: var(--second-color);
}



.wrap-actualites .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    background: var(--white-color);
    width: 45px;
    height: 65px;
    border-radius: 10px;
    left: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    -webkit-transition: all .3s;
}

.wrap-actualites .nav-btn.prev-slide {}

.wrap-actualites .nav-btn.next-slide {
    left: unset;
    right: -15px;
}

.wrap-actualites .nav-btn:hover {
    background: var(--primary-color);
    border: 2px solid var(--primary-color);
    color: var(--white-color);
}



/*************************************************************************************************************************|
                                                           Partenaires                                                  **|
**************************************************************************************************************************/




.wrapper-partenaire {
    padding: 50px 0 0;
}

.ligne-titre.primary-btn {
    width: fit-content;
}

.ligne-titre .wrap-btn {
    display: flex;
    justify-content: end;
}

.wrap-partenaire {
    padding: 70px 0 0;
}

.item-partenaire {
    padding: 0 15px;
    text-align: center;
}

.wrap-item-partenaire {
    text-align: center;
    position: relative;
    overflow: hidden;
    display: block;
    height: 63px;
    width: 170px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.wrap-item-partenaire img {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    transition: transform .4s ease;
    position: relative;
    transition: all .3s cubic-bezier(0,0,.2,1)0s;
    max-height: 65px;
}

.wrap-item-partenaire img:nth-child(1) {
    /* filter: grayscale(100%); */
}

.wrap-item-partenaire img:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-150%);
    opacity: 0;
}

.item-partenaire:hover .wrap-item-partenaire img:nth-child(1) {
    transform: translateY(100%);
    opacity: 0;
}

.item-partenaire:hover .wrap-item-partenaire img:nth-child(2) {
    transform: translate(-50%,-50%);
    opacity: 1;
}

.wrap-partenaire .slick-dots {
    z-index: -1;
    left: 0;
    top: 20px;
    right: 0;
    position: absolute;
    background-color: #dfe0e6;
    height: 1px;
    display: flex;
    flex-wrap: nowrap;
    box-sizing: border-box;
    margin: 0 auto;
}

.wrap-partenaire .slick-dots li {
    width: 50%;
    height: 1px;
    position: relative;
}

.wrap-partenaire .slick-dots li button {
    display: none;
}

.wrap-partenaire .slick-dots li.slick-active {
    background: var(--second-color);
}

.wrap-partenaire .slick-arrow {
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: all 300ms linear 0ms;
    border-radius: 50%;
    position: absolute;
    padding: 0;
    background-color: #f2f6ff;
    font-size: 20px;
    top: 20px;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrap-partenaire .slick-arrow:hover {
    color: #fff;
    background: var(--primary-color);
}

.wrap-partenaire .slick-next {
    margin-left: 35px;
    outline: none;
    right: 0;
}

.wrap-partenaire .slick-prev {
    left: 0;
}


.slick-prev:before, .slick-next:before {
  display: none;
}
