/*
#@0
#@1
#@2
#@3
#@4
#@5
#@6
#@7
#@8
#@9
#@10
#@11
#@12
#@13
#@14
#@15
#@16
#@17
#@18
#@19
*/
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");
/* CSS Document */
/* #PRODUIRE{fond=css/variables.scss}
   md5:968c2659a95fce55db6e6b27167f77b1 */
/* ==== Form states and alerts ==== */
/* Adaptateur BS2 */
/* ==== Tooltips and popovers ==== */
/* Adaptateur BS2 */
/* ==== Special enhancement for popovers ==== */
/* Adaptateur BS2 */
/* ==== Labels (BS2) ==== */
/* ==== Modals (BS2) ==== */
/* ==== Alerts (BS2) ==== */
/* ==== Progress bars (BS2) ==== */
/* ==== Thumbail (BS2) ==== */
/* ==== Wells ===== */
/* ==== Badges (BS2) ==== */
/* ==== Carousel (BS2) ==== */
/* ==== Close (BS2) ==== */
/* ==== Code  (BS2) ==== */
/* ==== Type  (BS2) ==== */
/* Horizontal offset for forms and lists. */
/* Text muted color */
/* Abbreviations and acronyms border color */
/* Headings small color */
/* Blockquote small color */
/* Blockquote font size */
/* Blockquote border color */
/* Page header border color */
/* Width of horizontal description list titles */
/* Point at which .dl-horizontal becomes horizontal */
/* Horizontal line color. */
/* ==== Sprite icons path ==== */
/* ==== Horizontal forms & lists ==== */
/* ==== Hero unit ==== */
/* Typo SPIP */
/* #PRODUIRE{fond=css/mixins.scss}
   md5:67af2d7f0c49c59c5acf317409e0638e */
/*  */
/* #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: 18px;
  line-height: 1.3333333333;
  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: #014C78;
  border-color: #013c5f;
}
.btn-defaut:focus, .btn-defaut.focus {
  color: #fff;
  background-color: #012c45;
  border-color: black;
}
.btn-defaut:hover {
  color: #fff;
  background-color: #012c45;
  border-color: #001622;
}
.btn-defaut:active, .btn-defaut.active, .open > .dropdown-toggle.btn-defaut {
  color: #fff;
  background-color: #012c45;
  border-color: #001622;
}
.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: #001622;
  border-color: black;
}
.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: #014C78;
  border-color: #013c5f;
}
.btn-defaut .badge {
  color: #014C78;
  background-color: #fff;
}
.btn-secondaire {
  color: #fff;
  background-color: #014C78;
  border-color: #013c5f;
}
.btn-secondaire:focus, .btn-secondaire.focus {
  color: #fff;
  background-color: #012c45;
  border-color: black;
}
.btn-secondaire:hover {
  color: #fff;
  background-color: #012c45;
  border-color: #001622;
}
.btn-secondaire:active, .btn-secondaire.active, .open > .dropdown-toggle.btn-secondaire {
  color: #fff;
  background-color: #012c45;
  border-color: #001622;
}
.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: #001622;
  border-color: black;
}
.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: #014C78;
  border-color: #013c5f;
}
.btn-secondaire .badge {
  color: #014C78;
  background-color: #fff;
}
.btn-vert {
  color: #4D9E58;
  background-color: #57ad63;
  border-color: #4d9e58;
}
.btn-vert:focus, .btn-vert.focus {
  color: #4D9E58;
  background-color: #458d4e;
  border-color: #234828;
}
.btn-vert:hover {
  color: #4D9E58;
  background-color: #458d4e;
  border-color: #397541;
}
.btn-vert:active, .btn-vert.active, .open > .dropdown-toggle.btn-vert {
  color: #4D9E58;
  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: #4D9E58;
  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: #4D9E58;
}
.btn-jaune {
  color: #FFA024;
  background-color: #FFA024;
  border-color: #ff950b;
}
.btn-jaune:focus, .btn-jaune.focus {
  color: #FFA024;
  background-color: #f08800;
  border-color: #8a4e00;
}
.btn-jaune:hover {
  color: #FFA024;
  background-color: #f08800;
  border-color: #cc7400;
}
.btn-jaune:active, .btn-jaune.active, .open > .dropdown-toggle.btn-jaune {
  color: #FFA024;
  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: #FFA024;
  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: #FFA024;
}
.btn-orange {
  color: #F5782A;
  background-color: #f8a673;
  border-color: #f7975b;
}
.btn-orange:focus, .btn-orange.focus {
  color: #F5782A;
  background-color: #f68742;
  border-color: #c95309;
}
.btn-orange:hover {
  color: #F5782A;
  background-color: #f68742;
  border-color: #f57220;
}
.btn-orange:active, .btn-orange.active, .open > .dropdown-toggle.btn-orange {
  color: #F5782A;
  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: #F5782A;
  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: #F5782A;
}
.btn-rouge {
  color: #BB172E;
  background-color: #BB172E;
  border-color: #a41428;
}
.btn-rouge:focus, .btn-rouge.focus {
  color: #BB172E;
  background-color: #8e1123;
  border-color: #33060c;
}
.btn-rouge:hover {
  color: #BB172E;
  background-color: #8e1123;
  border-color: #6e0e1b;
}
.btn-rouge:active, .btn-rouge.active, .open > .dropdown-toggle.btn-rouge {
  color: #BB172E;
  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: #BB172E;
  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: #BB172E;
}
.btn-bleu {
  color: #2568C4;
  background-color: #2568C4;
  border-color: #215daf;
}
.btn-bleu:focus, .btn-bleu.focus {
  color: #2568C4;
  background-color: #1d5199;
  border-color: #0d2443;
}
.btn-bleu:hover {
  color: #2568C4;
  background-color: #1d5199;
  border-color: #17417b;
}
.btn-bleu:active, .btn-bleu.active, .open > .dropdown-toggle.btn-bleu {
  color: #2568C4;
  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: #2568C4;
  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: #2568C4;
}
.btn-rose {
  color: #E03464;
  background-color: #E03464;
  border-color: #d92155;
}
.btn-rose:focus, .btn-rose.focus {
  color: #E03464;
  background-color: #c31e4c;
  border-color: #6b102a;
}
.btn-rose:hover {
  color: #E03464;
  background-color: #c31e4c;
  border-color: #a41940;
}
.btn-rose:active, .btn-rose.active, .open > .dropdown-toggle.btn-rose {
  color: #E03464;
  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: #E03464;
  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: #E03464;
}
.btn-violet {
  color: #A30060;
  background-color: #A30060;
  border-color: #8a0051;
}
.btn-violet:focus, .btn-violet.focus {
  color: #A30060;
  background-color: #700042;
  border-color: #0a0006;
}
.btn-violet:hover {
  color: #A30060;
  background-color: #700042;
  border-color: #4c002d;
}
.btn-violet:active, .btn-violet.active, .open > .dropdown-toggle.btn-violet {
  color: #A30060;
  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: #A30060;
  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: #A30060;
}
.btn-gris {
  color: #555;
  background-color: #555;
  border-color: #494949;
}
.btn-gris:focus, .btn-gris.focus {
  color: #555;
  background-color: #3c3c3c;
  border-color: #090909;
}
.btn-gris:hover {
  color: #555;
  background-color: #3c3c3c;
  border-color: #2a2a2a;
}
.btn-gris:active, .btn-gris.active, .open > .dropdown-toggle.btn-gris {
  color: #555;
  background-color: #3c3c3c;
  border-color: #2a2a2a;
}
.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: #555;
  background-color: #2a2a2a;
  border-color: #090909;
}
.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: #555;
  border-color: #494949;
}
.btn-gris .badge {
  color: #555;
  background-color: #555;
}
.btn-blanc {
  color: #014C78;
  background-color: #fff;
  border-color: #f2f2f2;
  color: black;
}
.btn-blanc:focus, .btn-blanc.focus {
  color: #014C78;
  background-color: #e6e6e6;
  border-color: #b3b3b3;
}
.btn-blanc:hover {
  color: #014C78;
  background-color: #e6e6e6;
  border-color: #d4d4d4;
}
.btn-blanc:active, .btn-blanc.active, .open > .dropdown-toggle.btn-blanc {
  color: #014C78;
  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: #014C78;
  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: #014C78;
}
.btn-petit {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0.4em;
}
.btn-moyen {
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.3333333333;
  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:76ec9de5748427e9574b0573dbd1272f */
/* #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: #014C78;
  color: #fff;
  padding: 0.2em 2.5%;
}
.titencadre a {
  color: #fff;
}
/*  */
.pucecarre::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  display: inline-block;
  background-color: #014C78;
  margin: 0 3% 0 -8%;
  line-height: 100%;
  top: 0.05em;
  position: relative;
}
/* #PRODUIRE{fond=css/general.scss}
   md5:2dc92f374cfdfc775cec29b511e09038 */
/*  */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
body * {
  background-repeat: no-repeat;
  background-clip: padding-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, sectionarticle, main, section, summary {
  display: block;
}
[hidden], template {
  display: none;
}
.c_site {
  color: #014C78;
}
.bg_site {
  background-color: #014C78;
}
.fill_site {
  fill: #014C78;
}
.stroke_site {
  stroke: #014C78;
}
/* ======== BOITE A OUTILS  ======= */
.module {
  display: inline;
  float: left;
  overflow: hidden;
}
.bloc {
  display: block;
  overflow: hidden;
}
.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;
}
.fondblanc {
  background-color: #fff;
}
.noir {
  color: #000;
}
.blanc {
  color: #fff;
}
.gris {
  color: #555;
}
.bleu {
  color: #2568C4;
}
.vert {
  color: #4D9E58;
}
.rouge {
  color: #BB172E;
}
.jaune {
  color: #FFA024;
}
.orange {
  color: #F5782A;
}
.rose {
  color: #E03464;
}
.violet {
  color: #A30060;
}
.turquoise {
  color: #1799B0;
}
h1, h2, h3, h4, h5 {
  font-weight: normal;
}
.grotit::first-letter {
  text-transform: uppercase;
}
a {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: 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 #777;
}
.filetbas {
  padding-bottom: 0.5em;
  margin-bottom: 1.4em;
  border-bottom: 1px solid #777;
}
.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.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s 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: #555;
  border-color: #555;
}
.btn-gris:focus, .btn-gris.focus {
  color: #fff;
  background-color: #3c3c3c;
  border-color: #161616;
}
.btn-gris:hover {
  color: #fff;
  background-color: #3c3c3c;
  border-color: #373737;
}
.btn-gris:active, .btn-gris.active, .open > .dropdown-toggle.btn-gris {
  color: #fff;
  background-color: #3c3c3c;
  border-color: #373737;
}
.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: #2a2a2a;
  border-color: #161616;
}
.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: #555;
  border-color: #555;
}
.btn-gris .badge {
  color: #555;
  background-color: #fff;
}
.btn-grisLight {
  color: #fff;
  background-color: #777;
  border-color: #777;
  color: #000 !important;
}
.btn-grisLight:focus, .btn-grisLight.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.btn-grisLight:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #585858;
}
.btn-grisLight:active, .btn-grisLight.active, .open > .dropdown-toggle.btn-grisLight {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #585858;
}
.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: #4c4c4c;
  border-color: #373737;
}
.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: #777;
  border-color: #777;
}
.btn-grisLight .badge {
  color: #777;
  background-color: #fff;
}
legend {
  display: block;
  width: 100%;
  margin-bottom: 1.1em;
  font-size: 27px;
  border-bottom: 1px solid #e5e5e5;
}
.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: #014C78;
  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 #014C78;
}
.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: #e8e8e8;
  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: #014C78;
}
.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: #333;
  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;
  }
  .content .page_type_contenu #bicolonnes .chapo {
    padding: 0;
  }
  .content .page_type_contenu #bicolonnes .colgauche .date {
    padding-left: 0;
  }
}
/* ============ RESPONSIVE ============ */
@media screen and (min-width: 1000px) {
  .fileo-xl {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #777;
  }
  .filetbas-xl {
    padding-bottom: 0.5em;
    margin-bottom: 1.4em;
    border-bottom: 1px solid #777;
  }
  .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 #777;
  }
  .filetbas-xs {
    padding-bottom: 0.5em;
    margin-bottom: 1.4em;
    border-bottom: 1px solid #777;
  }
  .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 {
    width: 100%;
  }
  .contenu .formulaire_spip form legend, .contenu .formulaire_spip form .legend {
    font-size: 1.5em;
    font-weight: 500;
  }
  .contenu .formulaire_spip form label {
    font-size: 1em;
  }
  .contenu .formulaire_spip form fieldset legend, .contenu .formulaire_spip form fieldset .legend, .contenu .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 #777;
  }
  .filetbas-xl {
    padding-bottom: 0.5em;
    margin-bottom: 1.4em;
    border-bottom: 1px solid #777;
  }
  .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 */
/* #PRODUIRE{fond=css/symboles.scss}
   md5:82036cc387c2bbe031e9e1ac6b8b1e77 */
