@charset "utf-8";
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  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;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* fix firefox animation glitch */ }

.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-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

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

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none; }

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

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: transparent;
  background-image: url(../../Images/gauche.png);
  background-size: 100% auto;
  background-position: center;
  background-repeat: none;
  position: absolute;
  top: 50%;
  margin-top: -32px;
  right: 0px; }
  .owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
    background-image: url(../../Images/gauche_hover.png); }
  .owl-carousel .owl-nav button.owl-prev.disabled, .owl-carousel .owl-nav button.owl-next.disabled {
    display: none; }
  @media screen and (min-width: 1380px) {
  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    right: -18px; } }

.owl-carousel .owl-nav button.owl-prev {
  background-image: url(../../Images/droite.png);
  background-size: 105% auto;
  background-repeat: none;
  right: auto;
  left: 0px; }
  .owl-carousel .owl-nav button.owl-prev:hover {
    background-image: url(../../Images/droite_hover.png); }
  @media screen and (min-width: 1380px) {
  .owl-carousel .owl-nav button.owl-prev {
    right: -18px;
    left: -12px; } }

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.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 {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-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 - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -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;
  transition: height 500ms ease-in-out; }
/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
   This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
   calculation of the height of the owl-item that breaks page layouts
   */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 1400ms ease;
  transition: opacity 1400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  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: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  transform: 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;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #fff;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

/* generic transform*/
/* rotate*/
/* scale*/
/* scale*/
/* translate*/
/* skew*/
/*transform origin*/
.ce-left, .ce-right {
  *zoom: 1; }
  .ce-left:before, .ce-right:before, .ce-left:after, .ce-right:after {
    content: " ";
    display: table; }
  .ce-left:after, .ce-right:after {
    clear: both; }

.hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
/*bleu marine*/
/*bleu turquoise*/
/*doré*/
body > header {
  background: #253b48;
  height: 70px; }
  body > header li {
    list-style: none; }

header.header {
  position: fixed;
  z-index: 9999;
  width: 100%; }

body.overhidden {
  overflow: hidden; }
  @media only screen and (min-width: 48rem) {
  body.overhidden {
    overflow: auto; } }

#menu_principal {
  position: absolute;
  overflow: hidden;
  top: 70px;
  left: -387px;
  z-index: 50;
  background: #fff;
  transition: all 0.4s ease-out; }
  #menu_principal.open {
    display: inline-block;
    overflow: visible;
    width: 100%;
    left: 0; }
  #menu_principal .close-menu {
    width: 100%;
    background: white;
    border: none;
    padding: 7px;
    padding-left: 50px;
    text-align: left;
    background-image: url(../../Images/flecheselecti.png);
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: 15px 50%;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0; }
    @media only screen and (min-width: 48rem) {
  #menu_principal .close-menu {
    display: none; } }
  #menu_principal nav {
    padding: 50px 0; }
  #menu_principal ul {
    padding: 0;
    margin-left: 5px;
    text-align: left; }
    #menu_principal ul li {
      display: block;
      width: 100%; }
      #menu_principal ul li > a, #menu_principal ul li > span {
        position: relative;
        display: block;
        padding: 15px 40px;
        width: 100%;
        color: #253b48;
        margin: 0; }
        #menu_principal ul li > a:hover, #menu_principal ul li > span:hover {
          background-color: #f5f5f5;
          text-decoration: none; }
      #menu_principal ul li li > a:hover, #menu_principal ul li li > span:hover {
        font-weight: 700; }
      #menu_principal ul li > span {
        cursor: pointer;
        background-image: url(../../Images/flecheselect.png);
        background-size: 16px auto;
        background-repeat: no-repeat;
        background-position: 90% 50%; }
      #menu_principal ul li .active {
        font-weight: 700; }
      #menu_principal ul li.parent.open {
        background: #f5f5f5; }
      #menu_principal ul li > .sousMenu {
        position: absolute;
        overflow: hidden;
        top: 0;
        left: -100%;
        z-index: 50;
        padding: 50px 0 25px;
        margin: 0;
        width: 100%;
        background: #f5f5f5;
        transition: all 0.4s ease-out; }
        #menu_principal ul li > .sousMenu > li:last-of-type {
          margin-bottom: 40px; }
        #menu_principal ul li > .sousMenu > span {
          text-transform: uppercase;
          font-weight: 700;
          padding-left: 15px; }
          @media only screen and (min-width: 48rem) {
  #menu_principal ul li > .sousMenu > span {
    display: none; } }
        #menu_principal ul li > .sousMenu.open {
          display: block;
          width: 100%;
          left: 0;
          overflow: auto; }
          #menu_principal ul li > .sousMenu.open li.mise-en-avant {
            background-color: #d8a040; }
            #menu_principal ul li > .sousMenu.open li.mise-en-avant > a:hover {
              background-color: #d8a040; }
  #menu_principal li.specmenu {
    text-align: center;
    margin-bottom: 15px; }
    #menu_principal li.specmenu > a {
      border: 1px solid #fff;
      padding: 6px 0px;
      overflow: hidden;
      display: block;
      width: 40px;
      text-transform: uppercase;
      position: relative;
      background: #d8a040;
      display: inline-block;
      margin: auto;
      min-width: 196px;
      font-size: 14px;
      font-size: 0.875rem; }
      #menu_principal li.specmenu > a:hover {
        text-decoration: none; }
      @media only screen and (min-width: 48rem) {
  #menu_principal li.specmenu > a {
    padding: 5px 15px;
    text-indent: 0;
    width: auto; } }
      #menu_principal li.specmenu > a:before {
        content: " ";
        display: inline-block;
        width: 20px;
        height: 22px;
        background-image: url(../../Images/picto-profil.png);
        background-repeat: no-repeat;
        background-size: 100% auto;
        margin-right: 5px;
        top: 3px;
        position: relative; }
      #menu_principal li.specmenu > a.demarches {
        position: relative; }
        #menu_principal li.specmenu > a.demarches:before {
          background-image: url(../../Images/picto-profil.png);
          background-repeat: no-repeat;
          background-size: 100% auto; }
        #menu_principal li.specmenu > a.demarches:hover {
          background: transparent;
          color: #d8a040;
          border: 1px solid #d8a040; }
          #menu_principal li.specmenu > a.demarches:hover:before {
            background-image: url(../../Images/picto-profilj.png);
            background-repeat: no-repeat;
            background-size: 100% auto; }
      #menu_principal li.specmenu > a.contact {
        position: relative;
        background: white;
        border: 1px solid #253b46; }
        #menu_principal li.specmenu > a.contact:before {
          height: 14px;
          background: url(../../Images/mailg.png);
          background-repeat: no-repeat;
          background-size: auto 100%; }
        #menu_principal li.specmenu > a.contact:hover {
          background: #253b46;
          color: white; }
          #menu_principal li.specmenu > a.contact:hover:before {
            background-image: url(../../Images/mail.png);
            background-repeat: no-repeat;
            background-size: auto 100%; }

#burger {
  background: #fff;
  width: 74px;
  height: 70px;
  float: left; }
  @media only screen and (min-width: 26rem) {
  #burger {
    width: 82px; } }
  @media only screen and (min-width: 48rem) {
  #burger {
    width: 100px; } }

.burgerWrap {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 10px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  /*si menu ouvert*/ }
  .burgerWrap span {
    position: absolute;
    display: block;
    top: 25px;
    height: 3px;
    width: 23px;
    background-color: #253b48;
    transition: all 0.25s ease-out;
    left: 24px; }
  .burgerWrap:hover span {
    background: #d8a040; }
  .burgerWrap span.slice2 {
    top: 34px; }
  .burgerWrap span.slice3 {
    top: 43px; }
  .burgerWrap .menu {
    top: 22px;
    background: transparent;
    color: #253b48;
    font-size: 1.1rem;
    text-transform: uppercase; }
  .burgerWrap.open .slice1 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 34px; }
    .burgerWrap.open .slice2 {
      opacity: 0; }
    .burgerWrap.open .slice3 {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 34px; }

.logo {
  margin: 10px;
  float: left; }
  .logo:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    /*IE8*/ }
  @media screen and (max-width: 370px) {
  .logo img {
    width: 38px; } }

.headerMenu {
  float: right;
  padding: 18px 0; }
  @media only screen and (min-width: 48rem) {
  .headerMenu {
    padding-right: 30px; } }
  .headerMenu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0; }
    .headerMenu ul li {
      display: list-item;
      list-style: none;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      margin: 0 6px; }
      @media screen and (min-width: 68.75rem) {
  .headerMenu ul li {
    margin: 0 10px; } }
      @media screen and (max-width: 370px) {
  .headerMenu ul li {
    margin: 0 6px 0 0; } }
      .headerMenu ul li a {
        border: 1px solid #fff;
        padding: 6px 0px;
        color: #fff;
        overflow: hidden;
        display: block;
        text-indent: -9999px;
        width: 36px;
        text-transform: uppercase;
        padding-left: 35px;
        position: relative;
        font-size: 14px;
        font-size: 0.875rem; }
        .headerMenu ul li a:hover {
          text-decoration: none; }
        @media screen and (min-width: 68.75rem) {
  .headerMenu ul li a {
    /* 1100px*/
    padding: 5px 15px;
    text-indent: 0;
    width: auto;
    padding-left: 50px; } }
        .headerMenu ul li a:before {
          content: " ";
          display: block;
          width: 20px;
          height: 22px;
          background-image: url(../../Images/picto-profil.png);
          background-repeat: no-repeat;
          background-size: 100% auto;
          position: absolute;
          top: 5px;
          left: 8px; }
          @media screen and (min-width: 68.75rem) {
  .headerMenu ul li a:before {
    left: 19px; } }
        .headerMenu ul li a.demarches:before {
          background-image: url(../../Images/picto-profil.png);
          background-repeat: no-repeat;
          background-size: 100% auto; }
          .headerMenu ul li a.demarches:hover {
            background: transparent;
            color: #d8a040;
            border: 1px solid #d8a040; }
            .headerMenu ul li a.demarches:hover:before {
              background-image: url(../../Images/picto-profilj.png);
              background-repeat: no-repeat;
              background-size: 100% auto; }
        .headerMenu ul li a.opendata:before {
          background: url(../../Images/picto-open-data.png);
          background-repeat: no-repeat;
          background-size: 100% auto; }
          .headerMenu ul li a.opendata:hover {
            background: white;
            color: #253b46; }
            .headerMenu ul li a.opendata:hover:before {
              background-image: url(../../Images/picto-open-datag.png);
              background-repeat: no-repeat;
              background-size: 100% auto; }
        .headerMenu ul li a.contact:before {
          height: 14px;
          top: 9px;
          background: url(../../Images/mail.png);
          background-repeat: no-repeat;
          background-size: auto 100%; }
          .headerMenu ul li a.contact:hover {
            background: white;
            color: #253b46; }
            .headerMenu ul li a.contact:hover:before {
              background-image: url(../../Images/mailg.png);
              background-repeat: no-repeat;
              background-size: auto 100%; }
      .headerMenu ul li:first-child a {
        border: 1px solid #d8a040;
        background: #d8a040;
        color: #253b48; }

#menu_principal > div {
  height: 100%; }
  #menu_principal > div nav {
    height: 100%;
    padding-bottom: 0; }
    #menu_principal > div nav > ul {
      height: 100%;
      overflow-y: auto; }

@media (min-width: 768px) {
  #menu_principal.open {
    width: 385px; }
    #menu_principal.open .sousMenu.open {
      width: 385px;
      left: 385px; } }

.search {
  background: #253b48;
  position: absolute;
  bottom: 100%;
  width: 100%;
  left: 0;
  opacity: 0;
  -webkit-transition: 100ms linear;
  transition: 100ms linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .search .close-search {
    background: none;
    border: 0;
    position: absolute;
    top: 10px;
    left: 5px;
    width: 40px;
    padding: 0; }
  .search .close-search:hover, .search .close-search:focus {
    cursor: pointer; }

header .tx_solr {
  height: 70px;
  margin: 20px auto; }
  header .tx_solr .input-group {
    position: relative; }
  header .tx_solr .tx-solr-q {
    height: 70px;
    background: none;
    border: 0;
    border-radius: 0;
    border-bottom: 3px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    font-size: 1.25rem; }
  header .tx_solr .tx-solr-q::-webkit-input-placeholder, header .tx_solr .tx-solr-q::-moz-placeholder, header .tx_solr .tx-solr-q:-ms-input-placeholder, header .tx_solr .tx-solr-q:-moz-placeholder {
    color: #fff;
    font-weight: 500; }
  header .tx_solr .input-group-btn {
    position: absolute;
    right: 0;
    height: 30px;
    width: 30px;
    margin: 20px 0 20px 20px;
    z-index: 4; }
  header .tx_solr .tx-solr-submit {
    height: 30px;
    width: 30px;
    background: url(../../Images/loupe-recherche-b.png) center center no-repeat; }
  header .tx_solr .tx-solr-submit span {
    display: none; }

.search-active .search {
  opacity: 1;
  top: 0;
  bottom: auto;
  height: 75vh;
  -webkit-transition: 100ms linear;
  transition: 100ms linear; }
  .search-active .search .tx_solr {
    width: 86%; }

#searchbtn {
  float: right;
  background: #fff;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 40px;
  height: 70px; }
  @media only screen and (min-width: 26rem) {
  #searchbtn {
    padding: 0 7px;
    width: 80px; } }
  @media only screen and (min-width: 48rem) {
  #searchbtn {
    width: 100px; } }
  #searchbtn:hover span {
    color: #d8a040; }
  #searchbtn img {
    width: 30px;
    height: auto; }
  @media only screen and (min-width: 26rem) {
    #searchbtn img {
      width: 40px; } }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  color: #253b46; }

