@font-face {
  font-family: Din;
  src: url("//cdn.agglo-larochelle.fr/fonts/DIN.eot?") format("eot"), url("//cdn.agglo-larochelle.fr/fonts/DIN.woff2") format("woff2"), url("//cdn.agglo-larochelle.fr/fonts/DIN.woff") format("woff"), url("//cdn.agglo-larochelle.fr/fonts/DIN.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: DinMedium;
  src: url("//cdn.agglo-larochelle.fr/fonts/DIN-Medium.eot?") format("eot"), url("//cdn.agglo-larochelle.fr/fonts/DIN-Medium.woff2") format("woff2"), url("//cdn.agglo-larochelle.fr/fonts/DIN-Medium.woff") format("woff"), url("//cdn.agglo-larochelle.fr/fonts/DIN-Medium.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: DinBold;
  src: url("//cdn.agglo-larochelle.fr/fonts/DIN-Bold.eot?") format("eot"), url("//cdn.agglo-larochelle.fr/fonts/DIN-Bold.woff2") format("woff2"), url("//cdn.agglo-larochelle.fr/fonts/DIN-Bold.woff") format("woff"), url("//cdn.agglo-larochelle.fr/fonts/DIN-Bold.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: DinBlack;
  src: url("//cdn.agglo-larochelle.fr/fonts/DIN-Black.eot?") format("eot"), url("//cdn.agglo-larochelle.fr/fonts/DIN-Black.woff2") format("woff2"), url("//cdn.agglo-larochelle.fr/fonts/DIN-Black.woff") format("woff"), url("//cdn.agglo-larochelle.fr/fonts/DIN-Black.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: AdjustedArial;
  src: local(Arial);
  size-adjust: 99%;
  ascent-override: 103%;
  descent-override: 18%;
  line-gap-override: 0%; }

@font-face {
  font-family: AdjustedArialMedium;
  src: local(Arial);
  size-adjust: 100%;
  ascent-override: 101%;
  descent-override: 20%;
  line-gap-override: 0%; }

@font-face {
  font-family: AdjustedArialBold;
  src: local(Arial black);
  size-adjust: 82%;
  ascent-override: 112%;
  descent-override: 23%;
  line-gap-override: 13%; }

@font-face {
  font-family: AdjustedArialBlack;
  src: local(Arial black);
  size-adjust: 83%;
  ascent-override: 110%;
  descent-override: 23%;
  line-gap-override: 15%; }

/*simplified css for guest users*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
.aui b,
strong,
.aui strong {
  font-family: DinBold, AdjustedArialBold, sans-serif;
  font-weight: normal; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  resize: none;
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-family: DinBold, AdjustedArialBold, sans-serif; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* pxToEm for elastic design */
/* GENERAL SETTINGS */
/* Reset properties */
*,
*::before,
*::after {
  background-repeat: no-repeat; }

#body-wrapper *,
#body-wrapper *::before,
#body-wrapper *::after {
  box-sizing: border-box; }

html,
html.aui,
body,
.aui body {
  overflow-x: hidden;
  margin: 0;
  font-family: Arial, sans-serif;
  background: #fff;
  color: #555; }

html,
html.aui {
  width: 100%;
  height: 100%;
  font-size: 100%;
  line-height: 1.4;
  visibility: visible !important;
  opacity: 1 !important;
  scroll-behavior: smooth; }

.aui li {
  line-height: 1.4; }

body,
.aui body {
  padding: 0;
  background-color: #fff;
  font-family: Din, AdjustedArial, sans-serif;
  line-height: 1.5; }

body.portal-popup,
html.aui body.html-editor {
  background-color: #fff; }

html.aui body.html-editor {
  max-width: 71.25rem;
  margin: auto;
  padding: 0 1.875rem; }

p,
.aui p {
  margin-bottom: 0.625rem; }

img,
video,
figure,
.aui img,
.aui video,
.aui figure {
  max-width: 100%;
  height: auto; }

video,
.aui video {
  cursor: pointer; }

h1,
h2,
h3,
h4,
h5,
.aui h1,
.aui h2,
.aui h3,
.aui h4,
.aui h5 {
  font-weight: normal;
  line-height: 1.2;
  font-size: inherit; }

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

ul,
.aui ul {
  list-style-type: none; }

form,
.aui form {
  margin-bottom: 0; }

a,
a:hover,
a:visited,
a:focus,
.aui a,
.aui a:hover,
.aui a:visited,
.aui a:focus {
  color: inherit;
  text-decoration: none; }

button,
.aui button {
  border: none;
  background-color: transparent;
  padding: 0; }

.aui textarea {
  resize: vertical; }

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
*[tabindex="0"]:focus {
  outline: 0.125rem solid #d2444a !important;
  outline-offset: 0.125rem !important; }

a[tabindex="-1"]:focus,
button[tabindex="-1"]:focus,
input[tabindex="-1"]:focus,
select[tabindex="-1"]:focus,
textarea[tabindex="-1"]:focus,
*[tabindex="-1"]:focus {
  outline: 0 !important; }

.aui .carousel {
  margin-bottom: 0; }

/* Global properties */
#body-wrapper {
  min-height: 100vh;
  font-size: 100%; }

.flash-link-wrapper {
  z-index: 10000;
  position: absolute;
  left: 0;
  -webkit-transform: translateX(-15.625rem);
  transform: translateX(-15.625rem); }

.flash-link-wrapper-top {
  top: 1.25rem; }

.flash-link-wrapper-bottom {
  bottom: 7.5rem; }

.flash-link-wrapper a.flash-link {
  display: block;
  height: 2.125rem;
  padding: 0 1.25rem;
  line-height: 1.875rem;
  border: 0.125rem solid white;
  border-left: 0;
  box-shadow: 0 0 0.625rem #666666;
  background-color: #d2444a;
  color: #fff;
  font-family: DinBold, AdjustedArialBold, sans-serif;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: transform .35s ease-out;
  transition: transform .35s ease-out; }

.flash-link-wrapper .flash-link:focus {
  -webkit-transform: translateX(15.625rem);
  transform: translateX(15.625rem); }

::selection {
  background: rgba(210, 68, 74, 0.4);
  color: #313131; }

#main-content {
  position: relative; }

.useful-content,
#body-wrapper.page-maximized .columns-max,
.journal-content-article .interior-article-mainContent .interior-article-chapo,
.journal-content-article .interior-article-mainContent .interior-article-paragraph,
aside.interior-article-moreContent-container {
  padding: 0 1.25rem; }

.useful-content,
#body-wrapper.page-maximized .columns-max {
  width: 100%;
  margin: auto; }

.useful-content {
  max-width: 76.25rem; }

#body-wrapper.page-maximized .columns-max {
  max-width: 81.25rem; }

.useful-content.useful-content-large {
  max-width: 90rem; }

#body-wrapper.page-maximized .columns-max {
  margin: 1.25rem auto; }

.portlet-column-content {
  width: 100%; }

.portlet-borderless-container {
  position: static; }

.lfr-configurator-visibility {
  z-index: 2; }

@media (min-width: 560px) {
  .useful-content,
  #body-wrapper .page-maximized .columns-max,
  .journal-content-article .interior-article-mainContent .interior-article-chapo,
  .journal-content-article .interior-article-mainContent .interior-article-paragraph,
  aside.interior-article-moreContent-container {
    padding: 0 1.875rem; } }
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .001s !important;
    transition-duration: .001s !important; }

  html,
  html.aui {
    scroll-behavior: auto; } }
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.inner-link,
a.inner-link,
.aui button.inner-link {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer; }

#body-wrapper .page-anchor {
  height: 0;
  margin: 0;
  border: 0; }

.clear-float {
  clear: both; }

#body-wrapper .btn-danger.lfr-configurator-visibility {
  display: none; }

#body-wrapper.is-admin.controls-visible .btn-danger.lfr-configurator-visibility {
  display: block; }

#body-wrapper.is-admin.controls-visible .home-article-mainContentContainer .btn-danger.lfr-configurator-visibility {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  padding: 0.3125rem 0.625rem;
  font-size: 0.9em;
  opacity: 1; }

#main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden; }

#page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; }

main.main-content {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 0.625rem; }

html.no-overflow {
  overflow: hidden; }

/* Back To Top */
button.backToTop {
  z-index: 99;
  display: block;
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 0;
  background: #d2444a;
  background-image: url("../images/fleche-droite.svg");
  background-size: 6rem 3rem;
  -webkit-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
  -webkit-transition: background-color .25s ease-out;
  transition: background-color .25s ease-out; }

