#entete{
	/*background-image :url(perles1.jpg);*/
	position: fixed;
	/*margin-left		 :auto;*/
	margin-right	 :auto;
	padding			 :1em;
	/*background-color : #a0fede;/*#a0c0de;#a0c0de; /* #EFF0FF;#dedede;#A0C0DE;*/
	margin-bottom    : 1em;
	margin-right    : 1em;
	color            : white;
	font-family      : Comic,Arial,sans-serif;
	font-size        : 5px;
	font-variant     : small-caps;
	text-align       : right;
	width : 97%;
	}



.titre{
		font-weight: bold;	
	clear : both;
	float: right;
	color            : orange;
    text-align       : left;
	font-size        : 45px;
	font-variant     : small-caps;
		text-shadow: 0px 2px 2px white;/*#005533;*/
	
	}
	
.titreItem{
		font-weight: bold;	
	clear : both;
	float: left;
	/*color            : teal;/*navyBlue;*/
    text-align       : left;
	font-size        : 55px;
	font-variant     : small-caps;
		text-shadow: 0px 2px 2px white;/*#005533;*/
	
	}
	
.catlinks, .siteSub, .printfooter, .wikitable, .jump-to-nav, .mw-page-title-main, .top{
	display :none;
	}

body{
background-color : #EAFEFF;

}

a{
		text-decoration:none;
		color : teal;
}

      
input[type=submit] {
  background-color: #77DDDD; /* Green */
	border: solid 1px;  
	border-radius: 4px;
	color: white;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 17px;
}
      
.textemulticolore {
	font-size        : 55px;
    background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
	/*text-shadow: 1px 1px 5px white;/*#FC0 1px 0 10px;*/
	font-weight: 900;
      }
      
      .imagemulticolore {
    background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
    color: transparent;
	font-weight: 900;
      }
           
.lisible{ 
    text-shadow: 1px 1px 5px black;/*#FC0 1px 0 10px;*/
    color : #FFFFFF;
}	
	
	

	
.carre {
    color: transparent;
	font-weight: 900;
		text-decoration:none;
      }

          
a.carreInt{
		text-decoration:none;
}
          
a.carreIntT {
		text-decoration:none;
		border : 2px solid  lime;/*#f9fd0d ;*/
		/*box-shadow: 2px 5px 2px red;*/

      } 
      
      
@media screen and (max-width: 1104px) and (min-width: 1103px) {/*ordi? 1103/ 1104 pour mon ordi.*/

	#entete{
	background-image :url(perles1.jpg);
	position: fixed;
	padding-right			 :1em;
	color            : white;
	font-family      : Comic,Arial,sans-serif;
	font-size        : 15px;
	font-variant     : small-caps;
	text-align       : right;
	width : 97%;
	/*height : 3em;*/
	}
	
	#lienItem{color: red;}/*classe de liens intra site*/
	


.lienItem:link {color: teal;
		text-decoration: none;}
.lienItem:visited {color: teal;}
.lienItem:hover{color: navy;} 
	
		
#entete a {
	color:white;
		font-size        : 17px;
}

a.lisible {
		color:white;
		font-size        : 17px;
}

table{
	border : 1px solid navy;
	background-color : #CCFFFF;
	border-collapse : collapse;}
	
.wikitable{
	border : 2px solid navy;
	background-color : #CCFFFF;
	border-collapse : collapse;}
	
.wikitable td, table th {
  border: 1px solid black;
}

	
#chunk{
  margin-top : 10em;
}
	
		input[type=submit] {
  background-color: #77DDDD; /* Green */
	border: solid 1px;  
	border-radius: 4px;
	color: white;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 17px;
}

#questionB{
	position: fixed;
	top: 7em;
	/*visibility: hidden;*/
	/*margin-left		 :auto;
	margin-right	 :auto;*/
	/*padding			 :1em;*/
	background-color : white;/*#a0c0de;#a0c0de; /* #EFF0FF;#dedede;#A0C0DE;*/
/*	margin-bottom    : 1em;
	margin-right    : 1em;*/
	color            : teal;
	width : 50%;
	}
	
.section{
	font-size: xx-large;
	color :red;
	}
	

.soussection{
	font-size: x-large;
	color :green;
	}
	

.soussoussection{
	font-size: large;
	color :blue;
	}
	
.erreur{
	font-size: large;
	font-weight: bold;
	color :purple;
	}
	
.question{
	font-size: large;
	font-weight: bold;
	background-color :yellow;
	}

.clef{
	font-size: large;
	color :white;
	background-color:teal;
	}

