@font-face {
  font-family: "Tan Headlines";
  src: local("Tan Headlines"), url("../assets/fonts/TAN-Headline/TANHEADLINE-Regular.otf") format("opentype"), url("../assets/fonts/TAN-Headline/TANHEADLINE-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins"; 
  src: url("ATTENTE2025/assets/fonts/Poppins-Full-Version/Web Fonts/Poppins/Poppins-Regular.woff2") format("woff2"),
    url("ATTENTE2025/assets/fonts/Poppins-Full-Version/Web Fonts/Poppins/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  background-color: var(--main-bg-color);
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  --main-primary-color: #365b6d;
  --main-secondary-color: #106b96;
  --main-tertiary-color: #8bd7ee;
  --main-bg-color: #113241;
  --main-shadow-color: #071c25;
  --main-bg-primary-color: linear-gradient(90deg, var(--main-tertiary-color) 0%, var(--main-secondary-color) 100%);
  --main-title-color: #e2b343;
  --main-text-color: #f6f6e9;
  --main-font-text: "Poppins", sans-serif;
  --main-font-title: "Tan Headlines", Georgia;

  /* bleu turquoise : #365b6d
bleu turquoise foncé : #113241
bleu clair : #289dd2
jaune : #e2b343
blanc-crème : #f6f6e9
 */
}

.cont1600px {
  margin-top: 8rem; 
  max-width: 1600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.cont1200px {
  max-width: 1200px;
  margin: 0 10rem 0 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.decoration {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  background-repeat: repeat-y;
  background-size: 100px auto;
}

.decoration-left {
  left: 0;
  background-image: url("../assets/elements_decor/bande.webp");
}

.decoration-right {
  right: 0;
  background-image: url("../assets/elements_decor/bande.webp");
}

#about, #infos, #tarifs, #prog {
  scroll-margin-top: 15vh;
}

#about img {
  filter: invert(40%) sepia(100%) saturate(100%) brightness(80%);
  width: 10rem;
  height: auto;
}

.mobile {
  display: none;
}

.desktop {
  display: relative;
}

h1 {
  font-family: var(--main-font-title);
  color: var(--main-title-color);
  font-size: 36pt;
  margin: 4rem 0 2rem 0;
  text-align: center;
  text-shadow: 2px 2px var(--main-shadow-color);
}

h2 {
  font-family: var(--main-font-title);
  font-size: 26pt;
  color: var(--main-title-color);
  margin: 2rem 0 1rem 0;
  text-align: center;
  text-shadow: 2px 2px var(--main-shadow-color);
}

h3 {
  font-family: var(--main-font-text);
  font-size: 16pt;
  color: var(--main-text-color);
  margin: 0 0 0 0;
  text-align: center;
  font-weight: 300;
}

hr {
  width: 100%;
  text-align: center;
  color: var(--main-title-color);
}

header {
  width: 100%;
  position: fixed;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, var(--main-shadow-color) 100%);
  padding: 1rem 0;
  top: 0px;
  color: white;
  animation: fadeIn 2s forwards;
  height: 5rem;
  text-align: center;
  display: flex;
  z-index: 999;
  transition: background-color 0.2s linear, bow-shadow 0.2s linear;
}

header.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  background-color: var(--main-primary-color);
  box-shadow: 0px 0px 15px var(--main-shadow-color);
}

header.scrolled + .content {
  margin-top: 50px;
}

.content div {
  margin-bottom: 10px;
}

header a {
  color: rgb(255, 255, 255);
  font-size: 22pt;
  font-family: var(--main-font-title);
  text-decoration: none;
}

header a:hover {
  transform: scale(1.1);
  transition: 0.1s;
}

header.scrolled a:hover {
  color: var(--main-bg-color);
  -webkit-text-stroke-color: var(--main-bg-color);
  text-shadow: none;
}

header img {
  width: 8rem;
  height: 8rem;
  filter: drop-shadow(0px 4px 4px var(--main-shadow-color));
}

header > * {
  flex: 1 1 0px;
  margin: auto;
}

