
 body{
  background-color: #000;
}
@media only screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
    margin: 0px;
  }
}


@media (max-width: 767px) {
  /* Styles pour les écrans de téléphone */
}
.logo-img {
    width: 120px;
    height: 60px;
    animation: spin 2s linear infinite;
    width: auto;
    -webkit-transition: all 0.5s ease-in-out;
    margin-bottom: 0;
    max-height: 54%;
    display: inline-block;
    float: none;
    vertical-align: middle;
    overflow-clip-margin: content-box;
    overflow: clip;
    transition: transform 0.5s ease-in-out;
    margin-left: 22px;

}

.logo-img.zoom-in {
    transform: scale(1.2, 1);
}

.logo-img.zoom-out {
    transform: scale(1, 1);
}
img{


    width:170px ;
    height: 170px;


}



.card-title img {
  height: auto;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}


#img-fluid {

  width:500px ;
  height: 200px;

}
.card-text{

  color: yellow;
  text-transform: initial;

}
h2{
  color: yellow;
  text-transform: initial;

}
label{
  color: #fff;
  text-transform: initial;
}

h3{
  color: yellow;
  text-transform: initial;

}
h4{
  color: yellow;
  text-transform: initial;


}
#footer{

    background-color:#f2ca06 ;
}
#footer h3 {
    color: #000;
    text-transform: initial;



}
#footer h2 {
    color: #000;
    text-transform: initial;

}
#footer p {
    color: #000;
}
  #footer a {
    color: #000;
}

  #work-process h3 {
    color: yellow;
    margin-top: 20px;

}
  #work-process h2 {
    color: yellow;
    text-transform: initial;

}
/* Apply a transition to all images inside the work-process section */



/* Scale up the image when the cursor hovers over it */


  #contact h2 {
    color: yellow;
    text-transform: initial;

}
  #contact h3 {
    color: yellow;
    text-transform: initial;

}
  #contact p {
    color: yellow;

}
/* .hover-yellow:hover {
    color: yellow;
  }
   */
  .homepage{
    background-color: #000;
  }

h1{

  color: yellow;
  text-transform: initial;


}



.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: yellow;
    font-size: 20px;
    }
    .col-md-4:first-child .arrow {
    left: 33.33%;
    }
    .col-md-4:nth-child(2) .arrow {
    left: 50%;
    }
    .col-md-4:last-child .arrow {
    right: 33.33%;
    }

    /* Couleurs personnalisées */
:root {
  color: yellow;
  --secondary-color: black;
    --border-color: black;
  }
  
  /* Styles de la carte */
  .card {
    border: 4px solid var(--border-color);
    border-radius: 20px;
    box-shadow: 2px 2px 6px rgba(255, 255, 255, 0.3);
    margin-bottom: 30px;
    margin-top: 5px;
    padding: 2px;
  }
  .card-footer {
    border: 4px solid var(--border-color);
    border-radius: 20px;
    box-shadow: 2px 2px 6px rgba(255, 255, 255, 0.3);
    margin-bottom: 10px;
    margin-top: 5px;
    padding: 2px;

    padding-top: 2px;
  }
  
  .card-header {
    background-color: var(--secondary-color);
    border-radius: 10px 10px 0 0;
    color: var(--primary-color);
    font-weight: bold;
    padding: 20px;
  }
  
