/* Désactiver la sélection de texte */
* {
    -webkit-touch-callout: none;
    -webkit-user-callout: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-modify: none;
    -webkit-highlight: none;
    user-select: none;
}

body, html {
    font-family: Arial;
    padding: 0px;
    margin: 0px;
    background-color:  rgb(17, 17, 17);
    width: 100%;
    height: auto;
}

#divMain {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
    background-color:  rgb(17, 17, 17);
}

.clHoriz {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0px;
    margin: 2px;
}

.classHoriz {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    border-radius: 10px;
    background-color: rgb(114, 114, 114);
    padding: 2px;
    margin: 2px;
}
.classHorizWrap {
    display: flex;
    justify-content: space-around;
    width:100%;
    border: 1px solid black;
    border-radius: 10px;
    background-color: rgb(114, 114, 114);
    padding: 2px;
    margin: 2px;
}
.classGrid10 {
    display: grid;
    place-items: center;
    grid-template-columns: repeat(10, 1fr); /* 3 colonnes de largeur égale */
    gap: 0px; /* Espacement entre les éléments */
    max-width: 100%; /* Largeur maximale de la grille */
    margin: 2px;
    padding: 5px;
    border-radius: 10px;
    background-color: rgb(114, 114, 114);
}
.classGrid {
    display: grid;
    place-items: center;
    grid-template-columns: repeat(5, 1fr); /* 3 colonnes de largeur égale */
    gap: 0px;
    margin: 2px;
    padding: 5px;
    border-radius: 10px;
    background-color: rgb(114, 114, 114);
}
.classGrid3 {
    display: grid;
    place-items: center;
    grid-template-columns: repeat(3, 1fr); /* 3 colonnes de largeur égale */
    gap: 1px; /* Espacement entre les éléments */
    max-width: 600px; /* Largeur maximale de la grille */
    margin: 2px;
    padding: 0px;
    border-radius: 10px;
    background-color: rgb(114, 114, 114);
}
.classCarousel {
    display: flex;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0px;
    margin: 2px;
    height: auto;
    border-radius: 10px;
    background-color: rgb(114, 114, 114);
    scroll-behavior: smooth; /* Défilement fluide */
}

/* CSS */
.classBouton {
  background-color: #fff;
  border-radius: 8px;
  border-style: none;
  box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;
  box-sizing: border-box;
  color: #3c4043;
  cursor: pointer;  
  fill: currentcolor;
  font-family: "Google Sans",Roboto,Arial,sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 60px;
  justify-content: center;
  letter-spacing: .25px;
  line-height: normal;
  max-width: 100%;
  overflow: visible;
  margin: 5px;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 60px;
  min-width: 60px;
  will-change: transform,opacity;
  z-index: 0;
  opacity: .8;
}
.classBoutonContent {
    font-size: 16px;
    position: absolute;
    color: black;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}


.classBtnUp {    
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.classBtnDown {    
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}

.classHarrowUp {    
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.classHarrowUp {    
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.classHarrowRight {    
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    transform: rotate(90deg);
}
.classHarrowDown {    
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    transform: rotate(180deg);
}
.classHarrowLeft {    
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    transform: rotate(270deg);
}


.classBtnFilter {
    border-radius: 10px;
    color: white;
    background-color: black;
    font-size: 20px;
    margin: 3px;
}


.classChaineBouton {
    background-color: #000;
    border-radius: 8px;
    border-style: none;
    box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;
    box-sizing: border-box;
    cursor: pointer;  
    fill: currentcolor;
    font-size: 14px;
    font-weight: 500;
    height: 60px;
    justify-content: center;
    letter-spacing: .25px;
    line-height: normal;
    max-width: 100%;
    overflow: visible;
    margin: 5px;
    padding: 0px;
    position: relative;
    text-align: center;
    text-transform: none;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 68px;
    min-width: 68px;
    will-change: transform,opacity;
    z-index: 0;
    opacity: 1;
  }

.classChaineImage {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0px;
    margin: 0px;
    width: 68px;
    height: 60px;
}
.classChaineNumber {
    position: absolute;
    top: 0px;
    left: 20px;
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    color: white;
    background-color:  rgba(0, 0, 0, 0.5);
}
.classChaineTitle {
    position: absolute;
    text-wrap: balance;
    overflow-wrap : break-word;
    bottom: 0px;
    right: 0px;
    font-size: 10px;
    padding: 0px;
    margin: 0px;
    color: white;
    background-color:  rgba(0, 0, 0, 0.5);
    width: 100%;
}
.classChainePicture {
    position: absolute;
    text-wrap: balance;
    overflow-wrap : break-word;
    top: 0px;
    left: 0px;
    font-size: 10px;
    padding: 0px;
    margin: 0px;
    color: white;
    background-color:  rgba(0, 0, 0, 0.5);
    width: 100%;
}

.gelatine {
    animation: gelatine 0.5s ease;
  }
  @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); }
}


#divForm {
    color:white;
}


#progDetail {
    position: fixed;
    top: 0px;
    left: -2000px;

    width: 100%;
    height: 100%;
    

    background-color: #333;
    color: #fff;
    text-align: left;
    padding: 10px;
    font-size: 18px;
    line-height: 20px;
    z-index: 9999999;
    
    
    
    overflow-y: auto;
    transition: left 0.5s ease;
    box-sizing: border-box;
  }

/***********************************************************
                         SNACKBAR
************************************************************/

#snackbar {
    display: flex;
    grid-template-columns: auto 1fr; /* L'image prend sa taille naturelle, le texte remplit le reste */
    align-items: center; /* Centre verticalement */
    gap: 10px; /* Espacement entre l'image et le texte */
    transform: translateX(-50%);
    min-width: 300px;
    width: auto;
    height: auto;
    line-height: 30px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    position: fixed;
    z-index: 9999999;
    left: 50%;
    top: -500px;
    font-size: 17px;
    opacity: .9;
    transition: top 1s ease;
  }
  
  
/**************************************************/