.cache{
	font-size: large;
	color :#EAFEFF;/*couleur du fond du body, modifier si besoin*/
	/*background-color:teal;*/
	}

.cache:hover{
	color : black;
	}
	
.cache::before {
  content: " °";
  	color : black;
}
	
.cache::after {
  content: "° ";
  	color : black;
}
	
#modif {
  position: fixed;
  left: 0;
  top: 4em;
  width: 21em;
  margin-top: -0.5em;
	border-radius : 10px;
	padding : 0.5em;
	color : black;
	font-weight:bold;
  }
  


body{
	background-color : #DDFFEE;/*#EAFEFF*/
		word-wrap: break-word;

}


.textemulticolore {
    background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
	/*text-shadow: 1px 1px 5px white;/*#FC0 1px 0 10px;*/
	font-weight: 900;
      }
      
      .imagemulticolore {
    background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
    color: transparent;
	font-weight: 900;
      }
      
.lisible{ 
    text-shadow: 1px 1px 5px black;/*#FC0 1px 0 10px;*/
    color : #FFFFFF;
}	







/********************************************************************************************************************************/
/*TELEPHONE téléphone portrait (max-width: 1024px) and  (width : 1153px)*/
 @media screen and (pointer:coarse) and (orientation:portrait) and (min-device-width: 375px) and (max-device-width: 760px)  {  
 	#entete{
   		

/*	background-image :url(perles1.jpg);
/*	position: fixed;
	/*margin-left		 :auto;
	margin-right	 :auto;
		margin-bottom    : 1em;
			margin-right    : 1em;*/
	/*padding-top			 :0em;
	padding-bottom			 :0em;*/
/*	padding-top			 :1em;*/
/*	padding-right			 :1em;*/
/*	background-color : #a0fede;/*#a0c0de;#a0c0de; /* #EFF0FF;#dedede;#A0C0DE;*/
	color            : orange;
	font-family      : Comic,Arial,sans-serif;
	font-size        : 45px;
	font-variant     : small-caps;
	text-align       : right;
	width : 97%;
	background-color : orange;
	/*height : 3em;*/
	}
	
a {
	color:white;
		font-size        : 45px;

}


	#lienItem{color: red;}/*classe de liens intra site*/


.lienItem:link {color: teal;
		text-decoration: none;}
.lienItem:visited {color: teal;}
.lienItem:hover{color: navy;} 

body a{color: purple;
		text-decoration: none;
		}
	
	
input[type=submit] {
	background-color: #77DDDD; /* Green */
	border: solid 1px;  
	border-radius: 4px;
	color: white;
	padding: 15px 15px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 56px;
}
/*	input[type=submit] {
    padding:5px 15px; 
    background:#ccc; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}{
  background-color: #04AA96; /* Green 
	border: thick double teal;  
	border-radius: 40% 50%/20% 10% ;/*50% 20% / 10% 40%;
	color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 56px;
}*/

	
.wikitable{
	border : 2px solid navy;
	background-color : #CCFFFF;
	border-collapse : collapse;}
	
.wikitable td, table th {
  border: 1px solid black;
}


	
#questionB{
	position: fixed;
	top: 7em;
	/*visibility: hidden;*/
	/*margin-left		 :auto;
	margin-right	 :auto;*/
	/*padding			 :1em;*/
	background-color : white;/*#a0c0de;#a0c0de; /* #EFF0FF;#dedede;#A0C0DE;*/
/*	margin-bottom    : 1em;
	margin-right    : 1em;*/
	color            : teal;
	width : 50%;
	}
	
.section{
	font-size: 125px;
	color :red;
	}
	

.soussection{
	font-size:89px;
	color :green;
	}
	

.soussoussection{
	font-size: 65px;
	color :blue;
	}
	
.erreur{
	font-size: 50px;
	font-weight: bold;
	color :purple;
	}
	
.question{
	font-size: 50px;
	font-weight: bold;
	background-color :yellow;
	}

.clef{
	font-size: 50px;
	color :white;
	background-color:teal;
	}

.cache{
	font-size: 50px;
	color :#EAFEFF;/*couleur du fond du body, modifier si besoin*/
	/*background-color:teal;*/
	}

.cache:hover{
	color : black;
	}
	
.cache::before {
  content: " °";
  	color : black;
  /*display: inline-block;
  width: 12px;
  height: 12px;*/
}
	
.cache::after {
  content: "° ";
  	color : black;
 /* display: inline-block;
  width: 12px;
  height: 12px;*/
}
	