p{

  font-size: 1.5rem;
}

   /* .card-body {
    padding: 40px;
  } */

  

  .card-Faq {
    border: 4px solid var(--border-color);
    border-radius: 20px;
    box-shadow: 2px 2px 6px rgba(255, 255, 255, 0.3);
    margin-bottom: 30px;
    margin-top: 163px;
    padding: 2px;
    overflow: hidden;
  }
  
  .card-Faq-header {
    background-color: #000;
    padding: 16px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #555;
  }
  
  .card-Faq-body {
    padding: 50px;
  }
    
  .card-Form-header {
    background-color: #000;
    padding: 16px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #555;
    border-top: 2px solid #555;
  }

  .question {
    padding: 20px;
    border-bottom: 1px solid #dee2e6;
    cursor: pointer;
    font-size: 17px;
    color: #777;

  }
  
  .question:hover {
    background-color: #f8f9fa;
  }
  
  .question .icon {
    display: inline-block;
    font-size: 24px;
    margin-right: 16px;
    color: #d8c306;
  }
  
  .question .answer {
    display: none;
    padding: 18px;
    font-size: 17px;
    line-height: 1.5;
    color: #777;
  }
  
  .question.active .answer {
    display: block;
  }
  
  @media (max-width: 767px) {
    .card-header {
      font-size: 20px;
    }
  
    .question .icon {
      margin-right: 8px;
    }
  
    .question .answer {
      padding: 12px;
      font-size: 18px;
    }
  }
  

  


  
  .text-right {
    text-align: center;
  }
  input.btn.btn-yellow {
    background-color: black;
    color: white;
  }
  
  input.btn.btn-yellow:hover {
    background-color: yellow;
    color: black;
  }


  
  h3 {
    font-size: 28px;
    margin-top: 74px;
    margin-bottom: 20px;
    text-transform: initial;

  }
  
  form {
    background-color: #000;
    padding: 20px;
    margin-bottom:-100px ;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #666
  }
  
  select,
  input[type="text"],
  input[type="email"],
  textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: none;
    background-color: #f0f0f0;
    color: #666;
  }
  
  select:focus,
  input[type="text"]:focus,
  input[type="email"]:focus,
  textarea:focus {
    outline: none;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  }
  
  input[type="submit"] {
    width: 100%;
    padding: 7px;
    border-radius: 5px;
    border: none;
    background-color: #eedb35;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
  }
  input[type="reset"] {
    width: 100%;
    padding: 7px;
    border-radius: 5px;
    border: none;
    background-color: blue;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    margin-top: 4px;
  }
  input[type="button"] {
    width: 100%;
    padding: 7px;
    border-radius: 5px;
    border: none;
    background-color: #eedb35;
    color: #000;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
  }
  .btn-btn{
    width: 100%;
    padding: 7px;
    border-radius: 5px;
    border: none;
    background-color: #eedb35;
    color: #000;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;


  }

  
  @media (max-width: 767px) {
    h3 {
      font-size: 24px;
      text-transform: initial;

    }
  }
  
  .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  
  .col-lg-6 {
    flex-basis: calc(50% - 20px);
    margin: 20px;
  }
  
  #map_canvas1 {
    width: 102%;
    height: 750px;
    border-radius: 2px;
  
    
  }

  

  .et_pb_image_wrap img {
    width: 100%;
    height: 750px;
    object-fit: cover;
    border-radius: 2px;
  }
  
  hr {
    border: none;
    height: 2px;
    background-color: #000;
    background-image: linear-gradient(to right, #000, #d8c306, #000);
  }
  
  @media (max-width: 768px) {
    /* Modify styles for screens smaller than 768px */
    .owl-carousel .item {
      padding: 0 10px;
    }
  }
  
  @media (max-width: 576px) {
    /* Modify styles for screens smaller than 576px */
    .owl-carousel .item {
      padding: 0;
    }
    .card-title img {
      width: 50%;
    }
    .card-title h4 {
      font-size: 18px;
    }
  }
  
  @media (max-width: 400px) {
    /* Modify styles for screens smaller than 400px */
    .card-title h4 {
      font-size: 16px;
    }
  }
  
  .image4{
    margin-top:-110px ;
  }
  .img-fluids{
    position: absolute;
    top: -70px; /* ajuster la valeur en fonction de la position souhaitée */
    left: 50%;
   }
  

  
  .btn {
    color: yellow;
    margin-left: 10px;
    border: none;
    border-radius: 4px;
    padding: 8px 8px;
    cursor: pointer;
    font-size: 16px;
    margin: 3px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0.1, 0.2);
    transition: all 0.3s ease;


  }
  
  .btn:hover {
    background-color: black;
    color: black;
    box-shadow: 2px 2px 10px rgba(8, 3, 3, 0.2);
    transform: translateY(-2px);
  }
  .qr-btn {
    display: inline-block;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0.1, 0.2);
    margin-left: 12px;
    padding: 5px 5px 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    width: 180px;
    height: 180px;

   
  }
  
  .qr-btn:hover {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
    
  }
  
  @media (min-width: 992px) {
    .qr-btn {
      position: absolute;
      top: 20px;
      right: 20px;
    }
  }
  @media (min-width: 992px) {
    .qr-btn {
      position: absolute;
      top: -170px;
      right: -650px;
    }
  }
  /* Styles pour les questions et les réponses */

  .FAQ-navbar.title{


    margin-top: -230px;
  }

  /* .icon {
    display: inline-block;
    font-size: 24px;
    margin-right: 10px;
    color:#d8c306 ;
  } */
  .terms-and-conditions {
    background-color: #f9f9f9;
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
  }
  
  .terms-and-conditions h2  {
    font-size: 20px;
    margin-top: 0;
    color:#121103;

  }
  .terms-and-conditions h3  {
    font-size: 17px;
    margin-top: 0;
    color:#121103;

  }
  .terms-and-conditions h1  {
    font-size: 24px;
    margin-top: 0;
    color:#f2ca06;

  }
  
  .terms-and-conditions ul {
    list-style: disc;
    margin-left: 20px;
  }
  
  .terms-and-conditions li {
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  @media only screen and (max-width: 600px) {
    .terms-and-conditions {
      padding: 10px;
    }
    
    .terms-and-conditions h2  {
      font-size: 20px;

    }
    
    .terms-and-conditions li {
      font-size: 14px;
    }
  }
  .driver-terms-and-conditions {
    background-color: #f9f9f9;
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
    
  }
  
  .driver-terms-and-conditions h2  {
    font-size: 24px;
    margin-top: 0;
  }
  
  .driver-terms-and-conditions ol {
    list-style: decimal;
    margin-left: 20px;
  }
  
  .driver-terms-and-conditions li {
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  @media only screen and (max-width: 600px) {
    .driver-terms-and-conditions {
      padding: 10px;
    }
    
    .driver-terms-and-conditions h2 {
      font-size: 20px;
    }
    
    .driver-terms-and-conditions li {
      font-size: 14px;
    }
  }
  .language-selector {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    margin-left:-10px ;
  }
  
  .lang-btn {
    background-color:rgba(137, 131, 131, 0.2);

    color: yellow;
    margin-left: 10px;
    border: none;
    border-radius: 4px;
    padding: 10px 10px;
    cursor: pointer;
    font-size: 16px;
    margin: 50px;
  }
  
  .lang-btn:hover {
    background-color: yellow;
    color: black;
    box-shadow: 2px 2px 10px rgba(137, 131, 131, 0.2);
    transform: translateY(-2px);
  }
  
  .language-selector {
    margin-top: 2px;
    margin-right: 10px;
  }
  
  .dropdown-menu > li > a {
    padding: 10px;
    color: #333;
  }
  
  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #f0ad4e;
  }
  
  .dropdown-menu > li > .fa-check {
    margin-right: 10px;
  }
  
  .language-selected {
    margin-right: 5px;
  }
  
  .dropdown-toggle .caret {
    border-top-color: #333;
    border-bottom-color: #333;
  }
  
  .dropdown-toggle:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
  }
  
  .dropdown-toggle:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
  }
  
  .navbar-nav > li > a {
    color: #333;
  }
  
  .navbar-nav > li.active > a,
  .navbar-nav > li.active > a:hover,
  .navbar-nav > li.active > a:focus {
    color: #fff;
    background-color: #000;
  }

  @media only screen and (max-width: 768px) {
    /* pour les écrans de 768px de largeur ou moins */
    #my-image {
        height: 300px;
    }
    
    #my-text {
      color: yellow;
      text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
      background-color: rgba(0,0,0,0.4);
      padding: 20px;
      border-radius: 10px;
      margin: -62px;
      text-align: center;
        font-size: 7.5vw;
    }
    
    #my-textmap {
      color: yellow;
      text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
      background-color: rgba(0,0,0,0.4);
      padding: 35px;
      border-radius: 10px;
      margin-left: -28px;
      margin-right: -37px;
      margin-bottom: 156px;
      text-align: center;
      font-size: 7.5vw;
      text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    /* pour les écrans de largeur comprise entre 768px et 992px */
    #my-image {
        height: 450px;
    }
    
    #my-text {
       
      color: yellow;
        font-size: 4.5vw;
        text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
        background-color: rgba(0,0,0,0.5);
        padding: 20px;
        border-radius: 10px;
        margin: -78px;
        text-align: center;
    }
    #my-textmap {
       
      color: yellow;
        font-size: 4.5vw;
        text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
        background-color: rgba(0,0,0,0.5);
        padding: 44px;
        border-radius: 10px;
        margin-bottom:180px ;
        text-align: center;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* pour les écrans de largeur comprise entre 992px et 1200px */
    #my-image {
        height: 500px;
    }
    
    #my-text {
      color: yellow;
      text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
      background-color: rgba(0,0,0,0.4);
      padding: 20px;
      border-radius: 10px;
      margin: -78px;
      text-align: center;
        font-size: 4.5vw;
    }
    
    #my-textmap {
      color: yellow;
      text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
      background-color: rgba(0,0,0,0.4);
      padding: 20px;
      border-radius: 10px;
      margin: 20px;
      text-align: center;
        font-size: 4.5vw;
    }
}

