   .head{
      width: 100%;
}
   .head .nav{
      background: #fff;
      padding: 0px 0px;
      text-align: center;
      position: absolute;
      width: 100%;
      z-index: 10;

   }
   .nav li{
          list-style-type: none;
          display: inline-block;
          text-align: center;


   }
   .Homekevin{
  float: left;
  padding-left: 10px;
  padding-top: 5px;
   }
   .drapeau{
  float: right;
  padding-right: 10px;
  padding-top: 10px; 
}
.drapeau img{
  width: 20px;
  height: 15px;
}

.Homekevin img{
  width: 100px;
  height: 25px;
}
