@media only screen and (max-width: 980px) {
    
#Prevupos{
    width: 980px !important;
    margin-right: 0% !important;
}

.activer{
    margin-left: -40px!important;
    align-items: center !important;
    font-size: 30px !important;
}

#Prevu{
  margin-left: -110px;
}


#position{
    margin-left :62% !important;
    font-size: 30px;
}

#partHaut {
    margin-left: -35% !important;
}

#partBas {
    width: 100% !important;
    padding-bottom: 0% !important;
}


.prevuCanva{
    margin-left: -100px;
    padding-left: 12%!important;
}

.pixel {
        flex-direction: column !important;
    }
    
#NMB
{
    color : white ;
    font-size : 400% !important;
    margin-left : 10px;
    margin-top: -20% !important;
}

#Direct
{
    display : flex;
    margin-left: 1% !important;
    margin-top: 5% !important ;
    margin-bottom: 4% !important ;
}


}

.avertissement{
    color: white; 
    text-align:center; 
    font-size:25px; 
    padding-top:20px; 
    width: 80%;
}

.fireworks {
			position: absolute;
			top: 0;
			left: 0;
			z-index: 999;
		}



#ListeCouleurs
{    margin: 40px;
    width: 100%;
    text-align: center;
}

.pixel
{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color : #383e42;
   min-height : 72vh;
}


.scripte
{
    margin-left: -55px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
   
}

.activer{
    margin-left: 50px;
    font-size: 20px;
    color: white;
    margin-bottom: 30px;
}

#Prevupos
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 8%;
}

.custom-radios
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#Timer
{
    margin: 30px;
}

#placer
{
  display: flex;
  align-items: center;
  justify-content: center;
}

#Prevu
{
  width: 600px;
  height: 400px;
}

#Prevu2
{
  width: 750px;
  height: 500px;
}

#Bar
{
    width: 600px;
    height: 50px;
    border:solid;
    border-color:"red";
}

#foorm
{
    margin : 120px;
}

#position
{
    padding: 10px;
    background-color: white;
    border-radius: 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    text-align: center;
    margin-left :25%;
}

#partHaut
{
    display: flex;
    padding-bottom: 3%;
    width: 100%;
    margin-left: 50%;
}

#partBas
{
    display: flex;
    width : 90%;
    padding-bottom: 5%;
}

#creator
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color : #383e42;
    min-height: 72vh
}

#script_milieu
{
    display: flex;
    width : 90%;
}

#suppr_tele{
   display: inline-block;
}

.zoom{
    display: inline-block;
    padding: 9px 15px;
    background-color: #303030;
    color: #ffffff;
    border: 1px solid;
    border-radius: inherit;
    cursor: pointer;
    text-decoration: none;
    font-size: 15px;
}

.zoom:hover {
    background-color: #ffffff;
    color: black;
    border: 1px solid #fff;
    cursor: pointer;
}

.refresh{
    display: inline-block;
    padding: 8px 11px;
    background-color: #303030;
    color: #ffffff;
    border: 1px solid;
    border-radius: inherit;
    cursor: pointer;
    text-decoration: none;
    font-size: 15px;
}

.refresh:hover {
    background-color: #ffffff;
    color: black;
    border: 1px solid #fff;
    cursor: pointer;
}

.fas.fa-sync-alt{
    color: white;
}

.refresh:hover .fas.fa-sync-alt{
    color: black;
    cursor: pointer;
}

.info{
    display: inline-block;
    padding: 8px 10.6px;
    background-color: #303030;
    color: #ffffff;
    border: 1px solid;
    border-radius: inherit;
    cursor: pointer;
    text-decoration: none;
    font-size: 15px;
}

.info:hover {
    background-color: #ffffff;
    color: black;
    border: 1px solid #fff;
    cursor: pointer;
}

.titreAccueil{
    color: white;
    font-size: 40px;
    text-align: center;
}

.arrow-buttons {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}

.horizontal-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 50%;
}

.arrow-button {
    background-color: #ccc;
    color: #fff;
    border: none;
    border-radius: 30%;
    font-size: 44px;
    width: 90px;
    height: 75px;
    transition: background-color 0.3s;
    text-align: center;
}

