@font-face {
	font-family: 'Manga_temple';
	src: url('Fonts/manga_temple/mangat.ttf') format('truetype')

}

@font-face {
	font-family: 'japenese_ramen';
	src: url('Fonts/japanese_ramen/Japanese\ Ramen.ttf') format('truetype')

}

@font-face {
	font-family: 'japan_wave';
	src: url('Fonts/japan_wave/Japan\ wave.ttf') format('truetype')

}




:root {
  --ma-police: 'Manga_temple';
}

html, body{ 
  margin:0;
  padding:0;
  width:100%;
  overflow: hidden;
  user-select: none;
}



body{
  display:none;
  position: relative;
  background: url("Images/background2.jpg") no-repeat fixed center/cover;  
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 16pt;
  height: 100vh;
  width: 100vw;


}



footer{
  position : absolute;
  bottom: 0.5%;
  left : 0.5%;
  font-size: 0.5em;
  width:20%;
  /* margin-top: 8vh; */
  margin-left: auto;
  margin-right: auto;

}





/* ////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////// LOGO ////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////// */

#mon_logo{
  height:18%;
  opacity: 0.50;

}


#logo{
  position: absolute;
  height: 80%;

  z-index : -2;

  
  left:1%;
  top: 80%;
}





/* //////////////////////////////////////////////// */
/* //////////////////////////////////////////////// */
/* ///////////////// LA ZONE DE TEXTE ///////////// */
/* //////////////////////////////////////////////// */
/* //////////////////////////////////////////////// */


#contenu{
  display : flex;
  width : 100%;
  height : 87%;
  margin-top:2%;
}


#liste{
  position:relative;
  display: flex;
  flex-direction: column;
  width: 11%;
  height: 100%;
 /* min-width: 100px;*/
  margin-left:1%;
  margin-right: 1%;
  opacity:1;
  transition: opacity 0.2s ease-in-out;
  z-index:0;
}



.editor {
  display:flex;
  gap: 10px;
  font-family: monospace;
  line-height: 20px;
  height : 100%;
  background: #282a3a;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow:hidden;


}

#zone_texte{
  height : 100%;
  margin-bottom: 10px;
  scrollbar-color: #aeaeae #282a3a;
  resize : none;
}




.editor .ui-resizable-handle{
  width: 100%;
  height: 15px;
  background : rgb(189, 146, 97);  /* same as enTete */
  border-bottom-left-radius: 10px;  /* same as enTete */
  border-bottom-right-radius: 10px;  /* same as enTete */
}

.triangle {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 5px 0px 5px;
  border-color: rgb(62, 62, 62)  transparent transparent transparent;
  pointer-events : none;
}

#triangle1{
  position : relative;
  bottom :1%;
  z-index : 1000;
  left: 50%;
	transform: translateX(-50%);
}



#enTete{
  height: 25px;
  text-align: center;
  background : rgb(189, 146, 97);
  border: 1px solid black;
  padding: 2px;
  display:flex;
  align-items: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: center;
  font-family: 'japan_wave';
  cursor : grab;
}




#zone_texte-btn-undo{
  position : absolute;
  left : 8%;
  width : 20px;
  height: 20px;
  border : 1px solid black;
  border-radius: 10%;
  box-shadow: 2px 2px 2px 0 #555;
  z-index : 100;
  background: 'none';
  cursor : default;
}

#zone_texte-btn-redo{
  display : none;
  position : absolute;
  right : 3%;
  width : 20px;
  height: 20px;
  z-index : 100;
  background: 'none';
  cursor : default;
}



/* //////////////////////////////////////////////////////////////////////:: */
/* ////////////////////////////DRAGCONTAINER/////////////////////////////:: */
/* //////////////////////////////////////////////////////////////////////:: */

#place_libre{
  position  :relative;
  width : 83%;
  height: 98%;
}


