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

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

td,
th {
  padding: 0; }

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

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

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

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

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

body,
.aui body {
  padding: 0;
  background-color: #FFF;
  line-height: 1.4; }

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

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

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

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

video,
.aui video {
  cursor: pointer; }

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

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

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

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

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

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

.aui textarea {
  resize: vertical; }

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

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

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

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

.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: #0053a0;
  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: #509dc8;
  color: #fff; }

main.main-content {
  min-height: calc(100vh - 40rem);
  padding-bottom: 12.5rem; }

.useful-content,
#body-wrapper.page-maximized .columns-max,
nav.site-map {
  width: 100%;
  max-width: 76.25rem;
  margin: auto;
  padding: 0 1.25rem; }

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

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

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

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

@media (min-width: 35rem) {
  .useful-content,
  #body-wrapper .page-maximized .columns-max,
  nav.site-map {
    padding: 0 1.875rem; } }
.inner-link,
a.inner-link,
.aui button.inner-link {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer; }

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

.clear-float {
  clear: both; }

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

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

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

/* 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.1875rem;
  line-height: 1em;
  padding-left: 2.1875rem; }

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

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

/* Preprod banner */
.preprod-banner {
  z-index: 9999999;
  position: fixed;
  width: 15.625rem;
  height: 2.25rem;
  line-height: 2.25rem;
  bottom: 3.4375rem;
  left: -3.125rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, red), color-stop(80%, #ff6666));
  background: -webkit-linear-gradient(red 0, #ff6666 80%);
  background: linear-gradient(#ff0000 0%, #ff6666 80%);
  color: #FFF;
  font-weight: bold;
  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); }

.preprod-banner.prod-banner {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00cc00), color-stop(80%, #66cc66));
  background: -webkit-linear-gradient(#00cc00 0, #66cc66 80%);
  background: linear-gradient(#00cc00 0%, #66cc66 80%); }

.header-alert-wrapper {
  padding: 0;
  background: #cd1719; }

.header-alert-wrapper .useful-content {
  max-width: 47.5rem;
  padding: 0.625rem 1.25rem; }

p.header-alert-text {
  margin: 0;
  color: #fff;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1; }

a.header-alert-link,
a.header-alert-link:visited {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 8.75rem;
  height: 2rem;
  line-height: 1.75rem;
  margin: 0.625rem auto 0;
  text-align: center;
  background-color: #cd1719;
  color: #fff;
  border: 0.125rem solid white;
  border-radius: 0.1875rem;
  font-weight: bold;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

a.header-alert-link:hover,
a.header-alert-link:focus {
  background-color: #fff;
  color: #cd1719; }

@media (min-width: 32.5rem) {
  .header-alert-wrapper .useful-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  a.header-alert-link {
    margin-top: 0;
    margin-left: 1.25rem; } }
header.main-header {
  z-index: 5;
  height: 6.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

p.header-logo {
  margin: 0; }

img.header-logo-img {
  height: 5.125rem;
  width: 12rem; }

#main-nav-btn {
  position: absolute;
  top: 0.625rem;
  right: 1.25rem;
  width: 5rem;
  height: 5rem;
  padding-top: 3.125rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #0053a0;
  background-color: #fff;
  background-image: url("../images/pictos.svg#burger");
  background-position: center;
  background-size: 3.75rem 3.75rem;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.no-svg-fragments #main-nav-btn {
  background-image: url("../images/svg-fragments/burger.svg"); }

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

nav.main-nav {
  z-index: 2;
  position: absolute;
  top: 6.25rem;
  right: 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out; }

nav.main-nav.main-nav-opened {
  max-height: 93.75rem;
  overflow: visible;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in; }

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

#main-content::after,
footer.main-footer::after {
  content: "";
  z-index: 2;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out; }

#main-content.nav-opened::after,
#main-content.nav-opened + footer.main-footer::after {
  opacity: .7; }

#main-content.no-nav-display::after,
#main-content.no-nav-display + footer.main-footer::after {
  display: none; }

button.header-btn-search {
  display: none; }

#header-search {
  padding: 2.5rem 0.625rem;
  background-color: #fff; }

#header-search .typeahead__container {
  width: 20rem;
  max-width: 100%;
  margin: 0 auto; }

#header-search .typeahead__query {
  display: block;
  height: 100%;
  width: 100%; }

#header-search-input,
#header-search input.typeahead__hint {
  width: 100%;
  height: 2.5rem;
  left: 0;
  top: 0;
  padding: 0 3.125rem 0 0.625rem;
  border: 0;
  font-size: 1rem;
  border-bottom: 0.125rem solid #0053a0;
  color: #0053a0;
  background: transparent; }

#header-search .typeahead__query,
#header-search-input {
  z-index: 1; }

#header-search input.typeahead__hint {
  z-index: -1; }

#header-search-input:focus {
  outline: 0 !important;
  box-shadow: 0 0 0.25rem rgba(4, 99, 179, 0.5) inset; }

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

#header-search-submit {
  width: 2.5rem;
  height: 2.5rem;
  background-image: url("../images/pictos.svg#recherche_bleu");
  background-size: 2rem 2rem;
  background-position: center;
  cursor: default; }

.no-svg-fragments #header-search-submit {
  background-image: url("../images/svg-fragments/recherche_bleu.svg"); }

@media (min-width: 26.25rem) {
  nav.main-nav {
    width: 80%;
    min-width: 26.25rem;
    max-width: 35rem; } }
@media (min-width: 68.75rem) {
  header.main-header {
    height: 12.5rem; }

  img.header-logo-img {
    height: 8.75rem;
    width: 20.5rem; }

  #main-nav-btn {
    display: none; }

  nav.main-nav {
    position: relative;
    top: 0;
    right: 0;
    width: auto;
    max-width: 100%;
    max-height: 62.5rem;
    overflow: visible; }

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

  #main-content::after {
    display: none; }

  button.header-btn-search {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1.25rem;
    background-image: url("../images/pictos.svg#recherche_vert");
    background-size: 100% 100%;
    background-position: center; }

  .no-svg-fragments button.header-btn-search {
    background-image: url("../images/svg-fragments/recherche_vert.svg"); }

  #p_p_id_400_WAR_fu_ {
    position: static; }

  #header-search {
    display: none;
    position: absolute;
    max-width: 100%;
    height: 6.25rem;
    max-height: 0;
    padding: 0 2.5rem;
    box-shadow: 0 0.1875rem 0.3125rem 0.125rem rgba(0, 0, 0, 0.3);
    right: 0;
    top: 5rem;
    overflow: hidden;
    -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
    transition: all .25s ease-out, outline 0s, outline-offset 0s; }

  #header-search.isExpanding,
  #header-search.expanded {
    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; }

  #header-search.expanded {
    max-height: 6.25rem;
    overflow: visible;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in; }

  #header-search .typeahead__container {
    width: 26.25rem; } }
/* MAIN NAV */
li.main-nav-item {
  position: static; }

