*{
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}


.label-duree, .word1 {
  background-color: #9fd4d8; /* Couleur de fond de la page */
  color: #1B191B; 
  border-radius: 5px;
}


@keyframes reveal {
    from {
        transform: translateY(20px);
    }
    to{
        opacity: 1;
        transform: none;
    }
}


nav ul li {
    display: inline;
}


nav ul li a {
    color: #FFFFEE;
    display: inline-block;
    padding: 15px 20px;
    position: relative;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
}

nav ul li a:after {
   background: none repeat scroll 0 0 transparent;
   bottom: 0;
   content: "";
   display: block;
   height: 2px;
   left: 50%;
   position: absolute;
   background:  #fde951ed;
   transition: width 0.3s ease 0s, left 0.3s ease 0s;
   width: 0;
}

nav ul li a:hover:after {
    width: 100%;
    left: 0;
}


header{
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.5));
    font-family: Georgia, 'Times New Roman', Times, serif;
    display: flex;
    padding: 9px;
    background-image: url("./pictures/img.png");
    background-size: cover;
    justify-content: space-between;
    color: white;
    height: 450px;


}

header::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
  }


header img {
    width: 150px;
    height: 120px;
}
header img:hover{
    transform: scale(1.03);
    border-color: rgba(255, 255, 255, 0.397);
}

body{
    background-color: #1B191B;
    padding: 2px;
    font-family: Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}

table {
  border-collapse: collapse;
  width: 70%;
  margin: 20px auto;
  text-indent: initial;
  border-spacing: 2px;
  display: table;

}
table caption{
    margin-bottom: 2%;
}

tbody tr, td, th {
  border: 1px solid #1B191B;
  text-align: center;
}
td{
background-color: white;
}
thead, th{
  background-color: #b49717c6;
  text-align: center;
}
th, td {
  color: #1B191B;
  padding: 10px 15px;
  text-align: center;

}
tbody{
  background-color:#ffffff ;
}

footer{
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.5));
    color: #FFFFEE;
    display: block;
    unicode-bidi: isolate;
    margin-top: 1%;
    padding: 2%;
}

footer a{
    color: #ffffff;
    text-decoration: none;

  }
  footer a:hover {
    color: rgb(223, 158, 53);
}
  footer ul{
    list-style: none;
    margin:none;
  }
  
  footer ul li {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 0.5rem;
  }
    

h1{
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: 40px;
    color: #fddc80;
    margin-bottom: 50px;
    font-size: xx-large;

}



article{
    margin-bottom: 4rem;
}

h3{
    color:#F3EFED;
}

