@charset "UTF-8";
@font-face {
  font-family: "jrhandregular";
  src: url("/files/tabularasa/css/font-awesome/jrha-webfont.eot");
  src: url("/files/tabularasa/css/font-awesome/jrha-webfont.eot?#iefix") format("embedded-opentype"), url("/files/tabularasa/css/font-awesome/jrha-webfont.woff2") format("woff2"), url("/files/tabularasa/css/font-awesome/jrha-webfont.woff") format("woff"), url("/files/tabularasa/css/font-awesome/jrha-webfont.ttf") format("truetype"), url("/files/tabularasa/css/font-awesome/jrha-webfont.svg#jrhandregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* COULEURS GLOBALES */
/* BACKGROUNDS */
/* PROVISOIRE */
.bot25 {
  margin-bottom: 25px;
}
.bot50 {
  margin-bottom: 50px;
}
.bot100 {
  margin-bottom: 100px;
}
.bot200 {
  margin-bottom: 200px;
}
.top25 {
  margin-top: 25px;
}
.top50 {
  margin-top: 50px;
}
.top100 {
  margin-top: 100px;
}
.top200 {
  margin-top: 200px;
}
.padtop25 {
  padding-top: 25px;
}
.padtop50 {
  padding-top: 50px;
}
.padtop100 {
  padding-top: 100px;
}
.padbot25 {
  padding-bottom: 25px;
}
.padbot50 {
  padding-bottom: 50px;
}
.padbot100 {
  padding-bottom: 100px;
}
.invisible {
  display: none;
}
.fontsize20 {
  font-size: 20px !important;
}
/**************EFFET DE MOUVEMENT**************/
/* Bouton battements */
@-webkit-keyframes btn_battements {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes btn_battements {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.btn_battements a {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  padding: 5px 10px;
  margin: 10px;
}
.btn_battements a:hover, .btn_battements a:focus, .btn_battements a:active {
  -webkit-animation-name: btn_battements;
  animation-name: btn_battements;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  background-color: #235784;
}
/* Bouton push */
@-webkit-keyframes btn_push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes btn_push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.btn_push a {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  padding: 5px 10px;
  margin: 10px;
}
.btn_push a:hover, .btn_push a:focus, .btn_push a:active {
  -webkit-animation-name: btn_push;
  animation-name: btn_push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  background-color: #235784;
}
/* Bouton pop */
@-webkit-keyframes btn_pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes btn_pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.btn_pop a {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  padding: 5px 10px;
  margin: 10px;
}
.btn_pop a:hover, .btn_pop a:focus, .btn_pop a:active {
  -webkit-animation-name: btn_pop;
  animation-name: btn_pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  background-color: #235784;
}
/* Bouton rebond */
.btn_rebond a {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background-color: #fff;
  padding: 5px 10px;
  margin: 10px;
}
.btn_rebond a:hover, .btn_rebond a:focus, .btn_rebond a:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  background-color: #235784;
}
/* Bouton élévation */
.btn_elevation a {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background-color: #fff;
  padding: 5px 10px;
  margin: 10px;
}
.btn_elevation a:hover, .btn_elevation a:focus, .btn_elevation a:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  background-color: #235784;
}
/* Bouton flottement */
@-webkit-keyframes btn_flottement {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes btn_flottement {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes btn_flottement-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes btn_flottement-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.btn_flottement a {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  padding: 5px 10px;
  margin: 10px;
}
.btn_flottement a:hover, .btn_flottement a:focus, .btn_flottement a:active {
  -webkit-animation-name: btn_flottement-float, btn_flottement;
  animation-name: btn_flottement-float, btn_flottement;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
  background-color: #235784;
}
/* Bouton wizz */
@-webkit-keyframes btn_wizz {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes btn_wizz {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.btn_wizz a {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  padding: 5px 10px;
  margin: 10px;
}
.btn_wizz a:hover, .btn_wizz a:focus, .btn_wizz a:active {
  -webkit-animation-name: btn_wizz;
  animation-name: btn_wizz;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  background-color: #235784;
}
/**************EFFET DE REMPLISSAGE**************/
/* Bouton remplissage*/
.btn_rempli a {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background-color: #fff;
  padding: 5px 10px;
  margin: 10px;
}
.btn_rempli a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  background: #235784;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn_rempli a:hover, .btn_rempli a:focus, .btn_rempli a:active {
  color: #fff;
}
.btn_rempli a:hover:before, .btn_rempli a:focus:before, .btn_rempli a:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/**************EFFET DIVERS**************/
/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.hvr-ripple-out a {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background-color: #fff;
  padding: 5px 10px;
  margin: 10px;
}
.hvr-ripple-out a:before {
  content: "";
  position: absolute;
  border: #fff solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.hvr-ripple-out a:hover:before, .hvr-ripple-out a:focus:before, .hvr-ripple-out a:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}
/* Ripple In */
@-webkit-keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
@keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
.hvr-ripple-in a {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background-color: #fff;
  padding: 5px 10px;
  margin: 10px;
}
.hvr-ripple-in a:before {
  content: "";
  position: absolute;
  border: #fff solid 4px;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.hvr-ripple-in a:hover::before, .hvr-ripple-in a:focus::before, .hvr-ripple-in a:active::before {
  -webkit-animation-name: hvr-ripple-in;
  animation-name: hvr-ripple-in;
}
/* Bouton élévation ombré */
.btn_elevation_ombre a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  background-color: #fff;
  padding: 5px 10px;
  margin: 10px;
}
.btn_elevation_ombre a:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.btn_elevation_ombre a:hover, .btn_elevation_ombre a:focus, .btn_elevation_ombre a:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.btn_elevation_ombre a:hover:before, .btn_elevation_ombre a:focus:before, .btn_elevation_ombre a:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
/**************EFFET SUR DES ICONES**************/
/* Bouton avec icône rebondissant vers le bas */
@-webkit-keyframes btn_ic_rebond_b {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes btn_ic_rebond_b {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
.btn_ic_rebond_b a {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  background-color: #fff;
  padding: 5px 35px 5px 10px;
  margin: 10px;
}
.btn_ic_rebond_b a:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: "FontAwesome";
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.btn_ic_rebond_b a:hover::before, .btn_ic_rebond_b a:focus::before, .btn_ic_rebond_b a:active::before {
  -webkit-animation-name: btn_ic_rebond_b;
  animation-name: btn_ic_rebond_b;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
/* Bouton avec icône rebondissant vers le haut */
@-webkit-keyframes btn_ic_rebond_h {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes btn_ic_rebond_h {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
.btn_ic_rebond_h a {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  background-color: #fff;
  padding: 5px 35px 5px 10px;
  margin: 10px;
}
.btn_ic_rebond_h a:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: "FontAwesome";
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.btn_ic_rebond_h a:hover:before, .btn_ic_rebond_h a:focus:before, .btn_ic_rebond_h a:active:before {
  -webkit-animation-name: btn_ic_rebond_h;
  animation-name: btn_ic_rebond_h;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
/* Bouton avec icône tournant */
.btn_ic_tourne a {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  background-color: #fff;
  padding: 5px 35px 5px 10px;
  margin: 10px;
}
.btn_ic_tourne a:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: "FontAwesome";
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.btn_ic_tourne a:hover:before, .btn_ic_tourne a:focus:before, .btn_ic_tourne a:active:before {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
/* Bouton avec icône zoom */
.btn_ic_zoom a {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-color: #fff;
  padding: 5px 35px 5px 10px;
  margin: 10px;
}
.btn_ic_zoom a:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: "FontAwesome";
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn_ic_zoom a:hover:before, .btn_ic_zoom a:focus:before, .btn_ic_zoom a:active:before {
  -webkit-transform: scale(1.3) translateZ(0);
  transform: scale(1.3) translateZ(0);
}
/* Bouton avec icône battement */
@-webkit-keyframes btn_ic_battement {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
@keyframes btn_ic_battement {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
.btn_ic_battement a {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  background-color: #fff;
  padding: 5px 35px 5px 10px;
  margin: 10px;
}
.btn_ic_battement a:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: "FontAwesome";
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn_ic_battement a:hover:before, .btn_ic_battement a:focus:before, .btn_ic_battement a:active:before {
  -webkit-animation-name: btn_ic_battement;
  animation-name: btn_ic_battement;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
/* Bouton avec icône push */
@-webkit-keyframes btn_ic_push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes btn_ic_push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
.btn_ic_push a {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-color: #fff;
  padding: 5px 35px 5px 10px;
  margin: 10px;
}
.btn_ic_push a:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: "FontAwesome";
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn_ic_push a:hover:before, .btn_ic_push a:focus:before, .btn_ic_push a:active:before {
  -webkit-animation-name: btn_ic_push;
  animation-name: btn_ic_push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Bouton avec icône flottant */
@-webkit-keyframes btn_ic_flottant {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes btn_ic_flottant {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@-webkit-keyframes btn_ic_flottant-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes btn_ic_flottant-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
.btn_ic_flottant a {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-color: #fff;
  padding: 5px 35px 5px 10px;
  margin: 10px;
}
.btn_ic_flottant a:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: "FontAwesome";
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.btn_ic_flottant a:hover:before, .btn_ic_flottant a:focus:before, .btn_ic_flottant a:active:before {
  -webkit-animation-name: btn_ic_flottant-float, btn_ic_flottant;
  animation-name: btn_ic_flottant-float, btn_ic_flottant;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
/**************ACTUS**************/
/**************MENUS**************/
/* NAVIGATION 1 - classique*/
#header .mod_navigation {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  width: 100%;
}
#header .mod_navigation ul {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0px;
  align-items: center;
}
#header .mod_navigation ul li.active {
  padding: 10px;
}
#header .mod_navigation ul li {
  margin-left: 20px;
}
#header .mod_navigation ul li a {
  color: #1d1f50;
  padding: 10px 0px;
  display: block;
}
#header .mod_navigation ul li a:hover {
  color: #ffc310;
}
#header .mod_navigation ul li.active {
  background-color: #fbcd15;
}
#header .mod_navigation ul li .level_2 {
  display: none;
  position: absolute;
  z-index: 99;
}
#header .mod_navigation ul li .level_2 li {
  width: 250px;
  margin-left: 0px;
}
#header .mod_navigation ul li .level_2 li a {
  background-color: #ffc310;
  text-transform: none;
  padding: 8px 10px 10px 10px;
}
#header .mod_navigation ul li .level_2 li a:hover {
  background-color: #118791;
  color: #fff;
}
#header .mod_navigation ul li .level_2 .active {
  border: 0px;
  background-color: #1d1f50;
  padding: 8px 10px 10px 10px;
  color: #fff;
}
#header .mod_navigation ul li .level_2 strong {
  padding: 0px !important;
}
#header .mod_navigation ul li:hover {
  color: #1d1f50;
}
#header .mod_navigation ul li:hover .level_2 {
  display: block;
}
#header .mm-menu .level_1 > .first {
  margin-left: 0 !important;
}
#header .mm-menu ul {
  text-align: left !important;
}
#header .mm-menu ul li {
  float: inherit !important;
}
#header .mm-menu ul li a {
  text-align: left !important;
}
#header .mm-menu ul li ul {
  position: relative !important;
  width: 100% !important;
}
#header .mm-menu ul li ul li {
  border-bottom: inherit !important;
}
#header .mm-menu ul li ul li a {
  background-color: transparent !important;
}
/**************AGENDA**************/
.mod_calendar {
  padding-left: 10px;
}
.mod_calendar .calendar {
  width: 100%;
}
.mod_calendar .calendar .event {
  display: none;
}
.mod_calendar .calendar thead th.label {
  background-color: #235784;
}
.mod_calendar .calendar th, .mod_calendar .calendar td {
  padding: 5px;
  text-align: center !important;
  width: 50px;
  border: 1px #1d1f50 solid;
}
.mod_calendar .calendar th.label {
  background-color: #f7aa00;
  color: #fff;
}
.mod_calendar .calendar th.label span {
  display: none;
}
.mod_calendar .calendar .head {
  text-transform: uppercase;
  color: #235784;
  font-size: 17px;
  background-color: inherit;
  border: 0px;
}
.mod_calendar .calendar .previous, .mod_calendar .calendar .next {
  font-size: 12px;
}
.mod_calendar .calendar .active {
  background-color: #118791;
  color: #fff;
}
.mod_calendar .calendar .active:hover .evenements_agenda {
  display: inline-block;
  position: absolute;
  max-width: 150px;
  background-color: #235784;
  padding: 0px 10px;
}
.mod_calendar .calendar .active:hover .evenements_agenda .event {
  display: inline-block;
  padding: 10px 0px;
}
.mod_calendar .calendar .active:hover .evenements_agenda a {
  color: #fff;
  font-weight: 400;
}
/**************Temoignages**************/
/* GENERAL */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background: #f4f7fc;
  font: 15px/21px "Roboto";
  color: #1d1f50;
}
a {
  transition: all ease 0.5s;
}
a:link, a:visited {
  color: #118791;
  text-decoration: none;
}
a:hover {
  color: #fbcd15;
}
p {
  font-weight: 300;
}
/*TITRES*/
h1 {
  font-size: 26px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
}
h2 {
  font-size: 24px;
  text-align: left;
  line-height: 27px;
  margin-top: 18px;
  margin-bottom: 18px;
  color: #118791;
  border-bottom: #fbcd15 2px solid;
  text-transform: uppercase;
}
h3 {
  font-weight: 700;
  margin-bottom: 9px;
  font-size: 20px;
  margin-top: 26px;
  color: #1d1f50;
}
/*h2{ //Effet de titre avec ligne de couleur chevauchant le texte (cf Tabula rasa)
	color: $blanc;

	strong	{
		text-decoration: none;
		background-image: linear-gradient(180deg, $vert, $vert);
		background-repeat: no-repeat;
		background-position-x: 0;
		background-position-y: calc(100% - 4px);
		background-size: 100% 0.25em;
		color: $blanc;
	}

}*/
.image_container a {
  margin: 0;
  padding: 0;
}
.bt1 a, .bt1 .submit, .back a, .back .submit, .more a, .more .submit, .widget-submit a, .widget-submit .submit {
  transition: all ease 0.5s;
  background: #fbcd15;
  color: #1d1f50;
  padding: 8px 25px;
  display: inline-block;
  margin-top: 20px;
}
.bt1 a:hover, .bt1 .submit:hover, .back a:hover, .back .submit:hover, .more a:hover, .more .submit:hover, .widget-submit a:hover, .widget-submit .submit:hover {
  background: #118791;
  color: #fff;
}
.bt2 {
  width: 100%;
  text-align: center;
  margin: 25px 0px;
}
.bt2 a {
  -webkit-transition-property: all;
  -webkit-transition-duration: "1s";
  -moz-transition-property: all;
  -moz-transition-duration: "1s";
  transition-property: all;
  transition-duration: "1s";
  padding: 12px 30px;
  background: #f7aa00;
  display: inline-block;
  margin: 15px auto;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
.bt2 a:hover {
  background: #235784;
  color: #f7aa00;
}
/****BTN TELECHARGEMENTS*/
@-webkit-keyframes btn_ic_rebond_b {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes btn_ic_rebond_b {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
.bt_dll a {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background-color: #118791;
  color: #fff;
  padding: 5px 35px 5px 10px;
  margin-bottom: 10px;
}
.bt_dll a:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: "FontAwesome";
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.bt_dll a:hover::before, .bt_dll a:focus::before, .bt_dll a:active::before {
  -webkit-animation-name: btn_ic_rebond_b;
  animation-name: btn_ic_rebond_b;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
/*TOP HEADER*/
#blocTop {
  background-color: #50452f;
  padding: 10px;
}
#blocTop #raccourci-header {
  display: flex;
  align-items: center;
}
#blocTop #raccourci-header .formbody {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#blocTop #raccourci-header .formbody input {
  background-color: #fff;
  border: 0px;
  padding: 8px 0 8px 8px;
  width: 100%;
  transition: all ease 0.5s;
}
#blocTop #raccourci-header .formbody .submit {
  cursor: pointer;
  border: medium none;
  clear: both;
  margin-top: 0px;
}
#blocTop #raccourci-header .reseaux_sociaux {
  display: flex;
  justify-content: flex-end;
}
#blocTop #raccourci-header .reseaux_sociaux a {
  margin-left: 15px;
}
#blocTop #raccourci-header .reseaux_sociaux a svg {
  height: 15px;
  width: auto;
}
#blocTop #raccourci-header .reseaux_sociaux a svg .cls-1 {
  transition: all ease 0.5s;
  fill: #fff;
}
#blocTop #raccourci-header .reseaux_sociaux a:hover svg .cls-1 {
  fill: #118791;
}
/* HEADER */
#header {
  background-color: #f4f7fc;
  width: 100%;
  position: absolute;
  z-index: 1;
}
#header .inside {
  display: flex;
  align-items: center;
}
#header .inside #logo {
  float: left;
  margin-top: 4px;
}
#slide {
  background: url("/files/tabularasa/images/design/slide_4.jpg") center -130px no-repeat;
  background-size: cover;
  height: 500px;
  width: 100%;
  /*Flèche de navigation, à réactiver dans le module de slide pour l'afficher*/
}
#slide .rsts-skin-default .rsts-nav {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
}
#slide .rsts-progress {
  bottom: 0px;
  background-color: #fff;
  top: initial;
  opacity: 0.6;
  height: 5px;
}
#slide .rsts-progress div {
  background-color: #1d1f50;
}
#slide .rsts-nav-prev, #slide .rsts-nav-next {
  position: absolute;
  display: block;
  top: 170px;
}
#slide .rsts-nav-prev a, #slide .rsts-nav-next a {
  width: 50px;
  height: 50px;
  background: #50452f;
  border-radius: 0px;
  color: #118791;
  text-indent: 0;
  line-height: 50px;
  transition: all ease 0.5s;
}
#slide .rsts-nav-prev a:before, #slide .rsts-nav-next a:before {
  content: "";
  font-family: "FontAwesome";
  text-indent: 0;
  color: #fff;
  padding: 0px 20px;
}
#slide .rsts-nav-prev a:hover, #slide .rsts-nav-next a:hover {
  background-color: #118791;
  box-shadow: inherit;
}
#slide .rsts-nav-prev {
  left: 25px;
}
#slide .rsts-nav-next {
  right: 25px;
}
#slide .rsts-nav-next a:before {
  content: "";
}
#slide h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#titre_h1 h1 {
  text-shadow: 1px 2px 1px rgba(29, 31, 80, 0.66);
}
/*PUCE SLIDE*/
.rsts-skin-default .rsts-nav {
  text-align: center !important;
  position: initial !important;
}
.rsts-skin-default .rsts-nav-bullets a {
  box-shadow: inherit !important;
  background-color: #118791;
}
.rsts-skin-default .rsts-nav-bullets a:hover {
  background-color: #1d1f50;
}
.rsts-skin-default .rsts-nav-bullets a.active {
  background-color: #50452f;
}
/*FLECHE SLIDE*/
.mod_rocksolid_slider .rsts-view .rsts-prev, .mod_rocksolid_slider .rsts-view .rsts-next {
  box-shadow: inherit !important;
  border: 0px;
  border-radius: 0px;
}
.mod_rocksolid_slider .rsts-view .rsts-next {
  right: 0px;
}
.mod_rocksolid_slider .rsts-view .rsts-prev {
  left: 0px;
  right: inherit;
}
/* MAIN ACCUEIL*/
#main {
  /*background: url($path + "header-main.png") center top no-repeat;*/
}
#main figure {
  line-height: 0px;
}
#main #vignettes {
  margin-top: -100px;
}
#main #vignettes a {
  background-color: #118791;
  display: block;
  text-align: center;
  color: #fff;
  transition: all ease 0.5s;
}
#main #vignettes a strong {
  padding: 10px 5px;
  display: block;
  text-transform: uppercase;
  font-size: 20px;
}
#main #vignettes a:hover {
  background-color: #50452f;
}
#main #bloc-informations {
  background-color: #f7aa00;
  padding: 50px 0px;
}
#main #bloc-informations h2 {
  text-align: center;
  font-size: 24px;
  color: #235784;
  text-transform: uppercase;
  line-height: 33px;
}
#main #bloc-informations p {
  text-align: center;
  color: #235784;
  font-size: 31px;
  line-height: 38px;
}
#main #bloc-informations p strong {
  font-size: 90px;
  line-height: 100px;
}
#main #bloc-informations .subcl, #main #bloc-informations .subc {
  border-right: 2px solid #fff;
}
#main #bloc-informations .subcl, #main #bloc-informations .subc, #main #bloc-informations .subcr {
  min-height: 190px;
}
#main #presentation {
  margin-top: 50px;
}
#main #presentation p {
  margin-bottom: 20px;
}
#main #presentation p:last-child {
  margin-bottom: 0px;
}
#main #temoignages {
  padding: 50px 0;
}
#main #bloc-contact {
  padding: 100px 0px;
}
#main .encart {
  padding: 20px;
  background-color: #ffc310;
  margin-top: 20px;
}
#main .encart p {
  color: #1d1f50;
  margin-bottom: 20px;
}
#main .encart p:last-child {
  margin-bottom: 0px;
}
.picto_bloc {
  margin-bottom: -75px;
}
.picto_bloc .ce_image {
  margin-left: 5px;
}
.bloc_bleu_colonne {
  background-color: #1d1f50;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.bloc_bleu_colonne > section {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 15px;
}
.bloc_bleu_colonne > section h3 {
  color: #fff;
  text-transform: uppercase;
  margin: 0px !important;
}
.bloc_bleu_colonne .mod_login {
  width: 100%;
  padding: 0px 15px 0px 15px;
  margin: 25px 0px 0px 0px;
}
.bloc_bleu_colonne .mod_login label {
  color: #fff;
  font-size: 16px !important;
}
.bloc_bleu_colonne .mod_login #password {
  margin-bottom: 0px !important;
}
.bloc_bleu_colonne .widget-submit, .bloc_bleu_colonne .bt1 {
  text-align: center;
}
.bloc_bleu_colonne .widget-submit button, .bloc_bleu_colonne .bt1 button {
  display: inline-block;
  width: auto;
}
.bloc_bleu_colonne .ce_text {
  margin-top: 25px;
  padding: 0px 15px 0px 15px;
}
.bloc_bleu_colonne .ce_text p {
  color: #fff;
  margin: 0px;
}
.bloc_bleu_colonne h4 {
  text-align: center;
  color: #fff;
}
.bloc_bleu_colonne .listeFichier li {
  list-style: disc;
  list-style-position: inside;
  color: #fff;
  padding: 0 15px;
  font-weight: 300;
}
.bloc_bleu_colonne .listeFichier li a, .bloc_bleu_colonne .listeFichier li a:link, .bloc_bleu_colonne .listeFichier li a:visited {
  color: #fff;
}
.bloc_bleu_colonne .listeFichier li::marker {
  margin-right: 5px;
}
#les_raisons {
  background-color: #1d1f50;
  padding: 15px;
}
#les_raisons h2 {
  color: #fff;
  margin-top: 0px !important;
}
#les_raisons .bot20 {
  margin-bottom: 20px;
}
#les_raisons .col_1, #les_raisons .col_2, #les_raisons .col_3 {
  text-align: center;
  /*.ce_image{
            margin-bottom: -15px;
        }*/
}
#les_raisons .col_1 .ce_text:first-child p, #les_raisons .col_2 .ce_text:first-child p, #les_raisons .col_3 .ce_text:first-child p {
  font-family: "Yellowtail", sans-serif;
  color: #fff;
  font-size: 75px;
  padding-top: 20px;
  margin-bottom: 12px;
}
#les_raisons .col_1 .ce_text:last-child, #les_raisons .col_2 .ce_text:last-child, #les_raisons .col_3 .ce_text:last-child {
  transform: rotate(-5deg);
  padding: 0px 5px;
}
#les_raisons .col_1 .ce_text:last-child p, #les_raisons .col_2 .ce_text:last-child p, #les_raisons .col_3 .ce_text:last-child p {
  background-color: #fbcd15;
  padding: 5px 10px;
  color: #1d1f50;
  font-weight: 900;
  font-size: 19px;
}
.ce_accordion {
  margin-bottom: 20px;
  background-color: #fff;
}
.ce_accordion .toggler {
  font-size: 20px;
  text-align: left;
  padding: 7px;
  color: #1d1f50;
  text-decoration: none;
  background-color: #fbcd15;
}
.ce_accordion .toggler:before {
  content: "";
  /*Flèche de l'accordeon fermée*/
  font-family: "FontAwesome";
  vertical-align: -4px;
  margin-right: 5px;
  float: right;
}
.ce_accordion .toggler:hover {
  cursor: pointer;
}
.ce_accordion .toggler:hover:before {
  content: "";
  /*Flèche de l'accordeon fermée au survol*/
}
.ce_accordion .toggler.active:before, .ce_accordion .toggler.active:hover:before {
  content: "";
  /*Flèche de l'accordeon actif*/
}
.ce_accordion .accordion {
  padding: 15px;
}
.mod_breadcrumb {
  background-color: #118791;
  padding: 5px;
}
.mod_breadcrumb ul {
  margin-bottom: 0;
}
.mod_breadcrumb ul li {
  display: inline;
  color: #fff;
}
.mod_breadcrumb ul li span, .mod_breadcrumb ul li a {
  color: #fff;
}
.mod_breadcrumb ul li:after {
  content: ">";
  padding-left: 10px;
  padding-right: 7px;
}
.mod_breadcrumb ul li:last-child:after {
  display: none;
}
.mod_breadcrumb ul li:first-child a {
  display: inline-block;
}
.mod_breadcrumb ul li:first-child a::before {
  content: "";
  font-family: "FontAwesome";
  width: 20px;
  height: 18px;
}
.mod_breadcrumb ul li:first-child a span {
  display: none;
}
.mod_breadcrumb ul .active {
  font-weight: bold;
}
/*************** TELEPHONE INTERACTIF *****************/
#tel {
  background-color: #50452f;
  border-left: 10px #118791 solid;
  margin-right: -220px;
  padding: 12px;
  transition-duration: 1s;
  width: 300px;
  position: fixed;
  right: 0px;
  margin-top: 400px;
}
#tel:hover {
  cursor: pointer;
}
#tel #contactertel {
  display: flex;
  align-items: center;
}
#tel #contactertel figure {
  margin-right: 15px;
}
#tel #contactertel p {
  font-size: 23px;
}
#tel #contactertel p a {
  display: block;
  color: #fff;
  transition: all ease 0.5s;
}
#tel #contactertel p a:hover {
  color: #1d1f50;
}
#tel.active {
  margin-right: -45px !important;
  transition-duration: 1s;
}
/*CONTACT LATERAL*/
#contact_lateral {
  position: relative;
  z-index: 9999;
}
#contact_lateral svg {
  width: 15px;
  height: auto;
}
#contact_lateral .btn_lateral {
  position: fixed;
  right: 0;
  top: 200px;
}
#contact_lateral .btn_lateral a {
  background-color: #fbcd15;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  color: #1d1f50;
  border-left: 5px #118791 solid;
  padding: 10px 20px;
  font-size: 24px;
}
#contact_lateral .btn_lateral a:hover {
  background-color: #1d1f50;
  border-color: #fbcd15 !important;
  color: #fff;
}
#contact_lateral .btn_lateral:last-child {
  top: 340px;
  right: -110px;
  transform: rotate(-90deg);
}
#contact_lateral .btn_lateral:last-child p {
  margin-bottom: 0px;
}
#contact_lateral .btn_lateral:last-child p a {
  border-top: 5px #1d1f50 solid;
  padding: 19px 10px;
  border-left: 0px;
}
/* FOOTER */
#footer {
  clear: both;
  background-color: #1d1f50;
  margin-top: 75px;
}
#footer section {
  padding: 50px 0px;
}
#footer .col_1 .subcl {
  display: flex;
  margin-right: 15px;
  align-items: center;
}
#footer .col_1 .subcl img {
  margin-right: 10px;
}
#footer .infos p {
  color: #fff;
  margin-bottom: 20px;
}
#footer .infos p:last-child {
  margin-bottom: 0px;
}
#footer .mentions {
  margin-bottom: 15px;
  text-align: right;
}
#footer .mentions a {
  color: #fff;
}
#footer .mentions a:hover {
  font-weight: 700;
}
#footer .tabularasa {
  text-align: right;
}
#footer .tabularasa a {
  color: #fff;
  -webkit-transition-property: all;
  -webkit-transition-duration: "1s";
  -moz-transition-property: all;
  -moz-transition-duration: "1s";
  transition-property: all;
  transition-duration: "1s";
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  line-height: 38px;
}
#footer .tabularasa a:hover {
  background-color: #118791;
}
#footer .mentions_bot {
  text-align: center;
  background-color: #1d1f50;
  padding: 5px;
  color: #fff !important;
}
#footer .mentions_bot p {
  margin: 0px;
}
#footer .mentions_bot a {
  color: #fff;
}
#footer .mentions_bot a:hover {
  font-weight: 700;
}
.separateur {
  background: #118791;
  padding: 25px;
  margin: 60px 0px;
}
.separateur h2, .separateur h3, .separateur p {
  color: #fff;
}
.separateur h3 {
  margin-top: 0px;
}
.separateur .bt_dll a {
  background-color: #fbcd15;
  color: #1d1f50;
}
.contenu #slide {
  height: 300px;
}
.contenu #left {
  margin-top: 23px !important;
}
.contenu #main h1 {
  color: #118791;
  font-weight: 900;
}
.contenu #main .float_left {
  margin-right: 20px;
}
.contenu #main .float_right {
  margin-left: 20px;
}
.contenu #main .float_above img {
  float: inherit !important;
}
.contenu #main p {
  margin-bottom: 20px;
}
.contenu #main p:last-child {
  margin-bottom: 0px;
}
.contenu #main .num p {
  font-size: 30px;
  background: #f7aa00;
  text-align: center !important;
  margin: auto;
  color: #fff;
  width: 70px;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 50%;
  border: 5px solid #40a8c4;
}
.contenu .ce_text ul li {
  padding-left: 50px;
  text-indent: -13px;
  font-weight: 300;
}
.contenu .ce_text ul li::before {
  content: "";
  font-family: "FontAwesome";
  margin: 0px 8px 0px 0px;
  color: #ffc310;
}
/*UNE ACTUALITE*/
.layout_full .info {
  background: none;
  padding: 0;
}
.layout_full figure {
  margin: 0px 15px 15px 0px;
}
/*PAGE ACTUALITES*/
#toutes_actus {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#toutes_actus .layout_latest_liste {
  flex: 1 1 42%;
  margin-bottom: 50px;
  margin-right: 4%;
}
#toutes_actus .layout_latest_liste .texte-droite {
  background-color: #fff;
  padding: 10px;
}
#toutes_actus .layout_latest_liste .texte-droite h2 {
  line-height: 24px;
  font-size: 19px;
  margin-top: 0px;
  margin-bottom: 11px;
}
#toutes_actus .layout_latest_liste .texte-droite .texte {
  font-weight: 300;
}
#toutes_actus .more {
  text-align: center;
}
#toutes_actus .more a {
  margin: 0px !important;
  display: block;
}
/*CARTE OPENSTREET MAP*/
.leaflet-pane {
  z-index: 0 !important;
}
.leaflet-top, .leaflet-bottom {
  z-index: 1 !important;
}
/*FORMULAIRE*/
.contact #container, .contenu #container {
  margin-top: 0px;
}
.contact #main h1, .contenu #main h1 {
  position: initial;
  transform: initial;
  text-align: center;
  color: #1d1f50;
}
.contact #main h3, .contenu #main h3 {
  font-style: italic;
  font-weight: 500;
  color: #0a7273;
}
.contact #main .centrer_contenu, .contenu #main .centrer_contenu {
  display: flex;
  align-items: center;
}
.contact #main .encart_blanc, .contenu #main .encart_blanc {
  background-color: #fff;
  padding: 15px;
  border-left: 5px #fbcd15 solid;
}
.contact #main .encart_blanc h3, .contenu #main .encart_blanc h3 {
  margin-top: 0px;
}
.contact #main .encart_blanc input, .contact #main .encart_blanc textarea, .contenu #main .encart_blanc input, .contenu #main .encart_blanc textarea {
  background-color: rgba(29, 31, 80, 0.1);
}
.contact #main .intro, .contenu #main .intro {
  margin: 10px 30px 30px 30px;
}
.contact #main .intro p, .contenu #main .intro p {
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  font-style: italic;
}
.contact #main form, .contenu #main form {
  width: 100%;
  /*BOUTON CHECKBOX*/
  /*BOUTON RADIO*/
  /*LISTE DEROULANTE*/
}
.contact #main form label, .contenu #main form label {
  display: block;
  font-size: 13px;
  margin-top: 20px;
  text-transform: uppercase;
}
.contact #main form input, .contact #main form textarea, .contenu #main form input, .contenu #main form textarea {
  background-color: #fff;
  border: 0px;
  margin-top: 3px;
  padding: 8px 0 8px 8px;
  width: 100%;
  border-bottom: 3px #fff solid;
  transition: all ease 0.5s;
}
.contact #main form input:focus, .contact #main form input:hover, .contact #main form textarea:focus, .contact #main form textarea:hover, .contenu #main form input:focus, .contenu #main form input:hover, .contenu #main form textarea:focus, .contenu #main form textarea:hover {
  border-bottom: 3px #235784 solid;
}
.contact #main form .RGPDcontact, .contenu #main form .RGPDcontact {
  margin-top: 10px;
}
.contact #main form .RGPDcontact input, .contenu #main form .RGPDcontact input {
  width: auto;
}
.contact #main form .RGPDcontact label, .contenu #main form .RGPDcontact label {
  display: inline;
  text-transform: initial;
}
.contact #main form .widget-checkbox [type="checkbox"]:checked, .contact #main form .widget-checkbox [type="checkbox"]:not(:checked), .contenu #main form .widget-checkbox [type="checkbox"]:checked, .contenu #main form .widget-checkbox [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.contact #main form .widget-checkbox [type="checkbox"]:checked + label, .contact #main form .widget-checkbox [type="checkbox"]:not(:checked) + label, .contenu #main form .widget-checkbox [type="checkbox"]:checked + label, .contenu #main form .widget-checkbox [type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}
.contact #main form .widget-checkbox [type="checkbox"]:checked + label:before, .contact #main form .widget-checkbox [type="checkbox"]:not(:checked) + label:before, .contenu #main form .widget-checkbox [type="checkbox"]:checked + label:before, .contenu #main form .widget-checkbox [type="checkbox"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #1d1f50;
  background: #fff;
}
.contact #main form .widget-checkbox [type="checkbox"]:checked + label:after, .contact #main form .widget-checkbox [type="checkbox"]:not(:checked) + label:after, .contenu #main form .widget-checkbox [type="checkbox"]:checked + label:after, .contenu #main form .widget-checkbox [type="checkbox"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #118791;
  position: absolute;
  top: 4px;
  left: 4px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.contact #main form .widget-checkbox [type="checkbox"]:not(:checked) + label:after, .contenu #main form .widget-checkbox [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.contact #main form .widget-checkbox [type="checkbox"]:checked + label:after, .contenu #main form .widget-checkbox [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.contact #main form .widget-radio span, .contenu #main form .widget-radio span {
  margin-right: 10px;
}
.contact #main form .widget-radio [type="radio"]:checked, .contact #main form .widget-radio [type="radio"]:not(:checked), .contenu #main form .widget-radio [type="radio"]:checked, .contenu #main form .widget-radio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.contact #main form .widget-radio [type="radio"]:checked + label, .contact #main form .widget-radio [type="radio"]:not(:checked) + label, .contenu #main form .widget-radio [type="radio"]:checked + label, .contenu #main form .widget-radio [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}
.contact #main form .widget-radio [type="radio"]:checked + label:before, .contact #main form .widget-radio [type="radio"]:not(:checked) + label:before, .contenu #main form .widget-radio [type="radio"]:checked + label:before, .contenu #main form .widget-radio [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  border-radius: 100%;
  background: #fff;
}
.contact #main form .widget-radio [type="radio"]:checked + label:after, .contact #main form .widget-radio [type="radio"]:not(:checked) + label:after, .contenu #main form .widget-radio [type="radio"]:checked + label:after, .contenu #main form .widget-radio [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #118791;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.contact #main form .widget-radio [type="radio"]:not(:checked) + label:after, .contenu #main form .widget-radio [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.contact #main form .widget-radio [type="radio"]:checked + label:after, .contenu #main form .widget-radio [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.contact #main form .widget-select select, .contenu #main form .widget-select select {
  border: 0px;
  padding: 8px;
}
.contact #main form .submit, .contenu #main form .submit {
  cursor: pointer;
  border: medium none;
  clear: both;
}
.mod_login, .mod_lostPassword {
  width: 250px;
  margin: 50px auto;
}
.mod_login p, .mod_lostPassword p {
  color: #fff;
}
.mod_login label, .mod_lostPassword label {
  width: 100%;
  font-weight: bold;
  display: inline-block;
  font-size: 20px;
}
.mod_login input, .mod_lostPassword input {
  margin: 5px 0px 15px;
  border: 0px;
  width: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
}
.mod_login button, .mod_lostPassword button {
  width: 100%;
  text-align: center;
  margin: 15px 0px;
  border: 0px;
  cursor: pointer;
  -webkit-transition-property: all;
  -webkit-transition-duration: "1s";
  -moz-transition-property: all;
  -moz-transition-duration: "1s";
  transition-property: all;
  transition-duration: "1s";
  padding: 8px 15px;
  background: #f7aa00;
  display: inline-block;
  margin: 0px auto;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
}
.mod_login button:hover, .mod_lostPassword button:hover {
  background: #40a8c4;
  color: #fff;
}
/*PHOTOTHEQUE*/
.ce_gallery ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.ce_gallery ul li {
  margin-bottom: 1.6%;
  flex: 0 1 15%;
  margin-right: 1.6%;
}
/*LIGHTBOX VIDEO*/
.videoLigthBox {
  position: relative;
}
.videoLigthBox img {
  float: none;
}
.videoLigthBox a::before {
  content: "";
  background: url("/files/tabularasa/images/design/lecture.png") center center no-repeat;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*Remonter en haut de page*/
#goTop {
  position: fixed;
  border: 0;
  bottom: 15px;
  right: 15px;
  background: #1d1f50;
  color: #fff;
  padding: 15px;
  cursor: pointer;
}
#goTop:hover {
  background: #fbcd15;
}
/*colonne*/
#container {
  width: 1100px;
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: -180px;
}
#container #main {
  flex: 0 1 65%;
}
#container #left {
  flex: 0 1 30%;
  margin-left: auto;
  margin-top: 211px;
}
th {
  padding: 5px;
}
td {
  padding: 5px;
}
.filtres {
  text-align: center;
  margin-top: 50px;
}
.filtres select {
  width: 200px;
  padding: 5px;
  text-align: center;
}
.filtres input {
  width: 400px;
  padding: 5px;
  text-align: center;
}
#listeFichier, .listeFaq {
  width: 100%;
  margin-top: 25px;
}
#listeFichier thead, .listeFaq thead {
  background-color: #118791;
  color: #fff;
}
#listeFichier thead td, .listeFaq thead td {
  padding: 5px;
  font-weight: bold;
}
#listeFichier tbody .categorie td, .listeFaq tbody .categorie td {
  font-size: 20px;
  padding-top: 20px;
  text-decoration: underline;
}
#listeFichier tbody td, .listeFaq tbody td {
  padding: 5px;
}
#listeFichier tbody td a, .listeFaq tbody td a {
  font-weight: bold;
  color: #0a7273;
}
#listeFichier tbody td a:hover, .listeFaq tbody td a:hover {
  color: #1d1f50;
}
.texte-droite li {
  list-style: disc;
  list-style-position: inside;
  color: #fff;
  padding: 0 15px;
  font-weight: 300;
}
.texte-droite li::marker {
  margin-right: 5px;
}
.texte-droite li a, .texte-droite li a:link, .texte-droite li a:visited {
  color: #fff;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22home%2Fnombril%2Fpropriete-rurale79%2Ffiles%2Ftabularasa%2Fcss%2F_font.scss%22%2C%22home%2Fnombril%2Fpropriete-rurale79%2Ffiles%2Ftabularasa%2Fcss%2Fstyles.scss%22%2C%22home%2Fnombril%2Fpropriete-rurale79%2Ffiles%2Ftabularasa%2Fcss%2F_base.scss%22%2C%22home%2Fnombril%2Fpropriete-rurale79%2Ffiles%2Ftabularasa%2Fcss%2F_boutons.scss%22%2C%22home%2Fnombril%2Fpropriete-rurale79%2Ffiles%2Ftabularasa%2Fcss%2F_menu.scss%22%2C%22home%2Fnombril%2Fpropriete-rurale79%2Ffiles%2Ftabularasa%2Fcss%2F_agenda.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACFA%3BAAAA%3BAAAA%3BACAA%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%3BADfA%3BAAAA%3BAEGA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF3BD%3BAE8CA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF9ED%3BAE%2BFA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFvHD%3BAEwIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFpJD%3BAEiKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFjLD%3BAE4LA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFlPD%3BAEyQA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFzWD%3BAAAA%3BAE2XA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFnaF%3BAAAA%3BAE8aA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAF3dF%3BAEoeA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAAA%3BAFlhBF%3BAE2hBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFpkBF%3BAAAA%3BAEglBA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFpoBF%3BAEipBA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFrsBF%3BAEktBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAAAA%3BAF9uBF%3BAEuvBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBC%3BAAAA%3BAAAA%3BAAAA%3BAFvxBF%3BAEgyBA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFx0BF%3BAEy1BA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFv4BF%3BAEs5BA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF59BF%3BAAAA%3BAAAA%3BAGGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAASZ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAHrGxB%3BAIKA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAJpEpB%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAvCA%3BAA4CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FDA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAuFA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAlIR%3BAA0IA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAApMR%3BAAgNA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAhQxB%3BAA2QA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAA%2FWJ%3BAAsXI%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAArYR%3BAA%2BYQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAA1ZR%3BAAkaA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAahB%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAA7uBR%3BAAqvBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAQhB%3BAAAA%3BAAAA%3BAAAA%3BAA5xBA%3BAAkyBA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAz0BhB%3BAAo1BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA3%2FBZ%3BAAugCI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAA5gCJ%3BAAkhCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAhjCR%3BAAwjCA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAA5jCA%3BAAokCI%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYZ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAAA%3BAA70CR%3BAAs1CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA71CR%3BAAs2CA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA92CR%3BAA43CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAt4CJ%3BAA44CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAQhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%22%7D */