@font-face {
    font-family: 'Brandon';
    src: url('../../typo/Brandon_reg.otf');
}

#texte,
#apropos,
#typo {
    font-family: 'Brandon', sans-serif;
}


.titre {
    font-family: 'Brandon', sans-serif;
}

@media screen and (min-width: 1200px) {

    html,
    body {
        margin: 0px;
        height: 100%;
    }


    body {
        background-image: url(../../img_draft/texture.png);
        background-size: contain;
        background-repeat: repeat;
    }


    #monnom {
        position: fixed;
        top: 1vh;
        left: 1vw;
        opacity: 1;
        width: 12vw;
        z-index: 1;
    }

    #fleche {
        position: fixed;
        top: 35vh;
        left: 5vw;
        opacity: 1;
        width: 4vw;
        z-index: 1;
    }

    #fleche:hover {
        transform: rotate(3deg);

    }

    #insta {
        position: absolute;
        top: 2vh;
        left: 93vw;
        opacity: 1;
        width: 2.5vw;
        z-index: 1;
    }

    #apropos {
        position: absolute;
        top: 3.5vh;
        left: 86vw;
        opacity: 1;
        font-size: 20px;
        color: black;
        z-index: 1;
    }

    #apropos:hover {
        text-decoration: underline;
    }


#ateliers{
                position:fixed;
                top:33.7vh;
                left:10vw;
                transform: rotate(2deg);
                width:90px;
                height:43px;
                opacity: 1;
                z-index: 1;
                background-image: url(../../img_draft/ateliers_mot.png);
                background-size: contain;
                background-repeat :no-repeat;
            }


    
        
    .video {
                position: relative;
                top: 25vh;
                margin-left: 45vw;
                margin-bottom: 0vh;
}
    .images {
        position: relative;
        top: 27vh;
        width: 49vw;
        margin-left: 45vw;
        margin-bottom: 2vh;
    }

    .titre {
        position: fixed;
        font-size: 1.3vw;
        top: 40vh;
        left: 5vw;
    }


    #bloctexte {
        position: fixed;
        width: 30vw;
        height: 40vh;
        margin-top: 27vw;
        padding: 1vw;
        padding-left: 5vw;
        overflow: auto;

    }

    #texte {
        position: absolute;
        font-size: 1.2vw;
        overflow: hidden;
        margin-right: 1.3vw;
    }

}


@media screen and (max-width: 1200px) {


    body {
        background-image: url(../../img_draft/texture.png);
        background-size: contain;
        background-repeat: repeat;
    }

    #monnom {
        width: 20vw;
        display: block;
        margin-left: 1vw;
        margin-top: 1vw;
    }


    #fleche {
        position: absolute;
        z-index: 2;
        width: 6vw;
        margin-left: 90vw;
        top: 1vh;

    }

    #fleche:hover {
        transform: rotate(3deg);

    }


    #insta {
        display: none;
    }


    #apropos {
        position: absolute;
        top: 5vh;
        left: 88vw;
        opacity: 1;
        color: black;
        font-size: 3vw;
        z-index: 1;
    }

    #apropos:hover {
        text-decoration: underline;

    }


    .titre {
        font-size: 3vw;
        margin: 0vh;
        text-align: center;
    }

    #texte {
        font-size: 3vw;
        overflow: hidden;
        margin: 4vh;
        text-align: center;
    }

    .images {
        width: 90vw;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2vh;
    }




}