html {
  height: 100%; }

body {
  font-family: arial;
  font-size: 16px;
  color: #253b48;
  height: 100%; }
  body *:hover {
    transition: 100ms linear; }

main {
  width: 100%;
  margin: 0 auto; }

.wrapper {
  max-width: 1400px;
  padding: 0 10px;
  margin: auto; }

h1 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 30px 0; }

h2 {
  font-size: 1.825rem;
  font-weight: 700;
  margin: 10px 0 30px 0; }

h3 {
  font-size: 1.625rem;
  font-weight: 600;
  margin: 10px 0 30px 0; }

h4 {
  font-size: 1.375rem;
  margin: 0 0 20px 0; }

h5 {
  font-size: 1.25rem;
  margin: 0 0 20px 0; }

h6 {
  font-size: 1.15rem;
  margin: 0 0 20px 0; }

p, span, dd, dt {
  font-size: 1.125rem;
  margin: 0 0 20px 0; }
  p.chapo, span.chapo, dd.chapo, dt.chapo {
    font-weight: 700;
    margin: 0 0 30px 0; }
  p.text_high, span.text_high, dd.text_high, dt.text_high {
    background: #f5f5f5;
    padding: 20px;
    font-weight: 700; }
  p.button, span.button, dd.button, dt.button {
    margin: 0; }

div {
  font-size: 1.125rem; }

li {
  font-size: 1.125rem; }

blockquote {
  padding: 20px 20px 20px 75px;
  margin: 50px 0;
  position: relative;
  border: 1px solid #16d3da; }
  blockquote:before {
    width: 37px;
    height: 28px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../Images/sprites.png) -82px -96px;
    top: 20px;
    left: 20px; }
  blockquote p {
    margin: 0; }

.ce-textpic.ce-nowrap .ce-bodytext {
  overflow: visible; }
  .ce-textpic .ce-gallery {
    margin-bottom: 20px; }
  .ce-textpic .ce-gallery img {
    max-width: 100%;
    height: auto; }
  .ce-textpic .ce-gallery figure {
    position: relative; }
    .ce-textpic .ce-gallery figure figcaption {
      position: relative;
      background: none;
      color: #253b48;
      bottom: 0;
      left: 0;
      width: 100%;
      font-size: 0.75rem;
      padding: 5px 10px;
      font-family: 'Montserrat', sans-serif; }

.content .button {
  margin-top: 30px; }

.center {
  text-align: center; }

.resume {
  margin-bottom: 30px; }

.ce-uploads a:after {
  display: inline-block;
  width: 17px;
  height: 17px;
  content: " ";
  margin-left: 7px;
  position: relative;
  top: 2px; }
  .ce-uploads a:after {
    background: url(../../Images/sprites.png) -122px -68px; }
  .ce-uploads a:hover:after, .ce-uploads a:focus:after {
    background: url(../../Images/sprites.png) -122px -68px; }

.ce-textpic, .ce-nowrap .ce-bodytext, .ce-row, .ce-uploads li, .ce-uploads div {
  overflow: visible; }

a.link_internal, a.link_external, a.link_download {
  display: inline-block;
  margin-left: 20px;
  padding: 0px 7px 0px 2px;
  -webkit-transition: none;
  transition: none;
  background-image: none !important; }
  a.link_internal:hover, a.link_external:hover, a.link_download:hover, a.link_internal:focus, a.link_external:focus, a.link_download:focus {
    padding-bottom: 0;
    background: #16d3da; }
  a.link_internal:before, a.link_external:before, a.link_download:before {
    width: 16px;
    height: 16px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../Images/sprites.png) -141px -66px;
    background: url(../../Images/sprites.png) -141px -66px;
    top: 50%;
    left: -20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  a.link_internal:after, a.link_external:after, a.link_download:after {
    display: table-caption;
    width: 17px;
    height: 17px;
    content: " ";
    margin-left: 7px;
    position: relative;
    top: 2px; }
  a.link_internal:after {
    background: url(../../Images/sprites.png) -84px -67px; }
  a.link_internal:hover:after, a.link_internal:focus:after {
    background: url(../../Images/sprites.png) -84px -67px; }
  a.link_external:after {
    background: url(../../Images/sprites.png) -102px -67px; }
  a.link_external:hover:after, a.link_external:focus:after {
    background: url(../../Images/sprites.png) -102px -67px; }
  a.link_download:after {
    background: url(../../Images/sprites.png) -122px -68px; }
  a.link_download:hover:after, a.link_download:focus:after {
    background: url(../../Images/sprites.png) -122px -68px; }
  a.readToo {
    display: block;
    width: 100%;
    border-top: 1px solid #d8a040;
    border-bottom: 1px solid #d8a040;
    padding: 10px;
    margin: 20px 0 40px 0;
    -webkit-transition: none;
    transition: none;
    background-image: none; }
  a.readToo:after {
    display: none; }
  a.readToo:before {
    content: "à lire aussi";
    display: block;
    font-weight: 700;
    text-transform: uppercase; }
  a.readToo:hover {
    background: #f5f5f5;
    text-decoration: none;
    padding: 10px; }
  a.dpnglossary.link:after {
    content: none; }
  a[href="#top"] {
    display: inline-block;
    background: #253b48;
    color: #fff;
    padding: 5px 10px; }

table {
  width: 100%; }
/*DatePicker*/
#ui-datepicker-div {
  background: #fff;
  max-width: 250px;
  border: none; }
  #ui-datepicker-div .ui-datepicker-header {
    width: 100%;
    position: relative;
    padding: 20px 50px 15px 50px;
    color: #253b48;
    border: none;
    border-top: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    background: #fff; }
  #ui-datepicker-div a.ui-corner-all {
    position: absolute;
    top: 50%;
    display: block;
    width: 7px;
    height: 12px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer; }
  #ui-datepicker-div a.ui-corner-all span {
    display: none; }
  #ui-datepicker-div a.ui-datepicker-prev {
    left: 35px;
    background: url(../../Images/sprites.png) -1px -22px; }
  #ui-datepicker-div a.ui-datepicker-next {
    right: 35px;
    background: url(../../Images/sprites.png) -10px -22px; }
  #ui-datepicker-div .ui-datepicker-title {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0; }
  #ui-datepicker-div select.ui-datepicker-month {
    display: inline-block;
    width: 50%;
    padding: 5px 15px;
    border: none;
    background: none;
    color: #253b48;
    font-size: 0.9em; }
  #ui-datepicker-div select.ui-datepicker-year {
    display: inline-block;
    width: 50%;
    padding: 5px 15px;
    border: none;
    background: none;
    color: #253b48;
    font-size: 0.9em; }
  #ui-datepicker-div table.ui-datepicker-calendar {
    width: 100%;
    padding: 0 25px 30px 25px;
    border-bottom: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    border-collapse: separate; }
  #ui-datepicker-div table.ui-datepicker-calendar thead th {
    border-bottom: 1px solid #f5f5f5;
    padding: 0 0 7px 0;
    color: #253b48;
    font-weight: normal; }
  #ui-datepicker-div table.ui-datepicker-calendar tbody td {
    text-align: center;
    padding: 4px 0; }
    #ui-datepicker-div table.ui-datepicker-calendar tbody td a {
      color: #253b48;
      text-decoration: none;
      border: none;
      background: none;
      font-weight: 400;
      display: inline; }
    #ui-datepicker-div table.ui-datepicker-calendar tbody td.ui-datepicker-current-day {
      background-color: #253b48; }
      #ui-datepicker-div table.ui-datepicker-calendar tbody td.ui-datepicker-current-day a {
        color: #fff; }
    #ui-datepicker-div table.ui-datepicker-calendar tbody td:hover {
      background-color: #f5f5f5; }

.content_center {
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }
  .content_center .frame-layout-7 {
    margin-bottom: 30px; }
/*Cookie CNIL*/
#cookieCnil {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%; }
  #cookieCnil #cookie-banner, #cookieCnil #inform-and-ask, #cookieCnil #inform-and-consent {
    color: #fff;
    background: #253b48;
    opacity: 0.9;
    text-align: center;
    padding: 10px;
    font-size: 0.75rem; }
  #cookieCnil #cookie-banner a, #cookieCnil #inform-and-ask a, #cookieCnil #inform-and-consent a {
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    padding: 0 5px;
    margin: 5px 0 0 0; }
    #cookieCnil #cookie-banner a:hover, #cookieCnil #inform-and-ask a:hover, #cookieCnil #inform-and-consent a:hover, #cookieCnil #cookie-banner a:focus, #cookieCnil #inform-and-ask a:focus, #cookieCnil #inform-and-consent a:focus {
      text-decoration: none; }
  #cookieCnil #cookie-banner button, #cookieCnil #inform-and-ask button, #cookieCnil #inform-and-consent button {
    color: #fff;
    border: 1px solid #fff;
    padding: 0 5px;
    background: none;
    margin: 5px 2px 0 2px;
    cursor: pointer; }

@media (min-width: 768px) {
  .nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }

@media (min-width: 1025px) {
  blockquote {
    padding: 30px 30px 30px 150px;
    min-height: 150px; }
    blockquote:before {
      width: 76px;
      height: 71px;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      background: url(../../Images/sprites.png) -0px -48px;
      top: 30px;
      left: 30px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1440px; } }

.button {
  text-transform: uppercase;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #253b48;
  font-weight: 400;
  background: #d8a040;
  padding: 8px 15px;
  display: inline-block;
  border: 2px solid #d8a040; }
  .button:hover {
    background: white;
    text-decoration: none; }

.btn {
  border-radius: 0;
  text-transform: uppercase; }
  .btn.btn-primary {
    background: #253b48;
    border: 0; }
  .btn.btn-primary:hover, .btn.btn-primary:focus {
    background: #16d3da; }

.slick-arrow {
  position: absolute;
  width: 35px;
  height: 35px;
  border: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain; }
  .slick-arrow:hover, .slick-arrow:focus {
    cursor: pointer; }
  .slick-arrow.slick-prev {
    left: -30px;
    background-image: url(../../Images/droite.png); }
  .slick-arrow.slick-next {
    right: -30px;
    background-image: url(../../Images/gauche.png); }
  .slick-arrow > span {
    font-size: 0; }

#share_sidebar {
  padding: 9px 11px;
  background: white; }
  #share_sidebar a, #share_sidebar span {
    display: inline-block;
    padding: 10px 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-bottom: 0; }
  #share_sidebar a:hover, #share_sidebar span:hover {
    background: #d8a040; }
  #share_sidebar a.disabled:hover, #share_sidebar span.disabled:hover {
    background: transparent; }
  #share_sidebar img {
    height: 20px;
    display: block;
    width: auto;
    margin: auto; }
  @media only screen and (min-width: 48rem) {
  #share_sidebar {
    float: right; } }

#mainContent {
  padding-top: 70px; }

.access:before {
  content: url(../../Images/acces.svg);
  display: inline-block;
  position: relative;
  top: 4px;
  margin-right: 5px; }

