/* //////////////////////////// GRAND ORDINATEUR */
@media screen and (min-width: 1390px) {

    /*BODY*/

    @font-face {
        font-family: "lausanne";
        src: url("/type/lausanne.ttf");

    }

    @font-face {
        font-family: "traulha";
        src: url("/type/Traulha.ttf");
    }

    @font-face {
        font-family: "domaine";
        src: url("/type/Domaine.otf");
    }

    @font-face {
        font-family: "domaineIT";
        src: url("/type/DomaineIT.otf");
    }



    body {

        background-color: black;
        color: white;
        text-decoration: none;
        font-family: "lausanne";

        margin-top: 90px;
        margin-left: 110px;
        margin-right: 110px;
    }

    body a {
        color: white;
        text-decoration: none;
    }

    /* //////////////// SECTION 1*/

    h1 {

        letter-spacing: 10;
        font-size: 1.2em;
    }

    #menu {
        display: flex;
        float: right;
        margin-top: -53px;

    }

    h3 {

        margin-top: 16px;
        padding-left: 50px;
    }

    h2,
    h3 {
        font-size: 1.2em;
    }

    #graphistefreelance img {
        margin-top: 115px;
        width: 50%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }


    h4 {
        display: none;
        /*font-family: "domaine";
    text-align: center;
    font-size: 200px;
    margin-top: 175px;
    margin-left: -10px;*/
    }

    h5 {
        display: none;
        /*
    font-family: "domaine";
    font-size: 95px;
    margin-top: -284;
    margin-left: 710px;
    */
    }

    #reseaux {
        display: flex;
        float: right;
        flex-direction: column;
        margin-top: -81px;

    }

    #reseaux img {
        height: 70px;
    }

    #rouagecell {
        display: none;
    }

    #rouage1 img {
        margin-top: -1110px;
        margin-left: 220px;
        position: absolute;
        width: 7%;
    }

    #rouage2 img {
        margin-top: -960px;
        margin-left: 80px;
        position: absolute;
        width: 10%;
    }

    #rouage3 img {
        margin-top: -760px;
        margin-left: 130px;
        position: absolute;
        width: 13%;
    }

    #rouage4 img {
        margin-top: -650px;
        margin-left: 260px;
        width: 34%;
    }

    #rouage4 {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column
    }



    /* ////////////////// ANIMATIONS*/


    @-webkit-keyframes rotating {
        from {
            -webkit-transform: rotate(0deg);
        }

        to {
            -webkit-transform: rotate(360deg);
        }
    }

    .rotating img {
        -webkit-animation: rotating 10s linear infinite;
    }



    @-webkit-keyframes rotating2 {
        from {
            -webkit-transform: rotate(360deg);
        }

        to {
            -webkit-transform: rotate(-360deg);
        }
    }

    .rotating2 img {
        -webkit-animation: rotating2 17s linear infinite;
    }




    @-webkit-keyframes rotating {
        from {
            -webkit-transform: rotate(0deg);
        }

        to {
            -webkit-transform: rotate(360deg);
        }
    }

    .rotating3 img {
        -webkit-animation: rotating 12s linear infinite;
    }




















    /* //////////////////// SECTION 2*/

    #joint img {
        visibility: hidden;
        margin-top: -229px;
        height: 1300px;
    }


    #ancreapropos {
        float: right;
        margin-top: -650px;
        color: black;
    }

    #photoprofil img {
        display: none;
        height: 600px;

        margin-top: -564px;
        margin-left: -550px;
    }


    h6 {
        font-family: "domaine";
        margin-top: -270px;
        margin-left: 758px;
        font-size: 3.3em;
        ;
    }

    h7 {
        font-family: "domaineIT";
        margin-left: 700px;
        margin-top: -130px;
        font-size: 40px;
    }

    #rouage4 p {
        font-size: 16px;
        line-height: 23px;
        margin-left: 700px;



    }

    #txtcell {
        display: none;
    }



    #feuille img {
        margin-top: -40px;
        width: 45%;
        position: relative;
        left: 610px;
        display: block;
        transform: rotate(-35deg);

    }







    /*SECTION 3*/


    #joint2 img {
        display: none;
        float: right;
        height: 200px;
        padding-left: 3000px;
        padding-top: 40px;
    }

    #yeux1 {
        margin-top: 0px;
    }

    #yeux2 {
        margin-right: 100px;
    }

    #yeux3 {
        margin-right: 200px;
    }


    #ancredecouvrez {
        float: right;
        margin-top: -140px;
        color: black;
    }


    #decouvrez {
        margin-left: 150px;

        display: flex;
        height: auto;
        flex-direction: column;
        width: 600px
    }

    h8 {
        font-family: "domaine";
        float: right;
        font-size: 3.3em;
        margin-left: 100px;
    }

    h9 {
        font-family: "domaineIT";
        float: right;
        margin-left: 40px;
        font-size: 40px;

    }

    #travaux {
        margin-top: 30;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
    }

    #travaux img {
        margin: 40px;
        width: 380px;
        height: 240px;
        background-color: white;
        border: 1px solid;
    }



    /*Afficher les liens vers catégories*/


    .a-img-txt {
        display: grid;
    }

    /* les enfants se superposent */
    .a-img-txt > * {
        grid-area: 1/1/-1/-1;
        /* raccourci pour grid-row et grid-column */
    }

    /* le texte */
    .a-txt {
        opacity: 0;
        transition: opacity .8s;
    }


    /* le survol */
    .a-txt:hover {
        opacity: 1;
    }


















    #construction {}

    #construction img {
        width: 14%;
        position: absolute;
        top: 100px;
    }

    #construct1 {
        transform: scaleX(-1);
        margin-right: 100px;
    }

    #construct2 {
        transform: scaleX(1);
        margin-left: 100px
    }






    /* ////////////////// ANIMATIONS*/


    @-webkit-keyframes deplace {
        0% {
            -webkit-transform: translateX(0px);
        }

        50% {
            -webkit-transform: translateX(-20px);
        }

        100% {
            -webkit-transform: translateX(0px);
        }
    }

    .deplace1 img {
        -webkit-animation: deplace 2s ease infinite;
    }


    @-webkit-keyframes deplace2 {
        0% {
            -webkit-transform: translateX(0px);
        }

        50% {
            -webkit-transform: translateX(20px);
        }

        100% {
            -webkit-transform: translateX(0px);
        }
    }

    .deplace2 img {
        -webkit-animation: deplace 2s ease infinite;
    }











    /*SECTION 4*/


    #section4 {
        margin-top: 240px
    }



    h10 {
        font-family: "domaine";
        display: block;
        width: 406px;
        font-size: 70px;
        margin-right: auto;
        margin-left: auto;
    }

    #traitcontact img {
        width: 140px;
        height: 80px;
        position: absolute;
        margin-left: 430px;
        margin-top: 43px;

    }

    #section4 p {
        font-family: "domaineIT";
        font-size: 30px;
        line-height: 38px;
        margin-top: 60px;

        margin-left: 600px;
        margin-bottom: 200px;
    }

    #section4 p a {
        line-height: 2.1;
    }

    h11 {
        width: 484px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 60px;
    }

}


