@-webkit-keyframes spin_circle {
  0%,
  100% {
    box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49,
      15px -15px #dfdfdf;
  }

  25% {
    box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf,
      15px 15px #4f4d49;
  }

  50% {
    box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49,
      -15px 15px #dfdfdf;
  }

  75% {
    box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf,
      -15px -15px #4f4d49;
  }
}

@-moz-keyframes spin_circle {
  0%,
  100% {
    box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49,
      15px -15px #dfdfdf;
  }

  25% {
    box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf,
      15px 15px #4f4d49;
  }

  50% {
    box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49,
      -15px 15px #dfdfdf;
  }

  75% {
    box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf,
      -15px -15px #4f4d49;
  }
}

@-o-keyframes spin_circle {
  0%,
  100% {
    box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49,
      15px -15px #dfdfdf;
  }

  25% {
    box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf,
      15px 15px #4f4d49;
  }

  50% {
    box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49,
      -15px 15px #dfdfdf;
  }

  75% {
    box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf,
      -15px -15px #4f4d49;
  }
}

@-ms-keyframes spin_circle {
  0%,
  100% {
    box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49,
      15px -15px #dfdfdf;
  }

  25% {
    box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf,
      15px 15px #4f4d49;
  }

  50% {
    box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49,
      -15px 15px #dfdfdf;
  }

  75% {
    box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf,
      -15px -15px #4f4d49;
  }
}

@keyframes spin_circle {
  0%,
  100% {
    box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49,
      15px -15px #dfdfdf;
  }

  25% {
    box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf,
      15px 15px #4f4d49;
  }

  50% {
    box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49,
      -15px 15px #dfdfdf;
  }

  75% {
    box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf,
      -15px -15px #4f4d49;
  }
}

.hidden-xs-up {
  display: none !important;
}

.stage_please_call_me {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9998;
}

.please_call_me {
  background: #f9f8f8;
  position: absolute;
  display: none;
  z-index: 9999;
  border: none;
  border-radius: 2px;
}

.please_call_me .form_title .close_form {
  height: 24px;
  width: 24px;
  font-size: 24px;
  top: 0;
  right: 8px;
  display: inline;
  text-shadow: none;
  cursor: pointer;
  text-decoration: none;
  position: absolute;
  top: 6px;
  right: 6px;
}

.please_call_me .form_title .close_form:link,
.please_call_me .form_title .close_form:visited,
.please_call_me .form_title .close_form:active {
  text-decoration: none;
}

.please_call_me .form_errors {
  margin: 7px 10px;
  padding: 5px 10px;
  border-radius: 5px;
  background: #f2dede;
  border: 1px solid #a94442;
  color: #a94442;
  text-shadow: none;
}

.please_call_me .form_errors ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.please_call_me .form_body {
  padding: 12px;
  padding-top: 24px;
}

.please_call_me label {
  text-align: left;
}

/*.please_call_me .form_body .field_row input {
    border: 1px solid #c0cad5;
    width: 100%;
    border-radius: 1px;
    color: #000;
    font-size: 13px;
    padding: 5px 3px !important;
    outline: 0;
    background: #fff;
}*/

.please_call_me .form_body.form_success {
  background: #78c46e;
  color: #ffffff;
  font-size: 16px;
}

.please_call_me .form_body.form_default + .form_footer {
  display: none;
}

.please_call_me .form_body.loading {
  position: relative;
}

.please_call_me .form_body.loading:after {
  display: block;
  content: '';
  clear: both;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 999;
  border-radius: 5px;
}

.please_call_me .form_body.loading:before {
  content: '';
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  z-index: 9999;
  box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49,
    15px -15px #dfdfdf;
  -webkit-animation: spin_circle ease infinite 4s;
  -ms-animation: spin_circle ease infinite 4s;
  -o-animation: spin_circle ease infinite 4s;
  -mos-animation: spin_circle ease infinite 4s;
  animation: spin_circle ease infinite 4s;
}

.please_call_me .form_footer {
  padding-top: 5px;
  padding-bottom: 10px;
  text-align: center;
}

.please_call_me .form_footer:after {
  content: '';
  clear: both;
  display: block;
}

/* /button */

.please_call_me {
  border-radius: 8px;
  background: white;
  position: absolute;
  width: 100%;
  overflow: hidden;

  label {
  }
}

a.close_form:hover {
  opacity: 0.8;
}

/*@media (max-width: 767px) {
    .newton_callback_phone {
        width: 78px !important;
        height: 78px !important;
    }

    .newton-ring {
        background-size: 78px;
    }

    .newton-track {
        width: 71px;
        height: 71px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .newton-back-circle {
        width: 60px;
        height: 60px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .newton-circle {
        width: 44px;
        height: 44px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .newton-handset {
        width: 26px;
        height: 34px;
    }

    .link_show_please_call_me {
        top: auto;
        bottom: 20px;
    }
}*/

