#ent {
  background-color: #eee3df;
  width: 100%;
  height: 100px;
}
#ent_logo {
  background-image: url("../images/logo_fr.png");
  background-repeat: no-repeat;
  background-position: left; /* Center the image */
  background-size: 250px 100px;
  width: 31%;
  height: 111px;
  float: left;
}
#ent_cercle {
  background-image: url("../images/logo_cercle.png");
  background-repeat: no-repeat;
  background-position: center; /* Center the image */
  background-size: 150px 150px;
  width: 38%;
  height: 111px;
  float: left;
}
#ent_slogan {
  background-image: url("../images/logo_ar.png");
  background-repeat: no-repeat;
  background-position: right; /* Center the image */
  background-size: 250px 100px;
  width: 31%;
  height: 111px;
  float: right;
}
