@charset "UTF-8";
/* ==========================================================
   Import des variables, couleurs, placeholders
   ========================================================== */
/* ==========================================================
   Couleurs globales
   ========================================================== */
/* ==========================================================
   Navbar
   ========================================================== */
/* ==========================================================
   Hero
   ========================================================== */
/* ==========================================================
   Frame 68 / 81 / offres / projets
   ========================================================== */
/* ==========================================================
   OFFRES – Variables dédiées
   ========================================================== */
/* ==========================================================
   PROJETS – Variables dédiées
   ========================================================== */
/* Partenaires */
/* ==========================================================
   NEWSLETTER
   ========================================================== */
/* ==========================================================
   FORMULAIRE CONTACT
   ========================================================== */
/* ==========================================================
   Footer
   ========================================================== */
/* ==========================================================
   Placeholder boutons fixes
   ========================================================== */
.returnUp {
  position: fixed;
  bottom: clamp(16px, 5vw, 65px);
  right: max(16px, (100vw - 1200px) / 3 + 5px);
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

/* ==========================================================
   Import des variables, couleurs, placeholders
   ========================================================== */
/* ==========================================================
   PAGE OFFRES – Styles isolés
   ========================================================== */
#Offres {
  color: #000000;
  /* ======================================================
     CONTENEUR OFFRES
     (équivalent contebody mais isolé)
     ====================================================== */
}
#Offres .offres-container {
  width: 95%;
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 991px) {
  #Offres .offres-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
#Offres {
  /* ======================================================
     FRAME OFFRES
     ====================================================== */
}
#Offres .offres-frame {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
#Offres .offres-frame .row {
  align-items: stretch;
}
#Offres {
  /* ======================================================
     CARD OFFRES
     ====================================================== */
}
#Offres .card-offres {
  background-color: rgba(0, 155, 62, 0.862745098);
  border: 2px solid #00672d;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 180px;
}
#Offres .card-offres:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.45);
}
#Offres .card-offres::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.09;
  mix-blend-mode: overlay;
  z-index: 0;
}
#Offres .card-offres > * {
  position: relative;
  z-index: 1;
}
#Offres {
  /* ======================================================
     CONTENU DES CARDS
     ====================================================== */
}
#Offres .offres-card-body {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  height: 100%;
  padding: 1.5rem;
}
#Offres .offres-card-body .card-title {
  font-weight: 400;
  margin-bottom: 0.75rem;
  color: #ffffff;
}
#Offres .offres-card-body ul {
  align-self: start;
  margin-bottom: 0;
  padding-left: 1.2rem;
}
#Offres .offres-card-body ul li {
  color: #000000;
  line-height: 1.6;
}
#Offres .offres-card-body > p:last-child {
  align-self: start;
  box-sizing: border-box;
  margin-bottom: 0;
  min-height: 8rem;
  padding-top: 2rem;
}
#Offres {
  /* ======================================================
     TEXTE BAS DE SECTION
     ====================================================== */
}
#Offres .offres-note {
  margin-top: 1rem;
  font-size: 0.9rem;
  opacity: 0.8;
}
#Offres {
  /* ======================================================
     CARTES "POUR QUI"
     ====================================================== */
}
#Offres .contebody .card-frame68 {
  min-height: 12rem;
}
@media (max-width: 767px) {
  #Offres .contebody .card-frame68 {
    min-height: auto;
  }
}

.required-star {
  color: #e53935;
  margin-left: 2px;
}

/* ==========================================================
   Import des variables, couleurs, placeholders
   ========================================================== */
/* ==========================================================
   PAGE PROJETS – Styles isolés
   ========================================================== */
#Projets {
  color: #000000;
  /* ======================================================
     Titres de sections (Ils nous ont fait confiance, etc.)
     ====================================================== */
}
#Projets .projets-title {
  color: #00672d;
  text-align: center;
  margin-bottom: 3rem;
  font-weight: 600;
}
#Projets {
  /* ======================================================
     CONTENEUR PRINCIPAL
     ====================================================== */
}
#Projets .projets-container {
  width: 95%;
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 991px) {
  #Projets .projets-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
#Projets {
  /* ======================================================
     FRAME PROJETS – Cards avec image (type Frame 81)
     ====================================================== */
}
#Projets .projets-frame-image {
  width: 75%;
  margin: auto;
}
@media (max-width: 992px) {
  #Projets .projets-frame-image {
    width: 90%;
  }
}
@media (max-width: 576px) {
  #Projets .projets-frame-image {
    width: 95%;
  }
}
#Projets .card-projets-image {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  border: 2px solid #00672d;
  background: transparent;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#Projets .card-projets-image:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.45);
}
#Projets .card-projets-image {
  /* Image de fond injectée via variable CSS */
}
#Projets .card-projets-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  opacity: 0.09;
  mix-blend-mode: overlay;
  z-index: 0;
}
#Projets .card-projets-image > * {
  position: relative;
  z-index: 1;
}
#Projets {
  /* ======================================================
     FRAME PROJETS – Cards simples (type Frame 68)
     ====================================================== */
}
#Projets .projets-frame-simple {
  position: relative;
  padding: 2rem;
}
#Projets .projets-frame-simple::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 1;
  z-index: 0;
}
#Projets .projets-frame-simple > * {
  position: relative;
  z-index: 1;
}
#Projets .card-projets-simple {
  background-color: rgba(0, 155, 62, 0.862745098);
  border-radius: 1rem;
  height: 100%;
}
#Projets {
  /* ======================================================
     CONTENU DES CARDS
     ====================================================== */
}
#Projets .card-body {
  padding: 1.5rem;
}
#Projets .card-body .card-title {
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #ffffff;
}
#Projets .card-body .card-text {
  font-size: 1.05rem;
  line-height: 1.5;
  color: #000000;
}
#Projets {
  /* ======================================================
     PARTENAIRES
     ====================================================== */
}
#Projets .partenaires {
  text-align: center;
}
#Projets .partenaires img {
  max-height: 140px;
  width: auto;
  opacity: 0.85;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
#Projets .partenaires img:hover {
  opacity: 1;
  transform: scale(1.05);
}

