/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 30 juil. 2018, 10:16:59
    Author     : holy.pascale
*/


@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
        url('../fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}




@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-medium-webfont.woff2') format('woff2'),
        url('../fonts/roboto-medium-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}




@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
        url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

/* FAQ icons */
.ui-accordion-header-icon.ui-icon {
    float: right;
}

.ajax-loader {
    background-color: rgba(255, 255, 255, 0.7);
    position: fixed;
    z-index: 10000 !important;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
}

.ajax-loader img {
    position: relative;
    top: 50%;
    left: 50%;
    width: 45px;
}

*,
label,
ul {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

input {
    outline: none;
    width: -webkit-fill-available;
}

a,
a:active,
a:hover,
a:focus {
    cursor: pointer;
    text-decoration: none;
}

button {
    cursor: pointer;
}

body {
    font-family: Roboto, helvetica, sans-serif;
    /*background-size: contain*/
    overflow-x: hidden;
    min-height: 100%;
    font-size: 14px;
}

p,
span,
li {
    font-size: 14px;
    font-family: roboto;
    font-weight: 400;
}

b,
strong {
    font-weight: 700;
    font-family: roboto;
}

/*PAGINATION
*******************/
.page-link:hover,
.page-link.active {
    background-color: #2a4ba0;
    color: #fff;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    height: 35px;
    line-height: 26px;
    min-width: 42px;
    text-align: center;
}

/*****************FIN*************/
.page-container {
    /*width: 1440px;*/
    margin: 0 auto;
    min-height: 100vh;
}

.page-container.login {
    background: url('../images/bg-ditog.png')no-repeat;
    /*padding-top: 84px;*/
    padding-top: 44px;
    background-size: cover;
}

.page-container.register {
    background: url('../images/bg-ditog.png')no-repeat;
    /*padding-top: 84px;*/
    padding-top: 54px;
    background-size: cover;
}

.link-footer {
    width: 24%;
    text-align: center;
    display: inline-block;

}

.login-footer {
    background: #FFF;
    border-radius: 10px;
    margin: 20px 0 0;
    padding: 10px;
    position: relative;
    bottom: 15px;
}

.page-container.add-user {
    background: #fff;
    /*padding-top: 84px;*/
    padding-top: 84px;
}

.login-container {
    background: #fff;
    display: block;
    height: 600px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: -7px 5px 25px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: -7px 5px 25px 0px rgba(0, 0, 0, 0.3);
}

.left-login {
    background-image: url('../images/bg-login.png');
    background-position: right;
    height: 600px;
    ;
    float: left;
    display: block;
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.logo-login {
    background: url('../images/logo.png');
    width: 360px;
    height: 55px;
    margin-top: 193px;
    margin-left: 36px;
}

.quote-block {
    width: 340px;
    margin-left: 36px;
    color: #325dc0;
    font-weight: 700;
    font-size: 12px;
    margin-top: 60px;
}

.quote-open,
.quote-close {
    display: block;
    font-size: 20px;
}

.quoted-span {
    width: 94%;
    display: block;
    margin-left: 20px;
    text-align: justify;
}

.quote-close {
    text-align: right;
}

.moreinfo-block {
    width: 340px;
    margin-left: 36px;
    height: 84px;
    text-align: center;
    color: #325dc0;
    font-weight: 700;
    font-size: 12px;
}

.icon-login {
    width: 100px;
    height: 100Px;
    background: url('../images/icon-login.png');
    display: block;
    margin: 100px auto 65px;
}

.ditog-form input[type="text"],
.ditog-form input[type="email"] {
    border: 2px solid #678ae3;
    border-radius: 22.5px;
    -webkit-border-radius: 22.5px;
    height: 45px;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
}

input[type="text"].error,
input[type="email"].error,
input[type="tel"].error,
.required-select-country.error,
.required-select-roles.error,
.required-select-country-user.error,
.required-select-country-retailer.error,
input[type="number"].error,
textarea.error,
.required-select-retailer.error,
.required-select-currency.error {
    border: 2px solid #c3101e !important;
    color: #c3101e;
}

.input-form-container {
    position: relative
}

.login .icon-input-form {
    color: #447dd3;
    right: 3%;
    padding-top: 9Px;
}

.icon-input-form.error i {
    color: #c3101e !important;
}

.icon-input-form {
    width: 10%;
    height: 100%;
    display: block;
    position: absolute;
    right: 25px;
    top: 0;
    text-align: center;
    padding-top: 5px;
}

.error-link-container {
    display: table;
    width: 100%;
}

.error-msg {
    display: contents;
    /*margin-bottom: 10px;*/
    font-size: 12px;
    text-align: left;
    color: #c3101e;
    width: 80%
}

.login .error-msg {
    text-align: center;
}

.dtg-bo-form .error-msg {
    display: block;
    height: 20px;
    text-align: left;
}

.btn {
    background: #4774db;
    border-radius: 22.5px;
    -webkit-border-radius: 22.5px;
    color: #fff !important;
    text-align: center;
    text-transform: uppercase;
    display: block;
}

.login-form input[type="text"] {
    width: 100%;
    padding-right: 45px;
}

.login-form .btn {
    width: 100%;
}

.ditog-form {}

.login-form .btn {
    letter-spacing: 7px;
}

.registration-link {
    display: table-cell;
    /*border: 1px solid red;*/
    text-align: right;
    font-size: 12px;
    margin-top: 5px;
    width: 20%;
}

.captcha-block {
    display: block;
    background: #f9f9f9;
    width: auto;
    height: 63px;
    margin: auto;
    margin-bottom: 26px;
    margin-top: 26px;
    max-width: 350px;

}

.test.captcha-block {
    max-width: 350px;

}

.table-right {
    display: inline-block;
    float: right;
}

a,
a:hover {
    color: #325dc0;
    text-decoration: none;
}

a.link-contact-login {
    margin-top: 60px;
    font-size: 12px;
    font-weight: 700;
    display: block;
    text-align: right;
}

/*confirm login*/

.confirm-login .confirm-text {
    color: #325dc0;
    margin-bottom: 80px;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
}

.confirm-login .retun-home {
    background-color: #325dc0;
    margin: 0 auto;
    height: 45px;
    width: 100%;
}

.confirm-login .icon-login {
    margin-top: 124px;
    margin-bottom: 100px;
}

.confirm-login .link-contact-login {
    margin-top: 90px;
}

@media screen and (max-width: 1600px) {

    .confirm-login,
    .page-container.register {
        height: 100%;
        padding-bottom: 80px;
    }
}

/*confirm login*/
/*layout interne*/
header {
    height: 80px;
    background: #fff;
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.15);
    position: fixed;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.15);
    top: 0px;
    width: 100%;
    z-index: 1;
}

.logo-header {
    height: 80px;
    display: block;
    padding-top: 13px;
}

.user-info-block {
    width: 205px;
    height: 80px;
    float: right;
    padding-top: 0px;
    display: flex;
    align-items: center;
}

.user-avatar {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    -weblit-border-radius: 60px;
    background: red;
}

.user-menu {
    display: block;
    width: 20px;
}

.user-info {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
}

.user-info .user-name {
    font-size: 14px;
    font-weight: 700;
}

.user-avatar img {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    -weblit-border-radius: 60px;
}


/*USER MENU DROPDOWN*/
#dropdown {
    display: block;
    padding: 13px 7px;
    width: 13px;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    background: #fff;
    font-size: 14px;
    color: #cd1b29;
    font-weight: normal;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

#dropdown:hover {
    color: #898989;
}

#dropdown.open {
    color: #cd1b29;
    border-left-color: transparent;
}

#dropdown ul {
    position: absolute;
    top: 65px;
    right: 0;
    width: 147px;
    padding: 5px 0px;
    display: none;
    list-style: none;
    border-left: 4px solid #cd1b29;
    ;
    background: #fff;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

#dropdown ul li {
    font-size: 0.9em;
}

#dropdown ul li a {
    text-decoration: none;
    display: block;
    color: #447dd3;
    padding: 7px 15px;
}

#dropdown ul li a:hover {
    color: #fff;
    background: #2a4ba0;
}


/*FIN MENU USER*/
.maincontainer {
    display: block;
    /*
    justify-content: flex-start;*/
    min-height: calc(110vh - 80px);
}

.sidebar {
    display: block;
    width: 225px;
    position: absolute;
    top: 81px;
    /*background:#d52432;*/
    background: #3d4149;
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.15);
}

.maincontent {
    display: block;
    width: calc(100vw - 225px);
    background: #fafafa;
    margin-left: 225px;
    margin-top: 111px;
    z-index: -1;
}

.page-title {
    color: #2a4ba0;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 1px #e4e4e4 solid;
    display: block;
    margin-bottom: 25px;
}

