



.bouton-increment {
    font-size: 20px; /* Taille de la police */
    /* Vous pouvez également définir la taille du bouton ici si nécessaire */
}

  .popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 20px;
    z-index: 99999;
  }

  /* Dark Overlay Style */
  .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
  }



  .tab {
    overflow: hidden;
    margin: 0px 25px 0px 0px;
    line-height: 32px;
  }

  /* Styles for tab buttons */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 10px 14px 0px;
    /*transition: 0.3s;*/
    font-size: 17px;
    color: #fff;
  }

  /* Change color for active button */
  .tab button.active {
    /*background-color: #ccc;*/
    height: 42px;
  }

  .tab button.active {
    /*border-bottom: 3px solid #e2efff;*/
  }

  .tab button.active::after{
    content: "";
    border-bottom: 4px solid #AF8B0F;
    width: 62%;
    display: inline-block;
  }

  /*.tab button:hover{
    height: 42px;
    border-bottom: 3px solid #e2efff;
  }*/

  /* Tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    /*border: 1px solid #ccc;*/
    border-top: none;
  }

  /* Display active tab content */
  .tabcontent.active {
    display: block;
  }

  .champ,
  #multiLegForm input[type="text"],
  #multiLegForm textarea {
    background-color: white;
    /*margin: 5px;*/
    /* Réglez cette valeur selon vos préférences */
    /*padding: 10px;*/
    /* Ajoutez du padding pour plus d'espace à l'intérieur des champs */
    /*border: 1px solid #ccc;*/
    /* Ajoutez une bordure pour séparer les champs */
    /*border-radius: 5px;*/
    /* Ajoutez des coins arrondis */

  }


  /* CSS pour le champ de passager */
  .passenger-input {
    display: inline-block;
    position: relative;
  }

  .passenger-input input {
    width: 30px;
    /* Réduire la largeur du champ */
    height: 30px;
    /* Réduire la hauteur du champ */

    border: 1px solid #ccc;
    border-radius: 5px;
  }

  /* Style de l'icône */
  .passenger-input .icon {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }

  /* Style de l'info-bulle */
  .icon .tooltip {
    visibility: hidden;

    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
  }

  /* Afficher l'info-bulle au survol */
  .passenger-input .icon:hover .tooltip {
    visibility: visible;
    opacity: 1;
  }

  input[type="number"] {
    text-align: center;
}


  .passenger-input label,
  .passenger-input input {
    display: inline-block;

  }



  .dropdown {
    position: relative;
    display: inline-block;
  }

  .dropbtn {
    background-color: white;
    color: black;
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 2;
  }

  .passengers .dropdown-content{
    /*display: block !important;
    background-color: red;*/
  }

  .luggages .dropdown-content{
    /*display: block !important;
    background-color: red;*/
    min-width: 227px;
    left: -130px;
  }

  .pets .dropdown-content{
    /*display: block !important;
    background-color: red;*/
    min-width: auto;
  left: -70px;
  width: 162%;

  padding: 0px 10px;
  }

  .pets .dropdown-content .bouton-decrement{
    padding-right: 4px;
  }

  .dropdown-content .passenger-input {
    padding: 10px;
    /*text-align: left;*/
  }

  .dropdown:hover .dropdown-content {
    display: block;
  }

  @media (min-width: 1024px) {
    /*#top-banner-image-container {
      background-image: url("https://images.prismic.io/privatefly/db99bdf4-97a7-468a-8bb0-ea47d4030857_Engine+Image.png?auto=compress,format");
      background-position: center bottom;
    }*/

    #top-banner-image-container-old::before {
      content: "";
      position: fixed;
      width: 142%;
      background: url("https://www.flyvictor.com/_next/static/images/ba932a3bc7872e4fa23dae2be447bd36-homepage-hero-image.jpg");
      background-size: cover;
      z-index: -1;  
      -webkit-background-size: cover; 
      -moz-background-size: cover; /* pour Firefox */
      -o-background-size: cover; /* pour Opera */
      background-size: cover; /* version standardisée */
      height: 500px;
    }

    #top-banner-image-container {
      /*background: url("https://s3-alpha-sig.figma.com/img/186a/7683/23af9669b70883db5f221cba3c8f03e1?Expires=1713744000&Key-Pair-Id=APKAQ4GOSFWCVNEHN3O4&Signature=hnkupFVBWOYK7JEiiG7HS-IgfOItUuq9LD7R4ygu38r~nF~fuWAnkFUNQVED-qaGmkuSAC18q~3YBkjndWrbhbB7Ot3sW0quveQNKObL2zNShMPpYrT-AZocNxenTR9hiWtKu-CV2ZVHYi0DL-GqDJdZQH4G3y8KZ1Nwk3vKX1GkJ7IQ7nNURAhy1Qy2BF4kH7nF9XtxqttnzcB4wC7y~3FRBHyb5Z5RGoItYnHLnTt1BTAPQC1avwwdxuQRw0MA4FaDUkjUSdjyYNTLrjaaQCbL8iXeVE1nG~deV8f1Px6m2yb6N6InXdatGMAMMbnzVNPklHrvrRAUjw0kc8euAg__");*/
      background: url("./../images/homepage.jpg");
      background-size: cover;
      z-index: -1;  
      -webkit-background-size: cover; 
      -moz-background-size: cover; /* pour Firefox */
      -o-background-size: cover; /* pour Opera */
      background-size: cover; /* version standardisée */
      height: 300px;
    }
  }

  @media (min-width: 1440px) {
    #top-banner-image-container {
      height: 720px;
    }
  }

  @media (min-width: 1200px) {
    #top-banner-image-container {
      height: 400px;
      min-height: 400px;
    }
  }

  .first-banner{
    position: relative;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    top: 0px;
    left: 0px;
    height: 100%;
    color: white;
    text-align: center;
    width: 100%
  }

  .two-banner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /*max-width: 1336px;*/
    height: 100%;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: stretch;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0px;
    margin-bottom: initial;
    overflow: visible;
  }

  @media (min-width: 768px) {
    .two-banner {
      padding: 0px 0px;
    }
  }

  .two-banner .banner-inner-section {
    position: relative;
    display: block !important;
    flex-wrap: wrap;
    align-items: flex-start;
    -moz-box-pack: center;
    justify-content: center;
    width: 100%;
    height: 20%;
  }

  .two-banner-second{
    width: 100%;
    background: #0B3551;
    opacity: 0.4;
    margin-top: 262px;
  }

  .two-banner-second_first-text{
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 85px;
    color: #FFFFFF;
    font-family: 'Playfair Display';
    text-align: left;
    padding-left: 178px;
  }

  .two-banner-second_second-text{
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'Kohinoor Bangla';
    text-align: left;
    padding-left: 178px;
  }

  @media (min-width: 1200px) {
    .banner-inner-section-text {
      margin-top: 111px;
      max-width: unset;
    }
  }

  .banner-inner-section-text {
    width: 100%;
    margin-top: 86px;
  }

  .banner-inner-section-text h1{
    line-height: 52px !important;
    color: rgb(255, 255, 255);
    font-family: Raleway;
    font-size: clamp(24px, 5vw, 48px);
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
  }

  .banner-inner-section-text h2{
    margin-top: 16px;
    line-height: 29px !important;
    font-size: 13px;
    font-weight: 600;
    font-family: Century Gothic;
    letter-spacing: 0.93px;
    text-transform: uppercase;
    color: white;
  }

  #oneWay, #roundTrip, #multiLeg{
    width: 90%;
  }

  #oneWayForm, #roundTripForm, #multiLegForm{
    width: 100%;
  }

  #oneWayForm_button, #roundTrip_button, #multiLeg_button, #shared_flight_btn{
    border: none;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  height: 57px;
  background: #AF8B0F;
  width: 12%;
  margin-top: 20px;
  border-radius: 0px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: #FFFFFF;
  }

  #oneWayForm_button:hover, #roundTrip_button:hover, #multiLeg_button:hover{
    background-color: #d3a936;
  }

  #oneWayForm, #roundTripForm{
    display: inline; 
    flex-wrap: wrap;
    margin-bottom: 17px;
  }

  #oneWayForm{
    padding-top: 20px;
  }

  

  .tab-group-custom {
    background-color: rgba(25, 54, 80, 0.5)!important; /* 0.5 représente 50% de transparence */
    margin: 0;
    padding-left: 7%;
    padding-top: 0px!important;;
  }
  

  .tab-group .tab{
    padding-left: 0px;
  }

  .tab-group .tab button{
    display: inline-grid;
    float: none;
  }

  .tab-group .tab button span{
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'Century Gothic';
  }

  .tab-content tbody tr, .tab-content tbody tr td{
    border: 0px solid !important;
  }

  .tab-content .before_field_input_search > input, #shared-flight .before_field_input_search > input{
    /*margin-right: 10px;*/
    background-color: #fff !important;
    transition: all 0.25s ease 0s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 8px 30px 8px 15px;
    animation: 0.25s ease 0s 1 normal none running fade-from-bottom;
    height: 50px;
    width: 100%;
  }

  .passengers .dropdown, .luggages .dropdown, .pets .dropdown{
    width: 100%;
  }

  .passengers .dropdown .dropbtn, .luggages .dropdown .dropbtn, .pets .dropdown .dropbtn{
    width: 100%;
    height: 50px;
    padding: 0px;
  }


  .passengers .dropdown .dropbtn i, .luggages .dropdown .dropbtn i{
    text-align: left;
    left: -11px;
  }

  

  .passengers .dropdown .dropbtn i, .passengers .dropdown .dropbtn span,
  .luggages .dropdown .dropbtn i, .luggages .dropdown .dropbtn span{
    font-size: 22px;
    position: relative;
  }

  .passengers .dropdown .dropbtn span, .luggages .dropdown .dropbtn span{
    right: -4px
  }

  .before_field_input_search{
    padding-right: 1px;
    padding-left: 1px;
  }

  #passengerDropdown{
    left: -61px;
  }

  #passengerDropdown .passenger-input label{
    width: 42%;
    color: rgb(64, 64, 64);
    text-align: left;
  }

  .dropdown-content .passenger-input label{
    width: 42%;
    /*background: green;*/
    color: rgb(64, 64, 64);
    text-align: left;
  }

  .pets .dropdown-content .passenger-input label{
    width: 100%;
  }

  .luggages .dropdown-content .passenger-input label{
    width: 70%;
  }

  #passengerDropdown .passenger-input{
    display: block;
  }

  .luggages .dropdown-content .passenger-input{
    padding-left: 1px;
    width: 90%;
    /*background: yellow;*/
  }

  .pets .dropdown-content .passenger-input{
    padding-left: 1px;
    width: 100%;
    display: inline-flex;
    /*background: yellow;*/
  }

  .styled__FullWidthContainer-sc-484hm9-8.cFZRpR, .styled__FullWidthCardContainer-sc-484hm9-9.cfltJL{
    display: none;
  }

  .styled__StyledHeaderRow-sc-484hm9-5.ETcaQ .bvySkH a{
    font-weight: normal;
  }

  .styled__FullWidthContainer-sc-484hm9-8.hjgnyA{
    float: left;
  }

  .tab-content h4.title{
    color: #fff;
    padding: 10px 10px 10px 0px;
  }

  .tab-content{
    padding-left: 0px;
  }

  .tab-content, #oneWay, #oneWayForm, .tab-content .row, #roundTrip,  #roundTripForm,
  #multiLeg, #multiLegForm, #flightsContainer,.flightsContainer, .flightDetails{
    margin-right: 0px;
    padding-right: 0px;
  }

  .flightDetails {
    padding-left: 0px;
  }
  #flightsContainer{
    margin-left: 0px;
  }

  .tab-content .flightDetails h4.title{
    margin-left: -9px;
  }

  #roundTrip{
    padding-left: 0px;
  }

  #btn_flight button{
    color: #fff;
    font-size: 16px;
  }

  #btn_flight{
    padding: 14px 0px;
  }

  #add_flight{
    width: 10%;
    padding-left: 0px;
    padding-right: 0px;
  }

  #add_flight span, #remove_flight span{
    font-size: 20px;
  }

  #remove_flight{
    width: 12%;
    padding-left: 0px;
  }

  #about-one{
    
  }

  .section-title__tagline {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: #a79132;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    z-index: 1;
  }

  .section-title__title {
    margin: 0;
      margin-top: 0px;
    color: #123821;
    font-size: 40px;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: -0.04em;
  }

  h3.section-title__title{
    text-transform: none;
    color: #000;
    font-size: 20px;
    padding-top: 20px;
    /*width: 488px;*/
    line-height: 30px;
    text-align: justify;
    font-weight: 500;
  }

  h2.section-title__title{
    text-transform: none;
    color: #AF8B0F;
    font-family: 'Century Gothic';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 53px;
    
  }

  #charters h2.section-title__title{
    text-align: left;
    color: #fff;
    font-size: 40px;
    font-weight: 400;
  }

  #charters .section-title{
    margin-bottom: 15px;
    font-family: 'Playfair Display';
    line-height: 53px;
    padding-top: 8px;
  }

  .about-one__left {
    position: relative;
    display: block;
  }


  .about-one__left .about-one__text{
    text-align: justify;
    line-height: 24px;
    font-size: 18px;
  }

  .about-one__left .section-title {
    margin-bottom: 28px;
  }

  .section-title {
    position: relative;
    display: block;
    margin-top: -9px;
    margin-bottom: 47px;
    z-index: 3;
  }

  .about-one__points {
    position: relative;
    display: block;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .about-one__points li {
    position: relative;
    display: flex;
    align-items: center;
  }

  

  .about-one__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 22px;
    color: #a79132;
  }

  .about-one__points li .text p {
    font-size: 19px;
    font-weight: 700;
    color: #000000;
  }

  #about-one {
    position: relative;
    display: block;
    padding: 120px 0 160px;
    background-repeat: no-repeat;
    background-position: left top;
  }

  .list-unstyled.about-one__points li{
    line-height: 30px;
    padding: 10px 0px;
  }

  .about-one__text{
    font-family: 'Century Gothic', sans-serif
  }

  .about-one__btn-call {
    position: relative;
    display: flex;
    align-items: center;
  }

  .about-one__btn-box {
    position: relative;
    display: block;
  }

  .elementor a {
    box-shadow: none;
    text-decoration: none;
  }

  .about-one__btn-call .thm-btn{
    border-radius: 0px;
    padding: 10px 23px 10px;
    font-size: 14px;
    background: #AF8B0F;
    font-weight: normal;
    height: 40px;
    padding-top: 4px;
  }

  .about-one__btn-call .thm-btn:hover::before{
    transform: unset;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: unset;
    border-radius: inherit;
    position: relative;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
  }

  .about-one__btn-call .thm-btn::before{
    transform: unset;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: unset;
    border-radius: inherit;
    position: relative;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
  }

  .thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    background-color: #123821;
    color: #ffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 15px 60px 15px;
    border-radius: 30px;
    transition: all 0.5s linear;
    z-index: 1;
  }

  .about-one__call {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 20px;
  }

  [class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .about-one__call-icon {
    position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: #AF8B0F;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  }

  .about-one__call-icon span {
    position: relative;
    display: inline-block;
    font-size: 22px;
    color: #a79132;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  .about-one__call-sub-title {
    position: relative;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 20px;
    font-weight: 500;
  }

  .about-one__call-number {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
  }

  .elementor a {
    box-shadow: none;
    text-decoration: none;
  }

  .about-one__call-number a {
    color: #123821;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
  }

  .about-one__call-content {
    margin-left: 10px;
  }

  .about-one__right {
    position: relative;
    display: block;
    margin-left: 60px;
    margin-right: 40px;
    z-index: 1;
  }

  .animated {
    animation-duration: 1.25s;
  }

  .about-one__img-box {
    position: relative;
    display: block;
    z-index: 1;
  }

  .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  .about-one__img-box::before {
    content: "";
    position: relative;
    top: 90px;
    left: -40px;
    right: 40px;
    bottom: -40px;
    background-color: #f8f7f1;
    z-index: -1;
    border-radius: 50px 0px;
  }

  .elementor *, .elementor ::after, .elementor ::before {
    box-sizing: border-box;
  }

  .about-one__right .about-one__img{
    border-radius: 50px 0px;
  }

  .about-one__img {
    position: relative;
    display: block;
    overflow: hidden;
  }

  .elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }

  .about-one__img > img {
    width: 100%;
  }

  .about-one__img::after {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
    z-index: 1;
  }

  .about-one__satisfied {
    position: absolute;
    bottom: 70px;
    right: -40px;
    background-color: #a79132;
    display: flex;
    align-items: center;
    padding: 27px 40px 27px;
    z-index: 2;
  }

  .about-one__satisfied::before {
    content: "";
    position: absolute;
    bottom: -40px;
    right: 0;
    border-bottom: 40px solid transparent;
    border-left: 40px solid #9a8528;
  }

  .about-one__satisfied-icon {
    position: relative;
    display: flex;
    align-items: center;
  }

  .about-one__satisfied-icon span {
    position: relative;
    display: inline-block;
    font-size: 62px;
    color: #123821;
    transition: all 500ms linear;
      transition-delay: 0s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }

  .about-one__satisfied-content {
    margin-left: 20px;
  }

  .about-one__satisfied-content h3 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    line-height: 40px !important;
    font-family: 'Century Gothic', sans-serif !important;
    letter-spacing: 0;
  }

  .about-one__satisfied-content p {
    font-size: 14px;
    color: #ede2b1;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 20px;
  }


  #feature-three {
    position: relative;
    display: block;
    padding: 0px 0 30px;
    z-index: 1;
    background-color: #0B3551;
  }