/* ==========================================================
   Import des variables, couleurs, placeholders
   ========================================================== */
/* ==========================================================
   CONTACT – STYLES COMPLETS
   Objectif : clarté, pédagogie, compatibilité Bootstrap
   ========================================================== */
/* ==========================================================
   SECTION CONTACT – CONTENEUR GLOBAL
   ========================================================== */
#Contact {
  /* Fond général de la section */
  background-color: transparent;
}

#Contact .container-fluid {
  background-color: transparent;
}

/* ==========================================================
   H1 – TITRE PRINCIPAL DE LA SECTION
   ========================================================== */
.contactH-wrapper {
  /* Même fond que la newsletter */
  background-color: #ffffff;
  /* Espacement vertical */
  padding: 2rem 0;
}

.contactH {
  /* Taille desktop */
  font-weight: 700;
  font-size: 2.8rem;
  font-size: clamp(2rem, 4vw, 2.8rem);
  /* Couleur du texte */
  color: #000000;
  /* Alignement centré */
  text-align: center;
  /* Reset Bootstrap */
  margin: 0;
  /* Décalage visuel */
  padding-left: 1rem;
}

/* ==========================================================
   H2 – TITRE DU FORMULAIRE
   ========================================================== */
.contacten {
  color: #000000;
  margin-top: -3rem;
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .contacten {
    font-size: 1rem;
  }
}

/* ==========================================================
   FORMULAIRE – BLOC GAUCHE
   ========================================================== */
.contact-form form {
  /* Fond blanc explicite */
  background-color: #ffffff;
  /* Padding Bootstrap conservé */
  padding: 2rem;
  /* Coins arrondis */
  border-radius: 16px;
  /* Bordure douce */
  border: 1px solid #e0e0e0;
}

/* ==========================================================
   INPUTS & TEXTAREA
   ========================================================== */
