/*
#@0
#@1
#@2
#@3
#@4
#@5
#@6
#@7
#@8
#@9
#@10
#@11
#@12
#@13
*/
@charset "UTF-8";
/* [(#REM) FEUILLE DE STYLE PRINCIPALE

	Désormais, tous les sites nécessitent SCSS

] */
/* #PRODUIRE{fond=css/variables.scss}
   md5:22c27399fe44f56b12a43f10061156b0 */
/* ==== Form states and alerts ==== */
/* Adaptateur BS2 */
/* ==== Tooltips and popovers ==== */
/* Adaptateur BS2 */
/* ==== Labels (BS2) ==== */
/* ==== Modals (BS2) ==== */
/* ==== Alerts (BS2) ==== */
/* ==== Progress bars (BS2) ==== */
/* ==== Thumbail (BS2) ==== */
/* ==== Wells ===== */
/* ==== Badges (BS2) ==== */
/* ==== Close (BS2) ==== */
/* ==== Code  (BS2) ==== */
/* #PRODUIRE{fond=css/mixins.scss}
   md5:595f03097f3f168caae53a0e24a51335 */
/*  */
/* #PRODUIRE{fond=css/bootstrapleger/mixins/vendor-prefixes.scss}
   md5:dba45b458b90bf61aadc2e5d9df65731 */
/* #PRODUIRE{fond=css/bootstrapleger/mixins/forms.scss}
   md5:ab090168a33dbbafb900b139ef085104 */
/* #PRODUIRE{fond=css/bootstrapleger/buttons.scss}
   md5:85701d5f0e97af7146ee63b20f73a262 */
