﻿body {
  background-color: #fbfcfd !important; }

.table {
  border-radius: 15px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  width: 100%;
  margin-top: 30px;
  font-size: 1.125rem;
  border-collapse: collapse; }

.tableOctroi {
  font-size: 1rem; }

* {
  scrollbar-color: #ec6f00 #edfaff;
  scrollbar-width: thin; }

*::-webkit-scrollbar {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #edfaff; }

*::-webkit-scrollbar-thumb {
  background-color: #ec6f00;
  border-radius: 50px; }

#pagination {
  display: flex;
  justify-content: center;
  margin: 28px 0;
  vertical-align: middle !important; }
  #pagination .page {
    border-radius: 50%;
    font-size: 18px;
    font-size: 1.125rem;
    height: 32px;
    width: 32px;
    margin: 0 10px;
    transition: .2s; }
  #pagination .active {
    background-color: #ec6f00;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    color: #333333; }
  #pagination .nav-button {
    background-color: transparent;
    border: none;
    color: #333333; }
    #pagination .nav-button svg {
      margin: 0 auto;
      display: block;
      fill: #333333;
      height: 32px;
      width: 32px; }
  #pagination .prev {
    transform: rotate(180deg); }

.btn-text-svg {
  background-color: transparent;
  border: none;
  color: black;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  margin: 0px;
  padding: 0px;
  /*&:hover {
        background-color: lighten($primary, 20%);
        transition: 0.2s;
        color: black;
        fill: black;
    }*/ }
  .btn-text-svg:disabled {
    color: dimgray;
    fill: dimgray; }
  .btn-text-svg svg {
    margin: 0 auto;
    display: block;
    stroke: white;
    height: 32px;
    width: 32px; }

button.no-focus:focus {
  outline: none !important;
  box-shadow: none !important; }

.mobile {
  display: none; }

ul {
  margin-bottom: 0 !important; }

.main {
  position: absolute;
  top: 125px;
  left: 100px;
  bottom: 0;
  right: 0;
  overflow: auto;
  padding: 0 25px; }
  .main .return-message {
    margin-left: -25px;
    margin-right: -25px; }

.tableau-de-bord {
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px 0 60px; }
  .tableau-de-bord .num-cheptel {
    color: white; }
  .tableau-de-bord .box-list {
    padding: 0 60px; }
    .tableau-de-bord .box-list .box {
      background-color: white;
      border-radius: 16px;
      height: 152px;
      padding: 15px;
      margin: 15px 15px 0;
      transition: 0.2s; }
      .tableau-de-bord .box-list .box span {
        font-weight: 600;
        font-size: 48px;
        font-size: 3rem;
        color: #ec6f00;
        margin-bottom: 15px;
        height: 40px;
        line-height: 1; }
      .tableau-de-bord .box-list .box p {
        font-size: 18px;
        font-size: 1.125rem; }
      .tableau-de-bord .box-list .box.btn:hover {
        box-shadow: 0 0 15px white;
        transition: 0.2s; }

@media (max-width: 1024px) {
  /*.options {
        display: none !important;
    }*/
  .tableau-de-bord .box-list {
    padding: 0; } }

@media (max-width: 852px) {
  .main {
    padding: 0; }
    .main .parameter {
      margin-top: -26px; }
      .main .parameter .left-btn button {
        height: 42px;
        width: 42px;
        overflow: hidden;
        color: transparent;
        position: relative;
        padding: 0 !important;
        margin: 5px; }
        .main .parameter .left-btn button svg {
          position: absolute;
          top: 5px;
          left: 4px;
          width: 32px; }
      .main .parameter .right-btn {
        z-index: 2; }
        .main .parameter .right-btn button {
          margin: 5px;
          height: 42px;
          width: 42px; } }

@media (max-width: 576px) {
  .desktop {
    display: none; }
  .mobile {
    display: block; }
  .main {
    left: 0; }
    .main .tableau-de-bord .container-fluid .box-list {
      overflow-x: scroll;
      flex-wrap: nowrap; }
      .main .tableau-de-bord .container-fluid .box-list .box {
        min-width: 250px;
        margin-bottom: 30px; }
      .main .tableau-de-bord .container-fluid .box-list::-webkit-scrollbar {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 25px;
        background-color: transparent; }
        .main .tableau-de-bord .container-fluid .box-list::-webkit-scrollbar-track {
          background: grey;
          border: 14px solid transparent;
          background-clip: content-box;
          box-shadow: 3px 0 5px rgba(0, 0, 0, 0.25); }
        .main .tableau-de-bord .container-fluid .box-list::-webkit-scrollbar-thumb {
          background-color: #ec6f00;
          min-width: 25px;
          max-width: 25px;
          min-height: 25px;
          max-height: 25px;
          border-radius: 25px; } }

