@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

.atmos-container {
    font-family: Roboto;
    max-width: 450px;
    /*justify-items: flex-start;*/
    /*justify-items: center;*/
    align-content: center;
    padding: 10px 12px 23px 14px;
}

/** ville **/
.ville {
    padding: 5px;
    display: flex;
    gap: 4px;
    color: #A6A8A8;
    font-size: 14px;
    font-weight: 400;
    justify-content: flex-start;;
    align-items: center;
}
/**Today **/
.today-section {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 10px;
}

.today-section h2 {
    font-size: 18px;
    color: #777;
    margin-bottom: 5px;
    font-family: Roboto;
}

.weather-details {
    display: flex;
    /*justify-content: flex-start;*/
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin-top: 0;
    padding-top: 5px;
    padding-left: 15px;
    padding-bottom: 20px;
    width: 100%;
    flex: 1;
}

.current-temp {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
}

.current-temp .temperature {
    color: #707070;
    text-align: center;
    font-family: Roboto;
    font-size: 66px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.current-temp {
    margin-top: 5px;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9em;
    color: #555;
    justify-content: space-between;

}
.detail-item:last-child {
    /*border-left: 2px solid #eee;
    padding-left:25px;*/
}
.detail-item-text {
    color: #707070;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap;
}
/** hourly **/
.hourly-forecast {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    gap: 1px;
}

.nav-arrow {
    background: none;
    border: none;
    font-size: 1.8em;
    cursor: pointer;
    line-height: 1;
    flex-shrink: 0;
}

.hourly-cards-wrapper {
    width: 316px;
    flex-grow: 2;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 0;
    height: 145px;
}


.hourly-cards {
    display: flex;
    width: 100%;
}
.hourly-card {
    flex: 0 0 calc(25% - 9px); /* 4 cartes visibles */
    max-width: calc(25% - 9px);
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(112, 112, 112, 0.05);
    margin-right: 10px;
}



.hourly-card .time {
    font-family: Roboto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #707070;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: 500;
    height: 28px;
    margin-bottom: 5px;
    font-size: 0.85em;
    color: white;
    width: 100%;
}

.hourly-card .icon-small {
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}

.hourly-card .icon-small svg {
    width: 45px;
    height: 45px;
}

.hourly-card .temp-small {
    color: #707070;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    width: 93px;
    height: 40px;
    justify-content: center;
    flex-shrink: 0;
}

.hourly-card:last-child {
    margin-right: 0;
}
/** week **/
.week {
    padding: 5px;
    display: flex;
    flex-direction: column;
    width: 97%;
}

.label {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Roboto;
    font-size: 18px;
    color: #777;
    margin-bottom: 15px;
    padding-top: 15px;
}

.day {
    font-family: Roboto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(112, 112, 112, 0.05);
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 5px;
    margin-top: 5px;
    height: 58px;
    padding-left: 10px;
    padding-right: 10px;
}

.text-day {
    color: #707070;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.day > div > span {
    padding: 5px;
}

.day-hour-text{
    color: #707070;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.day-max-temp{
    color: #707070;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.day-min-temp{
    color: #A6A8A8;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.degre{
    vertical-align: super;
    margin-left: 2px;
    font-size: 11px;
}

.bulletin{
    margin-top: 50px;
}

.week-image{
    width: 56px;
    height: 46px;
    flex-shrink: 0;
    aspect-ratio: 23/18;
}

.unit {
    vertical-align: super;
    margin-left: 2px;
    font-size: 30px;

    color: #707070;
    text-align: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: 250;
    line-height: normal;
}

.temperature {
    color: #707070;
    text-align: center;
    font-family: Roboto;
    font-size: 66px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

