/*
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
*/

.link-white a{
	color:#fff;
}
.link-white a:hover{
	color:#1D1D1B;
}

.she-header-transparent-yes .elementor-nav-menu a:not(.elementor-item-active){
	color:#fff !important;
}


/*DEFINITION ANIMATION BADGE BAS A DROITE*/
#Badge #texte{
	transform-origin: center center;
	animation :  rotateBadge 24s infinite linear
}

/**/
@keyframes rotateBadge {
    0% {
        transform : rotate(0);
    }
   	100% {
        transform: rotate(1turn);
    }
}