/***********************************************************************************************************************************/
/************************ 							/!\	AVANT D'EDITER /!\									************************/
/************************ 									VOIR					   						************************/
/************************ 							www.dev.equideow.com/doc								************************/
/************************ 						        	  ET											************************/
/************************ 			dev.owlient.eu/wiki/index.php/Guide_Int%C3%A9gration_Equideow			************************/
/***********************************************************************************************************************************/


/***********************************************************************************************************************************/
/* DEFAULT ACTIVE ANIMATION ********************************************************************************************************/
/***********************************************************************************************************************************/

.button:not(.disabled):active{
	animation: ontap .1s 1 linear;
}


/***********************************************************************************************************************************/
/* SVG INTO BUTTON *****************************************************************************************************************/
/***********************************************************************************************************************************/

.button .content-icon-svg {
	display: block;
	width: 24px;
	height: 24px;
}
.button:not(.disabled):focus .content-icon-svg{
	animation: ontap .15s ease-in-out;
}