@charset "UTF-8";
/* 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 {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/*@function getEven($number, $ceil: null) {
    @if ($number % 2 != 0) {
        $number: $number - 1;
    }

    @if ($ceil == true) {
        @return ceil($number);
    } @else {
        @return floor($number);
    }
}

@function getOdd($number, $ceil: null) {
    @if ($number % 2 == 0) {
        $number: $number - 1;
    }

    @if ($ceil == true) {
        @return ceil($number);
    } @else {
        @return floor($number);
    }
}*/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/default/icomoon/fonts/icomoon.eot?eqchq8");
  src: url("../fonts/default/icomoon/fonts/icomoon.eot?eqchq8#iefix") format("embedded-opentype"), url("../fonts/default/icomoon/fonts/icomoon.ttf?eqchq8") format("truetype"), url("../fonts/default/icomoon/fonts/icomoon.woff?eqchq8") format("woff"), url("../fonts/default/icomoon/fonts/icomoon.svg?eqchq8#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[data-icon]:before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before,
input[type=checkbox]:checked:before,
.link--type::before,
.rsbtn .rsbtn_play::before,
blockquote:before,
blockquote:after {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-xxl {
  color: #065c7f;
  line-height: 0;
  font-size: 80px;
  font-size: 5.3333333333rem;
}
@media only screen and (min-width:1000px) {
  .icon-xxl {
    font-size: 180px;
    font-size: 12rem;
  }
}

.icon-big {
  color: #065c7f;
  line-height: 0;
  font-size: 40px;
  font-size: 2.6666666667rem;
}
@media only screen and (min-width:720px) {
  .icon-big {
    font-size: 60px;
    font-size: 4rem;
  }
}

.icon-medium {
  color: #065c7f;
  line-height: 0;
  font-size: 30px;
  font-size: 2rem;
}
@media only screen and (min-width:720px) {
  .icon-medium {
    font-size: 40px;
    font-size: 2.6666666667rem;
  }
}

.icon-design-zero-dechet:before {
  content: "\e900";
}

.icon-compost:before {
  content: "\e901";
}

.icon-download:before {
  content: "\e000";
}

.icon-left:before {
  content: "\e001";
}

.icon-link:before, .icon-internal-link:before,
.icon-internal-link-new-window:before,
.icon-external-link:before,
.icon-external-link-new-window:before,
.icon-download:before {
  content: "\e002";
}

.icon-mail:before {
  content: "\e003";
}

.icon-quote:before, blockquote:before {
  content: "\e004";
}

.icon-right:before {
  content: "\e005";
}

.icon-expertise:before {
  content: "\e006";
}

.icon-job:before {
  content: "\e007";
}

.icon-file:before {
  content: "\e008";
}

.icon-volume:before, .rsbtn .rsbtn_play:before {
  content: "\e009";
}

.icon-collectivity:before {
  content: "\e00a";
}

.icon-microphone:before {
  content: "\e00b";
}

.icon-print:before {
  content: "\e00c";
}

.icon-price:before {
  content: "\e00d";
}

.icon-radiator:before {
  content: "\e00e";
}

.icon-book:before {
  content: "\e00f";
}

.icon-setting:before {
  content: "\e010";
}

.icon-share:before {
  content: "\e011";
}

.icon-facebook:before {
  content: "\e012";
}

.icon-twitter:before {
  content: "\e013";
}

.icon-youtube:before {
  content: "\e014";
}

.icon-pinterest:before {
  content: "\e018";
}

.icon-linkedin:before {
  content: "\e019";
}

.icon-instagram:before {
  content: "\e01a";
}

.icon-dailymotion:before {
  content: "\e01b";
}

.icon-googleplus:before {
  content: "\e01c";
}

.icon-loupe:before {
  content: "\e015";
}

.icon-loupe2:before {
  content: "\e016";
}

.icon-player:before {
  content: "\e017";
}

.icon-wrench:before {
  content: "\e01d";
}

.icon-speech:before {
  content: "\e01e";
}

.icon-newspaper:before {
  content: "\e01f";
}

.icon-loupe3:before {
  content: "\e020";
}

.icon-leaf:before {
  content: "\e021";
}

.icon-marker:before {
  content: "\e022";
}

.icon-graphic:before {
  content: "\e023";
}

.icon-calendar:before {
  content: "\e024";
}

.icon-print-2:before {
  content: "\e025";
}

.icon-angle-right:before, .link--type:before {
  content: "\e026";
}

.icon-angle-left:before {
  content: "\e027";
}

.icon-angle-down:before {
  content: "\e028";
}

.icon-angle-up:before {
  content: "\e029";
}

.icon-vimeo:before {
  content: "\e02a";
}

.icon-caret-down:before {
  content: "\e02b";
}

.icon-checkmark:before, input[type=checkbox]:checked:before {
  content: "\e02c";
}

.icon-pause:before {
  content: "\e02d";
}

.icon-play:before {
  content: "\e02e";
}

.icon-star:before {
  content: "\e030";
}

.icon-business:before, .banner--link:hover:before {
  content: "\e02f";
}

.icon-list-star:before {
  content: "\e031";
}

.icon-biodechet:before {
  content: "\e032";
}

.icon-centre-tri:before {
  content: "\e033";
}

.icon-collecte:before {
  content: "\e034";
}

.icon-encombrants:before {
  content: "\e035";
}

.icon-fire:before {
  content: "\e036";
}

.icon-urban:before {
  content: "\e038";
}

.icon-tri:before {
  content: "\e03a";
}

.icon-ordures:before {
  content: "\e03b";
}

.icon-arrow-expand:before {
  content: "\e03c";
}

.icon-verre:before {
  content: "\e037";
}

.icon-safety-cone:before {
  content: "\e039";
}

.icon-truck:before {
  content: "\e03d";
}

.icon-file-pdf-o:before {
  content: "\e03e";
}

.icon-alarm:before {
  content: "\e03f";
}

.icon-users-group:before {
  content: "\e040";
}

.icon-hour:before {
  content: "\e041";
}

.icon-paper:before {
  content: "\e042";
}

.icon-send:before {
  content: "\e043";
}

.icon-trash:before {
  content: "\e044";
}

.icon-target:before {
  content: "\e045";
}

.icon-project:before {
  content: "\e046";
}

.icon-tom-dechets:before {
  content: "\e047";
}

.icon-tom-bons-gestes:before {
  content: "\e048";
}

.icon-tom-parcours:before {
  content: "\e049";
}

.icon-tom-jeux:before {
  content: "\e04a";
}

.icon-tom-outils:before {
  content: "\e04b";
}

.icon-tom-icone:before {
  content: "\e04d";
}

.custom-loader--wrapper {
  z-index: 4;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  background: #065c7f;
  background: rgba(6, 92, 127, 0.9);
  -webkit-border-radius: 45px;
  -khtml-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 0.3s linear, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s linear, visibility 0s 0.3s;
  transition: opacity 0.3s linear, visibility 0s 0.3s;
}
body > .custom-loader--wrapper {
  position: fixed;
}
.custom-loader--wrapper.active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear, visibility 0s 0s;
  -moz-transition: opacity 0.3s linear, visibility 0s 0s;
  transition: opacity 0.3s linear, visibility 0s 0s;
}

.custom-loader {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  pointer-events: none;
  background: url("../images/assets/loader.gif") center center no-repeat transparent;
}
html.cssanimations .custom-loader {
  background: none;
}
html.cssanimations .custom-loader.type--spinner {
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 2px 1px 0px #fff;
  -webkit-animation: spin 0.7s linear infinite;
  -moz-animation: spin 0.7s linear infinite;
  animation: spin 0.7s linear infinite;
}
html.cssanimations .custom-loader.type--circles {
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
html.cssanimations .custom-loader.type--circles:before, html.cssanimations .custom-loader.type--circles:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 2px solid transparent;
}
html.cssanimations .custom-loader.type--circles:before {
  top: getEven(5px);
  left: getEven(5px);
  bottom: getEven(5px);
  right: getEven(5px);
  border-right-color: #fff;
  opacity: 0.8;
  -webkit-animation: spin 10s linear infinite;
  -moz-animation: spin 10s linear infinite;
  animation: spin 10s linear infinite;
}
html.cssanimations .custom-loader.type--circles:after {
  top: getEven(12.5px);
  left: getEven(12.5px);
  bottom: getEven(12.5px);
  right: getEven(12.5px);
  border-bottom-color: #fff;
  opacity: 0.5;
  -webkit-animation: spin 5s linear infinite;
  -moz-animation: spin 5s linear infinite;
  animation: spin 5s linear infinite;
}
html.cssanimations .custom-loader.type--quart {
  border-radius: 50px;
  border: 4px solid rgba(255, 255, 255, 0.4);
}
html.cssanimations .custom-loader.type--quart:after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  bottom: -4px;
  right: -4px;
  border-radius: 50px;
  border: 4px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
html.cssanimations .custom-loader.type--bars {
  width: 40px;
  height: 30px;
  margin-left: -20px;
  margin-top: -15px;
}
html.cssanimations .custom-loader.type--bars:before, html.cssanimations .custom-loader.type--bars:after,
html.cssanimations .custom-loader.type--bars span {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0;
  width: 10px;
  height: 30px;
  background-color: #fff;
  -webkit-animation: grow 1s linear infinite;
  -moz-animation: grow 1s linear infinite;
  animation: grow 1s linear infinite;
}
html.cssanimations .custom-loader.type--bars:after {
  left: 15px;
  -webkit-animation-delay: -0.66s;
  -moz-animation-delay: -0.66s;
  animation-delay: -0.66s;
}
html.cssanimations .custom-loader.type--bars span {
  left: 30px;
  -webkit-animation-delay: -0.33s;
  -moz-animation-delay: -0.33s;
  animation-delay: -0.33s;
}

#calendrier {
  position: relative;
  width: 100%;
  border: 1px solid #b0afab;
  box-sizing: border-box;
}
#calendrier .loader-ajax {
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#calendrier table {
  border: none;
}
#calendrier tr {
  background: none;
}
#calendrier tr:first-of-type td {
  padding-top: 16px;
}
#calendrier th,
#calendrier td {
  color: #3b3b3b;
  padding: 0;
  background: none;
}
#calendrier th {
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 0 20px;
}
#calendrier td {
  text-align: center;
  vertical-align: middle;
  padding-bottom: 8px;
  border: none;
  position: inherit;
  padding-bottom: 16px;
}
@media only screen and (min-width:720px) {
  #calendrier td {
    position: relative;
  }
}
#calendrier td a,
#calendrier td span.link-day {
  display: inline-block;
  color: #3b3b3b;
  width: 29px;
  height: 29px;
  top: 50%;
  margin: 1px;
  line-height: 28px;
  box-sizing: border-box;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  font-size: 16px;
  font-size: 1.0666666667rem;
}
@media only screen and (min-width:1000px) {
  #calendrier td a,
  #calendrier td span.link-day {
    width: 25px;
    height: 25px;
    line-height: 24px;
    margin: 1px 3px 4px;
  }
}
#calendrier td.active a {
  background: #fdca17;
}
#calendrier td.disabled a,
#calendrier td.disabled span.link-day {
  border: none;
  color: #b0afab;
}
#calendrier td.disabled.active .link-day {
  border: 2px solid #fdca17;
  background: #fff;
}
#calendrier td.disabled:hover a {
  color: #b0afab;
}
#calendrier td.today a, #calendrier td:hover a {
  color: #fff;
  border-color: #065c7f;
  background: #065c7f;
}
#calendrier td.today .calendrier-popin a, #calendrier td:hover .calendrier-popin a {
  color: #2a2a2a;
}
#calendrier td li a.title:hover, #calendrier td li a.btn:hover {
  opacity: 0.7;
}
#calendrier a {
  text-decoration: none;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}
#calendrier .hidden {
  display: none;
}
#calendrier .calendrier-info-date {
  font-size: 1.2em;
  color: #fdca17;
  border-bottom: 2px solid #3f799f;
  padding: 0 0 15px;
  margin: 0 0 20px;
}
#calendrier .calendrier-info-date span {
  font-size: 1.2em;
  font-weight: 900;
}
#calendrier .thematique {
  color: #fff;
  display: inline-block;
  margin: 0 0 5px;
  text-transform: uppercase;
}
#calendrier .icon-angle-right, #calendrier .link--type::before {
  color: #fdca17;
}
#calendrier .calendar-close:before, #calendrier .calendar-close:after {
  content: "";
  position: absolute;
  width: 21px;
  height: 2px;
  top: 14px;
  background-color: #e6e6e6;
  -webkit-transition: all, ease, 0.4s;
  -moz-transition: all, ease, 0.4s;
  transition: all, ease, 0.4s;
}
#calendrier .calendar-close:before {
  left: 5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#calendrier .calendar-close:after {
  right: 5px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#calendrier .calendar-close span {
  display: none;
}

.calendrier-title {
  text-align: center;
  padding: 15px 0;
  font-style: italic;
}

.calendrier-header {
  position: relative;
  border-bottom: 1px solid #b0afab;
  margin: 0 20px 15px;
}
@media only screen and (min-width:1000px) {
  .calendrier-header {
    margin: 0 10px 15px;
  }
}
.calendrier-header a {
  position: absolute;
  top: 0;
  padding: 12px 0 0;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}
.calendrier-header a.calendrier-prev {
  left: 0;
}
.calendrier-header a.calendrier-next {
  right: 0;
}
.calendrier-header a span {
  display: none;
}
.calendrier-header a:hover .icon-prev:before, .calendrier-header a:hover .icon-next:before {
  color: #c3371e;
}
.calendrier-header .icon-prev,
.calendrier-header .icon-next {
  font-size: 1.2em;
}
.calendrier-header .icon-prev:before,
.calendrier-header .icon-next:before {
  margin: 0;
  color: #b0b2b3;
}

.calendrier-popin {
  display: none;
  position: absolute;
  border: none;
  text-align: left;
  overflow: inherit;
  background: #065c7f;
  box-shadow: 1px 1px 12px #555;
  z-index: 90;
  width: 92%;
  padding: 20px 4%;
  margin: 4%;
  right: 0;
  top: 0;
  bottom: inherit;
}
@media only screen and (min-width:720px) {
  .calendrier-popin {
    width: 300px;
    padding: 20px;
    right: -8px;
    top: inherit;
    bottom: 69px;
    margin: 0;
  }
}
.calendrier-popin:after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: -13px;
  display: none;
  border-left: 13px solid transparent;
  border-top: 13px solid #065c7f;
  border-right: 13px solid transparent;
}
@media only screen and (min-width:720px) {
  .calendrier-popin:after {
    display: block;
  }
}
.calendrier-popin ul {
  padding: 0;
  margin: 0;
}
.calendrier-popin li {
  list-style: none;
  margin: 20px 0 0;
  border-bottom: 2px solid #3f799f;
}
.calendrier-popin li + li {
  padding: 10px 0 0;
  margin: 10px 0 0;
  border-top: 2px solid #ccc;
}
.calendrier-popin li:last-of-type {
  border: none;
}
.calendrier-popin .date {
  font-size: 0.8em;
  display: inline-block;
  text-align: left;
  font-style: normal;
  color: #fdca17;
}
.calendrier-popin a {
  display: block;
  color: #fff;
}
.calendrier-popin a:hover {
  color: #fdca17;
}
#calendrier td .calendrier-popin a {
  display: block;
  width: auto;
  height: auto;
  border: none;
  padding: 0;
  line-height: 1;
  background: none;
  border-radius: 0;
  top: inherit;
  transform: none;
}
#calendrier td .calendrier-popin a.link-more {
  float: right;
  text-decoration: none;
  display: inline-block;
  margin-top: -10px;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
#calendrier td .calendrier-popin a.link-more .icon-plus {
  color: #fdca17;
  font-style: normal;
  font-size: 38px;
  font-size: 2.5333333333rem;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
#calendrier td .calendrier-popin a.link-more .icon-plus:hover {
  color: #fff;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
#calendrier td .calendrier-popin a.calendar-close {
  display: block;
  position: absolute;
  width: 31px;
  height: 31px;
  right: 10px;
  top: 10px;
}
@media only screen and (min-width:720px) {
  #calendrier td .calendrier-popin a.calendar-close {
    display: none;
  }
}
#calendrier td .calendrier-popin a:hover {
  color: #2a2a2a;
}
#calendrier td .calendrier-popin a.btn {
  font-size: 0.8em;
  margin: 10px 0;
}
#calendrier td .calendrier-popin a.btn span,
#calendrier td .calendrier-popin a.btn i {
  display: inline-block;
  vertical-align: middle;
}
#calendrier td .calendrier-popin a.btn i:before {
  margin: 0 0 0 4px;
  font-size: 1.5em;
}
.calendrier-popin .article--tags {
  padding: 0 0 20px 0;
  margin: 0;
  display: inline-block;
}
.calendrier-popin .article--tags li {
  padding: 0;
  margin: 0;
  border: none;
}

#calendrier td .calendrier-popin a,
#calendrier:hover td .calendrier-popin a {
  color: #fff;
}

#cookies {
  padding: 12px 20% 12px 40px;
  text-align: center;
  color: #3b3b3b;
  background: #d2d9d3;
}
@media only screen and (min-width:1000px) {
  #cookies {
    padding: 12px 4%;
  }
}
#cookies p {
  margin: 0;
  font-size: 13px;
  font-size: 0.8666666667rem;
}
#cookies a {
  color: #3b3b3b;
  padding: 0 6px;
}
#cookies .close-cookies {
  position: absolute;
  right: inherit;
  left: 10px;
  top: 4%;
  width: 20px;
  height: 20px;
  opacity: 0.3;
  visibility: hidden;
}
@media only screen and (min-width:1000px) {
  #cookies .close-cookies {
    right: 32px;
    top: 10px;
    left: inherit;
  }
}
#cookies .close-cookies:hover {
  opacity: 1;
}
#cookies .close-cookies:before, #cookies .close-cookies:after {
  position: absolute;
  left: 15px;
  top: 0;
  content: " ";
  height: 20px;
  width: 2px;
  background-color: #3b3b3b;
  visibility: visible;
}
#cookies .close-cookies:before {
  transform: rotate(45deg);
}
#cookies .close-cookies:after {
  transform: rotate(-45deg);
}

