:root {
    --rosy-copper: #bf4e30ff;
    --ash-grey: #c6ccb2ff;
    --evergreen: #093824ff;
    --lavender: #e5eafaff;
    --aquamarine: #78fecfff;
    --black: #181818;
    --title: 'Helvetica', sans-serif;
    --text: 'Hepta Slab', serif;
}

body {
    background-image: url(data:image/png;base64,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);
    background-color: var(--ash-grey);
    margin: 0;
    overflow-x: hidden;
}

.top {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 0.3px var(--black);
    width: auto;
    height: 6em;
    margin-left: 35px;
    margin-right: 35px;
    margin-top: 35px;
}

.logo {
    width: 4em;
    height: 4em;
    transition: all 0.6s cubic-bezier(0.34, 3.5, 0.64, 1);
}

.logo:hover {
    transform: scale(1.2);
    rotate: 10deg;
}

.nom {
    font-family: var(--text);
    font-weight: 200;
}

.moi {
    width: 42vw;
    max-width: 1400px;
    min-width: 350px;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0;
    flex-shrink: 0;
}

@media (min-width: 1400px) {
    .moi {
        width: 45vw;
    }
}


.prez {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8vw;
    height: 100vh;
    width: 100%;
    max-width: 2500px;
    margin: 0 auto;
    padding: 0 4vw;
    box-sizing: border-box;
}


.droite {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40vw;
    max-width: 1000px;
    text-align: left;
    flex-shrink: 0;
}

.titre {
    font-family: var(--title);
    font-weight: 900;
    color: var(--black);
    font-size: clamp(3em, 4.5vw, 8em);
    margin: 0 0 1vw 0;
    line-height: 1.1;
}

.pre {
    font-family: var(--text);
    font-weight: 300;
    font-size: clamp(1.2em, 2vw, 3.5em);
    color: var(--black);
    margin: 0 0 3vw 0;
}

.who {
    background-color: var(--rosy-copper);
    border: solid 1px var(--rosy-copper);
    border-radius: 4vw;
    width: max-content;
    padding: 0 clamp(20px, 2.5vw, 60px);
    font-family: var(--text);
    font-size: clamp(1em, 1.3vw, 2em);
    color: var(--lavender);
    display: inline-block;
    text-decoration: none;
    line-height: clamp(40px, 4.5vw, 80px);
    transition: all 0.2s ease-in-out;
}

.who:hover {
    background-color: var(--lavender);
    border: solid 1px var(--rosy-copper);
    color: var(--black);
}

.who:active {
    background-color: var(--lavender);
    border: solid 1px var(--rosy-copper);
    color: invert;
    transform: scale(0.9);
}

.download {
    background-color: var(--rosy-copper);
    border: solid 1px var(--rosy-copper);
    border-radius: 4vw;
    width: max-content;
    padding: 0 clamp(20px, 2.5vw, 60px);
    margin: 0 auto;
    margin-bottom: 100px;
    font-family: var(--text);
    font-size: clamp(1em, 1.3vw, 2em);
    color: var(--lavender);
    display: inline-block;
    text-decoration: none;
    line-height: clamp(40px, 4.5vw, 80px);
    transition: all 0.2s ease-in-out;
}

.download:hover {
    background-color: var(--lavender);
    border: solid 1px var(--rosy-copper);
    color: var(--black);
}

.download:active {
    background-color: var(--lavender);
    border: solid 1px var(--rosy-copper);
    color: invert;
    transform: scale(0.9);
}

.taff {
    color: var(--rosy-copper);
}

.go {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: auto;
    padding-top: clamp(40px, 5vh, 80px);
    font-family: var(--text);
    font-size: 1em;
    font-weight: 200;
}

.go-arrow {
    color: var(--rosy-copper);
    font-size: 1.7em;
    animation: bounce-arrow 2s ease-in-out infinite;
}

@keyframes bounce-arrow {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }
}

.center {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 0;
    transform: translateY(-40px);
    transition: all linear;
    display: flex;
}

.center::scroll-marker {
    opacity: 0%;
}

.pages {
    background-color: var(--lavender);
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    z-index: 3;
    margin-top: 100vh;
    border-top: solid 0.3px var(--black);
    justify-content: center;
    align-content: center;
    border-radius: 50px;
}

.projects-title {
    font-family: var(--title);
    font-size: clamp(2.4em, 3vw, 8em);
    text-align: center;
    padding-top: 45px;
    padding-bottom: 45px;
    margin: 0;
}

.showreel {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 45px;
}

