:root {
   --dv-kirby-couleur: white;
   --dv-lien-couleur:orange;
   --dv-lien-couleur__hover:#000;
}


.menu-item {
	
}

.menu li:nth-last-child(2) {
	margin-bottom:0.6rem
}




#buy_me_a_coffee {
	
	width: 1rem;
	height:auto;
	float:right;
	display:inline;
	margin-right: 7.5px ;
	
/* 	display:none; */
}

/* ----------------------------------------------
 * Generated by Animista on 2025-11-22 14:34:3
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation wobble-hor-bottom
 * ----------------------------------------
 */
@keyframes wobble-hor-bottom {
  0%,
  100% {
    transform: translateX(0%);
    transform-origin: 50% 50%;
  }
  15% {
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    transform: translateX(-6px) rotate(-1.2deg);
  }
}


#logoBMC,
#logoBMC:hover {
	-webkit-animation: wobble-hor-bottom 0.8s both;
	        animation: wobble-hor-bottom 0.8s both;
}}


#logoBMC .contour {
	fill:#0D0C22
}

#logoBMC .coffee {
	fill:#FFDD00
}

#buy_me_a_coffee a {
	border: transparent;
}

#buy_me_a_coffee:hover .coffee,
#logoBMC:hover .coffee {
	fill:var(--dv-lien-couleur);
	transition: <##>;
}