@import url("css/reset.css");
body {
  background: white;
  font-family: "Roboto", "sans-serif"; }

select {
  color: #436990;
  font-weight: bold; }

.par {
  color: gray;
  text-align: center;
  margin: 2vh;
  height: 8 vh;
  line-height: 6vh;
  font-size: 1.5em; }
  @media (max-width: 450px) {
    .par {
      font-size: 0.9em;
      padding: 0vh; } }

#divform {
  background: white;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  width: 90vw;
  height: 95vh;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.22), 0 10px 40px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.22), 0 10px 40px rgba(0, 0, 0, 0.3); }

h2 {
  color: #436990;
  font-family: "Baloo Bhaina", cursive;
  font-size: 4em;
  line-height: 1.5em;
  margin-top: 2vh;
  margin-bottom: 2vh; }
  @media (max-width: 450px) {
    h2 {
      font-size: 3em; } }

#boutondecompte {
  color: #436990;
  font-weight: bold;
  font-family: "Baloo Bhaina", cursive; }
  @media (max-width: 450px) {
    #boutondecompte {
      font-size: 0.9em;
      text-transform: uppercase;
      border: 2px solid lightblue; } }

textarea {
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.22), 0 10px 40px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.22), 0 10px 40px rgba(0, 0, 0, 0.3);
  font-family: "Roboto", "sans-serif";
  border: none;
  min-width: 60vw;
  max-width: 80vw;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: .1em;
  color: gainsboro;
  background-color: #436990;
  padding: 1vw;
  margin: 1vw; }