/* //////////////////////////// Petit ordi */
@media screen and (max-width: 1389px) {

    /*BODY*/

    @font-face {
        font-family: "lausanne";
        src: url("/type/lausanne.ttf");

    }

    @font-face {
        font-family: "traulha";
        src: url("/type/Traulha.ttf");
    }

    @font-face {
        font-family: "domaine";
        src: url("/type/Domaine.otf");
    }

    @font-face {
        font-family: "domaineIT";
        src: url("/type/DomaineIT.otf");
    }



    body {

        background-color: black;
        color: white;
        text-decoration: none;
        font-family: "lausanne";

        margin-top: 90px;
        margin-left: 110px;
        margin-right: 110px;
    }

    body a {
        color: white;
        text-decoration: none;
    }

    /* //////////////// SECTION 1*/

    h1 {

        letter-spacing: 10;
        font-size: 1.2em;
    }

    #menu {
        display: flex;
        float: right;
        margin-top: -53px;

    }

    h3 {

        margin-top: 16px;
        padding-left: 50px;
    }

    h2,
    h3 {
        font-size: 1.2em;
    }

    #graphistefreelance img {
        margin-top: 115px;
        width: 50%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }


    h4 {
        display: none;
        /*font-family: "domaine";
    text-align: center;
    font-size: 200px;
    margin-top: 175px;
    margin-left: -10px;*/
    }

    h5 {
        display: none;
        /*
    font-family: "domaine";
    font-size: 95px;
    margin-top: -284;
    margin-left: 710px;
    */
    }

    #reseaux {
        display: flex;
        float: right;
        flex-direction: column;
        margin-top: -81px;

    }

    #reseaux img {
        height: 70px;
    }

    #rouagecell {
        display: none;
    }

    #rouage1 img {
        margin-top: -1110px;
        margin-left: 120px;
        position: absolute;
        width: 6%;
    }

    #rouage2 img {
        margin-top: -1040px;
        margin-left: 20px;
        position: absolute;
        width: 9%;
    }

    #rouage3 img {
        margin-top: -920px;
        margin-left: 60px;
        position: absolute;
        width: 12%;
    }

    #rouage4 img {
        margin-top: -850px;
        margin-left: 150px;
        width: 28%;
    }

    #rouage4 {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column
    }



    /* ////////////////// ANIMATIONS*/


    @-webkit-keyframes rotating {
        from {
            -webkit-transform: rotate(0deg);
        }

        to {
            -webkit-transform: rotate(360deg);
        }
    }

    .rotating img {
        -webkit-animation: rotating 10s linear infinite;
    }



    @-webkit-keyframes rotating2 {
        from {
            -webkit-transform: rotate(360deg);
        }

        to {
            -webkit-transform: rotate(-360deg);
        }
    }

    .rotating2 img {
        -webkit-animation: rotating2 17s linear infinite;
    }




    @-webkit-keyframes rotating {
        from {
            -webkit-transform: rotate(0deg);
        }

        to {
            -webkit-transform: rotate(360deg);
        }
    }

    .rotating3 img {
        -webkit-animation: rotating 12s linear infinite;
    }




















    /* //////////////////// SECTION 2*/

    #joint img {
        visibility: hidden;
        margin-top: -229px;
        height: 1300px;
    }


    #ancreapropos {
        float: right;
        margin-top: -650px;
        color: black;
    }

    #photoprofil img {
        display: none;
        height: 600px;

        margin-top: -564px;
        margin-left: -550px;
    }


    h6 {
        font-family: "domaine";
        margin-top: -150px;
        margin-left: 468px;
        font-size: 3.1em;
        ;
    }

    h7 {
        font-family: "domaineIT";
        margin-left: 430px;
        margin-top: -123px;
        font-size: 35px;
    }

    #rouage4 p {
        font-size: 14px;
        line-height: 20px;
        margin-left: 430px;



    }

    #txtcell {
        display: none;
    }



    #feuille img {
        margin-top: -390px;
        width: 40%;
        position: relative;
        left: 610px;
        display: block;
        transform: rotate(-35deg);

    }







    /*SECTION 3*/


    #joint2 img {
        display: none;
        float: right;
        height: 200px;
        padding-left: 3000px;
        padding-top: 40px;
    }

    #yeux1 {
        margin-top: 0px;
    }

    #yeux2 {
        margin-right: 100px;
    }

    #yeux3 {
        margin-right: 200px;
    }


    #ancredecouvrez {
        float: right;
        margin-top: -140px;
        color: black;
    }


    #decouvrez {
        margin-left: 100px;

        display: flex;
        height: auto;
        flex-direction: column;
        width: 600px
    }

    h8 {
        font-family: "domaine";
        float: right;
        font-size: 3.1em;
        margin-left: 80px;
    }

    h9 {
        font-family: "domaineIT";
        float: right;
        margin-left: 20px;
        font-size: 35px;

    }

    #travaux {
        margin-top: 20;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
    }

    #travaux img {
        margin: 40px;
        width: 280px;
        height: auto;
        background-color: white;
        border: 1px solid;
    }



    /*Afficher les liens vers catégories*/


    .a-img-txt {
        display: grid;
    }

    /* les enfants se superposent */
    .a-img-txt > * {
        grid-area: 1/1/-1/-1;
        /* raccourci pour grid-row et grid-column */
    }

    /* le texte */
    .a-txt {
        opacity: 0.8;
        transition: opacity .8s;
    }


    /* le survol */
    .a-txt:hover {
        opacity: 1;
    }


















    #construction {}

    #construction img {
        width: 12%;
        position: absolute;
        top: 50px;
    }

    #construct1 {
        transform: scaleX(-1);
        margin-right: 100px;
    }

    #construct2 {
        transform: scaleX(1);
        margin-left: 100px
    }






    /* ////////////////// ANIMATIONS*/


    @-webkit-keyframes deplace {
        0% {
            -webkit-transform: translateX(0px);
        }

        50% {
            -webkit-transform: translateX(-20px);
        }

        100% {
            -webkit-transform: translateX(0px);
        }
    }

    .deplace1 img {
        -webkit-animation: deplace 2s ease infinite;
    }


    @-webkit-keyframes deplace2 {
        0% {
            -webkit-transform: translateX(0px);
        }

        50% {
            -webkit-transform: translateX(20px);
        }

        100% {
            -webkit-transform: translateX(0px);
        }
    }

    .deplace2 img {
        -webkit-animation: deplace 2s ease infinite;
    }











    /*SECTION 4*/


    #section4 {
        margin-top: 180px
    }



    h10 {
        font-family: "domaine";
        display: block;
        width: 310px;
        font-size: 3.3em;
        margin-right: auto;
        margin-left: auto;
    }

    #traitcontact img {
        width: 110px;
        height: 80px;
        position: absolute;
        margin-left: 330px;
        margin-top: 33px;

    }

    #section4 p {
        font-family: "domaineIT";
        font-size: 26px;
        line-height: 34px;
        margin-top: 60px;

        margin-left: 450px;
        margin-bottom: 150px;
    }

    #section4 p a {
        line-height: 2.1;
    }

    h11 {
        width: 484px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 60px;
    }

}


