@font-face {
  font-family: 'Col';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/Colaborate-Regular.eot');
  src: url('../fonts/Colaborate-Regular.eot') format('embedded-opentype'), url('../fonts/Colaborate-Regular.svg#DosisRegular') format('svg'), url('../fonts/Colaborate-Regular.woff') format('woff'), url('../fonts/Colaborate-Regular.ttf') format('truetype');
}
.icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
body.nav-open {
  overflow: hidden!important;
}
button:focus,
a:focus {
  outline: none;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #93278f;
  height: 56px;
  z-index: 999;
}
header > div {
  height: 100%;
}
header .btn-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 4px;
  font-size: 18px;
  border: none;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}
header .btn-h i {
  color: #FFF;
}
header .btn-h:hover {
  background: rgba(255, 255, 255, 0.15);
}
header .toggle-sidebar.folded {
  background: #FFF;
}
header .toggle-sidebar.folded i {
  color: #93278f;
}
header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 10px;
  width: 240px;
  background: rgba(0, 0, 0, 0.2);
}
header .logo a {
  display: block;
  padding: 10px 0;
  height: 56px;
  margin-left: 10px;
}
header .logo a img {
  max-height: 100%;
  width: auto;
}
header .user {
  display: block;
  position: relative;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
header .user .toggle-user {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: none;
  height: 100%;
  padding: 0 15px;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
  background: #93278f;
  z-index: 999;
  min-width: 170px;
}
header .user .toggle-user .photo {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  overflow: hidden;
  margin-right: 15px;
}
header .user .toggle-user .photo img {
  width: 100%;
}
header .user .toggle-user .infos {
  text-align: left;
}
header .user .toggle-user .infos span:first-child {
  font-size: 14px;
  font-weight: 700;
}
header .user .toggle-user .infos span:last-child {
  font-size: 13px;
  opacity: .7;
}
header .user .user-dropdown {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-100%);
          transform: translateX(-50%) translateY(-100%);
  width: 90%;
  background: #761F72;
  z-index: 777;
  border-top: none;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  border-radius: 0 0 4px 4px;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
header .user .user-dropdown .infos {
  display: none;
}
header .user .user-dropdown a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 15px;
  color: #FFF;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}
header .user .user-dropdown a i {
  margin-right: 7px;
  font-size: 12px;
  opacity: .9;
}
header .user .user-dropdown a span {
  font-size: 12px;
  text-transform: uppercase;
}
header .user .user-dropdown a:hover {
  background: rgba(255, 255, 255, 0.15);
}
header .user .user-dropdown a.settings {
  display: none!important;
}
header .user.active .toggle-user {
  background-color: #A347A0;
}
header .user.active .user-dropdown {
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}
@media screen and (min-width: 769px) {
  .nav-overlay {
    display: none;
  }
  header .logo .toggle-mobilemenu {
    display: none;
  }
  header .logo.folded {
    background: none;
  }
  header .user {
    min-width: 160px;
  }
  header .search-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 56px;
    padding: 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    position: relative;
  }
  header .search-bar .search-field {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    max-width: 850px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    margin-right: 10px;
  }
  header .search-bar .search-field button {
    background: none;
    width: 38px;
    height: 38px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38px;
            flex: 0 0 38px;
    border: none;
    font-size: 18px;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
  }
  header .search-bar .search-field button.null {
    margin-right: 10px;
  }
  header .search-bar .search-field button.clear-search:hover {
    background-color: rgba(255, 255, 255, 0.15);
  }
  header .search-bar .search-field input {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    min-width: 1%;
    background: none;
    border: none;
    color: #FFF;
  }
  header .search-bar .search-field input:focus {
    outline: none;
  }
  header .search-bar .search-field input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
  header .search-bar .search-field input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
  header .search-bar .search-field input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
  header .search-bar .search-field input::placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
  header .search-bar .search-field input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
  header .search-bar .search-field input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
  header .search-bar .dyna-search {
    position: absolute;
    top: 100%;
    left: 10px;
    z-index: 200;
    width: 100%;
    max-width: 850px;
    border: 1px solid #ebebeb;
    border-top: none;
    background: #FFF;
  }
  header .search-bar .dyna-search #Lst_Client {
    list-style: inside none;
    margin: 0;
    padding: 0;
    max-height: 350px;
    -ms-overflow-y: auto;
    overflow-y: auto;
  }
  header .search-bar .dyna-search #Lst_Client li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid #ebebeb;
  }
  header .search-bar .dyna-search #Lst_Client li a:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px;
    color: #323232;
    margin: 0;
    font-size: 15px;
  }
  header .search-bar .dyna-search #Lst_Client li a:first-child p {
    margin: 0;
  }
  header .search-bar .dyna-search #Lst_Client li a:first-child.red p {
    color: red;
  }
  header .search-bar .dyna-search #Lst_Client li a:first-child:hover p {
    color: #ff6e45;
  }
  header .search-bar .dyna-search #Lst_Client li a.tomap {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    padding: 7px 15px 7px 7px;
    text-align: right;
    font-size: 20px;
    color: #a26a9c;
    cursor: pointer;
  }
  header .search-bar .dyna-search #Lst_Client li a.tomap:hover {
    color: #c9a9c6;
  }
}
@media screen and (max-width: 768px) {
  .nav-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 777;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: background ease .2s;
    transition: background ease .2s;
  }
  header .logo .toggle-sidebar {
    display: none;
  }
  header .search-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 56px;
    padding: 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    position: relative;
  }
  header .search-bar .search-field {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    max-width: 850px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    overflow: hidden;
    margin-right: 10px;
  }
  header .search-bar .search-field button {
    background: none;
    width: 38px;
    height: 38px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38px;
            flex: 0 0 38px;
    border: none;
    font-size: 18px;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
  }
  header .search-bar .search-field button.null {
    margin-right: 10px;
  }
  header .search-bar .search-field button.clear-search:hover {
    background-color: rgba(255, 255, 255, 0.15);
  }
  header .search-bar .search-field input {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    min-width: 1%;
    background: none;
    border: none;
    color: #FFF;
  }
  header .search-bar .search-field input:focus {
    outline: none;
  }
  header .search-bar .search-field input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
  header .search-bar .search-field input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
  header .search-bar .search-field input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
  header .search-bar .search-field input::placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
  header .search-bar .search-field input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
  header .search-bar .search-field input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
  header .search-bar .dyna-search {
    position: absolute;
    top: 100%;
    left: 10px;
    z-index: 200;
    width: 100%;
    max-width: 850px;
    border: 1px solid #ebebeb;
    border-top: none;
    background: #FFF;
  }
  header .search-bar .dyna-search #Lst_Client {
    list-style: inside none;
    margin: 0;
    padding: 0;
    max-height: 350px;
    -ms-overflow-y: auto;
    overflow-y: auto;
  }
  header .search-bar .dyna-search #Lst_Client li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid #ebebeb;
  }
  header .search-bar .dyna-search #Lst_Client li a:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px;
    color: #323232;
    margin: 0;
    font-size: 15px;
  }
  header .search-bar .dyna-search #Lst_Client li a:first-child p {
    margin: 0;
  }
  header .search-bar .dyna-search #Lst_Client li a:first-child.red p {
    color: red;
  }
  header .search-bar .dyna-search #Lst_Client li a:first-child:hover p {
    color: #ff6e45;
  }
  header .search-bar .dyna-search #Lst_Client li a.tomap {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    padding: 7px 7px;
    text-align: right;
    font-size: 20px;
    color: #a26a9c;
    cursor: pointer;
  }
  header .search-bar .dyna-search #Lst_Client li a.tomap:hover {
    color: #c9a9c6;
  }
  header .user .toggle-user .photo {
    margin: 0;
  }
  header .user .infos {
    display: none;
  }
  header .user .user-dropdown {
    left: auto;
    right: 0;
    top: 56px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    width: 200px;
    padding-top: 0;
    border-radius: 0 0 0 6px;
  }
  header .user .user-dropdown .infos {
    display: block;
    padding: 10px;
    background: rgba(0, 0, 0, 0.2);
    color: #FFF;
    text-align: center;
    margin: 0;
  }
  header .user .user-dropdown .infos span:first-child {
    font-weight: 700;
  }
  header .user .user-dropdown .infos span:last-child {
    opacity: 0.7;
  }
  header .user .user-dropdown a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 10px 15px;
    color: #FFF;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
  }
  header .user .user-dropdown a i {
    margin-right: 7px;
    font-size: 12px;
    opacity: .9;
  }
  header .user .user-dropdown a span {
    font-size: 12px;
    text-transform: uppercase;
  }
  header .user .user-dropdown a:hover {
    background: rgba(255, 255, 255, 0.15);
  }
  header .user.active .toggle-user {
    background-color: #A347A0;
  }
  header .user.active .user-dropdown {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 480px) {
  header .search-bar {
    position: absolute;
    top: 56px;
    left: 0;
    width: 300px;
    background: #FFF;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }
  header .search-bar .search-field {
    background-color: rgba(0, 0, 0, 0.07);
  }
  header .search-bar .search-field button {
    background: none;
    width: 38px;
    height: 38px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38px;
            flex: 0 0 38px;
    border: none;
    font-size: 18px;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    color: #4c4c4c;
  }
  header .search-bar .search-field button.null {
    margin-right: 10px;
  }
  header .search-bar .search-field input {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    min-width: 1%;
    background: none;
    border: none;
    color: #4c4c4c;
  }
  header .search-bar .search-field input:focus {
    outline: none;
  }
  header .search-bar .search-field input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.7);
  }
  header .search-bar .search-field input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.7);
  }
  header .search-bar .search-field input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.7);
  }
  header .search-bar .search-field input::placeholder {
    color: rgba(0, 0, 0, 0.7);
  }
  header .search-bar .search-field input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.7);
  }
  header .search-bar .search-field input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.7);
  }
  header .search-bar .btn-h {
    background-color: rgba(0, 0, 0, 0.07);
  }
  header .search-bar .btn-h i {
    color: #4c4c4c;
  }
  header .search-bar.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  header .search-bar .dyna-search {
    position: absolute;
    top: 100%;
    left: 10px;
    z-index: 200;
    width: calc(100% - 20px);
    border: 1px solid #ebebeb;
    border-top: none;
    background: #ececec;
  }
  header .search-bar .dyna-search #Lst_Client {
    list-style: inside none;
    margin: 0;
    padding: 0;
    max-height: 350px;
    -ms-overflow-y: auto;
    overflow-y: auto;
  }
  header .search-bar .dyna-search #Lst_Client li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid #ebebeb;
  }
  header .search-bar .dyna-search #Lst_Client li a:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 7px 15px 15px;
    color: #323232;
    margin: 0;
    font-size: 13px;
  }
  header .search-bar .dyna-search #Lst_Client li a:first-child p {
    margin: 0;
  }
  header .search-bar .dyna-search #Lst_Client li a:first-child.red p {
    color: red;
  }
  header .search-bar .dyna-search #Lst_Client li a:first-child:hover p {
    color: #ff6e45;
  }
  header .search-bar .dyna-search #Lst_Client li a.tomap {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    padding: 7px 7px;
    text-align: right;
    font-size: 18px;
    color: #a26a9c;
    cursor: pointer;
  }
  header .search-bar .dyna-search #Lst_Client li a.tomap:hover {
    color: #c9a9c6;
  }
}
@media screen and (min-width: 769px) {
  nav {
    position: fixed;
    top: 56px;
    width: 240px;
    z-index: 9;
    background-color: #FFF;
    border-right: 1px solid #ebebeb;
    height: 100%;
    padding-top: 10px;
  }
  nav .item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 15px 0 10px;
    height: 40px;
    cursor: pointer;
  }
  nav .item > a i {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    font-size: 16px;
    text-align: center;
    color: inherit;
    opacity: 0.6;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
  }
  nav .item > a span {
    font-size: 14px;
    margin-left: 10px;
    color: inherit;
  }
  nav .item > a:hover i {
    opacity: 1;
  }
  nav .item > a.toggle:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f107";
    margin-left: auto;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
  }
  nav .item > a.toggle.active:after {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  nav .item.active > a {
    color: #93278f;
    font-weight: 700;
  }
  nav .item.active > a i {
    opacity: 1;
  }
  nav .item ul {
    display: none;
  }
  nav .item ul li a {
    display: block;
    padding: 7px 0 7px 50px;
    font-size: 14px;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    color: #b2b2b2;
  }
  nav .item ul li a:hover {
    color: #93278f;
  }
  nav .item ul li.dslopt {
    display: none!important;
  }
  nav .item.dslopt {
    display: none!important;
  }
  nav.folded {
    width: 58px;
  }
  nav.folded .item {
    position: relative;
  }
  nav.folded .item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 0;
  }
  nav.folded .item > a i {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58px;
            flex: 0 0 58px;
  }
  nav.folded .item > a span {
    display: none;
  }
  nav.folded .item > a.toggle:after {
    display: none;
  }
  nav.folded .item ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: 200px;
    padding: 15px;
    background: #FFF;
    border-left: 1px solid #93278f;
    z-index: 50;
    -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  }
  nav.folded .item ul:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #93278f;
    position: absolute;
    top: 18px;
    left: -5px;
    z-index: 40;
  }
  nav.folded .item ul li.dslopt {
    display: none!important;
  }
  nav.folded .item ul li a {
    padding: 7px 0;
  }
  nav.folded .item ul li a:hover {
    color: #93278f;
  }
  nav.folded .item.dslopt {
    display: none!important;
  }
}
@media screen and (max-width: 768px) {
  nav {
    position: fixed;
    top: 56px;
    width: 300px;
    z-index: 888;
    background-color: #FFF;
    border-right: 1px solid #ebebeb;
    height: 100%;
    padding-top: 10px;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }
  nav .item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 15px 0 10px;
    height: 50px;
    cursor: pointer;
  }
  nav .item > a i {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    font-size: 18px;
    text-align: center;
    color: inherit;
    opacity: 0.6;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
  }
  nav .item > a span {
    font-size: 16px;
    margin-left: 10px;
    color: inherit;
  }
  nav .item > a:hover i {
    opacity: 1;
  }
  nav .item > a.toggle:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f107";
    margin-left: auto;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
  }
  nav .item > a.toggle.active:after {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  nav .item.active > a {
    color: #93278f;
    font-weight: 700;
  }
  nav .item.active > a i {
    opacity: 1;
  }
  nav .item ul {
    display: none;
  }
  nav .item ul li.dslopt {
    display: none!important;
  }
  nav .item ul li a {
    display: block;
    padding: 10px 0 10px 50px;
    font-size: 16px;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    color: #b2b2b2;
  }
  nav .item ul li a:hover {
    color: #93278f;
  }
  nav .item.dslopt {
    display: none!important;
  }
  nav.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 480px) {
  nav {
    top: 112px;
    height: calc( 100vh - 112px );
  }
}
@media screen and (min-width: 769px) {
  section:not(#login) {
    margin-top: 56px!important;
    padding-left: 240px!important;
  }
  section:not(#login).folded {
    padding-left: 58px!important;
  }
}
@media screen and (max-width: 768px) {
  section {
    margin-top: 56px!important;
  }
}
/* ========== GENERAL ========== */
body {
  font-family: 'Source Sans Pro', sans-serif;
  background: #f5f5f5 !important;
  height: 100%!important;
}
section {
  background: #f5f5f5;
}
a,
a:hover,
a:visited,
a:focus {
  text-decoration: none;
  color: #323232;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
td {
  vertical-align: top;
}
#M1 {
  vertical-align: top;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  padding: 0;
  margin: 0;
}
p {
  color: #323232;
}
.color-red {
  color: #ff6e45 !important;
}
#loading {
  width: 100%;
  height: 100%;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  z-index: 99999999999999;
  background-color: rgba(0, 0, 0, 0.5);
  vertical-align: middle;
  text-align: center;
}
#loading > div {
  left: 50%;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -178%);
          transform: translate(-50%, -178%);
}
#loading p {
  color: #FFFFFF;
  font-size: 16px;
}
#loading.load-dash {
  background: none;
}
#loading.load-dash > div {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 8px;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .row.no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  .row.no-gutters > [class^="col-"],
  .row.no-gutters > [class*=" col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.inner {
  background: #FFF;
  display: block;
  margin-bottom: 15px;
}
.inner.gutter {
  padding: 10px;
}
@media screen and (max-width: 992px) {
  .inner {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .inner.scroll {
    width: 90vw;
    overflow-y: hidden;
    overflow-x: auto;
  }
}
.table-responsive {
  color: #323232;
}
.title-lvl-1 {
  font-size: 22px;
  font-weight: 700;
  color: #323232;
  margin-bottom: 15px;
}
.title-lvl-2 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.field {
  margin-bottom: 15px;
  position: relative;
}
.field input {
  display: block;
  border: 1px solid #ebebeb;
  color: #4c4c4c;
  width: 100%;
  height: 40px;
  padding-left: 10px;
}
.field label {
  display: block;
  color: #323232;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 5px;
}
.field.checkbox {
  text-align: center;
  color: #323232;
}
.field.checkbox input[type="checkbox"] {
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
  width: inherit;
  vertical-align: middle;
}
.field.checkbox label {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 12px;
}
.field.checkbox-option {
  color: #323232;
  position: relative;
}
.field.checkbox-option [type="checkbox"]:not(:checked),
.field.checkbox-option [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.field.checkbox-option label {
  background: #ebebeb;
  cursor: pointer;
  height: 44px;
  border: 2px solid #ebebeb;
  width: 100%;
  padding-left: 55px;
  padding-top: 10px;
  color: #323232;
  font-size: 14px;
  font-weight: 400;
  border-radius: 22px;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.field.checkbox-option label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  width: 34px;
  height: 34px;
  background: #FFF;
  border-radius: 18px;
}
.field.checkbox-option [type="checkbox"]:checked + label {
  background: #24d89f;
  border: 2px solid #24d89f;
  color: #FFF;
}
.field.checkbox-option [type="checkbox"]:checked + label:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 22px;
  color: #24d89f;
}
.field select {
  display: block;
  border: 1px solid #ebebeb;
  color: #4c4c4c;
  width: 100%;
  height: 40px;
  padding-left: 10px;
}
.field textarea {
  display: block;
  border: 1px solid #ebebeb;
  color: #4c4c4c;
  width: 100%;
  padding: 10px;
}
.field .btn {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  border: none;
  text-align: center;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.field .btn.filled {
  width: 40px;
  height: 40px;
  background: #4c4c4c;
  color: #FFF;
  font-size: 20px;
}
.field .btn.filled:hover {
  background: #7f7f7f;
}
.field .btn.empty {
  width: 32px;
  height: 40px;
  background: none;
  color: #b2b2b2;
  font-size: 14px;
  padding-top: 10px;
}
.field .btn.empty:hover {
  color: #7f7f7f;
}
input[type=date] {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ebebeb;
  color: #4c4c4c;
  height: 40px;
  padding-left: 5px;
  margin-right: 5px;
  width: 132px;
}
@media screen and (max-width: 480px) {
  input[type=date] {
    font-size: 12px;
    width: 95px;
  }
}
.btn {
  text-align: center;
  border: none;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.btn.fw {
  display: block;
  margin: auto;
  width: 100%;
}
.btn.stk {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
}
.btn.primary {
  background: #a26a9c;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.btn.primary:hover {
  background: #c891c2;
}
.btn.secondary {
  background: #4c4c4c;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
}
.btn.secondary:hover {
  background: #7e6767;
}
.btn.tertiary {
  background: #4c4c4c;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  cursor: pointer;
}
.btn.tertiary:hover {
  background: #727272;
}
.btn.special {
  background: #ff6e45;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  cursor: pointer;
}
.btn.special:hover {
  background: #ffaa92;
}
.btn.txt {
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
}
.btn.txt:hover {
  color: #a26a9c;
}
.btn.collapse {
  display: block;
  margin: 0 auto;
  background: #4c4c4c;
  font-size: 14px;
  color: #FFF;
  max-width: 300px;
  padding: 5px 0;
}
.btn.collapse i {
  margin-right: 10px;
}
.btn.validation {
  border-radius: 4px;
  margin-top: 30px;
  background: #148bbc;
  color: #FFF;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.btn.validation:hover {
  background: #4abdec;
}
.btn.deletion {
  border-radius: 4px;
  margin-top: 30px;
  background: #bb3131;
  color: #FFF;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.btn.deletion:hover {
  background: #db7777;
}
.btn.cancel {
  border-radius: 4px;
  margin-top: 30px;
  background: #4c4c4c;
  color: #FFF;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.btn.cancel:hover {
  background: #7f7f7f;
}
.btn.refresh i {
  margin-right: 10px;
}
.switch {
  display: inline-block;
  margin-right: 10px;
}
.switch label {
  position: relative;
  display: inline-block;
}
.switch label input {
  display: none;
}
.switch label input:checked + .content {
  background: #24d89f;
}
.switch label input:checked + .content p {
  color: #FFF;
}
.switch label input:checked + .content .btn {
  border-color: #FFF;
}
.switch label input:checked + .content .btn:before {
  opacity: 1;
}
.switch label .content {
  display: inline-block;
  height: 30px;
  background: #ebebeb;
  cursor: pointer;
  padding: 5px 6px;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  border-radius: 15px;
}
.switch p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.switch .btn {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #ebebeb;
  background: #FFF;
  border-radius: 8px;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.switch .btn:before {
  content: "\f00c";
  font-size: 12px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  color: #24d89f;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
section {
  height: 100%;
  padding-top: 15px;
}
section#home {
  padding-top: 15px;
  height: 100%;
}
section#home .dslopt {
  display: none;
}
@media screen and (max-width: 992px) {
  section#home .home-menu-item {
    display: block;
    margin-bottom: 15px;
  }
  section#home .home-menu-item .icon {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    height: 60px;
    text-align: center;
    background: #ff6e45;
    color: #FFF;
    font-size: 30px;
    padding-top: 10px;
  }
  section#home .home-menu-item h3 {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding-top: 17px;
    width: 75%;
    height: 60px;
    color: #ff6e45;
    background: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 993px) {
  section#home .home-menu-item {
    display: block;
    margin-bottom: 30px;
    border-bottom: 3px solid #ff6e45;
    background: #FFF;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
  }
  section#home .home-menu-item .icon {
    display: block;
    text-align: center;
    color: #ff6e45;
    font-size: 40px;
    padding-top: 15px;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
  }
  section#home .home-menu-item h3 {
    display: block;
    margin: 15px 0;
    color: #ff6e45;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
  }
  section#home .home-menu-item:hover {
    background: #ff6e45;
  }
  section#home .home-menu-item:hover .icon,
  section#home .home-menu-item:hover h3 {
    color: #FFF;
  }
}
section#account {
  height: 100%;
  padding-top: 15px;
}
section#stats,
section#evoca,
section#gescom {
  padding-top: 15px;
}
section#stats .period-select,
section#evoca .period-select,
section#gescom .period-select {
  margin-top: 15px;
}
section#stats .period-select p,
section#evoca .period-select p,
section#gescom .period-select p {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  margin-right: 5px;
}
section#stats .period-select a,
section#evoca .period-select a,
section#gescom .period-select a {
  display: inline-block;
  height: 40px;
  width: 40px;
  padding-top: 6px;
  text-align: center;
  background: #4c4c4c;
  color: #FFF;
  vertical-align: middle;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  section#stats .period-select p,
  section#evoca .period-select p,
  section#gescom .period-select p {
    font-size: 12px;
  }
  section#stats .period-select p:first-child,
  section#evoca .period-select p:first-child,
  section#gescom .period-select p:first-child {
    display: none;
  }
}
section#stats .table-responsive table tbody tr td:nth-child(n+2),
section#evoca .table-responsive table tbody tr td:nth-child(n+2),
section#gescom .table-responsive table tbody tr td:nth-child(n+2) {
  text-align: right;
}
section#stats .Vert,
section#evoca .Vert,
section#gescom .Vert {
  color: green;
}
section#stats .Rouge,
section#evoca .Rouge,
section#gescom .Rouge {
  color: red;
}
@media screen and (max-width: 767px) and (orientation:portrait) {
  section#stats .hidden-mob,
  section#evoca .hidden-mob,
  section#gescom .hidden-mob {
    display: none;
  }
}
section#stats .tar,
section#evoca .tar,
section#gescom .tar {
  text-align: right;
}
section#stats .mb0,
section#evoca .mb0,
section#gescom .mb0 {
  margin-bottom: 0;
}
section#stats #stat-circle,
section#evoca #stat-circle,
section#gescom #stat-circle {
  max-width: 200px;
  max-height: 200px;
}
section#stats #chart,
section#evoca #chart,
section#gescom #chart {
  margin: -20px 0 -20px -5px;
}
section#stats .title-stat,
section#evoca .title-stat,
section#gescom .title-stat {
  margin: 15px auto 0 auto;
  color: #a26a9c;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
section#stats #caEvo,
section#evoca #caEvo,
section#gescom #caEvo {
  display: none;
}
section#stats #display_caN,
section#evoca #display_caN,
section#gescom #display_caN {
  display: block;
  text-align: center;
  width: 100%;
  border: none;
  background: none;
  font-size: 36px;
  font-weight: 700;
  margin: 0;
}
section#stats #display_caN1,
section#evoca #display_caN1,
section#gescom #display_caN1 {
  display: block;
  text-align: center;
  width: 100%;
  border: none;
  background: none;
  font-size: 28px;
  font-weight: 700;
  color: #323232;
  margin: 0;
}
section#stats .container {
  width: 80%;
}
@media screen and (max-width: 992px) {
  section#stats .container {
    width: 100%;
  }
}
section#stats .period-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #c3dee8;
}
section#stats .period-bar button.period {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
  margin: 0;
}
section#stats .period-bar p {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin: 0 30px;
}
section#stats .period-bar button.period-refresh {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  height: 40px;
  background: none;
  border: none;
  color: #148bbc;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  section#stats .period-bar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section#stats .period-bar button.period {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
  }
  section#stats .period-bar p {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    margin: 10px 10px 0 0;
  }
}
section#stats h1.title-ptimary {
  color: #323232;
  text-align: center;
  margin: 20px 0 40px 0;
}
section#stats .sd-period {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #148bbc;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
  border-radius: 4px;
  text-align: center;
  padding: 8px 15px;
  border: none;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
  margin-bottom: 15px;
}
section#stats .sd-period i {
  margin-right: 10px;
  font-size: 16px;
}
section#stats .sd-period:hover {
  background: #1cace7;
}
section#stats .sd-module {
  background: #FFF;
  border: 1px solid #ebebeb;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 15px;
}
section#stats .sd-module h4 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 15px;
  color: #323232;
}
section#stats .sd-module h4 span {
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  margin-left: 5px;
}
section#stats .sd-module .sd-m-inner {
  padding: 15px;
  border-top: 1px solid #ebebeb;
}
section#stats .field select {
  width: 223px;
}
section#stats .sd-pract-list {
  overflow-x: auto;
}
@media screen and (max-width: 768px) {
  section#stats .sd-pract-list {
    max-width: calc(100vw - 70px);
  }
}
section#stats .sd-pract-list .legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
}
section#stats .sd-pract-list .legend p {
  color: #808080;
}
section#stats .sd-pract-list .legend p:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
}
section#stats .sd-pract-list .legend p:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  text-align: center;
}
section#stats .sd-pract-list .legend p:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  text-align: center;
}
section#stats .sd-pract-list .legend p:nth-child(4) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 200px;
          flex: 1 1 200px;
  text-align: center;
}
section#stats .sd-pract-list .legend p:nth-child(5) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  text-align: center;
}
section#stats .sd-pract-list .legend p:nth-child(6) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  text-align: center;
}
section#stats .sd-pract-list .legend p:nth-child(7) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  text-align: center;
}
section#stats .sd-pract-list .legend p:nth-child(8) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section#stats .sd-pract-list .legend p:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 173px;
            flex: 0 0 173px;
  }
  section#stats .sd-pract-list .legend p:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
  section#stats .sd-pract-list .legend p:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
  section#stats .sd-pract-list .legend p:nth-child(4) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
  section#stats .sd-pract-list .legend p:nth-child(5) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }
  section#stats .sd-pract-list .legend p:nth-child(6) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }
  section#stats .sd-pract-list .legend p:nth-child(7) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }
  section#stats .sd-pract-list .legend p:nth-child(8) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }
}
section#stats .sd-pract-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
section#stats .sd-pract-list ul li .photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35px;
          flex: 0 0 35px;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border-radius: 19px;
  margin-right: 15px;
}
section#stats .sd-pract-list ul li .photo img {
  width: 100%;
}
section#stats .sd-pract-list ul li .name {
  font-weight: 700;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}
