/* //////////////////////////// GRAND ORDINATEUR */
@media screen and (min-width: 1260px) {
    @font-face {
        font-family: "lausanne";
        src: url("/type/lausanne.ttf");

    }

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

    body {

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

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

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

    #retour img {
        width: 25px;
        position: absolute;
        margin-top: -3.1px;
    }

    h1 {
        width: 400px;
        letter-spacing: 10;
        font-size: 1.2em;
        padding-left: 50px;
    }

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

    }

    h3 {
        margin-top: 16px;
        padding-left: 50px;
        padding-right: 50px;
    }

    h4 {
        margin-top: 16px;
    }

    h2,
    h3,
    h4 {
        font-size: 1.2em;
    }
    
    
    
    #section2{
        width: 1200px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 80px;
    }
    
    #travaux{
        margin-top: 90px;
        display: flex;
        flex-direction: column;
        
    }
    
    #travaux img{
        width: 400px;
        height: auto;
        /*height: intrinsic;*/
        border: 1px solid white;
        margin-bottom: 60px;
    }
    
    #description{
        margin-left: 500px;
        width: 600px;
        position: fixed;
    }
    
    h5{
        font-family: "Digestive";
        font-size: 4.6em;
        margin-top: 60px;
        margin-bottom: 0px;
    }
    
    
    #description p{
        font-family: "traulha";
        font-size: 1.1em;
        line-height: 26px;
    }
    
    
    
    
}

/* //////////////////////////// IPAD */
@media screen and (max-width: 1259px) {
    @font-face {
        font-family: "lausanne";
        src: url("/type/lausanne.ttf");

    }

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

    body {

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

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

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

    #retour img {
        width: 25px;
        position: absolute;
        margin-top: -3.1px;
    }

    h1 {
        width: 400px;
        letter-spacing: 10;
        font-size: 1.2em;
        padding-left: 50px;
    }

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

    }

    h3 {
        margin-top: 16px;
        padding-left: 50px;
        padding-right: 50px;
    }

    h4 {
        margin-top: 16px;
    }

    h2,
    h3,
    h4 {
        font-size: 1.2em;
    }
    
    
    
    #section2{
        width: 900px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 80px;
    }
    
    #travaux{
        margin-top: 90px;
        display: flex;
        flex-direction: column;
        
    }
    
    #travaux img{
        width: 300px;
        height: auto;
        /*height: intrinsic;*/
        border: 1px solid white;
        margin-bottom: 60px;
    }
    
    #description{
        margin-left: 350px;
        width: 500px;
        position: fixed;
    }
    
    h5{
        font-family: "Digestive";
        font-size: 4em;
        margin-top: 60px;
        margin-bottom: 0px;
    }
    
    
    #description p{
        font-family: "traulha";
        font-size: 1em;
        line-height: 24px;
    }
    
    
    
    
}

/* //////////////////////////// IPAD */
@media screen and (max-width: 979px) {
    @font-face {
        font-family: "lausanne";
        src: url("/type/lausanne.ttf");

    }

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

    body {

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

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

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

    #retour img {
        width: 40px;
        position: absolute;
        margin-top: -9.9px;
    }

    h1 {
        width: 280px;
        letter-spacing: 6;
        font-size: 1.2em;
        padding-left: 70px;
    }

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

    }

    h3 {
        margin-top: 20px;
        padding-left: 50px;
        padding-right: 50px;
    }

    h4 {
        margin-top: 20px;
    }

    h2,
    h3,
    h4 {
        font-size: 0.9em;
    }
    
    
    
    #section2{
        width: 450px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 80px;
    }
    
    #travaux{
        margin-top: 90px;
        display: flex;
        flex-direction: column;
        
        
    }
    
    #travaux img{
        order: 2;
        width: 450px;
        height: auto;
        /*height: intrinsic;*/
        border: 1px solid white;
        margin-bottom: 60px;
    }
    
    #description{
        order: 1;
        display: block; 
        margin-right: 0px;
        margin-left: 0px;
        width: 450px;
        margin-bottom: 70px;
        
    position:relative;
    }
    
    
    h5{
        font-family: "Digestive";
        font-size: 4em;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
    }
    
    br {
    display: none;
}
    
    #description p{
        font-family: "traulha";
        font-size: 1em;
        line-height: 27px;
        text-align: center;
        justify-content: center;
    }
    
    
    
    
}

/* //////////////////////////// SMARTPHONE */
@media screen and (max-width: 580px) {
    @font-face {
        font-family: "lausanne";
        src: url("/type/lausanne.ttf");

    }

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

    body {

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

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

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

    #retour img {
        width: 30px;
        position: absolute;
        margin-top: -6.4px;
    }

    h1 {
        width: 280px;
        letter-spacing: 6;
        font-size: 0.9em;
        padding-left: 50px;
    }

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

    }

    h3 {
        margin-top: 20px;
        padding-left: 50px;
        padding-right: 50px;
    }

    h4 {
        margin-top: 20px;
    }

    h2,
    h3,
    h4 {
        font-size: 0.9em;
    }
    
    
    
    #section2{
        width: 300px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 80px;
    }
    
    #travaux{
        margin-top: 70px;
        display: flex;
        flex-direction: column;
        
        
    }
    
    #travaux img{
        order: 2;
        width: 300px;
        height: auto;
        /*height: intrinsic;*/
        border: 1px solid white;
        margin-bottom: 60px;
    }
    
    #description{
        order: 1;
        display: block; 
        margin-right: 0px;
        margin-left: 0px;
        width: 300px;
        margin-bottom: 50px;
        
    position:relative;
    }
    
    
    h5{
        font-family: "Digestive";
        font-size: 3.4em;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
    }
    
    br {
    display: none;
}
    
    #description p{
        font-family: "traulha";
        font-size: 0.9em;
        line-height: 20px;
        text-align: center;
        justify-content: center;
    }
    
    
    
    
}