div.civilities_container {
    height: 16px;
}

.field_container {
    position: absolute;
    box-sizing: border-box;
}

.field_container input[type="text"] {
    border: none;
    background-color: #E2E2E2;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}

.civility_MS_container {
    width: 80px;
    top: 20px;
    left: 80px;
    font-size: 12px;
}

.civility_MS_container input {
    position: relative;
    top: 1px;
}

.civility_MS_container label {
    font-size: 12px;
}


.civility_M_container {
    width: 80px;
    top: 20px;
    left: 12px;
}

.civility_M_container label {
    font-size: 12px;
}

.civility_M_container input {
    position: relative;
    top: 1px;
    font-size: 12px;
}


.last_name_container {
    width: 190px;
    top: 40px;
    left: 20px;
}

.first_name_container {
    width: 190px;
    top: 40px;
    left: 230px;
}

.email_container {
    width: 400px;
    top: 82px;
    left: 20px;
}

.postal_code_container {
    width: 190px;
    top: 166px;
    left: 20px;
}

.birthdate_container {
    width: 400px;
    top: 134px;
    left: 20px;
}

.optin-container {
    width: 400px;
    top: 224px;
    left: 43px;
}
.optin-partners-container {
    width: 400px;
    top: 244px;
    left: 43px;
}

.submit-container {
    width: 400px;
    top: 264px;
    text-align: center;
}

.coreg-sentence-header {
    display: block;
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
	color: #000;
}

.coreg_btn_continue {
    background: linear-gradient(to right, #F15025, #FABC2A);
    height: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: Arial;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 18px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    border: 0;
    font-weight: bold;
    cursor: pointer;
}

#jeu-header {
    float: none;
    height: 150px;
    background-size: contain;
    background-position-x: center;
    margin-bottom: 20px;
    filter: brightness(1.2) contrast(1.2) drop-shadow(0 0 5px rgba(0, 0, 0, 0.8))
    drop-shadow(0 0 10px rgba(0, 0, 0, 0.8))
    drop-shadow(0 0 15px rgba(0, 0, 0, 0.8));
}

#jeu-gain {
    background-color: #ffffff;
    height: 360px;
}

#jeu-form {
    height: 360px;
}

#jeu-box {
    position: static;
    margin: auto;
    margin-top: 10px;
    left: auto;
    top: auto;
}

#jeu-content {
    background-position: top center;
}


#submit-btn-container {
    position: absolute;
    cursor: pointer;
    width: 211px;
    height: 53px;
    z-index: 4;
    left: 661px;
    top: 715px;
}

#optin-container {
    position: absolute;
    width: 350px;
    height: 25px;
    z-index: 4;
    left: 641px;
    top: 636px;
}

#optin-partners-container {
    position: absolute;
    width: 350px;
    height: 25px;
    z-index: 4;
    left: 641px;
    top: 666px;
}

#optin-container label,
#optin-partners-container label {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#CFf .CF_visual {
    width: 47%;
    display:inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;
    margin-bottom: 10px;
}

#CFf .CF_visual:nth-child(odd) {
    float: left;
    clear:both;
}

#CFf .CF_visual:nth-child(even) {
    float: right;
}

#CFf .CF_visual_img {
    width: auto;
    float: none;
    display: block;
    text-align:center;
}

#CFf .CF_visual_content {
    display: block;
    margin-left: 0;
}

#CFf .CF_visual_content .CF_visual_radios {
    text-align:center;
}

#CFf #CF_logo {
    margin-top: 10px;
    clear:both;
}


#CFf .CF_mentions {
    clear:both;
}