/* GENERAL */
html {
    font-size: calc(15px + 0.390625vw);
    -webkit-tap-highlight-color: transparent;  
    }
    
    a{
        text-decoration: none;
        color : white;
    }
    
    body {
        font-family: 'Open Sans', sans-serif;
        margin: 0;
        padding: 0;
        position: relative;
        background-color: #202020;
    
    }
    
    
    .relative {
        position : relative;
    }
    
    .w-100 {
        width: 100%;
    }
    
    .emphase-text {
        color : #F0D869;
        font-weight: 600;
    }
    
    
        .flex {
            display : flex;
        }
    
        .input-block {
            display:flex;
    
        }
        .clear-input{
            display: flex;
            justify-items: center;
            align-items: center;
            right: 0.5rem;
            color: #000;
            cursor: pointer;
    
        }
    
        .clear-input img {
            position: absolute;
            right : 0.5rem;
            margin-top:0.25rem;
            width: 0.8rem;
        }
    /* HEADER */ 
    header {
        overflow: hidden;
        position: relative;
        color : white;
        width: 100%;
    
    }
    
    header div {
        display: flex;
        box-sizing: border-box;
    }
    
    
    .img-header {
        width : 100%;
        margin: 0;
        object-fit: center cover;
        object-position: 50% 50%;
    
    }
    
    .navbar {
        display : flex;
        position : relative;
        color : white;
        z-index: 10;
        padding : 0.2rem 1rem;
        align-items: center;
        justify-content: space-between;
        background-color: #1a1a1a;
        -webkit-box-shadow: -2px -13px 21px 9px #000000; 
        box-shadow: -2px -13px 21px 9px #000000;
        transition: all 0.5s;
    }
    
    .nav-logo {
        font-size: 1rem;
        font-weight: 600;
        color : #F0D869;
        font-family: 'Libre Baskerville', serif;
        letter-spacing:0.05cm;
    }
    
    .nav-block {
        display : flex;
        gap : 3rem;
        padding: 0 3rem;
        justify-content: space-between;
        list-style : none;
        font-weight: 400;
        font-size: 0.95rem;
        
    }
    
    .nav-link {
        cursor: pointer;
    }
    
    .nav-link > a::after {
    
        content: "";
        display: block;
        margin: auto;
        height: 1px;
        width: 0;
        top: 5px;
        background: transparent;
        transition: all 0.3s;
        
      }
      
      input[type='date'], input[type='time'] {
        -webkit-appearance: none;
    }
      
      .nav-link > a:hover::after, .nav-link > a.active-nav::after {
        width: 100%;
        background: #F0D869;
      } 
      .reserve-test {
        box-sizing:initial;
        max-width: 15rem;
        margin: 1rem auto 0rem auto;
          cursor: pointer;
          z-index: 10;
          border : 2px solid #8a8a8a;
          background-color: #202020;
          padding: 12px 0;
          color : white;
          font-size: 1.05rem;
          border-radius: 5px;
          font-weight: 400;
      }
      .reserve-test:hover 
        {
        color : black;
        border : 2px solid #F0D453;
        background-color: #F0D453;
    }
 
    
  /*  .reserve-test:hover 
        {
        color : black;
        border : 2px solid #F0D453;
        background-position: left bottom;
    }
    */
    .toggle-button {
        display : none;
        flex-direction: column;
        width : 1rem;
        gap: 0.1rem;
    }
    
    .toggle-button span {
        height: 3px;
        width: 100%;
        background-color: white;
    }
    /* MAIN */
    
    /*vtc presentation */
    
    h1 {
        font-size: 1.8rem;
        margin-bottom: 0;
        font-weight: 700;
        margin-top  : 2rem;
        color : #F0D869;
        font-family: 'Libre Baskerville', serif;
        letter-spacing:0.05cm;
    }
    
    .vtc-presentation {
        background-color: #1a1a1a;
        text-align : center;
        padding : 1.5% 10% 5% 10%;
        color: white;
    
    }
    .vtc-presentation p {
        margin-top  : 0.2rem;
       font-size: 1.05rem;
    }
    
    .presentations-blocks {
        display : grid;
        grid-template-columns: 1fr 1fr 1fr 1fr ;
        margin-top: 1.5rem;
        gap : 2rem;
        
    }
    
    .hr-presentation {
        position: absolute;
        width : 100%;
        height: 2px;
        align-self: center;
        margin-bottom: 5rem;
    }
    
    .presentation-block {
        display : flex;
        flex-direction: column;
        align-items: center;
        margin-top: 1.5rem;
    }
    
    .presentation-block img {
        width : 2.5rem; 
        height : 2.5rem;
        background-color: rgb(29, 29, 29);
    }
    .presentation-block div {
        width : 2.5rem; 
        height : 2.5rem;
        background-color: rgb(29, 29, 29);
        border  :2px solid white;
        padding: 1.5rem;
        border-radius: 50%;
    }
    
    .presentation-block h3 {
        font-size: 0.95rem;
        margin-top: 1.5rem;
        margin-bottom: 0;
        color : #F0D869;
        
    }
    
    
    .presentation-block p {
        font-size: 0.75rem;
        margin-top: 0rem;
        max-width : 15rem;
    }
    
    .line {
        display: flex;
    
        align-items: center;
    }
    
    .line hr {
            background-color : black;
    }
    
    /* vtc prestations */
    
    .vtc-prestations {
        background-color: #1F1F1F;
        text-align: center;
        color : white;
        padding: 3% 15% 4% 15%;
    }
       
    .cgu {
        background-color: #1F1F1F;
        text-align: left;
        color : white;
        padding: 3% 15% 4% 15%;
    }
    .cgu .title{
        text-align: center;
    }

    .cgu p {
        font-size: 0.95rem;
        line-height: 1.5;
    }
    h2 {
        font-size: 1.80rem;
        color : #F0D869;
        font-family: 'Libre Baskerville', serif;
        letter-spacing:0.05cm;
    }
    
    .presentation-prestation {
        display : grid;
        grid-template-columns: 1fr 1fr;
        margin-top: 3rem;
    }
    
    .image-prestation {
        width : 85%; height : auto;
        box-shadow: -1px 0px 12px -2px rgba(41,41,41,0.75);
        -webkit-box-shadow: -1px 0px 12px -2px rgba(41,41,41,0.75);
        -moz-box-shadow: -1px 0px 12px -2px rgba(41,41,41,0.75);
        border-radius: 5px;
    }
    
    .text-prestation {
        font-size: 0.90rem;
        font-weight: 300;
        line-height: 2.4;
        max-width: 25rem;
        text-align: start;
        
    }
    
    .text-prestation-title {
        font-size: 1.35rem;
        font-weight: 500;
        max-width: 25rem;
        text-align: start;
        margin-top: 0.5rem;
    }
    
    
    /*cars*/
    
    .presentation-cars {
        text-align: center;
        padding: 3% 15%;
        background-color:  #1a1a1a;
        line-height: 2;
    }
    
    .presentation-cars {
        text-align: center;
        color : white;
        font-size: 0.90rem;
    }
    
    .cars-div {
        box-sizing: border-box;
        margin-top: 2rem;
        display: grid;
        column-gap : 2rem;
        row-gap: 1rem;
        grid-template-columns: 2fr 1fr;
        background-color: #242424;
        border-radius: 10px;
        padding: 2rem 2rem 2rem 2rem;
    }
    
    .car-image {
        width : 90%;
    }
    
    .dot {
        height: 0.3rem;
        width : 0.3rem;
        margin-right: 0.6rem;
        background-color: white;
        border-radius: 50%;
        display: inline-block;
    }
    
    .car-info {
        background-color: #F0D869;
        padding: 5px 15px;
        border-radius: 3px;
        color: black;
        font-size: 0.85rem;
        height: fit-content;
        width: fit-content;
        
    }
    
    .car-info p {
        margin: 0;
        line-height: 2;
    }
    .car-texts {
        
     text-align: left;
     line-height: 3;
     margin-top: 2rem;
     margin-bottom: 0;
     font-size: 0.85rem;
    }
    
    .car-text {display: flex;
        flex-direction: column;
        overflow-y: auto;
        max-height: 8rem;
        margin-top: 1rem;
        margin-left: 0.1rem;
       }
    
    .cars-reserve-button {
        padding: 10px 15px;
        border: 2px solid rgb(157, 157, 157);
        color : white;
        width: fit-content;
        margin: 1rem auto 0 auto;
        font-size: 0.85rem;
        grid-column: 1 / -1;
        border-radius: 3px;
        cursor: pointer;
    }
    .cars-reserve-button:hover{
        background-color: #F0D869;
        border-color: #202020;
        color: black;
    }
    .carousel-dots{
        margin: auto;
        grid-column: 1 / -1;
        margin-top: 1rem;
    }
    
    .carousel-dot {
        height: 0.6rem;
        width : 0.6rem;
        margin-right: 0.6rem;
        background-color: white;
        display: inline-block;
        border-radius: 50%;
    
    }
    
    .carousel-dot.active {
        background-color: #F0D869;
    }
    
    .estimate-traject{
        margin-top: 1.5rem;
        background-color: #303030;
        color : white;
        grid-column: 1/-1;
        border-radius: 5px;
        font-size: 0.90rem;
        text-align: center;
        padding: 0.5rem 0.2rem;
        box-sizing: border-box;
    }
    
    .estimate-traject p {
        margin: 0;
        line-height: 2;
        display: inline-block;
        max-width : 25rem;
        margin: auto;
    }
    
    .send-mail-button{
        margin: 1rem auto 1rem auto;
        padding: 12px 15px;
        font-size: 0.85rem;
        border: 1px solid black;
        background-color: #F0D869;
        color : black;
        width: fit-content;
        border-radius: 3px;
        cursor: pointer;
        display: block;
    }
    
    /*faq*/
    
    .faq {
        box-sizing: border-box;
        text-align: center;
        padding: 3% 15%;
        background-color:  #1a1a1a;
        line-height: 2;
    }
    
    .questions-accordion {
        color : white;
        padding : 0.5rem 1rem 1rem 1rem;
        -webkit-box-shadow: 0px 0px 16px -1px #1a1a1a; 
        box-shadow: 0px 0px 16px -1px #1a1a1a;
        background-color: #272727;
        margin: auto auto 2rem auto;
        border-radius: 8px;
      
    }
    .questions-accordion .accordion-item {
        width : 100%;
        text-align: left;
        cursor: pointer;
        padding: 0.5rem 0;
        -webkit-user-select: none; /* Safari */
        -ms-user-select: none; /* IE 10 and IE 11 */
        user-select: none; /* Standard syntax */
    }
    
    .questions-accordion .accordion-button {
        padding : 0.5rem 0 0.2rem 0;
        display : flex;
        justify-content: space-between;
        align-items: end;
    
    }
    
    .accordion-title {
        font-size: 0.95rem;
        font-weight:500 ;
        margin : 0;
        width: fit-content;
    }
    
    .accordion-hr {
        background-color: #8a8a8a;
        font-weight: 300;
        border: none;
        height: 1px;
        margin-bottom: 0;
    }
    .accordion-icon {
        width: 22px;
        height: 22px;
        border-radius: 5px;
        border: none;
        background-color: #F0D869;
        position: relative;
        cursor: pointer;
        margin-bottom: 0.5rem;
    }
    
    .accordion-icon span {
        position: absolute;
        transition: 300ms;
        background: #1a1a1a;
        border-radius: 2px;
    }
    
    .accordion-icon span:first-child {
        top: 25%;
        bottom: 25%;
        width: 10%;
        left: 45%;
    }
      
    .accordion-icon span:last-child {
        left: 25%;
        right: 25%;
        height: 10%;
        top: 45%;
    }
      
    
    /* Morph the shape when the button is hovered over */
    .accordion-icon span.open {
        transform: rotate(90deg);
      }
      
      .accordion-icon span:last-child.open {
        left: 50%;
        right: 50%;
      }
    
      /*show hide content */
    
      .accordion-item[aria-expanded='true'] .accordion-content{
        opacity: 1;
        max-height: 15rem;
        transition: all 600ms linear;
        will-change: opacity, max-height;
      }
      .accordion-item[aria-expanded='true'] .accordion-title{
        color : #F0D869;
      }
    
      .accordion-item[aria-expanded='true']>.accordion-hr{
        background-color: rgb(223, 223, 223);
        height: 1px;
      }
    
      .accordion-button :hover{
        color :  #F0D869;
    
        
      }
     .accordion-content {
      opacity: 0;
      max-height: 0;
      font-size: 0.90rem;
      overflow: hidden;
      transition: opacity 200ms linear, max-height 600ms;
      will-change: opacity, max-height;
        }
        .confirm-box   .confirm-estimation-text {
            text-align: center;
        }
      .confirm-estimation-text {
        background-color: #404040;
        padding: 0.5rem;
        box-sizing: content-box;
        border-radius: 5px;
      }
    
        /*reserve widget */
    
    .reserve-widget {
        text-align: center;
        padding: 4% 15%;
        background-color:  #202020;
        line-height: 2;
    }
    .reserve-box,.confirm-box {
        box-sizing: border-box;
        -webkit-box-shadow: 0px 0px 16px -1px #1a1a1a; 
        box-shadow: 0px 0px 16px -1px #1a1a1a;
        background-color: #272727;
        width: fit-content;
        border-radius: 5px;
        margin: auto;
        min-width: 40rem;
        padding : 1rem;
        color : white;
        align-content: center;
        font-size: 0.95rem;
    }
    .modal-container {
        position: absolute;
        display: flex;
        align-items: center;
        min-height: 100vh;
        padding: 0 15% 5% 15%;
        margin: auto;
        right: 0;
        top : 0;
        border: 0;
        left: 0;
        overflow: auto;
    }
    
    .confirm-box{
        position: relative;
        z-index: 50;
        min-width: 40rem;
        max-height: 90vh;
        overflow-y: auto;
        box-sizing: border-box;
    }
    
    .confirm-box div {
        box-sizing: border-box;
        width : 100%;
        margin-top: 1.2rem;
        justify-self: start;
        text-align: left;
    }
    .g-recaptcha{
        margin-top :0rem;
    }
    .response-message {
        color : white;
        font-size: 0.85rem;
        padding: 10px;
        border-radius: 5px;
        max-width: 36.5rem;
        margin-top: 0.7rem;
    }
    .response-message.success {
        background-color: #006423;
    }
    
    .response-message.fail {
        background-color: #7a0000;
    }
    
    .text-area-div {
        width : 100%;
    }
    
    textarea{
        box-sizing: border-box;
        width : 100%;
        height: 5rem;
        resize: none;
        font-family: 'Open Sans', sans-serif;
        margin-top: 0.3rem;
        font-size: 0.90rem;
    }
    
    
    .confirm-input{
        box-sizing: border-box;
        width : 70%;
        min-width: 17rem;
        font-size: 0.85rem;
    }
    .confirm-input-tel{
        box-sizing: border-box;
        font-size: 0.85rem;
        width : 50%;
        min-width: 10rem;
    }
        /*
    .overlay-header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(11, 0, 24, 0.3);
        z-index: 49;
    }*/
    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        backdrop-filter: blur(10px);
        z-index: 49;
    }
    
    .confirm-form {
        display:flex;flex-direction: column;
        margin: auto;
        width: 100%;
        box-sizing: border-box;
        overflow-y: auto;
    }
    
    .reserve-form {
        display:grid;
        grid-template-columns: 1fr;
        margin: auto;
        box-sizing: border-box;
    }
    
    .reserve-form > .one-way > div, .reserve-form > .two-ways > div  {
        display: flex;
        flex-direction: column;
        justify-content: left;
        align-items: start;
        margin-top: 1rem;
    
    }
    
    input{
        padding : 0.5rem;
        border: none;
        border-radius: 3px;
    }
    
    .input{
        box-sizing: border-box;
        font-size: 0.95rem;
       width: 100%;
       margin-top: 0.3rem;
       padding-right: 2rem;
    
    }
    
    .enter-number{
        margin-top: 1rem;
        justify-self: left;
    }

    .enter-number div{
        display: flex;
        width: fit-content;
        justify-self: left;
        margin-top: 0.5rem;
    }
    
    .enter-number div input{
        width: 2rem;margin: 0 0.5rem;
        text-align: center;
        font-size: 0.65rem;
    }
    
    .input-number-decrement, .input-number-increment{
        padding: 0px 10px;
        font-size: 0.85rem;
        border: 1px solid white;
        -moz-user-select: none; /* Firefox */
        -webkit-user-select: none; /* Chrome, Safari, Opéra depuis la version 15 */
        -ms-user-select: none; /* Internet explorer depuis la version 10 et Edge */
        user-select: none; /* Propriété standard */
        width: fit-content;
        border-radius: 3px;
        cursor: pointer;
    }

    
    .output-list{
        box-sizing: border-box;
        position: absolute;
        top :2rem;
        z-index: 2;
        margin: 0;
        padding: 0 2px;
        width: 100%;
        background-color: white;
        color: #000;
        text-align: left;
        border-radius: 0 0 5px 5px; 
    
    }
    
    .output-list li {  
        cursor: pointer;
        list-style-type: none; 
        border: none;   
        padding: 0;
        font-size: 0.75rem;
        border-top: 1px solid black;    
      }
    
    .output-list li:hover {
        background: rgba(0, 0, 0, 0.1);
        color: black;
      }
    
    
    .meeting-time, .time-input {
    display : flex;
    gap : 1rem;
    font-size: 0.75rem;
    color : black;
    }
    
    .wrong{
        border : 1px solid red;
    }
    
    .wrong-message{
        text-align: left;
       display: block;
       color :  #FF6666;
       font-size: 0.85rem;
    }
    .estimate-button, .confirm-mail-button{
        margin-top: 2rem;
        padding: 12px 15px;
        justify-self: left;
        font-size: 0.85rem;
        color : black;
        border: 1px solid black;
        background-color: #F0D869;
        width: fit-content;
        border-radius: 3px;
        cursor: pointer;
    }

    .arrow-img {
        width : 1rem
    }

    .traject-emphase {
        background-color: #404040;
        display: block;
        margin-bottom: 0;
    }
    
    .trip-button {
        padding: 3px 20px;
        border: 1px solid white;
        background-color: transparent;
        color : white;
        width: fit-content;
        border-radius: 3px;
        cursor: pointer;
    }
    
    .suggestions {
        display : flex; 
        flex-wrap: wrap;
        gap : 0.5rem;
        margin-top: 0.5rem;
    }
    
    .suggestion {
        font-size: 0.55rem;
        background-color: #444;
        border-radius: 5rem;
        padding: 0.2em 0.7rem;
        cursor: pointer;
    }
    
    .trip-buttons {
        gap : 0.5rem;
    }
    
    .trip-button:hover,.trip-button.active  {
        background-color: #F0D869;
        border-color: #F0D869;
        color: black;
    }
    
    .retour-question {
        text-align: left;
        margin-top: 1rem;
    }
    
    
    /*SPINNER*/ 
    .lds-ring {
        display: inline-block;
        position: relative;
        margin: 1rem auto;
        width: 80px;
        height: 80px;
      }
      .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 64px;
        height: 64px;
        margin: 8px;
        border: 8px solid #e8e8e8;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #e8e8e8 transparent transparent transparent;
      }
      .lds-ring div:nth-child(1) {
        animation-delay: -0.45s;
      }
      .lds-ring div:nth-child(2) {
        animation-delay: -0.3s;
      }
      .lds-ring div:nth-child(3) {
        animation-delay: -0.15s;
      }
      @keyframes lds-ring {
        0% {
          transform: rotate(0deg);
        }
        100% {
          transform: rotate(360deg);
        }
      }
      
    
    /* footer */
    
    footer {
        color : white;
        background-color: #202020;
        padding : 3% 0 0 0;
    }
    .contact-section {
        margin-top: 0;
        margin-bottom: 0.5rem;
        justify-content: center;
        padding: 2% 15%;
        text-align: center;
    
    }
    .contact-section > div {
        background-color: #272727;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        border-radius: 5px;
        font-size: 0.85rem;
        box-sizing: border-box;
    }
    .contact-section > div > div {
        padding : 2rem 0 2rem 0;
    }
    .footer-title{
        font-size: 1.05rem;
    }
    .contact-section h4 {
        margin-top: 0;
    }
    .footer {
        display: flex;
        justify-content: space-between;
        padding: 0 1rem 1rem 1rem;
        font-size: 0.95rem;
        gap: 1rem;
    }
    
    .footer > a {
        margin-right: 0;
        display: inline-block;
        width: fit-content;
        text-align: end;
    }
    
    .content-left {
        border-right : 1px solid #202020;
        padding: 2rem;
    }
    
    .payment-img{
        width : 15rem;
    }
    .href-social {
        cursor: pointer;
        transition:all 0.3s;
    }
    
    .href-social:hover {
        transform: scale(1.1);
    }
    
    .social-icon-img{
        width : 1.6rem;
        height: auto;
    }
    .payment-icon-img{
        width : 2rem;
        height: auto;
    }
    .social-icons {
        display : flex;
        gap : 1.5rem;
        justify-content: center;
    }
    .icon-contact {
        width: 0.9rem;
        height: auto;
        position: relative;
        top: 0.1rem;
        margin: 0rem 0.5rem 0 0;
    }
    
    .icon-contact-mail {
        width: 1.05rem;
        height: auto;
        position: relative;
        top: 0.1rem;
        margin: 0rem 0.5rem 0 0;
    }
    .text-center {
        text-align: center;
    }
    
    .hr-contact {
        display : none;
        max-width :  7rem;
        margin : 2rem auto 0 auto;
    }
    
    
    .hidden {
        display : none; };
    /* mobile format */
    
    @media (max-width: 1700px)  {
        .vtc-prestations {     
            padding: 3% 10% 4% 10%;
          }
          .vtc-presentation {
            padding : 1.5% 10% 5% 10%;
            color: white;
        
        }
        .presentation-cars {
            padding: 3% 10%;
        }
    
        .reserve-widget, .modal-container{    
            padding: 3% 10%;
        }
    
        .faq, .contact-section {
            padding: 3% 10%;
        }
        
    }
    
    @media (max-width: 1400px)  {
        .vtc-prestations {     
            padding: 3% 7% 4% 7%;
          }
          .vtc-presentation {
            padding : 1.5% 7% 5% 7%;
            color: white;
        
        }
        .presentation-cars {
            padding: 3% 7%;
        }
    
        .reserve-widget, .modal-container {    
            padding: 3% 7%;
        }
    
        .faq, .contact-section {
            padding: 3% 7%;
        }
    }
    
    @media (max-width: 1200px)  {
        .vtc-prestations {     
            padding: 3% 5% 4% 5%;
          }
          .vtc-presentation {
            padding : 1.5% 5% 5% 5%;
            color: white;
        
        }
        .presentation-cars {
            padding: 3% 5%;
        }
    
        .reserve-widget, .modal-container {    
            padding: 3% 5%;
        }
    
        .faq, .contact-section {
            padding: 3% 5%;
        }
          .text-prestation-title {
            margin-top: 0rem;
          }
          .image-prestation {
            width: 22.5rem;
          }
    
          .reserve-box{
            min-width: 100%;
          }
    }
    @media (max-width: 1000px)  {
        html {
            font-size: calc(14px + 0.390625vw);
            -webkit-tap-highlight-color: transparent;  
            }
        .vtc-presentation {
            padding : 1.5% 2% 5% 2%;
            color: white;
        
        }
        .presentation-cars {
            padding: 3% 2%;
        }
        .presentation-block img, .presentation-block div {
            width : 2rem; 
            height : 2rem;
        }

        
        .vtc-prestations {     
            padding: 3% 2% 4% 2%;
          }
    
        .reserve-widget, .modal-container {    
            padding: 3% 2%;
        }
    
        .faq, .contact-section {
            padding: 3% 2%;
        }
          .presentation-prestation {
         gap : 0.7rem;
          }
          .image-prestation {
            width: 21.5rem;
          }
          .text-prestation-title {
            margin-top: 0rem;
            font-size: 1.25rem;
          }
          .text-prestation {
            font-size: 0.85rem;
            line-height: 2.2;
          }
    }
    
    @media (min-width: 840px) and (max-width : 1000px)  {
        html {
            font-size: calc(15px + 0.390625vw);
            -webkit-tap-highlight-color: transparent;  
            }
        .image-prestation {
            width: 22rem;
          }
          .presentation-prestation {
            gap : 1rem;
             }
    }
    
    @media (max-width: 840px){
        .car-texts {
          margin-top: 0.5rem;
           }
           .nav-block {
            font-size: 0.9rem;
            
        }
    }
    
    @media (max-width: 768px){
        .suggestion {
            padding: 0.5rem 0.7rem;
          }
    
          .content-left {
            border-right : none;
          
        }
        .contact-section > div > div {
            padding: 0.5rem 0;
          }
            /*prestations and presentations */
            
            .vtc-prestations,   .presentations-blocks, .presentation-cars, .reserve-widget, .modal-container, .faq, .contact-section{
                padding: 3% 11%;
            }     
            .presentation-prestation {
                grid-template-columns: 1fr;
                justify-items: center;
            }
    
            .contact-section > div {
                grid-template-columns: 1fr;
                row-gap: 2.5rem;
                padding: 2rem 0;
            }
            .presentations-blocks {
                grid-template-columns: 1fr 1fr;
                justify-items: center;
            }
            .presentation-block img{
                width: 3rem;
                height: 3rem;
            }
            .presentation-block div {
                width: 3rem;
                height: 3rem;
            }
            .image-prestation {
                grid-row: 1/1;
                width: 100%;
                height: auto;
              }
    
              .text-prestation{
                max-width: 100%;
              }
    
              .cars-div {
                grid-template-columns: 1fr;
                width: fit-content;
              }
    
              .car-texts{
                display: flex;
                flex-direction: column;
                align-items: center;
                grid-row: 1/1;
              }
              .car-text{
                flex-direction: row;
                overflow: auto;
                column-gap: 2rem;
                max-width: 25rem;
                white-space: nowrap;
              }
    
              .car-image {
             width: 100%;
              }
              .hr-contact {
                display : block;
            }
              
        /*navbar*/
        .navbar {
            flex-direction: column;
            align-items: flex-start;
            padding: 1rem;
        }
    
        .toggle-button {
            position: absolute;
            top : 0.5;
             right : 1rem;
            display : flex;
            flex-direction: column;
            width : 1.5rem;
            gap: 3px;
            cursor: pointer;
        }
        
        .toggle-button span {
            height: 4px;
            width: 100%;
            background-color: white;
        }
        
        .toggle-button[aria-expanded='true'] + .nav-block{
    
            opacity: 1;
            max-height: 20rem;
            transition: all 400ms ease-out;
          }
          .nav-link {
            padding: 1.5rem 0;
            margin: 0;
          }
        .nav-block {
            position: relative;
            display: grid;
            width: 100%;
            margin: 0;
            justify-content: center;
            padding-inline-start: 0;
            gap : 0;
            font-size: 1.15rem;
            opacity: 0;
            max-height: 0;
            overflow: hidden;
            transition: opacity 200ms linear, max-height 400ms;
        };
    
    
    }
    
    
    
    @media (max-width: 650px){
        /*prestations and presentations */
    
        .vtc-prestations,   .presentations-blocks, .presentation-cars, .reserve-widget, .modal-container, .faq, .contact-section{
            padding: 3% 5%;
        } 
    
        .cars-div, .reserve-box {
            padding: 1.5rem 1rem;
            justify-items: center;
        }
    
    
        .car-image {
            max-width: 90%;
            margin: auto;
        }
    }
    
    @media (max-width: 600px){
        /*prestations and presentations */
    
        .vtc-prestations,   .presentations-blocks, .presentation-cars, .reserve-widget, .modal-container, .faq, .contact-section{
            padding: 4% 3%;
        } 
        .presentation-block img, .presentation-block div{
           
            width: 2.5rem;
            height: 2.5rem;
        }
    }
    
    @media (max-width: 500px){

        .meeting-time, .time-input {
            gap : 0.5rem;
            font-size: 0.8rem;
            }
        .toggle-button {
            margin-top: 0.1rem;
        }
    .dot {
       
        margin-right: 0.5rem;
    }
        .nav-logo {
            font-size: 1.10rem;
          }
        h1 {
            font-size: 1.5rem;
        }
    
        h2 {
            font-size: 1.50rem;
        }
        .presentation-prestation {
            margin-top: 2.5rem;
          }
        .vtc-presentation p {
            font-size: 1rem;
          }
        .presentations-blocks {
            grid-template-columns: 1fr ;
            justify-items: center;
        }
    
        .presentation-block img, .presentation-block div{
            width: 2.5rem;
            height: 2.5rem;
        }
        .presentation-block p, .text-prestation{
            font-size: 0.90rem;
            font-weight: 400;
        }
        .presentation-block h3{
            font-size: 1.05rem;
        }
        .text-prestation-title{
            margin-bottom: 0;
            font-size: 1.25rem;
        }
    
        .presentation-cars{
            font-size: 1rem;
        }
    
        .car-info, .cars-reserve-button {   
            font-size: 0.90rem;
          }
        .car-text{
            max-width: 22rem;
          }
    
          .car-texts, .reserve-form {
            font-size: 0.90rem;
          }
    
    
          .reserve-box{
            font-size: 0.90rem;
            margin-bottom: 1.5rem;
          }
          .footer  {
            font-size: 0.90rem;
        }
        
          .confirm-box{
            margin: 0;
            padding : 0.5rem;
          }
    }
    @media (max-width: 400px){
        .car-text{
     
            max-width: 19rem;
            column-gap: 1.5rem;
          }

          
    }
    @media (max-width: 350px){
        .vtc-prestations,   .presentations-blocks, .presentation-cars, .reserve-widget, .modal-container, .faq, .contact-section{
            padding: 3% 2%;
        } 
        .car-text{
            max-width: 15rem;
          }
    }