@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: "\f01a";
  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: "\f01b";
  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: "\f021";
  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: "\f118";
  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: "\f015";
  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: "\f006";
  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: "\f077";
  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: #fff;
  font: 15px/21px 'Raleway';
  color: #0f0f0f;
}
p {
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0px;
}
a, a:link, a:visited {
  color: #4cab27;
  text-decoration: none;
}
a:hover {
  color: #008146;
}
h1 {
  text-align: left;
  font-size: 25px;
  line-height: 28px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
}
h2 {
  font-size: 25px;
  text-align: left;
  line-height: initial;
  margin-top: 5px;
  margin-bottom: 18px;
  color: #008146;
  text-transform: uppercase;
  font-weight: 900;
}
h2::before {
  content: "01";
  font-family: 'Prompt', sans-serif;
  font-size: 200px;
  display: block;
  color: #4cab27;
  line-height: 200px;
  height: 120px;
  overflow: hidden;
}
h3 {
  font-weight: 900;
  margin-bottom: 9px;
  font-size: 20px;
  margin-top: 26px;
  color: #fff;
  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;
}
.bt1 a, .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: #008146;
  color: #fff;
  padding: 5px 10px;
  margin-top: 10px;
}
.bt1 a:before, .submit:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0f0f0f;
  -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;
}
.bt1 a:hover, .submit:hover, .bt1 a:focus, .submit:focus, .bt1 a:active, .submit:active {
  color: #fff;
}
.bt1 a:hover:before, .submit:hover:before, .bt1 a:focus:before, .submit:focus:before, .bt1 a:active:before, .submit:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.bt2 {
  width: 100%;
  text-align: center;
  margin: 25px 0px;
}
.bt2 a {
  -webkit-transition-property: all;
  -webkit-transition-duration: "1s";
  -moz-transition-property: all;
  -moz-transition-duration: "1s";
  transition-property: all;
  transition-duration: "1s";
  padding: 12px 30px;
  background: #f7aa00;
  display: inline-block;
  margin: 15px auto;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
.bt2 a:hover {
  background: #235784;
  color: #f7aa00;
}
.encadre {
  padding: 20px;
  font-size: 20px;
  line-height: 26px;
  font-style: italic;
  background: #40a8c4;
  color: #fff;
}
.encadre p {
  margin-bottom: 0 !important;
}
.float_left {
  margin-right: 20px;
}
.float_right {
  margin-left: 20px;
}
.float_above img {
  float: inherit;
}
/* HEADER */
#header {
  /*background: url($path + "header.png") center top;
   height: 214px;
   width: 100%;
   position: absolute;*/
  background-color: #fff;
  display: inline-block;
  width: 100%;
  margin-bottom: -5px;
  height: 72px;
}
#logo {
  float: left;
  margin-top: 4px;
  width: 175px;
}
#slide {
  background: url("/files/tabularasa/images/design/slide.jpg") center top no-repeat;
  height: 500px;
  width: 100%;
}
#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: "\f053";
  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: "\f054";
  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: 15px;
  font-weight: 500;
  text-transform: uppercase;
  float: right;
  overflow: inherit !important;
}
.mod_navigation ul {
  list-style: none;
  margin: 0px auto;
  text-align: center;
  width: 100%;
}
.mod_navigation ul li.active strong {
  color: #fff;
}
.mod_navigation ul li.active::before {
  content: "";
  background-color: #4cab27;
  color: #fff;
  transform: skewX(-15deg);
  position: absolute;
  width: 100%;
  height: 73px;
  z-index: 0;
  top: 0px;
  left: 0px;
}
.mod_navigation ul li {
  float: left;
  margin-left: 12px;
  padding: 26px 11px;
  position: relative;
}
.mod_navigation ul li strong {
  position: relative;
  z-index: 1;
}
.mod_navigation ul li a {
  text-decoration: none;
  display: block;
  color: #0f0f0f;
  font-weight: 700;
  text-align: center;
  padding-bottom: 10px;
}
.mod_navigation ul li a:hover {
  color: #fff;
}
.mod_navigation ul li a:hover span {
  position: relative;
  z-index: 1;
}
.mod_navigation ul li a:hover::before {
  content: "";
  background-color: #008146;
  transform: skewX(-15deg);
  position: absolute;
  width: 100%;
  height: 73px;
  z-index: 0;
  top: 0px;
  left: 0px;
}
.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: #4cab27;
  text-align: left;
  text-transform: none;
  padding: 8px 10px 10px 10px;
  margin: 0;
  font-weight: 700;
  color: #fff;
}
.mod_navigation ul li .level_2 a:hover {
  background-color: #0f0f0f;
}
.mod_navigation ul li .level_2 a:hover:before {
  display: none;
}
.mod_navigation ul li .level_2 .active {
  border: 0px;
  background-color: #008146;
  text-align: left;
  padding: 8px 10px 10px 10px;
}
.mod_navigation ul li .level_2 .active:before {
  display: none;
}
.mod_navigation ul li .level_2 strong {
  padding: 0px !important;
}
.mod_navigation ul li:hover {
  color: #0f0f0f;
}
.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 */
#container::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  z-index: -1;
  left: 0px;
  background: url("/files/tabularasa/images/design/fond_page.jpg") repeat;
}
#main {
  margin-top: -175px;
}
#main #manip_encart .subcr {
  padding: 25px;
  position: relative;
}
#main #manip_encart .subcr::after {
  content: "";
  background-color: #4cab27;
  height: 250px;
  width: 100px;
  position: absolute;
  z-index: 0;
  bottom: 0px;
  right: -20px;
}
#main #manip_encart .subcr::before {
  content: "";
  background-color: #008146;
  height: 80px;
  width: 80px;
  position: absolute;
  top: 3px;
  left: 0px;
  z-index: 0;
}
#main blockquote, #main .encart {
  padding: 20px;
  background-color: #0f0f0f;
  position: relative;
  z-index: 2;
}
#main blockquote p, #main .encart p {
  color: #fff;
}
#main blockquote h3, #main .encart h3 {
  margin-top: 0px;
  color: #fff !important;
}
#main img {
  float: left;
}
#main .ce_text p img {
  margin: 0 0 20px 0;
}
/* PAGE D'ACCUEIL*/
#rdv_lateral {
  position: fixed;
  right: 0px;
  top: 150px;
  z-index: 99999;
}
#vignettes {
  margin-bottom: -180px;
}
#vignettes > section {
  position: relative;
  padding: 20px;
}
#vignettes > section a {
  -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;
}
#vignettes > section a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 129, 70, 0.8);
  -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;
}
#vignettes > section a:hover, #vignettes > section a:focus, #vignettes > section a:active {
  color: #fff;
}
#vignettes > section a:hover:before, #vignettes > section a:focus:before, #vignettes > section a:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
#vignettes > section::before {
  content: "";
  background-color: #4cab27;
  height: 250px;
  width: 100px;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 0;
}
#vignettes > section::after {
  content: "";
  background-color: #008146;
  height: 80px;
  width: 80px;
  position: absolute;
  bottom: -20px;
  right: -20px;
  z-index: 0;
}
#vignettes > section > .col_1 {
  position: relative;
  z-index: 1;
}
#vignettes > section > .col_1 a {
  background: url("/files/tabularasa/images/design/vignette_rdv.jpg") center no-repeat;
  padding: 250px 20px 20px 20px;
  display: block;
  background-size: cover;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 300;
}
#vignettes > section > .col_1 a strong {
  font-weight: 900;
  color: #4cab27;
  display: block;
  font-size: 26px;
}
#vignettes > section > .col_2::before {
  content: "";
  position: absolute;
  background: url("/files/tabularasa/images/design/angle_vignettes.png") center no-repeat;
  width: 65px;
  height: 65px;
  right: 0px;
}
#vignettes > section > .col_2 .col_1, #vignettes > section > .col_2 .col_2 {
  position: relative;
  z-index: 1;
}
#vignettes > section > .col_2 .col_1 a, #vignettes > section > .col_2 .col_2 a {
  padding: 130px 20px 20px 20px;
  display: block;
  background-size: cover !important;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 900;
}
#vignettes > section > .col_2 .col_1 a strong, #vignettes > section > .col_2 .col_2 a strong {
  display: block;
}
#vignettes > section > .col_2 .col_1 a {
  background: url("/files/tabularasa/images/design/vignette_controle_technique.jpg") center no-repeat;
}
#vignettes > section > .col_2 .col_2 a {
  background: url("/files/tabularasa/images/design/vignette_conduite_accompagnee.jpg") center no-repeat;
}
#presentation {
  /*background: url($path + "fond_page.jpg") repeat;*/
  padding: 300px 0px 190px 0px;
  margin-bottom: -98px;
}
#presentation:before {
  content: "";
  height: 100%;
  width: 344px;
  position: absolute;
  background: url("/files/tabularasa/images/design/dekra_gauche.png") left 800px no-repeat;
  top: 0px;
  z-index: 0;
  left: 0px;
}
#presentation .ce_image {
  position: relative;
  padding: 20px;
}
#presentation .ce_image figure {
  display: inline-block;
  /*transform: skewX(-15deg);*/
  padding: 0px 0px 0px 20px;
  position: relative;
  z-index: 1;
}
#presentation .ce_image::before, #presentation .ce_image::after {
  content: "";
  background-color: #008146;
  position: absolute;
  z-index: 0;
  /*transform: skewX(-15deg);*/
}
#presentation .ce_image::before {
  height: 200px;
  width: 200px;
  top: 1px;
  right: 0px;
}
#presentation .ce_image::after {
  width: 400px;
  height: 400px;
  bottom: 7px;
  left: 20px;
}
#titre_services, #titre_contact {
  position: relative;
  margin-bottom: -75px;
}
#titre_services h2, #titre_contact h2 {
  text-align: right;
  color: #fff;
}
#titre_services h2::before, #titre_contact h2::before {
  content: "02";
}
.ce_text ul {
  margin-bottom: 0px;
}
.ce_text ul li {
  color: #fff;
  padding-left: 50px;
  text-indent: -21px;
}
.ce_text ul li::before {
  content: "\f00c";
  font-family: "FontAwesome";
  margin: 0px 8px 0px 0px;
  color: #4cab27;
}
#services {
  background: url("/files/tabularasa/images/design/fond_pneu.jpg") center no-repeat;
  padding: 120px 0px 75px 0px;
}
#services h3, #services .bt1, #services p {
  text-align: center;
  color: #fff;
}
#services .bt1 a {
  margin-top: 20px;
}
#services .ce_text ul li {
  padding-left: 0px;
  text-indent: 0px;
  text-align: center;
}
#services .ce_image {
  text-align: center;
}
#services .ce_image figure {
  display: inline-block;
}
#temoignages {
  padding: 75px 0px 190px 0px;
  margin-bottom: -98px;
}
#temoignages:before {
  content: "";
  height: 100%;
  width: 344px;
  position: absolute;
  background: url("/files/tabularasa/images/design/dekra_droite.png") right 1600px no-repeat;
  top: 0px;
  z-index: 0;
  right: 0px;
}
#temoignages h2::before {
  content: "03";
}
#temoignages .subcl, #temoignages .subc, #temoignages .subcr {
  position: relative;
  z-index: 1;
  padding: 10px 35px !important;
}
#temoignages .subcl::before, #temoignages .subc::before, #temoignages .subcr::before, #temoignages .subcl::after, #temoignages .subc::after, #temoignages .subcr::after {
  content: "";
  background-color: #008146;
  position: absolute;
  z-index: 0;
  transform: skewX(-10deg);
}
#temoignages .subcl::before, #temoignages .subc::before, #temoignages .subcr::before {
  height: 100px;
  width: 100px;
  top: 0px;
  right: 3px;
}
#temoignages .subcl::after, #temoignages .subc::after, #temoignages .subcr::after {
  width: 150px;
  height: 150px;
  bottom: 0px;
  left: 10px;
}
#temoignages section {
  padding: 0px 25px;
}
#temoignages .subcolumns, #temoignages .block {
  overflow: inherit;
}
#temoignages .ce_text {
  position: relative;
  padding: 20px;
  min-height: 250px;
}
#temoignages .ce_text div {
  position: relative;
  z-index: 1;
  padding: 10px;
}
#temoignages .ce_text:before {
  content: "";
  transform: skewX(-10deg);
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0px;
  left: 0px;
}
#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: #4cab27;
  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;
}
#titre_contact h2::before {
  content: "04";
}
#bloc-contact {
  background: url("/files/tabularasa/images/design/fond_contact.jpg") center center no-repeat;
  padding: 100px 0px 100px;
}
#bloc-contact:before {
  content: "";
  height: 100%;
  width: 344px;
  position: absolute;
  background: url("/files/tabularasa/images/design/dekra_gauche.png") left 2400px no-repeat;
  top: 0px;
  z-index: 0;
  left: 0px;
}
#bloc-contact p, #bloc-contact li {
  color: #fff;
}
.carre-contact {
  background-color: #4cab27;
  padding: 15px;
  margin-top: 20px;
}
.carre-contact p {
  margin-bottom: 20px;
}
.carre-contact p:last-child {
  margin-bottom: 0px;
}
/* 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: #fff;
}
.ce_accordion .toggler.active {
  color: #fff;
  text-align: left;
  text-decoration: none;
}
.ce_accordion .toggler.active:hover:before {
  content: url("/files/tabularasa/images/design/accordionhan.png");
}
.ce_accordion .toggler {
  font-size: 25px;
  text-align: left;
  padding: 7px;
  color: #fff;
  text-decoration: none;
  background-color: #4cab27;
  margin-bottom: 20px;
}
.ce_accordion .toggler:before {
  content: "\f0a9";
  font-family: "FontAwesome";
  vertical-align: -4px;
  margin-right: 5px;
}
.ce_accordion .toggler:hover:before {
  content: "\f0ab";
  font-family: "FontAwesome";
}
.ce_accordion .toggler.active:before, .ce_accordion .toggler.active:hover:before {
  content: "\f0ab";
  font-family: "FontAwesome";
}
.ce_accordion .toggler:hover {
  cursor: pointer;
}
.ce_accordion .accordion {
  padding-left: 20px;
  padding-right: 20px;
}
.mod_breadcrumb {
  background-color: #008146;
  padding: 10px;
}
.mod_breadcrumb ul {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.mod_breadcrumb ul li {
  display: inline;
  color: #fff;
}
.mod_breadcrumb ul li span, .mod_breadcrumb ul li a {
  color: #fff;
  font-size: 17px;
}
.mod_breadcrumb ul li:after {
  content: ">";
  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: "\f015";
  font-family: "FontAwesome";
  width: 20px;
  height: 18px;
}
.mod_breadcrumb ul li:first-child a span {
  display: none;
}
/*************** TELEPHONE INTERACTIF *****************/
#tel {
  background-color: #f7aa00;
  border-radius: 9.8px;
  display: block;
  float: right;
  font-size: 23px;
  height: 32px;
  margin-right: -222px;
  padding: 12px;
  transition-duration: 1s;
  width: 264px;
  position: fixed;
  right: -7px;
  margin-top: 400px;
}
#tel .toggle-button {
  height: auto;
  margin-top: -4px;
  padding-right: 26px;
  width: 37px;
}
#tel .toggle-button:hover {
  cursor: pointer;
}
#tel .togglable {
  margin-bottom: -8px;
  margin-left: 54px;
  margin-top: -40px;
}
#tel .contactertel {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  margin-left: 54px;
}
#tel.active {
  margin-right: -45px !important;
  transition-duration: 1s;
}
.telephone img {
  float: none !important;
}
/* FOOTER */
#footer::before {
  content: "";
  background: url("/files/tabularasa/images/design/fond_page.jpg") repeat;
  height: 150px;
  width: 100%;
  display: block;
  position: relative;
}
#footer .inside {
  width: 100%;
  float: left;
  clear: both;
  padding: 30px 0;
  background-color: #0f0f0f;
}
#footer .infos p {
  color: #fff;
}
#footer .mentions {
  margin-bottom: 15px;
  text-align: right;
}
#footer .mentions a {
  color: #fff;
}
#footer .mentions a:hover {
  font-weight: 700;
}
#footer .tabularasa a {
  color: #fff;
  -webkit-transition-property: all;
  -webkit-transition-duration: "1s";
  -moz-transition-property: all;
  -moz-transition-duration: "1s";
  transition-property: all;
  transition-duration: "1s";
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.2);
  float: right;
  text-transform: uppercase;
}
#footer .tabularasa a:hover {
  background-color: #235784;
}
#footer ul li {
  color: #fff;
}
.separateur {
  background: url("/files/tabularasa/images/design/fond_pneu.jpg") center no-repeat;
  padding: 50px 0px;
  margin: 50px 0px;
}
.separateur p {
  color: #fff;
}
.separateur h2 {
  color: #fff !important;
}
.separateur_contact {
  background: url("/files/tabularasa/images/design/fond_pneu.jpg") center no-repeat;
  padding: 50px 0px;
  margin-top: 100px;
}
.separateur_contact p {
  color: #fff;
}
.separateur_contact h2 {
  color: #fff !important;
}
.separateur_contact div h2::before {
  display: none;
}
.contenu #container {
  background: url("/files/tabularasa/images/design/fond_page.jpg") repeat;
  padding-bottom: 150px;
}
.contenu #container:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background: url("/files/tabularasa/images/design/dekra_gauche.png") left 300px no-repeat, url("/files/tabularasa/images/design/dekra_droite.png") right 900px no-repeat, url("/files/tabularasa/images/design/dekra_gauche.png") left 1500px no-repeat, url("/files/tabularasa/images/design/dekra_droite.png") right 2200px no-repeat;
  top: 0px;
  z-index: 2;
  left: 0px;
}
.contenu .intro {
  font-size: 20px !important;
  margin: 0px 30px 75px 30px;
}
.contenu .intro p {
  text-align: center !important;
  font-style: italic;
}
.contenu #slide {
  height: 200px;
}
.contenu #main {
  position: relative;
  z-index: 3;
  margin-top: 0px;
}
.contenu #main h1 {
  position: initial;
  transform: initial;
  text-align: center;
  color: #4cab27;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 38px;
  margin-top: 100px;
}
.contenu #main h1:after {
  content: "";
  background-color: #4cab27;
  margin: 0 auto;
  height: 3px;
  width: 35px;
  display: block;
  margin-top: 15px;
}
.contenu #main h2 {
  margin-left: 20px;
  color: #0f0f0f;
}
.contenu #main h2::before {
  content: "#";
  font-size: 50px;
  line-height: inherit;
  height: auto;
  margin-bottom: -45px;
  margin-left: -20px;
  font-weight: 300;
}
.contenu #main h3 {
  color: #008146;
  font-weight: 700;
  text-transform: initial;
}
.contenu #main .mod_article p {
  margin-bottom: 20px;
}
.contenu #main .mod_article 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: #4cab27;
  color: #fff;
  float: left;
}
.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 .ce_text ul li {
  color: #0f0f0f;
}
.contenu #footer::before {
  display: none;
}
.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: #0f0f0f;
}
.layout_latest_liste {
  width: 46%;
  display: inline-table;
  margin-right: 3%;
  margin-bottom: 100px;
  float: left;
  height: 198px;
}
.layout_latest_liste .texte-droite {
  float: left;
  width: 63%;
}
.layout_latest_liste .texte-droite h2 {
  line-height: 24px;
  font-size: 19px;
  margin-top: 35px;
  margin-bottom: 11px;
}
.layout_latest_liste .texte-droite h2 a {
  color: #f7aa00;
}
.layout_latest_liste .texte-droite .date {
  color: #40a8c4;
  float: right;
  background: #bcdbdf;
  float: right;
  margin-bottom: 0 !important;
  padding: 2px 7px;
}
.layout_latest_liste .img-gauche {
  float: left;
}
.layout_latest_liste .img-gauche figure {
  margin-right: 11px;
}
.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 #slide {
  height: 300px;
}
.contact #container {
  background: url("/files/tabularasa/images/design/fond_page.jpg") repeat;
  padding-bottom: 150px;
}
.contact #container:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background: url("/files/tabularasa/images/design/dekra_gauche.png") left 300px no-repeat, url("/files/tabularasa/images/design/dekra_droite.png") right 900px no-repeat, url("/files/tabularasa/images/design/dekra_gauche.png") left 1500px no-repeat, url("/files/tabularasa/images/design/dekra_droite.png") right 2200px no-repeat;
  top: 0px;
  z-index: 2;
  left: 0px;
}
.contact #container h1 {
  position: initial;
  transform: initial;
  text-align: center;
  color: #4cab27;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 38px;
  margin-top: 100px;
}
.contact #container h1:after {
  content: "";
  background-color: #4cab27;
  margin: 0 auto;
  height: 3px;
  width: 35px;
  display: block;
  margin-top: 15px;
}
.contact #container h2 {
  margin-left: 20px;
  color: #0f0f0f;
}
.contact #container h2::before {
  content: "#";
  font-size: 50px;
  line-height: inherit;
  height: auto;
  margin-bottom: -45px;
  margin-left: -20px;
  font-weight: 300;
}
.contact #container h3 {
  color: #008146;
  font-weight: 700;
  text-transform: initial;
}
.contact #container #main {
  position: relative;
  z-index: 2;
  margin-top: 0px;
}
.contact form {
  width: 100%;
  margin: auto;
  letter-spacing: 0;
}
.contact form label {
  display: block;
  float: left;
  font-size: 13px;
  margin-top: 10px;
  padding: 10px 0px 0px 0px;
  width: 190px;
  text-transform: uppercase;
}
.contact form .formbody {
  margin: auto;
}
.contact form input, .contact form textarea {
  background-color: #fff;
  border: medium none;
  margin-top: 3px;
  padding: 8px 0 8px 8px;
  width: 100%;
  border-bottom: 3px #fff solid;
}
.contact form input:focus, .contact form textarea:focus, .contact form input:hover, .contact form textarea:hover {
  border-bottom: 3px #4cab27 solid;
}
.contact form .select .select {
  width: 100%;
  border: 0px;
  padding: 10px;
  margin-top: 20px;
}
.contact form .RGPDcontact {
  margin-top: 10px;
}
.contact form .RGPDcontact input {
  width: auto;
}
.contact form .RGPDcontact label {
  display: inline;
  float: none;
  text-transform: initial;
}
.contact form .submit {
  cursor: pointer;
  border: medium none;
  clear: both;
  -webkit-transition-property: all;
  -webkit-transition-duration: "1s";
  -moz-transition-property: all;
  -moz-transition-duration: "1s";
  transition-property: all;
  transition-duration: "1s";
}
.contact #footer::before {
  display: none;
}
.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 #0f0f0f 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: #4cab27;
  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;
}
.page_132 #article-226 section .col_1::before, .page_132 #article-226 section .col_2::before {
  content: "";
  font-size: 50px;
  line-height: inherit;
  height: auto;
  margin-bottom: -25px;
  font-weight: 300;
  display: inline-block;
  background: url("/files/tabularasa/images/design/quote.png") no-repeat;
  width: 50px;
  height: 35px;
}
.page_132 #article-226 section .ce_text {
  background-color: #fff;
  padding: 20px;
}
.page_132 #article-226 .col_1 .ce_text {
  margin-left: 25px;
}
.mod_sitemap ul.level_1 li {
  color: #fff;
  padding-left: 50px;
  text-indent: -21px;
}
.mod_sitemap ul.level_1 li::before {
  content: "\f00c";
  font-family: "FontAwesome";
  margin: 0px 8px 0px 0px;
  color: #4cab27;
}
.mod_sitemap ul.level_1 li:nth-child(7), .mod_sitemap ul.level_1 li:nth-child(8), .mod_sitemap ul.level_1 li:nth-child(9), .mod_sitemap ul.level_1 li:nth-child(10) {
  display: none;
}
.mod_sitemap ul.level_1 li ul.level_2 li:nth-child(7), .mod_sitemap ul.level_1 li ul.level_2 li:nth-child(8), .mod_sitemap ul.level_1 li ul.level_2 li:nth-child(9), .mod_sitemap ul.level_1 li ul.level_2 li:nth-child(10) {
  display: block;
}
.mod_sitemap .contact .level_2 {
  display: none;
}
.videoLigthBox {
  position: relative;
}
.videoLigthBox a::before {
  content: "";
  background: url("/files/tabularasa/images/design/lecture.png") no-repeat;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.videoLigthBox a img {
  float: inherit !important;
}
