@font-face {
	font-family: Blair;
	src: url(Blair_ITC_Medium.ttf);
}
@font-face {
	font-family: Optima;
	src: url(OptimaLTPro-Roman.ttf);
}

body {
	background: url('oeko-tex-washed-linen-white.jpg');
	font-family: 'Optima', sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: rgb(68, 68, 68);
}
.site {
	padding: 40px;
}
h1, h2 {
	font-family: 'Blair', sans-serif;
	font-weight: 400;
}
h1 {
	font-size: 32px;
	color: #27408B;
}
h2 {
	position: relative;
	top: -18px;
	font-size: 15px;
	color: rgb(117, 117, 117)
}
.visite {
	width: calc(100vw - 96px);
	max-width: 400px;
}
.adres {
	display: inline-block;
}
.ster {
	display: inline-block;
	float: right;
	margin-top: 40px;
}
.ster img {
	width: 71px;
	height: 69px;
}