.showreel video {
    width: 50%;
    max-width: 1200px;
    border-radius: 20px;
    background-color: var(--black);
    outline: none;
}

.video {
    transition: all 0.2s ease-in-out;
}

.video:hover {
    transform: scale(1.03);
    box-shadow: 0px 15px 40px rgba(24, 24, 24, 0.4);
}

/* =========================================
   CUSTOM VIDEO PLAYER STYLING (WebKit Only)
   ========================================= */

video::-webkit-media-controls-overlay-play-button {
    display: none;
}

video::-webkit-media-controls-panel {
    border-radius: 0 0 20px 20px;
    display: flex !important;
    padding: 10px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.showreel video:hover::-webkit-media-controls-panel {
    opacity: 1;
    color: var(--rosy-copper);
}

.result video:hover::-webkit-media-controls-panel {
    opacity: 1;
    color: var(--rosy-copper);
}

video::-webkit-media-controls-play-button,
video::-webkit-media-controls-mute-button,
video::-webkit-media-controls-fullscreen-button {
    color: var(--ash-grey) !important;
}

video::-webkit-media-controls-timeline {
    border-radius: 10px;
    height: 5px;
    margin: 0 15px;
    color: var(--rosy-copper) !important;
}


video::-webkit-media-controls-current-time-display,
video::-webkit-media-controls-time-remaining-display {
    color: var(--lavender);
    font-family: var(--text);
    font-size: 14px;
}

.projects {
    display: grid;
    grid-template-areas:
        "card1 card1 card2"
        "card7 card4 card5"
        "card7 card3 card3"
        "card6 card8 card9";
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: clamp(2vw, 15vw, 500px);
    gap: 15px;
    margin-left: 8vw;
    margin-right: 9vw;
    margin-bottom: 150px;
}

.qui {
    display: grid;
    grid-template-areas:
        "card1 card1 card-text"
        "card7 card-text2 card5"
        "card7 card3 card3"
        "card6 card8 card-text3";
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: clamp(2vw, 15vw, 500px);
    gap: 15px;
    margin-left: 8vw;
    margin-right: 9vw;
    margin-bottom: 50px;
}

.projects-watch {
    display: grid;
    grid-template-areas:
        "card1 card2 card2"
        "card3 card-text card5"
        "card3 card6 card6";
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: clamp(2vw, 15vw, 500px);
    gap: 15px;
    margin-left: 8vw;
    margin-right: 9vw;
    margin-bottom: 50px;
}

.projects-arock {
    display: grid;
    grid-template-areas:
        "card1 card2 card2"
        "card-text card7 card5"
        "card-text card6 card6";
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: clamp(2vw, 15vw, 500px);
    gap: 15px;
    margin-left: 8vw;
    margin-right: 9vw;
    margin-bottom: 50px;
}

.projects-bd {
    display: grid;
    grid-template-areas:
        "card1 card2 card3"
        "card4 card4 card3"
        "card-text card6 card7";
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: clamp(2vw, 15vw, 500px);
    gap: 15px;
    margin-left: 8vw;
    margin-right: 9vw;
    margin-bottom: 50px;
}

.projects-3d {
    display: grid;
    grid-template-areas:
        "card1 card2 card3"
        "card4 card4 card3"
        "card5 card-text card7";
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: clamp(2vw, 15vw, 500px);
    gap: 15px;
    margin-left: 8vw;
    margin-right: 9vw;
    margin-bottom: 50px;
}

.projects-carnet {
    display: grid;
    grid-template-areas:
        "card1 card2 card3"
        "card4 card5 card-text"
        "card7 card8 card8"
        "card7 card9 card9";
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: clamp(2vw, 15vw, 500px);
    gap: 15px;
    margin-left: 8vw;
    margin-right: 9vw;
    margin-bottom: 50px;
}

.projects-couvertures {
    display: grid;
    grid-template-areas:
        "card1 card2 card3"
        "card4 card5 card-text";
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: clamp(2vw, 15vw, 500px);
    gap: 15px;
    margin-left: 8vw;
    margin-right: 9vw;
    margin-bottom: 50px;
}

.projects-phrase {
    display: grid;
    grid-template-areas:
        "card1 card1 card2"
        "card3 card4 card2"
        "card-text card6 card6";
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: clamp(2vw, 15vw, 500px);
    gap: 15px;
    margin-left: 8vw;
    margin-right: 9vw;
    margin-bottom: 50px;
}

.projects-cultur63 {
    display: grid;
    grid-template-areas:
        "card-text card-text card2"
        "card3 card4 card2"
        "card5 card6 card6"
        "card7 card8 card9";
    grid-template-columns: repeat(3, 1fr) !important;
    grid-auto-rows: clamp(2vw, 15vw, 500px);
    gap: 15px;
    margin-left: 8vw;
    margin-right: 9vw;
    margin-bottom: 50px;
}

.projects-vakita {
    display: grid;
    grid-template-areas:
        "card1 card2 card3"
        "card-text card2 card5"
        "card6 card7 card7"
        "card8 card9 card9";
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)) !important;
    grid-auto-rows: clamp(2vw, 15vw, 500px);
    gap: 15px;
    margin-left: 8vw;
    margin-right: 9vw;
    margin-bottom: 50px;
}

