/* -------------------------------------- */
/* ----- CSS_FORMULAIRE.FORM_STYLES ----- */
/* -------------------------------------- */
/*  Création 01.07.2025, version 0 3 51 */
/*
 * Foundation for Sites by ZURB
 * Version 6.2.4
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: not-allowed;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}
html {
  font-size: 100%;
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}
textarea {
  height: auto;
  min-height: 50px;
  border-radius: 3px;
}
select {
  width: 100%;
  border-radius: 3px;
}
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 3px;
  line-height: 1;
}
[data-whatinput='mouse'] button {
  outline: 0;
}
.is-visible {
  display: block !important;
}
.is-hidden {
  display: none !important;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clearfix::before,
.clearfix::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.clearfix::after {
  clear: both;
}
.hide {
  display: none !important;
}
.invisible {
  visibility: hidden;
}
@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}
@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}
@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}
@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}
@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}
@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}
@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}
@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}
.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}
.row {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.row .row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.row.expanded {
  max-width: none;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.is-collapse-child,
.row.collapse > .column > .row,
.row.collapse > .columns > .row {
  margin-left: 0;
  margin-right: 0;
}
.column,
.columns {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  min-width: initial;
}
.column.row.row,
.row.row.columns {
  float: none;
  display: block;
}
.row .column.row.row,
.row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.small-1 {
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.small-offset-0 {
  margin-left: 0%;
}
.small-2 {
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.small-offset-1 {
  margin-left: 8.33333%;
}
.small-3 {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.small-offset-2 {
  margin-left: 16.66667%;
}
.small-4 {
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.small-offset-3 {
  margin-left: 25%;
}
.small-5 {
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.small-offset-4 {
  margin-left: 33.33333%;
}
.small-6 {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.small-offset-5 {
  margin-left: 41.66667%;
}
.small-7 {
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.small-offset-6 {
  margin-left: 50%;
}
.small-8 {
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.small-offset-7 {
  margin-left: 58.33333%;
}
.small-9 {
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.small-offset-8 {
  margin-left: 66.66667%;
}
.small-10 {
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.small-offset-9 {
  margin-left: 75%;
}
.small-11 {
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.small-offset-10 {
  margin-left: 83.33333%;
}
.small-12 {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.small-offset-11 {
  margin-left: 91.66667%;
}
.small-order-1 {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.small-order-2 {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.small-order-3 {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.small-order-4 {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}
.small-order-5 {
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}
.small-order-6 {
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}
.small-up-1 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-1 > .column,
.small-up-1 > .columns {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.small-up-2 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-2 > .column,
.small-up-2 > .columns {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.small-up-3 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-3 > .column,
.small-up-3 > .columns {
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.small-up-4 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-4 > .column,
.small-up-4 > .columns {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.small-up-5 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-5 > .column,
.small-up-5 > .columns {
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.small-up-6 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-6 > .column,
.small-up-6 > .columns {
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.small-up-7 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-7 > .column,
.small-up-7 > .columns {
  -webkit-flex: 0 0 14.28571%;
  -ms-flex: 0 0 14.28571%;
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
}
.small-up-8 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-8 > .column,
.small-up-8 > .columns {
  -webkit-flex: 0 0 12.5%;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.small-collapse > .column,
.small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.small-uncollapse > .column,
.small-uncollapse > .columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media screen and (min-width: 40em) {
  .medium-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .medium-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .medium-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .medium-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .medium-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .medium-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .medium-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-1 > .column,
  .medium-up-1 > .columns {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-2 > .column,
  .medium-up-2 > .columns {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-3 > .column,
  .medium-up-3 > .columns {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-4 > .column,
  .medium-up-4 > .columns {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-5 > .column,
  .medium-up-5 > .columns {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-6 > .column,
  .medium-up-6 > .columns {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .medium-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-7 > .column,
  .medium-up-7 > .columns {
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .medium-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-8 > .column,
  .medium-up-8 > .columns {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
.row.medium-unstack > .column,
.row.medium-unstack > .columns {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media screen and (min-width: 40em) {
  .row.medium-unstack > .column,
  .row.medium-unstack > .columns {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 40em) {
  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .large-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .large-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .large-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .large-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .large-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .large-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .large-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-1 > .column,
  .large-up-1 > .columns {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-2 > .column,
  .large-up-2 > .columns {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-3 > .column,
  .large-up-3 > .columns {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-4 > .column,
  .large-up-4 > .columns {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-5 > .column,
  .large-up-5 > .columns {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-6 > .column,
  .large-up-6 > .columns {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .large-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-7 > .column,
  .large-up-7 > .columns {
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .large-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-8 > .column,
  .large-up-8 > .columns {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
.row.large-unstack > .column,
.row.large-unstack > .columns {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media screen and (min-width: 64em) {
  .row.large-unstack > .column,
  .row.large-unstack > .columns {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 64em) {
  .large-collapse > .column,
  .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.shrink {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}
.column.align-top,
.align-top.columns {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.column.align-bottom,
.align-bottom.columns {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.column.align-middle,
.align-middle.columns {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.column.align-stretch,
.align-stretch.columns {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.align-right {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.align-center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.align-justify {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.align-spaced {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.align-top {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-self-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.align-bottom {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.align-self-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.align-middle {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-self-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.align-stretch {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.align-self-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.small-order-1 {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.small-order-2 {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.small-order-3 {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.small-order-4 {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}
.small-order-5 {
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}
.small-order-6 {
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}
@media screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .medium-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .medium-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .medium-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .medium-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .medium-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .large-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .large-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .large-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .large-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .large-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}
.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}
.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}
.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}
.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0;
}
.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0;
}
.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0;
}
.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0;
}
.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0;
}
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0;
}
.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1;
}
.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}
.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1;
}
.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}
.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1;
}
.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}
.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1;
}
.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}
.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1;
}
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}
.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1;
}
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}
.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0;
}
.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0;
}
.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1;
}
.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}
.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1;
}
.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}
.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0;
}
.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}
.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1;
}
.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  opacity: 0;
}
.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0;
}
.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}
.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1;
}
.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  opacity: 0;
}
.slow {
  transition-duration: 750ms !important;
}
.fast {
  transition-duration: 250ms !important;
}
.linear {
  transition-timing-function: linear !important;
}
.ease {
  transition-timing-function: ease !important;
}
.ease-in {
  transition-timing-function: ease-in !important;
}
.ease-out {
  transition-timing-function: ease-out !important;
}
.ease-in-out {
  transition-timing-function: ease-in-out !important;
}
.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}
.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}
.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}
.short-delay {
  transition-delay: 300ms !important;
}
.long-delay {
  transition-delay: 700ms !important;
}
.shake {
  -webkit-animation-name: shake-7;
  animation-name: shake-7;
}
@-webkit-keyframes shake-7 {
  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  5%,
  15%,
  25%,
  35%,
  45%,
  55%,
  65%,
  75%,
  85%,
  95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}
@keyframes shake-7 {
  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  5%,
  15%,
  25%,
  35%,
  45%,
  55%,
  65%,
  75%,
  85%,
  95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}
.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn;
}
@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.wiggle {
  -webkit-animation-name: wiggle-7deg;
  animation-name: wiggle-7deg;
}
@-webkit-keyframes wiggle-7deg {
  40%,
  50%,
  60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%,
  45%,
  55%,
  65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%,
  30%,
  70%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes wiggle-7deg {
  40%,
  50%,
  60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%,
  45%,
  55%,
  65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%,
  30%,
  70%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.slow {
  -webkit-animation-duration: 750ms !important;
  animation-duration: 750ms !important;
}
.fast {
  -webkit-animation-duration: 250ms !important;
  animation-duration: 250ms !important;
}
.linear {
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
}
.ease {
  -webkit-animation-timing-function: ease !important;
  animation-timing-function: ease !important;
}
.ease-in {
  -webkit-animation-timing-function: ease-in !important;
  animation-timing-function: ease-in !important;
}
.ease-out {
  -webkit-animation-timing-function: ease-out !important;
  animation-timing-function: ease-out !important;
}
.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out !important;
}
.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}
.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}
.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}
.short-delay {
  -webkit-animation-delay: 300ms !important;
  animation-delay: 300ms !important;
}
.long-delay {
  -webkit-animation-delay: 700ms !important;
  animation-delay: 700ms !important;
}
/* ----- ASSETS.FORM_FONTS ----- */
@font-face {
  font-family: 'UnitRoundedPro';
  src: url('/images/gestacplus/ecole/UnitRoundedPro.otf') format('opentype');
}
@font-face {
  font-family: 'UnitRoundedProLight';
  src: url('/images/gestacplus/ecole/UnitRoundedPro-Light.otf') format('opentype');
}
/* ----- ISA_ICONES_SVG ----- */
/* ----- ISA_ICONES_SVG ----- */
/* -------------------------------- */
/* ----- FORMULAIRE_2022-2023.FORM_BODY ----- */
/* -------------------------------- */
/* --- Version: 23.09.2021 ---- */
html {
  overflow: hidden;
  background-image: url('forminscrs.img?ww_c=IC_FORM_BODY_IMG');
  background-repeat: no-repeat;
  background-size: cover;
}
body {
  width: 90rem;
  margin-left: auto !important;
  margin-right: auto !important;
  background-color: white;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}