.contact-form .form-control {
  background-color: #ececec;
  color: #000000;
  min-height: 48px;
  border: 1px solid #cccccc;
  border-radius: 6px;
  padding: 0.75rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form .form-control:focus {
  background-color: #e4eae6;
  box-shadow: 0 0 0 0.15rem rgba(147, 172, 158, 0.25);
}

/* ==========================================================
   BOUTON D’ENVOI – CENTRÉ
   ========================================================== */
.contact-btn {
  /* Position de référence pour ::before */
  position: relative;
  /* Inline-flex = largeur du contenu */
  display: inline-flex;
  /* IMPORTANT : centrage horizontal */
  margin: 2rem auto 0 auto;
  /* Alignement interne */
  align-items: center;
  justify-content: center;
  /* Espacement flèche / texte */
  gap: 0.75rem;
  /* Fond bouton */
  background-color: #00672d;
  color: #000000;
  /* Neutralise Bootstrap */
  border: none;
  /* Padding du bouton */
  padding: 0.75rem 1.5rem;
  /* Coins arrondis */
  border-radius: 6px;
  /* Typo */
  font-weight: 600;
  font-size: 0.95rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.25s ease, transform 0.2s ease;
}

/* ==========================================================
   HOVER
   ========================================================== */
.contact-btn:hover {
  background-color: rgba(0, 155, 62, 0.862745098);
  transform: translateY(-2px);
  color: #000000;
}

.contact-btn:hover::before {
  transform: translateX(4px);
}

/* ==========================================================
   RESPONSIVE – MOBILE
   ========================================================== */
@media (max-width: 480px) {
  .contact-btn {
    font-size: 0.85rem;
    padding: 0.65rem 1.25rem;
  }
  .contact-btn .btn-text {
    white-space: nowrap;
  }
  .contact-btn::before {
    font-size: 1.5rem;
  }
}
/* ==========================================================
   COLONNE INFORMATIONS – DROITE
   ========================================================== */
.contact-detail {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 16px;
  color: #ffffff;
  align-self: start !important;
}

.contact-block {
  margin-bottom: 1.5rem;
}

.contact-block h4 {
  color: #00672d;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.contact-block p {
  margin: 0;
  line-height: 1.5;
}

/* ==========================================================
   RÉSEAUX SOCIAUX
   ========================================================== */
.social-links {
  display: flex;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.social-links a {
  color: black;
  font-size: 1.2rem;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.social-links a:hover {
  transform: scale(1.15);
  opacity: 0.8;
}

/* ==========================================================
 ========================================================== */
.contact-cta-row {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-cta-card {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  padding: 2rem;
  flex: 1;
  min-width: 240px;
}
.contact-cta-card h3 {
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
  font-weight: bold;
  color: #00672d;
}
.contact-cta-card p {
  color: #555;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.contact-cta-card form {
  display: flex;
  flex-direction: column;
}
.contact-cta-card .contact-btn {
  margin: 0;
  width: 100%;
  color: #ffffff;
}

.required-star {
  color: #e53935;
  margin-left: 2px;
}

/* ==========================================================
   Import des variables, couleurs, placeholders
   ========================================================== */
/* ==========================================================
   Section Footer
   ========================================================= */
.footer {
  width: 100% !important;
  max-width: 100% !important;
}

.footer {
  background: radial-gradient(ellipse 35% 45% at 80% 20%, rgba(0, 155, 62, 0.768627451) 0%, transparent 55%), radial-gradient(ellipse 25% 30% at 15% 75%, rgba(0, 255, 106, 0.1294117647) 0%, transparent 50%), radial-gradient(ellipse 50% 40% at 50% 50%, rgba(0, 181, 78, 0.4078431373) 0%, transparent 65%), linear-gradient(150deg, rgba(0, 155, 62, 0.8549019608) 0%, rgba(0, 155, 62, 0.862745098) 40%, rgba(0, 77, 31, 0.9254901961) 70%, rgba(0, 155, 62, 0.8549019608) 100%);
  color: #000000;
  padding-top: 1rem;
}
.footer .text-white-50 {
  color: #000000 !important;
}
.footer .navbar-brand img {
  transition: transform 0.3s ease;
}
.footer .navbar-brand img:hover {
  transform: scale(1.05);
}
.footer h5 {
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #ffffff;
}
.footer h6 {
  letter-spacing: 0.05em;
}
.footer ul li a {
  font-size: 0.875rem;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
.footer ul li a:hover {
  color: #b6f1c3 !important;
  text-decoration-color: #b6f1c3 !important;
}
.footer .footer-bottom {
  background: linear-gradient(150deg, rgba(3, 41, 12, 0.2039215686) 0%, rgba(4, 48, 15, 0.031372549) 40%, rgba(4, 46, 16, 0.0352941176) 70%, rgba(2, 31, 9, 0.1725490196) 100%);
  padding: 0.75rem 0;
}
.footer .footer-bottom small,
.footer .footer-bottom a {
  font-size: 0.85rem;
}
.footer .footer-bottom a {
  transition: opacity 0.2s ease;
}
.footer .footer-bottom a:hover {
  opacity: 0.8;
}

/* ==========================================================
   Import des variables, couleurs, placeholders
   ========================================================== */
.step-circle {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 1rem;
}

/* ==========================================================
   Import des variables, couleurs, placeholders
   ========================================================== */
/* ==========================================================
   Pages légales – Terms & Privacy
   ========================================================= */
.legal-page {
  background: white;
  min-height: 100vh;
  padding: 80px 0 10px;
}

.legal-header {
  max-width: 720px;
  margin-bottom: 48px;
}
.legal-header h1 {
  color: #00672d;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.legal-eyebrow {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: black;
  margin-bottom: 12px;
}

.legal-intro {
  font-size: 1.05rem;
  line-height: 1.7;
  color: black;
}

.legal-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-bottom: 56px;
  padding: 20px 24px;
  border-left: 3px solid #00672d;
  background: rgb(255, 255, 255);
  border-radius: 0 8px 8px 0;
  justify-content: space-between;
}
.legal-toc a {
  font-size: 0.88rem;
  color: rgba(0, 0, 0, 0.7019607843);
  text-decoration: none;
  transition: color 0.2s ease;
}
.legal-toc a:hover {
  color: #00672d;
}

.legal-body {
  max-width: 780px;
}
.legal-body section {
  margin-bottom: 48px;
}
.legal-body h2 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #00672d;
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  letter-spacing: 0.01em;
}
.legal-body h3 {
  font-size: 1rem;
  font-weight: 600;
  color: black;
  margin: 20px 0 10px;
}
.legal-body p {
  font-size: 0.92rem;
  line-height: 1.75;
  color: black;
  margin-bottom: 12px;
}
.legal-body ul {
  padding-left: 20px;
  margin-bottom: 12px;
}
.legal-body ul li {
  font-size: 0.92rem;
  line-height: 1.75;
  color: black;
  margin-bottom: 6px;
}
.legal-body ul li strong {
  color: black;
}
.legal-body a {
  color: black;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.legal-body a:hover {
  opacity: 0.75;
  text-decoration: underline;
}

.legal-update {
  margin-top: 56px;
  font-size: 0.78rem;
  color: black;
  font-style: italic;
}

.admin-login-body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(ellipse 60% 100% at 50% 0%, rgba(0, 155, 62, 0.862745098) 0%, transparent 75%), linear-gradient(180deg, rgba(0, 194, 78, 0.862745098) 0%, #00531c 100%);
  backdrop-filter: blur(8px);
  font-family: inherit;
}

.admin-login-wrapper {
  text-align: center;
}

.admin-login-logo img {
  height: 45px;
  margin-bottom: 30px;
}

.admin-login-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 48px;
  width: 400px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}
.admin-login-card h1 {
  font-size: 28px;
  margin-bottom: 8px;
}
.admin-login-card .admin-login-subtitle {
  color: #6b7280;
  margin-bottom: 32px;
}
.admin-login-card .admin-login-erreur {
  color: #c0392b;
  background: #fdecea;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 16px;
  font-size: 14px;
}
.admin-login-card form {
  text-align: left;
}
.admin-login-card form label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
  margin-top: 16px;
}
.admin-login-card form input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 14px;
}
.admin-login-card form button {
  width: 100%;
  margin-top: 24px;
  padding: 14px;
  background: #087A43;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  cursor: pointer;
}
.admin-login-card form button:hover {
  background: #065c33;
}
.admin-login-card .admin-login-oublie {
  display: inline-block;
  margin-top: 20px;
  color: #087A43;
  text-decoration: none;
  font-size: 14px;
}

@media (max-width: 480px) {
  .admin-login-body {
    padding: 20px;
    box-sizing: border-box;
  }
  .admin-login-wrapper {
    width: 100%;
  }
  .admin-login-card {
    width: 100%;
    padding: 28px 20px;
    box-sizing: border-box;
  }
  .admin-login-card h1 {
    font-size: 22px;
  }
  .admin-login-logo img {
    height: 32px;
    margin-bottom: 28px;
  }
}
.admin-body {
  margin: 0;
  background: #fafafa;
}

.admin-wrapper {
  display: flex;
  min-height: 100vh;
}

.admin-sidebar {
  width: 260px;
  background: radial-gradient(ellipse 60% 100% at 50% 0%, #009b3e 0%, transparent 75%), linear-gradient(180deg, rgba(1, 168, 67, 0.9333333333) 0%, #00551c 100%);
  backdrop-filter: blur(8px);
  padding: 24px 16px;
  flex-shrink: 0;
}
.admin-sidebar .admin-sidebar-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 32px;
  padding: 0 8px;
}
.admin-sidebar .admin-sidebar-logo img {
  height: 50px;
}
.admin-sidebar .admin-sidebar-logo strong {
  display: block;
  font-size: 16px;
  color: #fff;
}
.admin-sidebar .admin-sidebar-logo span {
  display: block;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.75);
}

.admin-sidebar-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.admin-nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.admin-nav-link .admin-nav-icon {
  font-size: 15px;
  width: 18px;
  text-align: center;
}
.admin-nav-link:hover {
  background: rgba(255, 255, 255, 0.15);
}
.admin-nav-link.active {
  background: #fff;
  color: #087A43;
  font-weight: 600;
}