/* //////////////////////////// IPAD Paysage */
@media screen and (max-width: 1120px) {

    /*BODY*/

    @font-face {
        font-family: "lausanne";
        src: url("/type/lausanne.ttf");

    }

    @font-face {
        font-family: "traulha";
        src: url("/type/Traulha.ttf");
    }

    @font-face {
        font-family: "domaine";
        src: url("/type/Domaine.otf");
    }

    @font-face {
        font-family: "domaineIT";
        src: url("/type/DomaineIT.otf");
    }



    body {

        background-color: black;
        color: white;
        text-decoration: none;
        font-family: "lausanne";

        margin-top: 70px;
        margin-left: 60px;
        margin-right: 60px;
    }

    body a {
        color: white;
        text-decoration: none;
    }

    /* //////////////// SECTION 1*/

    h1 {

        letter-spacing: 10;
        font-size: 1.2em;
    }

    #menu {
        display: flex;
        float: right;
        margin-top: -53px;

    }

    h3 {

        margin-top: 16px;
        padding-left: 50px;
    }

    h2,
    h3 {
        font-size: 1.2em;
    }

    #graphistefreelance img {
        margin-top: 95px;
        width: 50%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }


    h4 {
        display: none;
        /*font-family: "domaine";
    text-align: center;
    font-size: 200px;
    margin-top: 175px;
    margin-left: -10px;*/
    }

    h5 {
        display: none;
        /*
    font-family: "domaine";
    font-size: 95px;
    margin-top: -284;
    margin-left: 710px;
    */
    }

    #reseaux {
        display: flex;
        float: right;
        flex-direction: column;
        margin-top: 0px;

    }

    #reseaux img {
        height: 70px;
    }

    #rouagecell {
        display: none;
    }

    #rouage1 img {
        margin-top: -1110px;
        margin-left: 120px;
        position: absolute;
        width: 7%;
    }

    #rouage2 img {
        margin-top: -1050px;
        margin-left: 20px;
        position: absolute;
        width: 11%;
    }

    #rouage3 img {
        margin-top: -940px;
        margin-left: 60px;
        position: absolute;
        width: 14%;
    }

    #rouage4 img {
        margin-top: -850px;
        margin-left: 150px;
        width: 28%;
    }

    #rouage4 {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column
    }



    /* ////////////////// ANIMATIONS*/


    @-webkit-keyframes rotating {
        from {
            -webkit-transform: rotate(0deg);
        }

        to {
            -webkit-transform: rotate(360deg);
        }
    }

    .rotating img {
        -webkit-animation: rotating 10s linear infinite;
    }



    @-webkit-keyframes rotating2 {
        from {
            -webkit-transform: rotate(360deg);
        }

        to {
            -webkit-transform: rotate(-360deg);
        }
    }

    .rotating2 img {
        -webkit-animation: rotating2 17s linear infinite;
    }




    @-webkit-keyframes rotating {
        from {
            -webkit-transform: rotate(0deg);
        }

        to {
            -webkit-transform: rotate(360deg);
        }
    }

    .rotating3 img {
        -webkit-animation: rotating 12s linear infinite;
    }




















    /* //////////////////// SECTION 2*/

    #joint img {
        visibility: hidden;
        margin-top: -229px;
        height: 1300px;
    }


    #ancreapropos {
        float: right;
        margin-top: -420px;
        color: black;
    }

    #photoprofil img {
        display: none;
        height: 600px;

        margin-top: -564px;
        margin-left: -550px;
    }


    h6 {
        font-family: "domaine";
        margin-top: -150px;
        margin-left: 438px;
        font-size: 2.8em;
        ;
    }

    h7 {
        font-family: "domaineIT";
        margin-left: 390px;
        margin-top: -113px;
        font-size: 29px;
    }

    #rouage4 p {
        font-size: 12px;
        line-height: 20px;
        margin-left: 380px;
    }

    #txtcell {
        display: none;
    }



    #feuille img {
        margin-top: -470px;
        width: 31%;
        position: relative;
        left: 500px;
        display: block;
        transform: rotate(-35deg);

    }







    /*SECTION 3*/


    #joint2 img {
        display: none;
        float: right;
        height: 200px;
        padding-left: 3000px;
        padding-top: 40px;
    }

    #yeux1 {
        margin-top: 0px;
    }

    #yeux2 {
        margin-right: 100px;
    }

    #yeux3 {
        margin-right: 200px;
    }


    #ancredecouvrez {
        float: right;
        margin-top: -110px;
        color: black;
    }


    #decouvrez {
        margin-left: 100px;

        display: flex;
        height: auto;
        flex-direction: column;
        width: 600px
    }

    h8 {
        font-family: "domaine";
        float: right;
        font-size: 2.8em;
        margin-left: 80px;
    }

    h9 {
        font-family: "domaineIT";
        float: right;
        margin-left: 20px;
        font-size: 29px;

    }

    #travaux {
        margin-top: 20;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
    }

    #travaux img {
        margin: 30px;
        width: 240px;
        height: auto;
        background-color: white;
        border: 1px solid;
    }



    /*Afficher les liens vers catégories*/


    .a-img-txt {
        display: grid;
    }

    /* les enfants se superposent */
    .a-img-txt > * {
        grid-area: 1/1/-1/-1;
        /* raccourci pour grid-row et grid-column */
    }

    /* le texte */
    .a-txt {
        opacity: 0.8;
        transition: opacity .8s;
    }


    /* le survol */
    .a-txt:hover {
        opacity: 1;
    }


















    #construction {}

    #construction img {
        width: 12%;
        position: absolute;
        top: 50px;
    }

    #construct1 {
        transform: scaleX(-1);
        margin-right: 110px;
    }

    #construct2 {
        transform: scaleX(1);
        margin-left: 110px
    }






    /* ////////////////// ANIMATIONS*/


    @-webkit-keyframes deplace {
        0% {
            -webkit-transform: translateX(0px);
        }

        50% {
            -webkit-transform: translateX(-20px);
        }

        100% {
            -webkit-transform: translateX(0px);
        }
    }

    .deplace1 img {
        -webkit-animation: deplace 2s ease infinite;
    }


    @-webkit-keyframes deplace2 {
        0% {
            -webkit-transform: translateX(0px);
        }

        50% {
            -webkit-transform: translateX(20px);
        }

        100% {
            -webkit-transform: translateX(0px);
        }
    }

    .deplace2 img {
        -webkit-animation: deplace 2s ease infinite;
    }











    /*SECTION 4*/


    #section4 {
        margin-top: 180px
    }



    h10 {
        font-family: "domaine";
        display: block;
        width: 280px;
        font-size: 2.8em;
        margin-right: auto;
        margin-left: auto;
    }

    #traitcontact img {
        width: 80px;
        height: 80px;
        position: absolute;
        margin-left: 330px;
        margin-top: 33px;

    }

    #section4 p {
        font-family: "domaineIT";
        font-size: 24px;
        line-height: 34px;
        margin-top: 60px;

        margin-left: 430px;
        margin-bottom: 130px;
    }

    #section4 p a {
        line-height: 2.1;
    }

    h11 {
        width: 484px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 60px;
    }

}