* {
  box-sizing: border-box;
}
*:after, *:before {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  width: 100%;
  background: #fff;
  font-family: "Quicksand", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 15px;
}

.layout--maxwidth {
  width: 100%;
  padding: 0 5%;
  position: relative;
}
@media only screen and (min-width:1300px) {
  .layout--maxwidth {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
}

.scrollable--wrapper {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden !important;
}

.scrollable {
  overflow-x: hidden;
  overflow-y: auto;
}
.scrollable.scrollable-xy {
  overflow: auto;
}
html.is-ios .scrollable {
  -webkit-overflow-scrolling: touch;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio,
canvas,
iframe,
img,
svg,
video,
picture {
  max-width: 100%;
}

img,
picture {
  margin: 0;
  height: auto;
  /*html.is-ie8 & {
      width : auto;
  }*/
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

hr {
  display: block;
  height: 1px;
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 0;
}

blockquote {
  position: relative;
  margin: 30px 0;
  padding: 30px 50px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (min-width:720px) {
  blockquote {
    padding: 30px 60px;
  }
}
@media only screen and (min-width:1000px) {
  blockquote {
    padding: 30px 80px;
  }
}
blockquote:before, blockquote:after {
  font-size: 40px;
  font-size: 2.6666666667rem;
  position: absolute;
  color: #fdca17;
}
@media only screen and (min-width:720px) {
  blockquote:before, blockquote:after {
    font-size: 50px;
    font-size: 3.3333333333rem;
  }
}
@media only screen and (min-width:1000px) {
  blockquote:before, blockquote:after {
    font-size: 70px;
    font-size: 4.6666666667rem;
  }
}
blockquote:before {
  left: 0;
  top: 0;
}
blockquote:after {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media only screen and (max-width:999px) {
  .framed blockquote p {
    clear: both;
  }
}

.bold {
  font-weight: bold !important;
}

.bg--blue {
  color: #fff;
  background-color: #054159;
}
.bg--blue .icon {
  color: #fdca17;
}

.bg--gray {
  color: #fff;
  background-color: #676767;
}

.bg--gray-light {
  background-color: #d2d9d3;
}

.bg--gray-xlight {
  background-color: #e6e6e6;
}

.bg--white {
  background-color: #fff;
}

.color-text {
  color: #3b3b3b;
}

.align--center {
  text-align: center;
}

.align--right {
  text-align: right;
}

.float--left {
  float: left;
}

.float--right {
  float: right;
}

.margin--auto {
  margin: 0 auto;
}

.plr {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  text-indent: -9999px;
  visibility: hidden;
}

@media only screen and (max-width:719px) {
  .no--mobile {
    display: none;
  }
}

.ul--rte,
.ol--rte {
  list-style: none;
  margin: 0 0 30px;
}
.content--tm .ul--rte,
.content--tm .ol--rte {
  padding-left: 0;
  clear: none;
}
.box .ul--rte,
.box .ol--rte {
  padding: 0;
}
.ul--rte li,
.ol--rte li {
  position: relative;
  margin: 0 0 10px;
  font-weight: 500;
  line-height: 1.4;
  padding: 0 0 0 10px;
}
.ul--rte li:before,
.ol--rte li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #fdca17;
  display: inline-block;
}
.content--tm .ul--rte li:before,
.content--tm .ol--rte li:before {
  position: relative;
  left: 30px;
  margin-right: 35px;
}
.ul--rte .ul--rte,
.ol--rte .ul--rte {
  margin-top: 10px;
}

.ol--rte li {
  padding-left: 20px;
  counter-increment: custom-counter;
}
.ol--rte li:before {
  content: counter(custom-counter);
  margin: 0 10px 0 0;
  font-weight: bold;
  color: #065c7f;
  font-size: 16px;
  font-size: 1.0666666667rem;
  -webkit-transition: all ease 0.25s;
  -moz-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.ol--rte li:after {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  top: 3px;
  width: 2px;
  height: 15px;
  background: #065c7f;
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  transform: rotate(10deg);
}

.ul--icons {
  margin: 0;
  padding-left: 20px;
}
.ul--icons li {
  list-style: none;
  font-size: 13px;
  font-size: 0.8666666667rem;
}
.ul--icons li .icon {
  vertical-align: middle;
  margin-right: 10px;
  font-size: 30px;
  font-size: 2rem;
}

.framed {
  color: #065c7f;
  padding: 30px;
  margin: 40px 0;
  background-color: #f3f6f7;
  position: relative;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  /*h2, h3 {
      padding-left: 0;
  }*/
}
.framed .title {
  text-transform: uppercase;
}
.framed.nopadding {
  padding: 2px 30px;
}

figure {
  position: relative;
  margin: 0 20px 20px;
  display: inline-block;
}

.figcaption--main {
  width: 90%;
  position: absolute;
  padding: 5px 10px;
  bottom: 0;
  background-color: #fff;
  -webkit-border-radius: 5px 5px 0 0;
  -khtml-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.figure--title {
  font-style: italic;
  font-weight: 500;
  margin: 0;
  font-size: 14px;
  font-size: 0.9333333333rem;
}

.copyright {
  font-style: italic;
  font-weight: 500;
  margin: 0;
  font-size: 9px;
  font-size: 0.6rem;
}

.progress-bar {
  padding: 30px 0;
}
.progress-bar .title {
  color: #065c7f;
  display: inline-block;
  vertical-align: top;
  padding-top: 12px;
}
.progress-bar .progress-bar--block {
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
  height: 38px;
  width: 72%;
  margin-left: 20px;
}
.progress-bar .progress-bar--block .progress-bar--status {
  float: left;
  display: inline-block;
  background: #065c7f;
  border-radius: 5px;
  height: 38px;
}

p span.title {
  font-weight: bold;
  color: #065c7f;
}

p.alignc {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.2;
  margin: 0 0 0.75em;
}

h1 {
  font-size: 35px;
  font-size: 2.3333333333rem;
}
@media only screen and (min-width:720px) {
  h1 {
    font-size: 46px;
    font-size: 3.0666666667rem;
  }
}

h2 {
  font-size: 24px;
  font-size: 1.6rem;
}
@media only screen and (min-width:720px) {
  h2 {
    font-size: 24px;
    font-size: 1.6rem;
  }
}

h3 {
  font-size: 20px;
  font-size: 1.3333333333rem;
}
@media only screen and (min-width:720px) {
  h3 {
    font-size: 22px;
    font-size: 1.4666666667rem;
  }
}

h4 {
  font-size: 16px;
  font-size: 1.0666666667rem;
}
@media only screen and (min-width:720px) {
  h4 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

h5 {
  font-size: 13px;
  font-size: 0.8666666667rem;
}

h6 {
  font-size: 11px;
  font-size: 0.7333333333rem;
}

h1.no-popin,
h2 {
  margin: 30px 0;
}

h2 {
  padding-left: 16px;
  border-left: 4px solid #fdca17;
  color: #065c7f;
}

p {
  margin: 0 0 20px;
  font-weight: 500;
  line-height: 1.4;
}

h3,
h4 {
  font-weight: 700;
  margin: 30px 0;
  padding: 0 0 0 15px;
}
.framed h3,
.framed h4 {
  margin: 20px 0;
}

h3 {
  color: #065c7f;
}

h4 {
  font-weight: normal;
  font-style: italic;
  font-family: "Arvo", serif;
  color: #414141;
}

b,
strong,
.bold {
  font-weight: bold;
}

a {
  cursor: pointer;
  color: #065c7f;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
html.no-touch a:hover {
  text-decoration: none;
}

.h1--subtitle {
  margin: -30px 0 60px;
}

.h3--nopadding {
  padding-left: 0;
  margin: 0 0 20px 0;
}

.h3--small {
  padding-left: 0;
  margin: 20px 0;
  font-size: 16px;
  font-size: 1.0666666667rem;
}

.ul--nopadding {
  padding-left: 0;
  margin-bottom: 30px;
}
@media only screen and (min-width:720px) {
  .ul--nopadding {
    margin-bottom: 40px;
  }
}

#sommaire {
  padding: 0;
}
#sommaire li {
  width: 100%;
  padding: 6px;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width:720px) {
  #sommaire li {
    width: 49%;
  }
}
#sommaire li h3 {
  padding-left: 0;
  margin: 20px 0;
}
#sommaire li img {
  width: 100%;
}
#sommaire li .filter--hover {
  background: rgba(6, 92, 127, 0.5);
}

#fiche h1 {
  margin-bottom: 10px;
}
#fiche h4 {
  margin-top: 0;
  font-style: normal;
}
#fiche .tab--container h2 {
  text-transform: uppercase;
  font-size: 22px;
  font-size: 1.4666666667rem;
}

.rsbtn {
  display: flex !important;
  height: 30px !important;
  z-index: 1 !important;
  margin-bottom: 0 !important;
}
.rsbtn .rsbtn_play {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  float: none !important;
  font-family: "Quicksand", sans-serif !important;
  color: #065c7f !important;
}
.rsbtn .rsbtn_play::before {
  font-size: 22px;
  font-size: 1.4666666667rem;
}
.rsbtn .rsbtn_left {
  display: flex !important;
  align-items: center !important;
  height: auto !important;
  float: none !important;
  background: transparent !important;
}
.rsbtn .rsbtn_left .rsbtn_text {
  margin: 0 !important;
  padding-left: 0 !important;
  font-family: "Quicksand", sans-serif !important;
  font-size: 14px !important;
  background: transparent !important;
}
.rsbtn .rsbtn_right {
  display: none !important;
}
.rsbtn .rsbtn_exp {
  width: 250px !important;
  height: auto !important;
  position: absolute !important;
  top: calc(100% + 10px) !important;
  left: -30px !important;
  float: none !important;
  padding: 20px 10px !important;
  border-radius: 8px !important;
  background-color: #d2d9d3 !important;
}
.rsbtn .rsbtn_exp::after {
  clear: both;
}
.rsbtn .rsbtn_powered {
  top: auto !important;
  right: 6px !important;
  bottom: 6px !important;
}

.btn,
.btn--border,
.btn--border-color {
  font-size: 14px;
  font-size: 0.9333333333rem;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  display: inline-block;
  padding: 8px 18px;
  border: 0;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  background-color: #065c7f;
}
html.no-touch .btn:focus .text, html.no-touch .btn:hover .text,
html.no-touch .btn--border:focus .text,
html.no-touch .btn--border:hover .text,
html.no-touch .btn--border-color:focus .text,
html.no-touch .btn--border-color:hover .text {
  color: #fdca17;
}

.btn-alt {
  color: #065c7f;
  background-color: #fff;
}
html.no-touch .btn-alt:focus, html.no-touch .btn-alt:hover {
  background-color: #fdca17;
}
html.no-touch .btn-alt:focus .text, html.no-touch .btn-alt:hover .text {
  color: #065c7f;
}

.link--plus {
  color: #065c7f;
  text-decoration: none;
}
.link--plus i {
  font-style: normal;
}
html.no-touch .link--plus:hover i {
  color: #fdca17;
}

.link--type {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 15px;
  text-decoration: none;
  color: #065c7f;
  font-weight: bold;
}
.link--type::before {
  font-size: 20px;
  font-size: 1.3333333333rem;
}
html.no-touch .link--type:focus .text, html.no-touch .link--type:hover .text {
  text-decoration: underline;
}
@media only screen and (min-width:720px) {
  .link--type {
    padding-right: 0;
    margin-right: 0;
  }
}
.link--type .text {
  display: inline-block;
  vertical-align: middle;
}
#col--right .link--type .text {
  font-size: 12px;
  font-size: 0.8rem;
}
.link--type .icon-plus {
  display: none;
}

.link--icon {
  display: flex;
  margin: 0 10px 0 0;
  text-decoration: none;
}
.link--icon .icon,
.link--icon .text {
  display: inline-block;
  vertical-align: bottom;
}
.link--icon .text {
  font-size: 14px;
  font-size: 0.9333333333rem;
  position: relative;
  font-weight: 700;
}
.link--icon .text:after {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #065c7f;
}
.link--icon .icon {
  font-size: 20px;
  font-size: 1.3333333333rem;
  margin: 0 4px 0 0;
}
.link--icon .icon:before {
  display: block;
}
html.no-touch .link--icon:hover .text:after {
  bottom: -7px;
  opacity: 0;
}
.bg--blue .link--icon {
  color: #fff;
}

.icon-internal-link:before,
.icon-internal-link-new-window:before,
.icon-external-link:before,
.icon-external-link-new-window:before,
.icon-download:before {
  font-size: 13px;
  font-size: 0.8666666667rem;
  display: inline-block;
  margin-right: 8px;
}

.icon-download:before {
  font-size: 16px;
  font-size: 1.0666666667rem;
  vertical-align: top;
}

#block--link-animations {
  text-align: center;
  padding: 15px 0;
  background-color: #054159;
}

[id^=link--dechet-] {
  display: inline-block;
  width: 130px;
  height: 135px;
  margin: 10px auto;
  background-repeat: no-repeat;
  background-size: auto 135px;
  background-position: center center;
  transition: initial;
}
[id^=link--dechet-] strong {
  display: none;
}

#link--dechet-verre {
  background-image: url(/fileadmin/user_upload/menu_01.svg);
}
#link--dechet-verre:hover {
  background-image: url(/fileadmin/user_upload/menu_01_over.svg) !important;
}

#link--dechet-metal {
  background-image: url(/fileadmin/user_upload/menu_02.svg);
}
#link--dechet-metal:hover {
  background-image: url(/fileadmin/user_upload/menu_02_over.svg) !important;
}

#link--dechet-carton {
  background-image: url(/fileadmin/user_upload/menu_03.svg);
}
#link--dechet-carton:hover {
  background-image: url(/fileadmin/user_upload/menu_03_over.svg) !important;
}

#link--dechet-plastique {
  background-image: url(/fileadmin/user_upload/menu_04.svg);
}
#link--dechet-plastique:hover {
  background-image: url(/fileadmin/user_upload/menu_04_over.svg) !important;
}

#link--dechet-matiere {
  background-image: url(/fileadmin/user_upload/menu_05.svg);
}
#link--dechet-matiere:hover {
  background-image: url(/fileadmin/user_upload/menu_05_over.svg) !important;
}

#link--dechet-bio {
  width: 156px;
  background-image: url(/fileadmin/user_upload/menu-1.svg);
}
#link--dechet-bio:hover {
  background-image: url(/fileadmin/user_upload/menu-1-over.svg) !important;
}

#link--dechet-ordure {
  width: 156px;
  background-image: url(/fileadmin/user_upload/menu-2.svg);
}
#link--dechet-ordure:hover {
  background-image: url(/fileadmin/user_upload/menu-2-over.svg) !important;
}

fieldset {
  background-color: #fff;
  border: none;
  margin: 0 0 0.75em;
  padding: 0;
}

input,
label,
select {
  display: block;
  font-family: "Quicksand", sans-serif;
  color: #3b3b3b;
  font-size: 15px;
  font-size: 1rem;
}

label,
.label {
  display: inline-block;
  margin-bottom: 0.375em;
}
label.required::after,
.label.required::after {
  content: "*";
}
label abbr,
.label abbr {
  display: none;
}
.field--radio label, .field--checkbox label,
.field--radio .label,
.field--checkbox .label {
  width: 90%;
  vertical-align: top;
  font-style: normal;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
}

.label--blocnote {
  color: #fff;
  font-style: normal;
  font-family: "Quicksand", sans-serif;
  font-size: 13px;
  font-size: 0.8666666667rem;
}

input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea,
select[multiple],
textarea {
  background-color: #fff;
  border: 1px solid #d2d9d3;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  font-size: 1rem;
  margin-bottom: 0.75em;
  padding: 0.5em;
  -webkit-transition: border-color, 0.2s ease;
  -moz-transition: border-color, 0.2s ease;
  transition: border-color, 0.2s ease;
  width: 100%;
}
input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, textarea:focus,
select[multiple]:focus,
textarea:focus {
  border-color: #065c7f;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(5, 74, 103, 0.7);
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type=checkbox],
input[type=radio] {
  width: 16px;
  height: 16px;
  position: relative;
  display: inline-block;
  margin-right: 0.375em;
  border: 1px solid #d2d9d3;
  -webkit-appearance: none;
  vertical-align: middle;
  background: #fff;
}