button.backToTop:hover,
button.backToTop:focus {
  background-color: #108670; }

button.backToTop.hidden {
  display: none; }

/* Preprod banner */
.preprod-banner {
  z-index: 9999999;
  position: fixed;
  width: 15.625rem;
  height: 2.25rem;
  line-height: 2.25rem;
  bottom: 3.4375rem;
  left: -3.125rem;
  background: linear-gradient(#ff0000 0%, #ff6666 80%);
  color: #FFF;
  font-family: DinBold, AdjustedArialBold, sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  text-align: center;
  box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.75);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

/* HEADER LAYOUT */
header.main-header {
  z-index: 2;
  height: 5rem; }

header.main-header .useful-content {
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end; }

/* HEADER LOGO */
p.header-logo {
  position: absolute;
  top: 0.625rem;
  left: 7.5rem;
  width: 12.1875rem;
  height: 9.125rem;
  margin-bottom: 0; }

p.header-logo .header-logo-href {
  position: relative;
  display: block;
  width: 100%;
  height: 100%; }

p.header-logo .header-logo-href::before {
  content: "";
  z-index: -1;
  display: block;
  position: absolute;
  top: -2.5rem;
  bottom: -1.25rem;
  left: -1.875rem;
  right: -1.875rem;
  background: #fff;
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.25);
  transform: rotateZ(-6deg); }

img.header-logo-img {
  width: 100%;
  height: 100%; }

p.header-logo::after {
  content: "";
  z-index: 2;
  display: bock;
  position: absolute;
  bottom: 4.5rem;
  right: -5.3125rem;
  width: 5rem;
  height: 5rem;
  background-image: url("../images/mamie-chien.svg");
  background-position: center;
  background-size: 100%; }

/* HERO TITLE */
h1.hero-title {
  margin: 0;
  padding: 7.5rem 1.25rem 2.5rem;
  background: #d2444a;
  color: #fff;
  font-family: DinBold, AdjustedArialBold, sans-serif;
  text-transform: uppercase;
  font-size: 3rem;
  text-align: center; }

h1.hero-title:not(.news-hero-title) ~ .interior-page-content .interior-article-title-wrapper {
  display: none; }

/* HERO IMAGE */
.interior-article-banner {
  position: relative;
  height: 13.75rem; }

img.interior-article-banner-img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  max-width: none;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

/* HOME HERO CAROUSEL */
@keyframes headercarousel0 {
  0% {
    opacity: 1; }

  21% {
    opacity: 1; }

  25% {
    opacity: 0; }

  95% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes headercarousel1 {
  0% {
    opacity: 0; }

  21% {
    opacity: 0; }

  25% {
    opacity: 1; }

  46% {
    opacity: 1; }

  50% {
    opacity: 0; }

  100% {
    opacity: 0; } }

@keyframes headercarousel2 {
  0% {
    opacity: 0; }

  46% {
    opacity: 0; }

  50% {
    opacity: 1; }

  71% {
    opacity: 1; }

  75% {
    opacity: 0; }

  100% {
    opacity: 0; } }

@keyframes headercarousel3 {
  0% {
    opacity: 0; }

  71% {
    opacity: 0; }

  75% {
    opacity: 1; }

  95% {
    opacity: 1; }

  100% {
    opacity: 0; } }

.hero-banner {
  position: relative;
  height: 0;
  margin-bottom: 2.5rem;
  padding-top: 13.75rem;
  background-color: #fff; }

.hero-banner::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2.5rem;
  left: 0;
  right: 0;
  height: 2.5rem;
  background: #a1c38a; }

.header-carousel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-size: cover;
  -webkit-transition: opacity .6s linear;
  transition: opacity .6s linear; }

.header-carousel-0 {
  background-image: url("../images/home-header-0.jpg");
  animation: headercarousel0 linear 20s infinite; }

.header-carousel-1 {
  background-image: url("../images/home-header-1.jpg");
  animation: headercarousel1 linear 20s infinite; }

.header-carousel-2 {
  background-image: url("../images/home-header-2.jpg");
  animation: headercarousel2 linear 20s infinite; }

.header-carousel-3 {
  background-image: url("../images/home-header-3.jpg");
  animation: headercarousel3 linear 20s infinite; }

.hero-banner.current-0 .header-carousel {
  animation-delay: 0s; }

.hero-banner.current-1 .header-carousel {
  animation-delay: -5s; }

.hero-banner.current-2 .header-carousel {
  animation-delay: -10s; }

.hero-banner.current-3 .header-carousel {
  animation-delay: -15s; }

@media (prefers-reduced-motion: reduce) {
  .hero-banner .header-carousel {
    animation: none !important; }

  .hero-banner .header-carousel-btns {
    display: none; }

  .hero-banner .header-carousel.header-carousel-0 {
    opacity: 1; }

  .hero-banner .header-carousel:not(.header-carousel-0) {
    opacity: 0; } }
.hero-banner.stop .header-carousel {
  opacity: 0;
  animation: none; }

.hero-banner.stop .header-carousel.header-carousel-current {
  opacity: 1; }

.hero-banner .hero-banner-content {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.header-carousel-btns {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #a1c38a;
  box-shadow: 0 0 0.5rem 0.3125rem #a1c38a;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

button.header-carousel-btn {
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  background-image: url("../images/header-carousel-btns.svg");
  background-size: 9rem 2.25rem; }

button.header-carousel-btn:hover {
  outline: 0.125rem solid #d2444a; }

button.header-carousel-btn-prev {
  background-position: 0 0; }

button.header-carousel-btn-stop {
  background-position: -2.25rem 0; }

button.header-carousel-btn-next {
  background-position: -4.5rem 0; }

button.header-carousel-btn-play {
  background-position: -6.75rem 0; }

/* RESPONSIVE */
@media (min-width: 43.75rem) {
  .interior-article-banner,
  .hero-banner {
    padding-top: 31.58%; }

  .interior-article-banner {
    height: 0; } }
@media (min-width: 63.75rem) {
  header.main-header {
    height: 9.375rem; }

  header.main-header .useful-content {
    padding-left: 21.25rem; }

  p.header-logo {
    left: 1.25rem;
    width: 16.25rem;
    height: 12.1875rem; }

  p.header-logo::after {
    bottom: 3.125rem;
    right: -6.5625rem;
    width: 6.25rem;
    height: 6.25rem; }

  h1.hero-title {
    padding-top: 5rem; } }
@media (min-width: 77.5rem) {
  h1.hero-title {
    padding-top: 2.5rem; }

  .hero-title-content {
    display: block;
    max-width: 37.5rem;
    margin: 0 auto; } }
@media (min-width: 120rem) {
  .interior-article-banner,
  .hero-banner {
    width: 118.75rem;
    height: 37.5rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0; } }
/* MENU BUTTON */
#main-nav-btn {
  position: absolute;
  top: 0.9375rem;
  left: 0.9375rem;
  width: 3.125rem;
  height: 3.125rem;
  padding: 1.875rem 0 0;
  text-transform: uppercase;
  font-family: DinBold, AdjustedArialBold, sans-serif;
  font-size: 0.875rem;
  color: #555;
  -webkit-transition: color .25s ease-out;
  transition: color .25s ease-out; }

#main-nav-btn::before,
#main-nav-btn::after,
.main-nav-btn-content::before {
  content: "";
  display: block;
  position: absolute;
  left: 0.5625rem;
  right: 0.5625rem;
  height: 0.25rem;
  max-height: 0.25rem;
  background: #555;
  -webkit-transition: background .25s ease-out;
  transition: background .25s ease-out; }

#main-nav-btn:hover,
#main-nav-btn:focus {
  color: #d2444a; }

#main-nav-btn:hover::before,
#main-nav-btn:focus::before,
#main-nav-btn:hover::after,
#main-nav-btn:focus::after,
#main-nav-btn:hover .main-nav-btn-content::before,
#main-nav-btn:focus .main-nav-btn-content::before {
  background: #d2444a; }

#main-nav-btn::before {
  top: 0.375rem; }

.main-nav-btn-content::before {
  top: 0.9375rem; }

#main-nav-btn::after {
  top: 1.5rem; }

/* CLOSE BUTTON */
button.main-nav-close {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  width: 2.5rem;
  height: 2.5rem; }

button.main-nav-close::before,
button.main-nav-close::after {
  content: "";
  display: block;
  position: absolute;
  left: 0.125rem;
  right: 0.25rem;
  height: 0.25rem;
  max-height: 0.25rem;
  background: #555;
  -webkit-transition: background .25s ease-out;
  transition: background .25s ease-out; }

button.main-nav-close:hover::before,
button.main-nav-close:focus::before,
button.main-nav-close:hover::after,
button.main-nav-close:focus::after {
  background: #d2444a; }

button.main-nav-close::before {
  top: 0.5rem;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: rotateZ(45deg) translateX(0.3125rem) translateY(-0.375rem);
  transform: rotateZ(45deg) translateX(0.3125rem) translateY(-0.375rem); }

button.main-nav-close::after {
  top: 1.75rem;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: rotateZ(-45deg) translateX(0.25rem) translateY(0.375rem);
  transform: rotateZ(-45deg) translateX(0.25rem) translateY(0.375rem); }

/* MAIN NAV */
nav.main-nav {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  width: 15rem;
  max-height: 0;
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.25);
  overflow: hidden;
  -webkit-transition: max-height .35s ease-out;
  transition: max-height .35s ease-out; }

nav.main-nav.main-nav-opened {
  max-height: 50rem;
  -webkit-transition: max-height .35s ease-in;
  transition: max-height .35s ease-in; }

nav.main-nav.noDisplay {
  display: none; }

ul.main-nav-list {
  padding: 4.375rem 1.25rem 2.5rem 3.0625rem;
  background: #fff; }

ul.main-nav-list::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  width: 0.8125rem;
  height: 2rem;
  border-left: 0.25rem solid #555555;
  border-right: 0.25rem solid #555555; }

ul.main-nav-list::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.625rem;
  left: 1.75rem;
  width: 0.25rem;
  height: 3.125rem;
  background: #555; }

li.main-nav-item {
  position: relative;
  width: 100%;
  font-family: DinBold, AdjustedArialBold, sans-serif;
  text-transform: uppercase;
  line-height: 1.2;
  color: #108670;
  -webkit-transition: color .25s ease-out;
  transition: color .25s ease-out; }

li.main-nav-item.main-nav-item-current,
li.main-nav-item:hover,
li.main-nav-item:focus {
  color: #d2444a; }

li.main-nav-item:not(:last-child) {
  margin-bottom: 1.25rem; }

li.main-nav-item::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  left: -1.3125rem;
  top: -0.625rem;
  bottom: -1.25rem;
  border-left: 0.25rem solid #555555; }

li.main-nav-item::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.125rem;
  height: 1.125rem;
  left: -1.75rem;
  top: 0.125rem;
  border-radius: 50%;
  background: #fff;
  border: 0.25rem solid #555555; }

li.main-nav-item.main-nav-item-current::after {
  background: #d2444a;
  border-color: #d2444a; }

/* SUB NAV */
.main-nav-subList-wrapper {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height .35s ease-in;
  transition: max-height .35s ease-in; }

.main-nav-item .main-nav-subList-wrapper:focus-within {
  max-height: 31.25rem;
  -webkit-transition: max-height .35s ease-out;
  transition: max-height .35s ease-out; }

li.main-nav-subList-item {
  font-family: Din, AdjustedArial, sans-serif;
  text-transform: none;
  line-height: 1.2; }

a.main-nav-subList-item-link {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 0.625rem;
  padding-left: 0.625rem;
  -webkit-transition: background .25s ease-out, color .25s ease-out;
  transition: background .25s ease-out, color .25s ease-out; }

a.main-nav-subList-item-link,
a.main-nav-subList-item-link:visited {
  color: #555; }

a.main-nav-subList-item-link:hover,
a.main-nav-subList-item-link:focus,
a.main-nav-subList-item-link:visited:hover,
a.main-nav-subList-item-link:visited:focus {
  color: #d2444a;
  font-family: DinBold, AdjustedArialBold, sans-serif; }

@media (min-width: 63.75rem) {
  button.main-nav-btn,
  button.main-nav-close {
    display: none; }

  nav.main-nav,
  nav.main-nav.main-nav-opened,
  nav.main-nav.noDisplay {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 9.375rem;
    box-shadow: none;
    overflow: visible; }

  ul.main-nav-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 42.5rem;
    padding: 0 0 2.5rem; }

  ul.main-nav-list::before,
  ul.main-nav-list::after {
    display: none; }

  li.main-nav-item {
    width: 10rem;
    text-align: center; }

  li.main-nav-item:last-child {
    display: none; }

  li.main-nav-item:not(:last-child) {
    margin-bottom: 0; }

  li.main-nav-item::before {
    width: 100%;
    height: 0;
    left: 50%;
    top: auto;
    bottom: -1.3125rem;
    margin-left: 0.5rem;
    border-left: 0;
    border-top: 0.25rem solid #555555; }

  li.main-nav-item:last-child::before {
    width: 50%; }

  li.main-nav-item::after {
    width: 1.125rem;
    height: 1.125rem;
    left: 50%;
    top: auto;
    bottom: -1.75rem;
    margin-left: -0.625rem; }

  .main-nav-subList-wrapper {
    position: absolute;
    top: 100%;
    left: -1.25rem;
    right: -1.25rem;
    margin-top: 2.5rem;
    box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.25); }

  .main-nav-item:hover .main-nav-subList-wrapper {
    max-height: 31.25rem;
    -webkit-transition: max-height .35s ease-out;
    transition: max-height .35s ease-out; }

  li.main-nav-subList-item:not(:last-child) {
    border-bottom: 0.0625rem solid #cccccc; }

  a.main-nav-subList-item-link {
    margin-top: 0;
    padding: 0.9375rem 1.125rem;
    background: #fff; }

  a.main-nav-subList-item-link:hover,
  a.main-nav-subList-item-link:focus,
  a.main-nav-subList-item-link:visited:hover,
  a.main-nav-subList-item-link:visited:focus {
    background: #efefef; } }
@media (min-width: 73.75rem) {
  ul.main-nav-list {
    max-width: 100%; }

  li.main-nav-item:last-child {
    display: block; } }
#page-wrapper .breadcrumb-container {
  margin: 0.9375rem auto; }

#page-wrapper .breadcrumb-home,
#page-wrapper .breadcrumb {
  display: inline; }

#page-wrapper .breadcrumb-home {
  margin-bottom: 0;
  margin-right: 1.25rem; }

#page-wrapper .breadcrumb {
  margin: 0;
  padding: 0;
  background: none;
  border-radius: 0; }

#page-wrapper .breadcrumb > li > .divider {
  display: inline-block;
  width: 0;
  padding: 0;
  color: transparent; }

#page-wrapper .breadcrumb > li,
#page-wrapper .breadcrumb-home {
  display: inline;
  text-shadow: none;
  font-size: 0.875rem; }

#page-wrapper .breadcrumb > li {
  margin-right: 1.5625rem; }

#page-wrapper .breadcrumb > .active {
  color: inherit;
  margin-right: 0;
  cursor: default; }

#page-wrapper .breadcrumb > li > a,
#page-wrapper .breadcrumb-home > a,
#page-wrapper .breadcrumb > li:not(.active) .divider,
#page-wrapper .breadcrumb-home {
  position: relative; }

#page-wrapper .breadcrumb > li > a,
#page-wrapper .breadcrumb-home > a {
  font-family: Din, AdjustedArial, sans-serif; }

#page-wrapper .breadcrumb > li.active > a {
  color: #d2444a; }

#page-wrapper .breadcrumb > li:not(.active) > a,
#page-wrapper .breadcrumb-home a {
  color: #108670; }

#page-wrapper .breadcrumb > li > a::after,
#page-wrapper .breadcrumb-home > a::after {
  content: "";
  display: block;
  position: absolute;
  height: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 0;
  border-bottom: 0.0625rem solid currentColor;
  -webkit-transition: max-width .25s ease-out;
  transition: max-width .25s ease-out; }

#page-wrapper .breadcrumb > li > a:hover::after,
#page-wrapper .breadcrumb > li > a:focus::after,
#page-wrapper .breadcrumb-home > a:hover::after,
#page-wrapper .breadcrumb-home > a:focus::after {
  max-width: 100%; }

#page-wrapper .breadcrumb > li:not(.active) .divider::after,
#page-wrapper .breadcrumb > li:not(.active) .divider::before,
#page-wrapper .breadcrumb-home::after,
#page-wrapper .breadcrumb-home::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.0625rem;
  width: 0.5rem;
  height: 0.125rem;
  border-radius: 0.0625rem;
  background: #108670;
  transform-origin: right center; }

#page-wrapper .breadcrumb > li:not(.active) .divider::after,
#page-wrapper .breadcrumb-home::after {
  transform: rotateZ(-30deg); }

#page-wrapper .breadcrumb > li:not(.active) .divider::before,
#page-wrapper .breadcrumb-home::before {
  transform: rotateZ(30deg); }

footer.main-footer {
  padding: 3.75rem 0 3.125rem;
  font-family: DinMedium, AdjustedArialMedium, sans-serif;
  background: #eceeec;
  color: #555; }

footer.main-footer .useful-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 64.375rem;
  padding: 0 1.875rem; }

li.footer-column + li.footer-column,
li.footer-link + li.footer-link {
  margin-top: 0.9375rem; }

li.footer-link a,
.footer-coords a {
  position: relative; }

li.footer-link a::after,
.footer-coords a::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: -0.125rem;
  max-width: 0;
  height: 0;
  border-top: 0.0625rem solid #555555;
  -webkit-transition: max-width .25s ease-out;
  transition: max-width .25s ease-out; }

li.footer-link a:hover::after,
li.footer-link a:focus::after,
.footer-coords a:hover::after,
.footer-coords a:focus::after {
  max-width: 100%; }

.footer-contact {
  position: relative;
  margin-top: 1.875rem;
  padding-top: 1.875rem; }

.footer-contact::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 0;
  border-top: 0.125rem solid #999999; }

p.footer-logo-agglo {
  margin-bottom: 1.25rem; }

a.footer-logo-href-agglo {
  display: block; }

p.footer-coords {
  margin-bottom: 0; }

p.footer-coords + p.footer-coords {
  margin-top: 1.25rem; }

@media (min-width: 31.25rem) {
  ul.footer-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }

  li.footer-column + li.footer-column {
    margin-left: 3.75rem;
    margin-top: 0; }

  .footer-coords-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center; }

  p.footer-coords + p.footer-coords {
    margin-left: 2.5rem;
    margin-top: 0; }

  p.footer-logo-agglo {
    text-align: center; } }
@media (min-width: 72.5rem) {
  footer.main-footer .useful-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }

  .footer-contact {
    margin-top: 0;
    padding-top: 0; }

  .footer-contact::before {
    display: none; } }
/* Alert container */
aside.fullPage-alert {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.85);
  font-size: 0.875rem;
  -webkit-transition: opacity 0.35s ease-out;
  transition: opacity 0.35s ease-out; }

body.androidhtc .fullPage-alert {
  padding-top: 1.25rem;
  padding-right: 1.25rem; }

@media (min-width: 380px) and (min-height: 380px) {
  aside.fullPage-alert {
    padding: 1.25rem;
    font-size: 1rem; } }
aside.fullPage-alert.hidden {
  display: none; }

.fullPage-alert-container {
  position: relative; }

.fullPage-alert-container.fullPage,
.fullPage-alert-container.fullPage .fullPage-alert-content {
  width: 100%;
  height: 100%; }

.fullPage-alert-container.fullPage.fullPage-eco-site {
  width: 76.25rem; }

/* Alert title and close */
.fullPage-alert-title-wrapper {
  z-index: 2;
  position: absolute;
  bottom: -0.9375rem;
  left: 0.9375rem;
  right: 0.9375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.fullPage-alert-title-wrapper h4.fullPage-alert-title {
  margin: 0;
  padding: 0 0.625rem;
  line-height: 1.5rem;
  border-radius: 0.625rem;
  border: 0.1875rem solid white;
  background-color: #d2444a;
  color: #fff;
  font-family: DinBold, AdjustedArialBold, sans-serif;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

button.fullPage-alert-close {
  z-index: 2;
  position: absolute;
  top: -1rem;
  right: -1rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #d2444a;
  border: 0.1875rem solid white;
  cursor: pointer;
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out; }

body.androidhtc button.fullPage-alert-close {
  width: 1.875rem;
  height: 1.875rem;
  top: -0.9375rem;
  right: -0.9375rem; }

button.fullPage-alert-close::before,
button.fullPage-alert-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.25rem;
  height: 0.25rem;
  margin-top: -0.125rem;
  margin-left: -0.625rem;
  border-radius: 0.125rem;
  background: #fff;
  transform-origin: center; }

button.fullPage-alert-close::before {
  transform: rotateZ(45deg); }

button.fullPage-alert-close::after {
  transform: rotateZ(-45deg); }

/* Alert content */
.fullPage-alert-content {
  z-index: 1;
  max-width: 22.5rem;
  max-width: calc(100vw - 1.25rem);
  max-height: 22.5rem;
  max-height: calc(100vh - 1.25rem);
  padding: 0;
  overflow-y: auto;
  border: 0.1875rem solid white;
  border-radius: 0.3125rem;
  background-color: #fff; }

.fullPage-alert-content .popin-body.alert {
  margin: 0; }

.fullPage-alert-container.alert-media .fullPage-alert-content {
  overflow: hidden;
  background-color: #000; }

@media (min-width: 380px) and (min-height: 380px) {
  .fullPage-alert-content {
    max-width: calc(100vw - 2.5rem);
    max-height: calc(100vh - 2.5rem); } }
.fullPage-alert p {
  margin-top: 0; }

.fullPage-iframe,
.fullPage-object {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.3125rem;
  -webkit-overflow-scrolling: touch;
  border: none;
  overflow: auto; }

.fullPage-image,
.fullPage-video {
  display: block;
  max-width: calc(100vw - 2.875rem);
  max-height: calc(100vh - 2.875rem); }

/* Advert message */
#alert-advert {
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }

#alert-advert .fullPage-alert-content {
  padding: 0.625rem; }

@media (min-width: 380px) and (min-height: 380px) {
  #alert-advert .fullPage-alert-content {
    padding: 1.25rem; } }