.admin-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.admin-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 32px;
  background: radial-gradient(ellipse 60% 100% at 50% 0%, #006522 0%, transparent 75%), linear-gradient(180deg, rgba(1, 172, 69, 0.9333333333) 0%, #00a140 100%);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #eee;
}

.admin-topbar-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
.admin-topbar-actions .admin-topbar-icon {
  cursor: pointer;
  font-size: 16px;
  color: #6b7280;
}

.admin-topbar-user {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
}

.admin-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #E8F5EE;
  color: #087A43;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
}

.admin-content {
  padding: 32px;
}

.admin-deconnexion {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 8px;
  background: #FDECEA;
  color: #C0392B;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  transition: background 0.2s ease;
}
.admin-deconnexion:hover {
  background: #FBD9D5;
}

.admin-search-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.admin-topbar-icon {
  cursor: pointer;
  font-size: 16px;
}

.admin-search-input-topbar {
  width: 0;
  opacity: 0;
  padding: 0;
  border: none;
  border-radius: 6px;
  font-size: 13px;
  background: #f3f4f6;
  transition: width 0.25s ease, opacity 0.25s ease, padding 0.25s ease;
  margin-left: 8px;
  box-sizing: border-box;
}
.admin-search-input-topbar.admin-search-input-open {
  width: 180px;
  opacity: 1;
  padding: 6px 10px;
}

.admin-notif-wrapper {
  position: relative;
}

.admin-notif-badge {
  position: absolute;
  top: -6px;
  right: -8px;
  background: #C0392B;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  border-radius: 10px;
  padding: 1px 5px;
  line-height: 1.4;
}

.admin-notif-dropdown {
  display: none;
  position: absolute;
  top: 32px;
  right: 0;
  width: 260px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 8px;
  z-index: 100;
}
.admin-notif-dropdown.admin-notif-open {
  display: block;
}

.admin-notif-item {
  padding: 10px 8px;
  font-size: 13px;
  color: #374151;
  border-bottom: 1px solid #f3f4f6;
}
.admin-notif-item:last-child {
  border-bottom: none;
}

.admin-notif-vide {
  padding: 12px 8px;
  font-size: 13px;
  color: #6b7280;
  margin: 0;
}

.admin-menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
}