.svg-icon {
  width: 36px;
  height: 36px;
  filter: invert(100%) sepia(99%) saturate(4%) hue-rotate(73deg) brightness(105%) contrast(100%) drop-shadow(0px 2px 4px var(--main-shadow-color));
  transition: transform 330ms ease-in-out;
}

.svg-icon:hover {
  transform: scale(1.2);
}

iframe {
  width: 100vw;
  height: auto;
  aspect-ratio: 16/9;
  filter: drop-shadow(4px 4px 10px var(--main-shadow-color));
  mask-image: linear-gradient(to bottom, black 0%, black 70%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 70%, transparent 100%);
}

.bg-video {
  user-select: none;
  pointer-events: none;
}

.section {
  margin-bottom: 2rem;
}

.content {
  flex: 1;
  margin-top: 5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 8rem 2rem 8rem;
}

.right > * {
  margin: 1rem 0rem 0rem 2rem;
}

.left > * {
  margin: 1rem 2rem 0rem 0rem;
}

.presentation img {
  height: 12rem;
}

.infos {
  margin-bottom: 5rem;
}

.infos h3 {
  text-align: left;
}

.infos b {
  font-weight: 600;
}

.infos li {
  margin-bottom: 0.5rem;
}

.infos a {
  color: var(--main-title-color);
}

.presentation a {
  color: var(--main-title-color);
}

.billetterie a {
  color: var(--main-shadow-color);
}

.infos h2 {
  margin: 4rem 0 0 0;
}

#interdits li {
  margin: 0;
}

.rows {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10rem;
  row-gap: 2rem;
}

.prog-rows {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2rem;
  justify-content: center;
  align-items: center;
}

.art-text-right {
  grid-column: 2/5;
}

.art-text-left {
  grid-column: 1/3;
  grid-row: 1;
}

.art-rows {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
}

.art-rows h2,h3{
  margin: 0 2rem 0 0;
}

.title-color {
  color: var(--main-title-color);
}

.art-rows svg {
  width: 52px;
  height: 52px;
  filter: invert(65%) sepia(50%) saturate(70%) hue-rotate(40deg) brightness(105%) contrast(100%) drop-shadow(0px 2px 4px var(--main-shadow-color));
  transition: transform 330ms ease-in-out;
}

.artistes {
  margin-bottom: 4rem;
}

.artistes img {
  max-width: 100%;
  height: auto;
  aspect-ratio: auto;
}

.billetterie {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--main-bg-primary-color);
}

.billetterie h1 {
  color: var(--main-bg-color);
  text-shadow: none;
}

.billetterie img {
  max-height: 6rem;
  margin-right: 6rem;
  -webkit-filter: drop-shadow(1px 1px 0 rgba(22, 62, 75, 1)) drop-shadow(-1px -1px 0 rgba(22, 62, 75, 1));
  filter: drop-shadow(1px 1px 0 rgba(22, 62, 75, 1)) drop-shadow(-1px -1px 0 rgba(22, 62, 75, 1));
}

.special_content {
  padding: 2rem;
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: center;
  text-align: center;
}

.text_billetterie > h1 {
  margin: 0 0 2rem 0;
}

.sponsors {
  padding: 5rem 0 3rem 0;
  margin: auto;
  width: 100%;
  height: 10vh;
  display: flex;
  justify-content: center;
}

.sponsors img {
  max-height: 3rem;
  padding: 0 3rem 0 3rem;
}

