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

#festival_hyeres_2024 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: clamp(12px, 2vw, 2vw);
  background-color: #fdf266;
}

@keyframes defilement-rtl {
  0% {
    transform: translate3d(0, 0, 0); /* position initiale à droite */
  }
  100% {
    transform: translate3d(-100%, 0, 0); /* position finale à gauche */
  }
}

#festival_hyeres_2024 .conteneur-titre {
  width: 100%;
  overflow: hidden;
  border-bottom: 2px solid #fa415f;
}

#festival_hyeres_2024 h1 {
  margin: 0;
  display: inline-block;
  padding-left: 100%;
  padding-right: 2rem;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  font-size: clamp(20px, 15vw, 15vw);
  font-weight: 400;
  color: #ffff00;
  white-space: nowrap;
  animation: defilement-rtl 15s infinite linear;
}
#festival_hyeres_2024 h1 b {
  font-weight: 400;
  color: #e27ef8;
}
@media screen and (max-width: 480px) {
  #festival_hyeres_2024 h1 {
    white-space: wrap;
    display: block;
    animation: none;
    padding: 2rem;
    width: auto;
    text-align: left;
    font-size: 45px;
  }
}

#festival_hyeres_2024 h2 {
  text-transform: uppercase;
  font-size: clamp(30px, 5vw, 5vw);
  margin: 72px 0;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #221dc3;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #festival_hyeres_2024 h2 {
    margin: 1.5rem 0;
  }
}
#festival_hyeres_2024 #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_2024 #logo {
    width: 80%;
    margin: 0.5rem auto;
  }
}
#festival_hyeres_2024 .bloc {
  position: relative;
}
#festival_hyeres_2024 .bloc--main {
  max-width: 50%;
  margin: 90px auto 90px 5rem;
  text-align: center;
  color: #fff;
  font-size: clamp(18px, 2vw, 2vw);
  line-height: normal;
  text-align: left;
  line-height: 50px;
  color: #e27ef8;
  font-weight: 400;
}

#festival_hyeres_2024 .bloc--main .conteneur-img img {
  display: block;
}

@media screen and (max-width: 480px) {
  #festival_hyeres_2024 .bloc--main {
    max-width: 100%;
    padding: 0 1rem;
    margin: 36px auto;
    line-height: 25px;
  }

  #festival_hyeres_2024 .bloc--main img {
    max-width: 70px;
  }
}

@keyframes rotateY {
  0% {
    transform: rotateY(45deg);
  }

  50% {
    transform: rotateY(0);
  }

  100% {
    transform: rotateY(-45deg);
  }
}

#logo {
  animation: rotateY 7s infinite alternate;
  transform-style: preserve-3d;
}

/* #festival_hyeres_2024 .bloc--main .conteneur-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
} */

#festival_hyeres_2024 .bloc--main .conteneur-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 700;
}

#festival_hyeres_2024 .bloc--second {
  max-width: 82%;
  margin: 90px auto;
  color: #fff;
  font-size: clamp(18px, 2.5vw, 2.5vw);
  line-height: 45px;
}
#festival_hyeres_2024 .bloc--second h2 {
  text-align: center;
  margin: 90px 0;
}

#festival_hyeres_2024 .bloc--troisieme span {
  display: block;
  font-size: clamp(18px, 2vw, 2vw);
  color: #e27ef8;
  max-width: 50%;
  margin: 40px auto;
  font-weight: 400;
  margin: 40px auto 40px 5rem;
}

@media screen and (max-width: 480px) {
  #festival_hyeres_2024 .bloc--troisieme span {
    margin: 1rem;
    max-width: 100%;
    line-height: 25px;
  }
}

#festival_hyeres_2024 .bloc--troisieme h2 {
  font-size: clamp(30px, 3vw, 3vw);
  padding: 1rem 0;
  text-align: center;
  border-top: 2px solid #fa415f;
  border-bottom: 2px solid #fa415f;
}

#festival_hyeres_2024 .bloc--quatre span {
  display: block;
  font-size: clamp(18px, 2vw, 2vw);
  color: #e27ef8;
  max-width: 50%;
  margin: 40px auto;
  font-weight: 400;
  margin: 40px auto 40px 5rem;
}

@media screen and (max-width: 480px) {
  #festival_hyeres_2024 .bloc--quatre span {
    padding: 0 1rem;
    margin: 0;
    max-width: 100%;
    margin-bottom: 36px;
  }
}

#festival_hyeres_2024 .bloc--quatre .icon-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -3rem;
  margin-bottom: -8rem;
}

#festival_hyeres_2024 .bloc--quatre .icon-container img {
  max-width: 300px;
  object-fit: cover;
}

@media screen and (max-width: 480px) {
  #festival_hyeres_2024 .bloc--quatre .icon-container {
    margin-bottom: -5rem;
  }
  #festival_hyeres_2024 .bloc--quatre .icon-container img {
    max-width: 200px;
  }
}

@media screen and (max-width: 1440px) {
  #festival_hyeres_2024 .bloc--quatre img {
    object-fit: cover;
  }
}

#festival_hyeres_2024 .bloc--quatre h2 {
  font-size: clamp(30px, 3vw, 3vw);
  padding: 1rem 0;
  text-align: center;
  border-top: 2px solid #fa415f;
  border-bottom: 2px solid #fa415f;
}