footer {
  background: #253b48; }
  footer ul {
    padding: 0; }
  footer .wrapper > div {
    padding-top: 30px;
    padding-bottom: 15px; }
  footer .wrapper > div img {
    max-width: 180px;
    height: auto; }
  footer .wrapper > div:first-of-type .ce-bodytext p {
    font-size: 15px;
    font-size: 0.9375rem; }
    footer .wrapper > div:first-of-type .ce-bodytext p:last-of-type {
      display: inline-block;
      margin: auto;
      background: white;
      padding: 5px 17px;
      color: #253b46;
      font-size: 18px;
      font-size: 1.125rem; }
    footer .wrapper > div:first-of-type .ce-bodytext p:last-of-type:before {
      content: " ";
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-right: 7px;
      background: url(../../Images/phone.png);
      background-size: 100% auto; }
  footer .wrapper > div:last-of-type a {
    display: block;
    border: 1px solid white;
    padding: 5px 15px;
    min-width: 214px;
    margin-bottom: 15px;
    text-transform: uppercase; }
    footer .wrapper > div:last-of-type a span {
      font-size: 14px;
      font-size: 0.875rem; }
    footer .wrapper > div:last-of-type a:hover {
      text-decoration: none;
      background: #d8a040;
      border: 1px solid #d8a040; }
  footer .wrapper > div:nth-of-type(2) li a {
    font-size: 15px;
    font-size: 0.9375rem;
    text-transform: uppercase; }
    footer .wrapper > div:nth-of-type(2) li a:hover {
      text-decoration: none;
      color: #d8a040; }
    footer .wrapper > div:nth-of-type(2) li a:before {
      content: " ";
      display: inline-block;
      width: 16px;
      height: 22px;
      margin-right: 7px;
      background: url(../../Images/pin.png);
      background-size: 100% auto;
      background-repeat: no-repeat;
      position: relative;
      top: 5px; }
  footer .wrapper > div:nth-of-type(3) h3 {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px; }
    footer .wrapper > div:nth-of-type(3) li {
      display: inline-block;
      padding: 0 10px; }
    footer .wrapper > div:nth-of-type(3) li a {
      display: block;
      width: 30px;
      height: 30px;
      border-radius: 50%; }
    footer .wrapper > div:nth-of-type(3) li a:hover {
      background: #d8a040; }
  footer .frame {
    text-align: center; }
  footer .frame p, footer .frame a, footer .frame span, footer .frame h3 {
    color: white; }
  footer .frame.frame-type-textmedia a {
    color: #253b46; }
  @media only screen and (min-width: 64rem) {
  footer .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; } }
  footer .copy {
    background: white;
    text-align: right; }
  footer .copy > img, footer .copy > div {
    float: right; }
  footer .copy > img {
    margin: 10px; }
  footer .copy ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin-bottom: 0; }
  footer .copy li {
    display: inline-block; }
    footer .copy li:after {
      content: "|"; }
    footer .copy li:last-of-type:after {
      content: none; }
  footer .copy a {
    padding: 15px;
    display: inline-block;
    color: #253b46; }
    footer .copy a span {
      color: #253b46;
      font-size: 14px;
      font-size: 0.875rem; }

/*
 Thumbnail scroller jQuery plugin
 scrollers styling
 */

.jThumbnailScroller {
  position: relative;
  height: 362px;
  padding: 0;
  overflow: hidden;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.jThumbnailScroller .jTscrollerContainer {
  position: absolute; }

.jThumbnailScroller .jTscroller {
  position: relative;
  height: 100%;
  margin: 0;
  left: 0;
  top: 0;
  display: inline-block;
  *display: inline; }

.jThumbnailScroller .jTscrollerNextButton, .jThumbnailScroller .jTscrollerPrevButton {
  position: absolute;
  display: block;
  width: 30px;
  height: 48px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px; }

.jTscrollerNextButton, .jTscrollerPrevButton {
  padding: 10px 0;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(50%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0); }
  .jTscrollerNextButton:before, .jTscrollerPrevButton:before {
    content: " ";
    display: block;
    width: 25px;
    height: 25px;
    margin: auto;
    background-image: url(../../Images/droite.png);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: relative;
    top: -9px; }
  .jTscrollerNextButton.jTscrollerNextButton, .jTscrollerPrevButton.jTscrollerNextButton {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.jThumbnailScroller .jTscroller .article {
  display: block;
  float: left; }
/* different styled scrollers */
/* liquid width scroller */
.jThumbnailScroller#tS1 {
  width: 95%; }

.jThumbnailScroller#tS2 {
  margin: 30px auto; }

.jThumbnailScroller#tS2 .jTscroller a {
  opacity: 0.7; }

.jThumbnailScroller#tS2 .jTscroller a:hover {
  opacity: 1; }

.jThumbnailScroller#tS2 .jTscrollerNextButton {
  margin: -20px 10px 0 10px;
  right: 0;
  top: 50%; }

.jThumbnailScroller#tS2 .jTscrollerPrevButton {
  margin: -20px 10px 0 10px;
  left: 0;
  top: 50%; }
/* a vertical scroller */
.jThumbnailScroller {
  height: 295px;
  margin: 0; }

.jThumbnailScroller .jTscroller .article {
  display: block;
  width: 100%;
  overflow: hidden; }

.jThumbnailScroller .jTscrollerNextButton {
  width: 100%;
  bottom: 0; }

.jThumbnailScroller .jTscrollerPrevButton {
  width: 100%;
  top: 0; }

