@charset "UTF-8";
/*
Theme Name: Trampoline Bréteville
Author: Pixelea
Author URI:
Theme URI:
Tags: full-site-editing
Text Domain: ng1-fse
Requires at least: 6.1
Requires PHP: 7.4
Tested up to: 6.4
Version: 1.0.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Generated on fullsiteediting.com. No code version.
*/
/*
#F2C63E jaune
#00775C vert
#666666  gris
#FFED00.  jaune poussin
#C4C4C4.   gris clair
font.  Titan One.    ,    Quicksand
*/
* {
  scroll-behavior: smooth;
}

h2 {
  font-size: clamp(1.85rem, 1.85rem + (1vw - 0.2rem) * 1.083, 3rem);
  font-weight: 500;
}

h2.h3 {
  text-align: left;
  font-size: 40px;
  margin-top: 60px;
}

a {
  color: var(--wp--preset--color--black);
}

body:not(.home) header {
  background-color: rgba(0, 0, 0, 0.5);
  margin-bottom: 3rem;
}

.hidden {
  display: none !important;
}

.cta-btn .wp-block-button__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 45px;
  position: relative;
  overflow: hidden;
}
.cta-btn .wp-block-button__link img {
  position: relative;
  display: block;
  position: absolute;
  left: -50px;
  transition: all 0.2s ease;
}
.cta-btn .wp-block-button__link span {
  display: inline-block;
  position: relative;
  width: 100%;
  transition: all 0.2s ease;
}
.cta-btn .wp-block-button__link:hover img {
  left: 74%;
  transform: translateX(50px);
}
.cta-btn .wp-block-button__link:hover span {
  left: initial;
  transform: translateX(150%);
  right: -150%;
}
.cta-btn .wp-block-button__link[href="#tarifs"]:hover img {
  transform: translateX(-60px);
}

#tarifs .cta-btn .wp-block-button__link,
#horaires .cta-btn .wp-block-button__link {
  width: 180px;
}
#tarifs .cta-btn .wp-block-button__link img,
#horaires .cta-btn .wp-block-button__link img {
  position: relative;
  display: block;
  position: absolute;
  left: -50px;
  transition: all 0.2s ease;
}
#tarifs .cta-btn .wp-block-button__link span,
#horaires .cta-btn .wp-block-button__link span {
  display: inline-block;
  position: relative;
  width: 100%;
  transition: all 0.2s ease;
}
#tarifs .cta-btn .wp-block-button__link span:nth-of-type(2),
#horaires .cta-btn .wp-block-button__link span:nth-of-type(2) {
  display: none;
}
#tarifs .cta-btn .wp-block-button__link:hover img,
#horaires .cta-btn .wp-block-button__link:hover img {
  left: 0;
  transform: translateX(6px);
}
#tarifs .cta-btn .wp-block-button__link:hover span:nth-of-type(1),
#horaires .cta-btn .wp-block-button__link:hover span:nth-of-type(1) {
  left: initial;
  transform: translateX(150%);
  right: -150%;
  display: none;
}
#tarifs .cta-btn .wp-block-button__link:hover span:nth-of-type(2),
#horaires .cta-btn .wp-block-button__link:hover span:nth-of-type(2) {
  display: block;
  transform: translateX(12px);
  right: initial;
}
#tarifs .cta-btn .wp-block-button__link[href="#tarifs"]:hover img,
#horaires .cta-btn .wp-block-button__link[href="#tarifs"]:hover img {
  transform: translateX(-60px);
}

.cta-btn-alt .wp-block-button__link img {
  display: block;
}