section#stats .sd-pract-list ul li .name span {
  font-weight: 400;
  color: #b2b2b2;
}
section#stats .sd-pract-list ul li .ca {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
section#stats .sd-pract-list ul li .can1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  font-size: 16px;
  color: #b2b2b2;
  text-align: center;
}
section#stats .sd-pract-list ul li .prog {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 200px;
          flex: 1 1 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section#stats .sd-pract-list ul li .prog .progress-bar {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: block;
  position: relative;
  height: 5px;
  background: #ebebeb;
  overflow: hidden;
}
section#stats .sd-pract-list ul li .prog .progress-bar > div {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  z-index: 5;
}
section#stats .sd-pract-list ul li .prog p {
  margin-left: 15px;
  font-size: 18px;
}
section#stats .sd-pract-list ul li .prog.red .progress-bar > div {
  background: red;
}
section#stats .sd-pract-list ul li .prog.red p {
  color: red;
}
section#stats .sd-pract-list ul li .prog.green .progress-bar > div {
  background: green;
}
section#stats .sd-pract-list ul li .prog.green p {
  color: green;
}
section#stats .sd-pract-list ul li .caspt {
  font-size: 18px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  text-align: center;
}
section#stats .sd-pract-list ul li .cap {
  font-size: 18px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  text-align: center;
}
section#stats .sd-pract-list ul li .txr,
section#stats .sd-pract-list ul li .pca {
  font-size: 18px;
  color: #346cb0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section#stats .sd-pract-list ul li .name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
  }
  section#stats .sd-pract-list ul li .ca {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
  section#stats .sd-pract-list ul li .can1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
  section#stats .sd-pract-list ul li .prog {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
  section#stats .sd-pract-list ul li .caspt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }
  section#stats .sd-pract-list ul li .cap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }
  section#stats .sd-pract-list ul li .txr,
  section#stats .sd-pract-list ul li .pca {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }
}
.sd-stats-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-top: 1px solid #ebebeb;
}
.sd-stats-hero > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.sd-stats-hero > div:first-child {
  border-right: 1px solid #ebebeb;
}
.sd-stats-hero .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
}
.sd-stats-hero .left .title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
}
.sd-stats-hero .left .title span {
  text-transform: uppercase;
  font-size: 22px;
}
.sd-stats-hero .left .chart {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.sd-stats-hero .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sd-stats-hero .right > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 15px;
}
.sd-stats-hero .right > div:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sd-stats-hero .right ul {
  width: 100%;
}
.sd-stats-hero .right ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sd-stats-hero .right ul li:not(:last-child) {
  margin-bottom: 3px;
}
.sd-stats-hero .right ul li p:first-child {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  margin: 0;
}
.sd-stats-hero .right ul li p:first-child span {
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
}
.sd-stats-hero .right ul li p:last-child {
  text-align: right;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.sd-stats-hero .right ul li:last-child p {
  color: #93278f;
}
.sd-stats-hero .right .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 15px 0;
}
.sd-stats-hero .right .title p:first-child {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  margin: 0;
}
.sd-stats-hero .right .title p:last-child {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
.sd-stats-hero .right .title p:last-child:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-right: 5px;
  font-size: 14px;
}
.sd-stats-hero .right .title p:last-child.green {
  color: #24d89f;
}
.sd-stats-hero .right .title p:last-child.green:before {
  content: "\f357";
}
.sd-stats-hero .right .title p:last-child.red {
  color: red;
}
.sd-stats-hero .right .title p:last-child.red:before {
  content: "\f354";
}
.sd-stats-hero .right .active-pract {
  text-align: center;
  font-size: 32px;
  margin: 0;
}
.sd-stats-hero .right .active-pract span:first-child {
  color: #148bbc;
  font-size: 56px;
  font-weight: 700;
}
section#evoca .table-responsive table thead tr th {
  text-align: center;
}
section#evoca .table-responsive table tbody {
  text-align: right;
}
section#evoca .table-responsive table tbody tr td:first-child {
  text-align: left;
  background: #abdaff;
}
section#evoca .table-responsive table tbody tr td:nth-child(2) {
  background: #fdf3b9;
}
section#evoca .table-responsive table tbody tr td:nth-child(3) {
  color: #ff6e45;
}
section#evoca .table-responsive table tbody tr td.rouge {
  color: #a26a9c;
}
section#evoca .table-responsive table tbody tr:last-child td {
  background: #fbe259;
  font-weight: 700;
  color: #4c4c4c;
}
section#gescom tr.Devis {
  background-color: #f6ff64;
}
section#gescom tr.Commande {
  background-color: #ffedaf;
}
section#gescom tr.Livraison {
  background-color: #8dcaf0;
}
section#gescom tr.Facture {
  background-color: #9ddda0;
}
@media screen and (max-width: 992px) {
  section#gescom table tr td:first-child {
    white-space: pre-wrap;
  }
}
section#inventory .table-responsive {
  max-height: 57vh;
  -ms-overflow-y: auto;
  overflow-y: auto;
}
section#inventory .table-responsive table tbody tr td {
  text-align: left;
}
section#inventory .table-responsive table tbody tr td:nth-child(n+2) {
  text-align: right;
}
section#inventory .table-responsive table tfoot td:nth-child(n+2) {
  text-align: right;
}
section#inventory .del-row {
  background: #4c4c4c;
  border: none;
  color: #FFF;
  height: 26px;
  width: 26px;
}
section#inventory .table-responsive table input {
  width: 40px;
}
section#inventory .table > tbody > tr > th,
section#inventory .table > tfoot > tr > th,
section#inventory .table > tbody > tr > td,
section#inventory .table > tfoot > tr > td {
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
}
@media screen and (max-width: 992px) {
  section#inventory .switch {
    margin-bottom: 15px;
  }
  section#inventory h2 {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  section#inventory table tr td:first-child {
    white-space: pre-wrap;
  }
}
@media screen and (max-width: 480px) {
  section#inventory input[type=date] {
    width: 100%;
  }
}
section#caisse {
  padding-top: 15px;
}
section#caisse .product-list {
  color: #4c4c4c;
}
section#caisse .product-list .item {
  padding: 5px 0;
  border-bottom: 1px solid #ebebeb;
}
section#caisse .product-list .item:last-child {
  border: none;
}
section#caisse .product-list .image img {
  width: auto;
  max-height: 70px;
  margin: auto;
  display: block;
}
section#caisse .product-list h4 {
  margin-bottom: 7px;
}
section#caisse .product-list .price,
section#caisse .product-list .price-total {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}
section#caisse .product-list .qty-select {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
section#caisse .product-list .qty-select input {
  display: inline-block;
  border: 1px solid #ebebeb;
  color: #4c4c4c;
  width: 30px;
  height: 30px;
  padding-left: 5px;
}
section#caisse .product-list .qty-select button {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #4c4c4c;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  border: none;
}
section#caisse .product-list .delete {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: #a26a9c;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  padding-top: 5px;
  margin-left: 5px;
}
section#caisse #Lst_Client {
  list-style: inside none;
  margin: 0;
  padding: 0;
  max-height: 350px;
  -ms-overflow-y: scroll;
  overflow-y: scroll;
}
section#caisse #Lst_Client li {
  border-top: 1px solid #ebebeb;
}
section#caisse #Lst_Client li:last-child {
  border-bottom: 1px solid #ebebeb;
}
section#caisse #Lst_Client li:nth-child(even) {
  background: #f5f5f5;
}
section#caisse #Lst_Client li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 15px;
  color: #323232;
  margin: 0;
  font-size: 15px;
}
section#caisse #Lst_Client li a p {
  margin: 0;
}
section#caisse #Lst_Client li a.red p {
  color: red;
}
section#caisse #Lst_Client li a:hover {
  color: #ff6e45;
}
section#caisse #NomDuClient:empty {
  display: none;
}
section#caisse #LstCumuls {
  font-size: 17px;
}
section#caisse #LstCumuls .left {
  display: inline-block;
  width: 50%;
  text-align: left;
  margin: 0;
}
section#caisse #LstCumuls .right {
  display: inline-block;
  width: 50%;
  text-align: right;
  margin: 0;
}
section#caisse #LstCumuls .right span {
  font-weight: 700;
  color: #a26a9c;
}
section#caisse .mode-paiement {
  margin-top: 15px;
}
section#caisse .mode-paiement .mode-select {
  text-align: center;
}
section#caisse .mode-paiement .mode-select label {
  display: inline-block;
  width: 20%;
  background: #ebebeb;
  text-align: center;
  cursor: pointer;
  padding: 10px 0;
  margin: 0 5px 10px 5px;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
section#caisse .mode-paiement .mode-select label:hover {
  background: #b2b2b2;
}
section#caisse .mode-paiement .mode-select label p {
  color: #4c4c4c;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
section#caisse .mode-paiement .mode-select input {
  display: none;
}
section#caisse .mode-paiement .mode-select input:checked + label {
  background: #24d89f;
}
section#caisse .mode-paiement .mode-select input:checked + label p {
  color: #FFF;
}
section#caisse .mode-paiement .montants {
  display: none;
}
section#caisse .mode-paiement .montants.active {
  display: block;
}
section#catalogue {
  padding-top: 15px;
}
section#catalogue .article {
  text-align: center;
}
@media screen and (max-width: 768px) {
  section#catalogue .article {
    min-height: 300px;
  }
}
section#catalogue .article:hover img {
  opacity: 0.6;
}
section#catalogue .article img {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
section#catalogue .article .supp {
  font-weight: 700;
  text-transform: uppercase;
  margin: 5px auto;
}
section#catalogue .article .label {
  margin: 5px auto;
}
section#catalogue .article .price {
  color: #a26a9c;
  margin: 5px auto;
}
section#catalogue .article .price .pxCourant {
  margin: 0 5px;
}
section#catalogue .article .price .pxBarre {
  text-decoration: line-through;
  color: #4c4c4c;
}
section#catalogue .article .sizes {
  border-top: 1px solid #ebebeb;
}
section#catalogue .article .sizes p {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 5px auto;
}
section#catalogue .article .sizes ul li {
  display: inline-block;
}
section#catalogue .article .sizes ul li:after {
  content: "-";
  margin: 0 3px;
}
section#catalogue .article .sizes ul li:last-child:after {
  display: none;
}
section#catalogue #collapseFiltres {
  margin-top: 15px;
}
.row.eq-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section#fiche-art {
  padding-top: 15px;
}
section#fiche-art .row.eq-height {
  margin-bottom: 30px;
}
section#fiche-art .fullheightctnr {
  height: 100%;
  background: #FFF;
}
section#fiche-art h3.title-medium {
  display: block;
  background: #f5f5f5;
  color: #beb8be;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 0;
}
section#fiche-art .art-infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section#fiche-art .art-infos > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
section#fiche-art .art-infos > div img {
  max-width: 100%;
  height: auto;
  margin: auto;
}
section#fiche-art .art-infos > div h2 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #323232;
  margin: 0;
}
section#fiche-art .art-infos > div .ref {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 30px;
}
section#fiche-art .art-infos > div p:not(.ref) {
  font-size: 14px;
}
section#fiche-art .art-infos > div p:not(.ref) span {
  font-weight: 700;
}
section#fiche-art .prices p {
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
}
section#fiche-art .prices p span {
  font-weight: 700;
}
section#fiche-art .prices p:nth-child(n+1) {
  line-height: 20px;
}
section#fiche-art .prices p:nth-child(n+1) span {
  font-size: 30px;
}
section#fiche-art .prices p:first-child {
  margin-top: 30px;
  line-height: 16px;
}
section#fiche-art .prices p:first-child span {
  font-size: 40px;
  color: red;
}
section#fiche-art .prices p:last-child {
  margin-bottom: 0;
}
section#fiche-art .stocks .title {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: #808080;
  margin: 0;
}
section#fiche-art .stocks .data {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-top: 0;
  line-height: 28px;
  margin-bottom: 15px;
}
section#fiche-art .stocks .stocks-all {
  display: block;
  margin: 10px auto 0 auto;
  padding: 0 15px;
  color: #FFF;
  font-size: 12px;
  background: #4989f4;
  border: none;
  height: 28px;
  border-radius: 14px;
}
section#fiche-art .stocks .stocks-all:hover {
  background: #79a8f7;
}
section#fiche-art .stats {
  background: #FFF;
  padding-top: 10px;
  border-top: 3px solid #e8e8e8;
  margin: 0;
}
section#fiche-art .stats .title {
  font-size: 16px;
  color: #323232;
  line-height: 16px;
  font-weight: 400;
}
section#fiche-art .stats .title small {
  font-style: italic;
}
section#fiche-art .stats #evoChart {
  width: 100%;
}
@media screen and (max-width: 768px) {
  section#fiche-art .stats #evoChart {
    height: 400px;
  }
}
section#fiche-art .stats hr {
  margin: 15px 0;
  width: 100%;
  height: 3px;
  background: #e8e8e8;
}
section#fiche-art .stats .ca-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  section#fiche-art .stats .ca-content {
    display: block;
  }
}
section#fiche-art .stats .current {
  line-height: 26px;
  font-size: 22px;
  font-weight: 700;
}
section#fiche-art .stats .current span {
  font-size: 32px;
  font-weight: 400;
}
section#fiche-art .stats .previous {
  font-size: 16px;
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  section#fiche-art .stats .previous {
    margin-left: 0;
    margin-bottom: 30px;
  }
}
section#fiche-art .stats .tx-reco {
  font-size: 60px;
  color: #41AF23;
  text-align: center;
  margin: 0;
}
section#fiche-art .stats .top-prat {
  border: 1px solid #e6e6e6;
  margin: 15px 0;
}
section#fiche-art .stats .top-prat li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 10px;
}
section#fiche-art .stats .top-prat li:nth-child(odd) {
  background: #e6e6e6;
}
section#fiche-art .stats .top-prat li p {
  font-size: 14px;
  margin: 0;
}
section#fiche-art .stats .top-prat li p:last-child {
  text-align: right;
}
section#fiche-art .stats .sector {
  margin-top: 10px;
  color: #323232;
  max-height: 260px;
  overflow-y: auto;
}
section#fiche-art .stats .sector li {
  display: block;
  padding: 7px 10px;
  border-bottom: 1px solid #ebebeb;
}
section#fiche-art .stats .sector li p {
  margin: 0;
}
section#fiche-art .stats .sector li .first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section#fiche-art .stats .sector li .first span:last-child {
  font-size: 18px;
  text-align: right;
}
section#fiche-art .stats .sector li .datas {
  text-align: center;
}
section#fiche-art .stats .sector li .percent-bar {
  display: block;
  height: 8px;
  width: 100%;
  overflow: hidden;
}
section#fiche-art .stats .sector li .percent-bar span {
  display: block;
  height: 8px;
}
section#fiche-art .stats .sector li .percent-bar span.vert {
  background-color: #009640;
}
section#fiche-art .stats .sector li .percent-bar span.rouge {
  background-color: #ed0000;
}
.stocks-table {
  width: 100%;
  border-collapse: collapse;
  color: #323232;
}
.stocks-table thead tr th {
  font-size: 12px;
  color: #838282;
  padding: 3px 10px;
}
.stocks-table thead tr th:nth-child(2) {
  text-align: center;
}
.stocks-table thead tr th:nth-child(3) {
  text-align: right;
}
.stocks-table tbody {
  border: 2px solid #cdcdcd;
}
.stocks-table tbody tr:nth-child(even) {
  background: #E6E6E6;
}
.stocks-table tbody tr td {
  padding: 3px 10px;
}
.stocks-table tbody tr td:nth-child(2) {
  text-align: center;
}
.stocks-table tbody tr td:nth-child(3) {
  text-align: right;
}
.stocks-table tbody tr td:nth-child(3).rouge {
  color: red;
}
section#photo-upload #photo_preview {
  display: block;
  max-width: 100%;
  max-height: 120px;
  height: auto;
  margin: auto;
}
section#photo-upload .field input,
section#photo-upload .field select {
  height: 30px;
}
section#photo-upload .field label {
  margin-bottom: 2px;
}
@media screen and (min-width: 481px) {
  section#photo-upload #photo_preview {
    margin-bottom: 15px;
  }
}
section#photo-upload .btn.model {
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 12px 10px 12px 10px;
  margin-bottom: 15px;
}
section#photo-upload .btn.model .fa {
  margin-right: 5px;
  font-size: 12px;
  font-weight: 400;
}
section#photo-upload .btn.model.new {
  background: #a26a9c;
}
section#photo-upload .btn.model.new:hover {
  background: #b689b1;
}
section#photo-upload .btn.model.edit {
  background: #ff6e45;
}
section#photo-upload .btn.model.edit:hover {
  background: #ff9678;
}
section#photo-upload .es-list {
  color: #4c4c4c;
}
section#photo-upload .new-mod {
  margin-bottom: 5px;
}
section#photo-upload .libLibre {
  margin-top: 15px;
  margin-right: 0;
}
section#photo-upload #Num_Modele,
section#photo-upload #Num_Article {
  border: none;
  background: none;
}
/* DASHBOARD */
#CA_Jour {
  display: none;
}
#ProgJour {
  display: none;
}
#ProgMens {
  display: none;
}
#Ca_mens {
  display: none;
}
#Ca_mensN1 {
  display: none;
}
.topdeco {
  display: block;
  height: 20px;
  background: #148bbc;
}
.topdeco .clock {
  text-align: center;
  color: #FFF;
  margin: 0;
}
#dashboard {
  padding-top: 0;
  margin-top: 0px;
  height: auto;
}
#dashboard .control-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #7f007a;
  padding: 0 15px;
}
#dashboard .control-bar .clock {
  color: #fff;
  font-size: 12px;
  margin-right: 15px;
}
#dashboard .control-bar .refresh-once {
  background: none;
  border: none;
  opacity: .8;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
  padding: 7px;
  margin-left: 10px;
}
#dashboard .control-bar .refresh-once i {
  color: #FFF;
  font-size: 18px;
}
#dashboard .control-bar .refresh-once:hover {
  opacity: 1;
}
#dashboard .control-bar .refresh-once.disabled {
  display: none;
}
#dashboard .control-bar .period {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #148bbc;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
  border-radius: 4px;
  text-align: center;
  padding: 5px 10px;
  border: none;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}
#dashboard .control-bar .period i {
  margin-right: 10px;
  font-size: 14px;
}
#dashboard .control-bar .period:hover {
  background: #1cace7;
}
#dashboard .control-bar .period.disabled {
  display: none;
}
#dashboard .control-bar .refresh-auto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
}
#dashboard .control-bar label[for='refreshAuto'] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
#dashboard .control-bar label[for='refreshAuto'] p {
  font-size: 16px;
  color: #FFF;
  margin: 0;
}
#dashboard .control-bar label[for='refreshAuto'] span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  height: 20px;
  border-radius: 12px;
  background: #b2b2b2;
  position: relative;
  margin-right: 10px;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
#dashboard .control-bar label[for='refreshAuto'] span:before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background: #FFF;
  left: 3px;
  top: 3px;
  z-index: 10;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
#dashboard .control-bar label[for='refreshAuto']:hover span {
  background: #999999;
}
#dashboard .control-bar label[for='refreshAuto']:hover span:before {
  left: 6px;
}
#dashboard .control-bar input#refreshAuto:checked + label span {
  background: #148bbc;
}
#dashboard .control-bar input#refreshAuto:checked + label span:before {
  left: 23px;
  background: #FFF;
}
#dashboard .control-bar #refreshAuto {
  display: none;
  text-align: center;
}
#dashboard .control-bar #refreshAuto:checked + label {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #dashboard .control-bar .clock {
    display: none;
  }
}
#dashboard input {
  color: #323232;
  background: none;
  border: none;
  min-width: 1%;
}
#dashboard label {
  color: #323232;
  font-size: 12px;
}
#dashboard .percent-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#dashboard .percent-value input {
  width: 80px;
}
#dashboard span {
  font-weight: 400;
}
#dashboard .title-twolines {
  color: #323232;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}
#dashboard .title-twolines span {
  font-weight: bold;
  display: block;
}
#dashboard .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  border-bottom: 2px solid #ebebeb;
}
#dashboard .line h3,
#dashboard .line h4 {
  color: #323232;
}
#dashboard .line #CAJourData {
  font-size: 70px;
  font-weight: bold;
  margin: 0;
  color: #323232;
  border: none;
  background: none;
  /*width: 100%;*/
  display: block;
  text-align: center;
  padding: 0 20px;
  white-space: nowrap;
}
#dashboard .line .CAJour {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 992px) {
  #dashboard .line .CAJour {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#dashboard .line .CAJour .CAJourDiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 992px) {
  #dashboard .line .CAJour .CAJourDiv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto;
    text-align: center;
    padding: 10px 15px;
  }
  #dashboard .line .CAJour .CAJourDiv p {
    margin: 10px auto 20px;
  }
}
@media screen and (max-width: 768px) {
  #dashboard .line .CAJour .CAJourDiv {
    padding: 10px;
  }
}
#dashboard .line .CAJour .CAJourDiv h3 {
  margin: auto;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #dashboard .line .CAJour .CAJourDiv h3 {
    font-size: 1.17em;
  }
}
#dashboard .line .CAJour #CAJourEnData,
#dashboard .line .CAJour #CAJourPtData {
  font-size: 35px;
  padding: 0 20px;
  font-weight: bold;
  margin: 0;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  #dashboard .line .CAJour #CAJourEnData,
  #dashboard .line .CAJour #CAJourPtData {
    font-size: 20px;
    padding: 10px 0;
  }
}
#dashboard .line .lowerCase {
  text-transform: lowercase;
}
#dashboard .line .upperCase {
  text-transform: uppercase;
}
#dashboard .line .listeadefinir {
  min-width: 180px;
}
#dashboard .line .listeadefinir li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
#dashboard .line .listeadefinir li p {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  min-width: 30px;
}
#dashboard .line .listeadefinir li p:last-child {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
}
#dashboard .line .listeadefinir li img {
  margin-left: 6px;
}
@media screen and (max-width: 768px) {
  #dashboard .line {
    display: block;
  }
  #dashboard .line #CAJourData {
    font-size: 50px;
    text-align: center;
  }
  #dashboard .line .listeadefinir {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  #dashboard .line .listeadefinir li {
    display: block;
  }
  #dashboard .line .listeadefinir li p {
    display: inline-block;
    vertical-align: middle;
  }
  #dashboard .line .listeadefinir li img {
    margin: 0 8px;
    display: inline-block;
    vertical-align: middle;
  }
}
#dashboard .results-data-mob {
  display: none;
}
#dashboard .results-data-mob p {
  margin: 10px 0;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}
#dashboard .results-data-mob p #Ca_mensN1Data_mob {
  font-size: 24px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #dashboard .results-data-mob {
    display: block;
  }
}
#dashboard .chart-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-preferred-size: 80px;
      flex-basis: 80px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#dashboard .chart-horizontal > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#dashboard .chart-horizontal > div.results-data {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#dashboard .chart-horizontal .label {
  text-align: center;
  min-width: 80px;
  font-size: 20px;
  text-transform: uppercase;
}
#dashboard .chart-horizontal .label p {
  margin: 0;
}
#dashboard .chart-horizontal .label p::fist-child {
  margin-bottom: 30px;
}
#dashboard .chart-horizontal .results {
  text-align: center;
  min-width: 110px;
  font-size: 24px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 15px;
}
#dashboard .chart-horizontal .results p {
  margin: 0;
  text-align: right;
}
#dashboard .chart-horizontal .results p:fist-child {
  margin-bottom: 30px;
}
#dashboard .chart-horizontal .results-data {
  text-align: center;
  min-width: 200px;
  font-size: 24px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 25px;
}
#dashboard .chart-horizontal .results-data p {
  margin: 0;
  text-align: right;
  padding: 0 15px;
  white-space: nowrap;
}
#dashboard .chart-horizontal .results-data p:first-child {
  font-size: 30px;
}
#dashboard .chart-horizontal .results-data p:last-child {
  font-weight: 400;
}
#dashboard .chart-horizontal .results-data h4 {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #dashboard .chart-horizontal .results-data {
    display: none;
  }
}
#dashboard .chart-horizontal .bars {
  width: 55%;
}
@media screen and (max-width: 480px) {
  #dashboard .chart-horizontal .bars {
    width: 30%;
  }
}
#dashboard .chart-horizontal .bars .bar {
  display: block;
  width: 100%;
  height: 24px;
  background: #ebebeb;
  overflow: hidden;
}
#dashboard .chart-horizontal .bars .bar span {
  display: block;
  height: 100%;
}
#dashboard .chart-horizontal .bars .bar span.rouge {
  background-color: #ed0000;
}
#dashboard .chart-horizontal .bars .bar span.vert {
  background-color: #009640;
}
#dashboard .chart-horizontal .bars .bar.days {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #dashboard .chart-horizontal .bars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #dashboard .chart-horizontal .bars .bar {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}
@media screen and (max-width: 768px) {
  #dashboard .chart-horizontal {
    margin-top: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#dashboard .results-data-cumul {
  background-color: #D3D3D3;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  #dashboard .results-data-cumul {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}
#dashboard .results-data-cumul h3 {
  white-space: nowrap;
}
#dashboard .results-data-cumul p {
  font-size: 35px;
  font-weight: bold;
  margin: 0;
  white-space: nowrap;
}
#dashboard .title-stats {
  padding: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  text-align: right;
  color: #4c4c4c;
  background-color: #ebebeb;
}
#dashboard .title-stats span {
  font-size: 13px;
  font-weight: 400;
  text-transform: lowercase;
}
@media screen and (max-width: 768px) {
  #dashboard .title-stats {
    text-align: center;
  }
}
#dashboard .hitlist-legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 23px 10px 10px;
  background: #b2b2b2;
}
#dashboard .hitlist-legend p {
  margin: 0;
  color: #323232;
}
#dashboard .hitlist-legend p:first-child {
  width: 65%;
}
#dashboard .hitlist-legend p:nth-child(2) {
  width: 15%;
  text-align: center;
}
#dashboard .hitlist-legend p:last-child {
  width: 20%;
  text-align: center;
}
#dashboard .hitlist {
  padding: 10px;
  color: #323232;
  max-height: 500px;
  overflow-y: auto;
}
#dashboard .hitlist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#dashboard .hitlist span {
  font-size: 13px;
}
#dashboard .hitlist span:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 65%;
          flex: 0 1 65%;
}
@media screen and (max-width: 768px) {
  #dashboard .hitlist span:first-child {
    text-align: left;
  }
}
#dashboard .hitlist span:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 15%;
          flex: 0 1 15%;
  text-align: center;
}
#dashboard .hitlist span:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
  text-align: right;
  white-space: nowrap;
}
#dashboard .reorders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 0px 0 25px 0;
}
#dashboard .reorders input {
  min-width: 1%;
  text-align: center;
}
#dashboard .reorders input#pc_ReCde {
  font-size: 60px;
  font-weight: 700;
  min-width: 1%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
  width: 130px;
  color: #ed0000;
}
#dashboard .reorders p {
  font-size: 32px;
  margin: 0;
}
#dashboard .reorders input#pc_ReCdeN1 {
  font-size: 32px;
  min-width: 1%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  width: 70px;
  color: #323232;
}
#dashboard .reorders p#Pourcent_ReCde {
  display: none;
  /*position: absolute;
			bottom: 10px;
			right: 10px;
			font-size: 13px;
			font-weight: 700;
			display: inline-flex;
			align-items: center;
			height: 21px;
			border-radius: 10px;			
			padding: 0 5px;
			&.vert {
				color: #009640;
				background: rgba(0,150,64,.2);
			}
			&.rouge {
				color: #ed0000;
				background: rgba(237,0,0,.2);
			}*/
}
#dashboard .active-practitioners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 0px 0 25px 0;
}
#dashboard .active-practitioners input {
  min-width: 1%;
  text-align: center;
}
#dashboard .active-practitioners input#PratActif {
  font-size: 60px;
  font-weight: 700;
  min-width: 1%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
  width: 130px;
  color: #148bbc;
}
#dashboard .active-practitioners p {
  font-size: 32px;
  margin: 0;
}
#dashboard .active-practitioners input#PratActif_N1 {
  font-size: 32px;
  min-width: 1%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  width: 70px;
  color: #323232;
}
#dashboard .active-practitioners p#Pourcent_PratActif {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 13px;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 21px;
  border-radius: 10px;
  padding: 0 5px;
}
#dashboard .active-practitioners p#Pourcent_PratActif.vert {
  color: #009640;
  background: rgba(0, 150, 64, 0.2);
}
#dashboard .active-practitioners p#Pourcent_PratActif.rouge {
  color: #ed0000;
  background: rgba(237, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  #dashboard .active-practitioners p#Pourcent_PratActif {
    font-size: 25px;
    height: 25px;
    padding: 0 10px;
  }
}
#dashboard .avg-day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 0px 0 10px 0;
}
#dashboard .avg-day input {
  min-width: 1%;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  color: #323232;
  width: 100%;
}
#dashboard .sector {
  color: #323232;
  max-height: 680px;
  overflow-y: auto;
}
#dashboard .sector li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 10px;
  border-top: 1px solid #ebebeb;
}
#dashboard .sector li .photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
  overflow: hidden;
  margin-right: 10px;
}
#dashboard .sector li .photo img {
  max-width: 100%;
}
#dashboard .sector li .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
#dashboard .sector li p {
  margin: 0;
}
#dashboard .sector li .first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#dashboard .sector li .first span:last-child {
  font-size: 18px;
  text-align: right;
}
#dashboard .sector li .datas {
  text-align: center;
}
#dashboard .sector li .percent-bar {
  display: block;
  height: 8px;
  width: 100%;
  overflow: hidden;
}
#dashboard .sector li .percent-bar span {
  display: block;
  height: 8px;
}
#dashboard .sector li .percent-bar span.vert {
  background-color: #009640;
}
#dashboard .sector li .percent-bar span.rouge {
  background-color: #ed0000;
}
#dashboard .order-flux {
  background: #148bbc;
  padding: 15px 8px 1px 8px;
}
#dashboard .order-flux .banner-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid white;
  padding-bottom: 4px;
}
#dashboard .order-flux .banner-1 .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48px;
          flex: 0 1 48px;
  margin-right: 10px;
}
#dashboard .order-flux .banner-1 .icon svg {
  fill: white;
}
#dashboard .order-flux .banner-1 .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 0px;
          flex: 0 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#dashboard .order-flux .banner-1 .text p {
  text-transform: uppercase;
  color: white;
  margin: 0;
  white-space: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
#dashboard .order-flux .banner-1 .text p span {
  display: inline-block;
}
#dashboard .order-flux .banner-1 .text p:first-of-type {
  font-size: 18px;
  font-weight: 700;
}
#dashboard .order-flux .banner-1 .text p:first-of-type span {
  width: 26px;
  height: 26px;
  background: red;
  border: 1px solid white;
  text-align: center;
  border-radius: 100%;
  font-weight: 700;
}
#dashboard .order-flux .banner-1 .text p:last-of-type {
  font-size: 14px;
  font-style: italic;
  text-align: center;
}
#dashboard .order-flux .banner-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 4px;
}
#dashboard .order-flux .banner-2 .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 54px;
          flex: 0 0 54px;
  margin-left: 10px;
}
#dashboard .order-flux .banner-2 .icon img {
  width: 100%;
}
#dashboard .order-flux .banner-2 .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 0px;
          flex: 0 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
}
#dashboard .order-flux .banner-2 .text p {
  text-transform: uppercase;
  color: white;
  margin: 0;
  text-align: center;
}
#dashboard .order-flux .banner-2 .text h2 {
  text-align: center;
  text-transform: uppercase;
  color: white;
}
#dashboard .order-flux .banner-2 h2 {
  font-size: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  margin: 0;
}
#dashboard .order-flux .banner-2 h2 span {
  font-weight: 700;
  margin-right: 5px;
  display: inline-block;
}
#dashboard .order-flux .banner-2 p {
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  width: 100%;
  text-align: center;
}
#dashboard .order-flux .banner-2 p span {
  width: 22px;
  height: 22px;
  font-weight: 700;
  background: red;
  border: 1px solid white;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
}
#dashboard .order-flux #Flux_Cde {
  max-height: 900px;
  -ms-overflow-y: auto;
  overflow-y: auto;
}
#dashboard .order-flux .title-twolines {
  color: #FFF;
  margin-bottom: 15px;
}
#dashboard .order-flux .order-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #FFF;
  padding: 5px 10px 5px 10px;
  margin-bottom: 8px;
  line-height: 15px;
  font-size: 12px;
}
#dashboard .order-flux .order-item .right {
  text-align: right;
}
#dashboard .order-flux .order-item p {
  margin: 0;
}
#dashboard .order-flux .order-item p.name {
  margin-bottom: 10px;
}
#dashboard .order-flux .order-item p.price {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
}
#dashboard .order-flux .order-item p.status {
  font-weight: 700;
  color: #ed0000;
  text-transform: uppercase;
}
#dashboard .order-flux .order-item.type-01 {
  border-bottom: 10px solid #f5db04;
}
#dashboard .order-flux .order-item.type-04 {
  border-bottom: 10px solid #7cc5ef;
}
#dashboard .order-flux .order-item.type-05 {
  border-bottom: 10px solid #a558a5;
}
#dashboard .order-flux .order-item.type-02 {
  border-bottom: 10px solid #fb3838;
}
#dashboard .order-flux .order-item.type-06 {
  border-bottom: 10px solid #258f00;
}
#dashboard .order-flux .order-item.type-07 {
  border-bottom: 10px solid #575757;
}
#dashboard .order-flux .order-item.type-08 {
  border-bottom: 10px solid #111645;
}
#dashboard .order-flux .order-item.type-09 {
  border-bottom: 10px solid #ed7f10;
}
.morris-hover.morris-default-style {
  display: block!important;
}
/* HOME CCN */
#home-ccn {
  height: auto;
}
#home-ccn ul#ccn {
  position: absolute;
  top: 100%;
  border: 1px solid #4c4c4c;
  z-index: 10;
  background: #FFF;
}
#home-ccn .ccn-filter-block {
  overflow: visible;
}
#home-ccn .stats-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #home-ccn .stats-bar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  #home-ccn .stats-bar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#home-ccn .stats-bar > div {
  padding: 5px 0;
}
#home-ccn .stats-bar .title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 15%;
          flex: 1 1 15%;
  -ms-flex-item-align: center;
      align-self: center;
}
#home-ccn .stats-bar .title h2 {
  margin: 0;
  padding: 0;
  text-align: center;
}
#home-ccn .stats-bar .title h3 {
  color: #323232;
  text-align: center;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #home-ccn .stats-bar .title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}
