/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on March 22, 2020 */
@font-face {
    font-family: "vcr_osd_monoregular";
    src: url('fonts/VCR_OSD_MONO_1.001.ttf');
    font-weight: normal;
    font-style: normal;
}

/*
Reset
*/

*{
    /* Supprimer toutes les marges */
    padding: 0;
    margin: 0;

    /* IntÃ©grer les padding et les border dans le bloc */
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* CSS3 */
}

/* Passer d'une base 16 Ã  une base 10 */
html{
    font-size: 62.5%; /* => 1rem = 10px */
}

body{
    font-size: 1.6rem;
}

a{
    color: inherit;
}

a{
    text-decoration: none;
}

img{
    max-width: 100%;
}
/**/


.full-content{
    display: flex;
    flex-direction: column;
    padding: 9em 10em 10em 20em;
    font-family: 'Libre Baskerville', serif;
}

.single-project-title{
    font-family: "vcr_osd_monoregular", Arial, Helvetica, sans-serif;
    text-align: left;
    text-transform: uppercase;
    font-style: italic;
    align-self: flex-start;
    padding-top: 1em;
}

.single-data{
    font-family: 'Libre Baskerville', serif;
    font-size: 1.2em;
}

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

    .full-content{
        font-size: 2em;
    }
}    