.main-nav-list .main-nav-item-content {
  height: 5rem;
  line-height: 5rem;
  padding: 0 0.625rem;
  text-transform: uppercase;
  font-weight: bold;
  font-size: inherit;
  background-color: #0053a0;
  color: #fff;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

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

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

.main-nav-item-text {
  display: block;
  width: 20rem;
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
  background-image: url("../images/pictos.svg#fleche_blanc");
  background-position: 100% 1.875rem;
  background-size: 1.25rem 1.25rem; }

.no-svg-fragments .main-nav-item-text {
  background-image: url("../images/svg-fragments/fleche_blanc.svg"); }

.main-nav-item-text br {
  display: none; }

li.main-nav-more-items {
  display: none; }

/* SUBLIST NAV */
ul.main-nav-subList {
  padding: 1.25rem 0.625rem;
  background-color: #fff; }

.main-nav-subList-wrapper-visible {
  max-height: 18.75rem;
  -webkit-transition: all .35s ease-out;
  transition: all .35s ease-out; }

.main-nav-subList-wrapper-hidden {
  max-height: 0;
  -webkit-transition: all .35s ease-in;
  transition: all .35s ease-in; }

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

li.main-nav-subList-item {
  width: 16.25rem;
  height: 2.5rem;
  line-height: 2.5rem;
  max-width: 100%;
  margin: 0 auto;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  break-inside: avoid-column;
  background-image: url("../images/pictos.svg#fleche_bleu");
  background-position: 100% 0.75rem;
  background-size: 1rem 1rem;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.no-svg-fragments li.main-nav-subList-item {
  background-image: url("../images/svg-fragments/fleche_bleu.svg"); }

a.main-nav-subList-item-link {
  display: inline-block;
  padding: 0.5rem 0;
  line-height: 1.5rem;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

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

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

a.main-nav-subList-item-link::after {
  content: "";
  position: absolute;
  width: 0;
  left: 0;
  bottom: 0.3125rem;
  border-bottom: 0.0625rem solid #509dc8;
  -webkit-transition: width .25s ease-out;
  transition: width .25s ease-out; }

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

/* ANNEX NAV */
.header-nav-annex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

li.header-direct-link {
  height: 3.75rem;
  line-height: 3.75rem;
  font-weight: bold; }

a.header-direct-link-href {
  padding: 0 0.625rem;
  background-color: #0053a0;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

a.header-direct-link-href,
a.header-direct-link-href:visited,
a.header-direct-link-href:hover,
a.header-direct-link-href:focus {
  color: #fff; }

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

.header-direct-link-text {
  display: block;
  width: 20rem;
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
  background-image: url("../images/pictos.svg#fleche_blanc");
  background-position: 100% 1.375rem;
  background-size: 1rem 1rem; }

.no-svg-fragments .header-direct-link-text {
  background-image: url("../images/svg-fragments/fleche_blanc.svg"); }

ul.header-social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.625rem 0;
  background-color: #fff; }

li.header-social-link {
  width: 2.5rem;
  height: 2.5rem; }

.header-social-link + .header-social-link {
  margin-left: 0.625rem; }

a.header-social-link-href {
  border-radius: 50%;
  background-color: #0053a0;
  background-position: center;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

a.header-social-link-linkedin {
  background-image: url("../images/pictos.svg#linkedin");
  background-size: 1.125rem 1.125rem; }

.no-svg-fragments a.header-social-link-linkedin {
  background-image: url("../images/svg-fragments/linkedin.svg"); }

a.header-social-link-twitter {
  background-image: url("../images/pictos.svg#twitter");
  background-size: 1.5rem 1.5rem; }

.no-svg-fragments a.header-social-link-twitter {
  background-image: url("../images/svg-fragments/twitter.svg"); }

a.header-social-link-linkedin:hover,
a.header-social-link-linkedin:focus {
  background-color: #0077b5; }

a.header-social-link-twitter:hover,
a.header-social-link-twitter:focus {
  background-color: #1da1f2; }

li.header-social-link.header-social-link-agglo {
  width: 9.5625rem;
  margin-left: 1.25rem; }

img.header-social-link-agglo-img {
  width: 100%;
  height: 100%; }

.nav-sas-page .witnesses-section-wrapper {
  display: none; }

.nav-sas-page .interior-aside-wrapper {
  display: block; }

#gtmetrix-audit-launcher.report-score {
  z-index: 5; }

@media (min-width: 68.75rem) {
  nav.main-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #fff; }

  /* MAIN NAV */
  ul.main-nav-list {
    height: 7.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  ul.main-nav-list::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 90%;
    border-top: 0.0625rem dashed #0053a0; }

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

  .main-nav-list .main-nav-item-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 3.75rem;
    padding: 0 1.875rem;
    line-height: 1.3;
    text-align: left;
    background: #fff; }

  .main-nav-list .main-nav-item-content,
  .main-nav-list .main-nav-item-content:visited {
    color: #0053a0; }

  .main-nav-list .main-nav-item-content::after {
    content: "";
    display: block;
    position: absolute;
    left: 1.25rem;
    width: 0;
    bottom: 0;
    border-bottom: 0.3125rem solid #0053a0;
    opacity: .7;
    -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
    transition: all .25s ease-out, outline 0s, outline-offset 0s; }

  .main-nav-list .main-nav-item-extended::after,
  .main-nav-list li.main-nav-item-current .main-nav-item-content::after {
    width: calc(100% - 2.5rem); }

  .main-nav-list .main-nav-item-extended,
  .main-nav-list .main-nav-item-content:hover,
  .main-nav-list .main-nav-item-content:focus {
    background-color: #fff;
    color: #509dc8; }

  .main-nav-list .main-nav-item-extended::after,
  .main-nav-list .main-nav-item-content:hover::after,
  .main-nav-list .main-nav-item-content:focus::after {
    border-color: #509dc8; }

  .main-nav-item-text {
    width: 100%;
    height: auto;
    text-align: center;
    background: #fff; }

  .main-nav-item-text br {
    display: inline; }

  /* SUBLIST NAV */
  .main-nav-subList-wrapper {
    position: absolute;
    top: 6.25rem;
    overflow: hidden; }

  li.main-nav-item:not(:first-child) .main-nav-subList-wrapper {
    right: -1.875rem; }

  .main-nav-subList-wrapper-visible {
    box-shadow: 0 0.1875rem 0.3125rem 0.125rem rgba(0, 0, 0, 0.3); }

  ul.main-nav-subList {
    width: auto;
    padding: 1.25rem 1.875rem;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem; }

  li.main-nav-subList-item {
    width: auto;
    background: #fff; }

  .no-svg-fragments li.main-nav-subList-item {
    background: #fff; }

  a.main-nav-subList-item-link {
    padding: 0;
    white-space: nowrap; }

  a.main-nav-subList-item-link::after {
    bottom: 0; }

  /* MORE NAV */
  li.main-nav-more-items {
    display: block;
    width: 3.75rem;
    height: 3.75rem;
    padding: 0.625rem; }

  button.main-nav-more-item {
    background-image: url("../images/pictos.svg#fleche_bleu");
    background-position: center;
    background-size: 1.25rem 1.25rem;
    transform: rotateZ(90deg); }

  .no-svg-fragments button.main-nav-more-item {
    background-image: url("../images/svg-fragments/fleche_bleu.svg"); }

  li.main-nav-item.main-nav-item-more {
    position: absolute;
    width: 12.5rem;
    right: -1.875rem;
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out; }

  li.main-nav-item.main-nav-item-more.noDisplay {
    display: none; }

  li.main-nav-item.main-nav-item-more.visible {
    opacity: 1; }

  li.main-nav-item.main-nav-item-news {
    top: 6.25rem;
    border-right: 0;
    box-shadow: 0 0.1875rem 0.3125rem 0.125rem rgba(0, 0, 0, 0.3); }

  li.main-nav-item.main-nav-item-news::after {
    content: "";
    position: absolute;
    display: block;
    left: 1.25rem;
    right: 1.25rem;
    bottom: 0;
    border-bottom: 0.0625rem solid #0053a0; }

  li.main-nav-item.main-nav-item-agenda {
    top: 10rem;
    box-shadow: -0.125rem 0.1875rem 0.3125rem 0 rgba(0, 0, 0, 0.3); }

  /* ANNEX NAV */
  .header-nav-annex {
    height: 5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .header-nav-annex-wrapper {
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  ul.header-direct-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 2.5rem; }

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

  li.header-direct-link:not(:last-child) {
    border-right: 0.0625rem solid #0053a0; }

  a.header-direct-link-href {
    padding: 0;
    font-size: 0.875rem; }

  a.header-direct-link-href,
  a.header-direct-link-href:visited,
  a.header-direct-link-href:hover,
  a.header-direct-link-href:focus {
    background-color: transparent;
    color: #0053a0; }

  .header-direct-link-text {
    width: auto;
    height: 100%;
    line-height: 1.25rem;
    background: transparent; }

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

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

  ul.header-social-links {
    padding: 0; } }
@media (min-width: 84.375rem) {
  li.main-nav-item:not(:first-child) .main-nav-subList-wrapper {
    right: auto; }

  li.main-nav-more-items {
    display: none; }

  li.main-nav-item-more {
    display: block; }

  li.main-nav-item.main-nav-item-more {
    position: relative;
    width: auto;
    top: 0;
    right: 0;
    opacity: 1;
    box-shadow: none; }

  li.main-nav-item.main-nav-item-more.noDisplay {
    display: block; }

  li.main-nav-item.main-nav-item-more::after {
    display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#header-search ul.typeahead__list {
  max-height: 25rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  margin-top: 0.25rem;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: #fff;
  font-size: 0.9em;
  box-shadow: 0 0.125rem 0.3125rem 0.0625rem rgba(0, 0, 0, 0.3); }

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

#header-search ul.typeahead__list li a {
  display: block;
  width: 100%;
  height: 2.5rem;
  padding: 0 1.25rem;
  -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 {
  background: #0053a0;
  color: #fff; }

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

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

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

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

#header-search ul.typeahead__list .autocomp-entry-imgMini-pdf {
  border: 0.0625rem solid #d0d0d0; }

#header-search ul.typeahead__list .autocomp-entry-imgMini-article {
  background-image: url("../images/pictos.svg#cercle_fleche_bleu");
  background-position: center;
  background-size: 100% 100%; }

.no-svg-fragments #header-search ul.typeahead__list .autocomp-entry-imgMini-article {
  background-image: url("../images/svg-fragments/cercle_fleche_bleu.svg"); }

#header-search ul.typeahead__list li a:hover .autocomp-entry-imgMini-article,
#header-search ul.typeahead__list li a:focus .autocomp-entry-imgMini-article {
  background-image: url("../images/pictos.svg#cercle_fleche_blanc"); }

.no-svg-fragments #header-search ul.typeahead__list li a:hover .autocomp-entry-imgMini-article,
.no-svg-fragments #header-search ul.typeahead__list li a:focus .autocomp-entry-imgMini-article {
  background-image: url("../images/svg-fragments/cercle_fleche_blanc.svg"); }

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

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

.breadcrumb-wrapper {
  margin: 0;
  padding: 1.25rem 0;
  background-color: #c5ced4; }

#page-wrapper .breadcrumb-home,
#page-wrapper .breadcrumb {
  display: inline;
  margin: 0;
  padding: 0;
  background: none;
  border-radius: 0;
  font-weight: bold;
  font-size: 0.875rem; }

#page-wrapper .breadcrumb > li > .divider {
  display: none; }

#page-wrapper .breadcrumb > li,
#page-wrapper .breadcrumb-home {
  display: inline;
  margin-bottom: 0;
  padding-right: 0.625rem;
  border-right: 0.0625rem solid #313131;
  text-shadow: none; }

#page-wrapper .breadcrumb-home {
  margin-right: 0.625rem; }

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

#page-wrapper .breadcrumb > .active {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
  color: #0053a0; }

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

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

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

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

.main-footer {
  padding-top: 2.5rem;
  padding-bottom: 1.875rem; }

.main-footer::before {
  content: "";
  display: block;
  position: absolute;
  top: -6.25rem;
  left: 0;
  right: 0;
  height: 6.25rem;
  background: -webkit-gradient(linear, left top, right top, from(#509dc8), to(#80cdf8));
  background: -webkit-linear-gradient(left, #509dc8, #80cdf8);
  background: linear-gradient(to right, #509dc8, #80cdf8); }

p.footer-logo {
  margin-bottom: 0;
  margin-top: 1.875rem; }

p.footer-logo,
p.footer-contact,
p.footer-link {
  text-align: center; }

img.footer-logo-img {
  width: 12rem;
  height: 5.125rem; }

.footer-list {
  text-transform: uppercase;
  font-size: 0.875rem; }

.footer-list-links {
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #d0d0d0; }

p.footer-contact {
  margin-top: 0;
  margin-bottom: 0.625rem; }

p.footer-contact strong {
  color: #7aa207; }

p.footer-link-btn {
  width: 16.25rem;
  max-width: 100%;
  height: 3.75rem;
  line-height: 3.75rem;
  margin: 1.875rem auto 2.5rem auto;
  text-align: center;
  font-weight: bold;
  color: #fff; }

a.footer-link-btn-href {
  border-radius: 0.5rem;
  text-transform: uppercase;
  background-color: #7aa207;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

a.footer-link-btn-href:hover,
a.footer-link-btn-href:focus {
  background-color: #0053a0; }

p.footer-link {
  margin-top: 0;
  margin-bottom: 0.625rem;
  font-family: Arial, sans-serif; }

a.footer-link-href::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1875rem;
  width: 0;
  height: 0;
  border-bottom: 0.0625rem solid currentColor;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out; }

a.footer-link-href:hover,
a.footer-link-href:focus {
  color: #0053a0; }

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

@media (min-width: 47.5rem) {
  .footer-list {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

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

  p.footer-link {
    text-align: left; } }
@media (min-width: 66.25rem) {
  .main-footer {
    padding-top: 3.125rem; }

  .main-footer .useful-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  .footer-list-links {
    margin-left: 2.5rem;
    padding-top: 0.625rem;
    padding-bottom: 0;
    border-bottom: 0; }

  p.footer-logo,
  p.footer-contact {
    text-align: left; }

  p.footer-logo {
    margin-top: 0;
    margin-right: 2.5rem; }

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

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

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

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

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

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

/* 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: #0053a0;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

button.fullPage-alert-close {
  z-index: 2;
  position: absolute;
  top: -1rem;
  right: -1rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  color: #fff;
  background-color: #0053a0;
  background-image: url("../images/pictos.svg#close");
  background-size: 1.125rem 1.125rem;
  background-position: center;
  border: 0.1875rem solid white;
  cursor: pointer;
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out; }

.no-svg-fragments button.fullPage-alert-close {
  background-image: url("../images/svg-fragments/close.svg"); }

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

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-iframe,
.fullPage-object {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.3125rem;
  -webkit-overflow-scrolling: touch;
  border: none;
  overflow: auto; }

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

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

.diapo-wrapper {
  display: none; }

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

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

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

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

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

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

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

/* 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-weight: bold;
  font-size: 1.5em;
  font-variant: small-caps;
  text-align: center;
  color: #009ee2;
  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: #009ee2;
  color: #fff;
  font-weight: bold;
  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: #0053a0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .fullPage-alert .fullPage-alert-container.iframe-marches-publics .fullPage-alert-content {
    padding: 1.25rem; } }
.cookies-notice {
  z-index: 99999;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.3125rem 0.625rem;
  background: rgba(49, 49, 49, 0.9);
  color: #fff; }

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

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

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

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

a.cookies-btn,
.aui button.cookies-btn {
  display: inline-block;
  background: #3a7cad;
  padding: 0.125rem 0.625rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  font-weight: bold;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

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

a.cookies-btn:hover,
a.cookies-btn:focus,
.aui button.cookies-btn:hover,
.aui button.cookies-btn:focus {
  background: #0053a0; }

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

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

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

  .cookies-btn-wrapper {
    margin-top: 0.3125rem; } }
/* Head section */
section.home-section-head {
  padding: 3.75rem 0;
  background-color: #509dc8;
  background-image: url("../images/galaxie.svg");
  background-size: 56.25rem;
  background-position: left center; }

h1.home-main-title {
  margin-top: 0;
  margin-bottom: 3.75rem;
  text-transform: uppercase;
  color: #fff;
  font-size: 2.25rem;
  line-height: 1.2;
  text-align: center; }

h1.home-main-title strong {
  font-size: 1.875rem; }

.home-main-title-part {
  background-color: #509dc8;
  box-shadow: 0 0 0.3125rem 0.3125rem #509dc8; }

.home-main-subtitle-br {
  display: block; }

h1.home-main-title br {
  display: none; }

.home-cta-wrapper {
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto; }

p.home-cta {
  width: 15rem;
  height: 4.375rem;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto 2.5rem auto;
  font-weight: bold;
  font-size: 1.125rem; }

p.home-cta:last-child {
  margin-bottom: 0; }

a.home-cta-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 2.5rem;
  padding: 0.625rem 0.75rem 0.625rem 0;
  background-color: #fff;
  background-image: url("../images/pictos.svg#fleche_bleu");
  background-size: 1rem 1rem;
  background-position: 93% 50%;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.no-svg-fragments a.home-cta-link {
  background-image: url("../images/svg-fragments/fleche_bleu.svg"); }

a.home-cta-link,
a.home-cta-link:visited {
  color: #0053a0; }

a.home-cta-link:hover,
a.home-cta-link:focus {
  background-color: #0053a0;
  color: #fff;
  background-image: url("../images/pictos.svg#fleche_blanc"); }

.no-svg-fragments a.home-cta-link:hover,
.no-svg-fragments a.home-cta-link:focus {
  background-image: url("../images/svg-fragments/fleche_blanc.svg"); }

p.home-cta-contact {
  z-index: 2;
  position: absolute;
  right: 2.5rem;
  bottom: -2.1875rem;
  width: 4.375rem;
  height: 4.375rem;
  margin: 0; }

a.home-cta-contact-link {
  border-radius: 50%;
  background-color: #fff;
  background-image: url("../images/pictos.svg#envoyer"), url("../images/pictos.svg#envoyer_back");
  background-size: 3.125rem 3.125rem;
  background-position: center;
  box-shadow: 0 0.3125rem 0.3125rem rgba(0, 0, 0, 0.3);
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.no-svg-fragments a.home-cta-contact-link {
  background-image: url("../images/svg-fragments/envoyer.svg"); }

a.home-cta-contact-link:hover,
a.home-cta-contact-link:focus {
  box-shadow: 0 0.3125rem 0.3125rem rgba(0, 0, 0, 0.7);
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

/* Split sections */
h2.home-section-title,
h1.home-news-title,
.home-witnesses-section-wrapper h3.witnesses-title {
  line-height: 1.0; }

h2.home-section-title,
h1.home-news-title {
  margin-top: 0;
  margin-bottom: 1.5625rem;
  font-size: 2rem; }

article.home-section-split-content,
.home-offer-btn-wrapper {
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto; }

p.home-section-more {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5rem;
  line-height: 5rem;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  color: #fff; }

p.home-section-split-text {
  font-size: 0.875rem; }

/* Secondary section */
.home-section-split-secondary {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.home-section-split-context-secondary {
  background-color: #e2e2e2;
  background-image: url("../images/photo-video.jpg");
  background-size: contain;
  background-position: center; }

.home-section-split-content-secondary {
  padding: 3.75rem 1.25rem 6.25rem 1.25rem; }

h2.home-secondary-title {
  text-transform: uppercase;
  color: #7aa207; }

a.home-secondary-more-link {
  color: #fff;
  background-color: #0053a0;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

a.home-secondary-more-link:hover,
a.home-secondary-more-link:focus {
  background-color: #509dc8; }

.home-section-split-video .journal-content-article {
  min-height: 20rem;
  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; }

.home-section-split-video .journal-content-article video {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1; }

.home-section-split-video .portlet-column-content,
.home-section-split-video .portlet-journal-content,
.home-section-split-video .portlet-borderless-container,
.home-section-split-video .portlet-body,
.home-section-split-video .journal-content-article {
  height: 100%; }

.home-section-split-video-link {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 7.5rem;
  height: 7.5rem;
  margin-left: -3.75rem;
  margin-top: -3.75rem;
  border-radius: 50%;
  background-color: rgba(49, 49, 49, 0.25);
  background-image: url("../images/pictos.svg#video_play");
  background-position: center;
  background-size: 3.125rem 3.125rem;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.no-svg-fragments .home-section-split-video-link {
  background-image: url("../images/svg-fragments/video_play.svg"); }

.home-section-split-video-link:hover,
.home-section-split-video-link:focus {
  background-color: #313131; }

/* Offer section */
section.home-section-split.home-section-split-offer {
  display: none; }

.home-section-split-context-offer {
  background-image: url("../images/photo-offer.jpg");
  background-position: bottom left;
  background-size: cover; }

.home-section-split-context-offer::after {
  content: "";
  position: absolute;
  display: block;
  width: 50%;
  height: 30%;
  right: 50%;
  bottom: 70%;
  background-image: url("../images/galaxie.svg");
  background-size: 56.25rem;
  background-position: bottom right;
  overflow: hidden; }

.home-section-split-content-offer {
  padding: 3.75rem 1.25rem 1.25rem 1.25rem; }

.home-section-split-context-offer {
  padding: 2.5rem; }

h2.home-offer-title {
  color: #0053a0; }

.home-section-split-content-offer p.home-section-split-text:last-child {
  padding-bottom: 2.5rem; }

.home-section-split-content-offer p.home-section-split-text:last-child::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 50%;
  border-bottom: 0.5rem solid #b6dded; }

.home-offer-btn-wrapper {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

p.home-offer-btn {
  width: 11.25rem;
  height: 11.25rem;
  margin: 0;
  color: #0053a0; }

a.home-offer-btn-link {
  padding-top: 6.5625rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0.3125rem 0.3125rem rgba(0, 0, 0, 0.3);
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out; }

a.home-offer-btn-link:hover,
a.home-offer-btn-link:focus {
  box-shadow: 0 0.3125rem 0.3125rem rgba(0, 0, 0, 0.7);
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

a.home-offer-btn-link::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 7.5rem;
  background-position: center;
  background-size: 5rem 5rem; }

p.home-offer-btn-accompagner a.home-offer-btn-link::after {
  background-image: url("../images/pictos.svg#accompagner"), url("../images/pictos.svg#accompagner_back"); }

.no-svg-fragments p.home-offer-btn-accompagner a.home-offer-btn-link::after {
  background-image: url("../images/svg-fragments/accompagner.svg"); }

p.home-offer-btn-animer a.home-offer-btn-link::after {
  background-image: url("../images/pictos.svg#animer"), url("../images/pictos.svg#animer_back"); }

.no-svg-fragments p.home-offer-btn-animer a.home-offer-btn-link::after {
  background-image: url("../images/svg-fragments/animer.svg"); }

p.home-offer-btn-reseauter a.home-offer-btn-link::after {
  background-image: url("../images/pictos.svg#reseauter"), url("../images/pictos.svg#reseauter_back"); }

.no-svg-fragments p.home-offer-btn-reseauter a.home-offer-btn-link::after {
  background-image: url("../images/svg-fragments/reseauter.svg"); }

p.home-offer-btn:not(:last-child) {
  margin-bottom: 2.5rem; }

/* News section */
.home-section-news-wrapper {
  padding: 1.875rem 0;
  background: -webkit-gradient(linear, left top, right top, from(#509dc8), to(#5db5e3));
  background: -webkit-linear-gradient(left, #509dc8, #5db5e3);
  background: linear-gradient(to right, #509dc8, #5db5e3); }

.home-section-news-wrapper,
.home-section-split,
section.home-section-split {
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto; }

.home-section-news-wrapper::after {
  content: "";
  position: absolute;
  display: block;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background-image: url("../images/galaxie.svg");
  background-size: 68.75rem;
  background-position: left 0 top -6.25rem;
  overflow: hidden; }

.home-section-news h2.home-news-title,
h1.home-news-title {
  margin: 0 auto;
  padding-left: 2.5rem;
  color: #fff; }

.home-section-split-context-news {
  background-color: #e2e2e2;
  background-image: url("../images/photo-news.jpg");
  background-position: center;
  background-size: contain;
  -webkit-transition: all .125s ease-out;
  transition: all .125s ease-out; }

a.home-news-more-link {
  background-color: #0053a0;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

a.home-news-more-link:hover,
a.home-news-more-link:focus {
  background-color: #509dc8; }

.home-section-split-content-news {
  padding-bottom: 5rem; }

h3.home-news {
  height: 8.125rem;
  margin: 0;
  font-weight: bold;
  line-height: 1.2; }

a.home-news-link {
  padding: 0 1.25rem;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.home-news-link-inner {
  width: 100%;
  max-width: 45rem;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5rem;
  padding-right: 0.625rem;
  border-bottom: 0.0625rem solid #d0d0d0;
  background-image: url("../images/pictos.svg#cercle_fleche_bleu");
  background-size: 3.125rem 3.125rem;
  background-position: 0.9375rem 2.5rem;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.no-svg-fragments .home-news-link-inner {
  background-image: url("../images/svg-fragments/cercle_fleche_bleu.svg"); }

h3.home-news:last-child .home-news-link-inner {
  border-bottom: 0; }

.home-news-link-content {
  font-size: 1.125rem; }

a.home-news-link:hover,
a.home-news-link:focus {
  background-color: #509dc8;
  color: #fff; }

a.home-news-link:hover .home-news-link-inner,
a.home-news-link:focus .home-news-link-inner {
  border-bottom-color: transparent;
  background-image: url("../images/pictos.svg#cercle_fleche_blanc"); }

.no-svg-fragments a.home-news-link:hover .home-news-link-inner,
.no-svg-fragments a.home-news-link:focus .home-news-link-inner {
  background-image: url("../images/svg-fragments/cercle_fleche_blanc.svg"); }

a.home-news-link::after {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  right: -3.125rem;
  top: 1.875rem;
  width: 0;
  height: 0;
  border-top: 2.1875rem solid transparent;
  border-bottom: 2.1875rem solid transparent;
  border-left: 3.125rem solid transparent;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

a.home-news-link.home-news-link-current::after {
  border-left: 3.125rem solid white; }

a.home-news-link.home-news-link-current:hover::after,
a.home-news-link.home-news-link-current:focus::after {
  border-left: 3.125rem solid #509dc8; }

/* Agenda section */
section.home-section-agenda {
  margin-top: 3.125rem;
  margin-bottom: 5rem; }

h2.home-agenda-title {
  margin-bottom: 3.75rem;
  padding-left: 2.5rem;
  color: #0053a0; }

h2.home-agenda-title a {
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

h2.home-agenda-title a:hover,
h2.home-agenda-title a:focus {
  color: #7aa207; }

.home-page article.home-event:not(:first-child) {
  display: none; }

/* Social section */
section.home-section-social {
  margin-top: 3.75rem; }

h2.home-twitter-title {
  padding-left: 2.5rem;
  color: #7aa207; }

h2.home-twitter-title::after {
  content: "";
  display: inline-block;
  bottom: -0.3125rem;
  width: 1.875rem;
  height: 1.875rem;
  margin-left: 0.625rem;
  background-image: url("../images/pictos.svg#twitter_vert");
  background-position: center;
  background-size: 100%; }

.no-svg-fragments h2.home-twitter-title::after {
  background-image: url("../images/svg-fragments/twitter_vert.svg"); }

article.home-twitter-publish {
  width: 100%; }

.home-twitter-publish .title-rss {
  display: none; }

.home-twitter-publish .media-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.home-twitter-publish .media-list .item.media {
  width: 16.25rem;
  margin: 0;
  overflow: visible; }

.home-twitter-publish .media-list .item.media .inner-link {
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.3);
  overflow: hidden;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.home-twitter-publish .media-list .item.media .inner-link:hover,
.home-twitter-publish .media-list .item.media .inner-link:focus {
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.7); }

.home-twitter-publish .media-list .item.media:not(:first-child) {
  display: none;
  margin-left: 1.875rem; }

.home-twitter-publish .media-list .item.media .rss-source {
  display: none; }

.home-twitter-publish .media-list .item.media .img-rss-container {
  height: 8.75rem;
  background-image: url("../images/social-card.png");
  background-size: cover;
  background-position: center;
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.2); }

.home-twitter-publish .media-list .item.media .txt-rss-container {
  padding: 1.875rem 1.25rem 5.625rem; }

.home-twitter-publish .media-list .item.media .text-tronque {
  margin: 0;
  padding-top: 2.25rem;
  text-indent: -0.5625rem;
  font-size: 0.875rem;
  line-height: 1.3;
  overflow: hidden; }

.home-twitter-publish .media-list .item.media .text-tronque time {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 0;
  font-style: italic;
  font-family: Arial, sans-serif;
  font-weight: bold; }

.home-twitter-publish .media-list .item.media .inner-link::after {
  content: "Tweet";
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 10rem;
  height: 2.75rem;
  bottom: 1.25rem;
  left: 3.125rem;
  padding-left: 2.5rem;
  border: 0.125rem solid #509dc8;
  border-radius: 0.5rem;
  color: #509dc8;
  background-image: url("../images/pictos.svg#twitter_bleu");
  background-size: 1.625rem 1.625rem;
  background-position: 1rem center;
  font-family: Arial, sans-serif;
  font-weight: bold;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.home-twitter-publish .media-list .item.media .inner-link:hover::after,
.home-twitter-publish .media-list .item.media .inner-link:focus::after {
  background-color: #509dc8;
  color: #fff;
  background-image: url("../images/pictos.svg#twitter"); }

.no-svg-fragments .home-twitter-publish .media-list .item.media .inner-link::after {
  background-image: url("../images/svg-fragments/twitter_bleu.svg"); }

.no-svg-fragments .home-twitter-publish .media-list .item.media .inner-link:hover::after,
.no-svg-fragments .home-twitter-publish .media-list .item.media .inner-link:focus::after {
  background-image: url("../images/svg-fragments/twitter.svg"); }

/* Partners section */
section.home-section-partners {
  margin-top: 6.25rem;
  text-align: center; }

section.home-section-partners.useful-content.useful-content-large {
  max-width: 93.75rem; }

h2.home-partners-title {
  margin-bottom: 3.125rem;
  color: #0053a0; }

.home-partners-wrapper + .home-partners-wrapper {
  margin-top: 1.25rem;
  padding-top: 2.5rem; }

.home-partners-wrapper + .home-partners-wrapper::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  height: 0;
  width: 5rem;
  margin-left: -2.5rem;
  border-top: 0.125rem solid #7aa207; }

h3.home-partners-subtitle {
  margin-top: 0;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.125rem; }

ul.home-partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.no-flex-wrap ul.home-partners {
  display: block; }

li.home-partner {
  height: 4.375rem;
  margin: 0 1.25rem 1.25rem; }

img.home-partner-img {
  max-height: 100%; }

img.home-partner-img[title="Communauté d'Agglomération de La Rochelle"] {
  max-width: 251px; }

/* Newsletter section */
.home-section-newsletter {
  display: none;
  margin-top: 6.25rem;
  padding: 1.875rem 0;
  background: -webkit-gradient(linear, left top, right top, from(#509dc8), to(#80cdf8));
  background: -webkit-linear-gradient(left, #509dc8, #80cdf8);
  background: linear-gradient(to right, #509dc8, #80cdf8);
  color: #fff; }

.home-section-split-context-newsletter {
  margin-bottom: 1.875rem; }

.home-section-newsletter h2.home-newsletter-title {
  margin-top: 0;
  margin-bottom: 0.625rem; }

p.home-newsletter-subtitle {
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold; }

input.form-newsletter-email {
  width: 100%;
  height: 3.125rem;
  line-height: 3.125rem;
  padding: 0 1.875rem;
  background: transparent;
  border: 0;
  border-bottom: 0.25rem solid white;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

input.form-newsletter-email:hover,
input.form-newsletter-email:focus {
  background-color: #fff;
  color: #313131; }

p.form-newsletter-text {
  margin-top: 1.25rem;
  margin-bottom: 0;
  font-size: 0.875rem; }

button.form-newsletter-submit {
  width: 20rem;
  max-width: 100%;
  height: 3.75rem;
  line-height: 3.75rem;
  margin-top: 1.875rem;
  text-align: center;
  border-radius: 0.5rem;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #fff;
  color: #0053a0;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

button.form-newsletter-submit:hover,
button.form-newsletter-submit:focus {
  background-color: #0053a0;
  color: #fff; }

@media (min-width: 26.25rem) {
  .home-section-split-content-secondary {
    padding: 3.75rem 2.5rem 7.5rem 2.5rem; }

  .home-section-split-content-offer {
    padding: 3.75rem 2.5rem 2.5rem 2.5rem; } }
@media (min-width: 28.75rem) {
  h2.home-section-title,
  h1.home-news-title,
  .home-witnesses-section-wrapper h3.witnesses-title {
    font-size: 2.5rem; }

  .home-section-split-video .journal-content-article {
    min-height: 28.75rem; }

  h2.home-twitter-title::after {
    bottom: -0.4375rem;
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.9375rem; } }
@media (min-width: 37.5rem) {
  .home-main-subtitle-br,
  h1.home-main-title br {
    display: inline; }

  h2.home-section-title,
  h1.home-news-title,
  .home-witnesses-section-wrapper h3.witnesses-title {
    font-size: 3rem; }

  h2.home-section-title {
    margin-bottom: 2.5rem; }

  h2.home-secondary-title {
    font-size: 3.5rem; }

  p.home-newsletter-subtitle {
    font-size: 1.75rem; }

  p.home-section-split-text {
    font-size: 1rem; }

  .home-section-split-content-secondary {
    padding: 3.75rem 3.75rem 7.5rem 3.75rem; }

  .home-section-split-content-offer,
  .home-section-split-context-offer {
    padding: 3.75rem; }

  a.home-news-link {
    padding: 0 2.5rem; }

  .home-news-link-inner {
    padding-left: 7.5rem;
    padding-right: 1.875rem;
    background-size: 3.75rem 3.75rem;
    background-position: 1.875rem 2.1875rem; }

  .home-news-link-content {
    font-size: 1.25rem; }

  h2.home-agenda-title {
    margin-bottom: 3.75rem; }

  h2.home-twitter-title::after {
    bottom: -0.5rem;
    width: 3.125rem;
    height: 3.125rem;
    margin-left: 1.25rem; }

  .home-page p.form-newsletter-text {
    font-size: 1rem; } }
@media (min-width: 39.375rem) {
  .home-twitter-publish .media-list .item.media:not(:first-child) {
    display: block; } }
@media (min-width: 45rem) {
  h1.home-main-title {
    font-size: 2.75rem; }

  h1.home-main-title strong {
    font-size: 2.375rem; }

  p.home-cta-contact {
    bottom: 2.5rem; }

  .home-section-split-context-offer::after {
    background-size: 68.75rem; }

  .home-section-news-wrapper::after {
    background-size: 78.125rem; }

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

  .home-events-wrapper,
  .interior-news-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  article.home-event,
  article.interior-news {
    width: 45%;
    margin-left: 0;
    margin-right: 0; }

  .home-page article.home-event:not(:last-child) {
    display: block; } }
@media (min-width: 62.5rem) {
  section.home-section-head {
    background-size: 90%;
    background-position: right center; } }
@media (min-width: 68.75rem) {
  section.home-section-head {
    padding: 6.25rem 0; }

  h1.home-main-title {
    font-size: 3.5rem;
    margin-bottom: 3.75rem; }

  h1.home-main-title strong {
    font-size: 3rem; }

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

  p.home-cta {
    margin: 0; }

  .home-section-split,
  section.home-section-split {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

  .home-section-split-context,
  .home-section-split-content-wrapper {
    width: 50%; }

  article.home-section-split-content,
  .home-offer-btn-wrapper {
    margin-left: 0;
    margin-right: 0; }

  .home-section-split-content-offer .journal-content-article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

  .home-news-link-inner {
    margin-left: 0;
    margin-right: 0; }

  a.home-news-link {
    padding: 0 3.75rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

  .home-events-wrapper,
  .interior-news-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  article.home-event,
  article.interior-news {
    width: 30%; }

  .home-page article.home-event:last-child {
    display: block; }

  .home-section-split-context-newsletter {
    margin-bottom: 0; }

  .home-section-newsletter h2.home-newsletter-title {
    margin-top: 2.5rem; } }
@media (min-width: 71.875rem) {
  section.home-section-head {
    background-size: 80%; } }
@media (min-width: 75rem) {
  section.home-section-social {
    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; }

  article.home-twitter-publish {
    width: 34.375rem; }

  .home-witnesses-section-wrapper {
    margin-left: 3.75rem;
    margin-right: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }

  .witnesses-section-inner-wrapper {
    margin-left: auto;
    margin-right: 0; } }
@media (min-width: 84.375rem) {
  section.home-section-head {
    background-size: 70%; }

  .home-section-split-context-offer::after {
    width: 40%;
    right: 60%;
    background-size: 78.125rem; }

  .home-section-split-context-offer::after,
  .home-section-news-wrapper::after {
    background-size: 87.5rem; } }
@media (min-width: 95rem) {
  .home-partners-main-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .home-partners-wrapper + .home-partners-wrapper {
    margin-top: 0;
    padding-top: 0;
    padding-left: 2.5rem;
    margin-left: 2.5rem; }

  .home-partners-wrapper + .home-partners-wrapper::before {
    top: 50%;
    left: 0;
    height: 80px;
    width: 0;
    margin-left: 0;
    margin-top: -2.5rem;
    border-top: 0;
    border-left: 0.125rem solid #afca0b; }

  li.home-partner {
    margin: 0 1.25rem; } }
/* HEADER */
.interior-headerContainer {
  height: 23.75rem;
  margin: 0 0 2.5rem;
  padding: 0;
  background-color: #efefef;
  background-size: cover;
  background-position: right center; }

.interior-headerContainer .useful-content {
  height: 100%;
  padding: 0; }

.interior-header {
  padding: 1.25rem;
  background-color: #0053a0;
  color: #fff; }

.interior-header::after {
  content: "";
  display: block;
  position: absolute;
  width: 3.125rem;
  height: 3.125rem;
  bottom: -1.5625rem;
  right: 3.125rem;
  border-radius: 50%;
  background-color: #0053a0; }

h1.interior-header-secondaryTitle {
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 2rem;
  line-height: 1.2; }

p.interior-header-contentText {
  margin: 0; }

.interior-page .home-section-head,
.interior-no-aside-page .home-section-head {
  margin-bottom: 3.75rem; }

.interior-page .home-main-title,
.interior-no-aside-page .home-main-title {
  margin-bottom: 0;
  font-weight: bold; }

/* CONTENT LAYOUT */
.interior-content-wrapper {
  margin-top: 2.5rem; }

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

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

.interior-page .interior-main-content,
.nav-sas-page .interior-main-content {
  max-width: 45rem;
  margin: 0 auto; }

.interior-article {
  max-width: 45rem;
  margin: 0 auto;
  padding-bottom: 3.75rem;
  border-bottom: 0.5rem solid #daeaab; }

.interior-no-aside-page .interior-article + .interior-article {
  margin-top: 3.75rem; }

.interior-article .interior-societies-wrapper a,
.interior-article .interior-societies-wrapper a:visited,
.interior-article .interior-societies-wrapper a:focus {
  font-weight: normal;
  border-bottom: 0; }

.interior-article .interior-societies-wrapper p.interior-society-more-website a,
.interior-article .interior-societies-wrapper p.interior-society-more-social-page a,
.interior-article .interior-societies-wrapper p.interior-society-more-website a:visited,
.interior-article .interior-societies-wrapper p.interior-society-more-social-page a:visited,
.interior-article .interior-societies-wrapper p.interior-society-more-website a:focus,
.interior-article .interior-societies-wrapper p.interior-society-more-social-page a:focus {
  font-weight: bold; }

.interior-article .interior-societies-wrapper h3::after {
  display: none; }

.interior-no-aside-page .interior-article.news-article {
  margin-top: 3.75rem; }

.interior-aside-wrapper {
  display: none;
  width: 31.25rem;
  max-width: 100%;
  margin: 3.75rem auto 0; }

.interior-aside-wrapper .nav-menu {
  max-width: 25rem;
  margin: 0 auto 2.5rem;
  box-shadow: 0 0.125rem 0.3125rem 0.0625rem rgba(0, 0, 0, 0.3); }

.interior-aside-wrapper .nav-menu h2 {
  display: none; }

.interior-aside-wrapper .nav-menu .selected {
  color: inherit; }

.interior-aside-wrapper .nav-menu .layouts li,
p.news-list-back {
  height: 5.625rem;
  margin: 0;
  font-weight: bold;
  line-height: 1.2; }

.interior-aside-wrapper .nav-menu .layouts li.selected {
  display: none; }

p.news-list-back {
  max-width: 45rem;
  margin: 3.75rem auto 0; }

.interior-aside-wrapper .nav-menu .layouts li a,
a.news-list-back-link {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 6.875rem;
  padding-right: 1.5rem;
  color: #555;
  background-image: url("../images/pictos.svg#cercle_fleche_bleu");
  background-size: 3.125rem 3.125rem;
  background-position: 2.5rem 1.25rem;
  font-size: 1.125rem;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.no-svg-fragments .interior-aside-wrapper .nav-menu .layouts li a,
.no-svg-fragments a.news-list-back-link {
  background-image: url("../images/svg-fragments/cercle_fleche_bleu.svg"); }

a.news-list-back-link {
  box-shadow: 0 0.125rem 0.3125rem 0.0625rem rgba(0, 0, 0, 0.3); }

.interior-aside-wrapper .nav-menu .layouts li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  left: 1.875rem;
  right: 1.875rem;
  bottom: 0;
  height: 0;
  border-bottom: 0.0625rem solid #d0d0d0; }

.interior-aside-wrapper .nav-menu .layouts li a:hover,
.interior-aside-wrapper .nav-menu .layouts li a:focus,
a.news-list-back-link:hover,
a.news-list-back-link:focus {
  background-color: #509dc8;
  color: #fff;
  background-image: url("../images/pictos.svg#cercle_fleche_blanc");
  border-bottom-color: transparent; }

.no-svg-fragments .interior-aside-wrapper .nav-menu .layouts li a:hover,
.no-svg-fragments .interior-aside-wrapper .nav-menu .layouts li a:focus,
.no-svg-fragments a.news-list-back-link:hover,
.no-svg-fragments a.news-list-back-link:focus {
  background-image: url("../images/svg-fragments/cercle_fleche_blanc.svg"); }

a.news-list-back-link:hover,
a.news-list-back-link:focus {
  box-shadow: 0 0.125rem 0.3125rem 0.0625rem rgba(0, 0, 0, 0.7); }

.nav-sas-page .witnesses-section-wrapper {
  display: none; }

.nav-sas-page .interior-aside-wrapper {
  display: block; }

/* ARTICLE CONTENT */
/* Titles */
h1.interior-article-title,
h2.interior-article-title,
h1.offline-pages-h1 {
  margin-bottom: 2.5rem;
  line-height: 1.2;
  font-weight: bold;
  font-size: 1.875rem;
  color: #7aa207; }

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

.interior-article h3 {
  margin: 2.5rem 0;
  line-height: 1.2;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #0053a0; }

.interior-article h3::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.625rem;
  width: 85%;
  border-bottom: 0.0625rem dashed #0053a0; }

.interior-article h3.anchor-title {
  margin-bottom: 0.9375rem; }

.interior-article h3.anchor-title .anchor-button {
  height: min-rem(32px);
  padding-right: 2.25rem;
  padding-left: 0;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
  font-size: 100%;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.interior-article h3.anchor-title .anchor-button:hover,
.interior-article h3.anchor-title .anchor-button:focus {
  color: #0053a0; }

.interior-article h3.anchor-title .anchor-button::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  bottom: 0.1875rem;
  height: 1.625rem;
  width: 1.625rem;
  border-radius: 50%;
  border: 0.125rem solid #7aa207;
  background-image: url("../images/pictos.svg#plus_plein");
  background-size: 1rem 1rem;
  background-position: center;
  -webkit-transition: all .25s easee-out;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.no-svg-fragments .interior-article h3.anchor-title .anchor-button::after {
  background-image: url("../images/svg-fragments/plus_plein.svg"); }

.interior-article h3.anchor-title.collapsed .anchor-button::after {
  background-image: url("../images/pictos.svg#plus_plein"); }

.no-svg-fragments .interior-article h3.anchor-title.collapsed .anchor-button::after {
  background-image: url("../images/svg-fragments/plus_plein.svg"); }

.interior-article h3.anchor-title.displayed .anchor-button::after {
  background-image: url("../images/pictos.svg#moins_plein"); }

.no-svg-fragments .interior-article h3.anchor-title.displayed .anchor-button::after {
  background-image: url("../images/svg-fragments/moins_plein.svg"); }

.interior-article h3.anchor-title .anchor-button:hover::after,
.interior-article h3.anchor-title .anchor-button:focus::after {
  background-color: #7aa207; }

.interior-article h3.anchor-title.collapsed .anchor-button:hover::after,
.interior-article h3.anchor-title.collapsed .anchor-button:focus::after {
  background-image: url("../images/pictos.svg#plus_plein_blanc"); }

.no-svg-fragments .interior-article h3.anchor-title.collapsed .anchor-button:hover::after,
.no-svg-fragments .interior-article h3.anchor-title.collapsed .anchor-button:focus::after {
  background-image: url("../images/svg-fragments/plus_plein_blanc.svg"); }

.interior-article h3.anchor-title.displayed .anchor-button:hover::after,
.interior-article h3.anchor-title.displayed .anchor-button:focus::after {
  background-image: url("../images/pictos.svg#moins_plein_blanc"); }

.no-svg-fragments .interior-article h3.anchor-title.displayed .anchor-button:hover::after,
.no-svg-fragments .interior-article h3.anchor-title.displayed .anchor-button:focus::after {
  background-image: url("../images/svg-fragments/moins_plein_blanc.svg"); }

.interior-article h3.anchor-title + .anchor-content {
  overflow: hidden; }

.interior-article .zoomed-paragraph h3.anchor-title + .anchor-content > :first-child {
  margin-top: 1.5625rem; }

.interior-article h3.anchor-title.displayed + .anchor-content {
  max-height: 250rem;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in; }

.interior-article h3.anchor-title.collapsed + .anchor-content {
  max-height: 0;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out; }

.interior-article h3.anchor-title.noDisplay + .anchor-content {
  visibility: hidden; }

.anchor-content :last-child {
  margin-bottom: 0; }

.anchor-content .interior-article-paragraph:first-child > :first-child {
  margin-top: 1.875rem; }

.interior-article h4,
.html-editor h4 {
  margin: 1.875rem 0 1.25rem;
  line-height: 1.2;
  font-size: 1.125rem;
  font-weight: bold;
  color: #0053a0; }

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

/* Links */
.interior-article-mainContent strong,
.home-event-desc strong,
.interior-society-more-content strong,
.team-member-more-content strong {
  color: #555; }

.interior-article-mainContent a,
.interior-article-mainContent a:visited,
.interior-article-mainContent a:focus,
.fullPage-alert a,
.fullPage-alert a:visited,
.fullPage-alert a:focus {
  font-weight: bold;
  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-mainContent a,
.interior-article-mainContent a:visited,
.fullPage-alert a,
.fullPage-alert a:visited,
.html-editor a,
.html-editor a:visited {
  color: #3A7CAD;
  border-bottom: 0.0625rem solid #3a7cad; }

.interior-article-mainContent a:hover,
.interior-article-mainContent a:visited:hover,
.interior-article-mainContent a:focus,
.fullPage-alert a:hover,
.fullPage-alert a:visited:hover,
.fullPage-alert a:focus,
.fullPage-alert a:visited,
.html-editor a:hover,
.html-editor a:visited:hover,
.html-editor a:focus {
  color: #0053a0; }

.interior-article-mainContent a:hover,
.interior-article-mainContent a:visited:hover,
.fullPage-alert a:hover,
.fullPage-alert a:visited:hover,
.fullPage-alert a:visited,
.html-editor a:hover,
.html-editor a:visited:hover {
  border-color: #0053a0; }

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

.interior-article-mainContent ul li,
.interior-article-mainContent ol li,
.html-editor ul li,
.html-editor ol li {
  margin-bottom: 0.9375rem;
  line-height: 1.4; }

.interior-article-mainContent ul,
.html-editor ul {
  list-style-image: url("../images/fleche-bleue.png"); }

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

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

.interior-article-mainContent ol li::before,
.html-editor ol li::before {
  content: counter(article-list,decimal) ".";
  display: block;
  position: absolute;
  left: -1.25rem;
  width: 1.25rem;
  color: #0053a0;
  font-weight: bold; }

/* Media */
.interior-article-media,
.interior-article-media {
  width: 100%;
  max-width: 100%;
  margin: 0;
  margin-top: 0.9375rem; }

img.interior-article-media-image,
video.interior-article-media-video {
  display: block;
  margin: 0 auto;
  border: 0.1875rem solid #f3f3f3; }

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

.interior-article-media a:focus {
  outline: 0 !important; }

.interior-article-media a:hover img.interior-article-media-image,
.interior-article-media a:focus img.interior-article-media-image {
  border-color: #0053a0; }

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

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

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

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

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

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

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

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

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

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

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

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

a.interior-article-doc.interior-article-moreContent-doc {
  display: inline-block;
  max-width: 100%;
  margin: 0;
  font-weight: normal;
  border-bottom-width: 0.125rem; }

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

.interior-article-media-fCenter {
  margin-left: auto;
  margin-right: auto; }

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

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

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

/* Zoomed paragraph */
.interior-article-paragraph.zoomed-paragraph {
  margin: 1.25rem 0;
  padding: 1.25rem;
  border: 0.0625rem solid #0053a0; }

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

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

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

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

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

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

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

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

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

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

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

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

button.carousel-arrow:hover,
button.carousel-arrow:focus {
  background-color: #0053a0;
  background-image: url("../images/pictos.svg#cercle_fleche_blanc"); }

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

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

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

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

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

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

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

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

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

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

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

/* SHARE AND EXPORT */
footer.interior-article-footer {
  position: absolute;
  width: 10rem;
  top: -2.5rem;
  right: 0; }

footer.interior-article-footer.fullPage-interior-article-footer {
  top: -3.125rem; }

ul.interior-article-footer-items-list {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

li.interior-article-footer-item {
  width: 2rem;
  height: 2rem; }

li.interior-article-footer-item .inner-link {
  border-radius: 50%;
  background-position: center;
  background-size: 2rem 2rem; }

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

li.interior-article-footer-item.interior-article-print .inner-link {
  background-image: url("../images/pictos.svg#print_bleu"); }

.no-svg-fragments li.interior-article-footer-item.interior-article-print .inner-link {
  background-image: url("../images/svg-fragments/print_bleu.svg"); }

li.interior-article-footer-item.interior-article-print .inner-link:hover,
li.interior-article-footer-item.interior-article-print .inner-link:focus {
  background-image: url("../images/pictos.svg#print"); }

.no-svg-fragments li.interior-article-footer-item.interior-article-print .inner-link:hover,
.no-svg-fragments li.interior-article-footer-item.interior-article-print .inner-link:focus {
  background-image: url("../images/print.svg"); }

li.interior-article-footer-item.interior-article-mail .inner-link {
  background-image: url("../images/pictos.svg#mail_bleu"); }

.no-svg-fragments li.interior-article-footer-item.interior-article-mail .inner-link {
  background-image: url("../images/svg-fragments/mail_bleu.svg"); }

li.interior-article-footer-item.interior-article-mail .inner-link:hover,
li.interior-article-footer-item.interior-article-mail .inner-link:focus {
  background-image: url("../images/pictos.svg#mail"); }

.no-svg-fragments li.interior-article-footer-item.interior-article-mail .inner-link:hover,
.no-svg-fragments li.interior-article-footer-item.interior-article-mail .inner-link:focus {
  background-image: url("../images/mail.svg"); }

li.interior-article-footer-item.interior-article-linkedin .inner-link {
  background-image: url("../images/pictos.svg#linkedin_bleu");
  background-size: 1rem 1rem; }

.no-svg-fragments li.interior-article-footer-item.interior-article-linkedin .inner-link {
  background-image: url("../images/svg-fragments/linkedin_bleu.svg"); }

li.interior-article-footer-item.interior-article-linkedin .inner-link:hover,
li.interior-article-footer-item.interior-article-linkedin .inner-link:focus {
  background-image: url("../images/pictos.svg#linkedin"); }

.no-svg-fragments li.interior-article-footer-item.interior-article-linkedin .inner-link:hover,
.no-svg-fragments li.interior-article-footer-item.interior-article-linkedin .inner-link:focus {
  background-image: url("../images/linkedin.svg"); }

li.interior-article-footer-item.interior-article-twitter .inner-link {
  background-image: url("../images/pictos.svg#twitter_bleu_dark");
  background-size: 1.3125rem 1.3125rem; }

.no-svg-fragments li.interior-article-footer-item.interior-article-twitter .inner-link {
  background-image: url("../images/svg-fragments/twitter_bleu_dark.svg"); }

li.interior-article-footer-item.interior-article-twitter .inner-link:hover,
li.interior-article-footer-item.interior-article-twitter .inner-link:focus {
  background-image: url("../images/pictos.svg#twitter"); }

.no-svg-fragments li.interior-article-footer-item.interior-article-twitter .inner-link:hover,
.no-svg-fragments li.interior-article-footer-item.interior-article-twitter .inner-link:focus {
  background-image: url("../images/twitter.svg"); }

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

.no-svg-fragments li.interior-article-footer-item.interior-article-facebook .inner-link {
  background-image: url("../images/svg-fragments/facebook_bleu.svg"); }

li.interior-article-footer-item.interior-article-facebook .inner-link:hover,
li.interior-article-footer-item.interior-article-facebook .inner-link:focus {
  background-image: url("../images/pictos.svg#facebook"); }

.no-svg-fragments li.interior-article-footer-item.interior-article-facebook .inner-link:hover,
.no-svg-fragments li.interior-article-footer-item.interior-article-facebook .inner-link:focus {
  background-image: url("../images/facebook.svg"); }

/* RELATED CONTENT */
.interior-article-moreContent-container {
  margin-top: 2.5rem; }

li.interior-article-moreContent-doc-item {
  display: inline-block;
  max-width: 100%;
  margin: 0 1.25rem 1.25rem 0; }

a.interior-article-moreContent-doc {
  max-width: 100%;
  height: 3.375rem;
  line-height: 3.125rem;
  padding: 0 1.25rem 0 3.75rem;
  border-radius: 0.5rem;
  border: 0.125rem solid #0053a0;
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #0053a0;
  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; }

a.interior-article-moreContent-doc:hover,
a.interior-article-moreContent-doc:focus {
  color: #0053a0;
  border-color: #0053a0;
  outline: 0 !important; }

a.interior-article-moreContent-doc.link-pdf {
  background-image: url("../images/pictos.svg#download"), url("../images/pictos.svg#download_back");
  background-size: 2.25rem 2.25rem;
  background-position: 0.625rem 0.4375rem; }

.no-svg-fragments a.interior-article-moreContent-doc.link-pdf {
  background-image: url("../images/svg-fragments/download.svg"); }

a.interior-article-moreContent-doc:not(.link-pdf) {
  background-image: url("../images/pictos.svg#video"), url("../images/pictos.svg#video_back");
  background-size: 1.875rem 1.875rem;
  background-position: 0.625rem 0.625rem; }

.no-svg-fragments a.interior-article-moreContent-doc:not(.link-pdf) {
  background-image: url("../images/svg-fragments/video.svg"); }

@media (min-width: 38.75rem) {
  .interior-header {
    width: 22.5rem;
    height: 100%; }

  h1.interior-header-secondaryTitle {
    margin-bottom: 2.5rem; }

  .interior-header::after {
    bottom: 3.125rem;
    right: -1.5625rem; }

  .interior-article-media-fLeft,
  .interior-article-media-fRight {
    margin-top: 0;
    max-width: 50%; }

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

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

  a.interior-article-doc.interior-article-moreContent-doc {
    max-width: calc(100% - 5rem);
    margin: 0 2.5rem; } }
@media (min-width: 47.5rem) {
  .interior-headerContainer {
    padding: 1.25rem 0; }

  .interior-headerContainer .useful-content {
    padding: 0 1.875rem; }

  .interior-header {
    width: 23.75rem;
    padding: 1.875rem; }

  h1.interior-article-title,
  h2.interior-article-title,
  h1.offline-pages-h1 {
    font-size: 2.25rem; }

  footer.interior-article-footer {
    width: 12.5rem; }

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

  li.interior-article-footer-item .inner-link {
    background-size: 2.5rem 2.5rem; }

  li.interior-article-footer-item.interior-article-linkedin .inner-link {
    background-size: 1.25rem 1.25rem; }

  li.interior-article-footer-item.interior-article-twitter .inner-link {
    background-size: 1.625rem 1.625rem; } }
@media (min-width: 68.75rem) {
  .interior-article.interior-article-partners + footer.interior-article-footer {
    top: 17.5rem; } }
@media (min-width: 85rem) {
  .interior-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .interior-article {
    margin: 0; }

  .interior-no-aside-page .interior-article.news-article {
    margin-top: 3.75rem; }

  .interior-no-aside-page .interior-article {
    margin: 0 auto; }

  .interior-aside-wrapper {
    display: block;
    margin: 0; }

  .interior-no-aside-page .interior-content-wrapper {
    display: block; }

  .interior-no-aside-page .interior-aside-wrapper {
    display: none; } }
/* AGENDA EMPTY */
.agenda-empty {
  width: calc(100% - 2.5rem);
  max-width: 40rem;
  margin: 2.5rem auto 1.25rem;
  padding: 1.25rem;
  background: #fff;
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.3);
  overflow: hidden; }

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

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

/* AGENDA NEWS */
.interior-events-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.no-flex-wrap .interior-events-wrapper {
  display: block; }

article.home-event {
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto; }

.interior-events-wrapper article.home-event {
  margin-bottom: 3.75rem; }

a.home-event-link,
a.interior-news-link {
  padding-bottom: 2.5rem;
  box-shadow: 0 0.0625rem 0.3125rem rgba(0, 0, 0, 0.3);
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

a.home-event-link::after,
a.interior-news-link::after {
  content: "";
  display: block;
  position: absolute;
  right: 0.9375rem;
  bottom: 0.9375rem;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  border: 0.25rem solid transparent;
  background-image: url("../images/pictos.svg#plus_bleu");
  background-size: 1.5rem 1.5rem;
  background-position: 0.125rem 0.125rem;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.no-svg-fragments a.home-event-link::after,
.no-svg-fragments a.interior-news-link::after {
  background-image: url("../images/svg-fragments/plus_bleu.svg"); }

a.home-event-link:hover,
a.home-event-link:focus,
a.interior-news-link:hover,
a.interior-news-link:focus {
  box-shadow: 0 0.0625rem 0.3125rem rgba(0, 0, 0, 0.7); }

a.home-event-link:hover::after,
a.home-event-link:focus::after,
a.interior-news-link:hover::after,
a.interior-news-link:focus::after {
  border-color: #509dc8; }

.home-event-date-wrapper {
  z-index: 2;
  position: absolute;
  top: -1.875rem;
  left: 1.5625rem;
  width: 6.875rem;
  padding: 0.9375rem 0;
  border-radius: 0.625rem;
  background-color: #0077b3;
  color: #fff;
  pointer-events: none; }

p.home-event-date {
  margin: 0;
  line-height: 1.5;
  font-weight: bold;
  text-align: center; }

.home-event-day {
  font-size: 1.875rem; }

.home-event-date-wrapper.two-dates {
  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;
  width: 10rem; }

.home-event-date-wrapper.two-dates .home-event-date + .home-event-date {
  margin-left: 2.1875rem; }

.home-event-date-wrapper.two-dates .home-event-date + .home-event-date::before {
  content: "";
  display: block;
  position: absolute;
  width: 2.1875rem;
  height: 100%;
  top: 0;
  left: -2.0625rem;
  background-image: url("../images/pictos.svg#fleche_blanc");
  background-size: 0.9375rem 0.9375rem;
  background-position: 0.625rem 1.6875rem; }

.no-svg-fragments .home-event-date-wrapper.two-dates .home-event-date + .home-event-date::before {
  background-image: url("../images/svg-fragments/fleche_blanc.svg"); }

.home-event-img {
  height: 0;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center;
  background-color: #d0d0d0; }

.home-event-content {
  padding: 1.875rem 1.25rem; }

p.home-event-theme {
  margin-top: 0;
  margin-bottom: 0.9375rem;
  color: #0053a0; }

h2.home-event-title,
h3.home-event-title {
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  font-weight: bold; }

p.home-event-desc {
  margin: 0;
  font-size: 0.875rem; }

.home-event-more-wrapper {
  margin-bottom: 1.5625rem; }

p.home-event-more {
  margin-bottom: 0.3125rem; }

h2.agenda-past-events {
  margin: 5rem auto 7.5rem;
  padding-top: 2.5rem;
  border-top: 0.0625rem dashed #7aa207;
  margin-bottom: 2.5rem;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.875rem;
  color: #7aa207; }

/* Agenda filter */
aside.agenda-filter {
  margin-top: 2.5rem;
  margin-bottom: 5rem; }

.agenda-filter-select-wrapper {
  width: 17.5rem;
  max-width: 100%;
  height: 3.125rem;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 0.5rem solid #daeeab; }

.agenda-filter-select-wrapper:not(:last-child) {
  margin-bottom: 2.5rem; }

.agenda-filter-select-wrapper::after {
  z-index: 2;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1.875rem;
  height: 100%;
  background: #fff;
  pointer-events: none; }

.agenda-filter-select-wrapper::before {
  z-index: 3;
  content: "";
  position: absolute;
  right: 1.25rem;
  top: 0.3125rem;
  width: 1.25rem;
  height: 100%;
  background-image: url("/lr-technopole-theme/images/fleche-bleue.png");
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  pointer-events: none; }

label.agenda-filter-label,
.sr-only {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap; }

select.agenda-filter-select {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 0.625rem;
  padding-left: 0.625rem;
  padding-right: 0;
  border: 0;
  font-size: 1rem;
  color: #0053a0;
  text-align: center;
  -webkit-appearance: none;
  -webkit-user-select: none;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

select.agenda-filter-select:hover,
select.agenda-filter-select:focus {
  color: #fff;
  background-color: #0053a0;
  outline: 0 !important; }

select.agenda-filter-select:hover option,
select.agenda-filter-select:focus option {
  color: #313131;
  background-color: #fff;
  outline: 0 !important; }

@media (min-width: 26.25rem) {
  .home-event-content {
    padding: 1.875rem; } }
@media (min-width: 56.25rem) {
  h2.agenda-past-events {
    font-size: 2.25rem; } }
@media (min-width: 68.75rem) {
  aside.agenda-filter {
    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; }

  aside.agenda-filter .agenda-filter-select-wrapper {
    margin-left: 0;
    margin-right: 0; }

  aside.agenda-filter .agenda-filter-select-wrapper:not(:last-child) {
    margin-bottom: 0;
    margin-right: 3.75rem; } }
.interior-news-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: distribute;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.no-flex-wrap .interior-news-wrapper {
  display: block; }

article.interior-news {
  max-width: 25rem;
  margin: 1.875rem 0; }

.news-list-container.news-list-container-hidden {
  display: none; }

.news-list-container.news-list-container-hidden.past-event {
  display: block; }

h2.interior-news-title {
  min-height: 5.625rem;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.75rem 1.875rem 0.75rem 6.875rem;
  font-size: 1.125rem;
  line-height: 1.2;
  background-image: url("../images/pictos.svg#cercle_fleche_bleu");
  background-size: 3.125rem 3.125rem;
  background-position: 2.5rem center;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.no-svg-fragments h2.interior-news-title {
  background-image: url("../images/svg-fragments/cercle_fleche_bleu.svg"); }

a.interior-news-link:hover h2.interior-news-title,
a.interior-news-link:focus h2.interior-news-title {
  background-color: #509dc8;
  color: #fff;
  background-image: url("../images/pictos.svg#cercle_fleche_blanc");
  border-bottom-color: transparent; }

.no-svg-fragments a.interior-news-link:hover h2.interior-news-title,
.no-svg-fragments a.interior-news-link:focus h2.interior-news-title {
  background-image: url("../images/svg-fragments/cercle_fleche_blanc.svg"); }

.interior-news-content {
  padding: 1.875rem 1.25rem; }

p.interior-news-date {
  margin-bottom: 0.9375rem;
  padding-left: 2.1875rem;
  color: #767676; }

.interior-event-wrapper {
  width: 25rem;
  max-width: 100%;
  margin: 1.875rem auto; }

.interior-event-wrapper .home-event-img {
  border: 0.1875rem solid #f3f3f3; }

p.interior-news-date::before,
.interior-article p.home-event-theme::before {
  content: "";
  display: block;
  position: absolute;
  left: 0.625rem;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("../images/fleche-bleue.png");
  background-position: center; }

.interior-article p.interior-news-date,
.interior-article p.home-event-theme {
  margin-top: -0.625rem;
  margin-bottom: 1.875rem; }

.interior-article p.home-event-theme {
  padding-left: 2.1875rem; }

p.interior-news-desc {
  margin: 0; }

.interior-news-desc.block-text-ellipsis::after,
.home-event-desc.block-text-ellipsis::after {
  content: "";
  transform: translateY(-1.25rem); }

.interior-news-desc.block-text-ellipsis,
.home-event-desc.block-text-ellipsis {
  line-height: 1.25rem;
  max-height: 12.5rem; }

.interior-news-desc.block-text-ellipsis > :last-child,
.home-event-desc.block-text-ellipsis > :last-child {
  margin-bottom: 0; }

.interior-news-desc :last-child {
  margin-bottom: 0; }

.interior-news-desc strong {
  color: #555; }

button.load-more-news {
  display: block;
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  margin: 2.5rem auto 0;
  border: 0.25rem solid #7aa207;
  background-image: url("../images/pictos.svg#plus"), url("../images/pictos.svg#plus_back");
  background-size: 2.5rem 2.5rem;
  background-position: center;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.no-svg-fragments button.load-more-news {
  background-image: url("../images/svg-fragments/plus.svg"); }

button.load-more-news:hover,
button.load-more-news:focus {
  background-color: #7aa207; }

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

@media (min-width: 26.25rem) {
  .interior-news-content {
    padding: 1.875rem; } }
/* CHIFFRES CLES */
/* Global & home */
.home-number-wrapper {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2.5rem; }

.no-flex-wrap .home-number-wrapper {
  display: block; }

.home-number {
  width: calc(33% - 0.8125rem);
  min-width: 11.25rem;
  margin: 0 0.3125rem 1.25rem; }

.home-number-content-wrapper {
  height: 0;
  padding-top: 100%; }

dl.home-number-content {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  margin: 0;
  border-radius: 50%;
  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-image: url("../images/pictos.svg#cercle_vert");
  background-size: 100% 100%;
  background-position: center; }

.no-svg-fragments dl.home-number-content {
  background-image: url("../images/svg-fragments/cercle_vert.svg"); }

.home-number-link:hover dl.home-number-content,
.home-number-link:focus dl.home-number-content {
  background-image: url("../images/pictos.svg#cercle_bleu_clair"); }

.no-svg-fragments .home-number-link:hover dl.home-number-content,
.no-svg-fragments .home-number-link:focus dl.home-number-content {
  background-image: url("../images/svg-fragments/cercle_bleu_clair.svg"); }

.interior-article-mainContent a.home-number-link,
.interior-article-mainContent a.home-number-link:visited,
.interior-article-mainContent a.home-number-link:hover,
.interior-article-mainContent a.home-number-link:focus {
  font-weight: normal;
  color: #313131; }

dt.home-number-stat {
  margin-top: -0.625rem;
  font-size: 1.75rem;
  color: #0053a0;
  font-weight: bold;
  line-height: 1.4; }

dt.home-number-stat::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  background-position: center;
  background-size: 100% 100%; }

.home-number-events dt.home-number-stat::before {
  width: 2.75rem;
  height: 2.75rem;
  top: -2.8125rem;
  margin-left: -1.375rem;
  background-image: url("../images/pictos.svg#agenda"), url("../images/pictos.svg#agenda_back"); }

.no-svg-fragments .home-number-events dt.home-number-stat::before {
  background-image: url("../images/svg-fragments/agenda.svg"); }

.home-number-customers dt.home-number-stat::before {
  width: 3.875rem;
  height: 3.875rem;
  top: -3.125rem;
  margin-left: -1.9375rem;
  background-image: url("../images/pictos.svg#adherents"), url("../images/pictos.svg#adherents_back"); }

.no-svg-fragments .home-number-customers dt.home-number-stat::before {
  background-image: url("../images/svg-fragments/adherents.svg"); }

.home-number-pme dt.home-number-stat::before {
  width: 2.75rem;
  height: 2.75rem;
  top: -2.8125rem;
  margin-left: -1.375rem;
  background-image: url("../images/pictos.svg#agenda"), url("../images/pictos.svg#agenda_back"); }

.no-svg-fragments .home-number-pme dt.home-number-stat::before {
  background-image: url("../images/svg-fragments/bulle.svg"); }

.home-number-accompagner dt.home-number-stat::before {
  width: 4.25rem;
  height: 4.25rem;
  top: -3.75rem;
  margin-left: -2.125rem;
  background-image: url("../images/pictos.svg#accompagner"), url("../images/pictos.svg#accompagner_back"); }

.no-svg-fragments .home-number-accompagner dt.home-number-stat::before {
  background-image: url("../images/svg-fragments/accompagner.svg"); }

.home-number-victory dt.home-number-stat::before {
  width: 3.25rem;
  height: 3.25rem;
  top: -3.125rem;
  margin-left: -1.625rem;
  background-image: url("../images/pictos.svg#trophy"), url("../images/pictos.svg#trophy_back"); }

.no-svg-fragments .home-number-victory dt.home-number-stat::before {
  background-image: url("../images/svg-fragments/trophy.svg"); }

dd.home-number-legend {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 1.25rem;
  padding-top: 0.625rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4; }

/* Interior */
.interior-number-wrapper {
  margin-top: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.no-flex-wrap .interior-number-wrapper {
  display: block; }

.interior-number-wrapper .home-number {
  width: 16.25rem;
  max-width: 100%;
  margin: 0 0.3125rem 2.5rem; }

.home-number abbr[title] {
  border-bottom: 0; }

@media (min-width: 38.75rem) {
  .interior-number-wrapper .home-number {
    margin: 0 1.25rem 2.5rem; } }
@media (min-width: 51.25rem) {
  .interior-number-wrapper .home-number {
    margin: 0 2.5rem 2.5rem; } }
/* ILS EN PARLENT */
/* Global & home */
.home-witnesses-section-wrapper .witnesses {
  margin-top: 2.5rem; }

.witnesses-section-inner-wrapper {
  max-width: 43.75rem;
  margin-left: auto;
  margin-right: auto; }

.witnesses {
  height: 0;
  max-width: 43.75rem;
  padding-top: 90.9%;
  background-image: url("../images/temoignage_back.svg");
  background-size: 100%;
  background-position: center; }

h3.witnesses-title,
.home-witnesses-section-wrapper .witnesses-title {
  position: absolute;
  bottom: 72%;
  left: 26.4%;
  margin: 0;
  color: #fff;
  font-size: 1.5rem; }

.witness-switch-wrapper {
  position: absolute;
  top: 65%;
  width: 6rem;
  left: 50%;
  margin-left: -3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between; }

button.witness-switch {
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 0.1875rem solid #313131;
  background-image: url("../images/pictos.svg#fleche_noir");
  background-size: 1rem 1rem;
  background-position: center;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.no-svg-fragments button.witness-switch {
  background-image: url("../images/svg-fragments/fleche_noir.svg"); }

button.witness-switch:not([disabled]):hover,
button.witness-switch:not([disabled]):focus {
  border-color: #0053a0;
  background-color: #0053a0;
  background-image: url("../images/pictos.svg#fleche_blanc"); }

.no-svg-fragments button.witness-switch:not([disabled]):hover,
.no-svg-fragments button.witness-switch:not([disabled]):focus {
  background-image: url("../images/svg-fragments/fleche_blanc.svg"); }

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

button.witness-switch[disabled] {
  opacity: .2; }

.witnesses-wrapper {
  position: absolute;
  top: 31%;
  bottom: 37%;
  left: 7%;
  right: 7%;
  overflow: hidden; }

.witnesses-slider {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.witness {
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1; }

.witness-hidden {
  visibility: hidden; }

a.witness-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0.3125rem;
  border: 0.125rem solid transparent;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

a.witness-link:hover,
a.witness-link:focus {
  border-color: #fff; }

p.witness-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 auto;
  padding: 0.5rem;
  border-radius: 50%;
  background-color: #fff; }

.witnesses-slider .witness-title::after {
  content: "";
  display: block;
  position: absolute;
  right: -3.75rem;
  top: -0.625rem;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: rgba(49, 49, 49, 0.25);
  background-image: url("../images/pictos.svg#video_play");
  background-position: center;
  background-size: 1.125rem 1.125rem;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.no-svg-fragments .witnesses-slider .witness-title::after {
  background-image: url("../images/svg-fragments/video_play.svg"); }

a.witness-link:hover .witness-title::after,
a.witness-link:focus .witness-title::after {
  background-color: #313131; }

h2.witness-title,
p.witness-title {
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  font-size: 0.875rem;
  text-transform: uppercase; }

p.witness-desc {
  display: none;
  width: 100%;
  margin-top: 0.625rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  text-align: center;
  color: #fff; }

@media (min-width: 26.25rem) {
  .witness-switch-wrapper {
    top: 69%; }

  .witnesses-wrapper {
    bottom: 35%; }

  a.witness-link {
    padding: 0 0.625rem; }

  h2.witness-title,
  p.witness-title {
    font-size: 1rem; } }
@media (min-width: 35rem) {
  p.witness-desc {
    display: block; } }
@media (min-width: 37.5rem) {
  p.witness-logo {
    width: 3.75rem;
    height: 3.75rem;
    padding: 0.75rem; } }
@media (min-width: 71.875rem) {
  .home-page .witness-desc {
    margin-top: 1.25rem; }

  .home-page .witness-switch-wrapper {
    top: 68%;
    width: 8.25rem; }

  .home-page button.witness-switch {
    width: 2.75rem;
    height: 2.75rem;
    background-size: 1.375rem 1.375rem; } }
@media (min-width: 84.375rem) {
  .home-page .witness-logo {
    width: 5rem;
    height: 5rem;
    padding: 0.9375rem; } }
/* Interior */
p.witnesses-list-back a.witnesses-list-back-link {
  color: #3a7cad;
  font-weight: bold;
  border: 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; }

p.witnesses-list-back a.witnesses-list-back-link:hover,
p.witnesses-list-back a.witnesses-list-back-link:focus {
  color: #0053a0;
  border-bottom: 0.0625rem solid #0053a0; }

.interior-page .witnesses-title {
  top: 14%;
  bottom: auto;
  font-size: 2rem; }

.interior-page .witnesses-wrapper {
  top: 24%; }

.interior-witnesses-wrapper {
  margin-top: 5rem;
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.no-flex-wrap .interior-witnesses-wrapper {
  display: block; }

.interior-witness {
  max-width: 50rem;
  margin: 2.5rem 0;
  box-shadow: 0 0.3125rem 0.3125rem rgba(0, 0, 0, 0.3); }

.interior-witness-title-wrapper {
  z-index: 2;
  position: absolute;
  top: -2.5rem;
  left: 1.5625rem;
  width: 8.75rem;
  height: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.9375rem 1.25rem;
  border-radius: 0.625rem;
  background-color: #0053a0;
  color: #fff;
  pointer-events: none;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out; }

.interior-witness-title-wrapper.play {
  opacity: 0;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in; }

.interior-witness .witness-logo::after {
  display: none; }

.interior-witness-video {
  width: 100%; }

p.interior-witness-desc {
  margin: 0;
  padding: 1.875rem;
  color: #313131;
  font-size: 1rem;
  text-align: left; }

@media (min-width: 68.75rem) {
  .interior-witness {
    width: calc(50% - 5rem);
    margin: 2.5rem; } }
/* L'EQUIPE */
.interior-team-wrapper {
  margin-top: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.no-flex-wrap .interior-team-wrapper {
  display: block; }

.team-member {
  position: static;
  height: 125rem;
  min-height: 35rem;
  max-height: 35rem;
  max-width: 16.25rem;
  margin: 1.875rem 0;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

a.team-member-main {
  display: block;
  height: 35rem;
  padding-bottom: 1.875rem;
  box-shadow: 0 0.3125rem 0.3125rem rgba(0, 0, 0, 0.3);
  cursor: pointer;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

a.team-member-main.inactive {
  opacity: .2; }

a.team-member-main:hover,
a.team-member-main:focus,
a.team-member-main.inactive:hover,
a.team-member-main.inactive:focus {
  opacity: 1;
  box-shadow: 0 0.3125rem 0.3125rem rgba(0, 0, 0, 0.7); }

a.team-member-main::after {
  content: "";
  display: block;
  position: absolute;
  right: 0.9375rem;
  bottom: 0.9375rem;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  border: 0.25rem solid transparent;
  background-image: url("../images/pictos.svg#plus_bleu");
  background-size: 1.5rem 1.5rem;
  background-position: 0.125rem 0.125rem;
  -webkit-transition: border .25s ease-out;
  transition: border .25s ease-out; }

.no-svg-fragments a.team-member-main::after {
  background-image: url("../images/svg-fragments/plus_bleu.svg"); }

a.team-member-main:hover::after,
a.team-member-main:focus::after {
  border-color: #509dc8; }

img.team-member-photo {
  width: 100%;
  margin: 0; }

h2.team-member-name {
  margin: 1.25rem 3.75rem 0.625rem 1.875rem;
  font-weight: bold;
  font-size: 1.125rem;
  color: #0053a0; }

p.team-member-title {
  margin: 0 3.75rem 0 1.875rem; }

.team-member-more {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 2.5rem;
  opacity: 0;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

.team-member-more.noDisplay {
  display: none; }

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

.team-member-more-content {
  z-index: 2;
  max-width: 45rem;
  margin: 0 auto;
  padding: 1.25rem;
  box-shadow: 0 0.125rem 0.3125rem 0.0625rem rgba(0, 0, 0, 0.3);
  background-color: #fff; }

.team-member-more-content p {
  max-width: 45rem;
  margin: 0 auto; }

.team-member-more-content p + p:not(.team-member-more-mail) {
  margin-top: 0.9375rem; }

p.team-member-more-mail {
  margin-top: 1.25rem;
  padding-bottom: 1.875rem;
  padding-left: 2.1875rem;
  font-weight: bold;
  line-height: 1.5rem; }

p.team-member-more-mail::before {
  content: "";
  display: block;
  position: absolute;
  left: 0.625rem;
  width: 1.25rem;
  height: 1.5rem;
  background-image: url("../images/fleche-bleue.png");
  background-position: center; }

p.team-member-more-mail::after {
  content: "";
  display: block;
  position: absolute;
  left: 25%;
  right: 25%;
  bottom: 0;
  height: 0;
  border-bottom: 0.5rem solid #daeaab; }

p.team-member-more-mail a {
  color: #509dc8;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

p.team-member-more-mail a:hover,
p.team-member-more-mail a:focus {
  color: #0053a0; }

@media (min-width: 35rem) {
  .team-member {
    margin: 1.875rem; }

  .team-member-more-content {
    padding: 1.875rem; } }
.interior-societies-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.no-flex-wrap .interior-societies-wrapper {
  display: block; }

article.interior-society {
  position: static;
  margin: 1.25rem;
  height: 125rem;
  min-height: 18.75rem;
  max-height: 18.75rem;
  max-width: 100%;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

article.interior-society.interior-society-alone {
  height: auto;
  max-height: 125rem; }

article.interior-society.interior-society-alone .interior-society-main {
  margin-left: auto;
  margin-right: auto; }

article.interior-society.interior-society-alone .interior-society-more {
  position: relative; }

article.interior-society.interior-partner {
  margin: 0.625rem;
  min-height: 13.4375rem;
  max-height: 13.4375rem; }

article.interior-society.interior-society-hidden {
  display: none; }

a.interior-society-main {
  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;
  max-width: 100%;
  width: 18.75rem;
  height: 18.75rem;
  padding: 1.875rem;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.3125rem 0.0625rem rgba(0, 0, 0, 0.3);
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

article.interior-society.interior-partner a.interior-society-main {
  width: 13.4375rem;
  height: 13.4375rem;
  padding: 0.9375rem; }

a.interior-society-main.inactive {
  opacity: .2; }

.interior-society-info {
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #0053a0;
  color: #fff;
  -webkit-transform: translateY(20rem);
  transform: translateY(20rem);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out; }

a.interior-society-main::after,
a.interior-society-info::after {
  content: "";
  display: block;
  position: absolute;
  right: 0.125rem;
  bottom: 0.125rem;
  width: 2.25rem;
  height: 2.25rem;
  line-height: 1.75rem;
  text-align: center;
  border-radius: 50%;
  border: 0.25rem solid transparent;
  background-size: 1.5rem 1.5rem;
  background-position: center;
  -webkit-transition: border .25s ease-out;
  transition: border .25s ease-out; }

.svg-fragments a.interior-society-main::after {
  background-image: url("../images/pictos.svg#plus_bleu"); }

.no-svg-fragments a.interior-society-main::after {
  background-image: url("../images/svg-fragments/plus_bleu.svg"); }

.svg-fragments .interior-society-info::after {
  background-image: url("../images/pictos.svg#plus_blanc"); }

.no-svg-fragments .interior-society-info::after {
  background-image: url("../images/svg-fragments/plus_blanc.svg"); }

a.interior-society-main:hover,
a.interior-society-main:focus,
a.interior-society-main.inactive:hover,
a.interior-society-main.inactive:focus {
  opacity: 1;
  box-shadow: 0 0.125rem 0.3125rem 0.0625rem rgba(0, 0, 0, 0.7); }

a.interior-society-main:hover .interior-society-info,
a.interior-society-main:focus .interior-society-info {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

/* More */
h2.interior-society-name,
article.interior-society.interior-partner h2.interior-society-name {
  margin: 0;
  margin-bottom: 1.25rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem; }

p.interior-society-short-desc,
p.interior-society-branch {
  font-size: 0.75rem; }

p.interior-society-short-desc {
  margin-top: 0;
  margin-bottom: 0.9375rem; }

article.interior-society.interior-partner p.interior-society-short-desc {
  margin-bottom: 0; }

p.interior-society-branch {
  margin-top: 0.625rem;
  margin-bottom: 0;
  padding-left: 1.5625rem; }

p.interior-society-branch::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("../images/fleche-blanc.png");
  background-position: center; }

/* Details */
.interior-society-more {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 2.5rem;
  opacity: 0;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

article.interior-society.interior-partner .interior-society-more {
  margin-top: 1.875rem; }

.interior-society-more.noDisplay {
  display: none; }

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

.interior-society-more-content {
  z-index: 2;
  max-width: 47.5rem;
  margin: 0 auto;
  padding: 1.25rem 1.25rem 3.75rem;
  box-shadow: 0 0.125rem 0.3125rem 0.0625rem rgba(0, 0, 0, 0.3);
  background-color: #fff; }

.interior-society-more-content::after {
  content: "";
  display: block;
  position: absolute;
  left: 25%;
  right: 25%;
  bottom: 1.75rem;
  height: 0;
  border-bottom: 0.5rem solid #daeaab; }

img.interior-society-more-logo {
  max-width: 3.75rem;
  max-height: 3.75rem;
  float: right;
  margin-left: 1.25rem;
  margin-bottom: 1.25rem; }

h3.interior-society-more-name {
  margin-top: 0;
  margin-bottom: 1.5625rem;
  margin-right: 5.625rem;
  padding-bottom: 0.625rem;
  border-bottom: 0.0625rem dashed #0053a0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.25rem;
  color: #0053a0; }

.interior-society-more-content p {
  margin-bottom: 0; }

p.interior-society-more-short-desc {
  margin-bottom: 1.25rem; }

p.interior-society-more-long-desc {
  margin-top: 1.25rem; }

p.interior-society-more-branch {
  margin-top: 0.625rem;
  margin-bottom: 0;
  padding-left: 1.5625rem; }

p.interior-society-more-website,
p.interior-society-more-social-page {
  margin-top: 1.25rem;
  margin-bottom: 0;
  padding-left: 1.5625rem;
  font-size: 0.875rem;
  color: #3a7cad;
  font-weight: bold; }

.interior-society-more-address-wrapper {
  min-height: 3.125rem;
  margin-top: 1.25rem;
  padding-left: 4.375rem;
  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; }

.interior-society-more-address-wrapper::before {
  content: "";
  position: absolute;
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  left: 0.625rem;
  top: 50%;
  margin-top: -1.5625rem;
  background-position: center;
  background-size: 3.125rem 3.125rem; }

.svg-fragments .interior-society-more-address-wrapper::before {
  background-image: url("../images/pictos.svg#puce"), url("../images/pictos.svg#puce_back"); }

.no-svg-fragments .interior-society-more-address-wrapper::before {
  background-image: url("../images/svg-fragments/puce.svg"); }

p.interior-society-more-address {
  margin-top: 0;
  font-size: 0.875rem;
  color: #888; }

p.interior-society-more-address + p.interior-society-more-address {
  margin-top: 0.125rem; }

p.interior-society-more-branch::before,
p.interior-society-more-website::before,
p.interior-society-more-social-page::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("../images/fleche-bleue.png");
  background-position: center; }

p.interior-society-more-website + p.interior-society-more-website,
p.interior-society-more-social-page + p.interior-society-more-social-page {
  margin-top: 0.3125rem; }

p.interior-society-more-website a::after,
p.interior-society-more-social-page a::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: -0.125rem;
  width: 0;
  border-bottom: 0.0625rem solid #0053a0;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

p.interior-society-more-website a:hover::after,
p.interior-society-more-website a:focus::after,
p.interior-society-more-social-page a:hover::after,
p.interior-society-more-social-page a:focus::after {
  width: 100%; }

@media (min-width: 22.5rem) {
  h2.interior-society-name {
    margin-bottom: 1.875rem;
    font-size: 1.125rem; }

  p.interior-society-short-desc,
  p.interior-society-branch {
    font-size: 0.875rem; }

  p.interior-society-short-desc {
    margin-bottom: 1.5625rem; } }
@media (min-width: 37.5rem) {
  img.interior-society-more-logo {
    max-width: 7.5rem;
    max-height: 7.5rem; }

  h3.interior-society-more-name {
    margin-right: 10rem; } }
/* CONTACT PAGE LAYOUT */
section.home-section-head.contact-section-head {
  margin-bottom: 0; }

section.home-section-split-contact {
  margin-bottom: -6.25rem; }

.home-section-split-content-secondary.home-section-split-content-contact {
  padding-bottom: 3.75rem; }

.home-section-split-content-secondary.home-section-split-content-contact .interior-article-media {
  margin-top: 0; }

iframe.interior-article-media-iframe.contact-map-iframe {
  height: 70vh;
  max-height: 25rem; }

p.contact-plan-print,
p.contact-address-website {
  display: none; }

@media (min-width: 68.75rem) {
  .home-section-split-context.home-section-split-context-contact {
    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; }

  iframe.interior-article-media-iframe.contact-map-iframe {
    max-height: 70vh; }

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

  .contact-address-wrapper::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    top: 5rem;
    bottom: 5rem;
    right: 0;
    border-right: 0.0625rem dashed #64b7d9; } }
/* ADDRESS CONTACT */
.contact-address-wrapper {
  padding: 1.25rem 0; }

.contact-address {
  padding: 1.875rem 0; }

.contact-address:not(:last-child)::after {
  content: "";
  position: absolute;
  display: block;
  width: 10rem;
  height: 0;
  left: 50%;
  margin-left: -5rem;
  bottom: 0;
  border-bottom: 0.0625rem dashed #64b7d9; }

h2.contact-address-title,
p.contact-address-text {
  margin: 0;
  text-align: center; }

h2.contact-address-title {
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #7aa207; }

.contact-address-tel {
  font-weight: bold;
  color: #509dc8; }

p.contact-address-twitter {
  margin-top: 0.3125rem; }

.contact-address p.contact-address-twitter a,
.contact-address p.contact-address-linkedin a {
  font-weight: bold;
  color: #555;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

p.contact-address-twitter a::before,
p.contact-address-linkedin a::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-right: 0.625rem;
  top: 0.625rem;
  border-radius: 50%;
  background-color: #0053a0;
  background-position: center;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

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

.no-svg-fragments p.contact-address-twitter a::before {
  background-image: url("../images/svg-fragments/twitter.svg"); }

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

.no-svg-fragments p.contact-address-linkedin a::before {
  background-image: url("../images/svg-fragments/linkedin.svg"); }

p.contact-address-twitter a:hover,
p.contact-address-twitter a:focus {
  color: #1da1f2; }

p.contact-address-linkedin a:hover,
p.contact-address-linkedin a:focus {
  color: #0077b5; }

p.contact-address-twitter a:hover::before,
p.contact-address-twitter a:focus::before {
  background-color: #1da1f2; }

p.contact-address-linkedin a:hover::before,
p.contact-address-linkedin a:focus::before {
  background-color: #0077b5; }

/* LEGAL MENTIONS */
.interior-article-contact-mentions {
  max-width: 33.75rem;
  margin: 2.5rem auto 0;
  font-size: .875rem; }

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

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

#body-wrapper .error-cdalr-form a {
  font-family: Arial, sans-serif;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

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

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

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

.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: Arial, 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 #0053a0;
  border-right: 0.1875rem solid #0053a0;
  -webkit-animation: spin 0.75s infinite linear;
  animation: spin 0.75s infinite linear; }

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

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

/* 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 */
.cdalr-form {
  max-width: 100%; }

.cdalr-form fieldset legend:not(.fake-legend) {
  display: none; }

.cdalr-form fieldset legend.fake-legend {
  margin: 0 0 2.5rem;
  line-height: 1.2;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #64b7d9;
  border: 0; }

.cdalr-form fieldset legend.fake-legend::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.625rem;
  width: 85%;
  border-bottom: 0.0625rem dashed #64b7d9; }

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

.cdalr-form .control-group .input-error-addon {
  margin: -1.25rem 0 1.25rem;
  font-size: 1rem;
  line-height: 1.2;
  color: #c00;
  font-weight: bold; }

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

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

.cdalr-form .control-group label.control-label,
.cdalr-form .control-group .controls input,
.cdalr-form .control-group .controls textarea {
  font-size: 1rem; }

.cdalr-form .control-group label.control-label {
  font-weight: bold;
  color: #555; }

.cdalr-form .control-group .controls input,
.cdalr-form .control-group .controls textarea {
  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.9375rem;
  border-radius: 0.5rem;
  border: 0.125rem solid #afca0b; }

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

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

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

.no-flex-wrap .cdalr-form .control-group .controls input#lastName,
.no-flex-wrap .cdalr-form .control-group .controls input#firstName {
  width: 45%; }

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

.cdalr-form .control-group .fa-asterisk::after {
  content: "*";
  font-weight: bold;
  font-style: italic;
  color: #313131; }

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

.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: #bce830;
  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 {
  margin: 2.5rem 0 0;
  padding: 0;
  background: transparent;
  border: 0; }

.cdalr-form .form-actions input[type="submit"],
.cdalr-form .form-actions button[type="submit"] {
  display: block;
  width: auto;
  height: 3.75rem;
  line-height: 3.75rem;
  margin: 0 auto;
  padding: 0 2.5rem;
  border-radius: 0.5rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background: #509dc8;
  border: 0;
  text-shadow: none;
  font-size: 1rem;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

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

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

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

.no-flex-wrap .cdalr-form .control-group .controls .algolia-places {
  width: 45%; }

.no-flex-wrap .cdalr-form .control-group .controls .algolia-places + input#postCode {
  width: 12%; }

.no-flex-wrap .cdalr-form .control-group .controls .algolia-places + input#postCode + input#city {
  width: 30%; }

.cdalr-form .ap-dropdown-menu {
  top: 60px !important;
  margin-top: 5px; }

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

  .no-flex-wrap .cdalr-form .control-group .controls .algolia-places,
  .no-flex-wrap .cdalr-form .control-group input#address {
    width: 100%; }

  .cdalr-form .control-group .controls .algolia-places + input#postCode,
  .cdalr-form .control-group .controls input#postCode {
    margin-left: 0; }

  .no-flex-wrap .cdalr-form .control-group .controls input#postCode {
    width: 30%; }

  .no-flex-wrap .cdalr-form .control-group .controls input#postCode {
    width: 60%; } }
#portlet_status .breadcrumb-container {
  position: static;
  height: 1.5rem;
  line-height: 1.5rem;
  padding-top: 1.25rem; }

#portlet_status .breadcrumb-container::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  height: 4rem;
  background-color: #c5ced4; }

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

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

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

p.redirection-mainBlock-txt {
  margin: 2.5rem 0;
  line-height: 1.2;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #0053a0; }

p.redirection-mainBlock-txt::after {
  content: "";
  display: block;
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: -0.625rem;
  border-bottom: 0.0625rem dashed #0053a0; }

a.erreur-redirection-btn,
a.erreur-redirection-btn:focus,
a.erreur-redirection-btn:visited {
  display: block;
  width: 18.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
  margin: 1.25rem auto 3.75rem;
  padding: 0 2.5rem;
  border-radius: 0.5rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background: #7aa207;
  border: 0;
  text-shadow: none;
  font-size: 1rem;
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

a.erreur-redirection-btn:hover,
a.erreur-redirection-btn:focus,
a.erreur-redirection-btn:visited:hover {
  background: #0053a0;
  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: 5rem;
    padding: 0 1.875rem; }

  p.redirection-mainBlock-txt {
    font-size: 1.1em; } }
nav.site-map {
  max-width: 47.5rem;
  margin: 3.125rem auto 0;
  color: #0053a0; }

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

p.offline-pages-chapo {
  font-weight: bold;
  color: #555; }

p.offline-pages-title {
  color: #313131; }

nav.site-map a {
  -webkit-transition: all .25s ease-out, outline 0s, outline-offset 0s;
  transition: all .25s ease-out, outline 0s, outline-offset 0s; }

nav.site-map a::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: -0.1875rem;
  width: 0;
  height: 0;
  border-bottom: 0.0625rem solid #0053a0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

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

nav.site-map a:hover,
nav.site-map a:focus {
  color: #0053a0; }

.site-map ul.sitemap-level-0 > li,
p.offline-pages-title {
  margin-bottom: 1.25rem;
  border-bottom: 0.0625rem dashed #0053a0; }

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

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

.site-map ul.sitemap-level-1 > li,
.site-map ul.sitemap-level-2 > li {
  margin-bottom: 0.3125rem; }

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

nav.site-map .site-map-list ul.sitemap-level-1 > li:last-child {
  margin-bottom: 0; }

.sitemap-level-1 > li:not(:last-child) .sitemap-level-2 {
  padding-bottom: 0.625rem;
  border-bottom: 0.0625rem dashed #0053a0; }

.site-map ul.sitemap-level-2 {
  padding-left: 1.875rem;
  margin-bottom: 0.9375rem;
  margin-top: 0.625rem; }

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

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

@page {
  size: A4;
  margin: 1cm 1cm; }

@media print {
  /* General layout */
  #body-wrapper #main-wrapper *,
  #body-wrapper #main-wrapper *::before,
  #body-wrapper #main-wrapper *::after {
    background: none;
    box-shadow: none; }

  #body-wrapper [aria-hidden="true"],
  #body-wrapper #main-wrapper .portlet-dockbar,
  #body-wrapper #main-wrapper #header-alert-wrapper,
  #body-wrapper #main-wrapper #header-search,
  #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 .home-article-mainContent::before,
  #body-wrapper #main-wrapper .home-article-mainContent::after,
  #body-wrapper #main-wrapper .home-article-mediaContent,
  #body-wrapper #main-wrapper .interior-headerContainer,
  #body-wrapper #main-wrapper p.interior-header-contentText,
  #body-wrapper #main-wrapper .interior-header::before,
  #body-wrapper #main-wrapper aside.interior-aside,
  #body-wrapper #main-wrapper label.interior-aside-subtitle,
  #body-wrapper #main-wrapper .interior-aside-wrapper,
  #body-wrapper #main-wrapper a.interior-content-footer-email,
  #body-wrapper #main-wrapper a.interior-content-footer-annuaire,
  #body-wrapper #main-wrapper footer.main-footer,
  #body-wrapper #main-wrapper iframe,
  #body-wrapper #main-wrapper video,
  #body-wrapper #main-wrapper .home-cta-wrapper,
  #body-wrapper #main-wrapper .home-secondary-title,
  #body-wrapper #main-wrapper .home-section-more,
  #body-wrapper #main-wrapper .home-section-split-context,
  #body-wrapper #main-wrapper .home-cta-contact,
  #body-wrapper #main-wrapper .home-section-news-wrapper::after,
  #body-wrapper #main-wrapper .home-witnesses-section-wrapper .witness-switch-wrapper,
  #body-wrapper #main-wrapper article.home-twitter-publish,
  #body-wrapper #main-wrapper .portlet-borderless-bar,
  #body-wrapper #main-wrapper .portlet-body .lfr-meta-actions,
  #body-wrapper #main-wrapper .news-list-back,
  #body-wrapper #main-wrapper .news-list-subtitle,
  #body-wrapper #main-wrapper #load-more-news,
  #body-wrapper #main-wrapper #load-more-events,
  #body-wrapper #main-wrapper .interior-article h3 .anchor-button,
  #body-wrapper #main-wrapper .home-event-img,
  #body-wrapper #main-wrapper .agenda-filter,
  #body-wrapper #main-wrapper .witnesses-list-back,
  #body-wrapper #main-wrapper .home-section-split-content-secondary.home-section-split-content-contact,
  #body-wrapper #main-wrapper a[href]::after,
  #body-wrapper #fullPage-alert a[href]::after,
  #body-wrapper #main-wrapper abbr[title]:after,
  #body-wrapper #fullPage-alert .fullPage-alert-title,
  #body-wrapper #main-wrapper select option,
  #body-wrapper #main-wrapper article.news-list-news-container a.inner-link::after,
  #body-wrapper #main-wrapper #alert-old-browser,
  #body-wrapper #main-wrapper #fullPage-alert-iframe,
  #body-wrapper #main-wrapper .block-text-ellipsis::before,
  #body-wrapper #main-wrapper .block-text-ellipsis::after,
  #body-wrapper #main-wrapper .preprod-banner,
  #body-wrapper #main-wrapper #cookie-notice {
    display: none; }

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

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

  #page-wrapper h1,
  #page-wrapper h2,
  #page-wrapper h3 {
    page-break-after: avoid;
    widows: 1;
    orphans: 1; }

  #page-wrapper p,
  #page-wrapper ul,
  #page-wrapper ol {
    widows: 2;
    orphans: 2;
    text-align: justify; }

  #page-wrapper .blockquote,
  #page-wrapper table {
    page-break-inside: avoid; }

  #page-wrapper .interior-article-mainContent .blockquote p {
    text-align: center; }

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

  #page-wrapper header.main-header {
    height: 100px; }

  /* Home page */
  body.home-page {
    overflow: visible; }

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

  .home-main-subtitle-br,
  h1.home-main-title br {
    display: inline; }

  .home-page .home-section {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0; }

  p.home-section-split-text {
    font-size: 12px; }

  .home-section-split-content-wrapper {
    padding: 30px; }

  .home-section-split-content-secondary {
    margin-top: 40px; }

  section.home-section-news {
    margin-top: 30px; }

  h1.home-main-title {
    margin-bottom: 0; }

  h2.home-section-title,
  #page-wrapper .home-witnesses-section-wrapper h3.witnesses-title {
    font-size: 30px; }

  h3.home-news {
    height: 50px; }

  a.home-news-link,
  .home-news-link-inner {
    padding: 0;
    border: 0; }

  .home-news-link-inner::before {
    content: "?";
    left: 15px;
    color: #0053a0; }

  .home-news-link-content {
    padding-left: 25px;
    font-size: 16px;
    font-weight: normal; }

  section.home-section-agenda {
    margin-top: 20px; }

  h2.home-agenda-title {
    margin-bottom: 30px; }

  .home-page #page-wrapper .home-event {
    display: block; }

  article.home-event {
    margin-top: 20px; }

  .home-event-content {
    padding: 40px 20px 20px; }

  .home-events-wrapper:not(.interior-events-wrapper) .home-event-content {
    border: 1px solid #c5ced4; }

  .home-event-desc :last-child {
    margin-bottom: 0; }

  h3.home-partners-subtitle {
    font-suize: 16px; }

  li.home-partner {
    height: 50px; }

  .home-witnesses-section-wrapper .witnesses {
    height: auto;
    padding: 0; }

  .home-witnesses-section-wrapper .witnesses-wrapper {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

  .home-witnesses-section-wrapper h3.witnesses-title {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 40px;
    margin-bottom: 30px; }

  .witnesses-slider {
    display: block;
    width: 100% !important; }

  .witness {
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #c5ced4; }

  .witness-hidden {
    visibility: visible; }

  section.home-section-partners {
    margin-top: 60px; }

  h2.home-partners-title {
    margin-bottom: 30px; }

  /* Interior pages */
  main.main-content {
    padding-bottom: 60px; }

  .interior-content-wrapper {
    margin-top: 0; }

  #body-wrapper #main-wrapper .interior-article-container {
    display: block;
    padding-bottom: 0;
    max-height: 10000px; }

  #body-wrapper #main-wrapper article.interior-article-displayed {
    display: block; }

  #body-wrapper #main-wrapper article.interior-article-hidden {
    display: none; }

  .interior-article {
    padding-bottom: 30px; }

  section.interior-article-mainContent {
    padding: 20px 0; }

  #page-wrapper .news-list-title,
  #page-wrapper .portlet-title,
  h1.interior-header-secondaryTitle,
  h2.interior-header-secondaryTitle {
    padding: 20px; }

  #page-wrapper .interior-article .anchor-content {
    visibility: visible;
    max-height: 10000px; }

  aside.interior-article-moreContent-container {
    margin-top: 0; }

  #page-wrapper a.interior-article-moreContent-doc {
    padding-left: 20px; }

  /* News list display */
  .interior-no-aside-page .interior-article.news-article {
    margin-top: 0; }

  .interior-no-aside-page section.home-section-head {
    padding: 0;
    margin-bottom: 20px; }

  .interior-no-aside-page section.home-section-head .useful-content h1.home-main-title {
    padding: 15px 0;
    font-size: 30px;
    border: 1px solid #7aa207; }

  #page-wrapper a.home-event-link,
  #page-wrapper a.interior-news-link {
    page-break-inside: avoid;
    padding-bottom: 0; }

  p.interior-news-date::before,
  .interior-article p.home-event-theme::before {
    content: "?";
    left: 15px;
    color: #0053a0; }

  h2.interior-news-title {
    height: 60px;
    padding-left: 30px; }

  .interior-news-wrapper {
    display: block; }

  article.home-event,
  article.interior-news {
    width: 100%;
    max-width: 100%; }

  .interior-news-content {
    padding: 0 20px 20px; }

  .home-section-news-wrapper {
    padding: 0; }

  /* Agenda display */
  .home-events-wrapper {
    display: block; }

  .home-event-date-wrapper {
    position: relative;
    top: 0;
    left: 0;
    margin: 20px;
    border: 1px solid #0053a0;
    float: left; }

  .home-event-desc {
    width: 100%;
    clear: both; }

  .interior-events-wrapper article.home-event {
    page-break-inside: avoid;
    margin-bottom: 20px; }

  .interior-events-wrapper article.home-event a.home-event-link {
    padding-top: 20px; }

  #page-wrapper p.home-event-date {
    text-align: center; }

  .interior-event-wrapper {
    margin: 40px 0 10px; }

  .home-event-date-wrapper.two-dates .home-event-date + .home-event-date::before {
    content: "?";
    top: 25px;
    left: -33px;
    color: #0053a0; }

  .interior-article .interior-event-wrapper {
    margin: 0 0 40px; }

  .interior-article .home-event-date-wrapper {
    float: none;
    margin: 0; }

  /* Color overriding home */
  #page-wrapper * {
    color: #313131 !important; }

  #page-wrapper h2.home-news-title,
  #page-wrapper h2.home-news-title strong,
  #page-wrapper h2.home-partners-title,
  #page-wrapper h2.home-partners-title strong {
    color: #0053a0 !important; }

  #page-wrapper h2.home-agenda-title,
  #page-wrapper h2.home-agenda-title strong,
  #page-wrapper h2.home-agenda-title a {
    color: #0053a0 !important; }

  #page-wrapper .home-witnesses-section-wrapper h3.witnesses-title,
  #page-wrapper .home-witnesses-section-wrapper h3.witnesses-title strong {
    color: #7aa207 !important; }

  /* Color overriding interior */
  #page-wrapper h1.interior-article-title,
  #page-wrapper h2.interior-article-title {
    color: #7aa207 !important; }

  #page-wrapper .interior-article h3,
  #page-wrapper .interior-article h3 .anchor-button,
  #page-wrapper .interior-article h4,
  #page-wrapper .interior-article-mainContent a,
  #page-wrapper .interior-article-mainContent a:visited,
  #page-wrapper .fullPage-alert a,
  #page-wrapper .fullPage-alert a:visited,
  #page-wrapper a.interior-article-moreContent-doc {
    color: #0053a0 !important; }

  /* Color overriding agenda & news */
  #page-wrapper .home-section-head h1.home-main-title,
  #page-wrapper .home-section-head h1.home-main-title .home-main-title-part {
    color: #7aa207 !important; }

  #page-wrapper .home-event-date,
  #page-wrapper .home-event-day {
    color: #0053a0 !important; }

  #page-wrapper article.news-list-container {
    border: 1px solid #c5ced4; }

  #page-wrapper article.news-list-container #page-wrapper a.interior-news-link {
    border: 0; }

  #page-wrapper .home-event-theme {
    color: #0053a0 !important; }

  #page-wrapper h2.agenda-past-events {
    margin-top: 40px;
    color: #7aa207 !important; }

  /* Chiffres clés & Ils en parlent */
  .interior-number-wrapper.useful-content,
  .interior-witnesses-wrapper,
  .interior-societies-wrapper,
  .interior-team-wrapper {
    margin-top: 100px; }

  .interior-number-wrapper.useful-content::before,
  .interior-witnesses-wrapper::before,
  .interior-societies-wrapper::before,
  .interior-team-wrapper::before {
    position: absolute;
    display: block;
    top: -100px;
    left: 0;
    right: 0;
    padding: 15px 0;
    text-align: center;
    font-size: 30px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: bold;
    color: #7aa207 !important;
    border: 1px solid #7aa207; }

  .interior-number-wrapper.useful-content::before {
    content: "Chiffres clés"; }

  .interior-witnesses-wrapper::before {
    content: "Ils en parlent"; }

  .interior-societies-wrapper::before {
    content: "Les entreprises accompagnées"; }

  .interior-team-wrapper::before {
    content: "L'équipe"; }

  .home-number-wrapper,
  .interior-number-wrapper {
    display: block; }

  .home-number-wrapper .home-number,
  .interior-number-wrapper .home-number {
    display: inline-block;
    width: 160px;
    margin: 0 10px 20px; }

  dl.home-number-content {
    border: 8px solid #d3e69b; }

  #page-wrapper dt.home-number-stat {
    margin-top: -30px;
    color: #0053a0 !important; }

  dd.home-number-legend {
    top: 48%;
    font-size: 12px; }

  .interior-witness {
    margin-top: 0;
    border: 1px solid #c5ced4; }

  #page-wrapper .interior-witness-title-wrapper {
    position: relative;
    height: 60px;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    padding-left: 60px; }

  #page-wrapper .interior-witness-title-wrapper .witness-title {
    margin: 0;
    text-align: left;
    color: #0053a0 !important; }

  p.witness-desc,
  p.interior-witness-desc {
    padding-top: 0;
    font-size: 12px; }

  /* Entreprises accompagnées */
  .interior-societies-wrapper {
    display: block; }

  #page-wrapper .interior-society {
    page-break-inside: avoid;
    height: auto !important;
    max-height: 10000px !important;
    margin: 20px 0 0; }

  #page-wrapper .interior-society-main,
  #page-wrapper .interior-society-more-social-page {
    display: none; }

  #page-wrapper .interior-society-more {
    position: relative;
    display: block;
    opacity: 1;
    border: 1px solid #c5ced4; }

  .interior-society-more-content {
    padding: 20px; }

  .interior-society-more-content::after {
    display: none; }

  img.interior-society-more-logo {
    max-width: 120px !important; }

  #page-wrapper h3.interior-society-more-name,
  #page-wrapper .interior-society-more-website a {
    color: #0053a0 !important; }

  .interior-society-more-address-wrapper {
    padding-left: 0; }

  #page-wrapper .interior-society-more-address,
  #page-wrapper .interior-society-more-address a {
    font-size: 12px;
    color: #888 !important; }

  p.interior-society-more-branch::before,
  p.interior-society-more-website::before {
    content: "?";
    left: 5px;
    color: #0053a0; }

  p.interior-society-more-website, p.interior-society-more-social-page {
    font-size: 12px; }

  /* Equipe */
  .interior-team-wrapper {
    display: block; }

  #page-wrapper .team-member {
    page-break-inside: avoid;
    position: relative;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 1000px;
    min-height: 300px;
    margin: 20px 0 0;
    border: 1px solid #c5ced4; }

  #page-wrapper .team-member-main {
    height: 300px;
    float: left;
    opacity: 1; }

  #page-wrapper .team-member-more {
    display: block;
    position: relative;
    margin: 0;
    opacity: 1; }

  img.team-member-photo {
    width: 200px; }

  h2.team-member-name,
  p.team-member-title {
    position: absolute;
    left: 240px;
    width: 300px;
    margin: 0; }

  #page-wrapper h2.team-member-name {
    top: 20px;
    color: #0053a0 !important; }

  p.team-member-title {
    top: 60px; }

  .team-member-more-content {
    padding: 100px 20px 20px 220px; }

  p.team-member-more-mail {
    padding-bottom: 0; }

  p.team-member-more-mail::before {
    content: "?";
    left: 15px;
    color: #0053a0; }

  p.team-member-more-mail::after {
    display: none; }

  #page-wrapper p.team-member-more-mail a {
    color: #0053a0 !important; }

  /* Contact */
  section.home-section-split.home-section-split-contact,
  #body-wrapper #main-wrapper .home-section-split-context.home-section-split-context-contact,
  p.contact-plan-print,
  p.contact-address-website {
    display: block; }

  #page-wrapper p.contact-plan-print {
    max-width: 500px;
    margin: auto;
    text-align: center; }

  #page-wrapper h2.contact-address-title {
    color: #7aa207 !important; }

  #page-wrapper p.contact-address-text {
    text-align: center; }

  #page-wrapper .contact-address-tel {
    color: #0053a0 !important; }

  #page-wrapper .contact-address-twitter,
  #page-wrapper .contact-address-linkedin {
    display: none; }

  p.contact-address-website {
    margin-top: 10px; } }