header {
  display: flex !important;
  align-items: center;
  justify-content: space-between !important;
  position: fixed;
  background-color: white;
  left: 100px;
  min-width: 100%;
  padding: 22px;
  padding-right: 122px;
  z-index: 3; }
  header img {
    margin: 0 22px 0 0; }
  header .titlePage {
    color: #333333;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold; }
  header .profile .profile-photo svg {
    margin: 0 12px; }

aside {
  position: fixed;
  background-color: #333333;
  width: 100px;
  top: 0;
  bottom: 0;
  z-index: 100; }
  aside .mobile-profile {
    display: none; }
  aside .menu-display {
    display: flex;
    justify-content: center;
    padding: 0;
    margin-top: 36px;
    margin-left: 25px;
    margin-bottom: 41px; }
    aside .menu-display .close-menu {
      display: none; }
    aside .menu-display img {
      min-height: 46px;
      max-height: 46px;
      min-width: 46px;
      max-width: 46px; }
  aside li {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    padding: 15px 22px 0; }
    aside li button {
      padding: 0 !important;
      border-radius: 50% !important; }
      aside li button svg {
        margin: 6px;
        min-height: 40px;
        max-height: 40px;
        min-width: 40px;
        max-width: 40px;
        stroke: white; }
        aside li button svg * {
          stroke: transparent !important;
          fill: white !important; }
    aside li.active .show-menu {
      max-width: 1000px;
      opacity: 1; }
    aside li.active-up .show-menu {
      top: auto;
      bottom: 0;
      display: flex;
      flex-direction: column-reverse; }
  aside .btn {
    background-color: transparent;
    border: 1px solid transparent; }

aside li.active button {
  background-color: #edfaff;
  transition: 0.2s; }
  aside li.active button svg {
    stroke: #333333; }
    aside li.active button svg * {
      stroke: transparent !important;
      fill: #333333 !important; }

.show-menu {
  position: absolute;
  z-index: 1;
  transition: 0.25s;
  background: rgba(51, 51, 51, 0.95);
  left: 100%;
  top: 0;
  width: 250px;
  max-width: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.2s ease; }
  .show-menu > p {
    display: flex;
    height: 69px;
    padding: 12px 18px;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 1.1rem;
    color: white;
    text-align: center;
    border-top: 1px solid white;
    border-bottom: 1px solid white; }
  .show-menu li {
    margin: 0;
    padding: 0; }
    .show-menu li a, .show-menu li button {
      position: relative;
      display: block !important;
      width: 100%;
      color: white !important;
      font-weight: bold;
      text-decoration: none !important;
      text-align: left;
      padding: 12px 18px !important;
      transition: 0.2s;
      background-color: transparent !important;
      border-radius: 0 !important; }
      .show-menu li a:hover, .show-menu li button:hover {
        transition: 0.2s;
        background-color: #666666 !important; }
      .show-menu li a.active:after, .show-menu li button.active:after {
        transform: rotate(180deg); }
    .show-menu li button:after {
      content: "";
      position: absolute;
      top: 10px;
      right: 10px;
      min-width: 26px;
      min-height: 26px;
      max-width: 26px;
      max-height: 26px;
      background-image: url(../img/chevron-down-white.svg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
  .show-menu .bar > a {
    border-top: 1px solid white;
    border-bottom: 1px solid white; }
  .show-menu .bar.active {
    display: block; }

.show-sub-menu {
  max-height: 40vh;
  overflow-y: auto; }
  .show-sub-menu li {
    display: block;
    color: white; }
    .show-sub-menu li ul {
      display: none; }
      .show-sub-menu li ul.show {
        display: block; }
      .show-sub-menu li ul li {
        background-color: #666666;
        padding: 11px 22px; }
        .show-sub-menu li ul li:hover {
          background-color: #333333;
          cursor: pointer; }

@media (max-width: 576px) {
  .menu-display.open .menu {
    display: none; }
  .menu-display.open .close-menu {
    display: block; }
  aside {
    background-color: transparent;
    height: 125px;
    z-index: 20; }
    aside .mobile-profile {
      position: absolute;
      top: 33px;
      right: -94px;
      height: 52px !important;
      width: 52px !important;
      margin: 0 !important;
      padding: 0 !important;
      background-color: transparent !important;
      border: none !important;
      z-index: 31; }
      aside .mobile-profile.show {
        display: block; }
      aside .mobile-profile svg {
        min-height: 52px;
        max-height: 52px;
        min-width: 52px;
        max-width: 52px;
        stroke: transparent; }
        aside .mobile-profile svg * {
          stroke: #edfaff; }
    aside.show {
      height: unset; }
    aside .menu-display {
      position: absolute;
      z-index: 30; }
      aside .menu-display svg * {
        fill: white !important; }
    aside ul {
      position: absolute;
      top: 125px;
      bottom: 0;
      width: 225px;
      overflow-y: auto;
      background-color: #333333; }
      aside ul li {
        min-height: 69px;
        max-height: 100%;
        width: 218px;
        margin: 0;
        padding: 0; }
        aside ul li p:hover {
          cursor: pointer; }
        aside ul li ul {
          padding-top: 0 !important; }
      aside ul.show {
        top: 0;
        padding-top: 125px; }
      aside ul.show .show-menu {
        position: relative;
        padding: 0;
        max-width: 1000px;
        opacity: 1;
        width: 100%;
        height: 100%;
        overflow-y: unset;
        margin-left: -450px; }
        aside ul.show .show-menu p {
          text-align: left;
          justify-content: flex-start;
          font-size: 1rem; }
          aside ul.show .show-menu p:after {
            content: "";
            position: absolute;
            top: 16px;
            right: 0px;
            min-width: 32px;
            min-height: 32px;
            max-width: 32px;
            max-height: 32px;
            background-image: url(../img/chevron-down-white.svg);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center; }
          aside ul.show .show-menu p.active:after {
            transform: rotate(180deg); }
      aside ul button {
        display: none !important; }
      aside ul .show-sub-menu {
        overflow-y: unset;
        max-height: unset; }
        aside ul .show-sub-menu ul {
          display: none; }
          aside ul .show-sub-menu ul.show {
            display: block;
            max-height: unset;
            overflow-y: unset;
            position: relative;
            top: 0; }
          aside ul .show-sub-menu ul li {
            min-height: unset; }
            aside ul .show-sub-menu ul li a, aside ul .show-sub-menu ul li button {
              padding: 22px;
              text-align: left; }
  header {
    direction: rtl;
    height: 125px;
    left: 0;
    padding-right: 0;
    padding-left: 58px; }
    header h1 {
      font-size: 20px;
      font-size: 1.25rem; }
    header a img {
      height: 56px; }
    header .profile span {
      display: none; }
  .show-menu {
    background-color: #333333;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    margin-top: 0;
    padding-top: 125px;
    z-index: 5; }
    .show-menu .bar {
      display: block !important;
      margin-top: 0 !important; }
      .show-menu .bar .show-sub-menu {
        margin-top: 0 !important; }
    .show-menu svg {
      transform: rotate(0) !important; }
    .show-menu button {
      width: 320px;
      font-size: 16px;
      font-size: 1rem;
      border-bottom: 1px solid #edfaff; }
    .show-menu .show-sub-menu {
      position: relative;
      margin-left: 0;
      top: 0;
      font-size: 14px;
      font-size: 0.875rem;
      background-color: #333333; }
      .show-menu .show-sub-menu button {
        font-size: 14px;
        font-size: 0.875rem;
        border: none !important; }
    .show-menu.show {
      margin-left: 0; } }

/*************************************************************/
/*************************Page Gestion des octrois************/
/*************************************************************/
#IndexGrantManagement .fade {
  opacity: 100; }

@media (min-width: 992px) {
  #IndexGrantManagement .displayFloat {
    float: left;
    margin-top: 25px; } }

/*************************************************************/
/*************************Page Gestion des utilisateur********/
/*************************************************************/
.mw250 {
  min-width: 250px; }

.mw200 {
  min-width: 200px; }

.mw150 {
  min-width: 150px; }

.mw100 {
  min-width: 100px; }

.login100-more {
  background-image: url("../../images/AuthenticationPortalWeb_background.jpg"); }

.logo {
  background: url("../../images/AuthenticationPortalWeb_logo.svg") no-repeat;
  height: 120px; }

.btn-primary {
  background-color: #dddddd;
  color: black;
  border: 0px !important; }

.btn-primary:hover {
  background-color: #ec6f00 !important;
  border: 0px !important; }

.btn-primary:active {
  background-color: #ec6f00 !important;
  border: 0px !important; }
