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

.nav {
    background-color: white;
}
.nav ul {
    background-color: white;
}
a {
    color: black;
}
.main {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

h3 {
    font-size: 1.8rem;
    color: #004aad;
    margin-bottom: 10px;
}

/* Event Information Section */
.event-info p {
    font-size: 1rem;
    color: #333;
    margin-bottom: 10px;
}

/* Focus Areas Section */
.focus-areas ul {
    list-style-type: none;
    padding: 0;
}

.focus-areas li {
    font-size: 1rem;
    color: #333;
    margin-bottom: 10px;
}

.focus-areas li:before {
    content: "•";
    color: #004aad;
    font-size: 1.5rem;
    margin-right: 10px;
}

/* Company Participation Section */
.company-participation p {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.8;
}

/* Prizes Section */
.prizes ul {
    list-style-type: none;
    padding: 0;
}

.prizes li {
    font-size: 1rem;
    color: #333;
    margin-bottom: 10px;
}

.prizes a {
    color: #004aad;
    font-size: 1.1rem;
    text-decoration: none;
}

.prizes a:hover {
    text-decoration: underline;
}

/* Evaluation Opportunity Section */
.evaluation-opportunity h3 {
    font-size: 1.2rem;
    color: #333;
    font-weight: normal;
}

/* Participation Instructions Section */
.participation-instructions p {
    font-size: 1.1rem;
    color: #555;
}

.participation-instructions a {
    color: #004aad;
    font-size: 1.1rem;
    text-decoration: none;
}

.participation-instructions a:hover {
    text-decoration: underline;
}

/* Next Steps Section */
.next-steps ul {
    list-style-type: none;
    padding: 0;
}

.next-steps li {
    font-size: 1rem;
    color: #333;
    margin-bottom: 10px;
}

.next-steps li:before {
    content: "•";
    color: #004aad;
    font-size: 1.5rem;
    margin-right: 10px;
}

/* Call to Action Section */
.call-to-action h3 {
    font-size: 1.4rem;
    color: #004aad;
    margin-bottom: 10px;
}

.call-to-action a {
    font-size: 1.2rem;
    color: #004aad;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
}

.call-to-action a:hover {
    text-decoration: underline;
}

.image-space {
    text-align: center;
    margin: 20px 0;
    width: 40%;
    margin: auto;
}

.image-space img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

@media screen and (max-width: 768px) {
    .image-space {
        width: 90%;
    }
}
