/* 
    Created on : 18 juil. 2019, 08:03:37
    Author     : p-lossec
*/

body {
    background: url('../img/sdb.jpg') no-repeat center fixed;
    -webkit-background-size: cover;
    background-size: cover;
    margin:0;
    padding:0;
}

#quest {
    margin-top:2%;
    margin-bottom: 2%;
    border:1px solid #3C3C3C;      
    background-color:rgba(255, 255, 255, 0.9);
}
b, #title{
    color: #00a7d8;
}
.img {
    width:25%;
    height:auto;
    position:relative
}

.left {    
    float:left;
}

.right, #envoyer {
    float:right;
}

#title {
    text-align:center;
    margin-top:2%;
}

#contain {
    margin-top: 5%;
    margin-bottom: 2%;
    padding-left:2%;
    padding-top:2%;
}

label {
    margin-top: 2%;
}

#btnimage {
    cursor:pointer;
}

#envoyer {
    margin-top:2%;
    margin-bottom:1%;
    background-color: #00a7d8;
    color:white;
}