@media screen and (max-width: 1000px) {
    .portfoliotel {
        position: relative;
        width: 100%;
        margin-bottom: 50px;
    }
    .tsection-projets{
        position: relative;
        text-transform: uppercase;
        color: #ebf0f2;
        opacity: 0.6;
        top: 0;
        left: 30px;
        font-size: 16px;
        width: fit-content;
        padding-bottom: 10px;
    }
    .tsection-projets span{
        opacity: 0.6;
    }
    .bgportfoliotel{
        position: absolute;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }
    .portfoliotel a {
        text-decoration: none;
        pointer-events: auto !important;
        z-index: -1;
    }

    

    
    .projettel {
        position: relative;
        height: 300px;
        width: auto;
        border-radius: 28px;
        box-shadow: 0 0 25px -5px #00000080;
        background-color: #EBF0F21A;
        margin: 20px 0;
        overflow: hidden;
        z-index: 2;
        display: flex;
        align-items: end;
        justify-content: center;
    }
    .flecheprojettel{
        align-self: start;
        width: 100%;
        margin: 16px;
        display: flex;
        justify-content: end;
    }
    .flecheprojettel div{
        color: #BEFC03;
        font-family: 'fontfleche-reg', sans-serif;
        background: #000000BF;
        width: 35px;
        height: 35px;
        border-radius: 35px;
        font-size: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .infosprojettel{
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: end;
        margin: 24px;
    }
    .titreprojettel {
        position: relative;
        color: #BEFC03;
        font-size: 30px;
        white-space: nowrap;
        line-height: 25px;
        display: flex;
        align-items: center;
    }
    
    .w-new{
        color: #befc03;
        background-color: #befc031A;
        padding: 3px 8px;
        border-radius: 20px;
        border: 1px solid #befc0380;
        width: fit-content;
        font-size: 14px;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        margin-left: 10px;
    }

    .descriptionprojettel {
        position: relative;
        font-size: 16px;
        color: #EBF0F2;
        width: 100%;
        overflow: hidden;
        display: -webkit-box;
        /* -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; */
        line-height: 19px;
        opacity: 0.6;
        margin: 10px 0;
    }

    .categoriestel {
        position: relative;
        width: 100%;
        display: flex;
        font-size: 15px;
        color: #BEFC03;
        line-height: 13px;
        margin-left: -2px;
    }

    .tagtel {
        border-radius: 14px;
        font-size: 14px;
        margin-right: 7px;
        padding: 7px 9px;
        background: #EBF0F208;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        white-space: nowrap;
        border: 1px solid #ebf0f21a;
    }

    .gradientprojettel {
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, #000000E6 0%, #00000000 100%);
        z-index: -1;
    }

    .bgprojettel {
        object-fit: cover;
        position: absolute;
        min-width: 100%;
        height: 100%;
        z-index: -2;
    }

    .seealltel {
        color: #befc03;
        background: #ebf0f208;
        padding: 15px 20px;
        border-radius: 25px;
        width: fit-content;
        margin: 0 auto;
        font-size: 22px;
        margin: 0 auto;
        margin-top: 30px;
        pointer-events: auto !important;
    }
    .seealltel span{
        font-family: 'fontfleche-reg', sans-serif;
        position: relative;
        top: 1px;
        line-height: 0;
    }
}





















































@media screen and (max-width: 1000px) {
    .w-containerall{
        position: relative;
        color: #ebf0f2;
        display: flex;
        flex-direction: column;
        min-height: 100vh;
        margin: 80px 20px;
    }
    .w-title{
        position: relative;
        color: #ebf0f2;
        font-size: calc(3vw + 16px);
        line-height: calc(3vw + 16px);
        margin: 50px 0 3vw 5px;
        text-align: start;
        min-height: 85px;
    }
    .w-title-active{
        animation: wtitleactive 1.1s cubic-bezier(0,.87,.67,1) 0.3s;
    }
    @keyframes wtitleactive{from{top: 250px;}to{top: 0;}}
    .w-title span{
        color: #befc03;
    }

    /*INDIC*//*INDIC*//*INDIC*//*INDIC*//*INDIC*//*INDIC*/
    .w-title-indic{
        opacity: 0.6;
        font-size: 16px;
        margin-top: 25px;
    }
    .w-title-indic span{
        position: relative;
        top: 2px;
        color: #ebf0f2;
        font-family: 'fontfleche-reg', sans-serif;
        margin-left: 3px;
        font-size: 18px;
    }


    /*FILTRES*//*FILTRES*//*FILTRES*//*FILTRES*//*FILTRES*/
    .w-search-container{
        position: relative;
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 8px;
        box-sizing: border-box;
        flex-wrap: wrap;
        margin-left: 5px;
    }

    .w-search-container-active{
        animation: wsearchcontainer 1.2s cubic-bezier(0,.87,.67,1) 0.3s;
    }
    @keyframes wsearchcontainer{from{top: 350px;}to{top: 0;}}
    .w-filter-container{
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 8px;
        font-size: 16px;
    }
    .w-filterall{
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
        gap: 8px;
    }

    .w-filter-title{
        margin-bottom: 5px;
        margin-right: 15px;
        opacity: 0.6;
        white-space: nowrap;
        display: none;
    }
    .w-filter{
        padding: 8px 12px;
        border-radius: 15px;
        color: #ebf0f299;
        border: 1px solid #ebf0f200;
        transition: all 0.3s ease;
        cursor: pointer;
        display: flex;
        align-items: center;
        white-space: nowrap;
        background: #ebf0f208;
        font-size: 16px;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        flex-shrink: 1;
    }
    .w-filter-tick{
        position: relative;
        width: 0;
        height: 0;
        border-bottom: 1px solid #befc03;
        border-left: 1px solid #befc03;
        transform: rotate(-45deg) translateY(-3px);
        transition: all 0.3s ease, opacity 0.3s ease;
        opacity: 0;
        display: none;
    }
    .w-filter-tick-focused{
        opacity: 1;
        width: 9px;
        height: 5px;
        margin-right: 5px;
        transition: all 0.3s ease, opacity 0.3s ease 0.1s;
    }
    .w-filter-focused{
        border: 1px solid #befc03;
        color: #befc03;
        opacity: 1;
    }
    .w-search, .w-search *, .w-error, .w-error *{
        display: none;
        pointer-events: none;
    }




























    /*PROJETS*//*PROJETS*//*PROJETS*//*PROJETS*//*PROJETS*//*PROJETS*/
    .progresscontainer{
        display: none;
    }
    .w-containerprojet{
        display: none;
    }




    /*GENERAL*//*GENERAL*//*GENERAL*//*GENERAL*/
    .w-containerprojets {
        position: relative;
        margin-top: 10px;
        min-height: 80vh;
    }
    .w-containerprojets-active {
        animation: wcontainerprojets 1.3s cubic-bezier(0, .87, .67, 1) 0.3s;
    }
    @keyframes wcontainerprojets {
        from {top: 400px;}to {top: 0;}
    }
    .wtel-containerprojet {
        position: relative;
        opacity: 1;
        display: flex;
        align-items: start;
        column-gap: 15px;
        margin-bottom: 5vw;
        height: 80px;
        transition: all 0.8s cubic-bezier(.42,-0.01,0,1);
    }
    .hide {
        opacity: 0;
        pointer-events: none;
        transition: all 0s linear 0.2s, opacity 0.2s ease;
        display: none;
    }
    .wtel-link{
        pointer-events: none;
        width: 100%;
        height: 100%;
        position: absolute;
    }













    /*TOUTES LES INFOS*/
    .wtel-infos {
        display: flex;
        align-items: center;
        column-gap: 15px;
    }
    .wtel-num{
        position: relative;
        color: #befc03;
        width: 35px;
        opacity: 0.05;
        transition: all 0s linear 0.3s, opacity 0.3s ease;
    }
    .wtel-infos2 {
        display: flex;
        flex-direction: column;
        width: 100%;
        transform: translateY(7px);
        row-gap: 5px;
    }
    .wtel-nom {
        position: relative;
        font-size: 40px;
        display: flex;
        align-items: center;
        width: calc(100% -100px);
        opacity: 0.05;
        transition: all 0s linear 0.3s, opacity 0.3s ease;
    }
    .wtel-nom span{
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: auto;
    }
    .wtel-indic{
        opacity: 0;
        font-size: 14px;
        transition: all 0s linear 0.3s, opacity 0.3s ease;
        transform: translateY(-10px);
        margin-left: 1px;
        pointer-events: none;
        user-select: none;
    }












    /*ACTIVE*//*ACTIVE*//*ACTIVE*//*ACTIVE*//*ACTIVE*/
    .wtelcp-active .wtel-nom{
        opacity: 1;
        transition: all 0.8s cubic-bezier(.42,-0.01,0,1);
    }
    .wtelcp-active .wtel-num{
        opacity: 1;
        transition: all 0.8s cubic-bezier(.42,-0.01,0,1);
    }
    /*indic*/
    .wtelcp-active .wtel-indic{
        transform: translateY(0);
        opacity: 0.2;
        transition: all 0.8s cubic-bezier(.42,-0.01,0,1) 0.3s;
    }
    /*lien*/
    .wtelcp-active .wtel-link{
        pointer-events: auto;
    }
    /*activetop*/
    .w-activetop{
        transition: all 0s linear 0.3s, opacity 0.8s ease;
        opacity: 1;
    }
















    /*PREVIEW*//*PREVIEW*//*PREVIEW*//*PREVIEW*//*PREVIEW*/
    .w-preview {
        position: fixed;
        width: 100vw;
        height: 100lvh;
        top: 0;
        z-index: -1;
        opacity: 0;
        pointer-events: none;
        user-select: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .w-preview video {
        height: 100%;
    }
    .w-preview img {
        height: 100%;
    }
    .w-voile {
        position: absolute;
        background: #000;
        height: 100%;
        width: 100%;
        opacity: 0.7;
    }
}