.button {
    display: flex;
    justify-content: center; 
    margin-top: 2rem; 
    margin-left: 4rem;
    margin-bottom: 20px; 
}
.button a {
    padding: 10px 20px;
    background: linear-gradient(45deg,   #e0d17f, #e6cb72); 
    color: #1B191B;
    text-decoration: none;
    border-radius: 5px;
}

.button a:hover {
    background: linear-gradient(45deg,   #e6ba72, #e6e672); 
    color: #656463;
 }

 button{
    justify-content: center; 
    background: linear-gradient(45deg,   #e0d97f, #e6de72); 
    color: #1B191B;
    text-decoration: none;
    border-radius: 5px;
    height: 30px;
 }
 button:hover {
    background: linear-gradient(45deg,   #e6de72, #e0d97f); 
    color: #656463;
    height: 30px;

 }


 .fondbox {
    text-align: center;
    justify-content: center;
    display: inline-block;
    background-color: #d9a74aa4;
    margin-right: 20%;
    margin-left: 20%;
    margin-bottom: 20px;
    width: 60%;
    padding: 20px;
    border-radius: 8px;
    object-fit: cover;
    color: #000000;
    justify-content: space-between;
    filter: drop-shadow(0px 0px 10px rgba(145, 117, 38, 0.749));
    animation: fadeIn 1s ease-in-out;
  }
  
  .contact-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }


 .fond h2{
    text-align: center;
    justify-content: center;

 }

.fond {
    text-align: justify;
    justify-content: center;
    display: block;
    background-color:#242324;
    margin-right: 10%;
    margin-left: 15%;
    margin-bottom: 20px;
    width: 70%;
    padding: 15px;
    border-radius: 8px;
    color: #F3EFED;
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,00.5));
    animation: fadeIn 1s ease-in-out;
}

.fondStat h2{
  text-align: center;
  justify-content: center;

}

.fondStat {
  text-align: justify;
  justify-content: center;
  display: block;
  background-color:#242324;
  margin-right: 15%;
  margin-left: 20%;
  margin-bottom: 20px;
  width: 60%;
  padding: 15px;
  border-radius: 8px;
  color: #F3EFED;
  filter: drop-shadow(0px 0px 10px rgba(0,0,0,00.5));
  animation: fadeIn 1s ease-in-out;

}

.fond img{
    margin-bottom: 1rem;
}

.fond ul li {
text-align: left;
}


hr{
border-color:rgb(16, 16, 1);
}



body img{
    display: flex;
    margin-left: auto;
}

main img{
    margin-left: auto;
    margin-right: auto;
}


.planLink a{
background: linear-gradient(to bottom,#DEFD51 0%,#DEFD51 100%);
background-position: 0 100%;
background-repeat: repeat-x;
background-size: 2px 2px;
color: #ffffff;
text-decoration: none;
transition: background-size .2s;
}

.planLink a:hover{
    background-size: 2px 50px;
    color: #1B191B;
}


  #searchText{
    background-color:#e9f191;
    color: #1B191B;
    border-radius: 7px;
    height: 30PX;
  }


  


  input#gare_depart{
    background-color:#242324;
    color: white;
    border: 1px solid #e9f191 ;
    border-radius: 5px;
    height: 36PX;
    margin-top: 10px;
    width: 40%;

  }
  
  input#gare_arrivee{
    background-color:#242324;
    color: white;
    border: 1px solid #e9f191 ;
    border-radius: 5px;
    height: 36PX;
    margin-top: 10px;
    width: 40%;

  }

  input#date_depart{
    background-color:#242324;
    color: white;
    border: 1px solid #e9f191 ;
    border-radius: 5px;
    height: 36PX;
    margin-top: 10px;
    width: 40%;
  }
  
  input#heure_depart{
    background-color:#242324;
    color: white;
    border: 1px solid #e9f191 ;
    border-radius: 7px;
    height: 36PX;
    margin-top: 10px;
    width: 40%;

  }


input#stationName{
  background-color:#242324;
  color: white;
  border: 1px solid #e9f191 ;
  border-radius: 5px;
  height: 36PX;
  margin-top: 10px;
  width: 40%;
}

.centered label{
  color: white;
}



  .word{
    color: #fdec51;
  }
  .word1{
    color: #1d1602;
  }

  .num{
    color: #DEFD51;
    font-weight: bold;
  }

  
.textLabel{
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

  .urlInfo{

    list-style-type: none;
  }
  .urlInfoWord{
    color: #DEFD51;
  }



.trajet{
    position: relative;
    background-color: rgba(255, 250, 205, 0.8);
    color: #1B191B;
    border: 1px solid #000000 ;
    margin: 5px;
    padding: 1rem;
    border-radius: 5px;
    text-align: justify;
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,00.5));
    animation: fadeIn 1s ease-in-out;


}

.newClass{
    color: #000;
    background-color: #cea558b5;
    width: 60%;
    height: auto;
    padding: 10px;
    text-align: center;
    justify-content: center;
    margin-left: 20%;
    margin-right: 20%;
    border-radius: 10px;
    font-size: 20px;
    margin-bottom: 3rem;
    animation: fadeIn 1s ease-in-out;

}

.newClass2{
  color: #ebebeb;
  background-color: #d9a74a76;
  width: 60%;
  height: auto;
  padding: 10px;
  text-align: center;
  justify-content: center;
  margin-left: 20%;
  margin-right: 20%;
  border-radius: 10px;
  margin-bottom: 3rem;
  animation: fadeIn 1s ease-in-out;

}

