.meteo-h1{
    margin-top: 40px;
    color: #E0E0E0;
    text-align: center;
    font-family: 'Inter', serif;
    font-size: 40px;
    margin-bottom: 50px;
}

h2{
    color: #E0E0E0;
    text-align: center;
    font-family: 'Inter', serif;
    font-size: 30px;
    margin-bottom: 50px;
    justify-content: center;
}

h3{
    color: #E0E0E0;
}

.h3-day{
    text-align: center;
    margin-top: 70px;
    color: #E0E0E0;
}

.meteoS{
    background-color:#1F1F1F;
    /*border: 2px solid #2B2D42;*/
    border-radius: 5px;
    width: 80%;
    margin: 20px auto;
    text-align: left;
    padding: 20px;
}

.meteoSForecast{
    /*border: 2px solid #2B2D42;*/
    border-radius: 5px;
    width: 80%;
    margin: 20px auto;
    text-align: left;
    padding: 20px;
    background-color:#1F1F1F;

}

.meteo-in{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;

}

.meteo-info{
    display: block;
}

.meteo-info p{
    margin-bottom : 10px;
}

.meteo-info-degre{
    display: block;
}
.meteo{
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
    background-color: #1A2A3A;
    padding : 20px;
    color: #000000;
    display: block;
    border-radius: 10px;
    align-items: center;
    height: 400px;
}

.meteo p{
    font-size: 20px;
    color: #d1d1e0;
}


.map{
    display: flex;
    align-items: center;
    margin : 0 auto;
    border-radius: 5px;
    justify-content: center;
}

.weekly-meteo {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-top: 2rem;
}

.day-box {
    background-color: #e8f0fe;
    border-radius: 10px;
    padding: 1rem;
    text-align: center;
    width: 150px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.derniere-ville {
    background: #252d46;
    border-left: 5px solid #48aafb;
    padding: 1rem;
    margin: 1rem 0;
}

.href_derniere{
    display:inline-block;
    margin-top:0.5rem;
    padding:0.5rem 1rem;
    background: #48aafb;
    color: #ffffff;
    border-radius:5px;
    text-decoration:none;
}

.form-meteo{
    padding: 8px 16px;
    font-size: 1rem;
    border-radius: 6px;
    border: none;
    background-color: #ddd;
    cursor: pointer;
}

.selection{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    margin-left: 625px;
}

.custom-select {
    width: 270px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: flex;
    align-items: center;
    padding: 10px 40px 10px 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #E0E0E0;
    font-size: 16px;
    font-family: "Segoe UI", sans-serif;
    color: #333;
    cursor: pointer;
    background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='16' viewBox='0 0 20 20' width='16' xmlns='http://www.w3.org/2000/svg'><polygon points='0,0 20,0 10,10'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
}

.search-button {
    padding: 9px 12px;
    background-color: #E0E0E0;
    border: none;
    cursor: pointer;
    font-size: 31px;
    transition: background-color 0.2s ease;
    border-radius: 10px;
    margin-top: 5px;
}

.custom-select:focus {
    outline: none;
    border-color: #7aa4f7;
    box-shadow: 0 0 0 3px rgba(122, 164, 247, 0.3);
}

.forecast-ask{
    text-align: left;
    margin-bottom: 20px;
    justify-content: left;
    color: #E0E0E0;

}

.forecast-ask h4{
    color: #E0E0E0;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.forecast-ask select{
    border: 0;
    cursor: pointer;
    appearance: none;
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
}

.forecast-ask button{
    appearance: none;
    border: 0;
    padding: 10px;
    font-size: 16px;
    background-color: #E0E0E0;
    cursor: pointer;
    border-radius: 5px;
}

.forecast-day{
    color: #E0E0E0;
    display: flex;
    background: #1A2A2F;
    padding : 20px;
    border-radius: 10px;
    height: 320px;
    justify-content: center;
    margin: 30px;
}

.forecast-item{
    display: block;
    text-align: left;
    width: 25%;
}

.forecast-item img{
    flex-shrink: 0;
    flex-grow: 0;
    height: auto;
    width: auto;
}

.sun-details{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    row-gap: 10px;
    column-gap: 5px;
    font-size: 18px;
}

.sun-details div{
    display: flex;

}

.icon{
    font-size: 25px;
    background-color: #243340;
    border-radius: 5px;
    padding: 10px;
}

.weatherDay{
    display: flex;
    gap: 10px;
    justify-content: center;
}

.weatherDayItem{
    border-radius: 10px;
    background: rgb(41, 53, 70);
    padding: 10px 10px 40px 0;
    display: flex;
    flex-direction: column;
    height: 200px;
}

.temp{
    display: flex;

}