html {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;

    background-image: url('/assets/images/FOND ENQUETE SATISFACTION V3.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: 0.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;
}

.footer {
    color: #777;
    padding-top: 1rem;
    border-top: 0.05rem solid #e5e5e5;
}