body[data-aos-duration="50"] [data-aos], [data-aos][data-aos][data-aos-duration="50"] {
  transition-duration: 50ms; }
  body[data-aos-delay="50"] [data-aos], [data-aos][data-aos][data-aos-delay="50"] {
    transition-delay: 0s; }
  body[data-aos-delay="50"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="50"].aos-animate {
    transition-delay: 50ms; }
  body[data-aos-duration="100"] [data-aos], [data-aos][data-aos][data-aos-duration="100"] {
    transition-duration: 100ms; }
  body[data-aos-delay="100"] [data-aos], [data-aos][data-aos][data-aos-delay="100"] {
    transition-delay: 0s; }
  body[data-aos-delay="100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="100"].aos-animate {
    transition-delay: 100ms; }
  body[data-aos-duration="150"] [data-aos], [data-aos][data-aos][data-aos-duration="150"] {
    transition-duration: 150ms; }
  body[data-aos-delay="150"] [data-aos], [data-aos][data-aos][data-aos-delay="150"] {
    transition-delay: 0s; }
  body[data-aos-delay="150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="150"].aos-animate {
    transition-delay: 150ms; }
  body[data-aos-duration="200"] [data-aos], [data-aos][data-aos][data-aos-duration="200"] {
    transition-duration: 200ms; }
  body[data-aos-delay="200"] [data-aos], [data-aos][data-aos][data-aos-delay="200"] {
    transition-delay: 0s; }
  body[data-aos-delay="200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="200"].aos-animate {
    transition-delay: 200ms; }
  body[data-aos-duration="250"] [data-aos], [data-aos][data-aos][data-aos-duration="250"] {
    transition-duration: 250ms; }
  body[data-aos-delay="250"] [data-aos], [data-aos][data-aos][data-aos-delay="250"] {
    transition-delay: 0s; }
  body[data-aos-delay="250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="250"].aos-animate {
    transition-delay: 250ms; }
  body[data-aos-duration="300"] [data-aos], [data-aos][data-aos][data-aos-duration="300"] {
    transition-duration: 300ms; }
  body[data-aos-delay="300"] [data-aos], [data-aos][data-aos][data-aos-delay="300"] {
    transition-delay: 0s; }
  body[data-aos-delay="300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="300"].aos-animate {
    transition-delay: 300ms; }
  body[data-aos-duration="350"] [data-aos], [data-aos][data-aos][data-aos-duration="350"] {
    transition-duration: 350ms; }
  body[data-aos-delay="350"] [data-aos], [data-aos][data-aos][data-aos-delay="350"] {
    transition-delay: 0s; }
  body[data-aos-delay="350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="350"].aos-animate {
    transition-delay: 350ms; }
  body[data-aos-duration="400"] [data-aos], [data-aos][data-aos][data-aos-duration="400"] {
    transition-duration: 400ms; }
  body[data-aos-delay="400"] [data-aos], [data-aos][data-aos][data-aos-delay="400"] {
    transition-delay: 0s; }
  body[data-aos-delay="400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="400"].aos-animate {
    transition-delay: 400ms; }
  body[data-aos-duration="450"] [data-aos], [data-aos][data-aos][data-aos-duration="450"] {
    transition-duration: 450ms; }
  body[data-aos-delay="450"] [data-aos], [data-aos][data-aos][data-aos-delay="450"] {
    transition-delay: 0s; }
  body[data-aos-delay="450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="450"].aos-animate {
    transition-delay: 450ms; }
  body[data-aos-duration="500"] [data-aos], [data-aos][data-aos][data-aos-duration="500"] {
    transition-duration: 500ms; }
  body[data-aos-delay="500"] [data-aos], [data-aos][data-aos][data-aos-delay="500"] {
    transition-delay: 0s; }
  body[data-aos-delay="500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="500"].aos-animate {
    transition-delay: 500ms; }
  body[data-aos-duration="550"] [data-aos], [data-aos][data-aos][data-aos-duration="550"] {
    transition-duration: 550ms; }
  body[data-aos-delay="550"] [data-aos], [data-aos][data-aos][data-aos-delay="550"] {
    transition-delay: 0s; }
  body[data-aos-delay="550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="550"].aos-animate {
    transition-delay: 550ms; }
  body[data-aos-duration="600"] [data-aos], [data-aos][data-aos][data-aos-duration="600"] {
    transition-duration: 600ms; }
  body[data-aos-delay="600"] [data-aos], [data-aos][data-aos][data-aos-delay="600"] {
    transition-delay: 0s; }
  body[data-aos-delay="600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="600"].aos-animate {
    transition-delay: 600ms; }
  body[data-aos-duration="650"] [data-aos], [data-aos][data-aos][data-aos-duration="650"] {
    transition-duration: 650ms; }
  body[data-aos-delay="650"] [data-aos], [data-aos][data-aos][data-aos-delay="650"] {
    transition-delay: 0s; }
  body[data-aos-delay="650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="650"].aos-animate {
    transition-delay: 650ms; }
  body[data-aos-duration="700"] [data-aos], [data-aos][data-aos][data-aos-duration="700"] {
    transition-duration: 700ms; }
  body[data-aos-delay="700"] [data-aos], [data-aos][data-aos][data-aos-delay="700"] {
    transition-delay: 0s; }
  body[data-aos-delay="700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="700"].aos-animate {
    transition-delay: 700ms; }
  body[data-aos-duration="750"] [data-aos], [data-aos][data-aos][data-aos-duration="750"] {
    transition-duration: 750ms; }
  body[data-aos-delay="750"] [data-aos], [data-aos][data-aos][data-aos-delay="750"] {
    transition-delay: 0s; }
  body[data-aos-delay="750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="750"].aos-animate {
    transition-delay: 750ms; }
  body[data-aos-duration="800"] [data-aos], [data-aos][data-aos][data-aos-duration="800"] {
    transition-duration: 800ms; }
  body[data-aos-delay="800"] [data-aos], [data-aos][data-aos][data-aos-delay="800"] {
    transition-delay: 0s; }
  body[data-aos-delay="800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="800"].aos-animate {
    transition-delay: 800ms; }
  body[data-aos-duration="850"] [data-aos], [data-aos][data-aos][data-aos-duration="850"] {
    transition-duration: 850ms; }
  body[data-aos-delay="850"] [data-aos], [data-aos][data-aos][data-aos-delay="850"] {
    transition-delay: 0s; }
  body[data-aos-delay="850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="850"].aos-animate {
    transition-delay: 850ms; }
  body[data-aos-duration="900"] [data-aos], [data-aos][data-aos][data-aos-duration="900"] {
    transition-duration: 900ms; }
  body[data-aos-delay="900"] [data-aos], [data-aos][data-aos][data-aos-delay="900"] {
    transition-delay: 0s; }
  body[data-aos-delay="900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="900"].aos-animate {
    transition-delay: 900ms; }
  body[data-aos-duration="950"] [data-aos], [data-aos][data-aos][data-aos-duration="950"] {
    transition-duration: 950ms; }
  body[data-aos-delay="950"] [data-aos], [data-aos][data-aos][data-aos-delay="950"] {
    transition-delay: 0s; }
  body[data-aos-delay="950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="950"].aos-animate {
    transition-delay: 950ms; }
  body[data-aos-duration="1000"] [data-aos], [data-aos][data-aos][data-aos-duration="1000"] {
    transition-duration: 1000ms; }
  body[data-aos-delay="1000"] [data-aos], [data-aos][data-aos][data-aos-delay="1000"] {
    transition-delay: 0s; }
  body[data-aos-delay="1000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1000"].aos-animate {
    transition-delay: 1000ms; }
  body[data-aos-duration="1050"] [data-aos], [data-aos][data-aos][data-aos-duration="1050"] {
    transition-duration: 1050ms; }
  body[data-aos-delay="1050"] [data-aos], [data-aos][data-aos][data-aos-delay="1050"] {
    transition-delay: 0s; }
  body[data-aos-delay="1050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1050"].aos-animate {
    transition-delay: 1050ms; }
  body[data-aos-duration="1100"] [data-aos], [data-aos][data-aos][data-aos-duration="1100"] {
    transition-duration: 1100ms; }
  body[data-aos-delay="1100"] [data-aos], [data-aos][data-aos][data-aos-delay="1100"] {
    transition-delay: 0s; }
  body[data-aos-delay="1100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1100"].aos-animate {
    transition-delay: 1100ms; }
  body[data-aos-duration="1150"] [data-aos], [data-aos][data-aos][data-aos-duration="1150"] {
    transition-duration: 1150ms; }
  body[data-aos-delay="1150"] [data-aos], [data-aos][data-aos][data-aos-delay="1150"] {
    transition-delay: 0s; }
  body[data-aos-delay="1150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1150"].aos-animate {
    transition-delay: 1150ms; }
  body[data-aos-duration="1200"] [data-aos], [data-aos][data-aos][data-aos-duration="1200"] {
    transition-duration: 1200ms; }
  body[data-aos-delay="1200"] [data-aos], [data-aos][data-aos][data-aos-delay="1200"] {
    transition-delay: 0s; }
  body[data-aos-delay="1200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1200"].aos-animate {
    transition-delay: 1200ms; }
  body[data-aos-duration="1250"] [data-aos], [data-aos][data-aos][data-aos-duration="1250"] {
    transition-duration: 1250ms; }
  body[data-aos-delay="1250"] [data-aos], [data-aos][data-aos][data-aos-delay="1250"] {
    transition-delay: 0s; }
  body[data-aos-delay="1250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1250"].aos-animate {
    transition-delay: 1250ms; }
  body[data-aos-duration="1300"] [data-aos], [data-aos][data-aos][data-aos-duration="1300"] {
    transition-duration: 1300ms; }
  body[data-aos-delay="1300"] [data-aos], [data-aos][data-aos][data-aos-delay="1300"] {
    transition-delay: 0s; }
  body[data-aos-delay="1300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1300"].aos-animate {
    transition-delay: 1300ms; }
  body[data-aos-duration="1350"] [data-aos], [data-aos][data-aos][data-aos-duration="1350"] {
    transition-duration: 1350ms; }
  body[data-aos-delay="1350"] [data-aos], [data-aos][data-aos][data-aos-delay="1350"] {
    transition-delay: 0s; }
  body[data-aos-delay="1350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1350"].aos-animate {
    transition-delay: 1350ms; }
  body[data-aos-duration="1400"] [data-aos], [data-aos][data-aos][data-aos-duration="1400"] {
    transition-duration: 1400ms; }
  body[data-aos-delay="1400"] [data-aos], [data-aos][data-aos][data-aos-delay="1400"] {
    transition-delay: 0s; }
  body[data-aos-delay="1400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1400"].aos-animate {
    transition-delay: 1400ms; }
  body[data-aos-duration="1450"] [data-aos], [data-aos][data-aos][data-aos-duration="1450"] {
    transition-duration: 1450ms; }
  body[data-aos-delay="1450"] [data-aos], [data-aos][data-aos][data-aos-delay="1450"] {
    transition-delay: 0s; }
  body[data-aos-delay="1450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1450"].aos-animate {
    transition-delay: 1450ms; }
  body[data-aos-duration="1500"] [data-aos], [data-aos][data-aos][data-aos-duration="1500"] {
    transition-duration: 1500ms; }
  body[data-aos-delay="1500"] [data-aos], [data-aos][data-aos][data-aos-delay="1500"] {
    transition-delay: 0s; }
  body[data-aos-delay="1500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1500"].aos-animate {
    transition-delay: 1500ms; }
  body[data-aos-duration="1550"] [data-aos], [data-aos][data-aos][data-aos-duration="1550"] {
    transition-duration: 1550ms; }
  body[data-aos-delay="1550"] [data-aos], [data-aos][data-aos][data-aos-delay="1550"] {
    transition-delay: 0s; }
  body[data-aos-delay="1550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1550"].aos-animate {
    transition-delay: 1550ms; }
  body[data-aos-duration="1600"] [data-aos], [data-aos][data-aos][data-aos-duration="1600"] {
    transition-duration: 1600ms; }
  body[data-aos-delay="1600"] [data-aos], [data-aos][data-aos][data-aos-delay="1600"] {
    transition-delay: 0s; }
  body[data-aos-delay="1600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1600"].aos-animate {
    transition-delay: 1600ms; }
  body[data-aos-duration="1650"] [data-aos], [data-aos][data-aos][data-aos-duration="1650"] {
    transition-duration: 1650ms; }
  body[data-aos-delay="1650"] [data-aos], [data-aos][data-aos][data-aos-delay="1650"] {
    transition-delay: 0s; }
  body[data-aos-delay="1650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1650"].aos-animate {
    transition-delay: 1650ms; }
  body[data-aos-duration="1700"] [data-aos], [data-aos][data-aos][data-aos-duration="1700"] {
    transition-duration: 1700ms; }
  body[data-aos-delay="1700"] [data-aos], [data-aos][data-aos][data-aos-delay="1700"] {
    transition-delay: 0s; }
  body[data-aos-delay="1700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1700"].aos-animate {
    transition-delay: 1700ms; }
  body[data-aos-duration="1750"] [data-aos], [data-aos][data-aos][data-aos-duration="1750"] {
    transition-duration: 1750ms; }
  body[data-aos-delay="1750"] [data-aos], [data-aos][data-aos][data-aos-delay="1750"] {
    transition-delay: 0s; }
  body[data-aos-delay="1750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1750"].aos-animate {
    transition-delay: 1750ms; }
  body[data-aos-duration="1800"] [data-aos], [data-aos][data-aos][data-aos-duration="1800"] {
    transition-duration: 1800ms; }
  body[data-aos-delay="1800"] [data-aos], [data-aos][data-aos][data-aos-delay="1800"] {
    transition-delay: 0s; }
  body[data-aos-delay="1800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1800"].aos-animate {
    transition-delay: 1800ms; }
  body[data-aos-duration="1850"] [data-aos], [data-aos][data-aos][data-aos-duration="1850"] {
    transition-duration: 1850ms; }
  body[data-aos-delay="1850"] [data-aos], [data-aos][data-aos][data-aos-delay="1850"] {
    transition-delay: 0s; }
  body[data-aos-delay="1850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1850"].aos-animate {
    transition-delay: 1850ms; }
  body[data-aos-duration="1900"] [data-aos], [data-aos][data-aos][data-aos-duration="1900"] {
    transition-duration: 1900ms; }
  body[data-aos-delay="1900"] [data-aos], [data-aos][data-aos][data-aos-delay="1900"] {
    transition-delay: 0s; }
  body[data-aos-delay="1900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1900"].aos-animate {
    transition-delay: 1900ms; }
  body[data-aos-duration="1950"] [data-aos], [data-aos][data-aos][data-aos-duration="1950"] {
    transition-duration: 1950ms; }
  body[data-aos-delay="1950"] [data-aos], [data-aos][data-aos][data-aos-delay="1950"] {
    transition-delay: 0s; }
  body[data-aos-delay="1950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1950"].aos-animate {
    transition-delay: 1950ms; }
  body[data-aos-duration="2000"] [data-aos], [data-aos][data-aos][data-aos-duration="2000"] {
    transition-duration: 2000ms; }
  body[data-aos-delay="2000"] [data-aos], [data-aos][data-aos][data-aos-delay="2000"] {
    transition-delay: 0s; }
  body[data-aos-delay="2000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2000"].aos-animate {
    transition-delay: 2000ms; }
  body[data-aos-duration="2050"] [data-aos], [data-aos][data-aos][data-aos-duration="2050"] {
    transition-duration: 2050ms; }
  body[data-aos-delay="2050"] [data-aos], [data-aos][data-aos][data-aos-delay="2050"] {
    transition-delay: 0s; }
  body[data-aos-delay="2050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2050"].aos-animate {
    transition-delay: 2050ms; }
  body[data-aos-duration="2100"] [data-aos], [data-aos][data-aos][data-aos-duration="2100"] {
    transition-duration: 2100ms; }
  body[data-aos-delay="2100"] [data-aos], [data-aos][data-aos][data-aos-delay="2100"] {
    transition-delay: 0s; }
  body[data-aos-delay="2100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2100"].aos-animate {
    transition-delay: 2100ms; }
  body[data-aos-duration="2150"] [data-aos], [data-aos][data-aos][data-aos-duration="2150"] {
    transition-duration: 2150ms; }
  body[data-aos-delay="2150"] [data-aos], [data-aos][data-aos][data-aos-delay="2150"] {
    transition-delay: 0s; }
  body[data-aos-delay="2150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2150"].aos-animate {
    transition-delay: 2150ms; }
  body[data-aos-duration="2200"] [data-aos], [data-aos][data-aos][data-aos-duration="2200"] {
    transition-duration: 2200ms; }
  body[data-aos-delay="2200"] [data-aos], [data-aos][data-aos][data-aos-delay="2200"] {
    transition-delay: 0s; }
  body[data-aos-delay="2200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2200"].aos-animate {
    transition-delay: 2200ms; }
  body[data-aos-duration="2250"] [data-aos], [data-aos][data-aos][data-aos-duration="2250"] {
    transition-duration: 2250ms; }
  body[data-aos-delay="2250"] [data-aos], [data-aos][data-aos][data-aos-delay="2250"] {
    transition-delay: 0s; }
  body[data-aos-delay="2250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2250"].aos-animate {
    transition-delay: 2250ms; }
  body[data-aos-duration="2300"] [data-aos], [data-aos][data-aos][data-aos-duration="2300"] {
    transition-duration: 2300ms; }
  body[data-aos-delay="2300"] [data-aos], [data-aos][data-aos][data-aos-delay="2300"] {
    transition-delay: 0s; }
  body[data-aos-delay="2300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2300"].aos-animate {
    transition-delay: 2300ms; }
  body[data-aos-duration="2350"] [data-aos], [data-aos][data-aos][data-aos-duration="2350"] {
    transition-duration: 2350ms; }
  body[data-aos-delay="2350"] [data-aos], [data-aos][data-aos][data-aos-delay="2350"] {
    transition-delay: 0s; }
  body[data-aos-delay="2350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2350"].aos-animate {
    transition-delay: 2350ms; }
  body[data-aos-duration="2400"] [data-aos], [data-aos][data-aos][data-aos-duration="2400"] {
    transition-duration: 2400ms; }
  body[data-aos-delay="2400"] [data-aos], [data-aos][data-aos][data-aos-delay="2400"] {
    transition-delay: 0s; }
  body[data-aos-delay="2400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2400"].aos-animate {
    transition-delay: 2400ms; }
  body[data-aos-duration="2450"] [data-aos], [data-aos][data-aos][data-aos-duration="2450"] {
    transition-duration: 2450ms; }
  body[data-aos-delay="2450"] [data-aos], [data-aos][data-aos][data-aos-delay="2450"] {
    transition-delay: 0s; }
  body[data-aos-delay="2450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2450"].aos-animate {
    transition-delay: 2450ms; }
  body[data-aos-duration="2500"] [data-aos], [data-aos][data-aos][data-aos-duration="2500"] {
    transition-duration: 2500ms; }
  body[data-aos-delay="2500"] [data-aos], [data-aos][data-aos][data-aos-delay="2500"] {
    transition-delay: 0s; }
  body[data-aos-delay="2500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2500"].aos-animate {
    transition-delay: 2500ms; }
  body[data-aos-duration="2550"] [data-aos], [data-aos][data-aos][data-aos-duration="2550"] {
    transition-duration: 2550ms; }
  body[data-aos-delay="2550"] [data-aos], [data-aos][data-aos][data-aos-delay="2550"] {
    transition-delay: 0s; }
  body[data-aos-delay="2550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2550"].aos-animate {
    transition-delay: 2550ms; }
  body[data-aos-duration="2600"] [data-aos], [data-aos][data-aos][data-aos-duration="2600"] {
    transition-duration: 2600ms; }
  body[data-aos-delay="2600"] [data-aos], [data-aos][data-aos][data-aos-delay="2600"] {
    transition-delay: 0s; }
  body[data-aos-delay="2600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2600"].aos-animate {
    transition-delay: 2600ms; }
  body[data-aos-duration="2650"] [data-aos], [data-aos][data-aos][data-aos-duration="2650"] {
    transition-duration: 2650ms; }
  body[data-aos-delay="2650"] [data-aos], [data-aos][data-aos][data-aos-delay="2650"] {
    transition-delay: 0s; }
  body[data-aos-delay="2650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2650"].aos-animate {
    transition-delay: 2650ms; }
  body[data-aos-duration="2700"] [data-aos], [data-aos][data-aos][data-aos-duration="2700"] {
    transition-duration: 2700ms; }
  body[data-aos-delay="2700"] [data-aos], [data-aos][data-aos][data-aos-delay="2700"] {
    transition-delay: 0s; }
  body[data-aos-delay="2700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2700"].aos-animate {
    transition-delay: 2700ms; }
  body[data-aos-duration="2750"] [data-aos], [data-aos][data-aos][data-aos-duration="2750"] {
    transition-duration: 2750ms; }
  body[data-aos-delay="2750"] [data-aos], [data-aos][data-aos][data-aos-delay="2750"] {
    transition-delay: 0s; }
  body[data-aos-delay="2750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2750"].aos-animate {
    transition-delay: 2750ms; }
  body[data-aos-duration="2800"] [data-aos], [data-aos][data-aos][data-aos-duration="2800"] {
    transition-duration: 2800ms; }
  body[data-aos-delay="2800"] [data-aos], [data-aos][data-aos][data-aos-delay="2800"] {
    transition-delay: 0s; }
  body[data-aos-delay="2800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2800"].aos-animate {
    transition-delay: 2800ms; }
  body[data-aos-duration="2850"] [data-aos], [data-aos][data-aos][data-aos-duration="2850"] {
    transition-duration: 2850ms; }
  body[data-aos-delay="2850"] [data-aos], [data-aos][data-aos][data-aos-delay="2850"] {
    transition-delay: 0s; }
  body[data-aos-delay="2850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2850"].aos-animate {
    transition-delay: 2850ms; }
  body[data-aos-duration="2900"] [data-aos], [data-aos][data-aos][data-aos-duration="2900"] {
    transition-duration: 2900ms; }
  body[data-aos-delay="2900"] [data-aos], [data-aos][data-aos][data-aos-delay="2900"] {
    transition-delay: 0s; }
  body[data-aos-delay="2900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2900"].aos-animate {
    transition-delay: 2900ms; }
  body[data-aos-duration="2950"] [data-aos], [data-aos][data-aos][data-aos-duration="2950"] {
    transition-duration: 2950ms; }
  body[data-aos-delay="2950"] [data-aos], [data-aos][data-aos][data-aos-delay="2950"] {
    transition-delay: 0s; }
  body[data-aos-delay="2950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2950"].aos-animate {
    transition-delay: 2950ms; }
  body[data-aos-duration="3000"] [data-aos], [data-aos][data-aos][data-aos-duration="3000"] {
    transition-duration: 3000ms; }
  body[data-aos-delay="3000"] [data-aos], [data-aos][data-aos][data-aos-delay="3000"] {
    transition-delay: 0s; }
  body[data-aos-delay="3000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3000"].aos-animate {
    transition-delay: 3000ms; }

