/* ============================================================
   Maison Anflous — feuille de style principale
   Conception : 2010, révisée 2014, 2018
   ============================================================ */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

body {
    font-family: Georgia, "Times New Roman", Times, serif;
    background: #faf6f0;
    color: #2a2a2a;
    line-height: 1.7;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #1f3a2e;
    text-decoration: none;
    border-bottom: 1px solid #c9b48a;
    padding-bottom: 1px;
    transition: color 0.2s ease, border-color 0.2s ease;
}

a:hover {
    color: #b08d57;
    border-bottom-color: #b08d57;
}

p {
    margin-bottom: 14px;
}

strong {
    color: #1a1a1a;
}

.container {
    max-width: 940px;
    margin: 0 auto;
    padding: 0 30px;
}

/* ============================================================
   En-tête et logo
   ============================================================ */

header.site-header {
    background: #faf6f0;
    border-bottom: 1px solid #d4cdc1;
    padding: 36px 0 0;
}

.logo {
    text-align: center;
    padding-bottom: 6px;
}

.logo-name {
    font-size: 30px;
    letter-spacing: 8px;
    font-weight: normal;
    color: #1f3a2e;
    text-transform: uppercase;
    font-family: Georgia, "Times New Roman", serif;
}

.logo-divider {
    width: 100px;
    margin: 14px auto 10px;
    position: relative;
    border-top: 1px solid #b08d57;
    height: 1px;
}

.logo-divider::before {
    content: "✦";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #faf6f0;
    padding: 0 10px;
    color: #b08d57;
    font-size: 11px;
}

.logo-tagline {
    font-size: 10px;
    letter-spacing: 5px;
    color: #5a5a5a;
    text-transform: uppercase;
}

/* ============================================================
   Navigation
   ============================================================ */

nav.site-nav {
    text-align: center;
    margin-top: 26px;
    padding-bottom: 22px;
}

nav.site-nav a {
    display: inline-block;
    padding: 6px 18px;
    color: #2a2a2a;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    border: none;
    border-bottom: 2px solid transparent;
    margin: 0 4px;
}

nav.site-nav a:hover {
    color: #1f3a2e;
    border-bottom-color: #b08d57;
}

nav.site-nav a.active {
    color: #1f3a2e;
    border-bottom-color: #1f3a2e;
}

/* ============================================================
   Page principale
   ============================================================ */

main {
    padding: 65px 0 90px;
    min-height: 50vh;
}

.page-title {
    text-align: center;
    margin-bottom: 12px;
}

.page-title h1 {
    font-size: 36px;
    font-weight: normal;
    color: #1f3a2e;
    letter-spacing: 1px;
    line-height: 1.25;
    font-style: italic;
    font-family: Georgia, "Times New Roman", serif;
}

.page-title .subtitle {
    font-style: italic;
    color: #6a6a6a;
    font-size: 15px;
    margin-top: 10px;
}

.lede {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 30px;
    font-size: 16px;
    color: #3a3a3a;
}

.section {
    margin-top: 55px;
}

.section h2 {
    font-size: 22px;
    font-weight: normal;
    color: #1f3a2e;
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d4cdc1;
    letter-spacing: 1px;
    font-style: italic;
}

.section h3 {
    font-size: 15px;
    font-weight: bold;
    color: #2a2a2a;
    margin: 24px 0 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.section p {
    margin-bottom: 14px;
    text-align: justify;
}

.section ul {
    margin: 12px 0 16px 24px;
}

.section li {
    margin-bottom: 6px;
}

.divider-ornament {
    text-align: center;
    margin: 50px 0 40px;
    color: #b08d57;
    letter-spacing: 16px;
    font-size: 12px;
}

.right-link {
    text-align: right;
    margin-top: 18px;
    font-size: 13px;
    font-style: italic;
}

/* ============================================================
   Cartouches en colonnes
   ============================================================ */

.three-cols {
    display: flex;
    gap: 26px;
    margin-top: 36px;
    flex-wrap: wrap;
}

.three-cols .col {
    flex: 1;
    min-width: 240px;
    background: #fff;
    border: 1px solid #d4cdc1;
    padding: 26px 24px;
}

.three-cols .col h3 {
    margin-top: 0;
    font-size: 13px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #1f3a2e;
    border-bottom: 1px solid #b08d57;
    padding-bottom: 9px;
    margin-bottom: 12px;
    font-weight: normal;
}

.three-cols .col p {
    font-size: 13px;
    text-align: left;
    color: #4a4a4a;
    line-height: 1.6;
    margin-bottom: 0;
}

/* ============================================================
   Bloc secteurs (page Investissements)
   ============================================================ */

.sector {
    border: 1px solid #d4cdc1;
    background: #fff;
    padding: 26px 28px;
    margin-bottom: 22px;
}

.sector-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 1px solid #d4cdc1;
    padding-bottom: 12px;
    margin-bottom: 16px;
}

