
#defaultCanvas0 {
    position: fixed;
    top:0;
    left:0px;
    z-index: -10;
}

@font-face {
    font-family: police1;
    src: url(fonts/HealTheWebB-Regular.otf);
}

@font-face {
    font-family: police2;
    src: url(fonts/HealTheWebA-Regular.otf);
}

body {
     font-family: police2;
}

h1 {
    font-size: 7vw;
        font-family: police1;
        float: right;
        margin-top: 0px;
}


.article h1 {
       font-family: police1;
       margin: 0;
        font-size: 4vw;
        float:none;
}



.article {
    width: 80%;
    border-bottom: solid black 4px;
    padding-top: 2px;
}

span, a {
    color: yellow;
    background-color: black;
    text-decoration: none;
}

.gauche {
    width: 75%;
    display: inline-block;
    vertical-align: top;
}

.droite {
    width: 20%;
    display: inline-block;
    vertical-align: top;
}

img {
    width: 100%;
    margin-left: 20%;
  
}





/* SMARTPHONE MODE PORTRAIT */
@media screen and (orientation: portrait) {

    

    h1 {
        font-size: 60px;
        line-height: 0.8;
    }

    .article h1{
         font-size: 30px;
    }

.article {
    width: 100%;
    border-bottom: solid black 4px;
    padding-top: 2px;
}

span, a {
    color: yellow;
    background-color: black;
    text-decoration: none;
}

.gauche {
    width: 90%;
    display: block;
    vertical-align: top;
}

.droite {
    width: 70%;
    margin-left: -54px;
    margin-bottom: 20px;
    display: block;
    vertical-align: top;
}

   

}