.body {
    background: rgb(118, 192, 252);
    background: linear-gradient(0deg, rgba(118, 192, 252, 1) 0%, rgba(231, 130, 219, 1) 100%);
    min-height: 100vh;
    max-width: 100vw;
    margin: 0;
    padding: 0;
}

.positiveFace {
    display: none;
}

.memoryCard {
    margin: auto auto;
}

.positiveFace {
    min-height: 100%;
}

.positiveFace,
.memoryCard,
.essai {
    max-height: 8em;
}

.btn-grad {
    background-image: linear-gradient(to right, #e782db 0%, #76c0fc 51%, #e782db 100%)
}

.endgame {
    border: 7px solid #e782db;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 326px;
    height: 250px;
    margin-top: -125px;
    margin-left: -163px;
    background-color: #76c0fc;
    display: none;
}

.btn-grad {
    margin: auto;
    padding: 1em 3em;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 1.6em #eee;
    border: 3px solid white;
    border-radius: 10px;
    display: block;
}

.btn-grad:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.homeFirst {
    position: relative;
    z-index: 1;
    height: 50vh;
    top: 0;
}

.homeFirst2 {
    height: 50vh;
    position: relative;
    bottom: 0px;
    z-index: 1;
}

.homeSecond {
    display: none;
    position: absolute;
    top: 0;
    z-index: 0;
}

.heightpart {
    position: absolute;
    bottom: 0;
    /* animation: expand 5s; */
}

.animationHome {
    animation: expand 5s;
    animation-fill-mode: forwards;
}


/* @keyframes expand {
    0% {
        bottom: 0px
    }
    100% {
        bottom: 500px
    }
}

@keyframes expand2 {
    0% {
        bottom: 0px
    }
    100% {
        bottom: -500px;
    }
} */

.col-lg-2-5 {
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.h-70 {
    height: 70%!important;
}

.w-45 {
    width: 45%!important;
}

canvas {
    display: block;
    /* background: rgb(33, 36, 50); */
    position: absolute;
    z-index: 0;
    background: #897D7C;
}