@charset "UTF-8";

/*
Name: Forms
URL: http://github.com/Darklg/CSSNormalize
Version: 1.3.1
*/

.cssn_form {
    padding: 10px 0;
}

.cssn_form .box {
    padding-bottom: 10px;
    vertical-align: baseline;
}

.cssn_form:after,
.cssn_form .box:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}

.cssn_form legend {
    padding-right: 5px;
    font-size: 14px;
    font-weight: bold;
}

/* Labels */

.float_form .box {
    position: relative;
    padding-left: 95px;
}

.cssn_form label {
    padding-top: 9px;
    font-size: 12px;
    line-height: 16px;
    cursor: pointer;
}

.float_form .box label {
    display: block;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 85px;
    text-align: right;
}

.block_form .box label {
    display: block;
    padding-top: 0;
    line-height: 35px;
}

.block_form .box.radio-box label,
.block_form .box.checked-box label,
.float_form .box.radio-box label,
.float_form .box.checked-box label {
    display: inline-block;
    float: none;
    position: static;
    width: auto;
    padding: 5px 0 0 0;
    line-height: inherit;
}

/* Champs */

textarea {
    max-width: 100%;
    overflow: auto;
    resize: vertical;
}

input[type="submit"],
input[type="image"],
button {
    cursor: pointer;
}

.cssn_form input[type=radio],
.cssn_form input[type=checkbox] {
    width: 12px;
    height: 12px;
    margin: 0;
    vertical-align: middle;
}

/* Reset des Ã©lÃ©ments */

.inp-res,
.cssn_form textarea,
.cssn_form .faux-input,
.cssn_form input[type=text],
.cssn_form input[type=url],
.cssn_form input[type=email],
.cssn_form input[type=password] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    font-family: inherit;
    vertical-align: middle;
    outline: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cssn_form .faux-input {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.cssn_form .faux-input,
.cssn_form [disabled] {
    cursor: not-allowed;
}

/* Fix pour IE<8 */

.lt_ie8 .cssn_form textarea,
.lt_ie8 .cssn_form .faux-input,
.lt_ie8 .cssn_form input[type=text],
.lt_ie8 .cssn_form input[type=email],
.lt_ie8 .cssn_form input[type=password] {
    width: 90%;
}

/* Champs multiples */

.cssn_form .multibox-box input[type=text],
.cssn_form .multibox-box input[type=url],
.cssn_form .multibox-box input[type=email],
.cssn_form .multibox-box input[type=password] {
    width: 65px;
}

.cssn_form .multibox-box input.halfling {
    width: 45px;
}

.cssn_form input.half-input {
    width: 50%;
}

.cssn_form input.third-input {
    width: 33.3%;
}

/* Aide */

.validation-advice,
.cssn_form small {
    display: block;
    min-height: 18px;
    font-size: 11px;
    line-height: 18px;
    color: #676767;
}

.validation-advice {
    color: #a81d1d;
}

#side-newsletter .validation-advice {
    color: #e2001a;
}

/* Deux blocs */

.block_form .twoboxes {
    overflow: hidden;
}

.block_form .twoboxes li.box {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
}

.mibox {
    width: 50%;
}

.tribox {
    width: 33%;
}

.quadbox {
    width: 25%;
}

.lt_ie8 .block_form .twoboxes li.box {
    width: 43%;
}

.block_form .twoboxes li.box:first-child {
    padding-right: 10px;
}

.block_form .twoboxes li.box + li.box {
    padding-left: 10px;
}

/* Style de la dÃ©mo */

.cssn_form {
    max-width: 100%;
}

.float_form .box {
    min-height: 35px;
}

.cssn_form textarea,
.cssn_form .faux-input,
.cssn_form input[type=text],
.cssn_form input[type=url],
.cssn_form input[type=email],
.cssn_form input[type=password] {
    height: 35px;
    padding: 0 5px;
    border: 1px solid #e3e4e6;
    font-size: 12px;
    color: #333;
    background: #fff;
    -webkit-background-clip: padding-box;
}

.cssn_form textarea {
    height: 80px;
    padding: 5px;
}