.mess-succes {
    color: #2a4ba0;
    font-weight: 700;
    /*text-transform: uppercase;*/
    padding-left: 24px;
    display: block;
    font-size: 14px;
    display: flex;
    justify-content: flex-start;
    padding: 10Px;
    border: 2px solid #2a4ba0;
    margin-top: 10px;
}

;

mess-succes .closebtn {
    display: block;
}

.msg-text {
    display: block;
    padding-left: 20px;
}

.mess-retailer span {
    color: #2a4ba0;
    font-weight: 400;
    /*text-transform: uppercase;*/
    display: block;
    font-size: 14px;
    border: 2px solid #2a4ba0;
    ;
    padding: 10px;
}

footer {
    width: 730px;
    border-top: 3px solid #ccc;
    margin: 0 auto !important;
    padding: 0;
}

footer .copyright {
    color: #000;
    font-weight: 400;
    padding: 40px;
    text-align: center;

}

span.footer-red {
    color: #c3101e;
}

span.footer-blue {
    color: #2a4ba0;
}

/*SIDEBAR MENU*/
.mainmenu-list {
    list-style: none;
}

.mainmenu-list li {

    /*border-bottom: 1px solid #e5414e;*/
    border-bottom: 1px solid #9a9a9a;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
}

.mainmenu-list li a {
    display: block;
    padding-top: 19px;
    padding-bottom: 19px;
    color: #fff;
    cursor: pointer;
    background: #3d4149;
    /*border:1px solid blue;*/
}

.mainmenu-list li .icon-item-menu {
    display: block;
    width: 40px;
    height: 40Px;
    margin: 0 auto;
}

.mainmenu-list li .label-item-menu {
    display: block;
    margin-top: 12px;
    color: #fff;
}

.icon.home {
    background: url('../images/home.png');
}

.icon.account {
    background: url('../images/account.png');
}

.icon.order {
    background: url('../images/order.png');
}

.icon.report {
    background: url('../images/report.png');
}

.icon.advice {
    background: url('../images/advice.png');
}

.icon.faq {
    background: url('../images/faq.png');
}

.icon.gsc {
    background: url('../images/gsc.png');
}

.icon.contact {
    background: url('../images/contact.png');
}

.filter-data {
    padding-bottom: 25px;
    /*margin-bottom:25px;*/
    border-bottom: 1px solid #cccccc;
}

input.input-form,
select.select-form {
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #ccc;
    height: 30px;
    font-size: 12px;
}


.btn-form {
    width: auto;
    display: block;
    background: #325dc0;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    height: 30px;
    margin-top: 24px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 4px 4px 0pxrgba(0, 0, 0, 0.18);
    min-width: 150px;
    text-align: center;

}

.filter-data button.btn-form {
    width: 84%;
}

.filter-data .input-form {
    /*padding-right: 30Px;*/
    /*  avec icone */
    /*padding-left: 10Px;*/
    /*  avec icone */
    ;
    padding-left: 10px;
    /* sans icone*/
    padding-right: 10px;
    /* sans icone*/
}

.filter-data .icon-input-form {
    color: #4b4b4b;
}

.no-padding {
    padding: 0;
}

.no-scroll-x {
    overflow-x: hidden;
}

.no-margin {
    margin: 0;
}

.filter-data button {
    margin-top: 17px;
}

.filter-data .select2-selection__choice__remove {
    margin-top: 0px !important;
}

.label-input {
    font-size: 11px;
}

/*DATA TABLE*/
.data-table table {
    width: 100%;
    margin-bottom: 25px;
}

.data-table th a,
.data-table th a:hover {
    color: #fff !important;
    text-decoration: none;
}

.data-table th {
    color: #fff;
    background: #2a4ba0;
    font-size: 12px;
    height: 30px;
    /*padding-left: 10px;*/
    text-align: center;
    padding: 0;
    vertical-align: middle !important;
}

.data-table th.action-cell {
    background: #c3101e;
}

.data-table td {
    font-size: 12px;
    height: 30Px;
    /*padding-left: 10px;*/
    padding: 0;
    vertical-align: middle;
    text-align: center;
}

#hometable td {
    max-width: 140px;
}

table li {
    list-style: none;
    text-align: left;
    padding: 5px;
    font-size: 11px;
    color: #717171;
    display: inline-block;
}

.data-table a.btn-edit {
    color: #4b4b4b;
}

.data-table a.btn-delete,
.data-table a.btn-delete-order {
    color: #c3101e;
}

.pagination {
    text-align: right;
    display: flex;
    font-size: 14px;
    float: right;
}

.pagination .P-right {
    float: right;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #2a4ba0;
    border-color: #2a4ba0;
}

.pagination .pagination-previous {
    /*border : 1px solid red;*/
}

.pagination .pagination-next {
    /*border : 1px solid red;*/
    margin-left: 20px;

}

.pagination a {
    color: #4b4b4b;
}

.data-table {
    padding-bottom: 25px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 25px;
    overflow: hidden;
    clear: both;
    float: none;

}

.maincontent .btn-submit {
    text-align: center;
    margin: 0 auto;
    display: block;
    border-radius: 20px;
}

/*PAGE PRODUCT LIST USER*/
.product-list {
    margin-top: 25px;
}

.product-list ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.product-list ul li {
    display: block;
    height: 294px;
    margin-bottom: 20Px;
    box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.2);
    padding: 20px;

}

.product-list ul li .content-item {
    display: table;
    width: 100%;
}

.product-list ul li .content-img-item {
    display: table-cell;
    width: 100%;
}

.product-list ul li .content-img-item {
    display: table-cell;
    width: 100%;
    padding-top: 100px;
}