.admin-sidebar-close {
  display: none;
  background: none;
  border: none;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .admin-sidebar {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .admin-wrapper {
    flex-direction: column;
  }
  .admin-menu-toggle {
    display: block;
  }
  .admin-sidebar {
    width: 260px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1000;
    box-shadow: 2px 0 12px rgba(0, 0, 0, 0.15);
    transform: translateX(-100%);
    transition: transform 0.25s ease;
  }
  .admin-sidebar.admin-sidebar-open {
    transform: translateX(0);
  }
  .admin-sidebar-close {
    display: block;
    position: absolute;
    top: 16px;
    right: 16px;
  }
  .admin-sidebar-nav {
    flex-direction: column;
  }
  .admin-topbar {
    padding: 12px 16px;
  }
  .admin-content {
    padding: 16px;
  }
}
@media (max-width: 768px) {
  .admin-topbar-actions {
    gap: 10px;
  }
  .admin-topbar-user span:last-child {
    display: none;
  }
  .admin-deconnexion {
    padding: 6px 10px;
    font-size: 12px;
    white-space: nowrap;
  }
  .admin-search-input-topbar.admin-search-input-open {
    width: 120px;
  }
  .admin-notif-dropdown {
    right: -60px;
    width: 240px;
  }
}
@media (max-width: 480px) {
  .admin-topbar-actions {
    gap: 6px;
  }
  .admin-search-input-topbar.admin-search-input-open {
    width: 90px;
  }
  .admin-avatar {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
}
.admin-topbar-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
}
.admin-table th {
  text-align: left;
  font-size: 12px;
  color: #6b7280;
  padding: 8px 12px;
  border-bottom: 1px solid #eee;
}
.admin-table td {
  font-size: 14px;
  padding: 12px;
  border-bottom: 1px solid #f3f4f6;
}

.admin-card {
  overflow-x: auto;
}

.admin-table {
  min-width: 500px;
}

.admin-badge {
  display: inline-block;
  min-width: 13ch;
  text-align: center;
  padding: 4px 10px;
  background: #E8F5EE;
  color: #087A43;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  box-sizing: content-box;
}

.admin-btn-voir {
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  color: #374151;
  text-decoration: none;
  font-size: 13px;
}
.admin-btn-voir:hover {
  background: #f9fafb;
}

@media (max-width: 1024px) {
  .admin-table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 600px) {
  .admin-table {
    min-width: 700px;
    border: none;
  }
  .admin-card,
  .admin-liste-projets,
  .admin-activite-recente {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.admin-page-header {
  margin-bottom: 24px;
}
.admin-page-header h1 {
  font-size: 26px;
  margin: 0 0 4px;
}
.admin-page-header p {
  color: black;
  margin: 0;
}

.admin-kpi-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 20px;
  margin-bottom: 24px;
}

@media (max-width: 600px) {
  .admin-card {
    padding: 16px;
  }
}
.admin-kpi-card {
  flex: 1;
  background: #fff;
  border: 1px solid #087A43;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.admin-kpi-card .admin-kpi-icon {
  width: 44px;
  height: 44px;
  background: #E8F5EE;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.admin-kpi-card .admin-kpi-label {
  font-size: 13px;
  color: #6b7280;
}
.admin-kpi-card .admin-kpi-value {
  font-size: 24px;
  font-weight: 700;
}

.admin-two-columns {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.admin-activite-recente {
  flex: 2;
  background: #fff;
  border: 1px solid #087A43;
  border-radius: 12px;
  padding: 20px;
}
.admin-activite-recente h2 {
  font-size: 17px;
  margin: 0 0 16px;
}

.admin-a-traiter {
  flex: 1;
  background: #fff;
  border: 1px solid #087A43;
  border-radius: 12px;
  padding: 20px;
}
.admin-a-traiter h2 {
  font-size: 17px;
  margin: 0 0 16px;
}

.admin-a-traiter-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #f3f4f6;
  cursor: pointer;
}
.admin-a-traiter-item:last-child {
  border-bottom: none;
}
.admin-a-traiter-item .admin-a-traiter-icon {
  width: 36px;
  height: 36px;
  background: #E8F5EE;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.admin-a-traiter-item strong {
  display: block;
  font-size: 14px;
}
.admin-a-traiter-item p {
  margin: 2px 0 0;
  font-size: 12px;
  color: #6b7280;
}
.admin-a-traiter-item span:last-child {
  margin-left: auto;
  color: #9ca3af;
}

.admin-page-header-with-action {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.admin-btn-primary {
  background: #087A43;
  color: #fff;
  padding: 10px 18px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}
.admin-btn-primary:hover {
  background: #065c33;
}

.admin-btn-full {
  display: block;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  margin-top: 20px;
}

.porteur-upload-zone + button.admin-btn-primary {
  display: block;
  margin: 16px auto 0;
}

.admin-search-filters {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
  align-items: center;
}

.admin-search-input {
  flex: 1;
  padding: 10px 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
}

.admin-filters {
  display: flex;
  gap: 8px;
}

.admin-filter {
  padding: 8px 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  text-decoration: none;
  color: #374151;
  font-size: 14px;
}
.admin-filter.active {
  border-color: #087A43;
  color: #087A43;
  background: #E8F5EE;
}

.admin-liste-projets {
  flex: 2;
  background: #fff;
  border: 1px solid #087A43;
  border-radius: 12px;
  padding: 8px;
}

.admin-fiche-projet {
  flex: 1;
  background: #fff;
  border: 1px solid #087A43;
  border-radius: 12px;
  padding: 24px;
}
.admin-fiche-projet h2 {
  margin: 0 0 16px;
  font-size: 18px;
}
.admin-fiche-projet h3 {
  font-size: 12px;
  color: #6b7280;
  text-transform: uppercase;
  margin: 20px 0 8px;
}

.admin-fiche-contact p {
  margin: 6px 0;
  font-size: 14px;
}

.admin-fiche-champ {
  padding: 10px 12px;
  border: 1px solid #eee;
  border-radius: 8px;
  font-size: 14px;
  background: #fafafa;
}

.admin-fiche-select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  box-sizing: border-box;
}

.admin-breadcrumb {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 12px;
}

.admin-header-actions {
  display: flex;
  gap: 12px;
}

.admin-btn-secondary {
  padding: 10px 18px;
  border: 1px solid #ddd;
  border-radius: 8px;
  text-decoration: none;
  color: #374151;
  font-size: 14px;
}
.admin-btn-secondary:hover {
  background: #f9fafb;
}

.admin-card {
  background: #fff;
  border: 1px solid #087A43;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 20px;
}
.admin-card h2 {
  font-size: 16px;
  margin: 0 0 16px;
}

.admin-devis-form {
  flex: 2;
}

.admin-form-row {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

.admin-form-field {
  flex: 1;
}
.admin-form-field label {
  display: block;
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 6px;
}
.admin-form-field select, .admin-form-field input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  box-sizing: border-box;
}

.admin-btn-ajouter {
  display: inline-block;
  margin-top: 12px;
  padding: 10px 16px;
  border: 1px dashed #ddd;
  border-radius: 8px;
  text-decoration: none;
  color: #374151;
  font-size: 14px;
}

.admin-recap {
  flex: 1;
  background: #fff;
  border: 1px solid #087A43;
  border-radius: 12px;
  padding: 24px;
  position: sticky;
  top: 20px;
}
.admin-recap h2 {
  font-size: 16px;
  margin: 0 0 16px;
}
.admin-recap h3 {
  font-size: 13px;
  color: #6b7280;
  margin: 20px 0 8px;
}
.admin-recap textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  box-sizing: border-box;
  resize: vertical;
}

.admin-recap-ligne {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 14px;
  color: #374151;
}

.admin-recap-remise input {
  width: 50px;
  padding: 4px 6px;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-align: center;
}

.admin-recap-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #E8F5EE;
  padding: 16px;
  border-radius: 8px;
  margin: 16px 0;
}
.admin-recap-total span {
  font-size: 13px;
  color: #087A43;
}
.admin-recap-total strong {
  font-size: 20px;
  color: #087A43;
}

.admin-badge-vert {
  background: #E8F5EE;
  color: #087A43;
}

.admin-badge-rouge {
  background: #FDECEA;
  color: #C0392B;
}

.admin-badge-orange {
  background: #FEF3E2;
  color: #B8860B;
}

.admin-badge-neutre {
  background: #F3F4F6;
  color: #6b7280;
}

.admin-lien-facture {
  color: #087A43;
  text-decoration: none;
  font-weight: 500;
}

.admin-pagination {
  padding: 16px 12px;
  font-size: 13px;
  color: #6b7280;
}

.admin-montant-total {
  font-size: 26px;
  font-weight: 700;
  color: #087A43;
}

.admin-cle-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #f3f4f6;
  font-size: 14px;
}
.admin-cle-item:last-of-type {
  border-bottom: none;
}

.admin-cle-label {
  flex: 1;
}

.admin-cle-pourcentage {
  color: #6b7280;
  font-size: 13px;
}

.admin-lien-telecharger {
  display: block;
  text-align: center;
  margin-top: 12px;
  color: #087A43;
  text-decoration: none;
  font-size: 14px;
}

.admin-sous-texte {
  color: #6b7280;
  font-size: 14px;
  margin: 4px 0 0;
}

.admin-onglets {
  display: flex;
  gap: 24px;
  border-bottom: 1px solid #eee;
  margin-bottom: 24px;
}

.admin-onglet {
  padding: 10px 0;
  text-decoration: none;
  color: #6b7280;
  font-size: 14px;
  border-bottom: 2px solid transparent;
}
.admin-onglet.active {
  color: #087A43;
  border-bottom-color: #087A43;
  font-weight: 500;
}

.admin-upload-zone {
  padding: 14px;
  border: 1px dashed #ddd;
  border-radius: 8px;
  font-size: 13px;
  color: #6b7280;
  text-align: center;
  cursor: pointer;
}

.admin-separateur {
  border: none;
  border-top: 1px solid #eee;
  margin: 24px 0;
}

