/*body{
	font-family: 'Roboto', sans-serif; !important;
  background-color: #F4F6F7 !important;
  color:  rgba(66, 73, 73,0.9) !important;
 font-size:17px !important;
 font-weight: 500 !important;
 letter-spacing: 1px !important;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

.link-header a{
	margin-right: 15px;
}*/
.nav-back a{
	color:#34495E !important;
	font-weight: 500;
	font-size: 16.5px;
    letter-spacing: 0.6px;
}
.nav-back{
	background-color: #fff;
	box-shadow: 4px 4px 10px rgba(0,0,0,0.1);
}


div.recouvrement{
  color: #fff;
  font-family: arial;
}
div.recouvrement h1{
  font-weight: bold;
  font-size: 2em;
  text-shadow: 2px 2px 2px rgba(0, 0, 0,1);
}



 div.test h3{
  color: #DC7633;

 }
 .trait{
  background-color: #DC7633;
  height: 8px;
border-radius: 10px;
  width: 10%;
 }
 div.test i{
  color: #DC7633;
 font-weight: bold;
 font-size: 20px;
 }



 /*FOOTER*/
 footer{
background: #3D4349
 }