html
{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;

    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;

    background-image: url('/assets/images/Enquete de Satisfaction - Thermo.jpg');
    background-position: top;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

body.container
{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;

    padding: 15px;

    max-width: 50rem;
    
    -webkit-box-shadow: 0px 0px 30px 15px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 30px 15px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 30px 15px rgba(0,0,0,0.5);
}

.logo 
{
    max-height: 175px;
}

#title
{   
    margin-top: 20px;
    margin-top: 20px;
    font-variant: small-caps;
}

#form
{
    border-top: .05rem solid #e5e5e5;
}

.hidden
{
    display: none;
}


.section
{
    margin-bottom: 10px;
    padding-bottom: 5px;
}

label 
{
    vertical-align: top;
}

label.smiley
{
    width: 150px;
}

label.smiley img
{
    display: inline;
    max-height: 80px;
    border-radius: 40px;
}

label.smiley > input
{
    visibility: hidden;
    position: absolute;
}

label.smiley > input + img
{
    border: 2px solid transparent;
    cursor: pointer;
}

div.grayscale-replaced
{
    background-position-y: center !important;
    background-size: 25%;
    border-radius: 40px;
}

.ui-widget-content
{
    width: 95%;
    margin: 10px;
    z-index: 3;
}

.ui-widget-header
{
    width: 95%;
    margin: 10px;
    z-index: 1;
}

.footer
{
    color: #777;
    padding-top: 1rem;
    border-top: .05rem solid #e5e5e5;
}