/* UNESCO HOME */

#UNESCO {
  height: auto;
  /*height: 520px;*/
  text-align: center;
  background: transparent url(/img/v_visite-home.jpg) no-repeat;
  background-size: auto 100%;
  background-position: center bottom;
  background-size: cover;
  position: relative;
  padding-bottom: 5vw;
  padding-top: 2vw;
}
#UNESCO h2 {
  font-family: "Spartan", sans-serif;
  font-size: calc(14px + 0.1vw);
  color: #666666;
  font-weight: 700;
  width: 42%;
  margin: 15vw auto 1vw auto;
  padding: 0;
  height: max-content;
  text-transform: uppercase;
}
#UNESCO h3 {
  font-family: "Taviraj", serif;
  color: #cbad84;
  font-style: italic;
  font-size: calc(14px + 1.75vw);
  line-height: calc(14px + 1.75vw);
  font-weight: 200;
  width: 42%;
  height: max-content;
  margin: 0 auto 3vw auto;
  word-break: break-word;
}
#UNESCO p {
  width: 32vw;
  margin: auto;
  font-size: 1.1vw;
  /*word-break: break-word;*/
  font-weight: 200;
}
#UNESCO p a.btn {
  width: 100%;
  color: #000;
  text-transform: uppercase;
  /*font-size: 1.8rem;*/
  font-weight: 700;
  margin: 1vw auto 0 auto;
  padding: 3vw 0 1vw 0;
  background-color: #cbad84;
  display: block;
  text-decoration: none;
  transition: all 1s ease;
}
#UNESCO p a.btn:hover {
  color: #fff;
  background: rgb(63, 62, 64);
  background: linear-gradient(
    180deg,
    rgba(63, 62, 64, 1) 0%,
    rgba(40, 37, 37, 1) 50%,
    rgba(40, 37, 37, 1) 100%
  );
  transition: all 1s ease;
}
#UNESCO::after {
  content: url(/img/picto_triangle-or-bas.svg);
  position: absolute;
  bottom: -20px;
  z-index: 20;
  display: block;
  width: 60px;
  height: auto;
  margin-left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

#tresor-unesco #UNESCO::after,
#unesco-treasure #UNESCO::after {
  display: none;
}

@media (min-width: 1024px) and (max-width: 1280px) {
  #UNESCO {
    padding-top: 40px;
  }
  #UNESCO h2 {
    margin-top: 40px;
  }
  #UNESCO h3 {
    font-size: 4vw;
    line-height: 4vw;
    width: 50%;
    margin-left: 25%;
  }
  #UNESCO p {
    font-size: 1.2vw;
    width: 50%;
    margin-left: 25%;
  }
  /* #UNESCO::after {
        top: 20px;
    } */
}
@media (min-width: 568px) and (max-width: 1023px) {
  #UNESCO h3 {
    font-size: 4vw;
    line-height: 4vw;
    width: 65%;
    /*margin-left: 25%;*/
  }
  #UNESCO p {
    font-size: 1.6vw;
    width: 50%;
    margin-left: 25%;
  }
}

@media (max-width: 568px) {
    #UNESCO {
        padding-bottom: 15vw;
        padding-top: 0vw;
    }
    #UNESCO h3 {
    font-size: calc(14px + 4vw);
    line-height: calc(14px + 4vw);
    width: 80%;
    /*margin-left: 5%;*/
  }
  #UNESCO p {
    font-size: calc(16px + 0.5vw);
    text-align: center;
    line-height: calc(16px + 2vw);
    width: 80%;
    margin-left: 10%;
  }
}
