@charset "UTF-8";
/* Repertory of all the Sass files */
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro");
@import url("https://cdnjs.cloudflare.com/ajax/libs/foundation/6.5.1/css/foundation.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css");
@import url("//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css");
@font-face {
  font-family: 'space_grotesksemibold';
  src: url("font/spacegrotesk-semibold-webfont.woff2") format("woff2"), url("font/spacegrotesk-semibold-webfont.woff") format("woff"), url("font/spacegrotesk-semibold-webfont.ttf") format("truetype"); }

@font-face {
  font-family: 'space_groteskbold';
  src: url("font/spacegrotesk-bold-webfont.woff2") format("woff2"), url("font/spacegrotesk-bold-webfont.woff") format("woff"), url("font/spacegrotesk-bold-webfont.ttf") format("truetype"); }

@font-face {
  font-family: 'space_grotesklight';
  src: url("font/spacegrotesk-light-webfont.woff2") format("woff2"), url("font/spacegrotesk-light-webfont.woff") format("woff"), url("font/spacegrotesk-light-webfont.ttf") format("truetype"); }

@font-face {
  font-family: 'space_groteskregular';
  src: url("font/spacegrotesk-regular-webfont.woff2") format("woff2"), url("font/spacegrotesk-regular-webfont.woff") format("woff"), url("font/spacegrotesk-regular-webfont.ttf") format("truetype"); }

/*VENDORS*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

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

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

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  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; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

/**
 * Foundation for Sites by ZURB
 * Version 6.5.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%; }

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 3px; }

select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-radius: 3px; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 3px;
  background: transparent;
  line-height: 1;
  cursor: auto; }

[data-whatinput='mouse'] button {
  outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
.tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }


p,
.tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2, .tribe-mini-calendar-list-wrapper .tribe-events-first:before, .tribe-mini-calendar-list-wrapper .tribe-events-first.tribe-events-last:before, .tribe-mini-calendar .tribe-mini-calendar-nav span,
h3, .h3, .single-agenda_formations .addtoany_share_save_container:before,
.single-catalogue_formations .addtoany_share_save_container:before,
.single-catalogue_dorifor .addtoany_share_save_container:before,
.single-tribe_events .addtoany_share_save_container:before, .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .list-date,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }

h1 small, .h1 small,
h2 small, .h2 small, .tribe-mini-calendar-list-wrapper .tribe-events-first:before small, .tribe-mini-calendar-list-wrapper .tribe-events-first.tribe-events-last:before small, .tribe-mini-calendar .tribe-mini-calendar-nav span small,
h3 small, .h3 small, .single-agenda_formations .addtoany_share_save_container:before small, .single-catalogue_formations .addtoany_share_save_container:before small, .single-catalogue_dorifor .addtoany_share_save_container:before small, .single-tribe_events .addtoany_share_save_container:before small, .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .list-date small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca; }

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2, .tribe-mini-calendar-list-wrapper .tribe-events-first:before, .tribe-mini-calendar-list-wrapper .tribe-events-first.tribe-events-last:before, .tribe-mini-calendar .tribe-mini-calendar-nav span {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3, .single-agenda_formations .addtoany_share_save_container:before,
.single-catalogue_formations .addtoany_share_save_container:before,
.single-catalogue_dorifor .addtoany_share_save_container:before,
.single-tribe_events .addtoany_share_save_container:before, .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .list-date {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem; }
  h2, .h2, .tribe-mini-calendar-list-wrapper .tribe-events-first:before, .tribe-mini-calendar-list-wrapper .tribe-events-first.tribe-events-last:before, .tribe-mini-calendar .tribe-mini-calendar-nav span {
    font-size: 2.5rem; }
  h3, .h3, .single-agenda_formations .addtoany_share_save_container:before,
  .single-catalogue_formations .addtoany_share_save_container:before,
  .single-catalogue_dorifor .addtoany_share_save_container:before,
  .single-tribe_events .addtoany_share_save_container:before, .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .list-date {
    font-size: 1.9375rem; }
  h4, .h4 {
    font-size: 1.5625rem; }
  h5, .h5 {
    font-size: 1.25rem; }
  h6, .h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #2ba6cb;
  text-decoration: none;
  cursor: pointer; }

a:hover, a:focus {
  color: #258faf; }

a img {
  border: 0; }

hr {
  clear: both;
  max-width: 62.5rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }

blockquote, blockquote p, blockquote .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title, .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event blockquote .tribe-events-title {
  line-height: 1.6;
  color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }

cite:before {
  content: "— "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
  border-radius: 3px; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }

p + .stat, .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title + .stat {
  margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  
  p,
  .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

textarea {
  max-width: 100%; }

textarea[rows] {
  height: auto; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px; }

input[type='search'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

::-webkit-input-placeholder {
  color: #cacaca; }

:-ms-input-placeholder {
  color: #cacaca; }

::-ms-input-placeholder {
  color: #cacaca; }

::placeholder {
  color: #cacaca; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 3px 0 0 3px; }

.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 3px 3px 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.input-group-label:first-child {
  border-right: 0; }

.input-group-label:last-child {
  border-left: 0; }

.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem; }

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

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }

.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }

select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed; }

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

select[multiple] {
  height: auto;
  background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #c60f13;
  background-color: #f8e6e7; }

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #c60f13; }

.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #c60f13; }

.is-invalid-input:not(:focus)::-ms-input-placeholder {
  color: #c60f13; }

.is-invalid-input:not(:focus)::placeholder {
  color: #c60f13; }

.is-invalid-label {
  color: #c60f13; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #c60f13; }

.form-error.is-visible {
  display: block; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

.clearfix::after {
  clear: both; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important; } }

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; } }

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important; } }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  /*background-color: #2ba6cb;*/
  color: #fefefe; }

[data-whatinput='mouse'] .button {
  outline: 0; }

.button:hover, .button:focus {
  background-color: #258dad;
  color: #fefefe; }

.button.tiny {
  font-size: 0.6rem; }

.button.small {
  font-size: 0.75rem; }

.button.large {
  font-size: 1.25rem; }

.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0; }

.button.primary {
  background-color: #2ba6cb;
  color: #0a0a0a; }

.button.primary:hover, .button.primary:focus {
  background-color: #2285a2;
  color: #0a0a0a; }

.button.secondary {
  background-color: #e9e9e9;
  color: #0a0a0a; }

.button.secondary:hover, .button.secondary:focus {
  background-color: #bababa;
  color: #0a0a0a; }

.button.alert {
  background-color: #c60f13;
  color: #fefefe; }

.button.alert:hover, .button.alert:focus {
  background-color: #9e0c0f;
  color: #fefefe; }

.button.success {
  background-color: #5da423;
  color: #0a0a0a; }

.button.success:hover, .button.success:focus {
  background-color: #4a831c;
  color: #0a0a0a; }

.button.warning {
  background-color: #ffae00;
  color: #0a0a0a; }

.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a; }

.button.body-font {
  background-color: #222222;
  color: #fefefe; }

.button.body-font:hover, .button.body-font:focus {
  background-color: #1b1b1b;
  color: #fefefe; }

.button.header {
  background-color: #222222;
  color: #fefefe; }

.button.header:hover, .button.header:focus {
  background-color: #1b1b1b;
  color: #fefefe; }

.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
  background-color: #2ba6cb;
  color: #fefefe; }

.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed; }

.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #2ba6cb;
  color: #0a0a0a; }

.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed; }

.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #e9e9e9;
  color: #0a0a0a; }

.button.disabled.alert, .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed; }

.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #c60f13;
  color: #fefefe; }

.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed; }

.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #5da423;
  color: #0a0a0a; }

.button.disabled.warning, .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed; }

.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #ffae00;
  color: #0a0a0a; }

.button.disabled.body-font, .button[disabled].body-font {
  opacity: 0.25;
  cursor: not-allowed; }

.button.disabled.body-font, .button.disabled.body-font:hover, .button.disabled.body-font:focus, .button[disabled].body-font, .button[disabled].body-font:hover, .button[disabled].body-font:focus {
  background-color: #222222;
  color: #fefefe; }

.button.disabled.header, .button[disabled].header {
  opacity: 0.25;
  cursor: not-allowed; }

.button.disabled.header, .button.disabled.header:hover, .button.disabled.header:focus, .button[disabled].header, .button[disabled].header:hover, .button[disabled].header:focus {
  background-color: #222222;
  color: #fefefe; }

.button.hollow {
  border: 1px solid #2ba6cb;
  color: #2ba6cb; }

.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent; }

.button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent; }

.button.hollow:hover, .button.hollow:focus {
  border-color: #165366;
  color: #165366; }

.button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
  border: 1px solid #2ba6cb;
  color: #2ba6cb; }

.button.hollow.primary {
  border: 1px solid #2ba6cb;
  color: #2ba6cb; }

.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #165366;
  color: #165366; }

.button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
  border: 1px solid #2ba6cb;
  color: #2ba6cb; }

.button.hollow.secondary {
  border: 1px solid #e9e9e9;
  color: #e9e9e9; }

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #757575;
  color: #757575; }

.button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
  border: 1px solid #e9e9e9;
  color: #e9e9e9; }

.button.hollow.alert {
  border: 1px solid #c60f13;
  color: #c60f13; }

.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #63080a;
  color: #63080a; }

.button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
  border: 1px solid #c60f13;
  color: #c60f13; }

.button.hollow.success {
  border: 1px solid #5da423;
  color: #5da423; }

.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #2f5212;
  color: #2f5212; }

.button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
  border: 1px solid #5da423;
  color: #5da423; }

.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00; }

.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700; }

.button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00; }

.button.hollow.body-font {
  border: 1px solid #222222;
  color: #222222; }

.button.hollow.body-font:hover, .button.hollow.body-font:focus {
  border-color: #111111;
  color: #111111; }

.button.hollow.body-font:hover.disabled, .button.hollow.body-font:hover[disabled], .button.hollow.body-font:focus.disabled, .button.hollow.body-font:focus[disabled] {
  border: 1px solid #222222;
  color: #222222; }

.button.hollow.header {
  border: 1px solid #222222;
  color: #222222; }

.button.hollow.header:hover, .button.hollow.header:focus {
  border-color: #111111;
  color: #111111; }

.button.hollow.header:hover.disabled, .button.hollow.header:hover[disabled], .button.hollow.header:focus.disabled, .button.hollow.header:focus[disabled] {
  border: 1px solid #222222;
  color: #222222; }

.button.clear {
  border: 1px solid #2ba6cb;
  color: #2ba6cb; }

.button.clear, .button.clear:hover, .button.clear:focus {
  background-color: transparent; }

.button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  background-color: transparent; }

.button.clear:hover, .button.clear:focus {
  border-color: #165366;
  color: #165366; }

.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border: 1px solid #2ba6cb;
  color: #2ba6cb; }

.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border-color: transparent; }

.button.clear.primary {
  border: 1px solid #2ba6cb;
  color: #2ba6cb; }

.button.clear.primary:hover, .button.clear.primary:focus {
  border-color: #165366;
  color: #165366; }

.button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border: 1px solid #2ba6cb;
  color: #2ba6cb; }

.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border-color: transparent; }

.button.clear.secondary {
  border: 1px solid #e9e9e9;
  color: #e9e9e9; }

.button.clear.secondary:hover, .button.clear.secondary:focus {
  border-color: #757575;
  color: #757575; }

.button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border: 1px solid #e9e9e9;
  color: #e9e9e9; }

.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border-color: transparent; }

.button.clear.alert {
  border: 1px solid #c60f13;
  color: #c60f13; }

.button.clear.alert:hover, .button.clear.alert:focus {
  border-color: #63080a;
  color: #63080a; }

.button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border: 1px solid #c60f13;
  color: #c60f13; }

.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border-color: transparent; }

.button.clear.success {
  border: 1px solid #5da423;
  color: #5da423; }

.button.clear.success:hover, .button.clear.success:focus {
  border-color: #2f5212;
  color: #2f5212; }

.button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border: 1px solid #5da423;
  color: #5da423; }

.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border-color: transparent; }

.button.clear.warning {
  border: 1px solid #ffae00;
  color: #ffae00; }

.button.clear.warning:hover, .button.clear.warning:focus {
  border-color: #805700;
  color: #805700; }

.button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00; }

.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border-color: transparent; }

.button.clear.body-font {
  border: 1px solid #222222;
  color: #222222; }

.button.clear.body-font:hover, .button.clear.body-font:focus {
  border-color: #111111;
  color: #111111; }

.button.clear.body-font:hover.disabled, .button.clear.body-font:hover[disabled], .button.clear.body-font:focus.disabled, .button.clear.body-font:focus[disabled] {
  border: 1px solid #222222;
  color: #222222; }

.button.clear.body-font, .button.clear.body-font.disabled, .button.clear.body-font[disabled], .button.clear.body-font:hover, .button.clear.body-font:hover.disabled, .button.clear.body-font:hover[disabled], .button.clear.body-font:focus, .button.clear.body-font:focus.disabled, .button.clear.body-font:focus[disabled] {
  border-color: transparent; }

.button.clear.header {
  border: 1px solid #222222;
  color: #222222; }

.button.clear.header:hover, .button.clear.header:focus {
  border-color: #111111;
  color: #111111; }

.button.clear.header:hover.disabled, .button.clear.header:hover[disabled], .button.clear.header:focus.disabled, .button.clear.header:focus[disabled] {
  border: 1px solid #222222;
  color: #222222; }

.button.clear.header, .button.clear.header.disabled, .button.clear.header[disabled], .button.clear.header:hover, .button.clear.header:hover.disabled, .button.clear.header:hover[disabled], .button.clear.header:focus, .button.clear.header:focus.disabled, .button.clear.header:focus[disabled] {
  border-color: transparent; }

.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em; }

.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #2ba6cb; }

.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #2ba6cb; }

.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #e9e9e9; }

.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #c60f13; }

.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #5da423; }

.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00; }

.button.dropdown.hollow.body-font::after, .button.dropdown.clear.body-font::after {
  border-top-color: #222222; }

.button.dropdown.hollow.header::after, .button.dropdown.clear.header::after {
  border-top-color: #222222; }

.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0; }

a.button:hover, a.button:focus {
  text-decoration: none; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }

[data-whatinput='mouse'] .close-button {
  outline: 0; }

.close-button:hover, .close-button:focus {
  color: #0a0a0a; }

.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1; }

.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1; }

.button-group {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.button-group::before, .button-group::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

.button-group::after {
  clear: both; }

.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.button-group .button:last-child {
  margin-right: 0; }

.button-group.tiny .button {
  font-size: 0.6rem; }

.button-group.small .button {
  font-size: 0.75rem; }

.button-group.large .button {
  font-size: 1.25rem; }

.button-group.expanded .button {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px; }

.button-group.primary .button {
  background-color: #2ba6cb;
  color: #0a0a0a; }

.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #2285a2;
  color: #0a0a0a; }

.button-group.secondary .button {
  background-color: #e9e9e9;
  color: #0a0a0a; }

.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #bababa;
  color: #0a0a0a; }

.button-group.alert .button {
  background-color: #c60f13;
  color: #fefefe; }

.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #9e0c0f;
  color: #fefefe; }

.button-group.success .button {
  background-color: #5da423;
  color: #0a0a0a; }

.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #4a831c;
  color: #0a0a0a; }

.button-group.warning .button {
  background-color: #ffae00;
  color: #0a0a0a; }

.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #0a0a0a; }

.button-group.body-font .button {
  background-color: #222222;
  color: #fefefe; }

.button-group.body-font .button:hover, .button-group.body-font .button:focus {
  background-color: #1b1b1b;
  color: #fefefe; }

.button-group.header .button {
  background-color: #222222;
  color: #fefefe; }

.button-group.header .button:hover, .button-group.header .button:focus {
  background-color: #1b1b1b;
  color: #fefefe; }

.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0; }

.button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px; }

@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0; } }

@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0; } }

@media screen and (max-width: 39.99875em) {
  .button-group.stacked-for-small.expanded {
    display: block; }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0; } }

@media screen and (max-width: 63.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block; }
  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0; } }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.slider-fill.is-dragging {
  -webkit-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 3px;
  background-color: #2ba6cb;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

[data-whatinput='mouse'] .slider-handle {
  outline: 0; }

.slider-handle:hover {
  background-color: #258dad; }

.slider-handle.is-dragging {
  -webkit-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%; }

.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 3px;
  background: #cacaca;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }

input + .switch-paddle {
  margin: 0; }

.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-radius: 3px;
  background: #fefefe;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  content: ''; }

input:checked ~ .switch-paddle {
  background: #2ba6cb; }

input:checked ~ .switch-paddle::after {
  left: 2.25rem; }

[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }

input:checked + label > .switch-active {
  display: block; }

.switch-inactive {
  right: 15%; }

input:checked + label > .switch-inactive {
  display: none; }

.switch.tiny {
  height: 1.5rem; }

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem; }

.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem; }

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem; }

.switch.small {
  height: 1.75rem; }

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem; }

.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem; }

.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem; }

.switch.large {
  height: 2.5rem; }

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem; }

.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem; }

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem; }

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

[data-whatinput='mouse'] .menu li {
  outline: 0; }

.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem; }

.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0; }

.menu input {
  display: inline-block; }

.menu, .menu.horizontal {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.menu.vertical {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.menu.expanded li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px; }

.menu.simple {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.menu.simple li + li {
  margin-left: 1rem; }

.menu.simple a {
  padding: 0; }

@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .menu.medium-vertical {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .menu.medium-expanded li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; }
  .menu.medium-simple li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .menu.large-vertical {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .menu.large-expanded li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; }
  .menu.large-simple li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }

.menu.nested {
  margin-right: 0;
  margin-left: 1rem; }

.menu.icons a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.menu.icon-left li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }

.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem; }

.menu.icon-right li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }

.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem; }

.menu.icon-top li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap; }

.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center; }

.menu.icon-bottom li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap; }

.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center; }

.menu .is-active > a {
  background: #2ba6cb;
  color: #fefefe; }

.menu .active > a {
  background: #2ba6cb;
  color: #fefefe; }

.menu.align-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.menu.align-right li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.menu.align-right li .submenu li {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.menu.align-right.vertical li {
  display: block;
  text-align: right; }

.menu.align-right.vertical li .submenu li {
  text-align: right; }

.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0; }

.menu.align-center li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.menu.align-center li .submenu li {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit; }

.menu-centered > .menu {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.menu-centered > .menu li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.menu-centered > .menu li .submenu li {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.no-js [data-responsive-menu] ul {
  display: none; }

.is-drilldown {
  position: relative;
  overflow: hidden; }

.is-drilldown li {
  display: block; }

.is-drilldown.animate-height {
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s; }

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe; }

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  -o-transition: transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear; }

.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.drilldown .is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem; }

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0; }

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%; }

.drilldown .is-drilldown-submenu-parent > a {
  position: relative; }

.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #2ba6cb;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem; }

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #2ba6cb;
  right: 1rem;
  left: auto; }

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2ba6cb transparent transparent;
  right: auto;
  left: 1rem; }

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2ba6cb transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

.accordion-menu li {
  width: 100%; }

.accordion-menu a {
  padding: 0.7rem 1rem; }

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem; }

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem; }

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0; }

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative; }

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #2ba6cb transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem; }

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto; }

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem; }

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.is-accordion-submenu-parent {
  position: relative; }

.has-submenu-toggle > a {
  margin-right: 40px; }

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer; }

.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #2ba6cb transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto; }

.submenu-toggle[aria-expanded='true']::after {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #2ba6cb transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.dropdown.menu > li > a {
  padding: 0.7rem 1rem; }

.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #2ba6cb; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2ba6cb transparent transparent;
  right: auto;
  left: 5px; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #2ba6cb; }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #2ba6cb transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #2ba6cb transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2ba6cb; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #2ba6cb transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #2ba6cb transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2ba6cb; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }

.is-dropdown-menu.vertical.align-right {
  float: right; }

.is-dropdown-submenu-parent {
  position: relative; }

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px; }

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto; }

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto; }

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe; }

.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem; }

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px; }

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2ba6cb transparent transparent;
  right: auto;
  left: 5px; }

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #2ba6cb; }

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px; }

.is-dropdown-submenu > li {
  width: 100%; }

.is-dropdown-submenu.js-dropdown-active {
  display: block; }

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem; }

.title-bar-left,
.title-bar-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px; }

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

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.top-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.top-bar,
.top-bar ul {
  background-color: #e6e6e6; }

.top-bar input {
  max-width: 200px;
  margin-right: 1rem; }

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0; }

.top-bar input.button {
  width: auto; }

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

@media print, screen and (min-width: 40em) {
  .top-bar {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .top-bar .top-bar-left {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: auto; }
  .top-bar .top-bar-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-left: auto; } }

@media screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

.top-bar-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0; }

.top-bar-left,
.top-bar-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }

.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

.breadcrumbs::after {
  clear: both; }

.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase; }

.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca; }

.breadcrumbs a {
  color: #2ba6cb; }

.breadcrumbs a:hover {
  text-decoration: underline; }

.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }

.pagination::before, .pagination::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

.pagination::after {
  clear: both; }

.pagination li {
  margin-right: 0.0625rem;
  border-radius: 3px;
  font-size: 0.875rem;
  display: none; }

.pagination li:last-child, .pagination li:first-child {
  display: inline-block; }

@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block; } }

.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 3px;
  color: #0a0a0a; }

.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6; }

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #2ba6cb;
  color: #fefefe;
  cursor: default; }

.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed; }

.pagination .disabled:hover {
  background: transparent; }

.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: '\2026';
  color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'; }

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none; }

.accordion[disabled] .accordion-title {
  cursor: not-allowed; }

.accordion-item:first-child > :first-child {
  border-radius: 3px 3px 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 3px 3px; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #2ba6cb; }

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 3px 3px; }

.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6; }

.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: '+'; }

.is-active > .accordion-title::before {
  content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a; }

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  font-size: 1rem; }

.dropdown-pane.is-opening {
  display: block; }

.dropdown-pane.is-open {
  display: block;
  visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  -o-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible; }

.js-off-canvas-overlay.is-closable {
  cursor: pointer; }

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute; }

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6; }

[data-whatinput='mouse'] .off-canvas {
  outline: 0; }

.off-canvas.is-transition-push {
  z-index: 12; }

.off-canvas.is-closed {
  visibility: hidden; }

.off-canvas.is-transition-overlap {
  z-index: 13; }

.off-canvas.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }

.off-canvas.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6; }

[data-whatinput='mouse'] .off-canvas-absolute {
  outline: 0; }

.off-canvas-absolute.is-transition-push {
  z-index: 12; }

.off-canvas-absolute.is-closed {
  visibility: hidden; }

.off-canvas-absolute.is-transition-overlap {
  z-index: 13; }

.off-canvas-absolute.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }

.off-canvas-absolute.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px); }

.off-canvas-content .off-canvas.position-left {
  -webkit-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px); }

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.off-canvas-content.is-open-left.has-transition-push {
  -webkit-transform: translateX(250px);
  -ms-transform: translateX(250px);
  transform: translateX(250px); }

.position-left.is-transition-push {
  -webkit-box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(250px);
  -ms-transform: translateX(250px);
  transform: translateX(250px); }

.off-canvas-content .off-canvas.position-right {
  -webkit-transform: translateX(250px);
  -ms-transform: translateX(250px);
  transform: translateX(250px); }

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.off-canvas-content.is-open-right.has-transition-push {
  -webkit-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px); }

.position-right.is-transition-push {
  -webkit-box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(-250px);
  -ms-transform: translateY(-250px);
  transform: translateY(-250px); }

.off-canvas-content .off-canvas.position-top {
  -webkit-transform: translateY(-250px);
  -ms-transform: translateY(-250px);
  transform: translateY(-250px); }

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.off-canvas-content.is-open-top.has-transition-push {
  -webkit-transform: translateY(250px);
  -ms-transform: translateY(250px);
  transform: translateY(250px); }

.position-top.is-transition-push {
  -webkit-box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25); }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(250px);
  -ms-transform: translateY(250px);
  transform: translateY(250px); }

.off-canvas-content .off-canvas.position-bottom {
  -webkit-transform: translateY(250px);
  -ms-transform: translateY(250px);
  transform: translateY(250px); }

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.off-canvas-content.is-open-bottom.has-transition-push {
  -webkit-transform: translateY(-250px);
  -ms-transform: translateY(-250px);
  transform: translateY(-250px); }

.position-bottom.is-transition-push {
  -webkit-box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25); }

.off-canvas-content {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.off-canvas-content.has-transition-push {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.off-canvas-content .off-canvas.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    visibility: visible; }
  .position-left.reveal-for-medium .close-button {
    display: none; }
  .off-canvas-content .position-left.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px; }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px; }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    visibility: visible; }
  .position-right.reveal-for-medium .close-button {
    display: none; }
  .off-canvas-content .position-right.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px; }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px; }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    visibility: visible; }
  .position-top.reveal-for-medium .close-button {
    display: none; }
  .off-canvas-content .position-top.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px; }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    visibility: visible; }
  .position-bottom.reveal-for-medium .close-button {
    display: none; }
  .off-canvas-content .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px; }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px; } }

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    visibility: visible; }
  .position-left.reveal-for-large .close-button {
    display: none; }
  .off-canvas-content .position-left.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px; }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px; }
  .position-right.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    visibility: visible; }
  .position-right.reveal-for-large .close-button {
    display: none; }
  .off-canvas-content .position-right.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px; }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px; }
  .position-top.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    visibility: visible; }
  .position-top.reveal-for-large .close-button {
    display: none; }
  .off-canvas-content .position-top.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px; }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px; }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    visibility: visible; }
  .position-bottom.reveal-for-large .close-button {
    display: none; }
  .off-canvas-content .position-bottom.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px; }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px; } }

@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none; } }

@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .off-canvas.in-canvas-for-large .close-button {
    display: none; } }

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none; }

.tabs::before, .tabs::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

.tabs::after {
  clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }

.tabs.simple > li > a:hover {
  background: transparent; }

.tabs.primary {
  background: #2ba6cb; }

.tabs.primary > li > a {
  color: #0a0a0a; }

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #299ec1; }

.tabs-title {
  float: left; }

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #2ba6cb; }

[data-whatinput='mouse'] .tabs-title > a {
  outline: 0; }

.tabs-title > a:hover {
  background: #fefefe;
  color: #258faf; }

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #e6e6e6;
  color: #2ba6cb; }

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }

.tabs-panel.is-active {
  display: block; }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 3px;
  background-color: white;
  color: #0a0a0a; }

.callout > :first-child {
  margin-top: 0; }

.callout > :last-child {
  margin-bottom: 0; }

.callout.primary {
  background-color: #def2f8;
  color: #0a0a0a; }

.callout.secondary {
  background-color: #fcfcfc;
  color: #0a0a0a; }

.callout.alert {
  background-color: #fcd6d6;
  color: #0a0a0a; }

.callout.success {
  background-color: #e6f7d9;
  color: #0a0a0a; }

.callout.warning {
  background-color: #fff3d9;
  color: #0a0a0a; }

.callout.body-font {
  background-color: #dedede;
  color: #0a0a0a; }

.callout.header {
  background-color: #dedede;
  color: #0a0a0a; }

.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem; }

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem; }

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  background: #fefefe;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a; }

.card > :last-child {
  margin-bottom: 0; }

.card-divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6; }

.card-divider > :last-child {
  margin-bottom: 0; }

.card-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 1rem; }

.card-section > :last-child {
  margin-bottom: 0; }

.card-image {
  min-height: 1px; }

.media-object {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.media-object img {
  max-width: none; }

@media screen and (max-width: 39.99875em) {
  .media-object.stack-for-small {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.media-object-section {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.media-object-section:first-child {
  padding-right: 1rem; }

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem; }

.media-object-section > :last-child {
  margin-bottom: 0; }

@media screen and (max-width: 39.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .stack-for-small .media-object-section img {
    width: 100%; } }

.media-object-section.main-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px; }

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden; }

html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll; }

html.is-reveal-open body {
  overflow-y: hidden; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto; }

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }

[data-whatinput='mouse'] .reveal {
  outline: 0; }

@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0; } }

.reveal .column, .reveal .columns {
  min-width: 0; }

.reveal > :last-child {
  margin-bottom: 0; }

@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 62.5rem; } }

.reveal.collapse {
  padding: 0; }

@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 62.5rem; } }

@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 62.5rem; } }

@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 62.5rem; } }

.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0; }

@media screen and (max-width: 39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0; } }

.reveal.without-overlay {
  position: fixed; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 3px; }

thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe; }

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold; }

thead {
  background: #f8f8f8;
  color: #0a0a0a; }

tfoot {
  background: #f1f1f1;
  color: #0a0a0a; }

thead tr,
tfoot tr {
  background: transparent; }

thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left; }

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem; }

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1; }

table.unstriped tbody {
  background-color: #fefefe; }

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe; }

@media screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f3f3f3; }

