body{
  background-color: #F7AA1D;
}


  
.header{
  padding: 10px;
  cursor: move;
  z-index: 10;
  background-color: #654493;
  color: #fff;
  font-family: Sohne-Dreiviertelfett;
  font-size: 17pt;
  text-align: center;
  display: flex;
  justify-content :space-between
}

.header_text{
  width: 100%;
}




@font-face {
  font-family: SohneSchmal-DreiviertelfettKursiv;
  src: url(TestSöhneSchmal-DreiviertelfettKursiv.otf);
}
@font-face {
  font-family: Sohne-Dreiviertelfett;
  src: url(TestSöhne-Dreiviertelfett.otf);
}

.zidx1{
  z-index: 1;
}
.zidx2{
  z-index: 2;
}
.zidx99{
  z-index: 99;
}
@media (min-width: 650px) {
  .draggable {
    position: absolute;
    border : 3px solid #654493;
    border-radius: 10px;
  }
  .content{
    z-index: 9;
    background-color: #f1f1f1;
    border: 1px solid #d3d3d3;
    color: #654493;
    text-align: center;
    font-family: SohneSchmal-DreiviertelfettKursiv;
    font-size: 129pt;
    padding: 10px 60px;
    border-radius: 0px 0px 10px 10px;
    text-transform: uppercase;
  }
  .coeur{
    height: 100%;
  }
  ul{
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0%);
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
  }
  .container-infos{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 120px;
    flex-direction: column;
  }
  .infos{
    font-size: 32pt;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #F2F2F2;
    text-transform: uppercase;
    width: 70%;
  }
}


li{
  padding: 0 60px;
  border: 1px solid #1B1B1C;
  height: 65px;
  text-transform: uppercase;
  white-space: nowrap;
}

.futurathon{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  column-gap: 0px;
}


.black_white{
  background-color: #1B1B1C;
  color: #F2F2F2;
}
.white_black{
  background-color: #F2F2F2;
  color: #1B1B1C;
}

h1{
  font-size: 20pt;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  margin: 0px;
}

h2{
  font-size: 16pt;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
}

h3{
  font-size: 10pt;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  margin: 0px;
}

a.black_white{
  text-decoration: none;
  color: #F2F2F2;
}

a.white_black{
  text-decoration: none;
  color: #1B1B1C;
}

img{
  height: 30px;
}

a:hover{
  background-color: #654493;
  color: #F2F2F2;
}

.infos-details{
  margin-top: 24px;
}

.body-infos{
  background-color: #1B1B1C;
}

@media (max-width: 650px) {

  .draggable {
    border : 3px solid #654493;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .header{
    cursor: default;
  }
  .content{
    z-index: 9;
    background-color: #f1f1f1;
    border: 1px solid #d3d3d3;
    color: #654493;
    text-align: center;
    font-family: SohneSchmal-DreiviertelfettKursiv;
    font-size: 48pt;
    padding: 10px 60px;
    border-radius: 0px 0px 10px 10px;
    text-transform: uppercase;
  }
  .coeur{
    height: auto;
    width: 100%;
  }
  ul{
    display: flex;
    flex-direction: column;
    padding: 0px;
  }
  li{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .infos{
    font-size: 16pt;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #F2F2F2;
    text-transform: uppercase;
  }
}