/*#feature-three::before {
  background-image: url(https://bracketweb.com/jetlywp/wp-content/uploads/2023/01/blog-1-bg-1.png);
}*/

/*#feature-three::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 435px;
  background-color: #f8f7f1;
  content: "";
  z-index: -1;
  background-blend-mode: luminosity;
  background-size: cover;
}*/

.feature-three__icon.icon-svg-large.quickly img{
  width: 115px;
  height: 79px;
}

.feature-three__icon.icon-svg-large.competitivity img{
  width: 78px;
  height: 78px;
}

.feature-three__icon.icon-svg-large.competitivity2 img{
  width: 62px;
  height: 78px;
}

.feature-three__icon.icon-svg-large.confidentiality img{
  width: 69px;
  height: 78px;
}

.text-center {
  text-align: center !important;
}

#charters .section-title__title {
  margin: 0;
    margin-top: 0px;
  color: var(--jetly-black);
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: -0.04em;
  margin-top: 5px;
}


#feature-three .section-title__title{
  color: #FFFFFF;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 53px;
}


#btn-next-precedent{
  display: flex;
  margin-left: auto;
  margin-right: 0;
}

#btn-next-precedent #left, #btn-next-precedent #right{
  width: 60%;
  background: #fff;
  height: 55px;
}

