.bandeau-image {
  position: relative;
  min-height: 100px;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.bandeau-image .btn-video {
  width: 96px;
  height: 96px;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 22px;
  margin: auto;
  /*box-shadow: 0 0 35px #000;*/
  transition: all .3s ease-in-out;
}

.bandeau-image .btn-video:hover {
  transform: scale(1.05);
  background-color: rgba(32, 150, 133, 0.65);
}

.bandeau-image .btn-video .icon-anjou-play {
  transform: translateX(2px);
  line-height: 1;
}

.bandeau-image.bandeau-image-grande {
  overflow: hidden;
  height: 100%;
  min-height: 500px;
}

.bandeau-image.visible {
  visibility: visible;
  opacity: 1;
}

.centerer {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
}

.bandeau-image.bandeau-image-grande img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bandeau-image h2 {
  font-family: ubuntu, Arial, Helvetica, sans-serif;
  font-size: 50px;
  color: #FFF;
  font-weight: 500;
  text-shadow: 0 0 5px #000;
  line-height: 55px;
  margin-bottom: 0px;
}

.bandeau-image .theme {
  display: inline-block;
  max-width: 250px;
  background: #82c039;
  line-height: 32px;
  height: 32px;
  font-family: ubuntu, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #FFF;
  font-weight: 400;
  position: relative;
  padding: 0 30px;
  margin: 0 auto 20px auto;
  text-align: center;
}

.bandeau-image .theme:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #81c039 transparent transparent transparent;

}

.bandeau-image .legende {
  position: absolute;
  bottom: 5px;
  left: 1%;
  width: 98%;
}

.bandeau-image .lieu {
  font-family: ubuntu, Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #FFF;
  font-weight: 400;
  text-shadow: 0 0 5px #000;
  line-height: 56px;
  display: inline-block;
}

.bandeau-image .legende .lieu .credits {
  position: relative;
  display: none;
}

.bandeau-image .legende .lieu:hover .credits {
  display: inline-block;
}

.bandeau-image .lieu a {
  color: #FFF;
  font-size: 14px;
}

.bandeau-image .legende .lieu .credits:hover span {
  display: block;
  position: absolute;
  bottom: 150%;
  color: #FFF;
  font-size: 14px;
  line-height: 16px;
  background: #000;
  display: block;
  padding: 7px;
  border-radius: 2px;
  right: 0;
  min-width: 50px;
}

.bandeau-image .legende .lieu .credits:hover span:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  top: 100%;
  right: 20px;
}

.bandeau-image .showOnMap {
  float: left;
  margin: 0 15px 0 0;
}

@media (max-width: 1024px) {
  .bandeau-image h2 {
    max-width: 70%;
    margin: 0 auto;
  }
}

@media (max-width: 479px) {
  .bandeau-image .scroll.scrollToContent {
    display: none;
  }

  .bandeau-image .theme {
    display: none;
  }

  .bandeau-image h2 {
    font-size: 26px;
    line-height: 1.2;
  }
  .bandeau-image .btn-video {
    width: 55px;
    height: 55px;
    font-size: 19px;
  }
}

@media (max-height: 768px) {
  .bandeau-image {
    max-height: 350px;
    overflow: hidden;
  }
}