@media screen and (max-width: 767px) {
  #home-ccn .stats-bar .title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
#home-ccn .stats-bar .chart {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #home-ccn .stats-bar .chart {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}
@media screen and (max-width: 767px) {
  #home-ccn .stats-bar .chart {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
#home-ccn .stats-bar .stats {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 27%;
          flex: 0 0 27%;
  -ms-flex-item-align: center;
      align-self: center;
}
#home-ccn .stats-bar .stats p {
  margin: 0;
  text-align: left;
}
#home-ccn .stats-bar .stats p:first-of-type {
  font-weight: 700;
}
#home-ccn .stats-bar .stats p:last-of-type {
  display: inline-block;
  padding: 3px;
  background: #93278f;
  color: white;
  font-weight: 700;
}
#home-ccn .stats-bar .stats .stats-numbers {
  font-size: 32px;
  font-weight: 700;
}
#home-ccn .stats-bar .stats .stats-numbers span {
  font-size: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #home-ccn .stats-bar .stats {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}
@media screen and (max-width: 767px) {
  #home-ccn .stats-bar .stats {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
}
#home-ccn .stats-bar .numbers {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-left: 1px solid #ebebeb;
}
#home-ccn .stats-bar .numbers ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
#home-ccn .stats-bar .numbers ul li {
  padding: 7px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
}
#home-ccn .stats-bar .numbers ul li div {
  height: 100%;
  border: 1px solid #93278f;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
#home-ccn .stats-bar .numbers ul li div p {
  font-weight: 700;
  font-size: 12px;
  margin: 0;
}
#home-ccn .stats-bar .numbers ul li div p.big {
  font-size: 26px;
  color: #93278f;
}
#home-ccn .stats-bar .numbers ul li div p:not(.big) {
  line-height: 12px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #home-ccn .stats-bar .numbers {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media screen and (max-width: 767px) {
  #home-ccn .stats-bar .numbers {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
#home-ccn #stats-circle {
  margin-bottom: -45%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #home-ccn #stats-circle {
    margin-bottom: -25%;
    max-width: 60%;
  }
}
#home-ccn .to-call-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#home-ccn .to-call-block .to-call-stat {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
  font-size: 40px;
  font-weight: 700;
  border: 1px solid #93278f;
  border-radius: 6px;
  text-align: center;
}
#home-ccn .to-call-block .to-call-stat:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0;
  background: #93278f;
}
#home-ccn .to-call-block .to-call-stat p {
  margin: 0;
}
#home-ccn .to-call-block .to-call-list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  max-height: 120px;
  overflow-y: scroll;
  margin-left: 10px;
}
#home-ccn .to-call-block .to-call-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 7px 0;
  padding-right: 10px;
}
#home-ccn .to-call-block .to-call-list li + li {
  border-top: 1px solid #ebebeb;
}
#home-ccn .to-call-block .to-call-list li p {
  margin: 0;
}
#home-ccn .to-call-block .to-call-list li p:first-child {
  font-weight: 700;
  text-transform: uppercase;
}
#home-ccn .to-call-block .to-call-list li p:last-child {
  text-align: right;
}
#home-ccn #Lst_Client {
  list-style: inside none;
  margin: 0;
  padding: 0;
  max-height: 350px;
  -ms-overflow-y: scroll;
  overflow-y: scroll;
}
#home-ccn #Lst_Client li {
  border-top: 1px solid #ebebeb;
}
#home-ccn #Lst_Client li:last-child {
  border-bottom: 1px solid #ebebeb;
}
#home-ccn #Lst_Client li:nth-child(even) {
  background: #f5f5f5;
}
#home-ccn #Lst_Client li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 15px;
  color: #323232;
  margin: 0;
  font-size: 15px;
}
#home-ccn #Lst_Client li a p {
  margin: 0;
}
#home-ccn #Lst_Client li a p:last-child {
  font-size: 14px;
  color: #4c4c4c;
}
#home-ccn #Lst_Client li a.red p {
  color: red;
}
#home-ccn #Lst_Client li a:hover p {
  color: #ff6e45;
}
#home-ccn #NomDuClient:empty {
  display: none;
}
#home-ccn h2 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #323232;
  margin-bottom: 30px;
  position: relative;
  padding-left: 30px;
  padding-top: 15px;
}
#home-ccn h2 .fa {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 50px;
  opacity: .2;
  color: #148bbc;
}
#home-ccn .prat-visit {
  margin-top: 30px;
}
#home-ccn .prat-visit h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  color: #323232;
}
@media screen and (min-width: 769px) {
  #home-ccn .prat-visit ul {
    height: 423px;
    -ms-overflow-y: auto;
    overflow-y: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #home-ccn .prat-visit ul {
    height: 455px;
  }
}
#home-ccn .prat-visit ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ebebeb;
}
#home-ccn .prat-visit ul li:last-child {
  border-bottom: none;
}
#home-ccn .prat-visit ul li a {
  width: 50%;
  font-size: 12px;
  text-transform: uppercase;
}
#home-ccn .prat-visit ul li a:hover {
  color: #656565;
}
#home-ccn .prat-visit ul li p {
  width: 50%;
  font-size: 12px;
  text-align: right;
}
#home-ccn .prat-visit ul li p span:first-of-type {
  color: #3fbf6d;
  display: inherit;
}
#home-ccn .prat-visit ul li p span:first-of-type:empty {
  display: none;
}
#home-ccn .prat-visit ul li p span:last-of-type {
  color: #a26a9c;
  font-weight: 700;
  font-size: 18px;
}
#home-ccn .prat-visit-amb h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  color: #323232;
}
@media screen and (min-width: 769px) {
  #home-ccn .prat-visit-amb ul {
    height: 423px;
    -ms-overflow-y: auto;
    overflow-y: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #home-ccn .prat-visit-amb ul {
    height: 455px;
    -ms-overflow-y: scroll;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 767px) {
  #home-ccn .prat-visit-amb ul {
    height: 455px;
    -ms-overflow-y: scroll;
    overflow-y: scroll;
  }
}
#home-ccn .prat-visit-amb ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ebebeb;
  font-size: 12px;
  padding-right: 10px;
}
#home-ccn .prat-visit-amb ul li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  #home-ccn .prat-visit-amb ul li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 5px;
  }
}
#home-ccn .prat-visit-amb ul li a:first-of-type {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  #home-ccn .prat-visit-amb ul li a:first-of-type {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
  }
}
#home-ccn .prat-visit-amb ul li a:first-of-type div {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
}
#home-ccn .prat-visit-amb ul li a:first-of-type img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#home-ccn .prat-visit-amb ul li a:first-of-type p {
  margin: 0;
  text-align: center;
}
#home-ccn .prat-visit-amb ul li a:first-of-type:hover {
  color: #656565;
}
#home-ccn .prat-visit-amb ul li a:nth-of-type(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  text-align: left;
  padding-left: 15px;
}
#home-ccn .prat-visit-amb ul li a:nth-of-type(2):hover {
  color: #656565;
}
@media screen and (max-width: 767px) {
  #home-ccn .prat-visit-amb ul li a:nth-of-type(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}
#home-ccn .prat-visit-amb ul li > div:first-of-type {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
@media screen and (max-width: 767px) {
  #home-ccn .prat-visit-amb ul li > div:first-of-type {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
#home-ccn .prat-visit-amb ul li > div:first-of-type p:first-of-type {
  text-align: center;
}
#home-ccn .prat-visit-amb ul li > div:first-of-type p:first-of-type span:first-of-type {
  color: #a26a9c;
  font-weight: 700;
  font-size: 18px;
}
#home-ccn .prat-visit-amb ul li > div:first-of-type p:first-of-type span:nth-of-type(2) {
  color: #ff6e45;
  font-weight: 700;
  display: inherit;
}
#home-ccn .prat-visit-amb ul li > div:first-of-type p:first-of-type span:nth-of-type(2):empty {
  display: none;
}
#home-ccn .prat-visit-amb ul li > div:first-of-type p:last-of-type {
  text-align: center;
  display: inherit;
  color: #323232;
}
#home-ccn .prat-visit-amb ul li > div:first-of-type textarea {
  border: none;
  resize: none;
  text-align: center;
  display: block;
  width: 100%;
  color: #323232;
  border: 1px solid #b2b2b2;
}
#home-ccn .prat-visit-amb ul li > div:first-of-type textarea:empty {
  display: none;
}
#home-ccn .prat-visit-amb ul li > div:first-of-type textarea:disabled {
  background: none;
  border: 1px solid transparent;
}
#home-ccn .prat-visit-amb ul li > div:first-of-type textarea:hover {
  cursor: pointer;
  border: 1px solid #ebebeb;
  -webkit-transition: border ease-in-out 0.2s;
  transition: border ease-in-out 0.2s;
}
#home-ccn .prat-visit-amb ul li > p:last-of-type {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #home-ccn .prat-visit-amb ul li > p:last-of-type {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 30%;
            flex: 1 1 30%;
  }
}
#home-ccn .prat-visit-amb ul li .amb-btn-a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
}
#home-ccn .prat-visit-amb ul li .amb-btn-a button {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  overflow: hidden;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  margin: auto;
  border: none;
}
#home-ccn .prat-visit-amb ul li .amb-btn-a button.blocked {
  background: #ff6e45;
}
#home-ccn .prat-visit-amb ul li .amb-btn-a button.blocked .fa-lock-open {
  display: none;
}
#home-ccn .prat-visit-amb ul li .amb-btn-a button:not(.blocked) {
  background: #3fbf6d;
}
#home-ccn .prat-visit-amb ul li .amb-btn-a button:not(.blocked) .fa-lock {
  display: none;
}
#home-ccn .prat-visit-amb ul li .amb-btn-b {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}
@media screen and (max-width: 767px) {
  #home-ccn .prat-visit-amb ul li .amb-btn-b {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
  }
}
#home-ccn .prat-visit-amb ul li .amb-btn-b button {
  width: 100px;
  height: 30px;
  border-radius: 6px;
  overflow: hidden;
  background: #a26a9c;
  text-align: center;
  margin: auto;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#home-ccn .prat-visit-amb ul li .amb-btn-b button i {
  color: #FFFFFF;
  font-size: 19px;
}
#home-ccn .prat-visit-amb ul li .amb-btn-b button p {
  color: #FFFFFF;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: 5px;
}
#home-ccn .prat-visit-amb ul li .amb-btn-b button:disabled {
  background-color: #b2b2b2;
}
#home-ccn .prat-visit-amb ul li .amb-btn-b button:disabled i,
#home-ccn .prat-visit-amb ul li .amb-btn-b button:disabled p {
  color: #FFFFFF;
}
@media screen and (min-width: 769px) {
  #home-ccn .calendar-full {
    height: 571px;
    -ms-overflow-y: auto;
    overflow-y: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #home-ccn .calendar-full {
    height: 255px;
  }
}
#home-ccn .calendar-full > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
#home-ccn .calendar-full > li .date {
  -ms-flex-preferred-size: 40px;
      flex-basis: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #148bbc;
  margin-top: 3px;
  line-height: 14px;
}
#home-ccn .calendar-full > li .date span {
  display: inline-block;
  width: 100%;
}
#home-ccn .calendar-full > li .date span:first-child {
  font-size: 22px;
  font-weight: 700;
}
#home-ccn .calendar-full > li .date span:last-child {
  font-size: 16px;
  font-weight: 700;
}
#home-ccn .calendar-full > li .calendar-day {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
#home-ccn .calendar-full > li .calendar-day li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ebebeb;
}
#home-ccn .calendar-full > li .calendar-day li span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6px;
          flex: 0 0 6px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
#home-ccn .calendar-full > li .calendar-day li a:last-of-type {
  margin: 0;
  color: #323232;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  font-size: 14px;
  padding: 10px;
}
#home-ccn .calendar-full > li .calendar-day li a:last-of-type span {
  font-weight: 700;
}
#home-ccn .calendar-full > li .calendar-day li a:last-of-type:hover {
  color: #656565;
}
#home-ccn .calendar-full > li .calendar-day li a:first-of-type {
  margin: 0 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
}
#home-ccn .calendar-full > li .calendar-day li a:first-of-type img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#home-ccn .stat {
  text-align: center;
  margin-bottom: 60px;
}
#home-ccn .stat p.big {
  font-size: 40px;
  color: #ff6e45;
  margin: 0 0 15px 0;
}
#home-ccn .stat p:not(.big) {
  text-transform: uppercase;
  font-size: 14px;
}
#home-ccn .inner.mb0 {
  margin-bottom: 0 !important;
}
#home-ccn .inner.pb0 {
  padding-bottom: 1px !important;
}
#home-ccn .filter-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #ECE0EA;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  #home-ccn .filter-bar.amb {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 10px 0 10px;
  }
}
#home-ccn .filter-bar .ccn-filter-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 250px;
          flex: 0 1 250px;
  margin-bottom: 0;
}
#home-ccn .filter-bar .ccn-update-btn {
  width: auto;
  padding: 10px;
  margin: 0 0 0 15px;
}
#home-ccn .filter-bar .field.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 0 auto;
}
#home-ccn .filter-bar .field.checkbox label {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 0;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  #home-ccn .filter-bar.amb {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #home-ccn .filter-bar.amb .ccn-filter-block {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
  #home-ccn .filter-bar.amb .field.checkbox {
    margin: 0;
  }
}
/* PRACTITIONER */
#practitioner .infos .hidden {
  display: none !important;
}
#practitioner .call-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
}
#practitioner .call-status p {
  margin-left: 10px;
  font-size: 16px;
  text-transform: uppercase;
}
#practitioner .call-status .switch {
  position: relative;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45px;
          flex: 0 0 45px;
  width: 45px;
  height: 24px;
}
#practitioner .call-status .switch input {
  display: none;
}
#practitioner .call-status .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #b2b2b2;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 12px;
}
#practitioner .call-status .switch .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}
#practitioner .call-status .switch input:checked + .slider {
  background-color: #148bbc;
}
#practitioner .call-status .switch input:checked + .slider:before {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
#practitioner .edit-data {
  display: block;
  font-size: 12px;
  color: #148bbc;
  cursor: pointer;
}
#practitioner .edit-data span {
  margin-left: 7px;
}
#practitioner .edit-data:hover {
  text-decoration: underline;
}
#practitioner .inner-title {
  font-size: 20px;
  font-weight: 300;
  color: #b2b2b2;
  text-transform: uppercase;
  border-bottom: 2px solid #ebebeb;
}
#practitioner .photo {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
#practitioner .photo-mobile {
  max-height: 68px;
  margin-right: 10px;
  float: left;
}
#practitioner .profile h1 {
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  color: #323232;
}
#practitioner .profile h2 {
  font-size: 22px;
  font-weight: 400;
  color: #323232;
}
#practitioner .profile .location {
  position: relative;
}
#practitioner .profile .location p {
  text-transform: uppercase;
  line-height: 14px;
  padding-left: 30px;
}
#practitioner .profile .location .fa {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  color: #a26a9c;
  font-size: 28px;
}
#practitioner .profile .spec-infos .title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
}
#practitioner .profile .contact .fa {
  display: inline-block;
  vertical-align: middle;
  color: #a26a9c;
}
#practitioner .profile .contact .fa.fa-mobile {
  font-size: 24px;
}
#practitioner .profile .contact .fa.fa-phone {
  font-size: 18px;
}
#practitioner .profile .contact .fa.fa-envelope {
  font-size: 14px;
}
#practitioner .profile .contact span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
}
#practitioner .profile .infos {
  text-align: right;
}
#practitioner .profile .infos h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #323232;
  margin-bottom: 0;
}
#practitioner .profile .infos p {
  margin-top: 0;
}
#practitioner .profile .infos .status {
  font-size: 20px;
}
#practitioner .profile .infos .status.Gris {
  color: #b2b2b2;
}
#practitioner .profile .infos .status.Vert {
  color: #24d89f;
}
@media screen and (max-width: 769px) {
  #practitioner .profile .infos {
    text-align: left;
  }
}
#practitioner .profile .big-buttons {
  margin: 30px 0 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#practitioner .profile .big-buttons a {
  border-radius: 6px;
  overflow: hidden;
  min-width: 15%;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
#practitioner .profile .big-buttons a .fa {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  color: #FFF;
  padding: 5px 10px;
}
#practitioner .profile .big-buttons a span {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  color: #FFF;
  padding: 5px 15px;
  border-left: 1px solid #FFF;
}
#practitioner .profile .big-buttons a.call {
  background-color: #e6bc29;
}
#practitioner .profile .big-buttons a.call:hover {
  background-color: #edcf64;
}
#practitioner .profile .big-buttons a.meeting {
  background-color: #db6383;
}
#practitioner .profile .big-buttons a.meeting:hover {
  background-color: #e799ae;
}
#practitioner .profile .big-buttons a.report {
  background-color: #4b82e3;
}
#practitioner .profile .big-buttons a.report:hover {
  background-color: #84aaec;
}
#practitioner .profile .big-buttons a.pract {
  background-color: #00cfb5;
}
#practitioner .profile .big-buttons a.pract:hover {
  background-color: #00f3d4;
}
@media screen and (max-width: 769px) {
  #practitioner .profile .big-buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #practitioner .profile .big-buttons a {
    min-width: 45%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 769px) {
  #practitioner .profile .big-buttons {
    display: block;
  }
  #practitioner .profile .big-buttons a {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
}
#practitioner .sector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#practitioner .sector .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#practitioner .sector .left .photo {
  max-width: 100px;
  max-height: 100px;
  margin-right: 15px;
}
#practitioner .sector .left p {
  font-size: 22px;
  margin: 0;
  line-height: 22px;
}
#practitioner .sector .left p span {
  font-size: 18px;
}
#practitioner .sector .left a {
  margin-top: 10px;
}
#practitioner .sector .right h3 {
  font-size: 14px;
  color: #323232;
}
#practitioner .sector .right p {
  margin-top: 0;
}
@media screen and (max-width: 481px) {
  #practitioner .sector {
    display: block;
  }
}
#practitioner .stats h2 {
  color: #323232;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
}
#practitioner .stats h2 span {
  font-size: 12px;
}
#practitioner .stats .ca-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#practitioner .stats .current {
  line-height: 26px;
  font-size: 22px;
  font-weight: 700;
}
#practitioner .stats .current span {
  font-size: 32px;
  font-weight: 400;
}
#practitioner .stats .previous {
  font-size: 16px;
  margin-left: 50px;
}
#practitioner .stats .re-cmd {
  padding: 0 15px;
  text-align: center;
  border: 1px solid #ebebeb;
  border-top: none;
  border-bottom: none;
}
#practitioner .stats .re-cmd ul li {
  color: #323232;
}
#practitioner .stats .re-cmd ul li span {
  display: inline-block;
  vertical-align: middle;
}
#practitioner .stats .re-cmd ul li span.month {
  font-size: 38px;
  color: #8ed824;
}
#practitioner .stats .re-cmd ul li span.trim {
  font-size: 34px;
  color: #24d89f;
}
#practitioner .stats .re-cmd ul li span.year {
  font-size: 30px;
  color: #148bbc;
}
#practitioner .stats .re-cmd ul li span:first-child {
  width: 40%;
  text-align: right;
}
#practitioner .stats .re-cmd ul li span:last-child {
  font-size: 16px;
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 769px) {
  #practitioner .stats .re-cmd {
    border-right: none;
  }
}
@media screen and (max-width: 481px) {
  #practitioner .stats .re-cmd {
    border: none;
    border-top: 1px solid #ebebeb;
  }
}
#practitioner .stats .top-products .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#practitioner .stats .top-products .lists ul {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-top: 15px;
}
#practitioner .stats .top-products .lists ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#practitioner .stats .top-products .lists ul li span {
  color: #323232;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
#practitioner .stats .top-products .lists ul li span:first-child {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
}
#practitioner .stats .top-products .lists ul li span:last-child {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  text-align: right;
}
#practitioner .stats .top-products .lists ul#TopProduits1 {
  margin-right: 15px;
}
#practitioner .stats .top-products .lists ul#TopProduits1 li {
  padding: 5px;
  font-size: 16px;
}
#practitioner .stats .top-products .lists ul#TopProduits1 li:nth-child(odd) {
  background: #ebebeb;
}
@media screen and (max-width: 769px) {
  #practitioner .stats .top-products {
    margin-bottom: 15px;
    border-top: 1px solid #ebebeb;
  }
}
#practitioner .stats .evo-ca-year {
  border-top: 1px solid #ebebeb;
  padding-top: 15px;
}
#practitioner .reports h2,
#practitioner .phonecalls h2 {
  color: #323232;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
}
#practitioner .reports .repNbr,
#practitioner .phonecalls .repNbr {
  display: none;
}
#practitioner .reports .last-report,
#practitioner .phonecalls .last-report {
  border: 1px solid #a26a9c;
  padding: 15px 0 0 0;
  margin-top: 10px;
}
#practitioner .reports .last-report .infos,
#practitioner .phonecalls .last-report .infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
}
#practitioner .reports .last-report .infos p,
#practitioner .phonecalls .last-report .infos p {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
#practitioner .reports .last-report .infos p:last-child,
#practitioner .phonecalls .last-report .infos p:last-child {
  text-align: right;
}
#practitioner .reports .last-report p,
#practitioner .phonecalls .last-report p {
  margin: 0;
}
#practitioner .reports .last-report #Rap_Date,
#practitioner .phonecalls .last-report #Rap_Date,
#practitioner .reports .last-report #Ap_Date,
#practitioner .phonecalls .last-report #Ap_Date {
  font-size: 16px;
  font-weight: bold;
}
#practitioner .reports .last-report #Rap_Nom,
#practitioner .phonecalls .last-report #Rap_Nom,
#practitioner .reports .last-report #Ap_Nom,
#practitioner .phonecalls .last-report #Ap_Nom {
  font-size: 16px;
  font-weight: bold;
}
#practitioner .reports .last-report #Rap_Corps,
#practitioner .phonecalls .last-report #Rap_Corps,
#practitioner .reports .last-report #Ap_Corps,
#practitioner .phonecalls .last-report #Ap_Corps {
  padding: 0 15px;
  margin-top: 15px;
  color: #323232;
  font-size: 14px;
  text-align: justify;
  white-space: pre-wrap;
}
#practitioner .reports .last-report .action,
#practitioner .phonecalls .last-report .action {
  padding: 15px;
  margin: 15px 0;
  background: #e7d8e5;
}
#practitioner .reports .last-report .action p,
#practitioner .phonecalls .last-report .action p {
  font-weight: bold;
  white-space: pre-wrap;
}
#practitioner .reports .last-report .action p span,
#practitioner .phonecalls .last-report .action p span {
  font-weight: 400;
}
#practitioner .reports .last-report .data,
#practitioner .phonecalls .last-report .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#practitioner .reports .last-report .data > div,
#practitioner .phonecalls .last-report .data > div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#practitioner .reports .last-report .data > div p,
#practitioner .phonecalls .last-report .data > div p {
  margin: 0;
}
#practitioner .reports .last-report .data > div p:first-child,
#practitioner .phonecalls .last-report .data > div p:first-child {
  font-size: 56px;
  margin-right: 5px;
  font-weight: 900;
  color: #148bbc;
}
#practitioner .reports .last-report .data > div p:last-child,
#practitioner .phonecalls .last-report .data > div p:last-child {
  font-size: 13px;
  line-height: 15px;
}
#practitioner .reports .last-report .data > div .popup-info,
#practitioner .phonecalls .last-report .data > div .popup-info {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #ebebeb;
  padding: 15px;
  z-index: 30;
}
#practitioner .reports .last-report .data > div .popup-info::before,
#practitioner .phonecalls .last-report .data > div .popup-info::before {
  content: "";
  background: #ebebeb;
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 50%;
  top: -5px;
  margin-left: -5px;
}
#practitioner .reports .last-report .data > div .popup-info p,
#practitioner .phonecalls .last-report .data > div .popup-info p {
  white-space: pre-wrap;
  color: #323232;
  font-weight: 400;
}
#practitioner .reports .last-report .data > div:hover,
#practitioner .phonecalls .last-report .data > div:hover {
  cursor: pointer;
}
#practitioner .reports .last-report .data > div:hover p,
#practitioner .phonecalls .last-report .data > div:hover p {
  color: #148bbc;
}
#practitioner .reports .last-report .data > div:hover > .popup-info,
#practitioner .phonecalls .last-report .data > div:hover > .popup-info {
  display: block;
}
#practitioner .reports .last-report .data > div:hover > .popup-info p,
#practitioner .phonecalls .last-report .data > div:hover > .popup-info p {
  color: #323232;
}
@media screen and (max-width: 992px) {
  #practitioner .reports .last-report .data,
  #practitioner .phonecalls .last-report .data {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #practitioner .reports .last-report .data > div,
  #practitioner .phonecalls .last-report .data > div {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  #practitioner .reports .last-report .data > div p:first-child,
  #practitioner .phonecalls .last-report .data > div p:first-child {
    font-size: 40px;
    margin-right: 5px;
    font-weight: 900;
    color: #148bbc;
  }
  #practitioner .reports .last-report .data > div p:last-child,
  #practitioner .phonecalls .last-report .data > div p:last-child {
    font-size: 12px;
    line-height: 15px;
  }
}
#practitioner .reports .last-report .edit,
#practitioner .phonecalls .last-report .edit {
  text-align: right;
}
#practitioner .reports .last-report .edit .edit-data,
#practitioner .phonecalls .last-report .edit .edit-data {
  display: inline-block;
  padding: 10px 15px;
}
#practitioner .reports .report-list,
#practitioner .phonecalls .report-list {
  border: 1px solid #b2b2b2;
  max-height: 250px;
  -ms-overflow-y: auto;
  overflow-y: auto;
}
#practitioner .reports .report-list #Lst_Rapports li,
#practitioner .phonecalls .report-list #Lst_Rapports li,
#practitioner .reports .report-list #Lst_Appels li,
#practitioner .phonecalls .report-list #Lst_Appels li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#practitioner .reports .report-list #Lst_Rapports li:hover span,
#practitioner .phonecalls .report-list #Lst_Rapports li:hover span,
#practitioner .reports .report-list #Lst_Appels li:hover span,
#practitioner .phonecalls .report-list #Lst_Appels li:hover span {
  color: #ff6e45;
  cursor: pointer;
}
#practitioner .reports .report-list #Lst_Rapports li span,
#practitioner .phonecalls .report-list #Lst_Rapports li span,
#practitioner .reports .report-list #Lst_Appels li span,
#practitioner .phonecalls .report-list #Lst_Appels li span {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  color: #323232;
  padding: 5px;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
