* {
    margin: 0;
    padding: 0;
}

html, body {
    position: absolute;
    width: 100%;
    height: 100%;
    font-family: 'Open sans', Arial, Helvetica, sans-serif;
    color: #004422;
}

a {
    color : #01B645;
    text-decoration: none;
}

a img {
    border: 0;
}

header {
    text-align: center;
}

header #logo_container {
    width: 100%;
    height: 100px;
    padding: 10px 0;
}

header #logo_container #logo {
    background: url("../img/logo-acheteza.jpg") no-repeat center center;
    background-size: auto 100%;
    height: 100px;
}

header h1, header h2 {
    margin-bottom: 15px;
}

header h1 {
    font-size: 35px;
    font-weight: 300;
}

header h2 {
    font-size: 18px;
    font-weight: 400;
}

#full_container {
    position: relative;
    min-height: 100%;
}

#main_container {/*
    padding-bottom: 100px;*/
}

footer {
    position: absolute;
    bottom: 0;
    border-top: 1px solid #e5e5e5;
    width: 100%;
}

footer #footer_container {
    padding: 0 40px;
}

footer ul#footer_links li{
    height: 35px;
    line-height: 35px;
    display: inline-block;
    padding: 0 10px;
    font-size: 11px;
}

footer ul#footer_links li a{
    color: #555555;
}

#connection {
    position: relative;
}

#connection_short_create {
    width: 800px;
    margin: auto;
}

#connection_short_create #connection_form, #connection_short_create #short_create_form {
    float: left;
}

#connection_short_create #connection_form {
    margin-right: 80px;
}

#connection_form, #create_account, #short_create_form {
    margin: auto;
    width: 280px;
    min-height: 240px;
    padding: 40px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    background-color: #F7F7F7;
}

#connection_form .profile_picture, #short_create_form .profile_picture {
    width: 96px;
    height: 96px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    background: url(../img/empty_picture.png) no-repeat bottom center  #E1E1E1;
    background-size: 80%;
    border-radius: 50px;
}
input[type="date"]::before{
    content: attr(placeholder)" : ";
    white-space: pre;
}
input[type="date"]:focus::before {
    content:""!important;
}

#connection_form form input[type="text"], #connection_form form input[type="password"],
#short_create_form form input[type="text"], #short_create_form form input[type="date"],
#create_account #create_account_form form input[type="text"],#create_account #create_account_form form input[type="password"],
#create_account #create_account_form form select {
    font-size: 16px;
    border: 1px solid #d9d9d9;
    width: 100%;
    margin-top: 10px;
    padding: 0 8px;
    height: 44px;
    box-sizing: border-box;
    color: #404040;
}
.submit_connection_form{

}

#connection_form form input[type="text"]:hover, #connection_form form input[type="password"]:hover,
#short_create_form form input[type="text"]:hover, #short_create_form form input[type="date"]:hover,
#create_account #create_account_form form input[type="text"]:hover,  #create_account #create_account_form form input[type="password"]:hover, #create_account #create_account_form form select:hover{
    border: 1px solid #999999;
}

#connection_form form input[type="text"]:focus, #connection_form form input[type="password"]:focus,
#short_create_form form input[type="text"]:focus, #short_create_form form input[type="date"]:focus,
#create_account #create_account_form form input[type="text"]:focus,  #create_account #create_account_form form input[type="password"]:focus,
#create_account #create_account_form form select:focus {
    border: 1px solid #004422;
}

#connection_form form input[type="submit"], #short_create_form form input[type="submit"], #create_account #create_account_form form input[type="submit"] {
    background-color: #1f5ba8;
    border: 0 !important;
    width: 100%;
    color: #FFFFFF;
    text-align: center;
    height: 36px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#connection_form form input[type="submit"], #short_create_form form input[type="submit"] {
    margin-top: 10px;
    margin-bottom: 10px;
}

#connection_form form input[type="submit"]:hover, #short_create_form form input[type="submit"]:hover, #create_account #create_account_form form input[type="submit"]:hover, #infos_container #infos #infos_create_account a:hover {
    text-shadow: 0 1px rgba(0,0,0,0.3);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1), inset 0 -3px 3px 0 rgba(0,0,0,0.1);
}

#connection_form form a {
    font-size: 13px;
    float: right;
}

#infos_container #infos {
    margin: auto;
    width: 280px;
    text-align: center;
}

#infos_container #infos #infos_create_account {
    margin: 25px 0;
    font-size: 14px;
}

#infos_container #infos #infos_create_account a{
    display: inline-block;
    width: 100%;
    background-color: #01B645;
    color: #FFFFFF;
    text-align: center;
    height: 36px;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    border-radius: 3px;
    line-height: 36px;
    font-weight: bold;
    font-size: 13px;
}

#infos_container #infos #infos_all_asse {
    font-size: 14px;
}

#create_account {
    height: auto;
    width: 310px;
}

#create_account #create_account_form label {
    display: block;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    color: #87888a;
    line-height: 13px;
    margin-bottom: 8px;
}

#create_account #create_account_form form input[type="text"], #create_account #create_account_form form input[type="password"], #create_account #create_account_form form select {
    margin-top: 0;
    margin-bottom: 10px;
    height: 30px;
    font-size: 14px;
}

#create_account #create_account_form form #jour_naissance, #create_account #create_account_form form #annee_naissance{
    width: 30%;
    float: left;
}

