.site-header {
  padding: 15px 0;
}
.site-header .site-branding .site-logo {
  max-height: 60px;
  width: auto;
}
.site-header .site-contact .cta-button-pulse {
  display: inline-flex;
  align-items: center;
  padding: 2px 22px;
  background: #222;
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-size: 12px;
  position: relative;
  animation: pulse-animation 2s infinite;
}
.site-header .site-contact .cta-button-pulse svg {
  width: 20px;
  margin-right: 10px;
}
footer {
  margin-top: 30px;
  color: #777;
}
footer .site-footer-contact {
  font-size: 12px;
  text-align: center;
  margin: 0 0 10px;
  line-height: 1.6;
}
footer .site-footer-contact a {
  color: #555;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
}
footer .site-footer-contact a:hover {
  color: #333;
}
footer .site-info {
  font-size: 12px;
  text-align: right;
}
footer .site-info a[data-modal] {
  cursor: pointer;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}
footer .site-info a[data-modal]:hover {
  opacity: 0.7;
}
footer .site-info a {
  color: #777;
  text-decoration: none!important;
  border-bottom: 1px solid #DDD;
}
.logista-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  pointer-events: none;
}
.logista-modal.is-open {
  visibility: visible;
  pointer-events: auto;
}
.logista-modal.is-open .logista-modal-overlay {
  opacity: 1;
}
.logista-modal.is-open .logista-modal-content {
  opacity: 1;
  transform: translateY(0);
}
.logista-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.logista-modal-content {
  position: relative;
  background: #fff;
  width: 90%;
  max-width: 790px;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.logista-modal-content .modal-main-title {
  font-size: 28px;
  font-weight: 700;
  color: #222;
  margin-bottom: 30px;
}
.logista-modal-content .modal-title {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin: 0;
  padding: 30px 0 15px;
  border-top: 1px solid #EEE;
  margin-top: 30px;
}
.logista-modal-content .modal-subtitle {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  margin: 0;
  padding: 15px 0 5px;
}
.logista-modal-body {
  padding: 3rem;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.logista-modal-body h3 {
  font-size: 14px;
  font-weight: 600;
  color: #862627;
  margin: 20px 0 8px;
}
.logista-modal-body h3:first-child {
  margin-top: 0;
}
.logista-modal-body a {
  color: #555;
  text-decoration: none;
}
.logista-modal-body p {
  font-size: 13px;
  line-height: 1.7;
  color: #444;
  margin: 0 0 12px;
}
.logista-modal-body li {
  font-size: 13px;
  line-height: 1.7;
  color: #444;
}
.logista-modal-close {
  position: absolute;
  top: 16px;
  right: 26px;
  width: 32px;
  height: 32px;
  border: none;
  background: #f5f5f5;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
  color: #666;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, color 0.2s ease;
  padding: 0;
}
.logista-modal-close:hover {
  background: #e8e8e8;
  color: #222;
}
.welcome-modal {
  max-width: 480px;
  border-radius: 15px;
  overflow: hidden;
}
.welcome-body {
  text-align: center;
  padding: 3rem 2.5rem;
}
.welcome-body .modal-main-title {
  font-size: 20px;
  color: #222;
  margin-bottom: 10px;
  line-height: 24px;
}
.welcome-logo {
  margin-bottom: 30px;
}
.welcome-logo a {
  display: inline-block;
}
.welcome-logo img {
  max-height: 68px;
  width: auto;
}
.welcome-text {
  font-size: 14px;
  color: #666;
  margin-bottom: 2rem;
}
.welcome-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
}
.welcome-btn-primary {
  display: inline-block;
  background: #862627;
  background: linear-gradient(135deg, #862627 35%, #d87f41 100%);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 18px 40px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.welcome-btn-primary:hover {
  opacity: 0.9;
}
.welcome-btn-secondary {
  font-size: 11px;
  color: #999;
  text-decoration: none;
  transition: color 0.2s ease;
}
.welcome-btn-secondary:hover {
  color: #666;
  text-decoration: underline;
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiAyp8kv8JHgFVrJJLmE3tF.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLmv1plEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLm21llEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiGyp8kv8JHgFVrJJLedw.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLmg1hlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLmr19lEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLmy15lEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLm111lEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLm81xlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiGyp8kv8JHgFVrLPTedw.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLFj_V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDD4V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLBT5V1s.ttf) format('truetype');
}
body {
  font-family: "Poppins", sans-serif;
  background: #fcf6f6;
}
.sidebar-info .info-wrapper {
  background: #862627;
  background: linear-gradient(40deg, #862627 35%, #d87f41 100%);
  color: #FFF;
  padding: 50px;
  border-radius: 15px;
}
@media screen and (max-width: 798px) {
  .sidebar-info .info-wrapper {
    padding: 35px 25px 25px;
    margin-bottom: 15px;
  }
}
.sidebar-info a {
  display: inline-flex;
  align-items: center;
  padding: 2px 22px;
  background: #222;
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-size: 12px;
  position: relative;
  animation: pulse-animation 2s infinite;
  height: 47px;
  margin-top: 20px;
}
.sidebar-info a svg {
  width: 20px;
  margin-right: 10px;
}
.sidebar-info h2 {
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 798px) {
  .sidebar-info h2 {
    font-size: 18px;
  }
}
.sidebar-info p {
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 30px;
  margin-top: 30px;
  margin-bottom: 0;
}
@media screen and (max-width: 798px) {
  .sidebar-info p {
    padding-top: 15px;
    margin-top: 15px;
    font-size: 12px;
  }
}
.page-rendez-vous .ff-step-header .ff-step-titles li.ff_active:before,
.page-rendez-vous .ff-step-header .ff-step-titles li.ff_completed:before,
.page-rendez-vous .ff-step-header .ff-step-titles li:before {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 18px;
}
.page-rendez-vous .fluentform .ff-step-titles {
  border-radius: 15px;
}
.page-rendez-vous .fluentform .ff-step-titles li {
  background: rgba(255, 255, 255, 0.3);
  padding: 25px;
}
@media screen and (max-width: 798px) {
  .page-rendez-vous .fluentform .ff-step-titles li {
    padding: 25px 5px;
    font-size: 10px;
  }
}
.page-rendez-vous .fluentform .ff-step-titles li.active,
.page-rendez-vous .fluentform .ff-step-titles li.ff_active,
.page-rendez-vous .fluentform .ff-step-titles li.ff_completed {
  background: #ffffff;
}
.page-rendez-vous .fluentform_wrapper_3.ffs_custom_wrap .ff-step-titles li:after {
  content: none;
}
.page-rendez-vous .fluentform_wrapper_3.ffs_custom_wrap .ff-step-titles li.ff_active:before,
.page-rendez-vous .fluentform_wrapper_3.ffs_custom_wrap .ff-step-titles li.ff_completed:before {
  background: #a8d0a7 !important;
}
.page-rendez-vous .fluentform_wrapper_3.ffs_custom_wrap .ff-step-titles li.ff_active,
.page-rendez-vous .fluentform_wrapper_3.ffs_custom_wrap .ff-step-titles li.ff_completed {
  color: #222 !important;
}
.page-rendez-vous .fluentform_wrapper_3.ffs_custom_wrap .ff-step-titles li:after {
  height: 1px;
  background: #DDD !important;
}
.error-404 {
  text-align: center;
  padding: 80px 20px;
}
.error-404 .error-404-code {
  font-size: 48px;
  font-weight: 700;
  color: #222;
  line-height: 1;
}
.error-404 h1 {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin: 10px 0 8px;
}
.error-404 p {
  font-size: 14px;
  color: #777;
  margin-bottom: 25px;
}
.error-404 .error-404-btn {
  display: inline-block;
  padding: 10px 28px;
  background: #222;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 500;
  transition: opacity 0.2s;
}
.error-404 .error-404-btn:hover {
  opacity: 0.8;
  color: #fff;
}
body.error404 {
  background: #fff;
}
.page-rendez-vous .ff-step-body {
  padding: 50px;
  border-radius: 15px;
  background: #FFF;
}
@media screen and (max-width: 798px) {
  .page-rendez-vous .ff-step-body {
    padding: 25px;
  }
}
.fluentform select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpolyline points='1,1 5,5 9,1' fill='none' stroke='%23666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat;
  background-position: right 12px center;
  /* tu contrôles la position */
  padding: 14px 30px 14px 15px!important;
  border-color: #dbdbdb !important;
}
.fluentform input[type="checkbox"] {
  accent-color: #2e682e !important;
  width: 12px !important;
  height: 12px !important;
  border-radius: 2px;
}
.fluentform .ff-el-form-check:not(.ff-el-tc) .ff-el-form-check-label {
  border: 1px solid #DDD;
  padding: 3px 15px;
  border-radius: 15px;
}
.fluentform .ff-el-form-check:not(.ff-el-tc) .ff-el-form-check-label span {
  font-size: 14px;
}
.fluentform .ff-el-tc .ff_t_c {
  font-size: 13px;
}
.fluentform .ff-el-tc .ff_t_c a {
  color: #4169e1;
  text-decoration: none;
}
.fluentform .wpf_has_custom_css.ff-btn-submit {
  margin-top: 30px;
  line-height: 1;
  border-radius: 3px!important;
  font-weight: 600;
}
.fluentform .wpf_has_custom_css.ff-btn-submit:hover {
  border-color: #a8d0a7 !important;
  color: #31a816 !important;
  background-color: #edf6ed !important;
}
.fluentform .ff-el-group.ff_list_inline .ff_item_selected .ff-el-form-check-label {
  background: #dcf1dc;
  border-radius: 15px;
  border-color: #dcf1dc;
}
.fluentform .ff-el-group.ff_list_inline .ff-el-form-check:hover .ff-el-form-check-label {
  background: #dcf1dc;
  border-radius: 15px;
  border-color: #dcf1dc;
}
@media only screen and (min-width: 641px) {
  .fluentform .ff-el-group.ff_list_inline .ff-el-form-check {
    margin: 0 10px 10px 0;
  }
}
@media screen and (min-width: 768px) {
  .fluentform .ff_list_2col .ff-el-input--content,
  .fluentform .ff_list_3col .ff-el-input--content {
    margin-right: -15px;
  }
}
.fluentform .ff_list_2col .ff-el-form-check input[type="radio"],
.fluentform .ff_list_3col .ff-el-form-check input[type="radio"] {
  accent-color: #2e682e;
  width: 18px;
  height: 18px;
}
.fluentform .ff_list_2col .ff-el-form-check .ff-el-form-check-label,
.fluentform .ff_list_3col .ff-el-form-check .ff-el-form-check-label {
  height: 70px;
  line-height: 18px;
  border-radius: 5px;
  position: relative;
  padding: 0px 40px;
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  justify-content: center;
}
.fluentform .ff_list_2col .ff-el-form-check .ff-el-form-check-label input[type="radio"],
.fluentform .ff_list_3col .ff-el-form-check .ff-el-form-check-label input[type="radio"] {
  position: absolute;
  top: 10px;
  left: 10px;
  display: none;
}
.fluentform .ff_list_2col .ff-el-form-check.ff_item_selected .ff-el-form-check-label,
.fluentform .ff_list_3col .ff-el-form-check.ff_item_selected .ff-el-form-check-label {
  background: #dcf1dc;
  border-radius: 5px;
  border-color: #dcf1dc;
}
.fluentform .ff_list_2col .ff-el-form-check:hover .ff-el-form-check-label,
.fluentform .ff_list_3col .ff-el-form-check:hover .ff-el-form-check-label {
  background: #dcf1dc;
  border-radius: 5px;
  border-color: #dcf1dc;
}
.fluentform_wrapper_13.ffs_custom_wrap .ff-el-group input[type="checkbox"],
.fluentform_wrapper_18.ffs_custom_wrap .ff-el-group input[type="checkbox"],
.fluentform_wrapper_13.ffs_custom_wrap .ff-el-group input[type="radio"],
.fluentform_wrapper_18.ffs_custom_wrap .ff-el-group input[type="radio"] {
  height: 12px;
  width: 12px;
  top: 0;
  margin-right: 5px;
}
.alert {
  padding: 30px;
  border-radius: 8px;
  font-size: 14px;
  margin: 15px 0;
  text-align: left;
  font-weight: 400;
}
.alert.alert-red {
  background: #862527;
  color: white;
}
.alert.alert-blue {
  background: #f2f8ff;
  color: #588dd4;
}
.alert p {
  margin-bottom: 0;
}
.alert ul {
  margin: 15px 0 0;
}
.alert h6 {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid;
  margin-bottom: 15px;
}
.admin-hide {
  display: none!important;
}
.form.fluent_form_13 .ff-btn-submit:not(.ff_btn_no_style),
.form.fluent_form_18 .ff-btn-submit:not(.ff_btn_no_style) {
  background-color: #0daa35 !important;
}
.page-rendez-vous .step-nav {
  margin-top: 30px;
}
.page-rendez-vous .fluentform .ff-step-titles li:after {
  content: inherit;
}
.ff-message-success {
  background: #FFF;
  border: none;
  box-shadow: none;
  padding: 50px;
  text-align: center;
}
.ff-message-success svg {
  display: block;
  max-width: 50px;
  margin: auto;
}
.ff-message-success p {
  font-size: 16px;
  max-width: 530px;
}
.form-confirmation {
  padding: 50px;
  background: #FFF;
  border-radius: 15px;
}
.form-confirmation .form-confirmation_header {
  text-align: center;
}
.form-confirmation .form-confirmation_header svg {
  width: 64px;
}
.form-confirmation .form-confirmation_header h3 {
  font-weight: bold;
}
.form-confirmation .form-confirmation_content {
  margin-top: 5rem;
  font-size: 22px;
  font-weight: bold;
}
.form-confirmation .fluentform {
  border-top: 1px solid #EEE;
  padding-top: 50px;
}
.form-confirmation .fluentform h3 {
  color: #222;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.form-confirmation .fluentform p {
  font-size: 12px;
  font-weight: 500;
  color: #555;
  margin-bottom: 0;
}
.form-confirmation .fluentform .ff_submit_btn_wrapper {
  display: none;
}
.form-confirmation .fluentform .ff-el-form-hide_label {
  margin-bottom: 0;
}
.form-confirmation .fluentform .ff-message-success {
  max-width: 100%;
  border: none;
  box-shadow: none;
  text-align: center;
}
.form-confirmation .fluentform .ff-message-success p {
  font-size: 14px;
  color: #222;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: bold;
  max-width: 100%;
}
.form-confirmation .ff-el-input--content .ff_el_checkable_photo_holders {
  text-align: center;
  margin-bottom: 0;
  border: 1px solid #EEE;
  border-radius: 5px;
}
.form-confirmation .ff-el-input--content .ff_el_checkable_photo_holders input {
  display: none;
}
.form-confirmation .ff-el-input--content .ff_el_checkable_photo_holders .ff-el-form-check-label {
  padding: 0;
  border-radius: 0;
  border: none;
}
.form-confirmation .ff-el-input--content .ff_el_checkable_photo_holders label.ff-el-image-input-src {
  width: 100%;
  height: 32px;
  background-size: contain;
  background-position: center;
  filter: brightness(0);
  opacity: 0.3;
}
.form-confirmation .ff-el-input--content .ff_el_checkable_photo_holders .ff-el-form-check {
  padding: 20px 0 10px 0;
  padding-right: inherit ! IMPORTANT;
}
.form-confirmation .ff-el-input--content .ff_el_checkable_photo_holders .ff-el-form-check span {
  font-size: 12px;
}
.form-confirmation .ff-el-input--content .ff_el_checkable_photo_holders .ff-el-form-check.ff_item_selected,
.form-confirmation .ff-el-input--content .ff_el_checkable_photo_holders .ff-el-form-check:hover {
  background: #F8F8F8;
  border-radius: 5px;
}
.form-confirmation .ff-el-input--content .ff_el_checkable_photo_holders .ff-el-form-check.ff_item_selected label.ff-el-image-input-src,
.form-confirmation .ff-el-input--content .ff_el_checkable_photo_holders .ff-el-form-check:hover label.ff-el-image-input-src {
  filter: brightness(1);
  opacity: 1;
}
.form-confirmation .ff-el-input--content .ff_el_checkable_photo_holders .ff-el-form-check:last-child label.ff-el-form-check-label {
  margin-bottom: 7px;
}
.frm-fluent-form .choices .choices__list--single {
  padding: 9px 15px;
  border: none!important;
}
.frm-fluent-form .choices .choices__list--single .choices__item {
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.frm-fluent-form .choices .choices__list--single .choics__inner {
  border-color: #cccccc;
}
.frm-fluent-form .choices .choices__list--single .choices__placeholder {
  color: #666;
}
.page-rendez-vous .fluentform .ff-step-container {
  overflow: visible !important;
}
.page-rendez-vous .fluentform-step.active {
  overflow: visible !important;
}
.page-rendez-vous .fluentform .ff-step-body {
  overflow: visible !important;
}
.stop-phone {
  margin-top: 20px;
}
.stop-phone .stop-phone-row {
  display: inline-flex;
  align-items: stretch;
  border-radius: 50px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.stop-phone .stop-phone-name {
  display: inline-flex;
  align-items: center;
  padding: 0 20px 0 15px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  background: transparent;
  white-space: nowrap;
}
.stop-phone .stop-phone-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px 0 18px;
  background: #ffffff;
  color: #222;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  height: 38px;
  letter-spacing: 0.5px;
  white-space: nowrap;
  border-radius: 50px;
}
.stop-phone .stop-phone-btn:hover {
  background: rgba(255, 255, 255, 0.95);
  transition: 0.2s;
  color: #222;
}
.stop-phone-mention {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 11px;
  opacity: 0.75;
  line-height: 1.4;
  max-width: 420px;
}
.stop-phones {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 12px;
}
.stop-phones .stop-phone {
  margin-top: 0;
}
.stop-phones .stop-phone-bailleur {
  order: 1;
}
.stop-phones .stop-phone-pompier {
  order: 2;
}
.stop-phone-pompier .stop-phone-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #e63b2e;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  padding: 0 18px;
  height: 38px;
  border-radius: 50px;
  white-space: nowrap;
}
.stop-phone-pompier .stop-phone-btn:hover {
  background: #c9322a;
  color: #fff;
}
.stop-phone-pompier .stop-phone-btn svg {
  width: 16px;
  height: 16px;
  fill: #fff;
  flex-shrink: 0;
}
.text-danger.error {
  color: var(--fluentform-danger);
  background: #fbf4f4;
  display: inline-block;
  padding: 3px 7px;
  border-radius: 3px;
}
/*# sourceMappingURL=theme.css.map */