@media (max-width: 1024px) {
  .admin-two-columns {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .admin-liste-projets,
  .admin-fiche-projet,
  .admin-devis-form,
  .admin-recap {
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
  }
  .admin-recap {
    position: static;
  }
}
@media (max-width: 768px) {
  .admin-liste-projets {
    padding: 8px 0;
    overflow-x: auto;
  }
}
@media (max-width: 480px) {
  .admin-page-header h1 {
    font-size: 20px;
  }
  .admin-montant-total {
    font-size: 20px;
  }
  .admin-recap-total strong {
    font-size: 17px;
  }
}
@media (max-width: 600px) {
  .admin-table td select,
  .admin-table td input {
    max-width: 140px;
  }
}
@media (max-width: 768px) {
  form.admin-card button[type=submit].admin-btn-primary {
    margin-top: 20px;
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .admin-page-header-with-action {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .admin-header-actions {
    display: flex;
    gap: 10px;
    margin-top: 0;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  .admin-header-actions .admin-btn-primary,
  .admin-header-actions .admin-btn-secondary {
    flex: 1;
    text-align: center;
    padding: 12px 10px;
  }
  .admin-page-header-with-action > a.admin-btn-primary {
    margin-bottom: 20px;
    display: inline-block;
  }
  .admin-page-header-with-action > a.admin-btn-secondary {
    margin-bottom: 20px;
    display: inline-block;
  }
  .admin-search-filters {
    flex-direction: column;
    align-items: stretch;
  }
  .admin-filters {
    flex-wrap: wrap;
  }
  .admin-form-row {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 0;
  }
  .admin-onglets {
    overflow-x: auto;
    white-space: nowrap;
    gap: 16px;
  }
}
.admin-btn-full {
  box-sizing: border-box;
}

/* ==========================================================
   Import des variables, couleurs, placeholders
   ========================================================== */
.form-demande-container {
  width: 95%;
  max-width: 800px;
  margin: 0 auto;
  color: #1a1a1a;
}

.form-demande-succes {
  background: #e6f7ec;
  color: #0d6b3a;
  padding: 14px 18px;
  border-radius: 8px;
  margin-bottom: 24px;
  text-align: center;
  border: 1px solid #b6f1c3;
}

.form-demande-erreur {
  background: #fdecea;
  color: #c0392b;
  padding: 14px 18px;
  border-radius: 8px;
  margin-bottom: 24px;
  text-align: center;
  border: 1px solid #f1b6b6;
}

.form-demande-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .form-demande-row {
    flex-direction: column;
    gap: 0;
  }
}

.form-demande-field {
  flex: 1;
  margin-bottom: 20px;
}
.form-demande-field label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.9rem;
  color: #333;
  font-weight: 500;
}
.form-demande-field input,
.form-demande-field select,
.form-demande-field textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  background: #fff;
  color: #1a1a1a;
  box-sizing: border-box;
  font-size: 0.95rem;
}
.form-demande-field input:focus,
.form-demande-field select:focus,
.form-demande-field textarea:focus {
  outline: none;
  border-color: #087A43;
}
.form-demande-field textarea {
  resize: vertical;
}

.btn-choisir-offre {
  margin-top: 1.5rem;
  padding: 10px 18px;
  border-radius: 8px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 0.9rem;
}
.btn-choisir-offre:hover {
  background: #fff;
  color: #087A43;
}

.porteur-body {
  margin: 0;
  background: #fafafa;
}

.porteur-wrapper {
  display: flex;
  min-height: 100vh;
}

.porteur-sidebar {
  width: 240px;
  background: radial-gradient(ellipse 60% 100% at 50% 0%, #009b3e 0%, transparent 75%), linear-gradient(180deg, rgba(1, 168, 67, 0.9333333333) 0%, #00551c 100%);
  backdrop-filter: blur(8px);
  padding: 24px 16px;
  flex-shrink: 0;
}
.porteur-sidebar .porteur-sidebar-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
  padding: 0 8px;
}
.porteur-sidebar .porteur-sidebar-logo img {
  height: 50px;
}
.porteur-sidebar .porteur-sidebar-logo strong {
  font-size: 17px;
  color: #fff;
}

.porteur-sidebar-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.porteur-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.porteur-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 32px;
  background: radial-gradient(ellipse 60% 100% at 50% 0%, #006522 0%, transparent 75%), linear-gradient(180deg, rgba(1, 172, 69, 0.9333333333) 0%, #00a140 100%);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #eee;
}

.porteur-topbar-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 14px;
}
.porteur-topbar-actions .porteur-user-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.porteur-topbar-actions .porteur-user-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  color: #087A43;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
}
.porteur-topbar-actions .porteur-user-nom {
  font-weight: 500;
  color: #fff;
}
.porteur-topbar-actions .porteur-deconnexion {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 8px;
  background: #fff;
  color: #C0392B;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  transition: background 0.2s ease;
}
.porteur-topbar-actions .porteur-deconnexion:hover {
  background: #FBD9D5;
}

.porteur-menu-toggle {
  color: #fff;
}

.porteur-content {
  padding: 32px;
}

.porteur-menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
}

.porteur-sidebar-close {
  display: none;
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .porteur-menu-toggle {
    display: block;
  }
  .porteur-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1000;
    width: 260px;
    box-shadow: 2px 0 12px rgba(0, 0, 0, 0.1);
    transform: translateX(-100%);
    transition: transform 0.25s ease;
  }
  .porteur-sidebar.porteur-sidebar-open {
    transform: translateX(0);
  }
  .porteur-sidebar-close {
    display: block;
    position: absolute;
    top: 16px;
    right: 16px;
  }
}
.porteur-layout {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.porteur-liste-projets {
  flex: 1;
  max-width: 300px;
}
.porteur-liste-projets h2 {
  font-size: 16px;
  margin-bottom: 12px;
}

.porteur-projet-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 14px;
  margin-bottom: 12px;
  cursor: pointer;
}
.porteur-projet-card.active {
  border-color: #087A43;
  border-left: 3px solid #087A43;
}
.porteur-projet-card .porteur-projet-card-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.porteur-projet-card .porteur-projet-icone {
  width: 32px;
  height: 32px;
  background: #f3f4f6;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.porteur-projet-card .porteur-projet-infos {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.porteur-projet-card .porteur-projet-infos strong {
  font-size: 14px;
}
.porteur-projet-card .porteur-projet-infos span {
  font-size: 12px;
  color: #6b7280;
}