#practitioner .reports .report-list #Lst_Rapports li:nth-child(even),
#practitioner .phonecalls .report-list #Lst_Rapports li:nth-child(even),
#practitioner .reports .report-list #Lst_Appels li:nth-child(even),
#practitioner .phonecalls .report-list #Lst_Appels li:nth-child(even) {
  background: #ebebeb;
}
#practitioner .phonecalls-2 .call-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  border-bottom: 1px solid #a26a9c;
}
#practitioner .phonecalls-2 .call-status p {
  margin-left: 10px;
  font-size: 16px;
  text-transform: uppercase;
}
#practitioner .phonecalls-2 .call-status .switch {
  position: relative;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45px;
          flex: 0 0 45px;
  width: 45px;
  height: 24px;
}
#practitioner .phonecalls-2 .call-status .switch input {
  display: none;
}
#practitioner .phonecalls-2 .call-status .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #b2b2b2;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 12px;
}
#practitioner .phonecalls-2 .call-status .switch .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}
#practitioner .phonecalls-2 .call-status .switch input:checked + .slider {
  background-color: #148bbc;
}
#practitioner .phonecalls-2 .call-status .switch input:checked + .slider:before {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
#practitioner .phonecalls-2 .tableresponsive {
  display: block;
  width: 100%;
  overflow-x: auto;
}
@media screen and (max-width: 768px) {
  #practitioner .phonecalls-2 .tableresponsive {
    max-width: 85vw;
  }
}
#practitioner .phonecalls-2 #tableau_appels {
  width: 100%;
}
#practitioner .phonecalls-2 #tableau_appels thead tr,
#practitioner .phonecalls-2 #tableau_appels tbody tr {
  border-bottom: 1px solid #cdcdcd;
}
#practitioner .phonecalls-2 #tableau_appels thead tr td,
#practitioner .phonecalls-2 #tableau_appels tbody tr td,
#practitioner .phonecalls-2 #tableau_appels thead tr th,
#practitioner .phonecalls-2 #tableau_appels tbody tr th {
  padding: 10px;
  color: #323232;
  font-size: 14px;
}
#practitioner .phonecalls-2 #tableau_appels tbody tr:nth-child(odd) {
  background: #ebebeb;
}
#practitioner .phonecalls-2 #tableau_appels tbody tr td {
  white-space: nowrap;
}
#practitioner .phonecalls-2 #tableau_appels tbody tr td p {
  max-width: 300px;
  text-align: justify;
  white-space: normal;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  #practitioner .phonecalls-2 #tableau_appels tbody tr td p {
    width: 300px;
  }
}
/* PRACTITIONER */
#myChart {
  width: 100%;
}
.form-fill .main-title {
  font-size: 14px;
  font-weight: 700;
  color: #323232;
  margin: 0 0 10px 0;
}
.form-fill .inner.user {
  background: #ebebeb;
}
.form-fill .inner.user .required {
  padding-top: 15px;
  text-align: left;
  color: #ff6e45;
  font-size: 12px;
}
.form-fill .inner.user .required.prat {
  text-align: right;
}
.form-fill .inner.user .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-fill .inner.user .profile p {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin-left: 10px;
}
.form-fill .inner.user .profile img {
  max-width: 90px;
  max-height: 90px;
}
.form-fill .inner.user .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .form-fill .inner.user .field {
    margin-bottom: 0;
  }
  .form-fill .inner.user .field + .field {
    margin-top: 15px;
  }
}
.form-fill .inner.user .field.special label {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
.form-fill .inner.user .field.special input {
  white-space: pre-line;
}
.form-fill .inner.user .field input[type=date] {
  width: 100%;
}
.form-fill .inner.user .field input {
  margin: 0;
}
.form-fill .inner.user .field label {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
}
.form-fill .inner.user .field label span {
  color: #ff6e45;
}
.form-fill .form-field + .form-field {
  margin-top: 30px;
}
.form-fill .form-field h3 {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
  padding: 7px;
  background: #a26a9c;
}
.form-fill .form-field .content {
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background: white;
}
.form-fill .form-field .content.pad {
  padding: 15px;
}
.form-fill .form-field textarea {
  display: block;
  width: 100%;
  border: 1px solid #ebebeb;
  padding: 15px;
  background: #FFF;
  color: #323232;
}
.form-fill .form-field button {
  width: 100%;
  padding: 5px 0;
  font-size: 20px;
  text-align: center;
  background: none;
  color: #b2b2b2;
  border: 1px dashed #b2b2b2;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.form-fill .form-field button:hover {
  color: #ff6e45;
  border-color: #ff6e45;
}
.form-fill .form-field p.choices {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 13px;
  height: 100px;
  overflow: auto;
  white-space: pre-wrap;
}
.form-fill .form-field .bdc-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form-fill .form-field .bdc-controls button.btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38px;
          flex: 0 0 38px;
  margin-left: 10px;
}
.form-fill .form-field .bdc-controls .field {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  margin: 0;
}
.form-fill .form-field .bdc-controls .field input {
  border-color: #b2b2b2;
}
.form-fill .form-field ul {
  max-height: 300px;
  overflow: auto;
}
.form-fill .form-field ul li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #323232;
  font-size: 13px;
  padding: 9px;
  border-bottom: 1px solid #ebebeb;
  cursor: pointer;
}
.form-fill .form-field ul li label:hover {
  color: #ff6e45;
}
.form-fill .form-field ul li input {
  margin-right: 5px;
}
.form-fill .field-photo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
.form-fill label[for=photo_file] {
  margin-bottom: 15px;
  display: block;
  border: 1px solid #ebebeb;
  color: #FFF;
  width: 100%;
  height: 40px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 14px 10px 0 10px;
  line-height: 12px;
  border-radius: 4px;
  background: #323232;
  cursor: pointer;
}
.form-fill label[for=photo_file]:hover {
  background: #4c4c4c;
}
.form-fill #photo_preview {
  max-width: 100%;
  max-height: 100%;
  border-radius: 6px;
}
.form-fill#practitioner .field {
  margin-bottom: 15px;
}
.form-fill#practitioner .field label {
  -ms-flex-preferred-size: 90px;
      flex-basis: 90px;
}
.form-fill#practitioner .inner.gutter:not(.user) .field {
  margin-bottom: 0;
}
.list-check {
  max-height: 500px;
  overflow: auto;
}
.list-check li.Titre input {
  display: none;
}
.list-check li.Titre label {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
}
.list-check li.Produit {
  border-left: 3px solid #5f96f5;
}
.list-check li.Produit:hover label {
  color: #5f96f5;
}
.list-check li.Famille {
  border-left: 3px solid #f96b6b;
}
.list-check li.Famille:hover label {
  color: #f96b6b;
}
.list-check li.Profil {
  border-left: 3px solid #b457e6;
}
.list-check li.Profil:hover label {
  color: #b457e6;
}
.list-check li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #323232;
  font-size: 13px;
  padding: 9px;
  border-bottom: 1px solid #ebebeb;
  cursor: pointer;
}
.list-check li input {
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .list-check {
    max-height: 360px;
  }
}
#LstProduits input[type=number] {
  width: 44px;
  height: 36px;
  margin-right: 10px;
  padding-left: 7px;
  font-size: 14px;
}
.modal#modalCustomers {
  display: block;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
}
.modal#modalCustomers .modal-title {
  color: #323232;
}
.modal.modalcv {
  display: block;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.modal.modalcv img {
  max-width: 100%;
  max-height: 150px;
  height: auto;
}
.modal.modalcv .modal-body {
  text-align: center;
}
.modal .modal-header {
  color: #a26a9c;
}
.modal .btn.mdl {
  font-size: 14px;
  padding: 10px 15px;
}
.modal textarea {
  display: block;
  width: 100%;
  border: 1px solid #ebebeb;
  padding: 15px;
  background: #FFF;
  color: #323232;
}
.modal-header.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
}
.modal-header.flex .close {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  height: 30px;
}
.modal-header.flex h4 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  font-size: 16PX;
  text-transform: uppercase;
}
.event-id-info {
  font-style: italic;
  color: grey;
}
#pratID,
.event-id-info {
  display: none;
}
.btn-calendar {
  display: inline-block;
  padding: 10px 15px;
  min-width: 140px;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
  border: none;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.btn-calendar + .btn-calendar {
  margin-left: 15px;
}
.btn-calendar.primary {
  background: #148bbc;
}
.btn-calendar.primary:hover {
  background: #4abdec;
}
.btn-calendar.secondary {
  background: #BB3131;
}
.btn-calendar.secondary:hover {
  background: #db7777;
}
@media screen and (max-width: 768px) {
  .btn-calendar {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .btn-calendar + .btn-calendar {
    margin-left: 0;
    margin-top: 15px;
  }
}
#calendar .ccn-agenda {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#calendar .ccn-agenda label {
  margin-right: 10px;
  font-size: 12px;
}
#calendar .cldh {
  height: 85vh;
}
#calendar .fc-header-toolbar button {
  color: #323232;
  background: #e0e0e0;
}
#calendar .fc-header-toolbar button.active {
  background: #cccccc;
}
#calendar .fc-header-toolbar button:not(.active):hover {
  color: #a26a9c;
}
#calendar .fc-header-toolbar button.fc-prev-button,
#calendar .fc-header-toolbar button.fc-agendaDay-button {
  border-radius: 4px 0 0 4px;
}
#calendar .fc-header-toolbar button.fc-next-button,
#calendar .fc-header-toolbar button.fc-month-button {
  border-radius: 0 4px 4px 0;
}
#calendar .fc-header-toolbar button.fc-today-button {
  margin-left: 10px;
  border-radius: 4px;
}
#clickedEventLabel,
#newEventLabel {
  font-weight: 700;
  padding: 0;
  border: none;
  resize: none;
  overflow: hidden;
}
#clickedEventLabel:focus,
#newEventLabel:focus {
  outline: none;
}
.event-duration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.event-duration > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.event-duration p {
  margin: 0 15px;
}
.event-duration input {
  background: #ebebeb;
  height: 52px;
  padding-left: 10px;
  border: none;
  border-radius: 4px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  color: #323232;
}
.event-duration input:hover {
  color: #a26a9c;
}
.event-duration input + input {
  margin-left: 10px;
}
#practitioner-monitoring .btn.validation {
  margin-top: 20px;
  margin-bottom: 30px;
}
#practitioner-monitoring .settings-block {
  background: #ebebeb;
  padding: 15px;
  min-height: 240px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #practitioner-monitoring .settings-block {
    min-height: auto;
  }
}
#practitioner-monitoring .settings-block h2 {
  color: #323232;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 15px;
}
#practitioner-monitoring .settings-block .sector a {
  display: block;
  max-width: 100px;
  height: auto;
  margin: auto;
  margin-bottom: 15px;
}
#practitioner-monitoring .settings-block .sector a img {
  max-width: 100%;
  height: auto;
}
#practitioner-monitoring .settings-block .chk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
}
#practitioner-monitoring .settings-block .chk input {
  width: 15px;
  height: 15px;
  cursor: pointer;
}
#practitioner-monitoring .settings-block .chk label {
  padding-left: 15px;
  color: #323232;
  cursor: pointer;
}
#practitioner-monitoring .settings-block .chk label:hover {
  color: #ff6e45;
}
#practitioner-monitoring .prat-card {
  position: relative;
  background: #FFF;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 6px;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
#practitioner-monitoring .prat-card.bleu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #99e1ff;
  z-index: 5;
}
#practitioner-monitoring .prat-card.orange:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ec7f67;
  z-index: 5;
}
#practitioner-monitoring .prat-card.bleuorange:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 3px;
  background: #99e1ff;
  z-index: 5;
}
#practitioner-monitoring .prat-card.bleuorange:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 3px;
  background: #ec7f67;
  z-index: 5;
}
#practitioner-monitoring .prat-card:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
#practitioner-monitoring .prat-card .infos {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 15px 15px 15px;
}
#practitioner-monitoring .prat-card .infos.sec-QQ {
  background: rgba(255, 110, 69, 0.2);
}
#practitioner-monitoring .prat-card .infos .sector-code {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 7px;
  top: 10px;
  font-size: 12px;
  background: #ebebeb;
  border: 1px solid #b2b2b2;
  padding: 0 8px;
  height: 21px;
  border-radius: 22px;
  margin: 0;
}
#practitioner-monitoring .prat-card .infos > div:first-of-type {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
}
#practitioner-monitoring .prat-card .infos > div:first-of-type .photo {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 10px;
}
#practitioner-monitoring .prat-card .infos > div:first-of-type .photo img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 60px;
  height: 60px;
}
#practitioner-monitoring .prat-card .infos > div:last-of-type {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
#practitioner-monitoring .prat-card .infos > div:last-of-type p {
  color: #323232;
  font-size: 14px;
  margin: 0;
}
#practitioner-monitoring .prat-card .infos > div:last-of-type p:empty::before {
  content: '\00a0';
}
#practitioner-monitoring .prat-card .infos > div:last-of-type p:first-child {
  font-weight: 700;
  text-transform: uppercase;
}
#practitioner-monitoring .prat-card .infos > div:last-of-type p:nth-child(2) {
  color: #b2b2b2;
  font-style: italic;
}
#practitioner-monitoring .prat-card .infos > div:last-of-type p:last-child {
  text-transform: uppercase;
}
#practitioner-monitoring .prat-card .datas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
#practitioner-monitoring .prat-card .datas p {
  margin: 0;
  font-size: 12px;
  padding: 5px 0;
  -ms-flex-preferred-size: 1;
      flex-basis: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#practitioner-monitoring .prat-card .datas p:not(:last-child) {
  border-right: 1px solid #ebebeb;
}
#practitioner-monitoring .prat-card .datas p span {
  display: block;
  text-align: center;
}
#practitioner-monitoring .prat-card .datas p span:first-child {
  font-weight: 700;
}
#practitioner-monitoring .prat-card .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#practitioner-monitoring .prat-card .actions a {
  width: 100%;
  text-align: center;
  padding: 8px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
#practitioner-monitoring .prat-card .actions a i {
  color: inherit;
  font-size: 20px;
}
#practitioner-monitoring .prat-card .actions a.details {
  color: #EEAB51;
}
#practitioner-monitoring .prat-card .actions a.details:hover {
  background: #EEAB51;
}
#practitioner-monitoring .prat-card .actions a.localisation {
  color: #0bd197;
}
#practitioner-monitoring .prat-card .actions a.localisation:hover {
  background: #0bd197;
}
#practitioner-monitoring .prat-card .actions a.edit {
  color: #57C0E3;
}
#practitioner-monitoring .prat-card .actions a.edit:hover {
  background: #57C0E3;
}
#practitioner-monitoring .prat-card .actions a.call {
  color: #D180AC;
}
#practitioner-monitoring .prat-card .actions a.call:hover {
  background: #D180AC;
}
#practitioner-monitoring .prat-card .actions a.agenda {
  color: #D3564A;
}
#practitioner-monitoring .prat-card .actions a.agenda:hover {
  background: #D3564A;
}
#practitioner-monitoring .prat-card .actions a.report {
  color: #898989;
}
#practitioner-monitoring .prat-card .actions a.report:hover {
  background: #898989;
}
#practitioner-monitoring .prat-card .actions a:hover {
  color: #FFF;
}
#practitioner-monitoring .prat-card .extend {
  display: none;
  background: #FFF;
  position: absolute;
  bottom: 0;
}
#practitioner-monitoring .info-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
#practitioner-monitoring .info-bar #nb_resultats {
  font-weight: 700;
  margin: 0;
}
#practitioner-monitoring .info-bar .legend div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#practitioner-monitoring .info-bar .legend div p {
  font-weight: 700;
  font-size: 14px;
  margin: 0;
}
#practitioner-monitoring .info-bar .legend div span {
  display: block;
  width: 60px;
  height: 3px;
  margin-left: 10px;
}
#practitioner-monitoring .info-bar .legend div:first-child span {
  background: #99e1ff;
}
#practitioner-monitoring .info-bar .legend div:last-child span {
  background: #ec7f67;
}
@media screen and (max-width: 992px) {
  #practitioner-monitoring .info-bar {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #practitioner-monitoring .info-bar #nb_resultats {
    margin-top: 10px;
  }
}
#practitioner-monitoring .page-switch {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#practitioner-monitoring .page-switch input {
  display: none;
}
#practitioner-monitoring .page-switch label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  color: #323232;
  font-size: 16px;
  margin-right: 10px;
  cursor: pointer;
  background: #FFF;
  border: 2px solid #a26a9c;
  border-radius: 40px;
  overflow: hidden;
}
#practitioner-monitoring .page-switch label span {
  padding: 10px 5px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #323232;
  background: #FFF;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}
#practitioner-monitoring .page-switch label span:first-child {
  color: #FFF;
  background: #a26a9c;
}
#practitioner-monitoring .page-switch input:checked + label span:first-child {
  color: #323232;
  background: #FFF;
}
#practitioner-monitoring .page-switch input:checked + label span:last-child {
  color: #FFF;
  background: #a26a9c;
}
@media screen and (max-width: 768px) {
  #practitioner-monitoring .page-switch label span {
    font-size: 10px;
  }
}
#practitioner-monitoring .sub-page-switch {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#practitioner-monitoring .sub-page-switch input {
  display: none;
}
#practitioner-monitoring .sub-page-switch label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  color: #323232;
  font-size: 16px;
  margin-right: 10px;
  cursor: pointer;
  background: #FFF;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  overflow: hidden;
}
#practitioner-monitoring .sub-page-switch label span {
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #323232;
  background: #FFF;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}
#practitioner-monitoring .sub-page-switch label span:first-child {
  color: #FFF;
  background: #a26a9c;
}
#practitioner-monitoring .sub-page-switch input:checked + label span:first-child {
  color: #323232;
  background: #FFF;
}
#practitioner-monitoring .sub-page-switch input:checked + label span:last-child {
  color: #FFF;
  background: #a26a9c;
}
#practitioner-monitoring #LstSuiviPrat.hidden,
#practitioner-monitoring #LstSuiviTelephone.hidden {
  display: none;
}
#practitioner-monitoring .phonetrace-block {
  background: #FFF;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
}
#practitioner-monitoring .phonetrace-block .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 15px;
  background: #a26a9c;
  font-size: 18px;
  text-transform: uppercase;
  color: #FFF;
  margin: 0;
}
#practitioner-monitoring .phonetrace-block .title:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #FFF;
  margin-right: 10px;
}
#practitioner-monitoring .phonetrace-block .title.ATEL {
  background: #d23a3a;
}
#practitioner-monitoring .phonetrace-block div[class^="pager-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 7px 10px;
}
#practitioner-monitoring .phonetrace-block div[class^="pager-"] .pagedisplay {
  font-size: 12px;
  color: #323232;
}
#practitioner-monitoring .phonetrace-block div[class^="pager-"] .prev,
#practitioner-monitoring .phonetrace-block div[class^="pager-"] .next {
  background: none;
  border: none;
  font-size: 12px;
  color: #323232;
  padding: 3px;
}
#practitioner-monitoring .phonetrace-block div[class^="pager-"] .prev:focus,
#practitioner-monitoring .phonetrace-block div[class^="pager-"] .next:focus {
  outline: none;
}
#practitioner-monitoring .phonetrace-block div[class^="pager-"] .gotoPage {
  background: none;
  border: 1px solid #e6e6e6;
  font-size: 12px;
  color: #323232;
  padding: 3px 5px;
}
#practitioner-monitoring .phonetrace-block div[class^="pager-"] .gotoPage:focus {
  outline: none;
}
#practitioner-monitoring .phonetrace-block table {
  border-bottom: 1px solid #e6e6e6;
}
#practitioner-monitoring .phonetrace-block table thead {
  border-bottom: 1px solid #e6e6e6;
}
#practitioner-monitoring .phonetrace-block table thead tr th {
  font-weight: 400;
  border-collapse: collapse;
  padding: 10px 10px;
  color: #323232;
  font-size: 13px;
}
#practitioner-monitoring .phonetrace-block table td {
  border-collapse: collapse;
  padding: 3px 10px;
  color: #323232;
  font-size: 13px;
}
#practitioner-monitoring .phonetrace-block table tbody tr:nth-child(odd) {
  background: #e6e6e6;
}
#practitioner-monitoring .phonetrace-block table .actions {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#practitioner-monitoring .phonetrace-block table .actions a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}
#practitioner-monitoring .phonetrace-block table .actions a i {
  color: inherit;
  font-size: 20px;
}
#practitioner-monitoring .phonetrace-block table .actions a.details {
  color: #EEAB51;
}
#practitioner-monitoring .phonetrace-block table .actions a.details:hover {
  background: #EEAB51;
}
#practitioner-monitoring .phonetrace-block table .actions a.localisation {
  color: #0bd197;
}
#practitioner-monitoring .phonetrace-block table .actions a.localisation:hover {
  background: #0bd197;
}
#practitioner-monitoring .phonetrace-block table .actions a.edit {
  color: #57C0E3;
}
#practitioner-monitoring .phonetrace-block table .actions a.edit:hover {
  background: #57C0E3;
}
#practitioner-monitoring .phonetrace-block table .actions a.call {
  color: #D180AC;
}
#practitioner-monitoring .phonetrace-block table .actions a.call:hover {
  background: #D180AC;
}
#practitioner-monitoring .phonetrace-block table .actions a.agenda {
  color: #D3564A;
}
#practitioner-monitoring .phonetrace-block table .actions a.agenda:hover {
  background: #D3564A;
}
#practitioner-monitoring .phonetrace-block table .actions a.report {
  color: #898989;
}
#practitioner-monitoring .phonetrace-block table .actions a.report:hover {
  background: #898989;
}
#practitioner-monitoring .phonetrace-block table .actions a:hover {
  color: #FFF;
}
#practitioner-monitoring .phonetrace-block table .line-toggle {
  width: 30px;
  height: 100%;
  background: none;
  border: none;
  color: #323232;
  font-size: 18px;
}
#practitioner-monitoring .phonetrace-block table .line-toggle:focus {
  outline: none;
}
#practitioner-monitoring .phonetrace-block table .line-toggle i {
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}
#practitioner-monitoring .phonetrace-block table .line-toggle.active i {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
#practitioner-monitoring .phonetrace-block table tbody tr > td.details {
  display: none;
  border-top: 1px solid #b2b2b2;
}
#practitioner-monitoring .phonetrace-block table tbody tr > td.details div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#practitioner-monitoring .phonetrace-block table tbody tr > td.details div p {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding: 0 15px;
  text-align: justify;
  font-size: 12px;
}
#practitioner-monitoring .phonetrace-block.type-1 table {
  display: block;
  width: 100%;
}
#practitioner-monitoring .phonetrace-block.type-1 table thead,
#practitioner-monitoring .phonetrace-block.type-1 table tbody {
  display: block;
  width: 100%;
}
#practitioner-monitoring .phonetrace-block.type-1 table thead tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#practitioner-monitoring .phonetrace-block.type-1 table thead tr th {
  position: relative;
  cursor: pointer;
}
#practitioner-monitoring .phonetrace-block.type-1 table thead tr th:focus {
  outline: none;
}
#practitioner-monitoring .phonetrace-block.type-1 table thead tr th:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  padding: 10px 0;
}
#practitioner-monitoring .phonetrace-block.type-1 table thead tr th:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
}
#practitioner-monitoring .phonetrace-block.type-1 table thead tr th:nth-child(3) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
#practitioner-monitoring .phonetrace-block.type-1 table thead tr th:nth-child(4) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
}
#practitioner-monitoring .phonetrace-block.type-1 table thead tr th:nth-child(5) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
}
#practitioner-monitoring .phonetrace-block.type-1 table thead tr th:nth-child(6) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
}
#practitioner-monitoring .phonetrace-block.type-1 table thead tr th:nth-child(7) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
}
#practitioner-monitoring .phonetrace-block.type-1 table thead tr th:nth-child(8) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
}
#practitioner-monitoring .phonetrace-block.type-1 table thead tr th:nth-child(9) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
}
#practitioner-monitoring .phonetrace-block.type-1 table thead tr th:nth-child(10) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
}
#practitioner-monitoring .phonetrace-block.type-1 table thead tr th:nth-child(11) {
  display: none;
}
#practitioner-monitoring .phonetrace-block.type-1 table thead tr th:not(.sorter-false):not(:first-child):after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f0dc";
  font-size: 10px;
  position: absolute;
  right: 10px;
  top: 14px;
  color: #BDBDBD;
}
#practitioner-monitoring .phonetrace-block.type-1 table thead tr th.tablesorter-headerAsc:after {
  content: "\f0dd" !important;
}
#practitioner-monitoring .phonetrace-block.type-1 table thead tr th.tablesorter-headerDesc:after {
  content: "\f0de" !important;
}
#practitioner-monitoring .phonetrace-block.type-1 table tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#practitioner-monitoring .phonetrace-block.type-1 table tbody tr td:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  width: 30px;
  padding: 3px 0;
}
#practitioner-monitoring .phonetrace-block.type-1 table tbody tr td:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
}
#practitioner-monitoring .phonetrace-block.type-1 table tbody tr td:nth-child(3) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  font-weight: 700;
}
#practitioner-monitoring .phonetrace-block.type-1 table tbody tr td:nth-child(4) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
}
#practitioner-monitoring .phonetrace-block.type-1 table tbody tr td:nth-child(5) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
}
#practitioner-monitoring .phonetrace-block.type-1 table tbody tr td:nth-child(6) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
}
#practitioner-monitoring .phonetrace-block.type-1 table tbody tr td:nth-child(7) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
}
#practitioner-monitoring .phonetrace-block.type-1 table tbody tr td:nth-child(8) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
}
#practitioner-monitoring .phonetrace-block.type-1 table tbody tr td:nth-child(9) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
}
#practitioner-monitoring .phonetrace-block.type-1 table tbody tr td:nth-child(10) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  padding: 3px 0;
}
#practitioner-monitoring .phonetrace-block.type-2 table thead tr th {
  white-space: pre;
  position: relative;
  cursor: pointer;
}
#practitioner-monitoring .phonetrace-block.type-2 table thead tr th:focus {
  outline: none;
}
#practitioner-monitoring .phonetrace-block.type-2 table thead tr th:not(.sorter-false):after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f0dc";
  font-size: 10px;
  position: absolute;
  right: 0px;
  top: 14px;
  color: #BDBDBD;
}
#practitioner-monitoring .phonetrace-block.type-2 table thead tr th.tablesorter-headerAsc:after {
  content: "\f0dd" !important;
}
#practitioner-monitoring .phonetrace-block.type-2 table thead tr th.tablesorter-headerDesc:after {
  content: "\f0de" !important;
}
#practitioner-monitoring .phonetrace-block.type-2 table tbody tr td:nth-child(2) {
  font-weight: 700;
  white-space: pre;
}
#practitioner-monitoring .phonetrace-block.type-2 table tbody tr td:nth-child(7) p {
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  #practitioner-monitoring .phonetrace-block .table-container {
    display: block;
    width: 90vw;
    overflow-x: auto;
  }
  #practitioner-monitoring .phonetrace-block .table-container table {
    width: 100%;
  }
  #practitioner-monitoring .phonetrace-block.type-1 table {
    width: 1200px;
  }
  #practitioner-monitoring .phonetrace-block.type-2 table tbody tr td:nth-child(7) p {
    width: 300px;
    text-align: justify;
  }
}
#practitioner-monitoring .practitioner-table {
  background: #FFF;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
  margin-top: 10px;
}
#practitioner-monitoring .practitioner-table div[class^="pager-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 7px 10px;
}
#practitioner-monitoring .practitioner-table div[class^="pager-"] .pagedisplay {
  font-size: 12px;
  color: #323232;
}
#practitioner-monitoring .practitioner-table div[class^="pager-"] .prev,
#practitioner-monitoring .practitioner-table div[class^="pager-"] .next {
  background: none;
  border: none;
  font-size: 12px;
  color: #323232;
  padding: 3px;
}
#practitioner-monitoring .practitioner-table div[class^="pager-"] .prev:focus,
#practitioner-monitoring .practitioner-table div[class^="pager-"] .next:focus {
  outline: none;
}
#practitioner-monitoring .practitioner-table div[class^="pager-"] .gotoPage {
  background: none;
  border: 1px solid #e6e6e6;
  font-size: 12px;
  color: #323232;
  padding: 3px 5px;
}
#practitioner-monitoring .practitioner-table div[class^="pager-"] .gotoPage:focus {
  outline: none;
}
#practitioner-monitoring .practitioner-table table {
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
}
#practitioner-monitoring .practitioner-table table thead {
  border-bottom: 1px solid #e6e6e6;
}
#practitioner-monitoring .practitioner-table table thead tr th {
  font-weight: 400;
  border-collapse: collapse;
  padding: 10px 10px;
  color: #323232;
  font-size: 13px;
}
#practitioner-monitoring .practitioner-table table thead tr th {
  white-space: pre;
  position: relative;
  cursor: pointer;
}
#practitioner-monitoring .practitioner-table table thead tr th:focus {
  outline: none;
}
#practitioner-monitoring .practitioner-table table thead tr th:not(.sorter-false):after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f0dc";
  font-size: 10px;
  position: absolute;
  right: 0px;
  top: 14px;
  color: #BDBDBD;
}
#practitioner-monitoring .practitioner-table table thead tr th.tablesorter-headerAsc:after {
  content: "\f0dd" !important;
}
#practitioner-monitoring .practitioner-table table thead tr th.tablesorter-headerDesc:after {
  content: "\f0de" !important;
}
#practitioner-monitoring .practitioner-table table td {
  border-collapse: collapse;
  padding: 3px 10px;
  color: #323232;
  font-size: 13px;
  vertical-align: middle;
}
#practitioner-monitoring .practitioner-table table tbody tr:nth-child(odd) {
  background: #e6e6e6;
}
#practitioner-monitoring .practitioner-table table .actions {
  padding: 0;
}
#practitioner-monitoring .practitioner-table table .actions a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  width: 40px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}
#practitioner-monitoring .practitioner-table table .actions a i {
  color: inherit;
  font-size: 20px;
}
#practitioner-monitoring .practitioner-table table .actions a.details {
  color: #EEAB51;
}
#practitioner-monitoring .practitioner-table table .actions a.details:hover {
  background: #EEAB51;
}
#practitioner-monitoring .practitioner-table table .actions a:hover {
  color: #FFF;
}
@media screen and (max-width: 1024px) {
  #practitioner-monitoring .practitioner-table .table-container {
    display: block;
    width: 90vw;
    overflow-x: auto;
  }
  #practitioner-monitoring .practitioner-table .table-container table {
    width: 100%;
  }
}
#geolocalisation {
  margin: 0;
  height: 100vh;
  padding-top: 0px;
  margin-top: -64px;
  position: relative;
}
#geolocalisation #map {
  width: 100%;
  height: 100%;
}
#geolocalisation .btn.validation {
  margin-top: 15px;
}
#geolocalisation .controls {
  position: absolute;
  z-index: 10;
  top: 15px;
  left: calc(255px);
  background: #FFF;
  width: 260px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  overflow: hidden;
}
#geolocalisation .controls .ctrl-toggle {
  display: none;
}
#geolocalisation .controls h2 {
  color: #148bbc;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0;
}
#geolocalisation .controls .range {
  background: #4c4c4c;
  padding: 10px 15px;
  -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
}
#geolocalisation .controls .range h3 {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: #FFF;
  margin: 0 0 15px 0;
}
#geolocalisation .controls .range .minmax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  color: #FFF;
}
#geolocalisation .controls .range .minmax p {
  width: 100%;
}
#geolocalisation .controls .range .minmax p:last-child {
  text-align: right;
}
#geolocalisation .controls .range #rangeOutput {
  font-size: 12px;
  color: #FFF;
  text-align: center;
}
#geolocalisation .controls .range .rangeslider--horizontal {
  height: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#geolocalisation .controls .range .rangeslider--horizontal .rangeslider__fill {
  background: #ff6e45;
}
#geolocalisation .controls .range .rangeslider--horizontal .rangeslider__handle {
  top: -7px;
  background-image: none;
  width: 20px;
  height: 20px;
  border: none;
}
#geolocalisation .controls .range .rangeslider--horizontal .rangeslider__handle:after {
  display: none;
}
#geolocalisation .controls .filters {
  padding: 15px;
}
#geolocalisation .controls .filters h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  color: #a26a9c;
  margin: 0 0 15px 0;
  padding-bottom: 3px;
  border-bottom: 2px solid #a26a9c;
}
#geolocalisation .controls .filters #map_info_praticien {
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 0px 0px 5px 0;
}
#geolocalisation .controls .filters .btn.delete-prat {
  margin: 5px auto 20px auto;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
  background-color: #a26a9c;
  border-radius: 30px;
  padding: 4px 7px;
  display: block;
}
#geolocalisation .controls .filters .chk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
}
#geolocalisation .controls .filters .chk input {
  width: 15px;
  height: 15px;
  cursor: pointer;
}
#geolocalisation .controls .filters .chk label {
  padding-left: 15px;
  color: #323232;
  cursor: pointer;
}
#geolocalisation .controls .filters .chk label:hover {
  color: #ff6e45;
}
#geolocalisation .controls .filters .chk .pin {
  margin-left: auto;
}
#geolocalisation .controls .filters .chk .pin img {
  max-height: 25px;
}
#geolocalisation .controls .filters .chk.f-ccn {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #geolocalisation .controls {
    top: 15px;
    left: 50%;
    margin-left: -130px;
    background: #FFF;
  }
  #geolocalisation .controls .filters,
  #geolocalisation .controls .range {
    display: none;
  }
  #geolocalisation .controls h2:not(.ctrl-toggle) {
    display: none;
  }
  #geolocalisation .controls .ctrl-toggle {
    display: block;
    color: #148bbc;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
  }
  #geolocalisation .controls .ctrl-toggle span {
    margin-right: 10px;
  }
  #geolocalisation .controls .ctrl-toggle .fa {
    color: inherit;
    font-size: inherit;
  }
  #geolocalisation .controls .ctrl-toggle.active {
    background: #148bbc;
    color: #FFF;
  }
  #geolocalisation .controls .ctrl-toggle.active .fa {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
}
#geolocalisation.folded .controls {
  left: calc(72px);
}
.ccn-filter-block {
  border: 1px solid #4c4c4c;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
.toggle-ccn-filter,
.toggle-warehouse-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #4c4c4c;
  padding: 0 10px;
  height: 34px;
  font-size: 12px;
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
}
.toggle-ccn-filter.active i,
.toggle-warehouse-filter.active i {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
ul#ccn,
ul#liste_depots {
  display: none;
  padding: 5px 10px;
  max-height: 200px;
  -ms-overflow-y: auto;
  overflow-y: auto;
  width: 100%;
}
ul#ccn li,
ul#liste_depots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
}
ul#ccn li input,
ul#liste_depots li input {
  width: 15px;
  height: 15px;
  cursor: pointer;
}
ul#ccn li label,
ul#liste_depots li label {
  padding-left: 15px;
  color: #323232;
  cursor: pointer;
}
ul#ccn li label:hover,
ul#liste_depots li label:hover {
  color: #ff6e45;
}
ul#ccn li label[for="fccn-all"],
ul#liste_depots li label[for="fccn-all"] {
  font-weight: 700;
}
ul#liste_depots {
  border: 1px solid #4c4c4c;
}
#practitioner-monitoring .ccn-filter-block {
  border-radius: none;
  position: relative;
  border: none;
  overflow: visible;
}
#practitioner-monitoring .toggle-ccn-filter {
  border-radius: 4px;
}
#practitioner-monitoring ul#ccn {
  position: absolute;
  top: 100%;
  border: 1px solid #4c4c4c;
  z-index: 10;
  background: #FFF;
}
#popupMap {
  display: none;
}
.map-popup {
  max-width: 320px;
}
.map-popup .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.map-popup .top .left {
  max-width: 60px;
  min-width: 40px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.map-popup .top .left img {
  max-width: 100%;
  height: auto;
  margin: auto;
}
.map-popup .top .right {
  -ms-flex-preferred-size: 1;
      flex-basis: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 15px;
}
.map-popup .top .right p {
  margin: 0;
  font-size: 14px;
}
.map-popup .top .right p.speciality {
  font-size: 12px;
}
.map-popup .top .right p.distance {
  color: #148bbc;
  font-size: 16px;
  font-weight: 700;
  margin-top: 4px;
}
.map-popup .top .right p.distance .fa {
  margin-right: 10px;
}
.map-popup .address {
  font-size: 12px;
}
.map-popup .contact {
  border-top: 1px solid #ebebeb;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.map-popup .contact a {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  text-align: center;
  margin-bottom: 10px;
}
.map-popup .contact a span {
  margin-left: 7px;
}
.map-popup .contact a .fa {
  color: #148bbc;
}
.map-popup .contact a:hover {
  color: #ff6e45;
  text-decoration: underline;
}
.map-popup .amounts {
  border: 1px solid #ebebeb;
  border-left: none;
  border-right: none;
  padding: 7px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.map-popup .amounts span {
  font-weight: 700;
}
.map-popup .amounts .left p {
  font-size: 18px;
  margin: 0;
}
.map-popup .amounts .right p {
  text-align: right;
  font-size: 14px;
  margin: 0;
}
#modalPratContent .infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#modalPratContent .infos p {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
#modalPratContent .infos p:last-child {
  text-align: right;
}
#modalPratContent #Rap_Date,
#modalPratContent #Ap_Date {
  font-size: 16px;
  font-weight: bold;
}
#modalPratContent #Rap_Date:empty,
#modalPratContent #Ap_Date:empty {
  display: none;
}
#modalPratContent #Rap_Nom,
#modalPratContent #Ap_Nom {
  font-size: 16px;
  font-weight: bold;
}
#modalPratContent #Rap_Nom:empty,
#modalPratContent #Ap_Nom:empty {
  display: none;
}
#modalPratContent #Rap_Corps,
#modalPratContent #Ap_Corps {
  margin-top: 0px;
  color: #323232;
  font-size: 14px;
  text-align: justify;
  white-space: pre-wrap;
}
#modalPratContent #Rap_Corps:empty,
#modalPratContent #Ap_Corps:empty {
  display: none;
}
.prat-details-popup .map-prat-cta {
  display: block;
  width: 100%;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #FFF;
  background: #148bbc;
  text-align: center;
  padding: 7px 15px;
  border-radius: 4px;
  border: none;
}
.prat-details-popup .map-prat-cta:hover {
  background: #4abdec;
}
.prat-details-popup .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.prat-details-popup .top .left {
  max-width: 100px;
  min-width: 60px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.prat-details-popup .top .left img {
  max-width: 100%;
  height: auto;
  margin: auto;
}
.prat-details-popup .top .right {
  -ms-flex-preferred-size: 1;
      flex-basis: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 15px;
}
.prat-details-popup .top .right p {
  margin: 0;
  font-size: 16px;
}
.prat-details-popup .top .right p.speciality {
  font-size: 14px;
}
.prat-details-popup .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  margin-bottom: 10px;
}
.prat-details-popup .address .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 7px 15px;
  background: #f5f5f5;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
}
.prat-details-popup .address .right p {
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 0;
}
.prat-details-popup .address .right p:first-child {
  font-size: 16px;
  color: #148bbc;
  margin-right: 7px;
}
.prat-details-popup .code {
  font-size: 20px;
  font-weight: 700;
  color: #4c4c4c;
}
.prat-details-popup .contact {
  border-top: 1px solid #ebebeb;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prat-details-popup .contact a {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  text-align: center;
  margin-bottom: 10px;
}
.prat-details-popup .contact a span {
  margin-left: 7px;
}
.prat-details-popup .contact a .fa {
  color: #148bbc;
}
.prat-details-popup .contact a:hover {
  color: #ff6e45;
  text-decoration: underline;
}
.prat-details-popup .amounts {
  border-top: 1px solid #ebebeb;
  padding: 7px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.prat-details-popup .amounts span {
  font-weight: 700;
}
.prat-details-popup .amounts .left p {
  font-size: 20px;
  margin: 0;
}
.prat-details-popup .amounts .right p {
  text-align: right;
  font-size: 16px;
  margin: 0;
}
.prat-details-popup .last-entry {
  padding: 7px 0;
  border-top: 1px solid #ebebeb;
}
.prat-details-popup .last-entry p {
  font-size: 15px;
  text-align: justify;
}
.prat-details-popup .last-entry .title {
  font-size: 15px;
  font-style: italic;
  text-transform: uppercase;
  margin: 0;
}
.prat-details-popup .last-entry .infos {
  font-size: 16px;
  margin: 0;
}
#home-products .btn-helper {
  font-size: 20px;
  border: none;
  background: none;
  color: #cccccc;
}
#home-products .btn-helper:hover {
  color: #148bbc;
}
#home-products h2 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #323232;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
  padding-top: 15px;
}
#home-products h2 i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 50px;
  opacity: .2;
  color: #148bbc;
}
#home-products .inner.brd {
  border: 1px solid #e5e9f2;
  overflow: hidden;
  border-radius: 4px;
}
#home-products .inner.reverse {
  background: #86888e;
  overflow: hidden;
  border-radius: 4px;
}
#home-products .inner.reverse h3 {
  color: #FFF!important;
}
#home-products .stocks {
  padding: 15px;
}
#home-products .stocks .data {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
}
#home-products .stocks .data span:first-child {
  font-size: 30px;
  font-weight: 700;
}
#home-products .stocks .data span:last-child {
  font-size: 22px;
}
#home-products .stocks-all {
  display: block;
  margin: 10px auto 0 auto;
  padding: 0 15px;
  color: #FFF;
  font-size: 12px;
  background: #4989f4;
  border: none;
  height: 28px;
  border-radius: 14px;
}
#home-products .stocks-all:hover {
  background: #79a8f7;
}
#home-products .period {
  width: 100%;
  background: #148bbc;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
  border-radius: 4px;
  text-align: center;
  padding: 7px;
  border: none;
  margin-top: 10px;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}
