@charset "UTF-8";
/**
	Variables
**/
/*couleurs*/
/*taille typo*/
/**
	Mixins
**/
/**
	Reset
**/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

/*------------------reset formulaire------------------*/
input {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
}

input[type=radio] {
  -webkit-appearance: radio;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/*------------------fonctionnemen images------------------*/
img {
  width: auto;
  height: auto;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*------------------ styles de base ------------------*/
strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

/*------------------ classes WP pour alignement des images ------------------*/
img.alignright {
  float: right;
  margin: 0 0 3em 3em;
}

img.alignleft {
  float: left;
  margin: 0 3em 3em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*------------------box sizing sur tous les éléments------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*------------------transition sur tous les liens------------------*/
a {
  -webkit-transition: all 0.3s ease-out 0.07s;
  transition: all 0.3s ease-out 0.07s;
}

/*suppresion styles button*/
button {
  background: none;
  border: none;
  color: inherit;
  font-family: inherit;
  padding: 0;
  font-size: inherit;
}

/*anti alisasing*/
html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*classes messages formulaires*/
.error {
  color: tomato;
  font-size: 0.875rem;
}

.success {
  color: MediumSeaGreen;
  font-size: 0.875rem;
}

.info {
  color: LightSlateGray;
  font-size: 0.875rem;
}

/* redimensionnement vidéos natives WordPress
	*/
.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
  width: 100% !important;
  height: 100% !important;
}

.mejs-container {
  padding-top: 56.25%;
}

.wp-video, video.wp-video-shortcode {
  max-width: 100% !important;
}

video.wp-video-shortcode {
  position: relative;
}

.mejs-mediaelement {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.mejs-controls {
  display: none;
}

.mejs-overlay-play {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
}

/**
	Font face
**/
@font-face {
  font-family: "montserrat";
  font-display: swap;
  src: local("Montserrat Bold"), url("../font/montserrat-bold-webfont.woff2") format("woff2"), url("../font/montserrat-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "montserrat";
  font-display: swap;
  src: local("Montserrat"), url("../font/montserrat-regular-webfont.woff2") format("woff2"), url("../font/montserrat-regular-webfont.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "montserrat";
  font-display: swap;
  src: local("Montserrat Light"), url("../font/montserrat-medium-webfont.woff2") format("woff2"), url("../font/montserrat-medium-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "montserrat";
  font-display: swap;
  src: local("Montserrat Light"), url("../font/montserrat-light-webfont.woff2") format("woff2"), url("../font/montserrat-light-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "raleway";
  font-display: swap;
  src: local("Raleway Bold"), url("../font/raleway-bold-webfont.woff2") format("woff2"), url("../font/raleway-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "raleway";
  font-display: swap;
  src: local("Raleway"), url("../font/raleway-regular-webfont.woff2") format("woff2"), url("../font/raleway-regular-webfont.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "raleway";
  font-display: swap;
  src: local("Raleway Medium"), url("../font/raleway-medium-webfont.woff2") format("woff2"), url("../font/raleway-medium-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "raleway";
  font-display: swap;
  src: local("Raleway Light"), url("../font/raleway-light-webfont.woff2") format("woff2"), url("../font/raleway-light-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "icomoon";
  src: url("../font/icomoon.woff2?il3khn") format("woff2"), url("../font/icomoon.ttf?il3khn") format("truetype"), url("../font/icomoon.woff?il3khn") format("woff"), url("../font/icomoon.svg?il3khn#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.a11y-toolbar [class^=aticon-]:before, .a11y-toolbar [class*=" aticon-"]:before,
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

.a11y-toolbar .aticon-adjust:before,
.icon-contraste:before {
  content: "\e902";
}

.type-file:before,
.icon-file:before {
  content: "\e903";
}

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

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

.a11y-toolbar .aticon-font:before,
.icon-font:before {
  content: "\e906";
}

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

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

.icon-search:before {
  content: "\e909";
}

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

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

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

.icon-user:before {
  content: "\e90d";
}

/**
	General
**/
body {
  line-height: 1.2;
  font-size: 1.125rem;
  color: #535b61;
  font-family: "montserrat", Arial, sans-serif;
}

html.fontsize[lang=fr-FR] {
  font-size: 133% !important;
}

.desk-display-none {
  display: none;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.block {
  display: block;
}

/* structure */
.global-page {
  margin: 0 auto;
  width: 1210px;
  padding: 0 20px;
  max-width: 100%;
}
.global-page:after {
  content: "";
  clear: both;
  height: 1px;
  display: block;
  margin: -1px;
}

#main {
  padding: 180px 0 140px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}
@media (max-width: 768px) {
  #main {
    padding: 100px 0 40px;
  }
}
#main > .global-page {
  position: relative;
}

.breadcrumb {
  font-size: 1rem;
  font-weight: 300;
  padding-bottom: 2em;
}
.breadcrumb a:hover, .breadcrumb a:active, .breadcrumb a:focus {
  text-decoration: underline;
}

.cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 768px) {
  .cols {
    display: block;
  }
}
@media (max-width: 1024px) {
  .cols.page {
    display: block;
  }
  .cols.page aside {
    padding-top: 40px;
  }
  .cols.page .col {
    width: 100%;
  }
}
.cols.cols-3 .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.33% - 30px);
          flex: 0 0 calc(33.33% - 30px);
  width: calc(33.33% - 30px);
  max-width: calc(33.33% - 30px);
}
@media (max-width: 768px) {
  .cols.cols-3 .col {
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
}
.cols.cols-2 .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 30px);
          flex: 0 0 calc(50% - 30px);
  width: calc(50% - 30px);
  max-width: calc(50% - 30px);
}
@media (max-width: 768px) {
  .cols.cols-2 .col {
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
}
.cols.cols-summary {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cols.cols-summary {
    display: block;
  }
}
.cols .col {
  margin-left: 15px;
  margin-right: 15px;
}
.cols .col.col-66 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(66.66% - 30px);
          flex: 0 0 calc(66.66% - 30px);
  width: calc(66.66% - 30px);
  max-width: calc(66.66% - 30px);
}
@media (max-width: 1024px) {
  .cols .col.col-66 {
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
}
.cols .col.col-33 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.33% - 30px);
          flex: 0 0 calc(33.33% - 30px);
  width: calc(33.33% - 30px);
  max-width: calc(33.33% - 30px);
}
@media (max-width: 1024px) {
  .cols .col.col-33 {
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
}

aside {
  position: relative;
}

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

/* colors */
.first-color {
  color: #999;
}

.first-bg-color {
  background-color: #999;
}

.first-border-color {
  border-color: #999;
}

/* mediaquerie */
@media (max-width: 1024px) {
  .desk-display-none {
    display: block;
  }
  .mob-display-none {
    display: none;
  }
}
/* title */
.glossary-letter,
.entry-content h2,
.title-page {
  font-size: 2.25rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1em;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}
.glossary-letter.home, .glossary-letter.aside,
.entry-content h2.home,
.entry-content h2.aside,
.title-page.home,
.title-page.aside {
  text-align: center;
}
.glossary-letter.aside,
.entry-content h2.aside,
.title-page.aside {
  padding-bottom: 0.5em;
}
.glossary-letter.page,
.entry-content h2.page,
.title-page.page {
  width: 770px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .glossary-letter,
  .entry-content h2,
  .title-page {
    font-size: 1.8125rem;
  }
}

/* button */
#main .gform_footer input[type=submit],
.btn {
  display: inline-block;
  margin: 5px;
  border: 1px #999 solid;
  background: #fff;
  border-radius: 5px;
  padding: 10px 15px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  cursor: pointer;
}
#main .gform_footer input[type=submit]:hover, #main .gform_footer input[type=submit]:active, #main .gform_footer input[type=submit]:focus,
.btn:hover,
.btn:active,
.btn:focus {
  background: #999;
  color: #fff;
}

.btn-all {
  text-align: center;
  margin: 40px 0;
}

.language-switcher {
  width: 320px;
}

/* tools accesibility */
body .a11y-toolbar ul li:last-child a, body .a11y-toolbar ul li:last-child button {
  border-bottom-left-radius: 4px;
}
body .a11y-toolbar ul li a,
body .a11y-toolbar ul li button {
  background: #fff;
  display: inline-block;
  font-size: 1.6em;
  padding: 0.25em;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

/**
	Header
**/
.site-header {
  position: fixed;
  z-index: 5000;
  height: 100px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  background: #fff;
}
@media (max-width: 768px) {
  .site-header {
    height: 70px;
  }
}
.site-header .global-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .site-header .global-page {
    padding-right: 0;
    padding-left: 0;
  }
}
.site-header .global-page .logo {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background: #fff;
  padding: 8px 30px 0;
}
.site-header .global-page .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .site-header .global-page .logo a {
    display: block;
  }
}
.site-header .global-page .logo .baseline {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 225px;
          flex: 0 1 225px;
  padding-left: 15px;
}
@media (max-width: 768px) {
  .site-header .global-page .logo .baseline {
    display: none;
  }
}
@media (max-width: 768px) {
  .site-header .global-page .logo {
    text-align: center;
    padding: 5px 10px;
    position: absolute;
    left: 75px;
    right: 75px;
    top: 50%;
    height: 70px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .site-header .global-page .logo img {
    max-height: 60px;
  }
}
.site-header .global-page .header-search {
  background: #fff;
  position: relative;
}
@media (max-width: 768px) {
  .site-header .global-page .header-search {
    display: none;
  }
}
.site-header .global-page .header-search .search-form {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(100%);
          transform: translateY(-50%) translateX(100%);
  right: 100px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.site-header .global-page .header-search.open .search-form {
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
}
.site-header .btn-search {
  border: 0;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-align: center;
  font-size: 3rem;
  background: #fff;
}
.site-header .search-form .search-submit {
  display: none;
}
.site-header .search-form .search-field {
  border-width: 0 0 1px 0;
  border-radius: 0;
  width: 200px;
  font-size: 1.25em;
}
.site-header .search-form-mobile {
  display: none;
}
@media (max-width: 768px) {
  .site-header .search-form-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
  }
  .site-header .search-form-mobile label {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-right: 15px;
  }
  .site-header .search-form-mobile input[type=search] {
    background: none;
    border-radius: 0;
    border: 0;
    border-bottom: 1px #fff solid;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.25rem;
  }
  .site-header .search-form-mobile button {
    font-size: 2.5rem;
  }
  .site-header .search-form-mobile button .icon-search {
    color: #fff;
  }
}
.site-header .header-account {
  position: relative;
  z-index: 5;
  background: #fff;
}
.site-header .header-account:hover ul {
  display: block;
}
@media (max-width: 768px) {
  .site-header .header-account {
    position: absolute;
    right: 0;
  }
}
.site-header .header-account ul {
  position: absolute;
  background: #fff;
  padding: 0 15px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  display: none;
}
.site-header .header-account ul li {
  padding: 15px 0;
  text-transform: uppercase;
  border-top: 1px #999 solid;
}
.site-header .header-account ul li:first-child {
  border-top: 0;
}
@media (max-width: 1024px) {
  .site-header .header-account ul {
    min-width: 200px;
    right: 5px;
    max-width: calc(100vw - 10px);
  }
}
.site-header .btn-account {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  width: 205px;
}
.site-header .btn-account .label {
  text-align: left;
}
@media (max-width: 768px) {
  .site-header .btn-account {
    width: 80px;
    height: 70px;
    overflow: hidden;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .site-header .btn-account .label {
    display: none;
  }
}
.site-header .btn-account .icon-user {
  font-size: 3rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75px;
          flex: 0 0 75px;
  text-align: center;
  max-width: 75px;
}

.direct-menu {
  height: 0;
  opacity: 0;
}
.direct-menu.focus {
  height: auto;
  opacity: 1;
}
.direct-menu li {
  padding: 0.5em;
}
.direct-menu a {
  text-decoration: underline;
}
.direct-menu a:hover, .direct-menu a:active, .direct-menu a:focus {
  text-decoration: none;
}

/**
	Menu
**/
.menu-overlay {
  display: none;
}

body.mobile-overflow {
  overflow: hidden;
}
body.mobile-overflow .menu-overlay {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  background: #535b61;
  opacity: 0.6;
}

.header-nav {
  position: absolute;
  top: 40px;
  text-align: left;
}
@media (max-width: 768px) {
  .header-nav {
    top: 27px;
  }
}

.global-menu-mobile {
  height: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 0 0;
  max-width: 100%;
  z-index: 25;
  color: #fff;
  background: #999;
  width: calc(50vw - 200px);
}
@media (max-width: 1200px) {
  .global-menu-mobile {
    width: 400px;
  }
}
@media (max-width: 768px) {
  .global-menu-mobile {
    width: 100%;
  }
}

.site-header.mobile .global-menu-mobile {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.site-header.mobile .global-menu-mobile.open-menu {
  width: calc(50vw + 200px);
}
@media (max-width: 1200px) {
  .site-header.mobile .global-menu-mobile.open-menu {
    width: 800px;
  }
}
@media (max-width: 768px) {
  .site-header.mobile .global-menu-mobile.open-menu {
    width: 100%;
  }
}
.site-header.mobile .content-menu-mobile ul .open ul {
  -webkit-transform: translateX(390px);
          transform: translateX(390px);
}
@media (max-width: 768px) {
  .site-header.mobile .content-menu-mobile ul .open ul {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    display: block;
  }
}

.content-menu-mobile {
  display: block;
  position: absolute;
  right: 0;
  width: 100%;
  height: calc(100% - 115px);
  top: 115px;
  color: #333;
  overflow: auto;
  max-height: 100%;
  padding-left: calc(50vw - 585px);
  font-size: 1rem;
}
@media (max-width: 1200px) {
  .content-menu-mobile {
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .content-menu-mobile {
    padding-right: 20px;
  }
}
.content-menu-mobile li:first-child a {
  border-top: 0;
}
.content-menu-mobile a {
  display: block;
  padding: 0.8em 0 calc(0.8em - 3px);
  position: relative;
  color: #fff;
  text-transform: uppercase;
  border-top: 1px #fff solid;
  position: relative;
  z-index: 20;
  border-bottom: 3px transparent solid;
}
.content-menu-mobile a:hover {
  border-bottom-color: #fff;
}
.content-menu-mobile .menu-menu-principal-container {
  position: relative;
}
.content-menu-mobile ul {
  width: 370px;
  padding: 0;
}
@media (max-width: 768px) {
  .content-menu-mobile ul {
    width: 100%;
  }
}
.content-menu-mobile ul ul {
  position: absolute;
  top: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 768px) {
  .content-menu-mobile ul ul {
    position: static;
    display: none;
    padding-left: 30px;
  }
}
.content-menu-mobile .menu-item-has-children > a {
  padding-right: 50px;
}
.content-menu-mobile .menu-item-has-children > a:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -17px;
  right: 5px;
  width: 34px;
  height: 34px;
  background: url(../img/icon-submenu.png) no-repeat 50% 50%;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.content-menu-mobile .menu-item-has-children.open > a {
  z-index: 22;
  border-bottom-color: #fff;
}
.content-menu-mobile .menu-item-has-children.open > a:before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (max-width: 768px) {
  .content-menu-mobile .menu-item-has-children.open > a:before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.admin-bar .content-menu-mobile {
  height: calc(100% - 147px);
  top: 147px;
}

.menu-mobile {
  border: 0;
  background: none;
  padding: 10px 20px 0 5px;
  height: 100px;
  margin: 0;
  cursor: pointer;
  display: block;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 30;
}
@media (max-width: 768px) {
  .menu-mobile {
    padding-left: 10px;
    padding-right: 10px;
    height: 70px;
  }
}
.menu-mobile .menu-label {
  padding-top: 12px;
}
@media (max-width: 768px) {
  .menu-mobile .menu-label {
    display: none;
  }
}
.menu-mobile .menu-mobile-burger {
  cursor: pointer;
  width: 55px;
  height: 27px;
  display: inline-block;
  border-top: 2px #999 solid;
  border-bottom: 2px #999 solid;
  position: relative;
}
.menu-mobile .menu-mobile-burger:before, .menu-mobile .menu-mobile-burger:after {
  content: "";
  height: 2px;
  width: 100%;
  top: 11px;
  display: block;
  position: absolute;
  background: #999;
  -webkit-transition: border 0.2s, -webkit-transform 0.2s;
  transition: border 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, border 0.2s;
  transition: transform 0.2s, border 0.2s, -webkit-transform 0.2s;
}
.menu-mobile:hover .menu-mobile-burger {
  /*border-color: #000;*/
}
.menu-mobile:hover .menu-mobile-burger:before, .menu-mobile:hover .menu-mobile-burger:after {
  /*background-color: #000;*/
}

.mobile .menu-mobile .menu-mobile-burger {
  border-color: transparent;
}
.mobile .menu-mobile-burger:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mobile .menu-mobile-burger:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/**
	Footer
**/
.site-footer {
  padding: 50px 0 20px;
  background: #999;
  color: #fff;
}
.site-footer .footer-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5rem;
  padding-bottom: 0.5rem;
}
.site-footer .copy {
  text-align: center;
  padding-top: 40px;
}
.site-footer p {
  margin-bottom: 0.5rem;
}
.site-footer a:hover, .site-footer a:active, .site-footer a:focus {
  text-decoration: underline;
}

/**
	Print
**/
@media print {
  html body {
    font-size: 12px;
    /* home */
  }
  html body .site-header {
    position: absolute;
  }
  html body .noprint {
    display: none;
  }
  html body body {
    background-color: #fff;
    font-size: 12px;
  }
  html body #main {
    padding: 130px 0 0;
  }
  html body .btn-all,
  html body .home-short-menu,
  html body .a11y-toolbar,
  html body .site-header-content, html body .header-search, html body .header-account,
  html body .share {
    display: none;
  }
  html body footer .cols {
    display: block;
  }
  html body input[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
  }
  html body input[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
  }
  html body .home-news .title-page.home {
    margin-top: 0;
  }
  html body .cols-news,
  html body .home-news .cols {
    display: block;
  }
  html body .cols-news img,
  html body .home-news .cols img {
    max-width: 370px;
  }
  html body aside .list-news {
    display: block;
  }
  html body aside .list-news img {
    max-width: 370px;
  }
  html body .site-footer {
    padding: 30px 0 0;
  }
  html body .home-videos .img {
    display: none;
  }
  html body aside .list-docs.fixed,
  html body aside .list-docs.fixed.bottom {
    position: static;
  }
  html body .entry-content .wp-block-pb-accordion-item {
    padding-left: 0;
    padding-right: 0;
  }
}
/**
	Entry content
**/
.entry-content {
  width: 770px;
  max-width: 100%;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
@media (max-width: 1024px) {
  .entry-content {
    width: auto;
  }
}
.entry-content:after {
  content: "";
  height: 1px;
  clear: both;
  display: block;
}
.entry-content a:hover, .entry-content a:active, .entry-content a:focus {
  text-decoration: underline;
}
.entry-content p {
  margin: 1.5em 0 1em 0;
}
.entry-content h2 {
  margin: 1.5em 0 0.75em 0;
  font-size: 2rem;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .entry-content h2 {
    font-size: 1.8125rem;
  }
}
.entry-content h2.c-accordion__title, .entry-content h3.c-accordion__title, .entry-content h4.c-accordion__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  color: inherit;
}
.entry-content h2.c-accordion__title:after, .entry-content h3.c-accordion__title:after, .entry-content h4.c-accordion__title:after {
  font-size: 1.75rem;
  font-weight: bold;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.entry-content .is-open h4.c-accordion__title:after,
.entry-content .is-open h3.c-accordion__title:after,
.entry-content .is-open h2.c-accordion__title:after {
  content: "+";
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.entry-content h3 {
  margin: 1.5em 0 1em 0;
  font-size: 1.75rem;
}
@media (max-width: 768px) {
  .entry-content h3 {
    font-size: 1.625rem;
  }
}
.entry-content .c-accordion__content h3 {
  font-size: 1em;
}
.entry-content h4 {
  margin: 1.5em 0 1em 0;
  font-size: 1.375rem;
}
@media (max-width: 768px) {
  .entry-content h4 {
    font-size: 1.25rem;
  }
}
.entry-content .wp-block-pb-accordion-item {
  padding: 15px;
  border-bottom: 1px #999 solid;
  margin: 2em 0;
}
.entry-content .wp-block-pb-accordion-item + .wp-block-pb-accordion-item {
  margin-top: -2em;
}
.entry-content pre {
  margin: 1.5em 0;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}
.entry-content table,
.entry-content .wp-block-table.is-style-stripes {
  margin: 2em 0;
  min-width: 100%;
  border-bottom: 1px #999 solid;
  border-collapse: collapse;
  overflow: auto;
}
.entry-content table td, .entry-content table th,
.entry-content .wp-block-table.is-style-stripes td,
.entry-content .wp-block-table.is-style-stripes th {
  padding: 10px 15px;
  border-top: 1px #999 solid;
  border-collapse: collapse;
  min-width: 100px;
}
.entry-content ol li ul,
.entry-content ul {
  position: relative;
  margin: 1.5em 0 1em 2em;
}
@media (max-width: 768px) {
  .entry-content ol li ul,
  .entry-content ul {
    margin-left: 1em;
  }
}
.entry-content ol li ul li,
.entry-content ul li {
  list-style-type: none;
}
.entry-content ol li ul li:before,
.entry-content ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px #f4605c solid;
  border-radius: 100%;
  margin: 5px 0 0 -20px;
  padding: 0;
}
.entry-content ol li ul ul, .entry-content ol li ul ol,
.entry-content ul ul,
.entry-content ul ol {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.entry-content .form-content ul.fields {
  margin-left: 0;
}
.entry-content .form-content li {
  margin: 0.5em 0;
}
.entry-content .form-content li:before {
  display: none;
}
.entry-content .article-metas {
  padding-bottom: 0;
}
.entry-content .article-metas ul, .entry-content .article-metas li {
  margin: 0;
  padding: 0;
}
.entry-content .article-metas ul:before, .entry-content .article-metas li:before {
  display: none;
}
.entry-content ul li ol,
.entry-content ol {
  position: relative;
  list-style-type: none;
  margin: 1.5em 0 1em 3em;
}
@media (max-width: 768px) {
  .entry-content ul li ol,
  .entry-content ol {
    margin-left: 2em;
  }
}
.entry-content ul li ol li,
.entry-content ol li {
  list-style-type: none;
  counter-increment: step-counter;
}
.entry-content ul li ol li:before,
.entry-content ol li:before {
  content: counter(step-counter);
  font-weight: 700;
  padding: 0 8px;
  color: #f4605c;
  margin: 0 0 0 -35px;
  position: absolute;
  width: auto;
  height: auto;
  border: 0;
}
.entry-content ul li ol ul, .entry-content ul li ol ol,
.entry-content ol ul,
.entry-content ol ol {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.entry-content ul.wp-block-gallery li:before {
  display: none;
}
.entry-content .wp-block-quote {
  margin: 2em 0;
}
.entry-content iframe {
  margin: 2em auto;
  display: block;
  overflow-x: hidden;
  overflow-y: scroll;
  max-width: 100%;
}
.entry-content .wp-block-latest-comments .avatar, .entry-content .wp-block-latest-comments__comment-avatar {
  margin-right: 45px;
}
.entry-content .wp-caption {
  max-width: 100%;
}
.entry-content h2 .glossary-link a, .entry-content h3 .glossary-link a, .entry-content h4 .glossary-link a {
  display: inline;
  color: inherit;
  cursor: text;
}
.entry-content h2 .glossary-link a:hover, .entry-content h2 .glossary-link a:active, .entry-content h2 .glossary-link a:focus, .entry-content h3 .glossary-link a:hover, .entry-content h3 .glossary-link a:active, .entry-content h3 .glossary-link a:focus, .entry-content h4 .glossary-link a:hover, .entry-content h4 .glossary-link a:active, .entry-content h4 .glossary-link a:focus {
  text-decoration: none;
}
.entry-content h2 .glossary-tooltip .glossary-tooltip-text,
.entry-content h2 .glossary-tooltip .glossary-tooltip-content, .entry-content h3 .glossary-tooltip .glossary-tooltip-text,
.entry-content h3 .glossary-tooltip .glossary-tooltip-content, .entry-content h4 .glossary-tooltip .glossary-tooltip-text,
.entry-content h4 .glossary-tooltip .glossary-tooltip-content {
  visibility: hidden;
  display: none;
}
.entry-content h2 .glossary-tooltip .glossary-tooltip-text:after,
.entry-content h2 .glossary-tooltip .glossary-tooltip-content:after, .entry-content h3 .glossary-tooltip .glossary-tooltip-text:after,
.entry-content h3 .glossary-tooltip .glossary-tooltip-content:after, .entry-content h4 .glossary-tooltip .glossary-tooltip-text:after,
.entry-content h4 .glossary-tooltip .glossary-tooltip-content:after {
  visibility: hidden;
  display: none;
}
.entry-content .glossary-tooltip:hover .glossary-tooltip-content.bottom, .entry-content .glossary-tooltip-content.bottom {
  bottom: auto;
  top: 50px;
}
.entry-content .glossary-tooltip-content.bottom:after {
  top: -20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.entry-content .glossary-tooltip span span {
  padding: 15px 20px;
}
.entry-content .glossary-tooltip a, .entry-content .glossary-tooltip span span {
  background: none;
}
.entry-content .glossary-tooltip a {
  padding: 0;
}
.entry-content .glossary-tooltip:hover {
  z-index: 5001;
}
.entry-content .glossary-tooltip .glossary-tooltip-text,
.entry-content .glossary-tooltip .glossary-tooltip-content {
  font-weight: normal;
}
@media (max-width: 768px) {
  .entry-content .glossary-tooltip .glossary-tooltip-text,
  .entry-content .glossary-tooltip .glossary-tooltip-content {
    display: none;
    visibility: hidden;
  }
}
@media (max-width: 768px) {
  .entry-content .glossary-tooltip .glossary-tooltip-text:after,
  .entry-content .glossary-tooltip .glossary-tooltip-content:after {
    display: none;
    visibility: hidden;
  }
}
@media (max-width: 768px) {
  .entry-content .glossary-tooltip:after {
    display: none;
    visibility: hidden;
  }
}
.entry-content.search-result {
  width: auto;
}
.entry-content.search-result h2 {
  font-size: 1.375rem;
  margin-bottom: 0;
  margin-top: 2em;
  padding-top: 2em;
  text-transform: none;
  border-top: 1px #ccc solid;
}
.entry-content.search-result h2 .type {
  text-transform: uppercase;
  display: inline-block;
  margin-right: 5px;
  color: #fff;
  background: #535b61;
  font-size: 0.9rem;
  padding: 0.5em 1em;
  line-height: 1;
}
.entry-content.search-result h2 a, .entry-content.search-result h2 span {
  vertical-align: middle;
}
.entry-content .wp-block-button {
  margin: 5px;
}
@media (max-width: 768px) {
  .entry-content div.alignleft,
  .entry-content div.alignright {
    float: none;
    text-align: center;
  }
}
.entry-content .has-medium-font-size {
  font-size: inherit;
  font-weight: 500;
}

.entry-content.form-infos {
  width: auto;
}

aside .list-docs,
.entry-content .list-docs {
  margin: 0;
}
aside .list-docs .title-docs,
.entry-content .list-docs .title-docs {
  font-weight: normal;
  font-size: 1.25rem;
  padding-bottom: 15px;
  text-transform: uppercase;
}
aside .list-docs .type-file,
.entry-content .list-docs .type-file {
  font-size: 1.875rem;
  display: inline-block;
  padding: 0 10px;
  text-decoration: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
aside .list-docs a,
.entry-content .list-docs a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
}
aside .list-docs a:hover, aside .list-docs a:active, aside .list-docs a:focus,
.entry-content .list-docs a:hover,
.entry-content .list-docs a:active,
.entry-content .list-docs a:focus {
  text-decoration: none;
}
aside .list-docs a:hover .label, aside .list-docs a:active .label, aside .list-docs a:focus .label,
.entry-content .list-docs a:hover .label,
.entry-content .list-docs a:active .label,
.entry-content .list-docs a:focus .label {
  text-decoration: underline;
}
aside .list-docs a:hover .type-file, aside .list-docs a:active .type-file, aside .list-docs a:focus .type-file,
.entry-content .list-docs a:hover .type-file,
.entry-content .list-docs a:active .type-file,
.entry-content .list-docs a:focus .type-file {
  text-decoration: none;
}
aside .list-docs li,
.entry-content .list-docs li {
  padding: 10px 0;
}
aside .list-docs li:before,
.entry-content .list-docs li:before {
  display: none;
}

aside .list-docs {
  background: #fff;
  border-left: 2px #999 solid;
  border-radius: 0 5px 5px 0;
  padding: 20px 15px 15px;
}
@media (min-width: 1024px) {
  aside .list-docs.fixed {
    position: fixed;
  }
  aside .list-docs.fixed.bottom {
    position: absolute;
    bottom: 0;
  }
}

.entry-content ul.list-docs {
  margin: 0.75em 0 0;
}

/**
	Form
**/
input, button, select, option, textarea {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  max-width: 100%;
}

button {
  cursor: pointer;
}

.gform_validation_container {
  display: none;
}

.gfield_visibility_visible.hidden_label .gfield_label {
  display: none;
}

input, textarea, select {
  border: 1px #cdcdcd solid;
  padding: 5px 10px;
  width: 100%;
  border-radius: 5px;
}

input[type=submit],
input[type=radio],
input[type=checkbox] {
  width: auto;
}

input[type=radio],
input[type=checkbox] {
  padding: 0;
}

input[disabled] {
  opacity: 0.5;
}

body input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 1px #535b61 solid;
  -webkit-box-shadow: 0 0 0 2px #fff inset;
          box-shadow: 0 0 0 2px #fff inset;
  vertical-align: -5px;
  margin: 4px 4px 4px 0;
  border-radius: 100%;
}
body input[type=radio]:checked {
  background: #666;
}

body input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 15px;
  width: 15px;
  background: #fff;
  border: 1px #535b61 solid;
  -webkit-box-shadow: 0 0 0 3px #fff inset;
          box-shadow: 0 0 0 3px #fff inset;
  vertical-align: -4px;
}
body input[type=checkbox]:checked {
  background: #666;
}

#main .gform_fields {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1em -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#main .gform_fields li.gfield {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  padding: 10px 15px;
}
@media (max-width: 768px) {
  #main .gform_fields li.gfield {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
#main .gform_fields li.gfield.gsection, #main .gform_fields li.gfield.large {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
#main .gform_fields .gfield_label {
  display: block;
  padding-bottom: 0.5em;
}
#main .gform_fields .hidden_label .gfield_label {
  display: none;
}
#main .gform_fields .gsection {
  margin: 1em 0 0.5em;
  font-size: 1.375rem;
}
#main .ginput_counter {
  display: none;
}
#main .ginput_container_date .clear-multi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#main .ginput_container_date .ginput_container_date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.33% - 20px);
          flex: 0 0 calc(33.33% - 20px);
  width: calc(33.33% - 20px);
}
@media (max-width: 768px) {
  #main .ginput_container_date .ginput_container_date {
    -ms-flex-preferred-size: calc(33.33% - 5px);
        flex-basis: calc(33.33% - 5px);
    width: calc(33.33% - 5px);
  }
}
#main .gfield_radio li {
  display: inline-block;
  padding-right: 10px;
}
#main .gfield_radio li input {
  margin-right: 5px;
}
#main .ginput_container_fileupload .gform_drop_area {
  padding: 40px;
  background: #fff;
  border: 2px dashed #999;
  text-align: center;
  margin-bottom: 10px;
}
#main .ginput_container_fileupload .gform_drop_area .gform_button_select_files {
  border: 1px #006cb4 solid;
  border-radius: 5px;
  padding: 0.5em 0.75em;
  display: inline-block;
  color: #006cb4;
}
#main .ginput_container_fileupload .gform_drop_area .gform_button_select_files:hover {
  color: #fff;
  background: #006cb4;
}
@media (max-width: 768px) {
  #main .ginput_container_fileupload .gform_drop_area {
    padding: 10px;
  }
  #main .ginput_container_fileupload .gform_drop_area input {
    max-width: 100%;
  }
}
#main .ginput_container_fileupload .gform_drop_area input {
  width: auto;
}
#main .ginput_preview_list {
  margin-top: 10px;
}
#main .gform_drop_instructions {
  padding: 5px;
  display: inline-block;
}
#main .form-docs {
  display: none;
  margin: 1em 0;
}
#main .form-docs .form-docs-list {
  margin-top: 1em;
}
#main .form-docs .icon-file-formulaire {
  display: inline-block;
  font-size: 2em;
  margin-right: 10px;
}
#main .form-docs a {
  background: #006cb4;
  margin: 15px 0;
  color: #fff;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  #main .form-docs a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #main .form-docs a span.label {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