.porteur-progression {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #6b7280;
}

.porteur-progress-bar {
  flex: 1;
  height: 6px;
  background: #f3f4f6;
  border-radius: 4px;
  overflow: hidden;
}

.porteur-progress-fill {
  height: 100%;
  background: #087A43;
}

.porteur-detail-projet {
  flex: 3;
  min-width: 0;
  background: #fff;
  border: 1px solid #087A43;
  border-radius: 12px;
  padding: 24px;
  box-sizing: border-box;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}
.porteur-detail-projet h2 {
  margin: 0 0 4px;
  font-size: 20px;
  word-wrap: break-word;
}

.porteur-stepper {
  display: flex;
  justify-content: space-between;
  margin: 28px 0;
  position: relative;
}
.porteur-stepper::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 5%;
  right: 5%;
  height: 2px;
  background: #dfdede;
  z-index: 0;
}

.porteur-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 1;
  flex: 1;
}
.porteur-step .porteur-step-dot {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #9ca3af;
}
.porteur-step span {
  font-size: 12px;
  color: #6b7280;
  text-align: center;
}
.porteur-step.done .porteur-step-dot {
  background: #087A43;
  border-color: #087A43;
  color: #fff;
}
.porteur-step.current .porteur-step-dot {
  border-color: #087A43;
  background: #E8F5EE;
}
.porteur-step.current span {
  color: #087A43;
  font-weight: 600;
}

.porteur-cards-row {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.porteur-cards-row .admin-card {
  flex: 1;
  margin-bottom: 0;
}
.porteur-cards-row .admin-card h3 {
  font-size: 15px;
  margin: 0 0 14px;
}

@media (min-width: 1025px) {
  .porteur-cards-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .porteur-cards-row .admin-card:first-child {
    grid-column: 1/-1;
  }
}
.porteur-cards-row .admin-card h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  margin: 0 0 14px;
  color: #1a1a1a;
}

.porteur-champ-ligne {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  padding: 6px 0;
  color: #374151;
}
.porteur-champ-ligne span:first-child {
  color: #6b7280;
  flex-shrink: 0;
}
.porteur-champ-ligne span:last-child {
  text-align: right;
}

.porteur-lien-telecharger {
  display: block;
  text-align: center;
  margin: 10px 0;
  color: #087A43;
  text-decoration: none;
  font-size: 13px;
}

.porteur-upload-zone {
  padding: 12px;
  border: 1px dashed #ddd;
  border-radius: 8px;
  text-align: center;
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 12px;
}

.porteur-note-securite {
  text-align: center;
  font-size: 12px;
  color: #6b7280;
  margin-top: 10px;
}

.porteur-doc-ligne {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #f3f4f6;
  font-size: 13px;
}
.porteur-doc-ligne span:first-child {
  flex: 1;
}
.porteur-doc-ligne a {
  color: #087A43;
  text-decoration: none;
  flex-shrink: 0;
  white-space: nowrap;
}

.porteur-derniere-activite {
  margin-top: 20px;
  padding: 14px;
  background: #f9fafb;
  border-radius: 8px;
  font-size: 13px;
  color: #6b7280;
}