#dragcontainer{
  position:relative;
  aspect-ratio: 1.7;
  width: auto;
  max-height: 100%;
  margin-right:10px;
  border-radius: 10px;
  border: 3px solid rgba(46, 24, 11, 0.774);
  background: #eeeada67;
  backdrop-filter: blur(5px);
  box-shadow: 25px 0 20px -20px rgba(0, 0, 0, 0.45);


  /*
  background-image: radial-gradient(rgba(0, 0, 0, 0.216) 1px, transparent 0);
  background-size: 10px 10px;
  background-position: -24px -24px;
  */
  top : 50%;
  transform : translateY(-50%);

  z-index:1;
  cursor : grab;

  justify-content: center;

}

#space1{
  position:absolute;
  width: 100%;
  height: 8%;
  top : 0;
  left : 0;
  z-index : -1;

  background-image: radial-gradient(rgba(0, 0, 0, 0.4) 0.8px, transparent 0);
  background-size: 15px 15px;
  background-position: 0px 0px;
}

#space2{
  position:absolute;
  width: 30px;
  height: 100%;
  top : 0;
  left : 0;
  z-index : -1;

  background-image:  radial-gradient(rgba(0, 0, 0, 0.4) 0.8px, transparent 0);
  background-size: 15px 15px;
  background-position: 0px 0px;
}

#space3{
  position:absolute;
  width: 30px;
  height: 0%;
  top : 0;
  right : 0;
  z-index : -1;

  background-image:  radial-gradient(rgba(0, 0, 0, 0.4) 0.8px, transparent 0);
  background-size: 15px 15px;
  background-position: 0px 0px;
}

#space4{
  position:absolute;
  width: 100%;
  height: 0%;
  top : 0%;
  left : 0%;
  z-index : -1;

  background-image:  radial-gradient(rgba(0, 0, 0, 0.4) 0.8px, transparent 0);
  background-size: 15px 15px;
  background-position: 0px 0px;
}


#rotation_container{
  position:absolute;
  width:100%;
  height: 100%;
  transition : transform 0.5s ease; 
}


#rotation_container.prof_view{
  transform: rotate(180deg);
}


#triangle2{
  position : absolute;
  z-index : 3000;
  right:-5px;
  top : 50%;
  transform: rotate(90deg);

    border-width: 7px 7px 0px 7px;
}

 

/***************************************************************/
/********************** TABLE DU PROF *************************/
/*************************************************************/

#prof_wrapper{
  position : absolute;
  width: 20%;
  min-width:220px;
  height: 11%;
  min-height : 65px;
  left:40%;
  top:4%;
  
  z-index :2;
}


#prof{
  width:100%;
  height: 100%;
  border : 3px solid rgba(46, 24, 11, 0.671);
  border-radius: 5px;
  display:flex;
  justify-content: center;
  align-items: center;
  cursor:grab;
  background: rgb(247, 247, 247);
 
  transition : box-shadow 0.5s ease-out;
  transition : transform 1s ease; 
}

#prof_texte{
  margin-top : 5px;
  font-size: 14pt;
  font-family: 'japan_wave';
}


#prof_wrapper.ui-draggable-dragging{
  background:rgb(255, 255, 255);
  opacity : 0.7;
  box-shadow: rgba(32, 46, 65, 0.4) 3px 3px,
              rgba(32, 46, 65, 0.3) 6px 6px,
              rgba(32, 46, 65, 0.2) 9px 9px;
}



#prof.prof_view{
  transform: rotate(180deg);
}



.bouton{
  position : absolute;
  border-radius: 50%;
  width: 10%;
  height: 0;
  padding-bottom: 4.5%;
  padding-top: 5.5%;
  
  margin-top : 3px;

  
  border:1px solid black;
  background-color:white;

  transform : scale(1);
  transition : transform 0.25s; 
  cursor : pointer;

  display : flex;
  justify-content: center;
  align-items: center;
  font-size: 12pt;
  font-family: var(--ma-police);
}

.bouton:hover {
  transform : scale(1.3);
}

#B-numeros{
  top:1%;
  left:2%;
}

#B-absents{
  bottom:0;
  left:2%;
}


