main {
    padding: 20px;
}

h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #007bff;
}

h2 {
    font-size: 1.8em;
    margin-bottom: 15px;
    color: #333;
}
.dark-mode h2{
    color: #ffffff;
}
.map {
    width: 100%;
    height: 400px;
  }
p {
    margin-bottom: 15px;
    line-height: 1.6;
}
.dark-mode th,.dark-mode td{
    background: rgb(17, 17, 17);
}
.dark-mode .tableau {
   overflow-x: auto;
}
.tableau {
    overflow-x: auto;
  }
.tableau a {
    color: #007bff;
    text-decoration: none;
}

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

.element {
    margin-bottom: 30px;
}
th, td {
    font-size: large;
    padding: 10px;
    text-align: center;
    background: rgb(168, 219, 223);
}

th {
    background-color: #c6e7d8;
    font-weight: bold;
    width: 10%;
}
@media (max-width:768px){
    th, td {
        font-size: small;
        padding: 5px;
        text-align: center;
        background: rgb(168, 219, 223);
    }
    th {
        background-color: #c6e7d8;
        font-weight: bold;
        width: 10%;
    }
}