[data-aos] {
  pointer-events: none; }
  [data-aos].aos-animate {
    pointer-events: auto; }

body[data-aos-easing="linear"] [data-aos], [data-aos][data-aos][data-aos-easing="linear"] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }
  body[data-aos-easing="ease"] [data-aos], [data-aos][data-aos][data-aos-easing="ease"] {
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }
  body[data-aos-easing="ease-in"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in"] {
    transition-timing-function: cubic-bezier(0.42, 0, 1, 1); }
  body[data-aos-easing="ease-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out"] {
    transition-timing-function: cubic-bezier(0, 0, 0.58, 1); }
  body[data-aos-easing="ease-in-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out"] {
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }
  body[data-aos-easing="ease-in-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-back"] {
    transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }
  body[data-aos-easing="ease-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-back"] {
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  body[data-aos-easing="ease-in-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-back"] {
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  body[data-aos-easing="ease-in-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-sine"] {
    transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }
  body[data-aos-easing="ease-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-sine"] {
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }
  body[data-aos-easing="ease-in-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-sine"] {
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }
  body[data-aos-easing="ease-in-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quad"] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }
  body[data-aos-easing="ease-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quad"] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  body[data-aos-easing="ease-in-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quad"] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  body[data-aos-easing="ease-in-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-cubic"] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }
  body[data-aos-easing="ease-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-cubic"] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  body[data-aos-easing="ease-in-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-cubic"] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  body[data-aos-easing="ease-in-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quart"] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }
  body[data-aos-easing="ease-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quart"] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  body[data-aos-easing="ease-in-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quart"] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

@media screen {
  /**
   * Fade animations:
   * fade
   * fade-up, fade-down, fade-left, fade-right
   * fade-up-right, fade-up-left, fade-down-right, fade-down-left
   */
    html:not(.no-js) {
      /**
       * Zoom animations:
       * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
       * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
       */
      /**
       * Slide animations
       */
      /**
       * Flip animations:
       * flip-left, flip-right, flip-up, flip-down
       */ }
      html:not(.no-js) [data-aos^='fade'][data-aos^='fade'] {
        opacity: 0;
        transition-property: opacity, transform; }
        html:not(.no-js) [data-aos^='fade'][data-aos^='fade'].aos-animate {
          opacity: 1;
          transform: none;
          z-index: 99; }
      html:not(.no-js) [data-aos='fade-up'] {
        transform: translate3d(0, 100px, 0); }
      html:not(.no-js) [data-aos='fade-down'] {
        transform: translate3d(0, -100px, 0); }
      html:not(.no-js) [data-aos='fade-right'] {
        transform: translate3d(-100px, 0, 0); }
      html:not(.no-js) [data-aos='fade-left'] {
        transform: translate3d(100px, 0, 0); }
      html:not(.no-js) [data-aos='fade-up-right'] {
        transform: translate3d(-100px, 100px, 0); }
      html:not(.no-js) [data-aos='fade-up-left'] {
        transform: translate3d(100px, 100px, 0); }
      html:not(.no-js) [data-aos='fade-down-right'] {
        transform: translate3d(-100px, -100px, 0); }
      html:not(.no-js) [data-aos='fade-down-left'] {
        transform: translate3d(100px, -100px, 0); }
      html:not(.no-js) [data-aos^='zoom'][data-aos^='zoom'] {
        opacity: 0;
        transition-property: opacity, transform; }
        html:not(.no-js) [data-aos^='zoom'][data-aos^='zoom'].aos-animate {
          opacity: 1;
          transform: translate3d(0, 0, 0) scale(1); }
      html:not(.no-js) [data-aos='zoom-in'] {
        transform: scale(0.6); }
      html:not(.no-js) [data-aos='zoom-in-up'] {
        transform: translate3d(0, 100px, 0) scale(0.6); }
      html:not(.no-js) [data-aos='zoom-in-down'] {
        transform: translate3d(0, -100px, 0) scale(0.6); }
      html:not(.no-js) [data-aos='zoom-in-right'] {
        transform: translate3d(-100px, 0, 0) scale(0.6); }
      html:not(.no-js) [data-aos='zoom-in-left'] {
        transform: translate3d(100px, 0, 0) scale(0.6); }
      html:not(.no-js) [data-aos='zoom-out'] {
        transform: scale(1.2); }
      html:not(.no-js) [data-aos='zoom-out-up'] {
        transform: translate3d(0, 100px, 0) scale(1.2); }
      html:not(.no-js) [data-aos='zoom-out-down'] {
        transform: translate3d(0, -100px, 0) scale(1.2); }
      html:not(.no-js) [data-aos='zoom-out-right'] {
        transform: translate3d(-100px, 0, 0) scale(1.2); }
      html:not(.no-js) [data-aos='zoom-out-left'] {
        transform: translate3d(100px, 0, 0) scale(1.2); }
      html:not(.no-js) [data-aos^='slide'][data-aos^='slide'] {
        transition-property: transform;
        visibility: hidden; }
        html:not(.no-js) [data-aos^='slide'][data-aos^='slide'].aos-animate {
          visibility: visible;
          transform: translate3d(0, 0, 0); }
      html:not(.no-js) [data-aos='slide-up'] {
        transform: translate3d(0, 100%, 0); }
      html:not(.no-js) [data-aos='slide-down'] {
        transform: translate3d(0, -100%, 0); }
      html:not(.no-js) [data-aos='slide-right'] {
        transform: translate3d(-100%, 0, 0); }
      html:not(.no-js) [data-aos='slide-left'] {
        transform: translate3d(100%, 0, 0); }
      html:not(.no-js) [data-aos^='flip'][data-aos^='flip'] {
        backface-visibility: hidden;
        transition-property: transform; }
      html:not(.no-js) [data-aos='flip-left'] {
        transform: perspective(2500px) rotateY(-100deg); }
        html:not(.no-js) [data-aos='flip-left'].aos-animate {
          transform: perspective(2500px) rotateY(0); }
      html:not(.no-js) [data-aos='flip-right'] {
        transform: perspective(2500px) rotateY(100deg); }
        html:not(.no-js) [data-aos='flip-right'].aos-animate {
          transform: perspective(2500px) rotateY(0); }
      html:not(.no-js) [data-aos='flip-up'] {
        transform: perspective(2500px) rotateX(-100deg); }
        html:not(.no-js) [data-aos='flip-up'].aos-animate {
          transform: perspective(2500px) rotateX(0); }
      html:not(.no-js) [data-aos='flip-down'] {
        transform: perspective(2500px) rotateX(100deg); }
        html:not(.no-js) [data-aos='flip-down'].aos-animate {
          transform: perspective(2500px) rotateX(0); } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

#actus .col-xl-9 .list-view {
  display: none; }
  #actus .col-xl-9 .list-view .item-slide {
    background: #d8a040;
    margin-bottom: 0; }

