p

{

    text-align: justify;

}

h3

{

    text-align: left;

}

ul

{

text-align: left;

}

.citation-monument {
    background: #f8f5f0; /* ton pierre clair */
    border: 2px solid #aaa;
    padding: 20px;
    max-width: 700px;
    margin: 40px auto;
    text-align: center;
    font-family: 'Playfair Display', serif;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.citation-monument .dates {
    font-size: 1.6em;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.citation-monument .texte {
    font-style: italic;
    font-size: 1.2em;
    margin-bottom: 15px;
}

.citation-monument .description {
    font-size: 0.95em;
    color: #555;
    margin-bottom: 15px;
}

.citation-monument .mots-clefs {
    font-size: 1.3em;
    font-weight: bold;
    letter-spacing: 1px;
    color: #800000; /* rouge sombre type drapeau */
}

/*drapeau*/
.bloc-drapeau {
    background: linear-gradient(to right, rgba(0,45,114,0.25), rgba(255,255,255,0.9), rgba(206,17,38,0.25));
    border: 3px solid gold;
    padding: 25px;
    margin: 40px auto;
    max-width: 800px;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
}

.bloc-drapeau h2 {
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 1.8em;
    margin-bottom: 15px;
}

.decorations h3 {
    text-align: center;
    font-size: 1.4em;
    margin-bottom: 20px;
}

.broderie-titre {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.broderies {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 25px;
}

.broderies div {
    background: #f8f5f0;
    padding: 15px;
    border-left: 4px solid gold;
    font-style: italic;
    box-shadow: 0 0 8px rgba(0,0,0,0.05);
    min-width: min(250px, 100%);
    box-sizing: border-box;
}

.medaille {
    background: #fff;
    border-left: 5px solid #800000; /* rouge sombre */
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 0 8px rgba(0,0,0,0.05);
}

.medaille h4 {
    margin-top: 0;
    color: #800000;
}

.citation {
    font-style: italic;
    border-left: 3px solid #ccc;
    padding-left: 10px;
    margin-top: 10px;
}




.section-histoire {
    background: white;
    border: 2px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}

.section-histoire h2 {
    background: linear-gradient(to right, #e0e0e0, transparent);
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 1.8em;
}

.section-histoire p {
    color: #444;
    line-height: 1.6;
}