#btn-next-precedent #left{
  width: 60%;
  background: #fff;
  height: 55px;
  margin-right: 3px;
}

#charters .section-title{
  display: flex;
}

.feature-three__inner {
  position: relative;
  display: block;
  z-index: 1;
  background: #0B3551;
}

.feature-three__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
  padding: 33px 39px 32px;
  /*background-color: white;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);*/
  z-index: 1;
  text-align: center;
  /*height: 357px;*/
}

#feature-three .section-title__title{
  padding-top: 50px;
}

.feature-three__text{
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: center;
}

.feature-three__single::before {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  content: "";
  background-color: #123821;
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}

.feature-three__icon {
  position: relative;
  display: block;
  margin-bottom: 12px;
}

.feature-three__icon span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: #a79132;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
    transition-delay: 0s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.feature-three__title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 16px;
}

.feature-three__title a {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #AF8B0F;
  text-align: center;
}

#charters {
  position: relative;
  display: block;
  padding: 0px 0 90px;
  background-color: #AF8B0F;
}

#charters img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.charters__shape-1 {
  display: block;
}

.charters__shape-1 {
  position: absolute;
  bottom: 0;
  left: 40px;
}

.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.charters__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.charters__img {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #123821;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}


.charters__img img {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.charters__date {
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  color: #a79132;
  letter-spacing: 0.1em;
}

.charters__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.charters__title a {
  /*color: #123821;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;*/
  color: #AF8B0F;
}

.charters__text {
  position: relative;
  display: block;
  padding-top: 12px;
  padding-bottom: 20px;
  line-height: 24px;
  font-size: 15px;
  width: 98%;
}

.charters__btn {
  background-color: #a79132;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 29px 4px;
}

.charters__detail{
  text-align: right;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 500;
}

.charters__detail a:hover, .charters__detail a{
  color: #0B3551;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.charters__btn::before {
  background-color: #123821 !important;
}

.thm-btn::before {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  background-color: #a79132;
  content: "";
  border-radius: 30px;
  transform: scaleY(0) rotateX(0deg);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: -1;
}

.charters__content {
  position: relative;
  display: block;
  background-color: white;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
  padding: 23px 25px 25px;
}

.thm-btn:hover {
  color: #fff;
}

.thm-btn:hover::before {
  transform: scaleY(1) rotateX(0deg);
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.charters__single:hover .charters__img img {
  transform: scale(1.05);
  opacity: .5;
}

#cta-one {
  position: relative;
  display: block;
  background-color: #a79132;
  padding: 60px 0 60px;
  z-index: 1;
}

.cta-one__bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.05;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.cta-one__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cta-one__title {
  position: relative;
  display: block;
}

.cta-one__title h3 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}

.page-wrapper, .footer-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.elementor-section.elementor-section-stretched {
  position: relative;
  width: 100%;
}

.elementor-element {
  --widgets-spacing: 20px;
}

.elementor-element {
  --swiper-theme-color: #000;
  --swiper-navigation-size: 44px;
  --swiper-pagination-bullet-size: 6px;
  --swiper-pagination-bullet-horizontal-gap: 6px;
}

.elementor-element {
  --flex-direction: initial;
  --flex-wrap: initial;
  --justify-content: initial;
  --align-items: initial;
  --align-content: initial;
  --gap: initial;
  --flex-basis: initial;
  --flex-grow: initial;
  --flex-shrink: initial;
  --order: initial;
  --align-self: initial;
  flex-basis: var(--flex-basis);
  flex-grow: var(--flex-grow);
  flex-shrink: var(--flex-shrink);
  order: var(--order);
  align-self: var(--align-self);
}

.site-footer {
  position: relative;
  display: block;
  background-color: #0B3551;
  z-index: 1;
}

.elementor-section .elementor-container {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

@media (min-width: 768px) {
  .elementor-column.elementor-col-100, .elementor-column[data-col="100"] {
    width: 100%;
  }
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
  display: flex;
}

.elementor-widget-wrap {
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
}

.elementor-section.elementor-section-boxed > .elementor-container {
  /*max-width: 1300px;*/
}

.elementor-102 .elementor-element.elementor-element-2b27679 {
  /*width: 33.33%;*/
  width: 29.33%;
}

.elementor-column.elementor-col-25, .elementor-column[data-col="25"] {
  width: 25%;
}

.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
  padding: 0;
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
  display: flex;
}

.elementor-widget-wrap {
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
}

.elementor *, .elementor ::after, .elementor ::before {
  box-sizing: border-box;
}

.elementor-widget-wrap > .elementor-element {
  width: 100%;
}

.elementor-element .elementor-widget-container {
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);
}

