@charset "UTF-8";
/*
 Theme Name:   Twenty Twenty-Three Child
 Theme URI:    https://avecretailleau.fr
 Description:  Thème enfant basé sur Twenty Twenty-Three
 Author:       Brénus
 Author URI:   https://brenus.co
 Template:     twentytwentythree
 Version:      1.0.0
*/
@import url("../twentytwentythree/style.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@font-face {
  font-family: "Decofast";
  src: url("fonts/decofast-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
* {
  -webkit-font-smoothing: subpixel-antialiased;
}

:root {
  --br-header-height: 140px;
  --br-container: 1000px;
  --br-gutter: clamp(16px, 3vw, 56px);
  --br-spacing-section-sm: 1.5rem;
  --br-spacing-section-md: 2rem;
  --br-spacing-section-lg: 50px;
  /** Liseré blanc en cadre autour du site (proportionnel à la largeur de la fenêtre). */
  --br-frame-width: max(0.75vw, 6px);
}

@keyframes br-arrow-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
}
.temporary-hidden {
  display: none;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  overflow-x: hidden;
  background: linear-gradient(#f0f0f0 100vh, #ffffff) !important;
  box-sizing: border-box;
  border: solid #ffffff;
  border-width: var(--br-frame-width);
  min-height: 100vh;
}

a,
.wp-block-post-content a {
  text-decoration: none !important;
  color: #2e344e;
  transition: all 0.4s ease-in-out;
}

button {
  transition: all 0.4s ease-in-out;
  height: 35px;
  border-radius: 3px;
}

a:hover,
button:hover {
  opacity: 0.8;
}

input {
  border-radius: 3px;
  border-width: 0px;
  padding: 0px 10px 0px 10px;
}

h1 {
  color: #2e344e;
  font-family: "polymath", sans-serif;
  font-weight: 900;
  font-size: clamp(1.75rem, 2rem + 2vw, 3rem);
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
}

h2 {
  margin: 0;
  color: #2e344e;
  font-family: "polymath", sans-serif;
  font-weight: 700;
  font-size: clamp(1.375rem, 1.25rem + 1.25vw, 2.25rem);
  line-height: 1.2;
  text-align: center;
}

h3 {
  color: #2e344e;
  font-family: "polymath", sans-serif;
  font-weight: 900;
  font-size: clamp(1.25rem, 1.1rem + 0.6vw, 1.75rem);
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
}

h4 {
  margin: 0 0 0 0;
  color: #2e344e;
  font-family: "polymath", sans-serif;
  font-weight: 900;
  line-height: 1.2;
  font-size: clamp(1.125rem, 1rem + 0.5vw, 1.375rem);
}

h5 {
  color: #2e344e;
  font-family: "polymath", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 0.95rem + 0.3vw, 1.125rem);
  line-height: 1.2;
  text-transform: none;
}

p {
  color: rgb(0, 1, 10);
  font-family: "Montserrat", "Arial", sans-serif !important;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  font-weight: 400;
  line-height: 1.8;
}

li {
  color: rgb(0, 1, 10);
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  font-weight: 400;
  line-height: 1.2;
}

p.subtitle {
  margin: 0;
  font-family: "polymath", sans-serif;
  font-weight: 200;
  opacity: 0.6;
}

main {
  min-height: calc(100vh - var(--br-header-height));
  margin-bottom: var(--br-gutter);
}

.wp-site-blocks {
  padding-top: 0 !important;
}

section {
  padding-top: var(--br-spacing-section-md);
  margin-block-start: var(--br-spacing-section-md) !important;
  padding-right: var(--br-gutter);
  padding-left: var(--br-gutter);
}

@media (max-width: 599px) {
  section {
    padding-top: var(--br-spacing-section-sm);
    margin-block-start: var(--br-spacing-section-sm) !important;
  }
}
@media (min-width: 768px) {
  section {
    padding-top: var(--br-spacing-section-lg);
    margin-block-start: var(--br-spacing-section-lg) !important;
    max-width: var(--br-container);
    margin-left: auto;
    margin-right: auto;
  }
}
header {
  width: 100%;
}
header .has-global-padding {
  padding: calc(var(--br-gutter) * 0.5) calc(var(--br-gutter));
}
header .has-global-padding .alignwide {
  max-width: 100% !important;
}
header .has-global-padding nav button {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .has-global-padding nav button svg {
  fill: #2e344e;
}
header p,
header a {
  color: #2e344e;
  font-family: "polymath", sans-serif;
  font-weight: 700;
}
header .wp-block-site-title {
  color: #2e344e;
  font-family: "Decofast", "Arial", sans-serif;
  font-size: clamp(1.25rem, 1.1rem + 0.6vw, 1.75rem);
}
header .wp-block-navigation-item__label {
  color: #2e344e;
  font-family: "polymath", sans-serif;
  font-size: clamp(1.25rem, 1.1rem + 0.6vw, 1.75rem);
  font-weight: 700;
}

.br-site-logo {
  color: #2e344e;
  font-family: "polymath", sans-serif;
  font-size: clamp(1.25rem, 1.1rem + 0.6vw, 1.75rem);
  font-weight: 700;
  letter-spacing: 0.35em;
  text-decoration: none;
  white-space: nowrap;
}
.br-site-logo:hover, .br-site-logo:focus {
  color: #2e344e;
  text-decoration: underline;
}

.br-header-nav {
  display: flex;
  align-items: center;
}

.br-header-nav-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
  list-style: none;
  margin: 0;
  padding: 0;
}
.br-header-nav-menu a {
  color: #2e344e;
  font-family: "polymath", sans-serif;
  font-size: clamp(1.25rem, 1.1rem + 0.6vw, 1.75rem);
  font-weight: 700;
  text-decoration: none;
}
.br-header-nav-menu a:hover, .br-header-nav-menu a:focus {
  text-decoration: underline;
}

.br-header-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.br-header-desktop {
  display: none;
  align-items: center;
  flex-wrap: wrap;
  gap: 1vw;
}

.br-header-social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.br-header-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  color: inherit;
  font-size: 1.15rem;
}
.br-header-social a:hover, .br-header-social a:focus {
  opacity: 0.85;
}

