/*
Theme Name: Twenty Ten Enfant D4AX
Description: Thème enfant de Twenty Ten conservant les personnalisations du site Christian Arnoux.
Author: Christian Arnoux
Template: twentyten
Version: 1.0
*/ 

.page-id-1832 .entry-title,
.page-id-1035 .entry-title,
.page-id-1495 .entry-title,
.page-id-780 .entry-title,
.page-id-30 .entry-title {
    display: none;
}

/* ===== D4AX PREMIUM RELOOKING FINAL ===== */

/* Structure générale */
#wrapper {
    max-width: 1100px;
    width: 100%;
    margin: 20px auto 0 auto;
    background: #ffffff;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Bandeau, menu, contenu et footer sur la même grille */
#branding,
#access,
#main,
#colophon {
    max-width: 1060px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

/* Signature du haut */
#site-title a {
    font-size: 34px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.5px;
    color: #0B1C2C;
    text-decoration: none;
}

#site-description {
    display: none;
}

/* Bandeau */
#branding {
    margin-bottom: 22px;
}

#branding img {
    display: block;
    width: 100%;
    height: auto;
    border-top: 0;
    border-bottom: 0;
    margin: 0 auto;
}

/* Menu principal */
#access {
    background: #0B1C2C;
    margin-top: 22px;
    margin-bottom: 34px;
    overflow: hidden;
    float: none !important;
    clear: both !important;

}

#access .menu-header,
#access div.menu {
    width: 100% !important;
    margin: 0 auto !important;

}

#access .menu-header ul,
#access div.menu ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    display: flex;
    flex-wrap: wrap;
}

#access li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    float: none !important;
}

#access a {
    display: block;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 18px;
    line-height: 1.2;
    text-decoration: none;

}

#access .current-menu-item a,
#access .current_page_item a,
#access a:hover {
    background: #C6A15B;
    color: #ffffff;
}

/* Contenu */
#main {
    padding-top: 12px;

}

#content {
    margin: 0;
    width: 100%;
    max-width: 820px;
}

.one-column #content {
    margin: 0 auto;
    width: 100%;
    max-width: 820px;
}

.entry-content,
.entry-summary {
    line-height: 1.8;
    font-size: 17px;
    color: #121212;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
    color: #0B1C2C;
    line-height: 1.3;
    margin-top: 38px;
    margin-bottom: 18px;
}

.entry-content h2 {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: -0.2px;
    color: #111111;
}

.entry-content {
    max-width: 780px;
}

.entry-content h3 {
    font-size: 24px;
    font-weight: 700;
}

.entry-content h4 {
    font-size: 22px;
    font-weight: 700;
}

.entry-content p {
    margin-bottom: 24px;
}

.entry-content ul {
    margin-bottom: 24px;
    padding-left: 24px;
}

.entry-content li {
    margin-bottom: 10px;
}

/* Liens */
a {
    color: #0B1C2C;
}

a:hover {
    color: #C6A15B;
}

/* Footer */
#footer {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #EAEAEA;
}

/* Masquer le lien Edit sur le front */
.edit-link {
    display: none;
}
/* ===== D4AX PREMIUM ATMOSPHERE ===== */

/* Fond général plus noble */
body {
    background: #e9eaec;
}

/* Le site comme un panneau premium centré */
#wrapper {
    background: #ffffff;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

/* Signature du haut plus élégante */
#site-title {
    float: none;
    width: 100%;
    margin: 0 0 22px 0;
}

#site-title a {
    display: inline-block;
    font-size: 34px;
    line-height: 1.15;
    font-weight: 600;
    letter-spacing: -0.6px;
    color: #0B1C2C;
}

/* Le bandeau devient plus premium */
#branding {
    margin-bottom: 26px;
}

#branding img {
    box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}

/* Menu plus raffiné */
#access {
    border-top: 1px solid rgba(255,255,255,0.05);
    border-bottom: 1px solid rgba(255,255,255,0.05);
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

#access a {
    letter-spacing: 0.2px;
}

#access .current-menu-item a,
#access .current_page_item a,
#access a:hover {
    background: #C6A15B;
    color: #ffffff;
}

/* Bloc contenu plus incarné */
#content {
    background: #ffffff;
}

.entry-content {
    padding-top: 8px;
}

/* Grand titre d’ouverture plus premium */
.entry-content h2 {
    font-size: 30px;
    line-height: 1.32;
    font-weight: 600;
    color: #111111;
    letter-spacing: -0.4px;
    margin-bottom: 24px;
}

/* Intertitres */
.entry-content h3 {
    color: #0B1C2C;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 700;
    margin-top: 42px;
    margin-bottom: 18px;
}

/* Paragraphes plus élégants */
.entry-content,
.entry-summary {
    font-size: 17px;
    line-height: 1.9;
    color: #1a1a1a;
}

/* Mettre davantage en valeur les phrases en gras */
.entry-content strong {
    color: #111111;
}

/* Séparations invisibles mais sensibles */
.entry-content p {
    margin-bottom: 24px;
}

/* Footer plus minimal */
#footer {
    margin-top: 60px;
    padding-top: 14px;
    border-top: 1px solid #d9dde2;
}
/* ===== D4AX PREMIUM FINITIONS ===== */

/* Titre du contenu encore un peu plus élégant */
.entry-content h2 {
    font-size: 22px;
    line-height: 1.45;
    font-weight: 600;
    letter-spacing: -0.1px;
    color: #111111;
    max-width: 760px;
}

/* Intertitres plus nobles */
.entry-content h3 {
    font-size: 21px;
    line-height: 1.35;
    font-weight: 700;
    color: #0B1C2C;
}

/* Colonne de lecture plus raffinée */
.entry-content,
.entry-summary {
    max-width: 780px;
    font-size: 17px;
    line-height: 1.9;
    color: #1a1a1a;
}

/* Accent discret sur les phrases fortes */
.entry-content strong {
    color: #111111;
}

/* Un peu plus d'air entre les blocs */
.entry-content p {
    margin-bottom: 26px;
}

/* Menu encore un peu plus chic */
#access {
    border-top: 1px solid rgba(255,255,255,0.06);
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

#access a {
    font-size: 13px;
    letter-spacing: 0.2px;
}

/* Signature du haut légèrement mieux posée */
#site-title {
    margin-bottom: 26px;
}

/* Image bandeau avec présence douce */
#branding img {
    box-shadow: 0 10px 26px rgba(0,0,0,0.16);