@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 {
  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:hover, .btn_battements:focus, .btn_battements: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 {
  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:hover, .btn_push:focus, .btn_push: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 {
  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:hover, .btn_pop:focus, .btn_pop: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 {
  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:hover, .btn_rebond:focus, .btn_rebond: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 {
  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:hover, .btn_elevation:focus, .btn_elevation: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 {
  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:hover, .btn_flottement:focus, .btn_flottement: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 {
  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:hover, .btn_wizz:focus, .btn_wizz: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 de gauche à droite */
.btn_rempli_g {
  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.3s;
  transition-duration: 0.3s;
  background-color: #fff;
  padding: 5px 10px;
  margin: 10px;
}
.btn_rempli_g:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #235784;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn_rempli_g:hover, .btn_rempli_g:focus, .btn_rempli_g:active {
  color: #fff;
}
.btn_rempli_g:hover:before, .btn_rempli_g:focus:before, .btn_rempli_g:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* Bouton remplissage de droite à gauche */
.btn_rempli_d {
  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.3s;
  transition-duration: 0.3s;
  background-color: #fff;
  padding: 5px 10px;
  margin: 10px;
}
.btn_rempli_d:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #235784;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn_rempli_d:hover, .btn_rempli_d:focus, .btn_rempli_d:active {
  color: #fff;
}
.btn_rempli_d:hover:before, .btn_rempli_d:focus:before, .btn_rempli_d:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* Bouton remplissage de haut en bas */
.btn_rempli_h {
  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.3s;
  transition-duration: 0.3s;
  background-color: #fff;
  padding: 5px 10px;
  margin: 10px;
}
.btn_rempli_h:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #235784;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn_rempli_h:hover, .btn_rempli_h:focus, .btn_rempli_h:active {
  color: #fff;
}
.btn_rempli_h:hover:before, .btn_rempli_h:focus:before, .btn_rempli_h:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/* Bouton remplissage de bas en haut */
.btn_rempli_b {
  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.3s;
  transition-duration: 0.3s;
  background-color: #fff;
  padding: 5px 10px;
  margin: 10px;
}
.btn_rempli_b:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #235784;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn_rempli_b:hover, .btn_rempli_b:focus, .btn_rempli_b:active {
  color: #fff;
}
.btn_rempli_b:hover:before, .btn_rempli_b:focus:before, .btn_rempli_b:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/* Bouton remplissage de gauche à droite avec rebond */
.btn_rempli_rebond_g {
  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_rebond_g:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #235784;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -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_rebond_g:hover, .btn_rempli_rebond_g:focus, .btn_rempli_rebond_g:active {
  color: #fff;
}
.btn_rempli_rebond_g:hover:before, .btn_rempli_rebond_g:focus:before, .btn_rempli_rebond_g: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);
}
/* Bouton remplissage de droite à gauche avec rebond */
.btn_rempli_rebond_d {
  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_rebond_d:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #235784;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -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_rebond_d:hover, .btn_rempli_rebond_d:focus, .btn_rempli_rebond_d:active {
  color: #fff;
}
.btn_rempli_rebond_d:hover:before, .btn_rempli_rebond_d:focus:before, .btn_rempli_rebond_d: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);
}
/* Bouton remplissage de haut en bas avec rebond */
.btn_rempli_rebond_h {
  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_rebond_h:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #235784;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -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_rebond_h:hover, .btn_rempli_rebond_h:focus, .btn_rempli_rebond_h:active {
  color: #fff;
}
.btn_rempli_rebond_h:hover:before, .btn_rempli_rebond_h:focus:before, .btn_rempli_rebond_h:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(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);
}
/* Bouton remplissage de bas en haut avec rebond */
.btn_rempli_rebond_b {
  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_rebond_b:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #235784;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -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_rebond_b:hover, .btn_rempli_rebond_b:focus, .btn_rempli_rebond_b:active {
  color: #fff;
}
.btn_rempli_rebond_b:hover:before, .btn_rempli_rebond_b:focus:before, .btn_rempli_rebond_b:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(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);
}
/* Bouton diffusion horizontale */
.btn_diff_horiz {
  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.3s;
  transition-duration: 0.3s;
  background-color: #fff;
  padding: 5px 10px;
  margin: 10px;
}
.btn_diff_horiz:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #235784;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn_diff_horiz:hover, .btn_diff_horiz:focus, .btn_diff_horiz:active {
  color: #fff;
}
.btn_diff_horiz:hover:before, .btn_diff_horiz:focus:before, .btn_diff_horiz:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* Bouton diffusion verticale */
.btn_diff_verti {
  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.3s;
  transition-duration: 0.3s;
  background-color: #fff;
  padding: 5px 10px;
  margin: 10px;
}
.btn_diff_verti:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #235784;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn_diff_verti:hover, .btn_diff_verti:focus, .btn_diff_verti:active {
  color: #fff;
}
.btn_diff_verti:hover:before, .btn_diff_verti:focus:before, .btn_diff_verti:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/**************EFFET DE BORDURE**************/
/* Bouton ligne en bas - de gauche à droite */
.btn_ligne_bas_g {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 5px 10px;
  margin: 10px;
}
.btn_ligne_bas_g:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #235784;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn_ligne_bas_g:hover:before, .btn_ligne_bas_g:focus:before, .btn_ligne_bas_g:active:before {
  right: 0;
}
/* Bouton ligne en bas - du centre */
.btn_ligne_bas_c {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 5px 10px;
  margin: 10px;
}
.btn_ligne_bas_c:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #235784;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn_ligne_bas_c:hover::before, .btn_ligne_bas_c:focus::before, .btn_ligne_bas_c:active::before {
  left: 0;
  right: 0;
}
/* Bouton ligne en bas - de droite à gauche */
.btn_ligne_bas_d {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 5px 10px;
  margin: 10px;
}
.btn_ligne_bas_d:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #235784;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn_ligne_bas_d:hover:before, .btn_ligne_bas_d:focus:before, .btn_ligne_bas_d:active:before {
  left: 0;
}
/* Bouton ligne apparition d'en bas */
.btn_ligne_bas_apparition {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 5px 10px;
  margin: 10px;
}
.btn_ligne_bas_apparition:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #235784;
  height: 4px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn_ligne_bas_apparition:hover::before, .btn_ligne_bas_apparition:focus::before, .btn_ligne_bas_apparition:active::before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* Bouton ligne apparition d'en haut */