input[type=radio] {
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
input[type=radio]:checked:before {
  content: "";
  font-size: 1.8em;
  width: 10px;
  height: 10px;
  text-align: center;
  position: absolute;
  top: 21%;
  left: 21%;
  line-height: 0.55;
  background: #fdca17;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

input[type=checkbox]:checked:before {
  font-size: 20px;
  font-size: 1.3333333333rem;
  color: #fdca17;
  position: absolute;
  top: -4px;
  left: 0;
}

input[type=file] {
  padding-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 1.5em;
  width: 100%;
  height: 35px;
  font-weight: 500;
  border: 1px solid #d2d9d3;
  background: #fff;
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  font-size: 1rem;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

input[type=submit] {
  color: #065c7f;
  border: 2px solid #065c7f;
  padding: 12px 18px;
  font-weight: 700;
  display: inline-block;
  margin-top: 20px;
  text-transform: uppercase;
  background: #fff;
  font-size: 14px;
  font-size: 0.9333333333rem;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
html.no-touch input[type=submit]:hover {
  color: #fff;
  background: #065c7f;
}

.mandatory {
  color: #e71b1b;
  padding-left: 6px;
}

legend {
  padding: 10px 0;
}

html.is-android input,
html.is-android textarea,
html.is-android select,
html.is-android a {
  outline: none;
}
html.is-android input:focus,
html.is-android textarea:focus,
html.is-android select:focus,
html.is-android a:focus {
  outline: none;
}

.field--item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.field--label {
  width: 100%;
}

.label-description {
  margin-bottom: 0;
  font-size: 12px;
  font-size: 0.8rem;
  color: #3b3b3b;
}

.field {
  width: 100%;
}
.field h4 {
  padding-left: 0;
}
.field p,
.field .powermail_file {
  padding-top: 6px;
}

.tx-powermail {
  max-width: 600px;
}

#tx-solr-search h3 {
  padding-left: 0;
}

ul,
ol {
  clear: both;
  margin: 30px 0;
}

dl dt {
  font-weight: bold;
}
dl dd {
  margin: 0;
}

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

tr:nth-child(2n+2) td {
  background: #d2d9d3;
}

th {
  border-right: 1px solid #d2d9d3;
  font-weight: 600;
  padding: 0.75em;
  text-align: left;
}

td {
  border-right: 1px solid #d2d9d3;
  padding: 0.75em;
}

tr,
td,
th {
  vertical-align: middle;
}

/* Legacy messy components */
@media only screen and (min-width:720px) {
  .block-1of2, .block-1of3, .block-2of3, .block-1of4, .block-3of4, .block-1of5, .block-2of5, .block-4of5, .block-1of6, .block-5of6 {
    float: left;
    margin: 0 0 0 0;
  }
}
.block-1of2.last, .block-1of2:last-child, .block-1of3.last, .block-1of3:last-child, .block-2of3.last, .block-2of3:last-child, .block-1of4.last, .block-1of4:last-child, .block-3of4.last, .block-3of4:last-child, .block-1of5.last, .block-1of5:last-child, .block-2of5.last, .block-2of5:last-child, .block-4of5.last, .block-4of5:last-child, .block-1of6.last, .block-1of6:last-child, .block-5of6.last, .block-5of6:last-child {
  margin-right: 0;
}
@media only screen and (min-width:1000px) {
  .block-1of2 {
    width: 50%;
  }
}
@media only screen and (min-width:720px) {
  .block-1of3 {
    width: 33.3333333333%;
  }
}
@media only screen and (min-width:720px) {
  .block-1of4 {
    width: 25%;
  }
}
@media only screen and (min-width:720px) {
  .block-2of3 {
    width: 66.6666666667%;
  }
}
@media only screen and (min-width:720px) {
  .block-3of4 {
    width: 75%;
  }
}
@media only screen and (min-width:1000px) {
  .block-1of5 {
    width: 20%;
  }
}
@media only screen and (min-width:1000px) {
  .block-2of5 {
    width: 40%;
  }
}
@media only screen and (min-width:1000px) {
  .block-4of5 {
    width: 80%;
  }
}
@media only screen and (min-width:1000px) {
  .block-1of6 {
    width: 16.6666666667%;
  }
}
@media only screen and (min-width:1000px) {
  .block-5of6 {
    width: 83.3333333333%;
  }
}

.block--full {
  padding: 30px 0;
}
@media only screen and (min-width:1300px) {
  .block--full {
    padding: 50px 0;
  }
}
.block--full .full--width {
  margin: 0;
}

.block--grid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.block--grid:after {
  clear: both;
  content: "";
  display: table;
}
.block--grid div:last-child {
  margin-right: 0;
}

@media only screen and (min-width:1000px) {
  .block--1of12 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 6.1721527019%;
  }
  .block--1of12:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width:720px) {
  .block--2of12 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  .block--2of12:last-child {
    margin-right: 0;
  }
  .block--2of12.col--left {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (min-width:1000px) {
  .block--2of12 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 14.7019570017%;
  }
  .block--2of12:last-child {
    margin-right: 0;
  }
  .block--2of12.col--left {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 14.7019570017%;
  }
  .block--2of12.col--left:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width:1000px) {
  .block--3of12 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
  }
  .block--3of12:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width:1000px) {
  .block--4of12 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  .block--4of12:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width:1000px) {
  .block--5of12 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%;
  }
  .block--5of12:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width:1000px) {
  .block--6of12 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .block--6of12:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width:1000px) {
  .block--7of12 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%;
  }
  .block--7of12:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width:1000px) {
  .block--8of12 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
  }
  .block--8of12:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width:1000px) {
  .block--9of12 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%;
  }
  .block--9of12:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width:1000px) {
  .block--10of12 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%;
  }
  .block--10of12:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width:1000px) {
  .block--11of12 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 91.4701957002%;
  }
  .block--11of12:last-child {
    margin-right: 0;
  }
}

.block--last {
  margin-right: 0;
}

.block--2cols .block-1of2 {
  width: 100%;
}
@media only screen and (min-width:480px) {
  .block--2cols .block-1of2 {
    float: left;
    width: 48.5%;
    margin-right: 3%;
  }
}
.block--2cols .block-1of2:last-child {
  margin-right: 0;
}
.block--2cols .triangle:after {
  bottom: -10px;
}
.one--col .block--2cols .triangle:after {
  bottom: -4px;
}

.block-1of2 .block--number-content {
  margin-right: 20px;
}

.block--flash {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 40px;
  color: #065c7f;
}
.block--flash p {
  display: inline-block;
  font-weight: 600;
}
.block--flash .icon {
  vertical-align: text-bottom;
  margin-right: 20px;
}

.favorites--menu-ul {
  margin: 0;
  position: absolute;
  top: 32px;
  right: 0;
}
@media only screen and (min-width:480px) {
  .favorites--menu-ul {
    top: 16px;
  }
}
.favorites--menu-ul li {
  list-style: none;
  display: inline-block;
  padding: 0 20px 0 0;
}
.favorites--menu-ul li:last-of-type {
  padding: 0;
}
.favorites--menu-ul li a {
  text-decoration: none;
}
.favorites--menu-ul li a:hover .icon {
  color: #fdca17;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.favorites--menu-ul li:after {
  content: "";
  width: 20px;
  height: 30px;
  border-right: 1px solid #676767;
  display: inline-block;
}
.favorites--menu-ul li:last-of-type:after {
  border-right: 0;
}
.favorites--menu-ul li .icon-medium {
  font-size: 30px;
  font-size: 2rem;
}
@media only screen and (min-width:480px) {
  .favorites--menu-ul li .icon-medium {
    font-size: 40px;
    font-size: 2.6666666667rem;
  }
}

.favorites--menu-input {
  color: #676767;
  width: 25%;
}
@media only screen and (min-width:480px) {
  .favorites--menu-input {
    width: 42%;
  }
}
.favorites--menu-input label {
  font-size: 13px;
  font-size: 0.8666666667rem;
}
@media only screen and (min-width:480px) {
  .favorites--menu-input label {
    font-size: 15px;
    font-size: 1rem;
  }
}

.tab--container .tab--content .block--imgslider {
  margin: 0 20px;
}
.tab--container .tab--content .block--imgslider .block-1of2 {
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width:1000px) {
  .tab--container .tab--content .block--imgslider .block-1of2 {
    width: 50%;
  }
}
.tab--container .tab--content .block--imgslider .block-1of2:first-child {
  text-align: center;
}
@media only screen and (min-width:1000px) {
  .tab--container .tab--content .block--imgslider .block-1of2:first-child {
    text-align: initial;
  }
}
.tab--container .tab--content .block--imgslider .block-1of2:first-child a img {
  width: auto;
}
@media only screen and (min-width:480px) {
  .tab--container .tab--content .block--imgslider .block-1of2:first-child a img {
    height: 170px;
  }
}
@media only screen and (min-width:1300px) {
  .tab--container .tab--content .block--imgslider .block-1of2:first-child a img {
    height: 217px;
  }
}
.tab--container .tab--content .block--imgslider .block-1of2:first-child figure {
  height: 200px;
  width: 100%;
  margin: 0;
}
.tab--container .tab--content .block--imgslider .block-1of2:first-child figure iframe {
  height: 100%;
  width: 100%;
  border: none;
}
.tab--container .tab--content .block--imgslider .block-1of2:first-child figure .figcaption--main {
  position: absolute !important;
}
@media only screen and (min-width:480px) {
  .tab--container .tab--content .block--imgslider .block-1of2:first-child figure {
    height: 300px;
  }
}
@media only screen and (min-width:720px) {
  .tab--container .tab--content .block--imgslider .block-1of2:first-child figure {
    height: 275px;
  }
}
@media only screen and (min-width:1000px) {
  .tab--container .tab--content .block--imgslider .block-1of2:first-child figure {
    height: 170px;
    width: auto;
  }
}
@media only screen and (min-width:1300px) {
  .tab--container .tab--content .block--imgslider .block-1of2:first-child figure {
    height: 217px;
  }
}

.box--mission h2 {
  text-align: left;
  padding: 0 14px;
  font-size: 16px;
  font-size: 1.0666666667rem;
}
@media only screen and (min-width:1000px) {
  .box--mission h2 {
    font-size: 20px;
    font-size: 1.3333333333rem;
  }
}
.box--mission h2:after {
  display: none;
}
.box--mission .box--bg {
  padding: 20px;
  background: #d2d9d3;
}
.box--mission .mission--ul {
  margin: 0;
  padding: 0 14px;
}
.box--mission .mission--ul li {
  list-style: none;
  line-height: 180%;
}
.box--mission .mission--ul li:first-letter {
  text-transform: uppercase;
}
.box--mission .mission--ul li.mission--ul-selected {
  color: #065c7f;
  font-weight: 600;
  margin-left: -24px;
}
@media only screen and (min-width:720px) {
  .box--mission .mission--ul li.mission--ul-selected {
    margin-left: -14px;
  }
}
@media only screen and (min-width:1000px) {
  .box--mission .mission--ul li.mission--ul-selected {
    margin-left: -24px;
  }
}
.box--mission .mission--ul li.mission--ul-selected:before {
  content: " ";
  width: 20px;
  height: 2px;
  display: inline-block;
  background: #065c7f;
  vertical-align: middle;
}
@media only screen and (min-width:720px) {
  .box--mission .mission--ul li.mission--ul-selected:before {
    width: 10px;
  }
}
@media only screen and (min-width:1000px) {
  .box--mission .mission--ul li.mission--ul-selected:before {
    width: 20px;
  }
}
.box--mission .mission--ul ul {
  margin: 10px 0;
  font-weight: normal;
}
@media only screen and (min-width:720px) {
  .box--mission .mission--ul ul {
    padding-left: 30px;
  }
}
@media only screen and (min-width:1000px) {
  .box--mission .mission--ul ul {
    padding-left: 40px;
  }
}
.box--mission .mission--ul .mission--li-selected {
  color: #065c7f;
  font-weight: 600;
  list-style: initial;
}
.box--mission ul ul ul {
  padding-left: 30px;
}

.mission--block {
  margin-top: 20px;
}
.mission--block .block-1of2:first-of-type {
  text-align: center;
  padding: 30px;
  margin-bottom: 10px;
}
@media only screen and (min-width:1000px) {
  .mission--block .block-1of2:first-of-type {
    padding: 50px;
    margin-bottom: 0;
  }
}
.mission--block .block-1of2:last-of-type {
  padding-left: 20px;
}

.box--white {
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 20px;
  margin: 10px;
  background-color: #fff;
}
@media only screen and (min-width:1300px) {
  .box--white {
    width: 46%;
  }
}
.box--white h3 {
  font-size: 18px;
  font-size: 1.2rem;
}
.box--white ul li::before {
  color: #065c7f;
}

