#steps-slide {
    display: none;
    justify-content: space-between;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    position: relative;
}

#steps-right-side {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

#steps-circles {
    position: absolute;
    top: -25vh;
    right: -50vh;
    height: 150vh;
    width: 150vh;
    min-width: 62vw;
    max-width: 90vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

#steps-circles div {
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    opacity: 0;
}

#steps-circles div[data-name="gainDeTemps"] {
    background: linear-gradient(90deg, #1166ba, #093670 70%);
}

#steps-circles div[data-name="fonctionnalitesAdaptees"] {
    background: linear-gradient(90deg, #1166ba, #093670 70%);
}

#steps-familiz-logo {
    width: 220px;
    margin-top: 50px;
    margin-right: 50px;
    margin-bottom: -80px;
    position: relative;
    z-index: 5;
}

#steps-familiz-logo img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#steps-slide-contact-us-btn {
    background-color: rgb(0, 5, 10);
    color: white;
    font-family: Qualy, sans-serif;
    border: none;
    cursor: pointer;
    transition: 0.15s ease;
    padding: 12px 20px 8px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-size: 18px;
    margin: 0 50px 50px 0;
    position: relative;
    z-index: 6;
    opacity: 0;
    text-decoration: none;
}

#steps-slide-contact-us-btn:hover {
    opacity: 0.9 !important;
}

#steps-menu {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    margin: auto 0;
}

#steps-menu button {
    cursor: pointer;
    padding: 12px 50px;
    font-size: 20px;
    font-family: century-gothic, sans-serif;
    border: none;
    color: white;
    text-align: right;
    margin: 4px 0;
    transition: 0.3s ease;
    background: none;
}

#steps-menu button.selected {
    font-weight: bold;
    font-size: 24px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15) 20%);
}

#steps-left-side {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-left: 150px;
    max-width: 32vw;
}

.features-container {
    opacity: 0;
    display: none;
}

.feature {
    display: flex;
    align-items: center;
    margin-top: 35px;
    font-size: 18px;
    color: rgb(20, 30, 40);
}

.feature > div:first-child {
    border-radius: 50%;
    width: 48px;
    height: 48px;
    margin-right: 18px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.features-container[data-name='gainDeTemps'] .feature:nth-child(3) > div:first-child {
    background-color: #f26a91;
}

.features-container[data-name='gainDeTemps'] .feature:nth-child(4) > div:first-child {
    background-color: #F5796D;
}

.features-container[data-name='gainDeTemps'] .feature:nth-child(5) > div:first-child {
    background-color: #F78849;
}

.features-container[data-name='gainDeTemps'] .feature:nth-child(6) > div:first-child {
    background-color: #FA9624;
}

.features-container[data-name='gainDeTemps'] .feature:nth-child(7) > div:first-child {
    background-color: #FCA500;
}

.features-container[data-name='fonctionnalitesAdaptees'] .feature:nth-child(3) > div:first-child {
    background-color: #94C900;
}

.features-container[data-name='fonctionnalitesAdaptees'] .feature:nth-child(4) > div:first-child {
    background-color: #63BE4D;
}

.features-container[data-name='fonctionnalitesAdaptees'] .feature:nth-child(5) > div:first-child {
    background-color: #31B499;
}

.features-container[data-name='fonctionnalitesAdaptees'] .feature:nth-child(6) > div:first-child {
    background-color: #00A9E6;
}

.feature > div:first-child svg {
    width: 25px;
    height: 25px;
    fill: white;
}

.feature-title {
    font-family: Qualy;
    text-align: center;
    font-size: 35px;
    color: rgb(20, 30, 40);
}

.features-container[data-name='gainDeTemps'] .feature-title span {
    color: #f26a91;
}

.features-container[data-name='fonctionnalitesAdaptees'] .feature-title span {
    color: #77ba00;
}

.feature-line {
    width: 80px;
    height: 4px;
    border-radius: 10px;
    margin: 20px auto 0 auto;
}

.features-container[data-name='gainDeTemps'] .feature-line {
    background-color: #f26a91;
}

.features-container[data-name='fonctionnalitesAdaptees'] .feature-line {
    background-color: #77ba00;
}

#steps-center-part {
    position: absolute;
    z-index: 6;
    right: 0;
    left: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}

#steps-center-part > div {
    display: none;
    flex-direction: column;
    align-items: center;
    position: absolute;
    margin: auto;
    width: -moz-fit-content;
    width: fit-content;
}

#steps-center-part > div[data-name="gainDeTemps"] {
    width: 800px;
    overflow: hidden;
}

#steps-center-part > div[data-name="gainDeTemps"] > #computer-container {
    width: 850px;
    height: 100vh;
    opacity: 0;
    position: relative;
}

#steps-center-part > div[data-name="gainDeTemps"] > #computer-container > picture img {
    position: absolute;
    width: 65%;
    height: 100%;
    object-fit: contain;
    right: 140px;
}

@keyframes computerAnimation {
    from {
        transform: scale(1.1) translateX(-150px);
    }
    to {
        transform: scale(1) translateX(0px);
    }
}

#steps-center-part > div[data-name="gainDeTemps"] > #computer-container > picture:last-child img {
    animation: computerAnimation 1.5s cubic-bezier(0,.4,.55,1) forwards;
}

#steps-center-part > div[data-name="fonctionnalitesAdaptees"] > #certificate-container {
    border-radius: 30px;
    width: -moz-fit-content;
    width: fit-content;
    height: fit-content;
    overflow: hidden;
    line-height: 0;
    box-shadow: 0 6px 12px -2px rgba(0, 10, 20, 0.35);
    position: relative;
}

#steps-center-part > div[data-name="fonctionnalitesAdaptees"] picture img {
    height: 55vh;
    margin-bottom: 20vh;
    width: 450px;
    object-fit: cover;
    object-position: 35% 50%;
}

#tablet-icon {
    transform: rotate(90deg);
}

#certificate-black-gradient {
    background: linear-gradient(transparent 50%, black 74%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@keyframes certificateTextContainer {
    from {
        transform: translateY(-80px);
        opacity: 0;
    }
    to {
        transform: translateY(0px);
        opacity: 1;
    }
}

#certificate-text-container {
    background-color: white;
    position: absolute;
    border-radius: 20px;
    left: 15px;
    bottom: 15px;
    display: flex;
    align-items: center;
    line-height: initial;
    width: calc(100% - 30px);
    padding: 20px;
    box-sizing: border-box;
    font-size: 20px;
    opacity: 0;
    animation: certificateTextContainer 1.5s ease forwards;
}

#certificate-text-container img {
    width: 40px;
    height: 60px;
    margin-right: 25px;
    margin-left: 10px;
}
