/* Scss Document */
/* Scss Document */
footer .newsletter .overall h2::before, .home .mag .infos_mag .date_liens > a.feuilleter::before, .home .mag .infos_mag .date_liens > a.voir_articles::before, .home .alaune .carousel_actu figure figcaption::after, .home .alaune .carousel_actu .owl-nav .owl-next::before, .home .alaune .carousel_actu .owl-nav .owl-prev::before, .page .listing.agenda .bloc_item .item .txt .date::before, .page .archive .entete .mag .infos_mag .date_liens > a.feuilleter::before, .page .archive .entete .mag .infos_mag .date_liens > a.voir_articles::before, .page .archive .listing .bloc_item .item::before {
  font-family: 'icomoon'; }

/* CSS Document */
html {
  font-size: 100%;
  font-size: 62.5%; }

html, body {
  width: 100%;
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  line-height: normal;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  color: #000000;
  background: #f2f2f2;
  padding-top: 110px; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-style: normal;
  font-family: 'Muli'; }

ol, ul {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

p {
  margin: 1.1em 0; }

address {
  margin: .75em 0;
  font-style: normal; }

a {
  text-decoration: none;
  color: #14c7e2;
  cursor: pointer; }

a:hover {
  color: #000000; }

a img {
  border: none; }

em {
  font-style: italic; }

fieldset, form {
  margin: 0;
  padding: 0;
  border: none; }

button, input, select {
  vertical-align: middle; }

.clear {
  clear: both; }

.clearfix::after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

img {
  max-width: 100%;
  height: auto; }

article p {
  font-size: 1.5em; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.columns {
  -webkit-columns: 4;
  -moz-columns: 4;
  columns: 4;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  -webkit-column-rule: 1px solid #FFFFFF;
  -moz-column-rule: 1px solid #FFFFFF;
  column-rule: 1px solid #FFFFFF; }

.overall {
  margin: 0 auto;
  max-width: 1300px; }

.overallmax {
  margin: 0 auto;
  max-width: 1920px; }

@font-face {
  font-family: 'icomoon';
  src: url("font/fonts/icomoon.eot?b7krdl");
  src: url("font/fonts/icomoon.eot?b7krdl#iefix") format("embedded-opentype"), url("font/fonts/icomoon.woff2?b7krdl") format("woff2"), url("font/fonts/icomoon.ttf?b7krdl") format("truetype"), url("font/fonts/icomoon.woff?b7krdl") format("woff"), url("font/fonts/icomoon.svg?b7krdl#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-calendrier:before {
  content: "\e900"; }

.icon-check:before {
  content: "\e901"; }

.icon-facebook:before {
  content: "\e902"; }

.icon-fleche_droite:before {
  content: "\e903"; }

.icon-fleche_gauche:before {
  content: "\e904"; }

.icon-loupe:before {
  content: "\e905"; }

.icon-newsletter:before {
  content: "\e906"; }

.icon-tweeter:before {
  content: "\e907"; }

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.infinite {
  animation-iteration-count: infinite; }

.animated.hinge {
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s; }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }
.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }
.pulse {
  animation-name: pulse; }

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  animation-name: rubberBand; }

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }
.shake {
  animation-name: shake; }

@keyframes headShake {
  0% {
    transform: translateX(0); }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: translateX(0); } }
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake; }

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  transform-origin: top center;
  animation-name: swing; }

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    transform: scale3d(1, 1, 1); } }
.tada {
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none; }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    transform: none; } }
.wobble {
  animation-name: wobble; }

@keyframes jello {
  from, 11.1%, to {
    transform: none; }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
.jello {
  animation-name: jello;
  transform-origin: center; }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  animation-name: bounceIn; }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }
.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }
.bounceInLeft {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }
.bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  animation-name: bounceInUp; }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  animation-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  animation-name: bounceOutUp; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInUpBig {
  animation-name: fadeInUpBig; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  animation-name: fadeOutLeft; }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  animation-name: fadeOutRight; }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip; }

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@keyframes flipOutX {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@keyframes flipOutY {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    transform: none;
    opacity: 1; } }
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1; } }
.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }
.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }
.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }
.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }
.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  animation-name: hinge; }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }
  50% {
    transform: rotate(-10deg); }
  70% {
    transform: rotate(3deg); }
  to {
    opacity: 1;
    transform: scale(1); } }
.jackInTheBox {
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    transform: none; } }
.rollIn {
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  animation-name: rollOut; }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  animation-name: zoomInDown; }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  animation-name: zoomInLeft; }

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  animation-name: zoomInRight; }

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  animation-name: zoomInUp; }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
.zoomOut {
  animation-name: zoomOut; }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  animation-name: zoomOutDown; }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }
.zoomOutLeft {
  animation-name: zoomOutLeft; }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }
.zoomOutRight {
  animation-name: zoomOutRight; }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  animation-name: zoomOutUp; }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  animation-name: slideInRight; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  animation-name: slideInUp; }

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  animation-name: slideOutDown; }

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  animation-name: slideOutUp; }

