@CHARSET "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Nunito');

p,
html.h5p-iframe, 
html.h5p-iframe > body,
html.h5p-iframe .h5p-content,
html.h5p-iframe .h5p-content p,
.h5p-question-introduction > p {
  font-family: Nunito, "Liberation Sans", Helvetica, Arial, "sans-serif";
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  color: #777;
  font-size: 25px !important;
  line-height: 130%;
}
p,
.h5p-question-introduction > p {
  margin: 15px 0;
}

.h5p-joubelui-button,
.h5p-joubelui-button:hover, 
.h5p-joubelui-button:focus {
  background-color: #52A4C7;
  font-size: 22px;
  padding: 10px 20px;
}
