#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: -55vh;
    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="avantagesMairie"] {
    background: linear-gradient(90deg, #0076EB, #0053A6 70%);
}

#steps-circles div[data-name="avantagesParents"] {
    background: linear-gradient(90deg, #0076EB, #0053A6 70%);
}

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

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

#steps-slide-contact-us-btn {
    background-color: rgb(20, 30, 40);
    color: white;
    font-family: Poppins, Quicksand, Qualy, sans-serif;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: 0.15s ease;
    padding: 10px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    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.88 !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: Quicksand, sans-serif;
    font-weight: 400;
    border: none;
    color: white;
    text-align: right;
    margin: 4px 0;
    transition: 0.3s ease;
    background: none;
}

#steps-menu button.selected {
    font-weight: 700;
    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: 4vw;
}

#steps-left-side .features-container[data-name="avantagesMairie"] {
    max-width: 38vw;
}

#steps-left-side .features-container[data-name="avantagesParents"] {
    max-width: 43vw;
}

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

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

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

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

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

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

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

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

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

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

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

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

.feature-title {
    font-family: Quicksand, Qualy, sans-serif;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
}

.features-container[data-name='avantagesMairie'] .feature-title {
    color: #0053A6;
}

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

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

.features-container[data-name='avantagesMairie'] .feature-line {
    background-color: #0053A6;
}

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

.feature-name {
    color: rgb(50, 60, 70);
    font-family: Quicksand, sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
}

.feature-text {
    color: rgb(50, 60, 70);
    font-family: Quicksand, sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: justify;
}

#steps-center-part {
    position: absolute;
    z-index: 6;
    right: 0;
    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="avantagesMairie"] {
    right: 23vw;
    width: 30vw;
}

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

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

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

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

#steps-center-part > div[data-name="avantagesMairie"] > picture:nth-child(3) img {
    width: 100%;
    height: auto;
    opacity: 0;
    outline: 1px solid transparent;
    object-fit: contain;
    margin-top: 100px;
}

#steps-center-part > div[data-name="avantagesParents"] {
    width: 260px;
    right: 600px;
}

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

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

#steps-center-part > div[data-name="avantagesParents"] > #smartphone-container {
    width: 100%;
    height: 75vh;
    opacity: 0;
    position: relative;
}

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

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

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