/*
	Code Found: https://stackoverflow.com/questions/23906956/show-loading-icon-until-the-page-is-load
background:url("/img/detective_searching.gif") no-repeat center center rgba(0,0,0,0.25)
*/
#load{
    width:100%;
    height:100%;
    position:fixed;
    z-index:9999;
    background:url("https://www.creditmutuel.fr/cmne/fr/banques/webservices/nswr/images/loading.gif") no-repeat 35% 50% rgba(0,0,0,0.25); 

}