.box--job {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
@media only screen and (min-width:720px) {
  .box--job {
    width: 45%;
    margin-right: 4%;
  }
}
.box--job ul {
  padding-left: 0;
  margin-top: 0;
}
.box--job ul li {
  list-style: none;
  line-height: 180%;
  color: #065c7f;
}

.box--cb {
  background-color: #054159;
}
.box--cb .col--right-title {
  color: #fff;
}
.box--cb h3 {
  color: #fff;
}
.box--cb .icon-external-link-new-window,
.box--cb .icon-download,
.box--cb .icon-download:before,
.box--cb .icon-internal-link,
.box--cb .ul--rte li::before,
.box--cb .ol--rte li::before {
  color: #fff;
}
.box--cb .icon-external-link-new-window::before,
.box--cb .icon-internal-link::before,
.box--cb .icon-download::before {
  color: #fdca17;
}
.box--cb .link--type {
  padding-bottom: 15px;
  color: #fff;
}
.box--cb .link--type .icon-plus {
  color: #065c7f;
}
.box--cb .link--type .icon-plus::before {
  box-shadow: inset 0 0 0 22px #fdca17;
}
html.no-touch .box--cb .link--type .icon-plus {
  color: #065c7f;
  background-color: #fff;
}
.box--cb .btn--bb {
  margin-right: 10px;
  border-color: #fff;
  color: #fff;
  background-color: #065c7f;
}
.box--cb .btn--jb {
  border-color: #fdca17;
  color: #065c7f;
  background-color: #fdca17;
}
html.no-touch .box--cb .btn--jb:hover {
  color: #fff;
  border-color: #fff;
}
html.no-touch .box--cb .btn--jb:hover::before {
  background-color: #065c7f;
}

.title--block-full {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  border-left: 0;
  color: #414141;
  text-align: center;
  text-transform: uppercase;
}
.title--block-full .text {
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  font-size: 30px;
  font-size: 2rem;
  display: inline-block;
  position: relative;
  margin-top: -20px;
  padding: 20px 8% 40px;
  font-weight: normal;
  background-color: #fff;
}
@media only screen and (min-width:720px) {
  .title--block-full .text {
    margin-top: -36px;
  }
}
@media only screen and (min-width:1000px) {
  .title--block-full .text {
    padding: 30px 50px 50px;
  }
}
.title--block-full .text:after {
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 45px;
  height: 2px;
  position: absolute;
  bottom: 24px;
  left: 50%;
  background-color: #fdca17;
}
@media only screen and (min-width:720px) {
  .title--block-full .text:after {
    bottom: 30px;
  }
}

.direct--access ul {
  padding: 20px 0 0 0;
  margin: 0;
}
@media only screen and (min-width:720px) {
  .direct--access ul {
    padding: 50px 0;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  }
}
.direct--access li {
  list-style: none;
  width: 100%;
  margin: 0 0 10px 0;
  -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-flex: 1; /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* NEW, Spec - Firefox, Chrome, Opera */
}
@media only screen and (min-width:480px) {
  .direct--access li {
    float: left;
    width: 48%;
    margin: 0 4% 20px 0;
  }
  .direct--access li:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media only screen and (min-width:720px) {
  .direct--access li {
    width: 22%;
    margin: 0 4% 0 0;
  }
  .direct--access li:nth-child(2n+2) {
    margin-right: 4%;
  }
  .direct--access li:last-child {
    margin-right: 0;
  }
}
.direct--access li:last-child {
  margin: 0;
}
.direct--access li .text {
  text-align: left;
  width: 75%;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width:720px) {
  .direct--access li .text {
    width: 100%;
    padding: 0 6px;
    text-align: center;
  }
}
@media only screen and (min-width:1000px) {
  .direct--access li .text {
    width: 75%;
  }
}
.direct--access a {
  font-size: 17px;
  font-size: 1.1333333333rem;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: block;
  padding: 12px 0;
  text-align: left;
  border: 1px solid #065c7f;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Quicksand", sans-serif;
  text-align: center;
}
@media only screen and (min-width:720px) {
  .direct--access a {
    font-size: 15px;
    font-size: 1rem;
    padding: 20px 0;
    text-align: center;
    border-width: 2px;
  }
}
@media only screen and (min-width:1300px) {
  .direct--access a {
    font-size: 17px;
    font-size: 1.1333333333rem;
  }
}
html.no-touch .direct--access a.btn--effect:hover {
  border-color: #fdca17;
}
.direct--access a.btn--effect::before {
  display: none;
}
.direct--access a br {
  display: none;
}
@media only screen and (min-width:720px) {
  .direct--access a br {
    display: block;
  }
}
.direct--access .icon {
  font-size: 25px;
  font-size: 1.6666666667rem;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 10px;
  line-height: 0.5;
}
@media only screen and (min-width:720px) {
  .direct--access .icon {
    font-size: 35px;
    font-size: 2.3333333333rem;
    margin: 0 0 10px;
  }
}
@media only screen and (min-width:1000px) {
  .direct--access .icon {
    width: 25%;
    padding: 0 0 0 18px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width:1300px) {
  .direct--access .icon {
    font-size: 50px;
    font-size: 3.3333333333rem;
  }
}

.article--skin {
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.box .article--skin {
  margin: 0 10px 10px;
}
.article--skin .ratio {
  width: 100%;
  padding-top: 90%;
  background: #065c7f;
}
.article--skin img {
  width: 100%;
  height: 100%;
  max-width: inherit;
  object-fit: cover;
  object-position: center;
  /*@media only screen and (min-width:1000px) {
      width: auto;
      height: 100%;
      max-width: inherit;
  }*/
}
.article--skin img:before, .article--skin img:after {
  content: "";
  display: block;
}
.article--skin figure {
  margin: 0;
  width: 100%;
  height: 100%;
}
.article--skin .article--content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.article--skin a {
  color: #fff;
  text-decoration: none;
}
.article--skin ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.article--skin .block--share-icons {
  padding: 5px 0;
}
.article--skin figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fdca17;
}
.article--skin .icon-share {
  font-size: 35px;
  font-size: 2.3333333333rem;
}
.article--skin .icon-share:before {
  display: block;
}
.article--skin .description {
  width: 100%;
  padding: 14px;
  background-color: #054159;
  font-size: 12px;
  font-size: 0.8rem;
}
@media only screen and (min-width:1000px) {
  .article--skin .description {
    font-size: 15px;
    font-size: 1rem;
  }
}
.article--skin .description li {
  display: inline-block;
}
.article--skin .description p.date {
  color: #fff;
  padding: 0;
  margin: 0 0 10px;
  font-size: 11px;
  font-size: 0.7333333333rem;
}
@media only screen and (min-width:1000px) {
  .article--skin .description p.date {
    font-size: 13px;
    font-size: 0.8666666667rem;
  }
}
.article--skin .title {
  font-size: 12px;
  font-size: 0.8rem;
  margin: 0 0 10px;
  padding: 0;
  font-weight: 700;
  color: #fff;
  text-transform: none;
}
@media only screen and (min-width:720px) {
  .article--skin .title {
    font-size: 15px;
    font-size: 1rem;
    margin: 0 0 15px;
  }
}
@media only screen and (min-width:1000px) {
  .article--skin.article--skin-big .title {
    font-weight: 900;
    font-size: 25px;
    font-size: 1.6666666667rem;
  }
  .article--skin.article--skin-big .description {
    padding: 20px;
  }
}
html.no-touch .article--skin:hover .filter--hover {
  opacity: 1;
}
html.no-touch .article--skin:hover .filter--hover .icon-plus {
  top: 32%;
  left: 46%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.bg--img-page-temoignage .filter--hover .icon-plus, .bg--img-page-verbatim .filter--hover .icon-plus {
  margin-top: -25px;
  margin-left: -25px;
  top: 50%;
  left: 50%;
}
.bg--img-page-temoignage:hover .filter--hover, .bg--img-page-verbatim:hover .filter--hover {
  opacity: 1;
}
.bg--img-page-temoignage:hover .filter--hover .icon-plus, .bg--img-page-verbatim:hover .filter--hover .icon-plus {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.article--content {
  width: 100%;
}

.article--tags li {
  color: #fff;
  margin: 0 10px 0 0;
  font-style: italic;
  font-weight: 500;
  display: inline-block;
  font-size: 12px;
  font-size: 0.8rem;
}
@media only screen and (min-width:1000px) {
  .article--skin-big .article--tags li {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}

.article--date {
  padding: 10px;
  color: #065c7f;
  background: #fdca17;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  font-size: 1.3333333333rem;
}
@media only screen and (min-width:1000px) {
  .article--date {
    font-size: 25px;
    font-size: 1.6666666667rem;
  }
}
.article--skin-big .article--date {
  text-align: center;
}
@media only screen and (min-width:1000px) {
  .article--skin-big .article--date {
    font-size: 45px;
    font-size: 3rem;
  }
}
.article--date p {
  margin: 0;
  font-size: 20px;
  font-size: 1.3333333333rem;
}
@media only screen and (min-width:1000px) {
  .article--date p {
    font-size: 25px;
    font-size: 1.6666666667rem;
  }
  .article--skin-big .article--date p {
    font-size: 45px;
    font-size: 3rem;
  }
}
.article--date .day {
  position: relative;
  font-weight: 500;
}
.article--date .day:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #065c7f;
}
.article--date .month {
  font-weight: 100;
}

.filter--hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  color: #fdca17;
  width: 100%;
  height: 100%;
  background: rgba(6, 92, 127, 0.7);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.filter--hover .icon-plus {
  position: absolute;
  top: 32%;
  left: 46%;
  width: 50px;
  height: 50px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
@media only screen and (min-width:1000px) {
  .article--skin-big .filter--hover .icon-plus {
    top: 37%;
    left: 48%;
  }
}
.filter--hover .icon-plus:before, .filter--hover .icon-plus:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #fdca17;
  position: absolute;
  top: 45%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.filter--hover .icon-plus:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.block--event {
  position: relative;
  /*    .date--startend {
          .description {
              @media only screen and (min-width:720px) {
                  padding: 10px 40% 10px 20px;
              }
              @media only screen and (min-width:1000px) {
                  padding: 10px 30% 10px 20px;
              }
          }
      }*/
}
.block--event .layout--maxwidth {
  padding: 0 0 60px;
}
@media only screen and (min-width:720px) {
  .block--event .layout--maxwidth {
    padding: 90px 3%;
  }
}
@media only screen and (min-width:1000px) {
  .block--event .layout--maxwidth {
    padding: 90px 5%;
  }
}
@media only screen and (min-width:1300px) {
  .block--event .layout--maxwidth {
    padding: 90px 0;
  }
}
.block--event .ratio {
  padding-top: 110%;
}
.block--event .block-1of3 {
  margin: 0 0 20px;
}
.block--event .block-1of3:last-child {
  margin: 0;
}
@media only screen and (min-width:720px) {
  .block--event .block-1of3 {
    width: 31.6666666667%;
    margin: 0 2.5% 0 0;
  }
  .block--event .block-1of3:last-child {
    margin: 0;
  }
}
.block--event .description {
  line-height: 70px;
}
.block--event .title {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  line-height: 1;
  font-weight: 700;
}
.block--event .article--date {
  width: 44px;
  line-height: 70px;
  display: table-cell;
  vertical-align: middle;
}
.block--event .article--date .date {
  display: inline-block;
  vertical-align: middle;
}
.block--event .article--date p {
  line-height: 1;
  font-size: 21.5px;
  font-size: 1.4333333333rem;
}
.block--event .day {
  margin-bottom: 2px;
}
.block--event .article--date-startend {
  width: auto;
}
.block--event .date--start {
  padding: 0 15px 0 0;
  margin: 0 3px 0 0;
  background: url("../images/default/date-arrow.png") no-repeat right center;
}
.block--event .link--type {
  margin-top: 0;
}
@media only screen and (min-width:720px) {
  .block--event .link--type {
    margin-top: 15px;
  }
}

.block--documentation {
  display: grid;
}
@media only screen and (min-width:1000px) {
  .block--documentation {
    grid-template-columns: 1fr 1fr;
  }
}
.block--documentation.clearfix::before, .block--documentation.clearfix::after,
.block--documentation > .clearfix {
  display: none;
}
.block--documentation .block-1of2 {
  display: flex;
}
@media only screen and (min-width:720px) {
  .block--documentation .block-1of2 {
    float: unset;
  }
}
@media only screen and (min-width:1000px) {
  .block--documentation .block-1of2 {
    width: unset;
  }
}

.key-number-container {
  padding-bottom: 70px;
}
@media only screen and (min-width:720px) {
  .key-number-container {
    padding-bottom: 140px;
  }
}

.block--key-number {
  background: url(../images/default/banner-key-number.jpg) no-repeat center center;
  background-size: cover;
}
.block--key-number ul {
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
  color: #fff;
  font-weight: 700;
}
.block--key-number .numbers {
  padding: 80px 0 20px;
}
@media only screen and (min-width:720px) {
  .block--key-number .numbers {
    padding: 110px 0 50px;
  }
}
.block--key-number .numbers p {
  font-weight: 700;
  font-size: 10px;
  font-size: 0.6666666667rem;
}
@media only screen and (min-width:720px) {
  .block--key-number .numbers p {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
}
.block--key-number .numbers .text {
  position: absolute;
  top: 12px;
  left: 5%;
  width: 80%;
}
@media only screen and (max-width:719px) {
  .block--key-number .numbers .text {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (min-width:720px) {
  .block--key-number .numbers .text {
    position: relative;
    width: auto;
    top: inherit;
    left: inherit;
  }
}
.block--key-number li {
  float: left;
  position: relative;
  display: block;
  vertical-align: top;
  text-align: center;
  width: 50%;
  margin: 0;
}
@media only screen and (min-width:720px) {
  .block--key-number li {
    display: inline-block;
    float: none;
    width: 30%;
    margin: 0 5% 0 0;
    padding: 18px 22px 18px 10px;
  }
}
@media only screen and (min-width:1000px) {
  .block--key-number li {
    width: 23%;
    margin: 0 1% 0 0;
  }
}
@media only screen and (min-width:1300px) {
  .block--key-number li {
    width: 18%;
    margin: 0 5% 0 0;
  }
}
.block--key-number li:last-child {
  margin: 0;
}
.block--key-number li:nth-child(2n+2) {
  margin-top: 0;
}
@media only screen and (min-width:720px) {
  .block--key-number li:nth-child(2n+2) {
    margin-top: 120px;
  }
}
.block--key-number .title--number {
  color: #fdca17;
  margin: 0;
  font-size: 15px;
  font-size: 1rem;
}
@media only screen and (min-width:720px) {
  .block--key-number .title--number {
    font-size: 45px;
    font-size: 3rem;
  }
}
@media only screen and (min-width:1000px) {
  .block--key-number .title--number {
    margin: 0 0 15px;
    font-size: 45px;
    font-size: 3rem;
  }
}
.block--key-number img {
  width: 100%;
}
@media only screen and (min-width:720px) {
  .block--key-number img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media only screen and (min-width:1300px) {
  .block--key-number img {
    width: auto;
  }
}

.testimony--box .ratio {
  display: none;
}

.testimony--content {
  position: relative;
  overflow: hidden;
}
.testimony--content:after {
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #054159;
}
html.no-touch .testimony--content:focus .caption, html.no-touch .testimony--content:hover .caption {
  background-color: #065c7f;
}
html.no-touch .testimony--content:focus .icon, html.no-touch .testimony--content:hover .icon {
  opacity: 1;
}
.testimony--content .testimony--link,
.testimony--content > a {
  display: block;
  height: 100%;
  position: relative;
  z-index: 3;
  text-decoration: none;
}
.testimony--content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimony--content .icon {
  font-size: 40px;
  font-size: 2.6666666667rem;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  margin: auto;
  color: #fff;
  opacity: 0.7;
}
@media only screen and (min-width:720px) {
  .testimony--content .icon {
    font-size: 30px;
    font-size: 2rem;
  }
}
@media only screen and (min-width:1000px) {
  .testimony--content .icon {
    font-size: 90px;
    font-size: 6rem;
  }
  .testimony--content .icon.icon-quote, .testimony--content blockquote.icon:before, .testimony--content blockquote.icon:after {
    top: 5%;
    left: 20%;
  }
}
@media only screen and (min-width:720px) {
  .block-2of3 .testimony--content .icon {
    font-size: 70px;
    font-size: 4.6666666667rem;
  }
}
@media only screen and (min-width:1000px) {
  .block-2of3 .testimony--content .icon {
    font-size: 120px;
    font-size: 8rem;
    top: 33%;
  }
}
.testimony--content .caption {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 10px;
  color: #fff;
  background-color: #054159;
}
@media only screen and (min-width:720px) {
  .testimony--content .caption {
    padding: 10px 20px;
  }
}
@media only screen and (min-width:1000px) {
  .testimony--content .caption {
    padding: 15px 20px;
  }
}
@media only screen and (min-width:1000px) {
  .block-2of3 .testimony--content .caption {
    font-size: 15px;
    font-size: 1rem;
  }
}
.testimony--content .title {
  font-size: 14px;
  font-size: 0.9333333333rem;
  color: #fff;
  margin: 0 0 8px;
  padding: 0;
  font-weight: 700;
}
@media only screen and (min-width:720px) {
  .testimony--content .title {
    font-size: 13px;
    font-size: 0.8666666667rem;
  }
}
@media only screen and (min-width:1000px) {
  .testimony--content .title {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}
.block-2of3 .testimony--content .title {
  font-size: 16px;
  font-size: 1.0666666667rem;
}
@media only screen and (min-width:1000px) {
  .block-2of3 .testimony--content .title {
    font-size: 22px;
    font-size: 1.4666666667rem;
  }
}
.testimony--content p {
  margin: 0;
  line-height: 1;
}
.testimony--content .name {
  font-size: 12px;
  font-size: 0.8rem;
  margin: 0 10px 0 0;
  font-weight: 700;
}
@media only screen and (min-width:720px) {
  .testimony--content .name {
    font-size: 12px;
    font-size: 0.8rem;
  }
}
@media only screen and (min-width:1000px) {
  .testimony--content .name {
    font-size: 15px;
    font-size: 1rem;
  }
}
.block-2of3 .testimony--content .name {
  font-size: 15px;
  font-size: 1rem;
}
@media only screen and (min-width:1000px) {
  .block-2of3 .testimony--content .name {
    font-size: 21px;
    font-size: 1.4rem;
  }
}
.testimony--content .statut {
  font-size: 11px;
  font-size: 0.7333333333rem;
  display: inline;
  font-style: italic;
}
@media only screen and (min-width:720px) {
  .testimony--content .statut {
    font-size: 12px;
    font-size: 0.8rem;
    display: none;
  }
}
@media only screen and (min-width:1000px) {
  .testimony--content .statut {
    display: inline;
  }
}
.block-2of3 .testimony--content .statut {
  display: inline;
}
@media only screen and (min-width:1000px) {
  .block-2of3 .testimony--content .statut {
    font-size: 15px;
    font-size: 1rem;
  }
}

.syctom-presentation-container {
  padding: 0 0 100px;
}

.block--syctom-img {
  background: url(../images/default/banner-syctom-img.jpg) no-repeat center center;
  background-size: cover;
}
.block--syctom-img .layout--maxwidth {
  height: auto;
}
@media only screen and (min-width:1000px) {
  .block--syctom-img .layout--maxwidth {
    height: 640px;
  }
}
.block--syctom-img ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.block--syctom-img li {
  width: 100%;
  display: inline-block;
  margin: 0;
}
@media only screen and (min-width:720px) {
  .block--syctom-img li {
    margin: 0 15px;
    width: auto;
  }
}
.block--syctom-img .container--btn {
  width: 100%;
  padding: 80px 0 40px;
}
@media only screen and (min-width:720px) {
  .block--syctom-img .container--btn {
    padding: 100px 0 50px;
  }
}
@media only screen and (min-width:1000px) {
  .block--syctom-img .container--btn {
    width: 100%;
    position: absolute;
    bottom: 60px;
    left: 0;
    padding: 0;
  }
}
.block--syctom-img .btn {
  width: 75%;
  padding: 15px 20px;
  margin: 0 0 20px;
  font-size: 17px;
  font-size: 1.1333333333rem;
}
@media only screen and (min-width:720px) {
  .block--syctom-img .btn {
    margin: 0;
    width: auto;
    font-size: 20px;
    font-size: 1.3333333333rem;
  }
}

.block--share {
  position: relative;
}
.block--share .btn--share {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  color: #065c7f;
  text-decoration: none;
  background-color: transparent;
}
.block--share .btn--share .icon {
  font-size: 22px;
  font-size: 1.4666666667rem;
  display: flex;
}

.block--share-icons {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 10;
  margin: 0;
  padding: 6px;
  background-color: #fff;
}
.block--share-icons li {
  list-style: none;
}
.block--share-icons a {
  display: flex;
  color: #065c7f;
  text-decoration: none;
}
.block--share-icons a .icon {
  font-size: 30px;
  font-size: 2rem;
}

.block--number ul {
  text-align: center;
  padding: 0;
  list-style: none;
}
.block--number li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 0 20px;
}
@media only screen and (min-width:1000px) {
  .block--number li {
    width: 30%;
    margin: 0 4% 0 0;
  }
}
.block--number li:last-child {
  margin: 0;
}
.block--number.block--number-mobile ul {
  width: 90%;
  margin: 0 auto !important;
}
@media only screen and (min-width:480px) {
  .block--number.block--number-mobile ul {
    width: 70%;
  }
}
@media only screen and (min-width:1000px) {
  .block--number.block--number-mobile ul {
    width: 50%;
  }
}
.block--number.block--number-mobile li {
  width: 100%;
  margin: 0 0 20px;
}

.block--number-content {
  padding: 0 12% 20px;
  text-align: center;
  position: relative;
}
.block--number-content .number {
  color: #fdca17;
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  line-height: 1.1;
  font-size: 28px;
  font-size: 1.8666666667rem;
}
.block--number-content .number.number--xs {
  font-size: 25px;
  font-size: 1.6666666667rem;
}
@media only screen and (min-width:480px) {
  .block--number-content .number {
    font-size: 38px;
    font-size: 2.5333333333rem;
  }
  .block--number-content .number.number--s {
    font-size: 30px;
    font-size: 2rem;
  }
}
@media only screen and (min-width:720px) {
  .block--number-content .number {
    font-size: 48px;
    font-size: 3.2rem;
  }
  .block--number-content .number.number--xs {
    font-size: 25px;
    font-size: 1.6666666667rem;
  }
  .block--number-content .number.number--s {
    font-size: 35px;
    font-size: 2.3333333333rem;
  }
}
.block--number-content .unit {
  font-size: 18px;
  font-size: 1.2rem;
}
@media only screen and (min-width:480px) {
  .block--number-content .unit {
    font-size: 24px;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width:720px) {
  .block--number-content .unit {
    font-size: 30px;
    font-size: 2rem;
  }
}
.block--number-content .text {
  font-weight: 500;
}
.block--number-content:after {
  position: absolute;
  right: 25px;
  bottom: 0;
  content: "";
  display: block;
  width: 3px;
  height: 80px;
  background: #fdca17;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
}

.search-result--block.elected--header {
  margin: 0;
  float: none;
  clear: both;
}
.search-result--block.elected--header h3 {
  margin: 0;
}
.search-result--block.elected--header p {
  font-size: 15px;
  font-size: 1rem;
  padding-left: 15px;
}

.elected--box {
  position: relative;
  width: 100%;
  float: left;
}
@media only screen and (min-width:480px) {
  .elected--box {
    width: 50%;
  }
}
@media only screen and (min-width:1000px) {
  .elected--box {
    width: 33%;
  }
}
.elected--box .ratio {
  width: 100%;
  padding-top: 100%;
}
.elected--box .elected--menu {
  z-index: 10;
  position: absolute;
  left: -999em;
  text-align: left;
  background: #065c7f;
  color: #fff;
  font-family: "Quicksand", sans-serif;
  padding: 12px;
}
.elected--box .elected--menu h3 {
  color: #fff;
  border-color: #fff;
  padding-bottom: 6px;
}
.elected--box .elected--menu ul {
  padding-top: 20px;
  padding-left: 0;
}
.no-touch .elected--box:hover .elected--menu {
  left: auto;
}

.elected--content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.elected--content:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(6, 92, 127, 0);
  z-index: 1;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}
html.no-touch .elected--content:hover .caption {
  background: #065c7f;
}
.elected--content img {
  width: 100%;
  height: auto;
}
.elected--content a {
  text-decoration: none;
}
.elected--content .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  color: #fdca17;
  background: rgba(6, 92, 127, 0.8);
  z-index: 2;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.elected--content .caption h3, .elected--content .caption p {
  padding: 0;
  margin: 0;
  color: #fff;
}
.elected--content .caption h3 {
  font-size: 16px;
  font-size: 1.0666666667rem;
}
.elected--content .title {
  color: #fdca17;
  margin: 0 0 8px;
  padding: 0;
  font-weight: 900;
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  font-size: 0.9333333333rem;
}
@media only screen and (min-width:720px) {
  .elected--content .title {
    font-size: 13px;
    font-size: 0.8666666667rem;
  }
}
@media only screen and (min-width:1000px) {
  .elected--content .title {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}
.elected--content p {
  margin: 0;
  line-height: 1;
}
.elected--content .elected--link {
  display: block;
  height: 100%;
  position: relative;
  z-index: 3;
}
.elected--content.nonactive-filter img {
  filter: gray; /* IE 6-9 */
  filter: url("../images/default/gray.svg#grayscale");
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.elected--content.active-filter img {
  filter: none; /* IE 6-9 */
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.search--title {
  font-size: 22px;
  font-size: 1.4666666667rem;
  margin-top: 0;
  padding-left: 16px;
  border-left: 4px solid #fdca17;
}
.search--title::after {
  display: none;
}

.search--label {
  font-size: 14px;
  font-size: 0.9333333333rem;
  box-sizing: content-box;
  display: inline-block;
  width: inherit;
  vertical-align: top;
  margin: 0 5px 5px 0;
  padding-top: 8px;
  color: #3b3b3b;
}
@media only screen and (min-width:720px) {
  .search--label {
    width: 20%;
  }
}
#col--main .search--label {
  display: block;
  width: inherit;
}
@media only screen and (min-width:1000px) {
  #col--main .search--label {
    display: inline-block;
    width: 20%;
  }
}

.search--bar-block {
  text-align: center;
  padding: 12px 0 20px 0;
}
.search--bar-block .search--bar {
  width: 39%;
  display: inline-block;
  border-bottom: 1px solid #999;
}
.search--bar-block .search--bar-text {
  width: 4%;
  display: inline-block;
  padding: 0 16px;
  box-sizing: content-box;
  color: #666;
  font-size: 12px;
  font-size: 0.8rem;
}

.search--filters {
  padding: 8px 0;
}
.search--filters .search--words-block {
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width:1000px) {
  .search--filters .search--words-block {
    width: 75%;
  }
}
@media only screen and (min-width:720px) {
  .search--filters .search--words-block input.field--search-text {
    display: inline-block;
    width: 40%;
    margin-right: 20px;
  }
}
@media only screen and (min-width:1000px) {
  .search--filters .search--words-block input.field--search-text {
    width: 30%;
  }
}
#col--main .search--filters .search--words-block input.field--search-text {
  display: block;
  width: 100%;
}
.search--filters .search--words-block .field--search-submit,
.search--filters .search--words-block .a {
  display: block;
  margin: 0 10px 10px 0;
}
@media only screen and (min-width:480px) {
  .search--filters .search--words-block .field--search-submit,
  .search--filters .search--words-block .a {
    display: inline-block;
    vertical-align: middle;
  }
}
.search--filters .search--words-block .tx-solr-component-select-box select {
  width: 100%;
  margin-bottom: 0;
}
@media only screen and (min-width:1000px) {
  .search--filters .search--words-block .tx-solr-component-select-box select {
    width: 30%;
  }
}
.search--filters .search--words-block .field--radio {
  display: inline-block;
}
.search--filters .search--words-block .field--radio label {
  width: inherit;
  margin-right: 40px;
  color: #3b3b3b;
}
.search--filters .search--words-block .field--radio:last-of-type label {
  margin-right: 0;
}

.search--hashtag-word {
  font-size: 14px;
  font-size: 0.9333333333rem;
  display: inline-flex;
  padding: 6px 8px;
  border: 1px solid #054159;
  border-radius: 5px;
  color: #054159;
  text-decoration: none;
  background-color: #fff;
}

.tab-current .btn--effect {
  background-color: #065c7f;
  color: #fff;
  border-color: #065c7f;
}

.tx-solr-facet-component {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.tx-solr-facet-component li {
  display: inline-block;
}

#tx-solr-facets-in-use ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#tx-solr-facets-in-use ul li {
  display: inline-block;
}

#tx-solr-map {
  height: 700px;
}
#tx-solr-map [data-icon]:before {
  display: none;
}

.decheteries--legend-text {
  margin: 0 2em 0 0.2em;
}

.org-chart--first {
  border-left: 1px solid #065c7f;
  padding-left: 0;
  list-style-type: none;
  font-size: 18px;
  font-size: 1.2rem;
}
.org-chart--first .org-chart--profile {
  margin: 0 0 10px;
  display: inline-block;
  vertical-align: top;
  width: 76%;
  background: #fff;
}
.org-chart--first .org-chart--profile:before {
  content: "";
  display: inline-block;
  background: #fff;
  border: 4px solid #fdca17;
  width: 20px;
  height: 20px;
  margin: 4px 0 0 -10px;
  box-shadow: 0px 0px 0px 4px #fff;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.org-chart--first .org-chart--profile .icon-triangle {
  display: inline-block;
  background: #fdca17;
  width: 20px;
  height: 20px;
  margin: 4px 0 0 -24px;
  box-shadow: 0 0 0 4px #fff;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}
.no-touch .org-chart--first .org-chart--profile .icon-triangle:hover {
  background: #065c7f;
  color: #fdca17;
}
.org-chart--first .org-chart--profile .icon-triangle:before {
  color: #065c7f;
  font-size: 20px;
  font-size: 1.3333333333rem;
}
.no-touch .org-chart--first .org-chart--profile .icon-triangle:hover:before {
  color: #fdca17;
}
.org-chart--first .org-chart--profile .open {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}
.org-chart--first .fonction {
  width: 80%;
  font-style: italic;
  margin: 0 0 0 34px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-size: 0.9333333333rem;
}
@media only screen and (min-width:1000px) {
  .org-chart--first .fonction {
    font-size: 18px;
    font-size: 1.2rem;
  }
}
.org-chart--first .fonction:first-of-type {
  margin: 0;
  padding-left: 20px;
}
.org-chart--first .nom {
  color: #065c7f;
  font-weight: 400;
  padding: 8px 0 0 34px;
}
.org-chart--first .org-chart--second {
  padding-left: 0;
  list-style-type: none;
}
.org-chart--first .org-chart--second li {
  padding-top: 20px;
  position: relative;
}
.org-chart--first .org-chart--second li:last-of-type {
  margin-bottom: 40px;
}
.org-chart--first .org-chart--second .branch {
  width: 10%;
  height: 1px;
  display: inline-block;
  border-top: 1px solid #065c7f;
}
.org-chart--first .org-chart--second .branch.double-branch {
  width: 20%;
}
.org-chart--first .org-chart--second .org-chart--third {
  border-left: 1px solid #065c7f;
  padding: 60px 0 0 0;
  margin: -44px 0 0 10%;
  list-style-type: none;
  display: none;
}
.org-chart--first .org-chart--second .org-chart--third li .branch {
  border-top: 1px solid #065c7f !important;
}
.org-chart--first .org-chart--second .org-chart--third li:last-child .branch {
  border-top: 0 !important;
}
.org-chart--first .org-chart--second li:last-child {
  margin-left: -1px;
  border-left: 1px solid #fff;
}
.org-chart--first .org-chart--second li:last-child .branch {
  border-top: 0;
}
.org-chart--first .org-chart--second li:last-child:before {
  content: "";
  width: 8%;
  height: 100%;
  margin-left: -1px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/default/bg-org-bottom.jpg") left top no-repeat;
}
.org-chart--first .org-chart--second.alone li:last-child {
  border: none;
}
.org-chart--first .org-chart--second.alone li:last-child:before {
  background: none;
  margin-left: -2px;
}
.org-chart--first .org-chart--second.alone li:last-child .branch {
  border-top: 1px solid #065c7f;
}

.quickmenu {
  border-bottom: 1px solid #999;
  margin: 0 0 50px 0;
}
.quickmenu .hashtag-block {
  max-width: 66%;
  display: inline-block;
}
.quickmenu .back-button {
  text-transform: uppercase;
  display: inline-block;
  text-align: right;
  vertical-align: bottom;
  display: block;
  margin-top: -22px;
  font-size: 14px;
  font-size: 0.9333333333rem;
}
.quickmenu .back-button a {
  text-decoration: none;
  color: #3b3b3b;
}
.quickmenu .back-button a:hover {
  text-decoration: overline;
  color: #065c7f;
}
.quickmenu .back-button .icon-left {
  vertical-align: middle;
}
.quickmenu .back-button .icon-left:before {
  color: #000;
  font-size: 12px;
  font-size: 0.8rem;
}

#actu .chapo figure:first-of-type {
  margin-left: 0;
}
#actu .chapo p:first-of-type {
  clear: both;
}
@media only screen and (min-width:1000px) {
  #actu .chapo p:first-of-type {
    clear: none;
  }
}
#actu .framed {
  margin-top: 20px;
}
#actu .framed ol {
  padding: 0;
  margin: 0;
}
#actu .framed ol .block-1of2 {
  padding: 10px;
  margin: 0;
  list-style: none;
}
#actu .article--skin .ratio {
  background: transparent;
}

.article--date {
  width: 16%;
  white-space: nowrap;
}
.article--date.double-date, .article--date.article--date-startend {
  width: 30%;
}
.article--date .date {
  display: inline-block;
}
.article--date .icon-right {
  display: inline-block;
  width: 30%;
  transform: scaleY(1.5);
  transform-origin: bottom;
  font-weight: 900 !important;
  margin-left: -10px;
}

#annuaire .box {
  display: inline-block;
}
#annuaire .directory--block {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}
#annuaire .ul--rte li {
  clear: both;
}
#annuaire .framed div {
  display: inline-block;
}
#annuaire .framed img {
  display: none;
}
@media only screen and (min-width:1000px) {
  #annuaire .framed img {
    display: inline-block;
    float: right;
  }
}
#annuaire .framed .icon-tri {
  display: none;
}
@media only screen and (min-width:480px) {
  #annuaire .framed .icon-tri {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    font-size: 60px;
    font-size: 4rem;
  }
}

