﻿.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/throbber.gif') 50% 42% no-repeat rgb(249,249,249);
    opacity: .4;
    display: none;
    /*visibility:hidden;*/
}.loader1 {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/throbber.gif') 50% 42% no-repeat rgb(249,249,249);
    opacity: .4;
    display: none;
    /*visibility:hidden;*/
}
.loader2 {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/throbber.gif') 50% 42% no-repeat rgb(255,255,255, 0.5);
    opacity: 1;
    display: none;
    /*visibility:hidden;*/
}
.loaderComing {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 7px;
    padding: 15px;
    width: 250px;
    text-align: center;
}
.loader4 {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgb(255,255,255, 0.5);
    opacity: 1;
    display: none;
    /*visibility:hidden;*/
}
#load {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("https://www.creditmutuel.fr/cmne/fr/banques/webservices/nswr/images/loading.gif") no-repeat 50% 42% rgba(249,249,249,0.5);
}
