@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,400italic);

* {

    margin: 0;

    padding: 0;

    box-sizing: border-box;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    -webkit-font-smoothing: antialiased;

    -moz-font-smoothing: antialiased;

    -o-font-smoothing: antialiased;

    font-smoothing: antialiased;

    text-rendering: optimizeLegibility;

}

.container {

    max-width: 640px;

    width: 100%;

    margin: 0 auto;

    position: relative;

    margin-top: 48px;

}

#formInput {
  background: #fff;
  padding: 15px 30px;
  margin: 30px 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1), 0 0px 0px 0 rgba(0, 0, 0, 0.2);
}

fieldset {

    border: medium none !important;

    margin: 0 0 10px;

    min-width: 100%;

    padding: 0;

    width: 100%;

}



/* #formInput textarea {

  width: 100%;

  border: 1px solid #ccc;

  background: #FFF;

  margin: 0 0 5px;

  padding: 10px;

} */

#formInput input {

    width: 100%;

    border: 1px solid #ccc;

    background: #FFF;

    margin: 0 0 5px;

    padding: 6px;

}



#formInput input[type="text"]:hover {

    -webkit-transition: border-color 0.3s ease-in-out;

    -moz-transition: border-color 0.3s ease-in-out;

    transition: border-color 0.3s ease-in-out;

    border: 1px solid #aaa;

}





/* #formInput input:focus,

#formInput textarea:focus {

  outline: 0;

  border: 1px solid #aaa;

} */



::-webkit-input-placeholder {

    color: #888;

}

.styl-progress {

    float: right;

}

.progress-bar {
    width: 100%;
    height: 20px;
}

.progress-bar-red {
    accent-color: red;
}

.progress-bar-orange {
    accent-color: orange;
}

.progress-bar-green {
    accent-color: green;
}

.styl-title {
    margin-bottom: 8px;
    size: 14px;
    font-family: Arial, sans-serif;
    margin: 15px 0;
}

.stl-titre-web {
  font-family: Arial,sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  color: #1a0dab;
}

.long-txt {
  margin-top: 5px;
  font-size: 14px;
}

.sub-title {
  font-size: 13px;
  color: grey;
  font-style: italic;
}

.stl-label {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #474747;
}

/* #name {

  white-space: nowrap;

} */
.progress-bar {
    width: 100%;
}
.name, #text-input {
    width: 100%;
    padding: 10px;
}
.styl-progress {
    margin-top: 10px;
}
.error-message {
    color: red;
    font-size: 12px;
    display: none;
}
textarea {
    width: 100%;
    max-width: 580px;
    height: 100px;
    overflow: hidden;
    resize: vertical;
    white-space: pre-wrap;
    word-wrap: break-word;
    box-sizing: border-box;
    padding: 10px;
    font-family: Arial, sans-serif;
}