#main .form-docs a .label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 5px 0;
}
#main .form-docs a .btn:hover {
  border-color: #fff;
}
@media (max-width: 400px) {
  #main .form-docs a {
    text-align: center;
  }
}
#main .title-form-docs {
  margin: 3em 0 0.5em;
  font-size: 1.375rem;
}
#main .form-datas {
  display: none;
}
#main .gfield_required {
  font-weight: bold;
  color: #ec1146;
}
#main .gfield_description {
  padding-top: 5px;
}
#main .gfield_description.validation_message {
  color: #ec1146;
}
#main .gfield_error input {
  border-color: #ec1146;
}
#main .validation_error {
  padding: 20px;
  border: 1px #ec1146 solid;
  margin: 2em 0 1em 0;
  color: #ec1146;
}
#main .gform_footer {
  margin-top: 1em;
  text-align: right;
}

#ui-datepicker-div {
  width: 350px;
  max-width: calc(100% - 80px);
  padding: 10px;
  background: #fff;
  border: 2px #ddd solid;
  font-size: 0.9em;
}
@media (max-width: 768px) {
  #ui-datepicker-div {
    font-size: 1.2em;
  }
}
#ui-datepicker-div select {
  width: auto;
}
#ui-datepicker-div table {
  width: 100%;
}
#ui-datepicker-div table th, #ui-datepicker-div table td {
  padding: 3px;
  text-align: center;
  border: 1px #ddd solid;
}
#ui-datepicker-div table th {
  background: #ddd;
  border: 1px #fff solid;
}
#ui-datepicker-div .ui-datepicker-title {
  display: inline-block;
  font-weight: bold;
}
#ui-datepicker-div .ui-datepicker-header {
  margin-bottom: 10px;
  text-align: center;
}
#ui-datepicker-div .ui-datepicker-today {
  font-weight: bold;
}
#ui-datepicker-div .ui-datepicker-current-day {
  background: #233c7d;
}
#ui-datepicker-div .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-next {
  background: #999;
  padding: 3px 5px;
  display: inline-block;
  font-size: 0.8em;
  cursor: pointer;
  text-align: center;
}
#ui-datepicker-div .ui-datepicker-next {
  float: right;
}
#ui-datepicker-div .ui-datepicker-prev {
  float: left;
}
#ui-datepicker-div .ui-datepicker-unselectable span {
  opacity: 0.3;
}

