@font-face {
  font-family: 'Hackney';
  src: url('/wp-content/themes/yatatheme/fonts/Hackney.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Limejuice';
  src: url('/wp-content/themes/yatatheme/fonts/Limejuice.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('/wp-content/themes/yatatheme/fonts/SourceSansPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
.section-listeactualites {
  position: relative;
}
.section-listeactualites .choix_cats.select-wrapper span label {
  padding: 10px 20px;
}
.section-listeactualites .row {
  justify-content: center;
}
.section-listeactualites .blog__moteur {
  display: flex;
  flex-wrap: wrap;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.section-listeactualites .blog__moteur .moteur__item {
  display: flex;
  flex-direction: column;
  margin: 0 17px 22px 0;
  justify-content: end;
}
.section-listeactualites .blog__moteur label {
  font-size: 1.8rem;
  font-weight: 600;
  color: #113751;
  line-height: 1;
  margin-bottom: 8px;
}
.section-listeactualites .blog__moteur .select-wrapper {
  position: relative;
}
.section-listeactualites .blog__moteur .select-wrapper select {
  cursor: pointer;
  border: 0;
  outline: none;
  appearance: none;
  padding: 12px 13px 14px;
  border-radius: 12px;
  font-size: 2.1rem;
  font-weight: 300;
  width: 100%;
  min-width: 220px;
  background-color: #113751;
  color: #ffffff;
}
.section-listeactualites .blog__moteur .select-wrapper i {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  font-size: 2.4rem;
  transform: rotate(-90deg);
  position: absolute;
  top: 15px;
  right: 10px;
  color: white;
  pointer-events: none;
}
.section-listeactualites .blog__moteur .select-wrapper:hover i {
  color: #E62332;
}
.section-listeactualites .blog__moteur .reset__bouton {
  font-size: 1.6rem;
  color: #E62332;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 16px;
}
.section-listeactualites .blog__moteur .reset__bouton i {
  font-size: 1.9rem;
  margin-right: 3px;
  transform: rotate(45deg);
}
.section-listeactualites .blog__moteur .reset__bouton span {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.section-listeactualites .blog__moteur .reset__bouton:hover i,
.section-listeactualites .blog__moteur .reset__bouton:hover span {
  color: #113751;
}
.section-listeactualites .blog__liste {
  display: grid;
  gap: 36px 36px;
  grid-template-columns: repeat(3,1fr);
}
.section-listeactualites .boutonplus {
  text-align: center;
}
.section-listeactualites .boutonplus .blog__bouton {
  cursor: pointer;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  margin: 40px auto 0;
}
.actu__wrapper {
  margin-bottom: 150px;
}
.bandeau-intro {
  background: white;
  text-align: center;
  padding: 40px 0;
  font-size: 2rem;
  font-weight: bold;
}
.portes-container {
  display: flex;
  background: white;
  width: 100%;
}
.porte {
  background-color: #113751;
  color: #fff;
  font-family: 'Hackney', sans-serif;
  font-size: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.6s ease;
  flex: 0 0 50%;
  opacity: 1;
  pointer-events: auto;
  position: relative;
  min-height: 500px;
}
.bandeausuite span {
  background-image: url("data:image/svg+xml,%3Csvg width='500' height='130' viewBox='0 0 500 130' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='scribble' patternUnits='userSpaceOnUse' width='4' height='4'%3E%3Cpath d='M-2,2 L6,2' stroke='%23e62332' stroke-width='3' /%3E%3C/pattern%3E%3Cfilter id='roughen'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1' numOctaves='2' result='noise'/%3E%3CfeDisplacementMap in='SourceGraphic' in2='noise' scale='2' xChannelSelector='R' yChannelSelector='G'/%3E%3C/filter%3E%3C/defs%3E%3Cpolygon points='0,20 500,0 500,110 0,130' fill='url(%23scribble)' filter='url(%23roughen)' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}
.section-listeactualites {
  transition: all 2s ease;
  overflow: auto;
  display: none;
}
.porte.gauche {
  border-right: 2px solid white;
}
.porte.droite {
  border-left: 2px solid white;
}
.porte .texte {
  padding: 100px 0px;
}
.portes-container.ouvert-gauche .porte.gauche,
.portes-container.ouvert-droite .porte.droite {
  flex: 0 0 0%;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}
.portes-container.ouvert-gauche .section-listeactualites,
.portes-container.ouvert-droite .section-listeactualites {
  display: block;
  flex: 0 0 75%;
}
.portes-container.ouvert-gauche .porte.droite,
.portes-container.ouvert-droite .porte.gauche {
  flex: 0 0 25%;
}
.portes-container.ouvert-gauche .porte.droite .voir,
.portes-container.ouvert-gauche .porte.droite .voir-suite,
.portes-container.ouvert-droite .porte.gauche .voir,
.portes-container.ouvert-droite .porte.gauche .voir-suite {
  text-decoration: underline;
}
.portes-container.ouvert-gauche .porte.droite .texte,
.portes-container.ouvert-droite .porte.gauche .texte {
  padding: 150px 0px;
}
.porte .texte {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 8%;
  text-align: center;
  padding: 0px 5px;
}
.porte .texte::before {
  content: "\e92e";
  font-family: 'icomoon';
  text-decoration: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 26px;
  color: white;
  background-color: #e62332;
  border-radius: 50%;
  padding: 24px;
  margin-bottom: 30px;
}
.porte.gauche .texte::before {
  rotate: -90deg;
}
.porte.droite .texte::before {
  rotate: 90deg;
}
.porte .texte::after {
  content: "Voir les actualités";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;
  min-height: 42px;
  border: 1px solid #e62332;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2.8rem;
  line-height: 1.1;
  border-radius: 21px;
  color: white;
  background-color: #e62332;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-top: 30px;
}
.porte .texte:hover::after {
  background-color: transparent;
  color: #e62332;
}
.reserveadherents::before {
  content: "Réservé aux adhérents";
  position: absolute;
  top: 60px;
  right: -50px;
  width: 250px;
  padding: 5px 0;
  background: #e62332;
  color: white;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  transform: rotate(45deg);
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  z-index: 10;
  pointer-events: none;
  letter-spacing: 0.05em;
  user-select: none;
}
.section-listeactualites__caseprofile {
  display: none;
  text-align: center;
  padding: 2rem 0;
}
.section-listeactualites__caseprofile .blog__liste__caseprofile {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  flex-wrap: nowrap;
}
.section-listeactualites__caseprofile .blog__liste__caseprofile .listeblog__item {
  min-width: 350px;
  max-width: 400px;
  margin: 20px;
  text-align: left;
}
.listeblog__item.passe .overlay-flou {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,0.4);
  backdrop-filter: blur(2px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  pointer-events: none;
  z-index: 10;
  color: black;
  font-size: 45px;
  font-family: 'Hackney', sans-serif;
}
@media (max-width: 1800px) {
  .col-xl-10 {
    width: 100%;
  }
}
@media (max-width: 1450px) {
  .section-listeactualites .blog__liste {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (max-width: 991px) {
  .portes-container.ouvert-gauche .porte.droite .texte,
  .portes-container.ouvert-droite .porte.gauche .texte {
    font-size: 2.5rem;
  }
  .section-listeactualites__caseprofile .blog__liste__caseprofile .listeblog__item {
    min-width: 300px;
    max-width: 350px;
  }
}
@media (max-width: 825px) {
  .porte .texte {
    font-size: 4rem;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .section-listeactualites .blog__moteur .choix_cats.select-wrapper {
    text-align: center;
  }
  .section-listeactualites .blog__moteur .choix_cats.select-wrapper span label {
    padding: 5px 20px;
    margin: 0 4px 8px 4px;
  }
  .section-listeactualites .blog__liste {
    gap: 20px 20px;
    grid-template-columns: repeat(1,1fr);
  }
  .section-listeactualites__caseprofile .blog__liste__caseprofile .listeblog__item {
    min-width: 250px;
    max-width: 300px;
  }
  .portes-container.ouvert-gauche .section-listeactualites,
  .portes-container.ouvert-droite .section-listeactualites {
    flex: 0 0 60%;
  }
  .portes-container.ouvert-gauche .porte.droite,
  .portes-container.ouvert-droite .porte.gauche {
    flex: 0 0 40%;
  }
  .porte .texte::after {
    font-size: 2.4rem;
  }
}
