/*
Theme Name: Dixionline Theme
Theme URI: https://dixionline.com
Author: Dixionline
Theme URI: https://dixionline.com
Template: hello-elementor
Version: 1.0
*/

/*
    Add your custom styles here
*/


.button-link .elementor-icon-box-wrapper{
	    align-items: center!important;
}

/*DEFINITION ANIMATION BADGE*/
.ticket-billetterie img{
	animation :  scaleTicket 3s infinite linear;
}
/*ANIMATION DU BADGE*/
@keyframes scaleTicket {
    0% {
        transform : scale(1);
    }
   	50% {
        transform: scale(1.1);
    }
}