                                         /* PRINCIPAL DIV TOUT CENTRER */
#div_toutCentrer {
width: 100%; 
max-width: 1000px;
margin-left: auto;
margin-right: auto; 
}  
			                  /* DIV BANDEAU */
#bandeau_ecran_normal
{
display: flex;
flex-wrap: nowrap;
/*flex-direction: row;
max-width: 1000px;*/
max-width: 100%;
margin-left: auto;
margin-right: auto;
}

#bandeau_ecran_mobile
{
display: none;
}
			   
                           /* ALIGNEMENT DES DEUX BLOCS */

#div_blocGauche_blocDroite_glob
{
width: 100%; 
max-width: 100%;
display: flex; 
flex-wrap: nowrap;
}

.div_liste {
flex: 0 0 100%; 
width: 100%; 
max-width: 270px; 
order: 1;
box-sizing: border-box;
}

.div_blocDroite {
/*flex: 1;  Utilisation de "flex: 1" pour occuper l'espace restant */
flex-grow: 1;
/*max-width: 730px;*/
width: 100%;
order: 2;
box-sizing: border-box;
}
                             
			/* ********************  DEBUT ZONE ECRANS MOBILES   ****************** */
                                     @media (max-width: 767px) {

#div_toutCentrer {
overflow-x:hidden;
}

#bandeau_ecran_normal
{
display: none;
}


#bandeau_ecran_mobile
{
display: flex;
flex-wrap: nowrap;
width: 100%; 
max-width: 100%;
margin-left: auto;
margin-right: auto;
}

.div_liste {
    display: none; 
  }

.responsive_button_titre {
  max-width: 85%; 
}

/* Texte page res_txt_hegire.php */ 
#top_titre .verdana20 {
    font-size:20pt;font-family:verdana;line-height:30pt;
	}

#top_titre .verdana18 {
    font-size:14pt;font-family:verdana;
	}

/* ****************** Atention limite accolade @media (max-width: 767px) *****************************************/
} 
                                     /* FIN ZONE ECRANS MOBILES */