body .bloc-content {
  background-color: white;
  display: grid;
  padding: 0 0.5rem;
}
body .bloc-content .bloc-left {
  display: none;
}
body .bloc-content .bloc-left img {
  position: fixed;
  z-index: 1;
  width: 300px;
  height: 100%;
}
/* -------------------------------- */
/* ----- FORMULAIRE_2022-2023.FORM_HEADER ----- */
/* -------------------------------- */
/* --- Version: 23.09.2021 ---- */
/* 
08.06.2023, lhi, modification du header 
25.08.2023, lhi, modification de la position
30.08.2023, lhi, mise en page header
03.07.2024, lhi, modfication design langue, logo, texte
07.08.2024, lhi, modification logo
16.08.2024, lhi, amélioration de l'affichage de l'en-tête
24.10.2024, lhi, amélioration de l'affichage de l'en-tête
04.11.2024, lhi, evolution affichage en-tête
05.12.2024, lhi, évo design 
10.02.2025, lhi, ajout marge en bas du header
*/
body {
  /*******header****/
}
body .header {
  display: grid;
  grid-template-columns: 385px 1fr 120px 60px;
  grid-template-rows: 1fr 1fr;
  position: sticky;
  top: 0;
  z-index: 200;
  background: #EFF1F3;
  height: 73px;
  padding-bottom: 5rem;
  /*****logo****/
  /****titre***/
  /*** logout ***/
}
body .header .logo {
  grid-column: 1;
  grid-row: span 2;
  margin-left: 1rem;
  padding-top: 1.25rem;
}
body .header .logo img {
  width: 170px;
  margin-left: 0.25rem;
  padding-top: 0.25rem;
}
body .header .logo p {
  margin-left: 0.15rem;
  color: #8fa0ac;
  z-index: 10;
  position: relative;
  top: -0.75rem;
}
body .header .title {
  grid-column: 2;
  grid-row: span 2;
  padding-top: 1.25rem;
  margin-left: 0.5rem;
}
body .header .title h1 {
  color: #697D91;
  font-size: 1.15rem;
}
body .header .title h2 {
  color: #333333;
  font-size: 0.95rem;
  color: #4B647D;
  padding-top: 0.35rem;
}
body .header ul#menu_langue,
body .header ul.menu-langue {
  list-style-type: none;
  text-transform: uppercase;
  color: #eff1f3;
  display: grid;
  grid-template-columns: 25px 25px 25px;
  grid-column: 3;
  grid-row: 2;
  margin-left: auto;
}
body .header ul#menu_langue li,
body .header ul.menu-langue li {
  margin: 0;
  list-style-type: none;
  font-size: 0.85rem;
  text-align: center;
}
body .header ul#menu_langue li a,
body .header ul.menu-langue li a {
  text-decoration: none;
  font-size: 0.85rem;
  color: black;
  border-bottom: none;
}
body .header ul#menu_langue li a:hover,
body .header ul.menu-langue li a:hover {
  color: #4B647D;
}
body .header ul#menu_langue .selected,
body .header ul.menu-langue .selected {
  font-weight: bold;
  border-bottom: 3px solid #697D91;
  color: #697D91;
}
body .header .btn-contact {
  margin-left: auto;
  grid-row: 1;
  grid-column: 3;
  z-index: 6;
}
body .header .btn-contact h3 {
  margin: 0;
}
body .header .btn-contact .button {
  background-color: #FAC310;
  border: 2px solid #FAC310;
  cursor: pointer;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  display: flex;
  height: 28px;
  width: 75px;
}
body .header .btn-contact .button img {
  align-self: center;
  margin-left: 0.15rem;
  margin-right: 0.5rem;
  width: 14px;
}
body .header .btn-contact .button p {
  align-self: center;
  font-size: 0.8rem;
  margin-right: 0.5rem;
  margin-top: 0.25rem;
}
body .header .btn-contact .button:hover {
  background-color: white;
  border: 2px solid #FAC310;
}
body .header .btn-contact .contact {
  padding: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: block;
  background-color: white;
  color: white;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  z-index: 100;
  top: -15rem;
  right: -20rem;
  opacity: 0;
  pointer-events: none;
  transition: all 300ms ease-out;
}
body .header .btn-contact .contact::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
}
body .header .btn-contact .contact.show {
  top: 2.5rem;
  right: 3.5rem;
  opacity: 1;
  pointer-events: initial;
}
body .header .btn-contact .contact div {
  display: flex;
  width: max-content;
  padding: 0.5rem;
}
body .header .btn-contact .contact div.bloc-phone img {
  max-height: 22px;
}
body .header .btn-contact .contact div.close {
  align-self: start;
  cursor: pointer;
}
body .header .btn-contact .contact div.close img {
  position: relative;
  right: -1rem;
}
body .header .btn-contact .contact div img {
  margin-left: 0.5rem;
  align-self: center;
}
body .header .btn-contact .contact div p {
  margin-left: 1rem;
  color: black;
  font-weight: bold;
  align-self: center;
}
body .header .btn-contact .contact .bloc-mail img {
  width: 30px;
}
body .header .btn-contact .contact .header-contact {
  background-color: #EFF1F3;
  display: grid;
  grid-template-columns: auto 50px;
  padding: 0.5rem;
  width: auto;
}
body .header .btn-contact .contact .header-contact .head {
  text-align: left;
  color: black;
  margin-left: 0.3rem;
}
body .header .btn-contact .contact .header-contact .close img {
  width: 1rem;
  float: left;
}
body .header .bloc-logout {
  align-self: center;
  justify-self: center;
  grid-column: 4;
  grid-row: span 2;
  margin-left: auto;
  margin-right: 0.5rem;
  padding-top: 1.75rem;
}
body .header .bloc-logout a img {
  width: 25px;
  height: 25px;
}
/* ------------------------------------------ */
/* ----- FORMULAIRE_2022-2023.FORM_BREADCRUMB ----- */
/* ------------------------------------------ */
/*
31.05.2023, lhi, figer le breadcrumb
08.06.2023, lhi, modification du menu sur la nouvelle version design
25.08.2023, lhi, modification du hover
31.08.2023, lhi, modification du hover
07.08.2024, lhi, modification des couleur pour le hover
*/
.form-breadcrumb-vertical {
  height: 100%;
  border-top: 2px solid white;
  margin-left: -0.5rem;
}
.form-breadcrumb-vertical ul.crumbs-wrapper {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: fixed;
  border-top: 2px solid white;
  background-color: #eff1f3;
  margin-top: 0.15rem;
}
.form-breadcrumb-vertical ul.crumbs-wrapper li.crumb {
  background: #eff1f3;
  display: grid;
  grid-template-columns: max-content auto;
  grid-column-gap: 1rem;
  align-items: center;
  padding: 0.75rem 1rem;
  color: #4B647D;
  border-bottom: 1px solid #8fa0ac;
  transition: all 300ms ease-out;
  cursor: pointer !important;
  width: 345px;
}
.form-breadcrumb-vertical ul.crumbs-wrapper li.crumb span a {
  border-bottom: none;
}
.form-breadcrumb-vertical ul.crumbs-wrapper li.crumb.pageaccueil span.crumb-icone {
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M25,0L2.56,17.4v26.37c0,3.44,2.8,6.23,6.23,6.23h32.41c3.44,0,6.23-2.8,6.23-6.23V17.4L25,0zM29.57,45.84h-9.14V27.98h9.14V45.84zM43.28,43.77c0,1.15-0.93,2.08-2.08,2.08h-7.48V27.1c0-1.81-1.47-3.28-3.28-3.28H19.55c-1.81,0-3.28,1.47-3.28,3.28v18.74H8.79c-1.15,0-2.08-0.93-2.08-2.08V19.44L25,5.26l18.28,14.18V43.77z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M25,0L2.56,17.4v26.37c0,3.44,2.8,6.23,6.23,6.23h32.41c3.44,0,6.23-2.8,6.23-6.23V17.4L25,0zM29.57,45.84h-9.14V27.98h9.14V45.84zM43.28,43.77c0,1.15-0.93,2.08-2.08,2.08h-7.48V27.1c0-1.81-1.47-3.28-3.28-3.28H19.55c-1.81,0-3.28,1.47-3.28,3.28v18.74H8.79c-1.15,0-2.08-0.93-2.08-2.08V19.44L25,5.26l18.28,14.18V43.77z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask-position: center center;
  mask-repeat: no-repeat;
  background-color: #4B647D !important;
  width: 18px;
  height: 18px;
}
.form-breadcrumb-vertical ul.crumbs-wrapper li.crumb.pagecourante {
  position: relative;
  background-color: #333333;
  color: white;
  cursor: default;
  border: 1.2px solid #333333;
  transition: all 300ms ease-out;
}
.form-breadcrumb-vertical ul.crumbs-wrapper li.crumb.pagecourante:after,
.form-breadcrumb-vertical ul.crumbs-wrapper li.crumb.pagecourante:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  transition: all 300ms ease-out;
}
.form-breadcrumb-vertical ul.crumbs-wrapper li.crumb.pagecourante:after {
  border-color: rgba(75, 100, 125, 0);
  border-left-color: #333333;
  border-width: 26px;
  margin-top: -26px;
}
.form-breadcrumb-vertical ul.crumbs-wrapper li.crumb.pagecourante:before {
  border-color: rgba(75, 100, 125, 0);
  border-left-color: #333333;
  border-width: 26px;
  margin-top: -26px;
}
.form-breadcrumb-vertical ul.crumbs-wrapper li.crumb.pagecourante span.crumb-icone {
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M13.13,37.09l2.7-12.89L38.03,1.99c2.65-2.65,6.97-2.65,9.62,0c1.28,1.28,1.99,2.99,1.99,4.81s-0.71,3.52-1.99,4.81L25.48,33.77L13.13,37.09zM19.61,26.25l-1.07,5.12l4.81-1.29L44.73,8.69c0.51-0.51,0.78-1.18,0.78-1.89s-0.28-1.39-0.78-1.89c-1.04-1.04-2.74-1.04-3.78,0L19.61,26.25zM45.73,43.73V27.32c0-1.14-0.92-2.06-2.06-2.06s-2.06,0.92-2.06,2.06v16.42c0,1.18-0.96,2.14-2.14,2.14H6.63c-1.18,0-2.14-0.96-2.14-2.14V10.9c0-1.18,0.96-2.14,2.14-2.14h16.42c1.14,0,2.06-0.92,2.06-2.06s-0.92-2.06-2.06-2.06H6.63c-3.45,0-6.27,2.81-6.27,6.27v32.84c0,3.45,2.81,6.27,6.27,6.27h32.84C42.92,50,45.73,47.19,45.73,43.73z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M13.13,37.09l2.7-12.89L38.03,1.99c2.65-2.65,6.97-2.65,9.62,0c1.28,1.28,1.99,2.99,1.99,4.81s-0.71,3.52-1.99,4.81L25.48,33.77L13.13,37.09zM19.61,26.25l-1.07,5.12l4.81-1.29L44.73,8.69c0.51-0.51,0.78-1.18,0.78-1.89s-0.28-1.39-0.78-1.89c-1.04-1.04-2.74-1.04-3.78,0L19.61,26.25zM45.73,43.73V27.32c0-1.14-0.92-2.06-2.06-2.06s-2.06,0.92-2.06,2.06v16.42c0,1.18-0.96,2.14-2.14,2.14H6.63c-1.18,0-2.14-0.96-2.14-2.14V10.9c0-1.18,0.96-2.14,2.14-2.14h16.42c1.14,0,2.06-0.92,2.06-2.06s-0.92-2.06-2.06-2.06H6.63c-3.45,0-6.27,2.81-6.27,6.27v32.84c0,3.45,2.81,6.27,6.27,6.27h32.84C42.92,50,45.73,47.19,45.73,43.73z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask-position: center center;
  mask-repeat: no-repeat;
  background-color: white !important;
  width: 18px;
  height: 18px;
}
.form-breadcrumb-vertical ul.crumbs-wrapper li.crumb.pagefermee {
  cursor: default;
}
.form-breadcrumb-vertical ul.crumbs-wrapper li.crumb.pagefermee span.crumb-icone {
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M40.94,21.07h-3.13v-7.85C37.81,5.93,31.88,0,24.59,0S11.36,5.93,11.36,13.22v7.85h-2.3c-3.51,0-6.37,2.86-6.37,6.37v16.18c0,3.51,2.86,6.37,6.37,6.37h31.88c3.51,0,6.37-2.86,6.37-6.37V27.45C47.31,23.93,44.45,21.07,40.94,21.07zM15.5,13.22c0-5.01,4.08-9.09,9.09-9.09s9.09,4.08,9.09,9.09v7.85H15.5V13.22zM43.18,43.63c0,1.24-1.01,2.24-2.24,2.24H9.06c-1.24,0-2.24-1.01-2.24-2.24V27.45c0-1.24,1.01-2.24,2.24-2.24h31.88c1.24,0,2.24,1.01,2.24,2.24V43.63z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M40.94,21.07h-3.13v-7.85C37.81,5.93,31.88,0,24.59,0S11.36,5.93,11.36,13.22v7.85h-2.3c-3.51,0-6.37,2.86-6.37,6.37v16.18c0,3.51,2.86,6.37,6.37,6.37h31.88c3.51,0,6.37-2.86,6.37-6.37V27.45C47.31,23.93,44.45,21.07,40.94,21.07zM15.5,13.22c0-5.01,4.08-9.09,9.09-9.09s9.09,4.08,9.09,9.09v7.85H15.5V13.22zM43.18,43.63c0,1.24-1.01,2.24-2.24,2.24H9.06c-1.24,0-2.24-1.01-2.24-2.24V27.45c0-1.24,1.01-2.24,2.24-2.24h31.88c1.24,0,2.24,1.01,2.24,2.24V43.63z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask-position: center center;
  mask-repeat: no-repeat;
  background-color: #4B647D !important;
  width: 18px;
  height: 18px;
}
.form-breadcrumb-vertical ul.crumbs-wrapper li.crumb.pagefermee:hover {
  background-color: #697D91;
}
.form-breadcrumb-vertical ul.crumbs-wrapper li.crumb.pagefermee:hover span {
  color: white;
}
.form-breadcrumb-vertical ul.crumbs-wrapper li.crumb.pagefermee:hover span.crumb-icone {
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M40.94,21.07h-3.13v-7.85C37.81,5.93,31.88,0,24.59,0S11.36,5.93,11.36,13.22v7.85h-2.3c-3.51,0-6.37,2.86-6.37,6.37v16.18c0,3.51,2.86,6.37,6.37,6.37h31.88c3.51,0,6.37-2.86,6.37-6.37V27.45C47.31,23.93,44.45,21.07,40.94,21.07zM15.5,13.22c0-5.01,4.08-9.09,9.09-9.09s9.09,4.08,9.09,9.09v7.85H15.5V13.22zM43.18,43.63c0,1.24-1.01,2.24-2.24,2.24H9.06c-1.24,0-2.24-1.01-2.24-2.24V27.45c0-1.24,1.01-2.24,2.24-2.24h31.88c1.24,0,2.24,1.01,2.24,2.24V43.63z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M40.94,21.07h-3.13v-7.85C37.81,5.93,31.88,0,24.59,0S11.36,5.93,11.36,13.22v7.85h-2.3c-3.51,0-6.37,2.86-6.37,6.37v16.18c0,3.51,2.86,6.37,6.37,6.37h31.88c3.51,0,6.37-2.86,6.37-6.37V27.45C47.31,23.93,44.45,21.07,40.94,21.07zM15.5,13.22c0-5.01,4.08-9.09,9.09-9.09s9.09,4.08,9.09,9.09v7.85H15.5V13.22zM43.18,43.63c0,1.24-1.01,2.24-2.24,2.24H9.06c-1.24,0-2.24-1.01-2.24-2.24V27.45c0-1.24,1.01-2.24,2.24-2.24h31.88c1.24,0,2.24,1.01,2.24,2.24V43.63z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask-position: center center;
  mask-repeat: no-repeat;
  background-color: white !important;
  width: 18px;
  height: 18px;
}
.form-breadcrumb-vertical ul.crumbs-wrapper li.crumb.pageincomplete span.crumb-icone {
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M49.4,28.3c0.9,0.9,0.9,2.3,0,3.1c-0.9,0.9-2.3,0.9-3.1,0c0,0-5.2-5.2-10.2-10.2c-5,5-10.2,10.2-10.2,10.2c-0.9,0.9-2.3,0.9-3.1,0c-0.9-0.9-0.9-2.3,0-3.1l10.2-10.2C27.9,13.2,22.8,8,22.8,8c-0.9-0.9-0.9-2.3,0-3.1C23.6,4,25,4,25.9,4.9L36.1,15L46.2,4.9c0.9-0.9,2.3-0.9,3.1,0c0.9,0.9,0.9,2.3,0,3.1c0,0-5.2,5.2-10.2,10.2L49.4,28.3zM41.2,48.9H6.6c-3.6,0-6.6-3-6.6-6.6V7.7c0-3.6,3-6.6,6.6-6.6h10.8c1.2,0,2.2,1,2.2,2.2s-1,2.2-2.2,2.2H6.6c-1.2,0-2.2,1-2.2,2.2v34.6c0,1.2,1,2.2,2.2,2.2h34.6c1.2,0,2.2-1,2.2-2.2v-4.9c0-1.2,1-2.2,2.2-2.2c1.2,0,2.2,1,2.2,2.2v4.9C47.8,45.9,44.8,48.9,41.2,48.9z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M49.4,28.3c0.9,0.9,0.9,2.3,0,3.1c-0.9,0.9-2.3,0.9-3.1,0c0,0-5.2-5.2-10.2-10.2c-5,5-10.2,10.2-10.2,10.2c-0.9,0.9-2.3,0.9-3.1,0c-0.9-0.9-0.9-2.3,0-3.1l10.2-10.2C27.9,13.2,22.8,8,22.8,8c-0.9-0.9-0.9-2.3,0-3.1C23.6,4,25,4,25.9,4.9L36.1,15L46.2,4.9c0.9-0.9,2.3-0.9,3.1,0c0.9,0.9,0.9,2.3,0,3.1c0,0-5.2,5.2-10.2,10.2L49.4,28.3zM41.2,48.9H6.6c-3.6,0-6.6-3-6.6-6.6V7.7c0-3.6,3-6.6,6.6-6.6h10.8c1.2,0,2.2,1,2.2,2.2s-1,2.2-2.2,2.2H6.6c-1.2,0-2.2,1-2.2,2.2v34.6c0,1.2,1,2.2,2.2,2.2h34.6c1.2,0,2.2-1,2.2-2.2v-4.9c0-1.2,1-2.2,2.2-2.2c1.2,0,2.2,1,2.2,2.2v4.9C47.8,45.9,44.8,48.9,41.2,48.9z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask-position: center center;
  mask-repeat: no-repeat;
  background-color: #f08a24 !important;
  width: 18px;
  height: 18px;
}
.form-breadcrumb-vertical ul.crumbs-wrapper li.crumb.pageincomplete:hover {
  background-color: #697D91;
}
.form-breadcrumb-vertical ul.crumbs-wrapper li.crumb.pageincomplete:hover span {
  color: white;
}
.form-breadcrumb-vertical ul.crumbs-wrapper li.crumb.pageincomplete:hover span.crumb-icone {
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M49.4,28.3c0.9,0.9,0.9,2.3,0,3.1c-0.9,0.9-2.3,0.9-3.1,0c0,0-5.2-5.2-10.2-10.2c-5,5-10.2,10.2-10.2,10.2c-0.9,0.9-2.3,0.9-3.1,0c-0.9-0.9-0.9-2.3,0-3.1l10.2-10.2C27.9,13.2,22.8,8,22.8,8c-0.9-0.9-0.9-2.3,0-3.1C23.6,4,25,4,25.9,4.9L36.1,15L46.2,4.9c0.9-0.9,2.3-0.9,3.1,0c0.9,0.9,0.9,2.3,0,3.1c0,0-5.2,5.2-10.2,10.2L49.4,28.3zM41.2,48.9H6.6c-3.6,0-6.6-3-6.6-6.6V7.7c0-3.6,3-6.6,6.6-6.6h10.8c1.2,0,2.2,1,2.2,2.2s-1,2.2-2.2,2.2H6.6c-1.2,0-2.2,1-2.2,2.2v34.6c0,1.2,1,2.2,2.2,2.2h34.6c1.2,0,2.2-1,2.2-2.2v-4.9c0-1.2,1-2.2,2.2-2.2c1.2,0,2.2,1,2.2,2.2v4.9C47.8,45.9,44.8,48.9,41.2,48.9z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M49.4,28.3c0.9,0.9,0.9,2.3,0,3.1c-0.9,0.9-2.3,0.9-3.1,0c0,0-5.2-5.2-10.2-10.2c-5,5-10.2,10.2-10.2,10.2c-0.9,0.9-2.3,0.9-3.1,0c-0.9-0.9-0.9-2.3,0-3.1l10.2-10.2C27.9,13.2,22.8,8,22.8,8c-0.9-0.9-0.9-2.3,0-3.1C23.6,4,25,4,25.9,4.9L36.1,15L46.2,4.9c0.9-0.9,2.3-0.9,3.1,0c0.9,0.9,0.9,2.3,0,3.1c0,0-5.2,5.2-10.2,10.2L49.4,28.3zM41.2,48.9H6.6c-3.6,0-6.6-3-6.6-6.6V7.7c0-3.6,3-6.6,6.6-6.6h10.8c1.2,0,2.2,1,2.2,2.2s-1,2.2-2.2,2.2H6.6c-1.2,0-2.2,1-2.2,2.2v34.6c0,1.2,1,2.2,2.2,2.2h34.6c1.2,0,2.2-1,2.2-2.2v-4.9c0-1.2,1-2.2,2.2-2.2c1.2,0,2.2,1,2.2,2.2v4.9C47.8,45.9,44.8,48.9,41.2,48.9z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask-position: center center;
  mask-repeat: no-repeat;
  background-color: white !important;
  width: 18px;
  height: 18px;
}
.form-breadcrumb-vertical ul.crumbs-wrapper li.crumb.pagevalide span.crumb-icone {
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M24.34,32.08c-0.57,0-1.13-0.22-1.56-0.65l-7.96-7.96c-0.86-0.86-0.86-2.26,0-3.13c0.86-0.86,2.26-0.86,3.13,0l6.4,6.4L46.22,4.85c0.86-0.86,2.26-0.86,3.13,0c0.86,0.86,0.86,2.26,0,3.13L25.9,31.43C25.47,31.86,24.9,32.08,24.34,32.08zM47.79,42.28V25.44c0-1.22-0.99-2.21-2.21-2.21s-2.21,0.99-2.21,2.21v16.83c0,1.21-0.98,2.19-2.19,2.19H6.62c-1.21,0-2.19-0.98-2.19-2.19V7.72c0-1.21,0.98-2.19,2.19-2.19h26.67c1.22,0,2.21-0.99,2.21-2.21s-0.99-2.21-2.21-2.21H6.62C2.97,1.11,0,4.08,0,7.72v34.55c0,3.65,2.97,6.62,6.62,6.62h34.55C44.82,48.89,47.79,45.92,47.79,42.28z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M24.34,32.08c-0.57,0-1.13-0.22-1.56-0.65l-7.96-7.96c-0.86-0.86-0.86-2.26,0-3.13c0.86-0.86,2.26-0.86,3.13,0l6.4,6.4L46.22,4.85c0.86-0.86,2.26-0.86,3.13,0c0.86,0.86,0.86,2.26,0,3.13L25.9,31.43C25.47,31.86,24.9,32.08,24.34,32.08zM47.79,42.28V25.44c0-1.22-0.99-2.21-2.21-2.21s-2.21,0.99-2.21,2.21v16.83c0,1.21-0.98,2.19-2.19,2.19H6.62c-1.21,0-2.19-0.98-2.19-2.19V7.72c0-1.21,0.98-2.19,2.19-2.19h26.67c1.22,0,2.21-0.99,2.21-2.21s-0.99-2.21-2.21-2.21H6.62C2.97,1.11,0,4.08,0,7.72v34.55c0,3.65,2.97,6.62,6.62,6.62h34.55C44.82,48.89,47.79,45.92,47.79,42.28z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask-position: center center;
  mask-repeat: no-repeat;
  background-color: #43AC6A !important;
  width: 18px;
  height: 18px;
}
.form-breadcrumb-vertical ul.crumbs-wrapper li.crumb.pagevalide:hover {
  background-color: #697D91;
}
.form-breadcrumb-vertical ul.crumbs-wrapper li.crumb.pagevalide:hover span {
  color: white;
}
.form-breadcrumb-vertical ul.crumbs-wrapper li.crumb.pagevalide:hover span.crumb-icone {
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M24.34,32.08c-0.57,0-1.13-0.22-1.56-0.65l-7.96-7.96c-0.86-0.86-0.86-2.26,0-3.13c0.86-0.86,2.26-0.86,3.13,0l6.4,6.4L46.22,4.85c0.86-0.86,2.26-0.86,3.13,0c0.86,0.86,0.86,2.26,0,3.13L25.9,31.43C25.47,31.86,24.9,32.08,24.34,32.08zM47.79,42.28V25.44c0-1.22-0.99-2.21-2.21-2.21s-2.21,0.99-2.21,2.21v16.83c0,1.21-0.98,2.19-2.19,2.19H6.62c-1.21,0-2.19-0.98-2.19-2.19V7.72c0-1.21,0.98-2.19,2.19-2.19h26.67c1.22,0,2.21-0.99,2.21-2.21s-0.99-2.21-2.21-2.21H6.62C2.97,1.11,0,4.08,0,7.72v34.55c0,3.65,2.97,6.62,6.62,6.62h34.55C44.82,48.89,47.79,45.92,47.79,42.28z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M24.34,32.08c-0.57,0-1.13-0.22-1.56-0.65l-7.96-7.96c-0.86-0.86-0.86-2.26,0-3.13c0.86-0.86,2.26-0.86,3.13,0l6.4,6.4L46.22,4.85c0.86-0.86,2.26-0.86,3.13,0c0.86,0.86,0.86,2.26,0,3.13L25.9,31.43C25.47,31.86,24.9,32.08,24.34,32.08zM47.79,42.28V25.44c0-1.22-0.99-2.21-2.21-2.21s-2.21,0.99-2.21,2.21v16.83c0,1.21-0.98,2.19-2.19,2.19H6.62c-1.21,0-2.19-0.98-2.19-2.19V7.72c0-1.21,0.98-2.19,2.19-2.19h26.67c1.22,0,2.21-0.99,2.21-2.21s-0.99-2.21-2.21-2.21H6.62C2.97,1.11,0,4.08,0,7.72v34.55c0,3.65,2.97,6.62,6.62,6.62h34.55C44.82,48.89,47.79,45.92,47.79,42.28z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask-position: center center;
  mask-repeat: no-repeat;
  background-color: white !important;
  width: 18px;
  height: 18px;
}
.form-breadcrumb-vertical ul.crumbs-wrapper li.crumb.pageeditable span.crumb-icone {
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M13.13,37.09l2.7-12.89L38.03,1.99c2.65-2.65,6.97-2.65,9.62,0c1.28,1.28,1.99,2.99,1.99,4.81s-0.71,3.52-1.99,4.81L25.48,33.77L13.13,37.09zM19.61,26.25l-1.07,5.12l4.81-1.29L44.73,8.69c0.51-0.51,0.78-1.18,0.78-1.89s-0.28-1.39-0.78-1.89c-1.04-1.04-2.74-1.04-3.78,0L19.61,26.25zM45.73,43.73V27.32c0-1.14-0.92-2.06-2.06-2.06s-2.06,0.92-2.06,2.06v16.42c0,1.18-0.96,2.14-2.14,2.14H6.63c-1.18,0-2.14-0.96-2.14-2.14V10.9c0-1.18,0.96-2.14,2.14-2.14h16.42c1.14,0,2.06-0.92,2.06-2.06s-0.92-2.06-2.06-2.06H6.63c-3.45,0-6.27,2.81-6.27,6.27v32.84c0,3.45,2.81,6.27,6.27,6.27h32.84C42.92,50,45.73,47.19,45.73,43.73z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M13.13,37.09l2.7-12.89L38.03,1.99c2.65-2.65,6.97-2.65,9.62,0c1.28,1.28,1.99,2.99,1.99,4.81s-0.71,3.52-1.99,4.81L25.48,33.77L13.13,37.09zM19.61,26.25l-1.07,5.12l4.81-1.29L44.73,8.69c0.51-0.51,0.78-1.18,0.78-1.89s-0.28-1.39-0.78-1.89c-1.04-1.04-2.74-1.04-3.78,0L19.61,26.25zM45.73,43.73V27.32c0-1.14-0.92-2.06-2.06-2.06s-2.06,0.92-2.06,2.06v16.42c0,1.18-0.96,2.14-2.14,2.14H6.63c-1.18,0-2.14-0.96-2.14-2.14V10.9c0-1.18,0.96-2.14,2.14-2.14h16.42c1.14,0,2.06-0.92,2.06-2.06s-0.92-2.06-2.06-2.06H6.63c-3.45,0-6.27,2.81-6.27,6.27v32.84c0,3.45,2.81,6.27,6.27,6.27h32.84C42.92,50,45.73,47.19,45.73,43.73z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask-position: center center;
  mask-repeat: no-repeat;
  background-color: #4B647D !important;
  width: 18px;
  height: 18px;
}
.form-breadcrumb-vertical ul.crumbs-wrapper li.crumb.pageeditable:hover {
  background-color: #697D91;
}
.form-breadcrumb-vertical ul.crumbs-wrapper li.crumb.pageeditable:hover span {
  color: white;
}
.form-breadcrumb-vertical ul.crumbs-wrapper li.crumb.pageeditable:hover span.crumb-icone {
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M13.13,37.09l2.7-12.89L38.03,1.99c2.65-2.65,6.97-2.65,9.62,0c1.28,1.28,1.99,2.99,1.99,4.81s-0.71,3.52-1.99,4.81L25.48,33.77L13.13,37.09zM19.61,26.25l-1.07,5.12l4.81-1.29L44.73,8.69c0.51-0.51,0.78-1.18,0.78-1.89s-0.28-1.39-0.78-1.89c-1.04-1.04-2.74-1.04-3.78,0L19.61,26.25zM45.73,43.73V27.32c0-1.14-0.92-2.06-2.06-2.06s-2.06,0.92-2.06,2.06v16.42c0,1.18-0.96,2.14-2.14,2.14H6.63c-1.18,0-2.14-0.96-2.14-2.14V10.9c0-1.18,0.96-2.14,2.14-2.14h16.42c1.14,0,2.06-0.92,2.06-2.06s-0.92-2.06-2.06-2.06H6.63c-3.45,0-6.27,2.81-6.27,6.27v32.84c0,3.45,2.81,6.27,6.27,6.27h32.84C42.92,50,45.73,47.19,45.73,43.73z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M13.13,37.09l2.7-12.89L38.03,1.99c2.65-2.65,6.97-2.65,9.62,0c1.28,1.28,1.99,2.99,1.99,4.81s-0.71,3.52-1.99,4.81L25.48,33.77L13.13,37.09zM19.61,26.25l-1.07,5.12l4.81-1.29L44.73,8.69c0.51-0.51,0.78-1.18,0.78-1.89s-0.28-1.39-0.78-1.89c-1.04-1.04-2.74-1.04-3.78,0L19.61,26.25zM45.73,43.73V27.32c0-1.14-0.92-2.06-2.06-2.06s-2.06,0.92-2.06,2.06v16.42c0,1.18-0.96,2.14-2.14,2.14H6.63c-1.18,0-2.14-0.96-2.14-2.14V10.9c0-1.18,0.96-2.14,2.14-2.14h16.42c1.14,0,2.06-0.92,2.06-2.06s-0.92-2.06-2.06-2.06H6.63c-3.45,0-6.27,2.81-6.27,6.27v32.84c0,3.45,2.81,6.27,6.27,6.27h32.84C42.92,50,45.73,47.19,45.73,43.73z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask-position: center center;
  mask-repeat: no-repeat;
  background-color: white !important;
  width: 18px;
  height: 18px;
}
.form-breadcrumb-vertical ul.crumbs-wrapper li.crumb span.crumb-icone {
  display: block;
  width: 18px;
  height: 18px;
}
.btn-menu-bc {
  margin-top: 10px;
}
.btn-menu-bc .button {
  position: absolute;
}
/* -------------------------------- */
/* ----- FORMULAIRE_2022-2023.FORM_LOGIN ----- */
/* -------------------------------- */
/* --- Version: 23.09.2021 ---- */
/*
17.05-2023, lhi, page de login
07.08.2024, lhi, évolution design
08.11.2024, lhi, modifier la position des langues pour page login
02.12.2024, lhi, mise en page du bouton login - EDU-ID
02.12.2024, lhi, mise en page du bouton pour afficher le menu qui sera cacher
*/
.aside {
  padding: 1rem 2rem 1rem 1rem;
  border-right: 5px solid #697D91;
  border-radius: 5px;
  font-size: 1.1rem;
  margin-top: 2rem;
  background: #EFF1F3;
}
.aside div.padding10 {
  background-image: url('forminscrs.img?ww_c=IC_INFO');
  background-repeat: no-repeat;
  background-position: right 1% center;
}
.aside div.padding10 .rouge {
  margin-right: 2.5rem;
  line-height: 2rem;
}
html {
  background-image: url('forminscrs.img?ww_c=IC_FORM_BODY_IMG') !important;
}
.body-login {
  width: 60rem;
}
.body-login br {
  display: none;
}
.body-login h3 {
  display: grid;
}
.body-login h3 .separator {
  display: none;
}
.body-login #contenu {
  width: auto;
}
.body-login .logo p {
  padding: 0;
}
.body-login .logo.logo-login p {
  top: 0;
}
.body-login ul#erreurs {
  margin-right: auto;
  margin-left: auto;
  width: 60%;
}
.body-login ul#erreurs .ic-erreur {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNXB4IiBoZWlnaHQ9IjI1cHgiIHZpZXdCb3g9IjAgMCA1MCA1MCI+PHBhdGggZD0iTTI1LDBBMjUsMjUsMCwxLDAsNTAsMjUsMjUsMjUsMCwwLDAsMjUsMFptMy42MywxMy41SDIxLjU3YTAuNzcsMC43NywwLDAsMS0uNzctMC43N1Y2Ljg0YTAuNzcsMC43NywwLDAsMSwuNzctMC43N2g3LjA2YTAuNzcsMC43NywwLDAsMSwuNzcuNzd2NS44OUEwLjc3LDAuNzcsMCwwLDEsMjguNjMsMTMuNVptNC4xMSwyMS44NGEwLjc0LDAuNzQsMCwwLDEsLjc0Ljc0VjQyYTAuNzQsMC43NCwwLDAsMS0uNzQuNzRIMTcuNDZBMC43NCwwLjc0LDAsMCwxLDE2LjcyLDQyVjM2LjA3YTAuNzQsMC43NCwwLDAsMSwuNzQtMC43NEgyMC44VjI1LjA2SDE3LjQ2YTAuNzQsMC43NCwwLDAsMS0uNzQtMC43NFYxOC4zOGEwLjc0LDAuNzQsMCwwLDEsLjc0LTAuNzRoMTEuMmEwLjc0LDAuNzQsMCwwLDEsLjc0Ljc0VjM1LjMzaDMuMzRaIiBzdHlsZT0iZmlsbDojZmY1NTU1Ij48L3BhdGg+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left center;
}
.body-login ul#erreurs li {
  list-style-type: none;
}
.body-login form {
  border: 0;
  min-height: auto;
}
.body-login form fieldset {
  margin-top: 0;
}
.body-login form fieldset .legendlogin {
  text-align: left;
  width: 100%;
  text-transform: uppercase;
  color: #697D91;
  font-size: 1.15rem;
  font-weight: normal;
  margin-bottom: 0;
}
.body-login form fieldset .infotext {
  font-size: 0.9rem;
  color: #333333;
}
.body-login form fieldset .infotext a {
  font-size: 0.9rem;
}
.body-login form fieldset .infotitle {
  font-weight: bold !important;
  color: #333333 !important;
}
.body-login form fieldset #cadrelogin table {
  margin-left: auto;
  margin-right: auto;
}
.body-login form fieldset #cadrelogin table tr {
  display: block;
}
.body-login form fieldset #cadrelogin table tr th {
  display: block;
  color: #697D91;
  font-weight: bold;
  font-size: 0.85rem;
  align-self: center;
  margin-left: 0;
}
.body-login form fieldset #cadrelogin table tr td {
  width: 100%;
}
.body-login form fieldset #cadrelogin table tr td p {
  margin-bottom: 1.5rem;
}
.body-login form fieldset #cadrelogin table tr td p a {
  padding: 0.65rem 0.35rem;
  border: 1px solid black;
  border-radius: 5px;
  width: 100%;
  color: #333333 !important;
  margin-bottom: 1.5rem;
  font-weight: normal;
  font-size: 0.85rem;
}
.body-login form fieldset #cadrelogin table tr td p a:hover {
  background-color: #697D91;
  color: white !important;
  border: 1px solid #697D91;
}
.body-login form fieldset input {
  padding: 0.95rem;
  border: 1px solid #333333;
  border-radius: 5px;
  transition: all 300ms ease-out;
  min-width: 100%;
  width: 100%;
  height: auto;
}
.body-login form fieldset input#bouton_soumettre {
  background-color: #333333;
  cursor: pointer;
  border-radius: 5px;
  border: none;
  width: auto;
  font-size: 0.9rem;
}
.body-login form fieldset input#bouton_soumettre:hover {
  background: #697D91;
}
.body-login form fieldset#liste_formulaire h1 {
  text-transform: uppercase;
  color: #4B647D;
  font-size: 1.15rem;
  font-weight: normal;
  width: max-content;
}
.body-login form fieldset#liste_formulaire h1.padding10 {
  padding: 0;
}
.body-login form fieldset#liste_formulaire .libelle_inscription_wb {
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  color: #333333;
  font-weight: normal;
  width: max-content;
}
.body-login form fieldset#liste_formulaire #liste_instance_wb {
  margin-bottom: 1rem;
}
.body-login form fieldset#liste_formulaire #liste_instance_wb .libelle_instance_wb a {
  padding: 0.65rem 0.65rem;
}
.body-login h3 {
  margin-bottom: 1rem;
}
.body-login h3 .de,
.body-login h3 .fr,
.body-login h3 .en {
  text-transform: uppercase;
  color: #4B647D;
  font-size: 1.15rem;
  font-weight: normal;
}
.body-login #cadre {
  padding: 0;
  margin-bottom: 5rem;
}
.body-login #cadre table {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.body-login #cadre br {
  display: none;
}
.body-login #cadre .field-grid {
  display: grid;
  margin-bottom: 1rem;
}
.body-login #cadre .field-grid label {
  text-align: left;
}
.body-login #cadre .field-grid span {
  align-self: center;
}
.body-login #cadre .field-flex {
  display: flex;
}
.body-login #cadre .content-center {
  width: 60%;
  margin-left: auto !important;
  margin-right: auto !important;
}
.body-login #cadre label {
  margin-top: 1rem;
}
.body-login #cadre .txt-info {
  margin: 0.25rem 0;
  padding: 1rem 0.35rem !important;
  background-color: #e7f3ff96;
  border-radius: 5px;
  width: fit-content;
  display: flex;
  font-size: 0.8rem;
  width: 60% !important;
}
.body-login #cadre .txt-info .ic-info {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCA1MCA1MCI+PHBhdGggZD0iTTI1LDBBMjUsMjUsMCwxLDAsNTAsMjUsMjUsMjUsMCwwLDAsMjUsMFptMy42MywxMy41SDIxLjU3YTAuNzcsMC43NywwLDAsMS0uNzctMC43N1Y2Ljg0YTAuNzcsMC43NywwLDAsMSwuNzctMC43N2g3LjA2YTAuNzcsMC43NywwLDAsMSwuNzcuNzd2NS44OUEwLjc3LDAuNzcsMCwwLDEsMjguNjMsMTMuNVptNC4xMSwyMS44NGEwLjc0LDAuNzQsMCwwLDEsLjc0Ljc0VjQyYTAuNzQsMC43NCwwLDAsMS0uNzQuNzRIMTcuNDZBMC43NCwwLjc0LDAsMCwxLDE2LjcyLDQyVjM2LjA3YTAuNzQsMC43NCwwLDAsMSwuNzQtMC43NEgyMC44VjI1LjA2SDE3LjQ2YTAuNzQsMC43NCwwLDAsMS0uNzQtMC43NFYxOC4zOGEwLjc0LDAuNzQsMCwwLDEsLjc0LTAuNzRoMTEuMmEwLjc0LDAuNzQsMCwwLDEsLjc0Ljc0VjM1LjMzaDMuMzRaIiBzdHlsZT0iZmlsbDojNGI2NDdkIj48L3BhdGg+PC9zdmc+");
  background-position: left center;
  background-repeat: no-repeat;
  padding: 1rem;
}
.body-login #cadre p {
  font-size: 0.9rem;
  color: #333333;
  margin-bottom: 0.5rem;
  font-weight: normal;
}
.body-login #cadre .p_gras {
  padding: 0;
}
.body-login #cadre label {
  width: auto;
  color: #848181;
  font-weight: bold;
  font-size: 0.85rem;
  margin-bottom: 1rem;
}
.body-login #cadre input {
  padding: 0.65rem;
  border: 1px solid #333333;
  border-radius: 5px;
  transition: all 300ms ease-out;
  min-width: 100%;
  width: 100%;
  height: auto;
  font-weight: normal;
  font-size: 0.85rem !important;
}
.body-login #cadre input#bouton_soumettre {
  background-color: #333333;
  cursor: pointer;
  border-radius: 5px;
  border: none;
  width: auto;
  font-size: 0.9rem;
  color: white;
}
.body-login #cadre input#bouton_soumettre:hover {
  background: #697d91;
}
.body-login #piedpage {
  font-size: 0.75rem;
  text-align: center;
  border: 0;
  color: #4B647D;
  background-color: #eff1f3;
  padding: 0.5rem;
  position: fixed;
  bottom: 0;
  width: 60rem;
  height: 50px;
  display: flex;
}
.body-login #piedpage p {
  padding: 0;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}