.product-name {
    width: 100%;
    max-height: 34px;
    display: block;
    color: #2a4ba0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 16px;
    white-space: normal;
    word-break: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-ref {
    display: block;
    color: #bab6b6;
    font-size: 14px;
    min-height: 15px;
}

input.bord-round {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #a9a8a8 !important;
    width: 100%;
    margin: 10px 0;
    max-width: 80px;
}

.product-price {
    color: #d1202e;
    display: block;
    font-size: 20px;
    height: -webkit-fill-available;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 100%;
}

.label-qtty {
    font-size: 12Px;
    font-weight: 700;
    line-height: 11px;
}

.product-qtty {
    display: block;
}

.label-moq {
    font-size: 12px;
    color: #a5a2a2;
}

.product-moq {
    display: block;
    padding: 3px 0;
}

.product-more-details {
    display: block;
    color: #d1202e;
    margin-top: 8px;
    margin-bottom: 13px;
}

.product-more-details a {
    text-decoration: underline;
    color: #d1202e !important;
    font-weight: 700;
    font-size: 12px;
}

.product-tocart {
    display: block;
}

.product-tocart button {
    background: #325dc0;
    color: #fff;
    width: 100%;
    ;
    text-align: center;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 0;
}

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

.filter-data {
    font-size: 12px;
    font-weight: 700;
}

/*PAGE CHOICE USER*/
.popup-choice-user {
    border: none !important;
    padding: 20px;
    height: auto;
}

.title-pop {
    text-transform: uppercase;
    color: #2a4ba0;
    display: block;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    padding-top: 10px;
    font-weight: 700;
}

.popup-links li {
    list-style: none;
}

.content-link-choice.blue {
    color: #2a4ba0;
    border: 2px solid #2a4ba0;
}

.content-link-choice.red {
    color: #c3101e;
    border: 2px solid #c3101e;
}

.content-link-choice {
    width: 100%;
    padding: 15px 110px;
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.content-link-choice .icon {
    display: block;
    width: 52px;
    height: 52px;
}

.content-link-choice .type-user {
    display: block;
    width: 80px;
    text-transform: uppercase;
    padding-left: 20px;
    text-align: center;
    font-size: 12px;
}

.content-link-choice .user-description {
    font-size: 12px;
    display: block;
    width: 175Px;
    padding-left: 20px;
}

.content-link-choice .icon.user-blue {
    background: url('../images/user-blue.png');
}

.content-link-choice .icon.user-red {
    background: url('../images/user-red.png');
}

.close-popup-btn {
    color: #cccccc;
    position: absolute;
    right: 10px;
    top: 20px;
}

.close-popup-btn a {
    color: #ccc;
}

/*REGISTRATION*/
.register-container {
    background: #fff;
    display: block;
    /*height: 600px;*/
    border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: -7px 5px 25px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: -7px 5px 25px 0px rgba(0, 0, 0, 0.3);
}

.header-register {
    height: 85px;
    box-shadow: -7px 5px 5px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: -7px 5px 5px 0px rgba(0, 0, 0, 0.1);
    display: block;
    width: 100%;
}

.logo-header-register img {
    width: 90%;
    display: block;
    margin: 6% auto;
}

.step-name {
    float: right;
    margin-right: 64Px;
    color: #2a4ba0;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.step-name span {
    padding-left: 20px;
    display: block;
}

.step-name:before {
    ;
    content: " ";
    display: block;
    width: 2px;
    background: #ccc;
    height: 60px;
    float: left;
}

.step-number-cointainer {
    /*height: 150px;*/
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

.bfore-block-left {
    display: block;
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    top: 64px;
    width: 131px;
    z-index: 10;
}

.container-step {
    margin: 0 12px;
}

.form-register-content .form-group {
    margin-bottom: 20PX;
    display: block;
    min-height: 95px;
}

.file-input-container.custom-champ {
    display: block;
    margin-bottom: 42px;
}

.file-input-container.custom-champ .form-control {
    margin-bottom: 4px;
}

.file-input-container.custom-champ a {
    margin: 0px 0 0 5px;
    display: inline-block;
    padding: 5px 14px;
    font-size: 12px;
}

.file-input-container.custom-champ a:hover {
    text-decoration: none;
    color: #fff;
}

.file-input-container.custom-champ .myButtonSave {
    background: #2a4ba0;
}

.file-input-container.custom-champ .myButtonDelete {
    background: #c3101e;
}

.form-register-content {
    margin: 0 auto;
}

.form-register-content .error-msg {
    /*display: block;*/
    height: 20px;
    text-align: left;
    padding-left: 30px;

}

.link-action-list {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.link-action-list li {
    display: block;
    list-style: none;
}

/*progressbar*/
.progressbar li .container-number {
    width: 70px;
    height: 70px;
    border-radius: 35Px;
    -webkit-border-radius: 35Px;
    border: 2px solid #c9c5c5;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    padding-top: 15px;
    margin: 0 auto;
    color: #c9c5c5;
    background: #fff;
    position: relative;
    z-index: 1;
}

.progressbar li {
    list-style: none;
    display: block;
    position: relative;
}

.progressbar .active {
    position: relative;
    z-index: 1;
}

.progressbar li:first-child:before {
    display: none;
}

.step-number-cointainer>.bfore-block-left {
    background-color: transparent !important;
}

.progressbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px auto;
    width: 98%;
}

.progressbar li .step-label {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 10px;
    margin-left: -80px;
    color: #c9c5c5;
    font-weight: 700;
    width: 227Px;
}

.progressbar li {
    width: 70px;
}

.progressbar li.active .container-number {
    border: 2px solid #2a4ba0;
    color: #2a4ba0;
    background: #ffffff;
}

.progressbar li.active .step-label {
    color: #2a4ba0;
}

.progressbar li.active:before {
    background: #2a4ba0 !important;
}

.progressbar li.done .container-number {
    border: 2px solid #2a4ba0;
    color: #fff;
    background: #2a4ba0
}

.progressbar li.done .step-label {
    color: #2a4ba0;
}

.progressbar li.done:before {
    background: #2a4ba0;
}

/*form register*/
.form-register-content .form-control {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    border: 2px solid #ccc;
    padding-right: 40px;
}

.form-register-content label {
    font-weight: 700;
    font-size: 14px;
    color: #4a4a4a;
    margin-left: 25px;
    margin-bottom: 12px;
}

.register .icon-input-form {
    right: 20px;
    top: 3px;
}

.filter-data .icon-input-form {
    right: 5px;
}

.form-register-content select {
    padding-left: 18px;
}

.form-register-content input {
    padding-left: 23px;
}

.btn-block-left {
    float: left;
}

.btn-block-right {
    float: right;
}

.btn-sep {
    width: 100%;
    height: auto;
    border-bottom: solid 1px #c1c1c1;
    padding-top: 20px;
    margin-bottom: 20px;
}

.register .action-btn-container {
    padding: 20px;
    border-top: 1px solid #ccc;
    margin-top: 26px;
}

.register .dbtn {
    background-color: #2a4ba0 !important;
    border: none;
    border-radius: 20px;
    color: #fff !important;
    display: inline-block;
    /*line-height: 20px;*/
    padding: 6px 20px;
    text-align: center;
    width: 250px;
    text-transform: uppercase;
    cursor: pointer !important;
}

.dbtn .fa-arrow-right {
    color: #fff !important;
}

.register .btn-success .fa-arrow-right {
    font-size: 12px;
    margin-left: 7px;
}

.register .link-action-list {
    text-align: right;
    margin: 0;
}

.register .link-action-list {
    /*display:inherit;*/
}

.form-register-content input::placeholder,
.form-register-content select option.d-placeholder {
    color: #ccc !important;
}

.form-register-content option {
    color: #000;
}

.fas {
    color: #4a4a4a !important;
}

.fas.fa-trash-alt {
    color: #c3101e !important;
}

.pad-left {
    margin-left: -16px;
}

.fas.fa-align-left {
    color: #b5afaf !important;
    font-size: 13px;
    padding-right: 15px;
}

.register .list-left.cu {
    width: 250px;
    margin: 0 auto;
    max-height: 778px;
    /*border:1px solid red;*/
    overflow-y: auto;
}

.register .list-left.sa {
    width: 250px;
    margin: 0 auto;
    max-height: 381px;
    overflow-y: auto;
}

.register .list-leftInput {
    border: none;
    color: #b5afaf;
    padding: 0 10px;
    text-transform: uppercase;
    /*border-bottom: 1px solid;*/
    width: 100%;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: #fff url('../images/icon-down.png') no-repeat 95% 15px;
}

.group-btn {
    margin-bottom: 15px;
}



/*user list*/
.btn-add-new-container {
    padding-bottom: 26px;
    display: block;
    float: right;
}

/*FORMULAIRE BO*/
.dtg-bo-form {}

.dtg-bo-form .row-item input[type="text"],
.dtg-bo-form .row-item input[type="number"],
.dtg-bo-form .row-item textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding-left: 10px;
    font-size: 12px;
    height: 30px;
}

.dtg-bo-form .row-item textarea {
    height: 160px;
}

.dtg-bo-form .row-item label {
    display: block;
    font-weight: 500;
    color: #4b4b4b;

}

.dtg-bo-form .row-item {
    display: block;
    margin-bottom: 15px;
}

.dtg-bo-form .row-item .file-input {
    /*width:40% !important;*/
    background: none;
    display: block;
    border: 1px solid #ccc;

}

.dtg-bo-form .btn-choose-file {
    background: #dcdde0;
    color: #4b4b4c;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: none;
    font-size: 12px;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
    height: 30px;
    margin-left: 20px;
}

.file-input-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.dtg-bo-form .link-action-list {
    display: block;
    float: right;
}

.dtg-bo-form .link-action-list ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.dtg-bo-form .link-action-list ul li {
    display: block;
    margin-left: 20px;
}

a.btn-form,
a.btn-form:hover {
    color: #fff;
}

.group-action-list {
    display: flex;
    justify-content: space-between;
    width: 98%;
    margin: 26px auto;
}

.group-action-list input {
    display: block;
}

.group-action-list button {
    display: block;
}

.action-btn-container.blockpad.nopadding .link-container {
    display: flex;
    justify-content: space-between;
    width: 99%;
    /* padding: 20px; */
    padding-left: 286px;

}

.action-btn-container.blockpad.nopadding .link-container input,
.action-btn-container.blockpad.nopadding .link-containerbutton,
.action-btn-container.blockpad.nopadding .link-container a {
    display: block;
}

/*list left certified user*/
.list-left .list-container li {
    list-style: none;
    min-height: 38px;
    border-bottom: 1px solid #ccc;
}

.list-left .list-container .list-item-container {
    display: flex;
    justify-content: flex-start;
    padding-top: 7px;
    padding-bottom: 7px;
}

.list-left .list-container .list-item-container .icon-list {
    display: block;
    width: 20px;
    color: #4a4a4a;
}

.list-left .list-container .list-item-container .name-list {
    display: block;
    width: 72%;
    padding-left: 10px;
    text-align: center;
    color: #4a4a4a;
}

.list-left .list-container .list-item-container .action-list {
    display: block;
    color: #4a4a4a;
}

.list-left .list-container .list-item-container .action-list .btn-delete i {
    color: #c3101e !important;
}

.link-action-list .btn {
    border: none;
    border-radius: 5px;
    color: #fff !important;
    display: inline-block;
    /* line-height: 20px; */
    padding: 6px 20px;
    text-align: center;
    width: 250px;
}

/* debut DTG-120 */
.fa-arrow-left {
    color: #fff !important;
    font-size: 12px;
    padding-right: 5px;
}

.icon.product {
    background: url('../images/product.png');
}

.icon.user {
    background: url('../images/user-layout.png');
}

/* fin DTG-120 */

/* debut page ASSOCITE PRODUCT TO RETAILER */

.pro-detail {
    box-shadow: -1px 0px 10px 4px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: -1px 0px 10px 4px rgba(0, 0, 0, 0.12);
    background: #fff;
    display: block;
    padding: 20px;
    margin-bottom: 20px;
}

.title-pro {
    color: #2a4ba0;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 20px;
    display: block;
    margin-bottom: 25px;
}

.row-item label.pro {
    width: 40%;
    font-weight: 700;
}

.btn-pro {
    display: block;
    float: right;
    width: 20%;
}

.btn-form-pro {
    width: 40%;
    background: #325dc0;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    height: 30px;
    margin-top: 30px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 4px 4px 0pxrgba(0, 0, 0, 0.18);
}

.row-item.pro-pix {
    text-align: -webkit-center;
}

.form-pro {
    margin-bottom: 50px;
}

/* fin page ASSOCITE PRODUCT TO RETAILER */
/* Debut BO STEP 1/2/3/4 */
.title-add-retailers {
    color: #2a4ba0;
    text-transform: uppercase;
    float: left;
    font-size: 20px;
    padding: 20px 20px;
    font-weight: 700;
}

.title-add-retailers-paragraph {
    color: #2a4ba0;
    text-transform: uppercase;
    float: left;
    font-size: 20px;
    padding: 20px 20px;
    font-weight: 400;
}

.title-paragr {
    background: #c3101e;
    color: #fff;
    height: 25px;
    margin-left: 30px;
    margin: 0 0 25px;
    text-transform: uppercase;
    font-size: 20px;
    padding: 2%;
    font-weight: 700;
    display: flex;
    align-items: center;
    width: 100%;
}

.progressbar.add-retailer {
    width: 71% !important;
}

.form-register-content.Retailer-form {
    padding: 30px;
}

.link-action-list.right {
    float: right;
}

.link-action-list.btn-3 .btn {
    margin-left: 10px;
    min-width: 150px;
    width: auto;
}

.data-table.retailer-table {
    padding: 2%;
}

/* fIN  BO STEP 1 */

.product-qtty input {
    width: 100%;
}

.login-form #flash {
    color: #325dc0;
    display: block;
    text-align: center;
    font-size: 12px;
    color: #325dc0;
}

.login-form .error-cap {
    color: #325dc0 !important;
}

.login-form .error-twig {
    color: #c3101e !important;
}

.login-form .icon-input-form i {
    color: #678ae3;
}

.check-bold {
    font-weight: 700;
    width: 50px;
}


/*LIST PRODUIT*/
.list-bo-product td {
    height: 78px;
    vertical-align: middle;
}

.list-bo-product {
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.add-btn-conainer a {
    color: #fff !important;
    float: right;
    width: auto;
    display: block;
    margin-top: 26px;
    margin-bottom: 26px;
    padding-left: 20px;
    padding-right: 20px;
}

.msg-block {
    padding: 10px;
    display: block;
    border: 2px solid;
    width: 80%;
    margin: 26px auto;
    padding-left: 20px;
}

.msg-block.error {
    color: #c3101e;
    font-weight: 700;
    font-size: 14px;
    border-color: #c3101e;
}

.msg-block.error .closebtn {
    margin-right: 20Px;
}

.bo-btn-form {
    background-color: #2a4ba0;
    border: none;
    border-radius: 5px;
    color: #fff !important;
    display: inline-block;
    /*line-height: 20px;*/
    margin-left: 10px;
    padding: 6px 20px;
    text-align: center;
    width: 250px;
    text-transform: uppercase;
    cursor: pointer;
}

.group-action-list .dbtn {
    background: #3292d3 !important;
}

/*PAGE NOT FOUND*/

.notfound-page {
    text-align: center;
    border: 2px solid #c3101e;
    color: #c3101e;
    margin-top: 100Px;
    font-weight: 700;
}

.icon-notfound {
    width: 100px;
    height: 100Px;
    display: block;
    font-size: 81Px;
    font-weight: 700;
    margin: 100px auto 65px;
    text-align: center;
}

.icon-notfound i {
    color: #c3101e !important;

}

/*-- debut toogle rounded --*/
.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 22px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2a4ba0;
    width: 48px;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2a4ba0;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 22px;
}

.slider.round:before {
    border-radius: 50%;
}

/*-- in toggle rounded --*/
.content-info-item {
    line-height: 1px;
    word-wrap: break-word;
    width: 100%;
    padding-left: 5px;
}

.content-info-item div,
.content-info-item label {
    height: 100%;
    display: block;
    line-height: 100%;
}

.product-ttl {
    margin-top: 10px;
    line-height: 11px;
}

/**************************************
            tanjona debuggage 
***************************************/

.no-border {
    border: none !important;
}

h1.page-title {
    font-size: 1rem;
}

h2.page-title {
    font-size: 1rem;
    padding-bottom: 0;
}

header {
    z-index: 100;
}

.sidebar {
    display: block;
    width: 15%;
    float: left;
    background: #3d4149;
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.15);
    margin-top: 81px;
    z-index: 12;
    position: absolute;
    top: 0;
    height: 100%;
}