#modif {
	visibility: hidden;
  position: fixed;
  left: 0;
  top: 2em;
  width: 21em;
  margin-top: -0.5em;
	border-radius : 10px;
	padding : 0.5em;
	color : black;
	font-weight:bold;
  }
  


body{
	background-color : #EAFEFF;
		word-wrap: break-word;
			font-size        : 75px;

}


.textemulticolore {
    background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
	/*text-shadow: 1px 1px 5px white;/*#FC0 1px 0 10px;*/
	font-weight: 900;
      }
      
      .imagemulticolore {
    background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
    /*-webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;*/
    color: transparent;
	/*text-shadow: 1px 1px 5px white;/*#FC0 1px 0 10px;*/
	font-weight: 900;
      }
      
.lisible{ 
    text-shadow: 1px 1px 5px black;/*#FC0 1px 0 10px;*/
    color : #FFFFFF;
}	

    body{
    	font-size        : 45px;
    			word-wrap: break-word;
}

}





/********************************************************************************************************************************/
/*TELEPHONE LANDSCAPE (max-width: 1024px) and  (width : 1153px)*/
 @media screen and (pointer:coarse) and  (orientation:landscape) and (max-device-width: 470px) and (min-device-width: 270px)  {  
 	#entete{
   		

/*	background-image :url(perles1.jpg);
/*	position: fixed;
	/*margin-left		 :auto;
	margin-right	 :auto;
		margin-bottom    : 1em;
			margin-right    : 1em;*/
	/*padding-top			 :0em;
	padding-bottom			 :0em;*/
/*	padding-top			 :1em;*/
/*	padding-right			 :1em;*/
/*	background-color : #a0fede;/*#a0c0de;#a0c0de; /* #EFF0FF;#dedede;#A0C0DE;*/
	color            : orange;
	font-family      : Comic,Arial,sans-serif;
	font-size        : 25px;
	font-variant     : small-caps;
	text-align       : right;
	width : 97%;
	background-color : orange;
	/*height : 3em;*/
	}
	


a {
	color:white;
		font-size        : 25px;

}

.lienItem:link {color: teal;
		text-decoration: none;}
.lienItem:visited {color: teal;}
.lienItem:hover{color: navy;} 

body a{color: purple;
		text-decoration: none;}

	
input[type=submit] {
	background-color: #77DDDD; /* Green */
	border: solid 1px;  
	border-radius: 4px;
	color: white;
	padding: 15px 15px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 26px;
}/*{
    padding:5px 15px; 
    background:#ccc; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}{
  background-color: #04AA96; /* Green 
	border: thick double teal;  
	border-radius: 40% 50%/20% 10% ;/*50% 20% / 10% 40%;
	color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 26px;
}*/

	
.wikitable{
	border : 2px solid navy;
	background-color : #CCFFFF;
	border-collapse : collapse;}
	
.wikitable td, table th {
  border: 1px solid black;
}

	
#questionB{
	position: fixed;
	top: 7em;
	/*visibility: hidden;*/
	/*margin-left		 :auto;
	margin-right	 :auto;*/
	/*padding			 :1em;*/
	background-color : white;/*#a0c0de;#a0c0de; /* #EFF0FF;#dedede;#A0C0DE;*/
/*	margin-bottom    : 1em;
	margin-right    : 1em;*/
	color            : teal;
	width : 50%;
	}
	
.section{
	font-size: 65px;
	color :red;
	}
	

.soussection{
	font-size:50px;
	color :green;
	}
	

.soussoussection{
	font-size: 35px;
	color :blue;
	}
	
.erreur{
	font-size: 25px;
	font-weight: bold;
	color :purple;
	}
	
.question{
	font-size: 25px;
	font-weight: bold;
	background-color :yellow;
	}

.clef{
	font-size: 25px;
	color :white;
	background-color:teal;
	}

.cache{
	font-size: 25px;
	color :#EAFEFF;/*couleur du fond du body, modifier si besoin*/
	/*background-color:teal;*/
	}

.cache:hover{
	color : black;
	}
	
.cache::before {
  content: " °";
  	color : black;
  /*display: inline-block;
  width: 12px;
  height: 12px;*/
}
	
.cache::after {
  content: "° ";
  	color : black;
 /* display: inline-block;
  width: 12px;
  height: 12px;*/
}
	
#modif {
	visibility: hidden;
  position: fixed;
  left: 0;
  top: 2em;
  width: 21em;
  margin-top: -0.5em;
	border-radius : 10px;
	padding : 0.5em;
	color : black;
	font-weight:bold;
  }
  


