.banner-fullpage {
    height: 100vh;
    width: 100%;
background: linear-gradient(to bottom, #0000009e, rgb(34 29 29 / 20%)), url(img/bg33.png) center center / cover no-repeat;


 color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 20px;
  }

  .banner-fullpage h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
  }

  .banner-fullpage p {
    font-size: 1rem;
    margin-bottom: 0rem;
    max-width: 1200px;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.2);
  }



.navbar-modern {
 background: linear-gradient(135deg, #10376f, #000);
  
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.navbar-modern  .bi-person-plus-fill::before  {
 font-size: 25px;
}
.navbar-modern  .bi-person-fill-lock::before {
   
 font-size: 25px;
}

.site-footer  {
 background: linear-gradient(135deg,  #000 ,#10376f);
  
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

/* Shadow plus marqué au scroll */
.navbar-modern.sticky-top.scrolled {
  background: #161616;
  box-shadow: 0 6px 18px rgba(0,0,0,0.4);
}

.icon-circle {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  
   .avatar-circle {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.5rem;
  }
  .quote-icon {
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 3rem;
    color: rgba(0, 0, 0, 0.05);
    font-family: serif;
  }
  
  .bg-gradient-light {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  }
  .counter-card {
    transition: transform 0.3s, box-shadow 0.3s;
  }
  .counter-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  }
  .counter {
    font-family: 'Poppins', sans-serif;
  }
  .icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.05);
  }

/* Liens */
.navbar-modern .nav-link {
  color: #fff;
  font-weight: 500;
  padding: 0.5rem 0.75rem;
  position: relative;
  transition: all 0.3s ease;

}
.navbar-modern .nav-link::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #f70707;
  transition: width 0.3s;
}
.navbar-modern .nav-link:hover::after,
.navbar-modern .nav-link.active::after {
  width: 100%;
}
.navbar-modern .nav-link:hover {
  color: #f70707;
}
.navbar-modern.navbar .nav-link.active-link {
 color: #f70707 !important;
    font-weight: bold;
    border-bottom: 2px solid #f70707;
}

/* Logo */
.navbar-modern .logo-img {
  max-height: 50px;
}



.btn-orange {
   background: linear-gradient(45deg, #df1a1a, #f70707); /* dégradé rouge */
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 0.5rem;
    transition: all 0.2s ease-in-out;
    padding: 12px;
  text-decoration: none;
  
}



.btn-bag {
    background: linear-gradient(45deg, #df1a1a, #f70707); /* dégradé rouge */
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 0.5rem;
    transition: all 0.2s ease-in-out;
    text-decoration: none !important;
    color:#fff;
}
.btn-bag a {
  
    text-decoration: none !important;
    color:#fff;
}

.btn-bag:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255,77,79,0.4);
    text-decoration: none;
    color: #fff;
}


/*css recherche hom

/* style.css */
.search-form {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.search-form input[type="text"] {
    width: 70%;
    padding: 12px 20px;
    border-radius: 30px 0 0 30px;
    border: 2px solid #f70707;
    outline: none;
    font-size: 16px;
}

.search-form button {
    padding: 12px 30px;
    border-radius: 0 30px 30px 0;
    border: 2px solid #f70707;
    background-color: #f70707;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.search-form button:hover {
    background-color: #df1a1a;
    border-color: #f70707;
}

/* =========================
   Bouton Voir le contact
========================= */
/* =========================
   Bouton Voir le contact - Rouge
========================= */
.btn-contact {
    background: linear-gradient(135deg, #f70707, #b80000);
   
   margin-top: 10px;
    padding: 12px 16px;

    color: #fff;

    border: 1px solid #b80000;
    border-radius: 12px;

    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;

    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    transition: all 0.3s ease;
}



/* =========================
   Conteneur des boutons
========================= */
.actions-buttons {
    display: flex;
    gap: 12px;
}

/* Les deux boutons prennent la même largeur */
.actions-buttons .btn-annonce-premium,
.actions-buttons .btn-whatsapp-premium {
    flex: 1;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 14px;
    text-align: center;
    cursor: pointer;
    transition: all 0.35s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-decoration: none; /* pour le lien WhatsApp */
}

/* =========================
   Bouton Voir l’annonce - premium dark
========================= */
.btn-annonce-premium {
      background: linear-gradient(135deg, #10376f, #000); 
    color: #fff;
    border: 1px solid #222;
    box-shadow: 0 8px 20px rgba(0,0,0,0.5);
}

.btn-annonce-premium:hover {
    background: linear-gradient(135deg, #222, #111);
    box-shadow: 0 12px 25px rgba(0,0,0,0.7);
    transform: translateY(-2px);
}

/* =========================
   Bouton WhatsApp - premium green
========================= */
.btn-whatsapp-premium {
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: #fff;
    border: 1px solid #128C7E;
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.35);
}

.btn-whatsapp-premium:hover {
    background: linear-gradient(135deg, #128C7E, #25D366);
    box-shadow: 0 12px 25px rgba(37, 211, 102, 0.5);
    transform: translateY(-2px);
}

/* Active */
.actions-buttons .btn-annonce-premium:active,
.actions-buttons .btn-whatsapp-premium:active {
    transform: scale(0.96);
}

/* Mobile : boutons en colonne */
@media (max-width: 576px) {
    .actions-buttons {
        flex-direction: column;
    }
}



