/**
 * CSS from layout.css on ID
 */
html
{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

@font-face {
  font-family: 'Paytone One';
  src: url('../../fonts/Paytone One/Paytone One.eot');
  src: url('../../fonts/Paytone One/Paytone One.eot?#iefix') format('embedded-opentype'),
       url('../../fonts/Paytone One/Paytone One.woff') format('woff'),
       url('../../fonts/Paytone One/Paytone One.ttf') format('truetype'),
       url('../../fonts/Paytone One/Paytone One.svg#Paytone One') format('svg');
}
body{
    background-image: url("https://01static.chapatiz.com/fr/kali2/design2/backgrounds/default.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100vh;

    margin: 0;
    font-family: verdana;
}
#header{
    background-image: url("/img/background.png");
    background-repeat: repeat-x;
    height: 232px;
    margin: auto;
    padding: 0;
    width: 100%;
}

#header-bloc {
    background-image: url("/img/header.jpg");
    background-repeat: no-repeat;
    height: 100%;
    margin: auto;
    width: 1146px;
}

#header-logo {
    background-image: url("/img/logo.png");
    height: 100px;
    margin-left: 125px;
    width: 279px;
}
#bloc_content{
    margin-bottom: 20px;
}
#bloc_content_primary{
    width:740px;
    margin: 0 auto 10px;
    border:1px solid #000000;
    padding-bottom:10px;
    border-radius:8px;
    background-color:#FFF;
}
#bloc_fond_soleil{
    background-image: url('/img/fond_soleil_bleu.png');
    width: 629px;
    height:26px;
    display:inline-block;
    margin-left:56px;
    margin-top:10px;
}
#bloc_banderole{
    background-image: url('/img/banderole.png');
    width: 633px;
    height:76px;
    margin: 0 auto;
    text-align:center;
}
#wording_banderole{
    font-size: 40px;
    font-family: 'Paytone One';
    height:76px;
    line-height:60px;
    color:#FC97D3;
}
#wording_banderole_long{
    font-size: 26px;
    font-family: 'Paytone One';
    height:76px;
    line-height:60px;
    color:#FC97D3;
}
.separator{
    background-image: url('/img/separator.png');
    width: 475px;
    height:2px;
    margin: 10px auto;
    text-align:center;
}
#bloc_content_secondary{
    width:740px;
    margin: 0 auto 50px;
    border:1px solid #000000;
    padding-bottom:10px;
    border-radius:8px;
    background-color:#FFF;
}





/**
 * CSS for Mllti Step Registration
 */

/* ************************************
 *
 * Generic Multi Step Page
 *
************************************* */
.registration_container {
    background-color: #FFFFFF;
    /*border: 1px solid #373737;*/
    border-radius: 4px;
	box-shadow: #04517D 0px 1px 18px;
    margin: 25px auto;
    width: 685px;
}
.registration_header span {
    background-image: url("/img/fond_soleil_bleu.png");
    height: 26px;
    width: 629px;
    margin: 4px 0 0 26px;
    display: inline-block;
}
.registration_body {
    position: relative;
}
.registration_banner {
    background: url("/img/banderole.png") no-repeat;
	background-position: center;
    height: 76px;

	color: #FD96D2;
    font-family: "Paytone One";
    font-size: 36px;
    position: relative;
    top: 3px;
	text-align: center;
	line-height: 57px;

}