/*   clockPicker   */
.clockpicker .input-group-addon {
  padding: 6px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  background-color: #f4f8f4;
  border: 1px solid #d6d4d4;
  border-left: none;
  cursor: auto;
  border-radius: 0 8px 8px 0;
}

.clockpicker .glyphicon-time:before {
  font-family: 'FontAwesome';
  content: '\f017';
}

.clockpicker-popover {
  z-index: 10000;
}

@media (max-width: 767px) {
  .clockpicker-popover {
    left: 0 !important;
    bottom: 0 !important;
    top: auto !important;
  }

  .clockpicker-align-top.popover > .arrow {
    display: none;
  }
}

/* ==========================================================================
   Floating Contact CTA (modern pill)
   Cible : .link_show_please_call_me.newton_callback_phone → .newton__chat
   ========================================================================== */

.link_show_please_call_me.newton_callback_phone {
  position: fixed;
  right: clamp(16px, 2.5vw, 32px);
  bottom: clamp(16px, 2.5vw, 32px);
  top: auto;
  margin: 0;
  width: auto !important;
  height: auto !important;
  z-index: 1040;
}

.link_show_please_call_me .newton-track,
.link_show_please_call_me .newton-wrapper,
.link_show_please_call_me .newton-ring,
.link_show_please_call_me .newton-back-circle {
  display: none !important;
}

.link_show_please_call_me .newton-circle,
.link_show_please_call_me .newton-handset {
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  animation: none !important;
  opacity: 1 !important;
}

.newton__chat {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 22px 10px 10px;
  background: linear-gradient(135deg, #506e50 0%, #738f73 100%) !important;
  color: #fff !important;
  border-radius: 999px !important;
  box-shadow: 0 10px 28px rgba(80, 110, 80, 0.35), 0 2px 6px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  position: relative;
}

.newton__chat::before {
  display: none !important;
}

.newton__chat::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: inherit;
  border: 2px solid rgba(80, 110, 80, 0.5);
  animation: kln-fab-pulse 2.2s ease-out infinite;
  pointer-events: none;
}

@keyframes kln-fab-pulse {
  0% {
    transform: scale(0.95);
    opacity: 0.85;
  }
  100% {
    transform: scale(1.25);
    opacity: 0;
  }
}

.newton__chat:hover,
.newton__chat:focus-visible {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 16px 38px rgba(80, 110, 80, 0.45), 0 3px 10px rgba(0, 0, 0, 0.18);
  background: linear-gradient(135deg, #3d5a3d 0%, #5e7e5e 100%) !important;
  color: #fff !important;
  outline: none;
}

.newton__chat-icon {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px;
  background-color: #fff !important;
  color: #506e50;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  animation: kln-fab-ring 2.4s ease-in-out infinite;
  transform-origin: center 15%;
}

.newton__chat-icon .icon,
.newton__chat-icon [class^="icon-"] {
  color: #506e50;
  font-size: 22px;
}

@keyframes kln-fab-ring {
  0%, 60%, 100% {
    transform: rotate(0deg);
  }
  5% { transform: rotate(-14deg); }
  10% { transform: rotate(14deg); }
  15% { transform: rotate(-10deg); }
  20% { transform: rotate(10deg); }
  25% { transform: rotate(-6deg); }
  30% { transform: rotate(0deg); }
}

.newton__chat-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  font-weight: 500;
  color: #fff !important;
}

.newton__chat-textprompt {
  font-size: 12px;
  letter-spacing: 0.02em;
  opacity: 0.92;
}

.newton__chat-link {
  font-size: 16px;
  font-weight: 700;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  letter-spacing: 0.01em;
}

.newton__chat-link .icon {
  transition: transform 0.25s ease;
  font-size: 14px;
}

.newton__chat:hover .newton__chat-link .icon {
  transform: translateX(4px);
}

@media (max-width: 767.98px) {
  .newton__chat {
    padding: 8px 18px 8px 8px;
    gap: 10px;
  }

  .newton__chat-icon {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px;
    font-size: 20px;
  }

  .newton__chat-icon .icon,
  .newton__chat-icon [class^="icon-"] {
    font-size: 20px;
  }

  .newton__chat-textprompt {
    font-size: 11px;
  }

  .newton__chat-link {
    font-size: 14px;
  }
}

@media (max-width: 360px) {
  .newton__chat-text {
    display: none;
  }

  .newton__chat {
    padding: 10px;
    gap: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .newton__chat,
  .newton__chat::after,
  .newton__chat-icon {
    animation: none !important;
    transition: none !important;
  }
}

/*# sourceMappingURL=front.css.map */

.ps-call-block {
  width: 100%;
  margin: 20px 0;
}

.ps-call-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 12px 16px;
  background: #f7f7f7;
  border-radius: 6px;
  text-align: center;
}

.ps-call-text {
  font-size: 16px;
  color: #333;
}

.ps-call-phone {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}

.ps-call-phone:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .ps-call-container {
    flex-direction: column;
    gap: 6px;
  }

  .ps-call-text {
    font-size: 15px;
  }

  .ps-call-phone {
    font-size: 20px;
  }
}