table.hover tfoot tr:hover {
  background-color: #ececec; }

table.hover tbody tr:hover {
  background-color: #f9f9f9; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #2ba6cb;
  color: #fefefe; }

.badge.primary {
  background: #2ba6cb;
  color: #0a0a0a; }

.badge.secondary {
  background: #e9e9e9;
  color: #0a0a0a; }

.badge.alert {
  background: #c60f13;
  color: #fefefe; }

.badge.success {
  background: #5da423;
  color: #0a0a0a; }

.badge.warning {
  background: #ffae00;
  color: #0a0a0a; }

.badge.body-font {
  background: #222222;
  color: #fefefe; }

.badge.header {
  background: #222222;
  color: #fefefe; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 3px;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #2ba6cb;
  color: #fefefe; }

.label.primary {
  background: #2ba6cb;
  color: #0a0a0a; }

.label.secondary {
  background: #e9e9e9;
  color: #0a0a0a; }

.label.alert {
  background: #c60f13;
  color: #fefefe; }

.label.success {
  background: #5da423;
  color: #0a0a0a; }

.label.warning {
  background: #ffae00;
  color: #0a0a0a; }

.label.body-font {
  background: #222222;
  color: #fefefe; }

.label.header {
  background: #222222;
  color: #fefefe; }

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 3px;
  background-color: #cacaca; }

.progress.primary .progress-meter {
  background-color: #2ba6cb; }

.progress.secondary .progress-meter {
  background-color: #e9e9e9; }

.progress.alert .progress-meter {
  background-color: #c60f13; }

.progress.success .progress-meter {
  background-color: #5da423; }

.progress.warning .progress-meter {
  background-color: #ffae00; }

.progress.body-font .progress-meter {
  background-color: #222222; }

.progress.header .progress-meter {
  background-color: #222222; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #2ba6cb;
  border-radius: 3px; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
  border-radius: 3px; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 3px;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe; }

.tooltip::before {
  position: absolute; }

.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a;
  bottom: 100%; }

.tooltip.bottom.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto; }

.tooltip.top.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
  left: 100%; }

.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
  right: 100%;
  left: auto; }

.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.tooltip.align-top::before {
  bottom: auto;
  top: 10%; }

.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto; }

.tooltip.align-left::before {
  left: 10%;
  right: auto; }

.tooltip.align-right::before {
  left: auto;
  right: 10%; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%; }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.orbit-slide {
  width: 100%;
  position: absolute; }

.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe; }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }

[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
  outline: 0; }

.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
  background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }

[data-whatinput='mouse'] .orbit-bullets {
  outline: 0; }

.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca; }

.orbit-bullets button:hover {
  background-color: #8a8a8a; }

.orbit-bullets button.is-active {
  background-color: #8a8a8a; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 4px solid #fefefe;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0; }

a.thumbnail {
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  -o-transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out; }

a.thumbnail:hover, a.thumbnail:focus {
  -webkit-box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5);
  box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5); }

a.thumbnail image {
  -webkit-box-shadow: none;
  box-shadow: none; }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%; }

.sticky.is-stuck.is-at-top {
  top: 0; }

.sticky.is-stuck.is-at-bottom {
  bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }

.sticky.is-anchored.is-at-bottom {
  bottom: 0; }

.row {
  max-width: 62.5rem;
  margin-right: auto;
  margin-left: auto; }

.row::before, .row::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

.row::after {
  clear: both; }

.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.row .row {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem; }

@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem; } }

@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem; } }

.row .row.collapse {
  margin-right: 0;
  margin-left: 0; }

.row.expanded {
  max-width: none; }

.row.expanded .row {
  margin-right: auto;
  margin-left: auto; }

.row:not(.expanded) .row {
  max-width: none; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.column, .columns, .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: left;
  clear: none; }

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right; }

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

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

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

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

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

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

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both; }

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both; }

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%; }

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both; }

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both; }

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both; }

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%; }

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both; }

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%; }

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both; }

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both; }

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }

.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-right: 0;
  margin-left: 0; }

.small-uncentered, .small-uncentered:last-child:not(:first-child),
.small-push-0,
.small-push-0:last-child:not(:first-child),
.small-pull-0,
.small-pull-0:last-child:not(:first-child) {
  float: left;
  clear: none; }

.small-uncentered:last-child:not(:first-child),
.small-push-0:last-child:not(:first-child),
.small-pull-0:last-child:not(:first-child) {
  float: right; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%; }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%; }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%; }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0; }
  .medium-uncentered, .medium-uncentered:last-child:not(:first-child),
  .medium-push-0,
  .medium-push-0:last-child:not(:first-child),
  .medium-pull-0,
  .medium-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .medium-uncentered:last-child:not(:first-child),
  .medium-push-0:last-child:not(:first-child),
  .medium-pull-0:last-child:not(:first-child) {
    float: right; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%; }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%; }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%; }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0; }
  .large-uncentered, .large-uncentered:last-child:not(:first-child),
  .large-push-0,
  .large-push-0:last-child:not(:first-child),
  .large-pull-0,
  .large-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .large-uncentered:last-child:not(:first-child),
  .large-push-0:last-child:not(:first-child),
  .large-pull-0:last-child:not(:first-child) {
    float: right; } }

.column-block {
  margin-bottom: 1.875rem; }

.column-block > :last-child {
  margin-bottom: 0; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }

.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: ''; }

.menu-icon:hover::after {
  background: #cacaca;
  -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }

.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: ''; }

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.slide-in-left.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.slide-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.slide-in-right.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.slide-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.fade-in.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  -webkit-transition-duration: 750ms !important;
  -o-transition-duration: 750ms !important;
  transition-duration: 750ms !important; }

.fast {
  -webkit-transition-duration: 250ms !important;
  -o-transition-duration: 250ms !important;
  transition-duration: 250ms !important; }

.linear {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important; }

.ease {
  -webkit-transition-timing-function: ease !important;
  -o-transition-timing-function: ease !important;
  transition-timing-function: ease !important; }

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
  -o-transition-timing-function: ease-in !important;
  transition-timing-function: ease-in !important; }

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
  -o-transition-timing-function: ease-out !important;
  transition-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
  -o-transition-timing-function: ease-in-out !important;
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  -o-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  -o-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  -o-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-transition-delay: 300ms !important;
  -o-transition-delay: 300ms !important;
  transition-delay: 300ms !important; }

.long-delay {
  -webkit-transition-delay: 700ms !important;
  -o-transition-delay: 700ms !important;
  transition-delay: 700ms !important; }

.shake {
  -webkit-animation-name: shake-7;
  animation-name: shake-7; }

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%); } }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%); } }

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn; }

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

.spin-ccw {
  -webkit-animation-name: spin-ccw-1turn;
  animation-name: spin-ccw-1turn; }

@-webkit-keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn); } }

@keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn); } }

.wiggle {
  -webkit-animation-name: wiggle-7deg;
  animation-name: wiggle-7deg; }

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.slow {
  -webkit-animation-duration: 750ms !important;
  animation-duration: 750ms !important; }

.fast {
  -webkit-animation-duration: 250ms !important;
  animation-duration: 250ms !important; }

.linear {
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important; }

.ease {
  -webkit-animation-timing-function: ease !important;
  animation-timing-function: ease !important; }

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
  animation-timing-function: ease-in !important; }

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
  animation-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-animation-delay: 300ms !important;
  animation-delay: 300ms !important; }

.long-delay {
  -webkit-animation-delay: 700ms !important;
  animation-delay: 700ms !important; }

/* Variables couleurs */
/*$primary-color-light : #006FAB;*/
/*$secondary-color-light : #E05564;*/
* {
  outline: none; }

body {
  overflow-x: hidden;
  background-color: #EFF6FA; }

a {
  cursor: pointer; }

.displaynone {
  display: none !important; }

.full_width {
  width: 100%;
  display: block;
  margin: 1%; }

.link_absolute, .nav_full .nav_logo_box .site-title a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-indent: -99999px;
  border: none !important; }
  .link_absolute:hover, .nav_full .nav_logo_box .site-title a:hover, .link_absolute:active, .nav_full .nav_logo_box .site-title a:active, .link_absolute:focus, .nav_full .nav_logo_box .site-title a:focus {
    border: none !important; }

.transition, a, .btn, .btn_secondary, .btn-line, .btn_secondary-line, .btn_white, .intro_interne .btn,
.intro_interne .search-submit, .gform_wrapper .gform_page_footer .button.gform_next_button,
.button.gform_button, .nav_full .menu-item-has-children, #menu-nav-sidebar li a, aside a.btn, ._sf_submit, .searchandfilter input[type='submit'], .tribe-events-event-url a,
.wpcf7-submit,
#wpsl-search-btn,
.sib-default-btn, .btn_rounded-line, .accordion-item > a::after, .vignette_faq .h3, .vignette_faq .single-agenda_formations .addtoany_share_save_container:before, .single-agenda_formations .vignette_faq .addtoany_share_save_container:before,
.vignette_faq .single-catalogue_formations .addtoany_share_save_container:before, .single-catalogue_formations .vignette_faq .addtoany_share_save_container:before,
.vignette_faq .single-catalogue_dorifor .addtoany_share_save_container:before, .single-catalogue_dorifor .vignette_faq .addtoany_share_save_container:before,
.vignette_faq .single-tribe_events .addtoany_share_save_container:before, .single-tribe_events .vignette_faq .addtoany_share_save_container:before, .vignette_faq .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .list-date, .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .vignette_faq .list-date, .section_actus .actu .actus_inside,
.vignette_blog, .vignette_pdf, .slick-arrow, .menu-toggle.active, .active.mobile-toggle {
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in; }

section {
  position: relative;
  /*overflow: hidden;*/ }

.section_padding {
  padding: 50px 0; }

.row,
.container {
  max-width: 1240px;
  width: 100%; }

