@font-face {
  font-family: 'ARSMaquette';
  src: url('/wp-content/themes/yatatheme-child/fonts/ARSMaquettePro-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ARSMaquette';
  src: url('/wp-content/themes/yatatheme-child/fonts/ARSMaquettePro-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'ARSMaquette';
  src: url('/wp-content/themes/yatatheme-child/fonts/ARSMaquettePro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'ARSNovelty';
  src: url('/wp-content/themes/yatatheme-child/fonts/ARSNovelty-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Tomatoes';
  src: url('/wp-content/themes/yatatheme-child/fonts/TOMATOES 2021.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.home__sidenav {
  position: fixed;
  padding-top: 80px;
  z-index: 11;
  top: 0;
  left: 37px;
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  row-gap: 3px;
  transition: all 0.3s ease;
}
.home__sidenav a.home__sidenav-button {
  display: flex;
  align-items: center;
  column-gap: 10px;
  position: relative;
  padding: 20px 0;
}
.home__sidenav a.home__sidenav-button:before {
  content: "";
  position: absolute;
  left: 12px;
  top: 0;
  height: 20px;
  border-left: 3px dotted #ffffff;
  z-index: -2;
}
.home__sidenav a.home__sidenav-button:after {
  content: "";
  position: absolute;
  left: 12px;
  bottom: 0;
  height: 20px;
  border-left: 3px dotted #ffffff;
  z-index: -2;
}
.home__sidenav a.home__sidenav-button span.home__sidenav-icone {
  width: 28px;
  height: 28px;
  border-radius: 14px;
  border: 6px solid #ffffff;
  transition: all 0.2s ease;
}
.home__sidenav a.home__sidenav-button span.home__sidenav-texte {
  font-family: 'ARSNovelty', sans-serif;
  font-size: 1.6rem;
  color: #ffffff;
  transition: all 0.2s ease;
}
.home__sidenav a.home__sidenav-button.active span.home__sidenav-icone,
.home__sidenav a.home__sidenav-button:hover span.home__sidenav-icone {
  background-color: #ffffff;
}
.home__sidenav a.home__sidenav-button.green:before,
.home__sidenav a.home__sidenav-button.green:after {
  border-left: 3px dotted #359B48;
}
.home__sidenav a.home__sidenav-button.green span.home__sidenav-icone {
  border: 6px solid #359B48;
}
.home__sidenav a.home__sidenav-button.green span.home__sidenav-texte {
  color: #359B48;
}
.home__sidenav a.home__sidenav-button.green.active span.home__sidenav-icone,
.home__sidenav a.home__sidenav-button.green:hover span.home__sidenav-icone {
  background-color: #359B48;
}
@media (max-width: 1399px) {
  .home__sidenav {
    left: 20px;
  }
}
@media (max-width: 1199px) {
  .home__sidenav {
    display: none;
  }
}
section.section-intro-home {
  background-color: #359B48;
  height: 100vh;
  display: flex;
}
section.section-intro-home .partie1 {
  position: relative;
  width: 70%;
  padding-left: 20%;
  padding-top: 15vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.section-intro-home .partie1 img.logo {
  width: 62vh;
  height: auto;
}
section.section-intro-home .partie1 .bouton2 {
  margin-top: 4vh;
}
section.section-intro-home .partie1 .docs {
  display: flex;
  column-gap: 60px;
  margin-top: 8vh;
}
section.section-intro-home .partie1 .docs .liendoc i {
  background-color: #ffffff;
  color: #359B48;
}
section.section-intro-home .partie1 .docs .liendoc >span {
  color: #ffffff;
}
section.section-intro-home .partie1 .docs .liendoc:hover i {
  background-color: #359B48;
  color: #ffffff;
}
section.section-intro-home .partie1 .docs .liendoc:hover span {
  transform: translateX(5px);
}
section.section-intro-home .partie1:before {
  content: "";
  position: absolute;
  top: 16%;
  right: -18%;
  width: 17%;
  height: 20%;
  z-index: 4;
  background-image: url(/wp-content/themes/yatatheme-child/img/etoile.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
section.section-intro-home .sideimg {
  width: 30%;
  height: 100%;
  mask-image: url('/wp-content/themes/yatatheme-child/img/sideimg.svg');
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url('/wp-content/themes/yatatheme-child/img/sideimg.svg');
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
section.section-intro-home .sideimg small.copyimg {
  top: auto;
  bottom: 1rem;
}
section.section-intro-home .sideimg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45%;
  pointer-events: none;
  background: linear-gradient(to bottom,rgba(0,0,0,0.6),rgba(0,0,0,0));
  z-index: 2;
}
@media (max-width: 991px) {
  section.section-intro-home {
    flex-direction: column;
  }
  section.section-intro-home .sideimg {
    width: 100%;
    order: -1;
    height: 36vh;
    mask-image: none;
    -webkit-mask-image: none;
  }
  section.section-intro-home .partie1 {
    width: 100%;
    height: 64vh;
    padding-left: 0;
    padding-top: 0;
    align-items: center;
  }
  section.section-intro-home .partie1 img.logo {
    width: 40vh;
  }
  section.section-intro-home .partie1:before {
    top: -7%;
    right: 10%;
  }
}
@media (max-width: 575px) {
  section.section-intro-home .partie1 .docs {
    flex-direction: column;
    row-gap: 10px;
    margin-top: 5vh;
  }
  section.section-intro-home .partie1 img.logo {
    width: 70vw;
  }
  section.section-intro-home .partie1:before {
    width: 28%;
    height: 17%;
  }
}
section.section-imgprincipale-home {
  position: relative;
}
section.section-imgprincipale-home .imgcropCtn {
  height: 80vh;
}
section.section-imgprincipale-home .imgcropCtn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.3;
  z-index: 1;
}
section.section-imgprincipale-home .imgcropCtn small.copyimg {
  z-index: 3;
}
section.section-imgprincipale-home .imgcropCtn .textes {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 23px;
  z-index: 2;
  text-align: center;
  max-width: 1200px;
  padding: 0 20px 80px;
  margin: auto;
}
section.section-imgprincipale-home .imgcropCtn .textes span.titre {
  font-family: 'ARSNovelty', sans-serif;
  color: #ffffff;
  font-size: 9rem;
}
section.section-imgprincipale-home .imgcropCtn .textes span.soustitre {
  font-size: 2rem;
  color: #ffffff;
  font-style: italic;
}
section.section-dataicone {
  position: absolute;
  width: 100%;
  bottom: -75px;
  z-index: 5;
}
section.section-dataicone .row > div .data {
  position: relative;
  width: 200px;
  height: 200px;
}
section.section-dataicone .row > div .data i {
  position: absolute;
  top: -40px;
  left: -20px;
  font-size: 10rem;
}
section.section-dataicone .row > div .data i.icon-faune {
  font-size: 7.2rem;
  top: -25px;
  left: -35px;
}
section.section-dataicone .row > div .data span.intitule {
  padding: 0 13px;
}
@media (max-width: 1699px) {
  section.section-dataicone .container-fluid {
    max-width: 1316px;
  }
}
@media (max-width: 1599px) {
  section.section-imgprincipale-home .imgcropCtn .textes span.titre {
    font-size: 8rem;
  }
}
@media (max-width: 1399px) {
  section.section-imgprincipale-home .imgcropCtn .textes span.titre {
    font-size: 7.4rem;
  }
  section.section-dataicone .row > div .data i {
    font-size: 8rem;
    top: -20px;
    left: 0;
  }
  section.section-dataicone .row > div .data i.icon-faune {
    font-size: 6.2rem;
    top: -15px;
    left: -25px;
  }
  section.section-dataicone .container-fluid {
    max-width: 1096px;
  }
}
@media (max-width: 991px) {
  section.section-imgprincipale-home .imgcropCtn .textes span.titre {
    font-size: 6rem;
  }
  section.section-dataicone .row > div .data i {
    position: relative;
    top: 0 !important;
    left: 0 !important;
  }
  section.section-dataicone {
    position: relative;
    bottom: 0;
    margin-top: -140px;
  }
}
@media (max-width: 767px) {
  section.section-imgprincipale-home .imgcropCtn {
    height: 70vh;
  }
  section.section-imgprincipale-home .imgcropCtn .textes span.titre {
    font-size: 4rem;
  }
  section.section-dataicone .row > div .data i {
    font-size: 6.2rem;
  }
  section.section-dataicone .row > div .data i.icon-faune {
    font-size: 5.2rem;
  }
}
@media (max-width: 500px) {
  section.section-dataicone .row > div {
    grid-template-columns: repeat(2,1fr);
  }
  section.section-dataicone .row > div .data {
    width: 160px;
    height: 160px;
  }
  section.section-dataicone .row > div .data i {
    font-size: 5.2rem;
  }
  section.section-dataicone .row > div .data i.icon-faune {
    font-size: 4.2rem;
  }
  section.section-dataicone .row > div .data span.intitule {
    margin-top: 5px;
    font-size: 1.4rem;
  }
}
section.section-leparc-home {
  scroll-margin-top: -70px;
  padding-bottom: 100px;
  padding-top: 170px;
}
section.section-leparc-home .inner {
  padding: 0 20px;
  margin: auto;
  text-align: center;
}
section.section-leparc-home .inner span.surtitre {
  display: block;
  font-family: 'Tomatoes', cursive;
  font-size: 6.2rem;
  text-align: center;
  transform: rotate(2deg);
}
section.section-leparc-home .inner span.titre {
  display: inline-block;
  font-family: 'ARSNovelty', sans-serif;
  font-size: 15rem;
  text-align: center;
  color: #359B48;
  margin: 0 70px 60px;
  position: relative;
}
section.section-leparc-home .inner span.titre:after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: 20px;
  background-image: url(/wp-content/themes/yatatheme-child/img/exclamation.svg);
  width: 50px;
  height: 170px;
  background-size: contain;
  background-repeat: no-repeat;
}
section.section-leparc-home .inner p {
  max-width: 1040px;
  margin: 0 auto 20px;
  font-size: 2rem;
  color: #359B48;
  font-weight: 500;
}
section.section-datalien {
  margin: 60px 0 0;
}
@media (max-width: 1599px) {
  .home__sidenav {
    padding-top: 140px;
  }
  section.section-leparc-home .inner span.surtitre {
    font-size: 5.2rem;
  }
  section.section-leparc-home .inner span.titre {
    font-size: 12rem;
    margin: 0 70px 40px;
  }
  section.section-leparc-home .inner span.titre:after {
    width: 42px;
    height: 140px;
  }
}
@media (max-width: 1399px) {
  section.section-leparc-home .inner span.surtitre {
    font-size: 4rem;
  }
  section.section-leparc-home .inner span.titre {
    font-size: 9rem;
  }
  section.section-leparc-home .inner span.titre:after {
    width: 33px;
    height: 110px;
  }
  section.section-leparc-home .inner p {
    max-width: 930px;
  }
  .home__sidenav a.home__sidenav-button {
    padding: 14px 0;
  }
  .home__sidenav a.home__sidenav-button:after,
  .home__sidenav a.home__sidenav-button a:before {
    height: 14px;
  }
}
@media (max-width: 991px) {
  section.section-leparc-home {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  section.section-datalien {
    margin: 40px 0 0;
  }
  section.section-leparc-home {
    padding-bottom: 70px;
  }
  section.section-leparc-home .inner span.titre {
    margin: 0 30px 40px;
    font-size: 5.4rem;
  }
  section.section-leparc-home .inner span.surtitre {
    font-size: 2.7rem;
  }
  section.section-leparc-home .inner span.titre:after {
    width: 24px;
    height: 80px;
    bottom: 10px;
    right: -50px;
  }
  section.section-leparc-home .inner p {
    font-size: 1.8rem;
  }
  section.section-leparc-home {
    padding-top: 70px;
  }
}
section.section-carte-home {
  padding-bottom: 100px;
  scroll-margin-top: 80px;
}
section.section-carte-home .inner {
  max-width: 1664px;
  margin: auto;
  padding: 0 160px;
}
section.section-carte-home .inner .titres {
  position: relative;
  display: flex;
  column-gap: 40px;
  align-items: center;
  margin-bottom: 30px;
}
section.section-carte-home .inner .titres:before {
  content: "";
  display: inline-block;
  top: 0;
  left: 0;
  width: 245px;
  height: 235px;
  background-image: url(/wp-content/themes/yatatheme-child/img/titre_carte_home.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
section.section-carte-home .inner .titres >div {
  max-width: 50%;
}
section.section-carte-home .inner .titres h2 {
  font-size: 9rem;
  line-height: 1;
  margin-bottom: 15px;
}
section.section-carte-home .inner .titres span.soustitre {
  display: inline-block;
  font-family: 'Tomatoes', cursive;
  font-size: 5rem;
  transform: rotate(-3deg);
  color: #D67D5D;
}
section.section-carte-home .inner .textecarte {
  display: flex;
  column-gap: 30px;
  align-items: flex-start;
}
section.section-carte-home .inner .textecarte .texte {
  width: 30%;
  margin-top: 50px;
}
section.section-carte-home .inner .textecarte .texte .carte__zones {
  position: relative;
}
section.section-carte-home .inner .textecarte .texte .carte__zones .carte__zone {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  opacity: 0;
  transition: opacity 0.4s;
  background: #ffffff;
  z-index: 0;
  margin-bottom: 50px;
}
section.section-carte-home .inner .textecarte .texte .carte__zones .carte__zone-titre {
  color: #D67D5D;
}
section.section-carte-home .inner .textecarte .texte .carte__zones .carte__zone.active {
  display: block;
  position: relative;
  opacity: 1;
  z-index: 1;
}
section.section-carte-home .inner .textecarte .texte .carte__zones .carte__zone.fading-out {
  display: block;
  opacity: 0;
  z-index: 2;
}
section.section-carte-home .inner .textecarte .texte .carte__zones .carte__zone .bouton-fleche {
  margin-top: 30px;
}
section.section-carte-home .inner .textecarte .texte .bouton1 {
  margin: 0 20px 30px 0;
}
section.section-carte-home .inner .textecarte .texte :last-child {
  margin-bottom: 0;
}
section.section-carte-home .inner .textecarte .carte {
  width: 70%;
  position: relative;
  min-height: 580px;
}
section.section-carte-home .inner .textecarte .carte svg {
  width: 100%;
  position: absolute;
  height: auto;
  bottom: 0;
  left: 0;
}
section.section-carte-home .inner .textecarte .carte svg g>* {
  pointer-events: none;
}
section.section-carte-home .inner .textecarte .carte svg g>*.clickable {
  pointer-events: all;
  cursor: pointer;
  animation: pulse 2s infinite;
  transition: all 0.5s ease;
}
section.section-carte-home .inner .textecarte .carte svg g>*.clickable:hover {
  filter: brightness(1.2);
}
@media (max-width: 1599px) {
  section.section-carte-home .inner .titres h2 {
    font-size: 7rem;
  }
  section.section-carte-home .inner .titres span.soustitre {
    font-size: 4rem;
  }
  section.section-carte-home .inner .titres:before {
    width: 215px;
    height: 195px;
  }
}
@media (max-width: 1399px) {
  section.section-carte-home .inner .titres h2 {
    font-size: 6rem;
  }
  section.section-carte-home .inner .titres span.soustitre {
    font-size: 3.6rem;
  }
  section.section-carte-home .inner .titres:before {
    width: 165px;
    height: 155px;
  }
  section.section-carte-home .inner .titres >div {
    max-width: none;
  }
  section.section-carte-home .inner .textecarte .texte {
    width: 40%;
  }
  section.section-carte-home .inner .textecarte .carte {
    width: 60%;
    min-height: 420px;
  }
}
@media (max-width: 1199px) {
  section.section-carte-home .inner {
    padding: 0 20px;
  }
  .animregionmobile {
    animation: animregionmobile 2.5s infinite linear !important;
  }
  path#fenouilledes {
    animation-delay: 0.5s !important;
  }
  path#vallee-aude {
    animation-delay: 0.8s !important;
  }
  @keyframes animregionmobile {
    0% {
      filter: brightness(0.8);
    }
    50% {
      filter: brightness(1.2);
    }
    100% {
      filter: brightness(0.8);
    }
  }
}
@media (max-width: 991px) {
  section.section-carte-home .inner .titres h2 {
    font-size: 5rem;
  }
  section.section-carte-home .inner .titres span.soustitre {
    font-size: 3.1rem;
  }
  section.section-carte-home .inner .titres:before {
    width: 125px;
    height: 120px;
  }
  section.section-carte-home .inner .titres {
    column-gap: 30px;
    margin-bottom: 20px;
  }
  section.section-carte-home .inner .textecarte {
    flex-direction: column;
    row-gap: 20px;
  }
  section.section-carte-home .inner .textecarte .texte {
    width: 100%;
    margin-top: 0;
    order: 2;
  }
  section.section-carte-home .inner .textecarte .texte .bouton1 {
    margin: 0 10px 20px 0;
  }
  section.section-carte-home .inner .textecarte .carte {
    width: 100%;
    min-height: auto;
    text-align: center;
  }
  section.section-carte-home .inner .textecarte .carte svg {
    position: relative;
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  section.section-carte-home .inner .titres h2 {
    font-size: 4rem;
  }
  section.section-carte-home .inner .titres span.soustitre {
    font-size: 2.4rem;
  }
  section.section-carte-home {
    padding-bottom: 70px;
  }
}
@media (max-width: 500px) {
  section.section-carte-home .inner .textecarte .texte .bouton1 {
    width: 100%;
  }
}
section.section-missions-home {
  padding-bottom: 100px;
  scroll-margin-top: 80px;
}
section.section-missions-home .container-fluid > .row:first-child {
  align-items: center;
}
section.section-missions-home h2 {
  font-size: 9rem;
  line-height: 1;
  margin-bottom: 15px;
  margin-bottom: 0;
}
section.section-missions-home p {
  font-size: 1.8rem;
  line-height: 1.8;
}
section.section-missions-home p:last-child {
  margin-bottom: 0;
}
section.section-missions-home .section-listedeliens {
  margin-top: 60px;
}
section.section-missions-home .boutons {
  margin-top: 60px;
  display: flex;
  column-gap: 16px;
}
@media (max-width: 1599px) {
  section.section-missions-home h2 {
    font-size: 7rem;
  }
}
@media (max-width: 1399px) {
  section.section-missions-home h2 {
    font-size: 6rem;
  }
  section.section-missions-home .container-fluid {
    padding: 0 60px;
  }
  section.section-missions-home .section-listedeliens,
  section.section-missions-home .boutons {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  section.section-missions-home .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  section.section-missions-home h2 {
    font-size: 5rem;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  section.section-missions-home h2 {
    font-size: 4rem;
  }
  section.section-missions-home p {
    font-size: 1.6rem;
  }
  section.section-missions-home .section-listedeliens {
    margin-top: 30px;
  }
  section.section-missions-home {
    padding-bottom: 70px;
  }
}
@media (max-width: 500px) {
  section.section-missions-home .boutons {
    flex-direction: column;
    row-gap: 15px;
  }
  section.section-missions-home .boutons .bouton1 {
    width: 100%;
  }
}
section.section-actus-home {
  padding: 100px 0;
}
section.section-actus-home h2 {
  font-size: 9rem;
  line-height: 1;
}
section.section-actus-home .section-crosssellingactus .titrerow > div {
  margin-bottom: 40px;
}
@media (max-width: 1599px) {
  .section-crosssellingactus .titrerow > div {
    width: 75%;
  }
  section.section-actus-home h2 {
    font-size: 7rem;
  }
}
@media (max-width: 1399px) {
  .section-crosssellingactus .row > div.col-xl-10 {
    width: 75%;
  }
  section.section-actus-home h2 {
    font-size: 6rem;
  }
}
@media (max-width: 1199px) {
  .section-crosssellingactus .row > div.col-xl-10,
  .section-crosssellingactus .titrerow > div {
    width: 100%;
  }
}
@media (max-width: 991px) {
  section.section-actus-home h2 {
    font-size: 5rem;
  }
}
@media (max-width: 767px) {
  section.section-actus-home {
    padding: 70px 0;
  }
  section.section-actus-home h2 {
    font-size: 4rem;
  }
}
section.section-reseaux-home {
  padding-bottom: 100px;
  scroll-margin-top: 80px;
}
section.section-reseaux-home .container-fluid {
  padding: 0 160px;
}
section.section-reseaux-home .col-12 {
  text-align: center;
}
section.section-reseaux-home h2 {
  font-size: 9rem;
  line-height: 1;
  margin-bottom: 10px;
  word-break: break-word;
}
section.section-reseaux-home span.soustitre {
  display: inline-block;
  font-family: 'Tomatoes', cursive;
  font-size: 5rem;
  transform: rotate(-3deg);
  color: #359B48;
  margin-bottom: 40px;
}
section.section-reseaux-home p {
  max-width: 700px;
  margin: 0 auto 20px;
}
section.section-reseaux-home .social {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 30px;
}
section.section-reseaux-home .social a i {
  font-size: 4.6rem;
  color: #359B48;
  transition: all 0.2s ease;
}
section.section-reseaux-home .social a:hover i {
  color: #000000;
}
@media (max-width: 1599px) {
  section.section-reseaux-home h2 {
    font-size: 7rem;
  }
  section.section-reseaux-home span.soustitre {
    font-size: 4rem;
  }
}
@media (max-width: 1399px) {
  section.section-reseaux-home h2 {
    font-size: 6rem;
  }
  section.section-reseaux-home span.soustitre {
    font-size: 3.6rem;
  }
}
@media (max-width: 1199px) {
  section.section-reseaux-home .container-fluid {
    padding: 0 20px;
  }
  section.section-reseaux-home .social a i {
    font-size: 3.5rem;
  }
}
@media (max-width: 991px) {
  section.section-reseaux-home h2 {
    font-size: 5rem;
    margin-bottom: 15px;
  }
  section.section-reseaux-home span.soustitre {
    font-size: 3.1rem;
  }
}
@media (max-width: 767px) {
  section.section-reseaux-home h2 {
    font-size: 4rem;
  }
  section.section-reseaux-home span.soustitre {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  section.section-reseaux-home {
    padding-bottom: 70px;
  }
}
section.section-agenda-home {
  display: flex;
  align-items: center;
  column-gap: 2%;
  scroll-margin-top: 40px;
}
section.section-agenda-home .partiegauche {
  width: 62%;
  padding: 160px 0 80px 190px;
  background-image: url(/wp-content/themes/yatatheme-child/img/bg_agendahome.svg);
  background-position: left bottom;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
section.section-agenda-home .partiegauche h2 {
  color: #ffffff;
  font-size: 4.7vw;
  line-height: 1;
  margin-bottom: 4vw;
  padding: 0 210px 0 6vw;
}
section.section-agenda-home .partiedroite {
  width: 36%;
  padding-right: 140px;
}
section.section-agenda-home .partiedroite .agenda__liste {
  grid-template-columns: repeat(1,1fr);
}
section.section-agenda-home .partiedroite .bouton4 {
  margin-top: 50px;
}
section.section-agenda-home .evenement {
  display: flex;
  column-gap: 3%;
  align-items: center;
}
section.section-agenda-home .evenement .imgcropCtn {
  background-color: #D67D5D;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 39%;
  height: 380px;
  mask-image: url('/wp-content/themes/yatatheme-child/img/fleur.svg');
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url('/wp-content/themes/yatatheme-child/img/fleur.svg');
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
section.section-agenda-home .evenement .imgcropCtn i {
  color: #ffffff;
  font-size: 24rem;
}
section.section-agenda-home .evenement .contenu {
  width: 58%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 25px;
  padding-right: 60px;
}
section.section-agenda-home .evenement .contenu .tags {
  display: flex;
  column-gap: 10px;
}
section.section-agenda-home .evenement .contenu .tags .tag {
  background-color: #ffffff;
  color: #D67D5D;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 5px 15px;
  border-radius: 13px;
}
section.section-agenda-home .evenement .contenu .date {
  font-family: 'ARSNovelty', sans-serif;
  font-size: 2.6rem;
  color: #ffffff;
}
section.section-agenda-home .evenement .contenu .lieux {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
section.section-agenda-home .evenement .contenu .lieux i {
  font-size: 2.2rem;
  color: #ffffff;
}
section.section-agenda-home .evenement .contenu .lieux .lieu {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
}
section.section-agenda-home .evenement .contenu .titre {
  font-family: 'Tomatoes', cursive;
  font-size: 4rem;
  transform: rotate(-3deg);
  line-height: 1.8;
}
section.section-agenda-home .evenement .contenu a.ensavoirplus {
  display: flex;
  align-items: center;
  column-gap: 25px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  width: fit-content;
  padding-bottom: 9px;
}
section.section-agenda-home .evenement .contenu a.ensavoirplus i {
  width: 29px;
  height: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #D67D5D;
  background-color: #ffffff;
  border-radius: 15px;
  font-size: 1.1rem;
  transition: all 0.2s ease;
}
section.section-agenda-home .evenement .contenu a.ensavoirplus:hover {
  border-bottom: 1px solid #D67D5D;
}
section.section-agenda-home .evenement .contenu a.ensavoirplus:hover i {
  transform: translateX(20px);
}
@media (min-width: 1999px) {
  section.section-agenda-home .partiegauche {
    padding-left: 17vw;
  }
  section.section-agenda-home .partiegauche h2 {
    font-size: 9rem;
    margin-bottom: 3vw;
  }
  section.section-agenda-home .partiedroite {
    padding-right: 17vw;
  }
}
@media (max-width: 1599px) {
  section.section-agenda-home .partiegauche {
    padding-top: 120px;
  }
  section.section-agenda-home .partiegauche h2 {
    font-size: 7rem;
    padding-left: 0;
  }
  section.section-agenda-home .evenement .imgcropCtn {
    height: 310px;
  }
  section.section-agenda-home .evenement .imgcropCtn i {
    font-size: 18rem;
  }
  section.section-agenda-home .evenement .contenu {
    padding-right: 40px;
  }
}
@media (max-width: 1399px) {
  section.section-agenda-home .partiegauche {
    padding: 80px 0 60px 160px;
  }
  section.section-agenda-home .partiegauche h2 {
    font-size: 6rem;
    margin-bottom: 30px;
  }
  section.section-agenda-home .evenement .imgcropCtn {
    height: 280px;
  }
  section.section-agenda-home .evenement .imgcropCtn i {
    font-size: 15rem;
  }
  section.section-agenda-home .evenement .contenu .titre {
    font-size: 3rem;
  }
  section.section-agenda-home .partiedroite {
    padding-right: 100px;
  }
  section.section-agenda-home .partiedroite .bouton4 {
    margin-top: 30px;
  }
  .agenda__liste {
    gap: 25px;
  }
  .agenda__liste a.category_item .contenu {
    row-gap: 15px;
  }
}
@media (max-width: 1199px) {
  section.section-agenda-home .partiedroite {
    padding-right: 20px;
  }
  section.section-agenda-home .partiegauche {
    padding-left: 20px;
  }
  section.section-agenda-home .partiegauche h2 {
    padding-right: 170px;
  }
  .agenda__liste a.category_item .ensavoirplus {
    transform: none;
    width: 36px;
  }
  .agenda__liste a.category_item .ensavoirplus i {
    width: 36px;
    height: 36px;
    font-size: 1.3rem;
  }
  .agenda__liste a.category_item .contenu {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  section.section-agenda-home .partiegauche h2 {
    font-size: 5rem;
  }
  section.section-agenda-home {
    flex-direction: column;
  }
  section.section-agenda-home .partiegauche {
    width: 100%;
    padding: 50px 20px;
    margin-bottom: 20px;
  }
  section.section-agenda-home .partiedroite {
    width: 100%;
    padding: 0 20px;
  }
  section.section-agenda-home .partiedroite .agenda__liste {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  section.section-agenda-home .partiegauche h2 {
    font-size: 4rem;
  }
  section.section-agenda-home .evenement .imgcropCtn {
    height: 35vw;
  }
}
@media (max-width: 650px) {
  section.section-agenda-home .partiegauche {
    background-color: #D67D5D;
    padding: 40px 20px;
  }
  section.section-agenda-home .partiegauche h2 {
    padding-right: 0;
    margin-bottom: 20px;
  }
  section.section-agenda-home .evenement {
    flex-direction: column;
  }
  section.section-agenda-home .evenement .imgcropCtn {
    width: 300px;
    height: 240px;
    margin-bottom: 20px;
  }
  section.section-agenda-home .evenement .contenu {
    width: 100%;
    padding-right: 0;
    row-gap: 15px;
  }
  section.section-agenda-home .evenement .contenu .date {
    font-size: 2.1rem;
  }
  section.section-agenda-home .evenement .contenu .titre {
    font-size: 2.5rem;
  }
}
