/** Moteur **/
#calAlt {
    position: fixed;
    background: #649ab2;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 25px;
    font-size: 40px;
    border-radius: 5px;
    opacity: 1;
    cursor: pointer;
    transition: cubic-bezier(0.4, 0, 1, 1) 1s;
    width: fit-content;
    box-shadow: 5px 5px 20px #00000061;
    z-index: 999;
    width: -moz-fit-content;
    width: 355px;
    display: inline-flex;
    height: 90px;
}
#calAlt .svg-inline--fa.fa-w-14 {
    width: 95px;
    height: 95px;
    margin-left: -8px;
}
.icon-shake {
    padding: 27px 22px;
    background-color: transparent !important;
    font-size: 40px !important;
}
.slogan {
    display: block;
    background-color: #212121;
    color: #fff !important;
    padding: 20px 20px;
    border-radius: 0 5px 5px 0;
    right: 0px;
    position: absolute;
    height: 90px;
}
.slogan h3 {
    color: #fff !important;
    line-height: 30px;
    font-size: 22px;
    margin-bottom: 0;
    text-align: center;
    font-weight: 500;
    font-family: montserrat;
}
.subtitle-cal {
    font-size: 13px;
    padding-bottom: 10px;
    color: #fff;
    line-height: 10px;
}

.subtitle-pi {
    padding-bottom: 0px;
    color: #fff !important;
}
.cal-shake {
    animation: shake-2 3s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
    animation-iteration-count: infinite;
}
  
  
  @keyframes shake-2 {
  2% {
      transform: translate3d(-1px, 0, 0);;
  }
  4% {
      transform: translate3d(1px, 0, 0);
  }
  6% {
      transform: translate3d(-1px, 0, 0);
  }
  
  8% {
      transform: translate3d(1px, 0, 0);
  }
  10% {
      transform: translate3d(-1px, 0, 0);
  }
  12% {
      transform: translate3d(1px, 0, 0);
  }
  14% {
      transform: translate3d(-1px, 0, 0);
  }
  16% {
      transform: translate3d(1px, 0, 0);
  }
  18% {
      transform: translate3d(-1px, 0, 0);;
  }
  20% {
      transform: translate3d(1px, 0, 0);
  }
  22% {
      transform: translate3d(-1px, 0, 0);
  }
  24% {
      transform: translate3d(1px, 0, 0);
  }
  26% {
      transform: translate3d(-1px, 0, 0);
  }
  28% {
      transform: translate3d(1px, 0, 0);
  }
  30% {
      transform: translate3d(-1px, 0, 0);
  }
  32% {
      transform: translate3d(1px, 0, 0);
  }
  34% {
      transform: translate3d(-1px, 0, 0);
  }
  36% {
      transform: translate3d(1px, 0, 0);
  }
  38% {
      transform: translate3d(-1px, 0, 0);
  }
  0%, 40%, 100% {
      transform: translate(0, 0) rotate(0);
  }
}

#moteur {
    position: fixed;
    bottom: -500px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    background-color: #212121;
    width: fit-content;
    width: 400px;
    height: auto;
    z-index: 999;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 5px 5px 15px #00000047;
    text-align: center;
    transition: 0.3s ease-in-out 0s;
    animation: 0s ease-in-out 0.5s;
}

#moteur label {
    float: left;
    padding-left: 10px;
    color: #fff;
}
@media screen and (max-width: 750px) {
    #moteur label {
        padding-left: 5px;
    }
    #moteur {
        width: 350px;
    }
    #moteur input[type="date"] {
        width: 99% !important;
    }
}
#moteur input[type="date"] {
    border: 1px solid #649ab2;
    border-radius: 5px;
    padding: 5px 10px !important;
    width: 90%;
    background-color: #fff;
    width: -moz-fit-content;
}

#moteur input[type="submit"] {
    padding: 15px 30px;
    background-color: #649ab2 !important;
}

#moteur h5 {
    font-family: Montserrat;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
}

.credit {
    font-size: 10px;
    padding-bottom: 0px;
}

.subtitle {
    font-size: 14px;
    padding-bottom: 10px;
    color: #fff;
}

img.logo-client {
    max-width: 25%;
    margin-bottom: 15px;
}

#dates-formulaire {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    position: inherit;
    width: fit-content;
    width: -moz-fit-content;
    margin-bottom: 15px;
}

.close {
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
    color: #fff;
}

i.fas.fa-times.close {
    color: #fff;
}

.credit a {
    text-decoration: none;
    color: #fff;
    margin-left: 0px;
}