.btn, .boutons .submit, .bouton .submit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 19px;
  line-height: 1.2631578947;
  border-radius: 0.2em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .boutons .submit:focus, .bouton .submit:focus, .btn.focus, .boutons .focus.submit, .bouton .focus.submit, .btn:active:focus, .boutons .submit:active:focus, .bouton .submit:active:focus, .btn:active.focus, .boutons .focus.submit:active, .bouton .focus.submit:active, .btn.active:focus, .boutons .active.submit:focus, .bouton .active.submit:focus, .btn.active.focus, .boutons .active.focus.submit, .bouton .active.focus.submit {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .boutons .submit:hover, .bouton .submit:hover, .btn:focus, .boutons .submit:focus, .bouton .submit:focus, .btn.focus, .boutons .focus.submit, .bouton .focus.submit {
  color: #fff;
  text-decoration: none;
}
.btn:active, .boutons .submit:active, .bouton .submit:active, .btn.active, .boutons .active.submit, .bouton .active.submit {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .boutons .disabled.submit, .bouton .disabled.submit, .btn[disabled], .boutons .submit[disabled], .bouton .submit[disabled], fieldset[disabled] .btn, fieldset[disabled] .boutons .submit, .boutons fieldset[disabled] .submit, fieldset[disabled] .bouton .submit, .bouton fieldset[disabled] .submit {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .btn, .boutons .submit, .bouton .submit {
    white-space: normal;
  }
}
.btn-defaut {
  color: #fff;
  background-color: #00969C;
  border-color: #007d83;
}
.btn-defaut:focus, .btn-defaut.focus {
  color: #fff;
  background-color: #006569;
  border-color: #000303;
}
.btn-defaut:hover {
  color: #fff;
  background-color: #006569;
  border-color: #004345;
}
.btn-defaut:active, .btn-defaut.active, .open > .dropdown-toggle.btn-defaut {
  color: #fff;
  background-color: #006569;
  border-color: #004345;
}
.btn-defaut:active:hover, .btn-defaut:active:focus, .btn-defaut:active.focus, .btn-defaut.active:hover, .btn-defaut.active:focus, .btn-defaut.active.focus, .open > .dropdown-toggle.btn-defaut:hover, .open > .dropdown-toggle.btn-defaut:focus, .open > .dropdown-toggle.btn-defaut.focus {
  color: #fff;
  background-color: #004345;
  border-color: #000303;
}
.btn-defaut:active, .btn-defaut.active, .open > .dropdown-toggle.btn-defaut {
  background-image: none;
}
.btn-defaut.disabled:hover, .btn-defaut.disabled:focus, .btn-defaut.disabled.focus, .btn-defaut[disabled]:hover, .btn-defaut[disabled]:focus, .btn-defaut[disabled].focus, fieldset[disabled] .btn-defaut:hover, fieldset[disabled] .btn-defaut:focus, fieldset[disabled] .btn-defaut.focus {
  background-color: #00969C;
  border-color: #007d83;
}
.btn-defaut .badge {
  color: #00969C;
  background-color: #fff;
}
.btn-secondaire {
  color: #fff;
  background-color: #00969C;
  border-color: #007d83;
}
.btn-secondaire:focus, .btn-secondaire.focus {
  color: #fff;
  background-color: #006569;
  border-color: #000303;
}
.btn-secondaire:hover {
  color: #fff;
  background-color: #006569;
  border-color: #004345;
}
.btn-secondaire:active, .btn-secondaire.active, .open > .dropdown-toggle.btn-secondaire {
  color: #fff;
  background-color: #006569;
  border-color: #004345;
}
.btn-secondaire:active:hover, .btn-secondaire:active:focus, .btn-secondaire:active.focus, .btn-secondaire.active:hover, .btn-secondaire.active:focus, .btn-secondaire.active.focus, .open > .dropdown-toggle.btn-secondaire:hover, .open > .dropdown-toggle.btn-secondaire:focus, .open > .dropdown-toggle.btn-secondaire.focus {
  color: #fff;
  background-color: #004345;
  border-color: #000303;
}
.btn-secondaire:active, .btn-secondaire.active, .open > .dropdown-toggle.btn-secondaire {
  background-image: none;
}
.btn-secondaire.disabled:hover, .btn-secondaire.disabled:focus, .btn-secondaire.disabled.focus, .btn-secondaire[disabled]:hover, .btn-secondaire[disabled]:focus, .btn-secondaire[disabled].focus, fieldset[disabled] .btn-secondaire:hover, fieldset[disabled] .btn-secondaire:focus, fieldset[disabled] .btn-secondaire.focus {
  background-color: #00969C;
  border-color: #007d83;
}
.btn-secondaire .badge {
  color: #00969C;
  background-color: #fff;
}
.btn-vert {
  color: #fff;
  background-color: #57ad63;
  border-color: #4d9e58;
}
.btn-vert:focus, .btn-vert.focus {
  color: #fff;
  background-color: #458d4e;
  border-color: #234828;
}
.btn-vert:hover {
  color: #fff;
  background-color: #458d4e;
  border-color: #397541;
}
.btn-vert:active, .btn-vert.active, .open > .dropdown-toggle.btn-vert {
  color: #fff;
  background-color: #458d4e;
  border-color: #397541;
}
.btn-vert:active:hover, .btn-vert:active:focus, .btn-vert:active.focus, .btn-vert.active:hover, .btn-vert.active:focus, .btn-vert.active.focus, .open > .dropdown-toggle.btn-vert:hover, .open > .dropdown-toggle.btn-vert:focus, .open > .dropdown-toggle.btn-vert.focus {
  color: #fff;
  background-color: #397541;
  border-color: #234828;
}
.btn-vert:active, .btn-vert.active, .open > .dropdown-toggle.btn-vert {
  background-image: none;
}
.btn-vert.disabled:hover, .btn-vert.disabled:focus, .btn-vert.disabled.focus, .btn-vert[disabled]:hover, .btn-vert[disabled]:focus, .btn-vert[disabled].focus, fieldset[disabled] .btn-vert:hover, fieldset[disabled] .btn-vert:focus, fieldset[disabled] .btn-vert.focus {
  background-color: #57ad63;
  border-color: #4d9e58;
}
.btn-vert .badge {
  color: #57ad63;
  background-color: #fff;
}
.btn-jaune {
  color: #fff;
  background-color: #FFA024;
  border-color: #ff950b;
}
.btn-jaune:focus, .btn-jaune.focus {
  color: #fff;
  background-color: #f08800;
  border-color: #8a4e00;
}
.btn-jaune:hover {
  color: #fff;
  background-color: #f08800;
  border-color: #cc7400;
}
.btn-jaune:active, .btn-jaune.active, .open > .dropdown-toggle.btn-jaune {
  color: #fff;
  background-color: #f08800;
  border-color: #cc7400;
}
.btn-jaune:active:hover, .btn-jaune:active:focus, .btn-jaune:active.focus, .btn-jaune.active:hover, .btn-jaune.active:focus, .btn-jaune.active.focus, .open > .dropdown-toggle.btn-jaune:hover, .open > .dropdown-toggle.btn-jaune:focus, .open > .dropdown-toggle.btn-jaune.focus {
  color: #fff;
  background-color: #cc7400;
  border-color: #8a4e00;
}
.btn-jaune:active, .btn-jaune.active, .open > .dropdown-toggle.btn-jaune {
  background-image: none;
}
.btn-jaune.disabled:hover, .btn-jaune.disabled:focus, .btn-jaune.disabled.focus, .btn-jaune[disabled]:hover, .btn-jaune[disabled]:focus, .btn-jaune[disabled].focus, fieldset[disabled] .btn-jaune:hover, fieldset[disabled] .btn-jaune:focus, fieldset[disabled] .btn-jaune.focus {
  background-color: #FFA024;
  border-color: #ff950b;
}
.btn-jaune .badge {
  color: #FFA024;
  background-color: #fff;
}
.btn-orange {
  color: #fff;
  background-color: #f8a673;
  border-color: #f7975b;
}
.btn-orange:focus, .btn-orange.focus {
  color: #fff;
  background-color: #f68742;
  border-color: #c95309;
}
.btn-orange:hover {
  color: #fff;
  background-color: #f68742;
  border-color: #f57220;
}
.btn-orange:active, .btn-orange.active, .open > .dropdown-toggle.btn-orange {
  color: #fff;
  background-color: #f68742;
  border-color: #f57220;
}
.btn-orange:active:hover, .btn-orange:active:focus, .btn-orange:active.focus, .btn-orange.active:hover, .btn-orange.active:focus, .btn-orange.active.focus, .open > .dropdown-toggle.btn-orange:hover, .open > .dropdown-toggle.btn-orange:focus, .open > .dropdown-toggle.btn-orange.focus {
  color: #fff;
  background-color: #f57220;
  border-color: #c95309;
}
.btn-orange:active, .btn-orange.active, .open > .dropdown-toggle.btn-orange {
  background-image: none;
}
.btn-orange.disabled:hover, .btn-orange.disabled:focus, .btn-orange.disabled.focus, .btn-orange[disabled]:hover, .btn-orange[disabled]:focus, .btn-orange[disabled].focus, fieldset[disabled] .btn-orange:hover, fieldset[disabled] .btn-orange:focus, fieldset[disabled] .btn-orange.focus {
  background-color: #f8a673;
  border-color: #f7975b;
}
.btn-orange .badge {
  color: #f8a673;
  background-color: #fff;
}
.btn-rouge {
  color: #fff;
  background-color: #BB172E;
  border-color: #a41428;
}
.btn-rouge:focus, .btn-rouge.focus {
  color: #fff;
  background-color: #8e1123;
  border-color: #33060c;
}
.btn-rouge:hover {
  color: #fff;
  background-color: #8e1123;
  border-color: #6e0e1b;
}
.btn-rouge:active, .btn-rouge.active, .open > .dropdown-toggle.btn-rouge {
  color: #fff;
  background-color: #8e1123;
  border-color: #6e0e1b;
}
.btn-rouge:active:hover, .btn-rouge:active:focus, .btn-rouge:active.focus, .btn-rouge.active:hover, .btn-rouge.active:focus, .btn-rouge.active.focus, .open > .dropdown-toggle.btn-rouge:hover, .open > .dropdown-toggle.btn-rouge:focus, .open > .dropdown-toggle.btn-rouge.focus {
  color: #fff;
  background-color: #6e0e1b;
  border-color: #33060c;
}
.btn-rouge:active, .btn-rouge.active, .open > .dropdown-toggle.btn-rouge {
  background-image: none;
}
.btn-rouge.disabled:hover, .btn-rouge.disabled:focus, .btn-rouge.disabled.focus, .btn-rouge[disabled]:hover, .btn-rouge[disabled]:focus, .btn-rouge[disabled].focus, fieldset[disabled] .btn-rouge:hover, fieldset[disabled] .btn-rouge:focus, fieldset[disabled] .btn-rouge.focus {
  background-color: #BB172E;
  border-color: #a41428;
}
.btn-rouge .badge {
  color: #BB172E;
  background-color: #fff;
}
.btn-bleu {
  color: #fff;
  background-color: #2568C4;
  border-color: #215daf;
}
.btn-bleu:focus, .btn-bleu.focus {
  color: #fff;
  background-color: #1d5199;
  border-color: #0d2443;
}
.btn-bleu:hover {
  color: #fff;
  background-color: #1d5199;
  border-color: #17417b;
}
.btn-bleu:active, .btn-bleu.active, .open > .dropdown-toggle.btn-bleu {
  color: #fff;
  background-color: #1d5199;
  border-color: #17417b;
}
.btn-bleu:active:hover, .btn-bleu:active:focus, .btn-bleu:active.focus, .btn-bleu.active:hover, .btn-bleu.active:focus, .btn-bleu.active.focus, .open > .dropdown-toggle.btn-bleu:hover, .open > .dropdown-toggle.btn-bleu:focus, .open > .dropdown-toggle.btn-bleu.focus {
  color: #fff;
  background-color: #17417b;
  border-color: #0d2443;
}
.btn-bleu:active, .btn-bleu.active, .open > .dropdown-toggle.btn-bleu {
  background-image: none;
}
.btn-bleu.disabled:hover, .btn-bleu.disabled:focus, .btn-bleu.disabled.focus, .btn-bleu[disabled]:hover, .btn-bleu[disabled]:focus, .btn-bleu[disabled].focus, fieldset[disabled] .btn-bleu:hover, fieldset[disabled] .btn-bleu:focus, fieldset[disabled] .btn-bleu.focus {
  background-color: #2568C4;
  border-color: #215daf;
}
.btn-bleu .badge {
  color: #2568C4;
  background-color: #fff;
}
.btn-rose {
  color: #fff;
  background-color: #E03464;
  border-color: #d92155;
}
.btn-rose:focus, .btn-rose.focus {
  color: #fff;
  background-color: #c31e4c;
  border-color: #6b102a;
}
.btn-rose:hover {
  color: #fff;
  background-color: #c31e4c;
  border-color: #a41940;
}
.btn-rose:active, .btn-rose.active, .open > .dropdown-toggle.btn-rose {
  color: #fff;
  background-color: #c31e4c;
  border-color: #a41940;
}
.btn-rose:active:hover, .btn-rose:active:focus, .btn-rose:active.focus, .btn-rose.active:hover, .btn-rose.active:focus, .btn-rose.active.focus, .open > .dropdown-toggle.btn-rose:hover, .open > .dropdown-toggle.btn-rose:focus, .open > .dropdown-toggle.btn-rose.focus {
  color: #fff;
  background-color: #a41940;
  border-color: #6b102a;
}
.btn-rose:active, .btn-rose.active, .open > .dropdown-toggle.btn-rose {
  background-image: none;
}
.btn-rose.disabled:hover, .btn-rose.disabled:focus, .btn-rose.disabled.focus, .btn-rose[disabled]:hover, .btn-rose[disabled]:focus, .btn-rose[disabled].focus, fieldset[disabled] .btn-rose:hover, fieldset[disabled] .btn-rose:focus, fieldset[disabled] .btn-rose.focus {
  background-color: #E03464;
  border-color: #d92155;
}
.btn-rose .badge {
  color: #E03464;
  background-color: #fff;
}
.btn-violet {
  color: #fff;
  background-color: #A30060;
  border-color: #8a0051;
}
.btn-violet:focus, .btn-violet.focus {
  color: #fff;
  background-color: #700042;
  border-color: #0a0006;
}
.btn-violet:hover {
  color: #fff;
  background-color: #700042;
  border-color: #4c002d;
}
.btn-violet:active, .btn-violet.active, .open > .dropdown-toggle.btn-violet {
  color: #fff;
  background-color: #700042;
  border-color: #4c002d;
}
.btn-violet:active:hover, .btn-violet:active:focus, .btn-violet:active.focus, .btn-violet.active:hover, .btn-violet.active:focus, .btn-violet.active.focus, .open > .dropdown-toggle.btn-violet:hover, .open > .dropdown-toggle.btn-violet:focus, .open > .dropdown-toggle.btn-violet.focus {
  color: #fff;
  background-color: #4c002d;
  border-color: #0a0006;
}
.btn-violet:active, .btn-violet.active, .open > .dropdown-toggle.btn-violet {
  background-image: none;
}
.btn-violet.disabled:hover, .btn-violet.disabled:focus, .btn-violet.disabled.focus, .btn-violet[disabled]:hover, .btn-violet[disabled]:focus, .btn-violet[disabled].focus, fieldset[disabled] .btn-violet:hover, fieldset[disabled] .btn-violet:focus, fieldset[disabled] .btn-violet.focus {
  background-color: #A30060;
  border-color: #8a0051;
}
.btn-violet .badge {
  color: #A30060;
  background-color: #fff;
}
.btn-gris {
  color: #fff;
  background-color: #000;
  border-color: black;
}
.btn-gris:focus, .btn-gris.focus {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-gris:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-gris:active, .btn-gris.active, .open > .dropdown-toggle.btn-gris {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-gris:active:hover, .btn-gris:active:focus, .btn-gris:active.focus, .btn-gris.active:hover, .btn-gris.active:focus, .btn-gris.active.focus, .open > .dropdown-toggle.btn-gris:hover, .open > .dropdown-toggle.btn-gris:focus, .open > .dropdown-toggle.btn-gris.focus {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-gris:active, .btn-gris.active, .open > .dropdown-toggle.btn-gris {
  background-image: none;
}
.btn-gris.disabled:hover, .btn-gris.disabled:focus, .btn-gris.disabled.focus, .btn-gris[disabled]:hover, .btn-gris[disabled]:focus, .btn-gris[disabled].focus, fieldset[disabled] .btn-gris:hover, fieldset[disabled] .btn-gris:focus, fieldset[disabled] .btn-gris.focus {
  background-color: #000;
  border-color: black;
}
.btn-gris .badge {
  color: #000;
  background-color: #fff;
}
.btn-blanc {
  color: #00969C;
  background-color: #fff;
  border-color: #f2f2f2;
  color: black;
}
.btn-blanc:focus, .btn-blanc.focus {
  color: #00969C;
  background-color: #e6e6e6;
  border-color: #b3b3b3;
}
.btn-blanc:hover {
  color: #00969C;
  background-color: #e6e6e6;
  border-color: #d4d4d4;
}
.btn-blanc:active, .btn-blanc.active, .open > .dropdown-toggle.btn-blanc {
  color: #00969C;
  background-color: #e6e6e6;
  border-color: #d4d4d4;
}
.btn-blanc:active:hover, .btn-blanc:active:focus, .btn-blanc:active.focus, .btn-blanc.active:hover, .btn-blanc.active:focus, .btn-blanc.active.focus, .open > .dropdown-toggle.btn-blanc:hover, .open > .dropdown-toggle.btn-blanc:focus, .open > .dropdown-toggle.btn-blanc.focus {
  color: #00969C;
  background-color: #d4d4d4;
  border-color: #b3b3b3;
}
.btn-blanc:active, .btn-blanc.active, .open > .dropdown-toggle.btn-blanc {
  background-image: none;
}
.btn-blanc.disabled:hover, .btn-blanc.disabled:focus, .btn-blanc.disabled.focus, .btn-blanc[disabled]:hover, .btn-blanc[disabled]:focus, .btn-blanc[disabled].focus, fieldset[disabled] .btn-blanc:hover, fieldset[disabled] .btn-blanc:focus, fieldset[disabled] .btn-blanc.focus {
  background-color: #fff;
  border-color: #f2f2f2;
}
.btn-blanc .badge {
  color: #fff;
  background-color: #00969C;
}
.btn-petit {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0.4em;
}
.btn-moyen {
  padding: 6px 12px;
  font-size: 19px;
  line-height: 1.2631578947;
  border-radius: 0.2em;
}
.btn-grand {
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.3333333;
  border-radius: 0.2em;
}
/* boutons action de Spip */
.bouton_action_post.btn .submit, .boutons .bouton_action_post.submit .submit, .bouton .bouton_action_post.submit .submit {
  background-color: transparent;
  border: none;
}
/* boutons d'admin */
body .spip-admin-bloc, body .spip-admin-float {
  z-index: 1031;
}
/* #PRODUIRE{fond=css/bootstrapleger/mixins/clearfix.scss}
   md5:6fc90025fc80e49fd10100ee8c689c1d */
/* #PRODUIRE{fond=css/bootstrapleger/mixins/grid-framework.scss}
   md5:1a7a288a313cdc4fbe8d3d1feeb10c21 */
/* #PRODUIRE{fond=css/bootstrapleger/mixins/grid.scss}
   md5:bc33fa0802fda74ebe2f186008861819 */
.margesup {
  width: 87.5%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .margesup {
    width: 68.75%;
  }
}
@media (min-width: 1280px) {
  .margesup {
    width: 81.25%;
  }
}
.centrer {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.centrerflex {
  align-self: center;
  align-items: center;
  justify-content: center;
  display: flex;
}
.centrervertical {
  align-self: center;
  align-items: center;
  display: flex;
}
.titencadre {
  display: table;
  overflow: hidden;
  background: #00969C;
  color: #fff;
  padding: 0.5em 0.9em 0.4em 0.7em;
  border-radius: 0 1.2em 1.2em 0;
  text-transform: uppercase;
}
.titencadre a {
  color: #fff;
}
/*  */
.pucecarre::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  display: inline-block;
  background-color: #00969C;
  margin: 0 3% 0 -8%;
  line-height: 100%;
  top: 0.05em;
  position: relative;
}
.puceronde::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  display: inline-block;
  background-color: #00969C;
  margin: 0 3% 0 -8%;
  line-height: 100%;
  top: 0.05em;
  position: relative;
}
.puceronde::before {
  border-radius: 50%;
}
.flotantcentre {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* [(#REM) Jeu d'icones ] */
/* #PRODUIRE{fond=css/bootstrapleger/glyphicons_mini.scss}
   md5:f3dcdac7d01403386a738b92a9acbb41 */
@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url(https://c-real.org/squ/squelettes/css/bootstrapleger/fonts/bootstrap-icons.woff2) format("woff2"), url(https://c-real.org/squ/squelettes/css/bootstrapleger/fonts/bootstrap-icons.woff) format("woff");
}
.icon, .content .article .spip_out, .post .spip_out {
  position: relative;
}
.icon::before, .content .article .spip_out::before, .post .spip_out::before {
  display: inline-block;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5em;
  font-family: bootstrap-icons !important;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  vertical-align: -0.125em;
}
.btn, .boutons .submit, .bouton .submit {
  position: relative;
}
.btn::after, .boutons .submit::after, .bouton .submit::after {
  display: inline-block;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: bootstrap-icons !important;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
}
.icon-asterisk:before {
  content: "*";
}
.icon-plus:before {
  content: "+";
}
.icon-euro:before, .icon-eur:before {
  content: "€";
}
.icon-moins:before {
  content: "−";
}
.icon-envelope:before {
  content: "";
}
.icon-music:before {
  content: "";
}
.icon-search:before {
  content: "";
}
.icon-coeur:before {
  content: "";
}
.icon-star:before {
  content: "";
}
.icon-star-blanche:before {
  content: "";
}
.icon-user:before {
  content: "";
}
.icon-film:before {
  content: "";
}
.icon-fenetre:before {
  content: "";
}
.icon-grille:before {
  content: "";
}
.icon-liste:before {
  content: "";
}
.icon-ok:before {
  content: "";
}
.icon-croix:before {
  content: "";
}
.icon-chevron-down:before, .icon-chevron-bas:before {
  content: "";
}
.icon-engrenage:before {
  content: "";
}
.icon-poubelle:before {
  content: "";
}
.icon-accueil:before {
  content: "";
}
.icon-fichier:before, .icon-file:before {
  content: "";
}
.icon-horloge:before {
  content: "";
}
.icon-download2:before {
  content: "";
}
.icon-download:before {
  content: "";
}
.icon-upload:before {
  content: "";
}
.icon-inbox:before {
  content: "";
}
.icon-recharge:before {
  content: "";
}
.icon-recharge2:before {
  content: "";
}
.icon-recharge3:before {
  content: "";
}
.icon-list2:before {
  content: "";
}
.icon-cadenas:before {
  content: "";
}
.icon-camera:before {
  content: "";
}
.icon-image:before {
  content: "";
}
.icon-marker:before {
  content: "";
}
.icon-export:before {
  content: "";
}
.icon-check:before {
  content: "";
}
.icon-expand:before {
  content: "";
}
.icon-eject:before {
  content: "";
}
.icon-plus-rond:before {
  content: "";
}
.icon-moins-rond:before {
  content: "";
}
.icon-croix-rond:before {
  content: "";
}
.icon-ok-rond:before {
  content: "";
}
.icon-interrogation-rond:before {
  content: "";
}
.icon-random:before {
  content: "";
}
.icon-bulle:before {
  content: "";
}
.icon-lien:before {
  content: "";
}
.icon-phone:before {
  content: "";
}
.icon-dollard:before {
  content: "";
}
.icon-case:before {
  content: "";
}
.icon-fleche-gauche:before {
  content: "";
}
.icon-fleche-droite:before {
  content: "";
}
.icon-fleche-haut:before {
  content: "";
}
.icon-fleche-bas:before {
  content: "";
}
.icon-fleche-gauche2:before {
  content: "";
}
.icon-fleche-droite2:before {
  content: "";
}
.icon-fleche-haut2:before {
  content: "";
}
.icon-fleche-bas2:before {
  content: "";
}
.icon-fleche-gauche3:before {
  content: "";
}
.icon-fleche-droite3:before {
  content: "";
}
.icon-fleche-haut3:before {
  content: "";
}
.icon-fleche-bas3:before {
  content: "";
}
.icon-fleche-gauche4:before {
  content: "";
}
.icon-fleche-droite4:before {
  content: "";
}
.icon-fleche-bas4:before {
  content: "";
}
.icon-fleche-haut4:before {
  content: "";
}
.icon-fleche-droite-rond:before {
  content: "";
}
.icon-fleche-gauche-rond:before {
  content: "";
}
.icon-fleche-haut-rond:before {
  content: "";
}
.icon-fleche-bas-rond:before {
  content: "";
}
.icon-fleche-droite-case:before {
  content: "";
}
.icon-fleche-bas-case:before {
  content: "";
}
.icon-fleche-haut-case:before {
  content: "";
}
.icon-parcours:before {
  content: "";
}
.icon-play:before {
  content: "";
}
.btn-asterisk:after {
  content: "*";
}
.btn-plus:after {
  content: "+";
}
.btn-euro:after, .btn-eur:after {
  content: "€";
}
.btn-moins:after {
  content: "−";
}
.btn-envelope:after {
  content: "";
}
.btn-music:after {
  content: "";
}
.btn-search:after {
  content: "";
}
.btn-coeur:after {
  content: "";
}
.btn-star:after {
  content: "";
}
.btn-star-blanche:after {
  content: "";
}
.btn-user:after {
  content: "";
}
.btn-film:after {
  content: "";
}
.btn-fenetre:after {
  content: "";
}
.btn-grille:after {
  content: "";
}
.btn-liste:after {
  content: "";
}
.btn-ok:after {
  content: "";
}
.btn-croix:after {
  content: "";
}
.btn-engrenage:after {
  content: "";
}
.btn-poubelle:after {
  content: "";
}
.btn-accueil:after {
  content: "";
}
.btn-fichier:after {
  content: "";
}
.btn-horloge:after {
  content: "";
}
.btn-download2:after {
  content: "";
}
.btn-download:after {
  content: "";
}
.btn-upload:after {
  content: "";
}
.btn-inbox:after {
  content: "";
}
.btn-recharge:after {
  content: "";
}
.btn-recharge2:after {
  content: "";
}
.btn-recharge3:after {
  content: "";
}
.btn-list2:after {
  content: "";
}
.btn-cadenas:after {
  content: "";
}
.btn-camera:after {
  content: "";
}
.btn-image:after {
  content: "";
}
.btn-marker:after {
  content: "";
}
.btn-export:after {
  content: "";
}
.btn-check:after {
  content: "";
}
.btn-expand:after {
  content: "";
}
.btn-eject:after {
  content: "";
}
.btn-plus-rond:after {
  content: "";
}
.btn-moins-rond:after {
  content: "";
}
.btn-croix-rond:after {
  content: "";
}
.btn-ok-rond:after {
  content: "";
}
.btn-interrogation-rond:after {
  content: "";
}
.btn-random:after {
  content: "";
}
.btn-bulle:after {
  content: "";
}
.btn-lien:after {
  content: "";
}
.btn-phone:after {
  content: "";
}
.btn-dollard:after {
  content: "";
}
.btn-case:after {
  content: "";
}
.btn-fleche:after {
  content: "";
}
.btn-fleche-gauche:after {
  content: "";
}
.btn-fleche-droite:after {
  content: "";
}
.btn-fleche-haut:after {
  content: "";
}
.btn-fleche-bas:after {
  content: "";
}
.btn-fleche-gauche2:after {
  content: "";
}
.btn-fleche-droite2:after {
  content: "";
}
.btn-fleche-haut2:after {
  content: "";
}
.btn-fleche-bas2:after {
  content: "";
}
.btn-fleche-gauche3:after {
  content: "";
}
.btn-fleche-droite3:after {
  content: "";
}
.btn-fleche-haut3:after {
  content: "";
}
.btn-fleche-bas3:after {
  content: "";
}
.btn-fleche-gauche4:after {
  content: "";
}
.btn-fleche-droite4:after {
  content: "";
}
.btn-fleche-bas4:after {
  content: "";
}
.btn-fleche-haut4:after {
  content: "";
}
.btn-fleche-droite-rond:after {
  content: "";
}
.btn-fleche-gauche-rond:after {
  content: "";
}
.btn-fleche-haut-rond:after {
  content: "";
}
.btn-fleche-bas-rond:after {
  content: "";
}
.btn-fleche-droite-case:after {
  content: "";
}
.btn-fleche-bas-case:after {
  content: "";
}
.btn-fleche-haut-case:after {
  content: "";
}
.btn-play:after {
  content: "";
}
.icon-arrow-90deg-down:before, .icon-fleche-90deg-bas:before {
  content: "";
}
.icon-arrow-90deg-left:before, .icon-fleche-90deg-gauche:before {
  content: "";
}
.icon-arrow-90deg-right:before, .icon-fleche-90deg-droite:before {
  content: "";
}
.icon-arrow-90deg-up:before, .icon-fleche-90deg-haut:before {
  content: "";
}
.icon-arrow-bar-down:before, .icon-fleche-bar-bas:before {
  content: "";
}
.icon-arrow-bar-left:before, .icon-fleche-bar-gauche:before {
  content: "";
}
.icon-arrow-bar-right:before, .icon-fleche-bar-droite:before {
  content: "";
}
.icon-arrow-bar-up:before, .icon-fleche-bar-haut:before {
  content: "";
}
.icon-arrow-clockwise:before, .icon-recharge:before {
  content: "";
}
.icon-arrow-counterclockwise:before, .icon-fleche-counterclockwise:before {
  content: "";
}
.icon-arrow-down-circle-fill:before, .icon-fleche-bas-rond-plein:before {
  content: "";
}
.icon-arrow-down-circle:before, .icon-fleche-bas-rond:before {
  content: "";
}
.icon-arrow-down-left-circle-fill:before, .icon-fleche-bas-gauche-rond-plein:before {
  content: "";
}
.icon-arrow-down-left-circle:before, .icon-fleche-bas-gauche-rond:before {
  content: "";
}
.icon-arrow-down-left-square-fill:before, .icon-fleche-bas-gauche-carre-plein:before {
  content: "";
}
.icon-arrow-down-left-square:before, .icon-fleche-bas-gauche-carre:before {
  content: "";
}
.icon-arrow-down-left:before, .icon-fleche-bas-gauche:before {
  content: "";
}
.icon-arrow-down-right-circle-fill:before, .icon-fleche-bas-droite-rond-plein:before {
  content: "";
}
.icon-arrow-down-right-circle:before, .icon-fleche-bas-droite-rond:before {
  content: "";
}
.icon-arrow-down-right-square-fill:before, .icon-fleche-bas-droite-carre-plein:before {
  content: "";
}
.icon-arrow-down-right-square:before, .icon-fleche-bas-droite-carre:before {
  content: "";
}
.icon-arrow-down-right:before, .icon-fleche-bas-droite:before {
  content: "";
}
.icon-arrow-down-short:before, .icon-fleche-bas-court:before {
  content: "";
}
.icon-arrow-down-square-fill:before, .icon-fleche-bas-carre-plein:before {
  content: "";
}
.icon-arrow-down-square:before, .icon-fleche-bas-carre:before {
  content: "";
}
.icon-arrow-down-up:before, .icon-fleche-bas-haut:before {
  content: "";
}
.icon-arrow-down:before, .icon-fleche-bas:before {
  content: "";
}
.icon-arrow-left-circle-fill:before, .icon-fleche-gauche-rond-plein:before {
  content: "";
}
.icon-arrow-left-circle:before, .icon-fleche-gauche-rond:before {
  content: "";
}
.icon-arrow-left-right:before, .icon-fleche-gauche-droite:before {
  content: "";
}
.icon-arrow-left-short:before, .icon-fleche-gauche-court:before {
  content: "";
}
.icon-arrow-left-square-fill:before, .icon-fleche-gauche-carre-plein:before {
  content: "";
}
.icon-arrow-left-square:before, .icon-fleche-gauche-carre:before {
  content: "";
}
.icon-arrow-left:before, .icon-fleche-gauche:before {
  content: "";
}
.icon-arrow-repeat:before, .icon-fleche-repeat:before {
  content: "";
}
.icon-arrow-return-left:before, .icon-fleche-return-gauche:before {
  content: "";
}
.icon-arrow-return-right:before, .icon-fleche-return-droite:before {
  content: "";
}
.icon-arrow-right-circle-fill:before, .icon-fleche-droite-rond-plein:before {
  content: "";
}
.icon-arrow-right-circle:before, .icon-fleche-droite-rond:before {
  content: "";
}
.icon-arrow-right-short:before, .icon-fleche-droite-court:before {
  content: "";
}
.icon-arrow-right-square-fill:before, .icon-fleche-droite-carre-plein:before {
  content: "";
}
.icon-arrow-right-square:before, .icon-fleche-droite-carre:before {
  content: "";
}
.icon-arrow-right:before, .icon-fleche-droite:before {
  content: "";
}
.icon-arrow-up-circle-fill:before, .icon-fleche-bas-rond-plein:before {
  content: "";
}
.icon-arrow-up-circle:before, .icon-fleche-bas-rond:before {
  content: "";
}
.icon-arrow-up-left-circle-fill:before, .icon-fleche-bas-gauche-rond-plein:before {
  content: "";
}
.icon-arrow-up-left-circle:before, .icon-fleche-bas-gauche-rond:before {
  content: "";
}
.icon-arrow-up-left-square-fill:before, .icon-fleche-bas-gauche-carre-plein:before {
  content: "";
}
.icon-arrow-up-left-square:before, .icon-fleche-bas-gauche-carre:before {
  content: "";
}
.icon-arrow-up-left:before, .icon-fleche-bas-gauche:before {
  content: "";
}
.icon-arrow-up-right-circle-fill:before, .icon-fleche-bas-droite-rond-plein:before {
  content: "";
}
.icon-arrow-up-right-circle:before, .icon-fleche-bas-droite-rond:before {
  content: "";
}
.icon-arrow-up-right-square-fill:before, .icon-fleche-bas-droite-carre-plein:before {
  content: "";
}
.icon-arrow-up-right-square:before, .icon-fleche-bas-droite-carre:before {
  content: "";
}
.icon-arrow-up-right:before, .icon-fleche-bas-droite:before {
  content: "";
}
.icon-arrow-up-short:before, .icon-fleche-bas-court:before {
  content: "";
}
.icon-arrow-up-square-fill:before, .icon-fleche-bas-carre-plein:before {
  content: "";
}
.icon-arrow-up-square:before, .icon-fleche-bas-carre:before {
  content: "";
}
.icon-arrow-up:before, .icon-fleche-haut:before {
  content: "";
}
.icon-arrows-angle-contract:before, .icon-fleches-angle-contract:before {
  content: "";
}
.icon-arrows-angle-expand:before, .icon-fleches-angle-expand:before {
  content: "";
}
.icon-arrows-collapse:before, .icon-fleches-collapse:before {
  content: "";
}
.icon-arrows-expand:before, .icon-fleches-expand:before {
  content: "";
}
.icon-arrows-fullscreen:before, .icon-fleches-plein-ecran:before {
  content: "";
}
.icon-arrows-move:before, .icon-fleches-move:before {
  content: "";
}
.icon-asterisk:before {
  content: "";
}
.icon-box-arrow-down-left:before, .icon-box-fleche-bas-gauche:before {
  content: "";
}
.icon-box-arrow-down-right:before, .icon-box-fleche-bas-droite:before {
  content: "";
}
.icon-box-arrow-down:before, .icon-box-fleche-bas:before {
  content: "";
}
.icon-box-arrow-in-down-left:before, .icon-box-fleche-in-bas-gauche:before {
  content: "";
}
.icon-box-arrow-in-down-right:before, .icon-box-fleche-in-bas-droite:before {
  content: "";
}
.icon-box-arrow-in-down:before, .icon-box-fleche-in-bas:before {
  content: "";
}
.icon-box-arrow-in-left:before, .icon-box-fleche-in-gauche:before {
  content: "";
}
.icon-box-arrow-in-right:before, .icon-box-fleche-in-droite:before {
  content: "";
}
.icon-box-arrow-in-up-left:before, .icon-box-fleche-in-bas-gauche:before {
  content: "";
}
.icon-box-arrow-in-up-right:before, .icon-box-fleche-in-bas-droite:before {
  content: "";
}
.icon-box-arrow-in-up:before, .icon-box-fleche-in-haut:before {
  content: "";
}
.icon-box-arrow-left:before, .icon-box-fleche-gauche:before {
  content: "";
}
.icon-box-arrow-right:before, .icon-log-out:before {
  content: "";
}
.icon-box-arrow-up-left:before, .icon-box-fleche-bas-gauche:before {
  content: "";
}
.icon-box-arrow-up-right:before, .content .article .spip_out:before, .post .spip_out:before, .icon-box-fleche-bas-droite:before {
  content: "";
}
.icon-box-arrow-up:before, .icon-box-fleche-haut:before {
  content: "";
}
.icon-camera-fill:before, .icon-camera-plein:before {
  content: "";
}
.icon-camera-reels-fill:before, .icon-camera-reels-plein:before {
  content: "";
}
.icon-camera-reels:before {
  content: "";
}
.icon-camera-video-fill:before, .icon-camera-video-plein:before {
  content: "";
}
.icon-camera-video-off-fill:before, .icon-camera-video-off-plein:before {
  content: "";
}
.icon-camera-video-off:before {
  content: "";
}
.icon-camera-video:before {
  content: "";
}
.icon-camera:before {
  content: "";
}
.icon-camera2:before {
  content: "";
}
.icon-envelope-open-fill:before, .icon-envelope-ouvrir-plein:before {
  content: "";
}
.icon-envelope-open:before, .icon-envelope-ouvrir:before {
  content: "";
}
.icon-heart-fill:before, .icon-coeur-plein:before {
  content: "";
}
.icon-heart-half:before, .icon-coeur-moitie:before {
  content: "";
}
.icon-heart:before, .icon-coeur:before {
  content: "";
}
.icon-house-fill:before, .icon-accueil-plein:before {
  content: "";
}
.icon-house:before, .icon-accueil:before {
  content: "";
}
.icon-hr:before {
  content: "";
}
.icon-image-alt:before {
  content: "";
}
.icon-image-fill:before, .icon-image-plein:before {
  content: "";
}
.icon-image:before {
  content: "";
}
.icon-images:before {
  content: "";
}
.icon-info-circle-fill:before, .icon-info-rond-plein:before {
  content: "";
}
.icon-info-circle:before, .icon-info-rond:before {
  content: "";
}
.icon-info-square-fill:before, .icon-info-carre-plein:before {
  content: "";
}
.icon-info-square:before, .icon-info-carre:before {
  content: "";
}
.icon-info:before {
  content: "";
}
.icon-mailbox:before {
  content: "";
}
.icon-mailbox2:before {
  content: "";
}
.icon-map-fill:before, .icon-map-plein:before {
  content: "";
}
.icon-mask:before {
  content: "";
}
.icon-megaphone-fill:before, .icon-megaphone-plein:before {
  content: "";
}
.icon-megaphone:before {
  content: "";
}
.icon-menu-app-fill:before, .icon-menu-app-plein:before {
  content: "";
}
.icon-menu-app:before {
  content: "";
}
.icon-menu-button-fill:before, .icon-menu-button-plein:before {
  content: "";
}
.icon-menu-button-wide-fill:before, .icon-menu-button-wide-plein:before {
  content: "";
}
.icon-menu-button-wide:before {
  content: "";
}
.icon-menu-button:before {
  content: "";
}
.icon-menu-down:before, .icon-menu-bas:before {
  content: "";
}
.icon-menu-up:before, .icon-menu-haut:before {
  content: "";
}
.icon-pen:before {
  content: "";
}
.icon-pencil-fill:before, .icon-pencil-plein:before {
  content: "";
}
.icon-pencil-square:before, .icon-pencil-carre:before {
  content: "";
}
.icon-pencil:before {
  content: "";
}
.icon-person-badge-fill:before, .icon-user-badge-plein:before {
  content: "";
}
.icon-person-badge:before, .icon-user-badge:before {
  content: "";
}
.icon-person-bounding-box:before, .icon-user-bounding-box:before {
  content: "";
}
.icon-person-check-fill:before, .icon-user-ok-plein:before {
  content: "";
}
.icon-person-check:before, .icon-user-ok:before {
  content: "";
}
.icon-person-circle:before, .icon-user-rond:before {
  content: "";
}
.icon-person-dash-fill:before, .icon-user-dash-plein:before {
  content: "";
}
.icon-person-dash:before, .icon-user-dash:before {
  content: "";
}
.icon-person-fill:before, .icon-user-plein:before {
  content: "";
}
.icon-person-lines-fill:before, .icon-user-lines-plein:before {
  content: "";
}
.icon-person-plus-fill:before, .icon-user-plus-plein:before {
  content: "";
}
.icon-person-plus:before, .icon-user-plus:before {
  content: "";
}
.icon-person-square:before, .icon-user-carre:before {
  content: "";
}
.icon-person-x-fill:before, .icon-user-x-plein:before {
  content: "";
}
.icon-person-x:before, .icon-user-croix:before {
  content: "";
}
.icon-person:before, .icon-user:before {
  content: "";
}
.icon-phone-fill:before, .icon-tel-plein:before {
  content: "";
}
.icon-phone-landscape-fill:before, .icon-tel-landscape-plein:before {
  content: "";
}
.icon-phone-landscape:before, .icon-tel-landscape:before {
  content: "";
}
.icon-phone-vibrate-fill:before, .icon-tel-vibrate-plein:before {
  content: "";
}
.icon-phone-vibrate:before, .icon-tel-vibrate:before {
  content: "";
}
.icon-phone:before, .icon-tel:before {
  content: "";
}
.icon-plus-circle-dotted:before, .icon-plus-rond-dotted:before {
  content: "";
}
.icon-plus-circle-fill:before, .icon-plus-rond-plein:before {
  content: "";
}
.icon-plus-circle:before, .icon-plus-rond:before {
  content: "";
}
.icon-plus-square-dotted:before, .icon-plus-carre-dotted:before {
  content: "";
}
.icon-plus-square-fill:before, .icon-plus-carre-plein:before {
  content: "";
}
.icon-plus-square:before, .icon-plus-carre:before {
  content: "";
}
.icon-plus:before {
  content: "";
}
.icon-printer-fill:before, .icon-printer-plein:before {
  content: "";
}
.icon-printer:before, .icon-print:before {
  content: "";
}
.icon-question-circle-fill:before, .icon-question-rond-plein:before {
  content: "";
}
.icon-question-circle:before, .icon-question-rond:before {
  content: "";
}
.icon-question-diamond-fill:before, .icon-question-diamond-plein:before {
  content: "";
}
.icon-question-diamond:before {
  content: "";
}
.icon-question-octagon-fill:before, .icon-question-octagon-plein:before {
  content: "";
}
.icon-question-octagon:before {
  content: "";
}
.icon-question-square-fill:before, .icon-question-carre-plein:before {
  content: "";
}
.icon-question-square:before, .icon-question-carre:before {
  content: "";
}
.icon-question:before {
  content: "";
}
.icon-telephone-fill:before, .icon-telephone-plein:before {
  content: "";
}
.icon-telephone-forward-fill:before, .icon-telephone-next-plein:before {
  content: "";
}
.icon-telephone-forward:before, .icon-telephone-next:before {
  content: "";
}
.icon-telephone-inbound-fill:before, .icon-telephone-inbound-plein:before {
  content: "";
}
.icon-telephone-inbound:before {
  content: "";
}
.icon-telephone-minus-fill:before, .icon-telephone-minus-plein:before {
  content: "";
}
.icon-telephone-minus:before {
  content: "";
}
.icon-telephone-outbound-fill:before, .icon-telephone-outbound-plein:before {
  content: "";
}
.icon-telephone-outbound:before {
  content: "";
}
.icon-telephone-plus-fill:before, .icon-telephone-plus-plein:before {
  content: "";
}
.icon-telephone-plus:before {
  content: "";
}
.icon-telephone-x-fill:before, .icon-telephone-x-plein:before {
  content: "";
}
.icon-telephone-x:before, .icon-telephone-croix:before {
  content: "";
}
.icon-telephone:before {
  content: "";
}
.icon-toggle-off:before {
  content: "";
}
.icon-toggle-on:before {
  content: "";
}
.icon-toggle2-off:before {
  content: "";
}
.icon-toggle2-on:before {
  content: "";
}
.icon-toggles:before {
  content: "";
}
.icon-toggles2:before {
  content: "";
}
.icon-tools:before, .icon-outil:before {
  content: "";
}
.icon-x-circle-fill:before, .icon-x-rond-plein:before {
  content: "";
}
.icon-x-circle:before, .icon-x-rond:before {
  content: "";
}
.icon-x-diamond-fill:before, .icon-x-diamond-plein:before {
  content: "";
}
.icon-x-diamond:before {
  content: "";
}
.icon-x-octagon-fill:before, .icon-x-octagon-plein:before {
  content: "";
}
.icon-x-octagon:before {
  content: "";
}
.icon-x-square-fill:before, .icon-x-carre-plein:before {
  content: "";
}
.icon-x-square:before, .icon-x-carre:before {
  content: "";
}
.icon-x:before, .icon-croix:before {
  content: "";
}
.icon-check-lg:before, .icon-ok-lg:before {
  content: "";
}
.icon-envelope-check-1:before, .icon-envelope-ok-1:before {
  content: "";
}
.icon-envelope-check-fill:before, .icon-envelope-ok-plein:before {
  content: "";
}
.icon-envelope-check:before, .icon-envelope-ok:before {
  content: "";
}
.icon-envelope-dash-1:before {
  content: "";
}
.icon-envelope-dash-fill:before, .icon-envelope-dash-plein:before {
  content: "";
}
.icon-envelope-dash:before {
  content: "";
}
.icon-envelope-exclamation-1:before {
  content: "";
}
.icon-envelope-exclamation-fill:before, .icon-envelope-exclamation-plein:before {
  content: "";
}
.icon-envelope-exclamation:before {
  content: "";
}
.icon-envelope-plus-fill:before, .icon-envelope-plus-plein:before {
  content: "";
}
.icon-envelope-plus:before {
  content: "";
}
.icon-envelope-slash-1:before {
  content: "";
}
.icon-envelope-slash-fill:before, .icon-envelope-slash-plein:before {
  content: "";
}
.icon-envelope-slash:before {
  content: "";
}
.icon-envelope-x-1:before {
  content: "";
}
.icon-envelope-x-fill:before, .icon-envelope-x-plein:before {
  content: "";
}
.icon-envelope-x:before, .icon-envelope-croix:before {
  content: "";
}
.icon-folder:before, .icon-dossier:before {
  content: "";
}
.icon-folder-fill:before, .icon-dossier-plein:before {
  content: "";
}
.icon-balloon-fill:before, .icon-balloon-plein:before {
  content: "";
}
.icon-balloon-heart-fill:before, .icon-balloon-coeur-plein:before {
  content: "";
}
.icon-balloon-heart:before, .icon-balloon-coeur:before {
  content: "";
}
.icon-balloon:before {
  content: "";
}
.icon-box2-fill:before, .icon-box2-plein:before {
  content: "";
}
.icon-box2-heart-fill:before, .icon-box2-coeur-plein:before {
  content: "";
}
.icon-box2-heart:before, .icon-box2-coeur:before {
  content: "";
}
.icon-box2:before {
  content: "";
}
.icon-braces-asterisk:before {
  content: "";
}
.icon-calendar:before {
  content: "";
}
.icon-calendar-heart-fill:before, .icon-calendar-coeur-plein:before {
  content: "";
}
.icon-calendar-heart:before, .icon-calendar-coeur:before {
  content: "";
}
.icon-calendar2-heart-fill:before, .icon-calendar2-coeur-plein:before {
  content: "";
}
.icon-calendar2-heart:before, .icon-calendar2-coeur:before {
  content: "";
}
.icon-envelope-heart-fill:before, .icon-envelope-coeur-plein:before {
  content: "";
}
.icon-envelope-heart:before, .icon-envelope-coeur:before {
  content: "";
}
.icon-envelope-open-heart-fill:before, .icon-envelope-ouvrir-coeur-plein:before {
  content: "";
}
.icon-envelope-open-heart:before, .icon-envelope-ouvrir-coeur:before {
  content: "";
}
.icon-envelope-paper-fill:before, .icon-envelope-paper-plein:before {
  content: "";
}
.icon-envelope-paper-heart-fill:before, .icon-envelope-paper-coeur-plein:before {
  content: "";
}
.icon-envelope-paper-heart:before, .icon-envelope-paper-coeur:before {
  content: "";
}
.icon-envelope-paper:before {
  content: "";
}
.icon-heart-pulse-fill:before, .icon-coeur-pulse-plein:before {
  content: "";
}
.icon-heart-pulse:before, .icon-coeur-pulse:before {
  content: "";
}
.icon-heartbreak-fill:before, .icon-coeurbreak-plein:before {
  content: "";
}
.icon-heartbreak:before, .icon-coeurbreak:before {
  content: "";
}
.icon-hearts:before, .icon-coeurs:before {
  content: "";
}
.icon-house-heart-fill:before, .icon-accueil-coeur-plein:before {
  content: "";
}
.icon-house-heart:before, .icon-accueil-coeur:before {
  content: "";
}
.icon-person-heart:before, .icon-user-coeur:before {
  content: "";
}
.icon-person-hearts:before, .icon-user-coeurs:before {
  content: "";
}
.icon-phone-flip:before, .icon-tel-flip:before {
  content: "";
}
.icon-trash3-fill:before, .icon-poubelle3-plein:before {
  content: "";
}
.icon-trash3:before, .icon-poubelle3:before {
  content: "";
}
.icon-signpost-split:before, .icon-parcours:before {
  content: "";
}
.icon-easel:before, .icon-exposition:before {
  content: "";
}
.icon-newspaper:before, .icon-presse:before {
  content: "";
}
/* #PRODUIRE{fond=css/general.scss}
   md5:3aef419b5575a2e76b491d503e7bfcda */
/*  */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
body * {
  background-repeat: no-repeat;
  background-clip: padding-box;
  font-display: swap;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, sectionarticle, main, section, summary {
  display: block;
}
[hidden], template {
  display: none;
}
.noir {
  color: #000;
}
.blanc {
  color: #fff;
}
.gris {
  color: #000;
}
.grisclair {
  color: #f6e9d9;
}
.bleu {
  color: #2568C4;
}
.vert {
  color: #4D9E58;
}
.rouge {
  color: #BB172E;
}
.jaune {
  color: #FFA024;
}
.orange {
  color: #F5782A;
}
.rose {
  color: #E03464;
}
.violet {
  color: #A30060;
}
.turquoise {
  color: #1799B0;
}
.bg-blanc {
  background-color: #fff;
}
.bg-noir {
  background-color: #000;
}
.bg-blanc {
  background-color: #fff;
}
.bg-gris {
  background-color: #000;
}
.bg-grisclair {
  background-color: #f6e9d9;
}
.bg-bleu {
  background-color: #2568C4;
}
.bg-vert {
  background-color: #4D9E58;
}
.bg-rouge {
  background-color: #BB172E;
}
.bg-jaune {
  background-color: #FFA024;
}
.bg-orange {
  background-color: #F5782A;
}
.bg-rose {
  background-color: #E03464;
}
.bg-violet {
  background-color: #A30060;
}
.bg-turquoise {
  background-color: #1799B0;
}
::selection {
  background-color: #00969C;
  color: white;
}
.c_site {
  color: #00969C;
}
.bg_site {
  background-color: #00969C;
}
.fill_site {
  fill: #00969C;
}
.stroke_site {
  stroke: #00969C;
}
/* ======== BOITE A OUTILS  ======= */
.module {
  display: inline;
  float: left;
  overflow: hidden;
}
.bloc {
  display: block;
  overflow: hidden;
}
div .absolu {
  position: absolute;
  top: 0;
}
.relatif {
  position: relative;
}
.affix {
  position: fixed;
}
.show {
  display: block;
}
.oh {
  overflow: hidden;
}
.invisible, .hide, .hidden, .js .js-hide, .no-js .no-js-hide, .none {
  display: none;
}
/* Non visible a l'ecran */
.nonvisible, .offscreen {
  position: absolute;
  left: -999em;
  height: 1%;
}
.gras, b, strong {
  font-weight: bold;
}
.italic, i, em, q, address {
  font-style: italic;
}
.majuscules, .capitale {
  text-transform: uppercase;
}
.caps {
  font-variant: small-caps;
}
small, .petit {
  font-size: 0.8em;
  line-height: 1.4em;
}
.gros {
  font-size: 1.2em;
}
dfn {
  font-weight: bold;
  font-style: italic;
}
del, .del {
  background-color: #FFDDDD;
  border-color: #CC0000;
  color: #CC0000;
  text-decoration: line-through;
}
ins, .ins {
  background-color: #DDFFDD;
  border-color: #00AA00;
  color: #00AA00;
  text-decoration: none;
}
sup, sub {
  position: relative;
  vertical-align: baseline;
  font-size: 0.8em;
  font-variant: normal;
  line-height: 0;
}
sub {
  bottom: -0.25em;
}
sup {
  vertical-align: super;
  top: -0.25em;
}
img.puce {
  vertical-align: baseline;
}
/*  */
.large {
  width: 100%;
}
.pull-left, .gauche, .left {
  float: left;
}
.pull-right, .droite, .right {
  float: right;
}
.centre, .center {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
/* Curseurs */
.deroulantclic, [role="button"] {
  cursor: pointer;
}
/* Espaceur de blocs */
.clear {
  clear: both;
}
br.clear, .nettoyeur {
  clear: both;
  margin: 0;
  padding: 0;
  border: 0;
  height: 0;
  line-height: 1px;
  font-size: 1px;
}
hr.clear {
  visibility: hidden;
}
.sardine {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  font-size: 0 !important;
}
h1, h2, h3, h4, h5 {
  font-weight: normal;
}
.grotit::first-letter {
  text-transform: uppercase;
}
a, a::after, a::before, .btn, .boutons .submit, .bouton .submit {
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
a, a:focus {
  text-decoration: none;
}
a:active, a:hover {
  outline: 0;
  background-color: transparent;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
  border: 0;
  color: transparent;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  height: auto;
}
svg:not(:root) {
  overflow: hidden;
}
img.ronde {
  border-radius: 50%;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
iframe {
  border: none;
}
/*  */
.fileo {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #f6e9d9;
}
.filetbas {
  padding-bottom: 0.5em;
  margin-bottom: 1.4em;
  border-bottom: 1px solid #f6e9d9;
}
.margo {
  margin-top: 60px;
}
.margebas, .liste-items .item, .liste-grille .item {
  margin-bottom: 60px;
}
.margobas {
  margin-top: 60px;
  margin-bottom: 60px;
}
.btn, .boutons .submit, .bouton .submit {
  color: #fff;
}
.btn-petit {
  font-size: 0.9em;
}
.btn-fleche:after {
  font-family: "bootstrap-icons";
  font-weight: 600;
  margin-left: 5px;
  font-size: 0.7em;
}
.boutons .submit, .bouton .submit {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-vert {
  color: #fff;
  background-color: #4D9E58;
  border-color: #4D9E58;
}
.btn-vert:focus, .btn-vert.focus {
  color: #fff;
  background-color: #3c7c45;
  border-color: #234828;
}
.btn-vert:hover {
  color: #fff;
  background-color: #3c7c45;
  border-color: #397541;
}
.btn-vert:active, .btn-vert.active, .open > .dropdown-toggle.btn-vert {
  color: #fff;
  background-color: #3c7c45;
  border-color: #397541;
}
.btn-vert:active:hover, .btn-vert:active:focus, .btn-vert:active.focus, .btn-vert.active:hover, .btn-vert.active:focus, .btn-vert.active.focus, .open > .dropdown-toggle.btn-vert:hover, .open > .dropdown-toggle.btn-vert:focus, .open > .dropdown-toggle.btn-vert.focus {
  color: #fff;
  background-color: #316438;
  border-color: #234828;
}
.btn-vert:active, .btn-vert.active, .open > .dropdown-toggle.btn-vert {
  background-image: none;
}
.btn-vert.disabled:hover, .btn-vert.disabled:focus, .btn-vert.disabled.focus, .btn-vert[disabled]:hover, .btn-vert[disabled]:focus, .btn-vert[disabled].focus, fieldset[disabled] .btn-vert:hover, fieldset[disabled] .btn-vert:focus, fieldset[disabled] .btn-vert.focus {
  background-color: #4D9E58;
  border-color: #4D9E58;
}
.btn-vert .badge {
  color: #4D9E58;
  background-color: #fff;
}
.btn-bleu {
  color: #fff;
  background-color: #2568C4;
  border-color: #2568C4;
}
.btn-bleu:focus, .btn-bleu.focus {
  color: #fff;
  background-color: #1d5199;
  border-color: #112f59;
}
.btn-bleu:hover {
  color: #fff;
  background-color: #1d5199;
  border-color: #1b4d91;
}
.btn-bleu:active, .btn-bleu.active, .open > .dropdown-toggle.btn-bleu {
  color: #fff;
  background-color: #1d5199;
  border-color: #1b4d91;
}
.btn-bleu:active:hover, .btn-bleu:active:focus, .btn-bleu:active.focus, .btn-bleu.active:hover, .btn-bleu.active:focus, .btn-bleu.active.focus, .open > .dropdown-toggle.btn-bleu:hover, .open > .dropdown-toggle.btn-bleu:focus, .open > .dropdown-toggle.btn-bleu.focus {
  color: #fff;
  background-color: #17417b;
  border-color: #112f59;
}
.btn-bleu:active, .btn-bleu.active, .open > .dropdown-toggle.btn-bleu {
  background-image: none;
}
.btn-bleu.disabled:hover, .btn-bleu.disabled:focus, .btn-bleu.disabled.focus, .btn-bleu[disabled]:hover, .btn-bleu[disabled]:focus, .btn-bleu[disabled].focus, fieldset[disabled] .btn-bleu:hover, fieldset[disabled] .btn-bleu:focus, fieldset[disabled] .btn-bleu.focus {
  background-color: #2568C4;
  border-color: #2568C4;
}
.btn-bleu .badge {
  color: #2568C4;
  background-color: #fff;
}
.btn-rouge {
  color: #fff;
  background-color: #BB172E;
  border-color: #BB172E;
}
.btn-rouge:focus, .btn-rouge.focus {
  color: #fff;
  background-color: #8e1123;
  border-color: #490912;
}
.btn-rouge:hover {
  color: #fff;
  background-color: #8e1123;
  border-color: #851021;
}
.btn-rouge:active, .btn-rouge.active, .open > .dropdown-toggle.btn-rouge {
  color: #fff;
  background-color: #8e1123;
  border-color: #851021;
}
.btn-rouge:active:hover, .btn-rouge:active:focus, .btn-rouge:active.focus, .btn-rouge.active:hover, .btn-rouge.active:focus, .btn-rouge.active.focus, .open > .dropdown-toggle.btn-rouge:hover, .open > .dropdown-toggle.btn-rouge:focus, .open > .dropdown-toggle.btn-rouge.focus {
  color: #fff;
  background-color: #6e0e1b;
  border-color: #490912;
}
.btn-rouge:active, .btn-rouge.active, .open > .dropdown-toggle.btn-rouge {
  background-image: none;
}
.btn-rouge.disabled:hover, .btn-rouge.disabled:focus, .btn-rouge.disabled.focus, .btn-rouge[disabled]:hover, .btn-rouge[disabled]:focus, .btn-rouge[disabled].focus, fieldset[disabled] .btn-rouge:hover, fieldset[disabled] .btn-rouge:focus, fieldset[disabled] .btn-rouge.focus {
  background-color: #BB172E;
  border-color: #BB172E;
}
.btn-rouge .badge {
  color: #BB172E;
  background-color: #fff;
}
.btn-jaune {
  color: #fff;
  background-color: #FFA024;
  border-color: #FFA024;
}
.btn-jaune:focus, .btn-jaune.focus {
  color: #fff;
  background-color: #f08800;
  border-color: #a45d00;
}
.btn-jaune:hover {
  color: #fff;
  background-color: #f08800;
  border-color: #e68200;
}
.btn-jaune:active, .btn-jaune.active, .open > .dropdown-toggle.btn-jaune {
  color: #fff;
  background-color: #f08800;
  border-color: #e68200;
}
.btn-jaune:active:hover, .btn-jaune:active:focus, .btn-jaune:active.focus, .btn-jaune.active:hover, .btn-jaune.active:focus, .btn-jaune.active.focus, .open > .dropdown-toggle.btn-jaune:hover, .open > .dropdown-toggle.btn-jaune:focus, .open > .dropdown-toggle.btn-jaune.focus {
  color: #fff;
  background-color: #cc7400;
  border-color: #a45d00;
}
.btn-jaune:active, .btn-jaune.active, .open > .dropdown-toggle.btn-jaune {
  background-image: none;
}
.btn-jaune.disabled:hover, .btn-jaune.disabled:focus, .btn-jaune.disabled.focus, .btn-jaune[disabled]:hover, .btn-jaune[disabled]:focus, .btn-jaune[disabled].focus, fieldset[disabled] .btn-jaune:hover, fieldset[disabled] .btn-jaune:focus, fieldset[disabled] .btn-jaune.focus {
  background-color: #FFA024;
  border-color: #FFA024;
}
.btn-jaune .badge {
  color: #FFA024;
  background-color: #fff;
}
.btn-orange {
  color: #fff;
  background-color: #F5782A;
  border-color: #F5782A;
}
.btn-orange:focus, .btn-orange.focus {
  color: #fff;
  background-color: #e15d0b;
  border-color: #983f07;
}
.btn-orange:hover {
  color: #fff;
  background-color: #e15d0b;
  border-color: #d8590a;
}
.btn-orange:active, .btn-orange.active, .open > .dropdown-toggle.btn-orange {
  color: #fff;
  background-color: #e15d0b;
  border-color: #d8590a;
}
.btn-orange:active:hover, .btn-orange:active:focus, .btn-orange:active.focus, .btn-orange.active:hover, .btn-orange.active:focus, .btn-orange.active.focus, .open > .dropdown-toggle.btn-orange:hover, .open > .dropdown-toggle.btn-orange:focus, .open > .dropdown-toggle.btn-orange.focus {
  color: #fff;
  background-color: #bf4f09;
  border-color: #983f07;
}
.btn-orange:active, .btn-orange.active, .open > .dropdown-toggle.btn-orange {
  background-image: none;
}
.btn-orange.disabled:hover, .btn-orange.disabled:focus, .btn-orange.disabled.focus, .btn-orange[disabled]:hover, .btn-orange[disabled]:focus, .btn-orange[disabled].focus, fieldset[disabled] .btn-orange:hover, fieldset[disabled] .btn-orange:focus, fieldset[disabled] .btn-orange.focus {
  background-color: #F5782A;
  border-color: #F5782A;
}
.btn-orange .badge {
  color: #F5782A;
  background-color: #fff;
}
.btn-rose {
  color: #fff;
  background-color: #E03464;
  border-color: #E03464;
}
.btn-rose:focus, .btn-rose.focus {
  color: #fff;
  background-color: #c31e4c;
  border-color: #811432;
}
.btn-rose:hover {
  color: #fff;
  background-color: #c31e4c;
  border-color: #ba1c49;
}
.btn-rose:active, .btn-rose.active, .open > .dropdown-toggle.btn-rose {
  color: #fff;
  background-color: #c31e4c;
  border-color: #ba1c49;
}
.btn-rose:active:hover, .btn-rose:active:focus, .btn-rose:active.focus, .btn-rose.active:hover, .btn-rose.active:focus, .btn-rose.active.focus, .open > .dropdown-toggle.btn-rose:hover, .open > .dropdown-toggle.btn-rose:focus, .open > .dropdown-toggle.btn-rose.focus {
  color: #fff;
  background-color: #a41940;
  border-color: #811432;
}
.btn-rose:active, .btn-rose.active, .open > .dropdown-toggle.btn-rose {
  background-image: none;
}
.btn-rose.disabled:hover, .btn-rose.disabled:focus, .btn-rose.disabled.focus, .btn-rose[disabled]:hover, .btn-rose[disabled]:focus, .btn-rose[disabled].focus, fieldset[disabled] .btn-rose:hover, fieldset[disabled] .btn-rose:focus, fieldset[disabled] .btn-rose.focus {
  background-color: #E03464;
  border-color: #E03464;
}
.btn-rose .badge {
  color: #E03464;
  background-color: #fff;
}
.btn-violet {
  color: #fff;
  background-color: #A30060;
  border-color: #A30060;
}
.btn-violet:focus, .btn-violet.focus {
  color: #fff;
  background-color: #700042;
  border-color: #240015;
}
.btn-violet:hover {
  color: #fff;
  background-color: #700042;
  border-color: #66003c;
}
.btn-violet:active, .btn-violet.active, .open > .dropdown-toggle.btn-violet {
  color: #fff;
  background-color: #700042;
  border-color: #66003c;
}
.btn-violet:active:hover, .btn-violet:active:focus, .btn-violet:active.focus, .btn-violet.active:hover, .btn-violet.active:focus, .btn-violet.active.focus, .open > .dropdown-toggle.btn-violet:hover, .open > .dropdown-toggle.btn-violet:focus, .open > .dropdown-toggle.btn-violet.focus {
  color: #fff;
  background-color: #4c002d;
  border-color: #240015;
}
.btn-violet:active, .btn-violet.active, .open > .dropdown-toggle.btn-violet {
  background-image: none;
}
.btn-violet.disabled:hover, .btn-violet.disabled:focus, .btn-violet.disabled.focus, .btn-violet[disabled]:hover, .btn-violet[disabled]:focus, .btn-violet[disabled].focus, fieldset[disabled] .btn-violet:hover, fieldset[disabled] .btn-violet:focus, fieldset[disabled] .btn-violet.focus {
  background-color: #A30060;
  border-color: #A30060;
}
.btn-violet .badge {
  color: #A30060;
  background-color: #fff;
}
.btn-gris {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-gris:focus, .btn-gris.focus {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-gris:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-gris:active, .btn-gris.active, .open > .dropdown-toggle.btn-gris {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-gris:active:hover, .btn-gris:active:focus, .btn-gris:active.focus, .btn-gris.active:hover, .btn-gris.active:focus, .btn-gris.active.focus, .open > .dropdown-toggle.btn-gris:hover, .open > .dropdown-toggle.btn-gris:focus, .open > .dropdown-toggle.btn-gris.focus {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-gris:active, .btn-gris.active, .open > .dropdown-toggle.btn-gris {
  background-image: none;
}
.btn-gris.disabled:hover, .btn-gris.disabled:focus, .btn-gris.disabled.focus, .btn-gris[disabled]:hover, .btn-gris[disabled]:focus, .btn-gris[disabled].focus, fieldset[disabled] .btn-gris:hover, fieldset[disabled] .btn-gris:focus, fieldset[disabled] .btn-gris.focus {
  background-color: #000;
  border-color: #000;
}
.btn-gris .badge {
  color: #000;
  background-color: #fff;
}
.btn-grisLight {
  color: #fff;
  background-color: #f6e9d9;
  border-color: #f6e9d9;
  color: #000 !important;
}
.btn-grisLight:focus, .btn-grisLight.focus {
  color: #fff;
  background-color: #ecd1b0;
  border-color: #dead72;
}
.btn-grisLight:hover {
  color: #fff;
  background-color: #ecd1b0;
  border-color: #eacca8;
}
.btn-grisLight:active, .btn-grisLight.active, .open > .dropdown-toggle.btn-grisLight {
  color: #fff;
  background-color: #ecd1b0;
  border-color: #eacca8;
}
.btn-grisLight:active:hover, .btn-grisLight:active:focus, .btn-grisLight:active.focus, .btn-grisLight.active:hover, .btn-grisLight.active:focus, .btn-grisLight.active.focus, .open > .dropdown-toggle.btn-grisLight:hover, .open > .dropdown-toggle.btn-grisLight:focus, .open > .dropdown-toggle.btn-grisLight.focus {
  color: #fff;
  background-color: #e5c093;
  border-color: #dead72;
}
.btn-grisLight:active, .btn-grisLight.active, .open > .dropdown-toggle.btn-grisLight {
  background-image: none;
}
.btn-grisLight.disabled:hover, .btn-grisLight.disabled:focus, .btn-grisLight.disabled.focus, .btn-grisLight[disabled]:hover, .btn-grisLight[disabled]:focus, .btn-grisLight[disabled].focus, fieldset[disabled] .btn-grisLight:hover, fieldset[disabled] .btn-grisLight:focus, fieldset[disabled] .btn-grisLight.focus {
  background-color: #f6e9d9;
  border-color: #f6e9d9;
}
.btn-grisLight .badge {
  color: #f6e9d9;
  background-color: #fff;
}
.grille, .liste-item.row, .liste-item > .row, .liste-items.row, .liste-items > .row {
  display: flex;
  flex-wrap: wrap;
}
.liste-item.row, .liste-item > .row, .liste-items.row, .liste-items > .row {
  text-align: left;
}
.liste-items.row, .liste-items > .row {
  text-align: left;
}
.liste-items .item .surtit {
  line-height: 130%;
  padding: 0.4em 3%;
}
.liste-items .item .tit {
  line-height: 1.2em;
}
.liste-items .item .date {
  font-size: 1.15em;
  color: #00969C;
  margin: 0 0 0.4em;
}
.liste-items .item .logo {
  min-width: 100%;
  display: block;
  overflow: hidden;
}
.liste-items .item .desc, .liste-items .item .introduction {
  font-weight: 400;
  line-height: 1.5em;
}
.liste-items .item .desc p, .liste-items .item .introduction p {
  margin: 0 0 0.5em;
  line-height: 1.5em;
}
.liste-items .item .btn, .liste-items .item .boutons .submit, .boutons .liste-items .item .submit, .liste-items .item .bouton .submit, .bouton .liste-items .item .submit {
  color: #fff;
  clear: both;
}
.liste-grille {
  margin-top: 3em;
}
.liste-grille .item {
  background-clip: content-box;
  height: 15em;
  text-align: center;
  background-position: center;
  background-size: cover;
}
.liste-grille .item .tit {
  display: flex;
  align-items: center;
  height: 100%;
  background: #00000055;
  color: #fff;
  text-align: center;
  font-size: 1.9em;
  padding: 1em;
  font-weight: 600;
  line-height: 1.3em;
  justify-content: center;
  border-bottom: 6px solid #00969C;
}
.liste-grille .item .tit.petit {
  font-size: 1.3em;
}
.liste-grille .lrub {
  margin: 0 0 2em;
}
.item {
  box-sizing: border-box;
  overflow: hidden;
}
.item:before, .item:after {
  box-sizing: border-box;
}
.filtre {
  background-color: #f3f2ec;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 1.1em;
  margin: 2em 0;
}
.filtre a {
  margin: 0 0.8em;
  font-weight: 500;
}
.filtre a:hover {
  color: #00969C;
}
.filtre .tit {
  margin-bottom: 0.3em;
}
.filtre .titselect {
  display: inline-block;
  text-align: right;
  padding: 1em;
  width: 8%;
}
.filtre select {
  padding: 0.1em 0.3%;
  border-radius: 0.2em 0 0 0.2em;
}
.filtre select.selectdate {
  margin-right: 6%;
}
/* -------------- Accueil du compte -------------- */
.grosboutons {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  min-width: 100%;
}
.grosboutons .grosbouton {
  position: relative;
  min-height: 17em;
  margin-bottom: 2em;
}
.grosboutons .grosbouton * {
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.01s;
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.01s;
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.01s;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.01s;
}
.grosboutons .grosbouton .ico, .grosboutons .grosbouton svg {
  width: 70%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
}
.grosboutons .grosbouton .legende {
  position: absolute;
  color: #5f5f5a;
  bottom: 0;
  left: 50%;
  height: 2.6em;
  width: 100%;
  transform: translate(-50%, -50%);
}
.grosboutons .grosbouton .legende .titit {
  text-transform: uppercase;
  font-size: 1.2em;
  margin: 0.2em 0;
  font-weight: 500;
  display: block;
}
.grosboutons .grosbouton:hover .ico, .grosboutons .grosbouton:hover svg {
  width: 80%;
  margin-top: -10px;
}
.grosboutons .grosbouton:hover .legende {
  color: #BB172E;
}
/*  */
body #cookie-bar, body #cookieChoiceInfo {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background: #fff;
  top: inherit !important;
  bottom: 0;
  font-size: 18px;
}
body #cookie-bar .cb-enable, body #cookie-bar #cookieChoiceDismiss, body #cookieChoiceInfo .cb-enable, body #cookieChoiceInfo #cookieChoiceDismiss {
  font-weight: bold;
  border-radius: 2px;
}
body #cookie-bar .cb-enable:hover, body #cookie-bar #cookieChoiceDismiss:hover, body #cookieChoiceInfo .cb-enable:hover, body #cookieChoiceInfo #cookieChoiceDismiss:hover {
  color: #fff;
}
/*  */
.box_mediabox, .lity-container {
  padding: 0;
  background-color: transparent;
  vertical-align: middle;
  overflow: hidden;
}
#cboxTitle, .lidy-Title {
  display: none !important;
}
.box_mediabox, #cboxOverlay {
  background: rgba(0, 0, 0, 0.9);
}
.lity-content > iframe, #cboxLoadedContent > iframe {
  width: 84vw !important;
  height: 84vh !important;
  min-width: 84vw !important;
  min-height: 84vh !important;
}
@media screen and (max-width: 680px) {
  .lity-content > iframe, #cboxLoadedContent > iframe {
    width: 86vw !important;
    height: 86vh !important;
    min-width: 86vw !important;
    min-height: 86vh !important;
  }
}
/*  */
@keyframes urgence {
  0% {
    margin-bottom: -1000px;
    opacity: 0;
  }
  100% {
    margin-bottom: 0;
    opacity: 100;
  }
}
.alerte_urgence {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #b91f1fee;
  text-align: center;
  font-size: 18px;
  color: #fff;
  z-index: 9980;
  padding: 1em 0.7em;
  text-align: center;
  animation: urgence 3s 1;
}
.alerte_urgence a, .alerte_urgence .cnt, .alerte_urgence .desc, .alerte_urgence .lls {
  color: #fff;
}
.alerte_urgence h3.spip {
  text-transform: uppercase;
  font-size: 1.6em;
  text-align: center;
  color: #fff;
  line-height: 1.2em;
  margin: 0.3em 1em;
  display: block;
}
.alerte_urgence p {
  line-height: 1.4em;
}
.alerte_urgence .lls {
  margin-top: 0.7em;
  text-align: center;
  text-decoration: underline;
  font-weight: 400;
}
.alerte_urgence .fermer {
  margin-top: -0.5em;
}
/* ============ Admin de Spip ============ */
body .spip-admin-bloc, body .spip-admin-float {
  margin-right: 3px;
  right: 0;
  display: table;
  z-index: 3000000;
  font-size: 0.9em;
  top: 8px;
}
body .spip-admin-bloc a, body .spip-admin-float a {
  border-radius: 0;
  float: left;
  margin-right: 3px;
  margin-bottom: 3px;
  font-weight: 500;
}
body .spip-admin-bloc a:first-of-type, body .spip-admin-float a:first-of-type {
  background-color: #FFA024;
  color: #000;
}
body .spip-admin-bloc a:last-of-type, body .spip-admin-float a:last-of-type {
  background-color: #BB172E;
}
body .spip-admin-float {
  top: inherit;
  font-size: 0.7em;
  bottom: 0;
  width: auto;
  opacity: 0.5;
  transition: 1s;
}
body .spip-admin-float:hover {
  opacity: 1;
}
body .spip-admin-float .spip-admin-boutons {
  border-radius: 0;
}
/* Boutons action */
.bouton_action_post, .bouton_action_post > div {
  display: inline;
}
#debug-nav {
  line-height: 16px;
}
/* ============ IMPRESSION ============ */
@media print {
  /* css-discuss.incutio.com/wiki/Printing_Tables */
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    overflow: visible;
  }
  * {
    position: static;
  }
  body .page .content {
    margin-top: 0;
    padding-top: 0;
  }
  body .navbar, body .btn, body .boutons .submit, .boutons body .submit, body .bouton .submit, .bouton body .submit, body .asidedroite, body .footer, body .liste-grille, body .atss-righ, body .titpage, body .pagination, body #spip-admin, body .header, body .boutons, body .grosseintro .chemin, body .page_type_contenu .liste-items {
    display: none;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  blockquote {
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  a, a:visited {
    text-decoration: underline;
  }
  img {
    width: auto;
  }
  .texte a.spip_out::after, .texte a[href]::after, .texte a.spip_url a.spip_out::after, .texte a.spip_url::after {
    content: " (" attr(href) ")";
  }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  .article pre, .article blockquote.spip, .article blockquote.spip_poesie {
    border: 2px solid #999;
    page-break-inside: avoid;
  }
  .colgauche {
    width: 95%;
  }
  #bicolonnes, .colgauche {
    padding: 0;
    margin: 0;
  }
  .contenu .page_type_contenu #bicolonnes .chapo {
    padding: 0;
  }
  .contenu .page_type_contenu #bicolonnes .colgauche .date {
    padding-left: 0;
  }
}
.footer .formulaire_spip form .editer-groupe {
  margin-left: -2.5%;
}
/* ============ RESPONSIVE ============ */
@media screen and (min-width: 1000px) {
  .fileo-xl {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #f6e9d9;
  }
  .filetbas-xl {
    padding-bottom: 0.5em;
    margin-bottom: 1.4em;
    border-bottom: 1px solid #f6e9d9;
  }
  .margo-xl {
    margin-top: 60px;
  }
  .margebas-xl {
    margin-bottom: 60px;
  }
  .margobas-xl {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
/* ============ écrans mobiles ============ */
@media screen and (max-width: 767px) {
  /*  */
  /*  */
  /*  */
  img {
    height: auto;
  }
  iframe {
    max-width: 100%;
  }
  textarea, table, td, th {
    word-wrap: break-word;
  }
  .large-xs {
    width: 100%;
  }
  .gauche-xs, .left-xs {
    float: left;
  }
  .droite-xs, .right-xs {
    float: right;
  }
  .centre-xs, .center-xs {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
  .fileo-xs {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #f6e9d9;
  }
  .filetbas-xs {
    padding-bottom: 0.5em;
    margin-bottom: 1.4em;
    border-bottom: 1px solid #f6e9d9;
  }
  .margo-xs {
    margin-top: 60px;
  }
  .margebas-xs {
    margin-bottom: 60px;
  }
  .margobas-xs {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .pagination {
    margin: 0 0 8vw;
  }
  .pagination .pages strong, .pagination .pages a {
    width: 1.4em;
    border: 0 solid #fff;
    border-top: 0.4em solid #fff;
  }
  .contenu .formulaire_spip form .saisie_case, .footer .formulaire_spip form .saisie_case {
    width: 100%;
  }
  .contenu .formulaire_spip form legend, .contenu .formulaire_spip form .legend, .footer .formulaire_spip form legend, .footer .formulaire_spip form .legend {
    font-size: 1.5em;
    font-weight: 500;
  }
  .contenu .formulaire_spip form label, .footer .formulaire_spip form label {
    font-size: 1em;
  }
  .contenu .formulaire_spip form .editer-groupe, .footer .formulaire_spip form .editer-groupe {
    margin-left: 0;
  }
  .contenu .formulaire_spip form .boutons, .footer .formulaire_spip form .boutons {
    padding-top: 0;
  }
  .contenu .formulaire_spip form fieldset legend, .contenu .formulaire_spip form fieldset .legend, .contenu .formulaire_spip form fieldset .row-fluid, .footer .formulaire_spip form fieldset legend, .footer .formulaire_spip form fieldset .legend, .footer .formulaire_spip form fieldset .row-fluid {
    width: 95%;
  }
  .formulaire_login form #pass_securise {
    display: none;
  }
}
/* ============ Grand écran seulement ============ */
@media screen and (min-width: 768px) {
  /*  */
  .large-xl {
    width: 100%;
  }
  .gauche-xl, .left-xl {
    float: left;
  }
  .droite-xl, .right-xl {
    float: right;
  }
  .centre-xl, .center-xl {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
  .fileo-xl {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #f6e9d9;
  }
  .filetbas-xl {
    padding-bottom: 0.5em;
    margin-bottom: 1.4em;
    border-bottom: 1px solid #f6e9d9;
  }
  .margo-xl {
    margin-top: 60px;
  }
  .margebas-xl {
    margin-bottom: 60px;
  }
  .margobas-xl {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
/*  */
/* #PRODUIRE{fond=css/general-sqz.scss}
   md5:0b2711477ad21f77b8303273b3105bd6 */
.content .article, .post {
  /* #PRODUIRE{fond=css/article.scss}
   md5:b252367ce1a08c0634d1a9a527a7ea6c */
  /* --------- mixins --------- */
  /*--------------- Texte spip --------------*/
  /* --------- Titres --------- */
  /*--------------- Marges et retours à la ligne  --------------*/
  /*--------------- Listes   --------------*/
  /*--------------- Liens  --------------*/
  /*--------------- Mise en forme de caractères  --------------*/
  /*--------------- Mise en forme de paragraphes  --------------*/
  /*--------------- Encadrés  --------------*/
  /*--------------- Filets et tableaux  --------------*/
  /* -------- Tableaux ------- */
  /*--------------- Formulaires  --------------*/
  /* ---- Notes ---- */
  /* ---- Documents ---- */
  /* Cartes GIS */
  /* ---- Colorisation par défaut ----- */
  /* --------- Styles FAQ --------- */
  /* ---------- pas de marges devant les premiers éléments */
  /*  */
  /* #PRODUIRE{fond=css/article-sqz.scss}
   md5:b3b9b67a96bf50903a349deb468f30e6 */
  /*Laisser vide*/
  /*  */
  /* #PRODUIRE{fond=css/article-specificite.scss}
   md5:b3b9b67a96bf50903a349deb468f30e6 */
  /*Laisser vide*/
}
.content .article .icon-box-arrow-up-right, .content .article .spip_out, .content .article .post .spip_out, .post .content .article .spip_out, .content .article .icon-box-fleche-bas-droite, .post .icon-box-arrow-up-right, .post .spip_out, .post .icon-box-fleche-bas-droite {
  position: relative;
}
.content .article .icon-box-arrow-up-right::before, .content .article .spip_out::before, .content .article .post .spip_out::before, .post .content .article .spip_out::before, .content .article .icon-box-fleche-bas-droite::before, .post .icon-box-arrow-up-right::before, .post .spip_out::before, .post .icon-box-fleche-bas-droite::before {
  display: inline-block;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: bootstrap-icons !important;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  content: "";
}
.content .article strong, .content .article b, .post strong, .post b {
  font-weight: 600;
}
.content .article i, .content .article em, .content .article .italique, .post i, .post em, .post .italique {
  font-style: italic;
}
.content .article strong i, .post strong i {
  font-weight: bold;
}
.content .article .spip_document iframe, .post .spip_document iframe {
  margin: 0;
}
.content .article a, .post a {
  line-height: 120%;
}
.content .article img, .post img {
  max-width: 100%;
  height: auto;
}
.content .article sup.typo_exposants, .post sup.typo_exposants {
  line-height: 99%;
}
.content .article sup a, .post sup a {
  font-weight: bold;
  color: #00969C;
}
.content .article h2.spip, .content .article h3.spip, .content .article h4.spip, .content .article h5.spip, .content .article h6.spip, .content .article .titre.h3, .content .article .titre.h4, .content .article .titre.h5, .content .article .titre.h6, .post h2.spip, .post h3.spip, .post h4.spip, .post h5.spip, .post h6.spip, .post .titre.h3, .post .titre.h4, .post .titre.h5, .post .titre.h6 {
  line-height: 120%;
  overflow: hidden;
  hyphens: none;
  margin: 0 0 1.1em;
  border-left: 0 solid #fff;
  font-weight: 500;
  font-style: normal;
}
.content .article h2.spip a, .content .article h3.spip a, .content .article h4.spip a, .content .article h5.spip a, .content .article h6.spip a, .content .article .titre.h3 a, .content .article .titre.h4 a, .content .article .titre.h5 a, .content .article .titre.h6 a, .post h2.spip a, .post h3.spip a, .post h4.spip a, .post h5.spip a, .post h6.spip a, .post .titre.h3 a, .post .titre.h4 a, .post .titre.h5 a, .post .titre.h6 a {
  padding: 0;
}
.content .article h2.spip font, .content .article h3.spip font, .content .article h4.spip font, .content .article h5.spip font, .content .article h6.spip font, .content .article .titre.h3 font, .content .article .titre.h4 font, .content .article .titre.h5 font, .content .article .titre.h6 font, .post h2.spip font, .post h3.spip font, .post h4.spip font, .post h5.spip font, .post h6.spip font, .post .titre.h3 font, .post .titre.h4 font, .post .titre.h5 font, .post .titre.h6 font {
  font-weight: 600;
  line-height: 120%;
  margin-left: 5px;
}
.content .article h2.spip, .content .article .titre.h2, .content .article h3.spip, .content .article .titre.h3, .post h2.spip, .post .titre.h2, .post h3.spip, .post .titre.h3 {
  display: table;
  border-bottom: 3px solid #00969C;
  margin-bottom: 0.8em;
  font-size: 2em;
  padding: 0 0 0.15em;
}
.content .article h2.spip font, .content .article h2.spip font *, .content .article .titre.h2 font, .content .article .titre.h2 font *, .content .article h3.spip font, .content .article h3.spip font *, .content .article .titre.h3 font, .content .article .titre.h3 font *, .post h2.spip font, .post h2.spip font *, .post .titre.h2 font, .post .titre.h2 font *, .post h3.spip font, .post h3.spip font *, .post .titre.h3 font, .post .titre.h3 font * {
  font-weight: bold;
}
.content .article h4.spip, .content .article .titre.h4, .content .article h5.spip, .content .article .titre.h5, .post h4.spip, .post .titre.h4, .post h5.spip, .post .titre.h5 {
  border-bottom: 1px solid #000;
  margin: 0.7em 0;
}
.content .article h4.spip, .content .article .titre.h4, .post h4.spip, .post .titre.h4 {
  border-bottom: 1px solid #000;
  display: table;
  font: normal 500 1.8em/1.5em "Roboto", Geneva, Verdana, sans-serif;
  padding: 4px 2px 6px 0;
}
.content .article h4.spip a, .content .article .titre.h4 a, .post h4.spip a, .post .titre.h4 a {
  padding: 0;
}
.content .article h5.spip, .content .article .titre.h5, .post h5.spip, .post .titre.h5 {
  display: table;
  font: normal 500 1.4em/1.65em "Roboto", Geneva, Verdana, sans-serif;
  margin: 0.5em 0 1em;
  padding: 0.4em 0 0.3em;
  color: #7f8080;
  background-color: transparent;
}
.content .article h5.spip .spip_dic, .content .article .titre.h5 .spip_dic, .post h5.spip .spip_dic, .post .titre.h5 .spip_dic {
  color: #fff;
}
.content .article h6.spip, .content .article .titre.h6, .post h6.spip, .post .titre.h6 {
  border-bottom: 1px solid #f3f2ec;
  display: table;
  font: 500 1.2em/120% "Roboto", Geneva, Verdana, sans-serif;
  overflow: hidden;
  padding: 3px 0 4px;
}
.content .article span + .autobr, .post span + .autobr {
  display: none;
}
.content .article p, .content .article ul.spip, .content .article ol.spip, .content .article table, .content .article .texteencadre-spip, .content .article .spip_cadre, .content .article .spip_code, .content .article .spip-block-right, .content .article .spip-block-center, .content .article .cs_blocs, .post p, .post ul.spip, .post ol.spip, .post table, .post .texteencadre-spip, .post .spip_cadre, .post .spip_code, .post .spip-block-right, .post .spip-block-center, .post .cs_blocs {
  margin-bottom: 1.7em;
  font-weight: inherit;
}
.content .article .cs_blocs p, .content .article .cs_blocs ul.spip, .content .article .cs_blocs ol.spip, .content .article .cs_blocs table, .content .article .cs_blocs .texteencadre-spip, .content .article .cs_blocs .spip_cadre, .content .article .cs_blocs .spip_code, .content .article .cs_blocs .spip-block-right, .content .article .cs_blocs .spip-block-center, .post .cs_blocs p, .post .cs_blocs ul.spip, .post .cs_blocs ol.spip, .post .cs_blocs table, .post .cs_blocs .texteencadre-spip, .post .cs_blocs .spip_cadre, .post .cs_blocs .spip_code, .post .cs_blocs .spip-block-right, .post .cs_blocs .spip-block-center {
  margin-bottom: 1.2em;
}
.content .article p + h3.spip, .content .article p + h4.spip, .content .article p + h5.spip, .content .article p + h6.spip, .content .article ul.spip + h3.spip, .content .article ul.spip + h4.spip, .content .article ul.spip + h5.spip, .content .article ul.spip + h6.spip, .content .article ol.spip + h3.spip, .content .article ol.spip + h4.spip, .content .article ol.spip + h5.spip, .content .article ol.spip + h6.spip, .content .article div + h3.spip, .content .article div + h4.spip, .content .article div + h5.spip, .content .article div + h6.spip, .content .article table + h3.spip, .content .article table + h4.spip, .content .article table + h5.spip, .content .article table + h6.spip, .post p + h3.spip, .post p + h4.spip, .post p + h5.spip, .post p + h6.spip, .post ul.spip + h3.spip, .post ul.spip + h4.spip, .post ul.spip + h5.spip, .post ul.spip + h6.spip, .post ol.spip + h3.spip, .post ol.spip + h4.spip, .post ol.spip + h5.spip, .post ol.spip + h6.spip, .post div + h3.spip, .post div + h4.spip, .post div + h5.spip, .post div + h6.spip, .post table + h3.spip, .post table + h4.spip, .post table + h5.spip, .post table + h6.spip {
  margin-top: 1.8em;
}
.content .article * .spip_dic, .post * .spip_dic {
  margin: 0 0 0 6px;
  line-height: 95%;
}
.content .article li, .content .article p, .post li, .post p {
  line-height: 1.6em;
}
.content .article ul.spip, .post ul.spip {
  border-width: 0;
  padding-left: 0.5em;
}
.content .article ul.spip > li, .post ul.spip > li {
  padding-left: 1.2em;
  list-style: none;
  position: relative;
  padding-top: 0.4em;
  margin: 0 0 9px;
}
.content .article ul.spip > li::before, .post ul.spip > li::before {
  content: " ";
  display: block;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  border-radius: 50%;
  float: left;
  left: 0;
  top: 0.4em;
  margin: 0.5em 0.1em 0 0;
  background-color: #00969C;
}
.content .article ul.spip ul.spip li, .post ul.spip ul.spip li {
  margin: 0 0 0.1em;
}
.content .article ol.spip, .post ol.spip {
  list-style: decimal inside !important;
  padding-left: 0;
  counter-reset: repas;
  margin: 0.5em 0 1.9em 0;
}
.content .article ol.spip > li, .post ol.spip > li {
  list-style-type: none;
  counter-increment: repas;
  /* on incrémente le compteur à chaque nouveau li */
  margin-bottom: 10px;
  padding-left: 0;
}
.content .article ol.spip > li::before, .post ol.spip > li::before {
  content: counter(repas);
  /* on affiche le compteur */
  padding: 2px 8px 2px;
  margin-right: 0.6em;
  vertical-align: top;
  background-color: #00969C;
  font-weight: bold;
  font-size: 1em;
  color: white;
}
.content .article ol.spip ul.spip, .post ol.spip ul.spip {
  padding-left: 2em;
}
.content .article ol.spip ul.spip > li, .post ol.spip ul.spip > li {
  padding-left: 1.2em;
}
.content .article ul.spip ul.spip, .content .article ol.spip ul.spip, .content .article ul.spip ol.spip, .post ul.spip ul.spip, .post ol.spip ul.spip, .post ul.spip ol.spip {
  margin-left: 0;
}
.content .article ol.spip ol.spip, .post ol.spip ol.spip {
  margin-left: 1.9em;
}
.content .article ul.spip ul.spip, .content .article ol.spip ul.spip, .post ul.spip ul.spip, .post ol.spip ul.spip {
  margin-bottom: 1.7em;
}
.content .article a.spip_out, .content .article a.spip_glossaire, .content .article p.spip_note a, .content .article .spip_in, .content .article .spip_note, .content .article .spip_dic sup, .content .article .larticle a, .post a.spip_out, .post a.spip_glossaire, .post p.spip_note a, .post .spip_in, .post .spip_note, .post .spip_dic sup, .post .larticle a {
  font-weight: 500;
  color: #00969C;
}
.content .article a.spip_out:hover, .content .article a.spip_glossaire:hover, .content .article p.spip_note a:hover, .content .article .spip_in:hover, .content .article .spip_note:hover, .content .article .spip_dic sup:hover, .content .article .larticle a:hover, .post a.spip_out:hover, .post a.spip_glossaire:hover, .post p.spip_note a:hover, .post .spip_in:hover, .post .spip_note:hover, .post .spip_dic sup:hover, .post .larticle a:hover {
  text-decoration: underline;
}
.content .article .spip_out, .post .spip_out {
  padding-right: 0.3em;
}
.content .article .spip_out::before, .post .spip_out::before {
  font-size: 0.6em;
  vertical-align: baseline;
}
.content .article .caractencadre-spip, .post .caractencadre-spip {
  color: #00969C;
}
.content .article .caractencadre2-spip, .post .caractencadre2-spip {
  color: #FFA024;
}
.content .article sc, .content .article .sc, .post sc, .post .sc {
  font-variant: small-caps;
}
.content .article .spip_code, .content .article .texteencadre-spip, .post .spip_code, .post .texteencadre-spip {
  background-color: #f9f2f4;
  color: #fff;
  display: table;
}
.content .article .spip_code a, .content .article .texteencadre-spip a, .post .spip_code a, .post .texteencadre-spip a {
  color: contrast(#00969C, #000000, #ffffff);
  text-decoration: underline;
}
.content .article .spip_cadre, .content .article .spip_code, .post .spip_cadre, .post .spip_code {
  padding: 0.7em 1.1em 0.9em;
}
.content .article .spip_cadre, .post .spip_cadre {
  display: block;
  width: 100%;
}
.content .article .spip_cadre:active, .post .spip_cadre:active {
  background-color: #f3f2ec;
}
.content .article .spip_cadre:focus-visible, .post .spip_cadre:focus-visible {
  background-color: #faf9f3;
}
.content .article code, .content .article kbd, .content .article pre, .content .article samp, .post code, .post kbd, .post pre, .post samp {
  font-family: "Courier New", Courier, monospace;
}
.content .article .spip_code, .content .article code, .post .spip_code, .post code {
  font-family: "Courier New", Courier, monospace !important;
  color: #fff;
  font-weight: 500;
  font-size: 0.9em;
  background-color: #f9f2f4;
  white-space: inherit;
}
.content .article kbd, .post kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0.4em;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.content .article kbd kbd, .post kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
.content .article pre, .post pre {
  display: block;
  overflow: auto;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.2631578947;
  word-break: break-all;
  word-wrap: break-word;
  color: #5f5f5a;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0.2em;
  /* Cf.: http://perishablepress.com/press/2010/06/01/wrapping-content/ */
  white-space: pre;
  /* CSS 2.0 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3.0 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -hp-pre-wrap;
  /* HP Printers */
  word-wrap: break-word;
  /* IE 5+ */
}
.content .article pre code, .post pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.content .article .texteencadre-spip, .post .texteencadre-spip {
  background-color: #00969C;
  color: #fff;
  border: 0px solid #fff;
  padding: 0.6em 1em 0.8em;
}
.content .article .texteencadre-spip a, .post .texteencadre-spip a {
  color: #fff;
}
.content .article .cs_blocs, .post .cs_blocs {
  border-left: 1px solid #ddd;
  border-width: 0 0 0 8px;
  padding: 0 0 0 33px;
  background: transparent;
  clear: both;
  margin-bottom: 1.5em;
}
.content .article .cs_blocs .blocs_titre, .post .cs_blocs .blocs_titre {
  font-size: 1.5em;
  margin-bottom: 0.8em;
  background-image: none;
  padding: 0 0 0 33px;
  position: relative;
}
.content .article .cs_blocs .blocs_titre a, .post .cs_blocs .blocs_titre a {
  text-decoration: none;
  font-weight: 500;
}
.content .article .cs_blocs .blocs_titre:before, .post .cs_blocs .blocs_titre:before {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  content: url(https://c-real.org/squ/squelettes/ergo/fleche/d_moyen.png);
  display: inline-block;
  transform: rotate(90deg);
  display: inline-block;
  position: absolute;
  left: 7px;
}
.content .article .cs_blocs p:last-of-type, .post .cs_blocs p:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}
.content .article .cs_blocs .blocs_destination, .post .cs_blocs .blocs_destination {
  padding: 0.7em 2.1em;
}
.content .article .cs_blocs .blocs_replie:before, .post .cs_blocs .blocs_replie:before {
  transform: rotate(0);
}
.content .article .cs_blocs:last-of-type, .post .cs_blocs:last-of-type {
  border-bottom: 1px solid #ddd;
}
.content .article a[href*="javascript:"], .post a[href*="javascript:"] {
  background-color: inherit;
}
.content .article a[href*="javascript:"]::before, .content .article a[href*="javascript:"]::after, .post a[href*="javascript:"]::before, .post a[href*="javascript:"]::after {
  display: none;
}
.content .article blockquote.spip, .content .article blockquote.spip_poesie, .post blockquote.spip, .post blockquote.spip_poesie {
  background-color: #faf9f3;
  font: italic 1.4em/144% "Roboto", Geneva, Verdana, sans-serif;
  margin: 1em 0;
  padding: 0.7em 1.3em 1em;
  min-height: 40px;
  display: table;
  position: relative;
}
.content .article blockquote.spip p:last-of-type, .content .article blockquote.spip_poesie p:last-of-type, .post blockquote.spip p:last-of-type, .post blockquote.spip_poesie p:last-of-type {
  margin-bottom: 0;
}
.content .article blockquote.spip, .post blockquote.spip {
  padding: 1em 3em;
  text-align: center;
}
.content .article blockquote.spip:before, .post blockquote.spip:before {
  color: #00969C;
  content: "«";
  font-size: 2.6em;
  left: 0.3em;
  position: absolute;
  top: 0.2em;
}
.content .article blockquote.spip:after, .post blockquote.spip:after {
  bottom: 0.35em;
  color: #00969C;
  content: "»";
  font-size: 2.6em;
  position: absolute;
  right: 0.3em;
}
.content .article blockquote.spip_poesie, .post blockquote.spip_poesie {
  border-left-width: 0;
  padding: 2em 3em 2em 4.6em;
  font: normal 300 1.3em/180% "Roboto", Geneva, Verdana, sans-serif;
  color: #000;
  text-indent: -1.6em;
}
.content .article hr.spip, .post hr.spip {
  border-bottom: 1px solid #000;
  margin: 27px 0;
  width: 100%;
}
.content .article table, .post table {
  cellpadding: 0;
  cellspacing: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
.content .article caption, .content .article .tablesorter-default > caption, .post caption, .post .tablesorter-default > caption {
  background-color: #fff;
  padding: 1.8em 1em 1.8em;
  text-align: center;
  font-size: 1.5em;
  color: #000;
  font-weight: 600;
  font-family: "Roboto", Geneva, Verdana, sans-serif;
}
.content .article table.spip, .content .article table.spip td, .content .article table.spip th, .content .article table.spip td td, .content .article table.spip td th, .content .article table.spip th td, .content .article table.spip th th, .post table.spip, .post table.spip td, .post table.spip th, .post table.spip td td, .post table.spip td th, .post table.spip th td, .post table.spip th th {
  border-collapse: collapse;
  font-size: 14px;
  margin: 20px 0 25px;
  padding: 1em;
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
}
.content .article table.spip, .post table.spip {
  width: 100%;
  display: table;
  margin: 0.1em 0 2em;
  border-width: 1px 1px 1px 2px;
  border: 1px solid #f3f2ec;
}
.content .article table.spip th, .post table.spip th {
  color: #FFFFFF;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 120%;
  padding: 0.9em 10px;
  text-align: center;
}
.content .article table.spip th strong, .post table.spip th strong {
  margin: 4px 10px;
}
.content .article table.spip th, .post table.spip th {
  background-color: #00969C;
}
.content .article table.spip td, .post table.spip td {
  border: 0 solid #fff;
  border-right: 1px solid #f3f2ec;
}
.content .article table.spip .row_odd, .content .article table.spip .odd, .post table.spip .row_odd, .post table.spip .odd {
  background-color: #fff;
}
.content .article table.spip .row_even, .post table.spip .row_even {
  background-color: #faf9f3;
}
.content .article table.spip .row_odd:hover, .post table.spip .row_odd:hover {
  background-color: #f3f2ec;
}
.content .article table.spip .row_even:hover, .post table.spip .row_even:hover {
  background-color: #f3f2ec;
}
.content .article .boutons, .post .boutons {
  margin-top: 1.3em;
}
.content .article textarea, .post textarea {
  border-width: 1px;
  border-style: solid;
}
.content .article .note, .content .article .notes, .post .note, .post .notes {
  padding: 0.4em 0 0.8em;
  margin: 0.8em 0 0;
  border-top: 1px #000;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}
.content .article .note .pintertitre, .content .article .notes .pintertitre, .post .note .pintertitre, .post .notes .pintertitre {
  font-size: 1.5em;
  border-bottom: 1px solid #ddd;
  padding: 0.7em 0 0.5em;
  margin-bottom: 1.5em;
  display: table;
}
.content .article .note div > p, .content .article .notes div > p, .post .note div > p, .post .notes div > p {
  font-weight: 400;
}
.content .article .spip_documents, .post .spip_documents {
  background: #faf9f3;
  color: #333333;
  display: inline-block;
  padding: 0.2em;
  margin: 0 auto;
  text-align: center;
}
.content .article .spip_documents.spip_documents_left, .content .article .spip_documents.spip_documents_right, .content .article .spip_documents.spip_documents_center, .post .spip_documents.spip_documents_left, .post .spip_documents.spip_documents_right, .post .spip_documents.spip_documents_center {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 1em;
}
.content .article .spip_documents .spip_doc_descriptif, .content .article .spip_documents .spip_doc_titre, .content .article .spip_documents .spip_doc_credits, .post .spip_documents .spip_doc_descriptif, .post .spip_documents .spip_doc_titre, .post .spip_documents .spip_doc_credits {
  margin: 0 17px;
}
.content .article .spip_documents .spip_doc_legende, .post .spip_documents .spip_doc_legende {
  margin-bottom: 0.2em;
  margin-top: 1.1em;
  width: 100%;
  max-width: 100%;
}
.content .article .spip_documents .spip_doc_titre, .post .spip_documents .spip_doc_titre {
  padding: 0 0 0.5em;
  line-height: 1.2em;
  display: block;
}
.content .article .spip_documents .spip_doc_descriptif, .content .article .spip_documents .spip_doc_credits, .post .spip_documents .spip_doc_descriptif, .post .spip_documents .spip_doc_credits {
  line-height: 140%;
  padding: 0;
  margin-top: 0.4em;
}
.content .article .spip_documents .spip_doc_descriptif p, .content .article .spip_documents .spip_doc_credits p, .post .spip_documents .spip_doc_descriptif p, .post .spip_documents .spip_doc_credits p {
  margin-bottom: 1em;
}
.content .article .spip_documents .spip_doc_descriptif p:last-of-type, .content .article .spip_documents .spip_doc_credits p:last-of-type, .post .spip_documents .spip_doc_descriptif p:last-of-type, .post .spip_documents .spip_doc_credits p:last-of-type {
  margin-bottom: 0;
}
.content .article .spip_documents .spip_doc_credits, .post .spip_documents .spip_doc_credits {
  font-size: 0.8em;
  font-style: italic;
  font-weight: 400;
}
.content .article .spip_documents.oembed_video, .post .spip_documents.oembed_video {
  margin: 5px;
  min-width: 200px;
}
.content .article .spip_documents.oembed_video .spip_doc_titre, .post .spip_documents.oembed_video .spip_doc_titre {
  margin: 0 auto;
}
.content .article .spip_documents.spip_documents_center, .post .spip_documents.spip_documents_center {
  margin: 15px auto;
  padding: 15px;
  width: 100%;
  display: block;
  overflow: hidden;
}
.content .article .spip_documents.spip_documents_center *, .post .spip_documents.spip_documents_center * {
  text-align: center;
}
.content .article .spip_documents.spip_documents_center .spip_doc_descriptif, .content .article .spip_documents.spip_documents_center .spip_doc_titre, .post .spip_documents.spip_documents_center .spip_doc_descriptif, .post .spip_documents.spip_documents_center .spip_doc_titre {
  width: auto !important;
}
.content .article .spip_documents.spip_documents_center .spip_doc_titre, .post .spip_documents.spip_documents_center .spip_doc_titre {
  font: 1.2em;
  margin-top: 1em;
}
.content .article .spip_documents.spip_documents_center .spip_doc_titre strong, .post .spip_documents.spip_documents_center .spip_doc_titre strong {
  line-height: 1.2em;
  display: block;
}
.content .article .spip_documents.spip_documents_left, .post .spip_documents.spip_documents_left {
  margin: 0.2em 4% 2.5em 0;
  float: left;
}
.content .article .spip_documents.spip_documents_right, .post .spip_documents.spip_documents_right {
  margin: 0.2em 0 2.5em 4%;
  float: right;
}
.content .article .spip_documents.spip_documents_left, .content .article .spip_documents.spip_documents_right, .post .spip_documents.spip_documents_left, .post .spip_documents.spip_documents_right {
  max-width: 46%;
}
.content .article .spip_documents.spip_documents_left .oe-video, .content .article .spip_documents.spip_documents_right .oe-video, .post .spip_documents.spip_documents_left .oe-video, .post .spip_documents.spip_documents_right .oe-video {
  float: none;
}
.content .article .spip_documents.spip_documents_center.oembed_video, .post .spip_documents.spip_documents_center.oembed_video {
  width: auto;
  padding: 40px 15px;
  margin: 2em 0;
}
.content .article .spip_documents.spip_documents_center.oembed_video .oembed, .post .spip_documents.spip_documents_center.oembed_video .oembed {
  width: 100%;
  max-width: 700px !important;
  padding: 0;
}
.content .article .spip_documents .oe-play-button button, .post .spip_documents .oe-play-button button {
  margin-left: -33px;
  margin-top: -33px;
  left: 50%;
  top: 50%;
}
.content .article .spip_documents.oembed_twitter, .post .spip_documents.oembed_twitter {
  width: auto;
  display: block;
  padding-bottom: 1.3em;
  margin: 2em auto;
}
.content .article .spip_documents.oembed_twitter .twitter-tweet, .post .spip_documents.oembed_twitter .twitter-tweet {
  text-align: left;
  padding-left: 16%;
  background: url() no-repeat 2.4% 0.3em;
  background-size: 11%;
}
.content .article .spip_documents.oembed_twitter .twitter-tweet p, .post .spip_documents.oembed_twitter .twitter-tweet p {
  font-size: 1.5em;
  padding: 1px 4% 0;
  text-align: left;
  border-left: 1px solid #ddd;
  margin: 0.8em 0;
}
.content .article .spip_documents.oembed_twitter .oembed, .post .spip_documents.oembed_twitter .oembed {
  padding-bottom: 1em;
}
.content .article .spip_documents img, .post .spip_documents img {
  max-width: 100%;
}
.content .article .spip_documents p.spip, .post .spip_documents p.spip {
  margin: 0 !important;
}
.content .article p + .spip_documents_center, .content .article ul.spip + .spip_documents_center, .content .article ol.spip + .spip_documents_center, .content .article div + .spip_documents_center, .content .article table + .spip_documents_center, .content .article .spip_documents + .spip_documents_center, .post p + .spip_documents_center, .post ul.spip + .spip_documents_center, .post ol.spip + .spip_documents_center, .post div + .spip_documents_center, .post table + .spip_documents_center, .post .spip_documents + .spip_documents_center {
  margin-top: 1em;
}
.content .article .spip_documents.lecteurpdf, .post .spip_documents.lecteurpdf {
  width: 100%;
}
.content .article .toutlargeur, .post .toutlargeur {
  width: auto;
}
.content .article .toutlargeur .oembed_video, .post .toutlargeur .oembed_video {
  width: 100%;
}
.content .article .minivideo, .post .minivideo {
  width: 100%;
}
.content .article .carte_gis, .post .carte_gis {
  margin-bottom: 1.5em;
}
.content .article .larticle table.spip, .post .larticle table.spip {
  border: 1px solid #00969C;
}
.content .article .larticle table.spip td, .post .larticle table.spip td {
  border-right: 1px solid #00969C;
}
.content .article .larticle table.spip thead, .post .larticle table.spip thead {
  background-color: #00969C;
}
.content .article .note .pintertitre, .content .article .notes .pintertitre, .post .note .pintertitre, .post .notes .pintertitre {
  color: #00969C;
}
.content .article dl.faq.js dt, .post dl.faq.js dt {
  background-position: 0.5em 0.6em;
  padding-left: 2.2em;
}
.content .article dl.faq.js dd, .post dl.faq.js dd {
  margin-top: 1em;
  padding: 0.4em 0 0 1.1em;
}
.content .article ul.spip:first-child, .content .article blockquote:first-child, .content .article p:first-child, .post ul.spip:first-child, .post blockquote:first-child, .post p:first-child {
  margin-top: 0;
}
.content .article .formidable_analyse, .post .formidable_analyse {
  background-color: #f3f2ec;
  padding: 2em;
  margin-bottom: 5em;
}
.content .article .formidable_analyse div[class$="saisie_input"], .post .formidable_analyse div[class$="saisie_input"] {
  display: none;
}
.content .article .formidable_analyse .nombre_reponse::after, .post .formidable_analyse .nombre_reponse::after {
  content: " :";
}
.content .article .formidable_analyse .titrem, .post .formidable_analyse .titrem {
  background-color: transparent;
  text-align: left;
  padding: 1em 0 0.4em;
}
.content .article .formidable_analyse .progress-bar, .post .formidable_analyse .progress-bar {
  padding: 6px 5px;
}
.content .article .formidable_analyse .progress-bar span, .post .formidable_analyse .progress-bar span {
  background-color: #00969C;
  background-image: none;
}
.content .article .formidable_analyse .progress-bar strong, .post .formidable_analyse .progress-bar strong {
  text-shadow: none;
}
@media screen and (max-width: 767px) {
  .content .article .spip_documents.spip_documents_left, .content .article .spip_documents.spip_documents_right, .content .article .cs_blocs, .post .spip_documents.spip_documents_left, .post .spip_documents.spip_documents_right, .post .cs_blocs {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .content .article .texte .cs_blocs, .post .texte .cs_blocs {
    width: 100%;
  }
  .content .article .spip_documents.oembed_video, .post .spip_documents.oembed_video {
    min-width: 0;
  }
}
@media screen and (max-width: 1280px) and (min-width: 480px) {
  .content .article .texte .spip_documents.spip_documents_right, .post .texte .spip_documents.spip_documents_right {
    margin-left: 4%;
  }
  .content .article .texte .spip_documents.spip_documents_left, .post .texte .spip_documents.spip_documents_left {
    margin-right: 4%;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%2Fsqu%2Fsquelettes%2Fcss%2Fspip.scss%22%2C%22%2Fsites%2Fc-real.org%2Flocal%2Fcache-scss%2Fscssdyn-css_bootstrapleger_buttons_scss-9d598cfd.scss%22%2C%22%2Fsites%2Fc-real.org%2Flocal%2Fcache-scss%2Fscssdyn-css_bootstrapleger_mixins_grid_scss-ee778b9d.scss%22%2C%22%2Fsites%2Fc-real.org%2Flocal%2Fcache-scss%2Fscssdyn-css_mixins_scss-938b646c.scss%22%2C%22%2Fsites%2Fc-real.org%2Flocal%2Fcache-scss%2Fscssdyn-css_bootstrapleger_glyphicons_mini_scss-83ee67a7.scss%22%2C%22%2Fsites%2Fc-real.org%2Flocal%2Fcache-scss%2Fscssdyn-css_general_scss-d338413b.scss%22%2C%22%2Fsites%2Fc-real.org%2Flocal%2Fcache-scss%2Fscssdyn-css_article_scss-6b599432.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3B%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACwEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAkDD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA9JE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAuHF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAjKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAA2HF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAArKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAA%2BHF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAzKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAmIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA7KE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAuIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAjLE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAA2IF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAArLE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAA%2BIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAzLE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAmJF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA7LE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAuJF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAjME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAA2JF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAArME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAmKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADlOA%3BAC8OC%3BAAAA%3BAAAA%3BAAAA%3BAD9OD%3BACqPA%3BAAAA%3BAAAA%3BADrPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEkCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2CA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAA6DF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BACxEF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA6OA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAXE%3BAAAA%3BAAAA%3BAHjTF%3BAGsUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAyGD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH9bA%3BAAAA%3BAAAA%3BAIaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBqC%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAACF%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACL%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACH%3BAAAA%3BAAAA%3BAACK%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAAEN%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACH%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACH%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAACJ%3BAAAA%3BAAAA%3BAACG%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAACF%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACF%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAACH%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACH%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAACH%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACG%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACH%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACF%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAACF%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAACG%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACF%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACJ%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACF%3BAAAA%3BAAAA%3BAACG%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAACH%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAACG%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAACN%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACF%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAACH%3BAAAA%3BAAAA%3BAACH%3BAAAA%3BAAAA%3BAACG%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACF%3BAAAA%3BAAAA%3BAACG%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAACH%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACF%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAACF%3BAAAA%3BAAAA%3BAACG%3BAAAA%3BAAAA%3BAACJ%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAACF%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACF%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAACF%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAE%2BB%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACF%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACH%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAACG%3BAAAA%3BAAAA%3BAACL%3BAAAA%3BAAAA%3BAACO%3BAAAA%3BAAAA%3BAACJ%3BAAAA%3BAAAA%3BAACG%3BAAAA%3BAAAA%3BAACJ%3BAAAA%3BAAAA%3BAACF%3BAAAA%3BAAAA%3BAACQ%3BAAAA%3BAAAA%3BAACJ%3BAAAA%3BAAAA%3BAACG%3BAAAA%3BAAAA%3BAACJ%3BAAAA%3BAAAA%3BAACF%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAACJ%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAACF%3BAAAA%3BAAAA%3BAACS%3BAAAA%3BAAAA%3BAACJ%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAACL%3BAAAA%3BAAAA%3BAACF%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACG%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAACJ%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAACL%3BAAAA%3BAAAA%3BAACF%3BAAAA%3BAAAA%3BAACK%3BAAAA%3BAAAA%3BAACJ%3BAAAA%3BAAAA%3BAACM%3BAAAA%3BAAAA%3BAACJ%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAACJ%3BAAAA%3BAAAA%3BAACH%3BAAAA%3BAAAA%3BAACQ%3BAAAA%3BAAAA%3BAACJ%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAACJ%3BAAAA%3BAAAA%3BAACH%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAACJ%3BAAAA%3BAAAA%3BAACF%3BAAAA%3BAAAA%3BAACK%3BAAAA%3BAAAA%3BAACH%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACH%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAACL%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACG%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACJ%3BAAAA%3BAAAA%3BAACK%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACJ%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACtB%3BAAAA%3BAAAA%3BAACF%3BAAAA%3BAAAA%3BAACT%3BAAAA%3BAAAA%3BAACgB%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACZ%3BAAAA%3BAAAA%3BAACJ%3BAAAA%3BAAAA%3BAACY%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACW%3BAAAA%3BAAAA%3BAACQ%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACR%3BAAAA%3BAAAA%3BAACZ%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAACyB%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACP%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACZ%3BAAAA%3BAAAA%3BAACa%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACR%3BAAAA%3BAAAA%3BAACc%3BAAAA%3BAAAA%3BAACG%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAACmB%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACY%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACb%3BAAAA%3BAAAA%3BAACM%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACT%3BAAAA%3BAAAA%3BAACqB%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACS%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACiB%3BAAAA%3BAAAA%3BAACU%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACV%3BAAAA%3BAAAA%3BAACL%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAACV%3BAAAA%3BAAAA%3BAACiB%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAACb%3BAAAA%3BAAAA%3BAACqB%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACc%3BAAAA%3BAAAA%3BAACN%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACG%3BAAAA%3BAAAA%3BAACS%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACY%3BAAAA%3BAAAA%3BAACF%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACG%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAACP%3BAAAA%3BAAAA%3BAACR%3BAAAA%3BAAAA%3BAACS%3BAAAA%3BAAAA%3BAACoB%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACO%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAAChB%3BAAAA%3BAAAA%3BAAC0B%3BAAAA%3BAAAA%3BAACH%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACe%3BAAAA%3BAAAA%3BAACH%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACb%3BAAAA%3BAAAA%3BAACiB%3BAAAA%3BAAAA%3BAACb%3BAAAA%3BAAAA%3BAAC2B%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACe%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACW%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACQ%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACb%3BAAAA%3BAAAA%3BAACa%3BAAAA%3BAAAA%3BAACa%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACc%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACO%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACiB%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACG%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACK%3BAAAA%3BAAAA%3BAACP%3BAAAA%3BAAAA%3BAACR%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAACF%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAACF%3BAAAA%3BAAAA%3BAACN%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAACN%3BAAAA%3BAAAA%3BAACe%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACe%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACW%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACQ%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACT%3BAAAA%3BAAAA%3BAACO%3BAAAA%3BAAAA%3BAACgB%3BAAAA%3BAAAA%3BAACO%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACK%3BAAAA%3BAAAA%3BAACO%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACkB%3BAAAA%3BAAAA%3BAACO%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACH%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACM%3BAAAA%3BAAAA%3BAACO%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACJ%3BAAAA%3BAAAA%3BAACO%3BAAAA%3BAAAA%3BAACP%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACW%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACY%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACZ%3BAAAA%3BAAAA%3BAACK%3BAAAA%3BAAAA%3BAACY%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACZ%3BAAAA%3BAAAA%3BAACsB%3BAAAA%3BAAAA%3BAACV%3BAAAA%3BAAAA%3BAACmB%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACa%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACS%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACuB%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAACY%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACZ%3BAAAA%3BAAAA%3BAACK%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACS%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACR%3BAAAA%3BAAAA%3BAACuB%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACF%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAACN%3BAAAA%3BAAAA%3BAACQ%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACO%3BAAAA%3BAAAA%3BAACP%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAJjdnC%3BAAAA%3BAAAA%3BAKOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BALjEA%3BAKqEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BALzFA%3BAK4FA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BALpIA%3BAKiJA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALpJA%3BAKuJA%3BAAAA%3BAAAA%3BALvJA%3BAK0JA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAL%2FMA%3BAKgOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ7OE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAIoMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ9OE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAIqMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ%2FOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAIsMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJhPE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAIuMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJjPE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAIwMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJlPE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAIyMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJnPE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAI0MF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJpPE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAI2MF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJrPE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAIkNF%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BALtXF%3BAK8XA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BALpaJ%3BAK8aC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BALvbH%3BAK8bA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALndF%3BAK8dA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BALxgBD%3BAK8gBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAL1iBF%3BAK8iBA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAL%2FiBA%3BAKmjBA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BALvmBH%3BAK8mBA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALnnBD%3BAK2nBA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAL3qBD%3BAKgrBA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAL3rBD%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMEA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBF%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcD%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQuB%3BAAAA%3BAAAA%3BAAExB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMF%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGD%3BAAEE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%22%7D */