
.container-menu.active .ligne {
    background: transparent;
}
.container-menu.active .ligne::after {
    transform: translateY(-10px) rotate(45deg);
}

.btn-menu {	
	z-index: 2;
    position: relative;
	cursor: pointer;
}

.icone {
    width: 40px;
}
.blob {
	font-size: 40px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #f1f1f1;
    position: absolute;
    #top: 50%;
    #left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.blob-1 {
	z-index: 0;
	opacity: 0;
    background: #e0fefe;
	top: 50%;
    left: 50%;
    transition: all 0.2s 0.1s ease-in-out;
}
.blob-2 {
	z-index: 0;
	opacity: 0;
    background: #c7ceea;
	top: 50%;
    left: 50%;
    transition: all 0.2s 0.2s ease-in-out;
}
.blob-3 {
	z-index: 0;
	opacity: 0;
    background: #ffdac1;
	top: 50%;
    left: 50%;
    transition: all 0.2s 0.3s ease-in-out;
}
.blob-4 {
	z-index: 0;
	opacity: 0;
    background: #ff9aa2;
	top: 50%;
    left: 50%;
    transition: all 0.2s 0.4s ease-in-out;
}
.blob-5 {
	z-index: 0;
	opacity: 0;
    background: #ffffd8;
	top: 50%;
    left: 50%;
    transition: all 0.2s 0.5s ease-in-out;
}
.blob-6 {
	z-index: 0;
	opacity: 0;
    background: #b5ead7;
	top: 50%;
    left: 50%;
    transition: all 0.2s 0.6s ease-in-out;
}
.blob-7 {
	z-index: 0;
	opacity: 0;
    background: gold;
	top: 50%;
    left: 50%;
    transition: all 0.2s 0.7s ease-in-out;
}
.blob-8 {
	z-index: 0;
	opacity: 0;
    background: darksalmon;
	top: 50%;
    left: 50%;
    transition: all 0.2s 0.8s ease-in-out;
}

/* Animation */

.container-menu.active .blob-1 {
	z-index: 100;
	opacity: 1;
	top:  50%;
    left: 100%;
}
.container-menu.active .blob-2 {
	z-index: 100;
	opacity: 1;
    top: 85%;
    left: 85%;
}
.container-menu.active .blob-3 {
	z-index: 100;
	opacity: 1;
    top: 100%;
	left: 50%;
}
.container-menu.active .blob-4 {
	z-index: 100;
	opacity: 1;
    left: 15%;
    top: 85%;
}
.container-menu.active .blob-5 {
	z-index: 100;
	opacity: 1;
    left: 0%;
    top: 50%;
}
.container-menu.active .blob-6 {
	z-index: 100;
	opacity: 1;
    left: 15%;
    top: 15%;
}
.container-menu.active .blob-7 {
	z-index: 100;
	opacity: 1;
    left: 50%;
    top: 0%;
}
.container-menu.active .blob-8 {
	z-index: 100;
	opacity: 1;
    left: 85%;
    top: 15%;
}