@charset "UTF-8";
/**
 * CONTENTS
 *
 * VARIABLES
 * Colors........... All website colors
 * Themes........... Themes for clinic
 * Typography....... Font-family, font-size, line-height
 * Buttons.......... Buttons informations
 * Form............. Input, select style
 * Media Queries ... Breakpoint for responsive
 * Grid ............ Grid col and gutter
 */
/*------------------------------------*\
    #COLORS
\*------------------------------------*/
/* Gray and others */
/* Text color */
/* Links colors */
/* Notifications colors */
/*------------------------------------*\
    #TYPOGRAPHY
\*------------------------------------*/
/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
/*------------------------------------*\
    #FORMS
\*------------------------------------*/
/*------------------------------------*\
    #MEDIA-QUERIES
\*------------------------------------*/
/*------------------------------------*\
    #MEDIA QUERIES
\*------------------------------------*/
/*------------------------------------*\
    #GRID
\*------------------------------------*/
/*------------------------------------*\
    #UTILITIES
\*------------------------------------*/
/**
* Generate notifications
*/
/*------------------------------------*\
    #GRID
\*------------------------------------*/
/*------------------------------------*\
    #HELPERS
\*------------------------------------*/
.js-to_expand[aria-hidden=true] {
  display: none; }

/**
* Notifications message
*/
.message--error, .message--warn, .message--success, .message--info {
  margin: 1rem 0;
  padding: 1.5rem 1rem;
  border: 1px solid transparent; }

.message--error {
  color: #80262c;
  border-color: #80262c;
  background-color: #dd8b91; }

.message--warn {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white; }

.message--success {
  color: #318026;
  border-color: #318026;
  background-color: #95dd8b; }

.message--info {
  color: #5bc0de;
  border-color: #5bc0de;
  background-color: #fcfefe; }

.txt--error {
  color: #80262c;
  font-weight: 600; }

.txt--warn {
  color: #f0ad4e;
  font-weight: 600; }

.txt--success {
  color: #318026;
  font-weight: 600; }

.txt--info {
  color: #5bc0de;
  font-weight: 600; }

/**
* Skip links
*/
.skip-link {
  position: absolute;
  left: -99999px; }
.skip-link:hover, .skip-link:focus {
  position: static; }

/**
* Align
*/
.txtleft {
  text-align: left; }

.txtright {
  text-align: right; }

.txtcenter {
  text-align: center; }

.left, .start {
  float: left; }

img.left, img.start {
  margin-right: 1em; }

.right, .end {
  float: right; }

img.right, img.end {
  margin-left: 1em; }

img.left, img.right, img.start, img.end {
  margin-bottom: 0.5em; }

/*
 * Unstyled list - remove margin, padding and list type
 */
.main-menu, .language-switcher, .footer__list, .banners-slider__list, .cards-list, .archives-list, .pager, .bordered-block__list, .publications-list, .iconographies-list, .new-archives__list, .unstyled-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

/*
 * Unstyled button - remove background, border, padding
 */
.unstyled-button {
  border: 0;
  background-color: transparent;
  padding: 0; }

/*
 * Clearfix: contain floats
 */
.row:after, .cards-list:after, .publications-list.-split:after, .iconographies-list:after, .banners-slider__list:after, .archives-list li:after, .front-archives:after, .row:before, .cards-list:before, .publications-list.-split:before, .iconographies-list:before, .banners-slider__list:before, .archives-list li:before, .front-archives:before, .clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.row:after, .cards-list:after, .publications-list.-split:after, .iconographies-list:after, .banners-slider__list:after, .archives-list li:after, .front-archives:after, .clearfix:after {
  clear: both; }

/**
* Hide text for bg img
*/
.banners-slider__pager span {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap; }

/* Make hidden text accessible by screen readers */
.sr-only, .blue-card__more, .contact-form__files input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/**
* Embeds responsive
*/
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
.embed-responsive .embed-responsive__item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0; }
.embed-responsive.-ratio16by9 {
  padding-bottom: 56.25%; }
.embed-responsive.-ratio4by3 {
  padding-bottom: 75%; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs, td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm, td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md, td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg, td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print, td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }
@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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: 0;
  text-decoration: none; }

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

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

address {
  font-style: normal; }

/* 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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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: 0;
  margin: 0;
  padding: 0; }

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

/*------------------------------------*\
    #BASE
\*------------------------------------*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

::-moz-selection {
  background: #b4aeaa;
  color: #004684;
  text-shadow: none; }

::selection {
  background: #b4aeaa;
  color: #004684;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

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

img, table, td, blockquote, code, pre, textarea, input, video {
  max-width: 100%; }

.main {
  margin-top: 8rem; }
.main:focus {
  outline: none; }
@media (min-width: 48em) {
  .main {
    min-height: calc(100vh - 16.3rem); } }

@media (min-width: 48em) {
  .content-wrapper {
    margin-left: 2rem; } }

.title-bg {
  padding: .5rem 2rem;
  background: url("../img/bg-pattern.png") center repeat; }
.content-wrapper .title-bg {
  margin-left: -2rem; }

.section__title {
  font-size: 3rem;
  color: #393733;
  margin-bottom: 2rem; }
.section__title:after {
  content: '';
  display: block;
  width: 5rem;
  height: 2px;
  margin-top: 1rem;
  background-color: #393733; }
@media (min-width: 48em) {
  .section__title {
    font-size: 4.9rem; } }

/*------------------------------------*\
#FONT FACE
\*------------------------------------*/
@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/3d9ec9a9-76a2-4cfe-b376-76e7340c3b50.eot?#iefix");
  src: url("../fonts/3d9ec9a9-76a2-4cfe-b376-76e7340c3b50.eot?#iefix") format("eot"), url("../fonts/e0d6f852-5401-4bbf-9672-47a50c5c87c6.woff2") format("woff2"), url("../fonts/7fedd582-6ae3-4850-be2f-4acae2e74fa5.woff") format("woff"), url("../fonts/d6e08ef3-40db-4ac3-82df-f062f55a72f5.ttf") format("truetype"), url("../fonts/849e0009-7435-46a3-b88d-c41c3ff639d4.svg#849e0009-7435-46a3-b88d-c41c3ff639d4") format("svg"); }
/* ==========================================================================
	Typography style based on KNACSS
	http://www.knacss.com/
========================================================================== */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  height: 100%;
  box-sizing: border-box; }

/* Stupid IE11 - https://connect.microsoft.com/IE/feedback/details/816709/ie-11-calculating-font-sizes-wrong-when-setting-the-bodys-font-size-in-relative-units */
_:-ms-fullscreen, :root {
  font-size: calc(1em * .625); }

