@font-face {
	font-family: 'ElegantIcons';
	src:url('fonts/ElegantIcons.eot');
	src:url('fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'),
		url('fonts/ElegantIcons.woff') format('woff'),
		url('fonts/ElegantIcons.ttf') format('truetype'),
		url('fonts/ElegantIcons.svg#ElegantIcons') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'ElegantIcons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#global {
  margin-left: auto;
  margin-right: auto;
	margin-bottom: 0;
	background-color: rgba(255, 255, 255, 0.3);
  width: 300px; /* largeur obligatoire pour être centré */
}

.fa {

background-color: rgba(255, 255, 255, 0.2);
border-color: rgb(255, 255, 255);
border-radius: 50%;
border-width: 2px;
border-style: solid;
box-sizing: border-box;
color: rgb(255, 255, 255);
cursor: pointer;
display: inline-block;
font-size: 24px;
height: 52px;
line-height: 36px;
overflow-x: hidden;
overflow-y: hidden;
padding-bottom: 8px;
padding-left: 8px;
padding-right: 8px;
padding-top: 8px;
text-align: center;
text-decoration: none;
vertical-align: middle;
white-space: nowrap;
width: 51.640625px;
z-index: auto;
}

.fa:hover {
background:rgba(255, 255, 255, 0.8);
	color:#BB0000;

}

.blocicon{
	padding-left: 10px;
	padding-right: 10px
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: right;
}

body{
	margin:0;
	padding:0;
	display: flex;
   flex-direction: column;
	 height:100vh;
 }

html {
	height:100%;
  margin:0;
  padding:0;
  background: url(bg4.jpg) no-repeat center fixed;
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
}


.content {
	text-align: center;
  flex: 1;
}
.footer {
  flex-shrink: 0;
	text-align: right;
	padding: 10px;
}

.otore:after { content: attr(data-mochi) « @ » attr(data-sushi) « . » attr(data-somen); }
