/* Corps de page : lisible, centré, respirant */
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    word-break: break-word;
    hyphens: auto;
    background-color: #FAFAFA;
    color: #222222;
    text-align: justify;
    max-width: 100vw;
   overflow-x: hidden;
  }
  html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}
 .menu {
text-align : center;
line-height : 28px;	 
}	 
	 
	 .menu a {
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 999px;
    background: #E6EBF9;
    color: #1F3251;
    font-size: 18px;
  
}

.menu a:hover {
    background: #18263E;
}

.menu a.actif {
    background: #18263E;
    color: #ffffff;
    font-weight: bold;
}
a {
color : #0C5966;
text-decoration : none;
}
a:hover {
background: #474747 scroll 150% center;
text-decoration : none;
color : #FFFFFF;
width: auto;
height: auto;

}
a:active {
color : #cc9933;
text-decoration : none;
}
 h1 {
color : #FFFFFF;
background-image : linear-gradient(to right, #616161, #EEEEEE);
height : auto;
width : auto;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 220%;
font-weight : bold;
text-align : center;
text-shadow: 1px 1px 4px #262626;
line-height : 120%;
padding : 8px;
border-radius : 6px;
box-shadow : 5px 12px 29px 1px #808080;
}
 h2 {
color : #0B4C61;
font-family : Verdana, Arial, Helvetica, sans-serif;
text-align : center;
font-size : 1.6em;
font-weight : normal;
}
 h3 {
color : #0066CC;
font-size : 1em;
font-weight : bold;
}
.note{
color : #7A0000;
text-align : center;
font-size : 0.9em;
}	

.imagedroite {
    float: right;
    width: auto;
    margin-left: 20px;
    margin-right: 0;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #5E5E5E;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    border-radius: 12px;
}

        .hebrew-block {
            direction: rtl;          /* sens d'écriture : droite → gauche */
            unicode-bidi: plaintext; /* gère mieux les mélanges de langues */
            text-align: right;       /* alignement à droite */
            line-height: 1.7;        /* espace entre les lignes */
            word-wrap: break-word;   /* coupe les longs mots si besoin */
            white-space: normal;     /* évite les comportements bizarres */
            max-width: 900px;
            margin: 20px auto 20px auto;
            padding: 0 20px;
            font-size: 16px;
            }

        .hebrew-block h1 {
            text-align: center;
            margin-bottom: 1em;
        }

        .hebrew-block p {
            margin: 0 0 1em 0;
        }

        .footer-fr {
            direction: ltr;
            text-align: center;
            margin-top: 20px;
        }

          .flag-switch {
    position: absolute;
    top: 20px;       /* distance depuis le haut */
    right: 60px;     /* distance depuis la droite */
    z-index: 1000;   /* passe au-dessus sans déranger */
}

.flag-switch img {
    display: block;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(0,0,0,0.2); /* optionnel, joli */
}
@media screen and (min-width: 600px) and (max-width: 800px) {
 .hebrew-block  {
     float: none;
	 margin: 0;
     padding: 0;
	 width: 100%;
     border: none;
	}
	.image{
      float: none;   
      display: block;
      max-width: 100%;
      border-radius: 8px;

    }
 }