input, textarea, select {
    font-family: Calibri, Arial, Helvetica, sans-serif;
}

.td-img-product .valeur_promo {
    top: unset;
    background-color: #D80D10;
    color: white;
    font-size: 14px;
    font-family: Calibri;
    width: 60%;
}

.inner-content{
    border: none !important;
    /*margin-bottom: 10px;*/
}

/* MENU */

.cust-nav {
    width: 225px;
    margin-bottom: -1px;
    float: left;
}

.cust-nav .cust-menu h3 {
    background-color: #D80D10;
    color: white;
    text-transform: uppercase;
    text-align: left;
    padding-left: 28px;
    line-height: 39px;
    height: 39px;
    border: 1px solid #CDCDCD;
    border-bottom: none;
    border-left: none;
    font-size: 18px;
}

.cust-nav .cust-menu ul div {
    text-align: left;
    border: 1px solid #CDCDCD;
    border-bottom: none;
    margin-left: -1px;
    height: 39px;
    line-height: 40px;
    transition: 0.3s;
}

.cust-nav div:last-child{
    border-bottom: 1px solid #CDCDCD;
}
.cust-nav .cust-menu ul div:hover{
    transition: 0.3s;
}
.cust-nav .cust-menu ul li{
    padding-left: 28px;
    border: 0px solid #CDCDCD;
    transition: 0.3s;
}
.cust-nav .cust-menu .last {
    margin-bottom: -1px;
}

.cust-nav .cust-menu:first-child{
    margin-top: -1px;
}

.cust-nav .cust-menu ul li:hover {
    border-left: 7px solid #707070;
    background: #E4E4E4;
    transition: 0.3s;
}

.cust-nav .cust-menu .on {
    font-weight: bold;
    border-left: 7px solid #D80D10;
    text-indent: -7px;
    transition: 0.3s;
}

.cust-nav .cust-menu .on:hover {
    padding-left: 35px;
    transition: 0.3s;
}

.cust-nav a:hover {
    text-decoration: none;
}
/*END MENU*/
/* PAGE */

.cust-page{
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 16px;
    border: 1px solid #CDCDCD;
    margin-bottom: 10px;
}

.titre{
    font-family: Calibri, Arial, Helvetica, sans-serif;
    color :#363636;
    font-size: 32px;
    text-align: left;
    padding: 20px 0 20px 0;
}

.cust-content{
    border-left: none;
    border-right: none;
    margin-left: 215px;
}

.cust-content:not(.cust-register){
    margin-left: 225px;
    padding: 14px 45px 0 45px;
}

/* END PAGE */
/* BLOCK DASHBOARD INFO*/

.cust-content .dashboard-info{
    font-size: 16px;
    width: 652px;
}

.dashboard-info .bottom{
    margin-top: 2%;
    border-bottom: 1px solid #E4E4E4;
}

.dashboard-info .red{
    font-weight: bold;
    color: #D80D10;
}

.normal{
    font-weight: normal !important;
}
.dashboard-info .red16{
    color: #D80D10;
    font-size: 16px;
}

.wishlist-listing select.pager-select{
    width: 165px;
    height: 26px;
}

.wishlist-listing  .dashboard-info .list td:first-child {
    padding-left: 13px;
}

.qty-wish{
    padding-left: 40px !important;
}

.dashboard-info h2 {
    font-size: 26px;
    margin-bottom: 27px
}

.dashboard-info td{
    width: 300px;
}

.dashboard-info .contact {
    margin-left: -4px;
}

.dashboard-info .contact td{
    vertical-align: top;
    width: 318px;
    height: 19px;
    line-height: 19px;
}

.dashboard-info tr.trtop>td {
    padding-top: 1em;
}

/* END DASHBOARD INFO */
/* LINK / BTN */
.cust-content a:hover {
    text-decoration: none;
}

.dashboard-info .list thead {
    line-height: 30px;
    background-color: #D80D10;
    color: white;
    font-size: 16px;
}

.dashboard-info .list thead th{
    font-weight: normal;
}

.dashboard-info .list th, .dashboard-info .list td{
    padding-left: 10px;
}

.dashboard-info .list td{
    line-height: 40px;
}

.dashboard-info .list tr:nth-child(even){
    background-color: #E4E4E4;
}

.cust-content .dashboard-info-table {
    margin: 2% 7% 10% 7%;
}

.cust-link{
    margin-top: 2%;
}

.cust-link a{
    font-style: italic;
    text-decoration: underline;
    color: #363636;
    font-size: 14px;
}

.cust-link a:hover{
    text-decoration: underline;
    color: #CDCDCD;
    font-size: 14px;
}

.btn-popin {
    border: 1px solid #CDCDCD;
    line-height: 40px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    width: 234px;
    margin-bottom: 2%;
    transition: all .2s ease-out;
}

.btn-popin:hover{
    background-color: #363636;
    border: 1px solid #363636;
    color: white;
    transition: all .2s ease-out;
}

.create-wish{
    width: 232px !important;
    display: inline-block;
    margin: 23px 0 25px 0 !important;
    height: 38px;
}

.btn-popin:hover{
    background-color: #363636;
    border: 1px solid #363636;
    color: white;
}

.btn-add-wishlist {
    display: block;
}

.btn-add-wishlist p {
    margin-left: 5px;
}
.btn3 {
    font-size: 14px;
    border-radius: 5px;
    color: #363636;
    border: 1px solid #cdcdcd;
    height: 40px;
    font-weight: bold;
    width: 100px;
    text-align: center;
    line-height: 38px;
    background-color: #FFF;
    transition: all .2s ease-out;
    margin-left: 11px;
}

.btn3:hover {
    background-color: #363636;
    color: #fff;
    border: 1px solid #363636;
    transition: all .2s ease-out;
    cursor: pointer;
}

.btn3a:hover {
    text-decoration: none;
    cursor: pointer;
    transition: ease-in-out .2s, all;
}

