h1{
	text-align:left;
	color:white;
	font-size:14pt;
}

#depannage{
    border-radius: 1em;
    height:100%;
    margin: auto;
    padding: 5px;
    width: 95%;
    background-color:#510202;
    overflow:auto;
    color:white;
    
}
#depannage p{
text-align:justify;
	font-size:13pt;
}

li{
	font-size:12pt;

}
#
/* Styles spécifiques pour les pages locales */

/* Style personnalisé pour le titre incluant la commune */
header h1 {
    font-size: 2.2em;
    color: #2c3e50;
    text-align: center;
}
h2 {
    font-size: 1.2em;

}
/* Mise en avant du numéro de téléphone avec la commune */
#images-contact strong {
    color: #d9534f;
    font-size: 1.6em;
}

/* Ajout de styles pour les images dans les pages locales */
#images-contact .images {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 25px 0;
}

#images-contact img {
    border: 2px solid #ddd;
    border-radius: 10px;
    width: 250px;
    height: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

services-depannage .service {
    background-color: white;
    color: black;
    padding: 15px;
    margin-bottom: 20px;
    border-left: 4px solid #0056b3;
}
.service {
#    background-color: white;
#    color: black;
    padding: 15px;
    margin-bottom: 20px;
    border-left: 4px solid #0056b3;
}
#services-depannage h3 {
    color: #0056b3;
}

#contact {
    background-color: #0056b3;
    color: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
}

#contact h2, #contact p {
    color: #fff;
}

#contact p {
    font-size: 1.2em;
    margin-bottom: 10px;
}

