.title-glow {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-align: center;

  /* Couleur principale */
  color: rgb(140, 20, 220); /* bleu professionnel */

  /* Effet d’éclat subtil */
  text-shadow:
    0 0 5px rgba(123, 30, 229, 0.4),
    0 0 10px rgba(169, 30, 229, 0.25);

  /* Animation douce */
  animation: glowPulse 3s ease-in-out infinite;
}
.selct{
    background-color: black;
    color: white;
    padding: 10px;
    width: fit-content;
    margin: 20px auto;
    border-radius: 5px;
}
@keyframes glowPulse {
  0% {
    text-shadow:
      0 0 5px rgba(158, 12, 216, 0.3),
      0 0 10px rgba(158, 12, 216, 0.2);
  }
  50% {
    text-shadow:
      0 0 8px rgba(158, 12, 216, 0.6),
      0 0 16px rgba(158, 12, 216, 0.4);
  }
  100% {
    text-shadow:
      0 0 5px rgba(158, 12, 216, 0.3),
      0 0 10px rgba(158, 12, 216, 0.3);
  }
}

html, body {
    height: 100%;
}
body{
    font-family: sans-serif;
    background:linear-gradient(to bottom, rgb(5, 201, 255), rgb(157, 1, 184));
    min-height: 100vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 20px 10px;
}
#app{
    max-width: 1200px;
    margin: 120px auto 20px;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
}
#cars{
    display: flex;
    justify-content: center;
    /* align-items: flex-start; */
    flex-wrap: wrap;
}
.car{
    max-width: 260px;
    width: 220px;
    box-shadow: 3px 5px 10px lightgray;
    padding: 10px;
    border-radius: 10px;
    margin: 15px 5px;
    border: 4px solid rgb(234, 234, 234);
    transition: 0.4s;
    position: relative;
}
#link{
    color: rgb(0, 110, 255);
    font-size: 26px;
    text-align: center;
}
.car .fa-solid{
    position: absolute;
    top: -10px;
    right: -10px;
    color: rgb(120, 20, 220);
    font-size: 40px;
}
.selected-car{
    border: 4px solid rgb(120, 20, 220);
}
.car:hover{
    cursor: pointer;
    /* transform: translateY(-10px); */
    transition: 0.4s;
    box-shadow: 7px 10px 15px rgb(186, 186, 186);
    border: 4px solid rgb(120, 20, 220);
}
.car .img-container{
    width: 100%;
    /* height: 150px; */
    /* overflow: hidden; */
}
.car .img-container img{
    width: 100%;
    height: auto;
}
.car small {
    font-weight: bold;
}

.more-desc{
    /* background-color: rgb(247, 239, 255); */
    padding: 10px;
    display: none;
}
#planc{
    padding: 12px;
    width: fit-content;
    margin: 20px auto;
    border-radius: 50px;
    background-color: black;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

#planc {
  
  background: linear-gradient(90deg, #fff, rgb(145, 40, 243), #0ff, #fff);
  background-size: 300%;
  animation: glowMove 3s linear infinite;
  text-shadow: 0 0 10px rgb(141, 73, 249), 0 0 20px rgb(151, 78, 254), 0 0 40px rgb(151, 18, 246);
}

@keyframes glowMove {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 300%;
  }
}
/* .car .detail{
    padding: 10px;
    text-align: center;
    border: 1px solid rgb(127, 20, 220);
    color: rgb(117, 20, 220);
    transition: 0.3s;
    border-radius: 5px;
}
.car .detail:hover{
    cursor: pointer;
    color: white;
    background-color: rgb(95, 0, 143);
    transition: 0.3s;
} */

.video-container {
  position: relative;
  padding-top: 56.25%; /* 16:9 */
}

.video-container iframe,
.video-container video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}


.main-img img{
    width: 400px;
    border-radius: 10px;
    box-shadow: 4px 10px 15px lightgray;

}
.det-img img{
    width: 160px;
    border: 2px solid lightgray;
    box-shadow: 3px 5px 10px lightgray;
    border-radius: 5px;
    margin: 5px;
}
.selc-img{
    border: 2px solid rgb(224, 156, 251) !important;
}
#mode{
    display: flex;
    justify-content: space-between;
    /* align-items: flex-start; */
    flex-wrap: wrap;
    margin: 50px 0px;
}
.mode{
    width: 30%;
    border: 3px solid lightgray;
    text-align: center;
    border-radius: 10px;
    transition: 0.3s;
    box-shadow: 3px 3px 10px lightgray;
    padding: 5px;
    /* background-color: orange; */
}
.mode:hover{
    box-shadow: 8px 10px 15px rgb(168, 168, 168);
    transition: 0.3s;
    cursor: pointer;
    background-color: rgb(247, 196, 101);
}
.mode p {
    text-align: justify;
    font-size: 13px;
    color: black;
}
.mode-selected{
    background-color: orange !important;

}
.mode h3{
    color: black;
    font-weight: bold;
    font-style: italic;
}
.mode section{
    color: black;
    font-size: 5rem;
    position: relative;
    width: fit-content;
    margin: auto;
}
.mode section i{
    font-size: 20px !important;
}
/* .mode section span{
    position: absolute;
    top: -10px;
    font-size: 16px;
    right: -15px;
} */

.pack, .control-eur, .info-form{
    display: none;
}

.champ input{
    width: 100%;
    padding: 12px;
    border: 1px solid lightgray;
    border-radius: 5px;
    display: block;
    margin: 10px 0px;
    box-sizing: border-box;
}
.champ {
    width: 100%;
}

.info-form button{
    padding: 10px;
    background-color: rgb(120, 20, 220);
    color: white;
    border-radius: 5px;
    border: none;
    box-shadow: 3px 10px 15px lightgray;
}

.success{
    color: green;
    text-align: center;
    font-size: 28px;
    margin: 20px auto;
    max-width: 500px;
    font-weight: bold;
    font-style: italic;
}

.ticket{
    display: inline-block;
    padding: 15px;
    box-shadow: 3px 10px 15px rgb(190, 190, 190);
    border-radius: 7px;
    width: 27%;
    margin: 20px 10px 0px 0px;
}