.br-header-burger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: none;
  background: transparent;
  color: inherit;
  font-size: 1.35rem;
  cursor: pointer;
}
.br-header-burger:hover, .br-header-burger:focus {
  opacity: 0.9;
}

.br-header-drawer {
  position: fixed;
  top: var(--br-frame-width);
  right: var(--br-frame-width);
  z-index: 10000;
  width: min(320px, 85vw - 2 * var(--br-frame-width));
  height: calc(100vh - 2 * var(--br-frame-width));
  background: #00010a;
  color: #ffffff;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.25);
  transform: translateX(100%);
  transition: transform 0.25s ease-out;
  overflow-y: auto;
  visibility: hidden;
  pointer-events: none;
}

.br-header-drawer-inner {
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.br-header-drawer .br-header-nav-menu {
  flex-direction: column;
  gap: 0.5rem;
}
.br-header-drawer .br-header-nav-menu a {
  color: #ffffff;
}
.br-header-drawer .br-header-nav-menu a:hover, .br-header-drawer .br-header-nav-menu a:focus {
  color: #ffffff;
  opacity: 0.9;
}

.br-header-drawer-social {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.br-header-drawer-social .br-header-social a {
  color: #ffffff;
}
.br-header-drawer-social .br-header-social a:hover, .br-header-drawer-social .br-header-social a:focus {
  color: #ffffff;
  opacity: 0.9;
}

@media (max-width: 599px) {
  .br-site-logo {
    font-size: clamp(1rem, 0.95rem + 0.3vw, 1.125rem);
    letter-spacing: 0.2em;
  }
}
body.br-menu-open .br-header-drawer {
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
}

.br-header-drawer-overlay {
  position: fixed;
  inset: var(--br-frame-width);
  z-index: 9999;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease-out;
}

body.br-menu-open .br-header-drawer-overlay {
  opacity: 1;
  pointer-events: auto;
}

.wp-block-navigation__responsive-container {
  background-color: #f0f0f0;
}

footer .br-footer-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--30, 1rem);
  padding: calc(var(--br-gutter) * 0.5) var(--br-gutter);
}
footer nav button {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer p,
footer a {
  color: #2e344e;
  font-family: "polymath", sans-serif;
  font-weight: 700;
}
footer .br-footer-legal a {
  color: #2e344e;
  font-family: "polymath", sans-serif;
  font-size: clamp(1rem, 0.95rem + 0.3vw, 1.125rem);
  font-weight: 700;
}
footer .wp-block-navigation-item__label {
  color: #2e344e;
  font-family: "polymath", sans-serif;
  font-size: clamp(1.125rem, 1rem + 0.5vw, 1.375rem);
  font-weight: 700;
}

@media (max-width: 599px) {
  footer .br-footer-bar {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border: none;
}
.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  border-radius: 3px;
  background-color: #f0f0f0;
}

.wp-block-search__button {
  background-color: #2e344e;
}
.wp-block-search__button svg {
  fill: #ffffff;
}

.wp-block-button {
  height: 50px;
  border-radius: 3px;
}
.wp-block-button .wp-element-button {
  padding: 0px 25px;
  background-color: #2e344e;
  fill: #ffffff;
  color: #ffffff;
  border-radius: 3px;
}

.sib_signup_form .sib-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
}