.footer-widget__about {
  position: relative;
  display: block;
  margin-top: 8px;
}

.footer-widget__logo {
  position: relative;
  display: block;
}

.logo-retina img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.footer-widget__about-text-box {
  position: relative;
  display: block;
  padding-top: 22px;
}

.footer-widget__about-text {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 30px;
}

@media (min-width: 768px) {
  .elementor-102 .elementor-element.elementor-element-b02751c {
    width: 38%;
  }
}

.elementor-column {
  position: relative;
  min-height: 1px;
  display: flex;
}

.footer-widget__Explore {
  position: relative;
  display: block;
  margin-left: 154px;
}

.footer-widget__title-box {
  position: relative;
  display: block;
  margin-bottom: 13px;
}

.footer-widget__title {
  color: #fff;
  font-weight: 700;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: justify;
  font-family: 'Kohinoor Bangla';
}

.footer-widget__Explore-list {
  position: relative;
  display: block;
}

.ml-0, .nice-select .list {
  margin-left: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 0;
}

ul, ol {
  margin: 0 0 .5em 3em;
    margin-top: 0px;
    margin-bottom: 0.5em;
    margin-left: 3em;
  padding-left: 1em;
}

.footer-widget__Explore-list li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #889f91;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.elementor-102 .elementor-element.elementor-element-0b4cfd3 {
  width: 16.67%;
}