.ul--directory {
  list-style: none;
}
@media only screen and (min-width:1000px) {
  .ul--directory {
    border-bottom: 1px solid #d2d9d3;
    padding: 0 0 30px 0;
  }
}
.ul--directory .li--directory {
  width: 100%;
  padding-right: 15px;
}
@media only screen and (min-width:1000px) {
  .ul--directory .li--directory {
    width: 49%;
    padding-left: 40px;
    display: inline-block;
    vertical-align: top;
  }
  .ul--directory .li--directory:first-of-type {
    border-right: 1px solid #d2d9d3;
    padding-left: 0;
  }
}
.ul--directory:last-of-type {
  border-bottom: none;
}

@media only screen and (min-width:720px) {
  .directory--block .tonnage {
    line-height: 40px;
  }
  .directory--block .icon-biodechet {
    font-size: 3rem;
  }
}
.ul--formation {
  width: 100%;
  padding-left: 0;
}
@media only screen and (min-width:1000px) {
  .ul--formation {
    padding: inherit;
  }
}
.ul--formation > li {
  list-style: none;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  vertical-align: top;
  padding-left: 0;
}
@media only screen and (min-width:1000px) {
  .ul--formation > li {
    width: 49%;
    padding-left: 40px;
  }
}
.ul--formation > li.li--double-width {
  width: 100%;
}
.ul--formation > li .link--icon .text {
  font-size: 18px;
  font-size: 1.2rem;
}

.ul--simplelist {
  padding: 0;
  margin: 0 0 30px 0;
}
.ul--simplelist li {
  padding: 0;
  list-style: none;
  font-weight: 500;
  line-height: 130%;
}

.sitemap ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0 16px;
  border-left: 1px solid #e6e6e6;
}
.sitemap li {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style-type: none;
}
.sitemap > ul {
  border-left: 0;
}
.sitemap > ul > li {
  padding: 0 0 16px 0;
  border-bottom: 1px solid #065c7f;
}
.sitemap > ul > li > a {
  font-weight: 700;
  text-transform: uppercase;
}

.arc_sondage p {
  margin: 0px;
}
@media only screen and (min-width:720px) {
  .arc_sondage .btn {
    margin-right: 280px;
  }
}
.arc_sondage .field--label {
  width: 99%;
  text-align: left;
  padding-bottom: 14px;
}
.arc_sondage .field--item .field--radio {
  padding-left: 20px;
}
.arc_sondage .field--item .field--checkbox {
  padding-left: 20px;
}

.arc_sondage.field--label label {
  width: 100%;
}

/* New clean components */
.list-icons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width:720px) {
  .list-icons-col-3 {
    grid-template-columns: auto auto auto;
  }
  .list-icons-col-4 {
    grid-template-columns: auto auto auto auto;
  }
  .list-icons-col-5 {
    grid-template-columns: auto auto auto auto auto;
  }
}
.list-icons--link {
  font-size: 14px;
  font-size: 0.9333333333rem;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
@media only screen and (min-width:720px) {
  .list-icons--link {
    font-size: 15px;
    font-size: 1rem;
    align-items: flex-end;
  }
}
.list-icons--icon {
  display: block;
  position: relative;
}
.list-icons--icon:after {
  -webkit-transform: rotate(42deg);
  -moz-transform: rotate(42deg);
  -ms-transform: rotate(42deg);
  -o-transform: rotate(42deg);
  transform: rotate(42deg);
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 11px;
  left: 17px;
  border-left: 1px solid #d2d9d3;
  background-color: #fff;
}
@media only screen and (min-width:720px) {
  .list-icons--icon:after {
    width: 50px;
    height: 50px;
    top: 25px;
    left: 25px;
  }
}
@media only screen and (min-width:1000px) {
  .list-icons--icon:after {
    width: 80px;
    height: 80px;
  }
}
.list-icons--icon .icon {
  font-size: 30px;
  font-size: 2rem;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: block;
}
@media only screen and (min-width:720px) {
  .list-icons--icon .icon {
    font-size: 45px;
    font-size: 3rem;
  }
}
@media only screen and (min-width:1000px) {
  .list-icons--icon .icon {
    font-size: 50px;
    font-size: 3.3333333333rem;
  }
}
.list-icons--link:focus .list-icons--icon .icon, .list-icons--link:hover .list-icons--icon .icon {
  transform: scale(1.1);
}
.list-icons--label {
  position: relative;
  z-index: 4;
  font-weight: 700;
  color: #414141;
  text-transform: uppercase;
}

.documentation {
  display: flex;
}
.documentation--link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  text-decoration: none;
}
.documentation--caption {
  font-size: 18px;
  font-size: 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding-left: 16px;
  border-left: 4px solid #fdca17;
  color: #065c7f;
}
@media only screen and (min-width:1000px) {
  .documentation--caption {
    font-size: 22px;
    font-size: 1.4666666667rem;
  }
}
.documentation-dark .documentation--caption {
  color: #fff;
}
.documentation--title {
  margin: 0;
  padding-left: 0;
}
.documentation-dark .documentation--title {
  color: #fff;
}
.documentation--summary p {
  margin-bottom: 0;
}

.zoom {
  display: grid;
  gap: 20px;
}
@media only screen and (min-width:1000px) {
  .zoom {
    grid-template-columns: 2fr 1fr;
    align-items: center;
    column-gap: 30px;
  }
}
.zoom--image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zoom--content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.zoom--title {
  font-size: 17px;
  font-size: 1.1333333333rem;
  margin: 0;
  border-left: 4px solid #fdca17;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}
@media only screen and (min-width:720px) {
  .zoom--title {
    font-size: 20px;
    font-size: 1.3333333333rem;
  }
}
.zoom--title-link {
  text-decoration: none;
}
.zoom--title-link:focus, .zoom--title-link:hover {
  text-decoration: underline;
}
.zoom--summary p {
  font-size: 14px;
  font-size: 0.9333333333rem;
  margin-bottom: 0;
  line-height: 1.5;
  text-align: left;
}
@media only screen and (min-width:720px) {
  .zoom--summary p {
    font-size: 17px;
    font-size: 1.1333333333rem;
  }
}
.zoom--read-more {
  margin-bottom: 0;
}

.page-login {
  padding-top: 20px;
}
@media only screen and (min-width:1000px) {
  .page-login {
    padding-top: 56px;
  }
}

.page-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 10px;
}
.page-header--back {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 0;
  color: #065c7f;
}
.page-header--back-link {
  font-weight: 700;
}
.page-header--menu {
  display: grid;
  gap: 30px;
}
@media only screen and (min-width:1000px) {
  .page-header--menu {
    grid-template-columns: 3fr auto;
  }
}
.page-header--content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.page-header--grid {
  display: grid;
  row-gap: 30px;
  column-gap: 30px;
}
@media only screen and (min-width:1000px) {
  .page-header--grid {
    grid-template-columns: 1fr 2fr;
    grid-template-areas: "a b" "a c" "a d";
  }
}
.page-header--title {
  font-size: 30px;
  font-size: 2rem;
  display: flex;
  margin-bottom: 0;
}
@media only screen and (min-width:1000px) {
  .page-header--title {
    font-size: 40px;
    font-size: 2.6666666667rem;
  }
}
@media only screen and (min-width:1000px) {
  .page-header--grid .page-header--title {
    grid-area: b;
  }
}
@media only screen and (min-width:1000px) {
  .page-header--grid .page-header--cover {
    grid-area: a;
  }
}
.page-header--image {
  width: 100%;
}
.page-header--date {
  font-size: 18px;
  font-size: 1.2rem;
  display: flex;
  margin-bottom: 0;
  font-weight: 700;
  color: #065c7f;
}
@media only screen and (min-width:1000px) {
  .page-header--grid .page-header--date {
    grid-area: c;
  }
}
.page-header--summary {
  font-size: 18px;
  font-size: 1.2rem;
  display: flex;
  color: #065c7f;
}
@media only screen and (min-width:1000px) {
  .page-header--grid .page-header--summary {
    grid-area: d;
  }
}
.page-header--summary p {
  font-weight: 400;
}