/* ************************************
 *
 * Step 1 view css
 *
************************************* */
.registration_body p {
    color: #B45C00;
    font-family: "Trebuchet MS";
    font-size: 18px;
    font-weight: bold;
}
.registration_rabbit {
    background: url("/img/followtherabbit.png");
    height: 50px;
    left: 50px;
    position: absolute;
    top: 133px;
    width: 50px;
}
.registration_form_container form {
    text-align: center;
    margin-top: 37px;
}
.registration_label {
    display: inline-block;
    width: 188px;
    text-align: right;
    color: #000000;
    font-family: "Trebuchet MS";
    font-size: 17px;
    font-weight: bold
}
.registration_label_birthdate {
    display: inline-block;
    width: 188px;
    text-align: right;
    color: #000000;
    font-family: "Trebuchet MS";
    font-size: 14px;
    font-weight: bold
}
.registration_label_password {
    display: inline-block;
    width: 188px;
    text-align: right;
    color: #000000;
    font-family: "Trebuchet MS";
    font-size: 16px;
    font-weight: bold
}
.registration_input {
    font-family: 'Trebuchet MS';
    font-size: 14px;
}
.registration_input::-ms-clear {
    display: none;
}
.registration_input.default_state {
    border: 1px solid #7f9db9;
    color: #898989;
}
.registration_input.error_state {
    border: 1px solid #cc5b00;
    color: #000000;
}
.registration_input.validated_state {
    border: 1px solid #009033;
    color: #000000;
}
.email_valid_icon {
    background-image: url("/img/smiley_valid.jpg");
    height: 24px;
    position: absolute;
    width: 24px;
    margin-left: 5px;
    display: none;
}
.email_validation_loader {
    background-image: url("/img/loading.gif");
    height: 32px;
    margin: -5px 0 0 7px;
    position: absolute;
    width: 32px;
    display: none;
}
.registration_link_no_email {
    color: #898989;
    font-family: "Trebuchet MS";
    font-size: 12px;
    font-weight: bold;
    margin-left: 209px;
}
.registration_link_no_email span {
    background-image: url("/img/mood_icons_20x20.png");
    background-position: 0px 0px;
    width: 20px;
    height: 20px;
    display: inline-block;
}
.registration_link_no_email a {
    position: relative;
    bottom: 5px;
    color: #898989;
}
.registration_link_no_email a:hover {
    color: #36acff;
}
.registration_next {
    background-image: url("/img/valid_button.png");
    border: medium none;
    border-radius: 4px;
    font-family: 'Paytone One';
    font-size: 30px;
    height: 46px;
    margin: 14px auto 10px;
    width: 306px;
}
.registration_next.inactive {
    background-position: 0px 0px;
    color: #ffffff;
}
.registration_next.active {
    background-position: -306px 0px;
    color: #b45c00;
    cursor: pointer;
}
.registration_next.active:hover {
    background-position: -306px -46px;
    color: #b45c00;
}
.registartion_footer {
    background: url('/img/bottom_nav_bg.jpg') no-repeat;
    height: 100px;
    width: 670px;
    margin-top: -15px;
}
.registartion_footer_icons {
    margin: 30px 0 0 198px;
}
.registration_step3_text{
    margin: 40px;
    font-weight: bold;
}
#choose_cool_nickname_text{
    margin: 40px 20px 0px;
}
.footer_rabbit {
    background: url('/img/bottom_nav_carrot.png');
    background-position: -5px -6px;
    width: 40px;
    height: 34px;
    display: inline-block;
    position: relative;
}

