/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 19px;
}
body .wrap {
  max-width: 570px;
  margin: 0 auto 35px auto;
}
@media screen and (min-width: 640px) {
  body .wrap {
    margin: 10px auto 35px auto;
  }
}
body .wrap header {
  text-align: center;
}
body .wrap header h1 {
  font-size: 38px;
  line-height: 43px;
  margin: 20px 0;
}
body .wrap header h1 a {
  color: #000000;
}
body .wrap b {
  font-weight: bold;
}
body .wrap i {
  font-style: italic;
}
body .wrap .main {
  background: #ffffff;
}
@media screen and (min-width: 640px) {
  body .wrap .main {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
  }
}
body .wrap .main img {
  width: 100%;
  height: auto;
}
body .wrap .main .mandatory {
  color: #aeaeae;
  margin: 0 0 25px 0;
}
body .wrap .main .button-container {
  position: relative;
  width: 100%;
  height: 40px;
}
body .wrap .main .button-container .btn {
  display: inline-block;
  border: 0;
  color: #ffffff;
  padding: 10px 30px;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 20px;
}
body .wrap .main .button-container .btn:hover, body .wrap .main .button-container .btn:focus {
  background: #ffffff !important;
}
body .wrap .main .button-container .btn-next {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 10px;
}
body .wrap .main .error {
  color: #da1f1c !important;
}
body .wrap .main .border-error {
  border: 1px solid #da1f1c !important;
}
body .wrap .main .dropdown-error .selectize-input {
  border: 1px solid #da1f1c !important;
}
body .wrap .main .hidden {
  display: none;
}
body .wrap .main strong, body .wrap .main b {
  font-weight: bold !important;
}
body .wrap footer {
  text-align: center;
  padding-bottom: 25px;
}
body .wrap footer a {
  text-decoration: none;
  display: block;
  margin: 0 auto 5px auto;
}
body .wrap footer a:last-of-type {
  margin-bottom: 0;
}
body .wrap footer a:hover, body .wrap footer a:focus {
  text-decoration: underline;
}

h3 {
  font-size: 25px;
  line-height: 30px;
  margin: 0 0 25px 0;
}

.paragraph {
  margin: 0 0 25px 0;
}

.image img {
  width: 100%;
  height: auto;
  margin: 0 0 25px 0;
}

.responsive-iframe {
  margin: 0 0 20px 0;
  position: relative;
  padding-bottom: 56.25%; /*16:9*/
  height: 0;
  overflow: hidden;
}
.responsive-iframe iframe, .responsive-iframe object, .responsive-iframe embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cta {
  margin: 0 0 25px 0;
  text-align: center;
}

form {
  padding: 25px;
}
form .input, form .radio, form .checkbox, form .dropdown, form .textarea, form .optin {
  margin-bottom: 25px;
}
form .input ::-webkit-input-placeholder, form .radio ::-webkit-input-placeholder, form .checkbox ::-webkit-input-placeholder, form .dropdown ::-webkit-input-placeholder, form .textarea ::-webkit-input-placeholder, form .optin ::-webkit-input-placeholder {
  color: #aeaeae;
  font-size: 14px;
}
form .input ::-moz-placeholder, form .radio ::-moz-placeholder, form .checkbox ::-moz-placeholder, form .dropdown ::-moz-placeholder, form .textarea ::-moz-placeholder, form .optin ::-moz-placeholder {
  color: #aeaeae;
  font-size: 14px;
}
form .input :-ms-input-placeholder, form .radio :-ms-input-placeholder, form .checkbox :-ms-input-placeholder, form .dropdown :-ms-input-placeholder, form .textarea :-ms-input-placeholder, form .optin :-ms-input-placeholder {
  color: #aeaeae;
  font-size: 14px;
}
form .input input:-moz-placeholder, form .radio input:-moz-placeholder, form .checkbox input:-moz-placeholder, form .dropdown input:-moz-placeholder, form .textarea input:-moz-placeholder, form .optin input:-moz-placeholder {
  color: #aeaeae;
  font-size: 14px;
}
form .input input, form .dropdown .selectize-control, form .textarea textarea {
  margin-top: 5px;
}
form input {
  border: 1px solid #aeaeae;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  padding: 9px 10px 10px 10px;
  font-size: 14px;
}
form .radio h2, form .checkbox h2 {
  margin-bottom: 5px;
}
form .radio span, form .checkbox span {
  margin-right: 30px;
}
form .radio .other-input, form .checkbox .other-input {
  padding-top: 7px;
}
form .custom-radio {
  position: relative;
  padding-left: 22px;
}
form .custom-radio [type=radio]:not(:checked),
form .custom-radio [type=radio]:checked {
  position: absolute;
  left: -9999px;
}
form .custom-radio [type=radio]:not(:checked) + label:before,
form .custom-radio [type=radio]:checked + label:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #aeaeae;
}
form .custom-radio [type=radio]:not(:checked) + label:after,
form .custom-radio [type=radio]:checked + label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0px;
  width: 15px;
  height: 15px;
  background: url("../img/radio-checked.png") 50% 50% no-repeat;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
