/* Réduction des marges entre les sections principales */
.section,
.section-sm {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.section-title,
.section-subtitle {
    margin-bottom: 18px !important;
}
/* Styles personnalisés pour le portfolio Benina Blandes */

/* Harmonisation des blocs portfolio */
.portfolio-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 300px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    transition: box-shadow 0.2s;
    margin-bottom: 24px;
}
.portfolio-card:hover {
    box-shadow: 0 4px 24px rgba(0,123,255,0.12);
}
.portfolio-card-img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin-bottom: 18px;
    background: #f8f9fa;
    border-radius: 12px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.05);
}
.portfolio-card-caption {
    text-align: center;
}

/* Photo de profil en rond */
/* .about-img {
    border-radius: 50%;
    object-fit: cover;
    width: 180px;
    height: 180px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
} */
/* 
.custom-navbar {
  transition: background-color 0.4s ease, box-shadow 0.4s ease;
}

@media (max-width: 992px) {
  .nav {
    background: #fff;
    transition: all 0.3s ease;
  }
  .nav.open {
    display: block !important;
  }
} */

