@charset "UTF-8";

@charset "UTF-8";

.project {
    margin-top: -80px;
    margin-bottom: 56px;
    z-index: 1;
    position: relative;
}

@media screen and (min-width: 768px) {
    .project {
        margin-top: -204px;
    }
}

.project--container {
    position: relative;
}

.project-step {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    opacity: 0;
    display: none;
    visibility: hidden;
    width: 100%;
    transition: opacity 0.8s ease;
}

@media screen and (min-width: 768px) {
    .project-step {
        gap: 80px;
    }
}

.project-step.active {
    display: flex;
}

.project-step.visible {
    opacity: 1;
    visibility: visible;
}

.project-step.hidden {
    opacity: 0;
    visibility: hidden;
    display: none;
    transition: opacity 0.5s ease, visibility 0s linear 0.5s;
}

.project-step[data-step="2"] .project-step--switch {
    margin-top: 8px;
}

@media screen and (min-width: 768px) {
    .project-step[data-step="2"] .project-step--switch {
        margin-top: 16px;
    }
}

.project-step[data-step="2"] .project-step--switch .switch-btn {
    height: 104px;
    width: 211px;
    border-radius: 28px;
}

@media screen and (min-width: 768px) {
    .project-step[data-step="2"] .project-step--switch .switch-btn {
        border-radius: 40px;
        height: 56px;
        width: 401px;
    }
}

.project-step[data-step="2"] .project-step--switch input:checked+.slider:before {
    content: "Inclure cette prestation";
    transform: translateY(100%);
}

@media screen and (min-width: 768px) {
    .project-step[data-step="2"] .project-step--switch input:checked+.slider:before {
        transform: translateX(100%);
    }
}

.project-step[data-step="2"] .project-step--switch .slider {
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .project-step[data-step="2"] .project-step--switch .slider {
        flex-direction: row;
    }
}

.project-step[data-step="2"] .project-step--switch .slider:before {
    content: "Fournis par vos soins";
    width: calc(100% - 16px);
    height: calc(50% - 8px);
    top: 8px;
    left: unset;
}

@media screen and (min-width: 768px) {
    .project-step[data-step="2"] .project-step--switch .slider:before {
        width: 48%;
        height: calc(100% - 16px);
        top: unset;
        left: 2%;
    }
}

.project-step[data-step="5"] {
    margin-top: -400px;
    padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .project-step[data-step="5"] {
        margin-top: -525px;
        padding-bottom: 216px;
    }
}

.project-step[data-step="5"] .project-step--title {
    max-width: 840x;
    width: 100%;
    gap: 32px;
}

@media screen and (min-width: 768px) {
    .project-step[data-step="5"] .project-step--title {
        gap: 40px;
    }
}

.project-step[data-step="5"] .project-step--title p {
    max-width: 550px;
    color: var(--white);
    font-family: var(--inter);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: 0.18px;
}

.project-step--title {
    color: var(--white);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
    padding: 0 24px;
}

.project-step--title .uptitle {
    font-size: 10px;
    letter-spacing: 3px;
    font-weight: 600;
}

.project-step--title h2 {
    line-height: 140%;
    letter-spacing: 1.6px;
}

@media screen and (min-width: 768px) {
    .project-step--title h2 {
        font-size: 40px;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: 2px;
    }
}

.project-step h3 {
    color: var(--white);
    font-family: var(--visby);
    font-size: 16px;
    font-weight: 600;
    line-height: 180%;
    letter-spacing: 5.4px;
    text-transform: uppercase;
    text-align: center;
}

.project-step--switch,
.project-step .project-step--fonctionnality-switch {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 24px;
    padding: 0 24px;
    margin-top: 6px;
}

@media screen and (min-width: 768px) {

    .project-step--switch,
    .project-step .project-step--fonctionnality-switch {
        margin-top: 8px;
    }
}

.project-step--switch .switch-btn,
.project-step .project-step--fonctionnality-switch .switch-btn {
    position: relative;
    display: inline-block;
    width: 230px;
    height: 56px;
    padding: 8px;
    font-family: var(--visby);
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.7px;
    border: 2px solid var(--blue-light);
    border-radius: 40px;
}

.project-step--switch .switch-btn input:checked+.slider:before,
.project-step .project-step--fonctionnality-switch .switch-btn input:checked+.slider:before {
    content: "Refonte";
    transform: translateX(100%);
    color: var(--blue-dark);
}

.project-step--switch .switch-btn input,
.project-step .project-step--fonctionnality-switch .switch-btn input {
    display: none;
}