/*.maincontent{
    display: table;
    width: 85%;
    float: left;
    background: #fafafa;
    margin-left: 0;
    margin-top: 111px;
    height: calc(100% - 188px);
}*/
/*.maincontent{
    display: table;
    width: 81%;
    float: left;
    background: #fafafa;
    margin-left: 0;
    box-shadow: -1px 0px 10px 4px rgba(0, 0, 0, 0.12);
    background: #fff;
    margin: 2%;
    padding: 25px;
    padding-bottom: 0;
    margin-bottom: 25px;
    margin-top: 103px;
    height: calc(100% - 103px);
}*/
.maincontent {
    display: block;
    width: 81%;
    float: right;
    background: #fafafa;
    margin-left: 0;
    box-shadow: -1px 0px 10px 4px rgba(0, 0, 0, 0.12);
    background: #fff;
    margin: 5% 2%;
    padding: 25px;
    padding-bottom: 0;
    margin-bottom: 25px;
    margin-top: 117px;
    height: calc(100% - 103px);
}

.maincontent:after {
    content: '';
    display: block;
    clear: both;
    float: none;
}


footer,
.footer {
    display: table;
    width: 80%;
    margin: auto;
}

.footer .copyright {
    border-top: 3px solid #ccc;
    padding: 25px 0;
    margin: auto;
    max-width: 700px;
}

.maincontainer {
    /*display: table;*/
    display: block;
    width: 100%;
    position: relative;
    min-height: 1px;
    height: 100%;
    background: #fafafa;
    overflow: hidden;
    min-height: 1092px;
}

.maincontainer:after {
    content: "";
    display: table;
    clear: both;

}

.content-centered {
    background: #fff;
    display: block;
    width: 100%;
    height: calc(100% - 81px);
    min-height: 950px;
}

.modal-content {
    border: none;
}

.modal-content .modal-footer.text-center button {
    margin: auto;
}

.closebtn {
    cursor: pointer;
}

/*PANIER DETAILS
*******************/
.maincontent .produit {
    display: table;
    width: 100%;
}

.clear {
    clear: both;
}

.produit .media-img {
    display: table;
}

.produit .media-img {
    display: table-cell;
    width: 35%;
    vertical-align: middle;
    padding-bottom: 17px;
}

.produit .media-img img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 200px;
    margin: auto;
    margin-bottom: 25px;
}


.produit .media-img .detail {
    max-width: 144px;
    margin: 0 auto;
}

.produit .media-img .detail input {
    max-width: 100%;
    margin-bottom: 0px;
    height: 28px;
    width: 100%;
}

.produit .media-img .detail .prix {
    color: #d1202e;
    font-size: 20px;
}

.media-img .detail>.quantite {
    font-family: roboto;
    font-weight: 700;
    font-size: 12px;
}

.media-img .detail>.quantite .product-moq {
    padding-top: 0;
    margin-top: 25px;

}

.product-moq label {
    font-weight: 400;

}

.produit .media-description {
    display: table-cell;
    width: 65%;
    padding: 25px;
    padding-right: 10%;
}

.title-noborder .page-title {
    padding-bottom: 0;
    display: inline-block;
    border: none;
    color: #2a4ba0;
    font-weight: 700;
}




.media-description li {
    list-style: none;
    display: inline-block;
    float: left;
    color: #4b4b4b;
    font-family: roboto;
    font-weight: 400;
    line-height: 22px;
    font-size: 12px;
}

.media-description ul {
    float: none;
    clear: both;
}

.group-btn .btn-form {
    display: inline-block;
    min-width: 150px;
    margin: 0;
    text-align: center;
}

.group-btn .btn-form:first-child {
    margin-right: 15px;
}

.produi-detais .group-btn {
    display: block;
    text-align: right;
}

.mainmenu {
    position: relative;
}