@font-face {
  font-family: "Pictoperso";
  src: url("https://plurilingue2.c-real.fr/squ/squ-hda/css/fonts/pictosperso.eot");
  src: url("https://plurilingue2.c-real.fr/squ/squ-hda/css/fonts/pictosperso.woff") format("woff"), url("https://plurilingue2.c-real.fr/squ/squ-hda/css/fonts/pictosperso.ttf") format("truetype"), url("https://plurilingue2.c-real.fr/squ/squ-hda/css/fonts/pictosperso.svg#pictosperso") format("svg"), url('https://plurilingue2.c-real.fr/squ/squ-hda/css/src/{css/Nfonts/pictosperso.eot}?#iefix') format("embedded-opentype");
  font-weight: 300;
  font-style: normal;
}
[class^="icon-"]::before, [class*=" icon-"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Pictoperso" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-plus-grand-que:before {
  content: ">";
}
.icon-Attention:before {
  content: "!";
}
.icon-Tag:before {
  content: "t";
}
.icon-Yeux:before {
  content: "y";
}
.icon-Piece-Jointe:before {
  content: "j";
}
.icon-E-mail:before {
  content: "E";
}
.icon-Lien:before {
  content: "l";
}
.icon-sonerie:before {
  content: '"';
}
.icon-verouiller:before {
  content: "v";
}
.icon-deverouille:before {
  content: "U";
}
.icon-Signet:before {
  content: "s";
}
.icon-Image:before {
  content: "i";
}
.icon-Wifi:before {
  content: "w";
}
.icon-Copier:before {
  content: "C";
}
.icon-Horloge:before {
  content: "h";
}
.icon-Photo:before {
  content: "p";
}
.icon-Video:before {
  content: "G";
}
.icon-Imprimer:before {
  content: "P";
}
.icon-Engrenage:before {
  content: "e";
}
.icon-Jaime:before {
  content: "J";
}
.icon-Fichier:before {
  content: "f";
}
.icon-Coller:before {
  content: "c";
}
.icon-Rechercher:before {
  content: "r";
}
.icon-Zoomer:before {
  content: "z";
}
.icon-Dezoomer:before {
  content: "Z";
}
.icon-Back:before {
  content: "b";
}
.icon-Plus:before {
  content: "+";
}
.icon-Moins:before {
  content: "-";
}
.icon-OK:before {
  content: "o";
}
.icon-Annuler:before {
  content: "a";
}
.icon-Savoir-plus:before {
  content: "*";
}
.icon-Moins2:before {
  content: "m";
}
.icon-OK-Valide:before {
  content: "O";
}
.icon-Annuler2:before {
  content: "A";
}
.icon-Micro:before {
  content: "M";
}
.icon-Precedent:before {
  content: "<";
}
.icon-Rembobiner:before {
  content: "(";
}
.icon-Lecture:before {
  content: " ";
}
.icon-Pause:before {
  content: "|";
}
.icon-Stop:before {
  content: "S";
}
.icon-Accelerer:before {
  content: ")";
}
.icon-Suivant:before {
  content: ">";
}
.icon-Dossier:before {
  content: "d";
}
.icon-Televerser:before {
  content: "T";
}
.icon-Telecharger:before {
  content: "3";
}
.icon-Utilisateur:before {
  content: "u";
}
.icon-Bulle:before {
  content: "B";
}
.icon-Tag2:before {
  content: "R";
}
.icon-etoile:before {
  content: "é";
}
.icon-Gauche:before {
  content: "4";
}
.icon-Droite:before {
  content: "6";
}
.icon-Haut:before {
  content: "8";
}
.icon-Bas:before {
  content: "2";
}
.icon-Volume:before {
  content: "X";
}
.icon-Muet:before {
  content: "0";
}
.icon-Drapeau:before {
  content: "£";
}
.icon-Poubelle:before {
  content: "$";
}
.icon-Plein-ecran:before {
  content: "°";
}
.icon-Minimiser:before {
  content: "\\";
}
.icon-Maximiser:before {
  content: "è";
}
.icon-Grand-moins:before {
  content: "_";
}
.icon-Valider:before {
  content: "V";
}
.icon-Non:before {
  content: "x";
}
.icon-Deplacer:before {
  content: "5";
}
.icon-Menu:before {
  content: "=";
}
.icon-Importer:before {
  content: "I";
}
.icon-Exporter:before {
  content: "9";
}
.icon-Fichier2:before {
  content: "F";
}
.icon-Ajouter:before {
  content: "7";
}
.icon-Supprimer:before {
  content: "1";
}
.icon-Autre:before {
  content: ".";
}
.icon-Date:before {
  content: "D";
}
.icon-Geolocalisation:before {
  content: "g";
}
.icon-Home:before {
  content: "H";
}
.titbulle, .moyennebulle, .bulle {
  color: #fff;
  overflow: visible;
  text-align: left;
  position: relative;
  font-weight: 600;
  background: #BB172E;
}
.titbulle:before, .titbulle:after, .moyennebulle:before, .moyennebulle:after, .bulle:before, .bulle:after {
  content: "";
  position: absolute;
  display: block;
  overflow: hidden;
  left: 0;
  background: #BB172E;
}
.titbulle:after, .moyennebulle:after, .bulle:after {
  background-color: #fff;
  border-radius: 100% 0 0 0;
}
.titbulle a, .moyennebulle a, .bulle a {
  color: #fff;
  font-size: inherit;
}
.titbulle1, .moyennebulle1, .bulle1 {
  color: #fff;
  overflow: visible;
  text-align: left;
  position: relative;
  font-weight: 600;
  background: #4D9E58;
}
.titbulle1:before, .titbulle1:after, .moyennebulle1:before, .moyennebulle1:after, .bulle1:before, .bulle1:after {
  content: "";
  position: absolute;
  display: block;
  overflow: hidden;
  left: 0;
  background: #4D9E58;
}
.titbulle1:after, .moyennebulle1:after, .bulle1:after {
  background-color: #fff;
  border-radius: 100% 0 0 0;
}
.titbulle1 a, .moyennebulle1 a, .bulle1 a {
  color: #fff;
  font-size: inherit;
}
.titbulle2, .moyennebulle2, .bulle2 {
  color: #fff;
  overflow: visible;
  text-align: left;
  position: relative;
  font-weight: 600;
  background: #F5782A;
}
.titbulle2:before, .titbulle2:after, .moyennebulle2:before, .moyennebulle2:after, .bulle2:before, .bulle2:after {
  content: "";
  position: absolute;
  display: block;
  overflow: hidden;
  left: 0;
  background: #F5782A;
}
.titbulle2:after, .moyennebulle2:after, .bulle2:after {
  background-color: #fff;
  border-radius: 100% 0 0 0;
}
.titbulle2 a, .moyennebulle2 a, .bulle2 a {
  color: #fff;
  font-size: inherit;
}
.titbulle3, .moyennebulle3, .bulle3 {
  color: #fff;
  overflow: visible;
  text-align: left;
  position: relative;
  font-weight: 600;
  background: #FFA024;
}
.titbulle3:before, .titbulle3:after, .moyennebulle3:before, .moyennebulle3:after, .bulle3:before, .bulle3:after {
  content: "";
  position: absolute;
  display: block;
  overflow: hidden;
  left: 0;
  background: #FFA024;
}
.titbulle3:after, .moyennebulle3:after, .bulle3:after {
  background-color: #fff;
  border-radius: 100% 0 0 0;
}
.titbulle3 a, .moyennebulle3 a, .bulle3 a {
  color: #fff;
  font-size: inherit;
}
.titbulle4, .moyennebulle4, .bulle4 {
  color: #fff;
  overflow: visible;
  text-align: left;
  position: relative;
  font-weight: 600;
  background: #2568C4;
}
.titbulle4:before, .titbulle4:after, .moyennebulle4:before, .moyennebulle4:after, .bulle4:before, .bulle4:after {
  content: "";
  position: absolute;
  display: block;
  overflow: hidden;
  left: 0;
  background: #2568C4;
}
.titbulle4:after, .moyennebulle4:after, .bulle4:after {
  background-color: #fff;
  border-radius: 100% 0 0 0;
}
.titbulle4 a, .moyennebulle4 a, .bulle4 a {
  color: #fff;
  font-size: inherit;
}
.titbulle5, .moyennebulle2, .bulle5 {
  color: #fff;
  overflow: visible;
  text-align: left;
  position: relative;
  font-weight: 600;
  background: #BB172E;
}
.titbulle5:before, .titbulle5:after, .moyennebulle2:before, .moyennebulle2:after, .bulle5:before, .bulle5:after {
  content: "";
  position: absolute;
  display: block;
  overflow: hidden;
  left: 0;
  background: #BB172E;
}
.titbulle5:after, .moyennebulle2:after, .bulle5:after {
  background-color: #fff;
  border-radius: 100% 0 0 0;
}
.titbulle5 a, .moyennebulle2 a, .bulle5 a {
  color: #fff;
  font-size: inherit;
}
.titbullefb, .moyennebullefb, .bullefb {
  color: #fff;
  overflow: visible;
  text-align: left;
  position: relative;
  font-weight: 600;
  background: #5267AA;
}
.titbullefb:before, .titbullefb:after, .moyennebullefb:before, .moyennebullefb:after, .bullefb:before, .bullefb:after {
  content: "";
  position: absolute;
  display: block;
  overflow: hidden;
  left: 0;
  background: #5267AA;
}
.titbullefb:after, .moyennebullefb:after, .bullefb:after {
  background-color: #fff;
  border-radius: 100% 0 0 0;
}
.titbullefb a, .moyennebullefb a, .bullefb a {
  color: #fff;
  font-size: inherit;
}
.titbullet, .moyennebullet, .bullet {
  color: #fff;
  overflow: visible;
  text-align: left;
  position: relative;
  font-weight: 600;
  background: #26BBED;
}
.titbullet:before, .titbullet:after, .moyennebullet:before, .moyennebullet:after, .bullet:before, .bullet:after {
  content: "";
  position: absolute;
  display: block;
  overflow: hidden;
  left: 0;
  background: #26BBED;
}
.titbullet:after, .moyennebullet:after, .bullet:after {
  background-color: #fff;
  border-radius: 100% 0 0 0;
}
.titbullet a, .moyennebullet a, .bullet a {
  color: #fff;
  font-size: inherit;
}
.col {
  position: relative;
  min-height: 1px;
  overflow: hidden;
  width: calc(100% + (  2 * 25px ));
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 481px) {
  .col {
    float: left;
    width: calc(( 1 * 100% / 1 ) - (  2 * 25px ));
  }
}
.col1 {
  position: relative;
  min-height: 1px;
  overflow: hidden;
  width: calc(100% + (  2 * 25px ));
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 481px) {
  .col1 {
    float: left;
    width: calc(( 1 * 100% / 1 ) - (  2 * 25px ));
  }
}
.col2 {
  position: relative;
  min-height: 1px;
  overflow: hidden;
  width: calc(100% + (  2 * 25px ));
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 481px) {
  .col2 {
    float: left;
    width: calc(( 1 * 100% / 2 ) - (  2 * 25px ));
  }
}
.col3 {
  position: relative;
  min-height: 1px;
  overflow: hidden;
  width: calc(100% + (  2 * 25px ));
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 481px) {
  .col3 {
    float: left;
    width: calc(( 1 * 100% / 3 ) - (  2 * 25px ));
  }
}
.col4 {
  position: relative;
  min-height: 1px;
  overflow: hidden;
  width: calc(100% + (  2 * 25px ));
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 481px) {
  .col4 {
    float: left;
    width: calc(( 1 * 100% / 4 ) - (  2 * 25px ));
  }
}
.col2sur3 {
  position: relative;
  min-height: 1px;
  overflow: hidden;
  width: calc(100% + (  2 * 25px ));
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 481px) {
  .col2sur3 {
    float: left;
    width: calc(( 2 * 100% / 3 ) - (  2 * 25px ));
  }
}
.col3sur4 {
  position: relative;
  min-height: 1px;
  overflow: hidden;
  width: calc(100% + (  2 * 25px ));
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 481px) {
  .col3sur4 {
    float: left;
    width: calc(( 3 * 100% / 4 ) - (  2 * 25px ));
  }
}
/*--------------- Couleurs --------------*/
/*============== GENERAL ==============*/
html {
  border: 0px;
}
div * {
  border: 0;
  padding: 0;
  margin: 0;
  line-height: 150%;
  font-weight: normal;
}
/* propriétés de la page */
body {
  outline: 0;
  padding: 0;
  background: #fff;
  margin: 0 auto;
  font-size: 0;
  line-height: 0;
  font-family: "Open Sans", sans-serif;
  color: #222;
  text-align: center;
}
.fondgris {
  margin: 0 auto;
  min-height: 400px;
  text-align: center;
  max-width: 1600px;
  padding: 65px 0 0;
  overflow: hidden;
}
.largemarge {
  margin: 30px 0 60px;
}
/* Liens non soulignés */
a, a * {
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  color: #4B4A4A;
}
a:hover, a:hover * {
  text-decoration: none;
  cursor: pointer;
  color: #BB172E;
}
a img {
  border: 1px solid #EEEEEE;
}
a:visited {
  color: #4B4A4A;
}
a:active {
  color: red;
}
/* Liens non soulignés */
#col1 a:focus {
  outline: none;
  text-decoration: underline;
}
h1, h2, h3, h4, h5, h6, .tit {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
h1:first-letter, h2:first-letter, h3:first-letter, h4:first-letter, h5:first-letter, h6:first-letter, .tit:first-letter {
  text-transform: uppercase;
}
h1 a img {
  border: none;
}
.tit {
  line-height: 132%;
  font-size: 22px;
}
.cnt {
  line-height: 143%;
  font-size: 14px;
}
/* Autre initialisation */
ol, ul {
  list-style: none;
}
q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
.fine {
  line-height: 100%;
}
abbr, acronym {
  cursor: help;
}
.adapt-img-wrapper {
  height: 100%;
}
/* ------------- BARRE  ------------- */
#menutop {
  top: 0;
  left: 0;
  margin-bottom: 0;
  position: fixed;
  right: 0;
  height: 37px;
  z-index: 1030;
  background-color: #FFF;
  -moz-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1);
}
#menutop img {
  border: 0px solid #fff;
}
#menutop a, #menutop .menu {
  font: 600 14px "Open Sans", Arial, Helvetica, sans-serif;
  margin: 0 15px 0 0;
  padding: 8px 3px 12px;
  text-transform: uppercase;
  height: 18px;
}
#menutop a:hover, #menutop .menu:hover {
  color: #BB172E;
}
#menutop a.boutonguest {
  margin-right: 8px;
  padding: 7px 0 0;
}
#menutop a.boutonguest.facebook {
  margin-right: 9px;
}
#menutop .participer {
  padding-top: 5px;
  padding-bottom: 15px;
}
#menutop .participer:before {
  padding-left: 2px;
  padding-right: 4px;
  line-height: 60%;
}
#menutop .tv {
  padding: 5px 5px 15px;
}
#menutop .menu {
  cursor: pointer;
  margin-left: 10px;
}
#menutop .fdg {
  margin: 0;
  padding: 0;
  height: 39px;
}
#menutop .reponse_formulaire_ok {
  font-size: 13px;
  margin-bottom: 7px;
}
#smenu, #ssuivre {
  background: #FFFFFF;
  padding: 0 0 0 9px;
  position: fixed;
  text-align: left;
  top: -237px;
  z-index: 1000;
}
#smenu a, #ssuivre a {
  font: 600 14px "Open Sans", Arial, Helvetica, sans-serif;
  margin: 0 15px 0 0;
  padding: 8px 3px 12px;
  text-transform: uppercase;
  height: 18px;
}
#smenu a:hover, #ssuivre a:hover {
  color: #BB172E;
}
#smenu {
  left: 0;
  -webkit-box-shadow: 4px 3px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 3px 6px rgba(0, 0, 0, 0.1);
}
#smenu a {
  margin: 12px 1px;
  padding: 2px 22px 2px 14px;
  text-transform: none;
}
.fondblanc {
  background: #fff;
  box-shadow: 1% 1% 1% #555;
  margin: 0 auto 75px;
  min-height: 400px;
  padding: 30px 44px;
  text-align: left;
  width: 936px;
  font-size: 13px;
}
.entoure {
  -moz-box-shadow: 0px -7px 21px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px -7px 21px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -7px 21px rgba(0, 0, 0, 0.2);
}
#ssuivre {
  right: 0;
  -webkit-box-shadow: -4px 3px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -4px 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: -4px 3px 6px rgba(0, 0, 0, 0.1);
  width: 390px;
  /* --- Réseaux sociaux --- */
}
#ssuivre .formulaire_newsletter {
  font-size: 14px;
  margin: 22px 20px;
  width: 166px;
}
#ssuivre .formulaire_newsletter .tit {
  font-weight: 600;
  width: 160px;
  color: #222;
}
#ssuivre .formulaire_newsletter label {
  display: none;
}
#ssuivre .formulaire_newsletter .text {
  border: 1px solid #C6C5C5;
  margin: 14px 0 0;
  padding: 5px 7px 4px;
  width: 150px;
}
#ssuivre .formulaire_newsletter .text:focus {
  border: 1px solid #BB172E;
}
#ssuivre .formulaire_newsletter .submit {
  background: none repeat scroll 0 0 #DC0613;
  border-radius: 3px 3px 3px 3px;
  color: #FFFFFF;
  float: right;
  font-weight: bold;
  margin: 19px 0 0;
  padding: 4px 7px 5px;
}
#ssuivre .formulaire_newsletter .reponse_formulaire {
  color: #BB172E;
}
#ssuivre #rezosociaux {
  border-left: 1px solid #C6C5C5;
  margin: 20px 0;
  padding: 0 15px;
  width: 140px;
}
#ssuivre #rezosociaux a {
  margin: 5px 10px;
  padding: 2px 0 8px 35px;
  text-transform: none;
}
/* Addthis */
.at-vertical-menu.at-vertical-menu-right a:hover {
  background-color: #DC0613;
  border-radius: 4px 0 0 4px;
}
.at-vertical-menu.at-vertical-menu-right a span {
  font-weight: bold;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.at4m-dock.at4-ma1 {
  border-top: 3px solid #DC0613;
  background: #fff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.at4m-dock.at4-ma1 a {
  color: #222;
  font-size: 24px;
  font-weight: 600;
}
.at4m-dock.at4-ma1 a:hover {
  background: #F2F1F1;
}
/* ========================== TETE ========================== */
.largeurlogohaut {
  margin: 0 auto;
  width: 1026px;
  position: relative;
}
.largeurlogohaut h2 img {
  margin-bottom: 20px;
}
#slogan {
  margin: 0 0 22px;
  font-size: 16px;
  color: #4F4F4F;
}
#slogan i {
  font-weight: bold;
  font-style: normal;
}
#slogan strong {
  color: #DB0613;
}
h1 .spip_logos {
  margin-bottom: 20px;
}
.largeurlogohaut .retour {
  bottom: 5px;
  font-size: 14px;
  font-weight: normal;
  left: 0;
  padding: 0 0 0 31px;
  position: absolute;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 20px 0 8px 23px;
}
.largeurlogohaut .pastille {
  position: absolute;
  right: 0;
  bottom: 5px;
}
.largeurlogohaut .pastille img {
  border: 0px solid #fff;
}
/* ------------- MENU PRINCIPAL  ------------- */
#topmenu .item {
  margin-right: 90px;
  text-align: left;
  width: 160px;
}
#topmenu .dernier {
  margin-right: 0;
  width: 180px;
}
#topmenu .item h2 {
  margin-bottom: 6px;
}
#topmenu .item .tit {
  font-size: 26px;
}
#topmenu .item .stit {
  border-left-style: solid;
  border-left-width: 2px;
  padding: 0 10px;
  font-size: 13px;
}
/* ============= ACCUEIL =============== */
/* ------------- VIDEO ACCUEIL ------------- */
#marqueurvideo {
  width: 900px;
  height: 1px;
}
#mainvideo {
  margin-top: 32px;
  position: relative;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.18);
}
#lavideo {
  width: 934px;
}
#mainvideo iframe {
  z-index: 1;
  position: absolute;
}
#mainvideo .encart {
  bottom: 20px;
  margin: 20px;
  position: absolute;
  right: 20px;
}
#mainvideo #lancer {
  height: 106px;
  padding-left: 120px;
  width: 258px;
}
#mainvideo .tit {
  font-size: 33px;
  line-height: 40px;
  margin-top: 16px;
}
#mainvideo .stit {
  font-size: 19px;
  font-weight: normal;
}
#mainvideo #toutevideo {
  color: #FFFFFF;
  float: right;
  font-size: 14px;
  height: 20px;
  padding: 12px 20px;
  text-transform: uppercase;
  width: 180px;
}
/* ----- Actualité ----- */
.actu {
  margin: 0 0 50px;
}
.actu article {
  width: 592px;
  margin: 10px 0 40px;
  position: relative;
}
.actu .colgauche {
  width: 110px;
}
.actu .date .jour {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-size: 32px;
  font-weight: bold;
  line-height: 110%;
  margin: 0 0 3px;
  padding-bottom: 3px;
}
.actu .date .mois {
  font-size: 18px;
  line-height: 128%;
}
.actu .apparait {
  bottom: 0;
  font-size: 12px;
  position: absolute;
  text-align: center;
  width: 68px;
}
.actu .apparait a {
  display: block;
  float: left;
  margin: 0 3px 0;
  padding: 5px 0 0;
}
.actu .coldroite {
  width: 460px;
}
.actu .coldroite .stit {
  font-size: 18px;
  line-height: 128%;
  margin-bottom: 10px;
}
.actu .coldroite .cnt {
  line-height: 143%;
  font-size: 14px;
  margin-bottom: 10px;
}
.actu .coldroite .cnt p {
  margin-bottom: 7px;
}
.actu .coldroite .lls {
  line-height: 143%;
  font-size: 14px;
}
.actu .puce5 {
  margin-left: 126px;
}
/* ----- Rendez-vous ----- */
.rdv {
  width: 265px;
  margin: 0 0 0 77px;
}
.rdv .gtit {
  font-size: 26px;
  font-weight: 600;
}
.rdv article {
  margin-bottom: 30px;
}
.rdv article .module {
  width: 265px;
}
.rdv article .date {
  font-size: 14px;
  margin: 0 0 5px;
}
.rdv article .tit {
  line-height: 128%;
  font-size: 18px;
  margin-bottom: 10px;
}
.rdv article .lieu, .rdv article .lieu p, .rdv article .desc, .rdv article .desc p {
  line-height: 143%;
  font-size: 14px;
  font-weight: normal;
}
.rdv article.premier .date {
  font-size: 19px;
  text-transform: uppercase;
}
.rdv article.premier .premier .tit {
  font-size: 21px;
}
.rdv article .lls {
  font-size: 13px;
  font-style: italic;
  font-weight: normal;
  line-height: 154%;
  margin: 4px 0 0;
}
/* ----- Candidats ----- */
.candidats {
  width: 420px;
}
.candidats article {
  margin: 5px 0 35px;
  width: 320px;
}
.candidats article .citation {
  line-height: 150%;
  font-style: italic;
  font-size: 18px;
  font-weight: bold;
  width: 320px;
  margin: 0 0 25px;
}
.candidats article .coldroite {
  width: 195px;
}
.candidats article .coldroite .tit {
  font-size: 14px;
  line-height: 120%;
  margin: 0 0 6px;
  padding: 0 3px;
  width: 190px;
}
.candidats article .coldroite h3:after {
  background-color: #4D9E58;
  content: "";
  display: block;
  height: 4px;
  margin: 10px 0 0;
  width: 90px;
}
.candidats article .coldroite .stit {
  line-height: 120%;
  font-size: 14px;
  width: 170px;
  padding: 7px 3px;
}
.candidats .puce_grise {
  font-size: 18px;
}
/* ----- Focus programme ----- */
.focusprog {
  width: 515px;
}
.focusprog .gtit {
  background: none repeat scroll 0 0 #EEEEEE;
  border-left-style: solid;
  border-left-width: 4px;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 30px;
  padding: 5px 10px 7px 18px;
  width: 530px;
}
.focusprog article {
  margin: 0 0 20px;
}
.focusprog article .logo {
  margin: 0 0 30px 30px;
}
.focusprog article .tit {
  font-size: 22px;
  line-height: 136%;
  margin: 0 0 24px;
}
.focusprog article .cnt {
  line-height: 143%;
  font-style: italic;
  font-size: 14px;
}
.focusprog article .cnt p, .focusprog article .cnt h3 {
  margin-bottom: 10px;
}
.focusprog article .cnt h3 {
  font-weight: bold;
  color: #F5782A;
  font-style: normal;
}
.focusprog article .cnt ul.spip li {
  background-position: left 13px;
  background-repeat: no-repeat;
  padding-left: 28px;
  font-size: 14px;
}
.focusprog .lls, .focusprog .puce_orange {
  font-size: 18px;
}
/* ----- Thematiques ----- */
.thematiques {
  padding: 40px 0 0;
}
.thematiques .item {
  min-height: 175px;
  padding: 27px 27px 5px;
  width: 150px;
}
/* ----- Réseaux sociaux  ----- */
#rezo .puce5 {
  margin-top: 22px;
}
#rezo .col1, #rezo .col2 {
  margin-left: 0;
  width: 42%;
  padding-left: 0;
}
#rezo .col1 {
  margin: 0 4% 0 0;
}
#rezo .col1 .entourefb {
  margin-top: 20px;
  overflow: auto;
  height: 500px;
}
#rezo .col1 .entourefb .item {
  margin: 5px 0 20px;
}
#rezo .col1 .entourefb .item .tit {
  width: 290px;
  font-size: 16px;
  margin-right: 20px;
}
#rezo .col1 .entourefb .item .name {
  width: 70px;
  float: left;
}
#rezo .col1 .entourefb .item .message {
  font-size: 12px;
  width: 290px;
  font-size: 14px;
  float: right;
  margin-right: 20px;
}
#rezo .col1 .entourefb .item .link a {
  font-size: 12px;
  font-style: italic;
}
#rezo .col1 .entourefb .item .video .link a {
  font-size: 0;
}
#rezo .col1 .entourefb .item .comment {
  display: none;
}
#rezo .col1 .entourefb .item .like {
  display: none;
}
#rezo .col1 .entourefb .item .time {
  display: none;
}
#rezo .col1 .entourefb .item .attachments {
  float: right;
  display: block;
  overflow: hidden;
  background: #eee;
  width: 270px;
  text-align: center;
  padding: 10px;
  margin: 10px 20px 0 0;
  border: 1px solid #ddd;
}
#rezo .col1 .entourefb .item .attachments .image {
  float: left;
  margin-right: 10px;
}
#rezo .col1 .entourefb .item .attachments .link a {
  width: 167px;
  float: right;
  text-align: left;
}
#rezo .col2 .entouretw {
  font-size: 0;
  height: 520px;
}
#rezo .col2 .entouretw iframe {
  width: 451px !important;
  margin-top: 10px !important;
  left: -11px;
  top: 10px;
  position: relative !important;
}
/* ========================== RUBRIQUE CANDIDATS ========================== */
#rubrique .premiers .item .tit {
  font-size: 31px;
  line-height: 120%;
  margin: 0 0 5px;
}
/* ========================== RUBRIQUE PROGRAMME ========================== */
#rubrique .coin2 .intro {
  margin: 35px 20px 30px;
  width: 970px;
}
.coin2 .grossesbulles {
  margin-top: 20px;
}
.coin2 .grossesbulles .repliques {
  display: none;
}
/* ========================== RUBRIQUE ACTUALITE ========================== */
.coin3 #colgauche, #sommaire .actu {
  margin: 30px 0;
  clear: left;
}
.coin3 #colgauche .item, #sommaire .actu .item {
  margin: 0 0 60px;
}
.coin3 #colgauche .logogauche, .coin3 #colgauche .logodroite, #sommaire .actu .logogauche, #sommaire .actu .logodroite {
  background: none repeat scroll 0 0 #F2F1F1;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  min-height: 172px;
  position: relative;
}
.coin3 #colgauche .spip_logos, #sommaire .actu .spip_logos {
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
}
.coin3 #colgauche .pastilledate, #sommaire .actu .pastilledate {
  background: none repeat scroll 0 0 #FFFFFF;
  bottom: 15px;
  height: 66px;
  left: 15px;
  padding: 0 6px;
  position: absolute;
  text-align: center;
  width: 55px;
  box-shadow: 0.1em 0.2em 1em rgba(0, 0, 0, 0.6);
}
.coin3 #colgauche .pastilledate .jour, #sommaire .actu .pastilledate .jour {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  font-size: 33px;
  font-weight: 600;
  line-height: 124%;
}
.coin3 #colgauche .pastilledate .mois, #sommaire .actu .pastilledate .mois {
  font-size: 10px;
  font-weight: 600;
  margin: 3px 0 0;
  text-transform: uppercase;
}
.coin3 #colgauche .adroite, .coin3 #colgauche .agauche, #sommaire .actu .adroite, #sommaire .actu .agauche {
  width: 350px;
}
.coin3 #colgauche .adroite, #sommaire .actu .adroite {
  width: 350px;
}
.coin3 #colgauche .tit, #sommaire .actu .tit {
  margin: 0 0 18px;
}
.coin3 #colgauche .lls, #sommaire .actu .lls {
  font-size: 14px;
  font-weight: 600;
  line-height: 143%;
  margin: 10px 0 0;
  padding-top: 3px;
}
#rubrique .coin3 #colgauche {
  width: 670px;
}
#rubrique .coin3 #colgauche .item {
  margin: 0 0 60px;
  width: 630px;
  position: relative;
}
#rubrique .coin3 #colgauche .item .etroit {
  width: 290px;
}
#rubrique .coin3 #colgauche .item.diapo .etroit {
  position: absolute;
  bottom: 16px;
  right: 14px;
  width: 453px;
  padding: 5px 13px 5px 70px;
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 20%), url('https://plurilingue2.c-real.fr/squ/squ-hda/css/src/rien');
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 20%), url('https://plurilingue2.c-real.fr/squ/squ-hda/css/src/rien');
  background-repeat: repeat-x;
  filter: e(%("progid:DXImageTransform@include Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)",argb($startColor),argb($endColor)));
  height: 56px;
  text-align: right;
}
#rubrique .coin3 #colgauche .item.diapo .etroit a {
  color: #fff;
}
#rubrique .coin3 #coldroite {
  border-left: 1px solid #C6C5C5;
  margin: 30px 0;
  padding: 0 0 0 33px;
  width: 197px;
}
#rubrique .coin3 #coldroite .rdv {
  border-bottom: 1px solid #CCCCCC;
  margin: 0 0 40px;
  width: 202px;
}
#rubrique .coin3 #coldroite .rdv article .module {
  width: 199px;
}
#rubrique .coin3 #coldroite .gtit {
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 23px;
  border-bottom-width: 1px;
  border-bottom-color: #C6C5C5;
  width: 201px;
}
#rubrique .coin3 #coldroite .date {
  font-size: 14px;
}
#rubrique .coin3 #coldroite .mee {
  width: 202px;
}
#rubrique .coin3 #coldroite .mee .item {
  margin-bottom: 10px;
}
#rubrique .coin3 #coldroite .mee .liseret4 {
  border-left-style: solid;
  border-left-width: 2px;
  margin: 0 0 50px;
  padding: 6px 16px 12px;
}
#rubrique .coin3 #coldroite .mee .tit {
  font-size: 22px;
  font-weight: bold;
  line-height: 117%;
  margin: 9px 0 8px;
  width: 180px;
}
#rubrique .coin3 #coldroite .mee .cnt {
  font-weight: normal;
}
#rubrique .coin3 #coldroite .iye {
  width: 202px;
}
#rubrique .coin3 #coldroite .iye article {
  margin: 0 0 7px;
}
#rubrique .coin3 #coldroite .iye .tit {
  line-height: 143%;
  font-weight: 600;
  font-size: 14px;
}
#rubrique .coin3 #coldroite .iye .lls {
  font-size: 13px;
  font-weight: 600;
  margin: 6px 0 0;
  text-align: right;
  width: 195px;
}
#rubrique #suite .fondblanc .focusprog .gtit {
  background: none repeat scroll 0 0 #EEEEEE;
  border-left-style: solid;
  border-left-width: 4px;
  border-bottom-style: none;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 30px;
  padding: 5px 10px 7px 18px;
  width: 530px;
}
/* ========================== RUBRIQUE SOUTIENS ========================== */
.coindroit {
  position: absolute;
  top: 0;
  right: 0;
}
.coin4 .largeur {
  margin: 25px 0;
}
.coin4 .largeur .droite .liseret .titbulle4 {
  margin-left: -8px;
}
.coin4 .largeur .droite .liseret .titbulle4 .droite .liseret .titbulle4:after {
  margin-left: 20px;
}
.coin4 .largeur .liseret {
  width: 360px;
}
.coin4 .largeur .liseret .liseret .citation .titbulle {
  margin-left: 10px;
}
.coin4 .largeur .liseret .liseret .cnt {
  line-height: 143%;
  font-size: 14px;
  padding: 15px 0 0 20px;
}
.coin4 .largeur .module .liseret .cnt {
  padding: 15px 20px 0 0;
}
.coin4 .largeur .liseret .cnt p {
  padding-bottom: 6px;
}
.coin4 .largeur .grossecol {
  width: 590px;
}
.coin4 .largeur .item {
  margin: 0 60px 45px 0;
  width: 230px;
}
.coin4 .largeur .item .citation {
  font-size: 15px;
  line-height: 138%;
  min-height: 68px;
  clear: left;
}
.coin4 .largeur .item .stit {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px;
  text-align: right;
}
.coin4 .largeur .droite .item {
  margin: 0 0 45px 60px;
}
#rubrique .fondblanc #coldroite .gtit {
  font-size: 28px;
}
.ancresoutien {
  position: absolute;
  bottom: 0;
}
#rubrique #soutiens #suite .fondblanc {
  padding: 20px 44px 40px;
}
#suite .stitafter {
  text-align: center;
  font-weight: 600;
  font-size: 19px;
  width: 100%;
  color: #7D7D74;
  margin: 0 0 60px;
}
#soutiens .suivants {
  margin: 0 0 10px;
}
#soutiens .suivants .item {
  border: 0 solid #FFFFFF;
  margin: 0 0 0 43px;
  min-height: 98px;
  padding: 0 0 50px;
  width: 207px;
}
#soutiens .suivants .item > .module {
  width: 68px;
}
#soutiens .suivants .item .droite {
  margin: 0 0 0 12px;
  width: 125px;
}
#soutiens .suivants .item .tit {
  font-size: 14px;
}
#soutiens .suivants .pagination {
  padding: 0.2em 0;
}
#soutiens .pp {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-width: 25px;
  -moz-width: 25px;
  -webkit-width: 25px;
  font-weight: 600;
  font-size: 14px;
  margin: 0 0 0 30px;
  width: 950px;
}
#soutiens .pp p, #soutiens .pp .tit {
  font-weight: 600;
  font-size: 14px;
}
#soutiens .pp .item {
  float: none;
  margin-left: 0;
}
#soutiens .pp .item .tit {
  margin-bottom: 0;
}
#soutiens .pp .item .tit:hover {
  text-decoration: underline;
  color: #014C78;
}
#soutiens .pp .item .tit:hover em {
  color: #014C78;
}
#soutiens .pp strong, #soutiens .pp a strong {
  font-size: 14px;
  color: #014C78;
  font-weight: normal !important;
}
#soutiens .pp em {
  font-weight: normal;
  font-size: 14px;
}
/* ========================== RUBRIQUE PARTICIPER ========================== */
.coin5 .bonjour {
  font-size: 18px;
  margin: 35px 0 0 10px;
  width: 320px;
}
.coin5 .bonjour .couleur {
  font-weight: 600;
  line-height: 120%;
}
.coin5 .deconnect {
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  right: 50px;
  top: 30px;
}
.coin5 .deconnect:hover {
  color: #DC0613;
}
.coin5 .grossesbulles form {
  float: left;
  margin: 25px 0 0 6px;
  width: 320px;
}
.coin5 .grossesbulles form fieldset {
  float: left;
}
.coin5 .grossesbulles form .submit {
  background: none repeat scroll 0 0 #DC0613;
  border-radius: 4px 4px 4px 4px;
  color: #FFFFFF;
  float: right;
  font-weight: bold;
  margin: 20px 0 0;
  padding: 6px 7px;
}
.coin5 .grossesbulles form img, .coin5 .grossesbulles form #pass_securise, .coin5 .grossesbulles form .details, .coin5 .grossesbulles form .editer_session {
  display: none;
}
.coin5 form .text {
  border: 1px solid #C6C5C5;
  display: block;
  margin: 15px 0 0;
  padding: 5px 5px;
  font-size: 16px;
  width: 196px;
}
.coin5 .grossesbulles {
  width: 995px;
}
.coin5 .grossesbulles * {
  color: inherit;
  line-height: 110%;
}
.coin5 .grossesbulles .item {
  background: #fff;
  background-image: none;
  border: 0px solid #fff;
  width: 330px;
  margin: 20px 0 0;
}
.coin5 .grossesbulles .item .numero {
  color: #222;
  line-height: 75%;
}
.coin5 .grossesbulles .item .tit {
  color: #DC0613;
  height: 130px;
  width: 273px;
  margin: 0 0 19px;
}
.coin5 .grossesbulles .item .textetit p, .coin5 .grossesbulles .item .textetit p > strong {
  font-size: 20px;
  color: #222;
}
.coin5 .grossesbulles .item .textetit p span {
  color: #DC0613;
  font-size: 1.8em !important;
  font-weight: 600;
}
.coin5 .grossesbulles .item .textetit p span strong {
  font-size: 1.1em;
  line-height: 90%;
}
/* ========================== PAGE KIT RESEAUX SOCIAUX ========================== */
.kitrezo .gbouton {
  margin: 0 45px 40px 0;
}
.kitrezo .gbouton.dernier {
  margin-right: 0;
}
.kitrezo .gbouton:hover {
  opacity: 0.8;
}
.kitrezo .larticle .demi {
  width: 440px;
  margin: 7px 17px 27px 0px;
  border-right: 1px solid #999;
  padding: 0px 17px 0px 0px;
}
.kitrezo .larticle .demi img {
  max-width: 440px;
  height: auto;
}
.kitrezo .larticle .demi.dernier {
  margin-right: 0;
  border-right: 0 solid #fff;
  padding-right: 0;
}
.kitrezo #ancrenl, .kitrezo #ancrefb, .kitrezo #ancrevisuel, .kitrezo #ancretwitter {
  float: left;
  width: 100%;
}
.kitrezo iframe {
  width: 616px;
  height: 500px;
  margin: 0px 150px 15px;
  border: 1px solid #888;
}
/* ========================== PAGE DIAPOS ========================== */
#article.diapos #cnt .fondblanc .larticle h5.spip {
  margin-bottom: 0;
}
#article.diapos #cnt .fondblanc .larticle h3.spip {
  margin: 6px 0px 22px;
}
#article.diapos #cnt .fondblanc .jcarousel .gtit {
  width: 895px;
  font-size: 26px;
  padding: 10px 15px;
}
/* ========================== PAGE ARTICLE ========================== */
#article .fondblanc .surtit {
  font-weight: 600;
}
#article .fondblanc .larticle .surtit {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  display: inline;
  font-size: 18px;
  padding: 0;
}
#article #cnt .fondblanc .gtit {
  line-height: 125%;
}
#article #cnt .fondblanc .larticle .gtit {
  font-weight: 600;
  font-size: 36px;
  padding: 20px 0 0;
  hyphens: initial;
}
#article .fondblanc .gsurtit, #article .page_video .fondblanc .gsurtit, #article #rubrique .gsurtit {
  font-size: 22px;
  font-style: italic;
  font-weight: 600;
  line-height: 130%;
  margin: 24px 0 -15px;
  hyphens: initial;
}
#article .fondblanc .gstit, #article .page_video .fondblanc .gstit, #article #rubrique .gstit {
  font-size: 28px;
  font-style: italic;
  font-weight: 600;
  line-height: 130%;
  hyphens: initial;
  line-height: 130%;
  margin: -0.8em 0 0.8em;
}
#article .fondblanc .gstit:first-letter, #article .page_video .fondblanc .gstit:first-letter, #article #rubrique .gstit:first-letter {
  text-transform: uppercase;
}
#article .fondblanc .chapo, #article .page_video .fondblanc .chapo, #article #rubrique .chapo {
  font-size: 18px;
  clear: left;
  padding-top: 1em;
  line-height: 144%;
  margin: 0 0 1.5em;
  font-size: 1.5em;
}
#article .fondblanc .chapo *, #article .page_video .fondblanc .chapo *, #article #rubrique .chapo * {
  font-weight: 600;
}
/* Logo */
.droite.logo {
  clear: both;
  margin: 1em 1px 2.1em 70px;
}
#article .fondblanc .module.logo {
  clear: right;
  margin: 0 20px 30px 0;
}
#article .fondblanc .module.logo {
  clear: right;
  margin: 0 70px 30px 0;
}
/* Date */
#article .dateetlieu {
  font-size: 25px;
  margin: 5px 0 20px 35px;
  padding: 5px 0;
  text-align: center;
  width: 190px;
}
#article .dateetlieu .date {
  background-color: #FFA024;
  border-radius: 0 18px 0 0;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  margin: 0;
  padding: 5px 0 7px;
}
#article .dateetlieu .date .jour {
  line-height: 110%;
}
#article .dateetlieu .date .jm {
  line-height: 130%;
  font-weight: bold;
}
#article .dateetlieu .date .heure {
  line-height: 110%;
}
#article .dateetlieu .lieu {
  background: none repeat scroll 0 0 #F9F7F7;
  border-color: #DDDDDD;
  border-style: solid;
  border-width: 0 0 1px;
  font-size: 16px;
  padding: 12px 0 10px;
  width: 188px;
}
#article .dateetlieu .lieu .nom {
  font-weight: bold;
}
#article .fondblanc .larticle {
  margin: 30px 0 0;
  padding: 0.1px 0 0;
}
#article .fondblanc .citation {
  background-color: #F2F1F1;
  background-position: 15px 13px;
  background-repeat: no-repeat;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 144%;
  padding: 20px 60px;
  width: 310px;
}
#article .fondblanc .citation:after {
  float: right;
  margin: -15px -44px -8px;
}
#article .fondblanc .groupedoc {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
#article .fondblanc .groupedoc .undocument {
  width: 28.8%;
  padding: 1em;
  background: #eee;
  margin: 0 0 20px 0;
  float: left;
  overflow: hidden;
}
#article .fondblanc .groupedoc .undocument .coldroite {
  width: 100%;
  margin: 0.5em 0 0 auto;
}
#article .fondblanc .groupedoc .margedroite {
  margin-right: 20px;
}
#article .fondblanc .module.citation {
  clear: left;
  margin: 0 70px 20px 0;
}
#article .fondblanc .droite.citation {
  clear: right;
  margin: 0 5px 20px 70px;
}
#article .fondblanc .chiffres, #article .fondblanc .cs_blocs {
  background-color: #F2F1F1;
  background-position: 15px 13px;
  background-repeat: no-repeat;
  clear: right;
  float: right;
  font-size: 15px;
  line-height: 144%;
  margin: 0 0 20px 40px;
  padding: 1.2em 30px;
  width: 374px;
}
#article .fondblanc .chiffres ul, #article .fondblanc .chiffres p {
  font-style: italic;
}
#article .fondblanc .chiffres p {
  margin-bottom: 16px;
}
#article .fondblanc .chiffres ul.spip li {
  background-position: left 12px;
  margin: 0 0 9px;
  background-repeat: no-repeat;
  padding: 0 0 0 23px;
}
#article .fondblanc .chiffres h3.spip, #article .fondblanc .cs_blocs h4.blocs_titre a, #article .fondblanc .cs_blocs h4.blocs_titre {
  font-size: 21px;
  font-weight: 600;
  margin: 0 0 12px;
  font-style: normal;
  line-height: 120%;
}
#article .fondblanc .chiffres .coldroite {
  margin: 0 0 19px;
  width: 300px;
}
#article .fondblanc .chiffres .doctit {
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 1px;
}
#article .fondblanc .chiffres .doctype {
  font-weight: bold;
  font-style: italic;
}
#article .blocs_titre {
  background: none !important;
  padding: 0 !important;
}
#article .fondblanc .propositions {
  margin: 50px 0 30px;
  column-gap: 100px;
  -moz-column-gap: 100px;
  -webkit-column-gap: 100px;
  -moz-column-rule: 2px solid #F2F1F1;
  -webkit-column-rule: 2px solid #F2F1F1;
  column-rule: 2px solid #F2F1F1;
  -moz-columns: 2 auto;
  -webkit-columns: 2 auto;
  columns: 2 auto;
}
#article .fondblanc .propositions h3.spip a {
  font-size: 17px;
}
#article .fondblanc .propositions h3.spip:before {
  color: #FFFFFF;
  content: counter(proposition,decimal);
  font-size: 16px;
  font-weight: bold;
  left: 0;
  line-height: 100%;
  margin: 6px 12px 20% 0;
  min-height: 31px;
  padding: 5px 14px 6px 8px;
  position: absolute;
  top: 0;
  vertical-align: top;
}
#article .fondblanc .propositions h3.spip {
  border-bottom: 0 solid #FFFFFF;
  counter-increment: proposition;
  display: block;
  font-size: 22px;
  break-after: none;
  -webkit-column-break-after: none;
  line-height: 135%;
  margin: 0 0 18px;
  overflow: hidden;
  padding: 0 0 0 42px;
  position: relative;
}
#article .fondblanc .propositions h5.spip {
  background: none repeat scroll 0 0 #F2F1F1;
  border-left-style: solid;
  border-left-width: 2px;
  border-radius: 0 5px 5px 0;
  break-after: none;
  -webkit-column-break-after: none;
  color: #222;
  font-size: 15px;
  padding: 7px 12px 6px 9px;
}
#article .fondblanc .propositions ul.spip {
  background: none repeat scroll 0 0 #F2F1F1;
  margin: 8px 0 23px;
  -moz-column-span: none;
  -webkit-column-span: none;
  display: inline-block;
  column-span: none;
  overflow: hidden;
  padding: 20px 20px 10px 12px;
}
#article .fondblanc .notes {
  background-color: #F2F1F1;
  background-position: 15px 13px;
  background-repeat: no-repeat;
  font-size: 15px;
  line-height: 144%;
  margin: 30px 0 18px;
  padding: 20px 30px;
  width: 876px;
}
#article .fondblanc .notes div {
  margin: 0 0 10px;
}
#article .fondblanc .notes p {
  font-style: italic;
}
#article .fondblanc .notes h3.spip {
  font-size: 1.4em;
  font-weight: 600;
  margin: 0 0 17px;
}
.suivants .age {
  font-size: 14px;
  font-weight: normal;
}
#article #soutiens .suivants .item .lls {
  font-size: 13px;
  font-style: italic;
  font-weight: normal;
  margin: 5px 0 0;
  position: inherit;
}
/* Commentaires */
.larticle h3.btapp {
  cursor: pointer;
  background-color: #EEEEEE;
  border-bottom-width: 0px !important;
  padding: 5px 10px !important;
}
/* Documents liés */
#article .itemmedia {
  margin: 20px 50px 20px 0px;
  width: 260px;
  padding: 8px;
  background-color: #777;
}
#article .itemmedia.dernier {
  margin-right: 0;
}
#article .itemmedia .titdesc {
  width: 186px;
  margin: 5px 7px;
}
#article .itemmedia .tit {
  font-size: 19px;
  font-weight: 600;
  line-height: 132%;
  margin: 0 0 5px;
  width: 186px;
}
/* ========================== MEDIATHEQUE ========================== */
.itemmedia {
  margin: 20px 50px 20px 0;
  width: 275px;
}
.itemmedia.dernier {
  margin-right: 0;
}
.itemmedia .tit {
  font-size: 20px;
  font-weight: 600;
  line-height: 132%;
  margin: 6px 0 5px;
}
/* ========================== MEDIABOX ========================== */
#cboxOverlay {
  z-index: 1000000 !important;
}
#colorbox {
  z-index: 1000000 !important;
}
#cboxTitle {
  color: #BB172E;
  font-size: 16px !important;
  font-weight: 600;
}
/* ========================== PIED ========================== */
#rubrique #suite .fondblanc {
  padding: 40px 44px;
}
.transfuge {
  margin: 0 40px;
}
.separation {
  border-bottom: 1px solid #CCCCCC;
  margin: 0 0 25px;
  padding: 23px 0;
  width: 930px;
}
.largemarge {
  margin: 30px 0 0;
}
#pied {
  height: 495px;
  position: relative;
}
#pied .cntpied {
  width: 100%;
  margin: 15px 0 0;
  max-width: 1024px;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  height: 448px;
}
#pied .colgauche, #pied .colcentre, #pied .coldroite {
  border-right: 1px solid #C6C5C5;
  margin-top: 27px;
  padding: 30px 50px 0 20px;
  text-align: left;
  width: 200px;
  min-height: 360px;
}
#pied .gtit {
  font-size: 24px;
  margin: 0 0 30px;
  font-weight: 600;
  line-height: 120%;
}
#pied .liseret {
  border-left-style: solid;
  border-left-width: 2px;
  margin: 0 0 14px;
  padding: 0 0 0 11px;
  font-size: 14px;
  line-height: 110%;
  font-weight: normal;
}
#pied .liseret b {
  font-size: 14px;
}
#pied .colcentre {
  padding: 30px 80px 0;
  width: 250px;
  text-align: center;
}
#pied .colcentre .text {
  border-radius: 4px 4px 4px 4px;
  color: #555555;
  font-size: 16px;
  margin: 0 0 20px;
  padding: 10px 0 9px;
  text-align: center;
  width: 250px;
}
#pied .colcentre .submit {
  border-radius: 4px 4px 4px 4px;
  color: #FFFFFF;
  font-size: 16px;
  margin: 0 0 20px;
  padding: 8px 0 10px;
  text-align: center;
  width: 130px;
  background: #333;
  font-weight: bold;
}
#pied .coldroite {
  border-right: 0 none #FFFFFF;
  padding: 30px 0 0 35px;
  width: 269px;
}
#rezosociauxpied {
  margin: 0;
}
#rezosociauxpied .module, #rezosociauxpied .droite {
  padding: 10px 0;
  width: 80px;
  height: 20px;
  padding: 8px 0 9px;
  font-size: 14px;
  background-size: 23%;
  background-repeat: no-repeat;
}
#rezosociauxpied .btgauche {
  background-position: right 5px;
  text-align: right;
  padding-right: 40px;
}
#rezosociauxpied .btdroite {
  background-position: left 5px;
  text-align: left;
  padding-left: 40px;
}
#listepied {
  margin: 12px;
  font-size: 14px;
}
#listepied a {
  margin: 10px;
  font-weight: 400;
}
#partenaires {
  text-align: center;
  margin: 40px auto;
  width: 600px;
}
#partenaires .introliste {
  font-size: 15px;
  font-style: italic;
  font-weight: normal;
  line-height: 144%;
  margin: 30px auto;
  text-align: center;
}
#partenaires .logos .logo {
  margin: 0 8px;
}
/* ========================== BOITE A OUTILS ========================== */
/* Titres */
#suite .gtit, .titafter {
  color: #7D7D74;
  font-size: 26px;
  font-weight: bold;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
