.date-hour {
    font-size: 5rem;
}

.date-day {
    font-size: 2.5rem;
}

.card-meteo {
    .temperature {
        font-size: 3rem;
    }

    img.logo-forecast {
        width: 100%;
    }
}

table.bg-transparent tbody tr td {
    background: transparent !important;
    padding-left: 0;
    padding-right: 0;
}

table {
    input[type="text"], input[type="text"]:focus {
        background: rgba(var(--primary-background), 0.75);
        border: 1px solid rgb(var(--primary-background));
        border-radius: 0;
        color: white;
        font-size: 18px;
        box-shadow: none;
        float: left;
        width: 80%;
    }

    input[type="text"]::placeholder {
        color: white;
    }
}