.sib-area label {
  flex: 0.5;
  min-height: 50px;
}

.sib-area input,
.sib-area div {
  flex: 1;
  min-height: 50px;
}

.home header {
  position: absolute;
  z-index: 100;
}
.home header p,
.home header a,
.home header .wp-block-navigation__responsive-container-close .wp-block-navigation-item__label,
.home header .wp-block-site-title,
.home header .br-site-logo,
.home header .br-header-nav-menu a,
.home header .br-header-social a,
.home header .br-header-burger {
  color: #ffffff;
}
.home header .br-site-logo:hover,
.home header .br-site-logo:focus,
.home header .br-header-nav-menu a:hover,
.home header .br-header-nav-menu a:focus,
.home header .br-header-social a:hover,
.home header .br-header-social a:focus,
.home header .br-header-burger:hover,
.home header .br-header-burger:focus {
  color: #ffffff;
}
.home header .wp-block-navigation__responsive-container-open svg {
  fill: #ffffff;
}

.home main {
  width: 100%;
  margin-top: 0 !important;
  margin-block-start: 0 !important;
}

.home .wp-block-post-title {
  display: none;
}

.home .wp-block-post-featured-image {
  display: none;
}

.home :where(.is-layout-constrained) > :first-child,
.home .is-layout-constrained > .alignwide {
  max-width: 100%;
}

.home-pic-container {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 2 * var(--br-frame-width));
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-pic {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--hero-bg-small);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .home-pic {
    background-image: var(--hero-bg-large);
    background-position: bottom right;
  }
}

.home-overlay {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: transparent;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(1, 1, 1, 0.8) 0%, transparent 20%, transparent 60%, rgba(1, 1, 1, 0.7) 100%);
}
.home-overlay--vertical {
  background: linear-gradient(to bottom, rgba(1, 1, 1, 0.8) 0%, transparent 20%, transparent 60%, rgba(1, 1, 1, 0.7) 100%);
}
.home-overlay--horizontal {
  background: linear-gradient(to right, rgba(1, 1, 1, 0.8) 0%, transparent 25%, transparent 75%, rgba(1, 1, 1, 0.8) 100%);
}

.home-overlay-2 {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: linear-gradient(to right, rgba(1, 1, 1, 0.8) 0%, transparent 25%, transparent 75%, rgba(1, 1, 1, 0.8) 100%);
  pointer-events: none;
}

.home-hero-slogan {
  position: absolute;
  z-index: 1;
  bottom: calc(var(--br-gutter) * 4);
  pointer-events: none;
  transform: rotate(-2deg) skewX(-2deg);
  transform-origin: bottom right;
}
@media (min-width: 768px) {
  .home-hero-slogan {
    bottom: calc(var(--br-gutter) * 2);
    right: var(--br-gutter);
  }
}