.footer_carrot {
    background: url('/img/bottom_nav_carrot.png');
    background-position: -167px -12px;
    width: 45px;
    height: 26px;
    display: inline-block;
    margin-left: 48px;
    position: relative;
}
.registration_nav_number {
    color: #898989;
    font-family: "Paytone One";
    font-size: 12px;
}
.footer_first {
    margin-left: 22px;
}
.footer_second, .footer_third {
    margin-left: 88px;
}
.footer_current {
    color: #d12078;
}
.footer_completed {
    color: #180007;
}
#registration_email_error {
    background-color: #FFFFFF;
    border: 1px solid #CC5B00;
    margin: 5px 2px;
    position: absolute;
    width: 99%;
    z-index: 999;
}
.invalid_email_error_container, .invalid_pseudo_error_container {
    padding-bottom: 8px;
}
#registration_confirm_email_error .invalid_email_error_container {
    padding-bottom: 4px;
}
.invalid_email_error_container span, .invalid_email_error_container a, .invalid_pseudo_error_container span, .invalid_basicinfo_error_container span {
    color: #CC5B00;
    font-family: 'Trebuchet MS';
    font-size: 12px;
}
.invalid_error_icon {
    background: url("/img/mood_icons_26x26.png") no-repeat;
    background-position: 0 0;
    display: inline-block;
    height: 26px;
    margin: 7px 0 0 54px;
    width: 26px;
}
.invalid_error_text {
    bottom: 8px;
    position: relative;
}
.invalid_email_error_container .email_exists_error_icon {
    background-image: url("/img/mood_icons_26x26.png");
    background-position: -26px 0;
    display: inline-block;
    height: 26px;
    margin: 6px 0 0 98px;
    width: 26px;
}
.email_exists_error_text {
    left: 10px;
    position: relative;
    top: -10px;
}
.email_exists_db {
    display: block;
    left: 44px;
    position: relative;
    top: -8px;
}
.email_exists_pwd_recovery {
    margin-left: 148px;
    font-style: italic;
}
.email_exists_pwd_recovery_text {
    font-style: italic;
}
#registration_confirm_email_error {
    background-color: #FFFFFF;
    border: 1px solid #CC5B00;
    margin: 51px 2px;
    position: absolute;
    width: 99%;
    z-index: 999;
}
.confirm_error_icon {
    background-image: url("/img/mood_icons_26x26.png");
    background-position: 0 0;
    display: inline-block;
    height: 26px;
    margin-top: 6px;
    width: 26px;
}
.confirm_error_text {
    bottom: 8px;
    position: relative;
}
.create-email-modal {
    display: none;
}
/* ************************************
 *
 * Step 2 view css
 *
************************************* */
.button_container_step2 {
    margin-top: 150px;
    margin-right: 95px;
}
.footer_rabbit_happy {
    background: url("/img/bottom_nav_carrot.png");
    background-position: -52px -2px;
    display: inline-block;
    height: 38px;
    margin-right: 41px;
    position: relative;
    width: 55px;
}
.registration_back {
    color: #004cb4;
    font-family: 'Trebuchet MS';
    font-size: 12px;
    font-weight : bold;
    cursor: pointer;
}
.registration_back:hover {
    color: #36acff;
}
.back_to_step {
    background: url("/img/check_button.png");
    border: medium none;
    bottom: 5px;
    height: 27px;
    position: relative;
    width: 91px;
}
.back_to_step:hover {
    background-position: 0px -26px;
}
.next_to_step3 {
    margin: 14px 85px 10px 0;
}
.rabbit_step2 {
    left: 57px;
    top: 94px;
}
#registration_pseudo {
    width: 229px;
}
.generate_pseudo {
    background: url("/img/button.png");
    color: #ffffff;
    font-family: 'Trebuchet MS';
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    background-position: -908px 0px;
    width: 221px;
    border: medium none;
    height: 26px;
    margin: 4px 0 0 234px;
}
#registration_pseudo_error {
    background-color: #FFFFFF;
    border: 1px solid #CC5B00;
    margin: 5px 2px;
    width: 99%;
}
.footer_rabbit_stars {
    background: url("/img/bottom_nav_carrot.png");
    background-position: -107px 0px;
    width: 57px;
    height: 40px;
    display: inline-block;
    margin-right: 37px;
    position: relative;
}
.footsteps {
    background: url("/img/bottom_nav_pawtrack.png");
    height: 18px;
    width: 61px;
    position: absolute;

}
.footsteps_first {
    left: 48px;
    top: 0;
    background-position: 0px -2px;
}

