.card-contact {
    padding: 16px 12px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    border-top: 4px solid #1a2b48;
}
.card-form-contact {
    padding: 16px 12px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    border-top: 4px solid #1a2b48;
    background: #f6f6f6;
}
.label-form-contact {
    color: #85878a;
    font-size: 16px;
}
.form-title {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}
.title-text-contact {
    font-size: 19px;
    font-weight: bold;
    color: #000;
    text-align: center;
}
.contact-personnel {
    font-size: 16px;
    font-weight: 700;
    color: #02346D;
}
.span-infos-personnel {
    font-size: 15px;
    font-weight: bold;
}
.coordonnee-personnel {
    font-size: 15px;
}
.div-infos-personnel {
    margin-bottom: 3px;
}
.input-icon {
    position: relative;
}
.input-icon i {
    position: absolute;
    left: 10px; /* Ajustez la valeur selon vos besoins */
    top: 50%;
    transform: translateY(-50%);
    color: #ccc; /* Couleur de l'icône */
    pointer-events: none;
}
.input-icon input {
    padding-left: 30px; /* Ajustez la valeur en fonction de la largeur de l'icône et de l'espacement désiré */
}
.icon-color-contact {
    width: 49px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    border-radius: 50%;
    background: #1a2b48;
    color: #FFF;
    margin-right: 5px;
    font-size: 16px;
}
.text-infos-contact {
    font-size: 16px;
}

.map-card {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
}
.card-header {
    font-weight: bold;
    border: 1px solid #ddd;
    font-size: 16px;
    color: #333; }
.icon-nosagences {
    border-radius: 30px;
    color: #fff;
    text-align: center;
    padding: 8px 9px;
    background: #2ea0dd;
}
.img-agence {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: 200px;
}
.card-agences {
    padding: 16px 3px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-top: 4px solid #2ea0dd;
}
.card-agence {
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    color: #1a2b48;
    padding: 0px 24px 12px;
}