.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;
  max-height: 450px;
  overflow: hidden;
  background: #1b6f5c;
}
.bandeau-image p+ p {
  padding-top: 20px;
}
.bandeau-image .field-texte {
  padding-bottom: 35px;
}
.bandeau-image .field-bandeau-image {
  position: relative;
}

.bandeau-image .field-bandeau-image:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.bandeau-image .title_guide_voyage p,
.bandeau-image .title_guide_voyage h2 {
  text-transform: none;
  color: #FFF;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 20px;
}

.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 .field-bandeau-image img {
  width: 100%;
}

.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; */
  display: flex;
  justify-content: center;
  flex-direction: column;
  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 h1,
.bandeau-image h2 {
  font-family: 'Anek Latin', Arial, Helvetica, sans-serif;
  font-size: 40px;
  color: #FFF;
  font-weight: bold;
  text-shadow: 0 0 5px #000;
  line-height: 45px;
  margin-bottom: 0px;
  display: block;
  clear: both;
}

.bandeau-image h1{
  padding: 20px 0;
}
.bandeau-image h1 + .field-vote {
  margin-top: -10px;
}
.bandeau-image h2 {
  font-size: 30px;
}

.bandeau-image .theme {
  display: inline-block;
  max-width: 250px;
  background: #49b170;
  line-height: 32px;
  height: 32px;
  font-family: 'Anek Latin', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #FFF;
  font-weight: normal;
  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: #49b170 transparent transparent transparent;

}

.bandeau-image .legende {
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  background-color: rgba(0, 0, 0, 0.84);
  display: inline-table !important;
  padding: 2px 20px !important;
}

.bandeau-image .lieu {
  font-family: 'Anek Latin', Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #FFF;
  font-weight: normal;
  text-shadow: 0 0 5px #000;
  /* line-height: 1.2; */
  line-height: 30px;
  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;
  }

  .bandeau-image .lieu {
    font-size: 14px;
    font-weight: 500;
  }
}

@media (max-width: 768px) {

  .bandeau-image h1,
  .bandeau-image h2 {
    font-size: 30px;
    line-height: 1.1;
  }

  .bandeau-image h2 {
    font-size: 20px;
  }

}

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

.fond-vert-emeraude .layout-container-large {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 10px;
}

.bandeau-image.fond-vert-emeraude {
  max-height: 450px;
}
@media (max-width: 1024px) {
  .bandeau-image.fond-vert-emeraude {
    max-height: inherit;
  }
  .bandeau-image.fond-vert-emeraude .field-bandeau-image figure{
    max-height: inherit!important;
    height: 100%;
  }

    .bandeau-image.fond-vert-emeraude .field-bandeau-image figure img {
      height: 100%;
      width: auto;
      object-fit: cover;

  }
}
@media (max-width: 768px) {

  .fond-vert-emeraude .layout-container-large{
    padding: 0;
  }
}
.bandeau-image.fond-vert-emeraude .field-bandeau-image figure{
  position: relative;
}
@media (min-width: 769px) {
  .bandeau-image.fond-vert-emeraude .field-bandeau-image figure {
    margin-right: 40px;
    max-height: 450px;
    overflow: hidden;
  }
}

.bandeau-image.fond-vert-emeraude .field-bandeau-image:after {
  display: none;
}

.bandeau-image.fond-vert-emeraude h1 {
  text-shadow: inherit;
}

@media (min-width: 768px) {
  .bandeau-image.fond-vert-emeraude .content {
    margin-left: 10px;
  }
}

@media (max-width: 768px) {
  .bandeau-image.fond-vert-emeraude .content {
    padding: 30px 40px;
  }
}

.bandeau-image.fond-vert-emeraude .btn-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  margin: 0;
  display: flex;
}
#content .fond-vert-emeraude a:visited,
#content .fond-vert-emeraude a{
  color: #fff!important;
}
@media (min-width: 769px) {
  .bandeau-image.fond-vert-emeraude .btn-play {
    width: calc(100% - 40px);
  }
}

.bandeau-image.fond-vert-emeraude .btn-play a {
  text-decoration: none;
}

.bandeau-image.fond-vert-emeraude .btn-play a:after {
  display: none !important;
}

.tempsDifficulteRecette {
  display: inline-flex;
  color: #fff;
  list-style: none;
  gap: 60px;
  padding:0;
  font-size: 18px;
}

.dureeRecette:before {
  content: "\e03b";
  font-family: "anjou" !important;
  font-size: 45px;
}

.prixRecette:before {
  content: "\e03c";
  font-family: "anjou" !important;
  font-size: 45px;
}

.difficulteRecette:before {
  content: "\e03a";
  font-family: "anjou" !important;
  font-size: 45px;
}

.difficulteRecette.difficile:before {
  content: "\e03e";
}

.difficulteRecette.facile:before {
  content: "\e03d";
}

.dureeRecette,
.prixRecette,
.difficulteRecette {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
