@font-face {
  font-family: "Chaumont Script";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("fonte/chaumontscript-regular.woff2") format("woff2"),
    url("fonte/chaumontscript-regular.woff") format("woff");
}

@font-face {
  font-family: 'Space Mono';
  src: url('fonte/SpaceMono-Regular.woff2') format('woff2'),
    url('fonte/SpaceMono-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Insolente';
  src: url('fonte/Insolente-Regular.woff') format('woff2'),
    url('fonte/Insolente-Regular.woff2') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Space Mono';
  src: url('fonte/SpaceMono-Bold.woff2') format('woff2'),
    url('fonte/SpaceMono-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Overused Grotesk";
  src:
    url('OverusedGrotesk-VF.woff2') format('woff2 supports variations'),
    url('OverusedGrotesk-VF.woff2') format('woff2-variations');
  font-weight: 300 900;
}

@font-face {
  font-family: 'Fireworks';
  src: url('Fireworks.woff2') format('woff2'),
    url('Fireworks.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BBB Sprat Condensed';
  src: url('fonte/BBBSprat-CondensedRegular.woff2') format('woff2'),
    url('fonte/BBBSprat-CondensedRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
    font-family: 'Adelphe Floreal1';
    src: url('fonte/Adelphe-FlorealSemiBold.woff2') format('woff2'),
        url('fonte/Adelphe-FlorealSemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Adelphe Floreal';
    src: url('fonte/Adelphe-FlorealRegular.woff2') format('woff2'),
        url('fonte/Adelphe-FlorealRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Adelphe Fructidor';
    src: url('fonte/Adelphe-FructidorRegular.woff2') format('woff2'),
        url('fonte/Adelphe-FructidorRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h5{font-family: 'Insolente';
font-size: 3vh;
text-decoration: none;
color: black;
max-width: 40vh;
padding-bottom: 1vh;}

#index {
  position: fixed;
  inset: 0px;
  padding: 20px;
  gap:20px;
  background: rgba(255, 255, 255, 0.92);
  z-index: 666;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  align-items: center;
  justify-content: center;
  padding-bottom: 18vw;
  opacity: 0;
  pointer-events: none;
  transition: all 100ms;
}
#index.visible {
  opacity: 1;
  pointer-events: all;
  transition: all 1500ms;
}

#index-btn {
  text-decoration: none;
  font-family: 'Insolente';
  font-size: 10vh;
  text-align: center;
  bottom: 1vh;
  position: absolute;
  z-index: 9999;
  left: 50vh;
  right: 50vh;

  text-decoration: none;
  -webkit-text-stroke: 2px rgb(0, 0, 0);
  color: #ffffff;
}

.liste{a{font-family:'Insolente'
 ;
text-decoration: none;
color: rgb(0, 0, 0);
text-align: center;
padding: 2vh;
font-size: 1.5em;
border-width:8px;
 border-style: dotted ;
 border-color:rgb(255, 181, 244);
text-align: center;
} }

.overused-grotesk {
  font-variation-settings: "wght"var(--overused-grotesk-wght), "slnt"var(--overused-grotesk-slnt);
}

html,
body {
  height: 100%;
  margin: 0;
}

* {
  box-sizing: border-box;
  /* hard reset margins */
  margin: 0;
  padding: 0;
}






.starred  {
  position: relative;
  background: url(img/star.svg);
}

.starred >  * {
  position: relative;
}

.starred::before {
  content: "★";
  
  color: white;
  position: absolute;
  top: -40vh;
  left: -7vw;
  font-size: 40vw;
  opacity: 70%;
} 

body {
  overflow: hidden;
  /* center content: */
  display: grid;
  grid-template-columns: 1fr, 1fr, 1fr, 1fr;
  place-content: center;
  /* offset from body by 50px */
  inset: 0px;
}

p {
  max-width: 40vh;
  text-decoration: none;
  font-size: 2.5vh;
  color: black;
  font-family: 'Adelphe Fructidor';
  line-height: 2.8vh;
}

a {
  text-decoration: none;
}

a :hover {
  animation: gelatine 0.5s ease infinite;
}



@keyframes gelatine {

  from,
  to {
    transform: scale(1, 1);
  }

  25% {
    transform: scale(0.9, 1.1);
  }

  50% {
    transform: scale(1.1, 0.9);
  }

  75% {
    transform: scale(0.95, 1.05);
  }
}

#content {
  position: absolute;
  /* size */
  width: 300vw;
  height: 300vh;
  /* decoration */

  /* transformation optimization */
  will-change: transform;
  transition: transform 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}

#typo {
  position: absolute;
  /* size */
  width: 300vw;
  height: 300vh;
  /* decoration */
  font-family: "Insolente";
  -webkit-text-stroke-width: 3px;
  background-image: radial-gradient(rgb(255, 255, 255), rgb(255, 134, 213));
  ;
  -webkit-text-stroke-color: rgb(255, 120, 192);
  -webkit-text-fill-color: transparent;
  /* Will override color (regardless of order) */

  text-align: center;

  /* transformation optimization */
  will-change: transform;
  transition: transform 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}


img #typo {
  position: absolute;
}

#texteinté {
  font-size: 3000px;
}

