/* Generated by less 2.5.1 */
body {
  overflow-x: hidden;
}
#page {
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  #page {
    max-width: 1200px;
    min-height: 100vh;
  }
}
#contenu-notice {
  overflow: hidden;
  box-sizing: border-box;
}
.footer {
  width: 100%;
  overflow: auto;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-bottom: 50px;
  }
}
.footer-contenu,
.date-footer {
  width: 100%;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .footer-contenu,
  .date-footer {
    width: 980px;
    padding: 0 10px 21px;
  }
}
.footer .footer-contenu ul li,
.footer .footer-contenu ul li a {
  margin: 0 0 ;
  display: block;
}
@media screen and (min-width: 768px) {
  .footer .footer-contenu ul li,
  .footer .footer-contenu ul li a {
    display: inline-block;
  }
}
.scroll-button {
  left: inherit;
  right: 10px;
  bottom: 100px;
}
@media screen and (min-width: 768px) {
  .scroll-button {
    bottom: 30px;
  }
}
#header {
  background-color: #fff;
  z-index: 100;
}
#header .nav_header a {
  height: 70px;
  padding: 0 8px;
}
#header .nav_header a .header-logo-device {
  height: 50px;
  width: 50px;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  #header .nav_header a .header-logo-device {
    width: 89px;
    height: 90px;
  }
}
#header .notice-titre {
  margin: 14px 0px;
  font-size: 18px;
  width: 50%;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  #header .notice-titre {
    margin: 38px 0px;
    font-size: 24px;
    width: auto;
  }
}
#breadcrumb-ariane.fil-d-ariane {
  background-color: #fff;
}
#breadcrumb-ariane #espace-ariane {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  min-height: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-next-prev {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 -3px 5px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .nav-next-prev {
    position: relative;
    bottom: inherit;
    left: inherit;
    background-color: transparent;
    padding: inherit;
    width: auto;
    box-shadow: none;
  }
}
.next_prev_haut {
  width: auto;
  max-width: auto;
  margin: 0 0;
  min-height: 34px;
  display: flex;
}
.button-np {
  margin: 0 10px 0 0;
  width: 80px;
  padding: 5px 0px;
}
@media screen and (min-width: 768px) {
  .button-np {
    width: auto;
    padding: 5px 25px;
  }
}
.dropdown-menu {
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .dropdown-menu {
    margin-right: 0;
  }
}
.fil-d-ariane {
  top: 70px;
}
@media screen and (min-width: 768px) {
  .fil-d-ariane {
    top: 120px;
  }
}
.fil-d-ariane.sticky {
  top: 0;
}
.header-inner {
  width: auto;
  max-width: 1200px;
}
.header-primary {
  float: none;
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .header-primary {
    width: 80%;
    float: left;
    display: inline-block;
  }
}
.header-secondary {
  width: 100%;
  float: none;
  display: block;
  height: 50px;
  position: relative;
  z-index: 1000;
  top: 90px;
  left: 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .header-secondary {
    width: auto;
    margin: inherit;
    float: right;
    display: inline-block;
    height: auto;
    position: relative;
    z-index: 1000;
    top: inherit;
    left: inherit;
    text-align: right;
  }
}
.header-secondary .navigation {
  margin: 0 0;
  padding: 0 0;
  display: block;
}
.header-secondary .search-input-wrapper {
  float: none;
  width: 100%;
}
.header-secondary .search-input-wrapper input {
  width: 80%;
  margin: auto 5%;
}
@media screen and (min-width: 768px) {
  .header-secondary .search-input-wrapper input {
    width: auto;
    margin: inherit;
  }
}
@media screen and (min-width: 768px) {
  .header-secondary .search-input-wrapper {
    float: right;
  }
}
.hamburger {
  font: inherit;
  display: inline-block;
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity,filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
}
.hamburger-box {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 24px;
}
.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 30px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #00669f;
}
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: "";
}
.hamburger-inner:before {
  top: -10px;
}
.hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform,opacity;
}
.hamburger--slider .hamburger-inner:after {
  top: 20px;
}
.hamburger-inner:after {
  bottom: -10px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #00669f;
}
.espace-contenu-inner-nav {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: -100vw;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .espace-contenu-inner-nav {
    position: relative;
    z-index: 1;
    top: inherit;
    right: inherit;
    width: 26%;
    height: inherit;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
#contenu-notice {
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #contenu-notice {
    padding-left: 40px;
    padding-right: 40px;
  }
}
#contenu-notice img {
  width: auto;
  max-width: 100%;
  height: auto;
}
body.nav-active {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  body.nav-active {
    overflow: auto;
  }
}
body.nav-active .espace-contenu-inner-nav {
  right: 0;
}
@media screen and (min-width: 768px) {
  body.nav-active .espace-contenu-inner-nav {
    right: inherit;
  }
}