#suite .gtit em, .titafter em {
  font-weight: bold;
}
.titafter {
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.titafter:after {
  background-color: #F5782A;
  content: "";
  display: block;
  height: 4px;
  margin: 10px auto 0;
  overflow: hidden;
  width: 160px;
}
#suite .lateral {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  overflow: hidden;
  padding: 50px 26px;
  width: 1023px;
}
.grossesbulles .item {
  width: 340px;
  border-right: 1px solid #E4E4E4;
  position: relative;
  background-image: linear-gradient(right top, white 6%, #f3f2f2 100%);
  background-image: -o-linear-gradient(right top, white 6%, #f3f2f2 100%);
  background-image: -moz-linear-gradient(right top, white 6%, #f3f2f2 100%);
  background-image: -webkit-linear-gradient(right top, white 6%, #f3f2f2 100%);
  background-image: -ms-linear-gradient(right top, white 6%, #f3f2f2 100%);
  padding: 0 0 260px;
}
.grossesbulles .lastitem {
  border-right: none;
}
.grossesbulles .item .repliques {
  background-position: 25px 15px;
  background-repeat: no-repeat;
  font-size: 11px;
  height: 200px;
  line-height: 141%;
  margin: 0 0 26px 5px;
  text-align: center;
  width: 330px;
}
.grossesbulles .item .repliques li {
  background-image: none;
  font-size: 11px;
  font-weight: normal;
  color: #222;
  line-height: 135%;
}
.grossesbulles * {
  transition-property: all;
  transition-duration: 1s;
}
.grossesbulles .item .logo, .grossesbulles .item .loginvisible {
  position: absolute;
  bottom: 0;
  left: 0;
}
.grossesbulles .item .loginvisible {
  opacity: 0;
}
.grossesbulles .item:hover .repliques {
  transform: scale(1.2);
}
.grossesbulles .item:hover .tit {
  transform: scale(1.1);
}
.grossesbulles .item:hover .loginvisible {
  opacity: 1;
}
.grossesbulles .item .voila3 li, .grossesbulles .item .voila4 li, .grossesbulles .item .voila5 li {
  display: block;
  float: left;
}
.grossesbulles .item .voila3 li {
  padding: 16px 23px 10px 46px;
  width: 86px;
}
.grossesbulles .item .voila3 li:first-of-type {
  padding: 22px 102px 10px;
  width: 130px;
}
.grossesbulles .item .voila3 li:last-of-type {
  padding: 22px 23px 10px 42px;
  width: 86px;
}
.grossesbulles .item .voila4 li {
  padding: 27px 0 14px 45px;
  width: 110px;
}
.grossesbulles .item .voila4 li:first-of-type {
  padding: 27px 0 0 35px;
  width: 80px;
}
.grossesbulles .item .voila4 li:last-of-type {
  padding: 30px 49px 0;
  width: 61px;
}
.grossesbulles .item .voila5 li {
  padding: 33px 0 21px 54px;
  width: 70px;
}
.grossesbulles .item .voila5 li:first-of-type {
  padding: 36px 0 18px 62px;
  width: 70px;
}
.grossesbulles .item .voila5 li:last-of-type {
  padding: 27px 0 18px 20px;
  width: 70px;
}
.grossesbulles .item .voila5 li:nth-of-type(3) {
  padding: 42px 0 18px 45px;
  width: 70px;
}
.grossesbulles .item .voila5 li:nth-of-type(4) {
  padding: 13px 0 18px 8px;
  width: 70px;
}
.grossesbulles .item .tit {
  color: #FFFFFF;
  display: table;
  height: 100px;
  margin: 0 0 19px 30px;
  padding: 0 0 20px;
  vertical-align: middle;
  width: 280px;
}
.grossesbulles .item .numero {
  font-weight: bold;
  font-size: 20px;
}
.grossesbulles .item .textetit {
  display: table-cell;
  font-size: 19px;
  font-weight: normal;
  margin: 9px 0 0 13px;
  padding: 0 12px 0 0;
  text-align: center;
  vertical-align: middle;
  width: 250px;
}
.grossesbulles .item * {
  color: #FFFFFF;
  line-height: 110%;
}
.grossesbulles .item a {
  color: #222;
  font-size: 100%;
}
.grossesbulles .item .textetit span {
  font-weight: bold;
}
.souligne {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.llspuce, .llspuce1, .llspuce2, .llspuce3, .llspuce4, .llspuce5 {
  background-position: right 0;
  background-repeat: no-repeat;
  padding: 0 15px 0 0;
  margin: 5px 0 0;
}
/* Generiques */
.bloc, .module, .droite {
  display: block;
  overflow: hidden;
}
.inline {
  display: inline;
}
.table {
  display: table;
}
.module {
  display: inline;
  float: left;
}
.droite {
  display: inline;
  float: right;
}
.fixe {
  position: fixed;
}
.largeur {
  width: 952px;
}
.tier {
  width: 300px;
  margin: 27px 17px 27px 0px;
  border-right: 1px solid #999;
  padding: 0px 17px 0px 0px;
}
.tier .dernier {
  margin-right: 0;
  border-right: 0 solid #fff;
  padding-right: 0;
}
.invisible {
  display: none;
}
.gras {
  font-weight: bold !important;
}
b i {
  font-weight: bold;
  font-style: italic;
}
.italic {
  font-style: italic !important;
}
.caps, .majuscules {
  font-variant: small-caps;
  line-height: 100%;
}
.margegauche {
  margin-left: 10px;
}
.large {
  width: 100%;
}
.rouge {
  color: #BB172E;
}
.bgblanc {
  background: #fff !important;
}
.blanc {
  color: #fff !important;
}
.gris {
  color: #4B4A4A !important;
}
.margo {
  margin: 10px 0 0;
}
.sardine {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  border: 0 !important;
}
.alert {
  display: block;
  overflow: hidden;
  padding: 15px 0px;
  margin: 10px auto 0px;
  font: bold 18px Arial, Helvetica, sans-serif;
  color: #BB172E;
  text-align: center;
  width: 940px;
  background: #eee;
  float: left;
}
#article .fondblanc .surtit {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  display: inline;
  font-size: 18px;
  font-weight: 600;
  padding: 0;
}
/* Les images sont déplacées en exterieur pour gagner du temps de recalcul */
/* #PRODUIRE{fond=css/bootstrapleger/glyphicons_mini.scss}
   md5:662e7358f8c1cf243602ba9291ead7d3 */
@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url(https://plurilingue2.c-real.fr/squ/squelettes/css/bootstrapleger/fonts/bootstrap-icons.woff2) format("woff2"), url(https://plurilingue2.c-real.fr/squ/squelettes/css/bootstrapleger/fonts/bootstrap-icons.woff) format("woff");
}
.icon, .larticle .spip_out, .chapo .spip_out {
  position: relative;
}
.icon::before, .larticle .spip_out::before, .chapo .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 !important;
  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;
  margin-right: 0.5em;
  font-family: bootstrap-icons !important;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  vertical-align: -0.125em;
}
.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-engrenage:before {
  content: "";
}
.icon-poubelle:before {
  content: "";
}
.icon-accueil:before {
  content: "";
}
.icon-fichier: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, .larticle .spip_out:before, .chapo .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-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-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: "";
}
/*--------------- Couleurs --------------*/
.liseret {
  border-color: #BB172E;
}
.couleur {
  color: #BB172E !default;
}
.bgcouleur {
  background-color: #BB172E;
}
#article .coin .gstit {
  color: #BB172E !default;
}
#article .coin .propositions h5.spip {
  border-color: #BB172E;
}
.barre:after {
  background-color: #BB172E;
}
.bouton, .bouton1, .bouton2, .bouton3, .bouton4, .bouton5, .boutonfb, .boutont {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  margin: 40px 0;
  border-left: 6px solid #BB172E;
}
.bouton .tit, .bouton1 .tit, .bouton2 .tit, .bouton3 .tit, .bouton4 .tit, .bouton5 .tit, .boutonfb .tit, .boutont .tit {
  padding: 9px 13px 13px;
  font-size: 25px;
  line-height: 110%;
}
.bouton .stit, .bouton1 .stit, .bouton2 .stit, .bouton3 .stit, .bouton4 .stit, .bouton5 .stit, .boutonfb .stit, .boutont .stit {
  color: #FFF;
  padding: 3px 22px 5px;
  width: 100%;
  font-size: 15px;
  text-align: right;
  border-right: 6px solid #BB172E;
}
.entourebouton {
  margin: 40px 0;
}
.entourebouton .bouton {
  margin: 0;
}
#article #cnt .fondblanc.coin .gstit, #article #cnt .fondblanc.coin a.spip_out {
  color: #014C78 !default;
}
#article #cnt .fondblanc.coin a, #article #cnt .fondblanc.coin #suite .gtit, #article #cnt .fondblanc.coin .titafter {
  color: #014C78;
}
#article #cnt .fondblanc.coin ul.spip li::before, #article #cnt .fondblanc.coin li.spip:before, #article #cnt .fondblanc.coin ol li:before, #article #cnt .fondblanc.coin .spip_code, #article #cnt .fondblanc.coin .texteencadre-spip, #article #cnt .fondblanc.coin h5.spip {
  background-color: #014C78;
}
#article #cnt .fondblanc.coin .chapo h3.spip, #article #cnt .fondblanc.coin .chapo h6.spip, #article #cnt .fondblanc.coin .larticle h3.spip, #article #cnt .fondblanc.coin .larticle h6.spip {
  border-bottom-color: #014C78;
}
#article #cnt .fondblanc.coin .chapo h6.spip, #article #cnt .fondblanc.coin .larticle h6.spip {
  border-bottom-color: #014C78;
}
#article #cnt .fondblanc.coin table.spip {
  border: 1px solid #014C78;
}
#article #cnt .fondblanc.coin table.spip td {
  border-right: 1px solid #014C78;
}
#article #cnt .fondblanc.coin table.spip thead {
  background-color: #014C78;
}
@mixin liseret, @mixin coin @mixin liseret {
  border-color: #014C78;
}
@mixin couleur  when (lightness($couleur) <= 60%) {
  color: #014C78 !default;
  fill: #014C78 !default;
}
@mixin couleur a  when (lightness($couleur) <= 60%) {
  color: #014C78 !default;
  fill: #014C78 !default;
}
@mixin couleur  when (lightness($couleur) > 60%) {
  color: #00121d !important;
  fill: #00121d !important;
}
@mixin couleur a  when (lightness($couleur) > 60%) {
  color: #00121d !important;
  fill: #00121d !important;
}
@mixin bdcouleur {
  border-color: #014C78;
  stroke: #014C78;
}
@mixin bgcouleur,
	@mixin barre:after,
	// #lactu .rub .coldroite .tit:after {
  background-color: #014C78;
}
@mixin titbulle,
	@mixin moyennebulle,
	// @mixin bulle {
  color: #fff;
  overflow: visible;
  text-align: left;
  position: relative;
  font-weight: 600;
  background: #014C78;
  :before, :after {
    content: "";
    position: absolute;
    display: block;
    overflow: hidden;
    left: 0;
    background: #014C78;
  }
  :after {
    background-color: #fff;
    border-radius: 100% 0 0 0;
  }
  a {
    color: #fff;
    font-size: inherit;
  }
}
@mixin bouton {
  #coldroite, #droitehaut {
    border-left: 6px solid #014C78;
  }
  #coldroite .stit, #droitehaut .stit {
    background-color: #014C78;
    border-right: 6px solid #014C78;
  }
}
@mixin coin {
  .notes .pintertitre {
    color: #014C78;
  }
  h4.spip, .spip_in, .spip_ancre {
    color: #014C78;
  }
  .propositions h5.spip {
    border-color: #014C78;
  }
  .citation {
    font-style: italic;
    position: relative;
  }
  .citation:after, .citation:before {
    font-size: 2.7em;
    position: absolute;
  }
  .citation::before {
    content: "« ";
    top: 0.2em;
    left: 0.3em;
  }
  .citation::after {
    content: " »";
    bottom: 0.4em;
    right: 0.3em;
  }
  .citation:after, .citation:before {
    color: #014C78;
  }
  .propositions h3.spip:before {
    background: url('https://plurilingue2.c-real.fr/squ/squ-hda/css/src/\\squelettes/ergo/puce/numero_rouge.png') no-repeat scroll 0 0 #fff;
  }
}
#article #cnt .fondblanc.coin0 .gstit, #article #cnt .fondblanc.coin0 a.spip_out {
  color: #BB172E !default;
}
#article #cnt .fondblanc.coin0 a, #article #cnt .fondblanc.coin0 #suite .gtit, #article #cnt .fondblanc.coin0 .titafter {
  color: #BB172E;
}
#article #cnt .fondblanc.coin0 ul.spip li::before, #article #cnt .fondblanc.coin0 li.spip:before, #article #cnt .fondblanc.coin0 ol li:before, #article #cnt .fondblanc.coin0 .spip_code, #article #cnt .fondblanc.coin0 .texteencadre-spip, #article #cnt .fondblanc.coin0 h5.spip {
  background-color: #BB172E;
}
#article #cnt .fondblanc.coin0 .chapo h3.spip, #article #cnt .fondblanc.coin0 .chapo h6.spip, #article #cnt .fondblanc.coin0 .larticle h3.spip, #article #cnt .fondblanc.coin0 .larticle h6.spip {
  border-bottom-color: #BB172E;
}
#article #cnt .fondblanc.coin0 .chapo h6.spip, #article #cnt .fondblanc.coin0 .larticle h6.spip {
  border-bottom-color: #BB172E;
}
#article #cnt .fondblanc.coin0 table.spip {
  border: 1px solid #BB172E;
}
#article #cnt .fondblanc.coin0 table.spip td {
  border-right: 1px solid #BB172E;
}
#article #cnt .fondblanc.coin0 table.spip thead {
  background-color: #BB172E;
}
@mixin liseret0, @mixin coin0 @mixin liseret {
  border-color: #BB172E;
}
@mixin couleur0  when (lightness($couleur) <= 60%) {
  color: #BB172E !default;
  fill: #BB172E !default;
}
@mixin couleur0 a  when (lightness($couleur) <= 60%) {
  color: #BB172E !default;
  fill: #BB172E !default;
}
@mixin couleur0  when (lightness($couleur) > 60%) {
  color: #760011 !important;
  fill: #760011 !important;
}
@mixin couleur0 a  when (lightness($couleur) > 60%) {
  color: #760011 !important;
  fill: #760011 !important;
}
@mixin bdcouleur0 {
  border-color: #BB172E;
  stroke: #BB172E;
}
@mixin bgcouleur0,
	@mixin barre0:after,
	// #lactu .rub0 .coldroite .tit:after {
  background-color: #BB172E;
}
@mixin titbulle0,
	@mixin moyennebulle0,
	// @mixin bulle0 {
  color: #fff;
  overflow: visible;
  text-align: left;
  position: relative;
  font-weight: 600;
  background: #BB172E;
  :before, :after {
    content: "";
    position: absolute;
    display: block;
    overflow: hidden;
    left: 0;
    background: #BB172E;
  }
  :after {
    background-color: #fff;
    border-radius: 100% 0 0 0;
  }
  a {
    color: #fff;
    font-size: inherit;
  }
}
@mixin bouton0 {
  #coldroite, #droitehaut {
    border-left: 6px solid #BB172E;
  }
  #coldroite .stit, #droitehaut .stit {
    background-color: #BB172E;
    border-right: 6px solid #BB172E;
  }
}
@mixin coin0 {
  .notes .pintertitre {
    color: #BB172E;
  }
  h4.spip, .spip_in, .spip_ancre {
    color: #BB172E;
  }
  .propositions h5.spip {
    border-color: #BB172E;
  }
  .citation {
    font-style: italic;
    position: relative;
  }
  .citation:after, .citation:before {
    font-size: 2.7em;
    position: absolute;
  }
  .citation::before {
    content: "« ";
    top: 0.2em;
    left: 0.3em;
  }
  .citation::after {
    content: " »";
    bottom: 0.4em;
    right: 0.3em;
  }
  .citation:after, .citation:before {
    color: #BB172E;
  }
  .propositions h3.spip:before {
    background: url('https://plurilingue2.c-real.fr/squ/squ-hda/css/src/\\squelettes/ergo/puce/numero_rouge.png') no-repeat scroll 0 0 #fff;
  }
}
#article #cnt .fondblanc.coinv .gstit, #article #cnt .fondblanc.coinv a.spip_out {
  color: #4D9E58 !default;
}
#article #cnt .fondblanc.coinv a, #article #cnt .fondblanc.coinv #suite .gtit, #article #cnt .fondblanc.coinv .titafter {
  color: #4D9E58;
}
#article #cnt .fondblanc.coinv ul.spip li::before, #article #cnt .fondblanc.coinv li.spip:before, #article #cnt .fondblanc.coinv ol li:before, #article #cnt .fondblanc.coinv .spip_code, #article #cnt .fondblanc.coinv .texteencadre-spip, #article #cnt .fondblanc.coinv h5.spip {
  background-color: #4D9E58;
}
#article #cnt .fondblanc.coinv .chapo h3.spip, #article #cnt .fondblanc.coinv .chapo h6.spip, #article #cnt .fondblanc.coinv .larticle h3.spip, #article #cnt .fondblanc.coinv .larticle h6.spip {
  border-bottom-color: #4D9E58;
}
#article #cnt .fondblanc.coinv .chapo h6.spip, #article #cnt .fondblanc.coinv .larticle h6.spip {
  border-bottom-color: #4D9E58;
}
#article #cnt .fondblanc.coinv table.spip {
  border: 1px solid #4D9E58;
}
#article #cnt .fondblanc.coinv table.spip td {
  border-right: 1px solid #4D9E58;
}
#article #cnt .fondblanc.coinv table.spip thead {
  background-color: #4D9E58;
}
@mixin liseretv, @mixin coinv @mixin liseret {
  border-color: #4D9E58;
}
@mixin couleurv  when (lightness($couleur) <= 60%) {
  color: #4D9E58 !default;
  fill: #4D9E58 !default;
}
@mixin couleurv a  when (lightness($couleur) <= 60%) {
  color: #4D9E58 !default;
  fill: #4D9E58 !default;
}
@mixin couleurv  when (lightness($couleur) > 60%) {
  color: #127d21 !important;
  fill: #127d21 !important;
}
@mixin couleurv a  when (lightness($couleur) > 60%) {
  color: #127d21 !important;
  fill: #127d21 !important;
}
@mixin bdcouleurv {
  border-color: #4D9E58;
  stroke: #4D9E58;
}
@mixin bgcouleurv,
	@mixin barrev:after,
	// #lactu .rubv .coldroite .tit:after {
  background-color: #4D9E58;
}
@mixin titbullev,
	@mixin moyennebullev,
	// @mixin bullev {
  color: #fff;
  overflow: visible;
  text-align: left;
  position: relative;
  font-weight: 600;
  background: #4D9E58;
  :before, :after {
    content: "";
    position: absolute;
    display: block;
    overflow: hidden;
    left: 0;
    background: #4D9E58;
  }
  :after {
    background-color: #fff;
    border-radius: 100% 0 0 0;
  }
  a {
    color: #fff;
    font-size: inherit;
  }
}
@mixin boutonv {
  #coldroite, #droitehaut {
    border-left: 6px solid #4D9E58;
  }
  #coldroite .stit, #droitehaut .stit {
    background-color: #4D9E58;
    border-right: 6px solid #4D9E58;
  }
}
@mixin coinv {
  .notes .pintertitre {
    color: #4D9E58;
  }
  h4.spip, .spip_in, .spip_ancre {
    color: #4D9E58;
  }
  .propositions h5.spip {
    border-color: #4D9E58;
  }
  .citation {
    font-style: italic;
    position: relative;
  }
  .citation:after, .citation:before {
    font-size: 2.7em;
    position: absolute;
  }
  .citation::before {
    content: "« ";
    top: 0.2em;
    left: 0.3em;
  }
  .citation::after {
    content: " »";
    bottom: 0.4em;
    right: 0.3em;
  }
  .citation:after, .citation:before {
    color: #4D9E58;
  }
  .propositions h3.spip:before {
    background: url('https://plurilingue2.c-real.fr/squ/squ-hda/css/src/\\squelettes/ergo/puce/numero_verte.png') no-repeat scroll 0 0 #fff;
  }
}
#article #cnt .fondblanc.coinvt .gstit, #article #cnt .fondblanc.coinvt a.spip_out {
  color: #4D9E58 !default;
}
#article #cnt .fondblanc.coinvt a, #article #cnt .fondblanc.coinvt #suite .gtit, #article #cnt .fondblanc.coinvt .titafter {
  color: #4D9E58;
}
#article #cnt .fondblanc.coinvt ul.spip li::before, #article #cnt .fondblanc.coinvt li.spip:before, #article #cnt .fondblanc.coinvt ol li:before, #article #cnt .fondblanc.coinvt .spip_code, #article #cnt .fondblanc.coinvt .texteencadre-spip, #article #cnt .fondblanc.coinvt h5.spip {
  background-color: #4D9E58;
}
#article #cnt .fondblanc.coinvt .chapo h3.spip, #article #cnt .fondblanc.coinvt .chapo h6.spip, #article #cnt .fondblanc.coinvt .larticle h3.spip, #article #cnt .fondblanc.coinvt .larticle h6.spip {
  border-bottom-color: #4D9E58;
}
#article #cnt .fondblanc.coinvt .chapo h6.spip, #article #cnt .fondblanc.coinvt .larticle h6.spip {
  border-bottom-color: #4D9E58;
}
#article #cnt .fondblanc.coinvt table.spip {
  border: 1px solid #4D9E58;
}
#article #cnt .fondblanc.coinvt table.spip td {
  border-right: 1px solid #4D9E58;
}
#article #cnt .fondblanc.coinvt table.spip thead {
  background-color: #4D9E58;
}
@mixin liseretvt, @mixin coinvt @mixin liseret {
  border-color: #4D9E58;
}
@mixin couleurvt  when (lightness($couleur) <= 60%) {
  color: #4D9E58 !default;
  fill: #4D9E58 !default;
}
@mixin couleurvt a  when (lightness($couleur) <= 60%) {
  color: #4D9E58 !default;
  fill: #4D9E58 !default;
}
@mixin couleurvt  when (lightness($couleur) > 60%) {
  color: #127d21 !important;
  fill: #127d21 !important;
}
@mixin couleurvt a  when (lightness($couleur) > 60%) {
  color: #127d21 !important;
  fill: #127d21 !important;
}
@mixin bdcouleurvt {
  border-color: #4D9E58;
  stroke: #4D9E58;
}
@mixin bgcouleurvt,
	@mixin barrevt:after,
	// #lactu .rubvt .coldroite .tit:after {
  background-color: #4D9E58;
}
@mixin titbullevt,
	@mixin moyennebullevt,
	// @mixin bullevt {
  color: #fff;
  overflow: visible;
  text-align: left;
  position: relative;
  font-weight: 600;
  background: #4D9E58;
  :before, :after {
    content: "";
    position: absolute;
    display: block;
    overflow: hidden;
    left: 0;
    background: #4D9E58;
  }
  :after {
    background-color: #fff;
    border-radius: 100% 0 0 0;
  }
  a {
    color: #fff;
    font-size: inherit;
  }
}
@mixin boutonvt {
  #coldroite, #droitehaut {
    border-left: 6px solid #4D9E58;
  }
  #coldroite .stit, #droitehaut .stit {
    background-color: #4D9E58;
    border-right: 6px solid #4D9E58;
  }
}
@mixin coinvt {
  .notes .pintertitre {
    color: #4D9E58;
  }
  h4.spip, .spip_in, .spip_ancre {
    color: #4D9E58;
  }
  .propositions h5.spip {
    border-color: #4D9E58;
  }
  .citation {
    font-style: italic;
    position: relative;
  }
  .citation:after, .citation:before {
    font-size: 2.7em;
    position: absolute;
  }
  .citation::before {
    content: "« ";
    top: 0.2em;
    left: 0.3em;
  }
  .citation::after {
    content: " »";
    bottom: 0.4em;
    right: 0.3em;
  }
  .citation:after, .citation:before {
    color: #4D9E58;
  }
  .propositions h3.spip:before {
    background: url('https://plurilingue2.c-real.fr/squ/squ-hda/css/src/\\squelettes/ergo/puce/numero_verte.png') no-repeat scroll 0 0 #fff;
  }
}
#article #cnt .fondblanc.coin28 .gstit, #article #cnt .fondblanc.coin28 a.spip_out {
  color: #F5782A !default;
}
#article #cnt .fondblanc.coin28 a, #article #cnt .fondblanc.coin28 #suite .gtit, #article #cnt .fondblanc.coin28 .titafter {
  color: #F5782A;
}
#article #cnt .fondblanc.coin28 ul.spip li::before, #article #cnt .fondblanc.coin28 li.spip:before, #article #cnt .fondblanc.coin28 ol li:before, #article #cnt .fondblanc.coin28 .spip_code, #article #cnt .fondblanc.coin28 .texteencadre-spip, #article #cnt .fondblanc.coin28 h5.spip {
  background-color: #F5782A;
}
#article #cnt .fondblanc.coin28 .chapo h3.spip, #article #cnt .fondblanc.coin28 .chapo h6.spip, #article #cnt .fondblanc.coin28 .larticle h3.spip, #article #cnt .fondblanc.coin28 .larticle h6.spip {
  border-bottom-color: #F5782A;
}
#article #cnt .fondblanc.coin28 .chapo h6.spip, #article #cnt .fondblanc.coin28 .larticle h6.spip {
  border-bottom-color: #F5782A;
}
#article #cnt .fondblanc.coin28 table.spip {
  border: 1px solid #F5782A;
}
#article #cnt .fondblanc.coin28 table.spip td {
  border-right: 1px solid #F5782A;
}
#article #cnt .fondblanc.coin28 table.spip thead {
  background-color: #F5782A;
}
@mixin liseret28, @mixin coin28 @mixin liseret {
  border-color: #F5782A;
}
@mixin couleur28  when (lightness($couleur) <= 60%) {
  color: #F5782A !default;
  fill: #F5782A !default;
}
@mixin couleur28 a  when (lightness($couleur) <= 60%) {
  color: #F5782A !default;
  fill: #F5782A !default;
}
@mixin couleur28  when (lightness($couleur) > 60%) {
  color: #c34b00 !important;
  fill: #c34b00 !important;
}
@mixin couleur28 a  when (lightness($couleur) > 60%) {
  color: #c34b00 !important;
  fill: #c34b00 !important;
}
@mixin bdcouleur28 {
  border-color: #F5782A;
  stroke: #F5782A;
}
@mixin bgcouleur28,
	@mixin barre28:after,
	// #lactu .rub28 .coldroite .tit:after {
  background-color: #F5782A;
}
@mixin titbulle28,
	@mixin moyennebulle28,
	// @mixin bulle28 {
  color: #fff;
  overflow: visible;
  text-align: left;
  position: relative;
  font-weight: 600;
  background: #F5782A;
  :before, :after {
    content: "";
    position: absolute;
    display: block;
    overflow: hidden;
    left: 0;
    background: #F5782A;
  }
  :after {
    background-color: #fff;
    border-radius: 100% 0 0 0;
  }
  a {
    color: #fff;
    font-size: inherit;
  }
}
@mixin bouton28 {
  #coldroite, #droitehaut {
    border-left: 6px solid #F5782A;
  }
  #coldroite .stit, #droitehaut .stit {
    background-color: #F5782A;
    border-right: 6px solid #F5782A;
  }
}
@mixin coin28 {
  .notes .pintertitre {
    color: #F5782A;
  }
  h4.spip, .spip_in, .spip_ancre {
    color: #F5782A;
  }
  .propositions h5.spip {
    border-color: #F5782A;
  }
  .citation {
    font-style: italic;
    position: relative;
  }
  .citation:after, .citation:before {
    font-size: 2.7em;
    position: absolute;
  }
  .citation::before {
    content: "« ";
    top: 0.2em;
    left: 0.3em;
  }
  .citation::after {
    content: " »";
    bottom: 0.4em;
    right: 0.3em;
  }
  .citation:after, .citation:before {
    color: #F5782A;
  }
  .propositions h3.spip:before {
    background: url('https://plurilingue2.c-real.fr/squ/squ-hda/css/src/\\squelettes/ergo/puce/numero_orange.png') no-repeat scroll 0 0 #fff;
  }
}
#article #cnt .fondblanc.coin26 .gstit, #article #cnt .fondblanc.coin26 a.spip_out {
  color: #F5782A !default;
}
#article #cnt .fondblanc.coin26 a, #article #cnt .fondblanc.coin26 #suite .gtit, #article #cnt .fondblanc.coin26 .titafter {
  color: #F5782A;
}
#article #cnt .fondblanc.coin26 ul.spip li::before, #article #cnt .fondblanc.coin26 li.spip:before, #article #cnt .fondblanc.coin26 ol li:before, #article #cnt .fondblanc.coin26 .spip_code, #article #cnt .fondblanc.coin26 .texteencadre-spip, #article #cnt .fondblanc.coin26 h5.spip {
  background-color: #F5782A;
}
#article #cnt .fondblanc.coin26 .chapo h3.spip, #article #cnt .fondblanc.coin26 .chapo h6.spip, #article #cnt .fondblanc.coin26 .larticle h3.spip, #article #cnt .fondblanc.coin26 .larticle h6.spip {
  border-bottom-color: #F5782A;
}
#article #cnt .fondblanc.coin26 .chapo h6.spip, #article #cnt .fondblanc.coin26 .larticle h6.spip {
  border-bottom-color: #F5782A;
}
#article #cnt .fondblanc.coin26 table.spip {
  border: 1px solid #F5782A;
}
#article #cnt .fondblanc.coin26 table.spip td {
  border-right: 1px solid #F5782A;
}
#article #cnt .fondblanc.coin26 table.spip thead {
  background-color: #F5782A;
}
@mixin liseret26, @mixin coin26 @mixin liseret {
  border-color: #F5782A;
}
@mixin couleur26  when (lightness($couleur) <= 60%) {
  color: #F5782A !default;
  fill: #F5782A !default;
}
@mixin couleur26 a  when (lightness($couleur) <= 60%) {
  color: #F5782A !default;
  fill: #F5782A !default;
}
@mixin couleur26  when (lightness($couleur) > 60%) {
  color: #c34b00 !important;
  fill: #c34b00 !important;
}
@mixin couleur26 a  when (lightness($couleur) > 60%) {
  color: #c34b00 !important;
  fill: #c34b00 !important;
}
@mixin bdcouleur26 {
  border-color: #F5782A;
  stroke: #F5782A;
}
@mixin bgcouleur26,
	@mixin barre26:after,
	// #lactu .rub26 .coldroite .tit:after {
  background-color: #F5782A;
}
@mixin titbulle26,
	@mixin moyennebulle26,
	// @mixin bulle26 {
  color: #fff;
  overflow: visible;
  text-align: left;
  position: relative;
  font-weight: 600;
  background: #F5782A;
  :before, :after {
    content: "";
    position: absolute;
    display: block;
    overflow: hidden;
    left: 0;
    background: #F5782A;
  }
  :after {
    background-color: #fff;
    border-radius: 100% 0 0 0;
  }
  a {
    color: #fff;
    font-size: inherit;
  }
}
@mixin bouton26 {
  #coldroite, #droitehaut {
    border-left: 6px solid #F5782A;
  }
  #coldroite .stit, #droitehaut .stit {
    background-color: #F5782A;
    border-right: 6px solid #F5782A;
  }
}
@mixin coin26 {
  .notes .pintertitre {
    color: #F5782A;
  }
  h4.spip, .spip_in, .spip_ancre {
    color: #F5782A;
  }
  .propositions h5.spip {
    border-color: #F5782A;
  }
  .citation {
    font-style: italic;
    position: relative;
  }
  .citation:after, .citation:before {
    font-size: 2.7em;
    position: absolute;
  }
  .citation::before {
    content: "« ";
    top: 0.2em;
    left: 0.3em;
  }
  .citation::after {
    content: " »";
    bottom: 0.4em;
    right: 0.3em;
  }
  .citation:after, .citation:before {
    color: #F5782A;
  }
  .propositions h3.spip:before {
    background: url('https://plurilingue2.c-real.fr/squ/squ-hda/css/src/\\squelettes/ergo/puce/numero_orange.png') no-repeat scroll 0 0 #fff;
  }
}
#article #cnt .fondblanc.coin3 .gstit, #article #cnt .fondblanc.coin3 a.spip_out {
  color: #FFA024 !default;
}
#article #cnt .fondblanc.coin3 a, #article #cnt .fondblanc.coin3 #suite .gtit, #article #cnt .fondblanc.coin3 .titafter {
  color: #FFA024;
}
#article #cnt .fondblanc.coin3 ul.spip li::before, #article #cnt .fondblanc.coin3 li.spip:before, #article #cnt .fondblanc.coin3 ol li:before, #article #cnt .fondblanc.coin3 .spip_code, #article #cnt .fondblanc.coin3 .texteencadre-spip, #article #cnt .fondblanc.coin3 h5.spip {
  background-color: #FFA024;
}
#article #cnt .fondblanc.coin3 .chapo h3.spip, #article #cnt .fondblanc.coin3 .chapo h6.spip, #article #cnt .fondblanc.coin3 .larticle h3.spip, #article #cnt .fondblanc.coin3 .larticle h6.spip {
  border-bottom-color: #FFA024;
}
#article #cnt .fondblanc.coin3 .chapo h6.spip, #article #cnt .fondblanc.coin3 .larticle h6.spip {
  border-bottom-color: #FFA024;
}
#article #cnt .fondblanc.coin3 table.spip {
  border: 1px solid #FFA024;
}
#article #cnt .fondblanc.coin3 table.spip td {
  border-right: 1px solid #FFA024;
}
#article #cnt .fondblanc.coin3 table.spip thead {
  background-color: #FFA024;
}
@mixin liseret3, @mixin coin3 @mixin liseret {
  border-color: #FFA024;
}
@mixin couleur3  when (lightness($couleur) <= 60%) {
  color: #FFA024 !default;
  fill: #FFA024 !default;
}
@mixin couleur3 a  when (lightness($couleur) <= 60%) {
  color: #FFA024 !default;
  fill: #FFA024 !default;
}
@mixin couleur3  when (lightness($couleur) > 60%) {
  color: #c77100 !important;
  fill: #c77100 !important;
}
@mixin couleur3 a  when (lightness($couleur) > 60%) {
  color: #c77100 !important;
  fill: #c77100 !important;
}
@mixin bdcouleur3 {
  border-color: #FFA024;
  stroke: #FFA024;
}
@mixin bgcouleur3,
	@mixin barre3:after,
	// #lactu .rub3 .coldroite .tit:after {
  background-color: #FFA024;
}
@mixin titbulle3,
	@mixin moyennebulle3,
	// @mixin bulle3 {
  color: #fff;
  overflow: visible;
  text-align: left;
  position: relative;
  font-weight: 600;
  background: #FFA024;
  :before, :after {
    content: "";
    position: absolute;
    display: block;
    overflow: hidden;
    left: 0;
    background: #FFA024;
  }
  :after {
    background-color: #fff;
    border-radius: 100% 0 0 0;
  }
  a {
    color: #fff;
    font-size: inherit;
  }
}
@mixin bouton3 {
  #coldroite, #droitehaut {
    border-left: 6px solid #FFA024;
  }
  #coldroite .stit, #droitehaut .stit {
    background-color: #FFA024;
    border-right: 6px solid #FFA024;
  }
}
@mixin coin3 {
  .notes .pintertitre {
    color: #FFA024;
  }
  h4.spip, .spip_in, .spip_ancre {
    color: #FFA024;
  }
  .propositions h5.spip {
    border-color: #FFA024;
  }
  .citation {
    font-style: italic;
    position: relative;
  }
  .citation:after, .citation:before {
    font-size: 2.7em;
    position: absolute;
  }
  .citation::before {
    content: "« ";
    top: 0.2em;
    left: 0.3em;
  }
  .citation::after {
    content: " »";
    bottom: 0.4em;
    right: 0.3em;
  }
  .citation:after, .citation:before {
    color: #FFA024;
  }
  .propositions h3.spip:before {
    background: url('https://plurilingue2.c-real.fr/squ/squ-hda/css/src/\\squelettes/ergo/puce/numero_jaune.png') no-repeat scroll 0 0 #fff;
  }
}
#article #cnt .fondblanc.coinj .gstit, #article #cnt .fondblanc.coinj a.spip_out {
  color: #FFA024 !default;
}
#article #cnt .fondblanc.coinj a, #article #cnt .fondblanc.coinj #suite .gtit, #article #cnt .fondblanc.coinj .titafter {
  color: #FFA024;
}
#article #cnt .fondblanc.coinj ul.spip li::before, #article #cnt .fondblanc.coinj li.spip:before, #article #cnt .fondblanc.coinj ol li:before, #article #cnt .fondblanc.coinj .spip_code, #article #cnt .fondblanc.coinj .texteencadre-spip, #article #cnt .fondblanc.coinj h5.spip {
  background-color: #FFA024;
}
#article #cnt .fondblanc.coinj .chapo h3.spip, #article #cnt .fondblanc.coinj .chapo h6.spip, #article #cnt .fondblanc.coinj .larticle h3.spip, #article #cnt .fondblanc.coinj .larticle h6.spip {
  border-bottom-color: #FFA024;
}
#article #cnt .fondblanc.coinj .chapo h6.spip, #article #cnt .fondblanc.coinj .larticle h6.spip {
  border-bottom-color: #FFA024;
}
#article #cnt .fondblanc.coinj table.spip {
  border: 1px solid #FFA024;
}
#article #cnt .fondblanc.coinj table.spip td {
  border-right: 1px solid #FFA024;
}
#article #cnt .fondblanc.coinj table.spip thead {
  background-color: #FFA024;
}
@mixin liseretj, @mixin coinj @mixin liseret {
  border-color: #FFA024;
}
@mixin couleurj  when (lightness($couleur) <= 60%) {
  color: #FFA024 !default;
  fill: #FFA024 !default;
}
@mixin couleurj a  when (lightness($couleur) <= 60%) {
  color: #FFA024 !default;
  fill: #FFA024 !default;
}
@mixin couleurj  when (lightness($couleur) > 60%) {
  color: #c77100 !important;
  fill: #c77100 !important;
}
@mixin couleurj a  when (lightness($couleur) > 60%) {
  color: #c77100 !important;
  fill: #c77100 !important;
}
@mixin bdcouleurj {
  border-color: #FFA024;
  stroke: #FFA024;
}
@mixin bgcouleurj,
	@mixin barrej:after,
	// #lactu .rubj .coldroite .tit:after {
  background-color: #FFA024;
}
@mixin titbullej,
	@mixin moyennebullej,
	// @mixin bullej {
  color: #fff;
  overflow: visible;
  text-align: left;
  position: relative;
  font-weight: 600;
  background: #FFA024;
  :before, :after {
    content: "";
    position: absolute;
    display: block;
    overflow: hidden;
    left: 0;
    background: #FFA024;
  }
  :after {
    background-color: #fff;
    border-radius: 100% 0 0 0;
  }
  a {
    color: #fff;
    font-size: inherit;
  }
}
@mixin boutonj {
  #coldroite, #droitehaut {
    border-left: 6px solid #FFA024;
  }
  #coldroite .stit, #droitehaut .stit {
    background-color: #FFA024;
    border-right: 6px solid #FFA024;
  }
}
@mixin coinj {
  .notes .pintertitre {
    color: #FFA024;
  }
  h4.spip, .spip_in, .spip_ancre {
    color: #FFA024;
  }
  .propositions h5.spip {
    border-color: #FFA024;
  }
  .citation {
    font-style: italic;
    position: relative;
  }
  .citation:after, .citation:before {
    font-size: 2.7em;
    position: absolute;
  }
  .citation::before {
    content: "« ";
    top: 0.2em;
    left: 0.3em;
  }
  .citation::after {
    content: " »";
    bottom: 0.4em;
    right: 0.3em;
  }
  .citation:after, .citation:before {
    color: #FFA024;
  }
  .propositions h3.spip:before {
    background: url('https://plurilingue2.c-real.fr/squ/squ-hda/css/src/\\squelettes/ergo/puce/numero_jaune.png') no-repeat scroll 0 0 #fff;
  }
}
#article #cnt .fondblanc.coin38 .gstit, #article #cnt .fondblanc.coin38 a.spip_out {
  color: #2568C4 !default;
}
#article #cnt .fondblanc.coin38 a, #article #cnt .fondblanc.coin38 #suite .gtit, #article #cnt .fondblanc.coin38 .titafter {
  color: #2568C4;
}
#article #cnt .fondblanc.coin38 ul.spip li::before, #article #cnt .fondblanc.coin38 li.spip:before, #article #cnt .fondblanc.coin38 ol li:before, #article #cnt .fondblanc.coin38 .spip_code, #article #cnt .fondblanc.coin38 .texteencadre-spip, #article #cnt .fondblanc.coin38 h5.spip {
  background-color: #2568C4;
}
#article #cnt .fondblanc.coin38 .chapo h3.spip, #article #cnt .fondblanc.coin38 .chapo h6.spip, #article #cnt .fondblanc.coin38 .larticle h3.spip, #article #cnt .fondblanc.coin38 .larticle h6.spip {
  border-bottom-color: #2568C4;
}
#article #cnt .fondblanc.coin38 .chapo h6.spip, #article #cnt .fondblanc.coin38 .larticle h6.spip {
  border-bottom-color: #2568C4;
}
#article #cnt .fondblanc.coin38 table.spip {
  border: 1px solid #2568C4;
}
#article #cnt .fondblanc.coin38 table.spip td {
  border-right: 1px solid #2568C4;
}
#article #cnt .fondblanc.coin38 table.spip thead {
  background-color: #2568C4;
}
@mixin liseret38, @mixin coin38 @mixin liseret {
  border-color: #2568C4;
}
@mixin couleur38  when (lightness($couleur) <= 60%) {
  color: #2568C4 !default;
  fill: #2568C4 !default;
}
@mixin couleur38 a  when (lightness($couleur) <= 60%) {
  color: #2568C4 !default;
  fill: #2568C4 !default;
}
@mixin couleur38  when (lightness($couleur) > 60%) {
  color: #003b8d !important;
  fill: #003b8d !important;
}
@mixin couleur38 a  when (lightness($couleur) > 60%) {
  color: #003b8d !important;
  fill: #003b8d !important;
}
@mixin bdcouleur38 {
  border-color: #2568C4;
  stroke: #2568C4;
}
@mixin bgcouleur38,
	@mixin barre38:after,
	// #lactu .rub38 .coldroite .tit:after {
  background-color: #2568C4;
}
@mixin titbulle38,
	@mixin moyennebulle38,
	// @mixin bulle38 {
  color: #fff;
  overflow: visible;
  text-align: left;
  position: relative;
  font-weight: 600;
  background: #2568C4;
  :before, :after {
    content: "";
    position: absolute;
    display: block;
    overflow: hidden;
    left: 0;
    background: #2568C4;
  }
  :after {
    background-color: #fff;
    border-radius: 100% 0 0 0;
  }
  a {
    color: #fff;
    font-size: inherit;
  }
}
@mixin bouton38 {
  #coldroite, #droitehaut {
    border-left: 6px solid #2568C4;
  }
  #coldroite .stit, #droitehaut .stit {
    background-color: #2568C4;
    border-right: 6px solid #2568C4;
  }
}
@mixin coin38 {
  .notes .pintertitre {
    color: #2568C4;
  }
  h4.spip, .spip_in, .spip_ancre {
    color: #2568C4;
  }
  .propositions h5.spip {
    border-color: #2568C4;
  }
  .citation {
    font-style: italic;
    position: relative;
  }
  .citation:after, .citation:before {
    font-size: 2.7em;
    position: absolute;
  }
  .citation::before {
    content: "« ";
    top: 0.2em;
    left: 0.3em;
  }
  .citation::after {
    content: " »";
    bottom: 0.4em;
    right: 0.3em;
  }
  .citation:after, .citation:before {
    color: #2568C4;
  }
  .propositions h3.spip:before {
    background: url('https://plurilingue2.c-real.fr/squ/squ-hda/css/src/\\squelettes/ergo/puce/numero_bleue.png') no-repeat scroll 0 0 #fff;
  }
}
#article #cnt .fondblanc.coinb .gstit, #article #cnt .fondblanc.coinb a.spip_out {
  color: #2568C4 !default;
}
#article #cnt .fondblanc.coinb a, #article #cnt .fondblanc.coinb #suite .gtit, #article #cnt .fondblanc.coinb .titafter {
  color: #2568C4;
}
#article #cnt .fondblanc.coinb ul.spip li::before, #article #cnt .fondblanc.coinb li.spip:before, #article #cnt .fondblanc.coinb ol li:before, #article #cnt .fondblanc.coinb .spip_code, #article #cnt .fondblanc.coinb .texteencadre-spip, #article #cnt .fondblanc.coinb h5.spip {
  background-color: #2568C4;
}
#article #cnt .fondblanc.coinb .chapo h3.spip, #article #cnt .fondblanc.coinb .chapo h6.spip, #article #cnt .fondblanc.coinb .larticle h3.spip, #article #cnt .fondblanc.coinb .larticle h6.spip {
  border-bottom-color: #2568C4;
}
#article #cnt .fondblanc.coinb .chapo h6.spip, #article #cnt .fondblanc.coinb .larticle h6.spip {
  border-bottom-color: #2568C4;
}
#article #cnt .fondblanc.coinb table.spip {
  border: 1px solid #2568C4;
}
#article #cnt .fondblanc.coinb table.spip td {
  border-right: 1px solid #2568C4;
}
#article #cnt .fondblanc.coinb table.spip thead {
  background-color: #2568C4;
}
@mixin liseretb, @mixin coinb @mixin liseret {
  border-color: #2568C4;
}
@mixin couleurb  when (lightness($couleur) <= 60%) {
  color: #2568C4 !default;
  fill: #2568C4 !default;
}
@mixin couleurb a  when (lightness($couleur) <= 60%) {
  color: #2568C4 !default;
  fill: #2568C4 !default;
}
@mixin couleurb  when (lightness($couleur) > 60%) {
  color: #003b8d !important;
  fill: #003b8d !important;
}
@mixin couleurb a  when (lightness($couleur) > 60%) {
  color: #003b8d !important;
  fill: #003b8d !important;
}
@mixin bdcouleurb {
  border-color: #2568C4;
  stroke: #2568C4;
}
@mixin bgcouleurb,
	@mixin barreb:after,
	// #lactu .rubb .coldroite .tit:after {
  background-color: #2568C4;
}
@mixin titbulleb,
	@mixin moyennebulleb,
	// @mixin bulleb {
  color: #fff;
  overflow: visible;
  text-align: left;
  position: relative;
  font-weight: 600;
  background: #2568C4;
  :before, :after {
    content: "";
    position: absolute;
    display: block;
    overflow: hidden;
    left: 0;
    background: #2568C4;
  }
  :after {
    background-color: #fff;
    border-radius: 100% 0 0 0;
  }
  a {
    color: #fff;
    font-size: inherit;
  }
}
@mixin boutonb {
  #coldroite, #droitehaut {
    border-left: 6px solid #2568C4;
  }
  #coldroite .stit, #droitehaut .stit {
    background-color: #2568C4;
    border-right: 6px solid #2568C4;
  }
}
@mixin coinb {
  .notes .pintertitre {
    color: #2568C4;
  }
  h4.spip, .spip_in, .spip_ancre {
    color: #2568C4;
  }
  .propositions h5.spip {
    border-color: #2568C4;
  }
  .citation {
    font-style: italic;
    position: relative;
  }
  .citation:after, .citation:before {
    font-size: 2.7em;
    position: absolute;
  }
  .citation::before {
    content: "« ";
    top: 0.2em;
    left: 0.3em;
  }
  .citation::after {
    content: " »";
    bottom: 0.4em;
    right: 0.3em;
  }
  .citation:after, .citation:before {
    color: #2568C4;
  }
  .propositions h3.spip:before {
    background: url('https://plurilingue2.c-real.fr/squ/squ-hda/css/src/\\squelettes/ergo/puce/numero_bleue.png') no-repeat scroll 0 0 #fff;
  }
}
#article #cnt .fondblanc.coinr .gstit, #article #cnt .fondblanc.coinr a.spip_out {
  color: #BB172E !default;
}
#article #cnt .fondblanc.coinr a, #article #cnt .fondblanc.coinr #suite .gtit, #article #cnt .fondblanc.coinr .titafter {
  color: #BB172E;
}
#article #cnt .fondblanc.coinr ul.spip li::before, #article #cnt .fondblanc.coinr li.spip:before, #article #cnt .fondblanc.coinr ol li:before, #article #cnt .fondblanc.coinr .spip_code, #article #cnt .fondblanc.coinr .texteencadre-spip, #article #cnt .fondblanc.coinr h5.spip {
  background-color: #BB172E;
}
#article #cnt .fondblanc.coinr .chapo h3.spip, #article #cnt .fondblanc.coinr .chapo h6.spip, #article #cnt .fondblanc.coinr .larticle h3.spip, #article #cnt .fondblanc.coinr .larticle h6.spip {
  border-bottom-color: #BB172E;
}
#article #cnt .fondblanc.coinr .chapo h6.spip, #article #cnt .fondblanc.coinr .larticle h6.spip {
  border-bottom-color: #BB172E;
}
#article #cnt .fondblanc.coinr table.spip {
  border: 1px solid #BB172E;
}
#article #cnt .fondblanc.coinr table.spip td {
  border-right: 1px solid #BB172E;
}
#article #cnt .fondblanc.coinr table.spip thead {
  background-color: #BB172E;
}
@mixin liseretr, @mixin coinr @mixin liseret {
  border-color: #BB172E;
}
@mixin couleurr  when (lightness($couleur) <= 60%) {
  color: #BB172E !default;
  fill: #BB172E !default;
}
@mixin couleurr a  when (lightness($couleur) <= 60%) {
  color: #BB172E !default;
  fill: #BB172E !default;
}
@mixin couleurr  when (lightness($couleur) > 60%) {
  color: #760011 !important;
  fill: #760011 !important;
}
@mixin couleurr a  when (lightness($couleur) > 60%) {
  color: #760011 !important;
  fill: #760011 !important;
}
@mixin bdcouleurr {
  border-color: #BB172E;
  stroke: #BB172E;
}
@mixin bgcouleurr,
	@mixin barrer:after,
	// #lactu .rubr .coldroite .tit:after {
  background-color: #BB172E;
}
@mixin titbuller,
	@mixin moyennebuller,
	// @mixin buller {
  color: #fff;
  overflow: visible;
  text-align: left;
  position: relative;
  font-weight: 600;
  background: #BB172E;
  :before, :after {
    content: "";
    position: absolute;
    display: block;
    overflow: hidden;
    left: 0;
    background: #BB172E;
  }
  :after {
    background-color: #fff;
    border-radius: 100% 0 0 0;
  }
  a {
    color: #fff;
    font-size: inherit;
  }
}
@mixin boutonr {
  #coldroite, #droitehaut {
    border-left: 6px solid #BB172E;
  }
  #coldroite .stit, #droitehaut .stit {
    background-color: #BB172E;
    border-right: 6px solid #BB172E;
  }
}
@mixin coinr {
  .notes .pintertitre {
    color: #BB172E;
  }
  h4.spip, .spip_in, .spip_ancre {
    color: #BB172E;
  }
  .propositions h5.spip {
    border-color: #BB172E;
  }
  .citation {
    font-style: italic;
    position: relative;
  }
  .citation:after, .citation:before {
    font-size: 2.7em;
    position: absolute;
  }
  .citation::before {
    content: "« ";
    top: 0.2em;
    left: 0.3em;
  }
  .citation::after {
    content: " »";
    bottom: 0.4em;
    right: 0.3em;
  }
  .citation:after, .citation:before {
    color: #BB172E;
  }
  .propositions h3.spip:before {
    background: url('https://plurilingue2.c-real.fr/squ/squ-hda/css/src/\\squelettes/ergo/puce/numero_rouge.png') no-repeat scroll 0 0 #fff;
  }
}
#article #cnt .fondblanc.coin77 .gstit, #article #cnt .fondblanc.coin77 a.spip_out {
  color: #BB172E !default;
}
#article #cnt .fondblanc.coin77 a, #article #cnt .fondblanc.coin77 #suite .gtit, #article #cnt .fondblanc.coin77 .titafter {
  color: #BB172E;
}
#article #cnt .fondblanc.coin77 ul.spip li::before, #article #cnt .fondblanc.coin77 li.spip:before, #article #cnt .fondblanc.coin77 ol li:before, #article #cnt .fondblanc.coin77 .spip_code, #article #cnt .fondblanc.coin77 .texteencadre-spip, #article #cnt .fondblanc.coin77 h5.spip {
  background-color: #BB172E;
}
#article #cnt .fondblanc.coin77 .chapo h3.spip, #article #cnt .fondblanc.coin77 .chapo h6.spip, #article #cnt .fondblanc.coin77 .larticle h3.spip, #article #cnt .fondblanc.coin77 .larticle h6.spip {
  border-bottom-color: #BB172E;
}
#article #cnt .fondblanc.coin77 .chapo h6.spip, #article #cnt .fondblanc.coin77 .larticle h6.spip {
  border-bottom-color: #BB172E;
}
#article #cnt .fondblanc.coin77 table.spip {
  border: 1px solid #BB172E;
}
#article #cnt .fondblanc.coin77 table.spip td {
  border-right: 1px solid #BB172E;
}
#article #cnt .fondblanc.coin77 table.spip thead {
  background-color: #BB172E;
}
@mixin liseret77, @mixin coin77 @mixin liseret {
  border-color: #BB172E;
}
@mixin couleur77  when (lightness($couleur) <= 60%) {
  color: #BB172E !default;
  fill: #BB172E !default;
}
@mixin couleur77 a  when (lightness($couleur) <= 60%) {
  color: #BB172E !default;
  fill: #BB172E !default;
}
@mixin couleur77  when (lightness($couleur) > 60%) {
  color: #760011 !important;
  fill: #760011 !important;
}
@mixin couleur77 a  when (lightness($couleur) > 60%) {
  color: #760011 !important;
  fill: #760011 !important;
}
@mixin bdcouleur77 {
  border-color: #BB172E;
  stroke: #BB172E;
}
@mixin bgcouleur77,
	@mixin barre77:after,
	// #lactu .rub77 .coldroite .tit:after {
  background-color: #BB172E;
}
@mixin titbulle77,
	@mixin moyennebulle77,
	// @mixin bulle77 {
  color: #fff;
  overflow: visible;
  text-align: left;
  position: relative;
  font-weight: 600;
  background: #BB172E;
  :before, :after {
    content: "";
    position: absolute;
    display: block;
    overflow: hidden;
    left: 0;
    background: #BB172E;
  }
  :after {
    background-color: #fff;
    border-radius: 100% 0 0 0;
  }
  a {
    color: #fff;
    font-size: inherit;
  }
}
@mixin bouton77 {
  #coldroite, #droitehaut {
    border-left: 6px solid #BB172E;
  }
  #coldroite .stit, #droitehaut .stit {
    background-color: #BB172E;
    border-right: 6px solid #BB172E;
  }
}
@mixin coin77 {
  .notes .pintertitre {
    color: #BB172E;
  }
  h4.spip, .spip_in, .spip_ancre {
    color: #BB172E;
  }
  .propositions h5.spip {
    border-color: #BB172E;
  }
  .citation {
    font-style: italic;
    position: relative;
  }
  .citation:after, .citation:before {
    font-size: 2.7em;
    position: absolute;
  }
  .citation::before {
    content: "« ";
    top: 0.2em;
    left: 0.3em;
  }
  .citation::after {
    content: " »";
    bottom: 0.4em;
    right: 0.3em;
  }
  .citation:after, .citation:before {
    color: #BB172E;
  }
  .propositions h3.spip:before {
    background: url('https://plurilingue2.c-real.fr/squ/squ-hda/css/src/\\squelettes/ergo/puce/numero_rouge.png') no-repeat scroll 0 0 #fff;
  }
}
#article #cnt .fondblanc.coinfb .gstit, #article #cnt .fondblanc.coinfb a.spip_out {
  color: #5267AA !default;
}
#article #cnt .fondblanc.coinfb a, #article #cnt .fondblanc.coinfb #suite .gtit, #article #cnt .fondblanc.coinfb .titafter {
  color: #5267AA;
}
#article #cnt .fondblanc.coinfb ul.spip li::before, #article #cnt .fondblanc.coinfb li.spip:before, #article #cnt .fondblanc.coinfb ol li:before, #article #cnt .fondblanc.coinfb .spip_code, #article #cnt .fondblanc.coinfb .texteencadre-spip, #article #cnt .fondblanc.coinfb h5.spip {
  background-color: #5267AA;
}
#article #cnt .fondblanc.coinfb .chapo h3.spip, #article #cnt .fondblanc.coinfb .chapo h6.spip, #article #cnt .fondblanc.coinfb .larticle h3.spip, #article #cnt .fondblanc.coinfb .larticle h6.spip {
  border-bottom-color: #5267AA;
}
#article #cnt .fondblanc.coinfb .chapo h6.spip, #article #cnt .fondblanc.coinfb .larticle h6.spip {
  border-bottom-color: #5267AA;
}
#article #cnt .fondblanc.coinfb table.spip {
  border: 1px solid #5267AA;
}
#article #cnt .fondblanc.coinfb table.spip td {
  border-right: 1px solid #5267AA;
}
#article #cnt .fondblanc.coinfb table.spip thead {
  background-color: #5267AA;
}
@mixin liseretfb, @mixin coinfb @mixin liseret {
  border-color: #5267AA;
}
@mixin couleurfb  when (lightness($couleur) <= 60%) {
  color: #5267AA !default;
  fill: #5267AA !default;
}
@mixin couleurfb a  when (lightness($couleur) <= 60%) {
  color: #5267AA !default;
  fill: #5267AA !default;
}
@mixin couleurfb  when (lightness($couleur) > 60%) {
  color: #14318c !important;
  fill: #14318c !important;
}
@mixin couleurfb a  when (lightness($couleur) > 60%) {
  color: #14318c !important;
  fill: #14318c !important;
}
@mixin bdcouleurfb {
  border-color: #5267AA;
  stroke: #5267AA;
}
@mixin bgcouleurfb,
	@mixin barrefb:after,
	// #lactu .rubfb .coldroite .tit:after {
  background-color: #5267AA;
}
@mixin titbullefb,
	@mixin moyennebullefb,
	// @mixin bullefb {
  color: #fff;
  overflow: visible;
  text-align: left;
  position: relative;
  font-weight: 600;
  background: #5267AA;
  :before, :after {
    content: "";
    position: absolute;
    display: block;
    overflow: hidden;
    left: 0;
    background: #5267AA;
  }
  :after {
    background-color: #fff;
    border-radius: 100% 0 0 0;
  }
  a {
    color: #fff;
    font-size: inherit;
  }
}
@mixin boutonfb {
  #coldroite, #droitehaut {
    border-left: 6px solid #5267AA;
  }
  #coldroite .stit, #droitehaut .stit {
    background-color: #5267AA;
    border-right: 6px solid #5267AA;
  }
}
@mixin coinfb {
  .notes .pintertitre {
    color: #5267AA;
  }
  h4.spip, .spip_in, .spip_ancre {
    color: #5267AA;
  }
  .propositions h5.spip {
    border-color: #5267AA;
  }
  .citation {
    font-style: italic;
    position: relative;
  }
  .citation:after, .citation:before {
    font-size: 2.7em;
    position: absolute;
  }
  .citation::before {
    content: "« ";
    top: 0.2em;
    left: 0.3em;
  }
  .citation::after {
    content: " »";
    bottom: 0.4em;
    right: 0.3em;
  }
  .citation:after, .citation:before {
    color: #5267AA;
  }
  .propositions h3.spip:before {
    background: url('https://plurilingue2.c-real.fr/squ/squ-hda/css/src/\\squelettes/ergo/puce/numero_bleue.png') no-repeat scroll 0 0 #fff;
  }
}
#article #cnt .fondblanc.coint .gstit, #article #cnt .fondblanc.coint a.spip_out {
  color: #26BBED !default;
}
#article #cnt .fondblanc.coint a, #article #cnt .fondblanc.coint #suite .gtit, #article #cnt .fondblanc.coint .titafter {
  color: #26BBED;
}
#article #cnt .fondblanc.coint ul.spip li::before, #article #cnt .fondblanc.coint li.spip:before, #article #cnt .fondblanc.coint ol li:before, #article #cnt .fondblanc.coint .spip_code, #article #cnt .fondblanc.coint .texteencadre-spip, #article #cnt .fondblanc.coint h5.spip {
  background-color: #26BBED;
}
#article #cnt .fondblanc.coint .chapo h3.spip, #article #cnt .fondblanc.coint .chapo h6.spip, #article #cnt .fondblanc.coint .larticle h3.spip, #article #cnt .fondblanc.coint .larticle h6.spip {
  border-bottom-color: #26BBED;
}
#article #cnt .fondblanc.coint .chapo h6.spip, #article #cnt .fondblanc.coint .larticle h6.spip {
  border-bottom-color: #26BBED;
}
#article #cnt .fondblanc.coint table.spip {
  border: 1px solid #26BBED;
}
#article #cnt .fondblanc.coint table.spip td {
  border-right: 1px solid #26BBED;
}
#article #cnt .fondblanc.coint table.spip thead {
  background-color: #26BBED;
}
@mixin liserett, @mixin coint @mixin liseret {
  border-color: #26BBED;
}
@mixin couleurt  when (lightness($couleur) <= 60%) {
  color: #26BBED !default;
  fill: #26BBED !default;
}
@mixin couleurt a  when (lightness($couleur) <= 60%) {
  color: #26BBED !default;
  fill: #26BBED !default;
}
@mixin couleurt  when (lightness($couleur) > 60%) {
  color: #0089b7 !important;
  fill: #0089b7 !important;
}
@mixin couleurt a  when (lightness($couleur) > 60%) {
  color: #0089b7 !important;
  fill: #0089b7 !important;
}
@mixin bdcouleurt {
  border-color: #26BBED;
  stroke: #26BBED;
}
@mixin bgcouleurt,
	@mixin barret:after,
	// #lactu .rubt .coldroite .tit:after {
  background-color: #26BBED;
}
@mixin titbullet,
	@mixin moyennebullet,
	// @mixin bullet {
  color: #fff;
  overflow: visible;
  text-align: left;
  position: relative;
  font-weight: 600;
  background: #26BBED;
  :before, :after {
    content: "";
    position: absolute;
    display: block;
    overflow: hidden;
    left: 0;
    background: #26BBED;
  }
  :after {
    background-color: #fff;
    border-radius: 100% 0 0 0;
  }
  a {
    color: #fff;
    font-size: inherit;
  }
}
@mixin boutont {
  #coldroite, #droitehaut {
    border-left: 6px solid #26BBED;
  }
  #coldroite .stit, #droitehaut .stit {
    background-color: #26BBED;
    border-right: 6px solid #26BBED;
  }
}
@mixin coint {
  .notes .pintertitre {
    color: #26BBED;
  }
  h4.spip, .spip_in, .spip_ancre {
    color: #26BBED;
  }
  .propositions h5.spip {
    border-color: #26BBED;
  }
  .citation {
    font-style: italic;
    position: relative;
  }
  .citation:after, .citation:before {
    font-size: 2.7em;
    position: absolute;
  }
  .citation::before {
    content: "« ";
    top: 0.2em;
    left: 0.3em;
  }
  .citation::after {
    content: " »";
    bottom: 0.4em;
    right: 0.3em;
  }
  .citation:after, .citation:before {
    color: #26BBED;
  }
  .propositions h3.spip:before {
    background: url('https://plurilingue2.c-real.fr/squ/squ-hda/css/src/\\squelettes/ergo/puce/numero_bleue.png') no-repeat scroll 0 0 #fff;
  }
}
#article #cnt .fondblanc.coin867 .gstit, #article #cnt .fondblanc.coin867 a.spip_out {
  color: #770f1d !default;
}
#article #cnt .fondblanc.coin867 a, #article #cnt .fondblanc.coin867 #suite .gtit, #article #cnt .fondblanc.coin867 .titafter {
  color: #770f1d;
}
#article #cnt .fondblanc.coin867 ul.spip li::before, #article #cnt .fondblanc.coin867 li.spip:before, #article #cnt .fondblanc.coin867 ol li:before, #article #cnt .fondblanc.coin867 .spip_code, #article #cnt .fondblanc.coin867 .texteencadre-spip, #article #cnt .fondblanc.coin867 h5.spip {
  background-color: #770f1d;
}
#article #cnt .fondblanc.coin867 .chapo h3.spip, #article #cnt .fondblanc.coin867 .chapo h6.spip, #article #cnt .fondblanc.coin867 .larticle h3.spip, #article #cnt .fondblanc.coin867 .larticle h6.spip {
  border-bottom-color: #770f1d;
}
#article #cnt .fondblanc.coin867 .chapo h6.spip, #article #cnt .fondblanc.coin867 .larticle h6.spip {
  border-bottom-color: #770f1d;
}
#article #cnt .fondblanc.coin867 table.spip {
  border: 1px solid #770f1d;
}
#article #cnt .fondblanc.coin867 table.spip td {
  border-right: 1px solid #770f1d;
}
#article #cnt .fondblanc.coin867 table.spip thead {
  background-color: #770f1d;
}
@mixin liseret867, @mixin coin867 @mixin liseret {
  border-color: #770f1d;
}
@mixin couleur867  when (lightness($couleur) <= 60%) {
  color: #770f1d !default;
  fill: #770f1d !default;
}
@mixin couleur867 a  when (lightness($couleur) <= 60%) {
  color: #770f1d !default;
  fill: #770f1d !default;
}
@mixin couleur867  when (lightness($couleur) > 60%) {
  color: #2a0006 !important;
  fill: #2a0006 !important;
}
@mixin couleur867 a  when (lightness($couleur) > 60%) {
  color: #2a0006 !important;
  fill: #2a0006 !important;
}
@mixin bdcouleur867 {
  border-color: #770f1d;
  stroke: #770f1d;
}
@mixin bgcouleur867,
	@mixin barre867:after,
	// #lactu .rub867 .coldroite .tit:after {
  background-color: #770f1d;
}
@mixin titbulle867,
	@mixin moyennebulle867,
	// @mixin bulle867 {
  color: #fff;
  overflow: visible;
  text-align: left;
  position: relative;
  font-weight: 600;
  background: #770f1d;
  :before, :after {
    content: "";
    position: absolute;
    display: block;
    overflow: hidden;
    left: 0;
    background: #770f1d;
  }
  :after {
    background-color: #fff;
    border-radius: 100% 0 0 0;
  }
  a {
    color: #fff;
    font-size: inherit;
  }
}
@mixin bouton867 {
  #coldroite, #droitehaut {
    border-left: 6px solid #770f1d;
  }
  #coldroite .stit, #droitehaut .stit {
    background-color: #770f1d;
    border-right: 6px solid #770f1d;
  }
}
@mixin coin867 {
  .notes .pintertitre {
    color: #770f1d;
  }
  h4.spip, .spip_in, .spip_ancre {
    color: #770f1d;
  }
  .propositions h5.spip {
    border-color: #770f1d;
  }
  .citation {
    font-style: italic;
    position: relative;
  }
  .citation:after, .citation:before {
    font-size: 2.7em;
    position: absolute;
  }
  .citation::before {
    content: "« ";
    top: 0.2em;
    left: 0.3em;
  }
  .citation::after {
    content: " »";
    bottom: 0.4em;
    right: 0.3em;
  }
  .citation:after, .citation:before {
    color: #770f1d;
  }
  .propositions h3.spip:before {
    background: url('https://plurilingue2.c-real.fr/squ/squ-hda/css/src/\\squelettes/ergo/puce/numero_rouge.png') no-repeat scroll 0 0 #fff;
  }
}
/*--------------- Elements --------------*/
.liseretgauche {
  border-left-style: solid;
  border-left-width: 2px;
  padding: 0 0 0 10px;
}
.puce, .puce1, .puce2, .puce3, .puce4, .puce5, .pucefb, .pucet {
  background-position: -4px 3px;
  background-repeat: no-repeat;
  font-size: 18px;
  padding-left: 25px;
  display: block;
}
.puci, .puci1, .puci2, .puci3, .puci4, .puci5, .pucifb, .pucit {
  background-position: 0 4px;
  background-repeat: no-repeat;
  font-size: 18px;
  margin: 4px 0 0 4px;
  padding-left: 17px;
}
.titbulle, .titbulle1, .titbulle2, .titbulle3, .titbulle4, .titbullefb, .titbullet {
  padding-left: 7px;
  font-size: 14px;
  height: 22px;
  float: left;
  padding-top: 3px;
  border-radius: 3px 3px 3px 0;
  padding-right: 6px;
  margin-bottom: 10px;
}
.titbulle:before, .titbulle:after, .titbulle1:before, .titbulle1:after, .titbulle2:before, .titbulle2:after, .titbulle3:before, .titbulle3:after, .titbulle4:before, .titbulle4:after, .titbullefb:before, .titbullefb:after, .titbullet:before, .titbullet:after {
  bottom: -10px;
  height: 10px;
  width: 10px;
}
.moyennebulle, .moyennebulle1, .moyennebulle2, .moyennebulle3, .moyennebulle4, .moyennebullefb, .moyennebullet {
  padding-left: 11px;
  font-size: 16px;
  height: 30px;
  padding-top: 4px;
  padding-right: 14px;
  margin-bottom: 13px;
}
.moyennebulle:before, .moyennebulle:after, .moyennebulle1:before, .moyennebulle1:after, .moyennebulle2:before, .moyennebulle2:after, .moyennebulle3:before, .moyennebulle3:after, .moyennebulle4:before, .moyennebulle4:after, .moyennebullefb:before, .moyennebullefb:after, .moyennebullet:before, .moyennebullet:after {
  bottom: -13px;
  height: 13px;
  width: 13px;
}
.bulle, .bulle1, .bulle2, .bulle3, .bulle4, .bullefb, .bullet {
  padding-left: 15px;
  font-size: 20px;
  height: 38px;
  padding-top: 5px;
  padding-right: 14px;
  margin-bottom: 17px;
}
.bulle:before, .bulle:after, .bulle1:before, .bulle1:after, .bulle2:before, .bulle2:after, .bulle3:before, .bulle3:after, .bulle4:before, .bulle4:after, .bullefb:before, .bullefb:after, .bullet:before, .bullet:after {
  bottom: -17px;
  height: 17px;
  width: 17px;
}
.coin1, .coin2, .coin3, .coin4, .coin5, .coin {
  background-position: left -1px;
  background-repeat: no-repeat;
  background-color: #fff;
}
.barre:after, .barre1:after, .barre2:after, .barre3:after, .barre4:after, .barre5:after {
  content: "";
  display: block;
  height: 4px;
  margin: 10px auto 0;
  overflow: hidden;
  width: 160px;
}
.pagination {
  font-size: 14px;
  margin: 0 auto;
  display: inline-block;
  padding: 0.2em 3%;
  text-align: center;
  width: 100%;
  background-image: -o-linear-gradient(left, #fff, #F2F1F1 50%, #fff);
  background-image: linear-gradient(to right, #fff, #F2F1F1 50%, #fff);
  background-repeat: no-repeat;
  filter: e(%("progid:DXImageTransform@include Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",argb($startColor),argb($endColor)));
}
.pagination .lien_pagination {
  padding: 0 1%;
}
.pagination .on {
  color: #BB172E;
  font-weight: 600;
}
/* --------------- Texte spip --------------*/
.larticle {
  font-size: 14px;
}
.larticle p, .larticle li {
  line-height: 143%;
  margin: 0 0 22px;
}
.larticle, .chapo {
  /* #PRODUIRE{fond=css/article.scss}
   md5:f3a661797d053572f9d13210204a9a52 */
  /* --------- 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*/
}
.larticle .icon-box-arrow-up-right, .larticle .spip_out, .larticle .chapo .spip_out, .chapo .larticle .spip_out, .larticle .icon-box-fleche-bas-droite, .chapo .icon-box-arrow-up-right, .chapo .spip_out, .chapo .icon-box-fleche-bas-droite {
  position: relative;
}
.larticle .icon-box-arrow-up-right::before, .larticle .spip_out::before, .larticle .chapo .spip_out::before, .chapo .larticle .spip_out::before, .larticle .icon-box-fleche-bas-droite::before, .chapo .icon-box-arrow-up-right::before, .chapo .spip_out::before, .chapo .icon-box-fleche-bas-droite::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 !important;
  font-variant: normal;
  text-transform: none;
  vertical-align: -0.125em;
  content: "";
}
.larticle strong, .larticle b, .chapo strong, .chapo b {
  font-weight: 600;
}
.larticle i, .larticle em, .larticle .italique, .chapo i, .chapo em, .chapo .italique {
  font-style: italic;
}
.larticle strong i, .chapo strong i {
  font-weight: bold;
}
.larticle .spip_document iframe, .chapo .spip_document iframe {
  margin: 0;
}
.larticle a, .chapo a {
  line-height: 120%;
}
.larticle img, .chapo img {
  max-width: 100%;
  height: auto;
}
.larticle sup.typo_exposants, .chapo sup.typo_exposants {
  line-height: 99%;
}
.larticle sup a, .chapo sup a {
  font-weight: bold;
  color: #CF0911;
}
.larticle h2.spip, .larticle h3.spip, .larticle h4.spip, .larticle h5.spip, .larticle h6.spip, .larticle .titre.h3, .larticle .titre.h4, .larticle .titre.h5, .larticle .titre.h6, .chapo h2.spip, .chapo h3.spip, .chapo h4.spip, .chapo h5.spip, .chapo h6.spip, .chapo .titre.h3, .chapo .titre.h4, .chapo .titre.h5, .chapo .titre.h6 {
  line-height: 120%;
  overflow: hidden;
  hyphens: none;
  margin: 0.5em 0 1.1em;
  border-left: 0 solid #fff;
  font-weight: 500;
  font-style: normal;
}
.larticle h2.spip a, .larticle h3.spip a, .larticle h4.spip a, .larticle h5.spip a, .larticle h6.spip a, .larticle .titre.h3 a, .larticle .titre.h4 a, .larticle .titre.h5 a, .larticle .titre.h6 a, .chapo h2.spip a, .chapo h3.spip a, .chapo h4.spip a, .chapo h5.spip a, .chapo h6.spip a, .chapo .titre.h3 a, .chapo .titre.h4 a, .chapo .titre.h5 a, .chapo .titre.h6 a {
  padding: 0;
}
.larticle h2.spip font, .larticle h3.spip font, .larticle h4.spip font, .larticle h5.spip font, .larticle h6.spip font, .larticle .titre.h3 font, .larticle .titre.h4 font, .larticle .titre.h5 font, .larticle .titre.h6 font, .chapo h2.spip font, .chapo h3.spip font, .chapo h4.spip font, .chapo h5.spip font, .chapo h6.spip font, .chapo .titre.h3 font, .chapo .titre.h4 font, .chapo .titre.h5 font, .chapo .titre.h6 font {
  font-weight: 600;
  line-height: 120%;
  margin-left: 5px;
}
.larticle h2.spip, .larticle .titre.h2, .larticle h3.spip, .larticle .titre.h3, .chapo h2.spip, .chapo .titre.h2, .chapo h3.spip, .chapo .titre.h3 {
  display: table;
  border-bottom: 3px solid #014C78;
  margin-bottom: 0.8em;
  font-size: 2em;
  padding: 0 0 0.15em;
}
.larticle h2.spip font, .larticle h2.spip font *, .larticle .titre.h2 font, .larticle .titre.h2 font *, .larticle h3.spip font, .larticle h3.spip font *, .larticle .titre.h3 font, .larticle .titre.h3 font *, .chapo h2.spip font, .chapo h2.spip font *, .chapo .titre.h2 font, .chapo .titre.h2 font *, .chapo h3.spip font, .chapo h3.spip font *, .chapo .titre.h3 font, .chapo .titre.h3 font * {
  font-weight: bold;
}
.larticle h4.spip, .larticle .titre.h4, .larticle h5.spip, .larticle .titre.h5, .chapo h4.spip, .chapo .titre.h4, .chapo h5.spip, .chapo .titre.h5 {
  border-bottom: 1px solid #555;
  margin: 0.7em 0;
}
.larticle h4.spip, .larticle .titre.h4, .chapo h4.spip, .chapo .titre.h4 {
  border-bottom: 1px solid #555;
  display: table;
  font: normal 500 1.8em/1.5em "Fira Sans", Geneva, Verdana, sans-serif;
  padding: 4px 2px 6px 0;
}
.larticle h4.spip a, .larticle .titre.h4 a, .chapo h4.spip a, .chapo .titre.h4 a {
  padding: 0;
}
.larticle h5.spip, .larticle .titre.h5, .chapo h5.spip, .chapo .titre.h5 {
  display: table;
  font: normal 500 1.4em/1.65em "Fira Sans", Geneva, Verdana, sans-serif;
  margin: 0.5em 0 1em;
  padding: 0.4em 0 0.3em;
  color: #222;
  background-color: transparent;
}
.larticle h5.spip .spip_dic, .larticle .titre.h5 .spip_dic, .chapo h5.spip .spip_dic, .chapo .titre.h5 .spip_dic {
  color: #fff;
}
.larticle h6.spip, .larticle .titre.h6, .chapo h6.spip, .chapo .titre.h6 {
  border-bottom: 1px solid #e8e8e8;
  display: table;
  font: 500 1.2em/120% "Fira Sans", Geneva, Verdana, sans-serif;
  overflow: hidden;
  padding: 3px 0 4px;
}
.larticle span + .autobr, .chapo span + .autobr {
  display: none;
}
.larticle p, .larticle ul.spip, .larticle ol.spip, .larticle table, .larticle .texteencadre-spip, .larticle .spip_cadre, .larticle .spip_code, .larticle .spip-block-right, .larticle .spip-block-center, .chapo p, .chapo ul.spip, .chapo ol.spip, .chapo table, .chapo .texteencadre-spip, .chapo .spip_cadre, .chapo .spip_code, .chapo .spip-block-right, .chapo .spip-block-center {
  margin-bottom: calc($baseLineHeight * 1.2);
  font-weight: inherit;
}
.larticle p + h3.spip, .larticle p + h4.spip, .larticle p + h5.spip, .larticle p + h6.spip, .larticle ul.spip + h3.spip, .larticle ul.spip + h4.spip, .larticle ul.spip + h5.spip, .larticle ul.spip + h6.spip, .larticle ol.spip + h3.spip, .larticle ol.spip + h4.spip, .larticle ol.spip + h5.spip, .larticle ol.spip + h6.spip, .larticle div + h3.spip, .larticle div + h4.spip, .larticle div + h5.spip, .larticle div + h6.spip, .larticle table + h3.spip, .larticle table + h4.spip, .larticle table + h5.spip, .larticle table + h6.spip, .chapo p + h3.spip, .chapo p + h4.spip, .chapo p + h5.spip, .chapo p + h6.spip, .chapo ul.spip + h3.spip, .chapo ul.spip + h4.spip, .chapo ul.spip + h5.spip, .chapo ul.spip + h6.spip, .chapo ol.spip + h3.spip, .chapo ol.spip + h4.spip, .chapo ol.spip + h5.spip, .chapo ol.spip + h6.spip, .chapo div + h3.spip, .chapo div + h4.spip, .chapo div + h5.spip, .chapo div + h6.spip, .chapo table + h3.spip, .chapo table + h4.spip, .chapo table + h5.spip, .chapo table + h6.spip {
  margin-top: 1.8em;
}
.larticle * .spip_dic, .chapo * .spip_dic {
  margin: 0 0 0 6px;
  line-height: 95%;
}
.larticle li, .larticle p, .chapo li, .chapo p {
  line-height: 1.6em;
}
.larticle ul.spip, .chapo ul.spip {
  border-width: 0;
  padding-left: 0.5em;
}
.larticle ul.spip > li, .chapo ul.spip > li {
  padding-left: 1.2em;
  list-style: none;
  position: relative;
  padding-top: 0.4em;
  margin: 0 0 9px;
}
.larticle ul.spip > li::before, .chapo 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: #014C78;
}
.larticle ul.spip ul.spip li, .chapo ul.spip ul.spip li {
  margin: 0 0 0.1em;
}
.larticle ol.spip, .chapo ol.spip {
  list-style: decimal inside !important;
  padding-left: 0;
  counter-reset: repas;
  margin: 0.5em 0 1.9em 0;
}
.larticle ol.spip > li, .chapo ol.spip > li {
  list-style-type: none;
  counter-increment: repas;
  /* on incrémente le compteur à chaque nouveau li */
  margin-bottom: 10px;
  padding-left: 0;
}
.larticle ol.spip > li::before, .chapo ol.spip > li::before {
  content: counter(repas);
  /* on affiche le compteur */
  padding: 2px 8px 2px;
  margin-right: 0.6em;
  vertical-align: top;
  background-color: #014C78;
  font-weight: bold;
  font-size: 1em;
  color: white;
}
.larticle ol.spip ul.spip, .chapo ol.spip ul.spip {
  padding-left: 2em;
}
.larticle ol.spip ul.spip > li, .chapo ol.spip ul.spip > li {
  padding-left: 1.2em;
}
.larticle ul.spip ul.spip, .larticle ol.spip ul.spip, .larticle ul.spip ol.spip, .chapo ul.spip ul.spip, .chapo ol.spip ul.spip, .chapo ul.spip ol.spip {
  margin-left: 0;
}
.larticle ol.spip ol.spip, .chapo ol.spip ol.spip {
  margin-left: 1.9em;
}
.larticle ul.spip ul.spip, .larticle ol.spip ul.spip, .chapo ul.spip ul.spip, .chapo ol.spip ul.spip {
  margin-bottom: 1.7em;
}
.larticle a.spip_out, .larticle a.spip_glossaire, .larticle p.spip_note a, .larticle .spip_in, .larticle .spip_note, .larticle .spip_dic sup, .larticle .larticle a, .chapo a.spip_out, .chapo a.spip_glossaire, .chapo p.spip_note a, .chapo .spip_in, .chapo .spip_note, .chapo .spip_dic sup, .chapo .larticle a {
  font-weight: 500;
  color: #014C78;
}
.larticle a.spip_out:hover, .larticle a.spip_glossaire:hover, .larticle p.spip_note a:hover, .larticle .spip_in:hover, .larticle .spip_note:hover, .larticle .spip_dic sup:hover, .larticle .larticle a:hover, .chapo a.spip_out:hover, .chapo a.spip_glossaire:hover, .chapo p.spip_note a:hover, .chapo .spip_in:hover, .chapo .spip_note:hover, .chapo .spip_dic sup:hover, .chapo .larticle a:hover {
  text-decoration: underline;
}
.larticle .spip_out, .chapo .spip_out {
  padding-right: 0.3em;
}
.larticle .spip_out::before, .chapo .spip_out::before {
  font-size: 0.6em;
  vertical-align: baseline;
}
.larticle .caractencadre-spip, .chapo .caractencadre-spip {
  color: #014C78;
}
.larticle .caractencadre2-spip, .chapo .caractencadre2-spip {
  color: #FFA024;
}
.larticle sc, .larticle .sc, .chapo sc, .chapo .sc {
  font-variant: small-caps;
}
.larticle .spip_code, .larticle .texteencadre-spip, .chapo .spip_code, .chapo .texteencadre-spip {
  background-color: #001c2c;
  color: #fff;
  display: table;
}
.larticle .spip_code a, .larticle .texteencadre-spip a, .chapo .spip_code a, .chapo .texteencadre-spip a {
  color: contrast(#014C78, #000000, #ffffff);
  text-decoration: underline;
}
.larticle .spip_cadre, .larticle .spip_code, .chapo .spip_cadre, .chapo .spip_code {
  padding: 0.7em 1.1em 0.9em;
}
.larticle .spip_cadre, .chapo .spip_cadre {
  display: block;
}
.larticle .spip_cadre:active, .chapo .spip_cadre:active {
  background-color: #e8e8e8;
}
.larticle .spip_cadre:focus-visible, .chapo .spip_cadre:focus-visible {
  background-color: #f2f2f2;
}
.larticle code, .larticle kbd, .larticle pre, .larticle samp, .chapo code, .chapo kbd, .chapo pre, .chapo samp {
  font-family: "Courier New", Courier, monospace;
}
.larticle .spip_code, .larticle code, .chapo .spip_code, .chapo code {
  font-family: "Courier New", Courier, monospace !important;
  color: #fff;
  font-weight: 500;
  font-size: 0.9em;
  background-color: #001c2c;
  white-space: inherit;
}
.larticle kbd, .chapo 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);
}
.larticle kbd kbd, .chapo kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
.larticle pre, .chapo pre {
  display: block;
  overflow: auto;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 17px;
  line-height: 1.3333333333;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  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+ */
}
.larticle pre code, .chapo pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.larticle .texteencadre-spip, .chapo .texteencadre-spip {
  background-color: #014C78;
  color: #fff;
  border: 0px solid #fff;
  padding: 0.6em 1em 0.8em;
}
.larticle .texteencadre-spip a, .chapo .texteencadre-spip a {
  color: #fff;
}
.larticle .cs_blocs, .chapo .cs_blocs {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ccc;
  padding: 0.8em 0.9em;
  background-color: #e8e8e8;
  clear: both;
  background-color: #fff;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(180deg, #333, #fff);
  background-image: -webkit-linear-gradient(180deg, #333, #fff);
  background-image: -o-linear-gradient(180deg, #333, #fff);
  background-image: linear-gradient(180deg, #333, #fff);
}
.larticle .cs_blocs .blocs_titre, .chapo .cs_blocs .blocs_titre {
  font-size: 1.2em;
  background-image: none;
  padding: 0 0 0 33px;
  position: relative;
}
.larticle .cs_blocs .blocs_titre a, .chapo .cs_blocs .blocs_titre a {
  text-decoration: none;
}
.larticle .cs_blocs .blocs_titre:before, .chapo .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();
  display: inline-block;
  transform: rotate(90deg);
  display: inline-block;
  position: absolute;
  left: 7px;
}
@include blocs_replie:before {
  .larticle .cs_blocs, .chapo .cs_blocs {
    transform: rotate(0);
  }
}
.larticle .cs_blocs:last-of-type, .chapo .cs_blocs:last-of-type {
  border-bottom: 1px solid #ddd;
}
.larticle .cs_blocs .blocs_destination, .chapo .cs_blocs .blocs_destination {
  padding: 0.7em 2.1em;
}
.larticle a[href*="javascript:"], .chapo a[href*="javascript:"] {
  background-color: inherit;
}
.larticle a[href*="javascript:"]::before, .larticle a[href*="javascript:"]::after, .chapo a[href*="javascript:"]::before, .chapo a[href*="javascript:"]::after {
  display: none;
}
.larticle blockquote.spip, .larticle blockquote.spip_poesie, .chapo blockquote.spip, .chapo blockquote.spip_poesie {
  background-color: #f2f2f2;
  font: italic 1.4em/144% "Fira Sans", Geneva, Verdana, sans-serif;
  margin: 1em 0;
  padding: 0.7em 1.3em 1em;
  min-height: 40px;
  display: table;
  position: relative;
}
.larticle blockquote.spip p:last-of-type, .larticle blockquote.spip_poesie p:last-of-type, .chapo blockquote.spip p:last-of-type, .chapo blockquote.spip_poesie p:last-of-type {
  margin-bottom: 0;
}
.larticle blockquote.spip, .chapo blockquote.spip {
  padding: 1em 3em;
  text-align: center;
}
.larticle blockquote.spip:before, .chapo blockquote.spip:before {
  color: #014C78;
  content: "«";
  font-size: 2.6em;
  left: 0.3em;
  position: absolute;
  top: 0.2em;
}
.larticle blockquote.spip:after, .chapo blockquote.spip:after {
  bottom: 0.35em;
  color: #014C78;
  content: "»";
  font-size: 2.6em;
  position: absolute;
  right: 0.3em;
}
.larticle blockquote.spip_poesie, .chapo blockquote.spip_poesie {
  border-left-width: 0;
  padding: 2em 3em 2em 4.6em;
  font: normal 300 1.3em/180% "Fira Sans", Geneva, Verdana, sans-serif;
  color: #000;
  text-indent: -1.6em;
}
.larticle hr.spip, .chapo hr.spip {
  border-bottom: 1px solid #555;
  margin: 27px 0;
}
.larticle table, .chapo table {
  cellpadding: 0;
  cellspacing: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
.larticle table.spip, .larticle table.spip td, .larticle table.spip th, .chapo table.spip, .chapo table.spip td, .chapo table.spip th {
  border-collapse: collapse;
  font-size: 14px;
  margin: 20px 0 25px;
  padding: 3px 10px;
  text-align: center;
}
.larticle table.spip, .chapo table.spip {
  width: 100%;
  display: table;
  margin: 2px 0 8px;
  border-width: 1px 1px 1px;
  border: 1px solid #014C78;
}
.larticle table.spip th, .chapo table.spip th {
  color: #FFFFFF;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 120%;
  padding: 8px 5px 7px;
  text-align: center;
}
.larticle table.spip th strong, .chapo table.spip th strong {
  margin: 4px 10px;
}
.larticle table.spip th, .chapo table.spip th {
  background-color: #014C78;
}
.larticle table.spip td, .chapo table.spip td {
  border: 0 solid #fff;
}
.larticle table.spip .row_odd, .larticle table.spip .odd, .chapo table.spip .row_odd, .chapo table.spip .odd {
  background-color: #fff;
}
.larticle table.spip .row_even, .chapo table.spip .row_even {
  background-color: #e8e8e8;
}
.larticle table.spip .row_odd:hover, .chapo table.spip .row_odd:hover {
  background-color: #777;
}
.larticle table.spip .row_even:hover, .chapo table.spip .row_even:hover {
  background-color: #777;
}
.larticle .boutons, .chapo .boutons {
  margin-top: 1.3em;
}
.larticle textarea, .chapo textarea {
  border-width: 1px;
  border-style: solid;
}
.larticle .note, .larticle .notes, .chapo .note, .chapo .notes {
  padding: 0.4em 0 0.8em;
  margin: 0.8em 0 0;
  border-top: 1px #555;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}
.larticle .note .pintertitre, .larticle .notes .pintertitre, .chapo .note .pintertitre, .chapo .notes .pintertitre {
  font-size: 1.5em;
  border-bottom: 1px solid #ddd;
  padding: 0.7em 0 0.5em;
  margin-bottom: 1.5em;
  display: table;
}
.larticle .note div > p, .larticle .notes div > p, .chapo .note div > p, .chapo .notes div > p {
  font-weight: 400;
}
.larticle .spip_documents, .chapo .spip_documents {
  background: #f2f2f2;
  color: #333333;
  display: inline-block;
  padding: 0.2em;
  margin: 0 auto;
  text-align: center;
}
.larticle .spip_documents.spip_documents_left, .larticle .spip_documents.spip_documents_right, .larticle .spip_documents.spip_documents_center, .chapo .spip_documents.spip_documents_left, .chapo .spip_documents.spip_documents_right, .chapo .spip_documents.spip_documents_center {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 1em;
}
.larticle .spip_documents .spip_doc_legende, .chapo .spip_documents .spip_doc_legende {
  margin: 1.1em 0 0.2em;
  width: 100%;
  max-width: 100%;
}
.larticle .spip_documents .spip_doc_titre, .chapo .spip_documents .spip_doc_titre {
  margin: 0 17px;
  padding: 0 0 0.5em;
  line-height: 1.2em;
  display: block;
}
.larticle .spip_documents .spip_doc_descriptif, .larticle .spip_documents .spip_doc_credits, .chapo .spip_documents .spip_doc_descriptif, .chapo .spip_documents .spip_doc_credits {
  line-height: 140%;
  padding: 0;
  margin: 0.4em 0.5em 0;
}
.larticle .spip_documents .spip_doc_descriptif p, .larticle .spip_documents .spip_doc_credits p, .chapo .spip_documents .spip_doc_descriptif p, .chapo .spip_documents .spip_doc_credits p {
  margin-bottom: 1em;
}
.larticle .spip_documents .spip_doc_descriptif p:last-of-type, .larticle .spip_documents .spip_doc_credits p:last-of-type, .chapo .spip_documents .spip_doc_descriptif p:last-of-type, .chapo .spip_documents .spip_doc_credits p:last-of-type {
  margin-bottom: 0;
}
.larticle .spip_documents .spip_doc_credits, .chapo .spip_documents .spip_doc_credits {
  font-size: 0.8em;
  font-style: italic;
  font-weight: 400;
}
.larticle .spip_documents dt.spip_doc_titre + dd.spip_doc_descriptif, .chapo .spip_documents dt.spip_doc_titre + dd.spip_doc_descriptif {
  margin: 0 0.5em 0;
}
.larticle .spip_documents.oembed_video, .chapo .spip_documents.oembed_video {
  margin: 5px;
  min-width: 200px;
}
.larticle .spip_documents.oembed_video .spip_doc_titre, .chapo .spip_documents.oembed_video .spip_doc_titre {
  margin: 0 auto;
}
.larticle .spip_documents.spip_documents_center, .chapo .spip_documents.spip_documents_center {
  margin: 15px auto;
  padding: 15px;
  width: 100%;
  display: block;
  overflow: hidden;
}
.larticle .spip_documents.spip_documents_center *, .chapo .spip_documents.spip_documents_center * {
  text-align: center;
}
.larticle .spip_documents.spip_documents_center .spip_doc_descriptif, .larticle .spip_documents.spip_documents_center .spip_doc_titre, .chapo .spip_documents.spip_documents_center .spip_doc_descriptif, .chapo .spip_documents.spip_documents_center .spip_doc_titre {
  width: auto !important;
}
.larticle .spip_documents.spip_documents_center .spip_doc_titre, .chapo .spip_documents.spip_documents_center .spip_doc_titre {
  font: 1.2em;
  margin-top: 1em;
}
.larticle .spip_documents.spip_documents_center .spip_doc_titre strong, .chapo .spip_documents.spip_documents_center .spip_doc_titre strong {
  line-height: 1.2em;
  display: block;
}
.larticle .spip_documents.spip_documents_left, .chapo .spip_documents.spip_documents_left {
  margin: 0.2em 4% 2.5em 0;
  float: left;
}
.larticle .spip_documents.spip_documents_right, .chapo .spip_documents.spip_documents_right {
  margin: 0.2em 0 2.5em 4%;
  float: right;
}
.larticle .spip_documents.spip_documents_left, .larticle .spip_documents.spip_documents_right, .chapo .spip_documents.spip_documents_left, .chapo .spip_documents.spip_documents_right {
  max-width: 46%;
}
.larticle .spip_documents.spip_documents_left .oe-video, .larticle .spip_documents.spip_documents_right .oe-video, .chapo .spip_documents.spip_documents_left .oe-video, .chapo .spip_documents.spip_documents_right .oe-video {
  float: none;
}
.larticle .spip_documents.spip_documents_center.oembed_video, .chapo .spip_documents.spip_documents_center.oembed_video {
  width: auto;
  padding: 40px 15px;
  margin: 2em 0;
}
.larticle .spip_documents.spip_documents_center.oembed_video .oembed, .chapo .spip_documents.spip_documents_center.oembed_video .oembed {
  width: 100%;
  max-width: 700px !important;
  padding: 0;
}
.larticle .spip_documents .oe-play-button button, .chapo .spip_documents .oe-play-button button {
  margin-left: -33px;
  margin-top: -33px;
  left: 50%;
  top: 50%;
}
.larticle .spip_documents.audio audio, .chapo .spip_documents.audio audio {
  margin-left: auto;
  margin-right: auto;
}
.larticle .spip_documents.oembed_twitter, .chapo .spip_documents.oembed_twitter {
  width: auto;
  display: block;
  padding-bottom: 1.3em;
  margin: 2em auto;
}
.larticle .spip_documents.oembed_twitter .twitter-tweet, .chapo .spip_documents.oembed_twitter .twitter-tweet {
  text-align: left;
  padding-left: 16%;
  background: url('https://plurilingue2.c-real.fr/squ/squ-hda/css/src/squ/squ-hda/ergo/twisozio.png') no-repeat 2.4% 0.3em;
  background-size: 11%;
}
.larticle .spip_documents.oembed_twitter .twitter-tweet p, .chapo .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;
}
.larticle .spip_documents.oembed_twitter .oembed, .chapo .spip_documents.oembed_twitter .oembed {
  padding-bottom: 1em;
}
.larticle .spip_documents img, .chapo .spip_documents img {
  max-width: 100%;
}
.larticle .spip_documents p.spip, .chapo .spip_documents p.spip {
  margin: 0 !important;
}
.larticle .spip_documents.lecteurpdf, .chapo .spip_documents.lecteurpdf {
  width: 100%;
}
.larticle .toutlargeur, .chapo .toutlargeur {
  width: auto;
}
.larticle .toutlargeur .oembed_video, .chapo .toutlargeur .oembed_video {
  width: 100%;
}
.larticle .minivideo, .chapo .minivideo {
  width: 100%;
}
.larticle .carte_gis, .chapo .carte_gis {
  margin-bottom: 1.5em;
}
.larticle li:before, .larticle ol li:before, .larticle .larticle table.spip, .chapo li:before, .chapo ol li:before, .chapo .larticle table.spip {
  border: 1px solid #014C78;
}
.larticle li:before td, .larticle ol li:before td, .larticle .larticle table.spip td, .chapo li:before td, .chapo ol li:before td, .chapo .larticle table.spip td {
  border-right: 1px solid #014C78;
}
.larticle li:before thead, .larticle ol li:before thead, .larticle .larticle table.spip thead, .chapo li:before thead, .chapo ol li:before thead, .chapo .larticle table.spip thead {
  background-color: #014C78;
}
.larticle .note .pintertitre, .larticle .notes .pintertitre, .chapo .note .pintertitre, .chapo .notes .pintertitre {
  color: #014C78;
}
.larticle dl.faq.js dt, .chapo dl.faq.js dt {
  background-position: 0.5em 0.6em;
  padding-left: 2.2em;
}
.larticle dl.faq.js dd, .chapo dl.faq.js dd {
  margin-top: 1em;
  padding: 0.4em 0 0 1.1em;
}
.larticle ul.spip:first-child, .larticle blockquote:first-child, .larticle p:first-child, .chapo ul.spip:first-child, .chapo blockquote:first-child, .chapo p:first-child {
  margin-top: 0;
}
.larticle .formidable_analyse, .chapo .formidable_analyse {
  background-color: #e8e8e8;
  padding: 2em;
  margin-bottom: 5em;
}
.larticle .formidable_analyse div[class$="saisie_input"], .chapo .formidable_analyse div[class$="saisie_input"] {
  display: none;
}
.larticle .formidable_analyse .nombre_reponse::after, .chapo .formidable_analyse .nombre_reponse::after {
  content: " :";
}
.larticle .formidable_analyse .titrem, .chapo .formidable_analyse .titrem {
  background-color: transparent;
  text-align: left;
  padding: 1em 0 0.4em;
}
.larticle .formidable_analyse .progress-bar, .chapo .formidable_analyse .progress-bar {
  padding: 6px 5px;
}
.larticle .formidable_analyse .progress-bar span, .chapo .formidable_analyse .progress-bar span {
  background-color: #014C78;
  background-image: none;
}
.larticle .formidable_analyse .progress-bar strong, .chapo .formidable_analyse .progress-bar strong {
  text-shadow: none;
}
@media screen and (max-width: 767px) {
  .larticle .spip_documents.spip_documents_left, .larticle .spip_documents.spip_documents_right, .larticle .cs_blocs, .chapo .spip_documents.spip_documents_left, .chapo .spip_documents.spip_documents_right, .chapo .cs_blocs {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .larticle .texte .cs_blocs, .chapo .texte .cs_blocs {
    width: 100%;
  }
  .larticle .spip_documents.oembed_video, .chapo .spip_documents.oembed_video {
    min-width: 0;
  }
}
@media screen and (max-width: 1280px) and (min-width: 480px) {
  .larticle .texte .spip_documents.spip_documents_right, .larticle .texte .cs_blocs, .chapo .texte .spip_documents.spip_documents_right, .chapo .texte .cs_blocs {
    margin-left: 4%;
  }
  .larticle .texte .spip_documents.spip_documents_left, .chapo .texte .spip_documents.spip_documents_left {
    margin-right: 4%;
  }
}
.coin .chapo h3.spip, .coin .larticle h3.spip {
  border-bottom-color: #BB172E;
}
.coin1 .chapo h3.spip, .coin1 .larticle h3.spip {
  border-bottom-color: #4D9E58;
}
.coin2 .chapo h3.spip, .coin2 .larticle h3.spip {
  border-bottom-color: #F5782A;
}
.coin3 .chapo h3.spip, .coin3 .larticle h3.spip {
  border-bottom-color: #FFA024;
}
.coin4 .chapo h3.spip, .coin4 .larticle h3.spip {
  border-bottom-color: #2568C4;
}
.coin5 .chapo h3.spip, .coin5 .larticle h3.spip {
  border-bottom-color: #BB172E;
}
.coin h4.spip {
  color: #BB172E;
}
.coin1 h4.spip {
  color: #4D9E58;
}
.coin2 h4.spip {
  color: #F5782A;
}
.coin3 h4.spip {
  color: #FFA024;
}
.coin4 h4.spip {
  color: #2568C4;
}
.coin5 h4.spip {
  color: #BB172E;
}
.coin .larticle h5.spip, .coin ol li:before {
  background-color: #BB172E;
}
.coin1 .larticle h5.spip, .coin1 ol li:before {
  background-color: #4D9E58;
}
.coin2 .larticle h5.spip, .coin2 ol li:before {
  background-color: #F5782A;
}
.coin3 .larticle h5.spip, .coin3 ol li:before {
  background-color: #FFA024;
}
.coin4 .larticle h5.spip, .coin4 ol li:before {
  background-color: #2568C4;
}
.coin5 .larticle h5.spip, .coin5 ol li:before {
  background-color: #BB172E;
}
.coin .chapo h6.spip, .coin .larticle h6.spip {
  border-bottom-color: #BB172E;
}
.coin1 .chapo h6.spip, .coin1 .larticle h6.spip {
  border-bottom-color: #4D9E58;
}
.coin2 .chapo h6.spip, .coin2 .larticle h6.spip {
  border-bottom-color: #F5782A;
}
.coin3 .chapo h6.spip, .coin3 .larticle h6.spip {
  border-bottom-color: #FFA024;
}
.coin4 .chapo h6.spip, .coin4 .larticle h6.spip {
  border-bottom-color: #2568C4;
}
.coin5 .chapo h6.spip, .coin5 .larticle h6.spip {
  border-bottom-color: #BB172E;
}
.coin .spip_out, .coin .spip_in, .coin .spip_ancre {
  color: #BB172E;
}
.coin1 .spip_out, .coin1 .spip_in, .coin1 .spip_ancre {
  color: #4D9E58;
}
.coin2 .spip_out, .coin2 .spip_in, .coin2 .spip_ancre {
  color: #F5782A;
}
.coin3 .spip_out, .coin3 .spip_in, .coin3 .spip_ancre {
  color: #FFA024;
}
.coin4 .spip_out, .coin4 .spip_in, .coin4 .spip_ancre {
  color: #2568C4;
}
.coin5 .spip_out, .coin5 .spip_in, .coin5 .spip_ancre {
  color: #BB172E;
}
.spip_out:hover, .spip_in:hover, .spip_ancre:hover {
  text-decoration: underline;
}
#cnt .chapo .spip_out {
  background-position: 2px 10px;
}
.spip_out:hover, p.spip_note a:hover, p.spip a:hover, .spip_in:hover, .spip_glossaire:hover {
  text-decoration: underline;
}
.spuce ul.spip li, .spuce1 ul.spip li, .spuce2 ul.spip li, .spuce3 ul.spip li, .spuce4 ul.spip li, .spuce5 ul.spip li {
  background-position: left 9px;
  background-repeat: no-repeat;
  padding-left: 31px;
}
#article .fondblanc .notes div {
  text-indent: 0px;
  padding: 0px 0px 0px 31px;
  font-size: 14px;
  list-style: none;
}
/* ---- Page imprimer ---- */
@media print {
  * {
    float: none !important;
    overflow: visible !important;
  }
  img.droite, .bt_imprimer {
    display: none;
  }
}
/* CSS Document */
.coin5 form {
  float: left;
  margin: 25px 0 0 6px;
  width: 520px;
}
#article #cnt .larticle .formulaire_spip .submit {
  cursor: pointer;
}
#article #cnt .larticle .formulaire_spip textarea.markItUpEditor, #article #cnt .larticle .formulaire_spip li.editer_texte textarea {
  border: 1px solid #CCCCCC;
  width: 100%;
}
#article #cnt .larticle .formulaire_spip legend {
  margin-bottom: 0;
  background: #014C78;
  color: #fff;
  font-weight: 600;
}
#article #cnt .larticle .formulaire_spip label {
  text-align: left;
  margin-left: 0;
}
.markItUp .markItUpContainer {
  margin: 0;
  padding: 0;
  min-width: 500px;
}
.coin5 form .boutons {
  float: right;
  padding: 4px 0;
  width: 40px;
  margin: 38px 53px 0 0;
}
/* Barre d'info Cookies */
#cookieChoiceInfo {
  background-color: #fff !important;
  bottom: 0px !important;
  top: inherit !important;
  font-size: 18px !important;
  border-top: 3px solid #D50712;
  padding: 11px 0 !important;
}
#cookieChoiceInfo #cookieChoiceDismiss {
  margin-left: 14px !important;
  background: #CF0911;
  color: #fff;
  font-size: 16px;
  padding: 1px 5px 1px 4px;
  border-radius: 2px;
}
/* Plugin image responsive */
img.adapt-img, .lazy img.adapt-img {
  opacity: 1;
}
/* ---- Debug ---- */
#debug-nav {
  font: 12px Arial, Helvetica, sans-serif;
}
/* ================== Particularité de certains formulaires ================== */
/* Formulaire d'abonnement */
#col1 .souhait {
  font-weight: bold;
  margin: 0 0 5px;
}
#col1 .formulaire_gestion_abonnement #accepte {
  margin: 4px;
}
#col1 .formulaire_gestion_abonnement .accepte {
  border-left: 2px solid #96004A;
  margin: 0 0 0 12px;
  padding-left: 9px;
  width: 478px;
}
/* Formulaire de contact */
#col1 #formulaire_contact {
  padding: 0 7px 12px 22px;
}
/* Palliatif au BR qui introduit le formulaire de contact avancé */
/* Bouton d'admin */
body .spip-admin-bloc, body .spip-admin-float {
  right: 43%;
}
/* --------- Titres --------- */
.spip_out, .spip_glossaire {
  padding: 0px 0px 0px 15px;
}
.spip_out:hover, p.spip_note a:hover, p.spip a:hover, .spip_in:hover, .spip_glossaire:hover {
  text-decoration: underline;
}
.spip-admin-float {
  z-index: 1030 !important;
  font-size: 14px;
}
/* #PRODUIRE{fond=css/specificites.scss}
   md5:9d3403577cf230b27a45c9f1b23358c0 */
