@font-face {font-display:swap;
  font-family: 'Milgran';
  src: url(/wp-content/themes/yatatheme/fonts/MilgranRegular-jE0MG.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
.section-entetesingleyatadata {
  margin-bottom: 70px;
}
.section-entetesingleyatadata .entetetexte {
  padding: 30px 7% 50px 11%;
  position: relative;
}
.section-entetesingleyatadata .entetetexte .infosentete {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 440px;
}
.section-entetesingleyatadata .entetetexte .infosentete > p {
  font-size: 2rem;
  line-height: 3rem;
}
.section-entetesingleyatadata .entetetexte .ajouterCarnet {
  position: absolute;
  top: 30px;
  right: 30px;
}
.section-entetesingleyatadata .entetetexte .ariane .contenuariane {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 300;
}
.section-entetesingleyatadata .entetetexte .ariane .contenuariane a {
  color: #021040;
  text-decoration: underline;
}
.section-entetesingleyatadata .entetetexte p.classement {
  margin-bottom: 15px;
}
.section-entetesingleyatadata .entetetexte p.classement i {
  font-size: 2rem;
  color: #001c7d;
  display: inline-block;
  margin-right: 10px;
}
.section-entetesingleyatadata .entetetexte h1 {
  margin-bottom: 15px;
  color: #001c7d;
}
.section-entetesingleyatadata .entetetexte span.typeobjet {
  color: #f7f7f7;
  font-size: 1.6rem;
  line-height: 1.6rem;
  display: inline-block;
  max-width: fit-content;
  background-color: #001c7d;
  padding: 7px 10px;
  margin: 0 10px 10px 0;
}
.section-entetesingleyatadata .entetetexte span.commune {
  display: flex;
  align-items: center;
  font-size: 2rem;
  line-height: 3.2rem;
  margin-bottom: 40px;
  color: #001c7d;
}
.section-entetesingleyatadata .entetetexte span.commune i {
  font-size: 3rem;
  color: #001c7d;
  display: inline-block;
  margin-right: 10px;
}
.section-entetesingleyatadata .entetetexte span.lesdates {
  display: flex;
  align-items: center;
  font-size: 2rem;
  line-height: 3.2rem;
  margin-bottom: 10px;
  color: #001c7d;
}
.section-entetesingleyatadata .entetetexte span.lesdates i {
  font-size: 3rem;
  color: #001c7d;
  display: inline-block;
  margin-right: 10px;
}
.section-entetesingleyatadata .entetetexte .boutons a,
.section-entetesingleyatadata .entetetexte .boutons span {
  cursor: pointer;
}
.section-entetesingleyatadata .entetetexte .boutons a:first-child,
.section-entetesingleyatadata .entetetexte .boutons span:first-child {
  margin-right: 30px;
}
.section-entetesingleyatadata .entetetexte span.maj {
  position: absolute;
  bottom: 0;
  left: 11vw;
  font-size: 1.6rem;
  font-weight: 300;
}
.section-entetesingleyatadata .swiper--ctn {
  position: relative;
  height: 100%;
}
.section-entetesingleyatadata .swiper--ctn .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section-entetesingleyatadata .swiper--ctn .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.section-entetesingleyatadata .swiper--ctn .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  position: relative;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.section-entetesingleyatadata .swiper--ctn .swiper .swiper-wrapper .swiper-slide--img {
  min-height: 542px;
  height: 100%;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  z-index: 1;
}
.section-entetesingleyatadata .swiper--ctn .swiper .swiper-wrapper .swiper-slide--img span.overlay {
  position: absolute;
  width: 250px;
  height: 100%;
  top: 0;
  right: 0;
  background: linear-gradient(90deg,rgba(2,16,64,0) 0%,rgba(2,16,64,0.8) 100%);
}
.section-entetesingleyatadata .swiper--ctn .swiper .swiper-wrapper .swiper-slide--img small {
  z-index: 3;
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  color: #f7f7f7;
  font-size: 1.3rem;
  line-height: 1.3rem;
  text-shadow: 2px 2px 4px black;
  background-color: rgba(0,0,0,0.5);
  padding: 10px;
  -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-entetesingleyatadata .swiper--ctn .swiper .swiper-wrapper .swiper-slide--img small .copysymb {
  padding: 5px 0;
}
.section-entetesingleyatadata .swiper--ctn .swiper .swiper-wrapper .swiper-slide--img small .copycont {
  padding-left: 5px;
  display: none;
}
.section-entetesingleyatadata .swiper--ctn .swiper .swiper-wrapper .swiper-slide--img small:hover .copycont {
  display: inline;
  animation: 0.3s ease slidecopy;
}
.section-entetesingleyatadata .swiper--ctn .s-button-prev,
.section-entetesingleyatadata .swiper--ctn .s-button-next {
  position: absolute;
  z-index: 10;
  bottom: 20px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  background: transparent;
  border: 1px solid #001c7d;
  color: #001c7d;
  font-size: 25px;
  transform-origin: center;
}
.section-entetesingleyatadata .swiper--ctn .s-button-prev:hover,
.section-entetesingleyatadata .swiper--ctn .s-button-next:hover {
  color: #49C175;
  border-color: #49C175;
}
.section-entetesingleyatadata .swiper--ctn .s-button-prev:focus,
.section-entetesingleyatadata .swiper--ctn .s-button-next:focus {
  outline: 0;
}
.section-entetesingleyatadata .swiper--ctn .s-button-prev {
  left: -155px;
  transform: rotate(180deg);
}
.section-entetesingleyatadata .swiper--ctn .s-button-next {
  left: -85px;
}
.section-contenusingleyatadata {
  margin-bottom: 100px;
}
.section-contenusingleyatadata .container-fluid {
  max-width: 1220px;
}
.section-contenusingleyatadata .colonnegauche {
  padding-right: 50px;
}
.section-contenusingleyatadata .colonnegauche .mininav {
  border: 1px solid #001c7d;
  background-color: #fff;
  top: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 21px 32px;
}
.section-contenusingleyatadata .colonnegauche .mininav a {
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: -1px;
  color: #001c7d;
}
.section-contenusingleyatadata .colonnegauche .mininav a:hover {
  text-decoration: underline;
}
.section-contenusingleyatadata .colonnegauche h2 {
  padding-top: 30px;
  margin-bottom: 20px;
  color: #001c7d;
  font-size: 2.6rem;
  line-height: 3rem;
}
.section-contenusingleyatadata .colonnegauche .section-encartapidae .contenutxt {
  padding: 40px;
}
.section-contenusingleyatadata .colonnegauche .section-encartapidae span.date {
  font-size: 2rem;
  font-weight: 400;
  color: #f7f7f7;
}
.section-contenusingleyatadata .colonnegauche .resaliste strong {
  display: block;
  margin-top: 20px;
  font-weight: 400;
}
.section-contenusingleyatadata .colonnegauche .resaliste p {
  margin-bottom: 0;
}
.section-contenusingleyatadata .colonnegauche .resaliste a.resa {
  display: flex;
  align-items: center;
  color: #021040;
  margin: 10px 0px;
}
.section-contenusingleyatadata .colonnegauche .resaliste a.resa i {
  font-size: 3.3rem;
  width: 33px;
  display: inline-flex;
  justify-content: center;
  margin-right: 15px;
}
.section-contenusingleyatadata .colonnegauche .resaliste a.resa:hover {
  color: #49C175;
}
.section-contenusingleyatadata .colonnegauche .visite {
  font-weight: 300;
}
.section-contenusingleyatadata .colonnegauche .visite strong {
  font-weight: 400;
}
.section-contenusingleyatadata .colonnegauche .prestations {
  font-weight: 300;
}
.section-contenusingleyatadata .colonnegauche .prestations strong {
  font-weight: 400;
}
.section-contenusingleyatadata .colonnegauche .prestations >div {
  padding: 12px 0 10px;
}
.section-contenusingleyatadata .colonnegauche .prestations >div:first-child {
  padding-top: 0;
}
.section-contenusingleyatadata .colonnegauche .prestations >div:nth-child(2),
.section-contenusingleyatadata .colonnegauche .prestations >div:nth-child(4) {
  background-color: rgba(2,16,64,0.1);
  padding: 12px 10px 10px;
}
.section-contenusingleyatadata .colonnegauche .clientele {
  font-weight: 300;
}
.section-contenusingleyatadata .colonnegauche .clientele strong {
  font-weight: 400;
}
.section-contenusingleyatadata .colonnegauche .clientele span.avecicon {
  display: flex;
  align-items: center;
  color: #021040;
  margin: 10px 0px;
}
.section-contenusingleyatadata .colonnegauche .clientele span.avecicon >i {
  font-size: 3.3rem;
  width: 33px;
  display: inline-flex;
  justify-content: center;
  margin-right: 15px;
}
.section-contenusingleyatadata .colonnegauche .itineraire {
  font-weight: 300;
}
.section-contenusingleyatadata .colonnegauche .itineraire strong {
  font-weight: 400;
}
.section-contenusingleyatadata .colonnegauche .iti_encart {
  font-weight: 300;
  color: #f7f7f7;
  margin-bottom: 30px;
}
.section-contenusingleyatadata .colonnegauche .iti_encart strong {
  font-weight: 400;
}
.section-contenusingleyatadata .colonnegauche .champs {
  font-weight: 300;
}
.section-contenusingleyatadata .colonnegauche .champs strong {
  font-weight: 400;
}
.section-contenusingleyatadata .colonnegauche .activites_proposes .section-encartapidae {
  margin-bottom: 20px;
}
.section-contenusingleyatadata .colonnegauche .activites_proposes .section-encartapidae .imgcropCtn {
  min-height: 110px;
}
.section-contenusingleyatadata .colonnegauche .activites_proposes .section-encartapidae .contenutxt {
  justify-content: center;
  padding: 0 25px;
}
.section-contenusingleyatadata .colonnegauche .activites_proposes .section-encartapidae .contenutxt a.titre {
  font-size: 1.9rem;
  line-height: 2.7rem;
}
.section-contenusingleyatadata .colonnedroite .blocmapadresse {
  top: 60px;
  position: sticky;
  position: -webkit-sticky;
}
.section-contenusingleyatadata .colonnedroite .blocmapadresse .blocadresse {
  padding: 4vh 4vh 4vh;
  background-color: #021040;
  position: relative;
  min-height: calc(60vh - 35px);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.section-contenusingleyatadata .colonnedroite .blocmapadresse .blocadresse a.reseauxsociaux {
  position: absolute;
  top: 20px;
  right: 22px;
  color: #f7f7f7;
}
.section-contenusingleyatadata .colonnedroite .blocmapadresse .blocadresse a.reseauxsociaux i {
  font-size: 3rem;
}
.section-contenusingleyatadata .colonnedroite .blocmapadresse .blocadresse a.reseauxsociaux:hover {
  color: #49C175;
}
.section-contenusingleyatadata .colonnedroite .blocmapadresse .blocadresse a.reseauxsociaux:nth-child(2) {
  right: 72px;
}
.section-contenusingleyatadata .colonnedroite .blocmapadresse .blocadresse a.reseauxsociaux:nth-child(3) {
  right: 122px;
}
.section-contenusingleyatadata .colonnedroite .blocmapadresse .blocadresse h2 {
  color: #f7f7f7;
  font-size: 2.6rem;
  line-height: 3rem;
  margin-bottom: 0px;
}
.section-contenusingleyatadata .colonnedroite .blocmapadresse .blocadresse >p {
  color: #f7f7f7;
  margin-bottom: 0px;
}
.section-contenusingleyatadata .colonnedroite .blocmapadresse .blocadresse a.contact {
  display: flex;
  align-items: center;
  color: #f7f7f7;
  margin-bottom: 10px;
}
.section-contenusingleyatadata .colonnedroite .blocmapadresse .blocadresse a.contact i {
  font-size: 3.3rem;
  width: 33px;
  display: inline-flex;
  justify-content: center;
  margin-right: 15px;
}
.section-contenusingleyatadata .colonnedroite .blocmapadresse .blocadresse a.contact:hover {
  color: #49C175;
}
.section-contenusingleyatadata .colonnedroite .blocmapadresse .blocadresse a.bout1 {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  color: #021040;
  text-transform: uppercase;
  display: block;
  text-align: center;
}
.section-contenusingleyatadata .colonnedroite .blocmapadresse .blocadresse a.bout1:hover {
  background-color: #021040;
  color: #f7f7f7;
}
.section-contenusingleyatadata .colonnedroite .blocmapadresse #blocmap {
  height: calc(40vh - 35px);
}
.section-contenusingleyatadata .crossSellTitre h2 {
  font-size: 2.6rem;
  line-height: 3rem;
  color: #001c7d;
  margin-top: 40px;
}
.section-contenusingleyatadata .crossSelling .tagcs {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #49C175;
  padding: 5px 16px 4px;
  background-color: #f7f7f7;
}
#modalvideo .modalinner {
  max-width: 700px;
}
section.yatadata-block {
  max-width: 1470px;
  margin: auto;
  margin-bottom: 70px;
}
.yatadata-affichage {
  width: 33%;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 300;
  margin: 0px 16px 20px 0;
}
.yatadata-affichage > span {
  display: block;
}
.yatadata-affichage .yatadata-affichage__boutons {
  display: inline-block;
  border: 1px solid #021040;
  padding: 5px;
}
.yatadata-affichage .yatadata-affichage__boutons >span {
  color: #CFCFD8;
  cursor: pointer;
  font-weight: 400;
  padding: 0 12px;
  border-right: 1px solid #021040;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  user-select: none;
}
.yatadata-affichage .yatadata-affichage__boutons >span svg path {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  fill: #CFCFD8;
}
.yatadata-affichage .yatadata-affichage__boutons >span:last-child {
  border-right: 0px solid #021040;
}
.yatadata-affichage .yatadata-affichage__boutons >span.active {
  color: #021040;
}
.yatadata-affichage .yatadata-affichage__boutons >span.active svg path {
  fill: #021040;
}
.nbItems {
  display: inline-block;
  font-size: 2rem;
  line-height: 2.2rem;
  color: #001c7d;
}
.listloader {
  display: none;
}
div.map-list {
  display: flex;
  position: relative;
}
div.map-list .yatadata-map {
  width: 33%;
  position: sticky !important;
  position: -webkit-sticky !important;
  top: 80px;
  height: calc(100vh - 90px);
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
div.map-list .yatadata-map.fullwidth {
  width: 100%;
}
div.map-list .listItems {
  position: relative;
  width: 66%;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 16px;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  padding-bottom: 150px;
  padding-left: 16px;
}
div.map-list .listItems.fullwidth {
  width: 100%;
  grid-template-columns: repeat(4,1fr);
  padding-left: 0;
}
div.listItems .item,
div.crossSelling .item {
  display: inline-block;
  width: 100%;
  position: relative;
}
div.listItems .item .imgcropCtn,
div.crossSelling .item .imgcropCtn {
  height: 200px;
  margin-bottom: 20px;
}
div.listItems .item span.classement i,
div.crossSelling .item span.classement i {
  color: #001c7d;
  font-size: 1.6rem;
  margin-right: 3px;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
div.listItems .item h2,
div.crossSelling .item h2 {
  font-family: 'Josefin Sans';
  font-size: 2rem;
  line-height: 2.2rem;
  color: #001c7d;
  margin-bottom: 10px;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
div.listItems .item .commune,
div.crossSelling .item .commune {
  display: block;
  opacity: 0.5;
  color: #001c7d;
  font-size: 1.5rem;
  line-height: 2.4rem;
  margin-bottom: 10px;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
div.listItems .item .commune i,
div.crossSelling .item .commune i {
  font-size: 1rem;
  margin-right: 5px;
  color: #001c7d;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
div.listItems .item .lesdates,
div.crossSelling .item .lesdates {
  position: absolute;
  top: 10px;
  left: 10px;
  margin-right: 40px;
  display: inline-block;
  padding: 5px 10px 3px;
  font-size: 1.7rem;
  background-color: #f7f7f7;
  color: #021040;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
div.listItems .item .lesdates i,
div.crossSelling .item .lesdates i {
  font-size: 1.7rem;
  margin-right: 5px;
  color: #001c7d;
}
div.listItems .item p,
div.crossSelling .item p {
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #021040;
  margin-bottom: 0;
}
div.listItems .item a:hover h2,
div.listItems .item a:hover .commune,
div.listItems .item a:hover .commune i,
div.listItems .item a:hover span.classement i,
div.crossSelling .item a:hover h2,
div.crossSelling .item a:hover .commune,
div.crossSelling .item a:hover .commune i,
div.crossSelling .item a:hover span.classement i {
  color: #EFA800;
  opacity: 1;
}
div.listItems .item span.ajouterCarnet,
div.crossSelling .item span.ajouterCarnet {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}
div.listItems .item span.ajouterCarnet i,
div.crossSelling .item span.ajouterCarnet i {
  font-size: 2rem;
  color: #f7f7f7;
}
div.listItems .item span.pmrliste,
div.crossSelling .item span.pmrliste {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: white;
  border-radius: 20px;
  padding: 5px 10px 0px 5px;
}
div.listItems .item span.pmrliste >i,
div.crossSelling .item span.pmrliste >i {
  font-size: 25px;
}
.loadmore {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.loadmore button {
  width: 100%;
  max-width: 315px;
  height: 64px;
  justify-content: center;
  align-items: center;
  border: 2px solid #001c7d;
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: #001c7d;
  background-color: #f7f7f7;
}
.loadmore button:hover {
  background-color: #f7f7f7;
  color: #49C175;
  border: 2px solid #49C175;
}
.listede1 div.itemsliste,
.listede2 div.itemsliste,
.listede3 div.itemsliste,
.listede4 div.itemsliste,
.listede5 div.itemsliste,
.listede6 div.itemsliste,
.listede7 div.itemsliste,
.listede8 div.itemsliste {
  padding-bottom: 0;
}
.listede1 .loadmore,
.listede1 .nbItems,
.listede1 .yatadata-affichage,
.listede2 .loadmore,
.listede2 .nbItems,
.listede2 .yatadata-affichage,
.listede3 .loadmore,
.listede3 .nbItems,
.listede3 .yatadata-affichage,
.listede4 .loadmore,
.listede4 .nbItems,
.listede4 .yatadata-affichage,
.listede5 .loadmore,
.listede5 .nbItems,
.listede5 .yatadata-affichage,
.listede6 .loadmore,
.listede6 .nbItems,
.listede6 .yatadata-affichage,
.listede7 .loadmore,
.listede7 .nbItems,
.listede7 .yatadata-affichage,
.listede8 .loadmore,
.listede8 .nbItems,
.listede8 .yatadata-affichage {
  display: none;
}
.leaflet-marker-icon.hovered {
  z-index: 2000 !important;
}
.leaflet-marker-icon.hovered path.st0 {
  fill: #f7f7f7;
}
.leaflet-marker-icon.hovered path.st1 {
  fill: #EFA800;
}
.leaflet-popup-content {
  margin: 20px 20px 20px 20px;
}
.leafletPopupContent {
  width: 215px;
}
.leafletPopupContent .imgcropCtn {
  height: 140px;
  margin-bottom: 20px;
}
.leafletPopupContent span.h2like {
  display: block;
  font-family: 'Josefin Sans';
  font-size: 2rem;
  line-height: 2.2rem;
  color: #001c7d;
  margin-bottom: 10px;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.leafletPopupContent p {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #021040;
  margin-bottom: 0;
  margin-top: 0;
}
div.moteurliste {
  margin-bottom: 30px;
  text-align: center;
}
div.moteurliste select {
  border: 1px solid #021040;
  padding: 10px 15px;
  font-size: 1.6rem;
  background-color: #f7f7f7;
  color: #021040;
  outline: none;
}
div.moteurliste .range {
  width: 150px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin: 0px 30px;
}
div.moteurliste .range span.libelle-range {
  color: #021040;
  display: inline-block;
  margin-bottom: 6px;
}
div.moteurliste .range #slider-range {
  background: #969696;
  border: none;
  border-radius: 50px;
  height: 0.55em;
}
div.moteurliste .range #slider-range .ui-slider-range {
  background: #021040;
}
div.moteurliste .range #slider-range .ui-slider-handle {
  border-radius: 50px;
  background: #f7f7f7;
  border: 1px solid #021040;
  width: 1.1em;
  height: 1.1em;
  top: -0.26em;
}
div.moteurliste .range #min,
div.moteurliste .range #max {
  color: #021040;
}
div.moteurliste .DENIVELLATION-range #min:after,
div.moteurliste .DENIVELLATION-range #max:after {
  content: "m";
}
div.moteurliste .onglets > p {
  display: inline-block;
  color: #3c3c3c;
  background-color: #f7f7f7;
  border: 1px solid #3c3c3c;
  font-size: 1em;
  padding: 7px 24px;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 700;
  margin: 0;
  margin-right: 24px !important;
  transition: all 0.3s ease;
}
div.moteurliste .onglets > p.onglet-courant {
  color: #f7f7f7;
  background-color: #3c3c3c;
}
div.moteurliste .onglets > p:hover {
  margin: 0;
  color: #f7f7f7 !important;
  background-color: #3c3c3c !important;
}
div.moteurliste #contain_dates {
  max-width: inherit;
  margin: 25px auto;
  position: relative;
  width: 100%;
  padding: 10px;
  background-color: #3c3c3c;
  border-radius: 35px;
}
div.moteurliste #contain_dates .btnPrec,
div.moteurliste #contain_dates .btnSuiv {
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
  color: #3c3c3c;
  position: absolute;
  top: 50%;
  margin: auto;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
  user-select: none;
  border-radius: 50px;
  height: 48px;
  width: 48px;
  padding: 5px 10px;
}
div.moteurliste #contain_dates .btnPrec:hover,
div.moteurliste #contain_dates .btnSuiv:hover {
  background-color: #3c3c3c;
  color: #f7f7f7;
}
div.moteurliste #contain_dates .btnPrec {
  left: 30px;
}
div.moteurliste #contain_dates .btnSuiv {
  right: 30px;
}
div.moteurliste #contain_dates .carousel {
  width: calc(100% - 140px);
  margin: auto;
  text-align: center;
  justify-content: center;
}
div.moteurliste #contain_dates .carousel p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px 0px;
  line-height: 2em;
  font-size: 0.95em;
  border-radius: 11px;
  background-color: #f7f7f7;
  color: #3c3c3c;
  cursor: pointer;
  text-align: center;
  min-height: 100px;
  user-select: none;
  transition: all 0.3s ease;
}
div.moteurliste #contain_dates .carousel p.psemaine {
  line-height: 1.1em;
}
div.moteurliste #contain_dates .carousel p:hover {
  background-color: #3c3c3c;
  color: #f7f7f7;
}
div.moteurliste #contain_dates .carousel p span {
  font-size: 1.6em;
  display: block;
  font-weight: 700;
  line-height: 1em;
}
div.moteurliste #contain_dates .carousel p span.blocsemaine {
  font-size: 1.2em;
  text-transform: initial;
  font-weight: normal;
  line-height: 1.2em;
}
div.moteurliste #dateDeb,
div.moteurliste #dateFin {
  display: none;
}
@media (min-width: 500px) {
  div.moteurliste #contain_dates .col-md-6,
  div.moteurliste #contain_dates .col-sm-6,
  div.moteurliste #contain_dates .col-lg-6 {
    width: 48%;
    margin: 5px 1%;
  }
}
@media (min-width: 768px) {
  div.moteurliste #contain_dates .col-md-3,
  div.moteurliste #contain_dates .col-sm-3,
  div.moteurliste #contain_dates .col-lg-3 {
    width: 23%;
    margin: 5px 1%;
  }
  div.moteurliste #contain_dates > .carousel > p.psemaine {
    font-size: 0.8em;
  }
  div.moteurliste #contain_dates > .carousel > p > span.blocsemaine {
    line-height: 1.5em;
  }
}
@media (min-width: 992px) {
  div.moteurliste #contain_dates .seven-cols .col-md-2,
  div.moteurliste #contain_dates .seven-cols .col-sm-2,
  div.moteurliste #contain_dates .seven-cols .col-lg-2 {
    width: 13.285714285714285714285714285714%;
    margin: 5px 0.5%;
  }
  div.moteurliste #contain_dates > .carousel > p {
    font-size: 0.95em;
  }
  div.moteurliste #contain_dates > .carousel > p > span.blocsemaine {
    line-height: 1.2em;
  }
}
@media (min-width: 1200px) {
  .listede1 div.map-list,
  .listede2 div.map-list {
    justify-content: center;
  }
  .listede1 div.map-list .listItems.fullwidth,
  .listede2 div.map-list .listItems.fullwidth {
    grid-template-columns: repeat(3,1fr);
    margin-left: 17%;
  }
}
@media (max-width: 1600px) {
  section.yatadata-block {
    padding: 0 15px;
  }
}
@media (max-width: 1200px) {
  div.map-list .listItems {
    grid-template-columns: repeat(2,1fr);
  }
  div.map-list .listItems.fullwidth {
    grid-template-columns: repeat(3,1fr);
  }
}
@media (max-width: 1150px) {
  .yatadata-affichage {
    width: 66%;
  }
  .nbItems {
    float: right;
  }
}
@media (max-width: 767px) {
  .nbItems {
    float: none;
  }
  .yatadata-affichage {
    display: none;
  }
  div.map-list {
    flex-direction: column;
  }
  div.map-list .yatadata-map,
  div.map-list .listItems {
    width: 100%;
    position: relative !important;
  }
  div.map-list .yatadata-map {
    order: 15;
    margin-bottom: 100px;
  }
  div.map-list .listItems {
    padding-left: 0;
  }
  div.map-list .listItems.fullwidth {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (max-width: 500px) {
  div.map-list .listItems,
  div.map-list .listItems.fullwidth {
    grid-template-columns: repeat(1,1fr);
  }
}
