.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    background-color: white;
}

body {
    margin: 0; /* Assurez-vous que le body n'a pas de marges */
    padding: 0; /* Assurez-vous que le body n'a pas de padding */
    overflow-x: hidden;
    background-color: white; /* Pour vérifier visuellement */
}


.main-navigation {
    text-align: right;
}

.menu {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;

}

.menu-item {
    margin-left: 1rem;
}

.menu-item a,
.main-navigation a {
    font-family: 'DM Sans', sans-serif;
    text-decoration: none;
    color: #333;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    display: flex;
}

.menu-item a:hover,
.main-navigation a:hover {
    color: #0056b3;
    border-color: #0056b3;
    background-color: white;
}

/* Style pour le contenu principal */
.main {
    margin: 0 auto;
    max-width: 80%;
}

.post-title {
    font-family: 'DM sans', sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #1b1b1b;
    margin-top: 120px;
    margin-bottom: 80px;
    margin-right:35%;
}

.wp-block-media-text {
    display: flex;
    margin-bottom: 40px;
    gap: 10px;
    align-items: center;
}

.wp-block-media-text__media {
    flex: 0 0 50%;
    height: auto;
}

.wp-block-media-text__content {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: -8%;
}

p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 15px;
}

.temperature-group {
    background-color: rgb(255, 250, 247);
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -49.5vw;
    margin-right: -38vw;
    margin-top : 7vw;
    padding-left: 11vw; 
    padding-right:11vw;
    padding-top: 60px;
    padding-bottom: 60px;
}

.temperature-heading {
    font-family: 'DM sans', sans-serif;
}

.input-temp {
    padding-bottom:5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.graph-temperature {
    display: flex;
    justify-content: center;
    padding : 4px;
}

.text-graphique-temperature {
    margin-top : 4vw;
    margin-bottom : 2vw;
}

.title-text-graphique{
    font-size: 18px;
}

.title-graphique {
    font-size: 18px;
    padding-top: 40px;
}

.precipitation-group {
    padding-left: 2vw; 
    padding-right:2vw;
    padding-top: 60px;
    padding-bottom: 0px;
}

.precipitation-graph {
    display: flex;
    justify-content: center;
    padding-top :20px;
    padding-bottom:20px;
}

.vent-group {
    padding-left: 2vw; 
    padding-right:2vw;
    padding-top: 30px;
    padding-bottom: 60px;
}



.city-select-container {
    padding-bottom:5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.graph-vent{
    display: flex;
    justify-content: center;
    padding-top :20px;
    padding-bottom:20px;
}

footer {
    background-color: #333; 
    color: #fff; 
    text-align: center; 
    padding: 20px 0; 
    position: absolute; 
    bottom: -5; 
    left: 0; 
    width: 100%; 
    font-family: 'DM Sans', sans-serif; 
}

footer a {
    color: #fff; 
    text-decoration: underline; 
    transition: color 0.3s; 
}

footer a:hover {
    color: #cccccc; 
}

.humi-group {
    background-color: rgb(244, 251, 255);
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -49.5vw;
    margin-right: -38vw;
    margin-top : 7vw;
    padding-left: 11vw; 
    padding-right:11vw;
    padding-top: 60px;
    padding-bottom: 60px;

}

.graph-humi {
    display: flex;
    justify-content: center;
    padding-top :20px;
    padding-bottom:20px;
}

.logo {
    width: 15vw;
    padding-left: 20px;
}