header {
  position: relative;
  z-index: 10;
  /** default is 600px pass to 990px for button burger and container */
}
header .logo-mobile {
  display: block;
}
@media (min-width: 990px) {
  header .logo-mobile {
    display: none;
  }
}
@media (max-width: 990px) {
  header .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex;
  }
}
@media (max-width: 990px) {
  header .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
header .wp-block-button.is-style-outline .wp-block-button__link {
  display: flex;
  flex-direction: row;
  align-items: center;
}
header .wp-block-button.is-style-outline .wp-block-button__link img {
  margin-right: 0.25rem;
}
header > .wp-block-group .wp-block-group {
  justify-content: space-between;
}
@media (min-width: 990px) {
  header > .wp-block-group .wp-block-group {
    justify-content: center;
  }
}
header .wp-container-core-navigation-is-layout-1.wp-container-core-navigation-is-layout-1 {
  margin-right: 1rem;
}
header .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
  background-color: var(--wp--preset--color--black);
}
header .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open .wp-block-site-logo img {
  width: 100%;
  max-width: 400px;
}
header .wp-block-navigation__container li.wp-block-navigation-item a {
  font-size: 18px;
}
header .wp-block-navigation__container li.wp-block-navigation-item a:hover {
  text-decoration: none;
  color: var(--wp--preset--color--jaune) !important;
}
header .wp-block-navigation__container .wp-block-navigation-item:nth-child(5) {
  display: none !important;
}
@media (min-width: 990px) {
  header .wp-block-navigation__container .wp-block-navigation-item:nth-child(5) {
    display: block !important;
  }
}
header .wp-block-navigation__container .wp-block-navigation-item:nth-child(1) .wp-block-site-logo {
  display: block;
}
@media (min-width: 990px) {
  header .wp-block-navigation__container .wp-block-navigation-item:nth-child(1) .wp-block-site-logo {
    display: none;
  }
}
header .wp-block-navigation__container .wp-block-navigation-item:nth-child(1) .wp-block-site-logo img {
  max-width: 250px;
}
header .wp-block-navigation__responsive-container-content .wp-block-buttons {
  position: relative;
}
@media (max-width: 990px) {
  header .wp-block-navigation__responsive-container-content .wp-block-buttons .book-button:nth-child(1):hover > a {
    width: 160px;
  }
  header .wp-block-navigation__responsive-container-content .wp-block-buttons .book-button:nth-child(1):hover > a > span {
    transform: translateX(140px);
  }
  header .wp-block-navigation__responsive-container-content .wp-block-buttons .book-button:nth-child(1):hover img {
    transform: translateX(50px);
  }
  header .wp-block-navigation__responsive-container-content .wp-block-buttons .book-button:nth-child(1) .phone-number {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
  }
  header .wp-block-navigation__responsive-container-content .wp-block-buttons .book-button:nth-child(1) .phone-number a {
    color: #fff !important;
    margin-left: 25px;
    display: flex;
    justify-content: center; /* horizontal */
    align-items: center; /* vertical */
  }
  header .wp-block-navigation__responsive-container-content .wp-block-buttons .book-button:nth-child(1) .phone-number a:hover {
    color: var(--wp--preset--color--jaune) !important;
  }
  header .wp-block-navigation__responsive-container-content .wp-block-buttons .book-button:nth-child(2) a {
    line-height: 1rem;
  }
  header .wp-block-navigation__responsive-container-content .wp-block-buttons .book-button:nth-child(2) a:hover {
    color: var(--wp--preset--color--jaune) !important;
  }
}
@media (min-width: 990px) {
  header .wp-block-navigation__responsive-container-content .wp-block-buttons .book-button:nth-child(2) {
    width: -moz-fit-content;
    width: fit-content;
  }
  header .wp-block-navigation__responsive-container-content .wp-block-buttons .book-button span:last-child {
    display: none;
  }
  header .wp-block-navigation__responsive-container-content .wp-block-buttons .book-button:hover .wp-block-button__link span:last-of-type {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  header .wp-block-navigation__responsive-container-content .wp-block-buttons:hover .book-button:nth-child(1) > a {
    width: 160px;
  }
  header .wp-block-navigation__responsive-container-content .wp-block-buttons:hover .book-button:nth-child(1) > a > span:first-of-type {
    transform: translateX(140px);
  }
  header .wp-block-navigation__responsive-container-content .wp-block-buttons:hover .book-button:nth-child(1) img {
    transform: translateX(0px);
    display: none;
  }
  header .wp-block-navigation__responsive-container-content .wp-block-buttons:hover .book-button:nth-child(1) .phone-number {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
  }
  header .wp-block-navigation__responsive-container-content .wp-block-buttons:hover .book-button:nth-child(1) .phone-number a {
    color: #fff !important;
    margin-left: 25px;
    display: flex;
    justify-content: center; /* horizontal */
    align-items: center; /* vertical */
  }
  header .wp-block-navigation__responsive-container-content .wp-block-buttons:hover .book-button:nth-child(1) .phone-number a:hover {
    color: var(--wp--preset--color--jaune) !important;
  }
  header .wp-block-navigation__responsive-container-content .wp-block-buttons:hover .book-button:nth-child(2) {
    display: block;
  }
  header .wp-block-navigation__responsive-container-content .wp-block-buttons:hover .book-button:nth-child(2) a {
    line-height: 1rem;
  }
  header .wp-block-navigation__responsive-container-content .wp-block-buttons:hover .book-button:nth-child(2) a:hover {
    color: var(--wp--preset--color--jaune) !important;
  }
}
header .wp-block-button a {
  height: 49px;
}
header .book-button {
  position: relative;
  overflow: hidden;
}
header .book-button.is-open img {
  display: none;
}
header .book-button.is-open img {
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
}
header .book-button.is-open span {
  transform: translateX(140px);
}
header .book-button a {
  height: 49px;
}
header .book-button img,
header .book-button span {
  transform: translateX(0);
  transition: all 0.2s ease;
  position: absolute;
}
header .book-button span {
  display: inline-block;
  width: 100%;
}
header .wp-block-navigation__responsive-container-open svg,
header .wp-block-navigation__responsive-container-close svg {
  fill: var(--wp--preset--color--white);
}

.book-button {
  position: relative;
  width: 160px;
}
.book-button.is-open .wp-block-button__link {
  justify-content: center;
}
.book-button.is-open span {
  width: 0;
  font-size: 0;
}
.book-button.is-open .phone-numbers {
  display: block;
  position: absolute;
}
.book-button.is-open .phone-number {
  display: block;
}
.book-button.is-open:hover img {
  display: none;
}
.book-button a.wp-block-button__link {
  font-size: 18px !important;
}
.book-button span {
  display: inline-block;
}
.book-button .phone-number {
  display: none;
  margin-top: 0;
  margin-bottom: 0;
}
.book-button .phone-number a {
  color: var(--wp--preset--color--black);
  text-decoration: none;
}
.book-button .phone-numbers {
  display: none;
  text-align: center;
  padding: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
}
.book-button .phone-numbers li {
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: var(--wp--preset--color--jaune);
  border-collapse: collapse;
  width: 150px;
  list-style-type: none;
}
.book-button .phone-numbers li:hover {
  color: var(--wp--preset--color--jaune);
}
.book-button .phone-numbers li a {
  display: none;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 18px;
  color: var(--wp--preset--color--jaune);
}
.book-button .phone-numbers li a.active {
  display: block !important;
}
.book-button .phone-numbers li p {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 18px;
}
.book-button .phone-numbers li p:hover {
  cursor: pointer;
}

.wp-block-post-content {
  margin-block-start: 0;
  display: flex;
  flex-direction: column;
}

:where(body .is-layout-flow) > * {
  margin-block-start: 0;
}

.hero-video {
  position: absolute;
  top: 0;
  z-index: 0;
  height: 100vh;
}
.hero-video .wp-block-video,
.hero-video video {
  height: 100%;
}
.hero-video video {
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(64%);
}
.hero-video .wp-block-buttons {
  position: absolute;
  bottom: 150px;
  left: 50%;
  transform: translateX(-50%);
}
.hero-video .wp-block-buttons .wp-block-button__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 176px;
  height: 45px;
  position: relative;
  overflow: hidden;
}
.hero-video .wp-block-buttons .wp-block-button__link img {
  display: block;
  position: absolute;
  left: -50px;
  transition: all 0.2s ease;
}
.hero-video .wp-block-buttons .wp-block-button__link span {
  display: inline-block;
  position: absolute;
  width: 100%;
  left: 50%;
  right: initial;
  transform: translateX(-50%);
  transition: all 0.2s ease;
}
.hero-video .wp-block-buttons .wp-block-button__link:hover img {
  left: 50%;
  transform: translateX(-50%);
}
.hero-video .wp-block-buttons .wp-block-button__link:hover span {
  left: initial;
  transform: translateX(150%);
  right: -150%;
}