.page-menu {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  border-radius: 8px;
  background-color: #f3f6f7;
}
@media only screen and (min-width:1000px) {
  .page-menu {
    width: 260px;
  }
}
.page-menu--title {
  font-size: 16px;
  font-size: 1.0666666667rem;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding-left: 0;
  border-left: 0;
  font-weight: 700;
  text-transform: uppercase;
}
.page-menu--list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.page-menu--item {
  color: #065c7f;
}
.page-menu--item-active {
  font-weight: 700;
}
.page-menu--link {
  font-size: 14px;
  font-size: 0.9333333333rem;
  text-decoration: none;
}
html.no-touch .page-menu--link:focus, html.no-touch .page-menu--link:hover {
  text-decoration: underline;
}

.page-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 30px;
}
@media only screen and (min-width:1000px) {
  .page-content {
    padding-right: 10%;
    padding-left: 10%;
  }
}
.page-content > * {
  margin-top: 0;
  margin-bottom: 0;
}

.page-aside {
  display: grid;
  gap: 30px;
}
@media only screen and (min-width:720px) {
  .page-aside {
    grid-template-columns: 1fr 1fr;
  }
}
.page-aside > * {
  margin-top: 0;
  margin-bottom: 0;
}

.box-dialog {
  width: 100%;
  padding: 40px 30px;
  border: 2px solid #065c7f;
  border-radius: 8px;
}
.box-dialog > *:nth-last-child(1) {
  margin-bottom: 0;
}
.box-dialog--title {
  font-size: 16px;
  font-size: 1.0666666667rem;
  margin-top: 0;
  font-weight: 700;
}
.box-dialog--subtitle {
  font-size: 16px;
  font-size: 1.0666666667rem;
}

.box-infos {
  width: 100%;
  padding: 40px 30px;
  border-radius: 8px;
  color: #fff;
  background-color: #065c7f;
}
.box-infos > *:nth-last-child(1) {
  margin-bottom: 0;
}
.box-infos--title {
  font-size: 16px;
  font-size: 1.0666666667rem;
  margin-top: 0;
  font-weight: 700;
  color: #fff;
}
.box-infos--map {
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  border: 0;
}

.box-mag {
  width: 100%;
  padding: 40px 30px;
  border-radius: 8px;
  background-color: #f3f6f7;
}
.box-mag--title {
  font-size: 16px;
  font-size: 1.0666666667rem;
  margin-top: 0;
  font-weight: 700;
}
.box-mag--grid {
  display: grid;
  gap: 30px;
}
@media only screen and (min-width:1000px) {
  .box-mag--grid {
    grid-template-rows: 1fr;
    grid-template-columns: auto 1fr;
  }
}
.box-mag--subtitle {
  font-size: 16px;
  font-size: 1.0666666667rem;
  margin-top: 0;
}

.box-testimony {
  width: 100%;
  padding: 40px 30px;
  border-radius: 8px;
  background-color: #d2d9d3;
}
.box-testimony--title {
  font-size: 16px;
  font-size: 1.0666666667rem;
  margin-top: 0;
  font-weight: 700;
}

.card {
  display: flex;
  width: 100%;
}
.card--link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.card--cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card--player {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.7;
}
.card--player::before {
  font-size: 90px;
  font-size: 6rem;
  color: #fff;
}
.card--link:focus .card--player, .card--link:hover .card--player {
  opacity: 1;
}
.card--caption {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 15px 20px;
  background-color: #054159;
}
.card--link:focus .card--caption, .card--link:hover .card--caption {
  background-color: #065c7f;
}
.card--title {
  font-size: 14px;
  font-size: 0.9333333333rem;
  margin: 0;
  padding: 0;
  color: #fff;
}
@media only screen and (min-width:720px) {
  .card--title {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}
.card-featured .card--title {
  font-size: 18px;
  font-size: 1.2rem;
}
@media only screen and (min-width:720px) {
  .card-featured .card--title {
    font-size: 22px;
    font-size: 1.4666666667rem;
  }
}

.card-job-grid {
  display: grid;
  gap: 20px;
  margin: 0 0 30px 0;
  padding: 0;
}
@media only screen and (min-width:720px) {
  .card-job-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width:1000px) {
  .card-job-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.card-job {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid #054159;
  background-color: #054159;
}
.card-job--title {
  margin: 0;
  padding: 20px 15px;
  color: #065c7f;
  background-color: #fff;
}
.card-job--content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  height: 100%;
  padding: 20px;
}
.card-job--list {
  margin: 0;
  padding: 0;
}
.card-job--item {
  color: #fff;
}
.card-job--read-more {
  margin: 0;
  text-align: right;
}
.card-job--read-more a {
  color: #fff;
}

.document {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
  padding: 20px;
  border-radius: 8px;
  background-color: #f3f6f7;
}
@media only screen and (min-width:720px) {
  .document {
    flex-direction: row;
    align-items: flex-start;
    padding: 40px;
  }
}
.document--image {
  width: 200px;
  height: auto;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 60px;
  padding: 30px;
  border-radius: 5px;
  background-color: #f3f6f7;
}
.form__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.form__fieldset {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 0;
  background-color: initial;
}
.form__legend {
  display: inline-flex;
  margin-bottom: 30px;
  padding-left: 16px;
  border-left: 4px solid #fdca17;
  font-size: 24px;
  font-size: 1.6rem;
  color: #065c7f;
}
.form__alert {
  margin-bottom: 0;
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 700;
  color: #e71b1b;
}
.form__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 0;
  padding: 20px;
  border-radius: 4px;
  background-color: #eaf0f6;
}
.form__info p {
  margin-bottom: 0;
}
.form__alerts ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.form__alerts li {
  list-style-type: none;
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 700;
  color: #e71b1b;
}
.form__error {
  margin-bottom: 0;
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 700;
  color: #e71b1b;
}
.form__fields, .form__fieldset-fields {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.form__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.form__field .form__label {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 0;
  font-style: initial;
}
.form__field .form__label-name {
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 700;
  color: #065c7f;
}
.form__field .form__label-desc {
  font-size: 12px;
  font-size: 0.8rem;
  color: #065c7f;
}
.form__field .form__input-area {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.form__field .form__input {
  margin: 0;
  border: 1px solid #676767;
  color: #3b3b3b;
}
.form__actions .form__submit {
  margin-top: 0;
  color: #fff;
  background-color: #065c7f;
}
.form__actions .form__submit:focus,
.form__actions .form__submit:hover {
  color: #fdca17 !important;
}
.form__hidden {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.form__footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form__footer-item {
  margin-bottom: 0;
}
.form__table {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-bottom: 10px;
  padding-left: 0;
  border-bottom: 1px solid #d2d9d3;
}
.form__table-row {
  display: grid;
  align-items: center;
  gap: 10px;
  padding-top: 10px;
  border-top: 1px solid #d2d9d3;
}
@media only screen and (min-width:720px) {
  .form__table-row {
    grid-template-columns: 300px 1fr;
  }
}

.typo3-messages {
  margin-bottom: 30px;
  padding: 0;
}
.typo3-messages .alert {
  padding: 15px 20px;
  border-radius: 5px;
  list-style-type: none;
}
.typo3-messages .alert-success {
  background-color: #e3ffe8;
}
.typo3-messages .alert-message {
  margin-bottom: 0;
}

.text-media {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
@media only screen and (min-width:1000px) {
  .text-media--align-left, .text-media--align-right {
    flex-direction: row;
  }
}
@media only screen and (min-width:1000px) {
  .text-media--align-left .text-media--media, .text-media--align-right .text-media--media {
    max-width: 50%;
  }
}
@media only screen and (min-width:1000px) {
  .text-media--align-right .text-media--media {
    order: 2;
  }
}
@media only screen and (min-width:1000px) {
  .text-media--align-left .text-media--text, .text-media--align-right .text-media--text {
    flex-grow: 1;
    flex-basis: 50%;
  }
}
@media only screen and (min-width:1000px) {
  .text-media--align-right .text-media--text {
    order: 1;
  }
}

.figure {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  position: initial;
  margin: 0;
}
.figure--media-container {
  display: flex;
  overflow: hidden;
}
.figure--image.figure--centered .figure--media-container {
  aspect-ratio: 3/2;
}
.figure [data-hide-on-vendor-consent] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  gap: 20px;
  width: 100%;
  aspect-ratio: 16/9;
  padding: 40px;
  color: #fff;
  background-color: #065c7f;
}
.figure [data-hide-on-vendor-consent] p {
  margin: 0;
}
.figure [data-hide-on-vendor-consent] button {
  display: inline-flex;
  padding: 10px 20px;
  border: 0;
  border-radius: 5px;
  color: #065c7f;
  background-color: #fff;
}
.figure [data-requires-vendor-consent] {
  width: 100%;
}
.figure--media {
  display: flex;
  width: 100%;
  height: auto;
}
.figure--centered .figure--media {
  object-fit: contain;
  height: 100%;
}
.figure--video .figure--media {
  aspect-ratio: 16/9;
  border: 0;
}
.figure--caption {
  display: flex;
  flex-direction: column;
}
.figure--description {
  margin-bottom: 0;
  text-align: center;
  font-size: 16px;
  font-size: 1.0666666667rem;
}
.figure--copyright {
  margin-bottom: 0;
  text-align: center;
  font-size: 12px;
  font-size: 0.8rem;
}

.accordion {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.accordion--title {
  display: flex;
  margin: 0;
  padding: 16px 0;
  border-bottom: 1px solid #065c7f;
  font-weight: 700;
  border-left: initial;
  font-family: "Quicksand", sans-serif;
  font-style: initial;
}
.accordion--button {
  flex-grow: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  padding: 0;
  border: 0;
  text-align: left;
  background-color: transparent;
}
.accordion--button-label {
  flex-grow: 1;
  color: #065c7f;
  font-size: 20px;
  font-size: 1.3333333333rem;
}
.accordion--button-icon {
  flex-shrink: 0;
  color: #065c7f;
  font-size: 26px;
  font-size: 1.7333333333rem;
}
.accordion--content {
  height: 0;
  overflow: hidden;
}
.accordion--content-inner {
  padding: 16px;
}
.accordion--open .accordion--button-icon {
  transform: rotate(-180deg);
}

.carousel {
  width: 100%;
}
.carousel--slider {
  position: relative;
}
.carousel--button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 2;
  padding: 0;
  border: 0;
  color: #065c7f;
  background-color: transparent;
  font-size: 40px;
  font-size: 2.6666666667rem;
}
@media only screen and (min-width:720px) {
  .carousel--button {
    width: 60px;
    height: 100%;
  }
}
.carousel--button-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.carousel--button-disabled {
  color: #676767;
}
.carousel--button-previous {
  left: 0;
}
.carousel--button-next {
  right: 0;
}
.carousel--slides {
  align-items: center;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width:720px) {
  .carousel--slide {
    padding-right: 60px;
    padding-left: 60px;
  }
}

.header {
  display: flex;
  height: 60px;
  position: relative;
  z-index: 8;
  padding-right: 5%;
  padding-left: 5%;
  border-bottom: 1px solid #676767;
}
@media only screen and (min-width:1000px) {
  .header {
    justify-content: center;
    height: 80px;
  }
}
.header--container {
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 1200px;
}
.header--logo {
  flex-shrink: 0;
  display: flex;
  margin: 0;
}
.header--logo a {
  display: flex;
  text-decoration: none;
}
.header--logo img {
  width: 150px;
}
@media only screen and (min-width:1000px) {
  .header--logo img {
    width: 226px;
  }
}
.header--main {
  flex-grow: 1;
}
.header--menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.header--button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  position: relative;
  border: 0;
  border-radius: 100%;
  color: #fff;
  text-decoration: none;
  background-color: #065c7f;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header--button:focus, html.no-touch .header--button:hover {
  color: #fdca17;
}
.header--button:focus .header--button-animation, .header--button:focus .header--button-animation::before, .header--button:focus .header--button-animation::after, html.no-touch .header--button:hover .header--button-animation, html.no-touch .header--button:hover .header--button-animation::before, html.no-touch .header--button:hover .header--button-animation::after {
  background-color: #fdca17;
}
.header--button-animation, .header--button-animation::before, .header--button-animation::after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #fff;
}
.header--button-animation::before {
  -webkit-transform: translateY(-300%);
  -moz-transform: translateY(-300%);
  -ms-transform: translateY(-300%);
  -o-transform: translateY(-300%);
  transform: translateY(-300%);
}
.header--button-animation::after {
  -webkit-transform: translateY(300%);
  -moz-transform: translateY(300%);
  -ms-transform: translateY(300%);
  -o-transform: translateY(300%);
  transform: translateY(300%);
}
.header--button-icon {
  font-size: 24px;
  font-size: 1.6rem;
}
@media only screen and (min-width:1200px) {
  .header--nav-mobile {
    display: none;
  }
}
.header--nav-mobile-button-active {
  transform: rotate(-90deg);
}
.header--nav-mobile-container {
  width: 100%;
  height: calc(100vh - 60px);
  position: absolute;
  top: 60px;
  left: 0;
  padding: 20px;
  background-color: #065c7f;
  transform: translateX(-100%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width:1000px) {
  .header--nav-mobile-container {
    height: calc(100vh - 80px);
    top: 80px;
  }
}
.header--nav-mobile-container-active {
  transform: translateX(0);
}
.header--nav-mobile-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
}
.header--nav-mobile-item {
  padding-bottom: 16px;
  border-bottom: 1px solid #fff;
  list-style-type: none;
}
.header--nav-mobile-link {
  font-weight: 700;
  color: #fff;
}

nav ul {
  margin: 0;
  padding: 0;
}
nav a {
  text-decoration: none;
}

.nav-main {
  display: none;
  width: 100%;
  z-index: 6;
}
@media only screen and (min-width:1200px) {
  .nav-main {
    flex: 1;
    display: flex;
    justify-content: center;
    width: auto;
  }
}
.nav-main--list {
  display: flex;
  align-items: center;
  gap: 2px;
}
.nav-main--item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.nav-main--link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  height: 60px;
  position: relative;
  padding: 0 18px 0 0;
  border: 0;
  border-radius: 9px;
  font-weight: 700;
  color: #3b3b3b;
  background-color: transparent;
}
.nav-main--link::before {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background-color: #e6e6e6;
}
html.no-touch .nav-main--link:focus, html.no-touch .nav-main--link:hover, .nav-main--link.active {
  color: #fff;
  background-color: #065c7f;
}
html.no-touch .nav-main--link:focus::before, html.no-touch .nav-main--link:hover::before, .nav-main--link.active::before {
  background-color: transparent;
}
.nav-main--link-label {
  font-size: 12px;
  font-size: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  text-transform: uppercase;
}
.nav-main--link-label::after {
  font-size: 6px;
  font-size: 0.4rem;
  content: "▼";
  color: #065c7f;
}
html.no-touch .nav-main--link:focus .nav-main--link-label::after, html.no-touch .nav-main--link:hover .nav-main--link-label::after, .nav-main--link.active .nav-main--link-label::after {
  color: #fff;
}
.nav-main--link.active .nav-main--link-label::after {
  transform: rotate(180deg);
}
.nav-main--megamenu {
  display: none;
  width: 230px;
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  z-index: 5;
  padding: 20px;
  border-radius: 9px;
  background-color: #065c7f;
}

.megamenu--list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.megamenu--item-title, .megamenu--item {
  display: block;
}
.megamenu--item-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.megamenu--link-title, .megamenu--link {
  font-weight: 700;
  color: #fff;
}
html.no-touch .megamenu--link-title:focus, html.no-touch .megamenu--link-title:hover, html.no-touch .megamenu--link:focus, html.no-touch .megamenu--link:hover {
  color: #fdca17;
  text-decoration: underline;
}
.megamenu--link {
  font-size: 12px;
  font-size: 0.8rem;
}
.megamenu--link-title {
  font-size: 14px;
  font-size: 0.9333333333rem;
  text-transform: uppercase;
}

#nav, #header .layout--maxwidth {
  position: static;
}

#footer {
  position: relative;
  z-index: 5;
  margin-top: 40px;
  color: #fff;
  background-color: #054159;
}
#footer a {
  color: #fff;
  text-decoration: none;
}
#footer .title {
  color: #fdca17;
}

#nav-footer {
  padding: 20px 0;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width:720px) {
  #nav-footer {
    padding: 0 0 40px 0;
  }
}
#nav-footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width:720px) {
  #nav-footer ul {
    gap: 40px;
  }
}
#nav-footer li {
  list-style: none;
}
#nav-footer a {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 12px;
  font-size: 0.8rem;
  display: block;
  position: relative;
  padding: 5px 0;
  font-weight: normal;
  font-family: "Quicksand", sans-serif;
  color: #fff;
  text-decoration: none;
}
@media only screen and (min-width:720px) {
  #nav-footer a {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
}
#nav-footer a:after {
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  transition: all 0.45s ease;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  background-color: #fff;
  opacity: 0;
}
#nav-footer a:after {
  bottom: -7px;
}
#nav-footer a:hover:after {
  bottom: 0;
  opacity: 1;
}

.sitemap-btn {
  padding: 40px 0;
  font-size: 13px;
  font-size: 0.8666666667rem;
}
@media only screen and (min-width:720px) {
  .sitemap-btn {
    border-top: 1px solid #065c7f;
  }
}
.sitemap-btn ul.niv2 {
  padding: 20px 0 0 18px;
}
@media only screen and (min-width:720px) {
  .sitemap-btn ul.niv2 {
    padding: 40px 0 0 18px;
  }
}
.sitemap-btn ul.niv3 {
  padding: 10px 0 0 10px;
}
.sitemap-btn ul.niv3 li {
  font-weight: normal;
}
.sitemap-btn li {
  margin: 0 0 10px;
  list-style: disc;
}
.sitemap-btn li.niv1 {
  list-style: none;
  margin: 0 0 50px;
  font-weight: 900;
}
.sitemap-btn li.niv2 {
  font-weight: 900;
}
.sitemap-btn li.niv3 {
  font-weight: normal;
}
.sitemap-btn .title {
  text-transform: uppercase;
  color: #fdca17;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.0666666667rem;
}
.sitemap-btn li a {
  position: relative;
}
.sitemap-btn li a:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.sitemap-btn li a:after {
  bottom: -5px;
}
.sitemap-btn li a:hover:after {
  opacity: 1;
  bottom: -2px;
}
.sitemap-btn li a.title:after {
  background-color: #fdca17;
}