.home-hero-slogan-text {
  font-size: clamp(1.25rem, 1.1rem + 0.6vw, 1.75rem);
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.home-hero-slogan-text-big {
  font-family: "polymath", sans-serif;
  font-size: 18vw;
  letter-spacing: -0.7vw;
  line-height: 0.5;
  text-align: right;
  color: #f0f0f0;
}
@media (min-width: 768px) {
  .home-hero-slogan-text-big {
    font-size: 9vw;
    letter-spacing: -0.35vw;
  }
}

.home-hero-slogan-text-biggest {
  font-family: "polymath", sans-serif;
  font-size: 30vw;
  letter-spacing: -1.5vw;
  line-height: 0.75;
  text-align: right;
  color: #f0f0f0;
}
@media (min-width: 768px) {
  .home-hero-slogan-text-biggest {
    font-size: 15vw;
    letter-spacing: -0.75vw;
  }
}

.home-hero-slogan-text-dot {
  padding-left: 0.5vw;
  font-size: 26vw;
  color: transparent;
}
@media (min-width: 768px) {
  .home-hero-slogan-text-dot {
    padding-left: 0.25vw;
    font-size: 13vw;
  }
}

.home-pic-container .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.home-button-container {
  position: absolute;
  z-index: 10;
  right: auto;
  font-size: clamp(25px, 2.5vw, 30px);
  color: #da291c;
  bottom: calc(var(--br-gutter));
}
@media (min-width: 768px) {
  .home-button-container {
    bottom: calc(var(--br-gutter) * 2);
    right: var(--br-gutter);
    font-size: 2vw;
  }
}

.home main > :first-child {
  padding: 0 !important;
}

.home .entry-content {
  margin-block-start: 0 !important;
}

#actualite .alm-listing > a {
  display: block;
  color: inherit;
}

.alm-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  border-radius: 10px;
  margin: 1.5rem 0;
  padding: 1.5rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .alm-item {
    flex-direction: row;
  }
}

