/* --------------------- */
@font-face {
    font-family: Moon-Flower-Bold;
    src: url(/materials/Moon-Flower-Bold.ttf);
}

@font-face {
    font-family: Philosopher-Regular;
    src: url(/materials/Philosopher-Regular.ttf);
}

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

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

.spotme-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;
}

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

.spotme-sotre-man {
    width: 5vw;
}

.spotme-title {
    font-family: Moon-Flower-Bold;
}

.spotme-title-text1 {
    font-size: 25vw;
    line-height: 20vw;
}

.spotme-title-text2 {
    font-size: 6vw;
}

.spotme-console {
    font-size: 4.5vw;
}

.spotme-share-container {
    display: flex;
    flex-direction: column;
}

.spotme-share-item {
    margin: 20px;
}

.spotme-share-item .spotme-button {
    width: 80vw;
    max-width: calc(800px * 0.80);
}

.spotme-share-item a {
    color: #ffff;
    text-decoration: none;
}

.spotme-button {
    font-size: 5vw;
    border-radius: 8px;
}

.spotme-button a {
    color: #ffff;
    text-decoration: none;
}

.spotme-expired-img {
    margin-top: 20px;
    border-radius: 12px;
    border: 0 none;
    width: 60%;
}

.spotme-cgu-mentions-legales-panel {
    font-size: 14px;
}

.spotme-cgu-mentions-legales-panel h2 {
    font-size: 3.5rem;
    font-family: Philosopher-Regular;
}

.spotme-cgu-mentions-legales-panel h3 {
    margin-top: 30px;
    font-family: Philosopher-Regular;
}

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

.spotme-footer a {
    color: #626567;
    text-decoration: none;
}

.spotme-footer a:hover {
    color: #1b4f72;
    text-decoration: underline;
}


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

    .spotme-sotre-man {
	width: 40px;
    }


    .spotme-title-text1 {
	font-size: calc(800px * 0.25);
	line-height: calc(800px * 0.20);
    }

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

    .spotme-console {
	font-size: calc(800px * 0.045);
    }

    .spotme-button {
	font-size: calc(800px * 0.05);
    }

}


/* --------------------- */
.spotme-register-grid {
    margin-top: 20px;
    display: grid;
    grid-template-columns: auto auto;
    grid-row-gap: 10px;
    align-items: center;
}

.spotme-register-input {
    width: 100%;
}

.spotme-register-accept-cgu {
    width: unset;
}

.spotme-register-grid-lastcell {
    grid-column: 1 / span 2;
    justify-self: center;
}

.spotme-register-error, .spotme-start-error, .spotme-verify-error {
    margin-top: 20px;
    color: #D9534F;
    font-size: 0.75em;
}

.spotme-register-button {
    margin-top: 30px;
}

.spotme-register-input:invalid {
    box-shadow: 0 0 5px 1px red;
}

/*.spotme-register-input:focus:invalid {
    box-shadow: none;
}*/

.spotme-register-input:valid {
    box-shadow: 0 0 5px 1px green;
}

.spotme-register-accept-cgu-text {
    font-size: 0.7em;
}

.spotme-register-accept-cgu {
    transform: scale(2);
}



/* --------------------- */
/*.spotme-verify-raw-video {
    width: 100%;
    margin-top: 10px;
}*/

.spotme-verify-panel > button {
    margin-top: 30px;
}


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