.project-step--switch .switch-btn .slider,
.project-step .project-step--fonctionnality-switch .switch-btn .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: var(--white);
    display: flex;
    justify-content: space-around;
    align-items: center;
    transition: .4s;
}

.project-step--switch .switch-btn .slider::before,
.project-step .project-step--fonctionnality-switch .switch-btn .slider::before {
    position: absolute;
    content: "Création";
    height: calc(100% - 16px);
    width: 46%;
    left: 4%;
    border-radius: 40px;
    background-color: white;
    color: var(--blue-dark);
    display: grid;
    align-content: center;
    justify-content: center;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0 -1.31em 1.31em -1.31em rgba(0, 0, 0, 0.3) inset, 0 0 1px 0 rgba(0, 0, 0, 0.1);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
    transition: .4s;
}

.project-step--switch .description,
.project-step .project-step--fonctionnality-switch .description {
    display: none;
    max-width: 539px;
    margin-top: 8px;
}

.project-step--switch .description p,
.project-step .project-step--fonctionnality-switch .description p {
    color: #9C9C9C;
    text-align: center;
    font-family: var(--inter);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 170%;
    letter-spacing: 0.28px;
}

.project-step--switch .description.active,
.project-step .project-step--fonctionnality-switch .description.active {
    display: block;
}

.project-step--select {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0 24px;
}

.project-step--select .select-btn {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .project-step--select .select-btn {
        flex-direction: row;
        justify-content: center;
    }
}

.project-step--select .select-btn .btn-item {
    border: 2px solid var(--blue-light);
    border-radius: 8px;
    position: relative;
    cursor: pointer;
    max-width: 400px;
    width: 100%;
}

.project-step--select .select-btn .btn-item label {
    display: none;
}

.project-step--select .select-btn .btn-item select {
    padding: 16px 50px 16px 16px;
    white-space: nowrap;
    color: var(--white);
    font-family: var(--visby);
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 200%;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    width: 100%;
    display: flex;
}

.project-step--select .select-btn .btn-item select option {
    color: var(--white);
    background-color: var(--blue-middle);
    font-family: var(--inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.16px;
    text-transform: none;
}

.project-step--select .select-btn .btn-item select option:checked {
    background-color: var(--blue-light);
}

.project-step--select .select-btn .btn-item select option:hover {
    background-color: var(--blue-light);
}

.project-step--select .select-btn .btn-item::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    mask: url(../images/icon/icon-indicator.svg) no-repeat center;
    mask-size: contain;
    background-color: var(--white);
    height: 24px;
    width: 24px;
    pointer-events: none;
    flex-shrink: 0;
}

.project-step--card {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 32px;
    padding: 0 24px;
    max-width: 1096px;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .project-step--card {
        margin-top: 14px;
    }
}

@media screen and (min-width: 1281px) {
    .project-step--card {
        padding: 0;
    }
}

.project-step--card-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@media screen and (min-width: 768px) {
    .project-step--card-list {
        flex-direction: row;
        gap: 16px;
        justify-content: space-between;
    }
}

.project-step--card-item {
    border-radius: 14.142px;
    border: 0.884px solid var(--blue-light);
    opacity: 0.5;
    padding: 21px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 42px;
    cursor: pointer;
    max-width: 353px;
}

.project-step--card-item .card-item--image {
    width: 145px;
    height: 117px;
    border-radius: 9px;
    border: 1.768px solid var(--blue-light);
}

.project-step--card-item .card-item--image .bullet-points {
    padding: 7px 8px;
    width: 100%;
    display: flex;
    border-bottom: 1.768px solid var(--blue-light);
}

.project-step--card-item .card-item--image .bullet-points::before {
    content: "";
    display: block;
    mask: url(../images/icon/icon-bullet-points.svg) no-repeat center;
    mask-size: contain;
    background-color: var(--blue-light);
    width: 18px;
    height: 4px;
}

.project-step--card-item .card-item--image .picto {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 43px;
    width: 43px;
    margin: auto;
    position: relative;
    top: 25px;
}

.project-step--card-item.vitrine .picto {
    mask: url(../images/icon/icon-diamond.svg) no-repeat center;
    mask-size: contain;
    background-color: var(--white);
}

.project-step--card-item.commerce .picto {
    mask: url(../images/icon/icon-shopping-cart.svg) no-repeat center;
    mask-size: contain;
    background-color: var(--white);
}

.project-step--card-item.application .card-item--image {
    padding: 37px 15px 11px 15px;
    width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 29px;
}

