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

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

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

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

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

@font-face {
  font-family: AdjustedArialLight;
  src: local(Arial);
  size-adjust: 93%;
  ascent-override: 139%;
  descent-override: 61%;
  line-gap-override: 0%; }

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

@font-face {
  font-family: AdjustedArialSemiBold;
  src: local(Arial black);
  size-adjust: 77%;
  ascent-override: 155%;
  descent-override: 71%;
  line-gap-override: 17%; }

@font-face {
  font-family: Adjusted ArialBold;
  src: local(Arial black);
  size-adjust: 78%;
  ascent-override: 155%;
  descent-override: 70%;
  line-gap-override: 14%; }

@font-face {
  font-family: AdjustedArialBlack;
  src: local(Arial black);
  size-adjust: 81%;
  ascent-override: 150%;
  descent-override: 70%;
  line-gap-override: 12%; }

/*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: CairoBold, 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: CairoBold, 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 {
  position: relative;
  background-repeat: no-repeat; }

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

#body-wrapper table,
#body-wrapper table thead,
#body-wrapper table tbody,
#body-wrapper table tr,
.lfr-admin-panel *,
.modal *,
.lfr-admin-panel *::before,
.modal *::before,
.lfr-admin-panel *::after,
.modal *::after,
.ace-editor-content {
  position: static; }

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

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: Cairo, AdjustedArial, sans-serif;
  line-height: 1.4; }

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.4em;
  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 #014898 !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; }

/* 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: #014898;
  color: #FFF;
  -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(147, 192, 31, 0.4);
  color: #014898; }

.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%; }

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

/* Text ellipsis */
.block-text-ellipsis {
  overflow: hidden; }

.block-text-ellipsis::before,
.block-text-ellipsis::after {
  position: absolute;
  right: 0;
  width: 3.75rem;
  height: 1.25rem;
  box-shadow: -3.75rem 0 0.75rem -0.75rem white inset;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.block-text-ellipsis::before {
  content: "(...)";
  bottom: 0;
  line-height: 1rem;
  padding-left: 2.1875rem; }

.block-text-ellipsis::after {
  content: ""; }

html[data-node-server^="cdalr-prd-"] #body-wrapper.is-admin .interior-article img[alt=""],
html[data-node-server$="-prd"] #body-wrapper.is-admin .interior-article img[alt=""] {
  border: 2px dashed #F00; }

/* 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: CairoSemiBold, AdjustedArialSemiBold, 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.main-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 3.75rem;
  margin-bottom: 1.25rem;
  padding: 0;
  box-shadow: 0 0 1.25rem #cccccc; }

.home-page header.main-header {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.interior-page header.main-header {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

/* Header buttons */
p.header-logo {
  position: absolute;
  top: 0;
  left: 4.375rem;
  margin: 0; }

img.header-logo-img.dark-theme {
  display: none; }

img.header-logo-img {
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 0.625rem; }

button.header-btn,
a.header-btn {
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  border: 0.125rem solid transparent;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

button.header-btn:hover,
button.header-btn:focus,
a.header-btn:hover,
a.header-btn:focus {
  background-color: #014898; }

a.header-btn.eco-section-btn {
  background-image: url("../images/pictos.svg#sticky");
  background-size: 2rem;
  background-position: center; }

.no-svg-fragments a.header-btn.eco-section-btn {
  background-image: url("../images/svg-fragments/sticky.svg"); }

a.header-btn.eco-section-btn:hover,
a.header-btn.eco-section-btn:focus {
  background-image: url("../images/pictos.svg#sticky_white"); }

.no-svg-fragments a.header-btn.eco-section-btn:hover,
.no-svg-fragments a.header-btn.eco-section-btn:focus {
  background-image: url("../images/svg-fragments/sticky_white.svg"); }

button.main-nav-btn .main-nav-btn-content {
  display: block;
  width: 100%;
  height: 100%; }

button.main-nav-btn::after,
button.main-nav-btn .main-nav-btn-content::before,
button.main-nav-btn .main-nav-btn-content::after {
  content: "";
  display: block;
  position: absolute;
  height: 0.1875rem;
  width: 1.125rem;
  left: 1.1875rem;
  top: 50%;
  border-radius: 0.0625rem;
  background-color: #014898;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

button.main-nav-btn::after {
  margin-top: -0.0625rem; }

button.main-nav-btn .main-nav-btn-content::before {
  margin-top: -0.4375rem; }

button.main-nav-btn .main-nav-btn-content::after {
  margin-top: 0.3125rem; }

a.private-section-btn::before,
a.private-section-btn::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #014898;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

a.private-section-btn::before {
  width: 0.5rem;
  height: 0.5rem;
  margin-left: -0.25rem;
  margin-top: -0.5625rem;
  border-radius: 50%; }

a.private-section-btn.disabled::after {
  width: 1rem;
  height: 0.375rem;
  margin-left: -0.5rem;
  margin-top: 0.0625rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

button.main-nav-btn:hover::after,
button.main-nav-btn:focus::after,
button.main-nav-btn:hover .main-nav-btn-content::before,
button.main-nav-btn:focus .main-nav-btn-content::before,
button.main-nav-btn:hover .main-nav-btn-content::after,
button.main-nav-btn:focus .main-nav-btn-content::after,
a.private-section-btn:hover::before,
a.private-section-btn:focus::before,
a.private-section-btn:hover::after,
a.private-section-btn:focus::after {
  background-color: #fff; }

button.main-nav-btn:hover::after,
button.main-nav-btn:focus::after,
button.main-nav-btn:hover .main-nav-btn-content::before,
button.main-nav-btn:focus .main-nav-btn-content::before,
button.main-nav-btn:hover .main-nav-btn-content::after,
button.main-nav-btn:focus .main-nav-btn-content::after {
  height: 0.125rem; }

/* Dark theme switcher */
.dark-switcher {
  position: absolute;
  top: 0;
  right: 4.375rem; }

.dark-switcher.hidden {
  display: none; }

button.dark-theme-button {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  border: 0;
  background-size: 1.5rem;
  background-position: center; }

button.dark-theme-button-sun {
  background-image: url("../images/pictos.svg#sun"); }

.no-svg-fragments button.dark-theme-button-sun {
  background-image: url("../images/svg-fragments/sun.svg"); }

button.dark-theme-button-moon {
  background-image: url("../images/pictos.svg#moon"); }

.no-svg-fragments button.dark-theme-button-moon {
  background-image: url("../images/svg-fragments/moon.svg"); }

/* Header direct links */
ul.header-direct-links {
  display: none;
  -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; }

li.header-direct-link {
  height: 2rem;
  line-height: 2rem;
  padding: 0 0.625rem; }

li.header-direct-link .header-direct-link-href {
  padding: 0 0.625rem;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

li.header-direct-link:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -0.1875rem;
  margin-top: -0.1875rem;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #93c01f; }

li.header-direct-link .header-direct-link-href .header-direct-link-text::after {
  content: "";
  display: block;
  position: absolute;
  height: 0;
  bottom: 0.1875rem;
  left: 0;
  width: 100%;
  max-width: 0;
  border-bottom: 0.0625rem solid currentColor;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

li.header-direct-link .header-direct-link-href:hover .header-direct-link-text::after,
li.header-direct-link .header-direct-link-href:focus .header-direct-link-text::after {
  max-width: 100%; }

@media (min-width: 56.25rem) {
  header.main-header {
    height: auto;
    margin-bottom: 0;
    padding: 1.25rem 1.875rem 2.5rem;
    box-shadow: none; }

  body:not(.home-page) header.main-header {
    padding-bottom: 3.4375rem; }

  .home-page .header-logo {
    display: none; }

  p.header-logo {
    position: relative;
    left: 0;
    margin-top: -0.625rem; }

  img.header-logo-img {
    width: 3.75rem;
    height: 3.75rem;
    margin-top: 0; }

  body:not(.home-page) button.main-nav-btn {
    display: none; }

  button.header-btn,
  a.header-btn {
    background-color: #014898; }

  button.header-btn:hover,
  button.header-btn:focus,
  a.header-btn:hover,
  a.header-btn:focus {
    background-color: #fff;
    border-color: #014898; }

  a.header-btn.eco-section-btn {
    background-image: url("../images/pictos.svg#sticky_white");
    background-position: center; }

  .no-svg-fragments a.header-btn.eco-section-btn {
    background-image: url("../images/svg-fragments/sticky_white.svg"); }

  a.header-btn.eco-section-btn:hover,
  a.header-btn.eco-section-btn:focus {
    background-image: url("../images/pictos.svg#sticky"); }

  .no-svg-fragments a.header-btn.eco-section-btn:hover,
  .no-svg-fragments a.header-btn.eco-section-btn:focus {
    background-image: url("../images/svg-fragments/sticky.svg"); }

  button.main-nav-btn::after,
  button.main-nav-btn .main-nav-btn-content::before,
  button.main-nav-btn .main-nav-btn-content::after,
  a.private-section-btn::before,
  a.private-section-btn::after {
    background-color: #fff; }

  button.main-nav-btn::after,
  button.main-nav-btn .main-nav-btn-content::before,
  button.main-nav-btn .main-nav-btn-content::after {
    height: 0.125rem; }

  button.main-nav-btn:hover::after,
  button.main-nav-btn:focus::after,
  button.main-nav-btn:hover .main-nav-btn-content::before,
  button.main-nav-btn:focus .main-nav-btn-content::before,
  button.main-nav-btn:hover .main-nav-btn-content::after,
  button.main-nav-btn:focus .main-nav-btn-content::after,
  a.private-section-btn:hover::before,
  a.private-section-btn:focus::before,
  a.private-section-btn:hover::after,
  a.private-section-btn:focus::after {
    background-color: #014898; }

  button.main-nav-btn:hover::after,
  button.main-nav-btn:focus::after,
  button.main-nav-btn:hover .main-nav-btn-content::before,
  button.main-nav-btn:focus .main-nav-btn-content::before,
  button.main-nav-btn:hover .main-nav-btn-content::after,
  button.main-nav-btn:focus .main-nav-btn-content::after {
    height: 0.1875rem; }

  .dark-switcher {
    top: 5.3125rem;
    right: 1.875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }
@media (min-width: 66.25rem) {
  ul.header-direct-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

  body:not(.home-page) header.main-header {
    padding-bottom: 2.5rem; } }
nav.main-nav {
  z-index: 12;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1; }

ul.main-nav-list {
  width: 100%;
  height: 100%;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 0;
  padding-left: 20%; }

li.main-nav-item {
  z-index: 2;
  font-size: 1.25rem;
  font-family: CairoSemiBold, AdjustedArialSemiBold, sans-serif;
  line-height: 1.4; }

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

li.main-nav-item .main-nav-item-content {
  font-size: inherit;
  font-family: inherit;
  text-transform: inherit;
  color: #fff;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

li.main-nav-item .main-nav-item-content:not(.nav-mobile-link) {
  display: none; }

li.main-nav-item .main-nav-item-content:hover,
li.main-nav-item .main-nav-item-content:focus {
  color: #93c01f; }

li.main-nav-item .main-nav-item-content:focus {
  outline: 0.125rem solid white !important; }

li.main-nav-item .main-nav-item-content::after {
  content: "";
  display: block;
  position: absolute;
  height: 0;
  bottom: 0.1875rem;
  left: 0;
  width: 100%;
  max-width: 0;
  border-bottom: 0.1875rem solid #93c01f;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

li.main-nav-item .main-nav-item-content:hover::after,
li.main-nav-item .main-nav-item-content:focus::after {
  max-width: 100%; }

/* Collapsed / displayed */
.main-nav-list-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff; }

.main-nav-list-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50%;
  right: -50%;
  -webkit-background: linear-gradient(#014898, #014898 50%, #00336c 100%);
  background: linear-gradient(#014898, #014898 50%, #00336c 100%); }

.main-nav-list-wrapper::after {
  display: none;
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  max-width: 37.5rem;
  height: 0;
  padding-top: 43.75%;
  bottom: -5%;
  right: -10%;
  background: url("../images/logo-zerocarbone-stroke.svg") right 50% bottom 0/100% no-repeat; }

.main-nav-list-wrapper-noDisplay,
.main-nav-list-wrapper-opening {
  opacity: 0;
  -webkit-transition: all .5s ease-out .35s;
  transition: all .5s ease-out .35s; }

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

.main-nav-list-wrapper-open {
  opacity: 1;
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in; }

.main-nav-list-wrapper-noDisplay::before,
.main-nav-list-wrapper-opening::before {
  -webkit-transform: skew(-20deg) translateX(-150%);
  transform: skew(-20deg) translateX(-150%);
  -webkit-transition: all .75s ease-in;
  transition: all .75s ease-in; }

.main-nav-list-wrapper-noDisplay::after,
.main-nav-list-wrapper-opening::after {
  opacity: 0;
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in; }

.main-nav-list-wrapper-open::before {
  -webkit-transform: skew(-20deg) translateX(0);
  transform: skew(-20deg) translateX(0);
  -webkit-transition: all .75s ease-out;
  transition: all .75s ease-out; }

.main-nav-list-wrapper-open::after {
  opacity: 1;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s .5s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s .5s; }

.main-nav-list-wrapper .useful-content {
  height: 100%; }

/* Close button */
button.main-nav-close {
  z-index: 2;
  position: absolute;
  width: 3.75rem;
  height: 3.75rem;
  top: 0;
  left: 0;
  border-radius: 50%;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

button.main-nav-close:focus {
  outline: 0.125rem solid white !important; }

button.main-nav-close::before,
button.main-nav-close::after {
  content: "";
  display: block;
  position: absolute;
  height: 0.25rem;
  width: 1.875rem;
  left: 1.25rem;
  border-radius: 0.125rem;
  background-color: #fff;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

button.main-nav-close::before {
  top: 1.0625rem;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }

button.main-nav-close::after {
  bottom: 1.125rem;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg); }

button.main-nav-close:hover,
button.main-nav-close:focus {
  background: #fff; }

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-color: #014898; }

/* Sublist (only in desktop but prepared here) */
.main-nav-subList-wrapper {
  display: none;
  z-index: 2;
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  margin-top: 1.875rem;
  background-color: #fff;
  box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.15);
  border-radius: 0.75rem;
  overflow: hidden; }

.main-nav-subList-wrapper-noDisplay,
.main-nav-subList-wrapper-hidden {
  max-height: 0;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

body:not(.home-page) .main-nav-subList-wrapper.main-nav-subList-wrapper-noDisplay {
  display: none; }

.main-nav-subList-wrapper-visible {
  max-height: 12.5rem;
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in; }

ul.main-nav-subList {
  display: flex;
  padding: 2.5rem 1.25rem; }

li.main-nav-subList-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: none; }

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

a.main-nav-subList-item-link {
  padding: 0 0.625rem;
  line-height: 1.2;
  text-align: center;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

a.main-nav-subList-item-link:hover,
a.main-nav-subList-item-link:focus {
  color: #58830B; }

@media (min-height: 20rem) {
  ul.main-nav-list {
    padding-bottom: 3.125rem; }

  li.main-nav-item {
    font-size: 1.75rem; } }
@media (min-width: 32.5rem) and (min-height: 32.5rem) {
  li.main-nav-item {
    font-size: 2.5rem; } }
@media (min-width: 56.25rem) {
  body:not(.home-page) li.main-nav-item .main-nav-item-content:not(.nav-mobile-link) {
    display: block; }

  body:not(.home-page) li.main-nav-item .main-nav-item-content.nav-mobile-link {
    display: none; }

  body:not(.home-page) nav.main-nav,
  body:not(.home-page) .main-nav-list-wrapper,
  body:not(.home-page) .main-nav-list-wrapper > .useful-content,
  body:not(.home-page) ul.main-nav-list,
  body:not(.home-page) li.main-nav-item {
    position: static; }

  body:not(.home-page) .main-nav-list-wrapper::before,
  body:not(.home-page) .main-nav-list-wrapper::after {
    display: none; }

  body:not(.home-page) .main-nav-list-wrapper-noDisplay,
  body:not(.home-page) .main-nav-list-wrapper-opening {
    display: block;
    opacity: 1; }

  body:not(.home-page) ul.main-nav-list {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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: 1.25rem;
    padding-left: 0;
    padding-bottom: 0; }

  body:not(.home-page) li.main-nav-item {
    margin: 0 0.625rem;
    font-size: 1.125rem;
    text-transform: uppercase;
    margin-bottom: 0; }

  body:not(.home-page) li.main-nav-item .main-nav-item-content {
    padding: 0 0.3125rem;
    text-align: center;
    line-height: 1.2;
    color: #58830B; }

  body:not(.home-page) li.main-nav-item .main-nav-item-subLink {
    padding-right: 1.25rem; }

  body:not(.home-page) li.main-nav-item .main-nav-item-content:hover,
  body:not(.home-page) li.main-nav-item .main-nav-item-content:focus {
    color: #014898; }

  body:not(.home-page) li.main-nav-item .main-nav-item-content:focus {
    outline: 0.125rem solid #014898 !important; }

  body:not(.home-page) li.main-nav-item .main-nav-item-content::after {
    display: none; }

  body:not(.home-page) li.main-nav-item .main-nav-item-subLink::before,
  body:not(.home-page) li.main-nav-item .main-nav-item-subLink::after {
    content: "";
    display: block;
    position: absolute;
    width: 0.1875rem;
    max-width: 0.1875rem;
    height: 0.5rem;
    bottom: auto;
    left: auto;
    top: 50%;
    right: 0.5rem;
    margin-top: -0.375rem;
    border: 0;
    border-radius: 0.125rem;
    background: #58830B;
    -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
    transition: all .25s ease-out, outline 0s, outline-offset 0s; }

  body:not(.home-page) li.main-nav-item .main-nav-item-subLink::before {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg); }

  body:not(.home-page) li.main-nav-item .main-nav-item-subLink::after {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg); }

  body:not(.home-page) li.main-nav-item .main-nav-item-subLink:hover::before,
  body:not(.home-page) li.main-nav-item .main-nav-item-subLink:focus::before,
  body:not(.home-page) li.main-nav-item .main-nav-item-subLink:hover::after,
  body:not(.home-page) li.main-nav-item .main-nav-item-subLink:focus::after {
    background: #014898; }

  body:not(.home-page) .main-nav-item-text {
    display: inline-block; }

  body:not(.home-page) li.main-nav-item-current .main-nav-item-text::after {
    content: "";
    display: block;
    position: absolute;
    width: 3.75rem;
    height: 0;
    left: 50%;
    bottom: -0.3125rem;
    margin-left: -1.875rem;
    border-bottom: 0.1875rem solid #58830b;
    -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
    transition: all .25s ease-out, outline 0s, outline-offset 0s; }

  body:not(.home-page) li.main-nav-item-current .main-nav-item-subLink:hover .main-nav-item-text::after,
  body:not(.home-page) li.main-nav-item-current .main-nav-item-subLink:focus .main-nav-item-text::after {
    border-color: #014898; }

  body:not(.home-page) .main-nav-item-text::before {
    content: "";
    z-index: 5;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -0.75rem;
    bottom: -1.875rem;
    border-bottom: 0.8125rem solid white;
    border-left: 0.625rem solid transparent;
    border-right: 0.625rem solid transparent;
    opacity: 0;
    -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s .25s;
    transition: all .25s ease-out, outline 0s, outline-offset 0s .25s; }

  body:not(.home-page) .main-nav-item-extended .main-nav-item-text::before {
    opacity: 1;
    -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
    transition: all .25s ease-out, outline 0s, outline-offset 0s; }

  body:not(.home-page) button.main-nav-close {
    display: none; }

  button.main-nav-close {
    top: 1.25rem;
    left: 1.875rem; }

  body:not(.home-page) .main-nav-list-wrapper {
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    background: transparent; }

  body:not(.home-page) .main-nav-list-wrapper .useful-content {
    height: auto; }

  body:not(.home-page) .main-nav-subList-wrapper {
    display: block; } }
@media (min-width: 68.75rem), (min-height: 68.75rem) {
  .main-nav-list-wrapper::after {
    right: 3.75rem; } }
@media (min-width: 77.5rem) {
  body:not(.home-page) nav.main-nav {
    position: relative; }

  body:not(.home-page) li.main-nav-item {
    margin: 0 1.25rem; }

  .main-nav-subList-wrapper {
    left: 0;
    right: 0; } }
#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:not(.active) > a,
#page-wrapper .breadcrumb-home {
  opacity: .75; }

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

#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 {
  opacity: .5; }

#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;
  margin-top: -0.0625rem;
  width: 0.5rem;
  height: 0.125rem;
  border-radius: 0.0625rem;
  background: #014898;
  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 {
  margin-top: 1.875rem;
  padding-bottom: 1.25rem;
  background: #014898; }

p.footer-logo {
  margin: 2.5rem 0;
  text-align: center; }

img.footer-logo-img.dark-theme {
  display: none; }

img.footer-logo-img {
  width: 15.125rem;
  height: 6.25rem; }

ul.footer-list {
  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; }

li.footer-link {
  height: 2rem;
  line-height: 2rem;
  margin: 0.3125rem 0.625rem;
  padding: 0 1.25rem; }

li.footer-link a.inner-link {
  color: #fff; }

li.footer-link a.inner-link:focus {
  outline: 0.125rem solid white !important; }

li.footer-link a.inner-link::after {
  content: "";
  display: block;
  position: absolute;
  height: 0;
  bottom: 0.125rem;
  left: 0;
  width: 100%;
  max-width: 0;
  border-bottom: 0.0625rem solid currentColor;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

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

.home-page footer.main-footer {
  padding-bottom: 0.625rem;
  background: transparent;
  font-size: 0.875rem; }

.home-page li.footer-link {
  margin: 0 0.3125rem;
  padding: 0 0.625rem; }

.home-page li.footer-link a.inner-link {
  color: #014898; }

.home-page li.footer-link a.inner-link:focus {
  outline: 0.125rem solid #014898 !important; }

.home-page li.footer-link a.inner-link::after {
  bottom: 0.3125rem; }

@media (min-width: 62.5rem) {
  .home-page ul.footer-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; } }
@media (min-width: 66.25rem) {
  .home-page li.footer-link {
    margin: 0 0.625rem; } }
@media (min-width: 81.25rem) {
  ul.footer-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; } }
/* Search engine : position & design */
.main-header #p_p_id_400_WAR_fu_ {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0; }

#header-search-reset {
  display: none; }

#header-search {
  position: absolute;
  z-index: 1;
  width: 100%;
  max-width: calc(100% - 16.25rem);
  top: 0.625rem;
  left: 50%;
  height: 2.5rem;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: max-width .25s ease-out;
  transition: max-width .25s ease-out; }

#header-search.focused {
  max-width: calc(100% - 2.5rem); }

@media (min-width: 23.75rem) {
  body:not(.home-page) #header-search.focused,
  .home-page #header-search.focused {
    max-width: 20rem; } }
@media (min-width: 37.5rem) {
  #header-search {
    max-width: 20rem; } }
@media (min-width: 56.25rem) {
  body:not(.home-page) #header-search {
    z-index: 2;
    left: 0.625rem;
    top: 4.6875rem;
    max-width: 6.25rem;
    -webkit-transform: none;
    transform: none; }

  .home-page #header-search {
    top: 1.25rem; } }
@media (min-width: 66.25rem) {
  .home-page #header-search {
    left: 0.625rem;
    top: 5.625rem;
    max-width: 6.25rem;
    -webkit-transform: none;
    transform: none; } }
/* Sear engine : position on search page */
#body-wrapper .main-content #header-search {
  position: relative;
  top: 0;
  left: 0;
  width: 22.5rem;
  max-width: 100%;
  margin: 0 auto;
  -webkit-transform: none;
  transform: none; }

.main-content #header-search #header-search-reset,
.main-content .cdalr-search-box h5.nbResults,
.main-content .cdalr-search-box .btn-group,
.main-content .cdalr-search-box .pagination {
  display: none;
  float: none; }

.main-content #header-search-input {
  box-shadow: none; }

/* Search engine : content */
#header-search .typeahead__container {
  width: 100%; }

#header-search .input-prepend,
#header-search .input-append {
  width: 100%;
  font-size: 1.0em; }

#header-search .typeahead__field {
  display: table;
  width: 100%; }

#header-search .typeahead__query {
  display: table-cell; }

#header-search #header-search-input,
#header-search .typeahead__hint {
  font-size: 0.9em;
  border-radius: 0; }

#header-search #header-search-input {
  height: 2.5rem;
  border: 0;
  border-bottom: 0.0625rem solid #014898;
  opacity: 1; }

#header-search .typeahead__hint {
  display: none;
  z-index: -1;
  height: 2.5rem;
  left: 0; }

#header-search .typeahead__container.hint .typeahead__hint {
  display: block; }

#header-search #header-search-input,
#header-search .dropdown-menu li a,
#header-search .typeahead__hint {
  padding-left: 0.625rem; }

#header-search .typeahead__button {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0; }

#header-search .typeahead__search-icon {
  background: none; }

/* Search engine : input */
#body-wrapper .global-search-input {
  width: 100%;
  max-width: 100%;
  height: 2.5rem;
  padding-left: 0.625rem;
  padding-right: 2.5rem;
  padding-top: 0;
  padding-bottom: 0;
  background: #fff;
  border: 0;
  box-shadow: none; }

#body-wrapper .global-search-input:focus {
  outline: 0 !important;
  box-shadow: 0 0 0.3125rem #014898 inset; }

#body-wrapper .global-search-input::-webkit-input-placeholder {
  color: #666;
  opacity: 0;
  -webkit-transition: opacity .25s ease-out;
  transition: opacity .25s ease-out; }

#body-wrapper .global-search-input::-moz-placeholder {
  color: #666;
  opacity: 0;
  -webkit-transition: opacity .25s ease-out;
  transition: opacity .25s ease-out; }

#body-wrapper .global-search-input:-ms-input-placeholder {
  color: #666;
  opacity: 0;
  -webkit-transition: opacity .25s ease-out;
  transition: opacity .25s ease-out; }