.pagination ul li a{
    padding: 2px 5px 1px 5px !important;
}
.btn4 {
    font-family: Calibri, Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 14px;
    background-color: #fff;
    border-radius: 5px;
    color: #363636;
    border: 1px solid #CDCDCD;
    transition: ease-in-out .2s all;
    width: 100px;
    text-align: center;
    line-height: 38px;
    height: 40px;

}


.btn4:hover {
    color: #d80d10;
    border: 1px solid #d80d10;
    cursor: pointer;
    transition: ease-in-out .2s all;
}

.btn5 {
    font-size: 14px;
    border-radius: 5px;
    color: #363636;
    border: 1px solid #E4E4E4;
    font-weight: bold;
    width: 100px;
    text-align: center;
    line-height: 40px;
    transition: ease-in-out .2s;
}

.btn5:hover {
    text-decoration: none;
    background-color: #d80d10;
    color: #fff;
    border: 1px solid #d80d10;
    transition: ease-in-out .2s;
}

.td-btn a {
    float: left;
    margin-top: -110px;
}



/* END LINK / BTN */
/* PAGE MON PROFIL */

.cust-content-my-customer-space {
    font-size: 16px;
    font-family: Calibri;
}

.cust-content-my-customer-space-table td {
    width: 298px;
    line-height: 30px;
}

.cust-content-my-customer-space-table td:nth-child(2) {
    padding-left: 57px;
}
.cust-content-my-customer-space-table{
    position: absolute;
    top: 234px;
}

.account-society{
    top: 0px;
    margin-left: -3px !important;
    position: relative !important;
}

.account-society td{
    width: 650px;
}

.account-society2 {
    top: 0px;
    margin-left: -3px !important;
    position: relative !important;
    margin-top: 10px;
}
.cust-content-my-customer-space-table-table {
    margin-left: -4px;
    margin-top: -1px;
    margin-bottom: -2px;
}

.cust-content-my-customer-multi-tab {
    width: 100%;
    border-bottom: 1px solid #E4E4E4;
}

.cust-content-my-customer-multi-tab-50 div {
    display:inline-block;
    cursor:pointer;
    font-weight: unset;
    text-align: center;
    height: 37px !important;
}

.order-history-page div#tab-1 {
    margin-top : 26.5px;
}

.order-history-page div#tab-2 {
    margin-top : 26.5px;
}

div.dashboard-info > div#tab-2 {
    margin-top : 26.5px;
}

div.dashboard-info > div#tab-3 {
    margin-top : 26.5px;
}

.express-order-page div div#tab-1 {
    margin-top : 26.5px;
}

.express-order-page div div#tab-2 {
    margin-top : 26.5px;
}

.cust-content-my-customer-multi-tab-50 #tab-2-id {
    margin-left: 156px;
}

.order-history-page #tab-2-id{
    margin-left: 188px;
}

.cust-content-my-customer-multi-tab-50 div:hover {
    border-bottom: 7px solid #E4E4E4
}


.cust-content-my-customer-multi-tab-50{
    border-bottom : 1px solid #E4E4E4;
}

.cust-content-my-customer-multi-tab div {
    display:inline-block;
    cursor:pointer;
    font-weight: unset;
    text-align: center;
    margin-left: 128px;
    margin-right: 126px;
    height: 37px;
}

.cust-content-my-customer-multi-tab div:first-child, .cust-content-my-customer-multi-tab div:last-child {
    margin-left: 0px;
    margin-right: 0px;
}

.cust-content-my-customer-multi-tab div:hover {
    border-bottom: 7px solid #E4E4E4;
}

.cust-content-my-customer-bottom-bar-red {
    border-bottom: 7px solid #D80D10;
}

.cust-content-privacy {
    position: absolute;
    bottom: 40px;
    font-size: 14px;
    font-style: italic;
}

.cust-content-pager {
    position: absolute;
    bottom: 20px;
    width: 65%;
}

.order-history-page .pagination.pagination-second.cust-content-pager .critere-rslt{
    right: -22px;
}

.cust-content-pager ul li a {
    display: unset;
    border: none;
}

.cust-content-pager ul li a:hover {
    background-color: #707070;
    border: none;
}

.cust-content-pager-chevron-left {
    mask-image: url("../images/chevron-left.svg");
    -webkit-mask-image: url("../images/chevron-left.svg");
    background-color: #CDCDCD;
}

.cust-content-pager-chevron-right {
    margin-left: 0px;
    -webkit-margin-start: -3.5px;
    mask-image: url("../images/chevron-right.svg");
    -webkit-mask-image: url("../images/chevron-right.svg");
    background-color: #CDCDCD;
}

.cust-content-pager-edit {
    background: rgba(0, 0, 0, 0) url("../images/edit.svg") no-repeat scroll 50% 50% / 12px auto !important;
    color: transparent;
    background-size: auto 100%;
}

.cust-content .dashboard-info .cust-create-label {
    display: inline;
}

.cust-content .cust-content-register {
    text-align: left;
    border-spacing: 0 15px;
}

.title-register {
    color: #D80D10;
    font-size: 16px;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: left;
    margin-top: 50px;
}

.title-register.first{
    margin-top: 22px !important;
}
.registration-content{
    border-top: none !important;
    padding: 0px 64px 0px 49px !important;
}

.registration-content form{
    padding: 0 !important;
}

.inner-registration{
    padding: 0 !important;
}

.cust-content-register tr td:last-child, td:nth-child(2) {
    text-align: left;
    padding-left: 10px;
}

.cust-content-register tr td .control {
    position: relative;
    width: fit-content;
}

.cust-content-register tr td .password-display {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
}


.cust-content-register tr td:first-child{
    padding-left: 1px! important;
}
.table-wishlist-content td:nth-child(2) {
    text-align: left;
    padding: 0;
}

.contact.last-order td{
    width: 216px;
    height: 19px;
    padding-left: 0;
}

td #country{
    padding-left: 13px;
    text-align: left;
    width: 300px;
    height: 35px;
}

.cust-register {
    margin: unset;
}

