#acceuil{
  width: 70px; background-color: #6600cc; color: white; padding: 18px 18px;
}

.title-im-profil{
  width: 45px; height: 45px; border-radius: 45px;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.topnav {
  overflow: hidden;
  background-color: white; box-shadow: 0px 0px 3px 1px lightgrey; 
}

a{
	width: 120px;
}

a:hover{
  background-color: transparent;;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 18px 18px;
  text-decoration: none;
  font-size: 13px; color: black;
}

.topnav a:hover {
  background-color: 
  color: black;
}

.topnav a.active {
  background-color: white;  /*#4CAF50;*/
  color: black;
}

.topnav .icon {
  display: none;
}
#rl{
	float: right; 
}
.icon{
  width: 50px;
}
.imav{
  width: 250px; text-align: center; margin: auto;
}
.cherq{
  width: 250px;  height: 20px;
}
.log{
  width: 250px;  height: 15px;
}
@media screen and (max-width: 780px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  #rl{
  	float: none;
  }
  .log{
    height: 60px;
  }
  .imav, .cherq, .log{
    width: 100%;
  }
  
}

@media screen and (max-width: 780px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  #acceuil{padding: 18px 18px;}
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}