.attrait-map {
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.attrait-map img {
  max-width: inherit !important;
}
.width100,
.content .slider.slider-attrait{
  width: 100%;
}
.content .slider.slider-attrait .row {
  margin: 0px;
}
.content .slider.slider-attrait .infos .title {
  font-size: 1.929rem;
  font-weight: 600;
  line-height: 2.5rem;
}
.content .slider.slider-attrait .infos p {
  margin: 0px;
}
.content .title {
  width: 100%;
}
.content .imgWithLegend {
  position: relative;
  margin: 20px 0 50px;
  display: block;
}
.content .imgWithLegend img {
  padding: 0px;
  margin: 0px;
}
.content .imgWithLegend a.stretched-link {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.content .imgWithLegend a.stretched-link:after {
    background-image: url('/wp-content/themes/lebleu/images/play.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 100%;
    width: 18%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.content .imgWithLegend .legend {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(0,0,0,0.75);
  padding: 8px 10px;
  color: #fff;
  text-align: left;
}
.content .imgWithLegend .legend h5 {
  margin-bottom: 0px;
}
.content .imgWithLegend .legend p {
  font-size: 12px;
  line-height: 1.25em;
  margin-top: 4px;
  margin-bottom: 0px;
}
.content .imgWithLegend .legend .hover {
  max-height: 0px;
  overflow: hidden;
  transition: all .5s ease-in-out;
}
.content .imgWithLegend:hover .legend .hover {
  max-height: 500px;
}
.content .slider/*:not(.slider-attrait)*/ .slick-slide .imgWithLegend {
  padding-right: 15px;
  padding-left: 15px;
  margin: 0px;
}
.content .slider/*:not(.slider-attrait)*/ .slick-slide .imgWithLegend img {
  padding: 0px;
  margin: 0px;
}
.content .slider/*:not(.slider-attrait)*/ .slick-slide .imgWithLegend .legend {
  left: 15px;
  right: 15px;
}

@media (max-width: 767px) {
  .content .slider .slick-slide .imgWithLegend,
  .content .imgWithLegend {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .content .slider .slick-slide .imgWithLegend {
    height: 100%;
  }
  .content .slider .slick-slide .imgWithLegend .legend,
  .content .imgWithLegend .legend {
    position: relative;
    background: #000;
    left: auto;
    right: auto;
    height: 100%;
  }
  .content .imgWithLegend .legend .hover {
    max-height: 100%;
  }
  .content .slider-attrait .slick-track {
    display: flex;
    align-items: stretch;
  }
  .content .slider-attrait .slick-slide {
    height: auto;
  }
}
.ajax-loader {
  /* visibility: hidden; */
  display: none;
  background-image: url('/wp-content/plugins/contact-form-7/images/ajax-loader.gif');
  width: 16px;
  height: 16px;
  border: none;
  padding: 0;
  /* margin: 0 0 0 4px; */
  vertical-align: middle;
}

.attrait-map .marker {
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.attrait-map .marker:after {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
  width: 14px;
  height: 4px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.attrait-map .marker:hover:after, .attrait-map .marker.hover-state:after, .attrait-map .marker.active:after {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.attrait-map .marker:hover .marker-wrapper, .attrait-map .marker.hover-state .marker-wrapper, .attrait-map .marker.active .marker-wrapper {
  -moz-transform: rotateY(180deg) translateY(-4px);
  -ms-transform: rotateY(180deg) translateY(-4px);
  -webkit-transform: rotateY(180deg) translateY(-4px);
  transform: rotateY(180deg) translateY(-4px);
}
.attrait-map .marker:hover .marker-wrapper .pin:after, .attrait-map .marker.hover-state .marker-wrapper .pin:after, .attrait-map .marker.active .marker-wrapper .pin:after {
  -moz-transform: translateX(-1px);
  -ms-transform: translateX(-1px);
  -webkit-transform: translateX(-1px);
  transform: translateX(-1px);
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.attrait-map .marker:hover .marker-title, .attrait-map .marker.hover-state .marker-title, .attrait-map .marker.active .marker-title {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.attrait-map .marker.active .marker-wrapper:before {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 2s;
  -webkit-animation-name: pulse;
  -webkit-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -webkit-animation-iteration-count: infinite;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 2s;
  -moz-animation-name: pulse;
  -moz-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -moz-animation-iteration-count: infinite;
  -o-animation-delay: 0s;
  -o-animation-duration: 2s;
  -o-animation-name: pulse;
  -o-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -o-animation-iteration-count: infinite;
  animation-delay: 0s;
  animation-duration: 2s;
  animation-name: pulse;
  animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  animation-iteration-count: infinite;
}
.attrait-map .marker .marker-wrapper {
  -moz-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
  -webkit-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
  transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
  position: relative;
  transform-style: preserve-3d;
  width: 37px;
  height: 49px;
}
.attrait-map .marker .marker-wrapper:before {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #729693 /* #4611a7 */;
  width: 37px;
  height: 37px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
}
.attrait-map .marker .marker-wrapper:after {
  /*text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 7 Free";
  speak: none;
  font-weight: 900;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -moz-transform: translateZ(-4px);
  -ms-transform: translateZ(-4px);
  -webkit-transform: translateZ(-4px);
  transform: translateZ(-4px);
  content: "\f002";
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 37px;
  height: 37px;
  line-height: 34px;
  font-size: 14px;
  text-align: center;*/
}
.attrait-map .marker .marker-wrapper .pin {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px white;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px white;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px white;
  transform-style: preserve-3d;
  border: 2px solid #729693 /* #4611a7 */;
  position: absolute;
  top: 0;
  left: 0;
  width: 37px;
  height: 37px;
  background-size: cover;
}
.attrait-map .marker .marker-wrapper .pin:before {
  -moz-transform: translateZ(-2px);
  -ms-transform: translateZ(-2px);
  -webkit-transform: translateZ(-2px);
  transform: translateZ(-2px);
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #729693 /* #4611a7 */;
  content: "";
  z-index: -2px;
  background-color: #729693 /* #4611a7 */;
  position: absolute;
  top: -2px;
  left: -2px;
  width: 37px;
  height: 37px;
  z-index: 1;
}
.attrait-map .marker .marker-wrapper .pin .image {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px white;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px white;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px white;
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
}
.attrait-map .marker .marker-wrapper .pin .image:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #729693 /* #4611a7 */ transparent transparent transparent;
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: auto;
}
.attrait-map .marker .tag {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-transform: translateZ(3px);
  -ms-transform: translateZ(3px);
  -webkit-transform: translateZ(3px);
  transform: translateZ(3px);
  position: absolute;
  top: -3px;
  right: -1px;
  z-index: -1;
  background-color: #729693 /* #4611a7 */;
  width: 19px;
  font-size: 9px;
  height: 19px;
  color: #fff;
  text-align: center;
  line-height: 18px;
  transform-style: preserve-3d;
}
.attrait-map .marker .tag i {
  -moz-transform: translateZ(2px);
  -ms-transform: translateZ(2px);
  -webkit-transform: translateZ(2px);
  transform: translateZ(2px);
  transform-style: preserve-3d;
}
.attrait-map .marker .marker-title {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  pointer-events: none;
  position: absolute;
  left: 50px;
  top: 5px;
  white-space: nowrap;
  background-color: #fff;
  padding: 2px 4px;
}
.attrait-map .marker .marker-title:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 6px 4px 0;
  border-color: transparent #fff transparent transparent;
  content: "";
  position: absolute;
  left: -6px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.attrait-map .marker .marker-title:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 6px 4px 0;
  border-color: transparent rgba(0, 0, 0, 0.2) transparent transparent;
  content: "";
  position: absolute;
  left: -6px;
  top: 2px;
  bottom: 0;
  margin: auto;
}

.content a.social:before {
  content: none;
}

.content .contact h5 {
  line-height: 1.25rem;
}
.clapat-icon {
  padding-left: 30px;
  position: relative;
}
.clapat-icon i.fab,
.clapat-icon i.fa {
  position: absolute;
  left: 0px;
  min-width: 16px;
  text-align: center;
}