#B-memos{
  top:1%;
  left:14%;
}


#B-custom-color{
  top:1%;
  left:26%;
}





#timer{
  top:0.75%;
  left:38%;
  width: 10.5%;
  border : none;
  background-color: rgba(0, 0, 0, 0);

}

#img_timer{
  width: 100%;
  height: auto;
}




#engrenage{
  top:1%;
  left:49%;
  width: 10%;
  border : none;
  background-color: rgba(0, 0, 0, 0);

}

#img_engrenage{
  width: 100%;
  height: auto;
}



.memo{
  display : 'block';
  position : absolute;
  width: 150%;
  height: 0%; 

  left : 16%;
  top : 50%;

  transform : translateY(-50%);

  /*les textarea ont par defaut margin et padding*/
  margin:0;
  padding:0;
  outline:0;
  border : 0px solid #e0d7b2;
  border-radius : 10px;

  background-color: rgba(0, 0, 0, 0.849);
  backdrop-filter: blur(20px);
  color : white;


  transition-property : height ;
  transition-duration: .2s ;

}

.memo:focus {
  outline: none;
}





#fenetre_parametres{

  position : absolute;
  display: grid;
  grid-template-columns: 90% ;

  bottom:100%;
  width: 170%;
  height: 0%;
  font-size : 11pt;
  padding-left: 10px;

  align-items: left;
  justify-content:left;
  text-align: center;

  background-color:  rgba(0, 0, 0, 0.88);
 /* backdrop-filter:  hue-rotate(120deg);*/
  color : white;
  border-radius: 10px;
  cursor:default;

  z-index: 10000;

  /*  transition : all .5s ease-in-out;*/
  transition-property : height , border-width;
  transition-duration: .5s , .5s;
  transition-delay : 0s,0s;
}


.settings_item{
  position :relative;
  display: flex;
  visibility : hidden;
  width : 100%;
  height : 100%;
  align-items: center;
  justify-content:left;
  opacity : 0;
  transition-property: opacity;
  transition-delay: 0.2s;
  transition-duration: 0.3s;

}


#pivert_bullet{
  width : 8px;
  height : 8px;
  background-color : rgb(255, 255, 255);
  border-radius : 50%;
  margin-left: 10px;
  margin-right:10px;

}


#pivert_texte{
  width : 65%;
}

#pivert_nbr{
  display : auto;
  width: 45px;
  height : auto;
  padding: 8px 5px;
  margin-left : 8px;
  margin-right : 5px;
  font-size : 12pt;
  color : white;
  border: 1px solid #bbb;
  background-color: #000000;
  border-radius: 10px;
}


#template_bullet{
  width : 8px;
  height : 8px;
  background-color : rgb(255, 255, 255);
  border-radius : 50%;
  margin-left: 10px;
  margin-right:10px;

}

#template_texte{
  width : 45%;
}

#template_container{
  display : flex;
  height : 100%;
  align-items: center;
}

#template{
  position : relative;
  margin : 5px;


  cursor:grab;
  background-color: rgb(247, 247, 247);
  opacity : 1;

  border : 1px solid black;
  border-radius: 5px;

  cursor : default;

}

#triangle3{
  position : absolute;
  z-index : 3000;
  right:0;
  top : 50%;
  transform: rotate(-90deg);
}

#triangle4{
  position : absolute;
  z-index : 3000;
  left:50%;
  bottom : 0;
  transform : translateX(-50%);

}



#police_bullet{
  width : 8px;
  height : 8px;
  background-color : rgb(255, 255, 255);
  border-radius : 50%;
  margin-left: 10px;
  margin-right:10px;

}

#police_texte{
  width : 35%;
}



#police_nbr{
  display : auto;
  width: 45px;
  height : auto;
  padding: 8px 5px;
  margin-left : 5px;
  margin-right : 5px;
  font-size : 12pt;
  color : white;
  border: 1px solid #bbb;
  background-color: #000000;
  border-radius: 10px;
}