/* //////////////////////////// IPAD Portrait */
@media screen and (max-width: 890px) {

    /*BODY*/

    @font-face {
        font-family: "lausanne";
        src: url("/type/lausanne.ttf");

    }

    @font-face {
        font-family: "traulha";
        src: url("/type/Traulha.ttf");
    }

    @font-face {
        font-family: "domaine";
        src: url("/type/Domaine.otf");
    }

    @font-face {
        font-family: "domaineIT";
        src: url("/type/DomaineIT.otf");
    }



    body {

        background-color: black;
        color: white;
        text-decoration: none;
        font-family: "lausanne";

        margin-top: 60px;
        margin-left: 50px;
        margin-right: 50px;
    }

    body a {
        color: white;
        text-decoration: none;
    }

    /* //////////////// SECTION 1*/

    h1 {
        letter-spacing: 8;
        font-size: 0.8em;
    }

    #menu {
        display: flex;
        float: right;
        margin-top: -53px;

    }

    h2 {
        margin-top: 28px;
    }

    h3 {

        margin-top: 28px;
        padding-left: 50px;
    }

    h2,
    h3 {
        font-size: 0.8em;
    }

    #graphistefreelance img {
        margin-top: 95px;
        width: 50%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }


    h4 {
        display: none;
        /*font-family: "domaine";
    text-align: center;
    font-size: 200px;
    margin-top: 175px;
    margin-left: -10px;*/
    }

    h5 {
        display: none;
        /*
    font-family: "domaine";
    font-size: 95px;
    margin-top: -284;
    margin-left: 710px;
    */
    }

    #reseaux {
        display: flex;
        float: right;
        flex-direction: column;
        margin-top: 0px;

    }

    #reseaux img {
        height: 70px;
    }


    #rouagecell {
        display: none;
    }


    #rouage1 img {
        margin-top: -1110px;
        margin-left: 110px;
        position: absolute;
        width: 7%;
    }

    #rouage2 img {
        margin-top: -1070px;
        margin-left: 29px;
        position: absolute;
        width: 13%;
    }

    #rouage3 img {
        margin-top: -978px;
        margin-left: 65px;
        position: absolute;
        width: 17%;
    }

    #rouage4 img {
        margin-top: -950px;
        margin-left: 160px;
        width: 38%;
    }

    #rouage4 {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column
    }



    /* ////////////////// ANIMATIONS*/


    @-webkit-keyframes rotating {
        from {
            -webkit-transform: rotate(0deg);
        }

        to {
            -webkit-transform: rotate(360deg);
        }
    }

    .rotating img {
        -webkit-animation: rotating 10s linear infinite;
    }



    @-webkit-keyframes rotating2 {
        from {
            -webkit-transform: rotate(360deg);
        }

        to {
            -webkit-transform: rotate(-360deg);
        }
    }

    .rotating2 img {
        -webkit-animation: rotating2 17s linear infinite;
    }




    @-webkit-keyframes rotating {
        from {
            -webkit-transform: rotate(0deg);
        }

        to {
            -webkit-transform: rotate(360deg);
        }
    }

    .rotating3 img {
        -webkit-animation: rotating 12s linear infinite;
    }




















    /* //////////////////// SECTION 2*/

    #joint img {
        visibility: hidden;
        margin-top: -229px;
        height: 1300px;
    }


    #ancreapropos {
        float: right;
        margin-top: -420px;
        color: black;
    }

    #photoprofil img {
        display: none;
        height: 600px;

        margin-top: -564px;
        margin-left: -550px;
    }


    h6 {
        font-family: "domaine";
        margin-top: -40px;
        margin-left: 388px;
        font-size: 2.8em;
        ;
    }

    h7 {
        font-family: "domaineIT";
        margin-left: 340px;
        margin-top: -113px;
        font-size: 29px;
    }

    #rouage4 p {
        visibility: hidden;
        font-size: 14px;
        text-justify: inter-character;
        line-height: 20px;
        margin-left: 30px;
    }





    #txtcell {
        display: block;
        margin-left: auto;
        margin-right: auto;
        visibility: visible;
        margin-top: -190px;

    }

    #txtcell p {
        width: 300px;
        text-align: justify;
        text-justify: auto;
        visibility: visible;
    }




    #feuille img {
        margin-top: -390px;
        width: 33%;
        position: relative;
        left: 430px;
        display: block;
        transform: rotate(-35deg);

    }







    /*SECTION 3*/


    #joint2 img {
        display: none;
        float: right;
        height: 200px;
        padding-left: 3000px;
        padding-top: 40px;
    }

    #yeux1 {
        margin-top: 0px;
    }

    #yeux2 {
        margin-right: 100px;
    }

    #yeux3 {
        margin-right: 200px;
    }


    #ancredecouvrez {
        float: right;
        margin-top: -110px;
        color: black;
    }


    #decouvrez {
        margin-left: 100px;

        display: flex;
        height: auto;
        flex-direction: column;
        width: 600px
    }

    h8 {
        font-family: "domaine";
        float: right;
        font-size: 2.8em;
        margin-left: 80px;
    }

    h9 {
        font-family: "domaineIT";
        float: right;
        margin-left: 20px;
        font-size: 29px;

    }

    #travaux {
        margin-top: 20;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
    }

    #travaux img {
        margin: 20px;
        width: 170px;
        height: auto;
        background-color: white;
        border: 1px solid;
    }



    /*Afficher les liens vers catégories*/


    .a-img-txt {
        display: grid;
    }

    /* les enfants se superposent */
    .a-img-txt > * {
        grid-area: 1/1/-1/-1;
        /* raccourci pour grid-row et grid-column */
    }

    /* le texte */
    .a-txt {
        opacity: 0.8;
        transition: opacity .8s;
    }


    /* le survol */
    .a-txt:hover {
        opacity: 1;
    }


















    #construction {}

    #construction img {
        width: 12%;
        position: absolute;
        top: 50px;
    }

    #construct1 {
        transform: scaleX(-1);
        margin-right: 50px;
    }

    #construct2 {
        transform: scaleX(1);
        margin-left: 50px
    }






    /* ////////////////// ANIMATIONS*/


    @-webkit-keyframes deplace {
        0% {
            -webkit-transform: translateX(0px);
        }

        50% {
            -webkit-transform: translateX(-20px);
        }

        100% {
            -webkit-transform: translateX(0px);
        }
    }

    .deplace1 img {
        -webkit-animation: deplace 2s ease infinite;
    }


    @-webkit-keyframes deplace2 {
        0% {
            -webkit-transform: translateX(0px);
        }

        50% {
            -webkit-transform: translateX(20px);
        }

        100% {
            -webkit-transform: translateX(0px);
        }
    }

    .deplace2 img {
        -webkit-animation: deplace 2s ease infinite;
    }











    /*SECTION 4*/


    #section4 {
        margin-top: 110px
    }



    h10 {
        font-family: "domaine";
        display: block;
        width: 270px;
        font-size: 2.8em;
        margin-right: auto;
        margin-left: auto;
    }

    #traitcontact img {
        width: 80px;
        height: 80px;
        position: absolute;
        margin-left: 150px;
        margin-top: 33px;

    }

    #section4 p {
        font-family: "domaineIT";
        font-size: 24px;
        line-height: 34px;
        margin-top: 60px;

        margin-left: 230px;
        margin-bottom: 130px;
    }

    #section4 p a {
        line-height: 2.1;
    }

    h11 {
        width: 484px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 60px;
    }

}