@media only screen and (min-width: 1200px) {
    /* pour les écrans de largeur supérieure à 1200px */
    #my-image {
        height: 600px;
    }
    
    #my-text {
      color: yellow;
  
      text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
      background-color: rgba(0,0,0,0.5);
      padding: 20px;
      border-radius: 10px;
      margin: 20px;
      text-align: center;        font-size: 3.5vw;
    }
    #my-textmap {
      color: yellow;
  
      text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
      background-color: rgba(0,0,0,0.5);
      padding: 20px;
      border-radius: 10px;
      margin: -21px;
      text-align: center;  
            font-size: 3.5vw;
            margin-bottom: 100px;
    }
}

#map1{
  position:absolute; 
  top:90%;
   left:50%; 
  transform:translate(-50%, -150%);



}
  
/* Pour les écrans plus petits que 576px */
@media (max-width: 575.98px) {
  #footer .container {
    padding-left: 0;
    padding-right: 0;

    padding-bottom:20px ;
  }
  #footer .row {
    flex-wrap: wrap;
  }
  #footer .col-sm-9 {
    margin-bottom: 20px;
  }
  #footer .col-sm-4 {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  #footer ul {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
}

/* Pour les écrans plus petits que 768px */
@media (max-width: 767.98px) {
  #footer .col-sm-4 {
    flex-basis: 50%;
    max-width: 50%;
    text-align: left;
  }
}

