@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;
}
@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('../fonts/MyriadPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bahnschrift';
    src: url('../fonts/Bahnschrift.woff2') format('woff2'),
        url('../fonts/Bahnschrift.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'k6n';
    src: url('../fonts/KozGoPr6N-Regular-AlphaNum.woff2') format('woff2'),
        url('../fonts/KozGoPr6N-Regular-AlphaNum.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.bg-enquete {
  background: #1957a0;
  color: #fff !important;
}
td {
      background: linear-gradient(#1957a0, #1957a0) padding-box, radial-gradient(white, #fff0) border-box;
    border-bottom: 3px solid transparent;
}
.table>:not(caption)>*>* {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    width: 100%;
    display: block;
}
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;
}
h1 {
    font-family: 'Myriad Pro';}
h2,h3,h4 {

    font-family: 'Bahnschrift';
}
 .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;
}
