@font-face {
  font-family: Helvetica;
  src: url(font/Helvetica.ttf);
}
body {
  margin: 0;
  padding: 0;
  background-color: #ffa7da;
}

#festival_hyeres_2023 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: clamp(12px, 2vw, 2vw);
  background-color: #ffa7da;
}
#festival_hyeres_2023 h1 {
  display: block;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  font-size: clamp(30px, 5.5vw, 5.5vw);
  font-weight: 400;
  color: #ffff00;
  padding-top: 90px;
}
#festival_hyeres_2023 h1 b {
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  #festival_hyeres_2023 h1 b {
    display: block;
  }
}
#festival_hyeres_2023 h2 {
  text-transform: uppercase;
  font-size: clamp(30px, 5vw, 5vw);
  margin: 72px 0;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #ffff00;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #festival_hyeres_2023 h2 {
    margin: 36px 0;
  }
}
#festival_hyeres_2023 #logo {
  display: block;
  position: relative;
  max-width: 770px;
  width: 100%;
  min-width: 175px;
  margin: 18px auto 90px auto;
}
@media screen and (max-width: 480px) {
  #festival_hyeres_2023 #logo {
    width: 175px;
    margin: 72px auto;
  }
}
#festival_hyeres_2023 .bloc {
  position: relative;
}
#festival_hyeres_2023 .bloc--main {
  max-width: 63%;
  margin: 90px auto 180px auto;
  text-align: center;
  color: #fff;
  font-size: clamp(18px, 3vw, 3vw);
  line-height: 58px;
}
@media screen and (max-width: 480px) {
  #festival_hyeres_2023 .bloc--main {
    max-width: 100%;
    padding: 0 36px;
    margin: 36px auto;
  }
}
#festival_hyeres_2023 .bloc--second {
  max-width: 82%;
  margin: 0 auto 90px auto;
  color: #fff;
  font-size: clamp(18px, 2.5vw, 2.5vw);
  line-height: 45px;
}
#festival_hyeres_2023 .bloc--second h2 {
  text-align: center;
  margin: 90px 0;
}
#festival_hyeres_2023 .bloc--second span {
  display: block;
  margin-top: 18px;
}
@media screen and (max-width: 480px) {
  #festival_hyeres_2023 .bloc--second {
    margin-bottom: 36px;
  }
  #festival_hyeres_2023 .bloc--second h2 {
    margin: 36px 0;
  }
}
#festival_hyeres_2023 .bloc--columns {
  display: flex;
  gap: 0;
}
#festival_hyeres_2023 .bloc--columns .column {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media screen and (max-width: 480px) {
  #festival_hyeres_2023 .bloc--columns .column {
    width: 100%;
  }
}
#festival_hyeres_2023 .bloc--columns .column .name {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #ffff00;
  text-transform: uppercase;
  text-align: center;
  font-size: clamp(25px, 4vw, 4vw);
}
#festival_hyeres_2023 .bloc--columns .column--content {
  padding: 0 36px;
  font-size: clamp(18px, 1.9vw, 1.9vw);
  line-height: 35px;
}
#festival_hyeres_2023 .bloc--columns .column--content span {
  color: white;
}
#festival_hyeres_2023 .bloc--columns .column img {
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 480px) {
  #festival_hyeres_2023 .bloc--columns .column .img--desk {
    display: none;
  }
}
@media screen and (min-width: 480px) {
  #festival_hyeres_2023 .bloc--columns .column .img--mobile {
    display: none;
  }
}
#festival_hyeres_2023 .bloc--columns.columns--img-txt {
  align-items: center;
}
#festival_hyeres_2023 .bloc--columns.columns--img-txt:nth-of-type(even) {
  flex-direction: row-reverse;
}
#festival_hyeres_2023 .bloc--columns.columns--img-txt h2 {
  margin-top: 0;
  padding: 0 36px;
  font-size: clamp(30px, 3vw, 3vw);
}
#festival_hyeres_2023 .bloc--columns.columns--img-txt img {
  width: 100%;
}
@media screen and (max-width: 480px) {
  #festival_hyeres_2023 .bloc--columns.columns--img-txt {
    flex-direction: column-reverse !important;
  }
  #festival_hyeres_2023 .bloc--columns.columns--img-txt h2, #festival_hyeres_2023 .bloc--columns.columns--img-txt img {
    margin-top: 36px;
  }
}

/*# sourceMappingURL=style_hyeres_2023_v8.css.map */
