html {
    background-color: #1c1d20;
    font-size: 62.5%;
}

h1,
p,
h2,
a,
label {
    color: white;
    font-family: "Varela Round";
}

a {
    text-decoration: none;
}

.error {
    color: red;
    text-align: center;
    font-size: 10px;
    padding-left: 10px;
    padding-right: 10px;
    /*font-weight: bold;*/
}

.logoLing {
    width: 350px;
    padding-top: 2vh;
}

@media (min-width: 800px) {
    body {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        height: 97vh;
    }

    main {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 80vw;
    }

    .log {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        min-height: 60vh;
        width: 30vw;
        background-color: #32343a;
        justify-content: center;
        border-radius: 5px;
    }

    .options-log {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;

        text-align: center;

        flex-grow: 1;
        width: 100%;

    }

    .log h1 {
        padding: 3vh 0;
        text-transform: uppercase;
        font-size: 1.8rem;
        flex-grow: 1;
        width: 50%;
    }

    .connexion {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-grow: 3;
        
    }

    .connexionAdmin {
        width: 50%;
    }

    form div {
        display: flex;
        flex-direction: column;
        padding: 1vh;
    }

    form input {
        outline: none;
        border: none;
        border-bottom: solid 1px white;
        background-color: transparent;
        width: 90%;
        color: #fff;
        padding-top: 2vh;
    }

    form label {
        font-size: 0.8rem;
    }

    .seConnecter {
        outline: none;   
        border-style: none;
        border-radius: 5px;
        margin-top: 15vh;
        margin-top: 0;
        padding: 3% 27%;
        background-color: #0788BE;
        text-transform: uppercase;
        color: white;
        font-family: "Varela Round";
        font-weight: bold;
        font-size: 1.4rem;

    }

    form a {
        color: #64666d;
        padding-top: 1vh;
    }

    .forget {
        align-self: center;
    }

    .btn-login.connect,
    .btn-singnin.connect {
        color: #64666d;
        animation: ariane 0.4s ease-in normal forwards;
    }

    @keyframes ariane {
        to {
            border: none;
        }

    }

    .btn-login.select,
    .btn-singnin.select {
        border-image: linear-gradient(0.25turn, #0080FF, #00FFE1) 20%;
        border-bottom: 3px solid;
    }

    .connexion-mail,
    .pseudo,
    .password,
    .email {
        width: 80%;
        margin: 0 auto;
        padding: 2vh 0;
    }

    .presentation {
        text-transform: uppercase;
        width: 45vw;
        height: 60vh;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .presentation h2 {
        padding: 3vh 0;
        font-size: 1.6rem;
    }

    .presentation iframe {
        width: 80%;
        height: 75%;
    }

    footer {
        align-self: flex-start;
        padding-left: 10vw;


    }

    footer a {
        color: #64666d;
    }

    .inscription {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-grow: 3;
        display: none;
    }

    
}