.btn_ligne_haut_apparition {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 5px 10px;
  margin: 10px;
}
.btn_ligne_haut_apparition:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  background: #235784;
  height: 4px;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn_ligne_haut_apparition:hover::before, .btn_ligne_haut_apparition:focus::before, .btn_ligne_haut_apparition:active::before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* Bouton ligne en haut - de gauche à droite */
.btn_ligne_haut_g {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 5px 10px;
  margin: 10px;
}
.btn_ligne_haut_g:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #235784;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn_ligne_haut_g:hover:before, .btn_ligne_haut_g:focus:before, .btn_ligne_haut_g:active:before {
  right: 0;
}
/* Bouton ligne en haut - du centre */
.btn_ligne_haut_c {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 5px 10px;
  margin: 10px;
}
.btn_ligne_haut_c:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  top: 0;
  background: #235784;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn_ligne_haut_c:hover:before, .btn_ligne_haut_c:focus:before, .btn_ligne_haut_c:active:before {
  left: 0;
  right: 0;
}
/* Bouton ligne en haut - de droite à gauche */
.btn_ligne_haut_d {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 5px 10px;
  margin: 10px;
}
.btn_ligne_haut_d:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  top: 0;
  background: #235784;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn_ligne_haut_d:hover:before, .btn_ligne_haut_d:focus:before, .btn_ligne_haut_d:active:before {
  left: 0;
}
/**************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 {
  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: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:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out: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 {
  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: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:hover::before, .hvr-ripple-in:focus::before, .hvr-ripple-in:active::before {
  -webkit-animation-name: hvr-ripple-in;
  animation-name: hvr-ripple-in;
}
/* Bouton élévation ombré */
.btn_elevation_ombre {
  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: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:hover, .btn_elevation_ombre:focus, .btn_elevation_ombre:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.btn_elevation_ombre:hover:before, .btn_elevation_ombre:focus:before, .btn_elevation_ombre: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 {
  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:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: "FontAwesome";
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.btn_ic_rebond_b:hover::before, .btn_ic_rebond_b:focus::before, .btn_ic_rebond_b: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 {
  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:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: "FontAwesome";
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.btn_ic_rebond_h:hover:before, .btn_ic_rebond_h:focus:before, .btn_ic_rebond_h: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 {
  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: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:hover:before, .btn_ic_tourne:focus:before, .btn_ic_tourne:active:before {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
/* Bouton avec icône zoom */
.btn_ic_zoom {
  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: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:hover:before, .btn_ic_zoom:focus:before, .btn_ic_zoom: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 {
  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: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:hover:before, .btn_ic_battement:focus:before, .btn_ic_battement: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 {
  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: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:hover:before, .btn_ic_push:focus:before, .btn_ic_push: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 {
  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:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: "FontAwesome";
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.btn_ic_flottant:hover:before, .btn_ic_flottant:focus:before, .btn_ic_flottant: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;
}
/* GENERAL */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background: #F0F0F0;
  font: 15px/21px 'Montserrat';
  color: #262626;
}
p {
  margin: 0px;
}
a, a:link, a:visited {
  color: #262626;
  text-decoration: none;
  transition: all ease 0.5s;
}
a:hover {
  color: #FF5D00;
}
h1 {
  text-align: center;
  font-size: 35px;
  line-height: 38px;
  color: #f7aa00;
  text-transform: uppercase;
  margin-bottom: 20px;
}
h2 {
  font-size: 20px !important;
  text-align: left;
  line-height: 23px;
  margin-top: 0px;
  margin-bottom: 18px;
  color: #262626;
  text-transform: uppercase;
  font-weight: 900;
}
h2:after {
  content: "";
  background-color: #96B919;
  width: 45px;
  height: 5px;
  margin-top: 10px;
  display: block;
}
h3 {
  font-weight: 400;
  margin-bottom: 9px;
  font-size: 18px;
  margin-top: 0px;
  color: #FF5D00;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/* ENUMINURES SUR H2 et H3
h2, h3{
  &::before{content: "-";margin-right:20px;}
  &::after{content: "-";margin-left:20px;}
}*/
.image_container a {
  margin: 0;
  padding: 0;
}
#main .bt1, #main .submit {
  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.3s;
  transition-duration: 0.3s;
  background-color: #DE315E;
  padding: 5px 10px;
  color: #fff;
  border-radius: 40px;
  margin-top: 10px;
  border: 0px;
}
#main .bt1:before, #main .submit:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #96B919;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 40px;
}
#main .bt1:hover:before, #main .bt1:focus:before, #main .bt1:active:before, #main .submit:hover:before, #main .submit:focus:before, #main .submit:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.bt2 {
  width: 100%;
  text-align: center;
  margin: 0px 0px 10px 0px !important;
}
.encadre {
  padding: 20px;
  font-size: 20px;
  line-height: 26px;
  font-style: italic;
  background: #40a8c4;
  color: #fff;
}
.encadre p {
  margin-bottom: 0 !important;
}
/* HEADER */
#header {
  width: 300px;
  position: fixed;
  height: 100%;
  z-index: 999;
  background: url("/files/tabularasa/images/design/fond_menu.jpg") left bottom no-repeat, url("/files/tabularasa/images/design/fond_menu_bleu.jpg") left bottom repeat;
}
#logo {
  margin: 10px auto 50px auto;
  width: 175px;
}
#slide {
  background: url("/files/tabularasa/images/design/slide.jpg") center top no-repeat;
  height: 500px;
  width: 100%;
  display: none;
}
#slide .rsts-skin-default .rsts-nav {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#slide .rsts-nav-prev, #slide .rsts-nav-next {
  position: absolute;
  display: block;
}
#slide .rsts-nav-prev a, #slide .rsts-nav-next a {
  width: 15px;
  height: 50px;
  background: #f7aa00;
  border-radius: 0px;
  color: #f7aa00;
  text-indent: 0;
  line-height: 50px;
}
#slide .rsts-nav-prev {
  top: 380px;
  left: 25px;
}
#slide .rsts-nav-prev a:before {
  content: "";
  font-family: "FontAwesome";
  text-indent: 0;
  color: #fff;
  padding-left: 1px;
}
#slide .rsts-nav-next {
  top: 230px;
  right: 25px;
}
#slide .rsts-nav-next a:before {
  content: "";
  font-family: "FontAwesome";
  text-indent: 0;
  color: #fff;
  padding-left: 2px;
}
#slide h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* NAVIGATION */
.mod_navigation {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.mod_navigation ul {
  list-style: none;
  margin: 0px auto;
  text-align: left;
  width: 100%;
}
.mod_navigation ul li {
  margin: 8px 12px !important;
}
.mod_navigation ul li:nth-child(2) a::before, .mod_navigation ul li:nth-child(2) strong.active::before {
  background: url("/files/tabularasa/images/design/ic_agenda.png") center no-repeat;
}
.mod_navigation ul li:nth-child(3) a::before, .mod_navigation ul li:nth-child(3) strong.active::before {
  background: url("/files/tabularasa/images/design/ic_projets.png") center no-repeat;
}
.mod_navigation ul li:nth-child(4) a::before, .mod_navigation ul li:nth-child(4) strong.active::before {
  background: url("/files/tabularasa/images/design/ic_affaire.png") center no-repeat;
}
.mod_navigation ul li:nth-child(5) a::before, .mod_navigation ul li:nth-child(5) strong.active::before {
  background: url("/files/tabularasa/images/design/ic_bibliotheque.png") center no-repeat;
}
.mod_navigation ul li a {
  text-decoration: none;
  display: block;
  color: #fff;
  font-weight: 700;
  text-align: left;
  padding: 10px 5px;
  border-radius: 8px;
}
.mod_navigation ul li a:hover {
  background-color: rgba(38, 38, 38, 0.1);
}
.mod_navigation ul li a::before, .mod_navigation ul li strong.active::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("/files/tabularasa/images/design/ic_tableaubord.png") center no-repeat;
  margin-right: 10px;
  margin-bottom: -10px;
}
.mod_navigation ul li strong.active {
  background-color: rgba(38, 38, 38, 0.1);
  display: block;
  padding: 10px 5px;
  border-radius: 8px;
  color: #fff;
}
.mod_navigation ul li .level_2 {
  display: none;
  position: absolute;
  margin: 0px 0px 0px 0px;
  width: auto;
  z-index: 99;
}
.mod_navigation ul li .level_2 li {
  padding: 0;
  margin: 0;
  float: none;
  width: 250px;
}
.mod_navigation ul li .level_2 a {
  background-color: #f7aa00;
  text-align: left;
  text-transform: none;
  padding: 8px 10px 10px 10px;
  margin: 0;
  font-weight: 700;
}
.mod_navigation ul li .level_2 a:hover {
  background-color: #235784;
  color: #fff;
}
.mod_navigation ul li .level_2 .active {
  border: 0px;
  background-color: #235784;
  text-align: left;
  padding: 8px 10px 10px 10px;
}
.mod_navigation ul li .level_2 strong {
  padding: 0px !important;
}
.mod_navigation ul li:hover {
  color: #262626;
}
.mod_navigation ul li:hover .level_2 {
  display: block;
}
.mod_navigation .level_1 > .first {
  margin-left: 20px;
}
.mm-menu .level_1 > .first {
  margin-left: 0 !important;
}
.mm-menu ul {
  text-align: left !important;
}
.mm-menu ul li {
  float: inherit !important;
}
.mm-menu ul li a {
  text-align: left !important;
}
.mm-menu ul li ul {
  position: relative !important;
  width: 100% !important;
}
.mm-menu ul li ul li {
  border-bottom: inherit !important;
}
.mm-menu ul li ul li a {
  background-color: transparent !important;
}
/* MAIN */
#bandeauInfos {
  width: calc(100% - 360px);
  position: relative;
  float: right;
  margin-right: 30px;
}
#bandeauInfos #top_header {
  width: 100%;
  border-radius: 0px 0px 8px 8px;
  border: solid 0.3px rgba(128, 128, 128, 0.3);
  background: #fff;
  box-shadow: -2px 1px 6px rgba(38, 38, 38, 0.04);
  padding: 10px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}