.color_front{
  position : absolute;
  border-radius: 50%;
  width: 8%;
  height: 0;
  padding-top: 8%;
  border:1px solid black;
  cursor : pointer;
  transform : scale(1);
  opacity:0.9;
  transition : transform 0.25s ease; 
  }



.color_front:hover {
  transform : scale(1.3);
}



#defaut_color_button{
  position : absolute;
  bottom:0;
  left:14%;
  background-color: rgb(247, 247, 247);
}



#color_picker{
  display: none;
}



#color_front1{
  bottom:0;
  left:24%;
  background:#a3e4fd;
}
#color_front2{
  bottom:0;
  left:34%;
  background:#9bff9b;
}
#color_front3{
  bottom:0;
  left:44%;
  background:hsl(56, 94%, 79%);
}
#color_front4{
  bottom:0;
  left:54%;
  background:#ffc788;
}
#color_front5{
  bottom:0;
  left:64%;
  background:#ff7272;
}
#custom_color_front{
  bottom:0;
  left:74%;
  background:#e156fd;
  border-radius: 5px;
}




#rotate_handler{
  position : absolute;
  /* positionnement en javascript */
  border : 1px dashed black;
  height: 100%;
  aspect-ratio: 1 / 1;
  border-radius : 100%;
  font-size: 12pt;

  display:flex;
  align-items: center;
  justify-content: center;
  cursor:default;
 
}

#rotate_handler img{
  cursor: pointer;
}



/***************************************************/
/*************** FIN TABLE DU PROF ******************/
/***************************************************/


#nurserie{
  position:absolute;
  width: 94%;
  height: 80%;
  left:50%;
  top:17%;
  transition : transform 0.5s ease;  
  cursor:auto; 
  border : 0px dotted black;
  border-radius: 10px;
  transform : translateX(-50%);

}

#nurserie.prof_view{
  transform: rotate(180deg);
}
 


/* ///////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////// LES RECTANGLES //////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////// */



.wrapper{
  position : absolute;
  display : block;
  align-items: center;
  transition : transform 0.5s ease;
  transition : box-shadow 0.5s ease-out; 

}



.rectangle{
  width:100%;
  height:100%;
  cursor:grab;
  background-color: rgb(246, 246, 246);
  opacity : 1;

/*
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border : 20px solid rgb(0, 0, 0); 
*/

  border-radius: 5px;

  display : flex;
  align-items: center;
  transform-style: preserve-3d;

  transition : box-shadow 0.5s ;
  transition-property: transform  ;
  transition-delay : 0s  ;  
  transition-duration : 0.6s  ;
  transition-timing-function: ease-in-out ;


}



.back{
  display: flex;
  text-align: center;
  vertical-align: center;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;

  border : 1px solid rgb(0, 0, 0);
  border-radius: 4px;
  box-sizing: border-box;

  opacity: 1;

  position: absolute;
  top: 0;
  background-color: rgb(247, 247, 247);
  background-position: center;
  background-size: 100% 100%;  /* l'image de fond est redim pour coller à son conteneur
 /* background-size: contain;*/  
  /*background-repeat: no-repeat;*/
  transform: rotateY(180deg); 
  z-index : 9000;

 

  transition-property: transform ;
  transition-delay : 0s  ;  
  transition-duration : 0.6s ;
  transition-timing-function: ease-in-out;
}








.rectangle.prof_view{
  transform: rotate(-180deg);
 
}





.rectOn{
	outline: 5px solid yellow;
  font-weight:bolder;
}










/* ////////////////////////////////////////////////////////////////////////// */
/* ///////////////////// STYLE DANS LES RECTANGLES ////////////// */
/* //////////////////////////////////////////////////////////////////////// */

.prenom{
  position: absolute;
  width: 90%;

  top:50%;
  left:50%;
  margin : 0;
  transform: translate(-50% , -40%);

  word-wrap:break-word; 
  text-align: center;
  hyphens: auto;
  resize : none;


  z-index : -1; /* pour etre en dessous des boutonMemo */
  background-color: transparent;
  border : 0px dotted black;
  border-radius: 3px;

  
  font-size : 1.3vw;
  line-height: 1.3vw;
  
  font-family: 'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS', sans-serif;
  transition : 
    height 0.5s ease,
    box-shadow 0.2s ease;



}