.project-step--card-item.application .card-item--image .picto {
    mask: url(../images/icon/icon-touch-screen.svg) no-repeat center;
    mask-size: contain;
    background-color: var(--white);
    top: 0;
    margin: 0;
}

.project-step--card-item.application .card-item--image .touch-point {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--blue-light);
    flex-shrink: 0;
}

.project-step--card-item .card-item--infos {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.project-step--card-item .card-item--infos h4 {
    color: var(--white);
    font-family: var(--visby);
    font-size: 21.212px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.061px;
}

.project-step--card-item .card-item--infos p {
    color: var(--white);
    text-align: center;
    font-family: var(--inter);
    font-size: 12.374px;
    font-style: normal;
    font-weight: 300;
    line-height: 170%;
    letter-spacing: 0.247px;
}

.project-step--card-item .card-item--btn {
    padding: 14px 21px;
    border-radius: 49px;
    border: 1.768px solid var(--blue-light);
    width: max-content;
}

.project-step--card-item .card-item--btn p {
    color: var(--white);
    line-height: 100%;
    font-family: var(--visby);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.project-step--card-item.active {
    border-color: var(--white);
    opacity: 1;
}

.project-step--card-item.active .card-item--image {
    border-color: var(--white);
}

.project-step--card-item.active .card-item--image .bullet-points {
    border-color: var(--white);
}

.project-step--card-item.active .card-item--image .bullet-points::before {
    background-color: var(--white);
}

.project-step--card-item.active .card-item--image .touch-point {
    background-color: var(--white);
}

.project-step--card-item.active .card-item--btn {
    border-color: var(--white);
    background-color: var(--white);
}

.project-step--card-item.active .card-item--btn p {
    color: var(--blue-dark);
}

.project-step--fonctionnality {
    width: 100%;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    max-width: 824px;
    width: 100%;
}

.project-step--fonctionnality .input-btn {
    border-radius: 8px;
    height: 250px;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .project-step--fonctionnality .input-btn {
        height: 200px;
    }
}

.project-step--fonctionnality .input-btn label {
    display: none;
}

.project-step--fonctionnality .input-btn textarea[placeholder] {
    padding: 28px 22px;
    color: #9C9C9C;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 180%;
    letter-spacing: 0.7px;
    text-transform: none;
}

.project-step--fonctionnality .input-btn textarea[placeholder]::-webkit-scrollbar {
    width: 12px;
}

.project-step--fonctionnality .input-btn textarea[placeholder]::-webkit-scrollbar-thumb {
    background-color: var(--blue-middle);
}

.project-step--fonctionnality .input-btn textarea[placeholder]::-webkit-scrollbar-thumb:hover {
    background-color: var(--blue-light);
}

.project-step--fonctionnality .input-btn textarea[placeholder]::-webkit-scrollbar-track {
    background-color: var(--blue-dark);
}

.project-step--fonctionnality .input-btn .contact-input--btn-input {
    height: 100%;
}

.project-step--fonctionnality .input-btn .contact-input--btn-input textarea {
    height: calc(100% - 8px);
}

.project-step--fonctionnality .project-step--fonctionnality-switch {
    gap: 16px;
}

@media screen and (min-width: 768px) {
    .project-step--fonctionnality .project-step--fonctionnality-switch {
        flex-direction: row;
        gap: 24px;
    }
}

.project-step--fonctionnality .project-step--fonctionnality-switch p {
    color: var(--white);
    font-family: var(--visby);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.8px;
}

.project-step--fonctionnality .project-step--fonctionnality-switch .switch-btn .slider::before {
    content: "Oui";
}

.project-step--fonctionnality .project-step--fonctionnality-switch .switch-btn input:checked+.slider:before {
    content: "Non";
}

.project-step--fonctionnality-file {
    border: 2px dashed var(--blue-light);
    border-radius: 16px;
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: none;
}

.project-step--fonctionnality-file.active {
    display: flex;
}

.project-step--fonctionnality-file .drop-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 21px;
    justify-content: center;
    padding: 31px;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .project-step--fonctionnality-file .drop-area {
        flex-direction: row;
        cursor: pointer;
    }
}

.project-step--fonctionnality-file .drop-area .picto {
    flex-shrink: 0;
    border: 1px solid var(--blue-light);
    border-radius: 50%;
}

.project-step--fonctionnality-file .drop-area .picto::before {
    content: "";
    display: block;
    mask: url(../images/icon/icon-upload.svg) no-repeat center;
    mask-size: contain;
    background-color: var(--white);
    width: 67px;
    height: 67px;
}

.project-step--fonctionnality-file .drop-area p {
    color: var(--white);
    font-family: var(--visby);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.8px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

@media screen and (min-width: 768px) {
    .project-step--fonctionnality-file .drop-area p {
        text-align: left;
        gap: 0;
    }
}

.project-step--fonctionnality-file .drop-area p strong {
    font-weight: 600;
    text-decoration: underline;
}

.project-step--fonctionnality-file .drop-area p span:not(:first-child) {
    font-weight: 300;
    color: #9C9C9C;
    font-size: 14px;
    font-family: var(--inter);
    margin-top: 8px;
}

.project-step--fonctionnality-file .file-info {
    width: 100%;
    flex-direction: column;
    gap: 21px;
    padding-top: 21px;
    padding-bottom: 21px;
    border-top: 1px solid #333E85;
}

.project-step--fonctionnality-file .file-info--content {
    display: flex;
    align-items: center;
    max-width: 412px;
    width: 100%;
    margin: auto;
    justify-content: space-between;
    gap: 16px;
}

.project-step--fonctionnality-file .file-info .filename {
    font-weight: 300;
    color: #9C9C9C;
    font-size: 14px;
    font-family: var(--inter);
    line-height: 161%;
    font-style: italic;
}

.project-step--fonctionnality-file .file-info .delete {
    color: var(--white);
    font-family: var(--visby);
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 16px;
    cursor: pointer;
}

.project-step--fonctionnality-file .file-info .delete::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    mask: url(../images/icon/icon-close.svg) no-repeat center;
    mask-size: contain;
    background-color: var(--pink);
}

.project-step--checkbox {
    max-width: 664px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 0 24px;
}

.project-step--checkbox .checkbox-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

@media screen and (min-width: 768px) {
    .project-step--checkbox .checkbox-list {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }
}

.project-step--checkbox .checkbox-list .checkbox-item {
    width: 100%;
    border-radius: 40px;
    border: 1px solid var(--blue-light);
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 8px;
    cursor: pointer;
}

.project-step--checkbox .checkbox-list .checkbox-item input {
    height: 21px;
    width: 21px;
    border: 1px solid var(--blue-light);
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-step--checkbox .checkbox-list .checkbox-item input::before {
    content: url(../images/icon/icon-check.svg);
    width: 8px;
    height: 8px;
    transform: scale(0);
    transition: 0.3s transform ease-in-out;
    position: relative;
    top: -13px;
}

.project-step--checkbox .checkbox-list .checkbox-item input:checked {
    background-color: var(--blue-middle);
}

.project-step--checkbox .checkbox-list .checkbox-item input:checked::before {
    transform: scale(1);
}

.project-step--checkbox .checkbox-list .checkbox-item input:checked+label {
    color: black;
}

.project-step--checkbox .checkbox-list .checkbox-item label {
    color: var(--white);
    width: 100%;
    font-family: var(--visby);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.7px;
}

.project-step--checkbox .checkbox-list .checkbox-item.active {
    background-color: var(--white);
    border-color: var(--white);
}

.project-step--checkbox .input-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

@media screen and (min-width: 768px) {
    .project-step--checkbox .input-btn {
        flex-direction: row;
    }
}

.project-step--checkbox .input-btn p {
    color: var(--white);
    text-align: center;
    font-family: var(--visby);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 3.6px !important;
    text-transform: uppercase;
}

.project-step--checkbox .input-btn .contact-input--btn-input {
    max-width: 380px;
    width: 100%;
}

.project-step--checkbox .input-btn .contact-input--btn-input input[placeholder] {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.7px;
    text-transform: none;
}

.project-step--checkbox .input-btn .btn-gradient-blur {
    max-width: 380px;
    right: 0;
    left: unset;
}

.project-step--checkbox .input-btn .btn-gradient-blur::before {
    border-radius: 8px;
}

.project-step--formulaire-contact {
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    gap: 42px;
    width: 100%;
    max-width: 740px;
}

@media screen and (min-width: 768px) {
    .project-step--formulaire-contact {
        display: grid;
        grid-template-columns: 1fr 1fr;
        row-gap: 56px;
        column-gap: 24px;
    }
}

.project-step--formulaire-contact .contact-input {
    border-radius: 8px;
}

.hero-project {
    position: relative;
    padding-top: calc(258px - 36px);
    overflow: hidden;
    background: url("../images/hero-project-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 461px;
}

@media screen and (min-width: 768px) {
    .hero-project {
        margin-bottom: 0px;
        padding-top: calc(202px - 46px);
        min-height: 542px;
    }
}

.hero-project::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: radial-gradient(57.85% 57.85% at 20% 60%, rgba(8, 11, 33, 0.3) 0%, #080B21 100%);
}

.hero-project::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(91, 96, 131, 0) 0%, rgba(8, 11, 33, 0.9) 100%, #080b21 100%);
}

@media screen and (min-width: 768px) {
    .hero-project::after {
        background: linear-gradient(180deg, rgba(91, 96, 131, 0) 0%, rgba(8, 11, 33, 0.9) 50%, #080b21 100%);
    }
}

.hero-project[data-step="2"]::before {
    background: radial-gradient(57.85% 57.85% at 20% 60%, rgba(8, 11, 33, 0.3) 0%, #080B21 150%);
}

.hero-project[data-step="3"]::before {
    background: radial-gradient(57.85% 57.85% at 20% 60%, rgba(8, 11, 33, 0.3) 0%, #080B21 125%);
}

@media screen and (min-width: 768px) {
    .hero-project[data-step="3"]::after {
        background: linear-gradient(180deg, rgba(91, 96, 131, 0) 0%, rgba(8, 11, 33, 0.9) 85%, #080b21 100%);
    }
}

.hero-project[data-step="3"] img {
    top: 0;
    object-position: top;
    width: 100%;
    object-fit: contain;
    transform: translateX(24%) rotate(321deg);
    max-height: 250%;
    height: 250%;
}

@media screen and (min-width: 768px) {
    .hero-project[data-step="3"] img {
        top: -70px;
        transform: translateX(-33%) rotate(321deg);
        max-height: 250%;
        height: 250%;
    }
}

.hero-project[data-step="4"]::before {
    background: radial-gradient(57.85% 57.85% at 20% 60%, rgba(8, 11, 33, 0.3) 0%, #080B21 200%);
}

@media screen and (min-width: 768px) {
    .hero-project[data-step="4"]::after {
        background: linear-gradient(180deg, rgba(91, 96, 131, 0) 0%, rgba(8, 11, 33, 0.9) 85%, #080b21 100%);
    }
}

.hero-project[data-step="5"] {
    min-height: 580px;
}

@media screen and (min-width: 768px) {
    .hero-project[data-step="5"] {
        min-height: 798px;
    }
}

.hero-project[data-step="5"]::before {
    background: radial-gradient(132.85% 100.85% at 44% 35%, rgba(8, 11, 33, 0.1) 0%, #080B21 100%);
}

.hero-project[data-step="5"]::after {
    background: linear-gradient(180deg, rgba(91, 96, 131, 0) 0%, rgba(8, 11, 33, 0.8) 150%);
}

@media screen and (min-width: 768px) {
    .hero-project[data-step="5"]::after {
        background: linear-gradient(180deg, rgba(91, 96, 131, 0) 0%, rgba(8, 11, 33, 0.8) 85%, #080b21 100%);
    }
}

.hero-project .astro {
    display: none;
}

.hero-project .astro.active {
    display: block;
}

.hero-project .astro-contact-face,
.hero-project .astro-contact-right,
.hero-project .astro-contact-profil,
.hero-project .astro-contact-back {
    position: absolute;
    max-height: 437px;
    max-width: unset;
    left: 50%;
    transform: translateX(-50%);
    object-fit: cover;
    z-index: 1;
    height: 437px;
    width: 606px;
}

.hero-project .astro-contact-face {
    top: 74px;
    object-position: -23px 0;
}

@media screen and (min-width: 768px) {
    .hero-project .astro-contact-face {
        top: -20px;
        object-position: center;
    }
}

.hero-project .astro-contact-right {
    top: 95px;
    object-position: -85px 0;
    max-height: 350px;
}

@media screen and (min-width: 768px) {
    .hero-project .astro-contact-right {
        top: 20px;
        object-position: center;
        max-height: 378px;
    }
}

.hero-project .astro-contact-back {
    top: 90px;
    object-position: 13px 0;
}

@media screen and (min-width: 768px) {
    .hero-project .astro-contact-back {
        top: 20px;
    }
}

.hero-project .astro-contact-back[data-step="5"] {
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: contain;
    max-height: 100%;
    top: 60px;
    rotate: -10deg;
}

@media screen and (min-width: 768px) {
    .hero-project .astro-contact-back[data-step="5"] {
        top: -50px;
    }
}

.hero-project--container {
    position: relative;
    z-index: 2;
    overflow-x: scroll;
}

.hero-project--container::-webkit-scrollbar {
    display: none;
}

.hero-project--container .progress-line {
    position: relative;
    height: 1px;
    width: calc(100% - 88px);
    justify-self: center;
    background: linear-gradient(90deg, #CB05ED 0%, #693CFF 53.13%, #44B0FF 100%);
    padding: 0 24px;
    grid-column: 1/-1;
    top: 52px;
}

.hero-project--progress-step {
    display: grid;
    grid-template-columns: repeat(4, 91px);
    justify-content: space-between;
    max-width: 508px;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
    gap: 42px;
    margin: auto;
}

@media screen and (min-width: 768px) {
    .hero-project--progress-step {
        max-width: 682px;
    }
}

.hero-project--progress-step .step {
    position: relative;
    width: 91px;
    flex-shrink: 0;
}

.hero-project--progress-step .step .ellipse {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    height: 20px;
    width: 20px;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
}

.hero-project--progress-step .step .ellipse::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #CB05ED;
    transition: width 0.3s ease, height 0.3s ease;
}

.hero-project--progress-step .step[data-step="2"] .ellipse::after {
    background-color: #9623F7;
}

.hero-project--progress-step .step[data-step="3"] .ellipse::after {
    background-color: #5480FF;
}

.hero-project--progress-step .step[data-step="4"] .ellipse::after {
    background-color: #44B0FF;
}

.hero-project--progress-step .step .step-infos {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    position: relative;
    max-width: 95px;
    width: 100%;
    z-index: 1;
    pointer-events: none;
}

.hero-project--progress-step .step .step-infos .count {
    text-align: center;
    font-family: var(--visby);
    font-size: 13.333px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.667px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    height: 20px;
    align-content: center;
}

.hero-project--progress-step .step .step-infos p {
    color: var(--white);
    font-family: var(--visby);
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.hero-project--progress-step .step.active .ellipse::after {
    width: 48px;
    height: 48px;
    z-index: -1;
}

.hero-project--progress-step .step.active .count,
.hero-project--progress-step .step.active p {
    opacity: 1;
    visibility: visible;
}

.hero-project--progress-step .step.active p:not(.count) {
    opacity: 0.5;
}

.hero-project--progress-step .step.current p:not(.count) {
    opacity: 1;
}

.hero-project--progress-step .step.current[data-step="1"] .ellipse::after {
    background-color: #CB05ED;
    box-shadow: 0px 0px 30px 0px rgba(203, 5, 237, 0.8);
}

.hero-project--progress-step .step.current[data-step="2"] .ellipse::after {
    background-color: #9623F7;
    box-shadow: 0px 0px 30px 0px rgba(150, 35, 247, 0.8);
}

.hero-project--progress-step .step.current[data-step="3"] .ellipse::after {
    background-color: #5480FF;
    box-shadow: 0px 0px 30px 0px rgba(84, 128, 255, 0.8);
}

.hero-project--progress-step .step.current[data-step="4"] .ellipse::after {
    background-color: #44B0FF;
    box-shadow: 0px 0px 30px 0px rgba(68, 176, 255, 0.8);
}

.hero-project--progress-step .step:last-child {
    width: 115px;
}

.hero-project--progress-step .step:last-child .ellipse {
    left: calc(50% - 12px);
}

.hero-project--progress-step .step:last-child .step-infos {
    max-width: 100%;
    padding-right: 24px;
}

.project-nav {
    position: relative;
    z-index: 1;
    margin-top: 56px;
    margin-bottom: 64px;
}

@media screen and (min-width:768px) {
    .project-nav {
        margin-bottom: 120px;
    }
}

.project-nav--container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.project-nav--container .btn-primary {
    cursor: pointer;
    width: max-content;
}

.project-nav--container .btn-primary span {
    pointer-events: none;
}

.project-nav--container .btn-primary.project-prev {
    align-items: center;
    opacity: 1;
    transition: opacity 0.3s ease;
    padding: 0;
}

.project-nav--container .btn-primary.project-prev::before {
    content: "";
    display: block;
    mask: url(../images/icon/icon-arrow-long-left.svg) no-repeat center;
    mask-size: contain;
    background-color: var(--white);
    width: 24px;
    height: 24px;
}

.project-nav--container .btn-primary.project-prev:hover {
    opacity: 0.8;
}

.contact-input .contact-input--btn-input.error {
    background-image: linear-gradient(90deg, red 0%, red 100%);
}