.register-account .bloc-special{
    padding: 30px 0 0 0 !important;
}
.register-account .validation-advice{
    margin-left: -10px !important;
}
.cust-create-label{
    /*margin-right: 15px;*/
    white-space: nowrap;
    text-align: right;
}

.cust-create-input{
    padding: 0 0 0 10px;
    text-align: left;
    height: 33px;
    width: 288px;
    border: 1px solid #CDCDCD;
}


.confirm-pass-register-label{
    width: 198px;
}

.cust-create-input-long{
    padding: 0 0 0 10px;
    text-align: left;
    height: 33px;
    width: 728px;
    border: 1px solid #CDCDCD;
}
.register-password{
    padding: 0 0 0 10px;
    border: 1px solid #CDCDCD;
    height: 33px;
    width: 218px;
}

.cust-register .cust-content-register input[type="radio"] {
    width: unset;
}

.cust-register .mandatory-field-star {
    color: #D80D10;
    font-size: 16px;
}

.lower-registration a:hover {
    text-decoration: none;
}

.btn-registration {
    font-size: 14px;
    border-radius: 5px;
    font-weight: bold;
    transition: all .2s ease-out;
    width: 210px;
    text-align: center;
    line-height: 36px;
    background-color: #d80d10;
    color: #fff;
    border: 1px solid #d80d10;
}

.underline{
    text-decoration: underline;
}
.btn-registration:hover {
    text-decoration: none;
    color: #d80d10;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #d80d10;
    transition: all .2s ease-out;
}

.lower-registration div {
    float: unset;
}

.registration-a {
    float: right;
}

.register-account p.data-collect-text{
    font-size:12px;
    margin:10px 66px 26px 49px;
    font-style: italic;
}

.mandatory-field-space-customer {
    text-align: left;
    font-style: italic;
    font-size:13px;
    margin-top: -50px;
}

.nes_skin-registration select {
    -moz-appearance:none;
    -webkit-appearance: none;
    border: none;
    font-size: 12px;
    background-color: transparent;
}

.critere-rslt {
    right: -50px;
    top: 2px;
}

.alert-coords {
    color: red;
}

.table-popin-password input {
    width: 204px !important;
}

.table-popin-password td:nth-child(2){
    padding-left: 0px;
}
.popin-password{
    width: 550px !important;
}

.popin-form.table-popin-password{
    border-spacing: 0 2em;
}

.popin-form.table-popin-password td {
    position: relative;
}

.popin-form.table-popin-password td .password-display {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
}

.popin-form {
    font-family: Calibri, Arial, Helvetica, sans-serif;
    border-collapse: separate;
    border-spacing: 0 1em;
    text-align: right;
    margin: auto;
}

.popin-form.popin-rename-wish{
    width: 100%;
    text-align: center;
}

.popin-form.popin-rename-wish label{
    width: 100%;
    margin-right: 0;
}

.popin-addr input{
    height: 26px !important;
}
.popin-addr .validation-advice{
    margin-left: -10px !important;
}

.table-popin-password .validation-advice{
    margin-left: -10px !important;
}

.popin-form input {
    width: 288px;
    height: 31px;
    padding-left: 10px;
    border: 1px solid #CDCDCD;
}

#tab-1 .error-msg span{
    color: #D80D10 !important;
}

.new-wishlist input{
    font-size: 14px;
}

.errors-profile{
    position: absolute;
    top: 440px;
    right: 100px;
}

.popin-addr input, .popin-addr select{
    font-size: 14px;
}

.popin-form input::placeholder {
    font-style: italic;
}

.popin-form label {
    font-size: 16px;
    margin-right: 15px;
}

.red {
    color: #d80d10;
}

.popin-title {
    font-family: Calibri, Arial, Helvetica, sans-serif;
    color: #363636;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px;
}

.rename-wish-popin .popin-title{
    margin-top: 19px;
}
.popin-close a{
    background: none;
    top: 10px;
    right: 10px;
}

.brand-popin .popin-close a{
    background: url('../images/picto_deco.png') no-repeat 0 3px !important;
}

.popin-close a:hover{
    text-decoration: none;
}

.popin-content{
    font-family: Calibri, Arial, Helvetica, sans-serif;
}

.center{
    text-align: center;
    margin-bottom: 15px;
    margin-top: 40px;
}

.modif-identifier .center{
    margin-top:0px;
}

.modif-identifier .table-popin-password{
    padding-left: 164px;
}

.center-delete{
    text-align: center;
    font-size: 16px;
}

.center-delete span{
    font-size: 20px;
    line-height: 30px;
}

.form-addr .cust-form-infos{
    padding-left: 205px;
}
.cust-form-infos{
    text-align: left;
    font-size: 14px !important;
    font-style: italic;
    padding-left: 169px;
}

.cust-form-infos.password{
    padding-left: 295px;
}

/* END MON PROFIL */
/* REPRISE CSS YANNICK */

div.validate > button{
    color: #545454;
    font-weight: bold;
    font-size: 10px;
    font-style: italic;
    background: #eee;
    cursor: pointer;
    text-decoration: underline;
    border:none;
}

.cust-popin .titre{
    text-align: center;
    line-height: 23px;
}

.validate-creation-btn{
    font-family: Calibri, Arial, Helvetica, sans-serif;
    vertical-align: bottom;
    text-decoration: none;
    font-size: 14px;
    background-color: #363636;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #363636;
    font-weight: bold;
    transition: all .2s ease-out;
    width: 190px;
    height: 40px;
    text-align: center;
    float: right;
    display: inline-block;
}

.validate-creation-btn:hover {
    background-color: #fff;
    color: #363636;
    cursor: pointer;
    transition: all .2s ease-out;
}

.form{
    display:inline-block;
    width: 100%;
}

.left{
    float:left;
}

.right{
    float: right;
    text-align: right;
    width: 334px;
}

.width-110 {
    width: 110px !important;
}

