@media screen and (min-width: 1000px) {
    .c-title-tel {
        display: none;
    }
    .contact-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;
    }
    .contactcontainer {
        position: relative;
        width: 100vw;
        height: 100vh;
    }
    .contactcontenu {
        position: absolute;
        height: calc(100vh - 160px);
        width: calc(100vw - 160px);
        margin: 80px;
        display: flex;
        align-items: flex-end;
        z-index: 2;
    }
    .contactform-active {
        animation: cf-apparition 1.3s cubic-bezier(0, .64, .32, 1) 0.2s both;
    }
    @keyframes cf-apparition {
        from {transform: translateY(30vh);}
        to {transform: translateY(0vh);}
    }


    .tsection-contactpage {
        position: absolute;
        text-transform: uppercase;
        color: #ebf0f2;
        opacity: 0.6;
        top: 130px;
        left: 80px;
        font-size: 16px;
        width: fit-content;
        z-index: 1;
        display: none;
    }
    .tsection-contactpage span {
        opacity: 0.6;
    }
    .hud-tel {
        display: none;
    }


    /* PAPERPLANE *//* PAPERPLANE *//* PAPERPLANE *//* PAPERPLANE *//* PAPERPLANE */
    .c-img {
        position: absolute;
        width: 100%;
        height: 100%;
        user-select: none;
        pointer-events: none;
    }
    .c-img-active {
        animation: paperplane 1.3s cubic-bezier(0, .87, .67, 1) 0.2s both;
    }
    @keyframes paperplane {
        0% {transform: translate(-400px, 400px);}
        100% {transform: translate(0, 0);}
    }
    .c-img img {
        position: absolute;
        left: 8%;
        bottom: -8vw;
        width: 40vw;
        filter: brightness(100%) contrast(90%) saturate(0%);
        animation: shake2 4s ease-in-out infinite, flink 0.5s;
        z-index: 1;
    }
    @keyframes shake2 {
        0% {transform: translateY(0) rotate(-10deg);}
        50% {transform: translate(-10px, 10px) rotate(-15deg);}
        100% {transform: translateY(0) rotate(-10deg);}
    }




    /*INFOS*//*INFOS*//*INFOS*//*INFOS*//*INFOS*//*INFOS*//*INFOS*//*INFOS*/
    .c-infos {
        position: absolute;
        opacity: 1;
        width: calc(58%);
        display: flex;
        justify-content: end;
        flex-direction: column;
        white-space: nowrap;
        bottom: 15vh;
    }
    @media screen and (min-height:720px) {
        .c-freelance {
            position: relative;
            color: #ebf0f2;
            font-size: 16px;
            margin-top: 40px;
            margin-left: 20px;
        }
    }
    @media screen and (max-height: 720px) {
        .c-freelance {
            display: none;
        }
    }
    .c-freelance :nth-child(1) {
        opacity: 0.2;
    }
    .c-coordonees {
        position: relative;
        height: 140px;
        display: flex;
        align-items: flex-start;
        justify-content: end;
        font-size: 16px;
        color: #ebf0f2;
        text-align: end;
        margin-bottom: 10vh;
        margin-right: 1vw;
        line-height: 30px;
    }
    .c-coordonnees-active {
        animation: cf-apparition2 0.8s ease 0.8s both;
    }
    @keyframes cf-apparition2 {
        0% {opacity: 0;}
        100% {opacity: 1;}
    }
    .c-nummail {
        position: relative;
        min-width: 200px;
        width: 40%;
    }
    .c-networks {
        position: relative;
        min-width: 200px;
        width: 40%;
    }
    .c-mail,
    .c-num {
        position: relative;
    }
    .c-networks a {
        transition: 0.3s ease;
        padding: 10px 0;
        transition: all 0.4s ease;
    }
    .c-nummail a {
        position: relative;
        transition: 0.3s ease;
        padding: 10px 0;
        transition: all 0.4s ease;
    }
    .c-nummail a::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 7px;
        width: 100%;
        height: 1px;
        background-color: #ebf0f2;
        opacity: 0.2;
        transition: all 0.5s cubic-bezier(.33, 0, .08, 1);
    }
    .c-nummail>div:first-child,
    .c-networks>div:first-child,
    .c-statut>div:first-child {
        opacity: 0.2;
        font-size: 16px;
        margin-bottom: 20px;
        text-transform: uppercase;
    }
    .c-networks a :nth-child(1) {
        position: relative;
        font-family: 'fontfleche-reg', sans-serif;
        font-size: 20px;
        line-height: 16px;
        color: #befc03;
        top: 2px;
    }
    .c-networks a:hover {
        color: #befc03;
    }
    .c-nummail a:hover {
        color: #befc03;
    }
    .c-nummail a:hover::after {
        width: 0%;
    }
    .c-title {
        position: relative;
        text-align: end;
        font-size: 5.5vw;
        color: #ebf0f2;
        line-height: 5.5vw;
    }
    .c-title :nth-child(1) {
        color: #befc03;
    }
    .c-title :nth-child(1):nth-child(1) {
        margin-left: 0.1vw;
    }
    .c-title :nth-child(2) {
        margin-left: 0.5vw;
    }
    .c-title :nth-child(4) {
        margin-right: 1.1vw;
    }





    /*FORMULAIRE*//*FORMULAIRE*//*FORMULAIRE*//*FORMULAIRE*//*FORMULAIRE*/
    .contactform {
        position: absolute;
        right: 0;
        font-size: 25px;
        width: 35%;
        top: clamp(50px, calc(-200px + 30vh), calc(-200px + 30vh));
    }
    .contactform-title {
        color: #ebf0f2;
        font-size: 5vh;
        margin-left: 15px;
        margin-bottom: 2vh;
        white-space: nowrap;
    }
    .forminfo {
        color: #befc03;
        font-size: 16px;
        margin-bottom: 20px;
        margin-left: 20px;
        opacity: 1;
    }
    .forminfo span {
        color: #ebf0f2;
        opacity: 0.2;
    }
    .input-row {
        position: relative;
        width: calc(100%);
        display: flex;
    }
    .input-group {
        width: calc(50% - 10px);
        display: flex;
        flex-direction: column;
        margin-left: 10px;
    }
    .input-group.textarea {
        width: 100%;
        display: flex;
        justify-content: left;
        flex-direction: column;
        margin-left: 10px;
    }

    .input-group span {
        opacity: 0.4;
        color: #ebf0f2;
    }
    .input-group input {
        background: #ebf0f208;
        border: none;
        outline: none;
        border-radius: calc(5vh / 2.2);
        height: 5vh;
        color: #befc03;
        font-size: 18px;
        padding-left: 15px;
        margin-top: 1vh;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        border: 1px solid #f0000000;
        transition: all 0.3s ease;
    }
    input::placeholder {
        position: relative;
        color: #ebf0f2;
        opacity: 0.05;
        font-size: 18px;
    }
    .input-group label {
        color: #befc03;
        font-size: 16px;
        opacity: 1;
        margin-left: 10px;
        white-space: nowrap;
    }
    .message {
        position: relative;
        background: #ebf0f208;
        border: none;
        outline: none;
        border-radius: calc(5vh / 2.2);
        height: 15vh;
        color: #befc03;
        font-size: 18px;
        padding-left: 15px;
        padding-top: 10px;
        margin-top: 10px;
        margin-right: 10px;
        resize: none;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        border: 1px solid #f0000000;
        transition: all 0.3s ease;
    }
    .message::placeholder {
        position: absolute;
        color: #ebf0f2;
        opacity: 0.05;
        font-size: 18px;
        top: 0;
        transform: translateY(10px);
    }




    /* BOUTON SUBMIT *//* BOUTON SUBMIT *//* BOUTON SUBMIT *//* BOUTON SUBMIT */
    .cf-button {
        color: #befc03;
        background: #ebf0f208;
        border: none;
        outline: none;
        padding: 15px 22px;
        border-radius: 22px;
        font-size: 18px;
        margin-left: 10px;
        cursor: pointer;
        transition: all 0.5s cubic-bezier(.45, -0.01, .21, .99);
        white-space: nowrap;
    }
    .cf-button:hover {
        transform: scale(1.03);
        background: #ebf0f212;
    }
    .cf-buttonoverflow {
        height: 24px;
        overflow: hidden;
        line-height: 24px;
    }
    .cf-send1 {
        transition: all 0.6s cubic-bezier(0, .93, .27, 1) 0.2s;
    }
    .cf-send2 {
        transition: all 0.25s cubic-bezier(.66, -0.01, 1, .6);
    }
    .cf-button:hover .cf-send1 {
        transition: all 0.6s cubic-bezier(.52, 0, 0, 1);
        transform: translateY(-24px);
    }
    .cf-button:hover .cf-send2 {
        transition: all 0.6s cubic-bezier(.52, 0, 0, 1) 0.1s;
        transform: translateY(-24px);
    }




    /*MESSAGE D'ERREUR*//*MESSAGE D'ERREUR*//*MESSAGE D'ERREUR*//*MESSAGE D'ERREUR*/
    .input-group .cf-error {
        position: relative;
        font-size: 14px;
        color: red;
        opacity: 0.4;
        margin-right: 10px;
        transition: all 0.8s ease;
        opacity: 0;
        display: block;
        transform: translateY(-5px);
        white-space: nowrap;
        text-align: end;
    }
    .input-group.textarea .cf-error {
        /*spécifique au cadre de message*/
        margin-right: 20px;
    }
    .cf-error-acive {
        /*apparition du texte d'erreur*/
        display: block;
    }
    .input-group.error .cf-required {
        /*apparition du bord rouge */
        border: 1px solid #f0000099;
    }
    .input-group.error .cf-error {
        transform: translateY(10px);
        opacity: 0.6;
    }




    /* NOTIF MAIL ENVOYE*//* NOTIF MAIL ENVOYE*//* NOTIF MAIL ENVOYE*/
    .container-cf-mail-sent {
        position: fixed;
        width: 100vw;
        height: 100dvh;
        z-index: 25;
        display: flex;
        justify-content: center;
        align-items: center;
        backdrop-filter: blur(0px) brightness(100%);
        transition: all 0.3s ease;
        pointer-events: none;
    }
    .container-cf-mail-sent-active {
        backdrop-filter: blur(10px) brightness(20%);
        pointer-events: auto;
    }
    .cf-mail-sent {
        width: 400px;
        height: 180px;
        background-color: #12121280;
        border-radius: 30px;
        border: 1px solid #ebf0f21a;
        box-shadow: 0 0 15px 0 #00000080;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        transition: all 0.6s cubic-bezier(0, .87, .67, 1);
        pointer-events: none;
        opacity: 0;
        filter: blur(10px);
        transform: scale(1.2);
        pointer-events: none !important;
        z-index: 2;
    }
    .cf-mail-sent-active {
        opacity: 1;
        transform: scale(1);
        filter: blur(0);
        pointer-events: auto !important;
    }

    .cf-mail-sent :nth-child(1) {
        color: #befc03;
        font-size: 25px;
    }
    .cf-mail-sent :nth-child(2) {
        color: #ebf0f2;
        opacity: 0.6;
        font-size: 16px;
        margin-top: 5px;
    }
    .cf-mail-sent :nth-child(3) {
        position: relative;
        color: #ebf0f2;
        font-size: 16px;
        margin-top: 25px;
        background-color: #ebf0f208;
        border-radius: 20px;
        border: none;
        padding: 10px 25px;
        bottom: 0;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    .cf-mail-sent :nth-child(3):hover {
        transform: scale(1.05);
        background-color: #ebf0f21a;
    }
    .bglick-cf-mail-sent {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        pointer-events: none;
    }
    .bglick-cf-mail-sent-active {
        pointer-events: auto;
    }





    /*PATCH*//*PATCH*//*PATCH*//*PATCH*//*PATCH*//*PATCH*//*PATCH*/
    @media screen and (min-width: 1000px) {
        .patch{
            position: absolute;
            transform: scale(0.8);
            left: -60px;
            top: 10vh;
        }
        .patch :nth-child(1){
            position: absolute;
            transform: scale(0.8);
        }
        .patch :nth-child(2){
            position: absolute;
            animation: patchrotate 10s linear infinite;
            opacity: 0.6;
        }
    }
}

