
header ul.nav a {
    color: black;
}

.bg-orange-uvcw {
  background-color: #ffd850;
  color: #000;
}

.alert-warning {
  background-color: rgba(255,216,80, 0.5);
  
}

.text-orange-uvcw {
  color: #ffd850;
}

.bg-rouge-uvcw {
  background-color: #c52a00;
}

.bg-rouge-fade-uvcw {
  background-color: #5a5959;
  color: #FFF;
}

.text-rouge-uvcw {
  color: #c52a00;
}

.text-justify {
  text-align: justify;
}

h1 {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.icon-rotate-180 {
  transform: rotate(180deg);
}

#mes-infos label {
  font-weight: bold;
}

#user-photo img {
  border-radius: 50%;
  width: 76px; 
  height: 76px; 
  object-fit: cover;
  border: 3px solid #ccc;
}

#immatriculation {
  font-size: 0.75rem;
  color: #b10202;
  border: 1px solid #b10202;
  border-radius: 4px;
  padding: 1px 6px;
  font-weight: 600;
}


.hide-scrollbar {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.hide-scrollbar::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.parking-velo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color:#FFF;
  font-weight: 900;
  font-size:12px;
  line-height: 14px;
  background-color:rgb(194, 194, 194);
  width:80px;
  height: 80px;
  margin-right:3px;
  margin-bottom: 3px;
  padding:0;
}

.parking-velo-v {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color:#FFF;
  font-weight: 900;
  font-size:12px;
  line-height: 14px;
  background-color:rgb(194, 194, 194);
  width:100px;
  height: 100px;
  margin-right:3px;
  margin-bottom: 3px;
  padding:0;
}

.border-bottom-header {
  border-bottom: 2px #dedede  solid;
}

.titre-accueil {
  margin-top: -80px;
  padding: 20px 40px;
  background-color: #FFF;
  z-index: 0;
  border-radius: 20px;

}
.slider-fixe {
    width: 100%; 
    height: 200px;
    margin-top: -30px;
    padding-top: 0;
    background-image: url("../images/slider_easypark.jpg");
    background-size: cover; 
    background-position: top; 
    background-repeat: no-repeat;
    position: relative;
}

.slider {
    margin-top:-30px;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px; /* un peu plus grand pour couvrir le décalage */
    background-image: url("../images/slider_easypark.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(0);
    will-change: transform;
    position:relative;
}

.parallax {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.card-header {
  background-color: #ffd850;
  border-color: #ffd850;
  color: #614c00;
}

.marge-mainmenu {
  margin-left: 190px;
  margin-top: 5px;
  width: 50%;
}

.filet-menu {
  border-bottom: #bcbcbc 1px solid;
}

@media (min-width: 768px){

  .filet-menu {
    border:none;
  }
  .btn-md-sm{
    --bs-btn-padding-y: .25rem;
    --bs-btn-padding-x: .5rem;
    --bs-btn-font-size: .875rem;
    --bs-btn-border-radius: .25rem;
  }

  .marge-mainmenu {
    margin-left: 0;
    margin-top: 5px;
    width: 100%;
    border:none;
  }

  .titre-accueil {
    margin-top: -60px;
    padding: 20px 40px;
    background-color: #FFF;
    z-index: 0;
    border-radius: 20px;

  }
  .slider {
    width: 100%; 
    height: 300px;
    margin-top: -30px;
    padding-top: 0;
    background-image: url("../images/slider_easypark.jpg");
    background-size: cover; 
    background-position: top; 
    background-repeat: no-repeat;
    position: relative;
  }

}


/* Menu fermé (aria-expanded="false") → burger */
button.navbar-toggler[aria-expanded="false"] .bi::before {
  content: "\f479"; /* bi-list */
}

/* Menu ouvert (aria-expanded="true") → croix */
button.navbar-toggler[aria-expanded="true"] .bi::before {
  content: "\f62a"; /* bi-x */
}

button.navbar-toggler .bi { display:inline-block; transition: transform .25s ease; }
button.navbar-toggler[aria-expanded="true"] .bi { transform: rotate(90deg); }

@media (prefers-reduced-motion: reduce) {
  button.navbar-toggler .bi { transition: none; }
}

.btn-success {
  background-color: #72a754;
  border: #72a754;
}

.btn-success:hover {
  background-color: #628e48;
  border: #628e48;
}

.text-success {
  color: #72a754!important;
}