/* =============== GENERALITES  ============ */
/* --------------------------------------------------

   font.css
   Gestion des webfonts
  
  
 ----------------------------------------------------- */
/* Appelez vos webfonts ici */
a, a * {
  color: #000;
}
a img {
  border: 0px solid #fff;
}
img {
  height: auto;
}
.cnt a, .chapo a {
  font-size: inherit;
}
.tit {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
}
body {
  background: #eaeae9;
}
.gtit, .titafter {
  font-size: 31px;
  line-height: 41px;
  text-transform: none;
  font-weight: 300;
  color: #333333;
  font-family: BlackJack, Arial, sans-serif;
  width: 100%;
}
.gtit .soulignejaune, .titafter .soulignejaune {
  font-size: 50px;
  line-height: 120%;
  width: auto;
  text-align: center;
  font-weight: 500;
  color: #47AF69;
  border-bottom: 3px solid #ffeb7c;
  display: inline-table;
  margin-bottom: 0.6em;
}
/* ------------- Fond  ------------ */
.carto, body#sommaire .carto {
  background: #47AF69;
  overflow: hidden;
  background-position: center -33px;
  padding-top: 60px;
}
.fondblanc {
  width: 936px;
  background-image: none;
  box-shadow: none;
}
.entoure {
  padding: 30px 44px;
  margin-top: 2em;
}
h1 {
  font-size: 60px;
  text-align: center;
  margin: 0.5em 0 0.2em;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: 0.1em;
  z-index: 500;
  padding: 0.4em 0 0.2em;
}
h1 img {
  font-weight: 600;
  line-height: 140%;
  width: 410px;
  transition: all 0.5s ease;
}
#coldroite {
  margin-right: 4px;
}
.largemarge {
  width: 985px;
}
#logosite {
  box-shadow: none;
  min-width: 1000px;
}
svg {
  font-family: BlackJack, Arial, sans-serif;
  fill: #FFFFFF;
  text-transform: uppercase;
}
svg .soustitre {
  font-style: italic;
  font-size: 18px;
  text-transform: none;
  font-weight: 400;
}
svg .st3 {
  opacity: 0.5;
}
svg .st7 {
  fill: #010101;
}
svg .traitjaune, svg .traitbleu {
  fill: none;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
svg .traitjaune {
  stroke: #F6A324;
}
svg .traitbleu {
  stroke: #086D77;
}
svg .prenom {
  font-weight: 400;
  font-size: 30px;
}
svg .nom {
  font-size: 40px;
  font-weight: 600;
}
svg .bleu {
  fill: #086D77;
}
svg .jaune {
  fill: #F6A324;
}
svg g {
  overflow: visible;
}
/* ------------- Menus  ------------ */
#menutop {
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: none;
  font-family: "KievitSC", "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  height: 52px;
  font-size: 1em;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}