.mainmenu .responsive {
    position: absolute;
    left: 100%;
    width: 50px;
    height: 41px;
    display: none;
    background: #3d4149;
    font-size: 26px;
    text-align: center;
    color: #fff;
    z-index: 10;
}


.maincontent .full-height {
    height: calc(100% - 77px);
    display: block;
}

.product-tocart .btn-form {
    margin-top: 5px;
}

/*page reporting
*********************/

.scroll-custome .data-table table th {
    min-width: 65px;
    padding: 0 5px;
}

table td .eye>a {
    background: url(../images/eye.png) no-repeat center;
    width: 25px;
    display: block;
    height: 25px;
    margin: auto;
}

.scroll-custome .mcs-content {
    overflow-x: auto;
    white-space: nowrap;
}

.nav-tabs .nav-link {
    border: none;
    padding: 6px 10px;
    border-radius: 15px;
    background: #ccc;
    color: #000;
    font-size: 14px;
    margin-left: 40px;
    min-width: 200px;
    text-align: center;
}

.nav-tabs {
    padding-bottom: 27px;
    border-width: 3px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:hover {
    color: #fff;
    background-color: #2a4ba0;
}

.nav-tabs .nav-item {
    margin-left: 15px;
}

.nav-tabs .nav-item:first-child .nav-link,
.nav-tabs .nav-item:first-child {
    margin-left: 0;
}

.scroll-custome {
    padding: 25px 0 0;
}

.scroll-custome .filter-data {
    border-bottom: none;
}

.mcs-horizontal-example {
    overflow-x: auto;
    white-space: nowrap;
    /*max-width: 1041px;*/
    width: 100%;
    margin-bottom: 63px;
    display: grid;
}


/*SCROLL BAR
********************/

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #d2d2d2;
    height: 10px;
    margin: 3px auto;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #9c9c9c;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #9c9c9c;
}

/*SHOPING CARD
*****************/
#accordion .card-header {
    padding: 10px 15px;
    position: relative;
    background-color: #d42331;
}

#accordion .card-header .card-link {
    display: block;
    color: #fff;
    font-family: roboto;
    font-weight: 400;

}

#accordion .card-header .card-link>span {
    display: inline-block;
    width: 22px;
    height: 20px;
    position: absolute;
    top: 13px;
    right: 20px;
    text-align: center;
    font-size: 16px;
    transition: 0.3s;
    transform: rotate(-0deg);
}

#accordion .card-header .card-link.collapsed>span {
    transform: rotate(-180deg);
    transition: 0.3s;
}

#accordion .card-body {
    padding: 15px 0;
    height: auto;
}

#accordion .card-body .table-bordered .btn-delete {
    font-size: 15px;
    display: inline-block;
    float: left;
    margin-right: 5px;
}

#accordion .card-body .table-bordered .eye {
    display: inline-block;
    float: left;
    width: 22px;
    position: relative;
}

#accordion .card-body .table-bordered .eye:before {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    left: 0;
    top: 5px;
    background: #5d5d5d;
}

table td.img-inline .eye>a {
    width: 18px;
    margin-left: 5px;
}

input[type="file"] {
    padding: 0 10px;
}

#accordion .card-body .table-bordered .name {
    text-align: left;
    font-size: 15px;
    padding: 0 10px;
}

#accordion .card-body .table-bordered td {
    font-size: 15px;
    padding: 0 10px;
    color: #676767;
    position: relative;
}

#accordion .card-body .table-bordered td input {
    width: 100px;
}

#accordion .card-body .table-bordered td input+.error-msg {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 80%;
    padding: 0 5px;
    line-height: 100%;
    font-size: 12px;
    height: 27px;
}

#accordion .card-body .table-bordered .name>.item-name {
    text-transform: uppercase;
    color: #2a4ba0;
}

#accordion .card-body .tarif,
#tarif {
    display: table;
    padding: 15px;
    float: right;
    width: 225px;
    margin: 15px;
    box-shadow: 3px 6px 9px #ccc;
}

#accordion .card-body .tarif table,
#tarif table {
    width: 100%;
}

#accordion .card-body .tarif table td,
#tarif table td {
    height: auto;
    color: #2a4ba0;
    font-weight: 700;
    font-family: roboto;
    text-align: left;
    height: 25px;

}

#accordion .card-body .tarif table td.total,
#tarif table td.total {
    font-weight: 700;
    font-size: 25px;
}

#accordion .card-body .tarif table {
    margin-bottom: 0;
}

#accordion .card-body .tarif table td:last-child,
#tarif table td:last-child {
    text-align: right;
    font-weight: 400;
    color: #d42331;
}

#accordion .card-body .check {
    width: 24%;
    padding: 15px 10px 15px 35px;
    position: relative;
    display: table-cell;
}

#accordion .card-body .detail-certified_user {
    display: table-cell;
    vertical-align: middle;
    border-left: 1px #ccc solid;
    padding-left: 15px;
}

#accordion .card-body .detail-certified_user .desc {
    display: inline-block;
    float: left;
    width: 48%;
    padding-right: 20px;
}

#accordion .card-body .detail-certified_user .desc span {
    display: inline-block;
    float: left;
    width: 54%;
    padding: 0 5px;
    font-weight: 700;
}

#accordion .card-body .detail-certified_user .desc span:last-child {
    display: inline-block;
    float: left;
    width: 46%;
    font-weight: 400;
}

#accordion .card-body .w-100 .desc {
    display: inline-block;
    font-size: 14px;
    color: #4b4a4a;
    font-family: roboto;
    font-weight: 400;
}

#accordion .card-body .w-100 {
    display: table;
    font-size: 14px;
    color: #4b4a4a;
    font-family: roboto;
    font-weight: 400;
    margin-bottom: 15px;
}

#accordion .card-body .relative {
    position: relative;
}

#accordion .card-body .w-100 input {
    position: absolute;
    left: 15px;
    top: 21px;
}

#accordion .btn-form-right {
    min-width: 1px !important;
}

.btn-form.w-200 {
    max-width: 200px;
    margin: 0 auto;
    width: 100%;
}

.btn-form-right {
    display: table;
    float: right;
    margin: 15px 15px;
    min-width: 200px;
}

#new_shipping_adress {
    padding: 36px 0;
}

#new_shipping_adress .form-group {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 30px;
}

#new_shipping_adress .form-control {
    border-radius: 20px;
}

#new_shipping_adress .form-group.mr {
    margin-right: 0%;
}

#new_shipping_adress,
.new {
    padding: 36px 0;
}

#collapseThree .new input {
    border-radius: 15px;
    border: 2px #ccc solid;
    width: 300px;
    height: 36px;
}

#new_shipping_adress label,
label[for="new"],
label[for="state"] {
    font-size: 15px;
    font-weight: 700;
    font-family: roboto;
    color: #4b4a4a;
}

#new_shipping_adress label {
    padding-left: 20px;
    font-weight: 700;
}

#new_shipping_adress .icon-input-form {
    width: 50px;
}

.card {
    border: none;
}

.card-header:first-child {
    border-radius: 0;
}

/*PAGE VIDE
********************/
.panier-vide {
    position: relative;
    display: table;
    width: 100%;
    height: calc(100vh - 100px);
}

.panier-vide .relative {
    width: 320px;
    display: table;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.panier-vide .relative .img {
    width: 176px;
    height: 140px;
    margin: auto;
    background: url(../images/panier-vide.jpg) no-repeat center;
    background-size: contain;
    margin-bottom: 15px;
}

.panier-vide .relative .caption p {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin-bottom: 5px;
}

.panier-vide .relative .caption small {
    font-size: 10px;
    font-weight: 700;
    color: #989898;
    text-align: center;
    display: block;
}

.panier-vide .relative .bo-btn-form {
    border-radius: 20px;
    display: block;
    margin: 25px auto;
}

/*PRODUIT POPS
********************/
#productModal .modal-header,
#productModal .modal-footer {
    border-bottom: 0;
    border-top: 0;
    position: relative;
}

#productModal .modal-header .page-title {
    margin-bottom: 0;
}

#productModal .modal-footer {
    padding: 0 0 15px;

}

.modal-footer {
    justify-content: center;
    padding: 0 15px;
}

.modal-header {
    border-bottom: 0;
}

.modal-header .close {
    position: absolute;

    right: 10px;

    top: 10px;

    width: 22px;

    height: 24px;

    padding: 0;

    color: #fff;

    background: #9e9e9e;

    margin: 0;

    font-size: 14px;
}

.modal-header {
    display: block;
    width: 100%;
    float: none;
    padding-top: 30px;
}

.modal-body .media-left img {
    width: 100%;
    max-width: 150px;
}

#productModal .modal-body .media-body table {
    width: 100%;
    max-width: 277px;
    float: right;
    margin-bottom: 15px;
    color: #5d5d5d;
    font-size: 14px;
    font-family: roboto;
}

