html, body, main {
  width: 100%;
  height: 100%;
}

a:hover {
  text-decoration: none !important;
}

.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.resto .main-iamge img, .resto .images-collage-item img, .resto .menu-item-media img {
width: 100%;
height: intrinsic !important;
}

.stockKO {
  width: 10px;
  height: 10px;
  background: red;
  border-radius: 50%;
}

.stockOK {
  width: 10px;
  height: 10px;
  background: green;
  border-radius: 50%;
}

.topbar {
  position: fixed;
  width: 100%;
  z-index: 2;
}
.topbar .logo {
  display: block;
  margin: auto;
  width: 100px;
}
.topbar .topbar__1 {
  padding: 20px 10px;
  width: 100%;
  height: 80px;
  background: #ee827b;
}
.topbar .topbar__1 i {
  font-size: 30px;
  color: #FFFFFF;
}
.topbar .topbar__2 {
  position: relative;
  width: 100%;
  height: 60px;
  background: #111516;
}
@media screen and (max-width: 1000px) {
  .topbar .topbar__2 {
    display: none;
  }
}
.topbar .topbar__2 .breamcrumb {
  list-style: none;
  padding: 0 20px;
  height: 60px;
}
.topbar .topbar__2 .breamcrumb i {
  font-size: 15px;
  color: #ee827b;
}
.topbar .topbar__2 .breamcrumb li {
  height: 60px;
  line-height: 60px;
  float: left;
  margin-right: 20px;
}
.topbar .topbar__2 .breamcrumb li a {
  color: #FFFFFF;
  font-size: 12px;
}
.topbar .topbar__2 .date {
  position: absolute;
  top: 0px;
  height: 60px;
  line-height: 60px;
  right: 20px;
  color: #FFFFFF;
  font-size: 15px;
}

.sidebar {
  position: fixed;
  z-index: 2;
  left: 0px;
  top: 140px;
  background: #111516;
  width: 100px;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .sidebar {
    position: fixed;
    z-index: 2;
    left: 0px;
    top: 80px;
    background: #111516;
    width: 100%;
    height: 60px;
  }
}
.sidebar ul {
  padding: 0px;
  list-style: none;
}
@media screen and (max-width: 1000px) {
  .sidebar ul {
    width: 100%;
    height: 60px;
  }
}
.sidebar ul li {
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .sidebar ul li {
    float: left;
    width: 25%;
  }
}
.sidebar ul li a {
  display: block;
  width: 100px;
  height: 100px;
  padding-top: 25px;
  font-size: 14px;
  color: #FFFFFF;
}
@media screen and (max-width: 1000px) {
  .sidebar ul li a {
    padding-top: 11px;
    width: 100%;
    height: auto;
    font-size: 12px;
  }
}
.sidebar ul li a i {
  font-size: 30px;
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 1000px) {
  .sidebar ul li a i {
    font-size: 20px;
  }
}
.sidebar ul li a.active {
  background: #ee827b;
}
.sidebar ul li a:hover {
  background: #ee827b;
}

