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

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

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

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

/*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,
strong {
  font-weight: bold; }

/**
 * 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-weight: bold; }

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

td,
th {
  padding: 0; }

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

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

#body-wrapper table,
#body-wrapper table thead,
#body-wrapper table tbody,
#body-wrapper table tr,
#body-wrapper table th,
#body-wrapper table td,
.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: DroidSans, AdjustedArial, sans-serif;
  color: #313131; }

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

body,
.aui body {
  padding: 0;
  background-color: #EFEFEF;
  overflow: hidden; }

.aui body,
.aui li,
.aui label,
.aui input,
.aui button,
.aui select,
.aui textarea {
  line-height: 1.25rem; }

.aui textarea {
  resize: vertical; }

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

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

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

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

video,
.aui video {
  cursor: pointer; }

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

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

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

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

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

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

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 button,
.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 0.625rem;
  min-width: 0;
  height: auto;
  line-height: auto;
  color: inherit;
  font-size: inherit;
  font-family: DroidSans, AdjustedArial, sans-serif; }

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

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
*[tabindex="0"]:focus {
  outline: 0.125rem solid #0463b3 !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; }

#body-wrapper .loadingmask-message {
  display: inline-block;
  width: 6.25rem;
  left: 50%;
  margin-left: -3.125rem; }

.form-search .advanced-search input.search-query,
.add-content-menu .search-panel input.search-query {
  font-size: 1.0rem; }

/* 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: #D03D81;
  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: #b3d0e8;
  color: #313131; }

.main-content {
  position: static;
  min-height: calc(100vh - 30.625rem); }

@media (min-width: 38.75rem) {
  .main-content {
    min-height: calc(100vh - 24.375rem); } }
@media (min-width: 50rem) {
  .main-content {
    min-height: calc(100vh - 19.375rem); } }
@media (min-width: 56.25rem) {
  .main-content {
    min-height: calc(100vh - 19.25rem);
    position: relative;
    background-color: #EFEFEF; } }
@media (min-width: 75rem) {
  .main-content {
    min-height: calc(100vh - 13rem); } }
.useful-content,
#body-wrapper.page-maximized .columns-max {
  width: 100%;
  max-width: 75rem;
  margin: auto;
  padding: 0 0.625rem; }

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

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

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

@media (min-width: 35rem) {
  .useful-content,
  #body-wrapper .page-maximized .columns-max {
    padding: 0 1.25rem; } }
@media (min-width: 56.25rem) {
  .useful-content,
  #body-wrapper .page-maximized .columns-max {
    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; }

#sb_form {
  margin: 1.25rem auto;
  max-width: 31.25rem; }

#sb_form #form-header-title,
#sb_form #form-mandatory,
#sb_form #form-footer-mandatory,
#sb_form #label-EMAIL_ID,
#sb_form .message-div > div:first-child {
  display: none !important; }

#body-wrapper .global-search-input,
#sb_form #input-email {
  width: 100%;
  max-width: 100%;
  height: 3.75rem;
  padding-left: 1.5625rem;
  padding-right: 3.75rem;
  padding-top: 0;
  padding-bottom: 0;
  border: none; }

#sb_form #input-email {
  display: block;
  line-height: 3.75rem; }

#body-wrapper .global-search-submit,
#sb_form #submitInput {
  display: block;
  position: absolute;
  width: 2.25rem;
  height: 2.25rem;
  right: 0.75rem;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 1.125rem;
  background-color: #004793;
  color: #004793;
  background-image: url("../images/white-arrow.svg");
  background-size: 1.125rem 1.125rem;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

#body-wrapper .global-search-submit {
  top: 0.75rem; }

#sb_form #submitInput {
  top: -3rem; }

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

#sb_form .message-div {
  padding: 0.5rem 0.875rem;
  margin: 0;
  background-color: #FEE5E2;
  border: 0.0625rem solid #fcaca5; }

#sb_form .message-div.message-div-success {
  background-color: #F1FBD1;
  border: 0.0625rem solid #bce830; }

#sb_form .message-div span {
  line-height: 1.2 !important;
  color: #B50303 !important; }

#sb_form .message-div.message-div-success span {
  color: #488F06 !important; }

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

.flex-2 {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1; }

.flex-3 {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1; }

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

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

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

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

#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,
#body-wrapper.is-admin.controls-visible .btn-danger.lfr-configurator-visibility[href*="flickr-photosets"] {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  padding: 0.3125rem 0.625rem;
  font-size: 0.9em;
  opacity: 1; }

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

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

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

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

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

/* Contextual menu */
#contextual-menu {
  z-index: 5000;
  display: none;
  position: fixed;
  padding: 0 0.3125rem;
  background-color: #FFF;
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.5); }

#contextual-menu.context-prerender {
  display: block;
  visibility: hidden; }

#contextual-menu.context-visible {
  display: block;
  visibility: visible; }

ul.contextual-menu-section {
  padding: 0.3125rem 0; }

ul.contextual-menu-section:not(:last-child) {
  border-bottom: 0.0625rem solid #cccccc; }

ul.contextual-menu-section-link,
ul.contextual-menu-section-interior,
ul.contextual-menu-section-admin {
  display: none; }

body.signed-in ul.contextual-menu-section-admin {
  display: block; }

li.contextual-menu-item {
  height: 1.5625rem;
  line-height: 1.5625rem;
  padding: 0 0.625rem;
  font-size: 0.8em;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s;
  cursor: pointer; }

li.contextual-menu-item:hover {
  background-color: #EFEFEF;
  color: #0463B3; }

li.contextual-menu-item a,
li.contextual-menu-item a:hover {
  font-family: DroidSans, AdjustedArial, sans-serif;
  color: inherit; }

@media (min-height: 45rem), (min-width: 45rem) {
  #contextual-menu {
    padding: 0 0.625rem; }

  ul.contextual-menu-section {
    padding: 0.625rem 0; }

  li.contextual-menu-item {
    font-size: 0.9em; }

  .interior-page ul.contextual-menu-section-interior {
    display: block; } }
/* INTERSITES BANNER */
.intersite-banner {
  z-index: 10;
  display: none;
  background-color: #fff; }

.intersite-banner-container {
  box-sizing: border-box;
  width: 100%;
  max-width: 75rem;
  margin: auto;
  padding: 0 1.875rem; }

ul.intersite-banner-sites {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2.5rem;
  margin: 0;
  padding: 0;
  font-size: 0.8125rem;
  border-bottom: 0.0625rem solid #cccccc; }

ul.intersite-banner-sites > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 0.25rem 0.875rem; }

ul.intersite-banner-sites > li:first-child {
  padding-left: 0; }

ul.intersite-banner-sites > li:last-child {
  padding-right: 0; }

ul.intersite-banner-sites > li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0.75rem;
  top: 50%;
  right: 0;
  margin-top: -0.375rem;
  border-left: 0.0625rem solid #0463b3; }

ul.intersite-banner-sites a,
ul.intersite-banner-sites a:visited,
ul.intersite-banner-sites button {
  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: 100%;
  padding: 0 0.25rem;
  color: #767676;
  -webkit-transition: color .25s ease-out;
  transition: color .25s ease-out; }

ul.intersite-banner-sites button {
  padding-right: 1rem; }

ul.intersite-banner-sites a:hover,
ul.intersite-banner-sites a:focus,
ul.intersite-banner-sites a:visited:hover,
ul.intersite-banner-sites button:hover,
ul.intersite-banner-sites button:focus {
  color: #0463b3; }

ul.intersite-banner-sites a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  max-width: 0;
  bottom: 0.25rem;
  height: 0;
  border-bottom: 0.0625rem solid #0463b3;
  -webkit-transition: max-width .25s ease-out;
  transition: max-width .25s ease-out; }

ul.intersite-banner-sites button::after,
ul.intersite-banner-sites button::before {
  content: "";
  display: block;
  position: absolute;
  right: 0.375rem;
  top: 50%;
  width: 0.1875rem;
  height: 0.5rem;
  margin-top: -0.375rem;
  background: #aaa;
  border-radius: 0.125rem;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transition: background .25s ease-out;
  transition: background .25s ease-out; }

ul.intersite-banner-sites button::after {
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: rotateZ(40deg);
  transform: rotateZ(40deg); }

ul.intersite-banner-sites button::before {
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: rotateZ(-40deg);
  transform: rotateZ(-40deg); }

ul.intersite-banner-sites a:hover::after,
ul.intersite-banner-sites a:focus::after {
  max-width: 100%; }

ul.intersite-banner-sites button:hover::after,
ul.intersite-banner-sites button:focus::after,
ul.intersite-banner-sites button:hover::before,
ul.intersite-banner-sites button:focus::before {
  background: #108670; }

ul.intersites-sublist {
  position: absolute;
  top: 100%;
  width: 13.125rem;
  margin-top: 0.5rem;
  padding: 0.3125rem 0.625rem;
  background: #fff;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.35); }

ul.intersites-sublist li {
  height: 1.5rem;
  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; }

ul.intersites-sublist li:not(:first-child) {
  margin-top: 0.25rem; }

ul.intersites-sublist a {
  padding: 0; }

ul.intersites-sublist a::after {
  bottom: 0; }

.intersites-banner-tooltip {
  display: none; }

ul.intersite-banner-sites a:hover + .intersites-banner-tooltip,
ul.intersite-banner-sites a:focus + .intersites-banner-tooltip {
  display: block;
  position: absolute;
  left: 50%;
  top: 2.25rem;
  width: 11.875rem;
  padding: 0.5rem 0.75rem;
  background: #313131;
  color: #fff;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

/* HEADER */
/* General properties */
.main-header {
  background-color: #FFF;
  box-shadow: 0 0 1.25rem #bbbbbb; }

.main-header > .useful-content {
  height: 3.75rem;
  padding-right: 3.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: pace-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* Logo */
p.header-logo {
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3.75rem;
  margin: 0;
  margin-right: 0.625rem;
  padding: 0.625rem 0; }

a.header-logo-href {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  margin-left: 0.625rem; }

img.header-logo-img {
  display: block;
  width: 9.5625rem;
  height: 2.5rem;
  margin: auto; }

/* Search engine */
#p_p_id_400_WAR_fu_ {
  visibility: hidden; }

/*TODO : JRE : review this part*/
.columns-max #p_p_id_400_WAR_fu_ {
  display: block;
  visibility: visible; }

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

#header-search-opener {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: 0.625rem;
  border: 0;
  background-image: url("../images/search.svg");
  background-position: center;
  background-size: 1.5rem 1.5rem;
  color: #FFF;
  border-radius: 50%;
  background-color: #004793;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

#header-search-opener:hover,
#header-search-opener:focus {
  background-color: #108670; }

#header-search {
  position: absolute;
  z-index: 6;
  left: 0;
  top: 3.75rem;
  width: 100%;
  height: 3.75rem;
  max-height: 0;
  padding: 0 0.625rem;
  background-color: #FFF;
  box-shadow: 0 0.5rem 1.25rem #333333;
  overflow: hidden;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

#header-search.overflow-visible {
  overflow: visible; }

#header-search.mobile-hidden {
  display: none; }

#header-search.expanded {
  max-height: 3.75rem; }

#header-search .typeahead__container {
  width: 100%;
  max-width: 22.5rem;
  margin-top: 0.625rem;
  margin-left: auto;
  margin-right: auto; }

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

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

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

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

#header-search #header-search-input {
  height: 2.5rem;
  opacity: 0.9;
  padding-right: 2.5rem;
  border: 0.0625rem solid #767676; }

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

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

#header-search .typeahead__container.hint #header-search-input {
  background-color: transparent; }

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

#header-search #header-search-input:focus {
  opacity: 1;
  border: 0.0625rem solid #0463b3;
  outline: 0; }

#header-search #header-search-input::-webkit-input-placeholder {
  color: #666;
  opacity: 1; }

#header-search #header-search-input::-moz-placeholder {
  color: #666;
  opacity: 1; }

#header-search #header-search-input:-ms-input-placeholder {
  color: #666;
  opacity: 1; }

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

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

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

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

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

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

.typeahead__container.loading .typeahead__query::before {
  content: "";
  z-index: 2;
  position: absolute;
  top: 50%;
  right: 0.625rem;
  width: 1.375rem;
  height: 1.375rem;
  margin-top: -0.6875rem;
  border-radius: 50%;
  border-style: solid;
  border-color: #FFF #666 #666;
  border-width: 0.125rem;
  -webkit-animation: rotating 0.75s linear infinite;
  animation: rotating 0.75s linear infinite; }

#header-search .typeahead__container.loading .typeahead__query::before {
  right: 2.8125rem; }

#header-search #header-search-submit {
  z-index: 2;
  width: 1.5rem;
  height: 1.5rem;
  top: 0.5rem;
  right: 0.5rem;
  background-image: url("../images/search.svg");
  background-size: 0.875rem 0.875rem;
  background-repeat: no-repeat; }

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

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

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

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

/* Search engine : autocompletion */
#header-search .typeahead__result {
  position: absolute;
  width: 100%; }

#header-search ul.typeahead__list {
  max-height: 23.125rem;
  overflow: hidden;
  width: 100%;
  margin: 0;
  margin-top: 0.125rem;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: #fff;
  font-size: 0.9em;
  box-shadow: 0 0.5rem 1.25rem #333333; }

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

#header-search ul.typeahead__list li:not(:last-child) {
  border-bottom: 0.0625rem solid #cccccc; }

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

#header-search ul.typeahead__list li:focus a,
#header-search ul.typeahead__list li a:hover,
#header-search ul.typeahead__list li a:focus {
  background: #EFEFEF;
  color: #0463B3; }

#header-search ul.typeahead__list li:focus {
  outline: 0.125rem solid #0463b3 !important;
  outline-offset: -0.1875rem !important; }

#header-search ul.typeahead__list li.typeahead__empty {
  padding: 0 1.5625rem;
  line-height: 2.1875rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

#header-search ul.typeahead__list .autocomp-entry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }

#header-search ul.typeahead__list .autocomp-entry-imgMini {
  width: 1.875rem;
  height: 1.875rem; }

#header-search ul.typeahead__list .autocomp-entry-imgMini-pdf {
  margin: 0.1875rem 0.375rem;
  border: 0.0625rem solid #dddddd; }

#header-search ul.typeahead__list .autocomp-entry-imgMini-event {
  margin: 0.25rem 0.375rem;
  background-image: url("../images/calendar.svg");
  background-position: center;
  background-size: 1.75rem 1.75rem; }

#header-search ul.typeahead__list .autocomp-entry-imgMini-article {
  margin: 0.1875rem 0.1875rem 0.25rem 0.5rem;
  background-color: #108670;
  border-radius: 50%;
  border: 0.25rem solid white;
  background-image: url("../images/white-arrow.svg");
  background-position: center;
  background-size: 0.8125rem 0.8125rem; }

#header-search ul.typeahead__list li a:hover .autocomp-entry-imgMini-article,
#header-search ul.typeahead__list li a:focus .autocomp-entry-imgMini-article {
  border: 0.25rem solid #efefef; }

#header-search ul.typeahead__list .autocomp-entry-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  height: 100%;
  margin: 0;
  line-height: 2.25rem;
  padding-right: 0.625rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

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

/* Baseline */
.header-baseline {
  display: none; }

/* Responsive header */
@media (min-width: 40rem) {
  #header-search-opener {
    display: block; }

  #header-search {
    display: block;
    z-index: 8;
    position: relative;
    width: 22.5rem;
    margin-right: 0.625rem;
    top: 0;
    max-height: 3.75rem;
    padding: 0;
    box-shadow: none;
    overflow: visible; }

  #header-search.mobile-hidden {
    display: block; } }
@media (min-width: 56.25rem) {
  .intersite-banner {
    display: block; }

  .main-header > .useful-content {
    padding-right: 1.875rem; } }
@media (min-width: 60rem) {
  ul.intersite-banner-sites {
    font-size: 0.875rem; } }
@media (min-width: 66.25rem) {
  ul.intersite-banner-sites > li {
    padding: 0.25rem 1.25rem; } }
@media (min-width: 75rem) {
  ul.intersite-banner-sites > li {
    padding: 0.25rem 1.875rem; } }
.home-page .main-header {
  background-color: #FFF; }

/* Carousel */
.home-page .main-header .portlet-asset-publisher,
.home-page .main-header .portlet-borderless-container,
.home-page .main-header .portlet-body,
.home-page #header-carousel,
.home-page #header-carousel-content,
.home-page .header-carousel-hidden,
.home-page .header-carousel-displayed {
  width: 100%; }

.home-page .main-header .portlet-asset-publisher,
.home-page .main-header .portlet-borderless-container,
.home-page .main-header .portlet-body {
  height: auto; }

.home-page #header-carousel-content,
.home-page .header-carousel-hidden,
.home-page .header-carousel-displayed {
  height: 100%; }

.home-page #header-carousel-content {
  position: absolute;
  top: 0; }

.home-page #header-carousel-content .useful-content {
  height: 100%; }

.home-page #header-carousel {
  height: 11.25rem;
  background-color: #DDD; }

.home-page .header-carousel-hidden,
.home-page .header-carousel-displayed {
  position: absolute;
  background-position: center;
  background-size: cover;
  -webkit-transition: all ease-out 0.25s;
  transition: all ease-out 0.25s; }

.home-page .header-carousel-hidden {
  opacity: 0;
  z-index: 1; }

.home-page .header-carousel-displayed {
  opacity: 1;
  z-index: 2; }

.home-page .header-carousel-noDisplay {
  display: none; }

button.header-carousel-arrow,
button.home-news-arrow,
button.home-projects-arrow,
button.home-flickr-arrow,
button.carousel-arrow,
label.diapo-arrow {
  z-index: 5;
  display: block;
  position: absolute;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background-color: #FFF; }

button.home-flickr-arrow {
  color: #FFF;
  font-size: 0; }

button.header-carousel-arrow {
  top: 23%; }

button.home-news-arrow,
button.home-projects-arrow,
button.home-flickr-arrow,
button.carousel-arrow,
label.diapo-arrow {
  top: 1.25rem; }

button.home-flickr-arrow:disabled {
  display: none; }

button.header-carousel-arrow:focus {
  outline: 0.125rem auto #6699cc; }

#header-carousel-arrow-prev,
#home-news-arrow-prev,
#home-projects-arrow-prev,
button.home-flickr-arrow[id*="arrow-prev"],
button.carousel-arrow.carousel-arrow-prev,
label.diapo-arrow.diapo-arrow-prev {
  left: 1.25rem;
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg); }

#header-carousel-arrow-next,
#home-news-arrow-next,
#home-projects-arrow-next,
button.home-flickr-arrow[id*="arrow-next"],
button.carousel-arrow.carousel-arrow-next,
label.diapo-arrow.diapo-arrow-next {
  right: 1.25rem; }

.header-carousel-arrow::after,
.home-news-arrow::after,
.home-projects-arrow::after,
.home-flickr-arrow::after,
.carousel-arrow::after,
.diapo-arrow::after {
  content: "";
  display: block;
  position: absolute;
  width: 2.625rem;
  height: 2.625rem;
  top: -0.1875rem;
  left: -0.1875rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0);
  background-image: url("../images/blue-arrow.svg");
  background-size: 1.125rem 1.125rem;
  background-position: center;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.header-carousel-arrow:hover::after,
.header-carousel-arrow:focus::after,
.home-news-arrow:hover::after,
.home-news-arrow:focus::after,
.home-projects-arrow:hover::after,
.home-projects-arrow:focus::after,
.home-flickr-arrow:hover::after,
.home-flickr-arrow:focus::after,
.carousel-arrow:hover::after,
.carousel-arrow:focus::after,
.diapo-arrow:hover::after,
.diapo-arrow:focus::after {
  background-color: #FFF; }

button.home-flickr-arrow.loading-photo {
  pointer-events: none; }

button.home-flickr-arrow.loading-photo::after {
  background: #efefef url("../images/ajax-loader.gif") no-repeat scroll center center; }

/* Main title */
.home-page .header-baseline {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3.75rem;
  line-height: 3.75rem;
  text-align: center;
  margin: 0;
  color: #FFF;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-size: 1.1em;
  text-transform: uppercase; }

.home-page .header-baseline .inner-link,
.home-page .header-baseline.no-link {
  padding: 0 0.9375rem;
  background-color: rgba(50, 50, 50, 0.75);
  -webkit-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out; }

.home-page .inner-link:hover .header-baseline,
.home-page .inner-link:focus .header-baseline,
.home-page .header-baseline .inner-link:hover,
.home-page .header-baseline .inner-link:focus {
  background-color: #323232; }

.home-page .header-baseline.no-link,
.home-page .header-baseline .inner-link {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.interior-article-footer-items-list.home-export {
  height: 2.5rem; }

.interior-article-footer-items-list.home-export .interior-article-footer-item:not(:last-child) {
  margin-right: 0.625rem; }

.interior-article-footer-items-list.home-export .interior-article-footer-item .inner-link {
  border-radius: 50%;
  background-color: #0463B3;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.interior-article-footer-items-list.home-export .interior-article-footer-item .inner-link:hover,
.interior-article-footer-items-list.home-export .interior-article-footer-item .inner-link:focus {
  background-color: #108670; }

.interior-article-footer-items-list.home-export li.interior-article-rss,
.interior-article-footer-items-list.home-export li.interior-article-facebook,
.interior-article-footer-items-list.home-export li.interior-article-instagram,
.interior-article-footer-items-list.home-export li.interior-article-linkedin,
.interior-article-footer-items-list.home-export li.interior-article-twitter,
.interior-article-footer-items-list.home-export li.interior-article-youtube {
  display: none; }

/* Home export + Search engine */
.main-header .home-export {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.main-header li.interior-article-footer-item .inner-link {
  height: 2.5rem;
  width: 2.5rem; }

#header-search {
  position: absolute;
  z-index: 6;
  left: 0;
  top: 3.75rem;
  width: 100%;
  height: 3.75rem;
  max-height: 0;
  padding: 0 0.625rem;
  background-color: #FFF;
  box-shadow: 0 0.5rem 1.25rem #333333;
  overflow: hidden;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

#header-search.overflow-visible {
  overflow: visible; }

#header-search.mobile-hidden {
  display: none; }

/* Infos Covid */
.header-infos-covid-wrapper {
  z-index: 3;
  display: block;
  position: absolute;
  top: 3.75rem;
  right: 0; }

a.header-infos-covid {
  display: block;
  padding-left: 2.5rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  background: #efc94c;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  text-transform: uppercase;
  font-size: 1.25rem;
  -webkit-transition: background .25s ease-out;
  transition: background .25s ease-out; }

.header-infos-covid-wrapper.header-infos-dechets-wrapper {
  top: -3.75rem; }

a.header-infos-covid.header-infos-dechets {
  background: #108670;
  font-size: 1rem; }

a.header-infos-covid:hover,
a.header-infos-covid:focus {
  background: #dfb93c; }

a.header-infos-covid.header-infos-dechets:hover,
a.header-infos-covid.header-infos-dechets:focus {
  background: #06504f; }

a.header-infos-covid,
a.header-infos-covid:visited,
a.header-infos-covid:hover,
a.header-infos-covid:focus {
  color: #313131; }

a.header-infos-covid.header-infos-dechets,
a.header-infos-covid.header-infos-dechets:visited,
a.header-infos-covid.header-infos-dechets:hover,
a.header-infos-covid.header-infos-dechets:focus {
  color: #fff; }

a.header-infos-covid::before {
  content: "";
  display: block;
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  left: 0;
  top: 0;
  background-image: url("../images/exclamation-black.svg");
  background-size: 0.375rem;
  background-position: center; }

a.header-infos-covid.header-infos-dechets::before {
  background-image: url("../images/exclamation.svg"); }

/* Large screens */
@media (min-width: 35rem) {
  .interior-article-footer-items-list.home-export li.interior-article-facebook,
  .interior-article-footer-items-list.home-export li.interior-article-instagram,
  .interior-article-footer-items-list.home-export li.interior-article-youtube {
    display: block; } }
@media (min-width: 47.8125rem) {
  .home-page #header-carousel {
    height: 0;
    padding-top: 23.4%; } }
@media (min-width: 56.25rem) {
  .home-page .main-content {
    margin-top: -3.125rem; }

  .home-page .header-baseline {
    left: 1.875rem;
    bottom: 3.125rem;
    width: auto; }

  .home-page .header-baseline.no-link,
  .home-page .header-baseline .inner-link {
    padding: 0 1.875rem; }

  #header-carousel-arrow-prev {
    left: 2.5rem; }

  #header-carousel-arrow-next {
    right: 2.5rem; }

  button.home-news-arrow,
  button.home-projects-arrow {
    display: none; }

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

  #header-search {
    display: block;
    z-index: 8;
    position: relative;
    right: 0.625rem;
    width: 22.5rem;
    margin-right: 0.625rem;
    top: 0;
    max-height: 3.75rem;
    padding: 0;
    box-shadow: none;
    overflow: visible; }

  #header-search.mobile-hidden {
    display: block; } }
@media (min-width: 63.75rem) {
  .interior-article-footer-items-list.home-export li.interior-article-rss,
  .interior-article-footer-items-list.home-export li.interior-article-linkedin {
    display: block; } }
@media (min-width: 75rem) {
  .home-page p.header-logo {
    top: 1.25rem;
    width: 17.5rem;
    height: 6.25rem;
    background-color: #FFF; }

  .home-page a.header-logo-href {
    margin-left: auto; }

  .home-page img.header-logo-img {
    width: 14.0625rem;
    height: 3.6875rem; }

  .home-page .header-baseline {
    bottom: 3.125rem;
    height: 6.25rem;
    line-height: 6.25rem;
    font-size: 1.5em; }

  a.header-infos-covid:not(.header-infos-dechets) {
    height: 3.125rem;
    line-height: 3.125rem;
    padding-left: 3.125rem;
    padding-top: 0;
    padding-bottom: 0; }

  a.header-infos-covid:not(.header-infos-dechets)::before {
    width: 3.125rem;
    height: 3.125rem;
    background-size: 0.5rem; } }
@media (min-width: 103.75rem) {
  .header-infos-covid-wrapper:not(.header-infos-dechets-wrapper) {
    top: 0; } }
.main-footer {
  padding: 2.5rem 0;
  padding-bottom: 1.875rem;
  margin-top: 1.875rem;
  line-height: 2.1875rem;
  font-size: 0.8em;
  background-color: #313131;
  color: #FFF; }

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

.main-footer .useful-content {
  padding: 0 1.875rem; }

ul.footer-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

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

.no-flex-wrap li.footer-column,
li.footer-column {
  width: 100%;
  padding: 0 1.25rem; }

li.footer-link {
  margin-bottom: 0;
  text-align: left;
  color: #DDD;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s;
  line-height: inherit; }

li.footer-link a {
  display: inline-block;
  height: 100%;
  white-space: nowrap;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

li.footer-link a:hover,
li.footer-link a:focus {
  padding-left: 0.625rem;
  color: #FFF; }

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

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

/* Responsive footer */
@media (min-width: 22.5rem) {
  li.footer-column {
    padding: 0 3.125rem; } }
@media (min-width: 38.75rem) {
  li.footer-column {
    width: 50%; } }
@media (min-width: 50rem) {
  .main-footer .useful-content {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  ul.footer-list {
    margin-right: 3.75rem; } }
@media (min-width: 56.25rem) {
  .main-footer {
    margin-top: 0; } }
@media (min-width: 75rem) {
  li.footer-column {
    width: 20%;
    padding: 0 0.9375rem; }

  p.footer-logo {
    margin-right: 0; } }
/* Hidden checkbox trick display */
button.main-nav-btn {
  z-index: 10;
  display: block;
  position: absolute;
  width: 2.25rem;
  height: 2.25rem;
  top: 0.3125rem;
  right: 0.625rem;
  padding: 0;
  border-radius: 50%;
  border: 0;
  background: #004793; }

button.main-nav-btn::before {
  content: "MENU";
  display: block;
  position: absolute;
  bottom: -1.125rem;
  width: 100%;
  text-align: center;
  font-size: 0.8em;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  color: #035396; }

button.main-nav-btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  top: 0.375rem;
  left: 0.375rem;
  background-image: url("../images/menu-burger.svg");
  background-size: 1.25rem 1.5rem;
  background-position: center;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in; }

button.main-nav-btn.main-nav-btn-expanded::after {
  -webkit-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }

.main-nav {
  max-height: 0;
  position: absolute;
  left: 0;
  top: 3.75rem;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }

.main-nav.main-nav-opened {
  max-height: 62.5rem;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in; }

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

.main-nav .useful-content {
  padding: 0; }

/* Nav appearance */
.main-nav-list {
  z-index: 6;
  min-height: 4.375rem;
  background-color: #FFF;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.home-page .main-nav-list {
  min-height: 6.25rem; }

.main-nav-list-extended {
  min-height: 8.125rem; }

.home-page .main-nav-list-extended {
  min-height: 11.25rem; }

li.main-nav-item {
  position: static;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  color: #FFF;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-size: 0.9em;
  border-bottom: 0.0625rem solid #72a2ca;
  cursor: pointer; }

.main-nav-list .main-nav-item-content {
  z-index: 2;
  display: block;
  width: 100%;
  height: 2.8125rem;
  margin: 0;
  padding: 0;
  padding-left: 1.25rem;
  line-height: 2.8125rem;
  text-align: left;
  background-color: #0463B3;
  font-family: inherit;
  font-size: inherit;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.main-nav-list .main-nav-item-content:hover,
.main-nav-list .main-nav-item-content:focus {
  background-color: #035396; }

.main-nav-list .main-nav-item-content::before {
  border-top: 0.75rem solid #0463b3;
  border-right: 0.75rem solid transparent;
  border-left: 0.75rem solid transparent;
  content: "";
  position: absolute;
  bottom: -0.75rem;
  margin-left: -0.75rem;
  left: 50%;
  opacity: 0;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.main-nav-list .main-nav-item-content:hover::before {
  border-top: 0.75rem solid #035396; }

.main-nav-list .main-nav-item-extended::before {
  opacity: 1; }

.main-nav-item-text {
  margin: auto;
  text-align: center; }

/* Nav sub lists */
ul.main-nav-subList {
  color: #333;
  font-family: DroidSans, AdjustedArial, sans-serif;
  overflow: hidden;
  cursor: default; }

ul.main-nav-subList-hidden {
  max-height: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }

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

ul.main-nav-subList-visible {
  max-height: 62.5rem;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in; }

li.main-nav-subList-item {
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

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

li.main-nav-subList-item .inner-link {
  padding: 0.5rem 0.625rem;
  padding-left: 1.875rem;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

li.main-nav-subList-item .inner-link.main-nav-subList-item-selected,
li.main-nav-subList-item .inner-link:hover,
li.main-nav-subList-item .inner-link:focus {
  color: #0463B3; }

li.main-nav-subList-item .inner-link.main-nav-subList-item-selected::after {
  content: "";
  position: absolute;
  height: 0;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 0.1875rem;
  border-bottom: 0.0625rem solid #0463b3; }

li.main-nav-subList-item .inner-link:hover,
li.main-nav-subList-item .inner-link:focus {
  background-color: #EFEFEF; }

.main-nav-subList-hidden .main-nav-subList-item-text {
  max-height: 100%; }

/* Responsive nav on desktop */
@media (min-width: 32.5rem) {
  .main-nav-list .main-nav-item-content {
    padding-left: calc(50% - 14.375rem); }

  li.main-nav-subList-item .inner-link {
    padding-left: calc(50% - 13.75rem); } }
@media (min-width: 56.25rem) {
  .main-nav.noDisplay {
    display: block; }

  button.main-nav-btn {
    display: none; }

  .main-nav {
    max-height: 62.5rem;
    position: relative;
    top: 0;
    overflow: visible;
    background: -webkit-linear-gradient(transparent, transparent 1.875rem, #efefef 1.875rem, #efefef);
    background: linear-gradient(transparent, transparent 1.875rem, #efefef 1.875rem, #efefef); }

  .main-nav .useful-content {
    padding: 0 1.875rem; }

  .main-nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

  li.main-nav-item {
    height: 4.375rem;
    border-bottom: none; }

  .home-page li.main-nav-item {
    height: 6.25rem; }

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

  .main-nav-list .main-nav-item-content {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 0.9375rem;
    line-height: 1.5em; }

  .main-nav-item-text {
    display: block;
    width: 100%; }

  ul.main-nav-subList {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-box-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    height: 3.75rem;
    left: 0;
    bottom: 0;
    right: 0;
    box-shadow: 0 0.5rem 1.25rem #dddddd; }

  .home-page ul.main-nav-subList {
    height: 5rem; }

  ul.main-nav-subList-visible {
    max-height: 3.75rem;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in; }

  .home-page ul.main-nav-subList-visible {
    max-height: 5rem; }

  li.main-nav-subList-item-link {
    padding: 0.625rem 0; }

  li.main-nav-subList-item:not(:last-child) {
    border-bottom: none; }

  li.main-nav-subList-item .inner-link {
    padding: 0 0.625rem;
    line-height: 1.2em;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    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;
    text-align: center; }

  .home-page li.main-nav-subList-item .inner-link {
    padding: 0.9375rem 0.625rem;
    line-height: 1.2em; } }
@media (min-width: 56.25rem) and (min-height: 56.25rem) {
  .main-nav {
    display: block;
    background: -webkit-linear-gradient(transparent, transparent 3.125rem, #efefef 3.125rem, #efefef);
    background: linear-gradient(transparent, transparent 3.125rem, #efefef 3.125rem, #efefef); } }
#page-wrapper .breadcrumb-container {
  margin: 1.25rem auto; }

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

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

#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.9em; }

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

#page-wrapper .breadcrumb > .active {
  color: inherit;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  margin-right: 0;
  cursor: default; }

#page-wrapper .breadcrumb > li > a,
#page-wrapper .breadcrumb-home > a {
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

#page-wrapper .breadcrumb > li > a:hover,
#page-wrapper .breadcrumb > li > a:focus,
#page-wrapper .breadcrumb-home > a:hover,
#page-wrapper .breadcrumb-home > a:focus {
  color: #108670; }

#page-wrapper .breadcrumb > li:not(.active) .divider::after,
#page-wrapper .breadcrumb-home::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.375rem;
  margin-top: -0.375rem;
  width: 0.8125rem;
  height: 0.8125rem;
  border-radius: 50%;
  background-color: #0463B3;
  background-image: url("../images/white-arrow.svg");
  background-position: center;
  background-size: 0.5625rem 0.5625rem; }

/* Alert container */
.fullPage-alert,
aside.fullPage-alert {
  z-index: 99999999;
  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: .75em;
  -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: 23.75rem) and (min-height: 23.75rem) {
  .fullPage-alert,
  aside.fullPage-alert {
    padding: 1.25rem;
    font-size: .9em; } }
.fullPage-alert.hidden,
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%; }

/* 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: #0463B3;
  color: #FFF;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: DroidSans, AdjustedArial, sans-serif; }

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: #0463B3;
  background-image: url("../images/white-cross.svg");
  background-size: 0.875rem 0.875rem;
  background-position: center;
  border: 0.1875rem solid white;
  cursor: pointer;
  -webkit-transition: background-size 0.15s ease-out;
  transition: background-size 0.15s ease-out; }

button.fullPage-alert-close:hover,
button.fullPage-alert-close:focus {
  background-size: 1.25rem 1.25rem; }

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

/* 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: 23.75rem) and (min-height: 23.75rem) {
  .fullPage-alert-content {
    max-width: calc(100vw - 2.5rem);
    max-height: calc(100vh - 2.5rem); } }
.fullPage-alert p {
  margin-top: 0; }

.fullPage-alert li {
  margin: 0.3125rem 0;
  margin-left: 0.9375rem; }

.fullPage-alert li a {
  color: #0B6BA7; }

.fullPage-alert li a:hover {
  color: #00B798; }

.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 {
  max-width: calc(100vw - 2.875rem);
  max-height: calc(100vh - 2.875rem); }

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

.diapo-wrapper {
  display: none; }

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

/* Advert message */
#alert-advert {
  opacity: 0;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

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

@media (min-width: 23.75rem) and (min-height: 23.75rem) {
  #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: DroidSansBold, AdjustedArialBold, sans-serif;
  font-size: 1.5em;
  font-variant: small-caps;
  text-align: center;
  color: #06504F;
  border-bottom: 0.0625rem solid #cccccc; }

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

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

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

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

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

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

/* Particular alerts */
.fullPage-alert.iframe-plu .fullPage-alert-container {
  margin: auto;
  width: 25rem;
  max-width: 90%;
  max-width: calc(100% - 1.25rem);
  max-height: 90%;
  max-height: calc(100% - 1.25rem);
  overflow: auto; }

.fullPage-alert .fullPage-alert-container.iframe-marches-publics {
  max-width: 50rem; }

.fullPage-alert .fullPage-alert-container.iframe-marches-publics .fullPage-alert-content {
  padding: 0.625rem; }

.fullPage-alert.iframe-plu .fullPage-alert-content {
  padding: 1.25rem; }

#fullPage-alert .embedded-portlet > .cdalr-form-popin,
#fullPage-alert .embedded-portlet > .portlet-msg-error {
  margin: 1.25rem; }

@media (min-width: 56.25rem) {
  .fullPage-alert.iframe-plu .fullPage-alert-container {
    max-width: 80%;
    max-width: calc(100% - 3.75rem);
    max-height: 80%;
    max-height: calc(100% - 3.75rem); }

  .fullPage-alert.iframe-plu .fullPage-alert-content {
    padding: 1.875rem; }

  .fullPage-alert .fullPage-alert-container.iframe-marches-publics .fullPage-alert-content {
    padding: 1.25rem; } }
/* Dechets modal */
.dechets-modal-content {
  display: flex;
  flex-direction: column;
  padding: 0 1.25rem 2.5rem; }

.dechets-modal-content a.dechets-modal-imgLink,
.dechets-modal-content img {
  display: inline-block;
  align-self: center; }

.dechets-modal-content a.dechets-modal-imgLink,
.dechets-modal-content a.dechets-modal-imgLink:hover,
.dechets-modal-content a.dechets-modal-imgLink:focus {
  margin-bottom: 1.25rem;
  text-decoration: none; }

.dechets-modal-content p {
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  color: #555; }

.dechets-modal-content ul {
  list-style-type: disc; }

.dechets-modal-content a.dechets-modal-textLink {
  display: block;
  align-self: center;
  margin-top: 1.25rem;
  padding: 0.5rem 1rem;
  text-decoration: none;
  text-align: center;
  border-radius: 0.375rem;
  background: #108670;
  color: #fff !important; }

.dechets-modal-content a.dechets-modal-textLink:hover,
.dechets-modal-content a.dechets-modal-textLink:focus {
  background: #06504f;
  text-decoration: none; }

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

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

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

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

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

@media (min-width: 56.25rem) {
  .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 CONTENT */
/* SECTIONS AND ARTICLES*/
.home-section {
  max-width: 32.5rem;
  margin: auto; }

h2.home-article-title {
  margin: 0.9375rem 0;
  margin-top: 1.5625rem;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-size: 1.25em;
  text-transform: uppercase; }

.home-article-section {
  background-color: #FFF;
  box-shadow: 0 0.5rem 1.25rem #cccccc;
  height: calc(100% - 5rem);
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.inner-link:hover .home-article-section,
.inner-link:focus .home-article-section {
  background-color: #F2F2F2; }

.home-article-mainContent {
  padding: 1.875rem 2.5rem;
  color: #FFF;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.home-article-mainContent-displayed,
.home-article-mainContent-hidden {
  position: absolute;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s;
  background-position: center;
  background-size: cover; }

.home-article-mainContent-displayed {
  opacity: 1;
  z-index: 2; }

.home-article-mainContent-hidden {
  opacity: 0;
  z-index: 1; }

.home-article-mainContent .inner-link:hover,
.home-article-mainContent .inner-link:focus {
  background-color: #EFEFEF; }

.home-article-secondaryHeader {
  margin-bottom: 0.625rem;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-size: 0.9em;
  text-transform: uppercase;
  color: #fff; }

h3.home-article-secondaryTitle, span.home-article-secondaryTitle {
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-size: 1.0em;
  text-transform: uppercase; }

h4.home-article-secondarySubTitle {
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  margin-top: 1.875rem;
  margin-bottom: 0.9375rem; }

.home-article-contentText {
  font-size: 0.9em;
  line-height: 1.2em; }

footer.home-article-readMore, p.home-article-showMore {
  font-size: 0.85em; }

footer.home-article-readMore {
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

p.home-article-showMore {
  height: 3.75rem;
  line-height: 3.75rem;
  text-align: center;
  margin: 0;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  color: #FFF; }

p.home-article-showMore .inner-link {
  color: #FFF;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.home-article-mainContent::after,
a.main-project-container .interior-header::after {
  content: "+";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4.6875rem;
  height: 4.6875rem;
  padding-left: 2.8125rem;
  padding-top: 2.625rem;
  background: -webkit-linear-gradient(135deg, white, white 50%, transparent 50%, transparent);
  background: linear-gradient(-45deg, #ffffff, #ffffff 50%, transparent 50%, transparent);
  font-size: 2rem;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.home-article-mainContentContainer .inner-link:hover .home-article-mainContent::after,
.home-article-mainContentContainer .inner-link:focus .home-article-mainContent::after,
.inner-link.grandProjet-mainContent:hover .home-article-mainContent::after,
.inner-link.grandProjet-mainContent:focus .home-article-mainContent::after,
a.main-project-container:hover .interior-header::after,
a.main-project-container:focus .interior-header::after,
.home-article-mainContent:hover::after,
.home-article-mainContent:focus::after {
  width: 5.625rem;
  height: 5.625rem;
  padding-left: 3.25rem;
  padding-top: 3.25rem;
  font-size: 2.5rem; }

.home-article-mediaContent {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  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: #000; }

.home-article-moreContentContainer {
  width: 100%; }

h3.home-article-moreContent,
a.home-article-moreContent,
li.home-article-moreContent {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding-left: 3.75rem;
  padding-right: 1.25rem;
  height: 8.5rem;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s;
  cursor: pointer; }

h3.home-article-moreContent-displayed,
li.home-article-moreContent-displayed {
  max-height: 8.5rem;
  opacity: 1;
  border-bottom: 0.0625rem solid #e2e0e1; }

h3.home-article-moreContent-hidden,
li.home-article-moreContent-hidden {
  max-height: 0;
  opacity: 0; }

h3.home-article-moreContent:hover,
h3.home-article-moreContent:focus,
a.home-article-moreContent:hover,
a.home-article-moreContent:focus,
li.home-article-moreContent:hover,
li.home-article-moreContent:focus {
  background-color: #EFEFEF; }

h3.home-article-moreContent::before,
a.home-article-moreContent::before,
li.home-article-moreContent::before {
  content: "";
  display: block;
  position: absolute;
  width: 2.625rem;
  height: 2.625rem;
  top: 50%;
  left: 0.75rem;
  margin-top: -1.3125rem;
  border-radius: 50%;
  border: 0.1875rem solid white;
  background-image: url("../images/white-arrow.svg");
  background-size: 1.125rem 1.125rem;
  background-position: center;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.home-article-moreContent-text {
  display: block;
  width: 100%;
  margin: auto; }

/* DESIGN PATTERNS */
.home-links-patchwork,
ul.home-links-patchwork {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none; }

.no-flex-wrap .home-links-patchwork {
  display: block; }

h3.home-patchwork-link,
li.home-patchwork-link {
  margin: 0;
  font-size: 0.75em;
  text-align: center;
  color: #fff; }

.home-patchwork-link .inner-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 65%;
  font-weight: normal;
  color: #FFF;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.no-flex-wrap .home-patchwork-link {
  float: left; }

.home-patchwork-link::before {
  content: "";
  display: block;
  padding-top: 100%; }

.home-patchwork-link .inner-link::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 35%;
  opacity: 1;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.home-patchwork-link .inner-link:hover::after,
.home-patchwork-link .inner-link:focus::after {
  opacity: 0.65; }

/* SECTION 1 : AGENDA & ACTUALITES */
/* Agenda */
#home-article-agenda .home-article-section {
  display: flex;
  flex-direction: column; }

#home-article-agenda .home-article-section .home-article-showMore {
  display: flex;
  flex-direction: column;
  order: 3; }

#home-article-agenda .home-article-section > * {
  display: flex;
  flex-direction: column;
  order: 4; }

#home-article-agenda .home-article-title,
#home-article-agenda .home-article-secondaryHeader {
  color: #7A083C; }

#home-article-agenda .home-article-agenda-dateContainer {
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  order: 1;
  height: 13.75rem;
  padding-top: 5.3125rem;
  text-align: center;
  line-height: 1.75em;
  background-color: #D03D81;
  color: #FFF; }

p.home-article-agenda-date {
  display: inline-block;
  margin: 0; }

p.home-article-agenda-date + p.home-article-agenda-date {
  margin-left: 2.5rem; }

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

.home-article-agenda-day {
  font-size: 5.0em;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif; }

.home-article-agenda-month {
  text-transform: uppercase;
  font-size: 1.2em; }

.home-article-agenda-dateContainer::before {
  border-top: 0.75rem solid #d03d81;
  border-right: 0.75rem solid transparent;
  border-left: 0.75rem solid transparent;
  content: "";
  position: absolute;
  bottom: -0.75rem;
  margin-left: -0.75rem;
  left: 50%; }

#home-article-agenda .home-article-mainContent {
  display: flex;
  flex-direction: column;
  order: 2;
  padding: 0;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

#home-article-agenda .home-article-mainContent .inner-link {
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: 1.875rem 2.5rem;
  padding-bottom: 3.125rem;
  background-color: #FFF;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

#home-article-agenda .home-article-mainContent .inner-link:hover,
#home-article-agenda .home-article-mainContent .inner-link:focus {
  background-color: #DFDFDF; }

#home-article-agenda .home-article-mainContent::after {
  display: none; }

#home-article-agenda .home-article-mainContent .inner-link::after {
  content: "+";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4.6875rem;
  height: 4.6875rem;
  padding-left: 2.8125rem;
  padding-top: 2.625rem;
  background: -webkit-linear-gradient(135deg, #f1c4d9, #f1c4d9 50%, transparent 50%, transparent);
  background: linear-gradient(-45deg, #f1c4d9, #f1c4d9 50%, transparent 50%, transparent);
  color: #7A083C;
  font-size: 2rem;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

#home-article-agenda .home-article-mainContent .inner-link:hover::after,
#home-article-agenda .home-article-mainContent .inner-link:focus::after {
  width: 5.625rem;
  height: 5.625rem;
  padding-left: 3.25rem;
  padding-top: 3.25rem;
  font-size: 2.5rem; }

#home-article-agenda .home-article-secondaryTitle {
  display: flex;
  flex-direction: column;
  order: 2;
  color: #333;
  margin: 0; }

#home-article-agenda .home-article-secondaryHeader {
  display: flex;
  flex-direction: column;
  order: 1; }

#home-article-agenda .home-article-showMore .inner-link {
  background-color: #EFEFEF;
  color: #C3327A; }

#home-article-agenda .home-article-showMore .inner-link:hover,
#home-article-agenda .home-article-showMore .inner-link:focus {
  background-color: #D03D81;
  color: #FFF; }

/* Actualites */
#home-article-actualites .home-article-title {
  color: #06504F; }

#home-article-actualites .home-article-mainContentContainer {
  height: 29.375rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  background-position: center;
  background-color: #DDD; }

#home-article-actualites .home-article-mainContent,
#home-article-actualites .home-article-showMore .inner-link {
  background-color: #108670; }

#home-article-actualites .home-article-mainContentContainer .inner-link:hover .home-article-mainContent,
#home-article-actualites .home-article-mainContentContainer .inner-link:focus .home-article-mainContent,
#home-article-actualites .home-article-showMore .inner-link:hover,
#home-article-actualites .home-article-showMore .inner-link:focus {
  background-color: #06504f; }

#home-article-actualites .home-article-mainContent {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  display: flex;
  flex-direction: column; }

#home-article-actualites .home-article-mainContent::before {
  border-bottom: 0.75rem solid #108670;
  border-right: 0.75rem solid transparent;
  border-left: 0.75rem solid transparent;
  content: "";
  position: absolute;
  top: -0.75rem;
  margin-left: -0.75rem;
  left: 50%;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

#home-article-actualites .home-article-mainContent .home-article-secondaryTitle {
  display: flex;
  flex-direction: column;
  order: 2; }

#home-article-actualites .home-article-mainContent .home-article-secondaryHeader {
  display: flex;
  flex-direction: column;
  order: 1; }

#home-article-actualites .home-article-mainContent :not(.home-article-secondaryTitle):not(.home-article-secondaryHeader) {
  display: flex;
  flex-direction: column;
  order: 3; }

#home-article-actualites .home-article-mainContentContainer .inner-link:hover .home-article-mainContent:before,
#home-article-actualites .home-article-mainContentContainer .inner-link:focus .home-article-mainContent:before {
  border-bottom: 0.75rem solid #06504f; }

#home-article-actualites .home-article-mainContent::after {
  color: #108670; }

#home-article-actualites .home-article-moreContent::before {
  background-color: #06504F; }

#home-article-actualites .home-article-moreContent:hover::before,
#home-article-actualites .home-article-moreContent:focus::before {
  border: 0.1875rem solid #06504f; }

#home-article-compteur {
  margin-top: 1.875rem;
  padding: 0.625rem 0 0;
  background: #fff;
  box-shadow: 0 0.5rem 1.25rem #cccccc; }

#home-article-compteur iframe {
  width: 100%;
  height: 6.875rem;
  border: 0; }

/* SECTION 2 : GRANDS PROJETS */
#home-article-grandsProjets,
.blocs-vignettes {
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0; }

.interior-page .news-list-largeHeader + .blocs-vignettes {
  margin-top: 3.75rem; }

#home-article-grandsProjets .home-article-title,
.blocs-vignettes .home-article-title {
  color: #59286A; }

#home-article-grandsProjets .home-article-mainContentContainer,
.blocs-vignettes .home-article-mainContentContainer {
  height: 29.375rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding: 2.1875rem 2.8125rem 2.1875rem 2.5rem;
  background-position: center;
  background-color: #DDD; }

#home-article-grandsProjets .home-article-mainContent,
#home-article-grandsProjets .home-article-showMore .inner-link {
  background-color: #59286A; }

#home-article-grandsProjets .home-article-mainContentContainer .inner-link:hover .home-article-mainContent,
#home-article-grandsProjets .home-article-mainContentContainer .inner-link:focus .home-article-mainContent,
#home-article-grandsProjets .inner-link.grandProjet-mainContent:hover .home-article-mainContent,
#home-article-grandsProjets .inner-link.grandProjet-mainContent:focus .home-article-mainContent,
#home-article-grandsProjets .home-article-showMore .inner-link:hover,
#home-article-grandsProjets .home-article-showMore .inner-link:focus {
  background-color: #431E51; }

#home-article-grandsProjets .home-article-mainContent,
.blocs-vignettes .home-article-mainContent {
  position: absolute;
  min-height: 9.375rem;
  bottom: 1.25rem;
  left: 1.25rem;
  right: 1.25rem;
  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; }

#home-article-grandsProjets .home-article-mainContent::before,
.blocs-vignettes .home-article-mainContent::before {
  border-bottom: 0.75rem solid #59286a;
  border-left: 0.75rem solid transparent;
  border-right: 0.75rem solid transparent;
  content: "";
  position: absolute;
  top: -0.75rem;
  margin-left: -0.75rem;
  left: 50%;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

#home-article-grandsProjets .home-article-mainContentContainer .inner-link:hover .home-article-mainContent::before,
#home-article-grandsProjets .home-article-mainContentContainer .inner-link:focus .home-article-mainContent::before,
#home-article-grandsProjets .inner-link.grandProjet-mainContent:hover .home-article-mainContent::before,
#home-article-grandsProjets .inner-link.grandProjet-mainContent:focus .home-article-mainContent::before {
  border-bottom: 0.75rem solid #431e51; }

#home-article-grandsProjets .home-article-mainContent::after,
a.main-project-container .interior-header::after {
  color: #59286A; }

#home-article-grandsProjets .home-article-moreContent::before {
  background-color: #59286A; }

#home-article-grandsProjets .home-article-moreContent:hover::before,
#home-article-grandsProjets .home-article-moreContent:focus::before {
  border: 0.1875rem solid #59286a; }

#home-article-grandsProjets .home-article-contentText,
.blocs-vignettes .home-article-contentText {
  display: none;
  margin-bottom: 0;
  overflow: hidden; }

#home-article-grandsProjets .home-article-contentText::after,
.blocs-vignettes .home-article-contentText::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1.875rem;
  box-shadow: 0 -1.875rem 0.75rem -0.75rem #59286a inset;
  -webkit-transition: all ease-out 0.25s;
  transition: all ease-out 0.25s; }

#home-article-grandsProjets .home-article-mainContentContainer .inner-link:hover .home-article-contentText::after,
#home-article-grandsProjets .home-article-mainContentContainer .inner-link:focus .home-article-contentText::after,
.blocs-vignettes .home-article-mainContentContainer .inner-link:hover .home-article-contentText::after,
.blocs-vignettes .home-article-mainContentContainer .inner-link:focus .home-article-contentText::after {
  box-shadow: 0 -1.875rem 0.75rem -0.75rem #431e51 inset; }

/* New design */
#home-article-grandsProjets .grandProjet-mainContent.inner-link,
.blocs-vignettes .grandProjet-mainContent.inner-link {
  position: relative;
  height: 29.25rem;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

#home-article-grandsProjets .grandProjet-mainContent.inner-link:hover,
#home-article-grandsProjets .grandProjet-mainContent.inner-link:focus,
.blocs-vignettes .grandProjet-mainContent.inner-link:hover,
.blocs-vignettes .grandProjet-mainContent.inner-link:focus {
  box-shadow: 0 0.5rem 1.25rem #aaaaaa; }

#home-article-grandsProjets li {
  width: 100%;
  list-style-image: none; }

#home-article-grandsProjets li:not(:last-child) {
  margin-bottom: 1.875rem; }

#home-article-grandsProjets .grandProjet-mainContent .home-article-mainContent,
.blocs-vignettes .grandProjet-mainContent .home-article-mainContent {
  min-height: 0; }

#home-article-grandsProjets .grandProjet-mainContent .home-article-secondaryTitle,
.blocs-vignettes .grandProjet-mainContent .home-article-secondaryTitle {
  margin-bottom: 0; }

.interior-page #home-article-grandsProjets .home-article-mainContent,
.interior-page .blocs-vignettes .home-article-mainContent {
  padding-left: 1.875rem;
  font-size: 0.875rem; }

.interior-page #home-article-grandsProjets {
  margin-top: 1.875rem; }

#home-article-grandsProjets.blocs-vignettes,
.blocs-vignettes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100%; }

#home-article-grandsProjets.blocs-vignettes .blocs-vignettes-item,
.blocs-vignettes .blocs-vignettes-item {
  width: 100%;
  max-width: 22.5rem;
  margin: 0.625rem; }

#home-article-grandsProjets.blocs-vignettes a.grandProjet-mainContent.inner-link,
.blocs-vignettes a.grandProjet-mainContent.inner-link {
  height: 22.5rem; }

#home-article-grandsProjets.blocs-vignettes .home-article-mainContent,
.blocs-vignettes .home-article-mainContent {
  background: #108670; }

.blocs-vignettes .header-infos-covid-wrapper.header-infos-dechets-wrapper:not(.header-infos-deplacements-wrapper) + .blocs-vignettes-item .home-article-mainContent,
.blocs-vignettes .header-infos-covid-wrapper.header-infos-dechets-wrapper:not(.header-infos-deplacements-wrapper) + li:not(.blocs-vignettes-item) + .blocs-vignettes-item .home-article-mainContent {
  background: #d03d81; }

.blocs-vignettes .header-infos-covid-wrapper.header-infos-dechets-wrapper:not(.header-infos-deplacements-wrapper) ~ .blocs-vignettes-item:nth-last-child(2) .home-article-mainContent {
  background: #0463b3;
  padding-left: 1.25rem; }

.blocs-vignettes .header-infos-covid-wrapper.header-infos-dechets-wrapper.header-infos-deplacements-wrapper ~ .blocs-vignettes-item:nth-child(-n+5) .home-article-mainContent {
  background: #efc94c;
  color: #313131; }

#home-article-grandsProjets.blocs-vignettes .grandProjet-mainContent.inner-link:hover .home-article-mainContent,
#home-article-grandsProjets.blocs-vignettes .grandProjet-mainContent.inner-link:focus .home-article-mainContent,
.blocs-vignettes .grandProjet-mainContent.inner-link:hover .home-article-mainContent,
.blocs-vignettes .grandProjet-mainContent.inner-link:focus .home-article-mainContent {
  background: #06504f; }

.blocs-vignettes .header-infos-covid-wrapper.header-infos-dechets-wrapper:not(.header-infos-deplacements-wrapper) + .blocs-vignettes-item .grandProjet-mainContent.inner-link:hover .home-article-mainContent,
.blocs-vignettes .header-infos-covid-wrapper.header-infos-dechets-wrapper:not(.header-infos-deplacements-wrapper) + .blocs-vignettes-item .grandProjet-mainContent.inner-link:focus .home-article-mainContent,
.blocs-vignettes .header-infos-covid-wrapper.header-infos-dechets-wrapper:not(.header-infos-deplacements-wrapper) + li:not(.blocs-vignettes-item) + .blocs-vignettes-item .grandProjet-mainContent.inner-link:hover .home-article-mainContent,
.blocs-vignettes .header-infos-covid-wrapper.header-infos-dechets-wrapper:not(.header-infos-deplacements-wrapper) + li:not(.blocs-vignettes-item) + .blocs-vignettes-item .grandProjet-mainContent.inner-link:focus .home-article-mainContent {
  background: #c22c73; }

.blocs-vignettes .header-infos-covid-wrapper.header-infos-dechets-wrapper:not(.header-infos-deplacements-wrapper) ~ .blocs-vignettes-item:last-child .grandProjet-mainContent.inner-link:hover .home-article-mainContent,
.blocs-vignettes .header-infos-covid-wrapper.header-infos-dechets-wrapper:not(.header-infos-deplacements-wrapper) ~ .blocs-vignettes-item:last-child .grandProjet-mainContent.inner-link:focus .home-article-mainContent {
  background: #035396; }

.blocs-vignettes .header-infos-covid-wrapper.header-infos-dechets-wrapper.header-infos-deplacements-wrapper ~ .blocs-vignettes-item:nth-child(-n+5) .grandProjet-mainContent.inner-link:hover .home-article-mainContent,
.blocs-vignettes .header-infos-covid-wrapper.header-infos-dechets-wrapper.header-infos-deplacements-wrapper ~ .blocs-vignettes-item:nth-child(-n+5) .grandProjet-mainContent.inner-link:focus .home-article-mainContent {
  background: #dfb93c;
  color: #313131; }

#home-article-grandsProjets.blocs-vignettes .home-article-mainContent::before,
.blocs-vignettes .home-article-mainContent::before {
  border-bottom-color: #108670; }

.blocs-vignettes .header-infos-covid-wrapper.header-infos-dechets-wrapper:not(.header-infos-deplacements-wrapper) + .blocs-vignettes-item .home-article-mainContent::before,
.blocs-vignettes .header-infos-covid-wrapper.header-infos-dechets-wrapper:not(.header-infos-deplacements-wrapper) + li:not(.blocs-vignettes-item) + .blocs-vignettes-item .home-article-mainContent::before {
  border-bottom-color: #d03d81; }

.blocs-vignettes .header-infos-covid-wrapper.header-infos-dechets-wrapper:not(.header-infos-deplacements-wrapper) ~ .blocs-vignettes-item:last-child .home-article-mainContent::before {
  border-bottom-color: #0463b3; }

.blocs-vignettes .header-infos-covid-wrapper.header-infos-dechets-wrapper.header-infos-deplacements-wrapper ~ .blocs-vignettes-item:nth-child(-n+5) .home-article-mainContent::before {
  border-bottom-color: #efc94c; }

#home-article-grandsProjets.blocs-vignettes .grandProjet-mainContent.inner-link:hover .home-article-mainContent::before,
#home-article-grandsProjets.blocs-vignettes .grandProjet-mainContent.inner-link:focus .home-article-mainContent::before,
.blocs-vignettes .grandProjet-mainContent.inner-link:hover .home-article-mainContent::before,
.blocs-vignettes .grandProjet-mainContent.inner-link:focus .home-article-mainContent::before {
  border-bottom-color: #06504f; }

.blocs-vignettes .header-infos-covid-wrapper.header-infos-dechets-wrapper:not(.header-infos-deplacements-wrapper) + .blocs-vignettes-item .grandProjet-mainContent.inner-link:hover .home-article-mainContent::before,
.blocs-vignettes .header-infos-covid-wrapper.header-infos-dechets-wrapper:not(.header-infos-deplacements-wrapper) + .blocs-vignettes-item .grandProjet-mainContent.inner-link:focus .home-article-mainContent::before,
.blocs-vignettes .header-infos-covid-wrapper.header-infos-dechets-wrapper:not(.header-infos-deplacements-wrapper) + li:not(.blocs-vignettes-item) + .blocs-vignettes-item .grandProjet-mainContent.inner-link:hover .home-article-mainContent::before,
.blocs-vignettes .header-infos-covid-wrapper.header-infos-dechets-wrapper:not(.header-infos-deplacements-wrapper) + li:not(.blocs-vignettes-item) + .blocs-vignettes-item .grandProjet-mainContent.inner-link:focus .home-article-mainContent::before {
  border-bottom-color: #c22c73; }

.blocs-vignettes .header-infos-covid-wrapper.header-infos-dechets-wrapper:not(.header-infos-deplacements-wrapper) ~ .blocs-vignettes-item:last-child .grandProjet-mainContent.inner-link:hover .home-article-mainContent::before,
.blocs-vignettes .header-infos-covid-wrapper.header-infos-dechets-wrapper:not(.header-infos-deplacements-wrapper) ~ .blocs-vignettes-item:last-child .grandProjet-mainContent.inner-link:focus .home-article-mainContent::before {
  border-bottom-color: #035396; }

.blocs-vignettes .header-infos-covid-wrapper.header-infos-dechets-wrapper.header-infos-deplacements-wrapper ~ .blocs-vignettes-item:nth-child(-n+5) .grandProjet-mainContent.inner-link:hover .home-article-mainContent::before,
.blocs-vignettes .header-infos-covid-wrapper.header-infos-dechets-wrapper.header-infos-deplacements-wrapper ~ .blocs-vignettes-item:nth-child(-n+5) .grandProjet-mainContent.inner-link:focus .home-article-mainContent::before {
  border-bottom-color: #dfb93c; }

#home-article-grandsProjets.blocs-vignettes .home-article-mainContent::after,
.blocs-vignettes .home-article-mainContent::after {
  color: #108670; }

.blocs-vignettes .header-infos-covid-wrapper.header-infos-dechets-wrapper:not(.header-infos-deplacements-wrapper) + .blocs-vignettes-item .home-article-mainContent::after,
.blocs-vignettes .header-infos-covid-wrapper.header-infos-dechets-wrapper:not(.header-infos-deplacements-wrapper) + li:not(.blocs-vignettes-item) + .blocs-vignettes-item .home-article-mainContent::after {
  color: #d03d81; }

.blocs-vignettes .header-infos-covid-wrapper.header-infos-dechets-wrapper:not(.header-infos-deplacements-wrapper) ~ .blocs-vignettes-item:last-child .home-article-mainContent::after {
  color: #0463b3; }

.blocs-vignettes .header-infos-covid-wrapper.header-infos-dechets-wrapper.header-infos-deplacements-wrapper ~ .blocs-vignettes-item:nth-child(-n+5) .home-article-mainContent::after {
  color: #dfb93c; }

p.bloc-vignettes-more-wrapper,
li.bloc-vignettes-more-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 0.75rem; }

a.blocs-vignettes-more,
a.blocs-vignettes-more:visited {
  display: inline-block;
  margin: 1.25rem 1.25rem 0;
  padding: 0.75rem 1.25rem;
  line-height: 1.0;
  background: #108670;
  color: #fff;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  text-transform: uppercase;
  font-size: 1.125rem;
  -webkit-transition: background .25s ease-out;
  transition: background 0.25s ease-out; }

a.blocs-vignettes-more:hover,
a.blocs-vignettes-more:focus {
  background: #06504f;
  color: #fff; }

/* SECTION 3 : EN 1 CLIC & MAG AGGLO & INFOLETTRE */
/* En un clic */
#home-article-enUnClic .home-article-title {
  color: #7a083c; }

#home-article-enUnClic .home-patchwork-link {
  width: 33.333333%; }

#home-article-enUnClic .home-patchwork-link:nth-child(odd) {
  background-color: #c22c73; }

#home-article-enUnClic .home-patchwork-link:nth-child(even) {
  background-color: #D03D81; }

.no-flex-wrap #home-article-enUnClic .home-patchwork-link:nth-child(n+4) {
  margin-bottom: 1.5625rem; }

#home-article-enUnClic .home-patchwork-link .inner-link::after {
  width: 2.5rem;
  height: 2.5rem;
  margin-left: -1.25rem;
  background-image: url("../images/enUnClic.svg");
  background-size: 17.5rem 2.5rem; }

#home-patchwork-link-habitat .inner-link::after {
  background-position: 0 0; }

#home-patchwork-link-deplacements .inner-link::after {
  background-position: -2.5rem 0; }

#home-patchwork-link-culture .inner-link::after {
  background-position: -5rem 0; }

#home-patchwork-link-eau .inner-link::after {
  background-position: -7.5rem 0; }

#home-patchwork-link-dechets .inner-link::after {
  background-position: -10rem 0; }

#home-patchwork-link-emploi .inner-link::after {
  background-position: -12.5rem 0; }

#home-patchwork-link-conseil .inner-link::after {
  background-position: -15rem 0; }

/* Mag agglo */
#home-article-magAgglo .home-article-title {
  color: #8C6706; }

#home-article-magAgglo .home-article-section {
  height: 29.375rem; }

#home-article-magAgglo .home-article-mainContentContainer {
  -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;
  padding: 0;
  list-style-type: none; }

#home-article-magAgglo .home-article-mainContent {
  padding: 0;
  height: 100%; }

#home-article-magAgglo .home-article-mainContent::after {
  display: none; }

p.home-article-contentMag {
  width: 100%;
  margin: auto;
  padding: 1.5625rem 20%;
  text-align: center; }

.home-article-contentMag-img {
  box-shadow: 0 0 0.625rem #cccccc; }

#home-article-magAgglo .home-article-moreContentContainer {
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 17.5rem;
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 0.625rem 0 4.375rem;
  list-style-type: none;
  background-color: #EFC94C; }

#home-article-magAgglo .home-article-moreContent {
  display: block;
  padding-top: 0.625rem;
  border: none;
  font-size: 0.75em;
  height: 3.75rem; }

#home-article-magAgglo .home-article-moreContentContainer::before {
  border-bottom: 0.75rem solid #efc94c;
  border-left: 0.75rem solid transparent;
  border-right: 0.75rem solid transparent;
  content: "";
  position: absolute;
  top: -0.75rem;
  margin-left: -0.75rem;
  left: 50%; }

#home-article-magAgglo .home-article-moreContent::before {
  background-color: #D03D81;
  border: 0.1875rem solid #efc94c; }

#home-article-magAgglo .home-article-moreContent:hover::before,
#home-article-magAgglo .home-article-moreContent:focus::before {
  border: 0.1875rem solid #d03d81; }

#home-article-magAgglo .home-article-moreContent:hover,
#home-article-magAgglo .home-article-moreContent:focus {
  background-color: #F4D982; }

#home-article-magAgglo .home-article-showMore {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

#home-article-magAgglo .home-article-showMore .inner-link {
  background-color: #F7E4A6;
  color: #313131;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif; }

#home-article-magAgglo .home-article-showMore .inner-link:hover,
#home-article-magAgglo .home-article-showMore .inner-link:focus {
  background-color: #DFB93C; }

/* Infolettre (+ job counter) */
.home-page #column-1-3 {
  margin-top: 1.875rem; }

a.emploi-agglo-recrute {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.25rem;
  background: #0463b3;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-size: .9em;
  text-align: center;
  box-shadow: 0 0.5rem 1.25rem #cccccc;
  -webkit-transition: background .25s ease-out, box-shadow .25s ease-out;
  transition: background .25s ease-out, box-shadow .25s ease-out; }

a.emploi-agglo-recrute,
a.emploi-agglo-recrute:visited,
a.emploi-agglo-recrute:hover,
a.emploi-agglo-recrute:focus {
  color: #fff; }

a.emploi-agglo-recrute:hover,
a.emploi-agglo-recrute:focus {
  background: #035396;
  box-shadow: 0 0.5rem 1.25rem #aaaaaa; }

#home-article-infolettre {
  margin-top: 1.875rem; }

#home-article-infolettre .home-article-section {
  padding: 1.25rem; }

#home-article-emploi .home-article-section {
  padding: 0.625rem; }

#home-article-emploi .inner-link:hover .home-article-section,
#home-article-emploi .inner-link:focus .home-article-section {
  box-shadow: 0 0.5rem 1.25rem #aaaaaa; }

#home-article-infolettre .home-article-title,
#home-article-emploi .home-article-title {
  margin: 0;
  color: #005CA9; }

#home-article-infolettre .home-article-title {
  margin-bottom: 0.3125rem; }

#home-article-emploi .home-article-title {
  left: 0.625rem; }

#subForm,
#infolettre-form {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-top: 1.25rem; }

#subForm #fieldEmail,
#infolettre-form-input.global-search-input,
#sb_form #input-email {
  font-size: 0.9em;
  background-color: #E4E2E3;
  border: 0.0625rem solid transparent; }

#sb_form #input-email {
  display: block;
  line-height: 3.75rem;
  box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s; }

#subForm #fieldEmail:focus,
#infolettre-form-input.global-search-input:focus,
#sb_form #input-email:focus {
  border: 0.0625rem solid #0463b3;
  box-shadow: none;
  outline: 0; }

label.infolettre-float-label {
  z-index: 2;
  display: block;
  position: absolute;
  left: 1.5625rem;
  top: 50%;
  font-size: 1rem;
  transform: translateY(-50%);
  transition: font-size .15s ease-out, transform .15s ease-out; }

#subForm:focus-within label.infolettre-float-label,
#subForm.with-content label.infolettre-float-label {
  font-size: 0.875rem;
  transform: translateX(-20px) translateY(-150%); }

#subForm label.infolettre-float-label + #fieldEmail {
  padding-top: 0.625rem; }

#fieldEmail-error {
  z-index: 2;
  display: block;
  position: absolute;
  left: 24px;
  bottom: 40px;
  max-width: calc(100% - 48px);
  padding: 8px 12px;
  background: #fee;
  border: 1px solid #c33;
  color: #c00;
  font-size: 14px;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif; }

#fieldEmail-error.hidden {
  display: none; }

/* Infolettre mobilités */
.newsletter-mobilites img {
  display: block;
  margin: 0 auto 1.25rem; }

.newsletter-mobilites #subForm {
  max-width: 53.75rem;
  margin: 0 auto 1.25rem;
  padding: 2.5rem;
  background: #fff;
  box-shadow: 0 0.5rem 1.25rem #cccccc; }

@media (max-width: 33.75rem) {
  .newsletter-mobilites #subForm {
    padding: 1.5rem; } }
.newsletter-mobilites fieldset {
  max-width: 43.75rem;
  margin: 0 auto; }

.newsletter-mobilites fieldset + fieldset {
  margin-top: 1.875rem;
  padding-top: 1.875rem; }

.newsletter-mobilites fieldset + fieldset::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  border-top: 0.0625rem solid #cccccc; }

.newsletter-mobilites .control-group {
  margin: 0; }

.newsletter-mobilites .control-group + .control-group {
  margin-top: 1.875rem; }

.newsletter-mobilites .form-label {
  display: block;
  margin-bottom: 0.75rem;
  color: #555; }

.newsletter-mobilites .form-label-required::after {
  content: "*";
  margin-left: 0.25rem;
  color: #c33;
  font-weight: bold;
  font-size: 0.875rem;
  font-style: italic; }

.newsletter-mobilites #subForm #fieldEmail {
  width: 100%;
  height: 3.125rem;
  padding: 0 1.25rem;
  background: #f6f9ff;
  border: 0.0625rem solid #cccccc;
  box-shadow: none;
  border-radius: 0.125rem;
  transition: none; }

.newsletter-mobilites #subForm #fieldEmail:hover,
.newsletter-mobilites #subForm #fieldEmail:focus {
  border-color: #0463b3;
  background: #faffee; }

.newsletter-mobilites .checkbox-controls {
  display: flex;
  cursor: pointer; }

.newsletter-mobilites .checkbox-controls + .checkbox-controls {
  margin-top: 0.5rem; }

.newsletter-mobilites .checkbox-controls input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
  margin: 0.125rem 0 0; }

.newsletter-mobilites .checkbox-controls label {
  margin-left: 0.5rem; }

.newsletter-mobilites .checkbox-controls:hover,
.newsletter-mobilites .checkbox-controls:focus-within {
  color: #0463b3; }

.newsletter-mobilites .checkbox-controls:focus-within {
  outline-offset: 0.125rem;
  outline: 0.125rem solid #0463b3; }

.newsletter-mobilites .checkbox-controls input[type="checkbox"]:focus {
  outline: none !important; }

.newsletter-mobilites button[type="submit"] {
  padding: 0.75rem 1.5rem;
  border-radius: 0.125rem;
  text-transform: uppercase;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-size: 1.125rem;
  background: #efc94c;
  color: #313131;
  transition: background .25s ease-out; }

.newsletter-mobilites button[type="submit"]:hover,
.newsletter-mobilites button[type="submit"]:focus {
  background: #dfb93c; }

/* SECTION 4 : AGGLO EN DIRECT / VIDEOS / IMAGES */
#home-article-enVideos .home-article-mainContentContainer,
#home-article-enImages .home-article-mainContentContainer,
.home-article[id*="home-article-enImages"] .home-article-mainContentContainer {
  height: 100%;
  -webit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

#home-article-enVideos .home-article-mediaContent-video video,
#home-article-enImages .home-article-mediaContent-video iframe,
.home-article[id*="home-article-enImages"] .home-article-mediaContent-video .link-img[id*="home-flickr-img-link"] {
  width: 100%;
  height: 100%; }

.home-article[id*="home-article-enImages"] .home-article-mediaContent-video .link-img[id*="home-flickr-img-link"] {
  display: block;
  text-align: center;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.home-article[id*="home-article-enImages"] .home-article-mediaContent-video .link-img[id*="home-flickr-img-link"]:hover,
.home-article[id*="home-article-enImages"] .home-article-mediaContent-video .link-img[id*="home-flickr-img-link"]:focus {
  opacity: 0.75; }

.home-article[id*="home-article-enImages"] .home-article-mediaContent-video img[id*="home-flickr-img"] {
  max-width: 100%;
  max-height: 100%; }

#home-article-enVideos .home-article-mainContent,
#home-article-enImages .home-article-mainContent,
.home-article[id*="home-article-enImages"] .home-article-mainContent {
  width: 100%;
  padding: 0; }

#home-article-enVideos .home-article-mainContent .inner-link,
#home-article-enImages .home-article-mainContent .inner-link,
.home-article[id*="home-article-enImages"] .home-article-mainContent .inner-link {
  z-index: 2;
  padding: 1.875rem 2.5rem;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

#home-article-enVideos .home-article-mainContent::before,
#home-article-enImages .home-article-mainContent::before,
.home-article[id*="home-article-enImages"] .home-article-mainContent::before {
  border-right: 0.75rem solid transparent;
  border-left: 0.75rem solid transparent;
  content: "";
  position: absolute;
  top: -0.75rem;
  margin-left: -0.75rem;
  left: 50%; }

#home-article-enVideos .home-article-secondaryTitle,
#home-article-enImages .home-article-secondaryTitle,
.home-article[id*="home-article-enImages"] .home-article-secondaryTitle {
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

#home-article-enVideos .home-article-readMore,
#home-article-enImages .home-article-readMore,
.home-article[id*="home-article-enImages"] .home-article-readMore {
  margin-top: 0.9375rem; }

#home-article-enVideos .home-article-mainContent .inner-link:hover .home-article-secondaryTitle,
#home-article-enVideos .home-article-mainContent .inner-link:focus .home-article-secondaryTitle,
#home-article-enImages .home-article-mainContent .inner-link:hover .home-article-secondaryTitle,
#home-article-enImages .home-article-mainContent .inner-link:focus .home-article-secondaryTitle,
.home-article[id*="home-article-enImages"] .home-article-mainContent .inner-link:hover .home-article-secondaryTitle,
.home-article[id*="home-article-enImages"] .home-article-mainContent .inner-link:focus .home-article-secondaryTitle {
  opacity: 0.25; }

#home-article-enVideos .home-article-mainContent .inner-link:hover .home-article-readMore,
#home-article-enVideos .home-article-mainContent .inner-link:focus .home-article-readMore,
#home-article-enImages .home-article-mainContent .inner-link:hover .home-article-readMore,
#home-article-enImages .home-article-mainContent .inner-link:focus .home-article-readMore,
.home-article[id*="home-article-enImages"] .home-article-mainContent .inner-link:hover .home-article-readMore,
.home-article[id*="home-article-enImages"] .home-article-mainContent .inner-link:focus .home-article-readMore {
  opacity: 1; }

/* Agglo en direct */
#home-article-enDirect .home-article-title {
  color: #005CA9; }

#home-article-enDirect .home-patchwork-link {
  width: 50%; }

#home-article-enDirect .home-patchwork-link:nth-child(1),
#home-article-enDirect .home-patchwork-link:nth-child(4) {
  background-color: #035396; }

#home-article-enDirect .home-patchwork-link:nth-child(2),
#home-article-enDirect .home-patchwork-link:nth-child(3) {
  background-color: #0463B3; }

.no-flex-wrap #home-article-enDirect .home-patchwork-link:nth-child(n+3) {
  margin-bottom: 1.5625rem; }

#home-article-enDirect .home-patchwork-link .inner-link::after {
  width: 3.75rem;
  height: 3.75rem;
  margin-left: -1.875rem;
  background-image: url("../images/enDirect.svg");
  background-size: 15rem 3.75rem; }

#home-patchwork-link-Facebook .inner-link::after {
  background-position: 0 0; }

#home-patchwork-link-Youtube .inner-link::after {
  background-position: -3.75rem 0; }

#home-patchwork-link-Infolettre .inner-link::after {
  background-position: -7.5rem 0; }

#home-patchwork-link-Flickr .inner-link::after {
  background-position: -11.25rem 0; }

/* Agglo en vidéos */
#home-article-enVideos .home-article-title,
#home-article-enVideos .home-article-mainContent::after {
  color: #152C60; }

#home-article-enVideos .home-article-mainContent .inner-link {
  background-color: #152C60; }

#home-article-enVideos .home-article-mainContent .inner-link:hover,
#home-article-enVideos .home-article-mainContent .inner-link:focus {
  background-color: #051C50; }

#home-article-enVideos .home-article-mainContent::before {
  border-bottom: 0.75rem solid #152c60; }

/* Agglo en images */
#home-article-enImages .home-article-title,
#home-article-enImages .home-article-mainContent::after,
.home-article[id*="home-article-enImages"] .home-article-title,
.home-article[id*="home-article-enImages"] .home-article-mainContent::after {
  color: #06504f; }

#home-article-enImages .home-article-mainContent .inner-link,
.home-article[id*="home-article-enImages"] .home-article-mainContent .inner-link {
  background-color: #108670; }

#home-article-enImages .home-article-mainContent .inner-link:hover,
#home-article-enImages .home-article-mainContent .inner-link:focus,
.home-article[id*="home-article-enImages"] .home-article-mainContent .inner-link:hover,
.home-article[id*="home-article-enImages"] .home-article-mainContent .inner-link:focus {
  background-color: #06504f; }

#home-article-enImages .home-article-mainContent::before,
.home-article[id*="home-article-enImages"] .home-article-mainContent::before {
  border-bottom: 0.75rem solid #108670;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

#home-article-enImages .home-article-mainContent .inner-link:hover .home-article-mainContent::before,
#home-article-enImages .home-article-mainContent .inner-link:focus .home-article-mainContent::before,
.home-article[id*="home-article-enImages"] .home-article-mainContent .inner-link:hover .home-article-mainContent::before,
.home-article[id*="home-article-enImages"] .home-article-mainContent .inner-link:focus .home-article-mainContent::before {
  border-bottom: 0.75rem solid #06504f; }

#home-article-enImages .home-article-mediaContent,
.home-article[id*="home-article-enImages"] .home-article-mediaContent {
  max-height: 20.8125rem; }

#home-article-enImages .home-article-mediaContent a.inner-link,
.home-article[id*="home-article-enImages"] .home-article-mediaContent a.inner-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; }

/* SECTION 5 : 28 COMMUNES */
#home-article-communes .home-article-contentText, #home-article-communes .home-article-secondaryTitle,
#home-article-communes .home-article-secondarySubTitle {
  display: none; }

#home-article-communes .home-article-title, #home-article-communes .home-article-readMore,
#home-article-communes .home-article-mainContent::after {
  color: #59286A; }

#home-article-communes .home-article-mainContentContainer .inner-link:hover .home-article-readMore,
#home-article-communes .home-article-mainContentContainer .inner-link:focus .home-article-readMore {
  opacity: 1.0; }

.home-aggloMap-container {
  z-index: 2;
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding: 1.25rem;
  padding-top: 1.875rem;
  background-color: #59286A; }

.home-aggloMap-container::before {
  display: none;
  border-left: 0.75rem solid #59286a;
  border-top: 0.75rem solid transparent;
  border-bottom: 0.75rem solid transparent;
  content: "";
  position: absolute;
  right: -0.75rem;
  top: 2.625rem; }

p.home-aggloMap-title {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  height: 1.875rem;
  line-height: 1.875rem;
  margin: 0;
  color: #FFF;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-size: 0.9em;
  text-align: center; }

p.home-aggloMap {
  height: 100%;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.aggloMap-img-fallback {
  width: 100%;
  height: 100%;
  background-image: url("../images/agglo-lr.svg");
  background-size: contain; }

#home-aggloMap-img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 15.625rem;
  max-height: 25rem;
  margin: auto; }

#home-aggloMap-img .home-aggloMap-commune {
  cursor: pointer; }

#home-aggloMap-img .home-aggloMap-commune path {
  fill: #8B6A99;
  stroke-width: 4;
  stroke: #59286A;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

#home-aggloMap-img .home-aggloMap-commune:hover path, #home-aggloMap-img .home-aggloMap-commune:focus path {
  fill: #FFF; }

#home-article-communes .home-article-mainContentContainer {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1; }

#home-article-communes .home-article-mainContentContainer .inner-link {
  background-color: #FFF;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

#home-article-communes .home-article-mainContentContainer .inner-link:hover,
#home-article-communes .home-article-mainContentContainer .inner-link:focus {
  background-color: #F2F2F2; }

#home-article-communes .home-article-mainContent {
  height: 100%;
  color: #333; }

#home-article-communes .home-article-mainContent::after {
  background: -webkit-linear-gradient(135deg, #d1c2d5, #d1c2d5 50%, transparent 50%, transparent);
  background: linear-gradient(-45deg, #d1c2d5, #d1c2d5 50%, transparent 50%, transparent); }

/* SIZES FROM VERY SMALL SCREENS */
@media (min-width: 22.5rem) {
  p.home-aggloMap-title {
    font-size: 1.0em;
    top: 1.25rem;
    right: 1.25rem; } }
@media (min-width: 26.25rem) {
  h2.home-article-title {
    font-size: 1.5em; }

  .home-article-contentText {
    font-size: 1.0em;
    line-height: 1.5em; }

  h3.home-article-secondaryTitle, span.home-article-secondaryTitle {
    font-size: 1.2em; }

  footer.home-article-readMore, p.home-article-showMore {
    font-size: 0.9em; }

  h3.home-article-moreContent::before,
  a.home-article-moreContent::before,
  li.home-article-moreContent::before {
    left: 1.6875rem; }

  h3.home-article-moreContent,
  a.home-article-moreContent,
  li.home-article-moreContent {
    padding-left: 5rem; }

  #home-article-magAgglo .home-article-moreContentContainer {
    height: 18.75rem;
    padding-top: 2.1875rem; }

  #home-article-magAgglo .home-article-moreContent {
    font-size: 1.0em; }

  #home-article-magAgglo .home-article-moreContent .inner-link {
    padding-top: 0.1875rem; }

  #subForm #fieldEmail,
  #infolettre-form-input.global-search-input {
    font-size: 1.0em; }

  h3.home-patchwork-link,
  li.home-patchwork-link {
    font-size: 0.9em; }

  #home-article-enUnClic .home-patchwork-link .inner-link::after {
    width: 3.75rem;
    height: 3.75rem;
    margin-left: -1.875rem;
    background-size: 26.25rem 3.75rem; }

  #home-patchwork-link-habitat .inner-link::after {
    background-position: 0 0; }

  #home-patchwork-link-deplacements .inner-link::after {
    background-position: -3.75rem 0; }

  #home-patchwork-link-culture .inner-link::after {
    background-position: -7.5rem 0; }

  #home-patchwork-link-eau .inner-link::after {
    background-position: -11.25rem 0; }

  #home-patchwork-link-dechets .inner-link::after {
    background-position: -15rem 0; }

  #home-patchwork-link-emploi .inner-link::after {
    background-position: -18.75rem 0; }

  #home-patchwork-link-conseil .inner-link::after {
    background-position: -22.5rem 0; }

  #home-article-enDirect .home-patchwork-link::after {
    width: 5rem;
    height: 5rem;
    margin-left: -2.5rem;
    background-size: 20rem 5rem; }

  #home-patchwork-link-Facebook::after {
    background-position: 0 0; }

  #home-patchwork-link-Youtube::after {
    background-position: -5rem 0; }

  #home-patchwork-link-Infolettre::after {
    background-position: -10rem 0; }

  #home-patchwork-link-Flickr::after {
    background-position: -15rem 0; }

  p.home-aggloMap-title {
    font-size: 1.2em; } }
@media (min-width: 56.25rem) {
  /* SECTIONS AND ARTICLES*/
  .home-section {
    max-width: none;
    padding-top: 0.9375rem;
    padding-bottom: 2.5rem; }

  .home-section:nth-child(odd) {
    background-color: #EFEFEF; }

  .home-section:nth-child(even) {
    background-color: #FFF; }

  h2.home-article-title {
    height: 1.875rem;
    margin-top: 0.625rem; }

  .home-article-moreContentContainer {
    width: 16.875rem; }

  h3.home-article-moreContent,
  a.home-article-moreContent,
  li.home-article-moreContent {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }

  #column-1-1,
  #column-3-1,
  #column-4-1,
  #column-4-2 {
    margin-right: 1.25rem; }

  /* DESIGN PATTERNS */
  div.flex-display,
  article.flex-display,
  section.flex-display,
  a.flex-display,
  .flex-display {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

  /* SECTION 1 : AGENDA & ACTUALITES */
  /* Agenda */
  #home-article-agenda .home-article-mainContent {
    height: 11.8125rem; }

  #home-article-agenda .home-article-secondaryTitle {
    margin-bottom: 0; }

  #home-article-agenda .home-article-mainContent .inner-link {
    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; }

  /* Actualites */
  #home-article-actualites .home-article-mainContentContainer {
    height: auto; }

  /* SECTION 2 : GRANDS PROJETS */
  #home-article-grandsProjets .home-article-mainContentContainer,
  .blocs-vignettes .home-article-mainContentContainer {
    height: auto; }

  #home-article-grandsProjets .inner-link:not(.grandProjet-mainContent) .home-article-mainContent,
  .blocs-vignettes .inner-link:not(.grandProjet-mainContent) .home-article-mainContent {
    width: 45%;
    width: calc(33.333333% + 4.375rem);
    min-height: auto;
    top: 1.25rem;
    left: 1.25rem;
    right: auto;
    padding-bottom: 3.125rem; }

  #home-article-grandsProjets .inner-link:not(.grandProjet-mainContent) .home-article-mainContent::before,
  .blocs-vignettes .inner-link:not(.grandProjet-mainContent) .home-article-mainContent::before {
    border-left: 0.75rem solid #59286a;
    border-top: 0.75rem solid transparent;
    border-bottom: 0.75rem solid transparent;
    border-right: none;
    right: -0.75rem;
    margin-top: -0.75rem;
    top: 50%;
    left: auto; }

  #home-article-grandsProjets .home-article-mainContentContainer .inner-link:hover .home-article-mainContent:before,
  #home-article-grandsProjets .home-article-mainContentContainer .inner-link:focus .home-article-mainContent:before,
  .blocs-vignettes .home-article-mainContentContainer .inner-link:hover .home-article-mainContent:before,
  .blocs-vignettes .home-article-mainContentContainer .inner-link:focus .home-article-mainContent:before {
    border-left: 0.75rem solid #431e51;
    border-bottom: 0.75rem solid transparent; }

  #home-article-grandsProjets .home-article-contentText,
  .blocs-vignettes .home-article-contentText {
    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; }

  #home-article-grandsProjets .inner-link:not(.grandProjet-mainContent) .home-article-secondaryTitle,
  .blocs-vignettes .inner-link:not(.grandProjet-mainContent) .home-article-secondaryTitle {
    font-size: 1.5em; }

  /* New design */
  #home-article-grandsProjets li:not(:last-child) {
    margin-bottom: 0;
    margin-right: 1.25rem; }

  #home-article-grandsProjets,
  .blocs-vignettes {
    max-width: 100%; }

  .interior-page #home-article-grandsProjets,
  .interior-page .blocs-vignettes {
    margin-top: 0; }

  /* SECTION 3 : EN 1 CLIC & MAG AGGLO & INFOLETTRE */
  /* Mag agglo */
  #layout-column_column-3-2 {
    height: 92%;
    height: calc(100% - 1.5625rem); }

  #layout-column_column-3-2 .portlet-asset-publisher,
  #layout-column_column-3-2 .portlet-borderless-container,
  #layout-column_column-3-2 .portlet-body,
  #home-article-magAgglo {
    height: 100%; }

  #home-article-magAgglo .home-article-section {
    height: 90%;
    height: calc(100% - 1.875rem); }

  #home-article-magAgglo .home-article-moreContentContainer {
    position: relative;
    width: 23.125rem;
    height: auto; }

  #home-article-magAgglo .home-article-moreContentContainer::before {
    border-right: 0.75rem solid #efc94c;
    border-top: 0.75rem solid transparent;
    border-bottom: 0.75rem solid transparent;
    left: -0.75rem;
    margin-top: -0.75rem;
    top: 50%; }

  /* Infolettre (+ job counter) */
  #home-article-infolettre .home-article-section {
    padding-left: 1.875rem; }

  #subForm,
  #infolettre-form {
    margin-top: 0;
    margin-left: 1.875rem; }

  #home-article-emploi .home-article-title {
    position: absolute;
    top: 50%;
    left: 1.25rem;
    margin-top: -1rem; }

  /* SECTION 4 : AGGLO EN DIRECT / VIDEOS / IMAGES */
  #column-4-2,
  #column-4-3 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    padding-top: 0.625rem; }

  #layout-column_column-4-2,
  #layout-column_column-4-3 {
    height: 100%; }

  #home-article-enVideos .home-article-title,
  #home-article-enImages .home-article-title,
  .home-article[id*="home-article-enImages"] .home-article-title {
    margin-top: 0; }

  #layout-column_column-4-2 .portlet-asset-publisher,
  #layout-column_column-4-3 .portlet-asset-publisher,
  #layout-column_column-4-2 .portlet-borderless-container,
  #layout-column_column-4-3 .portlet-borderless-container,
  #layout-column_column-4-2 .portlet-body,
  #layout-column_column-4-3 .portlet-body,
  #home-article-enVideos,
  #home-article-enImages,
  .home-article[id*="home-article-enImages"] {
    height: 100%; }

  #home-article-enVideos .home-article-section,
  #home-article-enImages .home-article-section,
  .home-article[id*="home-article-enImages"] .home-article-section {
    padding-top: 100%;
    max-height: 22.875rem; }

  #home-article-enVideos .home-article-mainContentContainer,
  #home-article-enImages .home-article-mainContentContainer,
  .home-article[id*="home-article-enImages"] .home-article-mainContentContainer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

  #home-article-enVideos .home-article-mediaContent,
  #home-article-enImages .home-article-mediaContent,
  .home-article[id*="home-article-enImages"] .home-article-mediaContent {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    height: auto; }

  #home-article-enVideos .home-article-mediaContent-video video,
  #home-article-enImages .home-article-mediaContent-video iframe,
  .home-article[id*="home-article-enImages"] .home-article-mediaContent-video .link-img[id*="home-flickr-img-link"] {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0; }

  #home-article-enVideos .home-article-secondaryTitle,
  #home-article-enImages .home-article-secondaryTitle,
  .home-article[id*="home-article-enImages"] .home-article-secondaryTitle {
    max-height: 2.8em;
    overflow: hidden; }

  /* SECTION 5 : 28 COMMUNES */
  #home-article-communes .home-article-contentText,
  #home-article-communes .home-article-secondaryTitle,
  #home-article-communes .home-article-secondarySubTitle {
    display: block; }

  #home-article-communes .home-article-readMore {
    display: none; }

  .home-aggloMap-container {
    min-height: 25rem; }

  .home-aggloMap-container::before {
    display: block; }

  #home-article-communes .home-article-mainContent {
    padding-bottom: 3.125rem; } }
@media (min-width: 60rem) {
  .home-page #column-1-3 {
    display: flex; }

  a.emploi-agglo-recrute {
    width: 16.875rem;
    padding: 0 2.5rem; }

  #layout-column_column-1-3 {
    flex: 1; }

  #home-article-emploi .home-article-section {
    padding-left: 7rem; } }
/* INTERIOR PAGES CONTENT */
.interior-page .main-content,
.plu-page .main-content,
.offres-emploi-page .main-content,
.annuaire-insertion-page .main-content {
  width: 100%;
  margin: auto;
  margin-top: 0;
  padding-bottom: 3.125rem;
  background-color: #EFEFEF; }

/* HEADER */
.interior-page .interior-headerContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-bottom: 1.25rem;
  box-shadow: 0 0.5rem 1.25rem #cccccc; }

.interior-header-img {
  height: 13.75rem;
  background-color: #DDD;
  background-position: center;
  background-size: cover; }

.interior-page .interior-header {
  z-index: 1;
  padding: 1.25rem;
  background-color: #108670;
  color: #FFF; }

.interior-page .main-project-container .interior-header {
  background-color: #59286a; }

.interior-page .interior-header::before {
  border-bottom: 0.75rem solid #108670;
  border-left: 0.75rem solid transparent;
  border-right: 0.75rem solid transparent;
  content: "";
  position: absolute;
  top: -0.75rem;
  margin-left: -0.75rem;
  left: 50%; }

.interior-page .main-project-container .interior-header::before {
  border-bottom: 0.75rem solid #59286a; }

h1.interior-header-secondaryTitle,
h2.interior-header-secondaryTitle {
  margin-top: 0;
  margin-bottom: 0.9375rem;
  text-transform: uppercase;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-size: 1.2em; }

p.interior-header-contentText {
  max-height: calc(100% - 2.8125rem);
  margin-bottom: 0;
  overflow: hidden;
  font-size: 0.9em; }

/* ASIDE */
.interior-aside,
.interior-aside.interior-aside-hidden,
.interior-aside.interior-aside-noDisplay {
  width: 100%;
  margin-bottom: 1.25rem;
  -webkit-transition: all ease-out 0.25s, max-height 0.5s ease-out;
  transition: all ease-out 0.25s, max-height 0.5s ease-out; }

button.interior-aside-title {
  display: none; }

ul.interior-aside-list {
  display: flex;
  flex-wrap: wrap; }

li.interior-aside-moreContent,
h2.interior-aside-moreContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0.5rem;
  padding: 0;
  font-size: 0.9em;
  background: #fff;
  box-shadow: 0 0.25rem 0.625rem #cccccc;
  -webkit-transition: all ease-out 0.25s, max-height 0.5s ease-out;
  transition: all ease-out 0.25s, max-height 0.5s ease-out; }

li.interior-aside-moreContent-bookmarkEntry .inner-link,
h2.interior-aside-moreContent-bookmarkEntry .inner-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;
  min-height: 3.75rem;
  padding-left: 3.75rem;
  padding-right: 1.5625rem;
  text-align: left;
  -webkit-transition: all ease-out 0.25s, max-height 0.5s ease-out, outline 0s, outline-offset 0s;
  transition: all ease-out 0.25s, max-height 0.5s ease-out, outline 0s, outline-offset 0s; }

li.interior-aside-moreContent-bookmarkEntry .inner-link::before,
h2.interior-aside-moreContent-bookmarkEntry .inner-link::before {
  content: "";
  display: block;
  position: absolute;
  width: 2.625rem;
  height: 2.625rem;
  top: 50%;
  left: 0.75rem;
  margin-top: -1.3125rem;
  border-radius: 50%;
  border: 0.1875rem solid white;
  background-image: url("../images/white-arrow.svg");
  background-size: 1.125rem 1.125rem;
  background-position: center;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

li.interior-aside-moreContent-bookmarkEntry .inner-link::before,
h2.interior-aside-moreContent-bookmarkEntry .inner-link::before {
  background-color: #06504F; }

li.interior-aside-moreContent-bookmarkEntry .inner-link:hover,
li.interior-aside-moreContent-bookmarkEntry .inner-link:focus,
h2.interior-aside-moreContent-bookmarkEntry .inner-link:hover,
h2.interior-aside-moreContent-bookmarkEntry .inner-link:focus {
  background-color: #F3F3F3; }

li.interior-aside-moreContent-bookmarkEntry .inner-link:focus,
h2.interior-aside-moreContent-bookmarkEntry .inner-link:focus {
  outline: 0.125rem solid #0463b3 !important;
  outline-offset: 0.125rem; }

li.interior-aside-moreContent-bookmarkEntry .inner-link:hover::before,
li.interior-aside-moreContent-bookmarkEntry .inner-link:focus::before,
h2.interior-aside-moreContent-bookmarkEntry .inner-link:hover::before,
h2.interior-aside-moreContent-bookmarkEntry .inner-link:focus::before {
  border: 0.1875rem solid #06504f; }

.interior-aside-moreContent-text {
  display: block;
  width: 100%;
  margin: auto;
  padding: 0.625rem 0; }

li.interior-aside-moreContent-bookmarkEntry .inner-link.interior-aside-moreContent-displayed {
  font-family: DroidSansBold, AdjustedArialBold, sans-serif; }

li.interior-aside-moreContent-bookmarkEntry .inner-link.interior-aside-moreContent-displayed::before,
h2.interior-aside-moreContent-bookmarkEntry .inner-link.interior-aside-moreContent-displayed::before {
  background-color: #108670; }

li.interior-aside-moreContent-bookmarkEntry .inner-link.interior-aside-moreContent-displayed:hover::before,
li.interior-aside-moreContent-bookmarkEntry .inner-link.interior-aside-moreContent-displayed:focus::before,
h2.interior-aside-moreContent-bookmarkEntry .inner-link.interior-aside-moreContent-displayed:hover::before,
h2.interior-aside-moreContent-bookmarkEntry .inner-link.interior-aside-moreContent-displayed:focus::before {
  border: 0.1875rem solid white; }

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

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

.interior-article-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  max-width: 53.75rem;
  max-height: 625rem;
  padding-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
  background-color: #FFF;
  box-shadow: 0 0.5rem 1.25rem #cccccc;
  -webkit-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out; }

.interior-article-container.interior-article-container-hidden {
  max-height: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-out, max-height 0.5s ease-in;
  transition: all 0.25s ease-out, max-height 0.5s ease-in; }

article.interior-article {
  -webkit-transition: opacity 0.75s ease-out;
  transition: opacity 0.75s ease-out;
  overflow: hidden; }

article.interior-article-hidden {
  opacity: 0;
  width: 0;
  height: 0; }

article.interior-article-displayed {
  background-color: #FFF;
  opacity: 1;
  width: 100%;
  height: 100%; }

article.interior-article-displayed-full {
  overflow: visible; }

.interior-article-mainContent {
  padding: 1.25rem 0.9375rem; }

.interior-article-container-agregator article.interior-article.interior-article-noDisplay {
  display: none; }

.interior-page-forst-content .interior-article-container-agregator article.interior-article.interior-article-noDisplay {
  display: none; }

.interior-article-mainContent p.interior-article-chapo {
  margin-bottom: 1.875rem;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  color: #555; }

.interior-article-mainContent p.interior-article-chapo + .interior-article-paragraph h3:first-child,
.interior-article-mainContent p.interior-article-chapo + .interior-article-paragraph h4:first-child,
.interior-article-mainContent p.interior-article-chapo + .interior-article-paragraph h5:first-child,
.interior-article-mainContent p.interior-article-chapo + .interior-article-paragraph .page-anchor:first-child + h3,
.interior-article-mainContent p.interior-article-chapo + .interior-article-paragraph .page-anchor:first-child + h4,
.interior-article-mainContent p.interior-article-chapo + .interior-article-paragraph .page-anchor:first-child + h5,
.interior-article-mainContent .interior-article-paragraph:first-child h3:first-child,
.interior-article-mainContent .interior-article-paragraph:first-child h4:first-child,
.interior-article-mainContent .interior-article-paragraph:first-child h5:first-child,
.interior-article-mainContent .interior-article-paragraph:first-child .page-anchor:first-child + h3,
.interior-article-mainContent .interior-article-paragraph:first-child .page-anchor:first-child + h4,
.interior-article-mainContent .interior-article-paragraph:first-child .page-anchor:first-child + h5 {
  margin-top: 0; }

h1.news-article-title,
.interior-article-mainContent h2,
.interior-article-mainContent h3,
.interior-article-mainContent h4,
.interior-article-mainContent h5,
.html-editor h4,
.html-editor h5 {
  color: #06504F;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif; }

h1.news-article-title,
.interior-article-mainContent h2,
.interior-article-mainContent h3 {
  text-transform: uppercase; }

h1.news-article-title,
.interior-article-mainContent h2 {
  margin-top: 0;
  font-size: 1.5em; }

.interior-article-mainContent h3 {
  margin-top: 1.5625rem;
  margin-bottom: 0.9375rem;
  font-size: 1.2em; }

.interior-article-mainContent h4,
.html-editor h4 {
  margin-top: 0.625rem;
  margin-bottom: 0.3125rem;
  font-size: 1.1em;
  font-variant: small-caps; }

.interior-article-mainContent h5,
.html-editor h5 {
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
  font-size: 0.9em; }

.interior-article-mainContent p,
.html-editor p {
  font-size: 0.9em;
  margin-bottom: 0.625rem; }

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

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

.interior-article-mainContent strong,
.html-editor strong {
  font-weight: normal;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  color: #555; }

.interior-article-mainContent a strong,
.html-editor a strong {
  color: inherit; }

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

.interior-article-mainContent ul:not(.typeahead__list):not(.country-list),
.interior-article-mainContent ol,
.html-editor ul,
.html-editor ol {
  font-size: 0.9em;
  list-style-type: none;
  list-style-position: outside;
  margin-bottom: 0.625rem; }

.interior-article-mainContent ul:not(.typeahead__list):not(.country-list):not(.interior-article-moreContent-list-plui) {
  padding-left: 1.25rem; }

.interior-article-mainContent ul:not(.typeahead__list):not(.country-list) li,
.interior-article-mainContent ol li,
.html-editor ul li,
.html-editor ol li {
  margin-bottom: 0.3125rem; }

.interior-article-mainContent ul.longList:not(:last-child),
.interior-article-mainContent ol.longList:not(:last-child),
.html-editor ul.longList:not(:last-child),
.html-editor ol.longList:not(:last-child) {
  padding-bottom: 0.9375rem;
  margin-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #dddddd; }

.interior-article-mainContent ul.longList li,
.interior-article-mainContent ol.longList li,
.html-editor ul.longList li,
.html-editor ol.longList li {
  margin-bottom: 0.625rem; }

.interior-article-mainContent .interior-article-media-fLeft ~ ul,
.interior-article-mainContent .interior-article-media-fLeft ~ ol,
.html-editor .interior-article-media-fLeft ~ ul,
.html-editor .interior-article-media-fLeft ~ ol {
  -webkit-transform: translateX(2.1875rem);
  transform: translateX(2.1875rem);
  padding-left: 0;
  padding-right: 2.1875rem;
  list-style-position: inside; }

.interior-article-mainContent ul:not(.typeahead__list):not(.country-list):not(.interior-article-moreContent-list-plui),
.html-editor ul {
  list-style-image: url("../images/green-arrow.png"); }

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

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

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

.interior-article-mainContent .blockquote,
.html-editor .blockquote {
  margin: 0.9375rem 0;
  padding: 1.875rem;
  text-align: center;
  font-style: italic;
  font-size: 1.25em;
  background-color: #EFEFEF;
  border: none;
  color: #0463b3; }

.interior-article-mainContent .blockquote p,
.html-editor .blockquote p {
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1.3em; }

.interior-article-mainContent .blockquote a {
  color: inherit; }

.interior-article-mainContent .blockquote strong,
.html-editor .blockquote strong {
  font-size: 0.85em;
  font-style: normal;
  color: #06504F; }

.interior-article-mainContent a,
.interior-article-mainContent a:visited,
.interior-article-mainContent a:focus,
.projet-amenagement-moreContent-container a,
.projet-amenagement-moreContent-container a:visited,
.projet-amenagement-moreContent-container a:focus,
.fullPage-alert a,
.fullPage-alert a:visited,
.fullPage-alert a:focus {
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.interior-article-mainContent a,
.interior-article-mainContent a:visited,
.projet-amenagement-moreContent-container a,
.projet-amenagement-moreContent-container a:visited,
.fullPage-alert a,
.fullPage-alert a:visited,
.html-editor a,
.html-editor a:visited {
  color: #108670;
  text-decoration: underline; }

.interior-article-mainContent a:hover,
.interior-article-mainContent a:visited:hover,
.interior-article-mainContent a:focus,
.projet-amenagement-moreContent-container a:hover,
.projet-amenagement-moreContent-container a:visited:hover,
.projet-amenagement-moreContent-container a:focus,
.fullPage-alert a:hover,
.fullPage-alert a:visited:hover,
.fullPage-alert a:focus,
.fullPage-alert a:visited,
.html-editor a:hover,
.html-editor a:visited:hover,
.html-editor a:focus {
  color: #0463B3; }

.interior-article-mainContent a:hover,
.interior-article-mainContent a:visited:hover,
.projet-amenagement-moreContent-container a:hover,
.projet-amenagement-moreContent-container a:visited:hover,
.fullPage-alert a:hover,
.fullPage-alert a:visited:hover,
.fullPage-alert a:visited,
.html-editor a:hover,
.html-editor a:visited:hover {
  text-decoration: underline; }

.interior-article-mainContent a.big-btn,
.interior-article-mainContent a.big-btn:visited {
  display: block;
  width: 25rem;
  max-width: 100%;
  margin: 2.5rem auto;
  padding: 1rem 1.25rem;
  font-size: 1.125rem;
  text-align: center;
  border-radius: 0.3125rem;
  background: #108670;
  color: #fff;
  text-decoration: none; }

.interior-article-mainContent a.big-btn:hover,
.interior-article-mainContent a.big-btn:focus {
  background: #0463b3;
  color: #fff; }

.interior-article-mainContent a.link-rss-container,
.interior-article-mainContent a.link-rss-container:hover,
.interior-article-mainContent .link-rss-container a.txt-rss-link,
.interior-article-mainContent .link-rss-container a.txt-rss-link:hover {
  text-decoration: none; }

.interior-article-mainContent .table-container {
  overflow-x: auto; }

.interior-article-mainContent table:not(.datepicker-table),
.html-editor table {
  width: 100%;
  max-width: 100%;
  margin: auto;
  margin: 0.9375rem auto 1.875rem;
  font-size: 0.9em; }

.interior-article-mainContent table:not(.datepicker-table) tr:nth-child(odd),
.html-editor table tr:nth-child(odd) {
  background-color: #FFF; }

.interior-article-mainContent table:not(.datepicker-table) tr:nth-child(even),
.html-editor table tr:nth-child(even) {
  background-color: #F9F9F9; }

.interior-article-mainContent table tr.anchor {
  outline: 0.125rem solid #0463b3;
  background-color: #F2F2FF; }

.interior-article-mainContent table:not(.datepicker-table).centered-content th,
.interior-article-mainContent table:not(.datepicker-table).centered-content td,
.html-editor table.centered-content th,
.html-editor table.centered-content td {
  text-align: center; }

.interior-article-mainContent table:not(.datepicker-table) th,
.interior-article-mainContent table:not(.datepicker-table) td,
.html-editor table th,
.html-editor table td {
  padding: 0.625rem; }

.interior-article-mainContent table:not(.datepicker-table) th,
.html-editor table th {
  text-align: center;
  border: 0.0625rem solid rgba(255, 255, 255, 0.25);
  background-color: #06504F;
  color: #FFF;
  font-weight: normal; }

.interior-article-mainContent table:not(.datepicker-table) td,
.html-editor table td {
  text-align: left;
  border: 0.0625rem solid #e2e0e1; }

.interior-article-mainContent table td ul,
.interior-article-mainContent table td ol,
.html-editor table td ul,
.html-editor table td ol {
  padding-left: 1.25rem; }

.interior-article-mainContent table td ul:last-child,
.interior-article-mainContent table td ol:last-child,
.interior-article-mainContent table td ul li:last-child,
.interior-article-mainContent table td ol li:last-child,
.html-editor table td ul:last-child,
.html-editor table td ol:last-child,
.html-editor table td ul li:last-child,
.html-editor table td ol li:last-child {
  margin-bottom: 0; }

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

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

.carousel-content,
.carousel-img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

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

img.carousel-img-content {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

/* RELATED CONTENT & INNER FOOTER */
.interior-article-moreContent-container {
  padding: 1.875rem 1.5625rem;
  background-color: #F2F2F2; }

input.interior-article-moreContent-checkbox {
  display: none; }

p.interior-article-moreContent-title,
h3.interior-article-moreContent-title,
li.interior-article-moreContent {
  text-transform: uppercase;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif; }

p.interior-article-moreContent-title,
h3.interior-article-moreContent-title {
  margin-top: 1.5625rem;
  margin-bottom: 0.3125rem;
  font-size: 1.0em;
  color: #4E2353; }

p.interior-article-moreContent-title:first-child,
h3.interior-article-moreContent-title:first-child {
  margin-top: 0;
  margin-bottom: 0.9375rem; }

ul.interior-article-moreContent-list {
  overflow: hidden;
  padding-bottom: 0.1875rem; }

input.interior-article-moreContent-checkbox + .interior-article-moreContent-title + ul.interior-article-moreContent-list,
input.interior-article-moreContent-checkbox + :nth-child(n) + ul.interior-article-moreContent-list {
  max-height: 0;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }

input.interior-article-moreContent-checkbox:checked + .interior-article-moreContent-title + ul.interior-article-moreContent-list,
input.interior-article-moreContent-checkbox:checked + :nth-child(n) + ul.interior-article-moreContent-list {
  max-height: 625rem;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

input.interior-article-moreContent-checkbox + .interior-article-moreContent-title {
  margin-bottom: 0;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in; }

input.interior-article-moreContent-checkbox:checked + .interior-article-moreContent-title {
  margin-bottom: 0.3125rem;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.interior-article-moreContent-title label {
  display: inline; }

.interior-article-moreContent-title label::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  top: -0.125rem;
  right: -2.125rem;
  margin-left: 0.625rem;
  border-radius: 50%;
  border: 0.125rem solid #efefef;
  background-color: #108670;
  background-image: url("../images/white-arrow.svg");
  background-position: center;
  background-size: 0.625rem 0.625rem;
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  -webkit-transition: border-color 0.25s ease-out;
  transition: border-color 0.25s ease-out; }

.interior-article-moreContent-title label:hover::after,
.interior-article-moreContent-title label:focus::after {
  border: 0.125rem solid transparent; }

input.interior-article-moreContent-checkbox:checked + .interior-article-moreContent-title label::after {
  -webkit-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg); }

li.interior-article-moreContent {
  margin-bottom: 0;
  margin-top: 0.625rem;
  padding-left: 3.125rem;
  font-size: 0.9em;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

li.interior-article-moreContent::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  top: 50%;
  left: 0.625rem;
  margin-top: -0.75rem;
  border-radius: 50%;
  background-color: #4E2353;
  background-image: url("../images/white-arrow.svg");
  background-size: 0.8125rem 0.8125rem;
  background-position: center; }

.interior-article-moreContent-extension {
  padding: 0.125rem 0.4375rem;
  margin-left: 0.5rem;
  bottom: 0.125rem;
  border-radius: 0.625rem;
  font-size: 0.75em;
  color: #4E2353;
  background-color: #FFF; }

.interior-article-moreContent-doc-weight {
  margin-left: 0.3125rem;
  color: #5d5d5d;
  font-size: 0.875rem;
  text-transform: none;
  font-family: DroidSans, AdjustedArial, sans-serif; }

.interior-article-moreContent-doc-weight::before {
  content: "-";
  margin-right: 0.3125rem; }

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

li.interior-article-moreContent a {
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

li.interior-article-moreContent a:hover,
li.interior-article-moreContent a:focus {
  color: #108670; }

.interior-article-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2.5rem;
  background-color: #108670; }

.interior-article-footer-items-list {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

li.interior-article-footer-item .inner-link {
  height: 1.875rem;
  width: 1.875rem;
  color: #FFF;
  font-size: 0;
  background-size: 100% 100%;
  background-position: center;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.interior-article-footer li.interior-article-footer-item .inner-link {
  height: 2.5rem;
  width: 2.5rem; }

li.interior-article-profile .inner-link {
  background-image: url("../images/pictos-share.svg#profile"); }

li.interior-article-rss .inner-link {
  background-image: url("../images/pictos-share.svg#rss"); }

li.interior-article-facebook .inner-link {
  background-image: url("../images/pictos-share.svg#facebook"); }

li.interior-article-instagram .inner-link {
  background-image: url("../images/pictos-share.svg#instagram");
  background-size: 90% 90%; }

li.interior-article-linkedin .inner-link {
  background-image: url("../images/pictos-share.svg#linkedin");
  background-size: 80% 80%; }

li.interior-article-twitter {
  display: none; }

li.interior-article-twitter .inner-link {
  background-image: url("../images/pictos-share.svg#twitter");
  background-size: 80% 80%; }

li.interior-article-youtube .inner-link {
  background-image: url("../images/pictos-share.svg#youtube"); }

li.interior-article-footer-item .inner-link:hover,
li.interior-article-footer-item .inner-link:focus {
  background-color: #06504F; }

.interior-headerContainer.main-project-container {
  cursor: default; }

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

.accordion-paragraph h3.accordion-title {
  margin: 1.5625rem auto 0 auto;
  padding: 0; }

.accordion-paragraph h3.accordion-title button.accordion-title-button {
  display: block;
  width: 100%;
  padding: 0.75rem 3.75rem 0.75rem 1.25rem;
  background-color: #108670;
  color: #fff;
  line-height: 1.2;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  text-transform: uppercase;
  font-size: 1.125rem;
  text-align: left;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.accordion-paragraph h3.accordion-title button.accordion-title-button:hover,
.accordion-paragraph h3.accordion-title button.accordion-title-button:focus {
  background-color: #06504f; }

.accordion-paragraph h3.accordion-title button.accordion-title-button::after {
  content: "";
  display: block;
  position: absolute;
  width: 2.25rem;
  height: 2.25rem;
  top: 50%;
  right: 0.625rem;
  margin-top: -1.125rem;
  background-image: url("../images/white-arrow.svg");
  background-size: 1.125rem 1.125rem;
  background-position: center;
  pointer-events: none;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.accordion-paragraph h3.accordion-title-noDisplay button.accordion-title-button::after {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg); }

.accordion-paragraph h3.accordion-title-collapsed button.accordion-title-button::after,
.accordion-paragraph h3.accordion-title-expanded button.accordion-title-button::after {
  -webkit-transform: rotateZ(90deg) rotateY(180deg);
  transform: rotateZ(90deg) rotateY(180deg); }

.accordion-paragraph .accordion-content {
  overflow: hidden;
  padding: 0;
  border-left: 1px solid #06504f;
  border-right: 1px solid #06504f;
  border-bottom: 1px solid #06504f; }

.accordion-paragraph .accordion-content > :last-child {
  margin-bottom: 0; }

.accordion-paragraph h3.accordion-title-expanded + .accordion-content {
  max-height: 312.5rem;
  padding: 15px 20px 20px;
  -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-paragraph h3.accordion-title-collapsed + .accordion-content,
.accordion-paragraph h3.accordion-title-noDisplay + .accordion-content {
  max-height: 0;
  padding: 0 20px;
  border-color: transparent;
  -webkit-transition: all .5s ease-out, padding .15s ease-in .35s, border-color .15s ease-in .35s;
  transition: all .5s ease-out, padding .15s ease-in .35s, border-color .15s ease-in .35s; }

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

.accordion-paragraph .accordion-content h4:not(:first-child) {
  margin-top: 2rem; }

/* CONTENT ARTICLE MEDIA */
.interior-article-paragraph {
  clear: both; }

.interior-article-paragraph.zoomed-paragraph {
  margin: 1.25rem 0;
  padding: 1.25rem;
  border: 0.0625rem solid #06504f; }

.interior-article-paragraph.zoomed-paragraph h3:first-child,
.interior-article-paragraph.zoomed-paragraph h4:first-child,
.interior-article-paragraph.zoomed-paragraph h5:first-child,
.interior-article-paragraph.zoomed-paragraph .page-anchor:first-child + h3,
.interior-article-paragraph.zoomed-paragraph .page-anchor:first-child + h4,
.interior-article-paragraph.zoomed-paragraph .page-anchor:first-child + h5 {
  margin-top: 0; }

.interior-article-paragraph.zoomed-paragraph p:last-child,
.interior-article-paragraph.zoomed-paragraph ul:last-child {
  margin-bottom: 0; }

.interior-article-media,
figure.media-overlay-figure {
  margin: 0;
  margin-bottom: 0.9375rem;
  text-align: center; }

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

.interior-article-media-fLeft,
.interior-article-media-fRight {
  z-index: 1;
  max-width: 50%; }

.interior-article-media-fLeft {
  margin-right: 0.9375rem;
  float: left; }

.interior-article-media-fRight {
  margin-left: 0.9375rem;
  float: right; }

.interior-article-media-fCenter,
figure.media-overlay-figure,
.interior-article-media-flexLeft,
.interior-article-media-flexRight {
  margin-left: auto;
  margin-right: auto; }

.interior-article-media-flexLeft,
.interior-article-media-flexRight {
  margin-bottom: 0.625rem; }

@media (max-width: 42.5rem) {
  #widget-atmo {
    float: none;
    margin: auto;
    max-width: 100%; } }
@media (min-width: 56.25rem) and (max-width: 65.625rem) {
  #widget-atmo {
    float: none;
    margin: auto;
    max-width: 100%; } }
.flex-media-paragraph {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.625rem; }

.interior-article-mainContent .flex-media-paragraph p {
  margin-bottom: 0; }

.flex-media-paragraph.flexRight {
  -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 {
  -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-mainContent .interior-article-media a,
.interior-article-mainContent .interior-article-media a:visited,
.interior-article-mainContent .interior-article-media a:focus {
  z-index: 2; }

.interior-article-media .link-portlet,
.interior-article-media .link-flickr {
  display: inline-block;
  cursor: pointer; }

.interior-article-media .link-portlet:hover img,
.interior-article-media .link-portlet:focus img,
.interior-article-media .link-flickr:hover img,
.interior-article-media .link-flickr:focus img {
  opacity: 0.5; }

figcaption.interior-article-media-legend {
  margin-top: 0.3125rem;
  font-size: 0.85em;
  font-style: italic; }

figcaption.caption-media-overlay-figure,
.interior-article-media .alert-warning,
#body-wrapper .alert {
  padding: 0.5rem 0.875rem;
  border: 0.0625rem solid #108670;
  background-color: #FFF;
  color: #313131;
  font-size: 1rem; }

#body-wrapper .alert-error,
#body-wrapper .alert-danger {
  border-color: #FCACA5;
  background-color: #FEE5E2;
  color: #B50303; }

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

figcaption.caption-media-overlay-figure,
.interior-article-media .alert-warning {
  font-size: 0.9em; }

figcaption.caption-media-overlay-figure {
  margin-top: 0.9375rem;
  text-align: left; }

@media (min-width: 35rem) {
  figcaption.caption-media-overlay-figure {
    z-index: 2;
    position: absolute;
    top: 20%;
    box-shadow: 0 0 1.25rem 1.25rem white; } }
img.interior-article-media-image {
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

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

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

.interior-article-media-16-9 {
  width: 100%;
  height: 0;
  padding-top: 56.25%; }

.interior-article-media-16-9 iframe.interior-article-media-iframe,
.interior-article-media-16-9 .interior-article-media-youtube-blocker {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

iframe.interior-article-media-iframe[src*="intersites.agglo-larochelle.fr/plan-dechets"] {
  max-height: 62.5rem; }

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

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

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

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

.youtube-blocker-text {
  max-width: 28.75rem;
  margin: 0;
  color: #fff; }

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

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

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

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

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

.interior-article-media-video {
  width: 100%; }

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

img.fullPage-media-image,
.fullPage-media-video {
  max-height: 100%; }

.interior-article-media .embedded-portlet {
  text-align: left; }

/* CONTENT ARTICLE ALERT*/
.article-header-alert {
  margin-bottom: 1.25rem; }

.article-header-alert .inner-link {
  text-align: center; }

h3.article-header-alert-title {
  margin: 0;
  padding: 1.25rem;
  text-align: center;
  color: #FFF;
  background-color: #0463B3;
  font-size: 1.0em;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.article-header-alert a.inner-link:hover h3.article-header-alert-title,
.article-header-alert a.inner-link:focus h3.article-header-alert-title {
  background-color: #035396; }

/* MULTIPLE AGREGATORS ON SAME PAGE */
.interior-page-content .portlet-column-content {
  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; }

.interior-page-content .portlet-column-content > .alert-error:first-child {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 1.25rem; }

.interior-page-content .portlet-asset-publisher.portlet-boundary_101_ + .portlet-asset-publisher.portlet-boundary_101_ {
  display: none; }

/* FAQ ENTRIES */
.faq-entry-collapsed,
.faq-entry-expanded {
  overflow: hidden;
  margin-bottom: 0.3125rem; }

.faq-entry-collapsed {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

.faq-entry-expanded {
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }

.faq-entry-title {
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s;
  cursor: pointer; }

.faq-entry-title:hover,
.faq-entry-title:focus {
  color: #108670; }

/* APTIC MAP */
.interior-article-mainContent .interior-article-paragraph .cartosdaasap-embed {
  margin: 2.5rem 0; }

.interior-article-mainContent .interior-article-paragraph .cartosdaasap-embed > .my-selection,
.interior-article-mainContent .interior-article-paragraph .cartosdaasap-embed > .col-md-8 .itinerary-btn,
.interior-article-mainContent .interior-article-paragraph .cartosdaasap-embed > .display_legend .remove-all,
.interior-article-mainContent .interior-article-paragraph .cartosdaasap-embed > .display_legend .add-all,
.interior-article-mainContent .interior-article-paragraph .cartosdaasap-embed > .display_legend .info-box-number {
  display: none !important; }

.interior-article-mainContent .interior-article-paragraph .cartosdaasap-embed > [class*="col-md"] {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  float: none; }

.interior-article-mainContent .interior-article-paragraph .cartosdaasap-embed > .col-md-8 {
  max-width: 37.5rem; }

.interior-article-mainContent .interior-article-paragraph .cartosdaasap-embed > .col-md-8 ul {
  padding-left: 0 !important;
  list-style-image: none !important; }

.interior-article-mainContent .interior-article-paragraph .cartosdaasap-embed > .col-md-8 .reset_button {
  background: #108670;
  border: 0;
  -webkit-transition: background .25s ease-out;
  transition: background .25s ease-out; }

.interior-article-mainContent .interior-article-paragraph .cartosdaasap-embed > .col-md-8 .reset_button:hover,
.interior-article-mainContent .interior-article-paragraph .cartosdaasap-embed > .col-md-8 .reset_button:focus {
  background: #06504f; }

.interior-article-mainContent .interior-article-paragraph .cartosdaasap-embed > .display_legend {
  max-width: 31.25rem;
  margin-top: 0.625rem;
  box-shadow: 0 0.125rem 0.625rem #cccccc; }

.interior-article-mainContent .interior-article-paragraph .cartosdaasap-embed > .display_legend .box-warning {
  border: 0; }

.interior-article-mainContent .interior-article-paragraph .cartosdaasap-embed > .display_legend .box-header {
  background: rgba(179, 208, 232, 0.5); }

.interior-article-mainContent .interior-article-paragraph .cartosdaasap-embed > .display_legend .box-header .box-title {
  color: #035396;
  font-weight: bold;
  font-size: 1.25rem; }

.interior-article-mainContent .interior-article-paragraph .cartosdaasap-embed > .display_legend .info-box {
  box-shadow: none; }

.interior-article-mainContent .interior-article-paragraph .cartosdaasap-embed > .display_legend .info-box {
  margin-bottom: 0; }

.interior-article-mainContent .interior-article-paragraph .cartosdaasap-embed > .display_legend .info-box ~ .info-box {
  margin-top: 0.625rem; }

.interior-article-mainContent .interior-article-paragraph .cartosdaasap-embed > .display_legend .info-box-text {
  font-weight: bold;
  color: #555; }

.interior-article-mainContent .interior-article-paragraph .cartosdaasap-embed > .display_legend .info-box-text small {
  color: #767676 !important;
  font-size: 0.875rem !important;
  font-weight: normal; }

.interior-article-mainContent .interior-article-paragraph .cartosdaasap-embed > .col-md-8.map-section {
  max-width: 100%; }

.interior-article-mainContent .interior-article-paragraph .cartosdaasap-embed .map-section .leaflet-marker-icon > div {
  position: static; }

.interior-article-mainContent .interior-article-paragraph .cartosdaasap-embed .map-section .leaflet-marker-icon > div::before {
  left: 2px; }

.interior-article-mainContent .interior-article-paragraph .cartosdaasap-embed .map-section .leaflet-marker-icon .fa::before {
  font-size: 19px; }

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

/* FAKE PORTLET */
.fake-portlet {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 1.25rem;
  border-radius: 0;
  background: none;
  border: 0; }

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

/* Tableau plages horaires */
table.plages-horaires {
  max-width: 35rem;
  margin: 1.25rem auto 1.875rem; }

.interior-article-mainContent table.plages-horaires tr:nth-child(n) {
  background: none; }

table.plages-horaires th,
table.plages-horaires td {
  text-align: center;
  font-size: 0.875rem;
  border: 0.3125rem solid white; }

table.plages-horaires.piscines td {
  min-width: 6.5625rem;
  max-width: 20rem; }

table.plages-horaires th {
  width: 5rem;
  background: #108670;
  color: #fff;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-weight: normal; }

table.plages-horaires td:not(.noDispo) {
  padding: 0; }

table.plages-horaires td.noDispo {
  background: #efefef;
  box-shadow: 0 0 0.25rem rgba(150, 150, 150, 0.5) inset; }

table.plages-horaires th,
table.plages-horaires .radio-label {
  padding: 0.625rem; }

table.plages-horaires .radio-input {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  opacity: 0; }

table.plages-horaires .radio-label {
  display: block;
  height: 100%;
  width: 100%;
  min-width: 6.5625rem;
  padding: 0.625rem 0.3125rem;
  background: #FAFFEE;
  color: #06504f;
  box-shadow: 0 0 0.25rem rgba(4, 99, 179, 0.5) inset;
  text-decoration: none; }

table.plages-horaires.piscines .radio-label.radio-label-all,
table.plages-horaires.piscines .radio-label.radio-label-familles {
  background: #e3f0ff;
  color: #555; }

table.plages-horaires.piscines .radio-label.radio-label-senior {
  min-width: 8.4375rem;
  background: #b3d0f2;
  color: #444; }

table.plages-horaires.piscines .radio-label.radio-label-senior-nageur {
  min-width: 11.875rem; }

table.plages-horaires.piscines .radio-label.radio-label-nageur {
  background: #bbe0f9;
  color: #4c4c4c; }

table.plages-horaires.piscines .radio-label.radio-label-nageur-soiree {
  min-width: 9.375rem; }

table.plages-horaires .radio-input:disabled + .radio-label {
  background: #efefef;
  color: #aaa;
  box-shadow: 0 0 0.25rem rgba(150, 150, 150, 0.5) inset;
  cursor: default; }

table.plages-horaires .radio-label::after {
  content: "";
  display: block;
  position: absolute;
  left: -0.125rem;
  right: -0.125rem;
  top: -0.125rem;
  bottom: -0.125rem;
  border: 0.125rem solid transparent;
  pointer-events: none; }

table.plages-horaires .radio-input:not(:disabled) + .radio-label:hover::after,
table.plages-horaires .radio-input:not(:disabled) + .radio-label:focus::after {
  border-color: #0463b3;
  text-decoration: none; }

table.plages-horaires.piscines .radio-label::after {
  display: none; }

table.plages-horaires .radio-input:checked + .radio-label,
table.plages-horaires.piscines .radio-label:hover,
table.plages-horaires.piscines .radio-label:focus {
  background: #0463b3;
  color: #fff;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif; }

/* INTERIOR FOOTER */
footer.interior-content-footer-displayed {
  display: block; }

footer.interior-content-footer-hidden {
  display: none; }

ul.interior-content-footer-list {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 1.875rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  background-color: #4E235E;
  box-shadow: 0 0.5rem 1.25rem #cccccc;
  color: #FFF;
  font-size: 0.9em; }

ul.interior-content-footer-list *:focus {
  outline: 0.125rem solid white !important; }

li.interior-content-footer-contact {
  min-height: 2.8125rem;
  margin-top: 0;
  margin-bottom: 1.875rem;
  width: 100%; }

li.interior-content-footer-contact h2 {
  margin: 0; }

.interior-content-footer-service {
  text-transform: uppercase;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  border-bottom: 0.0625rem solid transparent;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.interior-content-footer-service:hover,
.interior-content-footer-service:focus {
  border-bottom: 0.0625rem solid white; }

.interior-content-footer-contact:not(:first-child) {
  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;
  padding-left: 3.375rem; }

.interior-content-footer-contact:not(:first-child)::before {
  content: "";
  position: absolute;
  width: 2.75rem;
  height: 2.75rem;
  top: 50%;
  left: 0;
  margin-top: -1.375rem;
  border-radius: 50%;
  background-color: #8B6998;
  background-image: url("../images/contact.svg");
  background-size: 8.25rem 2.75rem; }

.interior-content-footer-address::before {
  background-position: 0 0; }

.interior-content-footer-phone::before {
  background-position: -2.75rem 0; }

.interior-content-footer-email::before {
  background-position: -5.5rem 0; }

.interior-content-footer-email .interior-content-footer-contact-inner,
.interior-content-footer-email .interior-content-footer-contact-inner {
  border-bottom: 0.0625rem solid transparent;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.interior-content-footer-email:hover .interior-content-footer-contact-inner,
.interior-content-footer-email:focus .interior-content-footer-contact-inner {
  border-bottom: 0.0625rem solid white; }

a.interior-content-footer-annuaire {
  position: absolute;
  bottom: 0;
  right: -1.875rem;
  display: block;
  width: 5rem;
  height: 5rem; }

a.interior-content-footer-annuaire::after {
  content: "+";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4.6875rem;
  height: 4.6875rem;
  padding-left: 2.8125rem;
  padding-top: 2.8125rem;
  background: -webkit-linear-gradient(135deg, white, white 50%, transparent 50%, transparent);
  background: linear-gradient(-45deg, #ffffff, #ffffff 50%, transparent 50%, transparent);
  color: #59286A;
  font-size: 2.0rem;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

a.interior-content-footer-annuaire:hover::after,
a.interior-content-footer-annuaire:focus::after,
a.interior-content-footer-service:hover ~ a.interior-content-footer-annuaire::after,
a.interior-content-footer-service:focus ~ a.interior-content-footer-annuaire::after {
  width: 5.625rem;
  height: 5.625rem;
  padding-left: 3.125rem;
  padding-top: 3.125rem;
  font-size: 2.5rem; }

/* PARTICULAR PAGE : PROFILE & SERVICES */
.interior-article-mainContent.tableau-de-bord a,
.interior-article-mainContent.tableau-de-bord a:visited,
.interior-article-mainContent.tableau-de-bord a:focus {
  font-family: DroidSans, AdjustedArial, sans-serif; }

.interior-article-mainContent.tableau-de-bord a,
.interior-article-mainContent.tableau-de-bord a:visited {
  color: #313131; }

.interior-article-mainContent.tableau-de-bord a:hover,
.interior-article-mainContent.tableau-de-bord a:focus {
  color: #108670; }

.interior-article-mainContent.tableau-de-bord .flex-media-paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.interior-article-mainContent.tableau-de-bord .interior-article-media-flexLeft {
  margin-bottom: 0;
  margin-right: 0.9375rem; }

/* VIGNETTES CONTENT */
.interior-article-container-agregator:has(.interior-article-displayed[data-vignettes="true"]) {
  padding: 0;
  background: none;
  box-shadow: none; }

.interior-article[data-vignettes="true"] {
  background: none; }

.interior-article[data-vignettes="true"] h2,
.interior-article[data-vignettes="true"] + .interior-article-footer {
  display: none; }

.interior-article[data-vignettes="true"] .interior-article-mainContent {
  padding: 0; }

@media (min-width: 43.75rem) {
  .interior-article-mainContent #home-article-grandsProjets {
    display: flex;
    max-width: 100%; }

  .interior-article-mainContent #home-article-grandsProjets li:not(:last-child) {
    margin-bottom: 0;
    margin-right: 1.25rem; } }
.interior-article-mainContent #home-article-grandsProjets .inner-link.grandProjet-mainContent .home-article-mainContent {
  background: #108670; }

.interior-article-mainContent #home-article-grandsProjets .inner-link.grandProjet-mainContent .home-article-mainContent::before {
  border-bottom-color: #108670; }

.interior-article-mainContent #home-article-grandsProjets .inner-link.grandProjet-mainContent .home-article-mainContent::after {
  color: #108670; }

.interior-article-mainContent #home-article-grandsProjets .inner-link.grandProjet-mainContent:hover .home-article-mainContent,
.interior-article-mainContent #home-article-grandsProjets .inner-link.grandProjet-mainContent:focus .home-article-mainContent {
  background: #06504f; }

.interior-article-mainContent #home-article-grandsProjets .inner-link.grandProjet-mainContent:hover .home-article-mainContent::before,
.interior-article-mainContent #home-article-grandsProjets .inner-link.grandProjet-mainContent:focus .home-article-mainContent::before {
  border-bottom-color: #06504f; }

/* PARTICULAR PAGE : SEARCH COLLECTE DECHETS */
.secteur-collecte-widget {
  margin: 0.75rem 0 1.25rem;
  padding: 1rem;
  background: #f9f9f9;
  box-shadow: 0 0 0.625rem #aaaaaa; }

#secteur-collecte-widget .collecte-block:first-child,
#secteur-collecte-2025-widget .collecte-block:first-child {
  margin-bottom: 1.875rem; }

#secteur-collecte-widget label.collecte-label,
#secteur-collecte-2025-widget label.collecte-label {
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-size: 1rem;
  color: #555;
  margin-bottom: 0.5rem; }

#secteur-collecte-widget input.collecte-input,
#secteur-collecte-2025-widget input.collecte-input {
  width: 100%;
  height: 2.25rem;
  padding: 0 0.625rem;
  border: 0.0625rem solid #cccccc;
  border-radius: 0.125rem;
  background: #f6f9ff;
  font-family: DroidSans, AdjustedArial, sans-serif; }

#secteur-collecte-widget input.collecte-input:hover,
#secteur-collecte-widget input.collecte-input:focus,
#secteur-collecte-2025-widget input.collecte-input:hover,
#secteur-collecte-2025-widget input.collecte-input:focus {
  border-color: #0463b3;
  background: #faffee; }

#secteur-collecte-widget p.collecte-road-text,
#secteur-collecte-2025-widget p.collecte-road-text {
  margin: 1.25rem 0 0;
  padding: 0 0.25rem 0 1.5rem; }

#secteur-collecte-widget p.collecte-road-text::before,
#secteur-collecte-2025-widget p.collecte-road-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.375rem;
  left: 0.25rem;
  width: 0.6875rem;
  height: 0.625rem;
  background-image: url("../images/green-arrow.png");
  background-size: 100% 100%; }

#secteur-collecte-widget p.collecte-secteur-title,
#secteur-collecte-2025-widget p.collecte-secteur-title {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.375rem 0.75rem;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  text-transform: uppercase;
  background: #313131;
  color: #fff;
  font-size: 1.125rem; }

#secteur-collecte-widget p.collecte-secteur-text,
#secteur-collecte-2025-widget p.collecte-secteur-text {
  margin: 0; }

#secteur-collecte-widget p.collecte-subtitle,
#secteur-collecte-2025-widget p.collecte-subtitle {
  position: relative;
  margin: 1rem 0 0;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-size: 1rem; }

#secteur-collecte-widget p.collecte-subtitle.collecte-subtitle-blue,
#secteur-collecte-2025-widget p.collecte-subtitle.collecte-subtitle-blue {
  color: #0464b3; }

#secteur-collecte-widget p.collecte-subtitle.collecte-subtitle-yellow,
#secteur-collecte-2025-widget p.collecte-subtitle.collecte-subtitle-yellow {
  color: #fbb020; }

#secteur-collecte-widget p.collecte-subtitle,
#secteur-collecte-widget p.collecte-content,
#secteur-collecte-2025-widget p.collecte-subtitle,
#secteur-collecte-2025-widget p.collecte-content {
  padding-left: 2rem; }

#secteur-collecte-widget p.collecte-content,
#secteur-collecte-2025-widget p.collecte-content {
  margin: 0; }

#secteur-collecte-widget p.collecte-subtitle::before,
#secteur-collecte-2025-widget p.collecte-subtitle::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  top: 0.25rem;
  left: 0; }

#secteur-collecte-widget p.collecte-subtitle.collecte-subtitle-blue::before,
#secteur-collecte-2025-widget p.collecte-subtitle.collecte-subtitle-blue::before {
  background: #0464b3; }

#secteur-collecte-widget p.collecte-subtitle.collecte-subtitle-yellow::before,
#secteur-collecte-2025-widget p.collecte-subtitle.collecte-subtitle-yellow::before {
  background: #fbb020; }

#secteur-collecte-widget p.collecte-content-link,
#secteur-collecte-2025-widget p.collecte-content-link {
  margin: 0.75rem 0 0; }

#secteur-collecte-widget p.collecte-content-link + p.collecte-content-link,
#secteur-collecte-2025-widget p.collecte-content-link + p.collecte-content-link {
  margin-top: 0.25rem; }

@media (min-width: 47.5rem) {
  .secteur-collecte-widget {
    display: flex;
    justify-content: center; }

  #secteur-collecte-widget .collecte-block,
  #secteur-collecte-2025-widget .collecte-block {
    flex: 1; }

  #secteur-collecte-widget .collecte-block:first-child,
  #secteur-collecte-2025-widget .collecte-block:first-child {
    margin-bottom: 0;
    margin-right: 1.25rem; }

  #secteur-collecte-widget .collecte-block:last-child,
  #secteur-collecte-2025-widget .collecte-block:last-child {
    margin-left: 1.25rem; } }
/* LEGAL MENTIONS */
.interior-article-contact-mentions {
  max-width: 33.75rem;
  margin: 0 auto; }

.interior-article-mainContent .interior-article-contact-mentions p {
  font-size: .875rem; }

/* SIZES FROM VERY SMALL SCREENS */
@media (min-width: 26.25rem) {
  h3.article-header-alert-title {
    font-size: 1.2em; }

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

  .interior-article-mainContent ul:not(.typeahead__list):not(.country-list):not(.interior-article-moreContent-list-plui),
  .interior-article-mainContent ol,
  .html-editor ul,
  .html-editor ol {
    padding-left: 2.1875rem; } }
@media (min-width: 38.75rem) {
  .interior-page .interior-header {
    padding: 1.875rem; }

  li.interior-content-footer-contact {
    width: 50%; } }
@media (min-width: 56.25rem) {
  .interior-page .main-content,
  .plu-page .main-content {
    max-width: 100%; }

  /* HEADER */
  .interior-header-img {
    height: 23.75rem; }

  .interior-page .interior-header {
    position: absolute;
    width: 23.75rem;
    top: 1.25rem;
    left: 1.25rem;
    bottom: 1.25rem;
    right: auto;
    padding: 2.5rem; }

  .interior-page .interior-header::before {
    border-left: 0.75rem solid #108670;
    border-top: 0.75rem solid transparent;
    border-bottom: 0.75rem solid transparent;
    border-right: none;
    left: auto;
    right: -0.75rem;
    margin-top: -0.75rem;
    top: 50%; }

  .interior-page .main-project-container .interior-header::before {
    border-left: 0.75rem solid #59286a;
    border-bottom: 0.75rem solid transparent; }

  h1.interior-header-secondaryTitle,
  h2.interior-header-secondaryTitle {
    margin-bottom: 1.875rem;
    font-size: 1.5em; }

  p.interior-header-contentText {
    max-height: calc(100% - 4.0625rem);
    font-size: 1.0em; }

  /* ASIDE / ARTICLE VISIBILITY */
  .interior-aside,
  .interior-article-container-agregator {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }

  .interior-aside,
  .interior-aside.interior-aside-hidden,
  .interior-aside.interior-aside-noDisplay,
  .interior-article-container,
  .interior-article-container.interior-article-container-hidden,
  .interior-article-container.interior-article-container-noDisplay {
    display: block;
    max-height: 937.5rem; }

  .interior-article-container,
  .interior-article-container.interior-article-container-hidden,
  .interior-article-container.interior-article-container-noDisplay {
    padding-bottom: 2.5rem;
    margin-bottom: 1.25rem; }

  /* ASIDE */
  .interior-aside {
    width: 16.875rem;
    margin-right: 1.25rem;
    background-color: #FFF;
    box-shadow: 0 0.5rem 1.25rem #cccccc; }

  ul.interior-aside-list {
    display: block; }

  li.interior-aside-moreContent,
  h2.interior-aside-moreContent {
    margin: 0;
    font-size: 1.0em;
    box-shadow: 0; }

  li.interior-aside-moreContent-bookmarkEntry:not(:last-child),
  h2.interior-aside-moreContent-bookmarkEntry:not(:last-child) {
    border-bottom: 0.0625rem solid #e2e0e1; }

  li.interior-aside-moreContent-bookmarkEntry .inner-link,
  h2.interior-aside-moreContent-bookmarkEntry .inner-link {
    min-height: 5.625rem;
    padding-left: 5rem; }

  .interior-aside-moreContent-text {
    padding: 0.9375rem 0; }

  li.interior-aside-moreContent-hidden::before,
  li.interior-aside-moreContent-displayed::before,
  li.interior-aside-moreContent-bookmarkEntry .inner-link::before,
  h2.interior-aside-moreContent-hidden::before,
  h2.interior-aside-moreContent-displayed::before,
  h2.interior-aside-moreContent-bookmarkEntry .inner-link::before {
    left: 1.6875rem; }

  /* ARTICLE CONTENT */
  .interior-article-media-flexLeft,
  .interior-article-media-flexRight {
    max-width: 50%;
    margin-bottom: 0; }

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

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

  /* FOOTER */
  li.interior-content-footer-contact {
    padding-right: 1.25rem;
    width: 25%; }

  /* EXPORTS LINKS */
  .interior-article-footer,
  .interior-article-footer-items-list {
    height: 2.5rem; }

  li.interior-article-footer-item .inner-link {
    height: 2.5rem;
    width: 2.5rem; } }
/* NAV SAS PAGES CONTENT */
.nav-sas-page .main-content {
  width: 100%;
  margin: auto;
  margin-top: 0;
  margin-bottom: 1.25rem;
  background-color: #EFEFEF; }

/* HEADER */
.nav-sas-page .interior-headerContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  height: auto;
  margin-bottom: 2.5rem;
  box-shadow: 0 0.5rem 1.25rem #cccccc; }

.nav-sas-page .interior-header {
  padding: 1.25rem;
  background-color: #FFF; }

.nav-sas-page h2.interior-header-secondaryTitle {
  color: #06504F; }

.nav-sas-page .interior-header-img {
  height: 18.75rem;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat; }

/* SUB NAV */
.nav-sas-page aside.interior-aside {
  width: 100%;
  max-height: 312.5rem;
  margin-right: 0; }

.nav-sas-page h3.interior-aside-moreContent {
  padding: 0; }

.nav-sas-page h3.interior-aside-moreContent .inner-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;
  padding-left: 3.75rem;
  padding-right: 1.5625rem; }

/* SIZES FROM VERY SMALL SCREENS */
@media (min-width: 26.25rem) {
  .nav-sas-page h3.interior-aside-moreContent .inner-link {
    padding-left: 5rem; } }
/* DESKTOP */
@media (min-width: 56.25rem) {
  .nav-sas-page .main-content {
    max-width: 100%;
    padding-bottom: 1.25rem; }

  .nav-sas-page h2.interior-header {
    padding: 2.5rem; }

  .nav-sas-page h2.interior-header-secondaryTitle {
    margin-bottom: 1.25rem; } }
/* PROJETS MAP */
.projets-map {
  width: 100%;
  height: 37.5rem;
  margin-bottom: 1.25rem;
  border: 0; }

/* NEWS HEADER */
h1.news-list-title,
h1.portlet-title {
  margin-top: 0;
  margin-bottom: 1.25rem;
  padding: 1.875rem;
  text-align: center;
  color: #FFF;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-size: 1.75em;
  text-transform: uppercase; }

h1.news-list-title-actus,
h1.news-list-title-enImages {
  background-color: #108670; }

h1.news-list-title-grandsProjets,
h1.news-list-title-initiatives {
  background-color: #59286A; }

h1.news-list-title-magAgglo {
  background-color: #DFB93C;
  color: #313131; }

h1.news-list-title-emplois,
h1.news-list-title-enVideos {
  background-color: #152C60; }

h1.news-list-title-agenda {
  background-color: #D03D81; }

h1.news-list-title-newsletter,
h1.news-list-title-alertes,
h1.portlet-title {
  background-color: #0463B3; }

h1.portlet-title span:not(.portlet-title-text) {
  display: none; }

span.portlet-title-text {
  white-space: normal; }

div.portlet-content {
  padding: 0; }

p.news-list-subtitle {
  margin: 0;
  margin-bottom: 1.25rem;
  font-size: 1.0em; }

p.news-list-subtitle.news-list-subtitle-foederis {
  max-width: 53.75rem;
  margin: -0.9375rem auto 2.5rem; }

.news-list-subtitle a.eservice-form-opener::after {
  display: none; }

p.news-list-subtitle-no-link,
p.news-list-subtitle a.inner-link {
  padding: 1.25rem;
  background-color: #FFF;
  box-shadow: 0 0.5rem 1.25rem #cccccc; }

p.news-list-subtitle-no-link {
  font-size: 0.9em; }

p.news-list-subtitle a.inner-link {
  padding-left: 3.75rem;
  color: #313131;
  font-family: DroidSans, AdjustedArial, sans-serif;
  text-decoration: none;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

p.news-list-subtitle a.inner-link:hover,
p.news-list-subtitle a.inner-link:focus {
  background-color: #F2F2F2;
  box-shadow: 0 0.5rem 1.25rem #aaaaaa;
  text-decoration: none; }

p.news-list-subtitle a.inner-link::before {
  content: "";
  display: block;
  position: absolute;
  width: 2.375rem;
  height: 2.375rem;
  top: 50%;
  left: 0.75rem;
  margin-top: -1.1875rem;
  border-radius: 50%;
  border: 0.1875rem solid white;
  background-image: url("../images/white-arrow.svg");
  background-size: 1.125rem 1.125rem;
  background-position: center;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

p.news-list-subtitle-grandsProjets a.inner-link::before {
  background-color: #59286A; }

p.news-list-subtitle-grandsProjets a.inner-link:hover::before,
p.news-list-subtitle-grandsProjets a.inner-link:focus::before {
  border: 0.1875rem solid #59286a; }

#home-article-grandsProjets + p.news-list-subtitle-grandsProjets {
  margin-top: 1.25rem;
  margin-bottom: 0; }

p.news-list-subtitle-enImages a.inner-link::before {
  background-color: #06504F; }

p.news-list-subtitle-enImages a.inner-link:hover::before,
p.news-list-subtitle-enImages a.inner-link:focus::before {
  border: 0.1875rem solid #06504f; }

p.news-list-subtitle-enVideos a.inner-link::before {
  background-color: #152C60; }

p.news-list-subtitle-enVideos a.inner-link:hover::before,
p.news-list-subtitle-enVideos a.inner-link:focus::before {
  border: 0.1875rem solid #152c60; }

p.news-list-subtitle-urbanism a.inner-link::before {
  background-color: #108670; }

p.news-list-subtitle-urbanism a.inner-link:hover::before,
p.news-list-subtitle-urbanism a.inner-link:focus::before {
  border: 0.1875rem solid #108670; }

p.news-list-subtitle-submitEvent a.inner-link::before,
p.news-list-subtitle-emplois a.inner-link::before {
  background-color: #D03D81; }

p.news-list-subtitle-submitEvent a.inner-link:hover::before,
p.news-list-subtitle-submitEvent a.inner-link:focus::before,
p.news-list-subtitle-emplois a.inner-link:hover::before,
p.news-list-subtitle-emplois a.inner-link:focus::before {
  border: 0.1875rem solid #d03d81; }

#magAgglo-archives {
  width: 100%;
  padding: 1.25rem; }

header.interior-headerContainer.actu-header,
p.news-list-back {
  display: none; }

/* NEWS LIST */
article.news-list-news-container {
  display: none;
  margin-bottom: 1.25rem;
  background-color: #FFF; }

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

article.news-list-news-container.news-list-news-container-visible {
  display: block; }

.news-list-agenda article.news-list-news-container.news-list-news-container-visible {
  max-height: 62.5rem; }

article.news-list-news-container a.inner-link,
.news-list-enVideos article.news-list-news-container,
.news-list-enImages article.news-list-news-container {
  padding: 1.25rem;
  box-shadow: 0 0.5rem 1.25rem #cccccc; }

article.news-list-news-container a.inner-link {
  background-color: #FFF;
  font-family: DroidSans, AdjustedArial, sans-serif;
  overflow: hidden;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

article.news-list-news-container a.inner-link.interior-headerContainer {
  padding: 0;
  background-color: #f2f2f2; }

article.news-list-news-container a.inner-link.interior-headerContainer::after {
  display: none; }

article.news-list-news-container .inner-link:hover,
article.news-list-news-container .inner-link:focus {
  background-color: #F2F2F2;
  box-shadow: 0 0.5rem 1.25rem #aaaaaa; }

article.news-list-news-container .inner-link:hover .block-text-ellipsis::before,
article.news-list-news-container .inner-link:focus .block-text-ellipsis::before,
article.news-list-news-container .inner-link:hover .block-text-ellipsis::after,
article.news-list-news-container .inner-link:focus .block-text-ellipsis::after {
  box-shadow: -3.75rem 0 0.75rem -0.75rem #efefef inset; }

article.news-list-news-container .inner-link::after {
  content: "+";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4.6875rem;
  height: 4.6875rem;
  padding-left: 2.8125rem;
  padding-top: 2.625rem;
  font-size: 2rem;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

article.news-list-news-container .inner-link:hover::after,
article.news-list-news-container .inner-link:focus::after,
article.news-list-news-container .inner-link:focus-within::after {
  width: 5.625rem;
  height: 5.625rem;
  padding-left: 3.25rem;
  padding-top: 3.25rem;
  font-size: 2.5rem; }

.news-list-news-block {
  margin-right: 1.25rem;
  margin-bottom: 1.25rem; }

.news-list-enVideos .news-list-news-block,
.news-list-enImages .news-list-news-block {
  margin-right: 0;
  margin-bottom: 0; }

p.news-list-news-img,
.news-list-news-iframe,
.news-list-news-video {
  text-align: center;
  margin: 0;
  margin-bottom: 0.9375rem;
  overflow: hidden; }

.news-list-news-iframe {
  width: 100%; }

.news-list-news-iframe iframe {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.news-list-enVideos .news-list-news-iframe {
  padding-top: 56.25%; }

.news-list-enVideos .news-list-news-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%; }

.news-list-enImages .news-list-news-iframe iframe {
  max-width: 31.25rem; }

.news-list-enImages-portlet .news-list-news-iframe {
  max-width: 31.25rem;
  margin-left: auto;
  margin-right: auto; }

.news-list-enImages-portlet .news-list-news-iframe .flickr-gallery-img-link {
  display: block;
  height: 0;
  padding-top: 66.66%;
  background: #000;
  -wrbkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.news-list-enImages-portlet .news-list-news-iframe .flickr-gallery-img-link:hover,
.news-list-enImages-portlet .news-list-news-iframe .flickr-gallery-img-link:focus {
  opacity: 0.75; }

.news-list-enImages-portlet .news-list-news-iframe .flickr-gallery-img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.news-list-enImages-portlet .news-list-news-iframe .flickr-gallery-img {
  max-width: 100%;
  max-height: 100%;
  margin: auto; }

p.news-list-news-img {
  max-height: 15.625rem; }

h2.news-list-news-title {
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-weight: normal;
  font-size: 1.2em;
  line-height: 1.0em;
  margin: 0;
  margin-bottom: 0.625rem;
  text-transform: uppercase; }

h2.news-list-news-title a {
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

h2.news-list-news-title a:hover,
h2.news-list-news-title a:focus {
  color: #0463B3; }

p.news-list-news-date,
li.news-list-news-date {
  font-size: 0.9em;
  margin: 0;
  margin-bottom: 0.625rem;
  color: #767676; }

.news-list-news-theme {
  text-transform: uppercase;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  color: #108670; }

p.news-list-news-description {
  max-height: 9.7em;
  font-size: 0.9em;
  margin: 0; }

.news-list-actus h2.news-list-news-title,
.news-list-enImages h2.news-list-news-title,
.news-list-actus article.news-list-news-container .inner-link::after,
.news-list-actus #load-more-news:hover,
.news-list-actus #load-more-news:focus,
.news-list-enImages #load-more-news:hover,
.news-list-enImages #load-more-news:focus {
  color: #06504F; }

.news-list-actus article.news-list-news-container .inner-link::after {
  background: -webkit-linear-gradient(135deg, #9cd4c4, #9cd4c4 50%, transparent 50%, transparent);
  background: linear-gradient(-45deg, #9cd4c4, #9cd4c4 50%, transparent 50%, transparent); }

.news-list-actus #load-more-news::before,
.news-list-enImages #load-more-news::before,
#load-more-news.load-more-link::before {
  background-color: #108670; }

.news-list-actus #load-more-news:hover::before,
.news-list-actus #load-more-news:focus::before,
.news-list-enImages #load-more-news:hover::before,
.news-list-enImages #load-more-news:focus::before,
#load-more-news.load-more-link:hover::before,
#load-more-news.load-more-link:focus::before {
  background-color: #06504F; }

.news-list-grandsProjets h2.news-list-news-title,
.news-list-initiatives h2.news-list-news-title,
.news-list-grandsProjets article.news-list-news-container .inner-link::after,
.news-list-initiatives article.news-list-news-container .inner-link::after {
  color: #59286A; }

.news-list-grandsProjets #load-more-news:hover,
.news-list-grandsProjets #load-more-news:focus,
.news-list-initiatives #load-more-news:hover,
.news-list-initiatives #load-more-news:focus {
  color: #431E51; }

.news-list-grandsProjets article.news-list-news-container .inner-link::after,
.news-list-initiatives article.news-list-news-container .inner-link::after {
  background: -webkit-linear-gradient(135deg, #d1c2d5, #d1c2d5 50%, transparent 50%, transparent);
  background: linear-gradient(-45deg, #d1c2d5, #d1c2d5 50%, transparent 50%, transparent); }

.news-list-grandsProjets #load-more-news::before,
.news-list-initiatives #load-more-news::before {
  background-color: #59286A; }

.news-list-grandsProjets #load-more-news:hover::before,
.news-list-grandsProjets #load-more-news:focus::before,
.news-list-initiatives #load-more-news:hover::before,
.news-list-initiatives #load-more-news:focus::before {
  background-color: #431E51; }

.news-list-magAgglo h2.news-list-news-title,
.news-list-magAgglo article.news-list-news-container .inner-link::after,
.news-list-magAgglo #load-more-news:hover,
.news-list-magAgglo #load-more-news:focus {
  color: #8C6706; }

.news-list-magAgglo article.news-list-news-container .inner-link::after {
  background: -webkit-linear-gradient(135deg, #f7e4a6, #f7e4a6 50%, transparent 50%, transparent);
  background: linear-gradient(-45deg, #f7e4a6, #f7e4a6 50%, transparent 50%, transparent); }

.news-list-magAgglo #load-more-news::before {
  background-color: #DFB93C; }

.news-list-magAgglo #load-more-news:hover::before,
.news-list-magAgglo #load-more-news:focus::before {
  background-color: #8C6706; }

.news-list-enVideos h2.news-list-news-title {
  color: #152C60; }

.news-list-enVideos #load-more-news:hover,
.news-list-enVideos #load-more-news:focus {
  color: #051C50; }

.news-list-emplois article.news-list-news-container .inner-link::after {
  background: -webkit-linear-gradient(135deg, #b3d0e8, #b3d0e8 50%, transparent 50%, transparent);
  background: linear-gradient(-45deg, #b3d0e8, #b3d0e8 50%, transparent 50%, transparent);
  color: #0463B3; }

.news-list-enVideos #load-more-news::before {
  background-color: #152C60; }

.news-list-enVideos #load-more-news:hover::before,
.news-list-enVideos #load-more-news:focus::before {
  background-color: #051C50; }

/* PARTICULAR CASE : MAG AGGLO / JOBS / VIDEOS / IMAGES : TWO COLUMS */
.news-list-magAgglo,
.news-list-emplois,
.news-list-enVideos,
.news-list-enImages {
  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;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.no-flex-wrap .news-list-magAgglo,
.no-flex-wrap .news-list-emplois,
.no-flex-wrap .news-list-enVideos,
.no-flex-wrap .news-list-enImages {
  display: block; }

.news-list-magAgglo article.news-list-news-container,
.news-list-emplois article.news-list-news-container,
.news-list-enVideos article.news-list-news-container,
.news-list-enImages article.news-list-news-container {
  width: 100%; }

@media (min-width: 37.5rem) {
  .news-list-magAgglo article.news-list-news-container {
    width: 48%;
    width: calc(50% - 0.625rem); }

  .no-flex-wrap .news-list-magAgglo article.news-list-news-container {
    float: left; }

  .no-flex-wrap .news-list-magAgglo article.news-list-news-container:nth-child(odd) {
    margin-right: 4%; } }
@media (min-width: 50rem) {
  .news-list-emplois article.news-list-news-container,
  .news-list-enVideos article.news-list-news-container,
  .news-list-enImages article.news-list-news-container {
    width: 48%;
    width: calc(50% - 0.625rem); }

  .no-flex-wrap .news-list-emplois article.news-list-news-container,
  .no-flex-wrap .news-list-enVideos article.news-list-news-container,
  .no-flex-wrap .news-list-enImages article.news-list-news-container {
    float: left; }

  .no-flex-wrap .news-list-emplois article.news-list-news-container:nth-child(odd),
  .no-flex-wrap .news-list-enVideos article.news-list-news-container:nth-child(odd),
  .no-flex-wrap .news-list-enImages article.news-list-news-container:nth-child(odd) {
    margin-right: 4%; } }
.news-list-magAgglo p.news-list-news-date {
  font-size: 1.0em; }

.news-list-emplois {
  margin-bottom: 2.5rem; }

.news-list-emplois p.no-job-proposal {
  width: 100%;
  padding: 1.875rem;
  text-align: center;
  background-color: #FFF;
  box-shadow: 0 0.5rem 1.25rem #cccccc; }

.news-list-emplois article.news-list-news-container .inner-link {
  padding: 0; }

.news-list-emplois .news-list-news-block {
  margin: 0; }

.news-list-emplois h2.news-list-news-title {
  margin-bottom: 0;
  padding: 1.25rem;
  background-color: #0463B3;
  color: #FFF;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.news-list-emplois h2.news-list-news-title.zoomed-event {
  background: #d03d81; }

.news-list-emplois article.news-list-news-container .inner-link:hover h2.news-list-news-title,
.news-list-emplois article.news-list-news-container .inner-link:focus h2.news-list-news-title {
  background-color: #035396; }

.news-list-emplois article.news-list-news-container .inner-link:hover h2.news-list-news-titl.zoomed-event,
.news-list-emplois article.news-list-news-container .inner-link:focus h2.news-list-news-title.zoomed-event {
  background-color: #c22c73; }

#body-wrapper .news-list-emplois .news-list-news-content {
  padding-left: 1.25rem;
  padding-top: 1.25rem;
  padding-right: 2.5rem;
  padding-bottom: 2.5rem;
  list-style-image: none; }

.news-list-emplois .news-list-news-date {
  margin-bottom: 0; }

.news-list-emplois .news-list-news-description {
  margin-top: 0.625rem; }

.news-list-emplois .news-list-news-ref {
  color: #0463B3;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif; }

.news-list-emplois article.news-list-news-container .inner-link {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.news-list-enVideos h2.news-list-news-title,
.news-list-enImages h2.news-list-news-title {
  margin-bottom: 0; }

/* NEWSLETTER */
section.newsletter-section {
  padding: 1.25rem;
  background-color: #FFF;
  box-shadow: 0 0.5rem 1.25rem #cccccc; }

section.newsletter-section:not(:last-child) {
  margin-bottom: 1.25rem; }

h2.newsletter-h2 {
  margin-top: 0;
  margin-bottom: 1.875rem;
  font-size: 1.25em;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  text-transform: uppercase;
  color: #005CA9; }

a.newsletter-new-entry-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 35rem;
  margin: 0 auto 0.75rem; }

a.newsletter-new-entry-link .newsletter-new-entry-text {
  margin-top: 1rem;
  font-size: 1.25rem;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  color: #108670; }

a.newsletter-new-entry-link:hover .newsletter-new-entry-text,
a.newsletter-new-entry-link:focus .newsletter-new-entry-text {
  color: #0463b3; }

a.newsletter-new-entry-link:hover {
  outline-offset: 0.125rem;
  outline: 0.125rem solid #0463b3; }

iframe.newsletter-iframe {
  display: block;
  width: 100%;
  max-width: 43.75rem;
  height: 43.75rem;
  margin: auto;
  margin-bottom: 1.25rem;
  border: 0.0625rem solid #cccccc; }

ul.newsletter-old-list {
  list-style-image: url("../images/green-arrow.png");
  list-style-position: outside;
  margin-left: 0.9375rem;
  font-size: 0.9em; }

li.newsletter-old-entry {
  margin-bottom: 0.625rem;
  padding-left: 0;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

a.newsletter-old-entry-link {
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

a.newsletter-old-entry-link:hover,
a.newsletter-old-entry-link:focus {
  color: #108670; }

@media (min-width: 26.25rem) {
  h2.newsletter-h2 {
    font-size: 1.5em; }

  ul.newsletter-old-list {
    margin-left: 1.875rem; } }
/* MORE EVENTS/NEWS BUTTON */
#load-more-news,
#load-more-events,
#list-offres-container .load-more {
  display: block;
  width: 100%;
  max-width: 15.625rem;
  max-height: 5rem;
  padding-top: 3.75rem;
  margin: auto;
  font-size: 1.0em;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  text-align: center;
  color: #888;
  overflow: hidden;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

#load-more-news.load-more-link {
  margin-top: 1.875rem; }

#load-more-news {
  color: #108670; }

#load-more-events {
  color: #c22c73; }

#list-offres-container .load-more {
  color: #0463b3;
  margin-bottom: 2.5rem; }

#load-more-news::before,
#load-more-events::before,
#list-offres-container .load-more::before,
#list-offres-container .load-more::before {
  content: "...";
  position: absolute;
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  top: 0.625rem;
  left: 50%;
  margin-left: -1.375rem;
  padding-top: 0.125rem;
  text-align: center;
  border-radius: 50%;
  color: #FFF;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-size: 2.0em;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

#load-more-events::before {
  background-color: #D03D81; }

#list-offres-container .load-more::before {
  background-color: #0463b3; }

#load-more-events:hover,
#load-more-events:focus {
  color: #C22C73; }

#list-offres-container .load-more:hover,
#list-offres-container .load-more::focus {
  color: #035396; }

#load-more-news:hover::before,
#load-more-news:focus::before,
#load-more-events:hover::before,
#load-more-events:focus::before,
#list-offres-container .load-more:hover::before,
#list-offres-container .load-more:focus::before {
  font-size: 2.5rem; }

#load-more-events:hover::before,
#load-more-events:focus::before {
  background-color: #C22C73;
  font-size: 2.5rem; }

#list-offres-container .load-more:hover::before,
#list-offres-container .load-more:focus::before {
  background-color: #035396;
  font-size: 2.5rem; }

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

#load-more-news.load-more-news-visible,
#load-more-events.load-more-events-visible {
  display: block; }

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

@media (min-width: 56.25rem) {
  /* NEWS HEADER */
  h1.news-list-title,
  h1.portlet-title {
    padding: 1.875rem 12.5rem;
    font-size: 2.0em; }

  p.news-list-subtitle-no-link {
    padding: 1.875rem; }

  /* NEWS LIST */
  article.news-list-news-container a.inner-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; }

  .news-list-enImages article.news-list-news-container a.inner-link,
  article.news-list-news-container a.inner-link.interior-headerContainer {
    display: block; }

  h2.news-list-news-title {
    font-size: 1.5em; }

  .news-list-enVideos h2.news-list-news-title,
  .news-list-enImages h2.news-list-news-title {
    font-size: 1.2em; }

  p.news-list-news-img {
    width: 40%;
    margin-right: 2.5rem;
    margin-bottom: 0; }

  .news-list-enImages p.news-list-news-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.9375rem; }

  .news-list-news-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1; }

  /* PARTICULAR CASE : MAG AGGLO / JOBS / VIDEOS / IMAGES : TWO COLUMS */
  .news-list-magAgglo .news-list-news-img {
    margin-right: 1.875rem; } }
/* AGENDA EMPTY */
.agenda-empty,
.agenda-coronavirus {
  padding: 1.25rem;
  background: #fff;
  box-shadow: 0 0.5rem 1.25rem #cccccc;
  overflow: hidden; }

.agenda-empty {
  max-width: 40rem;
  margin: 2.5rem auto 1.25rem; }

.agenda-coronavirus {
  max-width: 52.5rem;
  margin: 0 auto 1.25rem; }

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

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

#agenda-empty:focus {
  outline: 0.125rem solid #0463b3 !important;
  outline-offset: 0.125rem !important; }

/* AGENDA ZOOM */
.agenda-headerContainer {
  cursor: pointer; }

.agenda-headerContainer .interior-header {
  background-color: #d03d81;
  -webkit-transition: all 0.25s ease-out, outline 0s, outline-offset 0s;
  transition: all 0.25s ease-out, outline 0s, outline-offset 0s;
  padding-bottom: 1.875rem;
  padding-right: 1.875rem; }

.agenda-headerContainer .interior-header::before {
  border-bottom: 0.75rem solid #d03d81;
  -webkit-transition: all 0.25s ease-out, outline 0s, outline-offset 0s;
  transition: all 0.25s ease-out, outline 0s, outline-offset 0s; }

.agenda-headerContainer:hover .interior-header,
.agenda-headerContainer:focus-within .interior-header {
  background-color: #c22c73; }

.agenda-headerContainer:focus-within {
  outline: 0.125rem solid #0463b3;
  outline-offset: 0.125rem; }

.agenda-headerContainer:hover .interior-header::before,
.agenda-headerContainer:focus-within .interior-header::before {
  border-bottom: 0.75rem solid #c22c73; }

.agenda-headerContainer .interior-header::after {
  content: "+";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4.6875rem;
  height: 4.6875rem;
  padding-left: 2.8125rem;
  padding-top: 2.625rem;
  background: -webkit-linear-gradient(135deg, white, white 50%, transparent 50%, transparent);
  background: linear-gradient(-45deg, #ffffff, #ffffff 50%, transparent 50%, transparent);
  color: #7a083c;
  font-size: 2rem;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.agenda-headerContainer:hover .interior-header::after,
.agenda-headerContainer:focus-within .interior-header::after {
  width: 5.625rem;
  height: 5.625rem;
  padding-left: 3.25rem;
  padding-top: 3.25rem;
  font-size: 2.5rem; }

.agenda-headerContainer p.interior-header-agendaDate {
  margin: 0.5rem 0;
  font-size: 0.9em;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  text-transform: uppercase;
  color: #fff; }

.agenda-headerContainer p.interior-header-agendaBaseLine {
  color: #000;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  text-transform: uppercase; }

.agenda-headerContainer h2.interior-header-agendaTitle {
  margin: 0;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
  line-height: 1.2; }

.agenda-headerContainer p.interior-header-contentText {
  margin-top: 0.9375rem;
  max-height: 4.2em;
  font-size: 0.9em; }

.agenda-headerContainer .agenda-headerContainer-btn {
  position: static !important;
  z-index: 2; }

.agenda-headerContainer .agenda-headerContainer-btn:focus {
  outline: 0 !important; }

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

p.agenda-propose a.inner-link::before {
  background-color: #d03d81; }

p.agenda-propose a.inner-link:hover::before,
p.agenda-propose a.inner-link:focus::before {
  border: 0.1875rem solid #d03d81; }

/* AGENDA LIST */
.news-list-agenda .news-list-news-container {
  max-height: 0;
  margin-bottom: 0;
  -webkit-transition: all 0.25s ease-out, outline 0s, outline-offset 0s;
  transition: all 0.25s ease-out, outline 0s, outline-offset 0s; }

.news-list-agenda .news-list-news-container.news-list-displayed-event {
  max-height: 218.75rem;
  margin-bottom: 1.25rem; }

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

.news-list-agenda .news-list-news-container .inner-link {
  display: flex;
  flex-direction: column-reverse;
  align-items: stretch;
  padding: 0; }

.news-list-agenda .news-list-news-block {
  display: flex;
  flex-direction: column;
  padding: 0 1.25rem 2.5rem;
  padding-top: 0;
  margin-bottom: 0;
  height: 100%; }

.news-list-agenda .news-list-news-block > .news-list-news-date {
  order: 1; }

.news-list-agenda .news-list-news-block > :not(.news-list-news-date) {
  order: 2; }

.news-list-agenda p.news-list-news-date,
.gp-att-description-div
.news-list-agenda-content-wrapper
p.news-list-news-date {
  margin-bottom: 0.3125rem; }

.news-list-agenda h2.news-list-news-title {
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem; }

.news-list-agenda:not(.news-list-agenda-secondary)
p.news-list-news-description {
  margin-top: 0.3125rem; }

.news-list-agenda-prog {
  position: relative !important; }

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

.news-list-agenda article.news-list-news-container .news-list-agenda-prog {
  background-color: #035396; }

.news-list-agenda article.news-list-news-container .news-list-news-theme,
.news-list-agenda article.news-list-news-container .inner-link::after {
  color: #035396; }

.news-list-agenda
article.news-list-news-container
.news-list-agenda-prog::before {
  border-top: 0.75rem solid #035396; }

.news-list-agenda article.news-list-news-container .inner-link::after {
  background: -webkit-linear-gradient(135deg, #b3d0e8, #b3d0e8 50%, transparent 50%, transparent);
  background: linear-gradient(-45deg, #b3d0e8, #b3d0e8 50%, transparent 50%, transparent); }

.news-list-agenda article.news-list-odd-event .news-list-agenda-prog {
  background-color: #037cc2; }

.news-list-agenda article.news-list-odd-event .news-list-agenda-prog::before {
  border-top: 0.75rem solid #037cc2; }

.news-list-agenda article.news-list-odd-event .inner-link::after {
  background: -webkit-linear-gradient(135deg, #b2e2f6, #b2e2f6 50%, transparent 50%, transparent);
  background: linear-gradient(-45deg, #b2e2f6, #b2e2f6 50%, transparent 50%, transparent); }

/* DATE PROG DISPLAY */
.news-list-agenda-prog {
  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: 8.125rem;
  margin-bottom: 1.25rem;
  padding: 0.75rem 1rem;
  color: #fff;
  overflow: visible; }

.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 !important;
  margin-left: 3.125rem; }

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

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

.news-list-agenda-city {
  text-align: center;
  font-size: 0.75em;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif; }

.news-list-agenda-month {
  display: inline-block;
  margin-top: 0.3125rem; }

.news-list-agenda-day {
  font-size: 4em;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif; }

/* MORE CONTENT MANAGEMENT */
.news-list-agenda article.news-list-news-container .inner-link {
  box-shadow: 0 0.5rem 1.25rem #cccccc;
  z-index: 2;
  transition: background 0.25s ease-out, box-shadow 0.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.5rem 1.25rem #aaaaaa;
  background: #f2f2f2; }

.news-list-agenda article.news-list-news-container .inner-link:focus-within {
  outline: 0.125rem solid #0463b3;
  outline-offset: 0.125rem; }

article.news-list-news-container .inner-link.news-list-agenda-link-light {
  background: #ddd; }

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

.news-list-agenda
article.news-list-news-container
a.inner-link.news-list-agenda-link-expanded::after {
  content: "\2716";
  font-size: 1rem;
  color: #fff;
  background: -webkit-linear-gradient(135deg, #035396, #035396 50%, transparent 50%, transparent);
  background: linear-gradient(-45deg, #035396, #035396 50%, transparent 50%, transparent); }

.news-list-agenda-moreContent {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  max-height: 0;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out; }

.news-list-agenda-moreContent-displayed {
  padding-top: 2.5rem;
  padding-bottom: 1.25rem;
  max-height: 187.5rem;
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in; }

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

/* MORE CONTENT DISPLAY */
.news-list-agenda .news-list-news-container .inner-link * {
  position: static; }

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

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

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

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;
  line-height: 1.4em;
  font-size: 0.9em; }

.news-list-agenda-description strong,
.offre-detail-more-text strong {
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-weight: normal;
  color: #555; }

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

.news-list-agenda-description ul,
.offre-detail-more-text ul {
  list-style-type: disc;
  padding-left: 1.25rem; }

.news-list-agenda-description ul li,
.offre-detail-more-text 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,
.offre-detail-more-text p:last-child,
.offre-detail-more-text ul:last-child,
.offre-detail-more-text ul li:last-child {
  margin-bottom: 0; }

.news-list-agenda-description a,
.news-list-agenda-description a:visited,
.offre-detail-more-text a,
.offre-detail-more-text a:visited {
  text-decoration: underline;
  color: #0463b3; }

.news-list-agenda-description a:hover,
.news-list-agenda-description a:focus,
.offre-detail-more-text a:hover,
.offre-detail-more-text a:focus {
  text-decoration: underline;
  color: #d03d81; }

.news-list-agenda-description ul.news-list-agenda-images {
  display: none; }

.news-list-agenda-description ul.news-list-agenda-images li {
  margin: 10px; }

.news-list-agenda-description ul.news-list-agenda-images li a {
  display: block; }

.news-list-agenda-description ul.news-list-agenda-images li a:hover {
  outline: 0.125rem solid #0463b3;
  outline-offset: 0.125rem; }

.news-list-agenda-aside {
  width: 17.1875rem; }

h3.news-list-agenda-aside-title {
  margin: 0;
  margin-bottom: 0.1875rem;
  text-transform: uppercase;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-size: 0.9em;
  color: #005ca9; }

h3.news-list-agenda-aside-title:not(:first-child) {
  margin-top: 1.5rem; }

h3.news-list-agenda-aside-title:not(:has(+ p)):not(:has(+ ul)) {
  display: none; }

p.news-list-agenda-aside-content {
  margin: 0;
  font-size: 0.8em;
  line-height: 1.4em; }

p.news-list-agenda-aside-content::first-letter {
  text-transform: capitalize; }

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

.news-list-agenda-aside a.news-list-agenda-aside-url,
.agenda-detail-portlet a.news-list-agenda-aside-url {
  color: #0463b3;
  text-decoration: underline;
  font-family: DroidSans, AdjustedArial, sans-serif;
  -webkit-transition: all 0.25s ease-out, outline 0s, outline-offset 0s;
  transition: all 0.25s ease-out, outline 0s, outline-offset 0s; }

.news-list-agenda-aside a.news-list-agenda-aside-url:hover,
.news-list-agenda-aside a.news-list-agenda-aside-url:focus,
.agenda-detail-portlet a.news-list-agenda-aside-url:hover,
.agenda-detail-portlet a.news-list-agenda-aside-url:focus {
  color: #d03d81; }

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

.news-list-agenda-aside p.news-list-agenda-aside-link {
  left: 7.5rem; }

.agenda-detail-portlet p.news-list-agenda-aside-link {
  left: 6.875rem; }

.news-list-agenda-aside p.news-list-agenda-aside-link a.inner-link,
.agenda-detail-portlet p.news-list-agenda-aside-link a.inner-link {
  margin: 0;
  padding: 0;
  border-radius: 0.3125rem;
  background-image: url("../images/download.svg");
  background-position: center;
  background-size: 1.5rem 1.5rem;
  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,
.agenda-detail-portlet p.news-list-agenda-aside-link a.inner-link:hover,
.agenda-detail-portlet p.news-list-agenda-aside-link a.inner-link:focus {
  background-color: #ddd;
  box-shadow: 0 0 0.125rem #dddddd; }

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

.news-list-agenda-aside ul.news-list-agenda-aside-list {
  font-size: 0.8em; }

.news-list-agenda-aside ul.news-list-agenda-aside-list li {
  line-height: 1.2; }

.news-list-agenda-aside ul.news-list-agenda-aside-list li a {
  display: inline-block;
  max-width: 100%;
  margin-top: 0.25rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.news-list-agenda-aside a.news-list-agenda-itinerary,
.news-list-agenda-aside a.news-list-agenda-itinerary:visited {
  display: ineline-block;
  padding: 0.25rem 0.75rem;
  background: #0463b3;
  color: #fff;
  font-size: 0.9em;
  border-radius: 0.25rem;
  transition: background 0.25s ease-out; }

.news-list-agenda-aside a.news-list-agenda-itinerary:hover,
.news-list-agenda-aside a.news-list-agenda-itinerary:focus {
  background: #035396;
  color: #fff; }

ul.news-list-agenda-aside-links {
  display: flex;
  margin-top: 0.75rem; }

ul.news-list-agenda-aside-links:empty {
  display: none; }

ul.news-list-agenda-aside-links li + li {
  margin-left: 0.375rem; }

ul.news-list-agenda-aside-links li a {
  display: block;
  width: 2rem;
  height: 2rem;
  background-size: 2.5rem 2.5rem;
  background-position: center; }

ul.news-list-agenda-aside-links li[data-media="Page facebook"] a {
  background-image: url("../images/pictos-share-apidae.svg#facebook"); }

ul.news-list-agenda-aside-links li[data-media="Page facebook"] a:hover,
ul.news-list-agenda-aside-links li[data-media="Page facebook"] a:focus {
  background-image: url("../images/pictos-share-apidae.svg#facebook_blue"); }

ul.news-list-agenda-aside-links li[data-media="Google My Business"] a {
  background-image: url("../images/pictos-share-apidae.svg#google"); }

ul.news-list-agenda-aside-links li[data-media="Google My Business"] a:hover,
ul.news-list-agenda-aside-links li[data-media="Google My Business"] a:focus {
  background-image: url("../images/pictos-share-apidae.svg#google_blue"); }

ul.news-list-agenda-aside-links li[data-media="X"] a {
  background-image: url("../images/pictos-share-apidae.svg#twitter"); }

ul.news-list-agenda-aside-links li[data-media="X"] a:hover,
ul.news-list-agenda-aside-links li[data-media="X"] a:focus {
  background-image: url("../images/pictos-share-apidae.svg#twitter_blue"); }

ul.news-list-agenda-aside-links li[data-media="Tripadvisor"] a {
  background-image: url("../images/pictos-share-apidae.svg#tripadvisor"); }

ul.news-list-agenda-aside-links li[data-media="Tripadvisor"] a:hover,
ul.news-list-agenda-aside-links li[data-media="Tripadvisor"] a:focus {
  background-image: url("../images/pictos-share-apidae.svg#tripadvisor_blue"); }

ul.news-list-agenda-aside-links li[data-media="Yelp"] a {
  background-image: url("../images/pictos-share-apidae.svg#yelp"); }

ul.news-list-agenda-aside-links li[data-media="Yelp"] a:hover,
ul.news-list-agenda-aside-links li[data-media="Yelp"] a:focus {
  background-image: url("../images/pictos-share-apidae.svg#yelp_blue"); }

ul.news-list-agenda-aside-links li[data-media="TikTok"] a {
  background-image: url("../images/pictos-share-apidae.svg#tiktok"); }

ul.news-list-agenda-aside-links li[data-media="TikTok"] a:hover,
ul.news-list-agenda-aside-links li[data-media="TikTok"] a:focus {
  background-image: url("../images/pictos-share-apidae.svg#tiktok_blue"); }

ul.news-list-agenda-aside-links li[data-media="LinkedIn"] a {
  background-image: url("../images/pictos-share-apidae.svg#linkedin"); }

ul.news-list-agenda-aside-links li[data-media="LinkedIn"] a:hover,
ul.news-list-agenda-aside-links li[data-media="LinkedIn"] a:focus {
  background-image: url("../images/pictos-share-apidae.svg#linkedin_blue"); }

ul.news-list-agenda-aside-links li[data-media="Chaîne Youtube"] a {
  background-image: url("../images/pictos-share-apidae.svg#youtube"); }

ul.news-list-agenda-aside-links li[data-media="Chaîne Youtube"] a:hover,
ul.news-list-agenda-aside-links li[data-media="Chaîne Youtube"] a:focus {
  background-image: url("../images/pictos-share-apidae.svg#youtube_blue"); }

ul.news-list-agenda-aside-links li[data-media="Chaîne Dailymotion"] a {
  background-image: url("../images/pictos-share-apidae.svg#dailymotion"); }

ul.news-list-agenda-aside-links li[data-media="Chaîne Dailymotion"] a:hover,
ul.news-list-agenda-aside-links li[data-media="Chaîne Dailymotion"] a:focus {
  background-image: url("../images/pictos-share-apidae.svg#dailymotion_blue"); }

ul.news-list-agenda-aside-links li[data-media="Chaîne Vimeo"] a {
  background-image: url("../images/pictos-share-apidae.svg#vimeo"); }

ul.news-list-agenda-aside-links li[data-media="Chaîne Vimeo"] a:hover,
ul.news-list-agenda-aside-links li[data-media="Chaîne Vimeo"] a:focus {
  background-image: url("../images/pictos-share-apidae.svg#vimeo_blue"); }

ul.news-list-agenda-aside-links li[data-media="Galerie Flickr"] a {
  background-image: url("../images/pictos-share-apidae.svg#flickr"); }

ul.news-list-agenda-aside-links li[data-media="Galerie Flickr"] a:hover,
ul.news-list-agenda-aside-links li[data-media="Galerie Flickr"] a:focus {
  background-image: url("../images/pictos-share-apidae.svg#flickr_blue"); }

ul.news-list-agenda-aside-links li[data-media="Instagram"] a {
  background-image: url("../images/pictos-share-apidae.svg#instagram"); }

ul.news-list-agenda-aside-links li[data-media="Instagram"] a:hover,
ul.news-list-agenda-aside-links li[data-media="Instagram"] a:focus {
  background-image: url("../images/pictos-share-apidae.svg#instagram_blue"); }

ul.news-list-agenda-aside-links li[data-media="Pinterest"] a {
  background-image: url("../images/pictos-share-apidae.svg#pinterest"); }

ul.news-list-agenda-aside-links li[data-media="Pinterest"] a:hover,
ul.news-list-agenda-aside-links li[data-media="Pinterest"] a:focus {
  background-image: url("../images/pictos-share-apidae.svg#pinterest_blue"); }

ul.news-list-agenda-aside-links li[data-media="Snapchat"] a {
  background-image: url("../images/pictos-share-apidae.svg#snapchat"); }

ul.news-list-agenda-aside-links li[data-media="Snapchat"] a:hover,
ul.news-list-agenda-aside-links li[data-media="Snapchat"] a:focus {
  background-image: url("../images/pictos-share-apidae.svg#snapchat_blue"); }

/* AGENDA FILTER */
aside.agenda-filter {
  z-index: 5;
  margin: 1.25rem 0;
  padding: 1.25rem;
  background-color: #fff;
  box-shadow: 0 0.5rem 1.25rem #cccccc; }

aside.agenda-filter::after {
  content: ""; }

aside.agenda-filter.offres-emploi::after {
  display: none; }

aside.agenda-filter::after,
aside.agenda-filter.offres-emploi .agenda-filter-submit {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4.6875rem;
  height: 4.6875rem;
  padding-left: 2.8125rem;
  padding-top: 2.625rem;
  background-image: url("../images/search.svg"), -webkit-linear-gradient(135deg, #d03d81, #d03d81 50%, transparent 50%, transparent);
  background-image: url("../images/search.svg"), linear-gradient(-45deg, #d03d81, #d03d81 50%, transparent 50%, transparent);
  background-size: 1.25rem 1.25rem, 100% 100%;
  background-position: 2.625rem 2.625rem, center center;
  font-size: 0;
  color: #152c60;
  -webkit-transition: all 0.25s ease-out, outline 0s, outline-offset 0s;
  transition: all 0.25s ease-out, outline 0s, outline-offset 0s; }

aside.agenda-filter.offres-emploi .agenda-filter-submit {
  font-size: 0;
  color: #d03d81; }

aside.agenda-filter.offres-emploi .agenda-filter-submit:hover,
aside.agenda-filter.offres-emploi .agenda-filter-submit:focus {
  width: 5.625rem;
  height: 5.625rem;
  background-size: 1.5625rem 1.5625rem, 100% 100%;
  background-position: 3.125rem 3.125rem, center center; }

p.agenda-filter-title,
h2.agenda-filter-title {
  margin-top: 0;
  margin-bottom: 0.625rem;
  color: #7a083c;
  font-size: 0.9em;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  text-transform: uppercase; }

#agenda-filter-reset,
#offresEmploi-filter-reset,
#annuaire-siae-filter-reset,
#annuaire-numActor-filter-reset,
#annuaire-ressourcesPedagogiques-filter-reset,
#bazimmo-filter-reset,
#resetFilters {
  display: inline-block;
  padding: 0;
  margin-top: 0.9375rem;
  color: #d03d81;
  font-size: 0.9em;
  -webkit-transition: all 0.25s ease-out, outline 0s, outline-offset 0s;
  transition: all 0.25s ease-out, outline 0s, outline-offset 0s; }

#agenda-filter-reset::before,
#offresEmploi-filter-reset::before,
#annuaire-siae-filter-reset::before,
#annuaire-numActor-filter-reset::before,
#annuaire-ressourcesPedagogiques-filter-reset::before,
#bazimmo-filter-reset::before,
#resetFilters::before {
  content: "\2716";
  margin-right: 0.3125rem;
  color: #d03d81;
  -webkit-transition: all 0.25s ease-out, outline 0s, outline-offset 0s;
  transition: all 0.25s ease-out, outline 0s, outline-offset 0s; }

.agenda-filter:not(.offres-emploi) button.offres-emploi-filter-submit {
  margin-top: 1.25rem; }

.agenda-filter-block-container {
  z-index: 2;
  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;
  margin: 0.3125rem auto; }

.agenda-filter-block-container.agenda-filter-block-container-with-submit {
  flex-direction: column;
  align-items: center; }

.agenda-filter-block-container + .agenda-filter-block-container {
  margin-top: -0.3125rem; }

.no-flex-wrap .agenda-filter-block-container {
  display: block; }

.no-flex-wrap .agenda-filter-block-over {
  width: 15rem;
  max-width: 100%;
  margin: auto; }

.agenda-filter .agenda-filter-block {
  width: 18.75rem;
  max-width: 100%;
  margin: 0.3125rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.agenda-filter:not(.agenda-secondary-filter) .agenda-filter-block {
  height: 1.875rem; }

.agenda-filter-block label,
.agenda-filter-block input[type="text"],
.agenda-filter-block input[type="date"],
.agenda-filter-block input[type="search"],
.agenda-filter-block select {
  display: block;
  height: 100%;
  line-height: 1.875rem;
  white-space: nowrap;
  font-family: DroidSans, AdjustedArial, sans-serif;
  font-size: 0.9em; }

.agenda-filter-block input[type="text"],
.agenda-filter-block input[type="date"],
.agenda-filter-block input[type="search"],
.agenda-filter-block select,
.agenda-filter-block select optgroup option {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  width: 11.25rem;
  border: 0;
  border-bottom: 0.0625rem solid #cccccc;
  margin: 0;
  margin-left: 0.3125rem;
  padding-left: 0.625rem;
  padding-right: 1.5625rem;
  padding-bottom: 0;
  color: #7a083c;
  box-shadow: none;
  border-radius: 0;
  cursor: pointer; }

.agenda-filter-block input[type="text"],
.agenda-filter-block input[type="date"] {
  padding-right: 1.5625rem; }

.agenda-filter-block input[type="search"] {
  padding-right: 0.625rem; }

.agenda-filter-block input[type="number"] {
  margin: 0 0.625rem;
  padding-right: 0;
  border: 0;
  border-bottom: 0.0625rem solid #cccccc;
  color: #7a083c;
  box-shadow: none;
  border-radius: 0;
  font-size: 0.9em; }

.agenda-filter-block label[for="surfMin"] {
  margin-left: 0.3125rem; }

.agenda-filter-block input[type="checkbox"] {
  display: none; }

.agenda-filter-block input[type="checkbox"] ~ label {
  padding-left: 30px; }

.agenda-filter-block input[type="checkbox"] ~ label::before {
  content: "\2718";
  position: absolute;
  display: block;
  top: 6px;
  left: 5px;
  width: 18px;
  height: 18px;
  line-height: 15px;
  text-align: center;
  font-size: 1.2em;
  background-color: #fee;
  color: #a77;
  border-radius: 3px;
  border: 1px solid #ccc; }

.agenda-filter-block input[type="checkbox"]:checked ~ label::before {
  content: "\2714";
  background-color: #efe;
  color: #797; }

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

.agenda-filter-block select optgroup {
  color: #035396; }

.agenda-filter-block .select-arrow {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  height: 1.8125rem;
  width: 1.5625rem;
  background-color: #fff;
  background-image: url("../images/pink-small-arrow.svg");
  background-size: 0.75rem 0.5rem;
  background-position: 0.5rem 0.75rem;
  pointer-events: none; }

@media (min-width: 43.75rem) {
  /* Agenda filter */
  .agenda-filter-block-container {
    width: 100%; }

  .agenda-filter-block-container.agenda-filter-block-container-with-submit {
    flex-direction: row;
    max-width: 37.5rem;
    margin: 0.75rem auto; }

  .agenda-filter-block-over:first-child {
    padding-right: 2.5rem;
    border-right: 0.0625rem solid #cccccc; }

  .agenda-filter-block-over:last-child {
    padding-left: 2.5rem; }

  .no-flex-wrap .agenda-filter-block-over {
    padding: 0; }

  .agenda-filter .agenda-filter-block {
    width: 16rem; }

  .agenda-filter .agenda-filter-block.agenda-filter-block-search {
    flex: 1;
    margin-right: 0; }

  .agenda-filter-block-container-with-submit
  button.offres-emploi-filter-submit {
    margin-top: 0 !important;
    margin-left: 2.5rem;
    transform: none !important; } }
/* SPECIFIC FILTERS */
.agenda-filter.offres-emploi {
  padding-right: 2.8125rem;
  padding-bottom: 2.5rem; }

.agenda-filter.offres-emploi:not(.bazimmo) {
  background-image: url("../images/PE.png");
  background-size: 5.625rem 2.5rem;
  background-position: right 0.3125rem top 0.3125rem; }

.agenda-filter.offres-emploi .agenda-filter-title {
  margin-bottom: 1.875rem; }

.agenda-filter.offres-emploi .agenda-filter-block-container,
.agenda-filter.annuaire-siae-filter .agenda-filter-block-container {
  width: 100%;
  padding-left: 1.25rem; }

.agenda-filter.annuaire-siae-filter .agenda-filter-block-container {
  padding-right: 1.25rem; }

.agenda-filter.offres-emploi .agenda-filter-block-over,
.agenda-filter.annuaire-siae-filter .agenda-filter-block-over {
  display: block;
  width: 100%;
  padding: 0;
  border: 0; }

.agenda-filter.offres-emploi .agenda-filter-block,
.agenda-filter.annuaire-siae-filter .agenda-filter-block {
  max-width: 100%;
  width: 25rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto; }

.agenda-filter.offres-emploi .agenda-filter-block {
  margin-top: 0;
  margin-bottom: 1.25rem; }

.agenda-filter.annuaire-siae-filter .agenda-filter-block {
  margin-top: 0.625rem;
  margin-bottom: 0; }

.skeleton {
  height: 29.375rem;
  background-color: #d6d6d6;
  animation: fade 1.5s infinite ease-in-out;
  border-radius: 4px;
  transition: opacity 1s; }

@keyframes fade {
  0%,
  100% {
    opacity: 1; }

  50% {
    opacity: 0.5; } }

/* AGENDA SANTE */
#body-wrapper ul.agenda-sante-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style-image: none;
  margin: 0;
  padding: 0; }

#body-wrapper ul.agenda-sante-list li {
  margin: 1.25rem; }

#body-wrapper ul.agenda-sante-list li + li::before {
  content: "";
  display: block;
  position: absolute;
  top: -1rem;
  left: 50%;
  width: 6.25rem;
  border-top: 0.25rem solid #ccc;
  transform: translateX(-50%); }

@media (min-width: 56.25rem) {
  #body-wrapper ul.agenda-sante-list {
    flex-direction: row;
    justify-content: space-around; }

  #body-wrapper ul.agenda-sante-list li {
    margin: 1.25rem 2.5rem; }

  #body-wrapper ul.agenda-sante-list li + li::before {
    display: none; }

  #body-wrapper ul.agenda-sante-list::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border-top: 0;
    border-left: 0.25rem solid #ccc;
    width: 0;
    height: 6.25rem;
    transform: translateY(-50%); } }
#body-wrapper ul.agenda-sante-list li a {
  display: block;
  width: 10rem;
  height: 10rem;
  background-size: 100% 100%;
  background-position: center; }

#body-wrapper ul.agenda-sante-list li a.agenda-sante-agenda {
  background-image: url("../images/picto-agenda-sante.svg#default"); }

#body-wrapper ul.agenda-sante-list li a.agenda-sante-actus {
  background-image: url("../images/picto-actus-sante.svg#default"); }

#body-wrapper ul.agenda-sante-list li a.agenda-sante-agenda:hover,
#body-wrapper ul.agenda-sante-list li a.agenda-sante-agenda:focus {
  background-image: url("../images/picto-agenda-sante.svg#hover"); }

#body-wrapper ul.agenda-sante-list li a.agenda-sante-actus:hover,
#body-wrapper ul.agenda-sante-list li a.agenda-sante-actus:focus {
  background-image: url("../images/picto-actus-sante.svg#hover"); }

#featured-list-container {
  display: flex;
  flex-direction: column;
  gap: 1.25rem; }

#featured-list-container .news-list-news-container {
  position: relative;
  text-align: center;
  flex: 0 0 100%; }

#featured-list-container .news-list-news-container.news-list-displayed-event {
  margin-bottom: 0; }

#featured-list-container .news-list-news-container .inner-link {
  overflow: hidden; }

#featured-list-container .news-list-news-description,
#featured-list-container .news-list-news-theme {
  display: none; }

#featured-list-container
article.news-list-news-container
.news-list-agenda-prog {
  background-color: #d03d81; }

#featured-list-container article.news-list-even-event .news-list-agenda-prog {
  background-color: #d03d81; }

#featured-list-container article.news-list-odd-event .news-list-agenda-prog {
  background-color: #a12b66; }

#featured-list-container
article.news-list-news-container
.news-list-agenda-prog::before {
  border-top: 0.75rem solid #d03d81; }

#featured-list-container
article.news-list-odd-event
.news-list-agenda-prog::before {
  border-top: 0.75rem solid #a12b66; }

#featured-list-container article.news-list-news-container .inner-link::after {
  color: #7a083c;
  background: -webkit-linear-gradient(135deg, #e8b3cb, #e8b3cb 50%, transparent 50%, transparent);
  background: linear-gradient(-45deg, #e8b3cb, #e8b3cb 50%, transparent 50%, transparent); }

#featured-list-container article.news-list-odd-event .inner-link::after {
  color: #7a083c;
  background: -webkit-linear-gradient(135deg, #f6b2d4, #f6b2d4 50%, transparent 50%, transparent);
  background: linear-gradient(-45deg, #f6b2d4, #f6b2d4 50%, transparent 50%, transparent); }

#featured-list-container
article.news-list-news-container
.inner-link:focus-within {
  outline: 0.125rem solid #7a083c;
  outline-offset: 0.125rem; }

@media (min-width: 37.5rem) {
  #featured-list-container {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.25rem; }

  #featured-list-container .news-list-news-container {
    flex: 0 0 calc(50% - 0.625rem); } }
@media (min-width: 56.25rem) {
  .agenda-headerContainer .interior-header::before {
    border-left: 0.75rem solid #d03d81;
    border-bottom: 0.75rem solid transparent; }

  .agenda-headerContainer:hover .interior-header::before,
  .agenda-headerContainer:focus .interior-header::before {
    border-left: 0.75rem solid #c22c73;
    border-bottom: 0.75rem solid transparent; }

  .agenda-headerContainer h1.interior-header-secondaryTitle,
  .agenda-headerContainer h2.interior-header-secondaryTitle {
    margin-bottom: 1.25rem; }

  .agenda-headerContainer h2.interior-header-secondaryTitle {
    font-size: 1.2em; }

  .agenda-headerContainer h2.interior-header-agendaTitle {
    margin-top: 1.25rem; }

  .agenda-headerContainer p.interior-header-contentText {
    max-height: 8.4em; }

  .agenda-filter.offres-emploi .agenda-filter-block-over,
  .agenda-filter.annuaire-siae-filter:not(.agenda-maiavelo-filter)
  .agenda-filter-block-over {
    width: 50%;
    max-width: 27.5rem; }

  .agenda-filter.offres-emploi .agenda-filter-block-over:first-child,
  .agenda-filter.annuaire-siae-filter:not(.agenda-maiavelo-filter)
  .agenda-filter-block-over:first-child {
    padding-right: 2.5rem;
    border-right: 0.0625rem solid #cccccc; }

  .agenda-filter.offres-emploi .agenda-filter-block-over:last-child,
  .agenda-filter.annuaire-siae-filter:not(.agenda-maiavelo-filter)
  .agenda-filter-block-over:last-child {
    padding-left: 2.5rem; }

  .agenda-filter.offres-emploi
  .agenda-filter-block-over:first-child
  .agenda-filter-block,
  .agenda-filter.annuaire-siae-filter:not(.agenda-maiavelo-filter)
  .agenda-filter-block-over:first-child
  .agenda-filter-block {
    margin-right: 0; }

  .agenda-filter.offres-emploi
  .agenda-filter-block-over:last-child
  .agenda-filter-block,
  .agenda-filter.annuaire-siae-filter:not(.agenda-maiavelo-filter)
  .agenda-filter-block-over:last-child
  .agenda-filter-block {
    margin-left: 0; }

  #agenda-filter-reset,
  #offresEmploi-filter-reset,
  #annuaire-siae-filter-reset,
  #annuaire-numActor-filter-reset,
  #annuaire-ressourcesPedagogiques-filter-reset,
  #bazimmo-filter-reset,
  #resetFilters {
    margin-top: 0; }

  .news-list-agenda
  .news-list-news-container
  .inner-link:not(#featured-list-container *) {
    flex-direction: row-reverse;
    align-items: stretch; }

  .news-list-agenda .news-list-news-block:not(#featured-list-container *) {
    padding: 1.25rem 0;
    margin-right: 3.125rem; }

  .news-list-agenda-aside:not(#featured-list-container *) {
    margin-left: 1.25rem; }

  .news-list-agenda-prog:not(#featured-list-container *) {
    height: auto;
    width: 18.125rem;
    margin-right: 1.5625rem;
    margin-bottom: 0; }

  .news-list-agenda h2.news-list-news-title {
    font-size: 1.2em; }

  .news-list-agenda
  article.news-list-news-container
  .news-list-agenda-prog:not(#featured-list-container *)::before,
  .news-list-agenda
  article.news-list-odd-event
  .news-list-agenda-prog:not(#featured-list-container *)::before {
    border-right: none;
    border-top: 0.75rem solid transparent;
    border-bottom: 0.75rem solid transparent;
    right: -0.75rem;
    margin-top: -0.75rem;
    top: 50%;
    left: auto;
    bottom: auto; }

  .news-list-agenda
  article.news-list-news-container
  .news-list-agenda-prog:not(#featured-list-container *)::before {
    border-left: 0.75rem solid #035396; }

  .news-list-agenda
  article.news-list-odd-event
  .news-list-agenda-prog:not(#featured-list-container *)::before {
    border-left: 0.75rem solid #037cc2; }

  /* More content display */
  .news-list-agenda-moreContent:not(#featured-list-container *) {
    display: flex;
    padding-left: 1.875rem;
    padding-right: 1.875rem; }

  .news-list-agenda-moreContent-displayed:not(#featured-list-container *) {
    padding-top: 2.5rem;
    padding-bottom: 1.875rem; }

  p.news-list-agenda-description:not(#featured-list-container *),
  .news-list-agenda-description:not(#featured-list-container *) {
    margin-bottom: 0;
    margin-right: 0.625rem; }

  .news-list-agenda-description
  ul.news-list-agenda-images:not(#featured-list-container *) {
    display: flex;
    flex-wrap: wrap;
    margin: 1.25rem 0;
    padding: 0;
    list-style-type: none; } }
@media (min-width: 75rem) {
  aside.agenda-filter.agenda-global-filter:not(.apidae-agenda) {
    padding-right: 3.125rem; }

  .agenda-filter:not(.offres-emploi):not(.apidae-agenda)
  button.offres-emploi-filter-submit {
    transform: translateX(0.9375rem); }

  .agenda-filter.agenda-global-filter:not(.apidae-agenda)
  .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-global-filter:not(.apidae-agenda)
  .agenda-filter-block-over {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }

  .no-flex-wrap .agenda-filter-block-over {
    display: block; }

  .agenda-filter.agenda-global-filter:not(.apidae-agenda)
  .agenda-filter-block-over:first-child,
  .agenda-filter.agenda-global-filter:not(.apidae-agenda)
  .agenda-filter-block-over:last-child {
    padding: 0;
    border: none; }

  .agenda-filter.agenda-global-filter:not(.apidae-agenda)
  .agenda-filter-block {
    margin-right: 2.5rem; }

  .agenda-filter:not(.agenda-maiavelo-filter):not(.apidae-agenda)
  .agenda-filter-block-over:last-child
  .agenda-filter-block:last-child {
    margin-right: 0; }

  #featured-list-container {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.25rem; }

  #featured-list-container .news-list-news-container {
    flex: 0 0 calc(25% - 0.9375rem); } }
@media (min-width: 62.5rem) {
  .agenda-headerContainer h2.interior-header-secondaryTitle {
    font-size: 1.5em; } }
/* MAIN AGENDA LINK */
a.agenda-dd-link {
  display: none;
  max-width: 260px;
  margin: 1.25rem auto 0;
  padding: 0.625rem 1.25rem;
  background-color: #0463B3;
  color: #fff;
  text-align: center;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  border-radius: 0.5rem;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

a.agenda-dd-link.displayed {
  display: block;
  color: #fff; }

a.agenda-dd-link:hover,
a.agenda-dd-link:focus {
  background-color: #035396;
  color: #fff; }

@media (min-width: 43.75rem) {
  a.agenda-dd-link {
    max-width: 28.75rem; }

  a.agenda-dd-link br {
    display: none; } }
/* HEADER BANNER */
.agenda-export.agenda-dd-export li.interior-article-footer-item {
  background-color: #F0C84C; }

.agenda-export.agenda-dd-export li.interior-article-footer-item .inner-link:hover,
.agenda-export.agenda-dd-export li.interior-article-footer-item .inner-link:focus {
  background-color: #E0A82C; }

/* EVENTS BLOCKS */
.news-list-agenda.news-list-agenda-secondary article.news-list-news-container .news-list-agenda-link::after {
  background: -webkit-linear-gradient(135deg, #b3d0e8, #b3d0e8 50%, transparent 50%, transparent);
  background: linear-gradient(-45deg, #b3d0e8, #b3d0e8 50%, transparent 50%, transparent); }

.news-list-agenda.news-list-agenda-secondary article.news-list-news-container a.inner-link {
  display: block; }

.news-list-agenda.news-list-agenda-secondary h2.news-list-news-title {
  margin: 0;
  padding: 0.9375rem;
  font-size: 1.0em; }

.news-list-agenda.news-list-agenda-secondary .news-list-news-content {
  padding: 0.9375rem; }

.news-list-agenda.news-list-agenda-secondary .news-list-agenda-content-wrapper,
.gp-att-description-div .news-list-agenda-content-wrapper {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 1.25rem;
  margin-bottom: 0.9375rem; }

.gp-att-description-div .news-list-agenda-content-wrapper {
  padding-bottom: 0.75rem; }

.news-list-agenda.news-list-agenda-secondary .news-list-agenda-content-wrapper::after,
.gp-att-description-div .news-list-agenda-content-wrapper::after {
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 70%;
  left: 15%;
  border-top: 0.0625rem solid #cccccc; }

.news-list-agenda.news-list-agenda-secondary .news-list-agenda-img-wrapper,
.gp-att-description-div .news-list-agenda-img-wrapper {
  margin-left: 1.25rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1; }

.news-list-agenda.news-list-agenda-secondary .news-list-news-img,
.gp-att-description-div .news-list-news-img {
  display: inline-block;
  max-height: 10rem;
  max-width: 100%;
  float: right; }

.gp-att-description-div .news-list-news-img {
  max-height: 7.5rem; }

.news-list-agenda.news-list-agenda-secondary article.news-list-news-container .news-list-news-theme {
  color: #0463B3; }

.news-list-agenda.news-list-agenda-secondary .news-list-news-date {
  font-size: 0.9em;
  color: #666; }

.gp-att-description-div .news-list-agenda-content-wrapper P {
  margin: 0;
  padding: 0; }

.gp-att-description-div p.news-list-news-description {
  max-height: none;
  padding: 0;
  line-height: 1.5; }

.news-list-agenda.news-list-agenda-secondary .news-list-agenda-date-wrapper,
.gp-att-description-div .news-list-agenda-date-wrapper {
  display: inline-block;
  padding: 0.9375rem;
  padding-bottom: 0.625rem;
  margin-bottom: 0.9375rem;
  background: #D03D81;
  color: #fff;
  font-size: 0.75em;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif; }

.news-list-agenda.news-list-agenda-secondary .news-list-agenda-month {
  margin-top: 0; }

.news-list-agenda.news-list-agenda-secondary .news-list-news-description {
  padding-right: 2.5rem; }

/* DETAILS MODAL */
.embedded-portlet.siae-detail-portlet.agenda-detail-portlet {
  max-width: 43.75rem;
  font-size: 1.1em; }

.agenda-detail-portlet .news-list-news-theme {
  color: #0463B3; }

.embedded-portlet.siae-detail-portlet.agenda-detail-portlet .news-list-news-date {
  font-size: 1.0em; }

.agenda-detail-portlet aside.offre-detail-more {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.agenda-detail-portlet p.offre-detail-more-text,
.agenda-detail-portlet .offre-detail-more-text {
  padding-left: 0;
  padding-right: 1.25rem;
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
  -webkit-flex-shrink: 3;
  -ms-flex-negative: 3;
  flex-shrink: 3;
  font-size: 1.0em; }

.agenda-detail-portlet p.news-list-agenda-aside-content {
  line-height: 1.5em; }

@media (min-width: 23.75rem) and (min-height: 23.75rem) {
  .embedded-portlet.siae-detail-portlet.agenda-detail-portlet {
    font-size: 1.0em; } }
@media (min-width: 600px) {
  .agenda-detail-portlet p.offre-detail-more-text {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    -webkit-flex-shrink: 2;
    -ms-flex-negative: 2;
    flex-shrink: 2; } }
/* MAI A VELO AGENDA */
.agenda-map-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 17.5rem;
  background-size: cover;
  background-position: center;
  box-shadow: 0 0.5rem 1.25rem #cccccc;
  -webkit-transition: box-shadow .25s ease-out;
  transition: box-shadow .25s ease-out; }

.agenda-map-link a,
.agenda-map-link a:visited {
  position: static;
  z-index: 1;
  display: block;
  margin: auto;
  padding: 0.5rem 1rem;
  background: #d03d81;
  color: #fff;
  border-radius: 0.375rem;
  box-shadow: 0 0 0.625rem 0.625rem white;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  -webkit-transition: background .25s ease-out;
  transition: background .25s ease-out; }

.agenda-map-link a:hover,
.agenda-map-link a:focus {
  background: #c22c73;
  color: #fff; }

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

.agenda-map-link:hover,
.agenda-map-link:focus-within {
  box-shadow: 0 0.5rem 1.25rem #aaaaaa; }

.agenda-map-link:hover::before,
.agenda-map-link:focus-within::before {
  opacity: .3; }

@media (min-width: 52.5rem) {
  .agenda-filter-main-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin: 1.25rem 0 2.5rem; }

  .agenda-filter-main-wrapper .agenda-filter,
  .agenda-filter-main-wrapper .agenda-map-link {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    width: auto;
    margin: 0; }

  .agenda-filter-main-wrapper .agenda-map-link {
    height: auto;
    margin-left: 1.25rem; } }
/* AGENDA MAI A VELO */
h1.news-list-title.news-list-title-maiavelo {
  background: #fab609;
  color: #313131; }

p.news-list-subtitle-maiavelo a.inner-link::before {
  background-color: #b36206; }

p.news-list-subtitle-maiavelo a.inner-link:hover::before,
p.news-list-subtitle-maiavelo a.inner-link:hover::before {
  border-color: #b36206; }

.maiavelo-filter p.agenda-filter-title,
.maiavelo-filter h2.agenda-filter-title,
.maiavelo-filter #agenda-filter-reset,
.maiavelo-filter #agenda-filter-reset::before {
  color: #b36206; }

aside.agenda-filter.maiavelo-filter::after {
  background-image: url("../images/search-black.svg"), linear-gradient(-45deg, #fab609, #fab609 50%, transparent 50%, transparent); }

.maiavelo-filter .agenda-filter-block label {
  color: #0463b3;
  font-family: DroidSansBold, AdjustedArialBold, "Open Sans"; }

.maiavelo-filter .agenda-filter-block input[type="text"],
.maiavelo-filter .agenda-filter-block input[type="date"],
.maiavelo-filter .agenda-filter-block input[type="search"],
.maiavelo-filter .agenda-filter-block select,
.maiavelo-filter .agenda-filter-block select optgroup option {
  color: #313131; }

.news-list-agenda.news-list-agenda-secondary .agenda-maiavelo-prog-wrapper .news-list-agenda-date-wrapper,
.gp-att-description-div .agenda-maiavelo-prog-wrapper .news-list-agenda-date-wrapper {
  background: #fab609;
  color: #313131; }

.news-list-agenda.news-list-agenda-secondary .agenda-maiavelo-prog-wrapper .news-list-agenda-month {
  font-size: 1rem; }

.agenda-maiavelo-prog-wrapper p.news-list-agenda-date + p.news-list-agenda-date::before {
  background-image: url(https://www.agglo-larochelle.fr/cdalr-new-theme/images/black-small-arrow.svg); }

.agenda-maiavelo-prog-wrapper .news-list-news-theme {
  color: #b36206 !important; }

.news-list-agenda.news-list-agenda-secondary article.news-list-news-container .news-list-agenda-link.news-list-agenda-link::after {
  background: linear-gradient(-45deg, #f7e4a6, #f7e4a6 50%, transparent 50%, transparent);
  color: #8c6706; }

/* Info-bulle carto */
.gp-att-description-div .agenda-maiavelo-prog-wrapper {
  max-width: 7.5rem; }

.gp-att-description-div .agenda-maiavelo-prog-wrapper .news-list-agenda-date-wrapper {
  padding: 0.5rem 0.75rem 0; }

.gp-att-description-div .agenda-maiavelo-prog-wrapper .news-list-agenda-date-wrapper p.news-list-agenda-date {
  margin-top: 0; }

.gp-att-description-div .agenda-maiavelo-prog-wrapper .news-list-agenda-date-wrapper .news-list-agenda-day {
  display: block;
  font-size: 1.5rem;
  line-height: 1.0; }

.gp-att-description-div .agenda-maiavelo-prog-wrapper .news-list-agenda-date-wrapper .news-list-agenda-month {
  display: block;
  font-size: 0.75rem;
  line-height: 1.0; }

.gp-att-description-div .agenda-maiavelo-prog-wrapper .news-list-agenda-date-wrapper br {
  display: none; }

.gp-att-description-div .agenda-maiavelo-prog-wrapper p.news-list-agenda-date + p.news-list-agenda-date {
  margin-left: 1.25rem; }

.gp-att-description-div .agenda-maiavelo-prog-wrapper p.news-list-agenda-date + p.news-list-agenda-date::before {
  top: 0.625rem;
  left: -1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  background-size: 0.5rem 0.75rem; }

#p_p_id_101_INSTANCE_notifs_ {
  z-index: 10000000; }

.interior-article-container.interior-article-container-alerte {
  padding-bottom: 0; }

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

p.alert-notif-title,
h2.alert-notif-title {
  height: 2.875rem;
  line-height: 2.875rem;
  margin-top: 0;
  margin-bottom: 0.625rem;
  padding: 0 3.75rem;
  text-align: center;
  background-color: #d03d81;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #fff; }

p.alert-notif-title::before,
h2.alert-notif-title::before {
  content: "";
  display: block;
  position: absolute;
  width: 2.25rem;
  height: 2.25rem;
  left: 0.3125rem;
  top: 0.3125rem;
  border-radius: 50%;
  border: 0.1875rem solid white;
  background-image: url("/cdalr-new-theme/images/exclamation.svg");
  background-size: 0.3125rem 1.5rem;
  background-position: center; }

button.alert-notif-close {
  position: absolute;
  right: 0.1875rem;
  top: 0.1875rem;
  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: #fff;
  -webkit-transition: background .25s ease-out;
  transition: background .25s ease-out; }

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

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

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

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

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

aside.alert-notif a.alert-notif-link:hover,
aside.alert-notif a.alert-notif-link:focus {
  background: -webkit-linear-gradient(to top, rgba(16, 134, 112, 0.25) 0%, rgba(16, 134, 112, 0.25) 100%, transparent 100%) no-repeat left 0 bottom 0/100% 100%;
  background: linear-gradient(to top, rgba(16, 134, 112, 0.25) 0%, rgba(16, 134, 112, 0.25) 100%, transparent 100%) no-repeat left 0 bottom 0/100% 100%; }

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

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

#embedded-portlet-101_INSTANCE_alertesdechets aside.alert-notif,
#embedded-portlet-101_INSTANCE_alertesdechets p.alert-notif-entry {
  display: block;
  visibility: visible; }

#embedded-portlet-101_INSTANCE_alertesdechets button.alert-notif-close {
  display: none; }

#embedded-portlet-101_INSTANCE_alertesdechets aside.alert-notif {
  position: relative;
  left: 50%;
  right: auto;
  top: auto;
  bottom: auto;
  width: 25rem;
  max-width: 100%;
  max-height: auto;
  margin-bottom: 1.25rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

/* Global map */
.carto-grands-projets-global {
  height: 90vh;
  margin-bottom: 1.25rem;
  box-shadow: 0 0.5rem 1.25rem #cccccc; }

.carto-grands-projets-details {
  height: 35rem; }

/* Individual page */
.interior-article-container.container-projet-amenagement {
  max-width: 100%; }

aside.projet-amenagement-moreContent-container {
  padding: 1.25rem; }

h2.projet-amenagement-moreContent-mainTitle,
h3.projet-amenagement-moreContent-title {
  font-family: DroidSansBold, AdjustedArialBold, sans-serif; }

.projet-amenagement .interior-article-mainContent ul.interior-article-moreContent-list {
  font-size: 1.0em;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  list-style-image: none !important; }

.projet-amenagement .interior-article-mainContent ul.interior-article-moreContent-list li {
  margin-bottom: 0; }

.projet-amenagement .interior-article-mainContent ul.interior-article-moreContent-list a {
  text-decoration: none;
  color: #313131; }

.projet-amenagement .interior-article-mainContent ul.interior-article-moreContent-list a:hover,
.projet-amenagement .interior-article-mainContent ul.interior-article-moreContent-list a:focus {
  text-decoration: none;
  color: #108670; }

.projet-amenagement .interior-article-moreContent-extension {
  background: #4e2353;
  color: #fff; }

h2.projet-amenagement-moreContent-mainTitle {
  margin-top: 0;
  font-size: 1.5em;
  color: #4e2353;
  text-transform: uppercase; }

h3.projet-amenagement-moreContent-title {
  margin-top: 1.5625rem;
  margin-bottom: 0.3125rem;
  font-size: 1.1em;
  font-variant: small-caps;
  color: #035396; }

.projet-amenagement-moreContent-content {
  font-size: .9em; }

.projet-amenagement-moreContent-content ul {
  list-style-type: none;
  list-style-position: outside;
  margin-bottom: 0.625rem;
  padding-left: 1.875rem;
  list-style-image: url("../images/blue-arrow.png"); }

.projet-amenagement-moreContent-content ul li {
  margin-bottom: 0.1875rem; }

/* Individual page : more desc */
.projet-amenagement-descMore {
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #cccccc;
  overflow: hidden; }

.projet-amenagement-descMore::after {
  content: "";
  display: block;
  position: absolute;
  height: 1.25rem;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff; }

.projet-amenagement-descMore.projet-amenagement-descMore-collapsed {
  max-height: 0;
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in; }

.projet-amenagement-descMore.projet-amenagement-descMore-expanded {
  max-height: 75rem;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out; }

button.projet-amenagement-showMore {
  position: absolute;
  bottom: -1.125rem;
  left: 50%;
  width: 2.25rem;
  height: 2.25rem;
  margin-left: -1.125rem;
  border-radius: 50%;
  background-color: #0463b3;
  background-image: url("../images/show-more.svg");
  background-size: 2.25rem 4.5rem;
  -webkit-transition: background-color .25s ease-out;
  transition: background-color .25s ease-out; }

button.projet-amenagement-showMore:hover,
button.projet-amenagement-showMore:focus {
  background-color: #035396; }

button.projet-amenagement-showMore::before,
button.projet-amenagement-showMore::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 1.25rem;
  height: 0.1875rem;
  margin-top: -0.125rem;
  background-color: #fff; }

button.projet-amenagement-showMore::before {
  left: -1.3125rem; }

button.projet-amenagement-showMore::after {
  right: -1.3125rem; }

.projet-amenagement-descMore.projet-amenagement-descMore-collapsed + button.projet-amenagement-showMore {
  background-position: 0 0; }

.projet-amenagement-descMore.projet-amenagement-descMore-expanded + button.projet-amenagement-showMore {
  background-position: 0 -2.25rem; }

@media (min-width: 56.25rem) {
  article.projet-amenagement {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

  section.projet-amenagement-mainContent {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1; }

  aside.projet-amenagement-moreContent-container {
    width: 22.5rem; } }
/* Header */
h1.news-list-title-elus {
  background-color: #152C60; }

p.elus-headline {
  margin-bottom: 0.9375rem;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  color: #06504F; }

.elu-entry-president {
  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.25rem;
  margin-bottom: 1.25rem;
  background-color: #FFF;
  box-shadow: 0 0.5rem 1.25rem #cccccc; }

/* Entries */
.elu-entry {
  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;
  max-width: 100%;
  padding: 1.25rem 0;
  border-top: 0.0625rem solid #cccccc;
  font-size: 1.0rem; }

.elu-entry-hidden {
  display: none; }

.elu-entry:last-child {
  border-bottom: 0.0625rem solid #cccccc; }

.elu-entry-president .elu-entry {
  width: 100%;
  border: none; }

.elu-entry-img {
  margin-right: 1.25rem;
  width: 35%;
  max-width: 6.25rem;
  overflow: hidden; }

.elu-entry-president .elu-entry-img {
  max-width: 10rem; }

.elu-entry-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  overflow: hidden; }

h4.elu-entry-name {
  margin-top: 0;
  margin-bottom: 0.3125rem;
  color: #0463B3;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-size: 1.25em;
  font-variant: normal; }

p.elu-entry-name-lastName {
  text-transform: uppercase; }

p.elu-entry-status {
  margin-top: 0;
  margin-bottom: 0.9375rem;
  color: #999;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-size: 1.15em; }

p.elu-entry-fonction,
p.elu-entry-delegations {
  margin: 0; }

.elu-entry a.elu-entry-city {
  margin-left: 0.3125rem;
  font-family: DroidSans, AdjustedArial, sans-serif;
  color: #108670;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.elu-entry a.elu-entry-city:hover,
.elu-entry a.elu-entry-city:focus {
  font-family: DroidSans, AdjustedArial, sans-serif;
  color: #0463B3;
  text-decoration: underline; }

/* Filtering */
.elus-filter-block {
  height: 1.875rem;
  width: 100%;
  max-width: 22.5rem;
  margin-bottom: 1.5625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9em; }

.elus-filter-block label,
.elus-filter-block select {
  display: block;
  height: 100%;
  line-height: 1.875rem; }

.elus-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;
  width: 11.25rem;
  border: none;
  border-bottom: 0.0625rem solid #cccccc;
  margin: 0;
  margin-left: 0.3125rem;
  padding-left: 0.625rem;
  padding-bottom: 0;
  padding-right: 0;
  color: #06504F;
  box-shadow: none;
  font-family: DroidSans, AdjustedArial, sans-serif;
  font-size: 0.9em;
  cursor: pointer; }

/* Pagination */
.bureau-bloc-displayed,
.conseil-bloc-displayed {
  display: block; }

.bureau-bloc-hidden,
.conseil-bloc-hidden {
  display: none; }

ul.elus-pagination {
  visibility: visible;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  margin-top: 1.25rem;
  padding: 0; }

ul.elus-pagination-hidden {
  visibility: hidden; }

li.bureau-pagination-page,
li.conseil-pagination-page {
  display: inline-block;
  width: 2.125rem;
  height: 2.125rem;
  line-height: 2.125rem;
  text-align: center;
  margin: 0 0.9375rem;
  padding: 0;
  border-radius: 50%;
  color: #108670;
  font-size: 1.1em;
  cursor: pointer;
  -webkit-transition: all ease-out 0.25s;
  transition: all ease-out 0.25s; }

li.bureau-pagination-page:hover,
li.bureau-pagination-page:focus,
li.conseil-pagination-page:hover,
li.conseil-pagination-page:focus {
  background-color: #108670;
  color: #FFF; }

li.bureau-pagination-page-current,
li.bureau-pagination-page-current:hover,
li.bureau-pagination-page-current:focus,
li.conseil-pagination-page-current,
li.conseil-pagination-page-current:hover,
li.conseil-pagination-page-current:focus {
  cursor: default;
  background-color: #06504F;
  color: #FFF; }

/* Responsive */
@media (min-width: 56.25rem) {
  .elu-entry-president {
    padding: 0; }

  .elu-entry {
    padding: 1.25rem; }

  .elu-entry-president .elu-entry {
    width: 50%; } }
/* Header */
h1.news-list-title-communes {
  background-color: #59286A; }

p.communes-textDesc {
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  font-size: 0.9em;
  background-color: #FFF;
  box-shadow: 0 0.5rem 1.25rem #cccccc; }

/* Map display */
.interior-aggloMap-container {
  padding: 1.25rem;
  padding-top: 3.75rem;
  background-color: #FFF;
  box-shadow: 0 0.5rem 1.25rem #cccccc; }

.interior-aggloMap-title-wrapper {
  z-index: 2;
  position: absolute;
  display: flex;
  top: 1.25rem;
  right: 0.625rem;
  height: 1.875rem;
  margin: 0;
  font-size: .9em; }

label.interior-aggloMap-title-label {
  height: 1.875rem;
  line-height: 1.8125rem;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  color: #555; }

select.interior-aggloMap-title {
  width: 13.75rem;
  height: 1.875rem;
  line-height: 1.875rem;
  border: 0;
  border-bottom: 0.0625rem solid #cccccc;
  color: #59286A;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif; }

p.interior-aggloMap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 18.75rem;
  margin-bottom: 1.25rem; }

#interior-aggloMap-img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 15.625rem;
  max-height: 50rem;
  margin: auto; }

#interior-aggloMap-img .interior-aggloMap-commune {
  cursor: pointer; }

#interior-aggloMap-img .interior-aggloMap-commune:focus {
  outline: none !important; }

#interior-aggloMap-img .interior-aggloMap-commune path {
  fill: #DDD;
  stroke-width: 2;
  stroke: #FFF;
  -webkit-transition: all ease-out 0.25s;
  transition: all ease-out 0.25s; }

#interior-aggloMap-img .interior-aggloMap-commune:hover path,
#interior-aggloMap-img .interior-aggloMap-commune:focus path {
  fill: #8B6A99; }

#interior-aggloMap-img .interior-aggloMap-commune-current path,
#interior-aggloMap-img .interior-aggloMap-commune-current:hover path,
#interior-aggloMap-img .interior-aggloMap-commune-current:focus path {
  fill: #0463B3; }

/* Cities details display */
.commune-content-displayed {
  display: block; }

.commune-content-hidden {
  display: none; }

.commune-content {
  margin-top: 1.25rem;
  padding: 1.25rem;
  padding-bottom: 3.75rem;
  background-color: #FFF;
  font-size: 0.9em;
  box-shadow: 0 0.5rem 1.25rem #cccccc; }

.commune-content:focus {
  outline: 0.125rem solid #0463b3 !important;
  outline-offset: 0.125rem !important; }

h2.commune-content-title {
  padding: 1.25rem;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 1.5em;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  text-transform: uppercase;
  background-color: #0463B3;
  color: #FFF; }

p.commune-content-img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
  text-align: center; }

.commune-content-desc {
  margin-bottom: 1.25rem; }

h5.commune-content-mayor {
  margin-bottom: 0.625rem;
  color: #06504F;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif; }

.commune-content-contact,
.commune-content-carac {
  margin-bottom: 1.25rem; }

.commune-content-carac li {
  margin-bottom: 0.625rem; }

p.commune-content-url {
  width: 14.375rem;
  margin: auto;
  margin-top: 1.5625rem; }

p.commune-content-url .inner-link {
  padding: 0.625rem 0;
  border-radius: 0.3125rem;
  text-align: center;
  background-color: #108670;
  color: #FFF;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

p.commune-content-url .inner-link:hover,
p.commune-content-url .inner-link:focus {
  background-color: #06504F; }

.commune-content a {
  color: #108670;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.commune-content .commune-content-contact a {
  text-decoration: underline; }

.commune-content a:hover,
.commune-content a:focus {
  color: #035396; }

.commune-content .commune-content-url a,
.commune-content .commune-content-url a:hover,
.commune-content .commune-content-url a:focus {
  color: #FFF;
  font-family: DroidSans, AdjustedArial, sans-serif; }

.commune-content h3 {
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
  padding: 0.625rem;
  text-align: center;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-size: 1.5em;
  text-transform: uppercase;
  background-color: #108670;
  color: #FFF; }

.commune-content .commune-docs-section-list-item a {
  color: inherit; }

.commune-content .commune-docs {
  background-color: #59286A;
  margin-bottom: 0; }

.commune-content .commune-docs-section {
  margin-top: 0; }

.commune-content .commune-docs-section-title {
  font-size: 1.1em; }

/* PLU map */
.plu-page h1.portlet-title {
  background-color: #59286A; }

.plu-page .interior-article-mainContent h2,
.plu-page .interior-article-chapo,
.plu-page .interior-article-footer {
  display: none; }

.plu-page .interior-article-container,
.plu-page .interior-article {
  background-color: transparent;
  overflow: visible; }

.plu-page .interior-article-container {
  box-shadow: none;
  padding-bottom: 0; }

.plu-page .interior-article-mainContent {
  padding: 0; }

.plu-page .interior-article-paragraph > p {
  background-color: #FFF;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  box-shadow: 0 0.5rem 1.25rem #cccccc; }

#aggloMap-plu {
  padding-top: 1.25rem; }

aside.plu-city-block {
  width: 100%;
  max-width: 26.25rem;
  height: 9.375rem;
  padding: 1.25rem;
  margin: auto;
  margin-bottom: 1.25rem;
  background-color: #EFEFEF;
  border-radius: 0.3125rem;
  font-size: 0.9em; }

#plu-city-title {
  padding-left: 1.25rem;
  padding-bottom: 0.625rem;
  margin-top: 0;
  margin-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #cccccc;
  color: #59286A;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-size: 1.0em; }

#plu-city-text {
  margin: 0;
  padding: 0.625rem;
  border-radius: 0.3125rem;
  font-size: 0.9em;
  color: #FFF; }

.plu-dispo {
  background-color: #6B6; }

.plu-indispo {
  background-color: #F93; }

.interior-article-container #aggloMap-plu {
  box-shadow: none;
  padding: 0; }

.interior-article-container #aggloMap-plu .interior-aggloMap {
  margin-bottom: 0;
  padding-right: 0; }

.interior-article-container #aggloMap-plu .plu-city-block {
  position: relative;
  top: 0;
  right: auto; }

/* Responsive */
@media (min-width: 22.5rem) {
  .interior-aggloMap-title-wrapper {
    font-size: 1em; }

  select.interior-aggloMap-title {
    width: 17.5rem; }

  .interior-aggloMap-container {
    padding-top: 5rem; } }
@media (min-width: 26.25rem) {
  p.interior-aggloMap {
    height: 25rem; }

  aside.plu-city-block {
    font-size: 1.0em; } }
@media (min-width: 56.25rem) {
  p.interior-aggloMap {
    height: 37.5rem; }

  p.communes-textDesc,
  .commune-content {
    padding: 1.875rem; }

  .commune-content {
    padding-bottom: 4.375rem; }

  .interior-aggloMap-container {
    padding-top: 1.875rem; }

  .plu-page .interior-article-paragraph > p {
    padding: 1.875rem; }

  #aggloMap-plu {
    padding-top: 2.5rem; }

  #aggloMap-plu .interior-aggloMap {
    padding-right: 9.375rem; }

  aside.plu-city-block {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    width: 18.75rem; }

  p.commune-content-img {
    width: 50%;
    margin-left: 1.25rem;
    margin-right: 0;
    float: right; }

  p.commune-content-url {
    margin-left: 1.25rem;
    margin-right: 0; } }
/* GLOBAL PAGE */
.offres-emploi-page .interior-headerContainer,
.annuaire-insertion-page .interior-headerContainer,
.interior-page .interior-page .agenda-dd-headerContainer {
  box-shadow: 0 0.5rem 1.25rem #cccccc;
  margin-bottom: 1.25rem;
  background-size: cover; }

.annuaire-insertion-page .interior-headerContainer {
  height: 5.9375rem;
  background-color: #C22C73;
  background-position: center; }

.interior-page .agenda-dd-headerContainer {
  height: 8.25rem;
  background-position: top right -1.5625rem;
  background-color: #F9F2BB;
  background-size: cover; }

.interior-page .agenda-dd-headerContainer.agenda-maiavelo-hederContainer {
  height: 10.5rem; }

.offres-emploi-page .interior-header-img {
  height: 5.9375rem;
  background-color: #D03D81;
  background-position: top right -0.9375rem; }

.offres-emploi-page .interior-header-img[style*="bazimmo"] {
  background-color: #59286a;
  background-position: top left; }

.offres-emploi-page .interior-headerContainer .interior-article-footer-items-list {
  right: 1.5625rem; }

.offres-emploi-page .interior-headerContainer .interior-header-img[style*="bazimmo"] + .interior-article-footer-items-list {
  right: 0; }

.annuaire-insertion-page .interior-headerContainer .interior-article-footer-items-list,
.interior-page .agenda-dd-headerContainer .interior-article-footer-items-list {
  right: 0; }

@media (min-width: 23.75rem) {
  .offres-emploi-page .interior-header-img {
    height: 8.3125rem; } }
@media (min-width: 28.75rem) {
  .offres-emploi-page .interior-header-img {
    background-position: top right; }

  .interior-page .agenda-dd-headerContainer {
    height: 8.3125rem;
    background-position: top right; }

  .interior-page .agenda-dd-headerContainer {
    height: 10.5rem; } }
@media (min-width: 33.75rem) {
  .offres-emploi-page .interior-header-img,
  .interior-page .agenda-dd-headerContainer {
    background-position: center; }

  .annuaire-insertion-page .interior-headerContainer,
  .interior-page .agenda-dd-headerContainer {
    height: 0; }

  .offres-emploi-page .interior-header-img {
    height: 0;
    padding-top: 22.982456%; }

  .offres-emploi-page .interior-header-img[style*="bazimmo"] {
    padding-top: 22.982456%; }

  .annuaire-insertion-page .interior-headerContainer,
  .interior-page .agenda-dd-headerContainer,
  .offres-emploi-page .interior-header-img[style*="bazimmo"] {
    padding-top: 26.315789%; }

  .interior-page .agenda-dd-headerContainer {
    padding-top: 33.33333333%; }

  .offres-emploi-page .interior-headerContainer .interior-article-footer-items-list {
    right: 5%; } }
.offres-emploi-page .interior-article-mainContent > h2,
.offres-emploi-page .interior-article-chapo,
.offres-emploi-page .interior-article-footer {
  display: none; }

.offres-emploi-page .interior-article-container,
.offres-emploi-page .interior-article,
.interior-article-container.offres-emploi-container,
.interior-article-container.offres-emploi-container .interior-article {
  background-color: transparent;
  overflow: visible; }

.offres-emploi-page .interior-article-container,
.interior-article-container.offres-emploi-container {
  max-height: none;
  box-shadow: none;
  padding-bottom: 0; }

.interior-article-container.offres-emploi-container-edito {
  padding-bottom: 0; }

.offres-emploi-page .interior-article-container,
.interior-article-container.offres-emploi-container {
  max-width: 100%; }

.offer-full-page .interior-article-container {
  margin-bottom: 3.4375rem;
  padding-bottom: 0; }

.offres-emploi-page .interior-article-mainContent:not(.foederis-offre-detail-container),
.interior-article-container.offres-emploi-container .interior-article-mainContent:not(.foederis-offre-detail-container) {
  padding: 0; }

.interior-article-container.offres-emploi-container .interior-article-mainContent > h2,
.interior-article-container.offres-emploi-container-edito .interior-article-mainContent > h2 {
  display: none; }

.interior-article-container.offres-emploi-container-edito .interior-article-mainContent > h2 + .interior-article-paragraph h3 {
  margin-top: 0; }

.interior-article-container.offres-emploi-container-edito .interior-article-paragraph:last-child {
  margin-bottom: 0; }

.interior-article-container.offres-emploi-container .news-list-emplois {
  margin-bottom: 1.25rem; }

.offres-emploi-page .interior-article-paragraph > p {
  background-color: #FFF;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  box-shadow: 0 0.5rem 1.25rem #cccccc; }

.annuaire-insertion-page .agenda-export li.interior-article-footer-item {
  background-color: #C22C73; }

.annuaire-insertion-page .agenda-export li.interior-article-footer-item .inner-link:hover,
.annuaire-insertion-page .agenda-export li.interior-article-footer-item .inner-link:focus {
  background-color: #A05; }

/* COUNTER */
p.compteur-offres {
  margin-top: 1.25rem;
  margin-bottom: 1.5625rem;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.75em; }

p.compteur-offres.compteur-offres-fake {
  margin-bottom: 0.625rem;
  margin-top: 0;
  opacity: 0.3; }

#home-article-emploi p.compteur-offres {
  margin-top: 0;
  margin-bottom: 0.625rem;
  font-size: 1.0em; }

.compteur-offres-chiffres {
  display: block;
  margin: 0 0.3125rem; }

@media (min-width: 43.75rem) {
  .compteur-offres-chiffres {
    display: inline;
    bottom: -0.3125rem; }

  #home-article-emploi .compteur-offres-chiffres {
    display: block;
    bottom: 0; } }
@media (min-width: 56.25rem) {
  #home-article-emploi .compteur-offres-chiffres {
    display: inline;
    bottom: -0.3125rem; }

  .news-list-emplois.offers .news-list-news-date {
    font-size: 1rem; } }
.compteur-offres-chiffres.noDisplay {
  visibility: hidden; }

.compteur-offres-chiffre {
  display: inline-block;
  padding: 0 0.5rem;
  margin: 0 0.0625rem;
  background-color: #D03D81;
  color: #FFF;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-size: 1.75em;
  line-height: 1.5em; }

#_105_WAR_fu_container .compteur-offres-chiffre,
#_105_WAR_fu_container .news-list-offres-emploi .load-more-news::before {
  background-color: #59286a; }

button#_105_WAR_fu_-results-compteur {
  background-color: #59286a; }

#_105_WAR_fu_container .news-list-emplois article.news-list-news-container[data-new="new"] .news-list-news-block::before,
#_105_WAR_fu_container .link-offre-detail-fiche[data-new="new"] .news-list-news-block::before {
  background-color: #59286a; }

.interior-header-img[style*="bazimmo"] + .agenda-export li.interior-article-footer-item {
  background-color: transparent; }

.interior-header-img[style*="bazimmo"] + .agenda-export li.interior-article-footer-item .inner-link:hover,
.interior-header-img[style*="bazimmo"] + .agenda-export li.interior-article-footer-item .inner-link:focus,
#_105_WAR_fu_container .news-list-offres-emploi .load-more-news:hover::before,
#_105_WAR_fu_container .news-list-offres-emploi .load-more-news:focus::before {
  background-color: #431e51; }

#_105_WAR_fu_container aside.agenda-filter.offres-emploi .agenda-filter-submit {
  background-image: url("../images/search.svg"), -webkit-linear-gradient(135deg, #59286a, #59286a 50%, transparent 50%, transparent);
  background-image: url("../images/search.svg"), linear-gradient(-45deg, #59286a, #59286a 50%, transparent 50%, transparent); }

#_105_WAR_fu_container .agenda-filter-title,
#_105_WAR_fu_container .agenda-filter-block input[type="text"],
#_105_WAR_fu_container .agenda-filter-block input[type="date"],
#_105_WAR_fu_container .agenda-filter-block input[type="search"],
#_105_WAR_fu_container .agenda-filter-block select,
#_105_WAR_fu_container .agenda-filter-block select optgroup option,
#bazimmo-filter-reset:hover,
#bazimmo-filter-reset:focus,
#bazimmo-filter-reset:hover::before,
#bazimmo-filter-reset:focus::before,
#_105_WAR_fu_container .news-list-offres-emploi .load-more-news:hover,
#_105_WAR_fu_container .news-list-offres-emploi .load-more-news:focus {
  color: #59286a; }

#_105_WAR_fu_container .link-offre-detail-fiche h2.news-list-news-title {
  background: #d03d81; }

#_105_WAR_fu_container .link-offre-detail-fiche:hover h2.news-list-news-title,
#_105_WAR_fu_container .link-offre-detail-fiche:focus h2.news-list-news-title {
  background: #c22c73; }

#_105_WAR_fu_container .link-offre-detail-fiche .news-list-news-ref {
  color: #7a083c; }

#_105_WAR_fu_container .link-offre-detail-fiche::after {
  color: #7a083c;
  background: -webkit-linear-gradient(-45deg, rgba(208, 61, 129, 0.25), rgba(208, 61, 129, 0.25) 50%, transparent 50%, transparent);
  background: linear-gradient(-45deg, rgba(208, 61, 129, 0.25), rgba(208, 61, 129, 0.25) 50%, transparent 50%, transparent); }

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

  50% {
    color: transparent; }

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

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

  55% {
    color: transparent; }

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

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

  60% {
    color: transparent; }

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

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

  65% {
    color: transparent; }

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

.compteur-offres-chiffres.compteur-flip .compteur-offres-chiffre:first-child {
  animation: sncf1 linear 1.2s; }

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

.compteur-offres-chiffres.compteur-flip .compteur-offres-chiffre:nth-child(3) {
  animation: sncf3 linear 3.6s; }

.compteur-offres-chiffres.compteur-flip .compteur-offres-chiffre:nth-child(4) {
  animation: sncf4 linear 4.8s; }

#home-article-emploi .compteur-offres-chiffres.compteur-flip .compteur-offres-chiffre {
  animation: none; }

.nb-results, .nb-results::before {
  display: inline-block;
  color: #AAA; }

.nb-results {
  top: 0.5625rem;
  margin-left: 0.625rem;
  font-size: 0.9em; }

.nb-results::before {
  content: "-";
  margin-right: 0.3125rem; }

.offres-emploi-subtitle {
  margin-top: 1.25rem;
  margin-bottom: 0;
  padding: 1.25rem;
  background-color: #FFF;
  box-shadow: 0 0.5rem 1.25rem #cccccc; }

.annuaire-insertion-page .offres-emploi-subtitle {
  font-size: .9em; }

.offres-emploi-page .offres-emploi-subtitle p:first-child {
  margin-bottom: 0.625rem; }

.offres-emploi-page .offres-emploi-subtitle p:last-child {
  margin-top: 0.625rem;
  margin-bottom: 0; }

.offres-emploi-subtitle h1,
.annuaire-insertion-page .offres-emploi-subtitle p,
.offres-emploi-subtitle h1 + p {
  display: inline;
  margin: 0; }

.offres-emploi-page .offres-emploi-subtitle h1 {
  font-size: 0.9em;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif; }

.offres-emploi-subtitle-link {
  display: block;
  margin-top: 0.625rem; }

.annuaire-insertion-page .offres-emploi-subtitle p.offres-emploi-subtitle-mentions {
  display: block;
  margin-top: 1.25rem;
  font-style: italic; }

#offresEmploi-filter-reset,
#bazimmo-filter-reset {
  position: absolute;
  left: 1.25rem;
  bottom: 0.9375rem; }

button.offres-emploi-filter-submit {
  display: block;
  margin: auto;
  margin-top: 0.625rem;
  margin-bottom: 0;
  padding: 0.625rem 1.25rem;
  background-color: #0463B3;
  color: #FFF;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-size: 0.9em;
  border-radius: 0.5rem;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

button.offres-emploi-filter-submit:hover, button.offres-emploi-filter-submit:focus {
  background-color: #035396; }

@media (min-width: 22.5rem) {
  button.offres-emploi-filter-submit {
    font-size: 1.0em; } }
@media (max-width: 43.75rem) {
  button.offres-emploi-filter-submit {
    margin-bottom: 0.9375rem; } }
button.offres-emploi-filter-submit[disabled], button.offres-emploi-filter-submit.error,
button.offres-emploi-filter-submit.in-progress {
  background-color: #BBB; }

/* NEWS LIST */
.news-list-emplois.news-list-offres-emploi {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.news-list-emplois.news-list-offres-emploi .ias-spinner {
  width: 100%; }

.news-list-emplois.news-list-offres-emploi article.news-list-news-container {
  display: block;
  width: 100%; }

.news-list-emplois.news-list-offres-emploi article.news-list-news-container.bazimmo-hidden {
  display: none; }

.news-list-bazimmo .load-more-news {
  display: none; }

.news-list-bazimmo article.news-list-news-container.bazimmo-hidden + .load-more-news {
  display: block; }

.news-list-emplois.offers h2.news-list-news-title {
  text-align: center; }

.news-list-emplois.offers .news-list-news-date {
  color: #313131; }

.news-list-emplois.offers .news-list-news-date:not(:first-child) {
  margin-top: 0.75rem; }

.news-list-emplois.offers .news-list-news-date .news-list-news-ref {
  color: #555; }

.news-list-emplois.offers .news-list-news-date.news-list-news-reference .news-list-news-ref {
  color: #0463b3; }

.news-list-emplois.offers .news-list-news-more {
  display: none; }

/* Foederis news list */
.interior-article-container.offres-emploi-container .news-list-emplois.offers {
  margin-top: 2.5rem;
  margin-bottom: 0; }

.news-list-emplois.offers article.news-list-news-container {
  width: 100%;
  max-width: 34.375rem;
  margin: 0 auto 2.5rem; }

.interior-article-mainContent .news-list-subtitle a:hover,
.interior-article-mainContent .news-list-subtitle a:focus {
  color: #313131; }

.interior-article-container.offres-emploi-container .news-list-news-ref + .news-list-news-ref::before {
  content: "/";
  margin: 0 0.25rem; }

.interior-article-container.offres-emploi-container .offre-detail-more-text span {
  display: block;
  margin-bottom: 0.125rem;
  line-height: 1.4; }

.interior-article-container.offres-emploi-container .offre-detail-more .offre-detail-more-text ul,
.interior-article-container.offres-emploi-container .offre-detail-more .offre-detail-more-text li {
  margin: 0; }

.interior-article-container.offres-emploi-container .offre-detail-more-text ul {
  padding-left: 0;
  font-size: inherit; }

.foederis-offre-detail-container p.offre-detail-more-text {
  white-space: pre-line;
  line-height: 1.4; }

.foederis-offre-detail-container .offre-detail-more:has(.foederis-offre-postuler) p.offre-detail-more-text {
  white-space: normal; }

.foederis-offre-detail-container p.offre-detail-more-text span,
.foederis-offre-detail-container p.offre-detail-more-text .offre-detail-more-text-hierarchie {
  white-space: normal; }

.interior-article-container .foederis-offre-detail-container .offre-detail-more p.offre-detail-more-text span ul,
.interior-article-container .foederis-offre-detail-container .offre-detail-more p.offre-detail-more-text .offre-detail-more-text-hierarchie {
  display: block;
  margin-bottom: 10px;
  padding-left: 1.5rem; }

.interior-article-container .foederis-offre-detail-container .offre-detail-more p.offre-detail-more-text span ul li,
.interior-article-container .foederis-offre-detail-container .offre-detail-more p.offre-detail-more-text .offre-detail-more-text-hierarchie li {
  line-height: 1.4;
  margin-bottom: 0.3125rem;
  padding-left: 0.3125rem; }

p.news-list-subtitle.news-list-subtitle-foederis {
  margin-top: 0; }

.news-list-emplois.offers .section-title {
  width: 100%;
  margin: 3.75rem 2.5rem;
  line-height: 1.2;
  padding: 1.5rem 1.25rem;
  background: #152c60;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.5rem;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif; }

@media (min-width: 56.25rem) {
  .news-list-emplois.offers .section-title {
    font-size: 1.75rem; } }
/* Foederis offer */
.interior-article-mainContent .offer-full-page {
  width: auto;
  padding-top: 1.25rem;
  margin-bottom: 2.5rem; }

.foederis-offre-detail-container h2.offre-detail-title {
  margin-bottom: 0.75rem; }

.foederis-offre-detail-container p.offre-detail-city {
  font-size: 1em; }

.foederis-offre-detail-container .offre-detail-main {
  padding: 1.25rem 0 0.75rem; }

.foederis-offre-detail-container aside.offre-detail-more {
  padding-bottom: 0.75rem;
  border-bottom: 0; }

.foederis-offre-detail-container p.offre-detail-more-text {
  white-space: pre-line; }

.foederis-offre-detail-container p.offre-detail-more-text span,
.foederis-offre-detail-container p.offre-detail-more-text .offre-detail-more-text-hierarchie {
  white-space: normal; }

.foederis-offre-detail-container h4.offre-detail-more-subtitle {
  margin-top: 1.125rem; }

.foederis-offre-detail-container h3.offre-detail-more-title h4.offre-detail-more-subtitle {
  margin-top: 0.625rem; }

.foederis-offre-detail-container dl.offre-detail-desc-aside-defs {
  padding-left: 1.25rem;
  font-size: .9em; }

.foederis-offre-detail-container .offre-detail-main:last-child,
.foederis-offre-detail-container .offre-detail-more:last-child {
  padding-bottom: 0; }

.foederis-offre-detail-container .foederis-offre-postuler {
  margin: 1.875rem 0 1.25rem;
  text-align: center; }

.foederis-offre-detail-container .offre-detail-postuler-link {
  padding: 0.5rem 1.25rem;
  text-transform: uppercase;
  font-size: 1rem;
  border-radius: 0.375rem;
  color: #fff; }

.foederis-offre-detail-container .offre-detail-postuler-link,
.foederis-offre-detail-container .offre-detail-postuler-link:hover,
.foederis-offre-detail-container .offre-detail-postuler-link:focus {
  text-decoration: none;
  color: #fff; }

.foederis-offre-detail-container .foederis-offre-back {
  z-index: 2;
  float: right;
  margin-bottom: 0.625rem;
  margin-left: 0.625rem; }

.interior-article-mainContent .foederis-offre-detail-container .foederis-offre-back .offre-detail-postuler-link {
  display: block;
  width: 8.125rem;
  padding: 0.375rem 0.75rem;
  text-align: center;
  line-height: 1.2;
  text-decoration: none;
  border-radius: 0.375rem;
  background: #108670;
  color: #fff;
  font-size: .9em;
  text-transform: none;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.interior-article-mainContent .foederis-offre-detail-container .foederis-offre-back .offre-detail-postuler-link:hover,
.interior-article-mainContent .foederis-offre-detail-container .foederis-offre-back .offre-detail-postuler-link:focus {
  background: #06504f;
  color: #fff; }

.interior-article-container.foederis-no-api,
.interior-article-container.foederis-no-page {
  margin-bottom: 2.5rem;
  padding-bottom: 0; }

.interior-article-container.foederis-no-api h3.offre-detail-more-title,
.interior-article-container.foederis-no-page h3.offre-detail-more-title,
.interior-article-container.foederis-no-offer h3.offre-detail-more-title {
  font-size: 1.5em; }

.interior-article-mainContent .foederis-offre-detail-container .alert {
  margin-bottom: 0; }

.foederis-offre-detail-container .foederis-offre-postuler + .foederis-offre-postuler {
  margin-top: 1.5rem; }

.foederis-offre-detail-container .foederis-offre-postuler .offre-detail-postuler-link,
.foederis-offre-detail-container .foederis-offre-postuler .foederis-offre-postuler-btn {
  display: inline-block; }

/* Block waiting */
#fullPage-alert-blockWaiting.fullPage-alert-blockWaiting-recrutement {
  position: relative;
  background: transparent; }

#fullPage-alert-blockWaiting.fullPage-alert-blockWaiting-recrutement #fullPage-alert-blockWaiting-content {
  position: relative;
  margin: 1.25rem 0;
  background: transparent;
  box-shadow: none; }

@media (min-width: 38.75rem) {
  .news-list-emplois.news-list-offres-emploi article.news-list-news-container {
    width: calc(50% - 0.625rem); }

  @supports (display: grid) {
    .news-list-emplois.news-list-offres-emploi {
      grid-template-columns: repeat(auto-fit, calc(50% - 0.625rem)); }

    .news-list-offres-emploi .load-more-news {
      grid-column-start: span 2; } } }
@media (min-width: 51.25rem) {
  .news-list-emplois.offers article.news-list-news-container {
    width: calc(50% - 1.25rem);
    margin: 0 0 2.5rem; }

  @supports (display: grid) {
    .news-list-emplois.offers article.news-list-news-container {
      grid-template-columns: repeat(auto-fit, calc(50% - 1.25rem)); } } }
@media (min-width: 53.75rem) {
  .news-list-emplois.news-list-offres-emploi article.news-list-news-container {
    width: calc(33% - 0.6875rem); }

  @supports (display: grid) {
    .news-list-emplois.news-list-offres-emploi {
      grid-template-columns: repeat(auto-fit, calc(33% - 0.6875rem)); }

    .news-list-offres-emploi .load-more-news {
      grid-column-start: span 3; } } }
@media (min-width: 75rem) {
  .news-list-emplois.news-list-offres-emploi article.news-list-news-container:nth-child(n) {
    width: calc(25% - 0.9375rem); }

  @supports (display: grid) {
    .news-list-emplois.news-list-offres-emploi {
      grid-template-columns: repeat(auto-fit, calc(25% - 0.9375rem)); }

    .news-list-offres-emploi .load-more-news {
      grid-column-start: span 4; } } }
@supports (display: grid) {
  .news-list-emplois.news-list-offres-emploi {
    display: grid;
    grid-gap: 1.25rem;
    justify-content: start; }

  .news-list-emplois.news-list-offres-emploi article.news-list-news-container,
  .news-list-emplois.news-list-offres-emploi article.news-list-news-container:nth-child(n) {
    width: 100%;
    margin-bottom: 0; } }
.news-list-news-score {
  display: none; }

.news-list-emplois article.news-list-news-container[data-new="new"] .news-list-news-block::before,
.link-offre-detail-fiche[data-new="new"] .news-list-news-block::before {
  z-index: 1;
  content: "new";
  position: absolute;
  text-transform: uppercase;
  top: 0.125rem;
  right: 0.125rem;
  height: 1.125rem;
  line-height: 1.5;
  padding: 0 0.3125rem;
  border-radius: 0.1875rem;
  font-size: 0.75em;
  background-color: #C23D83;
  color: #FFF; }

.emploi-offre-new:not([data-new="new"]) {
  display: none; }

.news-list-emplois article.news-list-news-container {
  background: #fff;
  box-shadow: 0 0.5rem 1.25rem #cccccc;
  transition: background .25s ease-out, box-shadow .25s ease-out; }

.news-list-emplois .news-list-news-block {
  height: 100%;
  display: flex;
  flex-direction: column; }

.news-list-emplois.news-list-offres-emploi h2.news-list-news-title {
  padding: 0.9375rem;
  font-size: 1.0em; }

#body-wrapper .news-list-emplois.news-list-offres-emploi .news-list-news-content {
  flex: 1 1 0;
  margin: 0;
  padding-top: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 1.875rem;
  padding-bottom: 3.4375rem;
  font-size: 1rem; }

#body-wrapper .news-list-emplois.news-list-offres-emploi .news-list-news-content li {
  margin-bottom: 0; }

.news-list-emplois.news-list-offres-emploi .news-list-news-date {
  font-size: 0.8em;
  line-height: 1.2em; }

.news-list-emplois.news-list-offres-emploi .news-list-news-employeur {
  margin-top: 0.625rem; }

.news-list-emplois.news-list-offres-emploi .news-list-news-ref {
  text-transform: uppercase;
  font-size: 0.9em; }

.news-list-emplois.news-list-offres-emploi span[itemprop="baseSalary"] {
  display: none; }

.news-list-offres-emploi .news-list-news-publication {
  position: absolute;
  bottom: 0.9375rem;
  left: 0.9375rem;
  margin: 0;
  font-size: 0.9em;
  color: #767676; }

.news-list-emplois article.news-list-news-container:hover,
.news-list-emplois article.news-list-news-container:focus-within {
  background: #f2f2f2;
  box-shadow: 0 0.5rem 1.25rem #aaaaaa; }

.news-list-emplois article.news-list-news-container:focus-within {
  outline: 0.125rem solid #0463b3 !important;
  outline-offset: 0.125rem; }

.news-list-emplois article.news-list-news-container:hover h2.news-list-news-title,
.news-list-emplois article.news-list-news-container:focus-within h2.news-list-news-title {
  background-color: #035396; }

.news-list-emplois article.news-list-news-container a.inner-link,
.news-list-emplois article.news-list-news-container a.inner-link:hover,
.news-list-emplois article.news-list-news-container a.inner-link:focus {
  background: none;
  box-shadow: none; }

.news-list-emplois article.news-list-news-container .news-list-news-block::after {
  content: "+";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4.6875rem;
  height: 4.6875rem;
  padding-left: 2.8125rem;
  padding-top: 2.625rem;
  font-size: 2rem;
  background: linear-gradient(-45deg, #b3d0e8, #b3d0e8 50%, transparent 50%, transparent);
  color: #0463b3;
  -webkit-transition: all .25s ease-out , outline 0s , outline-offset 0s;
  transition: all .25s ease-out , outline 0s , outline-offset 0s; }

.news-list-emplois article.news-list-news-container:hover .news-list-news-block::after,
.news-list-emplois article.news-list-news-container:focus-within .news-list-news-block::after {
  width: 5.625rem;
  height: 5.625rem;
  padding-left: 3.25rem;
  padding-top: 3.25rem;
  font-size: 2.5rem; }

.news-list-emplois article.news-list-news-container a.inner-link::after {
  display: none; }

.news-list-emplois article.news-list-news-container a.inner-link,
.news-list-emplois article.news-list-news-container a.inner-link:hover,
.news-list-emplois article.news-list-news-container a.inner-link:focus,
.news-list-subtitle-emplois a.inner-link,
.news-list-subtitle-emplois a.inner-link:hover,
.news-list-subtitle-emplois a.inner-link:focus {
  text-decoration: none; }

.news-list-emplois article.news-list-news-container button.sr-only {
  position: static !important; }

.news-list-emplois article.news-list-news-container button.sr-only:focus {
  outline: 0 !important; }

.news-list-emplois article.news-list-news-container button.sr-only::after {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

/* Load */
.news-list-offres-emploi .load-more-news {
  width: 100%;
  max-width: 15.625rem;
  max-height: 5rem;
  padding-top: 3.75rem;
  margin: auto;
  font-size: 1.0em;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  color: #c22c73;
  overflow: hidden;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.news-list-offres-emploi .load-more-news::before {
  content: "...";
  position: absolute;
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  top: 0.625rem;
  left: 50%;
  margin-left: -1.375rem;
  padding-top: 0.125rem;
  text-align: center;
  border-radius: 50%;
  color: #FFF;
  background-color: #D03D81;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-size: 2.0em;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.news-list-offres-emploi .load-more-news:hover, .news-list-offres-emploi .load-more-news:focus {
  color: #C22C73; }

.news-list-offres-emploi .load-more-news:focus {
  outline: thin dotted #313131; }

.news-list-offres-emploi .load-more-news:hover::before,
.news-list-offres-emploi .load-more-news:focus::before {
  font-size: 2.5rem;
  background-color: #C22C73; }

.news-list-offres-emploi .load-more-news.ajax-loading::after {
  background: #efefef url("../images/spin.gif") no-repeat scroll center center; }

#list-offres-container .not-found__title {
  max-width: 53.75rem;
  margin: 1.25rem auto 2.1875rem;
  padding: 1.5rem;
  background: #fff;
  box-shadow: 0 0.5rem 1.25rem #cccccc;
  text-align: center;
  color: #313131;
  font-family: DroidSans, AdjustedArial, sans-serif;
  text-transform: none;
  font-style: italic;
  font-size: 1rem; }

/* DETAILS PAGE */
#embedded-portlet-_cdalrEserviceRechercheOffresEmploi_WAR_fu_-detail-offre,
#embedded-portlet-_cdalrEserviceRechercheOffresEmploiVueJs_WAR_fu_-detail-offre,
.embedded-portlet.siae-detail-portlet {
  max-width: 62.5rem;
  padding: 0.625rem; }

section.offre-detail-container {
  width: 60rem;
  max-width: 100%;
  user-select: auto !important; }

header.offre-detail-header,
article.offre-detail-main,
aside.offre-detail-more {
  border-bottom: 0.0625rem solid #dddddd;
  padding: 1.25rem 0; }

.siae-detail-portlet:not(.bazimmo-detail-portlet) header.offre-detail-header,
.siae-detail-portlet:not(.bazimmo-detail-portlet) article.offre-detail-main,
.siae-detail-portlet:not(.bazimmo-detail-portlet) aside.offre-detail-more {
  border-bottom: 0; }

.siae-detail-portlet:not(.bazimmo-detail-portlet) article.offre-detail-main,
.siae-detail-portlet:not(.bazimmo-detail-portlet) aside.offre-detail-more {
  border-top: 0.0625rem solid #dddddd; }

/* Details header */
header.offre-detail-header {
  padding-top: 0; }

img.logo-pole-emploi {
  max-height: 5rem;
  float: right;
  margin: 0 0.875rem; }

h2.offre-detail-title {
  margin-top: 0;
  margin-bottom: 0.3125rem;
  font-size: 1.5em;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #0463B3;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif; }

.siae-detail-portlet:not(.bazimmo-detail-portlet) h2.offre-detail-title {
  margin-bottom: 0; }

p.offre-detail-city {
  margin-bottom: 0.625rem;
  font-size: 1.1em;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  color: #666; }

.offre-detail-city-address {
  text-transform: uppercase; }

button.offre-detail-geoloc {
  margin-left: 0.3125rem;
  padding: 0;
  top: -0.0625rem;
  font-size: 0.9em;
  color: #767676;
  border-bottom: 0.0625rem solid transparent;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

button.offre-detail-geoloc:focus, button.offre-detail-geoloc:hover {
  color: #108670;
  border-bottom: 0.0625rem solid #108670; }

button.offre-detail-geoloc::before {
  content: "-";
  margin-right: 0.3125rem; }

p.offre-detail-metadata {
  color: #767676;
  margin-bottom: 0; }

/* Details main */
article.offre-detail-main {
  padding: 1.25rem 0; }

.offre-detail-desc {
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #dddddd; }

aside.offre-detail-desc-aside {
  padding-top: 1.25rem; }

p.offre-detail-desc-text {
  margin: 0;
  /*long text/URL from pole emploi jobs breaks page*/
  word-break: break-word;
  text-align: justify; }

dl.offre-detail-desc-aside-defs {
  margin: 0; }

.offre-detail-desc-aside-def {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.offre-detail-desc-aside-def:not(:last-child) {
  margin-bottom: 0.9375rem; }

.offre-detail-desc-aside-defKey {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0;
  color: #FFF;
  background-image: url("../images/offre-emploi-detail.svg");
  background-size: 6rem 1.5rem; }

.offre-detail-desc-aside-defKey.offre-detail-contrat {
  background-position: 0 0; }

.offre-detail-desc-aside-defKey.offre-detail-duree {
  background-position: -1.5rem 0; }

.offre-detail-desc-aside-defKey.offre-detail-salaire {
  background-position: -3rem 0; }

.offre-detail-desc-aside-defKey.offre-detail-deplacement {
  background-position: -4.5rem 0; }

.offre-detail-desc-aside-defValue {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1; }

p.offre-detail-postuler {
  margin-top: 1.875rem;
  margin-left: 2.125rem;
  margin-bottom: 0.625rem; }

a.offre-detail-postuler-link {
  padding: 0.3125rem 0.9375rem;
  border-radius: 0.625rem;
  background-color: #108670; }

.fullPage-alert a.offre-detail-postuler-link {
  text-decoration: none; }

a.offre-detail-postuler-link:hover,
a.offre-detail-postuler-link:focus {
  background-color: #06504F; }

.offre-detail-container a.offre-detail-postuler-link,
.offre-detail-container a.offre-detail-postuler-link:focus,
.offre-detail-container a.offre-detail-postuler-link:hover,
.offre-detail-container a.offre-detail-postuler-link:visited {
  color: #FFF; }

/* Details asides */
h3.offre-detail-more-title,
h3.offre-detail-title,
h4.offre-detail-more-subtitle {
  font-family: DroidSansBold, AdjustedArialBold, sans-serif; }

h3.offre-detail-more-title,
h3.offre-detail-title {
  margin-top: 0;
  margin-bottom: 0.9375rem;
  font-size: 1.1em;
  text-transform: uppercase;
  color: #06504F; }

h4.offre-detail-more-subtitle,
ul.offre-detail-more-list,
p.offre-detail-more-text {
  padding-left: 0.625rem; }

h4.offre-detail-more-subtitle {
  margin: 0.625rem 0;
  color: #0463B3; }

h4.offre-detail-more-subtitle.offre-detail-companyName {
  text-transform: uppercase; }

.offre-detail-more-company h4.offre-detail-companyName {
  margin-top: 0;
  padding-left: 0; }

.siae-detail-portlet h4.offre-detail-more-subtitle {
  margin-bottom: 0.3125rem; }

li.offre-detail-more-list-item,
p.offre-detail-more-text {
  font-size: 0.9em;
  line-height: 1.25em; }

p.offre-detail-more-text {
  margin-bottom: 0.125rem; }

li.offre-detail-more-list-item {
  display: inline-block;
  margin: 0;
  margin-right: 0.5rem;
  margin-bottom: 0.625rem;
  padding: 0.3125rem 0.625rem;
  border: 0.0625rem solid #dddddd;
  border-radius: 0.1875rem; }

li.offre-detail-more-list-item.offre-detail-more-list-item-required {
  padding-right: 2.25rem; }

li.offre-detail-more-list-item.offre-detail-more-list-item-required .skill-required {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1.625rem;
  height: 100%;
  font-size: 0;
  border-left: 0.0625rem solid #dddddd;
  background-color: #EFEFEF; }

li.offre-detail-more-list-item.offre-detail-more-list-item-required .skill-required::after {
  content: "!";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.2;
  margin-top: -0.75rem;
  margin-left: -0.75rem;
  text-align: center;
  color: #0463B3;
  font-size: 1.25rem;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif; }

li.offre-detail-more-list-item.offre-detail-more-list-item-required .skill-required-tooltip {
  display: none;
  position: absolute;
  right: -0.625rem;
  top: -2rem;
  padding: 0.25rem 0.5rem;
  background-color: #313131;
  color: #FFF;
  border-radius: 0.1875rem;
  pointer-events: none; }

li.offre-detail-more-list-item.offre-detail-more-list-item-required .skill-required-tooltip::after {
  content: "";
  position: absolute;
  right: 1.0625rem;
  bottom: -0.375rem;
  border-top: 0.375rem solid #313131;
  border-left: 0.375rem solid transparent;
  border-right: 0.375rem solid transparent; }

li.offre-detail-more-list-item.offre-detail-more-list-item-required .skill-required:hover + .skill-required-tooltip {
  display: block; }

.offre-detail-more-company-wrapper {
  padding-left: 1.25rem;
  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; }

.offre-detail-more-logo {
  max-width: 90px;
  max-height: 75px;
  padding-right: 1.25rem; }

.offre-detail-more-company-wrapper .offre-detail-more-text {
  padding-left: 0; }

.offre-detail-more figure {
  margin: 0 1.25rem; }

.offre-detail-more figure figcaption {
  max-width: 31.25rem;
  margin-top: 0.625rem;
  text-align: center;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-size: .9em;
  color: #555; }

/* Switchers buttons */
.offre-detail-switchers {
  min-height: 2.5rem;
  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;
  align-items: center;
  padding: 0.625rem 0;
  margin-bottom: -1.25rem; }

button.offre-detail-switch {
  line-height: 1.2em;
  border-radius: 0.4375rem;
  color: #108670;
  font-size: 0.9em;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s;
  border-radius: 0.4375rem; }

button.offre-detail-switch:hover, button.offre-detail-switch:focus {
  color: #0463B3; }

#offre-detail-prev {
  padding-left: 1.875rem; }

#offre-detail-next {
  padding-right: 1.875rem; }

.offre-detail-prev::before, .offre-detail-next::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.6875rem;
  height: 1.125rem;
  top: 50%;
  margin-top: -0.625rem;
  background-image: url("../images/green-small-arrow.svg");
  background-position: center;
  background-size: 1.125rem 0.75rem;
  background-image: url("../images/green-small-arrow.svg"); }

.offre-detail-prev::before {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  left: 0; }

.offre-detail-next::after {
  -webkit-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
  right: 0; }

button.offre-detail-switch:disabled {
  visibility: hidden; }

/* Bazimmo photos */
p.bazimmo-results-contact {
  display: none;
  max-width: 43.75rem;
  margin: 1.25rem 1.25rem 0.625rem; }

p.bazimmo-results-contact::before {
  content: "";
  display: block;
  position: absolute;
  left: -1.25rem;
  top: 0.3125rem;
  width: 0.75rem;
  height: 0.625rem;
  background: url("/cdalr-new-theme/images/blue-arrow.png"); }

.offre-detail-photos-wrapper {
  margin: -0.625rem 0.625rem; }

a.offre-detail-photos-img img {
  max-height: 16.25rem;
  margin: 0.625rem; }

.bazimmo-photo-large #title-alertAdvert {
  display: none; }

.bazimmo-photo-large #content-alertAdvert img {
  max-height: calc(100vh - 8.125rem); }

/* Responsive */
@media (max-width: 31.25rem) {
  .emploi-tag-metier {
    display: none; } }
@media (min-width: 40rem) and (min-height: 40rem) {
  #embedded-portlet-_cdalrEserviceRechercheOffresEmploi_WAR_fu_-detail-offre,
  #embedded-portlet-_cdalrEserviceRechercheOffresEmploiVueJs_WAR_fu_-detail-offre,
  .embedded-portlet.siae-detail-portlet {
    padding: 1.25rem; }

  h4.offre-detail-more-subtitle, ul.offre-detail-more-list, p.offre-detail-more-text {
    padding-left: 1.25rem; }

  .offre-detail-more-logo {
    max-width: 120px;
    max-height: 100px; } }
@media (min-width: 37.5rem) {
  .siae-detail-portlet article.offre-detail-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

  .siae-detail-portlet .offre-detail-desc {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding-bottom: 0;
    border-bottom: 0;
    padding-right: 1.25rem;
    border-right: 0.0625rem solid #dddddd; }

  .siae-detail-portlet aside.offre-detail-desc-aside {
    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;
    padding-top: 0;
    padding-left: 1.25rem; } }
@media (min-width: 50rem) {
  article.offre-detail-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

  .offre-detail-desc {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding-bottom: 0;
    border-bottom: 0;
    padding-right: 1.25rem;
    border-right: 0.0625rem solid #dddddd; }

  aside.offre-detail-desc-aside {
    width: 22.5rem;
    padding-top: 0;
    padding-left: 1.25rem; } }
@media (min-width: 56.25rem) {
  .compteur-offres-chiffre {
    font-size: 2.0em; } }
.news-list-annuaireSiae {
  margin-bottom: 1.25rem; }

section.annuaireSiae-struc {
  max-height: 0;
  padding-bottom: 0;
  margin-top: 0;
  line-height: 1.2;
  border-bottom-width: 0.0625rem;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

section.annuaireSiae-struc.displayed-struc {
  max-height: 62.5rem;
  padding-bottom: 2.5rem;
  margin-top: 2.5rem; }

section.annuaireSiae-struc.displayed-struc:not(:last-child) {
  border-bottom-color: #CCC; }

section.annuaireSiae-struc.noDisplay-struc {
  display: none; }

.annuaireSiae-struc-content,
.annuaireSiae-struc-activity {
  background-color: #FFF;
  box-shadow: 0 0.5rem 1.25rem #cccccc; }

.annuaireSiae-struc-content {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  cursor: pointer;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.annuaireSiae-struc-content:hover,
.annuaireSiae-struc-content:focus {
  background-color: #F2F2F2;
  box-shadow: 0 0.5rem 1.25rem #aaaaaa; }

aside.annuaireSiae-struc-activities {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  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; }

.annuaireSiae-struc-activity-wrapper {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 1.25rem; }

.annuaireSiae-struc-activity {
  padding: 0.9375rem;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.annuaireSiae-struc-activity.annuaireSiae-struc-activity-noClick {
  cursor: default; }

.annuaireSiae-struc-activity:not(.annuaireSiae-struc-activity-noClick)::after {
  content: "+";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2.8125rem;
  height: 2.8125rem;
  padding-left: 1.5625rem;
  padding-top: 0.9375rem;
  font-size: 1.625rem;
  color: #0463b3;
  background: -webkit-linear-gradient(135deg, #b3d0e8, #b3d0e8 50%, transparent 50%, transparent);
  background: linear-gradient(-45deg, #b3d0e8, #b3d0e8 50%, transparent 50%, transparent);
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.annuaireSiae-struc-activity:not(.annuaireSiae-struc-activity-noClick):hover,
.annuaireSiae-struc-activity:not(.annuaireSiae-struc-activity-noClick):focus {
  background-color: #F2F2F2;
  box-shadow: 0 0.5rem 1.25rem #aaaaaa; }

.annuaireSiae-struc-activity:not(.annuaireSiae-struc-activity-noClick):hover::after,
.annuaireSiae-struc-activity:not(.annuaireSiae-struc-activity-noClick):focus::after {
  width: 3.75rem;
  height: 3.75rem;
  padding-left: 2.0625rem;
  padding-top: 1.4375rem; }

h2.annuaireSiae-struc-content-title,
h3.annuaireSiae-struc-activity-title {
  margin: 0;
  line-height: 1.2;
  color: #0463B3;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif; }

h2.annuaireSiae-struc-content-title {
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  font-size: 1.2em; }

.annuaireSiae-struc-activity-more h3.annuaireSiae-struc-activity-title {
  color: #06504f; }

p.annuaireSiae-struc-activity-destination {
  margin: 0.625rem 0 0;
  font-size: .9em; }

img.annuaireSiae-struc-content-logo {
  float: right;
  max-width: 7.5rem;
  max-height: 2.8125rem;
  top: -0.625rem;
  right: -0.625rem; }

#fullPage-alert img.annuaireSiae-struc-content-logo {
  right: 0;
  margin-left: 0.625rem; }

p.annuaireSiae-struc-content-text,
p.annuaireSiae-struc-activity-text {
  margin-bottom: 0.125rem; }

p.annuaireSiae-struc-content-text:last-child,
p.annuaireSiae-struc-activity-text:last-child {
  margin-bottom: 0; }

p.annuaireSiae-struc-content-text,
ul.annuaireSiae-struc-content-list,
ul.annuaireSiae-activity-content-list {
  font-size: 0.9em; }

p.annuaireSiae-struc-activity-text {
  font-size: 0.8em; }

.annuaireSiae-struc-content-text-light {
  color: #767676; }

ul.annuaireSiae-struc-content-list,
ul.annuaireSiae-activity-content-list {
  padding-left: 1rem;
  list-style-image: url("../images/green-arrow.png"); }

ul.annuaireSiae-activity-content-list {
  margin-top: 0.9375rem; }

li.annuaireSiae-struc-content-list-item,
li.annuaireSiae-activity-content-list-item {
  padding-left: 0.25rem; }

li.annuaireSiae-struc-content-list-item:not(:first-child) {
  margin-top: 0.125rem; }

li.annuaireSiae-activity-content-list-item:not(:first-child) {
  margin-top: 0.5rem; }

h4.annuaireSiae-struc-content-subtitle {
  margin-top: 0.9375rem;
  margin-bottom: 0.3125rem;
  color: #06504F;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-size: 0.9em; }

a.annuaireSiae-struc-content-link {
  display: inline-block;
  margin-top: 0.3125rem;
  color: #108670;
  text-decoration: underline;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  -webkit-transition: 0.25s all ease-out;
  transition: 0.25s all ease-out; }

a.annuaireSiae-struc-content-link:hover,
a.annuaireSiae-struc-content-link:focus {
  color: #0463B3; }

.annuaireSiae-struc-activity-wrapper-selected {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0; }

.annuaireSiae-struc-activity-wrapper-selected .annuaireSiae-struc-activity {
  background-color: #0463B3; }

.annuaireSiae-struc-activity-wrapper-selected .annuaireSiae-struc-activity:not(.annuaireSiae-struc-activity-noClick):hover,
.annuaireSiae-struc-activity-wrapper-selected .annuaireSiae-struc-activity:not(.annuaireSiae-struc-activity-noClick):focus {
  background-color: #035396; }

.annuaireSiae-struc-activity-wrapper-selected .annuaireSiae-struc-activity:not(.annuaireSiae-struc-activity-noClick)::after {
  background: -webkit-linear-gradient(135deg, white, white 50%, transparent 50%, transparent);
  background: linear-gradient(-45deg, #ffffff, #ffffff 50%, transparent 50%, transparent); }

.annuaireSiae-struc-activity-wrapper-selected h3.annuaireSiae-struc-activity-title,
.annuaireSiae-struc-activity-wrapper-selected p.annuaireSiae-struc-activity-text {
  color: #FFF; }

img.offre-detail-desc-photo {
  display: block;
  margin-bottom: 1.25rem;
  margin-left: auto;
  margin-right: auto; }

/* Default view (no filter) */
.annuaireSiae-noFilter .annuaireSiae-struc-activities,
.annuaireSiae-noFilter .annuaireSiae-struc-content-text,
.annuaireSiae-noFilter .annuaireSiae-struc-content-subtitle,
.annuaireSiae-noFilter .annuaireSiae-struc-content-list {
  display: none; }

.annuaireSiae-noFilter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem; }

.no-flex-wrap .annuaireSiae-noFilter {
  display: block; }

.annuaireSiae-noFilter section.annuaireSiae-struc {
  width: 100%;
  margin: 0;
  padding: 0.625rem;
  border: 0; }

.annuaireSiae-noFilter .annuaireSiae-struc-content {
  height: 100%;
  margin-right: 0; }

.annuaireSiae-noFilter .annuaireSiae-struc-content-logo {
  display: block;
  max-width: 100%;
  top: 0;
  right: 0;
  float: none;
  margin: auto; }

.annuaireSiae-noFilter .annuaireSiae-struc-content-title {
  margin-top: 1.25rem;
  margin-bottom: 0;
  text-align: center; }

/* Responsive */
@media (min-width: 37.5rem) {
  img.offre-detail-desc-photo {
    float: right;
    max-width: 35%;
    margin-left: 1.25rem;
    margin-right: 0; } }
@media (min-width: 40rem) {
  #fullPage-alert img.annuaireSiae-struc-content-logo {
    top: -1.25rem;
    right: -0.625rem;
    margin-left: 0; } }
@media (min-width: 42.5rem) {
  section.annuaireSiae-struc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .annuaireSiae-struc-content {
    margin-right: 1.25rem;
    margin-bottom: 0; } }
@media (min-width: 38.75rem) {
  .annuaireSiae-noFilter section.annuaireSiae-struc {
    width: 50%; } }
@media (min-width: 53.75rem) {
  .annuaireSiae-noFilter section.annuaireSiae-struc {
    width: 33.33%; } }
@media (min-width: 75rem) {
  .annuaireSiae-noFilter section.annuaireSiae-struc {
    width: 25%; } }
.news-list-annuaireNumerique {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.625rem 1.25rem; }

.annuaireNumerique-actor-wrapper {
  width: 100%;
  margin: 0;
  padding: 0.625rem; }

article.annuaireNumerique-actor {
  height: 100%;
  padding: 1.25rem;
  background-color: #fff;
  box-shadow: 0 0.5rem 1.25rem #cccccc;
  cursor: pointer;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

article.annuaireNumerique-actor:hover,
article.annuaireNumerique-actor:focus-within {
  background-color: #f2f2f2;
  box-shadow: 0 0.5rem 1.25rem #aaaaaa; }

article.annuaireNumerique-actor:focus-within {
  outline: 0.125rem solid #0463b3 !important;
  outline-offset: 0.125rem !important; }

article.annuaireNumerique-actor .annuaire-more {
  position: static !important; }

article.annuaireNumerique-actor .annuaire-more:focus {
  outline: 0 !important; }

article.annuaireNumerique-actor .annuaire-more::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

img.annuaireNumerique-actor-logo {
  display: block;
  margin: auto;
  max-height: 3.75rem;
  max-width: 12.5rem; }

h2.annuaireNumerique-actor-title {
  position: relative;
  margin: 0 0 1rem;
  padding: 0 0.5rem 1.25rem;
  line-height: 1.2;
  color: #0463b3;
  font-size: 1.25rem;
  text-align: center;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif; }

img.annuaireNumerique-actor-logo + h2.annuaireNumerique-actor-title {
  margin-top: 1rem; }

h2.annuaireNumerique-actor-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 3.75rem;
  margin-left: -1.875rem;
  border-bottom: 0.125rem solid #cccccc; }

p.annuaireNumerique-actor-text {
  margin: 0;
  font-size: 0.875rem;
  color: #666;
  line-height: 1.2; }

p.annuaireNumerique-actor-text + p.annuaireNumerique-actor-text {
  margin-top: 0.625rem; }

p.annuaireNumerique-actor-text strong {
  color: #444;
  font-weight: normal;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif; }

ul.annuaireNumerique-actor-list {
  margin: 0.625rem 0 0;
  padding-left: 1rem;
  font-size: 0.875rem;
  list-style-image: url("../images/green-arrow.png"); }

ul.annuaireNumerique-actor-list li + li {
  margin-top: 0.25rem; }

.alert-numActor h4.offre-detail-more-subtitle {
  margin-top: 1rem; }

.alert-numActor p.offre-detail-more-text {
  margin-bottom: 0.25rem; }

.alert-numActor .siae-detail-portlet:not(.bazimmo-detail-portlet) h2.offre-detail-title {
  margin-bottom: 0.375rem; }

.alert-numActor .offre-detail-header {
  padding-bottom: 1rem;
  padding-left: 2.875rem;
  background-image: url(../images/visu-carto/picto-repar-map.png);
  background-size: 2.125rem; }

.alert-numActor p.offre-detail-city {
  margin-bottom: 0; }

/* Responsive */
@media (min-width: 38.75rem) {
  .annuaireNumerique-actor-wrapper {
    width: 50%; } }
@media (min-width: 53.75rem) {
  .annuaireNumerique-actor-wrapper {
    width: 33.33%; } }
@media (min-width: 75rem) {
  .annuaireNumerique-actor-wrapper {
    width: 25%; } }
/* Specificities : annuaire ressources pedagogiques */
p.annuaireNumerique-actor-picto {
  position: absolute;
  width: 2rem;
  height: 2rem;
  margin: 0;
  bottom: 1rem;
  background-size: 100%;
  background-position: center; }

p.annuaireNumerique-actor-picto.picto-animation {
  right: 1rem; }

p.annuaireNumerique-actor-picto.picto-conditions {
  right: 3.5rem; }

p.annuaireNumerique-actor-picto.picto-animation[title*="autonomie"] {
  background-image: url("../images/ressources-pedagogiques.svg#autonomie"); }

p.annuaireNumerique-actor-picto.picto-animation[title*="animateur"] {
  background-image: url("../images/ressources-pedagogiques.svg#animateur"); }

p.annuaireNumerique-actor-picto.picto-conditions[title*="intérieur"] {
  background-image: url("../images/ressources-pedagogiques.svg#interieur"); }

p.annuaireNumerique-actor-picto.picto-conditions[title*="extérieur"] {
  background-image: url("../images/ressources-pedagogiques.svg#exterieur"); }

p.annuaireNumerique-actor-picto.picto-conditions[title*="intérieur"][title*="extérieur"] {
  width: 4rem;
  background-size: 50%, 50%;
  background-position: left center, right center;
  background-image: url("../images/ressources-pedagogiques.svg#interieur"), url("../images/ressources-pedagogiques.svg#exterieur"); }

.interior-article-container.ressource-pedagogique {
  max-width: 45rem;
  padding: 0; }

.ressource-pedagogique-aside {
  margin-bottom: 2.5rem; }

.ressource-pedagogique-aside .ressource-pedagogique-odd {
  display: flex;
  flex-wrap: wrap;
  margin: -8px -8px 24px !important;
  padding: 0 !important;
  list-style-image: none !important; }

.ressource-pedagogique-aside .ressource-pedagogique-odd li {
  margin: 8px; }

.ressource-pedagogique-content-desc {
  margin-bottom: 2.5rem;
  padding: 1rem 1.25rem;
  background: #dcf1ea; }

dl.ressource-pedagogique-filters {
  margin: 1.25rem 0 0;
  font-size: .9em; }

.ressource-pedagogique-filter-group dt,
.ressource-pedagogique-filter-group dd {
  display: inline; }

.ressource-pedagogique-filter-group dt {
  font-family: DroidSansBold, AsjustedArialBold, sans-serif;
  font-weight: normal;
  color: #555; }

.ressource-pedagogique-filter-group dd {
  margin-left: 0; }

.ressource-pedagogique-content-details {
  padding-left: 1.25rem;
  border-left: 0.0625rem solid #77d2ac; }

.ressource-pedagogique-more {
  max-width: 45rem;
  margin: 2.5rem auto;
  padding-top: 2.5rem;
  border-top: 0.0625rem solid #77d2ac; }

.ressource-pedagogique-photos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start; }

.ressource-pedagogique-photos .ressource-pedagogique-tof {
  margin: 0;
  padding: 1.25rem; }

.ressource-pedagogique-photos .ressource-pedagogique-tof img {
  width: 100%;
  height: auto;
  max-width: 25rem;
  max-height: 25rem; }

.ressource-pedagogique-photos .ressource-pedagogique-tof figcaption {
  margin-top: 0.5rem;
  text-align: center;
  font-size: .9em;
  font-style: italic; }

@media (min-width: 56.25rem) {
  .interior-article-container.ressource-pedagogique {
    max-width: 100%; }

  .ressource-pedagogique-main {
    display: flex; }

  .ressource-pedagogique-aside,
  .ressource-pedagogique-content {
    flex: 1; }

  .ressource-pedagogique-aside {
    max-width: 31.25rem; }

  .ressource-pedagogique-aside {
    padding-right: 2.5rem; } }
/* PRE-FILTER IN ARTICLE */
#catalogue-formations-enter {
  margin-top: 2.5rem;
  padding: 0;
  box-shadow: none; }

#catalogue-formations-enter::after {
  display: none; }

#catalogue-formations-enter .agenda-filter-block-container {
  display: block; }

#catalogue-formations-enter .agenda-filter-block-over {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  border: 0; }

#catalogue-formations-enter .agenda-filter-block {
  width: 100%;
  margin-top: .75rem; }

#catalogue-formations-enter .agenda-filter-block label {
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  color: #555; }

/* TABLE CONTENT */
#catalogue_formations .table-container {
  padding: .25rem .375rem .375rem;
  background: #fff;
  box-shadow: 0 .5rem 1.25rem #ccc; }

#catalogue_formations .responsive-table {
  overflow-x: auto; }

#catalogue_formations table {
  min-width: 100%; }

#catalogue_formations .table-container tr {
  position: relative; }

#catalogue_formations .table-container tr::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: -.125rem;
  height: 0;
  border-top: 0.25rem solid white; }

#catalogue_formations .table-container th,
#catalogue_formations .table-container td {
  padding: .625rem .75rem;
  font-size: .9rem;
  line-height: 1.2;
  text-align: left; }

#catalogue_formations .table-container thead th {
  position: relative;
  padding: .5rem 1.5rem .5rem .75rem;
  background: #313131;
  color: #fff;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-weight: normal;
  cursor: pointer; }

#catalogue_formations .table-container thead th:not(:last-child) {
  border-right: 0.125rem solid white; }

#catalogue_formations .table-container thead th::after,
#catalogue_formations .table-container thead th::before {
  content: "";
  display: block;
  position: absolute;
  right: .375rem;
  width: 0;
  height: 0;
  border-right: .25rem solid transparent;
  border-left: .25rem solid transparent;
  opacity: .5; }

#catalogue_formations .table-container thead th::before {
  bottom: 50%;
  border-bottom: .5rem solid #fff;
  transform: translateY(-0.25rem); }

#catalogue_formations .table-container thead th::after {
  top: 50%;
  border-top: .5rem solid #fff;
  transform: translateY(0.25rem); }

#catalogue_formations .table-container thead th[aria-sort="descending"]::before,
#catalogue_formations .table-container thead th[aria-sort="ascending"]::after {
  opacity: 1; }

#catalogue_formations .table-container thead th:hover,
#catalogue_formations .table-container thead th:focus-visible {
  background: #000; }

#catalogue_formations .table-container thead th:focus {
  outline: none !important; }

#catalogue_formations .table-container thead th:focus-visible {
  outline: .125rem solid #fff !important;
  outline-offset: -.3125rem !important; }

#catalogue_formations .table-container tbody tr {
  background-color: #eceff8;
  cursor: pointer; }

#catalogue_formations .table-container tr:nth-child(2n+1) {
  background-color: #f6f9ff; }

#catalogue_formations .table-container td:nth-child(2) {
  font-family: DroidSansBold,AdjustedArialBold,sans-serif;
  color: #555; }

#catalogue_formations .table-container tbody tr:hover,
#catalogue_formations .table-container tbody tr:focus-within {
  background: #0463b3; }

#catalogue_formations .table-container tbody tr:hover td,
#catalogue_formations .table-container tbody tr:focus-within td {
  color: #fff; }

#catalogue_formations .table-container tbody td a {
  position: static; }

#catalogue_formations .table-container tbody td a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

/*FILTERS */
.annuaire-filters-form {
  padding-bottom: 2.5rem; }

.annuaire-filters-form::before {
  z-index: 0;
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 2.5rem;
  height: 0;
  border-bottom: .125rem solid #0463b3;
  opacity: .25; }

.annuaire-filters-form::after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  bottom: 0;
  width: 6rem;
  height: 0;
  margin-left: -3rem;
  border-bottom: .3125rem solid #ccc; }

.annuaire-filters-form legend.annuaire-filters-main-title {
  width: auto;
  margin: 1.25rem auto 1.75rem;
  padding: 0 .75rem;
  font-size: 1.5rem;
  background: #fff;
  color: #0463b3;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  border: 0; }

.annuaire-filters-form .annuaire-filters-submit,
.annuaire-results-list .annuaire-results-load-more {
  display: block;
  background: #0463b3;
  color: #fff;
  font-size: 1.125rem;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  border-radius: .3125rem;
  cursor: pointer;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.annuaire-filters-form .annuaire-filters-submit {
  margin: 1.5rem auto 0;
  padding: .875rem 1.25rem; }

.annuaire-results-list .annuaire-results-load-more {
  width: 18rem;
  height: 3rem;
  margin: 2.5rem 0; }

.annuaire-filters-form .annuaire-filters-submit:hover,
.annuaire-filters-form .annuaire-filters-submit:focus,
.annuaire-results-list .annuaire-results-load-more:hover,
.annuaire-results-list .annuaire-results-load-more:focus {
  background: #035396; }

.annuaire-filters-form .annuaire-filters-submit[disabled],
.annuaire-results-list .annuaire-results-load-more[disabled] {
  background: #999; }

.annuaire-filters-form .annuaire-filters-coll-blocks-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.annuaire-filters-form .annuaire-filters-input-block,
.annuaire-filters-form .annuaire-filters-coll-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.annuaire-filters-form .annuaire-filters-input-block {
  margin-bottom: 1.25rem;
  font-size: 1.125rem; }

.annuaire-filters-form .annuaire-filters-coll-block {
  padding: .625rem 1.25rem;
  width: 100%; }

@media (min-width: 50rem) {
  .annuaire-filters-form .annuaire-filters-coll-block {
    width: 50%; } }
.annuaire-filters-form .annuaire-filters-input-block label,
.annuaire-filters-form .annuaire-filters-input-block input,
.annuaire-filters-form .annuaire-filters-coll-block label,
.annuaire-filters-form .annuaire-filters-coll-block input {
  height: 2rem;
  line-height: 2rem; }

.annuaire-filters-form .annuaire-filters-input-block label,
.annuaire-filters-form .annuaire-filters-coll-block label {
  margin-right: .75rem;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  color: #555; }

.annuaire-filters-form .annuaire-filters-input-block label::after,
.annuaire-filters-form .annuaire-filters-coll-block label::after {
  content: ":";
  margin-left: .25rem; }

.annuaire-filters-form .annuaire-filters-input-block input,
.annuaire-filters-form .annuaire-filters-coll-block .annuaire-checkbox-block {
  -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;
  box-shadow: none; }

.annuaire-filters-form .annuaire-filters-input-block input,
.annuaire-filters-form .annuaire-filters-coll-block .selectize-input {
  color: #0463b3; }

.annuaire-filters-form .annuaire-filters-input-block input {
  border-radius: 0;
  border-bottom: .0625rem solid #aaa; }

.annuaire-filters-form .annuaire-filters-coll-block .selectize-input {
  padding-right: .625rem;
  font-size: 1rem; }

.annuaire-filters-form .annuaire-filters-coll-block .selectize-input 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: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  color: #0463b3;
  cursor: pointer; }

/* RESULTS */
.light-theme-vlr .interior-article-mainContent p.compteur-offres,
.light-theme-vlr .interior-article-mainContent h3.results-annuaire {
  margin: 2.5rem 0;
  text-align: center; }

.annuaire-results-list {
  width: 100vw;
  max-width: 100rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  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; }

.annuaire-results-list .annuaire-result {
  width: 22.5rem;
  margin: 1.25rem;
  padding: 1.25rem;
  border-radius: .625rem;
  background: #fafafe;
  box-shadow: 0 .25rem .625rem #aaa; }

.light-theme-vlr .interior-article-mainContent h2.annuaire-result-title {
  display: block; }

.annuaire-result h2.annuaire-result-title {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  color: #0463b3;
  line-height: 1.2; }

.annuaire-result h2.annuaire-result-title::after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  bottom: 0;
  width: 4rem;
  height: 0;
  margin-left: -2rem;
  border-bottom: .25rem solid #ccc; }

.annuaire-result p.annuaire-result-desc {
  margin-bottom: 1.5rem;
  font-size: .875rem;
  color: #555; }

#main-wrapper .annuaire-result ul.annuaire-result-contact {
  list-style-image: none;
  margin-bottom: 0;
  padding-left: 0; }

#main-wrapper .annuaire-result li.annuaire-result-contact-item {
  margin-bottom: 0;
  padding-left: 1.75rem;
  font-size: .875rem; }

#main-wrapper .annuaire-result li.annuaire-result-contact-item + li.annuaire-result-contact-item {
  margin-top: .75rem; }

#main-wrapper .annuaire-result .annuaire-result-contact-item::before {
  left: 0;
  top: -.5rem;
  width: 1.25rem;
  height: 1.25rem;
  border: 0;
  background: #ccc;
  -webkit-transform: none;
  transform: none; }

.annuaire-result .annuaire-result-contact-picto {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.annuaire-result li.annuaire-result-contact-item a,
.annuaire-result li.annuaire-result-contact-item a:visited {
  font-family: DroidSans, AdjustedArial, sans-serif;
  text-decoration: none;
  color: #313131;
  -webkit-transition: none;
  transition: none; }

.annuaire-result li.annuaire-result-contact-item a:hover,
.annuaire-result li.annuaire-result-contact-item a:focus {
  color: #0463b3;
  text-decoration: underline; }

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;
  color: #06504F;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-size: 1.0em;
  text-transform: uppercase; }

a.erreur-redirection-btn,
a.erreur-redirection-btn:focus,
a.erreur-redirection-btn:visited {
  display: block;
  width: 12.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  margin: auto;
  margin-top: 1.25rem;
  margin-bottom: 3.125rem;
  text-transform: uppercase;
  color: #FFF;
  background-color: #108670;
  border-radius: 0.625rem;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  -webkit-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out; }

a.erreur-redirection-btn:hover,
a.erreur-redirection-btn:focus,
a.erreur-redirection-btn:visited:hover {
  background-color: #06504F;
  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; }

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

  .redirection-txt {
    margin-top: 0;
    padding: 0 1.875rem; }

  p.redirection-mainBlock-txt {
    font-size: 1.1em; } }
/* Main search form */
.main-content #header-search {
  display: block;
  position: relative;
  top: 0;
  right: 0;
  height: 3.75rem;
  width: 100%;
  max-width: 100%;
  border: none; }

.main-content #header-search .input-prepend,
.main-content #header-search .input-append {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.main-content #header-search #header-search-input {
  height: 100%;
  line-height: 3.75rem;
  padding-right: 3.75rem;
  border: 0.0625rem solid #cccccc;
  opacity: 1; }

/*TODO : JRE : review this part*/
.maximized #header-search {
  margin-top: 0.625rem;
  max-height: 2.875rem;
  margin-right: 0; }

.main-content #header-search #header-search-input,
.main-content #header-search .dropdown-menu li a {
  padding-left: 1.5625rem; }

.main-content #header-search #header-search-submit {
  width: 2.25rem;
  height: 2.25rem;
  top: 0.75rem;
  right: 3.25rem;
  background-size: 1.375rem 1.375rem; }

.main-content #header-search #header-search-reset {
  display: inline-block;
  height: 1.875rem;
  width: 1.875rem;
  margin-left: 0.625rem;
  margin-top: 0.9375rem;
  border: none;
  background: none;
  box-shadow: none; }

.main-content #header-search #header-search-reset::after {
  content: "\2718";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  line-height: 1.875rem;
  text-align: center;
  color: #C00;
  font-size: 2.0em; }

/* Search results metadata */
.main-content .cdalr-search-box h5.nbResults {
  display: none; }

.main-content .cdalr-search-box .btn-group {
  display: none; }

/* Search results list */
#page-wrapper .main-content ul.search-results-list {
  padding: 0;
  margin-top: 0; }

.main-content ul.search-results-list {
  margin-top: 3.125rem;
  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;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

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

li.search-results-item {
  position: relative;
  width: 100%;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  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;
  background-color: #FFF;
  box-shadow: 0 0.5rem 1.25rem #cccccc;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

li.search-results-item .inner-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; }

li.search-results-item:hover,
li.search-results-item:focus-within {
  background-color: #f2f2f2;
  box-shadow: 0 0.5rem 1.25rem #aaaaaa; }

li.search-results-item:focus-within {
  outline: 0.125rem solid #0463b3;
  outline-offset: 0.125rem; }

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

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

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

.search-results-item-imgMini {
  position: relative !important;
  width: 3.75rem;
  height: 3.75rem;
  margin-right: 1.25rem; }

.search-results-item-imgMini-pdf {
  border: 0.0625rem solid #cccccc; }

.search-results-item-imgMini-event {
  background-image: url("../images/calendar.svg");
  background-size: 2.25rem 2.25rem;
  background-position: center; }

.search-results-item-imgMini-article::before {
  content: "";
  display: block;
  position: absolute;
  width: 2.25rem;
  height: 2.25rem;
  top: 50%;
  left: 0.75rem;
  margin-top: -1.125rem;
  border-radius: 50%;
  background-color: #108670;
  background-image: url("../images/white-arrow.svg");
  background-size: 1.125rem 1.125rem;
  background-position: center;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.search-results-item-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1; }

h5.search-results-item-title {
  margin: 0;
  font-weight: normal;
  color: #06504F; }

p.search-results-item-description {
  margin: 0;
  margin-top: 0.3125rem;
  font-size: 0.85em;
  color: #767676; }

/* Search results pagination */
.main-content .cdalr-search-box .pagination {
  display: none; }

/* Responsive search */
@media (min-width: 56.25rem) {
  .main-content #header-search {
    width: 28.125rem; }

  li.search-results-item {
    width: 48%;
    width: calc(50% - 0.625rem); }

  .no-flex-wrap li.search-results-item {
    float: left; }

  .no-flex-wrap li.search-results-item:nth-child(odd) {
    margin-right: 4%; } }
nav.site-map {
  max-width: 53.75rem;
  margin: 3.125rem auto 0;
  padding: 20px;
  color: #108670;
  background: #fff;
  box-shadow: 0 0.5rem 1.25rem #cccccc; }

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

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

p.offline-pages-chapo {
  margin: 0;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  color: #555; }

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

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

nav.site-map a:hover,
nav.site-map a:focus {
  padding-left: 0.625rem;
  color: #06504F; }

.site-map ul.sitemap-level-0 > li,
p.offline-pages-title {
  margin-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #cccccc; }

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

p.offline-pages-title {
  margin-top: 1.875rem;
  padding-bottom: 1.25rem;
  color: #313131; }

.site-map ul.sitemap-level-1 > li,
.site-map ul.sitemap-level-2 > li {
  margin-bottom: 0.3125rem; }

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

.sitemap-level-1 > li:not(:last-child) .sitemap-level-2 {
  padding-bottom: 0.625rem;
  border-bottom: 0.0625rem solid #cccccc; }

.site-map ul.sitemap-level-2 {
  padding-left: 1.875rem;
  margin-bottom: 0.9375rem;
  margin-top: 0.625rem; }

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

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

/* GLOBAL DESIGN */
.light-theme-vlr header.main-header,
.light-theme-vlr nav#main-nav,
.light-theme-vlr #main-nav-btn,
.light-theme-vlr .main-nav-display-label,
.light-theme-vlr #page-wrapper .breadcrumb-container,
.light-theme-vlr footer.interior-content-footer,
.light-theme-vlr footer.interior-article-footer,
.light-theme-vlr .flash-link-wrapper,
.light-theme-vlr .intersite-banner,
.light-theme-vlr .interior-article-mainContent h2,
.light-theme-vlr #mesures-coronavirus,
.light-theme-vlr footer.main-footer .footer-logo,
.light-theme-vlr footer.main-footer li.footer-column:nth-child(n+3) {
  display: none; }

body.light-theme-vlr {
  background: -webkit-linear-gradient(135deg, #eaedf7 0, #eaedf7 250px, #f9f9f9 250px, #f9f9f9 400px, white 400px, white 86%, #eaedf7 86%, #eaedf7 100%);
  background: linear-gradient(135deg, #eaedf7 0%, #eaedf7 250px, #f9f9f9 250px, #f9f9f9 400px, #ffffff 400px, #ffffff 86%, #eaedf7 86%, #eaedf7 100%); }

body.light-theme-vlr::before,
body.light-theme-vlr::after {
  content: "";
  display: block;
  position: absolute; }

body.light-theme-vlr::before {
  bottom: 0;
  right: 0;
  width: 155px;
  height: 155px;
  background: -webkit-linear-gradient(135deg, transparent 0%, transparent 50%, white 50%, white 100%);
  background: linear-gradient(135deg, transparent 0%, transparent 50%, #ffffff 50%, #ffffff 100%); }

body.light-theme-vlr::after {
  bottom: 5px;
  right: 5px;
  width: 100px;
  height: 100px;
  background-image: url("../images/logo-footer-vlr.svg");
  background-size: 100%; }

.light-theme-vlr .profile-tip {
  display: none;
  left: auto;
  right: 1.25rem;
  -webkit-transform: none;
  transform: none; }

.light-theme-vlr .profile-tip-name {
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.light-theme-vlr .main-content,
.light-theme-vlr .interior-article-container,
.light-theme-vlr article.interior-article-displayed {
  background: none; }

.light-theme-vlr .main-content {
  width: 100%;
  min-height: calc(100vh - 15.3125rem);
  margin: 0 auto;
  padding-bottom: 0; }

.light-theme-vlr .useful-content {
  max-width: 100%;
  padding: 0; }

/* ARTICLES & CONTENT */
.light-theme-vlr .interior-article-container {
  max-width: 100%;
  padding: 0;
  box-shadow: none;
  background: none; }

.light-theme-vlr .interior-article-mainContent {
  padding: 0; }

.light-theme-vlr .interior-article-paragraph.no-floating-media {
  max-width: 57.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.625rem; }

.light-theme-vlr .interior-article-mainContent p.light-theme-rochelle {
  display: inline-block;
  left: 1.25rem;
  top: 0.3125rem;
  margin: 0; }

.light-theme-vlr .interior-article-mainContent p.light-theme-rochelle,
.light-theme-vlr .interior-article-mainContent p.light-theme-rochelle a,
.light-theme-vlr .interior-article-mainContent p.light-theme-rochelle a:visited,
.light-theme-vlr .interior-article-mainContent p.light-theme-rochelle a:hover,
.light-theme-vlr .interior-article-mainContent p.light-theme-rochelle a:focus {
  text-transform: uppercase;
  font-size: 2.25rem;
  line-height: 3.75rem;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  color: #0463b3;
  text-decoration: none; }

.light-theme-vlr .interior-article-mainContent p.light-theme-rochelle::before,
.light-theme-vlr .interior-article-mainContent p.light-theme-rochelle::after {
  display: block;
  position: absolute; }

.light-theme-vlr .interior-article-mainContent p.light-theme-rochelle::before {
  content: url("../images/bg_logo_vlr_left.png");
  width: 3rem;
  height: 2rem;
  bottom: -2rem;
  left: 0; }

.light-theme-vlr .interior-article-mainContent p.light-theme-rochelle::after {
  content: url("../images/bg_logo_vlr_right.png");
  width: 2.25rem;
  height: 2rem;
  top: 0;
  right: -3.125rem; }

h1.light-theme-title {
  max-width: 57.5rem;
  margin: 4rem auto 3rem;
  padding: 0 1.25rem;
  font-size: 1.75rem;
  text-align: center;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  line-height: 1.1;
  text-transform: none;
  color: #313131; }

h1.light-theme-title::after,
.light-theme-vlr footer.main-footer::before {
  content: "";
  display: block;
  position: absolute;
  width: 5.625rem;
  height: 0;
  left: 50%;
  margin-left: -2.8125rem; }

h1.light-theme-title::after {
  bottom: -1.25rem;
  border-bottom: 0.25rem solid #bbbbbb; }

.light-theme-vlr footer.main-footer::before {
  top: 0;
  border-top: 0.25rem solid #bbbbbb; }

.light-theme-vlr .interior-article-mainContent h3,
.light-theme-vlr .interior-article-mainContent a,
.light-theme-vlr .interior-article-mainContent a:visited,
#body-wrapper.light-theme-vlr .portlet-boundary_cdalrEserviceMaskDelivering_WAR_fu_ .alert a,
#body-wrapper.light-theme-vlr .portlet-boundary_cdalrEserviceMaskDelivering_WAR_fu_ .alert a:visited {
  color: #0463b3;
  text-transform: none;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif; }

.light-theme-vlr .interior-article-mainContent a,
.light-theme-vlr .interior-article-mainContent a:visited,
#body-wrapper.light-theme-vlr .portlet-boundary_cdalrEserviceMaskDelivering_WAR_fu_ .alert a,
#body-wrapper.light-theme-vlr .portlet-boundary_cdalrEserviceMaskDelivering_WAR_fu_ .alert a:visited {
  text-decoration: underline;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.light-theme-vlr .interior-article-mainContent a:hover,
.light-theme-vlr .interior-article-mainContent a:focus,
#body-wrapper.light-theme-vlr .portlet-boundary_cdalrEserviceMaskDelivering_WAR_fu_ .alert a:hover,
#body-wrapper.light-theme-vlr .portlet-boundary_cdalrEserviceMaskDelivering_WAR_fu_ .alert a:focus {
  color: #035396; }

.light-theme-vlr .interior-article-mainContent h4 a,
.light-theme-vlr .interior-article-mainContent h4 a:visited {
  display: block;
  margin-bottom: 1.25rem;
  padding: 1rem 2.875rem 1rem 1.25rem;
  background: #eceff8;
  font-variant: normal;
  font-size: 1rem;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  color: #555; }

.light-theme-vlr .interior-article-mainContent h4 a::before,
.light-theme-vlr .interior-article-mainContent h4 a::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.25rem;
  height: 0.25rem;
  right: 1rem;
  top: 50%;
  margin-top: -0.125rem;
  background: #0071bd;
  transition: background .25s ease-out; }

.light-theme-vlr .interior-article-mainContent h4 a::after {
  transform: rotateZ(90deg); }

.light-theme-vlr .interior-article-mainContent h4 a:hover,
.light-theme-vlr .interior-article-mainContent h4 a:visited:hover,
.light-theme-vlr .interior-article-mainContent h4 a:focus {
  background: #0071bd;
  color: #fff; }

.light-theme-vlr .interior-article-mainContent h4 a:hover::before,
.light-theme-vlr .interior-article-mainContent h4 a:focus::before,
.light-theme-vlr .interior-article-mainContent h4 a:hover::after,
.light-theme-vlr .interior-article-mainContent h4 a:focus::after {
  background: #fff; }

.light-theme-vlr .interior-article-mainContent h5 a,
.light-theme-vlr .interior-article-mainContent h5 a:visited {
  display: inline-block;
  left: 50%;
  margin: 1.25rem 0;
  padding: 0.75rem 1rem;
  background: #eceff8;
  font-variant: normal;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
  color: #555;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.light-theme-vlr .interior-article-mainContent h5 a:hover,
.light-theme-vlr .interior-article-mainContent h5 a:visited:hover,
.light-theme-vlr .interior-article-mainContent h5 a:focus {
  background: #0071bd;
  color: #fff; }

.light-theme-vlr .interior-article-mainContent h3 {
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  font-size: 1.5rem; }

.light-theme-vlr .interior-article-mainContent p,
.light-theme-vlr .interior-article-mainContent ul li,
.light-theme-vlr .interior-article-mainContent ol li {
  font-size: 1rem;
  line-height: 1.4; }

.light-theme-vlr .interior-article-mainContent ul {
  list-style-image: none; }

.light-theme-vlr .interior-article-mainContent ul li,
.light-theme-vlr .interior-article-mainContent ol li {
  margin-bottom: 0.625rem; }

.light-theme-vlr .interior-article-mainContent p.margeBas,
.light-theme-vlr .interior-article-mainContent ul li.margeBas,
.light-theme-vlr .interior-article-mainContent ol li.margeBas {
  margin-bottom: 1.875rem; }

.light-theme-vlr .interior-article-mainContent ul li::before,
.light-theme-vlr #cas-authentication-form .france-connect-link a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -1.5625rem;
  margin-top: 0.5rem;
  width: 0;
  height: 0;
  border-left: 0.25rem solid transparent;
  border-right: 0.75rem solid transparent;
  border-top: 0.5625rem solid #0463b3;
  background: none;
  -webkit-transform: rotateZ(8deg);
  transform: rotateZ(8deg); }

.light-theme-vlr .interior-article-mainContent strong {
  color: #555; }

#body-wrapper.light-theme-vlr .interior-article-mainContent a.form-link,
#body-wrapper.light-theme-vlr .interior-article-mainContent a.form-link:visited,
#body-wrapper.light-theme-vlr .cdalr-form button[type="submit"],
#body-wrapper.light-theme-vlr .cdalr-form .btn-submit,
#body-wrapper.light-theme-vlr #confirmation-livraison,
#body-wrapper.light-theme-vlr #confirmation-livraison + .btn-danger,
#body-wrapper.light-theme-vlr #_cdalrEserviceMaskDelivering_WAR_fu_submit + .btn-danger {
  display: inline-block;
  height: auto;
  padding: 0.625rem 1.25rem;
  left: 50%;
  background: #0463b3;
  text-decoration: none;
  color: #fff;
  font-size: 1.125rem;
  border-radius: 0.3125rem;
  float: none;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  border: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
  transition: all .25s ease-out, outline 0s, outline-offset 0s;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.light-theme-vlr .interior-article-mainContent a.form-link,
.light-theme-vlr .interior-article-mainContent a.form-link:visited {
  margin: 1.25rem auto 0.625rem; }

#body-wrapper.light-theme-vlr .interior-article-mainContent a.form-link:hover,
#body-wrapper.light-theme-vlr .interior-article-mainContent a.form-link:focus,
#body-wrapper.light-theme-vlr .cdalr-form button[type="submit"]:hover,
#body-wrapper.light-theme-vlr .cdalr-form .btn-submit:hover,
#body-wrapper.light-theme-vlr .cdalr-form button[type="submit"]:focus,
#body-wrapper.light-theme-vlr .cdalr-form .btn-submit:focus,
#body-wrapper.light-theme-vlr #confirmation-livraison:hover,
#body-wrapper.light-theme-vlr #confirmation-livraison:focus {
  background: #035396;
  color: #fff; }

#body-wrapper.light-theme-vlr .fake-portlet-loading {
  background: rgba(0, 158, 226, 0.1);
  border-top: 0.5rem solid #0463b3;
  color: #0463b3; }

/* PORTLET DOCS */
.light-theme-vlr .interior-article-moreContent-doc,
.light-theme-vlr .interior-article-mainContent ul li.interior-article-moreContent-doc {
  position: relative;
  padding-left: 1.875rem;
  font-size: 1rem; }

.light-theme-vlr .interior-article-moreContent-doc::before,
.light-theme-vlr .interior-article-mainContent ul li.interior-article-moreContent-doc::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.625rem;
  left: 0.3125rem;
  width: 0;
  height: 0;
  margin: 0;
  border-radius: 0;
  background: none; }

.light-theme-vlr .interior-article-moreContent-doc a:hover .interior-article-moreContent-doc-title,
.light-theme-vlr .interior-article-moreContent-doc a:focus .interior-article-moreContent-doc-title {
  color: #0463b3;
  border-bottom: 0.0625rem solid #0463b3; }

.light-theme-vlr .portlet-boundary_10029_WAR_fu_ #chell-form-edit,
.light-theme-vlr .portlet-boundary_10030_WAR_fu_ form.form-horizontal,
.light-theme-vlr .portlet-boundary_10068_WAR_fu_ #chell-form-edit {
  padding: 0;
  box-shadow: none; }

.light-theme-vlr .jstree .jstree-icon.interior-article-moreContent-docs-title,
.light-theme-vlr .jstree-cda .jstree-leaf.jstree-last:first-child .jstree-loading {
  display: inline-flex;
  align-items: center;
  min-height: 1.75rem;
  padding-left: 0.25rem;
  padding-right: 2.25rem;
  color: #0463b3;
  font-size: 1rem;
  border-bottom: 0;
  cursor: pointer;
  -webkit-transition: background .25s ease-out, color .25s ease-out;
  transition: background .25s ease-out, color .25s ease-out; }

.light-theme-vlr .jstree .jstree-icon.interior-article-moreContent-docs-title::after,
.light-theme-vlr .jstree-cda .jstree-leaf.jstree-last:first-child .jstree-loading::after {
  left: auto;
  right: 0.5rem;
  bottom: auto;
  top: 0.3125rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  background-color: #0463b3;
  background-image: url("../images/fleche-droite-vlr.svg");
  background-size: 2.75rem 1.375rem;
  background-position: -.125rem -.125rem;
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  -webkit-transition: background-color .25s ease-out;
  transition: background-color .25s ease-out; }

.light-theme-vlr .jstree .jstree-icon.interior-article-moreContent-docs-title:hover,
.light-theme-vlr .jstree .jstree-icon.interior-article-moreContent-docs-title:focus {
  color: #fff;
  background: #0463b3; }

.light-theme-vlr .jstree .jstree-icon.interior-article-moreContent-docs-title:hover::after,
.light-theme-vlr .jstree .jstree-icon.interior-article-moreContent-docs-title:focus::after {
  background-color: #fff;
  background-position: -1.5rem -.125rem; }

.light-theme-vlr .interior-article-moreContent-folder .jstree-icon.interior-article-moreContent-docs-title::before {
  display: none; }

.light-theme-vlr .interior-article-moreContent-folder.jstree-open > .jstree-icon.interior-article-moreContent-docs-title::after {
  -webkit-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg); }

.light-theme-vlr .jstree li.interior-article-moreContent-folder::before {
  display: none; }

.light-theme-vlr .interior-article-mainContent .jstree .interior-article-moreContent-doc {
  margin: 0.9375rem 0 0.3125rem; }

.light-theme-vlr .interior-article-mainContent .jstree .interior-article-moreContent-doc .jstree-icon {
  display: none; }

/* FOOTER */
.light-theme-vlr footer.main-footer .footer-logo,
.light-theme-vlr footer.main-footer li.footer-column:nth-child(n+3) {
  display: none; }

.light-theme-vlr footer.main-footer {
  display: block;
  margin-top: 0.625rem;
  padding-top: 1.875rem;
  background: none; }

.main-footer .useful-content {
  display: block; }

.light-theme-vlr footer.main-footer ul {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0;
  -ms-flex: 0;
  flex: 0;
  margin: 0;
  padding: 0; }

.light-theme-vlr footer.main-footer .footer-column {
  margin: 0;
  padding: 0;
  width: auto; }

.light-theme-vlr footer.main-footer .footer-link {
  margin: 0.625rem 0; }

.light-theme-vlr footer.main-footer .footer-link a {
  color: #313131;
  font-size: 1rem;
  -webkit-transition: none;
  transition: none; }

.light-theme-vlr footer.main-footer .footer-link a:hover,
.light-theme-vlr footer.main-footer .footer-link a:focus {
  padding: 0;
  color: #0463b3;
  text-decoration: underline; }

.light-theme-vlr .footer-vlr-coords {
  margin-top: 1.875rem; }

.light-theme-vlr p.footer-vlr-coords-content {
  margin: 0;
  color: #313131;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center; }

.light-theme-vlr p.footer-vlr-coords-content + p.footer-vlr-coords-content {
  margin-top: 0.625rem;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  color: #555; }

/* DIVERS */
.light-theme-vlr figcaption.caption-media-overlay-figure,
.light-theme-vlr .interior-article-media .embedded-portlet > .alert-warning,
#body-wrapper.light-theme-vlr .embedded-portlet > .alert,
#body-wrapper.light-theme-vlr .cu-login-form .alert {
  padding: 1.25rem;
  font-size: 1rem;
  border-color: #0463b3; }

.light-theme-vlr .fullPage-alert,
.light-theme-vlr aside.fullPage-alert {
  font-size: 1rem; }

.light-theme-vlr #title-alertAdvert {
  color: #0463b3;
  font-variant: normal; }

.light-theme-vlr #alert-advert .btn-alertAdvert {
  font-size: 1rem;
  background: #0463b3; }

.light-theme-vlr #alert-advert .btn-alertAdvert:hover,
.light-theme-vlr #alert-advert .btn-alertAdvert:focus {
  background: #035396; }

#body-wrapper.light-theme-vlr .typeahead__container.result .typeahead__list {
  padding: 0; }

#body-wrapper.light-theme-vlr .typeahead__container.result .typeahead__list li::before {
  display: none; }

@media (min-width: 40rem) and (min-height: 40rem) {
  h1.light-theme-title {
    margin-bottom: 6rem;
    font-size: 2.5rem; }

  h1.light-theme-title::after,
  .light-theme-vlr footer.main-footer::before {
    width: 7.5rem;
    margin-left: -3.75rem; }

  h1.light-theme-title::after {
    bottom: -2.5rem;
    border-bottom: 0.375rem solid #bbbbbb; }

  .light-theme-vlr footer.main-footer {
    margin-top: 1.25rem;
    padding-top: 2.5rem; }

  .light-theme-vlr footer.main-footer::before {
    border-top: 0.375rem solid #bbbbbb; } }
@media (min-width: 35rem) {
  .light-theme-vlr .interior-article-paragraph.no-floating-media {
    padding: 0 1.25rem; } }
@media (min-width: 43.75rem) {
  .light-theme-vlr .main-footer .useful-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .light-theme-vlr footer.main-footer ul {
    display: block; }

  .light-theme-vlr .footer-vlr-coords {
    margin-top: 0;
    margin-left: 10rem; }

  .light-theme-vlr p.footer-vlr-coords-content {
    text-align: left; } }
@media (min-width: 47.5rem) {
  .light-theme-vlr .main-content {
    min-height: calc(100vh - 9.5rem); } }
@media (min-width: 56.25rem) {
  h1.light-theme-title,
  .light-theme-vlr .interior-article-paragraph.no-floating-media {
    padding: 0 1.875rem; } }
@media (min-width: 75rem) {
  h1.light-theme-title {
    margin-top: 2rem; } }
@media (min-width: 93.75rem) {
  h1.light-theme-title {
    margin-top: 1rem; } }
/* FORMULAIRES */
.light-theme-vlr .cu-create.cu-title-bar {
  font-size: 1rem; }

.light-theme-vlr fieldset.accordion-group-service,
.light-theme-vlr #cuCreateForm fieldset legend,
.light-theme-vlr #cuUpdForm fieldset legend,
.light-theme-vlr #cuDeleteForm fieldset legend,
.light-theme-vlr .cdalr-form .accordion-group legend,
.light-theme-vlr .cdalr-form button[type="submit"]::after,
.light-theme-vlr .cdalr-form .btn-submit::after {
  display: none; }

.light-theme-vlr .cdalr-form .required-fields {
  display: block;
  margin: 0 0 2.5rem; }

#body-wrapper.light-theme-vlr .cdalr-form,
#body-wrapper.light-theme-vlr .interior-article-media .cdalr-form,
#body-wrapper.light-theme-vlr #cuCreateForm,
#body-wrapper.light-theme-vlr #cuUpdForm,
#body-wrapper.light-theme-vlr #cuDeleteForm {
  font-size: 0.875rem; }

.light-theme-vlr .cdalr-form legend.fieldset-section-legend {
  margin-top: 1.875rem;
  padding-bottom: 0.625rem;
  line-height: 1.1;
  color: #0463b3;
  text-transform: none;
  font-variant: normal;
  font-size: 1.5rem; }

.light-theme-vlr h4.fieldset-section-subtitle {
  display: inline-block;
  margin: 0.625rem 0 0.3125rem;
  color: #0463b3;
  text-transform: none;
  font-variant: normal;
  font-size: 1.125rem;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif; }

.light-theme-vlr h4.fieldset-section-subtitle::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -0.625rem;
  left: 0;
  right: 0;
  height: 0;
  line-height: 1.1;
  border-bottom: 1px solid #ccc; }

.light-theme-vlr .cdalr-form p.zoom-form-msg {
  margin-top: 1.25rem;
  padding: 0.9375rem 1.25rem;
  font-size: 1rem;
  background: #eaedf7; }

.aui .light-theme-vlr .form-actions {
  margin-top: 1.25rem; }

.light-theme-vlr .cdalr-form fieldset,
.light-theme-vlr #cuCreateForm fieldset,
.light-theme-vlr #cuUpdForm fieldset,
.light-theme-vlr #cuDeleteForm fieldset,
.light-theme-vlr .cdalr-form .accordion-group {
  max-width: 43.75rem;
  border: 0;
  padding: 0;
  border-radius: 0;
  background: none; }

.light-theme-vlr .cdalr-form legend,
.light-theme-vlr .cdalr-form h3.form-sections-title {
  color: #0463b3; }

.aui .light-theme-vlr .form-horizontal .control-group {
  margin-bottom: 1.5rem; }

.light-theme-vlr .cdalr-form .control-group .controls > input,
.light-theme-vlr .cdalr-form .control-group .controls > select,
.light-theme-vlr .cdalr-form .control-group .controls > .select-container,
.light-theme-vlr .cdalr-form .control-group .controls > .select-container select,
.light-theme-vlr .cdalr-form .control-group .controls .select-arrow,
.light-theme-vlr .cdalr-form .control-group .controls > textarea,
.light-theme-vlr .cdalr-form .control-group .controls > .intl-tel-input input,
.light-theme-vlr .cdalr-form .control-group .controls > .algolia-places input {
  background-color: #f6f9ff;
  -webkit-transition: none;
  transition: none; }

.light-theme-vlr .cdalr-form .control-group .controls input,
.light-theme-vlr .cdalr-form .control-group .controls select {
  height: 2.25rem; }

.light-theme-vlr .cdalr-form .control-group label,
.light-theme-vlr #cuCreateForm .control-group.warning .control-label,
.light-theme-vlr #cuUpdForm .control-group.warning .control-label {
  line-height: 2.125rem;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-variant: normal;
  color: #555; }

.light-theme-vlr .cdalr-form .control-group .controls > :not(label):focus,
.light-theme-vlr .cdalr-form .control-group .controls > :not(label):hover,
.light-theme-vlr .cdalr-form .control-group .controls > .input-error:focus,
.aui .light-theme-vlr .cdalr-form .control-group .controls > :not(label):focus,
.aui .light-theme-vlr .cdalr-form .control-group .controls > :not(label):hover,
.aui .light-theme-vlr .cdalr-form .control-group .controls > .input-error:focus,
.light-theme-vlr .cdalr-form .control-group .controls .select-container > :not(label):focus,
.light-theme-vlr .cdalr-form .control-group .controls .select-container > :not(label):hover,
.light-theme-vlr .cdalr-form .control-group .controls .select-container > .input-error:focus,
.aui .light-theme-vlr .cdalr-form .control-group .controls .select-container > :not(label):focus,
.aui .light-theme-vlr .cdalr-form .control-group .controls .select-container > :not(label):hover,
.aui .light-theme-vlr .cdalr-form .control-group .controls .select-container > .input-error:focus,
.light-theme-vlr .cdalr-form .control-group .controls .intl-tel-input > :not(label):focus,
.light-theme-vlr .cdalr-form .control-group .controls .intl-tel-input > :not(label):hover,
.light-theme-vlr .cdalr-form .control-group .controls .intl-tel-input > .input-error:focus,
.aui .light-theme-vlr .cdalr-form .control-group .controls .intl-tel-input > :not(label):focus,
.aui .light-theme-vlr .cdalr-form .control-group .controls .intl-tel-input > :not(label):hover,
.aui .light-theme-vlr .cdalr-form .control-group .controls .intl-tel-input > .input-error:focus,
.light-theme-vlr .cdalr-form .control-group .controls .typeahead__query > :not(label):focus,
.light-theme-vlr .cdalr-form .control-group .controls .typeahead__query > :not(label):hover,
.light-theme-vlr .cdalr-form .control-group .controls .typeahead__query > .input-error:focus,
.aui .light-theme-vlr .cdalr-form .control-group .controls .typeahead__query > :not(label):focus,
.aui .light-theme-vlr .cdalr-form .control-group .controls .typeahead__query > :not(label):hover,
.aui .light-theme-vlr .cdalr-form .control-group .controls .typeahead__query > .input-error:focus,
.light-theme-vlr .cdalr-form .control-group .controls .algolia-places > .ap-input:focus,
.light-theme-vlr .cdalr-form .control-group .controls .algolia-places > .ap-input:hover,
.light-theme-vlr .cdalr-form .control-group .controls .algolia-places > .ap-input.input-error:focus,
.aui .light-theme-vlr .cdalr-form .control-group .controls .algolia-places > .ap-input:focus,
.aui .light-theme-vlr .cdalr-form .control-group .controls .algolia-places > .ap-input:hover,
.aui .light-theme-vlr .cdalr-form .control-group .controls .algolia-places > .ap-input.input-error:focus,
.light-theme-vlr .cdalr-form .control-group .controls .select-container > :focus + .select-arrow,
.light-theme-vlr .cdalr-form .control-group .controls .select-container > :hover + .select-arrow,
.light-theme-vlr .cdalr-form .control-group .controls .select-container > .input-error:focus + .select-arrow {
  border-color: #0463b3 !important; }

#body-wrapper.light-theme-vlr .uneditable-input:hover,
#body-wrapper.light-theme-vlr .uneditable-input:focus {
  border-color: #ccc !important; }

.aui .light-theme-vlr .cdalr-form .control-group .controls .uneditable-input {
  width: 100%;
  line-height: 2.125rem; }

#body-wrapper.light-theme-vlr .cdalr-form .control-group .controls .radio-block {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0.625rem 0; }

#body-wrapper.light-theme-vlr .cdalr-form .control-group .controls .radio-block.single-radio-block {
  margin: 0.625rem 1.25rem; }

#body-wrapper.light-theme-vlr .cdalr-form .control-group .controls .radio-block .radio-label,
#body-wrapper.light-theme-vlr .cdalr-form .control-group .controls .radio-block.single-radio-block .radio-label {
  width: 100%;
  margin: 0.9375rem 0 0; }

#body-wrapper.light-theme-vlr .cdalr-form .control-group .controls .radio-block .radio-label:focus {
  outline: 0.125rem solid #0463b3; }

#body-wrapper.light-theme-vlr .cdalr-form .control-group .controls .radio-block .radio-label address {
  margin: 0; }

.light-theme-vlr .cdalr-form .map {
  margin: 1.25rem 0 0;
  max-height: 85vh; }

.light-theme-vlr .cdalr-form .map.mini-map {
  width: 53.75rem;
  height: 31.25rem;
  max-width: calc(100vw - 1.25rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.light-theme-vlr .cdalr-form .map.local-map {
  width: 100%;
  height: 21.25rem; }

/* Pagination */
#body-wrapper.light-theme-vlr .cdalr-form p.search-results-total {
  color: #0463b3; }

#body-wrapper.light-theme-vlr .cdalr-form .pagination .pagination-content li a {
  color: #0463b3;
  float: none; }

#body-wrapper.light-theme-vlr .cdalr-form .pagination .pagination-content li.active a {
  background: #035396; }

#body-wrapper.light-theme-vlr .cdalr-form .pagination .pagination-content li:not(.active):not(.disabled) a:hover,
#body-wrapper.light-theme-vlr .cdalr-form .pagination .pagination-content li:not(.active):not(.disabled) a:focus {
  background: #0463b3; }

/* Form authentification */
#body-wrapper.light-theme-vlr #cas-authentication-form {
  margin-top: 2.5rem; }

.light-theme-vlr #cas-authentication-form fieldset legend,
.light-theme-vlr #cas-authentication-form .rrssb-buttons > li::before {
  display: none; }

.light-theme-vlr #cas-authentication-form .form-actions {
  margin-top: 6rem; }

.light-theme-vlr #cas-authentication-form button[type="submit"] {
  top: -4.75rem; }

.light-theme-vlr .cu-title-bar.cu-create {
  max-width: 43.75rem;
  margin: 2.5rem auto; }

.light-theme-vlr .cu-title-bar.cu-create .cu-title,
.light-theme-vlr .cu-title-bar.cu-create + hr {
  display: none; }

.light-theme-vlr .cu-title-bar.cu-create .cu-title-info {
  font-style: italic; }

.light-theme-vlr #forgot-pwd-popup .popup-title {
  color: #0463b3;
  text-transform: none;
  font-variant: normal;
  padding-left: 0;
  padding-bottom: 0.625rem; }

.light-theme-vlr #pwdForgotForm .popup-input > .input-append > .btn-forgot-pwd {
  background: #0463b3; }

.light-theme-vlr #pwdForgotForm .popup-input > .input-append > .btn-forgot-pwd:hover,
.light-theme-vlr #pwdForgotForm .popup-input > .input-append > .btn-forgot-pwd:focus {
  background: #035396; }

#body-wrapper.light-theme-vlr #cuDeleteForm p {
  font-size: 1rem; }

/* Form demande masque */
.light-theme-vlr #eserviceMaskDeliveringForm #_cdalrEserviceMaskDelivering_WAR_fu_numeroFiscal,
.light-theme-vlr #eserviceMaskDeliveringForm #displayedEmailAddressId {
  border-right: 0.0625rem solid #cccccc;
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem; }

.light-theme-vlr #eserviceMaskDeliveringForm #_cdalrEserviceMaskDelivering_WAR_fu_adresse2 {
  border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem; }

.light-theme-vlr #eserviceMaskDeliveringForm #_cdalrEserviceMaskDelivering_WAR_fu_adresse1 {
  border-right: 0; }

.light-theme-vlr #eserviceMaskDeliveringForm #_cdalrEserviceMaskDelivering_WAR_fu_adresseInutile + .typeahead__container,
.light-theme-vlr #eserviceMaskDeliveringForm #_cdalrEserviceMaskDelivering_WAR_fu_adresseInutile + .algolia-places {
  -webkit-box-flex: 4;
  -webkit-flex: 4;
  -ms-flex: 4;
  flex: 4;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1; }

.light-theme-vlr #eserviceMaskDeliveringForm #_cdalrEserviceMaskDelivering_WAR_fu_displayedAdressCp {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1; }

.light-theme-vlr #eserviceMaskDeliveringForm #_cdalrEserviceMaskDelivering_WAR_fu_displayedAdressCity {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1; }

@media (min-width: 35rem) {
  #body-wrapper.light-theme-vlr .cdalr-form .control-group .controls .radio-block .radio-label {
    width: 50%;
    padding-right: 0.9375rem; } }
/* Recap demande */
.cdalr-form .qrcode {
  display: block;
  margin: 1.25rem auto 0; }

dl.mask-dossier-recap-list {
  font-size: 16px;
  margin: 0; }

dl.mask-dossier-recap-list .mask-dossier-recap-entry:not(:last-child) {
  margin-bottom: 10px; }

dl.mask-dossier-recap-list dt,
dl.mask-dossier-recap-list dd {
  display: inline-block;
  line-height: 1.4; }

dl.mask-dossier-recap-list dt {
  color: #555;
  font-weight: normal;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif; }

dl.mask-dossier-recap-list dt::after {
  content: ":";
  margin-left: 5px; }

dl.mask-dossier-recap-list dd {
  margin-left: 5px; }

#body-wrapper.light-theme-vlr #confirmation-livraison,
#body-wrapper.light-theme-vlr #_cdalrEserviceMaskDelivering_WAR_fu_submit,
#body-wrapper.light-theme-vlr #confirmation-livraison + .btn-danger,
#body-wrapper.light-theme-vlr #_cdalrEserviceMaskDelivering_WAR_fu_submit + .btn-danger {
  position: relative;
  width: auto;
  left: auto;
  margin: 0 1.25rem 1.25rem;
  line-height: 1.875rem;
  -webkit-transform: none;
  transform: none; }

#body-wrapper.light-theme-vlr #confirmation-livraison + .btn-danger,
#body-wrapper.light-theme-vlr #_cdalrEserviceMaskDelivering_WAR_fu_submit + .btn-danger {
  width: auto;
  height: auto;
  border: 0;
  line-height: 1.875rem;
  background: #d33;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif; }

#body-wrapper.light-theme-vlr #confirmation-livraison + .btn-danger:hover,
#body-wrapper.light-theme-vlr #confirmation-livraison + .btn-danger:focus,
#body-wrapper.light-theme-vlr #_cdalrEserviceMaskDelivering_WAR_fu_submit + .btn-danger:hover,
#body-wrapper.light-theme-vlr #_cdalrEserviceMaskDelivering_WAR_fu_submit + .btn-danger:focus {
  background: #a00; }

/* Vue opérateur */
#eserviceMaskDeliveringDistributionForm .btn-group,
#eserviceMaskDeliveringOtherDistributionsForm .btn-group {
  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; }

#eserviceMaskDeliveringOtherDistributionsForm #_cdalrEserviceMaskDelivering_WAR_fu_nbMasques,
#eserviceMaskDeliveringOtherDistributionsForm #_cdalrEserviceMaskDelivering_WAR_fu_displayedNbMasques {
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
  border-right: 0.0625rem solid #cccccc; }

#eserviceMaskDeliveringOtherDistributionsForm #_cdalrEserviceMaskDelivering_WAR_fu_searchButton {
  width: auto;
  margin: 0;
  padding: 0.25rem 0.75rem;
  background: #0463b3;
  color: #fff;
  text-shadow: none;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-size: 0.875rem;
  border: 0;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

#eserviceMaskDeliveringOtherDistributionsForm #_cdalrEserviceMaskDelivering_WAR_fu_searchButton:hover,
#eserviceMaskDeliveringOtherDistributionsForm #_cdalrEserviceMaskDelivering_WAR_fu_searchButton:focus {
  background: #035396; }

#body-wrapper #eserviceMaskDeliveringOtherDistributionsForm .radio-label[for="_cdalrEserviceMaskDelivering_WAR_fu_dossier"] {
  margin-top: 0; }

#eserviceMaskDeliveringOtherDistributionsForm .control-label[for="_cdalrEserviceMaskDelivering_WAR_fu_operateur"],
#eserviceMaskDeliveringOtherDistributionsForm #_cdalrEserviceMaskDelivering_WAR_fu_operateur {
  display: none; }

#alert-advert.confirmation-livraison-feedback .fullPage-alert-container {
  width: 25rem; }

#alert-advert.confirmation-livraison-feedback .btn-alertAdvert {
  width: 6.25rem; }

#body-wrapper.light-theme-vlr .portlet-boundary_cdalrEserviceMaskDelivering_WAR_fu_ .alert {
  max-width: 53.75rem;
  margin: 2.5rem auto 0;
  padding: 1.25rem;
  font-size: 1rem;
  border-color: #0463b3; }

#body-wrapper.light-theme-vlr .portlet-body > #eserviceMaskDeliveringDistributionForm,
#body-wrapper.light-theme-vlr .portlet-body > #eserviceMaskDeliveringOtherDistributionsForm {
  margin-top: 5rem; }

@media (max-width: 37.5rem) {
  .control-label[for="_cdalrEserviceMaskDelivering_WAR_fu_cle"] {
    margin-bottom: 3.125rem; }

  #_cdalrEserviceMaskDelivering_WAR_fu_cle {
    border-top-right-radius: 0.3125rem;
    border-bottom-right-radius: 0.3125rem;
    border-right: 0.0625rem solid #cccccc; }

  #eserviceMaskDeliveringOtherDistributionsForm #_cdalrEserviceMaskDelivering_WAR_fu_searchButton {
    position: absolute;
    top: 3.125rem;
    right: 0;
    height: 2.25rem;
    border-top-left-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem; } }
.light-theme-audit header.main-header,
.light-theme-audit nav#main-nav,
.light-theme-audit #main-nav-btn,
.light-theme-audit .main-nav-display-label,
.light-theme-audit #page-wrapper .breadcrumb-container,
.light-theme-audit footer.interior-content-footer,
.light-theme-audit footer.interior-article-footer,
.light-theme-audit .flash-link-wrapper,
.light-theme-audit .intersite-banner,
.light-theme-audit .interior-article-mainContent h2,
.light-theme-audit #mesures-coronavirus,
.light-theme-audit footer.main-footer,
.light-theme-audit .profile-tip,
.light-theme-audit .cookies-notice,
.aui .light-theme-audit.dockbar-split .dockbar {
  display: none; }

.aui body.light-theme-audit {
  background: #fff; }

.light-theme-audit .main-content,
.light-theme-audit .interior-article-container,
.light-theme-audit article.interior-article-displayed {
  width: 1320px;
  background: none; }

.light-theme-audit .main-content {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0; }

.light-theme-audit .useful-content {
  max-width: 100%;
  padding: 0; }

.light-theme-audit .interior-article-container {
  max-width: 100%;
  padding: 0;
  box-shadow: none;
  background: none; }

.light-theme-audit .interior-article-mainContent {
  max-width: 125rem;
  margin: auto;
  columns: 2;
  column-gap: 0; }

.light-theme-audit .interior-article-paragraph {
  width: 50rem;
  max-width: 100%;
  padding: 0 1.25rem; }

.light-theme-audit .interior-article-mainContent h3 {
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  padding-left: 2.5rem;
  color: #0463b3;
  text-transform: none;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif; }

.light-theme-audit .interior-article-mainContent h2 + .interior-article-paragraph h3 {
  margin-top: 0; }

.light-theme-audit .interior-article-media-fCenter {
  width: 620px !important;
  margin-top: 0;
  overflow: hidden; }

.light-theme-audit .interior-article-media-fCenter .interior-article-media-iframe {
  height: 130px !important;
  transform: translateY(-36px);
  margin-bottom: -36px; }

.light-theme-grand-pavois header.main-header,
.light-theme-grand-pavois nav#main-nav,
.light-theme-grand-pavois #main-nav-btn,
.light-theme-grand-pavois .main-nav-display-label,
.light-theme-grand-pavois #page-wrapper .breadcrumb-container,
.light-theme-grand-pavois footer.interior-content-footer,
.light-theme-grand-pavois footer.interior-article-footer,
.light-theme-grand-pavois .flash-link-wrapper,
.light-theme-grand-pavois .intersite-banner,
.light-theme-grand-pavois .interior-article-mainContent h2,
.light-theme-grand-pavois #mesures-coronavirus,
.light-theme-grand-pavois footer.main-footer,
.light-theme-grand-pavois .profile-tip,
.aui .light-theme-grand-pavois.dockbar-split .dockbar {
  display: none; }

.aui body.light-theme-grand-pavois {
  background: #fff; }

.light-theme-grand-pavois .main-content,
.light-theme-grand-pavois .interior-article-container,
.light-theme-grand-pavois article.interior-article-displayed {
  background: none; }

.light-theme-grand-pavois .main-content {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0; }

.light-theme-grand-pavois .useful-content {
  max-width: 100%;
  padding: 0; }

.light-theme-grand-pavois .interior-article-container {
  max-width: 100%;
  margin: 0;
  padding: 0;
  box-shadow: none;
  background: none; }

.light-theme-grand-pavois .interior-article-mainContent {
  max-width: 100%;
  margin: auto;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.light-theme-grand-pavois h2 + .interior-article-paragraph {
  width: 100%;
  margin: 0;
  padding: 0; }

.light-theme-grand-pavois h2 + .interior-article-paragraph::before,
.light-theme-grand-pavois h2 + .interior-article-paragraph::after {
  content: "";
  z-index: 3;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 13.125rem;
  height: 13.75rem;
  background-color: #ffd500; }

.light-theme-grand-pavois h2 + .interior-article-paragraph::before {
  transform-origin: bottom right;
  transform: skew(0, -6deg); }

.light-theme-grand-pavois h2 + .interior-article-paragraph::after {
  background-image: url("../images/logo-force-ocean.png");
  background-position: center; }

.light-theme-grand-pavois .interior-article-mainContent h2.grand-pavois-title {
  z-index: 2;
  display: block;
  width: 100%;
  margin-bottom: 7vw;
  padding: 2.5rem 16.875rem 1.25rem;
  font-size: 3rem;
  background: #02173d;
  color: #ffd500;
  text-align: center; }

.light-theme-grand-pavois .interior-article-mainContent h2.grand-pavois-title .grand-pavois-title-strong {
  margin-right: 0.625rem;
  color: #fff; }

.light-theme-grand-pavois .interior-article-mainContent h2.grand-pavois-title::before {
  content: "";
  z-index: -1;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background: #02173d;
  border-bottom: 0.625rem solid #ffd500;
  transform-origin: bottom right;
  transform: skew(0, -2deg); }

.light-theme-grand-pavois .interior-article-mainContent .logo-cda {
  z-index: 3;
  display: block;
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  width: 11.875rem;
  height: 3.125rem; }

.light-theme-grand-pavois .interior-article-paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50rem;
  max-width: 100%;
  margin: 2.5rem 1.25rem;
  padding: 0 1.25rem; }

.light-theme-grand-pavois .interior-article-mainContent h3 {
  z-index: 2;
  margin: 0;
  padding: 1.25rem 1.25rem 0.625rem;
  font-size: 2rem;
  background: #ffd500;
  color: #02173d;
  text-align: center;
  text-transform: uppercase;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  line-height: 1.2; }

.light-theme-grand-pavois .interior-article-mainContent h3::before {
  content: "";
  z-index: -1;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background: #ffd500;
  border-bottom: 0.25rem solid white;
  transform-origin: bottom right;
  transform: skew(0, -2deg); }

.light-theme-grand-pavois .interior-article-paragraph > p {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  z-index: 2;
  margin: 0;
  padding: 0.9375rem 1.25rem 1.25rem;
  font-size: 1rem;
  background: #02173d;
  color: #fff;
  text-align: center; }

.light-theme-grand-pavois .interior-article-paragraph > p::before {
  content: "";
  z-index: -1;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background: #02173d;
  border-top: 0.25rem solid white;
  transform-origin: top left;
  transform: skew(0, -2deg); }

.light-theme-grand-pavois .interior-article-media-fCenter {
  margin: 0; }

.light-theme-grand-pavois .interior-article-paragraph.zoomed-paragraph {
  width: 100%;
  margin: 7vw 0 0;
  padding: 2.5rem 1.25rem;
  background: #02173d; }

.light-theme-grand-pavois .interior-article-paragraph.zoomed-paragraph::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background: #02173d;
  border-top: 0.625rem solid #ffd500;
  transform-origin: top left;
  transform: skew(0, -2deg); }

.light-theme-grand-pavois .interior-article-paragraph.zoomed-paragraph > p {
  font-size: 1.125rem; }

.light-theme-grand-pavois .interior-article-paragraph.zoomed-paragraph > p::before {
  display: none; }

/* GLOBAL DESIGN */
.account-creation-page,
.account-creation-page .cookies-notice,
.account-creation-page #alert-notif,
.account-creation-page nav#main-nav,
.account-creation-page #main-nav-btn,
.account-creation-page .main-nav-display-label,
.account-creation-page #page-wrapper .breadcrumb-container,
.account-creation-page footer.interior-content-footer,
.account-creation-page footer.interior-article-footer,
.account-creation-page .flash-link-wrapper,
.account-creation-page .intersite-banner,
.account-creation-page .interior-article-moreContent-container,
.account-creation-page hr {
  display: none; }

.account-creation-page * {
  line-height: 1.4; }

body.account-creation-page {
  background: linear-gradient(135deg, #eaedf7 0%, #eaedf7 150px, #f9f9f9 150px, #f9f9f9 240px, #ffffff 240px, #ffffff 88%, #eaedf7 88%, #eaedf7 96%, #ffffff 96%, #ffffff 100%) !important; }

@media (max-width: 50rem) {
  body {
    background: linear-gradient(135deg, #eaedf7 0%, #eaedf7 75px, #f9f9f9 75px, #f9f9f9 120px, #ffffff 120px, #ffffff 94%, #eaedf7 94%, #eaedf7 98%, #ffffff 98%, #ffffff 100%) !important; } }
.account-creation-page #page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

.account-creation-page .main-header,
.account-creation-page .main-content,
.account-creation-page .main-footer {
  background: none; }

.account-creation-page .main-content {
  min-height: 0;
  flex: 1; }

/* HEADER */
.account-creation-page .main-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.375rem 1.375rem;
  box-shadow: none; }

.account-creation-page .main-header::after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  bottom: 0;
  height: 0;
  width: 31.25rem;
  max-width: 50vw;
  border-top: .125rem solid #ccc;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.account-creation-page .main-header .cas-logo {
  height: 2.75rem;
  margin: 1rem 1.25rem 0; }

@media (max-width: 31.25rem) {
  .account-creation-page .main-header .cas-logo {
    height: 2.1875rem; } }
/* FOOTER */
.account-creation-page .main-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 4rem 0 0;
  padding: 1.125rem 1.25rem 1rem;
  color: #313131;
  font-size: .875rem; }

.account-creation-page .main-footer::after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  top: 0;
  height: 0;
  width: 31.25rem;
  max-width: 50vw;
  border-top: .125rem solid #ccc;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.account-creation-page .main-footer p {
  margin: .25rem .625rem; }

.account-creation-page .main-footer a {
  text-decoration: underline; }

/* EDITO CONTENT */
.account-creation-page .interior-article-container,
.account-creation-page .interior-article-displayed {
  box-shadow: none;
  background: none; }

.account-creation-page .interior-article-mainContent {
  padding: 0; }

.account-creation-page .interior-article h2 {
  margin: 2.5rem auto 1.25rem;
  color: #06504f;
  font-size: 1.125rem;
  text-align: center;
  text-transform: none; }

.account-creation-page .interior-article p {
  max-width: 31.25rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .875rem; }

.account-creation-page .interior-article .cdalr-form p {
  max-width: 100%; }

.account-creation-page .helpdesk {
  max-width: 31.25rem;
  margin: 2.5rem auto 0; }

.account-creation-page .helpdesk-center {
  margin: 0 0 .5rem;
  font-size: 1rem !important;
  text-align: center; }

.account-creation-page .helpdesk-small {
  margin: 4rem 0 0; }

/* FORM LAYOUT */
#body-wrapper.account-creation-page #cuCreateForm {
  max-width: 31.25rem;
  margin: 2rem auto 0 !important; }

#body-wrapper.account-creation-page #cuCreateForm::after,
#body-wrapper.account-creation-page #cuCreateForm fieldset legend,
#body-wrapper.account-creation-page #cuCreateForm #my-coords-infos {
  display: none; }

#body-wrapper.account-creation-page #cuCreateForm fieldset {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
  background: none; }

@media (min-width: 40rem) {
  #body-wrapper.account-creation-page #cuCreateForm {
    max-width: 100%; }

  #body-wrapper.account-creation-page #cuCreateForm .control-group-block {
    display: flex;
    flex-wrap: wrap; }

  #body-wrapper.account-creation-page #cuCreateForm .control-group-block > .control-group {
    flex: 1; }

  #body-wrapper.account-creation-page #cuCreateForm .control-group-block > :not(.control-group) {
    width: 100%; }

  #body-wrapper.account-creation-page #cuCreateForm .control-group-block > .control-group + .control-group {
    margin-left: 2rem; } }
/* LABELS AND INPUTS */
#body-wrapper.account-creation-page #cuCreateForm .control-group {
  display: block;
  margin: 0 0 1.5rem; }

#body-wrapper.account-creation-page #cuCreateForm .control-label {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: #555;
  font-size: 1rem;
  text-align: left; }

#body-wrapper.account-creation-page #cuCreateForm .control-label .text-error {
  display: none; }

#body-wrapper.account-creation-page #cuCreateForm .control-group .controls > input {
  height: 3.125rem;
  padding: 0 1rem;
  border-radius: .25rem;
  border-color: rgba(0, 0, 0, 0.38);
  box-shadow: none;
  font-size: 1rem; }

#body-wrapper.account-creation-page #cuCreateForm .control-group .controls > input:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

#body-wrapper.account-creation-page #cuCreateForm .control-group .controls > input.input-error {
  border-color: #b00020;
  color: #b00020; }

#body-wrapper.account-creation-page #cuCreateForm .control-group .controls > input:focus {
  border-color: #0463b3;
  outline: 1px solid #0463b3 !important;
  outline-offset: 0 !important; }

#body-wrapper.account-creation-page #cuCreateForm .control-group .input-error-addon {
  position: absolute;
  margin: .25rem 0 0;
  padding: 0 1rem;
  color: #b00020;
  font-family: DroidSans, AdjustedArial, sans-serif;
  font-size: .75rem; }

#body-wrapper.account-creation-page #cuCreateForm .reveal-password {
  width: 3.125rem;
  height: 3.125rem;
  padding: 0;
  background-color: #108670;
  background-size: 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-color .25s ease-out; }

#body-wrapper.account-creation-page #cuCreateForm .reveal-password:hover,
#body-wrapper.account-creation-page #cuCreateForm .reveal-password:focus {
  background-color: #06504f; }

#body-wrapper.account-creation-page #cuCreateForm .reveal-password:focus {
  outline: .125rem solid #0463b3 !important; }

#body-wrapper.account-creation-page #cuCreateForm input[type="password"] + .reveal-password {
  background-image: url("../images/eye.svg#open"); }

#body-wrapper.account-creation-page #cuCreateForm input[type="text"] + .reveal-password {
  background-image: url("../images/eye.svg#close"); }

/* SUBMIT BUTTON */
#body-wrapper.account-creation-page #cuCreateForm .form-actions {
  margin: 2.5rem auto 1.5rem; }

#body-wrapper.account-creation-page #cuCreateForm .form-actions .btn-primary,
#body-wrapper.account-creation-page #cuAfterCreateForm .form-actions .btn-primary,
#body-wrapper.account-creation-page .cu-login-button-bar a[href*="logout"] {
  padding: .75rem 1.5rem;
  border-radius: .25rem;
  text-transform: uppercase;
  text-shadow: none; }

/* NOTICE MESSAGES */
#body-wrapper.account-creation-page #cuCreateForm .password-help,
#body-wrapper.account-creation-page #cuCreateForm #feedback-email {
  max-width: 600px;
  margin: 0 auto;
  padding: 1rem 1.25rem;
  text-shadow: none; }

#body-wrapper.account-creation-page #cuCreateForm #feedback-email:empty {
  display: none; }

#body-wrapper.account-creation-page #cuCreateForm #feedback-email {
  margin-top: 3rem;
  background: #fee5e2;
  color: #b50303;
  border: none; }

#body-wrapper.account-creation-page #cuCreateForm #feedback-email.alert-success {
  background: #ded;
  color: #06702f; }

@media (min-width: 40rem) {
  #body-wrapper.account-creation-page #cuCreateForm #feedback-email {
    margin-top: 2rem; } }
#body-wrapper.account-creation-page #cuCreateForm .password-help {
  margin-top: .75rem;
  background: #eaedf7; }

#body-wrapper.account-creation-page #cuCreateForm .password-help p,
#body-wrapper.account-creation-page #cuCreateForm .password-help ul,
#body-wrapper.account-creation-page #cuCreateForm #feedback-email p,
#body-wrapper.account-creation-page #cuCreateForm #feedback-email ul {
  font-size: .875rem; }

#body-wrapper.account-creation-page #cuCreateForm .password-help :last-child,
#body-wrapper.account-creation-page #cuCreateForm #feedback-email :last-child {
  margin-bottom: 0; }

#body-wrapper.account-creation-page #cuCreateForm #feedback-email .fa {
  position: absolute;
  font-size: 1.25rem; }

#body-wrapper.account-creation-page #cuCreateForm #feedback-email .fa + * {
  padding-left: 2rem; }

#body-wrapper.account-creation-page #cuCreateForm #feedback-email ul,
#body-wrapper.account-creation-page #cuCreateForm .password-help ul {
  list-style-image: none; }

#body-wrapper.account-creation-page #cuCreateForm #feedback-email ul {
  list-style-type: disc; }

#body-wrapper.account-creation-page #cuCreateForm .password-help ul li::before,
#body-wrapper.account-creation-page #cuCreateForm .password-help ul li::after {
  content: "";
  display: block;
  position: absolute;
  height: .15rem;
  border-radius: .125rem;
  transform-origin: center; }

#body-wrapper.account-creation-page #cuCreateForm .password-help ul li.not-ok::before,
#body-wrapper.account-creation-page #cuCreateForm .password-help ul li.not-ok::after {
  left: -1.25rem;
  top: .625rem;
  width: .875rem;
  background: #c00; }

#body-wrapper.account-creation-page #cuCreateForm .password-help ul li.not-ok::before {
  transform: rotateZ(45deg); }

#body-wrapper.account-creation-page #cuCreateForm .password-help ul li.not-ok::after {
  transform: rotateZ(-45deg); }

#body-wrapper.account-creation-page #cuCreateForm .password-help ul li:not(.not-ok)::before,
#body-wrapper.account-creation-page #cuCreateForm .password-help ul li:not(.not-ok)::after {
  background: #080; }

#body-wrapper.account-creation-page #cuCreateForm .password-help ul li:not(.not-ok)::before {
  left: -1.125rem;
  top: .625rem;
  width: .875rem;
  transform: rotateZ(-45deg); }

#body-wrapper.account-creation-page #cuCreateForm .password-help ul li:not(.not-ok)::after {
  left: -1.25rem;
  top: .75rem;
  width: .375rem;
  transform: rotateZ(45deg); }

/* ALERT MESSAGES */
#body-wrapper.account-creation-page #_cuCreate_WAR_fu_AjaxTarget .cdalr-msg,
#body-wrapper.account-creation-page #msg-feedback,
#body-wrapper.account-creation-page .embedded-portlet .portlet-msg-success,
#body-wrapper.account-creation-page #cuAfterCreateForm .cdalr-label-info,
#body-wrapper.account-creation-page .cu-login-form .cdalr-msg.alert {
  max-width: 45rem;
  margin: 2rem auto 0;
  padding: 1rem 1.25rem;
  border: none;
  font-size: 1rem; }

#body-wrapper.account-creation-page #_cuCreate_WAR_fu_AjaxTarget .cdalr-msg.alert-error,
#body-wrapper.account-creation-page #_cuCreate_WAR_fu_AjaxTarget .cdalr-msg.alert-warning,
#body-wrapper.account-creation-page #msg-feedback.alert-error,
#body-wrapper.account-creation-page #msg-feedback.alert-warning,
#body-wrapper.account-creation-page .cu-login-form .cdalr-msg.alert.alert-error,
#body-wrapper.account-creation-page .cu-login-form .cdalr-msg.alert.alert-warning {
  background: #fee5e2;
  color: #b50303; }

#body-wrapper.account-creation-page #_cuCreate_WAR_fu_AjaxTarget .cdalr-msg.alert-info,
#body-wrapper.account-creation-page #msg-feedback.alert-info,
#body-wrapper.account-creation-page .cu-login-form .cdalr-msg.alert.alert-info {
  background: #eaedf7; }

#body-wrapper.account-creation-page #_cuCreate_WAR_fu_AjaxTarget .cdalr-msg.alert-success,
#body-wrapper.account-creation-page #msg-feedback.alert-success,
#body-wrapper.account-creation-page .embedded-portlet .portlet-msg-success,
#body-wrapper.account-creation-page #cuAfterCreateForm .cdalr-label-info,
#body-wrapper.account-creation-page .cu-login-form .cdalr-msg.alert.alert-success {
  background: #ded;
  color: #06702f; }

#body-wrapper.account-creation-page .embedded-portlet .portlet-msg-success p {
  max-width: 100%;
  font-size: 1rem; }

#body-wrapper.account-creation-page .embedded-portlet .portlet-msg-success p:not(:last-child) {
  margin-bottom: .75rem; }

#body-wrapper.account-creation-page .embedded-portlet .portlet-msg-success p:last-child {
  margin-bottom: 0; }

#body-wrapper.account-creation-page .embedded-portlet .portlet-msg-success strong {
  color: #050; }

/* CREATION CONFIRMATION */
#body-wrapper.account-creation-page #cuAfterCreateForm,
#body-wrapper.account-creation-page #cuAfterCreateForm fieldset {
  max-width: 100%;
  margin: 0; }

#body-wrapper.account-creation-page #cuAfterCreateForm::after,
#body-wrapper.account-creation-page #cuAfterCreateForm legend {
  display: none; }

#body-wrapper.account-creation-page #cuAfterCreateForm .form-actions {
  margin: 2rem auto 4rem;
  padding: 0;
  border: 0; }

#body-wrapper.account-creation-page .cu-login-button-bar a[href*="logout"] {
  margin: 1rem auto 2rem; }

.infolettre-page .flash-link-wrapper,
.infolettre-page .intersite-banner,
.infolettre-page .main-header,
.infolettre-page .main-nav,
.infolettre-page .main-nav-btn,
.infolettre-page .breadcrumb-container,
.infolettre-page .interior-article-profile,
.infolettre-page:not(.is-contributeur) .interior-aside {
  display: none; }

.infolettre-page h1.portlet-title {
  margin-top: 1.25rem; }

.infolettre-page p.footer-logo {
  margin-top: 0; }

.infolettre-page .main-content {
  min-height: calc(100vh - 7.5rem); }

/* RESET PROPERTIES */
/* General reset */
.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: #FFF;
  box-shadow: none; }

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

/* Specific reset */
.interior-article-media .cdalr-form {
  text-align: left; }

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

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

.cdalr-form.form-horizontal .control-label {
  width: auto;
  padding-top: 0;
  float: none;
  text-align: center; }

.cdalr-form.form-horizontal .controls {
  margin-left: 0; }

.cdalr-form .map {
  min-height: 12.5rem;
  width: 100%;
  border: none; }

.cdalr-form .map.mini-map {
  height: 12.5rem; }

/* GENERAL PROPERTIES */
/* General form */
#body-wrapper .cdalr-form,
#body-wrapper .interior-article-media .cdalr-form,
#body-wrapper #cuCreateForm,
#body-wrapper #cuUpdForm,
#body-wrapper #cuDeleteForm {
  margin: 0.625rem;
  padding: 0;
  font-size: 0.875rem; }

#body-wrapper .interior-article-media .cdalr-form {
  margin-left: 0;
  margin-right: 0; }

#body-wrapper .interior-article-media .cdalr-form:not(.inner-cdalr-form) {
  margin-bottom: 3.75rem; }

#body-wrapper .interior-article-media .cdalr-form:not(.inner-cdalr-form)::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  max-width: 43.75rem;
  left: 50%;
  bottom: -1.25rem;
  height: 0;
  border-bottom: 0.0625rem solid #cccccc;
  transform: translateX(-50%); }

@media (min-width: 35rem) {
  #body-wrapper .cdalr-form,
  #body-wrapper #cuCreateForm,
  #body-wrapper #cuUpdForm,
  #body-wrapper #cuDeleteForm {
    margin: 1.25rem; } }
.cdalr-form fieldset {
  max-width: 43.75rem;
  margin: auto;
  margin-bottom: 0.625rem;
  border: 0;
  padding: 0;
  border-radius: 0;
  background: none; }

.cdalr-form fieldset.fieldset-section:first-child,
.cdalr-form fieldset:first-child legend,
.cdalr-form h3.form-sections-title + fieldset.fieldset-section,
.cdalr-form h3.form-sections-title + fieldset legend,
.cdalr-form h3.form-sections-title + #company-feedback + fieldset.fieldset-section,
.cdalr-form h3.form-sections-title + #company-feedback + fieldset legend {
  margin-top: 0; }

.inner-cdalr-form + .cdalr-form fieldset.fieldset-section:first-child {
  margin-top: 1.875rem; }

.cdalr-form legend,
.cdalr-form h3.form-sections-title {
  display: block;
  margin-bottom: 1.875rem;
  padding-bottom: 0.625rem;
  border-bottom: 0.0625rem solid #cccccc;
  color: #06504F;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-size: 1.5em;
  font-variant: small-caps;
  line-height: 1.2em; }

.cdalr-form .fieldset-subtitle {
  margin-bottom: 1.25rem; }

.cdalr-form fieldset.fieldset-section {
  margin-top: 1.875rem; }

.cdalr-form .cdalrForm-section-title,
.cdalr-form legend.fieldset-section-legend {
  margin-top: 0;
  margin-bottom: 0.9375rem;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 0.625rem;
  border-bottom: 0.0625rem solid #cccccc;
  text-transform: uppercase;
  color: #108670;
  line-height: 1.1;
  text-transform: none;
  font-variant: normal;
  font-size: 1.375rem;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif; }

.cdalr-form .cdalrForm-section-title {
  margin-top: 3.125rem; }

.cdalr-form legend.fieldset-section-legend {
  width: calc(100% - 2.5rem); }

.cdalr-form .required-fields {
  display: block;
  max-width: 43.75rem;
  margin: 0 auto 1.75rem;
  font-style: italic; }

.cdalr-form .fieldset-section > .required-fields:first-child {
  margin-top: 0; }

@media (min-width: 28.75rem) {
  .cdalr-form legend,
  .cdalr-form .required-fields {
    padding-left: 1.25rem; } }
/* Fake form - fake it until you make it */
.cdalr-form.fake-form fieldset {
  opacity: 0.5; }

.cdalr-form.fake-form .control-label {
  width: 6.25rem; }

/* Form validation messages */
#body-wrapper .error-cdalr-form {
  color: #C60;
  background-color: #F7F4D9;
  border-color: #C90; }

#body-wrapper .error-cdalr-form a {
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

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

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

#fullPage-alert-blockWaiting-content {
  width: 16.25rem;
  margin-top: 5rem;
  padding: 1.25rem;
  padding-left: 2.5rem;
  text-align: center;
  font-size: 1.25em;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  background-color: #FFF;
  box-shadow: 0 0 1.875rem 1.25rem white;
  color: #0463B3; }

@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 #0463b3;
  border-right: 0.1875rem solid #0463b3;
  -webkit-animation: spin 0.75s infinite linear;
  animation: spin 0.75s infinite linear; }

/* Geomap marker button*/
.aui .cdalr-form .control-group .geolocalisation-icon .geolocalisation-marker,
.tooltip.yui3-widget-positioned {
  display: none;
  border: none; }

.aui .cdalr-form .control-group .geolocalisation-icon.geolocalisation-success {
  background-color: #f1fbd1;
  border-color: #bce830;
  color: #488f06; }

.aui .cdalr-form .control-group .geolocalisation-icon.geolocalisation-error {
  background-color: #fee5e2;
  border-color: #fcaca5;
  color: #b50303; }

/* Submit button */
#body-wrapper .cdalr-form button[type="submit"],
#body-wrapper .cdalr-form .btn-submit,
#body-wrapper .cdalr-form .btn-check,
#body-wrapper .cdalr-form .btn-reset,
#body-wrapper.account-creation-page .cu-login-button-bar a[href*="logout"] {
  display: inline-block;
  height: auto;
  padding: 0.625rem 1.25rem;
  left: 50%;
  background: #108670;
  text-decoration: none;
  color: #fff;
  font-size: 1.125rem;
  border-radius: 0.3125rem;
  float: none;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  border: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
  transition: all .25s ease-out, outline 0s, outline-offset 0s;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s; }

#body-wrapper .cdalr-form button[type="submit"]:hover,
#body-wrapper .cdalr-form button[type="submit"]:focus,
#body-wrapper .cdalr-form .btn-submit:hover,
#body-wrapper .cdalr-form .btn-submit:focus,
#body-wrapper .cdalr-form .btn-check:hover,
#body-wrapper .cdalr-form .btn-check:focus,
#body-wrapper .cdalr-form .btn-reset:hover,
#body-wrapper .cdalr-form .btn-reset:focus,
#body-wrapper.account-creation-page .cu-login-button-bar a[href*="logout"]:hover,
#body-wrapper.account-creation-page .cu-login-button-bar a[href*="logout"]:focus {
  background: #06504f;
  color: #fff; }

/* Control groups */
.cdalr-form .control-group {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.9375rem;
  border-radius: 0.3125rem;
  overflow: visible; }

.cdalr-form .control-group .input-error-addon {
  width: 100%;
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #c00;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif; }

.cdalr-form .control-group.control-group-subsection-first {
  padding-top: 0.3125rem;
  margin-bottom: 0.625rem; }

.cdalr-form .control-group.control-group-subsection-first + p.form-msg {
  padding-bottom: 0.9375rem; }

.cdalr-form .control-group.control-group-date,
.cdalr-form .control-group.control-group-date .controls {
  overflow: visible; }

.cdalr-form .control-group.hidden,
.cdalr-form .control-group .hidden,
.cdalr-form .control-group select.hidden + .select-arrow {
  display: none; }

.cdalr-form .vertical-control-group,
.cdalr-form .vertical-control-group > .controls {
  display: block; }

.cdalr-form .control-group * {
  border-radius: 0; }

.cdalr-form .control-group label,
.cdalr-form .control-group .controls input,
.cdalr-form .control-group .controls select,
.cdalr-form .control-group .controls textarea,
.cdalr-form .control-group .uneditable-input {
  border: 0.0625rem solid #cccccc; }

.cdalr-form.form-vertical .vertical-control-group.control-group label span {
  border-right: 0; }

.cdalr-form .control-group label,
.light-theme-vlr #cuCreateForm .control-group.warning .control-label,
.light-theme-vlr #cuUpdForm .control-group.warning .control-label {
  min-height: 2.125rem;
  line-height: 2.125rem;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-variant: normal;
  color: #555;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.cdalr-form .control-group .controls > input,
.cdalr-form .control-group .controls > select,
.cdalr-form .control-group .controls > .select-container,
.cdalr-form .control-group .controls > .select-container select,
.cdalr-form .control-group .controls .select-arrow,
.cdalr-form .control-group .controls > textarea,
.cdalr-form .control-group .controls > .intl-tel-input input,
.cdalr-form .control-group .controls > .algolia-places input,
.cdalr-form .control-group .controls > .typeahead__container input {
  background-color: #f6f9ff;
  -webkit-transition: none;
  transition: none; }

.cdalr-form .control-group .controls input,
.cdalr-form .control-group .controls select {
  width: 100%;
  height: 2.25rem; }

.cdalr-form .control-group .controls:first-child > input:first-child {
  border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem; }

#body-wrapper .cdalr-form .control-group .controls .uneditable-input,
#body-wrapper .cdalr-form .control-group .controls .uneditable-input:focus,
#body-wrapper .cdalr-form .control-group .controls .uneditable-input:hover {
  width: 100%;
  line-height: 2.125rem;
  background-color: #F6F6F6;
  color: #999;
  border-color: #CCC; }

.cdalr-form .control-group .controls .uneditable-input.add-on {
  height: 100%;
  padding: 0 0.625rem; }

.cdalr-form .control-group .controls .auto-label {
  width: auto;
  padding: 0 0.625rem; }

.cdalr-form .control-group .controls input[type="file"] {
  font-style: italic;
  color: #999;
  line-height: 2.125rem; }

.cdalr-form .control-group .controls textarea {
  width: 100%;
  height: 15.625rem;
  padding: 0.625rem;
  line-height: 1.3em; }

.cdalr-form .control-group .controls textarea.textarea-medium {
  height: 8.75rem; }

.cdalr-form .control-group .controls textarea.textarea-small {
  height: 4.375rem; }

#cursus-change-input-counter {
  border-bottom: 0; }

.cdalr-form .control-group .controls > .input-error,
.aui .cdalr-form .control-group .controls > .input-error,
.cdalr-form .control-group .controls > *:focus,
.cdalr-form .control-group .controls > .input-error:focus,
.aui .cdalr-form .control-group .controls > *:focus,
.aui .cdalr-form .control-group .controls > .input-error:focus,
.cdalr-form .control-group .controls .select-container > .input-error,
.aui .cdalr-form .control-group .controls .select-container > .input-error,
.cdalr-form .control-group .controls .select-container > *:focus,
.cdalr-form .control-group .controls .select-container > .input-error:focus,
.aui .cdalr-form .control-group .controls .select-container > *:focus,
.aui .cdalr-form .control-group .controls .select-container > .input-error:focus,
.cdalr-form .control-group .controls .intl-tel-input > .input-error,
.aui .cdalr-form .control-group .controls .intl-tel-input > .input-error,
.cdalr-form .control-group .controls .intl-tel-input > *:focus,
.cdalr-form .control-group .controls .intl-tel-input > .input-error:focus,
.aui .cdalr-form .control-group .controls .intl-tel-input > *:focus,
.aui .cdalr-form .control-group .controls .intl-tel-input > .input-error:focus,
.cdalr-form .control-group .controls .typeahead__query > .input-error,
.aui .cdalr-form .control-group .controls .typeahead__query > .input-error,
.cdalr-form .control-group .controls .typeahead__query > *:focus,
.cdalr-form .control-group .controls .typeahead__query > .input-error:focus,
.aui .cdalr-form .control-group .controls .typeahead__query > *:focus,
.aui .cdalr-form .control-group .controls .typeahead__query > .input-error:focus,
.cdalr-form .control-group .controls .algolia-places > .ap-input.input-error,
.aui .cdalr-form .control-group .controls .algolia-places > .ap-input.input-error,
.cdalr-form .control-group .controls .algolia-places > .ap-input:focus,
.cdalr-form .control-group .controls .algolia-places > .ap-input.input-error:focus,
.aui .cdalr-form .control-group .controls .algolia-places > .ap-input:focus,
.aui .cdalr-form .control-group .controls .algolia-places > .ap-input.input-error:focus {
  outline: 0 !important; }

.cdalr-form .control-group .controls > .input-error,
.cdalr-form .control-group .controls > .input-error:hover,
.aui .cdalr-form .control-group .controls > .input-error,
.aui .cdalr-form .control-group .controls > .input-error:hover,
.cdalr-form .control-group .controls .select-container > .input-error,
.cdalr-form .control-group .controls .select-container > .input-error:hover,
.aui .cdalr-form .control-group .controls .select-container > .input-error,
.aui .cdalr-form .control-group .controls .select-container > .input-error:hover,
.cdalr-form .control-group .controls .intl-tel-input > .input-error,
.cdalr-form .control-group .controls .intl-tel-input > .input-error:hover,
.aui .cdalr-form .control-group .controls .intl-tel-input > .input-error,
.aui .cdalr-form .control-group .controls .intl-tel-input > .input-error:hover,
.cdalr-form .control-group .controls .typeahead__query > .input-error,
.cdalr-form .control-group .controls .typeahead__query > .input-error:hover,
.aui .cdalr-form .control-group .controls .typeahead__query > .input-error,
.aui .cdalr-form .control-group .controls .typeahead__query > .input-error:hover,
.cdalr-form .control-group .controls .algolia-places > .ap-input.input-error,
.cdalr-form .control-group .controls .algolia-places > .ap-input.input-error:hover,
.aui .cdalr-form .control-group .controls .algolia-places > .ap-input.input-error,
.aui .cdalr-form .control-group .controls .algolia-places > .ap-input.input-error:hover,
.cdalr-form .control-group .controls .select-container > .input-error + .select-arrow,
.cdalr-form .control-group .controls .select-container > .input-error:hover + .select-arrow {
  border-color: #d66;
  color: #B50303; }

.cdalr-form .control-group .controls > :not(label):focus,
.cdalr-form .control-group .controls > :not(label):hover,
.cdalr-form .control-group .controls > .input-error:focus,
.aui .cdalr-form .control-group .controls > :not(label):focus,
.aui .cdalr-form .control-group .controls > :not(label):hover,
.aui .cdalr-form .control-group .controls > .input-error:focus,
.cdalr-form .control-group .controls .select-container > :not(label):focus,
.cdalr-form .control-group .controls .select-container > :not(label):hover,
.cdalr-form .control-group .controls .select-container > .input-error:focus,
.aui .cdalr-form .control-group .controls .select-container > :not(label):focus,
.aui .cdalr-form .control-group .controls .select-container > :not(label):hover,
.aui .cdalr-form .control-group .controls .select-container > .input-error:focus,
.cdalr-form .control-group .controls .intl-tel-input > :not(label):focus,
.cdalr-form .control-group .controls .intl-tel-input > :not(label):hover,
.cdalr-form .control-group .controls .intl-tel-input > .input-error:focus,
.aui .cdalr-form .control-group .controls .intl-tel-input > :not(label):focus,
.aui .cdalr-form .control-group .controls .intl-tel-input > :not(label):hover,
.aui .cdalr-form .control-group .controls .intl-tel-input > .input-error:focus,
.cdalr-form .control-group .controls .typeahead__query > :not(label):focus,
.cdalr-form .control-group .controls .typeahead__query > :not(label):hover,
.cdalr-form .control-group .controls .typeahead__query > .input-error:focus,
.aui .cdalr-form .control-group .controls .typeahead__query > :not(label):focus,
.aui .cdalr-form .control-group .controls .typeahead__query > :not(label):hover,
.aui .cdalr-form .control-group .controls .typeahead__query > .input-error:focus,
.cdalr-form .control-group .controls .algolia-places > .ap-input:focus,
.cdalr-form .control-group .controls .algolia-places > .ap-input:hover,
.cdalr-form .control-group .controls .algolia-places > .ap-input.input-error:focus,
.aui .cdalr-form .control-group .controls .algolia-places > .ap-input:focus,
.aui .cdalr-form .control-group .controls .algolia-places > .ap-input:hover,
.aui .cdalr-form .control-group .controls .algolia-places > .ap-input.input-error:focus,
.cdalr-form .control-group .controls .select-container > *:focus + .select-arrow,
.cdalr-form .control-group .controls .select-container > *:hover + .select-arrow,
.cdalr-form .control-group .controls .select-container > .input-error:focus + .select-arrow {
  border-color: #0463b3;
  background-color: #FAFFEE;
  color: #313131; }

.cdalr-form .control-group .controls > label:focus,
.cdalr-form .control-group .controls > label:hover,
.aui .cdalr-form .control-group .controls > label:focus,
.aui .cdalr-form .control-group .controls > label:hover {
  border-color: #0463B3; }

.cdalr-form .control-group .controls > .input-error,
.aui .cdalr-form .control-group .controls > .input-error,
.cdalr-form .control-group .controls > *:focus,
.cdalr-form .control-group .controls > .input-error:focus,
.aui .cdalr-form .control-group .controls > *:focus,
.aui .cdalr-form .control-group .controls > .input-error:focus,
.cdalr-form .control-group .controls .select-container > .input-error,
.aui .cdalr-form .control-group .controls .select-container > .input-error,
.cdalr-form .control-group .controls .select-container > *:focus,
.cdalr-form .control-group .controls .select-container > .input-error:focus,
.aui .cdalr-form .control-group .controls .select-container > *:focus,
.aui .cdalr-form .control-group .controls .select-container > .input-error:focus,
.cdalr-form .control-group .controls .intl-tel-input > .input-error,
.aui .cdalr-form .control-group .controls .intl-tel-input > .input-error,
.cdalr-form .control-group .controls .intl-tel-input > *:focus,
.cdalr-form .control-group .controls .intl-tel-input > .input-error:focus,
.aui .cdalr-form .control-group .controls .intl-tel-input > *:focus,
.aui .cdalr-form .control-group .controls .intl-tel-input > .input-error:focus,
.cdalr-form .control-group .controls .typeahead__query > .input-error,
.aui .cdalr-form .control-group .controls .typeahead__query > .input-error,
.cdalr-form .control-group .controls .typeahead__query > *:focus,
.cdalr-form .control-group .controls .typeahead__query > .input-error:focus,
.aui .cdalr-form .control-group .controls .typeahead__query > *:focus,
.aui .cdalr-form .control-group .controls .typeahead__query > .input-error:focus,
.cdalr-form .control-group .controls .algolia-places > .ap-input.input-error,
.aui .cdalr-form .control-group .controls .algolia-places > .ap-input.input-error,
.cdalr-form .control-group .controls .algolia-places > .ap-input:focus,
.cdalr-form .control-group .controls .algolia-places > .ap-input.input-error:focus,
.aui .cdalr-form .control-group .controls .algolia-places > .ap-input:focus,
.aui .cdalr-form .control-group .controls .algolia-places > .ap-input.input-error:focus {
  box-shadow: 0 0 0.25rem rgba(4, 99, 179, 0.25) inset; }

.cdalr-form .control-group :not(:last-child),
.aui .cdalr-form .control-group :not(:last-child),
.aui .cdalr-form .control-group :not(:last-child) .select-arrow,
.cdalr-form .control-group :not(:last-child):invalid:focus {
  border-right: 0; }

.aui .cdalr-form .control-group .taglib-icon-help {
  border-right: 0; }

.cdalr-form .control-group.vertical-control-group :not(:last-child),
.cdalr-form .control-group.vertical-control-group :not(:last-child):invalid:focus {
  border-right: 0.0625rem solid #cccccc;
  border-bottom: 0; }

.cdalr-form .control-group .controls > input[type="file"] {
  border: 0; }

.cdalr-form .control-group > label {
  padding: 0 0.625rem;
  background-color: #EFEFEF;
  color: #555;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  cursor: pointer; }

.cdalr-form .vertical-control-group > label {
  text-align: center; }

.cdalr-form .control-group .fa-asterisk::before,
.cdalr-form .cdalrForm-section-subtitle .fa-asterisk::before,
.cdalr-form .fieldset-section-subtitle .fa-asterisk::before {
  display: none; }

.cdalr-form .control-group .fa-asterisk::after,
.cdalr-form .cdalrForm-section-subtitle .fa-asterisk::after,
.cdalr-form .fieldset-section-subtitle .fa-asterisk::after {
  content: "*";
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-style: italic;
  color: #C33; }

.cdalr-form .cdalrForm-section-subtitle .fa-asterisk::after {
  color: #fff; }

.cdalr-form .control-group .controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.cdalr-form .control-group .controls.vertical-controls {
  display: block;
  margin-bottom: 1.25rem; }

.cdalr-form .control-group > :first-child,
.cdalr-form .control-group > controls:first-child > .select-container:first-child > select {
  border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem; }

.cdalr-form .control-group.vertical-control-group > :first-child {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.3125rem; }

.cdalr-form .control-group > :last-child,
.cdalr-form .control-group > .controls > :last-child,
.cdalr-form .control-group > .controls > :last-child input:last-child,
.cdalr-form .control-group > .controls > .select-container:last-child > select,
.cdalr-form .control-group > .controls > .select-container:last-child > .select-arrow {
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem; }

.cdalr-form .control-group.vertical-control-group > :last-child,
.cdalr-form .control-group.vertical-control-group > .controls > :last-child {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0.3125rem; }

.cdalr-form .control-group .controls,
.cdalr-form .control-group .controls > input,
.cdalr-form .control-group .controls > .select-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1; }

.cdalr-form .control-group .controls > input,
.cdalr-form .control-group .controls > .select-container {
  width: 3.75rem; }

.cdalr-form .control-group .controls > input {
  padding: 0 0.625rem; }

.cdalr-form .control-group .controls > input[type="number"] {
  padding-right: 0; }

.cdalr-form .control-group .controls > .select-container > select {
  width: 100%;
  padding-right: 0; }

.cdalr-form .control-group .controls > .select-container > select > option {
  border: 0; }

.cdalr-form .control-group .controls .select-arrow {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  height: 100%;
  width: 1.5625rem;
  border: 0.0625rem solid #cccccc;
  border-left: 0;
  background-color: #f6f9ff;
  background-image: url("../images/green-small-arrow.svg");
  background-size: 0.75rem 0.5rem;
  background-position: 0.5rem 0.875rem;
  pointer-events: none; }

.cdalr-form .control-group .controls > input[type="checkbox"],
.cdalr-form .control-group .controls > input[type="radio"],
.aui .cdalr-form .control-group .controls .radio-input,
.aui .cdalr-form .control-group .controls .checkbox-input {
  position: absolute;
  opacity: 0; }

.cdalr-form .control-group .controls > input[type="checkbox"] + label,
.cdalr-form .control-group .controls > input[type="checkbox"] + input[type="hidden"] + label,
.cdalr-form .control-group .controls > input[type="checkbox"] + :nth-child(n) + label,
.cdalr-form .control-group .controls > input[type="checkbox"] ~ label,
.cdalr-form .control-group .controls > input[type="radio"] + label {
  padding-left: 2.5rem;
  background-color: #FEE;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1; }

.cdalr-form .control-group .controls > input[type="checkbox"] + label,
.cdalr-form .control-group .controls > input[type="checkbox"] + label::before,
.cdalr-form .control-group .controls > input[type="checkbox"] + input[type="hidden"] + label,
.cdalr-form .control-group .controls > input[type="checkbox"] + :nth-child(n) + label,
.cdalr-form .control-group .controls > input[type="checkbox"] ~ label,
.cdalr-form .control-group .controls > input[type="checkbox"] + input[type="hidden"] + label::before,
.cdalr-form .control-group .controls > input[type="checkbox"] + :nth-child(n) + label::before,
.cdalr-form .control-group .controls > input[type="checkbox"] ~ label::before,
.cdalr-form .control-group .controls > input[type="radio"] + label,
.cdalr-form .control-group .controls > input[type="radio"] + label::before {
  color: #BA4A47; }

.cdalr-form .control-group .controls > input[type="checkbox"] + label::before,
.cdalr-form .control-group .controls > input[type="checkbox"] + input[type="hidden"] + label::before,
.cdalr-form .control-group .controls > input[type="checkbox"] + :nth-child(n) + label::before,
.cdalr-form .control-group .controls > input[type="checkbox"] ~ label::before,
.cdalr-form .control-group .controls > input[type="radio"] + label::before {
  content: "\2718";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.9375rem;
  height: 1.875rem;
  line-height: 1.875rem;
  width: 2.5rem;
  text-align: center;
  font-size: 1.25rem; }

body.ie .cdalr-form .control-group .controls > input[type="checkbox"] + label::before,
body.ie .cdalr-form .control-group .controls > input[type="checkbox"] + input[type="hidden"] + label::before,
body.ie .cdalr-form .control-group .controls > input[type="checkbox"] + :nth-child(n) + label::before,
body.ie .cdalr-form .control-group .controls > input[type="checkbox"] ~ label::before,
body.ie .cdalr-form .control-group .controls > input[type="radio"] + label::before {
  margin-top: 0; }

.cdalr-form .control-group .controls > input[type="checkbox"]:checked + label,
.cdalr-form .control-group .controls > input[type="checkbox"]:checked + input[type="hidden"] + label,
.cdalr-form .control-group .controls > input[type="checkbox"]:checked + :nth-child(n) + label,
.cdalr-form .control-group .controls > input[type="checkbox"]:checked ~ label,
.cdalr-form .control-group .controls > input[type="radio"]:checked + label {
  background-color: #EFE; }

.cdalr-form .control-group .controls > input[type="checkbox"]:checked + label,
.cdalr-form .control-group .controls > input[type="checkbox"]:checked + label::before,
.cdalr-form .control-group .controls > input[type="checkbox"]:checked + input[type="hidden"] + label,
.cdalr-form .control-group .controls > input[type="checkbox"]:checked + :nth-child(n) + label,
.cdalr-form .control-group .controls > input[type="checkbox"]:checked ~ label,
.cdalr-form .control-group .controls > input[type="checkbox"]:checked + input[type="hidden"] + label::before,
.cdalr-form .control-group .controls > input[type="checkbox"]:checked + :nth-child(n) + label::before,
.cdalr-form .control-group .controls > input[type="checkbox"]:checked ~ label::before,
.cdalr-form .control-group .controls > input[type="radio"]:checked + label,
.cdalr-form .control-group .controls > input[type="radio"]:checked + label::before {
  color: #3F8242; }

.cdalr-form .control-group .controls > input[type="checkbox"]:checked + label::before,
.cdalr-form .control-group .controls > input[type="checkbox"]:checked + input[type="hidden"] + label::before,
.cdalr-form .control-group .controls > input[type="checkbox"]:checked + :nth-child(n) + label::before,
.cdalr-form .control-group .controls > input[type="checkbox"]:checked ~ label::before,
.cdalr-form .control-group .controls > input[type="radio"]:checked + label::before {
  content: "\2714"; }

.cdalr-form .controls > input[type="checkbox"] + input[type="hidden"] + label,
.cdalr-form .controls > input[type="checkbox"] + :nth-child(n) + label,
.cdalr-form .controls > input[type="checkbox"] ~ label {
  white-space: normal;
  line-height: 1.5em;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  padding-right: 0.625rem; }

.cdalr-form .control-group .controls > .intl-tel-input {
  width: 100%; }

p.cdalr-form-checkbox-subtitle {
  top: -0.625rem;
  line-height: 1.2em;
  font-size: 0.9em;
  padding-left: 1.25rem;
  margin-left: 0.625rem; }

p.cdalr-form-checkbox-subtitle::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25rem;
  height: 100%;
  background-image: url("../images/green-arrow.png");
  background-position: center; }

.cdalr-form-checkbox-subtitle-light {
  margin-left: 0.125rem;
  color: #999;
  font-style: italic; }

.cdalr-form-checkbox-subtitle-light::before {
  content: "("; }

.cdalr-form-checkbox-subtitle-light::after {
  content: ")";
  left: -0.1875rem; }

.taglib-icon-help {
  position: absolute;
  top: 0.1875rem;
  right: 0.3125rem; }

#body-wrapper .cdalr-form .taglib-icon-help img {
  border: 0; }

.cdalr-form p.form-msg {
  padding: 0 0.625rem;
  margin-bottom: 0.9375rem;
  font-size: 1em; }

.cdalr-form ul.form-list,
.cdalr-form .form-disclaimer ul {
  margin: 0.5rem 0 1.25rem;
  font-size: 1em; }

.cdalr-form p.form-msg.form-msg-with-arrow {
  margin-top: 1.5625rem;
  padding-left: 2.1875rem; }

.cdalr-form p.form-msg.form-msg-with-arrow::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0.625rem;
  width: 1.25rem;
  height: 100%;
  background-image: url("../images/green-arrow.png");
  background-position: center; }

.cdalr-form p.form-msg.zoom-form-msg {
  max-width: 43.75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0.9375rem 1.25rem;
  background: #eaedf7; }

.cdalr-form p.form-msg.zoom-form-msg:not(:first-child) {
  margin-top: 0.9375rem; }

.aui .cdalr-form .control-group .geolocalisation-icon {
  display: none; }

/* Sub-sections */
.cdalr-form .cdalrForm-section-subsections-container {
  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 .cdalrForm-section-subsections-container {
  display: block; }

.cdalr-form .cdalrForm-section-subsections-container-in-control-group {
  margin-bottom: 0.625rem; }

.cdalr-form .cdalrForm-section-subsection-wrapper {
  width: 100%;
  padding: 0.625rem 0; }

.cdalr-form .cdalrForm-section-subsections-container-in-control-group .cdalrForm-section-subsection-wrapper {
  padding-top: 0; }

.cdalr-form .cdalrForm-section-subsection {
  height: 100%;
  background: #efefef; }

.cdalr-form .cdalrForm-section-subsection-wrapper-disabled::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  opacity: .75; }

@media (min-width: 47.5rem) {
  .cdalr-form .cdalrForm-section-subsection-wrapper-50 {
    width: 50%; }

  .cdalr-form .cdalrForm-section-subsection-wrapper-50:nth-child(2n+1) {
    padding-right: 0.625rem; }

  .cdalr-form .cdalrForm-section-subsection-wrapper-50:nth-child(2n) {
    padding-left: 0.625rem; } }
.cdalr-form .cdalrForm-section-subsection-notitle {
  padding: 1.25rem; }

.cdalr-form .cdalrForm-section-subsection h4.cdalrForm-section-subtitle {
  margin: 0 0 0.625rem;
  padding: 0.625rem 1.25rem;
  text-align: center;
  text-transform: uppercase;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  background-color: #108670;
  color: #fff;
  line-height: 1.2; }

h4.fieldset-section-subtitle {
  display: inline-block;
  margin: 0.625rem 0 0.3125rem;
  color: #108670;
  text-transform: none;
  font-variant: normal;
  font-size: 1.125rem;
  line-height: 1.1;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif; }

h4.fieldset-section-subtitle::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -0.625rem;
  left: 0;
  right: 0;
  height: 0;
  border-bottom: 0.0625rem solid #cccccc; }

#body-wrapper h4.form-light-subtitle {
  margin-top: 0.625rem;
  color: #0463b3;
  font-variant: normal;
  font-size: 1rem; }

#body-wrapper h4.fieldset-section-subtitle.form-light-subtitle {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  padding-left: 1.25rem; }

.cdalr-form .cdalrForm-section-subsection p.form-msg {
  padding: 0 0.9375rem; }

.cdalr-form p.form-msg.form-msg-before-list {
  margin-bottom: 0; }

.light-theme-vlr .cdalr-form p.zoom-form-msg {
  margin-top: 1.25rem;
  padding: 0.9375rem 1.25rem;
  font-size: 1rem;
  background: #eaedf7; }

.cdalr-form ul.form-list,
.cdalr-form ol.form-list,
.interior-article-mainContent .cdalr-form ul.form-list,
.interior-article-mainContent .cdalr-form ol.form-list {
  margin-top: 0.5rem;
  margin-right: 0.9375rem;
  margin-bottom: 1.25rem;
  font-size: 1em; }

.cdalr-form ul.form-list,
.interior-article-mainContent .cdalr-form ul.form-list {
  list-style-type: "-"; }

.cdalr-form ol.form-list ul.form-list {
  padding-left: 0.9375rem; }

.cdalr-form ul.form-list li,
.interior-article-mainContent .cdalr-form ul.form-list li {
  margin-left: 0.625rem;
  padding-left: 0.3125rem; }

/* Checkox and radio new design */
.cdalr-form p.form-msg.form-msg-radio-block {
  margin: 0;
  padding: 0 1.25rem 1.25rem; }

.cdalr-form p.radio-block-label {
  margin-top: 1.25rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  color: #0463b3;
  border: 0 !important; }

.cdalr-form p.form-msg.form-msg-radio-block.form-msg-radio-block-prepend {
  padding: 0.625rem 1.25rem; }

.cdalr-form .control-group .controls .radio-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  margin: 0 1.25rem;
  border: 0; }

#body-wrapper .cdalr-form .control-group .controls .radio-block.multi-radio-block {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.cdalr-form .control-group .controls .radio-block.vertical-radio-block {
  display: block; }

.cdalr-form .cdalrForm-section-subsection .control-group .controls .radio-block {
  margin-bottom: 0; }

#body-wrapper .cdalr-form .control-group .controls .radio-block {
  background-color: transparent; }

.cdalr-form .control-group .controls .radio-label {
  min-height: 1.25rem;
  margin: 0.9375rem 0 0;
  line-height: 1.25rem;
  padding-left: 1.875rem;
  border: 0;
  overflow: visible;
  white-space: normal;
  line-height: 1.2;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.cdalr-form .control-group .controls .radio-block:not(.multi-radio-block) .radio-label + .radio-input + .radio-label {
  margin-left: 1.875rem; }

.cdalr-form .control-group .controls .radio-block.vertical-radio-block:not(.multi-radio-block) .radio-label + .radio-input + .radio-label {
  margin-left: 0;
  margin-top: 0.75rem; }

.cdalr-form .control-group .controls .radio-block.multi-radio-block .radio-label {
  width: 100%; }

@media (min-width: 35rem) {
  .cdalr-form .control-group .controls .radio-block.multi-radio-block.three-radio-block .radio-label {
    width: 50%;
    padding-right: 0.9375rem; } }
@media (min-width: 38.75rem) {
  .cdalr-form .control-group .controls .radio-block.multi-radio-block.two-radio-block .radio-label {
    width: 50%;
    padding-right: 0.9375rem; } }
@media (min-width: 43.75rem) {
  .cdalr-form .control-group .controls .radio-block.multi-radio-block.three-radio-block .radio-label {
    width: 33.33%; } }
.cdalr-form .control-group .controls .radio-label:hover,
.cdalr-form .control-group .controls .radio-label:focus {
  color: #0463b3;
  outline: 0.125rem solid #0463b3; }

.cdalr-form .control-group .controls .radio-input + .radio-label::before,
.cdalr-form .control-group .controls .checkbox-input + .radio-label::before,
.cdalr-form .control-group .controls .radio-input + input[type="hidden"] + .radio-label::before,
.cdalr-form .control-group .controls .checkbox-input + input[type="hidden"] + .radio-label::before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  left: 2px;
  top: 1px;
  font-size: 16px;
  text-align: center;
  line-height: 16px;
  font-weight: bold;
  border-radius: 2px;
  border: 2px solid #888;
  background: #fff;
  color: #fff; }

.cdalr-form .control-group .controls .checkbox-input:checked + .radio-label::before,
.cdalr-form .control-group .controls .radio-input:checked + .radio-label::before,
.cdalr-form .control-group .controls .checkbox-input:checked + input[type="hidden"] + .radio-label::before,
.cdalr-form .control-group .controls .radio-input:checked + input[type="hidden"] + .radio-label::before {
  content: "\2713";
  color: #0463b3;
  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-block .checkbox-input:invalid + .radio-label::before,
.cdalr-form .control-group .controls .radio-block .radio-input:invalid + .radio-label::before,
.cdalr-form .control-group .controls .radio-block .checkbox-input:invalid + input[type="hidden"] + .radio-label::before,
.cdalr-form .control-group .controls .radio-block .radio-input:invalid + input[type="hidden"] + .radio-label::before {
  border-color: #c00; }

.cdalr-form .cdalrForm-section-subsection .control-group .controls .radio-input + .radio-label::before,
.cdalr-form .cdalrForm-section-subsection .control-group .controls .checkbox-input + .radio-label::before {
  background: #efefef;
  color: #efefef; }

.cdalr-form .cdalrForm-section-subsection .control-group .controls .radio-input:checked + .radio-label::before,
.cdalr-form .cdalrForm-section-subsection .control-group .controls .checkbox-input:checked + .radio-label::before {
  text-shadow: -2px 0 0 #efefef, 2px 0 0 #efefef, 0 -2px 0 #efefef, 0 2px 0 #efefef;
  color: #0463b3; }

.cdalr-form .control-group .controls .checkbox-input:disabled + .radio-label::before,
.cdalr-form .control-group .controls .radio-input:disabled + .radio-label::before {
  border-color: #aaa; }

.cdalr-form .control-group .controls .checkbox-input:disabled + .radio-label,
.cdalr-form .control-group .controls .checkbox-input:disabled + .radio-label:hover,
.cdalr-form .control-group .controls .checkbox-input:disabled + .radio-label:focus,
.cdalr-form .control-group .controls .radio-input:disabled + .radio-label,
.cdalr-form .control-group .controls .radio-input:disabled + .radio-label:hover,
.cdalr-form .control-group .controls .radio-input:disabled + .radio-label:focus {
  color: #aaa; }

/* File upload */
.cdalr-form .control-group.vertical-control-group .controls input[type="file"] {
  border: 0.0625rem solid #cccccc; }

.cdalr-form .control-group.vertical-control-group .controls .fileupload-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
  margin: 0;
  font-size: 0.9em;
  background-color: #FFF;
  border: 0.0625rem solid #cccccc;
  border-bottom-left-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem; }

.cdalr-form .control-group.vertical-control-group .controls .fileupload-container:hover {
  border: 0.0625rem solid #cccccc;
  background: transparent; }

.cdalr-form .control-group.vertical-control-group .controls .fileupload-container table,
.cdalr-form .control-group.vertical-control-group .controls .fileupload-container tbody,
.cdalr-form .control-group.vertical-control-group .controls .fileupload-container tr,
.cdalr-form .control-group.vertical-control-group .controls .fileupload-container td {
  display: block; }

.cdalr-form .control-group.vertical-control-group .controls .fileupload-container *:not(.progress):not(.bar):not(.btn),
.cdalr-form .control-group.vertical-control-group .controls .fileupload-container *:not(.progress):not(.bar):not(.btn):hover {
  border: 0;
  background: transparent; }

.cdalr-form .control-group.vertical-control-group .controls .fileupload-container table {
  width: 100%;
  margin: 0; }

.cdalr-form .control-group.vertical-control-group .fileupload-buttonbar .fileupload-progress {
  min-height: 0;
  height: 0;
  padding: 0; }

.cdalr-form .control-group.vertical-control-group .fileupload-buttonbar .btn-group,
.cdalr-form .control-group.vertical-control-group .fileupload-buttonbar .fileupload-progress {
  width: 100%;
  margin: 0;
  float: none; }

.cdalr-form .control-group.vertical-control-group .fileupload-buttonbar .btn-group,
.cdalr-form .control-group.vertical-control-group .fileupload-buttonbar .fileupload-progress.in {
  padding: 0.625rem 1.25rem; }

.cdalr-form .control-group.vertical-control-group .fileupload-buttonbar .fileupload-progress.in {
  height: auto; }

.cdalr-form .control-group.vertical-control-group .controls .fileupload-buttonbar .btn.fileinput-button {
  display: block;
  line-height: 1.875rem;
  padding: 0;
  max-width: 15.625rem;
  margin: auto;
  font-size: 0.875rem;
  border-radius: 0.3125rem;
  border: 0;
  background: #108670;
  color: #FFF;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.cdalr-form .control-group.vertical-control-group .controls .fileupload-buttonbar .btn.fileinput-button:hover,
.cdalr-form .control-group.vertical-control-group .controls .fileupload-buttonbar .btn.fileinput-button:focus {
  background: #0463B3;
  color: #FFF; }

.cdalr-form .control-group.vertical-control-group .fileupload-buttonbar .progress {
  margin-bottom: 0.3125rem; }

.cdalr-form .control-group.vertical-control-group .fileupload-buttonbar .progress-extended {
  text-align: center;
  font-size: 0.9em;
  color: #999;
  line-height: 1rem; }

.cdalr-form .control-group.vertical-control-group .controls .fileupload-container tr.template-download,
.cdalr-form .control-group.vertical-control-group .controls .fileupload-container tr.template-upload {
  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; }

#body-wrapper .cdalr-form .fileupload-buttonbar + table .template-download:not(:last-child),
#body-wrapper .cdalr-form .fileupload-buttonbar + table .template-upload:not(:last-child) {
  border-bottom: 0.0625rem solid #cccccc; }

#body-wrapper .cdalr-form .fileupload-buttonbar + table .template-download .progress,
#body-wrapper .cdalr-form .fileupload-buttonbar + table .template-upload .progress {
  margin-bottom: 0; }

#body-wrapper .cdalr-form .fileupload-buttonbar + table .template-download .btn,
#body-wrapper .cdalr-form .fileupload-buttonbar + table .template-upload .btn {
  position: relative;
  width: 100%;
  height: 1.875rem;
  line-height: 1.875rem;
  padding: 0;
  border-radius: 0.125rem;
  background-image: none;
  font-size: 0.875rem; }

#body-wrapper .cdalr-form .fileupload-buttonbar + table .template-download .fa,
#body-wrapper .cdalr-form .fileupload-buttonbar + table .template-upload .fa {
  display: inline; }

#body-wrapper .cdalr-form .fileupload-buttonbar + table .template-download .fa-trash-o,
#body-wrapper .cdalr-form .fileupload-buttonbar + table .template-upload .fa-trash-o {
  top: -0.125rem; }

#body-wrapper .cdalr-form .fileupload-buttonbar + table .template-download .btn span,
#body-wrapper .cdalr-form .fileupload-buttonbar + table .template-upload .btn span {
  color: transparent;
  text-shadow: none; }

#body-wrapper .cdalr-form .fileupload-buttonbar + table .template-download p.name,
#body-wrapper .cdalr-form .fileupload-buttonbar + table .template-upload p.name,
#body-wrapper .cdalr-form .fileupload-buttonbar + table .template-download p.size,
#body-wrapper .cdalr-form .fileupload-buttonbar + table .template-upload p.size {
  width: auto;
  margin: 0; }

#body-wrapper .cdalr-form .fileupload-buttonbar + table .template-download p.name,
#body-wrapper .cdalr-form .fileupload-buttonbar + table .template-upload p.name {
  color: #0463B3;
  font-size: 1.1em; }

#body-wrapper .cdalr-form .fileupload-buttonbar + table .template-download p.size,
#body-wrapper .cdalr-form .fileupload-buttonbar + table .template-upload p.size {
  font-size: 1.0em; }

#body-wrapper .cdalr-form .fileupload-buttonbar + table .template-download p.name a,
#body-wrapper .cdalr-form .fileupload-buttonbar + table .template-upload p.name a {
  color: inherit;
  font-family: DroidSans, AdjustedArial, sans-serif;
  word-break: break-word; }

#body-wrapper .cdalr-form .fileupload-buttonbar + table .template-download .text-danger,
#body-wrapper .cdalr-form .fileupload-buttonbar + table .template-upload .text-danger {
  color: #C00; }

#body-wrapper .cdalr-form .fileupload-buttonbar + table .template-download video,
#body-wrapper .cdalr-form .fileupload-buttonbar + table .template-upload video {
  max-width: 100%; }

#body-wrapper .cdalr-form .fileupload-buttonbar + table .template-download input.toggle,
#body-wrapper .cdalr-form .fileupload-buttonbar + table .template-download .progress {
  display: none; }

#body-wrapper .cdalr-form .fileupload-buttonbar + table .template-download td,
#body-wrapper .cdalr-form .fileupload-buttonbar + table .template-upload td {
  padding: 0.625rem; }

#body-wrapper .cdalr-form .fileupload-buttonbar + table .template-download td:first-child,
#body-wrapper .cdalr-form .fileupload-buttonbar + table .template-upload td:first-child {
  display: none;
  width: 6.25rem;
  text-align: center; }

#body-wrapper .cdalr-form .fileupload-buttonbar + table .template-download td:nth-child(2),
#body-wrapper .cdalr-form .fileupload-buttonbar + table .template-upload td:nth-child(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  text-align: left;
  line-height: 1.2em; }

#body-wrapper .cdalr-form .fileupload-buttonbar + table .template-download td:nth-child(3),
#body-wrapper .cdalr-form .fileupload-buttonbar + table .template-upload td:nth-child(3) {
  width: 5rem;
  text-align: center;
  color: #767676; }

#body-wrapper .cdalr-form .fileupload-buttonbar + table .template-download td:nth-child(4),
#body-wrapper .cdalr-form .fileupload-buttonbar + table .template-upload td:nth-child(4) {
  width: 3.125rem;
  text-align: right; }

.cdalr-form .control-group.vertical-control-group .controls .fileupload-container .btn-success {
  background-color: #3C6; }

.cdalr-form .control-group.vertical-control-group .controls .fileupload-container .btn-success:hover,
.cdalr-form .control-group.vertical-control-group .controls .fileupload-container .btn-success:focus {
  background-color: #093; }

.cdalr-form .control-group.vertical-control-group .controls .fileupload-container .btn-danger {
  background-color: #F66; }

.cdalr-form .control-group.vertical-control-group .controls .fileupload-container .btn-danger:hover,
.cdalr-form .control-group.vertical-control-group .controls .fileupload-container .btn-danger:focus {
  background-color: #C33; }

.cdalr-form .control-group.vertical-control-group .controls .fileupload-container .btn-warning {
  background-color: #F93; }

.cdalr-form .control-group.vertical-control-group .controls .fileupload-container .btn-warning:hover,
.cdalr-form .control-group.vertical-control-group .controls .fileupload-container .btn-warning:focus {
  background-color: #C60; }

.cdalr-form .control-group.vertical-control-group .controls .fileupload-container .btn-info {
  background-color: #3CF; }

.cdalr-form .control-group.vertical-control-group .controls .fileupload-container .btn-info:hover,
.cdalr-form .control-group.vertical-control-group .controls .fileupload-container .btn-info:focus {
  background-color: #09C; }

@media (min-width: 41.25rem) {
  #body-wrapper .cdalr-form .fileupload-buttonbar + table .template-download .btn span,
  #body-wrapper .cdalr-form .fileupload-buttonbar + table .template-upload .btn span {
    display: inline; }

  #body-wrapper .cdalr-form .fileupload-buttonbar + table .template-download td:first-child,
  #body-wrapper .cdalr-form .fileupload-buttonbar + table .template-upload td:first-child {
    display: block; }

  #body-wrapper .cdalr-form .row-fluid > form.fileupload .fileupload-buttonbar + table .template-download td:first-child,
  #body-wrapper .cdalr-form .row-fluid > form.fileupload .fileupload-buttonbar + table .template-upload td:first-child {
    display: none; } }
/* Search results & pagination */
#body-wrapper .cdalr-form .search-results {
  margin-top: 1.875rem;
  padding-top: 1.25rem !important; }

#body-wrapper .cdalr-form .search-results::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 18.75rem;
  height: 0;
  margin-left: -9.375rem;
  border-top: 0.0625rem solid #cccccc; }

#body-wrapper .cdalr-form p.search-results-total {
  margin: 0.625rem 0 1.875rem;
  padding-left: 1.25rem;
  font-size: 1.125rem;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  color: #06504f; }

#body-wrapper .search-results ul.interior-article-moreContent-docs {
  margin: 0;
  padding: 0; }

#body-wrapper .cdalr-form .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1.875rem 0 1.25rem; }

#body-wrapper .cdalr-form .pagination .pagination-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding: 0;
  box-shadow: none; }

#body-wrapper .cdalr-form .pagination .pagination-content li {
  display: block;
  margin: 0 0.625rem; }

#body-wrapper .cdalr-form .pagination .pagination-content li::before {
  display: none; }

#body-wrapper .cdalr-form .pagination .pagination-content li a {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  padding: 0;
  line-height: 1.875rem;
  text-align: center;
  border: 0;
  border-radius: 50%;
  color: #108670;
  float: none; }

#body-wrapper .cdalr-form .pagination .pagination-content li.active a {
  background: #06504f;
  color: #fff;
  pointer-events: none; }

#body-wrapper .cdalr-form .pagination .pagination-content li.disabled a {
  color: #aaa;
  pointer-events: none; }

#body-wrapper .cdalr-form .pagination .pagination-content li:not(.active):not(.disabled) a:hover,
#body-wrapper .cdalr-form .pagination .pagination-content li:not(.active):not(.disabled) a:focus {
  background: #108670;
  color: #fff; }

/* Algolia places */
#body-wrapper .country-list *,
#body-wrapper .ap-dataset-places * {
  border-right: 0;
  font-weight: normal;
  font-style: normal; }

#body-wrapper .ap-dataset-places .ap-footer {
  display: none; }

.aui .cdalr-form .control-group .algolia-places,
.aui .cdalr-form .control-group .typeahead__container {
  position: static !important;
  -webkit-box-flex: 12;
  -webkit-flex: 12;
  -ms-flex: 12;
  flex: 12;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  border-right: 0; }

.aui .cdalr-form .control-group .algolia-places > input:first-child {
  width: 100%; }

.aui .cdalr-form .control-group .algolia-places + .select-container,
.aui .cdalr-form .control-group .typeahead__container + .select-container {
  position: static !important;
  -webkit-box-flex: 8;
  -webkit-flex: 8;
  -ms-flex: 8;
  flex: 8;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1; }

.aui .cdalr-form .control-group .algolia-places + input[name="displayedAdressCp"],
.aui .cdalr-form .control-group .typeahead__container + input[name="displayedAdressCp"],
.aui .cdalr-form .control-group .algolia-places + input[name$="ostCode"],
.aui .cdalr-form .control-group .typeahead__container + input[name$="ostCode"],
.aui .cdalr-form .control-group .algolia-places + input[name$="ostalCode"],
.aui .cdalr-form .control-group .typeahead__container + input[name$="ostalCode"] {
  position: static !important;
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1; }

.aui .cdalr-form .control-group .algolia-places + input[name="displayedAdressCp"] + input[name="displayedAdressCity"],
.aui .cdalr-form .control-group .typeahead__container + input[name="displayedAdressCp"] + input[name="displayedAdressCity"],
.aui .cdalr-form .control-group .algolia-places + input[name$="ostCode"] + input[name$="ity"],
.aui .cdalr-form .control-group .typeahead__container + input[name$="ostCode"] + input[name$="ity"],
.aui .cdalr-form .control-group .algolia-places + input[name$="ostalCode"] + input[name$="ity"],
.aui .cdalr-form .control-group .typeahead__container + input[name$="ostalCode"] + input[name$="ity"],
.aui .cdalr-form .control-group input[id$="ostalCode"] + .select-container,
.aui .cdalr-form .control-group input[name$="ostalCode"] + .select-container {
  -webkit-box-flex: 6;
  -webkit-flex: 6;
  -ms-flex: 6;
  flex: 6;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1; }

.aui .cdalr-form .control-group .algolia-places + input[name="displayedAdressCp"] + input[name="displayedAdressCity"],
.aui .cdalr-form .control-group .typeahead__container + input[name="displayedAdressCp"] + input[name="displayedAdressCity"],
.aui .cdalr-form .control-group .algolia-places + input[name$="ostCode"] + input[name$="ity"],
.aui .cdalr-form .control-group .typeahead__container + input[name$="ostCode"] + input[name$="ity"],
.aui .cdalr-form .control-group .algolia-places + input[name$="ostalCode"] + input[name$="ity"],
.aui .cdalr-form .control-group .typeahead__container + input[name$="ostalCode"] + input[name$="ity"],
.aui .cdalr-form .control-group input[name$="ostalCode"] + .select-container {
  position: static !important; }

.cdalr-form .control-group #postalCode,
.cdalr-form .control-group #postCode {
  max-width: 6.25rem; }

.aui .cdalr-form .control-group .typeahead__query {
  display: block; }

.aui .cdalr-form .control-group .typeahead__cancel-button,
.aui .cdalr-form .control-group .typeahead__container .typeahead__list.empty {
  display: none; }

.aui .cdalr-form .control-group .typeahead__hint {
  left: 0; }

.cdalr-form .algoliaPlaces,
.aui .cdalr-form .control-group .typeahead__result {
  width: 100%; }

.aui .cdalr-form .control-group .typeahead__result {
  position: absolute;
  z-index: 1000;
  left: 0;
  margin-top: 0.3125rem;
  box-shadow: 0 0 0.625rem #aaaaaa;
  background-color: #fff; }

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

.aui .cdalr-form .control-group li.typeahead__item {
  margin: 0; }

.cdalr-form .algolia-places .ap-suggestion,
.aui .cdalr-form .control-group li.typeahead__item a {
  display: block;
  min-height: 2.25rem;
  line-height: 2.25rem;
  padding: 0 0.9375rem;
  background-color: #FFF;
  color: #313131;
  text-decoration: none;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.cdalr-form .algolia-places .ap-suggestion:hover,
.cdalr-form .algolia-places .ap-suggestion:focus,
.aui .cdalr-form .control-group li.typeahead__item a:hover,
.aui .cdalr-form .control-group li.typeahead__item a:focus {
  background-color: #EFEFEF;
  color: #0463B3;
  text-decoration: none; }

.aui .cdalr-form .control-group li.typeahead__item .autocomp-entry-title {
  margin: 0;
  padding: 0.6875rem 0 0.625rem;
  line-height: 1.2;
  color: #313131;
  font-family: DroidSans, AdjustedArial, sans-serif; }

.aui .cdalr-form .control-group li.typeahead__item a:hover .autocomp-entry-title,
.aui .cdalr-form .control-group li.typeahead__item a:focus .autocomp-entry-title {
  color: #0463b3; }

.aui .cdalr-form .control-group li.typeahead__item .autocomp-entry-title span {
  float: none;
  border-right: 0; }

.aui .cdalr-form .control-group li.typeahead__item .autocomp-entry-title span:not(:first-child) {
  margin-left: 0.125rem; }

.aui .cdalr-form .control-group li.typeahead__item .autocomp-entry-title span:not(:first-child)::before {
  content: ",";
  margin-right: 0.3125rem; }

/* Error messages */
#msg-feedback:focus {
  outline: 0.125rem solid #0463b3 !important;
  outline-offset: 0.125rem !important; }

.cdalr-form .error-fields {
  margin-bottom: 1.5625rem;
  padding-left: 1.25rem;
  color: #C00;
  font-size: 1.1em;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif; }

.cdalr-form .cdalr-form-error {
  display: block;
  top: -0.3125rem;
  margin-bottom: 0.9375rem;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  padding: 0.3125rem;
  line-height: 1.5em;
  text-align: center;
  border-radius: 0.3125rem;
  border: 0.0625rem solid #cc9900;
  color: #C60;
  background-color: #F7F4D9; }

.cdalr-form .cdalr-form-error::before {
  content: "";
  position: absolute;
  border-left: 0.75rem solid transparent;
  border-right: 0.75rem solid transparent;
  border-bottom: 0.75rem solid #cc9900;
  top: -0.75rem;
  left: 50%;
  margin-left: -0.75rem; }

/* AUTHENTIFICATION FORM */
/* Basic form */
#body-wrapper #cas-authentication-form {
  max-width: 31.25rem;
  margin-left: auto;
  margin-right: auto; }

#cas-authentication-form fieldset {
  display: block;
  max-width: 42.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 {
  display: none; }

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

#cas-authentication-form span.accesskey {
  border: 0; }

#cas-authentication-form #rememberMeLabel {
  display: block;
  width: 100%;
  height: 100%;
  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;
  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; }

#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 .form-actions {
  margin-top: 6rem;
  padding-top: 2.5rem;
  padding-bottom: 1.25rem;
  padding-left: 0;
  border-top: 0.0625rem solid #cccccc;
  border-bottom: 0.0625rem solid #cccccc; }

#cas-authentication-form button[type="submit"] {
  position: absolute;
  right: 0;
  top: -4.75rem;
  margin-top: 0; }

#cas-authentication-form .forgot-pwd-popup-opener,
#cas-authentication-form #register-btn {
  display: block;
  width: 10rem;
  height: 1.875rem;
  line-height: 1.875rem;
  margin: auto;
  margin-bottom: 1.25rem;
  padding: 0;
  font-family: DroidSans, AdjustedArial, sans-serif;
  font-size: 0.9em;
  color: #333;
  text-decoration: none; }

#cas-authentication-form .rrssb-buttons {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style-image: none; }

#cas-authentication-form .rrssb-buttons:last-child {
  margin-bottom: 1.875rem; }

#cas-authentication-form .rrssb-buttons > li {
  width: 12.5rem;
  height: 2.5rem;
  padding: 0 0.3125rem;
  margin: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  font-size: 0.875rem; }

#cas-authentication-form .rrssb-buttons > li:not(:last-child) {
  margin-bottom: 0.625rem; }

#cas-authentication-form .rrssb-buttons > li a {
  height: 100%;
  padding: 0;
  padding-left: 2.5rem;
  padding-right: 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;
  font-weight: normal;
  text-transform: uppercase;
  color: #FFF;
  line-height: 1.0em;
  text-align: center;
  border-radius: 0.125rem;
  text-decoration: none; }

#cas-authentication-form .rrssb-buttons > li.rrssb-franceconnectparticulier a,
#cas-authentication-form .rrssb-buttons > li.rrssb-franceconnectentreprise a {
  background-color: #0480A9; }

#cas-authentication-form .rrssb-buttons > li.rrssb-customfacebook a,
#cas-authentication-form .rrssb-buttons > li.rrssb-facebook a {
  background-color: #3B5998; }

#cas-authentication-form .rrssb-buttons > li.rrssb-emailawaretwitter a {
  background-color: #0879D1; }

#cas-authentication-form .rrssb-buttons > li.rrssb-google2 a {
  background-color: #DE3535; }

#cas-authentication-form .rrssb-buttons > li.rrssb-windowslive a {
  background-color: #767676; }

#cas-authentication-form .rrssb-buttons li a .rrssb-icon {
  position: absolute;
  height: 100%;
  width: 1.5rem;
  padding-top: 0;
  top: 0;
  left: 0.5rem; }

#cas-authentication-form .rrssb-buttons li a .rrssb-icon svg {
  position: relative;
  height: 100%;
  width: 100%;
  fill: #FFF; }

#cas-authentication-form .rrssb-buttons li a .rrssb-text {
  visibility: visible; }

#cas-authentication-form .france-connect-link {
  margin-top: 0.625rem;
  margin-bottom: 1.5625rem;
  text-align: center; }

#cas-authentication-form .france-connect-link a::before {
  content: "";
  display: inline-block;
  top: 0.3125rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.3125rem;
  background-image: url("../images/green-arrow.png");
  background-position: center; }

@media (min-width: 31.25rem) {
  #cas-authentication-form .form-actions {
    padding-left: 2.5rem;
    padding-left: -webkit-calc(50% - 10.625rem);
    padding-left: calc(50% - 10.625rem); }

  #cas-authentication-form .forgot-pwd-popup-opener,
  #cas-authentication-form #register-btn {
    display: inline-block;
    margin: 0;
    margin-bottom: 1.25rem; }

  #cas-authentication-form #register-btn {
    margin-left: 1.25rem; }

  #cas-authentication-form .rrssb-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

  #cas-authentication-form .rrssb-buttons > li,
  #cas-authentication-form .rrssb-buttons > li:not(:last-child) {
    width: 50%;
    margin-bottom: 0.625rem; }

  #cas-authentication-form .france-connect-link {
    margin-top: 0;
    font-size: 1.0em; } }
/* ACCOUNT CREATION/UPDATE FORM */
/* Account details */
.embedded-portlet[id*="cuCreate_WAR_fu"] > .alert,
.embedded-portlet[id*="cuUpd_WAR_fu"] > .alert {
  display: block;
  max-width: 47.5rem;
  margin: auto;
  margin-top: 1.875rem; }

#body-wrapper #cuCreateForm,
#body-wrapper #cuUpdForm,
#body-wrapper #cuDeleteForm {
  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; }

#body-wrapper #cuCreateForm #civility option[value="Mlle"],
#body-wrapper #cuUpdForm #civility option[value="Mlle"] {
  display: none; }

#body-wrapper.signed-in.is-admin #cuDeleteForm,
#body-wrapper.signed-in.contributeur-interne #cuDeleteForm,
#body-wrapper.signed-in.contributeur-rh #cuDeleteForm {
  display: none; }

#body-wrapper #cuUpdForm {
  margin-bottom: 0; }

#body-wrapper #cuDeleteForm {
  margin-top: 0; }

#body-wrapper #cuDeleteForm p {
  font-size: 1.0em; }

#cuCreateForm fieldset.focus-service,
#cuUpdForm fieldset.focus-service {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  margin-bottom: 2.5rem; }

.cu-create.cu-title-bar {
  font-size: 0.9em; }

.cu-create hr {
  display: none; }

#cuCreateForm fieldset,
#cuUpdForm fieldset,
#cuDeleteForm fieldset {
  width: 100%;
  max-width: 47.5rem; }

#cuCreateForm .img-avatar,
#cuUpdForm .img-avatar {
  z-index: 2;
  position: absolute;
  width: 5rem;
  height: 5rem;
  right: -1.875rem;
  top: -3.125rem;
  border-radius: 50%;
  box-shadow: 0 0 0.3125rem 0.125rem #cccccc;
  background-color: #FFF;
  background-image: url("/creer-un-compte/-/cu_create/photo");
  background-size: cover; }

#cuCreateForm .img-avatar .fileupload-container .btn-group,
#cuUpdForm .img-avatar .fileupload-container .btn-group {
  width: auto;
  height: auto; }

#cuCreateForm .img-avatar .fileupload-container .fileinput-button,
#cuUpdForm .img-avatar .fileupload-container .fileinput-button {
  display: block;
  top: -0.3125rem;
  left: -0.3125rem;
  width: 1.875rem;
  height: 1.875rem;
  margin: 0;
  background-color: #DDD;
  background-image: url("../images/download.svg");
  background-position: center;
  background-size: 1.125rem 1.125rem;
  border: 0;
  border-radius: 50%;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

#cuCreateForm .img-avatar .fileupload-container .fileinput-button:hover,
#cuCreateForm .img-avatar .fileupload-container .fileinput-button:focus,
#cuUpdForm .img-avatar .fileupload-container .fileinput-button:hover,
#cuUpdForm .img-avatar .fileupload-container .fileinput-button:focus {
  background-color: #CCC; }

#cuCreateForm .img-avatar .fileupload-container .fileinput-button .fa-photo,
#cuUpdForm .img-avatar .fileupload-container .fileinput-button .fa-photo {
  display: none; }

#page-wrapper #_cuUpd_WAR_fu_photoDel,
#page-wrapper #_cuUpd_WAR_fu_noPhoto,
#page-wrapper #_cuCreate_WAR_fu_noPhoto {
  top: -0.3125rem;
  right: -0.3125rem;
  border: none;
  border-radius: 50%;
  background-image: url("../images/white-cross.svg");
  background-size: 0.75rem 0.75rem;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

#page-wrapper #_cuUpd_WAR_fu_noPhoto,
#page-wrapper #_cuCreate_WAR_fu_noPhoto {
  position: absolute;
  width: 1.875rem;
  height: 1.875rem;
  opacity: 1.0;
  background-color: #F66;
  background-position: center; }

#page-wrapper #_cuUpd_WAR_fu_noPhoto:focus,
#page-wrapper #_cuUpd_WAR_fu_noPhoto:hover,
#page-wrapper #_cuCreate_WAR_fu_noPhoto:focus,
#page-wrapper #_cuCreate_WAR_fu_noPhoto:hover {
  background-color: #cc3333; }

#page-wrapper #_cuUpd_WAR_fu_noPhoto .fa-trash,
#page-wrapper #_cuCreate_WAR_fu_noPhoto .fa-trash {
  display: none; }

#_cuCreate_WAR_fu_max-photo-size-too-high,
#_cuUpd_WAR_fu_max-photo-size-too-high {
  position: absolute;
  top: 1.375rem;
  padding: 0.3125rem;
  line-height: 1.0;
  background-color: #FFF;
  text-align: center;
  border-radius: 0.3125rem; }

#_cuCreate_WAR_fu_max-photo-size-too-high p,
#_cuUpd_WAR_fu_max-photo-size-too-high p {
  margin: 0; }

#cuCreateForm .form-actions,
#cuUpdForm .form-actions,
#cuDeleteForm .form-actions,
#cuAfterCreateForm .form-actions {
  width: 100%;
  margin: 1.25rem auto; }

#cuAfterCreateForm .form-actions {
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #cccccc; }

#cuCreateForm .form-actions,
#cuUpdForm .form-actions,
#cuDeleteForm .form-action {
  max-width: 47.5rem; }

#cuAfterCreateForm .form-actions {
  max-width: 37.5rem; }

#cuCreateForm .alert,
#cuUpdForm .alert {
  display: block;
  top: -1.125rem;
  margin-bottom: 0;
  font-size: .9rem; }

#cuCreateForm .help-inline,
#cuUpdForm .help-inline {
  display: block;
  top: -1.125rem;
  padding: 0.5rem 2.1875rem 0.5rem 0.875rem;
  text-shadow: 0 0.0625rem 0 rgba(255, 255, 255, 0.5);
  border-radius: 0.125rem;
  border: 0.0625rem solid #9ee3f9;
  background-color: #CEF1FC;
  color: #12718F; }

#cuCreateForm .control-group.warning,
#cuUpdForm .control-group.warning,
#cuCreateForm .control-group.warning input,
#cuUpdForm .control-group.warning input {
  color: #313131; }

#cuCreateForm .control-group.warning .control-label,
#cuUpdForm .control-group.warning .control-label {
  color: #454545; }

#cuCreateForm .alert.help-block,
#cuUpdForm .alert.help-block {
  top: -1.125rem; }

#cuCreateForm #host,
#cuUpdForm #host {
  display: none; }

#cuCreateForm .recaptcha-holder {
  z-index: 2; }

#cuCreateForm .control-group .controls .country-list *,
#cuUpdForm .control-group .controls .country-list * {
  border-right: none; }

/* Validation message */
#cuAfterCreateForm fieldset {
  border-bottom: none; }

#cuAfterCreateForm .cdalr-label-info {
  padding: 0.5rem 2.1875rem 0.5rem 0.875rem;
  border-radius: 0.125rem;
  border: 0.0625rem solid #bce830;
  background-color: #F1FBD1;
  color: #488F06;
  text-shadow: 0 0.0625rem 0 rgba(255, 255, 255, 0.5);
  cursor: default; }

/* Random buttons */
.btnCheckAllWrapper {
  margin: 1.25rem 0 0.625rem; }

.fieldset-section-btn-wrapper {
  position: absolute;
  top: 0.5rem;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

button.btnCheckAll,
button.fieldset-section-btn {
  display: block;
  margin: 0 auto;
  background: #0463b3;
  color: #fff;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

button.btnCheckAll {
  width: 7.5rem;
  padding: 0.25rem 0.3125rem;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  border-radius: 0.125rem; }

button.fieldset-section-btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  border-radius: 0.25rem; }

button.fieldset-section-btn .fa {
  margin-right: 0.25rem; }

button.btnCheckAll:hover,
button.btnCheckAll:focus,
button.fieldset-section-btn:hover,
button.fieldset-section-btn:focus {
  background: #035396; }

button.btnCheckAll + button.btnCheckAll {
  margin-top: 0.75rem; }

button.fieldset-section-btn + button.fieldset-section-btn {
  margin-left: 0.75rem; }

@media (min-width: 56.25rem) {
  .btnCheckAllWrapper {
    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; }

  button.btnCheckAll {
    margin: 0; }

  button.btnCheckAll + button.btnCheckAll {
    margin-top: 0;
    margin-left: 2.5rem; } }
/* Accordion options */
/* html[data-node-server^="cdalr-prd"] #cuCreateForm .accordion-group {
  display: none;
} */
#cuCreateForm fieldset,
#cuUpdForm fieldset,
#cuDeleteForm fieldset,
.cdalr-form .accordion-group {
  padding: 1.25rem;
  padding-bottom: 0;
  border-radius: 0.3125rem;
  border: 0.0625rem solid #108670;
  background-color: #FCFFFC; }

#cuUpdForm fieldset,
#cuDeleteForm fieldset {
  margin-bottom: 2.5rem; }

.cdalr-form .accordion-group {
  margin-top: 1.25rem; }

#cuCreateForm fieldset legend,
#cuUpdForm fieldset legend,
#cuDeleteForm fieldset legend,
.cdalr-form .accordion-heading {
  width: auto;
  max-width: 75%;
  padding: 0;
  margin: 0;
  margin-left: 1.25rem;
  border-bottom: none;
  box-shadow: 0 0.3125rem 0.625rem 0.3125rem white;
  background: #FFF; }

.cdalr-form .accordion-group .accordion-toggle {
  display: inline-block;
  padding: 0;
  color: #06504F;
  text-decoration: none; }

.cdalr-form .accordion-group .accordion-toggle:hover,
.cdalr-form .accordion-group .accordion-toggle:focus {
  color: #108670; }

.cdalr-form .accordion-group .accordion-toggle::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  top: 0.3125rem;
  margin-left: 0.625rem;
  border-radius: 50%;
  border: 0.125rem solid #efefef;
  background-color: #108670;
  background-image: url("../images/white-arrow.svg");
  background-position: center;
  background-size: 0.625rem 0.625rem;
  -webkit-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
  -webkit-transition: border-color 0.25s ease-out;
  transition: border-color 0.25s ease-out; }

.cdalr-form .accordion-group .accordion-toggle:hover::after,
.cdalr-form .accordion-group .accordion-toggle:focus::after {
  border: 0.125rem solid transparent; }

.cdalr-form .accordion-group .accordion-toggle.collapsed::after {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg); }

.cdalr-form .accordion-body.collapse.in {
  overflow: visible; }

.cdalr-form .accordion-inner {
  padding: 0;
  border-top: 0; }

.cdalr-form .services-link-separator {
  min-height: auto;
  margin-top: -0.9375rem;
  margin-bottom: 0.3125rem; }

.fullPage-alert .cdalr-form .accordion-service-content {
  display: block; }

.fullPage-alert .cdalr-form .accordion-service-illustration,
.cdalr-form .accordion-service-illustration {
  width: 12.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
  text-align: center; }

#cuCreateForm .pull-right {
  width: 100%; }

.cdalr-form .verifImuse,
.cdalr-form .clearImuse {
  display: block;
  margin: auto;
  margin-bottom: 1.25rem;
  background: #108670;
  border: 0;
  border-radius: 0.3125rem;
  text-shadow: none;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.cdalr-form .verifImuse:hover,
.cdalr-form .verifImuse:focus,
.cdalr-form .clearImuse:hover,
.cdalr-form .clearImuse:focus {
  background: #06504F; }

.cdalr-form #already-imuse-account-no {
  display: block; }

.cdalr-form .input-block-level.input-append {
  font-size: 1.0em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

span#_cuCreate_WAR_fu_invoiceAmountImuseClueId,
span#_cuLinkImuse_WAR_fu_invoiceAmountImuseClueId {
  border-right: 0;
  margin: 0; }

#_cuLinkImuse_WAR_fu_invoiceAmountImuseClueId .fa {
  top: 0.1875rem; }

#_cuCreate_WAR_fu_invoiceImuseId,
#_cuLinkImuse_WAR_fu_invoiceImuseId {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding-right: 1.5625rem; }

#_cuCreate_WAR_fu_invoiceImuseId {
  border-right: 0; }

#_cuLinkImuse_WAR_fu_invoiceImuseId {
  border-right: 0.0625rem solid #cccccc; }

#_cuCreate_WAR_fu_invoiceImuseId,
#_cuLinkImuse_WAR_fu_invoiceImuseId,
#phoneImuseId,
#phoneImuseId,
#_cuCreate_WAR_fu_invoiceImuseEnd,
#_cuLinkImuse_WAR_fu_invoiceImuseEnd {
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem; }

a#_cuCreate_WAR_fu_invoiceAmountImuseClueId,
a#_cuLinkImuse_WAR_fu_invoiceAmountImuseClueId {
  position: absolute;
  right: 0;
  height: 100%;
  padding: 0 0.3125rem;
  border: 0;
  background: none; }

div[id^="_cuCreate_WAR_fu_incorrect"] p {
  padding-right: 1.25rem;
  margin-bottom: 0; }

#_cuCreate_WAR_fu_invoice-panel {
  margin-top: 2.8125rem; }

#_cuCreate_WAR_fu_invoice-panel .services-link-separator {
  margin-bottom: 0.9375rem;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  text-transform: uppercase;
  color: #108670; }

@media (min-width: 56.25rem) {
  .cdalr-form .accordion-service-content {
    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; }

  .cdalr-form .accordion-service-illustration {
    margin-left: 1.25rem;
    margin-right: 0;
    margin-bottom: 0; }

  .cdalr-form .accordion-service-details {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1; } }
/* FORGOT PWD POPUP */
#p_load_pwdForgot_WAR_fu_cas_,
#p_load_pwdForgot_WAR_fu_create_account_ {
  z-index: 10000; }

#forgot-pwd-popup {
  z-index: 1001;
  position: fixed;
  display: none;
  width: 20rem;
  left: 50% !important;
  top: 50% !important;
  margin-left: -10rem;
  margin-top: -9.375rem;
  padding: 1.25rem;
  background: #FFF; }

#forgot-pwd-popup .popup-content {
  padding: 0; }

#forgot-pwd-popup .popup-content::before,
#forgot-pwd-popup .popup-content::after {
  display: none; }

#forgot-pwd-popupMask {
  z-index: 1000;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000; }

#p_load_pwdForgot_WAR_fu_cas_ #forgot-pwd-popupMask,
#p_load_pwdForgot_WAR_fu_cas_ #forgot-pwd-popupMask {
  opacity: 0.8; }

#forgot-pwd-popup .popup-title {
  margin-bottom: 1.875rem;
  padding-left: 1.25rem;
  line-height: 2.5rem;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-size: 1.5em;
  font-variant: small-caps;
  border-bottom: 0.0625rem solid #cccccc;
  color: #06504F; }

#forgot-pwd-popup .popup-header > .popup-actions-buttons {
  position: static; }

#forgot-pwd-popup .cdalr-popup-close,
.fancybox-container button.fancybox-close-small {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  overflow: hidden;
  border-radius: 50%;
  border: 0.1875rem solid white;
  background-color: #0463B3;
  color: transparent;
  background-image: url("../images/white-cross.svg");
  background-size: 0.875rem 0.875rem;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  /*fix broken image*/
  text-indent: -625rem; }

#forgot-pwd-popup .cdalr-popup-close {
  top: -1.25rem;
  right: -1.25rem; }

.fancybox-container button.fancybox-close-small {
  top: 0;
  right: 0; }

.fancybox-slide > * {
  padding-top: 2.5rem; }

#forgot-pwd-popup .cdalr-popup-close:hover,
#forgot-pwd-popup .cdalr-popup-close:focus,
.fancybox-container button.fancybox-close-small:hover,
.fancybox-container button.fancybox-close-small:focus {
  background-size: 1.25rem 1.25rem; }

#forgot-pwd-popup .popup-content {
  font-size: 0.9em; }

#pwdForgotForm .popup-input {
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
  line-height: 1.875rem; }

#pwdForgotForm .popup-input > .input-append {
  height: 100%;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.3125rem;
  overflow: hidden;
  font-size: 1.0em; }

#pwdForgotForm .popup-input > .input-append > #appendedInputButton {
  min-width: 0;
  padding: 0 0.625rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  border-right: 0.0625rem solid #cccccc;
  border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem; }

#pwdForgotForm .popup-input > .input-append > #appendedInputButton:focus {
  box-shadow: 0 0 0.25rem rgba(4, 99, 179, 0.25) inset; }

#pwdForgotForm .popup-input > .input-append > .btn-forgot-pwd {
  width: 5rem;
  margin: 0;
  padding: 0;
  border: 0;
  background: #108670;
  font-size: 1.0em;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

#pwdForgotForm .popup-input > .input-append > .btn-forgot-pwd:hover,
#pwdForgotForm .popup-input > .input-append > .btn-forgot-pwd:focus {
  background: #06504F; }

#pwdForgotForm .popup-input > .input-append > .btn-forgot-pwd::after {
  content: "Valider";
  line-height: 1.75rem;
  color: #FFF; }

#pwdForgotForm .cdalr-form-error {
  display: block;
  margin-bottom: 1.5625rem;
  padding: 0.5rem 0.875rem;
  line-height: 1.2;
  border: 0.0625rem solid #dd6666;
  color: #b50303; }

/* CONTACT US */
#eServicesContactUsForm option[value="La Rochelle Technopole"],
#eServicesContactUsForm option[value="Conservatoire Musique et Danse"],
#eServicesContactUsForm option[value="La Rochelle Territoire Zéro Carbone"],
#eServicesContactUsForm option[value="La Rochelle Force Océan"],
#eServicesContactUsForm option[value="PRU Villeneuve"],
#eServicesContactUsForm option[value="Médiateur territorial"],
#eServicesContactUsForm option[value*="PRRE"],
#eServicesContactUsForm:not([action*="numerique"]) option[value*="umérique"],
#eServicesContactUsForm:not([action*="numerique"]) option[value="Cyberlocal"],
#eServicesContactUsForm:not([action*="numerique"]) option[value="Gouvernance des données et open data"],
#eServicesContactUsForm[action*="numerique"] option:not([value*="umérique"]):not([value="Cyberlocal"]):not([value="Gouvernance des données et open data"]) {
  display: none; }

/* FISHNET BOOKING FORM */
#eserviceFishnetBookingForm #datePref {
  border: 0; }

#fishnet-moreInfo-angoulins,
#fishnet-moreInfo-esnandes {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1.375rem;
  border: 0; }

/* WASTEBIN REPAIR FORM */
div[id^="wastebin-moreOptions-"] {
  padding: 0 1.25rem;
  margin: 1.875rem 0; }

#wastebin-owner-infos,
#wastebin-moving-infos {
  padding: 0 1.25rem;
  margin-bottom: 1.875rem; }

#newWastebinType {
  display: block;
  padding: 0 0.75rem; }

#newWastebinType.hidden {
  display: none; }

/* GRANT REQUEST FORM */
#isGrantRenewal1 + input[type="hidden"] + label,
#isGrantRenewal1 + :nth-child(n) + label,
#isGrantRenewal1 ~ label {
  border: 0; }

/* STEP TOUR FORM */
#prefMonth,
#prefMonth option,
#prefDayOfWeek,
#prefDayOfWeek option,
#prefAmPm,
#prefAmPm option {
  border-bottom: 0; }

#prefMonth,
#prefDayOfWeek {
  border-right: 0; }

/* WASTE WATER CONNECTION */
#eserviceWastewaterConnectionForm #definitionStatus {
  border-right: 0.0625rem solid #cccccc;
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem; }

#isConnectionReactivationTermsAgreed1 + input[type="hidden"] + label,
#isConnectionReactivationTermsAgreed1 + :nth-child(n) + label,
#isConnectionReactivationTermsAgreed1 ~ label,
#isConnectionEstablishmentTermsAgreed1 + input[type="hidden"] + label,
#isConnectionEstablishmentTermsAgreed1 + :nth-child(n) + label,
#isConnectionEstablishmentTermsAgreed1 ~ label {
  border-right: 0.0625rem solid #cccccc;
  padding-right: 1.5rem;
  border-radius: 0.3125rem; }

#isConnectionTermsAgreed1 + input[type="hidden"] + label,
#isConnectionTermsAgreed1 + :nth-child(n) + label,
#isConnectionTermsAgreed1 ~ label {
  border-radius: 0.3125rem; }

/* WASTE SORTING TOUR */
#eserviceWastesortingTourForm #altriane-edu-institution,
#eserviceWastesortingTourForm #altriane-biz-institution,
#eserviceWastesortingTourForm #altriane-edu-visitors,
#eserviceWastesortingTourForm #altriane-biz-visitors,
#eserviceWastesortingTourForm #altriane-edu-supervisors,
#eserviceWastesortingTourForm #altriane-biz-supervisors,
#eserviceWastesortingTourForm #wishPeriod {
  border-right: 0; }

#eserviceWastesortingTourForm #wishPeriod {
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem; }

#eserviceWastesortingTourForm #altriane-edu-commentsLabel,
#eserviceWastesortingTourForm #altriane-biz-commentsLabel,
#eserviceWastesortingTourForm #altriane-individual-commentsLabel {
  border-bottom: 0; }

#eserviceWastesortingTourForm #nbOfVisitors,
#eserviceWastesortingTourForm #nbOfSupervisors {
  padding-right: 1.5625rem;
  border-right: 0;
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem; }

#eserviceWastesortingTourForm #altriane-individual-names {
  margin-bottom: 1.875rem;
  padding: 0 1.25rem; }

#eserviceWastesortingTourForm #altriane-individual-number.hidden {
  display: block;
  visibility: visible; }

/* JOB APPLICATION */
#eServicesJobApplicationForm .vertical-control-group .controls:last-child input[name="attachments"] {
  border-bottom-left-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem; }

/* SUGGEST EVENT */
#eserviceSuggestEventForm #phoneNumber,
#eserviceSuggestEventForm #emailAddress {
  border-right: 0.0625rem solid #cccccc;
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem; }

#eserviceSuggestEventForm #postalCode + .select-container {
  order: 2;
  cursor: not-allowed; }

#eserviceSuggestEventForm #city {
  pointer-events: none;
  background: #f2f2f2;
  color: #666;
  cursor: pointer !important;
  border-right: 0.0625rem solid #cccccc;
  border-left: 0;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem; }

#eserviceSuggestEventForm #city + .select-arrow,
#eserviceSuggestEventForm #clearAddressInfosBtn {
  display: none; }

/* OPTICAL FIBER CONNECTION */
#eserviceFiberOpticConnectionRequestForm #displayedEmailAddressId,
#eserviceFiberOpticConnectionRequestForm #address {
  border-right: 0.0625rem solid #cccccc;
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem; }

#eserviceFiberOpticConnectionRequestForm #displayedEmailAddressId {
  border-left: 0.0625rem solid #cccccc; }

.cdalr-form #address-map .controls,
.cdalr-form .address-map .controls {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.cdalr-form #banIdMap,
.cdalr-form .mini-map,
.cdalr-form #clearAddressInfosBtn,
.cdalr-form .clearAddressInfosBtn {
  border: 0.0625rem solid #cccccc; }

.cdalr-form #banIdMap,
.cdalr-form .mini-map {
  border-bottom: 0;
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem; }

.cdalr-form #clearAddressInfosBtn,
.cdalr-form .clearAddressInfosBtn {
  padding: 0.625rem;
  text-align: center;
  border-radius: 0;
  background-color: #108670;
  color: #FFF;
  font-size: 1.1em;
  border-top: 0;
  border-bottom-left-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
  text-decoration: none;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.cdalr-form #clearAddressInfosBtn:hover,
.cdalr-form #clearAddressInfosBtn:focus,
.cdalr-form .clearAddressInfosBtn:hover,
.cdalr-form .clearAddressInfosBtn:focus {
  background-color: #06504f; }

.cdalr-form .vertical-control-group .controls:last-child input[name="attachments"] {
  border-bottom-left-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem; }

#opticalFiber-company-infos {
  margin: 1.875rem 0;
  padding: 0 1.25rem; }

.cdalr-form #description-infos-counter {
  border-bottom: 0; }

#eserviceFiberOpticConnectionRequestForm label[for="isDataAccurate1"] {
  border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem; }

/* DIA DEPOSIT */
#eserviceDiaDepositForm #displayedEmailAddressId {
  border-left: 0.0625rem solid #cccccc;
  border-right: 0.0625rem solid #cccccc;
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem; }

#eserviceDiaDepositForm label[for="isDataAccurate1"] {
  border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem; }

#dia-deposit-company-infos h3.cdalrForm-section-title,
#dia-deposit-company-infos + .form-actions + h3.cdalrForm-section-title {
  margin-top: 0; }

/* ALTRIANE TOUR */
#eserviceWastesortingTourForm #nbOfVisitors,
#eserviceWastesortingTourForm #nbOfSupervisors,
#eserviceWastesortingTourForm #wishPeriod {
  border-right: 0.0625rem solid #cccccc; }

#eserviceWastesortingTourForm #altriane-individual-names {
  padding: 0 1.25rem;
  margin-bottom: 1.875rem; }

/* FESTIMER SUBSCRIPTION */
#isDemandeAide1 + input[type="hidden"] + label,
#isDemandeAide1 + :nth-child(n) + label,
#isDemandeAide1 ~ label,
#isObtenuAutorisations1 + input[type="hidden"] + label,
#isObtenuAutorisations1 + :nth-child(n) + label,
#isObtenuAutorisations1 ~ label,
#isAccepteReglement1 + input[type="hidden"] + label,
#isAccepteReglement1 + :nth-child(n) + label,
#isAccepteReglement1 ~ label {
  border-radius: 0.3125rem; }

/* BRANCHEMENT EAU POTABLE */
#eservicePotablewaterConnectionForm #definitionStatus,
#eservicePotablewaterConnectionForm #debitPointe {
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
  border-right: 0.0625rem solid #cccccc; }

#eservicePotablewaterConnectionForm #definitionStatus:hover,
#eservicePotablewaterConnectionForm #definitionStatus:focus,
#eservicePotablewaterConnectionForm #debitPointe:hover,
#eservicePotablewaterConnectionForm #debitPointe:focus {
  border-color: #0463b3; }

#eservicePotablewaterConnectionForm #locationCity option[value="17340 Châtelaillon-Plage"] {
  display: none; }

/* CONTACT DPO */
#eServicesContactDPOForm .cdalrForm-section-title {
  margin-top: 2rem; }

#eServicesContactDPOForm legend + .cdalrForm-section-title {
  margin-top: 0.75rem; }

/* ELUS DETAILS */
#eserviceElectedRepresentativeProfileCompletionForm #displayedEmailAddressId {
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
  border-right: 0.0625rem solid #cccccc; }

#eserviceElectedRepresentativeProfileCompletionForm #_cdalrEserviceElectedRepresentativeProfileCompletion_WAR_fu_birthplace {
  border-right: 0.0625rem solid #cccccc;
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem; }

#eserviceElectedRepresentativeProfileCompletionForm #_cdalrEserviceElectedRepresentativeProfileCompletion_WAR_fu_adresse3 {
  border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem; }

#eserviceElectedRepresentativeProfileCompletionForm .typeahead__container {
  height: 2rem; }

#eserviceElectedRepresentativeProfileCompletionForm input[id*="entreprise"] {
  border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem; }

#eserviceElectedRepresentativeProfileCompletionForm div[id*="entreprise-container-"] {
  margin: 0 1.25rem; }

#eserviceElectedRepresentativeProfileCompletionForm h4 + .control-group div[id*="entreprise-container-"] {
  margin-top: 0.625rem; }

#eserviceElectedRepresentativeProfileCompletionForm .control-group:last-child div[id*="entreprise-container-"] {
  margin-bottom: 0.3125rem; }

/*  PROJETS TRANSITION ECOLOGIQUE */
.odd-container {
  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, 170px);
  margin: 0 0.625rem 0.625rem; }

.odd-container .odd-checkbox {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  opacity: 0; }

.odd-container .odd-img {
  opacity: .6;
  -webkit-transition: 0;
  transition: 0; }

.odd-container .odd-label {
  display: block;
  width: 9.375rem;
  height: 9.375rem;
  margin: 0.625rem; }

.odd-container .odd-label::after {
  content: "";
  display: block;
  position: absolute;
  left: -0.375rem;
  right: -0.375rem;
  top: -0.375rem;
  bottom: -0.375rem;
  border: 0.25rem solid transparent; }

.odd-container .odd-checkbox:checked + .odd-label::before {
  z-index: 1;
  content: "?";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  right: 5px;
  bottom: 5px;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  line-height: 12px;
  padding-left: 1px;
  text-shadow: -2px 0 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, 0 2px 0 #fff;
  border-radius: 2px;
  border: 2px solid #fff;
  background: #fff;
  color: #0463b3; }

.odd-container .odd-checkbox:required + .odd-label .odd-img,
.odd-container .odd-checkbox:checked + .odd-label .odd-img,
.odd-container .odd-label:hover .odd-img,
.odd-container .odd-label:focus .odd-img {
  opacity: 1; }

.odd-container .odd-label:focus {
  outline: 0; }

.odd-container .odd-label:hover::after,
.odd-container .odd-label:focus::after {
  border-color: #0462b3; }

/* PAV MAP FILTER */
#body-wrapper .cdalr-form.pav-form {
  max-width: 100%;
  margin: 1.875rem 0 -0.9375rem; }

.cdalr-form.pav-form .control-group > label.pav-label-title {
  font-size: 1rem; }

#body-wrapper .cdalr-form.pav-form .control-group > .controls {
  display: block;
  border-bottom: 0.0625rem solid #cccccc;
  border-radius: 0; }

#body-wrapper .cdalr-form.pav-form .pav-label {
  padding-right: 2.5rem;
  border-radius: 0;
  text-align: center;
  border-bottom: 0;
  text-overflow: unset; }

#body-wrapper .cdalr-form.pav-form .pav-label br {
  display: none; }

@media (min-width: 45rem) and (max-width: 56.1875rem), (min-width: 66.25rem) {
  #body-wrapper .cdalr-form.pav-form .control-group > .controls {
    display: flex; }

  .cdalr-form.pav-form .control-group > label.pav-label-title,
  #body-wrapper .cdalr-form.pav-form .pav-label {
    height: 2.5rem;
    line-height: 2.5rem; }

  #body-wrapper .cdalr-form.pav-form .pav-label[for="pav-litter"],
  #body-wrapper .cdalr-form.pav-form .pav-label[for="pav-plastic"],
  #body-wrapper .cdalr-form.pav-form .pav-label[for="pav-bio"] {
    line-height: 1rem;
    padding-top: 0.125rem; }

  #body-wrapper .cdalr-form.pav-form .pav-label br {
    display: inline; }

  #body-wrapper .cdalr-form.pav-form .pav-label:not(:nth-child(2)) {
    border-left: 0; } }
/* TRANSITION PROJECTS */
#eserviceEcologicalTransitionActorsSubscriptionForm #displayedEmailAddressId {
  border-right: 0.0625rem solid #cccccc;
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem; }

#eserviceEcologicalTransitionActorsSubscriptionForm #_cdalrEserviceEcologicalTransitionActorsSubscription_WAR_fu_displayedAdressCpEntreprise {
  position: static !important;
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1; }

#eserviceEcologicalTransitionActorsSubscriptionForm #_cdalrEserviceEcologicalTransitionActorsSubscription_WAR_fu_displayedAdressCityEntreprise {
  position: static !important;
  -webkit-box-flex: 6;
  -webkit-flex: 6;
  -ms-flex: 6;
  flex: 6;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1; }

#eserviceEcologicalTransitionActorsSubscriptionForm #typeCompanyId option[value="FOYER"] {
  display: none; }

#eserviceEcologicalTransitionActorsSubscriptionForm .form-list a {
  color: #313131;
  font-family: DroidSans, AdjustedArial, sans-serif;
  text-decoration: none;
  pointer-events: none; }

/* REMBOURSEMENT PISCINES */
#eserviceRefundSwimmingPoolsSubscriptionsForm #subsection-ETABLISSEMENT {
  display: block;
  visibility: visible;
  margin-bottom: 1.5rem; }

#eserviceRefundSwimmingPoolsSubscriptionsForm #rib-section h4.form-light-subtitle {
  margin: 1.5rem 0 1.125rem; }

#eserviceRefundSwimmingPoolsSubscriptionsForm #rib-section .vertical-control-group {
  max-width: 32.5rem;
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 47.5rem) {
  #eserviceRefundSwimmingPoolsSubscriptionsForm .cdalrForm-section-subsection-wrapper-50:nth-child(2n) {
    padding-right: 0.625rem;
    padding-left: 0; }

  #eserviceRefundSwimmingPoolsSubscriptionsForm .cdalrForm-section-subsection-wrapper-50:nth-child(2n+1) {
    padding-left: 0.625rem;
    padding-right: 0; } }
/* PRIMO-ACCESSION */
.no-child {
  content: "Pas d'enfant";
  margin: 0;
  padding-left: 2.5rem;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  color: #555;
  font-size: 0.875rem; }

.foyer-members-wrapper + .foyer-members-wrapper,
.cdalrForm-section-subsections-container + .foyer-members-wrapper,
.foyer-members-container > [class*="member-container"] + [class*="member-container"] {
  margin-top: 2rem; }

.foyer-members-wrapper + .foyer-members-wrapper::before,
.cdalrForm-section-subsections-container + .foyer-members-wrapper::before,
.foyer-members-container > [class*="member-container"] + [class*="member-container"]::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 10rem;
  height: 0;
  margin-left: -5rem;
  border-bottom: 0.0625rem solid #cccccc; }

.foyer-members-wrapper + .foyer-members-wrapper::before,
.cdalrForm-section-subsections-container + .foyer-members-wrapper::before {
  top: -0.625rem;
  border-bottom: 0.0625rem solid #cccccc; }

.foyer-members-container > [class*="member-container"] + [class*="member-container"]::before {
  top: -1rem;
  border-bottom: 0.0625rem solid #e9e9e9; }

#eservicePrimoAccedantForm h4.fieldset-section-subtitle::after {
  display: none; }

#eservicePrimoAccedantForm #_cdalrEservicePrimoAccedant_WAR_fu_displayedAdressCp {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1; }

#eservicePrimoAccedantForm #_cdalrEservicePrimoAccedant_WAR_fu_displayedAdressCity,
#eservicePrimoAccedantForm .algolia-places ~ .select-container {
  -webkit-box-flex: 6;
  -webkit-flex: 6;
  -ms-flex: 6;
  flex: 6;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1; }

#eservicePrimoAccedantForm #_cdalrEservicePrimoAccedant_WAR_fu_endroitNotaire,
#eservicePrimoAccedantForm #_cdalrEservicePrimoAccedant_WAR_fu_notaire {
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
  border-right: .0625rem solid #ccc; }

#eservicePrimoAccedantForm #_cdalrEservicePrimoAccedant_WAR_fu_endroitNotaire:hover,
#eservicePrimoAccedantForm #_cdalrEservicePrimoAccedant_WAR_fu_endroitNotaire:focus,
#eservicePrimoAccedantForm #_cdalrEservicePrimoAccedant_WAR_fu_notaire:hover,
#eservicePrimoAccedantForm #_cdalrEservicePrimoAccedant_WAR_fu_notaire:focus {
  border-color: #0463b3; }

#eservicePrimoAccedantForm #_cdalrEservicePrimoAccedant_WAR_fu_endroitNotaire.input-error,
#eservicePrimoAccedantForm #_cdalrEservicePrimoAccedant_WAR_fu_notaire.input-error {
  border-color: #dcaca5; }

#eservicePrimoAccedantForm .notaire-msg,
#eservicePrimoAccedantForm .notaire-msg dl,
#eservicePrimoAccedantForm .notaire-msg dd,
#eservicePrimoAccedantForm .notaire-msg dd address {
  margin: 0; }

#eservicePrimoAccedantForm .notaire-msg dt {
  margin: 1.25rem 0 0.5rem;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-weight: normal; }

#eservicePrimoAccedantForm .notaire-msg dt + dt,
#eservicePrimoAccedantForm .notaire-msg dd address br + br {
  display: none; }

/* POPUP FORM OPENER */
.interior-article-media div.eservice-form-opener,
.interior-article-media a.eservice-form-opener,
.interior-article-media .cdalr-form:not(#cuCreateForm) legend:not(.fieldset-section-legend),
.interior-article-media .cdalr-form:not(#cuCreateForm) h3.form-sections-title,
.interior-article-paragraph h3.eservice-form-opener {
  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;
  width: 100%;
  min-height: 6.25rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 6.25rem;
  padding-right: 3.75rem;
  text-align: left;
  background-color: #4E235E;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-size: 1rem; }

.interior-article-media .cdalr-form:not(#cuCreateForm) legend:not(.fieldset-section-legend),
.interior-article-media .cdalr-form:not(#cuCreateForm) h3.form-sections-title,
.interior-article-paragraph h3.eservice-form-opener {
  max-width: 43.75rem;
  margin: 1.875rem auto; }

.interior-article-media .cdalr-form:not(#cuCreateForm) h3.form-sections-title {
  margin-top: 40px; }

.interior-article-media div.eservice-form-opener,
.interior-article-media a.eservice-form-opener {
  margin: 1.25rem 0;
  box-shadow: 0 0.5rem 1.25rem #cccccc;
  cursor: pointer; }

.interior-article-media div.eservice-form-opener:hover,
.interior-article-media div.eservice-form-opener:focus,
.interior-article-media a.eservice-form-opener:hover,
.interior-article-media a.eservice-form-opener:focus {
  color: #fff; }

.interior-article-media p.eservice-form-opener-text {
  margin: 0;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-size: 1.0em; }

.interior-article-media .cdalr-form:not(#cuCreateForm) legend:not(.fieldset-section-legend)::after,
.interior-article-media .cdalr-form:not(#cuCreateForm) h3.form-sections-title::after,
.interior-article-paragraph h3.eservice-form-opener::after {
  content: "";
  display: block; }

.interior-article-media .cdalr-form:not(#cuCreateForm) legend:not(.fieldset-section-legend)::after,
.interior-article-media .cdalr-form:not(#cuCreateForm) h3.form-sections-title::after,
.interior-article-paragraph h3.eservice-form-opener::after,
.eservice-form-opener-picto {
  z-index: 5;
  position: absolute;
  width: 3.75rem;
  height: 3.75rem;
  top: 50%;
  left: 1.25rem;
  margin-top: -1.875rem;
  border-radius: 50%;
  background-color: #8B6998;
  background-image: url("../images/eservice-forms.svg");
  background-size: 26.25rem 3.75rem; }

.eservice-form-opener-picto-contact {
  background-position: 0 0; }

.eservice-form-opener-picto-wastebin {
  background-position: -3.75rem 0; }

.eservice-form-opener-picto-job {
  background-position: -7.5rem 0; }

.eservice-form-opener-picto-water {
  background-position: -11.25rem 0; }

.eservice-form-opener-picto-fiber {
  background-position: -15rem 0; }

.eservice-form-opener-picto-altriane {
  background-position: -18.75rem 0; }

.eservice-form-opener-picto-music {
  background-position: -22.5rem 0; }

div.eservice-form-opener::after,
a.eservice-form-opener::after {
  content: "+";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4.6875rem;
  height: 4.6875rem;
  padding-left: 2.8125rem;
  padding-top: 2.625rem;
  font-family: DroidSans, AdjustedArial, sans-serif;
  background: -webkit-linear-gradient(135deg, white, white 50%, transparent 50%, transparent);
  background: linear-gradient(-45deg, #ffffff, #ffffff 50%, transparent 50%, transparent);
  color: #59286A;
  font-size: 2.0em;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

div.eservice-form-opener:hover::after,
div.eservice-form-opener:focus::after,
a.eservice-form-opener:hover::after,
a.eservice-form-opener:focus::after {
  width: 5.625rem;
  height: 5.625rem;
  padding-left: 3.3125rem;
  padding-top: 3.125rem;
  font-size: 2.5rem; }

.interior-article-media a.eservice-form-opener {
  width: 100%; }

#page-wrapper .embedded-portlet[data-querystring*="le-mediateur-de-l-agglo"] .cdalr-form fieldset legend {
  display: none; }

.aui .tooltip {
  z-index: 20000; }

/* Docs list */
.interior-article-moreContent-container.portlet-ged {
  margin: 1.875rem 0;
  padding: 0;
  background: #fff; }

.interior-article-moreContent-docs-portlet-container.portlet-ged {
  margin: 0 0 1.875rem; }

#body-wrapper ul.interior-article-moreContent-docs {
  display: block;
  list-style: none;
  height: auto !important;
  margin-top: 1.25rem;
  margin-left: 1.25rem;
  padding-left: 0.625rem;
  padding-bottom: 0.1875rem; }

#body-wrapper .cda-jstree[id*="_deliberationsadoptees"] ul.interior-article-moreContent-docs ul.interior-article-moreContent-docs ul.interior-article-moreContent-docs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

#body-wrapper .cda-jstree[id*="_deliberationsadoptees"] ul.interior-article-moreContent-docs ul.interior-article-moreContent-docs ul.interior-article-moreContent-docs .interior-article-moreContent-doc {
  margin-top: 0.625rem; }

#body-wrapper .interior-article-moreContent-container.portlet-ged > ul.interior-article-moreContent-docs {
  margin-left: 0;
  padding-left: 0; }

.interior-article-paragraph ul.interior-article-moreContent-docs {
  padding: 0;
  list-style-image: none; }

.interior-article-moreContent-doc,
.interior-article-mainContent ul li.interior-article-moreContent-doc {
  margin: 1.25rem 0 0.3125rem;
  padding-left: 3.125rem;
  line-height: 1.5;
  font-size: .9rem; }

.interior-article-moreContent-doc::before,
.interior-article-mainContent ul li.interior-article-moreContent-doc::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  top: 50%;
  left: 0.625rem;
  margin-top: -0.75rem;
  border-radius: 50%;
  background-color: #4e2353;
  background-image: url(../images/white-arrow.svg);
  background-size: .8125rem .8125rem;
  background-position: center; }

.interior-article-mainContent .interior-article-moreContent-doc a,
.interior-article-mainContent .interior-article-moreContent-doc a:visited,
.interior-article-mainContent .interior-article-moreContent-doc a:hover,
.interior-article-mainContent .interior-article-moreContent-doc a:focus {
  display: inline;
  height: auto;
  text-decoration: none;
  line-height: 1.2;
  color: #313131;
  -webkit-transition: none;
  transition: none; }

.interior-article-mainContent .interior-article-moreContent-doc a br {
  display: none; }

.interior-article-moreContent-doc-title {
  font-family: DroidSans, AdjustedArial, sans-serif;
  color: #313131;
  border-bottom: 0.0625rem solid transparent;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.interior-article-moreContent-doc a:hover .interior-article-moreContent-doc-title,
.interior-article-moreContent-doc a:focus .interior-article-moreContent-doc-title {
  color: #108670;
  border-bottom: 0.0625rem solid #108670; }

.interior-article-moreContent-doc-extension {
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  margin-left: 0.1875rem;
  color: #555; }

.interior-article-moreContent-doc-weight {
  font-family: DroidSans, AdjustedArial, sans-serif;
  color: #5d5d5d; }

.interior-article-moreContent-doc-extension::before,
.interior-article-moreContent-doc-weight::before,
.interior-article-moreContent-doc-date::after {
  content: "-";
  margin-right: 0.3125rem;
  font-family: DroidSans, AdjustedArial, sans-serif;
  color: #5d5d5d; }

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

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

/* Docs space */
.portlet-boundary_10029_WAR_fu_ #chell-form-edit,
.portlet-boundary_10030_WAR_fu_ form.form-horizontal,
.portlet-boundary_10068_WAR_fu_ #chell-form-edit {
  padding: 1.25rem;
  background: #fff;
  box-shadow: 0 0.5rem 1.25rem #cccccc; }

.alfresco-options fieldset,
.alfresco-options .control-group,
.portlet-boundary_10029_WAR_fu_ .hidden-desktop,
.embedded-portlet[data-portlet="10029_WAR_fu"] .hidden-desktop,
.portlet-boundary_10030_WAR_fu_ .hidden-desktop,
.embedded-portlet[data-portlet="10030_WAR_fu"] .hidden-desktop,
.portlet-boundary_10068_WAR_fu_ .news-back-wrapper,
.embedded-portlet[data-portlet="10031_WAR_fu"] .hidden-desktop,
.portlet-boundary_10068_WAR_fu_ #_10068_WAR_fu_raz,
.embedded-portlet[data-portlet="10068_WAR_fu"] #_10068_WAR_fu_raz,
.portlet-boundary_10068_WAR_fu_ .search-results-config,
.embedded-portlet[data-portlet="10068_WAR_fu"] .search-results-config {
  display: none; }

.alfresco-options .control-group:nth-child(6) {
  display: block; }

a.alfresco-selected-doc,
a.alfresco-selected-doc:visited {
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  color: #0463b3; }

a.alfresco-selected-doc:hover,
a.alfresco-selected-doc:focus {
  color: #108670; }

#body-wrapper .interior-article-moreContent-docs-portlet-container > .jstree > ul.interior-article-moreContent-docs-portlet {
  margin-left: 0;
  padding-left: 0; }

.interior-article-moreContent-docs-portlet-container ul.interior-article-moreContent-docs-portlet::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0.125rem;
  width: 0;
  border-left: 0.0625rem dotted #cccccc; }

.interior-article-moreContent-docs-portlet-container > .jstree > ul.interior-article-moreContent-docs-portlet::before {
  display: none; }

.jstree .jstree-icon.interior-article-moreContent-docs-title,
.jstree-cda .jstree-leaf.jstree-last:first-child .jstree-loading {
  width: auto;
  height: auto;
  margin: 1.25rem 0 0.3125rem;
  line-height: 1.2;
  padding: 0 0 0 3.125rem;
  background: #fff;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  color: #555;
  font-size: .9rem;
  white-space: normal;
  border-bottom: 0.0625rem solid transparent;
  cursor: pointer;
  -webkit-transition: color .25s ease-out;
  transition: color .25s ease-out; }

ul.interior-article-moreContent-docs .interior-article-moreContent-folder .interior-article-moreContent-docs .jstree-icon.interior-article-moreContent-docs-title {
  margin-top: 0.3125rem; }

.jstree .jstree-icon.interior-article-moreContent-docs-title::after,
.jstree-cda .jstree-leaf.jstree-last:first-child .jstree-loading::after {
  content: "";
  display: block;
  position: absolute;
  left: 3.125rem;
  right: 0;
  bottom: 0;
  height: 0;
  border-bottom: 0.0625rem solid transparent;
  -webkit-transition: border-color .25s ease-out;
  transition: border-color .25s ease-out; }

.jstree .jstree-icon.interior-article-moreContent-docs-title:hover,
.jstree .jstree-icon.interior-article-moreContent-docs-title:focus {
  color: #108670; }

.jstree .jstree-icon.interior-article-moreContent-docs-title:hover::after,
.jstree .jstree-icon.interior-article-moreContent-docs-title:focus::after {
  border-color: #108670; }

.interior-article-moreContent-folder .jstree-icon.interior-article-moreContent-docs-title::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  top: 50%;
  left: 0.625rem;
  margin-top: -0.75rem;
  border-radius: 50%;
  background-color: #108670;
  background-image: url(../images/white-arrow.svg);
  background-size: .8125rem .8125rem;
  background-position: center;
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg); }

.interior-article-moreContent-folder.jstree-open > .jstree-icon.interior-article-moreContent-docs-title::before {
  -webkit-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg); }

.jstree .jstree-icon.interior-article-moreContent-docs-title + a {
  padding: 0;
  font-size: 0;
  color: transparent;
  background: none;
  -webkit-transition: none;
  transition: none; }

ins.jstree-icon.folder,
.jstree-cda .jstree-leaf.jstree-last:first-child ins {
  display: none; }

.jstree li.interior-article-moreContent-folder ul {
  visibility: hidden; }

.jstree li.interior-article-moreContent-folder ul.interior-article-moreContent-docs-portlet {
  visibility: visible; }

.jstree li.interior-article-moreContent-folder,
.jstree .interior-article-moreContent-doc,
.jstree .interior-article-moreContent-doc ins {
  margin-left: 0;
  background: none; }

.interior-article-mainContent .jstree .interior-article-moreContent-doc {
  margin: 0.9375rem 0 0.3125rem; }

.interior-article-mainContent .jstree .interior-article-moreContent-doc .jstree-icon {
  display: none; }

.interior-article-mainContent .jstree .interior-article-moreContent-doc .inner-link {
  display: inline-block;
  width: auto;
  white-space: normal;
  line-height: 1.2; }

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

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

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

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

.jstree .jstree-icon.interior-article-moreContent-docs-title + a.jstree-loading::before,
.jstree-cda .jstree-leaf.jstree-last:first-child .jstree-loading::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border-bottom: 0.1875rem solid #0463b3;
  border-right: 0.1875rem solid #0463b3;
  -webkit-animation: spin 0.75s infinite linear;
  animation: spin 0.75s infinite linear; }

.jstree .jstree-icon.interior-article-moreContent-docs-title + a.jstree-loading::before {
  left: 0.75rem;
  top: -0.625rem; }

.jstree-cda .jstree-leaf.jstree-last:first-child .jstree-loading::after {
  right: -0.375rem;
  top: 0; }

input[type="text"].datepicker {
  cursor: pointer; }

.datepickerdropdown {
  z-index: 10000;
  position: absolute;
  top: 2rem;
  left: 0;
  padding: 0.625rem;
  background: #FFF;
  border: 0.0625rem solid #999999;
  box-shadow: 0 0.5rem 0.5rem #333333; }

.aui .cdalr-form .control-group .controls .datepickerdropdown {
  border-radius: 0; }

.aui .cdalr-form .control-group .controls .datepickerdropdown:hover {
  background-color: #FFF; }

.datepickerdropdown
.datepicker-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.875rem;
  height: 1.875rem;
  background-image: url("../images/blue-cross.svg");
  background-position: center;
  background-size: 0.875rem 0.875rem;
  cursor: pointer;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.datepicker-close:hover,
.datepicker-close:focus {
  background-color: #DDD; }

.datepickerdropdown *:focus {
  outline: thin dotted #313131; }

#body-wrapper .datepicker-table {
  border: 0;
  font-size: 0.875rem; }

.datepickerdropdown table.datepicker-table {
  margin: 0; }

.datepicker-table td {
  width: 2.625rem;
  height: 2.25rem;
  text-align: center; }

.datepickerdropdown table.datepicker-table th,
.datepickerdropdown table.datepicker-table td {
  padding: 0; }

.cdalr-form .control-group .datepickerdropdown .datepicker-table tr,
.cdalr-form .control-group .datepickerdropdown .datepicker-table td {
  border-right: 0; }

.datepicker-table .daysRow > td {
  height: 1.75rem;
  color: #0463B3;
  font-size: 0.9em; }

input[type="button"].datepicker-changeMonth {
  background-color: #B3D0E8;
  background-image: url("../images/white-arrow.svg");
  background-size: 0.875rem 0.875rem;
  background-position: center;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

input[type="button"].datepicker-changeMonth,
.aui .cdalr-form .control-group .controls input[type="button"].datepicker-changeMonth {
  width: 1.875rem;
  height: 1.875rem;
  border: 0;
  border-radius: 50%; }

input[type="button"].datepicker-changeMonth:hover,
input[type="button"].datepicker-changeMonth:focus {
  background-color: #0463B3; }

td:nth-child(2) > input[type="button"].datepicker-changeMonth {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg); }

.datepickerdropdown .datepicker-table input[type="text"].monthDsp {
  width: 100%;
  height: 1.875rem;
  margin: 0;
  padding: 0;
  text-align: center;
  background: #FFF;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-size: 0.9em;
  border: 0;
  border-bottom: 0.0625rem solid #cccccc; }

input[type="button"].datepicker-day {
  width: 2.25rem;
  height: 1.875rem;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-size: 0.9em;
  background: #EFEFEF;
  color: #035396; }

input[type="button"].datepicker-day,
.aui .cdalr-form .control-group .controls input[type="button"].datepicker-day {
  border: 0;
  border-radius: 0; }

input[type="button"].datepicker-day.datepicker-otherMonth {
  background: #F8F8F8;
  color: #CCC; }

input[type="button"].datepicker-day.datepicker-today,
input[type="button"].datepicker-day.datepicker-today:hover,
input[type="button"].datepicker-day.datepicker-today:focus {
  background: #0463B3;
  color: #FFF; }

input[type="button"].datepicker-day.datepicker-selected {
  background: #C23D83;
  color: #FFF; }

input[type="button"].datepicker-day:hover,
input[type="button"].datepicker-day:focus,
input[type="button"].datepicker-day.datepicker-today:hover,
input[type="button"].datepicker-day.datepicker-today:focus,
input[type="button"].datepicker-day.datepicker-selected:hover,
input[type="button"].datepicker-day.datepicker-selected:focus,
input[type="button"].datepicker-day.datepicker-otherMonth:hover,
input[type="button"].datepicker-day.datepicker-otherMonth:focus,
.aui .cdalr-form .control-group .controls input[type="button"].datepicker-day:hover,
.aui .cdalr-form .control-group .controls input[type="button"].datepicker-day:focus,
.aui .cdalr-form .control-group .controls input[type="button"].datepicker-day.datepicker-today:hover,
.aui .cdalr-form .control-group .controls input[type="button"].datepicker-day.datepicker-today:focus,
.aui .cdalr-form .control-group .controls input[type="button"].datepicker-day.datepicker-selected:hover,
.aui .cdalr-form .control-group .controls input[type="button"].datepicker-day.datepicker-selected:focus,
.aui .cdalr-form .control-group .controls input[type="button"].datepicker-day.datepicker-otherMonth:hover,
.aui .cdalr-form .control-group .controls input[type="button"].datepicker-day.datepicker-otherMonth:focus {
  background: #EFEFEF;
  border: 0.125rem solid #c23d83;
  color: #C23D83;
  outline: 0 !important; }

input[type="button"].datepicker-day.datepicker-otherMonth:hover,
input[type="button"].datepicker-day.datepicker-otherMonth:focus {
  background: #F8F8F8; }

/* GLOBAL */
.selectize-control {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  border-bottom: 0.0625rem solid #cccccc;
  font-size: 0.9em; }

.selectize-input.focus {
  outline: 0;
  box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075), 0 0 0.5rem rgba(82, 168, 236, 0.6); }

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

.selectize-input {
  width: 100%;
  height: 100%;
  line-height: 1.875rem;
  padding-left: 0.625rem;
  padding-right: 1.5625rem;
  padding-bottom: 0;
  white-space: nowrap;
  border: 0;
  color: #7a083c; }

.selectize-dropdown {
  z-index: 2;
  position: absolute;
  margin-top: 0.1875rem;
  border: 0.0625rem solid #dddddd;
  background-color: #FFF;
  box-shadow: 0 0.25rem 0.5rem #333333;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
  cursor: pointer; }

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

.selectize-input .item, .selectize-input .option,
.selectize-dropdown-content .option,
.selectize-dropdown-content .create {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer; }

.selectize-dropdown-content .option,
.selectize-dropdown-content .create {
  padding: 0.3125rem 0.625rem;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.selectize-input .option,
.selectize-dropdown-content .option {
  width: 100%; }

.selectize-input .option .highlight,
.selectize-dropdown-content .option .highlight {
  font-weight: normal; }

.selectize-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.option.tag-name,
.selectize-name.tag-name {
  height: 1.375rem;
  line-height: 1.375rem;
  padding-left: 0.3125rem;
  padding-right: 1.5rem;
  border-radius: 0.3125rem;
  background-color: #D03D81;
  color: #FFF; }

.option.tag-name .selectize-name {
  padding-right: 0.3125rem; }

.option.tag-name a[class^="remove"],
.selectize-name.tag-name button[class^="remove-"],
.selectize-input .item .remove {
  height: 1.125rem;
  width: 1.125rem;
  padding: 0;
  color: #D03D81;
  font-size: 0;
  background-image: url("../images/white-cross.svg");
  background-position: center;
  background-size: 0.625rem 0.625rem; }

.option.tag-name a[class^="remove"],
.selectize-name.tag-name button[class^="remove-"] {
  position: absolute;
  top: 0.125rem;
  right: 0.125rem; }

.selectize-badge {
  display: none; }

.selectize-badge:not(:empty) {
  height: 1.25rem;
  line-height: 1.25rem;
  margin-left: 0.3125rem;
  padding: 0 0.3125rem;
  color: #fff;
  background-color: #B3D0E8;
  border-radius: 0.3125rem; }

.selectize-dropdown-content .active {
  background-color: #EFEFEF;
  color: #0463B3; }

.agenda-filter-block .selectize-control {
  margin-left: 0.3125rem; }

.selectize-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  line-height: 1.875rem;
  padding-right: 2.1875rem;
  cursor: pointer; }

.selectize-input:not(.has-items):not(.focus)::after {
  position: absolute;
  left: 0.3125rem; }

label[for="agenda-filter-organiser-selectized"] ~ .selectize-control .selectize-input:not(.has-items):not(.focus)::after {
  content: "Tous les organisateurs"; }

label[for="agenda-filter-place-selectized"] ~ .selectize-control .selectize-input:not(.has-items):not(.focus)::after {
  content: "Toute l'agglo"; }

label[for="agenda-filter-theme-selectized"] ~ .selectize-control .selectize-input:not(.has-items):not(.focus)::after {
  content: "Tous les types"; }

.selectize-input .item {
  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;
  align-items: center;
  margin-right: 0.3125rem;
  margin-top: 0.1875rem;
  margin-bottom: 0.125rem;
  height: 1.4375rem;
  line-height: 1.4375rem;
  padding: 0 0.3125rem;
  border-radius: 0.3125rem;
  background-color: #D03D81;
  color: #FFF;
  font-size: 0.9em; }

.selectize-input .item .remove {
  display: inline-block;
  margin-left: 0.1875rem; }

/* AGENDA */
.agenda-filter-block .selectize-input input[type="text"] {
  margin-left: 0;
  padding: 0;
  border-bottom: 0;
  background: transparent;
  font-size: 1.0em; }

.agenda-filter-block .selectize-input input[type="text"]:focus {
  box-shadow: none; }

.cdalr-form .chosen-container {
  z-index: 2;
  width: 100% !important; }

.cdalr-form .controls select.chosen-one,
.cdalr-form .controls select.chosen-multi {
  display: block !important; }

.cdalr-form .controls .chosen-container-single a.chosen-single,
.cdalr-form .controls .chosen-container-multi ul.chosen-choices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 2.25rem;
  line-height: 1.625rem;
  margin: 0;
  padding: 0.125rem 0.25rem;
  border: 0.0625rem solid #cccccc;
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
  background: #f6f9ff;
  font-family: DroidSans, AdjustedArial, sans-serif;
  box-shadow: none;
  cursor: text; }

.cdalr-form .controls .chosen-container-single a.chosen-single:hover,
.cdalr-form .controls .chosen-container-single a.chosen-single:focus-within,
.cdalr-form .controls .chosen-container-multi ul.chosen-choices:hover,
.cdalr-form .controls .chosen-container-multi ul.chosen-choices:focus-within {
  border-color: #0463b3;
  background: #faffee; }

.cdalr-form .controls select.chosen-one + .chosen-container,
.cdalr-form .controls select.chosen-multi + .chosen-container {
  background: #fff; }

.cdalr-form .controls select.chosen-one + .chosen-container {
  position: absolute;
  top: 0;
  left: 0; }

.cdalr-form .controls select.chosen-multi + .chosen-container {
  z-index: auto;
  position: relative;
  top: -1.875rem; }

.controls .chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -624.9375rem;
  z-index: 1010;
  width: 100%;
  max-width: calc(100vw - 2.5rem);
  border: 0;
  box-shadow: none;
  overflow: visible; }

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

.controls .chosen-container.chosen-with-drop {
  z-index: 3; }

.controls .chosen-container-single .chosen-drop {
  top: 0; }

.cdalr-form .chosen-container-single .chosen-single div b {
  display: none; }

.controls .chosen-container .chosen-drop ul.chosen-results {
  max-height: 18.75rem;
  margin: 0.3125rem 0 0;
  padding: 0.625rem 0;
  background-color: #e8f6fc;
  box-shadow: 0 0.25rem 0.5rem rgba(49, 49, 49, 0.25);
  font-size: 1rem;
  font-weight: normal;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position; }

.controls .chosen-container .chosen-drop ul.chosen-results .no-results {
  padding: 0.3125rem 0.625rem;
  background-color: #e8f6fc;
  color: #313131; }

.controls .chosen-container .chosen-results li {
  width: 100%;
  font-size: .9rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer; }

.controls .chosen-container .chosen-drop .group-result {
  line-height: 1.25rem !important;
  background: transparent;
  color: #313131;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-weight: normal; }

.controls .chosen-container .chosen-drop .group-result,
.controls .chosen-container .chosen-results li {
  margin: 0;
  padding: 0.3125rem 0.625rem;
  color: #313131 !important;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.controls .chosen-container .chosen-results li em {
  font-style: normal; }

.controls .chosen-container .chosen-results li:not(.active-result) {
  color: #aaa !important;
  cursor: pointer;
  pointer-events: none; }

.controls .chosen-container .chosen-results li.active-result.highlighted {
  background: transparent !important;
  color: #0071bd !important; }

.controls .chosen-container .chosen-search {
  padding: 0; }

.controls .chosen-container .chosen-search input[type="text"] {
  border: 0 !important;
  outline: 0 !important;
  padding: 0 !important;
  background: none !important;
  -webkit-transition: box-shadow .25s ease-out;
  transition: box-shadow .25s ease-out; }

.controls .chosen-container .chosen-search input[type="text"].focus {
  box-shadow: 0 0 0.3125rem #0071bd inset !important; }

.controls .chosen-container .search-choice-close {
  right: 1.875rem;
  background-color: #fff; }

.controls .chosen-container-multi .chosen-choices li.search-choice {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  margin: 0.1875rem;
  min-height: 1.5rem;
  line-height: 1.2;
  font-size: 1rem;
  padding: 0 1.875rem 0 0.625rem !important;
  border-radius: 0.1875rem;
  background: #0071bd;
  border: 0;
  box-shadow: 0.125rem 0.125rem 0.1875rem 0.0625rem rgba(0, 0, 0, 0.2);
  color: #fff; }

.controls .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  height: 1.5rem;
  width: 1.5rem;
  margin-left: 0.625rem;
  padding: 0;
  color: #0071bd;
  font-size: 0;
  background-color: #0071bd;
  background-image: url("../images/white-cross.svg");
  background-size: 0.875rem 0.875rem;
  background-position: center;
  cursor: pointer; }

.chosen-container-multi .chosen-choices li.search-field {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  margin: 0 0 0 0.25rem !important;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 0.0625rem 0;
  padding: 0;
  height: 1.125rem;
  outline: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  font-size: .9rem;
  font-family: DroidSans, AdjustedArial, sans-serif; }

.controls .chosen-container-multi .chosen-choices li.search-field input[type="text"]:focus {
  outline: 0 !important; }

#_10068_WAR_fu_keywords {
  border-right: 0.0625rem solid #cccccc;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

#_10068_WAR_fu_keywords:hover,
#_10068_WAR_fu_keywords:focus {
  border-color: #0463b3; }

/* IMPORTED RSS */
.embedded-portlet[id*="18_WAR_"] {
  max-height: 187.5rem;
  overflow: auto; }

.aui ul.media-list {
  padding-left: 0 !important;
  background-color: #FFF;
  font-size: 0.875rem; }

.aui ul.media-list li.media {
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 0.0625rem solid #cccccc; }

.aui ul.media-list li.media:first-child {
  border-top: 0.0625rem solid #cccccc; }

.link-rss-container,
a.link-rss-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0.625rem;
  outline-offset: -.125rem !important;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.link-rss-container:hover,
.link-rss-container:focus-within,
a.link-rss-container:hover,
a.link-rss-container:focus {
  background-color: #EFEFEF; }

.link-rss-container:focus-within {
  outline: .125rem solid #0463b3 !important; }

.title-rss {
  display: none; }

.img-rss-container {
  display: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  width: 9.375rem;
  height: 5rem;
  overflow: hidden;
  margin-right: 1.25rem;
  font-size: 0.8em;
  font-family: DroidSans, AdjustedArial, sans-serif;
  color: #999;
  line-height: 1.2em;
  background-size: cover;
  background-position: center; }

.img-rss-container img {
  width: 100%; }

.txt-rss-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1; }

.txt-rss-container .text-tronque {
  margin: 0;
  color: #108670;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif; }

.txt-rss-container span.rss-source {
  float: right;
  margin-left: 0.625rem;
  padding: 0 0.3125rem;
  border-radius: 0.3125rem;
  background-color: #0463b3;
  color: #FFF;
  font-family: DroidSans, AdjustedArial, sans-serif;
  font-size: 0.9em; }

.txt-rss-container .text-tronque time {
  color: #767676; }

.txt-rss-container p.textPreview {
  margin-top: 0.3125rem;
  margin-bottom: 0;
  font-size: 0.9em;
  font-family: DroidSans, AdjustedArial, sans-serif;
  line-height: 1.2em;
  color: #767676;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.link-rss-container:hover .txt-rss-container p.textPreview,
.link-rss-container:focus .txt-rss-container p.textPreview {
  color: #313131; }

.link-rss-container .txt-rss-link {
  position: static;
  display: block;
  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; }

.link-rss-container .txt-rss-link::after {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.link-rss-container .txt-rss-link:focus {
  outline: none !important; }

.ajax-loading {
  position: relative; }
  .ajax-loading::after {
    background: rgba(255, 255, 255, 0.89) url("../images/spin.gif") no-repeat scroll center center;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }

@media (min-width: 56.25rem) {
  .img-rss-container-with-picture {
    display: block; } }
/* SORTING RSS PAGE */
/* RSS list */
.interior-article-mainContent ul.rss-list,
.html-editor ul.rss-list {
  list-style-image: url("../images/rss.png"); }

.interior-article-mainContent .rss-list a,
.interior-article-mainContent .rss-list a:visited,
.html-editor .rss-list a,
.html-editor .rss-list a:visited {
  top: -0.1875rem;
  color: #999; }

.interior-article-mainContent .rss-list a:hover,
.interior-article-mainContent .rss-list a:visited:hover,
.interior-article-mainContent .rss-list a:focus,
.html-editor .rss-list a:hover,
.html-editor .rss-list a:visited:hover,
.html-editor .rss-list a:focus {
  color: #F90; }

.embedded-portlet[id*="12_WAR_"] {
  color: #999; }

.embedded-portlet[id*="12_WAR_"] .nav-tabs,
.embedded-portlet[id*="12_WAR_"] fieldset legend,
.embedded-portlet[id*="12_WAR_"] .lfr-configurator-visibility {
  display: none; }

body.is-admin.controls-visible .embedded-portlet[id*="12_WAR_"] .lfr-configurator-visibility {
  display: inline-block;
  top: 0; }

.embedded-portlet[id*="12_WAR_"] ul.first-level {
  padding-left: 0;
  list-style-image: none; }

.embedded-portlet[id*="12_WAR_"] ul.second-level {
  padding-left: 3.125rem;
  list-style-image: none; }

.embedded-portlet[id*="12_WAR_"] ul.third-level {
  padding-left: 0.9375rem;
  list-style-image: none;
  font-size: inherit; }

.embedded-portlet[id*="12_WAR_"] .first-level > li {
  margin-bottom: 0.9375rem; }

.embedded-portlet[id*="12_WAR_"] .first-level > li:not(:last-child)::after {
  content: "";
  display: block;
  width: 12.5rem;
  height: 0;
  margin-left: 1.25rem;
  margin-top: 0.9375rem;
  border-bottom: 0.0625rem solid #cccccc; }

.embedded-portlet[id*="12_WAR_"] .rss-entry {
  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-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.embedded-portlet[id*="12_WAR_"] .rss-entry-title {
  margin: 0;
  color: #999;
  font-variant: normal;
  font-size: 0.9em; }

.embedded-portlet[id*="12_WAR_"] .rss-entry-title a.inner-link {
  color: #999;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.embedded-portlet[id*="12_WAR_"] .rss-entry-title a.inner-link:hover,
.embedded-portlet[id*="12_WAR_"] .rss-entry-title a.inner-link:focus {
  color: #F90; }

.embedded-portlet[id*="12_WAR_"] .rss-entry-types {
  font-size: 0;
  margin-right: 0.625rem; }

.embedded-portlet[id*="12_WAR_"] .rss-entry-types a {
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem;
  background-image: url("../images/rss.svg");
  background-size: 12.25rem 1.75rem; }

.embedded-portlet[id*="12_WAR_"] .rss-entry-types a.rss-type {
  background-position: 0 0; }

.embedded-portlet[id*="12_WAR_"] .rss-entry-types a.json-type {
  background-position: -1.75rem 0; }

.embedded-portlet[id*="12_WAR_"] .rss-entry-types a.atom-type {
  background-position: -3.5rem 0; }

.embedded-portlet[id*="12_WAR_"] .rss-entry-types a.widget-type {
  background-position: -5.25rem 0; }

.embedded-portlet[id*="12_WAR_"] .rss-entry-types a.ics-type {
  background-position: -7rem 0; }

.embedded-portlet[id*="12_WAR_"] .rss-entry-types a.pushapi-type,
.embedded-portlet[id*="12_WAR_"] .rss-entry-types a.pushapi-type-unsuscribed {
  background-position: -8.75rem 0; }

.embedded-portlet[id*="12_WAR_"] .rss-entry-types a.pushapi-type-suscribed {
  background-position: -10.5rem 0; }

.embedded-portlet[id*="12_WAR_"] ul.first-level ul.second-level .rss-category {
  margin-top: 0.9375rem;
  color: #999;
  font-size: 0.9em;
  text-transform: uppercase; }

.embedded-portlet[id*="12_WAR_"] .rss-category::before {
  content: "";
  display: block;
  width: 12.5rem;
  height: 0;
  margin-bottom: 0.9375rem;
  border-top: 0.0625rem solid #cccccc; }

/* RSS widget */
#page-wrapper .embedded-portlet[id*="12_WAR_"] h3 {
  margin-top: 1.875rem;
  padding-top: 1.875rem;
  border-top: 0.0625rem solid #cccccc; }

#page-wrapper .embedded-portlet[id*="12_WAR_"] .interior-article-chapo {
  margin-bottom: 0; }

.embedded-portlet[id*="12_WAR_"] .form-horizontal legend {
  margin-top: 1.25rem;
  padding: 0 1.25rem;
  border: none;
  color: #06504F;
  font-size: 1.2em; }

.embedded-portlet[id*="12_WAR_"] .form-horizontal legend::after {
  content: "";
  display: block;
  width: 50%;
  height: 0;
  border-bottom: 0.0625rem solid #cccccc; }

.embedded-portlet[id*="12_WAR_"] .form-horizontal fieldset .control-group .controls {
  margin: 0; }

.embedded-portlet[id*="12_WAR_"] .form-horizontal fieldset .control-group:first-child {
  max-width: 37.5rem; }

.embedded-portlet[id*="12_WAR_"] .form-horizontal fieldset .control-group:first-child .control-label {
  float: none;
  display: block;
  width: 100%;
  padding: 0;
  line-height: 1.875rem;
  text-align: center;
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
  border: 0.0625rem solid #cccccc;
  border-bottom: none;
  background-color: #EFEFEF;
  color: #666;
  font-size: 0.9em;
  font-variant: small-caps; }

.embedded-portlet[id*="12_WAR_"] .form-horizontal fieldset .control-group:nth-child(2) .control-label {
  display: none; }

.embedded-portlet[id*="12_WAR_"] .form-horizontal fieldset .control-group:first-child .controls pre {
  padding: 0.9375rem 1.5625rem;
  border-radius: 0;
  border-bottom-left-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
  background-color: #F9F9F9; }

.embedded-portlet[id*="12_WAR_"] .form-horizontal fieldset .control-group iframe {
  width: 100%; }

#passibete-patchwork {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

#passibete-patchwork .home-patchwork-link {
  width: 48%;
  margin: 0;
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  margin-bottom: 0.625rem;
  font-size: 0.75em;
  text-transform: none; }

.html-editor #passibete-patchwork .home-patchwork-link {
  width: 6.25rem; }

#passibete-patchwork .home-patchwork-link .inner-link,
.html-editor #passibete-patchwork .home-patchwork-link .inner-link {
  padding: 0.3125rem;
  color: #FFF; }

#passibete-patchwork-link-achats .inner-link {
  background-color: rgba(57, 184, 189, 0.8); }

#passibete-patchwork-link-achats .inner-link:hover,
#passibete-patchwork-link-achats .inner-link:focus,
.html-editor #passibete-patchwork-link-achats .inner-link {
  background-color: #39B8BD; }

#passibete-patchwork-link-maison .inner-link {
  background-color: rgba(188, 159, 113, 0.8); }

#passibete-patchwork-link-maison .inner-link:hover,
#passibete-patchwork-link-maison .inner-link:focus,
.html-editor #passibete-patchwork-link-maison .inner-link {
  background-color: #BC9F71; }

#passibete-patchwork-link-bureau .inner-link {
  background-color: rgba(232, 75, 21, 0.8); }

#passibete-patchwork-link-bureau .inner-link:hover,
#passibete-patchwork-link-bureau .inner-link:focus,
.html-editor #passibete-patchwork-link-bureau .inner-link {
  background-color: #E84B15; }

#passibete-patchwork-link-vacances .inner-link {
  background-color: rgba(30, 28, 69, 0.8); }

#passibete-patchwork-link-vacances .inner-link:hover,
#passibete-patchwork-link-vacances .inner-link:focus,
.html-editor #passibete-patchwork-link-vacances .inner-link {
  background-color: #1E1C45; }

#passibete-patchwork-link-fetes .inner-link {
  background-color: rgba(0, 168, 231, 0.8); }

#passibete-patchwork-link-fetes .inner-link:hover,
#passibete-patchwork-link-fetes .inner-link:focus,
.html-editor #passibete-patchwork-link-fetes .inner-link {
  background-color: #00A8E7; }

#passibete-patchwork .home-patchwork-link .inner-link::after {
  width: 3.75rem;
  height: 3.75rem;
  bottom: 5%;
  margin-left: -1.875rem;
  background-image: url("../images/pas-si-bete.png");
  background-size: 18.75rem 3.75rem; }

#passibete-patchwork .home-patchwork-link .inner-link:hover::after,
#passibete-patchwork .home-patchwork-link .inner-link:focus::after {
  opacity: 1.0; }

#passibete-patchwork-link-achats .inner-link::after {
  background-position: 0 0; }

#passibete-patchwork-link-maison .inner-link::after {
  background-position: -3.75rem 0; }

#passibete-patchwork-link-bureau .inner-link::after {
  background-position: -7.5rem 0; }

#passibete-patchwork-link-vacances .inner-link::after {
  background-position: -11.25rem 0; }

#passibete-patchwork-link-fetes .inner-link::after {
  background-position: -15rem 0; }

@media (min-width: 21.25rem) {
  #passibete-patchwork .home-patchwork-link {
    width: 36%; } }
@media (min-width: 26.25rem) {
  #passibete-patchwork .home-patchwork-link {
    width: 7.1875rem; } }
@media (min-width: 56.25rem) {
  .interior-article-container:not(.interior-article-container-agregator) #passibete-patchwork .home-patchwork-link {
    width: 18%;
    max-width: 10rem;
    font-size: 1.0em; }

  .interior-article-container:not(.interior-article-container-agregator) #passibete-patchwork .home-patchwork-link .inner-link {
    padding: 0.3125rem; }

  .interior-article-container:not(.interior-article-container-agregator) #passibete-patchwork .home-patchwork-link .inner-link::after {
    width: 5.625rem;
    height: 5.625rem;
    bottom: 5%;
    margin-left: -2.8125rem;
    background-size: 28.125rem 5.625rem; }

  .interior-article-container:not(.interior-article-container-agregator) #passibete-patchwork-link-achats .inner-link::after {
    background-position: 0 0; }

  .interior-article-container:not(.interior-article-container-agregator) #passibete-patchwork-link-maison .inner-link::after {
    background-position: -5.625rem 0; }

  .interior-article-container:not(.interior-article-container-agregator) #passibete-patchwork-link-bureau .inner-link::after {
    background-position: -11.25rem 0; }

  .interior-article-container:not(.interior-article-container-agregator) #passibete-patchwork-link-vacances .inner-link::after {
    background-position: -16.875rem 0; }

  .interior-article-container:not(.interior-article-container-agregator) #passibete-patchwork-link-fetes .inner-link::after {
    background-position: -22.5rem 0; } }
@media (min-width: 60rem) {
  .interior-article-container.interior-article-container-agregator #passibete-patchwork .home-patchwork-link {
    width: 18%;
    max-width: 10rem; } }
@media (min-width: 65.625rem) {
  .interior-article-container.interior-article-container-agregator #passibete-patchwork .home-patchwork-link {
    font-size: 0.9em; }

  .interior-article-container.interior-article-container-agregator #passibete-patchwork .home-patchwork-link .inner-link {
    padding: 0.625rem; }

  .interior-article-container.interior-article-container-agregator #passibete-patchwork .home-patchwork-link .inner-link::after {
    bottom: 15%; } }
@media (min-width: 75rem) {
  .interior-article-container.interior-article-container-agregator #passibete-patchwork .home-patchwork-link {
    font-size: 1.0em; }

  .interior-article-container.interior-article-container-agregator #passibete-patchwork .home-patchwork-link .inner-link {
    padding: 0.3125rem; }

  .interior-article-container.interior-article-container-agregator #passibete-patchwork .home-patchwork-link .inner-link::after {
    width: 5.625rem;
    height: 5.625rem;
    bottom: 5%;
    margin-left: -2.8125rem;
    background-size: 28.125rem 5.625rem; }

  .interior-article-container.interior-article-container-agregator #passibete-patchwork-link-achats .inner-link::after {
    background-position: 0 0; }

  .interior-article-container.interior-article-container-agregator #passibete-patchwork-link-maison .inner-link::after {
    background-position: -5.625rem 0; }

  .interior-article-container.interior-article-container-agregator #passibete-patchwork-link-bureau .inner-link::after {
    background-position: -11.25rem 0; }

  .interior-article-container.interior-article-container-agregator #passibete-patchwork-link-vacances .inner-link::after {
    background-position: -16.875rem 0; }

  .interior-article-container.interior-article-container-agregator #passibete-patchwork-link-fetes .inner-link::after {
    background-position: -22.5rem 0; } }
/* General table */
table[id*="_20_WAR_fu"] {
  line-height: 1.2em; }

table[id*="_20_WAR_fu"] td.reference-col {
  font-size: 0.9em;
  color: #999; }

table[id*="_20_WAR_fu"] td.objet-col a {
  font-size: 0.9em;
  font-family: DroidSans, AdjustedArial, sans-serif;
  color: #313131; }

table[id*="_20_WAR_fu"] td.download-col a {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin: 0 0.125rem;
  border-radius: 0.3125rem;
  font-size: 0;
  background-image: url("../images/cmd-factures.svg");
  background-size: 6rem 2rem;
  background-position: -2rem 0;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

table[id*="_20_WAR_fu"] td.download-col a:hover,
table[id*="_20_WAR_fu"] td.download-col a:focus {
  background-color: #DDD;
  box-shadow: 0 0 0.125rem #dddddd; }

#body-wrapper table[id*="_20_WAR_fu"] td.date-emission-col,
#body-wrapper table[id*="_20_WAR_fu"] td.statut-col {
  position: relative; }

table[id*="_20_WAR_fu"] td.date-emission-col span,
table[id*="_20_WAR_fu"] td.statut-col .link-historique,
table[id*="_20_WAR_fu"] td.statut-col .statut {
  position: static;
  text-decoration: none; }

table[id*="_20_WAR_fu"] td.statut-col .link-historique[data-new]::before,
table[id*="_20_WAR_fu"] td.statut-col .statut[data-new]::before {
  content: "new";
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  height: 1rem;
  line-height: 1.125rem;
  padding: 0 0.125rem;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  text-transform: uppercase;
  border-radius: 0.1875rem;
  font-size: .75em;
  background-color: #c23d83;
  color: #FFF; }

table[id*="_20_WAR_fu"] td.statut-col .statut {
  font-size: 0.9em;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  color: #009DE0; }

table[id*="_20_WAR_fu"] td.statut-col .statut-COURS {
  color: #F90; }

table[id*="_20_WAR_fu"] td.statut-col .statut-REFUSE {
  color: #C00; }

table[id*="_20_WAR_fu"] td.statut-col .statut-VALIDE,
table[id*="_20_WAR_fu"] td.statut-col .statut-CLOS {
  color: #090; }

table[id*="_20_WAR_fu"] td.date-emission-col span::before,
table[id*="_20_WAR_fu"] td.statut-col .nb-actions {
  position: absolute;
  display: block;
  top: 0.125rem;
  right: 0.125rem;
  background-color: #108670;
  color: #FFF;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif; }

table[id*="_20_WAR_fu"] td.date-emission-col span::before {
  left: auto;
  padding: 0.125rem 0.1875rem;
  font-size: 0.75em;
  font-variant: normal;
  text-transform: uppercase; }

table[id*="_20_WAR_fu"] td.statut-col .nb-actions {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  text-align: center;
  line-height: 1.25rem;
  font-size: 0.9em; }

table[id*="_20_WAR_fu"] td.statut-col .nb-actions::before {
  content: "";
  position: absolute;
  bottom: -0.1875rem;
  left: -0.125rem;
  border-top: 0.5rem solid #108670;
  border-left: 0.25rem solid transparent;
  border-right: 0.25rem solid transparent;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }

table[id*="_20_WAR_fu"] .tooltip {
  opacity: 1.0; }

@media (max-width: 56.1875rem) {
  table[id*="_20_WAR_fu"] .hidden-phone {
    display: none; } }
@media (min-width: 56.25rem) {
  .interior-article-mainContent .embedded-portlet[id*="embedded-portlet-20_WAR"] .table-container {
    overflow-x: visible; } }
/* Historic timeline */
.fullPage-alert .fullPage-alert-container.fullPage-alert-historic {
  width: 100%;
  max-width: 50rem; }

.fullPage-alert .fullPage-alert-container.fullPage-alert-historic .box {
  margin-left: 2.1875rem; }

.fullPage-alert-historic .box ul li {
  margin: 1.875rem 3.75rem 2.5rem;
  padding: 1.25rem;
  line-height: 1.2em;
  background: rgba(4, 99, 179, 0.2);
  border-radius: 0.625rem; }

.fullPage-alert-historic .box ul li:last-child {
  background: rgba(58, 169, 150, 0.2); }

.fullPage-alert-historic .box ul li > span {
  position: absolute;
  top: 0;
  left: -1.875rem;
  height: 100%;
  border: 0.0625rem solid #0463b3; }

.fullPage-alert-historic .box ul li > span::before,
.fullPage-alert-historic .box ul li > span::after {
  content: "";
  position: absolute;
  left: -0.625rem;
  width: 1.25rem;
  height: 1.25rem;
  background: #0463B3;
  border-radius: 50%;
  border: 0.25rem solid white; }

.fullPage-alert-historic .box ul li > span::before {
  top: -0.625rem; }

.fullPage-alert-historic .box ul li > span::after {
  top: 95%; }

.fullPage-alert-historic .box ul li a {
  color: #C00;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.fullPage-alert-historic .box ul li a:hover,
.fullPage-alert-historic .box ul li a:focus {
  color: #108670; }

.fullPage-alert-historic .box ul li .attachments {
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  margin-bottom: 0; }

.fullPage-alert-historic .box .title {
  margin-bottom: 0.9375rem;
  text-transform: uppercase;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif; }

.fullPage-alert-historic .box .name {
  font-style: italic;
  text-align: right; }

.fullPage-alert-historic .box .muted {
  color: #888;
  font-size: 0.9em; }

.fullPage-alert-historic .box .info {
  margin-bottom: 1.25rem; }

.fullPage-alert-historic .other-prop[class*="other-prop-0"] {
  color: #0463B3;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  padding-left: 0.625rem; }

.fullPage-alert-historic .box .time {
  position: static; }

.fullPage-alert-historic .box .time span {
  position: absolute;
  left: -7.1875rem;
  min-width: 4.375rem;
  text-align: right;
  font-size: 0.9em;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  color: #999; }

.fullPage-alert-historic .box .time span:first-child {
  top: -0.5625rem; }

.fullPage-alert-historic .box .time span:last-child {
  top: 0.5rem; }

.plui-container {
  padding: 1.875rem 1.25rem;
  background: #fff; }

div.plui-container > p.interior-article-moreContent-title {
  margin-top: 0;
  text-transform: uppercase;
  font-family: DroidSansBold, Arial, sans-serif; }

div.plui-container > p.interior-article-moreContent-title label {
  cursor: default; }

div.plui-container > p.interior-article-moreContent-title label:hover,
div.plui-container > p.interior-article-moreContent-title label:focus {
  color: inherit; }

div.plui-container > p.interior-article-moreContent-title label::before {
  background-image: none; }

div.plui-container ul.interior-article-moreContent-list-plui:last-child {
  margin-bottom: 0; }

.plui-container input.interior-article-moreContent-checkbox + p.interior-article-moreContent-title + ul.interior-article-moreContent-list,
.plui-container input.interior-article-moreContent-checkbox + :nth-child(n) + ul.interior-article-moreContent-list {
  display: none;
  -webkit-transition: none;
  transition: none; }

.plui-container input.interior-article-moreContent-checkbox:checked + p.interior-article-moreContent-title + ul.interior-article-moreContent-list,
.plui-container input.interior-article-moreContent-checkbox:checked + :nth-child(n) + ul.interior-article-moreContent-list {
  display: block;
  max-height: none; }

.plui-container .interior-article-moreContent-list-plui {
  margin-top: 1.25rem;
  margin-bottom: 1.875rem;
  margin-left: 1.25rem;
  padding-left: 1.25rem;
  border-left: 0.0625rem dotted #cccccc; }

.plui-container p.interior-article-moreContent-title,
.plui-container li.interior-article-moreContent {
  margin-top: 1.25rem;
  font-size: .9rem;
  text-transform: none;
  font-family: DroidSans, Arial, sans-serif;
  color: #313131; }

.plui-container li.interior-article-moreContent-folder:first-child > p.interior-article-moreContent-title,
.plui-container li.interior-article-moreContent:first-child {
  margin-top: 0.3125rem; }

.plui-container input.interior-article-moreContent-checkbox:checked + p.interior-article-moreContent-title {
  margin-bottom: 0; }

.plui-container p.interior-article-moreContent-title label {
  padding-left: 3.125rem;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.plui-container p.interior-article-moreContent-title label:hover,
.plui-container p.interior-article-moreContent-title label:focus {
  color: #108670; }

.plui-container p.interior-article-moreContent-title label::after {
  display: none; }

.plui-container p.interior-article-moreContent-title label::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  top: 50%;
  left: 0.625rem;
  margin-top: -0.75rem;
  border-radius: 50%;
  background-color: #108670;
  background-image: url("../images/white-arrow.svg");
  background-size: 0.8125rem 0.8125rem;
  background-position: center;
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg); }

input.interior-article-moreContent-checkbox:checked + p.interior-article-moreContent-title label::before {
  -webkit-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg); }

.plui-container li.interior-article-moreContent-subtitle {
  font-size: 1rem;
  color: #999; }

.interior-article-mainContent .plui-container {
  padding: 0;
  margin: 2.5rem 0; }

.interior-article-mainContent .plui-container ul {
  list-style-image: none; }

.interior-article-mainContent .plui-container a {
  font-family: DroidSans, Arial, sans-serif;
  color: inherit;
  text-decoration: none; }

.interior-article-mainContent .plui-container a:hover {
  text-decoration: none; }

/*Widget and popup*/
body.portal-popup #page-wrapper {
  min-height: auto; }

body.portal-popup .widget-monair {
  height: auto;
  padding: 0; }

body.portal-popup .widget-monair .content .variation-quality,
body.portal-popup .widget-monair .region-content .variation-quality {
  margin-bottom: 0; }

.aui body.portal-popup.ie {
  overflow-y: hidden; }

.dialog-iframe-popup #page-wrapper {
  min-height: 0;
  padding-top: 1.25rem; }

.dialog-iframe-popup .interior-article-container,
.dialog-iframe-popup .interior-content-footer {
  max-width: 75rem;
  margin: auto; }

.dialog-iframe-popup .interior-article-container {
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
  margin-bottom: 1.25rem;
  font-size: 1rem; }

.dialog-iframe-popup .interior-content-footer {
  font-size: 0.875rem; }

.dialog-iframe-popup .interior-article-container,
.dialog-iframe-popup .interior-article-container *,
.dialog-iframe-popup .interior-article-container *::after,
.dialog-iframe-popup .interior-article-container *::before,
.dialog-iframe-popup .interior-content-footer,
.dialog-iframe-popup .interior-content-footer *,
.dialog-iframe-popup .interior-content-footer *::after,
.dialog-iframe-popup .interior-content-footer *::before {
  box-sizing: border-box; }

.dialog-iframe-popup h3.article-header-alert-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2em; }

.dialog-iframe-popup .interior-headerContainer {
  max-width: 71.25rem;
  height: 23.75rem;
  margin: auto; }

.dialog-iframe-popup .interior-header {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.25rem;
  background-color: #108670;
  color: #FFF;
  font-size: 1rem; }

.dialog-iframe-popup .interior-header::before {
  content: "";
  position: absolute;
  top: -0.75rem;
  left: 50%;
  margin-left: -0.75rem;
  border-bottom: 0.75rem solid #108670;
  border-left: 0.75rem solid transparent;
  border-right: 0.75rem solid transparent; }

@media (min-width: 56.25rem) {
  .dialog-iframe-popup .interior-header {
    width: 23.75rem;
    top: 1.25rem;
    left: 1.25rem;
    bottom: 1.25rem;
    right: auto;
    padding: 2.5rem; }

  .dialog-iframe-popup .interior-header::before {
    left: auto;
    right: -0.75rem;
    top: 50%;
    margin-top: -0.75rem;
    border-right: 0;
    border-left: 0.75rem solid #108670;
    border-top: 0.75rem solid transparent;
    border-bottom: 0.75rem solid transparent; } }
.dialog-iframe-popup .elu-entry {
  max-width: 50rem;
  margin: auto; }

.dialog-iframe-popup .elu-entry-delegations,
.dialog-iframe-popup .elu-entry-fonction {
  font-size: 0.9em; }

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0; }

.clearfix:after {
  clear: both; }

.ods-aria-instructions {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.odswidget-calendar {
  position: relative;
  display: block;
  min-height: 6rem; }

.odswidget-calendar__loading-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1000;
  text-align: center; }

.odswidget-calendar__loading-wheel {
  position: absolute;
  top: 50%;
  font-size: 4rem;
  margin-top: -2rem; }

.odswidget-calendar__tooltip-title {
  text-align: center;
  padding-right: 1em; }

html[dir=rtl] .odswidget-calendar__tooltip-title {
  padding-left: 1em;
  padding-right: 0; }

.odswidget-calendar__tooltip-fields {
  max-height: 200px;
  font-size: 12px;
  overflow-y: scroll; }

.odswidget-calendar__tooltip-field-name {
  font-weight: 700; }

.fc-event {
  cursor: pointer; }

.qtip {
  direction: ltr; }

html[dir=rtl] .qtip {
  direction: rtl; }

.qtip-content {
  text-align: left; }

html[dir=rtl] .qtip-content {
  text-align: right; }

.odswidget-calendar__tooltip.odswidget-calendar__tooltip--increase-precedence {
  background-color: #fff;
  border-radius: .4em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-top: -10px;
  line-height: normal;
  font-size: .9rem; }

.odswidget-calendar__tooltip.odswidget-calendar__tooltip--increase-precedence:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
  width: 17px;
  height: 17px;
  padding: 1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
  box-shadow: 1px 1px rgba(0, 0, 0, 0.1); }

.odswidget-calendar__tooltip.odswidget-calendar__tooltip--increase-precedence .qtip-close {
  right: 5px;
  top: 5px;
  font-size: 2em;
  text-decoration: none;
  color: #c3c3c3;
  border: 0;
  background: 0 0; }

html[dir=rtl] .odswidget-calendar__tooltip.odswidget-calendar__tooltip--increase-precedence .qtip-close {
  left: 5px;
  right: auto; }

.odswidget-calendar__tooltip.odswidget-calendar__tooltip--increase-precedence .qtip-close:hover {
  color: #999;
  text-decoration: none; }

.ods-chart {
  position: relative;
  height: 100%;
  min-height: 200px; }

.ods-chart .chartplaceholder {
  width: 100%;
  height: 100%; }

.ods-chart__loading {
  width: 100%;
  position: absolute;
  z-index: 100;
  text-align: center;
  font-size: 50px;
  top: 45%;
  margin-top: -25px; }

.highcharts-reset-zoom {
  direction: ltr; }

.odswidget-dataset-card, .odswidget-multidatasets-card {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.odswidget-dataset-card div.card-container, .odswidget-multidatasets-card div.card-container {
  background-color: #fff;
  box-shadow: 0 3px 12px 0 rgba(50, 50, 50, 0.75);
  display: block;
  box-sizing: border-box;
  padding-left: 5px;
  overflow: hidden;
  z-index: 3000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.odswidget-dataset-card div.card-container.bottom, .odswidget-multidatasets-card div.card-container.bottom {
  top: auto;
  bottom: 0; }

.odswidget-dataset-card div.card-container.multidatasets:not(.expandable) h3.datasets-counter span.count-text, .odswidget-multidatasets-card div.card-container.multidatasets:not(.expandable) h3.datasets-counter span.count-text {
  text-decoration: none; }

.odswidget-dataset-card div.card-container.multidatasets:not(.expandable) div.datasets-expanded, .odswidget-multidatasets-card div.card-container.multidatasets:not(.expandable) div.datasets-expanded {
  overflow-y: hidden; }

.odswidget-dataset-card div.card-container.multidatasets h2, .odswidget-multidatasets-card div.card-container.multidatasets h2 {
  width: 80%;
  width: calc(100% - 100px);
  text-overflow: ellipsis;
  overflow: hidden;
  word-wrap: break-word;
  white-space: nowrap;
  margin-bottom: 3px;
  opacity: .9; }

.odswidget-dataset-card div.card-container.multidatasets h3.datasets-counter, .odswidget-multidatasets-card div.card-container.multidatasets h3.datasets-counter {
  margin-bottom: 4px;
  cursor: pointer; }

.odswidget-dataset-card div.card-container.multidatasets h3.datasets-counter span.count-text, .odswidget-multidatasets-card div.card-container.multidatasets h3.datasets-counter span.count-text {
  text-decoration: underline; }

.odswidget-dataset-card div.card-container.multidatasets h3.datasets-counter span.count-text:hover, .odswidget-multidatasets-card div.card-container.multidatasets h3.datasets-counter span.count-text:hover {
  text-decoration: none; }

.odswidget-dataset-card div.card-container.multidatasets div.datasets-expanded, .odswidget-multidatasets-card div.card-container.multidatasets div.datasets-expanded {
  max-height: 200px;
  overflow-y: auto; }

.odswidget-dataset-card div.card-container.multidatasets div.datasets-expanded h2, .odswidget-multidatasets-card div.card-container.multidatasets div.datasets-expanded h2 {
  white-space: inherit; }

.odswidget-dataset-card div.card-container.multidatasets div.datasets-expanded ul.dataset-list, .odswidget-multidatasets-card div.card-container.multidatasets div.datasets-expanded ul.dataset-list {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 5px;
  width: calc(100% - 20px);
  list-style: none; }

.odswidget-dataset-card div.card-container.multidatasets div.datasets-expanded ul.dataset-list li:before, .odswidget-multidatasets-card div.card-container.multidatasets div.datasets-expanded ul.dataset-list li:before {
  content: "•";
  padding-right: 5px; }

.odswidget-dataset-card div.card-container.multidatasets div.datasets-expanded ul.dataset-list li:first-child:last-child:before, .odswidget-multidatasets-card div.card-container.multidatasets div.datasets-expanded ul.dataset-list li:first-child:last-child:before {
  content: normal;
  padding-right: 0; }

.odswidget-dataset-card div.card-container h2.dataset-title, .odswidget-multidatasets-card div.card-container h2.dataset-title {
  width: 80%;
  width: calc(100% - 100px);
  word-wrap: break-word; }

.odswidget-dataset-card div.card-container .expand-control, .odswidget-multidatasets-card div.card-container .expand-control {
  position: absolute;
  top: 5px;
  right: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.odswidget-dataset-card div.card-container .expand-control.expanded i.icon-chevron-down, .odswidget-multidatasets-card div.card-container .expand-control.expanded i.icon-chevron-down {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.odswidget-dataset-card div.card-container .dataset-expanded, .odswidget-multidatasets-card div.card-container .dataset-expanded {
  max-height: 200px;
  overflow-y: auto; }

.odswidget-dataset-card div.card-container .dataset-expanded .dataset-description, .odswidget-multidatasets-card div.card-container .dataset-expanded .dataset-description {
  word-wrap: break-word;
  padding: 20px; }

.odswidget-dataset-card div.card-container:not(.expanded) .dataset-title, .odswidget-multidatasets-card div.card-container:not(.expanded) .dataset-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.odswidget-dataset-card div.card-container:not(.expanded) .dataset-expanded, .odswidget-multidatasets-card div.card-container:not(.expanded) .dataset-expanded {
  overflow-y: hidden; }

.odswidget-dataset-card div.card-container:not(.expanded) .dataset-expanded p, .odswidget-multidatasets-card div.card-container:not(.expanded) .dataset-expanded p {
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: nowrap;
  padding-right: 2px; }

.odswidget-dataset-card div.card-container:not(.expanded) .dataset-expanded li.single-dataset, .odswidget-multidatasets-card div.card-container:not(.expanded) .dataset-expanded li.single-dataset {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.odswidget-dataset-card div.card-container .dataset-infos, .odswidget-multidatasets-card div.card-container .dataset-infos {
  padding: 5px 0;
  font-size: 13px;
  text-align: center; }

.odswidget-dataset-card div.card-container .dataset-infos .dataset-infos-text, .odswidget-multidatasets-card div.card-container .dataset-infos .dataset-infos-text {
  opacity: .7; }

.odswidget-dataset-card div.card-container .dataset-infos a, .odswidget-multidatasets-card div.card-container .dataset-infos a {
  text-decoration: underline; }

.odswidget-dataset-card div.card-container.expandable h2.dataset-title, .odswidget-multidatasets-card div.card-container.expandable h2.dataset-title {
  cursor: pointer; }

.odswidget-dataset-card div.card-container.expandable div.expand-control, .odswidget-multidatasets-card div.card-container.expandable div.expand-control {
  cursor: pointer; }

.odswidget-dataset-card div.card-container:not(.expandable) h2, .odswidget-multidatasets-card div.card-container:not(.expandable) h2 {
  cursor: default !important; }

.odswidget-dataset-card div.card-container:not(.expandable) .expand-control, .odswidget-multidatasets-card div.card-container:not(.expandable) .expand-control {
  display: none;
  cursor: default; }

.odswidget-dataset-card div.card-container:not(.expandable) .dataset-expanded, .odswidget-multidatasets-card div.card-container:not(.expandable) .dataset-expanded {
  display: none; }

.odswidget-dataset-card div.card-container:not(.expandable) .datasets-counter, .odswidget-multidatasets-card div.card-container:not(.expandable) .datasets-counter {
  cursor: default !important; }

.odswidget-dataset-card div.card-container:not(.expandable) .datasets-counter span.count-text, .odswidget-multidatasets-card div.card-container:not(.expandable) .datasets-counter span.count-text {
  text-decoration: none; }

.odswidget-dataset-card div.dataset-item, .odswidget-multidatasets-card div.dataset-item {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }

.odswidget-dataset-card div.dataset-item > .odswidget, .odswidget-multidatasets-card div.dataset-item > .odswidget, .odswidget-dataset-card div.dataset-item > ods-map .odswidget-map, .odswidget-multidatasets-card div.dataset-item > ods-map .odswidget-map {
  position: relative;
  height: 100%; }

.odswidget-dataset-card div.dataset-item > ods-map, .odswidget-multidatasets-card div.dataset-item > ods-map {
  display: block; }

.odswidget-facet {
  margin: 1rem 0; }

.odswidget-facet__facet-title {
  margin: 0 0 .33rem 0; }

.odswidget-facet__date-range {
  margin-bottom: .33rem;
  padding-left: .67rem;
  border-left: solid 3px #ccc; }

html[dir=rtl] .odswidget-facet__date-range {
  padding-right: .67rem;
  padding-left: 0; }

html[dir=rtl] .odswidget-facet__date-range {
  border-right: solid 3px #ccc;
  border-left: 0; }

.odswidget-facet__date-range .odswidget-timerange__from, .odswidget-facet__date-range .odswidget-timerange__to {
  margin-bottom: .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.odswidget-facet__category-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.odswidget-facet__category {
  position: relative;
  color: #333;
  padding-top: .1rem;
  padding-bottom: .1rem;
  padding-left: .67rem;
  border-left: solid 3px #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start; }

html[dir=rtl] .odswidget-facet__category {
  padding-right: .67rem;
  padding-left: 0; }

html[dir=rtl] .odswidget-facet__category {
  border-right: solid 3px #ccc;
  border-left: 0; }

.odswidget-facet__category:hover, .odswidget-facet__category--refined {
  color: #ec643c;
  text-decoration: none;
  border-color: #ec643c;
  border-left-color: #ec643c; }

html[dir=rtl] .odswidget-facet__category:hover, html[dir=rtl] .odswidget-facet__category--refined {
  border-right-color: #ec643c;
  border-left-color: transparent; }

.odswidget-facet__category-container .odswidget-facet__category-list {
  margin-left: calc(0.67rem + 3px); }

html[dir=rtl] .odswidget-facet__category-container .odswidget-facet__category-list {
  margin-right: calc(0.67rem + 3px);
  margin-left: auto; }

.odswidget-facet--disjunctive .odswidget-facet__category:hover:before {
  content: "+";
  position: absolute;
  top: 0;
  left: .05rem;
  padding: .1rem 0; }

html[dir=rtl] .odswidget-facet--disjunctive .odswidget-facet__category:hover:before {
  right: .05rem;
  left: auto; }

.odswidget-facet--disjunctive .odswidget-facet__category--refined:hover:before {
  content: "-";
  position: absolute;
  top: 0;
  left: .05rem;
  padding: .1rem 0; }

html[dir=rtl] .odswidget-facet--disjunctive .odswidget-facet__category--refined:hover:before {
  right: .05rem;
  left: auto; }

.odswidget-facet__category-name {
  word-break: break-word;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: auto; }

html[dir=rtl] .odswidget-facet__category-name {
  margin-left: auto;
  margin-right: 0; }

.odswidget-facet__category-count {
  font-size: .9rem;
  padding-left: .33rem;
  padding-top: .1rem;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  float: right; }

html[dir=rtl] .odswidget-facet__category-count {
  padding-right: .33rem;
  padding-left: 0; }

.odswidget-facet__expansion-control-link {
  font-style: italic;
  padding: 0 1rem;
  color: #2c3f56; }

.odswidget-facet__expansion-control-link:hover {
  color: #ec643c;
  text-decoration: none; }

.odswidget-facet__value-search-cancel {
  position: absolute;
  top: 0;
  right: .5rem;
  line-height: 1.6;
  opacity: .5;
  cursor: pointer; }

html[dir=rtl] .odswidget-facet__value-search-cancel {
  left: .5rem;
  right: auto; }

.odswidget-facet__value-search {
  position: relative; }

.odswidget-facet__value-search:before {
  font-family: FontAwesome;
  content: "\f002";
  position: absolute;
  top: 0;
  left: .5rem;
  line-height: 1.6;
  width: 1em;
  text-align: center;
  display: block;
  opacity: .5; }

html[dir=rtl] .odswidget-facet__value-search:before {
  right: .5rem;
  left: auto; }

.odswidget-facet__value-search-input {
  padding: 0 2em;
  box-sizing: border-box;
  width: 100%;
  line-height: 1.6; }

.odswidget-facet__value-icon {
  width: 1.2rem; }

.odswidget-filter-summary {
  padding: 0;
  margin: 0;
  list-style: none; }

.odswidget-filter-summary__active-filter-link {
  border-left: 3px solid #e5e5e5;
  padding-top: .1rem;
  padding-bottom: .1rem;
  padding-left: .67rem;
  text-decoration: none;
  cursor: pointer;
  display: block;
  color: inherit; }

html[dir=rtl] .odswidget-filter-summary__active-filter-link {
  border-right: 3px solid #e5e5e5;
  border-left: 0; }

html[dir=rtl] .odswidget-filter-summary__active-filter-link {
  padding-right: .67rem;
  padding-left: 0; }

.odswidget-filter-summary__active-filter-link:hover {
  color: #ec643c;
  text-decoration: none;
  border-left-color: #ec643c; }

html[dir=rtl] .odswidget-filter-summary__active-filter-link:hover {
  border-right-color: #ec643c;
  border-left-color: transparent; }

.odswidget-filter-summary__active-filter-label {
  background-color: #2c3f56;
  color: #fff;
  border-radius: 3px;
  font-size: .8rem;
  padding: .1rem .33rem;
  display: inline-block; }

.odswidget-filter-summary__active-filter-value {
  margin-left: .33rem; }

html[dir=rtl] .odswidget-filter-summary__active-filter-value {
  margin-right: .33rem;
  margin-left: 0; }

#odswidget-geotooltip {
  border: solid 1px #000; }

.odswidget-last-datasets-feed__datasets {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0; }

.odswidget-last-datasets-feed__dataset {
  clear: both;
  margin-bottom: 10px; }

.odswidget-last-datasets-feed__dataset:last-child {
  margin-bottom: 0; }

.odswidget-last-datasets-feed__dataset-details {
  margin-left: 40px; }

html[dir=rtl] .odswidget-last-datasets-feed__dataset-details {
  margin-right: 40px;
  margin-left: 0; }

.odswidget-last-datasets-feed__dataset-details-title {
  font-size: 1.2rem;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.odswidget-last-datasets-feed__theme-picto {
  width: 32px;
  height: 32px;
  float: left;
  margin-top: 5px;
  opacity: .5; }

html[dir=rtl] .odswidget-last-datasets-feed__theme-picto {
  float: right; }

.odswidget-last-datasets-feed__theme-picto.theme-default {
  opacity: .1; }

.odswidget-last-datasets-feed__dataset-details-modified {
  border-bottom: 1px dotted #333;
  cursor: help;
  display: inline; }

.odswidget-last-reuses-feed__reuses {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0; }

.odswidget-last-reuses-feed__reuse {
  clear: both;
  margin-bottom: 10px; }

.odswidget-last-reuses-feed__reuse-details {
  margin-left: 80px; }

.odswidget-last-reuses-feed__reuse-details-title {
  font-size: 1.2rem; }

.odswidget-last-reuses-feed__reuse-details-dataset {
  font-size: 1.1rem; }

.odswidget-last-reuses-feed__reuse-details-modified {
  border-bottom: 1px dotted #333;
  cursor: help;
  display: inline; }

.odswidget-last-reuses-feed__reuse:last-child {
  margin-bottom: 0; }

.odswidget-last-reuses-feed__reuse-thumbnail {
  float: left;
  height: 64px;
  width: 70px;
  text-align: center; }

.odswidget-last-reuses-feed__reuse-thumbnail-image {
  max-width: 64px;
  max-height: 64px;
  vertical-align: middle; }

.odswidget-map-tooltip {
  min-height: 30px;
  position: relative; }

.odswidget-map-tooltip__record {
  overflow: auto;
  max-height: 235px;
  padding: 0 1rem 0 1rem; }

.odswidget-map-tooltip__record-values {
  margin: 0;
  color: #333;
  padding: 0; }

.odswidget-map-tooltip__header {
  font-weight: 600;
  text-align: left;
  font-size: 1.2rem;
  margin-bottom: .4rem;
  color: #2c3f56;
  padding-left: 0;
  padding-right: 0;
  word-wrap: break-word;
  overflow-wrap: break-word; }

.odswidget-map-tooltip__field-name {
  color: #333;
  overflow-wrap: break-word;
  font-weight: 700; }

.odswidget-map-tooltip__field-value {
  margin-left: 0;
  margin-bottom: .4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow-wrap: break-word; }

.odswidget-map-tooltip .odswidget-map-tooltip__record-values a {
  color: #333; }

.odswidget-map-tooltip__field-value:last-child {
  margin-bottom: .6rem; }

.odswidget-map-tooltip__spinner {
  position: absolute;
  top: 50%;
  left: 50%; }

.odswidget-map-tooltip__limited-results-warning {
  text-align: center;
  font-size: 1rem;
  color: #888; }

.odswidget-map-tooltip__scroll-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #666;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  margin: 0;
  border-top: 1px solid #e5e5e5;
  padding-top: .33rem;
  margin-bottom: -.66rem; }

.odswidget-map-tooltip__scroll-amount {
  margin-left: .3rem;
  margin-right: .3rem;
  color: #666; }

.odswidget-map-tooltip__scroll-left, .odswidget-map-tooltip__scroll-right {
  padding: .66rem;
  color: #08c;
  border-radius: .4rem;
  border: none;
  background-color: transparent; }

.odswidget-map-tooltip__scroll-left:hover, .odswidget-map-tooltip__scroll-right:hover, .odswidget-map-tooltip__scroll-left:focus, .odswidget-map-tooltip__scroll-right:focus {
  color: #ec643c;
  background-color: #f5f5f5; }

.odswidget-map__map.leaflet-container a.leaflet-popup-close-button {
  color: #666;
  min-width: 32px;
  height: 32px;
  padding: 8px;
  font-weight: 400;
  font-size: 1.44rem;
  text-shadow: none;
  z-index: 1; }

.odswidget-map__map.leaflet-container a.leaflet-popup-close-button:hover {
  color: #333; }

.odswidget-map__map .leaflet-popup-content {
  margin: 2rem 0 1rem 0; }

.odswidget-map-tooltip--reverse {
  height: 0; }

.odswidget-map-tooltip--reverse .leaflet-popup-tip-container {
  position: absolute;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: -20px;
  left: 0;
  right: 0; }

.odswidget-map {
  position: relative;
  min-height: 400px;
  overflow: hidden; }

.odswidget-map__map {
  height: 100%;
  min-height: 400px; }

.odswidget-map__map--fullscreen {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  height: 100% !important;
  width: 100% !important;
  z-index: 9999999; }

.odswidget-map__loading {
  position: absolute;
  left: 50%;
  margin-left: -24px;
  bottom: 30px;
  background: rgba(255, 255, 255, 0.9);
  padding: 5px 12px;
  color: #333;
  font-size: 30px;
  pointer-events: none; }

.odswidget-map__limited-data-warning.ods-message-box {
  font-size: .833rem;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-bottom: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65); }

.odswidget-map-picto {
  height: 18px;
  width: 18px; }

.odswidget-map-picto svg {
  width: 18px;
  height: 18px; }

.odswidget-map__legend {
  border-radius: 2px;
  text-align: left;
  line-height: 18px;
  color: #555;
  background-color: #fff;
  padding: .4em;
  min-width: 200px;
  box-sizing: border-box; }

.odswidget-map__legend-title {
  text-align: center;
  overflow: hidden;
  font-weight: 700; }

.odswidget-map__legend-color {
  height: 18px;
  width: 10%;
  padding: 0;
  display: inline-block;
  opacity: .8;
  box-sizing: border-box;
  border-style: solid;
  border-color: #000;
  border-width: 1px 1px 1px 0; }

.odswidget-map__legend-color:first-child {
  margin-left: 5%;
  border-left-width: 1px; }

.odswidget-map__legend-color:last-child {
  margin-right: 5%;
  border-right-width: 1px; }

.odswidget-map__legend-counts {
  text-align: center; }

.odswidget-map__legend-value {
  padding: 1px;
  line-height: .7rem;
  font-size: .7rem; }

.odswidget-map__legend-value:first-child {
  float: left; }

.odswidget-map__legend-value:last-child {
  float: right; }

.odswidget-map__legend-value:first-child:last-child {
  float: none; }

.leaflet-control-container .leaflet-top, .leaflet-control-container .leaflet-bottom {
  z-index: inherit; }

.leaflet-control-geocoder input[type=text] {
  padding: 0 !important;
  box-shadow: none !important;
  line-height: 36px !important;
  font-size: 18px;
  width: 0 !important;
  border: none; }

.leaflet-control-geocoder .leaflet-control-geocoder-icon {
  height: 36px;
  width: 36px; }

.leaflet-control-geocoder.leaflet-control-geocoder-expanded input {
  padding-left: 5px !important;
  width: 226px !important; }

.leaflet-geocoder-highlight {
  opacity: 1;
  transition: opacity 2s ease-out; }

.geocoder-highlight-on .leaflet-geocoder-highlight {
  opacity: 0; }

.leaflet-control-filterview {
  margin-left: 13px;
  margin-top: 12px; }

.leaflet-control-filterview a {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 4px 4px 4px 4px; }

.leaflet-control-filterview a::after {
  font-family: FontAwesome;
  font-size: 16px;
  content: "\f0B0";
  position: absolute;
  left: 8px;
  top: 3px; }

.leaflet-control-filterview.active a {
  background-color: #000; }

.leaflet-control-filterview.active a::after {
  color: #fff; }

.leaflet-control-attribution img {
  vertical-align: bottom; }

.odswidget-map__map--with-searchbox .leaflet-top.leaflet-left {
  top: 45px; }

.odswidget-map__map--with-display-control .leaflet-top.leaflet-right {
  transition: right .25s ease-in;
  right: 310px; }

@media (max-width: 767px) {
  .odswidget-map__map--with-display-control .leaflet-top.leaflet-right.collapsed {
    right: 40px; } }
.odswidget-map-display-control {
  position: absolute;
  top: 10px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
  transition: right .25s ease-in; }

@media (max-width: 767px) {
  .odswidget-map-display-control {
    right: -260px; } }
@media (min-width: 768px) {
  .odswidget-map-display-control {
    right: 10px; } }
@media (max-width: 767px) {
  .odswidget-map-display-control--expanded {
    right: 10px; } }
.odswidget-map-display-control__toggle {
  background-color: #fff;
  border: none;
  position: absolute;
  top: 100px;
  right: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.33rem;
  padding: 0;
  width: 1em;
  height: 2em;
  border-radius: 4px 0 0 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65); }

@media (min-width: 768px) {
  .odswidget-map-display-control__toggle {
    display: none; } }
.odswidget-map-display-control__toggle:hover {
  background-color: #f4f4f4; }

.odswidget-map-display-control__groups {
  width: 300px;
  overflow-y: auto;
  margin: 0;
  padding: 10px;
  background-color: #fff;
  list-style: none;
  min-height: 150px;
  max-height: calc(100% - 2*10px);
  border-radius: 4px;
  position: relative; }

.odswidget-map-display-control__group {
  margin-left: 0;
  transition: margin-left .2s,border-left-width .2s,opacity .2s;
  border: solid 1px #E5E5E5;
  border-left-width: 5px;
  padding: 5px; }

.odswidget-map-display-control__group:hover {
  background-color: #f4f4f4; }

.odswidget-map-display-control__group:not(:last-child) {
  margin-bottom: 10px; }

.odswidget-map-display-control__group--disabled {
  margin-left: 20px;
  border-left-width: 1px;
  opacity: .5; }

.odswidget-map-display-control__group--not-toggleable[ng-click] {
  cursor: auto; }

.odswidget-map-display-control__group-title {
  font-size: 1.1rem;
  color: #2C3F56;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline; }

.odswidget-map-display-control__group-title--error {
  color: #c42b23; }

.odswidget-map-display-control__picto {
  display: inline-block;
  vertical-align: sub; }

.odswidget-map-display-control__picto--error, .odswidget-map-display-control__group-title--error, .odswidget-map-display-control__group-description--error {
  color: #c42b23; }

.odswidget-map-display-control__group-description {
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden; }

.odswidget-map-search-box {
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
  background-color: transparent;
  transition: background-color .1s,width .25s ease;
  z-index: 8; }

@media (max-width: 767px) {
  .odswidget-map-search-box {
    width: 100px; } }
@media (min-width: 768px) {
  .odswidget-map-search-box {
    width: 420px; } }
@media (max-width: 767px) {
  .odswidget-map-search-box--expanded {
    width: 100%; } }
.odswidget-map-search-box__toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4px;
  background-color: #fff;
  border: none;
  width: 20px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.33rem; }

@media (min-width: 768px) {
  .odswidget-map-search-box__toggle {
    display: none; } }
.odswidget-map-search-box__box-wrapper {
  position: relative; }

.odswidget-map-search-box__box-wrapper:before {
  font-family: FontAwesome;
  content: '\f002';
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  line-height: 2;
  font-size: 1.4rem; }

html[dir=rtl] .odswidget-map-search-box__box-wrapper:before {
  right: 5px;
  left: auto; }

.odswidget-map-search-box__box {
  padding-left: 3ch;
  padding-right: 3ch;
  width: 100%;
  font-size: 1.2rem;
  line-height: 2;
  outline: 0;
  transition: border-color .1s;
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border: none; }

.odswidget-map-search-box__box--datasearch {
  border-color: rgba(0, 0, 0, 0.1); }

.odswidget-map-search-box__box-cancel {
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  border: none;
  background-color: transparent;
  outline: 0; }

html[dir=rtl] .odswidget-map-search-box__box-cancel {
  left: 5px;
  right: auto; }

.odswidget-map-search-box__suggestions {
  background-color: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
  border: solid 1px #90A4AE; }

@media (max-width: 767px) {
  .odswidget-map-search-box__suggestions {
    max-height: 0;
    opacity: 0;
    overflow: hidden; } }
@media (max-width: 767px) {
  .odswidget-map-search-box__suggestions--expanded {
    max-height: none;
    opacity: 1;
    overflow: inherit; } }
.odswidget-map-search-box__suggestions:hover {
  cursor: pointer; }

.odswidget-map-search-box__suggestion {
  padding: 10px;
  border-top: solid 1px #E5E5E5; }

.odswidget-map-search-box__suggestion em {
  font-style: normal;
  font-weight: 600; }

.odswidget-map-search-box__suggestion--selected {
  color: #EC643C; }

.odswidget-map-search-box__search-suggestion {
  padding: 10px;
  border-top: solid 1px #E5E5E5; }

.odswidget-map-search-box__search-suggestion:first-child {
  border-top: none; }

.odswidget-map-search-box__search-suggestion--selected {
  color: #EC643C; }

.odswidget-map-search-box__suggestion-localization {
  font-size: .8rem;
  opacity: .6; }

.odswidget-map-search-box__suggestion-icon {
  font-size: 1.2rem; }

.odswidget-map-search-box--datasearch {
  background-color: #fff;
  bottom: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.odswidget-map-search-box__box-wrapper--datasearch {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 10px; }

.odswidget-map-search-box__data-search {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.odswidget-map-search-box__data-search__datasets {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-height: 100px;
  overflow: auto;
  list-style: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  margin: 10px -10px 10px -10px;
  border-top: solid 1px #90A4AE; }

.odswidget-map-search-box__data-search__dataset--active {
  color: #EC643C; }

.odswidget-map-search-box__data-search__dataset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  line-height: 1.5; }

.odswidget-map-search-box__data-search__dataset-title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1; }

.odswidget-map-search-box__data-search__dataset-count {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: right; }

.odswidget-map-search-box__data-search__pagination {
  height: 40px;
  line-height: 40px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: -10px;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 20px;
  padding-right: 20px;
  border-top: solid 1px #90A4AE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.odswidget-map-search-box__data-search__pagination-counter {
  text-align: left;
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.odswidget-map-search-box__data-search__pagination-pages {
  display: inline-block;
  text-align: right;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.odswidget-map-search-box__data-search__pagination-button {
  background-color: transparent;
  outline: 0;
  border: none; }

.odswidget-map-search-box__data-search__pagination-button:disabled {
  opacity: .5; }

.odswidget-map-search-box__data-search__results {
  list-style: none;
  margin-top: 0;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0;
  border-top: solid 1px #90A4AE;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  overflow: auto; }

.odswidget-map-search-box__data-search__result:hover {
  cursor: pointer; }

.odswidget-map-search-box__data-search__no-results {
  text-align: center;
  font-size: 1.2rem;
  margin-top: 20px;
  opacity: .8; }

.odswidget-map-search-box__data-search__result {
  padding: 15px; }

.odswidget-map-search-box__data-search__result-empty {
  font-style: italic;
  opacity: .6; }

.odswidget-map-search-box__data-search__result-icon {
  font-size: 1.2rem;
  margin-right: 5px; }

.odswidget-map-search-box__data-search__result:not(:first-child) {
  border-top: solid 1px #E5E5E5; }

.odswidget-map-search-box__data-search__result-preview {
  display: table; }

.odswidget-map-search-box__data-search__result-preview-line {
  display: table-row;
  padding: 10px; }

.odswidget-map-search-box__data-search__result-preview-label {
  display: table-cell;
  font-weight: 700;
  padding-right: 20px;
  text-align: right; }

.odswidget-map-search-box__data-search__result-preview-value {
  display: table-cell; }

.odswidget-map-search-box__close-search-icon {
  font-size: 1.2rem; }

.odswidget-map-legend {
  width: 300px;
  position: absolute;
  bottom: 20px;
  right: 10px;
  background-color: #fff;
  padding: 5px 5px 25px 5px;
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65); }

.odswidget-map-legend--extended {
  width: 400px;
  overflow: hidden; }

.odswidget-map-legend__categories-container--extended {
  -webkit-column-count: 2;
  column-count: 2; }

.odswidget-map-legend__categories--condensed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.odswidget-map-legend__categories--condensed__item {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 80px;
  padding: 2px;
  text-align: center; }

.odswidget-map-legend__categories__color-block, .odswidget-map-legend__choropleth__color-block {
  width: 16px;
  height: 16px;
  border: solid 1px #000;
  display: inline-block; }

.odswidget-map-legend__categories--extended {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.odswidget-map-legend__categories__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 190px;
  padding: 2px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .9rem; }

.odswidget-map-legend__categories__item-color {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 5px; }

html[dir=rtl] .odswidget-map-legend__categories__item-color {
  margin-left: 5px;
  margin-right: 0; }

.odswidget-map-legend__categories__item-value {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left; }

html[dir=rtl] .odswidget-map-legend__categories__item-value {
  text-align: right; }

.odswidget-map-legend__categories__item-value--remaining {
  font-style: italic; }

.odswidget-map-legend__choropleth__item-value--remaining {
  font-style: italic;
  font-size: .9rem;
  text-align: right;
  width: 100%; }

html[dir=rtl] .odswidget-map-legend__choropleth__item-value--remaining {
  text-align: left; }

.odswidget-map-legend__categories__item-value--others {
  font-style: italic; }

.odswidget-map-legend__choropleth__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 2px; }

.odswidget-map-legend__choropleth__item-color {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 5px; }

html[dir=rtl] .odswidget-map-legend__choropleth__item-color {
  margin-left: 5px;
  margin-right: 0; }

.odswidget-map-legend__choropleth__item-range {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  font-size: .9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.odswidget-map-legend__choropleth__item-range__bound {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  text-align: right;
  width: 50%; }

html[dir=rtl] .odswidget-map-legend__choropleth__item-range__bound {
  text-align: left; }

.odswidget-map-legend__choropleth__item-range__bound-arrow {
  margin-left: 10px; }

html[dir=rtl] .odswidget-map-legend__choropleth__item-range__bound-arrow {
  margin-right: 10px;
  margin-left: 0; }

.odswidget-map-legend__default-container {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 190px;
  padding: 2px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .9rem; }

.odswidget-map-legend__simple-container {
  text-align: center; }

.odswidget-map-legend__default__color-block {
  width: 16px;
  height: 16px;
  border: solid 1px #000;
  display: inline-block;
  margin-right: 5px; }

html[dir=rtl] .odswidget-map-legend__default__color-block {
  margin-left: 5px;
  margin-right: 0; }

.odswidget-map-legend__simple__color-block {
  width: 60%;
  height: 16px;
  border: solid 1px #000;
  display: inline-block;
  margin-top: 10px; }

.odswidget-map-legend__simple__color-block:last-child {
  margin-bottom: 10px; }

.odswidget-map-legend__simple__color-block-subtext {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 60%;
  font-size: .8rem;
  margin-bottom: 10px; }

.odswidget-map-legend__simple__color-block-subtext-left {
  width: 50%;
  text-align: left; }

html[dir=rtl] .odswidget-map-legend__simple__color-block-subtext-left {
  text-align: right; }

.odswidget-map-legend__simple__color-block-subtext-right {
  width: 50%;
  text-align: right; }

html[dir=rtl] .odswidget-map-legend__simple__color-block-subtext-right {
  text-align: left; }

.odswidget-map-legend__title {
  position: relative;
  font-weight: 600;
  text-align: center;
  display: inline; }

.odswidget-map-legend__picto {
  display: inline-block;
  vertical-align: sub; }

.odswidget-map-legend__label {
  font-size: .9rem;
  text-align: center; }

.odswidget-map-legend__header {
  text-align: center;
  margin-bottom: 5px;
  margin-right: 20px; }

.odswidget-map-legend--not-toggleable[ng-click] {
  cursor: auto; }

.odswidget-map-legend__title-toggle {
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  border: none;
  background-color: transparent;
  color: #888;
  border-radius: .4rem; }

.odswidget-map-legend__title-toggle:hover {
  color: #333; }

.odswidget-map-legend__pagination {
  position: absolute;
  bottom: 5px;
  right: 5px; }

.odswidget-map-legend__pagination-button {
  background-color: transparent;
  border: none;
  outline: 0;
  color: #08c;
  border-radius: 4px; }

.odswidget-map-legend__pagination-button:hover {
  color: #ec643c;
  background-color: #f5f5f5; }

.odswidget-map-legend__pagination-button.ng-hide {
  display: inline-block !important;
  visibility: hidden; }

.odswidget-map-legend__no-legend-placeholder {
  text-align: center;
  font-style: italic; }

.odswidget-media-gallery {
  position: relative;
  overflow-y: scroll;
  height: 400px; }

.odswidget-media-gallery__container {
  position: relative; }

.odswidget-media-gallery__media-container {
  position: relative; }

.odswidget-media-gallery__media-container:after {
  content: attr(data-index);
  position: absolute;
  top: 5px;
  right: 5px;
  text-align: right;
  font-size: 11px;
  line-height: 1;
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  opacity: .5;
  z-index: 100; }

.odswidget-media-gallery__media-container__title-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  vertical-align: bottom;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 5px;
  opacity: 0; }

.odswidget-media-gallery__media-container--selected::before, .odswidget-media-gallery__media-container--selected::after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e5e5e5;
  position: absolute;
  bottom: -11px;
  left: 50%;
  top: auto;
  right: auto;
  margin-left: -10px;
  z-index: 1;
  opacity: 1; }

.odswidget-media-gallery__media-container--selected:after {
  border-bottom: 10px solid #fff;
  bottom: -13px; }

.odswidget-media-gallery__details {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  padding: 10px;
  width: 100%;
  min-height: 10px; }

.odswidget-media-gallery__details:before, .odswidget-media-gallery__details:after {
  display: table;
  content: "";
  line-height: 0; }

.odswidget-media-gallery__details:after {
  clear: both; }

.odswidget-media-gallery__media-container .odswidget-record-image {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  margin-left: 2px;
  margin-top: 2px; }

.odswidget-media-gallery__media-container .odswidget-record-image__image {
  width: 100%;
  height: 100%;
  display: block; }

.odswidget-media-gallery__media-container--selected .odswidget-record-image, .odswidget-media-gallery__media-container:hover .odswidget-record-image, .odswidget-media-gallery__media-container .odswidget-record-image:focus {
  margin-left: 0;
  margin-top: 0;
  width: 100%;
  height: 100%;
  transition: all 200ms ease; }

.odswidget-media-gallery__media-container--selected .odswidget-media-gallery__media-container__title-container, .odswidget-media-gallery__media-container:hover .odswidget-media-gallery__media-container__title-container, .odswidget-record-image:focus ~ .odswidget-media-gallery__media-container__title-container {
  opacity: 1;
  transition: opacity 200ms ease; }

.ods-media-gallery__tooltip__image-container {
  float: right;
  width: 49%;
  min-height: 10px; }

html[dir=rtl] .ods-media-gallery__tooltip__image-container {
  float: left; }

.ods-media-gallery__tooltip__image {
  max-width: 100%;
  height: auto;
  display: block;
  border: 1px solid #e5e5e5; }

.ods-media-gallery__tooltip__fields {
  float: left;
  width: 49%;
  overflow-wrap: break-word; }

html[dir=rtl] .ods-media-gallery__tooltip__fields {
  float: right; }

.ods-media-gallery__image-spinner-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 2rem; }

.odswidget-most-popular-datasets__datasets {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0; }

.odswidget-most-popular-datasets__dataset {
  clear: both;
  margin-bottom: 10px; }

.odswidget-most-popular-datasets__dataset:last-child {
  margin-bottom: 0; }

.odswidget-most-popular-datasets__dataset-details-title, .odswidget-most-popular-datasets__dataset-details-name {
  font-size: 1.2rem;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.odswidget-most-popular-datasets__dataset-details {
  margin-left: 40px; }

html[dir=rtl] .odswidget-most-popular-datasets__dataset-details {
  margin-right: 40px;
  margin-left: 0; }

.odswidget-most-popular-datasets__theme-picto {
  width: 32px;
  height: 32px;
  float: left;
  margin-top: 5px;
  opacity: .5; }

html[dir=rtl] .odswidget-most-popular-datasets__theme-picto {
  float: right; }

.odswidget-most-popular-datasets__theme-picto.theme-default {
  opacity: .1; }

.odswidget-most-used-themes__themes {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0; }

.odswidget-most-used-themes__theme {
  clear: both;
  margin-bottom: 10px; }

.odswidget-most-used-themes__theme:last-child {
  margin-bottom: 0; }

.odswidget-most-used-themes__theme-details-title, .odswidget-most-used-themes__theme-details-name {
  font-size: 1.2em;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.odswidget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  color: #333;
  pointer-events: none;
  text-align: center; }

.odswidget-overlay .odswidget-spinner {
  position: absolute;
  font-size: 5rem;
  top: 50%;
  margin-top: -.5em; }

.odswidget-overlay--opaque {
  background-color: #fff; }

.odswidget-overlay__message {
  position: absolute;
  top: 50%;
  height: 2em;
  line-height: 2;
  margin-top: -1em;
  left: 0;
  right: 0;
  text-align: center; }

.odswidget-pagination {
  margin: 20px 0;
  text-align: center; }

.odswidget-pagination__page-link {
  margin-left: 2px;
  margin-right: 2px;
  padding: 4px 8px;
  font-size: 16px; }

.odswidget-pagination__page-link:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.1); }

.odswidget-pagination__page-link--active {
  background: rgba(0, 0, 0, 0.2); }

.odswidget-pagination__page {
  display: inline; }

.odswidget-pagination__page-list {
  margin: 0;
  display: inline-block; }

.odswidget-picto svg, .odswidget-picto img {
  width: 100%;
  height: 100%; }

.odswidget-picto:not(.ods-svginliner__svg-container--colorless) svg polygon, .odswidget-picto:not(.ods-svginliner__svg-container--colorless) svg rect, .odswidget-picto:not(.ods-svginliner__svg-container--colorless) svg circle, .odswidget-picto:not(.ods-svginliner__svg-container--colorless) svg path {
  fill: inherit; }

.odswidget-record-image {
  width: 100%; }

.odswidget-record-image .odswidget-record-image__image {
  max-width: 100% !important; }

.odswidget-record-image__image--placeholder {
  border: dashed 1px #ddd;
  background-color: #eee;
  height: 200px;
  width: 300px; }

.odswidget-record-image__image--placeholder:before {
  content: '\f03e';
  font-family: FontAwesome;
  font-size: 50px;
  line-height: 200px;
  opacity: .4;
  display: block;
  text-align: center; }

.odswidget-reuses {
  height: 400px;
  overflow-y: auto; }

.ods-dataset-reuses__toggle-header {
  margin-bottom: 0; }

.ods-dataset-reuses__new-reuse {
  margin-bottom: 0; }

.odswidget-reuses__reuse {
  background-color: #fff;
  border: solid 1px #e5e5e5;
  margin-bottom: 20px;
  padding: 1em;
  text-align: center; }

.odswidget-reuses__reuse:hover {
  cursor: pointer;
  background-color: #e5e5e5; }

.odswidget-reuses__reuse-author {
  clear: both;
  border-top: 1px solid #dadada;
  padding-top: 5px; }

.odswidget-reuses__creation-icon {
  padding-left: 20px; }

html[dir=rtl] .odswidget-reuses__creation-icon {
  padding-right: 20px;
  padding-left: 0; }

.odswidget-reuses__reuse:last-child {
  margin-bottom: 0; }

.odswidget-reuses__reuse-title {
  border-bottom: 1px solid #dadada;
  margin-bottom: .5em; }

.odswidget-reuses__reuse-dataset-link {
  display: block;
  font-size: .7em; }

.odswidget-reuses__reuse-thumbnail {
  float: left;
  margin: 0 10px 10px 0;
  width: 100px;
  height: 100px;
  position: relative; }

html[dir=rtl] .odswidget-reuses__reuse-thumbnail {
  float: right; }

html[dir=rtl] .odswidget-reuses__reuse-thumbnail {
  margin: 0 0 10px 10px; }

.odswidget-reuses__reuse-thumbnail-image {
  border-radius: .25em;
  max-width: 100px;
  max-height: 100px; }

.odswidget-reuses__reuse-thumbnail--no-preview {
  position: relative;
  color: rgba(150, 150, 150, 0.4);
  font-size: 6em;
  font-weight: 700; }

.odswidget-reuses__reuse-thumbnail-image--no-thumbnail {
  position: absolute;
  left: 10px;
  top: 10px;
  color: rgba(150, 150, 150, 0.4);
  font-size: 6em; }

html[dir=rtl] .odswidget-reuses__reuse-thumbnail-image--no-thumbnail {
  right: 10px;
  left: auto; }

.odswidget-reuses__reuse-description {
  text-align: justify; }

.odswidget-result-enumerator__no-results-message, .odswidget-result-enumerator__results-count {
  text-align: center;
  font-size: 1.4rem; }

.odswidget-searchbox {
  margin-bottom: 20px;
  text-align: center; }

.odswidget-searchbox__box {
  font-size: 1.5rem;
  line-height: 2rem;
  width: 70%;
  min-width: 150px;
  padding: .5em; }

.odswidget-social-buttons {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 1rem;
  line-height: 1em; }

.odswidget-social-buttons__header {
  cursor: pointer; }

.odswidget-social-buttons__buttons {
  max-height: 0;
  width: auto;
  background: #fff;
  overflow: hidden;
  opacity: 0;
  text-align: center;
  transition: all .5s ease; }

.odswidget-social-buttons__buttons--open {
  opacity: 1;
  max-height: 400px;
  margin-top: .5em; }

.odswidget-social-buttons__buttons--open a {
  display: block;
  margin: .5em auto;
  width: 100%; }

.odswidget-social-buttons__buttons--open a iframe {
  min-width: 60px; }

.odswidget-spinner__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.odswidget-spinner--large {
  font-size: 1.33em; }

.odswidget-spinner.odswidget-spinner--gif {
  height: 1em; }

.odswidget-spinner.odswidget-spinner--svg {
  fill: currentColor;
  height: .8em; }

@-webkit-keyframes odswidget-spinner__diagonal-11-33-animation {
  0 {
    opacity: 1; }

  31.25% {
    opacity: 1; }

  37.5% {
    opacity: .5; }

  43.75% {
    opacity: .5; }

  50% {
    opacity: 0; }

  62.5% {
    opacity: 0; }

  68.75% {
    opacity: 1; }

  100% {
    opacity: 1; } }

@keyframes odswidget-spinner__diagonal-11-33-animation {
  0 {
    opacity: 1; }

  31.25% {
    opacity: 1; }

  37.5% {
    opacity: .5; }

  43.75% {
    opacity: .5; }

  50% {
    opacity: 0; }

  62.5% {
    opacity: 0; }

  68.75% {
    opacity: 1; }

  100% {
    opacity: 1; } }

@-webkit-keyframes odswidget-spinner__diagonal-12-23-animation {
  0 {
    opacity: 1; }

  37.5% {
    opacity: 1; }

  43.75% {
    opacity: .5; }

  50% {
    opacity: .5; }

  56.25% {
    opacity: 0; }

  68.75% {
    opacity: 0; }

  75% {
    opacity: 1; }

  100% {
    opacity: 1; } }

@keyframes odswidget-spinner__diagonal-12-23-animation {
  0 {
    opacity: 1; }

  37.5% {
    opacity: 1; }

  43.75% {
    opacity: .5; }

  50% {
    opacity: .5; }

  56.25% {
    opacity: 0; }

  68.75% {
    opacity: 0; }

  75% {
    opacity: 1; }

  100% {
    opacity: 1; } }

@-webkit-keyframes odswidget-spinner__diagonal-21-32-animation {
  0 {
    opacity: 1; }

  6.25% {
    opacity: .5; }

  12.5% {
    opacity: 1; }

  18.75% {
    opacity: .5; }

  25% {
    opacity: 1; }

  31.25% {
    opacity: .5; }

  37.5% {
    opacity: .5; }

  43.75% {
    opacity: 0; }

  56.25% {
    opacity: 0; }

  62.5% {
    opacity: 1; }

  100% {
    opacity: 1; } }

@keyframes odswidget-spinner__diagonal-21-32-animation {
  0 {
    opacity: 1; }

  6.25% {
    opacity: .5; }

  12.5% {
    opacity: 1; }

  18.75% {
    opacity: .5; }

  25% {
    opacity: 1; }

  31.25% {
    opacity: .5; }

  37.5% {
    opacity: .5; }

  43.75% {
    opacity: 0; }

  56.25% {
    opacity: 0; }

  62.5% {
    opacity: 1; }

  100% {
    opacity: 1; } }

@-webkit-keyframes odswidget-spinner__diagonal-31-animation {
  0 {
    opacity: 1; }

  6.25% {
    opacity: .5; }

  12.5% {
    opacity: 1; }

  18.75% {
    opacity: .5; }

  25% {
    opacity: 1; }

  31.25% {
    opacity: .5; }

  37.5% {
    opacity: 0; }

  50% {
    opacity: 0; }

  56.25% {
    opacity: 1; }

  81.25% {
    opacity: 1; }

  87.5% {
    opacity: .5; }

  93.75% {
    opacity: .5; }

  100% {
    opacity: 1; } }

@keyframes odswidget-spinner__diagonal-31-animation {
  0 {
    opacity: 1; }

  6.25% {
    opacity: .5; }

  12.5% {
    opacity: 1; }

  18.75% {
    opacity: .5; }

  25% {
    opacity: 1; }

  31.25% {
    opacity: .5; }

  37.5% {
    opacity: 0; }

  50% {
    opacity: 0; }

  56.25% {
    opacity: 1; }

  81.25% {
    opacity: 1; }

  87.5% {
    opacity: .5; }

  93.75% {
    opacity: .5; }

  100% {
    opacity: 1; } }

@-webkit-keyframes odswidget-spinner__diagonal-13-animation {
  0 {
    opacity: 1; }

  43.75% {
    opacity: 1; }

  50% {
    opacity: .5; }

  56.25% {
    opacity: .5; }

  62.5% {
    opacity: 0; }

  75% {
    opacity: 0; }

  81.25% {
    opacity: 1; }

  100% {
    opacity: 1; } }

@keyframes odswidget-spinner__diagonal-13-animation {
  0 {
    opacity: 1; }

  43.75% {
    opacity: 1; }

  50% {
    opacity: .5; }

  56.25% {
    opacity: .5; }

  62.5% {
    opacity: 0; }

  75% {
    opacity: 0; }

  81.25% {
    opacity: 1; }

  100% {
    opacity: 1; } }

.odswidget-spinner__cell-11, .odswidget-spinner__cell-22, .odswidget-spinner__cell-33 {
  -webkit-animation: 2s odswidget-spinner__diagonal-11-33-animation infinite;
  animation: 2s odswidget-spinner__diagonal-11-33-animation infinite; }

.odswidget-spinner__cell-12, .odswidget-spinner__cell-23 {
  -webkit-animation: 2s odswidget-spinner__diagonal-12-23-animation infinite;
  animation: 2s odswidget-spinner__diagonal-12-23-animation infinite; }

.odswidget-spinner__cell-21, .odswidget-spinner__cell-32 {
  -webkit-animation: 2s odswidget-spinner__diagonal-21-32-animation infinite;
  animation: 2s odswidget-spinner__diagonal-21-32-animation infinite; }

.odswidget-spinner__cell-13 {
  -webkit-animation: 2s odswidget-spinner__diagonal-13-animation infinite;
  animation: 2s odswidget-spinner__diagonal-13-animation infinite; }

.odswidget-spinner__cell-31 {
  -webkit-animation: 2s odswidget-spinner__diagonal-31-animation infinite;
  animation: 2s odswidget-spinner__diagonal-31-animation infinite; }

.odswidget-table {
  position: relative;
  overflow: hidden;
  height: 400px; }

.odswidget-table__header {
  position: relative; }

.odswidget-table__records {
  height: 100%;
  overflow: auto; }

.odswidget-table__cell {
  padding: 1px; }

.odswidget-table__cell:first-child {
  color: rgba(0, 0, 0, 0.5);
  font-family: monospace;
  text-align: right; }

html[dir=rtl] .odswidget-table__cell:first-child {
  text-align: left; }

.odswidget-table__internal-header-table-header {
  display: none; }

.odswidget-table__cell-container, .odswidget-table__header-cell-container {
  max-width: 200px;
  padding: 2px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.odswidget-table__label {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  height: 1.4em; }

.odswidget-table__sort-icons {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 1.4em; }

.odswidget-table__sort-icon {
  background: 0 0;
  border: none;
  display: block;
  padding: 0; }

.odswidget-table__cell-container__right-aligned {
  text-align: right; }

html[dir=rtl] .odswidget-table__cell-container__right-aligned {
  text-align: left; }

.odswidget-table__internal-table {
  font-size: .85em;
  width: 100%; }

.odswidget-table__internal-table-row {
  background-color: #fff; }

.odswidget-table__internal-table-row:nth-child(odd) {
  background-color: #f4f4f4; }

.odswidget-table__internal-table-row:hover, .odswidget-table__internal-table-row:nth-child(odd):hover {
  background-color: #e0e0e0; }

.odswidget-table__header-cell {
  text-align: left;
  background-color: #e8e8e8;
  padding: 3px 1px;
  cursor: pointer; }

html[dir=rtl] .odswidget-table__header-cell {
  text-align: right; }

.odswidget-table__header-cell--spinner {
  text-align: right; }

html[dir=rtl] .odswidget-table__header-cell--spinner {
  text-align: left; }

.odswidget-table__sort-icons {
  font-size: .8em;
  width: 1em; }

.odswidget-table__sort-icons.odswidget-table__sort-icons--active {
  height: .7em; }

.odswidget-table__sort-icons__up, .odswidget-table__sort-icons__down {
  display: block;
  height: .7em;
  opacity: .5; }

.odswidget-table__sort-icons__up--active, .odswidget-table__sort-icons__down--active {
  opacity: 1; }

.odswidget-table__sort-icons__up:hover, .odswidget-table__sort-icons__down:hover {
  opacity: 1; }

.odswidget-tag-cloud__tag-list {
  display: block;
  margin: 0;
  max-height: 100%;
  overflow: hidden; }

.odswidget-tag-cloud__tag {
  font-weight: inherit;
  display: inline-block;
  margin: 0 10px 0 0; }

.odswidget-tag-cloud__tag--selected {
  font-weight: 700; }

.odswidget-text-search {
  margin: 1rem 0; }

.odswidget-text-search__search-box {
  margin-bottom: 0;
  width: 100%;
  border-radius: 5px;
  font-size: 1.2rem;
  padding-top: 5px;
  padding-right: 50px;
  padding-left: 5px;
  padding-bottom: 5px; }

html[dir=rtl] .odswidget-text-search__search-box {
  padding-right: 5px; }

html[dir=rtl] .odswidget-text-search__search-box {
  padding-left: 50px; }

.odswidget-text-search__form {
  position: relative; }

.odswidget-text-search__submit, .odswidget-text-search__reset {
  color: #666;
  background: 0 0;
  border: none;
  padding: 0;
  min-width: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  line-height: 1; }

.odswidget-text-search__submit {
  font-size: 1.2rem;
  right: 0; }

html[dir=rtl] .odswidget-text-search__submit {
  left: 0;
  right: auto; }

.odswidget-text-search__submit:hover, .odswidget-text-search__submit:focus {
  cursor: pointer;
  color: #333; }

.odswidget-text-search__reset {
  right: 26px; }

html[dir=rtl] .odswidget-text-search__reset {
  left: 26px;
  right: auto; }

.odswidget-text-search__reset:hover, .odswidget-text-search__reset:focus {
  color: #ec643c; }

.odswidget-theme-boxes {
  text-align: center; }

.odswidget-theme-boxes__picto {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  opacity: .5; }

.odswidget-theme-boxes__picto:hover:not(.theme-default) {
  opacity: 1; }

.odswidget-theme-boxes__picto.theme-default {
  opacity: .1; }

.odswidget-theme-boxes__box {
  width: 70px;
  display: inline-block;
  vertical-align: top; }

.odswidget-theme-picto .ods-svginliner__svg-container {
  height: 100%; }

.odswidget-timerange {
  text-align: center; }

.odswidget-timerange__from, .odswidget-timerange__to {
  display: inline-block;
  position: relative; }

.odswidget-timerange__input {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.odswidget-timerange__input::-ms-clear {
  display: none; }

.odswidget-timerange__reset {
  color: #666;
  background: 0 0;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0 5px; }

.odswidget-timerange__reset:hover {
  color: #ec643c; }

.odswidgets-rd-container.rd-container {
  background-color: #fff;
  padding: .72rem;
  border-radius: .2rem;
  border: 1px solid #e5e5e5;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  z-index: 1000; }

.odswidgets-rd-container.rd-container table {
  border-spacing: 0;
  border-collapse: collapse; }

.odswidgets-rd-container .rd-day-body {
  padding: .45rem;
  border-radius: .4rem; }

.odswidgets-rd-container .rd-day-selected, .odswidgets-rd-container .rd-time-selected, .odswidgets-rd-container .rd-time-option:hover, .odswidgets-rd-container .rd-day-body:hover {
  background-color: #08c;
  color: #fff; }

.odswidgets-rd-container .rd-day-head {
  text-align: center; }

.odswidgets-rd-container .rd-month-label {
  padding-top: .45rem;
  padding-bottom: .45rem;
  margin-bottom: .72rem; }

.odswidgets-rd-container .rd-day-prev-month, .odswidgets-rd-container .rd-day-next-month {
  color: #ccc; }

.odswidgets-rd-container .rd-back, .odswidgets-rd-container .rd-next {
  padding: .45rem;
  margin-bottom: .72rem; }

.odswidget-timescale {
  text-align: center; }

.odswidget-timescale__scale-list {
  list-style-type: none;
  margin: 0; }

.odswidget-timescale__scale {
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1.2em;
  opacity: .8; }

.odswidget-timescale__scale--active {
  opacity: 1;
  border-bottom: .2em solid; }

.odswidget-timescale__scale-link:hover {
  text-decoration: none; }

.odswidget-top-publishers__publishers {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0; }

.odswidget-top-publishers__publisher {
  clear: both;
  margin-bottom: 10px; }

.odswidget-top-publishers__publisher:last-child {
  margin-bottom: 0; }

.odswidget-top-publishers__publisher-details-name {
  font-size: 1.2em;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.odswidget-clear-all-filters {
  color: inherit;
  cursor: pointer; }

.odswidget-clear-all-filters:hover {
  text-decoration: none;
  color: #ec643c; }

.odswidget-infinite-scroll-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start; }

.odswidget-infinite-scroll-results__message-container {
  height: 100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.odswidget-infinite-scroll-results__spinner {
  font-size: 3rem; }

.odswidget-geo-search__map {
  width: 100%;
  height: 200px; }

.odswidget-gauge {
  position: relative; }

.odswidget-gauge__svg-background {
  fill: none;
  stroke-width: 10px;
  stroke: #e5e5e5; }

.odswidget-gauge__svg-filler {
  fill: none;
  stroke-width: 8px;
  stroke: #ec643c; }

.odswidget-gauge__value {
  color: #2c3f56;
  font-weight: 700;
  font-size: 1.33rem;
  line-height: 2rem;
  width: 100%;
  text-align: center; }

.odswidget-gauge--circle .odswidget-gauge__svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.odswidget-gauge--circle .odswidget-gauge__value {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 0;
  margin-top: -1rem; }

.odswidget-gauge--bar .odswidget-gauge__svg {
  width: 100%;
  height: 10px; }

.ods-cross-table {
  width: 100%;
  height: 400px;
  overflow: hidden;
  display: block;
  font-size: .85em;
  position: relative; }

.ods-cross-table__frozen-header-wrapper {
  position: absolute;
  z-index: 400;
  overflow: hidden;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0; }

.ods-cross-table__frozen-rows-wrapper {
  position: absolute;
  z-index: 300;
  right: 0;
  overflow: hidden;
  border-bottom: 1px solid #e0e0e0; }

.ods-cross-table__frozen-cols-wrapper {
  position: absolute;
  z-index: 200;
  bottom: 0;
  overflow: hidden;
  border-right: 1px solid #e0e0e0; }

.ods-cross-table__body-wrapper {
  position: absolute;
  z-index: 100;
  right: 0;
  bottom: 0;
  overflow: scroll; }

.ods-cross-table__row.ods-cross-table__row--hover .ods-cross-table__cell, .ods-cross-table__frozen-cols .ods-cross-table__row:hover .ods-cross-table__cell, .ods-cross-table__body .ods-cross-table__row:hover .ods-cross-table__cell {
  background-color: #e0e0e0; }

.ods-cross-table__row:nth-child(odd) {
  background-color: #f4f4f4; }

.ods-cross-table__cell {
  padding: 0;
  line-height: 1.33em; }

.ods-cross-table__cell--header {
  background-color: #e8e8e8;
  font-weight: 700; }

.ods-cross-table__cell--value {
  text-align: right; }

.ods-cross-table__cell-content {
  padding: 3px 11px;
  white-space: nowrap; }

.ods-cross-table__cell--header .ods-cross-table__cell-content {
  padding: 5px 11px; }

.ods-cross-table .odswidget-spinner {
  font-size: 2rem; }

.ods-cross-table .odswidget-spinner__backdrop {
  z-index: 500; }

.ods-slideshow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #e5e5e5;
  border-radius: 3px; }

.ods-slideshow:focus {
  outline: 0; }

.ods-slideshow:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important; }

.ods-slideshow:-moz-full-screen {
  width: 100% !important;
  height: 100% !important; }

.ods-slideshow:-ms-fullscreen {
  width: 100% !important;
  height: 100% !important; }

.ods-slideshow:fullscreen {
  width: 100% !important;
  height: 100% !important; }

.ods-slideshow__image-wrapper {
  position: relative;
  background-color: #000;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2em; }

.ods-slideshow__image-legend {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #e5e5e5;
  border-top: 1px solid #e5e5e5; }

.ods-slideshow__image-index, .ods-slideshow__image-title {
  padding: .33em .67em; }

.ods-slideshow__image-index__item {
  display: inline-block; }

.ods-slideshow__image-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ods-slideshow__toggles {
  white-space: nowrap;
  margin-left: auto; }

html[dir=rtl] .ods-slideshow__toggles {
  margin-right: auto;
  margin-left: 0; }

.ods-slideshow__tooltip-toggle, .ods-slideshow__fullscreen-toggle {
  background-color: #e5e5e5;
  border: none;
  padding: .33em .67em; }

.ods-slideshow__tooltip-toggle:hover, .ods-slideshow__fullscreen-toggle:hover {
  background-color: #ccc; }

.ods-slideshow__tooltip-wrapper {
  position: absolute;
  bottom: 1em;
  right: 1em;
  width: calc(100% - 2em);
  height: calc(100% - 2em); }

html[dir=rtl] .ods-slideshow__tooltip-wrapper {
  left: 1em;
  right: auto; }

.ods-slideshow__tooltip-wrapper:after {
  display: block;
  content: '';
  height: 1em;
  width: 1em;
  position: absolute;
  right: 2em;
  bottom: -1em;
  border-width: 1em .5em 0 .5em;
  border-style: solid;
  border-color: #fff transparent;
  box-sizing: border-box; }

html[dir=rtl] .ods-slideshow__tooltip-wrapper:after {
  left: 2em;
  right: auto; }

.ods-slideshow__tooltip {
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: auto;
  padding: .67em;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  max-height: 100%;
  max-width: 100%;
  z-index: 200; }

html[dir=rtl] .ods-slideshow__tooltip {
  left: 0;
  right: auto; }

.ods-slideshow__previous-button, .ods-slideshow__next-button {
  width: 2em;
  height: 2em;
  font-size: 3em;
  color: #f5f5f5;
  background-color: #333;
  opacity: .9;
  border: none;
  padding: 0;
  line-height: 2em;
  position: absolute;
  top: calc(50% - 1em);
  z-index: 100;
  border-radius: 1em; }

.ods-slideshow__previous-button:not(:disabled):hover, .ods-slideshow__next-button:not(:disabled):hover {
  opacity: 1; }

.ods-slideshow__previous-button:disabled, .ods-slideshow__next-button:disabled {
  color: #666; }

.ods-slideshow__previous-button {
  left: 1rem;
  padding-right: .1em; }

html[dir=rtl] .ods-slideshow__previous-button {
  right: 1rem;
  left: auto; }

html[dir=rtl] .ods-slideshow__previous-button {
  padding-left: .1em;
  padding-right: 0; }

.ods-slideshow__next-button {
  right: 1rem;
  padding-left: .1em; }

html[dir=rtl] .ods-slideshow__next-button {
  left: 1rem;
  right: auto; }

html[dir=rtl] .ods-slideshow__next-button {
  padding-right: .1em;
  padding-left: 0; }

.ods-slideshow .odswidget-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -.5em;
  margin-left: -.5em;
  font-size: 3rem;
  color: #f5f5f5; }

.ods-slideshow__cannot-display {
  color: #ccc;
  text-align: center; }

.ods-slideshow__cannot-display-icon {
  font-size: 4em; }

.ods-slideshow__cannot-display-message {
  margin-top: 1em; }

.odswidget-dataset-json-schema {
  max-height: 600px;
  overflow-y: auto; }

.odswidget-dataset-json-schema .object, .odswidget-dataset-json-schema .array {
  padding-left: 1em; }

.odswidget-dataset-schema {
  margin: 1rem 0 2rem 0; }

.odswidget-dataset-schema__field {
  margin-bottom: 1em; }

.odswidget-dataset-schema__field:last-child {
  margin-bottom: 0; }

.odswidget-dataset-schema__field-label {
  padding: .5em 0;
  margin-bottom: .5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 700; }

@media (min-width: 992px) {
  .odswidget-dataset-schema__field-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
@media (min-width: 992px) {
  .odswidget-dataset-schema__field-description-wrapper {
    margin: 1em 0;
    width: 30%; } }
.odswidget-dataset-schema__field-description {
  margin: 0;
  font-family: inherit; }

.odswidget-dataset-schema__field-description--empty {
  color: rgba(1, 1, 1, 0.5);
  font-style: italic; }

.odswidget-dataset-schema__field-properties {
  border-collapse: collapse;
  margin: 1em 0; }

@media (max-width: 991px) {
  .odswidget-dataset-schema__field-properties {
    width: 100%; } }
@media (min-width: 992px) {
  .odswidget-dataset-schema__field-properties {
    margin-left: 1em;
    width: calc(70% - 1em); } }
.odswidget-dataset-schema__field-sample-value {
  border: 1px solid rgba(0, 0, 0, 0.3);
  font-size: .8em;
  background: rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: .6em 1em;
  border-radius: 4px;
  max-height: 100px;
  overflow-y: auto;
  overflow-x: auto;
  direction: ltr; }

@media screen and (max-width: 767px) {
  .odswidget-dataset-schema__field-sample-value {
    overflow-wrap: break-word;
    word-break: break-all; } }
.odswidget-dataset-schema__field-name-value {
  margin: 0;
  font-weight: 700;
  display: inline-block;
  padding: 0;
  background-color: transparent; }

.odswidget-dataset-schema__field-type-value {
  margin: 0;
  display: inline-block;
  padding: 0;
  background-color: transparent; }

.odswidget-dataset-schema__field-properties-key {
  vertical-align: top;
  padding: 0 .5rem .2rem .5rem;
  width: 130px;
  text-align: right; }

html[dir=rtl] .odswidget-dataset-schema__field-properties-key {
  text-align: left; }

.odswidget-dataset-schema__field-properties-value {
  vertical-align: top;
  padding: 0 .5em .2em .5em; }

[dir=rtl] .fa-wheelchair, [dir=rtl] .fa-wheelchair-alt, [dir=rtl] .fa-random, [dir=rtl] .fa-angle-double-left, [dir=rtl] .fa-angle-double-right, [dir=rtl] .fa-angle-left, [dir=rtl] .fa-angle-right, [dir=rtl] .fa-arrow-circle-left, [dir=rtl] .fa-arrow-circle-o-left, [dir=rtl] .fa-arrow-circle-right, [dir=rtl] .fa-arrow-circle-o-right, [dir=rtl] .fa-arrow-left, [dir=rtl] .fa-arrow-right, [dir=rtl] .fa-caret-left, [dir=rtl] .fa-caret-right, [dir=rtl] .fa-caret-square-o-left, [dir=rtl] .fa-caret-square-o-right, [dir=rtl] .fa-chevron-circle-left, [dir=rtl] .fa-chevron-circle-right, [dir=rtl] .fa-chevron-left, [dir=rtl] .fa-chevron-right, [dir=rtl] .fa-long-arrow-left, [dir=rtl] .fa-long-arrow-right, [dir=rtl] .fa-toggle-left, [dir=rtl] .fa-toggle-right, [dir=rtl] .fa-align-left, [dir=rtl] .fa-align-right, [dir=rtl] .fa-chain, [dir=rtl] .fa-chain-broken, [dir=rtl] .fa-clipboard, [dir=rtl] .fa-copy, [dir=rtl] .fa-cut, [dir=rtl] .fa-dedent, [dir=rtl] .fa-eraser, [dir=rtl] .fa-file, [dir=rtl] .fa-file-o, [dir=rtl] .fa-file-text, [dir=rtl] .fa-file-text-o, [dir=rtl] .fa-files-o, [dir=rtl] .fa-indent, [dir=rtl] .fa-link, [dir=rtl] .fa-list, [dir=rtl] .fa-list-alt, [dir=rtl] .fa-list-ol, [dir=rtl] .fa-list-ul, [dir=rtl] .fa-outdent, [dir=rtl] .fa-paperclip, [dir=rtl] .fa-paste, [dir=rtl] .fa-repeat, [dir=rtl] .fa-rotate-left, [dir=rtl] .fa-rotate-right, [dir=rtl] .fa-subscript, [dir=rtl] .fa-superscript, [dir=rtl] .fa-text-height, [dir=rtl] .fa-th-list, [dir=rtl] .fa-undo, [dir=rtl] .fa-unlink, [dir=rtl] .fa-refresh, [dir=rtl] .fa-spinner, [dir=rtl] .fa-ambulance, [dir=rtl] .fa-bycicle, [dir=rtl] .fa-fighter-jet, [dir=rtl] .fa-motorcycle, [dir=rtl] .fa-plane, [dir=rtl] .fa-rocket, [dir=rtl] .fa-space-shuttle, [dir=rtl] .fa-truck, [dir=rtl] .fa-volume-up, [dir=rtl] .fa-volume-off, [dir=rtl] .fa-volume-down, [dir=rtl] .fa-video-camera, [dir=rtl] .fa-user-times, [dir=rtl] .fa-user-plus, [dir=rtl] .fa-unlock-alt, [dir=rtl] .fa-unlock, [dir=rtl] .fa-toggle-on, [dir=rtl] .fa-toggle-off, [dir=rtl] .fa-terminal, [dir=rtl] .fa-tasks, [dir=rtl] .fa-tags, [dir=rtl] .fa-tag, [dir=rtl] .fa-tachometer, [dir=rtl] .fa-star-half-o, [dir=rtl] .fa-star-half-full, [dir=rtl] .fa-star-half-empty, [dir=rtl] .fa-star-half, [dir=rtl] .fa-sliders, [dir=rtl] .fa-signal, [dir=rtl] .fa-sign-out, [dir=rtl] .fa-sign-in, [dir=rtl] .fa-server, [dir=rtl] .fa-send-o, [dir=rtl] .fa-send, [dir=rtl] .fa-paper-plane, [dir=rtl] .fa-paper-plane-o, [dir=rtl] .fa-reply, [dir=rtl] .fa-mail-reply, [dir=rtl] .fa-mail-reply-all, [dir=rtl] .fa-mail-forward, [dir=rtl] .fa-reply-all, [dir=rtl] .fa-quote-right, [dir=rtl] .fa-quote-left, [dir=rtl] .fa-question, [dir=rtl] .fa-question-circle, [dir=rtl] .fa-question-circle-o, [dir=rtl] .fa-phone, [dir=rtl] .fa-pencil, [dir=rtl] .fa-pencil-square, [dir=rtl] .fa-pencil-square-o, [dir=rtl] .fa-paint-brush, [dir=rtl] .fa-mouse-pointer, [dir=rtl] .fa-location-arrow, [dir=rtl] .fa-level-up, [dir=rtl] .fa-level-down, [dir=rtl] .fa-legal, [dir=rtl] .fa-leaf, [dir=rtl] .fa-language, [dir=rtl] .fa-ley, [dir=rtl] .fa-industry, [dir=rtl] .fa-image, [dir=rtl] .fa-hotel, [dir=rtl] .fa-gears, [dir=rtl] .fa-cogs, [dir=rtl] .fa-gavel, [dir=rtl] .fa-filter, [dir=rtl] .fa-external-link, [dir=rtl] .fa-external-link-square, [dir=rtl] .fa-edit, [dir=rtl] .fa-dashboard, [dir=rtl] .fa-comment, [dir=rtl] .fa-comment-o, [dir=rtl] .fa-commenting, [dir=rtl] .fa-commenting-o, [dir=rtl] .fa-book, [dir=rtl] .fa-bolt, [dir=rtl] .fa-blind, [dir=rtl] .fa-battery, [dir=rtl] .fa-battery-0, [dir=rtl] .fa-battery-1, [dir=rtl] .fa-battery-2, [dir=rtl] .fa-battery-3, [dir=rtl] .fa-battery-4, [dir=rtl] .fa-battery-empty, [dir=rtl] .fa-battery-full, [dir=rtl] .fa-battery-half, [dir=rtl] .fa-battery-quarter, [dir=rtl] .fa-battery-three-quarters {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

[dir=rtl] .fa-spin {
  -webkit-animation-direction: reverse;
  animation-direction: reverse; }

.odswidget.odswidget-imagified {
  max-width: 100% !important; }

.odswidget .no-data {
  text-align: center;
  opacity: .5;
  font-size: 1.2em; }

.ng-leaflet-tooltip-cloak {
  display: none; }

/* 17Cyber Widget */
#body-wrapper #widgetIframe {
  z-index: 20; }

#body-wrapper #widgetIframe #desc {
  height: auto;
  margin: 0;
  padding: 1.25rem;
  line-height: 1.4;
  color: #fff;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif; }

/* Geovelo Widget */
.geovelo-wrapper {
  height: 37.5rem;
  max-height: 85vh; }

.geovelo-wrapper .profile-menu,
.geovelo-wrapper .pegman-control,
.geovelo-wrapper .leaflet-bottom.leaflet-right > .leaflet-control:nth-last-child(5),
.geovelo-wrapper geovelo-leaflet-layers {
  display: none; }

geovelo-widget * {
  position: static; }

geovelo-widget img[alt=""] {
  border: 0 !important; }

geovelo-widget .mat-fab,
geovelo-widget .mat-flat-button,
geovelo-widget .mat-mini-fab,
geovelo-widget .mat-raised-button,
geovelo-widget .mat-icon-button {
  padding: 0;
  background-color: #fff; }

geovelo-widget .mat-icon-button {
  height: 40px; }

geovelo-widget .mat-drawer-content {
  overflow: hidden; }

.interior-article-mainContent geovelo-widget .mat-input-element {
  width: 100%;
  padding: 0 10px;
  margin: 0;
  color: currentColor;
  border: 0;
  box-shadow: none;
  font: inherit; }

.interior-article-mainContent geovelo-widget .mat-input-element:focus {
  outline: 0 !important;
  box-shadow: none; }

.interior-article-mainContent geovelo-widget a {
  font: inherit; }

#body-wrapper .interior-article-mainContent geovelo-widget .widget-search,
#body-wrapper .interior-article-mainContent geovelo-widget .widget-itinerary {
  left: 20px;
  top: 20px;
  max-width: calc(100vw - 60px); }

geovelo-widget .config[_ngcontent-geovelo-app-universal-c18] .settings[_ngcontent-geovelo-app-universal-c18] .label[_ngcontent-geovelo-app-universal-c18] {
  color: #2f81c2;
  background: none;
  text-shadow: none; }

geovelo-widget .config[_ngcontent-geovelo-app-universal-c18] {
  width: auto; }

/* Full page */
.geovelo-wrapper.geovelo-wrapper-fullPage {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  max-height: 100vh;
  z-index: 10; }

/* GENERAL */
#main-content #widgit #widgit_wrapper {
  overflow: visible; }

#main-content #widgit_results_agenda,
#main-content #widgit .widgit_content {
  background: none; }

#main-content #widgit .widgit_content {
  margin-left: 1rem; }

#main-content #widgit #toggle_filters.collapsed ~ .widgit_content {
  margin-left: 0; }

#main-content #widgit #widgit_wrapper.w_tiny #toggle_filters:not(.collapsed) ~ .widgit_content {
  display: none; }

#main-content #widgit .widgit_content .results_agenda {
  padding: 0; }

#main-content #widgit .widgit_content .events_top {
  display: none; }

#main-content #widgit .widgit_content .events_bottom a {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background-color: #108670;
  background-image: url("/cdalr-new-theme/images/white-arrow.svg");
  background-position: center;
  transform: rotateZ(180deg);
  transition: background-color .25s ease-out; }

#main-content #widgit .widgit_content .events_bottom a:last-child {
  transform: none; }

#main-content #widgit .widgit_content .events_bottom a:hover,
#main-content #widgit .widgit_content .events_bottom a:focus {
  background-color: #0463b3; }

#main-content #widgit .widgit_content .events_bottom a i {
  display: none; }

#main-content #widgit .widgit_content .results_agenda .w_bg_2 {
  background: none; }

#main-content #widgit .widgit_content .results_agenda h2 {
  margin: 0.625rem 0.25rem;
  padding: 0.75rem 1.25rem;
  background: #0463b3;
  color: #fff;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-weight: normal; }

#main-content #widgit #toggle_filters.collapsed ~ .widgit_content .results_agenda > div:first-child > h2 {
  padding-left: 2.875rem; }

#main-content #widgit .widgit_content .results_agenda > .w_bg_2:first-child h2 {
  margin-top: 0; }

#main-content #widgit_wrapper .widgit_result {
  padding: 0.25rem; }

#main-content #widgit_wrapper .widgit_result img {
  box-shadow: 0 0 0.625rem #999999;
  transition: box-shadow .25s ease-out; }

#main-content #widgit_wrapper .widgit_result .info {
  position: absolute;
  left: 0.25rem;
  right: 0.25rem;
  bottom: 0.25rem;
  width: auto;
  height: auto;
  padding: 0.75rem 1rem;
  background: #fff;
  transition: background .25s ease-out; }

#main-content #widgit_wrapper .widgit_result .info .town {
  margin-bottom: 0.25rem;
  color: #555;
  font-size: 0.625rem;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-weight: normal;
  transition: color 0.25s ease-out; }

#main-content #widgit #widgit_wrapper .widgit_result .info h3 {
  margin: 0;
  font-size: 0.875rem;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-weight: normal;
  text-transform: none;
  color: #0463b3;
  overflow: visible;
  white-space: normal;
  line-height: 1.2;
  transition: color .25s ease-out; }

#main-content #widgit_wrapper .widgit_result .info .category {
  display: none; }

#main-content #widgit_wrapper .widgit_result:hover img,
#main-content #widgit_wrapper .widgit_result:focus img {
  box-shadow: 0 0 0.625rem #333333; }

#main-content #widgit_wrapper .widgit_result:hover .info,
#main-content #widgit_wrapper .widgit_result:focus .info {
  background: #0463b3; }

#main-content #widgit #widgit_wrapper .widgit_result:hover .info .town,
#main-content #widgit #widgit_wrapper .widgit_result:focus .info .town,
#main-content #widgit #widgit_wrapper .widgit_result:hover .info h3,
#main-content #widgit #widgit_wrapper .widgit_result:focus .info h3 {
  color: #fff; }

/* FILTERS */
#main-content #widgit #toggle_filters {
  width: 2.625rem;
  height: 2.625rem;
  padding: 0;
  background: none; }

#main-content #widgit #toggle_filters i {
  text-shadow: none;
  color: #fff; }

#main-content #widgit #toggle_filters i.fa-bars {
  font-size: 1.75rem;
  left: 0.25rem; }

#main-content #widgit .widgit_filters {
  align-self: flex-start;
  background: #fff;
  box-shadow: 0 0.3125rem 1.25rem #cccccc; }

#main-content #widgit .widgit_filters > .pam {
  padding: 0.75rem;
  background: none; }

#main-content #widgit .widgit_filters .filter_logo {
  display: none; }

#main-content #widgit .widgit_filters .events_count h2 {
  margin: -0.75rem -0.75rem 1.25rem;
  padding: 0.75rem 1rem 0.75rem 2.875rem;
  text-align: left;
  background: #d03d81;
  color: #fff;
  font-size: 1rem;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-weight: normal; }

#main-content #widgit .widgit_filter {
  padding: 0; }

#main-content #widgit .widgit_filter + .widgit_filter {
  margin-top: 1.5rem; }

#main-content #widgit .widgit_filter h3 {
  margin: 0 0 0.75rem;
  padding: 0;
  color: #7a083c; }

/* Text inputs */
#main-content #widgit .widgit_filter input[type="text"] {
  border: 0.0625rem solid #aaaaaa;
  border-radius: 0.125rem;
  background: #f6f9ff;
  box-shadow: none;
  font-size: 0.875rem;
  transition: none; }

#main-content #widgit .widgit_filter input[type="text"]:hover,
#main-content #widgit .widgit_filter input[type="text"]:focus {
  background: #faffee; }

#main-content #widgit .widgit_filter .date_pickers_header > div {
  margin: 0; }

#main-content #widgit .widgit_filter .date_pickers_header > div + div {
  margin-top: 0.5rem; }

#main-content #widgit .widgit_filter .date_pickers_header .item-fluid {
  flex: auto;
  width: 2rem;
  font-size: 0.875rem; }

#main-content #widgit .widgit_filter .date_pickers_header input[type="text"] {
  width: calc(100% - rem(32px));
  flex: auto; }

#main-content #widgit .widgit_filter .towns_filter input[type="text"] {
  width: 100%; }

#main-content #widgit .widgit_filter .clear_town .btn {
  margin-left: 0.25rem;
  padding: 0.25rem 0.3125rem;
  background: none;
  box-shadow: none; }

#main-content #widgit .widgit_filter .clear_town .btn i {
  font-size: 1.25rem;
  color: #555; }

#main-content #widgit .widgit_filter .clear_town .btn:hover i,
#main-content #widgit .widgit_filter .clear_town .btn:focus i {
  color: #0463b3; }

/* Autocompletion */
#main-content #widgit .widgit_filter .autocomplete__dropdown-arrow-down {
  display: none; }

#main-content #widgit .widgit_filter .autocomplete__menu {
  padding: 0.25rem;
  border: 0;
  box-shadow: 0 0.125rem 0.375rem #aaaaaa; }

#main-content #widgit .widgit_filter .autocomplete__option {
  padding: 0.375rem 0.625rem;
  border: 0;
  background: #fff;
  color: #313131; }

#main-content #widgit .widgit_filter .autocomplete__option:hover {
  background: #ecf1f9;
  color: #313131; }

/* Checkboxes */
#main-content #widgit .widgit_filter input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
  margin-top: 0.5rem;
  padding: 0;
  border: 0.125rem solid #aaaaaa;
  border-radius: 0.125rem;
  box-shadow: none; }

#main-content #widgit .widgit_filter input[type="checkbox"]:not(:checked) {
  background: #f6f9ff; }

#main-content #widgit .widgit_filter input[type="checkbox"] + label {
  margin-top: 0.25rem;
  padding: 0.25rem 0 0 0.5rem; }

#main-content #widgit .widgit_filter input[type="checkbox"]:hover,
#main-content #widgit .widgit_filter input[type="checkbox"]:focus {
  border-color: #0463b3; }

#main-content #widgit .widgit_filter input[type="checkbox"]:hover + label,
#main-content #widgit .widgit_filter input[type="checkbox"]:focus + label {
  color: #0463b3; }

#main-content #widgit .widgit_filter input[type="checkbox"]:checked {
  background-color: #0463b3;
  border-color: #0463b3;
  background-size: 0.75rem; }

/* Datepicker */
/* DETAILS */
#widgit_wrapper:has(#widgit_details) #widgit_results_agenda {
  display: none; }

#widgit_wrapper:has(#widgit_details) #widgit_details {
  position: relative; }

#main-content #widgit_wrapper #widgit_details {
  box-shadow: 0 0.3125rem 1.25rem #cccccc; }

#main-content #widgit_wrapper #widgit_event_details {
  padding: 0 1.25rem 1.25rem; }

/* Details header */
#main-content #widgit_wrapper #widgit_event_details > .flex-container:first-child {
  z-index: 2;
  display: block;
  position: sticky;
  top: 0;
  margin: 0;
  padding: 1.5rem 0 1rem;
  background: #fff;
  box-shadow: 0 0.75rem 0.75rem white; }

#main-content #widgit_wrapper #widgit_event_details .widgit_title {
  margin: 0;
  padding: 0 3.125rem 0 0;
  border: 0;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  color: #c22c73; }

#main-content #widgit_wrapper #widgit_event_details .close_details {
  position: absolute;
  top: 0.625rem;
  right: -0.625rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  font-size: 0;
  color: transparent;
  background: #fff;
  transition: background .25s ease-out; }

#main-content #widgit_wrapper #widgit_event_details .close_details::before,
#main-content #widgit_wrapper #widgit_event_details .close_details::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  height: 0;
  border-top: 0.25rem solid #555555;
  transition: border-color .2s ease-out; }

#main-content #widgit_wrapper #widgit_event_details .close_details::before {
  transform: translateX(-50%) translateY(-50%) rotateZ(45deg); }

#main-content #widgit_wrapper #widgit_event_details .close_details::after {
  transform: translateX(-50%) translateY(-50%) rotateZ(-45deg); }

#main-content #widgit_wrapper #widgit_event_details .close_details:hover,
#main-content #widgit_wrapper #widgit_event_details .close_details:focus {
  background: #0463b3; }

#main-content #widgit_wrapper #widgit_event_details .close_details:hover::before,
#main-content #widgit_wrapper #widgit_event_details .close_details:hover::after,
#main-content #widgit_wrapper #widgit_event_details .close_details:focus::before,
#main-content #widgit_wrapper #widgit_event_details .close_details:focus::after {
  border-color: #fff; }

/* Details intro */
#main-content #widgit_wrapper #widgit_event_details > .intro {
  margin: 1rem 0 1.875rem;
  padding: 0;
  background: none; }

#main-content #widgit_wrapper #widgit_event_details > .intro > .flex-container {
  display: block; }

#main-content #widgit_wrapper #widgit_event_details > .intro .slides {
  width: 100%; }

#main-content #widgit_wrapper #widgit_event_details .swiper-button-prev,
#main-content #widgit_wrapper #widgit_event_details .swiper-button-next {
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 50%;
  background: transparent;
  transition: background .25s ease-out; }

#main-content #widgit_wrapper #widgit_event_details .swiper-button-prev:hover,
#main-content #widgit_wrapper #widgit_event_details .swiper-button-prev:focus,
#main-content #widgit_wrapper #widgit_event_details .swiper-button-next:hover,
#main-content #widgit_wrapper #widgit_event_details .swiper-button-next:focus {
  background: #fff; }

#main-content #widgit_wrapper #widgit_event_details .swiper-button-prev::before,
#main-content #widgit_wrapper #widgit_event_details .swiper-button-next::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  top: 0.1875rem;
  bottom: 0.1875rem;
  left: 0.1875rem;
  right: 0.1875rem;
  background: #fff;
  background-image: url("/cdalr-new-theme/images/blue-arrow.svg");
  background-size: 1.125rem 1.125rem;
  background-position: center;
  background-repeat: no-repeat; }

#main-content #widgit_wrapper #widgit_event_details .swiper-button-prev::before {
  transform: rotateZ(180deg); }

#main-content #widgit_wrapper #widgit_event_details .swiper-button-prev::after,
#main-content #widgit_wrapper #widgit_event_details .swiper-button-next::after {
  display: none; }

#main-content #widgit_wrapper #widgit_event_details > .intro .contact {
  margin-top: 1.25rem;
  padding: 0; }

#main-content #widgit_wrapper #widgit_event_details > .intro .contact h2 {
  margin: 1.25rem 0 0.625rem;
  color: #0463b3;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-weight: normal;
  font-size: 1.25rem; }

#main-content #widgit_wrapper #widgit_event_details > .intro .contact h2:first-child {
  margin-top: 0; }

#main-content #widgit_wrapper #widgit_event_details > .intro .contact p {
  margin: 0;
  color: #313131;
  line-height: 1.5; }

#main-content #widgit_wrapper #widgit_event_details > .intro .contact .mbvs {
  margin-bottom: 0.5rem; }

#main-content #widgit_wrapper #widgit_event_details > .intro .contact .fal {
  color: #888;
  font-weight: bold; }

#main-content #widgit_wrapper #widgit_event_details > .intro .contact a {
  background: none;
  color: #108670;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-weight: normal; }

#main-content #widgit_wrapper #widgit_event_details > .intro .contact a:hover,
#main-content #widgit_wrapper #widgit_event_details > .intro .contact a:focus {
  color: #c22c73; }

/* Details content */
#main-content #widgit_event_details .u-uppercase {
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-weight: normal;
  color: #555; }

#main-content #widgit_wrapper #widgit_event_details h3 {
  margin: 1.875rem 0 0;
  color: #0463b3;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-weight: normal;
  font-size: 1.25rem; }

#main-content #widgit_wrapper #widgit_event_details .linked h3 {
  margin-bottom: 1.25rem; }

#main-content #widgit_wrapper #widgit_event_details .info .grid > div:nth-child(2n) {
  background: #f2f5fa; }

#main-content #widgit_wrapper #widgit_event_details .info .grid > div:nth-child(2n+1) {
  background: #eceff8; }

#main-content #widgit_wrapper #widgit_event_details .info .picto {
  color: #767676; }

#main-content #widgit_wrapper #widgit_event_details .info h4 {
  color: #666;
  text-transform: none;
  font-variant: normal; }

#main-content #widgit_wrapper #widgit_event_details .info hr {
  margin: 0.625rem 0;
  background: #0463b3;
  opacity: .4; }

#main-content #widgit_wrapper #widgit_event_details .info .grid > div p {
  font-size: 0.875rem;
  line-height: 1.2;
  color: #313131; }

#main-content #widgit_wrapper #widgit_event_details .attachments h3 {
  margin-bottom: 1rem; }

#main-content #widgit_wrapper #widgit_event_details .attachments a {
  color: #108670;
  font-size: 1rem;
  transition: color .25s ease-out; }

#main-content #widgit_wrapper #widgit_event_details .attachments a:hover,
#main-content #widgit_wrapper #widgit_event_details .attachments a:focus {
  color: #d03d81; }

#main-content #widgit_wrapper #widgit_event_details .attachments a i {
  color: #888;
  font-size: 1.25rem; }

/* RESPONSIVE */
@media (min-width: 56.25rem) {
  #main-content #widgit_wrapper #widgit_event_details > .intro > .flex-container {
    display: flex; }

  #main-content #widgit_wrapper #widgit_event_details > .intro .slides,
  #main-content #widgit_wrapper #widgit_event_details > .intro .contact {
    flex: 1; }

  #main-content #widgit_wrapper #widgit_event_details > .intro .contact {
    margin-top: 0;
    margin-left: 1.875rem; } }
#widget-iframe {
  z-index: 1; }

#chat-trizzy-loader {
  z-index: 200000; }

.trizzy-chat-box-notification {
  display: none;
  background: #fff;
  border-radius: 25px 25px 5px;
  z-index: 1;
  position: fixed;
  bottom: 80px;
  right: 90px;
  outline: 0;
  max-width: 260px;
  cursor: pointer;
  webkit-box-shadow: rgba(0, 0, 0, 0.1) 13px 13px 39px -13px;
  box-shadow: #00000080 13px 13px 39px -13px;
  padding: 25px 35px;
  border: 1px solid rgba(16, 134, 112, 0.5); }

.trizzy_hidden_notification {
  display: none !important;
  visibility: hidden !important; }

.trizzy-chat-box-notification-bubble {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border: 2px solid #108670;
  border-radius: 50%; }

.trizzy-chat-box-notification-img {
  max-width: 56px;
  height: auto;
  margin-left: 0;
  margin-top: 0;
  border-radius: 50%; }

.trizzy-chat-box-notification-text {
  font-weight: 400;
  max-width: 180px;
  font-size: initial; }

button.trizzy-chat-button {
  display: flex;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 73%;
  background-color: #108670;
  box-shadow: #00000029 0 5px 40px;
  z-index: 1;
  width: 70px;
  height: 70px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 50% !important;
  border: none;
  outline: none;
  color: #fff;
  font-size: 32px;
  cursor: pointer; }

.trizzy-chat-button img {
  width: 40px !important;
  max-width: unset !important;
  align-self: center; }

@media (min-width: 576px) and (min-height: 580px) {
  .trizzy-chat-box-notification {
    display: block; } }
@page {
  size: A4;
  margin: 1cm 1cm; }

@media print {
  /* General layout */
  #body-wrapper #main-wrapper *,
  #body-wrapper #main-wrapper *::before,
  #body-wrapper #main-wrapper *::after {
    background: none;
    box-shadow: none; }

  #body-wrapper [aria-hidden="true"],
  #body-wrapper #main-wrapper .portlet-dockbar,
  #body-wrapper #main-wrapper #intersite-banner-container,
  #body-wrapper #main-wrapper #header-carousel,
  #body-wrapper #main-wrapper #header-search,
  #body-wrapper #main-wrapper #main-nav-btn,
  #body-wrapper #main-wrapper nav.main-nav,
  #body-wrapper #main-wrapper .breadcrumb-container,
  #body-wrapper #main-wrapper .profile-tip,
  #body-wrapper #main-wrapper #home-article-infolettre,
  #body-wrapper #main-wrapper .home-article-showMore,
  #body-wrapper #main-wrapper .home-article-readMore,
  #body-wrapper #main-wrapper .home-article-mainContent::before,
  #body-wrapper #main-wrapper .home-article-mainContent::after,
  #body-wrapper #main-wrapper #home-article-magAgglo .home-article-mainContentContainer,
  #body-wrapper #main-wrapper .home-article-mediaContent,
  #body-wrapper #main-wrapper p.home-aggloMap-title,
  #body-wrapper #main-wrapper p.interior-header-contentText,
  #body-wrapper #main-wrapper .interior-header-img,
  #body-wrapper #main-wrapper .interior-header::before,
  #body-wrapper #main-wrapper aside.interior-aside,
  #body-wrapper #main-wrapper label.interior-aside-subtitle,
  #body-wrapper #main-wrapper footer.interior-article-footer,
  #body-wrapper #main-wrapper a.interior-content-footer-email,
  #body-wrapper #main-wrapper a.interior-content-footer-annuaire,
  #body-wrapper #main-wrapper footer.main-footer,
  #body-wrapper #main-wrapper iframe,
  #body-wrapper #main-wrapper video,
  #body-wrapper #main-wrapper .portlet-borderless-bar,
  #body-wrapper #main-wrapper .portlet-body .lfr-meta-actions,
  #body-wrapper #main-wrapper .agenda-export,
  #body-wrapper #main-wrapper .agenda-headerContainer,
  #body-wrapper #main-wrapper .agenda-filter-block-container,
  #body-wrapper #main-wrapper .agenda-filter-title,
  #body-wrapper #main-wrapper #agenda-filter-reset,
  #body-wrapper #main-wrapper .news-list-subtitle,
  #body-wrapper #main-wrapper #load-more-news,
  #body-wrapper #main-wrapper #load-more-events,
  #body-wrapper #main-wrapper #magAgglo-archives,
  #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 .interior-aggloMap-title,
  #body-wrapper #main-wrapper .commune-content-url,
  #body-wrapper #main-wrapper .commune-content-contact a[href^="mailto"],
  #body-wrapper #main-wrapper .plu-city-block,
  #body-wrapper #main-wrapper .elu-entry-fonction a,
  #body-wrapper #main-wrapper select option,
  #body-wrapper #main-wrapper article.news-list-news-container a.inner-link::after,
  #body-wrapper #main-wrapper .agenda-filter.offres-emploi,
  #body-wrapper #main-wrapper .agenda-filter.annuaire-siae-filter,
  #body-wrapper .annuaireSiae-struc-activity::after,
  #body-wrapper #main-wrapper .news-list-emplois.news-list-offres-emploi .load-more-news,
  #body-wrapper #home-article-emploi,
  #body-wrapper #fullPage-alert p.offre-detail-city,
  #body-wrapper #fullPage-alert p.offre-detail-postuler,
  #body-wrapper #fullPage-alert .offre-detail-switchers,
  #body-wrapper #main-wrapper .foederis-offre-back,
  #body-wrapper #main-wrapper .foederis-offre-postuler,
  #body-wrapper #main-wrapper .foederis-offre-detail-container .offre-detail-more:last-child,
  #body-wrapper #main-wrapper .print-banner-header,
  #body-wrapper #main-wrapper .print-banner-footer,
  #body-wrapper #main-wrapper #passibete-patchwork,
  #body-wrapper #main-wrapper #cookie-notice,
  #body-wrapper #main-wrapper #alert-old-browser,
  #body-wrapper #main-wrapper #fullPage-alert-iframe,
  #body-wrapper #main-wrapper .preprod-banner {
    display: none; }

  #page-wrapper,
  #fullPage-alert {
    display: block;
    font-size: 12px;
    line-height: 1.25em; }

  #page-wrapper *::after {
    background: none; }

  #page-wrapper h1,
  #page-wrapper h2,
  #page-wrapper h3 {
    page-break-after: avoid;
    widows: 1;
    orphans: 1; }

  #page-wrapper p,
  #page-wrapper ul,
  #page-wrapper ol {
    widows: 2;
    orphans: 2;
    text-align: justify; }

  #page-wrapper .blockquote,
  #page-wrapper table {
    page-break-inside: avoid; }

  #page-wrapper .interior-article-mainContent .blockquote p {
    text-align: center; }

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

  #page-wrapper header.main-header {
    height: 60px; }

  section.main-content {
    max-width: 100%;
    padding-bottom: 0; }

  /* Home page */
  body.home-page {
    overflow: visible; }

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

  .home-page .home-section {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0; }

  .home-page .flex-display {
    display: block; }

  .home-page p.header-logo {
    width: 100%;
    height: 60px;
    position: relative; }

  .home-page a.header-logo-href {
    margin-left: 0; }

  .home-page img.header-logo-img {
    width: 153px;
    height: 40px; }

  .home-page h3.home-article-moreContent,
  .home-page a.home-article-moreContent {
    display: none; }

  .home-page h2.home-article-title {
    height: auto;
    padding: 10px;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 2.0em; }

  #page-wrapper .home-article-mainContentContainer,
  #page-wrapper .home-article-mediaContent {
    height: auto;
    min-height: 0; }

  #page-wrapper .home-article-mainContentContainer .home-article-mainContent-hidden,
  #page-wrapper .home-article-mainContentContainer .home-article-mainContent-displayed,
  #page-wrapper .home-article-mainContent {
    position: relative; }

  #page-wrapper .home-article-mainContentContainer .home-article-mainContent-hidden {
    opacity: 1; }

  #page-wrapper .home-article-mainContent {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    min-height: 0;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 20px; }

  #home-article-enVideos .home-article-mainContent .inner-link,
  #home-article-enImages .home-article-mainContent .inner-link {
    padding: 0; }

  #page-wrapper .home-article-secondaryHeader {
    margin-bottom: 0;
    padding-left: 10px; }

  #page-wrapper h3.home-article-secondaryTitle,
  #page-wrapper span.home-article-secondaryTitle {
    margin-bottom: 0;
    font-family: DroidSans, AdjustedArial, sans-serif;
    text-transform: none;
    font-size: 1.2em; }

  .home-article-secondaryTitle::before,
  .home-patchwork-link .inner-link::before {
    content: "?";
    margin-right: 5px; }

  #home-article-grandsProjets,
  .blocs-vignettes {
    page-break-after: always; }

  #home-article-grandsProjets .home-article-mainContent,
  .blocs-vignettes .home-article-mainContent {
    top: 0; }

  #home-article-grandsProjets .home-article-contentText,
  .blocs-vignettes .home-article-contentText {
    display: block;
    padding: 0 40px;
    padding-top: 3px; }

  #page-wrapper .home-links-patchwork {
    -ms-flex-pack: distribute;
    -webkit-box-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin-bottom: 20px; }

  #page-wrapper .home-patchwork-link {
    width: auto; }

  #page-wrapper .home-patchwork-link::before {
    display: none; }

  h3.home-patchwork-link .inner-link {
    position: relative;
    padding-top: 0;
    font-size: 1.2em; }

  #home-article-magAgglo .home-article-section {
    height: auto; }

  #home-article-magAgglo .home-article-moreContentContainer {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-box-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    width: 100%;
    height: auto;
    padding-top: 0;
    margin-bottom: 20px; }

  #home-article-magAgglo .home-article-moreContentContainer::before,
  #home-article-magAgglo .home-article-moreContent::before {
    display: none; }

  #home-article-magAgglo .home-article-moreContent {
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-left: 40px;
    text-indent: -20px;
    margin-bottom: 0; }

  .home-page #column-1-1,
  .home-page #column-3-1,
  .home-page #column-4-1 {
    margin-right: 0; }

  .home-page #column-4-2,
  .home-page #column-4-3 {
    display: inline-block;
    width: 48%;
    verticla-align: top; }

  .home-page #column-4-2 {
    margin-right: 3.5%; }

  #home-article-communes section.flex-display {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

  .home-aggloMap-container {
    min-height: 200px;
    height: 200px;
    padding: 0; }

  .home-aggloMap-container::before {
    display: none; }

  #home-article-communes .home-artile-mainContentContainer {
    -webkit-box-flex: 5;
    -webkit-flex: 5;
    -ms-flex: 5;
    flex: 5; }

  #home-article-communes .home-article-contentText,
  #home-article-communes .home-article-secondaryTitle,
  #home-article-communes .home-article-secondarySubTitle {
    display: block; }

  #home-article-communes h3.home-article-secondaryTitle {
    text-transform: uppercase;
    font-family: DroidSansBold, AdjustedArialBold, sans-serif;
    margin-bottom: 10px; }

  #home-article-communes .home-article-secondaryTitle::before {
    display: none; }

  #home-article-communes .home-article-secondarySubTitle {
    margin-top: 15px;
    margin-bottom: 10px; }

  /* Interior pages */
  .interior-page .interior-headerContainer {
    height: auto;
    margin-bottom: 0; }

  .nav-sas-page .interior-headerContainer {
    padding-top: 0; }

  .interior-page .interior-header {
    position: relative;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0; }

  #body-wrapper #main-wrapper .interior-page-content .flex-display {
    display: block; }

  #body-wrapper #main-wrapper .interior-article-container {
    display: block;
    padding-bottom: 0;
    max-height: 10000px; }

  #body-wrapper #main-wrapper article.interior-article-displayed {
    display: block; }

  #body-wrapper #main-wrapper article.interior-article-hidden {
    display: none; }

  section.interior-article-mainContent {
    padding: 20px 0; }

  .interior-article-mainContent .offer-full-page {
    padding-top: 0; }

  #page-wrapper .block-text-ellipsis::before,
  #page-wrapper .block-text-ellipsis::after {
    display: none; }

  #page-wrapper .news-list-title,
  #page-wrapper .portlet-title,
  h1.interior-header-secondaryTitle,
  h2.interior-header-secondaryTitle {
    padding: 20px;
    font-size: 24px; }

  h1.interior-header-secondaryTitle,
  h2.interior-header-secondaryTitle {
    text-align: center;
    font-size: 2.0em; }

  li.interior-article-moreContent {
    padding-left: 35px; }

  li.interior-article-moreContent::before {
    content: "?";
    background: transparent;
    color: #4E2353; }

  footer.interior-content-footer {
    padding: 10px 20px; }

  #body-wrapper #main-wrapper .interior-content-footer-contact {
    padding: 0;
    margin: 0; }

  a.interior-content-footer-service {
    width: 50%;
    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; }

  p.interior-content-footer-address {
    width: 30%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

  p.interior-content-footer-phone {
    width: 20%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

  .nav-sas-page .interior-header {
    padding: 0; }

  .nav-sas-page aside.interior-aside {
    border-top: 1px solid #E2E0E1;
    border-left: 1px solid #E2E0E1;
    border-right: 1px solid #E2E0E1; }

  .nav-sas-page h3.interior-aside-moreContent {
    height: 60px; }

  .nav-sas-page h3.interior-aside-moreContent a.inner-link {
    padding-left: 40px; }

  .aui ul.media-list {
    font-size: 1.0em; }

  nav.site-map * {
    line-height: 1.25em; }

  .site-map ul.sitemap-level-0 > li {
    padding-bottom: 10px;
    margin-bottom: 10px; }

  .site-map ul.sitemap-level-2 {
    margin-top: 5px;
    margin-bottom: 10px; }

  /* Color overriding */
  #page-wrapper * {
    color: #313131 !important; }

  #page-wrapper #home-article-agenda .home-article-title {
    color: #D03D81 !important;
    border: 1px solid #D03D81; }

  #page-wrapper #home-article-actualites .home-article-title,
  #page-wrapper #home-article-enImages .home-article-title {
    color: #108670 !important;
    border: 1px solid #108670; }

  #home-article-actualites .home-article-secondaryTitle::before,
  #home-article-enImages .home-article-secondaryTitle::before {
    color: #108670; }

  #page-wrapper #home-article-grandsProjets .home-article-title,
  #page-wrapper #home-article-communes .home-article-title {
    color: #59286A !important;
    border: 1px solid #59286A; }

  #page-wrapper #home-article-grandsProjets .home-article-secondaryTitle::before {
    color: #59286A; }

  #page-wrapper #home-article-enUnClic .home-article-title {
    color: #D03D81 !important;
    border: 1px solid #D03D81; }

  #page-wrapper #home-article-enUnClic .home-patchwork-link .inner-link::before {
    color: #D03D81; }

  #page-wrapper #home-article-magAgglo .home-article-title {
    color: #8C6706 !important;
    border: 1px solid #8C6706; }

  #page-wrapper #home-article-magAgglo .home-article-secondaryTitle::before {
    color: #8C6706; }

  #page-wrapper #home-article-enDirect .home-article-title {
    color: #0463B3 !important;
    border: 1px solid #0463B3; }

  #page-wrapper #home-article-enDirect .home-patchwork-link .inner-link::before {
    color: #0463B3; }

  #page-wrapper #home-article-enVideos .home-article-title {
    color: #152C60 !important;
    border: 1px solid #152C60; }

  #page-wrapper #home-article-enVideos .home-article-secondaryTitle::before {
    color: #152C60; }

  #page-wrapper .home-article-secondaryHeader,
  #home-article-magAgglo .home-article-moreContent {
    color: #BBB !important; }

  #home-aggloMap-img .home-aggloMap-commune path {
    fill: #FFF;
    stroke-width: 2; }

  #page-wrapper .interior-article-mainContent p.interior-article-chapo {
    color: #555 !important; }

  #page-wrapper h1.news-article-title,
  #page-wrapper .interior-article-mainContent h2,
  #page-wrapper .interior-article-mainContent h3,
  #page-wrapper .interior-article-mainContent h4,
  #page-wrapper .interior-article-mainContent h5 {
    color: #06504F !important; }

  #page-wrapper .interior-article-mainContent h2.offre-detail-title,
  #page-wrapper .interior-article-mainContent h4.offre-detail-more-subtitle {
    color: #0463b3 !important; }

  #page-wrapper .news-list-news-container {
    border: 1px solid #AAA;
    page-break-inside: avoid; }

  #page-wrapper .news-list-title-actus,
  #page-wrapper .news-list-title-enImages,
  #page-wrapper h1.interior-header-secondaryTitle,
  #page-wrapper h2.interior-header-secondaryTitle {
    color: #108670 !important;
    border: 1px solid #108670; }

  #page-wrapper .news-list-actus .news-list-news-title,
  #page-wrapper .news-list-enImages .news-list-news-title {
    color: #06504F !important; }

  #page-wrapper .news-list-title-grandsProjets,
  #page-wrapper .news-list-title-initiatives,
  #page-wrapper .news-list-title-communes,
  #page-wrapper .news-list-title-initiatives {
    color: #59286A !important;
    border: 1px solid #59286A; }

  #page-wrapper .news-list-grandsProjets .news-list-news-title,
  #page-wrapper .news-list-initiatives .news-list-news-title {
    color: #59286A !important; }

  #page-wrapper .news-list-title-magAgglo {
    color: #DFB93C !important;
    border: 1px solid #DFB93C; }

  #page-wrapper .news-list-magAgglo .news-list-news-title {
    color: #8C6706 !important; }

  #page-wrapper .news-list-title-emplois,
  #page-wrapper .news-list-title-enVideos,
  #page-wrapper .news-list-title-elus {
    color: #152C60 !important;
    border: 1px solid #152C60; }

  #page-wrapper .news-list-emplois .news-list-news-title,
  #page-wrapper .news-list-enVideos .news-list-news-title {
    color: #152C60 !important; }

  #page-wrapper .news-list-title-newsletter,
  #page-wrapper .portlet-title,
  #page-wrapper h3.article-header-alert-title {
    color: #0463B3 !important;
    border: 1px solid #0463B3; }

  #page-wrapper .news-list-title-agenda {
    color: #C22C73 !important;
    border: 1px solid #C22C73; }

  #page-wrapper .portlet-title-text {
    color: #0463B3 !important; }

  #page-wrapper .news-list-news-theme {
    color: #108670 !important; }

  #page-wrapper .news-list-news-date,
  #page-wrapper .txt-rss-container .text-tronque time {
    color: #767676 !important; }

  #page-wrapper .news-list-news-container,
  #page-wrapper .interior-article-mainContent .blockquote {
    border: 1px solid #AAA; }

  #page-wrapper .rss-source {
    color: #3F86C2 !important;
    border: 1px solid #3F86C2; }

  #page-wrapper .interior-article-mainContent a,
  #page-wrapper .interior-article-mainContent a:visited,
  #page-wrapper .interior-article-mainContent a:focus,
  #page-wrapper .interior-article-mainContent .blockquote p,
  #page-wrapper .txt-rss-container .text-tronque,
  #page-wrapper .site-map a,
  #page-wrapper .site-map a span {
    color: #108670 !important; }

  #page-wrapper .interior-article-mainContent .blockquote {
    padding: 20px; }

  #page-wrapper .interior-article-mainContent .blockquote strong,
  #page-wrapper .interior-article-mainContent table th {
    color: #06504F !important; }

  #page-wrapper .interior-article-mainContent table th {
    border: 1px solid #06504F; }

  #page-wrapper .eservice-form-opener {
    padding: 20px 60px;
    min-height: 60px;
    color: #4E235E !important;
    border: 1px solid #4e235e; }

  #page-wrapper .interior-article-moreContent-container {
    border-top: 1px solid #AAA; }

  #page-wrapper .interior-article-moreContent-title,
  #page-wrapper .interior-article-moreContent-extension {
    color: #4e2353 !important; }

  #page-wrapper footer.interior-content-footer-displayed {
    border: 1px solid #4E235E; }

  #page-wrapper .interior-content-footer-contact,
  #page-wrapper .interior-content-footer-service,
  #page-wrapper .interior-content-footer-contact-inner {
    color: #4E235E !important; }

  #page-wrapper .eservice-form-opener-text {
    color: #4E235E !important; }

  #page-wrapper .news-list-news-ref {
    color: #0463B3 !important; }

  #page-wrapper .news-list-emplois.offers .news-list-news-date:not(.news-list-news-referenc) .news-list-news-ref {
    color: #313131 !important; }

  #page-wrapper .accordion-title-button {
    color: #108670 !important;
    border: 1px solid #108670 !important;
    font-size: 1em; }

  /* News list display */
  #page-wrapper .news-list-news-container a.inner-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; }

  #page-wrapper .news-list-news-img {
    width: 160px;
    margin: 0;
    margin-right: 20px; }

  #page-wrapper .news-list-news-block {
    -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; }

  #page-wrapper .news-list-magAgglo article.news-list-news-container,
  #page-wrapper .news-list-emplois article.news-list-news-container,
  #page-wrapper .news-list-enVideos article.news-list-news-container,
  #page-wrapper .news-list-enImages article.news-list-news-container {
    width: 48%;
    width: calc(50% - 10px); }

  .no-flex-wrap #page-wrapper .news-list-magAgglo article.news-list-news-container,
  .no-flex-wrap #page-wrapper .news-list-emplois article.news-list-news-container,
  .no-flex-wrap #page-wrapper .news-list-enVideos article.news-list-news-container,
  .no-flex-wrap #page-wrapper .news-list-enImages article.news-list-news-container {
    float: left; }

  .no-flex-wrap #page-wrapper .news-list-magAgglo article.news-list-news-container:nth-child(odd),
  .no-flex-wrap #page-wrapper .news-list-emplois article.news-list-news-container:nth-child(odd),
  .no-flex-wrap #page-wrapper .news-list-enVideos article.news-list-news-container:nth-child(odd),
  .no-flex-wrap #page-wrapper .news-list-enImages article.news-list-news-container:nth-child(odd) {
    margin-right: 4%; }

  #page-wrapper .news-list-enVideos .news-list-news-iframe {
    padding-top: 0; }

  /* Agenda display */
  #page-wrapper .agenda-filter::before {
    content: "Agenda"; }

  .annuaire-insertion-page #page-wrapper .interior-headerContainer::before {
    content: "Annuaire insertion"; }

  #page-wrapper .agenda-filter::before,
  .annuaire-insertion-page #page-wrapper .interior-headerContainer::before {
    display: block;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 2.0em;
    font-family: DroidSansBold, AdjustedArialBold, sans-serif;
    color: #D03D81; }

  #page-wrapper .agenda-filter,
  .annuaire-insertion-page #page-wrapper .interior-headerContainer {
    margin: 0 0 20px 0;
    padding: 20px;
    border: 1px solid #D03D81; }

  .annuaire-insertion-page #page-wrapper .interior-headerContainer {
    height: auto;
    padding-top: 20px; }

  #page-wrapper .news-list-agenda-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; }

  #page-wrapper .news-list-agenda .news-list-news-block,
  #home-article-agenda .home-article-mainContent {
    padding: 0;
    margin-right: 20px; }

  #home-article-agenda .home-article-mainContent {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1; }

  #home-article-agenda .home-article-mainContent .inner-link,
  #page-wrapper #home-article-agenda .home-article-secondaryHeader {
    padding: 0; }

  #page-wrapper .news-list-agenda-city {
    text-align: center; }

  #page-wrapper .news-list-agenda-prog,
  #home-article-agenda .home-article-agenda-dateContainer {
    width: 180px;
    height: 100px;
    margin-right: 25px;
    margin-bottom: 0; }

  #home-article-agenda .home-article-agenda-dateContainer {
    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;
    padding-top: 0; }

  #page-wrapper .news-list-agenda-prog::before,
  #home-article-agenda .home-article-agenda-dateContainer::before {
    border-right: none;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    right: -12px;
    margin-top: -12px;
    top: 50%;
    left: auto;
    bottom: auto; }

  #page-wrapper .news-list-even-event .news-list-agenda-prog::before {
    border-left: 12px solid #0463B3; }

  #page-wrapper .news-list-odd-event .news-list-agenda-prog::before,
  #home-article-agenda .home-article-agenda-dateContainer::before {
    border-left: 12px solid #009DE0; }

  #page-wrapper .news-list-agenda-progContent,
  #home-article-agenda .home-article-agenda-dateContainer {
    text-align: center; }

  #page-wrapper .news-list-agenda .news-list-news-container {
    display: none;
    border: none; }

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

  #page-wrapper .news-list-agenda .news-list-news-description {
    max-height: 3.0em; }

  #page-wrapper .news-list-displayed-event.news-list-even-event {
    border: 1px solid #0463B3; }

  #page-wrapper .news-list-even-event .news-list-agenda-prog {
    border-right: 1px solid #0463B3; }

  #page-wrapper p.news-list-agenda-date {
    margin-top: 6px; }

  #home-article-agenda .home-article-agenda-date {
    margin-top: 15px; }

  #page-wrapper .news-list-agenda-month,
  #home-article-agenda .home-article-agenda-month {
    opacity: 1.0; }

  #page-wrapper p.news-list-agenda-date + p.news-list-agenda-date,
  #home-article-agenda .home-article-agenda-date + .home-article-agenda-date {
    margin-left: 30px; }

  #page-wrapper .news-list-even-event .news-list-agenda-day,
  #page-wrapper .news-list-even-event .news-list-agenda-month,
  #page-wrapper .news-list-even-event .news-list-news-theme,
  #page-wrapper .news-list-even-event p.news-list-agenda-date + p.news-list-agenda-date::before {
    color: #0463B3 !important; }

  #page-wrapper .news-list-displayed-event.news-list-odd-event,
  #home-article-agenda .home-article-section {
    border: 1px solid #009DE0; }

  #home-article-agenda .home-article-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px; }

  #page-wrapper .news-list-odd-event .news-list-agenda-prog,
  #home-article-agenda .home-article-agenda-dateContainer {
    border-right: 1px solid #009DE0; }

  #page-wrapper .news-list-odd-event .news-list-agenda-day,
  #page-wrapper .news-list-odd-event .news-list-agenda-month,
  #page-wrapper .news-list-odd-event .news-list-news-theme,
  #page-wrapper .news-list-odd-event p.news-list-agenda-date + p.news-list-agenda-date::before,
  #home-article-agenda .home-article-agenda-day,
  #home-article-agenda .home-article-agenda-month,
  #home-article-agenda .home-article-agenda-date + .home-article-agenda-date::before {
    color: #009DE0 !important; }

  #home-article-agenda .home-article-agenda-day {
    font-size: 4.0em; }

  p.news-list-agenda-date + p.news-list-agenda-date::before,
  p.home-article-agenda-date + p.home-article-agenda-date::before {
    content: "au";
    left: -32px;
    font-family: DroidSansBold, AdjustedArialBold, sans-serif;
    text-align: center;
    font-size: 1.2em; }

  .news-list-even-event .news-list-agenda-moreContent-displayed {
    border: 1px solid #0463B3; }

  .news-list-odd-event .news-list-agenda-moreContent-displayed {
    border: 1px solid #009DE0; }

  p.news-list-agenda-description,
  .news-list-agenda-description {
    margin: 0;
    padding-right: 20px;
    border-right: 1px solid #CCC; }

  .news-list-agenda-aside {
    width: auto; }

  #page-wrapper .news-list-agenda-aside-title {
    color: #005CA9 !important; }

  #home-article-agenda .home-article-secondaryTitle::before {
    display: none; }

  /* Cities map */
  #page-wrapper .communes-textDesc {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    border: 1px solid #AAA; }

  #page-wrapper .interior-aggloMap-container {
    display: inline-block;
    width: 40%;
    height: 200px;
    padding: 0;
    margin-left: 15%; }

  #page-wrapper .interior-aggloMap {
    height: 100%; }

  #page-wrapper #interior-aggloMap-img {
    min-height: 0; }

  #page-wrapper #interior-aggloMap-img .interior-aggloMap-commune:hover path {
    fill: #DDD;
    stroke-width: 2; }

  #page-wrapper .commune-content {
    border: 1px solid #AAA; }

  #page-wrapper .commune-content-title {
    padding: 10px 20px;
    color: #59286A !important;
    border: 1px solid #59286A; }

  #page-wrapper .commune-content-img {
    width: 40%;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px; }

  #page-wrapper .commune-content-contact,
  #page-wrapper .commune-content-contact p:last-child {
    margin-bottom: 0; }

  #page-wrapper .commune-content-mayor {
    color: #06504F !important; }

  #page-wrapper .commune-content h3 {
    margin-top: 20px;
    color: #108670 !important;
    border: 1px solid #108670; }

  /* Elus & delegations */
  #page-wrapper .elu-entry {
    page-break-after: avoid; }

  #page-wrapper .elu-entry p {
    text-align: left; }

  #page-wrapper .elu-entry-president {
    border: 1px solid #AAA; }

  #page-wrapper .elu-entry-name,
  #page-wrapper .elu-entry-name-lastName {
    color: #0463B3 !important; }

  #page-wrapper .elu-entry-status {
    color: #BBB !important; }

  #page-wrapper #bureau-elus::before,
  #page-wrapper #conseil-elus::before {
    display: block;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #06504F;
    color: #06504F !important;
    font-family: DroidSansBold, AdjustedArialBold, sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.25em; }

  #page-wrapper #bureau-elus::before {
    content: "Bureau communautaire"; }

  #page-wrapper #conseil-elus::before {
    content: "Conseil communautaire"; }

  #page-wrapper li.bureau-pagination-page,
  #page-wrapper li.conseil-pagination-page {
    color: #108670 !important; }

  #page-wrapper li.bureau-pagination-page-current,
  #page-wrapper li.conseil-pagination-page-current {
    color: #06504F !important;
    border: 1px solid #06504F; }

  /* Job offers */
  .offres-emploi-page #page-wrapper header.interior-headerContainer {
    padding: 0;
    height: auto; }

  .offres-emploi-page #page-wrapper header.interior-headerContainer .interior-header {
    display: block; }

  .offres-emploi-page #page-wrapper h1.interior-header-secondaryTitle {
    border: 1px solid #D03D81;
    color: #D03D81 !important; }

  #page-wrapper p.compteur-offres {
    text-align: center; }

  #page-wrapper .compteur-offres-chiffre {
    border: 1px solid #D03D81;
    color: #D03D81 !important; }

  #page-wrapper .offres-emploi-subtitle {
    padding: 0;
    margin-bottom: 25px; }

  #page-wrapper .news-list-emplois {
    margin-bottom: 0; }

  #page-wrapper .news-list-emplois h2.news-list-news-title {
    color: #0463B3 !important; }

  #page-wrapper .news-list-emplois .news-list-news-container {
    border: 1px solid #0463B3; }

  #page-wrapper .news-list-emplois .news-list-news-content {
    padding-top: 5px;
    padding-bottom: 20px; }

  #page-wrapper .news-list-emplois.news-list-offres-emploi .news-list-news-content {
    padding-bottom: 45px; }

  #page-wrapper .news-list-emplois.news-list-offres-emploi .news-list-news-employeur {
    margin-top: 5px; }

  #page-wrapper .link-offre-detail-fiche[data-new="new"] .news-list-news-block::after {
    color: #D03D81; }

  #fullPage-alert header.offre-detail-header,
  #fullPage-alert article.offre-detail-main,
  #fullPage-alert aside.offre-detail-more {
    padding: 15px 0; }

  #fullPage-alert .offre-detail-desc {
    padding-bottom: 15px; }

  #fullPage-alert aside.offre-detail-desc-aside {
    padding-top: 15px; }

  #fullPage-alert .offre-detail-desc-aside-def {
    margin-bottom: 10px; }

  #fullPage-alert .offre-detail-desc-aside-def:last-child,
  #fullPage-alert .offre-detail-more-text {
    margin-bottom: 0; }

  #fullPage-alert .offre-detail-title,
  #fullPage-alert .offre-detail-more-subtitle {
    color: #0463B3 !important; }

  #fullPage-alert .offre-detail-metadata {
    color: #888888 !important; }

  #fullPage-alert .offre-detail-more-title {
    color: #06504F !important; }

  #fullPage-alert .offre-detail-desc-aside-defKey {
    display: none; }

  #fullPage-alert .offre-detail-desc-aside-defValue {
    margin-left: 0; }

  #body-wrapper .logo-pole-emploi {
    max-height: 200px; }

  .foederis-offre-detail-container .offre-detail-desc-aside-defKey {
    display: none; }

  .foederis-offre-detail-container .offre-detail-desc-aside-defValue {
    margin-left: 0; }

  /* Foederis job offers */
  #page-wrapper .news-list-news-container.news-list-news-emploi {
    margin-bottom: 0.625rem; }

  #page-wrapper .news-list-news-container.news-list-news-emploi a.inner-link {
    display: block; }

  #page-wrapper .news-list-news-container.news-list-news-emploi .news-list-news-date {
    font-size: 12px;
    color: #313131 !important; }

  #page-wrapper .news-list-news-container.news-list-news-emploi .news-list-news-ref,
  #page-wrapper p.offre-detail-city {
    color: #555 !important; }

  #page-wrapper .news-list-news-container.news-list-news-emploi .news-list-news-date .news-list-news-ref {
    color: #0463b3 !important; }

  #page-wrapper p.offre-detail-metadata {
    color: #888 !important; }

  /* Annuaire SIAE */
  #body-wrapper .annuaireSiae-struc-content,
  #body-wrapper .annuaireSiae-struc-activity {
    border: 1px solid #AAA; }

  #body-wrapper .annuaireSiae-struc-content-title,
  #body-wrapper .annuaireSiae-struc-activity-title {
    color: #0463B3 !important; }

  #body-wrapper h4.annuaireSiae-struc-content-subtitle,
  #body-wrapper h3.offre-detail-more-title {
    color: #06504F !important; }

  #body-wrapper a.annuaireSiae-struc-content-link {
    color: #108670 !important; }

  /* FAQ entries */
  .faq-entry-collapsed {
    max-height: 1000px !important; } }
@media print and (min-width: 900px) {
  .home-page p.header-logo {
    position: absolute; } }
.carto-embed-in-article {
  height: 90vh;
  margin-bottom: 1.25rem;
  box-shadow: 0 0.5rem 1.25rem #cccccc; }

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

#map-viewer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #CCC;
  background-image: url("../images/visu-carto/map-viewer-back.svg");
  background-position: center;
  background-size: contain; }

#map-viewer {
  border: 0.1875rem solid white; }

.visu-carto-embed-cmd #map-viewer {
  border-top-right-radius: 2.5rem;
  border-bottom-left-radius: 2.5rem;
  overflow: hidden; }

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

.visu-carto-embed-yelo #map-viewer:focus {
  border-color: #b18b10; }

.visu-carto-embed-technopole #map-viewer:focus {
  border-color: #0053a0; }

.visu-carto-embed-totem #map-viewer:focus {
  border-color: #009ee2; }

.visu-carto-embed-cmd #map-viewer:focus {
  border-color: #2a3e83; }

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

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

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

body[class*="visu-carto-embed"] .dockbar,
body[class*="visu-carto-embed"] .profile-tip,
body[class*="visu-carto-embed"] .visu-carto-panel,
body[class*="visu-carto-embed"] #tool-buttons,
body[class*="visu-carto-embed"] .map-panel,
body[class*="visu-carto-embed"] #cookies-notice,
body[class*="visu-carto-embed"] .preprod-banner {
  display: none; }

body.visu-carto-embed-technopole {
  font-family: Arial, sans-serif; }

/* PANEL LAYOUT */
.visu-carto-panel {
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15.625rem;
  padding: 1.25rem 0;
  background-color: #FFF;
  box-shadow: 0 0 0.625rem 0.3125rem rgba(0, 0, 0, 0.75);
  overflow-y: auto; }

.visu-carto-panel-section {
  border-top: 0.0625rem solid white; }

h2.visu-carto-panel-title {
  margin: 0;
  padding: 0.625rem;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-variant: small-caps;
  font-size: 0.9em;
  color: #FFF; }

ul.visu-carto-panel-list {
  font-size: 0.8em; }

.visu-carto-page p.header-logo {
  height: auto;
  padding: 0;
  margin-bottom: 1.25rem;
  background: transparent; }

.visu-carto-page .header-logo-href {
  margin-left: auto;
  margin-right: auto; }

/* DATA CATALOG */
.catalog-thematic-title[data-thematic*="Mobilité"] {
  background-color: #f9c300;
  color: #000; }

.catalog-thematic-title[data-thematic*="Culture"] {
  background-color: #df8741; }

.catalog-thematic-title[data-thematic*="Education"] {
  background-color: #6f7179; }

.catalog-thematic-title[data-thematic*="Environnement"] {
  background-color: #37a36c; }

.catalog-thematic-title[data-thematic*="Sante"] {
  background-color: #d23c83; }

.catalog-thematic-title[data-thematic*="Service"] {
  background-color: #0463b3; }

.catalog-thematic-title[data-thematic*="Tourisme"] {
  background-color: #59286a; }

.catalog-thematic-title[data-thematic*="Economie"] {
  background-color: #c12121; }

.catalog-thematic-title[data-thematic*="Divers"] {
  background-color: #bbb; }

.catalog-thematic-title[data-thematic*="Totem"] {
  background-color: #ffb628; }

.catalog-thematic-title[data-thematic*="Conservatoire"] {
  background: -webkit-linear-gradient(-25deg, #5e5e5e, #5e5e5e 10%, #313131 25%, #313131 75%, #5e5e5e 90%, #5e5e5e);
  background: linear-gradient(-25deg, #5e5e5e, #5e5e5e 10%, #313131 25%, #313131 75%, #5e5e5e 90%, #5e5e5e);
  color: #cfa643; }

.catalog-layer {
  background-color: #FFF;
  border-bottom: 0.0625rem solid #cccccc; }

input.catalog-layer-checkbox {
  display: none; }

label.catalog-layer-label {
  display: block;
  width: 100%;
  padding: 0.3125rem 1.875rem;
  background-size: 1.75rem 1.75rem;
  background-position: 0.0625rem 0.0625rem;
  background-repeat: no-repeat;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all ease-out 0.25s;
  transition: all ease-out 0.25s; }

label.catalog-layer-label:hover,
label.catalog-layer-label:focus {
  background-color: #EFEFEF; }

input.catalog-layer-checkbox:checked + label.catalog-layer-label {
  background-color: #EFE; }

input.catalog-layer-checkbox:checked + label.catalog-layer-label::before {
  content: "\2714";
  display: block;
  position: absolute;
  top: 50%;
  right: 0.3125rem;
  margin-top: -10px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 1.25em;
  color: #090; }

/* SHARE PANEL */
#share-panel .map-panel-text {
  margin-bottom: 0.25rem; }

#share-panel .map-panel-text:not(:first-child) {
  margin-top: 0.625rem; }

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

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

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

/* MAP LOGO */
.visu-carto-page #yelo-logo,
.visu-carto-embed #yelo-logo,
.visu-carto-embed-with-layers #yelo-logo,
.visu-carto-page #vlr-logo,
.visu-carto-embed #vlr-logo,
.visu-carto-embed-with-layers #vlr-logo,
.visu-carto-page #technopole-logo,
.visu-carto-embed #technopole-logo,
.visu-carto-embed-with-layers #technopole-logo,
.visu-carto-embed-technopole #yelo-logo,
.visu-carto-embed-technopole #vlr-logo,
.visu-carto-embed-yelo #technopole-logo,
.visu-carto-embed-yelo #vlr-logo,
.visu-carto-embed-totem #agglo-logo,
.visu-carto-embed-totem #yelo-logo,
.visu-carto-embed-totem #technopole-logo,
.visu-carto-embed-totem #vlr-logo,
.visu-carto-embed-cmd #yelo-logo,
.visu-carto-embed-cmd #technopole-logo,
.visu-carto-embed-cmd #vlr-logo,
.visu-carto-embed-vlr #agglo-logo,
.visu-carto-embed-vlr #technopole-logo,
.visu-carto-embed-vlr #yelo-logo {
  display: none; }

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

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

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

#agglo-logo {
  width: 6.25rem; }

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

#yelo-logo {
  width: 3.25rem; }

#yelo-logo img {
  width: 2.625rem; }

#vlr-logo {
  width: 5rem; }

#vlr-logo img {
  width: 4.375rem; }

#technopole-logo {
  width: 2.125rem; }

#technopole-logo img {
  width: 1.5rem; }

#ign-logo {
  width: 2.125rem; }

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

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

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

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

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

#zoom-buttons {
  top: 0.4375rem; }

#tool-buttons {
  top: 9.375rem; }

.visu-carto-page #zoom-buttons {
  left: 16.0625rem; }

#map-viewer:-moz-full-screen #zoom-buttons {
  left: 0.4375rem; }

#map-viewer:-webkit-full-screen #zoom-buttons {
  left: 0.4375rem; }

#map-viewer:-ms-fullscreen #zoom-buttons {
  left: 0.4375rem; }

#map-viewer:fullscreen #zoom-buttons {
  left: 0.4375rem; }

#map-viewer:-moz-full-screen #tool-buttons {
  left: 0.4375rem; }

#map-viewer:-webkit-full-screen #tool-buttons {
  left: 0.4375rem; }

#map-viewer:-ms-fullscreen #tool-buttons {
  left: 0.4375rem; }

#map-viewer:fullscreen #tool-buttons {
  left: 0.4375rem; }

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

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

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

.visu-carto-embed-yelo .zoom-button,
.visu-carto-embed-yelo .map-button {
  background-image: url("../images/visu-carto/map-buttons-yelo.svg"); }

.visu-carto-embed-cmd .zoom-button,
.visu-carto-embed-cmd .map-button {
  background-image: url("../images/visu-carto/map-buttons-cmd.svg"); }

.visu-carto-embed-technopole .zoom-button,
.visu-carto-embed-technopole .map-button {
  background-image: url("../images/visu-carto/map-buttons-technopole.svg"); }

.visu-carto-embed-totem .zoom-button,
.visu-carto-embed-totem .map-button {
  background-image: url("../images/visu-carto/map-buttons-totem.svg"); }

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

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

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

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

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

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

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

#geolocate {
  background-position: 0 -7.5rem; }

.visu-carto-embed-totem #geolocate {
  display: none; }

#share-panel-open {
  background-position: -0.0625rem -9.375rem; }

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

#map-buttons > .map-button:not(:first-child) {
  margin-top: 0.4375rem; }

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

.visu-carto-page #graphic-scale {
  left: 16.0625rem; }

#map-viewer:-moz-full-screen #graphic-scale {
  left: 0.4375rem; }

#map-viewer:-webkit-full-screen #graphic-scale {
  left: 0.4375rem; }

#map-viewer:-ms-fullscreen #graphic-scale {
  left: 0.4375rem; }

#map-iewer:fullscreen #graphic-scale {
  left: 0.4375rem; }

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

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

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

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

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

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

/* SEARCH ENGINE */
#map-viewer #search-engine {
  z-index: 10;
  position: absolute;
  left: 3.125rem;
  top: 0.3125rem;
  width: 20rem;
  font-size: 0.9em; }

.visu-carto-page #map-viewer #search-engine {
  left: 18.75rem; }

.visu-carto-page #map-viewer:-moz-full-screen #search-engine {
  left: 3.125rem; }

.visu-carto-page #map-viewer:-webkit-full-screen #search-engine {
  left: 3.125rem; }

.visu-carto-page #map-viewer:-ms-fullscreen #search-engine {
  left: 3.125rem; }

.visu-carto-page #map-iewer:fullscreen #search-engine {
  left: 3.125rem; }

#map-viewer #search-engine .algoliaPlaces {
  width: 100%;
  height: 2.125rem;
  line-height: 2.125rem;
  border-radius: 0.3125rem;
  padding: 0 0.625rem;
  font-family: DroidSans, AdjustedArial, sans-serif;
  box-shadow: 0 0 0.3125rem black; }

#map-viewer #search-engine .ap-input-icon {
  display: none; }

#map-viewer #search-engine .ap-icon-pin,
#map-viewer #search-engine .ap-icon-clear,
#map-viewer #search-engine .ap-suggestion-icon {
  display: none; }

#map-viewer #search-engine .ap-suggestion {
  height: 2rem;
  line-height: 2rem;
  padding: 0 0.625rem;
  font-size: 0.85em;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }

#map-viewer #search-engine .ap-suggestion:hover,
#map-viewer #search-engine .ap-suggestion:focus {
  background-color: #EFEFEF;
  color: #0463B3; }

/* MAP PANELS / GFI PANEL */
aside.map-panel,
.gp-feature-info-div {
  border-radius: 0.3125rem;
  box-shadow: 0 0 0.375rem black;
  background-color: #FFF; }

aside.map-panel {
  z-index: 50;
  position: absolute;
  top: 9.375rem;
  left: 0.4375rem;
  font-size: 0.9em; }

.gp-feature-info-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 12.5rem;
  max-width: 20rem;
  max-height: 85%;
  max-height: calc(100% - 1.25rem);
  margin-bottom: 0.75rem;
  font-size: 0.8em; }

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

.gp-feature-info-light {
  color: #767676; }

.gp-att-description-div strong {
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-weight: normal; }

.gp-att-description-div p:not(:last-child) {
  margin-bottom: 0.625rem; }

.gp-att-description-div p:last-child {
  margin-bottom: 0; }

.gp-att-description-div .cartoRepar-item-title,
.gp-att-description-div .cartoMaiavelo-item-title {
  display: block;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif; }

.gp-att-description-div .cartoRepar-item-title {
  margin-top: 0.5rem; }

.gp-att-description-div .cartoMaiavelo-item-title {
  margin-bottom: 0.25rem;
  color: #b36206; }

.gp-att-description-div .cartoRepar-item-title-content {
  font-family: DroidSans, AdjustedArial, sans-serif;
  color: #313131; }

.gp-att-description-div .cartoRepar-item-content {
  position: relative;
  display: block; }

.gp-att-description-div .cartoRepar-item-content::before {
  content: "-";
  margin-left: 0.25rem;
  margin-right: 0.25rem; }

.gp-att-description-div .cartoMaiavelo-item-text {
  position: relative;
  display: block;
  margin: 1rem 0; }

.visu-carto-page .gp-feature-info-click,
.visu-carto-embed .gp-feature-info-click,
.visu-carto-embed-yelo .gp-feature-info-click,
.visu-carto-embed-technopole .gp-feature-info-click,
.visu-carto-embed-totem .gp-feature-info-click,
.carto-embed-in-article .gp-feature-info-click {
  display: block;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0;
  padding-left: 1.625rem;
  margin-bottom: 0.3125rem;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  background-size: 1.25rem 1.25rem;
  background-position: 0.125rem 0.125rem;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }

.visu-carto-embed-cmd .gp-feature-info-click,
.visu-carto-embed-cmd .gp-feature-info-click:visited,
.visu-carto-embed-cmd .gp-feature-info-click:focus {
  background: -webkit-linear-gradient(to top, #f2d098 0%, #f2d098 100%, transparent 100%) no-repeat left bottom/100% 0.1875rem;
  background: linear-gradient(to top, #f2d098 0%, #f2d098 100%, transparent 100%) no-repeat left bottom/100% 0.1875rem; }

.visu-carto-embed-cmd .gp-feature-info-click:focus {
  outline: 1px solid #2a3e83 !important; }

.visu-carto-embed-cmd .gp-feature-info-click:hover,
.visu-carto-embed-cmd .gp-feature-info-click:visited:hover {
  background: -webkit-linear-gradient(to top, #f7e4c4 0%, #f7e4c4 100%, transparent 100%) no-repeat left bottom/100% 100%;
  background: linear-gradient(to top, #f7e4c4 0%, #f7e4c4 100%, transparent 100%) no-repeat left bottom/100% 100%; }

.visu-carto-page .gp-feature-info-click,
.visu-carto-page .gp-feature-info-click:visited,
.visu-carto-embed .gp-feature-info-click,
.visu-carto-embed .gp-feature-info-click:visited {
  color: #108670;
  background-image: url("../images/visu-carto/zoom-in.svg"); }

.carto-embed-in-article .gp-feature-info-click,
.carto-embed-in-article .gp-feature-info-click:visited {
  display: inline;
  color: #108670;
  padding-left: 0; }

.visu-carto-embed-yelo .gp-feature-info-click,
.visu-carto-embed-yelo .gp-feature-info-click:visited {
  color: #B18B10;
  background-image: url("../images/visu-carto/zoom-in-yelo.svg"); }

.visu-carto-page .gp-feature-info-click:hover,
.visu-carto-page .gp-feature-info-click:focus,
.visu-carto-embed .gp-feature-info-click:hover,
.visu-carto-embed .gp-feature-info-click:focus,
.carto-embed-in-article .gp-feature-info-click:hover,
.carto-embed-in-article .gp-feature-info-click:focus {
  color: #0463B3; }

.visu-carto-embed-yelo .gp-feature-info-click:hover,
.visu-carto-embed-yelo .gp-feature-info-click:focus {
  color: #666; }

.gp-att-description-div a.gp-feature-link-more,
.gp-att-description-div button.gp-feature-link-more {
  display: block;
  width: 11.25rem;
  margin: 0.625rem auto 0.3125rem;
  padding: 0.5rem 0;
  background-color: #108670;
  color: #fff;
  text-align: center;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-size: 1rem;
  border-radius: 0.3125rem;
  border: 0;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out; }

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

.gp-att-description-div button.gp-feature-link-more#maivelo-details-opener {
  margin-top: 1rem;
  background: #fab609;
  color: #313131; }

.gp-att-description-div button.gp-feature-link-more#maivelo-details-opener:hover,
.gp-att-description-div button.gp-feature-link-more#maivelo-details-opener:focus {
  background: #b36206;
  color: #fff; }

.gp-att-description-div a.gp-feature-link-more-video {
  width: 13.625rem;
  padding-right: 1.875rem; }

.gp-att-description-div a.gp-feature-link-more-video::after {
  content: "";
  position: absolute;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  top: 0.375rem;
  right: 0.9375rem;
  background-image: url("../images/video-play.svg");
  background-position: 0.375rem center;
  background-size: 0.625rem 1rem;
  border-radius: 50%;
  border: 0.125rem solid white; }

p.gp-feature-info-bus-block {
  margin: 0;
  padding: 0.3125rem; }

p.gp-feature-info-bus-block:nth-child(2n) {
  background-color: #F2F2F2; }

.gp-feature-info-bus {
  display: inline-block;
  padding: 0 0.125rem;
  margin-right: 0.1875rem;
  min-width: 1.5rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  border-radius: 0.125rem;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  background-color: #FD0;
  color: #313131; }

.gp-feature-info-bus.line-1 {
  background-color: #005FAC;
  color: #FFF; }

.gp-feature-info-bus.line-2 {
  background-color: #E40613;
  color: #FFF; }

.gp-feature-info-bus.line-3 {
  background-color: #C95218;
  color: #FFF; }

.gp-feature-info-bus.line-4 {
  background-color: #047935;
  color: #FFF; }

.gp-feature-info-bus.line-6 {
  background-color: #742283;
  color: #FFF; }

.gp-feature-info-bus.line-7 {
  background-color: #E7007E;
  color: #FFF; }

.gp-feature-info-bus.line-8 {
  background-color: #00A0E4;
  color: #FFF; }

.gp-feature-info-bus.line-10 {
  background-color: #D1BCDC; }

.gp-feature-info-bus.line-11 {
  background-color: #F1879E;
  color: #FFF; }

.gp-feature-info-bus.line-13 {
  background-color: #C5DC9C; }

.gp-feature-info-bus.line-14 {
  background-color: #FCCF97; }

.gp-feature-info-bus.line-15 {
  background-color: #F5B5D3; }

.gp-feature-info-bus.line-16 {
  background-color: #84C8AC; }

.gp-feature-info-bus.line-17 {
  background-color: #FFEB80; }

.gp-feature-info-bus.line-18 {
  background-color: #A1DAF8; }

.gp-feature-info-bus.line-19 {
  background-color: #A7BCC4; }

.gp-feature-info-bus.line-20 {
  background-color: #F18C7C;
  color: #FFF; }

.gp-feature-info-bus.line-21 {
  background-color: #BE8D77;
  color: #FFF; }

.gp-feature-info-bus.line-pr {
  background-color: #36F;
  color: #FFF; }

.visu-carto-page .map-panel {
  left: 16.0625rem; }

#map-viewer:-moz-full-screen .map-panel {
  left: 0.4375rem; }

#map-viewer:-webkit-full-screen .map-panel {
  left: 0.4375rem; }

#map-viewer:-ms-fullscreen .map-panel {
  left: 0.4375rem; }

#map-viewer:fullscreen .map-panel {
  left: 0.4375rem; }

aside.map-panel-visible {
  display: block; }

aside.map-panel-hidden {
  display: none; }

.gp-features-content-div h4 {
  display: none; }

h4.map-panel-title,
.gp-att-name-div,
.gp-features-content-div h5 {
  margin: 0;
  margin-bottom: 0.1875rem;
  min-height: 2.0625rem;
  line-height: 1.4;
  padding: 0.375rem 2.1875rem;
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
  background-color: #0463B3;
  border-top: 0.1875rem solid white;
  border-left: 0.1875rem solid white;
  border-right: 0.1875rem solid white;
  color: #FFF;
  text-transform: uppercase;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  text-align: center; }

.visu-carto-embed-yelo h4.map-panel-title,
.visu-carto-embed-yelo .gp-att-name-div,
.visu-carto-embed-yelo .gp-features-content-div h5 {
  background-color: #FD0;
  color: #313131; }

.visu-carto-embed-technopole h4.map-panel-title,
.visu-carto-embed-technopole .gp-att-name-div,
.visu-carto-embed-technopole .gp-features-content-div h5 {
  background-color: #64b7d9;
  color: #fff; }

.visu-carto-embed-totem h4.map-panel-title,
.visu-carto-embed-totem .gp-att-name-div,
.visu-carto-embed-totem .gp-features-content-div h5 {
  background-color: #009ee2;
  color: #fff; }

.visu-carto-embed-cmd h4.map-panel-title,
.visu-carto-embed-cmd .gp-att-name-div,
.visu-carto-embed-cmd .gp-features-content-div h5 {
  background: #d2444a;
  color: #fff; }

.carto-grands-projets h4.map-panel-title,
.carto-grands-projets .gp-att-name-div,
.carto-grands-projets .gp-features-content-div h5 {
  background-color: #d23c83;
  color: #fff; }

.gp-att-name-div .gp-feature-info-title-hidden,
.gp-att-description-div .gp-feature-info-content-hidden {
  display: none; }

.gp-features-content-div h5 {
  margin: 0;
  margin-bottom: 0.625rem; }

button.map-panel-close,
.gp-feature-info-div input.closer {
  display: block;
  position: absolute;
  height: 1.875rem;
  width: 1.875rem;
  top: 0.1875rem;
  right: 0.1875rem;
  padding: 0;
  border: none;
  background-color: transparent;
  background-image: url("../images/white-cross.svg");
  background-position: center;
  background-size: 1rem 1rem; }

.visu-carto-embed-yelo button.map-panel-close,
.visu-carto-embed-yelo .gp-feature-info-div input.closer {
  background-image: url("../images/black-cross.svg"); }

.map-panel-content,
.gp-att-description-div {
  margin-top: -0.1875rem;
  margin-bottom: 0;
  padding: 0.625rem;
  border-bottom-left-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem; }

.gp-att-description-div {
  max-height: 14.375rem;
  background: #fff;
  overflow-y: auto; }

.gp-features-content-div p {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.gp-features-content-div h5 + p {
  margin-top: 0; }

.gp-features-content-div p:last-child {
  margin-bottom: 0; }

.gp-att-others-div,
.gp-att-name-div:not(:first-child),
.gp-att-description-div:not(:nth-child(2)) {
  display: none; }

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

.map-panel-content input.map-panel-input {
  width: 15.625rem;
  line-height: 1.75rem;
  padding: 0 0.3125rem;
  border-radius: 0.3125rem; }

.map-panel-content textarea.map-panel-textarea {
  width: 15.625rem;
  height: 8.4em;
  line-height: 1.2em;
  padding: 0.3125rem;
  border-radius: 0.3125rem;
  font-size: 0.8em; }

/* COMPOST WMS FEATURE INFO */
.gp-features-content-div dl {
  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;
  margin: 0;
  padding: 0 0.625rem 0.625rem; }

.gp-features-content-div dl dt,
.gp-features-content-div dl dd {
  line-height: 1.25rem; }

.gp-features-content-div dl dt[data-entry="nom"],
.gp-features-content-div dl dt[data-entry="lieu"],
.gp-features-content-div dl [data-entry="materiel"],
.gp-features-content-div dl [data-entry="exploitant"],
.gp-features-content-div dl [data-entry="date"],
.gp-features-content-div dl [data-entry="dateMAJ"] {
  display: none; }

.gp-features-content-div dl dd[data-entry="nom"] {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  margin: 0 0 0.3125rem;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  color: #035396; }

.gp-features-content-div dl dd[data-entry="lieu"] {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  height: 1.25rem;
  margin: 0;
  overflow: hidden; }

.gp-features-content-div dl dt[data-entry="public"],
.gp-features-content-div dl dt[data-entry="type"],
.gp-features-content-div dl dt[data-entry="quantite"] {
  font-weight: normal;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif; }

.gp-features-content-div dl dd[data-entry="public"],
.gp-features-content-div dl dd[data-entry="type"],
.gp-features-content-div dl dd[data-entry="quantite"] {
  margin-left: 0.9375rem;
  margin-bottom: 0.3125rem; }

.gp-features-content-div dl dt[data-entry="public"] {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin: 0.9375rem 0 0;
  padding-top: 0.9375rem; }

.gp-features-content-div dl dt[data-entry="public"]::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  height: 0;
  width: 6.25rem;
  margin-left: -3.125rem;
  border-bottom: 0.0625rem solid #cccccc; }

.gp-features-content-div dl dd[data-entry="public"] {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3; }

.gp-features-content-div dl dt[data-entry="type"] {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4; }

.gp-features-content-div dl dd[data-entry="type"] {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5; }

.gp-features-content-div dl dt[data-entry="quantite"] {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6; }

.gp-features-content-div dl dd[data-entry="quantite"] {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
  margin-bottom: 0; }

/* GFI PANEL ON SMALL SCREENS */
@media (max-width: 26.25rem), (max-height: 22.5rem) {
  #map-viewer > .ol-viewport .ol-overlay-container.ol-selectable:not(:has(#geolocation-marker)) {
    left: 0.4375rem;
    right: 0.4375rem;
    top: 5.625rem;
    -webkit-transform: none !important;
    transform: none !important; }

  .gp-feature-info-div {
    left: 50%;
    margin-bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

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

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

  .gp-att-description-div {
    max-height: calc(100% - 2.0625rem); } }
/* GEOLOCATION MARKER */
#geolocation-marker {
  height: 2.4375rem;
  width: 2rem;
  background-image: url("../images/visu-carto/geolocation.svg");
  background-size: 2rem 2.4375rem;
  background-position: top center; }

.visu-carto-embed-totem #geolocation-marker {
  height: 2.8125rem;
  background-image: url("../images/visu-carto/geolocation-totem.svg");
  background-size: 2rem 2.8125rem; }

/* LAYER SWITCHER */
#layer-switcher {
  z-index: 10; }

/* RESPONSIVE CONTROLS */
@media (min-width: 45rem) and (min-height: 45rem) {
  #zoom-buttons,
  #tool-buttons,
  .map-panel {
    left: 0.9375rem; }

  #zoom-buttons {
    top: 0.9375rem; }

  .visu-carto-page #zoom-buttons,
  .visu-carto-page #tool-buttons,
  .visu-carto-page .map-panel {
    left: 16.5625rem; }

  #map-viewer:-moz-full-screen #zoom-buttons {
    left: 0.9375rem; }

  #map-viewer:-webkit-full-screen #zoom-buttons {
    left: 0.9375rem; }

  #map-viewer:-ms-fullscreen #zoom-buttons {
    left: 0.9375rem; }

  #map-viewer:fullscreen #zoom-buttons {
    left: 0.9375rem; }

  #map-viewer:-moz-full-screen #tool-buttons {
    left: 0.9375rem; }

  #map-viewer:-webkit-full-screen #tool-buttons {
    left: 0.9375rem; }

  #map-viewer:-ms-fullscreen #tool-buttons {
    left: 0.9375rem; }

  #map-viewer:fullscreen #tool-buttons {
    left: 0.9375rem; }

  #map-viewer:-moz-full-screen .map-panel {
    left: 0.9375rem; }

  #map-viewer:-webkit-full-screen .map-panel {
    left: 0.9375rem; }

  #map-viewer:-ms-fullscreen .map-panel {
    left: 0.9375rem; }

  #map-viewer:fullscreen .map-panel {
    left: 0.9375rem; }

  #map-buttons > .map-button:not(:first-child) {
    margin-top: 0.625rem; }

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

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

  .visu-carto-page #graphic-scale {
    left: 16.5625rem; }

  #map-viewer:-moz-full-screen #graphic-scale {
    left: 0.9375rem; }

  #map-viewer:-webkit-full-screen #graphic-scale {
    left: 0.9375rem; }

  #map-viewer:-ms-fullscreen #graphic-scale {
    left: 0.9375rem; }

  #map-viewer:fullscreen #graphic-scale {
    left: 0.9375rem; }

  .visu-carto-page #map-viewer #search-engine {
    top: 0.8125rem;
    left: 19.6875rem; }

  .visu-carto-page #map-viewer:-moz-full-screen #search-engine {
    left: 4.0625rem; }

  .visu-carto-page #map-viewer:-webkit-full-screen #search-engine {
    left: 4.0625rem; }

  .visu-carto-page #map-viewer:-ms-fullscreen #search-engine {
    left: 4.0625rem; }

  .visu-carto-page #map-iewer:fullscreen #search-engine {
    left: 4.0625rem; }

  #map-logos {
    right: 0.9375rem;
    bottom: 0.9375rem; } }
/* Widgets : general */
.GPwidget {
  position: absolute;
  font-size: 0.8125rem;
  color: #333; }

.GPwidget input[type='text'],
.GPwidget input[type='button'] {
  -webkit-appearance: none;
  color: #333333; }

.GPwidget input[type="checkbox"] {
  display: none; }

.GPwidget select {
  padding-left: 0.1875rem;
  border-radius: 0.1875rem; }

.GPwidget form {
  margin-bottom: 0; }

.GPwidget * {
  box-sizing: border-box;
  background-repeat: no-repeat; }

/* General panels */
.GPpanel {
  background-color: #FFF;
  box-shadow: 0 0 0.375rem black;
  border-radius: 0.25rem; }

.GPpanelHeader {
  position: relative;
  width: 100%;
  height: 2rem;
  padding: 0.1875rem;
  background-color: #9DB1BD;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.GPpanelTitle {
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: bold;
  line-height: 1.625rem;
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
  background-color: #366291;
  color: #FFF; }

.GPpanelClose {
  position: absolute;
  top: 0.1875rem;
  right: 0.1875rem;
  width: 1.625rem;
  height: 1.625rem;
  background-position: -1.625rem 0;
  cursor: pointer; }

/* Showing/hiding advanced panels */
.GPshowAdvancedToolPicto {
  position: relative;
  box-sizing: border-box;
  width: 1.875rem;
  height: 1.875rem;
  box-shadow: 0 0 0.3125rem black;
  background-color: #FFF;
  border-radius: 50%;
  cursor: pointer; }

.GPshowAdvancedToolPicto:hover {
  background-color: #EFEFEF; }

.GPshowAdvancedToolOpen {
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%; }

/* Flex inputs */
.GPflexInput {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: max-height 0.3s ease-out, opacity 0.3s ease-out, margin 0.3s ease-out;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out, margin 0.3s ease-out; }

.GPflexInput > * {
  display: block;
  height: 1.75rem;
  line-height: 1.625rem;
  border: 0.0625rem solid #999999;
  border-radius: 0; }

.GPflexInput *:not(:last-child) {
  border-right: none; }

.GPflexInput *:first-child {
  border-radius: 0.1875rem 0 0 0.1875rem; }

.GPflexInput *:last-child {
  border-radius: 0 0.1875rem 0.1875rem 0; }

.GPflexInput > *:not(input) {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.GPflexInput > 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: 0 0.3125rem;
  min-width: 0; }

.GPflexInput > select {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding-right: 0.4375rem; }

.GPflexInput > label {
  background-color: #F2F2F2;
  color: #666;
  padding-left: 0.4375rem;
  padding-right: 0.5625rem;
  cursor: pointer; }

/* Particular inputs */
.GPinputSelect {
  display: block;
  height: 1.75rem;
  line-height: 1.625rem;
  margin: auto;
  border: 0.0625rem solid #999999;
  color: #333;
  cursor: pointer; }

input.GPinputSubmit {
  display: block;
  width: 5rem;
  margin: auto;
  height: 1.75rem;
  line-height: 1.625rem;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0.1875rem;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  color: #FFF;
  background-color: #366291;
  font-weight: bold;
  opacity: 0.8;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  cursor: pointer; }

input.GPinputSubmit:hover {
  opacity: 1; }

/* Autocomplete/geocode results */
.GPautoCompleteList,
.GPadvancedAutoCompleteList {
  z-index: 2;
  display: none;
  position: absolute;
  max-height: 8.75rem;
  background-color: #FFF;
  border: 0.0625rem solid #999999;
  overflow-y: hidden; }

.GPadvancedAutoCompleteList {
  width: calc(100% - 3.5625rem);
  border-top: none;
  font-size: 0.9em; }

.GPautoCompleteProposal {
  width: 100%;
  height: 1.75rem;
  line-height: 1rem;
  padding: 0.375rem 0.625rem;
  color: #5E5E5E;
  font-size: 1.0em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer; }

.GPautoCompleteProposal:hover {
  color: #000000;
  background-color: #cedbef; }

/* Showing additional hidden options */
.GPshowMoreOptions {
  display: block;
  position: absolute;
  width: 1.75rem;
  height: 1.75rem;
  cursor: pointer;
  -webkit-transition: transform 0.5s ease-out 0s;
  transition: transform 0.5s ease-out 0s; }

input[type="checkbox"]:checked + .GPshowMoreOptions {
  transform: rotateX(180deg); }

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

.carto-grands-projets .GPwidget[id^="GPlayerSwitcher"] {
  left: 2.75rem;
  right: auto; }

.GPwidget[id^="GPlayerSwitcher"] [draggable] {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element; }

/* Manage opening of the components through hiden checkboxes */
.GPwidget[id^="GPlayerSwitcher"] input[type="checkbox"] + div,
.GPwidget[id^="GPlayerSwitcher"] input[type="checkbox"] + label + div {
  max-height: 0; }

.GPwidget[id^="GPlayerSwitcher"] label {
  display: block; }

/* Showing/hiding layers list */
.GPshowAdvancedToolPicto[id^="GPshowLayersListPicto"],
button.projectsLayersListOpen {
  position: relative;
  float: right;
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.3125rem;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }

[id^="GPshowLayersListOpen"],
[id^="GPshowLayersListClose"],
.projectsLayersListOpenTxt {
  position: absolute;
  display: block;
  color: transparent;
  font-size: 0;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s; }

[id^="GPshowLayersListOpen"],
.projectsLayersListOpenTxt {
  width: 2rem;
  height: 2rem;
  top: 0.125rem;
  left: 0.125rem;
  background-image: url("../images/visu-carto/GPshowLayersList.png");
  background-position: 0 0;
  opacity: 1; }

[id^="GPshowLayersListClose"] {
  opacity: 0; }

.GPwidget[id^="GPlayerSwitcher"] input[type="checkbox"]:checked + div + .GPshowAdvancedToolPicto[id^="GPshowLayersListPicto"],
.projectsLayersList-open + .projectsLayersListOpen {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 0.125rem 0.125rem black;
  border-top: 0.0625rem solid #cccccc; }

.GPwidget[id^="GPlayerSwitcher"] input[type="checkbox"]:checked + div + .GPshowAdvancedToolPicto[id^="GPshowLayersListPicto"] [id^="GPshowLayersListClose"] {
  opacity: 1; }

/* Layers list */
.GPpanel[id^="GPlayersList"] {
  position: relative;
  width: 11.25rem;
  border-bottom-right-radius: 0;
  opacity: 0;
  overflow: auto;
  -webkit-transition: max-height 0.5s ease-out 0s, opacity 0.5s ease-out 0.25s;
  transition: max-height 0.5s ease-out 0s, opacity 0.5s ease-out 0.25s; }

.GPwidget[id^="GPlayerSwitcher"] input[type="checkbox"]:checked + .GPpanel[id^="GPlayersList"] {
  max-height: 17.5rem;
  opacity: 1;
  -webkit-transition: max-height 0.5s ease-in 0s, opacity 0.25s ease-in 0s;
  transition: max-height 0.5s ease-in 0s, opacity 0.25s ease-in 0s; }

/* Layer : general */
.GPlayerSwitcher_layer {
  position: relative;
  top: 0;
  background-color: #FFF;
  border-bottom: 0.0625rem dotted #cccccc;
  overflow: hidden; }

.GPpanel[id^="GPlayersList"] .GPlayerSwitcher_layer:last-child {
  border-bottom: none; }

.GPlayerBasicTools {
  position: relative;
  width: 100%;
  height: 1.75rem;
  background-color: #FFF; }

.GPlayerName,
.GPlayerVisibility {
  position: absolute;
  top: 0; }

.GPghostLayer {
  opacity: 0; }

/* Layer basic tools */
.GPlayerVisibility {
  width: 1.75rem;
  height: 1.75rem;
  right: 0;
  background-image: url("../images/visu-carto/GPlayerTools.png");
  background-position: -1.75rem 0;
  cursor: pointer; }

input[type="checkbox"]:checked + .GPlayerVisibility {
  background-position: 0 0; }

.GPlayerName {
  left: 1.75rem;
  width: calc(100% - 3.5rem);
  line-height: 1.75rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 0.25rem;
  cursor: move; }

.outOfRange .GPlayerName {
  color: #AAA; }

/* LAYER SWITCHER OVERRIDE */
[id^="GPshowLayersListClose"],
.GPshowLayerAdvancedTools,
.GPlayerAdvancedTools,
.GPlayerRemove,
.GPlayerInfo,
.GPlayerInfoOpened,
.GPlayerInfoPanel,
.GPlayerOpacity,
.GPlayerOpacityValue,
.GPlayerSwitcher_layer[id^="GPlayerSwitcher_ID_0"],
body[class*="visu-carto-embed"]:not(.visu-carto-embed-with-layers) .GPlayerSwitcher_layer,
body[class*="visu-carto-embed"] #backMap-section-carte,
body[class*="visu-carto-embed"]:not(.visu-carto-embed-with-layers) .GPshowAdvancedToolPicto[id^="GPshowLayersListPicto"],
.carto-grands-projets .GPlayerSwitcher_layer,
.carto-grands-projets #backMap-section-carte,
.carto-grands-projets .GPshowAdvancedToolPicto[id^="GPshowLayersListPicto"],
.carto-embed-in-article .GPlayerSwitcher_layer,
.carto-embed-in-article #backMap-section-carte,
.carto-embed-in-article .GPshowAdvancedToolPicto[id^="GPshowLayersListPicto"] {
  display: none; }

body[class*="visu-carto-embed"]:not(.visu-carto-embed-with-layers) .GPpanel[id^="GPlayersList"],
.carto-grands-projets .GPpanel[id^="GPlayersList"],
.carto-embed-in-article .GPpanel[id^="GPlayersList"] {
  width: auto; }

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

body[class*="visu-carto-embed"]:not(.visu-carto-embed-with-layers) .GPpanel[id^="GPlayersList"],
.carto-grands-projets .GPpanel[id^="GPlayersList"] {
  border-bottom-right-radius: 0.25rem; }

body[class*="visu-carto-embed"]:not(.visu-carto-embed-with-layers) .GPpanel[id^="GPlayersList"] {
  width: 7.5rem; }

.GPwidget[id^="GPlayerSwitcher"] .GPlayerImg {
  display: block;
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  top: 0.125rem;
  left: 0.125rem; }

@media (min-width: 45rem) and (min-height: 45rem) {
  .GPwidget[id^="GPlayerSwitcher"] {
    top: 0.9375rem;
    right: 0.9375rem; }

  .carto-grands-projets .GPwidget[id^="GPlayerSwitcher"] {
    left: 3.75rem; } }
/* LAYER SWITCHER BACK MAP SWITCH */
.backMap-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.3125rem;
  padding-top: 0.625rem; }

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

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

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

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

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

.visu-carto-embed-yelo .backMap-section-layer-current .backMap-section-layer-img::after {
  border: 0.125rem solid #b18b10; }

.visu-carto-embed-technopole .backMap-section-layer-current .backMap-section-layer-img::after {
  border: 0.125rem solid #0053a0; }

.visu-carto-embed-totem .backMap-section-layer-current .backMap-section-layer-img::after {
  border: 0.125rem solid #1e587c; }

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

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

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

.visu-carto-embed-yelo .backMap-section-layer-current .backMap-section-layer-txt {
  color: #B18B10; }

.visu-carto-embed-technopole .backMap-section-layer-current .backMap-section-layer-txt {
  color: #0053a0; }

.visu-carto-embed-totem .backMap-section-layer-current .backMap-section-layer-txt {
  color: #1e587c; }

.visu-carto-embed-cmd .backMap-section-layer-current .backMap-section-layer-txt {
  color: #d2444a; }

body[class*="visu-carto-embed"]:not(.visu-carto-embed-with-layers) .backMap-section,
.carto-grands-projets .backMap-section {
  padding-top: 0.5rem;
  padding-bottom: 0.125rem; }

/* PAV LAYERS */
body[class*="visu-carto-embed"] .GPlayerSwitcher_layer.pav-layer {
  display: block; }

.GPlayerSwitcher_layer.pav-layer .GPlayerBasicTools {
  height: 2rem;
  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; }

.GPlayerSwitcher_layer.pav-layer .GPlayerName {
  position: relative;
  width: 100%;
  left: 0;
  padding-left: 2.375rem;
  padding-right: 0.25rem;
  line-height: 1;
  cursor: default; }

.GPwidget[id^="GPlayerSwitcher"] .GPlayerSwitcher_layer.pav-layer .GPlayerImg {
  width: 2rem;
  height: 2rem;
  top: 0;
  left: 0.125rem; }

.carto-grands-projets-global #GPlayerSwitcher {
  left: 0.4375rem;
  right: auto; }

.projectsLayersPanel {
  z-index: 12;
  top: 0.4375rem;
  right: 0.4375rem;
  max-width: calc(100% - 0.875rem);
  height: calc(100% - 9.1875rem);
  pointer-events: none; }

.projectsLayersPanel .projectsLayersList,
button.projectsLayersListOpen {
  pointer-events: auto; }

.projectsLayersPanel .projectsLayersList {
  width: 16.25rem;
  max-width: 100%;
  border-bottom-right-radius: 0; }

.projectsLayersPanel .projectsLayersList-noDisplay {
  max-height: 0;
  overflow: hidden;
  display: none;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out; }

.projectsLayersPanel .projectsLayersList-opening {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out; }

.projectsLayersPanel .projectsLayersList-closing {
  max-height: calc(100% - 2.25rem);
  overflow: hidden;
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in; }

.projectsLayersPanel .projectsLayersList.projectsLayersList-open {
  max-height: 50%;
  overflow: auto;
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in; }

button.projectsLayersListOpen {
  background: #fff;
  box-shadow: 0 0 0.3125rem black;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out; }

button.projectsLayersListOpen:hover,
button.projectsLayersListOpen:focus {
  background: #efefef; }

.projectsLayersPanel .projectLayer {
  border-bottom: 0.0625rem dotted #cccccc; }

.projectsLayersPanel .projectLayer:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.projectsLayersPanel .projectLayer:last-child {
  border-bottom: 0;
  border-bottom-left-radius: 0.25rem; }

.projectsLayersPanel .catalog-layer-label {
  padding: 0.5rem 0.75rem;
  text-align: left;
  font-size: 0.875rem;
  color: #035396;
  line-height: 1.2;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out; }

.projectsLayersPanel .catalog-layer-label:hover,
.projectsLayersPanel .catalog-layer-label:focus {
  background-color: #0463b3;
  color: #fff; }

@media (min-width: 45rem) and (min-height: 45rem) {
  .carto-grands-projets-global #GPlayerSwitcher {
    left: 0.9375rem; }

  .projectsLayersPanel {
    top: 0.9375rem;
    right: 0.9375rem; }

  .projectsLayersPanel {
    max-height: calc(100% - 10.625rem); } }