.footer--sitemap {
  display: none;
}
@media only screen and (min-width:1000px) {
  .footer--sitemap {
    display: block;
  }
}
.footer--sitemap > ul {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
}
.footer--sitemap > ul.no-csscolumns li {
  display: inline-block;
  vertical-align: top;
}
.footer--sitemap > ul.no-csscolumns li li {
  display: block;
}
.footer--sitemap > ul.grid li.niv1 {
  width: 30%;
}
.footer--sitemap li.niv1 {
  padding-right: 30px;
}

@media only screen and (min-width:480px) {
  .footer--tools {
    width: 50%;
  }
}
@media only screen and (min-width:1000px) {
  .footer--tools {
    width: 25%;
  }
}
@media only screen and (min-width:480px) {
  .footer--tools.block-1of4 {
    margin: 0 auto;
    float: none;
  }
}
@media only screen and (min-width:1000px) {
  .footer--tools.block-1of4 {
    margin: 0;
    float: left;
  }
}
.footer--tools ul {
  padding: 0;
  margin: 0;
}
.footer--tools .block,
.footer--tools .footer--tools-btn {
  padding: 20px;
  background: #065c7f;
}
@media only screen and (min-width:720px) {
  .footer--tools .block,
  .footer--tools .footer--tools-btn {
    padding: 25px;
  }
}
.footer--tools .block {
  margin: 0 0 10px;
}
@media only screen and (min-width:720px) {
  .footer--tools .block {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width:1300px) {
  .footer--tools .block {
    margin: 0 0 30px;
  }
}
.footer--tools .block li {
  font-weight: normal;
  margin: 0 0 15px;
}
.footer--tools .block li.niv1 {
  margin: 0;
}
.footer--tools .block .title {
  margin: 0 0 50px;
}
.footer--tools .footer--tools-btn {
  display: block;
  text-align: center;
  margin: 0 0 10px;
}
@media only screen and (min-width:720px) {
  .footer--tools .footer--tools-btn {
    margin: 0 0 20px;
  }
}
.footer--tools .footer--tools-btn:last-child {
  margin: 0;
}

.sections {
  padding-top: 50px;
}

.section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  width: 100%;
  margin-bottom: 70px;
}
@media only screen and (min-width:720px) {
  .section {
    margin-bottom: 90px;
  }
}
.section--container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  position: relative;
  padding: 0 5%;
}
@media only screen and (min-width:720px) {
  .section--container {
    gap: 20px;
  }
}
.section--header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -20px;
  padding: 20px 40px;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
}
@media only screen and (min-width:720px) {
  .section--header {
    max-width: 70%;
  }
}
.section--title {
  font-size: 30px;
  font-size: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  border-left: 0;
  font-weight: 400;
  color: #414141;
  text-align: center;
  text-transform: uppercase;
}
.section--title:after {
  content: "";
  display: flex;
  width: 40px;
  height: 2px;
  margin-top: 15px;
  background-color: #fdca17;
}
.section--content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.section--grid {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 2px;
}
@media only screen and (min-width:720px) {
  .section--grid {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 2fr 1fr;
    grid-template-areas: "a b" "a c";
  }
}
@media only screen and (min-width:720px) {
  .section--grid-reverse {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 2fr;
    grid-template-areas: "b a" "c a";
  }
}
.section--grid-item:not(.no--mobile) {
  display: flex;
}
@media only screen and (min-width:720px) {
  .section--grid-item:nth-child(1) {
    grid-area: a;
  }
}
@media only screen and (min-width:720px) {
  .section--grid-item:nth-child(2) {
    grid-area: b;
  }
}
@media only screen and (min-width:720px) {
  .section--grid-item:nth-child(3) {
    grid-area: c;
  }
}
.section--read-more {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
  margin-bottom: 0;
  color: #065c7f;
}
.section--read-more-link {
  font-weight: 700;
}
.section--bg-white {
  background-color: #fff;
}
.section--bg-grey {
  background-color: #d2d9d3;
}
.section--bg-grey-dark {
  background-color: #676767;
}
.section--bg-grey-dark .section--read-more,
.section--bg-grey-dark .section--read-more-link {
  color: #fff;
}
.section--bg-grey, .section--bg-grey-dark {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (min-width:720px) {
  .section--bg-grey, .section--bg-grey-dark {
    padding-bottom: 40px;
  }
}
.section--bg-grey .section--container, .section--bg-grey-dark .section--container {
  gap: 20px;
}
@media only screen and (min-width:720px) {
  .section--bg-grey .section--container, .section--bg-grey-dark .section--container {
    gap: 40px;
  }
}

.banner--link {
  position: relative;
  display: block;
}
.banner--link .icon {
  font-size: 60px;
  font-size: 4rem;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 40%;
  left: 40%;
  color: #fff;
  opacity: 0.8;
}
@media only screen and (min-width:720px) {
  .banner--link .icon {
    font-size: 80px;
    font-size: 5.3333333333rem;
  }
}
@media only screen and (min-width:1000px) {
  .banner--link .icon {
    font-size: 120px;
    font-size: 8rem;
  }
}
@media only screen and (min-width:1300px) {
  .banner--link .icon {
    font-size: 180px;
    font-size: 12rem;
  }
}
.banner {
  position: relative;
}

.banner--illustration {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-color: #e6e6e6;
  background-image: url(../images/site-de-tom/banner-home.jpg);
}

.banner--content {
  position: absolute;
  width: 90%;
  bottom: 0;
  z-index: 2;
}
@media only screen and (min-width:1300px) {
  .banner--content {
    width: inherit;
  }
}

.banner--title {
  font-size: 24px;
  font-size: 1.6rem;
  margin: 10px 0 40px;
  text-transform: uppercase;
  font-family: "Quicksand", sans-serif;
  color: #fff;
  text-shadow: 2px 2px 10px #000;
}
@media only screen and (min-width:720px) {
  .banner--title {
    font-size: 35px;
    font-size: 2.3333333333rem;
  }
}
@media only screen and (min-width:1000px) {
  .banner--title {
    font-size: 46px;
    font-size: 3.0666666667rem;
  }
}

.parallax--wrapper {
  position: relative;
  overflow: hidden;
  -webkit-transition: height ease 0.4s;
  -moz-transition: height ease 0.4s;
  transition: height ease 0.4s;
  height: 170px;
}
@media only screen and (min-width:720px) {
  .parallax--wrapper {
    height: 260px;
  }
}
@media only screen and (min-width:1000px) {
  .parallax--wrapper {
    height: 280px;
  }
}
@media only screen and (min-width:1300px) {
  .parallax--wrapper {
    height: 310px;
  }
}
.parallax--wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #000;
  z-index: 1;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.parallax--wrapper .illustration {
  width: 100%;
  height: 100%;
  background: url("../images/site-de-tom/banner-home.jpg") no-repeat center center #d2d9d3;
  background-size: cover;
}

.tools {
  display: flex;
  justify-content: flex-end;
  padding: 20px 9px 0;
  background-color: #fff;
}
.tools--list {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0 0 4px 0;
  list-style: none;
  border-bottom: 2px solid #d2d9d3;
}
.tools--item.no--mobile {
  display: none;
}
@media only screen and (min-width:720px) {
  .tools--item.no--mobile {
    display: block;
  }
}
.tools--link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  color: #065c7f;
  text-decoration: none;
  background-color: transparent;
}
.tools--icon {
  font-size: 22px;
  font-size: 1.4666666667rem;
  display: flex;
}

.breadcrumb {
  margin: 20px 0;
}
.breadcrumb--list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0;
  padding: 0;
}
.breadcrumb--item {
  display: flex;
  align-items: center;
  gap: 5px;
  list-style-type: none;
}
.breadcrumb--link,
.breadcrumb a {
  color: #065c7f;
}
.breadcrumb--link:focus, html.no-touch .breadcrumb--link:hover,
.breadcrumb a:focus,
html.no-touch .breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb--icon {
  color: #065c7f;
}

html.is-android #colorbox {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#cboxContent {
  background: #fff;
}

#cboxLoadingGraphic {
  background: url("../images/default/loader.gif") center center no-repeat transparent;
}

.skiplinks {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  background-color: #000;
  transform: translateY(-100%);
}
.skiplinks:focus-within {
  transform: translateY(0);
}
.skiplinks--list {
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}
.skiplinks--item {
  display: inline-block;
  list-style: none;
}
.skiplinks--link {
  font-size: 12px;
  font-size: 0.8rem;
  padding: 0 10px 0 0;
  text-decoration: none;
  color: #fff;
}
.skiplinks--link:focus, .skiplinks--link:hover {
  text-decoration: underline;
}

.gotop {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  position: fixed;
  bottom: 2%;
  left: 2%;
  z-index: 10;
  border: 2px solid #065c7f;
  border-radius: 100%;
  line-height: 1;
  color: #065c7f;
  text-decoration: none;
  background-color: #fff;
  font-size: 22px;
  font-size: 1.4666666667rem;
  transition: none;
}
.gotop:focus, .gotop:hover {
  border-color: #fdca17;
}
.gotop .icon {
  color: #065c7f;
}

.popin--link {
  text-decoration: none;
}

#lightcase-case,
#lightcase-solr {
  text-shadow: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
}

#lightcase-solr {
  border: 2px solid #e6e6e6;
}

#lightcase-info {
  width: 100%;
  padding: 0 20px 20px;
}
#lightcase-info #lightcase-title {
  font-weight: bold;
  color: #3b3b3b;
  font-size: 14px;
  font-size: 0.9333333333rem;
}
#lightcase-info #lightcase-sequenceInfo {
  position: absolute;
  right: 20px;
}
#lightcase-info #lightcase-caption {
  color: #3b3b3b;
  font-style: italic;
}

#lightcase-case:not([data-lc-type=error]) #lightcase-content {
  box-shadow: none;
}

#lightcase-nav a[class*=lightcase-icon-] {
  font-size: inherit;
}

#lightcase-nav a[class*=lightcase-icon-],
#lightcase-nav a[class*=lightcase-icon-]:focus {
  color: rgba(59, 59, 59, 0.6);
  opacity: 1;
}

#lightcase-nav a[class*=lightcase-icon-]:hover {
  text-shadow: none;
  color: #000;
}

#lightcase-nav .lightcase-icon-close {
  top: 0;
  bottom: inherit;
  padding: 20px;
  text-align: center;
  bottom: inherit;
  background: none;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
#lightcase-nav .lightcase-icon-close:before, #lightcase-nav .lightcase-icon-close:after {
  content: "";
  position: absolute;
  top: 17px;
  left: 7px;
  height: 2px;
  width: 25px;
  background-color: #fff;
  -moz-transition: all ease-out 0.2s;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  -ms-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
#lightcase-nav .lightcase-icon-close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#lightcase-nav .lightcase-icon-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-prev, #lightcase-nav a[class*=lightcase-icon-].lightcase-icon-next {
  top: 51%;
  right: 20px;
  left: inherit;
  bottom: inherit;
  width: 38px;
  height: 20px;
  background: none;
}
#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-prev:before, #lightcase-nav a[class*=lightcase-icon-].lightcase-icon-prev:after, #lightcase-nav a[class*=lightcase-icon-].lightcase-icon-next:before, #lightcase-nav a[class*=lightcase-icon-].lightcase-icon-next:after {
  content: "";
  position: absolute;
  left: 10px;
  width: 15px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-prev:before, #lightcase-nav a[class*=lightcase-icon-].lightcase-icon-next:before {
  top: 3px;
}
#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-prev:after, #lightcase-nav a[class*=lightcase-icon-].lightcase-icon-next:after {
  bottom: 5px;
}
#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-prev {
  right: 15px;
  padding: 0 0 40px;
}
#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-prev:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-prev:after {
  bottom: 25px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-next {
  right: 15px;
}
#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-next:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-next:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#lightcase-case:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
  padding: 20px;
}

#lightcase-overlay {
  background: #999 !important;
}

ul.content--page-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0;
  padding-left: 0;
}
ul.content--page-menu > li {
  display: inline-flex;
}
ul.content--page-menu > li .link {
  display: inline-flex;
  padding: 1rem;
  border-radius: 0.5rem;
  color: #000;
  text-decoration: none;
  background-color: #f3f4f3;
}
ul.content--page-menu > li .link:focus, ul.content--page-menu > li .link:hover {
  background-color: #fdca17;
}
ul.content--page-menu > li.active .link {
  color: #fff;
  background-color: #065c7f;
}
ul.content--page-menu > li.active .link:focus, ul.content--page-menu > li.active .link:hover {
  background-color: #065c7f;
}

.btn--search {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 5px;
  right: 60px;
  padding: 0;
  border: 0;
  background-color: transparent;
}
@media only screen and (min-width:1200px) {
  .btn--search {
    width: 44px;
    height: 44px;
    border-radius: 100%;
    position: static;
    color: #fff;
    background-color: #007686;
  }
}
.btn--search:focus, .btn--search:hover {
  background-color: transparent;
}
.btn--search-icon {
  font-size: 24px;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #007686;
}
@media only screen and (min-width:1200px) {
  .btn--search-icon {
    color: #fff;
  }
}
.btn--search:focus .btn--search-icon, .btn--search:hover .btn--search-icon {
  color: #007686;
}

.block--search {
  display: none;
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
  border-bottom: 1px solid #d2d9d3;
  background-color: #fff;
}
@media only screen and (min-width:1200px) {
  .block--search {
    top: 70px;
  }
}
.block--search label {
  display: inherit;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  font-family: "Quicksand", sans-serif;
  font-size: 17px;
  font-size: 1.1333333333rem;
}
@media only screen and (min-width:1200px) {
  .block--search label {
    font-size: 22px;
    font-size: 1.4666666667rem;
  }
}
.block--search .field--container {
  text-align: center;
}
.block--search fieldset {
  border: none;
  padding: 25px 0;
  background: none;
}
@media only screen and (min-width:1200px) {
  .block--search fieldset {
    padding: 25px 20px;
  }
}
.block--search input[type=text] {
  width: 75%;
  margin: 0 2% 0 0;
  display: inline-block;
  vertical-align: top;
  color: #3b3b3b;
  border: none;
  border-bottom: 2px solid #007686;
  border-radius: 0;
  box-shadow: none;
  background: none;
}
@media only screen and (min-width:1200px) {
  .block--search input[type=text] {
    width: 88%;
    vertical-align: middle;
  }
}
@media only screen and (min-width:1300px) {
  .block--search input[type=text] {
    width: 88%;
    vertical-align: middle;
  }
}

.submit--search {
  display: inline-block;
  vertical-align: bottom;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  border: none;
  background: #007686;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
}
@media only screen and (min-width:1200px) {
  .submit--search {
    width: 70px;
    height: 70px;
    line-height: 70px;
    -webkit-border-radius: 70px;
    -khtml-border-radius: 70px;
    -moz-border-radius: 70px;
    -ms-border-radius: 70px;
    -o-border-radius: 70px;
    border-radius: 70px;
  }
}
@media only screen and (min-width:1300px) {
  .submit--search {
    width: 98px;
    height: 98px;
    line-height: 98px;
    -webkit-border-radius: 98px;
    -khtml-border-radius: 98px;
    -moz-border-radius: 98px;
    -ms-border-radius: 98px;
    -o-border-radius: 98px;
    border-radius: 98px;
  }
}
.submit--search .icon {
  padding-top: 3px;
  display: block;
  font-size: 20px;
  font-size: 1.3333333333rem;
}
@media only screen and (min-width:1200px) {
  .submit--search .icon {
    font-size: 40px;
    font-size: 2.6666666667rem;
  }
}

.search-result--number {
  margin-bottom: 0;
  font-size: 20px;
  font-size: 1.3333333333rem;
}
.search-result--number.search-result--number--absolute {
  position: absolute;
  -webkit-transform: translateY(-92px);
  -moz-transform: translateY(-92px);
  -ms-transform: translateY(-92px);
  -o-transform: translateY(-92px);
  transform: translateY(-92px);
}