#body-wrapper #header-search.focused .global-search-input::-webkit-input-placeholder {
  opacity: 1; }

#body-wrapper #header-search.focused .global-search-input::-moz-placeholder {
  opacity: 1; }

#body-wrapper #header-search.focused .global-search-input:-ms-input-placeholder {
  opacity: 1; }

#body-wrapper .global-search-submit {
  z-index: 2;
  display: block;
  position: absolute;
  width: 1.875rem;
  height: 1.875rem;
  top: 0.3125rem;
  right: 0.3125rem;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 50%;
  box-shadow: none;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

#body-wrapper .global-search-submit::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  top: 0.5rem;
  right: 0.625rem;
  padding: 0;
  margin: 0;
  border: 0.125rem solid #014898;
  border-radius: 50%;
  color: #fff;
  font-size: 0;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

#body-wrapper .global-search-submit::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.5625rem;
  right: 0.4375rem;
  height: 0;
  width: 0.4375rem;
  border-top: 0.125rem solid #014898;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

#body-wrapper .global-search-submit:hover,
#body-wrapper .global-search-submit:focus {
  background-color: #014898; }

#body-wrapper .global-search-submit:hover::before,
#body-wrapper .global-search-submit:focus::before,
#body-wrapper .global-search-submit:hover::after,
#body-wrapper .global-search-submit:focus::after {
  border-color: #fff; }

/* Search engine : cancel & config buttons */
#header-search .typeahead__cancel-button {
  display: none;
  z-index: 2;
  position: absolute;
  top: 0.3125rem;
  right: 2.8125rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: transparent url("data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQzOC41MzMgNDM4LjUzMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDM4LjUzMyA0MzguNTMzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTQwOS4xMzMsMTA5LjIwM2MtMTkuNjA4LTMzLjU5Mi00Ni4yMDUtNjAuMTg5LTc5Ljc5OC03OS43OTZDMjk1LjczNiw5LjgwMSwyNTkuMDU4LDAsMjE5LjI3MywwICAgYy0zOS43ODEsMC03Ni40Nyw5LjgwMS0xMTAuMDYzLDI5LjQwN2MtMzMuNTk1LDE5LjYwNC02MC4xOTIsNDYuMjAxLTc5LjgsNzkuNzk2QzkuODAxLDE0Mi44LDAsMTc5LjQ4OSwwLDIxOS4yNjcgICBjMCwzOS43OCw5LjgwNCw3Ni40NjMsMjkuNDA3LDExMC4wNjJjMTkuNjA3LDMzLjU5Miw0Ni4yMDQsNjAuMTg5LDc5Ljc5OSw3OS43OThjMzMuNTk3LDE5LjYwNSw3MC4yODMsMjkuNDA3LDExMC4wNjMsMjkuNDA3ICAgczc2LjQ3LTkuODAyLDExMC4wNjUtMjkuNDA3YzMzLjU5My0xOS42MDIsNjAuMTg5LTQ2LjIwNiw3OS43OTUtNzkuNzk4YzE5LjYwMy0zMy41OTYsMjkuNDAzLTcwLjI4NCwyOS40MDMtMTEwLjA2MiAgIEM0MzguNTMzLDE3OS40ODUsNDI4LjczMiwxNDIuNzk1LDQwOS4xMzMsMTA5LjIwM3ogTTMyMi42MjEsMjcwLjkzOWMzLjYxNywzLjYxMyw1LjQyOCw3LjkwNSw1LjQyOCwxMi44NTQgICBjMCw1LjEzMy0xLjgxMSw5LjUxNC01LjQyOCwxMy4xMjdsLTI1LjY5MywyNS43MDFjLTMuNjE0LDMuNjEzLTcuOTk0LDUuNDItMTMuMTM1LDUuNDJjLTQuOTQ4LDAtOS4yMzYtMS44MDctMTIuODQ3LTUuNDIgICBsLTUxLjY3Ni01MS42ODJsLTUxLjY3OCw1MS42ODJjLTMuNjE2LDMuNjEzLTcuODk4LDUuNDItMTIuODQ3LDUuNDJjLTUuMTQsMC05LjUxNy0xLjgwNy0xMy4xMzQtNS40MmwtMjUuNjk3LTI1LjcwMSAgIGMtMy42MTYtMy42MTMtNS40MjQtNy45OTQtNS40MjQtMTMuMTI3YzAtNC45NDgsMS44MDktOS4yNCw1LjQyNC0xMi44NTRsNTEuNjc4LTUxLjY3M2wtNTEuNjc4LTUxLjY3OCAgIGMtMy42MTYtMy42MTItNS40MjQtNy44OTgtNS40MjQtMTIuODQ3YzAtNS4xNCwxLjgwOS05LjUxNyw1LjQyNC0xMy4xMzRsMjUuNjk3LTI1LjY5M2MzLjYxNy0zLjYxNiw3Ljk5NC01LjQyNCwxMy4xMzQtNS40MjQgICBjNC45NDksMCw5LjIzMSwxLjgwOSwxMi44NDcsNS40MjRsNTEuNjc4LDUxLjY3NGw1MS42NzYtNTEuNjc0YzMuNjEtMy42MTYsNy44OTgtNS40MjQsMTIuODQ3LTUuNDI0ICAgYzUuMTQxLDAsOS41MjEsMS44MDksMTMuMTM1LDUuNDI0bDI1LjY5MywyNS42OTNjMy42MTcsMy42MTcsNS40MjgsNy45OTQsNS40MjgsMTMuMTM0YzAsNC45NDgtMS44MTEsOS4yMzUtNS40MjgsMTIuODQ3ICAgbC01MS42NzUsNTEuNjc4TDMyMi42MjEsMjcwLjkzOXoiIGZpbGw9IiM1NTU1NTUiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K") no-repeat scroll center center;
  opacity: 0.6;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

#header-search .typeahead__container.cancel .typeahead__cancel-button {
  display: block; }

#header-search .typeahead__container.cancel.loading .typeahead__cancel-button {
  display: none; }

#header-search .typeahead__cancel-button:hover {
  opacity: 1.0; }

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

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

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

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

#header-search .typeahead__container.loading .typeahead__query::before {
  content: "";
  z-index: 2;
  position: absolute;
  top: 50%;
  right: 2.8125rem;
  width: 1.375rem;
  height: 1.375rem;
  margin-top: -0.6875rem;
  border-radius: 50%;
  border-style: solid;
  border-color: #fff #014898 #014898;
  border-width: 0.125rem;
  opacity: .5;
  -webkit-animation: rotating .75s ease-out infinite;
  animation: rotating .75s ease-out infinite; }

#header-search .btn-danger {
  z-index: 2;
  position: absolute;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  margin: 0;
  top: 0.125rem;
  left: 0.125rem;
  background-color: #333;
  background-image: url("../images/portlet/options_borderless.png");
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  border-radius: 0.3125rem;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

#header-search .btn-danger:hover {
  opacity: 1.0; }

#header-search .btn-danger span,
.signed-out #header-search .btn-danger,
.controls-hidden #header-search .btn-danger {
  display: none; }

#header-search .fa-search::before,
#header-search .fa-close::before,
#header-search .fa-cog::before {
  display: none; }

/* Search engine : autocompletion */
#header-search .typeahead__result {
  z-index: 10;
  position: absolute;
  width: calc(100vw - 3.125rem);
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%); }

@media (min-width: 23.75rem) {
  #header-search .typeahead__result {
    width: 20rem; } }
@media (min-width: 37.5rem) {
  #header-search .typeahead__result {
    left: 0;
    -webkit-transform: none;
    transform: none; } }
#header-search ul.typeahead__list {
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  margin-top: 0.25rem;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: #fff;
  font-size: 0.9em;
  box-shadow: 0.0625rem 0.0625rem 0.3125rem 0.125rem rgba(0, 0, 0, 0.2); }

#header-search ul.typeahead__list li {
  border-top: none; }

#header-search ul.typeahead__list li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  left: 25%;
  right: 25%;
  bottom: 0;
  height: 0;
  border-top: 0.0625rem solid #cccccc; }

#header-search ul.typeahead__list li a {
  display: block;
  width: 100%;
  padding: 0.9375rem 0.9375rem 0.9375rem 2.5rem;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

#header-search ul.typeahead__list li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.5625rem;
  margin-top: -0.75rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 0.0625rem solid #93c01f;
  background-image: url("../images/pictos.svg#arrow_blue");
  background-position: center;
  background-size: 1.5rem;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.no-svg-fragments #header-search ul.typeahead__list li a::before {
  background-image: url("../images/svg-fragments/arrow_blue.svg"); }

#header-search ul.typeahead__list li a:hover,
#header-search ul.typeahead__list li a:focus {
  background: #014898;
  color: #fff; }

#header-search ul.typeahead__list li a:hover::before,
#header-search ul.typeahead__list li a:focus::before {
  border-color: #fff;
  background-image: url("../images/pictos.svg#arrow_white"); }

.no-svg-fragments #header-search ul.typeahead__list li a:hover::before,
.no-svg-fragments #header-search ul.typeahead__list li a:focus::before {
  background-image: url("../images/svg-fragments/arrow_white.svg"); }

#header-search ul.typeahead__list li.typeahead__empty {
  padding: 0.9375rem 1.25rem; }

#header-search ul.typeahead__list .autocomp-entry {
  height: 100%; }

#header-search ul.typeahead__list .autocomp-entry-imgMini {
  display: none; }

#header-search ul.typeahead__list .autocomp-entry-title {
  height: 100%;
  margin: 0;
  line-height: 1.25; }

#header-search ul.typeahead__list .autocomp-entry-title strong {
  font-weight: normal; }

/* 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: #014898;
  color: #fff;
  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%;
  color: #fff;
  background-color: #014898;
  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 .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

#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: CairoBold, AdjustedArialBold, sans-serif;
  font-size: 1.5em;
  font-variant: small-caps;
  text-align: center;
  color: #014898;
  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: #014898;
  color: #fff;
  font-family: CairoBold, AdjustedArialBold, sans-serif;
  font-size: .9em;
  line-height: 1.0em;
  border-radius: 0.3125rem;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

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

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

/* 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;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 0.0625rem solid #93c01f;
  background-color: #fff;
  background-image: url("../images/pictos.svg#arrow_blue");
  background-size: 2.5rem;
  background-position: center;
  -webkit-transition: background-color .15s ease-out;
  transition: background-color .25s ease-out; }

.no-svg-fragments label.diapo-arrow {
  background-image: url("../images/svg-fragments/arrow_blue.svg"); }

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

.no-svg-fragments label.diapo-arrow:hover,
.no-svg-fragments label.diapo-arrow:focus {
  background-image: url("../images/svg-fragments/arrow_white.svg"); }

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: 87.5rem;
  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,
button.cookies-btn {
  display: inline-block;
  background: #58830b;
  padding: 0.125rem 0.625rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  font-family: CairoSemiBold, AdjustedArialSemiBold, sans-serif;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

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

a.cookies-btn:hover,
a.cookies-btn:focus,
button.cookies-btn:hover,
button.cookies-btn:focus {
  background: #014898; }

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

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

@media (min-width: 52.5rem) {
  .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-main {
  position: static;
  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-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  height: 100%; }

.home-columns {
  max-width: 33.75rem; }

.home-column:last-child {
  margin-top: 5rem; }

/* SEO title */
h1.home-main-title {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin: 3.125rem 0 1.25rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-family: CairoSemiBold, AdjustedArialSemiBold, sans-serif; }

