@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
.site-loader {
  position: fixed;
  inset: 0;
  z-index: 2147483646;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.site-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.site-loader__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 999px;
  background: rgba(29, 29, 29, 0.82);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25);
}
.site-loader__spinner {
  width: 42px;
  height: 42px;
  border: 4px solid rgba(255, 255, 255, 0.2);
  border-top-color: var(--wp--preset--color--primary);
  border-right-color: rgba(205, 157, 65, 0.55);
  border-radius: 50%;
  animation: equideclic-site-loader-spin 0.8s linear infinite;
}
@keyframes equideclic-site-loader-spin {
  to {
    transform: rotate(360deg);
  }
}
header {
  background: var(--wp--preset--color--secondary);
  padding: 20px;
  gap: 0;
}
header > * {
  flex: 0 0 auto;
}
header > div.wp-block-group {
  padding: 20px 40px;
  border-radius: 20px;
  border: 1px solid rgba(205, 157, 65, 0.3);
  background: var(--wp--preset--color--secondary);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 1300px) {
  header > div.wp-block-group {
    padding-left: 20px !important;
  }
}
@media (max-width: 1200px) {
  header > div.wp-block-group {
    justify-content: space-between;
    align-items: center;
    padding-right: 20px !important;
  }
}
header svg {
  width: 14px !important;
  height: 16px !important;
  stroke: var(--wp--preset--color--primary) !important;
  margin-top: -3px !important;
}
header .wp-classic-menu-block.navigation-header {
  width: 100%;
  flex: auto;
  gap: 0;
  order: 2;
}
@media (max-width: 940px) {
  header .wp-classic-menu-block.navigation-header {
    row-gap: 15px;
  }
}
header .wp-classic-menu-block.navigation-header > ul {
  gap: 25px;
  display: flex;
  justify-content: center;
}
header .wp-classic-menu-block.navigation-header > ul li {
  padding-right: 0;
}
header .wp-classic-menu-block.navigation-header li.menu-item-has-children > a {
  padding-right: 21px;
  position: relative;
}
header .wp-classic-menu-block.navigation-header li.menu-item-has-children > a::after {
  position: absolute;
  right: 0;
  top: 9px;
  content: "";
  width: 14px;
  height: 16px;
  background: url("../images/angle-down.png") no-repeat 0 0;
  background-size: contain;
}
header .wp-classic-menu-block.navigation-header ul li a {
  color: #fff;
  text-decoration: none;
  color: var(--White, #FFF);
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}
header .wp-classic-menu-block.navigation-header ul li a:hover, header .wp-classic-menu-block.navigation-header ul li a:active {
  color: var(--wp--preset--color--primary);
}
header .wp-classic-menu-block.navigation-header ul.sub-menu {
  background-color: var(--wp--preset--color--secondary);
  border-radius: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  transform: translateX(-18px);
  z-index: 99;
  min-width: 205px;
}
header .wp-classic-menu-block.navigation-header ul.sub-menu li {
  margin-left: unset;
  background-color: transparent;
  padding: 9px 18px;
}
header .wp-classic-menu-block.navigation-header ul.menu > li.current_page_item > a {
  color: var(--wp--preset--color--primary);
}
header .wp-classic-menu-block.navigation-header li.current-menu-parent > a {
  color: var(--wp--preset--color--primary);
}
header .wp-classic-menu-block.navigation-header li.current-menu-parent li.current-menu-item a {
  color: var(--wp--preset--color--primary);
}
@media (max-width: 767px) {
  header .wp-classic-menu-block.navigation-header {
    width: auto;
    flex: unset;
    order: 3;
  }
}
header .navigation-langue {
  order: 3;
  margin-left: 15px;
  position: relative;
  color: #fff;
  gap: 4px;
  display: flex;
  align-items: center;
  font-weight: 500;
}
header .navigation-langue ul li a {
  color: #fff;
  text-decoration: none;
  color: var(--White, #FFF);
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}
header .navigation-langue ul li a:hover, header .navigation-langue ul li a:active {
  color: var(--wp--preset--color--primary);
}
header .navigation-langue:before {
  content: "";
  color: var(--White, #FFF);
  text-align: center;
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 2px;
}
header .navigation-langue select {
  width: auto;
  border: none;
  background: transparent;
  color: var(--wp--preset--color--white);
  font-size: 18px;
  padding: 0;
}
@media (max-width: 1280px) {
  header .navigation-langue {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  header .navigation-langue {
    margin-left: auto;
    order: 2;
  }
}
header #menu-item-1710, header #menu-item-1711, header #menu-item-1713, header #menu-item-1714, header #menu-item-2426, header #menu-item-2432 {
  display: none !important;
}
@media (max-width: 767px) {
  header #menu-item-1710, header #menu-item-1711, header #menu-item-1713, header #menu-item-1714, header #menu-item-2426, header #menu-item-2432 {
    display: flex !important;
  }
}
header .menu-contact {
  order: 4;
  border-radius: 500px;
  border: 1px solid var(--wp--preset--color--primary);
  padding: 7px 16px 8px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
header .menu-contact li {
  padding-right: 0 !important;
}
header .menu-contact a {
  gap: 10px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
}
header .menu-contact a::after {
  color: var(--White, #FFF);
  text-align: center;
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  content: "";
}
@media (max-width: 767px) {
  header .menu-contact {
    display: none;
  }
}
header .menu-contact:hover {
  background-color: var(--wp--preset--color--primary);
}
header .compte {
  order: 5;
}
header .compte li {
  padding-right: 0 !important;
}
header .compte a {
  color: transparent;
  height: 40px;
  width: 40px;
  font-size: 10px;
  position: relative;
  display: inline-block;
}
header .compte a:after {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--White, #FFF);
  text-align: center;
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  content: "";
  border: 1px solid var(--wp--preset--color--primary);
  display: block;
  padding: 11px 9px;
  border-radius: 100%;
}
header .compte a:hover:after {
  background-color: var(--wp--preset--color--primary);
}
@media (max-width: 767px) {
  header .compte {
    display: none;
  }
}
header .wp-block-site-logo {
  order: 1;
}
header .wp-block-site-logo img {
  max-width: unset !important;
}
@media (max-width: 1399px) {
  header .wp-block-site-logo img {
    max-width: 100% !important;
  }
}
@media (max-width: 1199px) {
  header .wp-block-site-logo img {
    max-width: 145px !important;
  }
}
@media (max-width: 767px) {
  header .wp-block-site-logo {
    max-width: 145px;
  }
  header .wp-block-site-logo img {
    max-width: 100% !important;
  }
}
header .menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  order: 6;
}
header .menu-toggle > div {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
header .menu-toggle a {
  color: transparent !important;
  border: none !important;
  position: relative;
  width: 32px !important;
  height: 34px;
  padding: 0;
}
header .menu-toggle a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  color: var(--White, #FFF);
  text-align: center;
  font-family: "Font Awesome 6 Pro";
  font-size: 32px;
}
header .menu-close {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: transparent;
  border: none !important;
}
@media (max-width: 1280px) {
  header body.menu-open .menu-toggle {
    display: none;
  }
  header .menu-close {
    position: fixed;
    top: 50px;
    right: 30px;
    z-index: 10001;
  }
  header .menu-close a.wp-block-button__link.wp-element-button {
    color: transparent !important;
    border: none !important;
    position: relative;
  }
  header .menu-close a.wp-block-button__link.wp-element-button:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    transform: translate(-50%, -50%);
    background: url(../images/close.svg) no-repeat 0 0;
    background-size: contain;
    width: 24px;
    height: 24px;
  }
  .menu-open header .menu-close {
    display: block;
  }
  .menu-open header .menu-toggle {
    display: none;
  }
  header .menu-toggle {
    display: flex;
    gap: 5px;
    margin: 0;
  }
  header .navigation-header {
    display: none;
    gap: 16px;
    padding: 20px;
    background: var(--wp--preset--color--secondary);
    position: fixed;
    inset: 0;
    margin: 0;
    z-index: 10000;
  }
  header .navigation-header ul {
    flex-direction: column;
  }
  header .navigation-header > ul {
    gap: 8px !important;
  }
  header .navigation-header ul li a {
    font-size: 16px !important;
  }
  header .navigation-header ul.sub-menu {
    position: static;
    min-width: unset !important;
    transform: translateX(0) !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  header .navigation-header ul.sub-menu li {
    padding: 3px 18px !important;
  }
  header .navigation-header ul.sub-menu li a {
    color: #fff;
    font-weight: 400;
    font-size: var(--wp--preset--font-size--x-small);
  }
  header .navigation-header.is-open {
    display: flex;
  }
}
.citation-footer-en, .autres-en {
  display: none;
}
html[lang^="en"] .citation-footer-fr, html[lang^="en"] .autres-fr {
  display: none;
}
html[lang^="en"] .citation-footer-en, html[lang^="en"] .autres-en {
  display: block;
}
footer {
  margin-block-start: 0;
}
footer .citation-footer {
  position: relative;
}
footer .citation-footer figure {
  position: absolute;
  top: -42px;
  left: 0;
}
footer .citation-footer p {
  padding-left: 50px;
  margin: 0;
}
footer a {
  text-decoration: none;
}
footer .wp-classic-menu-block ul.menu a, footer .wp-classic-menu-block ul.menu p {
  margin-bottom: 5px;
  font-style: normal;
  font-weight: 500;
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--primary);
}
footer .wp-classic-menu-block ul.sub-menu {
  position: static;
}
footer .wp-classic-menu-block ul.sub-menu li a {
  color: #fff;
  font-weight: 400;
  font-size: var(--wp--preset--font-size--x-small);
}
footer .wp-classic-menu-block ul.sub-menu li a:hover {
  color: var(--wp--preset--color--primary);
}
footer .wp-classic-menu-block.menu-autres {
  margin-top: 0;
}
footer .wp-classic-menu-block.menu-autres ul li {
  display: block;
}
footer .wp-classic-menu-block.menu-autres ul li a {
  color: #fff;
  font-weight: 400;
  font-size: var(--wp--preset--font-size--x-small);
}
footer .footer-end .wp-classic-menu-block ul.menu a {
  font-style: normal;
  font-weight: 500;
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--secondary);
}
footer .footer-end .wp-classic-menu-block ul.menu a:hover {
  color: #fff;
}
@media (max-width: 1600px) {
  footer div.d-flex {
    padding-left: 32px !important;
  }
  footer div.d-flex .wp-block-columns .wp-block-column .wp-block-group .wp-block-columns {
    gap: 2em 20px !important;
  }
  footer div.d-flex > .wp-block-columns {
    flex-wrap: wrap !important;
  }
  footer div.d-flex > .wp-block-columns > .wp-block-column:first-of-type {
    flex-basis: 21% !important;
  }
  footer div.d-flex > .wp-block-columns > .wp-block-column:nth-of-type(2) {
    flex-basis: 31% !important;
  }
  footer div.d-flex > .wp-block-columns > .wp-block-column:last-of-type {
    flex-basis: 45% !important;
    padding-left: 2% !important;
  }
  footer div.d-flex > .wp-block-columns > .wp-block-column:last-of-type div.wp-block-columns {
    justify-content: space-between;
    width: 100%;
    margin: 32px 0;
  }
}
@media (max-width: 1280px) {
  footer div.d-flex {
    padding-left: 32px !important;
  }
  footer div.d-flex .wp-block-columns .wp-block-column .wp-block-group .wp-block-columns {
    gap: 2em 20px !important;
  }
  footer div.d-flex > .wp-block-columns {
    flex-wrap: wrap !important;
  }
  footer div.d-flex > .wp-block-columns > .wp-block-column:first-of-type {
    flex-basis: 42% !important;
  }
  footer div.d-flex > .wp-block-columns > .wp-block-column:nth-of-type(2) {
    flex-basis: 48% !important;
  }
  footer div.d-flex > .wp-block-columns > .wp-block-column:last-of-type {
    flex-basis: 100% !important;
  }
  footer div.d-flex > .wp-block-columns > .wp-block-column:last-of-type div.wp-block-columns {
    justify-content: space-between;
    width: 100%;
    margin: 32px 0;
  }
  footer .footer-end {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}
@media (max-width: 920px) {
  footer div.d-flex > div.wp-block-columns {
    flex-wrap: wrap !important;
    gap: 32px;
  }
  footer div.d-flex > div.wp-block-columns > div.wp-block-column {
    flex-basis: 100% !important;
  }
  footer div.d-flex > div.wp-block-columns > div.wp-block-column > div.wp-block-group {
    justify-content: space-between;
  }
  footer div.d-flex > div.wp-block-columns > div.wp-block-column > div.wp-block-group > div {
    justify-content: space-between;
    width: 100%;
    gap: 30px 20px !important;
    max-width: unset;
  }
}
@media (max-width: 820px) {
  footer .citation-footer p {
    font-size: 22px !important;
    padding-left: 20px !important;
  }
}
@media (max-width: 781px) {
  footer div.d-flex > div.wp-block-columns > div.wp-block-column:first-of-type {
    flex-basis: 100% !important;
  }
  footer div.d-flex > div.wp-block-columns > div.wp-block-column:nth-of-type(2) {
    flex-basis: 100% !important;
  }
  footer div.d-flex > div.wp-block-columns > div.wp-block-column:last-of-type {
    flex-basis: 100% !important;
  }
  footer > div {
    padding-bottom: 30px !important;
  }
  footer > div > div {
    gap: 43px !important;
  }
  footer > div div.d-flex {
    padding-left: 21px !important;
    padding-right: 21px !important;
  }
  footer > div > div.wp-block-columns .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.menu-footer-1, footer > div > div.wp-block-columns .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.menu-footer-2 {
    flex-basis: 46% !important;
  }
  footer > div > div.wp-block-columns .wp-block-column.menu-footer-3 > div {
    flex-direction: row;
    gap: 20px;
  }
  footer > div > div.wp-block-columns .wp-block-column.menu-footer-3 > div > div {
    flex-basis: 46%;
  }
  footer > div > div.wp-block-columns > .wp-block-column:last-of-type ul {
    flex-direction: row;
    justify-content: start;
    margin: auto;
    float: none;
  }
  footer .footer-end {
    padding-left: 21px !important;
    padding-right: 21px !important;
    justify-content: center;
    align-items: center;
    gap: 10px !important;
    flex-wrap: wrap;
  }
  footer .footer-end li {
    width: 100%;
    text-align: center !important;
  }
}
@media (max-width: 781px) and (max-width: 600px) {
  footer > div > div.wp-block-columns > .wp-block-column:last-of-type ul {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  footer .footer-left {
    align-items: center;
    text-align: center;
  }
}
.yoast-breadcrumbs {
  color: var(--wp--preset--color--secondary);
  padding: 20px 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .yoast-breadcrumbs {
    padding: 20px 20px 0;
  }
}
.yoast-breadcrumbs .fa-house {
  color: var(--wp--preset--color--primary);
  font-size: 16px;
}
.yoast-breadcrumbs a {
  color: var(--wp--preset--color--secondary);
  text-decoration: none;
  font-size: 14px;
}
.yoast-breadcrumbs a:hover {
  color: var(--wp--preset--color--primary);
}
.yoast-breadcrumbs .breadcrumb_last {
  color: var(--wp--preset--color--primary);
  font-size: 14px;
}
.entry-content {
  padding-bottom: 80px;
}
body:not(.page-id-15, .page-id-11, .page-id-1366, .page-id-1343) .entry-content > .has-global-padding:not(.has-secondary-background-color, .wp-block-cover__inner-container) {
  padding-left: 62px;
  padding-right: 62px;
}
@media (max-width: 992px) {
  body:not(.page-id-15, .page-id-11, .page-id-1366, .page-id-1343) .entry-content > .has-global-padding:not(.has-secondary-background-color, .wp-block-cover__inner-container) {
    padding-left: 24px;
    padding-right: 24px;
  }
}
body.page-template-wp-custom-template-page-header-transparent header, body.post-template-wp-custom-template-publications-seules-avec-petite-image header {
  position: absolute;
  top: 0px;
  z-index: 9999;
  width: 100%;
  padding: 20px 20px 80px 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
}
body.page-template-wp-custom-template-page-header-transparent header > div.wp-block-group, body.post-template-wp-custom-template-publications-seules-avec-petite-image header > div.wp-block-group {
  padding: 20px 40px;
  border-radius: 0px;
  border: 0px;
  background: transparent;
  box-shadow: none;
}
@media (max-width: 767px) {
  body.page-template-wp-custom-template-page-header-transparent .groupe-banniere, body.post-template-wp-custom-template-publications-seules-avec-petite-image .groupe-banniere {
    padding: 10px 10px 18px 10px !important;
  }
}
body.page-template-wp-custom-template-page-header-transparent .btn-contenu, body.post-template-wp-custom-template-publications-seules-avec-petite-image .btn-contenu {
  position: absolute;
  right: 70px;
  bottom: 70px;
}
@media (max-width: 767px) {
  body.page-template-wp-custom-template-page-header-transparent .btn-contenu, body.post-template-wp-custom-template-publications-seules-avec-petite-image .btn-contenu {
    display: none;
  }
}
body.page-template-wp-custom-template-page-header-transparent .banniere-page, body.post-template-wp-custom-template-publications-seules-avec-petite-image .banniere-page {
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-radius: 20px;
  border: 1px solid rgba(205, 157, 65, 0.3);
  min-height: calc(100vh - 40px) !important;
  background: var(--Secondary, #2C2E31);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
}
body.page-template-wp-custom-template-page-header-transparent .banniere-page:before, body.post-template-wp-custom-template-publications-seules-avec-petite-image .banniere-page:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../images/semilly-blanc.png") no-repeat 15% 50%;
  background-size: contain;
  z-index: 99;
}
@media (max-width: 1023px) {
  body.page-template-wp-custom-template-page-header-transparent .banniere-page:before, body.post-template-wp-custom-template-publications-seules-avec-petite-image .banniere-page:before {
    background: url("../images/semilly-blanc.png") no-repeat 0 0;
    background-size: cover;
  }
}
@media (max-width: 1400px) {
  body.page-template-wp-custom-template-page-header-transparent .banniere-page, body.post-template-wp-custom-template-publications-seules-avec-petite-image .banniere-page {
    min-height: calc(80vh - 40px) !important;
  }
}
@media (max-width: 1260px) {
  body.page-template-wp-custom-template-page-header-transparent .banniere-page, body.post-template-wp-custom-template-publications-seules-avec-petite-image .banniere-page {
    min-height: calc(60vh - 40px) !important;
  }
}
@media (max-width: 1023px) {
  body.page-template-wp-custom-template-page-header-transparent .banniere-page, body.post-template-wp-custom-template-publications-seules-avec-petite-image .banniere-page {
    min-height: unset !important;
  }
}
@media (max-width: 820px) {
  body.page-id-17 .wp-block-media-text.is-stacked-on-mobile, body.page-id-1350 .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
  body.page-id-17 .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media, body.page-id-1350 .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
  body.page-id-17 .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content, body.page-id-1350 .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
    margin-top: 40px;
  }
  body.page-id-17 .entry-content .wp-block-media-text img, body.page-id-1350 .entry-content .wp-block-media-text img {
    border-radius: 0;
  }
  body.page-id-17 .entry-content .wp-block-media-text.has-media-on-the-right img, body.page-id-1350 .entry-content .wp-block-media-text.has-media-on-the-right img {
    border-radius: 0;
  }
  body.page-id-17 .entry-content .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media, body.page-id-1350 .entry-content .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
    padding: 0px;
  }
  body.page-id-17 .entry-content .wp-block-media-text__content > div, body.page-id-1350 .entry-content .wp-block-media-text__content > div {
    padding: 0 !important;
  }
}
body.page-id-19 .wp-block-media-text > .wp-block-media-text__media, body.page-id-1355 .wp-block-media-text > .wp-block-media-text__media {
  position: sticky;
  top: 115px;
  align-self: flex-start;
}
body.page-id-19 .wp-block-media-text > div, body.page-id-1355 .wp-block-media-text > div {
  opacity: 0;
  transform: translateX(100vw);
  transition: all 0.8s ease-out;
}
body.page-id-19 .wp-block-media-text > figure, body.page-id-1355 .wp-block-media-text > figure {
  opacity: 0;
  transform: translateX(-100vw);
  transition: all 0.8s ease-out;
}
body.page-id-19 .wp-block-media-text.visible > figure, body.page-id-1355 .wp-block-media-text.visible > figure {
  opacity: 1;
  transform: translateX(0);
}
body.page-id-19 .wp-block-media-text.visible > div, body.page-id-1355 .wp-block-media-text.visible > div {
  opacity: 1;
  transform: translateX(0);
}
body.page-id-19 .wp-block-media-text.has-media-on-the-right > div, body.page-id-1355 .wp-block-media-text.has-media-on-the-right > div {
  opacity: 0;
  transform: translateX(-100vw);
  transition: all 0.8s ease-out;
}
body.page-id-19 .wp-block-media-text.has-media-on-the-right > figure, body.page-id-1355 .wp-block-media-text.has-media-on-the-right > figure {
  opacity: 0;
  transform: translateX(100vw);
  transition: all 0.8s ease-out;
}
body.page-id-19 .wp-block-media-text.has-media-on-the-right.visible > figure, body.page-id-1355 .wp-block-media-text.has-media-on-the-right.visible > figure {
  opacity: 1;
  transform: translateX(0);
}
body.page-id-19 .wp-block-media-text.has-media-on-the-right.visible > div, body.page-id-1355 .wp-block-media-text.has-media-on-the-right.visible > div {
  opacity: 1;
  transform: translateX(0);
}
@media (max-width: 1300px) {
  body.page-id-19 .wp-block-media-text div, body.page-id-19 .wp-block-media-text figure, body.page-id-1355 .wp-block-media-text div, body.page-id-1355 .wp-block-media-text figure {
    opacity: 1 !important;
    transform: translateX(0) !important;
  }
}
@media (max-width: 820px) {
  body.page-id-19 .wp-block-media-text.is-stacked-on-mobile, body.page-id-1355 .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
  body.page-id-19 .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media, body.page-id-1355 .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
    position: static;
    padding: 20px;
  }
  body.page-id-19 .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content, body.page-id-1355 .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
    margin-top: 32px;
    padding: 0 !important;
  }
  body.page-id-19 .entry-content .wp-block-media-text img, body.page-id-1355 .entry-content .wp-block-media-text img {
    border-radius: 20px;
  }
  body.page-id-19 .entry-content .wp-block-media-text.has-media-on-the-right img, body.page-id-1355 .entry-content .wp-block-media-text.has-media-on-the-right img {
    border-radius: 20px;
  }
}
body.page-id-826 #menu-offres.is-visible, body.page-id-1346 #menu-offres.is-visible {
  transform: translateY(0);
  position: fixed;
  top: 20px;
  z-index: 999;
  left: 20px;
  right: 20px;
  transition: transform 0.3s ease;
}
body.page-id-826 #menu-offres .menu-offres, body.page-id-1346 #menu-offres .menu-offres {
  grid-template-columns: 1.2fr 1fr 0.5fr 1.3fr 1.4fr 1.6fr 0.8fr 0.5fr 0.8fr;
}
body.page-id-826 #menu-offres .menu-offres p, body.page-id-1346 #menu-offres .menu-offres p {
  text-align: center;
}
body.page-id-826 #menu-offres .menu-offres a, body.page-id-1346 #menu-offres .menu-offres a {
  text-decoration: none;
}
body.page-id-826 #menu-offres .menu-offres a:hover, body.page-id-1346 #menu-offres .menu-offres a:hover {
  color: var(--wp--preset--color--primary);
}
@media (max-width: 1280px) {
  body.page-id-826 #menu-offres, body.page-id-1346 #menu-offres {
    display: none;
  }
}
body.page-id-826 .offreanimation, body.page-id-1346 .offreanimation {
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.8s ease-out;
}
body.page-id-826 .offreanimation.visible, body.page-id-1346 .offreanimation.visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 1300px) {
  body.page-id-826 .offreanimation, body.page-id-1346 .offreanimation {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
}
body.page-id-826 .swiper-button-prev:after, body.page-id-826 .swiper-button-next:after, body.page-id-1346 .swiper-button-prev:after, body.page-id-1346 .swiper-button-next:after {
  content: none;
}
body.page-id-826 .swiper-wrapper, body.page-id-1346 .swiper-wrapper {
  align-items: stretch;
}
body.page-id-826 .swiper-slide, body.page-id-1346 .swiper-slide {
  height: auto;
  display: flex;
}
body.page-id-826 .swiper-slide > *, body.page-id-1346 .swiper-slide > * {
  width: 100%;
}
body.page-id-826 .wp-block-image, body.page-id-1346 .wp-block-image {
  width: 100%;
}
body.page-id-826 .wp-block-image a, body.page-id-1346 .wp-block-image a {
  width: 100%;
}
body.page-id-826 .wp-block-image img, body.page-id-1346 .wp-block-image img {
  width: 100%;
}
body.page-id-826 .offres-etalons-100, body.page-id-1346 .offres-etalons-100 {
  padding-left: calc((100vw - 1530px) / 2) !important;
}
@media (max-width: 1680px) {
  body.page-id-826 .offres-etalons-100, body.page-id-1346 .offres-etalons-100 {
    padding-left: 80px !important;
  }
}
@media (max-width: 992px) {
  body.page-id-826 .offres-etalons-100, body.page-id-1346 .offres-etalons-100 {
    padding-left: 45px !important;
    padding-right: 24px !important;
  }
}
@media (max-width: 1100px) {
  body.page-id-826 .offres-etalons-50, body.page-id-1346 .offres-etalons-50 {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.semilly-mini-card-cheval {
  overflow: hidden;
}
.semilly-mini-card-cheval a {
  text-decoration: none;
  overflow: hidden;
}
.semilly-mini-card-cheval a img {
  transition: all 0.3s ease-in-out;
}
.semilly-mini-card-cheval a:hover img {
  transform: scale(1.1);
}
body.page-id-11 .entry-content p, body.page-id-11 .entry-content li, body.page-id-1366 .entry-content p, body.page-id-1366 .entry-content li {
  text-align: justify;
}
@media (max-width: 1024px) {
  body.page-id-11 .entry-content p, body.page-id-11 .entry-content li, body.page-id-1366 .entry-content p, body.page-id-1366 .entry-content li {
    text-align: left;
  }
}
body.page-id-11 .entry-content img, body.page-id-1366 .entry-content img {
  border-radius: 20px;
  object-fit: cover;
}
body.page-id-11 .entry-content .wp-block-media-text img, body.page-id-1366 .entry-content .wp-block-media-text img {
  border-radius: 0 20px 20px 0;
}
body.page-id-11 .entry-content .wp-block-media-text.has-media-on-the-right img, body.page-id-1366 .entry-content .wp-block-media-text.has-media-on-the-right img {
  border-radius: 20px 0 0 20px;
}
body.page-id-11 .wp-block-group.groupe-plus.w-100.has-global-padding, body.page-id-1366 .wp-block-group.groupe-plus.w-100.has-global-padding {
  padding-left: 0;
}
body.page-id-11 .wp-block-group.groupe-plus.w-100.has-global-padding .wp-block-media-text__media, body.page-id-1366 .wp-block-group.groupe-plus.w-100.has-global-padding .wp-block-media-text__media {
  position: static;
}
body.page-id-11 .wp-block-media-text.groupe-plus .wp-block-media-text__media, body.page-id-1366 .wp-block-media-text.groupe-plus .wp-block-media-text__media {
  position: static;
}
body.page-id-11 #menu-prestations.is-visible, body.page-id-1366 #menu-prestations.is-visible {
  transform: translateY(0);
  position: fixed;
  top: 20px;
  z-index: 999;
  left: 20px;
  right: 20px;
  transition: transform 0.3s ease;
}
body.page-id-11 #menu-prestations .menu-prestations, body.page-id-1366 #menu-prestations .menu-prestations {
  grid-template-columns: 1fr 1fr 1.3fr 0.9fr 1fr 1fr 0.9fr 1fr;
}
body.page-id-11 #menu-prestations .menu-prestations p, body.page-id-1366 #menu-prestations .menu-prestations p {
  text-align: center;
}
body.page-id-11 #menu-prestations .menu-prestations a, body.page-id-1366 #menu-prestations .menu-prestations a {
  text-decoration: none;
}
body.page-id-11 #menu-prestations .menu-prestations a:hover, body.page-id-1366 #menu-prestations .menu-prestations a:hover {
  color: var(--wp--preset--color--primary);
}
@media (max-width: 1280px) {
  body.page-id-11 #menu-prestations, body.page-id-1366 #menu-prestations {
    display: none;
  }
}
body.page-id-11 .more-text, body.page-id-11 .more-text-2, body.page-id-1366 .more-text, body.page-id-1366 .more-text-2 {
  display: none;
  transition: all 0.3s ease;
}
body.page-id-11 .more-text-2, body.page-id-1366 .more-text-2 {
  margin: auto;
}
body.page-id-11 .img-reqs, body.page-id-1366 .img-reqs {
  position: absolute;
  right: -70%;
  top: 50%;
}
body.page-id-11 .toggle-more a, body.page-id-11 .toggle-more-2 a, body.page-id-1366 .toggle-more a, body.page-id-1366 .toggle-more-2 a {
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.page-id-11 .toggle-more a:hover, body.page-id-11 .toggle-more-2 a:hover, body.page-id-1366 .toggle-more a:hover, body.page-id-1366 .toggle-more-2 a:hover {
  color: var(--wp--preset--color--primary);
}
body.page-id-11 .toggle-more a span, body.page-id-11 .toggle-more-2 a span, body.page-id-1366 .toggle-more a span, body.page-id-1366 .toggle-more-2 a span {
  display: flex;
  width: 36px;
  padding: 10px 9px 13px;
  justify-content: center;
  align-items: center;
  border-radius: 500px;
  border: 1px solid var(--wp--preset--color--primary);
  height: 36px;
  font-size: 26px;
  line-height: 1.8;
}
body.page-id-11 .wp-block-media-text > .wp-block-media-text__media, body.page-id-1366 .wp-block-media-text > .wp-block-media-text__media {
  position: sticky;
  top: 115px;
  align-self: flex-start;
}
@media (max-width: 1150px) {
  body.page-id-11 #transfert-embryon .wp-block-media-text, body.page-id-1366 #transfert-embryon .wp-block-media-text {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  body.page-id-11 #transfert-embryon .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media, body.page-id-1366 #transfert-embryon .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
    padding: 0px;
  }
  body.page-id-11 #transfert-embryon .wp-block-media-text__content > div, body.page-id-1366 #transfert-embryon .wp-block-media-text__content > div {
    padding: 0 !important;
  }
  body.page-id-11 .wp-block-media-text.is-stacked-on-mobile, body.page-id-1366 .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
  body.page-id-11 .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media, body.page-id-1366 .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
    position: static;
    padding: 20px;
  }
  body.page-id-11 .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content, body.page-id-1366 .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
    margin-top: 32px;
    padding: 0 !important;
  }
  body.page-id-11 .entry-content .wp-block-media-text img, body.page-id-1366 .entry-content .wp-block-media-text img {
    border-radius: 20px;
  }
  body.page-id-11 .entry-content .wp-block-media-text.has-media-on-the-right img, body.page-id-1366 .entry-content .wp-block-media-text.has-media-on-the-right img {
    border-radius: 20px;
  }
}
body.page-id-11 .wp-block-media-text > div, body.page-id-1366 .wp-block-media-text > div {
  opacity: 0;
  transform: translateX(100vw);
  transition: all 0.8s ease-out;
}
body.page-id-11 .wp-block-media-text > figure, body.page-id-1366 .wp-block-media-text > figure {
  opacity: 0;
  transform: translateX(-100vw);
  transition: all 0.8s ease-out;
}
body.page-id-11 .wp-block-media-text.visible > figure, body.page-id-1366 .wp-block-media-text.visible > figure {
  opacity: 1;
  transform: translateX(0);
}
body.page-id-11 .wp-block-media-text.visible > div, body.page-id-1366 .wp-block-media-text.visible > div {
  opacity: 1;
  transform: translateX(0);
}
body.page-id-11 .wp-block-media-text.has-media-on-the-right > div, body.page-id-1366 .wp-block-media-text.has-media-on-the-right > div {
  opacity: 0;
  transform: translateX(-100vw);
  transition: all 0.8s ease-out;
}
body.page-id-11 .wp-block-media-text.has-media-on-the-right > figure, body.page-id-1366 .wp-block-media-text.has-media-on-the-right > figure {
  opacity: 0;
  transform: translateX(100vw);
  transition: all 0.8s ease-out;
}
body.page-id-11 .wp-block-media-text.has-media-on-the-right.visible > figure, body.page-id-1366 .wp-block-media-text.has-media-on-the-right.visible > figure {
  opacity: 1;
  transform: translateX(0);
}
body.page-id-11 .wp-block-media-text.has-media-on-the-right.visible > div, body.page-id-1366 .wp-block-media-text.has-media-on-the-right.visible > div {
  opacity: 1;
  transform: translateX(0);
}
@media (max-width: 1300px) {
  body.page-id-11 .wp-block-media-text div, body.page-id-11 .wp-block-media-text figure, body.page-id-1366 .wp-block-media-text div, body.page-id-1366 .wp-block-media-text figure {
    opacity: 1 !important;
    transform: translateX(0) !important;
  }
}
body.page-id-17 .entry-content p, body.page-id-17 .entry-content li, body.page-id-19 .entry-content p, body.page-id-19 .entry-content li, body.page-id-21 .entry-content p, body.page-id-21 .entry-content li, body.page-id-1355 .entry-content p, body.page-id-1355 .entry-content li, body.page-id-1350 .entry-content p, body.page-id-1350 .entry-content li, body.page-id-1357 .entry-content p, body.page-id-1357 .entry-content li {
  text-align: justify;
}
@media (max-width: 1024px) {
  body.page-id-17 .entry-content p, body.page-id-17 .entry-content li, body.page-id-19 .entry-content p, body.page-id-19 .entry-content li, body.page-id-21 .entry-content p, body.page-id-21 .entry-content li, body.page-id-1355 .entry-content p, body.page-id-1355 .entry-content li, body.page-id-1350 .entry-content p, body.page-id-1350 .entry-content li, body.page-id-1357 .entry-content p, body.page-id-1357 .entry-content li {
    text-align: left;
  }
}
body.page-id-60 .entry-content, body.page-id-1362 .entry-content, body.page-id-13 .entry-content, body.page-id-1435 .entry-content, body.page-id-39 .entry-content, body.page-id-1369 .entry-content, body.page-id-42 .entry-content, body.page-id-1371 .entry-content, body.page-id-17 .entry-content, body.page-id-19 .entry-content, body.page-id-21 .entry-content, body.page-id-1355 .entry-content, body.page-id-1350 .entry-content, body.page-id-1357 .entry-content, body.page-id-11 .entry-content, body.page-id-1366 .entry-content, body.page-id-826 .entry-content, body.page-id-1346 .entry-content {
  background: url(../images/semilly-fiche-etalon-presentation.svg) no-repeat;
  background-position-y: 0;
  background-position-x: left;
  background-attachment: fixed;
  background-size: 33%;
}
body.page-id-60 .entry-content .wp-block-button__link.has-secondary-background-color, body.page-id-1362 .entry-content .wp-block-button__link.has-secondary-background-color, body.page-id-13 .entry-content .wp-block-button__link.has-secondary-background-color, body.page-id-1435 .entry-content .wp-block-button__link.has-secondary-background-color, body.page-id-39 .entry-content .wp-block-button__link.has-secondary-background-color, body.page-id-1369 .entry-content .wp-block-button__link.has-secondary-background-color, body.page-id-42 .entry-content .wp-block-button__link.has-secondary-background-color, body.page-id-1371 .entry-content .wp-block-button__link.has-secondary-background-color, body.page-id-17 .entry-content .wp-block-button__link.has-secondary-background-color, body.page-id-19 .entry-content .wp-block-button__link.has-secondary-background-color, body.page-id-21 .entry-content .wp-block-button__link.has-secondary-background-color, body.page-id-1355 .entry-content .wp-block-button__link.has-secondary-background-color, body.page-id-1350 .entry-content .wp-block-button__link.has-secondary-background-color, body.page-id-1357 .entry-content .wp-block-button__link.has-secondary-background-color, body.page-id-11 .entry-content .wp-block-button__link.has-secondary-background-color, body.page-id-1366 .entry-content .wp-block-button__link.has-secondary-background-color, body.page-id-826 .entry-content .wp-block-button__link.has-secondary-background-color, body.page-id-1346 .entry-content .wp-block-button__link.has-secondary-background-color {
  background-color: var(--wp--preset--color--secondary);
  background-image: url("../images/arrow-right.svg");
  border: 1px solid var(--wp--preset--color--secondary);
  display: flex;
  padding: 11px 55px 13px 20px !important;
  align-items: center;
  gap: 13px;
  border-radius: 500px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 13px);
  background-position-y: 50%;
  background-size: 30px;
}
body.page-id-60 .entry-content .wp-block-button__link.has-secondary-background-color:hover, body.page-id-1362 .entry-content .wp-block-button__link.has-secondary-background-color:hover, body.page-id-13 .entry-content .wp-block-button__link.has-secondary-background-color:hover, body.page-id-1435 .entry-content .wp-block-button__link.has-secondary-background-color:hover, body.page-id-39 .entry-content .wp-block-button__link.has-secondary-background-color:hover, body.page-id-1369 .entry-content .wp-block-button__link.has-secondary-background-color:hover, body.page-id-42 .entry-content .wp-block-button__link.has-secondary-background-color:hover, body.page-id-1371 .entry-content .wp-block-button__link.has-secondary-background-color:hover, body.page-id-17 .entry-content .wp-block-button__link.has-secondary-background-color:hover, body.page-id-19 .entry-content .wp-block-button__link.has-secondary-background-color:hover, body.page-id-21 .entry-content .wp-block-button__link.has-secondary-background-color:hover, body.page-id-1355 .entry-content .wp-block-button__link.has-secondary-background-color:hover, body.page-id-1350 .entry-content .wp-block-button__link.has-secondary-background-color:hover, body.page-id-1357 .entry-content .wp-block-button__link.has-secondary-background-color:hover, body.page-id-11 .entry-content .wp-block-button__link.has-secondary-background-color:hover, body.page-id-1366 .entry-content .wp-block-button__link.has-secondary-background-color:hover, body.page-id-826 .entry-content .wp-block-button__link.has-secondary-background-color:hover, body.page-id-1346 .entry-content .wp-block-button__link.has-secondary-background-color:hover {
  border: 1px solid var(--wp--preset--color--primary);
}
body.page-id-60 .entry-content img, body.page-id-1362 .entry-content img, body.page-id-13 .entry-content img, body.page-id-1435 .entry-content img, body.page-id-39 .entry-content img, body.page-id-1369 .entry-content img, body.page-id-42 .entry-content img, body.page-id-1371 .entry-content img, body.page-id-17 .entry-content img, body.page-id-19 .entry-content img, body.page-id-21 .entry-content img, body.page-id-1355 .entry-content img, body.page-id-1350 .entry-content img, body.page-id-1357 .entry-content img, body.page-id-11 .entry-content img, body.page-id-1366 .entry-content img, body.page-id-826 .entry-content img, body.page-id-1346 .entry-content img {
  max-height: 100vh;
}
body.page-id-60 .entry-content .whatsapp img, body.page-id-1362 .entry-content .whatsapp img, body.page-id-13 .entry-content .whatsapp img, body.page-id-1435 .entry-content .whatsapp img, body.page-id-39 .entry-content .whatsapp img, body.page-id-1369 .entry-content .whatsapp img, body.page-id-42 .entry-content .whatsapp img, body.page-id-1371 .entry-content .whatsapp img, body.page-id-17 .entry-content .whatsapp img, body.page-id-19 .entry-content .whatsapp img, body.page-id-21 .entry-content .whatsapp img, body.page-id-1355 .entry-content .whatsapp img, body.page-id-1350 .entry-content .whatsapp img, body.page-id-1357 .entry-content .whatsapp img, body.page-id-11 .entry-content .whatsapp img, body.page-id-1366 .entry-content .whatsapp img, body.page-id-826 .entry-content .whatsapp img, body.page-id-1346 .entry-content .whatsapp img {
  border-radius: 0 !important;
  padding: 5px;
}
body.page-id-60 .entry-content a, body.page-id-1362 .entry-content a, body.page-id-13 .entry-content a, body.page-id-1435 .entry-content a, body.page-id-39 .entry-content a, body.page-id-1369 .entry-content a, body.page-id-42 .entry-content a, body.page-id-1371 .entry-content a, body.page-id-17 .entry-content a, body.page-id-19 .entry-content a, body.page-id-21 .entry-content a, body.page-id-1355 .entry-content a, body.page-id-1350 .entry-content a, body.page-id-1357 .entry-content a, body.page-id-11 .entry-content a, body.page-id-1366 .entry-content a, body.page-id-826 .entry-content a, body.page-id-1346 .entry-content a {
  text-decoration: none;
}
body.page-id-60 .entry-content .swiper-button-prev:after, body.page-id-60 .entry-content .swiper-button-next:after, body.page-id-1362 .entry-content .swiper-button-prev:after, body.page-id-1362 .entry-content .swiper-button-next:after, body.page-id-13 .entry-content .swiper-button-prev:after, body.page-id-13 .entry-content .swiper-button-next:after, body.page-id-1435 .entry-content .swiper-button-prev:after, body.page-id-1435 .entry-content .swiper-button-next:after, body.page-id-39 .entry-content .swiper-button-prev:after, body.page-id-39 .entry-content .swiper-button-next:after, body.page-id-1369 .entry-content .swiper-button-prev:after, body.page-id-1369 .entry-content .swiper-button-next:after, body.page-id-42 .entry-content .swiper-button-prev:after, body.page-id-42 .entry-content .swiper-button-next:after, body.page-id-1371 .entry-content .swiper-button-prev:after, body.page-id-1371 .entry-content .swiper-button-next:after, body.page-id-17 .entry-content .swiper-button-prev:after, body.page-id-17 .entry-content .swiper-button-next:after, body.page-id-19 .entry-content .swiper-button-prev:after, body.page-id-19 .entry-content .swiper-button-next:after, body.page-id-21 .entry-content .swiper-button-prev:after, body.page-id-21 .entry-content .swiper-button-next:after, body.page-id-1355 .entry-content .swiper-button-prev:after, body.page-id-1355 .entry-content .swiper-button-next:after, body.page-id-1350 .entry-content .swiper-button-prev:after, body.page-id-1350 .entry-content .swiper-button-next:after, body.page-id-1357 .entry-content .swiper-button-prev:after, body.page-id-1357 .entry-content .swiper-button-next:after, body.page-id-11 .entry-content .swiper-button-prev:after, body.page-id-11 .entry-content .swiper-button-next:after, body.page-id-1366 .entry-content .swiper-button-prev:after, body.page-id-1366 .entry-content .swiper-button-next:after, body.page-id-826 .entry-content .swiper-button-prev:after, body.page-id-826 .entry-content .swiper-button-next:after, body.page-id-1346 .entry-content .swiper-button-prev:after, body.page-id-1346 .entry-content .swiper-button-next:after {
  content: none;
}
body.page-id-60 .entry-content .swiper-wrapper, body.page-id-1362 .entry-content .swiper-wrapper, body.page-id-13 .entry-content .swiper-wrapper, body.page-id-1435 .entry-content .swiper-wrapper, body.page-id-39 .entry-content .swiper-wrapper, body.page-id-1369 .entry-content .swiper-wrapper, body.page-id-42 .entry-content .swiper-wrapper, body.page-id-1371 .entry-content .swiper-wrapper, body.page-id-17 .entry-content .swiper-wrapper, body.page-id-19 .entry-content .swiper-wrapper, body.page-id-21 .entry-content .swiper-wrapper, body.page-id-1355 .entry-content .swiper-wrapper, body.page-id-1350 .entry-content .swiper-wrapper, body.page-id-1357 .entry-content .swiper-wrapper, body.page-id-11 .entry-content .swiper-wrapper, body.page-id-1366 .entry-content .swiper-wrapper, body.page-id-826 .entry-content .swiper-wrapper, body.page-id-1346 .entry-content .swiper-wrapper {
  align-items: stretch;
}
body.page-id-60 .entry-content .swiper-slide, body.page-id-1362 .entry-content .swiper-slide, body.page-id-13 .entry-content .swiper-slide, body.page-id-1435 .entry-content .swiper-slide, body.page-id-39 .entry-content .swiper-slide, body.page-id-1369 .entry-content .swiper-slide, body.page-id-42 .entry-content .swiper-slide, body.page-id-1371 .entry-content .swiper-slide, body.page-id-17 .entry-content .swiper-slide, body.page-id-19 .entry-content .swiper-slide, body.page-id-21 .entry-content .swiper-slide, body.page-id-1355 .entry-content .swiper-slide, body.page-id-1350 .entry-content .swiper-slide, body.page-id-1357 .entry-content .swiper-slide, body.page-id-11 .entry-content .swiper-slide, body.page-id-1366 .entry-content .swiper-slide, body.page-id-826 .entry-content .swiper-slide, body.page-id-1346 .entry-content .swiper-slide {
  height: auto;
  display: flex;
}
body.page-id-60 .entry-content .swiper-slide img, body.page-id-1362 .entry-content .swiper-slide img, body.page-id-13 .entry-content .swiper-slide img, body.page-id-1435 .entry-content .swiper-slide img, body.page-id-39 .entry-content .swiper-slide img, body.page-id-1369 .entry-content .swiper-slide img, body.page-id-42 .entry-content .swiper-slide img, body.page-id-1371 .entry-content .swiper-slide img, body.page-id-17 .entry-content .swiper-slide img, body.page-id-19 .entry-content .swiper-slide img, body.page-id-21 .entry-content .swiper-slide img, body.page-id-1355 .entry-content .swiper-slide img, body.page-id-1350 .entry-content .swiper-slide img, body.page-id-1357 .entry-content .swiper-slide img, body.page-id-11 .entry-content .swiper-slide img, body.page-id-1366 .entry-content .swiper-slide img, body.page-id-826 .entry-content .swiper-slide img, body.page-id-1346 .entry-content .swiper-slide img {
  max-height: 550px;
}
body.page-id-60 .entry-content .swiper-slide > *, body.page-id-1362 .entry-content .swiper-slide > *, body.page-id-13 .entry-content .swiper-slide > *, body.page-id-1435 .entry-content .swiper-slide > *, body.page-id-39 .entry-content .swiper-slide > *, body.page-id-1369 .entry-content .swiper-slide > *, body.page-id-42 .entry-content .swiper-slide > *, body.page-id-1371 .entry-content .swiper-slide > *, body.page-id-17 .entry-content .swiper-slide > *, body.page-id-19 .entry-content .swiper-slide > *, body.page-id-21 .entry-content .swiper-slide > *, body.page-id-1355 .entry-content .swiper-slide > *, body.page-id-1350 .entry-content .swiper-slide > *, body.page-id-1357 .entry-content .swiper-slide > *, body.page-id-11 .entry-content .swiper-slide > *, body.page-id-1366 .entry-content .swiper-slide > *, body.page-id-826 .entry-content .swiper-slide > *, body.page-id-1346 .entry-content .swiper-slide > * {
  width: 100%;
}
@media (max-width: 768px) {
  body.page-id-60 .entry-content .swiper-button-next, body.page-id-60 .entry-content .swiper-button-prev, body.page-id-1362 .entry-content .swiper-button-next, body.page-id-1362 .entry-content .swiper-button-prev, body.page-id-13 .entry-content .swiper-button-next, body.page-id-13 .entry-content .swiper-button-prev, body.page-id-1435 .entry-content .swiper-button-next, body.page-id-1435 .entry-content .swiper-button-prev, body.page-id-39 .entry-content .swiper-button-next, body.page-id-39 .entry-content .swiper-button-prev, body.page-id-1369 .entry-content .swiper-button-next, body.page-id-1369 .entry-content .swiper-button-prev, body.page-id-42 .entry-content .swiper-button-next, body.page-id-42 .entry-content .swiper-button-prev, body.page-id-1371 .entry-content .swiper-button-next, body.page-id-1371 .entry-content .swiper-button-prev, body.page-id-17 .entry-content .swiper-button-next, body.page-id-17 .entry-content .swiper-button-prev, body.page-id-19 .entry-content .swiper-button-next, body.page-id-19 .entry-content .swiper-button-prev, body.page-id-21 .entry-content .swiper-button-next, body.page-id-21 .entry-content .swiper-button-prev, body.page-id-1355 .entry-content .swiper-button-next, body.page-id-1355 .entry-content .swiper-button-prev, body.page-id-1350 .entry-content .swiper-button-next, body.page-id-1350 .entry-content .swiper-button-prev, body.page-id-1357 .entry-content .swiper-button-next, body.page-id-1357 .entry-content .swiper-button-prev, body.page-id-11 .entry-content .swiper-button-next, body.page-id-11 .entry-content .swiper-button-prev, body.page-id-1366 .entry-content .swiper-button-next, body.page-id-1366 .entry-content .swiper-button-prev, body.page-id-826 .entry-content .swiper-button-next, body.page-id-826 .entry-content .swiper-button-prev, body.page-id-1346 .entry-content .swiper-button-next, body.page-id-1346 .entry-content .swiper-button-prev {
    display: flex !important;
  }
}
body.page-id-60 .semilly-brille img, body.page-id-1362 .semilly-brille img, body.page-id-13 .semilly-brille img, body.page-id-1435 .semilly-brille img, body.page-id-39 .semilly-brille img, body.page-id-1369 .semilly-brille img, body.page-id-42 .semilly-brille img, body.page-id-1371 .semilly-brille img, body.page-id-17 .semilly-brille img, body.page-id-19 .semilly-brille img, body.page-id-21 .semilly-brille img, body.page-id-1355 .semilly-brille img, body.page-id-1350 .semilly-brille img, body.page-id-1357 .semilly-brille img, body.page-id-11 .semilly-brille img, body.page-id-1366 .semilly-brille img, body.page-id-826 .semilly-brille img, body.page-id-1346 .semilly-brille img {
  border-radius: 0;
}
body.page-id-60 .semilly-brille .wp-block-cover__inner-container, body.page-id-1362 .semilly-brille .wp-block-cover__inner-container, body.page-id-13 .semilly-brille .wp-block-cover__inner-container, body.page-id-1435 .semilly-brille .wp-block-cover__inner-container, body.page-id-39 .semilly-brille .wp-block-cover__inner-container, body.page-id-1369 .semilly-brille .wp-block-cover__inner-container, body.page-id-42 .semilly-brille .wp-block-cover__inner-container, body.page-id-1371 .semilly-brille .wp-block-cover__inner-container, body.page-id-17 .semilly-brille .wp-block-cover__inner-container, body.page-id-19 .semilly-brille .wp-block-cover__inner-container, body.page-id-21 .semilly-brille .wp-block-cover__inner-container, body.page-id-1355 .semilly-brille .wp-block-cover__inner-container, body.page-id-1350 .semilly-brille .wp-block-cover__inner-container, body.page-id-1357 .semilly-brille .wp-block-cover__inner-container, body.page-id-11 .semilly-brille .wp-block-cover__inner-container, body.page-id-1366 .semilly-brille .wp-block-cover__inner-container, body.page-id-826 .semilly-brille .wp-block-cover__inner-container, body.page-id-1346 .semilly-brille .wp-block-cover__inner-container {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 20px 15px;
  background: linear-gradient(180deg, rgba(44, 46, 49, 0) 0%, #2C2E31 100%);
  height: 139px;
  display: flex;
  align-items: flex-end;
}
body.page-id-60 .semilly-brille .wp-block-cover__inner-container .text-gallery, body.page-id-1362 .semilly-brille .wp-block-cover__inner-container .text-gallery, body.page-id-13 .semilly-brille .wp-block-cover__inner-container .text-gallery, body.page-id-1435 .semilly-brille .wp-block-cover__inner-container .text-gallery, body.page-id-39 .semilly-brille .wp-block-cover__inner-container .text-gallery, body.page-id-1369 .semilly-brille .wp-block-cover__inner-container .text-gallery, body.page-id-42 .semilly-brille .wp-block-cover__inner-container .text-gallery, body.page-id-1371 .semilly-brille .wp-block-cover__inner-container .text-gallery, body.page-id-17 .semilly-brille .wp-block-cover__inner-container .text-gallery, body.page-id-19 .semilly-brille .wp-block-cover__inner-container .text-gallery, body.page-id-21 .semilly-brille .wp-block-cover__inner-container .text-gallery, body.page-id-1355 .semilly-brille .wp-block-cover__inner-container .text-gallery, body.page-id-1350 .semilly-brille .wp-block-cover__inner-container .text-gallery, body.page-id-1357 .semilly-brille .wp-block-cover__inner-container .text-gallery, body.page-id-11 .semilly-brille .wp-block-cover__inner-container .text-gallery, body.page-id-1366 .semilly-brille .wp-block-cover__inner-container .text-gallery, body.page-id-826 .semilly-brille .wp-block-cover__inner-container .text-gallery, body.page-id-1346 .semilly-brille .wp-block-cover__inner-container .text-gallery {
  position: relative;
  color: #fff !important;
  font-size: 16px;
  padding-left: 27px;
  padding-top: 9px;
  line-height: normal;
}
body.page-id-60 .semilly-brille .wp-block-cover__inner-container .text-gallery strong, body.page-id-1362 .semilly-brille .wp-block-cover__inner-container .text-gallery strong, body.page-id-13 .semilly-brille .wp-block-cover__inner-container .text-gallery strong, body.page-id-1435 .semilly-brille .wp-block-cover__inner-container .text-gallery strong, body.page-id-39 .semilly-brille .wp-block-cover__inner-container .text-gallery strong, body.page-id-1369 .semilly-brille .wp-block-cover__inner-container .text-gallery strong, body.page-id-42 .semilly-brille .wp-block-cover__inner-container .text-gallery strong, body.page-id-1371 .semilly-brille .wp-block-cover__inner-container .text-gallery strong, body.page-id-17 .semilly-brille .wp-block-cover__inner-container .text-gallery strong, body.page-id-19 .semilly-brille .wp-block-cover__inner-container .text-gallery strong, body.page-id-21 .semilly-brille .wp-block-cover__inner-container .text-gallery strong, body.page-id-1355 .semilly-brille .wp-block-cover__inner-container .text-gallery strong, body.page-id-1350 .semilly-brille .wp-block-cover__inner-container .text-gallery strong, body.page-id-1357 .semilly-brille .wp-block-cover__inner-container .text-gallery strong, body.page-id-11 .semilly-brille .wp-block-cover__inner-container .text-gallery strong, body.page-id-1366 .semilly-brille .wp-block-cover__inner-container .text-gallery strong, body.page-id-826 .semilly-brille .wp-block-cover__inner-container .text-gallery strong, body.page-id-1346 .semilly-brille .wp-block-cover__inner-container .text-gallery strong {
  font-weight: 600;
  font-size: 18px;
}
body.page-id-60 .semilly-brille .wp-block-cover__inner-container .text-gallery p, body.page-id-60 .semilly-brille .wp-block-cover__inner-container .text-gallery p span, body.page-id-60 .semilly-brille .wp-block-cover__inner-container .text-gallery p a, body.page-id-1362 .semilly-brille .wp-block-cover__inner-container .text-gallery p, body.page-id-1362 .semilly-brille .wp-block-cover__inner-container .text-gallery p span, body.page-id-1362 .semilly-brille .wp-block-cover__inner-container .text-gallery p a, body.page-id-13 .semilly-brille .wp-block-cover__inner-container .text-gallery p, body.page-id-13 .semilly-brille .wp-block-cover__inner-container .text-gallery p span, body.page-id-13 .semilly-brille .wp-block-cover__inner-container .text-gallery p a, body.page-id-1435 .semilly-brille .wp-block-cover__inner-container .text-gallery p, body.page-id-1435 .semilly-brille .wp-block-cover__inner-container .text-gallery p span, body.page-id-1435 .semilly-brille .wp-block-cover__inner-container .text-gallery p a, body.page-id-39 .semilly-brille .wp-block-cover__inner-container .text-gallery p, body.page-id-39 .semilly-brille .wp-block-cover__inner-container .text-gallery p span, body.page-id-39 .semilly-brille .wp-block-cover__inner-container .text-gallery p a, body.page-id-1369 .semilly-brille .wp-block-cover__inner-container .text-gallery p, body.page-id-1369 .semilly-brille .wp-block-cover__inner-container .text-gallery p span, body.page-id-1369 .semilly-brille .wp-block-cover__inner-container .text-gallery p a, body.page-id-42 .semilly-brille .wp-block-cover__inner-container .text-gallery p, body.page-id-42 .semilly-brille .wp-block-cover__inner-container .text-gallery p span, body.page-id-42 .semilly-brille .wp-block-cover__inner-container .text-gallery p a, body.page-id-1371 .semilly-brille .wp-block-cover__inner-container .text-gallery p, body.page-id-1371 .semilly-brille .wp-block-cover__inner-container .text-gallery p span, body.page-id-1371 .semilly-brille .wp-block-cover__inner-container .text-gallery p a, body.page-id-17 .semilly-brille .wp-block-cover__inner-container .text-gallery p, body.page-id-17 .semilly-brille .wp-block-cover__inner-container .text-gallery p span, body.page-id-17 .semilly-brille .wp-block-cover__inner-container .text-gallery p a, body.page-id-19 .semilly-brille .wp-block-cover__inner-container .text-gallery p, body.page-id-19 .semilly-brille .wp-block-cover__inner-container .text-gallery p span, body.page-id-19 .semilly-brille .wp-block-cover__inner-container .text-gallery p a, body.page-id-21 .semilly-brille .wp-block-cover__inner-container .text-gallery p, body.page-id-21 .semilly-brille .wp-block-cover__inner-container .text-gallery p span, body.page-id-21 .semilly-brille .wp-block-cover__inner-container .text-gallery p a, body.page-id-1355 .semilly-brille .wp-block-cover__inner-container .text-gallery p, body.page-id-1355 .semilly-brille .wp-block-cover__inner-container .text-gallery p span, body.page-id-1355 .semilly-brille .wp-block-cover__inner-container .text-gallery p a, body.page-id-1350 .semilly-brille .wp-block-cover__inner-container .text-gallery p, body.page-id-1350 .semilly-brille .wp-block-cover__inner-container .text-gallery p span, body.page-id-1350 .semilly-brille .wp-block-cover__inner-container .text-gallery p a, body.page-id-1357 .semilly-brille .wp-block-cover__inner-container .text-gallery p, body.page-id-1357 .semilly-brille .wp-block-cover__inner-container .text-gallery p span, body.page-id-1357 .semilly-brille .wp-block-cover__inner-container .text-gallery p a, body.page-id-11 .semilly-brille .wp-block-cover__inner-container .text-gallery p, body.page-id-11 .semilly-brille .wp-block-cover__inner-container .text-gallery p span, body.page-id-11 .semilly-brille .wp-block-cover__inner-container .text-gallery p a, body.page-id-1366 .semilly-brille .wp-block-cover__inner-container .text-gallery p, body.page-id-1366 .semilly-brille .wp-block-cover__inner-container .text-gallery p span, body.page-id-1366 .semilly-brille .wp-block-cover__inner-container .text-gallery p a, body.page-id-826 .semilly-brille .wp-block-cover__inner-container .text-gallery p, body.page-id-826 .semilly-brille .wp-block-cover__inner-container .text-gallery p span, body.page-id-826 .semilly-brille .wp-block-cover__inner-container .text-gallery p a, body.page-id-1346 .semilly-brille .wp-block-cover__inner-container .text-gallery p, body.page-id-1346 .semilly-brille .wp-block-cover__inner-container .text-gallery p span, body.page-id-1346 .semilly-brille .wp-block-cover__inner-container .text-gallery p a {
  color: #fff !important;
  font-size: 16px !important;
  margin: 0;
  line-height: normal;
  font-family: barlow, sans-serif;
}
body.page-id-60 .semilly-brille .wp-block-cover__inner-container .text-gallery:before, body.page-id-1362 .semilly-brille .wp-block-cover__inner-container .text-gallery:before, body.page-id-13 .semilly-brille .wp-block-cover__inner-container .text-gallery:before, body.page-id-1435 .semilly-brille .wp-block-cover__inner-container .text-gallery:before, body.page-id-39 .semilly-brille .wp-block-cover__inner-container .text-gallery:before, body.page-id-1369 .semilly-brille .wp-block-cover__inner-container .text-gallery:before, body.page-id-42 .semilly-brille .wp-block-cover__inner-container .text-gallery:before, body.page-id-1371 .semilly-brille .wp-block-cover__inner-container .text-gallery:before, body.page-id-17 .semilly-brille .wp-block-cover__inner-container .text-gallery:before, body.page-id-19 .semilly-brille .wp-block-cover__inner-container .text-gallery:before, body.page-id-21 .semilly-brille .wp-block-cover__inner-container .text-gallery:before, body.page-id-1355 .semilly-brille .wp-block-cover__inner-container .text-gallery:before, body.page-id-1350 .semilly-brille .wp-block-cover__inner-container .text-gallery:before, body.page-id-1357 .semilly-brille .wp-block-cover__inner-container .text-gallery:before, body.page-id-11 .semilly-brille .wp-block-cover__inner-container .text-gallery:before, body.page-id-1366 .semilly-brille .wp-block-cover__inner-container .text-gallery:before, body.page-id-826 .semilly-brille .wp-block-cover__inner-container .text-gallery:before, body.page-id-1346 .semilly-brille .wp-block-cover__inner-container .text-gallery:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/citation-gallery.png") 0 0 no-repeat;
  background-size: 21px;
  width: 21px;
  height: 21px;
}
@media (max-width: 768px) {
  body.page-id-60 .semilly-brille, body.page-id-1362 .semilly-brille, body.page-id-13 .semilly-brille, body.page-id-1435 .semilly-brille, body.page-id-39 .semilly-brille, body.page-id-1369 .semilly-brille, body.page-id-42 .semilly-brille, body.page-id-1371 .semilly-brille, body.page-id-17 .semilly-brille, body.page-id-19 .semilly-brille, body.page-id-21 .semilly-brille, body.page-id-1355 .semilly-brille, body.page-id-1350 .semilly-brille, body.page-id-1357 .semilly-brille, body.page-id-11 .semilly-brille, body.page-id-1366 .semilly-brille, body.page-id-826 .semilly-brille, body.page-id-1346 .semilly-brille {
    min-height: 430px !important;
  }
}
body.page-id-60 h2:not(.title-center), body.page-id-1362 h2:not(.title-center), body.page-id-13 h2:not(.title-center), body.page-id-1435 h2:not(.title-center), body.page-id-39 h2:not(.title-center), body.page-id-1369 h2:not(.title-center), body.page-id-42 h2:not(.title-center), body.page-id-1371 h2:not(.title-center), body.page-id-17 h2:not(.title-center), body.page-id-19 h2:not(.title-center), body.page-id-21 h2:not(.title-center), body.page-id-1355 h2:not(.title-center), body.page-id-1350 h2:not(.title-center), body.page-id-1357 h2:not(.title-center), body.page-id-11 h2:not(.title-center), body.page-id-1366 h2:not(.title-center), body.page-id-826 h2:not(.title-center), body.page-id-1346 h2:not(.title-center) {
  color: var(--wp--preset--color--secondary) !important;
  font-family: var(--wp--preset--font-family--title);
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 5px;
  position: relative;
  padding-left: 39px;
  text-align: left;
}
body.page-id-60 h2:not(.title-center):after, body.page-id-1362 h2:not(.title-center):after, body.page-id-13 h2:not(.title-center):after, body.page-id-1435 h2:not(.title-center):after, body.page-id-39 h2:not(.title-center):after, body.page-id-1369 h2:not(.title-center):after, body.page-id-42 h2:not(.title-center):after, body.page-id-1371 h2:not(.title-center):after, body.page-id-17 h2:not(.title-center):after, body.page-id-19 h2:not(.title-center):after, body.page-id-21 h2:not(.title-center):after, body.page-id-1355 h2:not(.title-center):after, body.page-id-1350 h2:not(.title-center):after, body.page-id-1357 h2:not(.title-center):after, body.page-id-11 h2:not(.title-center):after, body.page-id-1366 h2:not(.title-center):after, body.page-id-826 h2:not(.title-center):after, body.page-id-1346 h2:not(.title-center):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 39px;
  width: 33px;
  height: 4px;
  background-color: var(--wp--preset--color--primary);
}
body.page-id-60 h2:not(.title-center):before, body.page-id-1362 h2:not(.title-center):before, body.page-id-13 h2:not(.title-center):before, body.page-id-1435 h2:not(.title-center):before, body.page-id-39 h2:not(.title-center):before, body.page-id-1369 h2:not(.title-center):before, body.page-id-42 h2:not(.title-center):before, body.page-id-1371 h2:not(.title-center):before, body.page-id-17 h2:not(.title-center):before, body.page-id-19 h2:not(.title-center):before, body.page-id-21 h2:not(.title-center):before, body.page-id-1355 h2:not(.title-center):before, body.page-id-1350 h2:not(.title-center):before, body.page-id-1357 h2:not(.title-center):before, body.page-id-11 h2:not(.title-center):before, body.page-id-1366 h2:not(.title-center):before, body.page-id-826 h2:not(.title-center):before, body.page-id-1346 h2:not(.title-center):before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 27px;
  height: 26px;
  background: url("../images/rond-semilly.png") no-repeat 0 0;
  background-size: cover;
}
@media (max-width: 720px) {
  body.page-id-60 h2:not(.title-center), body.page-id-1362 h2:not(.title-center), body.page-id-13 h2:not(.title-center), body.page-id-1435 h2:not(.title-center), body.page-id-39 h2:not(.title-center), body.page-id-1369 h2:not(.title-center), body.page-id-42 h2:not(.title-center), body.page-id-1371 h2:not(.title-center), body.page-id-17 h2:not(.title-center), body.page-id-19 h2:not(.title-center), body.page-id-21 h2:not(.title-center), body.page-id-1355 h2:not(.title-center), body.page-id-1350 h2:not(.title-center), body.page-id-1357 h2:not(.title-center), body.page-id-11 h2:not(.title-center), body.page-id-1366 h2:not(.title-center), body.page-id-826 h2:not(.title-center), body.page-id-1346 h2:not(.title-center) {
    font-size: 28px;
  }
  body.page-id-60 h2:not(.title-center):before, body.page-id-1362 h2:not(.title-center):before, body.page-id-13 h2:not(.title-center):before, body.page-id-1435 h2:not(.title-center):before, body.page-id-39 h2:not(.title-center):before, body.page-id-1369 h2:not(.title-center):before, body.page-id-42 h2:not(.title-center):before, body.page-id-1371 h2:not(.title-center):before, body.page-id-17 h2:not(.title-center):before, body.page-id-19 h2:not(.title-center):before, body.page-id-21 h2:not(.title-center):before, body.page-id-1355 h2:not(.title-center):before, body.page-id-1350 h2:not(.title-center):before, body.page-id-1357 h2:not(.title-center):before, body.page-id-11 h2:not(.title-center):before, body.page-id-1366 h2:not(.title-center):before, body.page-id-826 h2:not(.title-center):before, body.page-id-1346 h2:not(.title-center):before {
    top: 4px;
  }
}
.scroll-btn {
  position: absolute;
  right: 45px;
  bottom: 45px;
  cursor: pointer;
  z-index: 99;
  transition: all 0.3s ease;
}
@media (max-width: 1300px) {
  .scroll-btn {
    right: 25px;
    bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .scroll-btn {
    display: none;
  }
}
@media (max-width: 1730px) {
  .scroll-btn.scroll-btn--entry-content {
    right: 10px;
  }
}
/* Fixer le bouton au scroll pour le retour en haut */
.scroll-btn.up {
  position: fixed;
  bottom: 45px;
  right: 45px;
  left: auto;
  transform: none;
  opacity: 0.4;
}
@media (max-width: 1600px) {
  .scroll-btn.up {
    right: 20px;
    bottom: 30px;
  }
}
@media (max-width: 1730px) {
  .scroll-btn.up.scroll-btn--entry-content {
    right: 10px;
  }
}
.scroll-btn.up:hover {
  opacity: 1;
}
@media (max-width: 1024px) {
  .scroll-btn.up {
    display: block;
  }
}
@media (max-width: 820px) {
  .scroll-btn.up {
    opacity: 0.8;
  }
}
.arrow {
  display: inline-flex;
  height: 46px;
  width: 46px !important;
  padding: 7px 9px !important;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 500px;
  z-index: 999;
  position: relative;
  color: transparent !important;
  background-color: var(--wp--preset--color--primary);
}
.arrow:before {
  content: "";
  color: var(--White, #FFF);
  text-align: center;
  font-family: "Font Awesome 6 Pro";
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  width: 28px;
  height: 32px;
  position: absolute;
  top: 7px;
  left: 9px;
}
.arrow:hover {
  background-color: var(--wp--preset--color--secondary);
}
@media (max-width: 820px) {
  .arrow {
    height: 36px;
    width: 36px !important;
  }
  .arrow:before {
    font-size: 24px;
    height: 30px;
    top: 1px;
    left: 4px;
  }
}
.scroll-btn.up .arrow:before {
  transform: rotate(-180deg);
}
body.home .scroll-btn {
  z-index: 99;
}
body.error404 .page-title {
  margin-block-start: 80px;
}
body.error404 p {
  margin-bottom: 100px;
}
#cmp-float-btn {
  background-color: var(--wp--preset--color--secondary) !important;
}
