/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2018-06-01, 10:00:00
    Author     : Karl Rondeau & Michel Bouchard
*/

/*
Header
*/
.page {
    background-color: #000;
    scroll-behavior: smooth;
    color: white;
    font-family: 'Roboto', sans-serif;
}
.head {
    display: inline;
}
.logo {
    max-width: 100%;
    width: 495px;
}
.dev {
    text-align: center;
}
.cons {
    width: 400px;
    height: 400px;
}
.lang {
    display: flex;
}
.fr, .en {
    float: right;
    font-size: 25px;
}
.img_fr {
    width: 40px;
    height: 20px;
}
.img_en {
    width: 40px;
    height: 20px;
}