body {
    padding-bottom: 40px;
    margin-bottom: -40px;
    height: unset !important;
    min-height: 100% !important;
}

#tout {
    width: 100%;
    max-height: 100%;
    padding: 10px;
    overflow: auto;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
}

#toutIndex {
    width: 100%;
    max-height: 100%;
    padding: 10px;
    overflow: auto;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    background-image: url(/images/global-project_accueil.jpg) ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

label {
    font-size: 0.8em;
}
.fade-in-image {
    animation: fadeIn 2s;
    -webkit-animation: fadeIn 2s;
    -moz-animation: fadeIn 2s;
    -o-animation: fadeIn 2s;
    -ms-animation: fadeIn 2s;
}
@keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

@-moz-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

@-o-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

@-ms-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

#formlogin {
    border: 1px solid black;
    border-radius: 12px;
    padding-bottom: 8px;
    width: calc(100% - 27px);
    background-color: white;
    max-width: 600px;
    
    -webkit-box-shadow: 10px 10px 10px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 10px -5px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 10px -5px rgba(0,0,0,0.75);

    animation: fadeIn linear 1s;
    -webkit-animation: fadeIn linear 1s;
    -moz-animation: fadeIn linear 1s;
    -o-animation: fadeIn linear 1s;
    -ms-animation: fadeIn linear 1s;
}


#polconfi {
    text-decoration: none;
    color: #333333;
    font-size: 0.8em;
    float: none;
}

#polconfi u {
    text-decoration: underline;
    cursor: pointer;
}
input {
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: groove;
    background-color:orange !important;
}

input:focus,
input[type=password]:focus,
select:focus,
textarea:focus,
a:focus {
    outline: none ;
    border-bottom:3px solid #fbd55e !important ;
    animation-duration: 0s;
    animation-iteration-count: infinite;
}
input[type=text], [type=email], input[type=password] {
    width: 100%;
    box-sizing: unset;
 

    outline: none !important ;
    appearance:none !important ;
    -webkit-appearance:none !important ;
    -moz-appearance: none !important ;
    background-color:orange !important;
    border:none !important ;
    border-bottom:1px solid #fbd55e !important ;
    color:white !important ;
    outline: none !important ;
}

#info {
    color: red;
    width: calc( 100% - 10px);
    float: unset;
    background: white;
    margin: 5px;
    vertical-align: middle;
    text-align: center;
}

#loader {
    margin-top: 50px;
    margin-bottom: 50px;
    float: unset;
    width: 100%;
    text-align: center;
}

#loader label {
    color: #333333;
}

button {
    border-radius: 15px;
    height: 30px;
    border: 1px solid white;
    background-color: #FF4345;
    color: white;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

button:hover {
    opacity: 0.8;
    background: #8bb99d;
}

#valider {
    background-color:#fbd55e !important;
    box-shadow:unset;
    width: 150px;
    font-weight: 100;
    
}
#valider u {
    text-decoration: none;
    font-family: LatoBold;
    color:#3A3A3A;
    font-size: 10pt;
}

#annuler {
    background-color: #AAAAAA;
}

.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

.imgcontainer {
    text-align: center;
    background-color: #FF4345;
}

#logo1 {
    background-color:orange !important;
    display: block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#logo2 {
    display: none;
}

img.avatar {
    width: 50%;
    max-width: 300px;
}

.container {
    padding: 16px;
}

span.psw {
    float: right;
    padding-top: 16px;
}

a {
    cursor: pointer;
}

a:hover {
    color: #fbd55e;
}

.options {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px !important;
    width: 100%;
    display: block;
}

#access {
    background: #65798C;
    font-size: 1.1em;
    color: white;
    width: 100%;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    text-indent: 10px;
}

@media screen and (max-width: 300px) {
    span.psw {
        display: block;
        float: none;
    }
    .cancelbtn {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    #valider {
        float: none !important;
        width: 100% !important;
        margin: 0px !important;
        margin-top: 10px !important;
    }
    #annuler {
        float: none !important;
        width: 100% !important;
        margin: 0px !important;
        margin-top: 10px !important;
    }
}

@media screen and (min-width: 820px) {
    #formlogin {
        width: 80%;
        margin: auto;
    }
}

@media screen and (max-height: 601px) {
    #logo1 {
        display: none;
    }
    #logo2 {
        display: block;
    }
    img.avatar {
        width: 30%;
        max-width: 300px;
    }
    .container {
        padding: 8px;
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .options {
        margin-top: 4px;
        margin-bottom: 4px;
    }
}