/* ************************************
 *
 * Step 3 view css
 *
************************************* */
#registration_birthdate_day {
    width: 53px;
}
#registration_birthdate_month {
    width: 75px;
}
#registration_birthdate_year {
    width: 77px;
}
.agree_check_label {
    font-size: 13px;
    color: #000000;
    font-family: 'Trebuchet MS';
    font-weight: bold;
    width: auto;
}
.agree_check_label a {
    color: #f37239;
    font-weight: bold;
}
.agree_check_label a:hover {
    color: #f3af39;
}
.separator_line {
    background: url("/img/separator.png") no-repeat;
    height: 2px;
    margin: 0 auto;
    width: 475px;
}
.gender_outer_container {
    padding-right: 19px;
}
.gender_icon {
    background: url("/img/gender.png") no-repeat;
    display: inline-block;
    width: 41px;
    height: 40px;
    vertical-align: middle;
}
.gender_icon.gender_f {
    background-position: 0px 0px;
}
.gender_icon.gender_m {
    background-position: -39px 0px;
}
.gender_option.with_margin {
    margin-left: 18px;
}
.gender_label {
    width: 195px;
}
.invalid_basicinfo_error_container {
    background-color: #FFFFFF;
    border: 1px solid #CC5B00;
    margin: 5px 2px;
    position: absolute;
    width: 99%;
    z-index: 999;
}
#cgu_error {
    margin-top: 4px;
}
.footsteps_second {
    left: 145px;
    background-position: -58px -1px;
    top: 17px;
}
/* ************************************
 *
 * Email for password recovery / Resending process
 *
************************************* */
.capctha_label {
    font-size: 13px;
    width: auto;
}
.recaptha_widget_container {
    border: 1px solid #EAEAEA;
    border-radius: 2px 2px 2px 2px;
    margin-left: 5px;
    width: 98%;
}
.recaptchatable {
    display: inline-block;
}
#recaptcha_area {
    padding: 8px 0;
}
.pos_rel {
    position: relative;
}
.mbtm20 {
    margin-bottom: 20px;
}
.rabbit_footsteps {
    background: url("/img/rabbit_footer.jpg") no-repeat;
    bottom: -5px;
    height: 50px;
    position: absolute;
    right: 50px;
    width: 130px;
}
.pwd_recovery_email_err {
    display: none;
}
#recaptcha_widget p {
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
}
.recaptcha_image_container {
    float: left;
}
.recaptcha_image {
    border-bottom: 1px solid #EAEAEA;
}
.captcha_options {
    background-color: #EEEEEE;
    border-left: 2px solid #EAEAEA;
    float: left;
    padding: 6px 7px 0;
    text-align: left;
}
.capctha_response_container {
    margin-top: 3px;
}
.capctha_response_container input{
    display: block;
}
.recaptcha_widget {
    border: 1px solid #EAEAEA;
    border-radius: 4px 4px 4px 4px;
    display: inline-block;
    margin-top: 3px;
}
.recaptha_widget_container a {
    text-decoration: none;
    color: #6EA1F0;
    font-size: 15px;
}
.cant_read_text {
    color: #616362;
    font-size: 14px;
    font-weight: bold;
}

/* ************************************
 *
 * Email password sent successful page
 *
************************************* */
.pwd_recover_header {
    font-size: 28px !important;
}
.pwd_recover_congratulations_words {
    margin-left: 103px !important;
}
.pwd_recover_congratulations_spam {
    margin-left: 75px !important;
}

/* ************************************
 *
 * Account Deletion page styles
 *
************************************* */
#delete_accountform_container .registration_banner {
    text-align: center;
}
#delete_accountform_container .registration_banner span {
    margin-left: 0;
}
.crying_rabbit {
    background: url("/img/followtherabbitcrying.png");
    display: inline-block;
    height: 50px;
    left: 48px;
    position: absolute;
    right: 70px;
    top: 14px;
    width: 115px;
}
.account_delete_success_container {
    text-align: center;
}
.delete_success_message {
    font-size: 15px;
    font-weight: bold;
    margin: 0 60px;
}
.delete_success_message p {
    text-align: center;
    color: #B45C00;
}
.delete_success_button {
    margin-top: 100px;
}
.delete_success_button a.registration_back {
    display: block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    margin: 0 auto;
}
.delete_success_button a.registration_back span {
    display: inline-block;
    margin-top: 5px;
}
.delete_account_label {
    font-size: 16px !important;
    margin-bottom: 15px;
}
.delete_success_banner_words {
    margin-left: 0px !important;
}
.back_to_step_long {
    background: url("/img/button.png");
    background-position: -151px 0px;
    width: 191px;
    height: 26px;
    border: medium none;
}
.back_to_step_long:hover {
    background-position: -151px -26px;
}
.delete_succes_back_block a {
    display: inline-block;
    margin: 50px 0px;
    text-decoration: none;
}