.second-section {
  margin-top: 71vh;
  position: relative;
}
@media (min-width: 990px) {
  .second-section {
    margin-top: 78vh;
  }
}

body {
  overflow-x: hidden;
}

.section-arrondi-vert {
  position: relative;
  margin-block-start: 0px;
  overflow: hidden;
  height: 300px;
}
.section-arrondi-vert::after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 300px;
  width: 100vw;
  background-image: url(./assets/img/arrondi-jaune.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 1800px) {
  .section-arrondi-vert::after {
    width: 1800px;
    background-size: auto;
  }
}
@media (max-width: 990px) {
  .section-arrondi-vert::after {
    width: 1300px;
    background-size: cover;
  }
}
@media (min-width: 2400px) {
  .section-arrondi-vert::after {
    width: 138%;
    background-size: cover;
  }
}
.section-arrondi-vert .wp-block-buttons {
  position: relative;
  z-index: 1;
}
.section-arrondi-vert .wp-block-spacer {
  height: 30px;
}

.slider .slick-track {
  display: flex !important;
  gap: 20px;
}
.slider .slick-slide {
  float: none !important;
  height: auto;
  margin-right: 0 !important;
}
@media (max-width: 768px) {
  .slider .slick-track {
    gap: 10px;
  }
}

.tarifs .wp-block-button__link {
  width: 150px;
}

