*{

    padding: 0;
    margin: 0;
    font-family: roboto,arial,sans-serif;
  }

body
{
    font-family: sans-serif;
    font-size: 1rem;
    width: 100%;
}

.cli_menu
{
    background-color:rgb(20,51,69);
}
.block_fixe {
	position: fixed;
	width: 99%;
    z-index: 2;
    height: 45px;
    padding: 2px;
    margin: 5px;
}

.block_body{
    position: fixed;
	margin: 0px;
    padding-top: 50px;
	width: 99%;
    z-index: 1;
    height: 100%;

}


.custom-file-label::after {
	content : "Parcourir";
}

.akbody {
          margin:0;
          padding:0;
          background: url(../templates/images/alfresco-logo-bg.jpg)  no-repeat center fixed;
          -webkit-background-size: cover;
          background-size: cover;

}
.akdiv {
           position: relative;
           background: #fff;
           visibility: visible;
           top: 190px; left: 40px; width:100%;
           padding: 30px;
           border: 1px solid #f1f1f1;
           box-shadow: 0.33px 2px 12px #209ADD;
}

.akh4 {
        color: #009ad8;
        font-weight: bold;
        text-align: center;
}

.akbtn {
background-color: #009ad8;
}

.akinput:focus {
border: 1px solid #009ad8 !important;
/*box-shadow: 0 0 3px #009ad8 !important;
 *  * -moz-box-shadow: 0 0 3px #009ad8 !important;
 *   * -webkit-box-shadow: 0 0 3px #009ad8 !important;
 *    * /
 *     
 }

