/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 03 2026 | 14:01:54 */
.contact-wm::after {
    right:auto!important;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover!important;
}
.contact-wrap {
	display: grid;
  	grid-template-columns: repeat(12, 1fr);
	gap:20px!important;
	width:100%;
	min-width:100%;
}

.contact-wm-wording-partner,
.wm-contact-form {
  grid-column: span 6;
  display: flex;
  flex-direction: column;
  gap: 28px 0px;
}

@media (max-width: 991px) {
  .contact-wm-wording-partner,
  .wm-contact-form {
    grid-column: span 12;
  }
}

.contact-wording {
	display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: baseline;
    gap: 28px;
}
.contact-logo-carroussel {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 33px;
}

.contact-logo-carroussel__label {
  font-style: italic;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.02em;
}

.contact-logo-carroussel__swiper {
  width: 100%;
  overflow: hidden;
}

.contact-logo-carroussel__slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 20px;
  height: auto;
}

.contact-logo-carroussel__slide::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 28px;
  background-color: rgba(255, 255, 255, 0.22);
}

.contact-logo-carroussel__slide img {
  height: 28px;
  width: auto;
  max-width: 110px;
  object-fit: contain;
  display: block;
  opacity: 0.75;
  transition: opacity 0.25s ease;
}

.contact-logo-carroussel__slide img:hover {
  opacity: 1;
}

.contact-title {
	 font-size: clamp(23px, 5vw, 42px)!important;
}

.text-left-c {
	text-align:left!important;
}

@media (max-width: 1024px) {
  .contact-logo-carroussel__slide {
    padding: 0 28px;
  }
  .contact-logo-carroussel__slide img {
    height: 24px;
    max-width: 110px;
  }
}

@media (max-width: 768px) {
  .contact-logo-carroussel__slide {
    padding: 0 20px;
  }
  .contact-logo-carroussel__slide img {
    height: 20px;
    max-width: 85px;
  }
  .contact-logo-carroussel__slide::after {
    height: 20px;
  }
}

/** From-wm **/ 

.form-title-wm {
	font-size: clamp(23px, 5vw, 36px)!important;
	text-align: left!important;
}

/* Container carte */
.wm-contact-form {
  width: 100%;
  background: #ffffff;
  border-radius: 14px;
  padding: 40px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.18);
}

/* Tous les champs texte */
.wm-contact-form input:not([type="checkbox"]):not([type="submit"]),
.wm-contact-form select,
.wm-contact-form textarea {
  width: 100%;
  background: #f4f5f7;
  border: 1.5px solid #e8eaed;
  border-radius: 8px;
  padding: 8px 16px!important;
  font-size: 14px;
  color: #1a2332;
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
}

.wm-contact-form input::placeholder,
.wm-contact-form textarea::placeholder {
  color: #9aa3b0;
}

.wm-contact-form input:focus,
.wm-contact-form select:focus,
.wm-contact-form textarea:focus {
  border-color: #1a2332;
  background: #ffffff;
}

/* Textarea */
.wm-contact-form textarea {
  min-height: 110px;
  resize: vertical;
}

/* Select — flèche custom + couleur placeholder */
.wm-contact-form select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%239aa3b0' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 42px;
  cursor: pointer;
  color: #9aa3b0;
}

.wm-contact-form select:valid,
.wm-contact-form select option:checked {
  color: #1a2332;
}

.wm-contact-form select option {
  color: #1a2332;
}

/* Checkbox + label RGPD */
.wm-contact-form input[type="checkbox"] {
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 1.5px solid #c5c9d0;
  border-radius: 3px;
  cursor: pointer;
  accent-color: #1a2332;
  margin-top: 2px;
}

/* Bouton submit */
.wm-contact-form button[type="submit"],
.wm-contact-form input[type="submit"] {
  width: 100%;
  background: #1a2332;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background 0.2s ease;
}

.wm-contact-form button[type="submit"]:hover,
.wm-contact-form input[type="submit"]:hover {
  background: #2c3e55;
}

/* Responsive */
@media (max-width: 767px) {
.wm-contact-form {
  gap: 10px 0px;
}
  .wm-contact-form {
    padding: 24px 20px;
  }
}

.options-wrapper label {
	font-size:13px;
}
:where(.brxe-form) .options-wrapper li {
	align-items: flex-start!important;
}

/*** Submit-btn****/

/* ================================
   CONTACT FORM - SUBMIT BUTTON
   Scope : .wm-contact-form
================================ */

.wm-contact-form button[type="submit"] {
  position: relative !important;
  overflow: hidden !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  border: 2px solid var(--main) !important;
  color: var(--main) !important;
  border-radius: var(--border-radius-12) !important;

  padding: 18px 28px !important;
  background: transparent !important;

  font-weight: 500 !important;
  font-size: 18px !important;
  letter-spacing: normal !important;

  cursor: pointer !important;
  gap: 8px !important;

  box-shadow: none !important;
  outline: none !important;

  transition:
    transform 0.25s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.3s ease,
    color 0.3s ease !important;
}

/* Shine effect */
.wm-contact-form button[type="submit"]::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;

  width: 50%;
  height: 100%;

  background: linear-gradient(
    120deg,
    rgba(214, 153, 111, 0) 0%,
    rgba(214, 153, 111, 0.15) 50%,
    rgba(214, 153, 111, 0) 100%
  );

  transform: skewX(-15deg);
  opacity: 0;

  pointer-events: none;
  z-index: 0;
}

/* Contenu au-dessus du shine */
.wm-contact-form button[type="submit"] span,
.wm-contact-form button[type="submit"] i,
.wm-contact-form button[type="submit"] svg {
  position: relative;
  z-index: 1;
}

/* Icône / flèche */
.wm-contact-form button[type="submit"] i {
  margin-left: 6px;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Hover + focus */
.wm-contact-form button[type="submit"]:hover,
.wm-contact-form button[type="submit"]:focus {
  border-color: var(--accent) !important;
  color: var(--accent) !important;
  background: transparent !important;
  transform: translateY(-2px);
  box-shadow: none !important;
  outline: none !important;
}

/* Shine au hover */
.wm-contact-form button[type="submit"]:hover::before {
  opacity: 1;
  animation: wm-contact-btn-shine 1.2s ease forwards;
}

/* Mouvement icône au hover */
.wm-contact-form button[type="submit"]:hover i {
  transform: translateX(10px);
}

/* Click */
.wm-contact-form button[type="submit"]:active {
  transform: scale(0.97);
  background: transparent !important;
}

/* Loading icon Bricks */
.wm-contact-form button[type="submit"] .loading {
  position: relative;
  z-index: 1;
}

/* Animation shine scoped */
@keyframes wm-contact-btn-shine {
  0% {
    left: -75%;
  }

  100% {
    left: 125%;
  }
}

.sms-txt p {
	font-size:16px!important;
}