.footer-widget__links {
  position: relative;
  display: block;
}

.elementor-102 .elementor-element.elementor-element-32826c4 {
  width: 33%;
}

.footer-widget__Contact {
  position: relative;
  display: block;
}

.footer-widget__Contact-list {
  position: relative;
  display: block;
  padding-top: 2px;
}

.footer-widget__Contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-widget__Contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
  top: 2px;
}

.footer-widget__Contact-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #a79132;
  top: -2px;
}

.fa, .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}



.footer-widget__Contact-list li .text p {
  font-size: 15px;
  font-weight: 400;
  color: #889f91;
}

.footer-widget__Contact-list li .text p a {
  color: #889f91;
  transition: all 500ms ease;
}

.site-footer__bottom {
  position: relative;
  display: block;
  padding: 30px 0 30px;
  /*border-top: 1px solid rgba(255,255,255, 0.1);*/
}

.site-footer__bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-footer__bottom-left {
  position: relative;
  display: block;
}

.site-footer__bottom-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #889f91;
}

.site-footer__bottom-right {
  position: relative;
  display: block;
}

.site-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-footer__social a {
  position: relative;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #ffff;
  background-color: #1a452b;
  font-size: 14px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.site-footer__shape-1 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.05;
  z-index: -1;
}

.zoom-fade-3 {
  animation-name: zoom-fade-3;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: zoom-fade-3;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: zoom-fade-3;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: zoom-fade-3;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: zoom-fade-3;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.elementor img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.footer-wrapper .elementor img { 
  max-width: initial;
}

.site-footer__shape-1 img {
  width: auto;
}

.cta-one__btn:hover {
  color: #123821;
}

.cta-one__btn::before {
  background-color: #fff;
}

.site-footer__top {
  position: relative;
  display: block;
  padding: 20px 0 93px;
}

.site-footer__social a + a {
  margin-left: 10px;
}

.site-footer__social a:hover {
  color: #a79132;
  background-color: #fff;
}

.s0 { fill: #a79132 } 

#more-services a, #more-services a:hover{
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-style: normal;
}

#more-services{
  text-align: right;
  padding-right: 0px;
}

