.dropdown-item{
    color: black !important;
    padding: 4px 24px !important;
    margin: 0;
}

.blog-hero > .container > h1,.blog-hero > .container > p{
    color: #fff !important;
}

#cardContainer .card img {
  height: 180px;
  object-fit: cover;
}


.entreprises-section h2 span {
  border-bottom: 3px solid #007bff;
  padding-bottom: 5px;
}

input::placeholder {
  color: #999;
}

.input-group-text {
  background-color: #f8f9fa;
}

.custom-select, .form-control {
  border-radius: 0.5rem;
}

#toggleViewBtn {
  transition: all 0.3s ease-in-out;
}

#toggleViewBtn:hover {
  transform: scale(1.05);
}

/* Ajoute dans la section <style> existante */
.header-content-area {
    position: relative;
}

.header-content-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6));
    z-index: 1;
}

.header-content-area .container {
    position: relative;
    z-index: 2;
}
