.eno-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.eno-top {
  margin-top: 100px;
}

.eno-text-primary {
  color: #000000;
  padding-right: 10px;
  padding-left: 10px;
}
.uk-card {
	text-align: center;
	float: left;
}
html {
	background-color: #f5f2e9;
}
a {
	font-weight: bold;
	color: #ac7f60;
}
a:hover {
	color: #000;
	text-decoration: none;
}
body {
	font-size: 24px;
}
.adresse2 {
	display: none;
}


@media only screen and (max-device-width : 540px) {
	
.adresse1 {
	display: none !important;
}
.adresse2 {
	display: block;
}
.eno-top {
	margin-top: 0px;
}
	
	
	
	
	
	
	
	
	
	
	
}