@keyframes patchrotate{
    0%{rotate: 0deg;}
    100%{rotate: 360deg;}
}












































/*PHONE*//*PHONE*//*PHONE*//*PHONE*//*PHONE*//*PHONE*//*PHONE*//*PHONE*/











































@media screen and (max-width: 1000px) {

    .hud *,
    .c-title {
        display: none;
    }
    .contact-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;
    }
    .contactcontainer {
        position: relative;
        width: 100vw;
        margin: 120px 0 50px 0;
    }
    .contactcontenu {
        position: relative;
        width: calc(100vw - 40px);
        margin: 0 20px;
    }
    .contactcontenu-active{
        animation: smartarrivee 1.3s cubic-bezier(0, .64, .32, 1) 0.2s both;
    }
    @keyframes smartarrivee{
        from{
            top: 300px;
        }
        to{
            top: 0;
        }
    }

    .tsection-contactpage {
        position: relative;
        text-transform: uppercase;
        color: #ebf0f2;
        opacity: 0.6;
        font-size: 16px;
        z-index: 1;
        text-align: start;
        margin: 0 10px;
    }
    .tsection-contactpage span {
        opacity: 0.6;
    }




    /*INFOS*//*INFOS*//*INFOS*//*INFOS*//*INFOS*//*INFOS*//*INFOS*//*INFOS*/
    .c-infos {
        position: relative;
        opacity: 1;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        white-space: nowrap;
    }
    .c-coordonees {
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        font-size: 16px;
        color: #ebf0f2;
        text-align: start;
        line-height: 30px;
        margin-left: 10px;
    }
    .c-coordonnees-active {
        animation: cf-apparition2 1.1s cubic-bezier(0, .87, .67, 1) 0.4s both;
    }
    @keyframes cf-apparition2 {
        0% {opacity: 0;transform: translateY(3vh);}
        100% {opacity: 1;transform: translateY(0vh);}
    }
    .c-networks {
        position: relative;
        min-width: 200px;
        width: 100%;
        margin-bottom: 30px;
    }
    .c-nummail {
        position: relative;
        min-width: 200px;
        width: 100%;
        margin-bottom: 80px;
    }
    .c-mail,
    .c-num {
        position: relative;
        width: fit-content;
    }
    .c-mail::after,
    .c-num::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 3px;
        width: 100%;
        height: 1px;
        background-color: #ebf0f2;
        opacity: 0.2;
    }
    .c-nummail>div:first-child,
    .c-networks>div:first-child,
    .c-statut>div:first-child {
        opacity: 0.2;
        font-size: 16px;
        margin-bottom: 10px;
        text-transform: uppercase;
    }
    .c-networks span {
        position: absolute;
        font-family: 'fontfleche-reg', sans-serif;
        font-size: 20px;
        color: #befc03;
        transform: translateY(1px);
    }
    .c-title-tel {
        position: relative;
        text-align: start;
        color: #ebf0f2;
        font-size: 9vw;
        line-height: 9vw;
        width: 100%;
        margin: 30px 0px 30px 7px;
    }
    .c-title-tel :nth-child(2) {
        margin-left: 1vw;
    }
    .c-title-tel :nth-child(4) {
        color: #befc03;
    }












    /* PAPERPLANE *//* PAPERPLANE *//* PAPERPLANE *//* PAPERPLANE *//* PAPERPLANE */
    .c-img * {
        display: none;
    }
    @keyframes shake2 {
        0% {transform: translateY(0) rotate(-10deg);}
        50% {transform: translate(-10px, 10px) rotate(-15deg);}
        100% {transform: translateY(0) rotate(-10deg);}
    }


    /*FORMULAIRE*//*FORMULAIRE*//*FORMULAIRE*//*FORMULAIRE*//*FORMULAIRE*/

    .contactform {
        position: relative;
        font-size: 25px;
        width: 100%;
    }
    .contactform-title {
        color: #ebf0f2;
        font-size: 9vw;
        margin-left: 7px;
        margin-bottom: 15px;
        white-space: nowrap;
    }
    .forminfo {
        color: #befc03;
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 10px;
        opacity: 1;
        width: 100%;
        text-align: center;
    }
    .forminfo span {
        color: #ebf0f2;
        opacity: 0.4;
    }
    .input-row {
        position: relative;
        width: calc(100%);
    }
    .input-group {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-right: 10px;
    }
    .input-group.textarea {
        width: 100%;
        display: flex;
        justify-content: left;
        flex-direction: column;
    }
    .input-group span {
        opacity: 0.4;
        color: #ebf0f2;
    }
    .input-group input {
        background: #ebf0f208;
        border: none;
        outline: none;
        border-radius: 18px;
        height: 40px;
        color: #befc03;
        font-size: 16px;
        padding-left: 15px;
        margin-top: 7px;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        border: 1px solid #f0000000;
        transition: all 0.3s ease;
    }
    input::placeholder {
        position: relative;
        color: #ebf0f2;
        opacity: 0.05;
        font-size: 16px;
    }
    .input-group label {
        color: #befc03;
        font-size: 16px;
        opacity: 1;
        margin-left: 10px;
        white-space: nowrap;
    }
    .message {
        position: relative;
        background: #ebf0f208;
        border: none;
        outline: none;
        border-radius: 18px;
        height: 150px;
        color: #befc03;
        font-size: 16px;
        padding-left: 15px;
        padding-top: 10px;
        margin-top: 7px;
        resize: none;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        border: 1px solid #f0000000;
        transition: all 0.3s ease;
    }
    .message::placeholder {
        position: relative;
        color: #ebf0f2;
        opacity: 0.05;
        font-size: 16px;
    }



    /* BOUTON SUBMIT *//* BOUTON SUBMIT *//* BOUTON SUBMIT *//* BOUTON SUBMIT */
    .cf-button {
        position: relative;
        background: #ebf0f208;
        border: none;
        outline: none;
        padding: 15px 22px;
        border-radius: 22px;
        color: #befc03;
        font-size: 22px;
        cursor: pointer;
        transition: all 0.5s cubic-bezier(.45, -0.01, .21, .99);
        white-space: nowrap;
        left: 50%;
        transform: translateX(-50%);
    }
    .cf-send1 {
        transition: all 0.6s cubic-bezier(0, .93, .27, 1) 0.2s;
    }
    .cf-send2 {
        display: none;
    }







    /*MESSAGE D'ERREUR*//*MESSAGE D'ERREUR*//*MESSAGE D'ERREUR*//*MESSAGE D'ERREUR*/.input-group .cf-error {
        position: relative;
        font-size: 14px;
        color: red;
        opacity: 0.4;
        margin-right: 10px;
        transition: all 0.8s ease;
        opacity: 0;
        display: block;
        transform: translateY(-15px);
        white-space: nowrap;
        text-align: end;
    }
    .input-group.textarea .cf-error {
        /*spécifique au cadre de message*/
        margin-right: 20px;
    }
    .cf-error-acive {
        /*apparition du texte d'erreur*/
        display: block;
    }
    .input-group.error .cf-required {
        /*apparition du bord rouge */
        border: 1px solid #f0000099;
    }
    .input-group.error .cf-error {
        transform: translateY(10px);
        opacity: 0.6;
    }











    /* NOTIF MAIL ENVOYE*//* NOTIF MAIL ENVOYE*//* NOTIF MAIL ENVOYE*/
    .container-cf-mail-sent {
        position: fixed;
        width: 100vw;
        height: 100dvh;
        z-index: 25;
        display: flex;
        justify-content: center;
        align-items: center;
        -webkit-backdrop-filter: blur(0px) brightness(100%);
        backdrop-filter: blur(0px) brightness(100%);
        transition: all 0.3s ease;
        pointer-events: none;
    }
    .container-cf-mail-sent-active {
        -webkit-backdrop-filter: blur(10px) brightness(20%);
        backdrop-filter: blur(10px) brightness(20%);
        pointer-events: auto;
    }
    .cf-mail-sent {
        width: 300px;
        height: 150px;
        background-color: #12121280;
        border-radius: 30px;
        border: 1px solid #ebf0f21a;
        box-shadow: 0 0 15px 0 #00000080;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        transition: all 0.6s cubic-bezier(0, .87, .67, 1);
        pointer-events: none;
        opacity: 0;
        filter: blur(10px);
        transform: scale(1.2);
        pointer-events: none !important;
        z-index: 2;
    }
    .cf-mail-sent-active {
        opacity: 1;
        transform: scale(1);
        filter: blur(0);
        pointer-events: auto !important;

    }
    .cf-mail-sent :nth-child(1) {
        color: #befc03;
        font-size: 20px;
    }
    .cf-mail-sent :nth-child(2) {
        color: #ebf0f2;
        opacity: 0.6;
        font-size: 16px;
        margin-top: 5px;
    }
    .cf-mail-sent :nth-child(3) {
        position: relative;
        color: #ebf0f2;
        font-size: 16px;
        margin-top: 25px;
        background-color: #ebf0f208;
        border-radius: 20px;
        border: none;
        padding: 10px 25px;
        bottom: 0;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    .bglick-cf-mail-sent {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        pointer-events: none;
    }
    .bglick-cf-mail-sent-active {
        pointer-events: auto;
    }


    /*FIN FORMULAIRE*//*FIN FORMULAIRE*//*FIN FORMULAIRE*//*FIN FORMULAIRE*//*FIN FORMULAIRE*//*FIN FORMULAIRE*/


    .c-freelance {
        position: relative;
        color: #ebf0f2;
        text-align: center;
        font-size: 16px;
        margin-top: 50px;
        line-height: 24px;
    }
    .c-freelance span {
        opacity: 0.2;
    }




    /*PATCH*//*PATCH*//*PATCH*//*PATCH*//*PATCH*/
    .patch{
        position: absolute;
        transform: scale(0.7);
        right: 40%;
        top: 25vh;
    }
    .patch-active{
        animation: patcharrivee 1.3s cubic-bezier(0, .64, .32, 1) 0.4s both;
    }
    @keyframes patcharrivee{
        from{
            right: 0;
        }
        to{
            right: 40%;
        }
    }

    .patch :nth-child(1){
        position: absolute;
        transform: scale(0.8);
    }
    .patch :nth-child(2){
        position: absolute;
        animation: patchrotate 10s linear infinite;
        opacity: 0.6;
    }
}