.calc-sidebar-right {
  display: none;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.pop-dispo {
  display: none;
  position: fixed;
  top: 200px;
  left: 200px;
  bottom: 200px;
  right: 200px;
  background: #FFF;
  z-index: 3;
  padding: 50px;
}
.pop-dispo .input-row {
  top: 0;
  left: 0px;
  position: absolute;
}
.pop-dispo .close-pop {
  position: absolute;
  top: 20px;
  right: 20px;
  background: red;
  width: 50px;
  height: 50px;
}
.pop-dispo .title-date {
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.pop-dispo .title-name {
  color: #ee827b;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.pop-dispo #start_cycle_1 {
  display: none;
}
.pop-dispo textarea {
  height: 100%;
}
.pop-dispo .btn {
  width: 100%;
  height: 60px;
  border: none;
  background: #C3C3C3;
  color: #FFF;
  margin: auto;
}
.pop-dispo .btn.conges {
  background: #9a00fa;
}
.pop-dispo .btn.noDispo {
  background: #b12741;
}
.pop-dispo .btn.dispo {
  background: #27b19e;
}

.sidebar__liste {
  background: rgba(17, 21, 22, 0.85);
  width: 300px;
  height: 100%;
  overflow: hidden;
  float: left;
}
.sidebar__liste .liste {
  overflow: scroll;
  height: 100%;
}
.sidebar__liste .liste ul li .btn {
  background: #ee827b;
  width: 80%;
  margin: auto;
  text-align: center;
  text-transform: uppercase;
  height: 50px;
  border-radius: 0;
  margin: 20px auto;
}
.sidebar__liste .liste ul li a {
  display: block;
  position: relative;
  color: #FFFFFF;
  padding: 15px 40px;
  margin: 10px 0px;
}
.sidebar__liste .liste ul li a .title {
  display: block;
  font-size: 15px;
  text-transform: uppercase;
}
.sidebar__liste .liste ul li a .categorie {
  display: block;
  font-size: 13px;
}
.sidebar__liste .liste ul li a .online {
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -5px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #white;
}
.sidebar__liste .liste ul li a .online.ko {
  background: red;
}
.sidebar__liste .liste ul li a .online.ok {
  background: green;
}
.sidebar__liste .liste ul li a:hover {
  background: #ee827b;
}

.fizz-container {
  position: relative;
  float: left;
  padding-top: 30px;
  width: calc(100% - 300px);
  height: 100%;
  padding: 50px;
}
.fizz-container .validate-button {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 50px;
  background: #ee827b;
}

.planningTab .barTitle {
  position: fixed;
  z-index: 1;
  background: #FFF;
  left: 115px;
  right: 15px;
  padding-top: 20px;
}
.planningTab .tablePlanning {
  padding-top: 160px;
}
.planningTab table.tableJour td {
  border: 1px solid #bbb;
}
.planningTab table td {
  padding: 0.75rem;
  vertical-align: middle;
  border-top: 1px solid #dee2e6;
  text-align: center;
  color: #FFF;
  width: 10%;
  background: #FFF;
  cursor: pointer;
}
.planningTab table td.conges {
  background: #9a00fa;
  border: none;
}
.planningTab table td.noDispo {
  background: #b12741;
  border: none;
}
.planningTab table td.dispo {
  background: #27b19e;
  border: none;
}
.planningTab table td.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.planningTab .rowLibelle {
  height: 55px;
  vertical-align: middle;
  text-align: center;
}
.planningTab .rowContent {
  height: 70px;
}

.container_in {
  padding: 30px;
}
.container_in .row-title h1 {
  font-size: 1.75rem;
  padding-bottom: 10px;
  display: inline-block;
}
.container_in .row-title .breadcrumb {
  background-color: transparent;
  margin-bottom: 0.5rem;
}
.container_in .row-title .btn {
  background: #ee827b;
  margin: auto;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  border: 0;
}
.container_in .row-title .btn-default {
  background: #dbdddb;
  color: #FFF;
}
.container_in .parfum-list .list-thumbnail {
  width: 100px;
  height: 100px;
  padding: 10px;
}
.container_in .parfum-list .list-item-heading {
  width: 250px;
}
@media screen and (max-width: 1000px) {
  .container_in .parfum-list .list-item-heading {
    width: auto;
  }
}
.container_in .parfum-list i {
  color: #FFF;
}
.container_in .wrap-photo img {
  width: 100%;
}
.container_in .wrap-photo a {
  display: block;
  background: #dbdddb;
  margin: auto;
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  border: 0;
  color: #FFF;
  padding: 10px;
}
.container_in .form label {
  margin-bottom: 20px;
}
.container_in .form .form-display {
  display: inline-block;
  width: calc(100% - 100px);
}
.container_in .form .stock_btn {
  display: inline-block;
  border: 0;
  color: #FFF;
  height: 40px;
  width: 40px;
  background: #ee827b;
}
.container_in .form .send {
  display: block;
  background: #ee827b;
  margin: auto;
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  border: 0;
  color: #FFF;
  padding: 10px;
}

.app {
  background: #dbdddb;
  background: #f7f7f7;
  padding-top: 140px;
  padding-left: 100px;
}
@media screen and (max-width: 1000px) {
  .app {
    padding-top: 140px;
    padding-left: 0px;
  }
}

.dashboard {
  position: relative;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  overflow: hidden;
}
.dashboard .top {
  padding: 30px 50px;
}
.dashboard .top i {
  font-size: 30px;
  color: #ee827b;
}
.dashboard .top .logo {
  width: 200px;
}
.dashboard .wrap-hexagon {
  padding: 30px;
  width: 800px;
  height: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -400px;
  margin-top: -250px;
}

.input-error {
  color: red;
}

/* 
b81878
4f4f4f
*/
.btn-color {
  background: #4f4f4f !important;
  border-color: #4f4f4f !important;
}

.btn-color:hover {
  background: #b81878 !important;
  border-color: #b81878 !important;
}

.logo-topbar {
  height: 40px;
}

.row_pret td {
  background: #C3C3C3;
}

.invitTable {
  margin-top: 20px;
}

.hide {
  display: none;
}

.form-control {
  height: 43px;
}

.error-input {
  border-color: #b81878 !important;
}

.auth-card .image-side {
  width: 40%;
  background: url(img/logo2.jpg) no-repeat top !important;
  background-size: cover;
  padding: 80px 40px;
}

.button-auth {
  position: absolute;
  /* background-color: #F44336; */
  padding: 20px 50px;
  width: 345px;
  /* height: 500px; */
  left: 50%;
  margin-left: -172px;
  /* top: 7%; */
}

.btn-auth.btn-alt {
  border-radius: 50px;
  padding-right: 8px;
  padding-left: 8px;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 50px;
  font-size: 18px;
  margin: 15px;
}

.btn-auth {
  background-color: #f1f1f1;
  border-color: #eeeeee;
  color: #353535;
}

.radioC {
  margin-top: 10px;
  display: inline-block;
  padding: 0px;
  list-style: none;
}

.radioC li {
  float: left;
  width: 15px;
  height: 15px;
  border: 1px solid #777777;
  background-color: #FFF;
  margin: 3px;
  border-radius: 50%;
}

.radioC .active {
  background-color: #F58820 !important;
  border: 1px solid #F58820 !important;
}

.modal-dialog {
  top: 10%;
  margin: auto;
}

.modal-title {
  width: 100%;
}

.reset {
  position: absolute;
  right: 10px;
}

.totalCumul {
  color: #f6931f;
  font-size: 30px;
  text-align: right;
}

.modal-body .slider-values {
  display: -webkit-box;
  list-style: none;
  padding: 0;
}

.modal-body .slider-values li:nth-child(1) {
  padding: 0 28px 0 0px;
}

.modal-body .slider-values li:nth-child(2) {
  padding: 0 50px;
}

.modal-body .slider-values li:nth-child(3) {
  padding: 0 29px;
}

.modal-body .slider-values li:nth-child(4) {
  padding: 0 50px;
}

/* CSS Tableau planning. */
.table td, .table th {
  padding: 1.75rem;
}

.table tbody tr th {
  padding: 10px;
  width: 100px;
}

.planningTab td:hover {
  background: #C3C3C3;
}

.planningTab td.ok {
  background: #27b19e;
  color: #FFF;
}

.planningTab td.ko {
  background: #b12741;
}

.planningTab td.ko2 {
  background: #9a00fa;
  color: #FFF;
}

.title-day {
  text-align: center;
  line-height: 40px;
  font-size: 30px;
  margin: auto;
  margin-bottom: 15px;
}

.title-fille {
  font-size: 30px;
  text-align: center;
  color: #f6931f;
  margin-bottom: 15px;
}

.btn-full {
  width: 100%;
}

.img-thumb {
  margin: auto;
  width: 200px;
  display: block;
  margin-bottom: 20px;
}

/*# sourceMappingURL=style.css.map */