#home-products .period i {
  margin-right: 10px;
}
#home-products .period:hover {
  background: #1cace7;
}
#home-products h3:not(.popover-title) {
  padding: 7px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E5E9F2;
}
#home-products h3:not(.popover-title) span {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #323232;
}
#home-products h3:not(.popover-title) span small {
  font-size: 12px;
  font-weight: 400;
  margin-left: 3px;
}
#home-products .sales-stats {
  padding: 0 15px 15px 15px;
}
#home-products .sales-stats .subtitle-mob {
  display: none;
}
#home-products .sales-stats .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#home-products .sales-stats .data p {
  margin: 15px 0;
}
#home-products .sales-stats .data p:first-child {
  font-size: 22px;
  color: #323232;
}
#home-products .sales-stats .data p:first-child span {
  font-size: 16px;
}
#home-products .sales-stats .data p:last-child {
  font-size: 16px;
  color: #b2b2b2;
}
#home-products .sales-stats .percent-bar {
  display: block;
  position: relative;
  background: #ebebeb;
  height: 8px;
  overflow: hidden;
  border-radius: 3px;
}
#home-products .sales-stats .percent-bar .bar-filler {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #47BAC1;
  height: 8px;
}
#home-products .sales-stats .percent-bar .bar-filler.neg {
  background: #f44455!important;
}
#home-products .sales-stats .percent-bar .bar-filler.pos {
  background: #24d89f!important;
}
@media screen and (min-width: 1201px) {
  #home-products .sales-stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 0;
  }
  #home-products .sales-stats > div {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    padding-bottom: 15px;
  }
  #home-products .sales-stats > div:first-child {
    padding-right: 7px;
    border-right: 1px solid #ebebeb;
  }
  #home-products .sales-stats > div:last-child {
    padding-left: 7px;
  }
  #home-products .sales-stats#pdtsdotation > div:first-child {
    border-right: none!important;
  }
}
@media screen and (max-width: 768px) {
  #home-products .sales-stats-title span:nth-child(2) {
    display: none;
  }
  #home-products .sales-stats .subtitle-mob {
    display: block;
    margin-top: 15px;
    padding-left: 0;
    border-top: 1px solid #ebebeb;
  }
}
#home-products .avg-cart {
  position: relative;
  padding: 0 15px;
}
#home-products .avg-cart p {
  font-size: 60px;
  color: #47BAC1;
  text-align: left;
  margin: 10px 0;
}
#home-products .avg-cart p span {
  color: #b2b2b2;
  font-size: 28px;
}
#home-products .avg-cart .percentage {
  font-size: 16px;
  color: #b2b2b2;
  position: absolute;
  top: 0;
  right: 15px;
}
@media screen and (max-width: 1200px) {
  #home-products .avg-cart p {
    font-size: 48px;
  }
  #home-products .avg-cart p span {
    font-size: 24px;
  }
}
#home-products .top-ten .legend {
  padding: 15px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ebebeb;
}
#home-products .top-ten .legend span:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
#home-products .top-ten .legend span:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  text-align: right;
}
#home-products .top-ten .legend span:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  margin-left: 30px;
}
#home-products .top-ten ul li {
  padding: 7px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #ebebeb;
}
#home-products .top-ten ul li:nth-child(odd) {
  background: #F8F9FA;
}
#home-products .top-ten ul li p {
  color: #72787d;
  font-size: 14px;
}
#home-products .top-ten ul li p:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
#home-products .top-ten ul li p:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  text-align: right;
}
#home-products .top-ten ul li .percent-bar {
  display: block;
  position: relative;
  height: 16px;
  margin-left: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  background: #ebebeb;
  border-radius: 3px;
  overflow: hidden;
}
#home-products .top-ten ul li .percent-bar .bar-filler {
  height: 16px;
  position: absolute;
  background: #5b7dff;
  max-width: 100%;
}
#home-products .top-ten ul li .percent-bar .bar-filler p {
  font-size: 12px;
  color: #FFF;
  text-align: center;
  margin: 0;
}
#home-products .families .legend {
  padding: 15px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
#home-products .families .legend span:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
#home-products .families .legend span:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
  text-align: center;
}
#home-products .families .legend span:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  text-align: right;
}
#home-products .families .legend span:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  text-align: right;
}
#home-products .families ul li {
  padding: 7px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #ebebeb;
}
#home-products .families ul li > div {
  width: 12px;
  height: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12px;
          flex: 0 0 12px;
  border-radius: 3px;
  margin-right: 10px;
}
#home-products .families ul li p {
  color: #72787d;
  font-size: 14px;
}
#home-products .families ul li p:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin-right: auto;
}
#home-products .families ul li p:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
  text-align: center;
}
#home-products .families ul li p:nth-child(4) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  text-align: right;
}
#home-products .families ul li p:nth-child(5) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  text-align: right;
}
#home-products .families ul li p.pos {
  color: #24d89f;
}
#home-products .families ul li p.neg {
  color: #f44455;
}
#home-products .period-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #c3dee8;
}
#home-products .period-bar button.period {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
  margin: 0;
}
#home-products .period-bar p {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin: 0 30px;
}
#home-products .period-bar button.period-refresh {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  height: 40px;
  background: none;
  border: none;
  color: #148bbc;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  #home-products .period-bar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #home-products .period-bar button.period {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
  }
  #home-products .period-bar p {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    margin: 10px 10px 0 0;
  }
}
#home-products .selectors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#home-products .selectors h3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  font-size: 12px;
  padding: 0;
  border-bottom: none;
  text-align: right;
}
#home-products .selectors .field {
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin: 0 15px;
}
#home-products .selectors .gotopdt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  width: 100%;
  background: #a26a9c;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
  border-radius: 4px;
  text-align: center;
  padding: 7px;
  border: none;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}
#home-products .selectors .gotopdt:hover {
  background: #b689b1;
}
@media screen and (max-width: 768px) {
  #home-products .selectors {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #home-products .selectors h3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-bottom: 10px;
  }
  #home-products .selectors .gotopdt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    font-size: 12px;
  }
}
.period-select {
  margin-top: 15px;
  margin-bottom: 15px;
}
.period-select p {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  margin-right: 5px;
}
.period-select a {
  display: inline-block;
  height: 40px;
  width: 40px;
  padding-top: 6px;
  text-align: center;
  background: #4c4c4c;
  color: #FFF;
  vertical-align: middle;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .period-select p {
    font-size: 12px;
  }
  .period-select p:first-child {
    display: none;
  }
}
.btn.refresh {
  margin-top: 15px;
}
#affiche_periode {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
#home-sectors h2 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #323232;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
  padding-top: 15px;
}
#home-sectors h2 i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 50px;
  opacity: .2;
  color: #148bbc;
}
#home-sectors .inner.brd {
  border: 1px solid #e5e9f2;
  overflow: hidden;
  border-radius: 4px;
}
#home-sectors .inner.reverse {
  background: #86888e;
  overflow: hidden;
  border-radius: 4px;
}
#home-sectors .inner.reverse h3 {
  color: #FFF!important;
}
#home-sectors .period-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #c3dee8;
}
#home-sectors .period-bar button.period {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
  margin: 0;
}
#home-sectors .period-bar p {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin: 0 30px;
}
#home-sectors .period-bar button.period-refresh {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  height: 40px;
  background: none;
  border: none;
  color: #148bbc;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  #home-sectors .period-bar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #home-sectors .period-bar button.period {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
  }
  #home-sectors .period-bar p {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    margin: 10px 10px 0 0;
  }
}
#home-sectors h3 {
  padding: 7px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E5E9F2;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #323232;
}
#home-sectors h3 small {
  font-size: 12px;
  font-weight: 400;
  margin-left: 3px;
}
#home-sectors button.period {
  width: 100%;
  background: #148bbc;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
  border-radius: 4px;
  text-align: center;
  padding: 7px;
  border: none;
  margin-top: 10px;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}
#home-sectors button.period i {
  margin-right: 10px;
}
#home-sectors button.period:hover {
  background: #1cace7;
}
#home-sectors .top-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px;
}
#home-sectors .top-data h4 {
  color: #6B47C1;
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
#home-sectors .top-data p {
  font-size: 15px;
  margin-bottom: 0;
  color: #b2b2b2;
}
#home-sectors .top-data p:last-child {
  text-align: right;
}
#home-sectors .top-data p:last-child i {
  margin-right: 5px;
}
#home-sectors .top-data p.vert i,
#home-sectors .top-data p.pos i {
  color: #009640;
}
#home-sectors .top-data p.rouge i,
#home-sectors .top-data p.neg i {
  color: #ed0000;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#home-sectors .sectors-details .legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #ebebeb;
  padding: 7px 15px;
  font-size: 11px;
}
#home-sectors .sectors-details .legend p:nth-child(n+2) {
  text-align: center;
}
#home-sectors .sectors-details .legend p:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
#home-sectors .sectors-details .legend p:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}
#home-sectors .sectors-details .legend p:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}
#home-sectors .sectors-details .legend p:nth-child(4) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}
#home-sectors .sectors-details .legend p:nth-child(5) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
}
#home-sectors .sectors-details .legend p:nth-child(6) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}
#home-sectors .sectors-details .legend p:nth-child(7) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
}
@media screen and (max-width: 1700px) {
  #home-sectors .sectors-details .legend p:nth-child(1) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
  #home-sectors .sectors-details .legend p:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
  }
  #home-sectors .sectors-details .legend p:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
  }
  #home-sectors .sectors-details .legend p:nth-child(4) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }
  #home-sectors .sectors-details .legend p:nth-child(5) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
  }
  #home-sectors .sectors-details .legend p:nth-child(6) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }
  #home-sectors .sectors-details .legend p:nth-child(7) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
}
@media screen and (max-width: 767px) {
  #home-sectors .sectors-details .legend {
    display: none;
  }
}
#home-sectors .sectors-details #details_secteurs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  border-bottom: 1px solid #ebebeb;
}
#home-sectors .sectors-details #details_secteurs li:last-child {
  border-bottom: none;
}
#home-sectors .sectors-details #details_secteurs li .ccn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#home-sectors .sectors-details #details_secteurs li .ccn img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 20px;
}
#home-sectors .sectors-details #details_secteurs li .ccn p {
  color: #b2b2b2;
  margin: 0;
}
#home-sectors .sectors-details #details_secteurs li .ccn p span {
  font-weight: 700;
  color: #323232;
}
#home-sectors .sectors-details #details_secteurs li > p {
  margin: 0;
  text-align: center;
}
#home-sectors .sectors-details #details_secteurs li > p span {
  display: none;
}
#home-sectors .sectors-details #details_secteurs li > p.catotal {
  font-size: 18px;
  font-weight: 700;
}
#home-sectors .sectors-details #details_secteurs li .ccn {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
#home-sectors .sectors-details #details_secteurs li .caperso {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}
#home-sectors .sectors-details #details_secteurs li .capresc {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}
#home-sectors .sectors-details #details_secteurs li .caamb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}
#home-sectors .sectors-details #details_secteurs li .catotal {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
}
#home-sectors .sectors-details #details_secteurs li .catotaln {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}
#home-sectors .sectors-details #details_secteurs li .evo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
}
@media screen and (max-width: 1700px) {
  #home-sectors .sectors-details #details_secteurs li .ccn {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
  #home-sectors .sectors-details #details_secteurs li .caperso {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
  }
  #home-sectors .sectors-details #details_secteurs li .capresc {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
  }
  #home-sectors .sectors-details #details_secteurs li .caamb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }
  #home-sectors .sectors-details #details_secteurs li .catotal {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
  }
  #home-sectors .sectors-details #details_secteurs li .catotaln {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }
  #home-sectors .sectors-details #details_secteurs li .evo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
}
#home-sectors .sectors-details #details_secteurs li .evo p {
  text-align: center;
  margin: 0 0 4px 0;
}
#home-sectors .sectors-details #details_secteurs li .evo .percent-bar {
  display: block;
  height: 8px;
  width: 100%;
  overflow: hidden;
  background: #ebebeb;
}
#home-sectors .sectors-details #details_secteurs li .evo .percent-bar > div {
  display: block;
  height: 8px;
}
#home-sectors .sectors-details #details_secteurs li .evo .percent-bar > div.vert {
  background-color: #009640;
}
#home-sectors .sectors-details #details_secteurs li .evo .percent-bar > div.rouge {
  background-color: #ed0000;
}
@media screen and (max-width: 767px) {
  #home-sectors .sectors-details #details_secteurs li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #home-sectors .sectors-details #details_secteurs li > p span {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #b2b2b2;
  }
  #home-sectors .sectors-details #details_secteurs li .ccn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
  }
  #home-sectors .sectors-details #details_secteurs li .evo {
    margin-top: 15px;
  }
  #home-sectors .sectors-details #details_secteurs li .ccn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  #home-sectors .sectors-details #details_secteurs li .caperso {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    margin-bottom: 10px;
  }
  #home-sectors .sectors-details #details_secteurs li .capresc {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    margin-bottom: 10px;
  }
  #home-sectors .sectors-details #details_secteurs li .caamb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    margin-bottom: 10px;
  }
  #home-sectors .sectors-details #details_secteurs li .catotal {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  #home-sectors .sectors-details #details_secteurs li .catotaln {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  #home-sectors .sectors-details #details_secteurs li .evo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
#home-sectors .sector-card {
  background: #FFF;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-radius: 6px;
  overflow: hidden;
}
#home-sectors .sector-card .header {
  position: relative;
  background: #76bbd6;
  height: 70px;
}
#home-sectors .sector-card .header img {
  border-radius: 100px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  max-width: 100px;
}
#home-sectors .sector-card p {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-top: 60px;
}
#home-sectors .sector-card a {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border-radius: 4px;
  background: #a26a9c;
  color: #FFF;
  display: block;
  margin: 10px auto 0 auto;
  padding: 7px;
  max-width: 130px;
}
#home-sectors .sector-card a:hover {
  background: #b689b1;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 300px;
  min-width: 250px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
  color: #323232;
}
.popover-content {
  padding: 9px 14px;
  color: #323232;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .popover-content {
    font-size: 10px;
  }
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
#expedition-commandes {
  color: black;
}
@media (max-width: 624px) {
  #expedition-commandes .container {
    margin: 0;
    padding: 0;
  }
}
#expedition-commandes .btn {
  outline: none;
}
#expedition-commandes input,
#expedition-commandes select {
  outline: none;
}
#expedition-commandes .btn-retour {
  margin-bottom: 30px;
  background: none;
  border: none;
  color: black;
  font-weight: bold;
}
#expedition-commandes .uppercase {
  text-transform: uppercase;
}
#expedition-commandes .c-gray {
  color: gray;
  font-weight: 400;
  margin-bottom: 15px;
}
#expedition-commandes .select-depot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 70%;
}
@media (max-width: 1200px) {
  #expedition-commandes .select-depot {
    width: 100%;
  }
}
#expedition-commandes .select-depot h3 {
  margin-top: 10px;
  margin-right: 30px;
  margin-bottom: 10px;
}
#expedition-commandes .select-depot .field.select {
  width: 300px;
}
#expedition-commandes .select-depot .field.select select {
  margin: 0;
}
@media (max-width: 768px) {
  #expedition-commandes .select-depot .field.select {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
#expedition-commandes .select-depot .field.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
}
#expedition-commandes .select-depot .field.checkbox input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14px;
          flex: 0 0 14px;
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
#expedition-commandes .select-depot .field.checkbox label {
  font-size: 14px;
  font-weight: 400;
  color: #323232;
  text-transform: none;
}
#expedition-commandes .select-depot .field.checkbox.mla {
  margin-left: auto;
}
@media (max-width: 768px) {
  #expedition-commandes .select-depot .field.checkbox {
    width: 49%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 49%;
            flex: 1 1 49%;
  }
  #expedition-commandes .select-depot .field.checkbox.mla {
    margin-left: 0;
  }
}
#expedition-commandes .cnt {
  background-color: white;
  padding: 20px;
}
#expedition-commandes .cnt .seconde-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1200px) {
  #expedition-commandes .cnt .seconde-part {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#expedition-commandes .cnt .seconde-part .all-table {
  width: 70%;
}
@media (max-width: 1200px) {
  #expedition-commandes .cnt .seconde-part .all-table {
    width: 100%;
  }
}
#expedition-commandes .cnt .seconde-part .all-table .center-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#expedition-commandes .cnt .seconde-part .all-table .center-bottom button {
  background-color: green;
  padding: 8px 35px;
  color: white;
  border-radius: 4px;
  border: none;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
#expedition-commandes .cnt .seconde-part .all-table .center-bottom button:hover {
  background-color: #00b300;
}
#expedition-commandes .cnt .seconde-part .table-div {
  margin-bottom: 20px;
  border: 1px solid #dddddd;
}
#expedition-commandes .cnt .seconde-part .table-div .table {
  margin-bottom: 0;
}
#expedition-commandes .cnt .seconde-part .table-div .table-title {
  background-color: #dddddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#expedition-commandes .cnt .seconde-part .table-div .table-title h4 {
  padding: 10px;
}
#expedition-commandes .cnt .seconde-part .table-div .table-title .table-refresh {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  font-size: 22px;
  border: none;
  background: none;
  color: #148bbc;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}
#expedition-commandes .cnt .seconde-part .table-div .table-title .table-refresh:hover {
  color: #1cace7;
}
#expedition-commandes .cnt .seconde-part #liste_commandes .order-status {
  text-align: center;
}
#expedition-commandes .cnt .seconde-part #liste_commandes .order-status p,
#expedition-commandes .cnt .seconde-part #liste_commandes .order-status i {
  display: none;
}
#expedition-commandes .cnt .seconde-part #liste_commandes .order-status i {
  font-size: 20px;
  color: red;
}
#expedition-commandes .cnt .seconde-part #liste_commandes .order-status.non_edite p {
  display: inline-block;
}
#expedition-commandes .cnt .seconde-part #liste_commandes .order-status.edite i {
  display: inline-block;
}
#expedition-commandes .cnt .seconde-part .bottoms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1200px) {
  #expedition-commandes .cnt .seconde-part .bottoms {
    margin-top: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#expedition-commandes .cnt .seconde-part .bottoms button,
#expedition-commandes .cnt .seconde-part .bottoms a {
  font-size: 18px;
  font-weight: bold;
  color: white;
  background-color: #148bbc;
  text-transform: uppercase;
  padding: 8px 40px;
  margin-bottom: 50px;
  border: none;
  border-radius: 4px;
}
#expedition-commandes .cnt .seconde-part .bottoms button:hover,
#expedition-commandes .cnt .seconde-part .bottoms a:hover {
  background-color: #1cace7;
}
@media (max-width: 1200px) {
  #expedition-commandes .cnt .seconde-part .bottoms button,
  #expedition-commandes .cnt .seconde-part .bottoms a {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #expedition-commandes table.table.table-responsive {
    display: block;
    width: 90vw;
    overflow-x: auto;
  }
}
#preparation-commandes h2,
#preparation-commandes h3,
#preparation-commandes h4 {
  color: #323232;
}
@media screen and (max-width: 768px) {
  #preparation-commandes h1 {
    font-size: 24px;
  }
}
#preparation-commandes .bold {
  font-weight: bold;
}
#preparation-commandes .btn {
  outline: none;
}
#preparation-commandes input,
#preparation-commandes select {
  outline: none;
}
#preparation-commandes #scan_cb:focus {
  border-color: #148bbc !important;
}
#preparation-commandes .btn-retour {
  margin-bottom: 30px;
  background: none;
  border: none;
  color: black;
  font-weight: bold;
}
#preparation-commandes .uppercase {
  text-transform: uppercase;
}
#preparation-commandes .c-gray {
  color: gray;
  font-weight: 400;
  margin-bottom: 15px;
}
#preparation-commandes .block-one {
  background-color: white;
  padding: 20px;
}
@media (max-width: 767px) {
  #preparation-commandes .block-one {
    text-align: center;
  }
}
#preparation-commandes .block-one h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #a26a9c;
  margin-bottom: 5px;
}
#preparation-commandes .block-one p {
  font-size: 16px;
}
#preparation-commandes .block-two {
  margin-top: 30px;
  background-color: white;
  padding: 20px;
}
#preparation-commandes .block-two h2 {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #preparation-commandes .block-two h2 {
    font-size: 18px;
  }
}
#preparation-commandes .block-two h3 {
  margin: 60px auto 15px auto;
  text-align: center;
}
#preparation-commandes .block-two .seconde-part {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#preparation-commandes .block-two .seconde-part .field {
  width: 100%;
  margin-bottom: 30px;
}
#preparation-commandes .block-two .seconde-part .field input {
  text-align: center;
  background-color: #f5f5f5;
}
#preparation-commandes .block-two .seconde-part .btn {
  border: none;
  border-radius: 4px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  max-width: 300px;
  width: 100%;
  padding: 10px;
  margin: 10px;
  font-size: 14px;
}
#preparation-commandes .block-two .seconde-part .btn-primary {
  background-color: #148bbc;
}
#preparation-commandes .block-two .seconde-part .btn-primary:hover {
  background-color: #1cace7;
}
#preparation-commandes .block-two .seconde-part .btn-danger {
  background-color: red;
}
#preparation-commandes .block-two .seconde-part .btn-danger:hover {
  background-color: #ff4d4d;
}
#preparation-commandes .block-one:empty,
#preparation-commandes #bloc_produits:empty {
  display: none!important;
}
#preparation-commandes .block-three {
  background-color: white;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
