/* COLOR */

body {
    background: #ffffff;
}

/* BACKGROUND */

.main {
    background: url(../images/background.jpg) no-repeat top center;
    height: 825px;
}

/* POSITION */

.content {
    width: 970px;
    padding-left: 0;
    padding-top: 309px;
}

.content .box {
    width: 450px;
}

.content .custom {
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 14px;
    color: #010101;
}

.content .box-form {
    top: 563px;
}

.content #componentSimpleSurvey_vote_li label {
    display: none;
}
.content #componentSimpleSurvey_vote {
}
.content #componentSimpleSurvey_vote li {
    display: inline-block;
    width: 136px;
    margin-right: 14px;
    height: 47px;
    position: relative;
}
.content #componentSimpleSurvey_vote li input {
    position: absolute;
    top: 17px;
    left: 19px;
}
.content #componentSimpleSurvey_vote li label {
    height: 35px;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    text-align: center;
    font-size: 19px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    padding-top: 13px;
    padding-left: 9px;
    cursor: pointer;
}

.content #optinDiv {
    top: -96px;
    left: 483px;
    width: 473px;
}

.content #blockValid {
    width: 490px;
    height: 41px;
    background: url(../images/blokValid.png) no-repeat;
    background-position: -12px 0;
    top: -8px;
    left: 487px;
}

.optinCampaignButtonImg {
    margin-right: 15px;
}

.content .panneau {
    position: absolute;
    top: -273px;
    right: -470px;
    overflow: hidden;
    height: 448px;
    width: 267px;
}

.landing .optinCampaignDecline, .landing .optinSponsors {
    margin-top: -12px;
}

.content #componentSimpleSurvey_vote li input:checked + div {
    background: #0b6baf;
    box-shadow: inset 0 0 0 4px #ffffff;
}
.content #componentSimpleSurvey_vote li+li input:checked + div {
    background: #0b6baf;
}

.content #componentSimpleSurvey_vote li div {
    height: 17px;
    width: 17px;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: 17px;
    box-shadow: inset 0 0 0 10px #ffffff;
    transition: all .1s linear;
}

#componentSimpleSurvey_vote li:nth-child(2) div, #componentSimpleSurvey_vote li:nth-child(2) input {
    left: 10px;
}

#blocRadio {
    position: absolute;
    top: 191px;
    left: 37px;
}