.newClass3 h2{
  text-align: center;
  justify-content: center;

}

.newClass3 {
  text-align: justify;
  justify-content: center;
  display: block;
  background-color:#242324;
  margin-right: 15%;
  margin-left: 20%;
  margin-bottom: 20px;
  width: 60%;
  padding: 15px;
  border-radius: 8px;
  color: #F3EFED;
  filter: drop-shadow(0px 0px 10px rgba(0,0,0,00.5));
  animation: fadeIn 1s ease-in-out;

}

.newClass p{
    margin-left: 30px;
    margin-right: 30px;

}

.submit{
    color: #1B191B;
    font-size: 17px;
    padding: 10px;
    background-color: #CA8524;
    border-radius: 5px;
    width: 41%;
}

.submit:hover{
    color: #000000;
    font-size: 17px;
    padding: 10px;
    background-color: #dbb672;
    border-radius: 5px;
    width: 41%;
}

.histogram-container {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start; /* Aligner les barres à gauche */
    height: 300px; /* Hauteur de l'histogramme */
    margin: 0 auto;
    padding: 20px;
}

.bar {
    width: 20px; /* Largeur de chaque barre */
    background-color: #fde951; /* Couleur de la barre */
    border: 1px solid #1B191B; /* Bordure de la barre */
    margin-right: 10px; /* Espacement entre les barres */
}

.stations {
    margin-top: 10px; /* Espacement entre l'histogramme et les clés */
}

.station {
    display: flex;
    align-items: center;
}

.color-box {
    width: 10px; /* Largeur du rectangle de couleur */
    height: 10px; /* Hauteur du rectangle de couleur */
    margin-right: 5px; /* Espacement entre le rectangle de couleur et le texte de la clé */
    border: 1px solid #000000; /* Bordure de la barre */

}



.beforeContainer{
    width: 100%;
    display: flex;
    justify-content: center;
}

.fondDiv {
    transform: translateX(-20px);
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(45%, 1fr)); /* Deux colonnes */
    gap: 10px; /* Espacement entre les articles */
    width: 100%;
    padding: 20px;
    border-radius: 8px;
    object-fit: cover;
    color: #F3EFED;
    justify-content: center; /* Centrer les éléments dans la grille horizontalement */
    animation: fadeIn 1s ease-in-out;

}

.centered{
    text-align:center ;
    justify-content: center;
    animation: fadeIn 1s ease-in-out;

}
.centered h2{
    text-align: center;
    justify-content: center;
    
}

.cout-trajet {
    background-color: #d9a74a;
    color: #1B191B;
    font-weight: bold;
    padding: 3px 5px;
    border-radius: 3px;
}

.cost-container {
    position: absolute; /* Positionnement absolu par rapport à l'article */
    top: 0; /* Alignement sur le haut de l'article */
    right: 0; /* Alignement à droite de l'article */
    padding: 10px; /* Ajout de marge intérieure pour l'espace autour du coût */
}

.voir-details{
    margin-bottom: 1rem;
    margin-top: 1rem;
    font-size: large;
    color: #000000;
    background-color: #dbb672;
}

.trajet .duree {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 5px;
}

.trajet .duree svg {
    margin-right: 5px; /* Espacement entre l'icône et le texte */
    width: 20px; /* Ajuste la taille de l'icône selon tes besoins */
    height: 20px;
    fill: #1B191B; /* Couleur de l'icône */
}

.label-duree{
    font-weight: bold;
}

.trajet {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
}

.duree, .cost-container {
    margin-bottom: 10px;
}

.details-trajet {
    margin-top: 10px;
    display: none; /* Caché par défaut, affiché par le bouton "Voir détails" */
}

.toggle{
    width: auto;
    height: auto;
}
.toggle img{
    width: 14px;
    height: 14px;
}