form .custom-radio [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
form .custom-radio [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
form .custom-checkbox {
  position: relative;
  padding-left: 22px;
}
form .custom-checkbox [type=checkbox]:not(:checked),
form .custom-checkbox [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
form .custom-checkbox [type=checkbox]:not(:checked) + label:before,
form .custom-checkbox [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0px;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  border: 1px solid #aeaeae;
}
form .custom-checkbox [type=checkbox]:not(:checked) + label:after,
form .custom-checkbox [type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0px;
  width: 15px;
  height: 15px;
  background: url("../img/checked.png") 50% 50% no-repeat;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
form .custom-checkbox [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
form .custom-checkbox [type=checkbox]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
form .selectize-control.single .selectize-input {
  background-image: none;
  background: #ffffff;
  box-shadow: none;
  border: 1px solid #aeaeae;
}
form .selectize-control.single .selectize-input:hover, form .selectize-control.single .selectize-input:focus {
  background: #ffffff;
}
form .selectize-dropdown [data-selectable].active {
  background: #aeaeae;
}
form .textarea textarea {
  border: 1px solid #aeaeae;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  padding: 10px;
  height: 120px;
  font-size: 14px;
}
form .optin {
  padding-left: 22px;
}

*:focus,
select:focus,
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
input[type=select]:focus,
.selectize-input.input-active,
.selectize-input.input-active:hover {
  outline: 0 none !important;
  border-color: #aeaeae !important;
  -webkit-box-shadow: 0 0 0 0 #ffffff !important;
  -moz-box-shadow: 0 0 0 0 #ffffff !important;
  box-shadow: 0 0 0 0 #ffffff !important;
}

.ui-widget-header .ui-datepicker-next .ui-icon {
  background-image: url("../img/icon-right.png") !important;
}

.ui-widget-header .ui-datepicker-prev .ui-icon {
  background-image: url("../img/icon-left.png") !important;
}

.ui-icon-circle-triangle-e,
.ui-icon-circle-triangle-w {
  background-position: 0 0 !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #969696 !important;
  background: #969696 !important;
  color: #ffffff !important;
}

.addiotional-page {
  padding: 20px;
}
.addiotional-page p {
  min-height: 280px;
}

.radio .custom-radio {
  position: relative;
  display: block;
  border: 1px solid #aeaeae;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 12px 14px 12px 38px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: border-color 0.2s;
}
.radio .custom-radio:hover {
  border-color: #000000;
}
.radio .custom-radio label {
  display: block;
  cursor: pointer;
  line-height: 1.4;
}
.radio .custom-radio [type=radio]:not(:checked) + label:before,
.radio .custom-radio [type=radio]:checked + label:before {
  left: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.radio .custom-radio [type=radio]:not(:checked) + label:after {
  left: 14px;
  top: 50%;
  opacity: 0;
  -webkit-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
}
.radio .custom-radio [type=radio]:checked + label:after {
  left: 14px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.checkbox .custom-checkbox {
  position: relative;
  display: block;
  border: 1px solid #aeaeae;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 12px 14px 12px 38px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: border-color 0.2s;
}
.checkbox .custom-checkbox:hover {
  border-color: #000000;
}
.checkbox .custom-checkbox label {
  display: block;
  cursor: pointer;
  line-height: 1.4;
}
.checkbox .custom-checkbox [type=checkbox]:not(:checked) + label:before,
.checkbox .custom-checkbox [type=checkbox]:checked + label:before {
  left: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.checkbox .custom-checkbox [type=checkbox]:not(:checked) + label:after {
  left: 14px;
  top: 50%;
  opacity: 0;
  -webkit-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
}
.checkbox .custom-checkbox [type=checkbox]:checked + label:after {
  left: 14px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.info-banner {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: rgba(174, 174, 174, 0.1);
  border: 1px solid rgba(174, 174, 174, 0.3);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 12px 14px;
  margin-bottom: 20px;
}
.info-banner__icon {
  flex-shrink: 0;
  margin-top: 1px;
  color: #aeaeae;
}
.info-banner__text {
  font-size: 13px;
  line-height: 1.5;
  color: #000000;
  margin: 0;
}
.info-banner__text p {
  margin: 0;
}

.logo-block {
  text-align: center;
  margin-bottom: 20px;
}
.logo-block__img {
  max-width: 200px;
  width: auto;
  height: auto;
  display: inline-block;
}

.link-block {
  text-align: center;
  margin-bottom: 20px;
}
.link-block__link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  color: #aeaeae;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s, color 0.2s;
}
.link-block__link:hover {
  color: #000000;
  border-bottom-color: #000000;
}
.link-block__icon {
  flex-shrink: 0;
  color: inherit;
}

.main > img {
  width: 100%;
  height: auto;
  max-height: 220px;
  object-fit: cover;
  object-position: center;
  display: block;
}

form .radio h2,
form .checkbox h2 {
  display: none;
}

.info-banner__text strong, .info-banner__text b,
.paragraph strong,
.paragraph b,
form h3 strong,
form h3 b {
  font-weight: bold !important;
}
.info-banner__text em, .info-banner__text i,
.paragraph em,
.paragraph i,
form h3 em,
form h3 i {
  font-style: italic !important;
}
.info-banner__text u,
.paragraph u,
form h3 u {
  text-decoration: underline !important;
}
.info-banner__text span[style],
.paragraph span[style],
form h3 span[style] { /* les styles inline de taille et couleur passent naturellement */ }