#menutop a {
  padding: 0.75em 0;
  font: 500 18px Kievit, Arial, sans-serif;
  margin: 0 23px 0 0;
}
#menutop .menugauche a {
  padding: 0.75em 0 0.9em 0.8em;
  border-left: 0;
  padding-left: 0.8em;
}
#menutop .menugauche a:hover {
  border-bottom-width: 4.8px;
  border-bottom-style: solid;
  color: #d9332c;
}
#menutop .logomenu {
  background: #d9332c;
  color: #fff;
  padding: 1em 1.3em 1em;
  height: auto;
  font-size: 13.7px;
  display: inline-table;
  float: none;
  overflow: hidden;
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#menutop .logomenu span {
  overflow: visible;
}
#menutop .logomenu .nom {
  font-family: BlackJack, Arial, sans-serif;
  text-transform: none;
  font-size: 3.9em;
  font-weight: 400;
  color: #fff;
  line-height: 100%;
}
#menutop .logomenu .statut {
  font-family: Kievit, Arial, sans-serif;
  font-size: 2.3em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  line-height: 100%;
}
#menutop .menudroite a {
  text-transform: none;
  font-weight: 400;
}
#menutop .menu, #menutop .suivre, #menutop .recherche {
  border-bottom: 0px solid #fff;
  background-image: none;
}
#menutop .menu a, #menutop .suivre a, #menutop .recherche a {
  text-transform: uppercase;
}
#menutop .menu:before, #menutop .suivre:before, #menutop .recherche:before {
  font-family: "Pictoperso";
  float: left;
  padding: 4px 6px 0 3px;
  line-height: 60%;
  font-weight: normal;
  text-transform: none;
}
#menutop #formulaire_recherche {
  float: left;
  width: 0px;
  font-size: 15px;
  margin: 5px 2px;
  overflow: hidden;
  transition: 1s;
}
#menutop #formulaire_recherche .input-append {
  width: 300px;
  display: block;
  text-align: left;
  height: 40px;
}
#menutop #formulaire_recherche #recherche {
  padding: 1px 8px 2px;
  border: 1px solid #bbb;
  font-family: kievit, Arial, sans-serif;
  line-height: 140%;
  width: 145px;
  font-size: 16px;
  border-radius: 2px;
}
#menutop #formulaire_recherche .btn, #menutop #formulaire_recherche .boutons .submit, .boutons #menutop #formulaire_recherche .submit, #menutop #formulaire_recherche .bouton .submit, .bouton #menutop #formulaire_recherche .submit {
  padding: 3px 5px;
  font-family: kievit, Arial, sans-serif;
  font-weight: 600;
  background: #d9332c;
  color: #fff;
  line-height: 145%;
  height: 26px;
  border-radius: 2px;
}
#menutop .menu {
  line-height: 129%;
  padding: 0.7em 0.5em;
  margin-left: 0;
  color: #666666;
  padding-bottom: 2em;
}
#menutop .menu:before {
  content: "=";
  color: #666666;
  font-size: 1.2em;
}
#menutop .suivre {
  background-color: #d9332c;
  color: #fff;
  margin: 0 0 0 6px;
  padding: 14px 11px 20px;
}
#menutop .suivre:before {
  content: "E";
  padding: 6px 8px 0 3px;
}
#menutop .suivre:hover {
  color: #ffeb7c;
}
#menutop a.boutonguest {
  width: 24px;
  height: auto;
  padding-top: 14px;
}
#menutop a.boutonguest img {
  width: 24px;
}
#menutop a.boutonguest.video {
  width: 25px;
  padding-top: 15px;
  padding-left: 2px;
}
#menutop a.boutonguest.video img {
  width: 25px;
  height: auto;
}
#menutop a.boutonguest.recherche {
  width: 20px;
}
#sommaire #menutop .centre {
  margin: 0 0 0 57px;
}
#menuprincipal {
  font-family: Kievit, Arial, sans-serif;
  margin: 5px 3px 20px;
}
#menuprincipal .item {
  margin-right: 1px;
  width: 24.5%;
  border-left: 1px solid #EAEAE9;
  padding-left: 0.1%;
}
#menuprincipal .item.dernier {
  border-right: 1px solid #EAEAE9;
}
#menuprincipal .item .tit {
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 0 10px;
}
#menuprincipal .item h2 {
  margin-bottom: 0;
}
#menuprincipal .item .stit {
  border-bottom-width: 10px;
  border-bottom-style: solid;
  border-left: 0px solid #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  color: #333333;
  padding: 0 10px 11px;
  line-height: 120%;
}
.liensenateur {
  position: absolute;
  font-family: Kievit, Arial, sans-serif;
  top: 460px;
}
.liensenateur.gauche {
  left: 0;
}
.liensenateur.droite {
  right: 0;
}
/* ========== COMMUN A TOUTES LES PAGES  ========== */
#sommaire .rdv, .interieur .rdv {
  margin: 0;
  padding-left: 0;
  width: 100%;
  color: #000;
}
#sommaire .rdv .gtit, .interieur .rdv .gtit {
  font-size: 31px;
  font-weight: 400;
}
#sommaire .rdv article .module, .interieur .rdv article .module {
  width: 100%;
}
#sommaire .rdv article .titbulle4, .interieur .rdv article .titbulle4 {
  margin-right: 50%;
  margin-bottom: 20px;
}
#sommaire .rdv article .date, .interieur .rdv article .date {
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background-color: #d9332c;
  padding: 0.1em 0.5em;
  display: inline-block;
  width: auto;
  margin-bottom: 0.6em;
}
#sommaire .rdv article .cnt, .interieur .rdv article .cnt {
  padding: 0 0 0 1em;
  border-left: 2px solid #eaeae9;
  display: block;
  overflow: hidden;
  float: left;
  margin: 0.5em 0 0 0;
}
#sommaire .rdv article .cnt .tit, #sommaire .rdv article .cnt .lieu, .interieur .rdv article .cnt .tit, .interieur .rdv article .cnt .lieu {
  width: 100%;
  font-weight: 600;
}
#sommaire .rdv article .cnt .lieu, .interieur .rdv article .cnt .lieu {
  font-size: 15px;
  font-weight: 500;
}
#sommaire .rdv article .cnt .lieu b, .interieur .rdv article .cnt .lieu b {
  font-weight: 600;
}
#sommaire .rdv article .cnt .lieu::before, .interieur .rdv article .cnt .lieu::before {
  font-size: 1.9em;
  float: left;
  margin: 0.1em 0.2em 0 0;
  color: #d9332c;
}
#sommaire .rdv article .cnt .lls, .interieur .rdv article .cnt .lls {
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
  background-color: transparent;
  color: #000;
  margin-top: 0.4em;
}
#sommaire .rdv .lf, .interieur .rdv .lf {
  font-size: 15px;
  text-transform: uppercase;
  background: #eaeae9;
  padding: 0.3em 0.5em 0;
  width: 100%;
  color: #000;
}
#sommaire .rdv .lf::before, .interieur .rdv .lf::before {
  margin: 0em 0.3em 0.2em 0;
  font-size: 1.5em;
  float: left;
  color: #EC5A23;
}
/* =============== PAGES AGENDA ET GROUPE MOT ============ */
#agenda #cnt .fondblanc, #groupe_mot #cnt .fondblanc {
  text-align: center;
}
#agenda #cnt .fondblanc .rangee, #agenda #cnt .fondblanc #menuprincipal, #groupe_mot #cnt .fondblanc .rangee, #groupe_mot #cnt .fondblanc #menuprincipal {
  text-align: left;
}
#agenda #cnt .fondblanc #toutactu .gtit, #groupe_mot #cnt .fondblanc #toutactu .gtit {
  display: inline-table;
  width: auto;
  border-bottom: 4px solid #ffeb7c;
  padding: 0 0 0.1em;
  font-size: 53px;
  margin: 10px 0 25px;
  color: #D10051;
  font-weight: 500;
}
#agenda #cnt .fondblanc .gstit, #groupe_mot #cnt .fondblanc .gstit {
  display: inline-block;
  font-size: 20px;
  text-transform: uppercase;
  margin: 10px 0 25px;
  padding: 5px 10px;
  background: #eee;
}
#agenda #cnt .fondblanc .rangee, #groupe_mot #cnt .fondblanc .rangee {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
  margin-bottom: 30px;
  margin-top: 0px;
}
#agenda #cnt .fondblanc #fintryptique, #groupe_mot #cnt .fondblanc #fintryptique {
  border-bottom: 0 solid #eee;
  padding: 0;
  margin-bottom: 2em;
}
#agenda #cnt .fondblanc #principe, #groupe_mot #cnt .fondblanc #principe {
  margin-top: 0.3em;
}
/* =============== PAGE GROUPE MOT  =============== */
#groupe_mot #cnt .fondblanc .intro {
  width: 99%;
  margin: 0 0 40px;
  padding: 0 0 4px;
  border-bottom: 1px solid #ddd;
  font-size: 17px;
}
#groupe_mot #cnt .fondblanc #principe .item {
  height: 20em;
  background-size: cover;
}
#groupe_mot #cnt .fondblanc #principe .item.lie .tit {
  font-size: 2.3em;
}
#groupe_mot #cnt .fondblanc #principe .item.lie .tit.petit {
  font-size: 2em;
}
#groupe_mot #cnt .fondblanc #principe .item h3 {
  background: rgba(1, 76, 120, 0.4);
}
/* =============== ARTICLE  =============== */
#article #cnt .fondblanc {
  padding: 30px 44px 60px;
  width: 936px;
}
#article #cnt .fondblanc .larticle {
  margin: 0;
  padding-bottom: 30px;
}
#article #cnt .fondblanc .larticle .surtit {
  padding-top: 0em;
  display: inline-block;
  font-size: 20px;
  border-bottom-width: 3px;
}
#article #cnt .fondblanc .larticle .gtit {
  line-height: 120%;
  color: #231f20;
  margin: 0.1em 0 0.8em;
  overflow: visible;
  text-transform: none;
  font-weight: 500;
  font-size: 36px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
}
#article #cnt .fondblanc .larticle .profession {
  font-size: 20px;
}
#article #cnt .fondblanc .larticle .ville {
  display: none;
}
#article #cnt .fondblanc .larticle table.spip {
  text-align: left;
  font-weight: 600;
  margin-bottom: 1.5em;
}
#article #cnt .fondblanc .larticle table.spip td, #article #cnt .fondblanc .larticle table.spip tr {
  text-align: left;
}
#article #cnt .fondblanc .larticle .letexte {
  margin-bottom: 2.5em;
}
#article #cnt .fondblanc .larticle #videos .gtit, #article #cnt .fondblanc #suite #videos .gtit {
  width: 98%;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
  padding-top: 0;
  padding-left: 15px;
  border-left: 3px solid #ffeb7c;
  font-size: 43px;
  margin: 0 0 0.6em;
  text-align: left;
  line-height: 100%;
}
#article #cnt .fondblanc .larticle #videos .gtit a, #article #cnt .fondblanc #suite #videos .gtit a {
  color: #d9332c;
  font-size: 43px;
  line-height: 100%;
}
#article #cnt .fondblanc .larticle #videos .tit, #article #cnt .fondblanc #suite #videos .tit {
  margin: 0.6em 0 0;
}
#article #cnt .fondblanc .larticle #videos .tit::after, #article #cnt .fondblanc #suite #videos .tit::after {
  margin: 0.5em 0 0.6em;
}
#article #cnt .fondblanc .larticle #videos .rub, #article #cnt .fondblanc #suite #videos .rub {
  margin: 0 0 2em;
}
#article #cnt .fondblanc .larticle #videos .lls, #article #cnt .fondblanc #suite #videos .lls {
  color: #000;
}
#article #cnt .fondblanc .larticle #videos .lienrub, #article #cnt .fondblanc #suite #videos .lienrub {
  color: #333333;
}
#article #cnt .fondblanc .citation, #article #cnt .fondblanc .citation p {
  text-align: center;
  font-size: 18px;
  padding-bottom: 1.5em;
}
#article #cnt .fondblanc .citation:last-of-type, #article #cnt .fondblanc .citation p:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}
#article #cnt .fondblanc .citation:after, #article #cnt .fondblanc .citation p:after {
  margin: -15px 3px 3px;
}
#article #cnt .fondblanc .playeroptimise {
  width: 46.5%;
  margin-left: 6%;
  float: right;
  margin-top: 0;
  clear: both;
}
#article #cnt .fondblanc .playeroptimise .spip_documents_center {
  width: 430px !important;
  margin: 0 0 30px;
  padding: 15px 0;
}
#article #cnt .fondblanc .playeroptimise .spip_documents_center .oe-video {
  width: 375px;
}
#article #cnt .fondblanc .chiffres .stit {
  font-weight: 400;
  font-style: italic;
  line-height: 1.6em;
  color: #666;
  font-size: 0.9em;
}
#article #cnt .fondblanc .chiffres .titmot {
  font-size: 1.1em;
  line-height: 120%;
}
#article #cnt .fondblanc .memesujet {
  margin: 0 0 50px 40px;
  width: 877px;
}
#article #cnt .fondblanc .memesujet .lss {
  width: 100%;
  display: inline-block;
}
#article #cnt .fondblanc .memesujet .undocument {
  min-height: 82px;
  display: flex;
}
#article #cnt .fondblanc .memesujet .undocument .spip_logo {
  width: 16%;
}
#article #cnt .fondblanc .memesujet .undocument .adapt-img-wrapper {
  width: 16%;
  margin-right: 2%;
  height: 90%;
}
#article #cnt .fondblanc .memesujet .undocument .coldroite {
  margin: 0 4% 19px 0;
  width: 76%;
}
#article #cnt .fondblanc .memesujet .col4 {
  margin-bottom: 0.4em;
  font-size: 0.9em;
}
#article #cnt .fondblanc #suite .gtit, #article #cnt .fondblanc #fintryptique .gtit {
  line-height: 100%;
  margin-bottom: 0.6em;
  font-size: 43px;
  font-weight: 500;
  padding: 0 0 0 15px;
  border-left: 3px solid #ffeb7c;
}
#article #cnt .fondblanc #suite .tit, #article #cnt .fondblanc #fintryptique .tit {
  color: #000;
}
#article #cnt .fondblanc #suite .lrub, #article #cnt .fondblanc #fintryptique .lrub {
  color: #000;
  font-size: 11px;
  width: 80%;
  text-align: left;
}
#article #cnt .fondblanc #suite .lrub:before, #article #cnt .fondblanc #fintryptique .lrub:before {
  top: 1px;
}
#article #cnt .fondblanc #suite #resumeterrain .lls, #article #cnt .fondblanc #suite #resumeparlement .lls, #article #cnt .fondblanc #fintryptique #resumeterrain .lls, #article #cnt .fondblanc #fintryptique #resumeparlement .lls {
  color: #fff;
}
#article #cnt .dateetlieu .date {
  background: #EC5A23;
}
/* =============== PARTICULARITE PAGE SOMMAIRE  =============== */
#cnt #formintro.larticle {
  background-clip: padding-box;
  min-height: 0;
}
#cnt #formintro.larticle .entoure {
  padding: 20px 44px;
}
#cnt #formintro.larticle .editer {
  margin-bottom: 0;
}
#cnt #formintro.larticle .gtit {
  text-align: center;
  color: #47AF69;
  font: 600 2.4em/110% Kievit, Arial, sans-serif;
  text-transform: uppercase;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
  width: 100%;
}
#cnt #formintro.larticle .gtit .rouge {
  font-weight: 600;
  line-height: 110%;
}
#cnt #formintro.larticle .formulaire_spip {
  width: 100%;
  background: #fff;
  margin: 0;
  padding: 0;
}
#cnt #formintro.larticle .formulaire_spip .saisie_input, #cnt #formintro.larticle .formulaire_spip .saisie_email, #cnt #formintro.larticle .formulaire_spip .saisie_textarea {
  display: block;
  float: left;
  text-align: left;
  width: auto;
  margin-right: 4%;
}
#cnt #formintro.larticle .formulaire_spip .saisie_textarea {
  width: 100%;
}
#cnt #formintro.larticle .formulaire_spip .email, #cnt #formintro.larticle .formulaire_spip .text, #cnt #formintro.larticle .formulaire_spip .date, #cnt #formintro.larticle .formulaire_spip .fichier, #cnt #formintro.larticle .formulaire_spip textarea, #cnt #formintro.larticle .formulaire_spip select, #cnt #formintro.larticle .formulaire_spip .choix_alternatif {
  width: 260px;
  float: left;
  border-color: #000;
  font-weight: 600;
  color: #47AF69;
  border-radius: 0;
  font-size: 1.3em;
  padding: 0.4em 0.6em;
  margin: 0 0 0.9em;
  clear: left;
}
#cnt #formintro.larticle .formulaire_spip .petit {
  width: 140px;
}
#cnt #formintro.larticle .formulaire_spip .grand {
  width: 340px;
}
#cnt #formintro.larticle .formulaire_spip textarea {
  width: 88.5%;
}
#cnt #formintro.larticle .formulaire_spip .checkbox {
  margin: 6px 11px 4px 0;
}
#cnt #formintro.larticle .formulaire_spip .editer-groupe {
  width: 89%;
  display: block;
  margin: 1.5em 0 0;
  float: left;
}
#cnt #formintro.larticle .formulaire_spip .choix {
  width: 100%;
}
#cnt #formintro.larticle .formulaire_spip .saisie_case {
  display: inherit;
  width: 85%;
  margin: 1em 0 0.2em;
}
#cnt #formintro.larticle .formulaire_spip .saisie_case label {
  font-size: 1.2em;
  font-weight: 500;
  width: 95%;
  margin-top: 1px;
}
#cnt #formintro.larticle .formulaire_spip label, #cnt #formintro.larticle .formulaire_spip .explication, #cnt #formintro.larticle .formulaire_spip .reponse_formulaire {
  width: 100%;
  text-align: left;
  margin: 0 0 0.9em;
  min-height: 1.5em;
}
#cnt #formintro.larticle .formulaire_spip .reponse_formulaire {
  color: #d9332c;
  font-size: 1.5em;
  margin-top: 1em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
}
#cnt #formintro.larticle .formulaire_spip form {
  width: 100%;
}
#cnt #formintro.larticle .formulaire_spip form .boutons {
  margin: 0;
  padding: 0;
  width: 11%;
  border-top: 0;
  float: left;
}
#cnt #formintro.larticle .formulaire_spip form .boutons .submit {
  border-radius: 0;
  margin: 1.2em 0 0;
  padding: 0.5em 0.8em 0.5em;
  overflow: hidden;
  text-transform: uppercase;
  background: #d9332c;
  color: #FFF;
  padding: 0.55em 1.1em;
  font-size: 1.2em;
}
#sommaire #yt-background {
  position: absolute;
  width: 100%;
  height: 80%;
  z-index: -1;
  left: 0;
  top: 0;
  overflow: hidden;
  background-color: #47AF69;
}
#sommaire #yt-background #ytplayer {
  position: absolute;
  width: 150%;
  height: 150%;
  top: -20%;
  left: -25%;
  opacity: 0.5;
}
#sommaire .tit {
  text-transform: uppercase;
  font-weight: 500;
}
#sommaire .cnt {
  font-size: 15px;
  line-height: 21px;
}
#sommaire .lls {
  text-transform: uppercase;
  color: #fff;
}
#sommaire #menuprincipal {
  margin: 0 3px 40px;
}
#sommaire #intro {
  margin-bottom: 1em;
  font-size: 16px;
}
#sommaire #intro p {
  margin-bottom: 1em;
}
#sommaire #intro strong, #sommaire #intro strong i {
  font-weight: bold;
}
#sommaire #une {
  margin-top: 9px;
  padding-top: 0;
}
#sommaire #une .item {
  background-size: 100%;
  position: relative;
  height: 400px;
  width: 100%;
  height: 384px;
  margin-bottom: 0;
  background-image: -o-linear-gradient(left, #47af69 0, rgba(71, 175, 105, 0.5) 100%), url('https://plurilingue2.c-real.fr/squ/squ-hda/css/src/rien');
  background-image: linear-gradient(to right, #47af69 0, rgba(71, 175, 105, 0.5) 100%), url('https://plurilingue2.c-real.fr/squ/squ-hda/css/src/rien');
  background-repeat: repeat-x;
  filter: e(%("progid:DXImageTransform@include Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)",argb($startColor),argb($endColor)));
  background-size: 100%;
}
#sommaire #une .coldroite {
  background-color: rgba(0, 0, 0, 0.7);
  background-image: -o-linear-gradient(left, #47af69 0, rgba(71, 175, 105, 0.75) 100%), url('https://plurilingue2.c-real.fr/squ/squ-hda/css/src/rien');
  background-image: linear-gradient(to right, #47af69 0, rgba(71, 175, 105, 0.75) 100%), url('https://plurilingue2.c-real.fr/squ/squ-hda/css/src/rien');
  background-repeat: repeat-x;
  filter: e(%("progid:DXImageTransform@include Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)",argb($startColor),argb($endColor)));
  padding: 3em 5% 7em;
  left: 0;
  z-index: 200;
  position: absolute;
  overflow: visible;
}
#sommaire #une .gtit {
  background-color: #d9332c;
  font-family: Kievit, Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 21px;
  line-height: 25px;
  position: absolute;
  width: 110px;
  padding: 0.3em 0.1em 0.2em;
  text-align: center;
  font-weight: 500;
  z-index: 500;
  left: calc(50% - 55px);
}
#sommaire #une .gtit:after {
  content: "";
  position: absolute;
  height: 140px;
  width: 1.5px;
  background: #fff;
  top: calc(25px + .5em);
  left: 48%;
}
#sommaire #une .tit {
  font-size: 43px;
  line-height: 42px;
  color: #fff;
  text-transform: none;
  font-variant: small-caps;
  font-weight: 600;
  margin: 0 0px 16px;
  width: 100%;
}
#sommaire #une .tit:hover {
  color: #ffeb7c;
}
#sommaire #une .tit:hover .surtit {
  background-color: #ffeb7c;
}
#sommaire #une .tit .surtit {
  background: #fff;
  padding: 0.2em 0.4em 0.2em;
  font-size: 16px;
  margin-bottom: 0.5em;
  max-width: 315px;
  font-weight: 700;
  color: red;
}
#sommaire #une .date {
  color: #333 !important;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.2em;
  margin-bottom: 0.5em;
}
#sommaire #une .lls {
  background-color: #d9332c;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  position: absolute;
  width: 130px;
  padding: 0.2em 0.1em 0.3em;
  text-align: center;
  font-weight: 600;
  right: -65px;
  bottom: 0;
  overflow: visible;
}
#sommaire #une .lls:hover {
  color: #ffeb7c;
}
#sommaire #une .cnt {
  color: #fff;
}
#sommaire #une .medias {
  float: right;
  padding: 55px 68.5px;
  margin: 0;
  background-image: -o-linear-gradient(left, rgba(1, 76, 120, 0.75) 0, rgba(1, 76, 120, 0.5) 100%), url('https://plurilingue2.c-real.fr/squ/squ-hda/css/src/rien');
  background-image: linear-gradient(to right, rgba(1, 76, 120, 0.75) 0, rgba(1, 76, 120, 0.5) 100%), url('https://plurilingue2.c-real.fr/squ/squ-hda/css/src/rien');
  background-repeat: repeat-x;
  filter: e(%("progid:DXImageTransform@include Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)",argb($startColor),argb($endColor)));
  width: 330px;
  height: 274px;
}
#sommaire #une .medias iframe {
  min-height: 275px;
}
#sommaire #une .medias .titre {
  display: none;
}
#sommaire #une .medimage {
  float: right;
  margin: 74px 50px;
  width: 360px;
  height: 230px;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