@media (max-width: 768px) {

    .projects,
    .projects-watch,
    .projects-arock,
    .projects-bd,
    .projects-3d,
    .projects-carnet,
    .projects-couvertures,
    .projects-phrase,
    .projects-cultur63,
    .projects-vakita,
    .qui {
        grid-template-columns: 1fr !important;
        grid-template-areas: unset !important;
        grid-auto-rows: minmax(200px, auto);
        margin-left: 8vw;
        margin-right: 8vw;
    }

    .projects>[class^="card"],
    .projects-watch>[class^="card"],
    .projects-arock>[class^="card"],
    .projects-bd>[class^="card"],
    .projects-3d>[class^="card"],
    .projects-carnet>[class^="card"],
    .projects-couvertures>[class^="card"],
    .projects-phrase>[class^="card"],
    .projects-cultur63>[class^="card"],
    .projects-vakita>[class^="card"],
    .qui>[class^="card"] {
        grid-area: unset !important;
    }
}


.card1,
.card2,
.card3,
.card4,
.card5,
.card6,
.card7,
.card8,
.card9 {
    background-color: var(--rosy-copper);
    border-radius: 20px;
    display: flex;
    position: relative;
    overflow: hidden;
    transition: all 0.2s cubic-bezier(0.34, 3.5, 0.64, 1);
    text-decoration: none;
}

.card1 {
    grid-area: card1;
}

.card1:hover {
    transform: scale(1.03);
    z-index: 3;
    box-shadow: 10px 10px 30px 0 rgb(24, 24, 24, 0.5);
    rotate: 2deg;
}

.card2 {
    grid-area: card2;
}

.card2:hover {
    transform: scale(1.03);
    z-index: 3;
    box-shadow: 10px 10px 30px 0 rgb(24, 24, 24, 0.5);
    rotate: 2deg;
}

.card3 {
    grid-area: card3;
}

.card3:hover {
    transform: scale(1.03);
    z-index: 3;
    box-shadow: 10px 10px 30px 0 rgb(24, 24, 24, 0.5);
    rotate: 2deg;
}

.card4 {
    grid-area: card4;
}

.card4:hover {
    transform: scale(1.03);
    z-index: 3;
    box-shadow: 10px 10px 30px 0 rgb(24, 24, 24, 0.5);
    rotate: 2deg;
}

.card5 {
    grid-area: card5;
}

.card5:hover {
    transform: scale(1.03);
    z-index: 3;
    box-shadow: 10px 10px 30px 0 rgb(24, 24, 24, 0.5);
    rotate: 2deg;
}

.card6 {
    grid-area: card6;
}

.card6:hover {
    transform: scale(1.03);
    z-index: 3;
    box-shadow: 10px 10px 30px 0 rgb(24, 24, 24, 0.5);
    rotate: 2deg;
}

.card7 {
    grid-area: card7;
}

.card7:hover {
    transform: scale(1.03);
    z-index: 3;
    box-shadow: 10px 10px 30px 0 rgb(24, 24, 24, 0.5);
    rotate: 2deg;
}

.card8 {
    grid-area: card8;
}

.card8:hover {
    transform: scale(1.03);
    z-index: 3;
    box-shadow: 10px 10px 30px 0 rgb(24, 24, 24, 0.5);
    rotate: 2deg;
}

.card9 {
    grid-area: card9;
}

.card9:hover {
    transform: scale(1.03);
    z-index: 3;
    box-shadow: 10px 10px 30px 0 rgb(24, 24, 24, 0.5);
    rotate: 2deg;
}

.title-card {
    font-family: var(--title);
    color: var(--lavender);
    font-size: 2em;
    padding-left: 25px;
    padding-bottom: 25px;
    margin: 0;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    background: linear-gradient(to top,
            rgb(191, 78, 48, 0.95) 0%,
            rgb(191, 78, 48, 0.68) 25%,
            rgb(191, 78, 48, 0.35) 65%,
            rgb(191, 78, 48, 0) 100%);
}

.card-text {
    grid-area: card-text;
    background-color: var(--rosy-copper);
    border-radius: 20px;
    display: flex;
    position: relative;
    overflow: hidden;
}

.card-text2 {
    grid-area: card-text2;
    background-color: var(--rosy-copper);
    border-radius: 20px;
    display: flex;
    position: relative;
    overflow: hidden;
}

.card-text3 {
    grid-area: card-text3;
    background-color: var(--rosy-copper);
    border-radius: 20px;
    display: flex;
    position: relative;
    overflow: hidden;
}


.title-card:hover {
    opacity: 1;
}

.projects[class*="layout-"] .card {
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.projects[class*="layout-"] .card.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.projects[class*="layout-"] .card.fullscreen img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}


.projects[class*="layout-"] .title-card {
    display: none;
}

.projects[class*="layout-"] div[class^="card"]:not(.card-text) {
    cursor: pointer;
}

.cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--black);
    border-radius: 50px 50px 0 0;
    width: 100%;
    height: 350px;
}

.contact {
    font-family: var(--title);
    color: var(--lavender);
    font-size: clamp(2.4em, 2vw, 8em);
    text-align: center;
    padding-top: 45px;
    padding-bottom: 20px;
    margin: 0;
}

.socials {
    display: flex;
    gap: 80px;
    padding-top: 30px;
}

.socials a {
    color: var(--lavender);
    font-size: clamp(2em, 3vw, 3em);
    text-decoration: none;
    transition: all 0.6s cubic-bezier(0.34, 3.5, 0.64, 1);
}

.socials a:hover {
    color: var(--rosy-copper);
    transform: scale(1.3) rotate(10deg);
}

.credit {
    color: var(--lavender);
    font-family: var(--text);
    font-size: 0.7em;
    padding-top: 50px;
}

.droite-pr {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
}

.center-pr {
    position: fixed;
    width: 100%;
    z-index: 0;
    transition: all linear;
    display: flex;
    justify-content: center;
}

.explication {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10%;
    font-family: var(--text);
    font-size: clamp(0.2em, 0.9vw, 3.5em);
    color: var(--black);
}

.result {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 45px;
    padding-top: 110px;
}

.result video {
    width: 50%;
    max-width: 1200px;
    border-radius: 20px;
    background-color: var(--black);
    outline: none;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 10000;
    opacity: 0;
    animation: fadeOut 0.5s ease forwards;
}

.modal.active {
    display: flex;
    animation: fadeIn 0.5s ease forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.modal-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
}

.modal-image {
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 20px;
    animation: impressiveReveal 0.4s cubic-bezier(0.34, 1.2, 0.64, 1);
}

@keyframes impressiveReveal {
    0% {
        transform: translateY(100vh) scale(0.95);
        opacity: 0;
        filter: blur(10px);
    }

    60% {
        filter: blur(3px);
    }

    100% {
        transform: translateY(0) scale(1);
        opacity: 1;
        filter: blur(0px);
    }
}

.back {
    background-color: var(--rosy-copper);
    border: solid 1px var(--rosy-copper);
    border-radius: 4vw;
    width: max-content;
    padding: 0 clamp(20px, 2.5vw, 60px);
    font-family: var(--text);
    font-size: clamp(1em, 0.8vw, 2em);
    color: var(--lavender);
    display: inline-block;
    text-decoration: none;
    line-height: clamp(40px, 2.5vw, 80px);
    transition: all 0.2s ease-in-out;
    margin: 50px auto 50px;
}

.back:hover {
    background-color: var(--lavender);
    border: solid 1px var(--rosy-copper);
    color: var(--black);
}

.back:active {
    background-color: var(--lavender);
    border: solid 1px var(--rosy-copper);
    color: invert;
    transform: scale(0.9);
}

@media (max-width: 768px) {
    .prez {
        flex-direction: column;
        height: auto;
        gap: 4vw;
        padding: 20px;
    }

    .moi {
        width: 100%;
        max-width: none;
        min-width: auto;
        margin-bottom: 20px;
    }

    .droite {
        width: 100%;
        max-width: none;
    }

    .top {
        flex-direction: column;
        height: auto;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 20px;
        gap: 15px;
    }

    .logo {
        width: 3em;
        height: 3em;
    }

    .showreel video,
    .result video {
        width: 95%;
        max-width: none;
    }

    .explication {
        padding: 20px;
        font-size: 0.8em;
    }

    .socials {
        gap: 40px;
    }

    .footer {
        height: auto;
        padding-bottom: 30px;
    }
}