* {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  font-family: 'Quicksand', sans-serif;
  background: #eeeeee;
}
body a {
  text-decoration: none;
  color: #a51926;
}
.list-documents {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  -o-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  -ms-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  -moz-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;

  padding: 20px;
  margin: 20px 0;
}
.item-document {
  float: left;
}
.item-type {
  width: 65px;
  margin-right: 10px;
}
.item-action {
  float: right;
}
/** Header **/
header {
  width: 100%;
  border-bottom: 1px #000000 solid;
  color: #fff;
  padding: 10px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background: #010101;
  z-index: 50;
}
#container-header {
  width: 1024px;
  margin: 0 auto;
}
#logo {
  float: left;
  margin-top: 6px;
}
#info-login {
  float: right;
}
.identite {
  float: left;
  margin-right: 30px;
}
.icon-user {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background: url(../images/icons/user.png) center center no-repeat;
}
.btn-logout {
  float: right;
  width: 32px;
  height: 32px;
  background: url(../images/icons/logout.png) center center no-repeat;
}
.btn-logout a {
  display: block;
  width: 100%;
  height: 100%;
}
#container-login {
  width: 320px;
  margin: 100px auto;
  border: 1px solid #dddddd;
}
.container-login-title {
  padding: 10px;
  background: #dddddd;
  border-bottom: 1px solid #cccccc;
}
.container-login-content {
  padding: 10px;
  background: #fafafa;
}
#content-page {
  margin: 30px auto;
  width: 1180px;
  background: #ffffff;
  padding: 10px;
}
.box-item {
  float: left;
  padding: 20px 10px;
  width: 25%;
}
.content-item {
  border: #eeeeee solid 1px;
}
.content-item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-transform: uppercase;
  color: #af2d30;
  padding: 40px 20px;
  font-weight: 300;
  text-align: center;
  background: #eaeaea;
}
.content-item a:hover {
  color: #000000;
  background: transparent;
}
h1 {
  font-weight: 500;
  font-size: 18px;
}
h1::after {
  content:"";
  background: #af2d30;
  height: 2px;
  width: 50px;
  position: absolute;
  bottom: -6px;
  left: 0;
}

/** NAV **/
.navigation {
  margin: 70px auto auto auto;
  text-align: center;
  width: 1180px;
}
.navigation a {
  display: inline-block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #070707;
  border: #111111 solid 1px;
  color: #ffffff;
  font-size: 14px;
}
.navigation a:hover {
  color: #060606;
  background: #ffffff;;
}

