/*
 * Global settings and basic styles (esp. for features phones)
 */
/*! normalize.css v3.0.1 | 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,
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: 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 {
  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 */
  /* 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;
}

img{
  max-width: 100%;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: solid transparent;

}
td,
th {
  padding: 0;
}
/*csslint duplicate-properties: false*/
.btn {
  background: transparent;
  border: 2px solid #1b87a2;
  color: #1b87a2;
  display: inline-block;
  line-height: 1.6rem;
  padding: 0.9em 1.8em;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 0.5rem;
  /*&[class^="icon-"],
  &[class*=" icon-"] {
    &:before {
      background: fade(contrast(@btnBackground, #000, #fff, 50%), 10%);
      float: left;
      margin: -.5em 1em -.5em -1em;
      padding: .5em 1em;
    }
  }*/
}
.btn:hover,
.btn:focus {
  background: #1b87a2;
  color: #ffffff;
  outline: none;
}
.btn:active {
  top: 1px;
  background: #146376;
}
.btn .meta {
  color: inherit;
  font-size: .75em;
  opacity: .8;
}
.btn-primary {
  border: 2px solid #6d6e71 !important;
  color: #6d6e71 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #6d6e71 !important;
}
.btn-primary:active {
  background: #545557 !important;
}
.btn--nude {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  margin: 0;
  padding: 0;
  position: static;
}
.btn--small {
  font-size: .8rem;
  line-height: 1.75;
  padding: .25em .5em;
}
.btn--small[class^="icon-"]:before,
.btn--small[class*=" icon-"]:before {
  margin: -0.25em 0.5em -0.25em -0.5em;
  padding: .25em .5em;
}
.btn--big {
  font-size: 1.2rem;
  line-height: 1.16666667;
  padding: 1em 2em;
}
.btn--big[class^="icon-"]:before,
.btn--big[class*=" icon-"]:before {
  margin: -1em 2em -1em -2em;
  padding: 1em 2em;
}
/* Block buttons */
.btn--block {
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.btn:disabled {
  background: #c8c8c8 !important;
  border-color: #c8c8c8 !important;
  color: #333333 !important;
}
.btngroup {
  display: inline-block;
  position: relative;
}
.btngroup .btn {
  border-radius: 0;
  float: left;
  position: relative;
}
.btngroup .btn:first-child {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.btngroup .btn:last-of-type {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.btngroup .btn + .btn {
  margin-left: -1px;
}
.btngroup > .btngroup {
  float: left;
}
.btngroup > .btngroup + .btn,
.btngroup > .btngroup + .btngroup {
  margin-left: -1px;
}
.btngroup > .btngroup:last-child .btn {
  border-radius: 0 2px 2px 0;
}
.btngroup--block {
  display: block;
}
.btngroup--block:before,
.btngroup--block:after {
  content: '';
  display: table;
}
.btngroup--block:after {
  clear: both;
}
.btngroup--block > .btn {
  text-align: left;
}
.btngroup--block > .btn:after {
  float: right;
}
.btngroup--small {
  font-size: .8em;
  line-height: 1.75;
}
.btngroup--small .btn {
  padding: .25em .5em;
}
.flexEmbed {
  position: relative;
}
.flexEmbed:before {
  content: '';
  display: block;
  height: 0;
  padding-top: 100%;
}
.flexEmbed > * {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
}
.flexEmbed--4x3:before {
  padding-top: 75%;
}
.flexEmbed--16x9:before {
  padding-top: 56.25%;
}
.flexEmbed--2x1:before {
  padding-top: 50%;
}
.flexEmbed--4x1:before {
  padding-top: 25%;
}
.flexEmbed--3x4:before {
  padding-top: 133.334%;
}
.flexEmbed--9x16:before {
  padding-top: 177.778%;
}
.flexEmbed--1x2:before {
  padding-top: 200%;
}
.flexEmbed--1x4:before {
  padding-top: 400%;
}
fieldset {
  border: none;
  margin-top: 3.2rem;
  padding: 0;
}
legend {
  color: #000;
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  margin: 0 0 1em;
  padding: 0;
  width: 100%;
}
.form-row {
  margin-bottom: 0.5em;
}
label {
  display: inline-block;
  width: 160px;
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
select,
textarea {
  box-sizing: border-box;
  border: 1px solid #940808;
  line-height: 1.6rem;
  padding: 0.4rem;
  background: #e2e2e2;
  width: 20rem;
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
select:focus,
textarea:focus {
  outline: none;
  border: 1px solid #1b87a2;
  box-shadow: 0px 0px 4px 0px #1b87a2;
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):disabled,
select:disabled,
textarea:disabled {
  background: #6d6e71;
}
.page-institutions input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), select, textarea{
    border-color: #187187;
}
.page-citoyens input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), select, textarea{
    border-color: #568307;
}
.page-associations input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), select, textarea{
    border-color: #c80d4f;
}
.page-business input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), select, textarea{
    border-color: #d43900;
}
.field-mandatory {
  font-size: .75em;
  text-align: right;
}
.form-disclaimer {
  font-size: .75em;
  margin: 1.6rem 0;
}
.form--ordered {
  counter-reset: fs;
}
.form--ordered legend {
  counter-increment: fs;
  font-weight: bold;
}
.form--ordered legend:before {
  background: #22abce;
  border-radius: 500px;
  color: #ffffff;
  content: counter(fs);
  float: left;
  font-family: 'arimo', Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  margin-left: -1.875em;
  margin-top: -0.25em;
  padding: .2em;
  text-align: center;
  width: 1em;
}
.form--ordered fieldset {
  padding-left: 3em;
}
.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 0 1.6rem;
}
.field > * + * {
  margin-top: 0.4rem;
}
.field--error input,
.field--error select,
.field--error textarea {
  border: 2px solid red;
}
.field--postfix .field-label {
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.field-required {
  color: red;
}
.field-error {
  color: red;
  font-style: italic;
}
.fieldgroup {
  margin: 0 0 1.6rem;
}
.fieldgroup .field {
  margin: 0;
}
.fieldgroup-label {
  margin: 0 0 0.8rem;
}
.mandatory,
.error {
  color: red;
}
.form-error p,
.form-warning p {
  margin: 1.2em 0 1em;
  font-style: italic;
}
.form-error p:before,
.form-warning p:before {
  content: '!';
  font-weight: 700;
  font-family: 'Arial';
  background: #ffc217;
  border-radius: 1em;
  margin-right: 0.5em;
  width: 20px;
  height: 20px;
  display: inline-block;
  line-height: 1.2;
  text-align: center;
}
.form-error input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
.form-warning input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
.form-error select:focus,
.form-warning select:focus,
.form-error textarea:focus,
.form-warning textarea:focus {
  outline: none;
  border: 1px solid #ffc217 !important;
  box-shadow: 0px 0px 4px 0px #ffc217 !important;
}
.form-error p {
  color: #f9143a;
}
.form-error p:before {
  content: 'x';
  background: #f9143a;
  border-radius: 1em;
  color: #ffffff;
}
.form-error input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
.form-error select:focus,
.form-error textarea:focus {
  outline: none;
  border: 1px solid #f9143a !important;
  box-shadow: 0px 0px 4px 0px #f9143a !important;
}
.form-help {
  margin: 1.2em 0 1em;
  font-style: italic;
  color: #6d6e71;
  display: block;
}
@font-face {
  font-family: 'SkizzIcons';
  src: url('../fonts/skizz-icons-e.eot');
  src: url('../fonts/skizz-icons-e.eot?#iefix') format('embedded-opentype'), url('../fonts/skizz-icons-w.woff') format('woff'), url('../fonts/skizz-icons-t.ttf') format('truetype'), url('../fonts/skizz-icons-s.svg#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icons--matrix {
  text-align: center;
}
.icons--matrix i {
  display: block;
  font-size: 2em;
}
.icons--matrix .gu {
  border-bottom: 1px solid #6d6e71;
  height: 10em;
  padding: 1.5em;
}
[class^="icon-"]::before,
[class*=" icon-"]::before {
  display: inline-block;
  font-family: 'SkizzIcons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
[class^="icon-"]:not(:only-child)::before,
[class*=" icon-"]:not(:only-child)::before {
  margin-right: .1em;
}
.icon--left:before {
  float: left;
}
.icon--right:before {
  float: right;
}
.icon-angle-left::before {
  content: '\3c';
}
.icon-angle-right::before {
  content: '\3e';
}
.icon-help::before {
  content: '\3f';
}
.icon-info::before {
  content: '\69';
}
.icon-angle-up::before {
  content: '\2c4';
}
.icon-angle-down::before {
  content: '\2c5';
}
.icon-left-big::before {
  content: '\2190';
}
.icon-up-big::before {
  content: '\2191';
}
.icon-right-big::before {
  content: '\2192';
}
.icon-down-big::before {
  content: '\2193';
}
.icon-search::before {
  content: '\e800';
}
.icon-menu::before {
  content: '\e801';
}
.icon-mail::before {
  content: '\e802';
}
.icon-link-ext::before {
  content: '\e803';
}
.icon-download::before {
  content: '\e804';
}
.icon-cancel::before {
  content: '\e805';
}
.icon-ok::before {
  content: '\e806';
}
.icon-upload::before {
  content: '\e807';
}
.icon-home::before {
  content: '\e808';
}
.icon-export::before {
  content: '\e809';
}
.icon-trash::before {
  content: '\e80a';
}
.icon-location::before {
  content: '\e80b';
}
.icon-attention::before {
  content: '\e80c';
}
.icon-attention-circled::before {
  content: '\e80d';
}
.icon-print::before {
  content: '\e80e';
}
.icon-rss-squared::before {
  content: '\e80f';
}
.icon-cog::before {
  content: '\e810';
}
.icon-calendar-empty::before {
  content: '\e811';
}
.icon-resize-small::before {
  content: '\e812';
}
.icon-resize-full::before {
  content: '\e813';
}
.icon-volume-off::before {
  content: '\e814';
}
.icon-volume-down::before {
  content: '\e815';
}
.icon-volume-up::before {
  content: '\e816';
}
.icon-stop::before {
  content: '\e817';
}
.icon-pause::before {
  content: '\e818';
}
.icon-play::before {
  content: '\e819';
}
.icon-smile::before {
  content: '\e81a';
}
.icon-frown::before {
  content: '\e81b';
}
.icon-meh::before {
  content: '\e81c';
}
.icon-facebook::before {
  content: '\e81d';
}
.icon-gplus::before {
  content: '\e81e';
}
.icon-linkedin::before {
  content: '\e81f';
}
.icon-twitter::before {
  font-family: "Font Awesome 6 Brands";
  content: '\e61b';
}
.icon-angle-circled-left::before {
  content: '\e821';
}
.icon-angle-circled-right::before {
  content: '\e822';
}
.icon-angle-circled-up::before {
  content: '\e823';
}
.icon-angle-circled-down::before {
  content: '\e824';
}
.icon-ajust::before {
  content: '\e825';
}
.icon-circle::before {
  content: '\e826';
}
.icon-circle-empty::before {
  content: '\e827';
}
.icon-arrows-cw::before {
  content: '\e828';
}
.icon-chart-bar::before {
  content: '\e829';
}
.icon-chart-pie::before {
  content: '\e82a';
}
.icon-table::before {
  content: '\e82b';
}
.icon-basket::before {
  content: '\e82c';
}
.icon-headphones::before {
  content: '\e82d';
}
.icon-eye::before {
  content: '\e82e';
}
.icon-cancel-circled::before {
  content: '\e82f';
}
.icon-phone::before {
  content: '\e830';
}
.icon-link::before {
  content: '\e831';
}
.icon-doc::before {
  content: '\e832';
}
.icon-forward::before {
  content: '\e833';
}
.icon-filter::before {
  content: '\e834';
}
.icon--alt::after {
  display: inline-block;
  font-family: 'SkizzIcons';
  font-style: normal;
  font-weight: normal;
  margin-left: .5em;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.icon--alt:before {
  content: none;
}
.icon--alt.icon--left:after {
  float: left;
}
.icon--alt.icon--right:after {
  float: right;
}
.icon--alt.icon-angle-left::after {
  content: '\3c';
}
.icon--alt.icon-angle-right::after {
  content: '\3e';
}
.icon--alt.icon-help::after {
  content: '\3f';
}
.icon--alt.icon-info::after {
  content: '\69';
}
.icon--alt.icon-angle-up::after {
  content: '\2c4';
}
.icon--alt.icon-angle-down::after {
  content: '\2c5';
}
.icon--alt.icon-left-big::after {
  content: '\2190';
}
.icon--alt.icon-up-big::after {
  content: '\2191';
}
.icon--alt.icon-right-big::after {
  content: '\2192';
}
.icon--alt.icon-down-big::after {
  content: '\2193';
}
.icon--alt.icon-search::after {
  content: '\e800';
}
.icon--alt.icon-menu::after {
  content: '\e801';
}
.icon--alt.icon-mail::after {
  content: '\e802';
}
.icon--alt.icon-link-ext::after {
  content: '\e803';
}
.icon--alt.icon-download::after {
  content: '\e804';
}
.icon--alt.icon-cancel::after {
  content: '\e805';
}
.icon--alt.icon-ok::after {
  content: '\e806';
}
.icon--alt.icon-upload::after {
  content: '\e807';
}
.icon--alt.icon-home::after {
  content: '\e808';
}
.icon--alt.icon-export::after {
  content: '\e809';
}
.icon--alt.icon-trash::after {
  content: '\e80a';
}
.icon--alt.icon-location::after {
  content: '\e80b';
}
.icon--alt.icon-attention::after {
  content: '\e80c';
}
.icon--alt.icon-attention-circled::after {
  content: '\e80d';
}
.icon--alt.icon-print::after {
  content: '\e80e';
}
.icon--alt.icon-rss-squared::after {
  content: '\e80f';
}
.icon--alt.icon-cog::after {
  content: '\e810';
}
.icon--alt.icon-calendar-empty::after {
  content: '\e811';
}
.icon--alt.icon-resize-small::after {
  content: '\e812';
}
.icon--alt.icon-resize-full::after {
  content: '\e813';
}
.icon--alt.icon-volume-off::after {
  content: '\e814';
}
.icon--alt.icon-volume-down::after {
  content: '\e815';
}
.icon--alt.icon-volume-up::after {
  content: '\e816';
}
.icon--alt.icon-stop::after {
  content: '\e817';
}
.icon--alt.icon-pause::after {
  content: '\e818';
}
.icon--alt.icon-play::after {
  content: '\e819';
}
.icon--alt.icon-smile::after {
  content: '\e81a';
}
.icon--alt.icon-frown::after {
  content: '\e81b';
}
.icon--alt.icon-meh::after {
  content: '\e81c';
}
.icon--alt.icon-facebook::after {
  content: '\e81d';
}
.icon--alt.icon-gplus::after {
  content: '\e81e';
}
.icon--alt.icon-linkedin::after {
  content: '\e81f';
}
.icon--alt.icon-twitter::after {
  font-family: "Font Awesome 6 Brands";
  content: '\e61b';
}
.icon--alt.icon-angle-circled-left::after {
  content: '\e821';
}
.icon--alt.icon-angle-circled-right::after {
  content: '\e822';
}
.icon--alt.icon-angle-circled-up::after {
  content: '\e823';
}
.icon--alt.icon-angle-circled-down::after {
  content: '\e824';
}
.icon--alt.icon-ajust::after {
  content: '\e825';
}
.icon--alt.icon-circle::after {
  content: '\e826';
}
.icon--alt.icon-circle-empty::after {
  content: '\e827';
}
.icon--alt.icon-arrows-cw::after {
  content: '\e828';
}
.icon--alt.icon-chart-bar::after {
  content: '\e829';
}
.icon--alt.icon-chart-pie::after {
  content: '\e82a';
}
.icon--alt.icon-table::after {
  content: '\e82b';
}
.icon--alt.icon-basket::after {
  content: '\e82c';
}
.icon--alt.icon-headphones::after {
  content: '\e82d';
}
.icon--alt.icon-eye::after {
  content: '\e82e';
}
.icon--alt.icon-cancel-circled::after {
  content: '\e82f';
}
.icon--alt.icon-phone::after {
  content: '\e830';
}
.icon--alt.icon-link::after {
  content: '\e831';
}
.icon--alt.icon-doc::after {
  content: '\e832';
}
.icon--alt.icon-forward::after {
  content: '\e833';
}
.icon--alt.icon-filter::after {
  content: '\e834';
}
.page-citoyens .icon-home::before:hover {
    color: #568307;
}
.page-institutions .icon-home::before:hover {
    color: #187187;
}
.page-business .icon-home::before:hover {
    color: #d43900;
}
.page-associations .icon-home::before:hover {
    color: #ad2a58;
}
/*.index .index-section {
    height: 10em;

}*/
img {
}
.img--rounded {
  border-radius: 4px;
}
.img--circled {
  border-radius: 50%;
}
.img--bordered {
  background: #fff;
  border: 1px solid #888;
  padding: 1em;
}
figure {
  margin: 0;
  display: table;
  position: relative;
}
figure img {
  display: block;
}
/*figure figcaption {
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0.5em;
  box-sizing: border-box;
  border-bottom: solid 1px #8dcfe0;
  overflow: hidden;
}*/
.gallery-links figure figcaption {
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  width: 100%;
  height: 47%;
  bottom: 0;
  padding: 0.5em;
  box-sizing: border-box;
  border-bottom: solid 1px #8dcfe0;
  overflow: hidden;
}
.fig {
  margin: 0;
  position: relative;
}
.fig-embed {
  display: block;
  margin: 0;
  width: 100%;
}
.fig figcaption {
  margin-top: 1em;
}
.fig p {
  margin: 0 0 1em;
}
.fig p:last-child {
  margin-bottom: 0;
}
.fig small {
  color: #ccc;
  display: block;
  font-family: verdana, sans-serif;
  font-size: .75em;
}
summary {
  cursor: pointer;
}
summary:focus {
  outline: none;
}
/**
 * Support for detail across all browsers
 */
.js details > * {
  display: none;
}
.js details[open] > *,
.js details > summary {
  display: block;
}
/* Utility classes */
.aleft,
.a--left {
  float: left;
  margin-right: 2rem;
}
.aright,
.a--right {
  float: right;
  margin-left: 2rem;
}
.aleft,
.aright,
.a--left,
.a--right {
  margin-bottom: 2rem;
}
.aleft img,
.aright img,
.a--left img,
.a--right img {
  width: 100%;
}
.acenter,
.a--center {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.hr-pause {
  margin: 6em auto;
  width: 6em;
}
/*
 * Links opening in new windows (not bulletproof)
 *
 * In order to prevent this style from overwriting other styles in case
 * the element is alreay styled (like, say, a button), we make sure the
 * class attribute is exactly "newwindow" and nothing else. Hence the
 * use of the attribute selector rather than the class selector.
 *
 * So for instance this will not match: <a class="btn newwindow">
 */
.page-content [class="newwindow"]::after,
.page-secondary [class="newwindow"]::after,
.page-more [class="newwindow"]::after {
  display: inline-block;
  font-family: 'SkizzIcons';
  font-style: normal;
  font-weight: normal;
  margin-left: .5em;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.page-content [class="newwindow"]::after,
.page-secondary [class="newwindow"]::after,
.page-more [class="newwindow"]::after {
  content: '\e803';
}
.none {
  display: none;
}
.errorStar,
.mandatory {
  color: #f9143a;
}
/*csslint ids: false */
a {
  text-decoration: none;
  color: #1b87a2;
}
/*a:visited {
  color: #41707c;
}*/
a:hover,
a:focus {
  text-decoration: none;
}
a:active {
  color: #a21b87;
}
a:hover {
  color: #1b87a2;
}
a:visited,
a:focus {
  /*color: #959595;*/
}
.skiplinks > a {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  background: #1b87a2;
  color: #fff;
  z-index: 32768;
}
.skiplinks > a:focus {
  clip: auto;
  width: auto;
  height: auto;
}
.skiplinks > a:after {
  content: ' \2193';
}
.skiplinks > a:focus {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 1em;
  width: auto;
  height: auto;
  text-align: center;
}
#back {
  background: #111;
  bottom: 0;
  color: #ccc;
  display: block;
  font-size: .75em;
  margin: 0 0 0 auto;
  opacity: .8;
  padding: 1em;
  position: fixed;
  right: 10px;
  transition: all 0.3s ease-out 0s;
  z-index: 1;
}
#back.is-backtotop-active {
  opacity: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
#back.is-backtotop-scrolled {
  opacity: .8;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
#back [class^="icon-"]:not(:only-child)::before,
#back [class*=" icon-"]:not(:only-child)::before {
  margin: 0;
}
.blocklink {
  color: inherit;
  display: block;
}
.blocklink:visited {
  color: inherit;
}
.blocklink .more {
  text-decoration: none;
  /*color: #1b87a2;*/
  color:#8dcfe0;
  display:none;
}
.blocklink .more:visited {
  /*color: #41707c;*/
  color:#8dcfe0
}
.blocklink .more:hover,
.blocklink .more:focus {
  text-decoration: underline;
}
.blocklink .more:active {
  /*color: #a21b87;*/
}
.blocklink:hover,
.blocklink:focus {
  color: inherit;
  text-decoration: none;
}
.blocklink:hover .more,
.blocklink:focus .more {
  text-decoration: underline;
}
ul,
ol {
  margin: 1.6rem 0;
  padding-left: 3.2rem;
}
.page-content ul {
  list-style: none;
}
.page-content ul li {
  position: relative;
}
.page-content ul li:before {
  content: '›';
  margin-right: 0.5rem;
  color: #1b87a2;
  margin-left: -1.3rem;
}
.page-content ul li ul {
  margin: 0;
}
.page-content ul li ul li:before {
  content: '»';
}
.page-content .list--inline li:before {
  display: none;
}
ol {
  counter-reset: counter;
  list-style: none;
}
ol li:before {
  content: counter(counter) '.';
  counter-increment: counter;
  color: #1b87a2;
  margin-right: 5px;
  margin-left: -1.3rem;
}
ol ol {
  margin: 0;
}
dl {
  margin: 1.6rem 0;
}
dt {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  color: #DC0217;
}
dd + dt {
  margin-top: 1.6rem;
}
dd {
  margin-left: 0;
}
.list--nude,
.list--inline,
.nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list--inline > li {
  display: inline;
}
.list--dotted > li + li:before {
  content: '·';
  margin: 0 .375em 0 .25em;
}
.dl--aligned dt {
  float: left;
  margin-right: 0.8rem;
  margin-top: 0;
}
.dl--aligned dt + dt {
  margin-left: -0.8rem;
}
.dl--aligned dt + dt:before {
  content: ', ';
}
.dl--aligned dd {
  margin-bottom: 0.8rem;
}
.dl--aligned dd:last-child {
  margin-bottom: 0;
}
.dl--aligned dd + dt {
  clear: left;
}
/* Hides content, simple as that */
.is-hidden {
  display: none;
}
.mo,
.mo-body {
  overflow: hidden;
}
.mo-embed {
  display: block;
  float: left;
  margin-right: 1em;
  max-width: 32%;
}
.mo--alt .mo-embed {
  float: right;
  margin-left: 1em;
  margin-right: 0;
}
.fo {
  display: table;
  width: 100%;
}
.fo-embed,
.fo-body {
  display: table-cell;
  vertical-align: middle;
}
.fo--top .fo-embed,
.fo--top .fo-body {
  vertical-align: top;
}
.fo--bottom .fo-embed,
.fo--bottom .fo-body {
  vertical-align: bottom;
}
.fo-embed {
  padding-right: 1em;
}
.fo--alt .fo-embed {
  padding-left: 1em;
  padding-right: 0;
}
.fo-body {
  width: 100%;
}
[class^="ratio-"],
[class*=" ratio-"] {
  position: relative;
}
[class^="ratio-"] object,
[class*=" ratio-"] object,
[class^="ratio-"] embed,
[class*=" ratio-"] embed,
[class^="ratio-"] iframe,
[class*=" ratio-"] iframe,
[class^="ratio-"] .ratio-item,
[class*=" ratio-"] .ratio-item {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.ratio-2x1 {
  padding-top: 50%;
}
.ratio-1x2 {
  padding-top: 200%;
}
.ratio-3x4 {
  padding-top: 133.33333333%;
}
.ratio-4x3 {
  padding-top: 75%;
}
.ratio-16x9 {
  padding-top: 56.25%;
}
.ratio-9x16 {
  padding-top: 177.77777778%;
}
.ratio-4x1 {
  padding-top: 25%;
}
.ratio-1x4 {
  padding-top: 400%;
}
table {
  width: 100%;
  max-width: 947px;
}
table.table td:first-child {
    max-width: 190px;
}
.table td,
.table th {
  padding: .75em .25em;
  text-align: left;
  vertical-align: top;
  border-bottom: solid 1px #c8c8c8;
  border-left: solid 1px transparent;
}
.table td:first-child,
.table th:first-child {
  color: #1b87a2;
}
.table caption {
  font-style: italic;
}
.table thead {
  color: #1b87a2;
}
.table thead th {
  border-bottom: solid 1px #1b87a2;
}
/* Controling spacing */
.table-comfortable th,
.table-comfortable td {
  padding: 1.5em .25em;
}
.table-cozy th,
.table-cozy td {
  padding: .75em .25em;
}
.table-compact th,
.table-compact td {
  padding: .375em .25em;
}
.table--bordered th,
.table--bordered td {
  border-bottom: 1px solid #6d6e71;
}
.table--striped tbody tr:nth-child(even) {
  background-color: #e8f3f6;
}
.table--hover tbody tr:hover th,
.table--hover tbody tr:hover td {
  background-color: #1b87a2;
  color: #ffffff !important;
  font-weight: 400;
}
.table--tufte tbody tr:nth-child(3n + 1) {
  border-top: 1px dotted #6d6e71;
}
/*
 * Let's turn columns into rows
 * and get the hell out of it, shall we?
 */
@media (max-width: 44.999em) {
  .table--collapse,
  .table--collapse tbody,
  .table--collapse thead,
  .table--collapse tr,
  .table--collapse th,
  .table--collapse td {
    display: block;
  }
  .table--collapse tr {
    border-bottom: 2px solid #ddd;
  }
  .table--collapse tbody td,
  .table--collapse tbody th {
    border: none;
  }
  .table--collapse td[data-header] {
    border-top: 1px dotted #ddd;
    clear: left;
  }
  .table--collapse td[data-header]:before {
    content: attr(data-header) ' :';
    float: left;
    font-weight: bold;
    width: 30%;
  }
}
html {
  background: #fff;
  color: #333;
  font-family: sofia-pro, sans-serif;
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
}
body {
  font-size: 15px;
  line-height: 2.4rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: sofia-pro, sans-serif;
  -webkit-hyphens: none;
     -moz-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  font-weight: 400;
}
h1 {
  font-size: 3.2rem;
  line-height: 1;
  margin: 2em 0 1em;
  font-size: 3.0rem;
  border-bottom: solid 1px #1b87a2;
  padding-bottom: 0.5rem;
}
h2 {
  line-height: 1;
  margin: 4.8rem 0 1.6rem;
  font-size: 2.6rem;
  color: #1b87a2;
}
h3 {
  line-height: 1.2;
  margin: 3.2rem 0 0.8rem;
  font-size: 2.3rem;
  color: #187187;
}
h4 {
  line-height: 1.92rem;
  margin: 2.13333333rem 0 0.8rem;
  font-size: 1.9rem;
  color: #333333;
}
h5 {
  font-size: 1.8rem;
  color: #6d6e71;
}
h6 {
  color: #1b87a2;
  font-size: 1.7rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: inherit;
  font-size: inherit;
  font-weight: normal;
  opacity: .7;
}
p {
  margin: 0 0 0.8rem;
}
pre {
  margin: 1.6rem 0;
}
address {
  color: #333;
  font-style: normal;
}
blockquote {
  font-style: italic;
  margin: 3.2rem 0;
}
blockquote p {
  margin: 0 2.5em 2.5em;
  position: relative;
}
blockquote p:before,
blockquote p:after {
  content: '"';
  color: #8dcfe0;
  font-size: 2em;
  font-style: italic;
  position: absolute;
}
blockquote p:before {
  left: -0.5em;
}
blockquote p:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  right: -0.5em;
}
blockquote footer,
blockquote cite {
  font-style: normal;
  color: #187187;
  text-decoration: underline;
}
blockquote small {
  text-align: right;
  display: block;
  font-style: normal;
  font-size: 100%;
  margin-top: 1em;
}
q:before,
q:after {
  content: '"';
}
q:before {
  margin-right: 5px;
}
q:after {
  margin-left: 5px;
}
sub {
  -webkit-font-feature-settings: subs;
          font-feature-settings: subs;
  font-variant-position: sub;
}
sup {
  -webkit-font-feature-settings: sups;
          font-feature-settings: sups;
  font-variant-position: super;
}
/**
 * Code samples
 */
pre,
code,
samp {
  font-family: Consolas, Monaco, 'Andale Mono', monospace;
}
.kicker {
  color: #686868;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: .1em;
  margin: 0 0 .8em;
  text-transform: uppercase;
}
.subtitle {
  font-size: 1.5rem;
  font-style: italic;
  color: #DC0217;
}
.intro {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0px 2em;
}
.intro figure figcaption{
	height: 33%;
}
.fs-body {
  font-family: sofia-pro, sans-serif;
}
.fs-headings {
  font-family: sofia-pro, sans-serif;
}
.fs-navigation {
  font-family: sofia-pro, sans-serif;
}
.meta {
  color: #c8c8c8;
  font-family: sofia-pro, sans-serif;
}
.assistivetext,
[class^="icon-"] + span,
[class*=" icon-"] + span {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.cadre {
  border-left: 2px solid #8dcfe0;
  padding: 2rem 1rem;
  background-color: #fafdfd;
  margin-left: 2rem;
}
@media (min-width: 45em) {
  .cadre {
    margin-left: 4rem;
  }
}
@media (min-width: 61.5em) {
  .cadre {
    margin-left: 9rem;
  }
}
@media print {
  /* Hide unnecessary elements */
  button,
  .skiplinks,
  .site-slogan,
  .nav-anchor,
  .site-nav,
  .breadcrumb,
  .toolbox,
  .page-menu,
  .page-langswitch,
  .page-footer,
  nav[role=navigation],
  #back {
    display: none !important;
  }
  * {
    position: static !important;
  }
  body {
    background: #fff;
    color: #000;
    font: 400 10.5pt/14pt 'arimo', Georgia, 'Times new roman', serif;
    font-family: sofia-pro, sans-serif;
    line-height: 14pt;
    margin: 0;
    padding: 0 28pt;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-family: sofia-pro, sans-serif;
    page-break-after: avoid;
  }
}
/**
 * Navigation bars
 */
.nav {
  display: block;
  font-family: sofia-pro, sans-serif;
}
.nav a:visited {
  color: #1b87a2;
}
.nav--stacked > li,
.nav--stacked a,
.nav > li,
.nav a {
  display: block;
}
.nav--stacked a,
.nav a {
  padding: 0.8rem 1em;
}
.nav--inline > li,
.nav--inline > li > a {
  display: inline;
}
.nav--tabs,
.nav--pills {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.8rem 0;
}
.nav--tabs > li,
.nav--pills > li {
  margin-bottom: -1px;
}
.nav--tabs a,
.nav--pills a {
  border: 1px solid #333333;
  color: inherit;
  padding: 0.8rem 1em;
}
.nav--tabs a:hover,
.nav--pills a:hover,
.nav--tabs a:focus,
.nav--pills a:focus {
  text-decoration: none;
}
.nav--tabs > li + li a,
.nav--pills > li + li a {
  border-left: 0;
}
.nav--tabs .is-active > a,
.nav--pills .is-active > a {
  background: #333333;
}
.nav--tabs .is-active > a {
  border-bottom-color: #fff;
}
.nav--pills > li:first-child a {
  border-radius: 50px 0 0 50px;
}
.nav--pills > li:last-child a {
  border-radius: 0 50px 50px 0;
}
.nav-header {
  font-weight: bold;
  margin: 0 0 .75em;
}
.page-more {
    padding-left: 20px;
    list-style:none;
}
/* Pagination */
.pagination {
  font-family: sofia-pro, sans-serif;
  font-size: 1.4rem;
  margin-bottom: 3.2rem;
  padding-left: 0;
  text-align: center;
}
.pagination li:before {
  display: none;
}
.pagination li + li {
  margin-left: .25em;
}
.pagination-page a,
.pagination-page--current strong {
  border: 1px solid #ddd;
  min-width: 1em;
  padding: .5em;
}
.pagination-page a:hover,
.pagination-page a:focus {
  background-color: #1b87a2;
  color: #fff;
  text-decoration: none;
}
.pagination-page--current strong {
  background: #1b87a2;
  /*border-color: #1b87a2;*/
  color: #ffffff;
}
/*# sourceMappingURL=core.css.map */

figcaption:hover {
  overflow: initial;
}
@media (max-width: 1024px) {
    .list-sitemap-pages > li {
        width: 49%;
    }
}
@media (max-width: 640px) {
    .list-sitemap-pages > li {
        width: 33%;
        padding-left: 37px;
        padding-top: 30px;
    }
}
@media (max-width: 540px) {
    .list-sitemap-pages > li {
        width: 49%;
    }
}


/*MARK search*/
.search-results .article-summary mark, .search-results .article-title mark{
  position: relative;
  background-image: linear-gradient(to right, #D5ECEA, #D5ECEA) !important;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1.1em;
}


/*SLIDER play / pause button */

.js-slideshow-ribbon-buttons {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}

.js-slideshow-ribbon-buttons .slider-button.hidden {
  display: none;
}

.slider-button {
  background-color: #D5ECEA;
  padding: 10px 15px;
  border: 1px solid #146376;
}

.btn.btn--nude:focus-visible {
  outline: none;
  border: 2px solid rgb(0, 122, 255) !important;
  outline: 1px solid rgb(255, 255, 255) !important;
}

.page-main p a:hover, .page-main h1 a:hover, .page-main h2 a:hover, .page-main h3 a:hover, .page-main h4 a:hover, .page-main h5 a:hover {
  text-decoration: underline !important;
}

.page-content.is-news h2{
  color: #333333;
  line-height: 1.2;
  margin: 3.2rem 0 0.8rem;
  font-size: 2.3rem;
  clear: unset;
}

.page-standard-index .is-rubrique .intro h2 {
  color: #40463D;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  margin: 3.2rem 0 0.8rem;
  margin-bottom: 40px;
}

.page-menu .nav-primary li.is-active{
  background-color: #97C2C2 !important;
}
.page-menu .nav-primary li.is-active ul{
  display: block;
}
.page-menu .nav-primary li.is-active ul li a:focus{
  background: #97C2C2;
  background-color: rgb(151, 194, 194);
  color: #262626;
}
@media(max-width: 984px){
  .toute-actu, .tout-event{
    margin: 20px 0 !important;
    grid-area:unset !important;;
  }

  #figure-slider {
    display: none;
  }
}

@media(max-width: 450px){
  figure.slide > figcaption > a {
    height: 100%;
  }
  figure.slide > figcaption {
    height: 100%;
  }
  figure.slide > figcaption > a > h3 {
    margin-top: 20px;
    font-size: 20px;
    width: 100%;
  }
}

.page-content a:not([class]):hover {
  text-decoration: underline
}

.index.gt-group .index-section .gt-img{
  overflow: hidden;
}
.index.gt-group .index-section .gt-img img{
  transition: 0.3s;
}
.index.gt-group .index-section a:hover .gt-img img{
  transform: scale(1.1);
}
.index.gt-group .index-section a:hover .gt-caption .index-section-title{
  text-decoration-color: #DC0217;
}