.arrow-button:hover {
  background-color: #555;
  border: none;
  cursor: pointer;
}

.arrow-button i {
  display: inline-block;
  line-height: 5px;
  margin: auto;
  margin-left: -10px;
}

.up i:before {
  content: "\f062";
  margin-left: 6px;
}

.down i:before {
  content: "\f063";
  margin-left: 6px;
}

.left i:before {
  content: "\f060";
  margin-left: 6px;
}

.right i:before {
  content: "\f061";
  margin-left: 6px;
}

.slider-horizontal {
  display: flex;
  align-items: center;
  justify-content: center;
}

.zoom-horizontal {
  -webkit-appearance: none;
  width: 600px;
  height: 10px;
  border-radius: 5px;
  background-color: #ccc;
  margin: 0 10px;
}

.zoom-horizontal::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: gray;
  cursor: pointer;
}

.zoom-horizontal::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #5cb85c;
  cursor: pointer;
}

.zoom-horizontal:focus {
  outline: none;
}

.zoom-horizontal::-moz-focus-outer {
  border: none;
}




.slider-vertical {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-90deg);
  height: 150px;
  margin-top: 130px;
  margin-left: -115px;
}


.zoom-vertical {
  -webkit-appearance: none;
  width: 400px;
  height: 10px;
  border-radius: 5px;
  background-color: #ccc;
  outline: none;
}

.zoom-vertical::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: gray;
  cursor: pointer;
}

.zoom-vertical:focus {
  outline: none;
}


.slider-vertical2 {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-90deg);
  height: 150px;
  margin-top: 130px;
  margin-left: -105px;
}

.zoom-vertical2 {
  -webkit-appearance: none;
  width: 400px;
  height: 10px;
  border-radius: 5px;
  background-color: #ccc;
  outline: none;
}

.zoom-vertical2::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: gray;
  cursor: pointer;
}

.zoom-vertical2::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #5cb85c;
  cursor: pointer;
}

.zoom-vertical2:focus {
  outline: none;
}

.zoom-veritcal2::-moz-focus-outer {
  border: none;
}



#parties_script_info
{
    border:solid;
    background-color :#5cb85c ;
}

.bouton-effacer {
  background-color: #303030;
  border: 1px solid white;
  padding: 8px 12px; 
  border-radius: 4px;
  cursor: pointer; 
}

.bouton-effacer:hover {
  transform: scale(1.05);
  background-color: #303030 !important;
  border: 1px solid white !important;
  cursor: pointer;
}

.bouton-effacer img {
  height: 24px;
  transform: scale(1.02);
}

.bouton-telecharger {
  background-color: #303030;
  border: 1px solid white;
  padding: 8px 12px; 
  border-radius: 4px;
  cursor: pointer; 
  width: 50px; /* Définir la largeur de l'image */
  height: 44px; /* Définir la hauteur de l'image */
}

.bouton-telecharger:hover {
  transform: scale(1.05);
  background-color: #303030 !important;
  border: 1px solid white !important;
  cursor: pointer;
}

.bouton-telecharger img {
  height: 24px;
  transform: scale(1.02);
}




#page
{
     background-color : #383e42;
     min-height: 72vh;
}

#partGauche
{
   
     display: flex;
     flex-direction : column;
  align-items: center;
  justify-content: center;
}

#partDroit
{
    border:solid;
}

#nmbPix {
    font-size: 300%;
    margin: 10px;
    color: white;
}

.blinking-dot {
              width: 20px;
              height: 20px;
              border-radius: 70%;
              background-color: #ff0000;
              position: relative;
              animation: blink 2s infinite;
            }

            .blinking-dot::before {
              content: "";
              position: absolute;
              top: 2px;
              left: 2px;
              right: 2px;
              bottom: 2px;
              border-radius: 50%;
              background-color: rgba(255, 255, 255, 0.3);
            }

            @keyframes blink {
              0% {
                opacity: 1;
              }
              50% {
                opacity: 0.5;
              }
              100% {
                opacity: 1;
              }
            }


#NMB
{
    color : white ;
    font-size : 200%;
    margin-left : 10px;
    margin-top: -5%;
}

#Direct
{
    display : flex;
    margin-left: 8%;
    margin-top: -3%;
    margin-bottom: 2%;
}