.is-style-bullets {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  list-style-type: disc;
  margin-block-end: 56px;
  margin-block-start: 56px;
  margin-bottom: 56px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 56px;
  padding-inline-start: 0px;
  padding-left: 0px;
}
.is-style-bullets li {
  text-align: center;
  list-style-type: none;
  margin-bottom: 1rem;
  font-size: 22px;
  align-items: center;
}
.is-style-bullets li::before {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(./assets/img/target.svg);
  background-repeat: no-repeat;
  background-position: center;
  padding-left: 35px;
}
@media (min-width: 990px) {
  .is-style-bullets li {
    font-size: 28px;
    padding-left: 40px;
  }
}
.is-style-bullets li:first-of-type {
  margin-top: 1rem;
}
.is-style-bullets.small-style-bullets {
  align-items: middle;
}
.is-style-bullets.small-style-bullets li {
  font-size: 22px;
  margin-bottom: 1rem;
  text-align: center;
}
.is-style-bullets.small-style-bullets li::before {
  background-repeat: no-repeat;
  width: 30px;
}
.is-style-bullets.small-style-bullets.centered {
  align-items: center;
}

.anniversaire-group {
  padding-left: 15px;
  padding-right: 15px;
}

.anniversaire-columns {
  width: 83%;
  max-width: 1098px;
  margin: 0 auto;
}

.video-offre-cols {
  max-width: 1328px;
  margin-left: auto;
  margin-right: auto;
}

.col-video-offre .wp-block-video,
.col-video-offre video {
  height: 100%;
}
.col-video-offre video {
  -o-object-fit: cover;
     object-fit: cover;
}

#nous-trouver a.wp-block-button__link {
  transition: all 0.2s ease;
}
#nous-trouver a.wp-block-button__link:hover {
  color: var(--wp--preset--color--jaune);
}

.adresses .wp-block-column {
  display: flex;
  flex-direction: column;
  align-self: auto;
  margin-bottom: 2rem;
}
.adresses .wp-block-column p {
  margin-bottom: 1rem;
}
.adresses .wp-block-column p:last-of-type {
  margin-bottom: 2rem;
}
.adresses .wp-block-column > p:first-of-type {
  font-size: 24px !important;
}
@media (min-width: 990px) {
  .adresses .wp-block-column > p:first-of-type {
    font-size: clamp(15.747px, 0.984rem + (1vw - 3.2px) * 0.86, 24px) !important;
  }
}
.adresses .wp-block-column .wp-block-buttons {
  margin-top: auto;
}
.adresses .wp-block-column .wp-block-buttons:hover a {
  color: var(--wp--preset--color--jaune);
}

