    /*ARRIVEE*//*ARRIVEE*//*ARRIVEE*//*ARRIVEE*//*ARRIVEE*/
    .p-active{
        animation: pactive 1.2s cubic-bezier(0,.87,.67,1) 0.3s backwards;
    }
    @keyframes pactive {
        from{
            transform: translateY(300px);
            margin-bottom: 100px;
        }
        to{
            transform: translateY(0);
            margin-bottom: 0px;
        }
    }

    /*HUD*//*HUD*//*HUD*//*HUD*//*HUD*//*HUD*//*HUD*//*HUD*//*HUD*/
    .p-tsection{
        text-transform: uppercase;
        opacity: 0.6;
    }
    .p-gradient{
        position: absolute;
        width: 100%;
        height: 200vh;
        top: -50vh;
        right: 0;
        background: radial-gradient(farthest-corner at 180% 75vh, #ebf0f2 -400%, #121212 60%);
        z-index: -1;
    }
    .p-hud{
        position: absolute;
        width: 500px;
        height: 800px;
        border: 1px solid #ebf0f21A;
        border-radius: 50%;
        transform: rotate(-60deg);
        top: -300px;
        right: -200px;
    }
    @media screen and (max-width: 768px) {
        .p-hud{
            display: none;
        }
    }



    /*TAGS*//*TAGS*//*TAGS*//*TAGS*//*TAGS*//*TAGS*//*TAGS*/
    .p-categories{
        display: flex;
        gap: 8px;
        margin-left: -3px;
        flex-wrap: wrap;
    }
    .p-tag{
        background-color: #ebf0f208;
        border-radius: 15px;
        padding: 8px 12px;
        border: 1px solid #ebf0f21a;
        color: #befc03;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }




    /*MARQUEE*//*MARQUEE*//*MARQUEE*//*MARQUEE*//*MARQUEE*//*MARQUEE*/
    .p-marqueecontainer {
        position: absolute;
        display: flex;
        justify-content: flex-start;
        overflow: hidden;
        height: 450px;
        align-items: center;
        width: 100vw;
        user-select: none;
        z-index: -1;
        top: 420px;
    }
    .p-marquee {
        color: #ebf0f203;
        font-size: 350px;
        white-space: nowrap;
        animation: marquee-speed1 20s linear infinite;
        margin-right: 150px;
    }
    @keyframes marquee-speed1 {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-100%);
        }
    }
    @media screen and (max-width: 768px) {
        .p-marqueecontainer{
            top: 140px;
        }
        .p-marquee {
            font-size: 150px;
            animation: marquee-speed1 10s linear infinite;
        }
    }







    /*GENERAL*//*GENERAL*//*GENERAL*//*GENERAL*//*GENERAL*//*GENERAL*/
    .p-container{
        position: relative;
        display: flex;
        flex-direction: column;
        margin: 140px 80px 0;
        color: #ebf0f2;
        box-sizing: border-box;
    }
    .p-infos{
        position: relative;
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        margin-left: 10px;
    }
    @media screen and (max-width: 768px){
        .p-container{
            margin: 120px 20px 0;
            box-sizing: border-box;
        }
        .p-infos{
            row-gap: 10px;
        }
    }
    .p-link, .p-link:hover{
        color: #befc03 !important;
        padding: 10px 0;
    }
    
    /*TITRE*//*TITRE*//*TITRE*//*TITRE*//*TITRE*//*TITRE*//*TITRE*/
    .p-title{
        font-size: 10vw;
        line-height: 10vw;
        color: #befc03;
        margin-left: -10px;
        margin-top: -20px;
    }
    @media screen and (max-width: 768px){
        .p-title{
            margin: 0;
            font-size: 50px;
            line-height: 40px;
        }
        .p-title div{
            position: relative;
            margin: 10px 0;
        }
    }



    /*INTRO*//*INTRO*//*INTRO*//*INTRO*//*INTRO*//*INTRO*//*INTRO*/
    .p-intro{
        font-size: 20px;
        line-height: 24px;
        max-width: 800px;
    }
    @media screen and (max-width: 768px){
        .p-intro{
            font-size: 16px;
        }
    }



    /*CLIENT ET DATE*//*CLIENT ET DATE*//*CLIENT ET DATE*/
    .p-infos2{
        display: flex;
        align-items: center;
    }
    .p-clientdate{
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        font-size: 20px;
    }
    .p-client{
        position: relative;
        width: fit-content;
        white-space: nowrap;
    }
    .p-client a{
        position: relative;
        padding: 5px 0;
        transition: all 0.3s cubic-bezier(.86,-0.01,.16,1);
    }
    .p-client :nth-child(3){
        position: relative;
        top: 3px;
        color: #befc03;
        opacity: 1 !important;
        font-family: 'fontfleche-reg', sans-serif;
        margin-left: 5px;
        font-size: 25px;
        line-height: 0;
        transition: all 0.3s cubic-bezier(.86,-0.01,.16,1);
    }
    .p-client :nth-child(1), .p-date :nth-child(1){
        opacity: 0.2;
        text-transform: uppercase;
        line-height: 20px;
    }
    @media screen and (min-width: 768px){
        .p-client a:hover{
            color: #befc03;
        }
    }
    @media screen and (max-width: 768px){
        .p-client :nth-child(1), .p-date :nth-child(1){
            margin-left: -1px;
        }
        .p-clientdate{
            row-gap: 10px;
            font-size: 16px;
        }
        .p-client :nth-child(1), .p-date :nth-child(1){
            margin-bottom: 3px;
        }
    }




    /*BOUTON*//*BOUTON*//*BOUTON*//*BOUTON*//*BOUTON*//*BOUTON*/
    .p-nextcontainer{
        margin-right: 10px;
    }
    .p-next, .p-work{
        position: relative;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        font-size: 16px;
        height: 112px;
        width: 112px;
        transform: scale(1);
        z-index: 50;
    }

    .p-next-circle, .p-work-circle{
        position: absolute;
        width: 100%;
        height: 100%;
        border: 1px solid #ebf0f21a;
        transform: scale(1);
        transition: all 0.7s cubic-bezier(0,.87,.67,1);
        border-radius: 50%;
    }
    .p-next:hover .p-next-circle, .p-work:hover .p-work-circle{
        border: 1px solid #ebf0f200;
        transition: all 0.3s cubic-bezier(0,.87,.67,1), transform 0.5s;
        transform: scale(0.3);
    }
    .p-next-word, .p-work-word{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        line-height: 18px;
        margin-top: 5px;
        color: #befc03;
        transition: color 0.5s cubic-bezier(0,.87,.67,1) 0.1s;
    }
    .p-next:hover .p-next-word, .p-next:hover .p-next-word span, .p-work:hover .p-work-word, .p-work:hover .p-work-word span{
        color: #121212;
        transition: color 0.3s cubic-bezier(0,.87,.67,1);
        opacity: 1;
    }
    .p-next span, .p-work span{
        font-family: 'fontfleche-reg';
        opacity: 0.6;
        color: #ebf0f2;
        transition: color 0.5s cubic-bezier(0,.87,.67,1) 0.1s;
    }
    @media screen and (max-width: 768px){
        .p-nextcontainer, .p-workcontainer{
            display: none;
        }
    }





    /*VIDEO*//*VIDEO*//*VIDEO*//*VIDEO*//*VIDEO*//*VIDEO*//*VIDEO*//*VIDEO*/
    .p-final{
        position: relative;
        overflow: hidden;
        margin-top: 60px;
        box-shadow: 0 0 25px -5px #00000080;
        border-radius: 28px;
        background: radial-gradient(circle at -20% -150%, #ebf0f2 -250%, #121212 80%);
    }
    .p-contenu{
        display: flex;
        margin: 60px;
        gap: 60px;
        flex-wrap: wrap;
    }
    .p-video{
        position: relative;
        width: calc(40% - 30px);
        border-radius: 10px;
        overflow: hidden;
        flex-grow: 1;
    }
    .pps{
        position: relative;
        width: 100%;
        min-height: 100%;
        object-fit: cover;
    }
    .p-cercle{
        position: absolute;
        height: 500px;
        width: 800px;
        rotate: -20deg;
        border-radius: 50%;
        border: 1px solid #ebf0f21a;
        right: -5%;
        top: 60%;
    }




    @media screen and (max-width: 768px) {
        .p-contenu{
            margin: 20px;
            gap: 20px;
        }
        .p-final{
            margin-top: 40px;
        }
        .p-video{
            width: 100%;
            border-radius: 15px;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .p-cercle{
            display: none;
        }

    }



    /*VIDEO DETAILS*//*VIDEO DETAILS*//*VIDEO DETAILS*//*VIDEO DETAILS*/
    .p-description{
        position: relative;
        line-height: 28px;
        min-width: 500px;
        width: calc(60% - 30px);
        font-size: 20px;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }
    .p-title1{
        font-size: 50px;
        line-height: 50px;
        color: #befc03;
        margin-bottom: 10px;
    }
    .p-title1 span{
        font-family: 'fontfleche-reg', sans-serif;
    }

    .p-description :nth-child(2){
        position: relative;
        opacity: 0.6;
    }
    .p-description :nth-child(3){
        flex-grow: 1;
    }
    .p-description :nth-child(4){
        color: #befc03;
    }

    @media screen and (max-width: 768px) {
        .p-title1{
            font-size: 30px;
            line-height: 25px;
            margin-top: 15px;
        }
        .p-description{
            min-width: 0;
            width: 100%;
            font-size: 16px;
            line-height: 24px;
            display: flex;
            flex-direction: column;
            row-gap: 10px;
        }
    }












    .p-details{
        position: relative;
        display: flex;
        column-gap: 60px;
        margin-top: 150px;
        text-align: end;
    }
    @media screen and (max-width: 768px) {
        .p-details{
            text-align: start;
            margin-top: 60px;
            flex-direction: column;
        }
    }
    /*TITRE2*//*TITRE2*//*TITRE2*//*TITRE2*/
    .p-title2{
        font-size: 50px;
        line-height: 50px;
        color: #befc03;
        margin-top: -10px;
        text-wrap: balance;
    }
    .p-indic{
        font-size: 20px;
        color: #ebf0f2;
        text-transform: uppercase;
        opacity: 0.6;
        margin: 10px 0 40px;
    }
    @media screen and (max-width: 768px) {
        .p-title2{
            font-size: 30px;
            line-height: 30px;
            text-wrap: balance;
        }
        .p-indic{
            font-size: 16px;
            color: #ebf0f2;
            text-transform: uppercase;
            opacity: 0.2;
            margin: 10px 0 30px;
        }
    }
    /*DESCRIPTION2*//*DESCRIPTION2*//*DESCRIPTION2*/
    .p-detailstext{
        position: sticky;
        width: 40%;
        line-height: 28px;
        font-size: 20px;
        top: 150px;
        height: fit-content;
        display: flex;
        flex-direction: column;
        align-items: end;
        margin: 0 10px;
    }
    .p-description2{
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        text-wrap: balance;
    }

    @media screen and (max-width: 768px) {
        .p-detailstext{
            position: relative;
            width: 100%;
            align-items: start;
            top: 0;
        }
        .p-detailstext :nth-child(3){
            position: relative;
            width: 100%;
            align-items: start;
            top: 0;
            order: 10;
        }
        .p-description2{
           display: none;
        }
    }
    /*BOUTON*//*BOUTON*//*BOUTON*//*BOUTON*//*BOUTON*/
    .p-bouton{
        color: #befc03;
        margin-top: 20px;
        background: #ebf0f208;
        padding: 15px 22px;
        border-radius: 22px;
        font-size: 18px;
        transition: all 0.5s cubic-bezier(.45,-0.01,.21,.99);
        width: fit-content;
    }
    .p-bouton span{
        font-family: 'fontfleche-reg', sans-serif;
        position: relative;
        top: 1px;
    }
    .p-bouton:hover{
        background: #ebf0f212;
        transform: scale(1.03);
    }
    .p-boutonoverflow{
        height: 24px;
        overflow: hidden;
        line-height: 24px;
    }
    .p-b1{
        position: relative;
        transition: all 0.6s cubic-bezier(0,.93,.27,1) 0.2s;
    }
    .p-b2{
        position: relative;
        transition: all 0.25s cubic-bezier(.66,-0.01,1,.6);
    }
    .p-bouton:hover .p-b1{
        transform: translateY(-24px);
        transition: all  0.6s cubic-bezier(.52,0,0,1);
    }
    .p-bouton:hover .p-b2{
        transform: translateY(-24px);
        transition: all 0.6s cubic-bezier(.52,0,0,1) 0.1s;
    }



    @media screen and (max-width: 768px) {
        .p-bouton{
            display: none;
        }
    }



    /*GALLERIE*//*GALLERIE*//*GALLERIE*//*GALLERIE*/

    @media screen and (min-width: 768px) {
        .p-gallery{
            position: relative;
            display: flex;
            flex-wrap: wrap;
            width: 60%;
            gap: 20px;
        }
        .p-gallery div{
            height: 300px;
            flex-grow: 1;
            border-radius: 15px;
            box-shadow: 0 0 25px -5px #00000080;
            cursor: pointer;
            overflow: hidden;
        }
        /* .p-gallery::after{
            content: '';
            display: block;
            flex-grow: 10;
            justify-content: space-between;
        } */
        .p-pic{
            width: 100%;
            height: 100%;
            transition: all 0.4s ease;
            opacity: 1;
            object-fit: cover;
        }
        .p-pic:hover{
            transform: scale(1.03);
            opacity: 0.6;
        }
    }

    @media screen and (max-width: 768px) {
        .p-gallery{
            position: relative;
            display: flex;
            flex-wrap: wrap;
            width: calc(100%);
            gap: 20px;
            flex-direction: row;
            align-self: center;
        }
        .p-gallery div{
            width: calc(50vw - 30px);
            height: calc(50vw - 30px);
            border-radius: 15px;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .p-gallery img{
            width: 100%;
            height: 100%;
            transition: all 0.4s ease;
            opacity: 1;
            object-fit: cover;
        }
    }



    /*FULLSCREEN*//*FULLSCREEN*//*FULLSCREEN*//*FULLSCREEN*//*FULLSCREEN*/
    .fullscreen {
        position: fixed;
        display: none;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        z-index: 150;
        -webkit-backdrop-filter: blur(30px) brightness(30%);
        backdrop-filter: blur(30px) brightness(30%);
        transition: all 0.3s ease;
    }

    .fullimgcontainer{
        margin: 50px auto;
        display: flex;
        align-items: center;
        justify-content: center;
        height: calc(100% - 100px);
        width: calc(100% - 150px);
        pointer-events: none;
    }
    .fullscreen img{
        border-radius: 28px;
        box-shadow: 0 0 20px 0 #00000080;
        max-width: 100%;
        max-height: 100%;
        pointer-events: auto !important;
        transform: scale(0.97);
        filter: blur(15px);

    }
    .bgfullscreen{
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        z-index: -1;
    }
    @media screen and (max-width: 768px) {
        .fullimgcontainer{
            margin: 20px;
            height: calc(100% - 40px);
            width: calc(100% - 40px);
        }
        .fullscreen img{
            border-radius: 15px;
        }
    }
    /*CROIX*//*CROIX*//*CROIX*//*CROIX*/
    .fclose{
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        background: #ebf0f208;
        border-radius: 50%;
        margin: 20px;
        cursor: pointer;
        transition: all 0.5s cubic-bezier(0,.87,.67,1);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .fclose:hover{
        background: #ebf0f212;
        transform: scale(1.1);
    }
    .fclose1, .fclose2{
        position: absolute;
        width: 2px;
        height: 20px;
        background: #befc03;
        rotate: 45deg;
    }
    .fclose2{
        rotate: -45deg;
    }
    @media screen and (max-width: 768px) {
        .fclose{
            margin: 20px;
        }        
    }






    /*CTA*//*CTA*//*CTA*//*CTA*//*CTA*//*CTA*//*CTA*/
    @media screen and (min-width: 768px) {
        .ptel-buttons, .ptel-button *{
            display: none;
        }
    }
    .p-cta{
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 150px 0 100px;
    }
    .p-cta-title{
        font-size: 50px;
        margin-bottom: 20px;
    }
    @media screen and (max-width: 768px) {
        .p-cta{
            margin: 90px 0 50px;
            text-align: center;
        }
        .p-cta-title{
            font-size: 30px;
            line-height: 25px;
        }


        /*boutons*/
        .ptel-buttons{
            display: flex;
            gap: 10px;
            margin: 0 20px;
            flex-direction: column;
            margin-top: 10px;
        }
        .ptel-workbouton, .ptel-nextbouton{
            color: #befc03;
            background: #ebf0f208;
            padding: 15px 22px;
            border-radius: 22px;
            width: fit-content;
            margin: 0 auto;
            font-size: 22px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .ptel-workbouton{
            text-align: end;
        }
        .ptel-nextbouton{
            text-align: start;
        }
        .ptel-buttons span{
            font-family: 'fontfleche-reg', sans-serif;
            position: relative;
            top: 1px;
            line-height: 0;
        }
    }
    






























        /* shimoon */
        @media screen and (min-width: 768px) {
 
            .shimoon .p-contenu{
                justify-content: space-evenly;
                align-items: center;
            }
            .shimoon .p-video{
                width: calc(30% - 60px);
                display: flex;
                justify-content: center;
                align-items: center;
            }
            .shimoon .p-description{
                width: calc(40% - 30px);
            }
        }
    




        /* movinglogos */
        @media screen and (min-width: 768px) {
            .movinglogos .p-contenu{
                gap: 30px;
            }
            .movinglogos .p-video{
                width: calc(25% - 22.5px);
            }
            .movinglogos .p-description{
                width: 100%;
            }
            .movinglogos .p-description *{
                width: 60%;
            }
        }
        @media screen and (min-width: 768px) and (max-width: 1300px) {
            .movinglogos .p-video{
                width: calc(45%);
            }
        }
        @media screen and (max-width: 768px) {
            .movinglogos .p-title1{
                margin-top: 0;
            }
            .movinglogos .p-cta{
                margin: 100px 0 50px;
            }
        }
        .movinglogos .p-cta{
            margin: 100px 0;
        }
        .movinglogos .p-cercle{
            position: absolute;
            height: 700px;
            width: 1000px;
            rotate: -20deg;
            border-radius: 50%;
            border: 1px solid #ebf0f21a;
            right: -20%;
            top: -30%;
        }




        /* coco club */
        @media screen and (max-width: 768px) {
            .cococlub .p-title1{
                margin-top: 0;
                flex-wrap: wrap;
            }
        }
        @media screen and (min-width: 768px) {
            .p-contenu{
                display: flex;
                margin: 60px;
                gap: 60px;
            }
            .cococlub .p-video{
                border-radius: 10px;
                overflow: hidden;
                display: flex;
                width: auto;
                flex-grow: 0;
                height: 500px;
            }
            .cococlub .p-description{
                flex-grow: 0;
            }
            .cococlub .p-description :nth-child(3){
                flex-grow: 0;
            }
            /* gallery */
            .cococlub .p-gallery div{
                height: 500px;
            }
        }






        /* posos */
        .posos .p-description{
            flex-grow: 0;
        }
                    