body {
  font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
  font-size: 1.5em;
  color: #393733;
  line-height: 1.4;
  background-color: #fff; }

/*
* Titles
*/
h1, h2, h3, h4, h5, h6, .h1-like, .h2-like, .h3-like, .h4-like, .h5-like, .h6-like {
  font-family: "Bebas Neue", Impact, sans-serif;
  line-height: 1;
  font-weight: 400; }

h1, .h1-like {
  font-size: 4.9rem; }

h2, .h2-like {
  font-size: 2.6rem;
  color: #004684; }

h3, .h3-like {
  font-size: 2.4rem; }

h4, .h4-like {
  font-size: 2rem; }

h5, .h5-like {
  font-size: 1.8rem; }

h6, .h6-like {
  font-size: 1.6rem; }

/*
* Alternate font sizing
*/
.smaller {
  font-size: 0.71em; }

.small {
  font-size: 0.86em; }

.big {
  font-size: 1.14em; }

.bigger {
  font-size: 1.29em; }

.biggest {
  font-size: 1.43em; }

em, .em, i {
  font-style: italic; }

.no-em {
  font-style: normal; }

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

.no-strong {
  font-weight: normal; }

sup, sub {
  vertical-align: 0;
  position: relative; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

/*
* Avoid top margins on first content element
*/
p:first-child, .p-like:first-child, ul:first-child, ol:first-child, dl:first-child, blockquote:first-child, pre:first-child, h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0; }

/**
* Links
*/
a {
  color: #004684;
  text-decoration: none; }

/*------------------------------------*\
    #GRID SYSTEM
\*------------------------------------*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
@media (min-width: 768px) {
  .container {
    width: 740px; } }
@media (min-width: 992px) {
  .container {
    width: 960px; } }
@media (min-width: 1200px) {
  .container {
    width: 1160px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1280px; }

.row, .cards-list, .publications-list.-split, .iconographies-list {
  margin-left: -10px;
  margin-right: -10px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16 {
  float: left; }

.col-xs-1 {
  width: 6.25%; }

.col-xs-2 {
  width: 12.5%; }

.col-xs-3 {
  width: 18.75%; }

.col-xs-4 {
  width: 25%; }

.col-xs-5 {
  width: 31.25%; }

.col-xs-6 {
  width: 37.5%; }

.col-xs-7 {
  width: 43.75%; }

.col-xs-8 {
  width: 50%; }

.col-xs-9 {
  width: 56.25%; }

.col-xs-10 {
  width: 62.5%; }

.col-xs-11 {
  width: 68.75%; }

.col-xs-12 {
  width: 75%; }

.col-xs-13 {
  width: 81.25%; }

.col-xs-14 {
  width: 87.5%; }

.col-xs-15 {
  width: 93.75%; }

.col-xs-16 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 6.25%; }

.col-xs-pull-2 {
  right: 12.5%; }

.col-xs-pull-3 {
  right: 18.75%; }

.col-xs-pull-4 {
  right: 25%; }

.col-xs-pull-5 {
  right: 31.25%; }

.col-xs-pull-6 {
  right: 37.5%; }

.col-xs-pull-7 {
  right: 43.75%; }

.col-xs-pull-8 {
  right: 50%; }

.col-xs-pull-9 {
  right: 56.25%; }

.col-xs-pull-10 {
  right: 62.5%; }

.col-xs-pull-11 {
  right: 68.75%; }

.col-xs-pull-12 {
  right: 75%; }

.col-xs-pull-13 {
  right: 81.25%; }

.col-xs-pull-14 {
  right: 87.5%; }

.col-xs-pull-15 {
  right: 93.75%; }

.col-xs-pull-16 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 6.25%; }

.col-xs-push-2 {
  left: 12.5%; }

.col-xs-push-3 {
  left: 18.75%; }

.col-xs-push-4 {
  left: 25%; }

.col-xs-push-5 {
  left: 31.25%; }

.col-xs-push-6 {
  left: 37.5%; }

.col-xs-push-7 {
  left: 43.75%; }

.col-xs-push-8 {
  left: 50%; }

.col-xs-push-9 {
  left: 56.25%; }

.col-xs-push-10 {
  left: 62.5%; }

.col-xs-push-11 {
  left: 68.75%; }

.col-xs-push-12 {
  left: 75%; }

.col-xs-push-13 {
  left: 81.25%; }

.col-xs-push-14 {
  left: 87.5%; }

.col-xs-push-15 {
  left: 93.75%; }

.col-xs-push-16 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 6.25%; }

.col-xs-offset-2 {
  margin-left: 12.5%; }

.col-xs-offset-3 {
  margin-left: 18.75%; }

.col-xs-offset-4 {
  margin-left: 25%; }

.col-xs-offset-5 {
  margin-left: 31.25%; }

.col-xs-offset-6 {
  margin-left: 37.5%; }

.col-xs-offset-7 {
  margin-left: 43.75%; }

.col-xs-offset-8 {
  margin-left: 50%; }

.col-xs-offset-9 {
  margin-left: 56.25%; }

.col-xs-offset-10 {
  margin-left: 62.5%; }

.col-xs-offset-11 {
  margin-left: 68.75%; }

.col-xs-offset-12 {
  margin-left: 75%; }

.col-xs-offset-13 {
  margin-left: 81.25%; }

.col-xs-offset-14 {
  margin-left: 87.5%; }

.col-xs-offset-15 {
  margin-left: 93.75%; }

.col-xs-offset-16 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16 {
    float: left; }

  .col-sm-1 {
    width: 6.25%; }

  .col-sm-2 {
    width: 12.5%; }

  .col-sm-3 {
    width: 18.75%; }

  .col-sm-4 {
    width: 25%; }

  .col-sm-5 {
    width: 31.25%; }

  .col-sm-6 {
    width: 37.5%; }

  .col-sm-7 {
    width: 43.75%; }

  .col-sm-8 {
    width: 50%; }

  .col-sm-9 {
    width: 56.25%; }

  .col-sm-10 {
    width: 62.5%; }

  .col-sm-11 {
    width: 68.75%; }

  .col-sm-12 {
    width: 75%; }

  .col-sm-13 {
    width: 81.25%; }

  .col-sm-14 {
    width: 87.5%; }

  .col-sm-15 {
    width: 93.75%; }

  .col-sm-16 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 6.25%; }

  .col-sm-pull-2 {
    right: 12.5%; }

  .col-sm-pull-3 {
    right: 18.75%; }

  .col-sm-pull-4 {
    right: 25%; }

  .col-sm-pull-5 {
    right: 31.25%; }

  .col-sm-pull-6 {
    right: 37.5%; }

  .col-sm-pull-7 {
    right: 43.75%; }

  .col-sm-pull-8 {
    right: 50%; }

  .col-sm-pull-9 {
    right: 56.25%; }

  .col-sm-pull-10 {
    right: 62.5%; }

  .col-sm-pull-11 {
    right: 68.75%; }

  .col-sm-pull-12 {
    right: 75%; }

  .col-sm-pull-13 {
    right: 81.25%; }

  .col-sm-pull-14 {
    right: 87.5%; }

  .col-sm-pull-15 {
    right: 93.75%; }

  .col-sm-pull-16 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 6.25%; }

  .col-sm-push-2 {
    left: 12.5%; }

  .col-sm-push-3 {
    left: 18.75%; }

  .col-sm-push-4 {
    left: 25%; }

  .col-sm-push-5 {
    left: 31.25%; }

  .col-sm-push-6 {
    left: 37.5%; }

  .col-sm-push-7 {
    left: 43.75%; }

  .col-sm-push-8 {
    left: 50%; }

  .col-sm-push-9 {
    left: 56.25%; }

  .col-sm-push-10 {
    left: 62.5%; }

  .col-sm-push-11 {
    left: 68.75%; }

  .col-sm-push-12 {
    left: 75%; }

  .col-sm-push-13 {
    left: 81.25%; }

  .col-sm-push-14 {
    left: 87.5%; }

  .col-sm-push-15 {
    left: 93.75%; }

  .col-sm-push-16 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 6.25%; }

  .col-sm-offset-2 {
    margin-left: 12.5%; }

  .col-sm-offset-3 {
    margin-left: 18.75%; }

  .col-sm-offset-4 {
    margin-left: 25%; }

  .col-sm-offset-5 {
    margin-left: 31.25%; }

  .col-sm-offset-6 {
    margin-left: 37.5%; }

  .col-sm-offset-7 {
    margin-left: 43.75%; }

  .col-sm-offset-8 {
    margin-left: 50%; }

  .col-sm-offset-9 {
    margin-left: 56.25%; }

  .col-sm-offset-10 {
    margin-left: 62.5%; }

  .col-sm-offset-11 {
    margin-left: 68.75%; }

  .col-sm-offset-12 {
    margin-left: 75%; }

  .col-sm-offset-13 {
    margin-left: 81.25%; }

  .col-sm-offset-14 {
    margin-left: 87.5%; }

  .col-sm-offset-15 {
    margin-left: 93.75%; }

  .col-sm-offset-16 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16 {
    float: left; }

  .col-md-1 {
    width: 6.25%; }

  .col-md-2 {
    width: 12.5%; }

  .col-md-3 {
    width: 18.75%; }

  .col-md-4 {
    width: 25%; }

  .col-md-5 {
    width: 31.25%; }

  .col-md-6 {
    width: 37.5%; }

  .col-md-7 {
    width: 43.75%; }

  .col-md-8 {
    width: 50%; }

  .col-md-9 {
    width: 56.25%; }

  .col-md-10 {
    width: 62.5%; }

  .col-md-11 {
    width: 68.75%; }

  .col-md-12 {
    width: 75%; }

  .col-md-13 {
    width: 81.25%; }

  .col-md-14 {
    width: 87.5%; }

  .col-md-15 {
    width: 93.75%; }

  .col-md-16 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 6.25%; }

  .col-md-pull-2 {
    right: 12.5%; }

  .col-md-pull-3 {
    right: 18.75%; }

  .col-md-pull-4 {
    right: 25%; }

  .col-md-pull-5 {
    right: 31.25%; }

  .col-md-pull-6 {
    right: 37.5%; }

  .col-md-pull-7 {
    right: 43.75%; }

  .col-md-pull-8 {
    right: 50%; }

  .col-md-pull-9 {
    right: 56.25%; }

  .col-md-pull-10 {
    right: 62.5%; }

  .col-md-pull-11 {
    right: 68.75%; }

  .col-md-pull-12 {
    right: 75%; }

  .col-md-pull-13 {
    right: 81.25%; }

  .col-md-pull-14 {
    right: 87.5%; }

  .col-md-pull-15 {
    right: 93.75%; }

  .col-md-pull-16 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 6.25%; }

  .col-md-push-2 {
    left: 12.5%; }

  .col-md-push-3 {
    left: 18.75%; }

  .col-md-push-4 {
    left: 25%; }

  .col-md-push-5 {
    left: 31.25%; }

  .col-md-push-6 {
    left: 37.5%; }

  .col-md-push-7 {
    left: 43.75%; }

  .col-md-push-8 {
    left: 50%; }

  .col-md-push-9 {
    left: 56.25%; }

  .col-md-push-10 {
    left: 62.5%; }

  .col-md-push-11 {
    left: 68.75%; }

  .col-md-push-12 {
    left: 75%; }

  .col-md-push-13 {
    left: 81.25%; }

  .col-md-push-14 {
    left: 87.5%; }

  .col-md-push-15 {
    left: 93.75%; }

  .col-md-push-16 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 6.25%; }

  .col-md-offset-2 {
    margin-left: 12.5%; }

  .col-md-offset-3 {
    margin-left: 18.75%; }

  .col-md-offset-4 {
    margin-left: 25%; }

  .col-md-offset-5 {
    margin-left: 31.25%; }

  .col-md-offset-6 {
    margin-left: 37.5%; }

  .col-md-offset-7 {
    margin-left: 43.75%; }

  .col-md-offset-8 {
    margin-left: 50%; }

  .col-md-offset-9 {
    margin-left: 56.25%; }

  .col-md-offset-10 {
    margin-left: 62.5%; }

  .col-md-offset-11 {
    margin-left: 68.75%; }

  .col-md-offset-12 {
    margin-left: 75%; }

  .col-md-offset-13 {
    margin-left: 81.25%; }

  .col-md-offset-14 {
    margin-left: 87.5%; }

  .col-md-offset-15 {
    margin-left: 93.75%; }

  .col-md-offset-16 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16 {
    float: left; }

  .col-lg-1 {
    width: 6.25%; }

  .col-lg-2 {
    width: 12.5%; }

  .col-lg-3 {
    width: 18.75%; }

  .col-lg-4 {
    width: 25%; }

  .col-lg-5 {
    width: 31.25%; }

  .col-lg-6 {
    width: 37.5%; }

  .col-lg-7 {
    width: 43.75%; }

  .col-lg-8 {
    width: 50%; }

  .col-lg-9 {
    width: 56.25%; }

  .col-lg-10 {
    width: 62.5%; }

  .col-lg-11 {
    width: 68.75%; }

  .col-lg-12 {
    width: 75%; }

  .col-lg-13 {
    width: 81.25%; }

  .col-lg-14 {
    width: 87.5%; }

  .col-lg-15 {
    width: 93.75%; }

  .col-lg-16 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 6.25%; }

  .col-lg-pull-2 {
    right: 12.5%; }

  .col-lg-pull-3 {
    right: 18.75%; }

  .col-lg-pull-4 {
    right: 25%; }

  .col-lg-pull-5 {
    right: 31.25%; }

  .col-lg-pull-6 {
    right: 37.5%; }

  .col-lg-pull-7 {
    right: 43.75%; }

  .col-lg-pull-8 {
    right: 50%; }

  .col-lg-pull-9 {
    right: 56.25%; }

  .col-lg-pull-10 {
    right: 62.5%; }

  .col-lg-pull-11 {
    right: 68.75%; }

  .col-lg-pull-12 {
    right: 75%; }

  .col-lg-pull-13 {
    right: 81.25%; }

  .col-lg-pull-14 {
    right: 87.5%; }

  .col-lg-pull-15 {
    right: 93.75%; }

  .col-lg-pull-16 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 6.25%; }

  .col-lg-push-2 {
    left: 12.5%; }

  .col-lg-push-3 {
    left: 18.75%; }

  .col-lg-push-4 {
    left: 25%; }

  .col-lg-push-5 {
    left: 31.25%; }

  .col-lg-push-6 {
    left: 37.5%; }

  .col-lg-push-7 {
    left: 43.75%; }

  .col-lg-push-8 {
    left: 50%; }

  .col-lg-push-9 {
    left: 56.25%; }

  .col-lg-push-10 {
    left: 62.5%; }

  .col-lg-push-11 {
    left: 68.75%; }

  .col-lg-push-12 {
    left: 75%; }

  .col-lg-push-13 {
    left: 81.25%; }

  .col-lg-push-14 {
    left: 87.5%; }

  .col-lg-push-15 {
    left: 93.75%; }

  .col-lg-push-16 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 6.25%; }

  .col-lg-offset-2 {
    margin-left: 12.5%; }

  .col-lg-offset-3 {
    margin-left: 18.75%; }

  .col-lg-offset-4 {
    margin-left: 25%; }

  .col-lg-offset-5 {
    margin-left: 31.25%; }

  .col-lg-offset-6 {
    margin-left: 37.5%; }

  .col-lg-offset-7 {
    margin-left: 43.75%; }

  .col-lg-offset-8 {
    margin-left: 50%; }

  .col-lg-offset-9 {
    margin-left: 56.25%; }

  .col-lg-offset-10 {
    margin-left: 62.5%; }

  .col-lg-offset-11 {
    margin-left: 68.75%; }

  .col-lg-offset-12 {
    margin-left: 75%; }

  .col-lg-offset-13 {
    margin-left: 81.25%; }

  .col-lg-offset-14 {
    margin-left: 87.5%; }

  .col-lg-offset-15 {
    margin-left: 93.75%; }

  .col-lg-offset-16 {
    margin-left: 100%; } }
/*------------------------------------*\
    #HEADER
\*------------------------------------*/
.header {
  background: url("../img/bg-pattern.jpg") center repeat;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 251;
  box-shadow: 0px 1px 8px rgba(149, 149, 149, 0.5); }
.header h1 {
  display: inline-block;
  vertical-align: middle;
  margin: 0; }
.header__logo {
  width: 13.1rem;
  height: 4.5rem;
  display: inline-block;
  vertical-align: middle;
  background: url("../img/logo.svg") 0 0 no-repeat;
  margin: 2rem 0 1.5rem; }

/**
* MAIN MENU
*/
.main-nav {
  text-align: right; }
.main-nav[aria-hidden="true"] {
  display: none; }
@media (min-width: 62em) {
  .main-nav {
    margin-top: 4rem;
    width: calc(100% - 15rem);
    display: inline-block;
    vertical-align: middle; } }
@media (max-width: 61.99em) {
  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    z-index: 300;
    text-align: center;
    padding: 1rem 0 2rem;
    border-bottom: 2px solid #b4aeaa; } }

.main-menu {
  font-size: 1.15em;
  margin-bottom: 2rem; }
.main-menu a {
  color: #393733;
  position: relative;
  display: block; }
.no-touchevents .main-menu a:hover, .no-touchevents .main-menu a:focus {
  color: #004684; }
.no-touchevents .main-menu a:hover:after, .no-touchevents .main-menu a:focus:after {
  height: 2px; }
.main-menu a.active {
  color: #004684; }
.main-menu a.active:after {
  height: 2px; }
@media (max-width: 61.99em) {
  .main-menu li {
    padding: .5em 0; } }
@media (min-width: 62em) {
  .main-menu {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 0; }
  .main-menu li {
    display: inline-block;
    vertical-align: middle; }
  .main-menu li + li {
    margin-left: 2.5rem; }
  .main-menu a {
    padding-bottom: 1.5rem; }
  .main-menu a:after {
    content: '';
    position: absolute;
    height: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #004684;
    transition: height 125ms ease-in; } }

/**
* HEADER SEARCH
*/
.header-search {
  display: inline-block;
  vertical-align: bottom;
  text-align: left;
  position: relative;
  margin-right: 2rem;
  border: 1px solid #b4aeaa;
  padding: 2px; }
.header-search .form-item {
  margin: 0; }
.header-search .form-action {
  position: absolute;
  top: 0;
  right: 0; }
.header-search input[type="text"] {
  background: transparent;
  padding: .2rem .5rem;
  height: auto;
  margin-right: 3rem;
  border: 0; }
.header-search button[type="submit"] {
  background-color: transparent;
  border: 0; }
.header-search button[type="submit"] > svg {
  width: 1.8rem;
  height: 1.8rem; }
@media (min-width: 48em) {
  .header-search {
    margin-left: 4rem;
    margin-right: 0;
    margin-bottom: 1.5rem; } }

/**
* LANGUAGES
*/
.language-switcher {
  display: inline-block;
  vertical-align: middle;
  font-size: .8em; }
.language-switcher li {
  display: inline-block;
  vertical-align: middle; }
.language-switcher a {
  display: block;
  padding: .6rem; }
.language-switcher a.active {
  background-color: #004684;
  color: #fff; }
.no-touchevents .language-switcher a:hover, .no-touchevents .language-switcher a:focus {
  background-color: #b4aeaa;
  color: #fff; }
@media (min-width: 48em) {
  .language-switcher {
    margin-left: 2rem;
    margin-bottom: 1.6rem; } }

/**
* Burger Yummy Yummy
*/
.mobile-menu-trigger {
  background: transparent;
  border: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 2rem;
  margin-top: -1rem; }
.mobile-menu-trigger__burger {
  background-color: #004684;
  display: inline-block;
  vertical-align: middle;
  height: 0.2rem;
  margin: 0.6rem auto;
  position: relative;
  text-indent: -999em;
  transition: background-color 250ms ease-in-out 0s;
  width: 2rem; }
.mobile-menu-trigger__burger:before, .mobile-menu-trigger__burger:after {
  background-color: #004684;
  content: "";
  display: block;
  height: 0.2rem;
  position: absolute;
  top: -0.6rem;
  transition: top 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  transition: top 250ms ease-in-out, -ms-transform 250ms ease-in-out;
  transition: top 250ms ease-in-out, transform 250ms ease-in-out;
  width: 100%; }
.mobile-menu-trigger__burger:after {
  top: 0.6rem; }
[aria-expanded="true"] .mobile-menu-trigger__burger {
  background-color: transparent; }
[aria-expanded="true"] .mobile-menu-trigger__burger:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }
[aria-expanded="true"] .mobile-menu-trigger__burger:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
.mobile-menu-trigger__txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #393733;
  margin-left: .2rem; }
@media (min-width: 62em) {
  .mobile-menu-trigger {
    display: none; } }

/*------------------------------------*\
    #FOOTER
\*------------------------------------*/
.footer {
  background-color: #1e1e1c;
  padding: 2rem 0;
  color: #fff;
  margin-top: 2rem;
  font-family: Helvetica, Arial, sans-serif; }
.front .footer {
  margin-top: 0; }
.footer a {
  color: #fff; }
.footer a.active {
  text-decoration: underline;
  color: #fff; }
.no-touchevents .footer a:hover, .no-touchevents .footer a:focus {
  text-decoration: underline; }
@media (max-width: 47.99em) {
  .footer li {
    padding: .5em 0; } }
@media (min-width: 48em) {
  .footer__list li {
    display: inline-block;
    vertical-align: middle; }
  .footer__list li + li {
    margin-left: 4rem; } }

/*------------------------------------*\
#BROWSE HAPPY. DIE IE8, DIE!!!
\*------------------------------------*/
.browsehappy {
  background-color: #f0ad4e;
  color: #444;
  padding: 4rem 2rem;
  text-align: center; }
.browsehappy p {
  max-width: 128rem;
  margin: 0 auto; }

/* ==========================================================================
	 Form basic style
	thanks to HTML5boilerplate,
	github.com/nathansmith/formalize
	and www.sitepen.com
	 ========================================================================== */
/*
* forms items
*/
button {
  -webkit-appearance: none; }

input, button, select, label, [class*="btn-"] {
  vertical-align: middle;
  font-family: inherit;
  font-size: inherit; }

label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer; }

legend {
  border: 0;
  white-space: normal; }

textarea {
  min-height: 5em;
  vertical-align: top;
  font-family: inherit;
  font-size: inherit;
  resize: vertical; }

/*
* Clickable input types in iOS
*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="search"] {
  -webkit-appearance: textfield; }

/* if select styling bugs on WebKit
* 'x' appears on right of search input when text is entered. This removes it
*/
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  display: none; }

/*
* Removes inner padding and border in FF3+
*/
button::-moz-focus-inner, input[type='button']::-moz-focus-inner, input[type='reset']::-moz-focus-inner, input[type='submit']::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
* Placeholder
*/
::-webkit-input-placeholder {
  color: #777;
  opacity: 1; }

input:-moz-placeholder, input::-moz-placeholder, textarea:-moz-placeholder, textarea::-moz-placeholder {
  color: #777;
  opacity: 1; }

/**
* Input style
*/
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea, select {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  padding: 1rem 1.5rem 0.6rem;
  height: 4rem;
  transition: border-color 250ms ease-in; }
input[type="text"].error, input[type="password"].error, input[type="email"].error, input[type="tel"].error, textarea.error, select.error {
  color: #80262c;
  border-color: #80262c; }
.no-touchevents input[type="text"]:hover, .no-touchevents input[type="text"]:focus, .no-touchevents input[type="password"]:hover, .no-touchevents input[type="password"]:focus, .no-touchevents input[type="email"]:hover, .no-touchevents input[type="email"]:focus, .no-touchevents input[type="tel"]:hover, .no-touchevents input[type="tel"]:focus, .no-touchevents textarea:hover, .no-touchevents textarea:focus, .no-touchevents select:hover, .no-touchevents select:focus {
  border-color: #b4aeaa; }

textarea {
  height: auto; }

/* Select */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOBAMAAAACpFvcAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1MDlBNTcwRURCRDMxMUU1OTZBREYwRkU2RDkyNzY1NiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1MDlBNTcwRkRCRDMxMUU1OTZBREYwRkU2RDkyNzY1NiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjUwOUE1NzBDREJEMzExRTU5NkFERjBGRTZEOTI3NjU2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjUwOUE1NzBEREJEMzExRTU5NkFERjBGRTZEOTI3NjU2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+vBbDJQAAABtQTFRFG1SKG1SKG1SKG1SKG1SKG1SKG1SKG1SKG1SKoA5YcQAAAAl0Uk5TAAYMIT6brq/YuHrEKQAAAFBJREFUCFtjMGQAAUYDhjABEEMsgEE8ESSQLsDAWAYUEi9kABOM5UCOIZAUTwQrFisqEwArZsxIhCoWEUBRzABWDDYepBhiTwZEgIFBBCQAAJ4ADnOo+PPsAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  padding-right: 3.5rem;
  cursor: pointer; }

select::-ms-expand {
  display: none; }

/* Form item */
.form-item {
  position: relative; }

/**
* CHECKBOX
*/
.form-item input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  visibility: hidden; }
.form-item input[type="checkbox"] + label {
  padding-left: 2rem; }
.form-item input[type="checkbox"] + label:before {
  content: '';
  width: 1.3rem;
  height: 1.3rem;
  border: 1px solid #004684;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -.5rem; }
.contact-form .form-item input[type="checkbox"] + label {
  display: block;
  margin-left: 1rem; }
.form-item input[type="checkbox"]:checked + label:after {
  content: '';
  width: .7rem;
  height: .7rem;
  background-color: #004684;
  position: absolute;
  left: .3rem;
  top: 50%;
  margin-top: -.2rem; }

/**
* CHECKBOX
*/
.form-item input[type="radio"] {
  position: absolute;
  opacity: 0;
  visibility: hidden; }
.form-item input[type="radio"] + label {
  padding-left: 2rem;
  font-weight: normal; }
.form-item input[type="radio"] + label:before {
  content: '';
  width: 1.1rem;
  height: 1.1rem;
  border: 1px solid #393733;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -.5rem;
  border-radius: 50%; }
.form-item input[type="radio"]:checked + label:after {
  content: '';
  width: .7rem;
  height: .7rem;
  background-color: #004684;
  position: absolute;
  left: .2rem;
  top: 50%;
  margin-top: -.3rem;
  border-radius: 50%; }

/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
[class^="btn-"], .search-form .form-submit, [class*=" btn-"], #sliding-popup .agree-button, #sliding-popup .find-more-button {
  display: inline-block;
  vertical-align: middle;
  padding: 1.4rem 2rem;
  text-align: center;
  color: #fff;
  border: 0;
  transition: background-color 250ms ease-in, border-color 250ms ease-in;
  line-height: 1;
  font-size: 1.2em; }
.no-touchevents [class^="btn-"]:hover, .no-touchevents .search-form .form-submit:hover, .search-form .no-touchevents .form-submit:hover, .no-touchevents [class^="btn-"]:focus, .no-touchevents .search-form .form-submit:focus, .search-form .no-touchevents .form-submit:focus, .no-touchevents [class*=" btn-"]:hover, .no-touchevents [class*=" btn-"]:focus, .no-touchevents #sliding-popup .agree-button:hover, #sliding-popup .no-touchevents .agree-button:hover, .no-touchevents #sliding-popup .find-more-button:hover, #sliding-popup .no-touchevents .find-more-button:hover, .no-touchevents #sliding-popup .agree-button:focus, #sliding-popup .no-touchevents .agree-button:focus, .no-touchevents #sliding-popup .find-more-button:focus, #sliding-popup .no-touchevents .find-more-button:focus {
  text-decoration: none;
  color: #fff; }
[class^="btn-"] > svg, .search-form .form-submit > svg, [class*=" btn-"] > svg, #sliding-popup .agree-button > svg, #sliding-popup .find-more-button > svg {
  width: 1.6rem;
  height: 1.6rem; }
[class^="btn-"] > svg:first-child, .search-form .form-submit > svg:first-child, [class*=" btn-"] > svg:first-child, #sliding-popup .agree-button > svg:first-child, #sliding-popup .find-more-button > svg:first-child {
  margin-right: 1rem; }
[class^="btn-"] > svg:last-child, .search-form .form-submit > svg:last-child, [class*=" btn-"] > svg:last-child, #sliding-popup .agree-button > svg:last-child, #sliding-popup .find-more-button > svg:last-child {
  margin-left: 1rem; }
[class^="btn-"].-small, .search-form .-small.form-submit, [class*=" btn-"].-small, #sliding-popup .-small.agree-button, #sliding-popup .-small.find-more-button {
  font-size: 1em;
  padding: 1rem 1.5rem; }

.btn-primary, #sliding-popup .agree-button, .search-form .form-submit {
  border: 2px solid #004684;
  background-color: transparent;
  color: #004684; }
.no-touchevents .btn-primary:hover, .no-touchevents #sliding-popup .agree-button:hover, #sliding-popup .no-touchevents .agree-button:hover, .no-touchevents .search-form .form-submit:hover, .search-form .no-touchevents .form-submit:hover, .no-touchevents .btn-primary:focus, .no-touchevents #sliding-popup .agree-button:focus, #sliding-popup .no-touchevents .agree-button:focus, .no-touchevents .search-form .form-submit:focus, .search-form .no-touchevents .form-submit:focus {
  background-color: #004684;
  color: #fff; }
.btn-primary.-white, #sliding-popup .agree-button, .search-form .-white.form-submit {
  border-color: #fff;
  color: #fff; }
.no-touchevents .btn-primary.-white:hover, .no-touchevents #sliding-popup .agree-button:hover, #sliding-popup .no-touchevents .agree-button:hover, .no-touchevents .search-form .-white.form-submit:hover, .search-form .no-touchevents .-white.form-submit:hover, .no-touchevents .btn-primary.-white:focus, .no-touchevents #sliding-popup .agree-button:focus, #sliding-popup .no-touchevents .agree-button:focus, .no-touchevents .search-form .-white.form-submit:focus, .search-form .no-touchevents .-white.form-submit:focus {
  background-color: #fff;
  color: #004684; }
.btn-primary.-small, #sliding-popup .-small.agree-button, .search-form .-small.form-submit {
  border-width: 1px; }