#productModal .modal-body .media {
    padding-bottom: 30px;
    border-bottom: 1px #e4e4e4 solid;
}

#productModal .modal-footer .w-center,
.modal-footer .w-center {
    margin: auto;
    display: block;
    padding: 15px 0;
}

#productModal .modal-footer button,
.modal-footer .w-center button {
    margin: 0 5px;
    min-width: 165px;
    padding: 0;
    display: inline-block;
}

.modal-footer {
    border-top: 0;
}

.modal-content {
    padding: 15px;
}

#productModal .modal-body .media-body .totale {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}

#productModal .modal-body .media-body .totale td:last-child {
    color: #c3101e;
}

#productModal .modal-body .media-body table td:last-child {
    text-align: right;
}

#productModal .modal-body .media-body table td {
    text-align: left;
    height: 32px;
}

#productModal .modal-body .media-body table td input {
    width: 85px;
    float: right;
    height: 29px;
    padding: 0 0 0 5px;
}

#productModal .modal-body .media-body {
    padding: 0 20px;
}

#productModal .modal-body .media-left {
    padding-right: 15px;
}

.img-inline .text-center {
    display: table;
    margin: auto;
}

.content-centered {
    position: relative
}

.panier {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 1;
}

.panier a {
    text-decoration: underline;
    font-family: roboto;
    font-size: 15px;
    font-weight: 400;
}

.detailbox {
    margin-bottom: 42px;
    padding: 15px;
}

.validation .form-control {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
}

.validation select {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
}

.validation label {
    font-size: 14px;
    font-weight: 600;
}

#product_total,
#accordion .card-body .tarif table td.total {
    white-space: nowrap;
    max-width: 110px;
    text-overflow: ellipsis;
    overflow: hidden;
}

p.result-pro {
    font-size: 14px;
    margin: 4px 0;
}

.row-item .result-pro {
    font-size: 14px;
}

#popUpDiv {
    max-width: 400px;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    display: block;
    margin: auto;
}

.contact form .card-body {
    border: 1px #ccc solid;
    background-color: #fafafa;
    padding: 5%;
}

.contact .card-body {
    margin-bottom: 25px;
}

.contact form .card-body input[ type="submit"] {
    max-width: 200px;
    float: right;
}

.contact form .card-body label,
.contact form .card-body .form-control {
    font-size: 13px;
    font-weight: 700;
    font-family: roboto;
}

.contact form .card-body .form-control {
    font-weight: 400;
}

.contact form .card-body textarea {
    min-height: 220px;
}

.contact p {
    font-size: 14px;
    color: #868686;
}

.contact .black {
    color: #000 !important;
}

.cgv h2 {
    text-transform: none;
    margin: 40px 0 15px;
}

.cgv p {
    font-size: 14px;
}

.faq h2 {
    margin: 34px 0 15px;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 1.2em;
    color: #8a8888;
}

.faq .ui-state-active,
.faq .ui-widget-content .ui-state-active,
.faq .ui-widget-header .ui-state-active,
.general a.ui-button:active,
.faq .ui-button:active,
.faq .ui-button.ui-state-active:hover {
    border: 1px solid #d3d3d3;
    background: #f6f6f6;
    font-weight: normal;
    color: #434343;
}

.faq .ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: none;
    width: 0;
    /* height: 0; */
    border-left: 4px solid #0e0e0e00;
    border-right: 4px solid #0000;
    border-top: 5px solid #393939;
    margin-top: 4px;
    margin-right: 5px;

}

.faq form .card-body {
    padding: 0;
    border: 1px #ccc solid;
    position: relative;
}

.faq form .card-body .find {
    padding: 5px;
    background: url(../images/find.png) no-repeat center;
    width: 35px;
    display: block;
    height: 40px;
    cursor: pointer;
}

.faq form .card-body input,
.faq form .card-body input:focus {
    border: none;
    box-shadow: none;
}

.faq form .card-body .btn {
    border-radius: 0;
    font-size: 15px;
    margin: 5px;
    background-color: #3d4149;
    border: none;
    width: 100px;
}

.faq form .card-body .btn>.fa {
    padding-left: 10px;
}

.faq .w-80 {
    max-width: 80%;
    margin: 28px auto;
    display: block;
    width: 100%;
}

.ui-accordion-header {
    margin-bottom: 25px;
}

.contact h2 {
    text-transform: uppercase;
    color: #868686;
    font-size: 15px;
    margin: 25px 0;
}

.contact .page-title {
    font-size: 1rem;
    color: #2a4ba0;
}

.contact .adresse .picto {
    padding-left: 45px;
    position: relative;
}

.contact .adresse .picto:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    left: 0;
    top: 0;
}

.contact .adresse .picto.sir:before {
    background: url(../images/sir.png) no-repeat center;
}

.contact .adresse .picto.mes:before {
    background: url(../images/mes.png) no-repeat center;
}

.contact .adresse .picto.phone:before {
    background: url(../images/phon.png) no-repeat center;
}

.contact .adresse .picto.map:before {
    background: url(../images/map.png) no-repeat center;
}

.pl-15 {
    padding-left: 15px;
}

.form-register {
    padding: 15px;
}

.link-action-list .btn:last-child {
    margin-left: 10px;
}

.bfore-block-left {
    background-color: #0000;
}

.progressbar.add-retailer li:first-child:before {
    display: none;
}

.responsive span {
    font-size: 25px;
}

.updt-profil .group-btn {
    display: inline-block;
    float: right;
}

.bfore-block-left,
.progressbar.add-retailer li.done:before {
    /*display: none;*/
}

table td .btn,
table th .btn,
table td .form_delivery_proof input {
    padding: 0 15px;
    height: 24px;
    min-height: 1px;
    margin: 1px auto 3px;
    min-width: 1px;
    display: block;
    color: #333 !important;
    background: #dcdcdc;
    border: 1px #c1c1c1 solid;
    border-radius: 0;
    width: 100%;
    max-width: 200px;
}

table td .form_delivery_proof input[type='text'] {
    background: none;
}

.asc span.sorted {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-left: 15px;
}

.desc span.sorted {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: 15px;
}

table#reporting td input.btn-choose-file {
    position: absolute;
    top: 0;
    width: 60px;
    right: 0;
    background-color: #325dc0;
    color: #fff !important;
    padding: 5px 5px;
    line-height: 12px;
    font-size: 12px;
}

table#reporting td {
    position: relative;
    padding: 0 5px;
}

.menu-resp,
#logoutbutton {
    display: none;
}

#collapseExample.collapse:not(.show) {
    display: block;
}

.maincontent {
    min-height: 1079px;
    margin-bottom: 5px;
}

.foot {
    text-align: center;
    margin: 25px 0;
    max-width: 357px;
    width: 100%;
}

#foot .modal-dialog {
    max-width: 80%;
}

#faq .modal-dialog {
    max-width: 80%;
}

#foot .page-title {
    margin-bottom: 5px !important
}

#faq .page-title {
    margin-bottom: 5px !important
}

@media(max-width: 767px) {
    #collapseExample.collapse:not(.show) {
        display: none;
    }

    .maincontent {
        min-height: 1px;
    }
}

/*RESPONSIVE
********************/

@media screen and (max-width: 1680px) {
    .bfore-block-left {
        background: #fff;
        height: 2px;
        position: absolute;
        top: 64px;
        width: 214px;
        z-index: 10;
        left: -11px;
    }

    .progressbar.add-retailer li.done:before {
        content: " ";
        width: 305% !important;
        height: 2px;
        background: #2a4ba0;
        position: absolute;
        top: 35%;
        left: -214px !important;
    }

    .progressbar.add-retailer li:before {
        content: " ";
        display: block;
        width: 305% !important;
        height: 2px;
        background: #c9c5c5;
        position: absolute;
        top: 35%;
        left: -214px !important;
    }
}

@media screen and (max-width: 1600px) {
    .bfore-block-left {
        background: #fff;
        height: 2px;
        position: absolute;
        top: 64px;
        width: 197px;
        z-index: 10;
        left: -3px;
    }

    .progressbar.add-retailer li.done:before {
        content: " ";
        width: 283% !important;
        height: 2px;
        background: #2a4ba0;
        position: absolute;
        top: 35%;
        left: -198px !important;
    }

    .progressbar.add-retailer li:before {
        content: " ";
        display: block;
        width: 284% !important;
        height: 2px;
        background: #c9c5c5;
        position: absolute;
        top: 35%;
        left: -199px !important;
    }
}

@media screen and (max-width: 1440px) {
    .bfore-block-left {
        background: #fff;
        height: 2px;
        position: absolute;
        top: 64px;
        width: 166px;
        z-index: 10;
        left: 8px;
    }

    .progressbar.add-retailer li.done:before {
        content: " ";
        width: 237% !important;
        height: 2px;
        background: #2a4ba0;
        position: absolute;
        top: 35%;
        left: -166px !important;
    }

    .progressbar.add-retailer li:before {
        content: " ";
        display: block;
        width: 239% !important;
        height: 2px;
        background: #c9c5c5;
        position: absolute;
        top: 35%;
        left: -166px !important;
    }
}