#preparation-commandes .block-three h3 {
  margin-right: 20px;
}
#preparation-commandes .block-three .field {
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
#bloc_produits .block {
  padding: 20px 0;
}
.product-list.legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-list.legend li {
  font-size: 12px;
  font-weight: 700;
  color: #b2b2b2;
}
.product-list.legend li:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.product-list.legend li:nth-child(3) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 10%;
          flex: 1 1 10%;
  text-align: center;
}
.product-list.legend li:nth-child(4) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 10%;
          flex: 1 1 10%;
  text-align: center;
}
.product-list.legend li:nth-child(5) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 10%;
          flex: 1 1 10%;
  text-align: center;
}
.product-list.legend li:nth-child(6) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 10%;
          flex: 1 1 10%;
  text-align: center;
}
.product-list.legend li:nth-child(7) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 10%;
          flex: 1 1 10%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .product-list.legend {
    display: none;
  }
}
.product-list.table li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #b2b2b2;
  padding: 4px 0;
}
.product-list.table li:last-child {
  border-bottom: 1px solid #b2b2b2;
}
.product-list.table li:nth-child(even) {
  background: #f5f5f5;
}
.product-list.table li .pdct {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-right: 10px;
}
.product-list.table li .pdct p {
  font-weight: 700;
  text-transform: uppercase;
}
.product-list.table li .pdct img {
  mix-blend-mode: multiply;
}
.product-list.table li .infos {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
}
.product-list.table li .infos p {
  margin: 0;
}
.product-list.table li .infos .lgnd {
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  color: #b2b2b2;
}
.product-list.table li .scan-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35px;
          flex: 0 0 35px;
}
.product-list.table li .scan-info > div i {
  font-size: 22px;
}
.product-list.table li .scan-info > div.scan_off i {
  color: #b2b2b2;
}
.product-list.table li .scan-info > div.scan_on i {
  color: #24d89f;
}
.product-list.table li .sup-button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
}
.product-list.table li .sup-button button {
  margin: 0;
  padding: 0;
  width: 30px;
  background: none;
}
@media screen and (min-width: 767px) {
  .product-list.table li .infos {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 30%;
            flex: 1 1 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product-list.table li .infos p {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 10%;
            flex: 1 1 10%;
    text-align: center;
  }
  .product-list.table li .infos .lgnd {
    display: none;
  }
  .product-list.table li .scan-info {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 10%;
            flex: 1 1 10%;
    text-align: center;
  }
  .product-list.table li .sup-button {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 10%;
            flex: 1 1 10%;
  }
  .product-list.table li .sup-button button {
    display: block;
    margin: auto;
  }
}
#liste_articles td {
  vertical-align: middle;
}
#liste_articles td.noIMG img,
#liste_articles td.noIMG span {
  display: none;
}
#liste_articles td.noIMG.scan_off span {
  display: block;
}
#liste_articles td.noIMG.scan_on img {
  display: block;
}
.pwd-input:not(.safe) {
  border-color: #d53737;
}
.level-gauge .gauge-content {
  position: relative;
  display: block;
  width: 100%;
  height: 6px;
  border-radius: 6px;
  border: 1px solid #cccccc;
  background: #e5e5e5;
  overflow: hidden;
}
.level-gauge .gauge-content:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.level-gauge .security-info {
  color: #808080;
  font-weight: 400;
}
.level-gauge[data-level="1"] .security-label:before {
  content: "Très faible";
}
.level-gauge[data-level="1"] .gauge-content:before {
  width: 20%;
  background-color: #d53737;
}
.level-gauge[data-level="1"] .security-info:before {
  content: "La sécurité de votre mot de passe est trop faible, merci de le modifier.";
}
.level-gauge[data-level="2"] .security-label:before {
  content: "Faible";
}
.level-gauge[data-level="2"] .gauge-content:before {
  width: 40%;
  background-color: #d53737;
}
.level-gauge[data-level="2"] .security-info:before {
  content: "La sécurité de votre mot de passe est trop faible, merci de le modifier.";
}
.level-gauge[data-level="3"] .security-label:before {
  content: "Faible";
}
.level-gauge[data-level="3"] .gauge-content:before {
  width: 60%;
  background-color: #ff6e45;
}
.level-gauge[data-level="3"] .security-info:before {
  content: "La sécurité de votre mot de passe est trop faible, merci de le modifier.";
}
.level-gauge[data-level="4"] .security-label:before {
  content: "Forte";
}
.level-gauge[data-level="4"] .gauge-content:before {
  width: 80%;
  background-color: #148bbc;
}
.level-gauge[data-level="4"] .security-info:before {
  content: "La sécurité de votre mot de passe est satisfaisante.";
}
.level-gauge[data-level="5"] .security-label:before {
  content: "Excellente";
}
.level-gauge[data-level="5"] .gauge-content:before {
  width: 100%;
  background-color: #24d89f;
}
.level-gauge[data-level="5"] .security-info:before {
  content: "La sécurité de votre mot de passe est excellente.";
}
.pwd-requirements p {
  font-weight: 700;
  font-size: 12px;
  margin: 10px 0;
}
.pwd-requirements ul {
  list-style: inside none;
  padding: 0;
}
.pwd-requirements ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 12px;
  color: #323232;
}
.pwd-requirements ul li + li {
  margin-top: 7px;
}
.pwd-requirements ul li:before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  width: 16px;
  height: 16px;
  border: 1px solid #cccccc;
  border-radius: 10px;
  margin-right: 5px;
}
.pwd-requirements ul li.success {
  color: #24d89f;
}
.pwd-requirements ul li.success:before {
  border-color: #24d89f;
  background: #24d89f;
  color: #FFF;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  content: "\f00c";
}
section#sector-details .sd-profile {
  text-align: center;
}
section#sector-details .sd-profile .photo {
  width: 84px;
  height: 84px;
  margin: 0 auto 15px auto;
  overflow: hidden;
  border-radius: 42px;
}
section#sector-details .sd-profile .photo img {
  width: 100%;
}
section#sector-details .sd-profile h1 {
  font-size: 22px;
  color: #323232;
  margin-bottom: 5px;
}
section#sector-details .sd-profile h2 {
  font-size: 18px;
  font-weight: 400;
  color: #808080;
  margin-bottom: 5px;
}
section#sector-details .sd-profile p {
  font-size: 16px;
  font-weight: 400;
  color: #808080;
  font-style: italic;
  margin: 0;
}
@media screen and (max-width: 992px) {
  section#sector-details .sd-profile {
    margin-bottom: 15px;
  }
}
section#sector-details .sd-contact {
  background: #FFF;
}
section#sector-details .sd-contact .content {
  padding: 15px;
}
section#sector-details .sd-contact h3 {
  display: block;
  padding: 7px 15px;
  border-bottom: 1px solid #93278f;
  font-size: 14px;
  color: #323232;
}
section#sector-details .sd-contact ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
section#sector-details .sd-contact ul li.mb0 {
  margin-bottom: 0;
}
section#sector-details .sd-contact ul li p:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  color: #808080;
  font-size: 14px;
  margin: 0;
}
section#sector-details .sd-contact ul li p:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  color: #323232;
  font-size: 14px;
  margin: 0;
}
section#sector-details .sd-contact ul li p:last-child a:hover {
  color: #93278f;
  text-decoration: underline;
}
section#sector-details .sd-tabs-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  background: #FFF;
  border-bottom: 1px solid #ebebeb;
}
section#sector-details .sd-tabs-controls a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1;
          flex: 0 0 1;
  padding: 15px 0 12px 0;
  margin: 0 8px;
  font-size: 14px;
  border-bottom: 3px solid transparent;
  color: #808080;
}
section#sector-details .sd-tabs-controls a.active {
  border-color: #346cb0;
  color: #323232;
}
section#sector-details .sd-tabs-content {
  display: block;
}
section#sector-details .sd-tabs-content .tab-block {
  display: none;
  padding: 15px;
}
section#sector-details .sd-tabs-content .tab-block.active {
  display: block;
}
section#sector-details .sd-period {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #148bbc;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
  border-radius: 4px;
  text-align: center;
  padding: 8px 15px;
  border: none;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
  margin-bottom: 15px;
}
section#sector-details .sd-period i {
  margin-right: 10px;
  font-size: 16px;
}
section#sector-details .sd-period:hover {
  background: #1cace7;
}
section#sector-details .sd-module {
  background: #FFF;
  border: 1px solid #ebebeb;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 15px;
}
section#sector-details .sd-module h4 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 15px;
  color: #323232;
}
section#sector-details .sd-module h4 span {
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  margin-left: 5px;
}
section#sector-details .sd-module .sd-m-inner {
  padding: 15px;
  border-top: 1px solid #ebebeb;
}
section#sector-details .sd-module.turnover ul:not(.last) li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section#sector-details .sd-module.turnover ul:not(.last) li:not(:last-child) {
  margin-bottom: 5px;
}
section#sector-details .sd-module.turnover ul:not(.last) li p {
  margin: 0;
}
section#sector-details .sd-module.turnover ul:not(.last) li p:last-child {
  text-align: right;
}
section#sector-details .sd-module.turnover ul:not(.last) li:first-child p:first-child {
  font-weight: 700;
}
section#sector-details .sd-module.turnover ul:not(.last) li:first-child p:first-child span {
  margin-left: 10px;
  font-size: 12px;
  font-weight: 400;
}
section#sector-details .sd-module.turnover ul:not(.last) li:first-child p:first-child span i {
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  section#sector-details .sd-module.turnover ul:not(.last) li:first-child p:first-child span {
    margin-left: 0;
  }
}
section#sector-details .sd-module.turnover ul:not(.last) li:first-child p:first-child span.up {
  color: green;
}
section#sector-details .sd-module.turnover ul:not(.last) li:first-child p:first-child span.up .fa-caret-down {
  display: none;
}
section#sector-details .sd-module.turnover ul:not(.last) li:first-child p:first-child span.down {
  color: red;
}
section#sector-details .sd-module.turnover ul:not(.last) li:first-child p:first-child span.down .fa-caret-up {
  display: none;
}
section#sector-details .sd-module.turnover ul:not(.last) li:first-child p:last-child {
  font-size: 18px;
  font-weight: 700;
}
section#sector-details .sd-module.turnover ul:not(.last) li:nth-child(2) p:first-child {
  font-weight: 700;
}
section#sector-details .sd-module.turnover ul:not(.last) li:last-child p:first-child {
  font-weight: 700;
}
section#sector-details .sd-module.turnover ul:not(.last) li:last-child p:first-child span {
  margin-left: 10px;
  font-size: 12px;
  font-weight: 400;
}
section#sector-details .sd-module.turnover ul:not(.last) li:last-child p:first-child span i {
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  section#sector-details .sd-module.turnover ul:not(.last) li:last-child p:first-child span {
    margin-left: 0;
  }
}
section#sector-details .sd-module.turnover ul:not(.last) li:last-child p:first-child span.up {
  color: green;
}
section#sector-details .sd-module.turnover ul:not(.last) li:last-child p:first-child span.up .fa-caret-down {
  display: none;
}
section#sector-details .sd-module.turnover ul:not(.last) li:last-child p:first-child span.down {
  color: red;
}
section#sector-details .sd-module.turnover ul:not(.last) li:last-child p:first-child span.down .fa-caret-up {
  display: none;
}
section#sector-details .sd-module.turnover ul:not(.last) li:last-child p:last-child span:first-child {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  section#sector-details .sd-module.turnover ul:not(.last) li:last-child p:last-child span:first-child {
    font-size: 15px;
  }
}
section#sector-details .sd-module.turnover ul:not(.last) li:last-child p:last-child span:last-child {
  font-size: 14px;
  font-weight: 400;
  color: #b2b2b2;
}
section#sector-details .sd-module.turnover ul:not(.last) li:nth-child(n + 1) p:last-child {
  font-weight: 700;
}
section#sector-details .sd-module.turnover ul:not(.last) li:last-child p:first-child {
  font-weight: 700;
}
section#sector-details .sd-module.turnover ul.last li:first-child p {
  margin: 0;
  font-weight: 700;
}
section#sector-details .sd-module.turnover ul.last li:first-child p span {
  font-weight: 400;
}
section#sector-details .sd-module.turnover ul.last li:last-child p {
  margin: 10px 0;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
}
section#sector-details #ds-chart {
  color: #323232;
}
section#sector-details .sd-pract-list {
  overflow-x: auto;
}
@media screen and (max-width: 768px) {
  section#sector-details .sd-pract-list {
    max-width: calc(100vw - 70px);
  }
}
section#sector-details .sd-pract-list .legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
}
section#sector-details .sd-pract-list .legend p {
  color: #808080;
}
section#sector-details .sd-pract-list .legend p:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 203px;
          flex: 0 0 203px;
}
section#sector-details .sd-pract-list .legend p:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  margin: 0 30px;
  text-align: right;
}
section#sector-details .sd-pract-list .legend p:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  margin: 0 30px;
  text-align: right;
}
section#sector-details .sd-pract-list .legend p:nth-child(4) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin: 0 30px;
  min-width: 180px;
}
section#sector-details .sd-pract-list .legend p:nth-child(5) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  margin: 0 30px;
  text-align: right;
}
section#sector-details .sd-pract-list .legend p:nth-child(6) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  margin: 0 30px;
  text-align: right;
}
section#sector-details .sd-pract-list .legend p:nth-child(7) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  margin: 0 30px;
  text-align: right;
}
section#sector-details .sd-pract-list .legend p:nth-child(8) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  margin: 0 30px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  section#sector-details .sd-pract-list .legend p:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 173px;
            flex: 0 0 173px;
  }
  section#sector-details .sd-pract-list .legend p:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }
  section#sector-details .sd-pract-list .legend p:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }
  section#sector-details .sd-pract-list .legend p:nth-child(4) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    min-width: 130px;
  }
  section#sector-details .sd-pract-list .legend p:nth-child(5) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
  }
  section#sector-details .sd-pract-list .legend p:nth-child(6) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
  }
  section#sector-details .sd-pract-list .legend p:nth-child(7) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
  }
  section#sector-details .sd-pract-list .legend p:nth-child(8) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
  }
}
section#sector-details .sd-pract-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
section#sector-details .sd-pract-list ul li .photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38px;
          flex: 0 0 38px;
  width: 38px;
  height: 38px;
  overflow: hidden;
  border-radius: 19px;
  margin-right: 15px;
}
section#sector-details .sd-pract-list ul li .photo img {
  width: 100%;
}
section#sector-details .sd-pract-list ul li .name {
  font-weight: 700;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
}
section#sector-details .sd-pract-list ul li .name span {
  font-weight: 400;
  color: #b2b2b2;
}
section#sector-details .sd-pract-list ul li .ca {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  font-size: 16px;
  font-weight: 700;
  margin: 0 30px;
  text-align: right;
}
section#sector-details .sd-pract-list ul li .can1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  font-size: 16px;
  color: #b2b2b2;
  margin: 0 30px;
  text-align: right;
}
section#sector-details .sd-pract-list ul li .prog {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 30px;
}
section#sector-details .sd-pract-list ul li .prog .progress-bar {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: block;
  position: relative;
  height: 5px;
  background: #ebebeb;
  overflow: hidden;
}
section#sector-details .sd-pract-list ul li .prog .progress-bar > div {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  z-index: 5;
}
section#sector-details .sd-pract-list ul li .prog p {
  margin-left: 15px;
  font-size: 18px;
}
section#sector-details .sd-pract-list ul li .prog.red .progress-bar > div {
  background: red;
}
section#sector-details .sd-pract-list ul li .prog.red p {
  color: red;
}
section#sector-details .sd-pract-list ul li .prog.green .progress-bar > div {
  background: green;
}
section#sector-details .sd-pract-list ul li .prog.green p {
  color: green;
}
section#sector-details .sd-pract-list ul li .caspt {
  font-size: 18px;
  margin: 0 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  text-align: right;
}
section#sector-details .sd-pract-list ul li .cap {
  font-size: 18px;
  margin: 0 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  text-align: right;
}
section#sector-details .sd-pract-list ul li .txr,
section#sector-details .sd-pract-list ul li .pca {
  font-size: 18px;
  color: #346cb0;
  margin: 0 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  section#sector-details .sd-pract-list ul li .name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
  }
  section#sector-details .sd-pract-list ul li .ca {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }
  section#sector-details .sd-pract-list ul li .can1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }
  section#sector-details .sd-pract-list ul li .prog {
    min-width: 130px;
  }
  section#sector-details .sd-pract-list ul li .caspt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
  }
  section#sector-details .sd-pract-list ul li .cap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
  }
  section#sector-details .sd-pract-list ul li .txr,
  section#sector-details .sd-pract-list ul li .pca {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
  }
}
section#sector-details .sd-activity-day {
  padding-left: 15px;
  margin-bottom: 20px;
}
section#sector-details .sd-activity-day h5 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #323232;
}
section#sector-details .sd-activity-day ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
}
section#sector-details .sd-activity-day ul li:not(:last-child)::after {
  position: absolute;
  content: "";
  display: block;
  left: 9px;
  width: 2px;
  height: 100%;
  top: 20px;
  background: #e5e5e5;
}
section#sector-details .sd-activity-day ul li .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 15px;
  background: #e5e5e5;
  margin-right: 20px;
}
section#sector-details .sd-activity-day ul li .icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-size: 12px;
  color: #888C9B;
}
section#sector-details .sd-activity-day ul li .desc {
  padding-top: 1px;
}
section#sector-details .sd-activity-day ul li .desc p:first-child {
  font-weight: 700;
  color: #4b7db9;
  margin: 0;
}
section#sector-details .sd-activity-day ul li .desc p:last-child {
  margin: 0;
}
section#sector-details .sd-activity-day ul li .desc p:last-child span {
  color: #4b7db9;
}
section#sector-details .sd-activity-day ul li .time {
  margin-left: auto;
  font-size: 12px;
  color: #b2b2b2;
}
section#sector-details .sd-activity-day ul li.type-1 .icon::before {
  content: "\f133";
}
section#sector-details .sd-activity-day ul li.type-2 .icon::before {
  content: "\f2f6";
}
section#sector-details .sd-activity-day ul li.type-3 .icon::before {
  content: "\f095";
}
section#sector-details .sd-module.agenda h4 span {
  margin-left: 0;
  margin-right: 7px;
}
@media screen and (min-width: 769px) {
  section#sector-details .sd-calendar-full {
    height: 440px;
    overflow-y: auto;
  }
}
section#sector-details .sd-calendar-full > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
section#sector-details .sd-calendar-full > li .date {
  -ms-flex-preferred-size: 40px;
      flex-basis: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #148bbc;
  margin-top: 3px;
  line-height: 14px;
}
section#sector-details .sd-calendar-full > li .date span {
  display: inline-block;
  width: 100%;
}
section#sector-details .sd-calendar-full > li .date span:first-child {
  font-size: 22px;
  font-weight: 700;
}
section#sector-details .sd-calendar-full > li .date span:last-child {
  font-size: 16px;
  font-weight: 700;
}
section#sector-details .sd-calendar-full > li .calendar-day {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
section#sector-details .sd-calendar-full > li .calendar-day li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section#sector-details .sd-calendar-full > li .calendar-day li.rouge {
  background: #E74C3C;
}
section#sector-details .sd-calendar-full > li .calendar-day li.bleu {
  background: #3498DB;
}
section#sector-details .sd-calendar-full > li .calendar-day li.vert {
  background: #27AE60;
}
section#sector-details .sd-calendar-full > li .calendar-day li a {
  margin: 0;
  color: #323232;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-size: 14px;
}
section#sector-details .sd-calendar-full > li .calendar-day li a span {
  font-weight: 700;
}
section#sector-details .sd-calendar-full > li .calendar-day li a:hover {
  color: #656565;
}
section#sector-details .sd-calendar-full > li .calendar-day li div {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 30px;
  max-height: 30px;
  border-radius: 15px;
  overflow: hidden;
}
section#sector-details .sd-calendar-full > li .calendar-day li div img {
  max-width: 100%;
  height: auto;
}
section#sector-details .sd-module.visits h4 span {
  margin-left: 0;
  margin-right: 7px;
}
section#sector-details .sd-module.visits .sd-m-inner {
  padding: 0;
}
section#sector-details .phonetrace-block {
  background: #FFF;
  border-radius: 8px;
  overflow: hidden;
}
section#sector-details .phonetrace-block .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 15px;
  background: #a26a9c;
  font-size: 18px;
  text-transform: uppercase;
  color: #FFF;
  margin: 0;
}
section#sector-details .phonetrace-block .title:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #FFF;
  margin-right: 10px;
}
section#sector-details .phonetrace-block .title.ATEL {
  background: #d23a3a;
}
section#sector-details .phonetrace-block div[class^="pager-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 7px 10px;
}
section#sector-details .phonetrace-block div[class^="pager-"] .pagedisplay {
  font-size: 12px;
  color: #b2b2b2;
}
section#sector-details .phonetrace-block div[class^="pager-"] .prev,
section#sector-details .phonetrace-block div[class^="pager-"] .next {
  background: none;
  border: none;
  font-size: 12px;
  color: #b2b2b2;
  padding: 3px;
}
section#sector-details .phonetrace-block div[class^="pager-"] .prev:focus,
section#sector-details .phonetrace-block div[class^="pager-"] .next:focus {
  outline: none;
}
section#sector-details .phonetrace-block div[class^="pager-"] .gotoPage {
  background: none;
  border: 1px solid #e6e6e6;
  font-size: 12px;
  color: #b2b2b2;
  padding: 3px 5px;
}
section#sector-details .phonetrace-block div[class^="pager-"] .gotoPage:focus {
  outline: none;
}
section#sector-details .phonetrace-block table {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}
section#sector-details .phonetrace-block table thead {
  border-bottom: 1px solid #e6e6e6;
}
section#sector-details .phonetrace-block table thead tr th {
  font-weight: 400;
  border-collapse: collapse;
  padding: 10px 10px;
  color: #323232;
  font-size: 13px;
}
section#sector-details .phonetrace-block table td {
  border-collapse: collapse;
  padding: 6px 10px;
  color: #323232;
  font-size: 13px;
}
section#sector-details .phonetrace-block table tbody tr:nth-child(odd) {
  background: #e6e6e6;
}
section#sector-details .phonetrace-block table .line-toggle {
  width: 30px;
  height: 100%;
  background: none;
  border: none;
  color: #323232;
  font-size: 18px;
}
section#sector-details .phonetrace-block table .line-toggle:focus {
  outline: none;
}
section#sector-details .phonetrace-block table .line-toggle i {
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}
section#sector-details .phonetrace-block table .line-toggle.active i {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
section#sector-details .phonetrace-block table tbody tr > td.details {
  display: none;
  border-top: 1px solid #b2b2b2;
  width: 100%;
}
section#sector-details .phonetrace-block table tbody tr > td.details div {
  display: block;
}
section#sector-details .phonetrace-block table tbody tr > td.details div p {
  padding: 0 15px;
  text-align: justify;
  font-size: 12px;
}
section#sector-details .phonetrace-block.type-1 table {
  display: block;
  width: 100%;
}
section#sector-details .phonetrace-block.type-1 table thead,
section#sector-details .phonetrace-block.type-1 table tbody {
  display: block;
  width: 100%;
}
section#sector-details .phonetrace-block.type-1 table thead tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section#sector-details .phonetrace-block.type-1 table thead tr th {
  position: relative;
  cursor: pointer;
}
section#sector-details .phonetrace-block.type-1 table thead tr th:focus {
  outline: none;
}
section#sector-details .phonetrace-block.type-1 table thead tr th:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  padding: 10px 0;
}
section#sector-details .phonetrace-block.type-1 table thead tr th:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
}
section#sector-details .phonetrace-block.type-1 table thead tr th:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
}
section#sector-details .phonetrace-block.type-1 table thead tr th:nth-child(4) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
}
section#sector-details .phonetrace-block.type-1 table thead tr th:nth-child(5) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
}
section#sector-details .phonetrace-block.type-1 table thead tr th:nth-child(6) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}
section#sector-details .phonetrace-block.type-1 table thead tr th:nth-child(7) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
}
section#sector-details .phonetrace-block.type-1 table thead tr th:nth-child(8) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
}
section#sector-details .phonetrace-block.type-1 table thead tr th:nth-child(9) {
  display: none;
}
section#sector-details .phonetrace-block.type-1 table thead tr th:not(.sorter-false):not(:first-child):after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  content: "\f0dc";
  font-size: 10px;
  position: absolute;
  right: 10px;
  top: 14px;
  color: #BDBDBD;
}
section#sector-details .phonetrace-block.type-1 table thead tr th.tablesorter-headerAsc:after {
  content: "\f0dd" !important;
}
section#sector-details .phonetrace-block.type-1 table thead tr th.tablesorter-headerDesc:after {
  content: "\f0de" !important;
}
section#sector-details .phonetrace-block.type-1 table tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section#sector-details .phonetrace-block.type-1 table tbody tr td:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  width: 30px;
  padding: 3px 0;
}
section#sector-details .phonetrace-block.type-1 table tbody tr td:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
}
section#sector-details .phonetrace-block.type-1 table tbody tr td:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
}
section#sector-details .phonetrace-block.type-1 table tbody tr td:nth-child(4) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
}
section#sector-details .phonetrace-block.type-1 table tbody tr td:nth-child(5) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
}
section#sector-details .phonetrace-block.type-1 table tbody tr td:nth-child(6) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}
section#sector-details .phonetrace-block.type-1 table tbody tr td:nth-child(6) a {
  white-space: pre;
  font-weight: 700;
  color: #4b7db9;
}
section#sector-details .phonetrace-block.type-1 table tbody tr td:nth-child(6) a:hover {
  text-decoration: underline;
}
section#sector-details .phonetrace-block.type-1 table tbody tr td:nth-child(7) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
}
section#sector-details .phonetrace-block.type-1 table tbody tr td:nth-child(8) {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 90px;
          flex: 1 0 90px;
}
section#sector-details .phonetrace-block.type-2 table thead tr th {
  white-space: pre;
  position: relative;
  cursor: pointer;
}
section#sector-details .phonetrace-block.type-2 table thead tr th:focus {
  outline: none;
}
section#sector-details .phonetrace-block.type-2 table thead tr th:not(.sorter-false):after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  content: "\f0dc";
  font-size: 10px;
  position: absolute;
  right: 0px;
  top: 14px;
  color: #BDBDBD;
}
section#sector-details .phonetrace-block.type-2 table thead tr th.tablesorter-headerAsc:after {
  content: "\f0dd" !important;
}
section#sector-details .phonetrace-block.type-2 table thead tr th.tablesorter-headerDesc:after {
  content: "\f0de" !important;
}
section#sector-details .phonetrace-block.type-2 table tbody tr td:nth-child(3) a {
  white-space: pre;
  font-weight: 700;
  color: #4b7db9;
}
section#sector-details .phonetrace-block.type-2 table tbody tr td:nth-child(3) a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  section#sector-details .phonetrace-block .table-container {
    display: block;
    width: 90vw;
    overflow-x: auto;
  }
  section#sector-details .phonetrace-block .table-container table {
    width: 100%;
  }
  section#sector-details .phonetrace-block.type-1 table {
    width: 1200px;
  }
  section#sector-details .phonetrace-block.type-2 table tbody tr td:nth-child(7) p {
    width: 300px;
    text-align: justify;
  }
}
section#profile .pr-tabs-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section#profile .pr-tabs-controls .tab-toggle {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  background: #FFF;
  padding: 15px;
  font-size: 14px;
  color: #808080;
  border-left: 3px solid white;
}
section#profile .pr-tabs-controls .tab-toggle.active {
  border-color: #346cb0;
  color: #323232;
}
section#profile .pr-tabs-controls .tab-toggle:hover:not(.active) {
  border-color: #ebebeb;
  color: #323232;
}
section#profile .pr-tabs-content {
  display: block;
}
section#profile .pr-tabs-content .tab-block {
  display: none;
}
section#profile .pr-tabs-content .tab-block.active {
  display: block;
}
section#profile .pr-tabs-content .tab-block .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
section#profile .pr-tabs-content .tab-block .btn.primary {
  padding: 10px;
  background-color: #346cb0;
  border-radius: 3px;
  font-size: 14px;
  margin: 0;
}
section#profile .pr-tabs-content .tab-block .btn.primary:hover {
  background-color: #4d85ca;
}
section#profile .profil-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section#profile .profil-top .legend-picture {
  margin-left: 10px;
}
section#profile .profil-top .legend-picture p {
  margin: 0;
}
section#profile .profil-top .legend-picture p:nth-child(1) {
  font-weight: bold;
  font-size: 18px;
}
section#profile .profil-top .legend-picture p:nth-child(2) {
  font-size: 10px;
  font-weight: 400;
  color: #888c9b!important;
}
section#profile .profil-top .legend-picture p:nth-child(3) {
  font-size: 10px;
  font-weight: 400;
}
section#profile .profil-picture {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: relative;
}
section#profile .profil-picture img#photo_preview {
  cursor: pointer;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
section#profile .profil-picture .change-picture {
  cursor: pointer;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(52, 108, 176, 0.86);
  color: #fff;
  font-size: .875rem;
  text-align: center;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
section#profile .profil-picture:hover .change-picture {
  opacity: 1;
}
section#profile .pr-module {
  background: #FFF;
  border: 1px solid #ebebeb;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 15px;
}
section#profile .pr-module h4 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 15px;
  color: #323232;
}
section#profile .pr-module .pr-module-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 15px;
}
section#profile .pr-module .pr-module-title h4 {
  padding: 0;
}
section#profile .pr-module .pr-module-title .btn.primary {
  font-size: 12px;
  padding: 6px 10px;
}
section#profile .pr-module .pr-inner {
  padding: 15px;
  border-top: 1px solid #ebebeb;
}
section#profile .pr-module .pr-inner-menu {
  border-top: 1px solid #ebebeb;
}
section#profile .pr-user-list-legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 10px;
}
section#profile .pr-user-list-legend p {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
section#profile .pr-user-list-legend p:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
section#profile .pr-user-list-legend p:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  text-align: center;
}
section#profile .pr-user-list-legend p:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  text-align: center;
}
section#profile .pr-user-list-legend p:nth-child(4) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  text-align: center;
}
section#profile .pr-user-list-legend p:nth-child(5) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  margin-left: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section#profile .pr-user-list-legend {
    display: none;
  }
}
section#profile .pr-user-list {
  border: 1px solid #f5f5f5;
}
section#profile .pr-user-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 10px;
}
section#profile .pr-user-list li:nth-child(even) {
  background: #f5f5f5;
}
section#profile .pr-user-list li .lgnd {
  display: none;
}
section#profile .pr-user-list li p {
  font-size: 14px;
}
section#profile .pr-user-list li div:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
section#profile .pr-user-list li div:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  text-align: center;
}
section#profile .pr-user-list li div:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  text-align: center;
}
section#profile .pr-user-list li div:nth-child(4) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  text-align: center;
}
section#profile .pr-user-list li div:nth-child(5) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  margin-left: auto;
}
section#profile .pr-user-list li div:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
section#profile .pr-user-list li div:nth-child(1) .photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  height: 50px;
  border-radius: 100%;
  margin-right: 10px;
  overflow: hidden;
}
section#profile .pr-user-list li div:nth-child(1) .photo img {
  width: 100%;
  height: auto;
}
section#profile .pr-user-list li div:nth-child(5) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section#profile .pr-user-list li div:nth-child(5) button {
  background: none;
  border: none;
  width: 50px;
  height: 50px;
  font-size: 18px;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}
section#profile .pr-user-list li div:nth-child(5) button.edit {
  color: #148bbc;
}
section#profile .pr-user-list li div:nth-child(5) button.delete {
  color: #DC0000;
}
section#profile .pr-user-list li div:nth-child(5) button:hover {
  opacity: .7;
}
@media screen and (max-width: 767px) {
  section#profile .pr-user-list li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section#profile .pr-user-list li .lgnd {
    display: block;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 700;
    color: #999999;
    margin: 0 0 3px 0;
    text-align: left;
  }
  section#profile .pr-user-list li p {
    margin: 0;
    font-size: 12px;
    text-align: left;
  }
  section#profile .pr-user-list li div:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    margin-bottom: 5px;
  }
  section#profile .pr-user-list li div:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    text-align: left;
  }
  section#profile .pr-user-list li div:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    text-align: left;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  section#profile .pr-user-list li div:nth-child(4) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    text-align: left;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  section#profile .pr-user-list li div:nth-child(5) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    margin-left: auto;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  section#profile .pr-user-list li div:nth-child(1) p {
    font-weight: 700;
  }
}
section#profile .pr-profile-list-legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 10px;
}
section#profile .pr-profile-list-legend p {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
section#profile .pr-profile-list-legend p:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
section#profile .pr-profile-list-legend p:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  margin-left: auto;
  text-align: center;
}
section#profile .pr-profile-list {
  border: 1px solid #f5f5f5;
}
section#profile .pr-profile-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 10px;
}
section#profile .pr-profile-list li:nth-child(even) {
  background: #f5f5f5;
}
section#profile .pr-profile-list li p {
  font-size: 14px;
}
section#profile .pr-profile-list li div:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
section#profile .pr-profile-list li div:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  margin-left: auto;
}
section#profile .pr-profile-list li div:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section#profile .pr-profile-list li div:nth-child(2) button {
  background: none;
  border: none;
  width: 50px;
  height: 50px;
  font-size: 18px;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}
section#profile .pr-profile-list li div:nth-child(2) button.edit {
  color: #148bbc;
}
section#profile .pr-profile-list li div:nth-child(2) button.delete {
  color: #DC0000;
}
section#profile .pr-profile-list li div:nth-child(2) button:hover {
  opacity: .7;
}
#modal_edit_user .modal-body,
#modal_edit_profile .modal-body {
  text-align: left;
}
#modal_edit_user .profil-modal,
#modal_edit_profile .profil-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#modal_edit_user .profil-modal .legend-picture,
#modal_edit_profile .profil-modal .legend-picture {
  margin-left: 10px;
}
#modal_edit_user .profil-modal .legend-picture p,
#modal_edit_profile .profil-modal .legend-picture p {
  margin: 0;
}
#modal_edit_user .profil-modal .legend-picture p:nth-child(1),
#modal_edit_profile .profil-modal .legend-picture p:nth-child(1) {
  font-weight: bold;
  font-size: 18px;
}
#modal_edit_user .profil-modal .legend-picture p:nth-child(2),
#modal_edit_profile .profil-modal .legend-picture p:nth-child(2) {
  font-size: 10px;
  font-weight: 400;
  color: #888c9b!important;
}
#modal_edit_user .profil-modal .legend-picture p:nth-child(3),
#modal_edit_profile .profil-modal .legend-picture p:nth-child(3) {
  font-size: 10px;
  font-weight: 400;
}
#modal_edit_user .profil-picture,
#modal_edit_profile .profil-picture {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: relative;
}
#modal_edit_user .profil-picture img#photo_preview,
#modal_edit_profile .profil-picture img#photo_preview {
  cursor: pointer;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
#modal_edit_user .profil-picture .change-picture,
#modal_edit_profile .profil-picture .change-picture {
  cursor: pointer;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(52, 108, 176, 0.86);
  color: #fff;
  font-size: .875rem;
  text-align: center;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
#modal_edit_user .profil-picture:hover .change-picture,
#modal_edit_profile .profil-picture:hover .change-picture {
  opacity: 1;
}
#modal_edit_user .pr-modal-title,
#modal_edit_profile .pr-modal-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #b2b2b2;
}
#modal_edit_user .pr-modal-title:not(:first-of-type),
#modal_edit_profile .pr-modal-title:not(:first-of-type) {
  margin-top: 30px;
}
#modal_edit_user .pr-modal-subtitle,
#modal_edit_profile .pr-modal-subtitle {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #4c4c4c;
}
#modal_edit_user .field.chkbx,
#modal_edit_profile .field.chkbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#modal_edit_user .field.chkbx input,
#modal_edit_profile .field.chkbx input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14px;
          flex: 0 0 14px;
  height: 14px;
  height: auto;
  margin: 0;
  cursor: pointer;
  -ms-flex-item-align: center;
      align-self: center;
}
#modal_edit_user .field.chkbx label,
#modal_edit_profile .field.chkbx label {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
  padding-left: 5px;
  text-transform: none;
}
#modal_edit_user .pr-modal-controls,
#modal_edit_profile .pr-modal-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#modal_edit_user .pr-modal-controls button + button,
#modal_edit_profile .pr-modal-controls button + button {
  margin-left: 15px;
}
#modal_edit_user .pr-modal-controls button,
#modal_edit_profile .pr-modal-controls button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  border-radius: 4px;
  margin-top: 30px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