#faq, #newsletter{
  padding-top: 100px;
}

#faq .section-title__title, #newsletter .section-title__title{
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 53px;
  color: #AF8B0F;
  font-family: 'Playfair Display';
}

#faq .card{
  border: 0px;
  border-bottom: 1px solid #000;
  border-radius: 0px;
}

#faq .accordion-text{
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  align-items: center;
  color: #000000;
  border: 0px;
  text-decoration: auto;
  text-transform: initial;
  padding-left: 0px;
}

#faq .card-header-custom{
  padding: 18px 0px;
}

#faq .accordion-btn{
  margin-left: auto;
}

#faq .accordion-block{
  display: flex;
}

#faq .card-body{
  padding-left: 0px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  /*border-bottom: 1px solid #000;*/
  padding-top: 0px;
}

#newsletter input{
  border: 0px;
  background: none;
  border-bottom: 1px solid #000;
  border-radius: 0px;
  padding-left: 0px;
}

#newsletter input::placeholder{
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #919191;
}

#newsletter .btn{
  width: 171px;
  height: 40px;
  padding: 10px 0px;
  background: #0B3551;
  border: 1px solid #000000;
  color: #fff;
  border-radius: 0px;
}

#newsletter button span{
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
}

#newsletter .adresse{
  display: inline-block;
  width: 87%;
}

