* {
  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;
}

/** Header **/
header {
  width: 100%;
  border-bottom: 1px #dddddd solid;
  padding: 10px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background: #333333;
  z-index: 50;
  
  box-shadow: 0px 5px 5px #dddddd;
  -o-box-shadow: 0px 5px 5px #dddddd;
  -ms-box-shadow: 0px 5px 5px #dddddd;
  -moz-box-shadow: 0px 5px 5px #dddddd;
  -webkit-box-shadow: 0px 5px 5px #dddddd;
}
.infos-user {
    position: absolute;
    right: 10px;
    top: -500px;
    padding: 20px;
    width: 300px;
    background: #ffffff;
    display: block;
    z-index: 5;
    
    box-shadow: 0px 5px 5px #dddddd;
    -o-box-shadow: 0px 5px 5px #dddddd;
    -ms-box-shadow: 0px 5px 5px #dddddd;
    -moz-box-shadow: 0px 5px 5px #dddddd;
    -webkit-box-shadow: 0px 5px 5px #dddddd;
    
    transition: top 0.5s;
    -o-transition: top 0.5s;
    -ms-transition: top 0.5s;
    -moz-transition: top 0.5s;
    -webkit-transition: top 0.5s;
}
.infos-user-activ {
    top: 80px;
}
.identite-user {
    margin-bottom: 10px;
}
.profil-user {
    font-size: 12px;
    margin-bottom: 10px;
}
.old-connexion {
    font-size: 11px;
    color: #777777;
}
.box-logout {
    margin-top: 20px;
}
.box-logout a {
    display: block;
    text-align: center;
    padding: 10px 5px;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid #dddddd;
}
.box-logout a:hover {
    background: #dddddd;
    color: #000000;
}
.box-logout::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 35px;
    background: url(../images/logout.png) center center no-repeat;
}
.logo-crm {
    text-align: center;
}
.logo-crm img {
    width: 100px;
}
#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 {
  position: absolute;
  border: 1px solid #dddddd;
  height: 80px;
  width: 80px;
  top: -40px;
  left: 120px;
  background: #ffffff url(../images/logo-auth.png) center center no-repeat;
  padding-top: 20px;
  
  box-shadow: -5px 0px 10px #aaaaaa;
}
.container-login-title img {
    width: 80px;
    display: inline;
}
.container-login-content {
  padding: 10px;
  background: #fafafa;
}
#content-page {
  margin: 115px auto;
  width: 1180px;
  background: #ffffff;
  padding: 10px 30px;
}
.box-item {
  float: left;
  padding: 40px 30px;
  width: 33.3333%;
}
.content-items {
    margin: 0 -30px;
}
.content-item {
  
}
.content-item img {
    text-align: center;
    margin: 10px 0;
}
.content-item a {
  display: block;
  width: 100%;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.text-item {
    padding: 20px 0;
}
.content-item a:hover {
  color: #006B86;
}
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: 5px auto auto auto;
  text-align: center;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.navigation a {
  display: inline-block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #006B86;
  border: #006B86 solid 1px;
  color: #ffffff;
  font-size: 14px;
}
.navigation a:hover {
  color: #006B86;
  background: #ffffff;;
}
.user-connect {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    width: 50px;
    cursor: pointer;
    background: url(../images/icons/user.png?t=1) center center no-repeat;
}

#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;
}

