/* Drapeau Ukraine */

.header-logo a:before{
	content: '';
	position:absolute;
	display: block;

  background-image: url(/wp-content/themes/oi/images/header/2024-medaille2.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0px 5px;
  width: 30px;
  height: 40px;
  left: -38px;
  top: 2;
}

.fixed .header-logo a:before{
  width: 15px;
  left: -21px;
  top: -3px;
}


/*  < 768 : Smartphone (iPad = 768)
------------------------------------*/
@media screen and (max-width: 767px) {

.header-logo a:before{
  width: 19px;
  left: -25px;
  top: -3px;
}

}
