/*body {*/
/*    background-color: skyblue;*/
/*}*/
a {
    text-decoration: none;
}
h1 {
    font-size: 1.8rem;
}
.loader {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -2.5rem;
    /*transform: translate(-50%, -50%);*/
    z-index: 1500;
    width: 5rem;
    height: 5rem;
    /*border: 16px solid #f3f3f3;*/
    /*border-radius: 50%;*/
    /*border-top: 16px solid #3498db;*/
    /*width: 120px;*/
    /*height: 120px;*/
    /*animation: spin 2s linear infinite;*/
}
.loginform {
    max-width: 700px;
    margin: 30px auto;
}
.dashboardCard > div {
    flex: 1 1 500px;
    width: 500px;
    max-width: 500px;
    margin: 0 auto;
}
.entete-card {
    background-color: aliceblue !important;
}
.formMission {
    max-width: 600px;
    margin: 0 auto;
}
.selectMission {
    font-size: small;
}
.flex-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-actions {
    display: flex;
}
.logologin {
    margin: 0 auto;
    max-width: 400px;
}
.logologin img {
    width: 100%;
    object-fit: contain;
}
@media screen and (max-width: 500px) {
    .dashboardCard > div {
        flex: 1 1 500px;
        max-width: 90%;
    }
}
@media screen and (max-width: 992px) {
    .flex-title {
        flex-direction: column;
    }
}
@media screen and (max-width: 768px) {
    .flex-actions{
        flex-direction: column;
    }
}