#alert-advert .fullPage-alert {
  width: 31.25rem;
  border-radius: 0.3125rem; }

#title-alertAdvert {
  padding-bottom: 0.625rem;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-family: DinBold, AdjustedArialBold, sans-serif;
  font-size: 1.5em;
  font-variant: small-caps;
  text-align: center;
  color: #108670;
  border-bottom: 0.0625rem solid #cccccc; }

#buttons-alertAdvert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

#alert-advert .btn-alertAdvert {
  display: block;
  max-width: 7.5rem;
  width: auto;
  margin: auto;
  margin-top: 1.25rem;
  padding: 0.625rem;
  background-color: #108670;
  color: #fff;
  font-family: DinBold, AdjustedArialBold, sans-serif;
  font-size: .9em;
  line-height: 1.0em;
  border-radius: 0.3125rem;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }

#alert-advert .btn-alertAdvert.hidden {
  display: none; }

#alert-advert .btn-alertAdvert:hover,
#alert-advert .btn-alertAdvert:focus {
  background-color: #d2444a; }

/* Diaporamas */
input.diapo-radio-btn {
  display: none; }

.diapo-wrapper {
  display: none; }

input.diapo-radio-btn:checked + .diapo-wrapper {
  display: block; }

label.diapo-arrow {
  z-index: 2;
  display: block;
  position: absolute;
  top: 1.25rem !important;
  width: 2.5rem;
  height: 2.5rem;
  top: -3.6875rem;
  border-radius: 50%;
  background-color: #fff;
  background-image: url("../images/pictos.svg#arrow_red");
  background-position: center;
  background-size: 60%;
  -webkit-transition: .15s ease-out;
  transition: .15s ease-out; }

label.diapo-arrow:hover,
label.diapo-arrow:focus {
  background-color: #d2444a;
  background-image: url("../images/pictos.svg#arro_white"); }

label.diapo-arrow.diapo-arrow-prev {
  left: 1.25rem;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg); }

label.diapo-arrow.diapo-arrow-next {
  right: 1.25rem; }

/* E-service forms */
.fullPage-alert-content .embedded-portlet {
  position: static;
  width: 100%;
  max-height: 100%;
  overflow-y: visible; }

.fullPage-alert .fake-portlet {
  margin: 0; }

.fullPage-alert .fullPage-alert-container.fullPage-alert-eserviceForm {
  width: 100%;
  max-width: 43.75rem; }

.fullPage-alert-container.fullPage-alert-eserviceForm .embedded-portlet > .alert,
.fullPage-alert-container.fullPage-alert-historic .embedded-portlet > .alert {
  margin: 1.25rem; }

.fullPage-alert-container.fullPage-alert-eserviceForm fieldset {
  max-width: 100%; }

.fullPage-alert-container.fullPage-alert-eserviceForm fieldset .alert-success {
  margin: 0;
  margin-bottom: 1.25rem; }

.cookies-notice {
  z-index: 99999;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.3125rem 0.625rem;
  background: rgba(49, 49, 49, 0.9);
  color: #fff; }

.cookies-notice.no-cookies {
  display: none; }

.cookies-notice-content {
  max-width: 90.625rem;
  margin: 0 auto; }

p.cookies-notice-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin: 0;
  font-size: 0.875rem; }

.cookies-btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.625rem 0 0.3125rem; }

a.cookies-btn,
a.cookies-btn:visited,
button.cookies-btn,
button.cookies-btn:visited {
  display: inline-block;
  background: #108670;
  color: #fff;
  padding: 0.125rem 0.625rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  font-family: DinBold, AdjustedArialBold, sans-serif;
  -webkit-transition: background .25s ease-out, color .25s ease-out;
  transition: background .25s ease-out, color .25s ease-out; }

a.cookies-btn:focus,
button.cookies-btn:focus {
  outline: 0.125rem solid white !important; }

button.cookies-btn {
  margin-left: 1.25rem; }

