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

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

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

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

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

@font-face {
  font-family: AdjustedArialBlack;
  src: local(Arial black);
  size-adjust: 87%;
  ascent-override: 107%;
  descent-override: 33%;
  line-gap-override: 7%; }

/*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: RooneySansBold, 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: RooneySansBold, AdjustedArialBold, sans-serif; }

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

td,
th {
  padding: 0; }

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

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

#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;
  background: #fff;
  color: #312783; }

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

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

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

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

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

video,
.aui video {
  cursor: pointer; }

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

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

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

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

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

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

.aui textarea {
  resize: vertical; }

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

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

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

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

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

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

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

.flash-link-wrapper a.flash-link {
  display: block;
  height: 2.125rem;
  padding: 0 1.25rem;
  line-height: 1.875rem;
  border: 0.125rem solid white;
  border-left: 0;
  box-shadow: 0 0 0.625rem #666666;
  background-color: #4b3eb3;
  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(248, 173, 65, 0.4);
  color: #312783; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.clear-float {
  clear: both; }

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

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

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

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

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

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

html.no-overflow {
  overflow: hidden; }

/* 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 0.25s ease-out;
  transition: all 0.25s ease-out; }

.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: RooneySansBold, AdjustedArialBold, sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  text-align: center;
  box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.75);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

header.main-header {
  position: relative;
  min-height: 3.75rem;
  margin-bottom: 6vw;
  padding-top: 3.75rem; }

header.main-header.main-header-heroPhoto {
  height: auto;
  min-height: 20rem;
  max-height: 37.5rem;
  margin-bottom: 0;
  padding-bottom: 0;
  background-position: center;
  background-size: cover; }

header.main-header::before,
header.main-header::after,
header.main-header.main-header-heroPhoto > .useful-content::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0; }

header.main-header::before {
  top: 0;
  height: 3.75rem;
  background-color: #312783; }

header.main-header::after {
  z-index: 3;
  top: 3.75rem;
  height: 6vw;
  background-image: url("../images/wave-blue-down.svg");
  background-size: 100% 100%; }

header.main-header > .useful-content {
  padding: 0;
  background: #fff;
  opacity: .99; }

header.main-header.main-header-heroPhoto > .useful-content::after {
  bottom: 0;
  height: 6vw;
  background-color: transparent;
  background-image: url("../images/wave-white-up.svg");
  background-size: 100% 100%; }

.home-page header.main-header.main-header-heroPhoto > .useful-content::after {
  background-image: url("../images/wave-blue-up.svg"); }

p.header-logo-desktop {
  display: none; }

p.header-logo-mobile {
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
  margin: 0; }

img.header-logo-mobile-img {
  width: 9.5rem;
  height: 2.5rem; }

@media (min-width: 42.5rem) {
  header.main-header {
    min-height: 11.25rem;
    padding-top: 0;
    background: #312783; }

  header.main-header.main-header-heroPhoto {
    height: 40.79vw; }

  header.main-header::before,
  header.main-header::after {
    top: auto;
    bottom: -6vw; }

  header.main-header::before {
    z-index: 3;
    height: 6vw;
    background-color: transparent;
    background-image: url("../images/wave-white-up.svg");
    background-size: 100% 100%; }

  .home-page header.main-header::before {
    background-image: url("../images/wave-blue-up.svg"); }

  header.main-header::after {
    z-index: 0; }

  header.main-header.main-header-heroPhoto::before {
    bottom: 0; }

  header.main-header.main-header-heroPhoto::after,
  header.main-header.main-header-heroPhoto > .useful-content::after {
    display: none; }

  header.main-header > .useful-content {
    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;
    padding: 0 1.875rem;
    background: none;
    opacity: 1; }

  p.header-logo-mobile {
    left: 1.25rem;
    top: 6.875rem; }

  img.header-logo-mobile-img {
    width: 11.875rem;
    height: 3.125rem; }

  header.main-header.main-header-heroPhoto p.header-logo-mobile {
    display: none; }

  header.main-header.main-header-heroPhoto p.header-logo-desktop {
    display: block;
    position: absolute;
    left: 0.625rem;
    top: 6.25rem;
    margin: 0;
    padding: 0.625rem;
    background: #fff; }

  header.main-header.main-header-heroPhoto img.header-logo-desktop-img {
    width: 11.875rem;
    height: 3.125rem; } }
@media (min-width: 63.75rem) {
  header.main-header {
    min-height: 0; }

  header.main-header .useful-content {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  p.header-logo-mobile {
    display: none; }

  header.main-header.main-header-heroPhoto p.header-logo-desktop,
  header.main-header:not(.main-header-heroPhoto) p.header-logo-desktop {
    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;
    position: relative;
    width: 18.75rem;
    height: 13.75rem;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    background-color: transparent;
    background-image: url("../images/water-drop-logo.svg");
    background-size: 18.75rem 21.25rem;
    background-position: center bottom; }

  p.header-logo-desktop a.header-logo-href {
    margin-bottom: 1.25rem;
    margin-left: 1.25rem; }

  header.main-header.main-header-heroPhoto img.header-logo-desktop-img,
  header.main-header:not(.main-header-heroPhoto) img.header-logo-desktop-img {
    width: 11.875rem;
    height: 3.125rem; } }
/* MOBILE BUTTON */
#main-nav-btn {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  width: 3.125rem;
  height: 3.125rem;
  padding: 1.875rem 0 0;
  border-radius: 0.375rem;
  text-transform: uppercase;
  font-family: RooneySansBold, AdjustedArialBold, sans-serif;
  font-size: 0.875rem;
  color: #fff;
  -webkit-transition: background-color .25s ease-out, color .25s ease-out;
  transition: background-color .25s ease-out, color .25s ease-out; }

#main-nav-btn::before,
#main-nav-btn::after,
.main-nav-btn-content::before {
  content: "";
  display: block;
  position: absolute;
  left: 0.5625rem;
  right: 0.5625rem;
  height: 0.3125rem;
  max-height: 0.1875rem;
  border-radius: 0.125rem 0.375rem;
  background: #fff; }

#main-nav-btn::before,
#main-nav-btn::after {
  -webkit-transition: background .25s ease-out, transform .25s ease-out;
  transition: background .25s ease-out, transform .25s ease-out; }

.main-nav-btn-content::before {
  -webkit-transition: background .25s ease-out, opacity .25s ease-out;
  transition: background .25s ease-out, opacity .25s ease-out; }

#main-nav-btn::before {
  top: 0.375rem;
  -webkit-transform-origin: top left;
  transform-origin: top left; }

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

#main-nav-btn::after {
  top: 1.5rem;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left; }

#main-nav-btn.expanded::before,
#main-nav-btn.expanded::after {
  max-height: 0.3125rem; }

#main-nav-btn.expanded::before {
  -webkit-transform: rotateZ(45deg) translateX(0.3125rem) translateY(-0.375rem);
  transform: rotateZ(45deg) translateX(0.3125rem) translateY(-0.375rem); }

#main-nav-btn.expanded::after {
  -webkit-transform: rotateZ(-45deg) translateX(0.25rem) translateY(0.375rem);
  transform: rotateZ(-45deg) translateX(0.25rem) translateY(0.375rem); }

#main-nav-btn.expanded .main-nav-btn-content::before {
  opacity: 0; }

#main-nav-btn:hover,
#main-nav-btn:focus {
  background-color: #fff;
  color: #312783; }

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

/* NAV OPEN/COLLAPSE */
nav.main-nav {
  z-index: 1;
  position: relative;
  max-height: 0;
  padding: 0 1.875rem;
  overflow: hidden;
  -webkit-transition: max-height .5s ease-out, padding .5s ease-out;
  transition: max-height .5s ease-out, padding .5s ease-out; }

nav.main-nav::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6vw;
  background-image: url("../images/wave-white-down.svg");
  background-size: 100% 100%; }

nav.main-nav.main-nav-opened {
  max-height: 37.5rem;
  padding: 0 1.875rem 6vw;
  -webkit-transition: max-height .5s ease-, padding .5s ease-in;
  transition: max-height .5s ease-in, padding .5s ease-in; }

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

/* NAV CONTENT */
ul.nav-content {
  margin-top: 3.125rem; }

li.main-nav-item + li.main-nav-item,
li.header-link + li.header-link {
  margin-top: 0.3125rem; }

a.main-nav-item-link {
  display: inline-block;
  position: relative;
  padding: 0.125rem 0.3125rem;
  font-family: RooneySansBold, AdjustedArialBold, sans-serif; }

a.main-nav-item-link,
a.main-nav-item-link:visited,
a.main-nav-item-link:hover,
a.main-nav-item-link:focus {
  color: #312783; }

a.main-nav-item-link::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 0;
  border-bottom: 0.125rem solid #312783;
  -webkit-transition: max-width .25s ease-out;
  transition: max-width .25s ease-out; }

a.main-nav-item-link:hover::after,
a.main-nav-item-link:focus::after,
.main-nav-item-current a.main-nav-item-link::after {
  max-width: 100%; }

/* HEADER LINKS */
ul.header-links {
  position: relative;
  z-index: 1;
  margin: 1.25rem 0 0.625rem; }

a.header-link-href {
  position: relative;
  display: inline-block;
  height: 1.75rem;
  line-height: 1.75rem;
  padding-left: 2.25rem;
  padding-right: 0.75rem;
  border-radius: 0.375rem;
  background: #312783;
  font-family: RooneySansBold, AdjustedArialBold, sans-serif;
  font-size: 0.875rem;
  color: #fff;
  text-transform: uppercase;
  -webkit-transform: rotateZ(-3deg);
  transform: rotateZ(-3deg);
  -webkit-transition: background .25s ease-out, color .25s ease-out;
  transition: background .25s ease-out, color .25s ease-out; }

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