#newsletter .send{
  display: inline-block;
  width: 12%;
}

#newsletter{
  margin-bottom: 170px;
}

#newsletter .btn{
  margin-top: 4px;
}

.footer-widget__Explore-list li a{
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.menu-item.menu-item-type-custom.menu-item-object-custom{
  height: 36px;
}

.elementor-column.elementor-col-25.elementor-inner-column.elementor-element.elementor-element-32826c4 .elementor-widget-wrap.elementor-element-populated{
  margin-left: 88px;
}

.footer-widget__Contact-list.list-unstyled.ml-0 p{
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 53px;
  color: #AF8B0F;
  font-family: 'Playfair Display';
}

.elementor-102 .elementor-element.elementor-element-b02751c, 
.elementor-102 .elementor-element.elementor-element-32826c4{
  padding-top: 52px;
}

.site-footer__bottom-text{
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

.list-unstyled.about-one__points.ml-0 .text p{
  margin-left: 10px;
}

@media (max-width: 1716px) {
  #first-elementor-footer{
    background: red;
    margin-right: 19%;
  }
}

@media (max-width: 1924px) {
  #first-elementor-footer{
    background: red;
  }
}

#footer-wrapper{
  background-color: #0B3551;
  padding: 50px 0px;
}

#footer_first-section_explore a{
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: #FFFFFF;
}

#footer_first-section_explore, #footer_first-section_information{
  padding-top: 42px;
}

#footer-wrapper{
  padding: 50px 0px;
}

#footer_first-section_explore li{
  height: 36px;
}

#footer_first-section{
  margin-bottom: 70px;
}

.footer-widget__title-box{
  display: inline-flex;
}

.footer-widget__title-box span{
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #fff;
}

#footer_first-section_information h3.footer-widget__title{
  padding-left: 10px;
  padding-top: 10px;
}

@media (min-width: 1372px) {
  #footer_first-section_explore ul{
    padding-left: 0px;
    margin-left: 0px;
  }

  #footer_first-section_explore .offset-1 {
    margin-left: 5.333%;
  }

  #footer_first-section_explore{
    width: 25%;
  }

  #footer_first-section_information{
    margin-left: 0%
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .charters__content h3{
    height: 60px;
  }

  p.charters__text{
    overflow-x: hidden;
    overflow-y: hidden;
    height: 104px;
  }
}

@media (min-width: 1210px) and (max-width: 1399px) {
  p.charters__text{
    overflow-x: hidden;
    overflow-y: hidden;
    height: 104px;
  }
}

#btn_flight{
  display: flex;
}

#add_flight{
  width: 50%;
  text-align: left;
}

#remove_flight{
  width: 50%;
  display: block;
  text-align: left;
}

.bottom-search{
  margin-left: 0;
}

#btn_search{
  padding-right: 0px;
}

#multiLeg_button{
  width: 100%;
}

#roundTrip_button{
  width: -moz-available;
}

#affretement-jet-prive{
  height: 244px;
  background: #0B3551;
}

#affretement-jet-prive h1{
  font-size: 50px;
  color: #fff;
  font-family: Playfair Display;
}

#affretement-jet-prive a{
  font-size: 14px;
  width: 30%;
  background: #AF8B0F;
  height: 40px;
  text-align: center;
}

/********************************/

#shared-flight{
  height: 406px;
  background: #0B3551;
  padding-top: 3%;
  padding-bottom: 3%;
}

#shared-flight h1{
  font-size: 64px;
  color: #fff;
  font-family: Playfair Display;
}

#shared-flight .before_field_input_search{
  margin-right: 10px;
}

#shared-flight .before_field_input_search{
  margin-right: 10px;
}

#shared_flight_btn{
  width: 100%;
  margin-top: 0px;
  padding: inherit;
}

#shared_flight_inputs{
  margin-top: 3%;
}

.before_field_input_search input::placeholder{
  text-transform: uppercase;
}

#on-sale h1, #pre-sale h1{
  font-size: 32px;
  font-family: "Playfair Display";
  color: #0B3551;
  font-weight: 400;
}

#on-sale .col, #pre-sale .col{
  padding-left: 0px;
}

#results{
  padding-left: 8%;
  padding-top: 7%;
  padding-right: 8%;
  margin-bottom: 8%;
}

#on-sale .header div:nth-child(2) svg, #pre-sale .header div:nth-child(2) svg{
  float: right;
  top: 34px;
  position: relative;
}

#on-sale .body thead tr, #pre-sale .body thead tr{
  background: #E9C554;
}

#on-sale .body thead tr th, #pre-sale .body thead tr th{
  color: #AF8B0F;
}