.ligne-description  {
    color: #fde951ed;
    text-align: center;
    font-size: 1.4rem;
font-weight: 400;
  }


  .ligne-titre {
    font-size: 1.2rem;
    color: #ffffff;
    text-align: center;
    font-weight: 500;
  }


  .lignerera p,
.lignererb p,
.lignererc p,
.lignererd p,
.lignerere p,
.lignererl p,
.lignererj p,
.lignererk p,
.lignerern p,
.lignererr p,
.lignereru p,
.lignererp p,
.lignererh p{
    color: white;
    margin-left: 0px;

}

foot a:hover {
    color: rgb(223, 158, 53);
}
  .foot {
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
   
  }
  
  
  .foot span {
    color: #acacac;
    
  }

  .lignebox a {
    text-decoration: none;
  }

  .ligne {
    align-items: center;
    background-color: #1B191B;
    border-radius: 0.6rem;
    box-shadow: 0 .3rem 1rem #e4a761;
    cursor: pointer;
    display: flex;
    flex-flow: column;
    gap: 1rem;
    justify-content: flex-start;
    margin-top: 2rem;
    padding: 2rem;
    margin-bottom: 1rem;
    width: 20%; 
    animation: fadeIn 1s ease-in-out;

  }

  /* Add this to your existing media queries for responsiveness */
@media screen and (max-width: 300px) {
  .ligne{
    width: 50%;
  }
}
  
.image-with-text {
    display: flex;
    align-items: center;
    color: white;
    flex-direction: row; /* Alignement horizontal des éléments */
    width: auto;
  }
  
  .image-with-text img {
    margin-right: 1rem; /* Espacement entre l'image et le texte */
  }

  .plan a{
    text-decoration: none;
    color: white;

  }


  .plan a:hover{
    color: rgb(164, 164, 162);

  }

  .boxplan{
    color: white;
    background-color: #d9a74a76;
  box-shadow: 0 .1rem 1rem #333333;
  border-radius: .6rem;
    cursor: pointer;
    gap: 5rem;
    justify-content: flex-start;
    margin-top: 1rem;
    min-height: 1rem;
    padding: 0.5%;
    margin-left: 35%;
    margin-bottom: 30px;
    width: 30%;
    animation: fadeIn 1s ease-in-out;

}

.boxplan:hover{
  box-shadow: 0 .2rem 1rem #d9a74aa4;
}


.boxplan p {
    color: rgb(255, 255, 255);

}

  
  .lignerera, .lignererb, .lignererc, .lignererd, .lignerere,.lignererh,.lignererj,.lignerern,
  .lignererl,.lignererr,.lignererk,.lignereru,.lignererp{
    box-shadow: 0 .1rem 1rem #333333;
    background-color: #1B191B;
    border-radius: .6rem;
    cursor: pointer;
    gap: 1rem;
    justify-content: flex-start;
    margin-top: 1rem;
    min-height: 1rem;
    padding: 1rem;
    margin-left: 20%;
    margin-bottom: 30px;
    width: 60%;
}
  .lignerera:hover{
  box-shadow: 0 .2rem 1rem #ec3d3d;
}

  .lignererb:hover{
    box-shadow: 0 .2rem 1rem #3d86ec;
    }


  .lignererc:hover{
    box-shadow: 0 .2rem 1rem #cdad1c;
    }


  .lignererd:hover{
    box-shadow: 0 .2rem 1rem #207e39;
    }


  .lignerere:hover{
    box-shadow: 0 .2rem 1rem #cd1cb8;
  }


  .lignererh:hover{
    box-shadow: 0 .2rem 1rem #523020;

  }


  .lignererj:hover{
    box-shadow: 0 .2rem 1rem #b1f12f;

  }

  
  .lignerern:hover{
    box-shadow: 0 .2rem 1rem #1ad2aa;

  }

  .lignererp:hover{
    box-shadow: 0 .2rem 1rem #ec6b2f;

  }

  .lignererl:hover{
    box-shadow: 0 .2rem 1rem #bb2adc;

  }

  .lignererk:hover{
    box-shadow: 0 .2rem 1rem #879b3f;

  }
  
  .lignereru:hover{
    box-shadow: 0 .2rem 1rem #d02670;

  }
  
  .lignererr:hover{
    box-shadow: 0 .2rem 1rem #e840a8;

  }
  .lignebox a{
    text-decoration: none;
  }

  .lignebox {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-around
   
  }
  
  .ligne:hover {
    box-shadow: 0 .3rem 1rem #cd9110; 
   }
  
  .ligne-icon {
    height: 6rem;
    width: 6.4rem;
    border-radius: 3px;
  }


  .ligne-iconrer{
    height: 3rem;
    width: 3.3rem;
    border-radius: 3px;
    margin-left: 4px;
    transition: transform 0.2s, filter 0.2s; /* Ajoute une transition fluide */
  }

  /* Style lorsque l'image est survolée */
  .ligne-iconrer:hover {
      cursor: pointer; /* Change le curseur en une main */
      transform: scale(1.3); /* Fait grossir l'image */
      filter: brightness(1.4); /* Augmente la luminosité de l'image */
  }