.sector-header h3 {
    font-size: 19px;
    color: #1f3a2e;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0;
    text-transform: none;
    font-style: italic;
}

.sector-pct {
    font-size: 22px;
    color: #b08d57;
    font-weight: bold;
    letter-spacing: 1px;
}

.sector ul {
    margin: 6px 0 0 22px;
    font-size: 14px;
}

.sector li {
    margin-bottom: 8px;
    color: #3a3a3a;
}

/* ============================================================
   Profils dirigeants
   ============================================================ */

.profile {
    border-bottom: 1px solid #e2dccd;
    padding: 18px 0 22px;
}

.profile:last-child {
    border-bottom: none;
}

.profile h3 {
    font-size: 16px;
    font-weight: bold;
    color: #1f3a2e;
    margin-bottom: 4px;
    letter-spacing: 0.5px;
    text-transform: none;
}

.profile .role {
    font-style: italic;
    color: #7a7a7a;
    font-size: 13px;
    margin-bottom: 10px;
    display: block;
}

.profile p {
    margin-bottom: 0;
    text-align: left;
    font-size: 14px;
}

/* ============================================================
   Citation centrale
   ============================================================ */

.pull-quote {
    text-align: center;
    font-style: italic;
    color: #1f3a2e;
    font-size: 19px;
    margin: 50px auto;
    max-width: 620px;
    line-height: 1.5;
    letter-spacing: 0.5px;
}

.pull-quote::before,
.pull-quote::after {
    content: "✦";
    color: #b08d57;
    font-size: 11px;
    display: block;
    margin: 14px auto;
    letter-spacing: 0;
}

/* ============================================================
   Page Contact
   ============================================================ */

.office-card {
    border: 1px solid #d4cdc1;
    background: #fff;
    padding: 28px 30px;
    margin-bottom: 18px;
}

.office-card h3 {
    font-size: 13px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #1f3a2e;
    border-bottom: 1px solid #b08d57;
    padding-bottom: 10px;
    margin-bottom: 14px;
    font-weight: normal;
    margin-top: 0;
}

.office-card .role {
    font-style: italic;
    color: #7a7a7a;
    font-size: 13px;
    margin-bottom: 10px;
}

.office-card address {
    font-style: normal;
    font-size: 14px;
    line-height: 1.7;
    color: #3a3a3a;
}

/* ============================================================
   Pied de page
   ============================================================ */

footer.site-footer {
    background: #1f3a2e;
    color: #c4c0b6;
    padding: 56px 0 26px;
    font-size: 13px;
}

.footer-grid {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.footer-col {
    flex: 1;
    min-width: 220px;
}

footer h3 {
    color: #fff;
    font-size: 11px;
    letter-spacing: 4px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid #345240;
    font-family: Georgia, "Times New Roman", serif;
}

footer p, footer address {
    font-style: normal;
    font-size: 12px;
    line-height: 1.75;
    color: #c4c0b6;
}

footer a {
    color: #c4c0b6;
    border-bottom-color: #5a7568;
}

footer a:hover {
    color: #fff;
    border-bottom-color: #b08d57;
}

.footer-bottom {
    text-align: center;
    margin-top: 42px;
    padding-top: 24px;
    border-top: 1px solid #345240;
    color: #8a9a8e;
    font-size: 11px;
    letter-spacing: 2px;
}

/* ============================================================
   Adaptation petits écrans
   ============================================================ */

@media (max-width: 720px) {
    .container { padding: 0 22px; }
    .logo-name { font-size: 22px; letter-spacing: 5px; }
    nav.site-nav a { padding: 6px 10px; font-size: 10px; letter-spacing: 2px; }
    main { padding: 40px 0 60px; }
    .page-title h1 { font-size: 28px; }
    .section h2 { font-size: 19px; }
    .three-cols, .footer-grid { flex-direction: column; gap: 20px; }
    .sector-header { flex-direction: column; align-items: flex-start; gap: 4px; }
    .section p { text-align: left; }
}
