@charset "UTF-8";

html,
body {
  color: #000;
  /* font-size: 18px; */
}
@media only screen and (max-width: 640px) {
  html,
body {
  /* font-size: 14px; */
}
}


.enquete__main {
  max-width: 640px;
  margin: 0 auto;
  padding: 3rem;
  background-color: #fff;
  display: block;
}
@media only screen and (max-width: 640px) {
  .enquete__main {
    padding: 1rem;
  }

}

.enquete__page__title{
  text-align: center;
  font-size: 27px;
  font-weight: bold;
  margin: 0 0 3rem 0;
}
@media only screen and (max-width: 640px) {
  .enquete__page__title{
    font-size: 4vw;
  }

}
.enquete__item__body{
  margin: 1rem 0 3rem 0;
}
/*  */
.enquete__item__title {
  /* colors: #fff; */
  font-size: 1rem;
  font-weight: bold;
  border-left:solid 5px #333;
  display: inline-block;
  padding: 0.1rem 0.5rem;
  margin: 0 0 0.3rem 0;
}
.enquete__item__title small{
  font-weight: normal;
  font-size: 90%;
  display: inline-block;
}
.enquete__item__subtitle {
  /* colors: #fff; */
  font-size: 1rem;
  font-weight: normal;
  display: inline-block;
  margin: 0.5rem 0 0.3rem 0;
}
.textarea{
  min-height: 10rem;
}
@media only screen and (max-width: 750px) {}
@media only screen and (max-width: 640px) {}