body{
	background-color : #EAFEFF;
    	font-size        : 25px;
    	word-wrap: break-word;
}

.textemulticolore {
    background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
	/*text-shadow: 1px 1px 5px white;/*#FC0 1px 0 10px;*/
	font-weight: 900;
      }
      
      .imagemulticolore {
    background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
    /*-webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;*/
    color: transparent;
	/*text-shadow: 1px 1px 5px white;/*#FC0 1px 0 10px;*/
	font-weight: 900;
      }
      
.lisible{ 
    text-shadow: 1px 1px 5px black;/*#FC0 1px 0 10px;*/
    color : #FFFFFF;
}	



}







/********************************************************************************************************************************/
/*ipad portrait*/
 @media screen and (pointer:coarse) and (orientation:portrait) and (min-device-width: 768px) and (max-device-width: 1024px)  {  

   	#entete{
   			

/*	background-image :url(perles1.jpg);
/*	position: fixed;
	/*margin-left		 :auto;
	margin-right	 :auto;
		margin-bottom    : 1em;
			margin-right    : 1em;*/
	/*padding-top			 :0em;
	padding-bottom			 :0em;*/
/*	padding-top			 :1em;*/
/*	padding-right			 :1em;*/
/*	background-color : #a0fede;/*#a0c0de;#a0c0de; /* #EFF0FF;#dedede;#A0C0DE;*/
	color            : red;	
/*	background-color : blue;*/

	font-family      : Comic,Arial,sans-serif;
	font-size        : 25px;
	font-variant     : small-caps;
	text-align       : right;
	width : 97%;
	/*height : 3em;*/
	}
	
a {
	color:white;
		font-size        : 25px;

}


.lienItem:link {color: teal;
		text-decoration: none;}
.lienItem:visited {color: teal;}
.lienItem:hover{color: navy;} 

body a{color: RoyalBlue;
		text-decoration: none;}
	
input[type=submit] {
	background-color: #77DDDD; /* Green */
	border: solid 1px;  
	border-radius: 4px;
	color: white;
	padding: 15px 15px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
}

/*input[type=submit] {
    padding:5px 15px; 
    background:#ccc; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}{
  background-color: #04AA96; /* Green 
	border: thick double teal;  
	border-radius: 40% 50%/20% 10% ;/*50% 20% / 10% 40%;
	color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
}*/

	
.wikitable{
	border : 2px solid navy;
	background-color : #CCFFFF;
	border-collapse : collapse;}
	
.wikitable td, table th {
  border: 1px solid black;
}

	
#questionB{
	position: fixed;
	top: 7em;
	/*visibility: hidden;*/
	/*margin-left		 :auto;
	margin-right	 :auto;*/
	/*padding			 :1em;*/
	background-color : white;/*#a0c0de;#a0c0de; /* #EFF0FF;#dedede;#A0C0DE;*/
/*	margin-bottom    : 1em;
	margin-right    : 1em;*/
	color            : teal;
	width : 50%;
	}
	
.section{
	font-size: 65px;
	color :red;
	}
	

.soussection{
	font-size:35px;
	color :green;
	}
	

.soussoussection{
	font-size: 24px;
	color :blue;
	}
	
.erreur{
	font-size: large;
	font-weight: bold;
	color :purple;
	}
	
.question{
	font-size: large;
	font-weight: bold;
	background-color :yellow;
	}

.clef{
	font-size: large;
	color :white;
	background-color:teal;
	}

.cache{
	font-size: large;
	color :#EAFEFF;/*couleur du fond du body, modifier si besoin*/
	/*background-color:teal;*/
	}

.cache:hover{
	color : black;
	}
	
.cache::before {
  content: " °";
  	color : black;
  /*display: inline-block;
  width: 12px;
  height: 12px;*/
}
	
.cache::after {
  content: "° ";
  	color : black;
 /* display: inline-block;
  width: 12px;
  height: 12px;*/
}
	
#modif {
  position: fixed;
  left: 0;
  top: 2em;
  width: 21em;
  margin-top: -0.5em;
	border-radius : 10px;
	padding : 0.5em;
	color : black;
	font-weight:bold;
	  visibility: hidden;
  }
  


body{
	background-color : #EAFEFF;
		font-size: 20px;
	word-wrap: break-word;

}


