/************************/
/* Style Québec Orbital */
/************************/
body a{
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    color:#008cff;
}
html, body{
    font-size: 100%;
    font-family: 'Roboto', sans-serif;
    color:white;
    font-size:14px;
    margin:0;
    border:0;
    padding:0;
    top:0 !important
}
body{
    background-color:black;
}
p {
    color:white;
    padding:0 35px 5px 35px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 3vh;
}
h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 2vh;
    color:rgb(55, 238, 255);
}

/*****************/
/* CSS d'un bloc */
/*****************/

.qobody {
    margin-top:0.5vh;
    margin-bottom:0.5vh;
    padding:1vh;
    width: 100%;
    min-width: 50vh;
    overflow: auto;
    font-size: 2vh;
    text-align:center;
    display: table;

    scrollbar-face-color: #0b4183;
    scrollbar-shadow-color: #000000;
    scrollbar-highlight-color: #000000;
    scrollbar-3dlight-color: #000000;
    scrollbar-darkshadow-color: #000000;
    scrollbar-track-color: #000000;
    scrollbar-arrow-color: #000000;
}
.qobody::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}
.qobody::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.qobody::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #0b4183;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
.qobody span {
    vertical-align: middle;
    display: table-cell;
}

.bloc1 {
    background: url(../images/qobanner.jpg) no-repeat 0px 0px;
    background-size: cover;
    background-position: center center;
    height: 50vh;
}
.bloc2 {
    background: url(../images/qobody.jpg) no-repeat 0px 0px;
    background-size: cover;
    background-position: center center;
    height: 85vh;
}
.bloc3 {
    background: url(../images/qoheader.jpg) no-repeat 0px 0px;
    background-size: cover;
    background-position: center center;
    height: 50vh;
}
.blocVide {
    background-size: cover;
    background-position: center center;
    height: 15vh;
}

.colgauche {
    float:left;
    width:50%;
}

.coldroite {
    overflow:auto;
}

/****************************************************************/

.qoheader{
    padding-top:0.1vh;
    padding-bottom:0.1vh;
    color:#008cff;
        text-align:left;
    background: url(../images/logo-texte.png) no-repeat 0px 0px;
    background-size: initial;
        background-position:center center;
    height: 121px;
    font-size: 1.3vh;
    min-width: 50vh;
}

.qofooter{
    padding-top:0.1vh;
    color:#ffffff;
        text-align:left;
    background: url(../images/qofooter.jpg) no-repeat 0px 0px;
    background-size: cover;
        background-position:bottom center;
    height: 4vh;
    min-width: 50vh;
    font-size: 1.3vh;
}

.qobody ul li {
    display: grid;
    vertical-align: middle;
    float: none;
}

/************/
/* Colonnes */
/************/

.colonnes {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Open Sans', sans-serif;
}

.colonnes > div {
    margin: 15px;
    text-shadow: 2px 2px #000000, 0 0 4px #000000;
}

.gauche {
    text-align: left;
}

.droite {
    text-align: right;
}

/***********************/
/* Ligne de séparation */
/***********************/

.ligne {
    background: linear-gradient(to right, transparent, grey, transparent);
    height: 1px;
}