@media only screen and (max-width: 1200px) {
  body {
    width: 100%;
    overflow-x: hidden;
  }

  .desktop * {
    display: none;
  }

  .mobile {
    display: flex;
  }

  h1 {
    font-size: 24pt;
    margin: 2rem 0 2rem 0;
    line-height: 120%;
  }

  h2 {
    font-size: 18pt;
    margin: 2rem 0 1rem 0;
    line-height: 120%;
  }

  h3 {
    font-size: 13pt;
    margin: 0 0 1rem 0;
  }

  hr {
    width: 90%;
  }

  .cont1600px {
    width: 100vw;
  }

  .cont1200px {
    width: 85vw;
  }

  #infos ul {
    padding-left: 0;
  }

  header {
    width: 100%;
    position: fixed;
    background: var(--main-primary-color);
    top: 0px;
    color: white;
    animation: fadeIn 2s forwards;
    height: 4rem;
    text-align: center;
    display: flex;
    z-index: 999;
  }

  header a {
    color: rgb(255, 255, 255);
    font-size: 30pt;
    font-family: var(--main-font-title);
  }

  header img {
    width: 6rem;
    height: 6rem;
  }

  header > * {
    flex: 1 1 0px;
    margin: auto;
  }

  iframe {
    margin-top: 6rem;
  }

  button {
    border: none;
    background-color: inherit;
  }

  button img {
    width: 36px;
    height: 36px;
    filter: none;
  }

  .dropbtn {
    background: var(--main-primary-color);
    padding: 16px;
    border: none;
    cursor: pointer;
  }

  .dropdown {
    position: relative;
    display: inline-block;
  }

  .dropdown-content {
    padding-top: 2rem;
    display: none;
    width: 100%;
    position: fixed;
    background: var(--main-primary-color);
  }

  .displayed {
    width: 6rem;
    height: 6rem;
  }

  .dropdown-content a {
    color: var(--main-title-color);
    padding-bottom: 1rem;
    text-decoration: none;
    font-size: 20pt;
    display: block;
  }

  .dropdown a:hover {
    background-color: #ddd;
  }

  .show {
    display: block;
    margin-top: 5rem;
    z-index: -1;
  }

  .svg-icon {
    width: 36px;
    height: 36px;
    filter: invert(100%) sepia(99%) saturate(4%) hue-rotate(73deg) brightness(105%) contrast(100%) drop-shadow(0px 2px 4px var(--main-shadow-color));
  }

  .section {
    width: 100%;
  }

  .content {
    margin: 3rem 0rem 3rem 0rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .reverse {
    flex-wrap: wrap-reverse;
  }

  .right {
    margin: 0 2rem 0 0;
  }

  .left {
    margin: 0 0 0 2rem;
  }

  .presentation img {
    width: 6rem;
    margin: 0;
  }

  .light-bg img {
    width: 100%;
    margin-bottom: 0;
  }

  .infos h3 {
    margin: 1rem;
  }

  .infos {
    margin-bottom: 2rem;
  }

  .infos h2 {
    margin: 2rem 0 0 0;
  }

  .decoration {
    display: none;
  }

  .rows {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0;
    row-gap: 0rem;
  }

  .prog-rows {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .prog-rows img {
    max-width: 90vw;
    max-height: 40vh;
    aspect-ratio: auto;
  }

  .art-rows {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  /* .prog-rows br {
    display: none;
  } */

  #prog hr {
    width: 85vw;
    margin: 0 0 3rem 0;
    height:14px; 
    overflow:hidden;
    border: none;
  }

  #prog hr:after {
    content:"........................................................................................................................................................";
    letter-spacing: 4px; /* Use letter-spacing to increase space between dots*/
    color: var(--main-title-color);
    }

  .art-rows h2 {
    margin-top: 1rem;
  }

  .insta {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .artistes {
    width: 85vw;
    margin-bottom: 1rem;
  }

  .insta svg {
    width: 36px;
    height: 36px;
    margin: 0 0 0 0;
  }

  .insta h3 {
    margin: 0 0 0 0.5rem;
  }

  .billetterie {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(320deg, var(--main-secondary-color) 0%, var(--main-tertiary-color) 100%);
  }

  .billetterie h1 {
    color: var(--main-bg-color);
    text-shadow: none;
    margin: 0;
  }

  .billetterie h3 {
    margin: 1rem 0 1rem 0;
  }

  .billetterie img {
    max-height: 4rem;
    margin: 0rem 1rem 0 1rem;
  }

  .special_content {
    padding-bottom: 0;
    padding-top: 0;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin: 1rem 2rem 1rem 2rem;
  }

  .sponsors {
    padding: 2rem 0 0 0;
  }

  .sponsors img {
    max-height: 1.4rem;
    padding: 0 0.5rem 0 0.5rem;
  }
}
