/*** GLOBALS ***/
html, body {
    margin: 0px;
    padding: none;
}
body {
    font-family: Roboto, Arial, helvetica, sans-serif;
    font-size: 1em;
    color: #191919;
}
h1, h2, h3 {font-size: 0.9em;}
a {color: #414141;}
a:hover {color: #797979;}
/***************/
/*** HEADER ****/
.tophp {
    position:fixed;
    top: 0px;
    width:94%;
    margin: 0px;
    padding: 0px 3%;
}
.tophp h1 {float: left;}
.tophp h2 {float: right;}
/************/
/*** MAIN ***/
/*** NAV ***/
.menu1  {display: inline-block;}
.menu1 a {
    display: none;
    text-decoration: none;
    margin: 0px 15px;
}
/***********/
/*** IMAGE, ANIM ou VIDEO ***/
.logo_img, video {
    display: block;
    max-width: 600px;
    width:80%;
    margin: 10em auto;
}
/*************/
/*** FOOTER ****/
.bottomhp {
    position:fixed;
    bottom: 0px;
    width:94%;
    margin: 0px;
    padding: 0px 3%;
}
.bottomhp ul {
    list-style: none;
    padding-left: 0px;
}
.footer-left {float: left;}
address {font-style: normal;}
.footer-right {float: right;}
.footer-left ul li, .footer-right ul {
    line-height: 1.4em;
}
@media only screen and (max-width: 550px) {
    .tophp {display: none;}
    .logo_img {
        margin-top: 0px;
        margin-bottom: 8em;
    }
    .bottomhp {
        position: inherit;
    }
    .footer-left, .footer-right {
        float: none;
        display: block;
        margin: 1em auto 2em auto;
        text-align: center;
    }
    .footer-left h3, .footer-right h3 {
        margin-top: 15px;
        margin-bottom: 0px;
    }
    .footer-left ul, .footer-right ul {
        font-size: 1.1em;
        margin: 16px 0px 0px 0px;
    }
    .footer-left ul li, .footer-right ul {
        line-height: 1.6em;
    }
}
/*** page 404 ***/
.qcq {
    /*border: 1px solid red;*/
    height: 100% !important;
    /*background-image: url(../img/bckgrd-404.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 80%;
    text-align: center;*/
}
.qcq h2 {
    margin: 9% auto 2em;
}
.qcq a {
    /*border: 1px solid red;*/
    padding:1em;
    text-align: center;
    display:inline-block;
    text-decoration: none !important;
    margin:0 auto;
}