div.input-box input, .right input, .right select, .left input, .left select{
    border: 1px solid #CDCDCD;
    height: 26px;
    width: 173px;
    padding-left: 10px
}

.ec-content{
    border-top: none !important;
}

.ec-catalog-request .ec-content {
    float: left;
    margin-left: -55px;
}

.ec-download .ec-content{
    display: inline-block;
    padding: 0;
}


.cust-content-my-customer-multi-account select, select.listeDeroulante{
    width: 185px;
    border: 1px solid #CDCDCD;
    height: 32px;
    font-size: 14px;
    font-family: Calibri;
    text-align: center;
    background: rgba(0, 0, 0, 0) url("../images/select.svg") no-repeat scroll 93% 50% / 8px auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 10px;
}

.popin-form select, .multiaccount select{
    padding-left: 10px;
    font-size: 15px !important;
    text-align: left !important;
}

.personnal-data-popin select[name="prefix"]{
    width: 300px !important;
    height: 35px !important;
    padding-left: 10px;
    text-align:  left;
}

.personnal-data-popin input, .personnal-data-popin select{
    font-size: 14px;
}

div.input-box label, .left label, .right label{
    text-align: right;
    margin-right: 5px;
    line-height: 40px;
}

.validate-multiple-list{
    font-family: Calibri, Arial, Helvetica, sans-serif;
    vertical-align: bottom;
    text-decoration: none;
    font-size: 14px;
    background-color: #fff;
    border-radius: 5px;
    color: #363636;
    border: 1px solid #cdcdcd;
    font-weight: bold;
    transition: all .2s ease-out;
    width: 180px;
    height: 40px;
    text-align: center;
    float: right;
}

.validate-multiple-list:hover {
    background-color: #7BCA0C;
    color: #fff;
    border: 1px solid #7BCA0C;
    cursor: pointer;
    transition: all .2s ease-out;
}

.text-left{
    text-align:left !important;
}

.text-center{
    text-align: center !important;
}

.last-logged-in{
    color: #CDCDCD;
    font-size: 14px;
}

.italic {
    font-style: italic;
}

table.multiaccount tr {
    height: 40px;
}

table.multiaccount td {
    width: 50px !important;
    white-space: nowrap;
}
table.multiaccount td:nth-child(2) {
    padding-left: 0px !important;
}

table.multiaccount input, table.multiaccount select{
    font-size: 14px !important;
}

.multiaccount-userlist{
    margin-top: 34px;
}

.font-style-normal{
    font-style: normal;
}

.obligatory-infos-span span{
    position: absolute;
    margin-top: 22px;
}
.obligatory-infos-span span.italic{
    margin-left: 7px;
}
.form-multiaccount select.listeDeroulante{
    text-align: left;
    width: 205px;
    height: 26px !important;
}

.popin-container{
    width: 550px;
}
.form-multiaccount input{
    width: 193px;
    height: 22px !important;
}

.popin-form.modify-personnal-data{
    padding: 0 77px 0 66px;
}

.customer-invoice-text{
    margin-top: 27px;
}

.table-commande{
    border-collapse: collapse;
}

.table-commande th{
    font-size: 16px;
    text-transform:none;
    text-align: center;
    background: #D80D10 none repeat scroll 0 0;
    padding: 2px 20px 2px 13px;
}

.table-commande td{
    font-size: 14px;
    text-transform:none;
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #E4E4E4;
    padding: 9px 15px 9px 13px;
}

.table-commande.table-commande-comptes thead{
    line-height: 30px;
}
.table-commande.table-commande-comptes thead th{
    font-size: 16px !important;
}
.validate{
    font-size: 14px !important;
}
.table-commande.table-wishlist td{
    border-bottom: hidden !important;
}

.multiaccount-userlist th{
    padding: 5px 5px 5px 13px !important;
    line-height: 20px;
    height: 20px;
}

.table-wishlist{
    margin-top:15px;
}

.table-commande.table-wishlist tr{
    text-align: center;
    height: 30px;
}

.table-commande.table-wishlist input.ref{
    font-size: 14px;
    width: 55px;
    height: 23px;
    border: 1px solid #CDCDCD;
}

.table-commande.table-wishlist input.qty{
    font-size: 14px;
    width: 33px;
    height: 21px;
    border: 1px solid #CDCDCD;
}

.table-express-order {
    float: left;
    width: 260px;
    margin-top: 31px;
    border-bottom-right-radius :5px;
    border-bottom-left-radius: 5px;
    border-spacing: 0px;
}

.exemple-express{
    margin-top: 27px;
}

.express-title-bold{
    padding-left: 30px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 12px;
    font-size: 16px;
}

.exemple-express-text{
    font-size: 16px;
    margin-top: 18px;
    width: 146px;
    text-align: right;
    float: left;
}

.exemple-express img{
    float: right;
    width: 239px;
    height: 110px;
}

.table-express-order tr {
    width: 260px;
    text-align: center;
}

.table-express-order th {
    color: #fff;
    background: #363636;
    height: 28px;
    font-weight: normal;
}

.table-express-order td {
    padding-top: 22px;
}

.func-desc-cms{
    width: 100%;
    margin-top: 10px;
}

.wishlist-link a:hover{
    text-decoration: underline;
}

.add-wishlist-btn{
    font-family: Calibri, Arial, Helvetica, sans-serif;
    vertical-align: bottom;
    text-decoration: none;
    font-size: 14px;
    border-radius: 5px;
    color: #363636;
    border: 1px solid #CDCDCD;
    font-weight: bold;
    transition: all .2s ease-out;
    width: 175px;
    height: 38px;
    text-align: center;
    float: right;
    display: inline-block;
    background-color: #FFF;
    padding-left: 10px;
}

.add-wishlist-btn{
    cursor: unset;
}

.add-wishlist-svg{
    height:40px;
    fill: #363636;
}

