/*------------------------------------*\
    			Variables
\*------------------------------------*/
/*------------------------------------*\
				$FONTS
\*------------------------------------*/
/*------------------------------------*\
    			$COULEURS
\*------------------------------------*/
/* Go from zero to full opacity */
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeEffect {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes heartAnim {
  from {
    background-position: left top; }
  to {
    background-position: right top; } }

@keyframes heartAnim {
  from {
    background-position: left top; }
  to {
    background-position: right top; } }

.calendar-booking {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f3f4f6;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding-top: 30px;
  padding-bottom: 40px;
  margin-top: 2em;
  margin-bottom: 2em; }
  .calendar-booking__block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .calendar-booking__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .calendar-booking__list {
        padding: 0 40px; } }
    .calendar-booking__list--hours {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
  .calendar-booking__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% / 6 - 30px); }
    .calendar-booking__item:before {
      display: none; }
    @media only screen and (max-width: 767px) {
      .calendar-booking__item {
        width: calc(100% / 3); } }
    .calendar-booking__item__date {
      color: #35403e;
      font-family: Arial;
      font-size: 1.6rem;
      line-height: 28px;
      text-align: center;
      margin-bottom: 20px; }
      .calendar-booking__item__date * {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .calendar-booking__item__date__day {
        text-transform: lowercase;
        font-weight: 600; }
      .calendar-booking__item__date__number {
        margin-right: 3px; }
      .calendar-booking__item__date__year {
        display: none; }
    .calendar-booking__item__hour {
      display: none;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: #35403e;
      font-family: Arial;
      font-size: 1.6rem;
      line-height: 28px;
      text-align: center;
      margin-bottom: 15px; }
      .calendar-booking__item__hour.active {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      .calendar-booking__item__hour:nth-child(-n + 3) {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      .calendar-booking__item__hour:last-child {
        margin-bottom: 0; }
      .calendar-booking__item__hour * {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .calendar-booking__item__hour__start {
        display: none; }
        .calendar-booking__item__hour__start .prefix {
          margin-right: 4px;
          display: none; }
      .calendar-booking__item__hour__end {
        display: none; }
        .calendar-booking__item__hour__end .prefix {
          margin-right: 4px;
          display: none; }
      .calendar-booking__item__hour__availible {
        display: none; }
  .calendar-booking__more {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    color: #707070;
    font-family: Arial;
    font-size: 1.6rem;
    line-height: 18px;
    text-align: center;
    text-decoration: underline;
    margin-top: 40px; }
    .calendar-booking__more.clicked {
      display: none; }

.booking-button {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  height: 25px;
  width: 55px;
  padding: 4px 10px;
  border-radius: 5px;
  background-color: #d8d8d8;
  color: #032042;
  font-family: "poppins", "Arial";
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 20px; }
  .booking-button__text {
    position: absolute;
    top: 5px;
    z-index: 2; }
  .booking-button--day {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    font-size: 1rem;
    text-transform: uppercase;
    padding: 5px;
    height: 105px; }
    .booking-button--day:before {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 80px;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      background-image: linear-gradient(155deg, #81b9fc 4.55%, #b9d9ff 4.55%, #b9d9ff 50%, #81b9fc 50%, #81b9fc 54.55%, #b9d9ff 54.55%, #b9d9ff 100%);
      background-size: 22px 10.26px; }

.current-appointment button {
  background-color: #032042;
  color: #fff; }

.calendar-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 30px;
  width: 100%;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .calendar-nav__btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    height: 60px;
    width: 60px;
    max-width: 60px;
    background-color: #50e3c2;
    border-radius: 50%; }
    @media only screen and (max-width: 767px) {
      .calendar-nav__btn {
        width: 40px;
        height: 40px; } }
    .calendar-nav__btn:before {
      content: '';
      display: inline-block;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      height: 13px;
      width: 25px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2335403e' viewBox='123 299.6 340 194.7'%3E%3Cpath d='M457.2 382.9C457.2 382.9 457.2 382.9 457.2 382.9l-77.4-77.4c-7.8-7.8-20.5-7.8-28.3 0s-7.8 20.5 0 28.3l43.2 43.2H143c-11 0-20 9-20 20 0 11 9 20 20 20h251.7l-43.2 43.2c-7.8 7.8-7.8 20.5 0 28.3 7.8 7.8 20.5 7.8 28.3 0l77.4-77.4C465.1 403.2 464.7 390.5 457.2 382.9z'/%3E%3C/svg%3E");
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat; }
      @media only screen and (max-width: 767px) {
        .calendar-nav__btn:before {
          width: 15px;
          height: 8px; } }
    .calendar-nav__btn--prev {
      position: absolute;
      top: 0;
      left: -30px; }
      @media only screen and (max-width: 767px) {
        .calendar-nav__btn--prev {
          left: -15px; } }
      .calendar-nav__btn--prev:before {
        -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg); }
    .calendar-nav__btn--next {
      position: absolute;
      top: 0;
      right: -30px; }
      @media only screen and (max-width: 767px) {
        .calendar-nav__btn--next {
          right: -15px; } }
/*# sourceMappingURL=calendar.css.map */
