#el-banniere {
    height: 180px; padding: 8px; text-align: center;
  }
  #el-banniere > img{
    height: 100%;
  }

#div-sup{
  font-size:14px; text-align: center;
}

#div-sup-ue{
  margin-top:-0%;
}
  #div-sup-ue > img{
    border-width: 0px; border-style: solid; 
  }

#div-text{
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
  font-size: 1em;margin-left: 10%;margin-right: 10%;padding:10px; border: 1mm ridge rgba(9, 44, 149, 0.47);
}

#div-text li{
  margin-left: 40px;
}
#div-text a span, a{
  text-decoration: none;
  color: darkblue;
}
#div-text a span:hover, a:hover{
  background-color: cadetblue;
  color: white;
}
#notice{
  margin-left: 60px;
}
.enq_pub {
  width: 90%;
  background-color: gainsboro;
  color: blue;
  text-align: center;
  line-height: 40px;
  margin-bottom: 15px;
  border-radius: 15px;
  position: relative;
  left: 5%;
}

  .enq_pub span {
      padding: 5px;
      color: blue;
      font-size: 1.2em;
  }

  .enq_pub a {
      text-decoration: none;
      font-size: 1.2em;
  }
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  #div-text{
    margin-left: 5px;margin-right: 5px; border: 2mm ridge rgba(211, 220, 50, .6)
  }
  .enq_pub a{
    font-size: 1.4em;
  }
  .enq_pub span{
    font-size: 1.4em;
  }
}