#festival_hyeres_2024 .bloc--second span {
  display: block;
  margin-top: 18px;
}
@media screen and (max-width: 480px) {
  #festival_hyeres_2024 .bloc--second {
    margin: 0;
    max-width: 100%;
  }

  #festival_hyeres_2024 .bloc--second h2 {
    font-size: clamp(18px, 3vw, 3vw);
    padding: 1rem 0;
    text-align: center;
    border-top: 2px solid #fa415f;
    border-bottom: 2px solid #fa415f;
  }
}
#festival_hyeres_2024 .bloc--columns {
  display: flex;
  gap: 0;
}
#festival_hyeres_2024 .bloc--columns .column {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  border-top: 2px solid #fa415f;
}

#festival_hyeres_2024 .bloc--columns .column:first-child {
  border-left: 2px solid #fa415f;
  border-right: 2px solid #fa415f;
}

#festival_hyeres_2024 .bloc--columns .column:last-child {
  border-right: 2px solid #fa415f;
}

#column-last {
  border-bottom: 2px solid #fa415f;
}

@media screen and (max-width: 480px) {
  #festival_hyeres_2024 .bloc--columns .column {
    width: 100%;
  }
}
#festival_hyeres_2024 .bloc--columns .column .name {
  position: absolute;
  display: block;
  left: 1.5rem;
  top: 1.5rem;
  color: #e27ef8;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  font-size: clamp(20px, 2.5vw, 2.5vw);
}

@media screen and (max-width: 480px) {
  #festival_hyeres_2024 .bloc--columns .column .name {
    left: 5px;
    top: 5px;
    text-align: left;
  }
}

#festival_hyeres_2024 .bloc--columns .column--content {
  padding: 0 36px;
  font-size: clamp(18px, 1.9vw, 1.9vw);
  line-height: 35px;
  border-left: 2px solid #fa415f;
}
#festival_hyeres_2024 .bloc--columns .column--content span {
  color: #e27ef8;
  font-weight: 400;
}
#festival_hyeres_2024 .bloc--columns .column img {
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 480px) {
  #festival_hyeres_2024 .bloc--columns .column .img--desk {
    display: none;
  }
}
@media screen and (min-width: 480px) {
  #festival_hyeres_2024 .bloc--columns .column .img--mobile {
    display: none;
  }
}

#festival_hyeres_2024 .bloc--columns.columns--img-txt {
  position: relative;
  align-items: stretch;
  display: flex;
  gap: 0;
}

#festival_hyeres_2024 .bloc--columns .column.center {
  align-items: center;
  justify-content: center;
  border-left: none;
}

#festival_hyeres_2024 .bloc--columns.columns--img-txt:nth-of-type(even) {
  flex-direction: row-reverse;
}

#festival_hyeres_2024 .bloc--columns.columns--img-txt h2 {
  margin: 0;
  padding: 0 36px;
  font-size: clamp(30px, 3vw, 3vw);
}

#festival_hyeres_2024 .bloc--columns.columns--img-txt img {
  width: 100%;
}

@media screen and (max-width: 480px) {
  #festival_hyeres_2024 .bloc--columns.columns--img-txt {
    flex-direction: column-reverse !important;
  }
  #festival_hyeres_2024 .bloc--columns.columns--img-txt h2,
  #festival_hyeres_2024 .bloc--columns.columns--img-txt img {
    margin-top: 36px;
  }
}

#festival_hyeres_2024 .columns--img-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #fa415f;
  border-right: 2px solid #fa415f;
}

#festival_hyeres_2024 .columns--img-txt h2 {
  font-size: clamp(30px, 3vw, 3vw);
  padding: 0 1rem;
}

#festival_hyeres_2024 .columns--img-txt .column--content {
  font-size: clamp(18px, 2vw, 2vw);
  padding: 0 2rem;
  color: #e27ef8;
  font-weight: 400;
}

#festival_hyeres_2024 .columns--img-txt.reverse {
  flex-direction: row-reverse;
  border-top: 2px solid #fa415f;
}

#festival_hyeres_2024 .columns--img-txt .column {
  flex: 1;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 2px solid #fa415f;
}

#festival_hyeres_2024 .columns--img-txt.reverse .column {
}

#festival_hyeres_2024 .columns--img-txt .column img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#festival_hyeres_2024 .bloc--cinq {
  text-align: center;
  padding: 5rem 2rem;
  color: #221dc3;
  font-size: clamp(8px, 2vw, 2vw);
}

@media screen and (max-width: 480px) {
  #festival_hyeres_2024 .columns--img-txt.reverse,
  #festival_hyeres_2024 .columns--img-txt {
    flex-direction: column-reverse;
    border: none;
  }
  #festival_hyeres_2024 .columns--img-txt .column,
  #festival_hyeres_2024 .columns--img-txt.reverse .column {
    width: 100%;
    height: fit-content;
    aspect-ratio: auto;
    border: none;
  }

  #festival_hyeres_2024 .columns--img-txt .column--content {
    padding: 3rem 1rem;
  }

  #festival_hyeres_2024 .columns--img-txt .column img,
  #festival_hyeres_2024 .columns--img-txt.reverse .column img {
    aspect-ratio: 1;
    border-top: 2px solid #fa415f;
    border-bottom: 2px solid #fa415f;
  }

  #festival_hyeres_2024 .bloc--cinq {
    border-top: 2px solid #fa415f;
    padding: 1rem 3rem;
  }
} /*# sourceMappingURL=style_hyeres_2023_v8.css.map */