/**
	News
**/
.news-min {
  background: #fff;
  border-bottom: 1px #c6cfd5 solid;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}
.news-min:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 0;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
  background: #999;
}
.news-min:hover:after {
  height: 3px;
}
.news-min.summary {
  text-align: center;
  border-top: 1px #c6cfd5 solid;
}
.news-min:hover, .news-min:active, .news-min:focus {
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
}
.news-min .news-title {
  font-size: 1.6875rem;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .news-min .news-title {
    font-size: 1.5rem;
  }
}
.news-min .more {
  padding-top: 1em;
  text-align: center;
}
.news-min img {
  display: block;
  margin: 0 auto;
}
.news-min .news-content {
  padding: 20px 15px 25px;
}

.article-metas {
  font-weight: 300;
  padding: 0.5em 0 0.75em;
  font-size: 1rem;
  text-transform: uppercase;
}
.article-metas ul, .article-metas li {
  display: inline;
}
.article-metas li:before {
  content: "- ";
}
.article-metas a:hover, .article-metas a:active, .article-metas a:focus {
  text-decoration: underline;
}

aside .news-min {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  aside .list-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  aside .list-news li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
  aside .list-news img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  aside .list-news {
    display: block;
  }
  aside .list-news li {
    max-width: 100%;
  }
}