a.cookies-btn:hover,
a.cookies-btn:focus,
button.cookies-btn:hover,
button.cookies-btn:focus {
  background: #d2444a;
  color: #fff; }

@media (min-width: 55rem) {
  .cookies-notice-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .cookies-btn-wrapper {
    margin-left: 1.25rem; }

  .cookies-btn-wrapper {
    margin-top: 0.3125rem; } }
.home-section {
  position: relative; }

h2.home-article-title,
h2.news-list-news-title,
h3.news-list-news-title {
  margin: 0 0 1.25rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: DinBold, AdjustedArialBold, sans-serif;
  line-height: 1.2; }

.home-main-title-group {
  max-width: 43.75rem;
  margin: 3.75rem auto 5rem; }

h1.home-main-title {
  margin: 0 0 2.5rem;
  font-size: 2rem;
  font-family: DinBold, AdjustedArialBold, sans-serif;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
  color: #108670; }

p.home-main-title-subtitle {
  margin: 0;
  font-size: 1rem;
  text-align: center; }

/* NEWS SECTION */
.home-news-section {
  position: relative;
  z-index: 2; }

.home-news-section::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -6.25rem;
  width: 12.5rem;
  height: 7.375rem;
  background-image: url("../images/balancoire.svg");
  background-size: 100%;
  background-position: center;
  pointer-events: none; }

.home-article-actualites {
  max-width: 31.25rem;
  margin: 3.75rem auto 5rem; }

/* PROJETS SECTION */
.home-operations-section {
  padding: 2.5rem 0;
  background: #eceeec; }

.interior-page .home-operations-section + .home-operations-section {
  background: #fff; }

.interior-page .home-operations-section + .home-operations-section + .home-operations-section {
  margin-bottom: 5rem;
  background: #eceeec; }

.home-article-projets h2.home-article-title {
  max-width: 64.375rem;
  margin: 0 auto 2.5rem;
  font-size: 2rem;
  text-align: center; }

.interior-page .home-operations-section h2.home-article-title,
.interior-page .home-operations-section + .home-operations-section + .home-operations-section h2.home-article-title {
  color: #555; }

.interior-page .home-operations-section + .home-operations-section h2.home-article-title {
  color: #d2444a; }

/* MAISON SECTION */
.home-maison-section {
  position: relative;
  margin-top: 5.625rem;
  padding: 2.5rem 0;
  background: #d2444a;
  color: #fff; }

.home-maison-section::before,
.interior-article-mainContent .corail-paragraph::after {
  content: "";
  display: block;
  position: absolute;
  right: 1.25rem;
  bottom: 100%;
  width: 15rem;
  height: 6.75rem;
  background-image: url("../images/bus-immeuble.svg");
  background-size: 100%;
  background-position: center; }

.interior-article-mainContent .corail-paragraph {
  margin-top: 7.5rem; }

article.home-article-maisonProjet {
  max-width: 64.375rem;
  margin: 0 auto; }

.home-article-maisonProjet h2.home-article-title {
  font-size: 2rem; }

.home-article-maisonProjet p.home-article-maisonProjet-presentation {
  margin-bottom: 0; }

.home-article-maisonProjet p.home-article-maisonProjet-presentation + p.home-article-maisonProjet-presentation {
  margin-top: 1.25rem; }

.home-article-maisonProjet-content {
  max-width: 45rem; }

.home-article-maisonProjet-photos {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2.5rem; }

img.home-article-maisonProjet-otherPhoto {
  display: block;
  width: 18.75rem;
  height: 18.75rem;
  margin: 0.3125rem; }

.home-article-maisonProjet-othersPhotos {
  max-width: calc(50% - .3125rem); }

.home-maison-section a.link-more-news-href,
.home-maison-section a.link-more-news-href:visited {
  box-shadow: 0 0.1875rem 0.375rem rgba(49, 49, 49, 0.5);
  background: #fff;
  color: #d2444a; }

.home-maison-section a.link-more-news-href:hover,
.home-maison-section a.link-more-news-href:visited:hover,
.home-maison-section a.link-more-news-href:focus {
  background: #108670;
  color: #fff; }

.home-maison-section a.link-more-news-href:focus {
  outline: 0.125rem solid white !important; }

/* JOURNAL SECTION */
.home-journal-section {
  position: relative;
  margin-top: 12.5rem;
  padding-top: 1.875rem; }

.home-journal-section::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 20rem;
  height: 9.125rem;
  background-image: url("../images/vague-bateau.svg");
  background-position: center;
  background-size: 100%; }

.home-article-journal h2.home-article-title {
  font-size: 2rem;
  color: #108670; }

.article-journal-presentation-wrapper {
  margin-top: 2.5rem; }

p.home-article-journal-presentation {
  max-width: 47.5rem;
  margin-left: auto;
  margin-right: auto; }

.home-article-journal {
  max-width: 40rem;
  margin: 0 auto 2.5rem;
  padding-bottom: 22.5rem; }

.home-journal-section p.link-more-news,
p.home-article-journal-img-wrapper {
  position: relative; }

.home-article-journal a.link-more-news-href,
.home-article-journal a.link-more-news-href:visited {
  position: absolute;
  left: 50%;
  top: 2.5rem;
  width: 16.25rem;
  padding-left: 2.5rem;
  padding-right: 0.625rem;
  text-align: left;
  background: #6b7c5d;
  -webkit-transform: translateX(-0.625rem);
  transform: translateX(-0.625rem); }

.home-article-journal a.link-more-news-href:hover,
.home-article-journal a.link-more-news-href:focus {
  background: #108670; }

p.home-article-journal-img-wrapper {
  display: inline-block;
  width: 15.125rem;
  height: 21.625rem; }

.home-page p.home-article-journal-img-wrapper {
  position: absolute;
  right: 50%;
  bottom: 0; }

a.home-article-journal-link {
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 0.1875rem solid #d2444a;
  -webkit-transform: translateX(0.625rem) rotateZ(-5deg);
  transform: translateX(0.625rem) rotateZ(-5deg);
  -webkit-transition: border-color .25s ease-out;
  transition: border-color .25s ease-out; }

a.home-article-journal-link:hover,
a.home-article-journal-link:focus {
  border-color: #108670; }

a.home-article-journal-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity .25s ease-out;
  transition: opacity .25s ease-out; }

a.home-article-journal-link:hover::before,
a.home-article-journal-link:focus::before {
  opacity: .6; }

a.home-article-journal-link::after {
  content: "Lire le journal";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9.375rem;
  padding: 0.125rem 0.5rem 0.25rem;
  text-align: center;
  background: #d2444a;
  font-family: DinBold, AdjustedArialBold, sans-serif;
  font-size: 1.125rem;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: opacity .25s ease-out;
  transition: opacity .25s ease-out; }

a.home-article-journal-link:hover::after,
a.home-article-journal-link:focus::after {
  opacity: 1; }

img.home-article-journal-img {
  width: 100%;
  height: 100%; }

.journal-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 85rem;
  margin: auto; }

article.journal-list-article {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20rem;
  margin: 3.75rem; }

h2.journal-list-article-title {
  margin: 1.25rem 0 0;
  font-family: DinBold, AdjustedArialBold, sans-serif;
  font-size: 1.125rem; }

/* PARTNERS SECTION */
.home-partners-section {
  margin-top: 6.25rem; }

.partners-article h2.home-article-title {
  font-size: 2rem;
  color: #d2444a;
  text-align: center; }

a.partners-list-item-link {
  display: block; }

@media (min-width: 40rem) {
  .home-news-section::after {
    width: 15.625rem;
    height: 9.25rem; }

  .home-maison-section {
    margin-top: 7.5rem; }

  .home-maison-section::before,
  .interior-article-mainContent .corail-paragraph::after {
    width: 20rem;
    height: 8.9375rem; }

  .interior-article-mainContent .corail-paragraph {
    margin-top: 10rem; }

  .home-journal-section {
    margin-top: 14.375rem; }

  .home-journal-section::before {
    width: 25rem;
    height: 11.375rem; } }
@media (min-width: 50rem) {
  h1.home-main-title {
    font-size: 2.75rem; }

  p.home-main-title-subtitle {
    font-size: 1.125rem; } }
@media (min-width: 56.25rem) {
  .home-article-actualites {
    margin-bottom: 2.5rem; }

  .home-news-section::after {
    bottom: -5rem;
    width: 18.75rem;
    height: 11.125rem; }

  .home-article-projets h2.home-article-title {
    text-align: left; }

  .home-maison-section {
    margin-top: 9.375rem; }

  .home-maison-section::before {
    width: 25rem;
    height: 11.1875rem; }

  .home-article-journal-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .home-article-journal {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    padding-bottom: 0;
    margin-left: 0;
    margin-right: 2.5rem; }

  .home-article-journal a.link-more-news-href {
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    -webkit-transform: none;
    transform: none; }

  .home-page p.home-article-journal-img-wrapper {
    position: relative;
    left: 0;
    right: auto; }

  a.home-article-journal-link {
    -webkit-transform: rotateZ(-5deg);
    transform: rotateZ(-5deg); } }
@media (min-width: 78.75rem) {
  .interior-article-mainContent .corail-paragraph::after {
    right: -12.5rem; }

  .home-maison-section {
    margin-top: 7.5rem; }

  .home-journal-section {
    margin-bottom: 2.5rem;
    padding-bottom: 5rem; }

  .home-journal-section {
    margin-top: 2.5rem; }

  .home-journal-section::before {
    bottom: 0; }

  .home-article-journal p.link-more-news {
    text-align: right; } }
@media (min-width: 85rem) {
  .home-news-section::after {
    bottom: -5rem;
    width: 25rem;
    height: 14.8125rem; } }
@media (min-width: 1420px) {
  .home-article-journal p.link-more-news {
    text-align: center; } }
/* GENERAL LAYOUT */
article.interior-article {
  position: relative; }

.interior-article-mainContent {
  padding-bottom: 3.125rem; }

.interior-page .taglib-header {
  display: none; }

.interior-page .portlet-asset-publisher .asset-full-content.show-asset-title .asset-content {
  margin: 0; }

/* USEFUL CONTENT */
h1.interior-article-title,
h2.interior-article-title,
p.interior-article-chapo,
.interior-article-paragraph {
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5; }

h1.interior-article-title,
h2.interior-article-title,
p.interior-article-chapo,
.interior-article-paragraph.no-floating-media {
  max-width: 58.75rem;
  padding: 0 0.625rem; }

.interior-article-paragraph.flex-media {
  max-width: 52.5rem;
  margin-top: 6.25rem; }

.interior-article-paragraph.portlet-media.accordion-paragraph .accordion-content,
.interior-article-paragraph.iframe-media.accordion-paragraph .accordion-content {
  padding: 0; }

.interior-article-paragraph.flex-media {
  padding: 0 0.625rem; }

/* TITLE, CHAPO */
.interior-article-title-wrapper {
  position: relative;
  max-width: 58.75rem;
  margin: 2.5rem auto 2.5rem; }

.interior-article-title-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0.625rem;
  width: 50vw;
  height: 0;
  border-bottom: 0.125rem solid #d2444a; }

h1.interior-article-title,
h2.interior-article-title {
  z-index: 2;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 2rem;
  font-family: DinBold, AdjustedArialBold, sans-serif;
  line-height: 1.2;
  background: #fff;
  color: #d2444a; }

h1.interior-article-title::after,
h2.interior-article-title::after {
  content: "";
  display: block;
  position: absolute;
  right: -8.75rem;
  bottom: 0.625rem;
  width: 5rem;
  height: 5rem;
  background-image: url("../images/cycliste.svg");
  background-size: 100% 100%;
  background-position: center; }

.interior-article-mainContent p.interior-article-chapo {
  font-family: DinBold, AdjustedArialBold, sans-serif;
  margin-bottom: 3.125rem; }

/* FICHE TECHNIQUE */
aside.fiche-technique-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 3.75rem auto;
  padding: 0; }

.fiche-technique-container {
  background: #eceeec;
  box-shadow: 0 0.25rem 0.625rem #666666; }

img.fiche-technique-img {
  display: block;
  width: 18.75rem;
  height: 18.75rem;
  margin: 0; }

dl.fiche-technique {
  width: 18.75rem;
  margin: 0;
  padding: 1.5rem; }

.fiche-technique-detail:not(:last-child) {
  margin-bottom: 1.25rem; }

dl.fiche-technique dt {
  font-weight: normal;
  font-family: DinBold, AdjustedArialBold, sans-serif;
  font-size: 1.125rem; }

dl.fiche-technique dd {
  margin-left: 0;
  margin-top: 0.5rem;
  padding-left: 1.25rem; }

.fiche-technique-wrapper #map-viewer {
  width: calc(100% - 1.25rem);
  max-width: 37.5rem;
  height: 25rem;
  margin: 2.5rem 0 0; }

/* CONTENT */
/* Margins */
.interior-article-paragraph {
  margin: 3.75rem auto 0; }

.interior-article-paragraph.no-title {
  margin-top: 1.25rem; }

.interior-article-paragraph.title-alone + .interior-article-paragraph.no-title {
  margin-top: 0; }

.interior-article-mainContent .zoomed-paragraph,
.interior-article-mainContent .corail-paragraph {
  position: relative;
  padding: 2.5rem; }

.interior-article-mainContent .zoomed-paragraph {
  color: #313131; }

.interior-article-mainContent .zoomed-paragraph::before,
.interior-article-mainContent .corail-paragraph::before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.interior-article-mainContent .zoomed-paragraph,
.interior-article-mainContent .zoomed-paragraph::before {
  background: #a1c48a; }

.interior-article-mainContent .corail-paragraph,
.interior-article-mainContent .corail-paragraph::before {
  background: #d2444a; }

.interior-article-mainContent .corail-paragraph {
  color: #fff; }

.interior-article-mainContent .zoomed-paragraph.no-floating-media::after,
.interior-article-mainContent .zoomed-paragraph .flex-media-paragraph::after {
  content: "";
  display: none;
  position: absolute;
  width: 7.1875rem;
  height: 12.5rem;
  background-image: url("../images/illustration-arbres.svg");
  background-size: 100% 100%;
  background-position: center; }

.interior-article-mainContent .zoomed-paragraph > *,
.interior-article-mainContent .corail-paragraph > * {
  position: relative; }

.interior-article-mainContent .accordion-content .zoom {
  margin: 1.25rem 0;
  padding: 0.625rem;
  background: #a1c48a;
  background: -webkit-linear-gradient(45deg, #0b9bd7, #004aa5 50%, #004aa5);
  background: linear-gradient(45deg, #0b9bd7, #004aa5 50%, #004aa5);
  color: #fff; }

.interior-article-mainContent .accordion-content .zoom ul,
.interior-article-paragraph.zoomed-paragraph.pwd-rules {
  list-style-image: url("../images/fleche-blanche.png"); }

.interior-article-mainContent .interior-article-title-wrapper + .interior-article-paragraph > :first-child,
.interior-article-mainContent .interior-article-title-wrapper + .interior-article-paragraph .page-anchor:first-child + *,
.interior-article-mainContent p.interior-article-chapo + .interior-article-paragraph > :first-child,
.interior-article-mainContent p.interior-article-chapo + .interior-article-paragraph .page-anchor:first-child + *,
.interior-article-mainContent .zoomed-paragraph > :first-child,
.interior-article-mainContent .zoomed-paragraph .page-anchor:first-child + *,
.interior-article-mainContent .corail-paragraph > :first-child,
.interior-article-mainContent .corail-paragraph .page-anchor:first-child + *,
.interior-article-mainContent .blockquote > :first-child,
.html-editor .blockquote > :first-child {
  margin-top: 0; }

.interior-article-mainContent .zoomed-paragraph :last-child,
.interior-article-paragraph.zoomed-paragraph.pwd-rules:last-child,
.interior-article-mainContent .corail-paragraph :last-child,
.interior-article-mainContent .blockquote :last-child,
.html-editor .blockquote :last-child {
  margin-bottom: 0; }

/* Titles and text enhancement */
.interior-article-mainContent h3 {
  max-width: 56.25rem;
  margin: 0 auto 2.5rem;
  font-family: DinBold, AdjustedArialBold, sans-serif;
  color: #d2444a;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1.2; }

.interior-article-paragraph.zoomed-paragraph.flex-media h3,
.interior-article-paragraph.corail-paragraph.flex-media h3 {
  padding: 0 0.625rem; }

.interior-article-mainContent h4,
.html-editor h4 {
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  font-family: DinBold, AdjustedArialBold, sans-serif;
  line-height: 1.2;
  color: #74785e; }

.interior-article-mainContent h5,
.html-editor h5 {
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  font-family: DinBold, AdjustedArialBold, sans-serif;
  line-height: 1.2;
  color: #74785e; }

.interior-article-mainContent .zoomed-paragraph h3,
.interior-article-mainContent .zoomed-paragraph h4,
.interior-article-mainContent .zoomed-paragraph h5,
.interior-article-mainContent .corail-paragraph h3,
.interior-article-mainContent .corail-paragraph h4,
.interior-article-mainContent .corail-paragraph h5 {
  color: #fff; }

.interior-article-mainContent .interior-article-paragraph:not(.no-title) h4:first-child,
.interior-article-mainContent .interior-article-paragraph:not(.no-title) h5:first-child {
  margin-top: 0; }

.interior-article-mainContent p,
.html-editor p {
  margin-top: 0;
  margin-bottom: 0.9375rem; }

.interior-article-paragraph span[style*="font-size"] {
  font-size: inherit !important; }

p.interior-article-chapo:empty,
.interior-article-paragraph p:empty,
.interior-article-paragraph h4:empty,
.interior-article-paragraph h5:empty {
  display: none; }

.interior-article-mainContent strong {
  font-family: DinBold, AdjustedArialBold, sans-serif; }

.interior-article-mainContent em {
  font-style: italic; }

/* Links */
.interior-article-mainContent a,
.interior-article-mainContent a:visited,
.interior-article-mainContent a:focus,
a.custom-directLinks-text,
a.custom-directLinks-text:visited,
.fullPage-alert a,
.fullPage-alert a:visited,
.fullPage-alert a:focus {
  background: -webkit-linear-gradient(to top, rgba(139, 144, 110, 0.75) 0, rgba(139, 144, 110, 0.75) 100%, transparent 100%) no-repeat left 0 bottom 0/100% 0.125rem;
  background: linear-gradient(to top, rgba(139, 144, 110, 0.75) 0%, rgba(139, 144, 110, 0.75) 100%, transparent 100%) no-repeat left 0 bottom 0/100% 0.125rem; }

.interior-article-mainContent a,
.interior-article-mainContent a:visited,
.interior-article-mainContent a:hover,
.interior-article-mainContent a:visited:hover,
.interior-article-mainContent a:focus,
.fullPage-alert a,
.fullPage-alert a:hover,
.fullPage-alert a:visited:hover,
.fullPage-alert a:focus,
.fullPage-alert a:visited {
  color: inherit; }

.interior-article-mainContent a:hover,
.interior-article-mainContent a:visited:hover,
.interior-article-mainContent a:focus,
.fullPage-alert a:hover,
.fullPage-alert a:visited:hover,
.fullPage-alert a:focus,
.fullPage-alert a:visited {
  background: -webkit-linear-gradient(to top, rgba(139, 144, 110, 0.25) 0, rgba(139, 144, 110, 0.25) 100%, transparent 100%) no-repeat left 0 bottom 0/100% 1.25rem;
  background: linear-gradient(to top, rgba(139, 144, 110, 0.25) 0%, rgba(139, 144, 110, 0.25) 100%, transparent 100%) no-repeat left 0 bottom 0/100% 1.25rem; }

.interior-article-mainContent .zoomed-paragraph a,
.interior-article-mainContent .zoomed-paragraph a:visited,
.interior-article-mainContent .zoomed-paragraph a:focus,
.interior-article-mainContent .corail-paragraph a,
.interior-article-mainContent .corail-paragraph a:visited,
.interior-article-mainContent .corail-paragraph a:focus {
  background: -webkit-linear-gradient(to top, white 0, white 100%, transparent 100%) no-repeat left 0 bottom 0/100% 0.125rem;
  background: linear-gradient(to top, #ffffff 0%, #ffffff 100%, transparent 100%) no-repeat left 0 bottom 0/100% 0.125rem; }

.interior-article-mainContent .zoomed-paragraph a:hover,
.interior-article-mainContent .zoomed-paragraph a:visited:hover,
.interior-article-mainContent .zoomed-paragraph a:focus,
.interior-article-mainContent .corail-paragraph a:hover,
.interior-article-mainContent .corail-paragraph a:visited:hover,
.interior-article-mainContent .corail-paragraph a:focus {
  background: -webkit-linear-gradient(to top, white 0, white 100%, transparent 100%) no-repeat left 0 bottom 0/100% 1.25rem;
  background: linear-gradient(to top, #ffffff 0%, #ffffff 100%, transparent 100%) no-repeat left 0 bottom 0/100% 1.25rem; }

.interior-article-mainContent .corail-paragraph a:hover,
.interior-article-mainContent .corail-paragraph a:visited:hover,
.interior-article-mainContent .corail-paragraph a:focus {
  color: #d2444a; }

/* Lists */
.interior-article-mainContent ul,
.interior-article-mainContent ol {
  list-style-type: none;
  list-style-position: outside;
  margin-bottom: 0.625rem;
  padding-left: 1.25rem; }

.interior-article-mainContent ul li,
.interior-article-mainContent ol li {
  position: relative;
  margin-bottom: 0.3125rem;
  line-height: 1.5; }

.interior-article-mainContent ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: -0.875rem;
  top: 0.625rem;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: #74785e; }

.interior-article-mainContent ol {
  counter-reset: article-list; }

.interior-article-mainContent ol li {
  counter-increment: article-list; }

.interior-article-mainContent ol li::before {
  content: counter(article-list,decimal) ".";
  display: block;
  position: absolute;
  left: -1.25rem;
  width: 1.25rem;
  color: #74785e;
  font-family: DinBold, AdjustedArialBold, sans-serif; }

.interior-article-mainContent .zoomed-paragraph ul li::before,
.interior-article-mainContent .corail-paragraph ul li::before {
  background: #fff; }

.interior-article-mainContent .zoomed-paragraph ol li::before,
.interior-article-mainContent .corail-paragraph ol li::before {
  color: #fff; }

/* Accordions */
.accordion-paragraph .accordion-title {
  position: relative;
  margin: 1.5625rem auto 0.9375rem auto;
  padding: 0; }

.accordion-paragraph .accordion-title button.accordion-title-button {
  position: relative;
  display: block;
  width: 100%;
  min-height: 4rem;
  padding: 1.125rem 3.875rem 1.125rem 1.875rem;
  color: #d2444a;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-family: DinBold, AdjustedArialBold, sans-serif;
  text-align: left;
  background: #fff;
  box-shadow: 0 .1875rem .375rem #ccc;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.accordion-paragraph .accordion-title button.accordion-title-button:hover,
.accordion-paragraph .accordion-title button.accordion-title-button:focus {
  background: #d2444a;
  color: #fff; }

.accordion-paragraph .accordion-title button.accordion-title-button::after {
  content: "";
  display: block;
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  top: 50%;
  right: 0.625rem;
  margin-top: -1.25rem;
  background-color: #d2444a;
  background-image: url("../images/accordeon.svg");
  background-size: 10rem 2.5rem;
  pointer-events: none;
  -webkit-transition: background-color .25s ease-out;
  transition: background-color .25s ease-out; }

.accordion-paragraph .accordion-title button.accordion-title-button:hover::after,
.accordion-paragraph .accordion-title button.accordion-title-button:focus::after {
  background-color: #fff; }

.accordion-paragraph .accordion-title-noDisplay button.accordion-title-button::after {
  background-position: 0 0; }

.accordion-paragraph .accordion-title-collapsed button.accordion-title-button::after,
.accordion-paragraph .accordion-title-expanded button.accordion-title-button::after {
  background-position: -2.5rem 0; }

.accordion-paragraph .accordion-title-noDisplay button.accordion-title-button:hover::after,
.accordion-paragraph .accordion-title-noDisplay button.accordion-title-button:focus::after {
  background-position: -5rem 0; }

.accordion-paragraph .accordion-title-collapsed button.accordion-title-button:hover::after,
.accordion-paragraph .accordion-title-collapsed button.accordion-title-button:focus::after,
.accordion-paragraph .accordion-title-expanded button.accordion-title-button:hover::after,
.accordion-paragraph .accordion-title-expanded button.accordion-title-button:focus::after {
  background-position: -7.5rem 0; }

.accordion-paragraph .accordion-content {
  overflow: hidden;
  padding: 0; }

.accordion-paragraph .accordion-title-expanded + .accordion-content {
  max-height: 250rem;
  -webkit-transition: all .4s ease-in;
  transition: all .5s ease-in; }

.accordion-paragraph.chantiers-map .accordion-title-expanded + .accordion-content {
  overflow: visible; }

.accordion-paragraph .accordion-title-collapsed + .accordion-content,
.accordion-paragraph .accordion-title-noDisplay + .accordion-content {
  max-height: 0;
  -webkit-transition: all .4s ease-out;
  transition: all .5s ease-out; }

.accordion-paragraph .accordion-title-noDisplay + .accordion-content {
  display: none; }

/* Media display */
.interior-article-media,
.interior-article-media {
  margin: 0 auto; }

.interior-article-media + p {
  margin-top: 1.25rem; }

.interior-article-media-fCenter,
.interior-article-media-fCenter {
  width: 100%;
  margin-top: 0.9375rem; }

.interior-article-mainContent .zoomed-paragraph .interior-article-media-image,
.interior-article-mainContent .corail-paragraph .interior-article-media-image {
  border: 0.375rem solid white; }

.flex-media-paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.625rem; }

.flex-media-paragraph-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1; }

.interior-article-media-flexLeft,
.interior-article-media-flexRight {
  margin-top: 2.5rem; }

.interior-article-media-image,
.interior-article-media-video {
  display: block;
  margin: 0 auto; }

.interior-article-paragraph.zoomed-paragraph.flex-media .interior-article-media-image,
.interior-article-paragraph.zoomed-paragraph.flex-media .interior-article-media-video,
.interior-article-paragraph.corail-paragraph.flex-media .interior-article-media-image,
.interior-article-paragraph.corail-paragraph.flex-media .interior-article-media-video {
  border-radius: 0; }

.interior-article-media-image {
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.interior-article-mainContent a:hover img.interior-article-media-image,
.interior-article-mainContent a:focus img.interior-article-media-image {
  opacity: .5; }

.interior-article-mainContent .interior-article-media a,
.interior-article-mainContent .interior-article-media a:hover,
.interior-article-mainContent .interior-article-media a:focus {
  border: 0; }

.interior-article-mainContent .interior-article-media a,
.interior-article-mainContent .interior-article-media a:visited,
.interior-article-mainContent .interior-article-media a:focus {
  z-index: 2; }

figcaption.interior-article-media-legend {
  margin-top: 0.3125rem;
  font-size: 0.875rem;
  font-style: italic;
  text-align: center; }

iframe.interior-article-media-iframe,
embed.interior-article-media-iframe {
  width: 100%;
  max-width: 100%;
  border: 0; }

iframe.interior-article-media-iframe[src*="embed"] {
  max-height: 80vh; }

.interior-article-media-youtube-blocker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 25rem;
  padding: 3.125rem 1.25rem;
  background: #313131; }

.youtube-blocker-img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden; }

.youtube-blocker-img-wrapper::after {
  content: "";
  z-index: 2;
  display: block;
  position: absolute;
  left: 0.625rem;
  top: 0.625rem;
  width: 6.875rem;
  height: 1.875rem;
  background-image: url("../images/youtube.svg");
  background-position: center;
  background-size: 100%; }

.youtube-blocker-img {
  width: 100%;
  height: auto;
  opacity: .15; }

.youtube-blocker-text {
  max-width: 30rem;
  margin: 0;
  color: #fff;
  font-size: 0.875rem; }

.youtube-blocker-btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2.5rem; }

.interior-article-media-youtube-blocker a.youtube-blocker-btn,
.interior-article-media-youtube-blocker button.youtube-blocker-btn {
  display: block;
  padding: 0.375rem 0.75rem;
  background: #108670;
  color: #fff;
  font-family: DinBold, AdjustedArialBold, sans-serif;
  text-decoration: none;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.interior-article-media-youtube-blocker .youtube-blocker-btn + .youtube-blocker-btn {
  margin-left: 2rem; }

.interior-article-media-youtube-blocker a.youtube-blocker-btn:hover,
.interior-article-media-youtube-blocker a.youtube-blocker-btn:focus,
.interior-article-media-youtube-blocker button.youtube-blocker-btn:hover,
.interior-article-media-youtube-blocker button.youtube-blocker-btn:focus {
  background: #d2444a;
  color: #fff; }

.interior-article-media-youtube-blocker a.youtube-blocker-btn:focus,
.interior-article-media-youtube-blocker button.youtube-blocker-btn:focus {
  outline: 0.125rem solid white !important; }

.interior-article-moreContent-aria {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap; }

/* Carousel */
.interior-article-media-carousel-wrapper {
  margin: auto;
  overflow: hidden; }

.carousel {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0;
  padding-top: 56.25%;
  overflow: hidden; }

.home-news-content .carousel {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

img.carousel-img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: opacity ease-out .5s;
  transition: opacity ease-out .5s;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

img.carousel-img-displayed {
  display: block;
  opacity: 1;
  z-index: 2; }

img.carousel-img-hidden {
  display: block;
  opacity: 0;
  z-index: 1; }

img.carousel-img-noDisplay {
  display: none; }

button.carousel-arrow {
  z-index: 3;
  display: block;
  position: absolute;
  top: 50%;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  border-radius: 50%;
  background-color: #fff;
  background-image: url("../images/fleche-droite.svg");
  background-size: 6rem 3rem;
  background-position: -3rem 0;
  -webkit-transition: background-color .25s ease-out;
  transition: background-color .25s ease-out; }

button.carousel-arrow-next {
  right: 1.25rem; }

button.carousel-arrow-prev {
  left: 1.25rem;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg); }

button.carousel-arrow:hover,
button.carousel-arrow:focus {
  background-color: #d2444a;
  background-position: 0 0; }

/* Docs list */
.interior-article-media .docs-list {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 75rem;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  transform: translateX(-50%); }

.interior-article-media .docs-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20rem;
  margin: 2.5rem; }

.interior-article-media .docs-list-item::before {
  display: none; }

#body-wrapper .interior-article-media a.docs-lis-item-link {
  order: 1;
  position: relative;
  display: inline-block;
  width: 15.625rem;
  height: 15.625rem;
  border: .1875rem solid #d2444a;
  background-image: url("../images/docs-back.png");
  background-position: center;
  background-size: 100%;
  transform: rotateZ(-5deg);
  transition: border .25s ease-out; }

.corail-paragraph .interior-article-media a.docs-lis-item-link {
  box-shadow: 0 0 0 .5rem #fff; }

.interior-article-media a.docs-lis-item-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  opacity: 0;
  transition: opacity .25s ease-out; }

.interior-article-media a.docs-lis-item-link::after {
  content: "Lire le document";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10rem;
  padding: .125rem .5rem .25rem;
  text-align: center;
  background: #d2444a;
  font-family: DinBold, AdjustedArialBold, sans-serif;
  font-size: 1.125rem;
  color: #fff;
  transform: translateX(-50%) translateY(-50%); }

.corail-paragraph .interior-article-media a.docs-lis-item-link::after {
  background: #108670; }

#body-wrapper .interior-article-media a.docs-lis-item-link:hover,
#body-wrapper .interior-article-media a.docs-lis-item-link:focus {
  border: .1875rem solid #108670; }

.interior-article-media a.docs-lis-item-link:hover::before,
.interior-article-media a.docs-lis-item-link:focus::before {
  opacity: .6; }

.interior-article-media a.docs-lis-item-link:hover::after,
.interior-article-media a.docs-lis-item-link:focus::after {
  opacity: 1; }

.interior-article-media .docs-list-item-title {
  order: 2;
  margin: 1.125rem 0 0;
  font-size: 1.125rem;
  font-family: DinBold, AdjustedArialBold, sans-serif;
  text-align: center; }

.corail-paragraph .interior-article-media .docs-list-item-title {
  margin-top: 2rem; }

.interior-article-media .docs-list-item-size {
  order: 3;
  margin-top: .25rem; }

/* Tables */
.interior-article table {
  margin: 1.25rem auto;
  border: 0; }

.interior-article table tr {
  position: relative !important; }

.interior-article table tr::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: -0.25rem;
  height: 0;
  border-top: 0.5rem solid white; }

.interior-article table thead tr {
  background: #313131;
  color: #fff; }

.interior-article table thead th {
  position: relative;
  padding: .75rem;
  vertical-align: middle;
  line-height: 1.2;
  background: none !important;
  text-align: left;
  font-family: DINBold,AdjustedArialBold,sans-serif;
  font-weight: normal;
  border: 0; }

.interior-article table thead th:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border-right: .125rem solid #fff; }

.interior-article table tbody tr:nth-child(2n+1) {
  background: #f6f9ff; }

.interior-article table tbody tr:nth-child(2n) {
  background: #eceff8; }

.interior-article table tbody td {
  padding: .75rem;
  border: 0; }

.interior-article table tbody tr:last-child td {
  padding-bottom: .5rem; }

/* Partners list */
.partners-article {
  padding: 0 0 2.5rem; }

ul.partners-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 40rem;
  margin: 0 auto; }

li.partners-list-item {
  position: relative;
  margin: 1.25rem; }

@media (min-width: 25rem) {
  .accordion-content {
    padding: 0 1.25rem; } }
@media (min-width: 35rem) {
  h2.interior-article-title,
  h1.interior-article-title,
  p.interior-article-chapo,
  .interior-article-paragraph.no-floating-media,
  .interior-article-paragraph.iframe-media,
  .interior-article-paragraph.no-floating-media.iframe-media,
  .interior-article-paragraph.flex-media:not(.zoomed-paragraph):not(.corail-paragraph),
  .interior-article-paragraph.zoomed-paragraph.flex-media h3,
  .interior-article-paragraph.corail-paragraph.flex-media h3 {
    padding: 0 1.25rem; }

  h1.interior-article-title,
  h2.interior-article-title {
    font-size: 3rem; }

  p.interior-article-chapo,
  .interior-article-paragraph {
    font-size: 1.125rem; }

  .interior-article-mainContent .interior-article-paragraph.zoomed-paragraph,
  .interior-article-mainContent .interior-article-paragraph.corail-paragraph {
    padding: 2.5rem; }

  .interior-article-mainContent .accordion-content .zoom {
    padding: 1.25rem; }

  .interior-article-mainContent ul,
  .interior-article-mainContent ol {
    padding-left: 1.875rem; } }
@media (min-width: 40rem) {
  .accordion-content {
    padding: 0 2.5rem; } }
@media (min-width: 46.25rem) {
  .fiche-technique-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .fiche-technique-wrapper #map-viewer {
    margin-top: 0; } }
@media (min-width: 56.25rem) {
  .interior-header-container.useful-content-large {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .interior-article-paragraph.flex-media {
    max-width: 76.25rem; }

  .flex-media-paragraph.flexLeft {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

  .flex-media-paragraph.flexRight {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .interior-article-mainContent .flex-media-paragraph-content {
    max-width: 40rem; }

  .interior-article-mainContent .flex-media-paragraph-content :first-child,
  .interior-article-mainContent .flex-media-paragraph-content .page-anchor:first-child + * {
    margin-top: 0; }

  .flex-media-paragraph {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .interior-article-paragraph.zoomed-paragraph.flex-media h3,
  .interior-article-paragraph.corail-paragraph.flex-media h3 {
    padding: 0; }

  .interior-article-media-flexLeft,
  .interior-article-media-flexRight {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: flex-start;
    align-self: flex-start;
    max-width: 50%;
    margin-top: 0; }

  .interior-article-paragraph.zoomed-paragraph.flex-media .interior-article-media-flexLeft,
  .interior-article-paragraph.zoomed-paragraph.flex-media .interior-article-media-flexRight,
  .interior-article-paragraph.corail-paragraph.flex-media .interior-article-media-flexLeft,
  .interior-article-paragraph.corail-paragraph.flex-media .interior-article-media-flexRight {
    z-index: 2;
    -webkit-transform: translateY(-6.25rem);
    transform: translateY(-6.25rem); }

  .interior-article-paragraph:not(.zoomed-paragraph):not(.corail-paragraph):not(.no-title).flex-media .flex-media-paragraph.flexLeft .flex-media-paragraph-content {
    position: relative;
    z-index: 2; }

  .interior-article-paragraph:not(.zoomed-paragraph):not(.corail-paragraph):not(.no-title).flex-media .flex-media-paragraph.flexLeft h3 {
    padding: 0 0.75rem;
    background: #fff;
    -webkit-transform: translateX(-10rem);
    transform: translateX(-10rem); }

  .interior-article-paragraph:not(.zoomed-paragraph):not(.corail-paragraph):not(.no-title).flex-media .flex-media-paragraph.flexRight h3 {
    text-align: center; }

  .interior-article-paragraph:not(.zoomed-paragraph):not(.corail-paragraph):not(.no-title).flex-media .interior-article-media-flexLeft {
    -webkit-transform: translateY(-2rem);
    transform: translateY(-2rem); }

  .interior-article-media-flexLeft,
  .interior-article-media-flexLeft {
    margin-left: 0;
    margin-right: 3.75rem; }

  .interior-article-media-flexRight,
  .interior-article-media-flexRight {
    margin-left: 3.75rem;
    margin-right: 0; }

  .accordion-paragraph.flex-media .accordion-content {
    padding: 0; }

  .interior-article-mainContent .zoomed-paragraph .flex-media-paragraph::after {
    display: block;
    bottom: -2.5rem; }

  .interior-article-mainContent .zoomed-paragraph .flex-media-paragraph.flexLeft::after {
    left: -1.25rem; }

  .interior-article-mainContent .zoomed-paragraph .flex-media-paragraph.flexRight::after {
    right: -1.25rem; } }
@media (min-width: 58.75rem) {
  ul.partners-list {
    max-width: 57.5rem; } }
@media (min-width: 62.5rem) {
  .interior-article-mainContent .zoomed-paragraph.no-floating-media::after {
    display: block;
    left: -6.25rem;
    bottom: 0; }

  aside.fiche-technique-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }

  .fiche-technique-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  dl.fiche-technique {
    min-height: 18.75rem;
    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; }

  .fiche-technique-wrapper #map-viewer {
    width: calc(100% - 21.25rem);
    max-width: 50rem;
    height: 37.5rem; } }
@media (min-width: 85rem) {
  .interior-article-mainContent .zoomed-paragraph .flex-media-paragraph.flexLeft::after,
  .interior-article-mainContent .zoomed-paragraph .flex-media-paragraph.flexRight::after {
    left: -6.25rem; }

  .interior-article-mainContent .zoomed-paragraph .flex-media-paragraph.flexRight::after {
    right: auto; } }
@media (min-width: 108.75rem) {
  ul.partners-list {
    max-width: 100%; } }
.news-list {
  max-width: 31.25rem;
  margin: 3.75rem auto; }

.home-article-actualites h2.home-article-title {
  margin-bottom: 2.5rem;
  font-size: 2rem;
  color: #d2444a;
  text-align: center; }

article.news-list-news-container {
  position: relative;
  background: #d2444a;
  box-shadow: 0 0.25rem 0.625rem #666666; }

article.news-list-news-container + article.news-list-news-container {
  margin-top: 8.75rem; }

.news-list-news-block {
  padding: 1.5rem 0; }

h2.news-list-news-title,
h3.news-list-news-title,
p.news-list-news-description,
p.news-list-news-link {
  padding: 0 1.5rem; }

h2.news-list-news-title,
h3.news-list-news-title,
p.news-list-news-description {
  color: #fff; }

p.news-list-news-description {
  margin: 0; }

p.news-list-news-link,
p.link-more-news {
  text-align: center; }

p.news-list-news-link {
  margin: 2.5rem 0 0; }

p.link-more-news {
  margin: 1.875rem 0 0;
  font-size: 1.125rem;
  text-transform: uppercase; }

a.news-list-news-link-href,
a.link-more-news-href {
  display: inline-block;
  padding: 0.3125rem 1.875rem;
  font-family: DinBold, AdjustedArialBold, sans-serif;
  -webkit-transition: background .25s ease-out, color .25s ease-out;
  transition: background .25s ease-out, color .25s ease-out; }

a.news-list-news-link-href,
a.news-list-news-link-href:visited {
  background: #fff;
  color: #d2444a;
  box-shadow: 0 0.1875rem 0.375rem rgba(19, 19, 19, 0.5); }

a.news-list-news-link-href:hover,
a.news-list-news-link-href:focus {
  background: #108670;
  color: #fff; }

a.link-more-news-href,
a.link-more-news-href:visited {
  background: #108670;
  color: #fff;
  box-shadow: 0 0.1875rem 0.375rem #cccccc; }

a.link-more-news-href:hover,
a.link-more-news-href:focus,
.interior-article-mainContent a.link-more-news-href:hover,
.interior-article-mainContent a.link-more-news-href:focus {
  background: #d2444a;
  color: #fff; }

p.news-list-news-img,
.news-list-news-carousel {
  position: relative;
  margin: 0;
  max-width: 31.25rem; }

.main-content .news-list-news-carousel .carousel {
  padding-top: 100%; }

#load-more-news {
  position: relative;
  display: inline-block;
  left: 50%;
  margin: 1.25rem 0 3.75rem;
  padding: 0.625rem 1.875rem;
  font-family: DinBold, AdjustedArialBold, sans-serif;
  font-size: 1.125rem;
  background: #108670;
  color: #fff;
  text-transform: uppercase;
  box-shadow: 0 0.1875rem 0.375rem #cccccc;
  -webkit-transition: background .25s ease-out, color .25s ease-out;
  transition: background .25s ease-out, color .25s ease-out;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

#load-more-news:hover,
#load-more-news:focus {
  background: #d2444a;
  color: #fff; }

#load-more-news.load-more-news-hidden {
  display: none; }

@media (min-width: 56.25rem) {
  .home-article-actualites,
  .news-list {
    max-width: 64.375rem; }

  article.news-list-news-container + article.news-list-news-container {
    margin-top: 6.25rem; }

  .home-article-actualites h2.home-article-title {
    text-align: left; }

  p.link-more-news {
    margin-top: 2.5rem; }

  article.news-list-news-container.news-list-news-container-visible {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }

  .news-list-news-block,
  p.news-list-news-img,
  .news-list-news-carousel {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%; }

  .news-list-news-block {
    align-self: center;
    padding: 1.875rem 0; }

  h2.news-list-news-title,
  h3.news-list-news-title,
  p.news-list-news-description,
  p.news-list-news-link {
    padding: 0 1.875rem; } }
.interior-article-paragraph.chantiers-map {
  margin-top: 3.125rem;
  margin-bottom: 3.75rem; }

.interior-page .home-operations-section .home-article-title {
  padding-left: 1.25rem;
  padding-right: 1.25rem; }

.interior-page .projets-list {
  margin-top: 2.5rem; }

article.projets-container {
  position: relative;
  max-width: 25rem;
  height: 14.75rem;
  margin: 0 auto 1.25rem;
  box-shadow: 0 0.5rem 1.25rem transparent;
  -webkit-transition: background .25s ease-out, box-shadow .25s ease-out;
  transition: background .25s ease-out, box-shadow .25s ease-out;
  overflow: hidden;
  cursor: pointer; }

article.projets-container:hover,
article.projets-container:focus-within {
  background: #fff;
  box-shadow: 0 0.25rem 0.625rem #666666; }

.interior-page .home-operations-section + .home-operations-section article.projets-container:hover,
.interior-page .home-operations-section + .home-operations-section article.projets-container:focus-within {
  background: #eceeec; }

.interior-page .home-operations-section + .home-operations-section + .home-operations-section article.projets-container:hover,
.interior-page .home-operations-section + .home-operations-section + .home-operations-section article.projets-container:focus-within {
  background: #fff; }

p.projets-img {
  position: absolute;
  top: 2.25rem;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0; }

p.projets-img img {
  width: 25rem; }

.projets-block {
  position: relative;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0 0 1.875rem; }

h3.projets-title {
  width: 100%;
  margin: 0 0 1.25rem;
  padding: 0.375rem 0.75rem;
  background: rgba(49, 49, 49, 0.9);
  color: #fff;
  font-size: 1.25rem;
  font-family: DinBold, AdjustedArialBold, sans-serif;
  text-transform: uppercase;
  -webkit-transition: background .25s ease-out;
  transition: background .25s ease-out; }

article.projets-container:hover h3.projets-title,
article.projets-container:focus-within h3.projets-title {
  background: #313131; }

p.projets-description {
  display: none;
  font-size: 0.875rem; }

p.projets-link {
  margin: 0; }

a.projets-link-href {
  padding: 0.3125rem 0.9375rem;
  font-family: DinBold, AdjustedArialBold, sans-serif;
  background: #d2444a;
  -webkit-transition: color .25s ease-out, background .25s ease-out;
  transition: color .25s ease-out, background .25s ease-out; }

a.projets-link-href,
a.projets-link-href:visited {
  color: #fff; }

article.projets-container:hover a.projets-link-href,
a.projets-link-href:focus {
  background: #fff;
  color: #d2444a; }

a.projets-link-href::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.home-operations-section p.link-more-news {
  margin-top: 2.5rem; }

.home-operations-section a.link-more-news-href,
.home-operations-section a.link-more-news-href:visited {
  background: #fff;
  color: #d2444a; }

.home-operations-section a.link-more-news-href:hover,
.home-operations-section a.link-more-news-href:focus {
  background: #d2444a;
  color: #fff; }

@media (min-width: 56.25rem) {
  .projets-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 64.375rem;
    margin-left: auto;
    margin-right: auto; }

  .interior-page .projets-list {
    max-width: 66.875rem;
    padding: 0 1.25rem; }

  article.projets-container {
    width: calc(33.33% - 1.25rem);
    max-width: 18.75rem;
    height: auto;
    margin: 0 0 1.875rem; }

  @supports (display: grid) {
    .projets-list {
      display: grid;
      grid-template-columns: minmax(16.25rem, max-content) minmax(16.25rem, max-content) minmax(16.25rem, max-content);
      grid-gap: 1.875rem; }

    article.projets-container {
      width: 100%;
      margin: 0; } }
  p.projets-img {
    position: relative;
    top: 0; }

  .projets-block {
    position: static;
    display: block;
    height: auto;
    padding: 0.9375rem 0.9375rem 1.875rem; }

  h3.projets-title {
    margin-bottom: 0.9375rem;
    padding: 0;
    background: none;
    color: #313131;
    font-size: 1.375rem; }

  article.projets-container:hover h3.projets-title,
  article.projets-container:focus-within h3.projets-title {
    background: none; }

  p.projets-description {
    display: block;
    color: #555; }

  p.projets-link {
    margin-top: 1.875rem;
    text-align: center; }

  a.projets-link-href {
    display: inline-block;
    padding: 0.3125rem 1.875rem;
    background: #fff;
    box-shadow: 0 0.1875rem 0.375rem #cccccc; }

  a.projets-link-href,
  a.projets-link-href:visited {
    color: #d2444a; }

  article.projets-container:hover a.projets-link-href,
  a.projets-link-href:focus {
    background: #d2444a;
    color: #fff; }

  .home-operations-section p.link-more-news {
    margin-top: 0; }

  .home-operations-section a.link-more-news-href,
  .home-operations-section a.link-more-news-href:visited {
    background: #d2444a;
    color: #fff; }

  .home-operations-section a.link-more-news-href:hover,
  .home-operations-section a.link-more-news-href:focus {
    background: #fff;
    color: #d2444a; } }
@media (min-width: 65rem) {
  article.projets-container {
    margin-bottom: 4.0625rem; } }
nav.site-map {
  max-width: 43.75rem;
  margin: 3.125rem auto 0;
  padding: 0 1.25rem; }

nav.site-map .site-map-list.container {
  width: 100%; }

h1.offline-pages-h1 {
  display: none; }

p.offline-pages-chapo {
  font-family: DinBold, AdjustedArialBold, sans-serif; }

nav.site-map a {
  font-family: DinBold, AdjustedArialBold, sans-serif;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out; }

nav.site-map a:hover,
nav.site-map a:focus {
  background: -webkit-linear-gradient(to top, rgba(139, 144, 110, 0.25) 0, rgba(139, 144, 110, 0.25) 100%, transparent 100%) no-repeat left 0 bottom 0/100% 1.25rem;
  background: linear-gradient(to top, rgba(139, 144, 110, 0.25) 0%, rgba(139, 144, 110, 0.25) 100%, transparent 100%) no-repeat left 0 bottom 0/100% 1.25rem; }

.site-map ul.sitemap-level-0 > li,
p.offline-pages-title {
  position: relative;
  padding-bottom: 1.875rem;
  margin-bottom: 1.875rem; }

.site-map ul.sitemap-level-0 > li {
  padding-left: 1.875rem; }

.site-map ul.sitemap-level-0 > li::after,
p.offline-pages-title::after {
  content: "";
  display: block;
  position: absolute;
  left: 1.875rem;
  bottom: -0.125rem;
  width: 5rem;
  height: 0;
  border-bottom: 0.25rem solid rgba(139, 144, 110, 0.75); }

p.offline-pages-title {
  margin-top: 1.875rem; }

.site-map ul.sitemap-level-1 > li:not(:last-child),
.site-map ul.sitemap-level-2 > li {
  margin-bottom: 0.625rem; }

ul.sitemap-level-0 > li:nth-child(2) ul.sitemap-level-1 > li:not(:last-child) {
  margin-bottom: 1.25rem; }

.sitemap-level-1 > li:not(:last-child) .sitemap-level-2 {
  position: relative;
  padding-bottom: 1.25rem; }

.sitemap-level-1 > li:not(:last-child) .sitemap-level-2::after {
  content: "";
  display: block;
  position: absolute;
  left: 3.75rem;
  bottom: -0.0625rem;
  width: 5rem;
  height: 0;
  border-bottom: 0.125rem solid rgba(139, 144, 110, 0.75); }

.site-map ul.sitemap-level-2 {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 1.5625rem;
  margin-top: 0.9375rem; }

ul.sitemap-level-0 > li:nth-child(2) ul.sitemap-level-1 > li:last-child ul.sitemap-level-2 {
  margin-bottom: 0; }

.site-map ul.sitemap-level-2::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  top: 0.625rem;
  bottom: 2.1875rem;
  left: 1.25rem;
  border-left: 0.0625rem solid rgba(139, 144, 110, 0.75); }

ul.sitemap-level-0 > li:nth-child(2) ul.sitemap-level-1 > li:last-child ul.sitemap-level-2::before {
  bottom: 0.3125rem; }

.site-map ul.sitemap-level-3 {
  padding-left: 1.875rem; }

.site-map ul.sitemap-level-3 > li {
  margin-top: 0.3125rem; }

section.redirection-section {
  max-width: 25rem;
  width: 100%;
  margin: 2.5rem auto; }

.redirection-mainBlock,
.redirection-txt {
  max-width: 100%;
  margin: auto;
  text-align: center; }

.redirection-txt {
  margin-top: 3.125rem; }

p.redirection-mainBlock-txt {
  margin-bottom: 1.5625rem;
  font-family: DinBold, AdjustedArialBold, sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  text-transform: uppercase; }

a.erreur-redirection-btn,
a.erreur-redirection-btn:focus,
a.erreur-redirection-btn:visited {
  display: block;
  width: 15rem;
  max-width: 100%;
  margin: 1.25rem auto 3.125rem;
  padding: 0.3125rem 0;
  font-family: DinBold, AdjustedArialBold, sans-serif;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  background: #108670;
  color: #fff;
  box-shadow: 0 0.1875rem 0.375rem #cccccc;
  font-size: 1.125rem;
  -webkit-transition: background .25s ease-out;
  transition: background .25s ease-out; }

a.erreur-redirection-btn:hover,
a.erreur-redirection-btn:focus,
a.erreur-redirection-btn:visited:hover {
  background: #d2444a;
  color: #fff; }

p:last-child a.erreur-redirection-btn {
  margin-bottom: 0; }

.redirection-section ~ .separator, .redirection-section ~ .separator + a {
  display: none; }

@media (min-width: 56.25rem) {
  section.redirection-section {
    max-width: 75rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5rem; }

  .redirection-mainBlock,
  .redirection-txt {
    max-width: 50%;
    margin: 0; }

  .redirection-txt {
    margin-top: 0;
    padding: 0 1.875rem; } }
.other-projects {
  margin-bottom: 5rem;
  padding: 3.125rem 0 4.375rem;
  background: #d2444a; }

.projects-list-container {
  position: relative;
  max-width: 16.875rem;
  margin: 0 auto; }

.projects-list-container::before {
  content: "";
  display: none;
  position: absolute;
  left: -3.75rem;
  top: -7.5rem;
  width: 14.25rem;
  height: 13rem;
  background-image: url("../images/illustration-canard.svg");
  background-size: 100% 100%;
  background-position: center; }

h3.other-projects-title {
  position: relative;
  width: 22.5rem;
  left: 50%;
  margin: 0 0 3.125rem -11.25rem;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase; }

h3.other-projects-title::after {
  content: "";
  display: block;
  position: absolute;
  right: 50%;
  width: 20rem;
  height: 0;
  margin-right: -10rem;
  bottom: -0.625rem;
  border-bottom: 0.0625rem solid white; }

.projects-list-wrapper {
  width: 100%;
  overflow: hidden;
  padding: 0.625rem 0; }

.projects-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out; }

article.projects-item {
  position: relative;
  width: 15.625rem;
  height: 15.625rem;
  margin: 0 0.625rem;
  overflow: hidden;
  cursor: pointer; }

h4.projects-item-title {
  position: absolute;
  z-index: 2;
  left: 1.25rem;
  right: 20px;
  bottom: 0;
  margin: 0;
  padding: 0.75rem 0 0.625rem;
  background: #d2444a;
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  font-family: DinBold, AdjustedArialBold, sans-serif; }

a.projects-item-link::after {
  content: "";
  display: block;
  position: absolute;
  width: 15.625rem;
  height: 15.625rem;
  left: -1.25rem;
  bottom: 0; }

article.projects-item img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0; }

p.projects-item-description {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0.75rem 1.25rem 3.75rem;
  line-height: 1.4;
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out; }

article.projects-item:hover p.projects-item-description,
article.projects-item:focus-within p.projects-item-description {
  -webkit-transform: none;
  transform: none; }

article.projects-item:focus-within {
  outline-offset: 0.125rem;
  outline: 0.125rem solid white !important; }

button.projects-list-btn {
  display: block;
  position: absolute;
  bottom: 7.1875rem;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border-radius: 50%;
  background-color: #e2545a;
  background-image: url("../images/white-arrow.svg");
  background-size: 1.25rem 1.25rem;
  background-position: center;
  -webkit-transition: background .25s ease-out;
  transition: background .25s ease-out; }

button.projects-list-btn:not([disabled]):hover {
  background-color: #fff;
  background-image: url("../images/red-arrow.svg"); }

button.projects-list-btn[disabled] {
  opacity: .4; }

button.projects-list-btn-left {
  left: -3.125rem;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg); }

button.projects-list-btn-right {
  right: -3.125rem; }

@media (min-width: 41.25rem) {
  .projects-list-container {
    max-width: 33.75rem; }

  .projects-list-container::before {
    display: block; }

  h3.other-projects-title {
    width: auto;
    left: auto;
    margin: 0 0 3.125rem;
    text-align: right; }

  h3.other-projects-title::after {
    right: 0;
    margin-right: 0; } }
@media (min-width: 58.125rem) {
  .projects-list-container {
    max-width: 50.625rem; }

  h3.other-projects-title {
    text-align: center; }

  h3.other-projects-title::after {
    right: 50%;
    margin-right: -10rem; } }
@media (min-width: 75rem) {
  .projects-list-container {
    max-width: 67.5rem; } }
/* FORM DESIGN */
/* General reset */
input[type='button'],
input[type='image'],
.aui input[type='button'],
.aui input[type='image'],
.aui select {
  -webkit-appearance: none;
  -webkit-user-select: none; }

input[type='text'],
.aui input[type='text'] {
  -webkit-user-select: text; }

.aui label {
  margin-bottom: 0;
  font-size: inherit; }

.aui select,
.aui textarea,
.aui input,
.aui input[type="text"],
.aui input[type="password"],
.aui input[type="datetime"],
.aui input[type="datetime-local"],
.aui input[type="date"],
.aui input[type="month"],
.aui input[type="time"],
.aui input[type="week"],
.aui input[type="number"],
.aui input[type="email"],
.aui input[type="url"],
.aui input[type="search"],
.aui input[type="tel"],
.aui input[type="color"],
.aui input[type="file"],
.aui .uneditable-input {
  margin-bottom: 0;
  padding: 0;
  min-width: 0;
  line-height: 1.4;
  color: inherit;
  font-family: Din, AdjustedArial, sans-serif; }

.aui .cdalr-form select,
.aui .cdalr-form textarea,
.aui .cdalr-form input[type="text"],
.aui .cdalr-form input[type="password"],
.aui .cdalr-form input[type="datetime"],
.aui .cdalr-form input[type="datetime-local"],
.aui .cdalr-form input[type="date"],
.aui .cdalr-form input[type="month"],
.aui .cdalr-form input[type="time"],
.aui .cdalr-form input[type="week"],
.aui .cdalr-form input[type="number"],
.aui .cdalr-form input[type="email"],
.aui .cdalr-form input[type="url"],
.aui .cdalr-form input[type="search"],
.aui .cdalr-form input[type="tel"],
.aui .cdalr-form input[type="color"],
.aui .cdalr-form input[type="file"],
.aui .cdalr-form .uneditable-input {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none; }

.aui select {
  padding-right: 0; }

.aui input:focus:invalid:focus,
.aui textarea:focus:invalid:focus,
.aui select:focus:invalid:focus {
  border-color: inherit;
  color: inherit;
  box-shadow: none; }

.aui .controls textarea {
  width: 100%; }

/* Fake form - fake it until you make it */
#body-wrapper form.cdalr-form.fake-form {
  width: auto;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  opacity: 0.5; }

@media (min-width: 60rem) {
  #body-wrapper form.cdalr-form.fake-form {
    width: 100%;
    margin-left: auto;
    margin-right: auto; } }
/* Form validation messages */
#body-wrapper .error-cdalr-form {
  color: #C60;
  border-color: #f00; }

#body-wrapper .error-cdalr-form a {
  font-family: DinBold, AdjustedArialBold, sans-serif;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }

#body-wrapper .error-cdalr-form a:hover,
#body-wrapper .error-cdalr-form a:focus {
  color: #C00; }

#fullPage-alert-blockWaiting {
  z-index: 10;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(255, 255, 255, 0.85); }

#fullPage-alert-blockWaiting-content {
  position: relative;
  width: 16.25rem;
  margin-top: 5rem;
  padding: 1.25rem;
  padding-left: 2.5rem;
  text-align: center;
  font-size: 1.5rem;
  font-family: DinBold, AdjustedArialBold, sans-serif;
  background-color: #fff;
  box-shadow: 0 0 1.875rem 1.25rem white;
  color: #d2444a; }

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

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

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

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

#fullPage-alert-blockWaiting-content::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.75rem;
  border-radius: 50%;
  border-bottom: 0.1875rem solid #d2444a;
  border-right: 0.1875rem solid #d2444a;
  -webkit-animation: spin .75s infinite linear;
  animation: spin .75s infinite linear; }

/* Specific design */
/* Fake portlet */
.fake-portlet {
  padding: 0 1.25rem; }

.fake-portlet-loading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 50rem;
  height: 7.5rem;
  margin: 0 auto;
  background: rgba(0, 158, 226, 0.1);
  border-top: 0.5rem solid #d2444a;
  text-align: center;
  color: #d2444a;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-family: DinBold, AdjustedArialBold, sans-serif; }

/* Global form */
.embedded-portlet {
  position: relative; }

#body-wrapper form.cdalr-form {
  width: 100%;
  max-width: 42.5rem;
  margin: 1.25rem auto 2.5rem;
  padding: 0; }

form.cdalr-form fieldset legend {
  display: none; }

/* Controls and inputs */
.cdalr-form .control-group,
.aui .cdalr-form .control-group {
  width: 100%;
  margin: 0 0 1.875rem;
  box-shadow: 0.0625rem 0.0625rem 0.1875rem 0.0625rem rgba(0, 0, 0, 0.25); }

.cdalr-form .control-group.control-group-error {
  position: relative;
  margin-bottom: 2.875rem; }

.cdalr-form .control-group.control-group-error .input-error-addon {
  position: absolute;
  bottom: -1.75rem;
  left: 0;
  margin: 0;
  font-size: 1rem;
  color: #c00;
  font-family: DinBold,AdjustedArialBold,sans-serif; }

.cdalr-form .required-fields + .control-group,
.aui .cdalr-form .required-fields + .control-group {
  display: block;
  margin-bottom: 0;
  box-shadow: none; }

@media (min-width: 37.5rem) {
  .cdalr-form .control-group,
  .aui .cdalr-form .control-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

  .cdalr-form .control-group.vertical-control-group,
  .aui .cdalr-form .control-group.vertical-control-group {
    display: block; } }
.cdalr-form .control-group .controls {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1; }

.cdalr-form .control-group label.control-label {
  min-height: 2.5rem;
  padding: 0 0.9375rem;
  line-height: 2.5rem;
  background: #ddd;
  color: #555;
  font-family: DinBold, AdjustedArialBold, sans-serif;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer; }

.cdalr-form .control-group .controls input,
.cdalr-form .control-group .controls select,
.cdalr-form .control-group .controls textarea,
.cdalr-form .control-group .controls .select-container {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  min-width: 6.875rem;
  margin: 0;
  border: 0;
  background: rgba(179, 141, 71, 0.06);
  font-size: 1rem;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out; }

.cdalr-form .control-group .controls .select-container input {
  width: 100%; }

.cdalr-form .control-group .controls input,
.cdalr-form .control-group .controls select {
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 0.9375rem; }

#body-wrapper .cdalr-form .control-group .controls textarea {
  height: 15rem;
  padding: 0.9375rem; }

#body-wrapper .cdalr-form .control-group .controls textarea.small-textarea {
  height: 6.25rem; }

/* Radios and checkboxes */
.cdalr-form .control-group .controls .radio-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0; }

.aui .cdalr-form .control-group .controls .radio-input,
.aui .cdalr-form .control-group .controls .checkbox-input {
  display: none; }

.cdalr-form .control-group .controls .radio-label {
  position: relative;
  min-height: 1.25rem;
  line-height: 1.25rem;
  padding-left: 1.875rem;
  font-family: DinBold, AdjustedArialBold, sans-serif;
  color: #555; }

.cdalr-form .control-group .controls .radio-input + .radio-label::before,
.cdalr-form .control-group .controls .radio-input + input[type="hidden"] + .radio-label::before {
  content: "";
  position: absolute;
  display: block;
  width: 17px;
  height: 18px;
  left: 1px;
  top: 50%;
  margin-top: -9px;
  border-radius: 50%;
  border: 2px solid #999; }

.cdalr-form .control-group .controls .radio-input:checked + .radio-label::before,
.cdalr-form .control-group .controls .radio-input:checked + input[type="hidden"] + .radio-label::before {
  border: 2px solid #108670; }

.cdalr-form .control-group .controls .radio-input:checked + .radio-label::after,
.cdalr-form .control-group .controls .radio-input:checked + input[type="hidden"] + .radio-label::after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  left: 6px;
  top: 50%;
  margin-top: -4px;
  border-radius: 50%;
  background: #108670; }

.cdalr-form .control-group .controls .checkbox-input + .radio-label::before,
.cdalr-form .control-group .controls .checkbox-input + input[type="hidden"] + .radio-label::before {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  left: 2px;
  top: 50%;
  margin-top: -8px;
  font-size: 16px;
  text-align: center;
  line-height: 16px;
  font-family: DinBold, AdjustedArialBold, sans-serif;
  font-weight: bold;
  border-radius: 2px;
  border: 3px solid #6790be;
  background: #fff;
  color: #fff; }

.cdalr-form .control-group .controls .checkbox-input:checked + .radio-label::before,
.cdalr-form .control-group .controls .checkbox-input:checked + input[type="hidden"] + .radio-label::before {
  content: "✓";
  color: #58830B;
  font-size: 20px;
  line-height: 6px;
  padding-left: 1px;
  text-shadow: -2px 0 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, 0 2px 0 #fff; }

.cdalr-form .control-group .controls .radio-input:invalid + .radio-label::before,
.cdalr-form .control-group .controls .radio-input:invalid + input[type="hidden"] + .radio-label::before,
.cdalr-form .control-group .controls .checkbox-input:invalid + .radio-label::before,
.cdalr-form .control-group .controls .checkbox-input:invalid + input[type="hidden"] + .radio-label::before {
  border-color: #f00; }

.cdalr-form .control-group .controls .radio-block:last-child .radio-input:invalid + .radio-label::after,
.cdalr-form .control-group .controls .radio-block:last-child .radio-input:invalid + input[type="hidden"] + .radio-label::after,
.cdalr-form .control-group .controls .checkbox-input:invalid + .radio-label::after,
.cdalr-form .control-group .controls .checkbox-input:invalid + input[type="hidden"] + .radio-label::after,
#body-wrapper .cdalr-form .control-group .controls select:required:invalid + .chosen-container::after {
  content: "Ce champ est obligatoire";
  display: block;
  position: absolute;
  left: 1.875rem;
  bottom: -1.5rem;
  width: 12.5rem;
  color: #f00;
  font-size: 1rem;
  font-style: italic;
  font-family: Din, AdjustedArial, sans-serif; }

.cdalr-form .control-group .controls .radio-label + input[type="text"] {
  margin-left: 0.625rem;
  bottom: 0;
  height: 1.25rem;
  min-height: 1.25rem;
  line-height: 1.25rem; }

/* Particular decoration */
.cdalr-form .control-group .icon-asterisk::after,
.cdalr-form .control-group .fa-asterisk::after {
  content: "*";
  font-family: DinBold, AdjustedArialBold, sans-serif;
  font-style: italic;
  font-size: 1.125rem;
  top: -0.25rem;
  color: #d2444a; }

.cdalr-form .control-group .icon-asterisk::after {
  margin-left: 0.3125rem; }

.cdalr-form .control-group .icon-asterisk::before,
.cdalr-form .control-group .fa-asterisk::before {
  display: none; }

/* outline and error */
#body-wrapper .cdalr-form .control-group .controls .input-error,
#body-wrapper .cdalr-form .control-group .controls > *:focus,
#body-wrapper .cdalr-form .control-group .controls .input-error:focus,
#body-wrapper .cdalr-form .control-group .controls .input-error + .chosen-container .chosen-single,
#body-wrapper .cdalr-form .control-group .controls .input-error + .chosen-container .chosen-choices,
#body-wrapper .cdalr-form .control-group .controls .select-container > .input-error,
#body-wrapper .cdalr-form .control-group .controls .select-container > *:focus,
#body-wrapper .cdalr-form .control-group .controls .select-container > .input-error:focus,
#body-wrapper .cdalr-form .control-group .controls .typeahead__query > .input-error,
#body-wrapper .cdalr-form .control-group .controls .typeahead__query > *:focus,
#body-wrapper .cdalr-form .control-group .controls .typeahead__query > .input-error:focus {
  outline: 0 !important; }

#body-wrapper .cdalr-form .control-group .controls .input-error,
#body-wrapper .cdalr-form .control-group .controls .input-error:hover,
#body-wrapper .cdalr-form .control-group .controls .input-error + .chosen-container .chosen-single,
#body-wrapper .cdalr-form .control-group .controls .input-error + .chosen-container .chosen-single:hover,
#body-wrapper .cdalr-form .control-group .controls .input-error + .chosen-container .chosen-choices,
#body-wrapper .cdalr-form .control-group .controls .input-error + .chosen-container .chosen-choices:hover,
#body-wrapper .cdalr-form .control-group .controls select:invalid + .chosen-container .chosen-single,
#body-wrapper .cdalr-form .control-group .controls select:invalid + .chosen-container .chosen-single:hover,
#body-wrapper .cdalr-form .control-group .controls select:invalid + .chosen-container .chosen-choices,
#body-wrapper .cdalr-form .control-group .controls select:invalid + .chosen-container .chosen-choices:hover,
#body-wrapper .cdalr-form .control-group .controls .select-container > .input-error,
#body-wrapper .cdalr-form .control-group .controls .select-container > .input-error:hover,
#body-wrapper .cdalr-form .control-group .controls .typeahead__query > .input-error,
#body-wrapper .cdalr-form .control-group .controls .typeahead__query > .input-error:hover,
#body-wrapper .cdalr-form .control-group .controls .select-container > .input-error + .select-arrow,
#body-wrapper .cdalr-form .control-group .controls .select-container > .input-error:hover + .select-arrow {
  background: #fff2f2;
  color: #b50303; }

#body-wrapper .input-error-addon,
#body-wrapper .cdalr-form .control-group .controls .radio-block:last-child .radio-input:invalid + .radio-label::after,
#body-wrapper .cdalr-form .control-group .controls select:required:invalid + .chosen-container::after {
  position: absolute;
  left: 0.9375rem;
  bottom: -1.75rem;
  height: 0.875rem;
  line-height: 16px;
  font-size: 0.875rem;
  color: #f00;
  font-style: italic; }

#body-wrapper .cdalr-form .control-group .controls > :not(label):not(.radio-block):focus,
#body-wrapper .cdalr-form .control-group .controls > :not(label):not(.radio-block):hover,
#body-wrapper .cdalr-form .control-group .controls .input-error:focus,
#body-wrapper .cdalr-form .control-group .controls .select-container > :not(label):focus,
#body-wrapper .cdalr-form .control-group .controls .select-container > :not(label):hover,
#body-wrapper .cdalr-form .control-group .controls .select-container > .input-error:focus,
#body-wrapper .cdalr-form .control-group .controls .typeahead__query > :not(label):focus,
#body-wrapper .cdalr-form .control-group .controls .typeahead__query > :not(label):hover,
#body-wrapper .cdalr-form .control-group .controls .typeahead__query > .input-error:focus,
#body-wrapper .cdalr-form .control-group .controls .select-container > *:focus + .select-arrow,
#body-wrapper .cdalr-form .control-group .controls .select-container > *:hover + .select-arrow,
#body-wrapper .cdalr-form .control-group .controls .select-container > .input-error:focus + .select-arrow {
  color: #313131;
  background: #faffee; }

/* Submit button */
.cdalr-form .required-fields {
  margin: 1.875rem 0;
  font-style: italic;
  font-size: 1rem; }

.cdalr-form .form-actions {
  margin: 3.75rem 0 0;
  padding: 0;
  background: transparent;
  border: 0; }

.cdalr-form .form-actions input[type="submit"],
.cdalr-form .form-actions button[type="submit"] {
  display: block;
  width: 12.5rem;
  max-width: 100%;
  margin: auto;
  padding: 0.75rem 0;
  background: #108670;
  color: #fff;
  font-family: DinBold, AdjustedArialBold, sans-serif;
  text-align: center;
  text-shadow: none;
  border: 0;
  box-shadow: 0 0.1875rem 0.375rem #cccccc;
  font-size: 1.25rem;
  text-transform: uppercase;
  -webkit-transition: background .25s ease-out;
  transition: background .25s ease-out; }

.cdalr-form .form-actions input[type="submit"]:hover,
.cdalr-form .form-actions input[type="submit"]:focus,
.cdalr-form .form-actions button[type="submit"]:hover,
.cdalr-form .form-actions button[type="submit"]:focus {
  background: #d2444a;
  color: #fff; }

#body-wrapper .alert-success {
  border-color: #42800A;
  background-color: #F1FBD1;
  color: #42800A; }

.visu-carto-content {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

#map-viewer {
  position: relative;
  width: 100%;
  max-width: 56.25rem;
  height: 37.5rem;
  max-height: 85vh;
  background-color: #CCC;
  background-image: url("../images/visu-carto/map-viewer-back.svg");
  background-position: center;
  background-size: contain;
  border: 0.1875rem solid white;
  box-shadow: 0 0.25rem 0.625rem #666666; }

aside#map-viewer {
  margin: 3.75rem auto; }

#map-viewer:focus {
  border-color: #d2444a;
  outline: 0 !important; }

#map-viewer::before {
  content: "Chargement en cours ...";
  display: block;
  position: absolute;
  width: 17.5rem;
  line-height: 1.25rem;
  left: 50%;
  margin-left: -8.75rem;
  top: 50%;
  margin-top: -2.5rem;
  padding: 0.625rem;
  text-align: center;
  background-color: #CCC;
  box-shadow: 0 0 0.625rem 0.625rem #cccccc;
  font-family: DinBold, AdjustedArialBold, sans-serif;
  font-size: 1.4em; }

#map-viewer.loaded {
  background: #CCC; }

#map-viewer.loaded::before {
  display: none; }

/* LAYER SWITCHER */
.GPwidget[id^="GPlayerSwitcher"] {
  top: 0.4375rem;
  right: 0.4375rem;
  font-size: 0.6875rem; }

input[id^="GPshowLayersList"] {
  display: none; }

.GPpanel[id^="GPlayersList"] {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 0.375rem black;
  border-radius: 0.25rem;
  overflow: auto; }

.GPlayerSwitcher_layer,
#backMap-section-carte,
.GPshowAdvancedToolPicto[id^="GPshowLayersListPicto"] {
  display: none; }

.backMap-section-layer {
  margin: 0 0.5rem; }

@media (min-width: 45rem) and (min-height: 45rem) {
  .GPwidget[id^="GPlayerSwitcher"] {
    top: 0.9375rem;
    right: 0.9375rem; } }
/* LAYER SWITCHER LEGEND */
.legend-layer {
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.5rem;
  border-bottom: 0.0625rem dotted #cccccc; }

.legend-name {
  margin-left: 0.5rem;
  font-size: 0.875rem; }

/* LAYER SWITCHER BACK MAP SWITCH */
.backMap-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.5rem 0.3125rem 0.125rem; }

.backMap-section-layer {
  opacity: 0.5;
  cursor: pointer; }

.backMap-section-layer.backMap-section-layer-current {
  opacity: 1.0;
  cursor: default; }

.backMap-section-layer-img {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  background-size: cover; }

.backMap-section-layer-img::after {
  content: "";
  display: block;
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  left: 0;
  top: 0;
  border: 0.0625rem solid #cccccc; }

.backMap-section-layer-current .backMap-section-layer-img::after {
  border: 0.125rem solid #d2444a; }

.backMap-section-layer-txt {
  width: 2.5rem;
  text-align: center;
  line-height: 1rem;
  font-size: 0.75rem;
  color: #666666; }

.backMap-section-layer-current .backMap-section-layer-txt {
  color: #d2444a; }

/* MAP VIEWER */
#map-viewer .ol-viewport {
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-top: 0; }

#map-viewer .ol-viewport canvas,
#map-viewer > .ol-viewport .ol-overlaycontainer,
#map-viewer > .ol-viewport .ol-overlaycontainer-stopevent {
  position: static; }

.GPwidget {
  position: absolute; }

#layer-switcher {
  position: relative;
  z-index: 10; }

/* HIDDEN ELEMENTS */
.ol-zoom,
.ol-rotate,
.ol-attribution {
  display: none; }

/* MAP LOGO */
#map-logos {
  z-index: 10;
  position: absolute;
  right: 0.4375rem;
  bottom: 0.4375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.map-logo {
  padding: 0.3125rem;
  background-color: rgba(255, 255, 255, 0.75); }

.map-logo img {
  height: 1.5rem; }

#agglo-logo {
  width: 6.25rem; }

#agglo-logo img {
  width: 5.625rem; }

#ign-logo {
  width: 2.125rem;
  padding: 0.3125rem 0.375rem; }

#ign-logo img {
  width: 1.375rem; }

/* MAP BUTTONS */
button.map-button,
button.zoom-button {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  border: none;
  background-color: #FFF;
  box-shadow: 0 0 0.3125rem black;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }

button.map-button:hover,
button.zoom-button:hover {
  background-color: #EFEFEF; }

#zoom-buttons {
  z-index: 10;
  position: absolute;
  top: 0.4375rem;
  left: 0.4375rem; }

#map-buttons {
  z-index: 10;
  position: absolute;
  bottom: 3.1875rem;
  right: 0.4375rem; }

#zoom-buttons button:not(:last-child) {
  margin-bottom: 0.625rem; }

#zoom-in,
#zoom-out {
  font-size: 1.5em; }

.zoom-button,
.map-button {
  background-size: 1.875rem 11.25rem;
  background-image: url("../images/visu-carto/map-buttons.svg"); }

#zoom-in {
  background-position: 0 0; }

#zoom-out {
  background-position: 0 -1.875rem; }

#full-screen {
  background-position: 0 -3.75rem; }

#map-viewer:-moz-full-screen #full-screen {
  background-position: 0 -5.625rem; }

#map-viewer:-webkit-full-screen #full-screen {
  background-position: 0 -5.625rem; }

#map-viewer:-ms-fullscreen #full-screen {
  background-position: 0 -5.625rem; }

#map-viewer:fullscreen #full-screen {
  background-position: 0 -5.625rem; }

/* GRAPHIC SCALE */
#graphic-scale {
  z-index: 10;
  position: absolute;
  bottom: 0.4375rem;
  left: 0.4375rem;
  height: 2.125rem;
  padding: 0 0.625rem;
  background-color: rgba(255, 255, 255, 0.7); }

.ol-scale-line,
.scale-line-initial-zero {
  top: -0.125rem;
  height: 1.6875rem;
  line-height: 1.6875rem;
  font-size: 0.75em;
  color: #333; }

.ol-scale-line {
  text-align: right; }

.scale-line-initial-zero {
  position: absolute;
  left: 0.625rem; }

.scale-line-firt-part,
.scale-line-last-part {
  position: absolute;
  top: 1.375rem;
  width: 50%;
  height: 0.4375rem;
  background-color: #FFF; }

.scale-line-firt-part {
  left: 0;
  border-bottom: 0.1875rem solid #333333;
  border-top: 0.0625rem solid #333333;
  border-left: 0.0625rem solid #333333; }

.scale-line-last-part {
  right: 0;
  border-bottom: 0.0625rem solid #333333;
  border-top: 0.1875rem solid #333333;
  border-right: 0.0625rem solid #333333; }

/* GFI PANEL */
.gp-feature-info-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 12.5rem;
  max-width: 20rem;
  max-height: 85%;
  max-height: calc(100% - 1.25rem);
  margin-bottom: 0.75rem;
  font-size: 1rem;
  border-radius: 0.3125rem;
  box-shadow: 0 0 0.375rem black;
  background-color: #fff; }

.gp-feature-info-div::after {
  content: "";
  position: absolute;
  bottom: 0.0625rem;
  left: 50%;
  margin-left: -0.75rem;
  border-top: 0.75rem solid white;
  border-left: 0.75rem solid transparent;
  border-right: 0.75rem solid transparent; }

.gp-att-name-div {
  position: relative;
  margin: 0;
  margin-bottom: 0.3125rem;
  min-height: 2.0625rem;
  line-height: 1.4;
  padding: 0.5rem 2.5rem 0.75rem;
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
  font-size: 1.125rem;
  font-family: DinBold, AdjustedArialBold, sans-serif;
  text-align: center;
  color: #d2444a; }

.gp-att-name-div::after {
  content: "";
  display: block;
  position: relative;
  left: 50%;
  bottom: -0.625rem;
  width: 5rem;
  height: 0;
  margin-left: -2.5rem;
  border-bottom: 0.125rem solid #cccccc; }

.gp-feature-info-div input.closer {
  display: block;
  position: absolute;
  height: 1.875rem;
  width: 1.875rem;
  top: 0.1875rem;
  right: 0.1875rem;
  padding: 0;
  border: none;
  background: none; }

.gp-features-content-div {
  position: relative; }

.gp-features-content-div::before,
.gp-features-content-div::after {
  content: "";
  display: block;
  position: absolute;
  top: 1rem;
  right: 0.4375rem;
  width: 1.375rem;
  height: 0.25rem;
  border-radius: 0.125rem;
  background: #d2444a;
  -webkit-transform-origin: center center;
  transform-origin: center center; }

.gp-features-content-div::before {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }

.gp-features-content-div::after {
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg); }

.gp-att-description-div {
  position: static;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-height: 14.375rem;
  margin-top: -0.1875rem;
  margin-bottom: 0;
  padding: 0.625rem;
  border-bottom-left-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
  color: #555;
  overflow-y: auto; }

.gp-att-description-div br {
  display: block;
  height: 0; }

.gp-att-description-div a.gp-feature-link-more {
  display: block;
  width: 15rem;
  margin: 1rem auto 0.5rem;
  padding: 0.3125rem 0;
  background-color: #108670;
  color: #fff;
  text-align: center;
  font-family: DinBold, AdjustedArialBold, sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  box-shadow: 0 0.1875rem 0.375rem #cccccc;
  -webkit-transition: background .25s ease-out;
  transition: background .25s ease-out; }

.gp-att-description-div a.gp-feature-link-more:hover,
.gp-att-description-div a.gp-feature-link-more:focus {
  background-color: #d2444a;
  color: #fff; }

.gp-att-others-div {
  display: none; }

/* GFI PANEL ON SMALL SCREENS */
@media (max-width: 26.25rem), (max-height: 22.5rem) {
  .gp-feature-info-div {
    z-index: 10;
    position: fixed;
    top: 0.625rem;
    left: 0.625rem;
    right: 0.625rem;
    max-width: 100%; }

  .gp-feature-info-div::after {
    display: none; }

  .gp-features-content-div {
    height: 100%; }

  .gp-att-description-div {
    max-height: calc(100% - 2.0625rem); } }
/* RESPONSIVE CONTROLS */
@media (min-width: 45rem) and (min-height: 45rem) {
  #zoom-buttons {
    left: 0.9375rem;
    top: 0.9375rem; }

  #map-buttons {
    right: 0.9375rem;
    bottom: 4rem; }

  #graphic-scale {
    bottom: 0.9375rem;
    left: 0.9375rem; }

  #map-logos {
    right: 0.9375rem;
    bottom: 0.9375rem; } }