.prenom:hover {
  outline: none;
  border-color: #adaba6;
  box-shadow: 0 0 10px #cececd;
}


.prenom:focus {
  outline: none;
  border-color: #92908b;
  box-shadow: 0 0 5px #979797;
}


.prenom_img{
  position: absolute;
  width: 95%;
  top:50%;
  left:50%;
  transform: translate(-50% , -50%);


  text-align: center;
  align-items: center;

  word-break: break-word; 


  z-index : -1; /* pour etre en dessous des boutonMemo */
  background-color: transparent;
  border : 0px dotted black;
  
  font-size : 1.3vw;
  line-height: 1.3vw;
  
  font-family: 'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS', sans-serif;


}


















.box_number {
  position : absolute;
  bottom:0.5px;
  right: 0.5px;
  margin-top: 0px;
  margin-bottom : 0px;
  font-family: var(--ma-police);
  font-size:9pt;
  line-height:9pt;
  text-align: right;


}


.boutonMemo {



  display : flex;
  justify-content: center;
  align-items: center;


  position : absolute;
  bottom:3px;
  left: 2px;
  width: 12px;
  max-width: 20%;
  height: 12px;
  max-height: 20%;

 
  font-family: var(--ma-police);
  font-size:7pt;
  border : 1px solid black;
  border-radius: 50%;
  background: #e0d7b2;
  cursor:pointer;
  box-shadow: 1px 1px 0.5px  #636363;
  transition : background-color 0.1s ease-in-out;

}





/* ////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////// LE PIVERT ///////////////////////// */
/* //////////////////////////////////////////////////////////////////////// */

#bird_cage{
  position: absolute; 
  left:99.4%;
  top: 0%;

  width: 40px;
  height: 90px;


}

#bird_cage.prof_view{
   transform:  scaleY(-1); 
   transition : transform 1s ease;    
}


#woodpecker{
  position : absolute;
  top : 0;
  cursor: pointer;

  width:auto;
  height: 90px;

  z-index : 401;

  transform: rotate(3deg);
  transition : background-color 0.5s ease-in-out;
}


#woodpecker.is-active{
  transform: rotate(-30deg);
}




/* //////////////////////////////////////////////////////////////////// */
/* //////////////////////// BOUTONS ET  CURSEURS ////////////////////// */
/* //////////////////////////////////////////////////////////////////// */




#actions{
  position : absolute;
  top:92vh;
  left : 7%;
  width: 90%;
  height: 5vh;
  display: flex;
  align-items: center;
  z-index : 10;
}


/* ///////////////////////////////////////////////// */
/* ///////////////////// LES CURSEURS ////////////// */
/* /////////////////////////////////////////////////// */



#class_size{
	position: relative;
  width: 50%;
  display : flex; 
  align-items: center;
  justify-content: center;

}


input[type="number"] {

  width: 50px;
  padding: 8px 5px;
  font-size : 14pt;
  border: 1px solid #bbb;
  border-radius: 5px;
}



input[type="range"] {
  appearance: 'none';
  -webkit-appearance: none;
  margin-right: 10px;
  width: 70%;
  height: 7px;
  /* background: rgba(236, 192, 155, 0.6); */
  background:   #1b16a554;
  /* background: linear-gradient(40deg, #3f0d2b91, #1b16a5af); */
  border-radius: 5px;
  background-image: linear-gradient(#ffb12197, #eaaf1994);
  background-size: 70% 100%;
  background-repeat: no-repeat;
}




/* Input Thumb */
input[type="range"]::-webkit-slider-thumb {
  appearance: 'none';
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background:  #eaaf1994;
  cursor: ew-resize;
  box-shadow: 0 0 2px 0 #555;
  transition: all .3s ease-in-out;
}

input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: 'none';
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background:  #eaaf1994;
  cursor: ew-resize;
  box-shadow: 0 0 2px 0 #555;
  transition: all .3s ease-in-out;
}

input[type="range"]::-ms-thumb {
  appearance: 'none';
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #eaaf1994;
  cursor: ew-resize;
  box-shadow: 0 0 2px 0 #555;
  transition: all .3s ease-in-out;
}

input[type="range"]::-webkit-slider-thumb:hover {
  background: #eaaf1994;
}

input[type="range"]::-moz-range-thumb:hover {
  background: #eaaf1994;
}

input[type="range"]::-ms-thumb:hover {
  background: #eaaf1994;
}

/* Input Track */
input[type=range]::-webkit-slider-runnable-track  {
  appearance: 'none';
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

input[type=range]::-moz-range-track {
  appearance: 'none';
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

input[type="range"]::-ms-track {
  appearance: 'none';
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}




#switch_view{
  width : 100px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius : 50%;
  
  /* background: linear-gradient(40deg, #7c195591, #352ef7af); */
  background: linear-gradient(40deg, #3f0d2b91, #1b16a5af);
  cursor: pointer;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.4);
  color: #fff;
  font-weight: bold;
}

#switch_view:hover{
  transform: scale(1.02);
  border: 1px solid #000;
}




#bouton_img{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-left: 10px;

  width: 180px;
  height: 45px;
  border-radius: 25px;
  background: linear-gradient(40deg, #3f0d2b91, #1b16a5af);
  cursor: pointer;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.4);
  color: #fff;
  font-weight: bold;
}


#bouton_img:hover{
  transform: scale(1.02);
  border: 1px solid #000;
}










/* on ne peut pas mettre simplement display : none car dans ce cas le input de marche plus */
#file{
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.file-input label{
  display: block;
  position: relative;
  width: 180px;
  height: 45px;
  border-radius: 25px;
  background: linear-gradient(40deg, #3f0d2b91, #1b16a5af);
  cursor: pointer;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.4);
  color: #fff;
  font-weight: bold;
    margin-left: 10px;

  display: flex;
  align-items: center;
  justify-content: center;

  
  transition: transform .2s ease-out;
}


input:hover + label
{
  transform: scale(1.02);
  border: 1px solid #000;
}



#export_button{
  position: relative;
  width: 180px;
  height: 45px;
  margin-left: 10px;
  border-radius: 25px;
  background: linear-gradient(40deg, #3f0d2b91, #1b16a5af);
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: transform .2s ease-out;
}



#export_button:hover{
  transform: scale(1.02);
  border: 1px solid #000;

}



/* //////////////////////////////////////////////// */
/*///////////////////// TIMER  //////////////////// */
/* //////////////////////////////////////////////// */


#timer_wrapper{
  position: absolute;
  top: 30%;
  left : 30%;
  width : 400px;
  height: 0px;
  z-index : 100;
}


#app {
  display: none;
  flex-direction: column;
  align-items: center;
  background-color: #000000e5;
  width : 100%;
  height : 100%;
  border : 10px solid rgb(25, 224, 255);
  border-radius: 50%;
  border-style: inset;
  cursor : grab;
}

#timeRemaining{
  margin-top: 50px;
  font-size: 6em;
  color : white;
  outline: none;
  height: 20%;
  cursor : text;
  transition : color 0.2s ease-in-out
}

#timeRemaining:hover{
color:#deffd6;
}


#progressOuter {
  background-color: #FFF;
  width: 99.5%;
  height: 25px;
  margin-top : 20px;
  margin-bottom: 20px;
  display : none;
}

#progressInner {
  background-color: #ff0000;
  width: 0;
  height: 25px;
  margin-top : 20px;
  margin-bottom: 20px;
  display:none;
}


#AddTimeButtons{
    margin-top : 70px;
}

#AddTimeButtons > button {
  background-color: #000;
  color: #FFF;
  font-size : 11pt;
  font-weight:700;
  font-family: Arial, sans-serif;
  border: solid 1px #FFF;
  border-radius : 3px;
}

#AddTimeButtons > button:disabled {
  border-color: #555;
  color: #555;
}




#TimerButtons{
   margin-top: 20px;
}

#TimerButtons > button {
  background-color: #000;
  color: #FFF;
  font-family: Arial, sans-serif;
  border: solid 4px #FFF;
  font-size: 1.2em;
  height: 60px;
  width: 120px;
  margin: 0 10px;
}

#TimerButtons > button:disabled {
  border-color: #555;
  color: #555;
}






/* //////////////////////////////////////////////// */
/*///////////////////// AIDE  ///////////////////// */
/* //////////////////////////////////////////////// */


.help_titre{
  color : rgb(227, 125, 1);
  font-size : 13pt;
}


#sous_liste_help{
    margin-top: 10px;
    list-style-type : circle; /* ne fonctionne pas */
}

#bouton_help{
  position: relative;
  width: 180px;
  height: 45px;
  transform : scale(0.8);
  border-radius: 50%;
  display:flex;
  vertical-align: center;
  align-items: center;

}

#bouton_aide{
  border-radius: 50%;
  background-color: rgb(244, 252, 251);
  transition : transform 0.2s, background-color 0.2s, box-shadow 0.2s;  
}

#bouton_aide:hover{
  transform: scale(1.2);
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.4);
}



#random_picker_help{

  position : absolute;
  display: block;

  bottom:10%;
  left : 0%;
  width: 98.2%;
  height: 0%;
  font-size : 11pt;
  padding-left: 20px;

  overflow : scroll;

  background-color:  rgba(255, 255, 255, 0.884);
  backdrop-filter: blur(3px);
  color : rgb(0, 0, 0);
  border-radius: 5px;
  cursor:default;

  z-index: 10000;

  /*  transition : all .5s ease-in-out;*/
  transition-property : height , border-width;
  transition-duration: .5s , .5s;
  transition-delay : 0s,0s;

}



.help_item{
    display : flex;
    align-items: center;
    margin: 10px;
}




.boutonRP{
  position : relative;
  border-radius: 50%;
  width: 20px;
  height: 20px;

  
  border:1px solid black;
  background-color:white;


  display : flex;
  justify-content: center;
  align-items: center;
  font-size: 12pt;
  font-family: var(--ma-police);

  margin-left: 10px;
  margin-right: 10px;
}


#switch_view_help{
  width : 70px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius : 50%;
  
  /* background: linear-gradient(40deg, #7c195591, #352ef7af); */
  background: linear-gradient(40deg, #3f0d2b91, #1b16a5af);
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.4);
  color: #fff;
  font-weight: bold;
  font-size: 12pt;
  margin-left: 10px;
  margin-right: 10px;
}



#export_img_help{
  width : 140px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius : 50%;
  
  /* background: linear-gradient(40deg, #7c195591, #352ef7af); */
  background: linear-gradient(40deg, #3f0d2b91, #1b16a5af);
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.4);
  color: #fff;
  font-weight: bold;
  font-size: 12pt;
  margin-left: 10px;
  margin-right: 10px;
}

#sauvegarder_help{
  width : 140px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius : 50%;
  
  /* background: linear-gradient(40deg, #7c195591, #352ef7af); */
  background: linear-gradient(40deg, #3f0d2b91, #1b16a5af);
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.4);
  color: #fff;
  font-weight: bold;
  font-size: 12pt;
  margin-left: 10px;
  margin-right: 10px;
}

#importer_help{
  width : 140px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius : 50%;
  
  /* background: linear-gradient(40deg, #7c195591, #352ef7af); */
  background: linear-gradient(40deg, #3f0d2b91, #1b16a5af);
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.4);
  color: #fff;
  font-weight: bold;
  font-size: 12pt;
  margin-left: 10px;
  margin-right: 10px;
}

#help_woodpecker{
position : relative;
margin-bottom : -10px;
}


#pivert_aide{
  margin-bottom: -15px;
}






