#prebandeInfoURL{

  max-width: var(--longeur-general);
  margin: auto;
  background-color: #fff;

  border: 1px solid #cbcbcb;
  box-sizing: border-box;
  box-shadow: 0px 1px 1px 0px rgba(78, 84, 174, 0.3);
  border-radius: 16px 16px 0px 0px; 
  box-sizing: border-box;

}



#preresultsTitre{
  color: #3e8678;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  margin-top: 20px;
  text-align: center;
}

#preurlTexte1{
  color: #575959;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  margin-left: 30px;
  margin-top: 8px;
}
#preurlTexte2{
  color: #575959;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  margin-left: 30px;
  margin-top: 5px;
}
#preLengthResponse{
  color: #575959;
  font-size: 16px;
  line-height: 1.4;
  font-family: 'Roboto', sans-serif;
  margin-left: 30px;
  margin-top: 5px;
  margin-bottom: 17px;
}
#preinfoencart{
  color: #575959;
  font-size: 16px;
  line-height: 1.4;
  font-family: 'Roboto', sans-serif;
  margin-left: 30px;
  margin-top: 5px;
  margin-bottom: 17px;
}


#preprogress-bar {
  background-color: #ddd;
  border-radius: 10px;
  height: 20px;
  margin: 10px auto;
  margin-bottom: 15px;
  overflow: hidden;
  width: 80%;
}
#preprogress {
  background-color: #3e8678;
  height: 100%;
  transition: width 0.5s ease-in-out;
  width: 0%;
}