@font-face {
  font-family: 'AvenirLTStd';
  src: url('https://kiosk-it.fr/images/font/AvenirLTStd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirLTStd';
  src: url('https://kiosk-it.fr/images/font/AvenirLTStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}

body {
  background-color: #DDDDDC;
  background-image: url("images/overlay.png"), -moz-linear-gradient(45deg, #d90967 15%, #76c4e3 85%);
  background-image: url("images/overlay.png"), -webkit-linear-gradient(45deg, #d90967 15%, #76c4e3 85%);
  background-image: url("images/overlay.png"), -ms-linear-gradient(45deg, #d90967 15%, #76c4e3 85%);
  background-image: url("images/overlay.png"), linear-gradient(45deg, #d90967 15%, #76c4e3 85%);
  font-family: 'AvenirLTStd', sans-serif;
}

.mod_medik_cal_book_btn {
  background-color: #dff !important;
}



body.is-preload #zone_header.alt > * {
			/* opacity: 1; */
		}