#on-sale tbody tr, #pre-sale tbody tr{
  border: 0px;
}

#on-sale .body thead th, #on-sale .body tbody td, #pre-sale .body thead th, #pre-sale .body tbody td{
  text-align: left;
  text-transform: uppercase;
  border: 0px;
  padding-left: 25px;
}

#on-sale .body thead th, #pre-sale .body thead th{
  height: 39px;
}

#on-sale .body tbody td, #pre-sale .body tbody td{
  height: 72px;
  padding-top: 21px;
}

#on-sale .body thead tr th:nth-child(1), #pre-sale .body thead tr th:nth-child(1){
  width: 40%;
}

.table-striped > tbody > tr:nth-of-type(2n+1){
  --bs-table-accent-bg: #F3F3F3;
}

.table-striped > tbody > tr:nth-of-type(2n+2){
  --bs-table-accent-bg: #EBEBEB;
}

#number-match{
  font-weight: 400;
  font-family: Playfair Display;
  font-size: 64px;
  color: #AF8B0F;
}

#results .container h1{
  margin: 0px;
}

#results .container h1{
  margin: 0px;
}

/*#no-results svg{
  position: relative;
  top: 25%;
}*/

#results .center{
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

#enable-notification h1{
  text-align: right;
  margin: 0;
}

#enable-notification{
  background: #D9D9D9;
}

#enable-notification{
  height: 70px;
}

#enable-notification .container h1{
  padding-right: 7%;
  margin-top: 0px;
}

#header #right{
  display: flex;
  max-width: fit-content;
}

#header #left{
  padding-left: 0px;
}

#right{
  margin-left: auto;
  margin-right: 0;
  padding-top: 1%;
}

#jets{
  margin-top: 2%;
  margin-bottom: 8%;
}

#left h1{
  font-family: Playfair Display;
  font-size: 40px;
  font-weight: 400;
  line-height: 53.32px;
  text-align: left;
  color: #AF8B0F;
  margin-top: 0px;
}

#right h3{
  font-family: Kohinoor Bangla;
  font-size: 22px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #0B3551;
}

#right div{
  padding: 0px 8px;
  margin-top: -1%;
}

#right svg{
  border: 1px solid #000;
  padding: 4%;
}

#jets #informations .text{
  /*font-family: Kohinoor Bangla;*/
  font-size: 18px;
  font-weight: 300;
  line-height: 36px;
  text-align: left;
  color: #0B3551;
  text-transform: uppercase;
}

#jets #informations .text .title{
  font-weight: bold;
}

#jets #price #title{
  font-size: 14px;
  background-color: #fff;
  color: #0B3551;
  text-align: right;
  font-weight: 500;
}

#jets #price{
  padding-top: 3%;
}

#jets #price #value{
  font-size: 40px;
  text-align: right;
  color: #0B3551;
}

#jets #price #plus-infos .btn_plus-infos{
  background: #AF8B0F;
  height: 40px;
  padding: 0px 6%;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  float: right;
  margin: 6% 0%;
}

#jets .flight{
  padding: 1% 0%;
  border: 1px solid #D9D9D9;
  margin-bottom: 1%;
  padding-bottom: 0px;
}

#jets #body .img{
  flex: 0 0 auto;
  width: 20%;
}



@media (max-width: 1887px) {
  #jets #body .img{
    flex: 0 0 auto;
    width: 21%;
  }

  #jets #body #informations {
    flex: 0 0 auto;
    width: 48%;
  }
}

@media (max-width: 1757px) {
  #jets #body .img {
    width: 23%;
  }

  #jets #body #informations{
    width: 45%;
  }
}

@media (max-width: 1454px) {
  #jets #body .img{
    width: 26%;
  }
  #jets #body #informations{
    width: 42%;
  }
}

@media (max-width: 1314px) {
  #jets #body #informations {
    width: 45%;
  }

  #jets #body #price{
    width: 100% !important;
  }

  /*#jets #body #price{
    width: 27% !important;
  }*/
}

@media (min-width: 1888px) {
  #jets #body #informations{
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (max-width: 1887px) {
  #jets #body #price{
    flex: 0 0 auto;
    width: 30%;
  }
}


#jets #body .pagination .page-link:hover{
  border: 1px solid #0B3551;
  background: #fff;
  color: #0B3551;
}

#jets #body .pagination .page-link{
  border: 1px solid #D9D9D9;
  border-radius: 0px;
}

#jets .container-fluid, #enable-notification .container-fluid, 
#shared-flight .container-fluid{
  width: 84%;
}

#shared_flight_inputs .offset-2{
  margin-left: 13.667%;
  margin-right: 0px;
}

@media (max-width: 1586px) {
  #shared_flight_inputs .offset-2{
    margin-left: 12.667%;
  }
}

#jets nav{
  float: right;
}