.nav-single {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
}
.nav-single .back {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.nav-single .back a:hover, .nav-single .back a:active, .nav-single .back a:focus {
  text-decoration: underline;
}
.nav-single .share {
  text-align: right;
}
.nav-single .share ul {
  padding-top: 1em;
}
.nav-single .share li {
  margin-left: 5px;
  display: inline-block;
  font-size: 1.5em;
}
.nav-single .share a:hover, .nav-single .share a:active, .nav-single .share a:focus {
  opacity: 0.7;
}
.nav-single .share .icon-facebook {
  color: #3f51b5;
}
.nav-single .share .icon-twitter {
  color: #03a9f4;
}
.nav-single .share .icon-linkedin {
  color: #0288d1;
}

.cols.cols-news {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .cols.cols-news .col {
    -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}
@media (max-width: 768px) {
  .cols.cols-news {
    display: block;
  }
  .cols.cols-news .col {
    max-width: 100%;
  }
}

.nav-archives {
  text-align: center;
  margin-top: 2em;
}
.nav-archives span.current,
.nav-archives a {
  display: inline-block;
  margin: 3px;
  border: 1px #999 solid;
  padding: 5px 15px;
  border-radius: 5px;
}
.nav-archives span.current:hover, .nav-archives span.current:active, .nav-archives span.current:focus,
.nav-archives a:hover,
.nav-archives a:active,
.nav-archives a:focus {
  background: #999;
  color: #fff;
}
.nav-archives span.current {
  background: #999;
  color: #fff;
}

.filters {
  margin: 1.5em 0 1em;
}
@media (max-width: 768px) {
  .filters {
    padding-bottom: 1em;
  }
}
.filters label {
  display: block;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.6875rem;
}
@media (max-width: 768px) {
  .filters .col {
    margin-bottom: 1em;
  }
}

/**
	Glossary
**/
.glossary-term-bar {
  font-size: 1.5em;
  padding-bottom: 1em;
  text-transform: uppercase;
}
.glossary-term-bar .glossary-no-link-initial-item {
  opacity: 0.7;
}
.glossary-term-bar a {
  text-decoration: underline;
}
.glossary-term-bar a:hover, .glossary-term-bar a:active, .glossary-term-bar a:focus {
  text-decoration: none;
}

.glossary-term-list .glossary-letter {
  display: block;
  padding: 1em 0 0.25em 0;
}
.glossary-term-list a {
  text-decoration: underline;
}
.glossary-term-list a:hover, .glossary-term-list a:active, .glossary-term-list a:focus {
  text-decoration: none;
}

/**
	Frontpage
**/
.title-page.home {
  margin: 90px 0 30px;
}

.title-page.title-site {
  width: 770px;
  max-width: 100%;
}

@media (max-width: 1024px) {
  .home-news .cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home-news .cols .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
            flex: 0 0 calc(50% - 30px);
  }
  .home-news .cols .col:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
  }
}
@media (max-width: 768px) {
  .home-news .cols {
    display: block;
    margin: 0;
  }
}