.add-wishlist-btn-valid{
    font-family: Calibri, Arial, Helvetica, sans-serif;
    vertical-align: bottom;
    text-decoration: none;
    font-size: 14px;
    background-color: #7BCA0C !important;
    border-radius: 5px;
    color: #FFFFFF;
    border: 1px solid #7BCA0C;
    transition: all .2s ease-out;
    width: 175px;
    height: 38px;
    text-align: center;
    float: right;
    display: inline-block;
}

.wishlist-svg-valid{
    height:40px;
    fill: #FFF;
}

.add-wishlist-btn-valid:hover{
    background-color: #FFFFFF !important;
    border: 1px solid #7BCA0C;
    color: #7BCA0C;
    cursor: pointer;
    transition: all .2s ease-out;
}

.add-wishlist-btn-valid:hover svg{
    height:40px;
    fill: #7BCA0C;
}

.add-wishlist-btn p {
    white-space: nowrap;
    width: 152px;
    float: right;
    margin-top: 10px;
    text-align: left;
}

.table-commande.table-wishlist-content{
    margin: 0 0 5px 0 !important;
}

.table-commande.table-wishlist-content tr{
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
}

.table-commande.table-wishlist-content tr .last-td{
    border: 1px solid #FFF;
}

.table-commande.table-wishlist-content img{
    width: 60px;
    height: 50px;
}

.table-wishlist-content .infos-pdt-td{
    padding: 0;
}

.table-wishlist-content .infos-pdt-td p.name{
    font-size: 14px;
}

.save-wishlist-btn{
    font-family: Calibri, Arial, Helvetica, sans-serif;
    vertical-align: bottom;
    text-decoration: none;
    font-size: 14px;
    background-color: #FFFFFF;
    border-radius: 5px;
    color: #363636;
    border: 1px solid #CDCDCD;
    transition: all .2s ease-out;
    width: 142px;
    height: 38px;
    text-align: left;
    float: left;
    display: inline-block;
    /*!*background: rgba(0, 0, 0, 0) url("../images/check_sav.svg") no-repeat scroll 5% 50% / 15px auto;*!*/
    /*padding-top: 4px;*/
    /*padding-left: 40px;*/
}

.save-wishlist-btn:hover{
    background-color: #363636;
    border: 1px solid #363636;
    color: #FFFFFF;
    cursor: pointer;
    fill: #fff;
    transition: all .2s ease-out;
}

.save-wishlist-btn svg {
    padding-left: 10px;
    height:38px;
}

.save-wishlist-btn p {
    position: relative;
    top: -1px;
    width: 105px;
    display: inline-block;
    vertical-align: super;
    margin-left: 5px;
}

.add-cart-wishlist-btn{
    font-family: Calibri, Arial, Helvetica, sans-serif;
    vertical-align: bottom;
    text-decoration: none;
    font-size: 14px;
    background-color: #7BCA0C !important;
    border-radius: 5px;
    color: #FFFFFF;
    border: 1px solid #7BCA0C;
    transition: all .2s ease-out;
    width: 164px;
    height: 38px;
    text-align: left;
    float: right;
    display: inline-block;
}

.add-cart-wishlist-btn:hover{
    background-color: #FFFFFF !important;
    border: 1px solid #7BCA0C;
    color: #7BCA0C;
    cursor: pointer;
    transition: all .2s ease-out;
}

.add-cart-wishlist-btn svg {
    padding-left: 10px;
    height:38px;
    fill: #FFF;
}

.add-cart-wishlist-btn:hover svg {
    fill: #7BCA0C;
}

.btn-add-wishlist svg {
    padding-left: 7px;
    height:24px;
    fill: #363636;
    margin-bottom: -8px;
}


.btn-add-wishlist:hover svg {
    fill: #FFFFFF;
}

.add-cart-wishlist-btn p {
    position: relative;
    top: -1px;
    width: 130px;
    display: inline-block;
    vertical-align: super;
    margin-left: 2px;
}

.add-cart-express-btn{
    font-family: Calibri, Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    background-color: #FFFFFF !important;
    border-radius: 5px;
    color: #363636;
    border: 1px solid #CDCDCD;
    transition: all .2s ease-out;
    width: 143px;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    fill: #363636;
    margin: 30px 0px;
}

#sku-form > table > tbody{
    background-color: #E9E9E9;
}
#sku-form > table > tbody > tr{
    background-color: #F7F7F7;
}

#sku-form > table > tbody > tr:nth-child(2) > td
{
    padding-bottom: 20px;
    padding-top: 23px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.add-cart-express-btn:hover {
    cursor: unset;
}

.add-cart-express-btn-valid{
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    background-color: #7BCA0C !important;
    border-radius: 5px;
    color: #FFFFFF;
    border: 1px solid #7BCA0C;
    transition: all .2s ease-out;
    width: 143px;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    fill: white;
}

.add-cart-express-btn-valid:hover{
    background-color: #FFFFFF !important;
    border: 1px solid #7BCA0C;
    color: #7BCA0C;
    cursor: pointer;
    fill: #7BCA0C;
    transition: all .2s ease-out;
}
.add-cart-express-btn svg, .add-cart-express-btn-valid svg{
    margin-bottom: -5px;
}

.add-line-express-order{
    font-family: Calibri, Arial, Helvetica, sans-serif;
    vertical-align: bottom;
    text-decoration: none;
    font-size: 14px;
    background-color: #E4E4E4 !important;
    width: 150px;
    line-height: 26px;
    text-align: center;
    float: left;
    margin-left: 26px;
    margin-top: 1px;
}

.add-line-express-order span:hover{
    text-decoration: underline;
}

.btn-wishlist{
    margin-bottom: 110px;
}

.product-ref{
    color : #707070 !important;
    font-weight: normal !important;
}

.infos-pdt-td .product_link p.name:hover{
    text-decoration: underline;
}

.buying-price{
    font-size: 12px;
    color: #707070;
}

.buying-price-real{
    color: #D80D10;
    font-size: 14px;
}

.buying-price-exp{
    font-size: 12px;
    text-decoration: line-through;
    color: #707070;
}

#whishlist-table .delete{
    margin: 0 !important;
}

