@font-face {
    font-family: 'Helvetica Bold';
    src: url('../fonts/Helvetica-Bold.woff2') format('woff2'),
        url('../fonts/Helvetica-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.ttf') format('woff2'),
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.bg-enquete {
  background-color: #bcbdc0;
  background-size: cover;
}
button {
  border: 0px;
  background-color: #94c842;
  font-family: 'Helvetica';
  color: #fff;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 23px;
  margin-top: 30px;
}
label {
  color: #0005;
  width: 100%;
  font-family: 'Helvetica Bold';
  font-size: 45px;
}
form {
  padding-left: 40px;
}
 .radio input[type="radio"] {
   position: absolute;
   opacity: 0;
}
 .radio input[type="radio"] + .radio-label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1em;
    height: 1em;
    position: relative;
    top: 0.24em;
    margin-right: 0.2em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}
 .radio input[type="radio"]:checked + .radio-label:before {
   background-color: #94c842;
   box-shadow: inset 0 0 0 4px #f4f4f4;
}
 .radio input[type="radio"]:focus + .radio-label:before {
   outline: none;
   border-color: #94c842;
}
 .radio input[type="radio"]:disabled + .radio-label:before {
   box-shadow: inset 0 0 0 4px #f4f4f4;
   border-color: #b4b4b4;
   background: #b4b4b4;
}
 .radio input[type="radio"] + .radio-label:empty:before {
   margin-right: 0;
}