#sliderNews, #actus .list-view {
  position: relative;
  background: transparent; }
  #sliderNews.list .grid, #actus .list-view.list .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (min-width: 720px) {
    #sliderNews.list .grid, #actus .list-view.list .grid {
      margin-left: -15px;
      margin-right: -15px; } }
    #sliderNews.list .grid .news-related-files-link, #actus .list-view.list .grid .news-related-files-link, #sliderNews.list .grid .news-related-files-size, #actus .list-view.list .grid .news-related-files-size {
      font-size: 14px;
      text-transform: none;
      word-break: break-all; }
    #sliderNews.list .grid .news-related-files, #actus .list-view.list .grid .news-related-files {
      position: static; }
    #sliderNews.list .grid .item-slide, #actus .list-view.list .grid .item-slide {
      width: 320px;
      height: 320px;
      position: relative;
      margin: auto;
      margin-bottom: 30px; }
    #sliderNews.list .grid .item-slide p, #actus .list-view.list .grid .item-slide p {
      margin: 0; }
    #sliderNews.list .grid .item-slide .img-wrap + .texte, #actus .list-view.list .grid .item-slide .img-wrap + .texte {
      position: absolute;
      width: 100%;
      bottom: 0; }
    #sliderNews.list .grid .item-slide .texte, #actus .list-view.list .grid .item-slide .texte {
      text-transform: none;
      line-height: 1.2; }
    #sliderNews.list .grid .item-slide.montrelois .news-related-files, #actus .list-view.list .grid .item-slide.montrelois .news-related-files {
      position: static; }
    #sliderNews.list .grid .item-slide.montrelois .info, #actus .list-view.list .grid .item-slide.montrelois .info {
      -webkit-transform: translateY(-200%);
      transform: translateY(-200%);
      padding-top: 15px; }
      #sliderNews.list .grid .item-slide.montrelois .info span, #actus .list-view.list .grid .item-slide.montrelois .info span {
        color: white; }
    #sliderNews.list .grid .item-slide .info, #actus .list-view.list .grid .item-slide .info {
      text-shadow: 0 0 2px #000; }
    #sliderNews.list .grid .item-slide.actu .texte, #actus .list-view.list .grid .item-slide.actu .texte {
      padding: 15px;
      background: white;
      text-align: center;
      line-height: 1.2;
      font-weight: 600; }
      #sliderNews.list .grid .item-slide.actu .texte span, #actus .list-view.list .grid .item-slide.actu .texte span {
        font-size: 17px;
        font-size: 1.0625rem; }
    #sliderNews.list .grid .item-slide.actu .info, #actus .list-view.list .grid .item-slide.actu .info {
      -webkit-transform: translateY(-200%);
      transform: translateY(-200%);
      padding-top: 15px; }
      #sliderNews.list .grid .item-slide.actu .info span, #actus .list-view.list .grid .item-slide.actu .info span {
        color: white; }
  #sliderNews .wrapper, #actus .list-view .wrapper {
    position: relative;
    z-index: 2; }
  #sliderNews img, #actus .list-view img {
    max-width: 100%;
    height: auto;
    position: relative; }
  #sliderNews .grid.desktop .sub-grid, #actus .list-view .grid.desktop .sub-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #sliderNews .grid.desktop .sub-grid .item-slide, #actus .list-view .grid.desktop .sub-grid .item-slide {
      margin: 2%;
      overflow: hidden; }
    @media screen and (min-width: 1199px) {
        #sliderNews .grid.desktop .sub-grid .item-slide, #actus .list-view .grid.desktop .sub-grid .item-slide {
          width: 320px;
          margin: 10px; } }
  #sliderNews:before, #actus .list-view:before {
    height: 20%; }
  #sliderNews #allNews, #actus .list-view #allNews {
    font-size: 18px;
    background: #253b46;
    border-radius: 0;
    border: none;
    color: white;
    font-family: 'Montserrat';
    margin-right: 10px;
    cursor: pointer;
    padding: 1px 6px; }
  #sliderNews #allNews:hover, #actus .list-view #allNews:hover {
    background: #d8a040; }
  #sliderNews .header, #actus .list-view .header {
    position: relative; }
  #sliderNews .actu-filter, #actus .list-view .actu-filter {
    border: none;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    cursor: pointer;
    padding: 10px 0;
    text-align: center;
    margin: 0 15px;
    padding: 1px 6px;
    display: block; }
  #sliderNews .actu-filter:hover, #actus .list-view .actu-filter:hover {
    background: #d8a040;
    color: #fff; }
  #sliderNews .actu-filter img, #actus .list-view .actu-filter img {
    height: 20px;
    display: block;
    width: auto;
    margin: auto; }
  #sliderNews .owl-item, #actus .list-view .owl-item {
    width: 30%; }
  #sliderNews .item-slide, #actus .list-view .item-slide {
    /*margin: 0;*/ }
  #sliderNews .item-slide .texte, #actus .list-view .item-slide .texte {
    min-height: 130px;
    position: relative; }
  #sliderNews .item-slide .info p, #actus .list-view .item-slide .info p {
    text-shadow: 0 0 5px #000; }
  #sliderNews .item-slide .img-wrap, #actus .list-view .item-slide .img-wrap {
    position: relative; }
  #sliderNews .item-slide a.link:hover, #actus .list-view .item-slide a.link:hover {
    text-decoration: none; }
    #sliderNews .item-slide a.link:before, #actus .list-view .item-slide a.link:before, #sliderNews .item-slide a.link:after, #actus .list-view .item-slide a.link:after {
      z-index: 10; }
  #sliderNews .item-slide.agenda, #actus .list-view .item-slide.agenda {
    background-color: #253b46;
    border: 1px solid #fff;
    overflow: hidden; }
    #sliderNews .item-slide.agenda *, #actus .list-view .item-slide.agenda * {
      color: white; }
    #sliderNews .item-slide.agenda .picto, #actus .list-view .item-slide.agenda .picto {
      display: inline;
      position: relative;
      font-size: 20px; }
    #sliderNews .item-slide.agenda .picto:before, #actus .list-view .item-slide.agenda .picto:before {
      content: " ";
      display: inline-block;
      background: url(../../Images/sprites.png) -69px -211px;
      /*background-size:100% auto;*/
      width: 34px;
      height: 29px;
      -webkit-transform: scale(0.7, 0.7);
      transform: scale(0.7, 0.7);
      position: relative;
      top: 7px; }
    #sliderNews .item-slide.agenda .texte, #actus .list-view .item-slide.agenda .texte {
      background: #253b46;
      padding: 15px;
      text-align: center;
      text-transform: uppercase;
      font-weight: 600; }
    #sliderNews .item-slide.agenda .info, #actus .list-view .item-slide.agenda .info {
      position: absolute;
      z-index: 9;
      top: 100%;
      width: 100%;
      left: 0; }
  #sliderNews .item-slide.actu, #actus .list-view .item-slide.actu {
    border: none; }
    #sliderNews .item-slide.actu .info, #actus .list-view .item-slide.actu .info {
      margin-top: -60px;
      margin-bottom: 20px;
      display: block;
      width: 100%; }
    #sliderNews .item-slide.actu .picto:before, #actus .list-view .item-slide.actu .picto:before {
      content: " ";
      display: block;
      margin: auto;
      background: url(../../Images/sprites.png) -106px -211px;
      width: 37px;
      height: 37px; }
    #sliderNews .item-slide.actu .texte, #actus .list-view .item-slide.actu .texte {
      padding: 15px;
      background: white;
      text-align: center;
      line-height: 1.2;
      font-weight: 600; }
    #sliderNews .item-slide.actu .texte span, #actus .list-view .item-slide.actu .texte span {
      font-size: 17px;
      font-size: 1.0625rem; }
    #sliderNews .item-slide.actu .texte:hover a, #actus .list-view .item-slide.actu .texte:hover a {
      text-decoration: none; }
  #sliderNews .item-slide.montrelois, #actus .list-view .item-slide.montrelois {
    border: none; }
    #sliderNews .item-slide.montrelois .picto span:before, #actus .list-view .item-slide.montrelois .picto span:before {
      content: " ";
      width: 32px;
      height: 22px;
      display: block;
      background: url(../../Images/sprites.png) -37px -211px;
      margin: auto; }
    #sliderNews .item-slide.montrelois .img-wrap .info, #actus .list-view .item-slide.montrelois .img-wrap .info {
      bottom: 0; }
    #sliderNews .item-slide.montrelois .info, #actus .list-view .item-slide.montrelois .info {
      margin-top: -80px;
      margin-bottom: 20px;
      display: block;
      width: 100%;
      padding-top: 15px; }
    #sliderNews .item-slide.montrelois .info span, #actus .list-view .item-slide.montrelois .info span {
      color: white;
      color: white;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: block; }
    #sliderNews .item-slide.montrelois .texte, #actus .list-view .item-slide.montrelois .texte {
      padding: 15px;
      text-align: center;
      background: #d8a040;
      text-transform: uppercase;
      font-weight: 600; }
    #sliderNews .item-slide.montrelois .texte:hover a, #actus .list-view .item-slide.montrelois .texte:hover a {
      text-decoration: none; }
    #sliderNews .item-slide.montrelois .news-related-files, #actus .list-view .item-slide.montrelois .news-related-files {
      line-height: 1.2;
      text-transform: none; }
    #sliderNews .item-slide.montrelois .news-related-files span, #actus .list-view .item-slide.montrelois .news-related-files span {
      word-break: break-all; }
    #sliderNews .item-slide.montrelois .news-related-files div, #actus .list-view .item-slide.montrelois .news-related-files div {
      display: inline-block;
      position: relative;
      margin: 0 auto; }
    #sliderNews .item-slide.montrelois .news-related-files div .news-related-files-link:before, #actus .list-view .item-slide.montrelois .news-related-files div .news-related-files-link:before {
      content: " ";
      width: 22px;
      height: 22px;
      display: inline-block;
      background: url(../../Images/sprites.png) -144px -211px; }
  #sliderNews .owl-carousel .owl-nav button.owl-prev, #actus .list-view .owl-carousel .owl-nav button.owl-prev {
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }
  #sliderNews .owl-carousel .owl-nav button.owl-next, #actus .list-view .owl-carousel .owl-nav button.owl-next {
    -webkit-transform: translate(-10%, -50%);
    transform: translate(-10%, -50%); }
  #sliderNews #filter-news-zone, #actus .list-view #filter-news-zone {
    -webkit-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s; }
  #sliderNews .owl-dots, #actus .list-view .owl-dots {
    display: none; }
  #sliderNews .grid.desktop .sub-grid.slNews5 .item-slide:first-child, #actus .list-view .grid.desktop .sub-grid.slNews5 .item-slide:first-child {
    width: 100%;
    clear: both;
    padding-bottom: 0px; }
    #sliderNews .grid.desktop .sub-grid.slNews5 .item-slide:first-child .img-wrap, #actus .list-view .grid.desktop .sub-grid.slNews5 .item-slide:first-child .img-wrap {
      display: inline-block;
      width: 50%;
      float: left;
      height: 100%;
      overflow: hidden; }
    #sliderNews .grid.desktop .sub-grid.slNews5 .item-slide:first-child .img-wrap img, #actus .list-view .grid.desktop .sub-grid.slNews5 .item-slide:first-child .img-wrap img {
      height: 100%; }
    #sliderNews .grid.desktop .sub-grid.slNews5 .item-slide:first-child .texte, #actus .list-view .grid.desktop .sub-grid.slNews5 .item-slide:first-child .texte {
      display: inline-block;
      width: 50%;
      height: 100%; }
  #sliderNews .grid.desktop .sub-grid.slNews1, #actus .list-view .grid.desktop .sub-grid.slNews1 {
    width: 100%;
    height: 670px; }
    #sliderNews .grid.desktop .sub-grid.slNews1 .item-slide:first-child, #actus .list-view .grid.desktop .sub-grid.slNews1 .item-slide:first-child {
      width: 100%;
      height: 96.5%;
      clear: both;
      padding-bottom: 0px; }
    #sliderNews .grid.desktop .sub-grid.slNews1 .item-slide:first-child .img-wrap, #actus .list-view .grid.desktop .sub-grid.slNews1 .item-slide:first-child .img-wrap {
      height: 75%;
      overflow: hidden; }
    #sliderNews .grid.desktop .sub-grid.slNews1 .item-slide:first-child .img-wrap img, #actus .list-view .grid.desktop .sub-grid.slNews1 .item-slide:first-child .img-wrap img {
      height: auto;
      width: 100%; }
    #sliderNews .grid.desktop .sub-grid.slNews1 .item-slide:first-child .texte, #actus .list-view .grid.desktop .sub-grid.slNews1 .item-slide:first-child .texte {
      height: 25%; }
  #sliderNews .owl-carousel .owl-nav button.owl-prev, #actus .list-view .owl-carousel .owl-nav button.owl-prev, #sliderNews .owl-carousel .owl-nav button.owl-next, #actus .list-view .owl-carousel .owl-nav button.owl-next {
    margin-top: 0; }

.allInfos .voirToutActu {
  display: none; }

.voirToutActu a {
  display: none;
  border: 1px solid #fff;
  padding: 5px 30px;
  color: #fff;
  text-decoration: none;
  margin: 20px auto 20px auto;
  width: 221px;
  text-align: center; }
  .voirToutActu a:hover, .voirToutActu a.active {
    border: 1px solid #d8a040;
    background: #d8a040;
    border: 1px solid #d8a040;
    background: #d8a040; }
  .voirToutActu a:nth-of-type(1) {
    display: block; }

@media screen and (min-width: 1199px) {
  #sliderNews .owl-carousel.grid div.owl-stage-outer {
    overflow: hidden;
    padding-left: 5px; }

  #sliderNews .grid.desktop .sub-grid.slNews5 .item-slide:first-child {
    width: 62.3%;
    clear: both;
    padding-bottom: 0px; }
    #sliderNews .grid.desktop .sub-grid.slNews5 .item-slide:first-child .img-wrap {
      display: inline-block;
      width: 50%;
      float: left;
      height: 100%; }
      #sliderNews .grid.desktop .sub-grid.slNews5 .item-slide:first-child .img-wrap img {
        height: 100%;
        width: auto;
        max-width: unset;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        -webkit-object-fit: cover;
        -webkit-object-position: center;
        width: 100%; }
    #sliderNews .grid.desktop .sub-grid.slNews5 .item-slide:first-child .texte {
      display: inline-block;
      width: 50%;
      height: 100%; }
    #sliderNews .grid.desktop .sub-grid.slNews5 .agenda.item-slide:first-child .info {
      position: static;
      margin-top: 43px; }
    #sliderNews .grid.desktop .sub-grid.slNews1 {
      width: 100%;
      height: 670px; }
    #sliderNews .grid.desktop .sub-grid.slNews1 .item-slide:first-child {
      width: 100%;
      height: 96.5%;
      clear: both;
      padding-bottom: 0px; }
      #sliderNews .grid.desktop .sub-grid.slNews1 .item-slide:first-child .img-wrap {
        height: 75%;
        overflow: hidden; }
        #sliderNews .grid.desktop .sub-grid.slNews1 .item-slide:first-child .img-wrap img {
          height: auto;
          width: 100%; }
      #sliderNews .grid.desktop .sub-grid.slNews1 .item-slide:first-child .texte {
        height: 25%; } }

@media screen and (min-width: 1399px) {
  #sliderNews .grid.desktop .sub-grid.slNews5 .item-slide:first-child {
    width: 64.5%;
    clear: both;
    padding-bottom: 0px; }
    #sliderNews .grid.desktop .sub-grid.slNews5 .item-slide:first-child .texte {
      display: inline-block;
      width: 50%;
      height: 100%; }
    #sliderNews .grid.desktop .sub-grid.slNews1 {
      width: 100%;
      height: 670px; }
    #sliderNews .grid.desktop .sub-grid.slNews1 .item-slide:first-child {
      width: 100%;
      height: 96.5%;
      clear: both;
      padding-bottom: 0px; }
      #sliderNews .grid.desktop .sub-grid.slNews1 .item-slide:first-child .img-wrap {
        height: 75%;
        overflow: hidden; }
        #sliderNews .grid.desktop .sub-grid.slNews1 .item-slide:first-child .img-wrap img {
          height: auto;
          width: 100%; }
      #sliderNews .grid.desktop .sub-grid.slNews1 .item-slide:first-child .texte {
        height: 25%; } }

.image a:hover img {
  opacity: 0.4; }

#filter-zone {
  position: relative;
  z-index: 2;
  display: none; }

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

#allSocial {
  font-size: 18px;
  background: #253b46;
  border-radius: 0;
  border: none;
  color: white;
  font-family: 'Montserrat';
  margin-right: 10px;
  cursor: pointer;
  margin: 0 15px; }
  #allSocial:hover {
    background: #d8a040; }

#socialWall .social-filter {
  border: none;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  cursor: pointer;
  padding: 10px 0;
  text-align: center;
  width: 40px;
  margin: 0 15px;
  border-radius: 50%; }
  #socialWall .social-filter.active {
    display: block; }
  #socialWall .social-filter:hover {
    background: #d8a040; }
  #socialWall .social-filter img {
    height: 20px;
    display: block;
    width: auto;
    margin: auto; }