#modal_edit_user .pr-modal-controls button.pr-ok,
#modal_edit_profile .pr-modal-controls button.pr-ok {
  background: #148bbc;
}
#modal_edit_user .pr-modal-controls button.pr-ok:hover,
#modal_edit_profile .pr-modal-controls button.pr-ok:hover {
  background: #4abdec;
}
#modal_edit_user .pr-modal-controls button.pr-del,
#modal_edit_profile .pr-modal-controls button.pr-del {
  background: #bb3131;
}
#modal_edit_user .pr-modal-controls button.pr-del:hover,
#modal_edit_profile .pr-modal-controls button.pr-del:hover {
  background: #db7777;
}
#modal_edit_user .pr-modal-controls button.pr-cancel,
#modal_edit_profile .pr-modal-controls button.pr-cancel {
  background: #4c4c4c;
}
#modal_edit_user .pr-modal-controls button.pr-cancel:hover,
#modal_edit_profile .pr-modal-controls button.pr-cancel:hover {
  background: #7f7f7f;
}
#modal_edit_user .profile-auth-list,
#modal_edit_profile .profile-auth-list {
  border: 1px solid #b2b2b2;
  padding: 15px;
  margin-bottom: 15px;
}
#modal_edit_user .profile-auth-list .field.chkbx,
#modal_edit_profile .profile-auth-list .field.chkbx {
  margin-bottom: 0!important;
}
#modal_edit_user .profile-auth-list > ul,
#modal_edit_profile .profile-auth-list > ul {
  padding: 0;
}
#modal_edit_user .profile-auth-list > ul li,
#modal_edit_profile .profile-auth-list > ul li {
  margin-bottom: 3px;
}
#modal_edit_user .profile-auth-list > ul li.title,
#modal_edit_profile .profile-auth-list > ul li.title {
  color: #323232;
}
#modal_edit_user .profile-auth-list > ul li ul,
#modal_edit_profile .profile-auth-list > ul li ul {
  padding-left: 15px;
}
#modal_edit_user .btn.reset,
#modal_edit_profile .btn.reset {
  border-radius: 4px;
  background: #ff6e45;
  color: #FFF;
  font-size: 13px;
  padding: 8px 10px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
#modal_edit_user .btn.reset:hover,
#modal_edit_profile .btn.reset:hover {
  background: #ffbeab;
}
section#orders .sd-module,
section#ca-pays .sd-module {
  background: #FFF;
  border: 1px solid #ebebeb;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 15px;
}
section#orders .sd-module h4,
section#ca-pays .sd-module h4 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 15px;
  color: #323232;
}
section#orders .sd-module h4 span,
section#ca-pays .sd-module h4 span {
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  margin-right: 5px;
}
section#orders .sd-module .sd-m-inner,
section#ca-pays .sd-module .sd-m-inner {
  border-top: 1px solid #ebebeb;
}
section#orders .sd-pract-list,
section#ca-pays .sd-pract-list {
  overflow-x: auto;
}
section#orders .sd-pract-list .legend,
section#ca-pays .sd-pract-list .legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 15px;
  font-size: 10px;
  background: #ebebeb;
}
section#orders .sd-pract-list .legend p,
section#ca-pays .sd-pract-list .legend p {
  color: #808080;
}
section#orders .sd-pract-list .legend p:nth-child(1),
section#ca-pays .sd-pract-list .legend p:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
}
section#orders .sd-pract-list .legend p:nth-child(2),
section#ca-pays .sd-pract-list .legend p:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 15%;
          flex: 0 1 15%;
  margin: 0 30px;
  text-align: center;
}
section#orders .sd-pract-list .legend p:nth-child(3),
section#ca-pays .sd-pract-list .legend p:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 10%;
          flex: 0 1 10%;
  margin: 0 30px;
  text-align: center;
}
section#orders .sd-pract-list .legend p:nth-child(4),
section#ca-pays .sd-pract-list .legend p:nth-child(4) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 10%;
          flex: 0 1 10%;
  margin: 0 30px;
  text-align: center;
}
section#orders .sd-pract-list .legend p:nth-child(5),
section#ca-pays .sd-pract-list .legend p:nth-child(5) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 15%;
          flex: 1 1 15%;
  margin: 0 30px;
  min-width: 180px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section#orders .sd-pract-list .legend,
  section#ca-pays .sd-pract-list .legend {
    display: none;
  }
  section#orders .sd-pract-list .legend p:nth-child(1),
  section#ca-pays .sd-pract-list .legend p:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 20%;
            flex: 0 1 20%;
  }
  section#orders .sd-pract-list .legend p:nth-child(2),
  section#ca-pays .sd-pract-list .legend p:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 15%;
            flex: 0 1 15%;
  }
  section#orders .sd-pract-list .legend p:nth-child(3),
  section#ca-pays .sd-pract-list .legend p:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 10%;
            flex: 0 1 10%;
  }
  section#orders .sd-pract-list .legend p:nth-child(4),
  section#ca-pays .sd-pract-list .legend p:nth-child(4) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 10%;
            flex: 0 1 10%;
  }
  section#orders .sd-pract-list .legend p:nth-child(5),
  section#ca-pays .sd-pract-list .legend p:nth-child(5) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 15%;
            flex: 1 1 15%;
    min-width: 130px;
  }
}
section#orders .sd-pract-list ul li,
section#ca-pays .sd-pract-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #ebebeb;
  padding: 5px 15px;
}
section#orders .sd-pract-list ul li:last-child,
section#ca-pays .sd-pract-list ul li:last-child {
  border: none;
}
section#orders .sd-pract-list ul li:last-child .mode,
section#ca-pays .sd-pract-list ul li:last-child .mode,
section#orders .sd-pract-list ul li:last-child .nbr,
section#ca-pays .sd-pract-list ul li:last-child .nbr,
section#orders .sd-pract-list ul li:last-child .ca,
section#ca-pays .sd-pract-list ul li:last-child .ca,
section#orders .sd-pract-list ul li:last-child .can1,
section#ca-pays .sd-pract-list ul li:last-child .can1 {
  font-weight: 700;
}
section#orders .sd-pract-list ul li .mode,
section#ca-pays .sd-pract-list ul li .mode {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
  overflow: hidden;
}
section#orders .sd-pract-list ul li .nbr,
section#ca-pays .sd-pract-list ul li .nbr {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 15%;
          flex: 0 1 15%;
  margin: 0 30px;
  overflow: hidden;
  text-align: center;
}
section#orders .sd-pract-list ul li .ca,
section#ca-pays .sd-pract-list ul li .ca {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 10%;
          flex: 0 1 10%;
  font-size: 16px;
  font-weight: 700;
  margin: 0 30px;
  overflow: hidden;
  text-align: center;
}
section#orders .sd-pract-list ul li .can1,
section#ca-pays .sd-pract-list ul li .can1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 10%;
          flex: 0 1 10%;
  font-size: 16px;
  margin: 0 30px;
  overflow: hidden;
  text-align: center;
}
section#orders .sd-pract-list ul li .prog,
section#ca-pays .sd-pract-list ul li .prog {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 15%;
          flex: 1 1 15%;
  min-width: 180px;
  text-align: center;
  margin: 0 30px;
  overflow: hidden;
}
section#orders .sd-pract-list ul li .prog .progress-bar,
section#ca-pays .sd-pract-list ul li .prog .progress-bar {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: block;
  position: relative;
  height: 5px;
  background: #ebebeb;
  overflow: hidden;
}
section#orders .sd-pract-list ul li .prog .progress-bar > div,
section#ca-pays .sd-pract-list ul li .prog .progress-bar > div {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  z-index: 5;
}
section#orders .sd-pract-list ul li .prog p,
section#ca-pays .sd-pract-list ul li .prog p {
  font-weight: bold;
  margin: 0 0 3px 0;
}
section#orders .sd-pract-list ul li .prog.red .progress-bar > div,
section#ca-pays .sd-pract-list ul li .prog.red .progress-bar > div {
  background: red;
}
section#orders .sd-pract-list ul li .prog.green .progress-bar > div,
section#ca-pays .sd-pract-list ul li .prog.green .progress-bar > div {
  background: green;
}
@media screen and (max-width: 768px) {
  section#orders .sd-pract-list ul li,
  section#ca-pays .sd-pract-list ul li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 15px;
  }
  section#orders .sd-pract-list ul li > *,
  section#ca-pays .sd-pract-list ul li > * {
    margin: 0 0 15px 0!important;
  }
  section#orders .sd-pract-list ul li .mode,
  section#ca-pays .sd-pract-list ul li .mode {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    text-align: left;
  }
  section#orders .sd-pract-list ul li .mode:before,
  section#ca-pays .sd-pract-list ul li .mode:before {
    content: "Mode de commande";
    display: block;
    color: #808080;
    margin-bottom: 3px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
  }
  section#orders .sd-pract-list ul li .nbr,
  section#ca-pays .sd-pract-list ul li .nbr {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    text-align: left;
  }
  section#orders .sd-pract-list ul li .nbr:before,
  section#ca-pays .sd-pract-list ul li .nbr:before {
    content: "Nbr de commandes";
    display: block;
    color: #808080;
    margin-bottom: 3px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
  }
  section#orders .sd-pract-list ul li .ca,
  section#ca-pays .sd-pract-list ul li .ca {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    text-align: left;
  }
  section#orders .sd-pract-list ul li .ca:before,
  section#ca-pays .sd-pract-list ul li .ca:before {
    content: "CA";
    display: block;
    color: #808080;
    margin-bottom: 3px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
  }
  section#orders .sd-pract-list ul li .can1,
  section#ca-pays .sd-pract-list ul li .can1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    text-align: left;
  }
  section#orders .sd-pract-list ul li .can1:before,
  section#ca-pays .sd-pract-list ul li .can1:before {
    content: "CA N-1";
    display: block;
    color: #808080;
    margin-bottom: 3px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
  }
  section#orders .sd-pract-list ul li .prog,
  section#ca-pays .sd-pract-list ul li .prog {
    min-width: 100%;
  }
  section#orders .sd-pract-list ul li .prog:before,
  section#ca-pays .sd-pract-list ul li .prog:before {
    content: "Progression";
    display: block;
    color: #808080;
    margin-bottom: 3px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
  }
  section#orders .sd-pract-list ul li .cap,
  section#ca-pays .sd-pract-list ul li .cap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
  }
  section#orders .sd-pract-list ul li .txr,
  section#ca-pays .sd-pract-list ul li .txr,
  section#orders .sd-pract-list ul li .pca,
  section#ca-pays .sd-pract-list ul li .pca {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
  }
}
section#orders .sd-pract-list ul li.total p,
section#ca-pays .sd-pract-list ul li.total p {
  font-weight: 700;
}
section#orders .sd-pract-list ul li.total p:first-child,
section#ca-pays .sd-pract-list ul li.total p:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
  overflow: hidden;
}
section#orders .sd-pract-list ul li.total p:nth-child(2),
section#ca-pays .sd-pract-list ul li.total p:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 15%;
          flex: 0 1 15%;
  margin: 0 30px;
  text-align: center;
}
section#orders .sd-pract-list ul li.total p:nth-child(3),
section#ca-pays .sd-pract-list ul li.total p:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 10%;
          flex: 0 1 10%;
  margin: 0 30px;
  text-align: center;
}
section#orders .sd-pract-list ul li.total p:nth-child(4),
section#ca-pays .sd-pract-list ul li.total p:nth-child(4) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 10%;
          flex: 0 1 10%;
  margin: 0 30px;
  text-align: center;
}
section#orders .sd-period,
section#ca-pays .sd-period {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #148bbc;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
  border-radius: 4px;
  text-align: center;
  padding: 8px 15px;
  border: none;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
  margin-bottom: 15px;
}
section#orders .sd-period i,
section#ca-pays .sd-period i {
  margin-right: 10px;
  font-size: 16px;
}
section#orders .sd-period:hover,
section#ca-pays .sd-period:hover {
  background: #1cace7;
}
section#ca-pays h2 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #323232;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
  padding-top: 15px;
}
section#ca-pays h2 i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 50px;
  opacity: .2;
  color: #148bbc;
}
section#ca-pays .inner.brd {
  border: 1px solid #e5e9f2;
  overflow: hidden;
  border-radius: 4px;
}
section#ca-pays .inner.reverse {
  background: #86888e;
  overflow: hidden;
  border-radius: 4px;
}
section#ca-pays .inner.reverse h3 {
  color: #FFF!important;
}
section#ca-pays button.period {
  width: 100%;
  background: #148bbc;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
  border-radius: 4px;
  text-align: center;
  padding: 7px;
  border: none;
  margin-top: 10px;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}
section#ca-pays button.period i {
  margin-right: 10px;
}
section#ca-pays button.period:hover {
  background: #1cace7;
}
section#ca-pays .period-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #c3dee8;
}
section#ca-pays .period-bar button.period {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
  margin: 0;
}
section#ca-pays .period-bar p {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin: 0 30px;
}
section#ca-pays .period-bar button.period-refresh {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  height: 40px;
  background: none;
  border: none;
  color: #148bbc;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  section#ca-pays .period-bar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section#ca-pays .period-bar button.period {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
  }
  section#ca-pays .period-bar p {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    margin: 10px 10px 0 0;
  }
}
section#ca-pays .sd-ca-pays {
  overflow-x: auto;
}
section#ca-pays .sd-ca-pays .legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 15px;
  font-size: 10px;
  background: #ebebeb;
}
section#ca-pays .sd-ca-pays .legend p {
  color: #808080;
}
section#ca-pays .sd-ca-pays .legend p:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
section#ca-pays .sd-ca-pays .legend p:not( :nth-child(1)) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12%;
          flex: 0 0 12%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section#ca-pays .sd-ca-pays .legend {
    display: none;
  }
}
section#ca-pays .sd-ca-pays ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #ebebeb;
  padding: 5px 15px;
}
section#ca-pays .sd-ca-pays ul li p:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
section#ca-pays .sd-ca-pays ul li p:not( :nth-child(1)) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12%;
          flex: 0 0 12%;
  text-align: center;
}
section#ca-pays .sd-ca-pays ul li p:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section#ca-pays .sd-ca-pays ul li p:first-child span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  margin-right: 10px;
}
section#ca-pays .sd-ca-pays ul li:last-child p:first-child span {
  display: none;
}
@media screen and (max-width: 767px) {
  section#ca-pays .sd-ca-pays ul li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 15px;
  }
  section#ca-pays .sd-ca-pays ul li > * {
    margin: 0 0 15px 0!important;
  }
  section#ca-pays .sd-ca-pays ul li p:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66%;
            flex: 0 0 66%;
    text-align: left;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  section#ca-pays .sd-ca-pays ul li p:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    text-align: left;
  }
  section#ca-pays .sd-ca-pays ul li p:nth-child(2):before {
    content: "Nbre de commandes";
    display: block;
    color: #808080;
    margin-bottom: 3px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
  }
  section#ca-pays .sd-ca-pays ul li p:nth-child(n+3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    text-align: left;
  }
  section#ca-pays .sd-ca-pays ul li p:nth-child(n+3):before {
    display: block;
    color: #808080;
    margin-bottom: 3px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
  }
  section#ca-pays .sd-ca-pays ul li p:nth-child(3):before {
    content: "Frais de port";
  }
  section#ca-pays .sd-ca-pays ul li p:nth-child(4):before {
    content: "CA HT";
  }
  section#ca-pays .sd-ca-pays ul li p:nth-child(5):before {
    content: "TVA";
  }
  section#ca-pays .sd-ca-pays ul li p:nth-child(6):before {
    content: "CA TTC";
  }
  section#ca-pays .sd-ca-pays ul li p:nth-child(7):before {
    content: "Répartition";
  }
}
section#ca-pays .sd-ca-pays ul li.total p {
  font-weight: 700;
}
section#ca-pays .sd-ca-pays ul li.total p:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
  overflow: hidden;
}
section#ca-pays .sd-ca-pays ul li.total p:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 15%;
          flex: 0 1 15%;
  margin: 0 30px;
  text-align: center;
}
section#ca-pays .sd-ca-pays ul li.total p:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 10%;
          flex: 0 1 10%;
  margin: 0 30px;
  text-align: center;
}
section#ca-pays .sd-ca-pays ul li.total p:nth-child(4) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 10%;
          flex: 0 1 10%;
  margin: 0 30px;
  text-align: center;
}
#logs-details h2 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #323232;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
  padding-top: 15px;
}
#logs-details h2 i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 50px;
  opacity: .2;
  color: #148bbc;
}
#logs-details .inner.brd {
  border: 1px solid #e5e9f2;
  overflow: hidden;
  border-radius: 4px;
}
#logs-details .inner.reverse {
  background: #86888e;
  overflow: hidden;
  border-radius: 4px;
}
#logs-details .inner.reverse h3 {
  color: #FFF!important;
}
#logs-details .period-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #c3dee8;
}
#logs-details .period-bar button.period {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
  margin: 0;
}
#logs-details .period-bar p {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin: 0 30px;
}
#logs-details .period-bar button.period-refresh {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  height: 40px;
  background: none;
  border: none;
  color: #148bbc;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  #logs-details .period-bar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #logs-details .period-bar button.period {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
  }
  #logs-details .period-bar p {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    margin: 10px 10px 0 0;
  }
}
#logs-details h3 {
  padding: 7px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E5E9F2;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #323232;
}
#logs-details h3 small {
  font-size: 12px;
  font-weight: 400;
  margin-left: 3px;
}
#logs-details button.period {
  width: 100%;
  background: #148bbc;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
  border-radius: 4px;
  text-align: center;
  padding: 7px;
  border: none;
  margin-top: 10px;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}
#logs-details button.period i {
  margin-right: 10px;
}
#logs-details button.period:hover {
  background: #1cace7;
}
#logs-details .top-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px;
}
#logs-details .top-data h4 {
  color: #6B47C1;
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
#logs-details .top-data p {
  font-size: 15px;
  margin-bottom: 0;
  color: #b2b2b2;
}
#logs-details .top-data p:last-child {
  text-align: right;
}
#logs-details .top-data p:last-child i {
  margin-right: 5px;
}
#logs-details .top-data p.vert i,
#logs-details .top-data p.pos i {
  color: #009640;
}
#logs-details .top-data p.rouge i,
#logs-details .top-data p.neg i {
  color: #ed0000;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#logs-details .logs-details .legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #ebebeb;
  padding: 7px 15px;
}
#logs-details .logs-details .legend p:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}
#logs-details .logs-details .legend p:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 260px;
          flex: 0 0 260px;
}
#logs-details .logs-details .legend p:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
}
#logs-details .logs-details .legend p:nth-child(4) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1;
          flex: 0 1 1;
}
@media screen and (max-width: 767px) {
  #logs-details .logs-details .legend {
    display: none;
  }
}
#logs-details .logs-details #details_logs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 15px;
  border-bottom: 1px solid #ebebeb;
}
#logs-details .logs-details #details_logs li:last-child {
  border-bottom: none;
}
#logs-details .logs-details #details_logs li .lgnd {
  display: none;
}
#logs-details .logs-details #details_logs li p {
  font-size: 14px;
}
#logs-details .logs-details #details_logs li p:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}
#logs-details .logs-details #details_logs li p:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 260px;
          flex: 0 0 260px;
  font-weight: 700;
}
#logs-details .logs-details #details_logs li p:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
}
#logs-details .logs-details #details_logs li div:nth-child(4) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1;
          flex: 0 1 1;
}
#logs-details .logs-details #details_logs li div:nth-child(4) p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 26px;
  border-radius: 13px;
  padding: 0 10px;
}
#logs-details .logs-details #details_logs li div:nth-child(4) p.vert {
  background: rgba(36, 216, 159, 0.1);
  color: #24d89f;
}
#logs-details .logs-details #details_logs li div:nth-child(4) p.vert:after {
  margin-left: 5px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-size: 12px;
  content: "\f00c";
  color: #24d89f;
}
#logs-details .logs-details #details_logs li div:nth-child(4) p.orange {
  background: rgba(255, 110, 69, 0.1);
  color: #ff6e45;
}
#logs-details .logs-details #details_logs li div:nth-child(4) p.orange:after {
  margin-left: 5px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-size: 12px;
  content: "\f09c";
  color: #ff6e45;
}
#logs-details .logs-details #details_logs li div:nth-child(4) p.rouge {
  background: rgba(244, 67, 54, 0.1);
  color: #f44336;
}
#logs-details .logs-details #details_logs li div:nth-child(4) p.rouge:after {
  margin-left: 5px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-size: 12px;
  content: "\f00d";
  color: #f44336;
}
#logs-details .logs-details #details_logs li div:nth-child(4) p.gris {
  background: #ebebeb;
  color: #323232;
}
#logs-details .logs-details #details_logs li div:nth-child(4) p.gris:after {
  margin-left: 5px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-size: 12px;
  content: "\f00d";
  color: #323232;
}
@media screen and (max-width: 768px) {
  #logs-details .logs-details #details_logs li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 7px 15px;
  }
  #logs-details .logs-details #details_logs li .lgnd {
    display: inline;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #b2b2b2;
  }
  #logs-details .logs-details #details_logs li p,
  #logs-details .logs-details #details_logs li div {
    margin: 0 0 10px 0;
  }
  #logs-details .logs-details #details_logs li p:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  #logs-details .logs-details #details_logs li p:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    font-weight: 700;
  }
  #logs-details .logs-details #details_logs li p:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    margin-bottom: 0!important;
  }
  #logs-details .logs-details #details_logs li div:nth-child(4) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 1;
            flex: 0 1 1;
    margin-bottom: 0!important;
  }
}
#logs-details .sector-card {
  background: #FFF;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-radius: 6px;
  overflow: hidden;
}
#logs-details .sector-card .header {
  position: relative;
  background: #76bbd6;
  height: 70px;
}
#logs-details .sector-card .header img {
  border-radius: 100px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  max-width: 100px;
}
#logs-details .sector-card p {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-top: 60px;
}
#logs-details .sector-card a {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border-radius: 4px;
  background: #a26a9c;
  color: #FFF;
  display: block;
  margin: 10px auto 0 auto;
  padding: 7px;
  max-width: 130px;
}
#logs-details .sector-card a:hover {
  background: #b689b1;
}
#turnover-daily h2 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #323232;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
  padding-top: 15px;
}
#turnover-daily h2 i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 50px;
  opacity: .2;
  color: #148bbc;
}
#turnover-daily .inner.brd {
  border: 1px solid #e5e9f2;
  overflow: hidden;
  border-radius: 4px;
}
#turnover-daily .inner.reverse {
  background: #86888e;
  overflow: hidden;
  border-radius: 4px;
}
#turnover-daily .inner.reverse h3 {
  color: #FFF!important;
}
#turnover-daily .period-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #c3dee8;
}
#turnover-daily .period-bar button.period {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
  margin: 0;
}
#turnover-daily .period-bar p {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin: 0 30px;
}
#turnover-daily .period-bar button.period-refresh {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  height: 40px;
  background: none;
  border: none;
  color: #148bbc;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  #turnover-daily .period-bar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #turnover-daily .period-bar button.period {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
  }
  #turnover-daily .period-bar p {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    margin: 10px 10px 0 0;
  }
}
#turnover-daily h3 {
  padding: 7px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E5E9F2;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #323232;
}
#turnover-daily h3 small {
  font-size: 12px;
  font-weight: 400;
  margin-left: 3px;
}
#turnover-daily .table-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E5E9F2;
}
#turnover-daily .table-title h3 {
  border-bottom: none;
}
#turnover-daily .table-title button {
  padding: 3px 7px;
  background: none;
  border: none;
  font-size: 12px;
  color: #148bbc;
}
#turnover-daily .table-title button span {
  margin-right: 5px;
}
#turnover-daily .table-title button:hover {
  text-decoration: underline;
}
#turnover-daily button.period {
  width: 100%;
  background: #148bbc;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
  border-radius: 4px;
  text-align: center;
  padding: 7px;
  border: none;
  margin-top: 10px;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}
#turnover-daily button.period i {
  margin-right: 10px;
}
#turnover-daily button.period:hover {
  background: #1cace7;
}
#turnover-daily .top-data {
  padding: 15px;
}
#turnover-daily .top-data ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#turnover-daily .top-data ul li p {
  font-size: 14px;
  margin: 0;
}
#turnover-daily .top-data ul li p:last-child {
  text-align: right;
}
#turnover-daily .top-data ul li.total {
  font-weight: 700;
  margin-top: 15px;
}
#turnover-daily table {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}
#turnover-daily table thead {
  border-bottom: 1px solid #e6e6e6;
}
#turnover-daily table thead tr th {
  font-weight: 400;
  border-collapse: collapse;
  padding: 10px 10px;
  color: #323232;
  font-size: 13px;
  position: relative;
  cursor: pointer;
}
#turnover-daily table thead tr th:focus {
  outline: none;
}
#turnover-daily table thead tr th:hover {
  color: #148bbc;
}
#turnover-daily table thead tr th:nth-child(n+4) {
  text-align: center;
  padding-right: 5px;
}
#turnover-daily table thead tr th:not(.sorter-false):after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f0dc";
  font-size: 10px;
  position: absolute;
  right: 10px;
  top: 14px;
  color: #BDBDBD;
}
#turnover-daily table thead tr th.tablesorter-headerAsc:after {
  content: "\f0dd" !important;
}
#turnover-daily table thead tr th.tablesorter-headerDesc:after {
  content: "\f0de" !important;
}
#turnover-daily table td {
  border-collapse: collapse;
  padding: 3px 10px;
  color: #323232;
  font-size: 13px;
}
#turnover-daily table td:nth-child(n+4) {
  text-align: center;
}
#turnover-daily table td:nth-child(8) {
  font-weight: 700;
}
#turnover-daily table tbody tr:nth-child(odd) {
  background: #e6e6e6;
}
@media screen and (max-width: 768px) {
  #turnover-daily table {
    display: block;
    width: 90vw;
    overflow-x: auto;
  }
  #turnover-daily table tr th,
  #turnover-daily table tr td {
    white-space: pre;
  }
}
#turnover-daily .table-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 7px 10px;
}
#turnover-daily .table-pager .pagedisplay {
  font-size: 12px;
  color: #323232;
}
#turnover-daily .table-pager .prev,
#turnover-daily .table-pager .next {
  background: none;
  border: none;
  font-size: 12px;
  color: #323232;
  padding: 3px;
}
#turnover-daily .table-pager .prev:focus,
#turnover-daily .table-pager .next:focus {
  outline: none;
}
#turnover-daily .table-pager .col2 {
  margin-left: auto;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#turnover-daily .table-pager .col2 p {
  margin-right: 10px;
  font-size: 12px;
  color: #323232;
}
#turnover-daily .table-pager .gotoPage {
  background: none;
  border: 1px solid #e6e6e6;
  font-size: 12px;
  color: #323232;
  padding: 3px 5px;
}
#turnover-daily .table-pager .gotoPage:focus {
  outline: none;
}
#turnover-daily .table-pager .pagesize {
  font-size: 12px;
  color: #323232;
  background: none;
  border: 1px solid #e6e6e6;
}
#turnover-daily .table-pager .pagesize:focus {
  outline: none;
}
section#praticiens-details h2 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #323232;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
  padding-top: 15px;
}
section#praticiens-details h2 i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 50px;
  opacity: .2;
  color: #148bbc;
}
section#praticiens-details h3 {
  padding: 7px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #E5E9F2;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #323232;
}
section#praticiens-details h3 small {
  font-size: 12px;
  font-weight: 400;
  margin-left: 3px;
}
section#praticiens-details .inner.brd {
  border: 1px solid #e5e9f2;
  overflow: hidden;
  border-radius: 4px;
}
section#praticiens-details .inner.reverse {
  background: #86888e;
  overflow: hidden;
  border-radius: 4px;
}
section#praticiens-details .inner.reverse h3 {
  color: #FFF!important;
}
section#praticiens-details .period-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #c3dee8;
}
@media screen and (max-width: 768px) {
  section#praticiens-details .period-bar {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  section#praticiens-details .period-bar p {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    margin: 10px 10px 0 0;
  }
}
section#praticiens-details .period-bar button.period {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  section#praticiens-details .period-bar button.period {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
  }
}
section#praticiens-details .period-bar button.period-refresh {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  height: 40px;
  background: none;
  border: none;
  color: #148bbc;
  font-size: 26px;
}
section#praticiens-details .period-bar p {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  margin: 0 30px;
}
section#praticiens-details button.period {
  width: 100%;
  background: #148bbc;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
  border-radius: 4px;
  text-align: center;
  padding: 7px;
  border: none;
  margin-top: 10px;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}
section#praticiens-details button.period i {
  margin-right: 10px;
}
section#praticiens-details button.period:hover {
  background: #1cace7;
}
section#praticiens-details .top-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px;
}
section#praticiens-details .top-data h4 {
  color: #95268F;
  font-size: 28px;
  text-align: center;
  font-weight: 700;
}
section#praticiens-details .top-data a {
  background-color: #a347a0;
  color: #fff;
  padding: 15px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
section#praticiens-details .top-data a:hover {
  background-color: #761f72;
}
section#praticiens-details .top-data p {
  font-size: 15px;
  margin-bottom: 0;
  color: #b2b2b2;
}
section#praticiens-details .top-data p:last-child {
  text-align: right;
}
section#praticiens-details .top-data p:last-child i {
  margin-right: 5px;
}
section#praticiens-details .top-data p.vert i,
section#praticiens-details .top-data p.pos i {
  color: #009640;
}
section#praticiens-details .top-data p.rouge i,
section#praticiens-details .top-data p.neg i {
  color: #ed0000;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
