:root {
  color-scheme: light;
}



@font-face {
  font-family: 'MilkyWalky';
  src: url('fonts/MilkyWalky-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* améliore les performances */
}
/* 
@font-face {
  font-family: 'SoothingPersonal';
  src: url('fonts/SoothingPersonal.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */
body {
/*border-color: #ffffff;*/
border-color: #ffffff !important;

}

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

.bg-img-white {
   background-color: white;
}



*{
    color: rgb(80, 80, 80);
    /* font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem; */ 
    /* font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal; */
    font-family: "Nothing You Could Do", cursive;
    font-weight: 600;
    font-style: normal;
}



.red{
  color: brown !important;
}

.title{
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;

}

.font-size-more {
  font-size: 1.3rem;
}

.font-size-less {
  font-size: 1rem;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
}

.fp-container{
  max-width: 600px !important;
}
/* #ImgJordan{
    display: block;
    height: 50vh;
    width: 50%; 
    position: absolute;
    left: -50%;
    top: calc(50% - height);
    object-fit: contain;

}
#ImgJason{
    display: block;
    height: 50vh;
    width: 50%; 
    position: absolute;
    right: -50%;
    top: 20vh;
    object-fit: contain;

} */

#ImgJordan,
#ImgJason {
  opacity: 0.3;
  z-index: 0;
  position: fixed;
  /* top: 50%; */
  height: 40vh;
  object-fit: contain;
  /* transform: translate(-50%, -50%); */
  transition: transform 0.1s linear;
  /* position: absolute; */
  top: var(--centerY);
  left: 50%;
  transform: translateX(-50%); /* plus de translateY en % */
  will-change: transform;
}

#samsung-warning {
  position: fixed;
  background-color: #818181;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  max-width: 90%;
  min-width: 90%;
  background: #fff;
  color: #222;
  border-radius: 12px;
  padding: 1rem 1.2rem;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  z-index: 9999;
}

#samsung-warning p, #samsung-warning p strong {
  font-size: 1rem !important;
}

#samsung-warning button {
  margin-top: 0.5rem;
  border: none;
  background: #222;
  color: #fff;
  padding: 0.4rem 0.8rem;
  border-radius: 8px;
  cursor: pointer;
}

@supports (-webkit-touch-callout: none) {
  #ImgJordan,
  #ImgJason {
    will-change: auto;
    transform: translate(-50%, 0);
  }
}

.z-index-10 {
  z-index:10;
}

ul{
    list-style: none !important;
  padding: 0 !important;
}