#socialWall .social-loader {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #d8a040;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  display: none;
  margin: auto; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.item-slide {
  border: 1px solid #253b46;
  background-size: cover;
  background-position: center;
  height: 50%;
  margin: 10px auto;
  position: relative;
  padding-bottom: 40px;
  width: 320px;
  height: 320px; }
  @media screen and (min-width: 1380px) {
  .item-slide {
    margin: 10px; }
    .item-slide.double {
      width: 646px; } }
  .item-slide .footer_rs {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    bottom: 0;
    padding: 5px;
    color: white; }
  .item-slide .footer_rs img {
    width: 22px;
    height: auto;
    display: inline-block; }
  .item-slide p, .item-slide span {
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 0; }
  .item-slide .texte {
    min-height: 120px; }
  .item-slide a.link:before {
    content: " ";
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(216, 160, 64, 0.5); }
  .item-slide a.link:after {
    content: " ";
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 46px;
    background: url(../../Images/plusblanc.png);
    margin-left: -24px;
    margin-top: -24px; }
  .item-slide:hover a.link:before, .item-slide:hover a.link:after {
    display: block; }
  .item-slide.twitter {
    background-color: #253b46; }
  .item-slide.twitter * {
    color: white; }
  .item-slide.twitter .texte {
    background: #253b46;
    padding: 15px; }
  .item-slide.youtube {
    position: relative;
    display: block; }
  .item-slide.youtube:before {
    content: " ";
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(216, 160, 64, 0.5); }
  .item-slide.youtube:after {
    content: " ";
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 46px;
    background: url(../../Images/plusblanc.png);
    margin-left: -24px;
    margin-top: -24px; }
  .item-slide.youtube:hover img.play {
    display: none; }
    .item-slide.youtube:hover:before, .item-slide.youtube:hover:after {
      display: block; }
  .item-slide.youtube img.play {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    left: -25px; }
  .item-slide.facebook .texte {
    padding: 15px;
    text-align: center;
    background: white; }
    .item-slide.facebook .texte:hover a {
      text-decoration: none; }
  .item-slide.instagram {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,253b48+100&0+0,0.65+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */ }
  .item-slide.instagram .footer_rs {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(37, 59, 72, 0.65)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(37, 59, 72, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6253b48',GradientType=0);
    /* IE6-9 */
    color: white; }

#montreuillois {
  padding-top: 60px;
  padding-bottom: 60px; }
  #montreuillois .list-view {
    max-width: 90%;
    margin: auto; }
  @media only screen and (min-width: 48rem) {
    #montreuillois .list-view {
      max-width: 1100px; } }
  #montreuillois .slick-list {
    width: 100%; }
  #montreuillois .article {
    display: block;
    border: 2px solid #253b48;
    position: relative;
    overflow-y: hidden;
    max-width: 364px;
    width: 100%;
    margin: auto; }
  #montreuillois .article .img-wrap img {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s; }
  #montreuillois .article .content {
    background: #253b48;
    color: #fff;
    text-align: center;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media only screen and (min-width: 48rem) {
    #montreuillois .article .content {
      padding: 0 30px;
      position: absolute;
      height: 140px;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: -1; } }
    #montreuillois .article .content .date {
      color: #fff;
      text-transform: uppercase;
      font-size: 16px;
      font-size: 1rem;
      margin-bottom: 10px;
      font-weight: 500; }
    #montreuillois .article .content .news-related .news-related-files-text {
      margin-bottom: 0; }
    #montreuillois .article .content .news-related .news-related-files-text, #montreuillois .article .content .news-related .news-related-files-link, #montreuillois .article .content .news-related .news-related-files-size {
      color: #fff;
      font-size: 15px;
      font-size: 0.9375rem; }
  #montreuillois .article:hover, #montreuillois .article:focus {
    text-decoration: none; }
    @media only screen and (min-width: 48rem) {
    #montreuillois .article:hover .img-wrap img, #montreuillois .article:focus .img-wrap img {
      -webkit-transform: translateY(-140px);
      transform: translateY(-140px); } }

#social {
  margin-bottom: 60px; }

#socialWall {
  position: relative;
  overflow: hidden;
  background: #d8a040; }
  #socialWall .wrapper {
    position: relative;
    z-index: 2; }
  #socialWall:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 260px;
    width: 100%;
    background: white; }
  #socialWall img {
    max-width: 100%;
    height: auto;
    position: relative; }
  #socialWall img.play {
    left: 50%;
    top: 50%;
    height: 50px;
    margin-left: -25px;
    margin-top: 0; }
  #socialWall .grid.desktop .sub-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #socialWall .grid.desktop .sub-grid .item-slide {
      margin: 2%;
      width: 46%;
      overflow: hidden; }
    @media screen and (min-width: 1199px) {
        #socialWall .grid.desktop .sub-grid .item-slide {
          width: 320px;
          margin: 10px; } }
  @media screen and (min-width: 1199px) {
  #socialWall .overlay {
    width: calc(1029px + 193px);
    overflow: hidden;
    margin: auto;
    padding-left: 12px; }
  #socialWall .owl-carousel.grid {
    width: 1029px; }
    #socialWall .owl-carousel.grid .owl-stage-outer {
      overflow: visible; }
      #socialWall .owl-carousel.grid .owl-stage-outer .owl-item {
        opacity: 0.5; }
        #socialWall .owl-carousel.grid .owl-stage-outer .owl-item.active {
          opacity: 1; }

    #socialWall .owl-carousel.grid .sub-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-left: 7px; } }

#sliderNews {
  margin-bottom: 30px; }
  #sliderNews .btn-link-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  @media screen and (min-width: 37.5rem) {
    #sliderNews .btn-link-news {
      /* 600px*/
      -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly; } }
  #sliderNews .btn-link-news .btn {
    border-color: #fff;
    color: #fff;
    margin-bottom: 10px; }
    #sliderNews .btn-link-news .btn:hover, #sliderNews .btn-link-news .btn:focus {
      background-color: #16d3da;
      border-color: transparent;
      text-decoration: none;
      color: #fff; }
  #sliderNews .item-news {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  #sliderNews .item-news.actu .link {
    border: 1px solid #253b48;
    height: 100%;
    background-color: #fff; }
    #sliderNews .item-news.actu .link .content {
      padding: 10px 10px 50px;
      background: #fff; }
    #sliderNews .item-news.actu .link .content:after {
      content: '';
      position: absolute;
      width: 35px;
      height: 35px;
      bottom: 10px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      background-position: center;
      background-repeat: no-repeat;
      background-color: transparent;
      background-size: contain;
      background-image: url(../../Images/bulle.png); }
  #sliderNews .item-news.agenda .link {
    border: 1px solid #fff;
    background: #253b48;
    height: 100%; }
    #sliderNews .item-news.agenda .link .content {
      padding: 10px; }
    #sliderNews .item-news.agenda .link .content .headline, #sliderNews .item-news.agenda .link .content .date, #sliderNews .item-news.agenda .link .content .picto {
      color: #fff;
      margin-bottom: 0; }
    #sliderNews .item-news.agenda .link .content .picto {
      font-size: 28px;
      font-size: 1.75rem;
      text-transform: uppercase;
      font-weight: bold;
      text-align: center; }
      #sliderNews .item-news.agenda .link .content .picto:before {
        content: '';
        display: inline-block;
        margin-right: 10px;
        width: 26px;
        height: 26px;
        left: 50%;
        background-position: center;
        background-repeat: no-repeat;
        background-color: transparent;
        background-size: contain;
        background-image: url(../../Images/calendrier-blanc.png); }
    #sliderNews .item-news.agenda .link .content .date {
      font-weight: bold;
      text-align: center; }
  #sliderNews .item-news--0.agenda .link, #sliderNews .item-news--3.agenda .link, #sliderNews .item-news--0.actu .link, #sliderNews .item-news--3.actu .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #sliderNews .item-news--0.agenda .link .img-wrap, #sliderNews .item-news--3.agenda .link .img-wrap, #sliderNews .item-news--0.actu .link .img-wrap, #sliderNews .item-news--3.actu .link .img-wrap {
      position: relative;
      width: 100%;
      min-height: 1px;
      -webkit-box-flex: 0; }
      @media screen and (min-width: 37.5rem) {
        #sliderNews .item-news--0.agenda .link .img-wrap, #sliderNews .item-news--3.agenda .link .img-wrap, #sliderNews .item-news--0.actu .link .img-wrap, #sliderNews .item-news--3.actu .link .img-wrap {
          -ms-flex: 0 0 66.66%;
          -webkit-box-flex: 0;
          flex: 0 0 66.66%;
          max-width: 66.66%; } }
    #sliderNews .item-news--0.agenda .link .content, #sliderNews .item-news--3.agenda .link .content, #sliderNews .item-news--0.actu .link .content, #sliderNews .item-news--3.actu .link .content {
      position: relative;
      width: 100%;
      min-height: 1px;
      -webkit-box-flex: 0; }
      @media screen and (min-width: 37.5rem) {
        #sliderNews .item-news--0.agenda .link .content, #sliderNews .item-news--3.agenda .link .content, #sliderNews .item-news--0.actu .link .content, #sliderNews .item-news--3.actu .link .content {
          -ms-flex: 0 0 33.33%;
          -webkit-box-flex: 0;
          flex: 0 0 33.33%;
          max-width: 33.33%; } }
    #sliderNews .item-news--0.actu .link, #sliderNews .item-news--3.actu .link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #sliderNews .item-news--0.actu .link .content, #sliderNews .item-news--3.actu .link .content {
      background: #fff; }
      @media screen and (min-width: 37.5rem) {
        #sliderNews .item-news--0.actu .link .content, #sliderNews .item-news--3.actu .link .content {
          padding: 10px; } }
    #sliderNews .item-news--1, #sliderNews .item-news--2 {
      -webkit-box-flex: 0; }
    @media screen and (min-width: 37.5rem) {
    #sliderNews .item-news--1, #sliderNews .item-news--2 {
      -ms-flex: 0 0 50%;
      -webkit-box-flex: 0;
      flex: 0 0 50%;
      max-width: 50%; } }
    #sliderNews .item-news--1.actu .link .content, #sliderNews .item-news--2.actu .link .content {
      padding: 10px 30px 50px; }
    #sliderNews .item-news--1.agenda .link, #sliderNews .item-news--2.agenda .link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    #sliderNews .item-news--1.agenda .link .content, #sliderNews .item-news--2.agenda .link .content {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
  #sliderNews .item-news .link {
    display: block; }
    #sliderNews .item-news .link .img-wrap {
      overflow: hidden;
      position: relative; }
    #sliderNews .item-news .link .img-wrap img {
      -webkit-transition: -webkit-transform 0.25s;
      transition: -webkit-transform 0.25s;
      transition: transform 0.25s;
      transition: transform 0.25s, -webkit-transform 0.25s;
      width: 100%; }
    #sliderNews .item-news .link .img-wrap:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(22, 211, 218, 0);
      -webkit-transition: background 0.25s;
      transition: background 0.25s; }
    #sliderNews .item-news .link:hover, #sliderNews .item-news .link:focus {
      text-decoration: none; }
    #sliderNews .item-news .link:hover .img-wrap img, #sliderNews .item-news .link:focus .img-wrap img {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
    #sliderNews .item-news .link:hover .img-wrap:after, #sliderNews .item-news .link:focus .img-wrap:after {
      background: rgba(22, 211, 218, 0.15); }
    #sliderNews .item-news .link .content .headline {
      font-size: 16px;
      font-size: 1rem;
      font-weight: 600;
      text-transform: uppercase;
      text-align: center;
      display: block; }

@media screen and (min-width: 1199px) {
    #socialWall .owl-carousel.grid {
      margin: auto; } }

.header {
  text-align: center;
  margin-bottom: 30px; }

