@import url('https://fonts.googleapis.com/css?family=Amatic+SC|Khand:300,500');
/*
* {margin:0; padding:0; position:relative;}
*/


#animation #c {
	background:url("back.webp") center center no-repeat;
	background-size:cover;
}

#animation .bg_img_alc {
	display:inline-block;
	position:absolute;
	z-index:0; 
	top:35%;
	left:55%;
	width:44%;
	bottom:0%;
/*	background:url("alc5535.png") top center no-repeat;*/
	background-size:contain;
}

#animation .title {
	display:inline-block;
	position:absolute;
	top:1%;
	left:0%;
	right:0%;
	text-align:center;
	font-family: 'Khand', sans-serif;
	color:#fff;
	text-shadow:2px 2px 15px rgba(0,0,0,1), 2px 2px 15px rgba(0,0,0,1);
}

#animation .title b {
	display:block;
	font-weight:500;
	font-size:36pt;
	text-transform:uppercase;
}

#animation .title span {
	display:block;
	font-weight:300;
	font-size:14pt;
}

#animation .label2 {
	display:inline-block;
	font-family: 'Amatic SC';
	font-weight:300;
	color:#fff;
	font-size:22pt;
	position:absolute;
	text-transform:uppercase;
	transition:opacity 0.2s ease-in-out;
}

#animation .label2.sodas {
	right:25%;
	top:8%;
}

#animation .label2.glaces {
	left:25%;
	top:15%;
}

#animation .label2.laitiers {
	right:15%;
	top:25%;
}

#animation .label2.chocolats {
	left:25%;
	top:27%;
}

#animation .label2.alcools {
	right:42%;
	top:43%;
}

#animation .label2.beer {
	left:30%;
	top:47%;
}

#animation .label2.biscuits {
	right:30%;
	top:64%;
}

#animation .label2.soupes {
	left:30%;
	top:80%;
}

#animation .label2.boissons {
	right:25%;
	top:84%;
}

#animation .label2.pet {
	left:35%;
	top:96%;
}

#animation .info {
	display:inline-block;
	position:absolute;
	width:5%;
	border-radius:50%;
	background:#CE9500;
}

#animation .info:before {
    content: "";
    padding-top: 100%;
    float: left;
}

#animation .info:after {
	display:inline-block;
	position:absolute;
	content:"";
	width:180%;
	background:url("line.png") center center no-repeat;
	background-size:contain;
	z-index:200;
}

#animation .info.left:after {
	right:85%;
	left:-160%;
}

#animation .info.right:after {
	left:85%;
	right:-160%;
}

#animation .info.bottom:after {
	bottom:70%;
	top:-70%;
}

#animation .info.top:after {
	top:70%;
	bottom:-70%;
}

#animation .info.right.bottom:after {transform:scale(-1,1);}
#animation .info.right.top:after {transform:scale(-1,-1);}
#animation .info.left.top:after {transform:scale(1,-1);}

#animation .info .block {
	display:inline-block;
	min-width:450%;
	min-height:100%;
	position:absolute;
	box-sizing:border-box;
	padding:20px;
	background:#CD950D;
	color:#fff;
	font-family: 'Khand', sans-serif;
	font-weight:500;
	text-transform:uppercase;
	transition:opacity 0.2s ease-in-out;
	opacity:0;
	box-shadow: 2px 5px 15px 0 rgba(0,0,0,0.5);
}

#animation .info .block b {
	font-weight:300;
	font-family: 'Amatic SC';
	font-size:22pt;
	display:block;
	margin-bottom:20px;
	line-height: 1;
	color: #fff;
}

#animation .info .block b:hover {
	color: #ffda22;
}


#animation ul {
	list-style-image:url("arrow.png");
}

#animation ul li {
	font-size:14pt;
	margin-left:20px;
	line-height:25px;
}

#animation ul span {
	display:block;
	font-weight:300;
	font-size:14pt;
	line-height:1;
}

#animation .info .block .close {
	display:inline-block;
	width:57px; height:57px;
	background:url("close.png") center center no-repeat;
	position:absolute; top:0; right:0;
	z-index:400;
	cursor:pointer;
}

#animation .info .block.hidden {
	display:none;
}

#animation .info .block.shown {
	opacity:1;
}

#animation .info.left.bottom .block {
	top:0;
	right:0;
}

#animation .info.right.bottom .block {
	top:0;
	left:0;
}

#animation .info.right.top .block {
	bottom:0;
	left:0;
}

#animation .info.left.top .block {
	bottom:0;
	right:0;
}

#animation .info .plus {
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	cursor:pointer;
	border-radius:50%;
}
#animation .info .plus:before {
	display:inline-block;
	content:'';
	background:#fff;
	position:absolute;
	top:30%;
	left:47%; right:47%;
	bottom:30%;
}

#animation .info .plus:after {
	display:inline-block;
	content:'';
	background:#fff;
	position:absolute;
	left:30%;
	top:47%; bottom:47%;
	right:30%;
}
@media (max-width:639px) {
#animation ul {
    list-style-image: none;
    margin: 0;
    padding: 0;
}
#animation ul span {
    font-size: 12pt;
    margin-left: 10px;
}
#animation ul li {
    font-size: 12pt;
    margin-left: 10px;
    line-height: 1;
}
#animation .title {
    top: 5px;
    text-shadow: 2px 2px 5px rgba(0,0,0,1), 2px 2px 5px rgba(0,0,0,1);
}	
#animation .title b {
    font-size: 16pt;
}
#animation .title span {
    display: none;
}
#animation .label2 {
    font-size: 16pt;
}
#animation .info .block b {
    margin-bottom: 10px;
    font-size: 20pt;
}
#animation .label2.laitiers {
    top: 23%;
}
#animation .label2.sodas {
    top: 7%;
}
#animation .label2.glaces {
    top: 11%;
}
#animation .label2.chocolats {
    top: 25%;
}
#animation .label2.alcools {
    top: 35%;
}
#animation .label2.beer {
    top: 44%;
}
#animation .label2.biscuits {
    top: 62%;
}
#animation .label2.soupes {
    top: 70%;
}
#animation .label2.boissons {
    top: 78%;
}
#animation .label2.pet {
    top: 89%;
}
}