html {
  position: relative;
  top: -32px;
}

@media screen and (max-width: 782px) {
  html {
    position: relative;
    top: -52px;
  }
}
html {
  margin-top: 0 !important;
}

body {
  background: white !important;
}

#wpadminbar {
  display: none;
}

#ui-datepicker-div {
  display: none;
}

div.container.template-blog {
  width: 100% !important;
  padding: 40px !important;
  background: white !important;
}

#planningsimple {
  font-family: "Montserrat", sans-serif;
  display: block;
  margin: 0 auto;
  width: fit-content;
  width: -moz-fit-content;
}
#planningsimple .title {
  display: block;
  padding: 10px 0;
  text-align: left;
}
#planningsimple #search {
  display: block;
  margin: 0;
  width: fit-content;
  width: -moz-fit-content;
}
#planningsimple #search .prev, #planningsimple #search .next, #planningsimple #search .date, #planningsimple #search .label, #planningsimple #search .today {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
#planningsimple #search .today {
  height: 30px;
  padding: 0 15px;
  line-height: 30px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bolder;
  color: black;
  cursor: pointer;
  background: #f7f7f7;
}
#planningsimple #search .prev, #planningsimple #search .next {
  cursor: pointer;
  height: 20px;
  line-height: 20px;
  width: 40px;
  text-align: center;
  background: transparent;
  color: #1976d2;
  border: none;
  font-size: 20px;
}
#planningsimple #search .label {
  color: black;
  font-size: 16px;
  font-weight: bolder;
  margin: 0;
}
#planningsimple #search .date {
  height: 51.2px;
  width: 83px;
  border: none;
  background: transparent;
  color: black;
  font-size: 14px;
  font-weight: 500;
}
#planningsimple #results {
  margin-top: 25px;
  background: none !important;
  width: 650px;
}
#planningsimple #results .lds-dual-ring {
  display: block;
  margin: 0 auto;
}
#planningsimple #results tr td {
  font-family: "Montserrat", sans-serif;
  border-bottom: solid 1px #e6e6e6;
  font-size: 11px;
  color: black;
  font-weight: bolder !important;
  padding: 10px 20px;
  text-align: center;
  position: relative;
  vertical-align: middle;
}
#planningsimple #results tr td .res-circle {
  height: 30px !important;
  width: 30px !important;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#planningsimple #results tr td:last-child {
  border-right: solid 1px #e6e6e6;
}
#planningsimple #results tr td:first-child {
  border-left: solid 1px #e6e6e6;
}
#planningsimple #results tr .poste img {
  width: 25px;
  max-width: 25px !important;
}
#planningsimple #results tr .pavillon img {
  width: 40px;
  max-width: 40px !important;
}
#planningsimple #results tr:first-child td {
  border-top: solid 1px #e6e6e6;
}
#planningsimple #results tr:nth-child(odd) {
  background: #f7f7f7;
}
#planningsimple #results-mobile {
  display: none;
}

@media screen and (max-width: 750px) {
  #planningsimple #search .today {
    display: block;
  }
  #planningsimple #results {
    display: none;
  }
  #planningsimple #results-mobile {
    display: block;
    margin-top: 25px;
    background: none !important;
    width: auto;
  }
  #planningsimple #results-mobile .lds-dual-ring {
    display: block;
    margin: 0 auto;
  }
  #planningsimple #results-mobile tr td {
    font-family: "Montserrat", sans-serif;
    border-bottom: solid 1px #e6e6e6;
    font-size: 11px;
    color: black;
    font-weight: bolder !important;
    padding: 10px 20px;
    text-align: center;
    position: relative;
    vertical-align: middle;
  }
  #planningsimple #results-mobile tr td .number {
    display: block;
    height: 20px;
    line-height: 20px;
    width: 20px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateY(-50%);
    background: #1976d2;
    color: white;
    font-size: 14px;
    font-weight: bolder;
  }
  #planningsimple #results-mobile tr td .res-circle {
    height: 30px !important;
    width: 30px !important;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #planningsimple #results-mobile tr td:last-child {
    border-right: solid 1px #e6e6e6;
  }
  #planningsimple #results-mobile tr td:first-child {
    border-left: solid 1px #e6e6e6;
  }
  #planningsimple #results-mobile tr .poste img {
    width: 25px;
    max-width: 25px !important;
  }
  #planningsimple #results-mobile tr .pavillon img {
    width: 40px;
    max-width: 40px !important;
  }
  #planningsimple #results-mobile tr:first-child td {
    border-top: solid 1px #e6e6e6;
  }
  #planningsimple #results-mobile tr.odd {
    background: #f7f7f7;
  }
}

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