#short_create_form form input[type="submit"] {
    margin-top: 64px;
    margin-bottom: 28px;
}

#create_account #create_account_form form #mois_naissance  {
    width: 34%;
    float: left;
	margin-right:3%;
	margin-left:3%;
}

form .half_left, form .half_right {
    float: left;
    width: 48%;
}

form .half_left_cp, form .half_right_cp {
    float: left;
}

form .half_left_cp {
    width: 30%;
}

form .half_right_cp {
    width: 66%;
}

form .half_left, form .half_left_cp {
    margin-right: 4%;
}

#create_account #create_account_form form .spec_p {
    font-size: 12px;
    margin-bottom: 10px;
}

#create_account #create_account_form form #compte_twitter {
    background-image: url("../img/logo_twitter.png");
}

#create_account #create_account_form form #compte_facebook {
    background-image: url("../img/logo_facebook.png");
}

#create_account #create_account_form form #compte_google {
    background-image: url("../img/logo_googleplus.png");
    margin-bottom: 0;
}

#create_account #create_account_form form #compte_twitter, #create_account #create_account_form form #compte_facebook, #create_account #create_account_form form #compte_google {
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding-left: 38px;
}

#create_account #create_account_form form h3 {
    margin-bottom: 10px;
    border-bottom: 1px solid #668f7a;
    text-transform: uppercase;
    margin-top: 40px;
    font-size: 14px;
}

#create_account #create_account_form form h3:first-child {
    margin-top: 0;
    height: 1000px;
}

#create_account #create_account_form form #compte_google:hover, #create_account #create_account_form form #compte_google:focus  {
    border-color: #DC4F42;
}

#create_account #create_account_form form #compte_facebook:hover, #create_account #create_account_form form #compte_facebook:focus {
    border-color: #3C5A99;
}

#create_account #create_account_form form #compte_twitter:hover, #create_account #create_account_form form #compte_twitter:focus {
    border-color: #56ACEF;
}

#account_creation {
    width:  1000px;
}

#account_creation #side_create_account {
    width: 530px;
    padding-top: 30px;
}

#account_creation #create_account {
    margin-left: 80px;
}

#side_create_account .side_create_account_content {
    text-align: center;
}

#side_create_account .side_create_account_content:first-child {
    margin-bottom: 80px;
}

#account_creation, .side_create_account_content_links {
    margin: auto;
}

#infos_container .side_create_account_content_links {
    width: 360px;
    text-align: center;
}

#side_create_account .side_create_account_content a, .side_create_account_content_links a {
    display: inline-block;
    margin-left: 20px;
    font-size: 13px;
}

#side_create_account .side_create_account_content a:first-child, .side_create_account_content_links a:first-child,
#side_create_account .side_create_account_content .link:first-child, .side_create_account_content_links .link:first-child{
    margin-left: 0;
}

#account_creation #create_account, #account_creation #side_create_account {
    float: left;
}

#side_create_account .side_create_account_content h4 {
    color: #737373;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 15px;
}

#side_create_account .side_create_account_content p {
    color: #737373;
    font-size: 13px;
    margin-bottom: 40px;
}

.clear {
    clear: both;
}

.error_message, .infos_message, .error_light_message {
    padding: 5px 5px 5px 30px;
    margin: 0 0 10px 0;
    font-size: 12px;
    background-size: 15px 15px !important;
    line-height: 15px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    float: left;
}

.error_message {
    border: 1px solid #ff9696;
    background: url(../img/picto/picto_error.png) no-repeat 5px center;
    color: #dd4b39;
}

.infos_message {
    border: 1px solid #00529B;
    background: url(../img/picto/picto_info.png) no-repeat 5px center #BDE5F8;
}

.error_message .error_message_img {
    float: left;
    margin: 0 5px 5px 0;
    width: 15px;
    height: 15px;
}

.error_light_message {
    color: #dd4b39;
    padding: 0;
}

.red {
    color: #8c1000;
}

.no_margin-top {
    margin-top: 0 !important;
}

.fidelite_moncompte_form_small_text {
    font-size: 12px;
    color: #87888a;
}

input[type="checkbox"] {
    vertical-align: middle;
    margin-right: 5px;
}

form input[type="text"].erreur, form input[type="password"].erreur, form select.erreur{
    border-color: #dd4b39 !important;
}

.memorise {
    font-size: 13px;
}

select {
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    background: #f8f8f8;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
	background:url(../img/picto/grey-disclosure-arrow-up-down.png) no-repeat right;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:18px}
}

p.select_p{
	clear: both;
}

p.select_p select {
    position: relative;
}

p.select_p select:after {
    content:'<>';
    font:11px "Consolas", monospace;
    color:#aaa;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px; top:2px;
    padding:0 0 2px;
    border-bottom:1px solid #ddd;
    position:absolute;
    pointer-events:none;
}

p.select_p select:before {
    content: '';
    right: 6px;
    top: 0;
    width: 20px;
    height: 20px;
    background: #f8f8f8;
    position: absolute;
}

p.login_details {
    color: #01B645;
    display: inline-block;
    max-width: 800px;
}

.link {
    color: #01B645;
    font-size: 13px;
    display: inline-block;
    margin-left: 30px;
}

.error_message_txt a {
    float: none;
}

.spec_margin_top_1{
    margin-top: 12px !important;
}

.spec_margin_top_2 {
    margin-top: 27px !important;
}