h1.home-main-title .home-main-title-rochelle {
  color: #58830B; }

/* Accroche column */
p.home-logo-title {
  margin: 2.5rem 0 3.75rem; }

img.home-logo-title-img.dark-theme,
img.home-logo-img.dark-theme {
  display: none; }

img.home-logo-title-img {
  width: 30.25rem; }

.home-accroche {
  max-width: 33.75rem; }

.home-accroche p {
  font-size: 1.5rem;
  font-family: CairoSemiBold, AdjustedArialSemiBold, sans-serif; }

.home-page .home-accroche p a,
.home-page .home-accroche p a:hover,
.home-page .home-accroche p a:focus {
  color: #58830B;
  font-style: italic; }

.home-page .home-accroche p a:hover,
.home-page .home-accroche p a:focus {
  text-decoration: underline; }

/* Logo column */
p.home-logo {
  margin: 0 0 3.125rem;
  text-align: center; }

img.home-logo-img {
  width: 17.5rem; }

a.btn-home,
.aui a.btn-home,
button.btn-home,
#load-more-news.load-more-link {
  display: block;
  width: 18.75rem;
  max-width: 100%;
  height: 3.75rem;
  line-height: 3.5rem;
  margin: auto;
  border-radius: 3.75rem;
  background-color: #014898;
  color: #fff;
  border: 0.125rem solid #014898;
  font-family: CairoSemiBold, AdjustedArialSemiBold, sans-serif;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

a.btn-home:hover,
a.btn-home:focus,
button.btn-home:hover,
button.btn-home:focus,
#load-more-news.load-more-link:hover,
#load-more-news.load-more-link:focus {
  background-color: #fff;
  color: #014898; }

ul.home-links {
  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;
  margin-top: 1.875rem; }

li.home-link {
  padding: 0 0.3125rem; }

a.home-link-href {
  padding: 0 0.3125rem;
  font-family: CairoSemiBold, AdjustedArialSemiBold, sans-serif;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

a.home-link-href:hover,
a.home-link-href:focus {
  color: #58830B; }

a.home-link-href::after {
  content: "";
  display: block;
  position: absolute;
  height: 0;
  bottom: 0.1875rem;
  left: 0;
  width: 100%;
  max-width: 0;
  border-bottom: 0.0625rem solid #58830b;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

a.home-link-href:hover::after,
a.home-link-href:focus::after {
  max-width: 100%; }

/* Share buttons */
ul.share-buttons {
  z-index: 1;
  position: static;
  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;
  margin-top: 1.875rem; }

li.share-buttons-item {
  width: 2.875rem;
  height: 2.875rem; }

li.share-buttons-item:not(:last-child) {
  margin-right: 0.9375rem; }

li.share-buttons-item.share-buttons-item-eco {
  position: absolute;
  right: 0;
  top: 32.5rem;
  width: 4.375rem;
  height: 3.75rem;
  margin: 0; }

a.share-button {
  border-radius: 50%;
  border: 0.0625rem solid #014898;
  background-color: #fff;
  background-position: center;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

a.share-button-insta {
  background-image: url("../images/pictos.svg#insta");
  background-size: 1.125rem; }

a.share-button-twitter {
  background-image: url("../images/pictos.svg#twitter");
  background-size: 1.125rem; }

a.share-button-mail {
  background-image: url("../images/pictos.svg#mail");
  background-size: 1rem; }

a.share-button.share-button-eco {
  display: none;
  border-top-left-radius: 1.875rem;
  border-bottom-left-radius: 1.875rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  background-image: url("../images/pictos.svg#sticky");
  background-size: 2.25rem; }

a.share-button:hover,
a.share-button:focus {
  background-color: #014898; }

a.share-button-insta:hover,
a.share-button-insta:focus {
  background-image: url("../images/pictos.svg#insta_white"); }

a.share-button-twitter:hover,
a.share-button-twitter:focus {
  background-image: url("../images/pictos.svg#twitter_white"); }

a.share-button-mail:hover,
a.share-button-mail:focus {
  background-image: url("../images/pictos.svg#mail_white"); }

a.share-button.share-button-eco:hover,
a.share-button.share-button-eco:focus {
  background-image: url("../images/pictos.svg#sticky_white"); }

@media (min-width: 33.75rem) {
  .home-columns {
    margin-left: auto;
    margin-right: auto; } }
@media (min-width: 62.5rem) {
  h1.home-main-title {
    display: inline-block;
    position: absolute;
    left: 1.875rem;
    bottom: -1.25rem;
    margin: 0;
    font-size: 0.9375rem;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg); }

  .home-page header.main-header {
    margin-bottom: 0; }

  .home-page footer.main-footer {
    margin-top: 0; }

  .home-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    max-width: 76.25rem; }

  .home-column {
    padding: 0 2.5rem 1.875rem; }

  .home-column:first-child {
    width: 55%;
    padding-left: 3.75rem; }

  .home-column:last-child {
    width: 45%;
    margin-top: 0;
    padding-right: 3.75rem; }

  .home-column:first-child::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 10rem;
    top: 50%;
    left: -0.1875rem;
    margin-top: -8.75rem;
    border-left: 0.375rem solid #93c01f; }

  p.home-logo-title {
    margin: 0 0 2.5rem; }

  .home-page ul.share-buttons {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-top: 0; }

  .home-page li.share-buttons-item {
    margin-left: 0.625rem; }

  .home-page li.share-buttons-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0.625rem; }

  .home-page li.share-buttons-item.share-buttons-item-eco {
    position: relative;
    right: auto;
    top: 0;
    margin-bottom: 1.25rem;
    margin-left: 0; } }
@media (min-width: 66.25rem) {
  p.home-logo-title {
    margin-bottom: 3.75rem; } }
@media (min-width: 77.5rem) {
  .home-column {
    padding-top: 0.625rem; } }
@media (min-width: 77.5rem) and (min-height: 50rem) {
  .home-accroche p {
    font-size: 2rem; }

  p.home-logo {
    margin-bottom: 5rem; }

  img.home-logo-img {
    width: 26.25rem; } }
/* BANNER, TITLE, CHAPO */
.interior-article-banner {
  margin-top: 1.875rem;
  padding: 0; }

.interior-main-title-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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: 10.125rem;
  background-image: url("../images/title-back.svg");
  background-size: 1.25rem 1.1875rem;
  background-repeat: repeat; }

h1.interior-main-title {
  margin: 0 auto;
  font-size: 2.625rem;
  font-family: CairoBold, AdjustedArialBold, sans-serif;
  line-height: 1.0; }

.interior-main-title-text {
  display: inline-block;
  background: #fff;
  padding: 0.3125rem 0 0.625rem; }

.interior-main-title-text::before,
.interior-main-title-text::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 1.25rem;
  background: #fff; }

.interior-main-title-text::before {
  left: -1.25rem; }

.interior-main-title-text::after {
  right: -1.25rem; }

.interior-article.infolettre-article {
  margin-top: 5rem; }

.news-list-news-details,
p.interior-article-chapo {
  max-width: 41.25rem; }

.journal-content-article .interior-article-mainContent .interior-article-chapo {
  max-width: 43.75rem; }

.news-list-news-details {
  margin: 0 auto 2.5rem; }

p.interior-article-chapo {
  margin: 0 auto 2.5rem;
  font-family: CairoSemiBold, AdjustedArialSemiBold, sans-serif; }

body:not(.home-page) li.share-buttons-item.share-buttons-item-eco {
  top: auto;
  bottom: -0.4375rem; }

.main-content .taglib-header {
  display: none; }

/* CONTENT */
/* Margins */
.interior-article > :first-child {
  margin-top: 2.5rem; }

.interior-article-paragraph {
  margin-bottom: 3.125rem;
  line-height: 1.5; }

.interior-article-paragraph p,
.interior-article-paragraph ul,
.interior-article-paragraph ol,
.interior-article-paragraph h3,
.interior-article-paragraph h4,
.interior-article-paragraph h5,
aside.interior-article-moreContent-container {
  max-width: 41.25rem;
  margin-left: auto;
  margin-right: auto; }

.interior-article-paragraph figure {
  max-width: 62.375rem;
  margin-left: auto;
  margin-right: auto; }

#body-wrapper aside.interior-article-moreContent-container {
  box-sizing: content-box; }

.interior-article-moreContent-extension {
  margin: 0 0.25rem;
  text-transform: uppercase;
  font-family: CairoSemiBold; }

.interior-article-moreContent-extension::before,
.interior-article-moreContent-extension::after {
  content: "-"; }

.interior-article-moreContent-extension::before {
  margin-right: 0.3125rem; }

.interior-article-moreContent-extension::after {
  margin-left: 0.3125rem; }

.interior-article-paragraph .two-columns {
  max-width: 52.5rem;
  margin-left: auto;
  margin-right: auto; }

.interior-article-paragraph h2.paragraph-title + *,
.interior-article-paragraph > :first-child,
.interior-article-paragraph .two-columns > :first-child,
.interior-article-paragraph .flex-media-paragraph > :first-child,
.interior-article-paragraph .flex-media-paragraph .flex-media-paragraph-content > :first-child,
.interior-article-paragraph .flex-media-paragraph-content > :first-child {
  margin-top: 0; }

.interior-article-paragraph h2.paragraph-title + p::before,
.interior-article-paragraph h2.paragraph-title + p::after,
.interior-article-paragraph h2.paragraph-title + h4::before,
.interior-article-paragraph h2.paragraph-title + h4::after,
.interior-article-paragraph h2.paragraph-title + h5::before,
.interior-article-paragraph h2.paragraph-title + h5::after,
.interior-article-paragraph h2.paragraph-title + .two-columns > p:first-child::before,
.interior-article-paragraph h2.paragraph-title + .two-columns > p:first-child::after,
.interior-article-paragraph h2.paragraph-title + .two-columns > h4:first-child::before,
.interior-article-paragraph h2.paragraph-title + .two-columns > h4:first-child::after,
.interior-article-paragraph h2.paragraph-title + .two-columns > h5:first-child::before,
.interior-article-paragraph h2.paragraph-title + .two-columns > h5:first-child::after,
.interior-article-paragraph h2.paragraph-title + .flex-media-paragraph-content > p:first-child::before,
.interior-article-paragraph h2.paragraph-title + .flex-media-paragraph-content > p:first-child::after,
.interior-article-paragraph h2.paragraph-title + .flex-media-paragraph-content > h4:first-child::before,
.interior-article-paragraph h2.paragraph-title + .flex-media-paragraph-content > h4:first-child::after,
.interior-article-paragraph h2.paragraph-title + .flex-media-paragraph-content > h5:first-child::before,
.interior-article-paragraph h2.paragraph-title + .flex-media-paragraph-content > h5:first-child::after,
.interior-article-paragraph h2.paragraph-title + .flex-media-paragraph .flex-media-paragraph-content > p:first-child::before,
.interior-article-paragraph h2.paragraph-title + .flex-media-paragraph .flex-media-paragraph-content > p:first-child::after,
.interior-article-paragraph h2.paragraph-title + .flex-media-paragraph .flex-media-paragraph-content > h4:first-child::before,
.interior-article-paragraph h2.paragraph-title + .flex-media-paragraph .flex-media-paragraph-content > h4:first-child::after,
.interior-article-paragraph h2.paragraph-title + .flex-media-paragraph .flex-media-paragraph-content > h5:first-child::before,
.interior-article-paragraph h2.paragraph-title + .flex-media-paragraph .flex-media-paragraph-content > h5:first-child::after {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: -1.0625rem;
  width: 0.5rem;
  height: 0.125rem;
  border-radius: 0.0625rem;
  background: #93c01f;
  -webkit-transform-origin: right center;
  transform-origin: right center; }

.interior-article-paragraph h2.paragraph-title + p::before,
.interior-article-paragraph h2.paragraph-title + h4::before,
.interior-article-paragraph h2.paragraph-title + h5::before,
.interior-article-paragraph h2.paragraph-title + .two-columns > p:first-child::before,
.interior-article-paragraph h2.paragraph-title + .two-columns > h4:first-child::before,
.interior-article-paragraph h2.paragraph-title + .two-columns > h5:first-child::before,
.interior-article-paragraph h2.paragraph-title + .flex-media-paragraph-content > p:first-child::before,
.interior-article-paragraph h2.paragraph-title + .flex-media-paragraph-content > h4:first-child::before,
.interior-article-paragraph h2.paragraph-title + .flex-media-paragraph-content > h5:first-child::before,
.interior-article-paragraph h2.paragraph-title + .flex-media-paragraph .flex-media-paragraph-content > p:first-child::before,
.interior-article-paragraph h2.paragraph-title + .flex-media-paragraph .flex-media-paragraph-content > h4:first-child::before,
.interior-article-paragraph h2.paragraph-title + .flex-media-paragraph .flex-media-paragraph-content > h5:first-child::before {
  -webkit-transform: rotateZ(-30deg);
  transform: rotateZ(-30deg); }

.interior-article-paragraph h2.paragraph-title + p::after,
.interior-article-paragraph h2.paragraph-title + h4::after,
.interior-article-paragraph h2.paragraph-title + h5::after,
.interior-article-paragraph h2.paragraph-title + .two-columns > p:first-child::after,
.interior-article-paragraph h2.paragraph-title + .two-columns > h4:first-child::after,
.interior-article-paragraph h2.paragraph-title + .two-columns > h5:first-child::after,
.interior-article-paragraph h2.paragraph-title + .flex-media-paragraph-content > p:first-child::after,
.interior-article-paragraph h2.paragraph-title + .flex-media-paragraph-content > h4:first-child::after,
.interior-article-paragraph h2.paragraph-title + .flex-media-paragraph-content > h5:first-child::after,
.interior-article-paragraph h2.paragraph-title + .flex-media-paragraph .flex-media-paragraph-content > p:first-child::after,
.interior-article-paragraph h2.paragraph-title + .flex-media-paragraph .flex-media-paragraph-content > h4:first-child::after,
.interior-article-paragraph h2.paragraph-title + .flex-media-paragraph .flex-media-paragraph-content > h5:first-child::after {
  -webkit-transform: rotateZ(30deg);
  transform: rotateZ(30deg); }

/* Titles and text enhancement */
.interior-article-mainContent > h2,
.interior-article-paragraph h2.paragraph-title {
  margin: 0 0 1.875rem;
  padding: 3.375rem 0;
  font-size: 2.5rem;
  font-family: CairoBold, AdjustedArialBold, sans-serif;
  line-height: 1.0; }

.interior-article-paragraph.useful-content h2.paragraph-title {
  max-width: 53.75rem;
  margin-left: auto;
  margin-right: auto; }

.interior-article-paragraph h2.paragraph-title.paragraph-title-enhanced {
  margin-bottom: 0;
  padding-top: 0; }

.interior-article-paragraph h2.paragraph-title.paragraph-title-center,
.interior-article-paragraph h2.paragraph-title.paragraph-title-enhanced,
.interior-article-paragraph h2.paragraph-title.paragraph-title-blue {
  text-align: center; }

.interior-article-paragraph h2.paragraph-title.paragraph-title-enhanced,
.interior-article-paragraph h2.paragraph-title.paragraph-title-blue {
  padding-left: 1.25rem;
  padding-right: 1.25rem; }

.interior-article-paragraph h2.paragraph-title.paragraph-title-blue {
  margin-bottom: 0;
  padding-bottom: 2.5rem;
  color: #fff; }

.interior-article-mainContent > h2::before,
.interior-article-paragraph h2.paragraph-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -9.375rem;
  height: 100%;
  width: 18.75rem; }

.interior-article-mainContent > h2::before,
.interior-article-paragraph h2.paragraph-title:not(.paragraph-title-blue)::before {
  background-image: url("../images/title-back.svg");
  background-size: 1.25rem 1.1875rem;
  background-repeat: repeat; }

.interior-article-paragraph h2.paragraph-title.paragraph-title-center::before {
  left: 50%;
  margin-left: -9.375rem; }

.interior-article-paragraph h2.paragraph-title.paragraph-title-enhanced::before,
.interior-article-paragraph h2.paragraph-title.paragraph-title-blue::before {
  width: 100%;
  top: 1.5625rem;
  left: 0;
  right: 0; }

.interior-article-paragraph h2.paragraph-title.paragraph-title-enhanced::before {
  height: 15rem; }

.interior-article-paragraph h2.paragraph-title.paragraph-title-blue::before {
  height: 11.25rem;
  background-color: #014898; }

.interior-article-paragraph h2.paragraph-title:not(.paragraph-title-blue) .paragraph-title-text {
  display: inline-block;
  background: #fff;
  padding: 0.3125rem 0 0.625rem; }

.interior-article-paragraph h2.paragraph-title.paragraph-title-enhanced .paragraph-title-text {
  padding-bottom: 1.875rem; }

.interior-article-paragraph h2.paragraph-title:not(.paragraph-title-blue) .paragraph-title-text::before,
.interior-article-paragraph h2.paragraph-title:not(.paragraph-title-blue) .paragraph-title-text::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 1.25rem;
  background: #fff; }

.interior-article-paragraph h2.paragraph-title .paragraph-title-text::before {
  left: -1.25rem; }

.interior-article-paragraph h2.paragraph-title .paragraph-title-text::after {
  right: -1.25rem; }

.interior-article-paragraph h2.paragraph-title.paragraph-title-enhanced .paragraph-title-text::before,
.interior-article-paragraph h2.paragraph-title.paragraph-title-enhanced .paragraph-title-text::after {
  width: 8.125rem; }

.interior-article-paragraph h2.paragraph-title.paragraph-title-enhanced .paragraph-title-text::before {
  left: -8.125rem; }

.interior-article-paragraph h2.paragraph-title.paragraph-title-enhanced .paragraph-title-text::after {
  right: -8.125rem; }

.interior-article-paragraph h3,
.interior-article-paragraph h4,
p.interior-article-moreContent-title,
h3.interior-article-moreContent-title,
.html-editor h3,
.html-editor h4 {
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
  line-height: 1.0;
  font-size: 2.5rem;
  font-family: CairoBold, AdjustedArialBold, sans-serif;
  font-weight: bold;
  color: #58830B; }

.interior-article-paragraph h5,
.html-editor h5 {
  margin-top: 1.875rem;
  margin-bottom: 0.625rem;
  line-height: 1.2;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-family: CairoBold, AdjustedArialBold, sans-serif; }

.interior-article-paragraph h5 a,
.html-editor h5 a {
  display: inline-block;
  margin-bottom: 1.25rem;
  padding-right: 5rem;
  background: none; }

.interior-article-paragraph h5 a:hover,
.interior-article-paragraph h5 a:focus {
  background: none; }

.interior-article-paragraph h5 a::before,
.interior-article-paragraph h5 a::after,
.html-editor h5 a::before,
.html-editor h5 a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%; }

.interior-article-paragraph h5 a::before,
.html-editor h5 a::before {
  width: 1.5625rem;
  height: 0;
  right: 2.5rem;
  border-bottom: 0.0625rem solid #93c01f; }

.interior-article-paragraph h5 a::after,
.html-editor h5 a::after {
  width: 2.5rem;
  height: 2.5rem;
  right: 1.5625rem;
  margin-top: -1.25rem;
  border-radius: 50%;
  border: 0.0625rem solid #93c01f;
  background-color: #fff;
  background-image: url("../images/pictos.svg#arrow_blue");
  background-position: center;
  background-size: 2.5rem;
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out; }

.no-svg-fragments .interior-article-paragraph h5 a::after,
.no-svg-fragments .html-editor h5 a::after {
  background-image: url("../images/svg-fragments/arrow_blue.svg"); }

.interior-article-paragraph h5 a:hover::after,
.interior-article-paragraph h5 a:focus::after {
  background-color: #93c01f;
  background-image: url("../images/pictos.svg#arrow_white");
  -webkit-transform: translateX(1.5625rem);
  transform: translateX(1.5625rem); }

.no-svg-fragments .interior-article-paragraph h5 a:hover::after,
.no-svg-fragments .interior-article-paragraph h5 a:focus::after {
  background-image: url("../images/svg-fragments/arrow_white.svg"); }

.interior-article-paragraph h5 a[class*="link-"],
.interior-article-paragraph h5 a[class*="link-"]:visited,
.interior-article-paragraph h5 a[href*="/documents/"],
.interior-article-paragraph h5 a[href*="/documents/"]:visited,
.interior-article-paragraph a.big-btn,
.interior-article-paragraph a.big-btn:visited,
button.mes-actions-submit {
  border-radius: 1.875rem;
  color: #fff;
  border: 0.125rem solid #014898;
  font-size: 1.125rem;
  font-family: CairoSemiBold, AdjustedArialSemiBold, sans-serif;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.interior-article-paragraph h5 a[class*="link-"],
.interior-article-paragraph h5 a[class*="link-"]:visited,
.interior-article-paragraph h5 a[href*="/documents/"],
.interior-article-paragraph h5 a[href*="/documents/"]:visited {
  display: inline-block;
  padding: 1.25rem 1.5625rem 1.25rem 3.4375rem;
  background-color: #014898; }

.interior-article-paragraph a.big-btn,
.interior-article-paragraph a.big-btn:visited,
button.mes-actions-submit {
  display: block;
  width: 25rem;
  max-width: 100%;
  margin: 2.5rem auto;
  padding: 1.25rem 1.5625rem;
  background: #014898;
  color: #fff;
  line-height: 1.2; }

.interior-article-paragraph h5 a[class*="link-"]:hover,
.interior-article-paragraph h5 a[class*="link-"]:focus,
.interior-article-paragraph h5 a[href*="/documents/"]:hover,
.interior-article-paragraph h5 a[href*="/documents/"]:focus {
  background-color: #fff;
  color: #014898; }

.interior-article-paragraph a.big-btn:hover,
.interior-article-paragraph a.big-btn:focus,
button.mes-actions-submit:hover,
button.mes-actions-submit:focus {
  background: #fff;
  color: #014898; }

.interior-article-paragraph h5 a[class*="link-"]::after,
.interior-article-paragraph h5 a[href*="/documents/"]::after {
  display: none; }

.interior-article-paragraph h5 a[class*="link-"]::before,
.interior-article-paragraph h5 a[href*="/documents/"]::before {
  width: 1.875rem;
  height: 1.25rem;
  left: 1.0625rem;
  top: 50%;
  margin-top: -0.625rem;
  background-image: url("../images/pictos.svg#arrow_white");
  background-size: 2.5rem;
  background-position: center;
  border-right: 0.125rem solid white;
  border-bottom: 0;
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg); }

.no-svg-fragments .interior-article-paragraph h5 a[class*="link-"]::before,
.no-svg-fragments .interior-article-paragraph h5 a[href*="/documents/"]::before {
  background-image: url("../images/svg-fragments/arrow_white.svg"); }

.interior-article-paragraph h5 a[class*="link-"]:hover::before,
.interior-article-paragraph h5 a[href*="/documents/"]:hover::before,
.interior-article-paragraph h5 a[class*="link-"]:focus::before,
.interior-article-paragraph h5 a[href*="/documents/"]:focus::before {
  background-image: url("../images/pictos.svg#arrow_blue");
  border-color: #014898; }

.no-svg-fragments .interior-article-paragraph h5 a[class*="link-"]:hover::before,
.no-svg-fragments .interior-article-paragraph h5 a[href*="/documents/"]:hover::before,
.no-svg-fragments .interior-article-paragraph h5 a[class*="link-"]:focus::before,
.no-svg-fragments .interior-article-paragraph h5 a[href*="/documents/"]:focus::before {
  background-image: url("../images/svg-fragments/arrow_blue.svg"); }

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

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

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

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

.interior-article-paragraph strong,
.html-editor strong {
  font-weight: normal;
  font-family: CairoBold, AdjustedArialBold, sans-serif; }

.interior-article-paragraph em,
.html-editor em {
  font-style: italic; }

/* Links */
.interior-article-paragraph a,
.interior-article-paragraph a:visited,
.interior-article-paragraph a:focus,
.event-more-content a.event-aside-url,
.event-more-content a.event-aside-url:visited,
.event-more-content a.event-aside-url:focus,
a.contact-article-form-mention,
a.contact-article-form-mention:visited,
a.contact-article-form-mention:focus,
ul.interior-article-moreContent-list li a,
ul.interior-article-moreContent-list li a:visited,
ul.interior-article-moreContent-list li a:focus,
p.mes-actions-sources a,
p.mes-actions-sources a:visited,
p.mes-actions-sources:focus,
.fullPage-alert a,
.fullPage-alert a:visited,
.fullPage-alert a:focus {
  background: -webkit-linear-gradient(to top, rgba(147, 192, 31, 0.75) 0%, rgba(147, 192, 31, 0.75) 100%, transparent 100%) no-repeat left 0 bottom 4px/100% 0.1875rem;
  background: linear-gradient(to top, rgba(147, 192, 31, 0.75) 0%, rgba(147, 192, 31, 0.75) 100%, transparent 100%) no-repeat left 0 bottom 4px/100% 0.1875rem; }

.interior-article-paragraph a,
.interior-article-paragraph a:visited,
.event-more-content a.event-aside-url,
.event-more-content a.event-aside-url:visited,
a.contact-article-form-mention,
a.contact-article-form-mention:visited,
ul.interior-article-moreContent-list li a,
ul.interior-article-moreContent-list li a:visited,
p.mes-actions-sources a,
p.mes-actions-sources a:visited,
.fullPage-alert a,
.fullPage-alert a:visited,
.html-editor a,
.html-editor a:visited {
  color: #014898; }

.interior-article-paragraph a:hover,
.interior-article-paragraph a:visited:hover,
.interior-article-paragraph a:focus,
.event-more-content a.event-aside-url:hover,
.event-more-content a.event-aside-url:visited:hover,
.event-more-content a.event-aside-url:focus,
a.contact-article-form-mention:hover,
a.contact-article-form-mention:visited:hover,
a.contact-article-form-mention:focus,
ul.interior-article-moreContent-list li a:hover,
ul.interior-article-moreContent-list li a:visited:hover,
ul.interior-article-moreContent-list li a:focus,
p.mes-actions-sources a:hover,
p.mes-actions-sources a:visited:hover,
p.mes-actions-sources a:focus,
.fullPage-alert a:hover,
.fullPage-alert a:visited:hover,
.fullPage-alert a:focus,
.html-editor a:hover,
.html-editor a:visited:hover,
.html-editor a:focus {
  background: -webkit-linear-gradient(to top, rgba(147, 192, 31, 0.4) 0%, rgba(147, 192, 31, 0.4) 100%, transparent 100%) no-repeat left 0 bottom 4px/100% 1.25rem;
  background: linear-gradient(to top, rgba(147, 192, 31, 0.4) 0%, rgba(147, 192, 31, 0.4) 100%, transparent 100%) no-repeat left 0 bottom 4px/100% 1.25rem; }

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

.interior-article-paragraph ul li,
.interior-article-paragraph ol li,
ul.interior-article-moreContent-list li,
.html-editor ul li,
.html-editor ol li {
  margin-bottom: 0.3125rem; }

.interior-article-paragraph ul li::before,
ul.interior-article-moreContent-list li::before,
.html-editor ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5rem;
  left: -0.75rem;
  width: 0;
  height: 0.625rem;
  border-left: 0.1875rem solid #58830b; }

.interior-article-paragraph ol,
.html-editor ol {
  counter-reset: article-list; }

.interior-article-paragraph ol li,
.html-editor ol li {
  counter-increment: article-list; }

.interior-article-paragraph ol li::before,
.html-editor ol li::before {
  content: counter(article-list,decimal) ".";
  display: block;
  position: absolute;
  left: -1.25rem;
  width: 1.25rem;
  color: #58830B;
  font-family: CairoBold, AdjustedArialBold, sans-serif; }

/* .blockquotes */
.interior-article-paragraph .blockquote,
.html-editor .blockquote {
  max-width: 40.625rem;
  margin: 0 auto 3.125rem;
  padding: 1.25rem;
  border: 0;
  border-bottom: 0.1875rem solid #014898;
  font-style: italic; }

.interior-article-paragraph .blockquote p,
.html-editor .blockquote p {
  max-width: 100%;
  margin: 0;
  font-size: 1rem; }

/* Tables */
.interior-article-paragraph .table-container {
  overflow-x: auto; }

.interior-article-paragraph table,
.html-editor table {
  width: 100%;
  max-width: 100%;
  margin: 0.625rem 0 1.25rem;
  border: 0; }

.interior-article-paragraph table tr {
  border: 0;
  border-top: 0.0625rem solid #81a4cc; }

.interior-article-paragraph table thead tr {
  border-top: 0; }

.interior-article-paragraph table.centered-content th,
.interior-article-paragraph table.centered-content td,
.html-editor table.centered-content th,
.html-editor table.centered-content td {
  text-align: center; }

.interior-article-paragraph table th,
.interior-article-paragraph table td,
.html-editor table th,
.html-editor table td {
  padding: 0.625rem 1.25rem;
  border: 0; }

.interior-article-paragraph table th:not(:first-child)::before,
.interior-article-paragraph table td:not(:first-child)::before,
.html-editor table th:not(:first-child)::before,
.html-editor table td:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 50%;
  left: 0;
  top: 25%;
  border-left: 0.0625rem solid #81a4cc; }

.interior-article-paragraph table th,
.html-editor table th {
  text-align: left;
  font-weight: normal;
  font-family: CairoBold, AdjustedArialBold, sans-serif; }

.interior-article-paragraph table thead th,
.html-editor table thead th {
  text-align: center; }

.interior-article-paragraph table td,
.html-editor table td {
  text-align: left; }

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

.interior-article-media-fCenter,
.interior-article-media-flexLeft,
.interior-article-media-flexRight,
.interior-article-paragraph h2.paragraph-title + .interior-article-media {
  width: 100%;
  margin-top: 1.875rem; }

.interior-article-media-fLeft,
.interior-article-media-fRight {
  width: 100%;
  margin-bottom: 1.875rem; }

.flex-media-paragraph {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0.625rem; }

.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-content {
  max-width: 52.5rem;
  -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-image,
.interior-article-media-video {
  display: block;
  margin: 0 auto; }

.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,
.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%;
  height: 25rem;
  max-height: 85vh;
  border: 0; }

audio.interor-article-media-audio {
  display: block;
  width: 100%;
  max-width: 41.25rem;
  margin: 0 auto; }

.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: #58830b;
  color: #fff;
  font-family: CairoSemiBold, AdjustedArialSemiBold, 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: #014898;
  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; }

/* Carousel */
.interior-article-media-carousel-wrapper {
  width: 50rem;
  padding-top: 3.75rem;
  padding-bottom: 3.125rem;
  margin: auto;
  overflow: hidden; }

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

img.carousel-img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 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;
  width: 4.0625rem;
  height: 2.5rem;
  top: -3.6875rem; }

button.carousel-arrow-next {
  right: 0; }

button.carousel-arrow-prev {
  left: 0; }

button.carousel-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 1.5625rem;
  height: 0;
  border-bottom: 0.0625rem solid #93c01f; }

button.carousel-arrow-next::before {
  left: 0; }

button.carousel-arrow-prev::before {
  right: 0; }

button.carousel-arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 0.0625rem solid #93c01f;
  background-color: #fff;
  background-image: url("../images/pictos.svg#arrow_blue");
  background-position: center;
  background-size: 2.5rem;
  -webkit-transition: .15s ease-out;
  transition: .15s ease-out; }

.no-svg-fragments button.carousel-arrow::after {
  background-image: url("../images/svg-fragments/arrow_blue.svg"); }

button.carousel-arrow-next::after {
  left: 0; }

button.carousel-arrow-prev::after {
  right: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg); }

button.carousel-arrow:hover::after,
button.carousel-arrow:focus::after {
  background-color: #93c01f;
  background-image: url("../images/pictos.svg#arrow_white"); }

.no-svg-fragments button.carousel-arrow:hover::after,
.no-svg-fragments button.carousel-arrow:focus::after {
  background-image: url("../images/svg-fragments/arrow_white.svg"); }

button.carousel-arrow-next:hover::after,
button.carousel-arrow-next:focus::after {
  -webkit-transform: translateX(1.5625rem);
  transform: translateX(1.5625rem); }

button.carousel-arrow-prev:hover::after,
button.carousel-arrow-prev:focus::after {
  -webkit-transform: rotateZ(180deg) translateX(1.5625rem);
  transform: rotateZ(180deg) translateX(1.5625rem); }

ul.carousel-buttons {
  position: absolute;
  left: 0;
  bottom: -3.125rem;
  display: flex;
  max-width: 100%;
  margin: 0;
  padding: 0; }

li.carousel-buttons-item {
  margin-bottom: 0; }

.interior-article-paragraph ul.carousel-buttons li.carousel-buttons-item::before {
  display: none; }

button.carousel-button {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%; }

button.carousel-button::before,
button.carousel-button::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

button.carousel-button::before {
  width: 1.875rem;
  height: 1.875rem;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 0.0625rem solid transparent; }

button.carousel-button::after {
  width: 1.25rem;
  height: 1.25rem;
  top: 0.3125rem;
  left: 0.3125rem;
  border-radius: 50%;
  border: 0.25rem solid white;
  background: #58830B; }

button.carousel-button.carousel-button-current::before,
button.carousel-button.carousel-button-current::after {
  border-color: #58830B; }

button.carousel-button.carousel-button-current:hover::before,
button.carousel-button.carousel-button-current:focus::before,
button.carousel-button.carousel-button-current:hover::after,
button.carousel-button.carousel-button-current:focus::after {
  border-color: #014898; }

button.carousel-button:hover::after,
button.carousel-button:focus::after {
  background: #014898; }

/* Enhanced content */
.interior-article-enhancedContent > * {
  background: #fff; }

.interior-article-enhancedContent > p {
  padding-left: 1.25rem;
  padding-right: 1.25rem; }

.interior-article-enhancedContent > p:first-child {
  padding-top: 1.25rem; }

.interior-article-contentsWrapper {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  width: 100%;
  background: #fff; }

.no-flex-wrap .interior-article-contentsWrapper {
  display: block; }

.interior-article-keyNumbers {
  padding: 1.875rem 0.625rem 0; }

.interior-article-innerContent {
  margin: 0 1.25rem;
  min-width: 18.75rem;
  max-width: 25rem; }

.interior-article-keyNumbers .interior-article-innerContent {
  margin: 0;
  padding: 0 2.5rem 1.875rem; }

.interior-article-keyNumbers .interior-article-innerContent::after {
  content: "";
  display: block;
  position: absolute;
  left: 2.5rem;
  bottom: 0.5rem;
  width: 4.375rem;
  height: 0;
  border-bottom: 0.1875rem solid #014898; }

h3.interior-article-keyNumber {
  margin: 0 0 0.625rem;
  color: #58830B;
  font-family: CairoBlack, AdjustedArialBlack, sans-serif;
  font-size: 3rem;
  letter-spacing: 0.125rem; }

p.interior-article-keyNumber-text {
  margin: 0; }

@media (min-width: 26.25rem) {
  h1.interior-main-title {
    font-size: 3.125rem; } }
@media (min-width: 32.5rem) {
  .interior-article-paragraph .blockquote,
  .html-editor .blockquote {
    padding: 1.25rem 2.5rem 1.25rem 6.25rem; }

  .interior-article-paragraph .blockquote::before,
  .html-editor .blockquote::before {
    content: "";
    display: block;
    position: absolute;
    width: 3.125rem;
    height: 3.125rem;
    line-height: 3.75rem;
    top: 50%;
    left: 1.5625rem;
    margin-top: -1.5625rem;
    border-radius: 50%;
    border: 0.0625rem solid #93c01f;
    background-image: url("../images/pictos.svg#quotes");
    background-size: 2.25rem;
    background-position: center; }

  .no-svg-fragments .interior-article-paragraph .blockquote::before,
  .no-svg-fragments .html-editor .blockquote::before {
    background-image: url("../images/svg-fragments/quotes.svg"); } }
@media (min-width: 52.5rem) {
  .journal-content-article .interior-article-mainContent .interior-article-chapo {
    max-width: 45rem; } }
@media (min-width: 52.5rem) {
  .interior-article-keyNumbers .interior-article-innerContent::after {
    left: auto;
    right: 0;
    top: 0.9375rem;
    width: 0;
    height: calc(100% - 2.5rem);
    border-bottom: 0;
    border-right: 0.0625rem solid #dae5f0; }

  .interior-article-paragraph .interior-article-keyNumbers .interior-article-innerContent:last-child::after,
  .interior-article-keyNumbers .interior-article-innerContent:nth-child(2n)::after {
    display: none; }

  .interior-article-keyNumbers {
    padding-bottom: 0.625rem; }

  .interior-article-keyNumbers::after {
    content: "";
    display: block;
    position: absolute;
    left: 1.25rem;
    right: 1.25rem;
    bottom: 0;
    height: 0;
    border-bottom: 0.1875rem solid #014898; }

  h3.interior-article-keyNumber,
  p.interior-article-keyNumber-text {
    text-align: center; } }
@media (min-width: 56.25rem) {
  .interior-article-paragraph .two-columns {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2.5rem;
    column-gap: 2.5rem; }

  .flex-media-paragraph {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

  .interior-article-media-flexLeft,
  .interior-article-media-flexRight {
    max-width: 50%;
    margin-top: 0;
    margin-bottom: 0; }

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

  .interior-article-media-flexRight {
    margin-left: 1.875rem;
    margin-right: 0; } }
@media (min-width: 71.25rem) {
  body:not(.home-page) .interior-article + ul.share-buttons {
    z-index: 2;
    display: block;
    position: absolute;
    right: 0;
    top: 30rem;
    margin-top: 0; }

  body:not(.home-page) .news-list + ul.share-buttons {
    top: 10rem; }

  body:not(.home-page) .interior-article.news-article + ul.share-buttons {
    top: 5rem; }

  body:not(.home-page) .interior-article-banner ~ .portlet-layout .interior-article + ul.share-buttons {
    top: -2.5rem; }

  body:not(.home-page) .interior-article + ul.share-buttons li.share-buttons-item {
    margin-left: 0.625rem; }

  body:not(.home-page) .interior-article + ul.share-buttons li.share-buttons-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0.625rem; }

  body:not(.home-page) .interior-article + ul.share-buttons li.share-buttons-item.share-buttons-item-eco {
    position: relative;
    right: auto;
    top: 0;
    margin-bottom: 1.25rem;
    margin-left: 0; } }
@media (min-width: 77.5rem) {
  .interior-article-keyNumbers {
    margin: 0 auto; }

  .interior-article-keyNumbers .interior-article-innerContent:nth-child(2n)::after {
    display: block; }

  .interior-article-keyNumbers .interior-article-innerContent:nth-child(3n)::after {
    display: none; } }
@media (min-width: 85rem) {
  .interior-article-media-fCenter.interior-article-media-carousel-wrapper {
    padding-top: 0;
    overflow: visible; }

  .interior-article-media-fCenter.interior-article-media-carousel-wrapper button.carousel-arrow {
    top: 50%;
    margin-top: -1.25rem; }

  .interior-article-media-fCenter.interior-article-media-carousel-wrapper button.carousel-arrow-next {
    right: -5.3125rem; }

  .interior-article-media-fCenter.interior-article-media-carousel-wrapper button.carousel-arrow-prev {
    left: -5.3125rem; } }
.interior-article-chapo-sas {
  max-width: 45rem;
  margin: 0.625rem auto 1.25rem;
  font-family: CairoSemiBold, AdjustedArialSemiBold, sans-serif; }

.sas-list.useful-content {
  padding: 0; }

article.sas-list-page-container {
  padding: 1.25rem 0;
  max-width: 34.375rem;
  margin-left: auto;
  margin-right: auto; }

article.sas-list-page-container .inner-link {
  padding-bottom: 3.75rem; }

p.sas-list-page-img {
  height: 0;
  margin: 0;
  padding-top: 56.25%;
  background: #f2f2f2;
  overflow: hidden; }

p.sas-list-page-img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #014898;
  opacity: .4;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

article.sas-list-page-container .inner-link:hover p.sas-list-page-img::after,
article.sas-list-page-container .inner-link:focus p.sas-list-page-img::after {
  opacity: 0; }

p.sas-list-page-img .news-img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0; }

.sas-list-page-block {
  position: absolute;
  bottom: 0;
  left: 1.25rem;
  right: 1.25rem;
  min-height: 5.625rem;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.9);
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

article.sas-list-page-container .inner-link:hover .sas-list-page-block,
article.sas-list-page-container .inner-link:focus .sas-list-page-block {
  background: white; }

h2.sas-list-page-title {
  margin: 0;
  line-height: 1.2;
  font-size: 1.25rem;
  text-align: center;
  font-family: CairoBold, AdjustedArialBold, sans-serif;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

p.sas-list-page-description {
  margin: 0;
  text-align: center;
  font-size: 0.875rem; }

article.sas-list-page-container .inner-link:hover .sas-list-page-title,
article.sas-list-page-container .inner-link:focus .sas-list-page-title {
  color: #58830B; }

h2.sas-list-page-title + p.sas-list-page-description {
  margin-top: 0.625rem; }

.interior-article-paragraph .sas-list a {
  background: none; }

html[data-node-server^="cdalr-prd-"] #body-wrapper.is-admin .interior-article .sas-list img[alt=""],
html[data-node-server$="-prd"] #body-wrapper.is-admin .interior-article .sas-list img[alt=""] {
  border: 0; }

@media (min-width: 26.25rem) {
  article.sas-list-page-container .inner-link {
    padding-bottom: 2.8125rem; }

  .sas-list-page-block {
    left: 1.875rem;
    right: 1.875rem; }

  h2.sas-list-page-title {
    font-size: 1.5rem; }

  p.sas-list-page-description {
    font-size: 1rem; } }
@media (min-width: 35rem) {
  .sas-list-page-block {
    left: 12%;
    right: 12%; } }
@media (min-width: 63.75rem) {
  .sas-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .no-flex-wrap .sas-list {
    display: block; }

  article.sas-list-page-container {
    width: 50%;
    max-width: 50%;
    padding: 1.875rem 0.9375rem; } }
@media (min-width: 72.5rem) {
  article.sas-list-page-container {
    padding: 1.875rem; } }
@media (min-width: 83.75rem) {
  body:not(.home-page) ul.share-buttons {
    z-index: 2;
    display: block;
    position: absolute;
    right: 0;
    top: 30rem;
    margin-top: 0; }

  body:not(.home-page) .interior-article-banner ~ .portlet-layout ul.share-buttons {
    top: -2.5rem; }

  body:not(.home-page) li.share-buttons-item {
    margin-left: 0.625rem; }

  body:not(.home-page) li.share-buttons-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0.625rem; }

  body:not(.home-page) li.share-buttons-item.share-buttons-item-eco {
    position: relative;
    right: auto;
    top: 0;
    margin-bottom: 1.25rem;
    margin-left: 0; } }
/* NEWS LIST */
.news-list.useful-content,
.main-content ul.search-results-list {
  max-width: 78.75rem;
  padding: 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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.news-list.useful-content.news-list-single {
  display: block; }

.main-content ul.search-results-list {
  margin-top: 5rem; }

.no-flex-wrap .news-list.useful-content,
.no-flex-wrap .main-content ul.search-results-list {
  display: block; }

article.news-list-news-container,
li.search-results-item {
  display: none;
  max-width: 26.25rem;
  padding: 1.875rem 1.25rem; }

.news-list.useful-content.news-list-single article.news-list-news-container {
  max-width: 100%; }

article.news-list-news-container.news-list-news-container-visible,
li.search-results-item {
  display: block; }

article.news-list-news-container {
  position: static; }

article.news-list-news-container .inner-link,
article.news-list-news-container a.event-main,
li.search-results-item .inner-link {
  position: relative;
  background: #fff;
  border-bottom: 0.375rem solid #93c01f;
  box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.1);
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

article.news-list-news-container a.event-main {
  display: block; }

article.news-list-news-container.past-event a.event-main {
  border-color: #014898; }

.news-list.useful-content.news-list-single article.news-list-news-container a.event-main {
  max-width: 23.75rem;
  margin: auto; }

article.news-list-news-container .inner-link:hover,
article.news-list-news-container .inner-link:focus,
article.news-list-news-container a.event-main:hover,
article.news-list-news-container a.event-main:focus,
li.search-results-item .inner-link:hover,
li.search-results-item .inner-link:focus,
li.search-results-item .inner-link:focus-within {
  box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(1.25rem);
  transform: translateY(1.25rem); }

li.search-results-item .inner-link:focus,
li.search-results-item .inner-link:focus-within {
  outline: 0.125rem solid #014898;
  outline-offset: 0.125rem; }

li.search-results-item .inner-link a:focus {
  outline: 0 !important; }

li.search-results-item * {
  position: static; }

li.search-results-item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

/* NEWS CONTENT */
h1.news-article-title {
  display: none; }

p.news-list-news-img {
  max-width: 23.75rem;
  max-height: 18.75rem;
  margin: 0;
  overflow: hidden; }

.news-list-news-block {
  padding: 1.25rem 1.25rem 1.875rem; }

.search-results-item-content {
  padding: 1.875rem; }

.search-results-item-imgMini {
  display: none; }

h2.news-list-news-title,
h5.search-results-item-title {
  position: relative !important;
  margin: 0 0 1.25rem;
  padding-right: 3.75rem;
  font-family: CairoBold;
  font-size: 1.25rem;
  text-transform: uppercase;
  line-height: 1.2; }

h5.search-results-item-title {
  margin-bottom: 0; }

p.search-results-item-description {
  margin: 1.25rem 0 0; }

h2.news-list-news-title::before,
h2.news-list-news-title::after,
h5.search-results-item-title::before,
h5.search-results-item-title::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%; }

h2.news-list-news-title::before,
h5.search-results-item-title::before {
  width: 1.5625rem;
  height: 0;
  right: 1.875rem;
  border-bottom: 0.0625rem solid #93c01f; }

h2.news-list-news-title::after,
h5.search-results-item-title::after {
  width: 2.5rem;
  height: 2.5rem;
  right: 0.9375rem;
  margin-top: -1.25rem;
  border-radius: 50%;
  border: 0.0625rem solid #93c01f;
  background-color: #fff;
  background-image: url("../images/pictos.svg#arrow_blue");
  background-position: center;
  background-size: 2.5rem;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.no-svg-fragments h2.news-list-news-title::after,
.no-svg-fragmets h5.search-results-item-title::after {
  background-image: url("../images/svg-fragments/arrow_blue.svg"); }

article.news-list-news-container .inner-link:hover h2.news-list-news-title::after,
article.news-list-news-container .inner-link:focus h2.news-list-news-title::after,
article.news-list-news-container .event-main:hover h2.news-list-news-title::after,
article.news-list-news-container .event-main:focus h2.news-list-news-title::after,
li.search-results-item a:hover h5.search-results-item-title::after,
li.search-results-item a:focus h5.search-results-item-title::after {
  background-color: #93c01f;
  background-image: url("../images/pictos.svg#arrow_white");
  -webkit-transform: translateX(1.5625rem);
  transform: translateX(1.5625rem); }

.no-svg-fragments article.news-list-news-container .inner-link:hover h2.news-list-news-title::after,
.no-svg-fragments article.news-list-news-container .inner-link:focus h2.news-list-news-title::after,
.no-svg-fragments article.news-list-news-container .event-main:hover h2.news-list-news-title::after,
.no-svg-fragments article.news-list-news-container .event-main:focus h2.news-list-news-title::after,
.no-svg-fragments li.search-results-item a:hover h5.search-results-item-title::after,
.no-svg-fragments li.search-results-item a:focus h5.search-results-item-title::after {
  background-image: url("../images/svg-fragments/arrow_white.svg"); }

/* AGENDA */
p.news-list-news-date,
p.news-list-news-place {
  margin: 0;
  font-family: CairoSemiBold, AdjustedArialSemiBold, sans-serif;
  line-height: 1.2; }

p.news-list-news-date {
  text-transform: uppercase;
  font-size: 1.125rem; }

p.news-list-news-place {
  margin-top: 0.3125rem; }

article.news-list-news-container:not(.past-event) p.news-list-news-date {
  color: #58830B; }

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

p.news-list-news-date + p.news-list-news-description,
p.news-list-news-place + p.news-list-news-description {
  margin-top: 1.25rem; }

.interior-article-paragraph.past-events-title {
  margin-top: 6.25rem;
  margin-bottom: 0; }

.interior-article-paragraph.past-events-title h2.paragraph-title {
  padding-bottom: 1.875rem; }

/* LOAD MORE */
#load-more-news:not(.load-more-link),
#load-more-events:not(.load-more-link) {
  width: 11.25rem;
  margin-top: 1.875rem; }

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

.news-list + .taglib-page-iterator .lfr-pagination-config,
.news-list + .taglib-page-iterator .search-results,
.news-list + .taglib-page-iterator .pager {
  display: none; }

#load-more-news.load-more-link {
  margin: 2.5rem auto 3.75rem; }

/* INTERIOR NEWS */
.interior-article p.news-list-news-date,
.interior-article p.news-list-news-place {
  max-width: 31.25rem;
  margin: 0 auto 0; }

.interior-article p.news-list-news-date {
  color: #58830B;
  font-size: 1.5rem;
  font-family: CairoBold, AdjustedArialBold, sans-serif; }

.interior-article p.news-list-news-place {
  margin-top: 0.625rem;
  font-size: 1.25rem; }

/* INTERIOR NEWS FROM AGGLO */
header.interior-headerContainer.actu-header,
header.interior-headerContainer.actu-header + .interior-article-container .interior-article-mainContent h2 {
  display: none; }

@media (min-width: 38.75rem) {
  .news-list.useful-content,
  .main-content ul.search-results-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, 420px); }

  .interior-article p.news-list-news-date {
    font-size: 2rem; }

  .interior-article p.news-list-news-place {
    font-size: 1.5rem; } }
/* Agenda empty */
.agenda-empty {
  width: calc(100% - 2.5rem);
  max-width: 40rem;
  margin: 2.5rem auto 1.25rem;
  padding: 1.25rem;
  background: #fff;
  box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.2);
  overflow: hidden; }

.agenda-empty::after {
  content: "";
  position: absolute;
  display: block;
  width: 5rem;
  height: 5rem;
  right: -1.25rem;
  bottom: -1.25rem;
  border-radius: 50%;
  background-color: #014898;
  background-image: url("../images/exclamation.svg");
  background-size: 0.625rem 2.5625rem;
  background-position: 2.0625rem 0.75rem; }

p.agenda-empty-text {
  margin-bottom: 0;
  padding-right: 2.8125rem; }

/* Agenda filter */
aside.agenda-filter {
  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;
  margin: 2.5rem auto; }

p.agenda-filter-title {
  margin: 0 0 1.25rem;
  font-size: 1.125rem; }

.agenda-filter-block {
  width: 15rem;
  margin: 1.25rem 0;
  border-top: 0.125rem solid #014898; }

aside.agenda-filter label.agenda-filter-label {
  display: block;
  margin: 0.3125rem 0;
  font-family: CairoBold, AdjustedArialBold, sans-serif;
  font-size: 1.125rem;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

aside.agenda-filter label.agenda-filter-label:hover {
  color: #58830B; }

aside.agenda-filter input.agenda-filter-input,
aside.agenda-filter select.agenda-filter-input {
  width: 100%;
  min-height: 1.875rem;
  padding: 0;
  border: 0;
  box-shadow: none;
  font-size: 1rem; }

#agenda-filter-dateStart:focus,
#agenda-filter-dateEnd:focus {
  box-shadow: none;
  outline: 0 !important; }

#agenda-filter-place-selectized {
  display: block;
  height: 0 !important;
  border: 0 !important;
  outline: 0 !important; }

/* Event more */
article.news-list-news-container a.event-main.inactive {
  opacity: .2; }

article.news-list-news-container a.event-main.inactive:hover,
article.news-list-news-container a.event-main.inactive:focus {
  opacity: 1; }

.event-more {
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  margin: 2.5rem 1.25rem 0;
  opacity: 0;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.news-list.useful-content.news-list-single .event-more {
  position: relative; }

.event-more.noDisplay {
  display: none; }

.event-more.active {
  opacity: 1;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in; }

.event-more-content {
  max-width: 56.25rem;
  margin: 0 auto;
  padding: 1.25rem;
  box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.1);
  background-color: #fff; }

.event-more-content p.event-description,
.event-more-content .event-description {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem; }

.event-more-content p.event-description::after,
.event-more-content .event-description::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 1.25rem;
  width: 10rem;
  height: 0;
  border-bottom: 0.1875rem solid #93c01f; }

.past-event .event-more-content p.event-description::after,
.past-event .event-more-content .event-description::after {
  border-color: #014898; }

.event-more-content .event-description strong {
  font-family: CairoBold, AdjustedArialBold, sans-serif;
  font-weight: normal;
  color: #555; }

.event-more-content .event-description p,
.event-more-content .event-description ul {
  margin: 0 0 0.625rem; }

.event-more-content .event-description ul {
  list-style-type: disc;
  padding-left: 1.25rem; }

.event-more-content .event-description ul li {
  margin: 0 0 0.25rem; }

.event-more-content .event-description p:last-child,
.event-more-content .event-description ul:last-child,
.event-more-content .event-description ul li:last-child {
  margin-bottom: 0; }

.event-more-content .event-description a {
  background: -webkit-linear-gradient(to top, rgba(147, 192, 31, 0.75) 0%, rgba(147, 192, 31, 0.75) 100%, transparent 100%) no-repeat left 0 bottom 4px/100% 0.1875rem;
  background: linear-gradient(to top, rgba(147, 192, 31, 0.75) 0%, rgba(147, 192, 31, 0.75) 100%, transparent 100%) no-repeat left 0 bottom 4px/100% 0.1875rem;
  -webkit-transition: none;
  transition: none; }

.event-more-content .event-description a:hover,
.event-more-content .event-description a:focus {
  background: -webkit-linear-gradient(to top, rgba(147, 192, 31, 0.4) 0%, rgba(147, 192, 31, 0.4) 100%, transparent 100%) no-repeat left 0 bottom 4px/100% 1.25rem;
  background: linear-gradient(to top, rgba(147, 192, 31, 0.4) 0%, rgba(147, 192, 31, 0.4) 100%, transparent 100%) no-repeat left 0 bottom 4px/100% 1.25rem; }

p.event-aside-title {
  margin-bottom: 0.3125rem;
  font-family: CairoSemiBold, AdjustedArialSemiBold, sans-serif;
  text-transform: uppercase; }

article.news-list-news-container:not(.past-event) p.event-aside-title {
  color: #58830b; }

.past-event p.event-aside-title {
  color: #014898; }

p.event-aside-content:not(:last-child) {
  margin-bottom: 1.25rem; }

p.event-aside-content:last-child {
  margin-bottom: 0; }

.event-aside p.event-aside-link {
  position: absolute;
  top: -0.625rem;
  left: 7.8125rem;
  width: 4.0625rem;
  height: 2.5rem; }

.event-aside p.event-aside-link .inner-link,
.event-aside p.event-aside-link .inner-link:hover,
.event-aside p.event-aside-link .inner-link:focus {
  background: none;
  border: 0;
  box-shadow: none;
  -webkit-transform: none;
  transform: none; }

.event-aside p.event-aside-link .inner-link::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.5625rem;
  height: 0;
  border-bottom: 0.0625rem solid #93c01f; }

.event-aside p.event-aside-link .inner-link::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 0.0625rem solid #93c01f;
  background-color: #fff;
  background-image: url("../images/pictos.svg#download_blue");
  background-position: center;
  background-size: 1.5rem;
  -webkit-transition: .15s ease-out;
  transition: .15s ease-out; }

.no-svg-fragments .event-aside p.event-aside-link .inner-link::after {
  background-image: url("../images/svg-fragments/download_blue.svg"); }

.event-aside p.event-aside-link .inner-link:hover::after,
.event-aside p.event-aside-link .inner-link:focus::after {
  background-color: #93c01f;
  background-image: url("../images/pictos.svg#download_white");
  -webkit-transform: translateX(1.5625rem);
  transform: translateX(1.5625rem); }

.no-svg-fragments .event-aside p.event-aside-link .inner-link:hover::after,
.no-svg-fragments .event-aside p.event-aside-link .inner-link:focus::after {
  background-color: #93c01f;
  background-image: url("../images/svg-fragments/download_white.svg"); }

/* Responsive */
@media (max-width: 59.9375rem) {
  aside.agenda-filter .selectize-dropdown {
    position: relative;
    top: 0 !important; } }
@media (min-width: 60rem) {
  aside.agenda-filter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    margin: 2.5rem auto; }

  p.agenda-filter-title {
    margin: 0.3125rem 1.875rem 0; }

  .agenda-filter-block {
    width: 11.25rem;
    margin: 0 1.875rem; } }
@media (min-width: 56.25rem) {
  .event-more-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

  .event-more-content p.event-description,
  .event-more-content .event-description {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-bottom: 0;
    margin-right: 1.5rem;
    padding-bottom: 0;
    padding-right: 1.5rem; }

  .event-more-content p.event-description::after,
  .event-more-content .event-description::after {
    bottom: auto;
    top: 1.25rem;
    left: auto;
    right: 0;
    width: 0;
    height: 7.5rem;
    border-bottom: 0;
    border-right: 0.1875rem solid #93c01f; }

  .event-more-content .event-aside {
    width: 17.5rem; } }
/* Recits map */
.carto-recits {
  width: 51.25rem;
  max-width: 100%;
  height: auto;
  margin: 0 auto 1.25rem;
  padding: 0 0.625rem; }

@media (min-width: 35rem) {
  .carto-recits {
    padding: 0 1.25rem; } }
#carte-recits {
  box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.4); }

p.recits-subtitle {
  margin: 1.25rem 0 2.5rem;
  padding: 0 1.25rem;
  font-size: 2rem;
  font-family: CairoBold, AdjustedArialBold, sans-serif;
  line-height: 1.0;
  text-align: center; }

p.recites-mentions {
  margin-top: 1.875rem;
  font-style: italic; }

/* Recits list */
ul.recits-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 60rem;
  justify-content: center;
  align-items: flex-start; }

.recits-list-item,
ul.recits-list li.recits-list-item {
  position: relative;
  width: 26.25rem;
  padding: 0.75rem 1.25rem 1.25rem 0.75rem;
  background: #fff;
  box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.2);
  border-bottom: 0.1875rem solid #93c01f;
  cursor: pointer;
  -webkit-transition: box-shadow .25s ease-out, -webkit-transform .25s ease-out;
  transition: box-shadow .25s ease-out, transform .25s ease-out; }

ul.recits-list li.recits-list-item {
  margin: 0.9375rem; }

ul.recits-list li.recits-list-item::before {
  display: none; }

.recits-list-item.recits-list-item-map {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%); }

.recits-list-item:hover,
.recits-list-item:focus-within,
ul.recits-list li.recits-list-item:hover,
ul.recits-list li.recits-list-item:focus-within {
  box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.4); }

.recits-list-item:not(.recits-list-item-map):hover,
.recits-list-item:not(.recits-list-item-map):focus-within,
ul.recits-list li.recits-list-item:not(.recits-list-item-map):hover,
ul.recits-list li.recits-list-item:not(.recits-list-item-map):focus-within {
  transform: translateY(1.25rem); }

.recits-list-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0.625rem; }

.recits-list-head::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 6.25rem;
  height: 0;
  margin-left: -3.125rem;
  border-bottom: 0.1875rem solid #cccccc; }

img.recits-list-img {
  display: block;
  width: 5rem;
  height: 5rem; }

p.recits-list-title {
  flex: 1 1 0%;
  margin: 0 0 0 0.75rem; }

.recits-list-name {
  font-family: CairoBold, AdjustedArialBold, sans-serif;
  font-size: 1.75rem; }

.recits-list-job {
  font-size: 1.25rem; }

ul.recits-list-details {
  margin-top: 1rem;
  padding-left: 1.25rem; }

ul.recits-list-details li {
  margin-bottom: 0.5rem;
  line-height: 1.0; }

ul.recits-list-details li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5rem;
  left: -0.75rem;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  border: 0;
  background: #999; }

a.recits-list-link {
  position: static;
  display: block;
  width: 10.25rem;
  height: 2.5rem;
  margin: 1.25rem auto 0;
  padding: 0;
  line-height: 2.25rem;
  border-radius: 1.25rem;
  border: 0.125rem solid #014898;
  background: #fff;
  color: #014898;
  text-align: center;
  font-family: CairoBold, AdjustedArialBold, sans-serif;
  -webkit-transition: .25s background ease-out, .25s color ease-out;
  transition: .25s background ease-out, .25s color ease-out; }

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

.recits-list-item:hover a.recits-list-link,
a.recits-list-link:focus {
  background: #014898;
  color: #fff; }

button.recits-list-close {
  z-index: 2;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  height: 2rem; }

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

button.recits-list-close::before {
  transform: rotateZ(45deg); }

button.recits-list-close::after {
  transform: rotateZ(-45deg); }

/* Recits details */
.recit-header {
  max-width: 41.25rem; }

.recit-header-main {
  margin-bottom: 1.875rem;
  padding-bottom: 1.25rem; }

.recit-header-main::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 7.5rem;
  height: 0;
  border-bottom: 4px solid #ccc; }

p.recit-header-name {
  font-family: CairoBold, AdjustedArialBold, sans-serif;
  font-size: 3rem;
  line-height: 1.0; }

p.recit-header-job {
  font-size: 2rem;
  line-height: 1.0; }

ul.recit-header-list-details {
  margin-top: 1.875rem;
  padding-left: 1.25rem;
  font-size: 1.125rem; }

ul.recit-header-list-details li {
  margin-bottom: 0.625rem;
  line-height: 1.0; }

ul.recit-header-list-details li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5rem;
  left: -1rem;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  border: 0;
  background: #bbb; }

.recits-abbr {
  position: relative;
  font-style: italic;
  cursor: default; }

.recits-abbr::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.25rem;
  height: 0;
  border-bottom: 0.0625rem dotted currentColor; }

.recits-abbr::after {
  z-index: 2;
  content: attr(data-title);
  display: none;
  position: absolute;
  top: 110%;
  left: 50%;
  width: 80vw;
  max-width: 15rem;
  padding: 0.5rem 0.75rem;
  line-height: 1.2;
  background: #313131;
  color: #fff;
  font-size: 0.875rem;
  font-style: normal;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.recits-abbr:hover::after,
.recits-abbr:focus::after {
  display: block; }

.accordion-paragraph {
  margin-top: 5rem;
  margin-bottom: 3.75rem; }

.accordion-paragraph h2.accordion-title {
  max-width: 25rem;
  margin: 1.5625rem auto 0.9375rem auto;
  padding: 0; }

.accordion-paragraph h2.accordion-title button.accordion-title-button {
  display: block;
  width: 100%;
  padding: 1.25rem 1.5625rem;
  background: #014898;
  border-radius: 1.875rem;
  border: 0.125rem solid #014898;
  color: #fff;
  font-size: 1.125rem;
  font-family: CairoSemiBold, AdjustedArialBold, sans-serif;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: background .25s ease-out, color .25s ease-out;
  transition: background .25s ease-out, color .25s ease-out; }

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

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

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

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

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

.interior-light-page header.main-header,
.interior-light-page main.main-content .interior-main-title-wrapper,
.interior-light-page main.main-content .interior-article-banner,
.interior-light-page main.main-content .breadcrumb-container,
.interior-light-page .profilte-tip,
.interior-light-page aside.partners,
.interior-light-page footer.main-footer,
.interior-light-page #page-wrapper ul.share-buttons,
.interior-light-page .dockbar {
  display: none; }

.interior-light-page .interior-article {
  margin-top: 1.875rem; }

.contact-article-columns {
  position: static;
  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;
  background: #fff; }

.contact-article-column {
  position: static;
  max-width: 28.75rem; }

.contact-article-column + .contact-article-column {
  padding-top: 2.5rem; }

.contact-main-title-wrapper {
  position: static;
  height: 8.875rem;
  margin-bottom: 3.75rem;
  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; }

.contact-main-title-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 8.875rem;
  background-image: url("../images/title-back.svg");
  background-size: 1.25rem 1.1875rem;
  background-repeat: repeat; }

.contact-main-title-wrapper h1.interior-main-title {
  margin: 0;
  background-color: #fff; }

p.contact-address-text {
  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;
  min-height: 2.875rem;
  margin: 1.25rem 0.9375rem;
  padding-left: 4.125rem;
  font-family: CairoSemiBold, AdjustedArialSemiBold, sans-serif; }

p.contact-address-text::before {
  content: "";
  display: block;
  position: absolute;
  width: 2.875rem;
  height: 2.875rem;
  left: 0;
  top: 50%;
  margin-top: -1.4375rem;
  border-radius: 50%;
  border: 0.0625rem solid #014898;
  background-position: center; }

p.contact-address-text.contact-address-phone::before {
  background-image: url("../images/pictos.svg#phone");
  background-size: 1.125rem; }

p.contact-address-text.contact-address-mail::before {
  background-image: url("../images/pictos.svg#mail");
  background-size: 1rem; }

p.contact-address-text.contact-address-place::before {
  background-image: url("../images/pictos.svg#geoloc");
  background-size: 1.5rem; }

p.contact-address-text.contact-address-twitter::before {
  background-image: url("../images/pictos.svg#twitter");
  background-size: 1.125rem; }

p.contact-address-text.contact-address-instagram::before {
  background-image: url("../images/pictos.svg#insta");
  background-size: 1.125rem; }

p.contact-article-form-mention {
  font-size: 0.875rem; }

@media (min-width: 62.5rem) {
  article.contact-article {
    padding: 4.75rem 0 0 6.25rem;
    background-image: url("../images/title-back.svg");
    background-size: 1.25rem 1.1875rem;
    background-repeat: repeat; }

  .contact-article-columns {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-left: 0; }

  .contact-article-column,
  .contact-article-column + .contact-article-column {
    padding-top: 5rem; }

  .contact-main-title-wrapper {
    display: block;
    height: auto;
    margin-bottom: 2.5rem; }

  .contact-main-title-wrapper::before {
    display: none; } }
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: CairoSemiBold, AdjustedArialSemiBold, sans-serif; }

nav.site-map a {
  font-family: Cairo, AdjustedArial, sans-serif;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

nav.site-map a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  max-width: 0;
  border-bottom: 0.0625rem solid #58830b;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

nav.site-map a:hover,
nav.site-map a:focus {
  color: #58830B; }

nav.site-map a:hover::after,
nav.site-map a:focus::after {
  max-width: 100%; }

.site-map ul.sitemap-level-0 > li,
p.offline-pages-title {
  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 #93c01f; }

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 {
  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 #93c01f; }

.site-map ul.sitemap-level-2 {
  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 #93c01f; }

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: CairoBold, 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: 12.5rem;
  max-width: 100%;
  height: 3.75rem;
  line-height: 3.5rem;
  margin: 1.25rem auto 3.125rem;
  padding: 0;
  border-radius: 3.75rem;
  background: #014898;
  color: #fff;
  border: 0.125rem solid #014898;
  font-family: CairoSemiBold, AdjustedArialSemiBold, sans-serif;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  box-shadow: none;
  font-size: 1rem;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

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

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; } }
footer.interior-article-footer,
footer.interior-content-footer {
  display: none; }

/* 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: Cairo, 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: CairoSemiBold, AdjustedArialSemiBold, sans-serif;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

#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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.85); }

#fullPage-alert-blockWaiting-content {
  width: 16.25rem;
  padding: 1.25rem;
  padding-left: 2.5rem;
  text-align: center;
  font-size: 1.25em;
  font-weight: bold;
  background-color: #fff;
  box-shadow: 0 0 1.875rem 1.25rem white;
  color: #014898; }

@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.9375rem;
  margin-top: -0.75rem;
  border-radius: 50%;
  border-bottom: 0.1875rem solid #014898;
  border-right: 0.1875rem solid #014898;
  -webkit-animation: spin .75s infinite linear;
  animation: spin .75s infinite linear; }

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

.fake-portlet-loading,
.iframe-media .interior-article-media::before {
  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 #014898;
  text-align: center;
  color: #014898;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-family: CairoBold, AdjustedArialBold, sans-serif; }

.iframe-media .interior-article-media::before {
  content: "Chargement en cours...";
  position: absolute;
  max-width: 100%;
  top: 0;
  left: 0;
  right: 0; }

/* Global form */
.cdalr-form-container {
  padding: 0 1.25rem; }

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

.interior-article-paragraph h3.form-sections-title {
  z-index: 1;
  margin: 5.25rem 0 5.25rem;
  padding: 0.25rem 1.25rem 0.5rem;
  color: #014898;
  line-height: 1.0;
  font-weight: normal; }

.interior-article-paragraph h3.form-sections-title::before {
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  top: -3.375rem;
  bottom: -3.375rem;
  left: -9.375rem;
  width: 18.75rem;
  background-image: url("../images/title-back.svg");
  background-size: 1.25rem 1.1875rem;
  background-repeat: repeat; }

.interior-article-paragraph h3.form-sections-title::after {
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff; }

.cdalr-form fieldset.fieldset-section {
  margin: 3.75rem 0 0; }

form.cdalr-form fieldset legend {
  width: calc(100% - 2.5rem);
  margin: 0 1.25rem 1.25rem;
  padding: 0 1.25rem 0.625rem;
  line-height: 1.0;
  border-bottom: 1px solid #ccc;
  color: #58830b;
  text-transform: uppercase;
  font-family: CairoBold, AdjustedArialBold, sans-serif;
  font-size: 1.5rem; }

form.cdalr-form fieldset legend + .control-group {
  margin-top: 0; }

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

/* Controls and inputs */
.cdalr-form .control-group,
.aui .cdalr-form .control-group {
  width: 100%;
  margin-bottom: 0; }

.cdalr-form .row-fluid .control-group {
  float: none;
  margin-left: 0; }

.cdalr-form .control-group .input-error-addon {
  margin: -1.25rem 0 1.25rem;
  font-size: 1rem;
  line-height: 1.2;
  color: #c00;
  font-family: CairoSemiBold,AdjustedArialSemiBold,sans-serif; }

.cdalr-form .control-group .controls {
  margin: 0 0 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.no-flex-wrap .cdalr-form .control-group .controls {
  display: block; }

.cdalr-form .control-group label.control-label,
.cdalr-form .control-group > label {
  width: 100%;
  float: none;
  line-height: 1.4;
  text-align: left;
  font-size: 1.125rem;
  font-family: CairoSemiBold, AdjustedArialSemiBold, sans-serif; }

.cdalr-form .control-group label.control-label.small-label {
  font-size: 1rem;
  font-family: Cairo, AdjustedArial, sans-serif; }

.cdalr-form .control-group label.inner-input-label {
  margin: 0 0.625rem;
  line-height: 1.875rem; }

.cdalr-form .control-group .controls input:not(.datepicker-day),
.cdalr-form .control-group .controls select,
.cdalr-form .control-group .controls textarea,
.cdalr-form .control-group .controls .select-container {
  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;
  font-size: 1rem;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.no-flex-wrap .cdalr-form .control-group .controls input:not(.datepicker-day),
.no-flex-wrap .cdalr-form .control-group .controls select,
.no-flex-wrap .cdalr-form .control-group .controls textarea,
.cdalr-form .control-group .controls .select-container {
  display: inline-block; }

.cdalr-form .control-group .controls input:not(.datepicker-day) + input:not(.datepicker-day),
.cdalr-form .control-group .controls input:not(.datepicker-day) + .select-container,
.cdalr-form .control-group .controls .select-container + input:not(.datepicker-day),
.cdalr-form .control-group .controls .select-container + .select-container {
  margin-left: 1.875rem; }

.cdalr-form .control-group .controls .select-container input:not(.datepicker-day) {
  width: 100%; }

.cdalr-form .control-group .controls input:not(.datepicker-day),
.cdalr-form .control-group .controls select {
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  padding: 0 0.625rem;
  border-bottom: 0.0625rem solid #014898; }

.cdalr-form .control-group .controls select option {
  background: #fff; }

#body-wrapper .cdalr-form .control-group .controls textarea {
  height: 15rem;
  margin-top: 0.625rem;
  padding: 0.625rem 0.9375rem;
  border: 0;
  border-left: 0.0625rem solid #014898; }

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

.cdalr-form .control-group .controls input[type="file"] {
  margin-top: 0.125rem;
  color: #767676;
  font-style: italic; }

/* 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,
.embedded-portlet[id*="10055_WAR"] .control-group .controls .radio-label {
  min-height: 1.25rem;
  line-height: 1.25rem;
  padding-left: 1.875rem;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.cdalr-form .control-group .controls .radio-label:hover,
.cdalr-form .control-group .controls .radio-label:focus {
  color: #58830B;
  outline: 0.125rem solid #0463b3;
  outline-offset: 0.125rem; }

.cdalr-form .control-group .controls .radio-input + .radio-label::before,
.cdalr-form .control-group .controls .radio-input + input[type="hidden"] + .radio-label::before,
.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: 16px;
  height: 16px;
  left: 2px;
  top: 50%;
  margin-top: -8px;
  font-size: 16px;
  text-align: center;
  line-height: 16px;
  font-weight: bold;
  border-radius: 2px;
  border: 2px solid #6790be;
  background: #fff;
  color: #fff; }

.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,
.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: 18px;
  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.25rem;
  width: 12.5rem;
  color: #f00;
  font-style: italic; }

.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-weight: bold;
  font-style: italic;
  font-size: 1.25rem;
  top: -0.25rem;
  color: #b50303; }

.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 .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 {
  border-color: #f00;
  color: #f00; }

#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: #014898;
  box-shadow: none !important; }

#body-wrapper #page-wrapper .cdalr-form .control-group .controls .uneditable-input,
#body-wrapper #page-wrapper .cdalr-form .control-group .controls .uneditable-input:focus,
#body-wrapper #page-wrapper .cdalr-form .control-group .controls .uneditable-input:hover {
  color: #767676;
  border-color: #ccc; }

/* Particular inputs (places, telephone, ...) */
.aui .cdalr-form .control-group .algolia-places {
  position: static !important;
  -webkit-box-flex: 12;
  -webkit-flex: 12;
  -ms-flex: 12;
  flex: 12;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1; }

.aui .cdalr-form .control-group .algolia-places + input[name*="AdressCp"] {
  position: static !important;
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-left: 1.25rem; }

.aui .cdalr-form .control-group .algolia-places + input[name*="AdressCp"] + input[name*="AdressCity"] {
  position: static !important;
  -webkit-box-flex: 6;
  -webkit-flex: 6;
  -ms-flex: 6;
  flex: 6;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-left: 1.25rem; }

.cdalr-form .algolia-places .ap-icon-pin,
.cdalr-form .algolia-places .ap-icon-clear,
.cdalr-form .algolia-places .ap-suggestion-icon,
.cdalr-form.ap-dataset-places .ap-footer {
  display: none; }

.cdalr-form .control-group .intl-tel-input.allow-dropdown input,
.cdalr-form .control-group .intl-tel-input.allow-dropdown input[type="tel"],
.cdalr-form .control-group .intl-tel-input.allow-dropdown input[type="text"],
.cdalr-form .control-group .intl-tel-input.separate-dial-code input,
.cdalr-form .control-group .intl-tel-input.separate-dial-code input[type="tel"],
.cdalr-form .control-group .intl-tel-input.separate-dial-code input[type="text"] {
  padding-left: 52px;
  padding-right: 6px; }

#body-wrapper .cdalr-form .control-group .controls > :not(label):not(.radio-block):not(.select-container):focus,
#body-wrapper .cdalr-form .control-group .controls > :not(label):not(.radio-block):not(.select-container):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 {
  outline: 0.125rem solid #014898;
  outline-offset: 0.125rem; }

/* Submit button */
.cdalr-form .required-fields {
  display: block;
  margin: 3.75rem 0;
  font-style: italic;
  font-size: 1.125rem; }

form.cdalr-form#eServicesContactUsForm .required-fields {
  margin: 1.875rem 0; }

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

.cdalr-form .form-actions input[type="submit"],
.cdalr-form .form-actions button[type="submit"],
.cdalr-form .btn-check,
.cdalr-form .btn-reset {
  display: block;
  max-width: 100%;
  border-radius: 3.75rem;
  background: #014898;
  color: #fff;
  border: 0.125rem solid #014898;
  font-family: CairoSemiBold, AdjustedArialSemiBold, sans-serif;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  box-shadow: none;
  font-size: 1rem;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.cdalr-form .form-actions input[type="submit"],
.cdalr-form .form-actions button[type="submit"] {
  width: 12.5rem;
  height: 3.75rem;
  line-height: 3.5rem;
  padding: 0; }

.cdalr-form .btn-check,
.cdalr-form .btn-reset {
  width: auto;
  height: 3.125rem;
  line-height: 2.875rem;
  padding: 0 1.5625rem; }

.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,
.cdalr-form .btn-check:hover,
.cdalr-form .btn-check:focus,
.cdalr-form .btn-reset:hover,
.cdalr-form .btn-reset:focus {
  background: #fff;
  color: #014898; }

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

/* Blocs action */
.embedded-portlet[id*="101_INSTANCE_mesactionscarbone"] {
  width: 100vw;
  left: 50%;
  padding: 0 1.25rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.mes-actions-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 75rem;
  margin: 0 auto; }

input.mon-action-checkbox {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  visibility: hidden; }

.mon-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 16.25rem;
  margin: 1.25rem;
  border: 0.1875rem solid #aaaaaa;
  border-radius: 0.9375rem;
  overflow: hidden;
  opacity: .5;
  -webkit-transition: background .25s ease-out, border-color .25s ease-out, opacity .25s ease-out;
  transition: background .25s ease-out, border-color .25s ease-out, opacity .25s ease-out; }

.mon-action:focus-within {
  outline: 0.125rem solid #014898;
  outline-offset: 0.125rem; }

.mon-action .mon-action-header {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1.125rem 1.5rem; }

.mon-action .mon-action-theme {
  padding: 0 0.25rem;
  height: 1.5rem;
  line-height: 1.5rem;
  background: #fff; }

.mon-action .mon-action-theme::before,
.mon-action .mon-action-theme::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0; }

.mon-action .mon-action-theme::before {
  left: -0.75rem;
  border-left: 0.75rem solid transparent;
  border-top: 1.5rem solid white; }

.mon-action .mon-action-theme::after {
  right: -0.75rem;
  border-right: 0.75rem solid transparent;
  border-top: 1.5rem solid white; }

.mon-action .mon-action-title {
  margin: 0.75rem 0 0;
  font-family: CairoBold, AdjustedArialBold, sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #fff;
  text-align: center; }

dl.mon-action-impacts {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin: 0;
  padding: 2.5rem 1.25rem 1.875rem;
  background: #fff; }

dt.mon-action-impact-label {
  margin: 0 0 0.625rem;
  font-size: 1.125rem;
  font-weight: normal;
  text-align: center;
  color: #555; }

dd.mon-action-impact-value {
  margin: 0;
  font-size: 1.125rem;
  font-family: CairoBold, AdjustedArialBold, sans-serif;
  text-align: center; }

dd.mon-action-impact-value + dt.mon-action-impact-label {
  margin-top: 2rem; }

.mon-action-impact-number {
  position: relative;
  display: inline-block;
  margin-right: 0.5rem;
  font-family: CairoBold, AdjustedArialBold, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5; }

.mon-action-impact-number::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.125rem;
  bottom: 0.125rem;
  left: -0.3125rem;
  right: -0.5rem;
  opacity: .1;
  -webkit-transform: skew(-10deg, -4deg);
  transform: skew(-10deg, -4deg); }

.mon-action label.sr-only {
  position: static !important; }

.mon-action label.sr-only:focus {
  outline: 0 !important; }

.mon-action label.sr-only::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

/* Couleurs et choix des actions */
.mon-action .mon-action-impacts::after {
  content: "Adopté";
  display: block;
  position: absolute;
  width: 8.125rem;
  padding: 0.25rem 0 0.375rem;
  font-size: 1.25rem;
  right: -1.875rem;
  bottom: 1.25rem;
  font-family: CairoBold, AdjustedArialBold, sans-serif;
  background: #aaa;
  line-height: 1.0;
  color: #fff;
  text-align: center;
  opacity: 0;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  -webkit-transition: opacity .25s ease-out;
  transition: opacity .25s ease-out; }

input.mon-action-checkbox:checked + .mon-action,
.mon-action:hover,
.mon-action:focus-within,
input.mon-action-checkbox:checked + .mon-action .mon-action-impacts::after {
  opacity: 1; }

.mon-action[data-theme="Consommation"] {
  border-color: #e80057; }

.mon-action[data-theme="Consommation"],
.mon-action[data-theme="Consommation"] .mon-action-impact-number::before,
.mon-action[data-theme="Consommation"] .mon-action-impacts::after {
  background: #e80057; }

.mon-action[data-theme="Consommation"] .mon-action-theme,
.mon-action[data-theme="Consommation"] dd.mon-action-impact-value {
  color: #e80057; }

.mon-action[data-theme="A la maison"] {
  border-color: #014898; }

.mon-action[data-theme="A la maison"],
.mon-action[data-theme="A la maison"] .mon-action-impact-number::before,
.mon-action[data-theme="A la maison"] .mon-action-impacts::after {
  background: #014898; }

.mon-action[data-theme="A la maison"] .mon-action-theme,
.mon-action[data-theme="A la maison"] dd.mon-action-impact-value {
  color: #014898; }

.mon-action[data-theme="Au travail"] {
  border-color: #58830b; }

.mon-action[data-theme="Au travail"],
.mon-action[data-theme="Au travail"] .mon-action-impact-number::before,
.mon-action[data-theme="Au travail"] .mon-action-impacts::after {
  background: #58830b; }

.mon-action[data-theme="Au travail"] .mon-action-theme,
.mon-action[data-theme="Au travail"] dd.mon-action-impact-value {
  color: #58830b; }

.mon-action[data-theme="Mes déplacements"] {
  border-color: #d14904; }

.mon-action[data-theme="Mes déplacements"],
.mon-action[data-theme="Mes déplacements"] .mon-action-impact-number::before,
.mon-action[data-theme="Mes déplacements"] .mon-action-impacts::after {
  background: #d14904; }

.mon-action[data-theme="Mes déplacements"] .mon-action-theme,
.mon-action[data-theme="Mes déplacements"] dd.mon-action-impact-value {
  color: #d14904; }

/* Compteur carbone */
p.mes-actions-total {
  max-width: 56.25rem;
  margin: 1.25rem auto 1.5625rem;
  text-align: center;
  font-size: 1.375rem;
  line-height: 1.2; }

p.mes-actions-total#mes-actions-total-calcul {
  margin-top: 3.75rem; }

p.mes-actions-total.mes-actions-total-fake {
  opacity: 0.3; }

.compteur-chiffres {
  display: block;
  margin: 0 0.3125rem 0.5rem;
  color: #fff; }

@media (min-width: 43.75rem) {
  .compteur-chiffres {
    display: inline;
    bottom: -0.3125rem; } }
.compteur-chiffre {
  display: inline-block;
  padding: 0 0.625rem;
  margin: 0 0.0625rem;
  background-color: #014898;
  color: #fff;
  font-family: CairoBold, AdjustedArialBold, sans-serif;
  font-size: 2rem;
  line-height: 3.25rem; }

.compteur-chiffres-agrege.compteur-flip .compteur-chiffre {
  margin: 0 0.125rem; }

.compteur-virgule {
  display: inline-block;
  margin: 0;
  font-family: CairoBold, AdjustedArialBold, sans-serif;
  font-size: 3rem;
  color: #014898; }

.compteur-home {
  margin: 2.5rem 0 0; }

.home-page p.mes-actions-total,
.compteur-iframe-wrapper p.mes-actions-total {
  margin: 0;
  font-size: 1.125rem; }

.home-page .compteur-chiffres,
.compteur-iframe-wrapper .compteur-chiffres {
  bottom: -0.125rem; }

.home-page .compteur-chiffre,
.compteur-iframe-wrapper .compteur-chiffre {
  padding: 0 0.375rem;
  font-size: 1.5rem;
  line-height: 2.25rem; }

#main-wrapper a.compteur-home-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  margin: 1.25rem auto;
  background: #014898;
  background-image: url("../images/pictos.svg#decagone");
  background-size: 100%;
  background-position: center;
  color: #fff;
  font-family: CairoBold, AdjustedArialBold, sans-serif;
  text-transform: uppercase;
  font-size: 1.125rem;
  -webkit-transform: rotateZ(-15deg);
  transform: rotateZ(-15deg);
  -webkit-transition: background .25s ease-out;
  transition: background .25s ease-out; }

#main-wrapper a.compteur-home-link:hover,
#main-wrapper a.compteur-home-link:focus {
  background: #58830b;
  color: #fff; }

a.compteur-home-link::after {
  content: "";
  display: block;
  position: absolute;
  width: 5.125rem;
  height: 5.125rem;
  left: -0.0625rem;
  top: -0.0625rem;
  background-image: url("../images/pictos.svg#decagone_invert");
  background-size: 100%;
  background-position: center; }

.compteur-iframe-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 5rem; }

#main-wrapper .compteur-iframe-wrapper a.compteur-home-link {
  margin-left: 0;
  margin-right: 2.5rem; }

.compteur-iframe-wrapper p.mes-actions-total {
  margin-left: 0;
  margin-right: 0; }

@media (max-width: 33.75rem) {
  .compteur-iframe-wrapper p.mes-actions-total {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%; } }
@media (min-width: 56.25rem) {
  .compteur-iframe-wrapper p.mes-actions-total {
    font-size: 1.375rem; }

  .compteur-iframe-wrapper .compteur-chiffres {
    bottom: -0.3125rem; }

  .compteur-iframe-wrapper .compteur-chiffre {
    padding: 0 0.625rem;
    font-size: 2rem;
    line-height: 3.25rem; } }
@media (min-width: 91.25rem) {
  .compteur-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -7.5rem;
    margin-right: -5rem; }

  #main-wrapper a.compteur-home-link {
    margin: 0 1.25rem; } }
@keyframes sncf1 {
  from {
    transform: rotateX(0deg);
    color: transparent; }

  50% {
    color: transparent; }

  to {
    transform: rotateX(1440deg);
    color: inherit; } }

@keyframes sncf2 {
  from {
    transform: rotateX(0deg);
    color: transparent; }

  55% {
    color: transparent; }

  to {
    transform: rotateX(2880deg);
    color: inherit; } }

@keyframes sncf3 {
  from {
    transform: rotateX(0deg);
    color: transparent; }

  60% {
    color: transparent; }

  to {
    transform: rotateX(4320deg);
    color: inherit; } }

@keyframes sncf4 {
  from {
    transform: rotateX(0deg);
    color: transparent; }

  65% {
    color: transparent; }

  to {
    transform: rotateX(5760deg);
    color: inherit; } }

.compteur-chiffres.compteur-flip.compteur-chiffres-agrege .compteur-chiffre:nth-last-child(n),
.compteur-chiffres.compteur-flip .compteur-chiffre:first-child {
  animation: sncf1 linear 1.2s; }

.compteur-chiffres.compteur-flip.compteur-chiffres-agrege .compteur-chiffre:nth-last-child(3),
.compteur-chiffres.compteur-flip .compteur-chiffre:nth-child(2) {
  animation: sncf2 linear 2.4s; }

.compteur-chiffres.compteur-flip.compteur-chiffres-agrege .compteur-chiffre:nth-last-child(2),
.compteur-chiffres.compteur-flip .compteur-chiffre:nth-child(4) {
  animation: sncf3 linear 3.6s; }

.compteur-chiffres.compteur-flip.compteur-chiffres-agrege .compteur-chiffre:nth-last-child(1),
.compteur-chiffres.compteur-flip .compteur-chiffre:nth-child(5) {
  animation: sncf4 linear 4.8s; }

.compteur-chiffres.compteur-flip.compteur-chiffres-agrege .compteur-chiffre:nth-last-child(3n) {
  margin-left: 0.625rem; }

button.mes-actions-submit {
  margin-top: 1.25rem; }

button.mes-actions-submit:disabled,
button.mes-actions-submit:disabled:hover,
button.mes-actions-submit:disabled:focus {
  border-color: #aaa;
  background: #fff;
  color: #aaa; }

/* Sources et équivalents */
p.mes-actions-sources {
  max-width: 100%;
  margin: 2.5rem 0;
  text-align: center;
  font-style: italic; }

.mes-actions-equi {
  margin-bottom: 2rem; }

ul.mes-actions-equi-pictos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0; }

ul.mes-actions-equi-pictos li {
  width: 3.75rem;
  height: 3.75rem;
  margin: 1.25rem; }

ul.mes-actions-equi-pictos li::before {
  display: none; }

ul.mes-actions-equi-pictos li .mes-actions-equi-btn {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-position: center;
  background-size: 100% 100%;
  opacity: .5;
  -webkit-transition: opacity .25s ease-out, background-color .25s ease-out;
  transition: opacity .25s ease-out, background-color .25s ease-out; }

ul.mes-actions-equi-pictos .mes-actions-equi-btn.active,
ul.mes-actions-equi-pictos .mes-actions-equi-btn:hover,
ul.mes-actions-equi-pictos .mes-actions-equi-btn:focus {
  opacity: 1;
  background-color: #eceff8; }

ul.mes-actions-equi-pictos .mes-actions-equi-btn[data-equi="arbres"] {
  background-image: url("../images/pictos.svg#arbres"); }

ul.mes-actions-equi-pictos .mes-actions-equi-btn[data-equi="arbres"].active,
ul.mes-actions-equi-pictos .mes-actions-equi-btn[data-equi="arbres"]:hover,
ul.mes-actions-equi-pictos .mes-actions-equi-btn[data-equi="arbres"]:focus {
  background-image: url("../images/pictos.svg#arbres_hover"); }

ul.mes-actions-equi-pictos .mes-actions-equi-btn[data-equi="francais"] {
  background-image: url("../images/pictos.svg#francais"); }

ul.mes-actions-equi-pictos .mes-actions-equi-btn[data-equi="francais"].active,
ul.mes-actions-equi-pictos .mes-actions-equi-btn[data-equi="francais"]:hover,
ul.mes-actions-equi-pictos .mes-actions-equi-btn[data-equi="francais"]:focus {
  background-image: url("../images/pictos.svg#francais_hover"); }

ul.mes-actions-equi-pictos .mes-actions-equi-btn[data-equi="avion"] {
  background-image: url("../images/pictos.svg#avion"); }

ul.mes-actions-equi-pictos .mes-actions-equi-btn[data-equi="avion"].active,
ul.mes-actions-equi-pictos .mes-actions-equi-btn[data-equi="avion"]:hover,
ul.mes-actions-equi-pictos .mes-actions-equi-btn[data-equi="avion"]:focus {
  background-image: url("../images/pictos.svg#avion_hover"); }

ul.mes-actions-equi-text {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font-size: 1.25rem; }

ul.mes-actions-equi-text li::before {
  display: none; }

.mes-actions-equi-value {
  position: relative;
  margin: 0 0.5rem;
  font-size: 1.375rem;
  font-family: CairoBold, AdjustedArialBold, sans-serif; }

.mes-actions-equi-value::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.125rem;
  bottom: 0.125rem;
  left: -0.3125rem;
  right: -0.5rem;
  background: #014898;
  opacity: .1;
  -webkit-transform: skew(-10deg, -4deg);
  transform: skew(-10deg, -4deg); }

/* GLOBAL */
.selectize-control {
  min-height: 1.875rem; }

.selectize-input.focus,
.selectize-input select,
.selectize-input input {
  outline: 0 !important; }

.selectize-input {
  width: 100%;
  height: 100%;
  line-height: 1.875rem;
  padding: 0;
  white-space: nowrap;
  border: 0; }

.selectize-dropdown {
  z-index: 2;
  position: absolute;
  min-width: 13.125rem;
  margin-top: 0;
  border: 0;
  background-color: #fff;
  box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.2);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
  cursor: pointer; }

.selectize-dropdown-content {
  max-height: 18.75rem;
  overflow-x: hidden;
  overflow-y: auto; }

.selectize-input .item,
.selectize-dropdown-content .option {
  width: 100%;
  height: 1.875rem;
  line-height: 1.875rem;
  padding-left: 1.875rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.selectize-input .item .remove {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: transparent; }

.selectize-input .item::before,
.selectize-dropdown-content .option::before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  left: 4px;
  top: 50%;
  margin-top: -8px;
  font-size: 16px;
  text-align: center;
  line-height: 16px;
  font-weight: bold;
  border-radius: 2px;
  border: 2px solid #6790be;
  background: #fff;
  color: #fff;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.selectize-input .item::before {
  content: "✓";
  color: #58830B;
  font-size: 18px;
  line-height: 6px;
  padding-left: 1px;
  text-shadow: -2px 0 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, 0 2px 0 #fff; }

.selectize-input .item:hover,
.selectize-dropdown-content .option:hover,
.selectize-dropdown-content .option.active {
  color: #58830B;
  text-decoration: underline; }

.selectize-input .item:hover::before,
.selectize-dropdown-content .option:hover::before,
.selectize-dropdown-content .option.active::before {
  border-color: #58830B; }

#agenda-filter-place-selectized
.selectize-dropdown-content .option .highlight {
  margin: 0;
  font-weight: normal;
  background: none; }

.selectize-badge {
  display: none; }

/*/////////////////////////*/
/* DARK MODE PAR PREF */
/*/////////////////////////*/
html.dark-theme,
html.aui.dark-theme,
.dark-theme body,
.aui.dark-theme body {
  background-color: #202020 !important;
  color: #e9e9e9; }

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

.dark-theme .flash-link-wrapper a.flash-link {
  background: #e9e9e9;
  border-color: #e9e9e9;
  color: #202020;
  box-shadow: none; }

.dark-theme ::selection {
  background: #6790be;
  color: #e9e9e9; }

/* Images */
.dark-theme .interior-article-banner-img,
.dark-theme p.sas-list-page-img .news-img,
.dark-theme .interior-article-media,
.dark-theme .interior-article-media img,
.dark-theme .interior-article-media-image {
  -webkit-filter: brightness(80%);
  filter: brightness(80%); }

/* Header */
.dark-theme header.main-header {
  box-shadow: none;
  border-bottom: 0.0625rem solid #e9e9e9; }

.dark-theme img.header-logo-img.dark-theme {
  display: inline; }

.dark-theme img.header-logo-img.light-theme {
  display: none; }

.dark-theme button.main-nav-btn::after,
.dark-theme button.main-nav-btn .main-nav-btn-content::before,
.dark-theme button.main-nav-btn .main-nav-btn-content::after,
.dark-theme a.private-section-btn::before,
.dark-theme a.private-section-btn::after {
  background-color: #e9e9e9; }

.dark-theme button.header-btn:hover,
.dark-theme button.header-btn:focus,
.dark-theme a.header-btn:hover,
.dark-theme a.header-btn:focus {
  background-color: #e9e9e9; }

.dark-theme a.header-btn.eco-section-btn {
  background-image: url("../images/pictos.svg#sticky_white_dark"); }

.dark-theme no-svg-fragments a.header-btn.eco-section-btn {
  background-image: url("../images/svg-fragments/sticky_white_dark.svg"); }

.dark-theme a.header-btn.eco-section-btn:hover,
.dark-theme a.header-btn.eco-section-btn:focus {
  background-image: url("../images/pictos.svg#sticky_dark"); }

.dark-theme no-svg-fragments a.header-btn.eco-section-btn:hover,
.dark-theme no-svg-fragments a.header-btn.eco-section-btn:focus {
  background-image: url("../images/svg-fragments/sticky_dark.svg"); }

.dark-theme button.main-nav-btn:hover::after,
.dark-theme button.main-nav-btn:focus::after,
.dark-theme button.main-nav-btn:hover .main-nav-btn-content::before,
.dark-theme button.main-nav-btn:focus .main-nav-btn-content::before,
.dark-theme button.main-nav-btn:hover .main-nav-btn-content::after,
.dark-theme button.main-nav-btn:focus .main-nav-btn-content::after,
.dark-theme a.private-section-btn:hover::before,
.dark-theme a.private-section-btn:focus::before,
.dark-theme a.private-section-btn:hover::after,
.dark-theme a.private-section-btn:focus::after {
  background-color: #202020; }

.dark-theme li.header-direct-link:not(:last-child)::after {
  background: #6790be; }

.dark-theme button.dark-theme-button-sun {
  background-image: url("../images/pictos.svg#sun_dark"); }

.dark-theme.no-svg-fragments button.dark-theme-button-sun {
  background-image: url("../images/svg-fragments/sun_dark.svg"); }

.dark-theme button.dark-theme-button-moon {
  background-image: url("../images/pictos.svg#moon_dark"); }

.dark-theme.no-svg-fragments button.dark-theme-button-moon {
  background-image: url("../images/svg-fragments/moon_dark.svg"); }

/* Nav */
.dark-theme .main-nav-list-wrapper {
  background: #e9e9e9; }

.dark-theme .main-nav-list-wrapper::before {
  -webkit-background: linear-gradient(#202020, #202020 50%, #313131 100%);
  background: linear-gradient(#202020, #202020 50%, #313131 100%); }

.dark-theme button.main-nav-close::before,
.dark-theme button.main-nav-close::after {
  background-color: #e9e9e9; }

.dark-theme button.main-nav-close:hover,
.dark-theme button.main-nav-close:focus {
  background-color: #e9e9e9; }

.dark-theme button.main-nav-close:hover::before,
.dark-theme button.main-nav-close:focus::before,
.dark-theme button.main-nav-close:hover::after,
.dark-theme button.main-nav-close:focus::after {
  background-color: #202020; }

.dark-theme li.main-nav-item .main-nav-item-content {
  color: #e9e9e9; }

.dark-theme li.main-nav-item .main-nav-item-content:hover,
.dark-theme li.main-nav-item .main-nav-item-content:focus {
  color: #6790be; }

.dark-theme li.main-nav-item .main-nav-item-content::after {
  border-color: #6790be; }

.dark-theme .main-nav-subList-wrapper {
  background-color: #202020;
  border: 0.0625rem solid #e9e9e9;
  box-shadow: none; }

.dark-theme li.main-nav-subList-item:not(:last-child) {
  border-color: #6790be; }

.dark-theme a.main-nav-subList-item-link:hover,
.dark-theme a.main-nav-subList-item-link:focus {
  color: #6790be; }

/* Breadcrumb */
.dark-theme #page-wrapper .breadcrumb > li:not(.active) > a,
.dark-theme #page-wrapper .breadcrumb-home {
  opacity: .75; }

.dark-theme #page-wrapper .breadcrumb > li:not(.active) .divider::after,
.dark-theme #page-wrapper .breadcrumb > li:not(.active) .divider::before,
.dark-theme #page-wrapper .breadcrumb-home::after,
.dark-theme #page-wrapper .breadcrumb-home::before {
  background: #e9e9e9; }

/* Footer */
.dark-theme footer.main-footer {
  background: transparent; }

.dark-theme img.footer-logo-img.dark-theme {
  display: inline; }

.dark-theme img.footer-logo-img.light-theme {
  display: none; }

.dark-theme .home-page li.footer-link a.inner-link {
  color: #e9e9e9; }

.dark-theme li.footer-link a.inner-link:focus,
.dark-theme .home-page li.footer-link a.inner-link:focus {
  outline: 0.125rem solid #e9e9e9 !important; }

/* Full page alert */
.dark-theme button.fullPage-alert-close,
.dark-theme .fullPage-alert-title-wrapper h4.fullPage-alert-title {
  background-color: #202020; }

/* Share links */
.dark-theme a.share-button {
  background-color: #202020;
  border-color: #e9e9e9; }

.dark-theme a.share-button:hover,
.dark-theme a.share-button:focus {
  background-color: #e9e9e9; }

.dark-theme a.share-button-twitter {
  background-image: url("../images/pictos.svg#twitter_white_dark"); }

.dark-theme a.share-button-insta {
  background-image: url("../images/pictos.svg#insta_white_dark"); }

.dark-theme a.share-button-mail {
  background-image: url("../images/pictos.svg#mail_white_dark"); }

.dark-theme a.share-button.share-button-eco {
  background-image: url("../images/pictos.svg#sticky_white_dark"); }

.dark-theme a.share-button-twitter:hover,
.dark-theme a.share-button-twitter:focus {
  background-image: url("../images/pictos.svg#twitter_dark"); }

.dark-theme a.share-button-insta:hover,
.dark-theme a.share-button-insta:focus {
  background-image: url("../images/pictos.svg#insta_dark"); }

.dark-theme a.share-button-mail:hover,
.dark-theme a.share-button-mail:focus {
  background-image: url("../images/pictos.svg#mail_dark"); }

.dark-theme a.share-button.share-button-eco:hover,
.dark-theme a.share-button.share-button-eco:focus {
  background-image: url("../images/pictos.svg#sticky_dark"); }

/* Home page */
.dark-theme .home-column:first-child::before {
  border-color: #6790be; }

.dark-theme img.home-logo-title-img.light-theme,
.dark-theme img.home-logo-img.light-theme {
  display: none; }

.dark-theme img.home-logo-title-img.dark-theme,
.dark-theme img.home-logo-img.dark-theme {
  display: inline; }

.dark-theme .home-page .home-accroche p a,
.dark-theme .home-page .home-accroche p a:hover,
.dark-theme .home-page .home-accroche p a:focus,
.dark-theme a.home-link-href:hover,
.dark-theme a.home-link-href:focus {
  color: #6790be; }

.dark-theme a.home-link-href::after {
  border-color: #6790be; }

.dark-theme h1.home-main-title .home-main-title-rochelle {
  color: #6790be; }

.dark-theme .interior-main-title-text,
.dark-theme .interior-main-title-text::before,
.dark-theme .interior-main-title-text::after {
  background: #202020; }

/* Sas page */
.dark-theme .sas-list-page-block {
  background: rgba(32, 32, 32, 0.8); }

.dark-theme article.sas-list-page-container .inner-link:hover .sas-list-page-block,
.dark-theme article.sas-list-page-container .inner-link:focus .sas-list-page-block {
  background: #202020; }

.dark-theme article.sas-list-page-container .inner-link:hover .sas-list-page-title,
.dark-theme article.sas-list-page-container .inner-link:focus .sas-list-page-title {
  color: #6790be; }

/* Interior page */
.dark-theme .interior-article-paragraph h2.paragraph-title + p::before,
.dark-theme .interior-article-paragraph h2.paragraph-title + p::after,
.dark-theme .interior-article-paragraph h2.paragraph-title + h4::before,
.dark-theme .interior-article-paragraph h2.paragraph-title + h4::after,
.dark-theme .interior-article-paragraph h2.paragraph-title + h5::before,
.dark-theme .interior-article-paragraph h2.paragraph-title + h5::after,
.dark-theme .interior-article-paragraph h2.paragraph-title + .two-columns > p:first-child::before,
.dark-theme .interior-article-paragraph h2.paragraph-title + .two-columns > p:first-child::after,
.dark-theme .interior-article-paragraph h2.paragraph-title + .two-columns > h4:first-child::before,
.dark-theme .interior-article-paragraph h2.paragraph-title + .two-columns > h4:first-child::after,
.dark-theme .interior-article-paragraph h2.paragraph-title + .two-columns > h5:first-child::before,
.dark-theme .interior-article-paragraph h2.paragraph-title + .two-columns > h5:first-child::after,
.dark-theme .interior-article-paragraph h2.paragraph-title + .flex-media-paragraph-content > p:first-child::before,
.dark-theme .interior-article-paragraph h2.paragraph-title + .flex-media-paragraph-content > p:first-child::after,
.dark-theme .interior-article-paragraph h2.paragraph-title + .flex-media-paragraph-content > h4:first-child::before,
.dark-theme .interior-article-paragraph h2.paragraph-title + .flex-media-paragraph-content > h4:first-child::after,
.dark-theme .interior-article-paragraph h2.paragraph-title + .flex-media-paragraph-content > h5:first-child::before,
.dark-theme .interior-article-paragraph h2.paragraph-title + .flex-media-paragraph-content > h5:first-child::after,
.dark-theme .interior-article-paragraph h2.paragraph-title + .flex-media-paragraph .flex-media-paragraph-content > p:first-child::before,
.dark-theme .interior-article-paragraph h2.paragraph-title + .flex-media-paragraph .flex-media-paragraph-content > p:first-child::after,
.dark-theme .interior-article-paragraph h2.paragraph-title + .flex-media-paragraph .flex-media-paragraph-content > h4:first-child::before,
.dark-theme .interior-article-paragraph h2.paragraph-title + .flex-media-paragraph .flex-media-paragraph-content > h4:first-child::after,
.dark-theme .interior-article-paragraph h2.paragraph-title + .flex-media-paragraph .flex-media-paragraph-content > h5:first-child::before,
.dark-theme .interior-article-paragraph h2.paragraph-title + .flex-media-paragraph .flex-media-paragraph-content > h5:first-child::after {
  background: #6790be; }

.dark-theme .interior-main-title-text,
.dark-theme .interior-main-title-text::before,
.dark-theme .interior-main-title-text::after,
.dark-theme .interior-article-paragraph h2.paragraph-title:not(.paragraph-title-blue) .paragraph-title-text,
.dark-theme .interior-article-paragraph h2.paragraph-title:not(.paragraph-title-blue) .paragraph-title-text::before,
.dark-theme .interior-article-paragraph h2.paragraph-title:not(.paragraph-title-blue) .paragraph-title-text::after {
  background: #202020; }

.dark-theme .interior-article-paragraph h3,
.dark-theme .interior-article-paragraph h4,
.dark-theme .interior-article-moreContent-title {
  color: #6790be; }

.dark-theme .interior-article-paragraph a,
.dark-theme .interior-article-paragraph a:visited,
.dark-theme a.contact-article-form-mention,
.dark-theme a.contact-article-form-mention:visited,
.dark-theme .event-more-content a.event-aside-url,
.dark-theme .event-more-content a.event-aside-url:visited,
.dark-theme ul.interior-article-moreContent-list li a,
.dark-theme ul.interior-article-moreContent-list li a:visited,
.dark-theme .fullPage-alert a,
.dark-theme .fullPage-alert a:visited,
.dark-theme p.mes-actions-sources a,
.dark-theme p.mes-actions-sources a:visited {
  color: #e9e9e9; }

.dark-theme .interior-article-paragraph a,
.dark-theme .interior-article-paragraph a:visited,
.dark-theme .interior-article-paragraph a:focus,
.dark-theme a.contact-article-form-mention,
.dark-theme a.contact-article-form-mention:visited,
.dark-theme a.contact-article-form-mention:focus,
.dark-theme .event-more-content a.event-aside-url,
.dark-theme .event-more-content a.event-aside-url:visited,
.dark-theme .event-more-content a.event-aside-url:focus,
.dark-theme ul.interior-article-moreContent-list li a,
.dark-theme ul.interior-article-moreContent-list li a:visited,
.dark-theme ul.interior-article-moreContent-list li a:focus,
.dark-theme .fullPage-alert a, .fullPage-alert a:visited,
.dark-theme .fullPage-alert a:focus,
.dark-theme p.mes-actions-sources a,
.dark-theme p.mes-actions-sources a:visited,
.dark-theme .event-more-content .event-description a {
  background: -webkit-linear-gradient(to top, #6790be 0, #6790be 100%, transparent 100%) no-repeat left 0 bottom 4px/100% 0.1875rem;
  background: linear-gradient(to top, #6790be 0%, #6790be 100%, transparent 100%) no-repeat left 0 bottom 4px/100% 0.1875rem; }

.dark-theme .interior-article-paragraph a:hover,
.dark-theme .interior-article-paragraph a:visited:hover,
.dark-theme .interior-article-paragraph a:focus,
.dark-theme a.contact-article-form-mention:hover,
.dark-theme a.contact-article-form-mention:visited:hover,
.dark-theme a.contact-article-form-mention:focus,
.dark-theme .event-more-content a.event-aside-url:hover,
.dark-theme .event-more-content a.event-aside-url:visited:hover,
.dark-theme .event-more-content a.event-aside-url:focus,
.dark-theme ul.interior-article-moreContent-list li a:hover,
.dark-theme ul.interior-article-moreContent-list li a:visited:hover,
.dark-theme ul.interior-article-moreContent-list li a:focus,
.dark-theme .fullPage-alert a:hover,
.dark-theme .fullPage-alert a:visited:hover,
.dark-theme .fullPage-alert a:focus,
.dark-theme p.mes-actions-sources a:hover,
.dark-theme p.mes-actions-sources a:focus,
.dark-theme .event-more-content .event-description a:hover,
.dark-theme .event-more-content .event-description a:focus {
  background: linear-gradient(to top, #376395 0%, #376395 100%, transparent 100%) no-repeat left 0 bottom 4px/100% 1.25rem; }

.dark-theme .interior-article-paragraph h5 a,
.dark-theme .interior-article-paragraph h5 a:hover,
.dark-theme .interior-article-paragraph h5 a:focus {
  background: none; }

.dark-theme .interior-article-paragraph h5 a::before,
.dark-theme button.carousel-arrow::before,
.dark-theme h2.news-list-news-title::before,
.dark-theme h5.search-results-item-title::before {
  border-color: #6790be; }

.dark-theme .interior-article-paragraph h5 a::after,
.dark-theme button.carousel-arrow::after,
.dark-theme h2.news-list-news-title::after,
.dark-theme h5.search-results-item-title::after,
.dark-theme label.diapo-arrow {
  border-color: #6790be;
  background-color: #202020;
  background-image: url("../images/pictos.svg#arrow_blue_dark"); }

.dark-theme.no-svg-fragments .interior-article-paragraph h5 a::after,
.dark-theme.no-svg-fragments button.carousel-arrow::after,
.dark-theme.no-svg-fragments h2.news-list-news-title::after,
.dark-theme h5.search-results-item-title::after,
.dark-theme.no-svg-fragments label.diapo-arrow {
  background-image: url("../images/svg-fragments/arrow_blue_dark.svg"); }

.dark-theme .interior-article-paragraph h5 a:hover::after,
.dark-theme .interior-article-paragraph h5 a:focus::after,
.dark-theme button.carousel-arrow:hover::after,
.dark-theme button.carousel-arrow:focus::after,
.dark-theme article.news-list-news-container .inner-link:hover h2.news-list-news-title::after,
.dark-theme article.news-list-news-container .inner-link:focus h2.news-list-news-title::after,
.dark-theme article.news-list-news-container .event-main:hover h2.news-list-news-title::after,
.dark-theme article.news-list-news-container .event-main:focus h2.news-list-news-title::after,
.dark-theme li.search-results-item a:hover h5.search-results-item-title::after,
.dark-theme li.search-results-item a:focus h5.search-results-item-title::after,
.dark-theme label.diapo-arrow:hover,
.dark-theme label.diapo-arrow:focus {
  background-color: #6790be;
  background-image: url("../images/pictos.svg#arrow_white_dark"); }

.dark-theme.no-svg-fragments .interior-article-paragraph h5 a:hover::after,
.dark-theme.no-svg-fragments .interior-article-paragraph h5 a:focus::after,
.dark-theme.no-svg-fragments button.carousel-arrow:hover::after,
.dark-theme.no-svg-fragments button.carousel-arrow:focus::after,
.dark-theme.no-svg-fragments article.news-list-news-container .inner-link:hover h2.news-list-news-title::after,
.dark-theme.no-svg-fragments article.news-list-news-container .inner-link:focus h2.news-list-news-title::after,
.dark-theme.no-svg-fragments article.news-list-news-container .event-main:hover h2.news-list-news-title::after,
.dark-theme.no-svg-fragments article.news-list-news-container .event-main:focus h2.news-list-news-title::after,
.dark-theme.no-svg-fragments li.search-results-item a:hover h5.search-results-item-title::after,
.dark-theme.no-svg-fragments li.search-results-item a:focus h5.search-results-item-title::after
.dark-theme.no-svg-fragments label.diapo-arrow:hover,
.dark-theme.no-svg-fragments label.diapo-arrow:focus {
  background-image: url("../images/svg-fragments/arrow_white_dark.svg"); }

.dark-theme .interior-article-paragraph h5 a[class*="link-"],
.dark-theme .interior-article-paragraph h5 a[href*="/documents/"],
.dark-theme .interior-article-paragraph a.big-btn,
.dark-theme .interior-article-paragraph a.big-btn:visited,
.dark-theme .recits-list-item a.recits-list-link,
.dark-theme .recits-list-item a.recits-list-link:visited,
.dark-theme button.mes-actions-submit {
  border-color: #e9e9e9;
  background: #e9e9e9;
  color: #202020; }

.dark-theme .interior-article-paragraph h5 a[class*="link-"]::before,
.dark-theme .interior-article-paragraph h5 a[href*="/documents/"]::before {
  border-color: #202020;
  background-image: url("../images/pictos.svg#arrow_white_dark"); }

.dark-theme.no-svg-fragments .interior-article-paragraph h5 a[class*="link-"]::before,
.dark-theme.no-svg-fragments .interior-article-paragraph h5 a[href*="/documents/"]::before {
  background-image: url("../images/svg-fragments/arrow_white_dark.svg"); }

.dark-theme .interior-article-paragraph h5 a[class*="link-"]:hover,
.dark-theme .interior-article-paragraph h5 a[class*="link-"]:focus,
.dark-theme .interior-article-paragraph h5 a[href*="/documents/"]:hover,
.dark-theme .interior-article-paragraph h5 a[href*="/documents/"]:focus,
.dark-theme .interior-article-paragraph a.big-btn:hover,
.dark-theme .interior-article-paragraph a.big-btn:visited:hover,
.dark-theme .interior-article-paragraph a.big-btn:visited:focus,
.dark-theme .recits-list-item a.recits-list-link:hover,
.dark-theme .recits-list-item a.recits-list-link:visited:hover,
.dark-theme .recits-list-item a.recits-list-link:focus,
.dark-theme button.mes-actions-submit:hover,
.dark-theme button.mes-actions-submit:focus {
  background: #202020;
  color: #e9e9e9; }

.dark-theme .interior-article-paragraph h5 a[class*="link-"]:hover::before,
.dark-theme .interior-article-paragraph h5 a[class*="link-"]:focus::before,
.dark-theme .interior-article-paragraph h5 a[href*="/documents/"]:hover::before,
.dark-theme .interior-article-paragraph h5 a[href*="/documents/"]:focus::before {
  border-color: #e9e9e9;
  background-image: url("../images/pictos.svg#arrow_blue_dark"); }

.dark-theme.no-svg-fragments .interior-article-paragraph h5 a[class*="link-"]:hover::before,
.dark-theme.no-svg-fragments .interior-article-paragraph h5 a[href*="/documents/"]:hover::before,
.dark-theme.no-svg-fragments .interior-article-paragraph h5 a[class*="link-"]:focus::before,
.dark-theme.no-svg-fragments .interior-article-paragraph h5 a[href*="/documents/"]:focus::before {
  background-image: url("../images/svg-fragments/arrow_blue_dark.svg"); }

.dark-theme .interior-article-paragraph ul li::before,
.dark-theme ul.interior-article-moreContent-list li::before {
  border-color: #6790be; }

.dark-theme .interior-article-paragraph ol li::before {
  color: #6790be; }

.dark-theme .interior-article-paragraph .blockquote {
  border-color: #e9e9e9; }

.dark-theme .interior-article-paragraph .blockquote::before {
  border-color: #6790be;
  background-image: url("../images/pictos.svg#quotes_dark"); }

.dark-theme.no-svg-fragments .interior-article-paragraph .blockquote::before {
  background-image: url("../images/svg-fragments/quotes_dark.svg"); }

.dark-theme .interior-article-paragraph table tr,
.dark-theme .interior-article-paragraph table th:not(:first-child)::before,
.dark-theme .interior-article-paragraph table td:not(:first-child)::before {
  border-color: #aaa; }

.dark-theme .interior-article-paragraph h2.paragraph-title.paragraph-title-blue {
  color: #202020; }

.dark-theme .interior-article-paragraph h2.paragraph-title.paragraph-title-blue::before {
  background-color: #e9e9e9; }

.dark-theme .interior-article-enhancedContent > *,
.dark-theme .interior-article-contentsWrapper {
  background: #202020; }

.dark-theme .interior-article-keyNumbers::after {
  border-color: #e9e9e9; }

.dark-theme h3.interior-article-keyNumber {
  color: #6790be; }

.dark-theme button.carousel-button::after {
  border-color: #202020;
  background-color: #6790be; }

.dark-theme button.carousel-button.carousel-button-current::before,
.dark-theme button.carousel-button.carousel-button-current::after {
  border-color: #6790be; }

.dark-theme button.carousel-button:hover::after,
.dark-theme button.carousel-button:focus::after {
  background-color: #e9e9e9; }

.dark-theme button.carousel-button.carousel-button-current:hover::before,
.dark-theme button.carousel-button.carousel-button-current:focus::before,
.dark-theme button.carousel-button.carousel-button-current:hover::after,
.dark-theme button.carousel-button.carousel-button-current:focus::after {
  border-color: #e9e9e9; }

.dark-theme li.partner-item .inner-link:focus {
  outline: 0.125rem solid #202020 !important; }

/* News/agenda */
.dark-theme article.news-list-news-container .inner-link,
.dark-theme article.news-list-news-container .event-main,
.dark-theme .event-more-content,
.dark-theme li.search-results-item {
  background: #202020;
  box-shadow: 0 0 1.875rem rgba(255, 255, 255, 0.1);
  border-color: #6790be; }

.dark-theme article.news-list-news-container .event-aside p.event-aside-link .inner-link {
  box-shadow: none; }

.dark-theme article.news-list-news-container .inner-link:hover,
.dark-theme article.news-list-news-container .inner-link:focus,
.dark-theme article.news-list-news-container .event-main:hover,
.dark-theme article.news-list-news-container .event-main:focus,
.dark-theme li.search-results-item:hover,
.dark-theme li.search-results-item:focus-within {
  box-shadow: 0 0 1.875rem rgba(255, 255, 255, 0.3); }

.dark-theme .event-more-content p.event-description::after {
  border-color: #6790be; }

.dark-theme article.news-list-news-container.past-event .inner-link,
.dark-theme .past-event .event-more-content p.event-description::after,
.dark-theme article.news-list-news-container.past-event a.event-main {
  border-color: #e9e9e9; }

.dark-theme article.news-list-news-container:not(.past-event) p.news-list-news-date,
.dark-theme article.news-list-news-container:not(.past-event) p.event-aside-title,
.dark-theme .interior-article p.news-list-news-date {
  color: #6790be; }

.dark-theme .event-aside p.event-aside-link .inner-link::before {
  border-color: #6790be; }

.dark-theme .event-aside p.event-aside-link .inner-link::after {
  border-color: #6790be;
  background-color: #202020;
  background-image: url("../images/pictos.svg#download_blue_dark"); }

.dark-theme.no-svg-fragments .event-aside p.event-aside-link .inner-link::after {
  background-image: url("../images/svg-fragments/download_blue_dark.svg"); }

.dark-theme .event-aside p.event-aside-link .inner-link:hover::after,
.dark-theme .event-aside p.event-aside-link .inner-link:focus::after {
  background-color: #6790be;
  background-image: url("../images/pictos.svg#download_white_dark"); }

.dark-theme.no-svg-fragments .event-aside p.event-aside-link .inner-link:hover::after,
.dark-theme.no-svg-fragments .event-aside p.event-aside-link .inner-link:focus::after {
  background-color: #6790be;
  background-image: url("../images/svg-fragments/download_white_dark.svg"); }

.dark-theme .agenda-empty {
  background: #202020;
  box-shadow: 0 0 0.9375rem rgba(255, 255, 255, 0.2); }

.dark-theme .agenda-empty::after {
  background-color: #e9e9e9;
  background-image: url("../images/exclamation_dark.svg"); }

.dark-theme a.btn-home,
.dark-theme.aui a.btn-home,
.dark-theme button.btn-home,
.dark-theme #load-more-news.load-more-link,
.dark-theme.aui #load-more-news.load-more-link {
  border-color: #e9e9e9;
  background-color: #e9e9e9;
  color: #202020; }

.dark-theme a.btn-home:hover,
.dark-theme a.btn-home:focus,
.dark-theme.aui a.btn-home:hover,
.dark-theme.aui a.btn-home:focus,
.dark-theme button.btn-home:hover,
.dark-theme button.btn-home:focus,
.dark-theme #load-more-news.load-more-link:hover,
.dark-theme #load-more-news.load-more-link:focus,
.dark-theme.aui #load-more-news.load-more-link:hover,
.dark-theme.aui #load-more-news.load-more-link:focus {
  background-color: #202020;
  color: #e9e9e9; }

.dark-theme .agenda-filter-block {
  border-color: #e9e9e9; }

.dark-theme aside.agenda-filter label.agenda-filter-label:hover {
  color: #6790be; }

.dark-theme.aui input[type="text"],
.dark-theme.aui input[type="date"],
.dark-theme.aui select {
  background: #202020; }

/* Recits */
.dark-theme .recits-list-item,
.dark-theme ul.recits-list li.recits-list-item {
  background: #202020;
  box-shadow: 0 0 0.9375rem rgba(255, 255, 255, 0.2);
  border-color: #6790be; }

.dark-theme .recits-list-item:hover,
.dark-theme .recits-list-item:focus-within,
.dark-theme ul.recits-list li.recits-list-item:hover,
.dark-theme ul.recits-list li.recits-list-item:focus-within {
  box-shadow: 0 0 0.9375rem rgba(255, 255, 255, 0.4); }

.dark-theme p.recit-header-name,
.dark-theme ul.recit-header-list-details + ul.recit-header-list-details,
.dark-theme .recits-list-name,
.dark-theme ul.recits-list-details + ul.recits-list-details {
  color: #6790be !important; }

.dark-theme .recits-abbr::after {
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.5); }

.dark-theme .accordion-paragraph h2.accordion-title button.accordion-title-button {
  background: #e9e9e9;
  border-color: #e9e9e9;
  color: #202020; }

.dark-theme .accordion-paragraph h2.accordion-title button.accordion-title-button:hover,
.dark-theme .accordion-paragraph h2.accordion-title button.accordion-title-button:focus {
  background: #202020;
  color: #e9e9e9; }

/* Selectize */
.dark-theme .selectize-dropdown {
  background: #202020;
  box-shadow: 0 0.3125rem 0.625rem rgba(255, 255, 255, 0.2); }

.dark-theme .selectize-input .item:hover::before,
.dark-theme .selectize-dropdown-content .option:hover::before,
.dark-theme .selectize-dropdown-content .option.active::before {
  color: #6790be; }

.dark-theme .selectize-input .item::before,
.dark-theme .selectize-dropdown-content .option::before {
  border-color: #aaa;
  background: #202020;
  color: #202020; }

.dark-theme .selectize-input .item::before {
  color: #6790be;
  text-shadow: -2px 0 0 #202020, 2px 0 0 #202020, 0 -2px 0 #202020, 0 2px 0 #202020; }

.dark-theme .selectize-input .item:hover,
.dark-theme .selectize-dropdown-content .option:hover,
.dark-theme .selectize-dropdown-content .option.active {
  color: #6790be; }

/* Datepicker */
.dark-theme .datepickerdropdown {
  background: rgba(32, 32, 32, 0.95);
  box-shadow: 0 0.3125rem 0.625rem rgba(255, 255, 255, 0.2); }

.dark-theme .datepicker-close::before,
.dark-theme .datepicker-close::after {
  background: #aaa; }

.dark-theme .datepickerdropdown .datepicker-table input[type="text"].monthDsp {
  color: #6790be; }

.dark-theme .datepickerdropdown tbody tr:first-child td:first-child::before,
.dark-theme .datepickerdropdown tbody tr:first-child td:first-child::after,
.dark-theme .datepickerdropdown tbody tr:first-child td:last-child::before,
.dark-theme .datepickerdropdown tbody tr:first-child td:last-child::after {
  background: #6790be; }

.dark-theme .datepicker-table .daysRow {
  border-color: #aaa; }

.dark-theme .datepicker-table .daysRow > td,
.dark-theme input[type="button"].datepicker-day {
  color: #e9e9e9; }

.dark-theme input[type="button"].datepicker-day.datepicker-today,
.dark-theme input[type="button"].datepicker-day.datepicker-today:hover,
.dark-theme input[type="button"].datepicker-day.datepicker-today:focus {
  color: #6790be; }

.dark-theme input[type="button"].datepicker-day.datepicker-selected {
  background: #6790be;
  color: #202020; }

.dark-theme input[type="button"].datepicker-day:hover,
.dark-theme input[type="button"].datepicker-day:focus,
.dark-theme input[type="button"].datepicker-day.datepicker-today:hover,
.dark-theme input[type="button"].datepicker-day.datepicker-today:focus,
.dark-theme input[type="button"].datepicker-day.datepicker-selected:hover,
.dark-theme input[type="button"].datepicker-day.datepicker-selected:focus,
.dark-theme input[type="button"].datepicker-day.datepicker-otherMonth:hover,
.dark-theme input[type="button"].datepicker-day.datepicker-otherMonth:focus,
.dark-theme.aui .cdalr-form .control-group .controls input[type="button"].datepicker-day:hover,
.dark-theme.aui .cdalr-form .control-group .controls input[type="button"].datepicker-day:focus,
.dark-theme.aui .cdalr-form .control-group .controls input[type="button"].datepicker-day.datepicker-today:hover,
.dark-theme.aui .cdalr-form .control-group .controls input[type="button"].datepicker-day.datepicker-today:focus,
.dark-theme.aui .cdalr-form .control-group .controls input[type="button"].datepicker-day.datepicker-selected:hover,
.dark-theme.aui .cdalr-form .control-group .controls input[type="button"].datepicker-day.datepicker-selected:focus,
.dark-theme.aui .cdalr-form .control-group .controls input[type="button"].datepicker-day.datepicker-otherMonth:hover,
.dark-theme.aui .cdalr-form .control-group .controls input[type="button"].datepicker-day.datepicker-otherMonth:focus {
  background: #6790be;
  color: #202020; }

.dark-theme .cdalr-form .control-group .icon-asterisk::after,
.dark-theme .cdalr-form .control-group .fa-asterisk::after {
  color: #6790be; }

/* Site map */
.dark-theme .site-map ul.sitemap-level-0 > li::after,
.dark-theme .site-map ul.sitemap-level-2::before,
.dark-theme .sitemap-level-1 > li:not(:last-child) .sitemap-level-2::after,
.dark-theme p.offline-pages-title::after {
  border-color: #6790be; }

.dark-theme nav.site-map a:hover,
.dark-theme nav.site-map a:focus {
  color: #6790be; }

/* Search engine */
.dark-theme #header-search {
  background-color: #202020; }

.dark-theme #header-search #header-search-input {
  border-color: #e9e9e9;
  color: #e9e9e9; }

.dark-theme #body-wrapper .global-search-input {
  background: #202020; }

.dark-theme #body-wrapper .global-search-input:focus {
  box-shadow: 0 0 0.3125rem #e9e9e9 inset; }

.dark-theme #body-wrapper .global-search-input::-webkit-input-placeholder {
  color: #ccc; }

.dark-theme #body-wrapper .global-search-input::-moz-placeholder {
  color: #ccc; }

.dark-theme #body-wrapper .global-search-input:-ms-input-placeholder {
  color: #ccc; }

.dark-theme #body-wrapper .global-search-submit::before,
.dark-theme #body-wrapper .global-search-submit::after {
  border-color: #e9e9e9;
  color: #202020; }

.dark-theme #body-wrapper .global-search-submit:hover,
.dark-theme #body-wrapper .global-search-submit:focus {
  background-color: #e9e9e9; }

.dark-theme #body-wrapper .global-search-submit:hover::before,
.dark-theme #body-wrapper .global-search-submit:focus::before,
.dark-theme #body-wrapper .global-search-submit:hover::after,
.dark-theme #body-wrapper .global-search-submit:focus::after {
  border-color: #202020; }

.dark-theme #header-search .typeahead__container.loading .typeahead__query::before {
  border-color: #202020 #e9e9e9 #e9e9e9; }

.dark-theme #header-search ul.typeahead__list {
  background-color: #202020;
  box-shadow: 0.0625rem 0.0625rem 0.3125rem 0.125rem rgba(255, 255, 255, 0.2); }

.dark-theme #header-search ul.typeahead__list li:not(:last-child)::after {
  border-color: #888; }

.dark-theme #header-search ul.typeahead__list li a {
  color: #e9e9e9; }

.dark-theme #header-search ul.typeahead__list li a::before {
  border-color: #6790be;
  background-image: url("../images/pictos.svg#arrow_white"); }

.dark-theme.no-svg-fragments #header-search ul.typeahead__list li a::before {
  background-image: url("../images/svg-fragments/arrow_white.svg"); }

.dark-theme #header-search ul.typeahead__list li a:hover,
.dark-theme #header-search ul.typeahead__list li a:focus {
  background: #e9e9e9;
  color: #202020; }

.dark-theme #header-search ul.typeahead__list li a:hover::before,
.dark-theme #header-search ul.typeahead__list li a:focus::before {
  border-color: #202020;
  background-image: url("../images/pictos.svg#arrow_white_dark"); }

.dark-theme.no-svg-fragments #header-search ul.typeahead__list li a:hover::before,
.dark-theme.no-svg-fragments #header-search ul.typeahead__list li a:focus::before {
  background-image: url("../images/svg-fragments/arrow_white_dark.svg"); }

/* Contact */
.dark-theme .contact-article-columns,
.dark-theme .contact-main-title-wrapper h1.interior-main-title {
  background: #202020; }

.dark-theme p.contact-address-text::before {
  border-color: #fff; }

.dark-theme p.contact-address-text.contact-address-phone::before {
  background-image: url("../images/pictos.svg#phone_dark"); }

.dark-theme p.contact-address-text.contact-address-mail::before {
  background-image: url("../images/pictos.svg#mail_white_dark"); }

.dark-theme p.contact-address-text.contact-address-place::before {
  background-image: url("../images/pictos.svg#geoloc_dark"); }

.dark-theme p.contact-address-text.contact-address-twitter::before {
  background-image: url("../images/pictos.svg#twitter_white_dark"); }

.dark-theme p.contact-address-text.contact-address-instagram::before {
  background-image: url("../images/pictos.svg#insta_white_dark"); }

/* Formulaires */
.dark-theme .cdalr-form .control-group .controls input:not(.datepicker-day),
.dark-theme .cdalr-form .control-group .controls select,
.dark-theme #body-wrapper .cdalr-form .control-group .controls textarea,
.dark-theme #cas-authentication-form .input-block-level > input {
  border-color: #efefef; }

.dark-theme #body-wrapper .cdalr-form .control-group .controls > :not(label):not(.radio-block):focus,
.dark-theme #body-wrapper .cdalr-form .control-group .controls > :not(label):not(.radio-block):hover,
.dark-theme #body-wrapper .cdalr-form .control-group .controls .input-error:focus,
.dark-theme #body-wrapper .cdalr-form .control-group .controls .select-container > :not(label):focus,
.dark-theme #body-wrapper .cdalr-form .control-group .controls .select-container > :not(label):hover,
.dark-theme #body-wrapper .cdalr-form .control-group .controls .select-container > .input-error:focus,
.dark-theme #body-wrapper .cdalr-form .control-group .controls .typeahead__query > :not(label):focus,
.dark-theme #body-wrapper .cdalr-form .control-group .controls .typeahead__query > :not(label):hover,
.dark-theme #body-wrapper .cdalr-form .control-group .controls .typeahead__query > .input-error:focus,
.dark-theme #body-wrapper .cdalr-form .control-group .controls .select-container > *:focus + .select-arrow,
.dark-theme #body-wrapper .cdalr-form .control-group .controls .select-container > *:hover + .select-arrow,
.dark-theme #body-wrapper .cdalr-form .control-group .controls .select-container > .input-error:focus + .select-arrow,
.dark-theme #cas-authentication-form .input-block-level > input:hover,
.dark-theme #cas-authentication-form .input-block-level > input:focus {
  box-shadow: 0 0 0.3125rem #efefef inset !important;
  color: #efefef; }

.dark-theme #body-wrapper .cdalr-form .control-group .input-error-addon {
  color: #6790be; }

.dark-theme .cdalr-form .form-actions input[type="submit"],
.dark-theme .cdalr-form .form-actions button[type="submit"],
.dark-theme a.erreur-redirection-btn,
.dark-theme a.erreur-redirection-btn:focus,
.dark-theme a.erreur-redirection-btn:visited {
  background: #efefef;
  color: #202020;
  border: 0.125rem solid #efefef; }

.dark-theme .cdalr-form .form-actions input[type="submit"]:hover,
.dark-theme .cdalr-form .form-actions input[type="submit"]:focus,
.dark-theme .cdalr-form .form-actions button[type="submit"]:hover,
.dark-theme .cdalr-form .form-actions button[type="submit"]:focus,
.dark-theme a.erreur-redirection-btn:hover,
.dark-theme a.erreur-redirection-btn:focus,
.dark-theme a.erreur-redirection-btn:visited:hover {
  background: #202020;
  color: #efefef; }

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

.dark-theme .cdalr-form .control-group .controls .radio-label:hover,
.dark-theme .cdalr-form .control-group .controls .radio-label:focus,
.dark-theme .embedded-portlet[id*="10055_WAR"] .control-group .controls .radio-label:hover,
.dark-theme .embedded-portlet[id*="10055_WAR"] .control-group .controls .radio-label:focus {
  color: #6790be; }

.dark-theme .cdalr-form .control-group .controls .checkbox-input + .radio-label::before,
.dark-theme .cdalr-form .control-group .controls .checkbox-input + input[type="hidden"] + .radio-label::before,
.dark-theme .embedded-portlet[id*="10055_WAR"] .control-group .controls input[type="checkbox"] + .radio-label::before {
  border-color: #aaa;
  background: #202020;
  color: #202020; }

.dark-theme .cdalr-form .control-group .controls .checkbox-input:checked + .radio-label::before,
.dark-theme .cdalr-form .control-group .controls .checkbox-input:checked + input[type="hidden"] + .radio-label::before,
.dark-theme .embedded-portlet[id*="10055_WAR"] .control-group .controls input[type="checkbox"]:checked + .radio-label::before {
  color: #6790be;
  text-shadow: -2px 0 0 #202020, 2px 0 0 #202020, 0 -2px 0 #202020, 0 2px 0 #202020; }

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

.dark-theme .cdalr-form .control-group .controls .radio-block:last-child .radio-input:invalid + .radio-label::after,
.dark-theme .cdalr-form .control-group .controls .radio-block:last-child .radio-input:invalid + input[type="hidden"] + .radio-label::after,
.dark-theme .cdalr-form .control-group .controls .checkbox-input:invalid + .radio-label::after,
.dark-theme .cdalr-form .control-group .controls .checkbox-input:invalid + input[type="hidden"] + .radio-label::after,
.dark-theme #body-wrapper .cdalr-form .control-group .controls select:required:invalid + .chosen-container::after {
  color: #fbb; }

/* Mes actions carbone */
.dark-theme #main-wrapper a.compteur-home-link {
  background: #e9e9e9;
  color: #202020; }

.dark-theme .home-page a.compteur-home-link::after {
  background-image: url("../images/pictos.svg#decagone_invert_dark"); }

.dark-theme .compteur-chiffres {
  color: #202020; }

.dark-theme .compteur-virgule {
  color: #e9e9e9; }

.dark-theme .compteur-chiffre {
  background-color: #e9e9e9;
  color: #202020; }

.dark-theme .mes-actions-equi-value::before {
  background: #e9e9e9; }

.dark-theme ul.mes-actions-equi-pictos .mes-actions-equi-btn {
  background-color: #202020; }

.dark-theme ul.mes-actions-equi-pictos .mes-actions-equi-btn.active,
.dark-theme ul.mes-actions-equi-pictos .mes-actions-equi-btn:hover,
.dark-theme ul.mes-actions-equi-pictos .mes-actions-equi-btn:focus {
  background-color: #eceff8; }

@media (min-width: 56.25rem) {
  /* Responsive header */
  .dark-theme header.main-header {
    border-bottom: 0; }

  .dark-theme button.header-btn,
  .dark-theme a.header-btn {
    background-color: #efefef; }

  .dark-theme button.main-nav-btn::after,
  .dark-theme button.main-nav-btn .main-nav-btn-content::before,
  .dark-theme button.main-nav-btn .main-nav-btn-content::after,
  .dark-theme a.private-section-btn::before,
  .dark-theme a.private-section-btn::after {
    background-color: #202020; }

  .dark-theme button.header-btn:hover,
  .dark-theme button.header-btn:focus,
  .dark-theme a.header-btn:hover,
  .dark-theme a.header-btn:focus {
    background-color: #202020;
    border-color: #e9e9e9; }

  .dark-theme button.main-nav-btn:hover::after,
  .dark-theme button.main-nav-btn:focus::after,
  .dark-theme button.main-nav-btn:hover .main-nav-btn-content::before,
  .dark-theme button.main-nav-btn:focus .main-nav-btn-content::before,
  .dark-theme button.main-nav-btn:hover .main-nav-btn-content::after,
  .dark-theme button.main-nav-btn:focus .main-nav-btn-content::after,
  .dark-theme a.private-section-btn:hover::before,
  .dark-theme a.private-section-btn:focus::before,
  .dark-theme a.private-section-btn:hover::after,
  .dark-theme a.private-section-btn:focus::after {
    background-color: #e9e9e9; }

  .dark-theme a.header-btn.eco-section-btn {
    background-image: url("../images/pictos.svg#sticky_dark"); }

  .dark-theme no-svg-fragments a.header-btn.eco-section-btn {
    background-image: url("../images/svg-fragments/sticky_dark.svg"); }

  .dark-theme a.header-btn.eco-section-btn:hover,
  .dark-theme a.header-btn.eco-section-btn:focus {
    background-image: url("../images/pictos.svg#sticky_white_dark"); }

  .dark-theme.no-svg-fragments a.header-btn.eco-section-btn:hover,
  .dark-theme.no-svg-fragments a.header-btn.eco-section-btn:focus {
    background-image: url("../images/svg-fragments/sticky_white_dark.svg"); }

  /* Responsive nav */
  .dark-theme body:not(.home-page) .main-nav-list-wrapper {
    background: transparent; }

  .dark-theme body:not(.home-page) li.main-nav-item .main-nav-item-content {
    color: #6790be; }

  .dark-theme body:not(.home-page) li.main-nav-item .main-nav-item-subLink::before,
  .dark-theme body:not(.home-page) li.main-nav-item .main-nav-item-subLink::after {
    background: #6790be; }

  .dark-theme body:not(.home-page) li.main-nav-item-current .main-nav-item-text::after {
    border-color: #6790be; }

  .dark-theme body:not(.home-page) li.main-nav-item .main-nav-item-content:hover,
  .dark-theme body:not(.home-page) li.main-nav-item .main-nav-item-content:focus {
    color: #e9e9e9; }

  .dark-theme body:not(.home-page) li.main-nav-item .main-nav-item-subLink:hover::before,
  .dark-theme body:not(.home-page) li.main-nav-item .main-nav-item-subLink:focus::before
  .dark-theme body:not(.home-page) li.main-nav-item .main-nav-item-subLink:hover::after,
  .dark-theme body:not(.home-page) li.main-nav-item .main-nav-item-subLink:focus::after {
    background: #e9e9e9; }

  .dark-theme body:not(.home-page) li.main-nav-item-current:hover .main-nav-item-text::after,
  .dark-theme body:not(.home-page) li.main-nav-item-current:focus .main-nav-item-text::after {
    border-color: #e9e9e9; }

  .dark-theme body:not(.home-page) .main-nav-item-text::before {
    border-bottom: 0.8125rem solid #e9e9e9; } }
/* Cookies notice */
.dark-theme a.cookies-btn,
.dark-theme button.cookies-btn {
  background: #e9e9e9;
  color: #202020; }

.dark-theme a.cookies-btn:hover,
.dark-theme a.cookies-btn:focus,
.dark-theme button.cookies-btn:hover,
.dark-theme button.cookies-btn:focus {
  background: #6790be; }

@page {
  size: A4;
  margin: 1cm 1cm; }

@media print {
  /* General layout */
  #body-wrapper #main-wrapper *,
  #body-wrapper #main-wrapper *::before,
  #body-wrapper #main-wrapper *::after,
  html.aui,
  html.aui.dark-theme,
  html.aui.dark-theme body {
    background: none !important;
    box-shadow: none !important; }

  #body-wrapper [aria-hidden="true"],
  #body-wrapper #main-wrapper .portlet-dockbar,
  #body-wrapper #main-wrapper .main-nav-btn,
  #body-wrapper #main-wrapper .main-nav,
  #body-wrapper #main-wrapper .private-section-btn,
  #body-wrapper #main-wrapper .cdalr-search-box,
  #body-wrapper #main-wrapper .dark-switcher,
  #body-wrapper #main-wrapper img.header-logo-img.dark-theme,
  #body-wrapper #main-wrapper img.home-logo-title-img.dark-theme,
  #body-wrapper #main-wrapper img.home-logo-img.dark-theme,
  #body-wrapper #main-wrapper .breadcrumb-container,
  #body-wrapper #main-wrapper .profile-tip,
  #body-wrapper #main-wrapper .share-buttons,
  #body-wrapper #main-wrapper .interior-article-banner,
  #body-wrapper #main-wrapper footer.main-footer,
  #body-wrapper #main-wrapper iframe,
  #body-wrapper #main-wrapper video,
  #body-wrapper #main-wrapper .carousel-arrow,
  #body-wrapper #main-wrapper .carousel-buttons,
  #body-wrapper #main-wrapper p.news-list-news-img,
  #body-wrapper #main-wrapper h2.news-list-news-title::before,
  #body-wrapper #main-wrapper h5.search-results-item-title::before,
  #body-wrapper #main-wrapper h2.news-list-news-title::after,
  #body-wrapper #main-wrapper h5.search-results-item-title::after,
  #body-wrapper #main-wrapper aside.agenda-filter,
  #body-wrapper #main-wrapper .news-list-past-events,
  #body-wrapper #main-wrapper .past-events-title,
  #body-wrapper #main-wrapper .portlet-borderless-bar,
  #body-wrapper #main-wrapper .portlet-body .lfr-meta-actions,
  #body-wrapper #main-wrapper #load-more-news,
  #body-wrapper #main-wrapper #load-more-events,
  #body-wrapper #main-wrapper a[href]::after,
  #body-wrapper #fullPage-alert a[href]::after,
  #body-wrapper #fullPage-alert .fullPage-alert-title,
  #body-wrapper #main-wrapper select option,
  #body-wrapper #main-wrapper #fullPage-alert-iframe,
  #body-wrapper #main-wrapper .preprod-banner {
    display: none; }

  #main-wrapper,
  #main-content {
    display: block; }

  #page-wrapper,
  #fullPage-alert {
    display: block;
    font-size: 12px;
    line-height: 1.25em; }

  #page-wrapper *::after {
    background: none; }

  #page-wrapper h1,
  #page-wrapper h2,
  #page-wrapper h3 {
    page-break-after: avoid;
    widows: 1;
    orphans: 1; }

  #page-wrapper p,
  #page-wrapper ul,
  #page-wrapper ol {
    widows: 2;
    orphans: 2;
    text-align: justify; }

  #page-wrapper .blockquote,
  #page-wrapper table {
    page-break-inside: avoid; }

  #page-wrapper .interior-article-mainContent .blockquote p {
    text-align: center; }

  .portlet-borderless-container {
    min-height: 0; }

  #page-wrapper header.main-header {
    height: 60px;
    border-bottom: 0; }

  section.main-content {
    max-width: 100%;
    padding-bottom: 0; }

  p.header-logo,
  img.header-logo-img {
    left: 0;
    width: 60px;
    height: 60px; }

  p.header-logo {
    left: 0; }

  img.header-logo-img {
    margin-top: 0; }

  #page-wrapper img.header-logo-img.light-theme {
    display: inline; }

  /* Home page */
  #page-wrapper img.home-logo-title-img.light-theme,
  #page-wrapper img.home-logo-img.light-theme {
    display: inline; }

  p.home-logo-title {
    margin-top: 0; }

  .home-column:last-child {
    margin-top: 60px; }

  #page-wrapper p.home-logo {
    text-align: center; }

  .home-accroche p {
    line-height: 1.4; }

  #page-wrapper a.home-link-href {
    font-size: 18px; }

  h1.home-main-title {
    margin-top: 100px; }

  /* Interior pages */
  .interior-main-title-wrapper {
    min-height: 0;
    margin-bottom: 20px; }

  h1.interior-main-title {
    font-size: 32px; }

  .interior-article-chapo-sas {
    margin-top: 0; }

  .sas-list {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  article.sas-list-page-container {
    width: 40%;
    max-width: 40%;
    margin: 0;
    padding: 15px; }

  article.sas-list-page-container .inner-link {
    padding-bottom: 0; }

  .sas-list-page-block {
    position: relative;
    left: 0;
    min-height: 0;
    padding: 5px 0 0; }

  h2.sas-list-page-title {
    font-size: 16px; }

  #page-wrapper p.sas-list-page-description {
    text-align: center;
    font-size: 12px; }

  h2.sas-list-page-title + p.sas-list-page-description {
    margin-top: 5px; }

  .interior-article > :first-child {
    margin-top: 0; }

  p.interior-article-chapo,
  .interior-article-paragraph p,
  .interior-article-paragraph ul,
  .interior-article-paragraph ol,
  .interior-article-paragraph h4,
  .interior-article-paragraph h5 {
    max-width: 660px; }

  p.interior-article-chapo {
    margin-bottom: 20px; }

  .interior-article-paragraph {
    max-width: 720px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.25; }

  .interior-article-paragraph .two-columns {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 24px;
    column-gap: 24px; }

  #page-wrapper .interior-article-mainContent > h2,
  #page-wrapper .interior-article-paragraph h2.paragraph-title,
  #page-wrapper .interior-article-paragraph h2.paragraph-title.paragraph-title-blue {
    margin: 20px 0 15px;
    padding: 0;
    font-size: 24px; }

  .interior-article-mainContent > h2::before,
  .interior-article-paragraph h2.paragraph-title::before {
    display: none; }

  .interior-article-paragraph h2.paragraph-title.paragraph-title-enhanced .paragraph-title-text {
    padding-bottom: 10px; }

  .interior-article-paragraph h4 {
    margin: 15px 0 10px;
    font-size: 20px; }

  .interior-article-paragraph h5 {
    margin: 10px 0 10px;
    font-size: 16px; }

  .interior-article-paragraph h5::before,
  .interior-article-paragraph h5::after {
    display: none; }

  .interior-article-paragraph h5 a {
    padding-right: 0;
    margin-bottom: 0; }

  .interior-article-paragraph h5 a[class*="link-"],
  .interior-article-paragraph h5 a[href*="/documents/"] {
    padding: 12px 25px;
    font-size: 14px; }

  .interior-article-paragraph ul li::before {
    top: 4px; }

  .interior-article-paragraph .blockquote {
    margin-bottom: 20px;
    padding: 0 20px 20px;
    border-bottom-width: 2px; }

  .interior-article-paragraph .blockquote p {
    font-size: 14px; }

  .interior-article-paragraph .blockquote::before {
    display: none; }

  .interior-article-media-carousel-wrapper {
    padding: 0; }

  .interior-article-media {
    max-width: 400px; }

  figcaption.interior-article-media-legend {
    font-size: 12px; }

  .interior-article-keyNumbers .interior-article-innerContent {
    max-width: 320px;
    padding: 0 20px 20px; }

  .interior-article-keyNumbers .interior-article-innerContent::after {
    left: auto;
    right: 0;
    top: 15px;
    width: 0;
    height: calc(100% - 30px);
    border-bottom: 0;
    border-right: 1px solid #dae5f0; }

  .interior-article-paragraph .interior-article-keyNumbers .interior-article-innerContent:last-child::after,
  .interior-article-keyNumbers .interior-article-innerContent:nth-child(2n)::after {
    display: none; }

  .interior-article-keyNumbers {
    padding: 10px; }

  .interior-article-keyNumbers::after {
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 0;
    border-bottom: 2px solid #014898; }

  #page-wrapper h3.interior-article-keyNumber,
  #page-wrapper p.interior-article-keyNumber-text {
    text-align: center; }

  .interior-article + .sas-list {
    margin-top: 40px; }

  .interior-article-paragraph h2.paragraph-title + p::before,
  .interior-article-paragraph h2.paragraph-title + p::after,
  .interior-article-paragraph h2.paragraph-title + h4::before,
  .interior-article-paragraph h2.paragraph-title + h4::after,
  .interior-article-paragraph h2.paragraph-title + h5::before,
  .interior-article-paragraph h2.paragraph-title + h5::after,
  .interior-article-paragraph h2.paragraph-title + .two-columns > p:first-child::before,
  .interior-article-paragraph h2.paragraph-title + .two-columns > p:first-child::after,
  .interior-article-paragraph h2.paragraph-title + .two-columns > h4:first-child::before,
  .interior-article-paragraph h2.paragraph-title + .two-columns > h4:first-child::after,
  .interior-article-paragraph h2.paragraph-title + .two-columns > h5:first-child::before,
  .interior-article-paragraph h2.paragraph-title + .two-columns > h5:first-child::after,
  .interior-article-paragraph h2.paragraph-title + .flex-media-paragraph-content > p:first-child::before,
  .interior-article-paragraph h2.paragraph-title + .flex-media-paragraph-content > p:first-child::after,
  .interior-article-paragraph h2.paragraph-title + .flex-media-paragraph-content > h4:first-child::before,
  .interior-article-paragraph h2.paragraph-title + .flex-media-paragraph-content > h4:first-child::after,
  .interior-article-paragraph h2.paragraph-title + .flex-media-paragraph-content > h5:first-child::before,
  .interior-article-paragraph h2.paragraph-title + .flex-media-paragraph-content > h5:first-child::after,
  .interior-article-paragraph h2.paragraph-title + .flex-media-paragraph .flex-media-paragraph-content > p:first-child::before,
  .interior-article-paragraph h2.paragraph-title + .flex-media-paragraph .flex-media-paragraph-content > p:first-child::after,
  .interior-article-paragraph h2.paragraph-title + .flex-media-paragraph .flex-media-paragraph-content > h4:first-child::before,
  .interior-article-paragraph h2.paragraph-title + .flex-media-paragraph .flex-media-paragraph-content > h4:first-child::after,
  .interior-article-paragraph h2.paragraph-title + .flex-media-paragraph .flex-media-paragraph-content > h5:first-child::before,
  .interior-article-paragraph h2.paragraph-title + .flex-media-paragraph .flex-media-paragraph-content > h5:first-child::after {
    top: 8px;
    border: 1px solid #93c01f; }

  /* Color overriding */
  #page-wrapper * {
    color: #014898 !important; }

  .home-page #page-wrapper .home-column:first-child::before {
    border-color: #93c01f !important; }

  .home-page #page-wrapper .home-accroche p a,
  .home-page #page-wrapper .home-accroche p a:hover,
  .home-page #page-wrapper .home-accroche p a:focus {
    color: #58830B !important; }

  #page-wrapper h1.home-main-title .home-main-title-rochelle {
    color: #58830B !important; }

  #page-wrapper .interior-article-paragraph h4 {
    color: #58830B !important; }

  #page-wrapper .interior-article-paragraph p a,
  #page-wrapper .interior-article-paragraph p a:visited,
  #page-wrapper .fullPage-alert a,
  #page-wrapper .fullPage-alert a:visited {
    text-decoration: underline;
    color: #58830B !important; }

  #page-wrapper h3.interior-article-keyNumber {
    font-size: 32px;
    color: #58830B !important; }

  #page-wrapper .interior-article-paragraph ul li::before {
    border-color: #58830B !important; }

  /* News list / agenda display */
  .news-list.useful-content,
  .main-content ul.search-results-list {
    display: block; }

  article.news-list-news-container.news-list-news-container-visible,
  li.search-results-item {
    display: inline-block;
    vertical-align: top;
    max-width: 340px;
    padding: 20px; }

  article.news-list-news-container .inner-link,
  li.search-results-item a.inner-link {
    border-bottom-width: 3px; }

  h2.news-list-news-title,
  h5.search-results-item-title {
    margin-bottom: 10px;
    font-size: 16px; }

  .news-list-news-block {
    padding: 0 0 10px; }

  #page-wrapper p.news-list-news-date {
    font-size: 14px; }

  #page-wrapper p.news-list-news-date,
  #page-wrapper p.news-list-news-date span {
    color: #58830B !important; }

  p.news-list-news-place {
    margin-top: 0; }

  p.news-list-news-date + p.news-list-news-description,
  p.news-list-news-place + p.news-list-news-description {
    margin-top: 10px; } }
.visu-carto-content {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

#map-viewer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #CCC;
  background-image: url("../images/visu-carto/map-viewer-back.svg");
  background-position: center;
  background-size: contain; }

#map-viewer {
  border: 0.1875rem solid white; }

#map-viewer:focus {
  border-color: #0463b3; }

#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: CairoBold, 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 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 {
  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 #035396; }

.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: #035396; }

/* 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 {
  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.75rem;
  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;
  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;
  min-height: 3.75rem;
  margin: 0;
  margin-bottom: 0.3125rem;
  line-height: 1.4;
  padding: 0.625rem 2.1875rem;
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
  font-size: 1.125rem;
  font-family: CairoBold, AdjustedArialBold, sans-serif;
  text-align: center;
  color: #555; }

.gp-att-name-div::after {
  content: "";
  display: block;
  position: relative;
  left: 50%;
  bottom: -0.9375rem;
  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: #0463b3;
  -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;
  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: #014898;
  overflow-y: auto; }

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

.gp-att-description-div img.gp-feature-link-perso {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.75rem;
  height: 3.75rem; }

.gp-att-description-div a.gp-feature-link-more {
  display: block;
  width: 11.25rem;
  margin: 1rem auto 0.5rem;
  padding: 0.5rem 0;
  background-color: #014898;
  color: #fff;
  text-align: center;
  font-family: CairoBold, AdjustedArialBold, sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  border-radius: 1.25rem;
  border: 0.125rem solid #014898;
  -webkit-transition: all .25s ease-out;
  transition: all .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: #fff;
  color: #014898; }

.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; } }