.banner_page {
    background-image: url("../images/image-exposants.png");
}

.nav {
    background-color: white;
}
.nav ul {
    background-color: white;
}
a {
    color: black;
}

.main {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    gap: 30px;
}

.main .content {
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Section de contenu */
.main .content .content-section {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #e9f7f7;
    border-left: 5px solid #60c338;
    border-radius: 5px;
}

.main .content .content-section h2 {
    margin: 0;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.main .content .content-section p {
    margin: 10px 0;
    font-size: 16px;
    color: #555;
}

/* Style pour les numéros de téléphone */
.main .content .content-section p span {
    font-weight: bold;
    color: #60c338;
}

/* Dernière section sans marge en bas */
.content-section:last-child {
    margin-bottom: 0;
}