.btn, .retour {
  display: table;
  margin: 30px auto;
  text-transform: uppercase;
  border: 1px solid #000000;
  color: #000000;
  transition: background 0.2s;
  padding: 20px 60px;
  font-size: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  position: relative; }
  .btn:hover, .retour:hover {
    background: #000000;
    color: #ffffff; }

.voir_tout {
  display: table;
  margin: 30px auto;
  text-transform: uppercase;
  border: 1px solid #000000;
  color: #000000;
  transition: background 0.2s;
  padding: 20px 60px;
  font-size: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  position: relative; }
  .voir_tout:hover {
    background: #000000;
    color: #ffffff; }

.btn_form {
  margin: 15px auto 0;
  color: #000000 !important;
  font-weight: 600 !important;
  background: none !important;
  transition: background .3s;
  letter-spacing: 0.05em;
  padding: 20px 30px !important;
  border: 1px solid #000000 !important; }
  .btn_form:hover {
    background: #000000 !important;
    border: 1px solid #000000 !important;
    color: #fff !important; }

.lien_def {
  display: inline-block;
  color: #000000;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase; }
  .lien_def::before {
    content: "\e901";
    font-family: 'icomoon';
    font-size: 1.5rem; }

.fermer {
  position: absolute;
  z-index: 5;
  top: 10px;
  right: 10px; }
  .fermer::before {
    content: '\e909';
    font-family: 'icomoon';
    font-size: 3.6em;
    font-weight: 600;
    color: #000000; }
  .fermer:hover::before {
    color: #000000; }

input[type="submit"], button {
  display: inline-block;
  color: #000000;
  font-size: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 60px;
  background: #ffffff;
  /* Old browsers */
  transition: background .2s;
  border: 1px solid #000000;
  cursor: pointer;
  line-height: 1em;
  margin: 15px 0 0 0; }
  input[type="submit"]:hover, button:hover {
    background: #000000;
    color: #ffffff; }

/* retablissement de l'apparance des selects (surtout ios) */
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

form span.select {
  display: block;
  background: url(../images/x2/puce_select.png);
  background-size: 35px;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-position: right center !important;
  margin: 15px 0;
  border-radius: 3px;
  padding: 5px; }
  form span.select > select {
    display: block;
    width: 100%;
    background-color: transparent !important;
    border: none;
    height: 30px;
    cursor: pointer;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    padding: 0 10px;
    color: #000000;
    font-size: 1.6rem; }

input[type="text"], textarea, input[type="tel"], input[type="email"], input[type="password"], input[type="date"], select {
  background: #ffffff;
  border: 1px solid #f2f2f2;
  padding: 10px 15px;
  display: inline-block;
  color: #000000;
  height: 42px;
  margin: 10px 0;
  font-family: 'Muli', sans-serif;
  font-size: 1.6rem; }

textarea {
  height: auto; }

input[type="radio"] {
  width: 24px !important;
  height: 24px !important;
  margin: 0 10px 0 0; }

@media (max-width: 780px) {
  form span.select {
    margin: 5px 0; } }
.pagination {
  text-align: center;
  font-size: 1.5rem;
  margin: 40px auto;
  display: table; }
  .pagination > li {
    display: inline-block;
    vertical-align: middle;
    padding: 8px; }
    .pagination > li > a {
      display: block;
      padding: 12px 10px;
      border: 1px solid #b3b3b3;
      color: #b3b3b3;
      width: 54px;
      height: 52px; }
      .pagination > li > a:hover {
        color: #000000;
        border: 1px solid #000000; }
    .pagination > li.actif > a {
      color: #000000;
      border: 1px solid #000000; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 110px;
  background: #ffffff;
  text-align: center;
  /*BURGER*/
  /*FIN_BURGER*/ }
  header .logo {
    background: url(../images/logo_endirect.svg) center no-repeat;
    background-size: 210px;
    width: 210px;
    height: 110px; }
  header .menu {
    display: inline-block;
    margin: 28px auto 0;
    position: relative; }
  header .deroulant {
    list-style: none;
    padding: 0;
    margin: 0; }
  header .deroulant > li {
    display: inline-block;
    position: relative; }
    header .deroulant > li.actif > a {
      color: #ffffff;
      background: #14c7e2; }
  header .deroulant > li a {
    color: #000000;
    display: block;
    padding: 20px 25px;
    font-size: 1.4em;
    line-height: 1em;
    font-weight: 300;
    text-transform: uppercase;
    background: #ffffff;
    transition: background 300ms; }
  header .deroulant > li:hover a {
    color: #ffffff;
    background: #14c7e2; }
  header .deroulant > li > ul {
    display: none;
    position: absolute;
    z-index: 3;
    background: #006ab1;
    margin: 0;
    padding: 5px;
    width: 250px;
    list-style: none;
    max-height: 0em;
    overflow: hidden;
    transition: 1s max-height 0.3s;
    -webkit-transition: 1s max-height 0.3s;
    -moz-transition: 1s max-height 0.3s;
    -o-transition: 1s max-height 0.3s;
    -ms-transition: 1s max-height 0.3s; }
  header .deroulant > li:hover ul {
    display: block;
    max-height: 26em; }
  header .deroulant > li > ul > li {
    float: left;
    width: 100%; }
  header .deroulant > li > ul > li a {
    color: #FFF;
    display: block;
    font-size: 1.3em;
    padding: 12px;
    background: #DDDDDD;
    border-bottom: 1px solid #004681;
    text-transform: inherit; }
  header .deroulant > li > ul > li a:hover {
    background: #0785c5;
    border-bottom: 1px solid #0785c5; }
  header .picto_menu::before {
    content: "";
    max-width: 35px;
    height: 4px;
    display: block;
    margin-bottom: 6px;
    background: #000000;
    transition: all 300ms; }
  header .picto_menu::after {
    content: "";
    max-width: 35px;
    height: 4px;
    display: block;
    background: #000000;
    transition: all 300ms; }
  header .picto_menu span {
    width: 35px;
    height: 4px;
    display: block;
    margin-bottom: 6px;
    background: #000000;
    transition: all 300ms; }
  header .picto_menu {
    float: left; }
  header .btn_menu {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 1.5em !important;
    line-height: 1em;
    cursor: pointer;
    display: none;
    text-transform: uppercase; }
  header .liens_header {
    position: absolute;
    right: 20px;
    top: 0; }
    header .liens_header > a {
      display: inline-block;
      vertical-align: middle; }
      header .liens_header > a.newsletter > span {
        color: #000000;
        font-size: 5rem;
        padding: 10px 15px; }

@media (max-width: 1200px) {
  header .deroulant > li a {
    padding: 20px 15px; }

  header .liens_header {
    right: 0; } }
@media (max-width: 1024px) {
  header {
    height: 60px; }

  body {
    padding-top: 60px; }

  header .logo {
    background-size: 140px;
    width: 150px;
    height: 60px; }

  header .liens_header > a {
    height: 60px; }

  header .liens_header > a.newsletter > span {
    font-size: 4rem;
    padding: 10px;
    display: block; }

  header .liens_header > a.ufc img {
    max-height: 60px; }

  header .menu {
    margin: 0;
    position: inherit;
    display: block;
    width: 100%; }

  header .btn_menu {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    padding: 18px;
    border-right: 1px solid #f2f2f2; }

  header .btn_menu.actif .picto_menu span {
    background: transparent; }

  header .btn_menu.actif .picto_menu::after {
    transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important;
    -webkit-transform: rotate(45deg) !important;
    margin-top: -19px; }

  header .btn_menu.actif .picto_menu::before {
    transform: rotate(-45deg) !important;
    -ms-transform: rotate(-45deg) !important;
    -webkit-transform: rotate(-45deg) !important;
    margin-top: 8px; }

  header .deroulant {
    z-index: 12;
    display: none;
    background: #000000;
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0; }

  header .deroulant li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #191919; }

  header .deroulant li:last-of-type {
    border-bottom: none; }

  header .deroulant li a {
    margin: 0;
    padding: 30px;
    color: #ffffff;
    background: #000000;
    text-align: left; }

  header .deroulant.actif {
    display: block; }

  header .deroulant > li {
    float: left; }

  header .deroulant > li > ul {
    /*display:block;*/
    position: inherit;
    width: 100%; } }
@media (max-width: 480px) {
  header .logo {
    background-size: 110px;
    width: 110px; } }
footer {
  display: block;
  background: #ffffff; }
  footer .overall {
    text-align: center; }
  footer .newsletter {
    display: block;
    vertical-align: top;
    background: #000000;
    color: #ffffff; }
    footer .newsletter .overall {
      padding: 40px 0 40px 375px;
      position: relative; }
      footer .newsletter .overall h2 {
        position: absolute;
        left: 0;
        top: 45px;
        font-size: 4.4rem;
        font-weight: 900;
        margin: 0; }
        footer .newsletter .overall h2::before {
          content: '\e906';
          color: #ffffff;
          font-size: 5rem;
          display: inline-block;
          vertical-align: middle;
          font-weight: 300;
          margin: -5px 15px 0 0; }
      footer .newsletter .overall form {
        display: block;
        position: relative;
        padding: 0 130px 0 0; }
        footer .newsletter .overall form input[type="email"] {
          display: block;
          width: 100%; }
        footer .newsletter .overall form button {
          position: absolute;
          top: -18px;
          right: 0;
          background: transparent;
          padding: 0px 24px;
          border: none;
          margin: 0; }
          footer .newsletter .overall form button > span {
            color: #14c7e2;
            font-size: 8rem;
            transition: color 0.3s; }
          footer .newsletter .overall form button:hover > span {
            color: #ffffff; }
  footer .social_wall {
    display: block;
    margin-bottom: 50px; }
    footer .social_wall h2 {
      color: #999999;
      font-size: 4.4rem;
      font-weight: 900;
      display: block;
      text-align: center;
      margin: 50px 0 20px 0; }
    footer .social_wall .lien_reseau {
      display: table;
      margin: 20px auto; }
      footer .social_wall .lien_reseau > li {
        display: inline-block;
        vertical-align: middle;
        position: relative; }
        footer .social_wall .lien_reseau > li > a {
          display: block;
          padding: 10px; }
          footer .social_wall .lien_reseau > li > a > span {
            color: #999999;
            font-size: 4rem;
            transition: color 0.3s; }
          footer .social_wall .lien_reseau > li > a:hover > span {
            color: #000000; }
        footer .social_wall .lien_reseau > li:first-of-type::after {
          content: ' / ';
          position: absolute;
          top: -2px;
          right: -5px;
          font-size: 5rem;
          color: #999999;
          font-weight: 300; }
    footer .social_wall .mur {
      display: block;
      position: relative; }
      footer .social_wall .mur > li {
        float: left;
        width: 25%; }
        footer .social_wall .mur > li > a {
          display: block;
          overflow: hidden;
          height: 300px;
          position: relative; }
          footer .social_wall .mur > li > a > img {
            max-width: 600px !important;
            max-height: 600px !important;
            min-width: 300px !important;
            width: auto !important;
            min-height: 300px !important;
            position: relative;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%) scale(1);
            transition: transform .3s; }
          footer .social_wall .mur > li > a > .picto_mur {
            position: absolute;
            z-index: 1;
            top: 30px;
            left: 0;
            width: 60px;
            height: 60px;
            color: #ffffff;
            text-align: center;
            font-size: 4rem;
            line-height: 6rem;
            transition-delay: 0.5s;
            opacity: 0;
            transition: all 0.3s ease; }
          footer .social_wall .mur > li > a > .over {
            opacity: 0;
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 2;
            font-size: 1.4rem;
            width: 100%;
            height: 100%;
            padding: 100px 50px 50px 50px;
            color: #ffffff;
            text-align: center;
            background: rgba(35, 124, 187, 0.9);
            transition: opacity 0.3s ease; }
          footer .social_wall .mur > li > a:hover > .over {
            opacity: 1;
            display: block; }
          footer .social_wall .mur > li > a:hover > .picto_mur {
            opacity: 1;
            z-index: 3;
            top: 30px;
            left: calc(50% - 30px);
            border-radius: 50%; }
        footer .social_wall .mur > li.twitter > a > .over {
          background: rgba(20, 199, 226, 0.9); }
  footer .partenaires {
    display: block;
    margin: 30px auto; }
    footer .partenaires > li {
      float: left;
      width: 20%;
      padding: 0 20px; }
      footer .partenaires > li > a {
        display: block;
        text-align: center; }
        footer .partenaires > li > a .img {
          display: block;
          height: 120px;
          position: relative; }
          footer .partenaires > li > a .img > img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
        footer .partenaires > li > a .libelle {
          display: block;
          color: #b3b3b3;
          text-align: center;
          font-size: 1.3rem;
          font-style: italic; }
  footer .liens_footer {
    display: inline-block;
    margin: 50px auto; }
    footer .liens_footer > li {
      display: inline-block;
      vertical-align: middle;
      padding: 0 15px;
      position: relative; }
      footer .liens_footer > li > a {
        color: #808080;
        font-size: 1.5rem;
        padding: 10px;
        transition: color 0.3s; }
        footer .liens_footer > li > a:hover {
          color: #000000; }
      footer .liens_footer > li::after {
        content: ' / ';
        font-size: 1.5rem;
        color: #808080;
        position: absolute;
        right: 0px;
        top: 0px; }
      footer .liens_footer > li:last-of-type::after {
        display: none; }

@media (max-width: 1525px) {
  footer .newsletter .overall h2::before {
    margin: -5px 15px 0 20px; } }
@media (max-width: 1024px) {
  footer .social_wall .mur > li:last-of-type {
    display: none; }

  footer .social_wall .mur > li {
    width: 33.3333%; } }
@media (max-width: 960px) {
  footer .partenaires > li > a .libelle {
    display: none; }

  footer .partenaires {
    margin: 0 auto; }

  footer .social_wall h2 {
    font-size: 2.5rem; } }
@media (max-width: 780px) {
  footer .newsletter .overall h2 {
    position: inherit;
    left: inherit;
    top: inherit; }

  footer .newsletter .overall {
    padding: 20px; }

  footer .social_wall .mur {
    display: none; }

  footer .social_wall {
    margin-bottom: 20px; }

  footer .partenaires > li {
    width: 33.3333%; }

  footer .liens_footer {
    margin: 20px auto; } }
@media (max-width: 480px) {
  footer .newsletter .overall form button {
    padding: 0; }

  footer .newsletter .overall form button > span {
    font-size: 7rem; }

  footer .newsletter .overall form {
    padding: 0 70px 0 0; }

  footer .partenaires > li > a .img {
    height: 70px; } }
.home .titre_home {
  font-style: italic;
  font-size: 1.7rem;
  font-weight: 400;
  margin: 0;
  padding: 50px;
  display: block;
  text-align: center; }
.home .mag {
  position: relative;
  display: inline-block; }
  .home .mag .couv {
    position: relative;
    z-index: 2;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
    float: left;
    transition: all 0.4s;
    width: 44%; }
    .home .mag .couv > a {
      display: block; }
      .home .mag .couv > a img {
        display: block; }
    .home .mag .couv:hover {
      box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25); }
  .home .mag .infos_mag {
    float: left;
    position: relative;
    width: 56%; }
    .home .mag .infos_mag .titre {
      display: block;
      background: #000000;
      color: #ffffff;
      font-size: 4.6rem;
      font-weight: 900;
      margin: 40px 0 0 0;
      width: calc(100% - 150px);
      padding: 25px 45px 130px 45px; }
      .home .mag .infos_mag .titre.rouge {
        background: #e00000; }
    .home .mag .infos_mag .date_liens {
      position: absolute;
      top: 150px;
      left: 0;
      background: #ffffff;
      width: calc(100% - 195px);
      padding: 30px 45px; }
      .home .mag .infos_mag .date_liens .date {
        font-size: 4.2rem;
        font-weight: 300;
        text-transform: uppercase;
        line-height: 4.5rem;
        display: block;
        margin: 0 0 50px 0; }
        .home .mag .infos_mag .date_liens .date.rouge {
          color: #e00000; }
      .home .mag .infos_mag .date_liens > a {
        display: block;
        padding: 20px 60px;
        font-size: 1.5rem;
        font-weight: 800;
        text-transform: uppercase;
        text-align: center;
        margin: 0 0 20px 0;
        position: relative; }
        .home .mag .infos_mag .date_liens > a.feuilleter {
          background: #000000;
          color: #ffffff;
          transition: background 0.2s; }
          .home .mag .infos_mag .date_liens > a.feuilleter::before {
            content: '\e903';
            position: absolute;
            left: 14px;
            top: 14px;
            color: #ffffff;
            font-size: 3rem;
            font-weight: 400;
            transition: left 0.3s; }
          .home .mag .infos_mag .date_liens > a.feuilleter.rouge {
            background: #e00000; }
          .home .mag .infos_mag .date_liens > a.feuilleter:hover {
            background: #000000; }
            .home .mag .infos_mag .date_liens > a.feuilleter:hover::before {
              left: 20px; }
        .home .mag .infos_mag .date_liens > a.voir_articles {
          border: 1px solid #000000;
          color: #000000;
          transition: background 0.2s; }
          .home .mag .infos_mag .date_liens > a.voir_articles::before {
            content: '\e905';
            position: absolute;
            left: 14px;
            top: 14px;
            color: #000000;
            font-size: 3rem;
            font-weight: 400;
            transition: left 0.3s; }
          .home .mag .infos_mag .date_liens > a.voir_articles:hover {
            background: #000000;
            color: #ffffff; }
            .home .mag .infos_mag .date_liens > a.voir_articles:hover::before {
              color: #ffffff;
              left: 20px; }
  .home .mag .nav_slide_mag {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%); }
    .home .mag .nav_slide_mag a > span {
      color: #b3b3b3;
      font-size: 8rem;
      transition: color 0.2s; }
    .home .mag .nav_slide_mag a.precedent {
      float: left;
      margin-left: -100px;
      transition: margin 0.2s; }
    .home .mag .nav_slide_mag a.suivant {
      float: right;
      margin-right: -100px;
      transition: margin 0.2s; }
    .home .mag .nav_slide_mag a:hover > span {
      color: #000000; }
    .home .mag .nav_slide_mag a:hover.precedent {
      margin-left: -105px; }
    .home .mag .nav_slide_mag a:hover.suivant {
      margin-right: -105px; }
.home .alaune {
  display: block;
  padding: 0 0 30px 0; }
  .home .alaune h2 {
    font-size: 6rem;
    font-weight: 900;
    display: block;
    text-align: center; }
  .home .alaune .carousel_actu .owl-stage-outer {
    z-index: 2; }
  .home .alaune .carousel_actu {
    display: block;
    width: 100%; }
    .home .alaune .carousel_actu figure {
      margin: 0;
      display: block;
      position: relative;
      z-index: 2; }
      .home .alaune .carousel_actu figure img {
        display: block; }
      .home .alaune .carousel_actu figure figcaption {
        display: block;
        background: #ffffff;
        padding: 25px 35px 45px 35px;
        height: 150px;
        transition: background 0.5s; }
        .home .alaune .carousel_actu figure figcaption > a {
          font-size: 2.2rem;
          font-weight: 400;
          color: #000000;
          line-height: 2.2rem; }
          .home .alaune .carousel_actu figure figcaption > a::before {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            content: "";
            z-index: 2; }
        .home .alaune .carousel_actu figure figcaption::after {
          position: absolute;
          color: #b3b3b3;
          content: '\e903';
          font-size: 3rem;
          bottom: 10px;
          right: 10px;
          z-index: 1;
          transition: right 0.2s, color 0.2s; }
      .home .alaune .carousel_actu figure:hover figcaption {
        background: #f2f2f2; }
        .home .alaune .carousel_actu figure:hover figcaption::after {
          right: 5px;
          color: #14c7e2; }
    .home .alaune .carousel_actu .owl-nav {
      position: absolute;
      z-index: 1;
      bottom: calc(50% - 30px);
      left: 0;
      width: 100%; }
      .home .alaune .carousel_actu .owl-nav .owl-next {
        float: right;
        margin-right: -80px;
        position: relative;
        font-size: 0;
        width: 60px;
        overflow: hidden;
        height: 60px;
        transition: margin 0.3s; }
        .home .alaune .carousel_actu .owl-nav .owl-next::before {
          content: '\e903';
          display: inline-block;
          vertical-align: middle;
          color: #b3b3b3;
          font-size: 6rem;
          transition: color 0.2s; }
        .home .alaune .carousel_actu .owl-nav .owl-next:hover {
          margin-right: -85px; }
          .home .alaune .carousel_actu .owl-nav .owl-next:hover::before {
            color: #000000; }
      .home .alaune .carousel_actu .owl-nav .owl-prev {
        float: left;
        position: relative;
        margin-left: -80px;
        font-size: 0;
        width: 60px;
        overflow: hidden;
        height: 60px;
        transition: margin 0.3s; }
        .home .alaune .carousel_actu .owl-nav .owl-prev::before {
          content: '\e904';
          display: inline-block;
          vertical-align: middle;
          color: #b3b3b3;
          font-size: 6rem;
          transition: color 0.2s; }
        .home .alaune .carousel_actu .owl-nav .owl-prev:hover {
          margin-left: -85px; }
          .home .alaune .carousel_actu .owl-nav .owl-prev:hover::before {
            color: #000000; }

.zoomsur {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background: #ffffff;
  padding: 0 0 50px 0; }
  .zoomsur .overall {
    position: relative;
    padding: 0 396px 0 0; }
  .zoomsur h2 {
    display: inline-block;
    color: #14c7e2;
    font-size: 6rem;
    font-weight: 900;
    margin-bottom: 32px; }
  .zoomsur .liste_zoom_sur {
    display: inline-block;
    margin: 0 -10px; }
    .zoomsur .liste_zoom_sur > div {
      float: left;
      width: 33.3333%;
      padding: 10px; }
      .zoomsur .liste_zoom_sur > div figure {
        padding: 0;
        margin: 0;
        position: relative;
        transition: box-shadow 0.5s; }
        .zoomsur .liste_zoom_sur > div figure img {
          display: block;
          width: 100%; }
        .zoomsur .liste_zoom_sur > div figure figcaption {
          display: block;
          background: #f2f2f2;
          padding: 25px 35px 45px 35px;
          height: 130px;
          transition: background 0.3s; }
          .zoomsur .liste_zoom_sur > div figure figcaption > a {
            display: block;
            text-align: center;
            color: #000000;
            font-size: 1.8rem;
            font-weight: 900; }
            .zoomsur .liste_zoom_sur > div figure figcaption > a::before {
              position: absolute;
              top: 0;
              bottom: 0;
              left: 0;
              right: 0;
              content: "";
              z-index: 2; }
        .zoomsur .liste_zoom_sur > div figure:hover {
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1); }
          .zoomsur .liste_zoom_sur > div figure:hover figcaption {
            background: #ffffff; }

.recherche_article {
  float: right;
  margin: 50px -396px 0 0;
  width: 336px;
  background: #14c7e2;
  padding: 40px 42px;
  color: #ffffff;
  font-size: 1.6rem; }
  .recherche_article .titre {
    font-weight: 900;
    font-size: 3.6rem;
    line-height: 1em; }
  .recherche_article form input, .recherche_article form select, .recherche_article form button, .recherche_article form span {
    width: 100%;
    display: inline-block; }
  .recherche_article form button {
    border: 1px solid #ffffff;
    background: transparent;
    color: #ffffff; }
    .recherche_article form button:hover {
      background: #ffffff;
      color: #000000; }
  .recherche_article form input.datepicker {
    width: calc(50% - 10px); }
    .recherche_article form input.datepicker:last-of-type {
      float: right; }
  .recherche_article form input[type="text"] {
    margin-bottom: 25px; }

@media (max-width: 1525px) {
  .home .mag {
    padding: 0 80px; }

  .home .mag .nav_slide_mag a.precedent, .home .mag .nav_slide_mag a.suivant, .home .mag .infos_mag .titre {
    margin: 0; }
    .home .mag .nav_slide_mag a.precedent:hover, .home .mag .nav_slide_mag a.suivant:hover, .home .mag .infos_mag .titre:hover {
      margin: 0; }

  .home .mag .infos_mag .date_liens {
    top: 110px; }

  .home .alaune .carousel_actu .owl-nav {
    position: inherit;
    left: inherit;
    bottom: inherit;
    width: auto; }

  .home .alaune .carousel_actu .owl-nav .owl-prev, .home .alaune .carousel_actu .owl-nav .owl-next {
    margin: 0; }
    .home .alaune .carousel_actu .owl-nav .owl-prev:hover, .home .alaune .carousel_actu .owl-nav .owl-next:hover {
      margin: 0; }

  .home .alaune {
    padding: 0 20px 30px 20px; }

  .zoomsur {
    padding: 0 20px 50px 20px; } }
@media (max-width: 1200px) {
  .home .mag .infos_mag .titre {
    width: 100%; }

  .home .mag .infos_mag .date_liens {
    width: calc(100% - 50px); }

  .home .mag .infos_mag .date_liens .date {
    font-size: 3.2rem;
    line-height: 3.5rem; }

  .zoomsur .overall {
    padding: 0; }

  .zoomsur .recherche_article {
    float: left;
    margin: 0 0 10px 0;
    width: 100%; }

  .zoomsur h2 {
    width: 100%;
    text-align: center; } }
@media (max-width: 960px) {
  .home .mag .infos_mag .illustration {
    display: none; }

  .home .mag .infos_mag .date_liens {
    width: 100%; }

  .home .mag .infos_mag .date_liens .date br {
    display: none; }

  .home .mag .infos_mag .titre {
    font-size: 3.6rem; }

  .home .mag .infos_mag .date_liens .date {
    font-size: 2.8rem;
    margin: 0 0 30px 0; }

  .home .mag .infos_mag .date_liens {
    top: 100px;
    position: inherit;
    top: inherit; }

  .home .mag .infos_mag .titre {
    padding: 25px 45px; }

  .home .alaune h2, .zoomsur h2 {
    font-size: 4rem; }

  .zoomsur .recherche_article {
    padding: 20px; } }
@media (max-width: 780px) {
  .home .mag .couv {
    width: 100%; }

  .home .mag .infos_mag {
    width: 100%; }

  .home .mag {
    max-width: 480px;
    margin: auto;
    display: block;
    padding: 0; }

  .home .mag .nav_slide_mag a > span {
    font-size: 5rem; }

  .home .mag .nav_slide_mag {
    position: inherit;
    transform: none;
    top: inherit;
    left: inherit; }

  .home .titre_home {
    padding: 20px 20px 0 20px; }

  .zoomsur .liste_zoom_sur > div:last-of-type {
    display: none; }

  .zoomsur .liste_zoom_sur > div {
    width: 50%; }

  .zoomsur .recherche_article form input[type="date"] {
    width: 100%;
    display: block;
    float: left; } }
@media (max-width: 480px) {
  .home .mag {
    max-width: 320px; }

  .home .mag .infos_mag .titre {
    padding: 20px;
    font-size: 2.6rem; }

  .home .mag .infos_mag .date_liens {
    padding: 20px; }

  .home .mag .infos_mag .date_liens .date {
    font-size: 2rem;
    margin-bottom: 20px; }

  .zoomsur .liste_zoom_sur > div {
    width: 100%; }

  .zoomsur .liste_zoom_sur > div figure figcaption {
    height: auto; } }
.fil_ariane {
  display: block;
  margin: 10px 0; }
  .fil_ariane > li {
    display: inline-block;
    vertical-align: middle;
    position: relative; }
    .fil_ariane > li > a {
      display: block;
      padding: 10px 15px;
      color: #191919;
      font-size: 1.6rem;
      font-style: italic; }
      .fil_ariane > li > a:hover {
        color: #000000; }
    .fil_ariane > li::after {
      content: ' / ';
      position: absolute;
      right: -6px;
      top: 6px;
      color: #191919;
      font-size: 2rem; }

.page {
  font-size: 1.6rem;
  line-height: 2.5rem;
  display: block;
  padding: 0 0 40px 0; }
  .page h1 {
    font-size: 6rem;
    font-weight: 900; }
  .page h2 {
    background: #14c7e2;
    color: #ffffff;
    display: inline-block;
    padding: 15px 20px;
    width: auto; }
  .page .img_full {
    display: block; }
    .page .img_full > img {
      max-width: 100%; }
  .page .col_gauche {
    float: left;
    padding: 30px 0;
    width: calc(50% - 30px); }
    .page .col_gauche > img {
      max-width: 100%;
      width: 100%; }
  .page .col_droite {
    float: right;
    padding: 30px 0;
    width: calc(50% - 30px); }
    .page .col_droite > img {
      max-width: 100%;
      width: 100%; }
  .page .listing {
    display: block;
    margin: 20px -40px; }
    .page .listing .bloc_item {
      float: left;
      width: 50%;
      padding: 20px 40px; }
      .page .listing .bloc_item .item {
        display: block;
        background: #ffffff;
        height: 240px;
        position: relative;
        padding: 0 0 0 260px;
        transition: box-shadow 0.4s; }
        .page .listing .bloc_item .item .img {
          position: absolute;
          top: 0;
          left: 0;
          width: 260px;
          height: 240px;
          overflow: hidden; }
        .page .listing .bloc_item .item .txt {
          display: block;
          padding: 30px; }
          .page .listing .bloc_item .item .txt > a {
            font-size: 2.2rem;
            color: #000000;
            display: block; }
            .page .listing .bloc_item .item .txt > a::before {
              position: absolute;
              top: 0;
              bottom: 0;
              left: 0;
              right: 0;
              content: ""; }
          .page .listing .bloc_item .item .txt .publie {
            color: #b3b3b3;
            line-height: 1.8rem;
            display: block;
            margin-top: 15px; }
        .page .listing .bloc_item .item:hover {
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); }
          .page .listing .bloc_item .item:hover a {
            color: #14c7e2; }
    .page .listing.agenda .bloc_item .item .txt > a {
      font-size: 1.6rem;
      font-weight: 700; }
    .page .listing.agenda .bloc_item .item .txt .date {
      color: #f78714;
      text-transform: uppercase;
      font-size: 1.8rem;
      display: block;
      position: relative;
      padding: 0 0 10px 30px; }
      .page .listing.agenda .bloc_item .item .txt .date::before {
        content: '\e900';
        position: absolute;
        left: -3px;
        top: 0;
        font-size: 3rem;
        color: #f78714; }
    .page .listing.agenda .bloc_item .item:hover {
      box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); }
      .page .listing.agenda .bloc_item .item:hover a {
        color: #f78714; }
  .page .archive .entete {
    display: block;
    padding: 0 0 0 396px;
    margin-bottom: 50px; }
    .page .archive .entete .recherche_article {
      float: left;
      margin: 0 0 0 -396px; }
    .page .archive .entete .mag {
      display: block;
      background: #ffffff; }
      .page .archive .entete .mag .couv {
        width: 44%;
        float: left; }
        .page .archive .entete .mag .couv > img {
          display: block; }
      .page .archive .entete .mag .infos_mag {
        float: left;
        width: 56%; }
        .page .archive .entete .mag .infos_mag .titre {
          display: block;
          color: #ffffff;
          background: #000000;
          font-size: 4.6rem;
          font-weight: 900;
          padding: 30px 45px 35px 45px;
          line-height: 4rem; }
          .page .archive .entete .mag .infos_mag .titre.rouge {
            background: #e00000; }
          .page .archive .entete .mag .infos_mag .titre > span {
            display: block;
            font-size: 2.6rem;
            font-weight: 700; }
        .page .archive .entete .mag .infos_mag .date_liens {
          display: block;
          padding: 30px 45px; }
          .page .archive .entete .mag .infos_mag .date_liens .date {
            font-size: 4.2rem;
            font-weight: 300;
            text-transform: uppercase;
            line-height: 4.5rem;
            display: block;
            margin: 0 0 50px 0; }
            .page .archive .entete .mag .infos_mag .date_liens .date.rouge {
              color: #e00000; }
          .page .archive .entete .mag .infos_mag .date_liens > a {
            display: block;
            padding: 20px 60px;
            font-size: 1.5rem;
            font-weight: 800;
            text-transform: uppercase;
            text-align: center;
            margin: 0 0 20px 0;
            position: relative; }
            .page .archive .entete .mag .infos_mag .date_liens > a.feuilleter {
              background: #000000;
              color: #ffffff;
              transition: background 0.2s; }
              .page .archive .entete .mag .infos_mag .date_liens > a.feuilleter.rouge {
                background: #e00000; }
              .page .archive .entete .mag .infos_mag .date_liens > a.feuilleter::before {
                content: '\e903';
                position: absolute;
                left: 14px;
                top: 20px;
                color: #ffffff;
                font-size: 3rem;
                font-weight: 400;
                transition: left 0.3s; }
              .page .archive .entete .mag .infos_mag .date_liens > a.feuilleter:hover {
                background: #000000; }
                .page .archive .entete .mag .infos_mag .date_liens > a.feuilleter:hover::before {
                  left: 20px; }
            .page .archive .entete .mag .infos_mag .date_liens > a.voir_articles {
              border: 1px solid #000000;
              color: #000000;
              transition: background 0.2s; }
              .page .archive .entete .mag .infos_mag .date_liens > a.voir_articles::before {
                content: '\e905';
                position: absolute;
                left: 14px;
                top: 20px;
                color: #000000;
                font-size: 3rem;
                font-weight: 400;
                transition: left 0.3s; }
              .page .archive .entete .mag .infos_mag .date_liens > a.voir_articles:hover {
                background: #000000;
                color: #ffffff; }
                .page .archive .entete .mag .infos_mag .date_liens > a.voir_articles:hover::before {
                  color: #ffffff;
                  left: 20px; }
  .page .archive .listing {
    margin: 20px -10px; }
    .page .archive .listing .bloc_item {
      width: 33.3333%;
      padding: 20px 10px; }
      .page .archive .listing .bloc_item .item {
        height: 280px;
        padding: 30px 30px 40px 30px; }
        .page .archive .listing .bloc_item .item .txt {
          padding: 0; }
          .page .archive .listing .bloc_item .item .txt .date {
            color: #14c7e2;
            text-transform: uppercase;
            font-size: 1.8rem; }
          .page .archive .listing .bloc_item .item .txt > a {
            font-size: 1.8rem;
            font-weight: 900; }
        .page .archive .listing .bloc_item .item::before {
          content: '\e903';
          position: absolute;
          bottom: 20px;
          right: 20px;
          color: #b3b3b3;
          font-size: 3.2rem; }
  .page .detail_article {
    display: block;
    background: #ffffff;
    padding: 30px;
    position: relative; }
    .page .detail_article .infos_action {
      display: block;
      background: #f2f2f2;
      padding: 20px 30px;
      color: #14c7e2; }
    .page .detail_article .share {
      position: absolute;
      top: 0;
      right: 0;
      padding: 5px;
      background-color: #ffffff;
      transform: translate(100%, 0); }
      .page .detail_article .share ul li a {
        display: block;
        margin: 0 0 5px 0; }
        .page .detail_article .share ul li a:hover {
          background-color: #EFEFEF; }
        .page .detail_article .share ul li a img {
          display: block;
          margin: 0px !important; }
      .page .detail_article .share ul li:last-child {
        margin-bottom: 0px; }
    .page .detail_article .img {
      float: right;
      margin: 30px; }
    .page .detail_article .txt .en_avant {
      display: block;
      background: #14c7e2;
      color: #ffffff;
      padding: 20px 30px;
      margin: 30px 0; }
    .page .detail_article .txt .contact {
      display: block;
      border: 1px solid #f2f2f2;
      padding: 20px 30px;
      font-style: italic; }

@media (max-width: 1525px) {
  .page {
    padding: 0 20px 40px 20px; }

  .page .listing {
    margin: 20px 0px; }

  .page .listing .bloc_item {
    padding: 20px; } }
@media (max-width: 1200px) {
  .page .listing .bloc_item {
    width: 100%;
    padding: 20px 0; }

  .page.archive .entete .recherche_article {
    float: left;
    margin: 0 0 10px 0;
    width: 100%; }

  .page.archive .entete {
    padding: 0; }

  .page .detail_article .share {
    transform: translate(0, -100%); }
    .page .detail_article .share ul li {
      display: inline-block;
      vertical-align: middle; } }
@media (max-width: 1024px) {
  .page .col_gauche, .page .col_droite {
    width: 100%; }

  .page.archive .listing .bloc_item {
    width: 50%; } }
@media (max-width: 960px) {
  .page h1 {
    font-size: 4rem; }

  .page h2 {
    font-size: 2rem; }

  .page.archive .entete .recherche_article {
    padding: 20px; }

  .page .detail_article .img {
    float: none;
    text-align: center;
    display: block;
    margin: 20px auto; } }
@media (max-width: 780px) {
  .page .listing .bloc_item .item .txt > a {
    font-size: 1.7rem; }

  .page .listing .bloc_item .item .img {
    position: inherit;
    left: inherit;
    top: inherit;
    float: right;
    width: 130px;
    height: 120px;
    margin: 0 0 10px 10px; }

  .page .listing .bloc_item .item {
    padding: 20px;
    height: inherit; }

  .page .listing .bloc_item .item .txt {
    padding: 0; }

  .page.archive .listing .bloc_item {
    width: 100%;
    padding: 20px 0; }

  .page.archive .listing .bloc_item .item {
    height: auto; }

  .page.archive .listing {
    margin: 20px 0; }

  .page.archive .entete .mag .couv {
    width: 100%; }

  .page.archive .entete .mag .infos_mag {
    width: 100%; }

  .page.archive .entete .mag {
    max-width: 480px;
    margin: auto;
    display: block;
    padding: 0; }

  .page.archive .entete .recherche_article form input[type="date"] {
    width: 100%;
    display: block;
    float: left; }

  .page.archive .entete {
    margin-bottom: 15px; }

  .fil_ariane {
    display: none; } }
@media (max-width: 480px) {
  .page .listing .bloc_item .item .img {
    width: 80px;
    height: 73px;
    float: none;
    display: block;
    margin: 0 auto 10px; }

  .page.archive .entete .mag {
    max-width: 320px; }

  .page.archive .entete .mag .infos_mag .titre {
    padding: 20px;
    font-size: 2.6rem; }

  .page.archive .entete .mag .infos_mag .date_liens {
    padding: 20px; }

  .page.archive .entete .mag .infos_mag .date_liens .date {
    font-size: 2rem;
    margin-bottom: 20px; }

  .page h1 {
    font-size: 2.6rem; }

  .page .detail_article {
    padding: 20px; } }

/*# sourceMappingURL=style.css.map */