.home-videos a, .home-videos img {
  display: block;
}
.home-videos img {
  margin: 0 auto;
}
.home-videos .video-title {
  text-transform: uppercase;
}
.home-videos .first {
  margin-top: 15px;
  margin-bottom: 15px;
  background: #fff;
  border-bottom: 1px #c6cfd5 solid;
}
.home-videos .first .video-title {
  font-size: 1.6875rem;
}
.home-videos .first .content {
  padding: 15px 15px 20px;
}
.home-videos .first .img {
  position: relative;
}
.home-videos .first .img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.home-videos .first .img .icon-play {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 4em;
  color: #fff;
}
.home-videos .video-link {
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  min-height: 209px;
  position: relative;
}
.home-videos .video-link .img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.home-videos .video-link .img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.home-videos .video-link .video-title {
  position: relative;
  color: #fff;
  font-size: 1.5rem;
  z-index: 2;
}
.home-videos .video-link .icon-play {
  position: relative;
  z-index: 2;
  font-size: 4em;
  text-align: center;
  color: #fff;
}
.home-videos .video-link article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  .home-videos .cols {
    display: block;
  }
}
.home-videos .col-33 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1024px) {
  .home-videos .col-33 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .home-videos .col-33 .video-link {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
  }
}
@media (max-width: 768px) {
  .home-videos .col-33 {
    display: block;
  }
}
.home-videos .btn {
  margin-top: auto;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .home-videos .btn {
    margin: 25px auto 15px;
  }
}

.home-short-menu {
  width: 770px;
  max-width: 100%;
}
.home-short-menu ul.home-menu {
  position: relative;
  border-radius: 5px 0 0 5px;
  color: #fff;
  text-transform: uppercase;
  width: 50%;
}
@media (max-width: 768px) {
  .home-short-menu ul.home-menu {
    width: auto;
  }
}
.home-short-menu ul.home-menu > li:first-child > a {
  border-top-left-radius: 5px;
  border-top: 1px #999 solid;
}
@media (max-width: 768px) {
  .home-short-menu ul.home-menu > li:first-child > a {
    border-top-right-radius: 5px;
  }
}
.home-short-menu ul.home-menu > li:last-child > a {
  border-bottom-left-radius: 5px;
}
@media (max-width: 768px) {
  .home-short-menu ul.home-menu > li:last-child > a {
    border-bottom-right-radius: 5px;
  }
}
@media (max-width: 768px) {
  .home-short-menu ul.home-menu > li:last-child ul {
    border-radius: 0 0 5px 5px;
  }
}
.home-short-menu ul.home-menu > li.off > a {
  background: #fff;
  color: #999;
}
.home-short-menu ul.home-menu > li > a {
  display: block;
  padding: 25px 45px 25px 15px;
  font-size: 1.6875rem;
  font-weight: bold;
  background: #999;
  position: relative;
  z-index: 2;
  border-bottom: 1px #999 solid;
  border-left: 1px #999 solid;
  border-right: 1px #999 solid;
}
@media (max-width: 768px) {
  .home-short-menu ul.home-menu > li > a {
    padding-left: 45px;
    padding-right: 45px;
    text-align: center;
    font-size: 1.5rem;
  }
}
.home-short-menu ul.home-menu > li > a:before {
  content: "";
  width: 2px;
  height: 20px;
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -10px;
  background: #fff;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.home-short-menu ul.home-menu > li > a:after {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  right: 9px;
  top: 50%;
  margin-top: -1px;
  background: #fff;
}
.home-short-menu ul.home-menu .open a:after,
.home-short-menu ul.home-menu .open a:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.home-short-menu ul.home-menu .open ul {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  border-radius: 0 5px 5px 0;
}
@media (max-width: 768px) {
  .home-short-menu ul.home-menu .open ul {
    -webkit-transform: translate(0);
            transform: translate(0);
    display: block;
    text-align: center;
    border-radius: 0;
  }
}
.home-short-menu ul.home-menu ul {
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  border-radius: 5px;
  background: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media (max-width: 768px) {
  .home-short-menu ul.home-menu ul {
    display: none;
    border-top: 1px #fff solid;
    position: static;
  }
}
.home-short-menu ul.home-menu ul a {
  display: block;
  padding: 15px;
}