body {
    background-image: url(../img/ui/bg-topaze.svg);
    background-repeat: no-repeat;
    background-size: 30%;
background-position: right 0 top 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


.title-bloc-newsletter {
    display: flex;
    justify-content: center;
    align-items: center;
    gap:6px;
}
.title-bloc-newsletter::before  {
content:"";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: var(--wp--preset--color--pink);
}
.title-bloc-newsletter::after  {
content:"";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: var(--wp--preset--color--pink);
}


@media screen and (max-width: 700px){

    .wp-container-core-group-is-layout-f09b1dc9 {
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }

    .wp-container-content-d45f1063 {
      grid-column: span 9;
    }

    .bloc-newsletter > .wp-block-group {
      padding: 2rem 1rem !important;
    }

    .newsletter-form {
      flex-direction: column;
    }

  .title-bloc-newsletter {
  font-size: 1.35rem !important;
  }

}


/* Surcharge du markup Brevo pour matcher le design */
.newsletter-brevo-form .sib-form { background: transparent; padding: 0; }
.newsletter-brevo-form .sib-form-block { padding: 0; }
.newsletter-brevo-form input[type="email"] {
  flex: 1;
  border: 1.5px solid #ccc;
  border-radius: 6px;
  padding: 14px 16px;
  font-family: var(--wp--preset--font-family--inter);
  font-size: 14px;
  background: transparent;
  outline: none;
}

.newsletter-form {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.newsletter-btn {
  position: relative;
  overflow: hidden; /* selon l'effet souhaité */

  position: relative;
  border: none;
  background: transparent;
  padding: 4px 8px 8px;
  font-weight: 600;
  cursor: pointer;
  color: var(--wp--preset--color--dark);
  transition: color 0.35s ease;
    transition: width 0.35s ease, color 0.35s ease !important;
}
.newsletter-btn span {
    display: inline-flex;
  align-items: center;
  gap: 6px;

}



.newsletter-btn::before  {
content:"";
width: 100%;
height: 2px;
background-color: var(--wp--preset--color--dark) !important;
position: absolute;
bottom: 0;
left: 0;
}

.newsletter-btn::after {
content:"";
width: 0%;
height: 2px;
background-color:var(--wp--preset--color--pink);
position: absolute;
bottom: 0px;
z-index: 1000;
left: 0;
  transition: width 0.35s ease, color 0.35s ease !important;
}

.newsletter-btn:hover {
     color:var(--wp--preset--color--pink);
}
.newsletter-btn:hover::after {

    width: 100%;
}

.newsletter-btn:hover span:last-child::after {
   background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.85 11.9H22.95' stroke='%23e75480' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17 17.85L22.95 11.9L17 5.95' stroke='%23e75480' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}


.newsletter-btn span:last-child::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_64_896)'%3E%3Cpath d='M0.849609 11.8999H22.9496' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17 17.85L22.95 11.9L17 5.94995' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_64_896'%3E%3Crect width='23.8' height='23.8' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    transition: all ease-in 0.35s;
}

.newsletter-checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 12.5px;
  color: #444;
  line-height: 1.5;
  cursor: pointer;
}

.newsletter-checkbox-label input[type="checkbox"] {
  margin-top: 2px;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  cursor: pointer;
  accent-color: var(--wp--preset--color--dark) 
}

.newsletter-checkbox-label a {
  color: var(--wp--preset--color--dark) ;
  text-decoration: underline;
  text-underline-offset: 2px;
}