.qty-plus{
    margin-right: 4px !important;
}

.action-qty:hover, .delete:hover{
    cursor: pointer;
}

input.qty.input-text{
    text-align: center;
    width: 39px !important;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.zone-erreurs-wishlist{
    padding: 100px !important;
}

.zone-erreurs-wishlist .error-msg li, .zone-erreurs .error-msg li{
    background: linear-gradient(90deg, #D80D10 6%, #FFFFFF 0%);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #D80D10 !important;
    background-color: #FFFFFF !important;

}

.zone-erreurs-express-order .error-msg li, .zone-erreurs .error-msg li{
    background: linear-gradient(90deg, #D80D10 6%, #FFFFFF 0%);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #D80D10 !important;
    background-color: #FFFFFF !important;
}

.zone-erreurs .error-msg li{
    background: linear-gradient(90deg, #D80D10 9%, #FFFFFF 0%) !important;
}
.zone-erreurs-wishlist .error-msg li span, .zone-erreurs .error-msg li span{
    padding-left:25px;
    color: #D80D10;
    font-style: italic;
    font-size: 12px;
}

.zone-erreurs-express-order .error-msg li span, .zone-erreurs .error-msg li span{
    padding-left:26px;
    color: #D80D10;
    font-style: italic;
    font-size: 12px;
}

.zone-erreurs-express-order{
    width: 459px;
    display: block;
    margin-top: 91px;
}

.zone-erreurs .error-msg li span{
    padding-left: 15px;
}
.rename-wish{
    font-size: 14px;
    position: absolute;
    background: #FFF url("../images/edit-light.svg") no-repeat scroll 16% 50% / 15px auto;
    width: 140px !important;
    color: #707070;
    top: 8px;
    right: 0;
}

.rename-wish:hover{
    font-size: 14px;
    cursor: pointer;
    color: #363636;
    background: #FFF url("../images/edit.svg") no-repeat scroll 16% 50% / 15px auto;
}

.select-all{
    font-size: 16px;
    padding-right: 52px;
    background: rgba(0, 0, 0, 0) url("../images/chevron-down-red.svg") no-repeat scroll 95% 50% / 15px auto;
    float: right;
}

.select-all-btn,.select-all-btn-bottom{
    padding-right: 15px;
    float: right;
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
}

.text-select-all{
    position: relative;
    top: -3px;
    padding-right: 11px;
    font-size: 14px;
}

.select-all-btn-bottom{
    margin-bottom: 30px
}

.table-wishlist-content .last-td{
    background: url('../images/grey_complet_line.png') repeat-y 20px 0;
}

.arrow-grey-complet-line-top{
    background: url('../images/grey_complet_line.png') repeat-y 7px;
    position: absolute;
    margin-top: -39px;
    height: 15px;
    width: 100%;
}

.arrow-grey-complet-line-bottom{
    background: url('../images/grey_complet_line.png') repeat-y 7px;
    position: absolute;
    margin-top: 35px;
    height: 15px;
    width: 100%;
}

#whishlist-table thead tr th {
    font-weight: unset;
    text-align: center;
}

.table-commande td.pu {
    padding-right: 0px !important;
}

#address-table{
    margin-top: 50px;
}

#address-table td{
    border-bottom: 1px solid #E4E4E4;
    font-size: 16px;
    text-transform: none;
    background: #fff none repeat scroll 0 0;
}

#address-table [type="radio"]:checked,
#address-table [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
#address-table [type="radio"]:checked + label,
#address-table [type="radio"]:not(:checked) + label
{
    left: 110px;
    top: -10px;
    position: relative;
    cursor: pointer;
}
#address-table [type="radio"]:checked + label:before,
#address-table [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 22px;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #cdcdcd;
    border-radius: 100%;
    background: #fff;
}
#address-table [type="radio"]:checked + label:after,
#address-table [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #D80D10;
    position: absolute;
    top: 4px;
    left: 26px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#address-table [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
#address-table [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#address-table li{
    line-height: 18px;
}

#address-table ul{
    padding: 29px 15px 21px 15px;
}

.btn-addr{
    padding: 5px 20px 5px 20px;
    line-height: 28px !important;
    width: 58px;
    text-align: center ! important;

}

.btn-address{
    display: flex;
    margin-bottom: 15px;
}

.addr-del{
    margin-right: 15px;
    font-weight: normal;
}

.addr-del:hover{
    color: #D80D10 !important;
    border: 1px solid #D80D10 !important;
    background: #FFFFFF !important;
}

.title-address{
    padding-top: 2px;
    padding-left: 25px;
    font-size: 20px;
    height: 35px;
}

.title-address.billing{
    padding-left: 0px !important;
    margin-left: -2px !important;
}
.billing-address ul, .shipping-address ul{
    padding-left: 25px;
}

.billing img{
    height: 10.6px;
    width: 21px;
    -webkit-transform: rotate(-17deg);
    -moz-transform: rotate(-17deg);
    -ms-transform: rotate(-17deg);
    -o-transform: rotate(-17deg);
    transform: rotate(-17deg);
    margin-right: 1px;
}

.title-address.shipping{
    background: rgba(0, 0, 0, 0) url("../images/repere.svg") no-repeat scroll 2% 0% / 15px auto;
}

.shipping-address, .billing-address{
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.shipping-address ul li:first-child, .billing-address ul li:first-child{
    color: #D80D10;
    font-weight: bold;

}

#address-table tbody ul li:nth-child(2){
    font-weight: bold;
}

#address-table tbody ul li:first-child{
    color: #707070;
    margin-bottom: 5px;
}

.shipping-address{
    float: right;
}

.add-addr{
    width: 268px;
    border: 1px solid #363636 !important;
    background-color: #363636 !important;
    color: white; !important;
}

.add-addr:hover{
    border: 1px solid #CDCDCD !important;
    color: #363636; !important;
    background-color: white !important;
}


.right-center{
    float: right;
    text-align: center;
}