.header-login {
  padding: 0.15rem;
  grid-template-columns: 1fr auto auto !important;
}
.header-login ul.menu-langue li.selected {
  font-size: 0.95rem;
}
.header-login #logout {
  padding-top: 0.5rem;
}
.header-login #logout a {
  background-image: url(forminscrs.img?ww_c=FORM_IC_LOGOUT);
  background-repeat: no-repeat;
  background-position: right;
  padding: 1rem;
}
.header-login #logout a b {
  visibility: hidden;
}
#entete {
  height: 85px !important;
  width: auto !important;
  top: 0 !important;
}
.cadre-validation h3 {
  margin-top: 2rem;
  text-transform: uppercase;
  color: #4B647D;
  font-size: 1.15rem;
  font-weight: normal;
}
.cadre-validation .p_gras {
  color: #AC7406 !important;
  font-size: 0.95rem !important;
}
.cadre-validation .cadre_cpt {
  margin-left: -0.5rem;
}
.cadre-validation .cadre_cpt p {
  padding-left: 0.5rem !important;
}
.cadre-validation hr {
  display: none;
}
@media screen and (max-width: 992px) {
  .body-login {
    width: auto;
  }
  .body-login form {
    margin-top: 10px;
  }
  .body-login form br {
    display: none;
  }
  .body-login #piedpage {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .body-login {
    width: auto;
  }
  .body-login form {
    margin-top: 0;
  }
  .body-login form #cadre .legendlogin {
    text-align: left;
    padding: 0;
  }
  .body-login form #cadre .infotitle {
    padding: 0;
    font-weight: bold !important;
    color: #AC7406;
  }
  .body-login form #cadre .infotext {
    padding: 0;
  }
  .body-login form #cadre table {
    width: 100%;
  }
  .body-login form #piedpage {
    width: 100%;
  }
  .body-login .txt-info {
    min-width: fit-content;
  }
  .body-login .content-center {
    width: 100% !important;
    min-width: fit-content;
  }
}
.cadrelogin-eduid {
  display: flex;
}
.cadrelogin-eduid a.btn-eduid {
  cursor: pointer;
  padding: 0.5rem 0.65rem 0.35rem 0.65rem;
  border: 0;
  border-radius: 5px;
  transition: all 300ms ease-out;
  font-weight: normal;
  font-size: 0.85rem;
  color: #285F82;
  background: #e6ebf0;
  margin-right: auto;
  margin-left: auto;
  width: 60%;
  display: flex;
}
.cadrelogin-eduid a.btn-eduid .btn {
  margin-right: auto;
  margin-left: 0.25rem;
  align-self: center;
}
.cadrelogin-eduid a.btn-eduid .logo-eduid {
  content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjguMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIJIHZpZXdCb3g9IjAgMCA3ODMuNCAxMTkuNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNzgzLjQgMTE5LjU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPgkuc3Qwe2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAgICA7fQkuc3Qxe2ZpbGw6IzMxNzQ5RTt9CS5zdDJ7ZmlsbDojMUYyRjYxO30JLnN0M3tmaWxsOiNGQkFBMTk7fTwvc3R5bGU+PGcgY2xhc3M9InN0MCI+CTxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik00MzkuNCwzMC40YzE1LjcsMCwyOS41LDEwLjEsMjkuNSwyOS41YzAsMS40LDAsMy4xLTAuMiw1LjZoLTQ0LjljMSw4LDgsMTIuNSwxNiwxMi41CQljNy40LDAsMTIuOC0zLjUsMTUuNS03LjZsMTIuMiw5LjFjLTUuNSw4LTE1LjIsMTMuNC0yNy44LDEzLjRjLTE3LjksMC0zMS44LTEyLjQtMzEuOC0zMS4zQzQwNy45LDQzLjksNDIxLjIsMzAuNCw0MzkuNCwzMC40egkJIE00MjQuNCw1NC40aDI4LjFjLTEuNC03LjEtNy40LTEwLjQtMTMuNi0xMC40QzQzMi44LDQzLjksNDI2LDQ3LDQyNC40LDU0LjR6Ii8+CTxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik01MDUuNCwzMC40YzguMywwLDE0LjYsNC4yLDE3LjMsOFYxLjdoMTYuNHY5MGgtMTYuNFY4NWMtMi42LDMuOC05LDgtMTcuMyw4Yy0xNiwwLTI4LjItMTQuMy0yOC4yLTMxLjMJCUM0NzcuMiw0NC42LDQ4OS40LDMwLjQsNTA1LjQsMzAuNHogTTUwOC45LDQ1LjRjLTksMC0xNS4xLDctMTUuMSwxNi4zYzAsOS40LDYuMSwxNi4zLDE1LjEsMTYuM2M5LDAsMTUuMS03LDE1LjEtMTYuMwkJQzUyNCw1Mi4zLDUxNy45LDQ1LjQsNTA4LjksNDUuNHoiLz4JPHBhdGggY2xhc3M9InN0MSIgZD0iTTU1NC40LDMxLjdoMTYuNHYzMmMwLDksMy4xLDE0LjMsMTAuMiwxNC4zYzcuMywwLDEyLjQtNS40LDEyLjQtMTdWMzEuN2gxNi40djYwaC0xNi40di02LjgJCWMtMy4xLDQuOC04LjgsOC4yLTE2LjQsOC4yYy0xNC41LDAtMjIuNi0xMC42LTIyLjYtMjYuNVYzMS43eiIvPgk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNNjI0LjYsNTAuMmgzNC4zVjY2aC0zNC4zVjUwLjJ6Ii8+CTxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik02NzUuMiw2LjVoMTcuNHY4NS4yaC0xNy40VjYuNXoiLz4JPHBhdGggY2xhc3M9InN0MSIgZD0iTTcxMS42LDYuNWgyOC4xYzI0LjUsMCw0My44LDE4LjgsNDMuOCw0Mi42YzAsMjMuOC0xOS4zLDQyLjYtNDMuOCw0Mi42aC0yOC4xVjYuNXogTTczOS42LDc1LjcJCWMxNS43LDAsMjYuMy0xMS45LDI2LjMtMjYuNmMwLTE0LjgtMTAuNi0yNi42LTI2LjMtMjYuNkg3Mjl2NTMuM0g3MzkuNnoiLz48L2c+PGc+CTxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik0zMDYuOCw5MS45aDE3LjRWNjAuOGMwLTEyLjEsNi0xNy45LDE0LjEtMTcuOWM3LjIsMCwxMS4xLDUuNCwxMS4xLDE0Ljd2MzQuMmgxNy41VjU0LjYJCWMwLTE2LjUtOS4yLTI3LjYtMjQuNi0yNy42Yy04LjIsMC0xNC43LDMuNC0xOC4xLDguNVY2LjJoLTE3LjRWOTEuOUwzMDYuOCw5MS45eiIvPgk8cGF0aCBjbGFzcz0ic3QyIiBkPSJNMjcxLjUsOTMuNmMxMi43LDAsMjMuMy03LjUsMjguNC0xOC41bC0xNC44LThjLTIuNCw2LjEtNy42LDEwLjEtMTMuNiwxMC4xYy04LDAtMTQuNC03LjUtMTQuNC0xNwkJczYuMy0xNi43LDE0LjQtMTYuN2M2LDAsMTEuMSwzLjgsMTMuNSwxMGwxNC44LTguMUMyOTQuNywzNC4zLDI4NC4xLDI3LDI3MS41LDI3Yy0xNy44LDAtMzEuNiwxNC41LTMxLjYsMzMuMQkJUzI1My44LDkzLjUsMjcxLjUsOTMuNkwyNzEuNSw5My42eiIvPgk8cGF0aCBjbGFzcz0ic3QyIiBkPSJNMjI4LjEsOTMuMmMzLjIsMCw1LjQtMC4xLDcuNS0wLjVWNzcuNWMtMSwwLjEtMi4zLDAuMS0zLjQsMC4xYy03LjYsMC0xMC45LTMtMTAuOS0xMC45VjQzLjZoMTMuOFYyOC4zaC0xMy44CQlWNi4yaC0xNy40djIyLjFoLTEwdjE1LjNoMTB2MjYuN0MyMDMuOSw4NS45LDIxNC42LDkzLjIsMjI4LjEsOTMuMkwyMjguMSw5My4yeiIvPgk8cmVjdCB4PSIxNjguMSIgeT0iMjguMyIgY2xhc3M9InN0MiIgd2lkdGg9IjE3LjUiIGhlaWdodD0iNjMuNSIvPgk8cGF0aCBjbGFzcz0ic3QyIiBkPSJNMzIuMSw5My45YzE4LjQsMCwzMS4zLTEwLjksMzEuMy0yN2MwLTEzLjYtNy45LTIxLjgtMjEuNC0yNi43bC03LjEtMi42Yy05LjctMy41LTE0LjEtNi0xNC4xLTExLjYJCWMwLTUuMyw1LjktOC4xLDEyLjMtOC4xYzYsMCwxMS4xLDIuMSwxNS4zLDYuMWwxMS44LTEyLjJDNTMuMSw0LjYsNDMuNywxLDMzLDFDMTUuNCwxLDIuNiwxMC45LDIuNiwyNy44CQljMCwxMi4zLDcuNiwyMC42LDIyLjEsMjUuN2w3LjcsMi43YzguOSwzLjIsMTIuNyw2LjgsMTIuNywxMS45YzAsNS40LTQuOSw5LTEyLjMsOXMtMTUtNC0xOS45LTExLjFMMCw3OC42CQlDNS45LDg3LjUsMTcuOSw5My45LDMyLjEsOTMuOUwzMi4xLDkzLjl6Ii8+CTxwb2x5Z29uIGNsYXNzPSJzdDIiIHBvaW50cz0iODIuMSw5MS45IDk5LjUsOTEuOSAxMTEsNTUuOCAxMjMuMSw5MS45IDE0MC40LDkxLjkgMTYxLjMsMjguMyAxNDIuOCwyOC4zIDEzMC44LDY5IDExNy43LDI4LjMgCQkxMDQuNSwyOC4zIDkxLjcsNjkgNzkuNiwyOC4zIDYwLjksMjguMyAJIi8+CTxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik0xNzYuOSwyMmM2LDAsMTEtNSwxMS0xMS4xcy01LTExLTExLTExYy02LDAtMTEuMSw1LTExLjEsMTFTMTcwLjgsMjIsMTc2LjksMjJ6Ii8+CTxyZWN0IHg9IjM0OS40IiB5PSIxMDMuNyIgY2xhc3M9InN0MyIgd2lkdGg9IjU5LjMiIGhlaWdodD0iMTUuOCIvPjwvZz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: 170px;
  width: 170px;
  margin-left: auto;
  margin-right: 0.25rem;
}
.hidden-btn {
  min-width: auto !important;
  width: auto !important;
  margin-left: 1.25rem;
  padding: 0.35rem 0.75rem !important;
  border: 0 !important;
  background: #e6ebf0;
}
/* --------------------------------------- */
/* ----- FORMULAIRE_2022-2023.FORM_CONTACT ----- */
/* --------------------------------------- */
/*
 17.05.2023, lhi, modification de la position du bouton contact
 04.06.2024, lhi, modification du bloc contact  pour la largeur 
*/
body .bloc-content-login .btn-contact {
  position: fixed;
  display: grid;
  cursor: pointer;
  width: 130px;
  z-index: 6;
}
body .bloc-content-login .btn-contact .button {
  background-color: #FAC310;
  border: 3px solid #FAC310;
  cursor: pointer;
  border-radius: 5px;
  display: flex;
  height: 46.5px;
}
body .bloc-content-login .btn-contact .button img {
  padding-right: 1rem;
  align-self: center;
}
body .bloc-content-login .btn-contact .button p {
  align-self: center;
  font-size: 1.3rem;
  margin-right: 0.5rem;
}
body .bloc-content-login .btn-contact .button:hover {
  background-color: white;
  border: 3px solid #FAC310;
}
body .bloc-content-login .btn-contact .contact {
  padding: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: block;
  background-color: white;
  color: white;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: all 300ms ease-out;
}
body .bloc-content-login .btn-contact .contact .bloc-phone img {
  align-self: center;
}
body .bloc-content-login .btn-contact .contact::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
}
body .bloc-content-login .btn-contact .contact.show {
  top: 5rem;
  opacity: 1;
  pointer-events: initial;
}
body .bloc-content-login .btn-contact .contact div {
  display: flex;
  width: 330px;
  padding-top: 0.5rem;
}
body .bloc-content-login .btn-contact .contact div img {
  margin-left: 1rem;
  height: 30px;
  padding-top: 0.5rem;
}
body .bloc-content-login .btn-contact .contact div p {
  margin-left: 1rem;
  color: black;
  font-weight: bold;
}
body .bloc-content-login .btn-contact .contact .header-contact {
  background-color: #EFF1F3;
  display: grid;
  grid-template-columns: auto 50px;
  padding-bottom: 1rem;
}
body .bloc-content-login .btn-contact .contact .header-contact .head {
  text-align: left;
  color: black;
  margin-left: 0.3rem;
}
body .bloc-content-login .btn-contact .contact .header-contact .close img {
  width: 1rem;
  float: left;
}
/* --------------------------------------- */
/* ----- FORMULAIRE_2022-2023.FORM_GLOBALS ----- */
/* --------------------------------------- */
/*
15.08.2024, lhi, ajout classe général pour margin top
05.11.2024, lhi, ajout des espaces 
05.11.2024, lhi, ajout classe général pour les espaces
15.11.2024, lhi, couleur de text noir (sur le label)
06.12.2024, lhi, couleur de text standard
*/
* {
  font-family: "UnitRoundedproLight", sans-serif !important;
}
body {
  margin: 0;
}
body h1,
body h2 {
  margin: 0;
  padding: 0;
}
body h1 {
  font-size: 1.2rem;
  color: #333333;
}
body h2 {
  font-size: 0.8rem;
  color: #4B647D;
}
body h3 {
  font-size: 1.5rem;
}
body h4 {
  font-size: 1.15rem;
  font-weight: bold;
}
body a {
  text-decoration: none;
  color: #4475ce;
  transition: all 300ms ease-out;
  font-weight: normal;
}
body a:hover {
  border-bottom: none;
}
body .bloc-logout a {
  border-bottom: 0;
}
body .aside {
  padding: 1rem 2rem 1rem 1rem;
  border-right: 5px solid #697D91;
  border-radius: 5px;
  font-size: 1.1rem;
  margin-top: 2rem;
  background: #EFF1F3;
  font-weight: normal;
}
body .aside div.padding10 {
  background-image: url('forminscrs.img?ww_c=IC_INFO');
  background-repeat: no-repeat;
  background-position: right 1% center;
}
body .aside div.padding10 .rouge {
  margin-right: 2.5rem;
  line-height: 2rem;
}
.bloc-info {
  padding: 1rem 2rem 1rem 1rem;
  padding-right: 2rem;
  border-left: 5px solid #697D91;
  border-radius: 5px;
  margin-top: 2rem;
  font-size: 0.85rem;
  background: #eff1f3;
}
@media (min-width: 768px) {
  body {
    margin: 0;
  }
  body h1 {
    font-size: 1.2rem;
  }
  body h2 {
    font-size: 0.8rem;
  }
  body h3 {
    font-size: 1.5rem;
  }
  body h4 {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) {
  body {
    margin: 0;
  }
  body h1 {
    font-size: 1.8rem;
  }
  body h2 {
    font-size: 1.2rem;
  }
  body h3 {
    font-size: 1.5rem;
  }
  body h4 {
    font-size: 1.15rem;
  }
}
@media (min-width: 1200px) {
  body {
    margin: 0;
  }
  body h1 {
    font-size: 2rem;
  }
  body h2 {
    font-size: 1.15rem;
    font-weight: normal;
  }
  body h3 {
    font-size: 1.25rem;
  }
  body h4 {
    font-size: 1.15rem;
  }
}
.TYPE_CHAMP_DOC_DOWNLOAD:empty {
  display: none;
}
.staticText {
  margin-bottom: 0.25rem;
  margin-top: 0.5rem;
}
.staticText h1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.staticText h2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.staticText p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.margin-top-max {
  margin-top: 5rem;
}
.margin-bottom-max {
  margin-bottom: 5rem;
}
.margin-top-medium {
  margin-top: 2.5rem;
}
.margin-bottom-medium {
  margin-bottom: 2.5rem !important;
}
.half-margin-top-medium {
  margin-top: 1.5rem;
}
.half-margin-bottom-medium {
  margin-bottom: 1.5rem;
}
.margin-top-min {
  margin-top: 0.5rem;
}
.margin-bottom-min {
  margin-bottom: 0.5rem;
}
.text-color-black {
  color: #333 !important;
}
.text-color-black label {
  color: #333;
}
.text-standard {
  color: #0a0a0a !important;
  font-weight: normal;
  font-size: 1rem;
}
.text-standard label {
  color: #0a0a0a !important;
  font-weight: normal;
  font-size: 1rem;
}
.text-bold {
  font-weight: bold;
}
.add-chf label::after {
  content: " CHF";
  position: absolute;
  right: -2rem;
  color: #848181;
  top: 0.1rem;
  font-weight: normal;
}
.add-chf-bold label::after {
  content: " CHF";
  position: absolute;
  right: -2rem;
  color: #848181;
  top: 0.1rem;
  font-weight: bold;
}
.input-montant-align-right input {
  text-align: right;
}
/* -------------------------------- */
/* ----- FORMULAIRE_2022-2023.FORM_RESPONSIVE ----- */
/* -------------------------------- */
/* --- Version: 14.08.2023 ---- */
/* 
14.08.2023, pp, l'identifiant "form-personal-data" devient "form-standard"
21.08.2023, lhi, modification de page adresse
25.08.2023, lhi, modification média query
16.08.2024, lhi, modification média query
05.11.2024, lhi, evolution design
12.11.2024, lhi, amelioration design pour le mobile
05.12.2024, lhhi, évo design 
12.12.2024, lhi, fixer une taille pour la hauteur d'un iphone
15.04.2025, lhi, repositionner le bouton suivant
*/
@media screen and (min-width: 1380px) {
  html {
    background-image: url('forminscrs.img?ww_c=IC_FORM_BODY_IMG') !important;
  }
  body .bloc-content .btn-menu-bc .button {
    position: absolute;
  }
}
@media screen and (min-width: 576px) {
  html {
    background-image: none;
  }
  html .btn-menu-bc .button {
    display: none;
  }
}
/****************************21.08.23 - version tablette +*********************************/
/*
13.07.2023, lhi modification de la taille de l'ecran
21.08.2023, lhi, modification de page adresse
07.03.2024, lhi, modification de page adresse - google
07.08.2024, lhi, evolution design
05.11.2024, lhi, evolution design
12.11.2024, lhi, amelioration design pour le mobile
12.12.2024, lhi, changer la taille du media query
*/
@media screen and (max-width: 1024px) {
  html {
    background-image: none;
  }
  html body {
    /**********************Menu burger***********************/
    /***********************************************************/
  }
  html body .header {
    grid-template-columns: 1fr 120px 60px;
  }
  html body .header .logo {
    margin-left: 0;
  }
  html body .header .title {
    position: absolute;
    top: 4.5rem;
    padding-top: 0.25rem;
    width: -moz-available;
    width: -webkit-fill-available;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px;
    grid-column: 1;
    margin-left: 0;
    background-color: white;
  }
  html body .header .title h1,
  html body .header .title h2 {
    margin-left: 0.5rem;
  }
  html body .header .btn-contact {
    grid-column: 2;
    grid-row: 2;
    margin-right: auto;
    margin-top: 0;
    position: relative;
    top: -1.5rem;
    left: -0.15rem;
  }
  html body .header .btn-contact .button {
    padding: 1.1rem 0;
    width: 40px;
    height: 0;
    border-radius: 100px;
  }
  html body .header .btn-contact .button p {
    display: none;
  }
  html body .header .btn-contact .button img {
    margin-left: 0.5rem;
    width: 20px;
  }
  html body .header .btn-contact .show {
    right: -0.5rem !important;
  }
  html body .header .bloc-logout {
    grid-column: 3;
    margin-left: auto;
    margin-right: 1rem;
    padding-top: 1rem;
  }
  html body .header ul.menu-langue {
    grid-column: 2 !important;
    grid-row: 1 !important;
    margin-right: auto;
    grid-column-gap: 0.2rem;
    position: relative;
    top: -1rem;
  }
  html body .btn-menu-bc {
    position: absolute;
  }
  html body .btn-menu-bc .removeButton {
    display: block;
    background-color: #5b7086;
    border-radius: 25px;
    width: 20px;
    cursor: pointer;
    position: relative;
    top: 0.2rem;
  }
  html body .btn-menu-bc .button {
    display: grid;
    background-color: #5b7086;
    padding: 0.5rem;
    border-radius: 25px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: fixed;
    top: 1.85rem;
    right: 3.65rem;
    z-index: 210;
    align-items: center;
    justify-items: center;
  }
  html body .btn-menu-bc .button img {
    margin-left: 0.15rem;
  }
  html body .btn-menu-bc .menu-bc {
    display: grid;
    top: 0;
    position: absolute;
    left: -100rem;
    transition: all 300ms ease-out;
  }
  html body .btn-menu-bc .menu-bc.active {
    left: 0rem;
    z-index: 200;
    top: -5.5rem;
  }
  html body form .bloc-content {
    margin-top: 5rem;
    grid-template-columns: auto;
  }
  html body form .bloc-content .form-standard {
    margin-left: 0;
  }
  html body form .bloc-content .form-standard #erreur {
    margin-left: 0;
  }
  html body form .bloc-content .form-standard .form texte,
  html body form .bloc-content .form-standard .form text {
    font-size: 0.85rem;
  }
  html body form .bloc-content .form-standard .form input,
  html body form .bloc-content .form-standard .form select {
    font-size: 0.85rem;
  }
  html body form .bloc-content .form-standard .form .obl {
    display: block;
    font-size: 0.85rem;
  }
  html body form .bloc-content .form-standard .form.ww_x_avs input,
  html body form .bloc-content .form-standard .form.ww_x_matricule input {
    width: 60px;
  }
  html body form .bloc-content .form-standard .form.colB {
    margin-left: 0;
  }
  html body form .bloc-content .form-standard .form .btn-help .help {
    z-index: 100;
    left: auto;
    top: auto;
    margin-left: -0.05rem;
  }
  html body form .bloc-content .form-standard .form.lieuxGoogle input.FORM_ADRESSE_NUMERO {
    width: 70px;
  }
  html body form .bloc-content .form-standard .form.lieuxGoogle input.FORM_ADRESSE_RUE {
    width: 220px !important;
    margin-left: 5rem;
    margin-top: 1.25rem;
  }
  html body form .bloc-content .form-standard .form div.autocomplete {
    position: absolute;
    width: 100%;
    top: 100%;
  }
  html body form .bloc-content .form-standard .form div.autocomplete ul li {
    font-size: 0.85rem;
  }
  html body form .bloc-content .form-standard .TYPE_CHAMP_TOGGLE.checkbox {
    display: block;
  }
  html body form .regroupement .help-bfh {
    width: 200px;
  }
  html body .pac-container {
    left: 1rem !important;
  }
  html body .pac-container.pac-logo.autoMaps0 {
    top: 4rem !important;
  }
  html body .pac-container.pac-logo.autoMaps1 {
    top: 4rem !important;
  }
  html body .form.TYPE_CHAMP_PHOTO span {
    display: inline-block;
    padding: 0.5rem 0.5rem 0 0rem;
  }
  html body .form.TYPE_CHAMP_PHOTO .croppie-container label {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  html body .mainconsole {
    top: 7.35rem !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 576px) {
  html body form {
    height: 81vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 1rem;
  }
  html body .form-grid {
    display: block;
  }
  html body .btn-menu-bc .button {
    display: block;
  }
  html body .btn-menu-bc .button img {
    margin-left: 0.15rem;
  }
  html body .formulaire.form-standard .text-standard {
    font-size: 0.85rem !important;
  }
  html body .formulaire.form-standard .text-standard label {
    font-size: 0.85rem !important;
  }
  html body .formulaire.form-standard .form-colonne {
    display: block;
  }
  html body .formulaire.form-standard .form.colB {
    margin-left: 0 !important;
    grid-column: 1;
  }
  html body .formulaire.form-standard .form.ww_x_avs input,
  html body .formulaire.form-standard .form.ww_x_matricule input {
    width: 60px !important;
  }
  html body .formulaire.form-standard .form.TYPE_CHAMP_PHOTO fieldset {
    width: min-content;
    border: none;
    margin-left: -0.75rem;
  }
  html body .formulaire.form-standard .form.TYPE_CHAMP_TOGGLE_RADIO label:has(.lbl-radio) {
    grid-row: 2;
  }
  html body .formulaire.form-standard .form.TYPE_CHAMP_TOGGLE_RADIO .btn-help {
    grid-row: 2;
  }
  html body .formulaire.form-standard .form.TYPE_CHAMP_DOC img {
    position: relative !important;
    right: 0 !important;
    margin-top: 0;
  }
  html body .formulaire.form-standard div[id^="group_"] {
    padding-right: 2rem;
  }
  html body .formulaire .btn-help {
    grid-column: 4;
  }
  html body .formulaire .btn-help .button {
    position: relative;
    top: -0.05rem;
  }
  html body .form-breadcrumb-vertical ul.crumbs-wrapper li.crumb {
    width: 300px;
  }
  html body .pac-container {
    left: 1rem !important;
  }
  html body .pac-container.pac-logo.hdpi.autoMaps1 {
    top: 4rem !important;
  }
  html body #p_bouton {
    position: absolute;
    right: 1rem;
    float: right;
    z-index: 1;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: fit-content;
    bottom: 0.5rem;
  }
}
@media screen and (max-width: 1280px) {
  html body {
    width: auto;
  }
  html body .btn-menu-bc .button {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .form-grid input,
  .form-grid select,
  .form-grid textarea {
    min-width: 95%;
    width: 95%;
  }
}
/* FORMULAIRE_2022-2023.FORM_CREATE_ACCOUNT */
body .contenu .header {
  display: grid;
  grid-template-columns: auto auto;
  position: sticky;
  top: 0;
  z-index: 2;
  background: #EFF1F3;
  /*****logo****/
}
body .contenu .header .logo {
  background: #EFF1F3;
  padding-bottom: 1rem;
}
body .contenu .header .logo img {
  width: 100px;
  margin-left: 1rem;
  padding-top: 1rem;
  padding-left: 0.5rem;
}
body .contenu .header .logo p {
  margin-left: 1.5rem;
  color: #8fa0ac;
  padding-top: 0.5rem;
}
body .contenu .page_account {
  display: grid;
  grid-template-columns: 300px auto;
}
body .contenu .page_account .bloc-left img {
  height: 100%;
  position: fixed;
  z-index: 1;
}
body .contenu .page_account form {
  margin-left: 6rem;
  padding-top: 2rem;
}
body .contenu .page_account form h3 {
  font-size: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  margin-left: 0.35rem;
}
body .contenu .page_account form .cadre .info {
  margin-left: 0.35rem;
}
body .contenu .page_account form .cadre .info p.p_gras {
  font-weight: normal;
  font-size: 1.25rem;
  padding-bottom: 0.5rem;
}
body .contenu .page_account form .cadre ul {
  margin-left: 0.5rem;
}
body .contenu .page_account form .cadre ul li.erreur {
  list-style: none;
  border: none !important;
}
body .contenu .page_account form .cadre .create-account {
  display: flex;
  margin-left: 0.35rem;
}
body .contenu .page_account form .cadre .create-account .bloc-form {
  margin-right: 3rem;
  padding-top: 1.5rem;
}
body .contenu .page_account form .cadre .create-account .bloc-form .label-bloc {
  padding-bottom: 1rem;
}
body .contenu .page_account form .cadre .create-account .bloc-form .label-bloc label {
  font-size: 1.3rem;
  display: block;
  padding-top: 1rem;
}
body .contenu .page_account form .cadre .create-account .bloc-form .label-bloc label span {
  font-size: 1.3rem;
  margin-left: 0rem;
  font-weight: normal;
}
body .contenu .page_account form .cadre .create-account .bloc-form .input-bloc input {
  padding: 0.6rem;
  color: #4B647D;
  border: 2.5px solid #4B647D;
  font-size: 1.15rem;
  border-radius: 5px;
  width: 470px;
}
body .contenu .page_account form .cadre .create-account .bloc-form .input-bloc input:hover {
  border: 2.5px solid #f3b600;
}
body .contenu .page_account form .cadre .create-account .bloc-form .input-bloc input[type="radio"] {
  margin-top: 0rem;
  width: 25px;
  height: 25px;
  border: 2.5px solid #4B647D;
}
body .contenu .page_account form .cadre .create-account .bloc-form .input-bloc input[type="radio"]:hover {
  border: 2.5px solid #f3b600;
}
body .contenu .page_account form .cadre .create-account .bloc-form .date input {
  width: 220px;
}
body .contenu .page_account form .cadre .create-account .bloc-form img.coche {
  display: none;
}
body .contenu .page_account form .cadre .create-account .bloc-form img.croix {
  float: right;
  position: relative;
  bottom: 1.5rem;
  right: 19rem;
}
body .contenu .page_account form .cadre .create-account .bloc-form .politesse .politesse-H {
  display: grid;
  grid-template-columns: auto 380px;
  padding-bottom: 1rem;
}
body .contenu .page_account form .cadre .create-account .bloc-form .politesse .politesse-H .p-h span {
  font-size: 1.2rem;
}
body .contenu .page_account form .cadre .create-account .bloc-form .politesse .politesse-H .input-bloc {
  margin-left: 1rem;
}
body .contenu .page_account form .cadre .create-account .bloc-form .politesse .politesse-M {
  display: grid;
  grid-template-columns: auto 380px;
}
body .contenu .page_account form .cadre .create-account .bloc-form .politesse .politesse-M .p-m span {
  font-size: 1.2rem;
}
body .contenu .page_account form .cadre .create-account .bloc-form .politesse .politesse-M .input-bloc {
  margin-left: 1rem;
}
body .contenu .page_account form .cadre .create-account .bloc-form span {
  font-size: 1.15rem;
}
body .contenu .page_account form .cadre .indication {
  margin-left: 0.35rem;
}
body .contenu .page_account form .cadre .indication p {
  font-weight: normal;
  font-size: 1.15rem !important;
  color: #4B647D;
}
body .contenu .page_account form .cadre .submit-button {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}
body .contenu .page_account form .cadre .submit-button input[type="submit"] {
  width: 500px;
  background-color: #697D91;
  cursor: pointer;
  border-radius: 5px;
  border: none;
  padding: 1rem;
  color: white;
  font-size: 1.3rem;
}
body .contenu .page_account form .cadre .submit-button input[type="submit"]:hover {
  background-color: #4B647D;
}
body .contenu .page_account form .cadre_cpt {
  margin-left: 0.5rem;
}
body .contenu .page_account form .cadre_cpt p.p_gras {
  font-size: 1rem;
  padding-bottom: 1rem;
}
body .contenu .page_account form .cadre_cpt p {
  font-size: 1.15rem;
  padding-bottom: 0.5rem;
}
body .contenu .page_mdp_oublie {
  display: grid;
  grid-template-columns: 300px auto;
}
body .contenu .page_mdp_oublie .bloc-left img {
  height: 100%;
  position: fixed;
  z-index: 1;
}
body .contenu .page_mdp_oublie form {
  margin-left: 6rem;
  padding-top: 3rem;
}
body .contenu .page_mdp_oublie form h3 {
  padding-bottom: 1.5rem;
  font-size: 1.5rem;
  margin-left: 0.5rem;
}
body .contenu .page_mdp_oublie form .cadre ul.erreurs li {
  list-style-type: none;
  font-weight: bold;
  padding-top: 0.3rem;
}
body .contenu .page_mdp_oublie form .cadre .input-bloc {
  margin-left: 0.5rem;
  padding-top: 1.5rem;
}
body .contenu .page_mdp_oublie form .cadre .input-bloc label {
  display: block;
  padding-bottom: 1rem;
  font-size: 1.3rem;
  padding-top: 1rem;
}
body .contenu .page_mdp_oublie form .cadre .input-bloc input {
  padding: 0.6rem;
  color: #4B647D;
  border: 2.5px solid #4B647D;
  font-size: 1.15rem;
  border-radius: 5px;
  width: 470px;
}
body .contenu .page_mdp_oublie form .cadre .input-bloc input:hover {
  border: 2.5px solid #f3b600;
}
body .contenu .page_mdp_oublie form .cadre .input-bloc img.croix {
  display: none;
}
body .contenu .page_mdp_oublie form .cadre .bloc-indication {
  margin-left: 0.5rem;
}
body .contenu .page_mdp_oublie form .cadre .bloc-indication p {
  font-size: 1.25rem;
  padding-bottom: 0.5rem;
  width: 75%;
}
body .contenu .page_mdp_oublie form .cadre .indication {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  color: #4B647D;
  margin-left: 0.5rem;
}
body .contenu .page_mdp_oublie form .cadre .indication p {
  font-size: 1.15rem;
}
body .contenu .page_mdp_oublie form .cadre .input-button label {
  display: none;
}
body .contenu .page_mdp_oublie form .cadre .input-button input {
  width: 480px !important;
  background-color: #697D91;
  border-radius: 5px;
  border: none;
  padding: 1rem;
  color: white;
  font-size: 1.3rem;
  cursor: pointer;
}
body .contenu .page_mdp_oublie form .cadre .input-button input:hover {
  background-color: #4B647D;
}
body .contenu #piedpage {
  display: none;
}
/* -------------------------------------------- */
/* ----- FORMULAIRE_2022-2023.FORMS_ELEMS ----- */
/* -------------------------------------------- */
/*
16.05.2023, lhi, design du formulaire données personnelles
22.05.2023, lhi, modifications pour la position des champ
23.05.2023, lhi, adaptation responsive pour le mobile
31.05.2023, lhi, modification de la couleur du bouton
01.06.2023, lhi, modification pour l'affichage du texte aide
23.06.2023, lhi, ajout bouton close
10.07.2023, glo, positionnement bouton submit
14.08.2023, pp, l'identifiant "form-personal-data" devient "form-standard"
15.08.2023, lhi, ameliorer le code
18.08.2023, lhi, modifications des classes
18.08.2023, lhi, ajout du design readonly
28.08.2023, lhi, modification des colonnes A et B
28.08.2023, lhi, modification du bloc Help
09.10.2023, lhi, caché le group inactive
13.10.2023, lhi, modification design - données perso
17.10.2023, design des 4 colonnes
03.11.2023, lhi, modification du fieldset
06.11.2023, lhi, enlever la bordure pour les groupes
30.01.0224, lhi, design du type number et le numbre de caractère afficher du champ
01.02.2024, lhi, modification des toggle
15.02.2024, jc, pour que l'autocompletion Google Map suive le scroll
12.03.2024, lhi, les alignements de text 
23.04.2024, lhi, modification de la colonne checkbox de la grille
04.06.2024, lhi, modification design pour les toggle radio
03.07.2024, lhi, modification design sous titre
07.08.2024, lhi, évolution design
16.08.2023, lhi, modification pour l'affichage du texte aide
24.10.2024, lhi, évolution design
04.11.2024, lhi, général (classes)
11.11.2024, lhi, affichage du bouton help à droite d'un groupe
12.11.2024, lhi, aligner le bloc aide à gauche pour les toggle
05.12.2024, lhhi, évo design 
18.12.2024, lhi, design label des documents
10.02.2025, lhi, repositionner le bloc aide à gauche
10.02.2025, lhi, repositionnement du bouton suivant
10.02.2025, lhi, ajout classe pour aligner les champs à droite
20.02.2025, lhi, modification de la position du bouton aide
20.02.2025, lhi, modification de la position du bloc aide
15.04.2025, lhi, ajout design alert champs
15.04.2025, lhi, affichage du bouton help avec le champ (auto avec une grille)
02.05.2025, lhi, modification position bouton help pour le lieu
26.05.2025, glo, ajout du type champs montant
*/
input {
  margin-bottom: 0.35rem;
  min-width: 100%;
}
input[type="text"],
input[type="password"] {
  padding: 0.65rem;
  border: 1px solid #65798b;
  border-radius: 5px;
  transition: all 300ms ease-out;
}
input[type="text"]:hover,
input[type="password"]:hover {
  border: 1px solid #f3b600;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="text"]:focus-visible,
input[type="password"]:focus-visible {
  border: 1px solid #f3b600;
}
input[type="text"].invalide:active,
input[type="password"].invalide:active,
input[type="text"].invalide:focus,
input[type="password"].invalide:focus {
  border: 1px solid #f04124 !important;
  background-color: #fde7e3 !important;
}
input.autocompletion {
  border-left: 5px solid #697D91;
}
input.autocompletion:hover {
  border-left: 5px solid #f3b600;
}
input[type="radio"],
input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border: 1px solid #65798b;
}
input.button {
  width: max-content;
  backnd-color: #697D91;
  cursor: pointer;
  border-radius: 5px;
  border: none;
  padding: 1rem;
  color: white;
  font-size: 1.3rem;
  transition: all 300ms ease-out;
}
input.button:hover {
  background-color: #4B647D;
  border: none;
}
input[readonly=""] {
  background-color: #dddddd;
}
input[disabled=""] {
  background-color: #dddddd;
  color: #848181;
  cursor: initial;
}
input.annee-obtention {
  width: 150px;
}
div.autocomplete {
  position: relative;
}
div.autocomplete ul {
  margin: 0;
  width: 100%;
  background-color: white;
  border: 1px solid #697D91;
  height: auto;
  max-height: 40vh;
  overflow: auto;
  position: absolute;
  top: -0.3rem;
  z-index: 100;
}
div.autocomplete ul li {
  padding: 0.25rem 0.5rem;
  cursor: pointer;
  color: #4B647D;
  font-size: 0.95rem;
  position: relative;
  left: -2.5rem;
}
div.autocomplete ul li:hover {
  color: black;
}
div.autocomplete ul li.selected {
  background-color: #EFF1F3;
}
select {
  padding: 0.65rem;
  min-width: 100%;
  border: 1px solid #65798b;
  border-radius: 5px;
  color: #333333;
  background-color: white;
}
select option {
  color: #4B647D;
}
select:hover {
  border: 1px solid #f3b600;
}
select[disabled=""] {
  background-color: #dddddd;
  color: #848181;
  cursor: initial;
}
textarea {
  padding: 0.65rem;
  min-width: 100%;
  border: 1px solid #65798b;
  border-radius: 5px;
  margin-bottom: 0.25rem;
}
textarea:hover {
  border: 1px solid #f3b600;
}
textarea[disabled=""] {
  background-color: #dddddd;
  color: #848181;
  cursor: initial;
}
.arearcc-div-counter span {
  color: #D00303;
}
label {
  display: block;
  color: #697D91;
  font-weight: bold;
  font-size: 0.85rem;
}
#erreur,
#erreurs {
  color: #D00303;
  background-color: #eff1f3;
  border-radius: 5px;
  border-left: 5px solid #D00303 !important;
  font-size: 0.85rem;
  border: 0;
  margin: 0.05rem !important;
  margin-bottom: 1rem !important;
}
#erreur ul:empty,
#erreurs ul:empty {
  display: none;
}
#erreur li,
#erreurs li {
  list-style-type: none !important;
  margin-left: 0;
  color: #d00303 !important;
}
#erreur:empty,
#erreurs:empty {
  display: none;
}
.alert {
  border: 2px solid #D00303 !important;
  background-image: url('forminscrs.img?ww_c=IC-FORM_ALERT');
  background-repeat: no-repeat;
  background-position: right 1% center;
  background-size: 15px;
  padding-right: 1.5rem;
}
fieldset {
  border: none;
}
/********************* BLOC CONTENT ************************/
.bloc-content {
  display: grid;
  grid-template-columns: 23rem 1fr;
}
.bloc-content .bloc-left img {
  bottom: 0;
}
/*********************** FORMULAIRE GLOBAL **********************/
.form-standard {
  height: fit-content;
  margin-top: 1rem;
  margin-left: 1rem;
  margin-right: 2.35rem;
}
.form-standard .form {
  position: relative;
  margin-bottom: 0.75rem;
}
.form-standard .form.ww_x_avs {
  width: fit-content;
}
.form-standard .form.ww_x_avs label {
  grid-row: 1;
}
.form-standard .form.ww_x_avs input {
  min-width: auto;
  width: 60px;
  text-align: center;
  margin-right: 0.25rem;
}
.form-standard .form.ww_x_avs .obl {
  grid-row: 2;
  grid-column: 5;
}
.form-standard .form.ww_x_avs .btn-help {
  grid-row: 2;
  grid-column: 6;
  align-self: center;
}
.form-standard .form.ww_x_matricule {
  width: fit-content;
}
.form-standard .form.ww_x_matricule input {
  min-width: auto;
  width: 60px;
  text-align: center;
  margin-right: 0.25rem;
}
.form-standard .form.staticText {
  width: auto;
  margin-bottom: 0.75rem;
}
.form-standard .form.ww_x_profession text {
  display: inherit;
}
.form-standard .form.ww_i_origine input {
  padding-top: 0.4rem;
}
.form-standard .form.ww_n_approbation {
  display: grid;
}
.form-standard .form.ww_n_approbation label {
  grid-row: 1;
  grid-column: 2;
  text-align: left;
}
.form-standard .form.ww_n_approbation input[disabled] {
  grid-row: 1;
  grid-column: 1;
}
.form-standard .form.Anrede {
  grid-column: 1;
  margin-top: 0;
}
.form-standard .form.Anrede texte {
  font-weight: bold;
}
.form-standard .form.prenom_nom {
  grid-column: 1;
  margin-top: 0;
}
.form-standard .form.prenom_nom texte {
  font-weight: bold;
}
.form-standard .form.date_naissance {
  grid-column: 1;
  margin-top: 0;
}
.form-standard .form.date_naissance texte {
  font-weight: bold;
}
.form-standard .form.email_prive {
  grid-column: 1;
  margin-top: 0;
}
.form-standard .form.email_prive texte {
  font-weight: bold;
}
.form-standard .form.lieuxGoogle {
  display: grid;
}
.form-standard .form.lieuxGoogle input.FORM_ADRESSE_NUMERO {
  width: 60px;
}
.form-standard .form.lieuxGoogle input.FORM_ADRESSE_RUE {
  width: 330px;
  margin-left: 4.35rem;
  position: absolute;
  margin-top: 2.55rem;
}
.form-standard .form .btn-help {
  position: absolute;
  top: 40%;
  right: -1.5rem;
}
.form-standard .form.TYPE_CHAMP_TOGGLE .btn-help {
  top: 0 !important;
}
.form-standard .form.TYPE_CHAMP_DOC .btn-help {
  top: 50%;
  right: -25px;
}
.form-standard .form.TYPE_CHAMP_TOGGLE_RADIO {
  margin-bottom: 2px;
  padding-bottom: 0.35rem;
}
.form-standard .form.TYPE_CHAMP_TOGGLE_RADIO .btn-help {
  top: 0.5rem;
  right: 10px;
}
.form-standard .form.TYPE_CHAMP_BOUTON .btn-help {
  top: 0.2rem !important;
}
.form-standard .form.ww_k_moyenPaiement {
  grid-template-columns: 350px 100px;
  width: max-content;
  grid-column-gap: 3rem;
}
.form-standard .form.ww_k_moyenPaiement input {
  grid-column: 2;
  margin-top: 0;
  margin-left: auto;
}
.form-standard .form.ww_k_moyenPaiement label {
  grid-column: 1;
}
.form-standard .form.ww_k_moyenPaiement label:last-child {
  grid-row: 2;
}
.form-standard .form.ww_x_montant,
.form-standard .form.ww_x_supplement,
.form-standard .form.ww_x_taxeExam,
.form-standard .form.ww_x_total {
  grid-template-columns: 350px 100px;
  width: max-content;
  margin-bottom: 0 !important;
}
.form-standard .form.ww_x_montant label,
.form-standard .form.ww_x_supplement label,
.form-standard .form.ww_x_taxeExam label,
.form-standard .form.ww_x_total label,
.form-standard .form.ww_x_montant input,
.form-standard .form.ww_x_supplement input,
.form-standard .form.ww_x_taxeExam input,
.form-standard .form.ww_x_total input {
  margin: 0 !important;
  padding: 0 !important;
}
.form-standard .form.ww_x_montant input,
.form-standard .form.ww_x_supplement input,
.form-standard .form.ww_x_taxeExam input,
.form-standard .form.ww_x_total input {
  padding: 0 !important;
}
.form-standard .form.ww_x_total input,
.form-standard .form.ww_x_total label {
  font-weight: bold;
}
.champ-inactive {
  display: none!important;
}
.grp-inactive {
  display: none !important;
}
/******************* BUTTON SAVE AND NEXT PAGE *****************/
#p_bouton {
  position: relative;
  right: 2.95rem;
  float: right;
  z-index: 1;
  margin-top: 0.5rem;
}
#p_bouton input {
  padding: 0.65rem 0.5rem 0.5rem 2.5rem;
  background-color: #333333;
  cursor: pointer;
  border-radius: 5px;
  border: none;
  color: white;
  background-image: url(forminscrs.img?ww_c=IC_ARROW_RIGHT);
  background-repeat: no-repeat;
  background-position: left 0.75rem top 0.85em;
  background-size: 18px;
  width: auto;
  font-size: 0.9rem;
}
#p_bouton input:hover {
  background-color: #697D91;
}
#p_bouton input[disabled=""] {
  background-color: #dddddd;
  color: #848181;
  cursor: initial;
  background-image: url(forminscrs.img?ww_c=IC_FORM_ARROW_RIGHT_DISABLED) !important;
  background-repeat: no-repeat;
}
.staticText text b {
  color: #333333;
}
.staticText h1,
.staticText h2 {
  color: #4B647D;
  font-size: 1.15rem;
  font-weight: normal;
  width: max-content;
}
p {
  margin: 0;
  padding-bottom: 0.15rem;
}
/********************** BUTTON HELP **********************/
.btn-help {
  position: relative;
  grid-column: 2;
}
.btn-help .button img {
  cursor: pointer;
  width: 22px;
}
.btn-help .help-bfh.active {
  right: 1.5rem;
  top: 2rem;
}
.btn-help .help {
  transition: all 300ms ease-out;
  display: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background-color: white;
  border-radius: 6px;
  width: 300px;
  left: auto;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: 5;
}
.btn-help .help .btn-close {
  background: #eff1f3;
  padding: 0.5rem;
}
.btn-help .help .btn-close .close {
  display: none;
}
.btn-help .help .btn-close span {
  font-weight: bold;
}
.btn-help .help .bloc-text-help {
  padding: 0.5rem;
}
.btn-help .help.active {
  display: block;
  opacity: 1;
  position: absolute;
}
.staticText:has(.btn-help.regroupement) {
  display: flex;
}
.staticText:has(.btn-help.regroupement) .regroupement {
  position: relative;
  left: 1rem;
  top: -0.1rem;
  align-self: center;
}
.form.ww_b_checkecoleCom .help-bfh.active {
  left: initial;
  top: 1.85rem;
}
.simple-groupe {
  border-bottom: none !important;
}
.togglebouton {
  background-color: #eff1f3;
  padding: 0.35rem;
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: auto auto;
  cursor: pointer;
  border-radius: 5px;
}
.togglebouton .togglebouton_label {
  color: #4B647D;
  align-self: center;
  text-transform: uppercase;
  position: relative;
  top: 0.15rem;
}
.togglebouton .togglebouton_icone_open {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MnB4IiBoZWlnaHQ9IjUycHgiIHZpZXdCb3g9IjAgMCA1MCA1MCI+PHBhdGggZD0iTTQ0Ljc0LDM5LjI1TDI1LDE5LjUyLDUuMjYsMzkuMjVhMS4zNiwxLjM2LDAsMCwxLTEuOTIsMEwwLjQsMzYuMzFhMS4zNiwxLjM2LDAsMCwxLDAtMS45MkwyNCwxMC43NWExLjM2LDEuMzYsMCwwLDEsMS45MiwwTDQ5LjYsMzQuMzlhMS4zNiwxLjM2LDAsMCwxLDAsMS45MmwtMi45NCwyLjk0QTEuMzYsMS4zNiwwLDAsMSw0NC43NCwzOS4yNVoiIHN0eWxlPSJmaWxsOiM0QjY0N0QiPjwvcGF0aD48L3N2Zz4=");
  background-repeat: no-repeat;
  padding: 0.75rem;
  background-size: 20px;
  background-position: right;
}
.togglebouton .togglebouton_icone_close {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MnB4IiBoZWlnaHQ9IjUycHgiIHZpZXdCb3g9IjAgMCA1MCA1MCI+PHBhdGggZD0iTTUuMjYsMTAuNzVMMjUsMzAuNDgsNDQuNzQsMTAuNzVhMS4zNiwxLjM2LDAsMCwxLDEuOTIsMGwyLjk0LDIuOTRhMS4zNiwxLjM2LDAsMCwxLDAsMS45MkwyNiwzOS4yNWExLjM2LDEuMzYsMCwwLDEtMS45MiwwTDAuNCwxNS42MWExLjM2LDEuMzYsMCwwLDEsMC0xLjkybDIuOTQtMi45NEExLjM2LDEuMzYsMCwwLDEsNS4yNiwxMC43NVoiIHN0eWxlPSJmaWxsOiM0QjY0N0QiPjwvcGF0aD48L3N2Zz4=");
  background-repeat: no-repeat;
  padding: 0.75rem;
  background-size: 20px;
  background-position: right;
}
#ww_b_imageprofil {
  width: auto;
  height: 100px;
  text-align: center;
}
.arearcc-div-counter {
  float: right;
  position: relative;
  top: -0.5rem;
}
.arearcc-div-counter span {
  color: #333333;
}
input[type="number"] {
  -moz-appearance: textfield;
  /* Firefox */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  /* Safari, Chrome */
  margin: 0;
}
input[type="number"] {
  appearance: textfield;
  /* Edge */
}
input[type="number"] {
  padding: 0.65rem;
  border: 1px solid #65798b;
  border-radius: 5px;
  transition: all 300ms ease-out;
}
input[type="month"] {
  padding: 0.65rem;
  border: 1px solid #65798b;
  border-radius: 5px;
  transition: all 300ms ease-out;
}
input[type="checkbox"] {
  /*-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;*/
  padding: 0.85rem;
  /*background-image: url('forminscrs.img?ww_c=IC_FORM_EMPTY_CHECKBOX');
  background-repeat: no-repeat;
  border: 0;*/
  min-width: auto;
  cursor: pointer;
  margin-right: 0.5rem;
}
/* Style du checkbox lorsque coché */
ul li.alert {
  position: fixed;
  background-color: #ffdede;
  border-radius: 5px;
  top: 10rem;
  right: 20rem;
  z-index: 10000;
  list-style-type: none;
  border: 0 !important;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  padding-left: 0.35rem;
}
ul li.alert::before {
  background-image: url('forminscrs.img?ww_c=IC-FORM_ALERT');
  background-repeat: no-repeat;
  background-position: left 1% center;
}
.form {
  position: relative;
}
.form .pac-container {
  left: 1px!important;
  top: 61px!important;
}
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNXB4IiBoZWlnaHQ9IjI1cHgiIHZpZXdCb3g9IjAgMCA1MCA1MCI+PHBhdGggZD0iTTUwLDI1YzAsMTMuODEtMTEuMTksMjUtMjUsMjVTMCwzOC44MSwwLDI1UzExLjE5LDAsMjUsMFM1MCwxMS4xOSw1MCwyNXogTTQ1LjgzLDI1YzAtMTEuNDktOS4zNC0yMC44My0yMC44My0yMC44M1M0LjE3LDEzLjUxLDQuMTcsMjVTMTMuNTEsNDUuODMsMjUsNDUuODNTNDUuODMsMzYuNDksNDUuODMsMjV6IiBzdHlsZT0iZmlsbDojNjY2NjY2Ij48L3BhdGg+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: 20px;
  border: 0;
  min-width: auto;
  cursor: pointer;
  border: 0 !important;
  margin-top: 0.25rem;
}
/* Style du checkbox lorsque coché */
input[type="radio"]:checked {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNXB4IiBoZWlnaHQ9IjI1cHgiIHZpZXdCb3g9IjAgMCA1MCA1MCI+PHBhdGggZD0iTTUwLDI1YzAsMTMuODEtMTEuMTksMjUtMjUsMjVTMCwzOC44MSwwLDI1UzExLjE5LDAsMjUsMFM1MCwxMS4xOSw1MCwyNXogTTQ1LjgzLDI1YzAtMTEuNDktOS4zNC0yMC44My0yMC44My0yMC44M1M0LjE3LDEzLjUxLDQuMTcsMjVTMTMuNTEsNDUuODMsMjUsNDUuODNTNDUuODMsMzYuNDksNDUuODMsMjV6IE0zOS41NywyNWMwLTguMDQtNi41NC0xNC41Ny0xNC41Ny0xNC41N1MxMC40MywxNi45NiwxMC40MywyNVMxNi45NiwzOS41NywyNSwzOS41N1MzOS41NywzMy4wNCwzOS41NywyNXoiIHN0eWxlPSJmaWxsOiM0YjY0N2QiPjwvcGF0aD48L3N2Zz4=");
}
#liste_formulaire .padding10 {
  padding: 0.5rem;
}
#liste_formulaire .libelle_inscription_wb {
  width: auto !important;
}
#liste_formulaire .liste_inscription_wb a {
  font-size: 0.85rem;
}
#liste_formulaire .liste_inscription_wb a:hover {
  background: #AC7406;
}
#liste_formulaire .lien_instance_suivi_wb {
  padding: 0 !important;
}
#liste_formulaire #liste_instance_wb {
  margin-bottom: 1.5rem;
}
#liste_formulaire .lien_instance_suivi_wb {
  text-decoration: none !important;
}
#liste_formulaire .lien_instance_suivi_wb::after {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgMCA1MCA1MCI+PHBhdGggZD0iTTQ1LjYzLDE4LjAxYy0wLjAyLTAuMTEtMC4wNi0wLjIxLTAuMS0wLjMxYy0wLjAyLTAuMDUtMC4wMy0wLjEtMC4wNS0wLjE1Yy0wLjA1LTAuMTEtMC4xMS0wLjIxLTAuMTctMC4zMWMtMC4wMi0wLjA0LTAuMDQtMC4wOC0wLjA2LTAuMTFjLTAuMDktMC4xMy0wLjE5LTAuMjYtMC4zMS0wLjM3TDI4LjkzLDAuNzNjLTAuMTEtMC4xMS0wLjI0LTAuMjItMC4zNy0wLjMxYy0wLjA0LTAuMDItMC4wOC0wLjA0LTAuMTEtMC4wNmMtMC4xLTAuMDYtMC4yLTAuMTItMC4zMS0wLjE3Yy0wLjA1LTAuMDItMC4xLTAuMDMtMC4xNS0wLjA1Yy0wLjEtMC4wNC0wLjItMC4wNy0wLjMxLTAuMUMyNy41MSwwLjAyLDI3LjM0LDAsMjcuMTgsMEgxMS40MmMtMy45MiwwLTcuMSwzLjE4LTcuMSw3LjF2MzUuOGMwLDMuOTIsMy4xOCw3LjEsNy4xLDcuMWgyNy4xNWMzLjkyLDAsNy4xLTMuMTgsNy4xLTcuMVYxOC41QzQ1LjY4LDE4LjMzLDQ1LjY2LDE4LjE3LDQ1LjYzLDE4LjAxek0yOS42Niw4LjQ3bDcuNTQsNy41NGgtNy41NFY4LjQ3ek0zOC41OCw0NS4wNEgxMS40MmMtMS4xOCwwLTIuMTQtMC45Ni0yLjE0LTIuMTRWNy4xYzAtMS4xOCwwLjk2LTIuMTQsMi4xNC0yLjE0aDEzLjI3VjE4LjVjMCwxLjM3LDEuMTEsMi40OCwyLjQ4LDIuNDhoMTMuNTRWNDIuOUM0MC43MSw0NC4wOCwzOS43NSw0NS4wNCwzOC41OCw0NS4wNHoiIHN0eWxlPSJmaWxsOiNiZDdlMDAiPjwvcGF0aD48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: center right;
  position: relative;
  top: 0.25rem;
  left: 0.5rem;
}
.text-align-left {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
.form.TYPE_CHAMP_TOGGLE.checkbox {
  display: flex;
}
.form.TYPE_CHAMP_TOGGLE.checkbox input {
  align-self: center;
}
.form.TYPE_CHAMP_TOGGLE.checkbox label {
  align-self: center;
  cursor: pointer;
}
.TYPE_CHAMP_TOGGLE_RADIO {
  display: grid;
  grid-template-columns: 1fr 0.15fr 0.15fr 30px;
  background-color: #eff1f3;
  padding: 0.25rem;
  border-radius: 4px;
  grid-column-gap: 0.5rem;
  margin-bottom: 2px;
  padding-bottom: 0.3rem;
}
.TYPE_CHAMP_TOGGLE_RADIO label {
  align-self: center;
}
label:has(.lbl-radio) {
  display: flex;
  position: relative;
  top: 0.15rem;
}
label .lbl-radio {
  margin-right: 0.5rem;
  align-self: center;
}
label:nth-child(2):has(.lbl-radio) {
  margin-left: auto;
}
label .toggleradio.radio {
  grid-column: 1;
}
.TYPE_CHAMP_RADIO {
  display: grid;
  grid-template-columns: max-content auto;
  grid-column-gap: 1rem;
  align-items: center;
}
.TYPE_CHAMP_RADIO input[type="radio"] {
  grid-column: 1 / span 1;
}
.TYPE_CHAMP_RADIO label {
  grid-column: 2 / span 1;
}
.TYPE_CHAMP_RADIO label:first-of-type {
  grid-row: 1;
}
.TYPE_CHAMP_RADIO label:empty {
  display: none;
}
.TYPE_CHAMP_TEXT.label-field-inline,
.TYPE_CHAMP_MONTANT.label-field-inline {
  display: grid;
  grid-template-columns: max-content auto;
  grid-column-gap: 1rem;
  align-items: center;
}
.TYPE_CHAMP_TEXT.label-field-inline input[type="text"],
.TYPE_CHAMP_MONTANT.label-field-inline input[type="text"] {
  grid-column: 2 / span 1;
}
.TYPE_CHAMP_TEXT.label-field-inline label,
.TYPE_CHAMP_MONTANT.label-field-inline label {
  grid-column: 1 / span 1;
}
.TYPE_CHAMP_TEXT.input-readonly-blank input[readonly=""],
.TYPE_CHAMP_MONTANT.input-readonly-blank input[readonly=""] {
  color: #848181;
  background-color: initial;
  border: none;
}
.TYPE_CHAMP_TEXT.input-readonly-blank input[readonly=""]:hover,
.TYPE_CHAMP_MONTANT.input-readonly-blank input[readonly=""]:hover,
.TYPE_CHAMP_TEXT.input-readonly-blank input[readonly=""]:focus,
.TYPE_CHAMP_MONTANT.input-readonly-blank input[readonly=""]:focus,
.TYPE_CHAMP_TEXT.input-readonly-blank input[readonly=""]:focus-visible,
.TYPE_CHAMP_MONTANT.input-readonly-blank input[readonly=""]:focus-visible {
  background-color: initial;
  border: none;
  outline: none;
}
.TYPE_CHAMP_DOC div[id^="del_upload_file"] {
  position: absolute;
  right: -3rem;
  top: 50%;
}
.padding-top-minmum {
  padding-top: 0.5rem;
}
.padding-bottom-minmum {
  padding-bottom: 0.5rem;
}
.padding-bottom-pixels {
  padding-bottom: 10px;
}
.form-grid:has(.ww_b_photo) {
  margin-left: 0;
}
.doc-upload-lbl {
  display: block;
  color: #697D91;
  font-weight: bold;
  font-size: 0.85rem;
}
.input-align-right {
  text-align: right;
  margin-right: auto;
}
.mainconsole {
  position: absolute;
  top: 4.35rem !important;
  width: 90rem;
  margin-left: auto;
  margin-right: auto;
}
.mainconsole ul {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}
.mainconsole ul li {
  background-color: #ffdede;
  border-radius: 4px;
  padding: 0.25rem;
  list-style-type: none;
  color: #f04124;
  font-size: 0.75rem;
  width: fit-content;
  text-align: right;
  position: absolute;
  right: 1rem;
}
#div_ww_i_lieuace {
  display: grid;
}
#div_ww_i_lieuace label {
  grid-column: 1;
}
#div_ww_i_lieuace input {
  grid-column: 1;
  grid-row: 2;
}
#div_ww_i_lieuace .btn-help {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  top: initial;
}
#div_ww_i_lieuace .btn-help img {
  object-fit: cover;
  height: 22px;
  position: relative;
  left: 0.25rem;
}
/* ----- FORMULAIRE_2022-2023.VISIBILITY ----- */
.show-block {
  display: block!important;
}
.show-inline-block {
  display: inline-block !important;
}
.show-inline {
  display: inline!important;
}
.show-flex {
  display: flex!important;
}
.show-grid {
  display: grid!important;
}
.show-table {
  display: table!important;
}
.show-table-cell {
  display: table-cell !important;
}
.show-table-row {
  display: table-row !important;
}
.show-reset {
  display: initial!important;
}
.show-visibility {
  visibility: visible!important;
}
.hide-none {
  display: none!important;
}
.hide-hidden {
  visibility: hidden!important;
}
.show-small-por-only {
  display: grid!important;
}
.show-xsmall-only {
  display: grid!important;
}
.show-xsmall-up {
  display: grid!important;
}
.show-small-only {
  display: none!important;
}
.show-small-up {
  display: none!important;
}
.show-small-down {
  display: grid!important;
}
.show-medium-only {
  display: none!important;
}
.show-medium-up {
  display: none!important;
}
.show-medium-down {
  display: grid!important;
}
.show-large-only {
  display: none!important;
}
.show-large-up {
  display: none!important;
}
.show-large-down {
  display: grid!important;
}
.show-xlarge-only {
  display: none!important;
}
.show-xlarge-up {
  display: none!important;
}
.show-xlarge-down {
  display: grid!important;
}
.hide-small-por-only {
  display: none!important;
}
.hide-xsmall-only {
  display: none!important;
}
.hide-xsmall-up {
  display: none!important;
}
.hide-xsmall-down {
  display: none!important;
}
.hide-small-only {
  display: grid!important;
}
.hide-small-up {
  display: grid!important;
}
.hide-small-down {
  display: none!important;
}
.hide-medium-only {
  display: grid!important;
}
.hide-medium-up {
  display: grid!important;
}
.hide-medium-down {
  display: none!important;
}
.hide-large-only {
  display: grid!important;
}
.hide-large-up {
  display: grid!important;
}
.hide-large-down {
  display: none!important;
}
.hide-xlarge-only {
  display: grid!important;
}
.hide-xlarge-up {
  display: grid!important;
}
.hide-xlarge-down {
  display: none!important;
}
@media (min-width: 576px) {
  .show-small-por-only {
    display: none!important;
  }
  .show-xsmall-only {
    display: none!important;
  }
  .show-xsmall-up {
    display: grid!important;
  }
  .show-small-only {
    display: grid!important;
  }
  .show-small-up {
    display: grid!important;
  }
  .show-small-down {
    display: grid!important;
  }
  .show-medium-only {
    display: none!important;
  }
  .show-medium-up {
    display: none!important;
  }
  .show-medium-down {
    display: grid!important;
  }
  .show-large-only {
    display: none!important;
  }
  .show-large-up {
    display: none!important;
  }
  .show-large-down {
    display: grid!important;
  }
  .show-xlarge-only {
    display: none!important;
  }
  .show-xlarge-up {
    display: none!important;
  }
  .show-xlarge-down {
    display: grid!important;
  }
  .hide-small-por-only {
    display: grid!important;
  }
  .hide-xsmall-only {
    display: grid!important;
  }
  .hide-xsmall-up {
    display: none!important;
  }
  .hide-xsmall-down {
    display: grid!important;
  }
  .hide-small-only {
    display: none!important;
  }
  .hide-small-up {
    display: none!important;
  }
  .hide-small-down {
    display: none!important;
  }
  .hide-medium-only {
    display: grid!important;
  }
  .hide-medium-up {
    display: grid!important;
  }
  .hide-medium-down {
    display: none!important;
  }
  .hide-large-only {
    display: grid!important;
  }
  .hide-large-up {
    display: grid!important;
  }
  .hide-large-down {
    display: none!important;
  }
  .hide-xlarge-only {
    display: grid!important;
  }
  .hide-xlarge-up {
    display: grid!important;
  }
  .hide-xlarge-down {
    display: none!important;
  }
}
@media (min-width: 768px) {
  .show-small-por-only {
    display: none!important;
  }
  .show-xsmall-only {
    display: none!important;
  }
  .show-xsmall-up {
    display: grid!important;
  }
  .show-small-only {
    display: none!important;
  }
  .show-small-up {
    display: grid!important;
  }
  .show-small-down {
    display: none!important;
  }
  .show-medium-only {
    display: grid!important;
  }
  .show-medium-up {
    display: grid!important;
  }
  .show-medium-down {
    display: grid!important;
  }
  .show-large-only {
    display: none!important;
  }
  .show-large-up {
    display: none!important;
  }
  .show-large-down {
    display: grid!important;
  }
  .show-xlarge-only {
    display: none!important;
  }
  .show-xlarge-up {
    display: none!important;
  }
  .show-xlarge-down {
    display: grid!important;
  }
  .hide-small-por-only {
    display: none!important;
  }
  .hide-xsmall-only {
    display: grid!important;
  }
  .hide-xsmall-up {
    display: none!important;
  }
  .hide-xsmall-down {
    display: grid!important;
  }
  .hide-small-only {
    display: grid!important;
  }
  .hide-small-up {
    display: none!important;
  }
  .hide-small-down {
    display: grid!important;
  }
  .hide-medium-only {
    display: none!important;
  }
  .hide-medium-up {
    display: none!important;
  }
  .hide-medium-down {
    display: none!important;
  }
  .hide-large-only {
    display: grid!important;
  }
  .hide-large-up {
    display: grid!important;
  }
  .hide-large-down {
    display: none!important;
  }
  .hide-xlarge-only {
    display: grid!important;
  }
  .hide-xlarge-up {
    display: grid!important;
  }
  .hide-xlarge-down {
    display: none!important;
  }
}
@media (min-width: 992px) {
  .show-small-por-only {
    display: none!important;
  }
  .show-xsmall-only {
    display: none!important;
  }
  .show-xsmall-up {
    display: grid!important;
  }
  .show-small-only {
    display: none!important;
  }
  .show-small-up {
    display: grid!important;
  }
  .show-small-down {
    display: none!important;
  }
  .show-medium-only {
    display: none!important;
  }
  .show-medium-up {
    display: grid!important;
  }
  .show-medium-down {
    display: none!important;
  }
  .show-large-only {
    display: grid!important;
  }
  .show-large-up {
    display: grid!important;
  }
  .show-large-down {
    display: grid!important;
  }
  .show-xlarge-only {
    display: none!important;
  }
  .show-xlarge-up {
    display: none!important;
  }
  .show-xlarge-down {
    display: grid!important;
  }
  .hide-small-por-only {
    display: none!important;
  }
  .hide-xsmall-only {
    display: grid!important;
  }
  .hide-xsmall-up {
    display: none!important;
  }
  .hide-xsmall-down {
    display: grid!important;
  }
  .hide-small-only {
    display: grid!important;
  }
  .hide-small-up {
    display: none!important;
  }
  .hide-small-down {
    display: grid!important;
  }
  .hide-medium-only {
    display: grid!important;
  }
  .hide-medium-up {
    display: none!important;
  }
  .hide-medium-down {
    display: grid!important;
  }
  .hide-large-only {
    display: none!important;
  }
  .hide-large-up {
    display: grid!important;
  }
  .hide-large-down {
    display: none!important;
  }
  .hide-xlarge-only {
    display: grid!important;
  }
  .hide-xlarge-up {
    display: grid!important;
  }
  .hide-xlarge-down {
    display: none!important;
  }
}
@media (min-width: 1200px) {
  .show-small-por-only {
    display: none!important;
  }
  .show-xsmall-only {
    display: none!important;
  }
  .show-xsmall-up {
    display: grid!important;
  }
  .show-small-only {
    display: none!important;
  }
  .show-small-up {
    display: grid!important;
  }
  .show-small-down {
    display: none!important;
  }
  .show-medium-only {
    display: none!important;
  }
  .show-medium-up {
    display: grid!important;
  }
  .show-medium-down {
    display: none!important;
  }
  .show-large-only {
    display: none!important;
  }
  .show-large-up {
    display: grid!important;
  }
  .show-large-down {
    display: none!important;
  }
  .show-xlarge-only {
    display: grid!important;
  }
  .show-xlarge-up {
    display: grid!important;
  }
  .show-xlarge-down {
    display: grid!important;
  }
  .hide-small-por-only {
    display: none!important;
  }
  .hide-xsmall-only {
    display: grid!important;
  }
  .hide-xsmall-up {
    display: none!important;
  }
  .hide-xsmall-down {
    display: grid!important;
  }
  .hide-small-only {
    display: grid!important;
  }
  .hide-small-up {
    display: none!important;
  }
  .hide-small-down {
    display: grid!important;
  }
  .hide-medium-only {
    display: grid!important;
  }
  .hide-medium-up {
    display: none!important;
  }
  .hide-medium-down {
    display: grid!important;
  }
  .hide-large-only {
    display: grid!important;
  }
  .hide-large-up {
    display: none!important;
  }
  .hide-large-down {
    display: grid!important;
  }
  .hide-xlarge-only {
    display: none!important;
  }
  .hide-xlarge-up {
    display: none!important;
  }
  .hide-xlarge-down {
    display: none!important;
  }
}
/* ------------------------------------ */
/* ----- FORMULAIRE_2022-2023.FORM_DROPZONE ----- */
/* ------------------------------------ */
div.lst-input-file {
  max-width: 100%;
  margin-left: 0;
}
div.ewnet-filedropzone {
  position: relative;
  width: auto;
  border: 1px dashed #64788b;
  border-radius: 5px;
  padding: 0.2rem;
  color: #64788b;
  font-size: 0.6rem;
  max-width: initial;
  background-color: rgba(100, 120, 139, 0.12);
  cursor: pointer;
}
div.ewnet-filedropzone div.ewnet-filedropzone-helper {
  padding-top: 0.5rem;
}
div.ewnet-filedropzone div.ewnet-filedropzone-helper span.ewnet-filedropzone {
  display: block;
  text-align: center;
  font-style: italic;
  font-size: 0.65rem;
}
div.ewnet-filedropzone.ewnet-filedropzone-dragging {
  box-inshadow: 0px 0px 5px 0px #cccccc;
}
div.ewnet-filedropzone.ewnet-filedropzone-dragging span.ewnet-filedropzone {
  opacity: 0.5;
}
.prtl-crop-zone .croppie-container {
  position: relative;
  margin-top: 1rem;
}
.prtl-crop-zone .croppie-container input.prtl-crop-upload-button {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  opacity: 0;
}
.prtl-crop-zone .croppie-container input.prtl-crop-upload-button + label {
  width: 100%;
  height: 70px;
  background-color: #EFF1F3;
  border: 1px dashed #64788b;
  border-radius: 5px;
  padding: 0.2rem;
  margin-bottom: 1rem;
  color: #64788b;
  font-size: 0.6rem;
  display: grid;
  overflow: hidden;
  z-index: 2;
  align-items: center;
  justify-items: center;
  text-align: center;
  line-height: 1.5;
  font-size: 0.7rem;
  font-style: italic;
  transition: all 300ms ease-out;
  cursor: pointer;
  font-weight: normal;
}
.prtl-crop-zone .croppie-container input.prtl-crop-upload-button:hover + label {
  background-color: rgb(216 221 226);
}
.ww_b_photo {
  width: max-content;
  grid-column: 1 !important;
}
.ww_b_photo .prtl-crop-zone {
  margin-left: auto;
  margin-right: auto;
}
.ww_b_photo .prtl-crop-zone .prtl-crop-buttons .prtl-crop-rotate-container {
  text-align: center;
}
.ww_b_photo .prtl-crop-zone .prtl-crop-buttons .prtl-crop-rotate-container .prtl-crop-button {
  width: auto;
}
.ww_b_photo .prtl-crop-zone .prtl-crop-buttons .prtl-crop-rotate-container .cr-result.prtl-crop-button {
  padding: 0.35rem 0.35rem 0.15rem 0.35rem;
  margin: 0 0.2rem;
  background-color: #EFF1F3;
  color: #64788b;
  cursor: pointer;
  outline: none;
  border: 1px solid #C1C9D1;
  border-radius: 3px;
  font-size: 0.9rem;
  min-width: auto;
}
.ww_b_photo .prtl-crop-zone .prtl-crop-buttons .prtl-crop-rotate-container .cr-result.prtl-crop-button:hover {
  background-color: #4B647D;
  color: white;
  border: 1px solid #4B647D;
}
.document-dragndrop .doc-upload {
  grid-column: 1;
  position: relative;
  width: 350px;
  border: 1px dashed #64788b;
  border-radius: 5px;
  padding: 0.2rem;
  color: #64788b;
  font-size: 0.6rem;
  max-width: initial;
  background-color: rgba(100, 120, 139, 0.12);
  cursor: pointer;
  height: 70px;
  text-align: center;
  display: grid;
  grid-template-rows: auto;
  align-items: center;
  margin-top: 0.5rem;
}
.document-dragndrop .doc-upload div.doc-upload-lbl {
  position: absolute;
  top: -20px;
  display: block;
  color: #64788b;
  font-weight: bold;
  font-size: 0.85rem;
  margin-bottom: 0.35rem;
}
.document-dragndrop .doc-upload input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.document-dragndrop .doc-upload label {
  display: block;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 1.2;
  text-align: center;
  font-style: italic;
  color: #64788b;
}
.document-dragndrop .doc-upload label br {
  font-size: 0.1rem;
}
.TYPE_CHAMP_DOC label center {
  text-align: left;
}
.TYPE_CHAMP_DOC img {
  cursor: pointer;
}
.TYPE_CHAMP_DOC .document-dragndrop {
  grid-column: 1;
  cursor: pointer;
  height: 39.05px;
}
.TYPE_CHAMP_DOC .document-dragndrop input {
  padding: 0.5rem 0.75rem 0.5rem 0.5rem;
  font-size: 0.75rem;
  position: relative;
}
.TYPE_CHAMP_DOC .document-dragndrop input:hover {
  background-color: #4B647D;
  color: white;
  padding: 0.5rem 0.75rem 0.6rem 0.5rem;
}
.TYPE_CHAMP_DOC .document-dragndrop input[disabled=""]:hover {
  padding: 0.5rem 0.75rem 0.55rem 0.5rem;
}
.TYPE_CHAMP_DOC .doc-download-img {
  grid-column: 2;
  width: max-content;
  margin-left: 0.5rem;
  align-self: center;
}
.TYPE_CHAMP_DOC .doc-download-img span {
  font-size: 0.85rem !important;
}
.TYPE_CHAMP_DOC .doc-download-img img {
  height: auto !important;
}
.TYPE_CHAMP_TEXT {
  align-self: center;
}
.TYPE_CHAMP_DOC_DOWNLOAD {
  width: max-content;
  align-self: center;
}
.TYPE_CHAMP_DOC_DOWNLOAD span {
  font-size: 0.75rem;
}
.TYPE_CHAMP_DOC_DOWNLOAD img {
  height: auto !important;
  cursor: pointer;
}
.TYPE_CHAMP_DOC_DOWNLOAD img.withPointer {
  width: 18px;
}
.TYPE_CHAMP_DOC_DOWNLOAD .btn-help .button {
  top: -1.5rem;
  left: 2rem !important;
}
.ligne20.col-C.TYPE_CHAMP_TEXT {
  margin-top: 3rem;
}
.hide-label-alumni .doc-upload-lbl {
  display: none;
}
/* -------------------------------- */
/* ----- FORMULAIRE_2022-2023.FORM_ACTION-BUTTON ----- */
/* -------------------------------- */
/* --- Version: 31.08.2023 ---- */
.TYPE_CHAMP_BOUTON label:empty {
  display: none;
}
.TYPE_CHAMP_BOUTON text:empty {
  display: none;
}
.TYPE_CHAMP_BOUTON div[class^="bouton_"] {
  background-color: #eff1f3;
  border: 1px solid #C1C9D1;
  border-radius: 5px;
  display: grid;
  grid-template-columns: auto auto;
  width: fit-content;
}
.TYPE_CHAMP_BOUTON div[class^="bouton_"] .label {
  color: #64788b;
  font-size: 0.95rem;
  cursor: pointer;
  padding: 0.45rem 0.5rem;
  width: auto;
  position: relative;
  top: 0.1rem;
}
.TYPE_CHAMP_BOUTON div[class^="bouton_"] .label:empty {
  display: none;
}
.TYPE_CHAMP_BOUTON div[class^="bouton_"] .icone {
  cursor: pointer;
  padding: 1rem;
}
.TYPE_CHAMP_BOUTON div[class^="bouton_"].add .icone {
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M46.61,21.61H28.39V3.39C28.39,1.52,26.87,0,25,0c-1.87,0-3.39,1.52-3.39,3.39v18.21H3.39C1.52,21.61,0,23.13,0,25c0,1.87,1.52,3.39,3.39,3.39h18.21v18.21c0,1.87,1.52,3.39,3.39,3.39c1.87,0,3.39-1.52,3.39-3.39V28.39h18.21c1.87,0,3.39-1.52,3.39-3.39C50,23.13,48.48,21.61,46.61,21.61z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M46.61,21.61H28.39V3.39C28.39,1.52,26.87,0,25,0c-1.87,0-3.39,1.52-3.39,3.39v18.21H3.39C1.52,21.61,0,23.13,0,25c0,1.87,1.52,3.39,3.39,3.39h18.21v18.21c0,1.87,1.52,3.39,3.39,3.39c1.87,0,3.39-1.52,3.39-3.39V28.39h18.21c1.87,0,3.39-1.52,3.39-3.39C50,23.13,48.48,21.61,46.61,21.61z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask-position: center center;
  mask-repeat: no-repeat;
  background-color: #4B647D !important;
  width: 18px;
  height: 18px;
}
.TYPE_CHAMP_BOUTON div[class^="bouton_"].add:hover .icone {
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M46.61,21.61H28.39V3.39C28.39,1.52,26.87,0,25,0c-1.87,0-3.39,1.52-3.39,3.39v18.21H3.39C1.52,21.61,0,23.13,0,25c0,1.87,1.52,3.39,3.39,3.39h18.21v18.21c0,1.87,1.52,3.39,3.39,3.39c1.87,0,3.39-1.52,3.39-3.39V28.39h18.21c1.87,0,3.39-1.52,3.39-3.39C50,23.13,48.48,21.61,46.61,21.61z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M46.61,21.61H28.39V3.39C28.39,1.52,26.87,0,25,0c-1.87,0-3.39,1.52-3.39,3.39v18.21H3.39C1.52,21.61,0,23.13,0,25c0,1.87,1.52,3.39,3.39,3.39h18.21v18.21c0,1.87,1.52,3.39,3.39,3.39c1.87,0,3.39-1.52,3.39-3.39V28.39h18.21c1.87,0,3.39-1.52,3.39-3.39C50,23.13,48.48,21.61,46.61,21.61z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask-position: center center;
  mask-repeat: no-repeat;
  background-color: white !important;
  width: 18px;
  height: 18px;
}
.TYPE_CHAMP_BOUTON div[class^="bouton_"].add:hover .label {
  color: white;
}
.TYPE_CHAMP_BOUTON div[class^="bouton_"].minus .icone {
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M46.61,28.39H3.39C1.52,28.39,0,26.87,0,25s1.52-3.39,3.39-3.39h43.21c1.87,0,3.39,1.52,3.39,3.39S48.48,28.39,46.61,28.39z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M46.61,28.39H3.39C1.52,28.39,0,26.87,0,25s1.52-3.39,3.39-3.39h43.21c1.87,0,3.39,1.52,3.39,3.39S48.48,28.39,46.61,28.39z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask-position: center center;
  mask-repeat: no-repeat;
  background-color: #4B647D !important;
  width: 18px;
  height: 18px;
}
.TYPE_CHAMP_BOUTON div[class^="bouton_"].minus:hover .icone {
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M46.61,28.39H3.39C1.52,28.39,0,26.87,0,25s1.52-3.39,3.39-3.39h43.21c1.87,0,3.39,1.52,3.39,3.39S48.48,28.39,46.61,28.39z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M46.61,28.39H3.39C1.52,28.39,0,26.87,0,25s1.52-3.39,3.39-3.39h43.21c1.87,0,3.39,1.52,3.39,3.39S48.48,28.39,46.61,28.39z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask-position: center center;
  mask-repeat: no-repeat;
  background-color: white !important;
  width: 18px;
  height: 18px;
}
.TYPE_CHAMP_BOUTON div[class^="bouton_"].minus:hover .label {
  color: white;
}
.TYPE_CHAMP_BOUTON div[class^="bouton_"].next .icone {
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M0,25c0,1.5,1.2,2.8,2.8,2.8h36.6l-6.3,6.3c-1.1,1.1-1.1,2.8,0,3.9c0.5,0.5,1.3,0.8,2,0.8c0.7,0,1.4-0.3,2-0.8l13-13L37,12c-1.1-1.1-2.8-1.1-3.9,0c-1.1,1.1-1.1,2.8,0,3.9l6.3,6.3H2.8C1.2,22.2,0,23.5,0,25z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M0,25c0,1.5,1.2,2.8,2.8,2.8h36.6l-6.3,6.3c-1.1,1.1-1.1,2.8,0,3.9c0.5,0.5,1.3,0.8,2,0.8c0.7,0,1.4-0.3,2-0.8l13-13L37,12c-1.1-1.1-2.8-1.1-3.9,0c-1.1,1.1-1.1,2.8,0,3.9l6.3,6.3H2.8C1.2,22.2,0,23.5,0,25z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask-position: center center;
  mask-repeat: no-repeat;
  background-color: #4B647D !important;
  width: 18px;
  height: 18px;
}
.TYPE_CHAMP_BOUTON div[class^="bouton_"].next:hover .icone {
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M0,25c0,1.5,1.2,2.8,2.8,2.8h36.6l-6.3,6.3c-1.1,1.1-1.1,2.8,0,3.9c0.5,0.5,1.3,0.8,2,0.8c0.7,0,1.4-0.3,2-0.8l13-13L37,12c-1.1-1.1-2.8-1.1-3.9,0c-1.1,1.1-1.1,2.8,0,3.9l6.3,6.3H2.8C1.2,22.2,0,23.5,0,25z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M0,25c0,1.5,1.2,2.8,2.8,2.8h36.6l-6.3,6.3c-1.1,1.1-1.1,2.8,0,3.9c0.5,0.5,1.3,0.8,2,0.8c0.7,0,1.4-0.3,2-0.8l13-13L37,12c-1.1-1.1-2.8-1.1-3.9,0c-1.1,1.1-1.1,2.8,0,3.9l6.3,6.3H2.8C1.2,22.2,0,23.5,0,25z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask-position: center center;
  mask-repeat: no-repeat;
  background-color: white !important;
  width: 18px;
  height: 18px;
}
.TYPE_CHAMP_BOUTON div[class^="bouton_"].next:hover .label {
  color: white;
}
.TYPE_CHAMP_BOUTON div[class^="bouton_"].previous .icone {
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M50,25c0,1.5-1.2,2.8-2.8,2.8H10.6l6.3,6.3c1.1,1.1,1.1,2.8,0,3.9c-0.5,0.5-1.3,0.8-2,0.8s-1.4-0.3-2-0.8L0,25l13-13c1.1-1.1,2.8-1.1,3.9,0c1.1,1.1,1.1,2.8,0,3.9l-6.3,6.3h36.6C48.8,22.2,50,23.5,50,25z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M50,25c0,1.5-1.2,2.8-2.8,2.8H10.6l6.3,6.3c1.1,1.1,1.1,2.8,0,3.9c-0.5,0.5-1.3,0.8-2,0.8s-1.4-0.3-2-0.8L0,25l13-13c1.1-1.1,2.8-1.1,3.9,0c1.1,1.1,1.1,2.8,0,3.9l-6.3,6.3h36.6C48.8,22.2,50,23.5,50,25z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask-position: center center;
  mask-repeat: no-repeat;
  background-color: #4B647D !important;
  width: 18px;
  height: 18px;
}
.TYPE_CHAMP_BOUTON div[class^="bouton_"].previous:hover .icone {
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M50,25c0,1.5-1.2,2.8-2.8,2.8H10.6l6.3,6.3c1.1,1.1,1.1,2.8,0,3.9c-0.5,0.5-1.3,0.8-2,0.8s-1.4-0.3-2-0.8L0,25l13-13c1.1-1.1,2.8-1.1,3.9,0c1.1,1.1,1.1,2.8,0,3.9l-6.3,6.3h36.6C48.8,22.2,50,23.5,50,25z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M50,25c0,1.5-1.2,2.8-2.8,2.8H10.6l6.3,6.3c1.1,1.1,1.1,2.8,0,3.9c-0.5,0.5-1.3,0.8-2,0.8s-1.4-0.3-2-0.8L0,25l13-13c1.1-1.1,2.8-1.1,3.9,0c1.1,1.1,1.1,2.8,0,3.9l-6.3,6.3h36.6C48.8,22.2,50,23.5,50,25z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask-position: center center;
  mask-repeat: no-repeat;
  background-color: white !important;
  width: 18px;
  height: 18px;
}
.TYPE_CHAMP_BOUTON div[class^="bouton_"].previous:hover .label {
  color: white;
}
.TYPE_CHAMP_BOUTON div[class^="bouton_"].delete .icone {
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M49.29,4.47L45.53,0.71a2.43,2.43,0,0,0-3.44,0L25,17.8,7.91,0.71a2.43,2.43,0,0,0-3.44,0L0.71,4.47a2.43,2.43,0,0,0,0,3.44L17.8,25,0.71,42.09a2.43,2.43,0,0,0,0,3.44l3.76,3.76a2.43,2.43,0,0,0,3.44,0L25,32.2,42.09,49.29a2.43,2.43,0,0,0,3.44,0l3.76-3.76a2.43,2.43,0,0,0,0-3.44L32.2,25,49.29,7.91A2.43,2.43,0,0,0,49.29,4.47Z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M49.29,4.47L45.53,0.71a2.43,2.43,0,0,0-3.44,0L25,17.8,7.91,0.71a2.43,2.43,0,0,0-3.44,0L0.71,4.47a2.43,2.43,0,0,0,0,3.44L17.8,25,0.71,42.09a2.43,2.43,0,0,0,0,3.44l3.76,3.76a2.43,2.43,0,0,0,3.44,0L25,32.2,42.09,49.29a2.43,2.43,0,0,0,3.44,0l3.76-3.76a2.43,2.43,0,0,0,0-3.44L32.2,25,49.29,7.91A2.43,2.43,0,0,0,49.29,4.47Z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask-position: center center;
  mask-repeat: no-repeat;
  background-color: #4B647D !important;
  width: 18px;
  height: 18px;
}
.TYPE_CHAMP_BOUTON div[class^="bouton_"].delete:hover .icone {
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M49.29,4.47L45.53,0.71a2.43,2.43,0,0,0-3.44,0L25,17.8,7.91,0.71a2.43,2.43,0,0,0-3.44,0L0.71,4.47a2.43,2.43,0,0,0,0,3.44L17.8,25,0.71,42.09a2.43,2.43,0,0,0,0,3.44l3.76,3.76a2.43,2.43,0,0,0,3.44,0L25,32.2,42.09,49.29a2.43,2.43,0,0,0,3.44,0l3.76-3.76a2.43,2.43,0,0,0,0-3.44L32.2,25,49.29,7.91A2.43,2.43,0,0,0,49.29,4.47Z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M49.29,4.47L45.53,0.71a2.43,2.43,0,0,0-3.44,0L25,17.8,7.91,0.71a2.43,2.43,0,0,0-3.44,0L0.71,4.47a2.43,2.43,0,0,0,0,3.44L17.8,25,0.71,42.09a2.43,2.43,0,0,0,0,3.44l3.76,3.76a2.43,2.43,0,0,0,3.44,0L25,32.2,42.09,49.29a2.43,2.43,0,0,0,3.44,0l3.76-3.76a2.43,2.43,0,0,0,0-3.44L32.2,25,49.29,7.91A2.43,2.43,0,0,0,49.29,4.47Z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask-position: center center;
  mask-repeat: no-repeat;
  background-color: white !important;
  width: 18px;
  height: 18px;
}
.TYPE_CHAMP_BOUTON div[class^="bouton_"].delete:hover .label {
  color: white;
}
.TYPE_CHAMP_BOUTON div[class^="bouton_"].valid .icone {
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M16.67,42.93c-0.65,0-1.29-0.25-1.79-0.74L0.74,28.05c-0.99-0.99-0.99-2.58,0-3.57c0.99-0.99,2.58-0.99,3.57,0l12.36,12.36L45.69,7.81c0.99-0.99,2.58-0.99,3.57,0c0.99,0.99,0.99,2.58,0,3.57L18.45,42.19C17.96,42.68,17.31,42.93,16.67,42.93z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M16.67,42.93c-0.65,0-1.29-0.25-1.79-0.74L0.74,28.05c-0.99-0.99-0.99-2.58,0-3.57c0.99-0.99,2.58-0.99,3.57,0l12.36,12.36L45.69,7.81c0.99-0.99,2.58-0.99,3.57,0c0.99,0.99,0.99,2.58,0,3.57L18.45,42.19C17.96,42.68,17.31,42.93,16.67,42.93z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask-position: center center;
  mask-repeat: no-repeat;
  background-color: #4B647D !important;
  width: 18px;
  height: 18px;
}
.TYPE_CHAMP_BOUTON div[class^="bouton_"].valid:hover .icone {
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M16.67,42.93c-0.65,0-1.29-0.25-1.79-0.74L0.74,28.05c-0.99-0.99-0.99-2.58,0-3.57c0.99-0.99,2.58-0.99,3.57,0l12.36,12.36L45.69,7.81c0.99-0.99,2.58-0.99,3.57,0c0.99,0.99,0.99,2.58,0,3.57L18.45,42.19C17.96,42.68,17.31,42.93,16.67,42.93z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M16.67,42.93c-0.65,0-1.29-0.25-1.79-0.74L0.74,28.05c-0.99-0.99-0.99-2.58,0-3.57c0.99-0.99,2.58-0.99,3.57,0l12.36,12.36L45.69,7.81c0.99-0.99,2.58-0.99,3.57,0c0.99,0.99,0.99,2.58,0,3.57L18.45,42.19C17.96,42.68,17.31,42.93,16.67,42.93z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask-position: center center;
  mask-repeat: no-repeat;
  background-color: white !important;
  width: 18px;
  height: 18px;
}
.TYPE_CHAMP_BOUTON div[class^="bouton_"].valid:hover .label {
  color: white;
}
.TYPE_CHAMP_BOUTON div[class^="bouton_"].undo .icone {
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M25,50A25,25,0,0,1,5.76,41a1,1,0,0,1,.07-1.4l4.42-4.42a1,1,0,0,1,1.56.1A16.7,16.7,0,1,0,13.61,12.8l4.5,4.5a2,2,0,0,1-1.43,3.46H2a2,2,0,0,1-2-2V4.09A2,2,0,0,1,3.46,2.65L7.73,6.92l0,0A25,25,0,1,1,25,50Z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M25,50A25,25,0,0,1,5.76,41a1,1,0,0,1,.07-1.4l4.42-4.42a1,1,0,0,1,1.56.1A16.7,16.7,0,1,0,13.61,12.8l4.5,4.5a2,2,0,0,1-1.43,3.46H2a2,2,0,0,1-2-2V4.09A2,2,0,0,1,3.46,2.65L7.73,6.92l0,0A25,25,0,1,1,25,50Z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask-position: center center;
  mask-repeat: no-repeat;
  background-color: #4B647D !important;
  width: 18px;
  height: 18px;
}
.TYPE_CHAMP_BOUTON div[class^="bouton_"].undo:hover .icone {
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M25,50A25,25,0,0,1,5.76,41a1,1,0,0,1,.07-1.4l4.42-4.42a1,1,0,0,1,1.56.1A16.7,16.7,0,1,0,13.61,12.8l4.5,4.5a2,2,0,0,1-1.43,3.46H2a2,2,0,0,1-2-2V4.09A2,2,0,0,1,3.46,2.65L7.73,6.92l0,0A25,25,0,1,1,25,50Z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M25,50A25,25,0,0,1,5.76,41a1,1,0,0,1,.07-1.4l4.42-4.42a1,1,0,0,1,1.56.1A16.7,16.7,0,1,0,13.61,12.8l4.5,4.5a2,2,0,0,1-1.43,3.46H2a2,2,0,0,1-2-2V4.09A2,2,0,0,1,3.46,2.65L7.73,6.92l0,0A25,25,0,1,1,25,50Z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask-position: center center;
  mask-repeat: no-repeat;
  background-color: white !important;
  width: 18px;
  height: 18px;
}
.TYPE_CHAMP_BOUTON div[class^="bouton_"].undo:hover .label {
  color: white;
}
.TYPE_CHAMP_BOUTON div[class^="bouton_"].redo .icone {
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M0,24.64A25,25,0,0,1,42.22,6.87l0,0,4.27-4.27A2,2,0,0,1,50,4.09V18.73a2,2,0,0,1-2,2H33.33a2,2,0,0,1-1.43-3.46l4.5-4.5a16.7,16.7,0,1,0,1.79,22.45,1,1,0,0,1,1.56-.1l4.42,4.42a1,1,0,0,1,.07,1.4A25,25,0,0,1,0,24.64Z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M0,24.64A25,25,0,0,1,42.22,6.87l0,0,4.27-4.27A2,2,0,0,1,50,4.09V18.73a2,2,0,0,1-2,2H33.33a2,2,0,0,1-1.43-3.46l4.5-4.5a16.7,16.7,0,1,0,1.79,22.45,1,1,0,0,1,1.56-.1l4.42,4.42a1,1,0,0,1,.07,1.4A25,25,0,0,1,0,24.64Z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask-position: center center;
  mask-repeat: no-repeat;
  background-color: #4B647D !important;
  width: 18px;
  height: 18px;
}
.TYPE_CHAMP_BOUTON div[class^="bouton_"].redo:hover .icone {
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M0,24.64A25,25,0,0,1,42.22,6.87l0,0,4.27-4.27A2,2,0,0,1,50,4.09V18.73a2,2,0,0,1-2,2H33.33a2,2,0,0,1-1.43-3.46l4.5-4.5a16.7,16.7,0,1,0,1.79,22.45,1,1,0,0,1,1.56-.1l4.42,4.42a1,1,0,0,1,.07,1.4A25,25,0,0,1,0,24.64Z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M0,24.64A25,25,0,0,1,42.22,6.87l0,0,4.27-4.27A2,2,0,0,1,50,4.09V18.73a2,2,0,0,1-2,2H33.33a2,2,0,0,1-1.43-3.46l4.5-4.5a16.7,16.7,0,1,0,1.79,22.45,1,1,0,0,1,1.56-.1l4.42,4.42a1,1,0,0,1,.07,1.4A25,25,0,0,1,0,24.64Z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask-position: center center;
  mask-repeat: no-repeat;
  background-color: white !important;
  width: 18px;
  height: 18px;
}
.TYPE_CHAMP_BOUTON div[class^="bouton_"].redo:hover .label {
  color: white;
}
.TYPE_CHAMP_BOUTON div[class^="bouton_"].doc .icone {
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M44.51,10.5L35.93,1.92A6.57,6.57,0,0,0,31.28,0H6.2A2.63,2.63,0,0,0,3.57,2.63V47.37A2.63,2.63,0,0,0,6.2,50H43.8a2.63,2.63,0,0,0,2.63-2.63V15.15A6.57,6.57,0,0,0,44.51,10.5ZM42,13a3,3,0,0,1,.76,1.28H32.14V3.67a3,3,0,0,1,1.28.76ZM7.11,46.46V3.54H28.6V15.23a2.61,2.61,0,0,0,2.61,2.61H42.89V46.46H7.11ZM35.19,25H15a0.59,0.59,0,0,1-.59-0.59V22A0.59,0.59,0,0,1,15,21.46H35.19a0.59,0.59,0,0,1,.59.59v2.36A0.59,0.59,0,0,1,35.19,25Zm0,7.12H15a0.59,0.59,0,0,1-.59-0.59V29.17A0.59,0.59,0,0,1,15,28.58H35.19a0.59,0.59,0,0,1,.59.59v2.36A0.59,0.59,0,0,1,35.19,32.12Zm0,7.12H15a0.59,0.59,0,0,1-.59-0.59V36.29A0.59,0.59,0,0,1,15,35.7H35.19a0.59,0.59,0,0,1,.59.59v2.36A0.59,0.59,0,0,1,35.19,39.24Z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M44.51,10.5L35.93,1.92A6.57,6.57,0,0,0,31.28,0H6.2A2.63,2.63,0,0,0,3.57,2.63V47.37A2.63,2.63,0,0,0,6.2,50H43.8a2.63,2.63,0,0,0,2.63-2.63V15.15A6.57,6.57,0,0,0,44.51,10.5ZM42,13a3,3,0,0,1,.76,1.28H32.14V3.67a3,3,0,0,1,1.28.76ZM7.11,46.46V3.54H28.6V15.23a2.61,2.61,0,0,0,2.61,2.61H42.89V46.46H7.11ZM35.19,25H15a0.59,0.59,0,0,1-.59-0.59V22A0.59,0.59,0,0,1,15,21.46H35.19a0.59,0.59,0,0,1,.59.59v2.36A0.59,0.59,0,0,1,35.19,25Zm0,7.12H15a0.59,0.59,0,0,1-.59-0.59V29.17A0.59,0.59,0,0,1,15,28.58H35.19a0.59,0.59,0,0,1,.59.59v2.36A0.59,0.59,0,0,1,35.19,32.12Zm0,7.12H15a0.59,0.59,0,0,1-.59-0.59V36.29A0.59,0.59,0,0,1,15,35.7H35.19a0.59,0.59,0,0,1,.59.59v2.36A0.59,0.59,0,0,1,35.19,39.24Z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask-position: center center;
  mask-repeat: no-repeat;
  background-color: #4B647D !important;
  width: 18px;
  height: 18px;
}
.TYPE_CHAMP_BOUTON div[class^="bouton_"].doc:hover .icone {
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M44.51,10.5L35.93,1.92A6.57,6.57,0,0,0,31.28,0H6.2A2.63,2.63,0,0,0,3.57,2.63V47.37A2.63,2.63,0,0,0,6.2,50H43.8a2.63,2.63,0,0,0,2.63-2.63V15.15A6.57,6.57,0,0,0,44.51,10.5ZM42,13a3,3,0,0,1,.76,1.28H32.14V3.67a3,3,0,0,1,1.28.76ZM7.11,46.46V3.54H28.6V15.23a2.61,2.61,0,0,0,2.61,2.61H42.89V46.46H7.11ZM35.19,25H15a0.59,0.59,0,0,1-.59-0.59V22A0.59,0.59,0,0,1,15,21.46H35.19a0.59,0.59,0,0,1,.59.59v2.36A0.59,0.59,0,0,1,35.19,25Zm0,7.12H15a0.59,0.59,0,0,1-.59-0.59V29.17A0.59,0.59,0,0,1,15,28.58H35.19a0.59,0.59,0,0,1,.59.59v2.36A0.59,0.59,0,0,1,35.19,32.12Zm0,7.12H15a0.59,0.59,0,0,1-.59-0.59V36.29A0.59,0.59,0,0,1,15,35.7H35.19a0.59,0.59,0,0,1,.59.59v2.36A0.59,0.59,0,0,1,35.19,39.24Z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M44.51,10.5L35.93,1.92A6.57,6.57,0,0,0,31.28,0H6.2A2.63,2.63,0,0,0,3.57,2.63V47.37A2.63,2.63,0,0,0,6.2,50H43.8a2.63,2.63,0,0,0,2.63-2.63V15.15A6.57,6.57,0,0,0,44.51,10.5ZM42,13a3,3,0,0,1,.76,1.28H32.14V3.67a3,3,0,0,1,1.28.76ZM7.11,46.46V3.54H28.6V15.23a2.61,2.61,0,0,0,2.61,2.61H42.89V46.46H7.11ZM35.19,25H15a0.59,0.59,0,0,1-.59-0.59V22A0.59,0.59,0,0,1,15,21.46H35.19a0.59,0.59,0,0,1,.59.59v2.36A0.59,0.59,0,0,1,35.19,25Zm0,7.12H15a0.59,0.59,0,0,1-.59-0.59V29.17A0.59,0.59,0,0,1,15,28.58H35.19a0.59,0.59,0,0,1,.59.59v2.36A0.59,0.59,0,0,1,35.19,32.12Zm0,7.12H15a0.59,0.59,0,0,1-.59-0.59V36.29A0.59,0.59,0,0,1,15,35.7H35.19a0.59,0.59,0,0,1,.59.59v2.36A0.59,0.59,0,0,1,35.19,39.24Z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask-position: center center;
  mask-repeat: no-repeat;
  background-color: white !important;
  width: 18px;
  height: 18px;
}
.TYPE_CHAMP_BOUTON div[class^="bouton_"].doc:hover .label {
  color: white;
}
.TYPE_CHAMP_BOUTON div[class^="bouton_"].edit .icone {
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M0.37,50l3.46-16.52L34.76,2.55c3.4-3.4,8.92-3.4,12.32,0s3.4,8.92,0,12.32L16.19,45.76L0.37,50zM7.63,35.54l-1.82,8.7l8.23-2.21l30.11-30.11c1.78-1.78,1.78-4.67,0-6.45c-1.78-1.78-4.67-1.78-6.45,0L7.63,35.54z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M0.37,50l3.46-16.52L34.76,2.55c3.4-3.4,8.92-3.4,12.32,0s3.4,8.92,0,12.32L16.19,45.76L0.37,50zM7.63,35.54l-1.82,8.7l8.23-2.21l30.11-30.11c1.78-1.78,1.78-4.67,0-6.45c-1.78-1.78-4.67-1.78-6.45,0L7.63,35.54z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask-position: center center;
  mask-repeat: no-repeat;
  background-color: #4B647D !important;
  width: 18px;
  height: 18px;
}
.TYPE_CHAMP_BOUTON div[class^="bouton_"].edit:hover .icone {
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M0.37,50l3.46-16.52L34.76,2.55c3.4-3.4,8.92-3.4,12.32,0s3.4,8.92,0,12.32L16.19,45.76L0.37,50zM7.63,35.54l-1.82,8.7l8.23-2.21l30.11-30.11c1.78-1.78,1.78-4.67,0-6.45c-1.78-1.78-4.67-1.78-6.45,0L7.63,35.54z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M0.37,50l3.46-16.52L34.76,2.55c3.4-3.4,8.92-3.4,12.32,0s3.4,8.92,0,12.32L16.19,45.76L0.37,50zM7.63,35.54l-1.82,8.7l8.23-2.21l30.11-30.11c1.78-1.78,1.78-4.67,0-6.45c-1.78-1.78-4.67-1.78-6.45,0L7.63,35.54z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask-position: center center;
  mask-repeat: no-repeat;
  background-color: white !important;
  width: 18px;
  height: 18px;
}
.TYPE_CHAMP_BOUTON div[class^="bouton_"].edit:hover .label {
  color: white;
}
.TYPE_CHAMP_BOUTON div[class^="bouton_"].refresh .icone {
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M44.03,31.82c-2.87,8.01-10.52,13.4-19.03,13.4c-3.91,0-7.71-1.12-10.98-3.24c-0.06-0.04-0.13-0.09-0.19-0.13l-9.36-7.52v7.75c0,1.24-1,2.24-2.24,2.24S0,43.31,0,42.07V29.65c0-0.03,0.01-0.06,0.01-0.09c0-0.08,0.01-0.16,0.02-0.24c0.01-0.07,0.02-0.14,0.04-0.2c0.02-0.07,0.04-0.14,0.07-0.21c0.02-0.07,0.05-0.14,0.08-0.21c0.03-0.06,0.06-0.12,0.1-0.18c0.04-0.07,0.08-0.14,0.13-0.2c0.02-0.02,0.03-0.05,0.05-0.07c0.02-0.03,0.05-0.05,0.08-0.08c0.05-0.06,0.11-0.12,0.17-0.17c0.05-0.05,0.11-0.09,0.16-0.13c0.06-0.04,0.12-0.08,0.18-0.12c0.06-0.04,0.12-0.07,0.19-0.1c0.07-0.03,0.13-0.06,0.2-0.08c0.07-0.02,0.13-0.05,0.2-0.06c0.07-0.02,0.14-0.03,0.21-0.04c0.08-0.01,0.15-0.02,0.23-0.02c0.04,0,0.08-0.01,0.12-0.01h12.42c1.24,0,2.24,1,2.24,2.24s-1,2.24-2.24,2.24H8.6l7.95,6.39c2.52,1.61,5.45,2.46,8.45,2.46c6.63,0,12.59-4.19,14.82-10.43c0.42-1.16,1.7-1.77,2.86-1.35C43.85,29.37,44.45,30.65,44.03,31.82zM50,7.93c0-1.24-1-2.24-2.24-2.24c-1.24,0-2.24,1-2.24,2.24v7.75l-9.36-7.52c-0.06-0.05-0.12-0.09-0.18-0.13C32.71,5.91,28.92,4.79,25,4.79c-8.52,0-16.16,5.38-19.03,13.4c-0.42,1.16,0.19,2.45,1.35,2.86c1.16,0.41,2.44-0.19,2.86-1.35C12.41,13.45,18.37,9.26,25,9.26c3.01,0,5.93,0.85,8.45,2.46l7.95,6.39h-6.06c-1.24,0-2.24,1-2.24,2.24s1,2.24,2.24,2.24h12.42c0.16,0,0.32-0.02,0.47-0.05c0.04-0.01,0.07-0.02,0.11-0.03c0.11-0.03,0.22-0.06,0.33-0.11c0.05-0.02,0.1-0.05,0.15-0.08c0.09-0.05,0.17-0.1,0.26-0.16c0.05-0.04,0.09-0.08,0.14-0.12c0.08-0.07,0.15-0.14,0.22-0.22c0.02-0.02,0.05-0.04,0.07-0.07c0.02-0.02,0.03-0.05,0.05-0.07c0.05-0.07,0.09-0.13,0.13-0.2c0.03-0.06,0.07-0.12,0.1-0.18c0.03-0.07,0.06-0.14,0.08-0.21c0.02-0.07,0.05-0.14,0.07-0.21c0.02-0.07,0.03-0.13,0.04-0.2c0.01-0.08,0.02-0.16,0.02-0.24c0-0.03,0.01-0.06,0.01-0.09V7.93z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M44.03,31.82c-2.87,8.01-10.52,13.4-19.03,13.4c-3.91,0-7.71-1.12-10.98-3.24c-0.06-0.04-0.13-0.09-0.19-0.13l-9.36-7.52v7.75c0,1.24-1,2.24-2.24,2.24S0,43.31,0,42.07V29.65c0-0.03,0.01-0.06,0.01-0.09c0-0.08,0.01-0.16,0.02-0.24c0.01-0.07,0.02-0.14,0.04-0.2c0.02-0.07,0.04-0.14,0.07-0.21c0.02-0.07,0.05-0.14,0.08-0.21c0.03-0.06,0.06-0.12,0.1-0.18c0.04-0.07,0.08-0.14,0.13-0.2c0.02-0.02,0.03-0.05,0.05-0.07c0.02-0.03,0.05-0.05,0.08-0.08c0.05-0.06,0.11-0.12,0.17-0.17c0.05-0.05,0.11-0.09,0.16-0.13c0.06-0.04,0.12-0.08,0.18-0.12c0.06-0.04,0.12-0.07,0.19-0.1c0.07-0.03,0.13-0.06,0.2-0.08c0.07-0.02,0.13-0.05,0.2-0.06c0.07-0.02,0.14-0.03,0.21-0.04c0.08-0.01,0.15-0.02,0.23-0.02c0.04,0,0.08-0.01,0.12-0.01h12.42c1.24,0,2.24,1,2.24,2.24s-1,2.24-2.24,2.24H8.6l7.95,6.39c2.52,1.61,5.45,2.46,8.45,2.46c6.63,0,12.59-4.19,14.82-10.43c0.42-1.16,1.7-1.77,2.86-1.35C43.85,29.37,44.45,30.65,44.03,31.82zM50,7.93c0-1.24-1-2.24-2.24-2.24c-1.24,0-2.24,1-2.24,2.24v7.75l-9.36-7.52c-0.06-0.05-0.12-0.09-0.18-0.13C32.71,5.91,28.92,4.79,25,4.79c-8.52,0-16.16,5.38-19.03,13.4c-0.42,1.16,0.19,2.45,1.35,2.86c1.16,0.41,2.44-0.19,2.86-1.35C12.41,13.45,18.37,9.26,25,9.26c3.01,0,5.93,0.85,8.45,2.46l7.95,6.39h-6.06c-1.24,0-2.24,1-2.24,2.24s1,2.24,2.24,2.24h12.42c0.16,0,0.32-0.02,0.47-0.05c0.04-0.01,0.07-0.02,0.11-0.03c0.11-0.03,0.22-0.06,0.33-0.11c0.05-0.02,0.1-0.05,0.15-0.08c0.09-0.05,0.17-0.1,0.26-0.16c0.05-0.04,0.09-0.08,0.14-0.12c0.08-0.07,0.15-0.14,0.22-0.22c0.02-0.02,0.05-0.04,0.07-0.07c0.02-0.02,0.03-0.05,0.05-0.07c0.05-0.07,0.09-0.13,0.13-0.2c0.03-0.06,0.07-0.12,0.1-0.18c0.03-0.07,0.06-0.14,0.08-0.21c0.02-0.07,0.05-0.14,0.07-0.21c0.02-0.07,0.03-0.13,0.04-0.2c0.01-0.08,0.02-0.16,0.02-0.24c0-0.03,0.01-0.06,0.01-0.09V7.93z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask-position: center center;
  mask-repeat: no-repeat;
  background-color: #4B647D !important;
  width: 18px;
  height: 18px;
}
.TYPE_CHAMP_BOUTON div[class^="bouton_"].refresh:hover .icone {
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M44.03,31.82c-2.87,8.01-10.52,13.4-19.03,13.4c-3.91,0-7.71-1.12-10.98-3.24c-0.06-0.04-0.13-0.09-0.19-0.13l-9.36-7.52v7.75c0,1.24-1,2.24-2.24,2.24S0,43.31,0,42.07V29.65c0-0.03,0.01-0.06,0.01-0.09c0-0.08,0.01-0.16,0.02-0.24c0.01-0.07,0.02-0.14,0.04-0.2c0.02-0.07,0.04-0.14,0.07-0.21c0.02-0.07,0.05-0.14,0.08-0.21c0.03-0.06,0.06-0.12,0.1-0.18c0.04-0.07,0.08-0.14,0.13-0.2c0.02-0.02,0.03-0.05,0.05-0.07c0.02-0.03,0.05-0.05,0.08-0.08c0.05-0.06,0.11-0.12,0.17-0.17c0.05-0.05,0.11-0.09,0.16-0.13c0.06-0.04,0.12-0.08,0.18-0.12c0.06-0.04,0.12-0.07,0.19-0.1c0.07-0.03,0.13-0.06,0.2-0.08c0.07-0.02,0.13-0.05,0.2-0.06c0.07-0.02,0.14-0.03,0.21-0.04c0.08-0.01,0.15-0.02,0.23-0.02c0.04,0,0.08-0.01,0.12-0.01h12.42c1.24,0,2.24,1,2.24,2.24s-1,2.24-2.24,2.24H8.6l7.95,6.39c2.52,1.61,5.45,2.46,8.45,2.46c6.63,0,12.59-4.19,14.82-10.43c0.42-1.16,1.7-1.77,2.86-1.35C43.85,29.37,44.45,30.65,44.03,31.82zM50,7.93c0-1.24-1-2.24-2.24-2.24c-1.24,0-2.24,1-2.24,2.24v7.75l-9.36-7.52c-0.06-0.05-0.12-0.09-0.18-0.13C32.71,5.91,28.92,4.79,25,4.79c-8.52,0-16.16,5.38-19.03,13.4c-0.42,1.16,0.19,2.45,1.35,2.86c1.16,0.41,2.44-0.19,2.86-1.35C12.41,13.45,18.37,9.26,25,9.26c3.01,0,5.93,0.85,8.45,2.46l7.95,6.39h-6.06c-1.24,0-2.24,1-2.24,2.24s1,2.24,2.24,2.24h12.42c0.16,0,0.32-0.02,0.47-0.05c0.04-0.01,0.07-0.02,0.11-0.03c0.11-0.03,0.22-0.06,0.33-0.11c0.05-0.02,0.1-0.05,0.15-0.08c0.09-0.05,0.17-0.1,0.26-0.16c0.05-0.04,0.09-0.08,0.14-0.12c0.08-0.07,0.15-0.14,0.22-0.22c0.02-0.02,0.05-0.04,0.07-0.07c0.02-0.02,0.03-0.05,0.05-0.07c0.05-0.07,0.09-0.13,0.13-0.2c0.03-0.06,0.07-0.12,0.1-0.18c0.03-0.07,0.06-0.14,0.08-0.21c0.02-0.07,0.05-0.14,0.07-0.21c0.02-0.07,0.03-0.13,0.04-0.2c0.01-0.08,0.02-0.16,0.02-0.24c0-0.03,0.01-0.06,0.01-0.09V7.93z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M44.03,31.82c-2.87,8.01-10.52,13.4-19.03,13.4c-3.91,0-7.71-1.12-10.98-3.24c-0.06-0.04-0.13-0.09-0.19-0.13l-9.36-7.52v7.75c0,1.24-1,2.24-2.24,2.24S0,43.31,0,42.07V29.65c0-0.03,0.01-0.06,0.01-0.09c0-0.08,0.01-0.16,0.02-0.24c0.01-0.07,0.02-0.14,0.04-0.2c0.02-0.07,0.04-0.14,0.07-0.21c0.02-0.07,0.05-0.14,0.08-0.21c0.03-0.06,0.06-0.12,0.1-0.18c0.04-0.07,0.08-0.14,0.13-0.2c0.02-0.02,0.03-0.05,0.05-0.07c0.02-0.03,0.05-0.05,0.08-0.08c0.05-0.06,0.11-0.12,0.17-0.17c0.05-0.05,0.11-0.09,0.16-0.13c0.06-0.04,0.12-0.08,0.18-0.12c0.06-0.04,0.12-0.07,0.19-0.1c0.07-0.03,0.13-0.06,0.2-0.08c0.07-0.02,0.13-0.05,0.2-0.06c0.07-0.02,0.14-0.03,0.21-0.04c0.08-0.01,0.15-0.02,0.23-0.02c0.04,0,0.08-0.01,0.12-0.01h12.42c1.24,0,2.24,1,2.24,2.24s-1,2.24-2.24,2.24H8.6l7.95,6.39c2.52,1.61,5.45,2.46,8.45,2.46c6.63,0,12.59-4.19,14.82-10.43c0.42-1.16,1.7-1.77,2.86-1.35C43.85,29.37,44.45,30.65,44.03,31.82zM50,7.93c0-1.24-1-2.24-2.24-2.24c-1.24,0-2.24,1-2.24,2.24v7.75l-9.36-7.52c-0.06-0.05-0.12-0.09-0.18-0.13C32.71,5.91,28.92,4.79,25,4.79c-8.52,0-16.16,5.38-19.03,13.4c-0.42,1.16,0.19,2.45,1.35,2.86c1.16,0.41,2.44-0.19,2.86-1.35C12.41,13.45,18.37,9.26,25,9.26c3.01,0,5.93,0.85,8.45,2.46l7.95,6.39h-6.06c-1.24,0-2.24,1-2.24,2.24s1,2.24,2.24,2.24h12.42c0.16,0,0.32-0.02,0.47-0.05c0.04-0.01,0.07-0.02,0.11-0.03c0.11-0.03,0.22-0.06,0.33-0.11c0.05-0.02,0.1-0.05,0.15-0.08c0.09-0.05,0.17-0.1,0.26-0.16c0.05-0.04,0.09-0.08,0.14-0.12c0.08-0.07,0.15-0.14,0.22-0.22c0.02-0.02,0.05-0.04,0.07-0.07c0.02-0.02,0.03-0.05,0.05-0.07c0.05-0.07,0.09-0.13,0.13-0.2c0.03-0.06,0.07-0.12,0.1-0.18c0.03-0.07,0.06-0.14,0.08-0.21c0.02-0.07,0.05-0.14,0.07-0.21c0.02-0.07,0.03-0.13,0.04-0.2c0.01-0.08,0.02-0.16,0.02-0.24c0-0.03,0.01-0.06,0.01-0.09V7.93z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask-position: center center;
  mask-repeat: no-repeat;
  background-color: white !important;
  width: 18px;
  height: 18px;
}
.TYPE_CHAMP_BOUTON div[class^="bouton_"].refresh:hover .label {
  color: white;
}
.TYPE_CHAMP_BOUTON div[class^="bouton_"].add_group .icone {
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M6.9,50L25,50c1.3,0,2.3-1,2.3-2.3c0-1.3-1-2.3-2.3-2.3l-18.1,0c-1.3,0-2.4-1.1-2.4-2.4l0-36.2c0-1.3,1.1-2.4,2.4-2.4l36.2,0c1.3,0,2.4,1.1,2.4,2.4l0,18.1c0,1.3,1,2.3,2.3,2.3c1.3,0,2.3-1,2.3-2.3l0-18.1C50,3.1,46.9,0,43.1,0L6.9,0C3.1,0,0,3.1,0,6.9l0,36.2C0,46.9,3.1,50,6.9,50zM47.7,37.1h-6.1V31c0-1.3-1-2.3-2.3-2.3c-1.3,0-2.3,1-2.3,2.3v6.1H31c-1.3,0-2.3,1-2.3,2.3c0,1.3,1,2.3,2.3,2.3h6.1v6.1c0,1.3,1,2.3,2.3,2.3c1.3,0,2.3-1,2.3-2.3v-6.1h6.1c1.3,0,2.3-1,2.3-2.3C50,38.1,49,37.1,47.7,37.1z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M6.9,50L25,50c1.3,0,2.3-1,2.3-2.3c0-1.3-1-2.3-2.3-2.3l-18.1,0c-1.3,0-2.4-1.1-2.4-2.4l0-36.2c0-1.3,1.1-2.4,2.4-2.4l36.2,0c1.3,0,2.4,1.1,2.4,2.4l0,18.1c0,1.3,1,2.3,2.3,2.3c1.3,0,2.3-1,2.3-2.3l0-18.1C50,3.1,46.9,0,43.1,0L6.9,0C3.1,0,0,3.1,0,6.9l0,36.2C0,46.9,3.1,50,6.9,50zM47.7,37.1h-6.1V31c0-1.3-1-2.3-2.3-2.3c-1.3,0-2.3,1-2.3,2.3v6.1H31c-1.3,0-2.3,1-2.3,2.3c0,1.3,1,2.3,2.3,2.3h6.1v6.1c0,1.3,1,2.3,2.3,2.3c1.3,0,2.3-1,2.3-2.3v-6.1h6.1c1.3,0,2.3-1,2.3-2.3C50,38.1,49,37.1,47.7,37.1z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask-position: center center;
  mask-repeat: no-repeat;
  background-color: #4B647D !important;
  width: 18px;
  height: 18px;
}
.TYPE_CHAMP_BOUTON div[class^="bouton_"].add_group:hover .icone {
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M6.9,50L25,50c1.3,0,2.3-1,2.3-2.3c0-1.3-1-2.3-2.3-2.3l-18.1,0c-1.3,0-2.4-1.1-2.4-2.4l0-36.2c0-1.3,1.1-2.4,2.4-2.4l36.2,0c1.3,0,2.4,1.1,2.4,2.4l0,18.1c0,1.3,1,2.3,2.3,2.3c1.3,0,2.3-1,2.3-2.3l0-18.1C50,3.1,46.9,0,43.1,0L6.9,0C3.1,0,0,3.1,0,6.9l0,36.2C0,46.9,3.1,50,6.9,50zM47.7,37.1h-6.1V31c0-1.3-1-2.3-2.3-2.3c-1.3,0-2.3,1-2.3,2.3v6.1H31c-1.3,0-2.3,1-2.3,2.3c0,1.3,1,2.3,2.3,2.3h6.1v6.1c0,1.3,1,2.3,2.3,2.3c1.3,0,2.3-1,2.3-2.3v-6.1h6.1c1.3,0,2.3-1,2.3-2.3C50,38.1,49,37.1,47.7,37.1z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20width=%2218px%22%20height=%2218px%22%20viewBox=%220%200%2050%2050%22%3E%3Cpath%20d=%22M6.9,50L25,50c1.3,0,2.3-1,2.3-2.3c0-1.3-1-2.3-2.3-2.3l-18.1,0c-1.3,0-2.4-1.1-2.4-2.4l0-36.2c0-1.3,1.1-2.4,2.4-2.4l36.2,0c1.3,0,2.4,1.1,2.4,2.4l0,18.1c0,1.3,1,2.3,2.3,2.3c1.3,0,2.3-1,2.3-2.3l0-18.1C50,3.1,46.9,0,43.1,0L6.9,0C3.1,0,0,3.1,0,6.9l0,36.2C0,46.9,3.1,50,6.9,50zM47.7,37.1h-6.1V31c0-1.3-1-2.3-2.3-2.3c-1.3,0-2.3,1-2.3,2.3v6.1H31c-1.3,0-2.3,1-2.3,2.3c0,1.3,1,2.3,2.3,2.3h6.1v6.1c0,1.3,1,2.3,2.3,2.3c1.3,0,2.3-1,2.3-2.3v-6.1h6.1c1.3,0,2.3-1,2.3-2.3C50,38.1,49,37.1,47.7,37.1z%22%20style=%22fill:rgba(0,%200,%200,%201)%22%20/%3E%3C/svg%3E");
  mask-position: center center;
  mask-repeat: no-repeat;
  background-color: white !important;
  width: 18px;
  height: 18px;
}
.TYPE_CHAMP_BOUTON div[class^="bouton_"].add_group:hover .label {
  color: white;
}
.TYPE_CHAMP_BOUTON div[class^="bouton_"]:hover {
  background-color: #697D91;
  border: 1px solid #697D91;
}
div[id^="div_ww_b_"] {
  align-self: center;
}
div[id^="group_"] div[id^="div_ww_b_"] {
  margin-bottom: 0;
}
/* -------------------------------- */
/* ----- FORMULAIRE_2022-2023.FORM_GESTION_COLONNES ----- */
/* -------------------------------- */
/* --- Version: 18.10.2023 ---- */
.form-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-flow: row;
  grid-column-gap: 30px;
}
.form-grid .col-A {
  grid-column-start: 1;
}
.form-grid .col-B {
  grid-column-start: 2;
}
.form-grid .col-C {
  grid-column-start: 3;
}
.form-grid .col-D {
  grid-column-start: 4;
}
.form-grid .col-span-1 {
  grid-column-end: span 1;
}
.form-grid .col-span-2 {
  grid-column-end: span 2;
}
.form-grid .col-span-3 {
  grid-column-end: span 3;
}
.form-grid .col-span-4 {
  grid-column-end: span 4;
}
.form-grid .col-B.col-span-2 {
  grid-column: 2 / span 2;
  grid-column-start: initial;
}
.form-grid .col-span-center {
  margin-left: auto;
  margin-right: auto;
}
.form-grid .col-span-right {
  margin-left: auto;
}
.grp-active {
  grid-column: 1 / span 4;
}

