#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-pattern {
    height: 500%;
    width: auto;
    position: absolute;
    top: -250%;
    right: 5px;
    z-index: 3;
    image-rendering: crisp-edges;
}

#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="gestionContrats"] {
    background: linear-gradient(90deg, #E0559A, #961388 70%);
}

#steps-circles div[data-name="pointage"] {
    background: linear-gradient(90deg, #FFA826, #E64D00 70%);
}

#steps-circles div[data-name="avantagesCreche"] {
    background: linear-gradient(90deg, #745EE0, #250BB3 70%);
}

#steps-circles div[data-name="avantagesParents"] {
    background: linear-gradient(90deg, #229EE0, #0030B3 70%);
}

#steps-mybabiz-logo {
    width: 260px;
    margin-top: 50px;
    margin-right: 50px;
    position: relative;
    z-index: 5;
}

#steps-mybabiz-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: 120px;
    max-width: 33vw;
}

.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='gestionContrats'] .feature > div:first-child {
    background-color: #E0559A;
}

.features-container[data-name='pointage'] .feature > div:first-child {
    background-color: #FFA826;
}

.features-container[data-name='avantagesCreche'] .feature > div:first-child {
    background-color: #745EE0;
}

.features-container[data-name='avantagesParents'] .feature > div:first-child {
    background-color: #229EE0;
}

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

.feature-title {
    font-family: Qualy;
    text-align: center;
    font-size: 35px;
}

.features-container[data-name='gestionContrats'] .feature-title {
    color: #E0559A;
}

.features-container[data-name='pointage'] .feature-title {
    color: #FFA826;
}

.features-container[data-name='avantagesCreche'] .feature-title {
    color: #745EE0;
}

.features-container[data-name='avantagesParents'] .feature-title {
    color: #229EE0;
}

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

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

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

.features-container[data-name='avantagesCreche'] .feature-line {
    background-color: #745EE0;
}

.features-container[data-name='avantagesParents'] .feature-line {
    background-color: #229EE0;
}

#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;
}

@keyframes gestionContratsAnimation {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(10px);
    }
}

@keyframes electronicSignatureAnimation {
    from {
        transform: translateY(-100px);
    }
    to {
        transform: translateY(0px);
    }
}

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

#steps-center-part > div[data-name="gestionContrats"] > picture:nth-child(1) img {
    width: 300px;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    margin-top: 70px;
    opacity: 0;
    animation: electronicSignatureAnimation ease 1s forwards;
}

#steps-center-part > div[data-name="gestionContrats"] > img:nth-child(2) {
    width: 80px;
    height: auto;
    margin: -50px 0 -135px 200px;
    position: relative;
    animation: gestionContratsAnimation infinite alternate ease 0.5s;
    z-index: 8;
    opacity: 0;
}

#steps-center-part > div[data-name="gestionContrats"] > picture:nth-child(3) img {
    width: 820px;
    height: auto;
    opacity: 0;
    outline: 1px solid transparent;
}

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

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

#steps-center-part > div[data-name="pointage"] > #tablet-container > picture img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@keyframes tabletChildrenAnimation {
    from {
        transform: scale(1.1) translateX(-100px) translateY(-90px);
    }
    to {
        transform: scale(1) translateX(0px) translateY(0px);
    }
}

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

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

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

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

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

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

#steps-center-part > div[data-name="avantagesParents"] > picture:nth-child(1) img {
    height: 62vh;
    width: auto;
    object-fit: contain;
    border-radius: 8px;
    opacity: 0;
}

@keyframes creditCardsArrowAnimation {
    from {
        transform: scaleY(-1) translateY(0px) translateX(0px) rotate(30deg);
    }
    to {
        transform: scaleY(-1) translateY(10px) translateX(-5px) rotate(30deg);
    }
}

#steps-center-part > div[data-name="avantagesParents"] > img:nth-child(2) {
    width: 80px;
    height: auto;
    margin-top: -50px;
    margin-left: 190px;
    animation: creditCardsArrowAnimation infinite alternate ease 0.5s;
}

#credit-cards {
    background-color: white;
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(0, 10, 20, 0.2), 0 1px 4px rgba(0, 10, 20, 0.15);
}

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

#credit-cards img {
    height: 45px;
    width: auto;
    animation: creditCardsAnimation cubic-bezier(0,.7,.65,1.35) 0.6s forwards;
    animation-delay: 0.3s;
    opacity: 0;
    outline: 1px solid transparent;
}

#credit-cards > img:nth-child(2) {
    animation-delay: 0.45s;
}

#credit-cards > img:nth-child(3) {
    animation-delay: 0.6s;
}

#credit-cards > *:not(:last-child) {
    margin-right: 25px;
}