/* Pour les écrans plus petits que 992px */
@media (max-width: 991.98px) {
  #footer .col-sm-4 {
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
  }
}

/* Pour les écrans plus grands que 992px */
@media (min-width: 992px) {
  #footer .row {
    align-items: center;
  }
  #footer .h3 {
    align-items: center;
    text-transform: initial;

  }
  #footer .col-sm-9 {
    margin-bottom: 0;
  }
  #footer .col-sm-4 {
    flex-basis: auto;
    max-width: none;
    margin-bottom: 0;
    text-align: left;
    
  }
}

@media only screen and (max-width: 768px) {
  /* pour les écrans de 768px de largeur ou moins */
  #my-imageinfo {
      height: 300px;
  }
  

}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* pour les écrans de largeur comprise entre 768px et 992px */
  #my-imageinfo {
      height: 450px;
      width: 538px;

  }
  


}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* pour les écrans de largeur comprise entre 992px et 1200px */
  #my-imageinfo {
      height: 500px;
      width: 538px;
  }
  

}
@media only screen and (min-width: 1200px) and (max-width: 1280px) {
  /* pour les écrans de largeur comprise entre 992px et 1200px */
  #my-imageinfo {
      height: 500px;
      width: 530px;
  }
  

}

@media only screen and (min-width: 1280px) {
  /* pour les écrans de largeur supérieure à 1200px */
  #my-imageinfo {
      height: 600px;
      width:700px ;
      position: relative;
  }
  


}

.toast-success {
  background-color: #000 !important;
  font-size: 16px;
  color: #d8c306!important;
}

.toast-error {
  background-color: #dc3545 !important;
}

#conditions h1 h2 h3 {
color: #f0ad4e;
text-transform: initial;

}








  