#sommaire #une .medimage img, #sommaire #une .medimage .adapt-img-wrapper {
  width: 100%;
  height: auto;
}
#sommaire #lactu {
  margin-top: 2em;
}
#sommaire #boutons {
  border-bottom: 1px solid #ddd;
}
#sommaire #boutons .col3:last-of-type .tit {
  width: 117px;
  background-position: 118px 13px;
}
#sommaire #boutons .entourebouton, #sommaire #boutons2 .entourebouton {
  position: relative;
}
#sommaire #boutons .bouton, #sommaire #boutons2 .bouton {
  height: 130px;
  width: 100%;
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%), url('https://plurilingue2.c-real.fr/squ/squ-hda/css/src/top');
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%), url('https://plurilingue2.c-real.fr/squ/squ-hda/css/src/top');
  background-repeat: repeat-x;
  filter: e(%("progid:DXImageTransform@include Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)",argb($startColor),argb($endColor)));
}
#sommaire #boutons .bouton .tit, #sommaire #boutons2 .bouton .tit {
  background-color: #fff;
  background-image: url("https://plurilingue2.c-real.fr/squ/squelettes/ergo/fleche/d_rouge.png");
  background-position: 176px 13px;
  background-size: 14px;
  background-repeat: no-repeat;
  height: 37px;
  width: 172px;
  font-size: 21px;
  font-weight: 600;
}
#sommaire #boutons .bouton .tit .surtit, #sommaire #boutons2 .bouton .tit .surtit {
  display: block;
  background-color: transparent;
  color: #000;
  font-size: 21px;
  font-weight: 400;
  font-family: "KievitSC", "Open Sans", Arial, Helvetica, sans-serif;
}
#sommaire #boutons .bouton .stit, #sommaire #boutons2 .bouton .stit {
  background: transparent;
  left: 0;
  padding: 0.6em 1em;
  text-align: left;
  font-weight: 300;
  position: absolute;
  bottom: 0;
  width: 94%;
}
#sommaire #boutons2 .entourebouton {
  position: relative;
}
#sommaire #boutons2 .bouton {
  height: 170px;
  width: 100%;
}
#sommaire #boutons2 .bouton .tit {
  background-position: 130px 13px;
  height: 42px;
  width: 129px;
}
#sommaire #portrait {
  margin-bottom: 1em;
  margin-top: 0;
}
#sommaire #portrait .logogauche {
  float: right;
  width: 45%;
}
#sommaire #portrait .logogauche .spip_logo {
  width: 425px;
  height: auto;
}
#sommaire #portrait .coldroite {
  float: left;
  width: 55%;
}
#sommaire #portrait .coldroite .gtit {
  font-size: 3.6em;
  margin: 0.7em 0 0.7em;
  display: inline-block;
  width: auto;
  padding: 0 0 0.2em;
  border-bottom-width: 3px;
}
#sommaire #portrait .coldroite .cnt {
  width: 90%;
  font-size: 1em;
}
#sommaire #portrait .coldroite .cnt p {
  margin-bottom: 1.5em;
}
#sommaire #portrait .coldroite .lls {
  background: transparent;
  border-bottom: 3px solid #ddd;
  color: #47AF69;
  display: inline-block;
  text-transform: none;
  font-size: 1.1em;
  padding-bottom: 0.1em;
}
/* =============== L'actu en Une ET en bas des articles =============== */
#sommaire .surtit, #sommaire .stit, #sommaire .soustit, #lactu .surtit, #lactu .stit, #lactu .soustit, #fintryptique .surtit, #fintryptique .stit, #fintryptique .soustit {
  font-size: 17px;
  line-height: 20px;
  text-transform: uppercase;
  background-color: #47AF69;
  color: #fff;
  padding-bottom: 0.1em;
}
#sommaire .item .spip_logo, #lactu .item .spip_logo, #fintryptique .item .spip_logo {
  width: 291px;
}
#lactu {
  padding-left: -3%;
  padding-right: -3%;
}
#lactu .cnt {
  color: #000;
}
#lactu .item {
  margin-bottom: -120px;
}
#lactu .adapt-img-wrapper {
  width: 100%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* For IE8 and earlier */
}
#lactu .logogauche {
  background-color: #47AF69;
}
#lactu .coldroite {
  padding: 1em 20px 0 0;
  float: left;
  margin: 0 0 0 auto;
  z-index: 500;
  background-color: #fff;
  position: relative;
  top: -120px;
  overflow: visible;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
#lactu .coldroite .surtit {
  display: table;
  clear: both;
  padding: 0.2em 0.4em 0.3em;
  margin: 0 0 0.6em 0;
  font-size: 15px;
  border-width: 0;
}
#lactu .coldroite .tit {
  line-height: 130%;
  margin: 0 0 0.4em;
  text-transform: uppercase;
  font-size: 21px;
  color: #000;
}
#lactu .coldroite .tit:after {
  content: " ";
  width: 83px;
  height: 5px;
  background-color: #d9332c;
  overflow: hidden;
  display: block;
  margin: 0.6em 0;
}
#lactu .coldroite .soustit {
  background-color: transparent;
  color: #47AF69;
  font-style: italic;
  font-size: 0.8em;
  margin-top: 0.2em;
  font-weight: 500;
}
#lactu .coldroite .cnt {
  font-size: 13px;
}
#lactu .coldroite .lls {
  background-color: transparent;
  font-size: 0;
  float: right;
  height: 70px;
  width: 22px;
  right: -22px;
  background-size: 100%;
  position: absolute;
  top: 139px;
}
.lrub {
  font-size: 17px;
  line-height: 20px;
  text-transform: uppercase;
  border-top: 1px solid #ddd;
  display: block;
  margin: 2em 0 1em;
  text-align: center;
  overflow: visible;
  float: left;
  position: relative;
}
.lrub .suite {
  position: relative;
  top: -16px;
  border: 15px solid #fff;
  background-color: #47AF69;
  color: #fff;
  padding: 0.4em 0.6em;
  font-size: 0.9em;
  text-transform: uppercase;
  display: inline-block;
}
#cnt .fondblanc #principe {
  margin-top: 3em;
}
#cnt .fondblanc #principe .gtit .soulignejaune {
  color: #D10051;
  display: inline-table;
  margin-bottom: 1em;
}
#cnt .fondblanc #principe .item {
  background-clip: content-box;
  height: 15em;
  padding-bottom: 4em;
  background-position: center;
  background-size: cover;
}
#cnt .fondblanc #principe .item h3 {
  background: rgba(71, 175, 105, 0.7);
  display: flex;
  align-items: center;
  height: 100%;
}
#cnt .fondblanc #principe .item .tit {
  color: #fff;
  text-align: center;
}
#cnt .fondblanc #principe .item.carrerose .tit {
  font-family: Kievit, Arial, sans-serif;
  text-transform: uppercase;
  margin: 10%;
  background-color: #D10051;
  width: 72%;
  font-size: 1.3em;
  padding: 4%;
}
#cnt .fondblanc #principe .item.lie .tit {
  font-family: BlackJack, Arial, sans-serif;
  text-transform: none;
  font-size: 2em;
  width: 80%;
  margin: 10%;
  line-height: 110%;
}
#cnt .fondblanc #principe .item.lie .tit.petit {
  font-size: 1.7em;
}
#cnt .fondblanc #principe .lrub {
  margin: 0 0 2em;
}
#cnt .fondblanc #principe .lrub .suite {
  background-color: #D10051;
}
/* ========== GENERALITES PAGES INTERIEURES ============ */
body.interieur #cnt .fondblanc .intro {
  width: 99%;
  margin: 0 5px 15px;
}
body.interieur #cnt .fondblanc #suite #fintryptique .gtit {
  text-align: right;
  padding: 0 0 10px;
  font-size: 31px;
}
body.interieur #cnt #suite #suite .gtit, body.interieur #cnt #coldroite #suite .gtit {
  text-align: left;
  margin: 0 0 0.6em;
}
body.interieur #cnt #suite #lactu .item, body.interieur #cnt #coldroite #lactu .item {
  margin-bottom: -30px;
}
body.interieur #cnt #suite #lactu .item .surtit, body.interieur #cnt #coldroite #lactu .item .surtit {
  padding-top: 0.2em;
  display: table;
}
body.interieur #cnt #suite #lactu .item .coldroite, body.interieur #cnt #coldroite #lactu .item .coldroite {
  top: -70px;
}
body.interieur #cnt #suite #lactu .itemot .item, body.interieur #cnt #coldroite #lactu .itemot .item {
  margin: 0 3% 0 0;
  border-bottom: 2px solid #eee;
  padding-bottom: 1.8em;
  padding-top: 2em;
}
body.interieur #cnt #suite #lactu .itemot .item .logogauche, body.interieur #cnt #coldroite #lactu .itemot .item .logogauche {
  width: 26%;
  font-size: 0;
  margin: 0 3% 0 0;
}
body.interieur #cnt #suite #lactu .itemot .item .logogauche .adapt-img-wrapper, body.interieur #cnt #coldroite #lactu .itemot .item .logogauche .adapt-img-wrapper {
  opacity: 0.8;
}
body.interieur #cnt #suite #lactu .itemot .item .coldroite, body.interieur #cnt #coldroite #lactu .itemot .item .coldroite {
  width: 71%;
  padding: 0;
  margin: 0 0 0.5em auto;
  top: 0;
}
body.interieur #cnt #suite #lactu .itemot .item .coldroite .tit, body.interieur #cnt #coldroite #lactu .itemot .item .coldroite .tit {
  text-transform: uppercase;
  font-size: 1.3em;
}
body.interieur #cnt #suite #lactu .itemot .item .coldroite .tit .surtit, body.interieur #cnt #coldroite #lactu .itemot .item .coldroite .tit .surtit {
  padding: 0.2em 0.4em 0.2em;
  margin: 0 0 0.6em;
  font-size: 0.7em;
}
body.interieur #cnt #suite #lactu .itemot .item .coldroite .tit:after, body.interieur #cnt #coldroite #lactu .itemot .item .coldroite .tit:after {
  content: none;
  margin: 0.5em 0;
}
body.interieur #cnt #suite #lactu .itemot .item .coldroite .cnt, body.interieur #cnt #coldroite #lactu .itemot .item .coldroite .cnt {
  width: 90%;
}
body.interieur #cnt #suite #lactu .itemot .item .coldroite .lls, body.interieur #cnt #coldroite #lactu .itemot .item .coldroite .lls {
  right: -2px;
  top: 95px;
}
body.interieur #cnt #suite #lactu .itemot:first-of-type .item, body.interieur #cnt #coldroite #lactu .itemot:first-of-type .item {
  padding-top: 0;
}
#videos {
  width: 100%;
}
#videos .gtit a {
  color: #d9332c;
  font-weight: 300;
  font-size: 43px;
}
#videos .gtit.soulignejaune {
  width: auto;
  border-bottom: 3px solid #ffeb7c;
  display: inline-table;
  margin-bottom: 0.6em;
}
#videos .tit {
  font-size: 21px;
  line-height: 140%;
  font-weight: 600;
  text-transform: none;
  color: #000;
  padding: 0 38px 0 0;
  background-color: #fff;
  background-position: 98% 0.4em;
  background-image: url("https://plurilingue2.c-real.fr/squ/squelettes/ergo/fleche/d_rouge.png");
  background-size: 20px;
  background-repeat: no-repeat;
  min-height: 60px;
  padding: 0 15% 0 0;
  width: 85%;
  margin: 0.6em 0 0;
}
#videos .tit:after {
  content: " ";
  width: 83px;
  height: 5px;
  background-color: #d9332c;
  overflow: hidden;
  display: block;
  margin: 0.8em 0;
}
#videos .tit::after {
  margin: 0.5em 0 0.6em;
}
#videos .rub {
  margin: 0 0 2em;
}
#videos .lls {
  color: #000;
}
#videos .lienrub {
  color: #333333;
}
/* ============ Propositions et agenda en Une et sur pages intérieures ============ */
#fintryptique {
  padding-right: 0;
}
#fintryptique #uneaveclogo {
  display: flex;
  float: left;
  flex-wrap: wrap;
}
#fintryptique .col2, #fintryptique .col3 {
  margin-bottom: 20px;
  min-height: 690px;
  position: relative;
  padding-bottom: 4em;
}
#fintryptique .col2 .liseret2, #fintryptique .col3 .liseret2 {
  margin-bottom: 11px;
}
#fintryptique .col2 .gtit, #fintryptique .col3 .gtit {
  width: 100%;
  border-left: 3px solid #eaeae9;
  padding-left: 0.5em;
  text-transform: none;
  border-bottom: 0 solid #fff;
  padding-bottom: 0;
  font-size: 43px;
  text-align: left;
  line-height: 43px;
  margin: 0 0 0.7em;
}
#fintryptique .col2 .gtit a, #fintryptique .col3 .gtit a {
  font-weight: normal;
}
#fintryptique .col2 .surtit, #fintryptique .col3 .surtit {
  background-color: transparent;
  color: #000;
  font-weight: 500;
}
#fintryptique .col2 .soustit, #fintryptique .col3 .soustit {
  display: inline-block;
  margin: 0.3em 0 0;
  font-size: 14px;
  padding: 0.35em 0 0;
  font-weight: 500;
  background: transparent;
  line-height: 130%;
  font-style: italic;
}
#fintryptique .col2 .tit, #fintryptique .col3 .tit {
  margin: 0.4em 0 0.6em;
  text-transform: none;
  color: #000;
  font-size: 20px;
  line-height: 130%;
  font-weight: 600;
}
#fintryptique .col2 .cnt, #fintryptique .col3 .cnt {
  margin-bottom: 10px;
}
#fintryptique .col2 .logo, #fintryptique .col3 .logo {
  border-bottom: 4px solid #d9332c;
  line-height: 0;
}
#fintryptique .col2 .item, #fintryptique .col3 .item {
  width: 100%;
  margin: 0 0 1em;
}
#fintryptique .col2 .lls, #fintryptique .col3 .lls {
  display: inline-block;
  font-style: italic;
  text-transform: none;
  padding: 0.2em 0.4em;
  font-weight: 600;
  color: #fff;
}
#fintryptique .col2 .lrub, #fintryptique .col3 .lrub {
  background: #eaeae9;
  padding: 6px 11px 6px;
  font-weight: 700;
  border: 0 solid #fff;
  font-size: 0.85em;
  text-align: left;
  color: #000;
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
}
#fintryptique .col2#coldroite, #fintryptique .col3#coldroite {
  padding-bottom: 4em;
}
#fintryptique .col2#coldroite #videos .tit, #fintryptique .col3#coldroite #videos .tit {
  margin-bottom: 0;
}
#fintryptique .col2#coldroite #videos .item, #fintryptique .col3#coldroite #videos .item {
  margin-bottom: 2em;
  display: block;
}
#fintryptique .col2#coldroite #videos .lls, #fintryptique .col3#coldroite #videos .lls {
  margin: 0 0;
  padding: 0 0.2em;
  color: #555;
  background: transparent;
  font-size: 0.9em;
  font-weight: 600;
  color: #d9332c;
}
#fintryptique .col2#coldroite #videos .cnt, #fintryptique .col3#coldroite #videos .cnt {
  font-size: 0.9em;
  line-height: 150%;
}
#fintryptique .col2#coldroite #videos .lrub, #fintryptique .col3#coldroite #videos .lrub {
  padding-left: 41px;
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  width: 70%;
}
#fintryptique .col2#coldroite #videos .lrub:before, #fintryptique .col3#coldroite #videos .lrub:before {
  top: 1px;
}
#fintryptique .col2 .coldroite, #fintryptique .col3 .coldroite {
  width: 100%;
}
#fintryptique #resumeterrain .lls {
  background-color: #8F6FB0;
}
#fintryptique #resumeparlement .lls {
  background-color: #ffeb7c;
}
#fintryptique #resumeterrain .couleur {
  color: #8F6FB0 !important;
}
#fintryptique #resumeparlement .couleur {
  color: #ffeb7c !important;
}
/* ============ Colonnes de droite du site ============ */
#fintryptique #coldroite, #droitehaut {
  border: 0px solid #fff;
  padding-top: 38px;
  overflow: visible;
  padding: 0 0 0 4%;
}
#fintryptique #coldroite #galleries .logo, #droitehaut #galleries .logo {
  margin: 0 15px 8px 0;
  width: 123px;
  min-height: 135px;
}
#fintryptique #coldroite #galleries .logo.nomarge, #droitehaut #galleries .logo.nomarge {
  margin-right: 0;
}
#fintryptique #coldroite #galleries .titre, #droitehaut #galleries .titre {
  font-size: 13px;
  line-height: 120%;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  margin: 5px 0 0;
}
#fintryptique #coldroite #galleries .lienrub, #droitehaut #galleries .lienrub {
  font-size: 13px;
  color: #d9332c;
  border-bottom: 4px solid #eaeae9;
  margin-bottom: 6px;
  padding-bottom: 2px;
}
#fintryptique #coldroite.etroit, #droitehaut.etroit {
  width: 27%;
  padding-left: 3.3333%;
  padding-right: 3.3333%;
}
#fintryptique #coldroite .bouton, #droitehaut .bouton {
  overflow: visible;
}
#fintryptique #coldroite .bouton .tit, #droitehaut .bouton .tit {
  line-height: 110%;
  display: block;
  width: 90%;
  float: left;
  overflow: hidden;
  padding: 24px 2% 7px;
}
#fintryptique #coldroite .bouton .tit .surtit, #droitehaut .bouton .tit .surtit {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 800;
}
#fintryptique #coldroite .bouton .stit, #droitehaut .bouton .stit {
  background-image: none;
  padding: 3px 2% 5px;
  width: 94%;
}
#fintryptique #coldroite .bouton .logosvg, #droitehaut .bouton .logosvg {
  float: left;
  width: 37%;
  margin: -10% 0 3% 3%;
}
#fintryptique #coldroite .bouton .coldroite, #droitehaut .bouton .coldroite {
  width: 54%;
  float: right;
  font-size: 19px;
}
#fintryptique #coldroite .lienrub, #fintryptique #coldroite .lrub, #droitehaut .lienrub, #droitehaut .lrub, #suite #videos .lienrub, #suite #videos .lrub, #coldroite #videos .lienrub, #coldroite #videos .lrub {
  background: #eaeae9;
  text-transform: uppercase;
  padding: 6px 11px 6px 41px;
  margin: 0 0 20px;
  position: relative;
  font-weight: 700;
}
#fintryptique #coldroite .lienrub:before, #fintryptique #coldroite .lrub:before, #droitehaut .lienrub:before, #droitehaut .lrub:before, #suite #videos .lienrub:before, #suite #videos .lrub:before, #coldroite #videos .lienrub:before, #coldroite #videos .lrub:before {
  font-family: "Pictoperso";
  font-size: 1.7em;
  line-height: 150%;
  color: #999;
  position: absolute;
  top: 1px;
  left: 10px;
  font-weight: 500;
  color: #d9332c;
}
/* ============ Googlemap ============ */
.largeurlogohaut a {
  font-weight: 500;
  line-height: 100%;
}
.largeurlogohaut a .slogan {
  font-weight: 500;
}
.largeurlogohaut .retour {
  background: url("") no-repeat scroll 6px 4px transparent;
  bottom: -20px;
  font-size: 14px;
  font-weight: normal;
  left: 0;
  padding: 6px 9px 5px 25px;
  position: absolute;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0;
}
#article .largeurlogohaut .retour {
  margin: 20px 0 8px 0px;
}
#article #cnt .fondblanc .jcarousel {
  height: 375px;
  margin: 0 0 0;
  overflow: hidden;
  position: relative;
  margin: 0 0 3em;
  width: 936px;
  -moz-transition-duration: 1s;
  -moz-transition-property: height;
}
#article #cnt .fondblanc .jcarousel ul {
  width: 20000px;
  position: relative;
}
#article #cnt .fondblanc .jcarousel li {
  /* Required only for block elements like <li>'s */
  float: left;
  position: relative;
  height: 400px;
}
#article #cnt .fondblanc .jcarousel li .spip_documents {
  margin: 0;
}
#article #cnt .fondblanc .jcarousel li .spip_documents .oembed {
  padding: 0;
  border: 0px solid #fff;
}
#article #cnt .fondblanc .jcarousel li .mediabox .logo {
  width: 100%;
  height: auto;
}
#article #cnt .fondblanc .jcarousel .gtit {
  background: none repeat scroll 0 0 #FFFFFF;
  bottom: 0;
  font-size: 20px;
  opacity: 0.7;
  padding: 10px 15px 11px;
  position: absolute;
  z-index: 5000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
  width: 100%;
}
#article #cnt .fondblanc .jcarousel .jcarousel-control-prev, #article #cnt .fondblanc .jcarousel .jcarousel-control-next, #article #cnt .fondblanc .jcarousel .jcarousel-pagination {
  position: absolute;
  font-size: 20px;
  z-index: 500000;
}
#article #cnt .fondblanc .jcarousel .jcarousel-control-next, #article #cnt .fondblanc .jcarousel .jcarousel-control-prev {
  background-color: #FFF;
  color: #555 !important;
  font-size: 40px;
  font-weight: normal;
  padding: 7px 11px 13px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
