.yatadata__anchor {
  scroll-margin-top: 180px;
}
.section-entetepage .entetepage__container .ariane {
  font-size: 1.5rem;
}
.section-entetepage .entetepage__container .entetepage__categ {
  font-size: 2.7rem;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.section-entetepage .entetepage__container .entetepage__categ i {
  font-size: 3.8rem;
  margin-right: 8px;
}
.section-entetepage .entetepage__container .swiper-container {
  position: relative;
  margin-bottom: 20px;
}
.section-entetepage .entetepage__container .swiper-container .swiper {
  height: 500px;
}
.section-entetepage .entetepage__container .swiper-container .swiper .swiper-slide .imgcropCtn {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 100%;
  width: 100%;
  display: block;
}
.section-entetepage .entetepage__container .swiper-container .swiper-button {
  top: 50%;
  width: auto;
  height: auto;
  background: none;
  border: none;
}
.section-entetepage .entetepage__container .swiper-container .swiper-button.s-button-prev {
  left: -36px;
  -webkit-transform: translate(-100%,-50%);
  -moz-transform: translate(-100%,-50%);
  -ms-transform: translate(-100%,-50%);
  -o-transform: translate(-100%,-50%);
  transform: translate(-100%,-50%);
}
.section-entetepage .entetepage__container .swiper-container .swiper-button.s-button-next {
  right: -36px;
  -webkit-transform: translate(100%,-50%);
  -moz-transform: translate(100%,-50%);
  -ms-transform: translate(100%,-50%);
  -o-transform: translate(100%,-50%);
  transform: translate(100%,-50%);
}
.section-entetepage .entetepage__container .swiper-container .swiper-button i {
  font-size: 5.7rem;
}
.section-entetepage .entetepage__container .swiper-container .swiper-button i::before {
  color: #DE612E;
}
.section-entetepage .entetepage__container .swiper-container .swiper-pagination {
  display: none;
  position: relative;
  margin-top: 16px;
  justify-content: center;
}
.section-entetepage .entetepage__container .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #2B2964;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  margin: 13px;
}
.section-entetepage .entetepage__container .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #2B2964;
}
.section-entetepage .entetepage__container .yatadata__classements {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto 30px;
}
.section-entetepage .entetepage__container .yatadata__classements .yatadata__classement {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.3rem;
  color: #DE612E;
}
.section-entetepage .entetepage__container .yatadata__classements .yatadata__classement i {
  margin: 0 2px;
}
.section-entetepage .entetepage__container .yatadata__infos-basiques {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  color: #DE612E;
}
.section-entetepage .entetepage__container .yatadata__infos-basiques .yatadata__infos-item {
  display: flex;
  align-items: center;
  font-weight: bold;
  line-height: 1.2;
  max-width: 300px;
  text-align: left;
  font-family: 'Lora', sans-serif;
  font-size: 1.6rem;
  margin: 0 20px 10px;
}
.section-entetepage .entetepage__container .yatadata__infos-basiques .yatadata__infos-item i {
  font-size: 3rem;
  display: inline-flex;
  justify-content: center;
  margin-right: 14px;
}
.section-entetepage .entetepage__container .yatadata__infos-basiques .yatadata__infos-item i.icon-capacite {
  font-size: 2.4rem;
}
.section-entetepage .entetepage__container .yatadata__infos-basiques .yatadata__infos-item i.icon-denivele {
  font-size: 1.7rem;
}
.section-yatadata {
  overflow-x: clip;
  position: relative;
}
.section-yatadata .navigation-sticky {
  position: sticky;
  top: 90px;
  z-index: 90;
  padding: 20px 20px 8px;
  margin: 0 auto 50px;
  text-align: center;
  background: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #2B2964;
  z-index: 1000;
}
.section-yatadata .navigation-sticky .navigation-sticky__item {
  padding: 0 16px;
  border-right: 1px solid #2B2964;
}
.section-yatadata .navigation-sticky .navigation-sticky__item:last-child {
  border-right: none;
}
.section-yatadata .navigation-sticky .navigation-sticky__item .navigation-sticky__button {
  text-decoration: none;
  font-weight: bold;
  color: #2B2964;
  font-family: 'Lora', sans-serif;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  padding: 12px;
  border-bottom: 4px solid transparent;
}
.section-yatadata .navigation-sticky .navigation-sticky__item .navigation-sticky__button.active {
  border-bottom: 4px solid #DE612E;
}
.section-yatadata .yatadata__wrapper {
  margin-top: 70px;
  margin-bottom: 55px;
}
.section-yatadata .yatadata__wrapper::before {
  content: '';
  display: block;
  width: calc(100% + 2px);
  height: 26px;
  background-image: url(/wp-content/themes/yatatheme-child/img/yatadata-vague_top.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}
.section-yatadata .yatadata__wrapper::after {
  content: '';
  display: block;
  width: calc(100% + 2px);
  height: 26px;
  background-image: url(/wp-content/themes/yatatheme-child/img/yatadata-vague_bottom.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
.section-yatadata .yatadata__wrapper .yatadata__bleu {
  background: #2B2964;
  color: #ffffff;
  padding: 35px 0 10px;
}
.section-yatadata .yatadata__wrapper .yatadata__bleu .yatadata__container {
  max-width: 1374px;
}
.section-yatadata .yatadata__container {
  max-width: 834px;
  padding: 0 20px;
  margin: 0 auto;
}
.section-yatadata .yatadata__container .yatadata__description {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
}
.section-yatadata .yatadata__container h2 {
  margin: 40px 0 10px;
}
.section-yatadata .yatadata__container h3,
.section-yatadata .yatadata__container .h3like {
  margin: 0 0 10px;
}
.section-yatadata .yatadata__container .yatadata__documents {
  margin: 30px 0 0;
}
.section-yatadata .yatadata__container .yatadata__documents .yatadata__document {
  margin-bottom: 40px;
}
.section-yatadata .yatadata__container .yatadata__documents .yatadata__document p {
  margin-bottom: 10px;
}
.section-yatadata .yatadata__container .yatadata__documents .yatadata__document .bouton1 {
  margin-top: 0;
  margin-right: 20px;
  font-size: 1.6rem;
  padding: 8px 20px;
}
.section-yatadata .yatadata__container .yatadata__documents .yatadata__document .bouton1:last-child {
  margin-right: 0;
}
.section-yatadata .yatadata__container .yatadata__description {
  font-size: 2.2rem;
  line-height: 1.4;
  margin-bottom: 70px;
}
.section-yatadata .yatadata__container .yatadata__contact {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 25px;
}
.section-yatadata .yatadata__container .yatadata__contact .yatadata__com {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 300px;
}
.section-yatadata .yatadata__container .yatadata__contact .yatadata__com i {
  font-size: 4rem;
  margin-bottom: 30px;
  color: #7b73b4;
}
.section-yatadata .yatadata__container .yatadata__contact .yatadata__com i.icon-telephone {
  font-size: 4.6rem;
}
.section-yatadata .yatadata__container .yatadata__contact .yatadata__com a {
  font-weight: bold;
  font-family: 'Lora', sans-serif;
  color: #ffffff;
  line-height: 1.2;
}
.section-yatadata .yatadata__container .yatadata__contact .yatadata__com a:hover {
  color: #DE612E;
}
.section-yatadata .yatadata__container .yatadata__reseaux {
  display: flex;
  justify-content: center;
  font-size: 4rem;
  margin-top: 70px;
}
.section-yatadata .yatadata__container .yatadata__reseaux a {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
  margin: 0 12px;
  color: #7b73b4;
}
.section-yatadata .yatadata__container .yatadata__reseaux a span {
  font-size: 2rem;
  font-weight: bold;
  font-family: 'Lora', sans-serif;
  color: #ffffff;
  line-height: 1.2;
  transition: all 0.4s ease;
}
.section-yatadata .yatadata__container .yatadata__reseaux a:hover,
.section-yatadata .yatadata__container .yatadata__reseaux a:hover span {
  color: #DE612E;
}
.section-yatadata .yatadata__container .yatadata__adresse {
  text-align: center;
  margin-bottom: 30px;
}
.section-yatadata .yatadata__container .yatadata__carte {
  height: 235px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 40px;
}
.section-yatadata .yatadata__container .yatadata__carte a {
  text-decoration: none;
  font-weight: normal;
}
.section-yatadata .yatadata__container .yatadata__carte .markerYatadata svg {
  fill: #2B2964;
}
.section-yatadata .yatadata__container .yatadata__carte .leaflet-bottom,
.section-yatadata .yatadata__container .yatadata__carte .leaflet-top {
  z-index: 999;
}
.section-yatadata .yatadata__container .yatadata__prestations {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 0 20px;
}
.section-yatadata .yatadata__container .yatadata__liste-points {
  font-family: 'Lora', sans-serif;
  line-height: 1.4;
}
.section-yatadata .yatadata__container .yatadata__liste {
  padding: 0;
  font-family: 'Lora', sans-serif;
  list-style: none;
  font-weight: bold;
  line-height: 1;
  margin: 20px 0 40px;
}
.section-yatadata .yatadata__container .yatadata__liste .yatadata__liste-item {
  border-bottom: 1px solid #2B2964;
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.section-yatadata .yatadata__container .yatadata__liste .yatadata__liste-item .yatadata__liste-complement {
  font-weight: normal;
}
.section-yatadata .yatadata__container .yatadata__liste.programmation {
  font-weight: normal;
}
.section-yatadata .yatadata__container .yatadata__liste.programmation .yatadata__liste-item {
  flex-wrap: wrap;
  border: none;
}
.section-yatadata .yatadata__container .yatadata__liste.programmation .yatadata__liste-item .yatadata__liste-nom {
  width: 100%;
  padding: 10px 0;
  font-weight: bold;
  border-top: 1px solid #2B2964;
}
.section-yatadata .yatadata__container .yatadata__liste.liste-horaires {
  display: none;
}
.section-yatadata .yatadata__container .bouton__horaires {
  margin-top: 0;
  margin-bottom: 30px;
}
.section-yatadata .yatadata__container .yatadata__liste-img {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 50px;
  font-size: 1.8rem;
  font-family: 'Lora', sans-serif;
  margin-bottom: 20px;
}
.section-yatadata .yatadata__container .yatadata__liste-img img {
  max-height: 80px;
  margin-bottom: 16px;
}
.section-yatadata .yatadata__container .bouton3.bouton__retour {
  margin-top: 30px;
  padding: 14px 12px;
  width: 100%;
  justify-content: left;
  font-size: 1.4rem;
}
.section-yatadata .yatadata__container .bouton3.bouton__retour i {
  background: #ffffff;
  color: #DE612E;
  font-size: 1.3rem;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-right: 12px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.section-yatadata .yatadata__container .bouton3.bouton__retour .retour__texte {
  text-decoration: underline;
}
.section-yatadata .yatadata__container .bouton3.bouton__retour:hover i {
  background: #DE612E;
  color: #ffffff;
}
.section-yatadata.agenda {
  color: #2B2964;
}
.section-yatadata.agenda .yatadata__container .yatadata__liste .yatadata__liste-item {
  border-color: #2B2964;
}
.section-yatadata.agenda .yatadata__container .yatadata__liste.programmation .yatadata__liste-item .yatadata__liste-nom {
  border-color: #2B2964;
}
.section-yatadata.agenda .yatadata__container .yatadata__liste-tag {
  background: #2B2964;
}
.section-yatadata.agenda .yatadata__container .yatadata__reseaux a {
  color: #2B2964;
}
.section-yatadata.agenda .yatadata__container .bouton1.bouton__retour {
  background: #2B2964;
  border-color: #2B2964;
}
.section-yatadata.agenda .yatadata__container .bouton1.bouton__retour .bouton__arrow {
  color: #2B2964;
}
.section-yatadata.agenda .yatadata__container .bouton1.bouton__retour i {
  border-color: #2B2964;
}
.section-yatadata.agenda .yatadata__container .bouton1.bouton__retour:hover {
  background: transparent;
  color: #2B2964;
}
@media (max-width: 1249px) {
  .section-entetepage .entetepage__container .swiper-container .swiper-button {
    width: 42px;
    height: 42px;
    background: #DE612E;
    border: 1px solid #DE612E;
  }
  .section-entetepage .entetepage__container .swiper-container .swiper-button i {
    font-size: 2rem;
  }
  .section-entetepage .entetepage__container .swiper-container .swiper-button i:before {
    color: #ffffff;
  }
  .section-entetepage .entetepage__container .swiper-container .swiper-button.s-button-prev {
    left: 16px;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
  }
  .section-entetepage .entetepage__container .swiper-container .swiper-button.s-button-next {
    right: 16px;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
  }
}
@media (max-width: 991px) {
  .yatadata__anchor {
    scroll-margin-top: 80px;
  }
  .section-entetepage .entetepage__container .swiper-container .swiper {
    height: 280px;
  }
  .section-entetepage .entetepage__container .entetepage__categ {
    font-size: 2.2rem;
  }
  .section-entetepage .entetepage__container .entetepage__categ i {
    font-size: 3.2rem;
  }
  .section-entetepage .entetepage__container .swiper-container .swiper-pagination {
    display: flex;
  }
  .section-yatadata .navigation-sticky {
    position: relative;
    top: auto;
  }
  .section-yatadata .yatadata__container .yatadata__description {
    font-size: 2rem;
  }
  .section-yatadata .yatadata__container .yatadata__contact {
    flex-wrap: wrap;
    margin: 0;
  }
  .section-yatadata .yatadata__container .yatadata__contact .yatadata__com {
    margin-bottom: 25px;
  }
  .section-yatadata .yatadata__container .yatadata__reseaux {
    margin-top: 30px;
  }
  .section-yatadata .yatadata__wrapper::before {
    width: 110%;
    background-position: bottom -2px center;
    background-size: 110%;
  }
  .section-yatadata .yatadata__wrapper::after {
    width: 110%;
    background-position: top -2px center;
    background-size: 110%;
  }
}
@media (max-width: 767.98px) {
  .section-entetepage .entetepage__container .swiper-container .swiper-pagination .swiper-pagination-bullet {
    margin: 6px;
  }
  .section-entetepage .entetepage__container .yatadata__infos-basiques {
    flex-direction: column;
  }
  .section-entetepage .entetepage__container .yatadata__infos-basiques .yatadata__infos-item {
    width: 100%;
    margin: 0 0px 10px;
  }
  .section-yatadata .navigation-sticky {
    border-bottom: 0;
    padding: 0 10px;
    column-gap: 10px;
    row-gap: 10px;
  }
  .section-yatadata .navigation-sticky .navigation-sticky__item {
    padding: 0;
    border: 0 !important;
    line-height: 1.8;
  }
  .section-yatadata .navigation-sticky .navigation-sticky__item .navigation-sticky__button {
    padding: 5px 10px;
    border: 1px solid #2B2964 !important;
  }
  .section-yatadata .navigation-sticky .navigation-sticky__item .navigation-sticky__button:hover {
    background-color: #2B2964;
    color: white;
  }
}