section#praticiens-details .praticiens-details .legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: #ebebeb;
  padding: 7px 15px;
}
@media screen and (max-width: 767px) {
  section#praticiens-details .praticiens-details .legend {
    display: none;
  }
}
section#praticiens-details .praticiens-details .legend p:nth-child(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
}
section#praticiens-details .praticiens-details .legend p:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 260px;
  flex: 0 0 260px;
}
section#praticiens-details .praticiens-details .legend p:nth-child(3) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
}
section#praticiens-details .praticiens-details .legend p:nth-child(4) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 1;
  flex: 0 1 1;
}
section#praticiens-details .praticiens-details #details_logs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 15px;
  border-bottom: 1px solid #ebebeb;
}
section#praticiens-details .praticiens-details #details_logs li:last-child {
  border-bottom: none;
}
section#praticiens-details .praticiens-details #details_logs li .lgnd {
  display: none;
}
section#praticiens-details .praticiens-details #details_logs li p {
  font-size: 14px;
}
section#praticiens-details .praticiens-details #details_logs li p:nth-child(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
}
section#praticiens-details .praticiens-details #details_logs li p:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 260px;
  flex: 0 0 260px;
  font-weight: 700;
}
section#praticiens-details .praticiens-details #details_logs li p:nth-child(3) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
}
section#praticiens-details .praticiens-details #details_logs li div:nth-child(4) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 1;
  flex: 0 1 1;
}
section#praticiens-details .praticiens-details #details_logs li div:nth-child(4) p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 26px;
  border-radius: 13px;
  padding: 0 10px;
}
section#praticiens-details .praticiens-details #details_logs li div:nth-child(4) p.vert {
  background: rgba(36, 216, 159, 0.1);
  color: #24d89f;
}
section#praticiens-details .praticiens-details #details_logs li div:nth-child(4) p.vert:after {
  margin-left: 5px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-size: 12px;
  content: "\f00c";
  color: #24d89f;
}
section#praticiens-details .praticiens-details #details_logs li div:nth-child(4) p.orange {
  background: rgba(255, 110, 69, 0.1);
  color: #ff6e45;
}
section#praticiens-details .praticiens-details #details_logs li div:nth-child(4) p.orange:after {
  margin-left: 5px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-size: 12px;
  content: "\f09c";
  color: #ff6e45;
}
section#praticiens-details .praticiens-details #details_logs li div:nth-child(4) p.rouge {
  background: rgba(244, 67, 54, 0.1);
  color: #f44336;
}
section#praticiens-details .praticiens-details #details_logs li div:nth-child(4) p.rouge:after {
  margin-left: 5px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-size: 12px;
  content: "\f00d";
  color: #f44336;
}
section#praticiens-details .praticiens-details #details_logs li div:nth-child(4) p.gris {
  background: #ebebeb;
  color: #323232;
}
section#praticiens-details .praticiens-details #details_logs li div:nth-child(4) p.gris:after {
  margin-left: 5px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-size: 12px;
  content: "\f00d";
  color: #323232;
}
@media screen and (max-width: 768px) {
  section#praticiens-details .praticiens-details #details_logs li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 7px 15px;
  }
  section#praticiens-details .praticiens-details #details_logs li .lgnd {
    display: inline;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #b2b2b2;
  }
  section#praticiens-details .praticiens-details #details_logs li p,
  section#praticiens-details .praticiens-details #details_logs li div {
    margin: 0 0 10px 0;
  }
  section#praticiens-details .praticiens-details #details_logs li p:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
  section#praticiens-details .praticiens-details #details_logs li p:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    font-weight: 700;
  }
  section#praticiens-details .praticiens-details #details_logs li p:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    margin-bottom: 0!important;
  }
  section#praticiens-details .praticiens-details #details_logs li div:nth-child(4) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 1;
    flex: 0 1 1;
    margin-bottom: 0!important;
  }
}
section#praticiens-details .sector-card {
  background: #FFF;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-radius: 6px;
  overflow: hidden;
}
section#praticiens-details .sector-card .header {
  position: relative;
  background: #76bbd6;
  height: 70px;
}
section#praticiens-details .sector-card .header img {
  border-radius: 100px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  max-width: 100px;
}
section#praticiens-details .sector-card p {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-top: 60px;
}
section#praticiens-details .sector-card a {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border-radius: 4px;
  background: #a26a9c;
  color: #FFF;
  display: block;
  margin: 10px auto 0 auto;
  padding: 7px;
  max-width: 130px;
}
section#praticiens-details .sector-card a:hover {
  background: #b689b1;
}
section#praticiens-details .sd-profile {
  text-align: center;
}
section#praticiens-details .sd-profile .photo {
  width: 84px;
  height: 84px;
  margin: 0 auto 15px auto;
  overflow: hidden;
  border-radius: 42px;
}
section#praticiens-details .sd-profile .photo img {
  width: 100%;
}
section#praticiens-details .sd-profile h1 {
  font-size: 22px;
  color: #323232;
  margin-bottom: 5px;
}
section#praticiens-details .sd-profile h2 {
  font-size: 18px;
  font-weight: 400;
  color: #808080;
  margin-bottom: 5px;
}
section#praticiens-details .sd-profile p {
  font-size: 16px;
  font-weight: 400;
  color: #808080;
  font-style: italic;
  margin: 0;
}
@media screen and (max-width: 992px) {
  section#praticiens-details .sd-profile {
    margin-bottom: 15px;
  }
}
section#praticiens-details .sd-contact {
  background: #FFF;
}
section#praticiens-details .sd-contact .content {
  padding: 15px;
}
section#praticiens-details .sd-contact h3 {
  display: block;
  padding: 7px 15px;
  border-bottom: 1px solid #93278f;
  font-size: 14px;
  color: #323232;
}
section#praticiens-details .sd-contact ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 10px;
}
section#praticiens-details .sd-contact ul li.mb0 {
  margin-bottom: 0;
}
section#praticiens-details .sd-contact ul li p:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  color: #808080;
  font-size: 14px;
  margin: 0;
}
section#praticiens-details .sd-contact ul li p:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  color: #323232;
  font-size: 14px;
  margin: 0;
}
section#praticiens-details .sd-contact ul li p:last-child a:hover {
  color: #93278f;
  text-decoration: underline;
}
section#praticiens-details .sd-tabs-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  background: #FFF;
  border-bottom: 1px solid #ebebeb;
}
section#praticiens-details .sd-tabs-controls a {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1;
  flex: 0 0 1;
  padding: 15px 0 12px 0;
  margin: 0 8px;
  font-size: 14px;
  border-bottom: 3px solid transparent;
  color: #808080;
}
section#praticiens-details .sd-tabs-controls a.active {
  border-color: #346cb0;
  color: #323232;
}
section#praticiens-details .sd-tabs-content {
  display: block;
}
section#praticiens-details .sd-tabs-content .tab-block {
  display: none;
  padding: 15px;
}
section#praticiens-details .sd-tabs-content .tab-block.active {
  display: block;
}
section#praticiens-details .sd-period {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #148bbc;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
  border-radius: 4px;
  text-align: center;
  padding: 8px 15px;
  border: none;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
  margin-bottom: 15px;
}
section#praticiens-details .sd-period i {
  margin-right: 10px;
  font-size: 16px;
}
section#praticiens-details .sd-period:hover {
  background: #1cace7;
}
section#praticiens-details .sd-module {
  background: #FFF;
  border: 1px solid #ebebeb;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 15px;
}
section#praticiens-details .sd-module h4 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 15px;
  color: #323232;
}
section#praticiens-details .sd-module h4 span {
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  margin-left: 5px;
}
section#praticiens-details .sd-module .sd-m-inner {
  padding: 15px;
  border-top: 1px solid #ebebeb;
}
section#praticiens-details .sd-module.turnover ul:not(.last) li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section#praticiens-details .sd-module.turnover ul:not(.last) li:not(:last-child) {
  margin-bottom: 5px;
}
section#praticiens-details .sd-module.turnover ul:not(.last) li p {
  margin: 0;
}
section#praticiens-details .sd-module.turnover ul:not(.last) li p:last-child {
  text-align: right;
}
section#praticiens-details .sd-module.turnover ul:not(.last) li:first-child p:first-child {
  font-weight: 700;
}
section#praticiens-details .sd-module.turnover ul:not(.last) li:first-child p:first-child span {
  margin-left: 10px;
  font-size: 12px;
  font-weight: 400;
}
section#praticiens-details .sd-module.turnover ul:not(.last) li:first-child p:first-child span i {
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  section#praticiens-details .sd-module.turnover ul:not(.last) li:first-child p:first-child span {
    margin-left: 0;
  }
}
section#praticiens-details .sd-module.turnover ul:not(.last) li:first-child p:first-child span.up {
  color: green;
}
section#praticiens-details .sd-module.turnover ul:not(.last) li:first-child p:first-child span.up .fa-caret-down {
  display: none;
}
section#praticiens-details .sd-module.turnover ul:not(.last) li:first-child p:first-child span.down {
  color: red;
}
section#praticiens-details .sd-module.turnover ul:not(.last) li:first-child p:first-child span.down .fa-caret-up {
  display: none;
}
section#praticiens-details .sd-module.turnover ul:not(.last) li:first-child p:last-child {
  font-size: 18px;
  font-weight: 700;
}
section#praticiens-details .sd-module.turnover ul:not(.last) li:nth-child(2) p:first-child {
  font-weight: 700;
}
section#praticiens-details .sd-module.turnover ul:not(.last) li:last-child p:first-child {
  font-weight: 700;
}
section#praticiens-details .sd-module.turnover ul:not(.last) li:last-child p:first-child span {
  margin-left: 10px;
  font-size: 12px;
  font-weight: 400;
}
section#praticiens-details .sd-module.turnover ul:not(.last) li:last-child p:first-child span i {
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  section#praticiens-details .sd-module.turnover ul:not(.last) li:last-child p:first-child span {
    margin-left: 0;
  }
}
section#praticiens-details .sd-module.turnover ul:not(.last) li:last-child p:first-child span.up {
  color: green;
}
section#praticiens-details .sd-module.turnover ul:not(.last) li:last-child p:first-child span.up .fa-caret-down {
  display: none;
}
section#praticiens-details .sd-module.turnover ul:not(.last) li:last-child p:first-child span.down {
  color: red;
}
section#praticiens-details .sd-module.turnover ul:not(.last) li:last-child p:first-child span.down .fa-caret-up {
  display: none;
}
section#praticiens-details .sd-module.turnover ul:not(.last) li:last-child p:last-child span:first-child {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  section#praticiens-details .sd-module.turnover ul:not(.last) li:last-child p:last-child span:first-child {
    font-size: 15px;
  }
}
section#praticiens-details .sd-module.turnover ul:not(.last) li:last-child p:last-child span:last-child {
  font-size: 14px;
  font-weight: 400;
  color: #b2b2b2;
}
section#praticiens-details .sd-module.turnover ul:not(.last) li:nth-child(n + 1) p:last-child {
  font-weight: 700;
}
section#praticiens-details .sd-module.turnover ul:not(.last) li:last-child p:first-child {
  font-weight: 700;
}
section#praticiens-details .sd-module.turnover ul.last li:first-child p {
  margin: 0;
  font-weight: 700;
}
section#praticiens-details .sd-module.turnover ul.last li:first-child p span {
  font-weight: 400;
}
section#praticiens-details .sd-module.turnover ul.last li:last-child p {
  margin: 10px 0;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
}
section#praticiens-details #ds-chart {
  color: #323232;
}
section#praticiens-details .sd-pract-list {
  overflow-x: auto;
}
@media screen and (max-width: 768px) {
  section#praticiens-details .sd-pract-list {
    max-width: calc(30vw);
  }
}
section#praticiens-details .sd-pract-list .legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
}
section#praticiens-details .sd-pract-list .legend p {
  color: #808080;
}
section#praticiens-details .sd-pract-list .legend p:nth-child(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 203px;
  flex: 0 0 203px;
}
section#praticiens-details .sd-pract-list .legend p:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  margin: 0 30px;
  text-align: right;
}
section#praticiens-details .sd-pract-list .legend p:nth-child(3) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  margin: 0 30px;
  text-align: right;
}
section#praticiens-details .sd-pract-list .legend p:nth-child(4) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  margin: 0 30px;
  min-width: 180px;
}
section#praticiens-details .sd-pract-list .legend p:nth-child(5) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  margin: 0 30px;
  text-align: right;
}
section#praticiens-details .sd-pract-list .legend p:nth-child(6) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  margin: 0 30px;
  text-align: right;
}
section#praticiens-details .sd-pract-list .legend p:nth-child(7) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  margin: 0 30px;
  text-align: right;
}
section#praticiens-details .sd-pract-list .legend p:nth-child(8) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  margin: 0 30px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  section#praticiens-details .sd-pract-list .legend p:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 173px;
    flex: 0 0 173px;
  }
  section#praticiens-details .sd-pract-list .legend p:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
  }
  section#praticiens-details .sd-pract-list .legend p:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
  }
  section#praticiens-details .sd-pract-list .legend p:nth-child(4) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    min-width: 130px;
  }
  section#praticiens-details .sd-pract-list .legend p:nth-child(5) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
  }
  section#praticiens-details .sd-pract-list .legend p:nth-child(6) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
  }
  section#praticiens-details .sd-pract-list .legend p:nth-child(7) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
  }
  section#praticiens-details .sd-pract-list .legend p:nth-child(8) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
  }
}
section#praticiens-details .sd-pract-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
section#praticiens-details .sd-pract-list ul li .photo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 38px;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  overflow: hidden;
  border-radius: 19px;
  margin-right: 15px;
}
section#praticiens-details .sd-pract-list ul li .photo img {
  width: 100%;
}
section#praticiens-details .sd-pract-list ul li .name {
  font-weight: 700;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
}
section#praticiens-details .sd-pract-list ul li .name span {
  font-weight: 400;
  color: #b2b2b2;
}
section#praticiens-details .sd-pract-list ul li .ca {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  font-size: 16px;
  font-weight: 700;
  margin: 0 30px;
  text-align: right;
}
section#praticiens-details .sd-pract-list ul li .can1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  font-size: 16px;
  color: #b2b2b2;
  margin: 0 30px;
  text-align: right;
}
section#praticiens-details .sd-pract-list ul li .prog {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 30px;
}
section#praticiens-details .sd-pract-list ul li .prog .progress-bar {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  display: block;
  position: relative;
  height: 5px;
  background: #ebebeb;
  overflow: hidden;
}
section#praticiens-details .sd-pract-list ul li .prog .progress-bar > div {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  z-index: 5;
}
section#praticiens-details .sd-pract-list ul li .prog p {
  margin-left: 15px;
  font-size: 18px;
}
section#praticiens-details .sd-pract-list ul li .prog.red .progress-bar > div {
  background: red;
}
section#praticiens-details .sd-pract-list ul li .prog.red p {
  color: red;
}
section#praticiens-details .sd-pract-list ul li .prog.green .progress-bar > div {
  background: green;
}
section#praticiens-details .sd-pract-list ul li .prog.green p {
  color: green;
}
section#praticiens-details .sd-pract-list ul li .caspt {
  font-size: 18px;
  margin: 0 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  text-align: right;
}
section#praticiens-details .sd-pract-list ul li .cap {
  font-size: 18px;
  margin: 0 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  text-align: right;
}
section#praticiens-details .sd-pract-list ul li .txr,
section#praticiens-details .sd-pract-list ul li .pca {
  font-size: 18px;
  color: #346cb0;
  margin: 0 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  section#praticiens-details .sd-pract-list ul li .name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
  }
  section#praticiens-details .sd-pract-list ul li .ca {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
  }
  section#praticiens-details .sd-pract-list ul li .can1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
  }
  section#praticiens-details .sd-pract-list ul li .prog {
    min-width: 130px;
  }
  section#praticiens-details .sd-pract-list ul li .caspt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
  }
  section#praticiens-details .sd-pract-list ul li .cap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
  }
  section#praticiens-details .sd-pract-list ul li .txr,
  section#praticiens-details .sd-pract-list ul li .pca {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
  }
}
section#praticiens-details .sd-activity-day {
  padding-left: 15px;
  margin-bottom: 20px;
}
section#praticiens-details .sd-activity-day h5 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #323232;
}
section#praticiens-details .sd-activity-day ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 10px;
}
section#praticiens-details .sd-activity-day ul li:not(:last-child)::after {
  position: absolute;
  content: "";
  display: block;
  left: 9px;
  width: 2px;
  height: 100%;
  top: 20px;
  background: #e5e5e5;
}
section#praticiens-details .sd-activity-day ul li .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 15px;
  background: #e5e5e5;
  margin-right: 20px;
}
section#praticiens-details .sd-activity-day ul li .icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-size: 12px;
  color: #888C9B;
}
section#praticiens-details .sd-activity-day ul li .desc {
  padding-top: 1px;
}
section#praticiens-details .sd-activity-day ul li .desc p:first-child {
  font-weight: 700;
  color: #4b7db9;
  margin: 0;
}
section#praticiens-details .sd-activity-day ul li .desc p:last-child {
  margin: 0;
}
section#praticiens-details .sd-activity-day ul li .desc p:last-child span {
  color: #4b7db9;
}
section#praticiens-details .sd-activity-day ul li .time {
  margin-left: auto;
  font-size: 12px;
  color: #b2b2b2;
}
section#praticiens-details .sd-activity-day ul li.type-1 .icon::before {
  content: "\f133";
}
section#praticiens-details .sd-activity-day ul li.type-2 .icon::before {
  content: "\f2f6";
}
section#praticiens-details .sd-activity-day ul li.type-3 .icon::before {
  content: "\f095";
}
section#praticiens-details .sd-module.agenda h4 span {
  margin-left: 0;
  margin-right: 7px;
}
@media screen and (min-width: 769px) {
  section#praticiens-details .sd-calendar-full {
    height: 440px;
    overflow-y: auto;
  }
}
section#praticiens-details .sd-calendar-full > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
section#praticiens-details .sd-calendar-full > li .date {
  -ms-flex-preferred-size: 40px;
  flex-basis: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #148bbc;
  margin-top: 3px;
  line-height: 14px;
}
section#praticiens-details .sd-calendar-full > li .date span {
  display: inline-block;
  width: 100%;
}
section#praticiens-details .sd-calendar-full > li .date span:first-child {
  font-size: 22px;
  font-weight: 700;
}
section#praticiens-details .sd-calendar-full > li .date span:last-child {
  font-size: 16px;
  font-weight: 700;
}
section#praticiens-details .sd-calendar-full > li .calendar-day {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
section#praticiens-details .sd-calendar-full > li .calendar-day li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section#praticiens-details .sd-calendar-full > li .calendar-day li.rouge {
  background: #E74C3C;
}
section#praticiens-details .sd-calendar-full > li .calendar-day li.bleu {
  background: #3498DB;
}
section#praticiens-details .sd-calendar-full > li .calendar-day li.vert {
  background: #27AE60;
}
section#praticiens-details .sd-calendar-full > li .calendar-day li a {
  margin: 0;
  color: #323232;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-size: 14px;
}
section#praticiens-details .sd-calendar-full > li .calendar-day li a span {
  font-weight: 700;
}
section#praticiens-details .sd-calendar-full > li .calendar-day li a:hover {
  color: #656565;
}
section#praticiens-details .sd-calendar-full > li .calendar-day li div {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 30px;
  max-height: 30px;
  border-radius: 15px;
  overflow: hidden;
}
section#praticiens-details .sd-calendar-full > li .calendar-day li div img {
  max-width: 100%;
  height: auto;
}
section#praticiens-details .sd-module.visits h4 span {
  margin-left: 0;
  margin-right: 7px;
}
section#praticiens-details .sd-module.visits .sd-m-inner {
  padding: 0;
}
section#praticiens-details .phonetrace-block {
  background: #FFF;
  border-radius: 8px;
  overflow: hidden;
}
section#praticiens-details .phonetrace-block .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 15px;
  background: #a26a9c;
  font-size: 18px;
  text-transform: uppercase;
  color: #FFF;
  margin: 0;
}
section#praticiens-details .phonetrace-block .title:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #FFF;
  margin-right: 10px;
}
section#praticiens-details .phonetrace-block .title.ATEL {
  background: #d23a3a;
}
section#praticiens-details .phonetrace-block div[class^="pager-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 7px 10px;
}
section#praticiens-details .phonetrace-block div[class^="pager-"] .pagedisplay,
section#praticiens-details .phonetrace-block div[class^="pager-"] .colsize {
  font-size: 12px;
  color: #b2b2b2;
}
section#praticiens-details .phonetrace-block div[class^="pager-"] .prev,
section#praticiens-details .phonetrace-block div[class^="pager-"] .next {
  background: none;
  border: none;
  font-size: 12px;
  color: #b2b2b2;
  padding: 3px;
}
section#praticiens-details .phonetrace-block div[class^="pager-"] .prev:focus,
section#praticiens-details .phonetrace-block div[class^="pager-"] .next:focus {
  outline: none;
}
section#praticiens-details .phonetrace-block div[class^="pager-"] .gotoPage {
  background: none;
  border: 1px solid #e6e6e6;
  font-size: 12px;
  color: #b2b2b2;
  padding: 3px 5px;
}
section#praticiens-details .phonetrace-block div[class^="pager-"] .gotoPage:focus {
  outline: none;
}
section#praticiens-details .phonetrace-block table {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}
section#praticiens-details .phonetrace-block table thead {
  border-bottom: 1px solid #e6e6e6;
}
section#praticiens-details .phonetrace-block table thead tr th {
  font-weight: 400;
  border-collapse: collapse;
  padding: 10px 10px;
  color: #323232;
  font-size: 13px;
}
section#praticiens-details .phonetrace-block table td {
  border-collapse: collapse;
  padding: 6px 10px;
  color: #323232;
  font-size: 13px;
}
section#praticiens-details .phonetrace-block table tbody tr:nth-child(odd) {
  background: #e6e6e6;
}
section#praticiens-details .phonetrace-block table .line-toggle {
  width: 30px;
  height: 100%;
  background: none;
  border: none;
  color: #323232;
  font-size: 18px;
}
section#praticiens-details .phonetrace-block table .line-toggle:focus {
  outline: none;
}
section#praticiens-details .phonetrace-block table .line-toggle i {
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}
section#praticiens-details .phonetrace-block table .line-toggle.active i {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
section#praticiens-details .phonetrace-block table tbody tr > td.details {
  display: none;
  border-top: 1px solid #b2b2b2;
  width: 100%;
}
section#praticiens-details .phonetrace-block table tbody tr > td.details div {
  display: block;
}
section#praticiens-details .phonetrace-block table tbody tr > td.details div p {
  padding: 0 15px;
  text-align: justify;
  font-size: 12px;
}
section#praticiens-details .phonetrace-block.type-1 table {
  display: block;
  width: 100%;
}
section#praticiens-details .phonetrace-block.type-1 table thead,
section#praticiens-details .phonetrace-block.type-1 table tbody {
  display: block;
  width: 100%;
}
section#praticiens-details .phonetrace-block.type-1 table thead tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section#praticiens-details .phonetrace-block.type-1 table thead tr th {
  position: relative;
  cursor: pointer;
}
section#praticiens-details .phonetrace-block.type-1 table thead tr th:focus {
  outline: none;
}
section#praticiens-details .phonetrace-block.type-1 table thead tr th:nth-child(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  padding: 10px 0;
}
section#praticiens-details .phonetrace-block.type-1 table thead tr th:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
}
section#praticiens-details .phonetrace-block.type-1 table thead tr th:nth-child(3) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
}
section#praticiens-details .phonetrace-block.type-1 table thead tr th:nth-child(4) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
}
section#praticiens-details .phonetrace-block.type-1 table thead tr th:nth-child(5) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
}
section#praticiens-details .phonetrace-block.type-1 table thead tr th:nth-child(6) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
}
section#praticiens-details .phonetrace-block.type-1 table thead tr th:nth-child(7) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
}
section#praticiens-details .phonetrace-block.type-1 table thead tr th:nth-child(8) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
}
section#praticiens-details .phonetrace-block.type-1 table thead tr th:nth-child(9) {
  display: none;
}
section#praticiens-details .phonetrace-block.type-1 table thead tr th:not(.sorter-false):not(:first-child):after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  content: "\f0dc";
  font-size: 10px;
  position: absolute;
  right: 10px;
  top: 14px;
  color: #BDBDBD;
}
section#praticiens-details .phonetrace-block.type-1 table thead tr th.tablesorter-headerAsc:after {
  content: "\f0dd" !important;
}
section#praticiens-details .phonetrace-block.type-1 table thead tr th.tablesorter-headerDesc:after {
  content: "\f0de" !important;
}
section#praticiens-details .phonetrace-block.type-1 table tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section#praticiens-details .phonetrace-block.type-1 table tbody tr td:nth-child(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  width: 30px;
  padding: 3px 0;
}
section#praticiens-details .phonetrace-block.type-1 table tbody tr td:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
}
section#praticiens-details .phonetrace-block.type-1 table tbody tr td:nth-child(3) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
}
section#praticiens-details .phonetrace-block.type-1 table tbody tr td:nth-child(4) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
}
section#praticiens-details .phonetrace-block.type-1 table tbody tr td:nth-child(5) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
}
section#praticiens-details .phonetrace-block.type-1 table tbody tr td:nth-child(6) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
}
section#praticiens-details .phonetrace-block.type-1 table tbody tr td:nth-child(6) a {
  white-space: pre;
  font-weight: 700;
  color: #4b7db9;
}
section#praticiens-details .phonetrace-block.type-1 table tbody tr td:nth-child(6) a:hover {
  text-decoration: underline;
}
section#praticiens-details .phonetrace-block.type-1 table tbody tr td:nth-child(7) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
}
section#praticiens-details .phonetrace-block.type-1 table tbody tr td:nth-child(8) {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 90px;
  flex: 1 0 90px;
}
section#praticiens-details .phonetrace-block.type-2 table thead tr th {
  white-space: pre;
  position: relative;
  cursor: pointer;
}
section#praticiens-details .phonetrace-block.type-2 table thead tr th:focus {
  outline: none;
}
section#praticiens-details .phonetrace-block.type-2 table thead tr th:not(.sorter-false):after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  content: "\f0dc";
  font-size: 10px;
  position: absolute;
  right: 0px;
  top: 14px;
  color: #BDBDBD;
}
section#praticiens-details .phonetrace-block.type-2 table thead tr th.tablesorter-headerAsc:after {
  content: "\f0dd" !important;
}
section#praticiens-details .phonetrace-block.type-2 table thead tr th.tablesorter-headerDesc:after {
  content: "\f0de" !important;
}
section#praticiens-details .phonetrace-block.type-2 table tbody tr td:nth-child(3) a {
  white-space: pre;
  font-weight: 700;
  color: #4b7db9;
}
section#praticiens-details .phonetrace-block.type-2 table tbody tr td:nth-child(3) a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  section#praticiens-details .phonetrace-block .table-container {
    display: block;
    width: 90vw;
    overflow-x: auto;
  }
  section#praticiens-details .phonetrace-block .table-container table {
    width: 100%;
  }
  section#praticiens-details .phonetrace-block.type-1 table {
    width: 1200px;
  }
  section#praticiens-details .phonetrace-block.type-2 table tbody tr td:nth-child(7) p {
    width: 300px;
    text-align: justify;
  }
}
section#praticiens-details #nbre_p {
  color: #93278f;
}
section#praticiens-details .title-clients {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 15px;
}
section#praticiens-details #export {
  background: none;
  border: none;
  color: #148bbc;
  font-weight: 400;
  font-size: 12px;
}
section#praticiens-details #nbre_exp {
  color: #D00000!important;
}
section#praticiens-details #details_ecritures td.right b {
  text-wrap: nowrap;
}
#e-learning h2 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #323232;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
  padding-top: 15px;
}
#e-learning h2 i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 50px;
  opacity: .2;
  color: #148bbc;
}
#e-learning .inner {
  text-align: left !important;
}
#e-learning .inner.brd {
  border: 1px solid #e5e9f2;
  overflow: hidden;
  border-radius: 4px;
}
#e-learning .inner.reverse {
  background: #86888e;
  overflow: hidden;
  border-radius: 4px;
}
#e-learning .inner.reverse h3 {
  color: #FFF!important;
}
#e-learning h3 {
  padding: 7px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E5E9F2;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #323232;
}
#e-learning h3 small {
  font-size: 12px;
  font-weight: 400;
  margin-left: 3px;
}
#e-learning .main-video {
  padding: 30px;
}
#e-learning .main-video .video-infos {
  margin-top: 30px;
  max-width: 100%;
  height: auto;
}
#e-learning .main-video .video-infos .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #e-learning .main-video .video-infos .title {
    display: block;
  }
}
#e-learning .main-video .video-infos .title h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #93278f;
  text-align: left !important;
}
#e-learning .main-video .video-infos .title h5 {
  font-size: 14px;
  font-weight: 700;
  color: #323232;
  text-align: left !important;
}
#e-learning .main-video .video-infos time {
  color: #346cb0;
  font-size: 12px;
  text-align: left !important;
}
#e-learning .main-video .video-infos .description p {
  text-align: justify !important;
}
#e-learning .main-video .video-infos .description ul {
  list-style: circle inside;
}
#e-learning .main-video .video-infos .description ul li {
  color: #323232;
}
#e-learning .inner-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E5E9F2;
}
#e-learning .inner-title h3 {
  border-bottom: none;
}
#e-learning .inner-title .field {
  margin-bottom: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 180px;
          flex: 0 1 180px;
}
#e-learning .slick-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 30px;
  margin-top: 15px;
}
#e-learning .slick-controls button {
  font-size: 16px;
  width: 34px;
  height: 34px;
  border-radius: 6px;
  color: #323232;
  background: #ebebeb;
  border: none;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
#e-learning .slick-controls button:hover {
  background: #b2b2b2;
}
#e-learning .slick-controls button + button {
  margin-left: 5px;
}
#e-learning .video-library {
  display: block;
}
#e-learning .video-library-carousel {
  display: block!important;
  padding: 0 15px;
  max-width: 90vw;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #e-learning .video-library-carousel {
    max-width: 75vw;
  }
}
#e-learning .video-library-carousel a {
  display: block;
  padding: 15px;
}
#e-learning .video-library-carousel a.hidden {
  display: none !important;
}
#e-learning .video-library-carousel a .thumbnail {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
#e-learning .video-library-carousel a .thumbnail img {
  max-width: 100%;
  height: auto;
}
#e-learning .video-library-carousel a .thumbnail:before {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #93278f;
  color: #FFF;
  font-family: "Font Awesome 5 Pro";
  content: "\f144";
  font-size: 60px;
  font-weight: 700;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
#e-learning .video-library-carousel a h6 {
  font-size: 14px;
  font-weight: 700;
  color: #323232;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
#e-learning .video-library-carousel a time {
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}
#e-learning .video-library-carousel a:hover h6 {
  color: #93278f;
}
#e-learning .video-library-carousel a:hover .thumbnail:before {
  opacity: .6;
}
#settings-admin h1 {
  color: #b2b2b2;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 30px;
}
#settings-admin h2 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #323232;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
  padding-top: 15px;
}
#settings-admin h2 i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 50px;
  opacity: .2;
  color: #148bbc;
}
#settings-admin .inner.brd {
  border: 1px solid #e5e9f2;
  overflow: hidden;
  border-radius: 4px;
}
#settings-admin .inner.reverse {
  background: #86888e;
  overflow: hidden;
  border-radius: 4px;
}
#settings-admin .inner.reverse h3 {
  color: #FFF!important;
}
#settings-admin .settings-selector {
  border-left: 3px solid #a26a9c;
}
#settings-admin .settings-selector li {
  margin-bottom: 3px;
}
#settings-admin .settings-selector li .set-sel-btn {
  display: block;
  border: none;
  padding: 7px;
  background: #ebebeb;
  font-weight: 700;
  color: #323232;
  width: 100%;
  text-align: left;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}
@media screen and (min-width: 769px) {
  #settings-admin .settings-selector li .set-sel-btn:hover {
    color: #a26a9c;
  }
}
#settings-admin .settings-selector li .set-sel-btn.active {
  background: #a26a9c;
  color: #FFF;
}
#settings-admin .settings-table h2 {
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  color: #a26a9c;
  margin-bottom: 15px;
}
#settings-admin .settings-table ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #b2b2b2;
  border-bottom: none;
}
#settings-admin .settings-table ul li:nth-last-child(2) {
  border-bottom: 1px solid #b2b2b2;
}
#settings-admin .settings-table ul li p {
  font-size: 14px;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 3px 0;
}
#settings-admin .settings-table ul li div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  border-left: 1px solid #b2b2b2;
  border-right: 1px solid #b2b2b2;
  font-size: 14px;
  padding: 5px;
}
#settings-admin .settings-table ul li p:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
  color: #323232;
}
#settings-admin .settings-table ul li p:last-child,
#settings-admin .settings-table ul li div:last-of-type {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  color: #323232;
}
#settings-admin .settings-table ul li .edit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border: none;
  background: none;
  font-size: 14px;
  color: #b2b2b2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
#settings-admin .settings-table ul li .edit:hover {
  color: #a26a9c;
}
#settings-admin .settings-table ul li.legend {
  background: #b2b2b2;
  padding: 3px 0;
}
#settings-admin .settings-table ul li.legend p {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #323232;
}
#settings-admin .settings-table ul li.controls {
  border: none;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#settings-admin .settings-table ul li.controls button {
  margin: 0;
  width: 260px;
}