/* //////////////////////////// Smartphone */
@media screen and (max-width: 652px) {

    /*BODY*/

    @font-face {
        font-family: "lausanne";
        src: url("/type/lausanne.ttf");

    }

    @font-face {
        font-family: "traulha";
        src: url("/type/Traulha.ttf");
    }

    @font-face {
        font-family: "domaine";
        src: url("/type/Domaine.otf");
    }

    @font-face {
        font-family: "domaineIT";
        src: url("/type/DomaineIT.otf");
    }



    body {

        background-color: black;
        color: white;
        text-decoration: none;
        font-family: "lausanne";

        margin-top: 60px;
        margin-left: 50px;
        margin-right: 50px;
    }

    body a {
        color: white;
        text-decoration: none;
    }

    /* //////////////// SECTION 1*/

    h1 {
        width: 290px;
        text-align: center;
        letter-spacing: 10;
        font-size: 0.8em;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    #menu {
        margin-top: 50px;
        letter-spacing: 2;
        text-decoration: line-through;
        width: 224px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        float: inherit;

    }

    h2 {
        margin-top: 28px;
    }

    h3 {

        margin-top: -26px;
        padding-left: 150px;
    }

    h2,
    h3 {
        font-size: 0.8em;
    }

    #graphistefreelance img {
        margin-top: 65px;
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px;
    }


    h4 {
        display: none;
        /*font-family: "domaine";
    text-align: center;
    font-size: 200px;
    margin-top: 175px;
    margin-left: -10px;*/
    }

    h5 {
        display: none;
        /*
    font-family: "domaine";
    font-size: 95px;
    margin-top: -284;
    margin-left: 710px;
    */
    }

    #reseaux {
        margin-top: -20px;
        position: absolute;
        display: block;
        margin-top: 0px;

    }

    #reseaux img {

        height: 40px;
        margin: 4px;
        margin-bottom: 0px;
    }


    #rouagecell {
        position: absolute;
        margin-top: -1060px;
        display: inherit;
        margin-right: 50px;
    }

    #rouagecell img {
        width: 40%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }



    #rouages {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 200px;
    }

    #rouage1 img {
        display: none;
        margin-top: -1060px;
        margin-left: 60px;
        position: absolute;
        width: 11%;
    }

    #rouage2 img {
        display: none;
        margin-top: -260px;
        position: absolute;
        width: 35%;
    }

    #rouage3 img {
        display: none;
        margin-top: -1060px;
        margin-left: 160px;
        position: absolute;
        width: 22%;
    }

    #rouage4 img {
        display: none;
        margin-top: -1000px;
        margin-left: 60px;
        width: 78%;
        margin-bottom: 20px;
    }

    #rouage4 {
        margin-top: -800px;
        width: 220px;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column
    }



    /* ////////////////// ANIMATIONS*/


    @-webkit-keyframes rotating {
        from {
            -webkit-transform: rotate(0deg);
        }

        to {
            -webkit-transform: rotate(360deg);
        }
    }

    .rotating img {
        -webkit-animation: rotating 10s linear infinite;
    }



    @-webkit-keyframes rotating2 {
        from {
            -webkit-transform: rotate(360deg);
        }

        to {
            -webkit-transform: rotate(-360deg);
        }
    }

    .rotating2 img {
        -webkit-animation: rotating2 17s linear infinite;
    }




    @-webkit-keyframes rotating {
        from {
            -webkit-transform: rotate(0deg);
        }

        to {
            -webkit-transform: rotate(360deg);
        }
    }

    .rotating3 img {
        -webkit-animation: rotating 12s linear infinite;
    }




















    /* //////////////////// SECTION 2*/

    #joint img {
        visibility: hidden;
        margin-top: -109px;
        height: 1300px;
    }


    #ancreapropos {
        float: right;
        margin-top: -370px;
        color: black;
    }

    #photoprofil img {
        display: none;
        height: 600px;

        margin-top: -554px;
        margin-left: -550px;

    }


    h6 {
        font-family: "domaine";
        margin-top: 0px;
        margin-left: 26px;
        font-size: 2em;
        ;
    }

    h7 {
        font-family: "domaineIT";
        margin-left: 0px;
        margin-top: -83px;
        font-size: 25px;
    }

    #rouage4 p {
        visibility: hidden;
        font-size: 13px;
        line-height: 16px;
        margin-left: 0px;
    }





    #txtcell {
        display: block;
        margin-left: auto;
        margin-right: auto;
        visibility: visible;
        margin-top: -315px;

    }

    #txtcell p {
        width: 220px;
        text-align: justify;
        text-justify: auto;
        visibility: visible;
    }




    #feuille img {
        padding-top: 40px;
        margin-top: 0px;
        width: 63%;
        position: relative;
        left: 130px;
        display: block;
        transform: rotate(-35deg);
        margin-bottom: 20px;

    }







    /*SECTION 3*/


    #joint2 img {
        display: none;
        float: right;
        height: 200px;
        padding-left: 30px;
        padding-top: 40px;
    }

    #yeux1 {
        margin-top: 0px;
    }

    #yeux2 {
        margin-right: 100px;
    }

    #yeux3 {
        margin-right: 20px;
    }


    #ancredecouvrez {
        float: right;
        margin-top: 60px;
        color: black;
    }


    #decouvrez {
        margin-top: 130px;
        margin-left: 100px;

        display: flex;
        height: auto;
        flex-direction: column;
        width: 200px;
    }

    h8 {
        font-family: "domaine";
        float: right;
        font-size: 2em;
        margin-left: -80px;
    }

    h9 {
        font-family: "domaineIT";
        float: right;
        margin-top: -5px;
        margin-left: -60px;
        font-size: 25px;

    }

    #travaux {
        margin-top: 20;
        width: 240px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
    }

    #travaux img {
        margin: 20px;
        width: 200px;
        height: auto;
        background-color: white;
        border: 1px solid;
    }



    /*Afficher les liens vers catégories*/


    .a-img-txt {
        display: grid;
    }

    /* les enfants se superposent */
    .a-img-txt > * {
        grid-area: 1/1/-1/-1;
        /* raccourci pour grid-row et grid-column */
    }

    /* le texte */
    .a-txt {
        opacity: 0.8;
        transition: opacity .8s;
    }


    /* le survol */
    .a-txt:hover {
        opacity: 1;
    }


















    #construction {}

    #construction img {
        width: 15%;
        position: absolute;
        top: 50px;
    }

    #construct1 {
        transform: scaleX(-1);
        margin-right: 20px;
    }

    #construct2 {
        transform: scaleX(1);
        margin-left: 20px
    }






    /* ////////////////// ANIMATIONS*/


    @-webkit-keyframes deplace {
        0% {
            -webkit-transform: translateX(0px);
        }

        50% {
            -webkit-transform: translateX(-20px);
        }

        100% {
            -webkit-transform: translateX(0px);
        }
    }

    .deplace1 img {
        -webkit-animation: deplace 2s ease infinite;
    }


    @-webkit-keyframes deplace2 {
        0% {
            -webkit-transform: translateX(0px);
        }

        50% {
            -webkit-transform: translateX(20px);
        }

        100% {
            -webkit-transform: translateX(0px);
        }
    }

    .deplace2 img {
        -webkit-animation: deplace 2s ease infinite;
    }











    /*SECTION 4*/


    #section4 {
        margin-top: 110px
    }



    h10 {
        margin-top: 140px;
        font-family: "domaine";
        display: block;
        width: 190px;
        font-size: 2em;
        margin-right: auto;
        margin-left: auto;
    }

    #traitcontact img {
        display: none;
        width: 50px;
        height: 70px;
        position: absolute;
        margin-left: 20px;
        margin-top: 0px;

    }

    #section4 p {
        font-family: "domaineIT";
        font-size: 20px;
        line-height: 26px;
        margin-top: 60px;
        text-align: center;
        margin-left: 20px;
        margin-bottom: 100px;
    }

    #section4 p a {
        line-height: 2.1;
    }

    h11 {
        width: 170px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 60px;
        font-size: 13px;
        line-height: 1.5;
        text-align: center;

    }

    #section4 a {
        text-decoration: line-through;
    }

}