#bandeauInfos #top_header .col_2 .subcr {
  text-align: right;
}
#bandeauInfos #top_header .col_2 .formulaire-header, #bandeauInfos #top_header .col_2 .ce_text {
  display: inline-block;
}
#bandeauInfos #top_header img {
  float: inherit;
  margin: 0px;
}
#bandeauInfos #top_header .ce_form .formbody {
  display: flex;
}
#bandeauInfos #top_header .ce_form .formbody .widget-text {
  display: inline-block;
}
#bandeauInfos #top_header .ce_form .formbody .widget-text input {
  border: 0px;
  background-color: #F0F0F0;
  padding: 5px;
  border-radius: 39px 0px 0px 39px;
}
#bandeauInfos #top_header .ce_form .formbody .widget-submit {
  display: inline-block;
}
#main {
  width: calc(100% - 360px);
  position: relative;
  float: right;
  margin-right: 30px;
}
#main blockquote {
  padding: 20px;
  background-color: #235784;
  margin-top: 20px;
}
#main blockquote p {
  margin-bottom: 0px !important;
  color: #f7aa00;
}
#main img {
  float: left;
}
#main .ce_text p img {
  margin: 0 0 20px 0;
}
#main #vignettes .ce_text, #main .bloc_blanc, #main #sujets, #main #documents, #main #description, #main .docs, #main .elus, #main #projets_en_cours .col_1 .subcl, #main #projets_termines, #main #calendrier, #main #nouveauSujet, #main #choixFichier, #main #article-138 #listeFichiers, #main #divChangeDate, #main .mod_login {
  width: 100%;
  border-radius: 8px;
  border: solid 0.3px rgba(128, 128, 128, 0.3);
  background: #fff;
  box-shadow: -2px 1px 6px rgba(38, 38, 38, 0.04);
  margin-bottom: 20px;
}
#main .bloc_blanc, #main #sujets, #main #documents, #main #description, #main .docs, #main .elus, #main #projets_en_cours .col_1 .subcl, #main #projets_termines, #main #calendrier, #main #nouveauSujet, #main #choixFichier, #main #article-138 #listeFichiers, #main .mod_login {
  padding: 20px !important;
}
#main .mod_login {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}
/* PAGE D'ACCUEIL*/
#vignettes a {
  color: #262626;
  transition: ease-in all 0.5s;
}
#vignettes .ce_text {
  display: flex;
  padding: 20px 20px 20px 0px;
}
#vignettes .ce_text::before {
  content: "";
  width: 140px;
  height: 111px;
  display: inline-block;
  background-repeat: no-repeat !important;
}
#vignettes .col_1 a:hover {
  color: #96B919;
}
#vignettes .col_1 .ce_text {
  border-left: 10px solid #96B919 !important;
}
#vignettes .col_1 .ce_text::before {
  background: url("/files/tabularasa/images/design/ic_ajout_reunion.jpg");
}
#vignettes .col_2 a:hover {
  color: #DE315E;
}
#vignettes .col_2 .ce_text {
  border-left: 10px solid #DE315E !important;
}
#vignettes .col_2 .ce_text::before {
  background: url("/files/tabularasa/images/design/ic_ajout_projet.jpg");
}
#vignettes .col_3 a:hover {
  color: #FF5D00;
}
#vignettes .col_3 .ce_text {
  border-left: 10px solid #FF5D00 !important;
}
#vignettes .col_3 .ce_text::before {
  background: url("/files/tabularasa/images/design/ic_acces_mail.jpg");
}
#vignettes .col_4 a:hover {
  color: #15C3F9;
}
#vignettes .col_4 .ce_text {
  border-left: 10px solid #15C3F9 !important;
}
#vignettes .col_4 .ce_text::before {
  background: url("/files/tabularasa/images/design/ic_acces_facebook.jpg");
}
#vignettes img {
  margin: 0px 10px 0px 0px !important;
}
#vignettes p {
  text-transform: uppercase;
  font-weight: 900;
  margin-top: auto;
  margin-bottom: auto;
}
#vignettes p em {
  font-style: inherit;
  font-weight: 400;
  /*&::before{
                content: "";
                background-color: $fond;
                width: 2px;
                height: 111px;
                float: left;
                margin-right: 20px;
            }*/
}
#structures {
  background: url("/files/tabularasa/images/design/fond-structure.jpg") center no-repeat;
}
#structures .bt1 {
  -webkit-transition-property: all;
  -webkit-transition-duration: "1s";
  -moz-transition-property: all;
  -moz-transition-duration: "1s";
  transition-property: all;
  transition-duration: "1s";
  display: block;
  width: 280px;
  margin: 30% auto 0px;
  background: #96B919;
  padding: 25px;
}
#structures .bt1:hover {
  background: #50452f;
}
#structures .bt1 h3 {
  margin: 0px;
  color: #fff;
}
#structures .structures {
  background: #fff;
  padding: 30px 20px;
}
#structures .structures fieldset {
  border: 1px solid #50452f;
  text-align: center;
  padding: 25px 25px 50px;
}
#structures .structures legend {
  display: block;
  padding: 0px 5px;
  border: none;
  font-size: 65px;
}
#structures .structures h3 {
  font-weight: 700;
  margin-top: 0px;
}
#structures .structures h3::before, #structures .structures h3::after {
  content: "";
  display: none;
}
#structures .structures p {
  display: block;
  margin-bottom: 25px;
}
#structures .structures a {
  -webkit-transition-property: all;
  -webkit-transition-duration: "1s";
  -moz-transition-property: all;
  -moz-transition-duration: "1s";
  transition-property: all;
  transition-duration: "1s";
  color: #fff;
  padding: 15px;
  background-color: #50452f;
  text-transform: uppercase;
  margin: 0px auto;
}
#structures .structures a:hover {
  background-color: #96B919;
}
#actualite-titre {
  background: url("/files/tabularasa/images/design/fond-droite.jpg");
  background-repeat: no-repeat;
  background-position: right;
  padding-top: 200px;
  padding-bottom: 50px;
}
#actualite-titre::after {
  content: " ";
  background: url("/files/tabularasa/images/design/fond-bulle.jpg") center top no-repeat;
  height: 10px;
  display: block;
  position: relative;
  bottom: -50px;
}
#actualite-bloc {
  background: url("/files/tabularasa/images/design/fond-actualite.jpg") center no-repeat;
}
#actualite-bloc .uneActu {
  background: #fff;
  height: 100%;
}
#actualite-bloc .uneActu .info {
  display: none;
}
#actualite-bloc .uneActu h3 {
  display: inline-block;
  padding: 0px 15px;
}
#actualite-bloc .uneActu h3:before, #actualite-bloc .uneActu h3:after {
  display: none;
}
#actualite-bloc .uneActu a.more {
  -webkit-transition-property: all;
  -webkit-transition-duration: "1s";
  -moz-transition-property: all;
  -moz-transition-duration: "1s";
  transition-property: all;
  transition-duration: "1s";
  padding: 10px;
  background: #96B919;
  color: #fff;
  width: 30%;
  display: block;
  text-align: center;
  margin: 15px auto;
}
#actualite-bloc .uneActu a.more:hover {
  background: #50452f;
  color: #fff;
}
#actualite-bloc .uneActu .texte {
  padding: 15px;
}
#bloc-contact {
  background: url("/files/tabularasa/images/design/fond-gauche.jpg") left top no-repeat;
  padding: 100px 0px 200px;
}
.carre-contact {
  background-color: #96B919;
  padding: 15px;
  margin-top: 20px;
}
.carre-contact p {
  margin-bottom: 20px;
}
.carre-contact p:last-child {
  margin-bottom: 0px;
}
#temoignages {
  padding: 50px 0;
}
/* OUTILS DIVERS */
/* CHIFFRES DYNAMIQUES */
.bloc-informations {
  /*background: url($path + "fond-informations.jpg") center no-repeat; */
  background-color: #f7aa00;
  height: 438px;
}
.bloc-informations h2 {
  text-align: center;
  font-size: 24px;
  color: #235784;
  text-transform: uppercase;
  line-height: 33px;
}
.bloc-informations p {
  text-align: center;
  color: #235784;
  font-size: 31px;
  line-height: 38px;
}
.bloc-informations p strong {
  font-size: 90px;
  line-height: 100px;
}
.bloc-informations .subcl, .bloc-informations .subc {
  border-right: 2px solid #fff;
}
.bloc-informations .subcl, .bloc-informations .subc, .bloc-informations .subcr {
  min-height: 190px;
}
/*.ce_accordion {
    margin-bottom: 20px;
    background-color: $blanc;

    .toggler.active {
        color: $blanc;
        text-align: left;
        text-decoration: none;
    }

    .toggler.active:hover {

        // background:none;
        &:before {
            content: url($path + "accordionhan.png");
        }
    }

    .toggler {
        font-size: 25px;
        text-align: left;
        padding: 7px;
        color: #fff;
        text-decoration: none;
        background-color: $couleur3;
    }

    .toggler:before {
        content: "\f0a9";
        font-family: "FontAwesome";
        vertical-align: -4px;
        margin-right: 5px;
    }

    .toggler:hover:before {
        content: "\f0ab";
        font-family: "FontAwesome";
    }

    .toggler.active:before,
    .toggler.active:hover:before {
        content: "\f0ab";
        font-family: "FontAwesome";
    }

    .toggler:hover {
        cursor: pointer;
    }

    .accordion {
        padding: 15px;
    }
}*/
.mod_breadcrumb {
  margin-top: 35px;
  margin-bottom: 10px;
}
.mod_breadcrumb ul {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.mod_breadcrumb ul li {
  display: inline;
}
.mod_breadcrumb ul li span, .mod_breadcrumb ul li a {
  color: #262626;
  font-weight: 700;
}
.mod_breadcrumb ul li:after {
  content: ">";
  color: #262626;
  font-weight: 200;
  padding-left: 10px;
  padding-right: 7px;
  font-size: 17px;
}
.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:after {
  content: "";
  border-bottom: 1px solid #262626;
  height: 10px;
  display: block;
}
/*************** TELEPHONE INTERACTIF *****************/
#tel {
  background-color: #f7aa00;
  border-radius: 9.8px;
  display: block;
  float: right;
  font-size: 23px;
  margin-right: -222px;
  padding: 12px;
  transition-duration: 1s;
  width: 264px;
  position: fixed;
  right: 6px;
  margin-top: 400px;
}
#tel .toggle-button {
  height: auto;
  padding-right: 26px;
  width: 55px;
}
#tel .toggle-button:hover {
  cursor: pointer;
}
#tel .togglable {
  margin-bottom: -8px;
  margin-left: 35px;
  margin-top: -35px;
}
#tel .contactertel {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  margin-left: 35px;
}
#tel.active {
  margin-right: -45px !important;
  transition-duration: 1s;
}
.telephone img {
  float: none !important;
}
/* FOOTER */
#footer {
  width: 100%;
}
#footer .infos p {
  color: #fff;
}
#footer .mentions {
  text-align: right;
}
#footer .mentions a {
  color: #262626;
}
#footer .mentions a:hover {
  font-weight: 700;
}
#footer .tabularasa a {
  color: #fff;
  display: inline-block;
  -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);
  float: right;
  text-transform: uppercase;
  line-height: 38px;
}
#footer .tabularasa a:hover {
  background-color: #235784;
}
.separateur {
  background-color: #235784;
  /*background: url($path + "fond-informations.jpg") center no-repeat;*/
  padding: 50px 0px;
  margin: 50px 0px;
}
.separateur p {
  color: #fff;
}
.contenu #slide {
  display: block;
  height: 350px;
  margin-bottom: -210px;
}
.contenu h1 {
  position: initial;
  transform: initial;
  text-align: center;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 35px;
  margin-bottom: 60px;
}
.contenu #main {
  /*background: url($path + "header-main-vide.png") center top no-repeat, url($path + "fond.jpg") center 180px no-repeat;
    padding: 170px 0px 50px;*/
  padding-bottom: 175px;
  /*.mod_article>div,
    p {
      margin-bottom: 20px;
    }*/
}
.contenu #main .float_left {
  margin-right: 20px;
}
.contenu #main .float_right {
  margin-left: 20px;
}
.contenu #main .float_above img {
  float: inherit;
}
.contenu #main p {
  margin-bottom: 20px;
}
.contenu #main p:last-child {
  margin-bottom: 0px;
}
.contenu #main .btn {
  -webkit-transition-property: all;
  -webkit-transition-duration: "1s";
  -moz-transition-property: all;
  -moz-transition-duration: "1s";
  transition-property: all;
  transition-duration: "1s";
  font-size: 18px !important;
  padding: 20px;
  background: #96B919;
  color: #fff;
  float: left;
}
.contenu #main .intro {
  margin: -40px 0 60px;
  text-align: center;
}
.contenu #main .intro p {
  margin: 0;
  font-size: 20px !important;
  color: #fff;
}
.contenu #main p.num {
  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 #main form {
  width: 100%;
  margin: auto;
  letter-spacing: 0;
}
.contenu #main form label {
  display: block;
  margin-top: 10px;
  padding: 10px 0px 0px 0px;
  text-transform: uppercase;
  font-weight: 700;
}
.contenu #main form .formbody {
  margin: auto;
}
.contenu #main form input, .contenu #main form textarea {
  background-color: #F0F0F0;
  border: medium none;
  margin-top: 3px;
  padding: 8px 0 8px 8px;
  width: 100%;
  border-bottom: 1px #F0F0F0 solid;
  transition: all 0.5s ease-out;
}
.contenu #main form input:focus, .contenu #main form input:hover, .contenu #main form textarea:focus, .contenu #main form textarea:hover {
  border-bottom: 1px #15C3F9 solid;
}
.contenu #main form input, .contenu #main form .custom-select {
  border-radius: 39px;
}
.contenu #main form textarea {
  border-radius: 8px;
}
.contenu #main form .RGPDcontact {
  margin-top: 10px;
}
.contenu #main form .RGPDcontact input {
  width: auto;
}
.contenu #main form .RGPDcontact label {
  display: inline;
  float: none;
  text-transform: initial;
}
.contenu #main form .submit {
  cursor: pointer;
  border: medium none;
  clear: both;
  display: block;
}
.contenu #main form .custom-select {
  position: relative;
  display: inline-block;
  background-color: #F0F0F0;
  z-index: 10;
}
.contenu #main form .custom-select select {
  border: none;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  margin: 0;
  display: block;
  width: 100%;
  padding: 12px 55px 15px 15px;
  font-size: 14px;
}
.contenu #main form .custom-select:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  line-height: 38px;
  content: "";
  font-family: "FontAwesome";
  text-align: center;
  color: #15C3F9;
  font-size: 24px;
  z-index: -1;
}
.contenu #main form .widget-checkbox input {
  float: left;
  width: 10%;
  margin-top: 24px;
}
.contenu #main form .widget-checkbox label {
  float: left;
  width: 90%;
}
.contenu .ce_text ul li {
  padding-left: 50px;
  text-indent: -21px;
}
.contenu .ce_text ul li::before {
  content: "";
  font-family: "FontAwesome";
  margin: 0px 8px 0px 0px;
}
.contenu .float_left {
  margin-right: 20px;
}
.contenu .float_right {
  margin-left: 20px;
}
.contenu .float_above img {
  float: inherit;
}
.contenu #calendrier table .fc-event-title {
  text-transform: uppercase;
  font-weight: 700;
}
.fc .fc-button-primary {
  background-color: #96B919 !important;
  border-color: #fff !important;
}
.fc .fc-button-primary:focus {
  box-shadow: inherit !important;
}
.fc .fc-daygrid-day.fc-day-today {
  background-color: #F0F0F0 !important;
}
.mod_newslist {
  margin-top: 70px;
}
.layout_full {
  margin: 50px auto;
}
.layout_full .info {
  background: none;
  padding: 0;
}
.layout_full figure {
  margin: 0px 15px 15px 0px;
}
.layout_full .more {
  text-align: center;
  margin-bottom: 50px !important;
}
.layout_full .more a {
  -webkit-transition-property: all;
  -webkit-transition-duration: "1s";
  -moz-transition-property: all;
  -moz-transition-duration: "1s";
  transition-property: all;
  transition-duration: "1s";
  padding: 15px !important;
  background: #bcdbdf;
  color: #fff;
  display: block;
  width: 150px;
  margin: 15px auto;
}
.layout_full .more a:hover {
  background: #262626;
}
.layout_latest_liste.even {
  margin-right: 6%;
}
.layout_latest_liste {
  width: 47%;
  display: inline-table;
  margin-bottom: 100px;
  float: left;
  background-color: #fff;
}
.layout_latest_liste .texte-droite {
  float: right;
  width: 56%;
  padding-right: 15px;
}
.layout_latest_liste .texte-droite h2 {
  line-height: 24px;
  font-size: 19px;
  margin-top: 0px;
  margin-bottom: 11px;
  margin-top: 10px;
}
.layout_latest_liste .img-gauche {
  float: left;
  width: 41%;
}
.layout_latest_liste .img-gauche figure {
  margin-right: 0px !important;
}
.more {
  clear: both;
  margin-bottom: 0px !important;
  text-align: right;
  background-color: #235784;
  -webkit-transition-property: all;
  -webkit-transition-duration: "1s";
  -moz-transition-property: all;
  -moz-transition-duration: "1s";
  transition-property: all;
  transition-duration: "1s";
}
.more:hover {
  background-color: #f7aa00;
}
.more a {
  display: block;
  color: #fff;
  padding: 5px 15px;
  font-size: 16x;
}
.back {
  margin-top: 25px;
  text-align: right;
}
.back a {
  -webkit-transition-property: all;
  -webkit-transition-duration: "1s";
  -moz-transition-property: all;
  -moz-transition-duration: "1s";
  transition-property: all;
  transition-duration: "1s";
  padding: 5px 15px;
  background: #f7aa00;
  color: #235784 !important;
}
.back a:hover {
  background: #40a8c4;
  color: #fff !important;
}
.leaflet-pane {
  z-index: 0 !important;
}
.leaflet-top, .leaflet-bottom {
  z-index: 1 !important;
}
.contact #main {
  background: url("/files/tabularasa/images/design/header-main-vide.png") center top no-repeat, url("/files/tabularasa/images/design/fond.jpg") center 180px no-repeat;
  padding-bottom: 175px;
}
.contact h1 {
  text-align: center;
  color: #96B919;
  text-transform: uppercase;
  font-size: 42px;
  margin: 100px auto 50px;
}
.contact h3 {
  margin-top: 100px;
}
.mod_login, .mod_lostPassword {
  width: 250px;
  margin: 50px auto;
}
.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;
}
.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 #262626 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: #96B919;
  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;
}
/*PHOTOTHEQUE*/
.ce_gallery ul {
  width: 100%;
}
.ce_gallery ul li {
  margin-left: 2%;
  margin-bottom: 2%;
  width: 15%;
}
.ce_gallery ul .col_first {
  margin-left: 0px;
}
/*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%);
}
#projets_termines .ce_extranetProjetListe {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1%;
}
#projets_termines .ce_extranetProjetListe > * {
  width: 32.6%;
}
#projets_en_cours .col2 .subcr {
  padding-left: 20px;
}
.projet, .sujetElus {
  background: url("/files/tabularasa/images/design/pattern.jpg") repeat;
  padding: 20px;
  border-radius: 8px;
  margin-top: 20px;
}
.projet p, .sujetElus p {
  margin-bottom: 0px !important;
}
.projet a, .sujetElus a {
  color: #DE315E;
  transition: all ease 0.5s;
}
.projet a:hover, .sujetElus a:hover {
  color: #FF5D00;
}
#description, #sujets, .w50l {
  float: left;
  width: 49% !important;
}
#infos, #documents, .w50r {
  float: right;
  width: 49% !important;
}
#nouveauSujet {
  clear: both;
}
/*accordeon*/
#accordion .ui-accordion-header {
  background: linear-gradient(135deg, #4DA2F5, #15C3F9);
  border-radius: 40px;
  padding: 5px 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  transition: ease-in all 0.5s;
}
#accordion .ui-accordion-header:before {
  content: "";
  font-family: "FontAwesome";
  margin-top: -4px;
  margin-right: 5px;
  float: right;
}
#accordion .ui-accordion-content {
  height: auto !important;
  padding: 10px 0px 35px 0px;
}
/*documents*/
#documents .listeDocuments, .sujetDocs .listeDocuments, .docs .listeDocuments, #article-138 .listeDocuments, #doc_accueil .listeDocuments {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1%;
}
#documents .listeDocuments > *, .sujetDocs .listeDocuments > *, .docs .listeDocuments > *, #article-138 .listeDocuments > *, #doc_accueil .listeDocuments > * {
  width: 32.6%;
  overflow-wrap: break-word;
}
#documents .divDoc, .sujetDocs .divDoc, .docs .divDoc, #article-138 .divDoc, #doc_accueil .divDoc {
  text-align: center;
  transition: ease all 0.5s;
  margin: 5px 0px;
}
#documents .divDoc .face, .sujetDocs .divDoc .face, .docs .divDoc .face, #article-138 .divDoc .face, #doc_accueil .divDoc .face {
  display: none;
}
#documents .divDoc a, .sujetDocs .divDoc a, .docs .divDoc a, #article-138 .divDoc a, #doc_accueil .divDoc a {
  transition: ease-in all 0.5s;
  padding: 10px;
  text-align: center;
  display: block;
}
#documents .divDoc a img, .sujetDocs .divDoc a img, .docs .divDoc a img, #article-138 .divDoc a img, #doc_accueil .divDoc a img {
  float: inherit !important;
  width: 80px;
  border-radius: 50%;
  padding: 15px;
  display: block;
  background: linear-gradient(135deg, #E6B157, #FF5D00);
  margin: 0px auto 10px auto;
}
#choixFichier {
  width: 25% !important;
  float: left;
}
#choixFichier b {
  text-transform: uppercase;
  margin-top: 20px;
  border-top: rgba(38, 38, 38, 0.4) 1px solid;
  display: block;
  padding-top: 10px;
}
#choixFichier .searchInput {
  width: 100% !important;
}
#choixFichier input {
  width: auto !important;
}
#choixFichier input[type='checkbox'], #choixFichier button[type='submit'] {
  cursor: pointer;
}
#choixFichier label {
  display: inline-block !important;
  margin-top: 0px !important;
  text-transform: initial !important;
  font-weight: 400 !important;
  cursor: pointer;
}
#choixFichier .tags {
  display: inline-block;
}
#choixFichier .tags ul {
  float: left;
  display: block;
}
#choixFichier .tags li {
  float: left;
  margin-right: 15px;
}
#article-138 #listeFichiers {
  float: right;
  width: 74% !important;
}
.page_101 #article-138 .listeDocuments > * {
  width: 23%;
  overflow-wrap: break-word;
}
#chat #thread {
  height: 500px;
  overflow: auto;
}
#chat #nouveauMessage {
  padding-top: 15px;
  text-align: right;
}
#chat #nouveauMessage input {
  background-color: #F0F0F0;
  border: 0px;
  border-radius: 40px;
  padding: 7px 15px;
  width: 100%;
}
#chat button {
  background: url("/files/tabularasa/images/design/btn_envoyer.jpg") repeat;
  text-indent: -300000px;
  height: 31px;
  width: 56px;
  margin-top: 20px;
  border: 0px;
  box-shadow: inherit;
  margin-left: -5px;
  cursor: pointer;
}
#chat .other-message, #chat .my-message {
  list-style: none;
  margin-top: 8px;
  clear: both;
}
#chat .other-message .message, #chat .my-message .message {
  background-color: #96B919;
  display: inline-block;
  padding: 5px 8px;
  border-radius: 8px;
}
#chat .other-message .message-data:after, #chat .my-message .message-data:after {
  content: "";
  font-family: "FontAwesome";
  margin-left: 15px;
  display: block;
  color: #96B919;
  font-size: 25px;
  margin-bottom: -6px;
}
#chat .other-message .message-data .message-data-time, #chat .my-message .message-data .message-data-time {
  color: #D5D5D5;
  font-style: italic;
}
#chat .other-message .message-data .message-data-time::after, #chat .my-message .message-data .message-data-time::after {
  content: ",";
}
#chat .my-message {
  float: right;
  text-align: right;
}
#chat .my-message .message {
  background-color: #D5D5D5;
  text-align: left;
}
#chat .my-message .message-data:after {
  color: #D5D5D5;
  margin: 0px 15px -6px 0px;
}
.ce_extranetReunionListe {
  /*ul{
        li{
            a{
            width: 50%;
                &:nth-child(1),&:nth-child(2),&:nth-child(3){
                    float: left;
                }

                &:nth-child(4),&:nth-child(5),&:nth-child(6){
                    float: right;
                }
            }
        }
    }*/
}
.ce_extranetReunionListe::after {
  clear: both;
}
.ce_extranetReunionListe a {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  transition: all ease 0.5s;
  padding: 5px;
}
.ce_extranetReunionListe a::after {
  content: "";
  display: block;
  clear: both;
}
.ce_extranetReunionListe a:hover {
  background-color: #F0F0F0;
  border-radius: 8px;
  color: inherit !important;
}
.ce_extranetReunionListe .date {
  color: #fff;
  text-align: center;
  background: linear-gradient(135deg, #E27692, #DE315E);
  border-radius: 50%;
  font-weight: 800;
  text-transform: uppercase;
  float: left;
  padding: 15px;
  margin-right: 15px;
}
.ce_extranetReunionListe .date .jour, .ce_extranetReunionListe .date .mois {
  display: block;
}
.ce_extranetReunionListe .infosReunion {
  width: 100%;
}
.ce_extranetReunionListe .infosReunion .titre {
  font-size: 18px;
  font-weight: 700;
}
.ce_extranetReunionListe .infosReunion .lieu {
  font-style: italic;
  color: #D5D5D5;
}
.ce_extranetReunionListe .infosReunion .type {
  display: inline-block;
  color: #fff;
  padding: 5px;
}
.swal2-container h2 {
  display: block !important;
  margin-bottom: 25px;
}
.swal2-container p {
  margin-bottom: 5px;
}
.flip-card {
  perspective: 1000px;
}
.flip-card .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card .flip-card-front, .flip-card .flip-card-back {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden;
}
.flip-card .flip-card-back {
  background-color: #D5D5D5;
  border-radius: 5px;
  transform: rotateY(180deg);
  position: absolute;
  top: 0;
  left: 0;
}
.flip-card .flip-card-back p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 95%;
  font-size: 1.5em;
  line-height: 1.5em;
}
.debugVersion {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}
.pageConnexion #slide, .pageConnexion #bandeauInfos {
  display: none;
}
.tblAdmin td {
  vertical-align: middle;
  padding: 2px 5px;
}
.tblAdmin td .bt1 {
  margin-top: 0px !important;
}
.tblAdmin tr:hover {
  background: #D5D5D5;
}
.context-menu-list li:first-child {
  text-align: center;
  font-weight: bold;
  height: 50%;
  padding: 15px;
  font-size: 20px;
  text-transform: uppercase;
}
.context-menu-list li:not(:first-child) {
  float: left;
  width: 50%;
  box-sizing: border-box;
  font-size: 12px;
}
#divChangeDate {
  padding: 20px;
  width: 50% !important;
  margin: 25px auto;
}
#divChangeDate form {
  text-align: left;
}
.flexdatalist-multiple li.value {
  background: #15C3F9;
  border-radius: 35px;
  color: #fff;
  font-weight: bold;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22home%2Fstpards%2Fextranetsaintpardoux%2Ffiles%2Ftabularasa%2Fcss%2F_font.scss%22%2C%22home%2Fstpards%2Fextranetsaintpardoux%2Ffiles%2Ftabularasa%2Fcss%2Fstyles.scss%22%2C%22home%2Fstpards%2Fextranetsaintpardoux%2Ffiles%2Ftabularasa%2Fcss%2F_base.scss%22%2C%22home%2Fstpards%2Fextranetsaintpardoux%2Ffiles%2Ftabularasa%2Fcss%2F_boutons.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%3BAAoBA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAFlaF%3BAE2aA%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%3BAAoBA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAFldF%3BAE2dA%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%3BAAoBA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAFlgBF%3BAE2gBA%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%3BAAoBA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAFljBF%3BAE2jBA%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%3BAAoBA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFlmBF%3BAE6mBA%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%3BAAoBA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFppBF%3BAE%2BpBA%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%3BAAoBA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFtsBF%3BAEitBA%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%3BAAoBA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFxvBF%3BAEmwBA%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%3BAAoBA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAF1yBF%3BAEmzBA%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%3BAAoBA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAF11BF%3BAAAA%3BAEo2BA%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%3BAAAA%3BAAAA%3BAAAA%3BAAmBC%3BAAAA%3BAAAA%3BAFn4BF%3BAE24BA%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%3BAAAA%3BAAAA%3BAAAA%3BAAmBC%3BAAAA%3BAAAA%3BAAAA%3BAF16BF%3BAEm7BA%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%3BAAAA%3BAAAA%3BAAAA%3BAAmBC%3BAAAA%3BAAAA%3BAFl9BF%3BAE09BA%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%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBC%3BAAAA%3BAAAA%3BAAAA%3BAF3%2FBF%3BAEogCA%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%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBC%3BAAAA%3BAAAA%3BAAAA%3BAFriCF%3BAE8iCA%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%3BAAAA%3BAAAA%3BAAAA%3BAAmBC%3BAAAA%3BAAAA%3BAF7kCF%3BAEqlCA%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%3BAAAA%3BAAAA%3BAAAA%3BAAmBC%3BAAAA%3BAAAA%3BAAAA%3BAFpnCF%3BAE6nCA%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%3BAAAA%3BAAAA%3BAAAA%3BAAmBC%3BAAAA%3BAAAA%3BAF5pCF%3BAAAA%3BAEqqCA%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%3BAFltCF%3BAE2tCA%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%3BAFzwCF%3BAEkxCA%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%3BAF3zCF%3BAAAA%3BAEu0CA%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%3BAF33CF%3BAEw4CA%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%3BAF57CF%3BAEy8CA%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%3BAFr%2BCF%3BAE8%2BCA%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%3BAF9gDF%3BAEuhDA%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%3BAF%2FjDF%3BAEglDA%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%3BAF9nDF%3BAE6oDA%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%3BAFntDF%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAjED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkFC%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0BI%3BAAAA%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAA9JL%3BAAsKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA9OL%3BAAuPC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAOY%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAA3ZrB%3BAAsaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaQ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAQhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuBA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FhBL%3BAAyiBK%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBR%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAApyBD%3BAAAA%3BAA2yBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAA10BL%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA24BC%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAQhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA97BL%3BAAw8BC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAA1%2FBD%3BAA%2B%2FBC%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%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%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%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%3BAAWR%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%3BAAviDrB%3BAAmjDK%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAA5jDT%3BAAmkDC%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAOQ%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAhpDD%3BAAspDK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAzqDL%3BAAqrDK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcZ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAOQ%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAASZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */