@charset "UTF-8";
.bs4-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .bs4-row > div[class*="col-"] {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }

.scale-1 {
  transform: scale(1.25); }

.scale-2 {
  transform: scale(1.5); }

.scale-3 {
  transform: scale(1.75); }

.scale-4 {
  transform: scale(2); }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active, a.nice-select.open,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

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

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

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 1150px) {
    .container {
      width: 1054px; } }
  @media (min-width: 1367px) {
    .container {
      width: 1230px; } }
  @media (min-width: 1700px) {
    .container {
      width: 1630px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1150px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1367px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1700px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

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

* {
  box-sizing: border-box; }

.clearfix:before {
  content: "";
  clear: both;
  display: table; }

html {
  font-size: 100%; }

body {
  font-size: 1em;
  color: #2A3F4A;
  font-family: 'Open Sans', sans-serif; }

p {
  margin: 1rem 0; }

h1,
.h1 {
  color: #ffffff;
  margin: 0;
  font-size: 3.125em;
  font-weight: bold;
  line-height: 1.375; }

h2,
.h2 {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.375;
  margin-top: 20px;
  margin-bottom: 20px; }

h3,
.h3 {
  overflow: hidden;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.375;
  margin-top: 20px;
  margin-bottom: 20px; }
  h3 a.btn,
  .h3 a.btn {
    float: right;
    position: relative;
    z-index: 1;
    line-height: 1; }
  h3 span.strike-after,
  .h3 span.strike-after {
    position: relative; }
    h3 span.strike-after:after,
    .h3 span.strike-after:after {
      position: absolute;
      top: 14px;
      left: 100%;
      content: "";
      width: 624.9375em;
      border-bottom: 1px solid #C8D2D4;
      display: inline-block;
      margin-left: 0.625em;
      z-index: 0; }
  h3 span.highlight,
  .h3 span.highlight {
    color: #009FBA; }

h4,
.h4 {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.375;
  margin-top: 20px;
  margin-bottom: 20px; }

h5,
.h5 {
  font-size: 0.8125em;
  font-weight: bold;
  line-height: 1.375;
  margin-top: 20px;
  margin-bottom: 20px; }

h6,
.h6 {
  font-size: 0.6875em;
  font-weight: bold;
  line-height: 1.375;
  margin-top: 20px;
  margin-bottom: 20px; }

a {
  text-decoration: none;
  color: #2A3F4A; }
  a.link-dark {
    color: #2A3F4A; }
    a.link-dark:hover, a.link-dark:focus {
      color: #009FBA;
      text-decoration: underline; }
  a:hover, a:focus {
    color: #2A3F4A;
    text-decoration: none; }

.paragraph a:not(.btn):not(.link-dark),
.blogues__description a:not(.btn):not(.link-dark),
.categories__description a:not(.btn):not(.link-dark),
.type-article__description a:not(.btn):not(.link-dark),
main > .container > [class$='__description'] a:not(.btn):not(.link-dark),
.article--full a:not(.btn):not(.link-dark) {
  color: #009FBA; }
  .paragraph a:not(.btn):not(.link-dark):hover, .paragraph a:not(.btn):not(.link-dark):focus,
  .blogues__description a:not(.btn):not(.link-dark):hover,
  .blogues__description a:not(.btn):not(.link-dark):focus,
  .categories__description a:not(.btn):not(.link-dark):hover,
  .categories__description a:not(.btn):not(.link-dark):focus,
  .type-article__description a:not(.btn):not(.link-dark):hover,
  .type-article__description a:not(.btn):not(.link-dark):focus,
  main > .container > [class$='__description'] a:not(.btn):not(.link-dark):hover,
  main > .container > [class$='__description'] a:not(.btn):not(.link-dark):focus,
  .article--full a:not(.btn):not(.link-dark):hover,
  .article--full a:not(.btn):not(.link-dark):focus {
    color: #007387;
    text-decoration: underline; }

hr {
  border-top: 1px solid #C8D2D4; }

.d-block {
  display: block; }

.d-inline-block {
  display: inline-block; }

.img-fluid {
  max-width: 100%; }

.position-relative {
  position: relative; }

.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.text-white {
  color: white; }
  .text-white:hover {
    color: white; }

.font-weight-bold {
  font-weight: bold; }

.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0; }

.list-vertical-distancing li {
  margin-top: 1rem; }
  .list-vertical-distancing li:first-child {
    margin-top: 0; }

.d-flex {
  display: -ms-flexbox;
  display: flex; }

.d-block {
  display: block; }

.d-print {
  display: none; }

.bg-dark {
  background: #48626F; }

.bg-light {
  background: #C8D2D4; }

.bg-lighter {
  background: #EDF0F1; }

.rounded {
  border-radius: 0.5rem; }

.rounded-sm {
  border-radius: 0.3125em; }

.rounded-lg {
  border-radius: 1rem; }

.border {
  border: 1px solid #A4B0B6; }
  .border.border-success {
    border-color: #42AE03; }
  .border.border-warning {
    border-color: #E37F07; }
  .border.border-danger {
    border-color: #CD0004; }
  .border.border-width-1 {
    border-width: 1px; }
  .border.border-width-2 {
    border-width: 2px; }
  .border.border-width-3 {
    border-width: 3px; }
  .border.border-width-4 {
    border-width: 4px; }
  .border.border-width-5 {
    border-width: 5px; }

.position-relative {
  position: relative; }

.element-invisible {
  border: 0;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px; }

.element-invisible.element-focusable:active, .element-invisible.element-focusable.nice-select.open,
.element-invisible.element-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static !important;
  width: auto; }

a.anchor {
  display: block;
  position: relative;
  top: -8.75em;
  visibility: hidden; }

.center {
  text-align: center; }

.container {
  margin: 0 auto;
  padding: 0 1em; }
  .container.full-width {
    max-width: none;
    width: auto; }

.masonry {
  margin: 0 auto; }
  .masonry .masonry-element {
    width: 300px; }
    .masonry .masonry-element img {
      vertical-align: top; }

.small-block-title {
  font-size: 0.875em;
  text-transform: uppercase;
  border-bottom: 1px solid #C8D2D4;
  padding: 0 0 0.5em;
  font-weight: 700; }
  .small-block-title a {
    float: right;
    font-size: 0.8125em;
    font-style: italic;
    text-align: right;
    font-weight: 400;
    text-transform: none;
    opacity: 0.75; }
    .small-block-title a:hover {
      opacity: 1; }

.kwd-read-more.on.opened .kwd-read-more-content-wrap {
  height: auto; }
  .kwd-read-more.on.opened .kwd-read-more-content-wrap:after {
    height: 0; }

.kwd-read-more.on.opened .kwd-read-more-link {
  display: none; }

.kwd-read-more.on .kwd-read-more-content-wrap {
  position: relative;
  overflow: hidden;
  height: 12.5em;
  position: relative; }
  .kwd-read-more.on .kwd-read-more-content-wrap:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 66%;
    background: linear-gradient(to top, white 10%, rgba(255, 255, 255, 0) 100%); }

.kwd-read-more.on .kwd-read-more-link {
  text-align: center;
  font-weight: bold;
  color: #009FBA;
  padding: 0.625em;
  cursor: pointer; }
  .kwd-read-more.on .kwd-read-more-link:hover {
    color: #2A3F4A; }

.block--flushfacebookcache .block__content {
  text-align: center; }
  .block--flushfacebookcache .block__content a {
    padding: 1rem;
    display: inline-block; }

.block--asp-page-title .img-container {
  text-align: center; }

.block--asp-page-title img {
  vertical-align: top;
  max-width: 100%; }

.view-taxonomy-term {
  margin-top: 3em; }

.img-meta {
  font-size: 0.5625em;
  color: rgba(255, 255, 255, 0.33);
  padding: 1em;
  position: relative;
  z-index: 1; }
  .img-meta:hover {
    color: rgba(255, 255, 255, 0.66); }
  .img-meta > div {
    display: inline-block; }
    .img-meta > div:after {
      content: " | "; }
    .img-meta > div:last-child:after {
      content: ""; }

.form-item > label {
  font-weight: 700; }

span.form-required {
  color: #CD0004;
  display: inline-block;
  padding: 0 0 0 0.1875em; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-width: 2px;
  font-size: 0.8125em;
  font-weight: bold;
  text-transform: uppercase; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn.nice-select.open:focus, .btn:active.focus, .btn.focus.nice-select.open, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    text-decoration: none; }
  .btn:active, .btn.nice-select.open, .btn.active {
    outline: 0;
    background-image: none; }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: white;
  background-color: #A4B0B6;
  border-color: #A4B0B6; }
  .btn-default:focus, .btn-default.focus {
    color: white;
    background-color: #88979f;
    border-color: #617179; }
  .btn-default:hover {
    color: white;
    background-color: #88979f;
    border-color: #82939b; }
  .btn-default:active, .btn-default.nice-select.open, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: white;
    background-color: #88979f;
    border-color: #82939b; }
    .btn-default:active:hover, .btn-default.nice-select.open:hover, .btn-default:active:focus, .btn-default.nice-select.open:focus, .btn-default:active.focus, .btn-default.focus.nice-select.open, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: white;
      background-color: #74868f;
      border-color: #617179; }
  .btn-default:active, .btn-default.nice-select.open, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #A4B0B6;
    border-color: #A4B0B6; }
  .btn-default .badge {
    color: #A4B0B6;
    background-color: white; }

.btn-fg {
  color: white;
  background-color: #FF5E27;
  border-color: #FF5E27; }
  .btn-fg:focus, .btn-fg.focus {
    color: white;
    background-color: #f33e00;
    border-color: #a72a00; }
  .btn-fg:hover {
    color: white;
    background-color: #f33e00;
    border-color: #e93b00; }
  .btn-fg:active, .btn-fg.nice-select.open, .btn-fg.active,
  .open > .btn-fg.dropdown-toggle {
    color: white;
    background-color: #f33e00;
    border-color: #e93b00; }
    .btn-fg:active:hover, .btn-fg.nice-select.open:hover, .btn-fg:active:focus, .btn-fg.nice-select.open:focus, .btn-fg:active.focus, .btn-fg.focus.nice-select.open, .btn-fg.active:hover, .btn-fg.active:focus, .btn-fg.active.focus,
    .open > .btn-fg.dropdown-toggle:hover,
    .open > .btn-fg.dropdown-toggle:focus,
    .open > .btn-fg.dropdown-toggle.focus {
      color: white;
      background-color: #cf3500;
      border-color: #a72a00; }
  .btn-fg:active, .btn-fg.nice-select.open, .btn-fg.active,
  .open > .btn-fg.dropdown-toggle {
    background-image: none; }
  .btn-fg.disabled:hover, .btn-fg.disabled:focus, .btn-fg.disabled.focus, .btn-fg[disabled]:hover, .btn-fg[disabled]:focus, .btn-fg[disabled].focus,
  fieldset[disabled] .btn-fg:hover,
  fieldset[disabled] .btn-fg:focus,
  fieldset[disabled] .btn-fg.focus {
    background-color: #FF5E27;
    border-color: #FF5E27; }
  .btn-fg .badge {
    color: #FF5E27;
    background-color: white; }

.btn-primary {
  color: white;
  background-color: #009FBA;
  border-color: #009FBA; }
  .btn-primary:focus, .btn-primary.focus {
    color: white;
    background-color: #007387;
    border-color: #00323b; }
  .btn-primary:hover {
    color: white;
    background-color: #007387;
    border-color: #006b7d; }
  .btn-primary:active, .btn-primary.nice-select.open, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: white;
    background-color: #007387;
    border-color: #006b7d; }
    .btn-primary:active:hover, .btn-primary.nice-select.open:hover, .btn-primary:active:focus, .btn-primary.nice-select.open:focus, .btn-primary:active.focus, .btn-primary.focus.nice-select.open, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: white;
      background-color: #005563;
      border-color: #00323b; }
  .btn-primary:active, .btn-primary.nice-select.open, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #009FBA;
    border-color: #009FBA; }
  .btn-primary .badge {
    color: #009FBA;
    background-color: white; }

.btn-secondary {
  color: white;
  background-color: #A4B0B6;
  border-color: #A4B0B6; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: white;
    background-color: #88979f;
    border-color: #617179; }
  .btn-secondary:hover {
    color: white;
    background-color: #88979f;
    border-color: #82939b; }
  .btn-secondary:active, .btn-secondary.nice-select.open, .btn-secondary.active,
  .open > .btn-secondary.dropdown-toggle {
    color: white;
    background-color: #88979f;
    border-color: #82939b; }
    .btn-secondary:active:hover, .btn-secondary.nice-select.open:hover, .btn-secondary:active:focus, .btn-secondary.nice-select.open:focus, .btn-secondary:active.focus, .btn-secondary.focus.nice-select.open, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus,
    .open > .btn-secondary.dropdown-toggle:hover,
    .open > .btn-secondary.dropdown-toggle:focus,
    .open > .btn-secondary.dropdown-toggle.focus {
      color: white;
      background-color: #74868f;
      border-color: #617179; }
  .btn-secondary:active, .btn-secondary.nice-select.open, .btn-secondary.active,
  .open > .btn-secondary.dropdown-toggle {
    background-image: none; }
  .btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled].focus,
  fieldset[disabled] .btn-secondary:hover,
  fieldset[disabled] .btn-secondary:focus,
  fieldset[disabled] .btn-secondary.focus {
    background-color: #A4B0B6;
    border-color: #A4B0B6; }
  .btn-secondary .badge {
    color: #A4B0B6;
    background-color: white; }

.btn-danger {
  color: white;
  background-color: #CD0004;
  border-color: #CD0004; }
  .btn-danger:focus, .btn-danger.focus {
    color: white;
    background-color: #9a0003;
    border-color: #4e0002; }
  .btn-danger:hover {
    color: white;
    background-color: #9a0003;
    border-color: #900003; }
  .btn-danger:active, .btn-danger.nice-select.open, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: white;
    background-color: #9a0003;
    border-color: #900003; }
    .btn-danger:active:hover, .btn-danger.nice-select.open:hover, .btn-danger:active:focus, .btn-danger.nice-select.open:focus, .btn-danger:active.focus, .btn-danger.focus.nice-select.open, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: white;
      background-color: #760002;
      border-color: #4e0002; }
  .btn-danger:active, .btn-danger.nice-select.open, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #CD0004;
    border-color: #CD0004; }
  .btn-danger .badge {
    color: #CD0004;
    background-color: white; }

.btn-dark {
  color: white;
  background-color: #2A3F4A;
  border-color: #2A3F4A; }
  .btn-dark:focus, .btn-dark.focus {
    color: white;
    background-color: #182329;
    border-color: black; }
  .btn-dark:hover {
    color: white;
    background-color: #182329;
    border-color: #141e23; }
  .btn-dark:active, .btn-dark.nice-select.open, .btn-dark.active,
  .open > .btn-dark.dropdown-toggle {
    color: white;
    background-color: #182329;
    border-color: #141e23; }
    .btn-dark:active:hover, .btn-dark.nice-select.open:hover, .btn-dark:active:focus, .btn-dark.nice-select.open:focus, .btn-dark:active.focus, .btn-dark.focus.nice-select.open, .btn-dark.active:hover, .btn-dark.active:focus, .btn-dark.active.focus,
    .open > .btn-dark.dropdown-toggle:hover,
    .open > .btn-dark.dropdown-toggle:focus,
    .open > .btn-dark.dropdown-toggle.focus {
      color: white;
      background-color: #0b1013;
      border-color: black; }
  .btn-dark:active, .btn-dark.nice-select.open, .btn-dark.active,
  .open > .btn-dark.dropdown-toggle {
    background-image: none; }
  .btn-dark.disabled:hover, .btn-dark.disabled:focus, .btn-dark.disabled.focus, .btn-dark[disabled]:hover, .btn-dark[disabled]:focus, .btn-dark[disabled].focus,
  fieldset[disabled] .btn-dark:hover,
  fieldset[disabled] .btn-dark:focus,
  fieldset[disabled] .btn-dark.focus {
    background-color: #2A3F4A;
    border-color: #2A3F4A; }
  .btn-dark .badge {
    color: #2A3F4A;
    background-color: white; }

.btn-light {
  color: #2A3F4A;
  background-color: #EDF0F1;
  border-color: #EDF0F1; }
  .btn-light:focus, .btn-light.focus {
    color: #2A3F4A;
    background-color: #d0d8db;
    border-color: #a5b4b9; }
  .btn-light:hover {
    color: #2A3F4A;
    background-color: #d0d8db;
    border-color: #cbd3d6; }
  .btn-light:active, .btn-light.nice-select.open, .btn-light.active,
  .open > .btn-light.dropdown-toggle {
    color: #2A3F4A;
    background-color: #d0d8db;
    border-color: #cbd3d6; }
    .btn-light:active:hover, .btn-light.nice-select.open:hover, .btn-light:active:focus, .btn-light.nice-select.open:focus, .btn-light:active.focus, .btn-light.focus.nice-select.open, .btn-light.active:hover, .btn-light.active:focus, .btn-light.active.focus,
    .open > .btn-light.dropdown-toggle:hover,
    .open > .btn-light.dropdown-toggle:focus,
    .open > .btn-light.dropdown-toggle.focus {
      color: #2A3F4A;
      background-color: #bcc7cb;
      border-color: #a5b4b9; }
  .btn-light:active, .btn-light.nice-select.open, .btn-light.active,
  .open > .btn-light.dropdown-toggle {
    background-image: none; }
  .btn-light.disabled:hover, .btn-light.disabled:focus, .btn-light.disabled.focus, .btn-light[disabled]:hover, .btn-light[disabled]:focus, .btn-light[disabled].focus,
  fieldset[disabled] .btn-light:hover,
  fieldset[disabled] .btn-light:focus,
  fieldset[disabled] .btn-light.focus {
    background-color: #EDF0F1;
    border-color: #EDF0F1; }
  .btn-light .badge {
    color: #EDF0F1;
    background-color: #2A3F4A; }

.btn-outline-default {
  color: #A4B0B6;
  background-color: transparent;
  border-color: #A4B0B6;
  border-width: 2px; }
  .btn-outline-default:focus, .btn-outline-default.focus {
    color: #A4B0B6;
    background-color: rgba(0, 0, 0, 0);
    border-color: #617179; }
  .btn-outline-default:hover {
    color: #A4B0B6;
    background-color: rgba(0, 0, 0, 0);
    border-color: #82939b; }
  .btn-outline-default:active, .btn-outline-default.nice-select.open, .btn-outline-default.active,
  .open > .btn-outline-default.dropdown-toggle {
    color: #A4B0B6;
    background-color: rgba(0, 0, 0, 0);
    border-color: #82939b; }
    .btn-outline-default:active:hover, .btn-outline-default.nice-select.open:hover, .btn-outline-default:active:focus, .btn-outline-default.nice-select.open:focus, .btn-outline-default:active.focus, .btn-outline-default.focus.nice-select.open, .btn-outline-default.active:hover, .btn-outline-default.active:focus, .btn-outline-default.active.focus,
    .open > .btn-outline-default.dropdown-toggle:hover,
    .open > .btn-outline-default.dropdown-toggle:focus,
    .open > .btn-outline-default.dropdown-toggle.focus {
      color: #A4B0B6;
      background-color: rgba(0, 0, 0, 0);
      border-color: #617179; }
  .btn-outline-default:active, .btn-outline-default.nice-select.open, .btn-outline-default.active,
  .open > .btn-outline-default.dropdown-toggle {
    background-image: none; }
  .btn-outline-default.disabled:hover, .btn-outline-default.disabled:focus, .btn-outline-default.disabled.focus, .btn-outline-default[disabled]:hover, .btn-outline-default[disabled]:focus, .btn-outline-default[disabled].focus,
  fieldset[disabled] .btn-outline-default:hover,
  fieldset[disabled] .btn-outline-default:focus,
  fieldset[disabled] .btn-outline-default.focus {
    background-color: transparent;
    border-color: #A4B0B6; }
  .btn-outline-default .badge {
    color: transparent;
    background-color: #A4B0B6; }

.btn-outline-primary {
  color: #009FBA;
  background-color: transparent;
  border-color: #009FBA;
  border-width: 2px; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    color: #009FBA;
    background-color: rgba(0, 0, 0, 0);
    border-color: #00323b; }
  .btn-outline-primary:hover {
    color: #009FBA;
    background-color: rgba(0, 0, 0, 0);
    border-color: #006b7d; }
  .btn-outline-primary:active, .btn-outline-primary.nice-select.open, .btn-outline-primary.active,
  .open > .btn-outline-primary.dropdown-toggle {
    color: #009FBA;
    background-color: rgba(0, 0, 0, 0);
    border-color: #006b7d; }
    .btn-outline-primary:active:hover, .btn-outline-primary.nice-select.open:hover, .btn-outline-primary:active:focus, .btn-outline-primary.nice-select.open:focus, .btn-outline-primary:active.focus, .btn-outline-primary.focus.nice-select.open, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus,
    .open > .btn-outline-primary.dropdown-toggle:hover,
    .open > .btn-outline-primary.dropdown-toggle:focus,
    .open > .btn-outline-primary.dropdown-toggle.focus {
      color: #009FBA;
      background-color: rgba(0, 0, 0, 0);
      border-color: #00323b; }
  .btn-outline-primary:active, .btn-outline-primary.nice-select.open, .btn-outline-primary.active,
  .open > .btn-outline-primary.dropdown-toggle {
    background-image: none; }
  .btn-outline-primary.disabled:hover, .btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.focus, .btn-outline-primary[disabled]:hover, .btn-outline-primary[disabled]:focus, .btn-outline-primary[disabled].focus,
  fieldset[disabled] .btn-outline-primary:hover,
  fieldset[disabled] .btn-outline-primary:focus,
  fieldset[disabled] .btn-outline-primary.focus {
    background-color: transparent;
    border-color: #009FBA; }
  .btn-outline-primary .badge {
    color: transparent;
    background-color: #009FBA; }

.btn-outline-secondary {
  color: #48626F;
  background-color: transparent;
  border-color: #A4B0B6;
  border-width: 2px; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    color: #48626F;
    background-color: rgba(0, 0, 0, 0);
    border-color: #617179; }
  .btn-outline-secondary:hover {
    color: #48626F;
    background-color: rgba(0, 0, 0, 0);
    border-color: #82939b; }
  .btn-outline-secondary:active, .btn-outline-secondary.nice-select.open, .btn-outline-secondary.active,
  .open > .btn-outline-secondary.dropdown-toggle {
    color: #48626F;
    background-color: rgba(0, 0, 0, 0);
    border-color: #82939b; }
    .btn-outline-secondary:active:hover, .btn-outline-secondary.nice-select.open:hover, .btn-outline-secondary:active:focus, .btn-outline-secondary.nice-select.open:focus, .btn-outline-secondary:active.focus, .btn-outline-secondary.focus.nice-select.open, .btn-outline-secondary.active:hover, .btn-outline-secondary.active:focus, .btn-outline-secondary.active.focus,
    .open > .btn-outline-secondary.dropdown-toggle:hover,
    .open > .btn-outline-secondary.dropdown-toggle:focus,
    .open > .btn-outline-secondary.dropdown-toggle.focus {
      color: #48626F;
      background-color: rgba(0, 0, 0, 0);
      border-color: #617179; }
  .btn-outline-secondary:active, .btn-outline-secondary.nice-select.open, .btn-outline-secondary.active,
  .open > .btn-outline-secondary.dropdown-toggle {
    background-image: none; }
  .btn-outline-secondary.disabled:hover, .btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.focus, .btn-outline-secondary[disabled]:hover, .btn-outline-secondary[disabled]:focus, .btn-outline-secondary[disabled].focus,
  fieldset[disabled] .btn-outline-secondary:hover,
  fieldset[disabled] .btn-outline-secondary:focus,
  fieldset[disabled] .btn-outline-secondary.focus {
    background-color: transparent;
    border-color: #A4B0B6; }
  .btn-outline-secondary .badge {
    color: transparent;
    background-color: #48626F; }

.btn-outline-dark {
  color: #48626F;
  background-color: transparent;
  border-color: #48626F;
  border-width: 2px; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    color: #48626F;
    background-color: rgba(0, 0, 0, 0);
    border-color: #161e22; }
  .btn-outline-dark:hover {
    color: #48626F;
    background-color: rgba(0, 0, 0, 0);
    border-color: #30414a; }
  .btn-outline-dark:active, .btn-outline-dark.nice-select.open, .btn-outline-dark.active,
  .open > .btn-outline-dark.dropdown-toggle {
    color: #48626F;
    background-color: rgba(0, 0, 0, 0);
    border-color: #30414a; }
    .btn-outline-dark:active:hover, .btn-outline-dark.nice-select.open:hover, .btn-outline-dark:active:focus, .btn-outline-dark.nice-select.open:focus, .btn-outline-dark:active.focus, .btn-outline-dark.focus.nice-select.open, .btn-outline-dark.active:hover, .btn-outline-dark.active:focus, .btn-outline-dark.active.focus,
    .open > .btn-outline-dark.dropdown-toggle:hover,
    .open > .btn-outline-dark.dropdown-toggle:focus,
    .open > .btn-outline-dark.dropdown-toggle.focus {
      color: #48626F;
      background-color: rgba(0, 0, 0, 0);
      border-color: #161e22; }
  .btn-outline-dark:active, .btn-outline-dark.nice-select.open, .btn-outline-dark.active,
  .open > .btn-outline-dark.dropdown-toggle {
    background-image: none; }
  .btn-outline-dark.disabled:hover, .btn-outline-dark.disabled:focus, .btn-outline-dark.disabled.focus, .btn-outline-dark[disabled]:hover, .btn-outline-dark[disabled]:focus, .btn-outline-dark[disabled].focus,
  fieldset[disabled] .btn-outline-dark:hover,
  fieldset[disabled] .btn-outline-dark:focus,
  fieldset[disabled] .btn-outline-dark.focus {
    background-color: transparent;
    border-color: #48626F; }
  .btn-outline-dark .badge {
    color: transparent;
    background-color: #48626F; }
  .btn-outline-dark:hover {
    border-color: #A4B0B6; }

.btn-outline-light {
  color: #48626F;
  background-color: transparent;
  border-color: #EDF0F1; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    color: #48626F;
    background-color: rgba(0, 0, 0, 0);
    border-color: #a5b4b9; }
  .btn-outline-light:hover {
    color: #48626F;
    background-color: rgba(0, 0, 0, 0);
    border-color: #cbd3d6; }
  .btn-outline-light:active, .btn-outline-light.nice-select.open, .btn-outline-light.active,
  .open > .btn-outline-light.dropdown-toggle {
    color: #48626F;
    background-color: rgba(0, 0, 0, 0);
    border-color: #cbd3d6; }
    .btn-outline-light:active:hover, .btn-outline-light.nice-select.open:hover, .btn-outline-light:active:focus, .btn-outline-light.nice-select.open:focus, .btn-outline-light:active.focus, .btn-outline-light.focus.nice-select.open, .btn-outline-light.active:hover, .btn-outline-light.active:focus, .btn-outline-light.active.focus,
    .open > .btn-outline-light.dropdown-toggle:hover,
    .open > .btn-outline-light.dropdown-toggle:focus,
    .open > .btn-outline-light.dropdown-toggle.focus {
      color: #48626F;
      background-color: rgba(0, 0, 0, 0);
      border-color: #a5b4b9; }
  .btn-outline-light:active, .btn-outline-light.nice-select.open, .btn-outline-light.active,
  .open > .btn-outline-light.dropdown-toggle {
    background-image: none; }
  .btn-outline-light.disabled:hover, .btn-outline-light.disabled:focus, .btn-outline-light.disabled.focus, .btn-outline-light[disabled]:hover, .btn-outline-light[disabled]:focus, .btn-outline-light[disabled].focus,
  fieldset[disabled] .btn-outline-light:hover,
  fieldset[disabled] .btn-outline-light:focus,
  fieldset[disabled] .btn-outline-light.focus {
    background-color: transparent;
    border-color: #EDF0F1; }
  .btn-outline-light .badge {
    color: transparent;
    background-color: #48626F; }

.btn-patreon {
  color: white;
  background-color: #F26754;
  text-transform: sub;
  font-size: 1rem; }
  .btn-patreon svg {
    height: 1.2rem;
    display: inline-block;
    vertical-align: center;
    margin-right: 0.5rem; }

.btn-link {
  color: #009FBA;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.nice-select.open, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.nice-select.open {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #005e6e;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #C8D2D4;
    text-decoration: none; }

.btn-lg {
  padding: 16px 30px;
  font-size: 16px;
  line-height: 1.33;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.required:after {
  content: "*";
  color: #009FBA;
  padding: 0 0 0 0.25em; }

.input {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  vertical-align: top; }

.input__field {
  position: relative;
  float: right;
  padding: 0;
  border: none;
  -webkit-appearance: none; }
  .input__field:focus {
    outline: none; }

.input__label-content {
  display: block; }

.input__field--ruri {
  width: 100%;
  background: transparent;
  padding: 0.75em 0 0.25em;
  margin-bottom: 1em;
  color: #2A3F4A;
  font-weight: 400; }

.input-field-full-white {
  width: 100%;
  padding: 0.6em 1rem;
  color: #2A3F4A;
  font-weight: 400;
  border: none;
  border-radius: 4px;
  background-color: white; }

.input__label--ruri {
  width: 100%;
  position: absolute;
  text-align: left;
  font-size: 1em;
  padding: 0.625em 0 0.3125em;
  pointer-events: none;
  color: #A4B0B6; }

.input__label--ruri:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0.125em;
  background: #A4B0B6;
  left: 0;
  top: 100%;
  transform-origin: 50% 100%;
  transition: transform 0.3s, background-color 0.3s; }

.input__label-content--ruri {
  padding: 0;
  transform-origin: 0 0;
  transition: transform 0.3s, color 0.3s; }

.input--filled .input__label--ruri:after,
.input__field--ruri:focus + .input__label--ruri:after {
  background: #009FBA; }

.input--filled .input__label--ruri .input__label-content--ruri,
.input__field--ruri:focus + .input__label--ruri .input__label-content--ruri {
  color: #009FBA;
  transform: translate3d(0, 2em, 0) scale3d(0.655, 0.655, 1); }

.btn-magnifique {
  border: none;
  background: rgba(20, 30, 35, 0.33);
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.625em;
  padding: 0.5em 1em;
  cursor: pointer;
  border-radius: 0.3125em 0 0 0.3125em;
  margin: 2em 0;
  z-index: 2;
  text-shadow: 1px 1px 1px rgba(20, 30, 35, 0.33);
  letter-spacing: 0.5px; }
  .btn-magnifique:hover {
    background: rgba(20, 30, 35, 0.66);
    color: #ffffff; }
  .btn-magnifique .fa {
    margin-right: 0.5em;
    font-size: 1.5em;
    line-height: 0.5em;
    vertical-align: middle;
    display: inline-block; }
  .btn-magnifique span {
    display: inline-block;
    vertical-align: middle; }

.btn-full {
  text-align: center;
  width: 100%;
  padding-left: 0.625em;
  padding-right: 0.625em;
  display: block; }

span.blogue {
  font-size: 10px;
  display: inline-block;
  border-radius: 0.1875em;
  background: #ffffff;
  color: #2A3F4A;
  padding: 2px 6px;
  margin: -2px -6px -2px 6px;
  text-shadow: none;
  position: relative;
  z-index: 10;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.66px;
  line-height: 1; }

.block--suggestions span.blogue {
  margin: 0;
  padding-top: 4px;
  padding-bottom: 4px; }

.block--suggestions .category span.blogue {
  padding-top: 4px;
  padding-bottom: 4px;
  margin: -4px -8px -4px 4px;
  border-radius: 0 0.1875em 0.1875em 0; }

.wide-open {
  text-align: center;
  margin-bottom: 1em; }
  .wide-open a,
  .wide-open img {
    display: inline-block;
    vertical-align: top; }
  .wide-open .ad-title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.8125em;
    line-height: 2; }
  @media (max-width: 64em) {
    .wide-open {
      display: none; } }

.dev-google-ad {
  width: 300px;
  height: 250px;
  margin-top: 50px;
  background: transparent;
  position: relative; }
  .dev-google-ad .ad-title {
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    font-size: 0.8125em;
    line-height: 2;
    z-index: 1;
    position: absolute;
    bottom: 100%;
    left: 0; }

.dev-placeholder {
  width: 300px;
  height: 300px;
  background: #009FBA;
  background-size: cover;
  background-position: center center;
  position: relative; }
  .dev-placeholder svg,
  .dev-placeholder img.svg {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(3);
    fill: rgba(20, 30, 35, 0.1);
    opacity: 0.1; }
  .dev-placeholder.dev-ph-3 {
    width: 100px;
    height: 100px; }
  .dev-placeholder.dev-ph-4 {
    width: 24px;
    height: 24px; }

.article-infos a.title {
  font-weight: 700;
  line-height: 1;
  position: relative;
  padding: 0.375em 0 0;
  letter-spacing: 1px;
  color: #2A3F4A;
  display: block;
  transition: color .2s; }
  .article-infos a.title:hover {
    color: #009FBA; }

.article-infos .author {
  position: relative;
  z-index: 2;
  display: inline-block; }
  .article-infos .author a {
    color: #48626F;
    font-size: 0.8125em; }
    .article-infos .author a:hover {
      text-decoration: underline; }

.article-infos .time {
  position: relative;
  z-index: 2;
  padding: 0 0 0.5em;
  display: inline-block;
  opacity: 0.75;
  color: #ffffff;
  font-size: 0.8125em;
  text-shadow: 1px 1px 0 rgba(20, 30, 35, 0.5); }
  .article-infos .time:before {
    content: "∙";
    display: inline-block;
    margin: 0 0.5em; }

.article-infos .category {
  position: relative;
  z-index: 2;
  color: #ffffff; }
  .article-infos .category a {
    color: #ffffff; }

.articles-preview {
  width: 996px;
  margin: 0 auto;
  padding: 0;
  text-align: center; }
  @media (min-width: 106.25em) {
    .articles-preview {
      width: 1328px; } }
  @media (max-width: 64em) {
    .articles-preview {
      width: 664px; } }
  @media (max-width: 42.5em) {
    .articles-preview {
      width: 332px; } }
  .page--front .articles-preview {
    padding: 0; }

.most-viewed {
  display: none; }
  @media (min-width: 64.0625em) {
    .most-viewed {
      display: block; } }

.slider-progress {
  width: 100%;
  height: 1px;
  position: relative; }
  .slider-progress .progress {
    margin: -1px 0 0;
    position: absolute;
    width: 1%;
    height: 100%;
    background: #A4B0B6;
    z-index: 1; }

.slick-dots {
  bottom: -3.125em; }
  .slick-default .slick-dots {
    bottom: -1.875em; }
  .slick-actualite .slick-dots {
    bottom: -0.5rem; }
  .slick-dots li {
    margin: 0; }
    .slick-dots li button:before {
      font-size: 8px; }

.white-popup {
  position: relative;
  background: #ffffff;
  padding: 2.5em;
  width: auto;
  max-width: 50em;
  margin: 1.25em auto; }
  .white-popup h2 {
    margin-top: 0; }
    .white-popup h2 .fa {
      color: #009FBA; }

.light-popup {
  position: relative;
  background: #EDF0F1;
  padding: 2.5em;
  width: auto;
  max-width: 28em;
  margin: 1.25em auto; }
  .light-popup h2 {
    margin-top: 0; }
    .light-popup h2 .fa {
      color: #009FBA; }

.mfp-fade.mfp-bg {
  background: #2A3F4A;
  opacity: 0;
  transition: opacity 0.15s ease-out; }
  .mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.9; }
  .mfp-fade.mfp-bg.mfp-removing {
    opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: opacity 0.15s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.alert {
  background-color: transparent;
  border: none; }

.messages {
  margin-bottom: 1em;
  margin-top: 1em;
  border-radius: 0.1875em;
  overflow: hidden; }
  .messages:hover > button {
    opacity: 1; }
  .messages > button {
    background: transparent;
    border: none;
    float: right;
    position: relative;
    z-index: 1;
    opacity: 0.33; }
  .messages .color-bar {
    height: 0.25em;
    background: repeating-linear-gradient(45deg, #A4B0B6, #A4B0B6 0.625em, #96a4ab 0.625em, #96a4ab 1.25em); }
  .messages .message-wrapper {
    padding: 1em 1em 1em 2.875em;
    background: #EDF0F1;
    position: relative; }
    .messages .message-wrapper .fa {
      position: absolute;
      top: 0;
      left: 0;
      margin: 1.25em 0 0 1em;
      z-index: 1;
      transform: scale(1.2); }
  .path--recherche .messages .message-wrapper {
    background: #ffffff; }
  .messages.messages--success .message-wrapper .fa {
    color: #42AE03; }
  .messages.messages--success .color-bar {
    background: repeating-linear-gradient(45deg, #42AE03, #42AE03 10px, #389503 10px, #389503 20px); }
  .messages.messages--warning .message-wrapper .fa {
    color: #E37F07; }
  .messages.messages--warning .color-bar {
    background: repeating-linear-gradient(45deg, #E37F07, #E37F07 10px, #ca7106 10px, #ca7106 20px); }
  .messages.messages--danger .message-wrapper .fa {
    color: #CD0004; }
  .messages.messages--danger .color-bar {
    background: repeating-linear-gradient(45deg, #CD0004, #CD0004 10px, #b40004 10px, #b40004 20px); }

.p-0 {
  padding: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.m-0 {
  margin: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pl-1 {
  padding-left: 0.25rem !important; }

.pr-1 {
  padding-right: 0.25rem !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.m-1 {
  margin: 0.25rem !important; }

.ml-1 {
  margin-left: 0.25rem !important; }

.mr-1 {
  margin-right: 0.25rem !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pl-2 {
  padding-left: 0.5rem !important; }

.pr-2 {
  padding-right: 0.5rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.ml-2 {
  margin-left: 0.5rem !important; }

.mr-2 {
  margin-right: 0.5rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pl-3 {
  padding-left: 1rem !important; }

.pr-3 {
  padding-right: 1rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.m-3 {
  margin: 1rem !important; }

.ml-3 {
  margin-left: 1rem !important; }

.mr-3 {
  margin-right: 1rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pl-4 {
  padding-left: 1.5rem !important; }

.pr-4 {
  padding-right: 1.5rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.ml-4 {
  margin-left: 1.5rem !important; }

.mr-4 {
  margin-right: 1.5rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pl-5 {
  padding-left: 3rem !important; }

.pr-5 {
  padding-right: 3rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.m-5 {
  margin: 3rem !important; }

.ml-5 {
  margin-left: 3rem !important; }

.mr-5 {
  margin-right: 3rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.p-6 {
  padding: 6rem !important; }

.pl-6 {
  padding-left: 6rem !important; }

.pr-6 {
  padding-right: 6rem !important; }

.pt-6 {
  padding-top: 6rem !important; }

.pb-6 {
  padding-bottom: 6rem !important; }

.px-6 {
  padding-left: 6rem !important;
  padding-right: 6rem !important; }

.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important; }

.m-6 {
  margin: 6rem !important; }

.ml-6 {
  margin-left: 6rem !important; }

.mr-6 {
  margin-right: 6rem !important; }

.mt-6 {
  margin-top: 6rem !important; }

.mb-6 {
  margin-bottom: 6rem !important; }

.mx-6 {
  margin-left: 6rem !important;
  margin-right: 6rem !important; }

.my-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important; }

.p-7 {
  padding: 12rem !important; }

.pl-7 {
  padding-left: 12rem !important; }

.pr-7 {
  padding-right: 12rem !important; }

.pt-7 {
  padding-top: 12rem !important; }

.pb-7 {
  padding-bottom: 12rem !important; }

.px-7 {
  padding-left: 12rem !important;
  padding-right: 12rem !important; }

.py-7 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important; }

.m-7 {
  margin: 12rem !important; }

.ml-7 {
  margin-left: 12rem !important; }

.mr-7 {
  margin-right: 12rem !important; }

.mt-7 {
  margin-top: 12rem !important; }

.mb-7 {
  margin-bottom: 12rem !important; }

.mx-7 {
  margin-left: 12rem !important;
  margin-right: 12rem !important; }

.my-7 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important; }

.kwdpara-message {
  padding: 0.25rem 1.5rem;
  border-radius: 0.375em;
  margin: 1rem 0;
  color: #2A3F4A;
  background-color: rgba(42, 63, 74, 0.1); }
  .kwdpara-message.kwdpara-message--success {
    color: #2f7c02;
    background-color: rgba(66, 174, 3, 0.1); }
  .kwdpara-message.kwdpara-message--warning {
    color: #b26305;
    background-color: rgba(227, 127, 7, 0.1); }
  .kwdpara-message.kwdpara-message--danger {
    color: #9a0003;
    background-color: rgba(205, 0, 4, 0.1); }

.page-header {
  margin: 0;
  padding: 0;
  border: none; }

.close {
  float: right;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100); }

button.close {
  padding: 0 8px;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.nav-tabs {
  border: none; }
  .nav-tabs > li {
    float: none;
    display: inline-block; }

.nav > li > a {
  padding: 0; }

.block--formulaireexposerecherchepage-1 {
  padding: 3em 0; }

.ajax-progress.ajax-progress-fullscreen {
  border-radius: 0;
  height: 40px;
  left: 50%;
  opacity: 1;
  padding: 0;
  top: 50%;
  width: 40px;
  margin: -20px 0 0 -20px; }

.page--front .views-element-container {
  margin-top: 0; }

.logos-partenaires h4 {
  margin-top: 0; }

.logos-partenaires a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1em 1em 0; }

.logos-partenaires img {
  box-shadow: 0 0 0.625em rgba(20, 30, 35, 0.15);
  transition: box-shadow 0.2s;
  vertical-align: top; }
  .logos-partenaires img:hover {
    box-shadow: 0 0 0.625em rgba(20, 30, 35, 0.33); }

.block--logosdespartenaires {
  text-align: center; }
  .block--logosdespartenaires h4 {
    margin: 2rem 0 0.25rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-transform: uppercase;
    font-size: 0.8125em;
    font-weight: 700; }
  .block--logosdespartenaires a {
    display: inline-block;
    vertical-align: top;
    margin: 0 0.625em; }
  .block--logosdespartenaires img {
    box-shadow: none;
    width: 10rem; }
    .block--logosdespartenaires img:hover {
      box-shadow: none; }

.views-infinite-scroll-content-wrapper {
  padding: 3em 0; }
  .page--front .views-infinite-scroll-content-wrapper {
    padding-top: 0; }

.feed-and-pager {
  margin-top: -1em;
  padding-bottom: 3em; }
  .feed-and-pager .pager {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0; }
  .feed-and-pager .feed-icons {
    text-align: center;
    margin-top: 3em; }
    .feed-and-pager .feed-icons .feed-icon {
      text-transform: none;
      color: #A4B0B6;
      font-weight: normal; }
      .feed-and-pager .feed-icons .feed-icon:hover {
        color: #48626F; }
  .feed-and-pager .fa {
    color: #f26522;
    font-size: 1.5em;
    display: block;
    margin-bottom: 0.2rem; }

.pager li > a,
.pager li > span {
  border-radius: 0.3125em;
  padding: 0.75em 1.5625em;
  border-width: 2px; }

.page-wrapper {
  min-width: 18.75em;
  padding-top: 7.2rem; }
  @media (max-width: 30em) {
    .page-wrapper {
      padding-top: 4.7rem; } }

.block--mobilemenu {
  display: none; }

ul.navbar-nav {
  float: none; }
  ul.navbar-nav > li {
    float: none; }
  ul.navbar-nav li a {
    padding: 0;
    background: transparent; }
    ul.navbar-nav li a:hover {
      background: transparent; }

.header {
  background: #ffffff;
  padding: 1.5rem;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 500;
  box-shadow: 0 0 0.625em rgba(20, 30, 35, 0.2); }
  body.toolbar-fixed .header {
    top: 2.4375em; }
  body.toolbar-fixed.toolbar-tray-open .header {
    top: 4.9375em; }
  @media (max-width: 30em) {
    .header {
      padding: 0.5rem; } }
  @media (max-width: 64em) {
    .header .special-btn {
      display: none; } }
  .header .header-left {
    float: left;
    text-align: left; }
    .header .header-left a {
      display: inline-block;
      vertical-align: middle; }
    .header .header-left .slogan {
      display: inline-block;
      vertical-align: bottom;
      max-width: 16rem;
      margin-left: 1rem;
      line-height: 1.1;
      color: #48626F;
      margin-bottom: 0.2rem; }
      @media (max-width: 64em) {
        .header .header-left .slogan {
          display: none; } }
    .header .header-left img {
      width: 120px;
      transform: scale(1.5);
      margin-right: 2rem; }
      @media (max-width: 30em) {
        .header .header-left img {
          width: 96px;
          margin-top: 4px;
          transform: scale(1.2); } }
    @media (max-width: 30em) {
      .header .header-left {
        width: 70%; } }
  .header .header-right {
    text-align: right;
    float: right; }
    @media (max-width: 30em) {
      .header .header-right {
        width: 20%; } }
  .header ul.navbar-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
    width: 29.375em;
    margin: 0 0 0 2em;
    text-transform: uppercase;
    font-weight: 700; }
    @media (min-width: 64.0625em) and (max-width: 73.75em) {
      .header ul.navbar-nav {
        margin: 0 0 0 2em; } }
    @media (max-width: 64em) {
      .header ul.navbar-nav {
        display: none; } }
    .header ul.navbar-nav li {
      display: inline-block;
      margin: 0.25em 1em 0 0; }
      .header ul.navbar-nav li .fa {
        color: #009FBA;
        font-size: 0.75em;
        display: inline-block;
        margin-right: 0.375em; }
    .header ul.navbar-nav a {
      font-size: 0.8125em;
      display: inline-block;
      padding: 0; }
      .header ul.navbar-nav a:hover {
        color: #009FBA; }
  .header .social,
  .header .mobile-menu-button,
  .header a.teacher,
  .header a.newsletter,
  .header a.research {
    text-align: center;
    text-transform: uppercase;
    font-size: 0.8125em;
    font-weight: 700;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 1em 0;
    background: none;
    border: none; }
    .header .social:focus,
    .header .mobile-menu-button:focus,
    .header a.teacher:focus,
    .header a.newsletter:focus,
    .header a.research:focus {
      outline: none; }
    .header .social .fa,
    .header .mobile-menu-button .fa,
    .header a.teacher .fa,
    .header a.newsletter .fa,
    .header a.research .fa {
      font-size: 1.75em;
      color: #009FBA;
      line-height: 46px; }
    .header .social svg,
    .header .mobile-menu-button svg,
    .header a.teacher svg,
    .header a.newsletter svg,
    .header a.research svg {
      height: 29px; }
      .header .social svg g,
      .header .mobile-menu-button svg g,
      .header a.teacher svg g,
      .header a.newsletter svg g,
      .header a.research svg g {
        fill: #009FBA; }
    .header .social span,
    .header .mobile-menu-button span,
    .header a.teacher span,
    .header a.newsletter span,
    .header a.research span {
      display: block; }
    .header .social:hover,
    .header .mobile-menu-button:hover,
    .header a.teacher:hover,
    .header a.newsletter:hover,
    .header a.research:hover {
      color: #009FBA; }
  .header .donate {
    margin-left: 1rem; }
    @media (max-width: 64em) {
      .header .donate {
        display: none; } }
  .header a.teacher {
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem; }
    @media (max-width: 64em) {
      .header a.teacher {
        display: none; } }
    .header a.teacher * {
      position: relative;
      z-index: 2; }
    .header a.teacher:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 152px;
      width: calc(100%);
      background: #EDF0F1;
      z-index: 1;
      transform: translateY(-50%); }
    .header a.teacher:hover svg g {
      fill: #007387; }
  @media (max-width: 64em) {
    .header a.newsletter {
      display: none; } }
  .header a.newsletter .fa {
    font-size: 2.25em; }
  .header a.newsletter:hover .fa {
    color: #007387; }
  @media (max-width: 30em) {
    .header .mobile-menu-button {
      margin-top: 0.3rem; } }
  html:not(.js) .header .mobile-menu-button {
    display: none; }
  .header .mobile-menu-button .fa {
    font-size: 1.75em;
    color: #009FBA;
    line-height: 46px; }
    @media (max-width: 30em) {
      .header .mobile-menu-button .fa {
        line-height: 30px; } }
  @media (max-width: 64em) {
    .header a.research {
      display: none; } }
  .header a.research:hover .fa {
    color: #007387; }
  @media (max-width: 64em) {
    .header .social {
      display: none; } }
  .header .social a {
    display: inline-block;
    width: 2.5em; }
    .header .social a:hover .fa {
      color: #007387; }
  .header .social:hover {
    color: #2A3F4A; }
  .header a.user-login {
    display: block;
    position: absolute;
    top: 0;
    color: #C8D2D4;
    text-align: center;
    left: 50%;
    transform: translateX(-50%); }
    @media (max-width: 30em) {
      .header a.user-login {
        display: none; } }
    .header a.user-login:hover {
      color: #2A3F4A; }
    .header a.user-login span {
      display: block;
      font-size: 0.75em;
      padding: 0.3125em 0.9375em; }

.sub-menu {
  background: white;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  height: 100%;
  width: 0;
  overflow: hidden;
  transition: width 0.2s; }
  .sub-menu .donate {
    margin-left: 1rem; }
    @media (max-width: 42.5em) {
      .sub-menu .donate {
        margin-left: 0; } }
  .sub-menu .block--entete {
    display: none;
    text-align: center; }
    @media (max-width: 64em) {
      .sub-menu .block--entete {
        display: block;
        padding: 2.5rem 10% 0; } }
    @media (max-width: 42.5em) {
      .sub-menu .block--entete .header-right {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 50% 50%;
            grid-template-columns: 50% 50%;
        -ms-flex-align: end;
            align-items: end; } }
    .sub-menu .block--entete .container {
      width: auto;
      margin: 0;
      padding: 0; }
    .sub-menu .block--entete .header-right a {
      margin-bottom: 1rem !important; }
    .sub-menu .block--entete a.teacher,
    .sub-menu .block--entete a.newsletter,
    .sub-menu .block--entete a.research {
      text-align: center;
      text-transform: uppercase;
      font-size: 0.8125em;
      font-weight: 700;
      display: inline-block;
      vertical-align: bottom;
      margin: 0 1em 0; }
      .sub-menu .block--entete a.teacher:focus,
      .sub-menu .block--entete a.newsletter:focus,
      .sub-menu .block--entete a.research:focus {
        outline: none; }
      .sub-menu .block--entete a.teacher .fa,
      .sub-menu .block--entete a.newsletter .fa,
      .sub-menu .block--entete a.research .fa {
        font-size: 1.75em;
        color: #009FBA;
        line-height: 46px; }
      .sub-menu .block--entete a.teacher svg,
      .sub-menu .block--entete a.newsletter svg,
      .sub-menu .block--entete a.research svg {
        height: 29px; }
        .sub-menu .block--entete a.teacher svg g,
        .sub-menu .block--entete a.newsletter svg g,
        .sub-menu .block--entete a.research svg g {
          fill: #009FBA; }
      .sub-menu .block--entete a.teacher span,
      .sub-menu .block--entete a.newsletter span,
      .sub-menu .block--entete a.research span {
        display: block; }
      .sub-menu .block--entete a.teacher:hover,
      .sub-menu .block--entete a.newsletter:hover,
      .sub-menu .block--entete a.research:hover {
        color: #009FBA; }
    .sub-menu .block--entete .mobile-menu-button,
    .sub-menu .block--entete .special-btn,
    .sub-menu .block--entete .header-left {
      display: none; }
  .sub-menu .inner {
    position: absolute;
    top: 0;
    left: 0;
    overflow-y: auto;
    height: 100%;
    width: 100%; }
  .sub-menu .navbar-nav {
    font-size: 1.2rem;
    padding: 5rem 10%; }
    @media (max-width: 64em) {
      .sub-menu .navbar-nav {
        padding: 2.5rem 10% 5rem; } }
    .sub-menu .navbar-nav li {
      border-bottom: 1px solid #C8D2D4; }
      .sub-menu .navbar-nav li:last-child {
        border: none; }
      .sub-menu .navbar-nav li a {
        display: block;
        padding: 1rem 0;
        font-weight: bold;
        transition: padding-left 0.2s ease; }
        .sub-menu .navbar-nav li a:hover {
          padding-left: 0.625em; }
    .sub-menu .navbar-nav .fa {
      display: none; }
  .sub-menu .block--entete-2 img {
    display: none; }
  .sub-menu:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.33);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    right: 100%;
    opacity: 0;
    transition: opacity 0.2s 0.2s; }
  .sub-menu .close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.5rem;
    padding: 1rem;
    z-index: 1; }
  body.menu-opened .sub-menu {
    width: 50%;
    overflow: visible; }
    body.menu-opened .sub-menu .navbar-nav {
      margin: 0; }
    body.menu-opened .sub-menu:before {
      opacity: 1; }
  @media (max-width: 64em) {
    body.menu-opened .sub-menu {
      width: 100%; } }

body.menu-opened {
  overflow: hidden; }

.content-sus {
  background: #2A3F4A;
  position: relative; }
  .content-sus .submenu-mobile {
    text-transform: uppercase;
    font-size: 0.8125em;
    font-weight: bold;
    color: white;
    padding: 0.5rem 0;
    display: none;
    cursor: pointer;
    text-align: center; }
    @media (max-width: 64em) {
      .content-sus .submenu-mobile {
        display: block; }
        .content-sus .submenu-mobile .fa {
          transform: scaleY(1);
          transition: transform 0.5s; }
        .content-sus .submenu-mobile.on .fa {
          transform: scaleY(-1); } }
  .content-sus ul.navbar-nav {
    line-height: 1;
    margin: 0 -0.66rem;
    padding: 0; }
    @media (max-width: 64em) {
      .content-sus ul.navbar-nav {
        display: none; }
        .content-sus ul.navbar-nav.on {
          display: block;
          padding-top: 0.25rem; } }
    .content-sus ul.navbar-nav .fa {
      display: none; }
    .content-sus ul.navbar-nav li {
      text-transform: uppercase;
      font-size: 13px;
      font-weight: bold;
      display: inline-block;
      padding: 0; }
      .content-sus ul.navbar-nav li ul {
        padding: 0.25rem 0;
        border-top: 1px solid #3e5460; }
      @media (max-width: 64em) {
        .content-sus ul.navbar-nav li {
          display: block; } }
    .content-sus ul.navbar-nav > li {
      display: block; }
      @media (max-width: 64em) {
        .content-sus ul.navbar-nav > li:last-child {
          padding-bottom: 1rem; } }
      .content-sus ul.navbar-nav > li:not(.active) {
        display: none; }
      .content-sus ul.navbar-nav > li:not(.dropdown) {
        display: none; }
      .content-sus ul.navbar-nav > li.this-active > a {
        display: none; }
    .content-sus ul.navbar-nav a {
      color: rgba(255, 255, 255, 0.66);
      padding: 0.5rem 0.66rem;
      display: inline-block; }
      .content-sus ul.navbar-nav a.is-active, .content-sus ul.navbar-nav a:hover {
        color: white; }
      .content-sus ul.navbar-nav a:focus {
        background-color: #2A3F4A;
        border-radius: 3px; }
  .content-sus .page-title {
    display: inline-block;
    padding: 1.25em 0 0.625em;
    line-height: 1; }
    @media (max-width: 64em) {
      .content-sus .page-title {
        font-size: 2.25em; } }
  .content-sus.large-header .page-title {
    padding: 3.125em 0 1.25em;
    text-shadow: 0.25rem 0.25rem 0.33rem rgba(0, 0, 0, 0.33); }
  .content-sus .call-to-action {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 100%;
    width: 18.75em;
    margin: 0 0.9375em 0 0; }
    .content-sus .call-to-action .second-cta {
      position: absolute;
      top: 100%;
      z-index: 1;
      width: 100%; }
      .content-sus .call-to-action .second-cta img {
        width: 1.625em; }
      .content-sus .call-to-action .second-cta .title {
        font-weight: 700;
        color: #009FBA;
        margin-bottom: 0.0625em;
        display: inline-block; }
      .content-sus .call-to-action .second-cta .body {
        font-size: 0.8125em;
        color: #A4B0B6;
        line-height: 1.2;
        display: inline-block; }
      .content-sus .call-to-action .second-cta a {
        display: block;
        background: #EDF0F1;
        padding: 0.9375em;
        border-radius: 0 0 0.1875em 0.1875em; }
        .content-sus .call-to-action .second-cta a:hover {
          background: #ffffff;
          box-shadow: 0 0 0.625em rgba(20, 30, 35, 0.15); }
    @media (max-width: 48em) {
      .content-sus .call-to-action {
        position: relative;
        width: 100%; } }
    .content-sus .call-to-action a {
      display: block;
      background: #009FBA;
      padding: 0.9375em;
      border-radius: 0.1875em 0.1875em 0 0; }
      .content-sus .call-to-action a:hover {
        background: #0092ab; }
    .content-sus .call-to-action img {
      width: 2.25em;
      position: absolute;
      top: 0;
      right: 0;
      margin: 0.625em 0.625em 0 0; }
    .content-sus .call-to-action .title {
      font-weight: 700;
      color: #ffffff;
      margin-bottom: 0.5em; }
    .content-sus .call-to-action .body {
      font-size: 0.8125em;
      color: rgba(255, 255, 255, 0.75);
      line-height: 1.2; }

.content {
  background: #ffffff; }
  .content.page-404 {
    background: url("../images/night.jpg");
    background-size: cover;
    color: #ffffff; }
    .content.page-404 .page {
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 15.625em;
      padding-bottom: 15.625em; }
  .content.page-403 .page {
    background: url("../images/lock.png") no-repeat scroll right bottom white;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 21.875em; }
    @media (max-width: 64em) {
      .content.page-403 .page {
        text-align: center;
        padding-bottom: 28.125em;
        background-position: center bottom; } }
  .content > .container {
    padding-top: 1.5625em;
    padding-bottom: 1.5625em; }
  .page--front.role-anonymous .content > .container {
    display: none; }
  .content .page {
    margin-top: 3.125em;
    margin-bottom: 3.125em; }
    @media (max-width: 64em) {
      .content .page {
        margin-top: 0;
        margin-bottom: 0; } }
  .content .node--id-7655,
  .page--front .content .node {
    display: none; }

.content-sub {
  background: #EDF0F1; }
  .content-sub > .container {
    padding-top: 2.5em;
    padding-bottom: 2.5em; }

.boite-a-outils {
  background: #009FBA;
  color: #ffffff; }
  .boite-a-outils a {
    color: #ffffff;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.33); }
  .boite-a-outils > .container {
    padding-top: 1em;
    padding-bottom: 1em; }

.block--asp-local-tasks {
  background: #EDF0F1;
  padding: 1.25em 0;
  border-top: 1px solid #C8D2D4;
  border-bottom: 1px solid #C8D2D4; }
  .block--asp-local-tasks ul.nav {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center; }
    .block--asp-local-tasks ul.nav li {
      font-size: 0.8125em;
      font-weight: bold;
      text-transform: uppercase;
      display: inline-block;
      margin: 0.25em; }
    .block--asp-local-tasks ul.nav a {
      display: block;
      padding: 0.3em 1em;
      border: 2px solid #C8D2D4;
      border-radius: 0.1875em;
      background: #ffffff; }
      .block--asp-local-tasks ul.nav a.is-active {
        border: 2px solid #009FBA; }
      .block--asp-local-tasks ul.nav a:hover {
        background: #009FBA;
        color: #ffffff; }

.footer {
  color: #ffffff;
  background: #2A3F4A;
  margin: 0;
  padding: 0; }
  .footer > .container {
    padding-top: 1.5625em;
    padding-bottom: 1.5625em; }
  .footer a {
    color: #ffffff; }
  .footer .small-block-title {
    border-bottom: 1px solid #48626F; }
  @media (max-width: 42.5em) {
    .footer svg {
      width: 12.5em; } }
  @media (max-width: 64em) {
    .footer .block--pieddepage {
      float: none;
      margin: 1.25em auto; } }
  @media (max-width: 42.5em) {
    .footer .block--pieddepage {
      border: none;
      width: 12.5em;
      margin: 1.25em auto; } }
  .footer .article-item {
    margin: 1rem 0; }
    .footer .article-item .title a {
      color: #ffffff; }
      .footer .article-item .title a:hover {
        text-decoration: underline; }
    .footer .article-item .author a {
      color: #A4B0B6; }
      .footer .article-item .author a:hover {
        color: #ffffff;
        text-decoration: none; }
  .footer .footer-articles {
    float: right;
    max-width: 21.33333em; }
    @media (max-width: 64em) {
      .footer .footer-articles {
        display: none; } }
  .footer .footer-links {
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #48626F;
    margin-right: 0.625em;
    padding-right: 1.875em; }
    .footer .footer-links > a {
      display: inline-block;
      vertical-align: top; }
    @media (max-width: 42.5em) {
      .footer .footer-links {
        border: none;
        margin: 0;
        padding: 0; } }
  .footer .footer-menu {
    display: inline-block;
    vertical-align: top;
    font-size: 0.8125em;
    text-transform: uppercase;
    font-weight: 700; }
    @media (min-width: 64.0625em) {
      .footer .footer-menu {
        width: 30%; } }
    @media (max-width: 42.5em) {
      .footer .footer-menu {
        display: none; } }
    .footer .footer-menu .fa {
      display: none; }
    .footer .footer-menu a {
      transition: padding-left 0.2s ease; }
      .footer .footer-menu a:hover {
        padding-left: 0.625em; }
    .footer .footer-menu ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .footer .footer-menu ul li {
        margin-bottom: 1em;
        float: none; }
        .footer .footer-menu ul li:last-child {
          margin-bottom: 0; }
  .footer .under-logo {
    margin-top: 0.25em;
    margin-left: 1.25em;
    width: 12.5em;
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 42.5em) {
      .footer .under-logo {
        margin: 1.25em 0 0;
        text-align: center; } }
    .footer .under-logo .btn {
      margin: 0 0 1.25em;
      color: #ffffff;
      border: 2px solid #009FBA; }
      .footer .under-logo .btn:hover {
        background-color: rgba(0, 159, 186, 0.1); }
    .footer .under-logo ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .footer .under-logo ul li {
        display: inline-block;
        margin-right: 0.375em; }
    .footer .under-logo .social-title {
      font-size: 0.8125em;
      padding-bottom: 0.375em;
      font-weight: 700; }
    .footer .under-logo .fa,
    .footer .under-logo [class^="icon-"] {
      color: rgba(164, 176, 182, 0.5);
      transition: color 0.2s ease;
      font-size: 1.5rem;
      margin: 0.25rem 0.5rem 0.25rem 0; }
      @media (max-width: 42.5em) {
        .footer .under-logo .fa,
        .footer .under-logo [class^="icon-"] {
          margin: 0.25rem; } }
      .footer .under-logo .fa:hover,
      .footer .under-logo [class^="icon-"]:hover {
        color: #ffffff; }

.footer-sub {
  color: #ffffff;
  background: #48626F;
  padding-bottom: 0.125em; }
  .footer-sub a {
    color: #ffffff; }
    .footer-sub a:hover {
      text-decoration: underline; }
  .role-administrator .footer-sub {
    background: linear-gradient(to bottom, #48626F 0%, #2A3F4A 100%);
    padding-bottom: 3.125em; }
    .role-administrator .footer-sub #devel-execute-form textarea {
      width: 100%;
      height: 12.5em;
      background: #C8D2D4;
      padding: 0.9375em;
      color: #2A3F4A;
      font-family: monospace;
      border: none; }
  .footer-sub .block--footersub {
    font-size: 0.8125em;
    line-height: 3;
    float: left; }
    @media (max-width: 42.5em) {
      .footer-sub .block--footersub {
        float: none;
        text-align: center; } }
  .footer-sub .credit-kiwad {
    float: right;
    font-size: 0.8125em; }
    @media (max-width: 42.5em) {
      .footer-sub .credit-kiwad {
        float: none;
        text-align: center;
        margin-top: 1.25em;
        font-size: 0.6875em;
        color: #C8D2D4; } }
    .footer-sub .credit-kiwad span {
      display: inline-block;
      line-height: 3; }
    .footer-sub .credit-kiwad a {
      display: inline-block;
      transition: color 0.2s ease; }
      .footer-sub .credit-kiwad a svg {
        vertical-align: middle;
        display: inline-block; }

.img-replacement {
  border-radius: 624.9375em;
  width: 6.25em;
  height: 6.25em;
  position: relative;
  background-color: #009FBA;
  color: #ffffff;
  display: inline-block; }
  .img-replacement span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3.125em; }

.empty-placeholder {
  text-align: center;
  padding: 6.25em 0;
  position: relative; }
  .empty-placeholder svg {
    opacity: 0.03;
    fill: #000000;
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1); }

.dividus-preview.slick-dotted.slick-slider {
  margin-bottom: 3.125em; }

.dividus-preview .dividu-preview {
  height: 1.875em;
  margin-bottom: 0.25em; }
  .dividus-preview .dividu-preview.dividu-preview-medium {
    height: 6.25em;
    margin-bottom: 0.9375em; }
    .dividus-preview .dividu-preview.dividu-preview-medium .infos {
      max-height: 6.25em; }
      .dividus-preview .dividu-preview.dividu-preview-medium .infos .inner {
        margin-left: 6.25em;
        padding: 0 0.9375em 0 0.625em; }
    .dividus-preview .dividu-preview.dividu-preview-medium .img-replacement {
      width: 100px;
      height: 100px; }
      .dividus-preview .dividu-preview.dividu-preview-medium .img-replacement span {
        font-size: 3.125em; }
  .dividus-preview .dividu-preview:last-child {
    margin-bottom: 0; }

.dividus-preview .image {
  display: inline-block;
  vertical-align: middle;
  width: 1%;
  height: 100%;
  position: relative; }
  .dividus-preview .image a {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
  .dividus-preview .image .dev-placeholder,
  .dividus-preview .image img {
    border-radius: 624.9375em; }
  .dividus-preview .image .img-replacement {
    border-radius: 624.9375em;
    width: 30px;
    height: 30px;
    position: relative;
    background-color: #009FBA;
    color: #ffffff; }
    .dividus-preview .image .img-replacement span {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 0.9375em; }

.dividus-preview .infos {
  width: 97%;
  display: inline-block;
  vertical-align: middle;
  max-height: 1.875em; }
  .dividus-preview .infos .inner {
    margin-left: 1.875em;
    padding: 0 0.3125em; }

.dividus-preview .dividu {
  font-weight: 700; }
  .dividus-preview .dividu a {
    color: #2A3F4A;
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.dividus-preview .description {
  font-size: 0.75em;
  line-height: 1.2;
  color: #A4B0B6; }

.sidr {
  box-shadow: 0 0 2.5em rgba(20, 30, 35, 0);
  background: #EDF0F1; }
  .sidr.menu-open {
    box-shadow: 0 0 2.5em rgba(20, 30, 35, 0.2); }
  .sidr .sidr-close {
    float: right;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    line-height: 1;
    padding: 0.625em; }
  .sidr ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #ffffff;
    padding: 1.25em 0;
    margin-bottom: 0.625em;
    border-bottom: 1px solid #C8D2D4; }
    .sidr ul .fa {
      display: none; }
    .sidr ul li a {
      font-weight: 700;
      display: block;
      padding: 0.625em 1.25em;
      border-bottom: 1px solid #C8D2D4; }
    .sidr ul li:last-child a {
      border: none; }
  .sidr .mobile-menu-misc {
    padding: 0.625em 1.25em; }
    .sidr .mobile-menu-misc .btn {
      margin-bottom: 1.25em;
      background: #ffffff; }
    .sidr .mobile-menu-misc .user-login {
      display: block;
      font-size: 0.875em; }
      .sidr .mobile-menu-misc .user-login span {
        display: block; }

.user-login-form,
.user-pass {
  margin: 5rem auto;
  width: 25em;
  max-width: 100%;
  background: #EDF0F1;
  padding: 1.25em;
  border-radius: 0.3125em; }
  .user-login-form .help-block,
  .user-pass .help-block {
    margin-top: 0;
    font-size: 0.6875em;
    font-style: italic;
    color: #A4B0B6; }
  .user-login-form .form-submit,
  .user-login-form .form-email,
  .user-login-form .form-text,
  .user-pass .form-submit,
  .user-pass .form-email,
  .user-pass .form-text {
    width: 100%; }

.page--article .content-sus > .container {
  margin: 0;
  max-width: none;
  padding: 0; }

.page--article .block--asp-page-title {
  display: none; }

.page--article .node.article {
  margin-top: 1em;
  margin-bottom: 1em; }

.page--article .node__content {
  line-height: 1.66;
  margin-bottom: 1em; }
  .page--article .node__content blockquote {
    margin: 1em 1.5em;
    padding: 1em 2.5em;
    background: #e9f2f4;
    color: #334f54;
    border-radius: 0.3125em;
    font-style: italic;
    font-size: 1.5em;
    font-weight: 100;
    line-height: 1.5;
    font-family: 'Helvetica', 'Open Sans', sans-serif;
    position: relative; }
    .page--article .node__content blockquote p {
      margin: 0; }
    .page--article .node__content blockquote .icon-quote {
      position: absolute;
      top: 0;
      left: 0;
      padding: 1em;
      color: #009FBA; }
      .page--article .node__content blockquote .icon-quote.flip {
        top: auto;
        left: auto;
        right: 0;
        bottom: 0;
        transform: rotate(180deg); }
    @media (max-width: 48em) {
      .page--article .node__content blockquote {
        margin: 1em 0;
        font-size: 1.125em; } }

.content > .container.block--facebookcommentsblock {
  padding-top: 0;
  padding-bottom: 3em; }

.article-date {
  text-align: right;
  color: #A4B0B6;
  margin-bottom: 2em; }

.article-chapeau .article__field-chapeau {
  font-weight: 700;
  margin-bottom: 1em; }

.articles-suggestions {
  border-left: 5px solid #48626F;
  padding-left: 1rem; }

.article-footer {
  margin: 1em 0;
  text-align: center; }
  .article-footer .article-meta-author {
    font-weight: 700; }
  .article-footer .article-complement {
    position: relative;
    text-align: left;
    margin-top: 2em;
    padding: 1em 1.5em;
    background: #EDF0F1;
    border-radius: 0.3125em;
    display: inline-block; }
    .article-footer .article-complement .ico {
      display: none; }
    .article-footer .article-complement p {
      margin: 0 0 0.5em; }
      .article-footer .article-complement p:last-child {
        margin-bottom: 0; }

.article-meta-tags {
  margin-top: 1em; }
  .article-meta-tags .field__item {
    display: inline-block;
    margin-right: 0.375em; }
  .article-meta-tags a {
    display: inline-block;
    background: rgba(20, 30, 35, 0.5);
    border-radius: 0.3125em;
    font-size: 0.8125em;
    padding: 0.25em 0.5em;
    transition: background-color 0.2s ease;
    font-weight: 700;
    color: #ffffff; }
    .article-meta-tags a:hover {
      background: #ffffff;
      color: #2A3F4A; }

.block--userhead {
  text-align: center;
  padding: 1.875em 0; }
  .block--userhead h1 {
    display: inline-block; }
  .block--userhead .photo span {
    display: inline-block;
    overflow: hidden;
    border-radius: 624.9375em;
    border: 0.3125em solid rgba(0, 0, 0, 0.2); }
  .block--userhead .photo img {
    vertical-align: top; }

.path--recherche .views-element-container {
  margin: 0; }

.path--recherche .kwd-frm-btn button {
  background: #ffffff;
  border: none;
  width: 100%; }

.path--recherche .kwd-frm-btn.search button {
  background: #009FBA;
  color: #ffffff;
  border-radius: 0.3125em;
  margin-top: 1.625em;
  padding: 0.5625em;
  width: 100%; }
  .path--recherche .kwd-frm-btn.search button:hover {
    background: #0089a1; }

.path--recherche .form-actions.can-reset {
  position: relative; }
  .path--recherche .form-actions.can-reset .kwd-frm-btn.reset {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%; }
    .path--recherche .form-actions.can-reset .kwd-frm-btn.reset button {
      border-radius: 0 0 0.3125em 0.3125em; }
      .path--recherche .form-actions.can-reset .kwd-frm-btn.reset button:hover {
        color: #CD0004; }

.path--recherche .content-sub {
  background: #ffffff; }

.path--recherche .content {
  background: #EDF0F1; }

.path--recherche .views-exposed-form label {
  display: block;
  font-size: 0.8125em;
  margin: 0.3125em 0; }

.path--recherche .views-exposed-form .nice-select {
  width: 100%;
  border: none; }
  .path--recherche .views-exposed-form .nice-select .current {
    font-weight: bold; }
  .path--recherche .views-exposed-form .nice-select .list {
    left: 0 !important;
    right: 0 !important; }

.path--recherche .views-exposed-form select {
  border: none; }

.path--recherche .views-exposed-form .form-item-keys label {
  display: none; }

.path--recherche .views-exposed-form .kwd-search-key {
  margin: 0.625em 0; }
  .path--recherche .views-exposed-form .kwd-search-key input {
    width: 100%;
    border-radius: 0.3125em;
    font-weight: bold;
    border: none;
    padding: 0.9375em 1.25em; }

.path--recherche .views-exposed-form .kwd-search-2opts {
  margin: 0.625em -1%; }
  @media (max-width: 48em) {
    .path--recherche .views-exposed-form .kwd-search-2opts {
      margin: 0.625em 0; } }
  .path--recherche .views-exposed-form .kwd-search-2opts .first {
    width: 43%;
    margin: 0 1%;
    float: left; }
    @media (max-width: 48em) {
      .path--recherche .views-exposed-form .kwd-search-2opts .first {
        width: 100%;
        margin: 0; } }
  .path--recherche .views-exposed-form .kwd-search-2opts .second {
    width: 43%;
    margin: 0 1%;
    float: left; }
    @media (max-width: 48em) {
      .path--recherche .views-exposed-form .kwd-search-2opts .second {
        width: 100%;
        margin: 0.625em 0 0; } }
  .path--recherche .views-exposed-form .kwd-search-2opts .third {
    width: 8%;
    margin: 1.33rem 0 0 1%;
    float: left; }
    .path--recherche .views-exposed-form .kwd-search-2opts .third input {
      width: 100%; }
    @media (max-width: 48em) {
      .path--recherche .views-exposed-form .kwd-search-2opts .third {
        width: 100%;
        margin: 1.5rem 0 0 0; } }

.view-recherche .views-row {
  line-height: 1.65;
  margin-bottom: 1.25em; }

.view-recherche .paragraph-formatter {
  display: block; }

.block--patreonpopup {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 100;
  background-color: #48626F;
  overflow: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: -20rem;
  transition: margin-bottom 0.5s ease-out, opacity 0.5s ease-out; }
  .block--patreonpopup .contextual {
    display: none; }
  .block--patreonpopup.show {
    opacity: 1;
    height: auto;
    margin-bottom: 0; }
  .block--patreonpopup img {
    max-width: 100%;
    max-height: 50vh;
    height: auto;
    width: auto; }
  .block--patreonpopup .close-btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    background-color: transparent;
    cursor: pointer;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    font-size: 2rem; }
    .block--patreonpopup .close-btn:hover {
      background-color: #2A3F4A; }

.block--toolbox h2,
.block--toolbox h3 {
  margin: 0; }
  @media (max-width: 64em) {
    .block--toolbox h2,
    .block--toolbox h3 {
      text-align: center; } }

.block--toolbox h3 {
  color: rgba(20, 30, 35, 0.5);
  line-height: 1;
  overflow: visible; }

.block--toolbox .img {
  display: inline-block;
  vertical-align: middle;
  width: 25%;
  text-align: center; }
  @media (max-width: 64em) {
    .block--toolbox .img {
      display: block;
      width: 100%; } }
  .block--toolbox .img img {
    display: inline-block; }

.block--toolbox .block__content {
  width: 75%;
  display: inline-block;
  vertical-align: middle; }
  @media (max-width: 64em) {
    .block--toolbox .block__content {
      display: block;
      width: 18.75em;
      margin: 1.25em auto 0; } }
  .block--toolbox .block__content ul {
    padding-left: 1em; }

@media (min-width: 64.0625em) {
  .block--toolbox.articles-col1 .block__content ul {
    column-count: 2;
    column-gap: 1.25em; } }

.referenced-content,
.article-from-blogx {
  padding: 1em 0;
  line-height: 1.2; }
  .referenced-content label,
  .article-from-blogx label {
    font-size: 0.75em; }
  .referenced-content h3,
  .article-from-blogx h3 {
    margin: 0; }
  .referenced-content a:hover,
  .article-from-blogx a:hover {
    color: #009FBA; }
  .referenced-content > .container,
  .article-from-blogx > .container {
    margin-left: auto;
    margin-right: auto; }

.referenced-content {
  background: #009FBA;
  color: rgba(0, 0, 0, 0.5); }
  .referenced-content a {
    color: white; }
    .referenced-content a:hover {
      color: white;
      text-decoration: underline; }

.article-from-blogx {
  text-align: center;
  background: #EDF0F1; }

.block--bloglist ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 1em 0; }
  .block--bloglist ul li {
    display: inline-block;
    vertical-align: top;
    width: 25%; }
    @media (max-width: 64em) {
      .block--bloglist ul li {
        width: 33%; } }
    @media (max-width: 48em) {
      .block--bloglist ul li {
        width: 50%; } }
    @media (max-width: 42.5em) {
      .block--bloglist ul li {
        display: block;
        width: auto; } }
  .block--bloglist ul .fa {
    margin-right: 0.5em;
    color: #A4B0B6; }
  .block--bloglist ul a {
    display: block;
    padding: 0.25em 0.5em 0 0; }
    .block--bloglist ul a span {
      font-size: 0.75em; }
    .block--bloglist ul a:hover {
      color: #009FBA; }
      .block--bloglist ul a:hover .fa {
        color: #2A3F4A; }

#highchart-ddr {
  min-width: 300px;
  height: 264px;
  max-width: 600px;
  width: 100%;
  margin: 0 auto; }
  @media (max-width: 42.5em) {
    #highchart-ddr {
      display: none; } }

.highcharts-ddr {
  display: table;
  width: 100%;
  margin-top: 1em;
  margin-bottom: -3em; }
  .highcharts-ddr .inner {
    padding: 1em; }
  .highcharts-ddr .article-count {
    padding: 0.5em 1em;
    background: rgba(0, 0, 0, 0.1); }
    .highcharts-ddr .article-count div {
      font-weight: bold;
      display: inline-block;
      font-size: 2.625em; }
    .highcharts-ddr .article-count span {
      font-size: 0.8125em;
      text-transform: uppercase;
      line-height: 1;
      letter-spacing: 0.66px; }
  .highcharts-ddr .block__content {
    display: table-row; }
    .highcharts-ddr .block__content .left-side {
      vertical-align: top;
      display: table-cell;
      background: #009FBA;
      border-radius: 0.3125em;
      width: 15.625em;
      display: none; }
      @media (max-width: 42.5em) {
        .highcharts-ddr .block__content .left-side {
          display: block;
          width: 100%;
          border-radius: 0.3125em;
          margin-bottom: 0.2em; } }
      .highcharts-ddr .block__content .left-side a, .highcharts-ddr .block__content .left-side {
        color: white; }
    .highcharts-ddr .block__content .right-side {
      vertical-align: top;
      display: table-cell;
      background: #EDF0F1;
      border-radius: 0.3125em; }
      @media (max-width: 64em) {
        .highcharts-ddr .block__content .right-side {
          display: block;
          width: 100%;
          border-radius: 0.3125em; } }
      .highcharts-ddr .block__content .right-side .links {
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        padding: 0.2em 0 0.2em 1em; }
      .highcharts-ddr .block__content .right-side a {
        color: #A4B0B6; }
        .highcharts-ddr .block__content .right-side a:hover {
          color: #2A3F4A; }
  .highcharts-ddr .links a span {
    color: rgba(0, 0, 0, 0.5);
    font-weight: bold; }
  .highcharts-ddr .links > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.8125em;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 0.66px; }
    .highcharts-ddr .links > ul li {
      padding: 0;
      margin: 0 0 0.5em; }
      .highcharts-ddr .links > ul li:last-child {
        margin: 0; }

.kwd-anchor-wrapper {
  position: relative; }
  h2.kwd-anchor-wrapper .kwd-anchor {
    position: absolute;
    top: -6em; }
    @media (max-width: 30em) {
      h2.kwd-anchor-wrapper .kwd-anchor {
        top: -5em; } }
  h3.kwd-anchor-wrapper .kwd-anchor {
    position: absolute;
    top: -8em; }
    @media (max-width: 30em) {
      h3.kwd-anchor-wrapper .kwd-anchor {
        top: -7em; } }

.toc-responsive .toc-desktop {
  background: #EDF0F1;
  border: none;
  padding: 1em 0;
  border-radius: 0.3125em; }
  .toc-responsive .toc-desktop ol,
  .toc-responsive .toc-desktop ul {
    margin: 0;
    padding: 0 2em; }

.block--masquerade {
  text-align: center;
  margin: 0 auto;
  width: 25%;
  min-width: 200px; }
  .block--masquerade .btn-default {
    color: white;
    margin: 0.5rem 0 0; }

.mc-check-group input:checked + label:before {
  border-color: #009FBA; }

.mc-check-group input:checked + label:after {
  opacity: 1; }

.mc-check-group label {
  padding-left: 1.33rem;
  position: relative;
  cursor: pointer;
  margin: 0.33rem 0;
  line-height: 1.2; }
  .mc-check-group label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1rem;
    height: 1rem;
    border: 3px solid #A4B0B6;
    border-radius: 0.3125em; }
  .mc-check-group label:after {
    content: '';
    position: absolute;
    left: 0.25rem;
    top: 0.25rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 0.125em;
    background: #009FBA;
    opacity: 0; }

.block--categories {
  margin: 2rem 0; }
  .block--categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    border-radius: 0.5rem; }
    .block--categories ul li {
      display: inline-block; }
      .block--categories ul li a {
        background-color: #EDF0F1;
        display: block;
        color: #2A3F4A;
        font-size: 0.8125em;
        text-transform: uppercase;
        font-weight: 700;
        transition: background-color 0.25s;
        padding: 0.5rem;
        margin: 0.5rem;
        position: relative;
        border-radius: 0.5rem;
        min-width: 12rem; }
        .block--categories ul li a:before {
          content: '';
          display: inline-block;
          width: 0.5rem;
          height: 0.5rem;
          border-radius: 999em;
          transform: translateX(-50%);
          transition: width 0.5s; }
        .block--categories ul li a:hover {
          background-color: #C8D2D4; }
        .block--categories ul li a.tid-1:before {
          background-color: #7F00FF; }
        .block--categories ul li a.tid-1:active, .block--categories ul li a.tid-1.nice-select.open {
          background-color: #7F00FF; }
        .block--categories ul li a.tid-2:before {
          background-color: #E37F07; }
        .block--categories ul li a.tid-2:active, .block--categories ul li a.tid-2.nice-select.open {
          background-color: #E37F07; }
        .block--categories ul li a.tid-3:before {
          background-color: #42AE03; }
        .block--categories ul li a.tid-3:active, .block--categories ul li a.tid-3.nice-select.open {
          background-color: #42AE03; }
        .block--categories ul li a.tid-4:before {
          background-color: #D7B608; }
        .block--categories ul li a.tid-4:active, .block--categories ul li a.tid-4.nice-select.open {
          background-color: #D7B608; }
        .block--categories ul li a.tid-5:before {
          background-color: #CD0004; }
        .block--categories ul li a.tid-5:active, .block--categories ul li a.tid-5.nice-select.open {
          background-color: #CD0004; }
        .block--categories ul li a.tid-6:before {
          background-color: #0852E8; }
        .block--categories ul li a.tid-6:active, .block--categories ul li a.tid-6.nice-select.open {
          background-color: #0852E8; }
        .block--categories ul li a.tid-123:before {
          background-color: #CA0093; }
        .block--categories ul li a.tid-123:active, .block--categories ul li a.tid-123.nice-select.open {
          background-color: #CA0093; }
        @media (max-width: 48em) {
          .block--categories ul li a {
            min-width: 10rem;
            padding: 2rem 0.5rem 1rem;
            margin: 0.25rem; }
            .block--categories ul li a:before {
              top: 1rem; } }

.block--categoriescovid19 .back-to-covid {
  padding: 0.5rem 0;
  font-size: 0.8125em;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  color: #48626F; }
  .block--categoriescovid19 .back-to-covid:hover {
    color: #009FBA; }

.block--categoriescovid19 .categories-btn {
  color: #ffffff;
  text-align: center;
  font-size: 0.8125em;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  padding: 0.625em 0;
  display: none;
  cursor: pointer;
  line-height: 1;
  box-shadow: 0 0 2.5em rgba(20, 30, 35, 0); }
  .block--categoriescovid19 .categories-btn.openem .fa {
    transform: rotate(180deg); }
  @media (max-width: 42.5em) {
    .block--categoriescovid19 .categories-btn {
      display: block; } }
  .block--categoriescovid19 .categories-btn .fa {
    font-size: 1.25em;
    transition: transform 0.2s; }

.block--categoriescovid19 ul.taxo-inline {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0.3125em 0; }
  @media (max-width: 42.5em) {
    .block--categoriescovid19 ul.taxo-inline {
      display: none; }
      .block--categoriescovid19 ul.taxo-inline.show {
        display: block; } }

.block--categoriescovid19 li {
  display: inline-block;
  padding: 0.3125em 0.9375em 0.3125em 0.0625em; }
  .block--categoriescovid19 li a {
    color: #ffffff;
    font-size: 0.8125em;
    text-transform: uppercase;
    font-weight: 700;
    display: block; }
    .block--categoriescovid19 li a:before {
      content: "";
      border-radius: 62.4375em;
      width: 0.5rem;
      height: 0.5rem;
      display: inline-block;
      margin-right: 0.5em;
      background-color: #C8D2D4; }
    .block--categoriescovid19 li a:hover:before, .block--categoriescovid19 li a.active:before {
      background-color: #009FBA; }

.nav-ddr {
  text-align: center;
  border-top: 1px solid #C8D2D4;
  padding-top: 0.5rem; }
  .nav-ddr li {
    display: inline-block;
    font-size: 0.8125em;
    text-transform: uppercase;
    font-weight: 700; }
    .nav-ddr li a {
      padding: 0.33rem 1rem;
      border-radius: 0.3125em; }

.goto-covid {
  margin-top: 2rem; }
  .goto-covid a.big-covid-btn {
    background: url("../images/Coronavirus.jpg") no-repeat scroll center center white;
    background-size: cover;
    display: block;
    border-radius: 0.1875em;
    padding: 2rem;
    font-size: 2rem;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
    position: relative;
    font-weight: bold; }
    .goto-covid a.big-covid-btn, .goto-covid a.big-covid-btn * {
      color: white; }
    .goto-covid a.big-covid-btn .fa {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      margin-right: 2rem;
      transition: margin-right 0.2s; }
    .goto-covid a.big-covid-btn:hover .fa {
      margin-right: 1.5rem; }

.maintenance-page {
  background-color: #2A3F4A;
  text-align: center; }
  .maintenance-page .maintenance-wrapper {
    background-color: #ffffff;
    border-radius: 0.3125em;
    padding: 4rem 2rem;
    width: 600px;
    max-width: 100%;
    margin: 4rem auto 0;
    box-shadow: 0 0.3125em 0.625em rgba(20, 30, 35, 0.75); }

.block--homeinfolettre .block__content {
  background: #009FBA;
  color: #ffffff;
  padding: 1rem;
  border-radius: 0.5rem;
  text-align: center;
  position: relative; }
  .block--homeinfolettre .block__content .btn {
    color: white; }
  .block--homeinfolettre .block__content > * {
    position: relative;
    z-index: 2; }
  .block--homeinfolettre .block__content:before {
    content: "";
    background-color: white;
    width: 100%;
    height: 4rem;
    top: -1px;
    left: 0;
    position: absolute;
    z-index: 1;
    border-radius: 0.5rem 0.5rem 0 0; }
  @media (max-width: 85.375em) {
    .block--homeinfolettre .block__content p {
      display: none; } }
  .block--homeinfolettre .block__content .svg-wrapper {
    margin: 0 auto;
    width: 5rem; }
    .block--homeinfolettre .block__content .svg-wrapper svg {
      fill: #2A3F4A; }

.region--home {
  padding: 2rem 0; }
  .region--home .block:not(:last-child) {
    margin-bottom: 2rem; }

.filet-colonne {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #EDF0F1;
  border-radius: 0.5rem; }
  @media (max-width: 42.5em) {
    .filet-colonne {
      border-radius: 0; } }

.block--homecovid {
  background-color: white;
  padding: 1rem;
  border-radius: 0.5rem; }
  .block--homecovid img {
    border-radius: 0.5rem; }
  .block--homecovid .taxo-list {
    list-style: none;
    padding: 0px;
    margin: 0px; }
    .block--homecovid .taxo-list li {
      border-bottom: 1px solid #C8D2D4; }
      .block--homecovid .taxo-list li:last-child {
        border-bottom: none; }
    .block--homecovid .taxo-list a {
      display: block;
      padding: 0.5rem 0 0.5rem 1rem;
      border-radius: 0.5rem;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 0.8125em;
      position: relative; }
      .block--homecovid .taxo-list a:hover {
        color: #009FBA; }
        .block--homecovid .taxo-list a:hover:before {
          left: 0.25rem; }
      .block--homecovid .taxo-list a:before {
        content: '';
        width: 0;
        height: 0;
        border-top: 0.4rem solid transparent;
        border-bottom: 0.4rem solid transparent;
        border-left: 0.4rem solid #009FBA;
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 0.7rem;
        transition: left 0.2s; }

.block--homepatreon img {
  border-radius: 0.5rem;
  height: auto; }

.block--homepatreon,
.block--homedetecteurderumeurs {
  background-color: white;
  padding: 1rem;
  border-radius: 0.5rem; }
  .block--homepatreon li,
  .block--homedetecteurderumeurs li {
    border-bottom: 1px solid #C8D2D4;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem; }
    .block--homepatreon li:last-child,
    .block--homedetecteurderumeurs li:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }
    .block--homepatreon li a,
    .block--homedetecteurderumeurs li a {
      display: block;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 0.8125em;
      position: relative; }
      .block--homepatreon li a:hover,
      .block--homedetecteurderumeurs li a:hover {
        color: #009FBA; }

.webform-confirmation {
  margin: 0 auto;
  max-width: 1200px;
  padding: 5rem 0;
  text-align: center; }

.webform-submission-form {
  margin: 0 auto;
  max-width: 1200px; }

a.footer-sub-link {
  color: rgba(255, 255, 255, 0.66); }
  a.footer-sub-link:before {
    content: ' | '; }
  a.footer-sub-link:hover {
    text-decoration: none;
    color: white; }

a.has-overlay {
  position: relative; }
  a.has-overlay:hover .image-overlay {
    background-color: #2a3f4a; }

.image-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2rem;
  margin: -1rem;
  border-radius: 999rem;
  background-color: rgba(42, 63, 74, 0.75);
  transform: scale(1.5);
  transition: background-color 0.2s; }
  .image-overlay i {
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    color: white; }

.social-media-sharing {
  text-align: center; }

div#sliding-popup {
  background: #009FBA; }

.todo {
  display: none; }

.lh-0 {
  line-height: 0; }

.lh-sm {
  line-height: 0.875rem; }

div#sliding-popup,
div#sliding-popup .eu-cookie-withdraw-banner,
.eu-cookie-withdraw-tab {
  background: unset; }

#sliding-popup {
  position: fixed;
  right: 0;
  z-index: 1000;
  width: 100%;
  max-width: 800px;
  padding: 0;
  filter: drop-shadow(0 0 72px rgba(0, 0, 0, 0.1)); }

@media print {
  #sliding-popup {
    display: none; } }

@media (min-width: 1800px) {
  #sliding-popup {
    left: 1100px;
    right: auto; } }

.eu-cookie-compliance-content {
  position: relative;
  max-height: calc(100vh - 54px);
  overflow: auto;
  background: white;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 27px;
  box-shadow: 0 0 72px rgba(0, 0, 0, 0.1);
  display: block; }

@supports (filter: drop-shadow(0 0 72px rgba(0, 0, 0, 0.1))) {
  .eu-cookie-compliance-content {
    box-shadow: none; } }

.eu-cookie-compliance-categories {
  padding: 18px 0;
  margin-left: 50px; }

.eu-cookie-compliance-category:not(:last-child) {
  margin-bottom: 16px; }

[dir] .eu-cookie-compliance-categories input[type=checkbox] + label {
  padding-left: 0;
  padding-right: 0; }

.eu-cookie-compliance-categories input[type=checkbox] {
  position: absolute;
  margin-top: 5px;
  margin-left: -50px; }

.eu-cookie-compliance-more-button {
  cursor: pointer;
  display: inline;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: underline;
  background: none; }

.eu-cookie-compliance-buttons,
.eu-cookie-compliance-message {
  float: none;
  max-width: none; }

.eu-cookie-compliance-message h2 {
  margin-top: 0; }

[dir] .eu-cookie-compliance-buttons .button {
  margin-top: 0;
  margin-bottom: 4px;
  display: block; }

.eu-cookie-compliance-categories {
  position: relative; }

.eu-cookie-withdraw-tab {
  position: absolute;
  bottom: calc(100% - 2px);
  left: 50%;
  transform: translateX(-50%);
  display: block;
  padding: 4px 9px;
  border: solid 1px #eaeef0;
  border: solid 1px var(--color--gray-95, #eaeef0);
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
  background: white;
  background: var(--color--white, white);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer; }

.ol-fat-numbers {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: fat-counter; }
  .ol-fat-numbers li {
    list-style: none;
    position: relative; }
    @media (min-width: 64.0625em) {
      .ol-fat-numbers li {
        padding-left: 2rem; }
        .ol-fat-numbers li:before {
          counter-increment: fat-counter;
          content: counter(fat-counter);
          position: absolute;
          top: 0;
          left: 0;
          z-index: 0;
          font-size: 6rem;
          font-weight: bold;
          font-style: italic;
          color: #C8D2D4;
          margin: -1rem; } }

.social-media-sharing {
  margin: 3rem 0; }

.kwdpara-text__field-kwdpara-text img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
  border-radius: 4px; }
  @media (min-width: 48.0625em) {
    .kwdpara-text__field-kwdpara-text img.align-left {
      max-width: 50%;
      margin-right: 2rem; } }
  @media (min-width: 48.0625em) {
    .kwdpara-text__field-kwdpara-text img.align-right {
      max-width: 50%;
      margin-left: 2rem; } }

.anti-aspect-ratio,
.aspect-ratio {
  margin-bottom: 1px;
  position: relative;
  background: #009FBA;
  overflow: hidden; }
  .anti-aspect-ratio .aspect-ratio-over,
  .aspect-ratio .aspect-ratio-over {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    margin: 1.5rem;
    max-height: calc(100% - 3rem);
    overflow: hidden; }
  .anti-aspect-ratio .true-or-false,
  .aspect-ratio .true-or-false {
    position: absolute;
    top: 0;
    right: 0; }
  .anti-aspect-ratio > .inner,
  .aspect-ratio > .inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3; }
  .anti-aspect-ratio .title,
  .aspect-ratio .title {
    padding: 0.375em 0;
    font-size: 1.375em;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px; }
  .anti-aspect-ratio .article-infos,
  .aspect-ratio .article-infos {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    margin: 1.5rem; }
    .anti-aspect-ratio .article-infos > *,
    .aspect-ratio .article-infos > * {
      position: relative;
      z-index: 2; }
    .anti-aspect-ratio .article-infos a.title,
    .aspect-ratio .article-infos a.title {
      position: static; }
      .anti-aspect-ratio .article-infos a.title:after,
      .aspect-ratio .article-infos a.title:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        pointer-events: auto;
        content: "";
        background-color: rgba(0, 0, 0, 0); }
    .anti-aspect-ratio .article-infos .bg-link,
    .aspect-ratio .article-infos .bg-link {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .anti-aspect-ratio .bg-img,
  .aspect-ratio .bg-img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    transition: transform 0.5s; }
    .anti-aspect-ratio .bg-img img,
    .aspect-ratio .bg-img img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      max-width: 50%;
      max-height: 50%;
      opacity: 0.2; }
    .anti-aspect-ratio .bg-img:after,
    .aspect-ratio .bg-img:after {
      background: linear-gradient(to top, #141e23 0%, rgba(20, 30, 35, 0) 100%);
      transition: opacity 0.5s;
      opacity: 0.5;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 1; }
  .anti-aspect-ratio.text-black .bg-img:after,
  .aspect-ratio.text-black .bg-img:after {
    background: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0) 100%); }
  .anti-aspect-ratio.aspect-ratio-zoom-fx:hover:not(.article-publicite) .bg-img,
  .aspect-ratio.aspect-ratio-zoom-fx:hover:not(.article-publicite) .bg-img {
    transform: scale(1.05); }
    .anti-aspect-ratio.aspect-ratio-zoom-fx:hover:not(.article-publicite) .bg-img:after,
    .aspect-ratio.aspect-ratio-zoom-fx:hover:not(.article-publicite) .bg-img:after {
      opacity: 0.75; }
  .anti-aspect-ratio:before,
  .aspect-ratio:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%; }
  .anti-aspect-ratio.aspect-ratio-1-1:before,
  .aspect-ratio.aspect-ratio-1-1:before {
    padding-top: 100%; }
  .anti-aspect-ratio.aspect-ratio-3-2:before,
  .aspect-ratio.aspect-ratio-3-2:before {
    padding-top: 66.66667%; }
  .anti-aspect-ratio.aspect-ratio-2-3:before,
  .aspect-ratio.aspect-ratio-2-3:before {
    padding-top: 150%; }
  .anti-aspect-ratio.aspect-ratio-3-4:before,
  .aspect-ratio.aspect-ratio-3-4:before {
    padding-top: 133.33333%; }
  .anti-aspect-ratio.aspect-ratio-4-3:before,
  .aspect-ratio.aspect-ratio-4-3:before {
    padding-top: 75%; }
  .anti-aspect-ratio.aspect-ratio-5-4:before,
  .aspect-ratio.aspect-ratio-5-4:before {
    padding-top: 80%; }
  .anti-aspect-ratio.aspect-ratio-16-9:before,
  .aspect-ratio.aspect-ratio-16-9:before {
    padding-top: 56.25%; }
  .anti-aspect-ratio.aspect-ratio-21-9:before,
  .aspect-ratio.aspect-ratio-21-9:before {
    padding-top: 42.85714%; }

.anti-aspect-ratio.aspect-ratio-200:before {
  padding-top: 200px; }

.anti-aspect-ratio.aspect-ratio-400:before {
  padding-top: 400px; }

.category {
  font-size: 10px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  line-height: 1;
  vertical-align: middle;
  font-weight: 700;
  letter-spacing: 0.66px; }
  .category a, .category .category-label {
    padding: 4px 6px;
    color: #ffffff;
    display: block;
    border-radius: 0.3125em; }
  .category.category-1 .category-label {
    background-color: #7F00FF; }
  .category.category-1 a {
    background-color: #7F00FF; }
    .category.category-1 a:hover {
      background-color: #7200e6; }
  .category.category-2 .category-label {
    background-color: #E37F07; }
  .category.category-2 a {
    background-color: #E37F07; }
    .category.category-2 a:hover {
      background-color: #ca7106; }
  .category.category-3 .category-label {
    background-color: #42AE03; }
  .category.category-3 a {
    background-color: #42AE03; }
    .category.category-3 a:hover {
      background-color: #389503; }
  .category.category-4 .category-label {
    background-color: #D7B608; }
  .category.category-4 a {
    background-color: #D7B608; }
    .category.category-4 a:hover {
      background-color: #bea107; }
  .category.category-5 .category-label {
    background-color: #CD0004; }
  .category.category-5 a {
    background-color: #CD0004; }
    .category.category-5 a:hover {
      background-color: #b40004; }
  .category.category-6 .category-label {
    background-color: #0852E8; }
  .category.category-6 a {
    background-color: #0852E8; }
    .category.category-6 a:hover {
      background-color: #0749cf; }
  .category.category-123 .category-label {
    background-color: #CA0093; }
  .category.category-123 a {
    background-color: #CA0093; }
    .category.category-123 a:hover {
      background-color: #b10080; }
  .category span.blogue {
    background: #EDF0F1;
    padding-top: 4px;
    padding-bottom: 4px;
    position: absolute;
    bottom: 100%;
    right: 0;
    z-index: 1;
    margin: 0 -1.875em 0 0;
    border-radius: 0.1875em; }
    .category span.blogue:after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0.625em 0.625em 0 0;
      border-color: #EDF0F1 transparent transparent transparent;
      position: absolute;
      top: 100%;
      right: 1.25em; }
  .category.inline > div {
    display: inline-block; }
  .category.inline > span.blogue {
    display: inline-block;
    position: static; }
    .category.inline > span.blogue:after {
      display: none; }
  .category.is-blog:not(.inline) {
    margin-top: 1.2rem; }
    .category.is-blog:not(.inline) a {
      border-top-right-radius: 0; }

.true-or-false {
  position: absolute;
  top: 0;
  z-index: 4;
  text-transform: uppercase;
  border-radius: 0.1875em;
  padding: 0.3125em 0.625em;
  background: #ffffff;
  margin: 0.625em;
  color: #ffffff; }
  .true-or-false.up {
    background-color: #42AE03;
    left: 0; }
  .true-or-false.down {
    background-color: #CD0004;
    right: 0; }

.folder > .inner {
  padding: 0.25em 0.625em;
  color: #2A3F4A;
  background: #EDF0F1;
  display: inline-block;
  border-radius: 0.1875em;
  line-height: 1;
  vertical-align: middle;
  font-weight: 700;
  z-index: 10;
  text-align: center;
  position: relative;
  margin: 0 0 0.5rem; }
  .folder > .inner span {
    font-size: 0.75em;
    color: #A4B0B6;
    text-transform: uppercase;
    display: block;
    line-height: 1;
    padding: 0.25em 0; }

.article--text-over-img .article-infos a.title {
  padding: 0.375em 0;
  font-size: 1.375em;
  color: #ffffff; }
  .article--text-over-img .article-infos a.title:hover {
    color: #ffffff; }

.article--text-over-img .article-infos .author a {
  color: white; }

.article--text-over-img .folder > .inner {
  background: #ffffff; }

.article--text-over-img .category span.blogue {
  background-color: #ffffff; }
  .article--text-over-img .category span.blogue:after {
    border-color: #ffffff transparent transparent transparent; }

.article-item .title {
  font-size: 0.875em;
  margin: 0.25em 0 0; }
  .article-item .title a {
    color: #2A3F4A;
    font-weight: bold; }

.article-item .author {
  font-size: 0.75em;
  color: #A4B0B6; }
  .article-item .author a {
    opacity: 0.75; }
    .article-item .author a:hover {
      opacity: 1;
      text-decoration: underline; }

.article-head-wrapper {
  position: relative;
  overflow: hidden; }
  .article-head-wrapper .legende {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #ffffff;
    padding: 0.5em 1em; }
    .article-head-wrapper .legende span {
      font-size: 62.5%;
      opacity: 0.5;
      letter-spacing: 0.05em; }
  .article-head-wrapper .blur-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    filter: blur(10px); }
  .article-head-wrapper .block--articlehead {
    z-index: 10;
    position: relative; }
    .article-head-wrapper .block--articlehead.bgimage:before {
      background: linear-gradient(to top, rgba(20, 30, 35, 0.75) 0%, rgba(20, 30, 35, 0) 100%);
      content: "";
      height: 100%;
      width: 100%;
      z-index: 0;
      position: absolute; }
    .article-head-wrapper .block--articlehead > .container {
      position: relative;
      z-index: 2; }
  .article-head-wrapper h1.page-title {
    display: block;
    padding: 0;
    margin-top: 0.1em;
    text-shadow: 1px 1px 1px #141e23; }
  .article-head-wrapper .article-infos {
    padding: 18.75em 0 1.25em; }
    @media (min-width: 85.4375em) {
      .article-head-wrapper .article-infos {
        padding: 28.125em 0 1.25em; } }
    @media (max-width: 64em) {
      .article-head-wrapper .article-infos {
        padding: 12.5em 0 1.25em; } }
    @media (max-width: 48em) {
      .article-head-wrapper .article-infos {
        padding: 6.25em 0 1.25em; } }

@media (min-width: 64.0625em) {
  .page--article .article-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .page--article .right-col {
    width: 336px; }
  .page--article .left-col {
    -ms-flex: 1;
        flex: 1;
    padding-right: 3rem; } }

@media (min-width: 64.0625em) {
  .page--article .article--full,
  .page--article .block--facebookcommentsblock {
    font-size: 1.25rem; } }

.article--teaser {
  display: inline-block;
  vertical-align: top;
  margin: 1em;
  position: relative;
  text-align: center;
  opacity: 0;
  bottom: -1rem;
  transition: opacity 666ms linear 100ms, bottom 666ms ease-out 100ms; }
  .article--teaser.visible {
    opacity: 1;
    bottom: 0; }
  .article--teaser a.title,
  .article--teaser .author a {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .article--teaser a {
    display: inline-block;
    vertical-align: top; }
  .article--teaser .article-infos {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    padding: 0 1rem; }
    .article--teaser .article-infos .author {
      padding-bottom: 0.5rem; }
  .article--teaser .inner {
    overflow: hidden;
    position: relative;
    z-index: 3;
    border-radius: 0.5rem; }
  .article--teaser .dev-placeholder {
    display: inline-block;
    vertical-align: top;
    border-radius: 0.5rem;
    background-size: cover;
    transition: transform 0.5s; }
    .article--teaser .dev-placeholder:before {
      background: linear-gradient(to top, #141e23 0%, rgba(20, 30, 35, 0) 100%);
      transition: opacity 0.5s;
      opacity: 0.5;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 0;
      border-radius: 0.5rem; }
  .article--teaser:hover:not(.article-publicite) .dev-placeholder {
    transform: scale(1.05); }
    .article--teaser:hover:not(.article-publicite) .dev-placeholder:before {
      opacity: 0.75; }
  .article--teaser.article-preview-medium .dev-placeholder,
  .article--teaser.article-preview-medium img {
    width: 466px;
    height: 22.5em; }
    @media (min-width: 106.25em) {
      .article--teaser.article-preview-medium .dev-placeholder,
      .article--teaser.article-preview-medium img {
        width: 632px; } }
    @media (max-width: 64em) {
      .article--teaser.article-preview-medium .dev-placeholder,
      .article--teaser.article-preview-medium img {
        width: 300px;
        height: 300px; } }
  .article--teaser.article-preview-large {
    margin-top: 2em; }
    @media (min-width: 64.0625em) {
      .article--teaser.article-preview-large .article-infos .title a {
        font-size: 2.375em; } }
    .article--teaser.article-preview-large .dev-placeholder,
    .article--teaser.article-preview-large img {
      width: 964px;
      height: 31.25em; }
      @media (min-width: 106.25em) {
        .article--teaser.article-preview-large .dev-placeholder,
        .article--teaser.article-preview-large img {
          width: 1296px; } }
      @media (max-width: 64em) {
        .article--teaser.article-preview-large .dev-placeholder,
        .article--teaser.article-preview-large img {
          width: 632px; } }
      @media (max-width: 42.5em) {
        .article--teaser.article-preview-large .dev-placeholder,
        .article--teaser.article-preview-large img {
          width: 300px;
          height: 300px; } }
  .article--teaser .image img:not(.svg) {
    opacity: 0.95;
    vertical-align: top; }

.article--ddr-vraifaux a.title {
  color: #2A3F4A;
  font-weight: 700; }
  .article--ddr-vraifaux a.title:hover {
    color: #009FBA; }

.article--ddr-vraifaux .ddr-icon-holder {
  color: white;
  padding: 0.25rem;
  border-radius: 0.33rem;
  text-align: center;
  width: 2rem;
  margin-right: 0.75rem;
  background-color: #2A3F4A;
  font-size: 0.8rem; }
  .article--ddr-vraifaux .ddr-icon-holder.up {
    background-color: #42AE03; }
  .article--ddr-vraifaux .ddr-icon-holder.down {
    background-color: #CD0004; }

.article--ddr-vraifaux .author {
  font-size: 0.75em; }
  .article--ddr-vraifaux .author a {
    opacity: 0.75; }
    .article--ddr-vraifaux .author a:hover {
      opacity: 1;
      text-decoration: underline; }

.article--searchresult p {
  margin: 0; }

.article--searchresult .title {
  font-weight: bold; }
  .article--searchresult .title:hover {
    text-decoration: underline; }

.article--searchresult .body {
  font-size: 0.8125em; }
  @media (max-width: 48em) {
    .article--searchresult .body {
      display: none; } }

.article--searchresult .author {
  font-size: 0.8125em;
  color: #A4B0B6; }
  .article--searchresult .author a {
    color: #A4B0B6; }
    .article--searchresult .author a:hover {
      color: #48626F; }

.article--_6-9 .aspect-ratio {
  margin-bottom: 0.5rem; }

.article--_6-9 .folder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0.625em; }

.form-control {
  height: auto; }

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 4px;
  border: solid 2px #C8D2D4;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 2rem;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #bac6c9; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #009FBA; }
  .nice-select:after {
    border-bottom: 2px solid #A4B0B6;
    border-right: 2px solid #A4B0B6;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ced7d8;
    color: #A4B0B6;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #dde1e3; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 30px;
    line-height: 28px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 28px;
      min-height: 28px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 0 1px rgba(72, 98, 111, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #EDF0F1; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #A4B0B6;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }
