
#form-container {
  max-width: var(--longeur-general);
  margin: auto;
  padding-left: 40px;
  padding-right: 40px; 
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) { 
  #form-container {
    padding-left: 8px;
    padding-right: 8px; 
  }
}


#formulaire {
  margin: 0;
  padding: 0;
  padding-left: 30px;
  padding-right: 30px;
  border: solid 1px var(--couleur-border);
  border-left:solid 1px var(--couleur-border);
  border-right:solid 1px var(--couleur-border);
  /*box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1);*/
  box-shadow: 12px 0 12px -12px rgba(0, 0, 0, 0.05), -12px 0 12px -12px rgba(0, 0, 0, 0.05);
  margin-top: -10px;
  background-color: white;
  width: 100%;
  max-width: 1200px;
  /*padding-top: 10px;*/
  /*border-radius: 0px 0px 16px 16px;*/
}
@media (max-width: 768px) { 
  #formulaire  {
    padding-left: 16px;
    padding-right: 16px; 
  }
}




#form-container #counter {
  font-family: 'Poppins', sans-serif;
  color: rgb(199, 199, 199);
  font-size: 11px;
  padding-top: 0px;
  margin-left: 0px;
  margin-top: 10px;
  height: 7px;
  width: 100%; 
  display: flex;
  justify-content: right;
  align-items: center; 
  
  height: 30px;
  user-select: none;
  font-weight: 300;
}



#textBarreOutils{
  border : 0;
  margin: 0;
  padding: 0;
  float: right;
  color: white;
  color : rgb(13, 13, 13);
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  margin-right: 30px;
  margin-top: 13px;
  text-decoration: none;
  border-radius: 35px;
  
}
#form-container #textBarreOutils:hover{
  background-color: rgb(225, 225, 225);
}




#bandeLoader{
  max-width: var(--longeur-general);
  display: block;
  margin: auto;
  text-align: center;
  height: 50px;
  background: linear-gradient(to right, #59c2cf, #3d75db, #7d4beb);
  color: transparent;
  -webkit-background-clip: text; /* Pour les navigateurs WebKit (Safari, Chrome) */
  background-clip: text; /* Pour les autres navigateurs */
  
}
#loader {
  font-size: 40px;
  background: linear-gradient(to right, #59c2cf, #3d75db, #7d4beb);
  color: transparent;
  -webkit-background-clip: text; 
  background-clip: text;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
#loader.visible {
  opacity: 1;
}


#form-container #input {
  resize: vertical;
  height: 850px;
  font-size: 16px;
  color: rgb(74, 74, 74);
  font-family: 'Poppins', sans-serif;
  /*text-align: justify;*/
  text-align: left;
  width: 100%;
  padding: 30px;
  padding-top: 16px;
  margin-bottom: 3px;
  box-sizing: border-box;
  border-width: 0px 0px 0px 0px;
  /*background-color: rgb(244, 244, 244);*/
  overflow-y: auto; 
  font-weight: 300;
  line-height: 1.7;
  padding-right: 0px;
  padding-left: 0px;
  

}
#form-container #input.placeholder{
    color: #c5c5c5; 
}
#rsp_Bold{
  /*color : red;*/
  /*background-color: rgb(234, 180, 169);*/
  border-bottom: 2px solid rgb(237, 101, 101);
  color: rgb(237, 101, 101);
  background-color: rgb(255, 239, 239);
  display: inline;
}
#rsp_Bold2{
  /*color : red;*/
  /*background-color: rgb(234, 180, 169);*/
  border-bottom: 2px solid rgb(148, 132, 255);
  background-color: rgb(244, 244, 255);
  display: inline;
}
#rsp_Rature{
  
  color : rgb(214, 214, 214);
  /*color : red;*/
  display: inline;
  /*text-decoration: line-through;*/
}

#form-container #input:focus {
  outline: none;
}

#form-container #barreOutils{
    height: 40px;
    padding-top: 2px;
    /*border-bottom: 1px solid rgb(215, 215, 215);*/
    padding-bottom: 0px;
    padding-bottom: 4px;
    padding-top: 10px;
}






