
/*html {font-size: 100%;}
body {font-size: 1.5em;}*/
   body {
      font-size: 100%;
    }
/*@font-face {
font-family: 'quicksand';
src: url('quicksand.ttf');
}*/
/*p {
	font-family: lowerlay;
	font-family: quicksand;
}*/
	
	 /* @media only screen and (min-width : 600) {Smartphones (landscape) 
      body {
        font-size: 300%;
      } } */
	 /* @media only screen and (max-width : 600) {Smartphones (portrait) 
      body {
        font-size: 300%;
      } } */
	  

    @media screen and (min-width: 150px) {
      body {
        font-size: 300%;
      }
    }
    @media screen and (min-width: 480px) {
      body {
        font-size: 200%;
      }
    }
    @media screen and (min-width: 768px) {
      body {
        font-size: 250%;
      }
     }

    @media screen and (min-width: 1000px) {
      body {
        font-size: 400%;
      }
    }


#ID_Txt_aujourdhui{/* permet l'apparition progressive*/ 
	display:none;  
}#ID_Txt_aujourdhui2{
	display:none;
}

/*.row{
	border: 1px solid blue; 
	font-size:2em;border: 1px solid red;
} */



/*.col-lg-10{
	border: 1px solid red;
} */


[class*="col-md"]{ /*  [class*="col-"] signifie un attribut class dont la valeur comporte la chaîne col-
 	border: 1px solid red; */ 
}  

 /*définir la cible. En utilisant « > [class*=’col-‘] » nous affirmons vouloir appliquer la classe CSS « no-padding » à toutes classes « col- »*/
.no-padding > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

html, body {
/*margin:0;
  padding:0;*/
  /*background: url(img8.jpg) no-repeat center fixed;
  background: url(technology1.jpg) no-repeat center fixed;*/

   background: url(technology3.jpg) no-repeat center fixed;

  /* Un arrière-plan extensible -webkit-background-size: cover;  */
  background-size: cover; 
}
	
.container {
/*width:100%;*/

} 
img {
	/*vertical-align:top;*/ 	
 	width: 100%; 
	margin: auto;
}     

/*Gestion Images
.Logoxs{width: 100%;} */ 

/*display:block; 
position:absolute; 
top:2px; 
left:2px; */


/*2_formation.html*/
ul li{
     background:linear-gradient(#90C, #8600B3);
}
ul li a{
     background: #666;
     transition: background 0.5s;
}

ul li a:hover{
     background: transparent;
     transition: background 0s;
}
/*FIN 2_formation.html*/