#btn-login {
  background: #132e7a;
  color: #fff;
  width: 100%;
  padding: 10px;
  border: 1px solid #132e7a;
  cursor: pointer;
  font-family: 'Quicksand', sans-serif;
  text-transform: uppercase;
}
#btn-login:hover {
  color: #132e7a;
  background: transparent;
}
#ctn-album, 
#ctn-video {
  display: none;
}
.clear {
  clear: both;
}
.position-relative {
  position: relative;
}
.menu-actif {
  color: #1a1a1a !important;
  background: #ffffff !important;
}
.content-void {
  text-align: center;
  padding: 50px 20px;
  background: #eee;
}
.btn-add,
.btn-back {
  margin: 20px 0;
}
.btn-add a,
.btn-back a {
  color: #af2d30;
}
.btn-add a:hover,
.btn-back a:hover {
  color: #000000;
}
#video-hide,
#photo-album-hide {
  display: none;
} 
.btn-add .icon-add {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  background: url(../images/icons/add.png) center center no-repeat;
}
.icon-add {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icon-add.png) center center no-repeat;
}
.content-tab {
  width: 100%;
  border-collapse: collapse;
  border: #d3d3d3 solid 1px;
}
.content-tab th {
  background: #d3d3d3;
  text-align: left;
  padding: 10px;
  font-weight: 300;
  text-transform: uppercase;
}
.content-tab td {
  padding: 10px;
  border: 1px solid #eeeeee;
}
.icon-back {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  background: url(../images/icons/back.png) center center no-repeat;
}
#btn {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  background: #1e1e1e;
  border: 1px #101010 solid;
  color: #ffffff;
  text-transform: uppercase;
}
#btn:hover {
  background: #ffffff;
  color: #1f1f1f;
}
.content-dashbord {
  margin-top: 80px !important;
}
.form-search-left {
  float: left;
  width: 48%;
}
.form-search-right {
  float: right;
  width: 48%;
}
#field-titre-sous-categorie,
#field-categorie-principale {
  display: none;
}
.actions {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.actions a,
.actions-sub-category a {
  display: inline-block;
  height: 100%;
}
.actions .icon-edit,
.actions-sub-category .icon-edit {
  width: 32px;
  background: url(../images/icons/edit.png) center center no-repeat;
}
.actions .icon-delete,
.actions-sub-category .icon-delete {
  width: 32px;
  background: url(../images/icons/delete.png) center center no-repeat;
}
.actions-sub-category {
  border-top: #eeeeee dashed 1px;
  margin-top: 5px;
  height: 32px;
  text-align: center;
}
.content-sub-category {
  padding: 10px 5px;
  margin:5px 0;
  border: 1px dotted #ff0000;
}
.no-content {
  color: #ff0000;
  font-weight: 300;
  font-style: italic;
}
.btn-other-product {
  margin-bottom: 20px;
  display: inline-block;
  padding: 10px 5px;
  cursor: pointer;
  background: #007fff;
  border: 1px solid #007fff;
  color: #ffffff;
}
.btn-other-product:hover {
  background: #006B86;
}
.box-other-product {
  position: relative;
  border:1px solid #ededed;
  background: #fdfdfd;
  margin-bottom: 20px;
}
.other-product-title {
  background: #dddddd;
  border-bottom: 1px solid #cccccc;
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
}
.other-product-content {
  padding: 10px;
}
.icon-close-box-other-product {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 32px;
  cursor: pointer;
  background: url(../images/icons/delete.png) center center no-repeat;
}
#btn-other-product {
  float: right;
}
.details-produits-left {
  float: left;
  width: 40%;
  text-align: center;
}
.details-produits-left img {
  width: 100%;
}
.details-produits-right {
  float: right;
  width: 55%;
}
.libelle-produit {
  font-weight: 500;
  position: relative;
  color: #28832a;
}
.brouillon {
  background: #e0b8bc;
  font-style: italic;
}
.suppression-logique {
  background: #780000;
  color: #ffffff;
  font-style: italic;
}
.suppression-logique a {
  color: #ffffff;
}
.libelle-produit::after {
    content: "";
    background: #000000;
    height: 2px;
    width: 25px;
    position: absolute;
    bottom: -3px;
    left: 0;
}
.btn-edit-product {
  position: absolute;
  width: 35px;
  height: 35px;
  top: -80px;
  right: 50px;
  background: url(../images/icons/edit.png) center center no-repeat;
}
.btn-add-picture {
  position: absolute;
  width: 35px;
  height: 35px;
  top: -80px;
  right: 0;
  background: url(../images/icons/camera.png) center center no-repeat;
}
.btn-reload-product {
  position: absolute;
  width: 35px;
  height: 35px;
  top: -80px;
  right: 0;
  background: url(../images/icons/reload.png) center center no-repeat;
}
.btn-reload-product a {
  display: block;
  width: 100%;
  height: 100%;
}
.btn-edit-product a,
.btn-add-picture a {
  display: block;
  width: 100%;
  height: 100%;
}
.btn-edit-product-bottom a {
  display: inline-block;
  padding: 10px;
  color: #fff;
  background: #007fff;
  border: 1px solid #007fff;
  margin: 20px 0;
  text-transform: uppercase;
  font-weight: 300;
}
.btn-edit-product-bottom a:hover {
  color: #007fff;
  background: transparent;
}
.libelle-produit {
  font-weight: 600;
  margin-bottom: 10px;
}
.titre-details{
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
  border-bottom: 1px solid #af2d30;
  color: #af2d30;
}
.produit-div {
  margin-bottom: 20px;
}
.produit-div .info {
  color: #444333;
  font-size: 15px;
}
.offline {
    color: #af2d30;
    font-style: italic;
}
.online {
    color: #4E8538;
}
.autre-produit {
  margin-top: 20px;
}
.other-product {
  padding: 10px;
  border: dashed 1px #af2d30;
  margin-bottom: 10px;
}
.box-search .field-left {
  float: left;
  width: 30%;
}
.btn-filter {
  height: 32px;
  line-height: 32px;
  margin-top: 16px;
  border: none;
  background: #28832a;
  cursor: pointer;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  width: 8%;
  margin-left: 23px;
}
.filter {
  display: inline-block;
  padding: 5px;
  background: #fbdc0a;
  color: #af2d30;
  font-size: 12px;
  vertical-align: middle;
}
.filter em {
  color: #000000 !important;
}
.content-filter {
  margin-bottom: 10px;
}
.btn-delete-filter {
  display: inline-block;
  position: absolute;
  top: -10px;
  right: -5px;
}
.btn-delete-filter a {
  display: block;
  width: 15px;
  height: 15px;
  background: url(../images/icons/delete.png) center center no-repeat;
}
.box-stat {
  background: #006B86;
  margin: 0 10px;
}
.box-stat-title {
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  font-weight: 300;
  background: #007fff;
  padding: 10px 0;
}
.content-stat {
  float: left;
  width: 25%;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.stat {
  padding: 20px 0;
  background: #ffffff;
  margin: 10px;
  color: #006B86;
}
.content-stat .stat-label {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 300;
}
.content-stat .stat-value {
  display: inline-block;
  background: #af2d30;
  padding: 15px;
  color: #ffffff;
}
#pourcentage-promotion {
  background: #ffc7ca;
  border: 1px solid #ff9196;
  text-align: center;
  font-weight: bold;
  border: none !important;
}
footer {
  background: #949494;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  padding: 15px 0;
}

