.bouton_rubrique_divers {font-size:36px; } /* 06/04/2021 */

.animate {	transition: all 0.1s;	-webkit-transition: all 0.1s;}

.action-bouton { 	text-align:center; 	position: relative;   padding-top:8px; 	padding-bottom:8px;   margin-right: 0px; 	margin-left: 0px;  
	margin-top: 0px;	margin-bottom: 0px;   float: center;	border-radius: 10px;	font-size: 24px;	color: #FFF;
	text-decoration: none;		width: 200px;	overflow:hidden;
}
.action-bouton2 {	text-align:center;	position: relative;	padding-top:5px;	padding-bottom:5px;	margin-right: 0px;	margin-left: 0px;
  margin-top: 0px;	margin-bottom: 0px;   float: center;	border-radius: 10px;	font-size: 14px;	color: #FFF;
	text-decoration: none;		width: 100px;	overflow:hidden;}
	
.action-bouton3 {	text-align:center;	position: relative;	padding-top:2px;	padding-bottom:2px;	margin-right: 0px;	margin-left: 0px;
  margin-top: 0px;	margin-bottom: 0px;   float: center;	border-radius: 4px;	font-size: 12px;	color: #FFF;
	text-decoration: none;		width: 80px;	overflow:hidden;}
	


.blue 		{	background-color: #3498DB;	border-bottom: 5px solid #2980B9;	text-shadow: 0px -2px #2980B9;}
.red			{	background-color: #E74C3C;	border-bottom: 5px solid #BD3E31;	text-shadow: 0px -2px #BD3E31;}
.green		{	background-color: #009966;	border-bottom: 5px solid #669644;	text-shadow: 0px -2px #669644;}
.yellow		{	background-color: #FF6666;	border-bottom: 5px solid #FF0000; text-shadow: 0px -2px #D1B358;}
.purple		{	background-color: #F383F0;	border-bottom: 5px solid #E414C0;	text-shadow: 0px -2px #E414C0;}
.orange 	{	background-color: #FF6600;	border-bottom: 5px solid #FFCC00;	text-shadow: 0px -2px #FFCC00;}
.pink   	{	background-color: #FFCCCC;	border-bottom: 5px solid #FFCC00;	text-shadow: 0px -2px #FFCC00;}
.darkblue {	background-color: darkblue;	border-bottom: 5px solid blue;	text-shadow: 0px -2px blue;}

.action-bouton:hover  			{ background-color: #0000FF ; color: #FFFF33}	
.action-bouton:active				{	transform: translate(0px,5px);  -webkit-transform: translate(0px,5px);	border-bottom: 1px solid;}

.action-bouton2:hover  			{ background-color: #339900 ; color: #FFFF33}	
.action-bouton2:active			{	transform: translate(0px,5px);  -webkit-transform: translate(0px,5px);	border-bottom: 1px solid;}

.action-bouton3:hover  			{ background-color: #339900 ; color: #FFFF33}	
.action-bouton3:active			{	transform: translate(0px,5px);  -webkit-transform: translate(0px,5px);	border-bottom: 1px solid;}


/* -------------- THE bouton -------------- */
.bouton { 
	vertical-align:middle;
	/* width:200px; /* 26/01/2017 200px, �a fait joli avant 100px  finalement je l'ai enlev� le 13/05/2021 */

/* text */
	text-align:center; 
	text-decoration: 		none;
	text-align:center;
	font: 						14px/1em 'Myriad Pro', sans-serif;
	font-weight:bold;

	text-shadow: 			rgba(255,255,255,.5) 0 1px 0;
	-webkit-user-select: 	none;	
	-moz-user-select: 		none;
	user-select: 			none;
	
/* layout */
	padding: 				.5em .6em .4em .6em;
	margin: 				.1em;
	display: 				inline-block;
	position: 			relative;
	
	-webkit-border-radius: 	8px;
	-moz-border-radius: 		8px;
	border-radius: 					8px;
	
/* effects */
	border-top: 		1px solid rgba(255,255,255,0.8);
	border-bottom: 		1px solid rgba(0,0,0,0.1);
	
	background-image: 	-webkit-gradient(radial, 50% 0, 100, 50% 0, 0, from( rgba(255,255,255,0) ), to( rgba(255,255,255,0.7) )), url(noise.png);
	background-image: 	-moz-radial-gradient(top, ellipse cover, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 100%), 						url(noise.png);
	background-image: 	gradient(radial, 50% 0, 100, 50% 0, 0, from( rgba(255,255,255,0) ), to( rgba(255,255,255,0.7) )), 				url(noise.png);

	-webkit-transition: background .2s ease-in-out;
	-moz-transition: 	background .2s ease-in-out;
	transition: 		background .2s ease-in-out;
	
/* color */
	color: 				hsl(0, 0%, 40%) !important;
	background-color: 	hsl(0, 0%, 75%);
	
	-webkit-box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */ 
						hsl(0, 0%, 60%) 0 .1em 3px, hsl(0, 0%, 45%) 0 .3em 1px, /* color border */
						rgba(0,0,0,0.2) 0 .5em 5px; /* drop shadow */
	-moz-box-shadow: 	inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */ 
						hsl(0, 0%, 60%) 0 .1em 3px, hsl(0, 0%, 45%) 0 .3em 1px, /* color border */
						rgba(0,0,0,0.2) 0 .5em 5px; /* drop shadow */
	box-shadow:		 	inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */ 
						hsl(0, 0%, 60%) 0 .1em 3px, hsl(0, 0%, 45%) 0 .3em 1px, /* color border */
						rgba(0,0,0,0.2) 0 .5em 5px; /* drop shadow */
}
/* -------------- bouton (tag) -------------- */
bouton.bouton {	border-left: none;	border-right: none;}
bouton.bouton:hover {	cursor: pointer;}
.bouton:before {
	font: 			1.2em/0 'Pictos', sans-serif;
	content: 		attr(data-icon); /* gets the icon value from the custom data attribute and puts it infront of the bouton label */
	margin-right: 	0.4em;
}
/* -------------- colours -------------- */
.bouton.orange {
	color: 				hsl(39, 100%, 30%) !important;
	background-color: 	hsl(39, 100%, 50%);

	-webkit-box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */ 
							hsl(39, 100%, 40%) 0 .1em 3px, hsl(39, 100%, 30%) 0 .3em 1px, /* color border */
							rgba(0,0,0,0.2) 0 .5em 5px; /* drop shadow */
	-moz-box-shadow: 	inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */ 
							hsl(39, 100%, 40%) 0 .1em 3px, hsl(39, 100%, 30%) 0 .3em 1px, /* color border */
							rgba(0,0,0,0.2) 0 .5em 5px; /* drop shadow */
	box-shadow:		 	inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */ 
							hsl(39, 100%, 40%) 0 .1em 3px, hsl(39, 100%, 30%) 0 .3em 1px, /* color border */
							rgba(0,0,0,0.2) 0 .5em 5px; /* drop shadow */
}
.bouton.orange:hover { 	background-color: hsl(39, 100%, 65%); }


.bouton.blue {
	color: 				hsl(208, 50%, 40%) !important;
	background-color: 	hsl(208, 100%, 75%);
	
	-webkit-box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */ 
							hsl(208, 50%, 55%) 0 .1em 3px, hsl(208, 50%, 40%) 0 .3em 1px, /* color border */
							rgba(0,0,0,0.2) 0 .5em 5px;	/* drop shadow */
	-moz-box-shadow: 	inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */ 
							hsl(208, 50%, 55%) 0 .1em 3px, hsl(208, 50%, 40%) 0 .3em 1px, /* color border */
							rgba(0,0,0,0.2) 0 .5em 5px;	/* drop shadow */
	box-shadow: 		inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */ 
							hsl(208, 50%, 55%) 0 .1em 3px, hsl(208, 50%, 40%) 0 .3em 1px, /* color border */
							rgba(0,0,0,0.2) 0 .5em 5px;	/* drop shadow */
}
.bouton.blue:hover { 	background-color: hsl(208, 100%, 83%); }

.bouton.green {
	color: 				hsl(88, 70%, 30%) !important;
	background-color: 	hsl(88, 70%, 60%);
	-webkit-box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */ 
							hsl(88, 70%, 40%) 0 .1em 3px, hsl(88, 70%, 30%) 0 .3em 1px, /* color border */
							rgba(0,0,0,0.2) 0 .5em 5px; /* drop shadow */
	-moz-box-shadow: 	inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */ 
							hsl(88, 70%, 40%) 0 .1em 3px, hsl(88, 70%, 30%) 0 .3em 1px, /* color border */
							rgba(0,0,0,0.2) 0 .5em 5px; /* drop shadow */
	box-shadow:		 	inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */ 
							hsl(88, 70%, 40%) 0 .1em 3px, hsl(88, 70%, 30%) 0 .3em 1px, /* color border */
							rgba(0,0,0,0.2) 0 .5em 5px; /* drop shadow */
}
.bouton.green:hover { 	background-color: hsl(88, 70%, 75%); }

.bouton.pink {
	color: 				hsl(340, 100%, 30%) !important;
	background-color: 	hsl(340, 100%, 75%);
	-webkit-box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */ 
							hsl(340, 70%, 50%) 0 .1em 3px, hsl(340, 80%, 40%) 0 .3em 1px, /* color border */
							rgba(0,0,0,0.2) 0 .5em 5px; /* drop shadow */
	-moz-box-shadow: 	inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */ 
							hsl(340, 70%, 50%) 0 .1em 3px, hsl(340, 80%, 40%) 0 .3em 1px, /* color border */
							rgba(0,0,0,0.2) 0 .5em 5px; /* drop shadow */
	box-shadow: 		inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */ 
							hsl(340, 70%, 50%) 0 .1em 3px, hsl(340, 80%, 40%) 0 .3em 1px, /* color border */
							rgba(0,0,0,0.2) 0 .5em 5px; /* drop shadow */
}
.bouton.pink:hover { 	background-color: hsl(340, 100%, 83%); }



.bouton.transparent {
	color: 	rgba(0,0,0,0.5) !important;
}
.bouton.transparent, .bouton.transparent:hover, .bouton.transparent:active {
	background-color: transparent;
	background-image: none;
}
.bouton.transparent:hover {
	opacity: .9;
}

/* -------------- States -------------- */
.bouton:hover {	background-color: 	hsl(0, 0%, 83%);}

.bouton:active {
	background-image: 	-webkit-gradient(radial, 50% 0, 100, 50% 0, 0, from( rgba(255,255,255,0) ), to( rgba(255,255,255,0) )), url(noise.png);
	background-image: 	-moz-gradient(radial, 50% 0, 100, 50% 0, 0, from( rgba(255,255,255,0) ), to( rgba(255,255,255,0) )),  url(noise.png);
	background-image: 	gradient(radial, 50% 0, 100, 50% 0, 0, from( rgba(255,255,255,0) ), to( rgba(255,255,255,0) )),  url(noise.png);

	-webkit-box-shadow: inset rgba(255,255,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.2) 0 -0.1em .3em, /* inner shadow */ 
							rgba(0,0,0,0.4) 0 .1em 1px, /* border */
							rgba(0,0,0,0.2) 0 .2em 6px; /* drop shadow */
	-moz-box-shadow: 	inset rgba(255,255,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.2) 0 -0.1em .3em, /* inner shadow */ 
							rgba(0,0,0,0.4) 0 .1em 1px, /* border */
							rgba(0,0,0,0.2) 0 .2em 6px; /* drop shadow */
	box-shadow: 		inset rgba(255,255,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.2) 0 -0.1em .3em, /* inner shadow */ 
							rgba(0,0,0,0.4) 0 .1em 1px, /* border */
							rgba(0,0,0,0.2) 0 .2em 6px; /* drop shadow */

	-webkit-transform: 	translateY(.2em);
	-moz-transform: 	translateY(.2em);
	transform: 			translateY(.2em);
}

.bouton:focus {
	outline: none;
	color: rgba(254,255,255,0.9) !important;
	text-shadow: rgba(0,0,0,0.2) 0 1px 2px;
}

.bouton[disabled], .bouton[disabled]:hover, .bouton.disabled, .bouton.disabled:hover {
	opacity: 			.5;
	cursor: 			default;
	color: 				rgba(0,0,0,0.2) !important;
	text-shadow: 		none !important;
	background-color: 	rgba(0,0,0,0.05);
	background-image: 	none;
	border-top: 		none;

	-webkit-box-shadow: inset rgba(255,254,255,0.4) 0 0.3em .3em, inset rgba(0,0,0,0.1) 0 -0.1em .3em, /* inner shadow */ 
							rgba(0,0,0,0.3) 0 .1em 1px, /* border */
							rgba(0,0,0,0.2) 0 .2em 6px; /* drop shadow */
	-moz-box-shadow: 	inset rgba(255,254,255,0.4) 0 0.3em .3em, inset rgba(0,0,0,0.1) 0 -0.1em .3em, /* inner shadow */ 
							rgba(0,0,0,0.3) 0 .1em 1px, /* border */
							rgba(0,0,0,0.2) 0 .2em 6px; /* drop shadow */
	box-shadow: 		inset rgba(255,254,255,0.4) 0 0.3em .3em, inset rgba(0,0,0,0.1) 0 -0.1em .3em, /* inner shadow */ 
							rgba(0,0,0,0.3) 0 .1em 1px, /* border */
							rgba(0,0,0,0.2) 0 .2em 6px; /* drop shadow */

	-webkit-transform: 	translateY(5px);
	-moz-transform: 	translateY(5px);
	transform: 			translateY(5px);
}

/* -------------- Fonts -------------- */
/* 06/04/2021
.serif { 
	font-family: "Adobe Caslon Pro" , serif;
	font-weight: 			normal;
}
*/
/* -------------- Materials -------------- */
.bouton.glossy:after, .bouton.glass:after {
	content: 	"";
	position: 	absolute; 
    width: 		90%;
    height: 	60%;
    top: 		0;
    left: 		5%;    
    
    -webkit-border-radius: 	.5em .5em 1em 1em / .5em .5em 2em 2em;    
    -moz-border-radius: 	.5em .5em 1em 1em / .5em .5em 2em 2em;
    border-radius: 			.5em .5em 1em 1em / .5em .5em 2em 2em;
    
    background-image: 		-webkit-gradient(linear, 0% 0, 100% 0, from( rgba(255,255,255,.55) ), to( rgba(255,255,255,.5) ),
    							color-stop(.5, rgba(255,255,255,0)), color-stop(.8, rgba(255,255,255,0)) );	
    background-image: 		-moz-linear-gradient(left, rgba(255,255,255,.55), rgba(255,255,255,0) 50%, rgba(255,255,255,0) 80%, rgba(255,255,255,.5) );	
    background-image: 		gradient(linear, 0% 0, 100% 0, from( rgba(255,255,255,.55) ), to( rgba(255,255,255,.5) ),
    							color-stop(.5, rgba(255,255,255,0)), color-stop(.8, rgba(255,255,255,0)) );	
}
.bouton.glossy:active:after,
.bouton.glass:active:after,
.bouton.disabled:after,
.bouton[disabled]:after
 { opacity: .6; }

.bouton.icon.glossy:after,
.bouton.icon.glass:after { height: 75% ; }
/* -------------- Glass + Transparent -------------- */
.bouton.glass {
	text-shadow: rgba(255,255,255,.5) 0 -1px 0, rgba(0,0,0,0.18) 0 .18em .15em;
}
.bouton.glass:active {
	text-shadow: rgba(255,255,255,.3) 0 1px 0, rgba(0,0,0,0.15) 0 .18em .15em;
}
/* -------------- Shapes -------------- */
/* round */
.round, .round.glossy:after, .round.glass:after { 
	border-top: none; 
	-webkit-border-radius: 	1em; 
	-moz-border-radius: 	1em; 
	border-radius: 			1em; 
}
/* skew */
.skew { 
	border-top: 			none; 
	padding-right: 			1.2em;
	padding-left: 			0.8em;	
	-webkit-border-radius: 	5em 1em / 5em 1em;  
	-moz-border-radius: 	5em 1em / 5em 1em;  
	border-radius: 			5em 1em / 5em 1em;  
}
.skew.glossy:after, .skew.glass:after { 	
	left: 10%;
	-webkit-border-radius: 	7em 1em / 5em 1em;
	-moz-border-radius: 	7em 1em / 5em 1em;
	border-radius: 			7em 1em / 5em 1em;
}
.skew.icon { 	
	padding-right: 			.9em;
	padding-left: 			.8em;
}

/*********************************************************************** BOUTONS AVRIL 2021 */
.bouton_cible_vert {
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:linear-gradient(to bottom, #506e09 5%, #b5db53 100%);
	background-color:#506e09;
	border-radius:6px;
	border:1px solid #74b807;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	/*font-family:"Tekton Pro";*/
	font-size:18px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528009;
}
.bouton_cible_vert:hover {
	background:linear-gradient(to bottom, #b5db53 5%, #506e09 100%);
	background-color:#b5db53;
}
.bouton_cible_vert:active {
	position:relative;
	top:1px;
}

.bouton_cible_bleu {
	box-shadow:inset 0px 1px 0px 0px #bee2f9;
	background:linear-gradient(to bottom, #63b8ee 5%, #468ccf 100%);
	background-color:#63b8ee;
	border-radius:6px;
	border:1px solid #3866a3;
	display:inline-block;
	cursor:pointer;
	color:#14396a;
	/*font-family:"Tekton Pro";*/
	font-size:18px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #7cacde;
}
.bouton_cible_bleu:hover {
	background:linear-gradient(to bottom, #468ccf 5%, #63b8ee 100%);
	background-color:#468ccf;
}
.bouton_cible_bleu:active {
	position:relative;
	top:1px;
}


.bouton_cible_rouge {
	box-shadow:inset 0px 1px 0px 0px #8a2a21;
	background:linear-gradient(to bottom, #c62d1f 5%, #f24437 100%);
	background-color:#c62d1f;
	border-radius:6px;
	border:1px solid #d02718;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	/*font-family:"Tekton Pro";*/
	font-size:18px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
}
.bouton_cible_rouge:hover {
	background:linear-gradient(to bottom, #f24437 5%, #c62d1f 100%);
	background-color:#f24437;
}
.bouton_cible_rouge:active {
	position:relative;
	top:1px;
}
.bouton_cible_rose {
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:linear-gradient(to bottom, #E414C0 5%, #c62d1f 100%);
	background-color:#E414C0;
	border-radius:6px;
	border:1px solid #c62d1f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	/*font-family:"Tekton Pro";*/
	font-size:18px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #E414C0;
}
.bouton_cible_rose:hover {
	background:linear-gradient(to bottom, #c62d1f 5%, #E414C0 100%);
	background-color:#c62d1f;
}
.bouton_cible_rose:active {
	position:relative;
	top:1px;
}
/*            Fin de THE bouton   */