@media screen and (max-width: 1366px) {
    .bfore-block-left {
        background: #fff;
        height: 2px;
        position: absolute;
        top: 64px;
        width: 160px;
        z-index: 10;
        left: 5px
    }

    .progressbar.add-retailer li.done:before {
        content: " ";
        width: 214% !important;
        height: 2px;
        background: #2a4ba0;
        position: absolute;
        top: 35%;
        left: -150px !important;
    }

    .progressbar.add-retailer li:before {
        content: " ";
        display: block;
        width: 226% !important;
        height: 2px;
        background: #c9c5c5;
        position: absolute;
        top: 35%;
        left: -158px !important;
    }

}

@media screen and (max-width: 1280px) {
    .bfore-block-left {
        background: #0000;
        display: block;
        height: 2px;
        position: absolute;
        top: 64px;
        width: 143px;
        z-index: 10;
        left: 11px;
    }

    .progressbar.add-retailer li.done:before {
        content: " ";
        width: 226% !important;
        height: 2px;
        background: #2a4ba0;
        position: absolute;
        top: 35%;
        left: -134px !important;
    }

    .progressbar.add-retailer li:before {
        content: " ";
        display: block;
        width: 226% !important;
        height: 2px;
        background: #c9c5c5;
        position: absolute;
        top: 35%;
        left: -134px !important;
    }


}

@media screen and (min-width: 1200px) {
    .progressbar li:before {
        width: 400% !important;
        left: -273px !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
    .container.register {
        max-width: 1024px;
    }

    .product-tocart .btn-form {
        min-width: 100px;
    }

}

@media screen and (max-width: 1200px) {
    .form-register-content label {
        margin-left: 0px;
    }

    .filter-data button.btn-form {
        width: 100%;
        min-width: 1px;
    }
}

@media screen and (min-width: 1024px) {
    .container.register {
        padding: 0;
    }

    .register .blockpad {
        padding-left: 150px;
        padding-right: 150px;
    }

    .register .blockpad.nopadding {
        padding-left: 0;
        padding-right: 0;
    }

    /*.progressbar.add-retailer li:before {
        content: " ";
        display: block;
        width: 203%!important;
        height: 2px;
        background: #c9c5c5;
        position: absolute;
        top: 35%;
        left: -142px!important;
    }*/
    .progressbar li:before {
        content: " ";
        display: block;
        width: 335%;
        height: 2px;
        background: #c9c5c5;
        position: absolute;
        top: 35%;
        left: -234px;
    }
}

/*          max-width : 992px         */
@media (max-width: 992px) {

    header .logo-header img,
    .logo-header-register img {
        width: 250px;
        display: block;
        margin: 6px auto;
    }

    .filter-data button.btn-form {
        width: 100%;
        min-width: 1px;
        max-width: 150px;
    }


    header .user-info-block .user-info,
    header .user-info-block .user-avatar,
    header .user-info-block .user-menu {
        display: inline-block;
    }

    header .user-info-block {
        width: 135px;
        background: #fff;
        box-shadow: 1px 1px 1px #ccc;
        height: 100%;
    }

    .progressbar.add-retailer li.done:before {
        /*display: none;*/
    }

    .content-link-choice {
        padding: 5px;
    }

    .step-name {
        margin-top: 0;
    }


    .login-container {
        height: auto;
    }

    .left-login {
        background-image: none;
        height: auto;
        float: none;
        padding: 25px 15px;
    }

    .left-login {
        width: 100%;
        margin: 0;
        padding: 15px;
        background-size: 100% auto;
        display: block;
        min-height: 78px;
        height: auto;
    }

    .left-login .logo-login {
        margin: 0 auto;
        padding: 15px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 100%;
    }

    .quote-block,
    .icon-login {
        margin: 25px auto;
    }

    .quote-block {
        width: 100%;
        margin: 0;
        height: auto;
    }

    .moreinfo-block {
        width: 100%;
        margin: 0;
    }

    .ditog-form {
        padding: 15px;
        overflow: hidden;
    }

    .page-container.login {
        padding: 15px 0;
        position: relative;
        min-height: 100vh;
        display: block;
        background-size: cover;
        height: 100%;

    }

    .page-container.login>.container {
        /* position: absolute;*/
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: table;
        margin: auto;
        height: auto;
    }

    /*
    CREE COMPT USER
    *******/
    .blockpad {
        padding: 15px;
    }

    .progressbar {
        width: 100%;
        display: table;
    }

    .progressbar li {
        width: 48%;
        display: inline-block;
        float: left;
    }

    .progressbar.add-retailer li:before {
        display: none;
    }

    .progressbar li .step-label {
        text-align: center;
        width: 100%;
        margin: 15px 0;
    }

    .header-register {
        height: auto;
    }

    .step-name span {
        padding-left: 20px;
        display: block;
        padding: 0 10px;
        font-size: 12px;
    }


    .form-register-content {
        padding: 15px;
    }

    .form-register-content .form-group {
        height: auto;
        margin-bottom: 35px;
    }

    .register .list-leftInput {
        text-align: center;
        margin-bottom: 15px;
    }

    .content-centered {
        display: block;
    }

    /*LISTE PRODUIT*/
    .product-list ul li .content-img-item {
        padding-top: 0;
        height: 150px;
        overflow: hidden;
        display: block;
    }

    .product-list ul li .content-img-item img {
        width: auto;
        height: 150px;
        margin: auto;
        float: none;
        text-align: center;
        display: block;
    }

    .content-item .product-name {
        width: 100%;
        margin: 0;
        display: block;
        min-height: 1px;
        padding: 15px 0px;
    }

    .content-item input.bord-round {
        width: 100%;
        height: 36px;
        max-width: 100%;
    }

    .product-list ul li {
        height: auto;
    }

    .content-info-item {
        width: 100%;
    }

    .nav-tabs .nav-item {
        margin-left: 0;
    }

    .nav-tabs .nav-link {
        margin-left: 5px;
        min-width: 1px;
    }


    .media-description li:last-child,
    .list-details li:last-child {
        width: 100%;
        float: none;
        display: block;
        clear: both;
        text-align: left;
    }

    .resp-medium .media-description ul li {
        width: 50%;
        display: inline-block;
    }

    .table-bordered thead td {
        min-width: 150px;
    }

    .data-table {
        width: 100%;
        overflow: auto;
        max-width: 100%;
    }

    .produit .media-description {
        display: table-cell;
        width: 54%;
        padding: 15px;
        padding-right: 15px;
    }



}

/*          max-width : 767px         */

@media (max-width: 767px) {

    header .logo-header img,
    .logo-header-register img {
        width: auto;
        display: block;
        margin: 6px auto;
    }

    .menu-resp {
        display: block;
        position: absolute;
        right: 0px;
        top: 26%;
        width: 55px;
    }

    .menu-resp .btn-menu {
        padding: 0;
        background: #fff;
        border-radius: 0;
        height: 39px;
        display: block;
        line-height: 26px;
        width: 46px;
        border: 1px #3d4149 solid;
        cursor: pointer;
    }

    .menu-resp .btn-menu .icon-bar {
        background-color: #3d4149;
        height: 1px;
        display: block;
        width: 80%;
        margin: 5px auto
    }

    .header-menu {
        position: relative;
    }

    .table-bordered thead th,
    .data-table table th {
        min-width: 150px;
    }

    .data-table.retailer-table {
        padding: 15px 0 0;
    }

    .data-table table.retailer-table th {
        min-width: 1px;
        width: 50%;
    }

    .maincontent {
        display: block;
        width: 96%;
        float: none;
        clear: both;
        margin: 96px auto 15px !important;
        padding-left: 55px;
    }

    .mainmenu-list li .label-item-menu {
        display: inline-block;
        vertical-align: top;
        margin: 0;
        height: 30px;
        line-height: 34px;
    }

    .mainmenu .responsive {
        display: none;
    }

    #dropdown {
        height: 40px;
        padding: 0;
        line-height: 40px;
    }

    #dropdown ul {
        position: absolute;
        top: 40px;
        right: -16px;
    }

    .sidebar {
        width: 100%;
        float: none;
        clear: both;
        top: 0px;
        margin: 0;
        display: block;
        max-height: 246px;
        position: fixed;
        margin-top: 80px;
        overflow: scroll;
        height: auto;
    }

    .mainmenu-list li a {
        text-align: left;
        padding: 5px;
    }


    .mainmenu-list li .icon-item-menu {
        display: inline-block;
        width: 30px;
        height: 30px;
        background-size: contain;
        float: left;
        text-align: left;
        margin: 2px 9px;
    }

    .captcha-block {
        max-width: 304px;
        margin: 15px auto;
        height: auto;
        width: 100%;
    }

    .register .link-action-list {
        display: block;
    }

    .register .link-action-list .dbtn {
        display: block;
        float: none;
        margin: 15px auto;
    }

    .confirm-login,
    .page-container.register {
        padding: 15px 0;
    }

    .form-register .group-action-list {
        display: block;
    }

    .form-register .group-action-list .dbtn {
        margin: 15px auto;
        display: block;
        width: 100%;
    }

    .step-name {
        margin-top: 0;
        white-space: nowrap;
        margin: 0;
    }

    .form-register-content {
        padding: 0px;
    }

    .maincontent {
        display: block;
        height: auto;
        min-height: 1px;
        padding: 20px;
    }

    .login-container {
        height: auto;
        min-height: 1px;
    }

    .content-centered {
        height: auto;
        min-height: 1px;
    }

    .maincontainer {
        display: block;
        min-height: 100vh;
        height: 100%;
    }

    .form-register-content.Retailer-form {
        padding: 15px 0px;
    }

    .link-action-list .btn {
        margin: 0 15px;
        width: auto;
    }

    .media-description li:first-child,
    .list-details li:first-child {
        width: 100%;
    }


    .maincontent .produit,
    .produit .media-description,
    .produit .media-img {
        display: block;
        width: 100%;
        clear: both;
        float: none;
        padding: 15px;
    }

    .produit .media-description {
        padding: 0 !important;
    }

    .produi-detais .group-btn {
        text-align: center;
    }

    .icon-login {
        margin: 0 auto;
        width: 35px;
        height: 35px;
        background-size: contain;
    }

    .moreinfo-block {
        height: auto;
    }

    .quote-block {
        position: relative;
    }

    .quote-open {
        position: absolute;
        left: -5px;
        top: -13px;
    }

    .quote-close {
        position: absolute;
        right: 5px;
        bottom: 0;
    }

    .quoted-span {
        text-align: center;
        margin-bottom: 13px;
        padding: 0 10px;
        margin-left: 0;
    }

    .fa-quote-left:before {
        font-size: 12px;
    }

    .fa-quote-right:before {
        font-size: 12px;
    }

    .registration-link {
        display: none;
    }

    .right-login .input-form {
        height: 33px !important;
    }

    .right-login .login-form {
        padding-top: 0;
    }

    .d-xs-none {
        display: none;
    }

    #logoutbutton {
        display: block;
    }

    #logoutbutton.custom-logout .fa-power-off {
        font-size: 26px;
        padding: 5px 0 0 12px;
        color: #9a9a9a;
    }

    #logoutbutton.custom-logout .label-item-menu {
        padding-left: 9px;
    }

    .foot {
        max-width: 100%;
        width: 100%;
    }

    .link-footer {
        width: 100%;
    }

}

