#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="enMairie"] {
    background: linear-gradient(90deg, #6378FF, #001799 70%);
}

#steps-circles div[data-name="pourLesParents"] {
    background: linear-gradient(90deg, #0091EA, #002699 70%);
}

#steps-circles div[data-name="pointageDesEnfants"] {
    background: linear-gradient(90deg, #15AD3C, #005238 70%);
}

#steps-circles div[data-name="accompagnement"] {
    background: linear-gradient(90deg, #78C72A, #0E5703 70%);
}

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

#steps-myperischool-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='enMairie'] .feature > div:first-child {
    background-color: #596EE6;
}

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

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

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

.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='enMairie'] .feature-title span {
    color: #596EE6;
}

.features-container[data-name='pourLesParents'] .feature-title span {
    color: #0091EA;
}

.features-container[data-name='pointageDesEnfants'] .feature-title span {
    color: #15AD3C;
}

.features-container[data-name='accompagnement'] .feature-title span {
    color: #68AD25;
}

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

.features-container[data-name='enMairie'] .feature-line {
    background-color: #596EE6;
}

.features-container[data-name='pourLesParents'] .feature-line {
    background-color: #0091EA;
}

.features-container[data-name='pointageDesEnfants'] .feature-line {
    background-color: #15AD3C;
}

.features-container[data-name='accompagnement'] .feature-line {
    background-color: #68AD25;
}

#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 enMairieAnimation {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(5px);
    }
}

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

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

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

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

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

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

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

#steps-center-part > div[data-name="pourLesParents"] > #smartphone-container {
    width: 1200px;
    height: 100vh;
    opacity: 0;
    position: relative;
    left: -20px;
}

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

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

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

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

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

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

#steps-center-part > div[data-name="accompagnement"] > #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="accompagnement"] picture img {
    height: 75vh;
    width: auto;
    object-fit: contain;
}

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

#certificate-black-gradient {
    background: linear-gradient(transparent 50%, black 80%);
    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;
}

#steps-decoration {
    position: absolute;
    right: -120px;
    bottom: -140px;
    width: 700px;
    height: auto;
    z-index: 2;
}

#steps-decoration circle {
    transform-box: fill-box;
    transform-origin: center;
    transform: rotate(0deg);
    animation: myperischoolDashedCircle infinite linear 12s;
}
