    /* =*=*=*=*=*=*=*=*=*=*=*=*=*=*=* GLOBAL =*=*=*=*=*=*=*=*=*=*=*=*=*=*=* */

    #__bs_notify__ {
        display: none !important;
    }

    body,
    html {
        overscroll-behavior: none;
        width: 100%;
        margin: 0;
        padding: 0;
        background-color: rgb(255, 255, 255);
        -webkit-user-drag: none;
        scrollbar-width: none;
        font-family: "Metropolis", sans-serif;
        overflow-x: clip;

    }

    body img,
    html img {
        -webkit-user-drag: none;
    }


    h2 {
        font-size: 2rem;
    }

    button span {
        font-weight: bold;
        color: black;
    }

    * {
        box-sizing: border-box;
    }


    /* =*=*=*=*=*=*=*=*=*=*=*=*=*=*=* navbar.php =*=*=*=*=*=*=*=*=*=*=*=*=*=*=* */
    * {
        /* border : .5px solid red */
    }

    .burger {
        display: none;
        position: relative;

        width: 35px;
        aspect-ratio: 1/1;
        right:-6%;
    }

    .navbar-background {
        position: absolute;
        /* background-color: white; */
        z-index: 2;
        width: 200vw;
        height: 100vh;
        bottom:-25%;
        right: -100%;
    }

    .bar-wrapper>* {
        position: absolute;
        background-color: black;
        height: 10%;
        width: 100%;
        margin:0;
        transform-origin: 50% 50%;
        /* transition: rotate .3s ease, opacity .3s ease, margin-block .3s ease; */
    }

    .bar-wrapper {
        display: flex;
        position: relative;
        flex-direction: column;

        width: 100%;
        height: 100%;
        z-index: 3;
    }

    .bar-wrapper> :nth-child(1) {
        top: 0;
        transition: top .3s ease, transform .3s ease, rotate .3s ease;
    }
    .bar-wrapper> :nth-child(2) {
        top:50%;
        transform: translateY(-50%);
        transition: rotate .3s ease;
    }
    .bar-wrapper> :nth-child(3) {
        bottom:0;
        transition: bottom .3s ease, opacity .3s ease, transform .3s ease;
    }
    
    input#burger-toggle:checked+.bar-wrapper> :nth-child(1){
        top:50%;
        rotate: -45deg;
        /* background-color: red; */
        transform: translateY(-50%);
    }
    input#burger-toggle:checked+.bar-wrapper> :nth-child(2){
        /* background-color: blue; */
        rotate: 45deg;
    }
    input#burger-toggle:checked+.bar-wrapper> :nth-child(3){
        bottom: 50%;
        opacity: 0;
    }

    input#burger-toggle{
        cursor: pointer;
        z-index: 4;
        position: absolute;
        height: 100%;
        width: 100%;
        margin: 0;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
    }

    @media (max-width:767px) {
        .burger {
            display: flex
        }
    }

    .section1#navbar {
        /* border: 5px solid rgb(73, 148, 117); */
        position: relative;
        display: inline-block;
        flex-direction: column;
        position: fixed;
        top: 0;
        z-index: 9999;

        height: 80px;
        width: 100%;
        /* box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2); */

        transition: transform 0.3s ease;

        /* background-color: rgb(0, 0, 0); */
    }

    .section1#navbar.hide {
        transform: translateY(-100%);
    }



    #navbar-row1 .navbar-titre-graphic-design {
        position: relative;
        margin-left: auto;
        /* border: 1px solid red; */
    }

    #navbar-row1>* {
        margin: auto;
    }

    #navbar-row1 {
        position: relative;
        display: flex;
        height: calc((6vh/2));
        width: 100%;
        align-items: center;
        /* border:0.5px solid red */
        /* justify-content: space-betweena; */
    }

    #navbar-row2>* {
        margin-inline: auto;
        /* border: 1px solid red; */
    }

    #navbar-row2 {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;

        /* overflow: hidden; */
        /* height: calc((6vh/4)*3); */
        height: 100%;
        width: 100%;
        /* background-color: aqua; */
        /* border: 1px solid red; */
    }

    .icon-div {
        position: relative;
        display: flex;
        height: 100%;
        width: 100%;
        z-index: 6;

        align-items: center;
        /* border: 0.5px solid rgb(0, 255, 234); */
    }

    .iconbutton {
        position: relative;
        display: flex;
        height: 100%;
        /* border: 0.5px solid red; */
        transition: transform 0.1s;

    }

    #div-icon-img {
        /* border: 1px solid purple; */
        position: relative;
        display: flex;
        padding: 25%;
        height: 100%;
        box-sizing: border-box;
    }

    .section1#navbar .icon {
        position: relative;
        display: flex;
        height: 100%;
        /* border: 1px solid rgb(255, 0, 0); */
        -o-object-fit: contain;
           object-fit: contain;
    }

    .menu {
        /* border: 1px solid rgb(255, 0, 0); */
        display: flex;
        gap: auto;
        justify-content: flex-end;
        width: 100%;
        padding-right: 10px;

    }

    .section1 #navbar-row1 a {
        color: white;
        font-size: 1rem;
    }

    .section1 a:not(.iconbutton) {
        display: flex;
        padding-inline: 30px;
        z-index: 99;
        color: rgb(0, 0, 0);
        text-decoration: none;
        font-family: "Metropolis", sans-serif;

        position: relative;
        font-size: 1.4rem;
        cursor: pointer;
        transition: transform 0.1s;
        transform-origin: center;

        align-items: center;

    }

    .section1 a.active {
        /* color: rgb(144, 144, 144); */
        text-decoration: underline;
        text-underline-offset: 6px;
        pointer-events: none;
    }

    .section1 a:not(.switch):hover {
        /* color: rgb(144, 144, 144); */
        background-color: rgba(0, 0, 255, 0);
        transform: scale(1.2);
    }

    .section1>#navbar-row2 .burger .menu a {
        /* border:1px solid red; */
        width: -moz-fit-content;
        width: fit-content;
        text-align: end;
        color: black;

    }

    .section1>#navbar-row2 .burger .menu> :nth-child(2) {
        margin-block: 10px;
    }

    .section1>#navbar-row2 .burger .menu> :nth-child(3) {
        margin-bottom: 10px;
    }

    .section1>#navbar-row2 .burger .menu {
        /* visibility:hidden ; */
        flex-direction: column;
        position: absolute;
        bottom: 70px;
        opacity: 1;
        /* border: 1px solid red; */
        background-color: rgb(255, 255, 255);
        padding: 0;
        height: 200px;
        width: 110vw;
        justify-content: end;
        align-items: end;
        border-bottom: 5px solid black;
        transition: bottom .3s ease .1s;
        z-index: 2;

        right: -80%;
    }

    .section1>#navbar-row2 input#burger-toggle:checked~.menu {
        transition: bottom .3s ease;
        visibility: visible;
        bottom: -370%;
    }

    .bar-wrapper:hover {
        cursor: pointer;
    }

    .burger {
        margin: 8%;
        /* border: 1px solid red; */
        /* position: relative; */
    }

    .navbar-background {
        opacity: 1;
        z-index: 1;
    }

    @media (max-width:767px) {
        .section1#navbar.hide {
            transform: translateY(-10svh);
        }

        #navbar-row1 {
            height: calc((6svh/2));
            /* border:0.5px solid red */
            /* justify-content: space-betweena; */
        }


        .section1>#navbar-row2>.menu>a {
            display: none;
        }

        #div-icon-img {
            z-index: 4;
        }

        .section1#navbar {
            height: 70px;
        }
    }



    /* =*=*=*=*=*=*=*=*=*=*=*=*=*=*=* footer.php =*=*=*=*=*=*=*=*=*=*=*=*=*=*=* */

    .footer-cell-2>* {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .footer-cell-2 ul>* {
        margin-bottom: 5px;
    }

    .footer-cell-2 ul a {
        text-decoration: none;
        color: black;
    }

    .footer-cell-2 ul strong {
        font-weight: 500;
    }

    .footer-cell-2>a {
        display: flex;
        /* border: 1px solid red; */
        height: 120px;
        align-self: center;
        display: none;
    }

    .footer-cell-2 a>img {
        width: 100%;
        height: 100%;
    }

    #footer-div #footer-cell-2,
    #footer-div #footer-cell-3 {
        padding-inline: 3%;
    }

    section#footer {
        height: -moz-fit-content;
        height: fit-content;
    }

    section#footer {
        display: flex;
        position: relative;
        /* background-color:#cccccc; */
        background-color: #fafafa;
        height: 20vh;
        height: 20svh;
        z-index: 9999;
        bottom: 0;

        width: 100%;
        height: -moz-fit-content;
        height: fit-content;
        transition: transform 0.3s ease;
    }

    #book section#footer {
        transform: translateY(100%);
    }

    #book section#footer.show {
        transform: translateY(0);
    }

    div#footer-div {
        position: relative;
        display: grid;
        grid-template-areas:
            "a a"
            "b c";
        /* justify-content: space-between; */
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        height: -moz-fit-content;
        height: fit-content;
        width: 100%;
        max-width: 100vw !important;

        /* overflow: hidden; */

    }

    #footer strong {
        font-weight: 800;
    }

    #footer a {
        z-index: 99;
        color: rgb(0, 0, 0);
        text-decoration: none;
        font-family: "Metropolis", sans-serif;
        font-weight: 500;
        /* padding-inline: 10px; */
        /* position: relative; */
        font-size: clamp(0.9rem, 2vw, 1.2rem);
        cursor: pointer;
        transition: transform 0.1s;
        transform-origin: center;

    }

    #footer a.active {
        color: rgb(144, 144, 144);
        pointer-events: none;
    }

    #footer a:hover {
        color: rgb(144, 144, 144);
        background-color: rgba(0, 0, 255, 0);
        transform: scale(1.01);
    }

    #footer-cell-1 a {
        color: white;
    }

    #footer-cell-1 {
        display: flex;
        padding-block: 10px;
        max-width: 100vw;
        grid-area: a;
        background-color: black;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
    }

    #footer-cell-2>* {
        /* border: 1px solid red; */
        align-self: flex-start;
        /* margin-top: 5%; */
    }


    #footer-cell-2 {
        /* border: 1px solid red; */
        grid-area: b;
        flex-direction: column;
        justify-content: flex-end;
        /* height: 50% !important; */

        box-sizing: border-box;
    }

    #footer-cell-3>* {
        margin-top: 5%;
        margin-bottom: 0;
        /* border: 1px solid red; */
    }

    #footer-cell-3 p {
        /* display: flex; */
        font-family: "Metropolis", sans-serif;
        font-size: clamp(12px, 1.2vw, 16px);
        width: 100%;
        text-align: right;

    }

    #footer-cell-3 {
        /* border: 1px solid red; */
        grid-area: c;
        flex-direction: column;
        white-space: nowrap;

        /* padding: 0 20px 20px 0px; */
        box-sizing: border-box;

        justify-content: flex-end;
        align-items: flex-end;

        margin-top: auto;
        width: 100%;
        height: 100%;
    }

    #footer-cell-3-rs {
        /* border: .3px solid green; */
        /* overflow: hidden; */
        display: flex;
        flex-direction: row;
        justify-content: end;
        width: 100%;
        /* grid-template-columns: repeat(4, minmax(0, 1fr)); */
    }

    #footer-cell-3-rs a {

        /* border: .3px solid orange; */
        display: flex;
        width: 37px;
        height: 37px;
        margin-inline: 20px;
    }


    @media (max-width:767px) {
        #book section#footer {
            position: fixed;
        }

        #footer-cell-2>* {
            margin-block: 2%;
        }

        #footer-cell-3>* {
            margin-top: 2%;
        }

        div#footer-div {
            position: relative;
            display: grid;
            /* grid-template-rows: 1fr 3fr 2fr; */
            grid-template-areas:
                "a a"
                "b b"
                "c c";
            /* justify-content: space-between; */
            width: 100%;

            /* overflow: hidden; */

            #footer-cell-3-rs {
                justify-content: space-around;

            }

            #footer-cell-3-rs a {
                display: flex;
                height: 30px;
            }
        }
    }


    /* =*=*=*=*=*=*=*=*=*=*=*=*=*=*=* index.php =*=*=*=*=*=*=*=*=*=*=*=*=*=*=* */


    #index-section1 {
        position: relative;
        /* border: 1px solid purple; */
        /* box-shadow: black; */
        display: flex;
        /* justify-content: center; */
        width: 100vw;
        width: 100svw;
        height: 100vh;
        height: 100svh;

        /* padding-block: 20vh; */
        box-sizing: border-box;
        /* overflow:hidden; */
        animation: index-padding-paralax 1s ease forwards;
        animation-timeline: scroll();
    }

    @keyframes index-padding-paralax {
        to {
            padding-block: 0vh;
        }
    }

    .index-hero-section {
        position: relative;
        display: flex;
        margin: auto;
        height: 100%;
        width: 100%;
        /* border: 1px solid red; */
        overflow: hidden;

    }

    button.CTA span {
        margin: auto;
        z-index: 2;
    }

    .index-hero-section .buttonwrapper {
        position: relative;
        display: inline-block;
        z-index: 1;
        margin: auto auto 20vw 10vw;
        margin: auto auto 200px 10svw;
        border-radius: 12px;
        aspect-ratio: 4/.8;
        height: clamp(50px, 10vw, 30px);
        /* border: 1px solid blue; */
        transition: transform .3s ease;
    }

    .index-hero-section .buttonwrapper:hover {
        transform: scale(1.04);
    }

    .buttonwrapper .shadow {
        box-shadow: 0px 0px 10px black;
        width: 100%;
        height: 100%;
        display: flex;
        border-radius: 20px;
        transition: transform 0.4s ease-in-out;

    }

    button.CTA {
        position: absolute;
        font-size: clamp(1rem, 2cqw, 2.5rem);
        width: 100%;
        height: 100%;
        display: flex;


        /* aspect-ratio: 15/1; */
        box-sizing: border-box;
        border-radius: 12px;

        /* filter: blur(3px); */
        background-color: rgb(255, 255, 255);
        border: 0 solid blue;

        cursor: pointer;
        z-index: 1;

        transition: color 0.3s ease-in-out, transform 0.4s ease-in-out;

    }

    @media (max-width:764px) {
        button.CTA {
            font-size: 5cqw;

        }

        .index-hero-section .buttonwrapper {
            margin: auto auto 15vh auto;
            margin: auto auto 15svh auto;
            height: 50px;
        }


    }

    .buttonwrapper:hover .shadow {
        transform: scale(100%);
    }

    .buttonwrapper:hover button.CTA {
        color: rgb(89, 89, 89);
        transform: scale(100%);
    }

    #index-section1 video {
        /* opacity:0.2; */
        position: absolute;

        -o-object-fit: cover;

           object-fit: cover;
        width: 100%;
        height: 100%;
    }

    /* =*=*=*=*=*=*=*=*=*=*=*=*=*=*=* showreel.php =*=*=*=*=*=*=*=*=*=*=*=*=*=*=* */

    #showreel .section2 {
        height: 100vh;
        overflow: hidden;
        position: relative;
        align-content: center;
    }

    #vid {
        max-width: clamp(300px, 90%, 1200px);
        ;
        margin: auto;
        overflow: hidden;
        border-radius: 20px
    }

    video {
        -o-object-fit: cover;
           object-fit: cover;
        position: relative;
        display: flex;
        width: 100%;

    }

    /* =*=*=*=*=*=*=*=*=*=*=*=*=*=*=* book.php =*=*=*=*=*=*=*=*=*=*=*=*=*=*=* */



    .book-section2 {
        display: flex;
        /* border: .3px solid red; */
        width: 100%;
        height: 70vh;
        max-height: 100vh;
        min-height: 70vh;
        margin-top: 100px;
    }

    /* 716.688/506.688 */
    .book-wrapper {
        position: relative;
        display: flex;
        margin: auto;
        aspect-ratio: 718/508;
        height: 100%;
        max-height: -moz-fit-content;
        max-height: fit-content;
        max-width: 100%;

    }

    #book-slider {
        touch-action: pan-y;
        overflow: clip;
        border-radius: 12px;
        position: relative;
        display: flex;
        margin: auto;
        height: -moz-fit-content;
        height: fit-content;
        width: 100%;

        z-index: 0;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.461);
    }

    #gallery {
        margin: auto;
        -o-object-fit: contain;
           object-fit: contain;
        height: -moz-fit-content;
        height: fit-content;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        height: 100%;
        width: 100%;
        transition: transform .3s ease;
    }

    #gallery img {
        display: block;
        width: 100%;
        height: 100%;
        flex-shrink: 0;
        -o-object-fit: contain;
           object-fit: contain;
        margin: 0;
        padding: 0;
        font-size: 0;
    }


    button#right,
    button#left {
        position: absolute;
        top: 50%;
        color: black;
        border: none;
        padding: 10px;
        cursor: pointer;
        z-index: 10;
        font-size: 9cqw;
    }

    #right {
        color: black;
        background-color: transparent;
        right: 0;
        transform: translateX(110%) translateY(-50%);
    }

    #left {
        color: black;
        background-color: transparent;
        transform: translateX(-110%) translateY(-50%);
    }

    body.book {
        background-color: rgb(0, 0, 0);
    }

    * {
        box-sizing: border-box;
    }

    .book-section3 {
        margin-block: 70px 100px;
        min-height: 70vh;
        font-weight: 500;
    }

    .book-section3 .object-wrapper {
        margin-inline: auto;
        max-width: 1300px;
    }

    .book-section3 .object-wrapper div.ligne:nth-child(2) {
        border-bottom: 2.5px solid black;
        width: 40%;

    }

    .book-section3 .object-wrapper .button-wrapper {
        position: relative;
        display: flex;
        gap: 30px;
        margin-bottom: 15px;
        width: -moz-fit-content;
        width: fit-content;
    }

    .book-section3 .object-wrapper .button-wrapper .boutton {
        z-index: 3;
        transition: font-weight .3s ease;
    }

    .book-section3 .object-wrapper .button-wrapper .ligne {
        z-index: 2;
        position: absolute;

        width: 40%;
        height: 100%;
        transform: translateY(10px);
        border-bottom: 3px solid;
        transition: right .3s ease;
    }

    .book-section3 .object-wrapper .button-wrapper>*:hover {
        cursor: pointer;
    }

    .book-section3 .object-wrapper .grid-wrapper {
        display: flex;
        flex-wrap: wrap;
        padding-block: 25px;
        width: -moz-fit-content;
        width: fit-content;

        gap: 25px;
    }

    .book-section3 .object-wrapper .grid-wrapper>* {
        margin: auto;
    }

    .book-section3 .object-wrapper .grid-wrapper .video-wrapper {
        position: relative;
        display: flex;
        /* aspect-ratio: 16/9; */

        width: auto;
        max-width: 480px;
        max-height: 270px;
        border-radius: 15px;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.21);
        overflow: hidden;
    }

    .book-section3 .object-wrapper .grid-wrapper .video-wrapper video {
        width: 102%;
        height: 102%;
        -o-object-fit: cover;
           object-fit: cover;
        display: block;
        transition: transform .3s ease;
    }

    .book-section3 .object-wrapper .grid-wrapper .video-wrapper:hover video {
        transform: scale(1.1);
    }

    .book-section3 .object-wrapper .grid-wrapper .video-wrapper p,
    .book-section3 .object-wrapper .grid-wrapper .img-wrapper p {
        margin: auto;
    }



    .book-section3 .object-wrapper .grid-wrapper .img-wrapper {
        position: relative;
        display: flex;
        max-height: 270px;
        aspect-ratio: unset;
        height: -moz-fit-content;
        height: fit-content;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.21);
    }

    .book-section3 .object-wrapper .grid-wrapper .img-wrapper:hover img {
        transform: scale(1.1);
    }

    .book-section3 .object-wrapper .grid-wrapper .img-wrapper img {
        height: 100%;
        width: auto;
        -o-object-fit: cover;
           object-fit: cover;
        max-height: 270px;
        transition: transform .3s ease;
    }

    .video-wrapper .full-link,
    .img-wrapper .full-link {
        position: absolute;
        inset: 0;
        z-index: 3;
        cursor: pointer;
        text-indent: -9999px;
    }

    .video-wrapper .overlay-text,
    .img-wrapper .overlay-text {
        position: absolute;
        cursor: pointer;
        bottom: 0px;
        right: 0px;
        transform: translateY(100%);
        z-index: 4;
        color: white;
        background: rgba(0, 0, 0, 0.6);
        padding: 8px 12px;
        border-radius: 6px 0 0 0;
        font-size: 14px;
        transition: opacity .3s;
        transition: transform .2s ease;
    }

    .object-wrapper .grid-wrapper .full-link:hover~.overlay-text {
        transform: translateY(0);
        transition: transform .3s ease;
        cursor: pointer;
    }

    @media (max-width:767px) {

        .book-section3 .object-wrapper .grid-wrapper .img-wrapper {
            max-height: unset;
            aspect-ratio: unset;
        }

        .book-section3 .object-wrapper .grid-wrapper .img-wrapper img {
            width: 100%;
            height: auto;
            -o-object-fit: cover;
               object-fit: cover;
            max-height: unset;
        }

        #book-slider {
            border-radius: 0;
        }

        #right {
            color: black;
            background-color: transparent;
            right: 0;
            transform: translateX(-100%) translateY(180%);
        }

        #left {
            color: black;
            background-color: transparent;
            transform: translateX(100%) translateY(180%);
        }

        button#right,
        button#left {
            font-size: 15cqw;
        }

        .book-section3 .object-wrapper {
            padding-inline: 30px;
        }

        .book-section3 .object-wrapper .grid-wrapper {
            width: 100%;
        }

        .book-section3 .object-wrapper .grid-wrapper .video-wrapper {
            max-height: unset;
            height: 100%;

            z-index: 3;
        }
    }

    @media (hover: none) {
        .video-wrapper iframe {
            pointer-events: none;
        }

        /* si tu veux l’effet “tap pour afficher” sans JS */
        .video-wrapper:active a,
        .video-wrapper:focus-within a {
            transform: translateY(0);
        }
    }


    #book .video-wrapper.skeleton,
    #book .book-wrapper.skeleton {
        background-color: #e7e7e7ff;
        animation: skeleton .8s infinite alternate;
    }

    @keyframes skeleton {
        to {
            opacity: .6;
        }
    }

    /* =*=*=*=*=*=*=*=*=*=*=*=*=*=*=* zomb.php =*=*=*=*=*=*=*=*=*=*=*=*=*=*=* */
    .zomb section.video-title {
        display: flex;
        position: relative;
        height: -moz-fit-content;
        height: fit-content;
        z-index: 2;
        margin-top: 100px;
        margin-bottom: 90px;
    }

    .zomb .item-wrapper h1 {
        font-size: 50px;
    }

    .zomb .item-wrapper {
        display: flex;
        flex-direction: column;
        height: -moz-fit-content;
        height: fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-inline: auto;
        justify-content: center;
        margin-top: auto;
        width: 100%;
    }

    .zomb .video-wrapper {
        display: flex;
        width: -moz-fit-content;
        width: fit-content;
        border-radius: 12px;
        overflow: hidden;
        width: 100%;
        aspect-ratio: 16/9;
    }

    .zomb .video-wrapper video {
        width: 100%;
        margin: auto;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }

    .zomb section.developement {
        display: flex;
        z-index: 1;
        margin-bottom: 90px;
        /* border: 1px solid red; */
    }

    .zomb .object-wrapper {
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 100%;
        margin: auto;
        min-height: 700px;
        max-width: 1200px;


    }

    .developement p {
        text-align: center;
        width: 60%;
        margin: auto;
    }

    .animated-storyboard, .vignettes {
        width: 100%;
        height: -moz-fit-content;
        height: fit-content;
    }

    .animated-storyboard .grid-wrapper, .vignettes .grid-wrapper {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
        height: 100%;
        width: 100%;
        margin-bottom: 90px;

    }

    .animated-storyboard .grid-wrapper>*, .vignettes .grid-wrapper>* {
        display: flex;
        flex: 1 1;
        height: 100%;
        width: 100%;
        -o-object-fit: contain;
           object-fit: contain;

    }

    @media (max-width:767px) {
        .zomb .title-wrapper {
            text-align: center;
            margin-inline: auto;
        }

        .zomb .video-wrapper {
            border-radius: 0;
        }

        .developement p {
            text-align: center;
            width: auto;
            margin-inline: 30px;
        }

        .animated-storyboard .grid-wrapper {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
        }

    }
    /* =*=*=*=*=*=*=*=*=*=*=*=*=*=*=* les-illusions-retrouvees.php =*=*=*=*=*=*=*=*=*=*=*=*=*=*=* */
    .les-illusions-retrouvees section.video-title {
        display: flex;
        position: relative;
        height: -moz-fit-content;
        height: fit-content;
        z-index: 2;
        margin-top: 100px;
        margin-bottom: 90px;
    }

    .les-illusions-retrouvees .item-wrapper h1 {
        font-size: 50px;
    }

    .les-illusions-retrouvees .item-wrapper {
        display: flex;
        flex-direction: column;
        height: -moz-fit-content;
        height: fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-inline: auto;
        justify-content: center;
        margin-top: auto;
        width: 100%;
    }

    .les-illusions-retrouvees .video-wrapper {
        display: flex;
        width: -moz-fit-content;
        width: fit-content;
        border-radius: 12px;
        overflow: hidden;
        width: 100%;
        aspect-ratio: 16/9;
    }

    .les-illusions-retrouvees .video-wrapper video {
        width: 100%;
        margin: auto;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }

    .les-illusions-retrouvees section.developement {
        display: flex;
        z-index: 1;
        margin-bottom: 90px;
        /* border: 1px solid red; */
    }

    .les-illusions-retrouvees .object-wrapper {
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 100%;
        margin: auto;
        min-height: 700px;
        max-width: 1200px;


    }

    .developement p {
        text-align: center;
        width: 60%;
        margin: auto;
    }

    .animated-storyboard {
        width: 100%;
        height: -moz-fit-content;
        height: fit-content;
    }

    .animated-storyboard .grid-wrapper {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
        height: 100%;
        width: 100%;
        margin-bottom: 90px;

    }

    .animated-storyboard .grid-wrapper>* {
        display: flex;
        flex: 1 1;
        height: 100%;
        width: 100%;
        -o-object-fit: contain;
           object-fit: contain;

    }

    @media (max-width:767px) {
        .les-illusions-retrouvees .title-wrapper {
            text-align: center;
            margin-inline: auto;
        }

        .les-illusions-retrouvees .video-wrapper {
            border-radius: 0;
        }

        .developement p {
            text-align: center;
            width: auto;
            margin-inline: 30px;
        }

        .animated-storyboard .grid-wrapper {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
        }

    }

    /* =*=*=*=*=*=*=*=*=*=*=*=*=*=*=* rue-de-lappe.php =*=*=*=*=*=*=*=*=*=*=*=*=*=*=* */

    .rue-de-lappe section.video-title {
        display: flex;
        position: relative;
        height: -moz-fit-content;
        height: fit-content;
        z-index: 2;
        margin-top: 100px;
        margin-bottom: 90px;
    }

    .rue-de-lappe .item-wrapper h1 {
        font-size: 50px;
    }

    .rue-de-lappe .item-wrapper {
        display: flex;
        flex-direction: column;
        height: -moz-fit-content;
        height: fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-inline: auto;
        justify-content: center;
        margin-top: auto;
        width: 100%;
    }

    .rue-de-lappe .video-wrapper {
        display: flex;
        width: -moz-fit-content;
        width: fit-content;
        border-radius: 12px;
        overflow: hidden;
        width: 100%;
        aspect-ratio: 16/9;
    }

    .rue-de-lappe .video-wrapper video {
        width: 100%;
        margin: auto;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }

    .rue-de-lappe section.developement {
        display: flex;
        z-index: 1;
        margin-bottom: 90px;
        /* border: 1px solid red; */
    }

    .rue-de-lappe .object-wrapper {
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 100%;
        margin: auto;
        min-height: 700px;
        max-width: 1200px;


    }

    .developement p {
        text-align: center;
        width: 60%;
        margin: auto;
    }

    .animated-storyboard {
        width: 100%;
        height: -moz-fit-content;
        height: fit-content;
    }

    .animated-storyboard .grid-wrapper {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
        height: 100%;
        width: 100%;
        margin-bottom: 90px;

    }

    .animated-storyboard .grid-wrapper>* {
        display: flex;
        flex: 1 1;
        height: 100%;
        width: 100%;
        -o-object-fit: contain;
           object-fit: contain;

    }

    @media (max-width:767px) {
        .rue-de-lappe .title-wrapper {
            text-align: center;
            margin-inline: auto;
        }

        .rue-de-lappe .video-wrapper {
            border-radius: 0;
        }

        .developement p {
            text-align: center;
            width: auto;
            margin-inline: 30px;
        }

        .animated-storyboard .grid-wrapper {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
        }

    }

    /* =*=*=*=*=*=*=*=*=*=*=*=*=*=*=* le-poinconneur-des-lilas.php =*=*=*=*=*=*=*=*=*=*=*=*=*=*=* */
    .le-poinconneur-des-lilas section.video-title {
        display: flex;
        position: relative;
        height: -moz-fit-content;
        height: fit-content;
        z-index: 2;
        margin-top: 100px;
        margin-bottom: 90px;
    }

    .le-poinconneur-des-lilas .item-wrapper h1 {
        font-size: 50px;
    }

    .le-poinconneur-des-lilas .item-wrapper {
        display: flex;
        flex-direction: column;
        height: -moz-fit-content;
        height: fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-inline: auto;
        justify-content: center;
        margin-top: auto;
        width: 100%;
    }

    .le-poinconneur-des-lilas .video-wrapper {
        display: flex;
        width: -moz-fit-content;
        width: fit-content;
        border-radius: 12px;
        overflow: hidden;
        width: 100%;
        aspect-ratio: 16/9;

    }

    .le-poinconneur-des-lilas .video-wrapper video {
        width: 100%;
        margin: auto;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }

    .le-poinconneur-des-lilas section.developement {
        display: flex;
        z-index: 1;
        margin-bottom: 90px;
        /* border: 1px solid red; */
    }

    .le-poinconneur-des-lilas .object-wrapper {
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 100%;
        margin: auto;
        min-height: 700px;
        max-width: 1200px;


    }

    .developement p {
        text-align: center;
        width: 60%;
        margin: auto;
    }

    .animated-storyboard {
        width: 100%;
        height: -moz-fit-content;
        height: fit-content;
    }

    .animated-storyboard .grid-wrapper {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
        height: 100%;
        width: 100%;
        margin-bottom: 90px;

    }

    .animated-storyboard .grid-wrapper>* {
        display: flex;
        flex: 1 1;
        height: 100%;
        width: 100%;
        -o-object-fit: contain;
           object-fit: contain;

    }

    @media (max-width:767px) {
        .le-poinconneur-des-lilas .title-wrapper {
            text-align: center;
            margin-inline: auto;
        }

        .le-poinconneur-des-lilas .video-wrapper {
            border-radius: 0;
        }

        .developement p {
            text-align: center;
            width: auto;
            margin-inline: 30px;
        }

        .animated-storyboard .grid-wrapper {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
        }

    }

    /* =*=*=*=*=*=*=*=*=*=*=*=*=*=*=* la-louve.php =*=*=*=*=*=*=*=*=*=*=*=*=*=*=* */

    .la-louve section.video-title {
        display: flex;
        position: relative;
        height: -moz-fit-content;
        height: fit-content;
        z-index: 2;
        margin-top: 100px;
        margin-bottom: 90px;
    }

    .la-louve .item-wrapper h1 {
        font-size: 50px;
    }

    .la-louve .item-wrapper {
        display: flex;
        flex-direction: column;
        height: -moz-fit-content;
        height: fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-inline: auto;
        justify-content: center;
        margin-top: auto;
        width: 100%;
    }

    .la-louve .video-wrapper {
        display: flex;
        width: -moz-fit-content;
        width: fit-content;
        border-radius: 12px;
        overflow: hidden;
        width: 100%;
        aspect-ratio: 16/9;
    }

    .la-louve .video-wrapper video {
        width: 100%;
        margin: auto;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }

    .la-louve section.developement {
        display: flex;
        z-index: 1;
        margin-bottom: 90px;
        /* border: 1px solid red; */
    }

    .la-louve .object-wrapper {
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 100%;
        margin: auto;
        min-height: 700px;
        max-width: 1200px;


    }

    .developement p {
        text-align: center;
        width: 60%;
        margin: auto;
    }

    .animated-storyboard {
        width: 100%;
        height: -moz-fit-content;
        height: fit-content;
    }

    .animated-storyboard .grid-wrapper {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
        height: 100%;
        width: 100%;
        margin-bottom: 90px;

    }

    .animated-storyboard .grid-wrapper>* {
        display: flex;
        flex: 1 1;
        height: 100%;
        width: 100%;
        -o-object-fit: contain;
           object-fit: contain;

    }

    @media (max-width:767px) {
        .la-louve .title-wrapper {
            text-align: center;
            margin-inline: auto;
        }

        .la-louve .video-wrapper {
            border-radius: 0;
        }

        .developement p {
            text-align: center;
            width: auto;
            margin-inline: 30px;
        }

        .animated-storyboard .grid-wrapper {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
        }

    }

    /* =*=*=*=*=*=*=*=*=*=*=*=*=*=*=* climaventure.php =*=*=*=*=*=*=*=*=*=*=*=*=*=*=* */

    .climaventure section.video-title {
        display: flex;
        position: relative;
        height: -moz-fit-content;
        height: fit-content;
        z-index: 2;
        margin-top: 100px;
        margin-bottom: 90px;
    }

    .climaventure .item-wrapper h1 {
        font-size: 50px;
    }

    .climaventure .item-wrapper {
        display: flex;
        flex-direction: column;
        height: -moz-fit-content;
        height: fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-inline: auto;
        justify-content: center;
        margin-top: auto;
        width: 100%;
    }

    .climaventure .video-wrapper {
        display: flex;
        width: -moz-fit-content;
        width: fit-content;
        border-radius: 12px;
        overflow: hidden;
        width: 100%;
        aspect-ratio: 16/9;
    }

    .climaventure .video-wrapper video {
        width: 100%;
        margin: auto;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }

    .climaventure section.developement {
        display: flex;
        z-index: 1;
        margin-bottom: 90px;
        /* border: 1px solid red; */
    }

    .climaventure .object-wrapper {
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 100%;
        margin: auto;
        min-height: 700px;
        max-width: 1200px;


    }

    .developement p {
        text-align: center;
        width: 60%;
        margin: auto;
    }

    .animated-storyboard {
        width: 100%;
        height: -moz-fit-content;
        height: fit-content;
    }

    .animated-storyboard .grid-wrapper {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
        height: 100%;
        width: 100%;
        margin-bottom: 90px;

    }

    .animated-storyboard .grid-wrapper>* {
        display: flex;
        flex: 1 1;
        height: 100%;
        width: 100%;
        -o-object-fit: contain;
           object-fit: contain;

    }

    @media (max-width:767px) {
        .climaventure .title-wrapper {
            text-align: center;
            margin-inline: auto;
        }

        .climaventure .video-wrapper {
            border-radius: 0;
        }

        .developement p {
            text-align: center;
            width: auto;
            margin-inline: 30px;
        }

        .animated-storyboard .grid-wrapper {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
        }

    }

    /* =*=*=*=*=*=*=*=*=*=*=*=*=*=*=* about.php =*=*=*=*=*=*=*=*=*=*=*=*=*=*=* */
    * {
        box-sizing: border-box;
    }

    #RETOUR {
        display: none;
    }

    #filtre {
        background-color: aqua;
        z-index: 100;
    }

    #portrait {
        display: flex;
        position: relative;
        margin: 0 0;
        width: 100%;
    }

    .about-section2 {
        position: relative;
        display: flex;
        height: 80%;
        justify-content: center;
        align-items: center;
        gap: 15px;
        overflow: hidden;
        margin: 140px 0px 140px 0px;
        padding: 0;


        /* border: .5px solid red; */
    }

    .about-section-wrapper>* {
        overflow: hidden;
        /* display: flex; */
        /* flex: 1; */
        width: auto;
        height: auto;
        position: relative;
    }

    .about-section-wrapper p {
        margin-top: 0;
        align-self: start;
    }

    .about-section-wrapper>* {
        /* border: .3px solid red; */
    }

    .about-section-wrapper {
        position: relative;
        display: grid;
        grid-template-areas:
            "a b"
            "a c"
            "d d";
        grid-template-columns: 1fr 2fr;
        grid-template-rows: 1fr 2fr;
        /* border: .5px solid orange; */
        max-width: 1200px;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
        justify-items: center;
        align-items: center;
        padding: 20px;
        -moz-column-gap: 50px;
             column-gap: 50px;

    }

    .img-wrapper {
        display: flex;
        position: relative;
        justify-content: center;
        border-radius: 10px;
        grid-area: a;
        height: 100%;
        width: -moz-fit-content;
        width: fit-content;
        /* border:.3px solid red; */
    }

    .about-section2 img {
        -o-object-fit: cover;
           object-fit: cover;
        display: flex;

        height: 100%;
        width: 100%;

    }

    .about-section-wrapper-contact {
        height: 80%;
        padding: 20px;
        width: 80%;
        border-radius: 5px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.34);
    }

    @media (max-width:767px) {
        .about-section-wrapper-contact {
            width: 90%;
            height: 100%;
            margin: 60px 0 10px 0;
        }

        .about-section2 {
            height: -moz-fit-content;
            height: fit-content;
            /* border:10px solid orangered; */
        }

        .about-section-wrapper {
            grid-template-columns: 1fr;
            grid-template-rows: 1fr;
            grid-template-areas:
                "b"
                "a"
                "c"
            ;
            max-width: 100vw;
            padding: 30px;
        }

        .img-wrapper {
            width: 100%;
            aspect-ratio: 1/1;
        }

        .about-section2 img {
            -o-object-fit: cover;
               object-fit: cover;
            -o-object-position: top;
               object-position: top;

        }

        .about-section2 {
            margin: 70px 0px 70px 0px;
        }
    }




    .about-section2 .about-section-wrapper>p strong {
        font-size: 24px;

    }

    .about-section2 .about-section-wrapper>p {
        grid-area: b;
        /* border: .5px solid blue; */

        /* margin-inline: 30px; */
        line-height: 20px;

    }

    .contact-info {
        grid-area: d;
        width: 100%;
        /* border: 1px solid green; */
        display: flex;
        gap: 30px;
    }

    #about .section2 {
        justify-self: start;
        display: none;
        flex-direction: column;
        width: 100%;
        height: -moz-fit-content;
        height: fit-content;
        /* border: 1px solid rba(255, 0, 0, 1); */
        overflow: hidden;
        gap: 15px;
        margin-block: 40px;
    }



    #about .section2 a img.photo-logo {
        visibility: hidden;
    }

    #about .section2 a img.logo {
        position: absolute;

        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);

        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
        transition: height .6s ease, opacity .6s ease, top .6s ease;
        opacity: 1;
    }



    #about .section2 a:hover {
        transform: scale(1.2);
    }

    #about .section2 a {
        height: 100px;
        aspect-ratio: 1/1;
        margin: auto;
        /* border: 1px solid rgba(72, 255, 0, 1); */
        border-radius: 100px;
        transition: transform .3s ease;
        position: relative;
        overflow: hidden;

    }

    .about-section-wrapper-contact form button {
        max-width: 100px;
        min-width: 80px;
        margin-top: 10px;
        border: none;
        background-color: #e0e0e0;
        border-radius: 5px;
        padding-block: 5px;
    }

    .about-section-wrapper-contact form button:hover {
        background-color: #bebebeff;
        cursor: pointer;
    }

    .about-section-wrapper-contact form input {
        border: none;
        background-color: #eeeeee;
        border-radius: 5px;
        position: relative;
        height: 20px;
    }

    .about-section-wrapper-contact form textarea {
        border-radius: 5px;
        border: none;
        background-color: #eeeeee;
        height: 70px;
    }




    .about-section-wrapper-contact form>*:not(.button-wrapper) {
        display: flex;
        flex-direction: column;
        margin-block: auto;
    }

    form {
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 100%;
    }

    .about-section-wrapper form>* {
        /* border: 1px solid blue; */
    }

    .about-section-wrapper-contact {
        height: 100%;
        grid-area: c;
        display: flex;
        flex-direction: column;
        /* margin-inline: 50px; */
        /* border: .3px solid red; */
    }

    .about-section-wrapper-contact strong {
        font-size: 24px;
    }

    * {
        /* border: .3px solid blue; */
    }

    .button-wrapper {
        display: flex;
        flex-direction: row;
    }

    .contact-info .text-wrapper>* {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .contact-info ul>* {
        margin-bottom: 5px;
    }

    .contact-info ul a {
        text-decoration: none;
        color: black;
    }

    .contact-info ul strong {
        font-weight: 500;
    }

    .contact-info>a {
        display: flex;
        /* border: 1px solid red; */
        height: 120px;
        align-self: center;
        display: none;
    }

    .contact-info a>img {
        width: 100%;
        height: 100%;
    }