/* --------------------- */
@font-face {
    font-family: meteo-title-font;
    src: url(/materials/fonts/alegreya-sans-sc/alegreya-sans-sc-v9-latin-regular.woff2);
}

@font-face {
    font-family: meteo-body-font;
    src: url(/materials/fonts/roboto/roboto-v20-latin-regular.woff2);
}


body {
    width: 100vw;
    height: 100vh;
    background-color: #e2e2e2;
    font-family: meteo-body-font;
}

.meteo-main-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100%;
    padding: 10px;
}

.meteo-main-item {
    flex: 1 0;
    width: 100%;
        max-width: 800px;
        padding: 10px;
    border: 0 none;
    border-radius: 12px;
    box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.15);
    background-color: #FFFFFF;
}

.meteo-console {
    display: grid;
    grid-gap: 15px 15px;
        grid-template-columns: 100%;
        min-height: 100%;
    padding: 10px;
}

.meteo-logo {
    float: left;
    width: 32vw;
}

.meteo-title {
    font-family: meteo-title-font;
}

.meteo-title-text1 {
    font-size: 4vw;
}

.meteo-title-text2 {
    font-size: 4vw;
}

.meteo-console {
    font-size: 4vw;
}

.meteo-footer {
    font-size: 0.8em;
}

@media screen and (min-width: 800px) {
    .meteo-logo {
	width: 256px;
    }

    .meteo-title-text1 {
	font-size: calc(800px * 0.04);
    }

    .meteo-title-text2 {
	font-size: calc(800px * 0.04);
    }
}


@media screen and (min-width: 400px) {
    .meteo-console {
	font-size: calc(400px * 0.04);
    }
}


/* --------------------- */

.meteo-login {
    text-align: center;
    place-self: center;
    height: 100%;
}

.meteo-login-form input {
    margin: 10px;
}

.meteo-admin {
    align-self: center;
}

.meteo-admin-title {
    font-size: 1.5em;
    text-align: center;
}

.meteo-admin-edit {
    background: #E6E6FA;
    padding: 20px;
}

.meteo-admin-dropzone {
    background: url('/materials/images/forecast-bg-form.jpg') no-repeat center;
    padding: 50px;
}

.dz-message {
    font-size: 1.2em;    
}

.meteo-admin-textarea {
    height: 100%;
}

.meteo-form,
.meteo-form-textarea {
    height: 100%;
    width: 100%;
    resize: none;
    outline: none;
}

.meteo-admin-makeonline {
    text-align: center;
}

#onlinedone {
    text-align: center;
}

.meteo-forecast {
}

.meteo-forecast-img {
    text-align: center;
}

.meteo-forecast-text {
}

.meteo-forecast-text h1 {
    font-weight: bold;
    font-size: 1.2em;
}

.meteodesvallees-disclaimer-text {
    font-style: italic;
    font-size: 0.8em;
    color: #922b21;
}

.meteodesvallees-copyright-text {
    font-style: italic;
    font-size: 0.8em;
    color: #0d47a1;
}

.meteo-view {
}



/* --------------------- */

.meteo-404-img {
    margin-top: 20px;
    border-radius: 12px;
    border: 0 none;
    box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.15);
}