.cssn_form .faux-input,
.lt_ie9 .cssn_form input[type=text],
.lt_ie9 .cssn_form input[type=url],
.lt_ie9 .cssn_form input[type=email],
.lt_ie9 .cssn_form input[type=password] {
    line-height: 35px;
}

.cssn_form textarea:focus,
.cssn_form input[type=text]:focus,
.cssn_form input[type=url]:focus,
.cssn_form input[type=email]:focus,
.cssn_form input[type=password]:focus {
    border-color: #b1b1b3;
    color: #000;
    background-color: #fbfbfb;
}

/* Couleurs de placeholder : ne pas fusionner les sÃ©lecteurs ! */

.cssn_form [disabled],
.cssn_form .faux-input {
    color: #909090;
}

::-webkit-input-placeholder {
    color: #909090!important;
}

:-moz-placeholder {
    color: #909090!important;
}

::-moz-placeholder {
    color: #909090!important;
}

:-ms-input-placeholder {
    color: #909090!important;
}

/* Formulaires autres
Â Â Â ----------------------- */

#form-validate .box:last-child,
.edit-address-account .box:last-child {
    padding-bottom: 0;
}

#form-validate .cssn_form,
.edit-address-account .cssn_form {
    padding: 0;
}

#form-validate .box label,
.edit-address-account .box label {
    font-weight: bold;
}

#form-validate h2.legend {
    margin-bottom: 10px;
    line-height: 1;
}

#form-validate .box-submit-r {
    text-align: right;
}

/* --------------------------
    Base du bouton
   ----------------------- */

.btnreset,
.le-button {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-background-clip: padding-box;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-drag: -moz-none;
    user-drag: none;
    *zoom: 1;
    *display: inline;
    -webkit-appearance: ;
}

/* --------------------------
    ThÃ¨me basique du bouton
   ----------------------- */

.le-button {
    height: 25px;
    padding: 0 5px;
    text-transform: uppercase;
    font: 12px / 25px sans-serif;
    color: #fff;
    background-color: #0f0f12;
}

/* Ajout d'un ID pour compatibilitÃ© avec CSSN */

#main-container .le-button:hover,
.le-button:hover {
    color: #fff;
    background-color: #3f3f41;
}

/* Boutons
Â Â Â ----------------------- */

.le-big-button-padd,
.le-big-button,
.btn-out-of-stock,
.product-btn-cart,
.btn-validate-form {
    height: 40px;
    padding: 0 20px;
    text-align: center;
    text-transform: none;
    line-height: 40px;
    background-color: #1d5ea8;
}

.product-btn-cart:hover,
.le-big-button-padd:hover,
.le-big-button:hover {
    background-color: #070f18;
}

.le-big-button-padd,
.le-big-button {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 16px;
}

.le-big-button-padd {
    padding: 0 16px;
}

.btn-out-of-stock,
.btn-validate-form {
    font-size: 15px;
}

.le-dark-big-button,
.btn-out-of-stock {
    background-color: #070f18;
}

.le-grey-big-button {
    font-size: 13px;
    background-color: #9da0a3;
}

.product-btn-cart {
    padding: 0 40px;
    font-size: 16px;
    font-weight: bold;
}

.product-btn-cart:before {
    content: url(../images/pages/icn-product-btn-cart.png);
    margin-right: 8px;
    vertical-align: -4px;
}

.le-button.btn-1 {
    background-color: #1d5ea8;
}

.le-button.btn-1:hover {
    background-color: #070f18;
}

/* ----------------------------------------------------------
Â Â Â Label fix no placeholder
Â Â Â ------------------------------------------------------- */

.label_and_noplaceholder,
.label_noplaceholder {
    font-weight: bold;
}

/*Â On affiche les label_and_noplaceholder partout sauf sur no-oldie-checkout  */

#checkout-layout .label_and_noplaceholder {
    display: none;
}

#checkout-layout .lt_ie10 .label_and_noplaceholder {
    display: block;
}

/*Â On affiche les label_noplaceholder uniquement sur IE<10-checkout */

.label_noplaceholder {
    display: none;
}

#checkout-layout .lt_ie10 .label_noplaceholder {
    display: block;
}

#checkout-express-btn {
    font-size: 14px;
}