.bandeau-hp {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  padding: 30px 0; }
  .bandeau-hp > img, .bandeau-hp > video, .bandeau-hp > iframe {
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute; }
  .bandeau-hp > img {
    top: 0; }
  .bandeau-hp video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: fill;
    object-fit: fill;
    z-index: 2;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s; }
  .bandeau-hp .frame {
    position: relative;
    z-index: 9; }
  .bandeau-hp .frame-type-menu_pages, .bandeau-hp .frame-type-textmedia {
    max-width: 64rem;
    margin: auto;
    padding: 0 15px;
    text-align: center; }
  .bandeau-hp .frame-type-menu_pages ul, .bandeau-hp .frame-type-textmedia ul {
    list-style-type: none;
    padding: 0; }
    .bandeau-hp .frame-type-menu_pages ul li, .bandeau-hp .frame-type-textmedia ul li {
      display: inline-block; }
  .bandeau-hp .frame-type-menu_pages a, .bandeau-hp .frame-type-textmedia a {
    display: block;
    padding: 10px 15px;
    background-color: white;
    color: #253b46;
    margin: 5px;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    padding-right: 40px;
    position: relative; }
    .bandeau-hp .frame-type-menu_pages a span, .bandeau-hp .frame-type-textmedia a span {
      font-size: 14px;
      font-size: 0.875rem; }
    .bandeau-hp .frame-type-menu_pages a:hover, .bandeau-hp .frame-type-textmedia a:hover {
      background: #16d3da;
      text-decoration: none; }
    .bandeau-hp .frame-type-menu_pages a:after, .bandeau-hp .frame-type-textmedia a:after {
      content: " ";
      display: block;
      position: absolute;
      top: 50%;
      margin-top: -5px;
      right: 10px;
      background-image: url(../../Images/flecheselect.png);
      width: 20px;
      height: 10px;
      background-size: 16px auto;
      background-repeat: no-repeat; }
    .bandeau-hp .frame-type-menu_pages a.bluelink, .bandeau-hp .frame-type-textmedia a.bluelink {
      background-color: #16d3da; }
    .bandeau-hp .frame-type-menu_pages a.bluelink:hover, .bandeau-hp .frame-type-textmedia a.bluelink:hover {
      background: white; }
  .bandeau-hp .ce-textpic .ce-gallery img {
    width: 180px;
    height: auto; }
  @media only screen and (min-width: 48rem) {
    .bandeau-hp .ce-textpic .ce-gallery img {
      width: 300px; } }
  @media only screen and (min-width: 48rem) {
  .bandeau-hp {
    padding-top: 90px;
    padding-bottom: 90px;
    margin-bottom: 90px; } }

#push-up {
  margin-bottom: 30px; }
  #push-up .ce-bodytext {
    background: white;
    padding: 15px;
    max-width: 320px;
    margin: 160px auto;
    text-align: center;
    border: 1px solid #d8a040;
    position: relative;
    z-index: 9; }
  #push-up .ce-bodytext p {
    margin: 0;
    font-size: 15px;
    font-size: 0.9375rem; }
  #push-up .ce-bodytext h2 {
    font-size: 20px;
    font-size: 1.25rem;
    text-transform: none; }
  #push-up .ce-bodytext a {
    display: block;
    padding: 5px 7px;
    background: #d8a040;
    color: #253b46;
    text-transform: uppercase;
    border: 1px solid #d8a040; }
    #push-up .ce-bodytext a:hover {
      text-decoration: none;
      background: white;
      border: 1px solid #253b46; }
  #push-up .frame-layout-8 {
    position: relative;
    overflow: hidden; }
  #push-up .frame-layout-8 * {
    min-height: 100%; }
  #push-up .frame-layout-8 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0; }
  #push-up .frame-layout-9 img {
    position: static;
    width: 100%;
    height: auto;
    -o-object-fit: unset;
    object-fit: unset; }

#lien-bouton {
  margin-bottom: 90px; }
  #lien-bouton a {
    display: inline-block;
    padding: 10px 15px;
    background: #253b48;
    color: #fff; }
  #lien-bouton a:hover, #lien-bouton a:focus {
    background: #d8a040;
    text-decoration: none; }

#actus {
  position: relative;
  overflow: hidden;
  background: #253b46;
  padding-bottom: 60px; }
  #actus .wrapper {
    position: relative;
    z-index: 2; }
  #actus .feed .frame-type-textmedia a {
    background: #253b46;
    color: white; }
  #actus .feed .frame-type-textmedia a:hover {
    background: #16d3da; }
  #actus:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 300px;
    width: 100%;
    background: white; }
  #actus .col-xl-3 .frame-type-textmedia {
    background: white;
    padding: 1px; }
  #actus .col-xl-3 h2 {
    text-transform: none;
    font-size: 20px;
    font-size: 1.25rem;
    padding: 30px 0 15px;
    margin: 0; }
  @media only screen and (min-width: 64rem) {
  #actus .feed .jThumbnailScroller {
    height: 508px; }
    #actus .col-lg-9 header, #actus .col-lg-9 .header {
      width: 133%; } }

.feed .frame-type-list {
  background-color: white; }
  .feed .frame-type-textmedia a {
    display: block;
    margin: 15px auto;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
    border: 1px solid #253b46;
    padding: 5px 7px;
    text-align: center;
    width: 70%;
    margin-bottom: 30px;
    color: #253b46; }
    .feed .frame-type-textmedia a:hover {
      background: #16d3da;
      border: 1px solid #16d3da; }

#communes a:hover, #communes .hover {
  cursor: pointer; }
  #communes a:hover > polygon, #communes .hover > polygon, #communes a:hover > path, #communes .hover > path {
    fill: #d8a040; }

#carte {
  background: transparent;
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
  margin-bottom: 60px; }
  #carte svg {
    max-width: 100%;
    height: 50%; }
  @media only screen and (min-width: 48rem) {
    #carte svg {
      height: auto; } }
  #carte .frame-layout-9 {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: -1; }
  #carte .frame-layout-9 * {
    width: 100%;
    height: 100%; }
  #carte .frame-layout-9 img {
    -o-object-fit: cover;
    object-fit: cover; }
  #carte:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 271px;
    width: 100%;
    background: white; }
  #carte .frame-layout-11 {
    width: 100%; }
  #carte .frame-layout-11 #accordion-panel-1 {
    display: none; }
  #carte .frame-layout-11.active #accordion-panel-1 {
    display: block; }
    #carte .frame-layout-11.active #accordion-panel-1 ul {
      border-top: 0; }
    #carte .frame-layout-11.active button {
      background: white;
      border-bottom: 0; }
  #carte .frame-layout-11 button {
    width: 100%;
    background: #16d3da;
    text-transform: uppercase;
    border: 1px solid #16d3da;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    padding: 5px 7px;
    position: relative;
    padding-right: 30px;
    font-size: 14px;
    font-size: 0.875rem; }
    #carte .frame-layout-11 button:after {
      content: " ";
      display: block;
      position: absolute;
      top: 50%;
      margin-top: -5px;
      right: 10px;
      background-image: url(../../Images/flecheselect.png);
      width: 20px;
      height: 10px;
      background-size: 16px auto;
      background-repeat: no-repeat; }
  #carte .frame-layout-11 ul {
    list-style-type: none;
    padding: 15px;
    border: 1px solid #16d3da;
    background: white; }
    #carte .frame-layout-11 ul li {
      padding: 0; }
    #carte .frame-layout-11 ul li a span {
      display: block;
      margin-bottom: 0;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.2; }
  #carte .col-lg-3 .frame-type-menu_pages {
    margin-top: 20px; }
    #carte .col-lg-3 .frame-type-menu_pages ul {
      list-style-type: none;
      padding: 0; }
    #carte .col-lg-3 .frame-type-menu_pages ul li:first-of-type a {
      background: #16d3da;
      border: 1px solid #16d3da; }
      #carte .col-lg-3 .frame-type-menu_pages ul li:first-of-type a:hover {
        background: white;
        border: 1px solid #253b46; }
    #carte .col-lg-3 .frame-type-menu_pages ul a {
      display: block;
      margin: auto;
      text-decoration: none;
      text-transform: uppercase;
      background: white;
      border: 1px solid #253b46;
      padding: 5px 7px;
      text-align: center;
      width: 70%;
      margin-bottom: 15px; }
    #carte .col-lg-3 .frame-type-menu_pages ul a span {
      font-size: 14px;
      font-size: 0.875rem; }
    #carte .col-lg-3 .frame-type-menu_pages ul a:hover {
      background: #16d3da;
      border: 1px solid #16d3da; }
  #carte .col-lg-3 .frame-type-list {
    margin-bottom: 0;
    max-height: 362px;
    overflow: hidden; }
    #carte .col-lg-3 .frame-type-list h2 {
      text-transform: none;
      font-size: 20px;
      font-size: 1.25rem;
      margin: 0; }
    #carte .col-lg-3 .frame-type-list header {
      padding: 30px 0 15px; }
  #carte .col-lg-3 .frame-type-textmedia {
    background: white;
    padding: 1px; }
    #carte .col-lg-3 .frame-type-textmedia a {
      background: #253b46;
      color: white;
      display: block;
      margin: 15px auto;
      text-decoration: none;
      text-transform: uppercase;
      border: 1px solid #253b46;
      padding: 5px 7px;
      text-align: center;
      width: 70%; }
    #carte .col-lg-3 .frame-type-textmedia a:hover {
      background: #16d3da;
      border-color: #16d3da; }
  @media only screen and (min-width: 64rem) {
    #carte .col-lg-3 {
      margin-top: 71px; } }
  @media only screen and (min-width: 48rem) {
  #carte .frame-layout-11 {
    position: absolute;
    width: 200px; } }
  @media only screen and (min-width: 64rem) {
  #carte .col-lg-9 .frame-type-header h2 {
    width: 133%; } }

.home {
  padding-top: 80px; }
  .home h2 {
    text-align: center;
    text-transform: uppercase; }
  .home .bandeau-hp .tx_solr {
    display: none; }
    @media only screen and (min-width: 48rem) {
    .home .bandeau-hp .tx_solr {
      display: block; } }
  .home .acces-rapides .frame-type-menu_pages, .home .feed {
    border: 1px solid #253b48;
    padding: 5px;
    background-color: #fff; }
  .home .acces-le-montreuillois a {
    display: block;
    padding: 0 20px 20px; }
    .home .acces-le-montreuillois a img {
      margin: auto;
      display: block;
      width: 100%;
      height: auto; }
  .home .acces-rapides {
    margin-bottom: 30px; }
  .home .acces-rapides .frame-type-menu_pages ul {
    padding: 0 25px;
    margin-bottom: 30px;
    margin-top: 10px; }
    @media only screen and (min-width: 75rem) {
      .home .acces-rapides .frame-type-menu_pages ul {
        /* 1200px*/
        margin-bottom: 60px;
        margin-top: 35px; } }
    .home .acces-rapides .frame-type-menu_pages ul li {
      list-style: none;
      display: list-item;
      width: 100%;
      margin-right: 10px; }
    @media only screen and (min-width: 26rem) {
        .home .acces-rapides .frame-type-menu_pages ul li {
          display: inline-block;
          width: auto; } }
    @media only screen and (min-width: 75rem) {
        .home .acces-rapides .frame-type-menu_pages ul li {
          display: list-item;
          width: 100%; } }
    .home .acces-rapides .frame-type-menu_pages ul li a {
      font-size: 14px;
      font-size: 0.875rem;
      display: block;
      text-transform: uppercase;
      background: white;
      border: 1px solid #253b48;
      padding: 5px 7px;
      text-align: center;
      margin-bottom: 15px; }
      .home .acces-rapides .frame-type-menu_pages ul li a:hover, .home .acces-rapides .frame-type-menu_pages ul li a:focus {
        text-decoration: none;
        border-color: #16d3da;
        background: #16d3da; }
      .home .acces-rapides .frame-type-menu_pages ul li a.external {
        border-color: #16d3da;
        background: #16d3da; }
      .home .acces-rapides .frame-type-menu_pages ul li a.external:hover, .home .acces-rapides .frame-type-menu_pages ul li a.external:focus {
        background: #fff;
        border-color: #253b48; }

.feed-list .article {
  text-align: center;
  padding: 15px;
  border-bottom: 1px solid #d8a040; }
  .feed-list .article p, .feed-list .article span {
    margin: 0;
    font-size: 15px;
    font-size: 0.9375rem; }

#linkwall {
  margin-bottom: 60px; }
  #linkwall ul {
    list-style-type: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #linkwall ul li {
    width: 50%;
    padding: 5px;
    position: relative; }
    #linkwall ul li:nth-child(2n) {
      top: 20px; }
    @media only screen and (min-width: 48rem) {
    #linkwall ul li {
      width: 33.33%; }
      #linkwall ul li:nth-child(2n) {
        top: 0px; }

      #linkwall ul li:nth-child(3n + 2) {
        top: 20px; } }
    @media only screen and (min-width: 64rem) {
    #linkwall ul li {
      width: 20%; }
      #linkwall ul li:nth-child(3n + 2) {
        top: 0px; }

      #linkwall ul li:nth-child(7n), #linkwall ul li:nth-child(5n + 2), #linkwall ul li:nth-child(5n + 4) {
        top: 20px; } }
    #linkwall ul li a {
      display: block;
      overflow: hidden;
      position: relative; }
    #linkwall ul li a:before {
      content: " ";
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(216, 160, 64, 0.5); }
    #linkwall ul li a:after {
      content: " ";
      display: none;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 48px;
      height: 46px;
      background: url(../../Images/plusblanc.png);
      margin-left: -24px;
      margin-top: -24px; }
    #linkwall ul li a:hover:before, #linkwall ul li a:hover:after {
      display: block; }
    #linkwall ul li a img {
      width: 100%;
      height: auto; }