.search-result {
  min-width: 290px;
}
.search-result.framed {
  display: block;
  clear: both;
  padding: 0 0 16px 0;
  margin-top: 0;
  background-color: transparent;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.search-result.framed .mag--img {
  margin: 5%;
}
.search-result.framed .mag--text {
  width: 52%;
  padding-right: 2%;
}
.search-result.framed .mag--text .title {
  margin: 10% 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-result.framed .mag--text p {
  padding-left: 0;
}
.search-result ol {
  padding: 0;
  margin: 0;
}
.search-result li {
  display: block;
}

.block-title-center {
  text-align: center;
  width: 100%;
  position: absolute;
}

.search-result--title {
  padding: 10px 16px;
  background: #065c7f;
  text-align: center;
  color: #fff;
  display: table;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.8rem;
}
@media only screen and (min-width:720px) {
  .search-result--title {
    font-size: 15px;
    font-size: 1rem;
  }
}

.search-result--block {
  width: 96%;
  float: left;
  border-radius: 0;
  background: #fff;
  color: #3b3b3b;
  margin-top: 2%;
  margin-left: 2%;
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
@media only screen and (min-width:1200px) {
  .search-result--block {
    width: 29.3333333333%;
    margin-top: 2%;
    margin-left: 2%;
  }
}
@media only screen and (min-width:1300px) {
  .job-offers .search-result--block {
    width: 29.3333333333%;
  }
}
.search-result--block p {
  padding: 10px 20px;
  margin: 0;
  font-weight: 500;
  font-size: 13px;
  font-size: 0.8666666667rem;
}
.search-result--block p.day, .search-result--block p.month {
  padding: 2px;
  font-size: 14px;
  font-size: 0.9333333333rem;
}
@media only screen and (min-width:1200px) {
  .search-result--block p.day, .search-result--block p.month {
    font-size: 25px;
    font-size: 1.6666666667rem;
  }
}
.search-result--block:last-child {
  margin-right: 0;
}
.search-result--block .icon-triangle {
  width: 40px;
  color: #065c7f;
  cursor: pointer;
  float: right;
  font-size: 40px;
  font-size: 2.6666666667rem;
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.no-touch .search-result--block .icon-triangle:hover {
  color: #fdca17;
}
.search-result--block .open {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.search-result--block .search-result--answer {
  z-index: 10;
  position: absolute;
  background: #065c7f;
  color: #fff;
  font-family: "Quicksand", sans-serif;
  padding: 12px;
  display: none;
  text-align: left;
  font-size: 13px;
  font-size: 0.8666666667rem;
}
.search-result--block .search-result--subtitle {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.0666666667rem;
}
.search-result--block .search-result--subtitle a {
  color: #fff;
}
.search-result--block .search-result--subtitle:first-letter {
  text-transform: uppercase;
}
.search-result--block .search-result--answer-link {
  text-align: right;
  padding: 0;
}
.search-result--block .search-result--answer-link a {
  color: #fff;
}
.map--solr .search-result--block {
  margin: 16px 0 0 16px;
  min-width: 300px;
}
.map--solr .search-result--block ul li a {
  color: #fff;
}
.search-result--block.active-filter {
  -webkit-filter: opacity(50%);
  filter: opacity(50%);
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.search-result--block .bg--img-installation {
  background-image: url("../images/default/bg-img-installation.jpg");
  height: 166px;
  background-size: cover;
}
.search-result--block .bg--img-page, .search-result--block .bg--img-page-syctom, .search-result--block .bg--img-page-actu, .search-result--block .bg--img-page-collectivite, .search-result--block .bg--img-page-green {
  height: 150px;
  background-size: cover;
  background-position: 50% 50%;
}
.search-result--block .bg--img-page.bg--img-page-verbatim, .search-result--block .bg--img-page-syctom.bg--img-page-verbatim, .search-result--block .bg--img-page-actu.bg--img-page-verbatim, .search-result--block .bg--img-page-collectivite.bg--img-page-verbatim, .search-result--block .bg--img-page-green.bg--img-page-verbatim {
  height: 300px;
  position: relative;
}
.search-result--block .bg--img-page.bg--img-page-temoignage, .search-result--block .bg--img-page-syctom.bg--img-page-temoignage, .search-result--block .bg--img-page-actu.bg--img-page-temoignage, .search-result--block .bg--img-page-collectivite.bg--img-page-temoignage, .search-result--block .bg--img-page-green.bg--img-page-temoignage {
  height: 190px;
  position: relative;
}
.search-result--block .bg--img-page {
  background-image: url("../images/default/bg-img-page.jpg");
}
.search-result--block .bg--img-page-syctom {
  background-image: url("../images/default/banner-syctom.jpg");
}
.search-result--block .bg--img-page-actu {
  background-image: url("../images/default/banner-actu.jpg");
}
.search-result--block .bg--img-page-collectivite {
  background-image: url("../images/default/banner-collectivite.jpg");
}
.search-result--block .bg--img-page-green {
  background-image: url("../images/default/banner-green.jpg");
}
.search-result--block .search-result--padding {
  padding: 12px;
}
.search-result--block .search-result--padding.bg--blue h4 {
  padding-left: 0;
  color: #fff;
  font-family: "Quicksand", sans-serif;
  font-style: normal;
}
.search-result--block .search-result--padding.bg--blue .link--icon {
  text-decoration: underline;
}
.search-result--block .search-result--padding.bg--blue .link--icon .icon {
  color: #fff;
}
.search-result--block .search-result--padding.bg--blue .link--icon .text {
  text-decoration: underline;
}
.search-result--block .search-result--padding-left {
  padding-left: 20px !important;
}
.search-result--block .ul--rte {
  padding: 10px 0 0 20px;
}
.result--search-elected .search-result--block .ul--rte {
  padding: 0;
}
.search-result--block.box--search-elected h3 {
  padding-left: 20px !important;
  margin-bottom: 5px;
}
.solidarite .search-result--block.box--search-elected .date {
  display: inline-block;
  color: #fff;
  padding: 10px 20px;
  margin-left: 20px;
  background-color: #e86722;
  font-size: 15px;
  font-size: 1rem;
}
.search-result--block.box--search-elected p {
  font-size: 15px;
  font-size: 1rem;
  padding-top: 3px;
}
.solidarite .search-result--block .date {
  display: inline-block;
  color: #fff;
  padding: 10px 20px;
  margin-left: 20px;
  background-color: #e86722;
  font-size: 15px;
  font-size: 1rem;
}
.search-result--block p {
  font-size: 15px;
  font-size: 1rem;
  padding-top: 3px;
}

.search-result--pager-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding-top: 30px;
}
.search-result--pager-item {
  list-style-type: none;
}
.search-result--pager-nav, .search-result--pager-link, .search-result--pager-active, .search-result--pager-ellipsis {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid #f3f6f7;
}
.search-result--pager-nav, .search-result--pager-link {
  color: #065c7f;
  text-decoration: none;
}
.search-result--pager-nav:focus, html.no-touch .search-result--pager-nav:hover, .search-result--pager-link:focus, html.no-touch .search-result--pager-link:hover {
  background-color: #f3f6f7;
}
.search-result--pager-nav {
  font-size: 20px;
  font-size: 1.3333333333rem;
}
.search-result--pager-link {
  font-size: 14px;
  font-size: 0.9333333333rem;
}
.search-result--pager-active {
  font-weight: 700;
  color: #fff;
  background-color: #065c7f;
  font-size: 16px;
  font-size: 1.0666666667rem;
}
.search-result--pager-ellipsis {
  margin-bottom: 0;
}

.list--noresult {
  margin-bottom: 0;
}

.ui-autocomplete {
  z-index: 1000;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: none;
  background: #e6e6e6;
  color: #000;
}

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  margin: 0;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 30 juin 2016, 16:51:01
    Author     : archriss2
*/
#tx-solr-search-tabs ul {
  margin: 0;
  padding-left: 0;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  flex-flow: row wrap;
  position: relative;
  max-width: none;
}
#tx-solr-search-tabs li {
  width: 50%;
  display: inline-block;
  text-align: center;
}
#tx-solr-search-tabs a {
  text-decoration: none;
  display: block;
  padding: 20px 0;
  font-size: 17px;
  font-size: 1.1333333333rem;
}
#tx-solr-search-tabs .active a {
  background: #e6e6e6;
  font-weight: 700;
  cursor: default;
}

.gm-style-iw li {
  list-style: none;
}
.gm-style-iw .search-result--title {
  margin: 0 auto 10px;
}
.gm-style-iw .link--plus {
  margin-top: 10px;
  display: block;
  font-size: 14px;
  font-size: 0.9333333333rem;
}
.gm-style-iw .link--plus:nth-child(3) {
  margin-top: 0;
}
.gm-style-iw p {
  margin: 0;
}
.gm-style-iw p br {
  display: none;
}

.tx-solr-autosuggest .autocomplete-suggestion strong {
  color: #065c7f;
}

.tx-solr-autosuggest .autocomplete-suggestion.autocomplete-selected {
  background-color: #f3f6f7;
}

@media only screen and (min-width:720px) {
  #col--main,
  #col--right {
    float: left;
  }
}

@media only screen and (min-width:720px) {
  #col--main {
    width: 65.3333333333%;
    margin: 0 4% 0 0;
  }
}

@media only screen and (min-width:720px) {
  #col--right {
    width: 30.6666666667%;
  }
}

.chapo p {
  color: #065c7f;
  line-height: 1.6;
  font-family: "Quicksand", sans-serif, serif;
  font-size: 17px;
  font-size: 1.1333333333rem;
}

#col--right {
  margin-top: 60px;
}

.col--right .alignc {
  text-align: center;
}

.col--right-title {
  position: relative;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
  margin: 0 0 20px;
  padding: 0 0 15px;
  color: #3b3b3b;
  font-size: 20px;
  font-size: 1.3333333333rem;
}
.col--right-title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: #fdca17;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.notepad .col--right-title {
  margin-bottom: 10px;
}

.box {
  margin-bottom: 20px;
}

.box--bg {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  padding: 15px;
  background-color: #f3f4f3;
}

.box--infos img {
  padding: 20px;
}
.box--infos h3 {
  text-align: left;
}
.box--infos iframe {
  margin-bottom: 25px;
}
.box--infos .ul--rte {
  text-align: left;
  padding: 0 0 0 15px;
}
.box--infos .btn {
  margin-top: 5px;
  text-align: center;
}
.box--infos .box--bg {
  padding-bottom: 4px;
}
.box--infos .box--infos-event {
  position: relative;
  margin-bottom: 20px;
}
.box--infos .box--infos-event .article--date {
  height: inherit;
}
.box--infos .box--infos-event img {
  padding: 0;
}

.box--hr {
  border-bottom: 1px solid #d2d9d3;
  padding-bottom: 10px;
}

.notepad--link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 25px;
  right: 25px;
  border-radius: 100%;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #065c7f;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.notepad--link:focus, html.no-touch .notepad--link:hover {
  color: #fdca17;
}

.box--list .ul--rte {
  margin: 0;
}
.box--list li {
  color: #676767;
  margin: 0;
}
.box--list p {
  margin: 0;
}

.w-80 {
  display: block;
  width: 80%;
}

.box--docs-list {
  padding: 0;
  margin: 20px 0 10px;
  list-style: none;
}
.box--docs-list li {
  margin: 0 0 30px;
}
.box--docs-list li:last-child {
  margin: 0;
}
.box--docs-list .title {
  margin: 0;
  padding: 0;
  font-weight: 900;
  font-size: 17px;
  font-size: 1.1333333333rem;
}
.box--docs-list .file {
  margin: 0 0 10px;
  font-style: italic;
  font-weight: 500;
  color: #3b3b3b;
  font-size: 13px;
  font-size: 0.8666666667rem;
}

.box--contact-content {
  position: relative;
}
.box--contact-content .contact--img,
.box--contact-content .contact--text {
  float: left;
}
.box--contact-content .contact--img {
  overflow: hidden;
  width: 38%;
  margin: 0 5% 0 0;
  position: relative;
}
.box--contact-content .contact--text {
  width: 57%;
}
.box--contact-content .title {
  padding: 0;
  margin: 0 0 10px;
  font-weight: 900;
  color: #3b3b3b;
  font-family: "Quicksand", sans-serif;
}
@media only screen and (min-width:1000px) {
  .box--contact-content .title {
    font-size: 17px;
    font-size: 1.1333333333rem;
  }
}
.box--contact-content .statut {
  font-style: italic;
  font-weight: 500;
  margin: 0 0 30px;
}
@media only screen and (min-width:1000px) {
  .box--contact-content .statut {
    font-size: 13px;
    font-size: 0.8666666667rem;
  }
}
.box--contact-content .ratio {
  display: block;
  width: 100%;
  padding-top: 100%;
}
.box--contact-content img {
  position: absolute;
  top: 0;
  left: 0;
}

.box--slider-content {
  padding: 0 20px;
}

#col--main .box--slider.float--left {
  margin: 0 20px 20px 0;
  width: 60%;
}
#col--main .box--slider.float--right {
  margin: 0 0 20px 20px;
  width: 60%;
}

.box--mag-content {
  position: relative;
  background-color: #f3f6f7;
}
.box--mag-content .mag--img,
.box--mag-content .mag--text {
  float: left;
}
.box--mag-content .mag--img {
  overflow: hidden;
  margin: 0 0 20px;
  position: relative;
}
@media only screen and (min-width:720px) {
  .box--mag-content .mag--img {
    width: 38%;
    margin: 0 5% 0 0;
  }
}
@media only screen and (min-width:720px) {
  .box--mag-content .mag--text {
    width: 57%;
  }
}
.box--mag-content .title {
  padding: 0;
  margin: 0 0 10px;
  font-weight: 900;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #3b3b3b;
  font-family: "Quicksand", sans-serif;
  font-size: 17px;
  font-size: 1.1333333333rem;
}
.box--mag-content .subtitle {
  font-style: italic;
  font-weight: 500;
  margin: 0 0 30px;
}
@media only screen and (min-width:1000px) {
  .box--mag-content .subtitle {
    font-size: 13px;
    font-size: 0.8666666667rem;
  }
}
.box--mag-content p:last-child {
  margin: 0;
}

.box--city .clearfix img {
  padding: 20px 0 0 20px;
  float: left;
}
.box--city .clearfix .float--right {
  display: table;
  padding: 20px;
  float: none;
}

@media only screen and (min-width:1000px) {
  .responsive--tabs {
    margin: 40px 0;
  }
}

@media only screen and (min-width:1300px) {
  .responsive--tabs .full--width {
    margin-right: -40px;
  }
}

.tabs--style {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  flex-flow: row wrap;
  justify-content: center;
  position: relative;
  max-width: none;
  border-bottom: none;
}
@media only screen and (min-width:720px) {
  .tabs--style {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  }
}
@media screen and (min-width: 720px\0 ) {
  .tabs--style {
    display: flex;
  }
}
.tabs--style .title,
.tabs--style h2,
.tabs--style h3 {
  font-family: "Quicksand", sans-serif;
}
.tabs--style li {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-flex: 1; /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* NEW, Spec - Firefox, Chrome, Opera */
  cursor: pointer;
}
.tabs--style li:first-child {
  padding-left: 0;
}
.tabs--style li:first-child:before {
  display: none;
}
.tabs--style li:first-child.active .title:before {
  display: none;
}
.tabs--style li:last-child .title .text {
  border: none;
}
.tabs--style li:hover .title {
  color: #065c7f;
}
.tabs--style li.active {
  z-index: 3;
}
.tabs--style li.active .title {
  font-weight: 700;
  color: #065c7f;
  background: #e6e6e6;
}
.tabs--style .title {
  letter-spacing: inherit;
  padding: 20px 10px;
  position: relative;
  text-align: center;
  color: #065c7f;
  font-weight: 500;
  margin: 0;
  font-size: 15px;
  font-size: 1rem;
}
@media only screen and (min-width:720px) {
  .tabs--style .title {
    padding: 15px 0 5px;
    font-size: 13px;
    font-size: 0.8666666667rem;
  }
}
@media only screen and (min-width:1300px) {
  .tabs--style .title {
    padding: 15px 0 10px;
    font-size: 17px;
    font-size: 1.1333333333rem;
  }
}
.tabs--style .title:after {
  display: none;
  margin: 0;
}
.tabs--style .title .text {
  display: block;
  padding: 0 2px;
  border-right: 1px solid #e6e6e6;
}
.tabs--style a {
  text-decoration: none;
}

.tab--container {
  border-top: none;
  clear: both;
  width: 100%;
  background: #e6e6e6;
  overflow: auto;
  margin-bottom: 30px;
}
@media only screen and (min-width:720px) {
  .tab--container {
    margin: 0;
  }
}
.tab--container .block--number {
  background: #fff;
  border-radius: 10px;
  padding-top: 15px;
}

.tab--content {
  padding: 10px;
  background: #e6e6e6;
}
@media only screen and (min-width:1000px) {
  .tab--content {
    padding: 20px;
  }
}
.js .tab--content {
  display: none;
}

.tabPannel {
  color: #fff !important;
  border: none;
  border-top: 1px solid #fff;
  margin: 0;
  padding: 10px 20px;
  display: block;
  cursor: pointer;
  background: #bbb;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
  font-size: 1.0666666667rem;
}
@media only screen and (min-width:720px) {
  .tabPannel {
    display: none;
  }
}
.tabPannel:before {
  display: none;
}

.tabPannel-active {
  color: #fff;
  background-color: #065c7f;
}

.tab--footer {
  background: #fff;
}
.tab--footer .tabs--style li {
  padding: 20px 0;
}
.tab--footer .tabs--style .title .icon:before {
  color: #fdca17;
}
.tab--footer .tabs--style .title .text {
  color: #3b3b3b;
  text-transform: uppercase;
  border-right: 0;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  font-size: 13px;
  font-size: 0.8666666667rem;
}

.search-result--container.solidarite {
  width: 200px;
  padding: 5px 0 5px 5px;
  background-color: #fff;
}
@media only screen and (min-width:720px) {
  .search-result--container.solidarite {
    width: 300px;
    padding: 20px 0 20px 20px;
  }
}
.search-result--container.solidarite p {
  margin-bottom: 20px;
}
.search-result--container.solidarite p:last-child {
  margin: 0;
}
.search-result--container.solidarite p br {
  display: block;
}
#tx-solr-results-list .search-result--container.solidarite {
  width: 100%;
  padding: 20px;
}

.solidarite .search-result--header {
  display: table;
  width: 100%;
  font-weight: bold;
  font-family: "Quicksand", sans-serif;
}
.solidarite .search-result--header .search-result--title {
  width: 70%;
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.2rem;
}
.solidarite .search-result--subtitle {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background-color: #e86722;
  font-size: 15px;
  font-size: 1rem;
}
.solidarite .search-result--country {
  text-transform: uppercase;
  margin: 20px 0;
  font-size: 18px;
  font-size: 1.2rem;
}
.solidarite .search-result--block p {
  padding: 0;
}
.solidarite .search-result--block p.align--right {
  margin-bottom: 0;
}

.map--popin-content {
  width: 200px;
  padding: 5px 0 5px 5px;
  background-color: #fff;
}
@media only screen and (min-width:720px) {
  .map--popin-content {
    width: 300px;
    padding: 20px 0 20px 20px;
  }
}

/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

.wrapper--center {
  text-align: center;
}
.wrapper--center:after {
  clear: both;
  content: "";
  display: table;
}

.no--padding-v {
  padding-top: 0;
  padding-bottom: 0;
}

.no--padding-h {
  padding-left: 0;
  padding-right: 0;
}

.is-mobile .no-mobile {
  display: none;
}

.home.syctom .sections .section:nth-child(1) {
  margin-bottom: 50px;
}
@media only screen and (min-width:1200px) {
  .home.syctom .sections .section:nth-child(1) {
    margin-bottom: 64px;
  }
}

.home.syctom .sections .section:nth-child(1) .list-icons {
  padding-bottom: 0;
}
/*# sourceMappingURL=default.css.map */