/*          max-width : 575px         */

@media (max-width: 575px) {

    header .logo-header img,
    .logo-header-register img {
        width: auto;
        display: block;
        margin: 6px 0;
        max-width: 248px;
    }

    #new_shipping_adress .form-group {
        width: 100%;
        display: block;
        float: none;
    }

    .step-name {
        margin-top: 0;
        margin: 0 auto;
        white-space: nowrap;
        max-width: 124px;
        float: none;
        padding-bottom: 15px;
    }

    .step-name:before {
        display: none;
    }

    .form-register-content {
        overflow: hidden;
    }

    .link-action-list.right {
        display: block;
        float: none;
        clear: both;
    }

    .link-action-list .btn {
        display: table;
        margin: 24px auto;
        width: 100%;
        padding: 5px 24px;
        min-width: 1px;
        max-width: 200px;

    }

    .progressbar.add-retailer {
        width: 100% !important;
    }

    .title-paragr {
        margin: 0;
        width: 100%;
    }

    .link-action-list .btn:last-child,
    .link-action-list.btn-3 .btn {
        margin-left: auto;
    }

    #collapseThree .new input {
        width: 100%;
    }

    .nav-tabs .nav-item {
        margin-left: 0;
        display: block;
        float: none;
        clear: both;
        width: 100%;
        margin-bottom: 15px;
    }

    .media-description li:last-child {
        text-align: right;
    }

    .list-details li:last-child {
        text-align: left;
    }


    #productModal .modal-footer .w-center,
    .modal-footer .w-center {
        text-align: center;
    }

    #productModal .modal-footer button,
    .modal-footer .w-center button {
        margin-bottom: 5px;
    }

    header .user-info-block {
        width: 135px;
        height: 40px;
        padding: 5px 10px;
        position: absolute;
        right: 0;
        opacity: 1;
    }

    header .user-info-block .user-menu {
        position: absolute;
        right: 5px;
        text-align: center;
    }

    header .user-info-block .user-info {
        padding: 0;
        max-width: 100px;
        overflow: hidden;
    }

    .sidebar {
        z-index: 10;
    }

    .updt-profil .group-btn {
        display: block;
        text-align: center;
        float: none;
    }

    .updt-profil .group-btn .btn {
        margin: 15px auto;
    }

    .updt-profil .btn-block-left {
        float: none !important;
        display: block;
        margin: 15px auto;
    }

    .updt-profil .btn-block-left .btn {
        display: block;
        margin: 15px auto;
    }

    #accordion .card-body .detail-certified_user .desc {
        width: 100%;
        float: none;
    }

    #accordion .card-body .detail-certified_user .desc span:first-child {
        width: 100%;
        max-width: 100px;
    }

    #accordion .card-body .detail-certified_user {
        margin-left: 33px;
    }

    #accordion .card-body .detail-certified_user,
    #accordion .card-body .check,
    #accordion .card-body .w-100 {
        display: block;
        float: none;
        clear: both;
        width: 100%;
    }

    .no-padding {
        padding-left: 15px;
    }

    .produi-detais .group-btn .btn-form {
        margin: 5px;
        text-align: center;
    }

    .panier-vide .relative {
        width: 100%;
    }

    .panier-vide .relative .img {
        width: 90px;
        height: 80px;
    }

    .container-fluid.no-padding {
        padding-left: 0;
    }

    .btn-block-left {
        float: none;
    }

    .btn-block-left .btn {
        float: none;
        margin: 15px auto;
        display: block;
    }

    .resp-medium .media-description ul li {
        width: 100%;
        display: block;
    }

    .resp-medium .media-description ul {
        margin-bottom: 25px;
    }

    .page-container.login {
        background: url('../images/bg-ditog.png')no-repeat;
    }

    .page-container.login>.container {
        background: none;
        background-size: cover;
    }

    .ditog-form.login-form {
        overflow: hidden;
    }

    .login-container {
        box-shadow: 0px 3px 24px 1px rgba(0, 0, 0, 0.3);
    }

    #foot .modal-dialog {
        max-width: 100%;
    }

    #faq .modal-dialog {
        max-width: 100%;
    }

}

/*          max-width : 400px         */

@media (max-width: 380px) {
    .captcha-block {
        max-width: 275px;
        margin: 15px 0;
        height: auto;
        width: 100%;
        display: block;
    }

}

.myButtonSave {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #0d6de3));
    background: -moz-linear-gradient(top, #7892c2 5%, #0d6de3 100%);
    background: -webkit-linear-gradient(top, #7892c2 5%, #0d6de3 100%);
    background: -o-linear-gradient(top, #7892c2 5%, #0d6de3 100%);
    background: -ms-linear-gradient(top, #7892c2 5%, #0d6de3 100%);
    background: linear-gradient(to bottom, #7892c2 5%, #0d6de3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#0d6de3', GradientType=0);
    background-color: #7892c2;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 12px;
    padding: 6px 8px;
    text-decoration: none;
}

.myButtonSave:active {
    position: relative;
    top: 1px;
}


.myButtonDelete {
    background-color: #f50505;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #f50505;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 14px;
    padding: 3px 7px;
    text-decoration: none;
}

.myButtonDelete:active {
    position: relative;
    top: 1px;
}

.text-validation {
    text-align: center;
    padding: 20px 0 0;
}

.ditog-input {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    border: 2px solid #ccc;
    padding-right: 40px;
}

td.has-input {
    padding-left: 20px;
    padding-right: 20px;
}

.bloc-display-price {
    padding-top: 25px;
}

.info-edit-order,
.info-product-page {
    display: inline;
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    font-style: italic;
}

.delete-invoice,
.delete-invoiceproof,
.delete-invoiceproofurl {
    color: red !important;
}

.caction,
.cactionproof,
.cactionproofinit {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mgt10 {
    margin-top: 5px;
    display: inline-block;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.bold {
    /* font-weight: bold!important;*/
}