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

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

html.standalone,
html.aui.standalone {
  font-size: 1vw; }

html.smooth-scroll,
html.aui.smooth-scroll {
  scroll-behavior: smooth; }

body,
.aui body {
  padding: 0;
  background: -webkit-linear-gradient(135deg, #eaedf7 0, #eaedf7 250px, #f9f9f9 250px, #f9f9f9 400px, white 400px, white 100%);
  background: linear-gradient(135deg, #eaedf7 0%, #eaedf7 250px, #f9f9f9 250px, #f9f9f9 400px, #ffffff 400px, #ffffff 100%);
  overflow-x: hidden; }

body::before,
body::after {
  content: "";
  display: block;
  position: absolute; }

body::before {
  bottom: 0;
  right: 0;
  width: 400px;
  height: 400px;
  background: -webkit-linear-gradient(135deg, transparent 0, transparent 50%, #eaedf7 50%, #eaedf7 80%, white 80%, white 100%);
  background: linear-gradient(135deg, transparent 0%, transparent 50%, #eaedf7 50%, #eaedf7 80%, #ffffff 80%, #ffffff 100%); }

body::after {
  bottom: 5px;
  right: 5px;
  width: 100px;
  height: 100px;
  background-image: url("../images/logo-footer-vlr.svg");
  background-size: 100%; }

.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: #0463b3;
  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 .breadcrumb-container {
  display: none; }

.main-content {
  position: static;
  width: 100%;
  min-height: calc(100vh - 16rem);
  margin: 0 auto;
  padding-bottom: 0;
  background: none; }

.useful-content,
#body-wrapper.page-maximized .columns-max {
  width: 100%;
  max-width: 100%;
  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: ""; }

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

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

button.backToTop.hidden {
  display: none; }

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

/* 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; } }
.main-header p.main-header-text {
  display: inline-block;
  left: 1.25rem;
  top: 0.3125rem;
  margin: 0; }

.main-header p.main-header-text,
.main-header p.main-header-text a,
.main-header p.main-header-text a:visited,
.main-header p.main-header-text a:hover,
.main-header p.main-header-text a:focus {
  text-transform: uppercase;
  font-size: 2.25rem;
  line-height: 3.75rem;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  color: #0463b3;
  text-decoration: none; }

body.standalone .main-header p.main-header-text a {
  pointer-events: none; }

.main-header p.main-header-text::before,
.main-header p.main-header-text::after {
  display: block;
  position: absolute; }

.main-header p.main-header-text::before {
  content: url("../images/bg_logo_vlr_left.png");
  width: 3rem;
  height: 2rem;
  bottom: -2rem;
  left: 0; }

.main-header p.main-header-text::after {
  content: url("../images/bg_logo_vlr_right.png");
  width: 2.25rem;
  height: 2rem;
  top: 0;
  right: -3.125rem; }

.main-footer {
  padding: 1.875rem 0;
  margin-top: 0.625rem;
  line-height: 2.1875rem;
  font-size: 0.8em;
  color: #FFF; }

body.standalone .main-footer {
  display: none; }

body.standalone .main-content {
  padding-bottom: 2.5rem; }

.main-footer::before {
  content: "";
  display: block;
  position: absolute;
  width: 5.625rem;
  height: 0;
  top: 0;
  left: 50%;
  margin-left: -2.8125rem;
  border-top: 0.25rem solid #bbbbbb; }

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

.main-footer li.footer-column:nth-child(n+3) {
  display: none; }

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

li.footer-link {
  margin: 0.625rem 0;
  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,
li.footer-link a:visited {
  white-space: nowrap;
  color: #313131;
  font-size: 1rem; }

li.footer-link a:hover,
li.footer-link a:focus {
  color: #0463b3;
  text-decoration: underline; }

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

.footer-vlr-coords {
  margin-top: 1.875rem; }

p.footer-vlr-coords-content {
  margin: 0;
  color: #313131;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center; }

p.footer-vlr-coords-content + p.footer-vlr-coords-content {
  margin-top: 0.625rem;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  color: #555; }

/* Responsive footer */
@media (min-width: 40rem) and (min-height: 40rem) {
  footer.main-footer {
    margin-top: 1.25rem;
    padding-top: 2.5rem; }

  footer.main-footer::before {
    width: 7.5rem;
    margin-left: -3.75rem;
    border-top: 0.375rem solid #bbbbbb; } }
@media (min-width: 43.75rem) {
  .main-footer .useful-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .main-footer ul {
    display: block; }

  .footer-vlr-coords {
    margin-top: 0;
    margin-left: 10rem; }

  p.footer-vlr-coords-content {
    text-align: left; } }
/* Alert container */
.fullPage-alert,
aside.fullPage-alert {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.85);
  font-size: .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; }

#fullPage-alert .embed-pdf-alert {
  width: 100%;
  height: calc(100% - .375rem);
  border: 0; }

@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; } }
/* INTERIOR PAGES CONTENT */
.interior-page .main-content {
  width: 100%;
  margin: auto;
  margin-top: 0;
  padding-bottom: 3.125rem; }

/* 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 {
  max-width: 100%;
  padding: 0;
  box-shadow: none;
  background: none; }

h1.main-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: #555; }

h1.main-title::after {
  content: "";
  display: block;
  position: absolute;
  width: 5.625rem;
  height: 0;
  left: 50%;
  bottom: -1.25rem;
  margin-left: -2.8125rem;
  border-bottom: 0.25rem solid #bbbbbb; }

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

.interior-article-mainContent h3,
.interior-article-mainContent h4,
.interior-article-mainContent h5 {
  color: #0463b3;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif; }

.interior-article-mainContent h3 {
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  font-size: 1.5rem; }

.interior-article-mainContent h4 {
  margin-top: 1.875rem;
  margin-bottom: 0.9375rem;
  font-size: 1.1em; }

.interior-article-mainContent h5 {
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
  font-size: 1rem; }

.interior-article-mainContent p {
  font-size: 1rem;
  margin-bottom: 1.25rem;
  line-height: 1.5; }

.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 {
  font-weight: normal;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  color: #555; }

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

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

.interior-article-mainContent ul,
.interior-article-mainContent ol {
  font-size: 1rem;
  list-style-type: none;
  list-style-position: outside;
  margin-bottom: 1.25rem; }

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

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

.interior-article-mainContent p.margeBas,
.interior-article-mainContent ul li.margeBas,
.interior-article-mainContent ol li.margeBas {
  margin-bottom: 1.875rem; }

.interior-article-mainContent ul li::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); }

.interior-article-mainContent ul.longList:not(:last-child),
.interior-article-mainContent 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 {
  margin-bottom: 0.625rem; }

.interior-article-mainContent .interior-article-media-fLeft ~ ul,
.interior-article-mainContent .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 ol {
  counter-reset: article-list; }

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

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

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

.interior-article-mainContent blockquote p {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.3em; }

.interior-article-mainContent 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 {
  font-family: DroidSansBold, AdjustedArialBold, sans-serif; }

.interior-article-mainContent a,
.interior-article-mainContent a:visited {
  color: #0463b3;
  text-decoration: underline;
  -webkit-transition: color .25s ease-out;
  transition: color .25s ease-out; }

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

.interior-article-mainContent a:hover,
.interior-article-mainContent a:visited:hover {
  text-decoration: underline; }

/* Special links */
.interior-article-mainContent h4 a,
.interior-article-mainContent h4 a:visited,
button.big-btn,
.aui button.big-btn {
  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-decoration: none;
  color: #555;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  -webkit-transition: background .25s ease-out, color .25s ease-out;
  transition: background .25s ease-out, color .25s ease-out; }

button.big-btn,
.aui button.big-btn {
  padding-right: 3.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.interior-article-mainContent h4 a::before,
.interior-article-mainContent h4 a::after,
button.big-btn::before,
button.big-btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.25rem;
  height: 0.25rem;
  right: 1rem;
  top: 50%;
  margin-top: -0.125rem;
  background: #0071bd;
  text-decoration: none;
  -webkit-transition: background .25s ease-out;
  transition: background .25s ease-out; }

.interior-article-mainContent h4 a::after,
button.big-btn::after {
  transform: rotateZ(90deg); }

.interior-article-mainContent h4 a:hover,
.interior-article-mainContent h4 a:visited:hover,
.interior-article-mainContent h4 a:focus,
button.big-btn:hover,
button.big-btn:focus,
.aui button.big-btn:hover,
.aui button.big-btn:focus {
  background: #0071bd;
  color: #fff;
  text-decoration: none; }

.interior-article-mainContent h4 a:hover::before,
.interior-article-mainContent h4 a:focus::before,
.interior-article-mainContent h4 a:hover::after,
.interior-article-mainContent h4 a:focus::after,
button.big-btn:hover::before,
button.big-btn:focus::before,
button.big-btn:hover::after,
button.big-btn:focus::after {
  background: #fff; }

.big-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2.5rem; }

.interior-article-mainContent .big-btn-wrapper h4 {
  margin-top: 1.25rem; }

.interior-article-mainContent .big-btn-wrapper h4 a {
  margin-bottom: 0;
  padding-right: 3.25rem; }

.interior-article-mainContent h5 a,
.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%);
  -webkit-transition: background .25s ease-out, color .25s ease-out;
  transition: background .25s ease-out, color .25s ease-out; }

.interior-article-mainContent h5 a:hover,
.interior-article-mainContent h5 a:visited:hover,
.interior-article-mainContent h5 a:focus {
  background: #0071bd;
  color: #fff;
  text-decoration: none; }

#body-wrapper .interior-article-mainContent a.form-link,
#body-wrapper .interior-article-mainContent a.form-link:visited,
#body-wrapper .cdalr-form button[type="submit"],
#body-wrapper .cdalr-form .btn-submit {
  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; }

.interior-article-mainContent a.form-link,
.interior-article-mainContent a.form-link:visited {
  margin: 1.25rem auto 0.625rem; }

#body-wrapper .interior-article-mainContent a.form-link:hover,
#body-wrapper .interior-article-mainContent a.form-link:focus,
#body-wrapper .cdalr-form button[type="submit"]:hover,
#body-wrapper .cdalr-form .btn-submit:hover,
#body-wrapper .cdalr-form button[type="submit"]:focus,
#body-wrapper .cdalr-form .btn-submit:focus {
  background: #035396;
  color: #fff; }

#body-wrapper .fake-portlet-loading {
  background: rgba(0, 158, 226, 0.1);
  border-top: 0.5rem solid #0463b3;
  color: #0463b3; }

