/*
Theme Name: Chorale Croissants d'Or
*/

:root {
    --fond: #FFF0F5;
    --blanc: #FFFFFF;
    --rose: #DB7093;
    --rose-fonce: #880e4f;
    --bleu: #002395;
}

body {
    margin: 0;
    font-family: Georgia, serif;
    background: var(--fond);
}

header {
    background: white;
    border-bottom: 3px solid var(--rose);
}

.header-top {
    text-align: center;
    padding: 10px;
}

.photo-chorale {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* MENU WP */
nav {
    background: var(--rose);
}

nav ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 10px;
}

nav a {
    color: white;
    text-decoration: none;
    margin: 0 10px;
}