.textemulticolore {
    background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
	/*text-shadow: 1px 1px 5px white;/*#FC0 1px 0 10px;*/
	font-weight: 900;
      }
      
      .imagemulticolore {
    background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
    /*-webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;*/
    color: transparent;
	/*text-shadow: 1px 1px 5px white;/*#FC0 1px 0 10px;*/
	font-weight: 900;
      }
      
.lisible{ 
    text-shadow: 1px 1px 5px black;/*#FC0 1px 0 10px;*/
    color : #FFFFFF;
}	



}



/********************************************************************************************************************************/
/*ipad paysage*/
 @media screen and (pointer:coarse) and  (orientation:landscape) and (min-device-width: 768px) and (max-device-width: 1024px)  {  

   	#entete{
   			

/*	background-image :url(perles1.jpg);
/*	position: fixed;
	/*margin-left		 :auto;
	margin-right	 :auto;
		margin-bottom    : 1em;
			margin-right    : 1em;*/
	/*padding-top			 :0em;
	padding-bottom			 :0em;*/
/*	padding-top			 :1em;*/
/*	padding-right			 :1em;*/
/*	background-color : #a0fede;/*#a0c0de;#a0c0de; /* #EFF0FF;#dedede;#A0C0DE;*/
	color            : red;	
	/*background-color : blue;*/

	font-family      : Comic,Arial,sans-serif;
	font-size        : 25px;
	font-variant     : small-caps;
	text-align       : right;
	width : 97%;
	/*height : 3em;*/
	}
	
a {
	color:white;
		font-size        : 25px;

}

	#lienItem{color: red;}/*classe de liens intra site*/


.lienItem:link {color: teal;
		text-decoration: none;}
.lienItem:visited {color: teal;}
.lienItem:hover{color: navy;} 



input[type=submit] {
	background-color: #77DDDD; /* Green */
	border: solid 1px;  
	border-radius: 4px;
	color: white;
	padding: 15px 15px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
}


	
 /*	input[type=submit]{
    padding:5px 15px; 
    background:#ccc; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}{
  background-color: #04AA96; /* Green 
	border: thick double teal;  
	border-radius: 40% 50%/20% 10% ;/*50% 20% / 10% 40%;
	color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
}*/

	
.wikitable{
	border : 2px solid navy;
	background-color : #CCFFFF;
	border-collapse : collapse;}
	
.wikitable td, table th {
  border: 1px solid black;
}

	
#questionB{
	position: fixed;
	top: 7em;
	/*visibility: hidden;*/
	/*margin-left		 :auto;
	margin-right	 :auto;*/
	/*padding			 :1em;*/
	background-color : white;/*#a0c0de;#a0c0de; /* #EFF0FF;#dedede;#A0C0DE;*/
/*	margin-bottom    : 1em;
	margin-right    : 1em;*/
	color            : teal;
	width : 50%;
	}
	
.section{
	font-size: 65px;
	color :red;
	}
	

.soussection{
	font-size:35px;
	color :green;
	}
	

.soussoussection{
	font-size: 24px;
	color :blue;
	}
	
.erreur{
	font-size: large;
	font-weight: bold;
	color :purple;
	}
	
.question{
	font-size: large;
	font-weight: bold;
	background-color :yellow;
	}

.clef{
	font-size: large;
	color :white;
	background-color:teal;
	}

.cache{
	font-size: large;
	color :#EAFEFF;/*couleur du fond du body, modifier si besoin*/
	/*background-color:teal;*/
	}

.cache:hover{
	color : black;
	}
	
.cache::before {
  content: " °";
  	color : black;
  /*display: inline-block;
  width: 12px;
  height: 12px;*/
}
	
.cache::after {
  content: "° ";
  	color : black;
 /* display: inline-block;
  width: 12px;
  height: 12px;*/
}
	
#modif {
  position: fixed;
  left: 0;
  top: 2em;
  width: 21em;
  margin-top: -0.5em;
	border-radius : 10px;
	padding : 0.5em;
	color : black;
	font-weight:bold;
	  visibility: hidden;
  }
  


body{
	background-color : #EAFEFF;
	font-size: 20px;
	word-wrap: break-word;

}


.textemulticolore {
    background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
	/*text-shadow: 1px 1px 5px white;/*#FC0 1px 0 10px;*/
	font-weight: 900;
      }
      
      .imagemulticolore {
    background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
    /*-webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;*/
    color: transparent;
	/*text-shadow: 1px 1px 5px white;/*#FC0 1px 0 10px;*/
	font-weight: 900;
      }
      
.lisible{ 
    text-shadow: 1px 1px 5px black;/*#FC0 1px 0 10px;*/
    color : #FFFFFF;
}	