.alm-thumbnail-container {
  margin-top: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 4/3;
}
@media (min-width: 768px) {
  .alm-thumbnail-container {
    width: 150px;
    aspect-ratio: 4/3;
  }
}
.alm-thumbnail-container img {
  border-radius: 3px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.alm-text-container {
  flex: 1;
}
.alm-text-container h4 {
  text-align: left;
}

p.entry-meta {
  margin: 0.25rem 0;
  color: #33424f;
  font-size: clamp(0.75rem, 0.8rem + 0.2vw, 0.875rem);
  line-height: 1.6;
}

p.entry-excerpt {
  margin: 0;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  line-height: 1.6;
}

.alm-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.alm-load-more-btn.more {
  display: inline-block;
  padding: 0px 20px;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  font-weight: 400;
  color: #fff; /* Texte blanc */
  background-color: #2e344e; /* Bleu moderne */
  border: none;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.alm-load-more-btn.more:hover {
  background-color: #33424f; /* Teinte plus sombre au survol */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); /* Ombre accentuée */
  transform: translateY(-2px); /* Légère élévation */
}

.alm-load-more-btn.more:active {
  transform: translateY(0); /* Réinitialisation à l'état actif */
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); /* Réduction de l'ombre */
}

.alm-load-more-btn.more:focus {
  outline: 2px solid #005177; /* Contour accessible au focus */
  outline-offset: 4px;
}

.custom-share-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.custom-share-buttons a {
  font-size: clamp(1rem, 0.95rem + 0.3vw, 1.125rem);
  padding: 3px 10px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.carousel-list {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 20px;
  padding: 20px;
  -ms-overflow-style: none; /* IE et Edge */
  scrollbar-width: none; /* Firefox */
}
.carousel-list::-webkit-scrollbar {
  display: none;
}
.carousel-list .member {
  flex: 0 0 auto;
  scroll-snap-align: center;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  max-width: 300px;
}
.carousel-list .member img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.admin-bar .give-embed-form-wrapper {
  margin-top: 1.5rem;
  border-radius: 10px;
}

.donation-other {
  margin-top: 1.5rem;
}

.donation-other-list {
  margin: 0.5rem 0 0 0;
  padding-left: 1.25rem;
  list-style-type: disc;
}

.donation-legal {
  margin-top: 1.5rem;
  font-size: 0.9em;
  opacity: 0.9;
}

.wp-block-post-featured-image__overlay {
  display: none;
}

.br-page-standard {
  margin-top: var(--wp--style--root--padding-top, 0);
  margin-block-start: var(--br-spacing-section-md);
  padding-left: var(--br-gutter);
  padding-right: var(--br-gutter);
}

.br-page-inner {
  max-width: var(--br-container);
  margin-left: auto;
  margin-right: auto;
}

.br-page-featured-image {
  width: 100%;
  margin-bottom: 1.5rem;
  border-radius: 3px;
  overflow: hidden;
}
.br-page-featured-image img.br-page-featured-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.br-page-title {
  margin-bottom: 1.25rem;
  color: #2e344e;
  font-family: "polymath", sans-serif;
  font-weight: 900;
  font-size: clamp(1.75rem, 2rem + 2vw, 3rem);
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
}

a.br-button,
.wp-block-button a {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  margin: 0.5rem 0.5rem 0.5rem 0;
  background-color: #2e344e;
  color: #ffffff;
  border-radius: 3px;
  font-family: "polymath", sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
a.br-button:hover, a.br-button:focus,
.wp-block-button a:hover,
.wp-block-button a:focus {
  opacity: 0.9;
  color: #ffffff;
}

.br-page-content {
  margin-top: 0;
  margin-bottom: 2rem;
}
.br-page-content p {
  margin-bottom: 1rem;
}
.br-page-content strong {
  font-weight: 700;
}
.br-page-content section {
  margin-block-start: 2rem;
}
.br-page-content .br-legal-content h2 {
  text-align: left;
  margin-top: 1.75rem;
  margin-bottom: 0.5rem;
}
.br-page-content .br-legal-content h2:first-child {
  margin-top: 0;
}
.br-page-content .br-legal-content h3 {
  margin-top: 1rem;
  margin-bottom: 0.35rem;
  text-align: left;
}
.br-page-content .br-legal-content ul {
  margin: 0.5rem 0 1rem;
  padding-left: 1.25rem;
}

@media (max-width: 599px) {
  .br-page-standard {
    margin-block-start: var(--br-spacing-section-sm);
  }
  .br-page-title {
    font-size: 1.75rem;
  }
  .br-page-featured-image img.br-page-featured-img {
    max-height: 40vh;
  }
}
@media (min-width: 768px) {
  .br-page-standard {
    margin-block-start: var(--br-spacing-section-lg);
  }
  .br-page-featured-image {
    margin-bottom: 2rem;
  }
  .br-page-title {
    margin-bottom: 1.5rem;
  }
  .br-page-content a.br-button,
  .br-page-content .wp-block-button a {
    padding: 0.875rem 1.75rem;
  }
}
/* Par défaut, la prévisualisation est cachée pour les sections fermées */
.tag-section.collapsed .articles-preview {
  display: none;
}

/* Pour les sections ouvertes, on affiche la prévisualisation */
.tag-section.expanded .articles-preview {
  display: block;
}

@media (min-width: 600px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none;
  }
  button {
    height: 50px;
  }
  h4 {
    font-size: clamp(1.25rem, 1.1rem + 0.6vw, 1.75rem);
  }
  p.entry-meta {
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  }
  p.entry-excerpt {
    font-size: clamp(1rem, 0.95rem + 0.3vw, 1.125rem);
    line-height: 1.6;
  }
  .alm-load-more-btn.more {
    padding: 12px 24px;
    font-size: clamp(1rem, 0.95rem + 0.3vw, 1.125rem);
  }
  .sib_signup_form .sib-area {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  header .br-header-desktop {
    display: flex;
  }
  header .br-header-burger {
    display: none;
  }
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: block;
    background-color: "transparent";
  }
  .wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
    background-color: #ffffff;
  }
  .home header p,
  .home header a,
  .home header .wp-block-navigation-item__label,
  .home header .wp-block-site-title,
  .home header .br-site-logo,
  .home header .br-header-nav-menu a,
  .home header .br-header-social a,
  .home header .br-header-burger {
    color: #ffffff;
  }
}
.font-decofast {
  font-family: "Decofast", "Arial", sans-serif !important;
}

.font-polymath-black {
  font-family: "polymath", sans-serif !important;
  font-weight: 900 !important;
}

.font-polymath-bold {
  font-family: "polymath", sans-serif !important;
  font-weight: 700 !important;
}

.font-polymath-extralight {
  font-family: "polymath", sans-serif !important;
  font-weight: 200 !important;
}/*# sourceMappingURL=style.css.map */