img {
  width: 12vw;
  height: auto;
}

.party {
  position: absolute;
}

#danse {
  font-family: "Insolente";
  font-size: 15vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-text-stroke: 4px rgb(0, 0, 0);
  /* Contour en rouge */


  color: #ffffff;
}

/* .party:nth-child(1){top: 30%; left:40%}
.party:nth-child(2){bottom: 60%; left:60%}
.party:nth-child(3){top:70%; right:50%}
.party:nth-child(4){bottom :50%; right:41%} */
/* .party:nth-child(5){top:50%; left:50%; transform:translate(-50%, -50%)} */
/* .party:nth-child(6){bottom :73%; right:22%}
.party:nth-child(7){top: 40%; left:70%}
 */

.letter {
  top: -50px;
  font-size: 10pt;
  color: 808066;
  transition: all 50ms;
  opacity: 1;
  animation: moveurbody 250ms ease-out var(--delay) infinite alternate;
  width: 100px;
  height: 100px;
  background: red;
  border-radius: 50%
}


.letters {
  pointer-events: none;
  transition: opacity 1s ease-out 1s
}

.hidden .letters {
  opacity: 0;
}

@keyframes moveurbody {
  0% {
    transform: translate(var(--offset, 0), .5em);
  }

  100% {
    transform: translate(var(--offset, 0), -.5em);
  }
}





*,
*::after,
*::before {
  box-sizing: border-box;
}

main {
  display: flex;
  flex-wrap: wrap;
  gap: var(--vgutter, 20px) var(--hgutter, 20px);
  position: absolute;
  inset: 40px;
}

span,
em #background #backgroundspan #backgroundem {
  color: rgb(255, 216, 246);
  --s: var(--size, 1px);
  width: var(--s);
  height: var(--s);
  border: 3px solid;
  background: pink;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: 15px 15px 0 0 rgb(251, 194, 238);
  background: transparent;
  border: 20px solid currentColor;
}

span {
  animation: span 1s linear var(--i, 0ms) infinite;
}

em {
  --s: calc(var(--size, 1px) / 4);
  background: currentColor;
  border: none
}

em {
  animation: em 6s linear var(--i, 0ms) infinite;
}

@keyframes span {
  0% {
    color: rgb(255, 219, 246);
  }

  50% {
    color: #ffffff;
  }
}

.banner-letter {
  color: rgb(255, 219, 246);
  ;
  font-family: 'Insolente';
  /* ou une autre police */
  font-size: 24px;
  /* change selon ton style */
  font-weight: bold;
  color: rgb(255, 219, 246);
}


/*menu déroulant

nav{

  position: absolute;
  width:100vw;
  margin: 0 auto;
  background-color: white;
  opacity: 70%;
  top: 0px;
  z-index: 9999;
  font-family: "Insolente";
  
}

nav ul{
  list-style-type: none;
  z-index: 9999;
}

nav ul li{
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 9999;
}

nav ul::after{
  content: "";
  display: table;
  clear: both;
  z-index: 9999;
}

nav a{
  display: block;
  text-decoration: none;
  color: black;
  border-bottom: 2px solid transparent;
  padding: 10px 0px;
  z-index: 9999;
}

nav a:hover{
  color: rgb(255, 135, 227);
  
  z-index: 9999;
}

.sous{
  display: none;
  box-shadow: 0px 1px 2px #CCC;
  background-color: white;
  position: absolute;
  width: 100%;
  z-index: 1000;
  z-index: 9999;
}
nav > ul li:hover .sous{
  display: block;
  z-index: 9999;
}
.sous li{
  float: none;
  width: 100%;
  text-align: left;
  z-index: 9999;
}
.sous a{
  padding: 10px;
  border-bottom: none;
  z-index: 9999;
}
.sous a:hover{
  border-bottom: none;
  background-color: RGBa(200,200,200,0.1);
  z-index: 9999;
}
.deroulant > a::after{
  content:" ▼";
  font-size: 12px;
  z-index: 9999;
     display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr ;
    grid-template-rows: repeat 1fr;
     gap: 2em 1em;
}

.conteneur{
margin: 50px 20px;
height: 1500px;
z-index: 9999;
}