.big_row {
  width: 1280px;
  margin: 0 auto;
  display: block; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.bg_white {
  background-color: #ffffff; }

.bg_contain, .site-footer .site-title {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.bg_cover, .banner, .centres_box_photo, .section_events_actus .actu .actu_box_photo, .slider_centres .centre .slider_centre_box_photo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

ul.no_list, .tribe-events-notices ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.no_list li:before, .tribe-events-notices ul li:before {
    display: none !important; }

ul, ul.list {
  margin-left: 25px; }
  ul li, ul.list li {
    position: relative;
    padding-bottom: 10px; }

.vertical_align {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.ta_center {
  display: block;
  text-align: center;
  margin: 0 auto; }

.resp-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; }

.resp-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*height: 100%;*/
  max-height: 750px;
  height: 750px;
  border: 0; }

.callout {
  background-color: rgba(0, 160, 138, 0.2);
  padding: 35px 25px;
  border: none;
  position: relative;
  border: none !important;
  margin: 25px 0 25px 15px; }
  .callout:before {
    content: "";
    position: absolute;
    top: 35px;
    left: -15px;
    background-image: url("img/info-callout-color.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 30px;
    height: 55px; }
  .callout *,
  .callout h1, .callout h2, .callout h3, .callout h4, .callout h5, .callout h6,
  .callout .h1, .callout .h2, .callout .tribe-mini-calendar-list-wrapper .tribe-events-first:before, .tribe-mini-calendar-list-wrapper .callout .tribe-events-first:before, .callout .tribe-mini-calendar .tribe-mini-calendar-nav span, .tribe-mini-calendar .tribe-mini-calendar-nav .callout span, .callout .h3, .callout .single-agenda_formations .addtoany_share_save_container:before, .single-agenda_formations .callout .addtoany_share_save_container:before,
  .callout .single-catalogue_formations .addtoany_share_save_container:before, .single-catalogue_formations .callout .addtoany_share_save_container:before,
  .callout .single-catalogue_dorifor .addtoany_share_save_container:before, .single-catalogue_dorifor .callout .addtoany_share_save_container:before,
  .callout .single-tribe_events .addtoany_share_save_container:before, .single-tribe_events .callout .addtoany_share_save_container:before, .callout .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .list-date, .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .callout .list-date, .callout .h4, .callout .h5, .callout .h6 {
    color: #00A08A; }
  .callout strong {
    font-size: 20px; }
  .callout * {
    font-size: 18px; }
  .callout p, .callout .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title, .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .callout .tribe-events-title {
    padding-top: 0 !important; }

.intro_interne .callout {
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0;
  color: #ffffff; }
  .intro_interne .callout:before {
    background-image: url("img/info-callout.svg"); }
  .intro_interne .callout * {
    color: #ffffff; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  margin: 0 0 5px 0 !important; }

.inset_box_shadow {
  -webkit-box-shadow: inset 0px 0px 55px -50px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 0px 55px -50px rgba(0, 0, 0, 0.75); }

.error404 .animated_icon {
  width: 125px; }

.wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0; }

.wp-block-column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 20px; }

@media (min-width: 765px) {
  .wp-block-column:first-child {
    margin-left: 0;
    margin-right: 10px; }
  .wp-block-column:nth-child(2) {
    margin-right: 0;
    margin-left: 10px; } }

@media (max-width: 764px) {
  .wp-block-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
  .wp-block-column:first-child {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .wp-block-column {
    margin: 0; } }

@media (max-width: 478px) {
  .wp-block-columns {
    display: block; }
  .wp-block-column {
    margin: 10px 0; } }

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on June 7, 2019 */
@font-face {
  font-family: 'space_groteskbold';
  src: url("font/spacegrotesk-bold-webfont.woff2") format("woff2"), url("font/spacegrotesk-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'space_grotesklight';
  src: url("font/spacegrotesk-light-webfont.woff2") format("woff2"), url("font/spacegrotesk-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'space_groteskmedium';
  src: url("font/spacegrotesk-medium-webfont.woff2") format("woff2"), url("font/spacegrotesk-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'space_groteskregular';
  src: url("font/spacegrotesk-regular-webfont.woff2") format("woff2"), url("font/spacegrotesk-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'space_grotesksemibold';
  src: url("font/spacegrotesk-semibold-webfont.woff2") format("woff2"), url("font/spacegrotesk-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

body {
  color: #1A3E5D;
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif; }

font {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

h1, .h1,
h2, .h2, .tribe-mini-calendar-list-wrapper .tribe-events-first:before, .tribe-mini-calendar-list-wrapper .tribe-events-first.tribe-events-last:before, .tribe-mini-calendar .tribe-mini-calendar-nav span {
  color: #006FAB;
  font-family: 'space_grotesksemibold', sans-serif; }

h1, .h1 {
  font-size: 38px;
  text-transform: none;
  font-weight: 700;
  /* bold */ }

h2, .h2, .tribe-mini-calendar-list-wrapper .tribe-events-first:before, .tribe-mini-calendar-list-wrapper .tribe-events-first.tribe-events-last:before, .tribe-mini-calendar .tribe-mini-calendar-nav span {
  font-size: 24px;
  color: #006FAB;
  font-weight: 700; }

h3, .h3, .single-agenda_formations .addtoany_share_save_container:before,
.single-catalogue_formations .addtoany_share_save_container:before,
.single-catalogue_dorifor .addtoany_share_save_container:before,
.single-tribe_events .addtoany_share_save_container:before, .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .list-date,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-size: 20px;
  color: #1A3E5D;
  font-family: 'space_groteskregular', sans-serif; }

.big_h3 {
  color: #1A3E5D;
  font-size: 30px;
  font-family: 'space_grotesksemibold', sans-serif;
  margin-bottom: 0;
  margin-top: 15px; }

.bold_title {
  font-weight: 700; }

.blue_title {
  color: #006FAB; }

h4 {
  color: #1A3E5D;
  font-size: 20px;
  font-family: 'space_grotesksemibold', sans-serif; }


p,
.tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title {
  margin-bottom: 10px;
  line-height: 1.4; }

.sub_title_blog {
  font-size: 18px !important; }

.title_center {
  text-align: center; }

.title_third {
  color: #B94781;
  margin-bottom: 25px; }

/*p {}*/
.text_white {
  color: #ffffff; }
  .text_white h1, .text_white h2, .text_white h3, .text_white h4, .text_white h5, .text_white h6,
  .text_white p,
  .text_white .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title,
  .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .text_white .tribe-events-title, .text_white span, .text_white li, .text_white ul, .text_white a {
    color: #ffffff; }

a {
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  color: #006FAB;
  font-weight: 500;
  text-decoration: underline;
  /*border-bottom: 1px solid $primary-color;*/ }
  a:hover, a:active, a:focus {
    color: #00A08A; }

.slider_partenaires a {
  border-bottom: none; }

.box_btn_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.btn, .btn_secondary, .btn-line, .btn_secondary-line, .btn_white, .intro_interne .btn,
.intro_interne .search-submit, .gform_wrapper .gform_page_footer .button.gform_next_button,
.button.gform_button, .nav_full .menu-item-has-children, #menu-nav-sidebar li a, aside a.btn, ._sf_submit, .searchandfilter input[type='submit'], .tribe-events-event-url a,
.wpcf7-submit,
#wpsl-search-btn,
.sib-default-btn {
  font-family: 'space_groteskbold', sans-serif;
  color: #ffffff;
  text-decoration: none;
  background-color: #006FAB;
  border: 1px solid #006FAB !important;
  padding: 10px 25px;
  font-size: 16px;
  border-radius: 4px;
  margin: 10px 0;
  text-align: center; }
  .btn .fa, .btn_secondary .fa, .btn-line .fa, .btn_secondary-line .fa, .btn_white .fa, .intro_interne .search-submit .fa, .gform_wrapper .gform_page_footer .button.gform_next_button .fa, .button.gform_button .fa, .nav_full .menu-item-has-children .fa, #menu-nav-sidebar li a .fa, ._sf_submit .fa, .searchandfilter input[type='submit'] .fa, .tribe-events-event-url a .fa,
  .wpcf7-submit .fa,
  #wpsl-search-btn .fa,
  .sib-default-btn .fa {
    margin-left: 25px;
    color: #ffffff; }
  .btn:hover, .btn_secondary:hover, .btn-line:hover, .btn_secondary-line:hover, .btn_white:hover,
  .intro_interne .search-submit:hover, .gform_wrapper .gform_page_footer .button.gform_next_button:hover,
  .button.gform_button:hover, .nav_full .menu-item-has-children:hover, #menu-nav-sidebar li a:hover, ._sf_submit:hover, .searchandfilter input:hover[type='submit'], .tribe-events-event-url a:hover, .btn:active, .btn_secondary:active, .btn-line:active, .btn_secondary-line:active, .btn_white:active,
  .intro_interne .search-submit:active, .gform_wrapper .gform_page_footer .button.gform_next_button:active,
  .button.gform_button:active, .nav_full .menu-item-has-children:active, #menu-nav-sidebar li a:active, ._sf_submit:active, .searchandfilter input:active[type='submit'], .tribe-events-event-url a:active, .btn:focus, .btn_secondary:focus, .btn-line:focus, .btn_secondary-line:focus, .btn_white:focus,
  .intro_interne .search-submit:focus, .gform_wrapper .gform_page_footer .button.gform_next_button:focus,
  .button.gform_button:focus, .nav_full .menu-item-has-children:focus, #menu-nav-sidebar li a:focus, ._sf_submit:focus, .searchandfilter input:focus[type='submit'], .tribe-events-event-url a:focus,
  .wpcf7-submit:hover,
  .wpcf7-submit:active,
  .wpcf7-submit:focus,
  #wpsl-search-btn:hover,
  #wpsl-search-btn:active,
  #wpsl-search-btn:focus,
  .sib-default-btn:hover,
  .sib-default-btn:active,
  .sib-default-btn:focus {
    color: #006FAB;
    background-color: #ffffff;
    border: 1px solid #006FAB !important; }
    .btn:hover .fa, .btn_secondary:hover .fa, .btn-line:hover .fa, .btn_secondary-line:hover .fa, .btn_white:hover .fa, .intro_interne .search-submit:hover .fa, .gform_wrapper .gform_page_footer .button.gform_next_button:hover .fa, .button.gform_button:hover .fa, .nav_full .menu-item-has-children:hover .fa, #menu-nav-sidebar li a:hover .fa, ._sf_submit:hover .fa, .searchandfilter input:hover[type='submit'] .fa, .tribe-events-event-url a:hover .fa, .btn:active .fa, .btn_secondary:active .fa, .btn-line:active .fa, .btn_secondary-line:active .fa, .btn_white:active .fa, .intro_interne .search-submit:active .fa, .gform_wrapper .gform_page_footer .button.gform_next_button:active .fa, .button.gform_button:active .fa, .nav_full .menu-item-has-children:active .fa, #menu-nav-sidebar li a:active .fa, ._sf_submit:active .fa, .searchandfilter input:active[type='submit'] .fa, .tribe-events-event-url a:active .fa, .btn:focus .fa, .btn_secondary:focus .fa, .btn-line:focus .fa, .btn_secondary-line:focus .fa, .btn_white:focus .fa, .intro_interne .search-submit:focus .fa, .gform_wrapper .gform_page_footer .button.gform_next_button:focus .fa, .button.gform_button:focus .fa, .nav_full .menu-item-has-children:focus .fa, #menu-nav-sidebar li a:focus .fa, ._sf_submit:focus .fa, .searchandfilter input:focus[type='submit'] .fa, .tribe-events-event-url a:focus .fa,
    .wpcf7-submit:hover .fa,
    .wpcf7-submit:active .fa,
    .wpcf7-submit:focus .fa,
    #wpsl-search-btn:hover .fa,
    #wpsl-search-btn:active .fa,
    #wpsl-search-btn:focus .fa,
    .sib-default-btn:hover .fa,
    .sib-default-btn:active .fa,
    .sib-default-btn:focus .fa {
      color: #fff; }

div.btn, div.btn_secondary, div.btn-line, div.btn_secondary-line, div.btn_white, .intro_interne div.btn,
.intro_interne div.search-submit, .gform_wrapper .gform_page_footer div.button.gform_next_button,
div.button.gform_button, .nav_full div.menu-item-has-children, div._sf_submit {
  max-width: 200px;
  margin: 25px auto 10px auto !important; }
  div.btn a, div.btn_secondary a, div.btn-line a, div.btn_secondary-line a, div.btn_white a, .intro_interne div.btn a, .intro_interne div.search-submit a, .gform_wrapper .gform_page_footer div.button.gform_next_button a, div.button.gform_button a, .nav_full div.menu-item-has-children a, div._sf_submit a {
    color: #ffffff !important;
    font-weight: bold;
    text-decoration: none; }
  div.btn:hover a, div.btn_secondary:hover a, div.btn-line:hover a, div.btn_secondary-line:hover a, div.btn_white:hover a, .intro_interne div.search-submit:hover a, .gform_wrapper .gform_page_footer div.button.gform_next_button:hover a, div.button.gform_button:hover a, .nav_full div.menu-item-has-children:hover a, div._sf_submit:hover a, div.btn:active a, div.btn_secondary:active a, div.btn-line:active a, div.btn_secondary-line:active a, div.btn_white:active a, .intro_interne div.search-submit:active a, .gform_wrapper .gform_page_footer div.button.gform_next_button:active a, div.button.gform_button:active a, .nav_full div.menu-item-has-children:active a, div._sf_submit:active a, div.btn:focus a, div.btn_secondary:focus a, div.btn-line:focus a, div.btn_secondary-line:focus a, div.btn_white:focus a, .intro_interne div.search-submit:focus a, .gform_wrapper .gform_page_footer div.button.gform_next_button:focus a, div.button.gform_button:focus a, .nav_full div.menu-item-has-children:focus a, div._sf_submit:focus a {
    color: #006FAB !important; }

#wpsl-search-btn {
  background-image: inherit;
  margin: 0 !important; }

.btn_secondary {
  background-color: #E05564;
  border: 1px solid #E05564 !important;
  color: #ffffff; }
  .btn_secondary:hover, .btn_secondary:active, .btn_secondary:focus {
    color: #E05564;
    background-color: transparent;
    border: 1px solid #E05564 !important; }
    .btn_secondary:hover .fa, .btn_secondary:active .fa, .btn_secondary:focus .fa {
      color: #E05564; }

.banner .btn_secondary {
  font-size: 18px; }

.btn-line {
  background-color: transparent;
  border: 1px solid #006FAB !important;
  color: #006FAB; }
  .btn-line .fa {
    color: #006FAB; }
  .btn-line:hover, .btn-line:active, .btn-line:focus {
    color: #ffffff !important;
    background-color: #006FAB;
    border: 1px solid #006FAB !important; }
    .btn-line:hover .fa, .btn-line:active .fa, .btn-line:focus .fa {
      color: #fff; }

.btn_secondary-line {
  background-color: transparent;
  border: 1px solid #E05564 !important;
  color: #E05564; }
  .btn_secondary-line:hover, .btn_secondary-line:active, .btn_secondary-line:focus {
    color: #ffffff;
    background-color: #E05564;
    border: 1px solid #E05564 !important; }
    .btn_secondary-line:hover .fa, .btn_secondary-line:active .fa, .btn_secondary-line:focus .fa {
      color: #fff; }

.btn_rounded-line {
  text-decoration: none;
  color: #006FAB;
  background-color: transparent;
  border: 1px solid #006FAB !important;
  padding: 10px 25px;
  font-size: 16px;
  border-radius: 50px;
  margin: 5px 5px;
  font-weight: 400; }
  .btn_rounded-line:hover, .btn_rounded-line:active, .btn_rounded-line:focus {
    color: #ffffff;
    background-color: #006FAB;
    border: 1px solid #006FAB !important; }

.btn_white {
  background-color: #ffffff;
  border: 1px solid #ffffff !important;
  color: #00A08A; }
  .btn_white:hover, .btn_white:active, .btn_white:focus {
    color: #00A08A;
    background-color: transparent;
    border: 1px solid #00A08A !important; }

.intro_interne .btn_secondary, .intro_interne .btn-line, .intro_interne .btn_secondary-line, .intro_interne .btn_white, .intro_interne .btn,
.intro_interne .search-submit, .intro_interne .gform_wrapper .gform_page_footer .button.gform_next_button, .gform_wrapper .gform_page_footer .intro_interne .button.gform_next_button,
.intro_interne .button.gform_button, .intro_interne .nav_full .menu-item-has-children, .nav_full .intro_interne .menu-item-has-children, .intro_interne #menu-nav-sidebar li a, #menu-nav-sidebar li .intro_interne a, .intro_interne ._sf_submit, .intro_interne .searchandfilter input[type='submit'], .searchandfilter .intro_interne input[type='submit'], .intro_interne .tribe-events-event-url a, .tribe-events-event-url .intro_interne a,
.intro_interne .search-submit {
  color: #00A08A;
  background-color: #ffffff;
  border: 1px solid #ffffff !important; }
  .intro_interne .btn_secondary:hover, .intro_interne .btn-line:hover, .intro_interne .btn_secondary-line:hover, .intro_interne .btn_white:hover, .intro_interne .btn:hover,
  .intro_interne .search-submit:hover, .intro_interne .gform_wrapper .gform_page_footer .button.gform_next_button:hover, .gform_wrapper .gform_page_footer .intro_interne .button.gform_next_button:hover,
  .intro_interne .button.gform_button:hover, .intro_interne .nav_full .menu-item-has-children:hover, .nav_full .intro_interne .menu-item-has-children:hover, .intro_interne #menu-nav-sidebar li a:hover, #menu-nav-sidebar li .intro_interne a:hover, .intro_interne ._sf_submit:hover, .intro_interne .searchandfilter input:hover[type='submit'], .searchandfilter .intro_interne input:hover[type='submit'], .intro_interne .tribe-events-event-url a:hover, .tribe-events-event-url .intro_interne a:hover, .intro_interne .btn_secondary:active, .intro_interne .btn-line:active, .intro_interne .btn_secondary-line:active, .intro_interne .btn_white:active, .intro_interne .btn:active,
  .intro_interne .search-submit:active, .intro_interne .gform_wrapper .gform_page_footer .button.gform_next_button:active, .gform_wrapper .gform_page_footer .intro_interne .button.gform_next_button:active,
  .intro_interne .button.gform_button:active, .intro_interne .nav_full .menu-item-has-children:active, .nav_full .intro_interne .menu-item-has-children:active, .intro_interne #menu-nav-sidebar li a:active, #menu-nav-sidebar li .intro_interne a:active, .intro_interne ._sf_submit:active, .intro_interne .searchandfilter input:active[type='submit'], .searchandfilter .intro_interne input:active[type='submit'], .intro_interne .tribe-events-event-url a:active, .tribe-events-event-url .intro_interne a:active, .intro_interne .btn_secondary:focus, .intro_interne .btn-line:focus, .intro_interne .btn_secondary-line:focus, .intro_interne .btn_white:focus, .intro_interne .btn:focus,
  .intro_interne .search-submit:focus, .intro_interne .gform_wrapper .gform_page_footer .button.gform_next_button:focus, .gform_wrapper .gform_page_footer .intro_interne .button.gform_next_button:focus,
  .intro_interne .button.gform_button:focus, .intro_interne .nav_full .menu-item-has-children:focus, .nav_full .intro_interne .menu-item-has-children:focus, .intro_interne #menu-nav-sidebar li a:focus, #menu-nav-sidebar li .intro_interne a:focus, .intro_interne ._sf_submit:focus, .intro_interne .searchandfilter input:focus[type='submit'], .searchandfilter .intro_interne input:focus[type='submit'], .intro_interne .tribe-events-event-url a:focus, .tribe-events-event-url .intro_interne a:focus,
  .intro_interne .search-submit:hover,
  .intro_interne .search-submit:active,
  .intro_interne .search-submit:focus {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid #ffffff !important; }

.message_error {
  color: #E05564; }

.message_end {
  color: #9DADBA;
  text-align: center;
  margin: 15px 0; }

.gfield:before {
  display: none !important; }

.gf_two_tier_left {
  float: left;
  width: 66% !important;
  clear: none; }

.gf_one_tier_right {
  float: right;
  width: 33% !important;
  clear: none !important; }

/*footer gravity*/
.gform_wrapper .gform_page_footer {
  border-top: none !important;
  padding: 0 !important; }

.gform_wrapper .gform_page_footer .button.gform_next_button,
.button.gform_button {
  float: right; }

.gform_wrapper .gform_page_footer .button.gform_previous_button {
  float: left;
  background: none;
  color: #9DADBA;
  border-bottom: 1px solid #9DADBA;
  padding: 3px;
  border-radius: 0;
  padding-top: 15px; }

.banner {
  height: 750px;
  display: block;
  padding-top: 50px; }
  .banner .container_slider_services {
    margin-top: 50px; }
  .banner .bandeau_bleu {
    background-color: rgba(0, 111, 171, 0.7);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.17);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.17);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 25px 0 5px 0;
    font-family: 'space_grotesklight', sans-serif; }
    .banner .bandeau_bleu p, .banner .bandeau_bleu .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title, .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .banner .bandeau_bleu .tribe-events-title {
      font-size: 20px;
      font-weight: light;
      color: #ffffff;
      line-height: 24px;
      text-align: center; }
      .banner .bandeau_bleu p span, .banner .bandeau_bleu .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title span, .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .banner .bandeau_bleu .tribe-events-title span {
        font-family: 'space_grotesksemibold', sans-serif; }

.attachment-illu_picto_size {
  margin: 0 auto; }

.intro_interne {
  /*min-height: 500px;*/
  background-color: #00A08A;
  -webkit-clip-path: polygon(0% 0, 100% 0%, 100% 80%, 0 100%);
  clip-path: polygon(0% 0, 100% 0%, 100% 80%, 0 100%);
  padding-top: 50px;
  padding-bottom: 150px; }
  .intro_interne p, .intro_interne .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title, .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .intro_interne .tribe-events-title {
    font-size: 20px;
    font-family: 'space_groteskregular', sans-serif;
    line-height: 26px;
    padding-top: 25px; }
  .intro_interne a:hover,
  .intro_interne a:active,
  .intro_interne a:focus {
    color: #B94781; }

.single-annuaire .intro_interne {
  min-height: 500px; }
  .single-annuaire .intro_interne .row {
    padding-top: 50px;
    padding-bottom: 150px; }

.page-template-searchpage .intro_interne,
.search-results:not(.post-type-archive-catalogue_dorifor) .intro_interne {
  height: 350px; }

.single-agenda_formations .intro_interne ,
.single-catalogue_formations .intro_interne ,
.single-catalogue_dorifor .intro_interne ,
.post-type-archive-catalogue_formations .intro_interne ,
.post-type-archive-agenda_formations .intro_interne ,
.single-catalogue_dorifor .intro_interne ,
.single-tribe_events .intro_interne ,
.post-type-archive-tribe_events .intro_interne ,
.single-seances_info_dorifor .intro_interne  {
  min-height: auto !important;
  height: 400px; }

.single-agenda_formations .content_interne,
.single-catalogue_formations .content_interne,
.single-catalogue_dorifor .content_interne,
.post-type-archive-catalogue_formations .content_interne,
.post-type-archive-agenda_formations .content_interne,
.single-catalogue_dorifor .content_interne,
.single-tribe_events .content_interne,
.post-type-archive-tribe_events .content_interne,
.single-seances_info_dorifor .content_interne {
  margin-top: 35px;
  margin-bottom: 35px; }

.blog .intro_interne,
.archive.category .intro_interne,
.archive.tag:not(.tribe-is-responsive) .intro_interne,
.page-template-template-thankyou .intro_interne,
.page-template-template-no-content-box .intro_interne,
.post-type-archive-questions .intro_interne {
  height: 300px;
  min-height: 300px; }

.blog .intro_interne.height_inherit {
  height: inherit; }

.content_interne {
  margin-top: -120px;
  /*img {
		width: 100%;
		margin: 0 auto;
	}*/ }
  .content_interne main {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.22);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.22);
    background-color: #ffffff; }

.post-type-archive-annuaire .content_interne,
.page-template-archive-annuaire .content_interne,
.tax-types_centres .content_interne,
.post-type-archive-questions .content_interne,
.tax-categories_questions .content_interne {
  margin-top: -130px; }

.post-type-archive-annuaire .bloc_content,
.page-template-archive-annuaire .bloc_content,
.tax-types_centres .bloc_content,
.post-type-archive-questions .bloc_content,
.tax-categories_questions .bloc_content {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.site-footer {
  padding: 35px 0 15px 0; }
  .site-footer a {
    border-bottom: none; }
  .site-footer #menu-footer {
    -webkit-columns: 2;
    columns: 2;
    display: block; }
    .site-footer #menu-footer li {
      display: block;
      float: none;
      padding-bottom: 0; }
      .site-footer #menu-footer li a {
        display: inline-block;
        padding: 5px 0; }
    .site-footer #menu-footer .menu a {
      padding: 5px 0; }
  .site-footer .site-title {
    background-image: url("./img/bf-logo-footer.svg");
    width: 200px;
    height: 76px;
    display: block;
    margin: 0 auto;
    position: relative; }
  .site-footer .list_follow li {
    float: left;
    display: inline-block; }
    .site-footer .list_follow li:lastchild .social {
      margin-right: 0px; }
    .site-footer .list_follow li .social {
      background-color: #006FAB;
      border-radius: 50px;
      text-decoration: none;
      border: 1px solid #006FAB;
      padding: 5px 10px;
      width: 40px;
      height: 40px;
      position: relative;
      margin-right: 5px; }
      .site-footer .list_follow li .social .fa {
        color: #ffffff;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%; }
      .site-footer .list_follow li .social .fa-truck {
        -webkit-transform: translate(-50%, -50%) scaleX(-1);
        -ms-transform: translate(-50%, -50%) scaleX(-1);
        transform: translate(-50%, -50%) scaleX(-1); }
      .site-footer .list_follow li .social:hover {
        background-color: #ffffff;
        border: 1px solid #006FAB; }
        .site-footer .list_follow li .social:hover .fa {
          color: #006FAB; }
  .site-footer .madeby {
    margin-top: 25px;
    font-size: 12px;
    border-bottom: none; }

.nav_full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  background-color: #ffffff; }
  .nav_full * {
    text-align: center; }
  .nav_full a {
    text-decoration: none; }
  .nav_full .menu-item-has-children {
    /*margin: 0 0 0 20px;*/
    margin: 0;
    position: relative;
    padding: 0; }
    .nav_full .menu-item-has-children a {
      border-bottom: none; }
      .nav_full .menu-item-has-children a .fa {
        vertical-align: text-top; }
    .nav_full .menu-item-has-children > a {
      color: #ffffff; }
    .nav_full .menu-item-has-children .sub-menu {
      position: absolute;
      display: none;
      opacity: 0;
      visibility: hidden;
      list-style: none;
      border-radius: 4px;
      background-color: #ffffff;
      z-index: 50;
      margin-left: 0;
      -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.17);
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.17);
      margin-top: 1px;
      width: 100%; }
      .nav_full .menu-item-has-children .sub-menu li {
        padding-bottom: 0; }
        .nav_full .menu-item-has-children .sub-menu li a {
          padding: 15px 15px;
          text-align: left; }
    .nav_full .menu-item-has-children:hover > a {
      color: #006FAB; }
      .nav_full .menu-item-has-children:hover > a .fa {
        color: #006FAB; }
    .nav_full .menu-item-has-children:hover .sub-menu {
      display: block;
      opacity: 1;
      visibility: visible; }
      .nav_full .menu-item-has-children:hover .sub-menu li a:hover {
        background-color: #EFF6FA; }
  .nav_full .nav_burger_box {
    width: 6.25%;
    /*border: 1px solid #F2F4FF;*/
    /*background-color: $extralightgrey;*/ }
  .nav_full .nav_menu_box {
    width: 18.75%;
    /*background-color: #ffffff;*/ }
  .nav_full .menu-principal-global-container {
    margin-top: 20px; }
  .nav_full .nav_logo_box {
    width: 50%;
    /*background-color: #ffffff;*/ }
    .nav_full .nav_logo_box .site-title {
      background-image: url("img/bf-logo-no-baseline.svg");
      background-size: contain;
      background-position: center;
      width: 85px;
      height: 75px;
      background-repeat: no-repeat;
      /*border: 1px solid red;*/
      text-align: center;
      margin: 5px auto;
      position: relative; }
      .nav_full .nav_logo_box .site-title a {
        text-indent: -99999px;
        border-bottom: none;
        border: 1px solid red; }
  .nav_full i {
    margin-left: 5px; }
  .nav_full .right-menu-global-container {
    width: 33%;
    /*background-color: #ffffff;*/
    height: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .nav_full .right-menu-global-container * {
      height: 85px; }
    .nav_full .right-menu-global-container #right-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      height: 100%; }
      .nav_full .right-menu-global-container #right-menu li {
        padding-bottom: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; }
      .nav_full .right-menu-global-container #right-menu a {
        padding: 33px 0;
        height: 100%; }
    .nav_full .right-menu-global-container .menu-menu-nav-droite-container {
      -webkit-box-flex: 2;
      -ms-flex-positive: 2;
      flex-grow: 2; }
    .nav_full .right-menu-global-container .searchbar-opener_btn {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }

/*popup searchbar*/
.searchbar-opener_btn {
  /*margin-right: 10px;*/
  text-indent: -999999px;
  color: transparent;
  /*width: 75px;*/
  width: auto;
  min-width: 50px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 25px;
  /*background-color: #FAFAFA;*/
  /*border: 1px solid #F2F4FF;*/
  padding: 0;
  background-position: center;
  /*@extend .transition;*/
  background-image: url("img/icon-search-blue-fat.svg"); }

#searchbar-opener,
.fancybox-content {
  max-width: 80%;
  width: 80%;
  background-color: transparent; }
  #searchbar-opener .search-form,
  .fancybox-content .search-form {
    text-align: left;
    /*margin-top: 150px;*/
    width: 80%;
    margin: 150px auto 50px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #searchbar-opener .search-form input, #searchbar-opener .search-form label,
    .fancybox-content .search-form input,
    .fancybox-content .search-form label {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
    #searchbar-opener .search-form .search-submit,
    .fancybox-content .search-form .search-submit {
      background-image: url("img/icon-search-blue-fat.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      text-indent: -9999999px;
      background-color: transparent;
      border: none;
      height: 40px;
      width: 40px;
      cursor: pointer; }
    #searchbar-opener .search-form label input,
    .fancybox-content .search-form label input {
      background-color: transparent;
      border: none;
      border-bottom: 2px solid #006FAB;
      color: #006FAB;
      text-align: left;
      height: 100%;
      border-radius: 0;
      font-size: 66px;
      padding: 0 25px 0 0;
      margin-bottom: 0; }
      #searchbar-opener .search-form label input::-webkit-input-placeholder,
      .fancybox-content .search-form label input::-webkit-input-placeholder {
        color: #006FAB; }
      #searchbar-opener .search-form label input:-ms-input-placeholder,
      .fancybox-content .search-form label input:-ms-input-placeholder {
        color: #006FAB; }
      #searchbar-opener .search-form label input::-ms-input-placeholder,
      .fancybox-content .search-form label input::-ms-input-placeholder {
        color: #006FAB; }
      #searchbar-opener .search-form label input::placeholder,
      .fancybox-content .search-form label input::placeholder {
        color: #006FAB; }

.fancybox-bg {
  background: #ffffff !important; }

.fancybox-is-open .fancybox-bg {
  opacity: .97 !important; }

/*BREADCRUMB*/
#breadcrumbs {
  margin: 7px 0;
  color: #1A3E5D; }
  #breadcrumbs span:first-child > a {
    background-image: url("img/home.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 15px;
    display: inline-block;
    text-indent: -99999px;
    border-bottom: none;
    top: 4px;
    position: relative;
    margin-right: 10px; }
  #breadcrumbs .breadcrumb_last {
    margin-left: 10px; }
  #breadcrumbs span span {
    margin-left: 10px; }
    #breadcrumbs span span a {
      margin-right: 10px;
      border-bottom: none;
      text-decoration: none; }

/*SIDEBAR*/
.sidebar {
  width: 100%; }

aside, .aside {
  position: relative;
  background-color: #ffffff;
  border-radius: 4px;
  /*height: 100%;*/
  height: auto;
  margin: 0;
  padding: 25px 20px;
  margin-bottom: 25px; }

aside {
  margin-top: 35px !important; }

#menu-nav-sidebar {
  margin: 15px 0; }
  #menu-nav-sidebar li a {
    margin: 10px 0;
    min-width: 275px;
    max-width: 100%;
    text-align: center; }

aside a.btn_secondary, aside a.btn-line, aside a.btn_secondary-line, aside a.btn_white, aside .intro_interne a.btn, .intro_interne aside a.btn,
aside .intro_interne a.search-submit, .intro_interne aside a.search-submit, aside .gform_wrapper .gform_page_footer a.button.gform_next_button, .gform_wrapper .gform_page_footer aside a.button.gform_next_button,
aside a.button.gform_button, aside .nav_full a.menu-item-has-children, .nav_full aside a.menu-item-has-children, aside #menu-nav-sidebar li a, #menu-nav-sidebar li aside a, aside a.btn, aside a._sf_submit, aside .tribe-events-event-url a, .tribe-events-event-url aside a {
  margin: 10px 0;
  min-width: 100%;
  text-align: left;
  width: 100%; }

.box_video {
  margin-bottom: 25px; }
  .box_video iframe {
    width: 100%;
    height: 200px; }

.box_btn {
  /*margin-top: 25px;*/ }

/*SIDEBAR BLOG*/
.sidebar_blog,
aside.sidebar_blog,
aside#filters {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 25px 15px;
  margin-top: 0px !important; }
  .sidebar_blog .widget,
  aside.sidebar_blog .widget,
  aside#filters .widget {
    margin-bottom: 25px; }
    .sidebar_blog .widget:last-child,
    aside.sidebar_blog .widget:last-child,
    aside#filters .widget:last-child {
      margin-bottom: 0; }
  .sidebar_blog ul,
  aside.sidebar_blog ul,
  aside#filters ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .sidebar_blog ul li,
    aside.sidebar_blog ul li,
    aside#filters ul li {
      padding-bottom: 7px; }
      .sidebar_blog ul li:before,
      aside.sidebar_blog ul li:before,
      aside#filters ul li:before {
        display: none !important; }
  .sidebar_blog .cat-item a,
  aside.sidebar_blog .cat-item a,
  aside#filters .cat-item a {
    text-decoration: none;
    font-size: 16px;
    line-height: 1.2;
    color: #9DADBA;
    background-color: inherit;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    font-family: 'space_groteskregular', sans-serif; }
    .sidebar_blog .cat-item a:hover, .sidebar_blog .cat-item a:active, .sidebar_blog .cat-item a:focus, .sidebar_blog .cat-item a.is-checked,
    aside.sidebar_blog .cat-item a:hover,
    aside.sidebar_blog .cat-item a:active,
    aside.sidebar_blog .cat-item a:focus,
    aside.sidebar_blog .cat-item a.is-checked,
    aside#filters .cat-item a:hover,
    aside#filters .cat-item a:active,
    aside#filters .cat-item a:focus,
    aside#filters .cat-item a.is-checked {
      background-color: inherit;
      border: inherit;
      color: #006FAB; }
  .sidebar_blog .cat-item.current-cat a,
  aside.sidebar_blog .cat-item.current-cat a,
  aside#filters .cat-item.current-cat a {
    color: #006FAB; }
  .sidebar_blog .cat-item ul,
  aside.sidebar_blog .cat-item ul,
  aside#filters .cat-item ul {
    margin-left: 15px; }
    .sidebar_blog .cat-item ul ul,
    aside.sidebar_blog .cat-item ul ul,
    aside#filters .cat-item ul ul {
      margin-left: 30px; }
  .sidebar_blog #custom-post-type-categories-3,
  aside.sidebar_blog #custom-post-type-categories-3,
  aside#filters #custom-post-type-categories-3 {
    overflow: hidden; }
  .sidebar_blog .tag-cloud-link,
  .sidebar_blog #custom-post-type-categories-3 a,
  aside.sidebar_blog .tag-cloud-link,
  aside.sidebar_blog #custom-post-type-categories-3 a,
  aside#filters .tag-cloud-link,
  aside#filters #custom-post-type-categories-3 a {
    font-size: 14px !important;
    padding: 5px 10px !important;
    margin: 0 5px 5px 0 !important;
    border: 1px solid #9DADBA !important;
    color: #9DADBA;
    border-radius: 50px;
    text-decoration: none;
    background: inherit;
    width: auto;
    display: inline-block;
    float: left;
    min-width: auto;
    font-family: 'space_groteskregular', sans-serif; }
    .sidebar_blog .tag-cloud-link:hover, .sidebar_blog .tag-cloud-link:active, .sidebar_blog .tag-cloud-link:focus,
    .sidebar_blog #custom-post-type-categories-3 a:hover,
    .sidebar_blog #custom-post-type-categories-3 a:active,
    .sidebar_blog #custom-post-type-categories-3 a:focus,
    aside.sidebar_blog .tag-cloud-link:hover,
    aside.sidebar_blog .tag-cloud-link:active,
    aside.sidebar_blog .tag-cloud-link:focus,
    aside.sidebar_blog #custom-post-type-categories-3 a:hover,
    aside.sidebar_blog #custom-post-type-categories-3 a:active,
    aside.sidebar_blog #custom-post-type-categories-3 a:focus,
    aside#filters .tag-cloud-link:hover,
    aside#filters .tag-cloud-link:active,
    aside#filters .tag-cloud-link:focus,
    aside#filters #custom-post-type-categories-3 a:hover,
    aside#filters #custom-post-type-categories-3 a:active,
    aside#filters #custom-post-type-categories-3 a:focus {
      color: #006FAB;
      border: 1px solid #006FAB;
      text-decoration: none; }
  .sidebar_blog #custom-post-type-categories-3 li.current-cat a,
  aside.sidebar_blog #custom-post-type-categories-3 li.current-cat a,
  aside#filters #custom-post-type-categories-3 li.current-cat a {
    color: #006FAB;
    border: 1px solid #006FAB !important;
    text-decoration: none; }

/*PAGINATION*/
.search-results .posts-navigation a {
  text-decoration: none;
  border-bottom: 1px solid #006FAB; }

.search-results .posts-navigation .nav-next a {
  float: right; }
  .search-results .posts-navigation .nav-next a:after {
    content: ">>";
    margin-left: 10px;
    display: inline; }

.search-results .posts-navigation .nav-previous a {
  float: left; }
  .search-results .posts-navigation .nav-previous a:before {
    content: "<<";
    margin-right: 10px;
    display: inline; }

.custom_pagination {
  text-align: center; }
  .custom_pagination span, .custom_pagination a {
    display: inline-block;
    text-decoration: none; }

/*search page*/
.searched_article {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  margin-bottom: 25px; }
  .searched_article:nth-child(2) {
    margin-top: 35px; }
  .searched_article .img_container {
    width: 30%;
    height: 100%;
    float: left;
    display: inline-block; }
  .searched_article .text_container {
    width: 80%;
    display: inline-block;
    padding: 20px; }

.page-template-searchpage .searchbar_box,
.search-results .searchbar_box,
.search .searchbar_box {
  width: 100%; }
  .page-template-searchpage .searchbar_box .search-form,
  .search-results .searchbar_box .search-form,
  .search .searchbar_box .search-form {
    text-align: left;
    width: 60%;
    margin: 100px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .page-template-searchpage .searchbar_box .search-form input, .page-template-searchpage .searchbar_box .search-form label,
    .search-results .searchbar_box .search-form input,
    .search-results .searchbar_box .search-form label,
    .search .searchbar_box .search-form input,
    .search .searchbar_box .search-form label {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .page-template-searchpage .searchbar_box .search-form .search-submit,
    .search-results .searchbar_box .search-form .search-submit,
    .search .searchbar_box .search-form .search-submit {
      background-image: url("img/icon-search-white-fat.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      text-indent: -9999999px;
      background-color: transparent;
      border: none !important;
      height: 40px;
      max-width: 40px;
      cursor: pointer; }
    .page-template-searchpage .searchbar_box .search-form label input,
    .search-results .searchbar_box .search-form label input,
    .search .searchbar_box .search-form label input {
      background-color: transparent;
      border: none;
      border-bottom: 2px solid #ffffff;
      color: #ffffff;
      text-align: left;
      font-size: 24px;
      height: 100%;
      border-radius: 0;
      padding: 25px 25px 15px 25px; }
      .page-template-searchpage .searchbar_box .search-form label input::-webkit-input-placeholder,
      .search-results .searchbar_box .search-form label input::-webkit-input-placeholder,
      .search .searchbar_box .search-form label input::-webkit-input-placeholder {
        color: #ffffff; }
      .page-template-searchpage .searchbar_box .search-form label input:-ms-input-placeholder,
      .search-results .searchbar_box .search-form label input:-ms-input-placeholder,
      .search .searchbar_box .search-form label input:-ms-input-placeholder {
        color: #ffffff; }
      .page-template-searchpage .searchbar_box .search-form label input::-ms-input-placeholder,
      .search-results .searchbar_box .search-form label input::-ms-input-placeholder,
      .search .searchbar_box .search-form label input::-ms-input-placeholder {
        color: #ffffff; }
      .page-template-searchpage .searchbar_box .search-form label input::placeholder,
      .search-results .searchbar_box .search-form label input::placeholder,
      .search .searchbar_box .search-form label input::placeholder {
        color: #ffffff; }

.accordion {
  padding-top: 10px;
  width: 100%; }
  .accordion:nth-child(2) {
    padding-top: 0; }

.accordion-item > a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 15px 60px 15px 0;
  color: #798a97;
  font-size: 1.15rem;
  font-weight: 400;
  border-bottom: 1px solid #9DADBA;
  text-decoration: none; }

.accordion-item > a:hover,
.accordion-item > a:hover::after {
  cursor: pointer;
  color: #798a97; }

.accordion-item > a:hover::after {
  border: 1px solid #006FAB; }

.accordion-item > a.active {
  color: #006FAB;
  border-bottom: 1px solid #006FAB; }

.accordion-item > a::after {
  font-family: FontAwesome !important;
  content: "\f078" !important;
  position: absolute;
  float: right;
  right: 1rem;
  font-size: 14px;
  color: #798a97;
  padding: 5px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #798a97;
  text-align: center;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }

.accordion-item > a.active::after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  color: #006FAB;
  border: 1px solid #006FAB; }

.accordion .content {
  opacity: 0;
  padding: 0 1rem;
  max-height: 0;
  /*border-bottom: 1px solid $text;*/
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.2s ease 0.15s;
  -o-transition: all 0.2s ease 0.15s;
  transition: all 0.2s ease 0.15s; }
  .accordion .content a {
    text-decoration: none;
    margin-bottom: 10px; }

.accordion .content p, .accordion .content .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title, .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .accordion .content .tribe-events-title {
  font-size: 1rem;
  font-weight: 300; }

.accordion .content.active {
  opacity: 1;
  padding: 15px 65px 25px 20px;
  max-height: 100%;
  -webkit-transition: all 0.35s ease 0.15s;
  -o-transition: all 0.35s ease 0.15s;
  transition: all 0.35s ease 0.15s; }

aside .accordion-item a {
  border-bottom: none; }

aside .accordion-item > a.active {
  border-bottom: none; }

aside .accordion-item > a::after {
  border: none; }

aside .accordion-item > a:hover::after {
  border: none; }

aside .accordion-item > a {
  color: #006FAB;
  font-size: 24px;
  padding: 0 60px 0 0; }

/*@import "wpsl";*/
/*ARCHIVE ANNUAIRE*/
.post-type-archive-annuaire .content_interne,
.page-template-archive-annuaire .content_interne,
.tax-types_centres .content_interne,
.post-type-archive-questions .content_interne,
.page-template-template-archive-blog_pedagogique .content_interne {
  margin-top: -130px; }

.post-type-archive-annuaire .bloc_content,
.page-template-archive-annuaire .bloc_content,
.tax-types_centres .bloc_content,
.post-type-archive-questions .bloc_content,
.page-template-template-archive-blog_pedagogique .bloc_content {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.post-type-archive-annuaire .vignette_types_centres,
.page-template-archive-annuaire .vignette_types_centres,
.tax-types_centres .vignette_types_centres,
.post-type-archive-questions .vignette_types_centres,
.page-template-template-archive-blog_pedagogique .vignette_types_centres {
  position: relative;
  border-radius: 4px;
  width: 31%;
  margin: 1%;
  /*border: 2px solid $primary-color;*/
  border: 1px solid #e3e3e3; }
  .post-type-archive-annuaire .vignette_types_centres .centres_box_photo,
  .page-template-archive-annuaire .vignette_types_centres .centres_box_photo,
  .tax-types_centres .vignette_types_centres .centres_box_photo,
  .post-type-archive-questions .vignette_types_centres .centres_box_photo,
  .page-template-template-archive-blog_pedagogique .vignette_types_centres .centres_box_photo {
    -webkit-box-shadow: inset 0px 0px 55px -50px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 55px -50px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 55px -50px rgba(0, 0, 0, 0.75); }
  .post-type-archive-annuaire .vignette_types_centres .vignette_infos,
  .page-template-archive-annuaire .vignette_types_centres .vignette_infos,
  .tax-types_centres .vignette_types_centres .vignette_infos,
  .post-type-archive-questions .vignette_types_centres .vignette_infos,
  .page-template-template-archive-blog_pedagogique .vignette_types_centres .vignette_infos {
    padding: 25px 20px 25px 20px; }
    .post-type-archive-annuaire .vignette_types_centres .vignette_infos .h3, .post-type-archive-annuaire .vignette_types_centres .vignette_infos .single-agenda_formations .addtoany_share_save_container:before, .single-agenda_formations .post-type-archive-annuaire .vignette_types_centres .vignette_infos .addtoany_share_save_container:before,
    .post-type-archive-annuaire .vignette_types_centres .vignette_infos .single-catalogue_formations .addtoany_share_save_container:before, .single-catalogue_formations .post-type-archive-annuaire .vignette_types_centres .vignette_infos .addtoany_share_save_container:before,
    .post-type-archive-annuaire .vignette_types_centres .vignette_infos .single-catalogue_dorifor .addtoany_share_save_container:before, .single-catalogue_dorifor .post-type-archive-annuaire .vignette_types_centres .vignette_infos .addtoany_share_save_container:before,
    .post-type-archive-annuaire .vignette_types_centres .vignette_infos .single-tribe_events .addtoany_share_save_container:before, .single-tribe_events .post-type-archive-annuaire .vignette_types_centres .vignette_infos .addtoany_share_save_container:before, .post-type-archive-annuaire .vignette_types_centres .vignette_infos .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .list-date, .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .post-type-archive-annuaire .vignette_types_centres .vignette_infos .list-date,
    .page-template-archive-annuaire .vignette_types_centres .vignette_infos .h3,
    .page-template-archive-annuaire .vignette_types_centres .vignette_infos .single-agenda_formations .addtoany_share_save_container:before,
    .single-agenda_formations .page-template-archive-annuaire .vignette_types_centres .vignette_infos .addtoany_share_save_container:before,
    .page-template-archive-annuaire .vignette_types_centres .vignette_infos .single-catalogue_formations .addtoany_share_save_container:before,
    .single-catalogue_formations .page-template-archive-annuaire .vignette_types_centres .vignette_infos .addtoany_share_save_container:before,
    .page-template-archive-annuaire .vignette_types_centres .vignette_infos .single-catalogue_dorifor .addtoany_share_save_container:before,
    .single-catalogue_dorifor .page-template-archive-annuaire .vignette_types_centres .vignette_infos .addtoany_share_save_container:before,
    .page-template-archive-annuaire .vignette_types_centres .vignette_infos .single-tribe_events .addtoany_share_save_container:before,
    .single-tribe_events .page-template-archive-annuaire .vignette_types_centres .vignette_infos .addtoany_share_save_container:before,
    .page-template-archive-annuaire .vignette_types_centres .vignette_infos .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .list-date,
    .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .page-template-archive-annuaire .vignette_types_centres .vignette_infos .list-date,
    .tax-types_centres .vignette_types_centres .vignette_infos .h3,
    .tax-types_centres .vignette_types_centres .vignette_infos .single-agenda_formations .addtoany_share_save_container:before,
    .single-agenda_formations .tax-types_centres .vignette_types_centres .vignette_infos .addtoany_share_save_container:before,
    .tax-types_centres .vignette_types_centres .vignette_infos .single-catalogue_formations .addtoany_share_save_container:before,
    .single-catalogue_formations .tax-types_centres .vignette_types_centres .vignette_infos .addtoany_share_save_container:before,
    .tax-types_centres .vignette_types_centres .vignette_infos .single-catalogue_dorifor .addtoany_share_save_container:before,
    .single-catalogue_dorifor .tax-types_centres .vignette_types_centres .vignette_infos .addtoany_share_save_container:before,
    .tax-types_centres .vignette_types_centres .vignette_infos .single-tribe_events .addtoany_share_save_container:before,
    .single-tribe_events .tax-types_centres .vignette_types_centres .vignette_infos .addtoany_share_save_container:before,
    .tax-types_centres .vignette_types_centres .vignette_infos .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .list-date,
    .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tax-types_centres .vignette_types_centres .vignette_infos .list-date,
    .post-type-archive-questions .vignette_types_centres .vignette_infos .h3,
    .post-type-archive-questions .vignette_types_centres .vignette_infos .single-agenda_formations .addtoany_share_save_container:before,
    .single-agenda_formations .post-type-archive-questions .vignette_types_centres .vignette_infos .addtoany_share_save_container:before,
    .post-type-archive-questions .vignette_types_centres .vignette_infos .single-catalogue_formations .addtoany_share_save_container:before,
    .single-catalogue_formations .post-type-archive-questions .vignette_types_centres .vignette_infos .addtoany_share_save_container:before,
    .post-type-archive-questions .vignette_types_centres .vignette_infos .single-catalogue_dorifor .addtoany_share_save_container:before,
    .single-catalogue_dorifor .post-type-archive-questions .vignette_types_centres .vignette_infos .addtoany_share_save_container:before,
    .post-type-archive-questions .vignette_types_centres .vignette_infos .single-tribe_events .addtoany_share_save_container:before,
    .single-tribe_events .post-type-archive-questions .vignette_types_centres .vignette_infos .addtoany_share_save_container:before,
    .post-type-archive-questions .vignette_types_centres .vignette_infos .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .list-date,
    .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .post-type-archive-questions .vignette_types_centres .vignette_infos .list-date,
    .page-template-template-archive-blog_pedagogique .vignette_types_centres .vignette_infos .h3,
    .page-template-template-archive-blog_pedagogique .vignette_types_centres .vignette_infos .single-agenda_formations .addtoany_share_save_container:before,
    .single-agenda_formations .page-template-template-archive-blog_pedagogique .vignette_types_centres .vignette_infos .addtoany_share_save_container:before,
    .page-template-template-archive-blog_pedagogique .vignette_types_centres .vignette_infos .single-catalogue_formations .addtoany_share_save_container:before,
    .single-catalogue_formations .page-template-template-archive-blog_pedagogique .vignette_types_centres .vignette_infos .addtoany_share_save_container:before,
    .page-template-template-archive-blog_pedagogique .vignette_types_centres .vignette_infos .single-catalogue_dorifor .addtoany_share_save_container:before,
    .single-catalogue_dorifor .page-template-template-archive-blog_pedagogique .vignette_types_centres .vignette_infos .addtoany_share_save_container:before,
    .page-template-template-archive-blog_pedagogique .vignette_types_centres .vignette_infos .single-tribe_events .addtoany_share_save_container:before,
    .single-tribe_events .page-template-template-archive-blog_pedagogique .vignette_types_centres .vignette_infos .addtoany_share_save_container:before,
    .page-template-template-archive-blog_pedagogique .vignette_types_centres .vignette_infos .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .list-date,
    .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .page-template-template-archive-blog_pedagogique .vignette_types_centres .vignette_infos .list-date {
      font-weight: 600;
      display: inline-block;
      color: #006FAB;
      margin-bottom: 15px; }
    .post-type-archive-annuaire .vignette_types_centres .vignette_infos .fa,
    .page-template-archive-annuaire .vignette_types_centres .vignette_infos .fa,
    .tax-types_centres .vignette_types_centres .vignette_infos .fa,
    .post-type-archive-questions .vignette_types_centres .vignette_infos .fa,
    .page-template-template-archive-blog_pedagogique .vignette_types_centres .vignette_infos .fa {
      display: inline;
      width: 25px;
      font-size: 28px;
      margin-right: 10px;
      color: #006FAB; }

/*
.post-type-archive-annuaire,
.page-template-archive-annuaire {

	
}
*/
/*.vignette_types_centres {
	position: relative;
	overflow: hidden;
	background-color: rgba($fourth-color, .1);
	border: none !important;
	.fa {
		color: rgba($fourth-color, .075);
		font-size: 230px;
		position: absolute;
		top: -10%;
		z-index: 1;
		right: 10%;
	}
}*/
/*ARCHIVE D'UN CENTRE*/
.tax-types_centres .vignette_types_centres,
.page-template-template-archive-blog_pedagogique .vignette_types_centres {
  width: 31.3%;
  padding: 0; }

.tax-types_centres .vignette_infos,
.page-template-template-archive-blog_pedagogique .vignette_infos {
  padding: 25px 20px; }

.centres_box_photo {
  display: block;
  height: 200px; }

.vignette_faq {
  padding: 15px 0 10px 30px;
  display: block;
  position: relative;
  width: 100%; }
  .vignette_faq:hover .h3, .vignette_faq:hover .single-agenda_formations .addtoany_share_save_container:before, .single-agenda_formations .vignette_faq:hover .addtoany_share_save_container:before,
  .vignette_faq:hover .single-catalogue_formations .addtoany_share_save_container:before, .single-catalogue_formations .vignette_faq:hover .addtoany_share_save_container:before,
  .vignette_faq:hover .single-catalogue_dorifor .addtoany_share_save_container:before, .single-catalogue_dorifor .vignette_faq:hover .addtoany_share_save_container:before,
  .vignette_faq:hover .single-tribe_events .addtoany_share_save_container:before, .single-tribe_events .vignette_faq:hover .addtoany_share_save_container:before, .vignette_faq:hover .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .list-date, .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .vignette_faq:hover .list-date, .vignette_faq:active .h3, .vignette_faq:active .single-agenda_formations .addtoany_share_save_container:before, .single-agenda_formations .vignette_faq:active .addtoany_share_save_container:before,
  .vignette_faq:active .single-catalogue_formations .addtoany_share_save_container:before, .single-catalogue_formations .vignette_faq:active .addtoany_share_save_container:before,
  .vignette_faq:active .single-catalogue_dorifor .addtoany_share_save_container:before, .single-catalogue_dorifor .vignette_faq:active .addtoany_share_save_container:before,
  .vignette_faq:active .single-tribe_events .addtoany_share_save_container:before, .single-tribe_events .vignette_faq:active .addtoany_share_save_container:before, .vignette_faq:active .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .list-date, .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .vignette_faq:active .list-date, .vignette_faq:focus .h3, .vignette_faq:focus .single-agenda_formations .addtoany_share_save_container:before, .single-agenda_formations .vignette_faq:focus .addtoany_share_save_container:before,
  .vignette_faq:focus .single-catalogue_formations .addtoany_share_save_container:before, .single-catalogue_formations .vignette_faq:focus .addtoany_share_save_container:before,
  .vignette_faq:focus .single-catalogue_dorifor .addtoany_share_save_container:before, .single-catalogue_dorifor .vignette_faq:focus .addtoany_share_save_container:before,
  .vignette_faq:focus .single-tribe_events .addtoany_share_save_container:before, .single-tribe_events .vignette_faq:focus .addtoany_share_save_container:before, .vignette_faq:focus .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .list-date, .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .vignette_faq:focus .list-date {
    color: #00A08A; }
  .vignette_faq .h3, .vignette_faq .single-agenda_formations .addtoany_share_save_container:before, .single-agenda_formations .vignette_faq .addtoany_share_save_container:before,
  .vignette_faq .single-catalogue_formations .addtoany_share_save_container:before, .single-catalogue_formations .vignette_faq .addtoany_share_save_container:before,
  .vignette_faq .single-catalogue_dorifor .addtoany_share_save_container:before, .single-catalogue_dorifor .vignette_faq .addtoany_share_save_container:before,
  .vignette_faq .single-tribe_events .addtoany_share_save_container:before, .single-tribe_events .vignette_faq .addtoany_share_save_container:before, .vignette_faq .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .list-date, .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .vignette_faq .list-date {
    display: inline;
    margin-left: 15px;
    font-size: 18px; }
  .vignette_faq a {
    margin-left: 20px; }
  .vignette_faq .fa {
    margin-left: -20px; }

/*SINGLE CENTRE*/
.single-annuaire .container_interne_row .fa {
  display: inline-block;
  width: 15px;
  float: left;
  margin-right: 10px;
  position: relative;
  font-size: 18px;
  top: 4px; }

.single-annuaire .container_interne_row p, .single-annuaire .container_interne_row .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title, .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .single-annuaire .container_interne_row .tribe-events-title {
  display: block;
  width: auto; }

.single-annuaire span.category {
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
  color: #00A08A; }

.single-annuaire .intro_interne {
  padding: 0; }

.single-annuaire .container_interne_row {
  margin-top: 50px; }

.single-annuaire .content_interne {
  margin-top: 0px; }

.single-annuaire .bloc_content {
  overflow: hidden;
  padding: 35px 35px 100px 35px; }

.single-annuaire .container_numbers {
  display: block;
  overflow: hidden; }

.single-annuaire .numbers {
  display: block;
  width: 100%;
  color: #ffffff;
  padding: 25px;
  height: 175px;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  border-radius: 4px;
  text-transform: uppercase;
  width: 49%;
  float: left;
  margin: 25px .5%;
  position: relative;
  overflow: hidden; }
  .single-annuaire .numbers p, .single-annuaire .numbers .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title, .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .single-annuaire .numbers .tribe-events-title {
    margin-bottom: 0;
    position: relative;
    z-index: 20;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .single-annuaire .numbers small {
    font-size: 12px;
    text-transform: inherit;
    margin: 10px 0px;
    display: inline-block; }
  .single-annuaire .numbers .fa {
    color: rgba(185, 71, 129, 0.25);
    font-size: 186px;
    position: absolute;
    top: -10%;
    z-index: 1;
    right: 45%; }
  .single-annuaire .numbers.forme {
    background-color: rgba(185, 71, 129, 0.5);
    color: #ffffff; }
    .single-annuaire .numbers.forme .fa {
      color: rgba(185, 71, 129, 0.25); }
  .single-annuaire .numbers.sortie {
    background-color: rgba(0, 160, 138, 0.5);
    color: #ffffff; }
    .single-annuaire .numbers.sortie .fa {
      color: rgba(0, 160, 138, 0.25); }
  .single-annuaire .numbers .big_number {
    font-size: 42px;
    font-weight: 700;
    line-height: 32px;
    text-transform: lowercase; }

.single-annuaire .location-email,
.single-annuaire .location-website,
.single-annuaire .location-form,
.single-annuaire .location-mobile,
.single-annuaire .location-transport {
  margin: 10px 0; }

.single-annuaire .location-address,
.single-annuaire .opening-hours-box,
.single-annuaire .location-360 {
  background: #fff;
  padding: 20px 15px;
  border-radius: 4px;
  margin-bottom: 25px;
  margin: 0 1% 25px 1%; }

.single-annuaire .opening-hours-box tbody {
  border: none; }
  .single-annuaire .opening-hours-box tbody tr:nth-child(even) {
    background-color: #EFF6FA; }

.single-annuaire .sidebar_container img {
  height: auto;
  width: auto;
  display: block;
  margin: 25px auto; }

.single-annuaire .sidebar_container .icon-sidebar {
  width: 25px;
  height: 25px;
  display: inline-block;
  float: left;
  margin: 0 10px 0 0; }

.single-annuaire .sidebar_container p, .single-annuaire .sidebar_container .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title, .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .single-annuaire .sidebar_container .tribe-events-title {
  display: inline-block;
  width: calc(100% - 25px); }

.single-annuaire iframe {
  width: 100%;
  height: auto; }

.single-annuaire h1 {
  margin-bottom: 0;
  font-size: 28px; }

.single-annuaire h3, .single-annuaire .h3, .single-annuaire .single-agenda_formations .addtoany_share_save_container:before, .single-agenda_formations .single-annuaire .addtoany_share_save_container:before,
.single-annuaire .single-catalogue_formations .addtoany_share_save_container:before, .single-catalogue_formations .single-annuaire .addtoany_share_save_container:before,
.single-annuaire .single-catalogue_dorifor .addtoany_share_save_container:before, .single-catalogue_dorifor .single-annuaire .addtoany_share_save_container:before,
.single-annuaire .single-tribe_events .addtoany_share_save_container:before, .single-tribe_events .single-annuaire .addtoany_share_save_container:before, .single-annuaire .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .list-date, .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .single-annuaire .list-date, .single-annuaire .category {
  margin-bottom: 25px;
  color: #00A08A; }

.single-annuaire .location-360 {
  padding: 10px;
  background: #ffffff;
  border-radius: 4px;
  margin-bottom: 25px; }
  .single-annuaire .location-360 .bloc_photo_sidebar {
    width: 100%;
    height: 200px;
    background-position: center;
    background-size: cover;
    position: relative; }

.single-annuaire .location-blog_peda {
  padding: 20px 15px;
  background: #ffffff;
  border-radius: 4px;
  margin-bottom: 25px; }
  .single-annuaire .location-blog_peda .link_annuaire_blog_peda {
    display: block;
    position: relative;
    padding: 20px 0;
    border-bottom: 2px solid #EFF6FA; }
    .single-annuaire .location-blog_peda .link_annuaire_blog_peda:last-child {
      border-bottom: transparent; }
    .single-annuaire .location-blog_peda .link_annuaire_blog_peda:before {
      content: "";
      display: block;
      width: 25px;
      height: 25px;
      top: 0px;
      position: absolute;
      left: -40px;
      background-size: contain;
      background-image: url(img/check-blue.svg);
      background-repeat: no-repeat; }
    .single-annuaire .location-blog_peda .link_annuaire_blog_peda .h3, .single-annuaire .location-blog_peda .link_annuaire_blog_peda .single-agenda_formations .addtoany_share_save_container:before, .single-agenda_formations .single-annuaire .location-blog_peda .link_annuaire_blog_peda .addtoany_share_save_container:before,
    .single-annuaire .location-blog_peda .link_annuaire_blog_peda .single-catalogue_formations .addtoany_share_save_container:before, .single-catalogue_formations .single-annuaire .location-blog_peda .link_annuaire_blog_peda .addtoany_share_save_container:before,
    .single-annuaire .location-blog_peda .link_annuaire_blog_peda .single-catalogue_dorifor .addtoany_share_save_container:before, .single-catalogue_dorifor .single-annuaire .location-blog_peda .link_annuaire_blog_peda .addtoany_share_save_container:before,
    .single-annuaire .location-blog_peda .link_annuaire_blog_peda .single-tribe_events .addtoany_share_save_container:before, .single-tribe_events .single-annuaire .location-blog_peda .link_annuaire_blog_peda .addtoany_share_save_container:before, .single-annuaire .location-blog_peda .link_annuaire_blog_peda .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .list-date, .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .single-annuaire .location-blog_peda .link_annuaire_blog_peda .list-date {
      margin-bottom: 0;
      color: #1A3E5D;
      font-weight: 600; }
    .single-annuaire .location-blog_peda .link_annuaire_blog_peda .cat {
      color: #9DADBA; }

/*MAPS*/
.acf-map {
  width: 100%;
  height: 500px;
  border: none;
  /*margin: 20px 0;*/ }

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important; }

/*SINGLE FAQ*/
.single-questions .intro_interne {
  min-height: 250px; }

.single-questions .content_interne {
  margin-top: -100px; }

/*SINGLE*/
#listing_next_sessions_plannifiees:empty {
  background: red;
  width: 100%;
  min-height: 50px; }

.single-agenda_formations .section_catalogue,
.single-catalogue_formations .section_catalogue,
.single-catalogue_dorifor .section_catalogue {
  margin-bottom: 40px; }
  .bloc_content .single-agenda_formations .section_catalogue:last-child, .bloc_content .single-catalogue_formations .section_catalogue:last-child, .bloc_content .single-catalogue_dorifor .section_catalogue:last-child {
    margin-top: 75px; }

.single-agenda_formations aside h3, .single-agenda_formations aside .h3, .single-agenda_formations aside .addtoany_share_save_container:before, .single-agenda_formations aside .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .list-date, .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .single-agenda_formations aside .list-date,
.single-catalogue_formations aside h3,
.single-catalogue_dorifor aside h3,
.single-catalogue_formations aside .h3,
.single-catalogue_dorifor aside .h3,
.single-catalogue_formations aside .addtoany_share_save_container:before,
.single-catalogue_dorifor aside .addtoany_share_save_container:before,
.single-catalogue_formations aside .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .list-date,
.tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .single-catalogue_formations aside .list-date,
.single-catalogue_dorifor aside .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .list-date,
.tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .single-catalogue_dorifor aside .list-date {
  text-transform: uppercase;
  color: #006FAB;
  font-size: 18px;
  font-weight: 700; }

.single-agenda_formations aside .section_catalogue,
.single-catalogue_formations aside .section_catalogue,
.single-catalogue_dorifor aside .section_catalogue {
  margin-bottom: 15px; }
  .single-agenda_formations aside .section_catalogue strong,
  .single-catalogue_formations aside .section_catalogue strong,
  .single-catalogue_dorifor aside .section_catalogue strong {
    text-transform: uppercase; }

.single-agenda_formations .intro_fiche,
.single-catalogue_formations .intro_fiche,
.single-catalogue_dorifor .intro_fiche {
  color: #006FAB;
  font-size: 18px;
  border-left: 1px solid #006FAB;
  padding-left: 15px;
  margin-left: -15px; }

.single-agenda_formations .formation_next_sessions,
.single-catalogue_formations .formation_next_sessions,
.single-catalogue_dorifor .formation_next_sessions {
  /*margin: 15px 0 0 0;*/ }
  .single-agenda_formations .formation_next_sessions .btn, .single-agenda_formations .formation_next_sessions .btn_secondary, .single-agenda_formations .formation_next_sessions .btn-line, .single-agenda_formations .formation_next_sessions .btn_secondary-line, .single-agenda_formations .formation_next_sessions .btn_white,
  .single-agenda_formations .formation_next_sessions .intro_interne .search-submit, .intro_interne .single-agenda_formations .formation_next_sessions .search-submit, .single-agenda_formations .formation_next_sessions .gform_wrapper .gform_page_footer .button.gform_next_button, .gform_wrapper .gform_page_footer .single-agenda_formations .formation_next_sessions .button.gform_next_button,
  .single-agenda_formations .formation_next_sessions .button.gform_button, .single-agenda_formations .formation_next_sessions .nav_full .menu-item-has-children, .nav_full .single-agenda_formations .formation_next_sessions .menu-item-has-children, .single-agenda_formations .formation_next_sessions #menu-nav-sidebar li a, #menu-nav-sidebar li .single-agenda_formations .formation_next_sessions a, .single-agenda_formations .formation_next_sessions ._sf_submit, .single-agenda_formations .formation_next_sessions .searchandfilter input[type='submit'], .searchandfilter .single-agenda_formations .formation_next_sessions input[type='submit'], .single-agenda_formations .formation_next_sessions .tribe-events-event-url a, .tribe-events-event-url .single-agenda_formations .formation_next_sessions a,
  .single-catalogue_formations .formation_next_sessions .btn,
  .single-catalogue_dorifor .formation_next_sessions .btn,
  .single-catalogue_formations .formation_next_sessions .btn_secondary,
  .single-catalogue_dorifor .formation_next_sessions .btn_secondary,
  .single-catalogue_formations .formation_next_sessions .btn-line,
  .single-catalogue_dorifor .formation_next_sessions .btn-line,
  .single-catalogue_formations .formation_next_sessions .btn_secondary-line,
  .single-catalogue_dorifor .formation_next_sessions .btn_secondary-line,
  .single-catalogue_formations .formation_next_sessions .btn_white,
  .single-catalogue_dorifor .formation_next_sessions .btn_white,
  .single-catalogue_formations .formation_next_sessions .intro_interne .search-submit,
  .intro_interne .single-catalogue_formations .formation_next_sessions .search-submit,
  .single-catalogue_dorifor .formation_next_sessions .intro_interne .search-submit,
  .intro_interne .single-catalogue_dorifor .formation_next_sessions .search-submit,
  .single-catalogue_formations .formation_next_sessions .gform_wrapper .gform_page_footer .button.gform_next_button,
  .gform_wrapper .gform_page_footer .single-catalogue_formations .formation_next_sessions .button.gform_next_button,
  .single-catalogue_dorifor .formation_next_sessions .gform_wrapper .gform_page_footer .button.gform_next_button,
  .gform_wrapper .gform_page_footer .single-catalogue_dorifor .formation_next_sessions .button.gform_next_button,
  .single-catalogue_formations .formation_next_sessions .button.gform_button,
  .single-catalogue_dorifor .formation_next_sessions .button.gform_button,
  .single-catalogue_formations .formation_next_sessions .nav_full .menu-item-has-children,
  .nav_full .single-catalogue_formations .formation_next_sessions .menu-item-has-children,
  .single-catalogue_dorifor .formation_next_sessions .nav_full .menu-item-has-children,
  .nav_full .single-catalogue_dorifor .formation_next_sessions .menu-item-has-children,
  .single-catalogue_formations .formation_next_sessions #menu-nav-sidebar li a,
  #menu-nav-sidebar li .single-catalogue_formations .formation_next_sessions a,
  .single-catalogue_dorifor .formation_next_sessions #menu-nav-sidebar li a,
  #menu-nav-sidebar li .single-catalogue_dorifor .formation_next_sessions a,
  .single-catalogue_formations .formation_next_sessions ._sf_submit,
  .single-catalogue_dorifor .formation_next_sessions ._sf_submit,
  .single-catalogue_formations .formation_next_sessions .searchandfilter input[type='submit'],
  .searchandfilter .single-catalogue_formations .formation_next_sessions input[type='submit'],
  .single-catalogue_dorifor .formation_next_sessions .searchandfilter input[type='submit'],
  .searchandfilter .single-catalogue_dorifor .formation_next_sessions input[type='submit'],
  .single-catalogue_formations .formation_next_sessions .tribe-events-event-url a,
  .tribe-events-event-url .single-catalogue_formations .formation_next_sessions a,
  .single-catalogue_dorifor .formation_next_sessions .tribe-events-event-url a,
  .tribe-events-event-url .single-catalogue_dorifor .formation_next_sessions a {
    text-align: center;
    display: block;
    min-width: auto; }
  .single-agenda_formations .formation_next_sessions .fa,
  .single-catalogue_formations .formation_next_sessions .fa,
  .single-catalogue_dorifor .formation_next_sessions .fa {
    margin-right: 5px;
    font-size: 18px; }
  .single-agenda_formations .formation_next_sessions .gform_wrapper,
  .single-catalogue_formations .formation_next_sessions .gform_wrapper,
  .single-catalogue_dorifor .formation_next_sessions .gform_wrapper {
    margin: 0 !important; }
    .single-agenda_formations .formation_next_sessions .gform_wrapper form,
    .single-catalogue_formations .formation_next_sessions .gform_wrapper form,
    .single-catalogue_dorifor .formation_next_sessions .gform_wrapper form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
    .single-agenda_formations .formation_next_sessions .gform_wrapper .gform_body,
    .single-catalogue_formations .formation_next_sessions .gform_wrapper .gform_body,
    .single-catalogue_dorifor .formation_next_sessions .gform_wrapper .gform_body {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      /*margin-right: 15px;*/
      width: auto !important; }
      .single-agenda_formations .formation_next_sessions .gform_wrapper .gform_body ul li.gfield,
      .single-agenda_formations .formation_next_sessions .gform_wrapper .gform_body input,
      .single-catalogue_formations .formation_next_sessions .gform_wrapper .gform_body ul li.gfield,
      .single-catalogue_dorifor .formation_next_sessions .gform_wrapper .gform_body ul li.gfield,
      .single-catalogue_formations .formation_next_sessions .gform_wrapper .gform_body input,
      .single-catalogue_dorifor .formation_next_sessions .gform_wrapper .gform_body input {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important; }
    .single-agenda_formations .formation_next_sessions .gform_wrapper .gform_footer,
    .single-catalogue_formations .formation_next_sessions .gform_wrapper .gform_footer,
    .single-catalogue_dorifor .formation_next_sessions .gform_wrapper .gform_footer {
      width: auto;
      margin: 0 !important;
      padding: 0 !important; }
      .single-agenda_formations .formation_next_sessions .gform_wrapper .gform_footer input.button,
      .single-agenda_formations .formation_next_sessions .gform_wrapper .gform_footer input[type=submit],
      .single-catalogue_formations .formation_next_sessions .gform_wrapper .gform_footer input.button,
      .single-catalogue_dorifor .formation_next_sessions .gform_wrapper .gform_footer input.button,
      .single-catalogue_formations .formation_next_sessions .gform_wrapper .gform_footer input[type=submit],
      .single-catalogue_dorifor .formation_next_sessions .gform_wrapper .gform_footer input[type=submit] {
        width: auto;
        height: 39px;
        line-height: inherit !important;
        min-height: inherit !important; }

.single-agenda_formations .next_sessions_columns,
.single-catalogue_formations .next_sessions_columns,
.single-catalogue_dorifor .next_sessions_columns {
  width: 50%; }

.single-agenda_formations .formation_next_sessions .gform_confirmation_wrapper,
.single-catalogue_formations .formation_next_sessions .gform_confirmation_wrapper,
.single-catalogue_dorifor .formation_next_sessions .gform_confirmation_wrapper {
  display: block;
  position: fixed;
  z-index: 50;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(26, 62, 93, 0.7); }
  .single-agenda_formations .formation_next_sessions .gform_confirmation_wrapper .gform_confirmation_message,
  .single-catalogue_formations .formation_next_sessions .gform_confirmation_wrapper .gform_confirmation_message,
  .single-catalogue_dorifor .formation_next_sessions .gform_confirmation_wrapper .gform_confirmation_message {
    display: block;
    position: fixed;
    top: 50%;
    background: #ffffff;
    padding: 50px 100px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.single-agenda_formations .bloc_infos_loc,
.single-catalogue_formations .bloc_infos_loc,
.single-catalogue_dorifor .bloc_infos_loc {
  width: 50%;
  float: left; }
  .single-agenda_formations .bloc_infos_loc .fa,
  .single-catalogue_formations .bloc_infos_loc .fa,
  .single-catalogue_dorifor .bloc_infos_loc .fa {
    display: inline-block;
    float: left;
    margin-right: 5px;
    margin-top: 4px; }
  .single-agenda_formations .bloc_infos_loc p, .single-agenda_formations .bloc_infos_loc .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title, .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .single-agenda_formations .bloc_infos_loc .tribe-events-title, .single-agenda_formations .bloc_infos_loc a,
  .single-catalogue_formations .bloc_infos_loc p,
  .single-catalogue_dorifor .bloc_infos_loc p,
  .single-catalogue_formations .bloc_infos_loc .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title,
  .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .single-catalogue_formations .bloc_infos_loc .tribe-events-title,
  .single-catalogue_dorifor .bloc_infos_loc .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title,
  .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .single-catalogue_dorifor .bloc_infos_loc .tribe-events-title,
  .single-catalogue_formations .bloc_infos_loc a,
  .single-catalogue_dorifor .bloc_infos_loc a {
    margin-bottom: 10px; }

.single-agenda_formations .acf-map,
.single-catalogue_formations .acf-map,
.single-catalogue_dorifor .acf-map {
  width: calc(50% - 25px);
  float: right;
  height: 300px;
  margin: 12px 25px 0 0; }

.single-agenda_formations .date_btn_tiret + .date_btn_tiret:before,
.single-catalogue_formations .date_btn_tiret + .date_btn_tiret:before,
.single-catalogue_dorifor .date_btn_tiret + .date_btn_tiret:before {
  content: " + "; }

.single-agenda_formations .addtoany_share_save_container,
.single-catalogue_formations .addtoany_share_save_container,
.single-catalogue_dorifor .addtoany_share_save_container,
.single-tribe_events .addtoany_share_save_container {
  margin-top: 40px; }
  .single-agenda_formations .addtoany_share_save_container:before,
  .single-catalogue_formations .addtoany_share_save_container:before,
  .single-catalogue_dorifor .addtoany_share_save_container:before,
  .single-tribe_events .addtoany_share_save_container:before {
    content: "Partagez cette fiche";
    display: block;
    margin-bottom: 15px; }

/*TRI ARCHIVE*/
.filters {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 25px; }
  .filters .filters-select,
  .filters input {
    width: calc(33.3% - 10px);
    float: left;
    margin: 0 5px !important; }

/*TABLEAU ARCHIVE*/
.tableau_formations,
.tableau_formations.head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom: 1px solid #ededed !important;
  /*&:nth-of-type(2n) {
		background-color: $extralightblue;
	}*/ }
  .tableau_formations .tableau_formation_case,
  .tableau_formations.head .tableau_formation_case {
    /*border: 1px solid $lightgrey;*/
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 10%;
    padding: 10px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center; }
    .tableau_formations .tableau_formation_case p, .tableau_formations .tableau_formation_case .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title, .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tableau_formations .tableau_formation_case .tribe-events-title, .tableau_formations .tableau_formation_case a,
    .tableau_formations.head .tableau_formation_case p,
    .tableau_formations.head .tableau_formation_case .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title,
    .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tableau_formations.head .tableau_formation_case .tribe-events-title,
    .tableau_formations.head .tableau_formation_case a {
      margin: 0;
      height: 25px;
      text-decoration: none; }
    .tableau_formations .tableau_formation_case a,
    .tableau_formations.head .tableau_formation_case a {
      float: none;
      display: inline; }
    .tableau_formations .tableau_formation_case a.link_eye,
    .tableau_formations.head .tableau_formation_case a.link_eye {
      display: inline-block; }
  .tableau_formations .big_case,
  .tableau_formations.head .big_case {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    text-align: left;
    padding: 10px 25px; }
  .tableau_formations .middle_case,
  .tableau_formations.head .middle_case {
    width: 18%; }
  .tableau_formations .tiny_case,
  .tableau_formations.head .tiny_case {
    width: 7%; }
  .tableau_formations .case_date,
  .tableau_formations.head .case_date {
    color: #1A3E5D !important;
    font-weight: bold;
    font-size: 16px; }
  .tableau_formations .titre_tableau,
  .tableau_formations.head .titre_tableau {
    font-weight: 600;
    color: #9DADBA; }

.link_infos {
  color: #ffb600;
  font-size: 18px;
  padding-left: 5px;
  top: 1px;
  position: relative; }

.link_eye {
  background-image: url(img/icon-chevron-darkblue.svg);
  background-size: 100% 15px;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -999999px;
  width: 30px;
  display: inline-block; }
  .link_eye:hover, .link_eye:focus, .link_eye:active {
    background-image: url(img/icon-chevron-lightgrey.svg); }

.archive.search-results select,
.post-type-archive-catalogue_formations select,
.post-type-archive-agenda_formations select,
.template-searchresults-dorifor .form_dorifor_desktop select,
.tax-types_organismes_dorifor select,
.tax-domaine_dorifor select {
  width: 33%; }

.archive.search-results .container,
.post-type-archive-catalogue_formations .container,
.post-type-archive-agenda_formations .container,
.template-searchresults-dorifor .form_dorifor_desktop .container,
.tax-types_organismes_dorifor .container,
.tax-domaine_dorifor .container {
  padding: 35px 0; }

.archive.search-results .tableau_formation_description h3,
.post-type-archive-catalogue_formations .tableau_formation_description h3,
.post-type-archive-agenda_formations .tableau_formation_description h3,
.template-searchresults-dorifor .form_dorifor_desktop .tableau_formation_description h3,
.tax-types_organismes_dorifor .tableau_formation_description h3,
.tax-domaine_dorifor .tableau_formation_description h3 {
  font-weight: 700; }

.archive.search-results .fancybox-bg,
.post-type-archive-catalogue_formations .fancybox-bg,
.post-type-archive-agenda_formations .fancybox-bg,
.template-searchresults-dorifor .form_dorifor_desktop .fancybox-bg,
.tax-types_organismes_dorifor .fancybox-bg,
.tax-domaine_dorifor .fancybox-bg {
  background-color: rgba(26, 62, 93, 0.7) !important; }

.archive.search-results .tableau_formation_description,
.post-type-archive-catalogue_formations .tableau_formation_description,
.post-type-archive-agenda_formations .tableau_formation_description,
.template-searchresults-dorifor .form_dorifor_desktop .tableau_formation_description,
.tax-types_organismes_dorifor .tableau_formation_description,
.tax-domaine_dorifor .tableau_formation_description {
  width: 750px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  border-radius: 4px; }

.template-searchresults-dorifor .form_dorifor_desktop select {
  width: 100%; }

.pagination {
  margin: 25px auto; }

/*PAGE FORMULAIRE*/
.page-template-template-no-content-box .content_interne {
  margin-top: 50px; }

.page-template-template-no-content-box .container {
  padding: 50px 40px; }

.page-template-template-no-content-box .titre_form {
  padding-right: 0px !important;
  text-align: center; }

/*FORMULAIRE*/
body .gform_wrapper {
  margin: 50px auto !important;
  /*progressbar*/
  /*progress bar by steps*/
  /*fields*/ }
  body .gform_wrapper .gf_progressbar_title {
    text-align: center;
    margin-left: 0 !important; }
  body .gform_wrapper .gf_progressbar {
    background-color: transparent !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    width: 100% !important;
    border: none !important;
    padding: 10px 0 !important; }
    body .gform_wrapper .gf_progressbar:after {
      -webkit-box-shadow: none !important;
      box-shadow: none !important; }
  body .gform_wrapper .percentbar_blue {
    background-color: #00A08A !important; }
  body .gform_wrapper .gf_progressbar_percentage span {
    position: relative; }
  body .gform_wrapper .gf_page_steps {
    text-align: center; }
    body .gform_wrapper .gf_page_steps .gf_step_completed,
    body .gform_wrapper .gf_page_steps .gf_step_active {
      color: #006FAB;
      opacity: 1; }
  body .gform_wrapper ul.gform_fields {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  body .gform_wrapper .gfield.full {
    width: 100% !important; }
  body .gform_wrapper .gfield.mid_center {
    width: 100%;
    /*.callout_light {
			width: 33%;
			margin-left: 33%;
			@extend .callout;
			background: #ffffff;
			border: 1px solid $fourth-color !important;
		}*/ }
    body .gform_wrapper .gfield.mid_center .alerte-sur-mesure {
      width: 33%;
      margin-left: 33%;
      color: #9DADBA;
      font-size: 14px;
      padding: 0 16px;
      margin-top: -10px; }
  body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description.validation_message {
    position: absolute; }
  body .gform_wrapper li.hidden_label input {
    margin-top: 0 !important; }
  body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox,
  body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
    margin-top: 0;
    left: 0;
    margin: 0 !important; }
  body .gform_wrapper ul li.field_description_below li.gf_list_inline ul.gfield_checkbox li,
  body .gform_wrapper ul li.field_description_below li.gf_list_inline ul.gfield_radio li {
    margin: 0 8px 0 0; }
  body .gform_wrapper ul li.field_description_below + li.gsection {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0; }
  body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul.gfield_radio,
  body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul.gfield_radio {
    margin: 0 !important; }
    body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul.gfield_radio li,
    body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul.gfield_radio li {
      margin-right: 20px; }
  body .gform_wrapper .gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, body .gform_wrapper .gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
    padding-right: 16px !important; }
  body .gform_wrapper .field_description_below .gfield_description {
    /*padding-top: 0 !important;*/
    padding-top: 10px !important; }
  body .gform_wrapper li.gfield.form_mentions_legales {
    margin-top: 50px; }
  body .gform_wrapper .top_label .gfield_price div.ginput_container {
    height: 39px;
    height: 85px;
    padding: 6px 0; }
  body .gform_wrapper .top_label div.ginput_container_date {
    margin-top: 8px 0 !important; }
  body .gform_wrapper .gfield_checkbox li input,
  body .gform_wrapper .gfield_checkbox li input[type=checkbox],
  body .gform_wrapper .gfield_radio li input[type=radio] {
    vertical-align: inherit; }
  body .gform_wrapper .gfield_date_day,
  body .gform_wrapper .gfield_date_month,
  body .gform_wrapper .gfield_date_year,
  body .gform_wrapper .gfield_date_dropdown_day,
  body .gform_wrapper .gfield_date_dropdown_month,
  body .gform_wrapper .gfield_date_dropdown_year {
    margin-top: 0 !important;
    max-width: 33%;
    width: 33%; }
  body .gform_wrapper span.ginput_product_price {
    color: #006FAB !important; }
  body .gform_wrapper .top_label .gfield_price div.ginput_container {
    height: 39px;
    padding: 6px 0; }
  body .gform_wrapper label.gfield_label,
  body .gform_wrapper legend.gfield_label,
  body .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label {
    font-weight: normal !important;
    font-size: 14px !important; }
  body .gform_wrapper.gf_browser_chrome select,
  body .gform_wrapper.gf_browser_chrome input:not([type=submit]):not([type=button]) {
    padding: 7px 24px 7px 7px !important; }
  form body .gform_wrapper ul.gform_fields li.gfield.gfield_html ul.section_participant,
  body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul.section_participant {
    margin: 0 auto !important;
    text-align: left !important;
    background-color: #EFF6FA;
    border-radius: 4px;
    padding: 25px 4px 20px 20px;
    margin-bottom: 25px; }
    form body .gform_wrapper ul.gform_fields li.gfield.gfield_html ul.section_participant li,
    body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul.section_participant li {
      list-style: none !important; }
    form body .gform_wrapper ul.gform_fields li.gfield.gfield_html ul.section_participant .gsection,
    body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul.section_participant .gsection {
      margin-right: 16px; }
  body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul.gfield_checkbox,
  body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul.gfield_checkbox {
    margin: 16px 0 16px 0 !important; }
    body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul.gfield_checkbox li,
    body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul.gfield_checkbox li {
      margin: 0 10px 0 0; }
      body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul.gfield_checkbox li input,
      body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul.gfield_checkbox li input[type=checkbox],
      body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul.gfield_checkbox li input[type=radio],
      body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul.gfield_checkbox li input,
      body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul.gfield_checkbox li input[type=checkbox],
      body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul.gfield_checkbox li input[type=radio] {
        margin-right: 5px !important; }

/*modifs perso*/
.titre_form {
  width: 100%; }
  .titre_form h2 {
    color: #00A08A;
    margin-bottom: 15px; }
    .titre_form h2:after {
      content: "";
      display: inline-block;
      width: 55px;
      height: 2px;
      background: #00A08A;
      position: absolute;
      bottom: 15px;
      margin: 0 auto;
      text-align: center;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }

/*MESSAGES D'ERREUR*/
.gform_wrapper div.validation_error {
  color: #E05564 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  border: none !important;
  border-radius: 4px;
  background-color: rgba(224, 85, 100, 0.1); }

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  /*margin: 0 !important;*/
  border: none !important;
  background-color: rgba(224, 85, 100, 0) !important;
  padding-top: 0 !important;
  /*margin-top: 16px !important;*/ }
  .gform_wrapper li.gfield.gfield_error .gfield_label,
  .gform_wrapper li.gfield.gfield_error .validation_message,
  .gform_wrapper li.gfield.gfield_error div.ginput_complex.ginput_container label,
  .gform_wrapper li.gfield.gfield_error ul.gfield_checkbox,
  .gform_wrapper li.gfield.gfield_error ul.gfield_radio,
  .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .gfield_label,
  .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .validation_message,
  .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning div.ginput_complex.ginput_container label,
  .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning ul.gfield_checkbox,
  .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning ul.gfield_radio {
    color: #E05564; }
  .gform_wrapper li.gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type='file']),
  .gform_wrapper li.gfield.gfield_error textarea,
  .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type='file']),
  .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning textarea {
    border: 1px solid #E05564; }
  .gform_wrapper li.gfield.gfield_error div.ginput_container,
  .gform_wrapper li.gfield.gfield_error label.gfield_label,
  .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning div.ginput_container,
  .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning label.gfield_label {
    margin-top: 6px !important; }

.post-type-archive-catalogue_dorifor .filters .filters-select,
.post-type-archive-catalogue_dorifor .filters input,
.tax-types_organismes_dorifor .filters .filters-select,
.tax-types_organismes_dorifor .filters input,
.tax-domaine_dorifor .filters .filters-select,
.tax-domaine_dorifor .filters input,
.searchresults-dorifor .filters .filters-select,
.searchresults-dorifor .filters input,
.post-type-archive-questions .filters .filters-select,
.post-type-archive-questions .filters input,
.tax-categories_questions .filters .filters-select,
.tax-categories_questions .filters input {
  width: calc(33.3% - 10px); }

.post-type-archive-catalogue_dorifor .tableau_formations .tableau_formation_case,
.post-type-archive-catalogue_dorifor .tableau_formations.head .tableau_formation_case,
.tax-types_organismes_dorifor .tableau_formations .tableau_formation_case,
.tax-types_organismes_dorifor .tableau_formations.head .tableau_formation_case,
.tax-domaine_dorifor .tableau_formations .tableau_formation_case,
.tax-domaine_dorifor .tableau_formations.head .tableau_formation_case,
.searchresults-dorifor .tableau_formations .tableau_formation_case,
.searchresults-dorifor .tableau_formations.head .tableau_formation_case,
.post-type-archive-questions .tableau_formations .tableau_formation_case,
.post-type-archive-questions .tableau_formations.head .tableau_formation_case,
.tax-categories_questions .tableau_formations .tableau_formation_case,
.tax-categories_questions .tableau_formations.head .tableau_formation_case {
  text-align: left; }

.post-type-archive-catalogue_dorifor .tableau_formations .middle_case,
.post-type-archive-catalogue_dorifor .tableau_formations.head .middle_case,
.tax-types_organismes_dorifor .tableau_formations .middle_case,
.tax-types_organismes_dorifor .tableau_formations.head .middle_case,
.tax-domaine_dorifor .tableau_formations .middle_case,
.tax-domaine_dorifor .tableau_formations.head .middle_case,
.searchresults-dorifor .tableau_formations .middle_case,
.searchresults-dorifor .tableau_formations.head .middle_case,
.post-type-archive-questions .tableau_formations .middle_case,
.post-type-archive-questions .tableau_formations.head .middle_case,
.tax-categories_questions .tableau_formations .middle_case,
.tax-categories_questions .tableau_formations.head .middle_case {
  /*width: 20% !important;*/
  width: 30% !important; }
  .post-type-archive-catalogue_dorifor .tableau_formations .middle_case p, .post-type-archive-catalogue_dorifor .tableau_formations .middle_case .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title, .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .post-type-archive-catalogue_dorifor .tableau_formations .middle_case .tribe-events-title,
  .post-type-archive-catalogue_dorifor .tableau_formations.head .middle_case p,
  .post-type-archive-catalogue_dorifor .tableau_formations.head .middle_case .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title,
  .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .post-type-archive-catalogue_dorifor .tableau_formations.head .middle_case .tribe-events-title,
  .tax-types_organismes_dorifor .tableau_formations .middle_case p,
  .tax-types_organismes_dorifor .tableau_formations .middle_case .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title,
  .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tax-types_organismes_dorifor .tableau_formations .middle_case .tribe-events-title,
  .tax-types_organismes_dorifor .tableau_formations.head .middle_case p,
  .tax-types_organismes_dorifor .tableau_formations.head .middle_case .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title,
  .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tax-types_organismes_dorifor .tableau_formations.head .middle_case .tribe-events-title,
  .tax-domaine_dorifor .tableau_formations .middle_case p,
  .tax-domaine_dorifor .tableau_formations .middle_case .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title,
  .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tax-domaine_dorifor .tableau_formations .middle_case .tribe-events-title,
  .tax-domaine_dorifor .tableau_formations.head .middle_case p,
  .tax-domaine_dorifor .tableau_formations.head .middle_case .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title,
  .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tax-domaine_dorifor .tableau_formations.head .middle_case .tribe-events-title,
  .searchresults-dorifor .tableau_formations .middle_case p,
  .searchresults-dorifor .tableau_formations .middle_case .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title,
  .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .searchresults-dorifor .tableau_formations .middle_case .tribe-events-title,
  .searchresults-dorifor .tableau_formations.head .middle_case p,
  .searchresults-dorifor .tableau_formations.head .middle_case .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title,
  .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .searchresults-dorifor .tableau_formations.head .middle_case .tribe-events-title,
  .post-type-archive-questions .tableau_formations .middle_case p,
  .post-type-archive-questions .tableau_formations .middle_case .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title,
  .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .post-type-archive-questions .tableau_formations .middle_case .tribe-events-title,
  .post-type-archive-questions .tableau_formations.head .middle_case p,
  .post-type-archive-questions .tableau_formations.head .middle_case .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title,
  .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .post-type-archive-questions .tableau_formations.head .middle_case .tribe-events-title,
  .tax-categories_questions .tableau_formations .middle_case p,
  .tax-categories_questions .tableau_formations .middle_case .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title,
  .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tax-categories_questions .tableau_formations .middle_case .tribe-events-title,
  .tax-categories_questions .tableau_formations.head .middle_case p,
  .tax-categories_questions .tableau_formations.head .middle_case .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title,
  .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tax-categories_questions .tableau_formations.head .middle_case .tribe-events-title {
    font-size: 14px; }

.post-type-archive-catalogue_dorifor select {
  width: 100%; }

.post-type-archive-catalogue_dorifor .container {
  padding: 35px 0; }

.post-type-archive-catalogue_dorifor .tableau_formation_description h3 {
  font-weight: 700; }

.post-type-archive-catalogue_dorifor .fancybox-bg {
  background-color: rgba(26, 62, 93, 0.7) !important; }

.post-type-archive-catalogue_dorifor .tableau_formation_description {
  width: 750px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  border-radius: 4px; }

.pagination {
  margin: 25px auto; }

aside.form_dorifor_mobile,
.aside.form_dorifor_mobile {
  display: none !important;
  padding: 20px 25px 0px 25px; }
  aside.form_dorifor_mobile .searchandfilter > ul > li.sf-field-search,
  .aside.form_dorifor_mobile .searchandfilter > ul > li.sf-field-search {
    width: 75%; }
  aside.form_dorifor_mobile .searchandfilter > ul > li.sf-field-submit,
  .aside.form_dorifor_mobile .searchandfilter > ul > li.sf-field-submit {
    width: 25%; }

.post-type-archive-catalogue_dorifor .content_interne,
.post-type-archive-catalogue_dorifor aside,
.tax-types_organismes_dorifor .content_interne,
.tax-types_organismes_dorifor aside,
.tax-domaine_dorifor .content_interne,
.tax-domaine_dorifor aside,
.searchresults-dorifor .content_interne,
.searchresults-dorifor aside,
.post-type-archive-questions .content_interne,
.post-type-archive-questions aside,
.tax-categories_questions .content_interne,
.tax-categories_questions aside {
  margin: 0 0 20px 0 !important; }

.post-type-archive-catalogue_dorifor .bloc_content,
.tax-types_organismes_dorifor .bloc_content,
.tax-domaine_dorifor .bloc_content,
.searchresults-dorifor .bloc_content,
.post-type-archive-questions .bloc_content,
.tax-categories_questions .bloc_content {
  padding: 35px 20px; }

.post-type-archive-catalogue_dorifor .container_interne_row,
.tax-types_organismes_dorifor .container_interne_row,
.tax-domaine_dorifor .container_interne_row,
.searchresults-dorifor .container_interne_row,
.post-type-archive-questions .container_interne_row,
.tax-categories_questions .container_interne_row {
  margin-top: -120px; }

.post-type-archive-catalogue_dorifor .tableau_formations p, .post-type-archive-catalogue_dorifor .tableau_formations .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title, .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .post-type-archive-catalogue_dorifor .tableau_formations .tribe-events-title, .post-type-archive-catalogue_dorifor .tableau_formations a,
.post-type-archive-catalogue_dorifor .tableau_formations.head p,
.post-type-archive-catalogue_dorifor .tableau_formations.head .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title,
.tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .post-type-archive-catalogue_dorifor .tableau_formations.head .tribe-events-title,
.post-type-archive-catalogue_dorifor .tableau_formations.head a,
.tax-types_organismes_dorifor .tableau_formations p,
.tax-types_organismes_dorifor .tableau_formations .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title,
.tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tax-types_organismes_dorifor .tableau_formations .tribe-events-title,
.tax-types_organismes_dorifor .tableau_formations a,
.tax-types_organismes_dorifor .tableau_formations.head p,
.tax-types_organismes_dorifor .tableau_formations.head .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title,
.tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tax-types_organismes_dorifor .tableau_formations.head .tribe-events-title,
.tax-types_organismes_dorifor .tableau_formations.head a,
.tax-domaine_dorifor .tableau_formations p,
.tax-domaine_dorifor .tableau_formations .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title,
.tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tax-domaine_dorifor .tableau_formations .tribe-events-title,
.tax-domaine_dorifor .tableau_formations a,
.tax-domaine_dorifor .tableau_formations.head p,
.tax-domaine_dorifor .tableau_formations.head .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title,
.tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tax-domaine_dorifor .tableau_formations.head .tribe-events-title,
.tax-domaine_dorifor .tableau_formations.head a,
.searchresults-dorifor .tableau_formations p,
.searchresults-dorifor .tableau_formations .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title,
.tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .searchresults-dorifor .tableau_formations .tribe-events-title,
.searchresults-dorifor .tableau_formations a,
.searchresults-dorifor .tableau_formations.head p,
.searchresults-dorifor .tableau_formations.head .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title,
.tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .searchresults-dorifor .tableau_formations.head .tribe-events-title,
.searchresults-dorifor .tableau_formations.head a,
.post-type-archive-questions .tableau_formations p,
.post-type-archive-questions .tableau_formations .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title,
.tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .post-type-archive-questions .tableau_formations .tribe-events-title,
.post-type-archive-questions .tableau_formations a,
.post-type-archive-questions .tableau_formations.head p,
.post-type-archive-questions .tableau_formations.head .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title,
.tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .post-type-archive-questions .tableau_formations.head .tribe-events-title,
.post-type-archive-questions .tableau_formations.head a,
.tax-categories_questions .tableau_formations p,
.tax-categories_questions .tableau_formations .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title,
.tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tax-categories_questions .tableau_formations .tribe-events-title,
.tax-categories_questions .tableau_formations a,
.tax-categories_questions .tableau_formations.head p,
.tax-categories_questions .tableau_formations.head .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title,
.tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tax-categories_questions .tableau_formations.head .tribe-events-title,
.tax-categories_questions .tableau_formations.head a {
  min-height: 25px;
  height: auto; }

/* FORMULAIRE */
.searchandfilter ul {
  margin-left: 0;
  width: 100%; }

.searchandfilter input, .searchandfilter label {
  width: 100%; }

.search-filter-scroll-loading {
  display: block;
  margin: 25px auto 0 auto;
  text-align: center; }
  .search-filter-scroll-loading:last-child {
    display: none; }

/*FORMULAIRE HP*/
.searchandfilter h4 {
  padding: 5px 0; }

.searchandfilter > ul > li {
  padding: 2px 0 10px 0; }

.searchandfilter .chosen-container-single {
  width: 100% !important; }
  .searchandfilter .chosen-container-single .chosen-single {
    border: 1px solid #e0dede;
    background: #ffffff;
    border-radius: 3px;
    padding: 7px 0 7px 8px; }
    .searchandfilter .chosen-container-single .chosen-single div b {
      background-position: 0 10px; }

.searchandfilter .chosen-container-single .chosen-drop li.active-result.sf-level-1 {
  color: #929292;
  padding-left: 20px; }
  .searchandfilter .chosen-container-single .chosen-drop li.active-result.sf-level-1:before {
    content: '-';
    width: 5px;
    height: 5px;
    display: inline-block;
    color: #929292;
    margin-left: -12px; }

.searchandfilter .chosen-container-single .chosen-drop li.active-result.sf-level-2 {
  color: #929292;
  padding-left: 45px; }
  .searchandfilter .chosen-container-single .chosen-drop li.active-result.sf-level-2:before {
    content: '-';
    width: 5px;
    height: 5px;
    display: inline-block;
    color: #929292;
    margin-left: -22px; }

.searchandfilter .chosen-container .chosen-results li.highlighted {
  background-color: #e3f1f9;
  color: inherit;
  background-image: none; }

.searchandfilter .chosen-container-active.chosen-with-drop .chosen-single {
  background-color: #ffffff; }

.searchandfilter .chosen-container .chosen-drop {
  border: 1px solid #e0dede; }

.searchandfilter .sf-field-submit {
  margin-top: 10px; }

.searchandfilter .sf-field-reset {
  text-align: center; }

.searchandfilter input[type='submit'] {
  margin: 0 !important; }

.home .section_form_dorifor_hp {
  margin-bottom: 10px;
  margin-top: 0; }
  .home .section_form_dorifor_hp .aside {
    /*box-shadow: 0 5px 10px rgba(#000000, .17);*/
    padding: 0 !important;
    background-color: transparent !important;
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
  .home .section_form_dorifor_hp .searchandfilter {
    width: 85%;
    float: left; }
  .home .section_form_dorifor_hp .ta_center {
    width: 15%;
    display: inline-block; }
    .home .section_form_dorifor_hp .ta_center a {
      font-size: 14px; }

.home .searchandfilter > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  .home .searchandfilter > ul > li {
    width: 25%;
    padding: 5px; }
    .home .searchandfilter > ul > li .chosen-container {
      width: 100% !important; }

.home .form_dorifor_desktop {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* PAGE DE RESULTATS */
.form_dorifor_mobile .accordion {
  margin: 20px 0; }
  .form_dorifor_mobile .accordion a {
    font-size: 18px; }
  .form_dorifor_mobile .accordion .content.active {
    padding: 0; }
  .form_dorifor_mobile .accordion #search-filter-form-23198 li,
  .form_dorifor_mobile .accordion #search-filter-form-26995 li {
    width: 100%; }

select.sf-input-select  {
  width: 100% !important;
  border: 1px solid red; }

/* ARCHIVE TYPE ORGANISMES, DOMAINES */
.tax-types_organismes_dorifor .tableau_formations .tableau_formation_case p, .tax-types_organismes_dorifor .tableau_formations .tableau_formation_case .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title, .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tax-types_organismes_dorifor .tableau_formations .tableau_formation_case .tribe-events-title, .tax-types_organismes_dorifor .tableau_formations .tableau_formation_case a,
.tax-types_organismes_dorifor .tableau_formations.head .tableau_formation_case p,
.tax-types_organismes_dorifor .tableau_formations.head .tableau_formation_case .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title,
.tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tax-types_organismes_dorifor .tableau_formations.head .tableau_formation_case .tribe-events-title,
.tax-types_organismes_dorifor .tableau_formations.head .tableau_formation_case a,
.tax-domaine_dorifor .tableau_formations .tableau_formation_case p,
.tax-domaine_dorifor .tableau_formations .tableau_formation_case .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title,
.tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tax-domaine_dorifor .tableau_formations .tableau_formation_case .tribe-events-title,
.tax-domaine_dorifor .tableau_formations .tableau_formation_case a,
.tax-domaine_dorifor .tableau_formations.head .tableau_formation_case p,
.tax-domaine_dorifor .tableau_formations.head .tableau_formation_case .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title,
.tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tax-domaine_dorifor .tableau_formations.head .tableau_formation_case .tribe-events-title,
.tax-domaine_dorifor .tableau_formations.head .tableau_formation_case a {
  height: inherit; }

.dorifor_error_message {
  margin: 15px 0; }

.gridDorifor .dorifor_error_message:not(:first-child) {
  display: none; }

.tableau_formation_case.middle_case.dorifor_error_message ~ * {
  display: none; }

.post-type-archive-tribe_events .tribe-events-pg-template,
.single-tribe_venue .tribe-events-pg-template,
.archive.tag.tribe-is-responsive .tribe-events-pg-template {
  margin-top: 27px; }

.tribe-events-sub-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/*.seance_tag_box {
	display: block;
	.seance_tag {
		display: inline-block;
		border: 1px solid $lightgrey;
		border-radius: 4px;
		padding: 0 5px 2px 5px;
		margin: 0 3px 3px 0;

		img {
			height: 15px;
			width: auto;
			display: inline-block;
		}
	}
}*/
.tribe-mini-calendar-grid-wrapper {
  margin-bottom: 35px !important; }

.tribe-mini-calendar-list-wrapper {
  /*display: none;*/
  /* avant la liste d'event de ce mois ci */
  /* avant l'event selectionné sur le calendar */ }
  .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event {
    /*border: 1px solid grey;*/
    padding: 5px 0;
    margin-bottom: 10px; }
    .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .list-date {
      margin-bottom: 0; }
    .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title a {
      text-decoration: none; }
    .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-duration {
      display: none; }
  .tribe-mini-calendar-list-wrapper .tribe-events-first:before {
    content: "Ce mois-ci :";
    display: block;
    width: 100%;
    height: auto; }
  .tribe-mini-calendar-list-wrapper .tribe-events-first.tribe-events-last:before {
    content: "Ce mois-ci :";
    display: block;
    width: 100%;
    height: auto; }

.tribe-mini-calendar-no-event {
  color: #9DADBA; }

.tribe-events-has-events a {
  color: #9DADBA;
  font-weight: 400 !important; }

#tribe-events-content .tribe-events-loop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  /*lien plsu d'infos vers dorifor*/ }
  #tribe-events-content .tribe-events-loop .tribe-events-list-separator-month {
    text-align: center;
    display: block;
    width: 100%;
    overflow: hidden;
    display: none; }
    #tribe-events-content .tribe-events-loop .tribe-events-list-separator-month span {
      margin-top: 25px;
      display: block;
      text-transform: capitalize; }
  #tribe-events-content .tribe-events-loop .type-tribe_events {
    float: left;
    position: relative;
    border-radius: 4px;
    height: 100%;
    background-color: #ffffff;
    width: 48%;
    margin: 1%;
    padding: 25px 15px !important;
    height: auto; }
    #tribe-events-content .tribe-events-loop .type-tribe_events:nth-child(2n) {
      clear: left; }
    #tribe-events-content .tribe-events-loop .type-tribe_events .tribe-events-list-event-title .tribe-event-url {
      text-decoration: none; }
  #tribe-events-content .tribe-events-loop .tribe-event-url {
    font-size: 14px; }

.tribe-events-read-more,
.tribe-events-ical,
#tribe-events-header {
  display: none; }

#tribe-events-footer {
  text-align: center;
  display: block;
  width: 100%;
  overflow: hidden;
  margin-top: 25px; }

/*calendar*/
.tribe-mini-calendar td,
.tribe-mini-calendar th,
.tribe-mini-calendar .tribe-mini-calendar-nav,
.tribe-mini-calendar tbody {
  border: none !important; }

.tribe-mini-calendar tbody tr:nth-child(even),
.tribe-mini-calendar .tribe-mini-calendar-nav {
  background-color: #ffffff; }

.tribe-mini-calendar .tribe-mini-calendar-nav {
  border-bottom: 1px solid #e3e3e3 !important;
  padding-bottom: 10px; }
  .tribe-mini-calendar .tribe-mini-calendar-nav span {
    text-transform: capitalize;
    font-size: 18px; }
  .tribe-mini-calendar .tribe-mini-calendar-nav .tribe-mini-calendar-dayofweek {
    color: #798a97; }
  .tribe-mini-calendar .tribe-mini-calendar-nav tr {
    height: 40px; }
  .tribe-mini-calendar .tribe-mini-calendar-nav td div {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .tribe-mini-calendar .tribe-mini-calendar-nav .tribe-mini-calendar-nav-link {
    text-decoration: none; }

.tribe-events-has-events a {
  position: relative; }

.tribe-events-has-events .tribe-mini-calendar-day-link:before {
  bottom: -5px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #006FAB !important; }

.tribe-events-has-events.tribe-events-past .tribe-mini-calendar-day-link:before {
  background: #9DADBA !important; }

a.tribe-mini-calendar-day-link {
  pointer-events: none; }

.tribe-events-event-meta dt,
.tribe-events-event-categories-label,
.tribe-events-back,
.single-tribe_events #tribe-events-content .tribe-events-loop,
.tribe-events-schedule dt {
  display: none; }

.tribe-events-loop .tribe-events-event-meta dd {
  margin-left: 0; }

.tribe-events-event-meta:first-child {
  border-top: none; }

.post-type-archive-tribe_events .tribe-events-event-meta a:not(.tribe-event-url),
.single-tribe_venue .tribe-events-event-meta a:not(.tribe-event-url),
.archive.tag.tribe-is-responsive .tribe-events-event-meta a:not(.tribe-event-url) {
  color: #798a97;
  font-size: 15px;
  text-decoration: none; }

.single-tribe_events .tribe-events-event-categories,
.single-tribe_events .event_meta_details_element {
  color: #798a97; }
  .single-tribe_events .tribe-events-event-categories a,
  .single-tribe_events .event_meta_details_element a {
    color: #798a97;
    font-size: 15px;
    text-decoration: none; }
  .single-tribe_events .tribe-events-event-categories a.btn, .single-tribe_events .tribe-events-event-categories a.btn_secondary, .single-tribe_events .tribe-events-event-categories a.btn-line, .single-tribe_events .tribe-events-event-categories a.btn_secondary-line, .single-tribe_events .tribe-events-event-categories a.btn_white,
  .single-tribe_events .tribe-events-event-categories .intro_interne a.search-submit, .intro_interne .single-tribe_events .tribe-events-event-categories a.search-submit, .single-tribe_events .tribe-events-event-categories .gform_wrapper .gform_page_footer a.button.gform_next_button, .gform_wrapper .gform_page_footer .single-tribe_events .tribe-events-event-categories a.button.gform_next_button,
  .single-tribe_events .tribe-events-event-categories a.button.gform_button, .single-tribe_events .tribe-events-event-categories .nav_full a.menu-item-has-children, .nav_full .single-tribe_events .tribe-events-event-categories a.menu-item-has-children, .single-tribe_events .tribe-events-event-categories #menu-nav-sidebar li a, #menu-nav-sidebar li .single-tribe_events .tribe-events-event-categories a, .single-tribe_events .tribe-events-event-categories a._sf_submit, .single-tribe_events .tribe-events-event-categories .tribe-events-event-url a, .tribe-events-event-url .single-tribe_events .tribe-events-event-categories a,
  .single-tribe_events .event_meta_details_element a.btn,
  .single-tribe_events .event_meta_details_element a.btn_secondary,
  .single-tribe_events .event_meta_details_element a.btn-line,
  .single-tribe_events .event_meta_details_element a.btn_secondary-line,
  .single-tribe_events .event_meta_details_element a.btn_white,
  .single-tribe_events .event_meta_details_element .intro_interne a.search-submit,
  .intro_interne .single-tribe_events .event_meta_details_element a.search-submit,
  .single-tribe_events .event_meta_details_element .gform_wrapper .gform_page_footer a.button.gform_next_button,
  .gform_wrapper .gform_page_footer .single-tribe_events .event_meta_details_element a.button.gform_next_button,
  .single-tribe_events .event_meta_details_element a.button.gform_button,
  .single-tribe_events .event_meta_details_element .nav_full a.menu-item-has-children,
  .nav_full .single-tribe_events .event_meta_details_element a.menu-item-has-children,
  .single-tribe_events .event_meta_details_element #menu-nav-sidebar li a,
  #menu-nav-sidebar li .single-tribe_events .event_meta_details_element a,
  .single-tribe_events .event_meta_details_element a._sf_submit,
  .single-tribe_events .event_meta_details_element .tribe-events-event-url a,
  .tribe-events-event-url .single-tribe_events .event_meta_details_element a {
    color: #ffffff; }
    .single-tribe_events .tribe-events-event-categories a.btn:hover, .single-tribe_events .tribe-events-event-categories a.btn_secondary:hover, .single-tribe_events .tribe-events-event-categories a.btn-line:hover, .single-tribe_events .tribe-events-event-categories a.btn_secondary-line:hover, .single-tribe_events .tribe-events-event-categories a.btn_white:hover,
    .single-tribe_events .tribe-events-event-categories .intro_interne a.search-submit:hover, .intro_interne .single-tribe_events .tribe-events-event-categories a.search-submit:hover, .single-tribe_events .tribe-events-event-categories .gform_wrapper .gform_page_footer a.button.gform_next_button:hover, .gform_wrapper .gform_page_footer .single-tribe_events .tribe-events-event-categories a.button.gform_next_button:hover,
    .single-tribe_events .tribe-events-event-categories a.button.gform_button:hover, .single-tribe_events .tribe-events-event-categories .nav_full a.menu-item-has-children:hover, .nav_full .single-tribe_events .tribe-events-event-categories a.menu-item-has-children:hover, .single-tribe_events .tribe-events-event-categories #menu-nav-sidebar li a:hover, #menu-nav-sidebar li .single-tribe_events .tribe-events-event-categories a:hover, .single-tribe_events .tribe-events-event-categories a._sf_submit:hover, .single-tribe_events .tribe-events-event-categories .tribe-events-event-url a:hover, .tribe-events-event-url .single-tribe_events .tribe-events-event-categories a:hover,
    .single-tribe_events .event_meta_details_element a.btn:hover,
    .single-tribe_events .event_meta_details_element a.btn_secondary:hover,
    .single-tribe_events .event_meta_details_element a.btn-line:hover,
    .single-tribe_events .event_meta_details_element a.btn_secondary-line:hover,
    .single-tribe_events .event_meta_details_element a.btn_white:hover,
    .single-tribe_events .event_meta_details_element .intro_interne a.search-submit:hover,
    .intro_interne .single-tribe_events .event_meta_details_element a.search-submit:hover,
    .single-tribe_events .event_meta_details_element .gform_wrapper .gform_page_footer a.button.gform_next_button:hover,
    .gform_wrapper .gform_page_footer .single-tribe_events .event_meta_details_element a.button.gform_next_button:hover,
    .single-tribe_events .event_meta_details_element a.button.gform_button:hover,
    .single-tribe_events .event_meta_details_element .nav_full a.menu-item-has-children:hover,
    .nav_full .single-tribe_events .event_meta_details_element a.menu-item-has-children:hover,
    .single-tribe_events .event_meta_details_element #menu-nav-sidebar li a:hover,
    #menu-nav-sidebar li .single-tribe_events .event_meta_details_element a:hover,
    .single-tribe_events .event_meta_details_element a._sf_submit:hover,
    .single-tribe_events .event_meta_details_element .tribe-events-event-url a:hover,
    .tribe-events-event-url .single-tribe_events .event_meta_details_element a:hover {
      color: #006FAB; }

.tribe-events-event-categories {
  color: #798a97; }

.tribe-events-meta-group-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }
  .tribe-events-meta-group-details h3 {
    width: 100%; }
  .tribe-events-meta-group-details * {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }

.tribe-event-tags a {
  display: inline-block;
  float: none; }

.tribe-events-notices {
  padding: 8px 35px; }
  .tribe-events-notices ul {
    margin: 0 auto !important; }
    .tribe-events-notices ul li {
      text-align: center; }

#ajax-loading-mini {
  display: block;
  position: absolute;
  top: 10px;
  height: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.tribe-events-venue-details .fa {
  color: #798a97;
  font-size: 16px;
  margin-right: 5px; }

.tag_cloud_container,
.end_of_list {
  overflow: hidden;
  margin: 1%; }

.tag_link_seances_infos {
  display: inline-block;
  float: left; }
  .tag_link_seances_infos a {
    color: #798a97;
    font-size: 14px;
    border: 1px solid #9DADBA;
    padding: 5px 7px;
    text-decoration: none;
    border-radius: 4px;
    margin-right: 10px;
    background-color: #ffffff; }
    .tag_link_seances_infos a:hover {
      color: #7bb8f3;
      border: 1px solid #7bb8f3;
      background-color: aliceblue; }
  .tag_link_seances_infos .fa {
    margin-right: 3px; }
  .tag_link_seances_infos .fa-heart {
    color: #E6762C; }
  .tag_link_seances_infos .fa-female {
    color: #E05564; }
  .tag_link_seances_infos .fa-bullhorn {
    color: #3AAB4B; }
  .tag_link_seances_infos .fa-times {
    color: #DC4043; }

.no_list.listing_tags_seances_infos, .tribe-events-notices ul.listing_tags_seances_infos {
  margin-top: 15px;
  margin-left: 0 !important;
  overflow: hidden; }

body:not(.events-category) aside#filters .cat-item a.all_categories {
  background-color: inherit;
  border: inherit;
  color: #006FAB; }

/*venue*/
.single-tribe_venue .tribe-events-venue-meta {
  display: none; }

.single-tribe_venue #tribe-events-content.tribe-events-list {
  display: none; }

.single-tribe_venue #tribe-events #tribe-events-content.tribe-events-list {
  display: block; }

/*RESPONSIVE SEANCES INFOS*/
@media screen and (max-width: 1240px) {
  .post-type-archive-tribe_events .large-4,
  .archive.tag.tribe-is-responsive .large-4 {
    width: 400px; }
  .post-type-archive-tribe_events .large-8,
  .archive.tag.tribe-is-responsive .large-8 {
    width: calc(100% - 400px); } }

@media screen and (min-width: 1024px) {
  .mobile_show {
    display: none; } }

@media screen and (max-width: 1024px) {
  .post-type-archive-tribe_events .large-4,
  .archive.tag.tribe-is-responsive .large-4 {
    width: 100%; }
  .post-type-archive-tribe_events .large-8,
  .archive.tag.tribe-is-responsive .large-8 {
    width: 100%; }
  .container_interne_row {
    margin-top: -150px; }
  .post-type-archive-tribe_events aside,
  .archive.tag.tribe-is-responsive aside {
    width: 100%;
    margin: 20px 0;
    height: auto; }
  .mobile_hide {
    display: none; }
  .mobile_show {
    display: block; }
  .post-type-archive-tribe_events .tribe-events-pg-template,
  .single-tribe_venue .tribe-events-pg-template {
    margin-top: 0; } }

@media screen and (max-width: 820px) {
  .tribe-events-list .type-tribe_events .tribe-events-list-event-title {
    font-size: 18px; } }

@media screen and (max-width: 680px) {
  #tribe-events-content .tribe-events-loop .type-tribe_events {
    float: none;
    width: 100%;
    margin: 1% 0; }
  .tag_cloud_container,
  .end_of_list {
    margin: 1% 0; } }

@media screen and (max-width: 520px) {
  .tribe-events-sub-nav {
    display: block; }
  #tribe-events-content ul.tribe-events-sub-nav li {
    display: block;
    width: 100%; } }

.seance_info_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .seance_info_container .vignette_seance_info {
    float: left;
    position: relative;
    border-radius: 4px;
    height: 100%;
    background-color: #ffffff;
    width: 48%;
    margin: 1%;
    padding: 25px 15px !important;
    height: auto; }
    .seance_info_container .vignette_seance_info:nth-child(2n) {
      clear: left; }
  .seance_info_container .vignette_seance_info_date {
    color: #1A3E5D;
    font-size: 18px; }
  .seance_info_container .vignette_seance_info_categories a {
    color: #798a97;
    font-size: 15px;
    text-decoration: none; }

.more_seance_infos_dorifor {
  margin: 25px 0; }
  .more_seance_infos_dorifor div {
    background-color: #FAFAFA;
    padding: 20px 15px;
    margin: 15px 0; }

@media screen and (max-width: 785px) {
  .seance_info_container .vignette_seance_info {
    width: 100%;
    margin: 1% 0; }
  .end_of_list {
    margin: 1% 0; } }

html {
  overflow-x: hidden !important; }

.grecaptcha-badge {
  z-index: 9999; }

.section_events_actus {
  margin-bottom: 100px; }
  .section_events_actus .listing_events {
    background-color: #ffffff;
    padding: 0;
    margin: 20px 0;
    overflow: hidden; }
    .section_events_actus .listing_events .event {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 20px 20px;
      border-bottom: 2px solid #EFF6FA; }
      .section_events_actus .listing_events .event .event_date {
        display: inline-block;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        font-family: 'space_grotesklight', sans-serif;
        font-size: 32px;
        color: #006FAB;
        width: 100%;
        min-width: 80px;
        max-width: 80px; }
      .section_events_actus .listing_events .event .event_infos {
        display: inline-block;
        padding: 0 15px;
        -webkit-box-flex: 4;
        -ms-flex-positive: 4;
        flex-grow: 4; }
    .section_events_actus .listing_events .ta_center {
      margin: 50px 0; }
  .section_events_actus .actu {
    position: relative;
    width: 50%;
    float: left;
    padding-bottom: 20px;
    /*LA PREMIERE ACTU*/ }
    .section_events_actus .actu .actus_inside {
      background-color: #ffffff;
      /*padding: 0 15px 15px 15px;*/
      -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.17);
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.17);
      border-radius: 4px;
      height: 100%; }
    .section_events_actus .actu .actu_box_photo {
      display: block;
      height: 200px;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
    .section_events_actus .actu .actu_box_infos {
      position: relative;
      padding: 20px;
      background-color: #ffffff;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px; }
      .section_events_actus .actu .actu_box_infos h3 {
        font-size: 24px;
        font-family: 'space_grotesksemibold', sans-serif; }
    .section_events_actus .actu:nth-child(2) {
      width: 100%;
      margin-bottom: 25px;
      padding: 0 0 10px 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .section_events_actus .actu:nth-child(2) .actu_box_infos {
        padding: 15px 20px;
        background-color: transparent; }
      .section_events_actus .actu:nth-child(2) .actu_box_photo {
        height: 350px; }
      .section_events_actus .actu:nth-child(2) h3 {
        font-size: 30px; }
    .section_events_actus .actu:nth-child(5) {
      clear: both; }

.flex_actus_hp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.section_events_actus .actu:nth-child(3),
.section_events_actus .actu:nth-child(5) {
  padding-right: 10px; }

.section_events_actus .actu:nth-child(4),
.section_events_actus .actu:nth-child(6) {
  padding-left: 10px; }

.section_centres {
  padding: 50px 0; }

/*PAGE INTERNE*/
.bloc_photo {
  height: 310px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }

.bloc_content {
  padding: 35px 65px 120px 65px;
  margin-bottom: 100px;
  position: relative;
  overflow: hidden; }

.content_interne main,
.bloc_photo {
  border-radius: 5px; }

.page main ul,
.single main ul {
  list-style: none;
  margin-left: 40px;
  margin-bottom: 1rem; }
  .page main ul li ,
  .single main ul li  {
    /*border: 1px solid red;*/
    display: block;
    position: relative; }
  .page main ul li:before,
  .single main ul li:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    top: 0px;
    position: absolute;
    left: -40px;
    background-size: contain;
    background-image: url(img/check-blue.svg);
    background-repeat: no-repeat; }
  .page main ul ul,
  .single main ul ul {
    left: 30px;
    margin-bottom: 0; }
    .page main ul ul li:before,
    .single main ul ul li:before {
      width: 15px;
      height: 15px;
      top: 5px;
      left: -30px;
      /*background-image: none;
				width: 10px;
				height: 10px;
				background-color: $fourth-color;
				border-radius: 50px;
				top: 20px;
				left: -20px;*/ }

.page main .btn, .page main .btn_secondary, .page main .btn-line, .page main .btn_secondary-line, .page main .btn_white,
.page main .intro_interne .search-submit, .intro_interne .page main .search-submit, .page main .gform_wrapper .gform_page_footer .button.gform_next_button, .gform_wrapper .gform_page_footer .page main .button.gform_next_button,
.page main .button.gform_button, .page main .nav_full .menu-item-has-children, .nav_full .page main .menu-item-has-children, .page main #menu-nav-sidebar li a, #menu-nav-sidebar li .page main a, .page main ._sf_submit, .page main .searchandfilter input[type='submit'], .searchandfilter .page main input[type='submit'], .page main .tribe-events-event-url a, .tribe-events-event-url .page main a,
.single main .btn,
.single main .btn_secondary,
.single main .btn-line,
.single main .btn_secondary-line,
.single main .btn_white,
.single main .intro_interne .search-submit,
.intro_interne .single main .search-submit,
.single main .gform_wrapper .gform_page_footer .button.gform_next_button,
.gform_wrapper .gform_page_footer .single main .button.gform_next_button,
.single main .button.gform_button,
.single main .nav_full .menu-item-has-children,
.nav_full .single main .menu-item-has-children,
.single main #menu-nav-sidebar li a,
#menu-nav-sidebar li .single main a,
.single main ._sf_submit,
.single main .searchandfilter input[type='submit'],
.searchandfilter .single main input[type='submit'],
.single main .tribe-events-event-url a,
.tribe-events-event-url .single main a {
  margin-bottom: 25px; }

aside {
  margin: 35px 0; }

.callout {
  border: 1px solid rgba(185, 71, 129, 0.25);
  border-radius: 4px;
  color: #1A3E5D;
  margin: 25px 0 25px 0px; }

/*ARCHIVE BLOG*/
.grid,
.gridBlog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*height: auto !important;*/ }

.grid {
  height: auto; }

.listing_blog {
  padding: 50px 0; }
  .listing_blog .columns {
    padding: 0.9375rem; }

.section_actus .actu .actus_inside,
.vignette_blog {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0); }
  .section_actus .actu .actus_inside:hover, .section_actus .actu .actus_inside:focus, .section_actus .actu .actus_inside:active,
  .vignette_blog:hover,
  .vignette_blog:focus,
  .vignette_blog:active {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); }
  .section_actus .actu .actus_inside.sidebar_blog:hover, .section_actus .actu .actus_inside.sidebar_blog:focus, .section_actus .actu .actus_inside.sidebar_blog:active,
  .vignette_blog.sidebar_blog:hover,
  .vignette_blog.sidebar_blog:focus,
  .vignette_blog.sidebar_blog:active {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0); }

.vignette_blog {
  float: left;
  margin: 0.9375rem 0;
  position: relative;
  background-color: #ffffff;
  border-radius: 4px;
  height: 100%;
  margin: 0;
  width: 100%; }
  .vignette_blog .vignette_blog_photo {
    margin-bottom: 15px;
    height: 250px;
    /*border-top-left-radius: 4px;
		border-top-right-radius: 4px;*/ }
    .vignette_blog .vignette_blog_photo img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .vignette_blog .vignette_blog_inside {
    padding: 10px 20px 20px 20px; }
  .vignette_blog h3 {
    margin-bottom: 0;
    /*color: $fourth-color;*/
    font-weight: 600; }
  .vignette_blog .date {
    color: #9DADBA;
    width: 100%;
    display: inline-block; }

/*EQUIPE*/
.bloc_content_large {
  /*padding: 0 35px 35px 35px;*/
  padding: 0;
  margin: 35px -30px 0 -30px; }

.listing_membres {
  margin: 25px 0 !important;
  text-align: center;
  overflow: hidden; }
  .listing_membres li {
    width: 33.3%;
    float: left;
    padding: 5px 15px;
    margin-bottom: 45px; }
    .listing_membres li:nth-child(3n+1) {
      clear: left; }
    .listing_membres li a {
      text-decoration: none; }
  .listing_membres .membre_box_photo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid #FAFAFA;
    margin: 0 auto 15px auto;
    background-size: 100%; }

/*360*/
.got_360:after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  padding: 45px;
  margin: 0 auto;
  background-image: url(img/360-white.png);
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.3);
  border: 3px solid #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 15px #ffffff;
  box-shadow: 0 0 15px #ffffff;
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px); }

/*PUBLICATIONS / PDF*/
.post-type-archive-publication .container_interne_row,
.tax-categorie_publications .container_interne_row {
  margin-top: 25px; }

.post-type-archive-publication main,
.tax-categorie_publications main {
  margin-top: -10px; }

.button-group {
  display: block;
  background-color: #ffffff;
  padding: 25px;
  border-radius: 4px; }
  .button-group button {
    cursor: pointer;
    color: #9DADBA;
    display: block;
    text-align: left;
    margin: 15px 0; }
    .button-group button.is-checked {
      color: #006FAB; }

.post-type-archive-publication .grid-item,
.tax-categorie_publications .grid-item {
  width: calc(100% - 30px); }

.vignette_pdf {
  border-radius: 4px;
  margin: 10px 0;
  padding: 20px 20px;
  background-color: #ffffff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  position: relative;
  -webkit-box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0);
  /*cursor: pointer;*/ }
  .vignette_pdf:hover, .vignette_pdf:active, .vignette_pdf:focus {
    -webkit-box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.05); }
  .vignette_pdf .box_photo {
    width: 150px;
    height: 200px;
    display: inline-block;
    background-size: cover;
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
    margin-right: 35px;
    background-position: center;
    position: relative; }
  .vignette_pdf .infos_pdf {
    margin-top: 20px;
    width: calc(100% - 185px); }
  .vignette_pdf .infos_span span {
    color: #9DADBA;
    font-family: 'space_grotesksemibold', sans-serif; }

/*THANK YOU PAGE*/
.page-template-template-thankyou main {
  text-align: center;
  margin: 100px auto; }
  .page-template-template-thankyou main img {
    margin: 0 auto 50px auto;
    display: block;
    width: 150px; }

.page-template-template-thankyou .addtoany_content {
  display: none; }

/*ADD TO ANY - SOCIAL SHARE*/
.addtoany_list a,
.widget .addtoany_list a {
  padding: 0 8px !important; }

.addtoany_content {
  position: absolute;
  bottom: 0;
  margin-bottom: 40px; }
  .addtoany_content:before {
    content: "Partager cette page";
    display: block;
    font-size: 20px;
    font-weight: 600;
    padding-left: 8px;
    padding-bottom: 10px;
    color: #006eab; }

/*NO CONTENTE BLOC*/
.page-template-template-no-content-box .addtoany_content {
  display: none; }

/*ALERTE HP*/
.alert {
  padding: 15px 0; }
  .alert * {
    color: #ffffff !important; }

/* SLICK GLOBAL */
.slick-arrow {
  position: absolute;
  left: 0;
  /*bottom: -35px;*/
  text-indent: -999999px;
  background-image: url("img/arrow-slider.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  border: none;
  cursor: pointer;
  opacity: 1;
  top: 265px;
  z-index: 40; }
  .slick-arrow:hover, .slick-arrow:active, .slick-arrow:focus {
    opacity: .7; }

.slick-prev {
  -webkit-transform: rotate(0.5turn);
  -ms-transform: rotate(0.5turn);
  transform: rotate(0.5turn); }

.slick-next {
  left: inherit;
  right: 0; }

.slick-dots {
  margin: 0 auto;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  top: 20px; }
  .slick-dots li {
    list-style: none;
    float: left;
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid #006FAB;
    width: 10px;
    height: 10px;
    margin: 5px;
    padding-bottom: 0;
    border-radius: 50px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
    .slick-dots li button {
      text-indent: -99999999px;
      background-color: none;
      border: none;
      padding: 0; }
  .slick-dots li.slick-active {
    background-color: #006FAB;
    width: 18px;
    height: 18px; }

.section_partenaires {
  margin: 35px 0;
  padding: 35px 0; }
  .section_partenaires img  {
    height: 100px; }

.slider_partenaires .slick-slide {
  height: 60px;
  max-width: 250px; }
  .slider_partenaires .slick-slide a {
    height: 100%;
    margin: 0 25px; }
  .slider_partenaires .slick-slide img {
    height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain; }

.slider_centres .slick-slide {
  /*width: 720px !important;*/
  /*padding: 0 50px;*/
  /*border: 1px solid red;*/ }
  .slider_centres .slick-slide .centre_box_infos {
    display: none;
    opacity: 0;
    visibility: hidden; }

.slider_centres.slick-slider,
.slider_centres .slick-list,
.slider_centres .slick-slider .slick-track,
.slider_centres .slick-slider .slick-list {
  overflow: visible; }

.slider_centres .slick-active {
  /*border: 5px solid purple;*/ }
  .slider_centres .slick-active .centre_box_infos {
    display: block;
    opacity: 1;
    visibility: visible; }

.slider_centres .centre {
  width: 90%;
  display: block;
  margin: 0 auto; }
  .slider_centres .centre .slider_centre_box_photo {
    width: 100%;
    height: 630px;
    display: block;
    position: relative; }

.page-template-template-360 section.main {
  top: -100px; }

.slider-iframe360 {
  height: 720px;
  margin-bottom: 50px; }
  .slider-iframe360 iframe {
    border: none; }

.slider-listing-pictos360 .slick-arrow {
  top: 40%; }

.slide-360-infobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .slide-360-infobox img {
    margin: 0 auto;
    width: 150px; }
  .slide-360-infobox * {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    text-align: center; }
  .slide-360-infobox:not(.slick-current) p, .slide-360-infobox:not(.slick-current) .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title, .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .slide-360-infobox:not(.slick-current) .tribe-events-title, .slide-360-infobox:not(.slick-current) a {
    visibility: hidden;
    color: transparent;
    opacity: 0; }

article img {
  width: 100%; }

article iframe {
  width: 100%; }

article .gallery {
  margin: 25px 0 75px 0; }
  article .gallery .slick-dots {
    position: relative;
    /*width: 100vw;*/
    display: inline-block !important;
    margin: 35px 0;
    left: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  article .gallery .slick-slide {
    /*height: 600px;*/
    margin-bottom: 0; }
    article .gallery .slick-slide .gallery-icon a {
      height: 100%;
      width: 100%;
      display: block;
      position: relative; }
    article .gallery .slick-slide .gallery-icon {
      height: 100%;
      overflow: hidden; }
    article .gallery .slick-slide img {
      width: 100%;
      margin-bottom: 25px;
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      /*height: 600px;*/ }
  article .gallery .slick-arrow {
    width: 30px;
    height: 30px;
    bottom: -15px;
    top: inherit;
    left: 44%; }
  article .gallery .slick-next {
    right: 44%;
    left: inherit !important; }

@media screen and (max-width: 640px) {
  article .gallery .slick-arrow {
    left: 40%; }
  article .gallery .slick-next {
    right: 40%; } }

@media screen and (max-width: 420px) {
  article .gallery .slick-arrow {
    left: 35%; }
  article .gallery .slick-next {
    right: 35%; } }

/*@media screen and (max-width: 1024px) {*/
/*
 * MENU BUTTON
 */
.menu-toggle, .mobile-toggle {
  position: relative;
  margin: 0 auto;
  margin: 28px;
  z-index: 999;
  height: 28px;
  width: 50px;
  outline: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*text-indent: -99999999px;*/
  color: #006FAB;
  padding: 0 10px; }
  .menu-toggle span, .mobile-toggle span,
  .menu-toggle span::before,
  .mobile-toggle span::before,
  .menu-toggle span::after,
  .mobile-toggle span::after {
    position: absolute;
    content: '';
    left: 0;
    border-radius: 20px;
    width: 3px;
    height: 3px;
    background: #006FAB;
    -webkit-transition: 500ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: 500ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: 500ms cubic-bezier(0.77, 0, 0.175, 1); }
  
  .menu-toggle span::before,
  .mobile-toggle span::before {
    top: -6px; }
  
  .menu-toggle span::after,
  .mobile-toggle span::after {
    top: 6px; }
  .menu-toggle.active, .active.mobile-toggle {
    font-size: 0px; }
  .menu-toggle.active > span, .active.mobile-toggle > span {
    background: transparent; }
  .menu-toggle.active > span::before, .active.mobile-toggle > span::before,
  .menu-toggle.active > span::after,
  .active.mobile-toggle > span::after {
    background: #ffffff;
    width: 28px;
    top: 0px; }
  .menu-toggle.active > span::before, .active.mobile-toggle > span::before {
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg); }
  
  .menu-toggle.active > span::after,
  .active.mobile-toggle > span::after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg); }

/*MENU PRINCIPAL*/
/*.menu-principal-global-container {
  display: none;
}*/
/*
 * SLIDING MENU PANEL
 */
.menu-burger-top-global-container, .mobile-menu-global-container {
  top: -200vh;
  position: absolute;
  left: 0;
  z-index: 998;
  color: #005c9c;
  background: rgba(26, 62, 93, 0.98);
  width: 100vw;
  height: 100vh;
  padding: 0 20px 0px 40px;
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.15);
  z-index: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 300ms all cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 300ms all cubic-bezier(0.77, 0, 0.175, 1);
  transition: 300ms all cubic-bezier(0.77, 0, 0.175, 1); }
  .menu-burger-top-global-container.active, .active.mobile-menu-global-container {
    top: 0; }
  .menu-burger-top-global-container p, .mobile-menu-global-container p, .menu-burger-top-global-container .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title, .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .menu-burger-top-global-container .tribe-events-title, .mobile-menu-global-container .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title, .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .mobile-menu-global-container .tribe-events-title {
    font-size: 1.4rem;
    margin-bottom: 1rem; }
  .menu-burger-top-global-container ul, .mobile-menu-global-container ul {
    text-align: center; }
  .menu-burger-top-global-container li, .mobile-menu-global-container li {
    width: 100%; }
  .menu-burger-top-global-container a, .mobile-menu-global-container a {
    color: #ffffff;
    margin: 15px 0;
    padding: 0 !important;
    font-size: 44px;
    font-weight: 700;
    text-shadow: none;
    border-bottom: none;
    width: auto;
    display: inline-block; }
    .menu-burger-top-global-container a:hover, .mobile-menu-global-container a:hover {
      color: #E05564; }
  .menu-burger-top-global-container li.current-menu-item a, .mobile-menu-global-container li.current-menu-item a {
    color: #E05564; }

.mobile-toggle {
  text-indent: inherit;
  padding: 15px;
  margin: 0 auto;
  height: 100%;
  width: auto;
  text-indent: -9999999px; }
  .mobile-toggle span,
  .mobile-toggle span::before,
  .mobile-toggle span::after {
    position: absolute;
    content: '';
    left: 0;
    width: 28px;
    height: 2px;
    background: #006FAB;
    -webkit-transition: 500ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: 500ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: 500ms cubic-bezier(0.77, 0, 0.175, 1); }
  .mobile-toggle span::before {
    top: -8px; }
  .mobile-toggle span::after {
    top: 8px; }
  .mobile-toggle.active {
    font-size: 0px; }
  .mobile-toggle.active > span {
    background: transparent; }
  .mobile-toggle.active > span::before,
  .mobile-toggle.active > span::after {
    background: #ffffff;
    width: 28px;
    top: 0px; }
  .mobile-toggle.active > span::before {
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg); }
  .mobile-toggle.active > span::after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg); }

.mobile-menu-full {
  display: none; }

.mobile-menu-global-container {
  position: fixed;
  overflow-x: scroll;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: -10px; }
  .mobile-menu-global-container ul {
    margin-left: 0;
    list-style: none; }
  .mobile-menu-global-container .mobile-menu-element {
    width: 50%;
    float: left;
    margin-bottom: 20px; }
    .mobile-menu-global-container .mobile-menu-element:nth-child(2n+1) {
      clear: both; }
    .mobile-menu-global-container .mobile-menu-element img {
      margin: 0 auto;
      display: block; }
    .mobile-menu-global-container .mobile-menu-element a {
      font-size: 16px;
      margin: 0 0 10px 0; }
  .mobile-menu-global-container .search-form {
    text-align: left;
    /*margin-top: 150px;*/
    width: 80%;
    margin: 150px auto 50px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .mobile-menu-global-container .search-form input, .mobile-menu-global-container .search-form label {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      outline: none; }
    .mobile-menu-global-container .search-form .search-submit {
      background-image: url("img/icon-search-white-fat.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      text-indent: -9999999px;
      background-color: transparent;
      border: none;
      height: 30px;
      max-width: 30px;
      cursor: pointer; }
    .mobile-menu-global-container .search-form label input {
      background-color: transparent;
      border: none;
      border-bottom: 2px solid #ffffff;
      color: #ffffff;
      text-align: left;
      font-size: 24px;
      border-radius: 0; }
      .mobile-menu-global-container .search-form label input::-webkit-input-placeholder {
        font-size: 24px !important; }
      .mobile-menu-global-container .search-form label input:-ms-input-placeholder {
        font-size: 24px !important; }
      .mobile-menu-global-container .search-form label input::-ms-input-placeholder {
        font-size: 24px !important; }
      .mobile-menu-global-container .search-form label input::placeholder {
        font-size: 24px !important; }

/*}*/
@media screen and (max-width: 1900px) {
  .nav_full .nav_burger_box {
    width: 7%;
    min-width: 100px; }
  .nav_full .nav_logo_box {
    width: 20%;
    min-width: 100px; }
  .nav_full .nav_menu_box {
    width: 34%; }
  .nav_full .right-menu-global-container {
    width: 40%; }
    .nav_full .right-menu-global-container #right-menu .searchbar-opener_btn {
      max-width: 60px; } }

@media screen and (max-width: 1550px) {
  /*.nav_full {
		.nav_logo_box {
			width: 20%;
		}	

		.nav_menu_box {
			width: 33.75%;
		}

		.right-menu-global-container {
			width: 40%;

			#right-menu .nav_searchbar {
				max-width: 60px;
			}
		}
	}*/ }

@media screen and (max-width: 1440px) {
  .row,
  .container {
    width: 95%; } }

@media screen and (max-width: 1350px) {
  .nav_full .right-menu-global-container #right-menu a {
    padding: 23px 10px; } }

/*MENU BURGER*/
@media screen and (min-width: 1024px) {
  /*.menu-toggle {
		display: none !important;
		border: 5px solid red;
	}

	.menu-menumobile-container {
		display: none
	}*/
  .mobile_only {
    display: none; } }

@media screen and (max-width: 1200px) {
  .nav_full {
    /*.nav_entreprises_box,
		.nav_searchbar_box {
			width: 20%;
					
		}

		.nav_menu_box {
			width: 30%;		
		}

		.nav_full .nav_burger_box {
			width: 10%;
		}

		.nav_full .nav_logo_box {
			width: 30%;
		}*/ }
  .listing_membres li {
    width: 50%; } }

@media screen and (max-width: 1024px) {
  /*MENU BURGER*/
  /*.menu-menu-1-container,
	.topmenu {
		display: none;
	}
	*/
  .mobile_only {
    display: none; }
  .mobile_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .nav_full .nav_burger_box {
    width: 10%;
    min-width: 100px; }
  .nav_full .nav_logo_box {
    width: 10%;
    min-width: 100px; }
  .nav_full .nav_menu_box {
    width: 35%; }
  .nav_full .right-menu-global-container {
    width: 45%; }
    .nav_full .right-menu-global-container #right-menu .searchbar-opener_btn {
      max-width: 60px; }
  .sidebar_container {
    width: 100%; }
  .site-header {
    position: fixed;
    z-index: 50;
    background: #fff;
    width: 100%; }
  .site-title {
    height: 60px;
    width: 150px; }
  .intro_interne {
    min-height: auto;
    min-height: 400px;
    height: inherit; }
    .intro_interne .row {
      margin-bottom: 35px; }
    .intro_interne p, .intro_interne .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title, .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .intro_interne .tribe-events-title {
      padding-top: 10px; }
  .banner .btn_secondary {
    font-size: 15px; }
  .content_interne {
    width: 100%;
    padding: 0;
    margin-top: -150px; }
    .content_interne main {
      background-color: transparent;
      width: 100%;
      padding: 0; }
    .content_interne .bloc_photo {
      margin: 0 0.9375rem;
      width: calc( 100% - (0.9375rem *2));
      z-index: 10;
      position: relative; }
    .content_interne .bloc_content {
      background-color: #ffffff;
      padding: 60px 0.9375rem 100px 0.9375rem;
      margin-top: -45px;
      z-index: 5;
      margin-bottom: 0; }
  .single-agenda_formations .content_interne,
  .single-catalogue_formations .content_interne,
  .single-catalogue_dorifor .content_interne,
  .post-type-archive-catalogue_formations .content_interne,
  .post-type-archive-agenda_formations .content_interne,
  .post-type-archive-catalogue_dorifor .content_interne {
    background: #ffffff;
    width: 97%;
    margin: -100px auto 0 auto;
    border-radius: 4px; }
  .single-annuaire .content_interne .bloc_content {
    margin-top: 0; }
  .page main ul {
    margin-left: 30px; }
    .page main ul li:before {
      left: -30px; }
    .page main ul ul {
      margin-left: 20px; }
      .page main ul ul li:before {
        left: -20px; }
  .container_interne_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .site-header {
    position: relative; }
  .content_interne {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  aside {
    margin: 35px 0;
    width: 50%; }
  .section_events_actus .columns {
    margin-bottom: 35px; }
  .section_events_actus .listing_events .event .event_infos {
    padding: 0px 15px 0 35px; }
  .section_events_actus .actu {
    padding: 0 0 15px 0; }
    .section_events_actus .actu:nth-child(3),
    .section_events_actus .actu:nth-child(5) {
      padding-right: 10px; }
    .section_events_actus .actu:nth-child(4),
    .section_events_actus .actu:nth-child(6) {
      padding-left: 10px; }
  .content_interne main {
    -webkit-box-shadow: none;
    box-shadow: none; }
    .content_interne main .bloc_content {
      -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.22);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.22);
      border-radius: 4px; }
  /*CENTRES*/
  .post-type-archive-annuaire .content_interne .bloc_content,
  .page-template-archive-annuaire .content_interne .bloc_content,
  .tax-types_centres .content_interne .bloc_content,
  .post-type-archive-questions .content_interne .bloc_content,
  .tax-categories_questions .content_interne .bloc_content,
  .page-template-template-archive-blog_pedagogique .content_interne .bloc_content {
    padding: 35px 0.9375rem 35px 0.9375rem; }
  .post-type-archive-annuaire .vignette_types_centres,
  .page-template-archive-annuaire .vignette_types_centres,
  .tax-types_centres .vignette_types_centres,
  .post-type-archive-questions .vignette_types_centres,
  .tax-categories_questions .vignette_types_centres,
  .page-template-template-archive-blog_pedagogique .vignette_types_centres {
    width: 48%; }
  .tax-categories_questions .content_interne,
  .single-questions .content_interne {
    margin-top: -50px; }
  .single-annuaire {
    /*.centre_info {
			width: 48%;
			float: left;
		}*/ }
    .single-annuaire aside {
      width: 100%;
      /*float: right;*/
      margin-top: 0; }
      .single-annuaire aside .box_btn {
        float: right;
        width: 48%;
        margin-top: 0; }
      .single-annuaire aside .box_video {
        float: left;
        width: 48%;
        margin-top: 0; }
  .single-annuaire .intro_interne {
    min-height: 400px; }
  .acf-map {
    height: 400px; }
  .bloc_content_large {
    margin: 35px 0 0 0; }
  .listing_membres li {
    width: 33.3%; }
  .mobile_only {
    display: block;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%; }
    .mobile_only .location-address {
      /*img.icon-sidebar {
				width: 25px;
				margin: 0 10px 0 0;
				float: left;
			}*/ }
      .mobile_only .location-address img {
        margin: 0 auto;
        display: block;
        width: 220px; }
    .mobile_only .opening-hours-box {
      width: 48%;
      margin-top: 0;
      float: right; }
    .mobile_only .one-colonne-annuaire-responsive {
      width: 100%;
      float: left; }
      .mobile_only .one-colonne-annuaire-responsive .location-address {
        width: 48%;
        float: left; }
      .mobile_only .one-colonne-annuaire-responsive .location-360 {
        width: 48%;
        float: right; }
  .content_interne {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .sidebar_container {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 25px; }
  .sidebar_container {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    .sidebar_container .centre_info {
      display: none; }
  .post-type-archive-publication .sidebar_container,
  .tax-categorie_publications .sidebar_container,
  .template-searchresults-dorifor .sidebar_container,
  .tax-types_organismes_dorifor .sidebar_container,
  .tax-domaine_dorifor .sidebar_container,
  .post-type-archive-questions .sidebar_container,
  .tax-categories_questions .sidebar_container {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    padding: 0; }
  .post-type-archive-publication aside,
  .tax-categorie_publications aside,
  .template-searchresults-dorifor aside,
  .tax-types_organismes_dorifor aside,
  .tax-domaine_dorifor aside,
  .post-type-archive-questions aside,
  .tax-categories_questions aside {
    width: 100%;
    margin-bottom: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.17);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.17); }
  .post-type-archive-publication .content_interne .bloc_content,
  .tax-categorie_publications .content_interne .bloc_content,
  .template-searchresults-dorifor .content_interne .bloc_content,
  .tax-types_organismes_dorifor .content_interne .bloc_content,
  .tax-domaine_dorifor .content_interne .bloc_content,
  .post-type-archive-questions .content_interne .bloc_content,
  .tax-categories_questions .content_interne .bloc_content {
    margin-top: 0 !important; }
  /*formulaires BFE*/
  .page-template-template-no-content-box .content_interne main {
    background-color: #ffffff;
    border-radius: 0; }
  /*BFE*/
  .single-catalogue_formations, .single-catalogue_dorifor,
  .single-agenda_formations,
  .single-catalogue_dorifor {
    /*.content_interne {
			order: 2;
		}*/ }
    .single-catalogue_formations aside, .single-catalogue_dorifor aside,
    .single-agenda_formations aside,
    .single-catalogue_dorifor aside {
      width: 100%;
      height: auto; }
    .single-catalogue_formations .bloc_content, .single-catalogue_dorifor .bloc_content,
    .single-agenda_formations .bloc_content,
    .single-catalogue_dorifor .bloc_content {
      margin-bottom: 0px; }
    
    .single-catalogue_formations .formation_next_sessions .btn,
    .single-catalogue_dorifor .formation_next_sessions .btn,
    .single-catalogue_formations .formation_next_sessions .btn_secondary,
    .single-catalogue_dorifor .formation_next_sessions .btn_secondary,
    .single-catalogue_formations .formation_next_sessions .btn-line,
    .single-catalogue_dorifor .formation_next_sessions .btn-line,
    .single-catalogue_formations .formation_next_sessions .btn_secondary-line,
    .single-catalogue_dorifor .formation_next_sessions .btn_secondary-line,
    .single-catalogue_formations .formation_next_sessions .btn_white,
    .single-catalogue_dorifor .formation_next_sessions .btn_white,
    .single-catalogue_formations .formation_next_sessions .intro_interne .search-submit,
    .intro_interne .single-catalogue_formations .formation_next_sessions .search-submit,
    .single-catalogue_dorifor .formation_next_sessions .intro_interne .search-submit,
    .intro_interne .single-catalogue_dorifor .formation_next_sessions .search-submit,
    .single-catalogue_formations .formation_next_sessions .gform_wrapper .gform_page_footer .button.gform_next_button,
    .gform_wrapper .gform_page_footer .single-catalogue_formations .formation_next_sessions .button.gform_next_button,
    .single-catalogue_dorifor .formation_next_sessions .gform_wrapper .gform_page_footer .button.gform_next_button,
    .gform_wrapper .gform_page_footer .single-catalogue_dorifor .formation_next_sessions .button.gform_next_button,
    .single-catalogue_formations .formation_next_sessions .button.gform_button,
    .single-catalogue_dorifor .formation_next_sessions .button.gform_button,
    .single-catalogue_formations .formation_next_sessions .nav_full .menu-item-has-children,
    .nav_full .single-catalogue_formations .formation_next_sessions .menu-item-has-children,
    .single-catalogue_dorifor .formation_next_sessions .nav_full .menu-item-has-children,
    .nav_full .single-catalogue_dorifor .formation_next_sessions .menu-item-has-children,
    .single-catalogue_formations .formation_next_sessions #menu-nav-sidebar li a,
    #menu-nav-sidebar li .single-catalogue_formations .formation_next_sessions a,
    .single-catalogue_dorifor .formation_next_sessions #menu-nav-sidebar li a,
    #menu-nav-sidebar li .single-catalogue_dorifor .formation_next_sessions a,
    .single-catalogue_formations .formation_next_sessions ._sf_submit,
    .single-catalogue_dorifor .formation_next_sessions ._sf_submit,
    .single-catalogue_formations .formation_next_sessions .searchandfilter input[type='submit'],
    .searchandfilter .single-catalogue_formations .formation_next_sessions input[type='submit'],
    .single-catalogue_dorifor .formation_next_sessions .searchandfilter input[type='submit'],
    .searchandfilter .single-catalogue_dorifor .formation_next_sessions input[type='submit'],
    .single-catalogue_formations .formation_next_sessions .tribe-events-event-url a,
    .tribe-events-event-url .single-catalogue_formations .formation_next_sessions a,
    .single-catalogue_dorifor .formation_next_sessions .tribe-events-event-url a,
    .tribe-events-event-url .single-catalogue_dorifor .formation_next_sessions a, .single-agenda_formations .formation_next_sessions .btn, .single-agenda_formations .formation_next_sessions .btn_secondary, .single-agenda_formations .formation_next_sessions .btn-line, .single-agenda_formations .formation_next_sessions .btn_secondary-line, .single-agenda_formations .formation_next_sessions .btn_white,
    .single-agenda_formations .formation_next_sessions .intro_interne .search-submit, .intro_interne .single-agenda_formations .formation_next_sessions .search-submit, .single-agenda_formations .formation_next_sessions .gform_wrapper .gform_page_footer .button.gform_next_button, .gform_wrapper .gform_page_footer .single-agenda_formations .formation_next_sessions .button.gform_next_button,
    .single-agenda_formations .formation_next_sessions .button.gform_button, .single-agenda_formations .formation_next_sessions .nav_full .menu-item-has-children, .nav_full .single-agenda_formations .formation_next_sessions .menu-item-has-children, .single-agenda_formations .formation_next_sessions #menu-nav-sidebar li a, #menu-nav-sidebar li .single-agenda_formations .formation_next_sessions a, .single-agenda_formations .formation_next_sessions ._sf_submit, .single-agenda_formations .formation_next_sessions .searchandfilter input[type='submit'], .searchandfilter .single-agenda_formations .formation_next_sessions input[type='submit'], .single-agenda_formations .formation_next_sessions .tribe-events-event-url a, .tribe-events-event-url .single-agenda_formations .formation_next_sessions a,
    .single-catalogue_dorifor .formation_next_sessions .btn,
    .single-catalogue_dorifor .formation_next_sessions .btn_secondary,
    .single-catalogue_dorifor .formation_next_sessions .btn-line,
    .single-catalogue_dorifor .formation_next_sessions .btn_secondary-line,
    .single-catalogue_dorifor .formation_next_sessions .btn_white,
    .single-catalogue_dorifor .formation_next_sessions .intro_interne .search-submit,
    .intro_interne .single-catalogue_dorifor .formation_next_sessions .search-submit,
    .single-catalogue_dorifor .formation_next_sessions .gform_wrapper .gform_page_footer .button.gform_next_button,
    .gform_wrapper .gform_page_footer .single-catalogue_dorifor .formation_next_sessions .button.gform_next_button,
    .single-catalogue_dorifor .formation_next_sessions .button.gform_button,
    .single-catalogue_dorifor .formation_next_sessions .nav_full .menu-item-has-children,
    .nav_full .single-catalogue_dorifor .formation_next_sessions .menu-item-has-children,
    .single-catalogue_dorifor .formation_next_sessions #menu-nav-sidebar li a,
    #menu-nav-sidebar li .single-catalogue_dorifor .formation_next_sessions a,
    .single-catalogue_dorifor .formation_next_sessions ._sf_submit,
    .single-catalogue_dorifor .formation_next_sessions .searchandfilter input[type='submit'],
    .searchandfilter .single-catalogue_dorifor .formation_next_sessions input[type='submit'],
    .single-catalogue_dorifor .formation_next_sessions .tribe-events-event-url a,
    .tribe-events-event-url .single-catalogue_dorifor .formation_next_sessions a {
      max-width: 350px; }
    
    .single-catalogue_formations .intro_fiche,
    .single-catalogue_dorifor .intro_fiche,
    .single-agenda_formations .intro_fiche,
    .single-catalogue_dorifor .intro_fiche {
      border-left: none; }
    .single-catalogue_formations .sidebar_container, .single-catalogue_dorifor .sidebar_container,
    .single-agenda_formations .sidebar_container,
    .single-catalogue_dorifor .sidebar_container {
      /*order: 1 !important;*/ }
      .single-catalogue_formations .sidebar_container aside, .single-catalogue_dorifor .sidebar_container aside,
      .single-agenda_formations .sidebar_container aside,
      .single-catalogue_dorifor .sidebar_container aside {
        width: 50%;
        height: auto;
        float: left; }
      .single-catalogue_formations .sidebar_container .callout, .single-catalogue_dorifor .sidebar_container .callout,
      .single-agenda_formations .sidebar_container .callout,
      .single-catalogue_dorifor .sidebar_container .callout {
        width: calc(50% - 25px);
        float: right;
        margin-top: 35px;
        margin-bottom: 0; }
  .single-catalogue_dorifor .sidebar_container aside {
    width: 48%;
    height: auto;
    float: left; }
    .single-catalogue_dorifor .sidebar_container aside:nth-child(2n+1) {
      margin-right: 2%; }
    .single-catalogue_dorifor .sidebar_container aside:nth-child(2n) {
      margin-left: 2%; }
  /*DORIFOR*/
  .tax-domaine_dorifor .searchandfilter > ul,
  .tax-types_organismes_dorifor .searchandfilter > ul,
  .template-searchresults-dorifor .searchandfilter > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .tax-domaine_dorifor .searchandfilter > ul > li,
    .tax-types_organismes_dorifor .searchandfilter > ul > li,
    .template-searchresults-dorifor .searchandfilter > ul > li {
      padding: 2px 10px 10px 10px;
      width: 33.3%;
      float: left; }
      .tax-domaine_dorifor .searchandfilter > ul > li.sf-field-reset,
      .tax-types_organismes_dorifor .searchandfilter > ul > li.sf-field-reset,
      .template-searchresults-dorifor .searchandfilter > ul > li.sf-field-reset {
        width: 100%; }
    .tax-domaine_dorifor .searchandfilter > ul .sf-input-text,
    .tax-types_organismes_dorifor .searchandfilter > ul .sf-input-text,
    .template-searchresults-dorifor .searchandfilter > ul .sf-input-text {
      margin-bottom: 0 !important; }
  .tax-domaine_dorifor aside.form_dorifor_desktop,
  .tax-types_organismes_dorifor aside.form_dorifor_desktop,
  .template-searchresults-dorifor aside.form_dorifor_desktop {
    padding: 25px 25px 0 25px; }
  .tax-domaine_dorifor .content_interne .bloc_content,
  .tax-types_organismes_dorifor .content_interne .bloc_content,
  .template-searchresults-dorifor .content_interne .bloc_content {
    padding: 35px 0.9375rem; }
  .single-catalogue_dorifor .sidebar_container {
    margin-top: -150px; }
  .single-catalogue_dorifor .content_interne {
    margin: 0 auto;
    width: 100%; } }

@media screen and (max-width: 980px) {
  .nav_full .nav_logo_box {
    width: auto;
    min-width: 100px; }
  .nav_full .nav_menu_box {
    width: 100px; }
  .nav_full .mobile-menu-full {
    width: 100px; }
  .nav_full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .nav_full .menu-item-has-children > a {
      width: 75px;
      text-indent: -999999px;
      background-image: url("img/icon-formation-white.svg");
      background-repeat: no-repeat;
      background-size: 85%;
      background-position: center; }
    .nav_full .menu-item-has-children:hover, .nav_full .menu-item-has-children:active, .nav_full .menu-item-has-children:focus {
      color: #006FAB;
      background-color: #ffffff;
      border: 1px solid #006FAB; }
      .nav_full .menu-item-has-children:hover > a, .nav_full .menu-item-has-children:active > a, .nav_full .menu-item-has-children:focus > a {
        background-image: url("img/icon-formation-blue.svg"); }
      .nav_full .menu-item-has-children:hover .sub-menu, .nav_full .menu-item-has-children:active .sub-menu, .nav_full .menu-item-has-children:focus .sub-menu {
        width: 215px;
        left: 0; }
    .nav_full .menu-principal-global-container {
      margin-top: 20px; }
    .nav_full .nav_menu_box {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      width: 100px;
      margin-left: 15px; }
    .nav_full .nav_burger_box {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      width: 75px; }
    .nav_full .nav_logo_box {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
      .nav_full .nav_logo_box .site-title {
        margin: 5px auto; }
    .nav_full .right-menu-global-container,
    .nav_full .nav_burger_box {
      display: none; }
    .nav_full .mobile-menu-full {
      display: block;
      -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
      order: 5; }
  .intro_interne p, .intro_interne .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title, .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .intro_interne .tribe-events-title {
    font-size: 18px;
    font-family: 'space_groteskregular', sans-serif; }
  .slider_centres .centre .slider_centre_box_photo {
    height: 425px; }
  .searched_article {
    padding: 0; }
  #searchbar-opener .search-form,
  .fancybox-content .search-form {
    width: 100%; }
    #searchbar-opener .search-form label input,
    .fancybox-content .search-form label input {
      font-size: 46px; }
  .page-template-searchpage .searchbar_box .search-form,
  .search-results .searchbar_box .search-form,
  .search .searchbar_box .search-form {
    width: 80%;
    margin: 50px auto; }
  /*BFE*/
  /*TABLEAU ARCHIVE*/
  .tableau_formations,
  .tableau_formations.head {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .tableau_formations .tableau_formation_case,
    .tableau_formations.head .tableau_formation_case {
      width: 12%; }
      .tableau_formations .tableau_formation_case p, .tableau_formations .tableau_formation_case .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title, .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tableau_formations .tableau_formation_case .tribe-events-title, .tableau_formations .tableau_formation_case a,
      .tableau_formations.head .tableau_formation_case p,
      .tableau_formations.head .tableau_formation_case .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title,
      .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tableau_formations.head .tableau_formation_case .tribe-events-title,
      .tableau_formations.head .tableau_formation_case a {
        height: auto; }
  .post-type-archive-catalogue_formations .tableau_formation_description,
  .post-type-archive-agenda_formations .tableau_formation_description,
  .post-type-archive-catalogue_dorifor .tableau_formation_description {
    width: 85%; } }

@media screen and (max-width: 785px) {
  h1, .h1 {
    font-size: 28px; }
  h2, .h2, .tribe-mini-calendar-list-wrapper .tribe-events-first:before, .tribe-mini-calendar-list-wrapper .tribe-events-first.tribe-events-last:before, .tribe-mini-calendar .tribe-mini-calendar-nav span {
    font-size: 24px; }
  h3, .h3, .single-agenda_formations .addtoany_share_save_container:before,
  .single-catalogue_formations .addtoany_share_save_container:before,
  .single-catalogue_dorifor .addtoany_share_save_container:before,
  .single-tribe_events .addtoany_share_save_container:before, .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .list-date, .big_h3 {
    font-size: 22px; }
  h4, .h4,
  h5, .h5,
  h6, .h6 {
    font-size: 18px; }
  aside {
    width: 75%; }
  .site-footer #menu-footer {
    -webkit-columns: inherit;
    columns: inherit; }
  .site-footer .list_follow li .social {
    width: 35px;
    height: 35px; }
  .menu-burger-top-global-container, .mobile-menu-global-container {
    padding: 0 20px; }
    .menu-burger-top-global-container a, .mobile-menu-global-container a {
      font-size: 28px;
      padding: 7px; }
  .mobile-menu-global-container {
    padding: 0; }
    .mobile-menu-global-container a {
      font-size: 16px;
      padding: 0; }
    .mobile-menu-global-container img {
      width: 75px; }
  .slider_centres .centre .slider_centre_box_photo {
    height: 500px; }
  .section_events_actus .actu {
    width: 100%; }
  .section_events_actus {
    margin-bottom: 50px; }
    .section_events_actus .actu {
      padding: 0 0 15px 0;
      -webkit-box-shadow: inherit;
      box-shadow: inherit; }
      .section_events_actus .actu:nth-child(3),
      .section_events_actus .actu:nth-child(5) {
        padding-right: 0px; }
      .section_events_actus .actu:nth-child(4),
      .section_events_actus .actu:nth-child(6) {
        padding-left: 0px; }
    .section_events_actus .actu:nth-child(2) {
      margin-bottom: 0; }
      .section_events_actus .actu:nth-child(2) .actu_box_photo {
        height: 200px; }
      .section_events_actus .actu:nth-child(2) h3 {
        font-size: 24px; }
  /*CENTRES*/
  .single-annuaire .sidebar_container {
    padding: 0; }
  .single-annuaire .content_interne .bloc_photo {
    height: 250px; }
  .single-annuaire .content_interne .bloc_content {
    margin-top: -25px; }
  .listing_membres li {
    width: 50%; }
  /*BFE*/
  
  .single-catalogue_formations .acf-map,
  .single-catalogue_dorifor .acf-map,
  .single-agenda_formations .acf-map {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px; }
  .single-agenda_formations aside, .single-catalogue_formations aside, .single-catalogue_dorifor aside {
    width: 100%;
    height: auto; }
  .single-agenda_formations .bloc_content, .single-catalogue_formations .bloc_content, .single-catalogue_dorifor .bloc_content {
    margin-bottom: 0px; }
  .single-agenda_formations .formation_next_sessions .btn, .single-agenda_formations .formation_next_sessions .btn_secondary, .single-agenda_formations .formation_next_sessions .btn-line, .single-agenda_formations .formation_next_sessions .btn_secondary-line, .single-agenda_formations .formation_next_sessions .btn_white,
  .single-agenda_formations .formation_next_sessions .intro_interne .search-submit, .intro_interne .single-agenda_formations .formation_next_sessions .search-submit, .single-agenda_formations .formation_next_sessions .gform_wrapper .gform_page_footer .button.gform_next_button, .gform_wrapper .gform_page_footer .single-agenda_formations .formation_next_sessions .button.gform_next_button,
  .single-agenda_formations .formation_next_sessions .button.gform_button, .single-agenda_formations .formation_next_sessions .nav_full .menu-item-has-children, .nav_full .single-agenda_formations .formation_next_sessions .menu-item-has-children, .single-agenda_formations .formation_next_sessions #menu-nav-sidebar li a, #menu-nav-sidebar li .single-agenda_formations .formation_next_sessions a, .single-agenda_formations .formation_next_sessions ._sf_submit, .single-agenda_formations .formation_next_sessions .searchandfilter input[type='submit'], .searchandfilter .single-agenda_formations .formation_next_sessions input[type='submit'], .single-agenda_formations .formation_next_sessions .tribe-events-event-url a, .tribe-events-event-url .single-agenda_formations .formation_next_sessions a,
  .single-catalogue_formations .formation_next_sessions .btn,
  .single-catalogue_dorifor .formation_next_sessions .btn,
  .single-catalogue_formations .formation_next_sessions .btn_secondary,
  .single-catalogue_dorifor .formation_next_sessions .btn_secondary,
  .single-catalogue_formations .formation_next_sessions .btn-line,
  .single-catalogue_dorifor .formation_next_sessions .btn-line,
  .single-catalogue_formations .formation_next_sessions .btn_secondary-line,
  .single-catalogue_dorifor .formation_next_sessions .btn_secondary-line,
  .single-catalogue_formations .formation_next_sessions .btn_white,
  .single-catalogue_dorifor .formation_next_sessions .btn_white,
  .single-catalogue_formations .formation_next_sessions .intro_interne .search-submit,
  .intro_interne .single-catalogue_formations .formation_next_sessions .search-submit,
  .single-catalogue_dorifor .formation_next_sessions .intro_interne .search-submit,
  .intro_interne .single-catalogue_dorifor .formation_next_sessions .search-submit,
  .single-catalogue_formations .formation_next_sessions .gform_wrapper .gform_page_footer .button.gform_next_button,
  .gform_wrapper .gform_page_footer .single-catalogue_formations .formation_next_sessions .button.gform_next_button,
  .single-catalogue_dorifor .formation_next_sessions .gform_wrapper .gform_page_footer .button.gform_next_button,
  .gform_wrapper .gform_page_footer .single-catalogue_dorifor .formation_next_sessions .button.gform_next_button,
  .single-catalogue_formations .formation_next_sessions .button.gform_button,
  .single-catalogue_dorifor .formation_next_sessions .button.gform_button,
  .single-catalogue_formations .formation_next_sessions .nav_full .menu-item-has-children,
  .nav_full .single-catalogue_formations .formation_next_sessions .menu-item-has-children,
  .single-catalogue_dorifor .formation_next_sessions .nav_full .menu-item-has-children,
  .nav_full .single-catalogue_dorifor .formation_next_sessions .menu-item-has-children,
  .single-catalogue_formations .formation_next_sessions #menu-nav-sidebar li a,
  #menu-nav-sidebar li .single-catalogue_formations .formation_next_sessions a,
  .single-catalogue_dorifor .formation_next_sessions #menu-nav-sidebar li a,
  #menu-nav-sidebar li .single-catalogue_dorifor .formation_next_sessions a,
  .single-catalogue_formations .formation_next_sessions ._sf_submit,
  .single-catalogue_dorifor .formation_next_sessions ._sf_submit,
  .single-catalogue_formations .formation_next_sessions .searchandfilter input[type='submit'],
  .searchandfilter .single-catalogue_formations .formation_next_sessions input[type='submit'],
  .single-catalogue_dorifor .formation_next_sessions .searchandfilter input[type='submit'],
  .searchandfilter .single-catalogue_dorifor .formation_next_sessions input[type='submit'],
  .single-catalogue_formations .formation_next_sessions .tribe-events-event-url a,
  .tribe-events-event-url .single-catalogue_formations .formation_next_sessions a,
  .single-catalogue_dorifor .formation_next_sessions .tribe-events-event-url a,
  .tribe-events-event-url .single-catalogue_dorifor .formation_next_sessions a {
    max-width: 350px; }
  .single-agenda_formations .intro_fiche,
  .single-catalogue_formations .intro_fiche,
  .single-catalogue_dorifor .intro_fiche {
    border-left: none; }
  .single-agenda_formations .sidebar_container aside, .single-catalogue_formations .sidebar_container aside, .single-catalogue_dorifor .sidebar_container aside {
    width: 100%;
    float: none; }
  .single-agenda_formations .sidebar_container .callout, .single-catalogue_formations .sidebar_container .callout, .single-catalogue_dorifor .sidebar_container .callout {
    width: auto;
    float: none; }
  /*DORIFOR*/
  aside.form_dorifor_desktop,
  .aside.form_dorifor_desktop,
  .home aside.form_dorifor_desktop {
    display: none !important; }
  aside.form_dorifor_mobile {
    display: block !important;
    overflow: hidden; }
  .aside.form_dorifor_mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .single-catalogue_dorifor .sidebar_container aside:nth-child(2n) {
    margin-left: 0; }
  /*DORIFOR*/
  .tax-domaine_dorifor .searchandfilter > ul,
  .tax-types_organismes_dorifor .searchandfilter > ul,
  .template-searchresults-dorifor .searchandfilter > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .tax-domaine_dorifor .searchandfilter > ul > li,
    .tax-types_organismes_dorifor .searchandfilter > ul > li,
    .template-searchresults-dorifor .searchandfilter > ul > li {
      width: 100%;
      float: none;
      margin: 0 auto; } }

@media screen and (min-width: 720px) {
  .banner_hp_mobile_only {
    display: none; } }

@media screen and (max-width: 720px) {
  .home .nav_full .nav_menu_box,
  .home .nav_full .mobile-menu-full,
  .home .section_raccourcis_HP {
    display: none; }
  .home .section_events_actus {
    margin-top: 75px; }
  .home .banner {
    padding: 0;
    height: auto; }
    .home .banner > .row {
      display: none; }
    .home .banner .banner_hp_mobile_only {
      display: block;
      position: relative; }
      .home .banner .banner_hp_mobile_only .mobile-menu-global-container {
        position: relative;
        top: 0;
        width: 100%;
        height: 100%;
        margin-left: 0; }
        .home .banner .banner_hp_mobile_only .mobile-menu-global-container .search-form {
          margin: 50px auto; }
        .home .banner .banner_hp_mobile_only .mobile-menu-global-container a {
          text-decoration: none; }
    .home .banner .bandeau_bleu {
      position: relative; }
  .slider_services .slick-slide img  {
    margin: 0 auto; }
  .intro_interne {
    min-height: 300px; }
  /*CENTRES*/
  .single-annuaire .centre_info {
    width: 100%;
    float: none; }
  .single-annuaire aside {
    width: 100%;
    float: none; }
  .single-annuaire .numbers {
    width: 100%;
    margin: 15px 0;
    float: none; }
    .single-annuaire .numbers .fa {
      right: 150px; }
  .single-annuaire .bloc_content {
    margin-bottom: 50px; }
  .single-annuaire .mobile_only {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .single-annuaire .one-colonne-annuaire-responsive {
    width: 100%;
    float: left; }
    .single-annuaire .one-colonne-annuaire-responsive .location-address,
    .single-annuaire .one-colonne-annuaire-responsive .location-360 {
      width: 100%;
      float: none; }
  /*BFE*/
  /*TABLEAU ARCHIVE*/
  .tableau_formations.head {
    display: none; }
  .filters {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .filters .filters-select,
    .filters input {
      width: calc(50% - 10px) !important;
      margin: 5px 5px !important;
      -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
      flex-grow: 1 !important; }
  .grid {
    width: 100%; }
  .tableau_formations {
    border-bottom: none !important;
    padding: 15px 60px 15px 25px;
    background-color: #EFF6FA;
    margin-bottom: 10px; }
    .tableau_formations .tableau_formation_case {
      width: auto;
      display: inline-block;
      padding: 0 5px;
      color: #798a97; }
      .tableau_formations .tableau_formation_case:nth-child(2) {
        padding-left: 0px; }
    .tableau_formations .tableau_formation_case.big_case {
      width: 100%;
      padding: 0 0 5px 0; }
      .tableau_formations .tableau_formation_case.big_case p, .tableau_formations .tableau_formation_case.big_case .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title, .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tableau_formations .tableau_formation_case.big_case .tribe-events-title {
        font-weight: bold;
        color: #1A3E5D; }
    .tableau_formations .case_date {
      padding: 0; }
    .tableau_formations .case_link_eye {
      position: absolute;
      right: 20px; }
  .post-type-archive-catalogue_formations select,
  .post-type-archive-agenda_formations select,
  .post-type-archive-catalogue_dorifor select {
    width: 49.7%; }
  body .gform_wrapper .gfield.mid_center .alerte-sur-mesure {
    width: 100%;
    margin-left: 0;
    padding: 0;
    margin-top: 10px; }
  /*DORIFOR*/
  .post-type-archive-catalogue_dorifor .tableau_formations .middle_case,
  .post-type-archive-catalogue_dorifor .tableau_formations.head .middle_case {
    width: 100%; }
  .post-type-archive-catalogue_dorifor .tableau_formations .tableau_formation_case:nth-child(3),
  .post-type-archive-catalogue_dorifor .tableau_formations.head .tableau_formation_case:nth-child(3) {
    padding-left: 0; }
  .single-catalogue_dorifor .sidebar_container aside {
    width: 100%;
    height: auto;
    float: none;
    margin-left: 0;
    margin-right: 0; }
  .post-type-archive-catalogue_dorifor .tableau_formations .tableau_formation_case,
  .post-type-archive-catalogue_dorifor .tableau_formations.head .tableau_formation_case,
  .tax-types_organismes_dorifor .tableau_formations .tableau_formation_case,
  .tax-types_organismes_dorifor .tableau_formations.head .tableau_formation_case,
  .tax-domaine_dorifor .tableau_formations .tableau_formation_case,
  .tax-domaine_dorifor .tableau_formations.head .tableau_formation_case,
  .searchresults-dorifor .tableau_formations .tableau_formation_case,
  .searchresults-dorifor .tableau_formations.head .tableau_formation_case,
  .post-type-archive-questions .tableau_formations .tableau_formation_case,
  .post-type-archive-questions .tableau_formations.head .tableau_formation_case,
  .tax-categories_questions .tableau_formations .tableau_formation_case,
  .tax-categories_questions .tableau_formations.head .tableau_formation_case {
    text-align: left; }
  .post-type-archive-catalogue_dorifor .tableau_formations .middle_case,
  .post-type-archive-catalogue_dorifor .tableau_formations.head .middle_case,
  .tax-types_organismes_dorifor .tableau_formations .middle_case,
  .tax-types_organismes_dorifor .tableau_formations.head .middle_case,
  .tax-domaine_dorifor .tableau_formations .middle_case,
  .tax-domaine_dorifor .tableau_formations.head .middle_case,
  .searchresults-dorifor .tableau_formations .middle_case,
  .searchresults-dorifor .tableau_formations.head .middle_case,
  .post-type-archive-questions .tableau_formations .middle_case,
  .post-type-archive-questions .tableau_formations.head .middle_case,
  .tax-categories_questions .tableau_formations .middle_case,
  .tax-categories_questions .tableau_formations.head .middle_case {
    width: auto !important; }
    .post-type-archive-catalogue_dorifor .tableau_formations .middle_case p, .post-type-archive-catalogue_dorifor .tableau_formations .middle_case .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title, .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .post-type-archive-catalogue_dorifor .tableau_formations .middle_case .tribe-events-title,
    .post-type-archive-catalogue_dorifor .tableau_formations.head .middle_case p,
    .post-type-archive-catalogue_dorifor .tableau_formations.head .middle_case .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title,
    .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .post-type-archive-catalogue_dorifor .tableau_formations.head .middle_case .tribe-events-title,
    .tax-types_organismes_dorifor .tableau_formations .middle_case p,
    .tax-types_organismes_dorifor .tableau_formations .middle_case .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title,
    .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tax-types_organismes_dorifor .tableau_formations .middle_case .tribe-events-title,
    .tax-types_organismes_dorifor .tableau_formations.head .middle_case p,
    .tax-types_organismes_dorifor .tableau_formations.head .middle_case .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title,
    .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tax-types_organismes_dorifor .tableau_formations.head .middle_case .tribe-events-title,
    .tax-domaine_dorifor .tableau_formations .middle_case p,
    .tax-domaine_dorifor .tableau_formations .middle_case .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title,
    .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tax-domaine_dorifor .tableau_formations .middle_case .tribe-events-title,
    .tax-domaine_dorifor .tableau_formations.head .middle_case p,
    .tax-domaine_dorifor .tableau_formations.head .middle_case .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title,
    .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tax-domaine_dorifor .tableau_formations.head .middle_case .tribe-events-title,
    .searchresults-dorifor .tableau_formations .middle_case p,
    .searchresults-dorifor .tableau_formations .middle_case .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title,
    .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .searchresults-dorifor .tableau_formations .middle_case .tribe-events-title,
    .searchresults-dorifor .tableau_formations.head .middle_case p,
    .searchresults-dorifor .tableau_formations.head .middle_case .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title,
    .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .searchresults-dorifor .tableau_formations.head .middle_case .tribe-events-title,
    .post-type-archive-questions .tableau_formations .middle_case p,
    .post-type-archive-questions .tableau_formations .middle_case .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title,
    .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .post-type-archive-questions .tableau_formations .middle_case .tribe-events-title,
    .post-type-archive-questions .tableau_formations.head .middle_case p,
    .post-type-archive-questions .tableau_formations.head .middle_case .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title,
    .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .post-type-archive-questions .tableau_formations.head .middle_case .tribe-events-title,
    .tax-categories_questions .tableau_formations .middle_case p,
    .tax-categories_questions .tableau_formations .middle_case .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title,
    .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tax-categories_questions .tableau_formations .middle_case .tribe-events-title,
    .tax-categories_questions .tableau_formations.head .middle_case p,
    .tax-categories_questions .tableau_formations.head .middle_case .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title,
    .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tax-categories_questions .tableau_formations.head .middle_case .tribe-events-title {
      font-size: 14px; } }

/*FOUNDATION SMALL*/
@media screen and (max-width: 641px) {
  form div.gform_body ul.gform_fields li.gfield.gfield_html ul.section_participant,
  div.gform_body ul.gform_fields li.gfield.gfield_html ul.section_participant {
    padding: 25px 20px 20px 20px !important; }
  div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 100% !important; }
  .gform_wrapper ul li.gfield {
    width: 100% !important;
    margin-top: 0 !important; }
  [type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
  textarea {
    margin: 0 0 5px 0 !important; }
  .gform_wrapper .ginput_container span:not(.ginput_price) {
    display: inline-block !important; }
  .gfield_quantity {
    height: 110px !important; }
  .ginput_container_address span {
    width: 100% !important; }
  body .gform_wrapper .gfield_date_day,
  body .gform_wrapper .gfield_date_month,
  body .gform_wrapper .gfield_date_year {
    width: auto; } }

@media screen and (max-width: 640px) {
  .row {
    width: 97%; }
  h1, .h1 {
    font-size: 22px !important; }
  h2, .h2, .tribe-mini-calendar-list-wrapper .tribe-events-first:before, .tribe-mini-calendar-list-wrapper .tribe-events-first.tribe-events-last:before, .tribe-mini-calendar .tribe-mini-calendar-nav span {
    font-size: 20px;
    line-height: 1.2; }
  h3, .h3, .single-agenda_formations .addtoany_share_save_container:before,
  .single-catalogue_formations .addtoany_share_save_container:before,
  .single-catalogue_dorifor .addtoany_share_save_container:before,
  .single-tribe_events .addtoany_share_save_container:before, .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .list-date, .big_h3 {
    font-size: 18px;
    font-weight: 600; }
  h4, .h4,
  h5, .h5,
  h6, .h6 {
    font-size: 16px; }
  .intro_interne p, .intro_interne .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title, .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .intro_interne .tribe-events-title {
    font-size: 16px;
    line-height: 1.4; }
  .btn, .btn_secondary, .btn-line, .btn_secondary-line, .btn_white, .intro_interne .btn,
  .intro_interne .search-submit, .gform_wrapper .gform_page_footer .button.gform_next_button,
  .button.gform_button, .nav_full .menu-item-has-children, #menu-nav-sidebar li a, aside a.btn, ._sf_submit, .searchandfilter input[type='submit'], .tribe-events-event-url a {
    font-size: 14px;
    padding: 5px 15px; }
  aside {
    width: 100%; }
  .order_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .order1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 25px; }
  .order2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 25px; }
  .order3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 25px; }
  .site-footer {
    text-align: center; }
    .site-footer .list_follow {
      text-align: center;
      margin: 0 auto;
      display: inline-block; }
      .site-footer .list_follow li {
        padding-bottom: 0; }
        .site-footer .list_follow li .social {
          width: 40px;
          height: 40px;
          margin: 0 3px; }
  .nav_full .nav_logo_box .site-title {
    margin: 5px 0 0 25px; }
  .nav_full .nav_menu_box {
    margin-right: 15px; }
  .nav_full .right-menu-global-container {
    width: initial;
    height: 85px;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
    .nav_full .right-menu-global-container * {
      height: 85px; }
    .nav_full .right-menu-global-container #right-menu li:not(.nav_searchbar) {
      display: none; }
  .mobile-menu-full {
    display: block;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    /*border: 1px solid #F2F4FF;*/
    /*background-color: #FAFAFA;*/ }
  .nav_burger_box,
  .nav_menu_box,
  .right-menu-global-container {
    display: none; }
  .slider_centres .centre {
    width: 95%; }
    .slider_centres .centre .slider_centre_box_photo {
      height: 270px; }
  .slick-arrow {
    top: 170px;
    width: 40px; }
  .centre_box_infos .btn, .centre_box_infos .btn_secondary, .centre_box_infos .btn-line, .centre_box_infos .btn_secondary-line, .centre_box_infos .btn_white,
  .centre_box_infos .intro_interne .search-submit, .intro_interne .centre_box_infos .search-submit, .centre_box_infos .gform_wrapper .gform_page_footer .button.gform_next_button, .gform_wrapper .gform_page_footer .centre_box_infos .button.gform_next_button,
  .centre_box_infos .button.gform_button, .centre_box_infos .nav_full .menu-item-has-children, .nav_full .centre_box_infos .menu-item-has-children, .centre_box_infos #menu-nav-sidebar li a, #menu-nav-sidebar li .centre_box_infos a, .centre_box_infos ._sf_submit, .centre_box_infos .searchandfilter input[type='submit'], .searchandfilter .centre_box_infos input[type='submit'], .centre_box_infos .tribe-events-event-url a, .tribe-events-event-url .centre_box_infos a {
    width: 100%;
    text-align: center; }
  .searched_article .img_container {
    display: none; }
  .searched_article .text_container {
    width: 100%; }
  .banner .slick-slide img {
    margin: 0 auto; }
  /*CENTRES*/
  .post-type-archive-annuaire .vignette_types_centres,
  .page-template-archive-annuaire .vignette_types_centres,
  .tax-types_centres .vignette_types_centres,
  .post-type-archive-questions .vignette_types_centres,
  .tax-categories_questions .vignette_types_centres,
  .page-template-template-archive-blog_pedagogique .vignette_types_centres {
    width: 100%; }
    .post-type-archive-annuaire .vignette_types_centres .centres_box_photo,
    .page-template-archive-annuaire .vignette_types_centres .centres_box_photo,
    .tax-types_centres .vignette_types_centres .centres_box_photo,
    .post-type-archive-questions .vignette_types_centres .centres_box_photo,
    .tax-categories_questions .vignette_types_centres .centres_box_photo,
    .page-template-template-archive-blog_pedagogique .vignette_types_centres .centres_box_photo {
      display: none; }
  .post-type-archive-annuaire .full_width,
  .page-template-archive-annuaire .full_width,
  .tax-types_centres .full_width,
  .post-type-archive-questions .full_width,
  .tax-categories_questions .full_width,
  .page-template-template-archive-blog_pedagogique .full_width {
    margin-bottom: 25px; }
  .single-annuaire aside .box_btn {
    float: none;
    width: 100%;
    margin-top: 25px; }
  .single-annuaire aside .box_video {
    float: none;
    width: 100%; }
  .single-annuaire .mobile_only .one-colonne-annuaire-responsive {
    width: 100%;
    float: none; }
  .single-annuaire .mobile_only .location-address {
    width: 100%;
    float: none; }
    .single-annuaire .mobile_only .location-address img {
      margin: 0 auto;
      display: block;
      width: 220px; }
    .single-annuaire .mobile_only .location-address img.icon-sidebar {
      width: 25px;
      margin: 0 10px 0 0;
      float: left; }
  .single-annuaire .mobile_only .opening-hours-box {
    width: 100%;
    margin-top: 25px;
    float: none;
    overflow: hidden; }
  .single-annuaire .mobile_only .location-address,
  .single-annuaire .mobile_only .opening-hours-box,
  .single-annuaire .mobile_only .location-360 {
    margin: 0 0 25px 0; }
  .vignette_faq .h3, .vignette_faq .single-agenda_formations .addtoany_share_save_container:before, .single-agenda_formations .vignette_faq .addtoany_share_save_container:before,
  .vignette_faq .single-catalogue_formations .addtoany_share_save_container:before, .single-catalogue_formations .vignette_faq .addtoany_share_save_container:before,
  .vignette_faq .single-catalogue_dorifor .addtoany_share_save_container:before, .single-catalogue_dorifor .vignette_faq .addtoany_share_save_container:before,
  .vignette_faq .single-tribe_events .addtoany_share_save_container:before, .single-tribe_events .vignette_faq .addtoany_share_save_container:before, .vignette_faq .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .list-date, .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .vignette_faq .list-date {
    font-size: 16px; }
  .page-template-searchpage .searchbar_box .search-form,
  .search-results .searchbar_box .search-form,
  .search .searchbar_box .search-form {
    width: 100%; }
  .nav_full .right-menu-global-container {
    display: none; }
  /*PUBLICATIONS*/
  .vignette_pdf .box_photo {
    display: none; }
  .vignette_pdf .infos_pdf {
    width: 100%; }
  /*BFE*/
  .post-type-archive-catalogue_formations .tableau_formation_description,
  .post-type-archive-agenda_formations .tableau_formation_description,
  .post-type-archive-catalogue_dorifor .tableau_formation_description {
    width: 95%; }
  .single-agenda_formations .section_catalogue,
  .single-catalogue_formations .section_catalogue,
  .single-catalogue_dorifor .section_catalogue,
  .single-catalogue_dorifor .section_catalogue {
    margin-bottom: 50px; }
    .bloc_content .single-agenda_formations .section_catalogue:last-child, .bloc_content .single-catalogue_formations .section_catalogue:last-child, .bloc_content .single-catalogue_dorifor .section_catalogue:last-child, .bloc_content
    .single-catalogue_dorifor .section_catalogue:last-child {
      margin-top: 75px; }
  aside .section_catalogue {
    margin-bottom: 15px; }
    aside .section_catalogue strong {
      text-transform: uppercase; }
  .intro_fiche {
    color: #006FAB;
    font-size: 18px;
    border-left: 1px solid #006FAB;
    padding-left: 15px;
    margin-left: -15px; }
  .formation_next_sessions .gform_wrapper .gform_body {
    margin-right: 15px; }
  .formation_next_sessions .gform_wrapper .gform_footer input.button,
  .formation_next_sessions .gform_wrapper .gform_footer input[type=submit] {
    margin-bottom: 0 !important; }
  /*DORIFOR*/
  .searchandfilter input[type='submit'] {
    padding: 10px 15px; }
  .searchandfilter .sf-field-submit {
    margin-top: 0; } }

@media screen and (max-width: 590px) {
  .post-type-archive-catalogue_formations select,
  .post-type-archive-agenda_formations select,
  .post-type-archive-catalogue_dorifor select {
    width: 100%; }
  .aside.form_dorifor_mobile .searchandfilter > ul > li.sf-field-search,
  aside.form_dorifor_mobile .searchandfilter > ul > li.sf-field-search {
    width: 65%; }
  .aside.form_dorifor_mobile .searchandfilter > ul > li.sf-field-submit,
  aside.form_dorifor_mobile .searchandfilter > ul > li.sf-field-submit {
    width: 35%; } }

@media screen and (max-width: 520px) {
  .section_events_actus .listing_events .event {
    display: inline-block; }
    .section_events_actus .listing_events .event .event_date,
    .section_events_actus .listing_events .event .event_infos {
      display: block;
      width: 100%;
      float: none; }
    .section_events_actus .listing_events .event .event_infos {
      padding: 0 0 15px 0px; }
  .nav_full .menu-item-has-children > a {
    width: 60px; }
  .nav_full .menu-item-has-children {
    margin: auto 12px auto auto; }
  h2, .h2, .tribe-mini-calendar-list-wrapper .tribe-events-first:before, .tribe-mini-calendar-list-wrapper .tribe-events-first.tribe-events-last:before, .tribe-mini-calendar .tribe-mini-calendar-nav span {
    font-size: 22px; }
  .vignette_faq i.fa {
    display: none; }
  .vignette_faq .h3, .vignette_faq .single-agenda_formations .addtoany_share_save_container:before, .single-agenda_formations .vignette_faq .addtoany_share_save_container:before,
  .vignette_faq .single-catalogue_formations .addtoany_share_save_container:before, .single-catalogue_formations .vignette_faq .addtoany_share_save_container:before,
  .vignette_faq .single-catalogue_dorifor .addtoany_share_save_container:before, .single-catalogue_dorifor .vignette_faq .addtoany_share_save_container:before,
  .vignette_faq .single-tribe_events .addtoany_share_save_container:before, .single-tribe_events .vignette_faq .addtoany_share_save_container:before, .vignette_faq .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .list-date, .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .vignette_faq .list-date {
    margin-left: 0; }
  .listing_membres li {
    width: 100%; }
  /*BFE*/
  .filters .filters-select,
  .filters input {
    width: 100% !important;
    margin: 5px 0 !important; } }

@media screen and (max-width: 480px) {
  .slider_centres .centre .slider_centre_box_photo {
    height: 270px; }
  /*BFE*/
  .single-agenda_formations .formation_next_sessions .gform_wrapper form,
  .single-catalogue_formations .formation_next_sessions .gform_wrapper form,
  .single-catalogue_dorifor .formation_next_sessions .gform_wrapper form {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .aside.form_dorifor_mobile .searchandfilter > ul > li.sf-field-search, .aside.form_dorifor_mobile .searchandfilter > ul > li.sf-field-submit,
  aside.form_dorifor_mobile .searchandfilter > ul > li.sf-field-search,
  aside.form_dorifor_mobile .searchandfilter > ul > li.sf-field-submit {
    width: 100%;
    float: none;
    padding: 5px 0; }
  .home .section_form_dorifor_hp {
    margin-top: 10px; }
    .home .section_form_dorifor_hp .searchandfilter {
      width: 100% !important; }
    .home .section_form_dorifor_hp .aside {
      display: block; }
      .home .section_form_dorifor_hp .aside .ta_center {
        width: 100%;
        float: none; } }

/*@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
/ IE10+ specific styles go here /

}*/
.only_print {
  display: none; }

@media print {
  .only_print {
    display: block; }
  body {
    margin: 0.5cm 1cm; }
  * {
    font-size: 9pt;
    line-height: 9pt; }
  #breadcrumbs span:first-child > a {
    text-indent: initial;
    top: 0;
    width: auto;
    height: auto; }
  #breadcrumbs span,
  #breadcrumbs a {
    margin: 0;
    font-size: 8pt; }
  .column, .columns {
    padding: 0;
    margin: 0; }
  .nav_full .nav_logo_box .site-title,
  .nav_full .nav_logo_box .site-title a {
    /*display: inline-block;*/
    text-indent: initial; }
  .nav_full,
  .nav_full .nav_logo_box .site-title,
  .nav_full .nav_logo_box {
    height: 15pt;
    margin: 0;
    width: 100% !important; }
  .nav_full .nav_logo_box .site-title a {
    font-size: 20px;
    width: 100%;
    text-align: center;
    margin: 0 0 5mm 0 !important; }
  /*.nav_full,*/
  /*.breadcrumb,*/
  .nav_burger_box,
  .nav_menu_box,
  .right-menu-global-container,
  .menu-menu-nav-droite-container,
  .mobile-menu-full,
  .section_partenaires,
  .site-footer,
  .callout:before,
  a.btn_white,
  .single-agenda_formations .addtoany_share_save_container,
  .single-catalogue_formations .addtoany_share_save_container,
  .single-catalogue_dorifor .addtoany_share_save_container,
  .grecaptcha-badge,
  .callout,
  .page main ul li:before,
  .single main ul li:before,
  form {
    display: none !important;
    height: 0 !important; }
  a[href]:after {
    content: none !important; }
  .page main ul,
  .single main ul {
    margin-left: 10px;
    list-style: initial; }
    .page main ul li,
    .single main ul li {
      padding-bottom: 2mm; }
  .intro_interne {
    padding: 0;
    -webkit-clip-path: inherit;
    clip-path: inherit;
    background-color: lightgrey; }
    .intro_interne p, .intro_interne .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title, .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .intro_interne .tribe-events-title {
      font-size: 9pt;
      padding: 0;
      border-style: thin;
      line-height: 11pt; }
    .intro_interne span {
      margin-bottom: 3mm !important;
      opacity: .5; }
  .bloc_content {
    padding: 0;
    margin: 0; }
  .single-agenda_formations .content_interne,
  .single-catalogue_formations .content_interne,
  .single-catalogue_dorifor .content_interne,
  .post-type-archive-catalogue_formations .content_interne,
  .post-type-archive-agenda_formations .content_interne {
    margin: 0; }
  /*h1, h2, h3, h4, h5, h6 {
		color: blue;
	}*/
  h1, .h1 {
    font-size: 16pt;
    margin-bottom: 2mm;
    margin-top: 2mm; }
  h2, .h2, .tribe-mini-calendar-list-wrapper .tribe-events-first:before, .tribe-mini-calendar-list-wrapper .tribe-events-first.tribe-events-last:before, .tribe-mini-calendar .tribe-mini-calendar-nav span {
    font-size: 14pt;
    /*margin-bottom: 3mm;*/ }
  h3, .h3, .single-agenda_formations .addtoany_share_save_container:before,
  .single-catalogue_formations .addtoany_share_save_container:before,
  .single-catalogue_dorifor .addtoany_share_save_container:before,
  .single-tribe_events .addtoany_share_save_container:before, .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .list-date,
  h4, .h4,
  h5, .h5 {
    font-size: 12pt; }
  
  p,
  .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .tribe-events-title {
    font-size: 9pt; }
  .large-4,
  .large-8 {
    width: 100%; }
  .intro_fiche {
    font-weight: 700;
    font-size: 11pt; }
  ul {
    margin-bottom: 0mm !important; }
  .section_catalogue {
    margin-bottom: 5mm !important; }
  aside {
    margin: 0 !important;
    width: 100%;
    float: left;
    padding: 5mm 0 !important; }
    aside .section_catalogue {
      width: 50%;
      float: left;
      margin-bottom: 0 !important; }
      aside .section_catalogue:nth-child(3) {
        clear: both; }
  /*.callout {
		background-color: inherit;
		padding: 0;
		border: 1px solid lightgrey;
		margin: 5mm 0 0 0;
		width: 50%;
		float: right;
		* {
			font-size: 9pt;
		}
		strong, h1, h2, h3, h4, h5, h6 {
			font-size: 9pt;
			margin-bottom: 0;
		}
	}*/
  .flex {
    display: block; }
  .print_mid {
    width: 50%;
    float: left;
    padding: 0 5mm 0 0; }
  .print_full {
    width: 100%;
    float: none;
    clear: left; }
  .single-agenda_formations .acf-map,
  .single-catalogue_formations .acf-map,
  .single-catalogue_dorifor .acf-map {
    display: none; }
  .single-agenda_formations .only_print.map,
  .single-catalogue_formations .only_print.map,
  .single-catalogue_dorifor .only_print.map {
    width: 40%;
    float: left;
    margin: 0; }
  .single-agenda_formations .bloc_infos_loc,
  .single-catalogue_formations .bloc_infos_loc,
  .single-catalogue_dorifor .bloc_infos_loc {
    padding: 12px 0 0 25px;
    width: 60%;
    display: block;
    /*div:nth-child(4) {
				clear: both;
			}*/ }
    .single-agenda_formations .bloc_infos_loc .location-adress,
    .single-agenda_formations .bloc_infos_loc .location-email,
    .single-agenda_formations .bloc_infos_loc .location-mobile,
    .single-agenda_formations .bloc_infos_loc .location-transport,
    .single-catalogue_formations .bloc_infos_loc .location-adress,
    .single-catalogue_dorifor .bloc_infos_loc .location-adress,
    .single-catalogue_formations .bloc_infos_loc .location-email,
    .single-catalogue_dorifor .bloc_infos_loc .location-email,
    .single-catalogue_formations .bloc_infos_loc .location-mobile,
    .single-catalogue_dorifor .bloc_infos_loc .location-mobile,
    .single-catalogue_formations .bloc_infos_loc .location-transport,
    .single-catalogue_dorifor .bloc_infos_loc .location-transport {
      width: 100%;
      float: left; } }

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