.header-link-href[data-name="Boutique"],
.header-link-href[data-name="Boutique"]:visited {
  background: #f8ad41;
  color: #312783; }

a.header-link-href:hover,
a.header-link-href:focus {
  background: #f8ad41;
  color: #312783; }

.header-link-href[data-name="Boutique"]:hover,
.header-link-href[data-name="Boutique"]:focus {
  background: #312783;
  color: #f8ad41; }

.header-link-href {
  position: relative; }

.header-link-href::before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background-size: 100% 100%; }

.header-link-href[data-name="Boutique"]::before {
  background-image: url("../images/pictos.svg#shop_blue"); }

.header-link-href[data-name="Recherche"]::before {
  background-image: url("../images/pictos.svg#search_orange"); }

.header-link-href[data-name="Alertes"]::before {
  background-image: url("../images/pictos.svg#alert_orange"); }

.header-link-href[data-name="Boutique"]:hover::before,
.header-link-href[data-name="Boutique"]:focus::before {
  background-image: url("../images/pictos.svg#shop_orange"); }

.header-link-href[data-name="Recherche"]:hover::before,
.header-link-href[data-name="Recherche"]:focus::before {
  background-image: url("../images/pictos.svg#search_blue"); }

.header-link-href[data-name="Alertes"]:hover::before,
.header-link-href[data-name="Alertes"]:focus::before {
  background-image: url("../images/pictos.svg#alert_blue"); }

@media (min-width: 42.5rem) {
  #main-nav-btn {
    display: none; }

  nav.main-nav {
    position: static;
    max-height: 37.5rem;
    padding: 0; }

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

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

  ul.nav-content {
    z-index: 3;
    position: relative;
    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;
    height: 3.75rem;
    margin-top: 1.25rem;
    padding: 0 1.875rem;
    border-radius: 3.75rem;
    background: #fff; }

  li.main-nav-item + li.main-nav-item {
    margin-top: 0; }

  li.main-nav-item {
    margin: 0 0.625rem; }

  a.main-nav-item-link {
    padding: 0.5rem 0.3125rem; }

  a.main-nav-item-link::after {
    bottom: 0.25rem; }

  ul.header-links {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: -4vw;
    width: 17.5rem;
    height: 10.8125rem;
    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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0;
    padding-top: 3.125rem;
    background-image: url("../images/water-drop-header.svg");
    background-size: 20.0625rem 12.3125rem;
    background-position: 0 0; }

  header.main-header-heroPhoto ul.header-links {
    top: 2.5rem;
    background: none; }

  li.header-link {
    position: relative;
    left: 0.3125rem; }

  a.header-link-href {
    padding-right: 1.25rem; } }
@media (min-width: 63.75rem) {
  ul.nav-content {
    margin-left: 2.5rem; }

  ul.header-links {
    width: 26.25rem;
    height: 16.25rem;
    padding-top: 6.25rem;
    background-size: 30.125rem 18.5rem; } }
#page-wrapper .breadcrumb-container {
  margin: 0.9375rem auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

#page-wrapper .breadcrumb > li:not(.active) .divider::after,
#page-wrapper .breadcrumb > li:not(.active) .divider::before,
#page-wrapper .breadcrumb-home::after,
#page-wrapper .breadcrumb-home::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.0625rem;
  margin-top: -0.0625rem;
  width: 0.5rem;
  height: 0.125rem;
  border-radius: 0.0625rem;
  background: #f8ad41;
  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 {
  position: relative;
  margin-top: 2.5rem;
  padding-top: 6vw;
  background: #312783; }

.interior-page-with-footer-contact footer.main-footer {
  margin-top: 0; }

footer.main-footer::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 6vw;
  background-color: #fff;
  background-image: url("../images/wave-blue-up.svg");
  background-size: 100% 100%;
  background-position: center; }

.interior-page-with-footer-contact footer.main-footer::before {
  background-color: #f8ad41; }

footer.main-footer *:focus {
  outline: 0.125rem solid #f8ad41 !important; }

/* MAIN FOOTER */
.footer-section {
  padding: 2.5rem 0; }

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

ul.footer-reseaux {
  margin-top: 1.875rem; }

li.footer-reseau a.footer-reseau-link {
  position: relative;
  display: block;
  height: 2.25rem;
  line-height: 2.25rem;
  padding-left: 2.875rem;
  font-family: RooneySansBold, AdjustedArialBold, sans-serif;
  color: #fff;
  -webkit-transition: color .25s ease-out;
  transition: color .25s ease-out; }

li.footer-reseau a.footer-reseau-link:hover,
li.footer-reseau a.footer-reseau-link:focus {
  color: #f8ad41; }

li.footer-reseau a.footer-reseau-link::before {
  content: "";
  position: absolute;
  display: block;
  width: 2.25rem;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  border: 1px solid #fff;
  background-image: url("../images/pictos.svg#facebook");
  background-size: 1.25rem 1.25rem;
  background-position: center;
  -webkit-transition: background-color .25s ease-out, border-color .25s ease-out;
  transition: background-color .25s ease-out, border-color .25s ease-out; }

li.footer-reseau a.footer-reseau-link:hover::before,
li.footer-reseau a.footer-reseau-link:focus::before {
  border-color: #f8ad41;
  background-color: #f8ad41; }

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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

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

.footer-link .inner-link {
  position: relative;
  padding-right: 5rem;
  font-family: RooneySansBold, AdjustedArialBold, sans-serif; }

.footer-link .inner-link,
.footer-link .inner-link:visited,
.footer-link .inner-link:hover,
.footer-link .inner-link:focus {
  color: #f8ad41; }

.footer-link .inner-link::after,
a.liste-activites-link::after,
.main-content #_400_WAR_fu_resultats .media-heading a:after {
  content: "";
  display: block;
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  top: 50%;
  right: 3.125rem;
  margin-top: -0.5625rem;
  background-image: url("../images/pictos.svg#arrow_orange");
  background-size: 100% 100%;
  background-position: -1.25rem 0;
  -webkit-transition: background-position .25s ease-out;
  transition: background-position .25s ease-out; }

.main-content #_400_WAR_fu_resultats .media-heading a:after {
  right: -1.875rem; }

.footer-link .inner-link:hover::after,
.footer-link .inner-link:focus::after,
a.liste-activites-link:hover::after,
a.liste-activites-link:focus::after,
.main-content #_400_WAR_fu_resultats .media-heading a:hover::after,
.main-content #_400_WAR_fu_resultats .media-heading a:focus::after {
  background-position: 0 0; }

img.footer-logo-img {
  width: 11.875rem;
  height: 3.125rem; }

/* FOOTER ANNEX */
ul.footer-annex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1.5625rem 0;
  border-top: 0.0625rem solid #f8ad41; }

li.footer-annex-link {
  position: relative;
  margin: 0.3125rem 0;
  padding: 0 0.9375rem; }

li.footer-annex-link .inner-link {
  position: relative;
  font-size: 0.875rem;
  text-transform: uppercase; }

li.footer-annex-link .inner-link,
li.footer-annex-link .inner-link:visited,
li.footer-annex-link .inner-link:hover,
li.footer-annex-link .inner-link:focus {
  color: #fff; }

li.footer-annex-link .inner-link::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 0;
  height: 0;
  border-bottom: 0.0625rem solid white;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out; }

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

/* RESPONSIVE */
@media (min-width: 56.25rem) {
  .footer-section {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  ul.footer-reseaux {
    margin-top: 0; }

  ul.footer-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .footer-link + .footer-link,
  p.footer-logo {
    margin: 0; }

  ul.footer-annex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

  li.footer-annex-link:not(:last-child)::before {
    content: "";
    display: block;
    position: absolute;
    right: -0.125rem;
    top: 50%;
    width: 0.25rem;
    height: 0;
    border-bottom: 0.0625rem solid white; } }
/* 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: #312783;
  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: #312783;
  border: 0.1875rem solid white;
  cursor: pointer;
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out; }

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

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

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

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

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

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

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

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

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

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

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

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

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

#title-alertAdvert {
  padding-bottom: 0.625rem;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-family: RooneySansBold, AdjustedArialBold, sans-serif;
  font-size: 1.5em;
  font-variant: small-caps;
  text-align: center;
  color: #312783;
  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: #312783;
  color: #fff;
  font-family: RooneySansBold, AdjustedArialBold, sans-serif;
  font-size: .9em;
  line-height: 1.0em;
  border-radius: 0.3125rem;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }

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

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

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

.diapo-wrapper {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ACCROCHE */
.home-accroche {
  position: relative;
  z-index: 3;
  margin-bottom: calc(6vw - 1.25rem);
  padding-top: 5rem;
  background-color: #312783; }

.home-accroche::before,
.home-accroche::after {
  content: "";
  display: block;
  position: absolute;
  bottom: calc(1.25rem - 6vw);
  left: 0;
  right: 0;
  height: 6vw;
  background-size: 100% 100%; }

.home-accroche::before {
  background-image: url("../images/wave-white-up.svg"); }

.home-accroche::after {
  background-image: url("../images/wave-blue-down.svg"); }

.home-acrroche-content {
  position: relative; }

.home-acrroche-content::before {
  content: "";
  display: block;
  position: absolute;
  width: 14.0625rem;
  height: 12.5rem;
  top: 0;
  right: 77%;
  background-image: url("../images/plongeon_home.svg");
  background-size: 100% 100%;
  background-position: center;
  -webkit-transform: translateY(-57%);
  transform: translateY(-57%); }

h1.home-accroche-title {
  margin-top: 0;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: RooneySansBlack, AdjustedArialBlack, sans-serif;
  font-size: 2.5rem;
  line-height: 1.0; }

h1.home-accroche-title .home-accroche-subtitle {
  position: relative;
  display: inline-block;
  margin-top: 1.25rem;
  padding: 0 0.625rem;
  color: #f8ad41;
  background-color: #312783;
  text-transform: none;
  font-family: RooneySans, AdjustedArial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.2; }

h1.home-accroche-title .home-accroche-mainTitle {
  position: relative; }

h1.home-accroche-title .home-accroche-mainTitle::before,
h1.home-accroche-title .home-accroche-mainTitle::after {
  content: "";
  display: block;
  position: absolute;
  background-size: 100% 100%;
  background-position: center; }

h1.home-accroche-title .home-accroche-mainTitle::before {
  top: -2.5rem;
  left: 70%;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url("../images/pictos.svg#star"); }

h1.home-accroche-title .home-accroche-mainTitle::after {
  bottom: -2.5rem;
  right: -11.25rem;
  width: 12.5rem;
  height: 6.25rem;
  background-image: url("../images/wave-thin-orange.svg"); }

ul.activite-liste-piscines.home-piscines {
  margin-top: 3.75rem;
  margin-bottom: 0; }

.home-accroche .home-piscines a.activite-piscine-link {
  width: 13.75rem;
  height: 13.75rem;
  margin: 0 1.875rem 2.5rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 1.25rem 0.5rem transparent;
  -webkit-transition: box-shadow .25s ease-out;
  transition: box-shadow .25s ease-out; }

.home-accroche .home-piscines a.activite-piscine-link:hover,
.home-accroche .home-piscines a.activite-piscine-link:focus {
  box-shadow: 0 0 1.25rem 0.5rem #594ad4; }

.home-accroche .home-piscines a.activite-piscine-link:focus {
  outline: 0.125rem solid #f8ad41 !important; }

.home-accroche .home-piscines a.activite-piscine-link::after {
  display: none; }

.home-accroche .home-piscines .etablissement-piscine img.activite-piscine-img {
  width: 11.25rem;
  height: 11.25rem; }

/* SECTION TITLE */
.home-section-title-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  -webkit-transform: translateY(50%);
  transform: translateY(50%); }

.home-section-title-wrapper.no-translate {
  -webkit-transform: none;
  transform: none; }

.home-section-title-wrapper.home-section-title-alertes {
  margin-bottom: 3.75rem; }

h1.home-section-title,
h2.home-section-title {
  position: relative;
  z-index: 2;
  max-width: 41.25rem;
  margin: 0 auto 0;
  padding: 1rem 2rem;
  background: #312783;
  color: #fff;
  text-align: center;
  font-family: RooneySansBold, AdjustedArialBold, sans-serif;
  font-size: 1.5rem;
  line-height: 1.0; }

h1.home-section-title.home-section-title-orange,
h2.home-section-title.home-section-title-orange {
  background: #f8ad41;
  color: #312783; }

h1.home-section-title::before,
h1.home-section-title::after,
h2.home-section-title::before,
h2.home-section-title::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #312783; }

h1.home-section-title::before,
h2.home-section-title::before {
  -webkit-transform: skew(20deg);
  transform: skew(20deg); }

h1.home-section-title::after,
h2.home-section-title::after {
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg); }

h1.home-section-title.home-section-title-orange::before,
h1.home-section-title.home-section-title-orange::after,
h2.home-section-title.home-section-title-orange::before,
h2.home-section-title.home-section-title-orange::after {
  background: #f8ad41; }

/* SECTION MORE */
a.home-section-more,
a.home-section-more:visited,
button.home-section-more {
  position: relative;
  left: 50%;
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 0.1875rem;
  border: 0.0625rem solid #312783;
  color: #312783;
  font-family: RooneySansBold, AdjustedArialBold, sans-serif;
  text-transform: uppercase;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: background .25s ease-out, color .25s ease-out;
  transition: background .25s ease-out, color .25s ease-out; }

a.home-section-more.home-section-more-orange,
a.home-section-more.home-section-more-orange:visited,
button.home-section-more.home-section-more-orange {
  border: 0.0625rem solid #f8ad41;
  color: #f8ad41; }

a.home-section-more.home-section-more-blue,
a.home-section-more.home-section-more-blue:visited {
  border: 0;
  background: #312783;
  color: #f8ad41; }

a.home-section-more:hover,
a.home-section-more:focus,
button.home-section-more:hover,
button.home-section-more:focus {
  background: #312783;
  color: #fff; }

a.home-section-more.home-section-more-orange:hover,
a.home-section-more.home-section-more-orange:focus,
button.home-section-more.home-section-more-orange:hover,
button.home-section-more.home-section-more-orange:focus {
  background: #f8ad41;
  color: #312783; }

a.home-section-more.home-section-more-blue:hover,
a.home-section-more.home-section-more-blue:focus {
  background: #f8ad41;
  color: #312783; }

a.home-section-more.home-section-more-orange:focus,
button.home-section-more.home-section-more-orange:focus,
a.home-section-more.home-section-more-blue:focus {
  outline: 0.125rem solid #f8ad41 !important; }

.home-section-more-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; }

.home-section-more-wrapper a.home-section-more {
  left: auto;
  -webkit-transform: none;
  transform: none; }

/* ACTUS & AGENDA */
section.home-news-agenda {
  margin-top: 3.75rem; }

.home-news,
.home-agenda {
  position: relative;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.home-news {
  width: 43.75rem; }

.home-agenda {
  width: 32.5rem;
  margin-top: 3.75rem; }

.home-news .home-section-title-wrapper,
.home-agenda .home-section-title-wrapper {
  z-index: 2; }

.home-news-content,
.home-agenda-content {
  position: relative;
  z-index: 1; }

.home-news-link::after {
  content: "";
  display: block;
  position: absolute;
  width: 12.5rem;
  height: 6.25rem;
  left: -7.5rem;
  bottom: -0.625rem;
  background-image: url("../images/wave-thin-orange.svg");
  background-size: 100% 100%;
  background-position: center;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg); }

.home-news-article {
  min-height: 50vw;
  margin-bottom: 14.375rem;
  border-radius: 0.625rem;
  box-shadow: 0 0 1.25rem 0.5rem transparent; }

.news-details {
  padding: 3.75rem 1.25rem 7.5rem;
  background-color: #312783;
  background-image: url("../images/water-drop-news.svg");
  background-size: 50%;
  background-position: 120% 3.75rem;
  color: #fff;
  -webkit-transition: background-color .25s ease-out;
  transition: background-color .25s ease-out; }

.news-photo {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 2 / 1;
  overflow: hidden; }

.news-photo .carousel-img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.home-news-link {
  display: flex;
  flex-direction: column-reverse;
  border-radius: 0.625rem;
  overflow: hidden; }

.home-news-link:hover .news-details,
.home-news-link:focus .news-details,
.home-news-link:focus-within .news-details {
  background-color: #594ad4; }

.home-news-link:focus-within {
  outline: 0.125rem solid #312783 !important;
  outline-offset: 0.125rem !important; }

.home-news-link .news-details a:focus {
  outline: 0 !important; }

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

p.home-news-article-title,
h3.home-news-article-title {
  margin: 0;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.2; }

.home-news-article .carousel-buttons {
  z-index: 5;
  padding-top: 50%; }

.home-news-content button.carousel-button:focus {
  outline: 0.125rem solid #f8ad41 !important; }

.home-news-content .home-section-more-wrapper,
.home-agenda-content .home-section-more-wrapper {
  position: absolute;
  bottom: 1.875rem;
  left: 1.25rem;
  right: 1.25rem; }

.home-agenda-content {
  padding: 4.375rem 1.875rem 1.875rem 2.5rem;
  border-radius: 0.625rem;
  background: #f8ad41; }

ul.home-agenda-list {
  margin-bottom: 1.875rem;
  padding-left: 1.125rem;
  border-left: 0.0625rem solid #312783; }

.home-agenda-item {
  position: relative; }

.home-agenda-item + .home-agenda-item {
  margin-top: 1.5rem; }

.home-agenda-item + .home-agenda-item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0.75rem;
  right: 0.75rem;
  top: -0.75rem;
  height: 0;
  border-top: 0.0625rem solid #312783; }

.home-agenda-event-link {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0.75rem;
  border-radius: 0.375rem;
  -webkit-transition: background .25s ease-out;
  transition: background .25s ease-out; }

.home-agenda-event-link:hover,
.home-agenda-event-link:focus {
  background: #fff; }

.home-agenda-event-link::before {
  content: "";
  display: block;
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: 1rem;
  left: -1.625rem;
  border-radius: 50%;
  background: #fff; }

.home-agenda-event-date,
.home-agenda-event-place,
.home-agenda-event-title {
  display: block;
  line-height: 1.2; }

.home-agenda-event-date,
.home-agenda-event-place {
  order: 1;
  margin-bottom: 0.625rem;
  font-family: RooneySansBold, AdjustedArialBold, sans-serif;
  font-size: 1.125rem; }

.home-agenda-event-date {
  text-transform: uppercase; }

.home-agenda-event-title {
  order: 2;
  margin-top: 0.375rem;
  margin-bottom: 0; }

/* BOUTIQUE */
.home-shop {
  max-width: 43.75rem;
  margin: 3.75rem auto 0; }

.home-shop-content {
  padding: 4.375rem 1.875rem 1.875rem 2.5rem;
  border-radius: 0.625rem;
  background: #594ad4;
  color: #fff; }

.home-shop-accroche {
  margin-bottom: 2.5rem; }

.home-shop-accroche p {
  margin-bottom: 1.25rem;
  font-family: RooneySansBold;
  font-size: 1.25rem; }

.home-shop-accroche ul {
  margin-bottom: 0;
  padding-left: 1.75rem;
  list-style-type: none;
  list-style-position: outside;
  list-style-image: url("../images/water-drop-orange.png"); }

.home-shop-accroche ul li {
  margin-bottom: 0.625rem;
  padding-left: 0.5rem; }

.home-shop-accroche ul li:last-child {
  margin-bottom: 0; }

/* ACCES ACTIVITES */
section.home-access {
  margin-top: 3.75rem; }

.home-access-content {
  max-width: 50rem;
  margin: 0 auto;
  background: #312783; }

li.home-access-public-item {
  position: relative;
  width: 100%; }

.home-access-public-item-content {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 46.25%; }

a.home-access-public-link {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: cover;
  background-position: center; }

a.home-access-public-link::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #312783;
  opacity: .3;
  -webkit-transition: opacity .25s ease-out;
  transition: opacity .25s ease-out; }

a.home-access-public-link:hover::after,
a.home-access-public-link:focus::after {
  opacity: .6; }

.home-access-public-title {
  position: relative;
  z-index: 2;
  padding: 0 0.5rem;
  background: #fff;
  color: #312783;
  font-family: RooneySansBold, AdjustedArialBold, sans-serif;
  text-transform: uppercase;
  font-size: 1.25rem; }

.home-access-content {
  padding-bottom: 3.75rem; }

ul.home-access-espace-list {
  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;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 50rem;
  margin: 3.75rem auto 2.5rem; }

li.home-access-espace-item {
  position: relative;
  margin: 0 2.5rem 1.875rem; }

li.home-access-espace-item::before {
  content: "";
  display: block;
  position: absolute;
  width: 9.375rem;
  height: 9.375rem;
  border-radius: 50%;
  top: 1.875rem;
  left: 50%;
  margin-left: -4.6875rem;
  background: #594ad4; }

a.home-access-espace-link {
  display: block;
  position: relative;
  z-index: 2;
  width: 12.5rem;
  padding-top: 13.125rem;
  background-size: 11.25rem;
  background-position: center top;
  border-top-left-radius: 2.25rem;
  border-top-right-radius: 2.25rem;
  -webkit-transition: background .25s ease-out;
  transition: background .25s ease-out; }

a.home-access-espace-link[href*="fitness"] {
  background-position: 1.25rem 0; }

a.home-access-espace-link[href*="bien_etre"] {
  background-size: 10rem;
  background-position: 1.25rem 0.9375rem; }

a.home-access-espace-link[href*="exterieur"] {
  background-size: 10.625rem;
  background-position: 1.25rem 1.875rem; }

a.home-access-espace-link:hover,
a.home-access-espace-link:focus {
  background-color: #594ad4; }

a.home-access-espace-link:focus {
  outline: 0.125rem solid #f8ad41 !important; }

.home-access-espace-title {
  position: relative;
  display: block;
  z-index: 2;
  width: 12.5rem;
  margin: 0 auto;
  padding: 0.25rem 0.5rem;
  background: #f8ad41;
  text-transform: uppercase;
  font-family: RooneySansBold, AdjustedArialBold, sans-serif;
  font-size: 1.125rem;
  text-align: center; }

.home-access-espace-title::before,
.home-access-espace-title::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f8ad41; }

.home-access-espace-title::before {
  -webkit-transform: skew(20deg);
  transform: skew(20deg); }

.home-access-espace-title::after {
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg); }

/* MAP SECTION */
section.home-map {
  margin-top: 5rem;
  padding: 1.25rem 0 2.5rem;
  background-image: url("/piscines-theme/images/wave-pattern.svg");
  background-size: 6.25rem 3.4375rem;
  background-repeat: repeat; }

.home-map-content {
  max-width: 32.5rem;
  margin-left: auto;
  margin-right: auto;
  background: #fff; }

.home-map-svg {
  display: none; }

.home-map-adresses {
  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;
  padding: 5rem 1.25rem 2.5rem; }

.home-map-adresse + .home-map-adresse {
  margin-top: 2.5rem; }

h3.home-map-content-title {
  margin: 0 0 0.625rem;
  font-family: RooneySansBold, AdjustedArialBold, sans-serif;
  font-size: 1.125rem; }

p.home-map-content-detail {
  margin: 0 0 0.75rem;
  font-family: RooneySansBold, AdjustedArialBold, sans-serif;
  color: #313131; }

p.home-map-content-more {
  height: 1.5rem;
  line-height: 1.5rem;
  padding-left: 1.75rem;
  color: #313131;
  background-image: url("../images/pictos.svg#clock");
  background-repeat: no-repeat;
  background-size: 1.25rem 1.25rem;
  background-position: 0 0.25rem; }

a.home-map-content-link {
  position: relative;
  display: inline-block;
  height: 100%; }

a.home-map-content-link:hover,
a.home-map-content-link:focus {
  background: -webkit-linear-gradient(to top, rgba(248, 173, 65, 0.4) 0%, rgba(248, 173, 65, 0.4) 100%, transparent 100%) no-repeat left 0 bottom 0/100% 1.5rem;
  background: linear-gradient(to top, rgba(248, 173, 65, 0.4) 0%, rgba(248, 173, 65, 0.4) 100%, transparent 100%) no-repeat left 0 bottom 0/100% 1.5rem; }

a.home-map-content-link::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.125rem;
  height: 0;
  border-bottom: 0.0625rem solid #f8ad41; }

@media (min-width: 32.5rem) {
  h1.home-section-title,
  h2.home-section-title {
    font-size: 2.25rem; }

  a.home-section-more,
  a.home-section-more:visited,
  button.home-section-more {
    padding: 0.5rem 2rem;
    font-size: 1.125rem; }

  p.home-news-article-title,
  h3.home-news-article-title {
    font-size: 1.5rem; }

  .home-access-public-title {
    padding: 0 0.75rem;
    font-size: 2rem; } }
@media (min-width: 37.5rem) {
  .home-acrroche-content::before {
    width: 21.125rem;
    height: 18.75rem; } }
@media (min-width: 48.75rem) {
  .home-news-article {
    min-height: 35rem;
    margin-bottom: 0; } }
@media (min-width: 52.5rem) {
  .home-acrroche-content::before {
    right: 70%; } }
@media (min-width: 63.75rem) {
  .home-acrroche-content::before {
    right: 74%;
    width: 28.1875rem;
    height: 25.0625rem; }

  h1.home-accroche-title {
    font-size: 3.5rem; }

  h1.home-accroche-title .home-accroche-subtitle {
    font-size: 2rem; }

  h1.home-accroche-title .home-accroche-mainTitle::before {
    top: -3.75rem;
    width: 3.75rem;
    height: 3.75rem; }

  .home-access-content {
    max-width: 100rem; }

  ul.home-access-public-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

  li.home-access-public-item {
    width: 50%; }

  .home-map-content {
    max-width: 100%;
    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; }

  .home-map-title h2.home-section-title {
    left: 20%;
    margin: 0; }

  .home-map-svg {
    display: block;
    width: 60%;
    min-width: 35rem; }

  .home-map-adresses {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1; }

  .home-map-adresse + .home-map-adresse {
    margin-top: 2.5rem; } }
@media (min-width: 75rem) {
  ul.home-access-espace-list {
    max-width: 100%; } }
@media (min-width: 77.5rem) {
  .home-acrroche-content::before {
    right: auto;
    left: 0;
    width: 42.3125rem;
    height: 37.625rem;
    -webkit-transform: translateX(-38%) translateY(-57%);
    transform: translateX(-38%) translateY(-57%); }

  section.home-news-agenda {
    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; }

  .home-news,
  .home-agenda {
    margin-left: 0;
    margin-right: 0; }

  .home-agenda {
    width: 25rem;
    margin-top: 0; } }
/* TITLE & CHAPO */
.interior-page-content {
  position: relative; }

article.interior-article::before,
article.interior-article:not(.interior-article-etablissement)::after {
  content: "";
  position: absolute;
  display: block;
  width: 10rem;
  height: 5rem;
  background-image: url("../images/wave-thin-orange.svg");
  background-size: 100% 100%;
  background-position: center; }

article.interior-article::before {
  top: 9.375rem;
  right: 0; }

article.interior-article:not(.interior-article-etablissement)::after {
  top: 75rem;
  left: 0;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }

h1.interior-article-mainTitle,
h1.portlet-title,
h1.offline-pages-h1,
p.interior-article-chapo {
  z-index: 1;
  position: relative;
  max-width: 48.75rem;
  background: #fff;
  text-align: center; }

h1.interior-article-mainTitle,
h1.portlet-title,
h1.offline-pages-h1 {
  margin: 1.25rem auto 2.5rem;
  font-family: RooneySansBlack, AdjustedArialBlack, sans-serif;
  font-size: 2.25rem;
  line-height: 1.0; }

h1.portlet-title,
h1.offline-pages-h1 {
  padding: 0 1.25rem; }

h1.portlet-title img {
  display: none; }

p.interior-article-chapo {
  margin: 0 auto 2.5rem;
  padding-bottom: 2.5rem;
  font-family: RooneySansBold, AdjustedArialBold, sans-serif; }

p.interior-article-chapo::after {
  content: "";
  display: block;
  position: absolute;
  width: 2.5rem;
  height: 0;
  left: 50%;
  bottom: 0;
  margin-left: -1.25rem;
  border-top: 0.25rem solid #f8ad41; }

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

/* CONTENT */
/* Margins */
.interior-article-paragraph {
  z-index: 1;
  margin-bottom: 3.75rem;
  background: #fff; }

.interior-article-paragraph p,
.interior-article-paragraph ul,
.interior-article-paragraph ol,
.interior-article-paragraph h2,
.interior-article-paragraph h3,
.interior-article-paragraph h4,
.interior-article-paragraph h5,
.interior-article-paragraph .blockquote {
  z-index: 1;
  position: relative;
  max-width: 48.75rem;
  margin-left: auto;
  margin-right: auto; }

.interior-article-paragraph.simpleParagraph:not(.carouselBanner) p,
.interior-article-paragraph.simpleParagraph:not(.carouselBanner) ul,
.interior-article-paragraph.simpleParagraph:not(.carouselBanner) ol,
.interior-article-paragraph.simpleParagraph:not(.carouselBanner) h2,
.interior-article-paragraph.simpleParagraph:not(.carouselBanner) h3,
.interior-article-paragraph.simpleParagraph:not(.carouselBanner) h4,
.interior-article-paragraph.simpleParagraph:not(.carouselBanner) h5,
.interior-article-paragraph.simpleParagraph:not(.carouselBanner) .blockquote,
.interior-article-paragraph.etbalissement-services p,
.interior-article-paragraph.etbalissement-services ul,
.interior-article-paragraph.etbalissement-services ol,
.interior-article-paragraph.etbalissement-services h2,
.interior-article-paragraph.etbalissement-services h3,
.interior-article-paragraph.etbalissement-services h4,
.interior-article-paragraph.etbalissement-services h5 {
  background: #fff; }

.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 figure {
  max-width: 62.375rem;
  margin-left: auto;
  margin-right: auto; }

.interior-article-paragraph h2.paragraph-title + *,
.interior-article-paragraph > :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 > :last-child,
.interior-article-paragraph .flex-media-paragraph > :last-child,
.interior-article-paragraph .flex-media-paragraph .flex-media-paragraph-content > :last-child,
.interior-article-paragraph .flex-media-paragraph-content > :last-child,
.interior-article-paragraph .orangeBanner-content > :last-child,
.interior-article-paragraph .accordion-content > :last-child {
  margin-bottom: 0; }

/* Titles and text enhancement */
.interior-article-paragraph h2.paragraph-title {
  margin: 0 auto 1.875rem;
  font-size: 1.5rem;
  font-family: RooneySansBold, AdjustedArialBold, sans-serif;
  line-height: 1.0; }

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

.interior-article-paragraph h2.paragraph-title-large {
  max-width: 52.5rem; }

.interior-article-paragraph h3,
.interior-article-paragraph h4,
.html-editor h3,
.html-editor h4 {
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
  line-height: 1.0;
  font-size: 1.5rem;
  font-family: RooneySansBold, AdjustedArialBold, sans-serif;
  font-weight: normal; }

.interior-article-paragraph h3.is-paragraph {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 1rem; }

.interior-article-paragraph h5,
.html-editor h5 {
  margin-top: 1.875rem;
  margin-bottom: 0.625rem;
  line-height: 1.0;
  font-size: 1.125rem;
  font-family: RooneySansBold, AdjustedArialBold, sans-serif;
  font-weight: normal; }

.interior-article-paragraph h5 a,
.interior-article-paragraph h5 a:visited,
.html-editor h5 a {
  display: inline-block;
  margin-bottom: 1.25rem;
  padding: 0.75rem 1.25rem;
  border-radius: 0.375rem;
  background: #312783;
  color: #fff;
  text-transform: #fff;
  font-size: 1.125rem;
  -webkit-transition: background .25s ease-out, color .25s ease-out;
  transition: background .25s ease-out, color .25s ease-out; }

.interior-article-paragraph h5 a:hover,
.interior-article-paragraph h5 a:focus {
  background: #594ad4;
  color: #fff; }

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

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

.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,
.main-content #_400_WAR_fu_resultats .media-heading a,
.main-content #_400_WAR_fu_resultats .media-heading a:visited,
.main-content #_400_WAR_fu_resultats .media-heading a:focus,
.fullPage-alert a,
.fullPage-alert a:visited,
.fullPage-alert a:focus {
  background: -webkit-linear-gradient(to top, rgba(248, 173, 65, 0.75) 0%, rgba(248, 173, 65, 0.75) 100%, transparent 100%) no-repeat left 0 bottom 0/100% 0.125rem;
  background: linear-gradient(to top, rgba(248, 173, 65, 0.75) 0%, rgba(248, 173, 65, 0.75) 100%, transparent 100%) no-repeat left 0 bottom 0/100% 0.125rem; }

.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,
.fullPage-alert a,
.fullPage-alert a:visited,
.html-editor a,
.html-editor a:visited {
  color: #312783; }

.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,
.main-content #_400_WAR_fu_resultats .media-heading a:hover,
.main-content #_400_WAR_fu_resultats .media-heading a:visited:hover,
.main-content #_400_WAR_fu_resultats .media-heading 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(248, 173, 65, 0.4) 0%, rgba(248, 173, 65, 0.4) 100%, transparent 100%) no-repeat left 0 bottom 0/100% 1.25rem;
  background: linear-gradient(to top, rgba(248, 173, 65, 0.4) 0%, rgba(248, 173, 65, 0.4) 100%, transparent 100%) no-repeat left 0 bottom 0/100% 1.25rem; }

.interior-article-paragraph a.news-list-agenda-link,
.interior-article-paragraph a.news-list-agenda-link:visited,
.interior-article-paragraph a.news-list-agenda-link:hover,
.interior-article-paragraph a.news-list-agenda-link:visited:hover,
.interior-article-paragraph a.news-list-agenda-link:focus {
  background: none; }

/* 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: 1.875rem; }

.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.9375rem; }

.interior-article-paragraph ul,
.html-editor ul {
  padding-left: 1.75rem;
  list-style-image: url("../images/water-drop-orange.png"); }

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

.interior-article-paragraph ul li,
.html-editor ul li {
  padding-left: 0.5rem; }

.interior-article-paragraph ol li,
.html-editor ol li {
  position: relative;
  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: -2.25rem;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.25rem;
  text-align: center;
  border-radius: 50%;
  background: #f8ad41;
  color: #312783;
  font-family: RooneySansBold, AdjustedArialBold, sans-serif;
  font-size: 1.125rem; }

/* .blockquotes */
.interior-article-paragraph .blockquote,
.html-editor .blockquote {
  position: relative;
  margin: 0 auto 1.875rem;
  padding: 0 1.875rem;
  border: 0; }

.interior-article-paragraph .blockquote::before,
.interior-article-paragraph .blockquote::after {
  content: "";
  position: absolute;
  display: block;
  width: 1.25rem;
  height: 1rem;
  background-image: url("../images/pictos.svg#quote");
  background-size: 100% 100%;
  background-position: center; }

.interior-article-paragraph .blockquote::before {
  top: 0.25rem;
  left: 0; }

.interior-article-paragraph .blockquote::after {
  bottom: 0.25rem;
  right: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg); }

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

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

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

.interior-article-paragraph table caption,
.html-editor table {
  margin-bottom: 0.625rem;
  font-size: 1.25rem;
  font-family: RooneySansBold, AdjustedArialBold, sans-serif;
  text-align: left; }

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

.interior-article-paragraph table th,
.interior-article-paragraph table td,
.html-editor table th,
.html-editor table td {
  text-align: center;
  padding: 0.5rem 0.75rem;
  border: 0.25rem solid white; }

.interior-article-paragraph table th,
.interior-article-paragraph table td.is-th,
.html-editor table th {
  font-family: RooneySansBold, AdjustedArialBold, sans-serif;
  font-weight: normal;
  background: #f1edff; }

.interior-article-paragraph table th:empty,
.interior-article-paragraph table td.is-th:empty,
.html-editor table th:empty {
  background: none;
  border: 0; }

.interior-article-paragraph table td,
.html-editor table td {
  background: #f5f3ff; }

.interior-article-paragraph table th.disabled,
.interior-article-paragraph table td.disabled {
  background: #f9f9f9;
  color: #999; }

/* Media display */
.interior-article-media,
.interior-article-media {
  max-width: 100%;
  margin: 0 auto;
  text-align: center; }

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

.interior-article-media a[class*="link-"],
.interior-article-media a[class*="link-"] {
  display: inline-block; }

.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: 48.75rem;
  -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 img {
  border-radius: 0.625rem; }

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

.interior-article-media-image {
  -webkit-transition: opacity .25s ease-out;
  transition: opacity .25s ease-out; }

.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;
  padding: 0 1.25rem;
  font-family: RooneySansBold, AdjustedArialBold, sans-serif;
  text-align: center; }

iframe.interior-article-media-iframe,
embed.interior-article-media-iframe {
  width: 100%;
  height: 25rem;
  max-height: 85vh;
  border: 0; }

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

.interior-article-media-youtube-blocker {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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;
  width: 50rem;
  max-width: 100%;
  height: 25rem;
  margin: 0 auto;
  padding: 3.125rem 1.25rem;
  background: #313131; }

iframe.interior-article-media-iframe[src*="youtube"] {
  width: 50rem;
  max-width: 100%;
  margin: 0 auto; }

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

p.youtube-blocker-text {
  position: relative;
  max-width: 30rem;
  margin: 0;
  background: transparent !important;
  color: #fff;
  font-size: 0.875rem; }

.youtube-blocker-btn-wrapper {
  position: relative;
  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: #312783;
  color: #fff;
  font-family: RooneySansBold, AdjustedArialBold, sans-serif;
  text-decoration: none;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  -webkit-transition: background .25s ease-out, color .25s ease-out;
  transition: background .25s ease-out, color .25s ease-out; }

.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-paragraph.carouselBanner {
  position: relative;
  padding: 3.125rem 0; }

.interior-article-paragraph.carouselBanner::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 50%;
  background: #312783;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.interior-article-paragraph.carouselBanner h2.paragraph-title {
  position: relative;
  color: #fff;
  text-align: center; }

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

.carousel {
  position: relative;
  width: 100%;
  height: 0;
  margin-bottom: 6.25rem; }

.aui .carousel {
  line-height: 1.4; }

.carousel-img-wrapper {
  position: absolute;
  -webkit-transition: opacity ease-out .5s;
  transition: opacity ease-out .5s; }

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

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

.carousel-img-noDisplay {
  display: none;
  opacity: 0;
  z-index: 1; }

figure.carousel-figure {
  margin: 0; }

button.carousel-arrow {
  z-index: 3;
  display: block;
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  top: 1.25rem;
  border-radius: 50%;
  background-color: #f8ad41;
  background-image: url("../images/pictos.svg#single_quote_blue");
  background-position: center;
  background-size: 60%;
  -webkit-transition: .15s ease-out;
  transition: .15s ease-out; }

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

button.carousel-arrow-prev {
  left: 1.25rem; }

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

button.carousel-arrow:hover,
button.carousel-arrow:focus {
  background-color: #fff; }

.carousel-buttons {
  position: absolute;
  left: 50%;
  top: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin: 0;
  padding: 56.25% 0 0;
  list-style-image: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

button.carousel-button {
  position: relative;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: transparent; }

button.carousel-button::after {
  content: "";
  display: block;
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: 0.5rem;
  left: 0.5rem;
  border-radius: 50%;
  background: #9690c2;
  -webkit-transition: background .25s ease-out;
  transition: background .25s ease-out; }

button.carousel-button:focus {
  outline: 0.125rem solid #312783 !important;
  outline-offset: 0.125rem !important; }

button.carousel-button.carousel-button-current::after {
  background: #fff; }

button.carousel-button.carousel-button-current::before {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 3px solid #fff;
  -webkit-transition: background .25s ease-out;
  transition: background .25s ease-out; }

button.carousel-button:not(.carousel-button-current):hover::after,
button.carousel-button:not(.carousel-button-current):focus::after {
  background: #f8ad41; }

/* Accordions */
.interior-article-paragraph.accordion {
  margin-bottom: 2.5rem; }

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

.accordion h2.accordion-title button.accordion-title-button {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.75rem 3.75rem 0.75rem 1.25rem;
  background-color: #312783;
  color: #fff;
  line-height: 1.0;
  font-family: RooneySansBold, AdjustedArialBold, sans-serif;
  font-size: 1.25rem;
  text-align: left;
  -webkit-transition: background-color .25s ease-out;
  transition: background-color .25s ease-out; }

.accordion h2.accordion-title button.accordion-title-button:hover,
.accordion h2.accordion-title button.accordion-title-button:focus {
  background-color: #594ad4; }

.accordion h2.accordion-title button.accordion-title-button::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.75rem;
  height: 1.75rem;
  top: 50%;
  right: 0.625rem;
  margin-top: -0.875rem;
  border-radius: 0.375rem;
  background-color: #f8ad41;
  background-size: 100% 100%;
  background-position: center;
  pointer-events: none;
  -webkit-transition: background-image .25s ease-out;
  transition: background-image .25s ease-out; }

.accordion h2.accordion-title-noDisplay button.accordion-title-button::after {
  background-image: url("../images/pictos.svg#plus_vhite"); }

.accordion h2.accordion-title-collapsed button.accordion-title-button::after,
.accordion h2.accordion-title-expanded button.accordion-title-button::after {
  background-image: url("../images/pictos.svg#moins_white"); }

.accordion .accordion-content {
  max-width: 48.75rem;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }

.accordion h2.accordion-title-expanded + .accordion-content {
  max-height: 187.5rem;
  padding: 1.25rem 1.25rem;
  -webkit-transition: max-height .5s ease-in, padding .15s ease-out, border-color .15s ease-out;
  transition: max-height .5s ease-in, padding .15s ease-out, border-color .15s ease-out; }

.accordion h2.accordion-title-collapsed + .accordion-content,
.accordion h2.accordion-title-noDisplay + .accordion-content {
  max-height: 0;
  padding: 0 1.25rem;
  border-color: transparent;
  -webkit-transition: max-height .5s ease-out, padding .15s ease-in .35s, border-color .15s ease-in .35s;
  transition: max-height .5s ease-out, padding .15s ease-in .35s, border-color .15s ease-in .35s; }

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

/* Zoom paragraph */
.interior-article-paragraph.blueZoom {
  position: relative;
  max-width: 48.75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background: #312783;
  color: #fff; }

.interior-article-paragraph.blueZoom h2.paragraph-title {
  color: #f8ad41; }

.interior-article-paragraph.blueZoom a,
.interior-article-paragraph.blueZoom a:visited,
.interior-article-paragraph.blueZoom a:hover,
.interior-article-paragraph.blueZoom a:focus,
.interior-article-paragraph.blueZoom ::selection,
.interior-article-paragraph.carouselBanner a,
.interior-article-paragraph.carouselBanner a:visited,
.interior-article-paragraph.carouselBanner a:hover,
.interior-article-paragraph.carouselBanner a:focus,
.interior-article-paragraph.carouselBanner ::selection {
  color: #fff; }

.interior-article-paragraph.blueZoom h5 a,
.interior-article-paragraph.blueZoom h5 a:visited,
.interior-article-paragraph.carouselBanner h5 a,
.interior-article-paragraph.carouselBanner h5 a:visited {
  background: #f8ad41;
  color: #312783; }

.interior-article-paragraph.blueZoom h5 a:hover,
.interior-article-paragraph.blueZoom h5 a:focus,
.interior-article-paragraph.carouselBanner h5 a:hover,
.interior-article-paragraph.carouselBanner h5 a:focus {
  background: #fac574;
  color: #312783; }

.interior-article-paragraph.blueZoom *:focus,
.interior-article-paragraph.carouselBanner *:focus {
  outline: 0.125rem solid #f8ad41 !important; }

/* Orange banner */
.interior-article-paragraph.orangeBanner {
  position: relative;
  padding-bottom: 1.875rem; }

.interior-article-paragraph.orangeBanner::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 50%;
  background: #f8ad41;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.interior-article-paragraph.orangeBanner .orangeBanner-paragraph-title-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.875rem; }

.interior-article-paragraph.orangeBanner .orangeBanner-paragraph-title-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  width: 100vw;
  height: 50%;
  left: 50%;
  top: 0;
  background: #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.interior-article-paragraph.orangeBanner h2.orangeBanner-paragraph-title {
  z-index: 2;
  position: relative;
  margin-bottom: 0;
  padding: 1rem 2rem;
  background: #312783;
  color: #f8ad41;
  text-align: center; }

.interior-article-paragraph.orangeBanner h2.orangeBanner-paragraph-title::before,
.interior-article-paragraph.orangeBanner h2.orangeBanner-paragraph-title::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #312783; }

.interior-article-paragraph.orangeBanner h2.orangeBanner-paragraph-title::before {
  -webkit-transform: skew(20deg);
  transform: skew(20deg); }

.interior-article-paragraph.orangeBanner h2.orangeBanner-paragraph-title::after {
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg); }

.interior-article-paragraph.orangeBanner .orangeBanner-content {
  position: relative;
  max-width: 46.25rem;
  margin: auto;
  padding: 1.875rem 1.25rem;
  background: #fff;
  border-radius: 0.625rem;
  font-size: 1.125rem;
  text-align: center; }

.interior-article-paragraph.orangeBanner .orangeBanner-content::before,
.interior-article-paragraph.orangeBanner .orangeBanner-content::after {
  content: "";
  position: absolute;
  display: block;
  width: 3.75rem;
  height: 3.125rem;
  top: 50%;
  margin-top: -1.5625rem;
  background-image: url("../images/pictos.svg#quote_light");
  background-size: 100% 100%;
  background-position: center;
  opacity: .75; }

.interior-article-paragraph.orangeBanner .orangeBanner-content::before {
  left: -5.625rem; }

.interior-article-paragraph.orangeBanner .orangeBanner-content::after {
  right: -5.625rem;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg); }

/* Key numbers */
h2.paragraph-title.keyNumber-paragraph-title {
  text-align: center; }

.interior-article-keyNumbers {
  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;
  width: 100%;
  max-width: 18.125rem;
  margin: 0 auto;
  padding: 0;
  background: #fff; }

.interior-article-keyNumbers .interior-article-innerContent {
  margin: 0 auto;
  width: 18.125rem;
  max-width: 100%; }

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

.interior-article-keyNumbers .interior-article-innerContent:nth-child(2n+1) {
  background: #fff;
  border: 0.0625rem solid #dddddd; }

.interior-article-keyNumbers .interior-article-innerContent:nth-child(2n) {
  background: #fbfcf9; }

.interior-article-keyNumbers h3.interior-article-keyNumber {
  margin: 0 0 0.9375rem;
  color: #f8ad41;
  font-family: RooneySansBlack, AdjustedArialBlack, sans-serif;
  font-size: 3.5rem;
  letter-spacing: 0.125rem;
  text-align: center; }

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

/* DECORATIVE WAVE */
.interior-article-paragraph.leftWave,
.interior-article-paragraph.rightWave,
.interior-article-paragraph.bottomLeftWave,
.interior-article-paragraph.bottomRightWave,
.interior-article-paragraph.etablissement-activites figure.etablissement-carousel-activites,
.activites-wrapper {
  position: relative; }

.interior-article-paragraph.leftWave::after,
.interior-article-paragraph.rightWave::after,
.interior-article-paragraph.bottomLeftWave::after,
.interior-article-paragraph.bottomRightWave::after,
.interior-article-paragraph.etablissement-activites figure.etablissement-carousel-activites::after,
.interior-article-paragraph.etablissement-activites figure.etablissement-carousel-activites::after,
.activites-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 3.4375rem;
  background-image: url("../images/wave-pattern.svg");
  background-repeat: repeat-x;
  background-size: 6.25rem 3.4375rem; }

.interior-article-paragraph.leftWave::after,
.interior-article-paragraph.rightWave::after {
  display: none; }

.interior-article-paragraph.leftWave::after,
.interior-article-paragraph.bottomLeftWave::after,
.interior-article-paragraph.etablissement-activites figure.etablissement-carousel-activites::after {
  background-position: top right; }

.interior-article-paragraph.rightWave::after,
.interior-article-paragraph.bottomRightWave::after,
.activites-wrapper::after {
  background-position: top left; }

.interior-article-paragraph.leftWave::after,
.interior-article-paragraph.rightWave::after {
  top: 0; }

.interior-article-paragraph.leftWave::after {
  right: 50%; }

.interior-article-paragraph.simpleParagraph.leftWave::after {
  -webkit-transform: translateX(-25.625rem);
  transform: translateX(-25.625rem); }

.interior-article-paragraph.blueZoom.leftWave::after {
  -webkit-transform: translateX(-24.375rem);
  transform: translateX(-24.375rem); }

.interior-article-paragraph.rightWave::after {
  left: 50%; }

.interior-article-paragraph.simpleParagraph.rightWave::after {
  -webkit-transform: translateX(25.625rem);
  transform: translateX(25.625rem); }

.interior-article-paragraph.blueZoom.rightWave::after {
  -webkit-transform: translateX(24.375rem);
  transform: translateX(24.375rem); }

.interior-article-paragraph.bottomLeftWave,
.interior-article-paragraph.bottomRightWave,
.activites-wrapper {
  margin-bottom: 6.5625rem; }

.interior-article-paragraph.etablissement-activites figure.etablissement-carousel-activites {
  margin-bottom: 7.8125rem; }

.interior-article-paragraph.bottomLeftWave::after,
.interior-article-paragraph.bottomRightWave::after,
.activites-wrapper::after {
  bottom: -4.6875rem; }

.interior-article-paragraph.etablissement-activites figure.etablissement-carousel-activites::after {
  bottom: -5.9375rem; }

.interior-article-paragraph.blueZoom.bottomLeftWave,
.interior-article-paragraph.blueZoom.bottomRightWave {
  margin-bottom: 4.0625rem; }

.interior-article-paragraph.blueZoom.bottomLeftWave::after,
.interior-article-paragraph.blueZoom.bottomRightWave::after {
  bottom: -2.1875rem; }

.interior-article-paragraph.bottomLeftWave::after,
.interior-article-paragraph.etablissement-activites figure.etablissement-carousel-activites::after {
  right: 0; }

.interior-article-paragraph.bottomRightWave::after,
.activites-wrapper::after {
  left: 0; }

/* ACTIVITES PISCINES */
ul.activite-liste-piscines {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 3.125rem 0 2.5rem; }

a.activite-piscine-link {
  position: relative;
  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;
  width: 13.75rem;
  height: 10rem;
  margin: 0 0.3125rem 0.625rem;
  background-color: #fff;
  overflow: hidden; }

.etablissement-piscine a.activite-piscine-link {
  width: 17.5rem;
  height: 12.5rem;
  margin: 0 0.9375rem 1.875rem; }

a.activite-piscine-link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 2.5rem;
  right: 2.5rem;
  max-width: 0;
  height: 0;
  border-bottom: 0.25rem solid #f8ad41;
  -webkit-transition: max-width .5s ease-out;
  transition: max-width .5s ease-out; }

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

a.activite-piscine-link:hover::before,
a.activite-piscine-link:focus::before {
  transform: none; }

img.activite-piscine-img {
  width: 13.75rem;
  height: 13.75rem; }

.etablissement-piscine img.activite-piscine-img {
  width: 17.5rem;
  height: 17.5rem; }

@media (min-width: 32.5rem) {
  h1.interior-article-mainTitle,
  h1.portlet-title,
  h1.offline-pages-h1 {
    font-size: 3rem; }

  .interior-article-paragraph h2.paragraph-title {
    font-size: 2.25rem; }

  .interior-article-paragraph h3,
  .interior-article-paragraph h4,
  .html-editor h3,
  .html-editor h4 {
    font-size: 1.5rem; }

  .interior-article-paragraph h5,
  .html-editor h5 {
    font-size: 1.25rem; }

  .interior-article-paragraph.blueZoom {
    padding: 3.125rem 2.5rem 2.5rem; }

  .interior-article-paragraph.blueZoom::before {
    content: "";
    position: absolute;
    display: block;
    top: 0.625rem;
    left: 1.25rem;
    width: 4.375rem;
    height: 5rem;
    background-image: url("../images/water-drop-blueZoom.svg");
    background-size: 100% 100%;
    background-position: center; }

  .interior-article-paragraph.blueZoom h2.paragraph-title {
    padding-left: 4.375rem; }

  .interior-article-paragraph.orangeBanner {
    padding-bottom: 2.5rem; }

  .interior-article-paragraph.orangeBanner .orangeBanner-content {
    padding: 2.5rem; } }
@media (min-width: 41.25rem) {
  .interior-article-keyNumbers {
    max-width: 36.25rem;
    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; }

  @supports (display: grid) {
    .interior-article-keyNumbers {
      display: grid;
      grid-gap: 0;
      justify-content: start;
      grid-template-columns: repeat(auto-fit, 50%); } }
  .interior-article-keyNumbers .interior-article-innerContent:nth-child(1),
  .interior-article-keyNumbers .interior-article-innerContent:nth-child(4),
  .interior-article-keyNumbers .interior-article-innerContent:nth-child(5),
  .interior-article-keyNumbers .interior-article-innerContent:nth-child(8) {
    background: #fff;
    border: 0.0625rem solid #dddddd; }

  .interior-article-keyNumbers .interior-article-innerContent:nth-child(2),
  .interior-article-keyNumbers .interior-article-innerContent:nth-child(3),
  .interior-article-keyNumbers .interior-article-innerContent:nth-child(6),
  .interior-article-keyNumbers .interior-article-innerContent:nth-child(7) {
    background: #fbfcf9;
    border: 0; } }
@media (min-width: 48.75rem) {
  .interior-article-paragraph.leftWave::after,
  .interior-article-paragraph.rightWave::after,
  .interior-article-paragraph.bottomLeftWave::after,
  .interior-article-paragraph.bottomRightWave::after,
  .interior-article-paragraph.etablissement-activites figure.etablissement-carousel-activites::after,
  .activites-wrapper::after {
    width: 100vw;
    height: 6.5625rem;
    background-image: url("../images/wave-pattern.svg"), url("../images/wave-pattern.svg");
    background-repeat: repeat-x, repeat-x;
    background-size: 6.25rem 3.4375rem, 6.25rem 3.4375rem; }

  .interior-article-paragraph.leftWave::after,
  .interior-article-paragraph.bottomLeftWave::after,
  .interior-article-paragraph.etablissement-activites figure.etablissement-carousel-activites::after {
    background-position: top right, bottom right; }

  .interior-article-paragraph.rightWave::after,
  .interior-article-paragraph.bottomRightWave::after,
  .activites-wrapper::after {
    background-position: top left, bottom left; }

  .interior-article-paragraph.bottomLeftWave,
  .interior-article-paragraph.bottomRightWave,
  .activites-wrapper {
    margin-bottom: 10.9375rem; }

  .interior-article-paragraph.etablissement-activites figure.etablissement-carousel-activites {
    margin-bottom: 12.1875rem; }

  .interior-article-paragraph.bottomLeftWave::after,
  .interior-article-paragraph.bottomRightWave::after,
  .activites-wrapper::after {
    bottom: -8.4375rem; }

  .interior-article-paragraph.etablissement-activites figure.etablissement-carousel-activites::after {
    bottom: -9.6875rem; }

  .interior-article-paragraph.blueZoom.bottomLeftWave,
  .interior-article-paragraph.blueZoom.bottomRightWave {
    margin-bottom: 10.9375rem; }

  .interior-article-paragraph.blueZoom.bottomLeftWave::after,
  .interior-article-paragraph.blueZoom.bottomRightWave::after {
    bottom: -5.3125rem; } }
@media (min-width: 56.25rem) {
  .flex-media-paragraph {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

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

  .interior-article-media.etablissement-carousel-services {
    max-width: 70%; }

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

  .interior-article-media-flexLeft.etablissement-carousel {
    margin-right: 3.75rem; }

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

  .interior-article-media-flexRight.etablissement-carousel {
    margin-left: 3.75rem; }

  .interior-article-paragraph.leftWave::after,
  .interior-article-paragraph.rightWave::after {
    display: block; } }
@media (min-width: 77.5rem) {
  .interior-article-keyNumbers {
    max-width: 100%; }

  @supports (display: grid) {
    .interior-article-keyNumbers {
      grid-template-columns: repeat(auto-fit, 25%); } }
  .interior-article-keyNumbers .interior-article-innerContent:nth-child(2n+1) {
    background: #fff;
    border: 0.0625rem solid #dddddd; }

  .interior-article-keyNumbers .interior-article-innerContent:nth-child(2n) {
    background: #fbfcf9;
    border: 0; } }
@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: -3.75rem; }

  .interior-article-media-fCenter.interior-article-media-carousel-wrapper button.carousel-arrow-prev {
    left: -3.75rem; } }
/* HEADER */
.main-header-piscineLogo {
  position: absolute;
  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;
  left: 50%;
  top: 60%;
  width: 10.625rem;
  height: 10.625rem;
  margin-top: -5.3125rem;
  margin-left: -5.3125rem;
  border-radius: 50%;
  background: #fff; }

.main-header-piscineLogo img {
  width: 8.75rem;
  height: 8.75rem; }

/* GLOBAL CONTENT */
.interior-article-etablissement .interior-article-paragraph:not(.bottomLeftWave):not(.bottomRightWave) {
  margin-bottom: 6.25rem; }

.interior-article-etablissement .interior-article-paragraph:not(.bottomLeftWave):not(.bottomRightWave).etablissement-activites {
  margin-bottom: 0; }

.interior-article-etablissement .interior-article-paragraph.bottomLeftWave::after,
.interior-article-etablissement .interior-article-paragraph.bottomRightWave::after {
  bottom: -3.4375rem; }

/* TABS (HORAIRES ET TARIFS) */
.interior-article-paragraph ul.etablissement-tabs {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1.25rem;
  padding-left: 0;
  list-style-image: none; }

.interior-article-paragraph li.etablissement-tab {
  margin: 0 1.25rem 0.625rem; }

.interior-article-paragraph button.etablissement-tab-btn {
  display: block;
  width: 15.8125rem;
  padding: 0.75rem 0;
  border-radius: 0.375rem;
  text-transform: uppercase;
  font-family: RooneySansBold, AdjustedArialBold, sans-serif;
  color: #fff;
  background: #7A6DB3;
  -webkit-transition: background .25s ease-out;
  transition: background .25s ease-out; }

.interior-article-paragraph button.etablissement-tab-btn.etablissement-tab-btn-current {
  background: #312783;
  cursor: default; }

.interior-article-paragraph button.etablissement-tab-btn:not(.etablissement-tab-btn-current):hover,
.interior-article-paragraph button.etablissement-tab-btn:not(.etablissement-tab-btn-current):focus {
  background: #594ad4; }

.interior-article-paragraph button.etablissement-tab-btn:focus {
  outline: 0.125rem solid #312783 !important;
  outline-offset: 0.125rem !important; }

.etablissement-tab-content.etablissement-tab-content-noDisplay {
  display: none; }

.interior-article-paragraph .etablissement-tab-btn-main {
  position: relative; }

.interior-article-paragraph .etablissement-tab-btn-main::after {
  content: "";
  display: block;
  position: absolute;
  width: 3.75rem;
  height: 0;
  bottom: 0.5rem;
  left: 50%;
  margin-left: -1.875rem;
  border-top: 0.125rem solid white;
  -webkit-transition: border .25s ease-out;
  transition: border .25s ease-out; }

.etablissement-tabs-contents {
  z-index: 1;
  position: relative; }

/* HORAIRES & TARIFS */
.etablissement-tabs-contents-horaires,
.etablissement-tabs-contents-horaires-simples {
  max-width: 57.5rem;
  margin: auto;
  padding: 0 0 2.5rem; }

article.interior-article.interior-article-etablissement .etablissement-tarifs {
  margin-top: 2.5rem; }

.etablissement-tabs-contents table {
  width: auto !important;
  margin-left: auto;
  margin-right: auto; }

.etablissement-tabs-contents-tarifs table {
  margin-top: 0;
  margin-bottom: 0; }

.etablissement-tabs-contents-tarifs .tarifs-table-wrapper {
  margin: 0.625rem 0 1.25rem; }

.etablissement-tabs-contents-horaires th,
.etablissement-tabs-contents-horaires td,
.etablissement-tabs-contents-horaires-simple th,
.etablissement-tabs-contents-horaires-simple td {
  width: 15rem; }

.etablissement-tabs-contents-horaires-simple thead th {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  background: #efefef; }

.etablissement-tabs-contents-horaires-simple thead th .enhanced {
  text-transform: uppercase; }

.etablissement-tabs-contents-horaires tbody th,
.etablissement-tabs-contents-horaires-simple tbody th,
.etablissement-tabs-contents-horaires tbody td.is-th,
.etablissement-tabs-contents-horaires-simple tbody td.is-th {
  text-transform: uppercase; }

.etablissement-tabs-contents-horaires-simple tbody td:empty {
  background: #f9f9f9; }

.interior-article .etablissement-tabs-contents-tarifs th {
  width: 12.5rem;
  font-family: RooneySans, AdjustedArial, sans-serif; }

.etablissement-tabs-contents-tarifs td {
  width: 8.75rem;
  font-family: RooneySansBold, AdjustedArialBold, sans-serif; }

.pastille-rose::before,
.pastille-rouge::before,
.pastille-orange::before,
.pastille-vert::before {
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.5rem;
  border-radius: 50%; }

td.pastille-rose::before,
td.pastille-rouge::before,
td.pastille-orange::before,
td.pastille-vert::before {
  vertical-align: middle; }

.pastille-rose::before {
  background: #f99; }

.pastille-rouge::before {
  background: #f00; }

.pastille-orange::before {
  background: #f90; }

.pastille-vert::before {
  background: #3c3; }

.etablissement-tarifs .etablissement-tabs-contents-tarifs .tarifs-table-wrapper h4 {
  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;
  max-width: 34rem;
  height: 5rem;
  margin: 0 auto;
  padding: 1.25rem;
  border: 0.25rem solid white;
  background: #efefef;
  text-transform: uppercase;
  text-align: center; }

.etablissement-tarifs:not(.interior-article-paragraph) .etablissement-tabs-contents-tarifs .tarifs-table-wrapper h4 {
  max-width: 21.5rem;
  font-size: 1.25rem;
  line-height: 1.4; }

.etablissement-tabs-contents-horaires .etablissement-tab-content-alert {
  max-width: 30rem; }

.interior-article-paragraph.simpleParagraph p.etablissement-tab-content-alert,
.interior-article-paragraph.simpleParagraph .etablissement-tabs-contents-horaires p {
  max-width: 30rem;
  font-size: 0.9375rem;
  margin-bottom: 0;
  padding-left: 1.75rem;
  background-image: url("../images/pictos.svg#warning");
  background-size: 1.375rem;
  background-position: top left;
  background-repeat: no-repeat; }

.interior-article-paragraph.simpleParagraph .etablissement-tabs-contents-horaires p + p {
  margin-top: 0.625rem; }

.interior-article-paragraph.simpleParagraph table p,
.interior-article-paragraph.simpleParagraph .etablissement-tabs-contents-horaires table p {
  margin: 0;
  padding: 0;
  background: none;
  font-size: 1rem; }

.tarifs_mentions {
  font-size: 0.875rem; }

.tarifs_mentions.tarifs-mentions-unified {
  margin-top: 6.25rem; }

.tarifs_mentions p {
  margin-bottom: 0.625rem; }

/* ACTIVITES */
.etablissement-activites .flex-media-paragraph-content {
  max-width: 32.5rem;
  background-image: url("../images/saut.svg");
  background-position: right top;
  background-position: right 0 top 3.75rem;
  background-size: 7.5rem; }

ul.liste-activites {
  max-width: 32.5rem;
  padding-right: 8.75rem; }

a.liste-activites-link {
  position: relative; }

a.liste-activites-link::after {
  right: -1.875rem; }

/* CAROUSELS */
.etablissement-carousel button.carousel-button.carousel-button-current::after {
  background: #312783; }

.etablissement-carousel button.carousel-button.carousel-button-current::before {
  border-color: #312783; }

figcaption.carousel-legend {
  z-index: 2;
  display: inline-block;
  position: absolute;
  max-width: calc(100% - 1.5rem);
  left: 0.75rem;
  bottom: 0.75rem;
  padding: 0.25rem 0.5rem;
  background: #fff;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  font-family: RooneySansBold, AdjustedArialBold, sans-serif; }

/* TRANSPORT */
.interior-article-paragraph.etablissement-transport,
.interior-article-paragraph.etablissement-contact {
  position: relative;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.interior-article-paragraph.etablissement-transport {
  margin-bottom: 0 !important; }

.interior-article-paragraph.etablissement-contact {
  margin-bottom: -0.625rem !important; }

.interior-article-paragraph.etablissement-transport .etablissement-transport-content,
.interior-article-paragraph.etablissement-transport .etablissement-transport-map {
  width: 100%; }

.interior-article-paragraph.etablissement-transport .etablissement-transport-map {
  height: 26.25rem;
  max-height: 85vh;
  border: 0; }

.interior-article-paragraph.etablissement-transport .etablissement-transport-content {
  padding: 1.875rem 1.25rem;
  background: #312783;
  color: #fff; }

.interior-article-paragraph.etablissement-transport .etablissement-transport-content-inner {
  max-width: 43.75rem; }

.interior-article-paragraph.etablissement-transport .etablissement-transport-content h2.paragraph-title {
  max-width: 26.25rem;
  margin: 0.625rem auto 2.5rem;
  padding: 0 1.25rem;
  font-size: 1.5rem;
  color: #312783; }

.interior-article-paragraph.etablissement-transport .etablissement-transport-content .transport-paragraph-title-content {
  display: block;
  position: relative;
  padding: 1rem 2.875rem;
  background: #f8ad41; }

.interior-article-paragraph.etablissement-transport .etablissement-transport-content .transport-paragraph-title-content::before,
.interior-article-paragraph.etablissement-transport .etablissement-transport-content .transport-paragraph-title-content::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f8ad41; }

.interior-article-paragraph.etablissement-transport .etablissement-transport-content .transport-paragraph-title-content::before {
  -webkit-transform: skew(20deg);
  transform: skew(20deg); }

.interior-article-paragraph.etablissement-transport .etablissement-transport-content .transport-paragraph-title-content::after {
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg); }

ul.etablissement-transport-list {
  position: relative;
  max-width: 26.25rem;
  padding-left: 3.75rem;
  list-style-image: none; }

ul.etablissement-transport-list::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -6.25rem;
  width: 5rem;
  height: 5rem;
  margin-top: -2.5rem;
  background-image: url("../images/pictos.svg#star");
  background-size: 100% 100%;
  background-position: center; }

.etablissement-transport-title {
  display: inline-block;
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
  font-family: RooneySansBold, AdjustedArialBold, sans-serif;
  color: #f8ad41; }

.etablissement-transport-list li.etablissement-transport-item {
  position: relative;
  margin-bottom: 0; }

.etablissement-transport-list li.etablissement-transport-item + li.etablissement-transport-item {
  margin-top: 1.25rem;
  margin-top: 1.25rem;
  padding-top: 1.25rem; }

.etablissement-transport-list li.etablissement-transport-item + li.etablissement-transport-item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 0;
  border-top: 0.0625rem solid #9792c1; }

.etablissement-transport-list li.etablissement-transport-item:not(.etablissement-transport-more)::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  top: 0;
  left: -2.8125rem;
  background-size: 100%;
  background-position: center; }

.etablissement-transport-list li.etablissement-transport-item + li.etablissement-transport-item::after {
  top: 1.25rem; }

.etablissement-transport-list li.etablissement-transport-item.etablissement-transport-address::after {
  background-image: url("../images/pictos.svg#address"); }

.etablissement-transport-list li.etablissement-transport-item.etablissement-transport-velo::after {
  background-image: url("../images/pictos.svg#velo"); }

.etablissement-transport-list li.etablissement-transport-item.etablissement-transport-bus::after {
  background-image: url("../images/pictos.svg#bus");
  background-size: 1.25rem 1.25rem; }

.etablissement-transport-list li.etablissement-transport-item.etablissement-transport-voiture::after {
  background-image: url("../images/pictos.svg#voiture");
  background-size: 1.25rem 1.25rem; }

.etablissement-transport-list li.etablissement-transport-item.etablissement-transport-train::after {
  background-image: url("../images/pictos.svg#train"); }

ul.etablissement-transport-list a,
ul.etablissement-transport-list a:visited,
ul.etablissement-transport-list a:hover,
ul.etablissement-transport-list a:focus {
  color: #f8ad41; }

ul.etablissement-transport-list a:hover,
ul.etablissement-transport-list a:focus {
  color: #312783;
  background: -webkit-linear-gradient(to top, white 0, white 100%, transparent 100%) no-repeat left 0 bottom 0/100% 1.25rem;
  background: linear-gradient(to top, #ffffff 0%, #ffffff 100%, transparent 100%) no-repeat left 0 bottom 0/100% 1.25rem; }

ul.etablissement-transport-list a:focus {
  outline: 0.125rem solid #f8ad41 !important; }

/* CONTACT */
.interior-article-paragraph.etablissement-contact {
  padding: 5rem 1.25rem 3.75rem;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.2;
  background-color: #f8ad41;
  background-image: url("../images/water-drop-orange.svg"), url("../images/water-drop-orange-reverse.svg");
  background-size: 17.0625rem 11.25rem, 17.0625rem 11.25rem;
  background-position: right 20% bottom 0, left 20% top 0;
  background-repeat: no-repeat, no-repeat; }

.interior-article-paragraph.etablissement-contact p {
  max-width: 26.25rem;
  margin-bottom: 0; }

.interior-article-paragraph.etablissement-contact p + p {
  margin-top: 1.25rem;
  padding-top: 1.25rem; }

.interior-article-paragraph.etablissement-contact p + p::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 3.75rem;
  height: 0;
  margin-left: -1.875rem;
  border-top: 0.0625rem solid white; }

/* DECORATION */
article.interior-article.interior-article-etablissement .etbalissement-services,
article.interior-article.interior-article-etablissement .etablissement-activites,
article.interior-article.interior-article-etablissement .etablissement-tarifs {
  position: relative; }

article.interior-article.interior-article-etablissement .etbalissement-services::before,
article.interior-article.interior-article-etablissement .etablissement-activites::before,
article.interior-article.interior-article-etablissement .etablissement-tarifs::before,
article.interior-article.interior-article-etablissement:not(.interior-article-tables) .etablissement-tarifs::after {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 5rem;
  right: 50%;
  background-image: url("../images/wave-thin-orange.svg");
  background-size: 10rem 5rem;
  background-position: right top; }

article.interior-article.interior-article-etablissement .etablissement-tarifs::before {
  top: 2.5rem; }

article.interior-article.interior-article-etablissement .etbalissement-services::before,
article.interior-article.interior-article-etablissement:not(.interior-article-tables) .etablissement-tarifs::after {
  bottom: 0; }

article.interior-article.interior-article-etablissement .etablissement-activites::before {
  bottom: 3.75rem; }

article.interior-article.interior-article-etablissement .etablissement-activites::before,
article.interior-article.interior-article-etablissement:not(.interior-article-tables) .etablissement-tarifs::after {
  -webkit-transform: translateX(50%);
  transform: translateX(50%); }

article.interior-article.interior-article-etablissement .etbalissement-services::before,
article.interior-article.interior-article-etablissement .etablissement-tarifs::before {
  -webkit-transform: translateX(50%) rotateY(180deg);
  transform: translateX(50%) rotateY(180deg); }

/* RESPONSIVE */
@media (min-width: 32.5rem) {
  .interior-article-paragraph.etablissement-transport .etablissement-transport-content h2.paragraph-title {
    font-size: 2rem; } }
@media (min-width: 41.25rem) {
  .interior-article-etablissement .interior-article-paragraph.bottomLeftWave::after,
  .interior-article-etablissement .interior-article-paragraph.bottomRightWave::after {
    bottom: -7.1875rem; } }
@media (min-width: 43.75rem) {
  .etablissement-tabs-contents-horaires[data-title*="Lucien Maylin"]::after,
  .etablissement-tabs-contents-horaires[data-title*="Palmilud"]::after,
  .etablissement-tabs-contents-horaires[data-title*="Châtelaillon"]::after {
    position: relative; }

  .etablissement-tabs-contents-horaires[data-title*="Lucien Maylin"]::after,
  .etablissement-tabs-contents-horaires[data-title*="Palmilud"]::after,
  .etablissement-tabs-contents-horaires[data-title*="Châtelaillon"]::after {
    content: "";
    display: block;
    position: absolute;
    width: 10rem;
    height: 10rem;
    top: -12.5rem;
    left: 0;
    background-size: 100% 100%;
    background-position: center; }

  .etablissement-tabs-contents-horaires[data-title*="Lucien Maylin"]::after {
    background-image: url("/piscines-theme/images/logo-maylin.svg"); }

  .etablissement-tabs-contents-horaires[data-title*="Palmilud"]::after {
    background-image: url("/piscines-theme/images/logo-palmilud.svg"); }

  .etablissement-tabs-contents-horaires[data-title*="Châtelaillon"]::after {
    background-image: url("/piscines-theme/images/logo-chatel.svg"); } }
@media (min-width: 50rem) {
  .tarifs-table-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .etablissement-tarifs .etablissement-tabs-contents-tarifs .tarifs-table-wrapper h4,
  .etablissement-tarifs .etablissement-tabs-contents-tarifs .tarifs-table-wrapper table {
    margin-left: 0;
    margin-right: 0; }

  .etablissement-tarifs .etablissement-tabs-contents-tarifs .tarifs-table-wrapper h4 {
    width: 100%;
    max-width: 12.5rem;
    height: auto; }

  .etablissement-tarifs:not(.interior-article-paragraph) .etablissement-tabs-contents-tarifs .tarifs-table-wrapper h4 {
    max-width: 16.25rem; }

  .interior-article-paragraph.etablissement-contact {
    background-size: 30%, 30%;
    background-position: right 20% bottom -10%, left 20% top -10%; } }
@media (min-width: 56.25rem) {
  .interior-article-paragraph ul.etablissement-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .interior-article-paragraph .etablissement-tab-btn-main::after {
    bottom: -0.625rem;
    border-top: 0.25rem solid #9792c1; }

  .interior-article-paragraph .etablissement-tab-btn-main.etablissement-tab-btn-current::after {
    border-color: #312783; }

  .interior-article-paragraph button.etablissement-tab-btn:not(.etablissement-tab-btn-current):hover::after,
  .interior-article-paragraph button.etablissement-tab-btn:not(.etablissement-tab-btn-current):focus::after {
    border-color: #594ad4; }

  .etablissement-tabs-contents-horaires {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 2.5rem;
    background-image: url("../images/plongeon.svg");
    background-size: 22.5rem 22.5rem;
    background-position: top left; }

  .etablissement-tabs-contents-horaires[data-title*="Lucien Maylin"]::after,
  .etablissement-tabs-contents-horaires[data-title*="Palmilud"]::after,
  .etablissement-tabs-contents-horaires[data-title*="Châtelaillon"]::after {
    top: 0;
    left: auto;
    right: 33.75rem; }

  .etablissement-activites h2.paragraph-title {
    width: 100%;
    max-width: 18.75rem;
    margin-left: 0; }

  .interior-article-paragraph.etablissement-transport {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

  .interior-article-paragraph.etablissement-transport .etablissement-transport-content,
  .interior-article-paragraph.etablissement-transport .etablissement-transport-map {
    width: 50%; }

  .interior-article-paragraph.etablissement-transport .etablissement-transport-map {
    height: auto;
    max-height: 100%; }

  .interior-article-paragraph.etablissement-contact {
    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;
    font-size: 2rem; }

  .interior-article-paragraph.etablissement-contact p {
    max-width: 35rem;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    text-align: right; }

  .interior-article-paragraph.etablissement-contact p + p {
    margin-top: 0;
    margin-left: 2.5rem;
    padding-top: 0;
    padding-left: 2.5rem;
    text-align: left; }

  .interior-article-paragraph.etablissement-contact p + p::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 60px;
    height: 80px;
    margin-left: 0;
    margin-top: -30px;
    border-top: 0;
    border-left: 1px solid #fff;
    transform-origin: center;
    transform: rotateZ(15deg); } }
@media (min-width: 63.75rem) {
  .main-header-piscineLogo {
    top: 55%;
    width: 13.75rem;
    height: 13.75rem;
    margin-top: -6.875rem;
    margin-left: -6.875rem;
    border-radius: 50%;
    background: #fff; }

  .main-header-piscineLogo img {
    width: 11.25rem;
    height: 11.25rem; } }
@media (min-width: 75rem) {
  .main-header-piscineLogo {
    top: 50%; }

  .etablissement-activites .flex-media-paragraph-content {
    background-position: right top;
    background-size: 11.25rem; }

  ul.liste-activites {
    max-width: 32.5rem;
    padding-right: 12.5rem; } }
.news-list {
  max-width: 41.25rem;
  margin: 2.5rem auto 0; }

.news-list .home-news-content {
  max-width: 43.75rem;
  margin: 1.875rem 1.25rem; }

.news-list .home-news-content::after {
  display: none; }

.news-list .home-news-article {
  height: 100%;
  min-height: 0;
  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; }

.news-list .home-news-link::after {
  display: none; }

.news-list .home-news-content .carousel {
  height: auto; }

.news-list .news-details {
  padding: 1.875rem 1.25rem;
  flex: 1 1 0%;
  background-image: none; }

p.home-news-article-date,
p.home-news-article-accroche {
  margin: 1.5rem 0 0;
  text-align: center; }

p.home-news-article-accroche {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

button.load-more-news,
button.load-more-events {
  margin-top: 2.5rem; }

@media (min-width: 62.5rem) {
  .news-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    margin-top: 1.25rem; }

  .news-list .home-news-content {
    width: calc(50% - 3.75rem);
    margin: 1.875rem; } }
/* AGENDA EMPTY */
.agenda-empty {
  position: relative;
  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 LIST */
.news-list.news-list-agenda {
  display: block;
  max-width: 100%; }

.news-list-agenda .news-list-news-container {
  display: none;
  position: relative;
  margin-bottom: 1.25rem;
  border-radius: 0.625rem;
  -webkit-transition: max-height .25s ease-out;
  transition: max-height .25s ease-out; }

.news-list-agenda .news-list-news-container.news-list-displayed-event {
  display: block; }

.news-list-agenda .news-list-news-block {
  padding: 1.875rem 1.25rem 5rem;
  margin-bottom: 0;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem; }

.news-list-agenda h2.news-list-news-title {
  margin: 0;
  font-size: 1.25rem;
  font-family: RooneySansBlack, AdjustedArialBlack, sans-serif;
  text-transform: uppercase;
  color: #313131; }

.news-list-agenda p.news-list-news-description {
  margin: 0.625rem 0 0;
  color: #666; }

.inner-link .agenda-more-btn {
  position: static !important; }

.inner-link .agenda-more-btn:focus {
  outline: 0 !important; }

.inner-link .agenda-more-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

/* DATE PROG DISPLAY */
.news-list-agenda-prog {
  position: relative;
  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;
  min-height: 9.375rem;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
  line-height: 1.0;
  background-color: #312783;
  color: #fff;
  overflow: visible; }

.news-list-agenda-prog::before {
  content: "";
  border-left: 1.5rem solid transparent;
  border-right: 1.5rem solid transparent;
  border-top: 1.25rem solid #312783;
  position: absolute;
  bottom: -1.25rem;
  margin-left: -1.5rem;
  left: 50%; }

.news-list-news-container[data-place="Lucien Maylin"] .news-list-agenda-prog {
  background: #0069b4; }

.news-list-news-container[data-place="Lucien Maylin"] .news-list-agenda-prog::before {
  border-top: 1.25rem solid #0069b4; }

.news-list-news-container[data-place="Palmilud"] .news-list-agenda-prog {
  background: #128297; }

.news-list-news-container[data-place="Palmilud"] .news-list-agenda-prog::before {
  border-top: 1.25rem solid #128297; }

.news-list-news-container[data-place="Châtelaillon-Plage"] .news-list-agenda-prog {
  background: #5e4f9c; }

.news-list-news-container[data-place="Châtelaillon-Plage"] .news-list-agenda-prog::before {
  border-top: 1.25rem solid #5e4f9c; }

.news-list-agenda-progContent {
  text-align: center; }

p.news-list-agenda-date {
  display: inline-block;
  margin-top: 0.625rem;
  margin-bottom: 0;
  text-align: center; }

p.news-list-agenda-date + p.news-list-agenda-date {
  position: relative;
  margin-left: 3.125rem; }

p.news-list-agenda-date + p.news-list-agenda-date::before {
  content: "";
  position: absolute;
  display: block;
  left: -2.625rem;
  top: 0.625rem;
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 50%;
  background-image: url("../images/white-small-arrow.svg");
  background-size: 1.125rem 1.6875rem;
  background-position: center; }

.news-list-agenda-city,
.news-list-agenda-month {
  text-transform: uppercase; }

.news-list-agenda-city {
  text-align: center;
  font-size: 0.875rem;
  font-family: RooneySansBold, AdjustedArialBold, sans-serif; }

.news-list-agenda-month {
  display: inline-block;
  margin-top: 1.25rem;
  font-size: 1.125rem; }

.news-list-agenda-day {
  font-size: 4rem;
  font-family: RooneySansBlack, AdjustedArialBlack, sans-serif;
  line-height: .5; }

/* MORE CONTENT MANAGEMENT */
.news-list-agenda article.news-list-news-container .inner-link {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  padding: 0;
  border-radius: 0.625rem;
  box-shadow: 0 0 0.5rem 0.125rem #cccccc;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: box-shadow .25s ease-out, border .25s ease-out;
  transition: box-shadow .25s ease-out, border .25s ease-out; }

.news-list-agenda article.news-list-news-container .inner-link:hover,
.news-list-agenda article.news-list-news-container .inner-link:focus-within {
  box-shadow: 0 0 0.5rem 0.125rem #594ad4; }

.news-list-agenda article.news-list-news-container .inner-link.news-list-agenda-link-expanded {
  border-color: #ccc; }

.news-list-agenda article.news-list-news-container .inner-link::after {
  content: "+";
  position: absolute;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  bottom: 1.25rem;
  right: 1.25rem;
  border-radius: 0.375rem;
  line-height: 2.25rem;
  text-align: center;
  color: #fff;
  font-size: 2.5rem;
  background: #f8ad41;
  -webkit-transition: background .25s ease-out, -webkit-transform .25s ease-out, transform .25s ease-out;
  transition: background .25s ease-out, -webkit-transform .25s ease-out, transform .25s ease-out; }

.news-list-agenda article.news-list-news-container .inner-link:hover::after,
.news-list-agenda article.news-list-news-container .inner-link:focus-within::after {
  background: #312783; }

.news-list-agenda article.news-list-news-container .inner-link.news-list-agenda-link-expanded::after {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }

.news-list-agenda-moreContent {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  max-height: 0;
  background-color: #fff;
  border: 0.0625rem solid transparent;
  border-top: 0;
  overflow: hidden;
  -webkit-transition: max-height .35s ease-out, padding .35s ease-out, border .35s ease-out;
  transition: max-height .35s ease-out, padding .35s ease-out, border .35s ease-out; }

.news-list-agenda-moreContent-displayed {
  padding-top: 2.5rem;
  padding-bottom: 1.25rem;
  max-height: 62.5rem;
  border-color: #ccc;
  -webkit-transition: max-height .35s ease-in, padding .35s ease-in, border .35s ease-in;
  transition: max-height .35s ease-in, padding .35s ease-in, border .35s ease-in; }

.news-list-agenda-moreContent.news-list-agenda-moreContent-noDisplay {
  display: none; }

/* MORE CONTENT DISPLAY */
p.news-list-agenda-description,
.news-list-agenda-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: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #cccccc;
  color: #666; }

.news-list-agenda-description strong {
  font-family: RooneySansBold, AdjustedArialBold, sans-serif;
  font-weight: normal;
  color: #555; }

.news-list-agenda-description p,
.news-list-agenda-description ul {
  margin: 0 0 0.625rem; }

.news-list-agenda-description ul {
  list-style-type: disc;
  padding-left: 1.25rem; }

.news-list-agenda-description ul li {
  margin: 0 0 0.25rem; }

.news-list-agenda-description p:last-child,
.news-list-agenda-description ul:last-child,
.news-list-agenda-description ul li:last-child {
  margin-bottom: 0; }

.news-list-agenda-description a {
  font-family: RooneySansBold, AdjustedArialBold, sans-serif;
  color: #555;
  background: -webkit-linear-gradient(to top, rgba(248, 173, 65, 0.4) 0, rgba(248, 173, 65, 0.4) 100%, transparent 100%) no-repeat left bottom/100% 0.1875rem;
  background: linear-gradient(to top, rgba(248, 173, 65, 0.4) 0%, rgba(248, 173, 65, 0.4) 100%, transparent 100%) no-repeat left bottom/100% 0.1875rem;
  -webkit-transition: none;
  transition: none; }

.news-list-agenda-description a:hover,
.news-list-agenda-description a:focus {
  background: -webkit-linear-gradient(to top, rgba(248, 173, 65, 0.4) 0, rgba(248, 173, 65, 0.4) 100%, transparent 100%) no-repeat left bottom/100% 100%;
  background: linear-gradient(to top, rgba(248, 173, 65, 0.4) 0%, rgba(248, 173, 65, 0.4) 100%, transparent 100%) no-repeat left bottom/100% 100%; }

h3.news-list-agenda-aside-title {
  margin: 0 0 0.3125rem;
  text-transform: uppercase;
  font-family: RooneySansBold, AdjustedArialBold, sans-serif;
  font-size: 1rem;
  color: #313131; }

p.news-list-agenda-aside-content {
  margin: 0;
  font-size: 0.875rem;
  color: #666; }

.interior-article-paragraph .news-list-agenda-aside-content a,
.interior-article-paragraph .news-list-agenda-aside-content a:visited,
.interior-article-paragraph .news-list-agenda-aside-content a:hover,
.interior-article-paragraph .news-list-agenda-aside-content a:visited:hover,
.interior-article-paragraph .news-list-agenda-aside-content a:focus {
  color: #666; }

p.news-list-agenda-aside-content:not(:last-child) {
  margin-bottom: 0.625rem; }

.news-list-agenda-aside a.news-list-agenda-aside-url {
  background: -webkit-linear-gradient(to top, rgba(248, 173, 65, 0.75) 0%, rgba(248, 173, 65, 0.75) 100%, transparent 100%) no-repeat left 0 bottom 0/100% 0.125rem;
  background: linear-gradient(to top, rgba(248, 173, 65, 0.75) 0%, rgba(248, 173, 65, 0.75) 100%, transparent 100%) no-repeat left 0 bottom 0/100% 0.125rem; }

.news-list-agenda-aside a.news-list-agenda-aside-url:hover,
.news-list-agenda-aside a.news-list-agenda-aside-url:focus {
  background: -webkit-linear-gradient(to top, rgba(248, 173, 65, 0.4) 0%, rgba(248, 173, 65, 0.4) 100%, transparent 100%) no-repeat left 0 bottom 0/100% 1.25rem;
  background: linear-gradient(to top, rgba(248, 173, 65, 0.4) 0%, rgba(248, 173, 65, 0.4) 100%, transparent 100%) no-repeat left 0 bottom 0/100% 1.25rem; }

.news-list-agenda-aside-more {
  position: relative; }

.news-list-agenda-aside p.news-list-agenda-aside-link {
  position: absolute;
  top: -0.3125rem;
  left: 8.75rem;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 0.3125rem; }

.news-list-agenda-aside p.news-list-agenda-aside-link a.inner-link {
  margin: 0;
  padding: 0;
  border-radius: 0.3125rem;
  background-image: url("../images/pictos.svg#download");
  background-position: center;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-color: #fff;
  box-shadow: none; }

.news-list-agenda-aside p.news-list-agenda-aside-link a.inner-link:hover,
.news-list-agenda-aside p.news-list-agenda-aside-link a.inner-link:focus {
  background-color: #312783;
  box-shadow: 0 0 0.125rem #312783; }

.news-list-agenda-aside p.news-list-agenda-aside-link a.inner-link::after {
  display: none; }

/* AGENDA FILTER */
form.agenda-filter {
  margin: 1.875rem 0;
  padding: 1.875rem 1.25rem;
  background-color: #f6f6f6; }

legend.agenda-filter-title,
h2.agenda-filter-title {
  margin-top: 0;
  margin-bottom: 1.25rem;
  color: #312783;
  font-size: 1.125rem;
  font-family: RooneySansBold, AdjustedArialBold, sans-serif;
  text-transform: uppercase;
  line-height: 1.0;
  border: 0; }

#agenda-filter-reset {
  display: inline-block;
  height: 2rem;
  line-height: 1.75rem;
  margin-top: 1.25rem;
  padding: 0 0.375rem 0 2.25rem;
  border-radius: 0.25rem;
  border: 0.125rem solid transparent;
  color: #312783;
  background-image: url("../images/pictos.svg#reset");
  background-repeat: no-repeat;
  background-size: 1.25rem 1.25rem;
  background-position: 0.375rem 0.25rem; }

#agenda-filter-reset:hover,
#agenda-filter-reset:focus {
  border-color: #312783; }

#agenda-filter-reset:focus {
  outline: 0 !important; }

.agenda-filter-block-container {
  z-index: 2;
  width: 18.75rem;
  margin: 0 auto; }

.agenda-filter .agenda-filter-block {
  position: relative;
  width: 18.75rem;
  max-width: 100%;
  height: 2.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.25rem;
  border: 0.0625rem solid #bbbbbb;
  background: #fff; }

.agenda-filter .agenda-filter-block:hover,
.agenda-filter .agenda-filter-block:focus-within {
  border-color: #312783; }

.agenda-filter .agenda-filter-block:focus-within {
  outline: 0.125rem solid #312783 !important;
  outline-offset: 0.125rem; }

.agenda-filter .agenda-filter-block-over + .agenda-filter-block-over,
.agenda-filter .agenda-filter-block + .agenda-filter-block {
  margin-top: 1.25rem; }

.agenda-filter .agenda-filter-block-over:last-child .agenda-filter-block:last-child {
  border: 0; }

.agenda-filter-block label,
.agenda-filter-block input[type="text"],
.agenda-filter-block input[type="date"],
.agenda-filter-block select,
.agenda-filter-block button[type="submit"] {
  display: block;
  height: 100%;
  line-height: 2.125rem;
  font-size: 1rem;
  color: #312783;
  white-space: nowrap;
  font-family: RooneySans, AdjustedArial, sans-serif; }

.agenda-filter-block label {
  margin: 0;
  padding-left: 0.75rem; }

.agenda-filter-block input[type="text"]:focus,
.agenda-filter-block input[type="date"]:focus,
.agenda-filter-block select:focus,
.agenda-filter-block button[type="submit"]:focus {
  outline: 0 !important;
  box-shadow: none !important; }

.agenda-filter .agenda-filter-block input[type="text"],
.agenda-filter .agenda-filter-block input[type="date"],
.agenda-filter .agenda-filter-block select {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  border: 0;
  margin: 0;
  padding: 0 0.75rem 0 0.25rem;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  cursor: pointer; }

.agenda-filter-block select {
  text-overflow: ellipsis; }

.agenda-filter-block button[type="submit"] {
  display: block;
  width: 100%;
  border-radius: 0.25rem;
  text-transform: uppercase;
  font-family: RooneySansBold, AdjustedArialBold, sans-serif;
  background: #312783;
  color: #fff;
  line-height: 2.25rem;
  text-align: center;
  -webkit-transition: background .25s ease-out;
  transition: background .25s ease-out; }

.agenda-filter-block button[type="submit"]:hover,
.agenda-filter-block button[type="submit"]:focus {
  background: #4b3eb3; }

/* RESPONSIVE */
@media (min-width: 46.25rem) {
  .agenda-filter-block-container {
    width: 100%;
    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;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }

  .agenda-filter .agenda-filter-block-over + .agenda-filter-block-over {
    margin-top: 0;
    margin-left: 1.25rem; } }
@media (min-width: 56.25rem) {
  .news-list-agenda article.news-list-news-container .inner-link {
    flex-direction: row-reverse;
    min-height: 9.375rem; }

  .news-list-agenda .news-list-news-block {
    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;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-height: 9.25rem;
    padding: 0;
    margin-right: 6.25rem;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.625rem; }

  .news-list-agenda-prog {
    width: 18.125rem;
    margin-right: 2.5rem;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0.625rem; }

  .news-list-agenda p.news-list-news-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }

  .news-list-agenda-prog::before {
    border-right: none;
    border-top: 1.5rem solid transparent;
    border-bottom: 1.5rem solid transparent;
    border-left: 1.25rem solid #312783;
    right: -1.25rem;
    margin-top: -1.5rem;
    top: 50%;
    left: auto;
    bottom: auto; }

  .news-list-news-container[data-place="Lucien Maylin"] .news-list-agenda-prog::before {
    border-top: 1.5rem solid transparent;
    border-left: 1.25rem solid #0069b4; }

  .news-list-news-container[data-place="Palmilud"] .news-list-agenda-prog::before {
    border-top: 1.5rem solid transparent;
    border-left: 1.25rem solid #128297; }

  .news-list-news-container[data-place="Châtelaillon-Plage"] .news-list-agenda-prog::before {
    border-top: 1.5rem solid transparent;
    border-left: 1.25rem solid #5e4f9c; }

  .news-list-agenda article.news-list-news-container .inner-link::after {
    right: 1.875rem;
    bottom: 50%;
    margin-bottom: -1.25rem; }

  .news-list-agenda-moreContent {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    border-bottom-left-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem; }

  .news-list-agenda-moreContent-displayed {
    padding-top: 2.5rem;
    padding-bottom: 1.875rem; }

  p.news-list-agenda-description,
  .news-list-agenda-description {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 1.875rem;
    border-left: 0.0625rem solid #cccccc;
    border-bottom: 0; }

  .news-list-agenda-aside {
    width: 16.25rem;
    padding-right: 1.875rem; } }
@media (min-width: 75rem) {
  .agenda-filter.agenda-global-filter .agenda-filter-block-container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  .agenda-filter .agenda-filter-block-over {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

  .agenda-filter .agenda-filter-block-over:last-child,
  .agenda-filter .agenda-filter-block-over:last-child .agenda-filter-block:last-child {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1; }

  .agenda-filter .agenda-filter-block + .agenda-filter-block {
    margin-top: 0;
    margin-left: 1.25rem; } }
.activites-list,
ul.activites-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(auto-fit, 11.25rem);
  grid-gap: 1.875rem;
  max-width: 56.25rem;
  margin: 2.5rem 0 0;
  padding: 0;
  list-style-type: none; }

li.news-list-activite {
  margin: 0;
  padding: 0; }

a.news-list-activite-link {
  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;
  width: 11.25rem;
  height: 11.25rem;
  border-radius: 50%;
  margin: 0 0.9375rem 1.875rem;
  background: #f8ad41;
  -webkit-transition: color .25s ease-out, background .25s ease-out;
  transition: color .25s ease-out, background .25s ease-out; }

@supports (display: grid) {
  a.news-list-activite-link {
    margin: 0; } }
a.news-list-activite-link:hover,
a.news-list-activite-link:focus {
  background: #312783;
  color: #fff; }

.news-list-activite-title,
h2.news-list-activite-title {
  position: relative;
  margin: 0;
  padding: 0 1.25rem 1.75rem;
  font-size: 1.125rem;
  font-family: RooneySansBold, AdjustedArialBold, sans-serif;
  text-align: center; }

.news-list-activite-title::after,
h2.news-list-activite-title::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.75rem;
  height: 1.75rem;
  left: 50%;
  bottom: 0;
  margin-left: -0.875rem;
  background-image: url("../images/pictos.svg#arrow_white");
  background-size: 100% 100%;
  background-position: center;
  -webkit-transition: -webkit-transform .25s ease-out, transform .25s ease-out;
  transition: -webkit-transform .25s ease-out, transform .25s ease-out; }

a.news-list-activite-link:hover .news-list-activite-title::after,
a.news-list-activite-link:focus .news-list-activite-title::after {
  background-image: url("../images/pictos.svg#arrow_orange");
  -webkit-transform: translateX(75%);
  transform: translateX(75%); }

@media (min-width: 75rem) {
  .activites-wrapper {
    min-height: 50rem; }

  .activites-filter::before {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    top: 17.5rem;
    width: 10rem;
    height: 5rem;
    background-image: url("../images/wave-thin-orange.svg");
    background-size: 100% 100%;
    background-position: center; }

  .activites-list {
    justify-content: flex-start;
    margin: 2.5rem 0 0; }

  .activites-list::before,
  .activites-list::after {
    content: "";
    position: absolute;
    display: block;
    left: 100%; }

  .activites-list::before {
    width: 11.25rem;
    height: 25rem;
    top: 0;
    background-image: url("../images/saut.svg");
    background-size: 100%;
    background-position: center; }

  .activites-list::after {
    width: 100vw;
    height: 6.5625rem;
    top: 23.75rem;
    background-image: url("../images/wave-pattern.svg"), url("../images/wave-pattern.svg");
    background-repeat: repeat-x, repeat-x;
    background-size: 6.25rem 3.4375rem, 6.25rem 3.4375rem;
    background-position: top left,bottom left; }

  .activites-wrapper .agenda-empty {
    margin-right: 0;
    margin-left: 7.1875rem; } }
.home-section-title-wrapper.home-section-title-alertes {
  margin-bottom: 3.75rem; }

.interior-article-paragraph p.interior-article-mainDate {
  margin-bottom: 1.875rem;
  font-family: RooneySansBold, AdjustedArialBold, sans-serif; }

.interior-article.article-alert {
  position: relative; }

.interior-article.article-alert::before,
.interior-article.article-alert::after {
  display: none; }

aside.alert-notif {
  position: fixed;
  z-index: 10000;
  bottom: 0.625rem;
  right: 0.625rem;
  width: 18.75rem;
  max-height: calc(100vh - 1.25rem);
  padding: 0.625rem 0.3125rem 1.25rem;
  border-radius: 0.25rem;
  background-color: #fff;
  border-bottom: 0.25rem solid #f8ad41;
  box-shadow: 0 0.125rem 0.25rem 0.25rem rgba(0, 0, 0, 0.25); }

p.alert-notif-title,
h2.alert-notif-title {
  height: 1.875rem;
  line-height: 1.875rem;
  margin: 0 0 1.25rem;
  padding: 0 3.75rem;
  text-align: center;
  background-image: url("/piscines-theme/images/pictos.svg#warning");
  background-size: 1.875rem 1.875rem;
  background-position: 0.3125rem 0;
  font-family: RooneySansBlack, AdjustedArialBlack, sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase; }

button.alert-notif-close {
  position: absolute;
  right: 0.3125rem;
  top: 0.3125rem;
  width: 2.5rem;
  height: 2.5rem; }

button.alert-notif-close::before,
button.alert-notif-close::after {
  content: "";
  display: block;
  position: absolute;
  left: 0.625rem;
  top: 1.125rem;
  width: 1.25rem;
  height: 0.25rem;
  border-radius: 0.125rem;
  background: #313131;
  -webkit-transition: background .25s ease-out;
  transition: background .25s ease-out; }

button.alert-notif-close:hover::before,
button.alert-notif-close:hover::after,
button.alert-notif-close:focus::before,
button.alert-notif-close:focus::after {
  background: #f8ad41; }

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

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

ul.alert-notif-list {
  margin: 0;
  padding: 0;
  list-style-type: 0; }

p.alert-notif-entry,
li.alert-notif-entry {
  margin-bottom: 0;
  padding: 0;
  line-height: 1.2; }

p.alert-notif-entry + p.alert-notif-entry,
li.alert-notif-entry + li.alert-notif-entry {
  margin-top: 0.9375rem; }

aside.alert-notif a.alert-notif-link {
  display: inline-block;
  padding: 0.375rem 0.3125rem;
  color: #313131; }

aside.alert-notif a.alert-notif-link:hover,
aside.alert-notif a.alert-notif-link:focus {
  color: #312783;
  background: -webkit-linear-gradient(to top, rgba(248, 173, 65, 0.4) 0%, rgba(248, 173, 65, 0.4) 100%, transparent 100%) no-repeat left 0 bottom 0/100% 100%;
  background: linear-gradient(to top, rgba(248, 173, 65, 0.4) 0%, rgba(248, 173, 65, 0.4) 100%, transparent 100%) no-repeat left 0 bottom 0/100% 100%; }

.alert-notif-date {
  display: inline-block;
  margin-top: 0.375rem;
  padding-left: 0.8125rem;
  color: #767676;
  font-size: 0.875rem; }

#p_p_id_101_INSTANCE_notifs_ .portlet-borderless-container {
  min-height: 0; }

/* Main search form */
.main-content #header-search #header-search-reset,
.main-content #header-search-submit .fa,
.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 {
  position: relative;
  width: 32.5rem;
  max-width: 100%;
  margin: 0 auto 3.75rem; }

.main-content #header-search::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  top: 0.625rem;
  left: 0.625rem;
  background-image: url("../images/pictos.svg#search_orange");
  background-position: center;
  background-size: 100% 100%; }

.main-content #header-search > .pull-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none; }

.main-content #header-search-input,
.main-content #header-search-submit {
  height: 2.5rem; }

.main-content #header-search-input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-right: 0.625rem;
  padding: 0 0.5rem 0 2.5rem;
  background: none;
  box-shadow: none;
  border: 0;
  border-bottom: 0.0625rem solid #312783;
  font-size: 1.125rem; }

.main-content #header-search-submit {
  position: relative;
  width: 7.5rem;
  border: 0;
  background: #312783;
  -webkit-transition: background .25s ease-out;
  transition: background .25s ease-out; }

.main-content #header-search-submit:hover,
.main-content #header-search-submit:focus {
  background: #594ad4; }

.main-content #header-search-submit::after {
  content: "Chercher";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  line-height: 2.5rem;
  font-family: RooneySansBold, AdjustedArialBold, sans-serif;
  text-transform: uppercase; }

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

#header-search .btn-danger:hover,
#header-search .btn-danger:focus {
  opacity: 1; }

#header-search .btn-danger .fa {
  display: none; }

/* Search results list */
.main-content #_400_WAR_fu_resultats .media-body .content,
.main-content #_400_WAR_fu_resultats .media-heading .etoiles,
.main-content #_400_WAR_fu_resultats .media-heading time {
  display: none; }

.main-content #_400_WAR_fu_resultats {
  width: 50rem;
  max-width: 100%;
  margin: 0 auto; }

.main-content #_400_WAR_fu_resultats .list-view {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.main-content #_400_WAR_fu_resultats .item {
  margin: 0;
  padding: 0; }

.main-content #_400_WAR_fu_resultats .item + .item {
  margin-top: 2.5rem; }

.main-content #_400_WAR_fu_resultats .media-heading {
  position: relative;
  margin-bottom: 0;
  padding-right: 1.875rem;
  font-family: RooneySansBold, AdjustedArialBold, sans-serif;
  font-size: 1.125rem;
  text-indent: -0.75rem; }

.main-content #_400_WAR_fu_resultats .media-heading a {
  position: relative; }

.main-content #_400_WAR_fu_resultats .media-body {
  padding-bottom: 0.125rem; }

.main-content #_400_WAR_fu_resultats .media-body .muted {
  margin: 0.625rem 0 0;
  color: #767676; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.site-map ul.sitemap-level-2::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  top: 0.625rem;
  bottom: 2.1875rem;
  left: 1.25rem;
  border-left: 0.0625rem solid #f8ad41; }

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: RooneySansBold, AdjustedArialBold, sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  text-transform: uppercase; }

a.erreur-redirection-btn,
a.erreur-redirection-btn:focus,
a.erreur-redirection-btn:visited {
  display: block;
  width: 15rem;
  max-width: 100%;
  margin: 1.25rem auto 3.125rem;
  padding: 0.5rem 1rem;
  border-radius: 0.1875rem;
  border: 0.0625rem solid #312783;
  font-family: RooneySansBold, AdjustedArialBold, sans-serif;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  box-shadow: none;
  font-size: 1.125rem;
  -webkit-transition: background .25s ease-out, color .25s ease-out;
  transition: background .25s ease-out, color .25s ease-out; }

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

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

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

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

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

  .redirection-txt {
    margin-top: 0;
    padding: 0 1.875rem; } }
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: RooneySans, 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: RooneySansBold, AdjustedArialBold, sans-serif;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }

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

#fullPage-alert-blockWaiting {
  z-index: 10;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: 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-family: RooneySansBold, AdjustedArialBold, sans-serif;
  background-color: #fff;
  box-shadow: 0 0 1.875rem 1.25rem white;
  color: #312783; }

@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 #312783;
  border-right: 0.1875rem solid #312783;
  -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 #312783;
  text-align: center;
  color: #312783;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-family: RooneySansBold, 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: 31.25rem;
  margin: 0 auto 2.5rem;
  padding: 0; }

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

/* Controls and inputs */
.cdalr-form .control-group,
.aui .cdalr-form .control-group {
  width: 100%;
  margin-bottom: 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: RooneySansBold,AdjustedArialSemiBold,sans-serif; }

.cdalr-form .control-group .controls {
  margin: 0.25rem 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 {
  width: 100%;
  float: none;
  line-height: 1.4;
  text-align: left;
  font-size: 1.125rem;
  font-family: RooneySansBold, AdjustedArialBold, sans-serif; }

.cdalr-form .control-group label.control-label.small-label {
  font-size: 1rem;
  font-family: RooneySans, 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;
  transition: all .25s ease-out; }

.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 {
  height: 2rem;
  line-height: 2rem;
  padding: 0 0.625rem;
  border-bottom: 0.0625rem solid #312783; }

#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 #312783; }

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

/* Radios and checkboxes */
.cdalr-form .control-group .controls .radio-block,
.embedded-portlet[id*="10055_WAR"] .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 .embedded-portlet[id*="10055_WAR"] .control-group .controls input[type="radio"],
.aui .cdalr-form .control-group .controls .checkbox-input,
.aui .embedded-portlet[id*="10055_WAR"] .control-group .controls input[type="checkbox"] {
  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;
  transition: all .25s ease-out; }

.cdalr-form .control-group .controls .radio-label:hover,
.cdalr-form .control-group .controls .radio-label:focus,
.embedded-portlet[id*="10055_WAR"] .control-group .controls .radio-label:hover,
.embedded-portlet[id*="10055_WAR"] .control-group .controls .radio-label:focus {
  color: #58830B; }

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

.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,
.embedded-portlet[id*="10055_WAR"] .control-group .controls input[type="radio"]:checked + .radio-label::before {
  border: 2px solid #312783; }

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

.cdalr-form .control-group .controls .checkbox-input + .radio-label::before,
.cdalr-form .control-group .controls .checkbox-input + input[type="hidden"] + .radio-label::before,
.embedded-portlet[id*="10055_WAR"] .control-group .controls input[type="checkbox"] + .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-family: RooneySansBold, AdjustedArialBold, sans-serif;
  border-radius: 2px;
  border: 2px solid #6790be;
  background: #fff;
  color: #fff; }

.cdalr-form .control-group .controls .checkbox-input:checked + .radio-label::before,
.cdalr-form .control-group .controls .checkbox-input:checked + input[type="hidden"] + .radio-label::before,
.embedded-portlet[id*="10055_WAR"] .control-group .controls input[type="checkbox"]:checked + .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-family: RooneySansBold, AdjustedArialBold, sans-serif;
  font-style: italic;
  font-size: 0.75rem;
  top: -0.25rem;
  color: #58830b; }

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

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

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

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

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

#body-wrapper .cdalr-form .control-group .controls > :not(label):not(.radio-block):focus,
#body-wrapper .cdalr-form .control-group .controls > :not(label):not(.radio-block):hover,
#body-wrapper .cdalr-form .control-group .controls .input-error:focus,
#body-wrapper .cdalr-form .control-group .controls .select-container > :not(label):focus,
#body-wrapper .cdalr-form .control-group .controls .select-container > :not(label):hover,
#body-wrapper .cdalr-form .control-group .controls .select-container > .input-error:focus,
#body-wrapper .cdalr-form .control-group .controls .typeahead__query > :not(label):focus,
#body-wrapper .cdalr-form .control-group .controls .typeahead__query > :not(label):hover,
#body-wrapper .cdalr-form .control-group .controls .typeahead__query > .input-error:focus,
#body-wrapper .cdalr-form .control-group .controls .select-container > *:focus + .select-arrow,
#body-wrapper .cdalr-form .control-group .controls .select-container > *:hover + .select-arrow,
#body-wrapper .cdalr-form .control-group .controls .select-container > .input-error:focus + .select-arrow {
  color: #312783;
  box-shadow: 0 0 0.3125rem #312783 inset !important; }

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

.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"] {
  display: block;
  width: 12.5rem;
  max-width: 100%;
  margin: auto;
  padding: 0.5rem 1rem;
  border-radius: 0.1875rem;
  background: #fff;
  color: #312783;
  border: 0.0625rem solid #312783;
  font-family: RooneySansBold, AdjustedArialBold, sans-serif;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  box-shadow: none;
  font-size: 1.125rem;
  -webkit-transition: background .25s ease-out;
  transition: background .25s ease-out; }

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

/* AUTHENTIFICATION FORM */
/* Basic form */
#body-wrapper #cas-authentication-form {
  margin-top: 2.5rem; }

#cas-authentication-form .input-block-level {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.0em; }

#cas-authentication-form .input-block-level > .add-on {
  position: absolute;
  height: 2rem;
  padding: 0.3125rem 0 0 0.5rem;
  background: none;
  border: 0;
  font-size: 1rem; }

#cas-authentication-form .input-block-level > input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding-left: 0.625rem; }

#cas-authentication-form .input-block-level > input:hover,
#cas-authentication-form .input-block-level > input:focus {
  box-shadow: 0 0 0.3125rem #312783 inset !important;
  border-top: 0;
  border-left: 0;
  border-right: 0; }

#cas-authentication-form span.accesskey {
  border: 0; }

#cas-authentication-form #rememberMeLabel {
  display: block;
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  margin-top: 1.25rem;
  padding: 0;
  border-radius: 0.3125rem; }

#cas-authentication-form #rememberMe {
  display: none; }

#cas-authentication-form #rememberMe + span {
  display: block;
  padding-left: 2.5rem;
  padding-right: 0.625rem;
  background-color: #fee;
  border-radius: 0.125rem;
  border: 0.0625rem solid #ba4a47;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

#cas-authentication-form #rememberMe + span,
#cas-authentication-form #rememberMe + span::before {
  color: #BA4A47; }

#cas-authentication-form #rememberMe + span::before {
  content: "\2718";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 1.875rem;
  width: 2.5rem;
  text-align: center;
  font-size: 1.25rem; }

#cas-authentication-form #rememberMe:checked + span {
  background-color: #efe;
  border-color: #3F8242; }

#cas-authentication-form #rememberMe:checked + span,
#cas-authentication-form #rememberMe:checked + span::before {
  color: #3F8242; }

#cas-authentication-form #rememberMe:checked + span::before {
  content: "\2714"; }

#cas-authentication-form #rememberMeLabel:hover #rememberMe + span,
#cas-authentication-form #rememberMeLabel:focus #rememberMe + span {
  border-color: #312783; }

#cas-authentication-form .form-actions {
  padding-bottom: 2.5rem;
  padding-left: 0;
  border-bottom: 0.0625rem solid #cccccc; }

#cas-authentication-form button[type="submit"] {
  float: none; }

#cas-authentication-form .control-group .add-on,
#cas-authentication-form #register-btn,
#cas-authentication-form a[href="#forgot-pwd-popup"],
#cas-authentication-form .list-providers,
#forgot-pwd-popup {
  display: none; }

@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 {
    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,
  #page-wrapper .main-header::before,
  #body-wrapper #main-wrapper .breadcrumb-container,
  #body-wrapper #main-wrapper .profile-tip,
  #body-wrapper #main-wrapper .share-buttons,
  #body-wrapper .alert-notif,
  #body-wrapper #main-wrapper footer.main-footer,
  #body-wrapper #main-wrapper .main-header-piscineLogo,
  #body-wrapper #main-wrapper .home-section-more-wrapper,
  #body-wrapper #main-wrapper .home-section-more,
  #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 figcaption.carousel-legend,
  #body-wrapper #main-wrapper .agenda-filter,
  #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 .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 .main-header {
    width: 152px;
    height: 40px;
    min-height: 40px;
    margin: 0;
    overflow: hidden; }

  #page-wrapper .main-header .useful-content {
    width: 152px;
    height: 40px;
    margin: 0;
    padding: 0;
    overflow: hidden; }

  #page-wrapper .main-header .header-logo-desktop {
    display: block; }

  #page-wrapper .main-header .header-logo-mobile {
    display: none; }

  #page-wrapper .header-logo-href {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0; }

  #page-wrapper .header-logo-desktop-img {
    width: 152px;
    height: 40px; }

  #page-wrapper header.main-header.main-header-heroPhoto p.header-logo-desktop {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

  #page-wrapper section.main-content {
    max-width: 100%;
    padding-bottom: 0; }

  #page-wrapper * {
    color: #312783 !important; }

  /* Interior pages */
  #page-wrapper h1.interior-article-mainTitle,
  #page-wrapper h1.portlet-title,
  #page-wrapper h1.offline-pages-h1 {
    font-size: 36px; }

  #page-wrapper .interior-article-chapo {
    text-align: center; }

  #page-wrapper .interior-article-paragraph h2 {
    font-size: 24px; }

  #page-wrapper .interior-article-paragraph h3,
  #page-wrapper .interior-article-paragraph h4 {
    font-size: 16px; }

  #page-wrapper .interior-article-paragraph h5 a {
    color: #594ad4 !important;
    border: 1px solid #594ad4; }

  #page-wrapper .interior-article-paragraph {
    margin-bottom: 60px; }

  #page-wrapper .interior-article-paragraph.blueZoom {
    border: 1px solid #312783;
    padding: 20px; }

  #page-wrapper .interior-article-paragraph.blueZoom h2.paragraph-title {
    padding-left: 0; }

  #page-wrapper .accordion h2.accordion-title button.accordion-title-button {
    border: 1px solid #312783;
    font-size: 24px; }

  #page-wrapper .interior-article-paragraph ol li::before {
    top: -2px;
    color: #f8ad41 !important; }

  /* Home page */
  #page-wrapper .home-accroche {
    margin: 20px 0 0;
    padding: 0; }

  #page-wrapper .home-accroche .home-piscines a.activite-piscine-link {
    margin: 0 10px;
    border-radius: 0; }

  #page-wrapper section.home-news-agenda {
    margin-top: 20px; }

  #page-wrapper .home-news .home-section-title-wrapper,
  #page-wrapper .home-access .home-section-title-wrapper {
    top: -40px; }

  #body-wrapper.home-page .home-news-article {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto; }

  #body-wrapper.home-page .home-news-article .news-carousel {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden; }

  #body-wrapper.home-page .home-news-article .news-details {
    padding: 20px;
    border-left: 1px solid #312783;
    border-right: 1px solid #312783;
    border-bottom: 1px solid #312783;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }

  #page-wrapper .home-agenda {
    margin-top: 0; }

  #page-wrapper .home-agenda-content {
    padding-top: 40px;
    padding-bottom: 0; }

  #page-wrapper .home-agenda-list {
    padding-left: 0;
    border-left: 0; }

  #page-wrapper .home-access {
    margin-top: 40px; }

  #page-wrapper .home-access-content {
    padding-bottom: 20px; }

  #page-wrapper .home-access-public-item-content {
    height: auto;
    padding-top: 0; }

  #page-wrapper a.home-access-public-link {
    position: relative; }

  #page-wrapper .home-access-espace-list {
    display: block;
    margin-top: 0; }

  #page-wrapper .home-access-public-item,
  #page-wrapper .home-access-espace-item {
    margin-bottom: 10px; }

  #page-wrapper a.home-access-espace-link {
    width: 100%;
    padding: 0; }

  #page-wrapper .home-access-public-title,
  #page-wrapper .home-access-espace-title {
    font-size: 18px; }

  /* Horaires / tarifs */
  #page-wrapper .interior-article-paragraph table th {
    border: 1px solid #9893c1; }

  #page-wrapper .interior-article-paragraph table td {
    border: 1px solid #ddd; }

  #page-wrapper .interior-article-paragraph table td p {
    text-align: center; }

  #page-wrapper .etablissement-tarifs .etablissement-tabs-contents-tarifs .tarifs-table-wrapper h4 {
    height: 48px; }

  #page-wrapper .interior-article-paragraph ul.etablissement-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  #page-wrapper .interior-article-paragraph li.etablissement-tab {
    margin-left: 5px;
    margin-right: 5px; }

  #page-wrapper .interior-article-paragraph button.etablissement-tab-btn {
    width: 200px; }

  #page-wrapper .interior-article-paragraph button.etablissement-tab-btn:not(.etablissement-tab-btn-current) {
    border: 1px solid #000;
    color: #000 !important;
    opacity: .25; }

  #page-wrapper .interior-article-paragraph button.etablissement-tab-btn.etablissement-tab-btn-current {
    border: 1px solid #312783; }

  #page-wrapper .tarifs_mentions {
    font-size: 10px; }

  #page-wrapper .etablissement-tabs-contents-horaires {
    display: block; }

  #page-wrapper .interior-article-paragraph.simpleParagraph p.etablissement-tab-content-alert,
  #page-wrapper .interior-article-paragraph.simpleParagraph .etablissement-tabs-contents-horaires p {
    font-size: 12px;
    padding: 0; }

  /* Etablissements */
  #page-wrapper ul.activite-liste-piscines {
    margin: 0; }

  #page-wrapper .etablissement-piscine a.activite-piscine-link,
  #page-wrapper .etablissement-piscine img.activite-piscine-img,
  #page-wrapper a.activite-piscine-link,
  #page-wrapper img.activite-piscine-img {
    width: 180px;
    height: 180px; }

  #page-wrapper section.home-map {
    margin: -40px 0 0;
    padding: 0; }

  #page-wrapper .home-map-adresses {
    padding: 60px 0 0; }

  #page-wrapper .home-map-content-more {
    display: none; }

  #page-wrapper .etbalissement-services ul,
  #page-wrapper ul.liste-activites {
    text-align: left; }

  #page-wrapper .interior-article-paragraph.etablissement-activites figure.etablissement-carousel-activites {
    margin-bottom: 0; }

  #page-wrapper .interior-article-paragraph.etablissement-contact {
    margin: 0;
    padding: 20px 0;
    font-size: 16px; }

  #page-wrapper .interior-article-paragraph.etablissement-contact p {
    text-align: center; }

  /* Activités */
  #page-wrapper .activites-wrapper {
    margin-bottom: 40px; }

  #page-wrapper .activites-list {
    display: block; }

  #page-wrapper a.news-list-activite-link {
    display: block;
    width: auto;
    height: auto;
    margin-bottom: 15px; }

  #page-wrapper h2.news-list-activite-title {
    text-align: left;
    padding: 0;
    font-size: 14px; }

  /* News list */
  #page-wrapper .news-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    margin-top: 20px; }

  #page-wrapper .news-list .home-news-content {
    width: calc(50% - 60px);
    margin: 30px; }

  #page-wrapper .news-list .news-details {
    border-left: 1px solid #312783;
    border-right: 1px solid #312783;
    border-bottom: 1px solid #312783; }

  #page-wrapper h3.home-news-article-title {
    font-size: 18px;
    font-family: RooneySansBold, AdjustedArialBold, sans-serif; }

  #page-wrapper .news-list .news-details p {
    text-align: center; }

  /* Agenda */
  #page-wrapper .news-list-agenda article.news-list-news-container .inner-link.news-list-agenda-link {
    border: 1px solid #ddd; }

  #page-wrapper .news-list-news-container[data-place="Lucien Maylin"] .news-list-agenda-prog {
    border: 1px solid #0069b4; }

  #page-wrapper .news-list-news-container[data-place="Palmilud"] .news-list-agenda-prog {
    border: 1px solid #16a3bc; }

  #page-wrapper .news-list-news-container[data-place="Châtelaillon-Plage"] .news-list-agenda-prog {
    border: 1px solid #5e4f9c; }

  #page-wrapper .news-list-agenda .news-list-news-container a.news-list-agenda-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 150px; }

  #page-wrapper .news-list-agenda .news-list-news-block {
    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;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    height: 148px;
    padding: 0;
    margin-right: 20px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px; }

  #page-wrapper .news-list-agenda-prog {
    width: 200px;
    margin-right: 40px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px; }

  #page-wrapper .news-list-agenda-prog p {
    text-align: center; }

  #page-wrapper .news-list-agenda-day {
    font-size: 36px; }

  #page-wrapper .news-list-agenda p.news-list-news-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }

  #page-wrapper .news-list-agenda article.news-list-news-container .inner-link.news-list-agenda-link::after {
    display: none; }

  #page-wrapper .news-list-agenda h2.news-list-news-title {
    font-size: 18px; }

  #page-wrapper .news-list-agenda-prog::before {
    border-right: none;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 20px solid #312783;
    right: -20px;
    margin-top: -24px;
    top: 50%;
    left: auto;
    bottom: auto; }

  #page-wrapper .news-list-news-container[data-place="Lucien Maylin"] .news-list-agenda-prog::before {
    border-top: 24px solid transparent;
    border-left: 20px solid #0069b4; }

  #page-wrapper .news-list-news-container[data-place="Palmilud"] .news-list-agenda-prog::before {
    border-top: 24px solid transparent;
    border-left: 20px solid #16a3bc; }

  #page-wrapper .news-list-news-container[data-place="Châtelaillon-Plage"] .news-list-agenda-prog::before {
    border-top: 24px solid transparent;
    border-left: 20px solid #5e4f9c; }

  #page-wrapper .news-list-agenda article.news-list-news-container .inner-link.news-list-agenda-link::after {
    right: 30px;
    bottom: 50%;
    margin-bottom: -20px; }

  #page-wrapper .news-list-agenda-moreContent {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }

  #page-wrapper .news-list-agenda-moreContent-displayed {
    padding-top: 40px;
    padding-bottom: 30px; }

  #page-wrapper p.news-list-agenda-description,
  #page-wrapper .news-list-agenda-description {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 30px;
    border-left: 1px solid #ccc;
    border-bottom: 0; }

  #page-wrapper .news-list-agenda-aside {
    width: 260px;
    padding-right: 30px; }

  #page-wrapper p.news-list-agenda-aside-content {
    font-size: 12px; } }