@charset "UTF-8";
body.home header {
  position: fixed;
  top: 0;
  left: 20px;
  right: 20px;
  background: linear-gradient(180deg, #002147 0%, rgba(0, 33, 71, 0) 100%);
  transition: background-color 0.3s ease-in-out;
}
body.home header > div.is-position-sticky {
  border-radius: 0;
}
body.home header > div.is-position-sticky > div.has-background {
  background-color: transparent !important;
  transition: background-color 0.3s ease-in-out;
}
body.home div#header-home.scrolled header {
  background: transparent;
}
body.home div#header-home.scrolled header > div.is-position-sticky > div.has-background {
  background-color: #002147 !important;
}
body.home video {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
}
header .wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container {
  min-width: 260px !important;
  width: unset !important;
}
header .wpml-language-switcher-block .hasTextTransform {
  font-weight: 400;
}
header a {
  text-decoration: none;
  transition: color ease-in-out 0.1s;
}
header a:hover {
  color: #D1C8C8 !important;
}
header nav ul li ul {
  border-radius: 20px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  gap: 15px;
  padding: 20px 25px !important;
  border: 0 !important;
  background-color: #fff !important;
  transform: translateX(-20%);
}
header nav ul li ul li a {
  position: relative;
  padding: 0;
  padding-right: 30px;
  transition: color ease-in-out 0.1s;
}
header nav ul li ul li a:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 4px;
  font-family: "Font Awesome 6 Pro";
  color: #717E8D;
  font-weight: 300;
}
header nav ul li ul li a:hover {
  color: #717E8D !important;
}
header nav .li-catalogue a span {
  color: #fff;
  background-color: #BE8F25;
  padding: 8px 15px;
  border-radius: 50px;
  transition: background-color ease-in-out 0.2s;
}
header nav .li-catalogue a span:hover {
  background-color: #d8a534;
}
header div#svg-header-compte:hover {
  cursor: pointer;
}
@media (max-width: 992px) {
  header > div {
    padding-top: 5px !important;
    padding-right: 10px !important;
    padding-bottom: 15px !important;
    padding-left: 10px !important;
  }
  header div.wp-block-buttons {
    display: none;
  }
  header .wp-container-content-2 {
    flex-basis: 250px;
  }
  header .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex;
  }
  header .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background-color: #002147 !important;
  }
  header .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    background-color: #002147 !important;
  }
  header #svg-header-compte {
    margin-right: 20px;
  }
  header ul.wp-block-navigation__container.is-responsive.wp-block-navigation {
    gap: 1rem !important;
    padding-bottom: 10px;
  }
  header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  header .wp-block-navigation .wp-block-navigation-item.li-contact, header .wp-block-navigation .wp-block-navigation-item.li-accueil {
    display: flex;
  }
  header nav.wp-block-navigation {
    position: fixed;
    top: 30px;
    right: 18px;
    width: 44px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    z-index: 999;
  }
  header nav.wp-block-navigation ul li ul {
    transform: translateX(0%);
    border-radius: 0px;
    background: transparent;
    box-shadow: none;
  }
  header nav.wp-block-navigation ul li ul li {
    padding-bottom: 5px;
  }
  header nav.wp-block-navigation ul li ul li a::after {
    content: none;
  }
  header .wp-block-navigation__responsive-container-open {
    position: relative;
  }
  header .wp-block-navigation__responsive-container-open svg {
    height: 25px;
    width: 28px;
  }
  header .wp-block-navigation__responsive-container-close {
    color: #fff;
    right: 20px;
  }
  header .wp-block-navigation .wp-block-navigation-item {
    align-items: flex-start;
  }
  header .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
    color: #fff;
    line-height: 1.6;
    border-bottom: 0px;
    max-width: 250px;
  }
  header .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:hover {
    color: #BE8F25;
  }
  header .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:after {
    top: 5px;
  }
}
@media (max-width: 768px) {
  .wp-container-3 {
    position: static;
  }
  .wp-container-2 {
    position: static;
  }
  header {
    position: static;
    top: 0;
    left: 20px;
    right: 20px;
    background: transparent;
  }
  header .wp-block-site-logo img {
    height: auto;
    max-width: 200px;
  }
  header #svg-header-compte {
    margin-right: 0px;
  }
  header nav.wp-block-navigation {
    position: fixed;
    top: 10px;
    right: 15px;
    background-color: #002147;
    border-radius: 100%;
  }
  header .wp-block-site-logo {
    width: 100%;
    text-align: center;
  }
  body.home div#header-home header {
    position: static;
  }
  body.home div#header-home header > div.is-position-sticky > div.has-background {
    background-color: #002147 !important;
    padding: 10px;
    padding-top: 20px;
    justify-content: center;
  }
  header > div.is-position-sticky > div.has-background {
    padding: 10px;
    padding-top: 20px;
    justify-content: center;
    gap: 8px;
  }
}
footer p.has-background {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
footer nav > ul > li {
  min-width: 22%;
  color: #BE8F25;
}
@media (max-width: 1200px) {
  footer nav > ul > li {
    min-width: 40%;
  }
}
footer nav > ul > li button span {
  cursor: default;
}
footer ul.wp-block-navigation__container.has-text-color.has-Jaune-color.wp-block-navigation {
  justify-content: center;
  align-items: start;
}
footer .wp-block-navigation .wp-block-navigation-item {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: self-start;
}
footer .wp-block-navigation .has-child .wp-block-navigation__submenu-container {
  position: relative;
  margin-top: 12px;
  top: unset !important;
  min-width: unset !important;
  max-width: 160px;
}
footer span.wp-block-navigation__submenu-icon {
  display: none !important;
}
footer .wp-block-navigation .has-child .wp-block-navigation__submenu-container {
  top: 30px;
  visibility: visible;
  background-color: transparent;
  border: 0;
  font-weight: 400;
}
footer .wp-block-navigation .has-child .wp-block-navigation__submenu-container li {
  width: 100% !important;
  color: #fff;
  transition: color ease-out 0.1s;
}
footer .wp-block-navigation .has-child .wp-block-navigation__submenu-container li a {
  padding: 0;
  line-height: 24px;
}
footer .wp-block-navigation .has-child .wp-block-navigation__submenu-container li:hover {
  color: #D1C8C8;
}
@media (max-width: 1300px) {
  footer > div > .wp-block-columns {
    flex-wrap: wrap !important;
    gap: 0 !important;
  }
  footer > div > .wp-block-columns > .wp-block-column:first-of-type {
    flex-basis: 40% !important;
  }
  footer > div > .wp-block-columns > .wp-block-column:nth-of-type(2) {
    flex-basis: 60% !important;
  }
  footer > div > .wp-block-columns > .wp-block-column:last-of-type {
    flex-basis: 100% !important;
  }
}
@media (max-width: 700px) {
  footer > div > .wp-block-columns {
    flex-wrap: wrap !important;
    gap: 0 !important;
  }
  footer > div > .wp-block-columns > .wp-block-column:first-of-type {
    flex-basis: 100% !important;
  }
  footer > div > .wp-block-columns > .wp-block-column:nth-of-type(2) {
    flex-basis: 100% !important;
  }
  footer > div > .wp-block-columns > .wp-block-column:last-of-type {
    flex-basis: 100% !important;
  }
}
footer form.wpcf7-form div.newsletter-form {
  position: relative;
}
footer form.wpcf7-form div.newsletter-form p {
  margin: 0;
}
footer form.wpcf7-form div.newsletter-form p:nth-of-type(2) {
  width: calc(100% - 154px);
  margin-right: 8px;
}
@media (max-width: 600px) {
  footer form.wpcf7-form div.newsletter-form p:nth-of-type(2) {
    width: 100%;
    margin-right: unset;
  }
}
footer form.wpcf7-form div.newsletter-form input.wpcf7-form-control.wpcf7-email {
  padding: 14px 22px;
  border-radius: 50px;
  border: none;
  background: #fff;
  width: 100%;
  font-size: 16px;
}
footer form.wpcf7-form div.newsletter-form div.cf7-cf-turnstile {
  text-align: center;
  margin-top: 10px !important;
}
footer form.wpcf7-form div.newsletter-form .wpcf7-form-control.wpcf7-submit {
  pointer-events: auto;
  opacity: 1;
  width: 146px;
  padding: 14px 22px;
  border: none;
  background: #BE8F25;
  border-radius: 50px;
  transition: all ease-in-out 0.2s;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
footer form.wpcf7-form div.newsletter-form .wpcf7-form-control.wpcf7-submit:hover {
  opacity: 0.8;
}
@media (max-width: 600px) {
  footer form.wpcf7-form div.newsletter-form .wpcf7-form-control.wpcf7-submit {
    width: 100%;
    position: static;
  }
}
footer form.wpcf7-form div.newsletter-form .wpcf7-response-output {
  border-color: #002147;
}
@media (max-width: 1024px) {
  ul.wp-block-post-template-is-layout-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  ul.wp-block-post-template-is-layout-grid {
    grid-template-columns: 1fr;
  }
}
li.wp-block-post figure a {
  transition: all ease-in-out 0.2s;
}
li.wp-block-post figure a:hover {
  opacity: 0.8;
}
nav.wp-block-query-pagination {
  margin-bottom: 57px;
}
nav.wp-block-query-pagination > a {
  display: flex;
  width: 41px;
  height: 41px;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 60px;
  border: 1px solid #F4F1F1;
  background: #FFF;
  color: #002147;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
nav.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
  display: inline-block;
  margin-right: 0;
  position: relative;
  color: #fff;
}
nav.wp-block-query-pagination .wp-block-query-pagination-previous-arrow::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0px;
  font-family: "Font Awesome 6 Pro";
  color: #002147;
  font-size: 16px;
}
nav.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
  display: inline-block;
  margin-left: 0;
  position: relative;
  color: #fff;
}
nav.wp-block-query-pagination .wp-block-query-pagination-next-arrow::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 0px;
  font-family: "Font Awesome 6 Pro";
  color: #002147;
  font-size: 16px;
}
nav.wp-block-query-pagination div.wp-block-query-pagination-numbers {
  display: flex;
  gap: 10px;
}
nav.wp-block-query-pagination div.wp-block-query-pagination-numbers span, nav.wp-block-query-pagination div.wp-block-query-pagination-numbers a {
  display: flex;
  width: 41px;
  height: 41px;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 60px;
  border: 1px solid #F4F1F1;
  background: #FFF;
  color: #002147;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
nav.wp-block-query-pagination div.wp-block-query-pagination-numbers span.page-numbers.current {
  background: #002147;
  color: #fff;
}
@media (max-width: 1200px) {
  body.home div.wp-site-blocks div.entry-content > div.wp-block-columns.has-bleu-background-color > div.wp-block-column:first-of-type {
    flex-basis: 66% !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  body.home div.wp-site-blocks div.entry-content > div.wp-block-columns.has-bleu-background-color > div.wp-block-column:last-of-type {
    flex-basis: 34% !important;
    align-content: center;
    padding-right: 20px;
  }
  body.home div.wp-site-blocks div.entry-content > div.wp-block-columns.has-bleu-background-color > div.wp-block-column:last-of-type figure {
    float: none;
    margin-left: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  body.home .activites-haras {
    padding: 30px !important;
  }
}
body.home .activites, body.home .activites-2 {
  position: relative;
  /* Reste dans le flux */
  transform: translateX(100vw);
  /* Commence hors de l'écran à droite */
  transition: transform 1s ease-out;
}
body.home .activites.visible, body.home .activites-2.visible {
  transform: translateX(0);
}
@media (max-width: 1300px) {
  body.home .activites, body.home .activites-2 {
    transform: translateX(0vw);
  }
}
body.home .diaporama-activites {
  position: relative;
  /* Reste dans le flux */
  transform: translateX(-100vw);
  /* Commence hors de l'écran à droite */
  transition: transform 1s ease-out;
}
body.home .diaporama-activites.visible {
  transform: translateX(0);
}
@media (max-width: 1300px) {
  body.home .diaporama-activites {
    transform: translateX(0vw);
  }
}
body.home ul.actu-accueil {
  list-style: none;
  padding: 0;
}
body.home ul.actu-accueil li {
  opacity: 0;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}
body.home ul.actu-accueil li:nth-child(1) {
  transform: translateX(-100vw);
}
@media (max-width: 1300px) {
  body.home ul.actu-accueil li:nth-child(1) {
    transform: translateX(0vw);
    opacity: 1;
  }
}
body.home ul.actu-accueil li:nth-child(2) {
  transform: translateY(100vw);
}
@media (max-width: 1300px) {
  body.home ul.actu-accueil li:nth-child(2) {
    transform: translateX(0vw);
    opacity: 1;
  }
}
body.home ul.actu-accueil li:nth-child(3) {
  transform: translateX(100vh);
}
@media (max-width: 1300px) {
  body.home ul.actu-accueil li:nth-child(3) {
    transform: translateX(0vw);
    opacity: 1;
  }
}
body.home ul.actu-accueil.visible li {
  opacity: 1;
  transform: translateX(0) translateY(0);
}
div.card_catalogue {
  background-color: #002147;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  border: 1px solid #F4F1F1;
  margin-bottom: 20px;
  padding: 30px;
  padding-bottom: 40px;
}
div.card_catalogue div.text {
  text-align: center;
}
div.card_catalogue div.catalogue_titre {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 20px;
  color: #fff;
}
div.card_catalogue div.catalogue_description {
  color: #D1C8C8;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
div.card_catalogue div.picture {
  text-align: center;
  margin-top: 14px;
  margin-top: 14px;
  margin-bottom: 22px;
  margin-left: 22px;
  margin-right: 22px;
}
div.card_catalogue div.picture img {
  max-width: 100%;
  height: auto;
}
div.card_catalogue div.link {
  text-align: center;
}
div.card_catalogue div.link a {
  text-decoration: none;
  background-color: #BE8F25;
  padding: 8px 15px;
  border-radius: 50px;
  font-weight: 500;
  color: #fff;
}
div.card_catalogue div.link a:hover {
  opacity: 0.8;
}
body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  overflow-x: hidden;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body * {
  box-sizing: border-box;
}
body .entry-content {
  margin-block-start: 0;
}
body p {
  line-height: 22px;
}
a:where(:not(.wp-element-button)) {
  text-decoration: none !important;
}
div.yoast-breadcrumbs {
  font-size: 14px;
}
div.yoast-breadcrumbs a {
  text-decoration: none;
  color: #717E8D;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
div.yoast-breadcrumbs a:hover {
  color: #002147;
}
div.yoast-breadcrumbs .breadcrumb_last strong {
  font-weight: 400;
}
div.yoast-breadcrumbs > span > span:first-of-type {
  position: relative;
  padding-left: 25px;
}
div.yoast-breadcrumbs > span > span:first-of-type strong {
  color: #717E8D;
}
div.yoast-breadcrumbs > span > span:first-of-type::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0;
  font-family: "Font Awesome 6 Pro";
  height: 16px;
}
div.share-block {
  position: relative;
  cursor: pointer;
  background-color: #fff;
  align-self: end;
}
div.share-block p.p-share {
  transition: all ease 0.3s;
}
div.share-block p.p-share:hover {
  color: #002147;
}
div.share-block ul.reseaux {
  position: absolute;
  top: 4px;
  right: 0;
  opacity: 0;
  z-index: -1;
  transition: all ease-in 0.3s;
  gap: 8px;
}
div.share-block ul.reseaux.show {
  bottom: 0;
  right: 0;
  top: 12px;
  opacity: 1;
  z-index: 1;
}
figure.wp-block-post-featured-image {
  height: auto;
  max-height: 640px;
}
figure.wp-block-post-featured-image img {
  max-height: 640px;
  object-position: top;
}
figure.wp-block-post-featured-image img.image-Haute {
  object-position: top;
}
figure.wp-block-post-featured-image img.image-Milieu {
  object-position: center;
}
figure.wp-block-post-featured-image img.image-Bas {
  object-position: bottom;
}
img {
  object-fit: cover;
}
a {
  transition: all ease-in-out 0.2s;
}
a.wp-block-post-excerpt__more-link {
  text-decoration: none;
  background-color: #BE8F25;
  padding: 8px 10px;
  border-radius: 50px;
  font-weight: 500;
  color: #fff;
}
a.wp-block-post-excerpt__more-link:hover {
  opacity: 0.8;
}
h1.has-text-align-center, h2.has-text-align-center {
  position: relative;
  margin-bottom: 30px;
}
h1.has-text-align-center::before, h2.has-text-align-center::before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background-color: #BE8F25;
}
h1:not(.has-text-align-center), h2:not(.has-text-align-center) {
  position: relative;
  margin-bottom: 30px;
}
h1:not(.has-text-align-center)::before, h2:not(.has-text-align-center)::before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0%;
  width: 40px;
  height: 3px;
  background-color: #BE8F25;
}
div.contact-form div.contact-form-champs {
  gap: 15px;
  display: flex;
  flex-wrap: wrap;
}
div.contact-form div.contact-form-champs p {
  display: inline-block;
  width: calc(50% - 8px);
  margin: 0;
}
div.contact-form div.contact-form-champs p label {
  font-size: 16px;
  font-weight: 600;
  color: #002147;
  line-height: 26px;
}
div.contact-form div.contact-form-champs p span input {
  border-radius: 8px;
  border: 2px solid #F4F1F1;
  font-size: 16px;
  padding: 11px 22px;
  color: #7F8898;
  font-weight: 400;
  margin-top: 5px;
  width: 100%;
}
div.contact-form div.contact-form-champs p:last-of-type {
  width: 100%;
}
@media (max-width: 630px) {
  div.contact-form div.contact-form-champs p {
    width: 100%;
  }
}
div.contact-form div.contact-form-champs div.textarea {
  width: 100%;
}
div.contact-form div.contact-form-champs div.textarea p {
  width: 100%;
}
div.contact-form div.contact-form-champs div.textarea textarea {
  border-radius: 8px;
  margin-top: 5px;
  width: 100%;
  border-radius: 8px;
  border: 2px solid #F4F1F1;
  font-size: 16px;
  padding: 11px 22px;
  color: #7F8898;
  font-weight: 400;
}
div.contact-form div.checkbox {
  width: 100%;
}
div.contact-form div.checkbox p, div.contact-form div.checkbox label {
  color: #717E8D;
  font-weight: 400;
}
div.contact-form div.checkbox a {
  color: #002147;
}
div.contact-form div.checkbox input {
  width: auto;
}
div.contact-form div.checkbox .wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0em;
}
div.contact-form div.button {
  width: 100%;
  text-align: center;
}
div.contact-form div.button p {
  position: relative;
  display: inline-block;
}
div.contact-form div.button input {
  height: 42px;
  padding: 10px 20px;
  gap: 5px;
  flex-shrink: 0;
  background-color: #BE8F25;
  color: #FFF;
  border-radius: 80px;
  border: 0px;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}
div.contact-form .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
  position: absolute;
}
div#page-contact div.wp-block-group.has-border-color p.has-jaune-background-color {
  display: inline-block;
}
div#page-contact div#contact-infos, div#page-contact div#contact-rejoindre {
  position: relative;
}
div#page-contact div#contact-infos::before, div#page-contact div#contact-rejoindre::before {
  content: "";
  position: absolute;
  top: -32px;
  left: -22px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  border-radius: 100%;
  background-color: #002147;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: #fff;
}
@media (max-width: 650px) {
  div#page-contact div#contact-infos, div#page-contact div#contact-rejoindre {
    flex-wrap: wrap !important;
    width: 100%;
  }
}
div#page-contact div#contact-rejoindre::before {
  content: "";
}
div#page-contact div#contact-cards {
  flex-wrap: wrap;
}
@media (max-width: 1180px) {
  div#page-contact > div.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:first-of-type {
    flex-basis: 100% !important;
  }
  div#page-contact > div.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:first-of-type > div {
    padding-left: 25px !important;
  }
  div#page-contact > div.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:first-of-type > div div#contact-infos, div#page-contact > div.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:first-of-type > div div#contact-rejoindre {
    position: relative;
  }
  div#page-contact > div.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:first-of-type > div div#contact-infos::before, div#page-contact > div.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:first-of-type > div div#contact-rejoindre::before {
    top: -40px;
    left: -10px;
  }
  div#page-contact > div.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:last-of-type {
    display: none;
  }
}
@media (max-width: 768px) {
  body.home header {
    background: none;
  }
}
a.wp-block-button__link.has-bleu-color.has-jaune-background-color.has-text-color.has-background.has-link-color.wp-element-button {
  transition: color ease-in-out 0.1s;
}
a.wp-block-button__link.has-bleu-color.has-jaune-background-color.has-text-color.has-background.has-link-color.wp-element-button:hover {
  color: #717E8D !important;
}
@media (max-width: 768px) {
  :root {
    --wp--preset--font-size--small: 14px;
    --wp--preset--font-size--medium: 16px;
    --wp--preset--font-size--large: 20px;
    --wp--preset--font-size--x-large: 22px;
    --wp--preset--font-size--xx-large: 32px;
  }
  :root :where(.wp-element-button, .wp-block-button__link) {
    font-size: 14px;
  }
}
.tarteaucitronAlertBigBottom {
  background-color: #002147 !important;
}