.clear {
  clear: both;
}
.position-relative {
  position: relative;
}
.menu-actif {
  color: #006B86 !important;
  background: #ffffff !important;
}
.content-void {
  text-align: center;
  padding: 50px 20px;
  background: #eee;
  margin-top: 20px;
}
.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;
}
.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;
}
.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: #132e7a;
  border: 1px #132e7a solid;
  color: #ffffff;
  text-transform: uppercase;
}
#btn:hover {
  background: #ffffff;
  color: #132e7a;
}
.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;
}
.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 {
}
.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;
}
.border-radius-circle, .border-radius-50 {
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.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;
  float: left;
  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;
  float: left;
  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;
}
.box-shadow-outside {
    box-shadow: -3px 3px 10px 5px #ddd;
    -o-box-shadow: -3px 3px 10px 5px #ddd;
    -ms-box-shadow: -3px 3px 10px 5px #ddd;
    -moz-box-shadow: -3px 3px 10px 5px #ddd;
    -webkit-box-shadow: -3px 3px 10px 5px #ddd;
    
    transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    -ms-transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s;
    -webkit-transition: box-shadow 0.3s;
}
.box-shadow-outside:hover {
    box-shadow: -1px 1px 10px 3px #006B86;
    -o-box-shadow: -1px 1px 10px 3px #006B86;
    -ms-box-shadow: -1px 1px 10px 3px #006B86;
    -moz-box-shadow: -1px 1px 10px 3px #006B86;
    -webkit-box-shadow: -1px 1px 10px 3px #006B86;
}
.text-barre {
  text-decoration:line-through;
  font-size: 12px !important;
  color: #a51926 !important;
}
.bulle-notification {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: none;
    background: #ff0000;
    color: #ffffff;
    right: -15px;
    top: -15px;
    font-size: 14px;
}
.bulle-notification-small {
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: none;
    background: #ff0000;
    color: #ffffff;
    right: -10px;
    top: -10px;
    font-size: 12px;
    z-index: 10;
}
.bulle-notification-activ {
    display: block !important;
}
.option-cochee:after {
    content:"";
    background: #28832a;
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    left: 2px;
    top: 2px;
}
.option-cochee {
    border: 1px solid #28832a !important;
}
.bg-cochee {
    border: #28832a solid 1px;
}
.case-block {
    display: block;
}
.items-select {
    float: left;
    display: inline-block;
    padding: 5px;
    border: 1px solid #cccccc;
    margin: 15px 0;
    margin-right: 10px;
    font-size: 14px;
    cursor: pointer;
}
.items-select:hover {
    background: #d9d9d9;
}
.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%;
}
.content-group {
    margin: 0 -20px;
}
.table-list-p-20 {
    padding: 10px 20px;
}
.box-group, .box-infos-user {
    float: left;
    width: 25%;
    padding: 20px;
}
.icon-add-group a, .nom-group a {
    display: block;
    width: 100%;
    height: 100%;
}
.icon-add-user a {
    display: block;
    width: 100%;
    height: 100%;
}
.nom-group {
    height: 120px;
    cursor: pointer;
    line-height: 120px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    
    box-shadow: -3px 3px 10px 5px #ddd;
    -o-box-shadow: -3px 3px 10px 5px #ddd;
    -ms-box-shadow: -3px 3px 10px 5px #ddd;
    -moz-box-shadow: -3px 3px 10px 5px #ddd;
    -webkit-box-shadow: -3px 3px 10px 5px #ddd;
    
    transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    -ms-transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s;
    -webkit-transition: box-shadow 0.3s;
}
.nom-group:hover, .inf-user:hover {
    box-shadow: -1px 1px 5px 3px #006B86;
    -o-box-shadow: -1px 1px 5px 3px #006B86;
    -ms-box-shadow: -1px 1px 5px 3px #006B86;
    -moz-box-shadow: -1px 1px 5px 3px #006B86;
    -webkit-box-shadow: -1px 1px 5px 3px #006B86;    
}
.nom-group:hover a, .inf-user:hover a {
    color: #000000;
}
.icon-add-group {
    height: 120px;
    cursor: pointer;
    background: #eeeeee url(../images/icons/add.png) center center no-repeat;
    
    box-shadow: -3px 3px 10px 5px #ddd;
    -o-box-shadow: -3px 3px 10px 5px #ddd;
    -ms-box-shadow: -3px 3px 10px 5px #ddd;
    -moz-box-shadow: -3px 3px 10px 5px #ddd;
    -webkit-box-shadow: -3px 3px 10px 5px #ddd;
    
    transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    -ms-transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s;
    -webkit-transition: box-shadow 0.3s;
}
.icon-add-group:hover {
    background: transparent url(../images/icons/add.png) center center no-repeat;
    box-shadow: -1px 1px 5px 3px #006B86;
    -o-box-shadow: -1px 1px 5px 3px #006B86;
    -ms-box-shadow: -1px 1px 5px 3px #006B86;
    -moz-box-shadow: -1px 1px 5px 3px #006B86;
    -webkit-box-shadow: -1px 1px 5px 3px #006B86;
}
.icon-add-user {
    height: 150px;
    cursor: pointer;
    background: #eeeeee url(../images/icons/add-user.png) center center no-repeat;
    
    box-shadow: -3px 3px 10px 5px #ddd;
    -o-box-shadow: -3px 3px 10px 5px #ddd;
    -ms-box-shadow: -3px 3px 10px 5px #ddd;
    -moz-box-shadow: -3px 3px 10px 5px #ddd;
    -webkit-box-shadow: -3px 3px 10px 5px #ddd;
    
    transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    -ms-transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s;
    -webkit-transition: box-shadow 0.3s;
}
.icon-add-user:hover {
    background: transparent url(../images/icons/add-user.png) center center no-repeat;
    box-shadow: -1px 1px 5px 3px #006B86;
    -o-box-shadow: -1px 1px 5px 3px #006B86;
    -ms-box-shadow: -1px 1px 5px 3px #006B86;
    -moz-box-shadow: -1px 1px 5px 3px #006B86;
    -webkit-box-shadow: -1px 1px 5px 3px #006B86;
}
.inf-user {
    height: 150px;
    cursor: pointer;
    text-align: center;
    font-weight: 600;
    
    box-shadow: -3px 3px 10px 5px #ddd;
    -o-box-shadow: -3px 3px 10px 5px #ddd;
    -ms-box-shadow: -3px 3px 10px 5px #ddd;
    -moz-box-shadow: -3px 3px 10px 5px #ddd;
    -webkit-box-shadow: -3px 3px 10px 5px #ddd;
    
    transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    -ms-transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s;
    -webkit-transition: box-shadow 0.3s;
}
.inf-user a {
    padding: 20px;
}
.inf-user .profil {
    font-size: 12px;
    color: #000000;
    margin-top: 5px;
}
.libelle-profil {
    float: left;
    width: 250px;
    margin-right: 10px;
    font-weight: 600;
}
.value-profil {
    margin-bottom: 10px;
    float: left;
}
.form-add-user {
    width: 500px;
    margin: 20px auto;
}
.libelle-action {
    display: inline-block;
    padding: 5px;
    background: #28832a;
    color: #ffffff;
    text-align: center;
    margin-bottom: 10px;
}
.aucune-action {
    background: #dddddd;
    color: #a51926;
    display: inline-block;
    padding: 5px;
}
.options {
    position: relative;
}
.options a {
    display: block;
    width: 100%;
    height: 100%;
}
.option-edit {
    position: absolute;
    top: -15px;
    right: 40px;
    width: 24px;
    height: 24px;
    background: url('../images/icons/edit.png') center center no-repeat;
}
.option-delete {
    position: absolute;
    top: -15px;
    right: 0;
    width: 24px;
    height: 24px;
    background: url('../images/icons/delete.png') center center no-repeat;
}
.option-radio {
    float: left;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    outline: none;
}
.option-radio:hover .option-radio-bulle {
    border: 2px solid #006B86;
}
.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 #006B86 !important;
    background: #006B86 url(../images/icons/bulle.png) center center no-repeat;
}
.option-radio-active .option-radio-texte {
    font-weight: 500;
}
.box-vdsv-one-select {
    margin: 0 -20px;
}
.margin-5 {
    margin: 0 -5px;
}
.user-identite {
    font-weight: 700;
}
.vdsv-one-select-item .profil {
    font-size: 11px;
    margin-top: 10px;
}
.vdsv-one-select {
    float: left;
    width: 33.3333%;
    padding: 20px;
    display: block;
}
.vdsv-one-select-item {
    padding: 20px 5px;
    cursor: pointer;
    text-align: center;
    display: block;
    font-size: 12px;
    font-weight: 500;
    
    box-shadow: 2px 0px 3px #006B86 !important;
    -o-box-shadow: 2px 0px 3px #006B86 !important;
    -ms-box-shadow: 2px 0px 3px #006B86 !important;
    -moz-box-shadow: 2px 0px 3px #006B86 !important;
    -webkit-box-shadow: 2px 0px 3px #006B86 !important;
}
.vdsv-one-select-item:hover {
    background: #006B86;
    color: #ffffff;
}
.info-importante {
    color: #a51926;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 20px;
}
.vdsv-item-actif {
    background: #28832a !important;
    color: #ffffff !important;
}
.field-textarea {
    min-width: 85%;
    max-width: 85%;
    min-height: 100px;
    max-height: 100px;
    font-size: 13px;
    color: #444444;
    outline: none;
    border: 1px solid #dddddd;
    padding: 10px;
    font-family: 'Quicksand', sans-serif;
}
.field-textarea:focus {
    border: #aaaaaa solid 1px;
}
.content-message-left {
    padding: 10px;
    margin-right: 100px;
    background: #dddddd;
    font-size: 13px;
}
.content-message-left::after {
    content:"";
    display: block;
    width: 25px;
    height: 10px;
    background: url(../images/icons/fleche-left.png) center center no-repeat;
    position: absolute;
    bottom: -10px;
    left: 20px;
}
.content-message-right {
    padding: 10px;
    margin-left: 100px;
    background: #c2e0ff;
    font-size: 13px;
}
.content-message-right::after {
    content:"";
    display: block;
    width: 25px;
    height: 10px;
    background: url(../images/icons/fleche-right.png) center center no-repeat;
    position: absolute;
    bottom: -10px;
    right: 20px;
}
.infos-auteur-message-left, .infos-auteur-message-right {
    font-size: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.infos-auteur-message-left {
    text-align: left;
}
.infos-auteur-message-right {
    text-align: right;
}
.top-20 {
    padding-top: 20px;
}
.small-one-select-item {
    font-size: 12px;
    padding: 10px 5px;
}
.vdsv-one-select-grid-2 {
    width: 50%;
}
#nom-piece,
#apport-personnel {
    display: none;
}
.grid-2 {
    width: 50%;
}
.grid-1 {
    width: 25% !important;
}
.grid-3 {
    width: 75%;
}
.grid-5 {
    width: 20%;
}
.valeur-cour {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}
.bulle-statut {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    background: #eeeeee;
    border: 2px solid #ffffff;
}
.line-statut {
    display: block;
    height: 2px;
    position: absolute;
    left: 2px;
    right: 2px;
    top: 25px;
    z-index: 2;
    margin: auto;
    background: #dddddd;
}
.statut-valid {
    background: #28832a;
    color: #ffffff;
}
.statut-en-cours {
    background: #e09d20;
    color: #ffffff;
}
.libelle-statut {
    margin-top: 60px;
    text-align: center;
    padding: 5px;
    font-size: 10px;
    font-weight: 700;
}
.statut-void {
    padding: 30px 0;
    text-align: center;
    font-size: 30px;
    font-weight: 100;
}
.btn-cancel {
    display: inline-block;
    margin-right: 10px;
}
.btn-cancel a {
    display: block;
    padding: 10px;
    text-align: center;
    background: #dddddd;
    color: #000000;
    font-size: 13px;
    font-weight: 500;
}
.btn-cancel a:hover {
    background: #aaaaaa;
}
.btn-action {
    display: inline-block;
}
.image img, .ancien-document img {
    width: 300px;
}
.btn-add-new {
    margin-top: 20px;
}
.btn-add-new::before {
    content: "";
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icons/add.png) center center no-repeat;
    margin-right: 5px;
}
.padding-15 {
    padding: 20px;
}
.content-marque {
  border: 1px solid #0174DF;
  border-left: 4px solid #005fb3;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 15px;
}
.content-modele {
  border: 1px solid #cccccc;
  border-left: 4px solid #aaaaaa;
  padding: 10px;
  margin: 5px;
  background: #ffffff;
}
.content-marque .main {
  font-weight: bold;
}
.action-main {
  position: absolute;
  right: 0;
  top: 5px;  
}
.action-main a {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 5px;
}
.display-none {
    display: none;
}
.box-content-article {
    border: 1px solid #eeeeee;
    margin-bottom: 10px;
    margin-top: 10px;
}
.box-content-article::before {
    content: "";
    display: block;
    width: 3px;
    background: #cccccc;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.titre-article {
    padding: 10px;
}
.details-infos-article {
    border-top: 1px solid #eeeeee;
    padding: 10px;
}
.infos-article {
    font-size: 12px;
    color: #555555;
}
.infos-article {
    float: left;
}
.actions-article {
    float: right;
}
.height-300 {
    height: 300px !important;
}
.height-300 .vdsv-label-textarea {
    font-weight: 700;
    margin-bottom: 10px;
}
.bulle-info-redirection {
    background: #eeeeee;
    padding: 20px;
    font-size: 12px;
}
.uppercase {
    text-transform: uppercase;
}
.image-article img {
    width: 350px;
}
.label-info-dossier {
    font-weight: 600;
    margin-bottom: 10px;
    color: #e08f8f;
}
.value-info-dossier {
    margin-bottom: 15px;
}
.value-info-dossier img {
    width: 100%;
    margin-top: 10px;
}
.legende {
    font-size: 13px;
    color: #777777;
    margin-bottom: 10px;
}
.text-default {
    background: #dddddd;
    display: inline-block;
    padding: 5px;
    font-size: 12px;
    vertical-align: middle;
    margin-right: 5px;
}
.content-autre-image {
    margin: 10px -5px 10px -5px;
}
.autre-image {
    float: left;
    width: 33.3333%;
    padding: 5px;
}
.autre-image img, .ancien-visuel img {
    width: 100%;
}
.decision-fermeture {
    margin-top: 10px;
    font-size: 12px;
    color: #444333;
}
#pagination {
    margin-top: 20px;
    margin-left: -5px;
    margin-right: -5px;
    text-align: center;
}
#pagination a, #pagination .link-page-actif,
#pagination .link-page-no-actif {
    display: inline-block;
    padding: 5px;
    margin: 5px;
    text-align: center;
    width: 50px;
    
    border: 1px solid #dddddd;
}
#pagination a:hover {
    cursor: pointer;
    background: #e09d20;
    color: #000000;
}
#pagination .link-page-actif,
#pagination .link-page-no-actif {
    background: #eeeeee;
    font-weight: 700;
}