* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
main {
  min-height: 420px;
}
#base-container {
  min-height: 420px;
}

/* Override the default container mode to allow fullscreen mode */
[data-builder-fullscreen="true"] .fr-container {
  max-width: none;
}
#i9iaoqp {
  position: absolute;
  transform: translateY(-100%);
  opacity: 0;
}

.rMb0
{
  margin-bottom: 0%;
}

@media (min-width:62em) {

    .fr-fieldset__element-lg {
        flex: 1 1 50%;
        margin-bottom: 1rem;
        max-width: 50%;
        padding-left: .5rem;
        padding-right: .5rem
    }

}

@media (max-width:62em) {

    .bouton-footer-xs {
        margin-bottom: 1rem;
        max-width: 100%;
        width: 100%
    }

}