/** Autre **/
.separator {
  border-bottom: 1px solid #cccccc;
  margin-top: 5px;
  margin-bottom: 4px;
}
/* Transition color */
.transition-color {
    transition: color 0.3s;
    -o-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
}

.transition-background {
    transition: background 0.3s;
    -o-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -webkit-transition: background 0.3s;
}


/* Border radius */

.border-radius-5 {
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.border-radius-10 {
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.flash {
    margin-bottom: 10px;
}
.flash-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 55;
}
.flash-box-content {
  position: relative;
}
.flash-box-content a {
  color: #fbdc0a;
  display: inline-block;
  padding: 5px;
}
.flash-box-error {
    background: #820505;
}
.flash-box-icon {
  width: 55px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.flash-box-icon-error {
  background: url(../images/icons/down.png) center center no-repeat;
}
.content-list-error {
  padding: 5px;
  margin-top: 15px;
  background: #e08f8f;
  color: #800000;
}
.flash-box-content {
  padding: 25px 20px 25px 70px;
  color: #fff;
  font-weight: 300;
  position: relative;
}

.flash-box-success {
  background: #28832a;
}

.flash-box-icon-success {
  background: url(../images/icons/up.png) center center no-repeat;
}
.flash-box-close {
  position: absolute;
  display: block;
  right: 20px;
  top: 20px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: url(../images/icons/delete-white.png) center center no-repeat;
}
.flash-title-error {
    background: #820505
}

.flash-success {
    background: #4E8538;
}

.flash-title {
    padding: 10px;
    text-align: center;
    color: #fff;
}

.flash-title-success {
    background: #329219
}

.flash-error {
    background: #F00;
    position: relative
}

.flash-title {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    color: #fff;
    font-weight: bold;
}

.flash-content {
    padding: 10px;
    color: #fff;
    font-size: 15px;
}

.flash-content a {
    color: #000;
    text-decoration: none;
}

.flash-content a:hover {
    color: #eee;
    text-decoration: underline
}
/* Checkbox */
.vdsv-checkbox {
  margin-top: 10px;
}
.vdsv-checkbox input {
  display: none;
}
.position-relative {
  position: relative;
}
.container-checkbox {
  width: 77px;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}
.box-checkbox {
  display: inline-block;
  width: 130px;
  height: 27px;
  overflow: hidden;
}
.switch-on,
.switch-off {
  display: inline-block;
  width: 53px;
  text-align: center;
  color: #ffffff;
  padding: 5px;

  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.switch-on {
  background: green;
  border: 1px green solid;
  margin-left: -53px;

  transition: margin-left 0.3s;
  -o-transition: margin-left 0.3s;
  -ms-transition: margin-left 0.3s;
  -moz-transition: margin-left 0.3s;
  -wbekit-transition: margin-left 0.3s;
}
.switch-off {
  background: red;
  border: 1px #ff0000 solid;
}
.switch-middle {
  display: inline-block;
  width: 24px;
  height: 27px;
  background: #eeeeee;
  border: 1px #dddddd solid;
}
.slide-show {
  margin-left: 0;
}
#logo a {
    color: #e08f8f;
}
#logo a:hover {
    color: #ffffff;
}
.container-login-content {
    padding-top: 50px;
    padding-bottom: 50px;
}
.container-login-content a {
    color: #ff0000;
}
.container-login-content a:hover {
    color: #000000;
}
.don-non-percu, .don-paye {
    color: #ffffff;
    display: inline-block;
    padding: 5px;
    margin-left: 35px;
}
.don-non-percu {
    background: #ff0000;
}
.don-paye {
    background: #28832a;
}
#fleche-action, #fleche-action-payment {
    width: 25px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    background: #eeeeee url(../images/icons/down-commande.png) center center no-repeat;
}
#fleche-action:hover, #fleche-action-payment:hover {
    background: #ffffff url(../images/icons/down-commande.png) center center no-repeat;
}
.info-action {
    padding-left: 30px;
}
.list-action-commande {
    position: absolute;
    left: 0;
    bottom: -57px;
    width: 200px;
    border: 1px solid #eeeeee;
    display: none;
}
.list-action-payment {
    position: absolute;
    left: 0;
    bottom: -60px;
    width: 200px;
    border: 1px solid #eeeeee;
    display: none;
    z-index: 10;
}
.content-list-action-commande, .content-list-action-payment {
    background: #ffffff;
}
.content-list-action-commande a, .content-list-action-payment a {
    display: block;
    padding: 5px;
    color: #007fff;
}
.content-list-action-commande a:hover, .content-list-action-payment a:hover {
    background: #eeeeee;
}
.content-caracteristique {
    padding: 10px;
    border: 1px solid #dddddd;
    background: #eeeeee;
}
.details-commande-label {
    float: left;
    width: 350px;
}
.details-commande-value {
    float: left;
    margin-left: 10px;
    font-style: italic;
}
.visuel-produit img {
    width: 100%;
}
.fieldset {
    margin-bottom: 30px;
    margin-top: 10px;
    position: relative;
}
.fieldset-label {
    position: absolute;
    padding: 5px;
    height: 30px;
    top: -15px;
    left: 20px;
    font-weight: 700;
    font-size: 12px;
    border: 1px solid #eeeeee;
    text-transform: uppercase;
    background: #ffffff;
}
.fieldset-content {
    padding: 20px 10px;
    font-size: 14px;
}
.box-shadow-black {
    box-shadow: 2px 0px 3px #ddd;
    -o-box-shadow: 2px 0px 3px #ddd;
    -ms-box-shadow: 2px 0px 3px #ddd;
    -moz-box-shadow: 2px 0px 3px #ddd;
    -webkit-box-shadow: 2px 0px 3px #ddd;
}
.text-barre {
  text-decoration:line-through;
  font-size: 12px !important;
  color: #a51926 !important;
}
.activ-option {
    background: #28832a !important;
    border: 1px solid #28832a !important;
    color: #ffffff !important;
}
.no-text-select {
  -moz-user-select: none; /* Firefox */
  -webkit-user-select: none; /* Chrome, Safari, Opéra depuis la version 15 */
  -ms-user-select: none; /* Internet explorer depuis la version 10 et Edge */
  user-select: none; /* Propriété standard */
}
.table-list-user {
    border: 1px solid #dddddd;
    border-collapse: collapse;
    margin-top: 20px;
    width: 100%;
}
.table-list-user th {
    font-size: 16px;
    font-weight: 500;
    background: #006B86;
    color: #ffffff;
    padding: 10px;
}
.table-list-user td {
    padding: 10px;
}
.btn-enregistrer {
    padding: 10px;
    color: #fff;
    background: #007fff;
    border: 1px solid #007fff;
    text-transform: uppercase;
    font-weight: 300;
    text-transform: uppercase;
    cursor: pointer;
}
.btn-enregistrer:hover {
    background: transparent;
    color: #007fff;
}
.field-form-left {
    float: left;
    width: 48%;
}
.field-form-right {
    float: right;
    width: 48%;
}
.titre-form {
    color: #007fff;
    font-size: 14px;
    margin-bottom: 10px;
}
.hide-up-btn, .hide-down-btn {
  display: none !important;
}
.legende {
    margin-top: 20px;
    color: #aaaaaa;
    font-size: 14px;
    text-align: left;
}
.ombre-1 {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  -o-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  -ms-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}
.bulle-info-redirection {
  background: #eeeeee;
  padding: 20px;
  font-size: 11px;
}
.option-radio {
  float: left;
  margin-right: 20px;
  margin-top: 5px;
  cursor: pointer;
  outline: none;
}
.option-radio:hover .option-radio-bulle {
  border: 2px solid #449b35;
}
.option-radio .option-radio-bulle {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  border: 2px solid #cccccc;
}
.option-radio .option-radio-texte {
  display: inline-block;
}
.option-radio-active .option-radio-bulle {
  border: 2px solid #449b35 !important;
  background: #449b35 url(../images/icons/bulle.png) center center no-repeat;
}
.option-radio-active .option-radio-texte {
  font-weight: 500;
}
.border-radius-50 {
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.visuel-article img,
.visuel-art img,
.visuel-article iframe {
  width: 100%;
}
.photo-album {
  float: left;
  width: 33.3333%;
  padding: 10px;
}
.ctn-photo {
  border: 1px solid #dddddd;
  height: 120px;
}
.red-color {
  color: #ff0000;
}
.ctn-photo img {
  width: 100%;
}
.legende-art {
  margin-bottom: 10px;
  margin-top: 10px;
  font-style: italic;
  color: #777777;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 5px;
}
#date-show {
  display: none;
}
.show-date {
  display: block;
}
.box-devise {
  float: left;
  width: 60%;
}
.box-symbol-devise {
  float: right;
  width: 35%;
}
.details-sercice {
  display: inline-block;
  padding: 3px;
  background: #dddddd;
  margin: 5px;

  border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -wbekit-border-radius: 5px;
}
.add-pj {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #000000;
}
.icon-pj {
  width: 35px;
  height: 35px;
  background: url('../images/icons/piece-jointe.png') center center no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}