#article #cnt .fondblanc .jcarousel .jcarousel-control-next:hover, #article #cnt .fondblanc .jcarousel .jcarousel-control-prev:hover {
  text-decoration: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  opacity: 0.9;
}
#article #cnt .fondblanc .jcarousel .jcarousel-control-prev {
  top: 39%;
  left: -5px;
}
#article #cnt .fondblanc .jcarousel .jcarousel-control-next {
  right: -5px;
  top: 39%;
}
#article #cnt .fondblanc .jcarousel .jcarousel-pagination {
  right: 5px;
  bottom: 11px;
}
#article #cnt .fondblanc .jcarousel .jcarousel-pagination a {
  background-color: #d9332c;
  color: #fff;
  padding: 3px 8px;
  margin: 5px;
}
#article #cnt .fondblanc .jcarousel li .gallerie {
  background: none repeat scroll 0 0 #FFF;
  bottom: 0;
  font-size: 20px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
  padding: 7px 14px 13px;
  position: absolute;
  width: 936px;
}
.larticle .jcarousel li {
  width: 936px;
}
/* ============ PAGE DE TYPE RUBRIQUE  ============ */
#rubrique .fondblanc .gtit, #rubrique .fondblanc .gstit, #rubrique .fondblanc .intro {
  margin-left: 5px;
}
#rubrique .fondblanc .intro {
  width: 99%;
  margin: 0 5px 15px;
}
#rubrique .fondblanc .gsurtit {
  font-size: 0.6em;
  display: block;
  font-weight: 300;
  color: #aaa;
  line-height: 100%;
}
#rubrique .fondblanc > .gtit {
  border-bottom-width: 0;
  padding: 0;
  margin: 0 0 0 5px;
  width: 620px;
  line-height: 50px;
  color: #d9332c;
  font-size: 48px;
  overflow: visible;
  font-weight: 500;
}
#rubrique .fondblanc .gstit {
  font-size: 22px;
  font-weight: normal;
  line-height: 190%;
  width: 940px;
}
#rubrique .fondblanc .gstit:first-letter {
  text-transform: uppercase;
}
#rubrique .fondblanc .chapo {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  min-height: 0;
  font-style: italic;
  line-height: 160%;
  margin: 0em 0 1em;
  padding: 1em 0 1.7em;
}
#rubrique .fondblanc .chapo p {
  font-weight: 500;
  line-height: 160%;
}
#rubrique .fondblanc #colgauche img {
  max-width: 630px;
}
#rubrique .fondblanc #colgauche .logogauche, #rubrique .fondblanc #colgauche .logodroite {
  min-width: 250px;
  max-width: 250px;
}
#rubrique .fondblanc #coldroite {
  margin-top: 2em;
}
#rubrique .fondblanc #coldroite .gtit {
  font-weight: 400;
}
#rubrique .fondblanc #coldroite .rdv, #rubrique .fondblanc #coldroite .iye, #rubrique .fondblanc #coldroite .gtit {
  width: auto;
}
#rubrique .fondblanc #coldroite .iye .gtit {
  font-size: 24px;
}
#rubrique .fondblanc #coldroite .iye .tit {
  font-weight: 700;
  color: #d9332c;
  font-size: 1.4em;
  line-height: 110%;
}
#rubrique .fondblanc #coldroite .iye .lls {
  text-align: left;
  font-style: italic;
  font-weight: 500;
  font-size: 1.1em;
  line-height: 120%;
}
#rubrique .fondblanc #coldroite .rdv .module {
  width: auto;
}
#rubrique .fondblanc #videos .tit {
  font-size: 15px;
}
#rubrique .fondblanc #videos .lrub {
  font-size: 0.9em;
}
#rubrique .larticle {
  overflow: hidden;
  width: 100%;
  padding: 15px 5px 0;
  border-bottom: 1px solid #ccc;
  width: 99%;
  margin-bottom: 7px;
}
#rubrique .fondblanc > .gtit, #rubrique .fondblanc .intro .gtit {
  border-bottom-style: solid;
  border-bottom-width: 0;
  font-size: 44px;
  font-weight: 500;
  padding: 0;
}
#rubrique .fondblanc .gstit {
  font-size: 28px;
  line-height: 130%;
  width: 940px;
  font-style: italic;
  margin-bottom: 0.3em;
}
#rubrique .fondblanc .gallerie {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  font-size: 42px;
  font-weight: 600;
  padding: 0;
}
#rubrique .gstit:first-letter {
  text-transform: uppercase;
}
/* ============ PAGE SPECIALES INTERIEURES  ============ */
#page_video .fondblanc .gtit {
  border-bottom-width: 4px;
  border-bottom-style: solid;
  font-size: 3.9em;
  display: inline-table;
  padding: 0 0 0.1em;
  width: auto;
  color: #d9332c;
  line-height: 120%;
  margin: 0 0 0.4em;
}
#page_video .fondblanc .btapp, #page_video .fondblanc .btcache {
  color: #d9332c;
  font-weight: 700;
}
#page_video .fondblanc .btcache {
  display: block;
  margin-top: 0.5em;
}
#page_video .fondblanc #colgauche .item {
  margin: 0 0 30px;
}
#page_video .fondblanc #colgauche .tit {
  margin: 0;
  font-size: 20px;
}
#page_video .fondblanc #colgauche .agauche {
  width: 600px;
}
#page_video .fondblanc .pagination {
  margin: 3em auto 1em;
}
#rubrique.recherche .fondblanc .gtit {
  margin-bottom: 0;
}
#rubrique.recherche .fondblanc .gstit {
  margin-bottom: 1em;
}
#rubrique.recherche .fondblanc #lactu .gtit {
  line-height: 100%;
  margin-bottom: 0.7em;
  font-size: 40px;
  font-weight: 400;
  padding: 0 0 0 15px;
  border-left: 3px solid #ffeb7c;
  margin-left: 2.6%;
}
#rubrique.recherche .fondblanc #videos .gtit {
  padding-top: 0;
  padding-left: 15px;
  font-weight: 400;
  border-left: 3px solid #f7a324;
  font-size: 40px;
  margin: 0 0 0.6em;
  text-align: left;
  line-height: 100%;
}
/* ============ PAGE VIDEO  ============ */
#page_video .fondblanc .titre {
  font-size: 1.2em;
  line-height: 140%;
  margin: 0.5em 0;
}
#page_video .fondblanc .col3 {
  margin-top: 1.5em;
}
/* =============== PIED =============== */
#pied {
  background: #e4e4e4;
  height: 380px;
}
#pied .gtit {
  font-weight: 500;
  text-transform: none;
  font-size: 27px;
  color: #333;
}
#pied .bt {
  background: #d9332c;
  color: #fff;
  padding: 0.3em 2.5em;
  border-radius: 6px;
  overflow: hidden;
  display: inline-table;
  font-weight: 500;
  width: auto;
  margin: 3.8em 0;
}
#pied .bt:hover {
  background-color: #b22620;
}
#pied .cntpied {
  height: 368px;
}
#pied .colcentre {
  border-right: 0 solid #fff;
  padding-top: 0;
  margin-top: 50px;
  padding: 0;
  width: 100%;
  text-align: center;
}
#pied #listepied {
  margin: 0;
  font-size: 14px;
  background: #eee;
  padding: 20px;
}
#pied #listepied a {
  font-weight: 600;
  font-size: 1.15em;
}
#pied .partenaire {
  margin: 0;
}
#partenaires {
  width: 100%;
}
#partenaires .spip_logo {
  margin: 0 10px;
}
/* =============== COULEURS =============== */
#article .fondblanc *::selection {
  background-color: #47AF69 !important;
  color: #fff;
}
#article .fondblanc .article .gstit {
  color: #d9332c !important;
}
#article .fondblanc .article .propositions h3.spip:before {
  background: url() no-repeat scroll 0 0 #fff;
}
#article .fondblanc .article .propositions h5.spip {
  border-color: #d9332c;
  margin: 14px 0 9px;
  padding: 6px 7px 6px;
  text-transform: uppercase;
}
#article .fondblanc .larticle ul.spip li {
  background: none;
}
#article .fondblanc .larticle .gtit {
  font-family: Kievit, Arial, sans-serif;
}
#article .fondblanc .larticle .undocument img {
  margin-top: 0.4em;
}
#article .fondblanc .larticle .undocument .docdescrip p {
  margin: 0.5em 0 0;
  font-size: 0.9em;
  font-weight: 500;
}
#article .fondblanc .larticle .undocument .doctype {
  margin: 0.5em 0 0;
  font-size: 0.9em;
}
#article .fondblanc .chiffres h3.spip {
  font-size: 1.3em;
}
#article .fondblanc .chiffres .lss {
  font-size: 1.05em;
  padding: 0.2em 0 0.7em;
  display: block;
}
#article .fondblanc .chapo p {
  margin-bottom: 0.8em;
}
.titbulle, .moyennebulle, .bulle {
  color: #fff;
  overflow: visible;
  text-align: left;
  position: relative;
  font-weight: 600;
  background: #d9332c;
}
.titbulle:before, .titbulle:after, .moyennebulle:before, .moyennebulle:after, .bulle:before, .bulle:after {
  content: "";
  position: absolute;
  display: block;
  overflow: hidden;
  left: 0;
  background: #d9332c;
}
.titbulle:after, .moyennebulle:after, .bulle:after {
  background-color: #fff;
  border-radius: 100% 0 0 0;
}
.titbulle a, .moyennebulle a, .bulle a {
  color: #fff;
  font-size: inherit;
}
.barre:after {
  background-color: #47AF69;
}
html body .spip-admin-float {
  right: 9px;
  top: 59px;
  height: 10px;
}
body #at4-share, #at4-soc {
  top: 418px !important;
  bottom: auto;
}
.coin3 h4.spip {
  color: #EC5A23;
}
/* #PRODUIRE{fond=css/responsive.scss}
   md5:91cbd86462afdb0484037283caa3db0f */
.entoure {
  margin-right: auto;
  margin-left: auto;
  padding-left: 2.5%;
  padding-right: 2.5%;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 2.5%;
  padding-right: 2.5%;
}
.rangee {
  margin-left: calc(2.5% * -1);
  margin-right: calc(2.5% * -1);
  width: calc(100% + ( 2.5% * 2 ));
  clear: both;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.tradi, .mobile, .tablette {
  display: none;
}
@media screen and (min-device-width: 998px) {
  body .tradi {
    display: inline-block;
  }
  #lactu .coldroite {
    width: 237px;
  }
  #fintryptique .col2 .spip_logo, #fintryptique .col3 .spip_logo {
    min-width: 264px;
  }
  #fintryptique .col2 .logogauche, #fintryptique .col3 .logogauche {
    width: 50%;
  }
  #fintryptique .col2 .adroite, #fintryptique .col3 .adroite {
    width: 350px;
  }
  #fintryptique #coldroite, #droitehaut {
    width: 26.5%;
  }
  #sommaire .carto {
    background: none;
  }
}
@media screen and (max-device-width: 1500px) {
  #menutop a {
    margin-right: 13px;
  }
}
@media screen and (max-device-width: 1606px) {
  #menutop {
    height: 45px;
  }
  #menutop #formulaire_recherche {
    margin-top: 9px !important;
  }
  #menutop a {
    font-size: 16px;
  }
  #menutop a.boutonguest {
    padding-top: 11px;
  }
  #menutop a.boutonguest.video {
    padding-top: 13px;
  }
  #menutop .suivre {
    padding: 10px 11px 17px;
  }
  h1 {
    margin: 0.2em 10% 0.4em;
    padding: 0;
  }
}
@media screen and (max-device-width: 1514px) {
  #menutop {
    background-color: rgba(255, 255, 255, 0.9);
  }
  #menutop .menu {
    padding: 0.9em 0.5em;
    display: block;
  }
  #menutop .menugauche a:hover {
    border-bottom-width: 0;
    color: #d9332c;
  }
  #menutop .menudroite a {
    text-transform: uppercase;
    font-weight: 500;
  }
  #menutop #topmenu {
    position: absolute;
    top: 45px;
    left: 0;
    width: auto;
    background: #fff;
    box-shadow: 0 1em 1em #0003;
    display: none;
    z-index: -1;
  }
  #menutop #topmenu a {
    width: 90%;
    text-align: left;
    border-left-width: 0;
    border-left-style: solid;
    padding-left: 0.7em;
  }
  #menutop #topmenu a:hover {
    border-left-width: 4px;
  }
}
@media screen and (min-device-width: 481px) {
  #une .coldroite {
    width: 40%;
    height: 254px;
  }
  .entoure {
    margin-top: 7em;
  }
}
@media screen and (min-device-width: 998px) and (max-device-width: 1024px) {
  .interieur .carto {
    background-position: 58% 0;
  }
  #logosite {
    margin: 0 0 0.2em;
    min-width: 30%;
    width: 100%;
  }
  #logosite img {
    background-image: -o-radial-gradient(circle, #47AF69, transparent);
    background-image: radial-gradient(circle, #47AF69, transparent);
    background-repeat: no-repeat;
    border-radius: 2.5em;
    padding: 1em;
  }
}
@media screen and (min-device-width: 481px) and (max-device-width: 998px) {
  .largeurlogohaut {
    margin: 0 auto;
    width: 100%;
  }
  .largeurlogohaut h1 {
    text-align: right;
    margin: 0.3em 4% 0.2em;
    line-height: 30%;
  }
  .largeurlogohaut h1 a {
    line-height: 30%;
  }
  .largeurlogohaut h1 .titsite {
    text-align: right;
    float: right;
    margin: 0 1% 0.2em 40%;
    font-size: 1.1em;
    line-height: 85%;
    padding: 13% 0 0;
  }
  .largeurlogohaut h1 .slogan {
    font-size: 0.35em;
    margin: 0 0 1.7em;
    padding: 0.1em 1.5em 0.3em;
  }
  .largeurlogohaut .retour {
    margin: 20px 0 11px 11px;
  }
  .entoure {
    padding-bottom: 0;
  }
  #sommaire #une {
    margin-top: 0;
  }
  #sommaire #une .tit {
    font-size: 5.5vw;
  }
  #sommaire #une .medias {
    padding: 55px 8%;
    width: 34%;
  }
  #sommaire #portrait .coldroite .titre {
    font-size: 5.5vw;
    margin: 0 0 0.4em 0;
    padding: 0 0 0.1em;
  }
  #sommaire #fintryptique {
    margin-top: 2em;
  }
  #sommaire #fintryptique .col2 .gtit, #sommaire #fintryptique .col3 .gtit {
    font-size: 3.8vw;
  }
  #sommaire #fintryptique .col2 .lrub, #sommaire #fintryptique .col3 .lrub {
    font-size: 1.3vw;
    line-height: 170%;
  }
  #sommaire #meafb {
    padding-left: 0;
  }
  #sommaire #coldroite .bouton, #sommaire #coldroite .bouton2, #sommaire #coldroite .bouton3 {
    width: 29%;
    margin: 0 5% 0 0;
  }
  #sommaire #coldroite .bouton .tit, #sommaire #coldroite .bouton2 .tit, #sommaire #coldroite .bouton3 .tit {
    font-size: 2.7vw;
    width: 88%;
    min-height: 7vw;
  }
  #sommaire #coldroite .bouton .stit, #sommaire #coldroite .bouton2 .stit, #sommaire #coldroite .bouton3 .stit {
    width: 88%;
    font-size: 1.9vw;
  }
  #sommaire #coldroite .bouton:last-of-type, #sommaire #coldroite .bouton2:last-of-type, #sommaire #coldroite .bouton3:last-of-type {
    margin-right: 0;
  }
  #rubrique .coin3 #colgauche .item {
    margin-top: 3em;
  }
  #rubrique .coin3 #colgauche .item .logogauche, #rubrique .coin3 #colgauche .item .logodroite {
    width: 36%;
  }
  #rubrique .coin3 #colgauche .item .etroit, #rubrique .coin3 #colgauche .item .agauche {
    width: 57%;
  }
  #rubrique .coin3 #colgauche .item.diapo .logogauche, #rubrique .coin3 #colgauche .item.diapo .logodroite {
    width: 100%;
  }
  #rubrique .coin3 #coldroite > .module {
    margin-right: 3%;
    padding-right: 3%;
    border-right: 1px solid #eaeae9;
    border-bottom: 0 solid #eaeae9;
    width: 29%;
  }
  #rubrique .coin3 #coldroite > .module * {
    width: auto;
  }
  #rubrique .coin3 #coldroite > .module .gtit {
    font-size: 3vw;
  }
  #rubrique .coin3 #coldroite > .module.iye {
    margin-right: 0;
    padding-right: 0;
    border-right: 0 solid #fff;
  }
  #article #suite .lateral .item {
    margin: 0 0 0 5%;
    width: 19%;
  }
  #article #suite .lateral .item > .module, #article #suite .lateral .item > .droite {
    width: 100%;
  }
  #article #suite .lateral .item > .module .spip_logos, #article #suite .lateral .item > .droite .spip_logos {
    margin-left: 0;
  }
  #groupe_mot #cnt .fondblanc #principe .item.lie h3 {
    background: rgba(1, 76, 120, 0.6);
  }
  #groupe_mot #cnt .fondblanc #principe .item.lie .tit, #groupe_mot #cnt .fondblanc #principe .item.lie .tit.petit {
    font-size: 2.8em;
    font-weight: 500;
  }
  #cnt #formintro.larticle .formulaire_spip .email, #cnt #formintro.larticle .formulaire_spip .text, #cnt #formintro.larticle .formulaire_spip .date, #cnt #formintro.larticle .formulaire_spip .fichier, #cnt #formintro.larticle .formulaire_spip textarea, #cnt #formintro.larticle .formulaire_spip select, #cnt #formintro.larticle .formulaire_spip .choix_alternatif {
    width: 26vw;
    padding: 0.4em 1.1vw;
    font-size: 2.1vw;
  }
  #cnt #formintro.larticle .formulaire_spip .petit {
    width: 14vw;
  }
  #cnt #formintro.larticle .formulaire_spip .saisie_case {
    width: 95vw;
  }
  #cnt #formintro.larticle .formulaire_spip .saisie_case .choix {
    width: 100%;
  }
  #cnt #formintro.larticle .formulaire_spip label {
    margin: 0;
  }
  #cnt #formintro.larticle .formulaire_spip form .boutons .submit {
    margin: 0 27% 0.8em;
    padding: 0.4em 1.2vw;
    font-size: 2.1vw;
    border: 1px solid #d9332c;
  }
  #cnt .fondblanc #principe .item {
    font-size: 1.3vw;
  }
  #cnt .fondblanc #principe .item.carrerose .tit {
    font-size: 1.8vw;
  }
  #cnt .fondblanc #principe .item.lie .tit {
    font-size: 3.2vw;
  }
  #videos .gtit a {
    font-size: 1em;
  }
  #fintryptique #coldroite, #droitehaut {
    padding: 0 0.3% 0 2.5%;
  }
  #pied .cntpied {
    height: auto;
    min-height: auto;
    display: flex;
    vertical-align: middle;
    align-items: center;
    padding: 1.5em 0;
  }
  #pied #listepied {
    padding: 20px 20px 4em;
  }
  #pied #partenaires .logos .logo {
    max-height: 75px;
    width: auto;
  }
  .pagination {
    margin-top: 1.5em;
    padding: 0.6em 3%;
  }
  .tablette {
    display: inline-block;
  }
  .tablettelarge {
    width: 100% !important;
  }
  .tablettecol2 {
    position: relative;
    min-height: 1px;
    overflow: hidden;
    width: calc(100% + (  2 * 2.5% ));
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .tablettecol3 {
    position: relative;
    min-height: 1px;
    overflow: hidden;
    width: calc(100% + (  2 * 2.5% ));
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .tablettecol4 {
    position: relative;
    min-height: 1px;
    overflow: hidden;
    width: calc(100% + (  2 * 2.5% ));
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .tablettecol2sur3 {
    position: relative;
    min-height: 1px;
    overflow: hidden;
    width: calc(100% + (  2 * 2.5% ));
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .tablettecol3sur4 {
    position: relative;
    min-height: 1px;
    overflow: hidden;
    width: calc(100% + (  2 * 2.5% ));
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .tablette {
    display: inline-block;
  }
}
@media screen and (min-device-width: 481px) and (max-device-width: 998px) and (min-width: 481px) {
  .tablettecol2 {
    float: left;
    width: calc(( 1 * 100% / 2 ) - (  2 * 2.5% ));
  }
}
@media screen and (min-device-width: 481px) and (max-device-width: 998px) and (min-width: 481px) {
  .tablettecol3 {
    float: left;
    width: calc(( 1 * 100% / 3 ) - (  2 * 2.5% ));
  }
}
@media screen and (min-device-width: 481px) and (max-device-width: 998px) and (min-width: 481px) {
  .tablettecol4 {
    float: left;
    width: calc(( 1 * 100% / 4 ) - (  2 * 2.5% ));
  }
}
@media screen and (min-device-width: 481px) and (max-device-width: 998px) and (min-width: 481px) {
  .tablettecol2sur3 {
    float: left;
    width: calc(( 2 * 100% / 3 ) - (  2 * 2.5% ));
  }
}
@media screen and (min-device-width: 481px) and (max-device-width: 998px) and (min-width: 481px) {
  .tablettecol3sur4 {
    float: left;
    width: calc(( 3 * 100% / 4 ) - (  2 * 2.5% ));
  }
}
@media screen and (max-device-width: 998px) {
  #menutop #topmenugauche {
    display: none;
  }
  #menutop .logomenu {
    margin: 0 3px 0 0;
  }
  body.interieur .carto {
    background-position: 71% 0.4em;
    padding-top: 2.7em;
    background-size: 271% auto;
    min-height: 90vw;
  }
  body.interieur .carto #logosite {
    margin: 0% 42% 0 0;
    padding: 0.4em 0.2em 0;
  }
  body {
    font-size: 1em;
  }
  body .carto {
    background-position: 80% 44px;
    padding-top: 80px;
    background-size: 415% auto;
  }
  body .carto #logosite {
    min-width: 0;
    margin: 55% 15% 0 15%;
  }
  body .carto .logo_site_spip {
    width: 100%;
  }
  body .largeurlogohaut {
    width: auto;
  }
  body .largeurlogohaut .spip_logos {
    max-width: 90%;
  }
  body .fondblanc {
    width: auto;
    box-shadow: none;
    margin-bottom: 0em;
  }
  body#sommaire #yt-background {
    display: none;
  }
  body#sommaire .actu {
    width: auto;
  }
  body#sommaire .thematiques .item {
    width: 100%;
  }
  body#sommaire #une .item {
    background-size: cover;
  }
  body#article #cnt .fondblanc {
    width: auto;
  }
  body#article #cnt .fondblanc .chapo {
    padding-top: 0;
    margin-top: 1em;
  }
  body#article #cnt .fondblanc .larticle {
    margin: 1em 0 0;
  }
  body#article #cnt .fondblanc .chiffres {
    width: 35%;
    margin-left: 6%;
    padding: 5%;
    margin-bottom: 1em;
  }
  body#article #cnt .fondblanc .chiffres dl, body#article #cnt .fondblanc .chiffres dd, body#article #cnt .fondblanc .chiffres dt {
    width: 100% !important;
  }
  body#article #cnt .fondblanc .chiffres dl img, body#article #cnt .fondblanc .chiffres dd img, body#article #cnt .fondblanc .chiffres dt img {
    width: 100%;
  }
  body#article #suite .lateral {
    width: 96%;
    padding: 3em 2%;
  }
  body#rubrique .coin3 #colgauche {
    width: 100%;
  }
  body#rubrique .coin3 #colgauche .item {
    width: 100%;
    margin-bottom: 1em;
  }
  body#rubrique .fondblanc {
    text-align: left;
    padding: 0.5em 3%;
  }
  body#rubrique .fondblanc .chapo {
    min-height: 0;
  }
  body#rubrique #coldroite {
    width: 100%;
  }
  body img {
    height: auto;
  }
  body .droite.logo {
    max-width: 44%;
    margin-left: 6%;
  }
  body .spip_doc_descriptif {
    font: 0.8em/110% Verdana, Arial, Helvetica, sans-serif;
    margin-top: 0.4em;
  }
  body .largeur {
    width: 100%;
  }
  body .coin, body .coin1, body .coin2, body .coin3, body .coin4, body .coin5 {
    background-image: none;
  }
  body #pied .colcentre label {
    display: none;
  }
  body .spip-admin-float {
    top: inherit;
    bottom: 0;
    right: 0;
    z-index: 19999030 !important;
  }
  body#page_video.interieur .fondblanc .gtit {
    font-size: 2.8em;
    padding: 0 0 0.1em;
    width: 86%;
    margin: 0.3em 7% 0.4em;
    text-align: center;
    display: inline;
  }
  html body .spip-admin-float {
    bottom: 0;
    width: 96%;
    display: block;
    overflow: hidden;
    padding: 0;
    height: inherit;
    padding: 0 0 0 4%;
    margin: 0 0 0 4%;
    right: 0;
    height: 50px;
    line-height: 120%;
    top: inherit;
  }
  html body .spip-admin-float .spip-admin-boutons {
    width: 22.7%;
    border-radius: 5px 5px 0 0;
    display: block;
    overflow: hidden;
    float: left;
    font-weight: 600;
    background: #333;
    margin: 0 3% 0 0;
    height: 50px;
    font-size: 0.9em;
    white-space: normal;
  }
  #partenaires .logos {
    margin: 0 5%;
  }
  #partenaires .logos .logo {
    margin: 0 8px 13px;
    max-height: 50px;
    width: auto;
  }
}
@media screen and (min-device-width: 763px) and (max-device-width: 998px) {
  body .carto {
    background-position: 71% 0;
    padding-top: 2.7em;
    background-size: 271% auto;
    min-height: 90vw;
  }
  body .carto #logosite {
    padding: 9vh 4vw 3vh;
    margin: 0% 42% 0 0;
    background-image: -o-linear-gradient(left, #47AF69 0, transparent 100%), url('https://plurilingue2.c-real.fr/squ/squ-hda/css/src/rien');
    background-image: linear-gradient(to right, #47AF69 0, transparent 100%), url('https://plurilingue2.c-real.fr/squ/squ-hda/css/src/rien');
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform@include Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)",argb($startColor),argb($endColor)));
  }
  #fintryptique .col2 .lrub, #fintryptique .col3 .lrub {
    letter-spacing: -0.04em;
  }
}
@media screen and (min-device-width: 501px) and (max-device-width: 998px) {
  body.interieur .carto #logosite {
    margin: 0% 46% 0 0;
    padding: 1.3em 0.1em 0.5em 0.5em;
  }
  #fintryptique .col2 .gtit, #fintryptique .col3 .gtit {
    font-size: 5vw;
  }
}
@media screen and (max-device-width: 762px) {
  /*  */
  #menutop a.suivre {
    font-size: 0;
  }
  #menutop a.suivre:before {
    font-size: 22px;
  }
  .largeurlogohaut h1 .titsite {
    padding: 3vw 0;
    width: 55%;
  }
  .largeurlogohaut h1 .slogan {
    margin: 0 0 0.8em;
    padding: 0.1em 1.5em 0.2em;
  }
  #cboxLoadedContent iframe {
    height: 100% !important;
    width: 100% !important;
  }
}
@media screen and (max-device-width: 500px) {
  #menutop #topmenu {
    padding: 1.6em 0 0;
  }
  #menutop .logomenu {
    font-size: 7.8px;
  }
  #menutop a.boutonguest.recherche {
    width: 20px;
    display: none;
  }
  body #cnt .fondblanc {
    padding-top: 0;
  }
  body #cnt .pagination {
    font-size: 4.3vw;
  }
  body #cnt #formintro.larticle .formulaire_spip .reponse_formulaire {
    margin-top: 0.4em;
  }
  #sommaire #cnt .fondblanc {
    padding-top: 1.6em;
  }
  #sommaire #cnt .fondblanc #intro p {
    margin: 0 3% 1em;
  }
  .entoure {
    padding-bottom: 0.6em;
  }
}
@media screen and (max-device-width: 480px) {
  /* ====== MIXINS ======= */
  /* ====== GENERALITES ======= */
  .gtit .soulignejaune {
    font-size: 13vw;
  }
  .barre::after, .barre1::after, .barre2::after, .barre3::after, .barre5::after {
    margin: 0.1em auto 0;
  }
  .mobi, .mobile {
    display: inline-block;
  }
  .mobilarge {
    width: 100% !important;
  }
  .mobicol2 {
    position: relative;
    min-height: 1px;
    overflow: hidden;
    width: calc(100% + (  2 * 2.5% ));
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .mobicol3 {
    position: relative;
    min-height: 1px;
    overflow: hidden;
    width: calc(100% + (  2 * 2.5% ));
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .mobicol4 {
    position: relative;
    min-height: 1px;
    overflow: hidden;
    width: calc(100% + (  2 * 2.5% ));
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .mobicol2sur3 {
    position: relative;
    min-height: 1px;
    overflow: hidden;
    width: calc(100% + (  2 * 2.5% ));
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .mobicol3sur4 {
    position: relative;
    min-height: 1px;
    overflow: hidden;
    width: calc(100% + (  2 * 2.5% ));
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .larticle a.spip_out, .larticle a.spip_in, .larticle p.spip_note a, .larticle p.spip a, .larticle .spip_in, .larticle .spip_note, .larticle .spip_dic sup, .larticle .larticle a {
    font-weight: 500;
  }
  body {
    font-size: 1em;
    /* ====== PAGES ======= */
    /* ====== ELEMENTS IMPORTANTS ======= */
  }
  body .largeurlogohaut {
    /* ====== ELEMENTS GENERIQUES ======= */
    width: auto;
  }
  body .largeurlogohaut h1 {
    font-size: 10vw;
    line-height: 80%;
    width: 90%;
    margin: 0 5%;
  }
  body .largeurlogohaut h1 a {
    line-height: 30%;
  }
  body .largeurlogohaut h1 .titsite {
    display: block;
    overflow: hidden;
    line-height: 90%;
    font-size: 1.1em;
    margin: 0 0 0 50%;
    float: right;
    text-align: right;
    width: 70%;
    padding-bottom: 0.2em;
  }
  body .largeurlogohaut h1 .titsite b {
    font-size: 0.8em;
  }
  body .largeurlogohaut h1 .slogan {
    font-size: 0.4em;
    font-size: 4.2vw;
    margin: 0.3em 0 1.8em 50%;
    float: right;
    width: 63%;
  }
  body .largeurlogohaut .retour {
    display: none;
  }
  body #menutop .participer::before {
    display: none;
  }
  body #menutop .menu {
    margin-left: 3px;
  }
  body #menutop #ssuivre {
    width: 100%;
  }
  body #menutop #ssuivre > .module {
    width: 100%;
  }
  body #menutop #ssuivre > .module .formulaire_newsletter {
    margin: 5%;
    width: 90%;
  }
  body #menutop #ssuivre > .module .formulaire_newsletter span.bloc {
    font-weight: bold;
  }
  body #menutop #ssuivre > .module .formulaire_newsletter li {
    width: 100%;
  }
  body #menutop #ssuivre > .module .formulaire_newsletter li label {
    display: inline-block;
    width: 33%;
    font-weight: 600;
  }
  body #menutop #ssuivre > .module .formulaire_newsletter li .text {
    width: 60%;
  }
  body #menutop #ssuivre > .module .formulaire_newsletter li .email {
    margin-left: 1.2%;
  }
  body #menutop #ssuivre > .module .formulaire_newsletter .boutons {
    width: 100%;
  }
  body #menutop #ssuivre > .module .formulaire_newsletter .boutons .submit {
    float: left;
    margin-left: 34.2%;
  }
  body #menutop #ssuivre > .droite {
    width: 100%;
    border-top: 1px solid #ddd;
  }
  body #menutop #ssuivre > .droite #rezosociaux {
    width: 100%;
  }
  body #menutop #ssuivre > .droite #rezosociaux a {
    width: 30%;
    display: inline-block;
  }
  body #menutop .accueil {
    font-size: 0;
  }
  body #menutop .accueil::before {
    margin: 0 0.3em 0 0.5em;
    font-size: 16px;
  }
  body #cnt .fondblanc {
    width: auto;
    text-align: center;
  }
  body #cnt .fondblanc #principe {
    margin-top: 0;
  }
  body #cnt .fondblanc #principe .item {
    padding-bottom: 3vw;
  }
  body #cnt .fondblanc #principe .lrub .suite {
    top: -2px;
    border-width: 1px 3vw;
  }
  body #cnt .fondblanc #principe .lrub {
    margin-bottom: 0;
  }
  body#sommaire #menutop .participer::before {
    display: block;
  }
  body#sommaire #menutop .menu {
    margin-left: 10px;
  }
  body#sommaire #formintro.larticle {
    padding-top: 1.3em;
  }
  body#sommaire #formintro.larticle .gtit {
    font: 600 2.2em/110% Kievit, Arial, sans-serif;
    width: 97%;
    margin: 0 1.5%;
  }
  body#sommaire #formintro.larticle .formulaire_spip {
    padding: 0.4em 0;
  }
  body#sommaire #formintro.larticle .formulaire_spip form .boutons, body#sommaire #formintro.larticle .formulaire_spip .editer-groupe {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  body#sommaire #formintro.larticle .formulaire_spip .saisie_input, body#sommaire #formintro.larticle .formulaire_spip .saisie_email, body#sommaire #formintro.larticle .formulaire_spip .saisie_textarea {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 83vw;
  }
  body#sommaire #formintro.larticle .formulaire_spip .email, body#sommaire #formintro.larticle .formulaire_spip .text, body#sommaire #formintro.larticle .formulaire_spip .date, body#sommaire #formintro.larticle .formulaire_spip .fichier, body#sommaire #formintro.larticle .formulaire_spip textarea, body#sommaire #formintro.larticle .formulaire_spip select, body#sommaire #formintro.larticle .formulaire_spip .choix_alternatif, body#sommaire #formintro.larticle .formulaire_spip .petit, body#sommaire #formintro.larticle .formulaire_spip .grand {
    width: 75vw;
  }
  body#sommaire #formintro.larticle .formulaire_spip form .boutons .submit {
    width: 46%;
    border-radius: 0.2em;
    margin: 0.8em 27% 0;
  }
  body#sommaire #une {
    height: auto;
  }
  body#sommaire #une .item {
    height: auto;
    background-size: cover;
    background-position: center;
  }
  body#sommaire #une .gtit::after {
    display: none;
  }
  body#sommaire #une .tit .surtit {
    float: none;
    text-align: center;
    margin: 0 auto 0.7em;
  }
  body#sommaire #une .lls {
    right: calc(50% - 65px);
    margin: 1em auto;
  }
  body#sommaire #une .coldroite {
    padding: 5em 5% 7.5em;
    position: initial;
    background-image: -o-linear-gradient(left, #014c78 0, rgba(1, 76, 120, 0.75) 100%), url('https://plurilingue2.c-real.fr/squ/squ-hda/css/src/bottom');
    background-image: linear-gradient(to right, #014c78 0, rgba(1, 76, 120, 0.75) 100%), url('https://plurilingue2.c-real.fr/squ/squ-hda/css/src/bottom');
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform@include Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)",argb($startColor),argb($endColor)));
  }
  body#sommaire #une .medias, body#sommaire #une .medimage {
    padding: 5% 5% 5em;
    width: 90%;
    height: auto;
    background-image: -o-linear-gradient(left, #47AF69 0, #47AF69 100%), url('https://plurilingue2.c-real.fr/squ/squ-hda/css/src/rien');
    background-image: linear-gradient(to right, #47AF69 0, #47AF69 100%), url('https://plurilingue2.c-real.fr/squ/squ-hda/css/src/rien');
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform@include Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)",argb($startColor),argb($endColor)));
    margin: 0;
    border: 0 solid #fff;
  }
  body#sommaire #portrait .logogauche {
    position: absolute;
    top: 8em;
  }
  body#sommaire #portrait .coldroite {
    float: none;
  }
  body#sommaire #portrait .coldroite .gtit {
    margin-top: 0.1em;
  }
  body#sommaire #portrait .coldroite .cnt {
    width: 100%;
    text-align: left;
  }
  body#sommaire #portrait .coldroite .cnt::before {
    content: "";
    display: block;
    width: 50vw;
    height: 55vw;
    overflow: hidden;
    float: right;
  }
  body#article #cnt .fondblanc {
    width: auto;
    text-align: left;
    padding: 5% 2.5%;
  }
  body#article #cnt .fondblanc .dateetlieu {
    width: 100%;
  }
  body#article #cnt .fondblanc .dateetlieu .date {
    border-radius: 0;
  }
  body#article #cnt .fondblanc .dateetlieu .date .bloc {
    display: inline-block;
  }
  body#article #cnt .fondblanc .dateetlieu .lieu {
    width: 100%;
  }
  body#article #cnt .fondblanc .chapo {
    margin-top: 0.5em;
    font-size: 1.2em;
  }
  body#article #cnt .fondblanc .chapo p {
    margin: 0 0 0.5em;
    font-size: 1em;
  }
  body#article #cnt .fondblanc .chapo * {
    font-weight: 500;
  }
  body#article #cnt .fondblanc .larticle {
    display: flex;
    flex-direction: column;
    padding: 0 2.5%;
  }
  body#article #cnt .fondblanc .larticle .gtit {
    font-size: 2.4em;
    line-height: 110%;
    width: 100%;
    order: 1;
    padding-top: 0.5em;
    overflow: visible;
    margin-bottom: 0.5em;
  }
  body#article #cnt .fondblanc .larticle .surtit {
    font-size: 0.9em;
    order: 1;
    align-self: baseline;
  }
  body#article #cnt .fondblanc .larticle .gstit {
    font-size: 1.5em;
    order: 1;
    font-weight: 500;
    margin-top: -0.5em;
  }
  body#article #cnt .fondblanc .larticle .gsurtit, body#article #cnt .fondblanc .larticle .letexte {
    order: 1;
  }
  body#article #cnt .fondblanc .larticle .jcarousel {
    order: 1;
    width: 100%;
    height: 250px;
    margin-top: 1.2em;
  }
  body#article #cnt .fondblanc .larticle .jcarousel li {
    height: 250px;
  }
  body#article #cnt .fondblanc .larticle .jcarousel li .mediabox .logo {
    width: auto;
    height: 250px;
  }
  body#article #cnt .fondblanc .larticle .letexte {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
  body#article #cnt .fondblanc .larticle .chiffres, body#article #cnt .fondblanc .larticle .citation {
    order: 3;
    width: auto;
    padding: 1.3em;
    margin: 0px -6% 1em;
  }
  body#article #cnt .fondblanc .larticle .chiffres .coldroite, body#article #cnt .fondblanc .larticle .citation .coldroite {
    width: 75%;
  }
  body#article #cnt .fondblanc .larticle .chiffres img, body#article #cnt .fondblanc .larticle .citation img {
    width: 21%;
  }
  body#article #cnt .fondblanc .larticle .memesujet img {
    width: 16%;
  }
  body#article #cnt .fondblanc .larticle .memesujet .adapt-img-wrapper {
    width: 18vw;
  }
  body#article #cnt .fondblanc .larticle .memesujet .coldroite {
    width: 77%;
    margin: 0 0 1.2em 0;
  }
  body#article #cnt .fondblanc .larticle .citation {
    padding: 1.3em 2.5em;
  }
  body#article #cnt .fondblanc .larticle .logo {
    order: 3;
    max-width: 100%;
    margin-left: 0;
  }
  body#article #cnt .fondblanc .larticle .logo:before {
    left: 0.2em;
  }
  body#article #cnt .fondblanc .larticle .logo:after {
    right: 0.2em;
  }
  body#article #cnt .fondblanc .larticle .proposition {
    columns: 1;
  }
  body#article #cnt .fondblanc .larticle .spip_documents_left, body#article #cnt .fondblanc .larticle .spip_documents_right, body#article #cnt .fondblanc .letexte .spip_documents_left, body#article #cnt .fondblanc .letexte .spip_documents_right, body#article #cnt .fondblanc .chapo .spip_documents_left, body#article #cnt .fondblanc .chapo .spip_documents_right {
    min-width: 0;
    width: 82vw;
    max-width: 100vw;
    margin: 0 0 5vw;
  }
  body#article #cnt .fondblanc .formulaire_spip {
    width: 90%;
    padding: 5%;
    margin: 0 auto;
  }
  body#article #cnt .fondblanc .formulaire_spip form {
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
  }
  body#article #cnt .fondblanc .formulaire_spip form .editer, body#article #cnt .fondblanc .formulaire_spip form .editer-groupe {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  body#article #cnt .fondblanc .formulaire_spip form label, body#article #cnt .fondblanc .formulaire_spip form .saisie_textarea label {
    width: 95%;
    text-align: left;
    margin-left: 0;
  }
  body#article #cnt .fondblanc .formulaire_spip form .text, body#article #cnt .fondblanc .formulaire_spip form textarea, body#article #cnt .fondblanc .formulaire_spip form .date, body#article #cnt .fondblanc .formulaire_spip form .fichier, body#article #cnt .fondblanc .formulaire_spip form .inserer_barre_forum {
    float: left;
    width: 92%;
    margin-left: 0;
  }
  body#article #cnt .fondblanc .formulaire_spip form .markItUpContainer {
    width: 100%;
    min-width: 0;
  }
  body#article #cnt .fondblanc .formulaire_spip form .markItUpEditor {
    margin: 0;
  }
  body#article #cnt .fondblanc .formulaire_spip form .choix {
    float: left;
    width: 100%;
  }
  body#article #cnt .fondblanc .formulaire_spip form .choix label {
    width: 80%;
    text-align: left;
  }
  body#article #cnt .fondblanc .formulaire_spip form .submit {
    font-size: 1.2em;
    padding: 0.2em 5% 0.1em;
  }
  body#article #cnt .fondblanc .formulaire_spip form .reponse_formulaire, body#article #cnt .fondblanc .formulaire_spip form .reponse_formulaire_ok {
    width: 100%;
    margin: 0 0 0.2em;
  }
  body#article #cnt .fondblanc .formulaire_spip form .reponse_formulaire p, body#article #cnt .fondblanc .formulaire_spip form .reponse_formulaire_ok p {
    width: 100%;
  }
  body#article #cnt .fondblanc .itemmedia {
    margin: 20px 0 20px 0;
    width: 100%;
  }
  body#article #cnt .fondblanc .spip_documents.spip_documents_center.oembed_video {
    min-width: 50%;
    margin: 0 -5% 1em;
    padding: 7% 5%;
  }
  body#article #cnt .fondblanc .spip_documents.spip_documents_center.oembed_video .spip_doc_titre {
    font-size: 1.1em;
    padding: 0 5%;
  }
  body#article #cnt .fondblanc #suite, body#article #cnt .fondblanc #fintryptique {
    text-align: center;
  }
  body#article #cnt .fondblanc #suite .col3, body#article #cnt .fondblanc #fintryptique .col3 {
    margin-bottom: 2em;
  }
  body#article #cnt .fondblanc #suite .gtit, body#article #cnt .fondblanc #fintryptique .gtit {
    display: inline-table;
    width: auto;
    border-bottom: 4px solid #ffeb7c;
    border-left: 0 solid transparent;
    padding: 0;
    font-size: 45px;
    margin: 10px auto 25px;
    border-left: 0;
    float: none;
  }
  body#article #cnt .fondblanc #suite .logogauche, body#article #cnt .fondblanc #fintryptique .logogauche {
    width: 100%;
    background-size: contain;
  }
  body#article #cnt .fondblanc #suite .coldroite, body#article #cnt .fondblanc #fintryptique .coldroite {
    padding: 1em 0 1.4em;
  }
  body#article #cnt .fondblanc #suite .coldroite .tit, body#article #cnt .fondblanc #fintryptique .coldroite .tit {
    padding: 0 1vw;
  }
  body#article #cnt .fondblanc #suite .coldroite .tit::after, body#article #cnt .fondblanc #fintryptique .coldroite .tit::after {
    width: 81px;
    height: 3px;
    margin: 0.5em auto 0.2em;
  }
  body#article #cnt .fondblanc #suite .coldroite .surtit, body#article #cnt .fondblanc #fintryptique .coldroite .surtit {
    margin: 0 auto 0.6em;
  }
  body#article #cnt .fondblanc #suite .coldroite .cnt, body#article #cnt .fondblanc #fintryptique .coldroite .cnt {
    font-size: 13px;
    margin: 0 1vw 0;
  }
  body#article #cnt .fondblanc #suite .tit, body#article #cnt .fondblanc #fintryptique .tit {
    line-height: 110%;
  }
  body#article #cnt .fondblanc #suite .lls, body#article #cnt .fondblanc #fintryptique .lls {
    margin-top: 1em;
    overflow: hidden;
    display: block;
  }
  body#article #cnt .fondblanc #suite .lienrub, body#article #cnt .fondblanc #fintryptique .lienrub {
    margin: 0 auto 3em;
    width: inherit;
  }
  body#article #cnt .fondblanc #suite #videos .gtit {
    display: inline-table;
    width: auto;
    border-bottom: 4px solid #ffeb7c;
    border-left: 0 solid transparent;
    padding: 0;
    font-size: 45px;
    margin: 10px auto 25px;
    border-left: 0;
    float: none;
  }
  body#article.mot #cnt .fondblanc #suite .gtit {
    font-size: 10vw;
    color: #47AF69;
    width: 61%;
    padding-bottom: 0.5em;
  }
  body#article.mot #cnt .fondblanc #suite #lactu .itemot .item {
    padding-bottom: 0.5em;
    margin: 0;
  }
  body#article.mot #cnt .fondblanc #suite #lactu .itemot .item .logogauche {
    width: 100%;
    background-size: contain;
  }
  body#article.mot #cnt .fondblanc #suite #lactu .itemot .item .coldroite {
    padding: 1em 0 1.4em;
  }
  body#article.mot #cnt .fondblanc #suite #lactu .itemot .item .coldroite .tit {
    padding: 0 1vw;
  }
  body#article.mot #cnt .fondblanc #suite #lactu .itemot .item .coldroite .tit::after {
    width: 81px;
    height: 3px;
    margin: 0.5em auto 0.2em;
  }
  body#article.mot #cnt .fondblanc #suite #lactu .itemot .item .coldroite .surtit {
    margin: 0 auto 0.6em;
  }
  body#article.mot #cnt .fondblanc #suite #lactu .itemot .item .coldroite .cnt {
    font-size: 13px;
    margin: 0 1vw 0;
  }
  body#article.mot #cnt .fondblanc #suite #lactu .itemot .item .logogauche {
    margin: 0 0 -42vw;
  }
  body#article.mot #cnt .fondblanc #suite #lactu .itemot .item .coldroite {
    width: 90%;
    padding: 1em 5% 0.2em;
  }
  body#article.mot #cnt .fondblanc #suite #lactu .itemot .item .coldroite .tit:after {
    content: " ";
    width: 81px;
    height: 3px;
    background-color: #d9332c;
    overflow: hidden;
    display: block;
    margin: 0.8em auto 0.5em;
  }
  body#article.mot #cnt .fondblanc #suite #lactu .itemot .item .coldroite .lls {
    display: none;
  }
  body#article.mot #cnt .fondblanc #suite #lactu .itemot .item .coldroite .cnt {
    width: 100%;
  }
  body#groupe_mot #cnt .fondblanc #toutactu .gtit {
    display: inline-table;
    width: auto;
    border-bottom: 4px solid #ffeb7c;
    border-left: 0 solid transparent;
    padding: 0;
    font-size: 45px;
    margin: 10px auto 25px;
    border-left: 0;
    float: none;
    margin: 0.5em 0 0.3em;
  }
  body#rubrique.page_video .coindroit {
    display: none;
  }
  body#rubrique .itemmedia {
    margin: 20px 0 20px 0;
    width: 100%;
  }
  body#rubrique .itemmedia .spip_logos {
    width: 100%;
  }
  body#rubrique .itemmedia .cnt {
    font-weight: 500;
  }
  body#rubrique .fondblanc .gstit {
    width: 100%;
    margin: 0.4em 0 0;
    line-height: 140%;
  }
  body#rubrique .fondblanc .gtit {
    display: inline-table;
    width: auto;
    border-bottom: 4px solid #ffeb7c;
    border-left: 0 solid transparent;
    padding: 0;
    font-size: 45px;
    margin: 10px auto 25px;
    border-left: 0;
    float: none;
    font-size: 10.7vw;
    margin: 0.6em auto 0.1em;
    hyphens: none;
    line-height: 100%;
    color: #15567d;
  }
  body#rubrique .fondblanc #coldroite .gtit {
    display: inline-table;
    width: auto;
    border-bottom: 4px solid #ffeb7c;
    border-left: 0 solid transparent;
    padding: 0;
    font-size: 45px;
    margin: 10px auto 25px;
    border-left: 0;
    float: none;
    line-height: 100%;
    margin: 0 auto 1.1em;
  }
  body#rubrique .fondblanc #coldroite #videos {
    width: auto;
    text-align: center;
  }
  body#rubrique .fondblanc #coldroite #videos .tit {
    padding: 0;
    width: 100%;
    background: none;
  }
  body#rubrique .fondblanc #coldroite #videos .tit::after {
    display: inline-table;
    margin: 0 35%;
    width: 30%;
  }
  body#rubrique .fondblanc #coldroite #videos .cnt, body#rubrique .fondblanc #coldroite #videos .lls {
    margin-top: 1.4em;
  }
  body#rubrique .fondblanc #coldroite #videos .item {
    text-align: left;
  }
  body#rubrique .fondblanc #coldroite #videos .item iframe {
    width: 100% !important;
    height: 65vw !important;
  }
  body#rubrique .fondblanc #coldroite #videos .lls {
    padding: 0 0;
    text-align: center;
    width: 100%;
    margin-top: 1.4em;
    font-size: 0.9em;
    font-weight: 600;
    color: #d9332c;
    display: inline-table;
  }
  body#rubrique .fondblanc #coldroite #videos .lrub {
    position: relative;
    width: auto;
    float: none;
    display: inline-table;
    font-size: 0.85em;
    margin: 1.4em auto 0;
  }
  body#rubrique .fondblanc #coldroite #videos .tit {
    font-size: 1.4em;
  }
  body#rubrique .coin3 #colgauche .logogauche, body#rubrique .coin3 #colgauche .logodroite {
    width: 100%;
    height: 10vw;
    margin-top: -3em;
    max-width: 100%;
  }
  body#rubrique .coin3 #colgauche .item .etroit, body#rubrique .coin3 #colgauche .item .agauche, body#rubrique .coin3 #colgauche .item .adroite {
    width: 100%;
    margin: 0.8em 0;
  }
  body#rubrique .coin3 #colgauche .item.diapo .logodroite, body#rubrique .coin3 #colgauche .item.diapo .logogauche {
    margin-top: 0;
    height: auto;
  }
  body#rubrique .coin3 #colgauche .item.diapo .logodroite img, body#rubrique .coin3 #colgauche .item.diapo .logogauche img {
    width: 120%;
  }
  body#rubrique .coin3 #colgauche .item.diapo .etroit, body#rubrique .coin3 #colgauche .item.diapo .agauche {
    width: 100%;
    position: static;
    background: #fff;
    padding: 0;
    text-align: left;
  }
  body#rubrique .coin3 #colgauche .item.diapo .etroit .tit, body#rubrique .coin3 #colgauche .item.diapo .agauche .tit {
    color: #000;
  }
  body#rubrique .coin3 #colgauche .lls {
    background-image: none;
  }
  body#rubrique .coin3 #coldroite {
    width: 100%;
    padding: 0 3%;
    width: 94%;
    border-left: 0px solid #fff;
  }
  body#rubrique .coin3 #coldroite > .module {
    width: 100%;
  }
  body#rubrique .coin3 #coldroite > .module .tit, body#rubrique .coin3 #coldroite > .module article {
    width: 100%;
    font-size: 1em;
    font-weight: 600;
    line-height: 130%;
  }
  body#rubrique .coin3 #coldroite > .module .tit .lls, body#rubrique .coin3 #coldroite > .module article .lls {
    text-align: left;
  }
  body#rubrique .coin3 #coldroite .rdv article .module {
    width: 100%;
  }
  body.interieur #cnt #suite #lactu .item {
    margin-bottom: -60px;
  }
  body#page_video.interieur .fondblanc .gtit {
    font-size: 11.3vw;
    padding: 0.3em 0 0em;
  }
  body#page_video.interieur .fondblanc iframe {
    width: 100%;
  }
  body .larticle h3.spip {
    font-size: 1.1em;
    margin: 0 0 1em;
    padding: 0 0 0.35em;
  }
  body .larticle .spip_documents {
    width: 100%;
  }
  body .larticle .spip_documents img {
    max-width: 100%;
  }
  body .larticle .lateral {
    padding: 1.3em 2%;
  }
  body .ul.spip li {
    padding: 0px 0px 0px 22px;
  }
  body #lactu .logogauche {
    width: 100%;
    background-size: contain;
  }
  body #lactu .coldroite {
    padding: 1em 0 1.4em;
  }
  body #lactu .coldroite .tit {
    padding: 0 1vw;
  }
  body #lactu .coldroite .tit::after {
    width: 81px;
    height: 3px;
    margin: 0.5em auto 0.2em;
  }
  body #lactu .coldroite .surtit {
    margin: 0 auto 0.6em;
  }
  body #lactu .coldroite .cnt {
    font-size: 13px;
    margin: 0 1vw 0;
  }
  body #fintryptique {
    display: flex;
  }
  body #fintryptique .col2, body #fintryptique .col3 {
    padding-bottom: 0;
    text-align: center;
    border-bottom: 3px solid #eaeae9;
    padding-bottom: 3em;
  }
  body #fintryptique .col2 .gtit, body #fintryptique .col3 .gtit {
    display: inline-table;
    width: auto;
    border-bottom: 4px solid #ffeb7c;
    border-left: 0 solid transparent;
    padding: 0;
    font-size: 45px;
    margin: 10px auto 25px;
    border-left: 0;
    float: none;
  }
  body #fintryptique .col2 .lrub, body #fintryptique .col3 .lrub {
    font-size: 0.85em;
    position: initial;
    width: auto;
    display: inline-table;
    margin: 1.4em auto 0;
    float: none;
  }
  body #fintryptique .col2 .coldroite, body #fintryptique .col3 .coldroite {
    border-bottom: 1px solid #ddd;
    padding-bottom: 1em;
  }
  body #fintryptique .col2 .coldroite .tit, body #fintryptique .col3 .coldroite .tit {
    margin: 0.3em 0.2em;
  }
  body #fintryptique .col2 .coldroite .soustit, body #fintryptique .col3 .coldroite .soustit {
    margin: 0.3em 0 0;
    font-size: 14px;
    padding: 0;
    font-weight: 600;
    background: transparent;
    line-height: 130%;
  }
  body #fintryptique .col2 .item:last-of-type .coldroite, body #fintryptique .col3 .item:last-of-type .coldroite {
    border-bottom: 0 solid #ddd;
  }
  body #fintryptique .col2#coldroite, body #fintryptique .col3#coldroite {
    padding: 0;
    width: 94%;
    margin: 0 3%;
  }
  body #fintryptique #coldroite {
    order: 1;
  }
  body #fintryptique #resumeterrain {
    order: 2;
  }
  body #fintryptique #resumeparlement {
    order: 3;
    border-bottom: 0 solid #fff;
    margin-bottom: 0;
  }
  body #videos, body#article #cnt .fondblanc #suite #videos, body #fintryptique .col3#coldroite #videos {
    width: auto;
    text-align: center;
  }
  body #videos .tit, body#article #cnt .fondblanc #suite #videos .tit, body #fintryptique .col3#coldroite #videos .tit {
    padding: 0;
    width: 100%;
    background: none;
  }
  body #videos .tit::after, body#article #cnt .fondblanc #suite #videos .tit::after, body #fintryptique .col3#coldroite #videos .tit::after {
    display: inline-table;
    margin: 0 35%;
    width: 30%;
  }
  body #videos .cnt, body #videos .lls, body#article #cnt .fondblanc #suite #videos .cnt, body#article #cnt .fondblanc #suite #videos .lls, body #fintryptique .col3#coldroite #videos .cnt, body #fintryptique .col3#coldroite #videos .lls {
    margin-top: 1.4em;
  }
  body #videos .item, body#article #cnt .fondblanc #suite #videos .item, body #fintryptique .col3#coldroite #videos .item {
    text-align: left;
  }
  body #videos .item iframe, body#article #cnt .fondblanc #suite #videos .item iframe, body #fintryptique .col3#coldroite #videos .item iframe {
    width: 100% !important;
    height: 65vw !important;
  }
  body #videos .lls, body#article #cnt .fondblanc #suite #videos .lls, body #fintryptique .col3#coldroite #videos .lls {
    padding: 0 0;
    text-align: center;
    width: 100%;
    margin-top: 1.4em;
    font-size: 0.9em;
    font-weight: 600;
    color: #d9332c;
    display: inline-table;
  }
  body #videos .lrub, body#article #cnt .fondblanc #suite #videos .lrub, body #fintryptique .col3#coldroite #videos .lrub {
    position: relative;
    width: auto;
    float: none;
    display: inline-table;
    font-size: 0.85em;
    margin: 1.4em auto 0;
  }
  body#sommaire .item .spip_logo, body #lactu .item .spip_logo, body #fintryptique .item .spip_logo {
    width: 100%;
  }
  body #pied {
    height: auto;
  }
  body #pied .cntpied {
    height: auto;
    background-color: #eaeae9;
    padding: 2em 0 0;
  }
  body #pied .cntpied .colgauche, body #pied .cntpied .colcentre, body #pied .cntpied .coldroite {
    width: 90%;
    min-height: 0;
    padding: 0 5%;
    text-align: center;
    margin: 2em 0 0;
  }
  body #pied .cntpied .colgauche .liseret, body #pied .cntpied .colcentre .liseret, body #pied .cntpied .coldroite .liseret {
    border-left: 0 solid #fff;
  }
  body #pied .cntpied .colgauche .gtit, body #pied .cntpied .colcentre .gtit, body #pied .cntpied .coldroite .gtit {
    margin: 0 0 0.7em;
  }
  body #pied .cntpied .colgauche .liseret {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    display: table;
    margin: 0 auto;
    padding: 0.1em 0 0.2em;
    margin: 0 auto 0.7em;
  }
  body #pied .cntpied .colcentre {
    text-align: center;
  }
  body #pied .cntpied .colcentre .bt {
    margin: 0;
  }
  body #pied .gtit {
    font-size: 7.5vw;
  }
  body #pied #listepied {
    font-size: 10px;
    padding: 2em 0 5em;
  }
  body #pied #listepied a {
    font-size: 3vw;
  }
  body #partenaires .introliste {
    margin: 30px 18%;
  }
  .itemmedia .tit {
    color: #d9332c;
    font-size: 1.6em;
  }
  #cookieChoiceInfo {
    padding: 11px 0 48px !important;
    box-shadow: 0 -0.2em 1.4em rgba(0, 0, 0, 0.6);
  }
}
@media screen and (max-device-width: 480px) and (min-width: 481px) {
  .mobicol2 {
    float: left;
    width: calc(( 1 * 100% / 2 ) - (  2 * 2.5% ));
  }
}
@media screen and (max-device-width: 480px) and (min-width: 481px) {
  .mobicol3 {
    float: left;
    width: calc(( 1 * 100% / 3 ) - (  2 * 2.5% ));
  }
}
@media screen and (max-device-width: 480px) and (min-width: 481px) {
  .mobicol4 {
    float: left;
    width: calc(( 1 * 100% / 4 ) - (  2 * 2.5% ));
  }
}
@media screen and (max-device-width: 480px) and (min-width: 481px) {
  .mobicol2sur3 {
    float: left;
    width: calc(( 2 * 100% / 3 ) - (  2 * 2.5% ));
  }
}
@media screen and (max-device-width: 480px) and (min-width: 481px) {
  .mobicol3sur4 {
    float: left;
    width: calc(( 3 * 100% / 4 ) - (  2 * 2.5% ));
  }
}
@media screen and (max-device-width: 400px) {
  .suivre {
    display: none;
  }
}
@media screen and (max-device-width: 355px) {
  body #menutop .participer, body #menutop .tv {
    display: none;
  }
}
@media screen and (max-device-width: 342px) {
  #menutop a {
    margin: 0 8px 0 0;
  }
  #menutop .menu {
    margin: 0 8px 0;
  }
  .fondblanc {
    padding-top: 0.6em;
  }
}
@media screen and (max-device-width: 320px) {
   #menutop .logomenu .statut, body#sommaire #menutop .logomenu .statut {
    font-size: 2.2em;
  }
   #menutop .menu, body#sommaire #menutop .menu {
    margin: 0;
    color: transparent;
  }
  .entoure {
    margin-top: 2.8em;
  }
  .lrub .suite {
    border: 0.5em solid #fff;
  }
}
@media screen and (min-device-height: 1400px) {
  #sommaire #yt-background {
    height: 40%;
  }
  #pied {
    height: 410px;
  }
}
/* #PRODUIRE{fond=css/ajout.scss}
   md5:81051bcc2cf1bedf378224b0a93e2877 */
