@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
\*------------------------------------*/
/**
* Notifications message
*/
.message--error, .message--warn, .message--success, .message--info {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid transparent; }

.message--error {
  color: #d73b38;
  border-color: #d73b38;
  background-color: #f7dad9; }

.message--warn {
  color: #f0cc41;
  border-color: #f0cc41;
  background-color: #fefcf5; }

.message--success {
  color: #207360;
  border-color: #207360;
  background-color: #7bdac4; }

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

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

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

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

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

/**
* Skip links
*/
.skip-link {
  position: absolute;
  left: -99999em;
  overflow: hidden; }
.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
 */
.listing, .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, .listing:after, .row:before, .listing:before, .clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.row:after, .listing:after, .clearfix:after {
  clear: both; }

/**
* Hide text for bg img
*/
/* Make hidden text accessible by screen readers */
.sr-only {
  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%; }

/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio, canvas, progress, video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template, [hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active, a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button, input, select, textarea {
  font: inherit; }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button, input, select {
  /* 2 */
  overflow: visible; }

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button, input, select, textarea {
  /* 1 */
  margin: 0; }

/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none; }

/**
 * Change the cursor in all browsers (opinionated).
 */
button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer; }

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, input:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; }

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* Added */
summary:focus {
  outline: none; }

summary::-webkit-details-marker {
  display: none; }

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

::-moz-selection {
  background: #37c2a2;
  text-shadow: none;
  color: #fff; }

::selection {
  background: #37c2a2;
  text-shadow: none;
  color: #fff; }

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

/* outline chrome*/
input:focus, a:focus, button:focus, select:focus {
  outline: none; }

.main:focus, .main-nav:focus {
  outline: 0; }

@media (min-width: 62em) {
  .main {
    width: calc(100% - 30rem);
    display: inline-block;
    border-left: 1px solid #e9e9e9;
    vertical-align: top;
    min-height: 84rem; } }
@media (min-width: 75em) {
  .main {
    width: calc(100% - 34rem); } }

.max-width {
  max-width: 140rem; }

/*
TIME
*/
time {
  font-size: 1.3rem;
  color: #929a96; }

/*
TABLE
*/
table {
  width: 100%;
  border-spacing: 0; }

td, th {
  padding: 1.5rem 2rem; }

td {
  border-bottom: 1px solid #e9e9e9; }

table.dataTable.no-footer, table.dataTable thead th, table.dataTable thead td {
  border: none; }

table.dataTable {
  margin: 0 auto 8rem; }
table.dataTable tbody td {
  padding: 1.5rem 1rem; }

/* colored blocks */
.-grey {
  background: #f3f3f3; }

/* colored blocks */
.-primary {
  background: #37c2a2; }

/*
LISTS
*/
ul {
  padding-left: 0;
  list-style-type: none; }

/*
** breadcrumb
*/
.breadcrumb {
  color: #37c2a2;
  padding: 2rem;
  font-size: 1.3rem; }
.breadcrumb a {
  color: #828282; }
.breadcrumb a:hover, .breadcrumb a:focus {
  color: #2e3834;
  text-decoration: none; }
.breadcrumb span {
  color: #37c2a2; }
@media (min-width: 62em) {
  .breadcrumb {
    padding: 4.5rem 8rem 0; } }

/*
PAGINATION
*/
.pagination {
  text-align: center;
  margin: 4rem 0; }
.pagination li {
  display: inline-block; }
.pagination a {
  display: block;
  border-radius: .2rem;
  border: 1px solid #303e48;
  width: 2.8rem;
  height: 2.8rem;
  text-align: center;
  color: #303e48;
  transition: background .5s; }
.pagination .pagination__active, .pagination a:hover, .pagination a:focus, .pagination .is-active a {
  background: #37c2a2;
  color: #fff;
  border-color: #37c2a2;
  text-decoration: none; }

/*
QUOTE
*/
blockquote {
  margin: 3rem;
  position: relative; }
@media (min-width: 48em) {
  blockquote {
    margin: 3.5rem; } }
blockquote:before, blockquote:after {
  content: '“';
  font-size: 6rem;
  color: #303e48;
  position: absolute;
  top: -3rem;
  left: -3rem; }
blockquote:after {
  content: '“';
  top: auto;
  left: auto;
  bottom: -3rem;
  right: -3rem;
  transform: rotate(-180deg); }

/* TROUBLE IN DISPLAY INLINE BLOCK
WITH NAVIGATION AND CONTENT */
body {
  letter-spacing: -0.31em; }

#toolbar-administration, header, main, footer {
  letter-spacing: normal; }

/*------------------------------------*\
#FONT FACE
\*------------------------------------*/
/*
** OPEN SANS
*/
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans-bold-webfont.woff2") format("woff2"), url("../fonts/opensans-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans-bolditalic-webfont.woff2") format("woff2"), url("../fonts/opensans-bolditalic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic; }
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans-italic-webfont.woff2") format("woff2"), url("../fonts/opensans-italic-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans-light-webfont.woff2") format("woff2"), url("../fonts/opensans-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans-lightitalic-webfont.woff2") format("woff2"), url("../fonts/opensans-lightitalic-webfont.woff") format("woff");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans-regular-webfont.woff2") format("woff2"), url("../fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
/*
** DOSIS
*/
@font-face {
  font-family: 'Dosis';
  src: url("../fonts/dosis-light-webfont.woff2") format("woff2"), url("../fonts/dosis-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Dosis';
  src: url("../fonts/dosis-medium-webfont.woff2") format("woff2"), url("../fonts/dosis-medium-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Dosis';
  src: url("../fonts/dosis-regular-webfont.woff2") format("woff2"), url("../fonts/dosis-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
/* ==========================================================================
	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%; }

/* 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 {
  position: relative;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1.6em;
  color: #2e3834;
  line-height: 1.5; }

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

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

h2, .h2-like {
  font-size: 3rem;
  text-transform: uppercase; }

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

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

/*
* 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: #37c2a2;
  text-decoration: none; }
a:hover, a:focus {
  text-decoration: underline; }

/*------------------------------------*\
    #GRID SYSTEM
\*------------------------------------*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0em;
  padding-right: 0em; }
@media (min-width: 48em) {
  .container {
    width: 45em; } }
@media (min-width: 62em) {
  .container {
    width: 58.75em; } }
@media (min-width: 75em) {
  .container {
    width: 71.25em; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0em;
  padding-right: 0em;
  max-width: 80em; }

.row, .listing {
  margin-left: 0em;
  margin-right: 0em; }

.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 {
  position: relative;
  min-height: 1px;
  padding-left: 0em;
  padding-right: 0em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 48em) {
  .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 {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 62em) {
  .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 {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 75em) {
  .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 {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%; } }
/*------------------------------------*\
    #LISTING OF ELEMENTS
\*------------------------------------*/
.listing li {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0; }
@media (min-width: 37.5em) {
  .listing.-three li, .listing.-four li {
    float: left;
    width: 50%; }
  .listing.-three li:nth-child(2n + 1), .listing.-four li:nth-child(2n + 1) {
    clear: left; } }
@media (min-width: 37.5em) {
  .listing.-three li {
    width: 33.3333%; }
  .listing.-three li:nth-child(2n + 1) {
    clear: none; }
  .listing.-three li:nth-child(3n + 1) {
    clear: left; }
  .listing.-two li {
    float: none;
    display: inline-block;
    width: 49%;
    vertical-align: top; } }
@media (min-width: 62em) {
  .listing.-four li {
    width: 25%; }
  .listing.-four li:nth-child(2n + 1) {
    clear: none; }
  .listing.-four li:nth-child(4n + 1) {
    clear: left; } }

/*------------------------------------*\
    #HEADER
\*------------------------------------*/
.header {
  font-family: "Dosis", Impact, sans-serif;
  display: inline-block;
  width: 100%; }
.header__logo {
  padding: 1rem;
  display: inline-block;
  margin-left: 1rem; }
.header__logo img {
  width: 26rem; }
@media (min-width: 62em) {
  .header__logo img {
    margin-top: 1.5rem; } }
@media (min-width: 75em) {
  .header__logo img {
    margin-top: 2rem; } }
@media (min-width: 62em) {
  .header {
    width: 30rem;
    min-height: inherit;
    position: relative; }
  .header:after {
    content: '';
    width: .1rem;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -.1rem;
    display: block;
    background: #e9e9e9; } }
@media (min-width: 75em) {
  .header {
    width: 34rem; } }

.banner {
  position: relative;
  padding: 2rem; }
.banner__theme {
  color: #828282;
  text-transform: uppercase;
  font-size: 1.3rem;
  display: block; }
.banner__title {
  font-size: 3.5rem;
  text-transform: uppercase;
  z-index: 2;
  margin: 1.5rem 0 1rem;
  color: #303e48;
  display: inline-block; }
.banner__date {
  color: #37c2a2;
  text-transform: uppercase;
  font-size: 1.5rem;
  display: block; }
.banner__desc {
  color: #828282;
  font-size: 1.5rem;
  margin-top: 1rem; }
@media (min-width: 62em) {
  .banner {
    margin: 7rem auto 5rem;
    padding: 0;
    max-width: 45rem; }
  .banner.-large {
    max-width: 70rem; } }
.banner.-point {
  position: relative; }
.banner.-point:after {
  content: '';
  background: #37c2a2;
  position: absolute;
  display: block;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  border: .7rem solid #fff;
  bottom: -1.5rem;
  left: calc(50% - 1.5rem);
  box-sizing: content-box; }
@media (min-width: 62em) {
  .banner.-point:after {
    bottom: -6.5rem; } }

.banner-slider {
  position: relative;
  flex-basis: 100%;
  margin: 0; }
.banner-slider:after {
  content: '';
  background: rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9; }
@media (max-width: 47.99em) {
  .banner-slider li:not(:first-child) {
    display: none; }
  .banner-slider img {
    min-height: 20rem; } }
@media (min-width: 48em) {
  .banner-slider {
    width: 100% !important; }
  .banner-slider li, .banner-slider img {
    width: 100% !important;
    min-height: 30rem; } }
@media (min-width: 62em) {
  .banner-slider {
    max-height: 30rem;
    overflow: hidden; } }
.banner-slider h1 {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  text-transform: uppercase;
  position: absolute;
  padding: 4rem 1rem;
  z-index: 10;
  top: 0; }
.banner-slider h1 strong {
  font-size: 3rem;
  display: block;
  font-weight: 400; }
@media (min-width: 30em) {
  .banner-slider h1 {
    font-size: 2.8rem; }
  .banner-slider h1 strong {
    font-size: 3.8rem; } }
@media (min-width: 48em) {
  .banner-slider h1 {
    padding: 9rem 3rem; } }
@media (min-width: 75em) {
  .banner-slider h1 {
    margin-left: 15%; } }
.banner-slider__navigation {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  text-align: center;
  z-index: 10; }
.banner-slider__navigation a {
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  text-decoration: none;
  font-size: 0; }
.banner-slider__navigation a:hover, .banner-slider__navigation a:focus {
  background: #d1d2d9; }
.banner-slider__navigation a + a {
  margin-left: .7rem; }
.banner-slider__navigation a.activeSlide {
  background: #37c2a2; }
.banner-slider__navigation a.activeSlide:hover, .banner-slider__navigation a.activeSlide:focus {
  cursor: default; }

/*
SEARCH AND LANGSWITCH
*/
.top-infos {
  text-align: right;
  background: #37c2a2;
  padding-right: 1rem; }

.search {
  display: inline-block;
  margin: 1rem 0;
  flex-basis: 15rem;
  font-size: 0; }
.search form {
  position: relative;
  margin-right: 1rem;
  padding-right: 2rem; }
.search form:after {
  content: '';
  display: block;
  position: absolute;
  top: .4rem;
  right: 0;
  background: #fff;
  width: .1rem;
  height: 2rem; }
.search input[type=search] {
  background: none;
  border: none;
  font-size: 1.3rem;
  width: 9rem;
  color: #fff;
  border-bottom: 1px solid #e9e9e9;
  transition: width .5s;
  /* placeholders*/ }
.search input[type=search]:hover, .search input[type=search]:focus {
  fill: #d1d2d9; }
.search input[type=search]:focus {
  width: 15rem; }
.search input[type=search]::-webkit-input-placeholder {
  color: #fff; }
.search input[type=search]:-moz-placeholder {
  /* Firefox 18- */
  color: #fff; }
.search input[type=search]::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff; }
.search input[type=search]:-ms-input-placeholder {
  color: #fff; }
.search button {
  border: none;
  background: transparent;
  padding: 0;
  font-size: 1.3rem;
  vertical-align: bottom;
  line-height: 2;
  border-bottom: 1px solid #e9e9e9; }
.search button:hover svg, .search button:focus svg {
  fill: #abe7d9; }
.search button svg {
  height: 1.6rem;
  fill: #fff; }

.langswitch {
  display: inline-block;
  position: relative;
  vertical-align: sub;
  align-self: center;
  font-size: 1.3rem; }
.langswitch__btn {
  background: transparent;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff; }
.langswitch__btn .up {
  display: none; }
.langswitch__btn .down {
  display: inline-block; }
.langswitch__btn:hover, .langswitch__btn:focus {
  color: #abe7d9; }
.langswitch__btn[aria-expanded="true"] .up {
  display: inline-block; }
.langswitch__btn[aria-expanded="true"] .down {
  display: none; }
.langswitch__btn svg {
  width: 1.5rem; }
.langswitch__list {
  display: none;
  position: absolute;
  top: 2rem;
  right: 0;
  z-index: 11; }
.langswitch__list[aria-hidden="false"] {
  text-align: center;
  display: block;
  background: #37c2a2; }
.langswitch__list[aria-hidden="false"] a {
  text-decoration: none;
  color: #fff;
  padding: 1rem 2rem;
  display: block; }
.langswitch__list[aria-hidden="false"] a:hover, .langswitch__list[aria-hidden="false"] a:focus {
  background: #2c9a81; }

/*------------------------------------*\
    NAVIGATION
\*------------------------------------*/
.main-nav {
  margin-bottom: 2rem; }
.main-nav[aria-hidden="true"] {
  display: none; }
.main-nav ul {
  background: #fff; }
.main-nav ul ul {
  display: none; }
.main-nav ul ul a {
  text-transform: none;
  padding-left: 2rem;
  font-size: 1.5rem; }
.main-nav ul ul .menu-item--active-trail > a {
  background: #fff;
  color: #37c2a2 !important; }
.main-nav ul ul .menu-item--active-trail > a svg {
  color: #fff; }
.main-nav ul ul .menu-item--active-trail > a:hover, .main-nav ul ul .menu-item--active-trail > a:focus {
  cursor: context-menu; }
.main-nav ul ul ul a {
  padding-left: 4rem;
  font-size: 1.4rem; }
@media (min-width: 62em) {
  .main-nav ul {
    border-top: 1px solid #e9e9e9; } }
.main-nav .menu-item {
  padding-top: 0; }
.main-nav .menu-item--expanded .menu-item--expanded > a {
  padding-right: 5rem; }
.main-nav .menu-item--expanded .menu-item--expanded > a[aria-expanded="true"] svg {
  transform: rotate(180deg); }
.main-nav .menu-item--expanded .menu-item--expanded > a[aria-expanded="true"]:hover svg, .main-nav .menu-item--expanded .menu-item--expanded > a[aria-expanded="true"]:focus svg {
  fill: #254b35; }
.main-nav .menu-item--expanded .menu-item--expanded.menu-item--active-trail svg {
  fill: #37c2a2; }
.main-nav a {
  color: #828282;
  padding: 2rem;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #e9e9e9;
  line-height: 1.3;
  font-size: 1.5rem; }
.main-nav a:hover, .main-nav a:focus {
  background: #37c2a2;
  color: #fff !important; }
.main-nav a:hover svg, .main-nav a:focus svg {
  fill: #fff; }
.main-nav > ul > li a {
  position: relative; }
.main-nav > ul > li > a {
  padding: 2rem 6rem 2rem 2rem; }
.main-nav > ul svg {
  position: absolute;
  right: 2rem;
  fill: #37c2a2;
  height: 2rem;
  top: calc(50% - 1rem); }
.main-nav > ul a[aria-expanded="true"], .main-nav > ul .menu-item--active-trail > a {
  background: #37c2a2;
  color: #fff !important; }
.main-nav > ul a[aria-expanded="true"] svg, .main-nav > ul .menu-item--active-trail > a svg {
  fill: #fff; }
.main-nav > ul a[aria-expanded="true"]:hover, .main-nav > ul a[aria-expanded="true"]:focus, .main-nav > ul .menu-item--active-trail > a:hover, .main-nav > ul .menu-item--active-trail > a:focus {
  color: #254b35 !important; }
.main-nav > ul a[aria-expanded="true"]:hover svg, .main-nav > ul a[aria-expanded="true"]:focus svg, .main-nav > ul .menu-item--active-trail > a:hover svg, .main-nav > ul .menu-item--active-trail > a:focus svg {
  fill: #254b35; }
.main-nav > ul ul[aria-hidden="false"] {
  display: block;
  background: #f3f3f3; }
.main-nav > ul ul[aria-hidden="false"] a {
  color: #000; }
@media (min-width: 62em) {
  .main-nav > ul > li > a {
    padding: 2.5rem 9rem 2.5rem 2rem; } }
.main-nav[aria-hidden="false"] {
  left: 0; }

/***************
* MENU BURGER *
***************/
.mobile-menu-trigger {
  float: right;
  padding-top: 3rem;
  margin-right: 1rem; }

@media (max-width: 61.99em) {
  .mobile-menu-trigger {
    border: none;
    background: none;
    z-index: 2;
    position: relative; }
  .mobile-menu-trigger:focus {
    outline: none; }

  .mobile-menu-trigger__burger {
    position: relative;
    display: block;
    height: .3rem;
    width: 2rem;
    margin: 1rem 0;
    background: #37c2a2;
    transition: background .2s; }
  .mobile-menu-trigger__burger:before, .mobile-menu-trigger__burger:after {
    content: '';
    display: block;
    height: .3rem;
    width: 2rem;
    background: #37c2a2;
    position: absolute;
    top: -.6rem;
    left: 0;
    transition: top .2s, transform .2s; }
  .mobile-menu-trigger__burger:after {
    top: .6rem; }

  [aria-expanded="true"] .mobile-menu-trigger__burger {
    background: #fff; }
  [aria-expanded="true"] .mobile-menu-trigger__burger:before {
    transform: rotate(-45deg);
    top: 0; }
  [aria-expanded="true"] .mobile-menu-trigger__burger:after {
    transform: rotate(45deg);
    top: 0; } }
@media (min-width: 62em) {
  .mobile-menu-trigger {
    display: none; } }
/*------------------------------------*\
    #FOOTER
\*------------------------------------*/
.footer {
  background: #303e48;
  padding: 1rem;
  color: #fff;
  position: relative; }
.footer .top {
  position: absolute;
  right: 1rem;
  top: -4.5rem;
  z-index: 10;
  background: #303e48;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  text-align: center;
  transition: background .5s;
  padding-top: .5rem;
  /* If is fixed */ }
.footer .top svg {
  color: #fff; }
.no-touchevents .footer .top:hover, .no-touchevents .footer .top:focus {
  background: #6f7f86; }
.footer .top.fixed {
  position: fixed;
  top: auto;
  bottom: 1rem; }
@media (min-width: 62em) {
  .footer .max-width {
    max-width: 170rem; } }
@media (min-width: 75em) {
  .footer .max-width {
    max-width: 174rem; } }
@media (min-width: 30em) {
  .footer ul {
    display: inline-block;
    width: calc(50% - 2em);
    vertical-align: top; } }
@media (min-width: 48em) {
  .footer ul {
    width: calc(100% - 2em); }
  .footer ul:last-child li:last-child {
    border: none; } }
@media (min-width: 75em) {
  .footer ul {
    width: calc(100% - 45rem - 4rem); }
  .footer ul:last-child {
    text-align: right;
    width: 45rem; } }
@media (min-width: 48em) {
  .footer li {
    display: inline-block;
    padding: 0 1.5rem; }
  .footer li + li {
    border-left: 1px solid #6f7f86; } }
.footer a {
  color: #fff; }
.footer a.is-active {
  color: #aebec9 !important; }

/* ==========================================================================
	 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: block;
  vertical-align: middle;
  cursor: pointer;
  margin-bottom: 1rem; }

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 #e9e9e9;
  padding: 0.3rem 1rem 0.2rem;
  height: 3.8rem; }
input[type="text"]:focus, input[type="text"]:active, input[type="password"]:focus, input[type="password"]:active, input[type="email"]:focus, input[type="email"]:active, input[type="tel"]:focus, input[type="tel"]:active, textarea:focus, textarea:active, select:focus, select:active {
  border-color: #6f7f86; }
input[type="text"].error, input[type="password"].error, input[type="email"].error, input[type="tel"].error, textarea.error, select.error {
  color: #d73b38;
  border-color: #d73b38; }

textarea {
  height: auto; }

/* Select */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FscXVlXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTRweCIgaGVpZ2h0PSI3LjRweCIgdmlld0JveD0iMCAwIDE0IDcuNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTQgNy40OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojOTk5OTk5O30NCjwvc3R5bGU+DQo8Zz4NCgk8Zz4NCgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTAsMS4xYzAtMC4zLDAuMS0wLjYsMC40LTAuOGMwLjQtMC40LDEuMi0wLjQsMS42LDBsNSw0LjhsMC4xLDAuMWMwLDAsMCwwLDAuMS0wLjFsNS00LjgNCgkJCWMwLjQtMC40LDEuMi0wLjQsMS42LDBDMTMuOSwwLjYsMTQsMC44LDE0LDEuMVMxMy45LDEuNywxMy42LDJMOC43LDYuN0M4LjEsNy4zLDcuNCw3LjQsNyw3LjRTNS45LDcuMyw1LjMsNi43TDAuNCwyDQoJCQlDMC4xLDEuNywwLDEuNCwwLDEuMXoiLz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==);
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  padding-right: 3.5rem !important; }

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

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

.no-space {
  font-size: 0; }
.no-space label, .no-space input {
  font-size: 1.6rem; }
@media (max-width: 29.99em) {
  .no-space input {
    margin-top: 1rem; } }
@media (min-width: 30em) {
  .no-space input[type="submit"] {
    margin-top: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; } }

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

/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
[class*="btn-"], .search-page-form [type="submit"], .page-contact [type="submit"], .user-login-form .form-submit {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  border: 0;
  transition: background-color 250ms ease-in;
  line-height: 1;
  text-decoration: none;
  padding: 1.1rem 2.7rem;
  border-radius: .3rem;
  text-transform: uppercase;
  font-family: "Dosis", Impact, sans-serif; }
[class*="btn-"]:hover, [class*="btn-"]:focus, .search-page-form [type="submit"]:hover, .page-contact [type="submit"]:hover, .user-login-form .form-submit:hover, .search-page-form [type="submit"]:focus, .page-contact [type="submit"]:focus, .user-login-form .form-submit:focus {
  text-decoration: none;
  color: #fff; }

.btn-primary {
  background-color: #fff;
  color: #2e3834; }
.btn-primary:hover, .btn-primary:focus {
  background-color: #303e48;
  color: #fff; }

.btn-secondary, .btn-download, .search-page-form [type="submit"], .page-contact #edit-submit, .user-login-form .form-submit {
  background-color: #303e48;
  color: #fff; }
.btn-secondary:hover, .btn-download:hover, .search-page-form [type="submit"]:hover, .page-contact #edit-submit:hover, .user-login-form .form-submit:hover, .btn-secondary:focus, .btn-download:focus, .search-page-form [type="submit"]:focus, .page-contact #edit-submit:focus, .user-login-form .form-submit:focus {
  background-color: #e9e9e9;
  color: #303e48; }

.btn-tertiary, .page-contact [type="submit"] {
  background-color: #37c2a2;
  color: #fff; }
.btn-tertiary:hover, .page-contact [type="submit"]:hover, .btn-tertiary:focus, .page-contact [type="submit"]:focus {
  background-color: #1ed0a6; }

input[type="submit"] {
  margin-top: 3rem; }

.btn-small {
  padding: .6rem 1.5rem;
  font-size: 1.3rem; }

.btn-smaller {
  padding: .3rem 1.3rem;
  font-size: 1.1rem; }

.btn-download:before {
  content: '';
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAxCAYAAABd2WCOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMVJREFUeNrs11EKhDAMBFD1JB7Fo+RmHrUWFmFXWp2kie3CzKe0k4c/JdM0YGaPkpTzU5rT0reM+KeIIooooogiiiiiiCKKqD9B5QVljR6eZ2yaw5I+EXTF+o5yxq45nFCYFlWYsd8dXlM54oUqgM5slkvSirJ0my8jqCaQpeQJ5QLSlt2hXEGa0hoqBISWl1ChIAQGfvMFATAkEvleyVAgIywepIS9BwJh74MeYP1AFVh/0AU2Dojplfl8ULn3EeWUQ4ABAJjjqE407aVVAAAAAElFTkSuQmCC") no-repeat;
  background-size: contain;
  display: inline-block;
  height: 1.5rem;
  width: 2rem;
  vertical-align: bottom; }
.btn-download:hover:before, .btn-download:focus:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAxCAYAAABd2WCOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAL1JREFUeNrs10sOgCAMBFD0JB7Fo/RmHhU3Lojh06nlYzJN2BCYPt2QhrBgbU450TN3X/FPEUUUUUQRRRRRRBFFFFH/QR0D+p/IYXnGJgFGrHQhPS7kcARgKOrdowo7Mg00MAQlhR6n5ZI4oMT40abLGtQnkCWkhXIBoWE1lCsICS2huoC04TlUV5AGptlzB7VgmtUF9AXWFWSBDQEhsKEgDWwKqAabCsrBlgClsKVArCm1JQ8q5z6iPOoWYADzAM769C5lUgAAAABJRU5ErkJggg=="); }

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

/*
 BLOCKS NEWS PREVIEW
 */
.news-preview {
  margin-bottom: 2rem;
  padding: 0; }
.news-preview__media {
  margin: 0 2rem 1rem 0;
  max-width: 22rem;
  max-height: 22rem; }
@media (min-width: 75em) {
  .news-preview__media {
    float: left; } }
.news-preview__media a {
  display: block;
  position: relative; }
.news-preview__media a:before, .news-preview__media a:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: .5s opacity;
  content: ''; }
.news-preview__media a:hover:before, .news-preview__media a:hover:after, .news-preview__media a:focus:before, .news-preview__media a:focus:after {
  opacity: 1; }
.news-preview__media a:hover:before, .news-preview__media a:focus:before {
  content: 'Lire la suite';
  color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(55, 195, 162, 0.7);
  z-index: 1;
  text-transform: uppercase;
  padding-top: calc(50% - 1rem);
  padding-left: calc(50% - 4.5rem); }
[lang="de"] .news-preview__media a:hover:before, [lang="de"] .news-preview__media a:focus:before {
  content: 'Weiterlesen';
  padding-left: calc(50% - 5rem); }
.news-preview__media a:hover:after, .news-preview__media a:focus:after {
  border: 1px solid #fff;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  z-index: 2;
  margin: 1rem; }
.news-preview__title {
  font-size: 1.8rem;
  margin: 1.2rem 0 .2rem;
  line-height: 1.3; }
.news-preview__title a {
  color: #303e48;
  transition: color .5s; }
.news-preview__title a:hover, .news-preview__title a:focus {
  text-decoration: none;
  color: #37c2a2; }
.news-preview__title:before {
  content: '';
  border-radius: 50%;
  background: #37c2a2;
  display: block;
  width: .7rem;
  height: .7rem;
  margin: 0 0 .7rem 0; }
.news-preview__time {
  font-size: 1.5rem;
  color: #37c2a2; }
.news-preview__resume {
  font-size: 1.3rem;
  margin: .4rem 0 0;
  color: #828282; }
.news-preview__btn {
  padding: .8rem 1.1rem;
  background: #37c2a2;
  color: #fff;
  transition: background .5s, color .5s;
  border-radius: .3rem;
  text-transform: uppercase;
  font-size: 1.3rem;
  display: inline-block;
  font-family: "Dosis", Impact, sans-serif;
  margin-top: 1rem; }
.news-preview__btn:hover, .news-preview__btn:focus {
  background: #f3f3f3;
  text-decoration: none;
  color: #37c2a2; }
@media (min-width: 48em) {
  .news-preview .news-preview__media img {
    width: 22rem;
    height: 22rem; } }
@media (min-width: 75em) {
  .news-preview {
    padding-right: 6rem; }
  .news-preview__title:before {
    margin-left: 24rem; } }

/* ON NEWS LIST PAGE
FIRST AND FORTH NEWS HAVE DIFERENT STYLES */
.-first-news, .-forth-news {
  width: 100% !important; }
.-first-news .news-preview__media, .-forth-news .news-preview__media {
  max-width: 44.5rem;
  max-height: 24rem;
  margin-right: 0; }
.-first-news .news-preview__media a:hover:before, .-first-news .news-preview__media a:focus:before, .-forth-news .news-preview__media a:hover:before, .-forth-news .news-preview__media a:focus:before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 12rem;
  padding-left: 18rem; }
.-first-news .news-preview__media a:hover:after, .-first-news .news-preview__media a:focus:after, .-forth-news .news-preview__media a:hover:after, .-forth-news .news-preview__media a:focus:after {
  width: calc(100% - 2rem);
  height: calc(100% - 2rem); }
.-first-news .news-preview__title, .-forth-news .news-preview__title {
  font-size: 3.5rem;
  margin: 0 0 .9rem;
  line-height: 1; }
.-first-news .news-preview__title:before, .-forth-news .news-preview__title:before {
  width: 1rem;
  height: 1rem;
  margin-bottom: .8rem; }
.-first-news .news-preview__time, .-forth-news .news-preview__time {
  margin-bottom: 1.4rem;
  display: block;
  text-transform: uppercase; }
.-first-news .news-preview__resume, .-forth-news .news-preview__resume {
  margin-bottom: 2.4rem;
  font-size: 1.5rem; }
.-first-news .news-preview__btn, .-forth-news .news-preview__btn {
  color: #fff;
  background: #303e48;
  padding: .9rem 2.9rem; }
.-first-news .news-preview__btn:hover, .-first-news .news-preview__btn:focus, .-forth-news .news-preview__btn:hover, .-forth-news .news-preview__btn:focus {
  color: #303e48;
  background: #fff; }
@media (min-width: 48em) {
  .-first-news .news-preview__media img, .-forth-news .news-preview__media img {
    width: 44.5rem;
    height: 24rem; } }

.-first-news {
  background: #37c2a2; }
.-first-news .max-width {
  padding: 0 2rem 2rem 2rem; }
.-first-news .max-width:after {
  content: '';
  display: block;
  clear: both; }
.-first-news .news-preview__content {
  overflow: hidden; }
.-first-news .news-preview__title a {
  color: #fff; }
.-first-news .news-preview__title a:hover, .-first-news .news-preview__title a:focus {
  color: #abe7d9; }
.-first-news .news-preview__title:before {
  background: #fff;
  margin-left: 0; }
.-first-news .news-preview__time {
  color: #ddfef6; }
.-first-news .news-preview__resume {
  color: #fff; }
@media (min-width: 75em) {
  .-first-news .news-preview__content {
    padding-left: 3rem; } }

.-forth-news {
  padding-right: 0 !important; }
.-forth-news .news-preview {
  margin: 4rem 0;
  position: relative; }
.-forth-news .news-preview:before, .-forth-news .news-preview:after {
  content: '';
  background: #d1d2d9;
  height: .1rem;
  width: 100%;
  position: absolute;
  top: -2rem;
  left: 0; }
.-forth-news .news-preview:after {
  bottom: -2rem;
  top: auto; }
.-forth-news .news-preview__content {
  overflow: hidden;
  min-height: 24rem;
  padding: 1.7rem 2rem 1.3rem 0;
  position: relative; }
.-forth-news .news-preview__title:before {
  display: none; }
.-forth-news .news-preview__time {
  margin-bottom: 1.1rem; }
.-forth-news .news-preview__resume {
  margin-bottom: 1.6rem; }
.-forth-news .news-preview__resume:after {
  content: '';
  display: block;
  clear: both; }
@media (min-width: 62em) {
  .-forth-news .news-preview:before, .-forth-news .news-preview:after {
    display: none; }
  .-forth-news .news-preview__content {
    padding-right: 8rem; }
  .-forth-news .news-preview__content:before, .-forth-news .news-preview__content:after {
    content: '';
    background: #d1d2d9;
    height: .1rem;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 8rem); }
  .-forth-news .news-preview__content:after {
    bottom: 0rem;
    top: auto; } }
@media (min-width: 75em) {
  .-forth-news .news-preview:before, .-forth-news .news-preview:after {
    display: none; }
  .-forth-news .news-preview__media {
    margin: 0;
    float: right; } }

@media (min-width: 62em) {
  .-first-news .max-width {
    padding: 0 5rem 5rem 8rem; } }
@media (min-width: 75em) {
  .-forth-news {
    padding-right: 8rem; } }
/*
 NEWS ON NEWSPAGE
 */
.page-news .breadcrumb {
  color: #fff; }
.page-news .breadcrumb a {
  color: #fff; }
.page-news .breadcrumb a:hover, .page-news .breadcrumb a:focus {
  color: #abe7d9; }
.page-news .banner {
  margin: 0; }
.page-news .banner__title {
  margin: 0;
  color: #ffffff; }
.page-news .listing {
  padding: 0 2rem; }
.page-news .listing li {
  position: relative;
  min-height: 20rem; }
@media (max-width: 61.99em) {
  .page-news .listing li {
    margin-bottom: 5rem; } }
@media (min-width: 62em) {
  .page-news .banner {
    padding: 4rem 0 4rem 8rem; }
  .page-news .listing {
    padding: 3.5rem 0 0 8rem; } }

/*
RELATED NEWS ON NES DETAIL PAGE
*/
.-related-news {
  color: #fff; }
.-related-news .section__title {
  margin: 4rem 0; }
.-related-news a, .-related-news time, .-related-news p {
  color: #fff; }
.-related-news .news-preview__title:before {
  background: #fff; }
.-related-news .news-preview__title a:hover, .-related-news .news-preview__title a:focus {
  color: #bfede2; }
.-related-news .news-preview__btn {
  padding: .4rem 1.1rem;
  background: #31ae91;
  transition: background .5s;
  border-radius: .3rem; }
.-related-news .news-preview__btn:hover, .-related-news .news-preview__btn:focus {
  background: #37c2a2;
  text-decoration: none; }
@media (min-width: 62em) {
  .-related-news {
    padding: 2rem 7rem 5.5rem; } }

.page-news .banner__title, .page-news-detail .banner__title {
  font-size: 3rem; }

.agenda {
  font-size: 1.7rem;
  text-align: left;
  /* FUTUR */
  /* PAST */
  /* PAST + FUTU */
  /*date*/ }
.agenda .-futur time {
  font-size: 1.8rem;
  color: #37c2a2;
  text-transform: uppercase;
  font-family: "Dosis", Impact, sans-serif;
  font-weight: 600; }
.agenda .-past .agenda__date {
  width: auto;
  margin-right: 0; }
.agenda .-past .agenda__date span {
  font-weight: 600;
  font-family: "Dosis", Impact, sans-serif;
  font-size: 1.4rem;
  display: inline-block; }
.agenda .-past .agenda__date:after {
  display: none; }
.agenda .-past h3, .agenda .-futur h3 {
  font-size: 1.7rem;
  font-weight: 600;
  font-family: "Dosis", Impact, sans-serif;
  margin: 1rem 0 .5rem; }
.agenda .-past .agenda__category, .agenda .-futur .agenda__category {
  color: #37c2a2;
  font-family: "Dosis", Impact, sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  text-transform: uppercase; }
.agenda .-past .agenda__body, .agenda .-futur .agenda__body {
  font-size: 1.3rem; }
.agenda .-past .btn-secondary, .agenda .-past .btn-download, .agenda .-past .search-page-form [type="submit"], .search-page-form .agenda .-past [type="submit"], .agenda .-past .page-contact #edit-submit, .page-contact .agenda .-past #edit-submit, .agenda .-past .user-login-form .form-submit, .user-login-form .agenda .-past .form-submit, .agenda .-futur .btn-secondary, .agenda .-futur .btn-download, .agenda .-futur .search-page-form [type="submit"], .search-page-form .agenda .-futur [type="submit"], .agenda .-futur .page-contact #edit-submit, .page-contact .agenda .-futur #edit-submit, .agenda .-futur .user-login-form .form-submit, .user-login-form .agenda .-futur .form-submit {
  padding: 1.3rem 0;
  width: 11.3rem;
  margin-top: 1rem;
  font-size: 1.3rem; }
.agenda__date {
  position: relative;
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #303e48;
  margin-right: 3rem;
  text-align: center;
  display: inline-block; }
@media (min-width: 30em) {
  .agenda__date {
    width: 3.5rem; }
  .agenda__date:after {
    content: '';
    position: absolute;
    top: 0;
    left: 4.5rem;
    display: block;
    width: .1rem;
    height: 7rem;
    background: #e9e9e9; } }
@media (min-width: 30em) {
  .agenda__day {
    font-size: 3.3rem;
    line-height: 1; }
  .agenda__month {
    display: block;
    line-height: .9;
    font-size: 1.6rem; } }
@media (min-width: 48em) {
  .agenda .-past {
    position: relative; }
  .agenda .-past:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: .1rem;
    background: #e9e9e9;
    left: 17rem;
    bottom: 4rem !important; }
  .agenda .-past time {
    display: block;
    text-align: left;
    position: absolute;
    left: 4rem;
    top: 1rem; }
  .agenda .-past time + time {
    top: 3rem; }
  .agenda .-past h3, .agenda .-past .agenda__category, .agenda .-past .agenda__body, .agenda .-past .btn-secondary, .agenda .-past .btn-download, .agenda .-past .search-page-form [type="submit"], .search-page-form .agenda .-past [type="submit"], .agenda .-past .page-contact #edit-submit, .page-contact .agenda .-past #edit-submit, .agenda .-past .user-login-form .form-submit, .user-login-form .agenda .-past .form-submit {
    margin-left: 18rem; } }
.agenda__description {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 7rem); }
.agenda .btn-secondary, .agenda .btn-download, .agenda .search-page-form [type="submit"], .search-page-form .agenda [type="submit"], .agenda .page-contact #edit-submit, .page-contact .agenda #edit-submit, .agenda .user-login-form .form-submit, .user-login-form .agenda .form-submit {
  display: block;
  width: 14rem;
  margin-top: 2rem; }

/* PAGE AGENDA */
.page-agenda .banner {
  margin: 4rem 0 0 2rem; }
.page-agenda .banner h2 {
  font-size: 2.4rem;
  font-family: "Dosis", Impact, sans-serif;
  font-weight: 600;
  margin-bottom: 0; }
.page-agenda .agenda {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
@media (min-width: 48em) {
  .page-agenda .agenda {
    padding: 3rem; } }
.page-agenda .agenda__event {
  padding: 0 2rem 4rem 4rem;
  flex-grow: 1; }
.page-agenda .agenda__event:nth-last-child(2):after {
  display: none; }
@media (min-width: 48em) {
  .page-agenda .agenda__event:nth-child(2n+1):before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    width: .1rem;
    background: #e9e9e9; } }
@media (min-width: 48em) {
  .page-agenda .banner {
    margin: 4rem 0 0 7rem; } }

.page-event #edit-more-fields {
  margin: 0; }
.page-event #edit-submit {
  margin-bottom: 2rem; }
.page-event .messages.messages--error {
  max-width: 82%; }

/*
HOMEPAGE
*/
.agenda-homepage {
  background: #37c2a2;
  color: #fff;
  text-align: center; }
.agenda-homepage .section__title {
  text-align: left; }
.agenda-homepage .agenda__event {
  position: relative; }
.agenda-homepage .agenda__event:not(:last-child) {
  padding-bottom: 2rem;
  margin-bottom: 2rem; }
.agenda-homepage .agenda__event:not(:last-child):after {
  content: '';
  position: absolute;
  bottom: 0;
  display: block;
  height: .1rem;
  background: #e9e9e9;
  left: 4.5rem;
  width: 80%; }
.agenda-homepage .agenda__event:not(:last-child):after {
  background: #1ed0a6; }
.agenda-homepage .agenda__date {
  color: #fff; }
.agenda-homepage .agenda__date:after {
  background: #1ed0a6; }
.agenda-homepage .agenda__description {
  color: #fff; }
.agenda-homepage .btn-primary {
  margin-top: 1rem; }

.content-wysiwyg {
  color: #828282;
  /* QUOTE */
  /* LIST */
  /* IMG */
  /* TABLE */
  /*
 ETROIT
*/ }
.content-wysiwyg blockquote {
  color: #37c2a2;
  font-size: 2rem;
  font-weight: 700; }
.content-wysiwyg blockquote:before {
  color: #fff; }
.content-wysiwyg blockquote:after {
  display: none; }
.content-wysiwyg ul {
  padding-left: 2rem;
  list-style-type: none; }
.content-wysiwyg ul li:before {
  content: '';
  background: #37c2a2;
  width: .3rem;
  height: .3rem;
  display: inline-block;
  margin: 0 1rem .3rem -1.3rem;
  border-radius: 50%; }
.content-wysiwyg ol {
  counter-reset: item;
  padding-left: 2.5rem; }
.content-wysiwyg ol li {
  display: block; }
.content-wysiwyg ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  display: inline-block;
  margin: 0 1rem 0 -2.3rem; }
.content-wysiwyg figure {
  margin: 1rem .5rem; }
@media (min-width: 48em) {
  .content-wysiwyg figure {
    margin: 3rem; } }
@media (min-width: 62em) {
  .content-wysiwyg figure {
    margin: 3rem 7rem; } }
.content-wysiwyg table {
  width: 100%;
  border-collapse: collapse; }
.content-wysiwyg table td, .content-wysiwyg table th {
  border: 0.1rem solid #e1e4e3;
  padding: 1rem;
  background: #fff; }
.content-wysiwyg table th {
  font-weight: normal;
  font-size: 1.9rem;
  background: #37c2a2;
  color: #fff;
  border-color: #37c2a2; }
.content-wysiwyg table tr:nth-child(odd) td {
  background: #f3f3f3; }
.content-wysiwyg.-narrow {
  padding: 3rem;
  max-width: 82rem;
  margin: 0 auto; }
.content-wysiwyg.-narrow p, .content-wysiwyg.-narrow ul, .content-wysiwyg.-narrow blockquote {
  font-family: "Open Sans", Arial, Helvetica, sans-serif; }

/*------------------------------------*\
    #FORM SEARCH
\*------------------------------------*/
.search-banner {
  background: #f3f3f3;
  padding: 5rem 2rem;
  color: #303e48; }
.search-banner label {
  font-weight: 400; }
.search-banner__content {
  max-width: 54rem;
  margin: 0 auto; }
.search-banner [type="search"] {
  padding: .8rem;
  border: 1px solid #fff;
  margin-right: 1rem;
  width: calc(100% - 18rem); }
.search-banner [type="search"]:focus {
  border-color: #37c2a2; }
.search-banner [type="submit"] {
  margin: 0; }
@media (max-width: 47.99em) {
  .search-banner [type="search"] {
    display: block;
    margin-bottom: 1rem;
    width: 100%; } }

/*------------------------------------*\
    #LINKS PAGE
\*------------------------------------*/
.accordion__list {
  padding: 2rem; }
@media (min-width: 62em) {
  .accordion__list {
    padding: 5rem 2rem 2rem 8rem; } }
.accordion__content {
  margin-bottom: 7rem; }
.accordion__head {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 2.2rem;
  color: #303e48;
  margin-bottom: 0;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 2rem; }
.accordion__element {
  border: none;
  text-align: left;
  border-bottom: 1px solid #e9e9e9;
  margin: 0; }
.accordion__element.-empty {
  padding: 2rem 5rem 1.5rem 0; }
.accordion__element.-last {
  border-bottom: none; }
.accordion__element h2, .accordion__element h4 {
  margin: 0 0 .5rem;
  font-size: 1.6rem;
  color: #303e48;
  transition: color .3s; }
.accordion__element h2:hover, .accordion__element h2:focus, .accordion__element h4:hover, .accordion__element h4:focus {
  cursor: pointer;
  color: #37c2a2; }
.accordion__element h2 {
  font-size: 1.9rem; }
.accordion__element a {
  word-wrap: break-word; }
.accordion__element summary {
  position: relative;
  cursor: default;
  padding: 2rem 5rem 1.5rem 0; }
.link-list .accordion__element summary:hover, .link-list .accordion__element summary:focus {
  cursor: default; }
.link-list .accordion__element summary:hover h2, .link-list .accordion__element summary:hover h4, .link-list .accordion__element summary:focus h2, .link-list .accordion__element summary:focus h4 {
  cursor: pointer; }
.accordion__element [aria-expanded="true"] .-open-button {
  transform: rotate(180deg); }
.accordion__element .-open-button {
  content: '\2304';
  display: block;
  position: absolute;
  right: 2rem;
  top: calc(50% - 1.25rem);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #37c2a2;
  transition: all .3s;
  border: none;
  padding: 0 0 0.5rem 0; }
.accordion__element .-open-button svg {
  color: white;
  width: 2.5rem;
  height: 2.5rem; }
.accordion__element .-open-button.-bottom {
  top: calc(50% - 1.8rem); }
.accordion__details {
  overflow: hidden;
  transition: all .3s; }
@media (min-width: 62em) {
  .accordion__details {
    padding-right: 8rem; } }
.accordion__details[aria-hidden="true"] {
  opacity: 0;
  height: 0; }
.accordion__details[aria-hidden="false"] {
  opacity: 1; }

/*
DICTONNAIRE
*/
.dictionnaire {
  margin: 1rem 1rem 5rem !important;
  /* UNTIL tablet */
  /* FROM tablet */ }
.dictionnaire dt, .dictionnaire dd {
  padding: 1rem 2rem; }
.dictionnaire dd {
  margin: 0;
  border-bottom: 1px solid #e9e9e9; }
@media (max-width: 47.99em) {
  .dictionnaire dt {
    font-weight: bold;
    padding-bottom: 0; } }
@media (min-width: 48em) {
  .dictionnaire {
    margin: 1rem 2rem 5rem !important; }
  .dictionnaire dt {
    border-bottom: 1px solid #e9e9e9; }
  .dictionnaire dt, .dictionnaire dd {
    display: inline-block;
    width: 49%;
    vertical-align: middle; } }

/*
ALPHABET
*/
.alphabet {
  background: #e9e9e9;
  margin: 0;
  padding: 1rem 2.5rem .5rem; }
.alphabet li {
  display: inline-block; }
.alphabet li a {
  color: #2e3834;
  font-weight: bold;
  padding: 1.5rem;
  display: block; }
.alphabet li a.alphabet__active, .alphabet li a:hover, .alphabet li a:focus {
  color: #37c2a2; }
.alphabet + .messages--error {
  margin: 2rem; }

/*
INTRO (ON CLAUSES PAGE)
*/
.intro {
  color: #ffffff;
  padding: 2rem 2rem 5rem; }
@media (min-width: 48em) {
  .intro {
    padding: 3rem 4rem 5rem;
    text-align: center; } }
.intro p {
  margin-top: 0; }
@media (min-width: 48em) {
  .intro p {
    max-width: 80rem;
    margin: 0 auto; } }
.intro form {
  margin-top: 3rem; }
.intro label {
  margin-right: 1rem;
  text-transform: uppercase;
  margin-bottom: 0; }
@media (min-width: 48em) {
  .intro label {
    display: inline-block; } }
.intro input[type="text"] {
  border-color: #fff; }
.intro input[type="submit"] {
  margin-top: 1rem; }

/*
PAGE EVENT
*/
.page-event__block {
  background: #f3f3f3;
  padding: 2rem; }
.page-event__block strong {
  display: block;
  text-transform: uppercase;
  margin-bottom: 1rem; }
.page-event__block strong.margin {
  margin-top: 2rem; }
.page-event__block .btn-secondary, .page-event__block .btn-download, .page-event__block .search-page-form [type="submit"], .search-page-form .page-event__block [type="submit"], .page-event__block .page-contact #edit-submit, .page-contact .page-event__block #edit-submit, .page-event__block .user-login-form .form-submit, .user-login-form .page-event__block .form-submit {
  margin-top: 2rem; }
.page-event__col {
  margin: 2rem 0 4rem; }
.page-event__col:first-child {
  text-transform: uppercase; }
.page-event__content {
  padding: 3rem;
  max-width: 82rem;
  margin: 0 auto; }
.page-event__description {
  margin: 3rem 0; }
.page-event form label {
  text-transform: uppercase; }
.page-event form input[type="text"], .page-event form input[type="email"], .page-event form input[type="tel"], .page-event form select {
  border-color: #d1d2d9;
  margin-bottom: 2rem;
  width: 100%; }
@media (min-width: 48em) {
  .page-event form input[type="text"], .page-event form input[type="email"], .page-event form input[type="tel"], .page-event form select {
    width: 90%; } }
.page-event form input[type="text"]:focus, .page-event form input[type="email"]:focus, .page-event form input[type="tel"]:focus, .page-event form select:focus {
  border-color: #828282; }
.page-event form .col-md-10 {
  text-align: center; }
.page-event form #edit-more-fields {
  margin-top: 2rem;
  margin-bottom: 4em; }
@media (min-width: 30em) {
  .page-event__block {
    padding-left: 8.33333%; } }
@media (min-width: 48em) {
  .page-event__col {
    display: inline-block;
    vertical-align: top;
    margin: 2rem 0;
    width: 30%; }
  .page-event__col:first-child {
    width: 25%; }
  .page-event__col:nth-child(2) {
    padding: 0 2rem;
    width: 40%;
    position: relative; }
  .page-event__col:nth-child(2):before, .page-event__col:nth-child(2):after {
    content: '';
    background: #fff;
    width: .1rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0; }
  .page-event__col:nth-child(2):after {
    left: auto;
    right: 2rem; } }

.event-contributor {
  margin: 5rem 0 6rem; }
.event-contributor__element {
  display: inline-block;
  vertical-align: top;
  text-align: center; }
.event-contributor__element figure {
  margin: 0 5.5rem 0 0; }
.event-contributor__img {
  border-radius: 50%;
  height: 10rem;
  width: 10rem; }
.event-contributor__img.-no-picture {
  border: 1px solid #37c2a2; }
.event-contributor__name {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: .5rem;
  margin-right: 5.5rem;
  max-width: 11rem;
  line-height: 1.2; }
.event-contributor__corporation {
  font-size: 1.2rem;
  margin-top: 0;
  color: #929a96;
  margin-right: 5.5rem;
  max-width: 11rem; }

.main-content {
  padding: 2rem; }
@media (min-width: 62em) {
  .main-content {
    padding: 2rem 2rem 4rem 8rem; } }

/* Newsletter */
.page-newsletter .main-content .messages {
  margin-bottom: 4rem; }

/* SEARCH PAGE STYLE */
/* FORM AND SEARCH MORE */
.search-page-form {
  padding: 5rem 2rem;
  color: #303e48;
  max-width: 56rem;
  margin: 0 auto; }
.search-page-form [type="search"] {
  padding: .6rem;
  border: 1px solid #fff;
  margin: 0 1rem 1rem 0;
  width: 100%; }
.search-page-form [type="search"]:focus {
  border-color: #37c2a2; }
.search-page-form [type="submit"] {
  margin: 0;
  vertical-align: top; }
.search-page-form .search-help-link {
  display: none; }
.search-page-form details {
  max-width: 54rem;
  border: none;
  background: white;
  padding: 2rem;
  margin-top: 4rem;
  /* fieldset with input or checkboxes*/
  /* fieldset with checkbox */ }
.search-page-form details .fieldset-wrapper label {
  margin-bottom: .3rem; }
.search-page-form details .fieldset-wrapper input[type="text"] {
  margin-bottom: 1rem; }
.search-page-form details .fieldset-wrapper input[type="checkbox"] {
  margin-right: .2rem; }
.search-page-form details #edit-keywords-fieldset .fieldset-wrapper {
  padding: 2rem; }
.search-page-form details fieldset {
  padding: .5rem 1.5rem .5rem; }
.search-page-form details #edit-keywords-fieldset, .search-page-form details #edit-types-fieldset, .search-page-form details #edit-lang-fieldset {
  border: solid 1px #d1d2d9; }
.search-page-form details .option:after {
  content: '';
  display: block; }
.search-page-form .collapse-processed > summary:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAGCAYAAAAVMmT4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDplYWZkZDA5Yy0xYmMyLTE3NDEtOGRhMy02OWMyYzk4ZDA0NWIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6REFGNzE3ODk1RjlGMTFFNkFEQjREMkUxOTVGNkQ2RDYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6REFGNzE3ODg1RjlGMTFFNkFEQjREMkUxOTVGNkQ2RDYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTM5ZDQ4YzYtMGZhMC0zNTQ1LTljMjctNjU4NjI5MGZjYzQ0IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6NzFjNDZhZTEtMjY2YS0xMWU2LWJmN2EtZTYzMjdhZWVmMjIyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+uPPgfQAAAG1JREFUeNpiZNjU8ZaBgeEJELsA8WsGTCAKxHuAWIYJSDwFYj0g3g+VQFe4Hyr/lAlq4lUg1kbTAFOoDZV3Bil+BcROaBq00RQ6gpzIAjUFpmEfVMFlIGZEVghSxITkPpiGS1CFl5EVggBAgAEA7yUcG1/IScoAAAAASUVORK5CYII="); }
.search-page-form .collapse-processed:not([open]) > summary:before {
  margin-top: .2rem; }
@media (min-width: 30em) {
  .search-page-form [type="search"] {
    width: calc(52rem - 12.5rem); }
  [lang="fr"] .search-page-form [type="search"] {
    width: calc(52rem - 16.7rem); } }

.search-search + h2 {
  display: none; }

/* OTHERS ELEMENTS */
.search-result-page ol {
  padding-left: 0;
  list-style-type: none; }
.search-result-page li {
  margin: 0; }
.search-result-page .item-list {
  padding: 2rem; }
.search-result-page .item-list li {
  margin-bottom: 4rem; }
.search-result-page .item-list a {
  transition: color .5s;
  display: block;
  margin-top: .3rem; }
.search-result-page .item-list a:hover, .search-result-page .item-list a:focus {
  text-decoration: none;
  color: #207360; }
.search-result-page .item-list h2 {
  margin-bottom: 0;
  font-size: 2.2rem; }
.search-result-page .item-list h2 a {
  color: #303e48; }
.search-result-page .item-list h2 a:hover, .search-result-page .item-list h2 a:focus {
  color: #597385; }
.search-result-page .item-list p {
  margin-top: .2rem; }
@media (min-width: 62em) {
  .search-result-page .item-list {
    padding-left: 8rem; } }

/*
CLAUSE
*/
.page-clause table.dataTable {
  margin: 0 0 8rem 0; }
@media (max-width: 47.99em) {
  .page-clause table, .page-clause tbody, .page-clause tr, .page-clause td {
    display: block; }
  .page-clause thead {
    display: none; }
  .page-clause tr {
    border-bottom: 1px solid #e9e9e9;
    padding: .5rem; }
  .page-clause td {
    border: none;
    padding: .2rem !important; }
  .page-clause td:first-child {
    font-size: 1.8rem;
    font-weight: bold; }
  .page-clause td:nth-child(3) {
    font-size: 1.4rem; }
  .page-clause td:nth-last-child(2):before {
    content: 'N° '; }
  .page-clause td:last-child a:first-child {
    margin-left: 0; } }
@media (min-width: 48em) {
  .page-clause table {
    padding: 0 2rem; }
  .page-clause thead {
    text-align: left;
    background: #37c2a2;
    color: #fff; } }
@media (min-width: 75em) {
  .page-clause .clause-search {
    border-bottom: 4.4rem solid #37c2a2; }
  .page-clause .clause {
    margin-top: -4.4rem !important; }
  .page-clause td:last-child {
    min-width: 12rem; } }

#clause_filter {
  display: none; }

/* search */
.clause-search {
  text-align: center;
  background: #f3f3f3;
  padding: 5rem 2rem;
  color: #303e48; }
.clause-search label {
  font-weight: 400;
  display: inline-block;
  vertical-align: baseline; }
.clause-search input {
  padding: .8rem;
  border: 1px solid #fff;
  width: 75%;
  max-width: 39rem;
  margin-left: 1.5rem; }
.clause-search input:focus {
  border-color: #37c2a2; }

/* labels */
.clause__has-new-version:after {
  content: '';
  display: inline-block;
  border-bottom: #f0cc41 solid 2rem;
  border-left: 1rem transparent solid;
  border-right: 1rem transparent solid;
  border-radius: .3rem; }

.clause__warning {
  border: none;
  background: none;
  position: relative; }
.clause__warning span {
  display: none;
  transition: all .5s; }
.clause__warning:hover span, .clause__warning:focus span {
  display: block;
  position: absolute;
  background: #e9e9e9;
  padding: 1rem 2rem;
  margin: 1rem .5rem;
  border-radius: .3rem;
  left: -1rem;
  width: 30rem; }
.clause__warning:hover span:before, .clause__warning:focus span:before {
  content: '';
  border-right: 1rem solid transparent;
  border-left: 1rem solid transparent;
  border-bottom: 1rem solid #e9e9e9;
  position: absolute;
  top: -1rem;
  left: 1.8rem; }

.clause__is-new {
  margin-right: .5rem;
  vertical-align: text-bottom; }

.clause__btn.-pdf {
  margin-right: 1rem; }

/* DETAIL */
.page-clause-detail article time, .page-clause-detail article span {
  display: block; }

.icon-warning {
  color: #f0cc41;
  height: 2rem;
  margin-left: .5rem;
  vertical-align: sub; }

/*
CLAUSE MODAL
*/
.clause-modal {
  width: calc(100% - 2rem);
  margin: 1rem;
  padding: 1rem 2rem 1rem 4rem;
  background: #fff;
  position: relative;
  letter-spacing: 0 !important; }
.clause-modal__warning-icon {
  position: absolute;
  left: .5rem;
  top: 2rem; }
.clause-modal__title {
  color: #2e3834;
  font-size: 1.7rem;
  font-weight: 600; }
.clause-modal__list {
  text-transform: none;
  margin-left: 1.7rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif; }
.clause-modal__list li {
  margin-bottom: 1rem; }
.clause-modal__list a {
  transition: color .5s; }
.clause-modal__list a:hover, .clause-modal__list a:focus {
  color: #6fd6bf;
  text-decoration: none; }
.clause-modal__list-icon {
  width: 2rem;
  height: 2rem;
  padding-bottom: .4rem;
  margin-left: -2.2rem; }
@media (min-width: 30em) {
  .clause-modal {
    width: 40rem;
    padding: 3rem 3rem 3rem 6rem;
    margin: 0 auto; }
  .clause-modal__warning-icon {
    left: 2rem;
    top: 4.7rem; } }
@media (min-width: 48em) {
  .clause-modal {
    width: 50rem;
    padding: 4rem 4rem 4rem 7rem; }
  .clause-modal__title {
    margin-bottom: 2rem; }
  .clause-modal__warning-icon {
    top: 5.7rem; } }

.page-home {
  display: flex;
  flex-wrap: wrap; }
.page-home .top-infos, .page-home .footer {
  width: 100%; }

/* SECTION */
.section {
  padding: 2rem 4rem; }
@media (min-width: 48em) {
  .section header {
    position: relative; } }
.section__title {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 2.4rem;
  margin: 1rem 0; }
@media (min-width: 75em) {
  .section__title {
    margin-bottom: 3.5rem; } }
.section__more {
  text-transform: uppercase;
  display: block;
  margin-bottom: 1rem; }
@media (min-width: 48em) {
  .section__more {
    position: absolute;
    top: 0;
    right: 0; } }
.section__more svg {
  height: 2rem;
  vertical-align: text-bottom; }

/* NEWS */
@media (min-width: 48em) {
  .news-homepage li:last-child {
    padding-left: 1rem; } }
/*
 CLAUSES
 */
.clause-homepage {
  background: #f3f3f3;
  text-transform: uppercase;
  /* WHEN HOVER YOU DISPLAY BUTTONS */ }
@media (max-width: 47.99em) {
  .clause-homepage table, .clause-homepage tbody, .clause-homepage tr, .clause-homepage td {
    display: block; }
  .clause-homepage thead {
    display: none; }
  .clause-homepage tr {
    border-bottom: 1px solid #e9e9e9; }
  .clause-homepage td {
    border: none;
    padding: .5rem; }
  .clause-homepage td:first-child {
    font-size: 1.8rem;
    font-weight: bold; }
  .clause-homepage td:nth-child(3) time {
    font-size: 1.4rem;
    text-align: center; }
  .clause-homepage td:last-child a:first-child {
    margin-left: 0; } }
.clause-homepage table {
  margin-bottom: 2rem; }
.clause-homepage thead {
  background: none;
  color: #2e3834; }
.clause-homepage td, .clause-homepage th {
  padding: .5rem 0;
  font-size: 1.3rem; }
.clause-homepage td:first-child, .clause-homepage th:first-child {
  min-width: 7rem; }
@media (min-width: 48em) {
  .clause-homepage td + th, .clause-homepage td + td, .clause-homepage th + th, .clause-homepage th + td {
    padding-left: 1rem; } }
@media (min-width: 75em) {
  .clause-homepage td, .clause-homepage th {
    font-size: 1.6rem; }
  .clause-homepage td + th, .clause-homepage td + td, .clause-homepage th + th, .clause-homepage th + td {
    padding-left: 3rem; } }
.clause-homepage .section__title {
  margin-bottom: 2rem; }
@media (min-width: 48em) {
  .clause-homepage td:last-child, .clause-homepage .semantic {
    display: none; } }
.clause-homepage td:last-child span, .clause-homepage .semantic span {
  display: none;
  margin-right: 1rem; }
@media (min-width: 75em) {
  .clause-homepage td:last-child span, .clause-homepage .semantic span {
    display: inline-block; } }
@media (min-width: 48em) {
  .clause-homepage tr {
    height: 7rem;
    position: relative; }
  .clause-homepage tr:hover td:first-child, .clause-homepage tr:hover td:nth-child(2), .clause-homepage tr:hover td:nth-child(3), .clause-homepage tr:focus td:first-child, .clause-homepage tr:focus td:nth-child(2), .clause-homepage tr:focus td:nth-child(3) {
    color: #d1d2d9;
    background: #d1d2d9; }
  .clause-homepage tr:hover td:first-child time, .clause-homepage tr:hover td:nth-child(2) time, .clause-homepage tr:hover td:nth-child(3) time, .clause-homepage tr:focus td:first-child time, .clause-homepage tr:focus td:nth-child(2) time, .clause-homepage tr:focus td:nth-child(3) time {
    color: #d1d2d9; }
  .clause-homepage tr:hover td:last-child, .clause-homepage tr:focus td:last-child {
    color: #fff;
    display: table-cell;
    position: absolute;
    left: 4rem;
    width: calc(100% - 8rem);
    border-bottom: none;
    line-height: 4.5;
    text-align: center;
    padding: 0; } }

/*
CRTI WEB
*/
.crti-web-homepage {
  background: url("../img/background-crti-web.jpg") no-repeat;
  background-size: cover;
  color: #fff; }
@media (min-width: 30em) {
  .crti-web-homepage .btn-primary {
    margin-top: 2rem; }
  .crti-web-homepage:after {
    content: '';
    display: block;
    width: 16rem;
    height: 9.8rem;
    position: absolute;
    bottom: 0;
    right: 3rem;
    background: url("../img/sprite.png") no-repeat; } }
@media (min-width: 48em) {
  .crti-web-homepage:after {
    display: none; } }
@media (min-width: 62em) {
  .crti-web-homepage .btn-primary {
    margin-top: 4rem; } }
@media (min-width: 75em) {
  .crti-web-homepage:after {
    display: block; } }

/*
GUIDE
*/
.guide-homepage {
  background: url("../img/background-guide.jpg") no-repeat;
  background-size: cover; }
@media (min-width: 30em) {
  .guide-homepage {
    padding-bottom: 4rem; }
  .guide-homepage .btn-secondary, .guide-homepage .btn-download, .guide-homepage .search-page-form [type="submit"], .search-page-form .guide-homepage [type="submit"], .guide-homepage .page-contact #edit-submit, .page-contact .guide-homepage #edit-submit, .guide-homepage .user-login-form .form-submit, .user-login-form .guide-homepage .form-submit {
    margin-top: 4rem; }
  .guide-homepage:after {
    content: '';
    display: block;
    width: 12.2rem;
    height: 10.6rem;
    position: absolute;
    bottom: 0;
    right: 3rem;
    background: url("../img/sprite.png") no-repeat right top; } }
@media (min-width: 48em) {
  .guide-homepage:after {
    display: none; }
  .guide-homepage .btn-secondary, .guide-homepage .btn-download, .guide-homepage .search-page-form [type="submit"], .search-page-form .guide-homepage [type="submit"], .guide-homepage .page-contact #edit-submit, .page-contact .guide-homepage #edit-submit, .guide-homepage .user-login-form .form-submit, .user-login-form .guide-homepage .form-submit {
    margin-left: 0; } }
@media (min-width: 75em) {
  .guide-homepage {
    padding-bottom: 4rem;
    position: relative; }
  .guide-homepage [class^="btn"] {
    position: absolute;
    bottom: 2rem;
    left: 4rem; }
  .guide-homepage:after {
    display: block; } }

/*
CONTACT
*/
.contact-homepage {
  background: #f3f3f3; }
.contact-homepage .section__title {
  font-size: 2.4rem;
  margin-bottom: 2.5rem; }
.contact-homepage h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem; }
.contact-homepage__address {
  display: block;
  margin-bottom: 1rem; }
.contact-homepage a {
  display: block;
  margin-top: 1rem;
  text-transform: uppercase; }
.contact-homepage svg {
  width: 1.9rem;
  height: 1.9rem;
  vertical-align: sub;
  margin-right: .1rem; }
.contact-homepage svg use {
  fill: #37c2a2; }

/*
NEWSLETTER
*/
.newsletter-homepage p {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 2rem; }
.newsletter-homepage input {
  border: 1px solid #303e48;
  height: 4rem; }
.newsletter-homepage button {
  margin-bottom: .5rem; }

/**
 FLEXBOX, BABY !
 **/
.flexbox .homepage {
  display: flex;
  flex-wrap: wrap; }
.flexbox .homepage .section {
  width: 100%; }
.flexbox .homepage .clause-homepage thead tr {
  height: auto; }
.flexbox .homepage .clause-homepage footer {
  text-align: center; }
.flexbox .homepage .clause-homepage [class^="btn"] {
  vertical-align: baseline; }
@media (min-width: 48em) {
  .flexbox .homepage .clause-homepage, .flexbox .homepage .agenda-homepage, .flexbox .homepage .crti-web-homepage, .flexbox .homepage .guide-homepage, .flexbox .homepage .contact-homepage, .flexbox .homepage .newsletter-homepage {
    width: 50%;
    box-sizing: border-box; }
  .flexbox .homepage .agenda-homepage {
    padding: 2rem 4rem 10rem; }
  .flexbox .homepage .agenda-homepage [class^="btn"] {
    position: absolute;
    bottom: 2rem;
    left: 4rem; } }

.no-flexbox .crti-web-homepage, .no-flexbox .contact-homepage {
  clear: left; }
.no-flexbox .clause-homepage, .no-flexbox .agenda-homepage {
  min-height: 48rem; }
.no-flexbox .crti-web-homepage, .no-flexbox .guide-homepage {
  min-height: 37rem; }
.no-flexbox .contact-homepage {
  min-height: 36rem; }

.convertor {
  padding: 2rem;
  max-width: 74rem;
  margin: 0 auto;
  font-weight: 400; }
.convertor .messages--error {
  margin-bottom: 2rem; }
.convertor__form-container {
  margin-bottom: 4rem;
  display: inline-block; }
.convertor__form-container.-margin-right {
  margin-right: 3rem; }
.convertor__form-container.-full-width {
  width: 100%; }
.convertor .convertor__input {
  border: 1px solid #f3f3f3;
  transition: border .5s;
  height: 3.8rem;
  padding: .6rem; }
.convertor .convertor__input:hover {
  border-color: #d1d2d9; }
.convertor .convertor__input:focus {
  border-color: #37c2a2; }
.convertor__job {
  width: calc(100% - 3.5rem); }
.convertor__help {
  border: none;
  background: transparent;
  position: relative;
  width: 2rem;
  height: 2rem;
  margin-left: 1rem; }
.convertor__help:before {
  content: '?';
  background: #e9e9e9;
  color: #929a96;
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  padding: .1rem;
  font-size: 1.3rem;
  transition: background .5s, color .5s;
  top: 50%;
  transform: translateY(-50%);
  left: 0; }
.convertor__help:focus {
  width: auto; }
.convertor__help:focus:before {
  display: none; }
.convertor__help:focus .convertor__help-text {
  padding: 1rem;
  display: block;
  font-size: 1.2rem; }
.convertor__help:focus .convertor__help-text:after {
  content: '';
  position: absolute;
  top: .6rem;
  left: 2rem;
  border-bottom: 1rem #e9e9e9 solid;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent; }
.convertor__help-text {
  display: none;
  border-radius: .5rem;
  background: #e9e9e9;
  text-align: left;
  margin-top: 1.5rem; }
.convertor__label {
  color: #303e48;
  font-size: 1.6rem;
  margin-bottom: .5rem; }
.convertor__label sub {
  color: #37c2a2; }
.convertor__btn {
  margin: 0; }
.convertor__results {
  padding: 2rem;
  max-width: 74rem;
  margin: 0 auto; }
.convertor__result {
  background: #34b698;
  padding: 2rem;
  color: #fff;
  text-align: center; }
.convertor__result + .convertor__result {
  margin-top: 2rem; }
.convertor__result strong {
  font-family: "Dosis", Impact, sans-serif;
  font-size: 2.8rem;
  display: block;
  text-transform: uppercase; }
.convertor__result strong:before {
  content: '=';
  display: block;
  font-size: 3.5rem;
  line-height: .6; }
.convertor__result strong span {
  font-size: 3.6rem; }
@media (min-width: 30em) {
  .convertor__result {
    display: inline-block;
    min-height: 20rem;
    vertical-align: top;
    padding: 3.5rem 2rem;
    width: calc(49.5% - 1rem); }
  .convertor__result + .convertor__result {
    margin-top: 0;
    margin-left: 2rem; } }
@media (min-width: 48em) {
  .convertor__form-container {
    margin-bottom: 3rem; }
  .convertor__help:before {
    display: inline-block; }
  .convertor__help:hover, .convertor__help:focus {
    width: 2rem; }
  .convertor__help:hover:before, .convertor__help:focus:before {
    display: inline-block; }
  .convertor__help:hover .convertor__help-text, .convertor__help:focus .convertor__help-text {
    padding: 1rem;
    display: block;
    width: 25rem;
    font-size: 1.2rem;
    top: -1.8rem; }
  .convertor__help:hover .convertor__help-text:after, .convertor__help:focus .convertor__help-text:after {
    content: '';
    position: absolute;
    border-left: 1rem #e9e9e9 solid;
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
    border-right: none;
    top: calc(50% - 1rem);
    right: -1rem;
    left: auto; }
  .convertor__help-text {
    display: block;
    border-radius: .5rem;
    background: #e9e9e9;
    text-align: left;
    margin-top: 0;
    margin-left: .8rem;
    font-size: 0;
    transition: all .5s;
    width: 0;
    right: calc(100% + 1rem);
    position: absolute;
    top: 50%;
    color: #2e3834;
    z-index: 1; } }
@media (min-width: 48em) {
  .convertor__form-container:not(.-full-width) {
    width: 47.5%; }
  .convertor__form-container:not(.-full-width) .convertor__value {
    width: calc(100% - 12.2rem); }
  .convertor__form-container:not(.-full-width) .convertor__duration {
    width: calc(100% - 11rem); } }
@media (min-width: 62em) {
  .convertor {
    padding: 6.5rem 2rem 4rem; }
  .convertor__results {
    padding: 10rem 2rem 9rem; } }

.page-convertor .content-wysiwyg {
  padding: 2rem; }

.page-contact {
  /* send copy checkbox */ }
.page-contact iframe {
  display: block; }
.page-contact .content-wysiwyg {
  padding: 4rem 3rem 6rem; }
.page-contact .contact-header {
  font-weight: 400;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  color: #2e3834; }
.page-contact label {
  font-weight: 400;
  margin: 2rem 0 0; }
.page-contact #edit-submit {
  margin-left: 0; }
.page-contact #edit-copy:before {
  content: '';
  display: block;
  width: 100%; }
.page-contact #edit-message-0-value {
  max-width: 80rem; }
.page-contact .option:after {
  content: '';
  display: block;
  width: 100%; }

@media print {
  .header, .top-infos, .tabs, .breadcrumb, .footer {
    display: none; }

  .banner {
    margin-top: 0; }

  .-point:after {
    display: none !important; }

  .pagination {
    display: none; }

  .banner-slider {
    display: none; }

  .news-homepage .section__title {
    margin-bottom: 5px; }

  .news-homepage li {
    width: 100% !important; }

  .news-preview__title:before {
    display: none; }

  .news-preview__btn {
    display: none; }

  .clause-search {
    display: none; }

  .clause-homepage td:last-child {
    display: none !important; }

  .crti-web-homepage {
    background: transparent;
    color: #2e3834; }
  .crti-web-homepage .btn-primary, .crti-web-homepage:after {
    display: none; }

  .guide-homepage {
    background: transparent;
    color: #2e3834; }
  .guide-homepage .btn-tertiary, .guide-homepage .page-contact [type="submit"], .page-contact .guide-homepage [type="submit"], .guide-homepage:after {
    display: none; }

  .agenda-homepage .btn-primary {
    display: none; }

  .guide-homepage .btn-secondary, .guide-homepage .btn-download, .guide-homepage .search-page-form [type="submit"], .search-page-form .guide-homepage [type="submit"], .guide-homepage .page-contact #edit-submit, .page-contact .guide-homepage #edit-submit, .guide-homepage .user-login-form .form-submit, .user-login-form .guide-homepage .form-submit {
    display: none; }

  .newsletter-homepage form {
    display: none; }

  .newsletter-homepage p {
    border-bottom: none; }

  .-primary {
    background: transparent; }

  .page-news-detail .-primary {
    display: none; }
  .page-news-detail .-grey {
    background: transparent; }

  .page-news .banner__title {
    color: #2e3834 !important; }
  .page-news .-grey {
    background: transparent; }
  .page-news .-first-news {
    background: transparent; }
  .page-news .-first-news .news-preview__content, .page-news .-first-news .news-preview__title a, .page-news .-first-news .news-preview__resume {
    color: #2e3834; }
  .page-news .-first-news .news-preview__time {
    color: #37c2a2; }

  .agenda__event {
    width: 100%; }
  .agenda__event .btn-secondary, .agenda__event .btn-download, .agenda__event .search-page-form [type="submit"], .search-page-form .agenda__event [type="submit"], .agenda__event .page-contact #edit-submit, .page-contact .agenda__event #edit-submit, .agenda__event .user-login-form .form-submit, .user-login-form .agenda__event .form-submit {
    display: none; }

  .page-event__block {
    background: transparent; }
  .page-event__block .col-sm-3 {
    width: 100% !important;
    float: none !important;
    margin: 0;
    padding: 0 0 2rem 0; }
  .page-event__block a {
    display: none; }

  .page-event__dwl {
    display: none; }

  .page-event .col-md-offset-1, .page-event .col-xs-10, .page-event .col-xs-offset-1 {
    width: 100%;
    margin-left: 0; }

  #nvision-crtib-agenda-inscription-wrapper {
    display: none; }

  .btn-tertiary, .page-contact [type="submit"] {
    display: none; }

  table.clause td:last-child {
    display: none; }

  .convertor__btn, .convertor__help {
    display: none; }

  .page-convertor .-primary, .convertor__result {
    background: transparent;
    color: #2e3834; }

  .alphabet {
    display: none; }

  .page-links .search-banner {
    display: none; }
  .page-links .-open-button {
    display: none; }

  .search-search {
    display: none; } }
.page-event__block div time {
  font-size: inherit;
  color: inherit; }

.page-event form .col-md-10.mentions {
  text-align: left;
  margin-bottom: 2rem; }

#godfather-parts-fieldset-wrapper {
  text-align: left; }
#godfather-parts-fieldset-wrapper .form-item {
  margin: 0 0 2rem 0;
  padding: 2rem;
  background: #f3f3f3;
  border: none;
  border-radius: .5rem; }
#godfather-parts-fieldset-wrapper .col-md-5 {
  position: relative;
  min-height: 1px;
  padding-left: 0em;
  padding-right: 0em; }
@media (min-width: 62em) {
  #godfather-parts-fieldset-wrapper .col-md-5 {
    float: left;
    width: 50%; } }

.please-show {
  display: none; }

.warning {
  border-color: #d73b38 !important;
  color: #d73b38; }

/* ERROR MSG DRUPAL */
.messages.messages--error {
  padding: 2rem;
  border-radius: .2rem;
  border: none;
  border-left: 1rem solid #d73b38;
  box-shadow: none;
  background: #fbebea; }

.messages.messages--success {
  padding: 2rem;
  border-radius: .2rem;
  border: none;
  border-left: 1rem solid #207360;
  box-shadow: none;
  background: #8bdecb; }

.messages.messages--status {
  padding: 2rem;
  border-radius: .2rem;
  border: none;
  border-left: 1rem solid #5bc0de;
  box-shadow: none;
  background: #daf1f8; }

/* USER LOGIN */
.user-login-form .form-text {
  margin-bottom: 2rem; }
.user-login-form .form-submit {
  display: block;
  margin: 2rem 0 0 0; }

a.remove_one {
  text-decoration: none;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #d6d3d3;
  border-radius: 50%;
  padding: 4px 12px;
  z-index: 10; }
a.remove_one::before {
  width: 0;
  height: 0;
  background: rgba(55, 194, 162, 0.34);
  display: block;
  content: ' ';
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  z-index: -1;
  transition: all .2s; }
a.remove_one:hover {
  color: white; }
a.remove_one:hover::before {
  width: 3.3rem;
  height: 3.3rem;
  top: 0;
  left: 0; }

#clause-search {
  color: #303e48; }

/* TABS */
ul.tabs {
  margin-bottom: 0; }

/*event */
#nvision-crtib-agenda-inscription-wrapper {
  margin-bottom: 4rem; }

/* newsletter form in wysiwyg */
#subForm [type="text"], #subForm [type="email"] {
  width: 90%; }

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