.form-addr select{
    width: 300px !important;
    height: 30px !important;
}
.form-addr tbody td:nth-child(2){
    padding: 0 !important;
}

#address-table tr:first-child td:nth-child(2){
    background: rgba(0, 0, 0, 0) url("../images/fleche-rouge-adresse-de-livraison.svg") no-repeat scroll 59% 0% / 20px auto;
}

.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile + label svg {
    width: 12px;
    height: 12px;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
}

.express-order-file + label {
    border: 1px solid #CDCDCD;
    border-radius: 5px;
    background-color: #fff;
    padding: 0;
    width: 239px;
    height: 30px;
    position: relative;
}

.express-order-file + label span,

.express-order-file + label strong {
    padding: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
/* 10px 20px */


.express-order-file + label span {
    width: 150px;
    min-height: 2em;
    display: unset;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    left: 80px;
    text-align: left;
}

.express-order-file + label strong {
    width: 70px;
    height: 18px;
    color: #fff;
    position: absolute;
    left: 0;
    background-color: #D80D10;
    display: inline-block;
}

@media screen and (max-width: 50em) {
    .express-order-file + label strong {
        display: block;
    }
}

.empty-wish{
    font-size: 14px !important;
    margin-top: 27px !important;
    margin-bottom: 33px !important;
}

.ayalinesav-shipment-history-layer:after,
.ayalinesav-shipment-history-layer .ayalinesav-shl-in:after,
.ayalinesav-shipment-history-layer .ayalinesav-shlf-item:after,
.ayalinesav-shipment-history-layer .ayalinesav-shlfi-in:after,
.ayalinesav-shipment-history-layer .ayalinesav-shl-filters:after,
.ayalinesav-complaint-history-in:after,
.ayalinesav-ch-addnew:after{
    clear: none;
}

.cust-content .ayalinesav-ch-addnew{
    padding-top: 0px;
}

.table-data-grid {
    width: 100%;
}

.form-number-catalogue-request{
    font-size: 11px;
}

.pager-select{
    text-align: left !important;
    padding-left: 12px;
}

.cust-content .dashboard-info .font20{
    font-size: 20px;
}


.checkbox-button{
    display: unset;
}
.checkbox-button__input {
    opacity: 0;
    position: absolute;
}

.checkbox-button__control {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    background-color: inherit;
    color: #017b5f;
    border: 2px solid #CDCDCD;
}

.checkbox-button__input:checked+.checkbox-button__control:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    background-color: black;
}

.checkbox-button__input:checked+.checkbox-button__control {
    border-color: #CDCDCD;
}

.checkbox-button__control {
    margin-left: 34px;
    margin-right: 4px;
    transform: scale(0.75);
}


.esp-clt .nav{
    padding: 9px 0 0 0;
    margin: 0 10px 16px 10px;
    height: 1%;
}


.table-commande-history{
    margin-top : 18px;
    text-align: center;
    margin-bottom: 60px;
}
.table-commande-history th:first-child, .table-commande-history tr td:first-child{
    padding-right: 10px;
}
.table-commande-history th{
    padding: 3px 20px 2px 11px;
}

.table-commande-history td{
    padding: 4px 20px 5px 11px;
}

.table-commande-history td:nth-child(3),.table-commande-history th:nth-child(3){
    padding: 0px;
}
.table-commande-history td:nth-child(3){
    word-break: break-all;
}

.table-commande-history th:nth-child(5){
    white-space: nowrap;
}

.table-commande-history td:last-child{
    padding-right: 11px;
}

.show-delivery-history{
    width: 25px;
    height: 25px;
    background: #F7F7F7;
    border-radius: 3px;
    margin: 10px 8px;
}

.show-delivery-history2{
    width: 25px;
    height: 10px;
    background: #F7F7F7;
    margin-left: 8px;
    position: absolute;
}

.show-delivery td:first-child{
    padding-top:5px;
}

.show-delivery-history-down{
    height: 40px !important;
    margin: 10px 8px 0px 8px !important;
    border-bottom-right-radius:unset !important;
    border-bottom-left-radius:unset !important;
}
.show-delivery-history svg{
    margin: 9px 7px;
}
.show-delivery-history:hover, .show-delivered .svg:hover, .show-undelivered .svg:hover{
    cursor: pointer;
}

.show-delivery td{
    background: #F7F7F7 !important;
    text-align: left;
}

.show-delivered .svg, .show-undelivered .svg{
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 3px;
    margin: 14px 4px 14px 8px;
}
.show-delivered-table table{
    border: 1px solid #7BCA0C;
}

.show-delivered-table table a:hover,.show-undelivered-table table a:hover{
    text-decoration: underline;
}
.show-delivered-table table th{
    background: #7BCA0C;
}
.show-undelivered-table table{
    border: 1px solid #FF484B;
}
.show-undelivered-table table th{
    font-size: 14px !important;
    background: #FF484B;
    padding: 3px 0px 5px 11px !important;
}

.show-undelivered-table table th, .show-delivered-table table th{
    font-size: 14px !important;
    padding: 2px 2px !important;
}

.show-undelivered-table table td, .show-delivered-table table td{
    background: #FFFFFF !important;
    color :#363636;
    padding: 9px 0px 9px 0px;
    text-align: center;
    font-size: 12px;
}

.show-undelivered-table td:nth-child(2), .show-delivered-table td:nth-child(2), .show-undelivered-table th:nth-child(2), .show-delivered-table th:nth-child(2){
    text-align: left;
}

.show-history-item{
    height: 28px !important;
    margin: 14px 4px 0px 8px !important;
    border-bottom-right-radius:unset !important;
    border-bottom-left-radius:unset !important;
}

.show-delivered svg, .show-undelivered svg{
    margin-top: 5.5px;
    margin-left: 3px;
}

.show-delivered .svg{
    background: #7BCA0C;
}
.show-undelivered .svg{
    background: #FF484B;
}

.show-delivered{
    color: #7BCA0C;
}
.show-undelivered{
    color: #FF484B;
}

