.reveal-slide h2 {
    text-align: center;
    margin-bottom: 32px;
    text-wrap: balance;
}

@media screen and (min-width: 992px) {
    .reveal-slide h2 {
        text-align: left;
        margin-bottom: 64px;
    }
}

.reveal-slide--wrapper {
    display: flex;
    gap: clamp(24px, 5.56vw, 80px);
    align-items: flex-end;
}

.reveal-slide--content {
    flex: 1;
    position: relative;
}

.reveal-slide--content h5 {
    color: var(--bleu-nuit);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    margin-bottom: 12px;
}

.reveal-slide--content p {
    color: #6F6F6F;
}

.reveal-slide--content img {
    margin-bottom: 12px;
    height: 48px;
    width: 48px;
    -o-object-fit: contain;
    object-fit: contain;
}

.reveal-slide--inner {
    position: absolute;
    width: 100%;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.reveal-slide--inner.is-active {
    opacity: 1;
}

.reveal-slide--reveal {
    width: 100%;
    min-height: 480px;
    max-width: 62.5vw;
    max-width: clamp(100px, 62.5vw, 900px);
    display: flex;
}

.reveal-slide--reveal .section {
    cursor: pointer;
    transition: all 0.6s ease;
    position: relative;
    border-right: 1px solid #C6C6C6;
    overflow: hidden;
}

.reveal-slide--reveal .section img {
    width: calc(100% - 48px);
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 24px;
    left: 24px;
    top: 0;
    border-radius: 16px;
    transition: opacity 0.6s ease;
}

.reveal-slide--reveal .section:hover .heading {
    color: var(--bleu-nuit);
}

.reveal-slide--reveal .section-3 {
    border-right: none;
}

.reveal-slide--reveal .heading {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 62px;
    opacity: 0;
    rotate: -90deg;
    transform-origin: left bottom;
    min-width: 480px;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    color: #C6C6C6;
    display: flex;
    align-items: center;
}

.reveal-slide--reveal .heading span:first-child {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-right: 24px;
}

.reveal-slide--reveal .heading span:last-child {
    display: block;
    width: 48px;
    height: 48px;
    background: url("../images/arr.svg");
    rotate: 0.25turn;
    margin-left: auto;
}

.reveal-slide--reveal .main-text-wrapper {
    display: none;
    background: white;
    position: absolute;
    padding: 12px 24px;
    border-top-left-radius: 16px;
    right: 24px;
    bottom: 0;
    max-width: 300px;
}

.reveal-slide--reveal .main-text-wrapper::before,
.reveal-slide--reveal .main-text-wrapper::after {
    content: "";
    -webkit-mask: url("../images/corner-footer.svg") no-repeat center;
    mask: url("../images/corner-footer.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background: white;
    position: absolute;
    width: 16px;
    height: 16px;
    transform: scaleX(-1);
}

.reveal-slide--reveal .main-text-wrapper::before {
    left: -16px;
    bottom: 0;
}

.reveal-slide--reveal .main-text-wrapper::after {
    top: -16px;
    right: 0;
}

.reveal-slide--reveal .main-text {
    color: var(--bleu-nuit);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    display: flex;
    flex-direction: column;
}

.reveal-slide--reveal .main-text span {
    font-size: 3rem;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.reveal-slide--reveal .grow {
    flex: 10;
}

.reveal-slide--reveal .grow div {
    justify-content: end;
}

.reveal-slide--reveal .shrink {
    min-width: 70px;
    flex: 0.1;
}

.reveal-slide--reveal .shrink .heading {
    opacity: 1;
    transition: all 0.6s ease;
}

.reveal-slide--reveal .shrink img {
    opacity: 0;
}

@keyframes slide {
    from {
        opacity: 0;
    }

    to {
        opacity: 100%;
    }
}

.reveal-slide--reveal .show {
    display: block;
}

.reveal-slide--reveal .hide {
    display: none;
}

.reveal-slide--reveal .animate {
    animation: slide 0.4s ease;
}

.reveal-slide--item .img {
    height: 468px;
    width: 100%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    margin-bottom: 24px;
}

.reveal-slide--item .img p {
    padding: 12px 12px 32px;
    background: white;
    position: absolute;
    bottom: 0;
    right: 0;
    border-top-left-radius: 16px;
    color: var(--bleu-nuit);
    display: flex;
    flex-direction: column;
    min-width: 64%;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.reveal-slide--item .img p span {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.reveal-slide--item .img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.reveal-slide--item .content img {
    margin-bottom: 12px;
    height: 48px;
    width: 48px;
    -o-object-fit: contain;
    object-fit: contain;
}

.reveal-slide--item .content h5 {
    margin-bottom: 12px;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
}

.reveal-slide--nav {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 24px;
}

@media screen and (max-width: 991px) {
    .reveal-slide .desk {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .reveal-slide .mob {
        display: none;
    }
}

/*# sourceMappingURL=style.css.map */