/* ================================================
   PAGE ABOUT - RÉCY&CO
   ================================================ */

/* Conteneur principal */
.about-container {
    margin: 0 auto;
    padding: 3rem 2rem;
    background-color: #F7F8F5;
}

/* Introduction de la page */
.about-container .about-intro {
    text-align: center;
    margin-bottom: 3rem;
    padding: 2rem;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.about-container .about-intro .intro-text {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.8;
    margin: 0;
}

/* Sections communes (UNIQUEMENT dans about-container) */
.about-container section {
    margin-bottom: 4rem;
    padding: 2rem;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.about-container section:last-child {
    margin-bottom: 0;
}

/* Titres principaux (UNIQUEMENT dans about-container) */
.about-container h1 {
    font-size: 2.5rem;
    color: #2c5f2d;
    margin-bottom: 1.5rem;
    text-align: center;
}

.about-container h2 {
    font-size: 2rem;
    color: #2c5f2d;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid #4CAF50;
    display: inline-block;
}

.about-container h3 {
    font-size: 1.5rem;
    color: #333;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.about-container h4 {
    font-size: 1.2rem;
    color: #555;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
}

/* Paragraphes (UNIQUEMENT dans about-container) */
.about-container p {
    font-size: 1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 1rem;
}

/* Listes (UNIQUEMENT dans about-container) */
.about-container ul {
    list-style: none;
    padding-left: 0;
    margin: 1rem 0;
}

.about-container ul li {
    padding-left: 1.5rem;
    margin-bottom: 0.8rem;
    position: relative;
    line-height: 1.6;
}

.about-container ul li::before {
    content: "🦝";
    position: absolute;
    left: 0;
}

/* Liens (UNIQUEMENT dans about-container) */
.about-container a {
    color: #4CAF50;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.about-container a:hover {
    color: #2c5f2d;
    text-decoration: underline;
}

/* Strong/Bold (UNIQUEMENT dans about-container) */
.about-container strong {
    color: #2c5f2d;
    font-weight: 700;
}

/* ================================================
   SECTION À PROPOS DU PROJET
   ================================================ */

.about-container .about-project .project-intro,
.about-container .about-project .project-goals,
.about-container .about-project .project-features {
    margin-bottom: 2rem;
}

.about-container .project-intro p:first-child {
    font-size: 1.1rem;
    font-weight: 500;
}

/* ================================================
   SECTION ÉCO-CONCEPTION
   ================================================ */

.about-container .ecodesign-principles {
    margin-top: 2rem;
}

.about-container .principle {
    margin-bottom: 2.5rem;
    padding: 1.5rem;
    background-color: #f0f8f0;
    border-left: 4px solid #4CAF50;
    border-radius: 8px;
}

.about-container .principle h4 {
    margin-top: 0;
    color: #2c5f2d;
}

.about-container .principle ul li::before {
    content: "♻️";
}

.about-container .ecodesign-conclusion {
    margin-top: 2rem;
    padding: 1.5rem;
    background-color: #e8f5e9;
    border-radius: 8px;
    font-style: italic;
    text-align: center;
}

/* ================================================
   SECTION MENTIONS LÉGALES
   ================================================ */

.about-container .legal-item {
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e0e0e0;
}

.about-container .legal-item:last-child {
    border-bottom: none;
}

.about-container .legal-item h3 {
    color: #2c5f2d;
    margin-top: 0;
}

.about-container .legal-item p {
    margin: 0.5rem 0;
}

/* ================================================
   SECTION CONFIDENTIALITÉ
   ================================================ */

.about-container .privacy-intro {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background-color: #fff3cd;
    border-left: 4px solid #ffc107;
    border-radius: 8px;
}

.about-container .privacy-item {
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e0e0e0;
}

.about-container .privacy-item:last-child {
    border-bottom: none;
}

.about-container .privacy-item h3 {
    color: #2c5f2d;
    margin-top: 0;
}

.about-container .privacy-item ul li::before {
    content: "🔒";
}

.about-container .privacy-contact {
    margin-top: 2rem;
    padding: 1.5rem;
    background-color: #e3f2fd;
    border-radius: 8px;
    text-align: center;
}

.about-container .privacy-contact strong {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

/* ================================================
   SECTION CONTACT
   ================================================ */

.about-container .contact {
    text-align: center;
}

.about-container .contact p {
    font-size: 1.1rem;
}
