﻿@import "variables.css";

/* Extra small devices (portrait phones, less than 576px) */
/* No media query since this is the default in Bootstrap */
.login-bloc:after,
    .login-bloc:before {
        background: #f9f9f9;
        background: -moz-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(249,249,249,1) 100%);
        background: -webkit-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
        background: -o-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
        background: -ms-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
        background: linear-gradient(top, rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f9f9f9',GradientType=0 );
        border: 1px solid #c4c6ca;
        content: "";
        display: block;
        height: 100%;
        left: -1px;
        position: absolute;
        width: 100%;
    }
.login-bloc:after {
    -webkit-animation-iteration-count: 1;
    animation-duration: 1s;
    animation-name: rotate-itl1;
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg);
    top: 0;
    z-index: -1;
}
    .login-bloc:before {
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        transform: rotate(-3deg);
        -webkit-animation-iteration-count: 1;
        animation-duration: 1s;
        animation-name: rotate-itl2;
        top: 0;
        z-index: -2;
    }
@-webkit-keyframes rotate-itl1 {
    0% { -webkit-transform: rotate(0deg); }
    25% { -webkit-transform: rotate(1deg); }
    100% { -webkit-transform: rotate(2deg); }
}
@-webkit-keyframes rotate-itl2 {
    0% { -webkit-transform: rotate(0deg); }
    50% { -webkit-transform: rotate(-2deg); }
    100% { -webkit-transform: rotate(-3deg); }
}

body {
    background: var(--login-bg-picture) !important;
    background-size: cover !important;
    -o-background-size: cover !important;
    -webkit-background-size: cover !important;
    background-repeat: no-repeat;
}
.show_mdp {
    right: 10px;
    top: 0;
    bottom: 0;
    color: #95cdb2;
    font-size: 24px;
    /* margin: 0 auto; */
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    /* padding-top: 8px; */
    cursor: pointer;
}
.connexion-row {
    display: table;
    width: 100%;
}
#render {
    height: 100vh;
    width: auto;
    clear: both;
    display: table-cell;
    vertical-align: middle;
}
.halfpage {
    display: block;
    padding: 20px;
    margin: 20px;
    vertical-align: top;
}
.login-bloc {
    background: var(--color-blanc);
    width: 600px;
    min-height: 329px;
    margin: 0 auto;
    position: relative;
}
.logo-bloc {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-group {
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
}

#msg-deconnexion {
    color: var(--color-marron);
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