/* ZOOM PARAGRAPH */
.interior-article-mainContent .zoom-paragraph {
  max-width: 37.5rem;
  margin: 3.75rem auto 0;
  padding: 1.25rem 1.875rem;
  background: #313131;
  color: #fff; }

.interior-article-mainContent .zoom-paragraph h3:first-child,
.interior-article-mainContent .zoom-paragraph h4:first-child,
.interior-article-mainContent .zoom-paragraph h5:first-child {
  margin-top: 0; }

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

.interior-article-mainContent .zoom-paragraph h3,
.interior-article-mainContent .zoom-paragraph strong,
.interior-article-mainContent .zoom-paragraph a,
.interior-article-mainContent .zoom-paragraph a:hover,
.interior-article-mainContent .zoom-paragraph a:focus {
  color: #fff; }

.interior-article-mainContent .zoom-paragraph a:hover,
.interior-article-mainContent .zoom-paragraph a:focus {
  color: #66c9fa; }

.interior-article-mainContent .zoom-paragraph a:focus {
  outline: 0.125rem solid #66c9fa !important; }

.interior-article-mainContent .zoom-paragraph ul li::before {
  border-top-color: #66c9fa; }

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

.interior-article-paragraph.no-floating-media,
.interior-article-mainContent p.interior-article-chapo {
  max-width: 57.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.625rem; }

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

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

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

#body-wrapper .alert-success {
  border-color: #BCE830;
  background-color: #F1FBD1;
  color: #488F06; }

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

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;
  max-height: 70vh;
  border: none; }

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

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

/* TABLES */
.interior-article-mainContent table {
  border: 0; }

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

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

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

.interior-article-mainContent table thead th {
  position: relative;
  padding: .75rem;
  vertical-align: middle;
  line-height: 1.2;
  background: none !important;
  text-align: left;
  border: 0; }

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

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

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

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

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

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

/* RESPONSIVE */
@media (min-width: 26.25rem) {
  .interior-article-mainContent ul,
  .interior-article-mainContent ol {
    padding-left: 2.1875rem; } }
@media (min-width: 40rem) and (min-height: 40rem) {
  h1.main-title {
    margin-bottom: 6rem;
    font-size: 2.5rem; }

  h1.main-title::after {
    width: 7.5rem;
    margin-left: -3.75rem;
    bottom: -2.5rem;
    border-bottom: 0.375rem solid #bbbbbb; } }
@media (min-width: 28.75rem) {
  .big-btn-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }

  .interior-article-mainContent .big-btn-wrapper h4 {
    margin-top: 0; }

  .interior-article-mainContent .big-btn-wrapper h4 + h4 {
    margin-left: 2.5rem; } }
@media (min-width: 35rem) {
  .interior-article-paragraph.no-floating-media,
  .interior-article-mainContent p.interior-article-chapo {
    padding: 0 1.25rem; }

  .interior-article-mainContent .big-btn-wrapper h4 + h4 {
    margin-left: 5rem; } }
@media (min-width: 56.25rem) {
  .interior-page .main-content {
    max-width: 100%; }

  h1.main-title,
  .interior-article-paragraph.no-floating-media,
  .interior-article-mainContent p.interior-article-chapo {
    padding: 0 1.875rem; }

  .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; } }
@media (min-width: 75rem) {
  h1.main-title {
    margin-top: 2rem; } }
@media (min-width: 93.75rem) {
  h1.main-title {
    margin-top: 1rem; }

  .main-nav ~ .main-content h1.main-title {
    margin-top: 2rem; } }
/* NAV MENU */
nav.main-nav {
  display: none; }

body.is-admin nav.main-nav {
  display: block; }

ul.main-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 86.25rem;
  margin: 3.75rem auto -2rem; }

li.main-nav-item {
  margin: 0.5rem 1rem; }

a.main-nav-item-link,
a.main-nav-item-link:visited {
  display: block;
  padding: 0.375rem 0.75rem;
  background: #0463b3;
  color: #fff;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  text-align: center;
  -webkit-transition: .25s background ease-out;
  transition: .25s background ease-out; }

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

@media (min-width: 75rem) {
  ul.main-nav-list {
    margin: 1.25rem auto 0; } }
/* MAIN BLOCK HEAD */
.main-block-head {
  margin-bottom: 3.75rem; }

p.main-subtitle {
  padding: 1.25rem;
  text-align: center;
  font-size: 1.5rem; }

.alerte-number {
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  color: #0463b3; }

button.alerte-admin-btn,
.aui button.alerte-admin-btn {
  display: none;
  width: 16.25rem;
  margin: 0 auto;
  padding: 1rem 1.25rem;
  line-height: 1.2;
  background: #eceff8;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  color: #555;
  text-align: center;
  -webkit-transition: color .25s ease-out, background .25s ease-out;
  transition: color .25s ease-out, background .25s ease-out; }

body.is-admin button.alerte-admin-btn {
  display: block; }

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

aside.alerte-synthese {
  max-width: 43.75rem;
  margin: 1.25rem auto 0;
  padding: 1.25rem;
  background: #fee5e2; }

h2.alerte-title,
p.alerte-text,
p.alerte-subcontent {
  text-align: center; }

h2.alerte-title {
  font-size: 1.5rem;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  color: #b50303; }

p.alerte-text {
  font-size: 1.25rem; }

p.alerte-subcontent {
  margin: 1.25rem 0 0;
  font-size: 0.875rem;
  font-style: italic; }

aside.alerte-synthese button.alerte-admin-btn {
  margin-top: 1.875rem;
  border: 0.25rem solid white; }

button.alerte-admin-btn::before,
button.alerte-admin-btn::after {
  display: none !important; }

/* DOCUMENTATION */
aside.documentation {
  position: absolute;
  top: 0;
  right: 0.625rem;
  padding: 0.625rem 1.25rem;
  border-left: 0.125rem solid #cccccc;
  background: #fff; }

p.doc-title {
  margin: 0 0 0.75rem;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  color: #0463b3;
  text-transform: uppercase; }

ul.doc-list {
  padding-left: 0.625rem; }

li.doc-item {
  margin: 0; }

li.doc-item + li.doc-item {
  margin-top: 0.625rem; }

li.doc-item a {
  background: -webkit-linear-gradient(to top, #b3d0e8 0, #b3d0e8 100%, transparent 100%) no-repeat left 0 bottom 0/100% 2px;
  background: linear-gradient(to top, #b3d0e8 0%, #b3d0e8 100%, transparent 100%) no-repeat left 0 bottom 0/100% 2px; }

li.doc-item a:hover,
li.doc-item a:focus {
  background: -webkit-linear-gradient(to top, #dce8f3 0, #dce8f3 100%, transparent 100%) no-repeat left 0 bottom 0/100% 100%;
  background: linear-gradient(to top, #dce8f3 0%, #dce8f3 100%, transparent 100%) no-repeat left 0 bottom 0/100% 100%; }

li.doc-item.doc-item-admin {
  display: none; }

body.is-admin li.doc-item.doc-item-admin {
  display: block; }

/* REGISTRE FILTERS */
.registre-filters {
  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;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 86.25rem;
  margin: 0 auto;
  padding: 0 1.25rem; }

.registre-filters.registre-filters-supprimer {
  max-width: 66.25rem; }

.registre-filters-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.registre-filter-group:not(:last-child) {
  margin-right: 1.75rem; }

label.registre-filter-label {
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  color: #555;
  text-align: center;
  font-size: 0.875rem; }

input.registre-filter-text,
select.registre-filter-select,
#header-search input.global-search-input {
  display: block !important;
  width: 11.25rem;
  height: 2rem;
  margin-top: 0.625rem;
  padding: 0 0.625rem;
  line-height: 2rem;
  background: #f6f9ff;
  border: 0.0625rem solid #cccccc;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  font-family: DroidSans, AdjustedArial, sans-serif;
  color: #313131; }

#header-search input.global-search-input {
  width: 16.25rem;
  height: 2.5rem;
  line-height: 2.5rem;
  margin-top: 0;
  font-size: 1rem; }

#header-search input.global-search-input.typeahead__hint {
  display: none !important; }

.registre-filter-group #header-search input.global-search-input {
  margin-left: 1.25rem; }

.registre-filter-group #header-search {
  position: relative; }

#header-search .typeahead__cancel-button {
  display: none;
  z-index: 2;
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  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;
  font-size: 0;
  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; }

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

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

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

#header-search .typeahead__container.loading .typeahead__query::before {
  content: "";
  z-index: 2;
  position: absolute;
  top: 50%;
  right: 0.25rem;
  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; }

.registre-filter-group #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: 1.3125rem;
  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; }

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

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

#header-search ul.typeahead__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  left: 50%;
  background-color: #e8f6fc;
  padding: 0.625rem 1.25rem;
  width: 28.75rem;
  margin: 0.25rem 0 0;
  border: none;
  border-radius: 0;
  box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, 0.2);
  font-family: DroidSans, AdjustedArial, sans-serif;
  font-size: 0.875rem;
  overflow: hidden;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

#header-search ul.typeahead__list li + li {
  border-top: 0.0625rem solid #cccccc; }

#header-search ul.typeahead__list li a {
  display: block;
  width: 100%;
  height: 1.875rem;
  line-height: 1.875rem;
  padding: 0;
  color: #313131;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

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

#header-search ul.typeahead__list li a .entry-name {
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  color: #555; }

#header-search ul.typeahead__list li a:hover .entry-name,
#header-search ul.typeahead__list li a:focus .entry-name {
  color: #0463b3; }

#header-search ul.typeahead__list li a .entry-medata {
  margin-left: 1rem;
  color: #999; }

#header-search ul.typeahead__list li.typeahead__empty a:hover,
#header-search ul.typeahead__list li.typeahead__empty a:focus {
  color: #313131; }

#header-search ul.typeahead__list .autocomp-entry strong {
  font-weight: normal;
  font-family: DroidSans, AdjustedArial, sans-serif; }

#header-search button.header-search-more {
  margin-top: 0.625rem;
  border: 0;
  background: #0463b3;
  color: #fff;
  border-radius: 0.25rem;
  -webkit-transition: background .25s ease-out;
  transition: background .25s ease-out; }

#header-search button.header-search-more:hover,
#header-search button.header-search-more:focus {
  background: #035396; }

.registre-filter-add {
  margin-right: 5.625rem; }

.registre-filters .registre-filter-add .big-btn {
  margin: 0; }

.registre-filters button.registreRefresh,
.registre-filters button.nextAppelBtn {
  display: block;
  padding: 0.375rem 0.75rem 0.375rem 2rem;
  border-radius: 0.25rem;
  line-height: 1.375rem;
  background-color: #0463b3;
  background-position: left 0.5rem top 0.4375rem;
  background-size: 1.25rem 1.25rem;
  color: #fff;
  -webkit-transition: background-color .25s ease-out;
  transition: background-color .25s ease-out; }

.registre-filters button.registreRefresh {
  display: none;
  display: none;
  position: absolute;
  left: 1.25rem;
  bottom: -3.375rem;
  background-image: url("../images/pictos-registre.svg#refresh"); }

.registre-filters button.nextAppelBtn {
  position: fixed;
  z-index: 10;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.625rem 1rem 0.625rem 2.625rem;
  box-shadow: 0 0 1rem 1.5rem white;
  position: fixed;
  z-index: 10;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.625rem 1rem 0.625rem 2.625rem;
  box-shadow: 0 0 1rem 1.5rem white;
  background-image: url("../images/pictos-registre.svg#call");
  background-size: 1.5rem 1.5rem;
  background-position: left 0.625rem top 0.5rem;
  font-size: 1.125rem;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  background-size: 1.5rem 1.5rem;
  background-position: left 0.625rem top 0.5rem;
  font-size: 1.125rem;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif; }

.registre-filters.fiche-indiv button.registreRefresh {
  position: relative;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.registre-filters button.registreRefresh:hover,
.registre-filters button.registreRefresh:focus,
.registre-filters button.nextAppelBtn:hover,
.registre-filters button.nextAppelBtn:focus {
  background-color: #035396; }

#registre-filters-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

p.registre-intro,
ul.registre-intro {
  max-width: 47.5rem;
  font-size: 1.125rem; }

p.registre-intro {
  margin: 0 auto 2.5rem;
  padding: 0 1.25rem;
  line-height: 1.5; }

ul.registre-intro {
  margin: 0 auto 1.875rem;
  padding: 0 1.25rem 0 2.5rem;
  list-style-type: none;
  -webkit-transform: translateY(-0.625rem);
  transform: translateY(-0.625rem); }

ul.registre-intro li {
  position: relative;
  margin-bottom: .625rem;
  line-height: 1.5; }

ul.registre-intro li + li {
  margin-top: 10px; }

ul.registre-intro li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -1.5625rem;
  margin-top: 0.6875rem;
  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); }

.registre-intro a {
  text-decoration: underline;
  color: #0463b3;
  -webkit-transition: color .25s ease-out;
  transition: color .25s ease-out; }

.registre-intro a:hover,
.registre-intro a:focus {
  text-decoration: underline;
  color: #035396; }

p.registre-no-data {
  max-width: 86.25rem;
  margin: 6.25rem auto 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  color: #555;
  text-align: center; }

/* REGISTRE LIST */
.registre-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 50rem;
  margin-top: 3.75rem;
  padding: 0 1.25rem; }

.registre-container.registre-container-automate {
  display: block;
  min-height: 0; }

section.registre-container-table {
  overflow-x: auto; }

.modalSearchPersonne .searchcontainer-content table {
  border: 0;
  border-radius: 0; }

table.registre-table tr,
.modalSearchPersonne .searchcontainer-content tbody tr {
  position: relative; }

table.registre-table tr::after,
.modalSearchPersonne .searchcontainer-content tbody tr::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: -0.125rem;
  height: 0;
  border-top: 0.25rem solid white; }

table.registre-table th,
table.registre-table td,
.modalSearchPersonne .searchcontainer-content table th,
.modalSearchPersonne .searchcontainer-content table td {
  padding: 0.625rem 0.75rem;
  font-size: 1rem;
  text-align: left; }

table.registre-table thead th,
.modalSearchPersonne .searchcontainer-content table thead th {
  position: relative;
  background: #313131;
  color: #fff;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-weight: normal; }

table.registre-table thead th:not(:last-child),
.modalSearchPersonne .searchcontainer-content table thead th:not(:last-child) {
  padding-right: 0.875rem; }

table.registre-table thead th:not(:last-child)::after,
.modalSearchPersonne .searchcontainer-content table thead th:not(:last-child)::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  border-right: 0.125rem solid white; }

.modalSearchPersonne .searchcontainer-content table thead th {
  position: relative;
  font-size: 0; }

.modalSearchPersonne .searchcontainer-content table thead th::before {
  font-size: 1rem; }

.modalSearchPersonne .searchcontainer-content table thead th:first-child::before {
  content: "Nom de la personne"; }

.modalSearchPersonne .searchcontainer-content table thead th:nth-child(3)::before {
  content: "Modifiée par"; }

.modalSearchPersonne .searchcontainer-content table thead th:nth-child(4)::before {
  content: "Modifiée le"; }

table.registre-table thead th:first-child,
table.registre-table tbody td:first-child {
  width: 15rem;
  max-width: 15rem;
  min-width: 15rem; }

table.registre-table.registre-table-visites thead th:first-child,
table.registre-table.registre-table-visites tbody td:first-child {
  width: 20rem;
  max-width: 20rem;
  min-width: 20rem; }

table.registre-table tbody td:first-child,
.modalSearchPersonne .searchcontainer-content table tbody td:first-child {
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  color: #555; }

table.registre-table thead th:nth-child(2),
table.registre-table tbody td:nth-child(2) {
  width: 5rem;
  max-width: 5rem;
  min-width: 5rem;
  text-align: center; }

table.registre-table thead th:nth-child(3),
table.registre-table tbody td:nth-child(3) {
  width: 11.25rem;
  max-width: 11.25rem;
  min-width: 11.25rem; }

table.registre-table.registre-table-visites thead th:nth-child(3),
table.registre-table.registre-table-visites tbody td:nth-child(3) {
  width: 21.25rem;
  max-width: 21.25rem;
  min-width: 21.25rem; }

table.registre-table.registre-table-doublons thead th:nth-child(3),
table.registre-table.registre-table-doublons tbody td:nth-child(3) {
  width: 14.125rem;
  max-width: 14.125rem;
  min-width: 14.125rem; }

table.registre-table thead th:nth-child(4),
table.registre-table tbody td:nth-child(4) {
  width: 5rem;
  max-width: 5rem;
  min-width: 5rem;
  text-align: center; }

table.registre-table.registre-table-nouveaux thead th:nth-child(4),
table.registre-table.registre-table-nouveaux tbody td:nth-child(4) {
  width: 11.5rem;
  max-width: 11.5rem;
  min-width: 11.5rem;
  text-align: left; }

table.registre-table.registre-table-visites thead th:nth-child(4),
table.registre-table.registre-table-visites tbody td:nth-child(4) {
  width: 15rem;
  max-width: 15rem;
  min-width: 15rem;
  text-align: left; }

table.registre-table.registre-table-doublons thead th:nth-child(4),
table.registre-table.registre-table-doublons tbody td:nth-child(4) {
  width: 16.25rem;
  max-width: 1.25rem;
  min-width: 15.625rem;
  text-align: left; }

table.registre-table thead th:nth-child(5),
table.registre-table tbody td:nth-child(5),
.registre-container.registre-container-noAlert table.registre-table thead th:nth-child(6),
.registre-container.registre-container-noAlert table.registre-table tbody td:nth-child(6),
.registre-container.registre-container-alertEnCours table.registre-table thead th:nth-child(6),
.registre-container.registre-container-alertEnCours table.registre-table tbody td:nth-child(6) {
  width: 8.75rem;
  max-width: 8.75rem;
  min-width: 8.75rem;
  text-align: left; }

.registre-container.registre-container-noAlert table.registre-table thead th:nth-child(5),
.registre-container.registre-container-noAlert table.registre-table tbody td:nth-child(5),
.registre-container.registre-container-alertEnCours table.registre-table thead th:nth-child(6),
.registre-container.registre-container-alertEnCours table.registre-table tbody td:nth-child(6),
.registre-container.registre-container-noAlert .registre-details-statut.registre-details-suite,
.registre-container.registre-container-alertEnCours .registre-details-statut.registre-details-inscription {
  display: none; }

table.registre-table tbody td:nth-child(5),
.registre-container.registre-container-noAlert table.registre-table tbody td:nth-child(6),
.registre-container.registre-container-alertEnCours table.registre-table tbody td:nth-child(6) {
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  color: #555; }

table.registre-table.registre-table-nouveaux thead th:nth-child(5),
table.registre-table.registre-table-nouveaux tbody td:nth-child(5) {
  width: 7.5rem;
  max-width: 7.5rem;
  min-width: 7.5rem;
  text-align: center; }

table.registre-table.registre-table-visites thead th:nth-child(5),
table.registre-table.registre-table-visites tbody td:nth-child(5) {
  width: 16.25rem;
  max-width: 1.25rem;
  min-width: 15.625rem; }

table.registre-table.registre-table-visites tbody td:nth-child(5) {
  font-family: DroidSans, AdjustedArial, sans-serif;
  color: #313131; }

table.registre-table thead th:nth-child(6),
table.registre-table tbody td:nth-child(6),
.registre-container.registre-container-noAlert table.registre-table thead th:nth-child(7),
.registre-container.registre-container-noAlert table.registre-table tbody td:nth-child(7),
.registre-container.registre-container-alertEnCours table.registre-table thead th:nth-child(7),
.registre-container.registre-container-alertEnCours table.registre-table tbody td:nth-child(7) {
  width: 5.25rem;
  max-width: 5.25rem;
  min-width: 5.25rem;
  text-align: center; }

table.registre-table.registre-table-visites thead th:nth-child(6),
table.registre-table.registre-table-visites tbody td:nth-child(6) {
  width: 8.75rem;
  max-width: 8.75rem;
  min-width: 8.75rem;
  text-align: center; }

table.registre-table.registre-table-visites thead th:nth-child(7),
table.registre-table.registre-table-visites tbody td:nth-child(7) {
  width: 5.25rem;
  max-width: 5.25rem;
  min-width: 5.25rem;
  text-align: center; }

table.registre-table tbody tr,
.modalSearchPersonne .searchcontainer-content table tbody tr {
  background-color: #eceff8;
  cursor: pointer; }

table.registre-table.registre-table-visites tbody tr,
.modalSearchPersonne .searchcontainer-content table tbody tr {
  cursor: default; }

table.registre-table tbody tr.even,
.modalSearchPersonne .searchcontainer-content table tbody tr:nth-child(2n+1) {
  background-color: #f6f9ff; }

table.registre-table tbody tr[data-status="appel_infructueux"] .entryStatus,
table.registre-table tbody tr[data-status="rappel_tiers"] .entryStatus,
table.registre-table tbody tr[data-status="vulnerable"] .entryStatus,
table.registre-table tbody tr[data-status="difficulte_immediate"] .entryStatus,
table.registre-table tbody tr[data-inscription="appel_infructueux"] .entryInscription,
table.registre-table tbody tr[data-inscription="rappel_tiers"] .entryInscription,
table.registre-table tbody tr[data-inscription="vulnerable"] .entryInscription,
table.registre-table tbody tr[data-inscription="difficulte_immediate"] .entryInscription,
table.registre-table tbody tr.enCours .entryStatus,
table.registre-table tbody tr.enCours .entryInscription {
  padding: 0.125rem 0.625rem;
  border-radius: 0.75rem; }

table.registre-table tbody tr[data-status="appel_infructueux"] .entryStatus,
table.registre-table tbody tr[data-status="rappel_tiers"] .entryStatus,
table.registre-table tbody tr[data-inscription="appel_infructueux"] .entryInscription,
table.registre-table tbody tr[data-inscription="rappel_tiers"] .entryInscription {
  background: #ffb;
  color: #976D03; }

table.registre-table tbody tr[data-status="vulnerable"] .entryStatus,
table.registre-table tbody tr[data-inscription="vulnerable"] .entryInscription {
  background: #feb;
  color: #a50; }

table.registre-table tbody tr[data-status="difficulte_immediate"] .entryStatus,
table.registre-table tbody tr[data-inscription="difficulte_immediate"] .entryInscription {
  background: #fdd;
  color: #c33; }

table.registre-table tbody tr[data-status="a_supprimer"] .entryStatus {
  color: #c33; }

table.registre-table tbody tr[data-status="a_supprimer"],
table.registre-table tbody tr[data-status="a_supprimer"]:hover,
table.registre-table tbody tr[data-status="a_supprimer"]:focus {
  background: #fdd !important;
  color: inherit !important; }

table.registre-table tbody tr[data-status="a_supprimer"] .entryStatus {
  color: #c33; }

table.registre-table tbody tr[data-status="a_supprimer"],
table.registre-table tbody tr[data-status="a_supprimer"]:hover,
table.registre-table tbody tr[data-status="a_supprimer"]:focus {
  background: #fdd !important;
  color: inherit !important; }

table.registre-table tbody tr.enCours .entryStatus,
table.registre-table tbody tr.enCours .entryInscription {
  background: #cfc;
  color: #070; }

.registre-container-alertEnCours table.registre-table tbody tr[data-status="ne_plus_rappeler"],
.registre-container-alertEnCours table.registre-table tbody tr[data-status="ne_plus_rappeler"] .entryStatus,
.registre-container-alertEnCours table.registre-table tbody tr[data-status="ne_plus_rappeler"] td:first-child,
.registre-container-alertEnCours table.registre-table tbody tr[data-status="ne_plus_rappeler"] .registre-entry-name {
  color: #999; }

.registre-container-alertEnCours table.registre-table tbody tr[data-status="ne_plus_rappeler"] .entryPriorite {
  background: #999; }

table.registre-table tbody tr .toContact {
  color: #999; }

.registre-details .toContact {
  color: #767676; }

.registre-container-alertEnCours table.registre-table tbody tr[data-status="ne_plus_rappeler"]:hover,
.registre-container-alertEnCours table.registre-table tbody tr[data-status="ne_plus_rappeler"]:hover .entryStatus,
.registre-container-alertEnCours table.registre-table tbody tr[data-status="ne_plus_rappeler"]:hover td:first-child,
.registre-container-alertEnCours table.registre-table tbody tr[data-status="ne_plus_rappeler"]:hover .registre-entry-name,
.registre-container-alertEnCours table.registre-table tbody tr:hover .toContact,
.registre-container-alertEnCours table.registre-table tbody tr[data-status="ne_plus_rappeler"]:focus,
.registre-container-alertEnCours table.registre-table tbody tr[data-status="ne_plus_rappeler"]:focus .entryStatus,
.registre-container-alertEnCours table.registre-table tbody tr[data-status="ne_plus_rappeler"]:focus td:first-child,
.registre-container-alertEnCours table.registre-table tbody tr[data-status="ne_plus_rappeler"]:focus .registre-entry-name,
.registre-container-alertEnCours table.registre-table tbody tr:focus .toContact,
.registre-container-alertEnCours table.registre-table tbody tr[data-status="ne_plus_rappeler"]#nextAppel,
.registre-container-alertEnCours table.registre-table tbody tr[data-status="ne_plus_rappeler"]#nextAppel .entryStatus,
.registre-container-alertEnCours table.registre-table tbody tr[data-status="ne_plus_rappeler"]#nextAppel td:first-child,
.registre-container-alertEnCours table.registre-table tbody tr[data-status="ne_plus_rappeler"]#nextAppel .registre-entry-name,
.registre-container-alertEnCours table.registre-table tbody tr#nextAppel .toContact {
  color: #fff; }

table.registre-table tbody tr .entryPriorite {
  padding: 0.125rem 0.5rem;
  border-radius: 50%;
  background: #999;
  color: #fff;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif; }

table.registre-table tbody tr[data-priorite="prio1"] .entryPriorite {
  background: #c33; }

table.registre-table tbody tr[data-priorite="prio2"] .entryPriorite {
  background: #e83; }

table.registre-table tbody tr[data-priorite="prio3"] .entryPriorite {
  background: #a80; }

table.registre-table:not(.registre-table-visites) tbody tr:hover,
table.registre-table:not(.registre-table-visites) tbody tr:focus,
table.registre-table:not(.registre-table-visites) tbody tr#nextAppel {
  outline: 0 !important;
  background: #0463b3;
  color: #fff; }

table.registre-table tbody tr:hover td:nth-child(n),
table.registre-table tbody tr:focus td:nth-child(n),
table.registre-table tbody tr#nextAppel td:nth-child(n),
table.registre-table tbody tr:hover td:nth-child(n) .registre-entry-name,
table.registre-table tbody tr:focus td:nth-child(n) .registre-entry-name,
table.registre-table tbody tr#nextAppel td:nth-child(n) .registre-entry-name,
table.registre-table tbody tr[data-status="ne_plus_rappeler"]:hover td:nth-child(n) .entryStatus,
table.registre-table tbody tr[data-status="ne_plus_rappeler"]:focus td:nth-child(n) .entryStatus,
table.registre-table tbody tr[data-status="ne_plus_rappeler"]#nextAppel td:nth-child(n) .entryStatus {
  background: none;
  color: inherit !important; }

table.registre-table tbody td:not(:first-child),
table.registre-table tbody td:first-child .registre-entry-fullName,
.modalSearchPersonne .searchcontainer-content table td {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

table.registre-table tbody td:first-child .registre-entry-fullName {
  display: block; }

table.registre-table tbody td:first-child
.modalSearchPersonne .searchcontainer-content table td {
  background: none !important;
  border: 0;
  line-height: 1.625rem; }

table.registre-table tr.binded-entry td:first-child::before {
  content: "";
  z-index: 1;
  display: block;
  position: absolute;
  top: -50%;
  bottom: 50%;
  left: 0.125rem;
  width: 0.5rem;
  border-top: 0.1875rem solid #0463b3;
  border-bottom: 0.1875rem solid #0463b3;
  border-left: 0.1875rem solid #0463b3; }

table.registre-table tr.binded-entry.binded-entry-wrong td:first-child::before {
  border-color: #c33; }

table.registre-table tbody td .registre-entry-name {
  text-transform: uppercase; }

table.registre-table tbody td .number-wrong {
  color: #c33; }

table.registre-table:not(.registre-table-visites) tbody tr:hover .number-wrong,
table.registre-table:not(.registre-table-visites) tbody tr:focus .number-wrong {
  color: inherit; }

table.registre-table tr.appelePdtAlerte .registre-entry-name::before {
  content: "\2713";
  z-index: 2;
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.3125rem;
  background: #0a0;
  color: #fff;
  text-align: center;
  line-height: 1.125rem;
  border-radius: 50%;
  font-weight: bold;
  font-size: 0.875rem; }

table.registre-table tr.appelePdtAlerte td:first-child {
  padding-left: 0.3125rem; }

/* REGISTRE ENTRY DETAILS */
aside.registre-container-aside {
  position: sticky;
  top: 1.25rem;
  margin-left: 1.25rem; }

aside.registre-container-aside-noMargin {
  margin-left: 0; }

.registre-details {
  position: relative;
  width: 32.25rem;
  padding: 1.25rem 0 0;
  background: #f2f2f2;
  box-shadow: 0 0.125rem 0.625rem #cccccc; }

.registre-container-aside button.registre-details-edit {
  position: absolute;
  z-index: 2;
  top: 1.25rem;
  right: 1.25rem;
  padding: 0.375rem 0.75rem 0.375rem 2rem;
  line-height: 1.375rem;
  background-color: #0463b3;
  background-image: url("../images/pictos-registre.svg#edit");
  background-position: left 0.5rem top 0.4375rem;
  background-size: 1.25rem 1.25rem;
  color: #fff;
  border-radius: 0.25rem;
  -webkit-transition: background .25s ease-out;
  transition: background .25s ease-out; }

button.registre-details-edit::before,
button.registre-details-edit::after {
  display: none !important; }

button.registre-details-edit:hover,
button.registre-details-edit:focus {
  background-color: #035396; }

.registre-details-header {
  margin-bottom: 1rem;
  padding: 0 11.875rem 0 1.25rem; }

.registre-details-name {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  color: #0463b3; }

.registre-entry-name {
  text-transform: uppercase; }

.registre-details-age {
  margin-left: 0.75rem;
  color: #555; }

.registre-details-priorite {
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  color: #767676; }

.registre-details-prioriteNumber {
  padding: 0.0625rem 0.4375rem;
  border-radius: 50%;
  background: #999;
  color: #fff; }

.registre-details-priorite.prio1 {
  color: #c33; }

.registre-details-priorite.prio1 .registre-details-prioriteNumber {
  background: #cc3333; }

.registre-details-priorite.prio2 {
  color: #e83; }

.registre-details-priorite.prio2 .registre-details-prioriteNumber {
  background: #e83; }

.registre-details-priorite.prio3 {
  color: #a80; }

.registre-details-priorite.prio3 .registre-details-prioriteNumber {
  background: #a80; }

.registre-details-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 1.25rem 1.25rem;
  line-height: 1.5; }

.registre-details-tels {
  position: relative;
  margin-right: 6.25rem; }

.registre-details-tels.enCours {
  margin-bottom: 1.25rem; }

.registre-details-tels.enCours::after,
.registre-details-statuts.supprimee::after {
  display: block;
  position: absolute;
  width: 7.5rem;
  color: #fff;
  border-radius: 0.25rem;
  text-align: center;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  transform-origin: center center; }

.registre-details-tels.enCours::after {
  content: "Appel en cours";
  left: 50%;
  bottom: -2.5rem;
  padding: 0.125rem 0;
  background: #393;
  font-size: 0.875rem;
  transform: translateX(-50%) translateY(-50%) rotateZ(-6deg);
  transform: translateX(-50%) translateY(-50%) rotateZ(-6deg); }

.registre-details-statuts.supprimee::after {
  content: "Personne supprimée";
  left: 1.25rem;
  bottom: 50%;
  padding: 0.25rem 0 0.375rem;
  background: #c33;
  font-size: 1.125rem;
  line-height: 1.2;
  transform: translateY(50%) rotateZ(-6deg);
  transform: translateY(50%) rotateZ(-6deg); }

.registre-details-tel,
.registre-details-statut-value {
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  color: #555; }

.registre-details-statut-value.appel_infructueux,
.registre-details-statut-value.rappel_tiers {
  color: #a80; }

.registre-details-statut-value.vulnerable {
  color: #e83; }

.registre-details-statut-value.difficulte_immediate,
.registre-details-statut-value.a_supprimer {
  color: #c33; }

dl.registre-details-section {
  position: relative;
  margin: 0;
  padding: 1.25rem;
  font-size: 0.875rem; }

dl.registre-details-section:nth-child(2n) {
  background: #fff; }

dl.registre-details-section:nth-child(2n+1) {
  background: #f5f5f5; }

dl.registre-details-section .registre-details-group + .registre-details-group {
  margin-top: 0.5rem; }

dl.registre-details-section dt,
dl.registre-details-section dd {
  margin: 0;
  line-height: 1.4; }

dl.registre-details-section .registre-details-group-inline dt,
dl.registre-details-section .registre-details-group-inline dd {
  display: inline; }

dl.registre-details-section .registre-details-group:not(.registre-details-group-inline) dd {
  margin-top: 0.125rem;
  padding-left: 1.25rem; }

dl.registre-details-section dt {
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-weight: normal;
  color: #555; }

.tiers-ok,
.tiers-not-ok {
  display: block;
  margin-top: 0.25rem;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif; }

.tiers-ok {
  color: #080; }

.tiers-not-ok {
  color: #c33; }

.linkedPersonne {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.5rem;
  line-height: 1.5rem;
  margin-top: 0.5rem; }

.registre-details .linkedPersonne button,
.registre-details .linkedPersonne a {
  display: inline-block;
  height: 1.5rem;
  line-height: 1.5rem;
  margin-left: 0.5rem;
  padding: 0 0.5rem;
  background: #0463b3;
  color: #fff;
  border-radius: 0.25rem;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-transition: background .25s ease-out;
  transition: background .25s ease-out; }

.registre-details .linkedPersonne button:hover,
.registre-details .linkedPersonne button:focus,
.registre-details .linkedPersonne a:hover,
.registre-details .linkedPersonne a:focus {
  background: #035396; }

.registre-details .registre-details-section:nth-last-child(2) {
  padding-bottom: 4.375rem; }

.contrib-name-wrapper {
  position: absolute;
  bottom: 1.25rem;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

p.contrib-name {
  height: 1.75rem;
  line-height: 1.75rem;
  margin: 0;
  padding: 0 0.5rem;
  background: #eceff8;
  font-size: 0.875rem;
  color: #555;
  border-radius: 0.25rem;
  box-shadow: 0 0 0.3125rem #aaaaaa; }

p.contrib-name strong {
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-weight: normal; }

h2.linkedEntry-section-title {
  margin: 3.75rem 0 0;
  padding: 0 1.25rem;
  font-size: 2rem;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  text-align: center;
  color: #555; }

/* Fake entry details */
.registre-details-fake.registre-details-edit {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 8.75rem;
  height: 2rem;
  border-radius: 0.25rem;
  background: #0463b3;
  opacity: .25; }

.registre-details-fake.registre-details-name {
  width: 11.25rem;
  height: 1.25rem;
  background: #0463b3;
  opacity: .5; }

.registre-details-fake.registre-details-more {
  width: 8.75rem;
  height: 0.75rem;
  margin-top: 0.75rem;
  background: #e2e2e2; }

.registre-details-fake.registre-details-tels,
.registre-details-fake.registre-details-statut {
  height: 1rem;
  margin-top: 0.75rem;
  background: #ccc; }

.registre-details-fake.registre-details-tels {
  width: 7.5rem; }

.registre-details-fake.registre-details-statut {
  width: 12.5rem; }

dl.registre-details-section .registre-details-fake {
  width: 18.75rem;
  height: 0.75rem;
  margin: 0.25rem 0; }

dl.registre-details-section .registre-details-fake + .registre-details-fake {
  margin-top: 1rem; }

dl.registre-details-section:nth-child(2n) .registre-details-fake {
  background: #e9e9e9; }

dl.registre-details-section:nth-child(2n+1) .registre-details-fake {
  background: #e5e5e5; }

/* Automate d'appels */
button.copy-numbers,
.aui button.copy-numbers {
  display: block;
  width: 12.5rem;
  margin: 0 auto;
  padding: 0.625rem 0.75rem;
  border-radius: 0.25rem;
  text-align: center;
  background: #0463b3;
  color: #fff;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-size: 1.125rem;
  -webkit-transition: background .25s ease-out;
  transition: background .25s ease-out; }

button.copy-numbers:hover,
button.copy-numbers:focus,
.aui button.copy-numbers:hover,
.aui button.copy-numbers:focus {
  background: #035396; }

button.copy-numbers + .registre-filters {
  margin-top: 2.5rem; }

p.copy-ok {
  width: 15.625rem;
  margin: 1.25rem auto 0;
  padding: 0.625rem 1rem;
  background: #313131;
  color: #fff; }

p.copy-ok.copy-ok-hidden {
  visibility: hidden; }

textarea.registre-automate,
.aui textarea.registre-automate {
  display: block;
  width: 100%;
  max-width: 83.75rem;
  height: 31.25rem;
  resize: none;
  margin: 1.25rem auto 0;
  padding: 0.625rem;
  background: #f6f9ff;
  border-radius: 0.25rem;
  border: 0.0625rem solid #cccccc;
  white-space: normal;
  word-break: break-all;
  cursor: default; }

/* DECLINAISON GROUPES CODEV */
p.metadata-groupe-title {
  font-size: 1.125rem; }

.groupes-codev-module button.print-listes {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  background: #0463b3;
  color: #fff;
  -webkit-transition: background .25s ease-out;
  transition: background .25s ease-out; }

.groupes-codev-module button.print-listes:hover,
.groupes-codev-module button.print-listes:focus {
  background: #035396; }

.table-groupe-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  left: 50%;
  width: 71.25rem;
  max-width: calc(100vw - rem(40px));
  margin: 2.5rem 0 3.75rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.table-groupe-wrapper .metadata-groupe {
  margin-left: 2.5rem; }

table.registre-table.codev-table tbody tr:nth-child(2n) {
  background: #eceff8;
  color: #313131;
  cursor: text; }

table.registre-table.codev-table tbody tr:nth-child(2n+1) {
  background: #f6f9ff;
  color: #313131;
  cursor: text; }

table.registre-table.codev-table thead th:first-child,
table.registre-table.codev-table tbody td:first-child {
  width: 25rem;
  max-width: 25rem;
  min-width: 25rem; }

table.registre-table.codev-table tbody td:first-child {
  color: #555; }

table.registre-table.codev-table thead th:nth-child(2),
table.registre-table.codev-table tbody td:nth-child(2),
table.registre-table.codev-table thead th:nth-child(3),
table.registre-table.codev-table tbody td:nth-child(3),
table.registre-table.codev-table thead th:nth-child(5),
table.registre-table.codev-table tbody td:nth-child(5) {
  width: 5rem;
  max-width: 5rem;
  min-width: 5rem;
  text-align: center; }

table.registre-table.codev-table thead th:nth-child(4),
table.registre-table.codev-table tbody td:nth-child(4) {
  width: 12.5rem;
  max-width: 12.5rem;
  min-width: 12.5rem;
  text-align: center; }

/* Pagination & loading */
.registre-container.loading {
  visibility: hidden; }

p.noNextAppel {
  max-width: 37.5rem;
  margin: 1.25rem 1.25rem 0;
  padding: 0.75rem 1rem;
  background: #fee5e2;
  color: #b50303;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif; }

.registre-container ~ .taglib-page-iterator {
  max-width: 86.25rem;
  margin: 1.25rem auto 0;
  padding: 0 1.25rem; }

.registre-container ~ .taglib-page-iterator .lfr-pagination-delta-selector,
.registre-container ~ .taglib-page-iterator .search-results {
  display: none; }

.registre-container ~ .taglib-page-iterator .lfr-pagination-config,
.registre-container ~ .taglib-page-iterator .lfr-pagination-buttons {
  float: none; }

.registre-container ~ .taglib-page-iterator .lfr-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.registre-container ~ .taglib-page-iterator .lfr-pagination-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2.5rem; }

.registre-container ~ .taglib-page-iterator .lfr-pagination-buttons li {
  margin: 0 0.25rem; }

.registre-container ~ .taglib-page-iterator .lfr-pagination-buttons li a {
  display: block;
  border: 0;
  background: #0463b3;
  color: #fff;
  text-shadow: none;
  border-radius: 0.25rem; }

.registre-container ~ .taglib-page-iterator .lfr-pagination-buttons li a:hover,
.registre-container ~ .taglib-page-iterator .lfr-pagination-buttons li a:focus {
  background: #035396;
  color: #fff; }

.registre-container ~ .taglib-page-iterator .lfr-pagination-buttons li.disabled a,
.registre-container ~ .taglib-page-iterator .lfr-pagination-buttons li.disabled a:hover,
.registre-container ~ .taglib-page-iterator .lfr-pagination-buttons li.disabled a:focus {
  background: #bbb; }

.registre-container ~ .taglib-page-iterator .dropdown-toggle {
  font-size: 1rem; }

html.dialog-iframe-root-node body {
  background: none; }

html.dialog-iframe-root-node body::before,
html.dialog-iframe-root-node body::after {
  display: none; }

.loadingmask-content {
  background: #fff !important;
  opacity: 1.0 !important; }

.modal[id*="selectAsset_15_contenu-web"] {
  width: 98% !important;
  max-width: 45.625rem !important;
  height: 98% !important;
  max-height: 50rem !important;
  left: 50% !important;
  top: 50% !important;
  margin: 0 !important;
  -webkit-transform: translateX(-50%) translateY(-50%) !important;
  transform: translateX(-50%) translateY(-50%) !important; }

#addPersonneVulnerable .modal-header,
#editPersonneVulnerable .modal-header,
#editAlert .modal-header,
.modal[id*="selectAsset_15_contenu-web"] .modal-header {
  padding: 0;
  border: 0; }

#addPersonneVulnerable .modal-header h3,
#editPersonneVulnerable .modal-header h3,
#editAlert .modal-header h3,
.modal[id*="selectAsset_15_contenu-web"] .modal-header h3 {
  position: relative;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-size: 1.5rem;
  text-align: center; }

.modal[id*="selectAsset_15_contenu-web"] .modal-header h3 {
  font-size: 0; }

.modal[id*="selectAsset_15_contenu-web"] .modal-header h3::before {
  content: "Trouver une personne dans le registre";
  font-size: 1.5rem; }

#addPersonneVulnerable .modal-header h3::after,
#editPersonneVulnerable .modal-header h3::after,
#editAlert .modal-header h3::after,
.modal[id*="selectAsset_15_contenu-web"] h3::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 7.5rem;
  height: 0;
  margin-left: -3.75rem;
  border-bottom: 0.25rem solid #bbbbbb; }

#addPersonneVulnerable .modal-header .btn.close,
#editPersonneVulnerable .modal-header .btn.close,
#editAlert .modal-header .btn.close,
.modal[id*="selectAsset_15_contenu-web"] .modal-header .btn.close {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 2.5rem;
  color: #0463b3;
  opacity: 1;
  box-shadow: none;
  text-shadow: none;
  float: none; }

#addPersonneVulnerable .modal-header .btn.close:hover,
#addPersonneVulnerable .modal-header .btn.close:focus,
#editPersonneVulnerable .modal-header .btn.close:hover,
#editPersonneVulnerable .modal-header .btn.close:focus,
#editAlert .modal-header .btn.close:hover,
#editAlert .modal-header .btn.close:focus,
.modal[id*="selectAsset_15_contenu-web"] .modal-header .btn.close:hover,
.modal[id*="selectAsset_15_contenu-web"] .modal-header .btn.close:focus {
  color: #035396; }

html:has(body.modalPersonneVulnerable) {
  padding: 0 !important; }

body.modalPersonneVulnerable,
body.modalPersonneVulnerable.modalSearchPersonne {
  padding: 1.25rem 1.25rem 1.875rem; }

.modalPersonneVulnerable #page-wrapper .journal-article-header-edit,
.modalPersonneVulnerable #page-wrapper .taglib-workflow-status,
.modalPersonneVulnerable #page-wrapper .article-toolbar,
.modalPersonneVulnerable #page-wrapper .nav-list .article-name,
.modalPersonneVulnerable #page-wrapper .nav-list li.tab,
.modalPersonneVulnerable #page-wrapper .nav-list .alert,
.modalPersonneVulnerable #page-wrapper .nav-list .btn:not([id*="publish"]),
.modalPersonneVulnerable #page-wrapper .tab-content .journal-article-container > .control-group:last-child {
  display: none; }

.is-admin.modalPersonneVulnerable #page-wrapper .article-toolbar {
  display: block; }

.is-admin.modalPersonneVulnerable #page-wrapper .article-toolbar .btn:not(:nth-child(3)) {
  display: none; }

.is-admin.modalPersonneVulnerable #page-wrapper .article-toolbar .btn-group {
  z-index: 10;
  position: fixed;
  right: 0;
  top: 6.875rem;
  padding: 1.25rem;
  background: #fff;
  box-shadow: 0 0 1.25rem 1.25rem white;
  font-family: DroidSans, AdjustedArial, sans-serif; }

.modalPersonneVulnerable #main-wrapper {
  background: #fff; }

.modalPersonneVulnerable .portlet-body .article-form {
  background: #fff; }

.modalPersonneVulnerable .portlet-body::after {
  content: "Les informations ont été correctement enregistrées.";
  z-index: -1;
  display: block;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  padding: 0.625rem 1.25rem;
  border: 1px solid  #42800a;
  background-color: #f1fbd1;
  color: #42800a;
  font-size: 1rem;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  text-align: center; }

.modalPersonneVulnerable .portlet-body::before {
  content: "";
  z-index: 0;
  display: block;
  position: absolute;
  top: 3.125rem;
  left: 0.625rem;
  width: 1.25rem;
  height: 0.5625rem;
  border-left: 0.3125rem solid #42800a;
  border-bottom: 0.3125rem solid #42800a;
  transform: rotateZ(-50deg) skew(-12deg); }

.modalPersonneVulnerable #page-wrapper .nav-list {
  z-index: 2;
  position: fixed;
  top: 0;
  right: 0;
  width: auto;
  min-height: 0;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  float: none; }

.modalPersonneVulnerable #page-wrapper .nav-list .button-holder {
  margin: 0;
  padding: 1.25rem;
  background: #fff;
  box-shadow: 0 0 1.25rem 1.25rem white; }

.modalPersonneVulnerable #page-wrapper .nav-list .btn,
.modalPersonneVulnerable .taglib-form-navigator .form-navigator-content .form-section#_15_relatedAssets .btn,
.is-admin.modalPersonneVulnerable #page-wrapper .article-toolbar .btn:nth-child(3) {
  padding: 0.625rem 1rem;
  background: #0463b3;
  color: #fff;
  border: 0;
  border-radius: 0.25rem;
  text-shadow: none;
  box-shadow: none;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-size: 1.125rem;
  -webkit-transition: background .25s ease-out;
  transition: background .25s ease-out; }

.modalPersonneVulnerable .taglib-form-navigator .form-navigator-content .form-section#_15_relatedAssets .btn,
.is-admin.modalPersonneVulnerable #page-wrapper .article-toolbar .btn:nth-child(3) {
  padding: 0.5rem 0.75rem;
  font-size: 1rem; }

.is-admin.modalPersonneVulnerable #page-wrapper .article-toolbar .btn:nth-child(3) {
  background: #108670; }

.modalPersonneVulnerable #page-wrapper .nav-list .btn:hover,
.modalPersonneVulnerable #page-wrapper .nav-list .btn:focus,
.modalPersonneVulnerable .taglib-form-navigator .form-navigator-content .form-section#_15_relatedAssets .btn:hover,
.modalPersonneVulnerable .taglib-form-navigator .form-navigator-content .form-section#_15_relatedAssets .btn:focus {
  background: #035396;
  color: #fff; }

.is-admin.modalPersonneVulnerable #page-wrapper .article-toolbar .btn:nth-child(3):hover,
.is-admin.modalPersonneVulnerable #page-wrapper .article-toolbar .btn:nth-child(3):focus {
  background: #06504f;
  color: #fff; }

.modalPersonneVulnerable .taglib-form-navigator .form-navigator-content .form-section#_15_relatedAssets .btn i,
.modalPersonneVulnerable .taglib-form-navigator .form-navigator-content .form-section#_15_relatedAssets .btn img {
  display: none; }

.modalPersonneVulnerable #page-wrapper .tab-content {
  width: 100%;
  min-height: 22.5rem;
  float: none; }

.modalPersonneVulnerable #page-wrapper .tab-content .field-wrapper {
  padding: 0;
  border: 0;
  background: none; }

.modalPersonneVulnerable #page-wrapper .tab-content .separator {
  display: none; }

.modalPersonneVulnerable #page-wrapper .tab-content .control-group.field-wrapper > span.control-label:first-child,
.taglib-form-navigator .form-navigator-content .form-section#_15_relatedAssets h3 {
  display: block;
  position: relative;
  margin: 3.75rem 0 1.5rem;
  padding-left: 1.25rem;
  color: #0463b3;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-size: 1.25rem;
  border: 0; }

.modalPersonneVulnerable #page-wrapper .tab-content .control-group.field-wrapper[data-repeatable="true"] > span.control-label:first-child {
  padding-right: 5rem; }

.modalPersonneVulnerable #page-wrapper .tab-content .control-group.field-wrapper > span.control-label:first-child::before,
.taglib-form-navigator .form-navigator-content .form-section#_15_relatedAssets h3::before {
  content: "";
  display: block;
  position: absolute;
  top: -1.75rem;
  left: 50%;
  width: 12.5rem;
  height: 0;
  margin-left: -6.25rem;
  border-top: 0.25rem solid #dddddd; }

.modalPersonneVulnerable #page-wrapper .tab-content .lfr-ddm-repeatable-add-button,
.modalPersonneVulnerable #page-wrapper .tab-content .lfr-ddm-repeatable-delete-button {
  top: -0.125rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #0463b3;
  -webkit-transition: background .25s ease-out;
  transition: background .25s ease-out; }

.modalPersonneVulnerable #page-wrapper .tab-content .lfr-ddm-repeatable-add-button:hover,
.modalPersonneVulnerable #page-wrapper .tab-content .lfr-ddm-repeatable-add-button:focus,
.modalPersonneVulnerable #page-wrapper .tab-content .lfr-ddm-repeatable-delete-button:hover,
.modalPersonneVulnerable #page-wrapper .tab-content .lfr-ddm-repeatable-delete-button:focus {
  background: #035396; }

.modalPersonneVulnerable #page-wrapper .tab-content .lfr-ddm-repeatable-add-button {
  right: 0.625rem; }

.modalPersonneVulnerable #page-wrapper .tab-content .lfr-ddm-repeatable-delete-button {
  right: 2.5rem; }

.modalPersonneVulnerable #page-wrapper .tab-content .lfr-ddm-repeatable-add-button::before,
.modalPersonneVulnerable #page-wrapper .tab-content .lfr-ddm-repeatable-add-button::after,
.modalPersonneVulnerable #page-wrapper .tab-content .lfr-ddm-repeatable-delete-button::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.625rem;
  height: 0.125rem;
  top: 50%;
  left: 50%;
  margin-top: -0.0625rem;
  margin-left: -0.3125rem;
  background: #fff; }

.modalPersonneVulnerable #page-wrapper .tab-content .lfr-ddm-repeatable-add-button::after {
  transform: rotateZ(90deg); }

.modalPersonneVulnerable #page-wrapper .tab-content .control-group {
  margin: 0 0 1.25rem; }

.modalPersonneVulnerable #page-wrapper .tab-content .control-group[data-fieldname="ordre_affichage"] {
  display: none; }

.modalPersonneVulnerable #page-wrapper .tab-content .control-group[data-fieldname="appel_en_cours"] {
  height: 0;
  opacity: 0; }

.modalPersonneVulnerable #page-wrapper .tab-content .control-label,
.modalPersonneVulnerable #page-wrapper .tab-content label.checkbox {
  display: inline-block;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  color: #666;
  font-size: 0.875rem; }

.modalPersonneVulnerable #page-wrapper .tab-content .control-label {
  margin: 0 0 0.5rem; }

.modalPersonneVulnerable.modalEditPersonneVulnerable #page-wrapper .tab-content .control-label[for*="date_dernier_appel"],
.modalPersonneVulnerable.modalEditPersonneVulnerable #page-wrapper .tab-content .control-label[for*="suite_a_donner"],
.modalPersonneVulnerable.modalEditPersonneVulnerable #page-wrapper .tab-content label.checkbox[for*="asso_ok"],
.modalPersonneVulnerable.modalEditPersonneVulnerable #page-wrapper .tab-content .control-label[for*="commentaires"],
.modalPersonneVulnerable.modalAddPersonneVulnerable #page-wrapper .tab-content .control-label[for*="date_dernier_appel"],
.modalPersonneVulnerable.modalAddPersonneVulnerable #page-wrapper .tab-content .control-label[for*="suite_a_donner"],
.modalPersonneVulnerable.modalAddPersonneVulnerable #page-wrapper .tab-content label.checkbox[for*="asso_ok"],
.modalPersonneVulnerable.modalAddPersonneVulnerable #page-wrapper .tab-content .control-label[for*="commentaires"] {
  color: #070; }

.modalPersonneVulnerable #page-wrapper .tab-content label.checkbox {
  margin: 0.625rem 0 0; }

.modalPersonneVulnerable #page-wrapper .tab-content .label-required {
  font-family: DroidSans, AdjustedArial, sans-serif;
  color: #555;
  font-style: italic; }

.modalPersonneVulnerable #page-wrapper .tab-content .label-required + .label-required {
  display: none; }

.modalPersonneVulnerable #page-wrapper .tab-content input[type="text"],
.modalPersonneVulnerable #page-wrapper .tab-content input[type="date"],
.modalPersonneVulnerable #page-wrapper .tab-content select,
.modalPersonneVulnerable #page-wrapper .tab-content textarea,
.modalSearchPersonne .navbar .navbar-inner .navbar-search input.search-query {
  width: 100%;
  min-width: 0;
  max-width: 100% !important;
  background: #f6f9ff;
  border: 0.0625rem solid #bbbbbb;
  border-radius: 0.25rem;
  box-shadow: none;
  font-family: DroidSans, AdjustedArial, sans-serif;
  font-size: 0.875rem;
  color: #313131;
  -webkit-transition: none;
  transition: none;
  box-sizing: border-box; }

.modalPersonneVulnerable #page-wrapper .tab-content input[type="text"].error-field,
.modalPersonneVulnerable #page-wrapper .tab-content input[type="date"].error-field,
.modalPersonneVulnerable #page-wrapper .tab-content select.error-field,
.modalPersonneVulnerable #page-wrapper .tab-content textarea.error-field {
  background: #ffefea;
  border-color: #d99; }

.modalPersonneVulnerable #page-wrapper .tab-content input[type="text"]:hover,
.modalPersonneVulnerable #page-wrapper .tab-content input[type="text"]:focus,
.modalPersonneVulnerable #page-wrapper .tab-content input[type="date"]:hover,
.modalPersonneVulnerable #page-wrapper .tab-content input[type="date"]:focus,
.modalPersonneVulnerable #page-wrapper .tab-content select:hover,
.modalPersonneVulnerable #page-wrapper .tab-content select:focus,
.modalPersonneVulnerable #page-wrapper .tab-content textarea:hover,
.modalPersonneVulnerable #page-wrapper .tab-content textarea:focus,
.modalSearchPersonne .navbar .navbar-inner .navbar-search input.search-query:hover,
.modalSearchPersonne .navbar .navbar-inner .navbar-search input.search-query:focus {
  background: #faffee;
  border-color: #0463b3; }

.modalPersonneVulnerable #page-wrapper .tab-content input[type="text"]:focus,
.modalPersonneVulnerable #page-wrapper .tab-content input[type="date"]:focus,
.modalPersonneVulnerable #page-wrapper .tab-content select:focus,
.modalPersonneVulnerable #page-wrapper .tab-content textarea:focus,
.modalSearchPersonne .navbar .navbar-inner .navbar-search input.search-query:focus {
  outline: none !important; }

.modalPersonneVulnerable #page-wrapper .tab-content input[type="text"],
.modalPersonneVulnerable #page-wrapper .tab-content input[type="date"],
.modalPersonneVulnerable #page-wrapper .tab-content select {
  height: 2rem;
  padding: 0 0.75rem; }

.modalSearchPersonne .navbar .navbar-inner .navbar-search input.search-query {
  width: 22.5rem !important;
  height: 2.5rem;
  padding: 0 0.75rem;
  font-size: 1rem; }

.modalPersonneVulnerable #page-wrapper .tab-content textarea {
  padding: 0.625rem; }

.modalPersonneVulnerable #page-wrapper .tab-content .help-inline .required {
  margin-top: 0.25rem;
  color: #c33;
  font-size: 0.875rem;
  font-style: italic; }

.modalPersonneVulnerable.modalAlert #page-wrapper .journal-article-body-content > .journal-article-general-fields {
  display: none; }

.modalPersonneVulnerable:not(.modalAlert) .taglib-form-navigator .form-navigator-content .form-section#_15_relatedAssets {
  display: block;
  padding-bottom: 1.25rem; }

.modalPersonneVulnerable ul.lfr-menu-list.dropdown-menu[aria-labelledby*="inputAssetLinks"] {
  padding: 0.375rem; }

.modalPersonneVulnerable ul.lfr-menu-list.dropdown-menu[aria-labelledby*="inputAssetLinks"] li a:not(#_15_contenu-web),
.modalPersonneVulnerable ul.lfr-menu-list.dropdown-menu[aria-labelledby*="inputAssetLinks"] li a img {
  display: none; }

.modalPersonneVulnerable ul.lfr-menu-list.dropdown-menu[aria-labelledby*="inputAssetLinks"] li a {
  position: relative;
  display: block;
  width: 15rem;
  height: 2.5rem; }

.modalPersonneVulnerable ul.lfr-menu-list.dropdown-menu[aria-labelledby*="inputAssetLinks"] li a::after {
  content: "Trouver une personne";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 2.875rem;
  background: #0463b3;
  color: #fff;
  font-size: 1.125rem;
  font-family: DroidSansBold, ArialAdjustedBold, sans-serif;
  border-radius: 0.25rem; }

.modalPersonneVulnerable ul.lfr-menu-list.dropdown-menu[aria-labelledby*="inputAssetLinks"] li a:hover::after,
.modalPersonneVulnerable ul.lfr-menu-list.dropdown-menu[aria-labelledby*="inputAssetLinks"] li a:focus::after {
  background: #035396;
  color: #fff; }

.modalPersonneVulnerable #_15_assetLinksSearchContainer table {
  display: block;
  margin: 0;
  border: 0; }

.modalPersonneVulnerable #_15_assetLinksSearchContainer table::before {
  content: "Personnes liées :";
  display: block;
  margin-bottom: 0.5rem;
  font-family: DroidSansBold, AdjustedArialBold, "sans-serif";
  color: #555;
  font-size: 1rem; }

.modalPersonneVulnerable #_15_assetLinksSearchContainer table thead,
.modalPersonneVulnerable #_15_assetLinksSearchContainer table tbody td:first-child,
.modalPersonneVulnerable #_15_assetLinksSearchContainer table tbody td:nth-child(3) {
  display: none; }

.modalPersonneVulnerable #_15_assetLinksSearchContainer table tbody td {
  display: inline-block;
  border: 0;
  background: #fff; }

.modalPersonneVulnerable #_15_assetLinksSearchContainer table tbody td:nth-child(2) {
  font-family: DroidSansBold, AdjustedArialBold, "sans-serif";
  font-size: 1rem;
  color: #0463b3; }

.modalPersonneVulnerable #_15_assetLinksSearchContainer table tbody td:nth-child(4) {
  margin-left: 0.625rem;
  padding: 0.25rem; }

.modalPersonneVulnerable #_15_assetLinksSearchContainer table tbody td a {
  display: block;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  background: #eceff8; }

.modalPersonneVulnerable #_15_assetLinksSearchContainer table tbody td a:hover,
.modalPersonneVulnerable #_15_assetLinksSearchContainer table tbody td a:focus {
  background: #b3d0e8; }

.modalSearchPersonne .taglib-search-iterator-page-iterator-top,
.modalSearchPersonne .taglib-search-iterator-page-iterator-bottom,
.modalSearchPersonne .navbar .container .nav-collapse[id*="NavbarCollapse"],
.modalSearchPersonne .navbar .container .btn,
.modalSearchPersonne .separator,
.modalSearchPersonne .navbar .advanced-search .toggle-advanced {
  display: none; }

.modalSearchPersonne .navbar .navbar-inner,
.modalSearchPersonne .navbar .navbar-inner .navbar-search {
  background: none;
  border: 0;
  box-shadow: none; }

.modalSearchPersonne .navbar .navbar-inner .navbar-search {
  margin: 1.25rem 0; }

.modalSearchPersonne .navbar .container .nav-collapse[id*="NavbarSearchCollapse"] {
  display: block;
  height: auto; }

.modalSearchPersonne .searchcontainer-content table th:nth-child(2),
.modalSearchPersonne .searchcontainer-content table td:nth-child(2),
.modalSearchPersonne .searchcontainer-content table th:nth-child(5),
.modalSearchPersonne .searchcontainer-content table td:nth-child(5) {
  display: none; }

table.registre-table tr,
.modalSearchPersonne .searchcontainer-content tr {
  position: relative; }

table.registre-table tr::after,
.modalSearchPersonne .searchcontainer-content tbody tr::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: -0.125rem;
  height: 0;
  border-top: 0.25rem solid white; }

.modalSearchPersonne .searchcontainer-content table td {
  background: none !important; }

.modalSearchPersonne .searchcontainer-content table {
  width: 41.875rem;
  border: 0; }

.modalSearchPersonne .searchcontainer-content table tbody th:first-child,
.modalSearchPersonne .searchcontainer-content table tbody td:first-child {
  width: 15.75rem !important;
  max-width: 15.75rem !important;
  min-width: 15.75rem !important; }

.modalSearchPersonne .searchcontainer-content table tbody th:nth-child(3),
.modalSearchPersonne .searchcontainer-content table tbody td:nth-child(3),
.modalSearchPersonne .searchcontainer-content table tbody th:nth-child(4),
.modalSearchPersonne .searchcontainer-content table tbody td:nth-child(4) {
  width: 7.5rem !important;
  max-width: 7.5rem !important;
  min-width: 7.5rem !important;
  font-size: 0.875rem; }

.modalSearchPersonne .searchcontainer-content table tbody th:nth-child(6),
.modalSearchPersonne .searchcontainer-content table tbody td:nth-child(6) {
  width: 5rem !important;
  max-width: 5rem !important;
  min-width: 5rem !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.modalSearchPersonne .searchcontainer-content table tbody td .btn {
  margin: 0;
  padding: 0.25rem 0.5rem;
  background: #0463b3;
  color: #fff;
  text-shadow: none;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-size: 1rem;
  border-radius: 0.375rem;
  box-shadow: none;
  -webkit-transition: background .25s ease-out;
  transition: background .25s ease-out; }

.modalSearchPersonne .searchcontainer-content table tbody td .btn:hover,
.modalSearchPersonne .searchcontainer-content table tbody td .btn:focus {
  background: #035396; }

section.redirection-section {
  max-width: 25rem;
  width: 100%;
  margin: 0 auto;
  padding-top: 5rem;
  padding-bottom: 5rem; }

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

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

p.redirection-mainBlock-txt {
  margin-bottom: 2.5rem;
  color: #0463b3;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-size: 1.25rem; }

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;
  color: #FFF;
  background-color: #0463b3;
  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: #035396;
  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.5rem; } }
/* FORM DESIGN */
/* General reset */
input[type='button'],
input[type='image'],
.aui input[type='button'],
.aui input[type='image'] {
  -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;
  line-height: 1.4;
  color: inherit;
  font-family: DroidSans, AdjustedArial, sans-serif; }

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

.aui select {
  padding-right: 0; }

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

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

/* Fake form - fake it until you make it */
.cdalr-form.fake-form fieldset {
  opacity: 0.5; }

.cdalr-form.fake-form .control-label {
  width: 6.25rem; }

.cdalr-form.in-progress {
  position: relative; }

.cdalr-form.in-progress::after {
  content: "Calcul en cours";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -0.625rem;
  bottom: -0.625rem;
  left: -0.625rem;
  right: -0.625rem;
  background: rgba(255, 255, 255, 0.85);
  font-size: 2rem;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  color: #0463b3; }

/* Form validation messages */
#body-wrapper .error-cdalr-form {
  color: #C60;
  background-color: #F7F4D9;
  border-color: #C90; }

#body-wrapper .error-cdalr-form a {
  font-family: DroidSans, AjustedArial, 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.8125rem;
  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: #014898; }

.fake-portlet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 45rem;
  height: 9.375rem;
  margin: 1.875rem auto;
  background: #f2f2f2;
  border-top: 1.5rem solid #509dc8; }

.fake-portlet-loading {
  padding: 0.625rem 0.625rem 0.625rem 2.875rem;
  text-align: center;
  color: #0053a0;
  font-size: 1.25rem;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif; }

@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,
.fake-portlet-loading::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  margin-top: -0.75rem;
  border-radius: 50%;
  border-bottom: 0.1875rem solid #014898;
  border-right: 0.1875rem solid #014898;
  -webkit-animation: spin 0.75s infinite linear;
  animation: spin 0.75s infinite linear; }

#fullPage-alert-blockWaiting-content::before {
  left: 0.375rem; }

.fake-portlet-loading::before {
  left: 0.625rem; }

.aui .interior-article-media .alert {
  max-width: 37.5rem;
  margin: auto; }

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

/* Specific design */
.interior-article-paragraph .cdalr-form {
  width: 48.75rem;
  max-width: 100%;
  margin: 3.75rem auto;
  text-align: left; }

.cdalr-form h3.form-sections-title {
  margin-bottom: 2.5rem;
  padding: 0.75rem 1.25rem;
  background: #313131;
  color: #fff; }

.cdalr-form fieldset {
  max-width: 43.75rem;
  margin: 0 auto 0.625rem;
  border: 0;
  padding: 0;
  border-radius: 0;
  background: none; }

.cdalr-form fieldset:not(:first-child) {
  margin-top: 1.875rem; }

.cdalr-form legend {
  display: block;
  width: calc(100% - 2.5rem);
  margin: 0 1.25rem 0.5rem;
  padding: 0 1.25rem 0.625rem;
  border-bottom: 0.0625rem solid #cccccc;
  color: #0463b3;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-size: 1.25rem;
  line-height: 1.2; }

.cdalr-form .control-group-horizontal-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.cdalr-form .control-group-horizontal-wrapper .control-group:first-child {
  -webkit-box-flex: 3;
  -ms-flex: 3 0 0%;
  flex: 3 0 0%; }

.cdalr-form .control-group-horizontal-wrapper .control-group:not(:first-child) {
  -webkit-box-flex: 2;
  -ms-flex: 2 0 0%;
  flex: 2 0 0%;
  margin-left: 2.5rem; }

.cdalr-form .control-group {
  width: 100%; }

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

.cdalr-form .control-group label.control-label,
.aui .cdalr-form .control-group label.control-label {
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  color: #555;
  font-size: 1rem; }

.cdalr-form .control-group label.control-label.control-label-required:not([for="contact_urgence_tel_alt"]):not([for="tiers_tel_alt"])::after {
  content: "*";
  margin-left: 0.25rem;
  color: #c33;
  font-style: italic; }

.cdalr-form .control-group label.control-label:not(.control-label-required)::after,
.cdalr-form .control-group label.control-label.control-label-required[for="contact_urgence_tel_alt"]::after,
.cdalr-form .control-group label.control-label.control-label-required[for="tiers_tel_alt"]::after {
  content: "(facultatif)";
  margin-left: 0.25rem;
  font-family: DroidSans, AdjustedArial, sans-serif;
  font-size: 0.875rem;
  font-style: italic; }

.cdalr-form .control-group.control-group-inline .controls label.control-label {
  font-family: DroidSans;
  margin-right: 8px;
  color: #313131; }

.cdalr-form .control-group.control-group-inline .controls label.control-label:not(:first-child) {
  margin-left: 8px; }

.cdalr-form .control-group.control-group-inline .controls label.control-label:not(.control-label-required)::after {
  display: none; }

.cdalr-form .control-group .controls input,
.cdalr-form .control-group .controls textarea,
.cdalr-form .control-group .controls select {
  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;
  margin: 0;
  padding: 0.5rem 0.9375rem;
  border-radius: 0.25rem;
  border: 0.0625rem solid #bbbbbb;
  background: #f6f9ff;
  font-size: 1rem;
  -webkit-transition: none;
  transition: none; }

.cdalr-form .control-group .controls select {
  padding: 0.8125rem 0.9375rem; }

.cdalr-form .control-group .controls input + input {
  margin-left: 1.25rem; }

.cdalr-form .control-group .controls input,
.cdalr-form .control-group .controls select {
  height: 3.125rem;
  line-height: 1.875rem; }

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

.cdalr-form .control-group .controls textarea {
  height: 15rem; }

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

.cdalr-form .control-group .controls .select-container {
  position: relative; }

.cdalr-form .control-group .controls .select-container::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 1rem;
  height: 1rem;
  margin-top: -0.625rem;
  border-bottom: 0.25rem solid #0463b3;
  border-right: 0.25rem solid #0463b3;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }

.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: #fcaca5;
  background-color: #fee5e2;
  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: #014898;
  background-color: #faffee;
  color: #313131; }

.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 .required-fields,
.cdalr-form .form-actions {
  padding: 0;
  background: transparent;
  border: 0; }

.cdalr-form .required-fields {
  max-width: 43.75rem;
  margin: 0 auto;
  font-style: italic;
  font-size: 0.875rem; }

.cdalr-form .form-actions {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 2.5rem 0 0; }

#body-wrapper .cdalr-form .form-actions input[type="submit"],
#body-wrapper .cdalr-form .form-actions button[type="submit"] {
  display: block;
  left: auto;
  margin: 0;
  line-height: 1.2;
  text-transform: uppercase;
  -webkit-transform: none;
  transform: none; }

.cdalr-form .form-actions input[id*="raz"],
.cdalr-form .form-actions button[id*="raz"] {
  display: block;
  width: auto;
  margin: 0;
  padding: 0.5rem 1rem;
  line-height: 1.2;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  color: #0463b3;
  background: #fff;
  border: 0.125rem solid #0463b3;
  border-radius: 0.375rem;
  text-shadow: none;
  font-size: 1rem;
  box-shadow: none;
  -webkit-transition: background .25s ease-out, color .25s ease-out;
  transition: background .25s ease-out, color .25s ease-out; }

.cdalr-form .form-actions input[id*="raz"]:hover,
.cdalr-form .form-actions input[id*="raz"]:focus,
.cdalr-form .form-actions button[id*="raz"]:hover,
.cdalr-form .form-actions button[id*="raz"]:focus {
  background: #0463b3;
  color: #fff; }

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

.cdalr-form .control-group .controls .radio-block + .radio-block {
  margin-top: 0.625rem; }

.cdalr-form .control-group .controls .radio-block:hover {
  background: none !important;
  color: #555 !important; }

.aui .cdalr-form .control-group .controls .radio-input,
.aui .cdalr-form .control-group .controls .checkbox-input {
  position: absolute;
  width: 1px;
  height: 1px;
  background: none;
  border: 0;
  -webkit-appearance: none;
  appearance: none; }

.aui .cdalr-form .control-group .controls .radio-input:focus,
.aui .cdalr-form .control-group .controls .checkbox-input:focus {
  outline: 0 !important; }

.cdalr-form .control-group .controls .radio-label {
  position: relative;
  min-height: 1.25rem;
  line-height: 1.25rem;
  padding-left: 1.875rem;
  color: #555; }

.cdalr-form .control-group .controls .radio-input + .radio-label::before,
.cdalr-form .control-group .controls .radio-input + input[type="hidden"] + .radio-label::before {
  content: "";
  position: absolute;
  display: block;
  width: 1.0625rem;
  height: 1.125rem;
  left: 0.0625rem;
  top: 50%;
  margin-top: -0.5625rem;
  border-radius: 0.125rem;
  border: 0.125rem solid #aaaaaa; }

.cdalr-form .control-group .controls .radio-input:checked + .radio-label::before,
.cdalr-form .control-group .controls .radio-input:checked + input[type="hidden"] + .radio-label::before {
  border-color: #0463b3;
  background: #0463b3; }

.cdalr-form .control-group .controls .radio-input:checked + .radio-label::after,
.cdalr-form .control-group .controls .radio-input:checked + input[type="hidden"] + .radio-label::after {
  content: "\2713";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0.1875rem;
  top: 0;
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem; }

.aui .cdalr-form .control-group .controls .radio-input:focus + .radio-label {
  outline: 0.125rem solid #0463b3 !important;
  outline-offset: 0.125rem !important; }

.cdalr-form .control-group .controls .radio-input + .radio-label:hover,
.aui .cdalr-form .control-group .controls .radio-input:focus + .radio-label {
  color: #0463b3; }

.cdalr-form .control-group .controls .radio-input + .radio-label:hover::before,
.aui .cdalr-form .control-group .controls .radio-input:focus + .radio-label::before {
  border-color: #0463b3; }

.cdalr-form .control-group .controls .radio-input:disabled + .radio-label {
  color: #cccccc; }

.cdalr-form .control-group .controls .radio-input:disabled + .radio-label::before {
  border-color: #e2e2e2;
  background: none; }

.cdalr-form .control-group .controls .radio-input:disabled + .radio-label::after {
  display: none; }

/* Search results & pagination */
#body-wrapper .cdalr-form p.search-results-total {
  margin: 0.625rem 0 1.875rem;
  padding-left: 1.25rem;
  font-size: 1.25rem;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  color: #0463b3; }

#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: #0463b3;
  float: none; }

#body-wrapper .cdalr-form .pagination .pagination-content li.active a {
  background: #035396;
  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: #0463b3;
  color: #fff; }

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

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

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

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

p.error-fields {
  font-family: DroidSansBold, AdjustedArialBold, "sans-serif";
  color: #c33; }

/* Algolia places */
button.ap-icon-clear,
button.ap-icon-pin {
  display: none; }

.cdalr-form .control-group .controls .algolia-places {
  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; }

.cdalr-form .control-group .controls .algolia-places input {
  width: 100%; }

.cdalr-form .control-group .controls .algolia-places + input#postCode {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-left: 1.25rem; }

.cdalr-form .control-group .controls .algolia-places + input#postCode + input#city {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1; }

.cdalr-form .ap-dropdown-menu {
  top: 3.75rem !important;
  margin-top: 0.3125rem; }

@media (max-width: 47.5rem) {
  .cdalr-form .control-group .controls .algolia-places {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 1.25rem; }

  .cdalr-form .control-group .controls .algolia-places + input#postCode,
  .cdalr-form .control-group .controls input#postCode {
    margin-left: 0; } }
/* Docs list */
#_10068_WAR_fu_facets {
  display: none; }

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

#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 {
  position: relative;
  margin: 1.25rem 0 0.3125rem;
  padding-left: 1.875rem;
  line-height: 1.5;
  font-size: 1rem; }

.interior-article-moreContent-doc::before,
.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; }

.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: #0463b3;
  border-bottom: 0.0625rem solid #0463b3; }

.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: #767676; }

.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: #767676; }

.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: 0;
  background: #fff; }

.alfresco-options fieldset,
.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_ .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 {
  display: inline-flex;
  align-items: center;
  min-height: 1.75rem;
  width: auto;
  height: auto;
  margin: 1.25rem 0 0.3125rem;
  line-height: 1.2;
  padding: 0 2.25rem 0 0.25rem;
  background: #fff;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  color: #0463b3;
  font-size: 1rem;
  white-space: normal;
  cursor: pointer;
  -webkit-transition: background .25s ease-out, color .25s ease-out;
  transition: background .25s ease-out, color .25s ease-out; }

ul.interior-article-moreContent-docs .interior-article-moreContent-folder:first-child .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;
  right: 0.5rem;
  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;
  border-bottom: 0.0625rem solid transparent;
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  -webkit-transition: background-color .25s ease-out;
  transition: background-color .25s ease-out; }

.interior-article-moreContent-folder.jstree-open > .jstree-icon.interior-article-moreContent-docs-title::after {
  -webkit-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg); }

.jstree .jstree-icon.interior-article-moreContent-docs-title:hover,
.jstree .jstree-icon.interior-article-moreContent-docs-title:focus {
  color: #fff;
  background: #0463b3; }

.jstree .jstree-icon.interior-article-moreContent-docs-title:hover::after,
.jstree .jstree-icon.interior-article-moreContent-docs-title:focus::after {
  background-color: #fff;
  background-position: -1.5rem -.125rem; }

.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:not(.interior-article-moreContent-folder) ins {
  display: none; }

.jstree li.interior-article-moreContent-folder ul {
  visibility: hidden; }

.interior-article-mainContent ul li.interior-article-moreContent-folder::before {
  display: none; }

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

.datepicker-close {
  position: absolute;
  z-index: 2;
  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; }

.cdalr-form .control-group .datepickerdropdown .datepicker-table tr {
  background: none; }

.datepicker-table .daysRow > td {
  height: 1.75rem;
  color: #0463B3;
  font-size: 0.9em; }

input[type="button"].datepicker-changeMonth,
.aui .cdalr-form .control-group .controls input[type="button"].datepicker-changeMonth {
  width: 1.875rem;
  height: 1.875rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  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:hover,
input[type="button"].datepicker-changeMonth:focus,
.aui .cdalr-form .control-group .controls input[type="button"].datepicker-changeMonth:hover,
.aui .cdalr-form .control-group .controls input[type="button"].datepicker-changeMonth:focus {
  background-color: #0463B3; }

td:nth-child(2) > input[type="button"].datepicker-changeMonth,
.aui .cdalr-form .control-group .controls 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;
  color: #555;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-size: 1rem;
  border: 0;
  border-bottom: 0.0625rem solid #cccccc; }

input[type="button"].datepicker-day,
.aui .cdalr-form .control-group .controls input[type="button"].datepicker-day {
  width: 2.25rem;
  height: 1.875rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  font-family: DroidSansBold, AdjustedArialBold, sans-serif;
  font-size: 0.875rem;
  background: #EFEFEF;
  color: #035396; }

input[type="button"].datepicker-day.datepicker-otherMonth,
.aui .cdalr-form .control-group .controls 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,
.aui .cdalr-form .control-group .controls input[type="button"].datepicker-day.datepicker-today,
.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 {
  background: #0463B3;
  color: #FFF; }

input[type="button"].datepicker-day.datepicker-selected,
.aui .cdalr-form .control-group .controls 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: #C23D83;
  color: #FFF;
  outline: 0 !important; }

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.datepicker-otherMonth:hover,
.aui .cdalr-form .control-group .controls 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: 3.125rem;
  line-height: 1.625rem;
  margin: 0;
  padding: 0.5rem 0.75rem;
  border: 0.0625rem solid #bbbbbb;
  border-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%;
  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::before {
  display: none; }

.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::before {
  display: none; }

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

@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::after,
  #body-wrapper #main-wrapper .portlet-dockbar,
  #page-wrapper header.main-header .useful-content,
  #body-wrapper #main-wrapper label.main-nav-display-label,
  #body-wrapper #main-wrapper nav.main-nav,
  #body-wrapper #main-wrapper #main-nav-btn,
  #body-wrapper #main-wrapper .breadcrumb-wrapper,
  #body-wrapper #main-wrapper header.main-header,
  #body-wrapper #main-wrapper footer.main-footer,
  #body-wrapper #main-wrapper iframe,
  #body-wrapper #main-wrapper video,
  #body-wrapper #main-wrapper a[href]::after,
  #body-wrapper #main-wrapper abbr[title]:after,
  #body-wrapper #main-wrapper .preprod-banner,
  #body-wrapper #main-wrapper #cookie-notice,
  #body-wrapper #main-wrapper button.copy-numbers,
  #body-wrapper #main-wrapper .registre-filters,
  #body-wrapper #main-wrapper h1.main-title.no-print,
  #body-wrapper #main-wrapper .groupes-codev-module ol,
  #body-wrapper #main-wrapper .groupes-codev-module form,
  #body-wrapper #main-wrapper .groupes-codev-module h3,
  #body-wrapper #main-wrapper .groupes-codev-module p,
  #body-wrapper #main-wrapper .groupes-codev-module .metadata-groupe,
  #body-wrapper #main-wrapper .groupes-codev-module button.print-listes {
    display: none; }

  #body-wrapper,
  .registre-container {
    min-height: 0 !important; }

  #page-wrapper {
    display: block;
    font-size: 12px;
    line-height: 1.25em; }

  #page-wrapper *::after {
    background: none; }

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

  #page-wrapper h1.main-title {
    color: #555 !important; }

  #page-wrapper p.main-subtitle {
    font-size: 20px; }

  #page-wrapper .alerte-number {
    color: #0463b3 !important; }

  #page-wrapper .registre-container {
    display: block;
    margin: 20px 0 0;
    padding: 0; }

  #page-wrapper section.registre-container-table {
    overflow-x: hidden; }

  #page-wrapper .registre-table {
    margin: 0 auto; }

  #page-wrapper .registre-table tr::after {
    top: auto;
    bottom: 0;
    border-bottom: 1px solid #ddd;
    border-top: 0; }

  #page-wrapper .registre-table th {
    font-size: 14px;
    color: #555 !important; }

  #page-wrapper .registre-table td,
  #page-wrapper .registre-table .registre-entry-fullName {
    font-size: 12px;
    white-space: normal; }

  #page-wrapper table.registre-table tr.binded-entry td:first-child::before {
    width: 6px;
    border-top: 2px solid #0463b3;
    border-bottom: 2px solid #0463b3;
    border-left: 2px solid #0463b3; }

  #page-wrapper table.registre-table tbody tr[data-priorite="prio1"] .entryPriorite {
    border: 1px solid #c33;
    color: #c33 !important; }

  #page-wrapper table.registre-table tbody tr[data-priorite="prio2"] .entryPriorite {
    border: 1px solid #e83;
    color: #e83 !important; }

  #page-wrapper table.registre-table tbody tr[data-priorite="prio3"] .entryPriorite {
    border: 1px solid #a80;
    color: #a80 !important; }

  #page-wrapper table.registre-table.registre-table-visites thead th:first-child,
  #page-wrapper table.registre-table.registre-table-visites tbody td:first-child {
    width: 200px;
    max-width: 200px;
    min-width: 200px; }

  #page-wrapper table.registre-table.registre-table-visites thead th:nth-child(2),
  #page-wrapper table.registre-table.registre-table-visites tbody td:nth-child(2) {
    width: 70px;
    max-width: 70px;
    min-width: 70px; }

  #page-wrapper table.registre-table.registre-table-visites thead th:nth-child(3),
  #page-wrapper table.registre-table.registre-table-visites tbody td:nth-child(3) {
    width: 200px;
    max-width: 200px;
    min-width: 200px; }

  #page-wrapper table.registre-table.registre-table-visites thead th:nth-child(4),
  #page-wrapper table.registre-table.registre-table-visites tbody td:nth-child(4) {
    width: 200px;
    max-width: 200px;
    min-width: 200px; }

  #page-wrapper table.registre-table.registre-table-visites thead th:nth-child(5),
  #page-wrapper table.registre-table.registre-table-visites tbody td:nth-child(5) {
    width: 200px;
    max-width: 200px;
    min-width: 200px; }

  #page-wrapper table.registre-table.registre-table-visites thead th:nth-child(6),
  #page-wrapper table.registre-table.registre-table-visites tbody td:nth-child(6) {
    width: 80px;
    max-width: 80px;
    min-width: 80px; } }