form {

    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
}

.card {
    background-color: #fff;
    padding: 30px;
    max-width: 300px;
    border-radius: 20px;
    animation: big 0.5s linear;
    margin: 5% auto;
    left: 0;
    right: 0;
}

.card label, .card h2 {
    color: var(--text-dark);
}

.card label {
    text-align: left;
}

.card-li {
    position: absolute;
    list-style: none;
}

.card-page-account {
    padding: 30px;
    min-width: 500px;
    border-radius: 20px;
    margin: 5% auto;
    left: 0;
    right: 0;
}

.card-account {
    background-color: var(--dark-gray-lightest);
    padding: 5px;
    max-width: 150px;
    border-radius: 0 0 20px 20px;
    animation: step-end 0.5s linear;
}

.card-account a {
    font-size: 14px;
    padding: 5px 10px;
}

.card h2 {
    font-size: 27px;
    margin-bottom: 10px;
}

.card a {
    color: var(--black);
}

.inputs {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.inputs label {
    font-size: 14px;
    margin-bottom: 5px;
}

.inputs input, .inputs textarea {
    display: block;
    padding: 10px;
    font-size: 16px;
    border-radius: 7px;
    border: 1px solid #464277;
    background-color: #f4f8fb;
    outline: none;
}

/*select {*/
/*    cursor: pointer;*/
/*    display: inline-block;*/
/*    padding: 10px;*/
/*    font-size: 16px;*/
/*    border-radius: 7px;*/
/*    border: 1px solid #464277;*/
/*    background-color: #f4f8fb;*/
/*    outline: none;*/
/*}*/

/*select option {*/
/*    position: absolute;*/
/*    border-radius: 20px;*/
/*    border: 1px solid #464277;*/
/*    background-color: #f4f8fb;*/
/*    outline: none;*/
/*}*/

.text-right {
    font-size: 16px;
    text-align: right;
    display: block;
    color: #212121;

}

.text-right:hover {
    color: #000;
}

.btn-login {
    display: block;
    width: 100%;
    height: 40px;
    background-color: #212121;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    border-radius: 7px;
    margin-bottom: 20px;
    transition: 0.3s;
}

.btn-login:hover {
    transform: translateY(-5px);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    text-decoration: none;
    color: #fff;
}

.red {
    color: darkred;
    list-style-type: none;
    font-size: 16px;
}

.text {
    display: block;
    text-align: center;
    color: #888;
    margin-bottom: 20px;
}

.text-long {
    color: #212121;
    margin-bottom: 20px;
}

#login {
    margin: 0 auto;
    display: block;
    margin-top: 5%;
}

#modal {

    margin: 0 auto;
    margin-top: 6%;
    width: 400px;
    background: #CaCaCa;
    height: 330px;
    box-shadow: 0px 0px 10px 4px;
    border-radius: 16px;
}

@keyframes big {
    from {
        transform: scale(0.7);
    }

    to {
        transform: scale(1);
    }
}

@media screen and (max-width: 1024px) {

    .card {
        position: fixed;
        top: 60px;
    }

}


#navthing {
margin-left: 50px;
}
/*h2 {*/
/*    padding: 20px;*/
/*    color: #ecf0f1;*/
/*}*/
fieldset {
border: none;
}
.login {
position: fixed;
display: none;
}

.register {
position: fixed;
display: none;
}

.account {
position: fixed;
display: none;
top: 56px;
}

@media screen and (max-width: 1150px) {
    .account {
        right: 10px;
        top: 49px;
    }
}

.recup_pass {
    position: fixed;
    display: none;
}

.clickable {
    cursor: pointer;
}

.supprimer-grand {
    padding-top: 26px !important;
    font-size: 40px !important;
}

.fa-plus-square-add {
    font-size: 40px !important;
    color: black !important;
}

.delete {
    color: red;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 15px solid #ecf0f1;
    left: 10%;
    position: absolute;
    top: -10px;
}
.formholder {
    background: #ecf0f1;
    width: 350px;
    border-radius: 5px;
    padding-top: 5px;
}
.formholder input[type="email"], .formholder input[type="password"] {
    padding: 7px 5px;
    margin: 10px 0;
    width: 96%;
    display: block;
    font-size: 18px;
    border-radius: 5px;
    border: none;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
.formholder input[type="email"]:focus, .formholder input[type="password"]:focus {
    outline: none;
    box-shadow: 0 0 1px 1px #1abc9c;
}
.formholder input[type="submit"] {
    background: #1abc9c;
    padding: 10px;
    font-size: 20px;
    display: block;
    width: 100%;
    border: none;
    color: #fff;
    border-radius: 5px;
}
.formholder input[type="submit"]:hover {
    background: #1bc6a4;
}
.randompad {
    padding: 10px;
}
.green {
    color: #1abc9c;
}

.li-login {
    display: inline-flex !important;
    font-size: 14px !important;
    margin: 0;
}

.li-login a, .li-login span {
    color: var(--white);
    padding: 14px 5px;
}

a {
    /*text-decoration: none;*/
    padding: 15px 0;
}
/*a:hover {*/
/*    color: #1abc9c;*/
/*}*/
