/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* FONT WEIGHTS */
.b-cta-button {
  display: flex;
  width: 100%;
}
.b-cta-button--align-left {
  justify-content: flex-start;
}
.b-cta-button--align-center {
  justify-content: center;
}
.b-cta-button--align-right {
  justify-content: flex-end;
}
.b-cta-button--phone .c-cta-principal {
  border: 1px solid rgba(var(--wp--preset--color--alteal-blue-dark, #001a24), 0.12);
}
.b-cta-button__placeholder {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.4;
  color: var(--wp--preset--color--alteal-blue-dark, #001a24);
  opacity: 0.7;
}
.b-cta-button__placeholder code {
  font-size: 0.92em;
}