.btn-secondary, #sliding-popup .find-more-button {
  border: 2px solid #004684;
  background-color: #004684;
  color: #fff; }
.no-touchevents .btn-secondary:hover, .no-touchevents #sliding-popup .find-more-button:hover, #sliding-popup .no-touchevents .find-more-button:hover, .no-touchevents .btn-secondary:focus, .no-touchevents #sliding-popup .find-more-button:focus, #sliding-popup .no-touchevents .find-more-button:focus {
  border-color: #fff;
  background-color: #fff;
  color: #004684; }

/*------------------------------------*\
    #ICONS - SVG SPRITE
\*------------------------------------*/
[class^="icon-"], [class*=" icon-"] {
  line-height: 1;
  width: 2.4rem;
  height: 2.4rem;
  fill: currentColor; }

/*------------------------------------*\
#BANNER
\*------------------------------------*/
.banner {
  position: relative;
  margin-bottom: 2rem; }
.banner__title {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 3rem;
  margin-bottom: 0; }
.banner__title a {
  color: #393733; }
.banner__title:before {
  content: '';
  display: block;
  height: 2px;
  width: 5rem;
  background-color: #393733;
  margin-bottom: 1.2rem; }
@media (min-width: 48em) {
  .banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(65, 65, 65, 0.3); }
  .banner__title {
    position: absolute;
    left: 2rem;
    bottom: 1.5rem;
    color: #fff;
    z-index: 5;
    font-size: 4.9rem; }
  .banner__title a {
    color: #fff; }
  .banner__title:before {
    background-color: #eae1d1; } }

/**
* SLIDER VERSION FOR HOMEPAGE
*/
.banners-slider {
  position: relative; }
.banners-slider__list li {
  width: 100%; }
.banners-slider__list a {
  display: block; }
.banners-slider__prev, .banners-slider__next {
  display: none;
  position: absolute;
  top: 50%;
  width: 3.5rem;
  height: 3.5rem;
  background-color: #e3e3e3;
  padding: 0;
  border: 0;
  border-radius: 50%;
  z-index: 250;
  margin-top: -1.7rem; }
.banners-slider__prev > svg, .banners-slider__next > svg {
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
.no-touchevents .banners-slider__prev:hover, .no-touchevents .banners-slider__prev:focus, .no-touchevents .banners-slider__next:hover, .no-touchevents .banners-slider__next:focus {
  background-color: #004684;
  color: #fff; }
.banners-slider__prev {
  left: 2rem; }
.banners-slider__next {
  right: 2rem; }
.banners-slider__pager {
  text-align: center;
  z-index: 250;
  margin-bottom: 4rem;
  margin-top: 1rem; }
.banners-slider__pager span {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #e3e3e3;
  border: 2px solid #e3e3e3;
  cursor: pointer; }
.banners-slider__pager span + span {
  margin-left: .8rem; }
.banners-slider__pager .cycle-pager-active {
  background-color: #004684; }
@media (min-width: 48em) {
  .banners-slider .banner__title {
    font-size: 3.2rem;
    bottom: 7.5rem;
    left: 8rem; }
  .banners-slider .banner {
    margin-bottom: 2.5em; }
  .banners-slider__pager {
    position: absolute;
    right: 2rem;
    bottom: 4rem;
    margin-bottom: 0; }
  .banners-slider__prev, .banners-slider__next {
    display: block; } }

/*------------------------------------*\
    #BLUE CARD
\*------------------------------------*/
/**
* LIST
*/
.cards-list li {
  padding-left: 10px;
  padding-right: 10px; }
@media (min-width: 37.5em) {
  .cards-list li {
    float: left;
    width: 50%; } }
@media (min-width: 48em) {
  .cards-list li {
    width: 33.3333%; } }
@media (min-width: 75em) {
  .cards-list li {
    width: 25%; }
  .cards-list.-three li {
    width: 33.3333%; } }

/**
* BLUE CARD
*/
.blue-card {
  padding: 2rem;
  background: url("../img/logo-bluecard.svg") center no-repeat #004684;
  color: #fff;
  margin-bottom: 2rem;
  position: relative;
  /* With picture */
  /* Width icon */ }
.blue-card__title {
  padding-top: 1rem;
  font-size: 3.2rem;
  color: #fff;
  margin-top: 1rem; }
.blue-card__title:after {
  content: '';
  display: block;
  width: 1.5625em;
  height: 2px;
  background-color: #b4aeaa;
  margin-top: 1.2rem; }
.blue-card__footer {
  margin-top: calc(6rem + 3vw);
  text-align: center; }
.blue-card__summary {
  font-size: 1.15em;
  padding-right: 4rem;
  position: relative;
  z-index: 5; }
.blue-card__icon {
  display: inline-block;
  position: absolute;
  right: 1rem;
  bottom: 2rem;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  border: 2px solid #2069aa;
  color: #2069aa; }
.blue-card__icon > svg {
  width: 6rem;
  height: 6rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
.blue-card__more {
  position: static;
  display: inline-block; }
.blue-card__more:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
.blue-card.-picture {
  padding-top: 0;
  padding-bottom: 10rem;
  background-image: none; }
.blue-card.-picture .blue-card__title {
  margin-bottom: 0; }
.blue-card.-picture .blue-card__footer {
  margin-top: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2rem; }
.blue-card__picture {
  width: calc(100% + 4rem);
  max-width: calc(100% + 4rem);
  margin-left: -2rem;
  margin-right: -2rem; }
.blue-card.-has-icon {
  background-image: none; }

/*------------------------------------*\
    #SELECT ARCHIVES DATE
\*------------------------------------*/
.select-archives-date {
  display: inline-block;
  border: 2px solid #fff;
  padding-right: 4.5rem;
  position: relative; }
.select-archives-date select {
  background-color: transparent;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAASCAMAAAB/2U7WAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpENUM2NjYxMkMzNEExMUU1OUUyQ0ZCOTcxMkFENEJFNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpENUM2NjYxM0MzNEExMUU1OUUyQ0ZCOTcxMkFENEJFNSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ1QzY2NjEwQzM0QTExRTU5RTJDRkI5NzEyQUQ0QkU1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ1QzY2NjExQzM0QTExRTU5RTJDRkI5NzEyQUQ0QkU1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+oOK+pgAAAFdQTFRFFFiV////////////////////////////////////////////////////////////////////////////////////////////////////////////FFiVWFwABAAAABx0Uk5TAAAvMDE+P0BBQ0RFRlVWV1hZbZuuxtXn6Onr7MYZ/CYAAAB/SURBVCjPrdFJDoAgDAVQBidUBmeo3v+cKmBUxJWygeYlbfNBC8KvB/2EfXEpiv6ODPLTgAVtGWT+lUP5mFl6zaCKLFRBeliAHXWaQo1x0t2Rm01raOfNqBFBW2F1cPaYKTS1NzUyspDUZDcto/HtSrR6yVZN3Fk0eDU2X79sBShLCEbBruUrAAAAAElFTkSuQmCC);
  background-position: right 15px top 50%;
  border: 0;
  font-size: 1.4em;
  border-right: 2px solid #fff;
  padding: .5rem 5.5rem .5rem 1rem;
  text-align: center;
  max-width: 20rem; }
.select-archives-date select option {
  color: #004684;
  background-color: #fff;
  text-align: left; }
.no-touchevents .select-archives-date select:hover, .no-touchevents .select-archives-date select:focus {
  background-color: rgba(255, 255, 255, 0.15);
  cursor: pointer; }
.select-archives-date a {
  color: #fff;
  font-size: 1.065em;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 4.5rem;
  line-height: 4.5rem; }
.no-touchevents .select-archives-date a:hover, .no-touchevents .select-archives-date a:focus {
  background-color: #fff;
  color: #004684; }

/*------------------------------------*\
    #ARCHIVES LIST
\*------------------------------------*/
.archives-list li {
  padding: 2rem 15rem 2rem 0;
  position: relative; }
.archives-list li:after {
  content: '';
  background-color: #b4aeaa;
  width: 10rem;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -5rem; }
.archives-list li [class*="btn"] {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

/*------------------------------------*\
    #PAGER
\*------------------------------------*/
.pager {
  text-align: center;
  font-size: 1.2em;
  margin: 3rem 0; }
.pager li {
  display: inline-block;
  vertical-align: middle; }
.pager a, .pager span {
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  line-height: 3.6rem;
  border-radius: 50%; }
.no-touchevents .pager a:hover, .no-touchevents .pager a:focus {
  background-color: #004684;
  color: #fff; }
.pager span {
  background-color: #004684;
  color: #fff; }

/*------------------------------------*\
    #BORDERED BLOCK
\*------------------------------------*/
.bordered-block {
  background: url("../img/bg-pattern.png") center repeat;
  border: 2px solid #b4aeaa;
  -webkit-border-image: url(../img/bordered-block.png) 27 repeat;
  -o-border-image: url(../img/bordered-block.png) 27 repeat;
  border-image: url(../img/bordered-block.png) 27 fill repeat;
  margin-bottom: 2rem;
  border-image-width: 10;
  padding: 2rem; }
.bordered-block__title {
  font-size: 2.6rem;
  color: #393733; }
.bordered-block__title:after {
  content: '';
  display: block;
  margin: 1rem 0;
  width: 5rem;
  height: 2px;
  background-color: #393733; }
.bordered-block__list li + li:before {
  content: '';
  width: 14rem;
  height: 1px;
  background-color: #b4aeaa;
  display: block;
  margin: 1rem auto; }
.bordered-block__list a {
  font-size: 1.2em; }
.bordered-block__list span {
  font-size: 1.2em;
  color: #004684; }
.bordered-block a[href*="mailto:"] {
  word-break: break-all; }

/*------------------------------------*\
#PUBLICATIONS CARD
\*------------------------------------*/
/**
* List of publications card
*/
.publications-list.-split li {
  padding-left: 10px;
  padding-right: 10px; }
@media (min-width: 48em) {
  .publications-list.-split li {
    float: left;
    width: 50%; } }

.publications-card {
  text-align: center;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column; }
.publications-card__title {
  font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  position: relative; }
.publications-card__title:after {
  content: '';
  background-color: #b4aeaa;
  width: 10rem;
  height: 1px;
  position: absolute;
  bottom: -1.2rem;
  left: 50%;
  margin-left: -5rem; }
.publications-card__summary {
  font-size: 1.065em;
  margin: 1.5rem 0 2rem; }
.publications-card__footer {
  margin-top: auto; }

/*------------------------------------*\
#PUBLICATIONS CARD
\*------------------------------------*/
.library-list {
  overflow: hidden;
  padding: 2rem 0; }
.library-list li {
  list-style-type: none;
  border-bottom: 2rem solid #583f28;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  position: relative; }
.library-list li:before {
  content: '';
  height: 4rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 3rem solid #BC8E5D;
  border-left: 2rem solid transparent;
  border-right: 2rem solid transparent; }
.library-list li:last-child:before {
  border-right: 2rem solid transparent !important; }
@media (min-width: 37.5em) {
  .library-list {
    display: flex;
    flex-wrap: wrap; }
  .library-list li {
    flex: 1 1 50%; } }
@media (min-width: 37.5em) and (max-width: 47.99em) {
  .library-list li:nth-child(2n):before {
    border-left: none; }
  .library-list li:nth-child(2n+1):before {
    border-right: none; } }
@media (min-width: 48em) {
  .library-list li {
    flex-basis: 33%; } }
@media (min-width: 48em) and (max-width: 61.99em) {
  .library-list li:nth-child(3n+1):before {
    border-right: none; }
  .library-list li:nth-child(3n+2):before {
    border-right: none;
    border-left: none; }
  .library-list li:nth-child(3n+3):before {
    border-left: none; } }
@media (min-width: 62em) {
  .library-list li {
    flex-basis: 25%; } }
@media (min-width: 62em) and (max-width: 74.99em) {
  .library-list li:nth-child(4n+1):before {
    border-right: none; }
  .library-list li:nth-child(4n+2):before, .library-list li:nth-child(4n+3):before {
    border-right: none;
    border-left: none; }
  .library-list li:nth-child(4n+4):before {
    border-left: none; } }
@media (min-width: 75em) {
  .library-list li {
    flex-basis: 20%; }
  .library-list li:nth-child(5n+1):before {
    border-right: none; }
  .library-list li:nth-child(5n+2):before, .library-list li:nth-child(5n+3):before, .library-list li:nth-child(5n+4):before {
    border-right: none;
    border-left: none; }
  .library-list li:nth-child(5n+5):before {
    border-left: none; } }

.library-card {
  text-align: center; }
.library-card a {
  position: relative;
  z-index: 2;
  box-shadow: 0 2rem 3rem rgba(0, 0, 0, 0.3);
  transition: transform .3s;
  display: inline-block; }
.library-card a:hover, .library-card a:focus {
  transform: scale(1.05); }
.library-card a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
.library-card:not(.-with-img):after {
  background: rgba(57, 55, 51, 0.4); }
.library-card__title {
  text-shadow: 0 0 1rem #393733;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateZ(0);
  margin: 0;
  color: #fff;
  font-size: 3rem;
  width: 90%;
  display: inline-block;
  z-index: 1; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.6;
  filter: alpha(opacity=60); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
.mfp-preloader a {
  color: #CCC; }
.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }
.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.mfp-arrow:active {
  margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }
.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }
.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }
.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }
.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*------------------------------------*\
    #MODAL
\*------------------------------------*/
.modal {
  background-color: #fff;
  max-width: 62rem;
  width: 96%;
  margin: 0 auto;
  padding: 2rem;
  position: relative; }
.modal__header {
  text-align: center;
  margin-top: 3rem; }
.modal__title:after {
  content: '';
  display: block;
  margin: 2rem auto;
  width: 5rem;
  height: 2px;
  background-color: #b4aeaa; }

/*------------------------------------*\
    #COLLAPSE
\*------------------------------------*/
.collapse {
  margin-left: 2rem; }
.collapse__title {
  font-size: 2rem;
  font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  position: relative;
  padding-right: 3.5rem;
  padding-top: 1.5rem; }
.collapse__title button {
  background-color: transparent;
  border: 0;
  padding: 0;
  text-align: left;
  display: block; }
.collapse__title button:hover, .collapse__title button:focus {
  color: #004684; }
.collapse__title button > svg {
  position: absolute;
  right: 1.5rem;
  width: 1.6rem;
  height: 1.6rem;
  top: 50%; }
.collapse__title [aria-expanded="true"] {
  color: #004684; }
.collapse__title [aria-expanded="true"] > svg {
  transform: rotate(180deg); }
.collapse__content + .collapse__title {
  border-top: 1px solid #b4aeaa; }

/*------------------------------------*\
    #WYSIWYG
\*------------------------------------*/
.wysiwyg-block {
  font-size: 1.1em;
  line-height: 1.5;
  /* Blockquote - Citation */
  /* Table */
  /* PDF Download */
  /* List */ }
.wysiwyg-block blockquote {
  font-style: italic;
  font-size: 1.085em;
  quotes: "“" "”" "‘" "’"; }
.wysiwyg-block blockquote:before, .wysiwyg-block blockquote:after {
  color: #004684;
  font-family: 'Georgia', serif;
  font-size: 2em;
  line-height: .5em;
  vertical-align: 0;
  position: relative; }
.wysiwyg-block blockquote:before {
  content: open-quote;
  bottom: -.75ex;
  margin-right: .5rem; }
.wysiwyg-block blockquote:after {
  content: close-quote;
  top: 1.25ex; }
.wysiwyg-block table {
  width: 100%;
  border: 1px solid #b4aeaa;
  table-layout: fixed;
  margin: 1em 0; }
.wysiwyg-block table tr {
  border-bottom: 1px solid #b4aeaa; }
.wysiwyg-block table th {
  color: #004684; }
.wysiwyg-block table th + th {
  border-left: 1px solid #b4aeaa; }
.wysiwyg-block table th, .wysiwyg-block table td {
  padding: 1.5rem .6rem;
  text-align: center; }
.wysiwyg-block table th + td, .wysiwyg-block table td + td {
  border-left: 1px solid #b4aeaa; }
.wysiwyg-block .download-pdf {
  margin: 2em 0;
  text-align: center; }
.wysiwyg-block .download-pdf:before, .wysiwyg-block .download-pdf:after {
  content: '';
  height: 1px;
  background-color: #b4aeaa;
  width: 18.5rem;
  margin-left: auto;
  margin-right: auto;
  display: block; }
.wysiwyg-block .download-pdf:before {
  margin-bottom: 4rem; }
.wysiwyg-block .download-pdf:after {
  margin-top: 4rem; }
.wysiwyg-block .download-pdf [class*="btn-"] {
  min-width: 24rem; }
.wysiwyg-block ul {
  list-style-type: none;
  position: relative;
  margin-left: 2.5em;
  padding-left: 0; }
.wysiwyg-block ul li:before {
  content: "\2022";
  position: absolute;
  left: -1em;
  color: #004684;
  margin-right: .5rem; }
.wysiwyg-block ol {
  list-style-type: none;
  position: relative;
  margin-left: 2.5em;
  padding-left: 0;
  counter-reset: olCounter; }
.wysiwyg-block ol li {
  counter-increment: olCounter; }
.wysiwyg-block ol li:before {
  content: counter(olCounter) ".";
  position: absolute;
  left: -1em;
  color: #004684;
  margin-right: .5rem; }

html.js input.form-autocomplete {
  background-image: none; }

#sliding-popup {
  background: #004684;
  color: #fff;
  padding: 1.5rem calc(20px + 1em / 2);
  box-shadow: 0 -0.5rem 1rem rgba(30, 30, 28, 0.3);
  max-width: 100%;
  left: 0;
  right: 0; }
#sliding-popup .popup-content {
  max-width: 100%; }
#sliding-popup .popup-content #popup-text, #sliding-popup .popup-content #popup-buttons {
  float: none;
  max-width: 100%; }
#sliding-popup .agree-button, #sliding-popup .find-more-button {
  margin-top: 1rem; }
#sliding-popup .find-more-button {
  text-align: left; }
@media (min-width: 62em) {
  #sliding-popup .popup-content {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  #sliding-popup .popup-content #popup-text {
    margin-right: 2rem; }
  #sliding-popup .popup-content #popup-buttons {
    display: flex;
    align-items: center;
    min-width: 28rem; }
  #sliding-popup .popup-content p {
    margin-bottom: 0; }
  #sliding-popup .agree-button, #sliding-popup .find-more-button {
    white-space: nowrap;
    margin: 0; }
  #sliding-popup .agree-button {
    margin-right: 1rem; } }

/*------------------------------------*\
    #ICONOGRAPHIE PAGE
\*------------------------------------*/
/**
* Iconographie items list
*/
.iconographies-list li {
  padding-left: 10px;
  padding-right: 10px; }
@media (min-width: 37.5em) {
  .iconographies-list li {
    float: left;
    width: 50%; } }
@media (min-width: 48em) {
  .iconographies-list li {
    width: 33.3333%; } }
@media (min-width: 62em) {
  .iconographies-list li {
    width: 25%; } }

.iconographie-card {
  margin-bottom: 5rem; }
.iconographie-card__header {
  position: relative;
  overflow: hidden;
  /* For touch devices the link are visible by default */ }
.iconographie-card__header img {
  width: 100%;
  height: auto; }
.iconographie-card__header:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  background-color: rgba(0, 70, 132, 0.7);
  transition: top 250ms ease-in; }
.no-touchevents .iconographie-card__header:hover:after, .no-touchevents .iconographie-card__header:focus:after {
  top: 0; }
.no-touchevents .iconographie-card__header:hover .iconographie-card__actions, .no-touchevents .iconographie-card__header:focus .iconographie-card__actions {
  opacity: 1; }
.touchevents .iconographie-card__header:after {
  top: auto;
  height: 6rem; }
.iconographie-card__actions {
  position: absolute;
  top: 50%;
  left: 1rem;
  right: 1rem;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  opacity: 0;
  transition: opacity 400ms ease-in;
  /* For touch devices the link are visible by default */ }
.iconographie-card__actions a {
  color: #fff;
  margin: 0 .5rem;
  display: inline-block; }
.no-touchevents .iconographie-card__actions a:hover, .no-touchevents .iconographie-card__actions a:focus {
  color: #b4aeaa; }
.iconographie-card__actions svg {
  width: 3.2rem;
  height: 3.2rem; }
.touchevents .iconographie-card__actions {
  opacity: 1;
  bottom: 1.5rem;
  top: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }
.iconographie-card__content {
  padding: 2rem 2rem 0;
  position: relative; }
.iconographie-card__content:after {
  content: '';
  position: absolute;
  left: 2rem;
  bottom: -1rem;
  width: 5rem;
  height: 2px;
  background-color: #b4aeaa; }
.iconographie-card__title {
  font-size: 1.15em;
  color: #004684;
  font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
  font-weight: bold;
  margin-bottom: 1rem; }
.iconographie-card__desc {
  margin: .5rem 0; }
.iconographie-card__desc p {
  margin: 0; }

/**
* ICONOGRAPHIE DOWNLOAD FORM
*/
.iconographie-download-form input[type="text"], .iconographie-download-form input[type="email"], .iconographie-download-form textarea {
  display: block;
  width: 100%;
  max-width: 46rem;
  margin: 2rem auto; }
.iconographie-download-form__terms {
  text-align: center;
  margin: 2rem 0; }
.iconographie-download-form .form-actions {
  text-align: center; }
.iconographie-download-form .form-actions input[type="submit"] {
  margin-left: 1rem; }
.iconographie-download-form .form-actions [class^="btn-"], .iconographie-download-form .form-actions .search-form .form-submit, .search-form .iconographie-download-form .form-actions .form-submit {
  margin: 1rem 0; }
.iconographie-download-form .g-recaptcha > div {
  margin: auto;
  display: block; }
@media (min-width: 48em) {
  .iconographie-download-form__accept-terms {
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    padding-left: 5rem; }
  .iconographie-download-form__accept-terms .form-item {
    display: inline-block; }
  .iconographie-download-form .form-actions {
    display: inline-block;
    vertical-align: middle;
    width: 50%; } }

/*------------------------------------*\
    #CONTACT
\*------------------------------------*/
.contact-form .form-item, .contact-form .form-action {
  margin: 2rem 0;
  clear: left; }
.contact-form .form-item.-half, .contact-form .form-action.-half {
  clear: none; }
.contact-form .form-action {
  text-align: center; }
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
  width: 100%; }
.contact-form textarea {
  min-height: 14rem; }
.contact-form__files {
  position: relative;
  margin-bottom: 2rem; }
.contact-form__files strong {
  font-size: 1.125em; }
.contact-form__files > span {
  display: block;
  text-align: center;
  font-size: .85em; }
.contact-form__files label span {
  font-size: .85em;
  max-width: 17rem;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }
.contact-form > div {
  position: relative; }
.contact-form .captcha {
  position: absolute;
  bottom: 175px;
  right: 0; }
.contact-form #edit-submitted-pieces-jointes-ajax-wrapper {
  margin-top: 90px; }
@media (max-width: 47.99em) {
  .contact-form .captcha {
    width: 100%; }
  .contact-form .g-recaptcha > div {
    margin: auto;
    display: block; } }
@media (min-width: 48em) {
  .contact-form__files {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.5rem;
    margin-bottom: 0; }
  .contact-form__files > span {
    text-align: right;
    position: absolute;
    top: 100%;
    right: 0; }
  .contact-form .form-item.-half {
    width: calc(50% - 1rem);
    float: left; }
  .contact-form .form-item.-half + .form-item.-half {
    margin-left: 2rem; }
  .contact-form .form-action {
    text-align: right; }
  .contact-form .captcha {
    bottom: 85px; } }

/*------------------------------------*\
#HOME SWEET HOME
\*------------------------------------*/
.big-quote {
  font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
  font-style: italic;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  margin: 2em 0;
  position: relative; }
@media (min-width: 48em) {
  .big-quote {
    font-size: 1.45em;
    margin: 2em 8rem;
    quotes: "“" "”" "‘" "’"; }
  .big-quote:before, .big-quote:after {
    color: #b4aeaa;
    font-family: 'Bodoni', 'Georgia', serif;
    font-size: 12rem;
    line-height: 1;
    position: absolute;
    opacity: .3;
    font-style: normal; }
  .big-quote:before {
    content: open-quote;
    top: -1rem;
    left: -8rem; }
  .big-quote:after {
    content: close-quote;
    bottom: -6rem;
    right: -8rem; } }
@media (min-width: 75em) {
  .big-quote {
    margin: 2em 12rem; }
  .big-quote:before, .big-quote:after {
    font-size: 18rem; }
  .big-quote:before {
    left: -10rem; }
  .big-quote:after {
    right: -10rem;
    bottom: -10rem; } }

.front .cards-list {
  margin-bottom: 3em; }

/**
* LAST ARCHIVES
*/
.front-archives {
  background: url("//unsplash.it/1600/540") center no-repeat;
  background-size: cover;
  margin-top: 4rem; }

.new-archives {
  background-color: #004684;
  color: #fff;
  padding: 4rem 2rem; }
.new-archives__title {
  color: #fff;
  font-size: 3rem; }
.new-archives a:not([class*="btn-"]) {
  color: #fff; }
.no-touchevents .new-archives a:not([class*="btn-"]):hover, .no-touchevents .new-archives a:not([class*="btn-"]):focus {
  text-decoration: underline; }
.new-archives__title {
  margin-bottom: 2rem; }
.new-archives__title:after {
  content: '';
  display: block;
  width: 5rem;
  height: 2px;
  margin-top: 1rem;
  background-color: #fff; }
.new-archives__list {
  margin-bottom: 2em; }
.new-archives__list li {
  margin: .5rem 0; }
@media (min-width: 48em) {
  .new-archives {
    float: right;
    width: 43.75%;
    padding: 5rem 4rem; }
  .new-archives__title {
    font-size: 4.9rem; }
  .new-archives__list {
    font-size: 1.125em; } }

/*------------------------------------*\
    #SEARCH
\*------------------------------------*/
.search-form:after {
  content: '';
  background-color: #e3e3e3;
  width: 15rem;
  height: 1px;
  display: block;
  margin: 4rem auto; }
.search-form label {
  font-weight: normal; }
.search-form .form-item {
  display: block; }
.search-form .form-group .form-item {
  display: inline-block;
  vertical-align: middle; }
.search-form .form-group .form-item + .form-item {
  margin-left: 2rem; }

/* by ARNAUD */
.wormstabs {
  width: 100%;
  padding: 10px 10px 0;
  margin: 10px auto 0;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1280px;
  height: 31px; }

.wormstabs div.tabs {
  margin: 0; }

.wormstabs ul {
  border-bottom: none;
  height: auto;
  float: left;
  margin: 0;
  padding: 0; }

.wormstabs ul li {
  width: auto;
  float: left; }

.wormstabs ul li a {
  padding: .2em 1em; }

.wormstabs .tabs .active a {
  color: #0078ae; }

.wormstabs .tabs .active a:hover {
  color: white; }

.wormsmessages {
  width: 100%;
  border: none;
  padding: 0;
  margin: 0;
  clear: both; }

.wormsmessages .container-fluid {
  margin: 0;
  padding: 0; }

.form-wrapper .fieldset-legend {
  display: none; }

.wysiwyg-block .bordered-block table, .wysiwyg-block .bordered-block tbody, .wysiwyg-block .bordered-block tr, .wysiwyg-block .bordered-block td {
  border: none; }

.wysiwyg-block .bordered-block td {
  text-align: left; }

.chrono-page div.field-content, .chrono-page.wysiwyg-block, .chrono-page.wysiwyg-block p {
  text-align: justify; }

.chrono-page a:hover {
  text-decoration: underline; }

.wysiwyg-block a:hover {
  text-decoration: underline; }

.wysiwyg-block a.btn-primary:hover, .wysiwyg-block #sliding-popup a.agree-button:hover, #sliding-popup .wysiwyg-block a.agree-button:hover, .wysiwyg-block .search-form a.form-submit:hover, .search-form .wysiwyg-block a.form-submit:hover {
  text-decoration: none; }

.wysiwyg-block p .btn-secondary, .wysiwyg-block p #sliding-popup .find-more-button, #sliding-popup .wysiwyg-block p .find-more-button {
  padding: 0;
  display: inline;
  border: none;
  background-color: transparent;
  color: #004684;
  font-size: inherit;
  line-height: inherit;
  vertical-align: initial; }

ul.site-map-menu li.leaf {
  padding: 0.2em 0.5em 0.4em 0; }

ul.site-map-menu li a {
  font-size: 1.2em; }

/* header if user logged*/
.logged-in .header {
  top: 3rem; }
.logged-in .main {
  margin-top: 11rem; }

/*# sourceMappingURL=main.css.map */
