@media (max-width: 640px) {
    * {
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }
    
    /* passer body (et tous les éléments de largeur fixe) en largeur automatique */

    body {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    
    /* fixer une largeur maximale de 100% aux éléments potentiellement problématiques */

    img,
    table,
    td,
    blockquote,
    code,
    pre,
    textarea,
    input,
    iframe,
    object,
    embed,
    video {
        max-width: 100%;
    }
    
    /* conserver le ratio des images */

    img {
        height: auto;
    }
    
    /* gestion des mots longs */

    textarea,
    table,
    td,
    th,
    code,
    pre,
    samp {
        -webkit-hyphens: auto; /* césure propre */
        -moz-hyphens: auto;
        hyphens: auto;
        word-wrap: break-word; /* passage à la ligne forcé */
    }
    
    code,
    pre,
    samp {
        white-space: pre-wrap;  passage à la ligne spécifique pour les éléments à châsse fixe 
    }
    
    /* Passer à une seule colonne (à appliquer aux éléments multi-colonnes) */

    element1,
    element2 {
        float: none;
        width: auto;
    }
    
    /* masquer les éléments superflus */

    .hide_mobile {
        display: none !important;
    }
    
    /* Un message personnalisé */

    /*body:before {
        content: "The Mobile version";
        display: block;
        text-align: center;
        font-style: italic;
        color: #777;
    }*/
    
    p.text6{font-family: arial; font-size: 10px;position: relative; color: white; float: left;  height:auto; border:  0px solid white;  background-color: black; opacity: 1;padding:10px;  text-align: right; margin:50px 0 0 20px;}
    
    p.text7{
	font-size: 15px; width:100%
}

p.text1{
	font-size: 10px;
}
 
 p.menuelement
{font-size: 10px;}
 
 div.menuright{
float:left;width:auto;margin:10px 0 0 0;   height: auto; opacity:0.6;
filter:alpha(opacity=40) }

.back2
{background: black;
}
 
 .Tableau span.col1 {width:60px}
.Tableau span.col2 {width:80px}
.Tableau span.col3 {width:80px}
.Tableau span.col4 {width:80px}
 
 p.text9{
	width: 100%; float: none;
}

 p.text3{
	width: 100%; float: none;
}


 p.text4{
	width: 100%; float: none; margin-left: 0px; padding-left: 0px;}
    
    
 p.text5{
	width: 100%; float: none; text-align: right; }
    
    
 div.text-content {
  
  background-color: black; 
  color: white;
  cursor: pointer;
  display: table;
  height: 165px;
  left: 10px;
  top: 0;
  width: 250px;
  z-index: -1;
  position: relative;
  margin-right: 10px;
  

}   
 
 div.social img{max-height: 60%; max-width: 60%;
	
}

div.social {
	float: right; margin-top: -32px;
}
 
 
 p.text8{
	width: 100%; float: none; text-align: left; font-size: 17px;
}   
    p.textcentre {
font-family: arial;
text-align: left;
margin-top: 8%;
font-size: 9pt;
}
  
div.menuright{
float:left;}
  
    
}
 




@media (max-device-width:768px) and (orientation: landscape) {
  html {
   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
  }
}