@font-face {
  font-family: 'Ohno Softie';
  src: url('/wp-content/themes/yatatheme/fonts/Ohno_Softie/OhnoSoftie-Light.woff2') format('woff2'), url('/wp-content/themes/yatatheme/fonts/Ohno_Softie/OhnoSoftie-Light.woff') format('woff');
  font-weight: 300;
}
@font-face {
  font-family: 'Ohno Softie';
  src: url('/wp-content/themes/yatatheme/fonts/Ohno_Softie/OhnoSoftie-Regular.woff2') format('woff2'), url('/wp-content/themes/yatatheme/fonts/Ohno_Softie/OhnoSoftie-Regular.woff') format('woff');
  font-weight: normal;
}
@font-face {
  font-family: 'Ohno Softie';
  src: url('/wp-content/themes/yatatheme/fonts/Ohno_Softie/OhnoSoftie-Medium.woff2') format('woff2'), url('/wp-content/themes/yatatheme/fonts/Ohno_Softie/OhnoSoftie-Medium.woff') format('woff');
  font-weight: 500;
}
@font-face {
  font-family: 'Ohno Softie';
  src: url('/wp-content/themes/yatatheme/fonts/Ohno_Softie/OhnoSoftie-Bold.woff2') format('woff2'), url('/wp-content/themes/yatatheme/fonts/Ohno_Softie/OhnoSoftie-Bold.woff') format('woff');
  font-weight: bold;
}
@font-face {
  font-family: 'Ohno Softie';
  src: url('/wp-content/themes/yatatheme/fonts/Ohno_Softie/OhnoSoftie-Black.woff2') format('woff2'), url('/wp-content/themes/yatatheme/fonts/Ohno_Softie/OhnoSoftie-Black.woff') format('woff');
  font-weight: 900;
}
@keyframes slidecopy {
  from {
    margin-left: -50px;
    opacity: .1;
  }
  to {
    margin-left: 0px;
    opacity: 1;
  }
}
@keyframes slidecopyTop {
  from {
    margin-bottom: -60px;
    opacity: .1;
  }
  to {
    margin-bottom: -10px;
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.single-articlesyatadata .main {
  overflow-x: hidden;
}
.section-entete-single-yatadata {
  position: relative;
}
.section-entete-single-yatadata .container-fluid {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
}
.section-entete-single-yatadata .container-fluid .entete__texte {
  position: relative;
  width: 42%;
  display: flex;
  min-height: 716px;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  color: #3D2681;
  padding: 55px 10% 240px 16px;
}
.section-entete-single-yatadata .container-fluid .entete__texte .ariane {
  margin-bottom: 10px;
}
.section-entete-single-yatadata .container-fluid .entete__texte .entete__titre {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: auto;
}
.section-entete-single-yatadata .container-fluid .entete__texte .entete__titre h1 {
  color: #3D2681;
  line-height: 1;
  font-size: 5rem;
  margin: 0;
  text-align: left;
}
.section-entete-single-yatadata .container-fluid .entete__texte .etiquettes {
  margin-bottom: 60px;
}
.section-entete-single-yatadata .container-fluid .entete__texte .etiquettes .etiquette {
  font-weight: bold;
  color: #3D2681;
  display: inline-block;
}
.section-entete-single-yatadata .container-fluid .entete__texte .etiquettes .etiquette::after {
  content: ' - ';
}
.section-entete-single-yatadata .container-fluid .entete__texte .etiquettes .etiquette:last-child::after {
  content: none;
}
.section-entete-single-yatadata .container-fluid .entete__texte .entete__classement {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.section-entete-single-yatadata .container-fluid .entete__texte .entete__classement i {
  margin-right: 10px;
}
.section-entete-single-yatadata .container-fluid .entete__texte .entete__reservation {
  width: 100%;
}
.section-entete-single-yatadata .container-fluid .entete__texte .entete__reservation a {
  justify-content: center;
  align-items: center;
  color: #EC5123;
  margin: 0;
}
.section-entete-single-yatadata .container-fluid .entete__texte .entete__reservation a i {
  font-size: 2.4rem;
  margin-right: 10px;
}
.section-entete-single-yatadata .container-fluid .entete__texte .entete__reservation a:hover {
  color: #FFB4FF;
  background: #EC5123;
  border-color: #EC5123;
}
.section-entete-single-yatadata .container-fluid .entete__texte .entete__swiper {
  width: 85%;
  -webkit-transform: translate(-30%,0);
  -moz-transform: translate(-30%,0);
  -ms-transform: translate(-30%,0);
  -o-transform: translate(-30%,0);
  transform: translate(-30%,0);
  position: absolute;
  z-index: 3;
  bottom: -50px;
}
.section-entete-single-yatadata .container-fluid .entete__texte .entete__swiper .swiper {
  overflow: visible;
  clip-path: inset(-100vw -100vw -100vw -2vw);
}
.section-entete-single-yatadata .container-fluid .entete__texte .entete__swiper .swiper .swiper-slide {
  opacity: 1;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.section-entete-single-yatadata .container-fluid .entete__texte .entete__swiper .swiper .swiper-slide:hover .swiper-slide--img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.section-entete-single-yatadata .container-fluid .entete__texte .entete__swiper .swiper .swiper-slide.swiper-slide-prev {
  opacity: 0;
}
.section-entete-single-yatadata .container-fluid .entete__texte .entete__swiper .swiper .swiper-slide .swiper-slide--img img {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.section-entete-single-yatadata .container-fluid .entete__texte .entete__swiper .swiper .swiper-slide .swiper-slide--img,
.section-entete-single-yatadata .container-fluid .entete__texte .entete__swiper .swiper .swiper-slide .swiper-slide--video {
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 3px 3px 36px 0px rgba(0,0,0,0.36);
  -moz-box-shadow: 3px 3px 36px 0px rgba(0,0,0,0.36);
  -o-box-shadow: 3px 3px 36px 0px rgba(0,0,0,0.36);
  box-shadow: 3px 3px 36px 0px rgba(0,0,0,0.36);
  display: block;
  height: 230px;
  background: #ffffff;
  cursor: pointer;
}
.section-entete-single-yatadata .container-fluid .entete__texte .entete__swiper .swiper .swiper-slide .swiper-slide--img iframe,
.section-entete-single-yatadata .container-fluid .entete__texte .entete__swiper .swiper .swiper-slide .swiper-slide--video iframe {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.section-entete-single-yatadata .container-fluid .entete__texte .entete__swiper .button-slider {
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 3;
  position: absolute;
  color: #3D2681;
  background: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.section-entete-single-yatadata .container-fluid .entete__texte .entete__swiper .button-slider:hover {
  color: #ffffff;
  background: #3D2681;
}
.section-entete-single-yatadata .container-fluid .entete__texte .entete__swiper .button-slider.s-button-next {
  right: -40%;
}
.section-entete-single-yatadata .container-fluid .entete__texte .entete__swiper.swiper-noactive .button-slider {
  display: none;
}
.section-entete-single-yatadata .container-fluid .entete__image {
  width: 58%;
}
.section-entete-single-yatadata .container-fluid .entete__image .exp-famille__logo {
  position: absolute;
  left: 46px;
  bottom: 25px;
  max-width: 140px;
}
.section-entete-single-yatadata .container-fluid .entete__image .coeur {
  right: 10px;
  top: 18px;
  position: absolute;
  display: inline-flex;
  cursor: pointer;
  transform: scale(1);
  filter: drop-shadow(0 3px 16px rgba(0,0,0,0.46));
}
.section-entete-single-yatadata .container-fluid .entete__image .coeur svg {
  width: 39px;
  height: auto;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  fill: #ffffff;
  stroke: #ffffff;
}
.section-entete-single-yatadata .container-fluid .entete__image .coeur.added svg {
  fill: #EC5123;
}
.section-entete-single-yatadata .container-fluid .entete__image .coeur.new-fav {
  animation: 0.3s pulse 0s;
}
.section-entete-single-yatadata .container-fluid .entete__image small {
  z-index: 3;
  display: flex;
  position: absolute;
  left: 2rem;
  top: 2rem;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1;
  background-color: rgba(0,0,0,0.5);
  padding: 8px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: default;
}
.section-entete-single-yatadata .container-fluid .entete__image small .copycont {
  padding-left: 5px;
  display: none;
}
.section-entete-single-yatadata .container-fluid .entete__image small:hover .copycont {
  display: inline;
  animation: 0.3s ease slidecopy;
}
.section-entete-single-yatadata .container__nav {
  position: relative;
}
.section-entete-single-yatadata .container__nav .ariane__container .ariane {
  margin: 25px 0 0;
  max-width: 45%;
}
.section-entete-single-yatadata .container__nav .entete__retour {
  position: absolute;
  top: 25px;
  left: -92px;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
  color: #3D2681;
  font-weight: 500;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.section-entete-single-yatadata .container__nav .entete__retour i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-right: 10px;
}
.section-entete-single-yatadata .container__nav .entete__retour:hover {
  color: #E3CBBE;
}
.section-single-yatadata .yatadata__2col {
  margin-bottom: 120px;
}
.section-single-yatadata .yatadata__infos {
  color: #312C4B;
}
.section-single-yatadata .yatadata__infos > div {
  margin-bottom: 60px;
}
.section-single-yatadata .yatadata__infos > div:last-child {
  margin-bottom: 0;
}
.section-single-yatadata .yatadata__infos .yatadata__descr p {
  font-size: 2rem;
  line-height: 1.6;
}
.section-single-yatadata .yatadata__infos .yatadata__descr p.chapeau {
  font-size: 2.2rem;
  line-height: 1.5;
  margin-bottom: 60px;
}
.section-single-yatadata .yatadata__infos .yatadata__descr p.chapeau::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  margin: 60px auto 0;
  background: #E3CBBE;
}
.section-single-yatadata .yatadata__infos .h3like {
  color: #3D2681;
  font-weight: normal;
}
.section-single-yatadata .yatadata__infos .yatadata__pratique div {
  font-size: 2rem;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.section-single-yatadata .yatadata__infos .yatadata__pratique div i {
  font-size: 3rem;
  margin-right: 20px;
  line-height: 1;
  min-width: 30px;
  text-align: center;
}
.section-single-yatadata .yatadata__infos .yatadata__visite div.visite__icone {
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.section-single-yatadata .yatadata__infos .yatadata__visite div.visite__icone i {
  font-size: 3rem;
  margin-right: 20px;
  line-height: 1;
  min-width: 30px;
  text-align: center;
}
.section-single-yatadata .yatadata__infos .yatadata__tarifs .h4like {
  color: #3D2681;
}
.section-single-yatadata .yatadata__infos .yatadata__tarifs div {
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.section-single-yatadata .yatadata__infos .yatadata__tarifs div i {
  font-size: 1.4rem;
  margin-right: 20px;
  line-height: 1;
}
.section-single-yatadata .yatadata__infos .yatadata__tarifs p {
  margin: 0 0 10px;
}
.section-single-yatadata .yatadata__infos .yatadata__tarifs .adresse__adresse {
  font-size: 1.8rem;
}
.section-single-yatadata .yatadata__infos .yatadata__tarifs .boutPlein {
  color: #ffffff;
}
.section-single-yatadata .yatadata__infos .yatadata__tarifs .boutPlein:hover {
  color: #3D2681;
  background: transparent;
  border-color: #3D2681;
}
.section-single-yatadata .yatadata__infos .yatadata__labels img {
  max-height: 50px;
  width: auto;
  margin: 0 10px 10px 0;
}
.section-single-yatadata .yatadata__infos .yatadata__docs a {
  margin-right: 10px;
}
.section-single-yatadata .yatadata__infos .yatadata__docs a i {
  font-size: 1.6rem;
  margin-right: 10px;
}
.section-single-yatadata .yatadata__infos .yatadata__comp div {
  font-size: 2rem;
}
.section-single-yatadata .yatadata__infos .yatadata__comp div span {
  font-weight: bold;
}
.section-single-yatadata .yatadata__infos .yatadata__comp div:nth-of-type(even) {
  margin: 16px 0;
  padding: 16px 12px;
  background: rgba(61,38,129,0.15);
}
.section-single-yatadata .yatadata__sticky {
  top: 100px;
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  padding: 20px;
  background: rgba(61,38,129,0.15);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #3D2681;
}
.section-single-yatadata .yatadata__sticky .yatadata__map {
  height: 300px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.section-single-yatadata .yatadata__sticky .yatadata__contact {
  padding: 50px 0 18px;
  position: relative;
}
.section-single-yatadata .yatadata__sticky .yatadata__contact .contact__reseaux {
  position: absolute;
  top: 20px;
  right: 0;
  font-size: 3rem;
  line-height: 1;
}
.section-single-yatadata .yatadata__sticky .yatadata__contact .contact__reseaux a {
  color: #3D2681;
  margin-left: 16px;
}
.section-single-yatadata .yatadata__sticky .yatadata__contact .adresse__titre {
  font-family: 'Ohno Softie', sans-serif;
  font-weight: 500;
  font-size: 2.6rem;
  margin-bottom: 16px;
}
.section-single-yatadata .yatadata__sticky .yatadata__contact .adresse__adresse {
  margin-bottom: 30px;
  font-size: 2.4rem;
}
.section-single-yatadata .yatadata__sticky .yatadata__contact .adresse__communication {
  font-size: 1.9rem;
  font-weight: 500;
}
.section-single-yatadata .yatadata__sticky .yatadata__contact .adresse__communication a {
  display: flex;
  align-items: center;
  color: #3D2681;
  margin-bottom: 10px;
}
.section-single-yatadata .yatadata__sticky .yatadata__contact .adresse__communication a .comm__icon {
  min-width: 30px;
  margin-right: 20px;
  display: inline-block;
  text-align: center;
  line-height: 1;
}
.section-single-yatadata .yatadata__sticky .yatadata__contact .adresse__communication a .comm__icon .icon-email {
  font-size: 2.1rem;
}
.section-single-yatadata .yatadata__sticky .yatadata__contact .adresse__communication a .comm__icon .icon-web {
  font-size: 3rem;
}
.section-single-yatadata .yatadata__sticky .yatadata__contact .adresse__communication a .comm__icon .icon-tel {
  font-size: 3rem;
}
.section-single-yatadata .yatadata__sticky .yatadata__contact .adresse__communication a .comm__texte {
  word-break: break-word;
}
.section-single-yatadata .yatadata__sticky .yatadata__contact .adresse__communication a:hover .comm__texte {
  text-decoration: underline;
}
.section-single-yatadata .yatadata__sticky .yatadata__contact .adresse__reservation {
  width: 100%;
  margin-bottom: 15px;
}
.section-single-yatadata .yatadata__sticky .yatadata__contact .adresse__reservation a {
  justify-content: center;
  margin-right: 22px;
}
.section-single-yatadata .yatadata__sticky .yatadata__contact .adresse__reservation a.coul9 {
  color: #ffffff;
}
.section-single-yatadata .yatadata__sticky .yatadata__contact .adresse__reservation a.coul9:hover {
  color: #3D2681;
  background: #ffffff;
  border-color: #ffffff;
}
.section-single-yatadata .yatadata__sticky .yatadata__contact .adresse__reservation a.blanc {
  color: #3D2681;
}
.section-single-yatadata .yatadata__sticky .yatadata__contact .adresse__reservation a.blanc:hover {
  color: #ffffff;
  background: #3D2681;
  border-color: #3D2681;
}
.section-single-yatadata .expFamille {
  margin-right: auto;
}
.section-single-yatadata .expFamille .h3like {
  color: #3D2681;
  font-weight: normal;
}
.section-single-yatadata .expFamille .exp-famille__bloc {
  display: flex;
}
.section-single-yatadata .expFamille .exp-famille__bloc .exp-famille__image {
  width: 49%;
  -webkit-border-radius: 50px 0 0 50px;
  -moz-border-radius: 50px 0 0 50px;
  border-radius: 50px 0 0 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.section-single-yatadata .expFamille .exp-famille__bloc .exp-famille__image small {
  z-index: 3;
  display: flex;
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1;
  background-color: rgba(0,0,0,0.5);
  padding: 8px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: default;
}
.section-single-yatadata .expFamille .exp-famille__bloc .exp-famille__image small .copycont {
  padding-left: 5px;
  display: none;
}
.section-single-yatadata .expFamille .exp-famille__bloc .exp-famille__image small:hover .copycont {
  display: inline;
  animation: 0.3s ease slidecopy;
}
.section-single-yatadata .expFamille .exp-famille__bloc .exp-famille__image .exp-famille__type {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #3D2681;
  background: #FFB4FF;
  font-weight: bold;
  padding: 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  margin: 0 10px 16px 0;
}
.section-single-yatadata .expFamille .exp-famille__bloc .exp-famille__infos {
  width: 51%;
  border: 3px solid #FFB4FF;
  border-left-width: 0;
  -webkit-border-radius: 0 50px 50px 0;
  -moz-border-radius: 0 50px 50px 0;
  border-radius: 0 50px 50px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 30px;
  position: relative;
}
.section-single-yatadata .expFamille .exp-famille__bloc .exp-famille__infos .exp-famille__logo {
  display: block;
  margin: auto;
  max-width: 110px;
  margin-bottom: 20px;
}
.section-single-yatadata .expFamille .exp-famille__bloc .exp-famille__infos .exp-famille__head {
  position: relative;
}
.section-single-yatadata .expFamille .exp-famille__bloc .exp-famille__infos .exp-famille__head h3 {
  font-size: 2.8rem;
  color: #3D2681;
  font-weight: 500;
  margin-bottom: 10px;
}
.section-single-yatadata .expFamille .exp-famille__bloc .exp-famille__infos .exp-famille__head .exp-famille__tag {
  color: #3D2681;
  background: #FFB4FF;
  font-weight: bold;
  padding: 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  margin: 0 10px 30px 0;
}
.section-single-yatadata .expFamille .exp-famille__bloc .exp-famille__infos .exp-famille__head .chapeau {
  font-size: 2rem;
  color: #3D2681;
  line-height: 1.1;
  font-weight: 500;
  margin-bottom: 10px;
}
.section-single-yatadata .expFamille .exp-famille__bloc .exp-famille__infos .exp-famille__head .chapeau:after {
  content: none;
}
.section-single-yatadata .expFamille .exp-famille__bloc .exp-famille__infos p {
  font-size: 1.8rem;
}
.section-single-yatadata .expFamille .exp-famille__bloc .exp-famille__infos .boutPlein {
  color: #ffffff;
  margin: 0;
}
.section-single-yatadata .expFamille .exp-famille__bloc .exp-famille__infos .boutPlein:hover {
  color: #3D2681;
  background: transparent;
  border-color: #3D2681;
}
.section-single-yatadata .yatadata__cross h2 {
  color: #3D2681;
  margin-bottom: 30px;
}
.section-single-yatadata .yatadata__cross .catViewItem {
  width: 20%;
  position: relative;
  margin: 6px 0 30px;
}
.section-single-yatadata .yatadata__cross .catViewItem .exp-famille__logo {
  position: absolute;
  width: 80px;
  height: auto;
  top: 230px;
  -webkit-transform: translate(0,-88%);
  -moz-transform: translate(0,-88%);
  -ms-transform: translate(0,-88%);
  -o-transform: translate(0,-88%);
  transform: translate(0,-88%);
  left: 5px;
}
.section-single-yatadata .yatadata__cross .catViewItem__img {
  height: 230px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.section-single-yatadata .yatadata__cross .catViewItem__img .imgcrop {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.section-single-yatadata .yatadata__cross .catViewItem__img .etiquettes {
  position: absolute;
  top: 10px;
  left: 8px;
}
.section-single-yatadata .yatadata__cross .catViewItem__img .etiquettes .etiquette {
  font-size: 1.4rem;
  font-weight: bold;
  color: #312C4B;
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 8px 16px;
  margin: 0 0 6px;
  display: inline-block;
}
.section-single-yatadata .yatadata__cross .catViewItem__resaAR {
  margin: 0 8px -36px auto;
  width: fit-content;
  background: #FFB4FF;
  font-size: 1.4rem;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 8px 12px;
  color: #EC5123;
  -webkit-transform: translate(0,-88%);
  -moz-transform: translate(0,-88%);
  -ms-transform: translate(0,-88%);
  -o-transform: translate(0,-88%);
  transform: translate(0,-88%);
}
.section-single-yatadata .yatadata__cross .catViewItem__infos {
  padding: 16px 0;
  color: rgba(0,0,0,0.85);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.section-single-yatadata .yatadata__cross .catViewItem__infos .catViewItem__titre {
  color: rgba(0,0,0,0.85);
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 5px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.section-single-yatadata .yatadata__cross .catViewItem__infos .cross-selling__classement {
  margin-bottom: 2px;
}
.section-single-yatadata .yatadata__cross .catViewItem__infos .catViewItem__commune {
  display: flex;
  align-items: end;
  line-height: 1;
}
.section-single-yatadata .yatadata__cross .catViewItem__infos .catViewItem__commune i {
  margin-right: 8px;
  font-size: 2.5rem;
}
.section-single-yatadata .yatadata__cross .catViewItem__infos .etiquettes {
  font-size: 1.4rem;
  margin-top: 3px;
}
.section-single-yatadata .yatadata__cross .catViewItem__infos .etiquettes .etiquette::after {
  content: ' - ';
}
.section-single-yatadata .yatadata__cross .catViewItem__infos .etiquettes .etiquette:last-child::after {
  content: none;
}
.section-single-yatadata .yatadata__cross .catViewItem .coeur {
  right: 2px;
  top: -6px;
  position: absolute;
  display: inline-flex;
  cursor: pointer;
  transform: scale(1);
}
.section-single-yatadata .yatadata__cross .catViewItem .coeur svg {
  width: 39px;
  height: auto;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  fill: #3D2681;
}
.section-single-yatadata .yatadata__cross .catViewItem .coeur.added svg {
  stroke: transparent;
  fill: #EC5123;
}
.section-single-yatadata .yatadata__cross .catViewItem .coeur.new-fav {
  animation: 0.3s pulse 0s;
}
.section-single-yatadata .yatadata__cross .catViewItem:hover .catViewItem__img .imgcrop {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.section-single-yatadata .yatadata__cross .catViewItem:hover .catViewItem__infos {
  color: #3D2681;
}
.section-single-yatadata .yatadata__cross .catViewItem:hover .catViewItem__infos .catViewItem__titre {
  color: #3D2681;
}
@media (max-width: 1699px) {
  .section-entete-single-yatadata .container__nav .entete__retour {
    left: -10px;
  }
}
@media (max-width: 1599px) {
  .section-single-yatadata .yatadata__sticky .yatadata__map {
    height: 200px;
  }
}
@media (max-width: 1399px) {
  .section-entete-single-yatadata .container-fluid .entete__texte {
    width: 58%;
    padding: 30px 10% 240px 30px;
  }
  .section-entete-single-yatadata .container-fluid .entete__texte .entete__commune {
    margin-bottom: 25px;
  }
  .section-entete-single-yatadata .container-fluid .entete__image {
    width: 42%;
  }
  .section-entete-single-yatadata .container__nav {
    margin-top: 60px;
  }
  .section-entete-single-yatadata .container__nav .entete__retour {
    left: 0;
  }
  .section-single-yatadata .yatadata__sticky .yatadata__contact .contact__reseaux {
    top: 10px;
    right: 10px;
  }
  .section-single-yatadata .yatadata__sticky .yatadata__contact .adresse__titre {
    margin: 0;
  }
  .section-single-yatadata .yatadata__sticky .yatadata__contact .adresse__adresse {
    margin-bottom: 30px;
  }
  .section-single-yatadata .yatadata__sticky .yatadata__contact .adresse__communication {
    font-size: 1.6rem;
  }
  .section-single-yatadata .yatadata__cross .catViewItem {
    width: 33.33333333%;
  }
}
@media (max-width: 1199px) {
  .section-entete-single-yatadata .container-fluid .entete__image .exp-famille__logo {
    max-width: 90px;
  }
  .section-entete-single-yatadata .container__nav .ariane__container .ariane {
    max-width: 100%;
  }
  .section-entete-single-yatadata .container__nav .entete__retour {
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
  }
  .section-single-yatadata .yatadata__sticky .yatadata__contact .adresse__communication {
    font-size: 1.6rem;
  }
}
@media (max-width: 991px) {
  .section-entete-single-yatadata {
    margin-bottom: 40px;
  }
  .section-entete-single-yatadata .container-fluid .entete__texte {
    padding-bottom: 30px;
  }
  .section-entete-single-yatadata.with-galerie .container-fluid .entete__texte {
    padding-bottom: 180px;
  }
  .section-entete-single-yatadata .container__nav {
    margin-top: 0;
    position: static;
  }
  .section-entete-single-yatadata .container__nav .entete__retour {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #ffffff;
  }
  .section-entete-single-yatadata.with-galerie .container__nav {
    margin-top: 80px;
  }
  .section-entete-single-yatadata .container-fluid .entete__texte {
    width: 100%;
    padding: 30px;
    min-height: auto;
  }
  .section-entete-single-yatadata .container-fluid .entete__texte >i {
    font-size: 6rem;
  }
  .section-entete-single-yatadata .container-fluid .entete__texte .entete__titre {
    margin: 10px 0 30px;
  }
  .section-entete-single-yatadata .container-fluid .entete__texte .entete__titre i {
    font-size: 2.4rem;
  }
  .section-entete-single-yatadata .container-fluid .entete__texte .entete__swiper {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    width: 100%;
    left: 0;
    bottom: -80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
  }
  .section-entete-single-yatadata .container-fluid .entete__texte .entete__swiper .swiper {
    width: 100%;
    clip-path: none;
    overflow: hidden;
    order: 1;
  }
  .section-entete-single-yatadata .container-fluid .entete__texte .entete__swiper .swiper .swiper-slide.swiper-slide-prev {
    opacity: 1;
  }
  .section-entete-single-yatadata .container-fluid .entete__texte .entete__swiper .swiper .swiper-slide .swiper-slide--img,
  .section-entete-single-yatadata .container-fluid .entete__texte .entete__swiper .swiper .swiper-slide .swiper-slide--video {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  .section-entete-single-yatadata .container-fluid .entete__texte .entete__swiper .swiper__boutons {
    width: 100%;
  }
  .section-entete-single-yatadata .container-fluid .entete__texte .entete__swiper .swiper__boutons .button-slider.s-button-prev {
    left: 40px;
  }
  .section-entete-single-yatadata .container-fluid .entete__texte .entete__swiper .swiper__boutons .button-slider.s-button-next {
    right: 4px;
  }
  .section-entete-single-yatadata .container-fluid .entete__image {
    width: 100%;
    height: 270px;
  }
  .section-single-yatadata .container {
    padding: 0;
  }
  .section-single-yatadata .yatadata__2col .yatadata__sticky {
    margin: 60px 0 0;
  }
  .section-single-yatadata .yatadata__2col .yatadata__sticky .yatadata__contact .adresse__titre {
    font-size: 2.2rem;
  }
  .section-single-yatadata .yatadata__2col .yatadata__sticky .yatadata__contact .adresse__adresse {
    font-size: 2rem;
  }
  .section-single-yatadata .yatadata__infos > div {
    margin-bottom: 30px;
  }
  .section-single-yatadata .yatadata__infos .yatadata__descr p,
  .section-single-yatadata .yatadata__infos .yatadata__descr p.chapeau {
    font-size: 1.8rem;
  }
  .section-single-yatadata .yatadata__infos .yatadata__pratique div {
    font-size: 1.8rem;
  }
  .section-single-yatadata .yatadata__infos .yatadata__comp div {
    font-size: 1.8rem;
  }
  .section-single-yatadata .expFamille .exp-famille__bloc {
    flex-wrap: wrap;
  }
  .section-single-yatadata .expFamille .exp-famille__bloc .exp-famille__image {
    width: 100%;
    height: 200px;
    -webkit-border-radius: 50px 50px 0 0;
    -moz-border-radius: 50px 50px 0 0;
    border-radius: 50px 50px 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .section-single-yatadata .expFamille .exp-famille__bloc .exp-famille__infos {
    width: 100%;
    border-width: 2px;
    -webkit-border-radius: 0 0 50px 50px;
    -moz-border-radius: 0 0 50px 50px;
    border-radius: 0 0 50px 50px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-left-width: 2px;
    border-top-width: 0;
  }
  .section-single-yatadata .expFamille .exp-famille__bloc .exp-famille__infos .exp-famille__logo {
    max-width: 75px;
  }
  .section-single-yatadata .expFamille .exp-famille__bloc .exp-famille__infos p {
    font-size: 1.6rem;
  }
  .section-single-yatadata .yatadata__cross .catViewItem {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .section-single-yatadata .yatadata__sticky .yatadata__contact .adresse__reservation a {
    margin: 0 0 12px;
    width: 100%;
  }
  .section-single-yatadata .yatadata__2col {
    margin-bottom: 60px;
  }
  .section-single-yatadata .expFamille {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .section-single-yatadata .expFamille h2 {
    margin-bottom: 20px;
  }
  .section-single-yatadata .expFamille .exp-famille__bloc .exp-famille__infos .exp-famille__head h3 {
    font-size: 2.2rem;
  }
  .section-single-yatadata .expFamille .exp-famille__bloc .exp-famille__infos .exp-famille__head .chapeau {
    font-size: 1.8rem;
  }
  .section-single-yatadata .yatadata__cross .catViewItem {
    width: 100%;
  }
}
