.elementor-13043 .elementor-element.elementor-element-4b19ba1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-9fea506 *//* --- VARIABLES --- */
:root {
    --esquisse-vert: #0c2621;   /* Vert profond */
    --esquisse-dore: #c5a47e;   /* Doré Prestige */
    --esquisse-sable: #fdf9f0;  /* Fond de page sable très clair */
    --esquisse-blanc: #ffffff;
}

.esquisse-prestige-about {
    max-width: 1200px;
    margin: 60px auto;
    color: var(--esquisse-vert); /* Texte principal en vert */
    font-family: 'Playfair Display', serif;
    line-height: 1.8;
    background-color: var(--esquisse-sable);
    padding: 20px;
}

/* HERO SECTION */
.about-hero-section {
    display: flex;
    align-items: center;
    gap: 60px;
    padding: 40px;
}

.hero-image-container {
    flex: 1;
    position: relative;
}

.photo-frame {
    position: relative;
    z-index: 2;
}

.main-portrait {
    width: 100%;
    height: auto;
    border-radius: 4px;
    display: block;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.gold-accent-border {
    position: absolute;
    top: 20px;
    left: -20px;
    width: 100%;
    height: 100%;
    border: 2px solid var(--esquisse-dore);
    z-index: -1;
}

.brand-tagline {
    color: var(--esquisse-dore);
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 0.9em;
    font-weight: 700;
}

.main-quote {
    font-size: 3em;
    line-height: 1.1;
    margin: 20px 0;
    font-weight: 900;
    color: var(--esquisse-vert);
}

.intro-bold {
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 20px;
}

/* SECTIONS TEXTE */
.about-quality-section, .about-mission-section {
    padding: 40px 10%;
    text-align: center;
}

.iso-mention {
    font-style: italic;
    color: var(--esquisse-vert);
    opacity: 0.7;
    margin-top: 20px;
}

/* BANNER "EMMENER PLUS LOIN" (Doré en fond) */
.about-vision-banner {
    background-color: var(--esquisse-dore); /* Doré remplace le vert */
    color: var(--esquisse-vert);            /* Texte passe en vert pour lisibilité */
    padding: 60px 15%;
    text-align: center;
    margin: 40px 0;
}

.about-vision-banner h2 {
    font-size: 2.5em;
    color: var(--esquisse-vert);
    margin-bottom: 20px;
    font-weight: 800;
}

/* GRILLE VALEURS */
.about-values-grid {
    display: flex;
    justify-content: space-around;
    padding: 30px;
    border-top: 1px solid rgba(12, 38, 33, 0.1);
    border-bottom: 1px solid rgba(12, 38, 33, 0.1);
}

.value-item span {
    font-size: 1.2em;
    font-weight: 800;
    letter-spacing: 4px;
    color: var(--esquisse-dore);
}

/* MISSION & ASSOCIATION */
.association-block {
    margin-top: 30px;
    padding: 40px;
    background: var(--esquisse-blanc);
    border-left: 5px solid var(--esquisse-dore);
    text-align: left;
    box-shadow: 0 5px 20px rgba(0,0,0,0.03);
}

.future-date {
    font-weight: 700;
    color: var(--esquisse-dore);
    margin: 30px 0;
    font-size: 1.1em;
}

/* CONCLUSION & SIGNATURE */
.about-final-statement {
    padding: 60px 10%;
}

.statement-card {
    background-color: var(--esquisse-blanc);
    border: 1px solid rgba(197, 164, 126, 0.3);
    padding: 50px;
    margin-bottom: 50px;
}

.ethics {
    margin-top: 20px;
    font-weight: 700;
    color: var(--esquisse-vert);
}

.signature-block {
    text-align: right;
}

.sig-brand {
    font-weight: 900;
    font-size: 1.3em;
    color: var(--esquisse-vert);
    margin-bottom: 5px;
}/* End custom CSS */