@media (max-width: 1024px) {
  .porteur-layout {
    flex-direction: column;
  }
  .porteur-liste-projets {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .porteur-detail-projet {
    width: 100%;
  }
  .porteur-cards-row {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .porteur-detail-projet {
    padding: 16px;
  }
  .porteur-stepper {
    overflow-x: auto;
    justify-content: flex-start;
    gap: 16px;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
  }
  .porteur-stepper::before {
    left: 20px;
    right: 20px;
  }
  .porteur-step {
    flex: 0 0 auto;
    min-width: 70px;
    max-width: 70px;
  }
  .porteur-step span {
    font-size: 10px;
    line-height: 1.2;
  }
  .porteur-champ-ligne,
  .porteur-doc-ligne {
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .porteur-upload-zone input[type=file] {
    width: 100%;
    font-size: 12px;
  }
  .porteur-projet-card-top {
    flex-wrap: wrap;
  }
  .porteur-projet-card-top .admin-badge {
    margin-left: auto;
  }
}
/* ==========================================================
   Styles globaux
   ========================================================== */
* {
  font-family: "Inter", sans-serif;
}

body {
  margin: 0;
  background-color: #ffffff;
  min-height: 100vh;
}

h1,
h2 {
  color: #00672d;
}

h3,
h4,
h5 {
  color: #fff;
}

p {
  color: black;
}

.hero-layout-2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.btn-hero-primary,
.btn-hero-outline {
  display: inline-block;
  min-width: 200px;
  text-align: center;
  border-radius: 50px;
  font-weight: 600;
  padding: 0.75rem 2.5rem;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 576px) {
  .btn-hero-primary,
  .btn-hero-outline {
    width: auto;
  }
}

.btn-hero-primary {
  background-color: #00672d;
  border: 2px solid #00672d;
  color: #fff;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.btn-hero-primary:hover {
  background-color: transparent;
  border-color: #00672d;
  color: black;
}

.btn-hero-outline {
  background-color: transparent;
  border: 2px solid #00672d;
  color: black;
  transition: background-color 0.3s ease;
}
.btn-hero-outline:hover {
  background-color: #00672d;
  color: #fff;
}

.navbar {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* ==========================================================
   Conteneur principal
   ========================================================== */
.contebody {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  position: relative;
}

/* ==========================================================
   Bouton retour en haut
   ========================================================== */
.returnUp {
  border-radius: 50%;
  padding: 0.75rem 0.9rem;
  border: 1px solid #00672d;
  background-color: #00672d;
  color: #ffffff;
  font-size: 1.2rem;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}
@media (hover: hover) {
  .returnUp:hover {
    transform: translateY(-4px);
    background-color: rgba(0, 155, 62, 0.862745098);
    border: 2px solid #00672d;
    color: #000000;
  }
}
.returnUp.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* ==========================================================
   Hero (fond limité au contebody)
   ========================================================== */
.Hero {
  position: relative;
}

/* wrapper du hero, aligné sur .contebody */
.Hero .hero-inner {
  position: relative;
  width: 90%;
  margin: auto;
  min-height: 40vh;
  overflow: hidden;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

/* MOBILE */
@media (max-width: 768px) {
  .Hero .hero-inner {
    min-height: 35vh;
  }
}
@media (max-width: 576px) {
  .Hero .hero-inner {
    min-height: 30vh;
  }
}
/* ===============================
   COUCHE 1 : IMAGE + FILTRE + DÉGRADÉ
   =============================== */
.Hero .hero-inner {
  background: white;
}

.Hero .hero-inner::before,
.Hero .hero-inner::after {
  display: none;
}

/* ===============================
   COUCHE 2 : NOIR (au-dessus)
   =============================== */
.Hero .hero-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 199, 86, 0.1333333333);
  z-index: 2;
}

/* ===============================
   CONTENU HERO
   =============================== */
.Hero .hero-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1s ease forwards;
}

/* ===============================
   LAYOUTS
   =============================== */
.Hero .hero-layout {
  margin-bottom: 2rem;
}

.Hero .hero-layout-1 h1 {
  font-weight: 700;
  font-size: 2.8rem;
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin-bottom: 1rem;
  color: black;
}
@media (max-width: 768px) {
  .Hero .hero-layout-1 h1 {
    font-size: 2rem;
  }
}

.Hero .hero-layout-1 p {
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .Hero .hero-layout-1 p {
    font-size: 1rem;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .Hero .hero-layout-2 {
    flex-direction: column;
  }
  .Hero .hero-layout-2 .btn {
    width: 100%;
    margin-right: 0 !important;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ==========================================================
   Navbar (séparée)
   ========================================================== */
.navbar {
  background: radial-gradient(ellipse 60% 100% at 50% 0%, rgba(0, 155, 62, 0.862745098) 0%, transparent 75%), linear-gradient(180deg, rgba(0, 194, 78, 0.862745098) 0%, #00531c 100%);
  backdrop-filter: blur(8px);
}

.Hero + .navbar,
.navbar {
  position: relative;
  z-index: 4;
  background-color: rgba(4, 43, 13, 0.4);
  /* ===============================
     Conteneur principal aligné
     =============================== */
}
.Hero + .navbar .navbar-inner,
.navbar .navbar-inner {
  width: 95%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Hero + .navbar .navbar-brand,
.navbar .navbar-brand {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .Hero + .navbar:has(.navbar-collapse.show) .navbar-brand,
  .navbar:has(.navbar-collapse.show) .navbar-brand {
    display: none !important;
  }
}
.Hero + .navbar .navbar-collapse,
.navbar .navbar-collapse {
  justify-content: flex-end;
}
.Hero + .navbar .nav-link,
.navbar .nav-link {
  color: #fff;
  transition: color 0.3s ease;
  font-size: 1.1rem;
}
.Hero + .navbar .nav-link.active,
.Hero + .navbar .nav-link:hover,
.navbar .nav-link.active,
.navbar .nav-link:hover {
  color: #b6f1c3;
}
.Hero + .navbar .navbar-nav,
.navbar .navbar-nav {
  display: flex;
}
.Hero + .navbar,
.navbar {
  /* desktop uniquement */
}
@media (min-width: 992px) {
  .Hero + .navbar .navbar-nav,
  .navbar .navbar-nav {
    gap: 2rem;
  }
}

/* ==========================================================
   Accueil
   ========================================================== */
#Accueil {
  color: #fff;
}
#Accueil .btn-outline-light {
  border-color: #00672d;
  color: #fff;
}
#Accueil .btn-outline-light:hover {
  background-color: #00672d;
  border-color: #00672d;
  color: #fff;
}

/* ================= Frame 68 ================= */
.frame-68 {
  position: relative;
  width: 95%;
  margin: auto;
  padding: 2rem;
}
.frame-68::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 1;
  z-index: 0;
}
.frame-68 > * {
  position: relative;
  z-index: 1;
}

/* ================= Frame 81 ================= */
.frame-81 {
  width: 75%;
  margin: auto;
}
@media (max-width: 992px) {
  .frame-81 {
    width: 90%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 576px) {
  .frame-81 {
    width: 95%;
  }
}

/* ================= Cards – commun ================= */
.card {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}

/* ================= Frame 68 cards ================= */
.card-frame68 {
  background-color: rgba(0, 155, 62, 0.862745098);
}

/* ================= Frame 81 cards ================= */
.card-frame81 {
  background: transparent;
  border: 2px solid #00672d;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card-frame81:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.45);
}
.card-frame81::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  opacity: 0.09;
  mix-blend-mode: overlay;
  z-index: 0;
}
.card-frame81 > * {
  position: relative;
  z-index: 1;
}

/* ================= Card contenu ================= */
.card-icon {
  width: 32px;
  height: 32px;
  margin: 1rem;
}

.card-body {
  padding: 1.5rem;
}
.card-body .card-title {
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.card-body .card-text {
  font-size: 1.1rem;
  line-height: 1.5;
}

.card-content {
  background-color: rgba(0, 155, 62, 0.862745098);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

/* ================= Bouton ================= */
#Accueil .btn {
  padding: 0.75rem 2.5rem;
  border-radius: 50px;
  font-weight: 600;
}
#Accueil .btn:hover {
  background-color: #00672d;
  border-color: #00672d;
  color: #fff;
}

/* ==========================================================
   HERO – Sécurisation couleur texte (Accueil uniquement)
   ========================================================== */
.page-accueil .Hero h1,
.page-accueil .Hero p {
  color: black !important;
}

/* ==========================================================
   H5 – Accueil uniquement (cards, sections, etc.)
   ========================================================== */
.page-accueil h5,
.page-accueil .card-title {
  color: #ffffff !important;
}

.page-accueil .card-t2 {
  color: #00672d !important;
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */