/*VERSION ARABE*/
.content {
  direction: rtl; /* right-to-left pour l'arabe */
  text-align: right;            
}
#site {
  /*height: 100vh;
  max-height: 100vh;*/
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse !important; /* inverser pour RTL */
}