.location-columns {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.section-contact .wpcf7-form {
  box-sizing: border-box;
  width: 100%;
  max-width: 860px;
  padding: 24px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--wp--preset--color--jaune);
}
@media (min-width: 990px) {
  .section-contact .wpcf7-form {
    padding: 40px;
  }
}
.section-contact .wpcf7-form p {
  width: 100%;
  margin-bottom: 24px;
  margin-top: 0;
}
.section-contact .wpcf7-form label {
  font-size: 0;
}
.section-contact .wpcf7-form input,
.section-contact .wpcf7-form textarea,
.section-contact .wpcf7-form select {
  width: 100%;
  font-family: var(--wp--preset--font-family--quicksand);
  padding: 1rem;
  box-sizing: border-box;
  border: none;
}
.section-contact .wpcf7-form input::-moz-placeholder, .section-contact .wpcf7-form textarea::-moz-placeholder, .section-contact .wpcf7-form select::-moz-placeholder {
  font-size: 20px;
  color: #666666;
}
.section-contact .wpcf7-form input::placeholder,
.section-contact .wpcf7-form textarea::placeholder,
.section-contact .wpcf7-form select::placeholder {
  font-size: 20px;
  color: #666666;
}
.section-contact .wpcf7-form input,
.section-contact .wpcf7-form select {
  line-height: 25px;
}
.section-contact .wpcf7-form select {
  font-size: 20px;
  color: #666666;
}
.section-contact .wpcf7-form select option:hover {
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--jaune);
}
.section-contact .wpcf7-form .wpcf7-acceptance {
  display: inline-block;
  width: 100%;
}
.section-contact .wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
  width: 100%;
}
.section-contact .wpcf7-form .wpcf7-acceptance label {
  display: flex;
  flex-direction: row;
  font-size: initial;
}
.section-contact .wpcf7-form .wpcf7-acceptance label input {
  flex-basis: 4%;
  padding: 0 !important;
  margin-left: 0;
}
.section-contact .wpcf7-form .wpcf7-acceptance label span {
  flex-basis: 95%;
  font-size: 1rem;
}
.section-contact .wpcf7-form .wpcf7-submit {
  display: block;
  width: 100%;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 1rem;
  font-size: 18px;
  text-align: left;
  background-color: transparent;
  border: 1px solid var(--wp--preset--color--black);
  color: var(--wp--preset--color--black);
  height: 55px;
}
.section-contact .wpcf7-form .wpcf7-submit::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(./assets/img/forward.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.section-contact .wpcf7-form .wpcf7-submit:hover {
  cursor: pointer;
  font-size: 0;
}
.section-contact .wpcf7-form .wpcf7-submit:hover::before {
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
  background-color: transparent;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook svg {
  width: 40px;
  height: 40px;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook svg path {
  fill: var(--wp--preset--color--vert);
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
  background-color: transparent;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram svg {
  width: 40px;
  height: 40px;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram svg path {
  fill: var(--wp--preset--color--vert);
}

footer .wp-block-group .wp-block-columns {
  width: 90%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
footer .wp-block-group .wp-block-columns .liens-footer {
  gap: 10px;
}
@media (max-width: 768px) {
  footer .wp-block-group .wp-block-columns .liens-footer {
    justify-content: center;
  }
  footer .wp-block-group .wp-block-columns .liens-footer p {
    text-align: center;
  }
  footer .wp-block-group .wp-block-columns .liens-footer p::after {
    content: "" !important;
  }
  footer .wp-block-group .wp-block-columns .liens-footer .liens-footer-goog {
    justify-content: center;
  }
  footer .wp-block-group .wp-block-columns .liens-footer .liens-footer-goog p {
    text-align: center;
  }
  footer .wp-block-group .wp-block-columns .liens-footer .liens-footer-goog p::after {
    content: "" !important;
  }
}
footer .wp-block-group .wp-block-columns .liens-footer > p {
  position: relative;
}
footer .wp-block-group .wp-block-columns .liens-footer > p::after {
  content: "  -";
}
footer .wp-block-group .wp-block-columns .liens-footer .liens-footer-goog {
  gap: 10px;
}
footer .wp-block-group .wp-block-columns .liens-footer .liens-footer-goog > p {
  position: relative;
}
footer .wp-block-group .wp-block-columns .liens-footer .liens-footer-goog > p::after {
  content: " /";
}
footer .wp-block-group .wp-block-columns .liens-footer .liens-footer-goog > p:last-of-type::after {
  content: "" !important;
}
@media (max-width: 768px) {
  footer .wp-block-group .wp-block-columns .wp-block-column:last-child p {
    text-align: center;
  }
}
footer .back-top {
  position: fixed;
  right: 20px;
  top: 90%;
}
footer .back-top:hover a {
  background-color: var(--wp--preset--color--black) !important;
}

.is-menu-open .wp-block-navigation-item:not(:first-of-type):has(.wp-block-site-logo) {
  display: none !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.is-style-fleche-droite {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  position: relative;
}
.is-style-fleche-droite::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.5303 18.2804L13.4697 17.2197L17.1893 13.5001L4 13.5001L4 12.0001L17.1893 12.0001L13.4697 8.28039L14.5303 7.21973L20.0607 12.7501L14.5303 18.2804Z" fill="white"/></svg>') no-repeat center;
          mask: url('data:image/svg+xml;utf8,<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.5303 18.2804L13.4697 17.2197L17.1893 13.5001L4 13.5001L4 12.0001L17.1893 12.0001L13.4697 8.28039L14.5303 7.21973L20.0607 12.7501L14.5303 18.2804Z" fill="white"/></svg>') no-repeat center;
  transition: transform 0.2s ease;
}
.is-style-fleche-droite:hover a {
  color: var(--wp--preset--color--jaune);
}
.is-style-fleche-droite:hover::after {
  transform: translate(4px, -50%);
  background-color: var(--wp--preset--color--jaune);
}