.sectionmetro{
  height: 150px;
  width: 600px;
  margin-left: 20px;
}

.sectiontram{
  height: 150px;
  width: 600px;
  margin-left: 20px;
}
  .ligne-icontrans {
    height: 3rem;
    width: 5.5rem;
    border-radius: 3px;
    margin-left: 4px;
    transition: transform 0.2s, filter 0.2s; /* Ajoute une transition fluide */
  }

 
   .ligne-icontrans:hover {
    cursor: pointer; /* Change le curseur en une main */
    transform: scale(1.3); /* Fait grossir l'image */
    filter: brightness(1.4); /* Augmente la luminosité de l'image */
}


  /* Style pour la fenêtre modale */
  .modal {
      display: none;
      position: fixed;
      z-index: 1;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0, 0, 0, 0.582);

  }

.modal-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    overflow: auto; /* Ajout de la propriété overflow pour activer le défilement */

}

.modal-content img {
  width: 1100px;
  height: 400px; /* Utilisation de la valeur 'auto' pour maintenir les proportions de l'image */
}


.modal-contenttram img {
  width: 100%;
  height: auto; /* Utilisation de la valeur 'auto' pour maintenir les proportions de l'image */
}

.modal-contentmetro img {
  width: 100%;
  height: auto; /* Utilisation de la valeur 'auto' pour maintenir les proportions de l'image */
}