/* #PRODUIRE{fond=css/perso.scss}
   md5:14b3b39850741e3682a06a6e84231058 */
h1 {
  margin: 0.6em 10% 0.9em;
}
.carto {
  background-image: url("");
  background-position: center 0;
  padding-top: 89px;
}
@media screen and (max-device-width: 780px) {
  .largeurlogohaut h1 .titsite {
    padding: 20% 0 0;
    width: 65%;
    font-size: 0.9em;
  }
  .largeurlogohaut h1 .slogan {
    margin: 0 0 0.7em;
  }
}
@media screen and (max-device-width: 360px) {
  body .largeurlogohaut h1 .titsite {
    background-color: transparent;
    padding: 0 0 0.2em;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%2Fsqu%2Fsqu-hda%2Fcss%2Fsrc%2Fcss.scss%22%2C%22%2Fsites%2Fplurilingue2.c-real.fr%2Flocal%2Fcache-scss%2Fscssdyn-css_bootstrapleger_buttons_scss-22e30a63.scss%22%2C%22%2Fsites%2Fplurilingue2.c-real.fr%2Flocal%2Fcache-scss%2Fscssdyn-css_bootstrapleger_mixins_grid_scss-4aeb86b7.scss%22%2C%22%2Fsites%2Fplurilingue2.c-real.fr%2Flocal%2Fcache-scss%2Fscssdyn-css_mixins_scss-a82372ea.scss%22%2C%22%2Fsites%2Fplurilingue2.c-real.fr%2Flocal%2Fcache-scss%2Fscssdyn-css_general_scss-7b7c277b.scss%22%2C%22%2Fsites%2Fplurilingue2.c-real.fr%2Flocal%2Fcache-scss%2Fscssdyn-css_symboles_scss-eb15ea8b.scss%22%2C%22%2Fsites%2Fplurilingue2.c-real.fr%2Flocal%2Fcache-scss%2Fscssdyn-css_bootstrapleger_glyphicons_mini_scss-4d144ab6.scss%22%2C%22%2Fsites%2Fplurilingue2.c-real.fr%2Flocal%2Fcache-scss%2Fscssdyn-css_article_scss-93a8ff4a.scss%22%2C%22%2Fsites%2Fplurilingue2.c-real.fr%2Flocal%2Fcache-scss%2Fscssdyn-css_specificites_scss-c2210c99.scss%22%2C%22%2Fsites%2Fplurilingue2.c-real.fr%2Flocal%2Fcache-scss%2Fscssdyn-css_responsive_scss-4ce5c149.scss%22%2C%22%2Fsites%2Fplurilingue2.c-real.fr%2Flocal%2Fcache-scss%2Fscssdyn-css_perso_scss-e43a3dcd.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAIA%3BAAJA%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%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%3BAAsPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAXC%3BAAAA%3BAAAA%3BAH1TD%3BAG%2BUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH%2FUD%3BAAAA%3BAAAA%3BAIOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAJ9BA%3BAIkCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAJlDA%3BAIqDA%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%3BAJ7FA%3BAI0GA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ7GA%3BAIoHA%3BAAAA%3BAAAA%3BAJpHA%3BAIuHA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%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%3BAAIA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%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%3BAJtLA%3BAIuMA%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%3BAHpNE%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%3BAG2KF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHrNE%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%3BAG4KF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHtNE%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%3BAG6KF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHvNE%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%3BAG8KF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHxNE%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%3BAG%2BKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHzNE%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%3BAGgLF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH1NE%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%3BAGiLF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH3NE%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%3BAGkLF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH5NE%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%3BAG0LF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%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%3BAJxWF%3BAIgXA%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%3BAJtZJ%3BAIgaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAJzaH%3BAIgbA%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%3BAJrcF%3BAIgdA%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%3BAJ1fD%3BAIggBC%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%3BAJ5hBF%3BAIgiBA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAJjiBA%3BAIqiBA%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%3BAJllBH%3BAIwlBA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ7lBD%3BAIqmBA%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%3BAAUA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAIH%3BAAAA%3BAAAA%3BAAAA%3BAJhpBD%3BAIqpBA%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%3BAJhqBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%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%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%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%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%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%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%3BAACA%3BAAAA%3BAAAA%3BALvBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAlBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAnBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAApBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAArBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAtBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAvBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAxBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAzBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAA8HD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAARC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAATC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAVC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAZC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAbC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAjMD%3BAAAA%3BAA0OA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA5OA%3BAAsPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAA3QA%3BAA%2BQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAA9RD%3BAAkSA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAApTA%3BAA4TA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAtUA%3BAA0UA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAheF%3BAA0eA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAjgBA%3BAAqgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAxiBA%3BAA4iBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAxjBA%3BAAAA%3BAAmkBA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FmBD%3BAA6nBA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAzrBD%3BAA8rBA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA3tBF%3BAAyuBA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAhxBA%3BAAoxBA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAxzBA%3BAA4zBA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA7zBA%3BAAs0BC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYH%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA14BH%3BAAu5BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAv5BA%3BAA%2B5BA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAn6BA%3BAAu6BA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAApjCA%3BAAkkCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAA7qCD%3BAAurCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAvwCA%3BAAixCC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA3yCD%3BAAwzCE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA5zCF%3BAAu0CC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAn3CH%3BAA43CA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAv4CD%3BAAk5CC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FmDA%3BAAynDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAznDA%3BAAkoDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA5oDD%3BAAwpDA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA5pDD%3BAAsqDA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAxqDA%3BAAgrDA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAA5zDA%3BAAAA%3BAAk0DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAr%2BDA%3BAA%2B%2BDA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA5iEA%3BAAAA%3BAAAA%3BAMaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBA%3BAAAA%3BAAAA%3BAAdE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBqC%3BAAAA%3BAAAA%3BAACG%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAACF%3BAAAA%3BAAAA%3BAACG%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACH%3BAAAA%3BAAAA%3BAACG%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACF%3BAAAA%3BAAAA%3BAACG%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAACF%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAACL%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACC%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%3BAACD%3BAAAA%3BAAAA%3BAACG%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAACF%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAACG%3BAAAA%3BAAAA%3BAAGA%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%3BAACH%3BAAAA%3BAAAA%3BAACG%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACF%3BAAAA%3BAAAA%3BAACG%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAACF%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAACL%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACH%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAACG%3BAAAA%3BAAAA%3BAACF%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%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%3BAAEe%3BAAAA%3BAAAA%3BAACG%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACL%3BAAAA%3BAAAA%3BAACH%3BAAAA%3BAAAA%3BAACG%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACL%3BAAAA%3BAAAA%3BAACJ%3BAAAA%3BAAAA%3BAACsB%3BAAAA%3BAAAA%3BAACF%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACuB%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACY%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACb%3BAAAA%3BAAAA%3BAACwB%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACY%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACb%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAACY%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACL%3BAAAA%3BAAAA%3BAACR%3BAAAA%3BAAAA%3BAAC0B%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAACY%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACb%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAACY%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACS%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACY%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACb%3BAAAA%3BAAAA%3BAACiB%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACuB%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACY%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACb%3BAAAA%3BAAAA%3BAACwB%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACY%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACb%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAACY%3BAAAA%3BAAAA%3BAACX%3BAAAA%3BAAAA%3BAACZ%3BAAAA%3BAAAA%3BAACwB%3BAAAA%3BAAAA%3BAACJ%3BAAAA%3BAAAA%3BAACR%3BAAAA%3BAAAA%3BAACJ%3BAAAA%3BAAAA%3BAACS%3BAAAA%3BAAAA%3BAACb%3BAAAA%3BAAAA%3BAACP%3BAAAA%3BAAAA%3BAACwB%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACb%3BAAAA%3BAAAA%3BAACkB%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACb%3BAAAA%3BAAAA%3BAACG%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACM%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACZ%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%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%3BAACS%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%3BAN3cnC%3BAAyjEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAA5%2FDE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIH%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAxEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgEC%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FGD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwGE%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAA7DC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIH%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAxEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgEC%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FGD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwGE%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAA7DC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIH%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAxEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgEC%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FGD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwGE%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAA7DC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIH%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAxEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgEC%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FGD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwGE%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAA7DC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIH%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAxEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgEC%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FGD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwGE%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAA7DC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIH%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAxEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgEC%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FGD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwGE%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAA7DC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIH%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAxEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgEC%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FGD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwGE%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAA7DC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIH%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAxEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgEC%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FGD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwGE%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAA7DC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIH%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAxEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgEC%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FGD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwGE%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAA7DC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIH%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAxEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgEC%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FGD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwGE%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAA7DC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIH%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAxEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgEC%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FGD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwGE%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAA7DC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIH%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAxEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgEC%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FGD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwGE%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAA7DC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIH%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAxEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgEC%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FGD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwGE%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAA7DC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIH%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAxEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgEC%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FGD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwGE%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAA7DC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIH%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAxEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgEC%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FGD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwGE%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAzJF%3BAA8mEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAlBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2BD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA3BC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAApsED%3BAA4sEA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%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%3BAOpsEA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBF%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%3BAAOC%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%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%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%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACD%3BAAAA%3BAAAA%3BAACA%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%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%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%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAACA%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%3BAAIA%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%3BAAED%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%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%3BAAOF%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGD%3BAAEE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAP6kDF%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%3BAAEA%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%3BAAEA%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%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAArwEA%3BAA8wEC%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAhxED%3BAAqxEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAArzEA%3BAA8zEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAt0ED%3BAAk1EA%3BAAAA%3BAAAA%3BAAl1EA%3BAAq1EA%3BAAAA%3BAAAA%3BAAr1EA%3BAAAA%3BAA21EA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAj2EA%3BAAy2EA%3BAAAA%3BAAAA%3BAAz2EA%3BAAAA%3BAA42EA%3BAAAA%3BAAAA%3BAA52EA%3BAAg3EA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAn3EA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQoCA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARnDD%3BAQkEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BARzID%3BAQkJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAR7UD%3BAQmVC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARpZH%3BAQiaC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BARlcF%3BAQycC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BARvdF%3BAQgeC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIH%3BAAAA%3BAAAA%3BARlnBD%3BAQwnBA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARp9BH%3BAQo%2BBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARxzBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQg0BC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAR%2FmCF%3BAQwnCE%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAUH%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARlgCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQmhCC%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAR3uCD%3BAQovCA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAIH%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BARx2CD%3BAQ82CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARz7CF%3BAQ08CC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BARxkDA%3BAQglDE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BARvsDD%3BAQ%2BsDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAR%2FvDF%3BAQgxDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BARrxDF%3BAQ2xDA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BARv0DD%3BAQg1DE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAR%2FzDC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAQozDD%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAR14DA%3BAAAA%3BASGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAACC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGD%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAACC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGD%3BAACC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BATtFA%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%3BAS0FD%3BAAGE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAEF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAIH%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEa%3BAAAA%3BAAAA%3BAAEb%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeJ%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAMH%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAKH%3BAAAA%3BAAEG%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAEE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAA4BC%3BAAAA%3BAAAA%3BAAiGA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIH%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA3dH%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAA8cE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAApfH%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAyeG%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BATz1BL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAS61BM%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAQL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAA7gBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmfI%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAKH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAvnBA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAA6mBD%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAlkBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2BiBC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAApnBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA4lBC%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BATpjCA%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%3BAS2jCD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAGG%3BAAAA%3BAAAA%3BAAAA%3BAAKH%3BAAGE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAGG%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAACC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BATryCD%3BAAAA%3BAAAA%3BAAAA%3BAUGA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */