body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #F0F0F0;
    color: #1D1F25;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

header, footer {
    width: 100%;
    background-color: #F0F0F0;
    padding: 20px 0;
    text-align: center;
}

.header-content p a {
    text-decoration: none;
    font-size: 1.5em;
    font-weight: bold;
    color: black;
}

nav {
    margin-top: 20px;
}

.menu-button, .close-button {
    background: none;
    border: none;
    cursor: pointer;
}

.menu-container {
    display: none;
}

.menu-dialog {
    background-color: #F0F0F0;
    padding: 20px;
    border: 1px solid #ccc;
}

.menu-content ul {
    list-style: none;
    padding: 0;
}

.menu-content ul li {
    margin-bottom: 10px;
}

.menu-content ul li a {
    text-decoration: none;
    color: #1D1F25;
}

main:not(.map) {
    width: 60%;
    max-width: 900px;
    padding: 20px;
}

.map {
    width: 100%;
    padding: 20px;
}

section {
    margin-bottom: 40px;
    padding: 20px;
    border-radius: 8px;
}

section {
    background-color: #E6E6E6;
}



h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
}

.spacer {
    height: 40px;
}

.columns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.column {
    flex: 1;
    min-width: 0;
    text-align: center;
}

figure {
    text-align: center;
}

figure img {
    max-width: 70%;
    height: auto;
    border-radius: 8px;
}

.buttons {
    text-align: center;
    margin-top: 20px;
}

.button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #C26148;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    margin: 5px;
}

ul {
    list-style-position: inside;
    text-align: center;
    padding-left: 0;
}

.footer-content p {
    margin: 5px 0;
}

.footer-content a {
    color: #C26148;
    text-decoration: none;
}

#map {
    height: 600px;
    width: 100%;
    float: left;
}

.fenetre {
    width: 60%;
    height: 600px;
    border: 2px solid #000;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    position: relative;
}

.leaflet-control-zoom {
    display: none;
}

.national-button {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1000;
    background-color: white;
    border: 1px solid #ccc;
    padding: 5px 10px;
    cursor: pointer;
}

.sidebar {
    width: 30%;
    height: 600px;
    overflow-y: auto;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 8px;
    background-color: #f5f5f5;
    color: #333;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    margin-left: 20px;
    float: left;
}


.region-info {
    display: none;
    margin-bottom: 20px;
}

.region-info h2 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 15px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 5px;
}

.region-info h3 {
    font-size: 18px;
    margin-top: 15px;
    color: black;
}

.region-info p, .region-info ol {
    font-size: 16px;
    line-height: 1.6;
}

.region-info a {
    color: black;
    text-decoration: none;
}

.region-info a:hover {
    text-decoration: underline;
}

.content-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}