.search-order-history{
    display: inline-block;
    float: right;
    margin-bottom: 25px;
    margin-top: 26px;
    position: relative;
}
.search-order-history p{
    text-transform: uppercase;
    display: inline-block;
}
.search-order-history select{
    width: 229px;
    height: 35px;
    text-align: left;
    margin-left: 13px;
    margin-right: 18px;
    font-size: 14px;
    background: rgba(0, 0, 0, 0) url("../images/select.svg") no-repeat scroll 95% 50% / 6px auto;
    padding-left: 4px;
}
.search-order-history input{
    width: 242px;
    height: 31px;
    /*background: linear-gradient(-90deg, #D80D10 33px, #FFF 0%);*/
    border: 1px solid #CDCDCD;
    float: right;
}
.search-order-history .nes_skin-registration{
    display: inline-block;
    float: unset;
}

.submit-search-history{
    width: 33px;
    height: 33px;
    position: absolute;
    right: 1px !important;
    bottom: 1px !important;
    background: #D80D10;
}

.submit-search-history svg{
    padding: 8px;
}

.submit-search-history:hover{
    cursor: pointer;
}

.end-orders .search-order-history{
    margin-top: 13px;
}

.liste_produit_commande td:last-child{
    text-align: right;
}

.liste_produit_commande td{
    font-weight: normal;
}


.show-undelivered-table .liste_produit_commande:last-child td, .show-delivered-table .liste_produit_commande:last-child td{
    border:none;
}

#tab-1 > table > tbody > tr > td.cu-align-left{
    text-align: left;
}


div.cust-content > div > div.factures-avoirs > div > form > table {
    margin: auto;
    font-size: 11px;
}

div.factures-avoirs > div > form > div.filter-search{
    background: none;
    padding: 0 0px 0 0px;
    margin:  0px 0px 0 0px;
    width: 656px;
    height: 60px;
}

div.factures-avoirs > div > form > div.print-fac {
    padding: 0 0px 0 0px;
    margin:  15px 0px 0 0px;
    width: 100%;
    height: 30px;
}
div.factures-avoirs > div > form > div.filter-search > div.bloc-l{
    float: left;
    width: 231px;
    padding: 0 0 0 0px;
}

div.factures-avoirs > div > form > div.filter-search > div.bloc-r.white-picto{
    float: right;
    width: 395px;
    padding: 0 10px 0 14px;
}

#Critere{
    border: none;
    border: 1px solid #363636;
    margin: 0px 0 0 0px;
    width: 181px;
    font-style: italic;
    height: 21px;
    display: block !important;
    text-align: left;
    /* padding: 3px 19px 1px 6px; */
    background: #ffffff;
    cursor: pointer;
    font-family: arial;
    font-size: 11px;
}

#main-content > div > div > div.cust-content > div > div.factures-avoirs > div > form > div.pagination.pagination-second > div{
    right : 0px;
}


.personnal-data-popin .validation-advice, .multiaccount .validation-advice{
    margin-left: -10px !important;
}


.no-ec-evol{
    font-size : 11px;
    font-family: Arial;
    width: 685px !important;
    padding: 0 !important;
    float: unset;
    margin-top: 25px;
}




#express-order > table > tbody > tr > td > input{
    /*width: 71px;*/
    height: 21px;
    text-align: left;
    padding-left: 14px;
    float : left;
}

.table-wishlist .ref{
    padding-left: 14px;
}

#express-order  #qty
{
    width: 29px;
    height: 21px;
}

.delete {
    width: 12px !important;
    height: 12px !important;
    margin-right: 2.5px !important;
    margin-top: 3px;
}

.action-qty{
    width: 15px !important;
    height: 15px !important;
    margin-right: 2.5px !important;
    margin-top: 3px;
}
#express-order table td {
    padding : 9px 15px 0px 13px
}



#express-order > table {
    margin: 18px 0px 12px 0;
}

#express-order > table > tbody > tr > td.designation > p
{
    text-align : left;
}

#express-order > table > thead > tr > th{
    text-align : left;
}

#mini-express-order > a
{
    text-decoration: none;
}

.del-wishlist-popin .center{
    margin-top: 35px !important
}

.del-wishlist-popin table{
    margin-top: 35px;
}

.tr-product-express .delete-express-line{
    width: 12px !important;
    height: 12px !important;
}

.express-line-table{
    border-bottom: 1px solid #E4E4E4;
}

.multi-account-select-type{
    width: 109px !important;
    height: 26px !important;
    text-align: left !important;
}

.multi-account-select-status{
    width: 101px !important;
    height: 26px !important;
    text-align: left !important;
}

#add-product .action-add-product.add-wishlist-btn{

}

.saved-carts .messages li ul li {
    width: 652px;
    padding-left: 0;
}

.csv .zone-erreurs-wishlist svg{
    margin-top: 6px !important;
    margin-left: -5px !important;
}

.csv .zone-erreurs-wishlist li{
    margin-top: 110px;
}

.separation-spacing {
    margin-top: 15px;
}

.popin-form .validator-ec-error, .form-multiaccount .validator-ec-error, .cust-register .validator-ec-error {
    border: 1px solid #f00;
    box-shadow: 0px 0px 4px #ff000054;
}

#validation-register {
    font-family: Arial, Helvetica, sans-serif;
}

#tab-3 .errors-register-form {
    top: 515px;
    right: auto;
}

#tab-3 .errors-register-form .conteneur-erreurs-js {
    width: 460px !important;
}

#tab-3 .errors-register-form .conteneur-erreurs-js span {
    padding-left: 20px;
}

#tab-3 .errors-register-form .conteneur-erreurs-js svg {
    margin-top: 5px !important;
    margin-left: -10px !important;
}

#tab-3 .errors-register-form .zone-erreurs .error-msg li{
    background: linear-gradient(90deg, #D80D10 6%, #FFFFFF 0%) !important;
}

.spacing-bottom-dashboard{
    padding-bottom: 20px;
}