/* Add this to the bottom of your CSS to ensure it overrides other styles as needed */
@media screen and (min-width: 768px) {
  .plan-du-site {
    width: 50%; /* Adjust width as necessary */
  }
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.plan-du-site {
  text-align: center;
  background-color: #242324;
  padding: 40px;
  border-radius: 10px;
  margin: 30px auto;
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
  animation: fadeIn 1s ease-out;
}

.plan-du-site h1 {
  color: #ffffffed;
  margin-bottom: 30px;
  animation: fadeIn 1.5s ease-out;
}

.plan-du-site ul {
  list-style: none;
  padding: 0;
  margin: 0;
  animation: fadeIn 2s ease-out;
}

.plan-du-site li {
  padding: 10px 0;
  position: relative;
  animation: fadeIn 2.5s ease-out;
}

.plan-du-site a {
  color: #ffffffed;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
  display: inline-block;
}

.plan-du-site a::before {
  content: '';
  position: absolute;
  width: 20%;
  height: 2px;
  bottom: -5px;
  left: 40%;
  background-color: #fde951ed;
  visibility: hidden;
  transform: scaleX(0);
  transition: visibility 0s, transform 0.3s ease;
}


.plan-du-site a:hover::before, .plan-du-site a:focus::before {
  visibility: visible;
  transform: scaleX(1);
}

/* Add this to your existing media queries for responsiveness */
@media screen and (min-width: 768px) {
  .plan-du-site {
    width: 50%;
  }
}



h2{
    font-weight: bold;
    text-align: center;
    margin-top: 0%;
    margin-bottom: 1px;
    color: #d9a74a;
    margin-bottom: 15px;

}


.submitcontact{
    color: #1B191B;
    font-size: 17px;
    padding: 10px;
    background-color: #d9a74a;
    border-radius: 5px;
    width: auto;
  }
  
  .submitcontact:hover {
    color: #1B191B;
    font-size: 17px;
    padding: 10px;
    background-color: #e3d6bf;
    border-radius: 5px;
    width: auto;
  }


  .textStat{
  color: white;
  }

  .time-label {
  width: 50%;
  margin-left: 25%;
  display: block;
  background-color: black;
  padding: 4px 5px;
  color: #ffe273;
  margin-top: 5px;
  border-radius: 5px;
  }

  .graph {
    display: flex;
    flex-direction: row;
    align-items: flex-end; /* Aligner les barres en bas */
    margin-top: 20px;
    height: 300px; /* Hauteur du conteneur du graphe */
}

.bar {
    width: 20px; /* Largeur de chaque barre */
    margin-right: 5px; /* Espacement entre chaque barre */
    background-color: steelblue; /* Couleur des barres */
    color: white;
    text-align: center;
    position: relative; /* Positionnement relatif pour placer le label */
}

.bar-label {
    position: absolute;
    bottom: 5px; /* Distance entre le label et le bas de la barre */
    left: 0;
    right: 0;
    font-size: 12px;
}

.departure,
.arrival {
  left: 10%;
  display: flex;
    align-items: center;
    margin-bottom: 1rem;
    position: relative;
    color: #1B191B; /* Adjust color based on your theme */
}

.departure .svg-icon,
.arrival .svg-icon {
    margin-right: 0.5rem; /* Space between the icon and text */
}

.station-name {
    font-weight: bold; /* Make station name bold */
}



.boxTitle h2 {
  margin: .6em 0;
  line-height: 1.15;
  overflow: hidden;
  color: #ffffff;
  font-size: 1.5rem;
  position: relative;
  text-align: left;
  text-align: center;
}

.boxTitle  h2::after {
  content: '';
  display: block;
  width: 10rem;
  margin: 2rem 0 0 0;
  border-bottom: #CA8524 solid .3rem;
  margin: 2rem auto 0;
}

@media (max-width: 991.98px) {
  .home .boxTitle h2 {
    font-size: 1rem;
  }
}


.card:hover {
  background: #dabb91;
  transition: background .6s ease;
}

.card {
  position: relative;
  padding: 5rem 4rem;
  height: auto;
  background: #CA8524;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(33.333% - 4rem); 
  border-radius: 10px;
  box-sizing: border-box; 

}


/* Utilisez des media queries pour gérer les écrans de différentes tailles */
@media (max-width: 768px) {
  .card {
    width: calc(50% - 4rem); /* 2 cartes par rangée sur tablette */
  }
}

@media (max-width: 480px) {
  .card {
    width: calc(100% - 4rem); /* 1 carte par rangée sur mobile */
    padding: 3rem 2rem; /* Ajustez le padding pour les petits écrans */
  }
}

.card a{
text-decoration: none;
}

.imgItem img{
  width: 80px;
  height: 80px;
}

.txtItem {
  color: #000000;
}
.card .item:hover .txtItem{
  color: #011C40;
  transition: background .6s ease;


}

.options {
  display: flex;
  flex-wrap: wrap; /* Permet aux éléments de passer à la ligne suivante sur de petits écrans */
  gap: 2rem;
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: 2%;
  justify-content: center; /* Centre les cartes dans le conteneur */
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}


.fond .newClass .newClass2 .newClass3 .fondbox .fondDiv .fondStat .trajet .boxplan .centered .ligne{
  animation: fadeIn 3s ease-in-out;
}

.randomImg img {
  width: 40%;
  height: 30%;
}

.apodImg{
  width: 40%;
}