/* Styles pour le site RJ Couverture Vouvray */

/* Couleurs */
body {
    background-color: #f5f5dc; /* Beige clair */
    color: #333; /* Gris foncé pour le texte */
}

header, footer {
    background-color: #4682b4; /* Bleu acier */
    color: #fff; /* Texte blanc */
    text-align: center;
    padding: 10px;
}

nav {
    background-color: #f0e68c; /* Or pâle */
    text-align: center;
    padding: 10px;
}

nav a {
    display: inline-block;
    padding: 10px;
    margin: 0 5px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    border-radius: 10px;
    background-color: #ffa500; /* Orange */
}

nav a:hover {
    background-color: #ffd700; /* Jaune doré au survol */
}

.content {
    margin: 20px;
    padding: 20px;
    background-color: #fff; /* Blanc */
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.large-text {
    font-size: 1.2em; /* Texte plus grand */
    line-height: 1.5;
}

.highlight {
    color: #4682b4; /* Bleu acier */
    font-weight: bold;
}

.phone {
    font-size: 1.2em; /* Texte plus grand pour le téléphone */
    font-weight: bold;
    color: #4682b4; /* Bleu acier */
    margin-bottom: 10px;
}

.footer {
    text-align: center;
    background-color: #4682b4; /* Bleu acier */
    color: #fff; /* Texte blanc */
    padding: 10px;
}