/* ************************************
 *
 * Login page
 *
************************************* */
.login_label {
    width: 204px;
}
.login_input {
    width: 240px;
}
.forgot_password_link {
    margin-left: 152px;
}
.login_banner {
    margin-bottom: 75px;
}
.login_banner_text {
    margin-left: 190px !important;
}
.login_rabbit {
    background: url("/img/followtherabbit.png");
    display: inline-block;
    height: 50px;
    position: relative;
    right: 5px;
    top: 14px;
    width: 50px;
}
.login_email_error {
    margin: -55px 2px !important;
}
.login_error_icon {
    margin-left: 210px;
}
/* ************************************
 *
 * Account information page
 *
************************************* */
.account_info_banner {
    margin-left: 169px !important;
}
.account_info_container {
    text-align: center;
}
.account_info_container span {
    display: inline-block;
}
.change_email, .change_password {
    display: inline-block;
}
.account_info_label {
    width: 210px;
    text-align: right;
    font-weight: bold;
}
.account_info_value {
    width: 260px;
    text-align: left;
    color: #B45C00;
    font-weight: bold;
}
p.account_info_subtitle {
    margin-left: 64px !important;
}
.account_info_lower_block {
    margin-right: 97px;
}
.account_info_footer_button {
    background: url("/img/button.png");
    background-position: -151px 0px;
    width: 191px;
    height: 26px;
    cursor: pointer;
    border: none;
    display: inline-block;
    color: #004CB4;
    text-decoration: none;
    font-family: 'Trebuchet MS';
    font-weight: bold;
}
.account_info_footer_button:hover {
    background-position: -151px -26px;
    color: #36ACFF;
}
.account_info_footer_contents {
    text-align: center;
}
.account_rabbit {
    right: 68px;
    top: 36px;
}
/* ************************************
 *
 * Password change form page
 *
************************************* */
.change_password_banner {
    margin-left: 63px !important;
}
p.change_password_subtitle {
    margin-left: 82px;
}
.change_password_label {
    width: 330px;
}
.change_password_input {
    width: 250px;
}
.change_password_cancel {
    left: 22px;
    position: relative;
    text-align: center;
    top: 25px;
}
.change_password_cancel a {
    display: inline-block;
}
.text_help_update_password{
    margin: 30px 20px 20px;
    text-align: center;
}
/* ************************************
 *
 * Password change confirmation page
 *
************************************* */
.confirm_password_change {
    text-align: center;
}
.confirm_password_change a {
    display: inline-block;
    text-decoration: none;
}
/* ************************************
 *
 * Password change successful page
 *
************************************* */
.success_password_change {
    text-align: center;
    font-family: 'Trebuchet MS';
    font-size: 14px;
    font-weight: bold;
}
.success_password_change p {
    margin-left: 0px;
}
.password_change_email {
    color: #64A4FE;
    font-size: 18px;
}
.spam_block {
    margin: 20px 0 0 12px;
}
.spam_image {
    background-image: url("/img/icon_alert.jpg");
    height: 28px;
    width: 33px;
    display: inline-block;
    position: relative;
    top: 5px;
}
.spam_text {
    color: #DB5800;
    display: inline-block
}
.back_to_account {
    display: inline-block;
}
.password_sent_image {
    background-image: url("/img/icon_mail.jpg");
    height: 42px;
    left: 50px;
    position: absolute;
    top: 25px;
    width: 44px;
}
/* ************************************
 *
 * Change email and Email Link sent page and email change form page
 *
************************************* */
.change_email_banner span {
    margin-left: 127px;
}
.email_change_link_rabbit {
    left: 125px;
}
p.change_email_subtitle {
    margin-left: 10px;
}
.change_email_cancel a {
    display: inline-block;
}
.change_email_new_label {
    width: 222px;
}
.change_email_form_error {
    position: relative !important;
}
.follow_rabbit_track {
    background: url("/img/followtherabbittrack.png");
    height: 50px;
    width: 95px;
}
.change_email_rabbit_track {
    position: absolute;
    left: 75px;
    top: 17px;
}
.change_email_rabbit_track_pos {
    display: inline-block;
    position: relative;
    right: 15px;
    top: 17px;
}
/* ************************************
 *
 * Generic
 *
************************************* */
.change_email span, .change_password span, .back_to_step span, .back_to_step_long span {
    display: inline-block;
    margin-top: 4px;
}
.mtop15 {
    margin-top: 15px !important;
}
.mtop50 {
    margin-top: 50px;
}
.mtop150 {
    margin-top: 150px;
}
.mtop25 {
    margin-top: 25px !important;
}
.hide {
    display: none;
}
